Chat freely about anything...

User avatar
By jeff2020
#87938 Hi MicroPython fans,

I built an online MicroPython IDE at www.tinkerdoodle.cc. Currently esp8266 and esp32 chips are supported. This includes the popular NodeMCU boards and M5Stack boards.

It uses WebUSB technology to work directly in browser, and no extra software or browser plugin is required.

Feel free to try it out!

Thanks
Jeff
User avatar
By jeff2020
#88952 Based on user feedback, a lot of improvements have been made to the service, so worth an update here.

1. Code autocompletion with TAB. Works for both Python common libraries and MicroPython specific modules.

2. Google Assistant integration. It is super easy to add voice commands for your projects.

3. Schematic diagram in the notebook.

4. Example projects that are ready to be cloned.

Feel free to check out improved http://www.tinkerdoodle.cc!