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

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
mpyblockly
Posts: 1
Joined: Mon Mar 21, 2022 7:45 am

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

Post by mpyblockly » Mon Mar 21, 2022 12:27 pm

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/

User avatar
andypiper
Posts: 25
Joined: Wed Feb 02, 2022 12:17 pm
Location: Kingston upon Thames, UK
Contact:

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

Post by andypiper » Mon Mar 21, 2022 9:04 pm

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?

megane72
Posts: 2
Joined: Wed May 18, 2022 3:00 pm

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

Post by megane72 » Tue May 24, 2022 10:36 am

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.

Post Reply