Radio
Radio copied to clipboard
An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
\libraries\Radio-master\src/radio.h:128:1: warning: 'typedef' was ignored in this declaration typedef struct AUDIO_INFO { ^~~~~~~ How to get around this warning?
Volume command can be set between 1 and 15, but is always 15.
Hi, Thanks for the great library! I am using an Si4703 with an Arduino Uno. The RSSI functionality works great but there seems to be a problem with the SNR....
Did not spot that branch feature-4721 is tagged as latest. Got confused when symlinking the Arduino IDE. looking like you're using master as WIP. Shouldn't you be using a feature...
Fix for #22. With this change, the library compiles for Raspberry Pico, tested on "Arduino MBED OS RP2040 Boards" in the Boards manager, v2.6.1 Also tested on Uno (which doesn't...
Hi Matthias! First, Thank you very much for your support of these libraries! I am very happy to see these in active(ish) development 👍 I am using RDA5807 chip with...
First of all, thank you for creating this library! I'm using one of these boards and whenever I try to seek any frequencies, nothing happens. https://www.alibaba.com/product-detail/Q77-TEA5767-FM-stereo-radio-module_60762725074.html Is this a generic...
Dear Sir, I am working on your code it's really interesting. I am using your Lcdradio library. My connections including rda5807m, Arduino Uno, Two push buttons, rotary encoder and 16×2...
Hi there! Build a LCDRadio with SI4703 a16x2LCD via I2C and a rotary enconder. Platform is a Arduino nano clone 328p. I used the LCD Radio Sketch as shown down....
SI4703
Hi, I ran an example on the ESP32 ScanRadio.ino but only noise is heard, when scanning, it catches nothing. my settings #ifdef ESP32 int resetPin =19; // rst int SDIO...