Graphic Programimg Language for ESP32
Posted: Fri Mar 20, 2020 7:29 pm
Hi, how are you?
So, I used to program Arduino boards using graphic programimg languages, such as Ardublock and S4A as those languages are easy to teach kids. Now, I'm working with ESP32 and Ardublock, but it only works for digital I/O and analog input. The PWM dosn't work because Ardublock uses "analogWrite()" function, wich is not recognized by ESP32 (instead, ESP32 uses "ledC. write()" function, if I'm not mistaken).
Anyway, I really wanted PWM output on my project, so I was wondering whether there is something similar to Ardublock specific for ESP32, so I can use the PWM properly.
Any suggestions?
So, I used to program Arduino boards using graphic programimg languages, such as Ardublock and S4A as those languages are easy to teach kids. Now, I'm working with ESP32 and Ardublock, but it only works for digital I/O and analog input. The PWM dosn't work because Ardublock uses "analogWrite()" function, wich is not recognized by ESP32 (instead, ESP32 uses "ledC. write()" function, if I'm not mistaken).
Anyway, I really wanted PWM output on my project, so I was wondering whether there is something similar to Ardublock specific for ESP32, so I can use the PWM properly.
Any suggestions?