I-Greenhouse progress: Difference between revisions

From air
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
[[I-Greenhouse|Main page]]
[[I-Greenhouse|Main page]]


=Schedule of the project=
=December 2016=
==March-November 2016==
* 1st HW/SW software and hardware design of the LoRa endpoint for temperature, humidity, rain and wind (Figure 2)
* 1st HW/SW software and hardware design of the Sigfox endpoint for temperature and humidity (Figure 3)
* 1st HW/SW design of the LoRa pico-gateway based on ESP8266 + RN2483 (Figure 4)
* 1st mockup of the backend based on MQTT, Node-RED and InfluxDB Link (Figure 5)
* 1st mockup of the data-visualization application based on Grafana Link (Figure 5)

==December 2016==
* Order of [[Adafruit Feather 32u4 RFM95 LoRa Radio]] on Adafruit with the USD 150 gift.

==January 2017 (start of the student project)==
* Ordering of the 14 square meters greenhouse and associated material
* Installation of the greenhouse in Polytech Grenoble backyard
* Sigfox endpoints (with first set of sensors)

==February 2017==
* Lora backend and LoRa endpoints (with first set of sensors)
* Lora pico-gateway hardware
* Grafana dashboard

==March 2017==
* March 9-10: Participation to the Eclipse IoT Days 2017 Grenoble ([https://wiki.eclipse.org/Eclipse_IoT_Day_Grenoble_2017 lik])
* Lora pico-gateway software
* LoRa endpoints (with second set of sensors)
* Sigfox endpoints (with second set of sensors)
* Alarming backend (Email, Free SMS, Android push).

==April 2017==
* Cordova mobile application
* Integration in OpenHAB/Eclipse SmartHome
* User documentation
* Student defense

= Progress =

==December 2016==


Ordering of components on Adafruit with the USD 150 gift.
Ordering of components on Adafruit with the USD 150 gift.
Line 10: Line 46:
* [http://adafru.it/992 I2C barometric pressure and temperature sensor]
* [http://adafru.it/992 I2C barometric pressure and temperature sensor]


= January 2017 =
== 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 26: Line 62:
digitalWrite(LED,packetnum%2);
digitalWrite(LED,packetnum%2);


= Febuary 2017 =
== Febuary 2017 ==


* Mock-up of a greenhouse
* Mock-up of a greenhouse
* Repository

Revision as of 10:32, 27 February 2017

Main page

Schedule of the project

March-November 2016

  • 1st HW/SW software and hardware design of the LoRa endpoint for temperature, humidity, rain and wind (Figure 2)
  • 1st HW/SW software and hardware design of the Sigfox endpoint for temperature and humidity (Figure 3)
  • 1st HW/SW design of the LoRa pico-gateway based on ESP8266 + RN2483 (Figure 4)
  • 1st mockup of the backend based on MQTT, Node-RED and InfluxDB Link (Figure 5)
  • 1st mockup of the data-visualization application based on Grafana Link (Figure 5)

December 2016

January 2017 (start of the student project)

  • Ordering of the 14 square meters greenhouse and associated material
  • Installation of the greenhouse in Polytech Grenoble backyard
  • Sigfox endpoints (with first set of sensors)

February 2017

  • Lora backend and LoRa endpoints (with first set of sensors)
  • Lora pico-gateway hardware
  • Grafana dashboard

March 2017

  • March 9-10: Participation to the Eclipse IoT Days 2017 Grenoble (lik)
  • Lora pico-gateway software
  • LoRa endpoints (with second set of sensors)
  • Sigfox endpoints (with second set of sensors)
  • Alarming backend (Email, Free SMS, Android push).

April 2017

  • Cordova mobile application
  • Integration in OpenHAB/Eclipse SmartHome
  • User documentation
  • Student defense

Progress

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
  • Repository