Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 915 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 915 Bytes

rpi-si4703

Raspberry Pi port of SparkFun's Si4703 FM tuner chip Arduino library.

Usage

You have to install wiringPi first. SDA/SDIO and Reset from the breakout board should be wired to GPIO0 and GPIO23 respectively.

	
git clone https://github.com/cthoma/rpi-si4703.git
cd rpi-si4703/
gcc -o Radio example/Radio.cpp Si4703_Breakout.cpp -lwiringPi
sudo ./Radio
	

(Hint: If you're not from europe, you have to change the si4703_init() function accordingly)

License Information

Si4703_Breakout.cpp and Si4703_Breakout.h are open source so please feel free to do anything you want with it; you buy me a beer if you use this and we meet someday. (Beerware license)