Skip to content
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

SI4703 hanging at Function setFrequency() #70

Open
pr-boh opened this issue Dec 17, 2023 · 2 comments
Open

SI4703 hanging at Function setFrequency() #70

pr-boh opened this issue Dec 17, 2023 · 2 comments

Comments

@pr-boh
Copy link

pr-boh commented Dec 17, 2023

Hello, I bought two breakout modules for Si4703 from Makershop.de. When testing with your
Zwischenablagebild
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.

@Fishbone69
Copy link

Hi. @mathertel @pr-boh This seems to be a common issue with esp32

I am having the exact same issue using esp32-s3. What's more, it isn't just this library. I want to point you here:
https://forum.arduino.cc/t/esp32-si4703-fm-module-not-responding/1184277
and here:
pu2clr/SI470X#4

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

  1. External Reference Clock (from DS3231) - no crystal
  2. On Si4703 GPIO2 - not connected
  3. On Si4703 GPIO1 and GPIO3 = +3.3v (High)

I would be happy to troubleshoot. Any help is appreciated.

@cassou
Copy link

cassou commented Jun 14, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants