Difference between revisions of "I-Greenhouse progress"

From air
Jump to navigation Jump to search
Line 10: Line 10:
 
* [http://adafru.it/992 I2C barometric pressure and temperature sensor]
 
* [http://adafru.it/992 I2C barometric pressure and temperature sensor]
   
= January 2016 =
+
= January 2017 =
 
* Reception of the components
 
* Reception of the components
 
* Soldering of the 868MHz antenna and the pins on the Adafruit Feather
 
* Soldering of the 868MHz antenna and the pins on the Adafruit Feather
Line 25: Line 25:
 
* 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);
  +
  +
= Febuary 2017 =
  +
  +
* Mock-up of a greenhouse

Revision as of 12:21, 27 February 2017

Main page

December 2016

Ordering of components on Adafruit with the USD 150 gift.

January 2017

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

I-greenhouse-components.jpg

I-greenhouse-hello.jpg

  • The TX device is connected to a solar panel with a battery pack (3x 1.2V)
  • Use the 868Mhz frequency to match the antenna capability (Available ISM in France).
#define RF95_FREQ 868.0
  • Add the blinking LED on pin 13 on the TX device
digitalWrite(LED,packetnum%2);

Febuary 2017

  • Mock-up of a greenhouse