Skip to content

si4735 contains the si4735-arduino library, which wraps the pu2clr/SI4735 Arduino driver library in bindings for the iota programming language

Notifications You must be signed in to change notification settings

OperatorFoundation/si4735

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

si4735 is a library for the iota programming language

si4735-arduino is an Arduino library providing iota bindings to the pu2clr/SI4735 C++ library. The pu2clr/SI4735 C++ library provides a driver for the SI473X family of devices.

The SI473X family of devices allow for the reception of radio signals such as AM, FM, SW, and LW.

To use the si4735-arduino library you will need one of these devices, an Arduino of some sort, and an interest in the iota programming language.

This library is just a wrapper for the C++ library. For most questions you should consult its documentation or the datasheet for your specific device.

The main advantage of using the iota bindings instead of the C++ library is that iota is interpreted and dynamically typed. This allows you to explore the library interactively instead of writing Arduino sketches all at once. iota also features a cross-platform data transport protocol called ion. ion includes remote procedure calls, so with proper support for your platform you could potentially drive the radio receiver chip from another device besides the Arduino.

About

si4735 contains the si4735-arduino library, which wraps the pu2clr/SI4735 Arduino driver library in bindings for the iota programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published