Page 1 of 1

MPY Blockly: A new free visual programming IDE for mpy on esp32

Posted: Mon Mar 21, 2022 12:27 pm
by mpyblockly
I made this for beginners to develop his own micropython program use google blockly.
Image

This is the first version released, there is no help documentation yet, I am writing it.

You can get more infomation on https://mpyblockly.github.io/mpyblockly/

Re: MPY Blockly: A new free visual programming IDE for mpy on esp32

Posted: Mon Mar 21, 2022 9:04 pm
by andypiper
I'm not really discovering very much from your website. The GitHub repository appears to only contain an MP3 file.

Is the source code available?

Re: MPY Blockly: A new free visual programming IDE for mpy on esp32

Posted: Tue May 24, 2022 10:36 am
by megane72
Hi mpyblockly, I found yout tool very useful and work like a charm with my LOLIN32 LITE (clone), it is a esp32.
I tried also the microblocks.fun (very similar) but seems I cannot make it working.
Just two question about your tool. Maybe I'm dumb but I'm missing something. I cannot find the hex() and/or it is possible to have an empty block in order to insert any python code without touching the source on the right? Seems that I cannot save a modified piece of code if not done with a block.

Thank you for your great job, and keep working on it adding more features.