Advertisement
Boelle

Untitled

Jan 17th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. //************* Define Node that you're compiling for ****************/
  2. #define YYYY
  3.  
  4. //************* Node-specific config ****************/
  5. #ifdef YYYY
  6. char id[] = "Boelle_DK_1";
  7. #define LOCATION_STRING "55.3270579,10.4383363"
  8. byte num_repeats = '3'; //The number of hops the message will make in the network
  9. #define BEACON_INTERVAL 300 // Beacon Interval in seconds
  10. uint8_t rfm_power = 20; // dBmW
  11. #define SENSITIVE_RX // Enables TESTLNA_SENSITIVE
  12. #define ENABLE_BATTV_SENSOR // Comment out to disable, you must also disable zombie mode
  13. #define BATTV_PIN 0 //ADC 0 - Battery Voltage, scaled to 1.1V
  14. #define BATTV_FUDGE 0.935 // Battery Voltage ADC Calibration Factor
  15. // Power Saving
  16. #define ENABLE_ZOMBIE_MODE // Comment this out to disable
  17. #define ZOMBIE_THRESHOLD 3.65 // Lower Voltage Threshold
  18. #define ENABLE_UART_OUTPUT // UART output of packets and rssi, used for gateways
  19. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement