kkiper / Si4735

Arduino library for the (now obsolete) Si4735 FM/AM/SW/LW radio receiver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Si4735

Arduino library for the (now obsolete) Si4735 FM/AM/SW/LW radio receiver. This is a git fork of [Michael Kennedy's](michael.joseph.kennedy.1970 [a_t] gmail [dot] com) fork, which is based off of previous work:

This library can be used with the following SparkFun boards:

Both contain a Si4735-C40 radio receiver chip. The library was tested with a shield marked on the bottom with a date of "4/14/11." The Si4735 supports all modes available in the Si47xx family except forWeather Band (WB) receive and FM transmit. As a result, most chips in this family can be used with this library, if you are careful to not access missing modes. In some cases, small modifications to the library may be needed for full compatibility. Note: We do not yet support the auxiliary input mode found on the Si4735-D60 or later. Also note: The Si4700/ 01/02/03/08/09 chips are older and use a completely different command syntax. Therefore, they cannot be used with this library. This library supports all current Arduinos including the 2009 (Duemilanove), Uno, Mega, Mega 2560, Leonardo, and Due.

About

Arduino library for the (now obsolete) Si4735 FM/AM/SW/LW radio receiver

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 100.0%