|
15 | 15 | 2. [API Documentation](https://pu2clr.github.io/SI470X/extras/apidoc/html)
|
16 | 16 | 3. [MIT License](https://pu2clr.github.io/SI470X#mit-License)
|
17 | 17 | 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) |
22 | 23 |
|
23 | 24 |
|
24 | 25 | ## Preface
|
@@ -47,7 +48,7 @@ The board above or similar can be found on [Sparkfun](https://www.sparkfun.com/p
|
47 | 48 | 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.
|
48 | 49 | 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.
|
49 | 50 | 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/). |
51 | 52 |
|
52 | 53 |
|
53 | 54 |
|
@@ -85,6 +86,39 @@ This library uses the I²C communication protocol and implements most of the fun
|
85 | 86 | 15. [Well-documented API](https://pu2clr.github.io/SI470X/extras/apidoc/html/).
|
86 | 87 |
|
87 | 88 |
|
| 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 | + |
88 | 122 |
|
89 | 123 | ## SI470X and Registers
|
90 | 124 |
|
|
0 commit comments