Skip to content
Snippets Groups Projects
Commit 0759408c authored by dx's avatar dx
Browse files

small fixes

parent 80c362fb
No related branches found
No related tags found
No related merge requests found
Pipeline #5600 passed
...@@ -15,5 +15,5 @@ isolation, but there are current limiting resistors. ...@@ -15,5 +15,5 @@ isolation, but there are current limiting resistors.
The input protection can handle between +5v and -3v. The input protection can handle between +5v and -3v.
For the micropython badge link API, see the :ref:`badge_link<py_badge_link>` API docs For the micropython badge link API, see the badge_link API docs
...@@ -2,25 +2,33 @@ Hardware Specs ...@@ -2,25 +2,33 @@ Hardware Specs
============== ==============
* ESP32-S3 SoC * ESP32-S3 SoC
* 240MHz * 240MHz
* 8MiB SPI RAM, 512KiB SRAM * 8MiB SPI RAM, 512KiB SRAM
* 16MiB flash * 16MiB flash
* WiFi (2.4GHz, b/g/n) * WiFi (2.4GHz, b/g/n)
* Bluetooth LE (no bluetooth audio) * Bluetooth LE (no bluetooth audio)
* Round display, 240x240px, compatible with GC9A01 * Round display, 240x240px, compatible with GC9A01
* Two speakers * Two speakers
* Two 3.5mm ports * Two 3.5mm ports
* Headphone / line out and microphone / line in * Headphone / line out and microphone / line in
* :ref:`Badge Link` * :ref:`Badge Link`
* Can be configured in each 3.5mm port (3.3v UART) * Can be configured in each 3.5mm port (3.3v UART)
* MIDI compatible (31250 baud UART) * MIDI compatible (31250 baud UART)
* USB-C * USB-C
* Two modes: * Two modes:
* USB Serial/JTAG (implemented in hardware) * USB Serial/JTAG (implemented in hardware)
* TinyUSB (for serial, mass storage, USB MIDI) * TinyUSB (for serial, mass storage, USB MIDI)
* SBU1/SBU2 (sideband use) pins have UART RX/TX for early debug * SBU1/SBU2 (sideband use) pins have UART RX/TX for early debug
* Passive analog audio out * Passive analog audio out
* Not supported: USB host * Not supported: USB host
* 40 RGB LEDs (WS2812C) * 40 RGB LEDs (WS2812C)
* MicroSD card slot * MicroSD card slot
* Accelerometer? XXX * Accelerometer? XXX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment