Search found 3 matches

by MangoDelight
Tue Mar 15, 2022 12:28 am
Forum: General Discussion and Questions
Topic: Getting the Pins Wrong!
Replies: 1
Views: 1308

Getting the Pins Wrong!

Hi everyone I am a newbie to micropython. I have had years with C and C++. One thing I wanted to share is the pin markings on the dev board (mine being a nodemcu) and not understanding d4 and d5 are not Pins 4 and 5. I had a horrible time with nothing working, Until I noticed on a nodemcu diagram th...
by MangoDelight
Wed Mar 09, 2022 1:34 am
Forum: General Discussion and Questions
Topic: How do upload code to the board with Thonny
Replies: 6
Views: 12088

Re: How do upload code to the board with Thonny

Thank you for your answer. I am very impressed by how MicroPython works with these dev boards. I have been using Arduino for some time, and I do understand how the bootloader writes to the onboard flash. I would like to know what these MicroPython dev boards do for saving your code to the device. Th...
by MangoDelight
Tue Mar 08, 2022 8:50 am
Forum: General Discussion and Questions
Topic: How do upload code to the board with Thonny
Replies: 6
Views: 12088

How do upload code to the board with Thonny

Hi everyone. I am new to MicroPython. I have been using Arduino for awhile, and I know how to upload sketches to the board. I have no idea how to upload code to my ESP8266 based board. I have installed the updated firmware, and that went fine. When I log in with a serial terminal I get the >>> promp...