Go to file
Flavien Haas 9cb1ba2fdc old code
2018-06-11 13:27:40 +02:00
fakeStation update softs + algo on main 2018-06-01 04:02:50 +02:00
frameTreatment old code 2018-06-11 13:27:40 +02:00
gateway add treament program 2018-06-08 23:18:11 +02:00
LoRa_test modif 2018-05-23 08:55:25 +02:00
LoRaReceiver-struct old code 2018-06-11 13:27:40 +02:00
numero_passerelle add treament program 2018-06-08 23:18:11 +02:00
postToServer add treament program 2018-06-08 23:18:11 +02:00
WebServer old code 2018-06-11 13:27:40 +02:00
.DS_Store add treament program 2018-06-08 23:18:11 +02:00
.gitattributes 🍭 Added .gitattributes 2018-03-13 12:17:52 +01:00
README.md added commentary 2018-05-02 09:19:53 +02:00

passerelleLoRa

Projet BTS SNIR 2ème année Gateway between a weather MicroStation using LoRa modulation and a web server. This depo is segmented in different programs for arduino using ATMEGA328P and SAMD21.

Attention !

Because we're using two arduino shields using SPI communication, we need to select a chip select for each shield. I decided to use D11 for the Ethernet shield (10 for the LoRa, 4 for the SD).

To do this, edit w5100.h in the default ethernet librairy in the installation folder of your arduino IDE (on windows, in administrator mode C:\Program Files (x86)\Arduino\libraries\Ethernet\src\utility\w5100.h)

On this case, you need to change this line #define ETHERNET_SHIELD_SPI_CS 10 to #define ETHERNET_SHIELD_SPI_CS 11