Online MicroPython IDE

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
jeff
Posts: 10
Joined: Fri Jul 10, 2020 9:16 pm

Re: Online MicroPython IDE

Post by jeff » Sat Oct 16, 2021 12:50 am

Honestly I did not spend too much time on the user management part of the service. Google OAuth just came handy.
BTW tinkerdoodle.cc does not collect any user info other than the email address.

mess-maker
Posts: 1
Joined: Sun Jan 23, 2022 9:21 am

Re: Online MicroPython IDE

Post by mess-maker » Sun Jan 23, 2022 9:23 am

Hi

could you make this compatible with microbit ?
should be a nice addition to program this board from chromebook

jeff
Posts: 10
Joined: Fri Jul 10, 2020 9:16 pm

Re: Online MicroPython IDE

Post by jeff » Mon Jan 24, 2022 4:46 am

Good idea. I don't have a micro bit yet. Let me get one and do some testing.

jeff
Posts: 10
Joined: Fri Jul 10, 2020 9:16 pm

Re: Online MicroPython IDE

Post by jeff » Mon Jan 31, 2022 12:37 am

I got a micro:bit v2, and made Tinkerdoodle work with it. Refer to https://tinkerdoodle.cc/user/_/notebook ... 0Bit.ipynb for instructions.

Haven't tried micro:bit v1 yet, but I suppose it should work as well.

Can someone who has micro:bit try it and see if there is any problem?

Specifically I found the serial REPL of micro:bit is a bit unstable. I added retry logic in Tinkerdoodle to fix the errors as much as I can. It works fine for small programs (< 100 lines of code), and may see problem in large programs.

On the other hand, the serial REPL of Raspberry Pi Pico is much better. If you have Pi Pico, feel free to follow https://tinkerdoodle.cc/user/_/notebook ... Pico.ipynb.

Post Reply