-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cannot program in 30pin esp32 #4
Comments
Hi, try leaving the RADIO_OUT disconnected, only connecting GROUND, CLOCK(SCK/CDC CLOCK) and RADIO_IN (MOSI). Check the pinout for your board to see which pins CLOCK and MOSI are. For GROUND I recommend connecting to the metal body of the radio instead of the GROUND pin as I had a problem with that I suspect to be caused by a ground loop. |
Could this be because the radio output voltage is 5V? |
I think it started working, it says no cd instead of no cd changer. Do I need to change something in the code to simulate a cd? |
If it says no cd you need to press the cd button on the radio again to
switch to cd changer mode. As for the logic voltage levels I've had no
issue personally but I did face power related issues previously. Anywhere
between 2-5v should be seen as a 1 so 3.3v should be fine but may also
cause the undefined behaviour. Is the voltage to your esp32 low, and is the
ground connected to the radio metal casing?
…On Fri, 24 Jan 2025, 10:54 am MalfMalf12, ***@***.***> wrote:
I think it started working, it says no cd instead of no cd changer. Do I
need to change something in the code to simulate a cd?
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMUUCSGPCFLQR7ANAJ3GSC32MIEWFAVCNFSM6AAAAABUMC2VBOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJSGEYTAMZUGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I changed the radio out from pin 17 to pin 19 that is the board miso but it's still saying no cd. Could somebody help me?
The text was updated successfully, but these errors were encountered: