Page 1 of 1

Graphic Programimg Language for ESP32

Posted: Fri Mar 20, 2020 7:29 pm
by evans_picolo
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?

Re: Graphic Programimg Language for ESP32

Posted: Sat Mar 21, 2020 1:58 pm
by tommeyers
I suggest extending Ardublock here is a link:
https://www.google.com/url?sa=t&source= ... 4798997417

Re: Graphic Programimg Language for ESP32

Posted: Sat Mar 21, 2020 9:04 pm
by chegewara

Re: Graphic Programimg Language for ESP32

Posted: Mon Mar 23, 2020 7:24 pm
by evans_picolo
tommeyers wrote:
Sat Mar 21, 2020 1:58 pm
I suggest extending Ardublock here is a link:
https://www.google.com/url?sa=t&source= ... 4798997417
Thank you for the suggestion. It looks a little difficult for me, but I guess I should give it a try. Any other material to help me get into the "Hacking Ardublock World"?

Re: Graphic Programimg Language for ESP32

Posted: Mon Mar 23, 2020 7:32 pm
by evans_picolo
chegewara wrote:
Sat Mar 21, 2020 9:04 pm
https://www.visuino.eu/
I had never heard of Visuino before. I did some testing with it and found it really amazing! However, it was a little lagged on my computer, what made it a little hard to work with. And yes, it does work with PWM on ESP32, but it's interface is not exactaly what I'm looking for. I need simple blocks interface. Thank's for the suggestion, anyway.