ENG-CANSAT-PICO-RFM69HCW-TEST

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche

Forewords

It is now time to establish a communication between:

  • a Data Emitter (CanSat) made with a raspberry-Pico + RFM69HCW-433MHz.
  • a Data Receiver (Base Station) made with the second RFM69HCW coupled to another Pico microcontroler.

As the kit contains contains two Pico microcontroller we will be able to create the "Data Emitter" on the CanSat as well as the Data Receiver at the ground station.

In this simple example:

  1. The Data Emitter will send a message and wait 500ms for a response (ACK).
  2. The Data Receiver will receive the message.
  3. The Data Receiver will send a ACK reply.

ENG-CANSAT-PICO-RFM69HCW-TEST-00.jpg

As we will see, there are 2 key items to be highlighted:

  1. The frequency must be identical in the emitter and the receiver (eg: 433.1 MHz in this example).
  2. The encryption key must be identical on the both side.

Installing the RFM69 library

The Adafruit's FRM69HCW are provided with a MicroPython library available on GitHub.

You can download and copy the library manually to your board from the Repository.

Download-icon.pngDownload RFM69 library

First, open the repository, then navigate to the file lib/rfm69.py .

Follow the steps describes in the "BMP280 library installation" to copy the RFM69 library to your micropython board.

Once copied, you can also check the proper installation by typing from rfm69 import * .



Written by Meurisse D. for MCHobby


MCHobby investit du temps et de l'argent dans la réalisation de traduction et/ou documentation. C'est un travail long et fastidieux réalisé dans l'esprit Open-Source... donc gratuit et librement accessible.
SI vous aimez nos traductions et documentations ALORS aidez nous à en produire plus en achetant vos produits chez MCHobby.