Commit Graph

601 Commits

Author SHA1 Message Date
Timm Bogner
c9a5142b9e fixed gateway 2022-08-14 00:07:34 -05:00
Timm Bogner
759a1e997c
Merge pull request #92 from timmbogner/reorganization
Reorganization of examples
2022-08-13 22:52:34 -05:00
Timm Bogner
989bff2474 i guess that fixes it 2022-08-13 20:47:10 -05:00
Timm Bogner
500583db69 cosmetic 2022-08-13 07:47:40 -05:00
Timm Bogner
c96b29a544 added new abilities 2022-08-12 20:56:29 -05:00
Timm Bogner
1cd195bebe combined extras 2022-08-07 20:20:08 -05:00
Timm Bogner
42e232d93a
Update README.md 2022-08-07 09:00:59 -05:00
Timm Bogner
ed9c6a2cdc
fixed images 2022-08-07 08:46:45 -05:00
Timm Bogner
39dd8ea22f Update README.md 2022-08-07 00:50:36 -05:00
Timm Bogner
d3d90d95a3 added 'src' 2022-08-07 00:44:38 -05:00
Timm Bogner
eda27dfbe1 eh 2022-08-07 00:35:17 -05:00
Timm Bogner
deabf20a3d readme and sensor examples
moved readmes, added back sensor examples
2022-08-07 00:30:48 -05:00
Timm Bogner
2f2129dd6d put the images back 2022-08-07 00:13:52 -05:00
Timm Bogner
bb1cdda484 splitting the fdrs_functions
Also removed most of the FDRS_* files
2022-08-07 00:02:47 -05:00
Timm Bogner
b8675edb02 replace old examples 2022-08-03 22:27:55 -05:00
Timm Bogner
b091481605 sensors 2022-08-03 22:19:20 -05:00
Timm Bogner
4927d7db57 Update fdrs_gateway_config.h 2022-08-03 21:47:12 -05:00
Timm Bogner
8f4f4ee149 couple more things 2022-08-03 21:47:12 -05:00
Timm Bogner
0039596ada gateway examples 2022-08-03 21:47:12 -05:00
Timm Bogner
96003d508b
Merge pull request #91 from aviateur17/dev_readingid
decouple READING_ID from LoRa address
2022-08-03 21:45:20 -05:00
Jeff Lehman
1f4021dda4 decouple READING_ID from LoRa address 2022-08-03 20:40:41 -05:00
Timm Bogner
418fe1206b added txlora back 2022-08-03 11:00:14 -05:00
Timm Bogner
7a38d37a7d
Merge pull request #86 from Gulpman/dev
Dev - sketches in examples folder of current dev branch do not compile.
2022-08-03 09:49:46 -05:00
Sascha
776a371e07
Merge branch 'timmbogner:dev' into dev 2022-08-02 21:57:03 +02:00
Timm Bogner
bf5e2473de
Living on the edge
It says not to merge but I like to live dangerously
2022-08-02 14:41:02 -05:00
Sascha
de604669d1
Merge branch 'timmbogner:dev' into dev 2022-08-02 20:29:22 +02:00
Timm Bogner
ba79c1268a demonstrating - not to be merged 2022-08-01 21:50:04 -05:00
Timm Bogner
a6290ba9ee ope
fixed some bad conflict resolution
2022-08-01 18:37:07 -05:00
Timm Bogner
0cc91d82e0
Merge branch 'dev' into dev 2022-08-01 18:18:55 -05:00
Timm Bogner
6b16bc6808
Merge pull request #88 from aviateur17/dev_fixarduinoexamples
Fix Arduino compile issue as mentioned in issue #86
2022-08-01 18:15:06 -05:00
Timm Bogner
90cfe6000a
Merge branch 'dev' into dev_fixarduinoexamples 2022-08-01 18:14:48 -05:00
Timm Bogner
3c8f7a51d5
Merge pull request #70 from thefeiter/resend-after-reconnect
Mqtt send gateway timestamp and resend packets logged to SD/Flash
2022-08-01 18:11:51 -05:00
Timm Bogner
3680f258b6
Merge branch 'dev' into resend-after-reconnect 2022-08-01 18:11:22 -05:00
Jeff Lehman
4c1b59902e Merge branch 'dev_fixarduinoexamples' of https://github.com/aviateur17/Farm-Data-Relay-System into dev_fixarduinoexamples 2022-08-01 14:23:59 -05:00
Jeff Lehman
fdc941658e Add function prototypes for gateway examples to compile in Arduino 2022-08-01 14:23:29 -05:00
Timm Bogner
8c57e910c3
Merge branch 'dev' into dev_fixarduinoexamples 2022-07-31 23:48:50 -05:00
Timm Bogner
248f7c6755
Merge pull request #84 from aviateur17/dev_lorasensorping
Feature add: LoRa SystemPacket ping reply
2022-07-31 23:45:18 -05:00
Timm Bogner
d94faac99f
Merge pull request #80 from thefeiter/suggestions-for-config-check
Suggestions for config check
2022-07-31 23:44:04 -05:00
Sascha
795bf1c0e9 Applied patch #88
Applied patch #88 from @Aviateur17. This fixes the compile issues for sensor sketches. Gateway sketches still do not compile. Will check if this can be just applied the same way as the fix for the sensors.
2022-07-31 21:51:35 +02:00
Jeff Lehman
52069eae4d Fix Arduino compile issue 2022-07-31 08:37:10 -05:00
Sascha
a4e24d841f Changed usage of LORA_TXPWR to FDRS_TXPWR
After the local and global settings have been checked, the corresponding FDRS_xxx must be used. Changed this as not doing so leads to compile errors if the local setting is not set but the global one.
2022-07-30 21:48:47 +02:00
Sascha
fb9be94242 disabled local lora configuration in sensor and gateway files
By default the local lora configuration must be disabled. This is less error-prone as values from the fdrs_globals.h file are used by default.
2022-07-30 21:00:11 +02:00
Jeff Lehman
57e4ebfe89 Small changes in way ACK stats are calculated 2022-07-29 10:35:41 -05:00
Jeff Lehman
f32a4f9f9d Feature add: LoRa SystemPacket ping reply 2022-07-28 19:11:46 -05:00
Timm Bogner
91bcf22361
Merge pull request #83 from aviateur17/dev_loratxpow
Add ability to adjust LoRa transmit power #66
2022-07-28 13:17:32 -05:00
Timm Bogner
d055b2354d
Merge pull request #82 from aviateur17/dev_loramac_readingid
Use READING_ID as part of LoRa address. #65
2022-07-28 13:15:12 -05:00
theFeiter
7d82ab33a8 add backlog topic config option 2022-07-28 13:32:39 +02:00
Jeff Lehman
4457bede78 Added ability to adjust LoRa transmit power #66 2022-07-27 19:46:41 -05:00
Timm Bogner
4e41ae9540
Merge pull request #81 from aviateur17/dev
Fix #endif issues in fdrs_functions.h
2022-07-27 11:19:39 -05:00
Jeff Lehman
d8bb39c02b Fix #endif issues in fdrs_functions.h 2022-07-27 11:15:51 -05:00