Search found 2 matches

by skinsman
Tue May 25, 2021 10:44 am
Forum: ESP32 boards
Topic: What the best IDE for ESP32 micro python developing ?
Replies: 13
Views: 15896

Re: What the best IDE for ESP32 micro python developing ?

Tell me please what IDE you use for ESP32 micro python developing ? I generally try to avoid actually developing testing the code on the device. Either I use CPython or the unix port of MicroPython with the a mock implementation of the hardware bits. What mock implementation of the hardware bits do...
by skinsman
Mon May 24, 2021 10:50 pm
Forum: Raspberry Pi microcontroller boards
Topic: "Import machine" not working on RPi Pico
Replies: 5
Views: 10149

Re: "Import machine" not working on RPi Pico

I'm in the same boat, machine is in the imported library, but when i run debug, it's like not able to import machine does not exist. You haven't provided much info but you said "when i run debug" - how are you doing this? I would love to be wrong but I understand there's no way to run a debug sessi...