ESP32-C6 support #195

Closed
opened 2026-04-05 17:52:11 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Spacefish on 5/1/2024

Building SlimeVR for a ESP32-C6 (with better WiFi) i get some compiler errors like:
src/defines_sensitivity.h:53:46: error: either all initializer clauses should be designated or none of them should be

This MR fixes this, by just adding a designation to all initializer values.

How to reproduce, use the following config:

[env:esp32c6]
platform =  https://github.com/tasmota/platform-espressif32/releases/download/2024.04.14/platform-espressif32.zip
board = esp32-c6-devkitc-1

Also had to use the existing ESP32C3 functionality for I2C as well as the 2s wait during startup.

I don´t have a working IMU right now, as the chip did not arrive yet. However i can see the I2C Scans on the listed pins on my scope, so i guess it will work, once there is an IMU connected.

*Originally created by @Spacefish on 5/1/2024* Building SlimeVR for a ESP32-C6 (with better WiFi) i get some compiler errors like: `src/defines_sensitivity.h:53:46: error: either all initializer clauses should be designated or none of them should be` This MR fixes this, by just adding a designation to all initializer values. How to reproduce, use the following config: ``` [env:esp32c6] platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.04.14/platform-espressif32.zip board = esp32-c6-devkitc-1 ``` Also had to use the existing ESP32C3 functionality for I2C as well as the 2s wait during startup. I don´t have a working IMU right now, as the chip did not arrive yet. However i can see the I2C Scans on the listed pins on my scope, so i guess it will work, once there is an IMU connected.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Tracker-ESP#195