This page (revision-8) was last changed on 2021-10-03 01:14 by Murray Altheim

This page was created on 2021-10-02 06:06 by Murray Altheim

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
8 2021-10-03 01:14 2 KB Murray Altheim to previous
7 2021-10-03 01:13 2 KB Murray Altheim to previous | to last
6 2021-10-02 08:06 2 KB Murray Altheim to previous | to last
5 2021-10-02 08:04 2 KB Murray Altheim to previous | to last
4 2021-10-02 08:00 1 KB Murray Altheim to previous | to last
3 2021-10-02 07:50 1 KB Murray Altheim to previous | to last
2 2021-10-02 07:49 1 KB Murray Altheim to previous | to last
1 2021-10-02 06:06 343 bytes Murray Altheim to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added one line
[{Image src='https://rpi-rfm69.readthedocs.io/en/latest/_images/wires.jpg' link='https://rpi-rfm69.readthedocs.io/en/latest/_images/wires.jpg' caption='Connecting the Radio (click to enlarge)' width='400' align='right' class='imgFloatRight'}]
At line 2 changed one line
!! Connecting to Raspberry Pi
This package provides a Python wrapper of the [LowPowerLabs RFM69 library|https://github.com/LowPowerLab/RFM69] and is largely based on the work of [Eric Trombly|https://github.com/etrombly/RFM69] who ported the library from C.
At line 4 changed one line
* [Connecting the Radio|https://rpi-rfm69.readthedocs.io/en/latest/hookup.html]
The package expects to be installed on a Raspberry Pi and depends on the [RPI.GPIO|https://pypi.org/project/RPi.GPIO/] and [spidev|https://pypi.org/project/spidev/] libraries. In addition you need to have an RFM69 radio module directly
attached to the Pi. For details on how to connect such a module checkout this guide [Connecting the Radio|https://rpi-rfm69.readthedocs.io/en/latest/hookup.html].
At line 8 added one line
There are links to an Arduino installation from Adafruit at the bottom of this page.
At line 7 removed one line
[{Image src='https://rpi-rfm69.readthedocs.io/en/latest/_images/wires.jpg' link='https://rpi-rfm69.readthedocs.io/en/latest/hookup.html' caption='Connecting the Radio (click to follow link)' width='700' align='right' class='imgFloatRight'}]
At line 9 changed one line
!! Connecting to Raspberry Pi
At line 13 added 5 lines
* [Connecting the Radio|https://rpi-rfm69.readthedocs.io/en/latest/hookup.html] from [RPI RFM69|https://rpi-rfm69.readthedocs.io/en/latest/index.html] library
* [Installing the library|https://rpi-rfm69.readthedocs.io/en/latest/install.html#installing-the-library], which comes down to the following:
{{{
sudo pip3 install rpi-rfm69
}}}
At line 13 removed 6 lines
At line 21 changed one line
|PI Name|3v3 [[1]|https://rpi-rfm69.readthedocs.io/en/latest/hookup.html#f1]|Ground|MOSI|MISO|SCLK|ID_SC [[2]|https://rpi-rfm69.readthedocs.io/en/latest/hookup.html#f2]|CE0| 
||PI Name | 3v3* | Ground | MOSI | MISO | SCLK | ID_SC‡ | CE0 |  
||PI GPIO† |   |   | 10 | 9 | 11 |   | 8 | 5
||PI Pin | 17 | 25 | 19 | 21 | 23 | 28 | 24 | 29
||Adafruit | Vin | GND | MOSI | MISO | CLK | G0 | CS | RST
||Breakout Garden SPI | 3V3 | GND | MOSI | MISO | SCLK | GPIO | CS |  
%%
At line 23 changed 5 lines
|PI GPIO [[3]|https://rpi-rfm69.readthedocs.io/en/latest/hookup.html#f3]| | |10|9|11| |8|5
|PI Pin|17|25|19|21|23|28|24|29
|Adafruit|Vin|GND|MOSI|MISO|CLK|G0|CS|RST
%%(font-size:x-small;margin-right:33%)
* This pin can only support low power mode. Use different supply if you want to use the RFM69HCW in high power mode.
\\
† These numbers refer to the pin index when you could from top left to bottom right i.e. odd number on the left and evens on the right. These are not the GPIO numbers. [pinout.xyz|https://pinout.xyz/] is an amazingly helpful tool.
\\
‡ This is the interrupt pin. The RFM69HCW module calls an interrupt on the RPI when there is new data to process.
At line 30 removed one line