Releases: pu2clr/SI4735
SDR and Documentation Improvements
This is an Arduino library for the SI47XX, BROADCAST AM/FM/SW RADIO RECEIVER IC family from Silicon Labs. This library is intended to provide an easier interface for controlling the SI47XX by using Arduino platform. The communication used by this library is I²C. This library was built based on Si47XX PROGRAMMING GUIDE; AN332. It also can be used on all members of the SI473X family respecting, of course, the features available for each IC version. These functionalities can be seen in the comparison matrix shown in table 1 (Product Family Function); pages 2 and 3 of the programming guide.
Digital Audio
Last release (1.1.6) has a problem when the user tries to update or install the Si4735 Arduino Library on Microsoft Windows. The release 1.1.7 fixed this problem.
Also, this release start using the audio digital output of the Si47XX devices.
This is an Arduino library for the SI47XX, BROADCAST AM/FM/SW RADIO RECEIVER IC family from Silicon Labs. This library is intended to provide an easier interface for controlling the SI47XX by using Arduino platform. The communication used by this library is I²C.
STM32 support and more
Added support to STM32 boards.
More functions available;
Seek station on SW;
Bug fixed:
- RSSI and SNR information;
- getDeviceI2CAddress and reset command;
This is an Arduino library for the SI47XX, BROADCAST AM/FM/SW RADIO RECEIVER IC family from Silicon Labs. This library is intended to provide an easier interface for controlling the SI47XX by using Arduino platform. See https://github.com/pu2clr/SI4735 for details.
Reception Improvement
This is an Arduino library for the SI47XX, BROADCAST AM/FM/SW RADIO RECEIVER IC family from Silicon Labs. This library is intended to provide an easier interface for controlling the SI47XX by using Arduino platform. The communication used by this library is I²C.
Si4735 Fast Switch
his library was built based on “Si47XX PROGRAMMING GUIDE; AN332 ”. It also can be used on all members of the SI47XX family respecting, of course, the features available for each IC version. These functionalities can be seen in the comparison matrix shown in table 1 (Product Family Function); pages 2 and 3 of the programming guide.
This version has been successfully tested on Pro Mini 3.3V; UNO (by using a voltage converter); Arduino Mega 2560 (by using a voltage converter) and ESP32 (LOLIN32 WEMOS) and ATtiny85
All in One
This version has been successfully tested on Pro Mini 3.3V; UNO (by using a voltage converter); Arduino Mega (by using a voltage converter) and ESP32 (LOLIN32 WEMOS)
Size Optimization, AM and FM improvements.
This library was built based on “Si47XX PROGRAMMING GUIDE; AN332 ”. It also can be used on all members of the SI47XX family respecting, of course, the features available for each IC version. These functionalities can be seen in the comparison matrix shown in table 1 (Product Family Function); pages 2 and 3 of the programming guide.
Cross platform
This is an Arduino library for the SI4735, BROADCAST AM/FM/SW RADIO RECEIVER IC from Silicon Labs. This library is intended to provide an easier interface for controlling the SI4735 by using Arduino platform. The communication used by this library is I2C.
Built Based on Si47XX PROGRAMMING GUIDE
Simplifies projects based on SI4735
RDS support
SSB (Single Side Band) patch support
Robustness Improvements
This is an Arduino library for the SI4735, BROADCAST AM/FM/SW RADIO RECEIVER IC from Silicon Labs. This library is intended to provide an easier interface for controlling the SI4735 by using Arduino platform. The communication used by this library is I2C.
Built Based on Si47XX PROGRAMMING GUIDE
Simplifies projects based on SI4735
RDS support
SSB (Single Side Band) patch support
SSB and CW support
This is an Arduino library for the SI4735, BROADCAST AM/FM/SW RADIO RECEIVER IC from Silicon Labs. This library is intended to provide an easier interface for controlling the SI4735 by using Arduino platform. The communication used by this library is I2C. Now with SSB and SW patch support.
It implements the firmware update functions that also allow SSB and CW demodulating. The documentation and source code can be seen on https://github.com/pu2clr/SI4735.