Skip to content

Releases: pu2clr/SI4735

SDR and Documentation Improvements

06 Apr 02:02
Compare
Choose a tag to compare

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

26 Mar 16:03
Compare
Choose a tag to compare

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

16 Mar 00:54
Compare
Choose a tag to compare

Added support to STM32 boards.
More functions available;
Seek station on SW;

Bug fixed:

  1. RSSI and SNR information;
  2. 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

17 Feb 16:45
Compare
Choose a tag to compare

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

29 Jan 20:32
Compare
Choose a tag to compare

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

20 Jan 16:00
Compare
Choose a tag to compare

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.

03 Jan 22:29
Compare
Choose a tag to compare

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

25 Dec 22:14
Compare
Choose a tag to compare

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

19 Dec 01:32
Compare
Choose a tag to compare

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

16 Dec 12:36
Compare
Choose a tag to compare

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.