Thank you for your answer.
Sorry if this is obvious but i don't know how i enable this patch. Do i need to download it via git or something? I am at the limit of my understandings and would like to learn more but i really know what i am supposed to do.
Search found 5 matches
- Wed May 29, 2019 10:38 am
- Forum: General Discussion
- Topic: how to fix: OSError: [Errno 71] Protocol error
- Replies: 4
- Views: 14398
- Wed May 29, 2019 8:21 am
- Forum: General Discussion
- Topic: how to fix: OSError: [Errno 71] Protocol error
- Replies: 4
- Views: 14398
Re: how to fix: OSError: [Errno 71] Protocol error
Wow thank you for the tip with the dmesg and the journal. I got some interesting output and i don;t really know what it means but i think i am getting closer to the problem. Here is the output, can you help me interpret it? dmsg: [ 4103.995601] usb 1-1: new full-speed USB device number 7 using xhci_...
- Mon May 27, 2019 3:24 pm
- Forum: General Discussion
- Topic: how to fix: OSError: [Errno 71] Protocol error
- Replies: 4
- Views: 14398
how to fix: OSError: [Errno 71] Protocol error
Hello, I am trying to flash my first code to the ESP32 and i am getting the following output: Arduino: 1.8.9 (Linux), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 115200, None" Sketch uses 200212 bytes (15%) of progra...
- Fri May 03, 2019 12:53 pm
- Forum: General Discussion
- Topic: Error when trying to flash via arduinoIDE from a Manjrao(linux arch) System.
- Replies: 2
- Views: 3976
Re: Error when trying to flash via arduinoIDE from a Manjrao(linux arch) System.
What ESP32 board do you have, exactly? i have this one here: https://www.amazon.de/dp/B071P98VTG?ref_=pe_3044161_248799201_302_E_DDE_dt_1 You can also try holding down the BOOT button for the entire time that esptool is trying to contact the board, and/or quickly pressing and releasing the EN butto...
- Thu May 02, 2019 8:17 pm
- Forum: General Discussion
- Topic: Error when trying to flash via arduinoIDE from a Manjrao(linux arch) System.
- Replies: 2
- Views: 3976
Error when trying to flash via arduinoIDE from a Manjrao(linux arch) System.
My new ESP32 just arrived! I wanted to use the arduinoIDE to write some sketches and wanted to start with a simple LED blink as a test. Here is code that i want to put on the esp: /* * https://circuits4you.com * ESP32 LED Blink Example * Board ESP23 DEVKIT V1 * * ON Board LED GPIO 2 */ #define LED 2...