Ricardo Lima Caratti
Ricardo Lima Caratti
Unfortunately in some cases I cannot distribute executable or binary versions for legal reasons. For example: the SSB patch is not part of the library. Another reason discouraging such an...
Yes, it is technically feasible to implement a CAT interface via USB or UART to control the radio from a PC while using Arduino. The Arduino can run the radio...
Hello. Thanks for your email and feedback. I have never used my prototypes with headphone. My main focus is the firmware. Please, check some functions available in my library that...
Please, check the folder https://github.com/pu2clr/RDA5807/tree/master/examples/RDA5807_03_ATTINY_84_85 This folder has 10 examples that can help you to use OLED in your project. They are aimed at ATTiny84/85. However, you can adapt them...
Now the RDA5807_07_NANO_OLED_V2 is updated. See this video: https://youtu.be/6JvodLKfn28 See the latest version: https://github.com/pu2clr/RDA5807/tree/master/examples/RDA5807_07_NANO_OLED_V2
You need to install the latest version of the library. I forgot that. Let me update the latest release on the Arduino Platform server. This way, your Arduino IDE will...
Can you give me details about the RDS/RBDS service provided by the stations in your area? I know there are two types: RDS and RBDS. The decode processes are a...
Please, at line 146 (RDA5807_07_NANO_OLED_V2.ino) change rx.setRDS(true); to rx.setRBDS(true); Tell me if it solved the problem. If not, let me know. I will change some code in the library to...
Ok. Thanks for reporting this. Anyway, I will find a way to check all possibilities of RDS and RBDS broadcasting services. 73. PU2CLR. Ricardo. On Wed, Aug 16, 2023 at...
Try to use [setAM](https://pu2clr.github.io/AKC695X/extras/docs/html/group___g_a04.html#ga8f61d1c6b668dbcdb5917b58580ed44e) with the akc695x_am_band parameter greater than 17 (custom band). If you use [setAM](https://pu2clr.github.io/AKC695X/extras/docs/html/group___g_a04.html#ga8f61d1c6b668dbcdb5917b58580ed44e) method with the first parameter (akc695x_am_band) greater than 17, then the radio will...