Skip to content

Starting with Blink, I plan to extend this test program on Arduino 3 and Tasmota platform, using Platformio.

Notifications You must be signed in to change notification settings

ErikBasalt/ESP32C6-superblink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32C6 Super blink

Blink program for Seeed Studio XIAO ESP32C6, using Arduino and Platformio

ESP32C6 info: https://wiki.seeedstudio.com/xiao_esp32c6_getting_started/

The idea is to extend the Blink program in due time with WiFi web app and other features from my previous projects, to test the Tasmota framework.

Releases:

  • 1.x Basic blink with console
  • 2.x Start WiFi with credentials from secrets.h

Migration Arduino 2 towards 3

Along the path of extending Blink, I will need to migrate my existing project code from from Arduino ESP32 core2.X (based on ESP-IDF 4.4) to version 3.0 (based on ESP-IDF 5.1).

Migration guide: https://docs.espressif.com/projects/arduino-esp32/en/latest/migration_guides/2.x_to_3.0.html

Tasmota platform

Need to use the Tasmota platform here, because the regular Platformio does not support the newer Arduino versions anymore. Latest ESP-IDF 5.x based Tasmota platform for ESP32 can be found on Github:

Releases: https://github.com/tasmota/platform-espressif32

To use an other Tasmota platform, update the link in platformio.ini

About

Starting with Blink, I plan to extend this test program on Arduino 3 and Tasmota platform, using Platformio.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published