KD Puvvadi 1e67706ddb WaveShare ESP32-S3-Zero support (#90)
* Add Waveshare ESP32-S3-Zero board support

* add build `extra_flags`

* Add PSRAM build flag

* Update waveshare_esp32_s3_zero.json

---------

Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
2024-12-23 10:40:45 +01:00
2024-12-16 21:32:07 +01:00
2016-10-22 02:20:57 +03:00
2024-12-19 15:28:51 +01:00
2024-12-22 13:14:30 +01:00

pioarduino (p)eople (i)nitiated (o)ptimized (arduino)

Build Status Discord GitHub Releases

ESP32 is a series of low-cost, low-power system on a chip microcontrollers with integrated Wi-Fi and Bluetooth. ESP32 integrates an antenna switch, RF balun, power amplifier, low-noise receive amplifier, filters, and power management modules.

  • Issues with boards (wrong / missing). All issues caused from boards will not be fixed from the maintainer(s). A PR needs to be provided to solve.

IDE Preparation

Usage

  1. Setup new VSCode pioarduino project.
  2. Configure a platform option in platformio.ini file:

Stable version

currently espressif Arduino 3.1.0 and IDF 5.3.2.241210

[env:stable]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
board = ...
...

Development version

espressif Arduino repo branch master and latest compiled Arduino libs

[env:development]
platform = https://github.com/pioarduino/platform-espressif32.git#develop
board = ...
...

Looking for sponsor button? There is none. If you want to donate, please spend a litte to a charity organization.

S
Description
No description provided
Readme 4.8 MiB