I bought a doit devkit v1 somedays ago. I have Arduino installed in my raspberry pi(binaries from arduino.cc). I installed the board today and tried to upload a simple code. But it cold not upload the code. It is showing some sort of 'broken pipe' error. How do I fix this issue?
asked Mar 30, 2020 at 1:06
-
Are you using the following? "DOIT Esp32 DevKit v1": docs.zerynth.com/latest/official/board.zerynth.doit_esp32/docs/…. For newbies, I would suggest to first try Win10 UART/serial, if you find everything OK, you can move on to Rpi buster UART/serial.tlfong01– tlfong012020年03月30日 01:40:56 +00:00Commented Mar 30, 2020 at 1:40
-
I vaguely remember that if you use Arduino IDE configured to ESP12/32, then you must use MicroPython. But I am a couple of months out of date. Please correct me otherwise. BTW, I have a couple of ESP32 modules in hand. I am happy to repeat your situation or share your experience, but NOT on Arduino IDE/MircoPython. I only play with NodeMCU LUA.tlfong01– tlfong012020年03月30日 01:47:45 +00:00Commented Mar 30, 2020 at 1:47
-
Are you following the RandomNerd? "Getting Started with the ESP32 Development Board": randomnerdtutorials.com/getting-started-with-esp32.tlfong01– tlfong012020年03月30日 02:08:34 +00:00Commented Mar 30, 2020 at 2:08
-
Or you might like to try also RandomNerd's recommendation uPyCraft IDE: (1) "Install uPyCraft IDE – Windows PC Installation Instructions": randomnerdtutorials.com/… "uPython Docs": docs.micropython.org/en/latest/esp32/tutorial/intro.html. But it still uPython, so I might only briefly mess with it later, using Win10 PC.tlfong01– tlfong012020年03月30日 02:22:06 +00:00Commented Mar 30, 2020 at 2:22
-
1Try arduino.stackexchange.com/questionsMilliways– Milliways2020年03月30日 02:55:43 +00:00Commented Mar 30, 2020 at 2:55