Skip to content

Releases: mathertel/Radio

ESP32 support and minor fixes

07 Feb 17:28
Compare
Choose a tag to compare

For details See CHANGELOG

  • Better SI4703 support, IN_EUROPE constant reworked to setup options.
  • Support of using ESP32
  • Enhancements in ScanRadio example
  • Documentation

full changelog**: 3.0.0...3.0.1

3.0.0 Supporting more radio chips and processors

30 Jan 18:15
Compare
Choose a tag to compare

This is a major update as some behaviors in the library have changed and includes several contributions from users.

See CHANGELOG](CHANGELOG.md)

What's Changed

  • Add #include <stdarg.h> in files using va_start etc by @fjansson in #52
  • Si4703 rds error detect by @mathertel in #62
  • Added Si4703 RDS error detection and GPIO-write-feature by @mcgurk in #57
  • Added RDA5807FP with I2S support by @fehlfarbe in #61
  • Major Update (Breaking changes included) by @mathertel in #63

New Contributors

Full List of changes: 2.0.0...3.0.0

SI4721 Support

20 Sep 17:46
35b189e
Compare
Choose a tag to compare

Si4721 Receive and Transmit Support.

compatibility fixes

25 Jun 16:15
Compare
Choose a tag to compare

fixing version number in library.properties

Radio Library 1.0.0

17 May 12:13
Compare
Choose a tag to compare

This is the first published version of the Radio library.

This library is about controlling an FM radio chips by using an Arduino board and some optional components like a LCD display, a rotary encoder, a LCD+Keyboard shield or an Ethernet Shield to build a standalone radio.

It comes with several examples for different configurations and supports the following chips:

  • The RDA5807M from RDA Microelectronics.
  • The TEA5767 from NXP.
  • The SI4703 from Silicon Labs.
  • The SI4705 from Silicon Labs.