Différences entre versions de « ENG-CANSAT-RFM69HCW-TEST »

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche
Ligne 31 : Ligne 31 :
  
 
[[Fichier:ENG-CANSAT-RFM69HCW-TEST-20.jpg|640px]]
 
[[Fichier:ENG-CANSAT-RFM69HCW-TEST-20.jpg|640px]]
 +
 +
Then pick-up the downloaded RadioHead ZIP file.
 +
 +
[[Fichier:ENG-CANSAT-RFM69HCW-TEST-21.jpg|640px]]
 +
 +
{{ambox|text=A good idea would be to rename the RadioHead-master.zip to RadioHead.zip before adding it to Arduino IDE.}}
 +
 +
Once installed the RFM69 examples are available from the menu "'''File -> Examples'''".
 +
 +
[[Fichier:ENG-CANSAT-RFM69HCW-TEST-21.jpg|640px]]
  
  
 
{{ENG-CANSAT-TRAILER}}
 
{{ENG-CANSAT-TRAILER}}

Version du 11 octobre 2018 à 20:41

Forewords

It is now time to establish a communication between:

  • a Data Emitter made with a Feather M0 Express + RFM69HCW-433MHz.
  • a Data Receiver made with the second RFM69HCW that should be linked to a second micro controller.

As the kit contains only one micro controller (the Feather M0 Express), we will use the very common Arduino UNO (not included) as micro controller for the Data Receiver.

In this simple exemple:

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

ENG-CANSAT-RFM69HCW-TEST-00.jpg

As we will see in the sample, 2 key items will be highlighted:

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

Installing the library

If not done yet, we will have to install the RadioHead library in Arduino IDE.

That library support lot of RFM modules including our RFM69HCW.

Adafruit did fork the RadioHead library and add some useful sample, so we will install the small|Adafruit's RadioHead forked library.

Download-icon.pngDownload RadioHead forked library

For easy install, you can run Arduino IDE and open the menu "Sketch -> Add a .ZIP library..."

ENG-CANSAT-RFM69HCW-TEST-20.jpg

Then pick-up the downloaded RadioHead ZIP file.

640px

Once installed the RFM69 examples are available from the menu "File -> Examples".

640px



Written by Meurisse D. from MC Hobby - License: CC-SA-BY.