Difference between revisions of "I-Greenhouse progress"

From air
Jump to navigation Jump to search
Line 22: Line 22:
 
* NOTE:
 
* NOTE:
 
** Use the 868Mhz frequency to match the antenna capability (ISM in France).
 
** Use the 868Mhz frequency to match the antenna capability (ISM in France).
  +
#define RF95_FREQ 868.0
 
** Add the blinking LED on pin 13 on the TX device
 
** Add the blinking LED on pin 13 on the TX device
 
digitalWrite(LED,packetnum%2);
 
digitalWrite(LED,packetnum%2);

Revision as of 17:52, 11 January 2017

Main page

December 2016

Ordering of components on Adafruit with the USD 150 gift.

January 2016

  • Reception of the components
  • Soldering of the 868MHz antenna and the pins on the Adafruit Feather

I-greenhouse-components.jpg

I-greenhouse-hello.jpg

  • NOTE:
    • Use the 868Mhz frequency to match the antenna capability (ISM in France).
#define RF95_FREQ 868.0
    • Add the blinking LED on pin 13 on the TX device
digitalWrite(LED,packetnum%2);