#FM radio tuner module Si4703

1 messages · Page 1 of 1 (latest)

tawdry notch
#

Hey everyone! 👋

I just created a custom component for the FM radio tuner module Si4703! 🥳
https://github.com/tiimsvk/Radio-FM-tuner-Si4703-ESPHOME

For now, the main feature is available:

  • FM frequency
  • Volume
  • SeekUp
  • SeekDown
  • RDS station
  • RDS song
  • RDS time
  • RDS program type
  • RDS TA
  • RDS TP
  • Stereo signal
  • RSSI
  • Power
  • Mute

Let me know if you try it out!

tawdry notch
#

adding volume control, RDS text, RDS station, Power switch, (mute, stereo/mono in development)

#

There are a lot of developer sensors, we will gradually remove them. I am also going to use time sensors and station search, and I will try to fix mute and mono/stereo mode.

short pawn
#

How do you get the sound from that to the esp's DAC

tawdry notch
#

but it could also be used between 4 audio sources and just switch

short pawn
#

Ah so the sound won't feed into the dac input

#

Be cool if you could get it so it could stream to any va device so you only need one

tawdry notch
#

Hi everyone! So, within my abilities, I’ve finished this custom component.
The features of this module via the component include:

FM frequency
Volume
SeekUp
SeekDown
RDS station
RDS song
RDS time
RDS program type
RDS TA
RDS TP
Stereo signal
RSSI
Power
Mute

Note: If anyone plans to actively use TA and TP — I haven’t been successful in getting them to work correctly yet.
If someone more experienced in programming finds the issue and fixes it, I’d really appreciate it!