I-Greenhouse progress: Difference between revisions
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 |
* Follow the Hello World example at https://learn.adafruit.com/adafruit-feather-32u4-radio-with-lora-radio-module/using-the-rfm-9x-radio |
||
[[ |
[[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
December 2016
Ordering of components on Adafruit with the USD 150 gift.
- 3 Adafruit Feather 32u4 RFM95 LoRa Radio
- Soil Temperature/Moisture
- DS18B20 - Temperature sensor
- BMP183 SPI barometric pressure sensor
- I2C barometric pressure and temperature sensor
January 2016
- Reception of the components
- Soldering of the 868MHz antenna and the pins on the Adafruit Feather
- Follow the Hello World example at https://learn.adafruit.com/adafruit-feather-32u4-radio-with-lora-radio-module/using-the-rfm-9x-radio
- 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);