-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32 C3 supermini becomes unavailable #10
Comments
Try grabbing serial logs while this happens. |
Will do. Should I plug it into the server runnning ESPHome dashboard or is the log over wifi just as good? |
Serial logs - means over physically connected serial port - not wifi |
config:
Serial log:
|
You should try asking in ESPHome discord in a thread what could be causing to trigger |
Looks like something is wrong with the receive interrupt specifically on the ESP32-C3. I've ordered a couple of ESP32-C3 superminis to test and debug this on my end. |
Awesome! |
Any updates? 😊 |
these are nice! how and when can we get one? :) |
As soon as the C3 supermini is supported, I will make sure to share the 3D print file. As for the smallest HDMI female connector, I am using these: https://a.aliexpress.com/_EGrcIEt |
First of all: Great Work @Palakis and also @DIYtechie (I plan to design one that directly plugs in)! Any news on that? I have plenty of ESP32 C3 and would like to give it a try ;) As my Android TV's API and WoL/WoWLAN is not that reliable, I hope this can be the solution. Thanks in advance :) |
Try decreasing WiFi power on the C3 Supermini: wifi:
output_power: 14dB
enable_btm: true #optional
enable_rrm: true #optional |
Any luck getting this to work? Would be amazing to be able to make it as compact as possible. |
Hello In the YAML there only the button "Turn everything off" In video youtube of @DIYtechie there is more buttons ??? |
This is the wrong issue to ask that question. This thread is about C3 supermini compatibility issues. However, If you open a new issue I am happy to share the YAML for all the buttons with you and @Palakis can decide whether to include these examples in the readme. |
You have entirely reason.... I have open a new issue here : Thanks |
Downsizing from a full-sized ESP32 dev board (which works great) to a ESP32 C3 supermini, I am running into issues with the ESP rebooting or at least becoming unavailable. It can send a single CEC command once, but as soon as it receives CEC commands, it becomes unavailable.
I used the template in the readme (same as on my ESP32 dev board) and connected 5v, ground and gpio. Tried GPIO 5, 6 and 10 but the result is the same. It becomes unavailable.
If I don't connect the HDMI cable to my receiver, the C3 does not become unavailable, when I send the "all off" command. Same if it is connected and all other devices are off. But if other devices are on and I send the "all off" command, the C3 becomes unavailable, which is what leads me to think that it cannot handle the messages it receives.
Any help is greatly appreciated.
(I am in the proces of designing a case for this tiny project and will be happy to share as soon as it is done. Really want to use a C3 board to keep it tiny.)
The text was updated successfully, but these errors were encountered: