You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Flavien Haas d5388c5d31
Update README.md
7 years ago
SPI_M0 test program to communicate using spi using unos 7 years ago
SPI_UNO test program to communicate using spi using unos 7 years ago
SPI_test MAJ SPI 7 years ago
arduino vers BDD maj 7 years ago
arduino vers arduino maj 7 years ago
arduino vers web removing ethernet librairy 7 years ago
lora vers arduino MAJ SPI 7 years ago
.gitattributes 🍭 Added .gitattributes 7 years ago
README.md Update README.md 7 years ago

README.md

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).