Search found 6 matches

by frankvuijsters
30 May 2024, 16:06
Forum: Scripts
Topic: Arduino
Replies: 10
Views: 4126

Re: Arduino

Ok, I'll try Processing as terminal software.
BTW for debugging I had activated only that part of the sketch; most of it was already made as comment
by frankvuijsters
17 May 2024, 18:18
Forum: Scripts
Topic: Arduino
Replies: 10
Views: 4126

Re: Arduino

Hi Alessandro, I had some time to try several options (as you will see) but still did not work. I tries to use the variable "Lhires" as an integer, so that I can use Serial.parseInt and the switch-command, as a String, as a Char but none worked. I then put a Serial.println in the setup-par to look w...
by frankvuijsters
11 May 2024, 08:25
Forum: Scripts
Topic: Arduino
Replies: 10
Views: 4126

Re: Arduino

Goodmorning Allesandro, What I saw that you use a "pause(2)" in the Astro Art script, maybe that is important, further I always used only the Arduino command "Serial.read()" or "Serial.parseInt()" but did not know the "Serial.ReadString()" command. I'm going to try. On the other hand I use the "swit...
by frankvuijsters
09 May 2024, 17:15
Forum: Scripts
Topic: Arduino
Replies: 10
Views: 4126

Re: Arduino

Hi Alessandro, thanks for your message. It seems that the communication with Arduino via serial.connect works (checked with Serial.println) but the script does not go into the loop after the setup part. The communication with serial.send(string) in Astro Art and Serial.receive () in my Arduino scrip...
by frankvuijsters
04 Mar 2024, 18:12
Forum: Scripts
Topic: Arduino
Replies: 10
Views: 4126

Re: Arduino

Hi,

what my issue is: the communication between Astro Art and Arduino via serial commands.
Not Arduino sketches only the interface with Astro Art.
by frankvuijsters
31 Jan 2024, 14:14
Forum: Scripts
Topic: Arduino
Replies: 10
Views: 4126

Arduino

Can anybody help me how to integrate Arduino-programms (for relays and servo's) into AstroArt-programms. I need that to also control remotely the calibration-lamps in my spectroscope and flip-mirror on it, together with all the other AstroArtprogramming.