Skip to content

Commit 6b67cf2

Browse files
author
Ricardo Lima Caratti
committed
SI470X Arduino Library
1 parent b9f4af3 commit 6b67cf2

File tree

2 files changed

+41
-5
lines changed

2 files changed

+41
-5
lines changed

README.md

+39-5
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ Contact: [email protected]__.
1515
2. [API Documentation](https://pu2clr.github.io/SI470X/extras/apidoc/html)
1616
3. [MIT License](https://pu2clr.github.io/SI470X#mit-License)
1717
4. [Si470X Library features](https://pu2clr.github.io/SI470X#si4703-library-features)
18-
5. [SI470X and Registers](https://pu2clr.github.io/SI470X#si470x-and-registers)
19-
6. [SCHEMATIC](https://pu2clr.github.io/SI470X#schematic)
20-
7. [Examples](https://github.com/pu2clr/SI470X/tree/master/examples)
21-
8. [References](https://github.com/pu2clr/SI470X#references)
18+
5. [Installation](https://pu2clr.github.io/SI470X#library-installation)
19+
6. [SI470X and Registers](https://pu2clr.github.io/SI470X#si470x-and-registers)
20+
7. [SCHEMATIC](https://pu2clr.github.io/SI470X#schematic)
21+
8. [Examples](https://github.com/pu2clr/SI470X/tree/master/examples)
22+
9. [References](https://github.com/pu2clr/SI470X#references)
2223

2324

2425
## Preface
@@ -47,7 +48,7 @@ The board above or similar can be found on [Sparkfun](https://www.sparkfun.com/p
4748
2. [PU2CLR SI4844 Arduino Library](https://github.com/pu2clr/SI4844). This is an Arduino library for the SI4844, BROADCAST ANALOG TUNING DIGITAL DISPLAY AM/FM/SW RADIO RECEIVER, IC from Silicon Labs. It is available on Arduino IDE. This library is intended to provide an easier interface for controlling the SI4844.
4849
3. [PU2CLR AKC695X Arduino Library](https://pu2clr.github.io/AKC695X/). The AKC695X is a family of IC DSP receiver from AKC technology. The AKC6955 and AKC6959sx support AM and FM modes. On AM mode the AKC6955 and AKC6959sx work on LW, MW and SW. On FM mode they work from 64MHz to 222MHz.
4950
4. [PU2CLR KT0915 Arduino Library](https://pu2clr.github.io/KT0915/).
50-
5. [PU2CLR RDA5807 Arduino Library](https://pu2clr.github.io/RDA5807/).
51+
5. [PU2CLR SI470X Arduino Library](https://pu2clr.github.io/SI470X/).
5152

5253

5354

@@ -85,6 +86,39 @@ This library uses the I²C communication protocol and implements most of the fun
8586
15. [Well-documented API](https://pu2clr.github.io/SI470X/extras/apidoc/html/).
8687

8788

89+
## Library Installation
90+
91+
92+
The easiest method to install this library is via your Arduino IDE. All you have to do is:
93+
94+
1. Select Tools menu;
95+
2. Select Manage Libraries option;
96+
3. In the text box (top windows), type PU2CLR or SI470X;
97+
4. Select the PU2CLR SI470X.
98+
99+
100+
The video below shows how you can install this library via your Arduino IDE from Manage Libraries tool.
101+
102+
{% include libinstalling.html %}
103+
104+
[Watch the video](https://youtu.be/fXcrtmWNcRU)
105+
106+
107+
### Installing via the repository
108+
109+
With this approach, you will have the __most current version__ of the library. However, __it may not be the most stable version__. This is because the current version is always in development. [Prefer releases](https://github.com/pu2clr/SI470X/releases). Do you need some old version (release) of this library? If yes, [check here](https://github.com/pu2clr/SI470X/releases).
110+
111+
112+
First, you have to [download](https://github.com/pu2clr/SI470X/archive/master.zip) this library in zip format.
113+
After, unzip the SI4735-master.zip file in your Arduino Library folder.
114+
115+
* On __Windows__: "My Documents\Arduino\libraries"
116+
* On __MAC OS__: ˜/Documents/Arduino/libraries
117+
* On __Linux__: ˜/Documents/Arduino/libraries
118+
119+
<BR>
120+
121+
88122

89123
## SI470X and Registers
90124

_includes/libinstalling.html

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<iframe width="867" height="490" src="https://www.youtube.com/embed/fXcrtmWNcRU" frameborder="0"
2+
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

0 commit comments

Comments
 (0)