Editing ESP32 Wifi Kit v03

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
[[File:Esp32s3a.jpg|300px]]
 
[[File:Esp32s3b.jpg|300px]]
 
 
 
= Documentation =
 
= Documentation =
 
The documentation for the ESP32 Wifi Kit v03 can be found at: https://heltec.org/project/wifi-kit-32-v3/
 
The documentation for the ESP32 Wifi Kit v03 can be found at: https://heltec.org/project/wifi-kit-32-v3/
Line 13: Line 10:
 
This is in general very similar to v1 or v2: https://www.sketching-with-hardware.org/wiki/ESP32_Web_Kit
 
This is in general very similar to v1 or v2: https://www.sketching-with-hardware.org/wiki/ESP32_Web_Kit
  
It uses a newer version of the chip ('''ESP32-S3'''), hence it requires a different micropython image - the firmware version with Support for Octal-SPIRAM: https://micropython.org/download/GENERIC_S3/
+
It uses a newer version of the chip (ESP32-S3), hence it requires a different micropython image (the firmware version with Support for Octal-SPIRAM: https://micropython.org/download/GENERIC_S3/
  
 
To flash it use the follwing commands (you may have to change the port and need download the bin file, I also had to update esptool to support esp32s3):
 
To flash it use the follwing commands (you may have to change the port and need download the bin file, I also had to update esptool to support esp32s3):
* <pre>python ./esptool --chip esp32s3 --port COM9 erase_flash</pre>
+
* python ./esptool --chip esp32s3 --port COM9 erase_flash
* <pre>python ./esptool --chip esp32s3 --port COM9 write_flash -z 0 C:\Users\recording\Downloads\GENERIC_S3-spiram-oct-20230816-unstable-v1.20.0-379-ga18d62e06.bin</pre>
+
* python ./esptool --chip esp32s3 --port COM9 write_flash -z 0 C:\Users\recording\Downloads\GENERIC_S3-spiram-oct-20230816-unstable-v1.20.0-379-ga18d62e06.bin
  
Also '''many pins have changed'''.  
+
Also many pins have changed.  
  
 
I did not get the onboard [[LED]] to work. This should be Pin 35. But this seems to be used by the SPI interface.
 
I did not get the onboard [[LED]] to work. This should be Pin 35. But this seems to be used by the SPI interface.
  
 
The changed pins are also relevant for the [[OLED LCD Display]] connected via I2C. SCL is now 18 (was 15) and SDA is 17 (was 4), the reset pin is now 21 (was 16). There is an updated version of the ssd1306.py driver file, now called ssd1306v03.py - [[OLED LCD Display]].
 
The changed pins are also relevant for the [[OLED LCD Display]] connected via I2C. SCL is now 18 (was 15) and SDA is 17 (was 4), the reset pin is now 21 (was 16). There is an updated version of the ssd1306.py driver file, now called ssd1306v03.py - [[OLED LCD Display]].
 +
 +
 +
[[File:Esp32s3a.jpg|300px]]
 +
[[File:Esp32s3b.jpg|300px]]
  
 
[[File:Esp32s3c.jpg|300px]]
 
[[File:Esp32s3c.jpg|300px]]
 
[[File:Esp32s3d.jpg|300px]]
 
[[File:Esp32s3d.jpg|300px]]

Please note that all contributions to Sketching with Hardware at LMU Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see My wiki:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)