I-Greenhouse progress: Difference between revisions

From air
Jump to navigation Jump to search
No edit summary
Line 16: Line 16:
[[Image:i-greenhouse-components.jpg|600px]]
[[Image:i-greenhouse-components.jpg|600px]]


* Follow the Hello World example at https://learn.adafruit.com/adafruit-feather-32u4-radio-with-lora-radio-module/using-the-rfm-9x-radio
* Follow the Hello World example at https://learn.adafruit.com/adafruit-feather-32u4-radio-with-lora-radio-module/using-the-rfm-9x-radio


[[File:i-greenhouse-hello.jpg]]
[[Image:i-greenhouse-hello.jpg|600px]]

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

Revision as of 15:51, 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).
    • Add the blinking LED on pin 13 on the TX device
digitalWrite(LED,packetnum%2);