You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I bought two breakout modules for Si4703 from Makershop.de. When testing with your
library I have the following problem. In every example sketch, the software hangs when I call the setFrequency() function. I tried the examples with Arduino pro mini, with ESP8266 (D1 mini) and with ESP32. Same problem every time. When calling setFrequency(), the Sketch stops at _waitEnd(). I would be very grateful for a tip as to the cause of the problem.
The text was updated successfully, but these errors were encountered:
I don't know if this is a compatibility issue with esp32-s3 or if there are just a bunch of us using esp32s that are making the same rookie mistake. I'll provide some additional info.
for my setup, I am using
External Reference Clock (from DS3231) - no crystal
On Si4703 GPIO2 - not connected
On Si4703 GPIO1 and GPIO3 = +3.3v (High)
I would be happy to troubleshoot. Any help is appreciated.
@pr-boh@Fishbone69 I had a similar issue, and in my case it was the power-supply (3V from my esp32 devboard) that was not powerfull enough to power the si4703 after the boot stage.
Adding an external 3.3 power supply for the si4703 fixed the issue.
Hello, I bought two breakout modules for Si4703 from Makershop.de. When testing with your
![Zwischenablagebild](https://private-user-images.githubusercontent.com/11082609/291059323-bc8b1f22-c407-488c-b30d-0cbe8c0b751a.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTkyNjMsIm5iZiI6MTczOTI1ODk2MywicGF0aCI6Ii8xMTA4MjYwOS8yOTEwNTkzMjMtYmM4YjFmMjItYzQwNy00ODhjLWIzMGQtMGNiZThjMGI3NTFhLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA3MjkyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNiNjdlYzkzM2M3MmNjMzhmOTViNmQyMTRiZDVmMTdiMjcxNGJkM2ExYTk5ZGFhODk3Mjk4NjgwOTEzZGNhYjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Z3lLS6chrKTB1jjCOde8aq2G15XmZrC1K7DuNsIyoyk)
library I have the following problem. In every example sketch, the software hangs when I call the setFrequency() function. I tried the examples with Arduino pro mini, with ESP8266 (D1 mini) and with ESP32. Same problem every time. When calling setFrequency(), the Sketch stops at _waitEnd(). I would be very grateful for a tip as to the cause of the problem.
The text was updated successfully, but these errors were encountered: