platform-espressif32
                                
                                
                                
                                    platform-espressif32 copied to clipboard
                            
                            
                            
                        Tasmota Espressif 32: development platform for PlatformIO
Tasmota Espressif 32: development platform for PlatformIO
Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
- Home (home page in PlatformIO Platform Registry)
 - Documentation (advanced usage, packages, boards, frameworks, etc.)
 
Usage
- Install PlatformIO
 - Create PlatformIO project and configure a platform option in platformio.ini file:
 
Tasmota release Arduino 3.0.2 / IDF 5.1.4
Support for the ESP32/ESP32solo1, ESP32C2, ESP32C3, ESP32C6, ESP32S2, ESP32S3 and ESP32-H2
[platformio]
platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.07.11/platform-espressif32.zip
framework = arduino
to use the ESP32 Solo1 Arduino framework add in your env
[env:esp32solo1]
board = esp32-solo1
build_flags = -DFRAMEWORK_ARDUINO_SOLO1
The released frameworks can be downloaded here
Configuration
Please navigate to documentation.