Farm-Data-Relay-System/Universal_Sensor_beta/sensor_setup.h

28 lines
572 B
C
Raw Normal View History

2022-06-13 04:43:35 +00:00
// FARM DATA RELAY SYSTEM
//
// Sensor Configuration
2022-06-30 13:30:24 +00:00
// (This file will soon be known as 'sensor_config.h')
2022-06-13 04:43:35 +00:00
//
2022-06-30 13:30:24 +00:00
//#include <fdrs_globals.h> //Uncomment when you install the globals file
2022-06-13 04:43:35 +00:00
#define READING_ID 1 //Unique ID for this sensor
2022-06-30 13:30:24 +00:00
#define GTWY_MAC 0x04 //Address of the nearest gateway
2022-06-13 04:43:35 +00:00
#define DEEP_SLEEP
//#define POWER_CTRL 14
#define DEBUG
//LoRa Configuration
#define SCK 5
#define MISO 19
#define MOSI 27
#define SS 18
#define RST 14
#define DIO0 26
//433E6 for Asia
//866E6 for Europe
//915E6 for North America
#define BAND 915E6
#define SF 7