Go to file
2018-04-13 10:02:39 +02:00
arduino vers arduino maj 2018-03-27 17:00:33 +02:00
arduino vers BDD maj 2018-03-27 17:00:33 +02:00
arduino vers web removing ethernet librairy 2018-04-13 09:56:24 +02:00
lora vers arduino MAJ SPI 2018-04-12 14:55:36 +02:00
SPI_M0 test program to communicate using spi using unos 2018-04-12 11:39:50 +02:00
SPI_test MAJ SPI 2018-04-12 14:55:36 +02:00
SPI_UNO test program to communicate using spi using unos 2018-04-12 11:39:50 +02:00
.gitattributes 🍭 Added .gitattributes 2018-03-13 12:17:52 +01:00
README.md Update README.md 2018-04-13 10:02:39 +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 adminisstrator mode C:\Program Files (x86)\Arduino\libraries\Ethernet\src\utility\w5100.h).