Skip to content

Releases: pu2clr/SI4735

New SSB support and features

01 Dec 14:54
Compare
Choose a tag to compare

It implements the firmware update functions that also allow SSB demodulating. The documentation and source code can be seen on https://github.com/pu2clr/SI4735.
A patch is executed internally (run by internal MCU) of the device. Usually, patches are used to fixes bugs
or add improvements and new features of the firmware installed in the internal ROM of the device. Patches to the SI4735 are distributed in binary form and have to be transferred to the internal RAM of the device
by the host MCU (in this case Arduino). Since the RAM is volatile memory, the patch stored into the device gets lost when you turn off the system. Consequently, the content of the patch has to be transferred again to the device each time after turn on the system or reset the device.

Partial SSB and RDS support

28 Nov 22:29
Compare
Choose a tag to compare

This version of this library start working with ssb patch.
A patch is executed internally (run by internal MCU) of the device. Usually, patches are used to fixes bugs
or add improvements and new features of the firmware installed in the internal ROM of the device. Patches to the SI4735 are distributed in binary form and have to be transferred to the internal RAM of the device
by the host MCU (in this case Arduino). Since the RAM is volatile memory, the patch stored into the device gets lost when you turn off the system. Consequently, the content of the patch has to be transferred again to the device each time after turn on the system or reset the device.

More Functions and Examples.

18 Nov 03:40
aefc05c
Compare
Choose a tag to compare

New functions and Improvements are present on new release of the Si4735 Arduino Library. Also two new examples show how to use LCD/OLED, buttons and encoder.

Transparent SI4735 LW/MD/SW AM/FM Radio

13 Nov 21:56
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 SI4435 by using Arduino platform. The communication used by this library is I2C.

Basic SI4735 AM and FM receiver improved

11 Nov 10:49
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 SI4435 by using Arduino platform. The communication used by this library is I2C. This release has some I2C communication improvements.

Basic SI4735 AM and FM receiver

09 Nov 18:25
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 SI4435 by using Arduino platform. The communication used by this library is I2C.