Skip to content

Commit

Permalink
Add Waveshare ESP32-S3-Zero support.
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Oct 1, 2024
1 parent 72e3538 commit 85f08b5
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Boardfiles/waveshare_esp32_s3_zero/boot.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
00-gpio.py
01-early-connection.py
02-LEDs.py
03-reload-hostname.py
04-networking.lja
05-advance-time.lja
4 changes: 4 additions & 0 deletions Boardfiles/waveshare_esp32_s3_zero/drivers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
driver_wifi
gpiochip
led_generic
led_neopixel_invert
16 changes: 16 additions & 0 deletions Boardfiles/waveshare_esp32_s3_zero/packages.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
sysinfo
ducky
ed
ftpd
hashutils
jpkg
less
nano
neofetch
netutils
wget
lm_sensors
uartutils
i2ctools
i2stools
adctools
9 changes: 9 additions & 0 deletions Boardfiles/waveshare_esp32_s3_zero/pinout.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[No board view available]

Generic ESP32-S3

SoC : ESP32-S3
RAM : >=512KB
Storage : ??
Wi-fi : True
Bluetooth : True
34 changes: 34 additions & 0 deletions Boardfiles/waveshare_esp32_s3_zero/settings.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
CIRCUITPY_PYSTACK_SIZE = 12288

[BERYLLIUM]
setup = true

fs_label = "BERYLLIUM"

serial_console_enabled = true
usb_msc_available = true
usb_hid_available = true
usb_midi_available = true
wifi_available = true
ble_available = false
blc_available = false
usb_msc_enabled = false
usb_hid_enabled = false
usb_midi_enabled = false

ledtype = "neopixel_invert"
led = "NEOPIXEL"

DEBUG = false

[IWD]
#Network1 = "password1"
#Network2 = "password2"

[IWD-AP]
SSID = "beryllium-ap"
PASSWD = "CHANGEME WIFI PASSWORD"

[RFKILL]
wlan = false
bluetooth = false
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Espressif:<br />
- Wemos Lolin S2 Mini<br />
- WeAct ESP32-C6<br />
- Waveshare ESP32-S2-Pico<br />
- Waveshare ESP32-S3-Zero<br />

Raspberry Pi:<br />
- Adafruit KB2040<br />
Expand Down

0 comments on commit 85f08b5

Please sign in to comment.