Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
esp32:esp32_main [2019/07/03 16:20]
admin [Programming the ESP32]
esp32:esp32_main [2020/10/13 19:43]
admin [Espressif ESP32 Development Board]
Line 8: Line 8:
  
 {{:esp32:esp323_pinout_wroom_pinout.png?600|}}\\ {{:esp32:esp323_pinout_wroom_pinout.png?600|}}\\
 +
 +----
 +===== Serial to USB Driver =====
 +
 +- [[https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers| SiLabs CP2104]]\\
 +- [[https://github.com/himalayanelixir/Arduino_USB_Drivers|CH340]]\\
  
 ---- ----
Line 20: Line 26:
 </html> </html>
  
-=== Upload a Scetch ===+=== Upload a Sketch ===
 The Examples for the ESP32 become visible after selecting **ESP32 DEV MODULE** in the Arduino IDE.\\ The Examples for the ESP32 become visible after selecting **ESP32 DEV MODULE** in the Arduino IDE.\\
-Set the flashing speed to 460800 or lower.\\ +Set the flashing speed to 460800 or lower (115200).\\ 
-Upload your scetch.\\+Upload your sketch.\\
 It could be necessary to start the IDE with administrator rights, too.\\ It could be necessary to start the IDE with administrator rights, too.\\
 +
 +The build in LED is on Pin 2.\\
 +Pin 34 and 35 don't work.\\
  
 ---- ----