-
Notifications
You must be signed in to change notification settings - Fork 2
Adding an ESP32‐C5 into ESPHome
ESPHome fully supports the later ESP32-C5, which is great as it gives you both 2.4GHz and 5GHz Wi-Fi.
As the ESP32-C5 relies on the ESP-IDF framework, you need to configure the device within the YAML file.
An example is shown below.
esphome:
name: your-esp32-c5-name
friendly_name: Your ESP32-C5
esp32:
board: esp32-c5-devkitc-1
variant: esp32c5
framework:
type: esp-idf
# Enable Home Assistant API
api:
encryption:
key: "YOUR_API_KEY_HERE"
wifi:
ssid: "YOUR_SSID"
password: "YOUR_PASSWORD"
# Optional: For dual-band, if you want to force 5GHz specifically
band_mode: 5GHZ
As ESPHome does not currently list the ESP32-C5 within its supported MCUs, you can simply select another and then once the YAML basic file is created, you can update as shown above.

For example, selecting ESP32-C6 will create with the YAML file:
esp32:
board: esp32-c6-devkitc-1
framework:
type: esp-idf
So you can then simply edit this to:
esp32:
board: esp32-c5-devkitc-1
variant: esp32c5
framework:
type: esp-idf
Additional information, and other technical details on this project, maybe found in the related repository pages.
Repository Folders
- Components (Code examples for Home Assistant - ESPHome)
- Datasheets and Information (Component Datasheets, Schematics, Board Layouts, Photos, Technical Documentation)
Repository Tabs
- Wiki (Related Repository Wiki pages and Technical User Information)
- Discussions (Related Repository User Discussion Forum)
- Issues (Related Repository Technical Issues and Fixes)
We value our Customers, Users of our designs and STEM Communities, all over the World . Should you have any other questions, or feedback to share to others, please feel free to:
- Visit the related Project plus the related Discussions and Wiki Pages. See tab in each separate repository.
- Project Community Information can be found at https://www.hackster.io/DitroniX
- DitroniX.net Website - Contact Us
- Twitter: https://twitter.com/DitroniX
- Supporting the STEM Projects - BuyMeACoffee
- LinkedIN: https://www.linkedin.com/in/g8puo/
Dave Williams, Maidstone, UK.
Electronics Engineer | Software Developer | R&D Support | RF Engineering | Product Certification and Testing | STEM Ambassador
Supporting STEM Learning
Life is one long exciting learning curve, help others by setting the seed to knowledge.
