Commit Graph

81 Commits (f3d840f944be1b345302d756d7159b00a9b94ccb)

Author SHA1 Message Date
Jeff Lehman 0bf0015576 Add LoRa ACK & CRC functionality for gateway #54 2 years ago
Timm Bogner 7e208cbc9b Merge branch 'main' into dev 2 years ago
Timm Bogner 2ec3a04e16 Update fdrs_gateway_config.h 2 years ago
Timm Bogner d04639a865 Finished ping support
Not immediately useful, but it is interesting to know how low an FDRS ping is (in ms). I won't ruin the surprise, but it's pretty low.

More importantly however, I laid out how SystemPackets will work. I might rename those.
2 years ago
Sascha 5027623cb8 Fixing configuration system - part 2: gateways
Further work on #71 :
- Added config code to fdrs_functions.h.
- Commented all local config settings -> global config settings will be taken by default.
- added a debugConfig function, to check from where settings have been taken. May be moved to a place where sensors and gateways can share code as this is needed only once. For the sake of simplicity the function made it into fdrs_sensor.h and fdrs_functions.h Needs to be refined, as there is redundancy right now.
2 years ago
Sascha b73b7a4b1c Added LoRa Debug info for BAND and SF to all nodes for better debugging
As there is still a lot of redundancy in the project, in a first step I added the debug messages in each of the places.
2 years ago
Timm Bogner 3c3231e4f0 implementing SystemPackets 2 years ago
Timm Bogner a8339f1136
Merge branch 'main' into dev 2 years ago
Timm Bogner d3e137ab8b unifying gateways etc
more to come
2 years ago
Sascha 087b9f30c8 house keeping
Added some comments for easier browsing through the source and corrected a type.
2 years ago
theFeiter d1872b1d53 replace external ntp with internal ntp 2 years ago
Timm Bogner 5822d8e0d9 Merge branch 'dev' into okay-wait-now-i-really-got-this 2 years ago
Sascha acf53e6ed5 Refactored gateway config files
Refactored fdrs_config.h to fdrs_gateway_config.h
This way it is directly visible from within a folder, what the config is for.
2 years ago
theFeiter 85b1e16144 add newline 2 years ago
theFeiter 92c17d3567 release logbuffer every 10 seconds if not empty 2 years ago
theFeiter 48d2a6f012 only count seconds_since_reset when logging is enabled 2 years ago
theFeiter f29e7ce916 add defined filename 2 years ago
theFeiter 107c1413a1 use buffering for all logs 2 years ago
theFeiter 876d860a05 use internal seconds since reset only when wifi not enabled 2 years ago
theFeiter 3854593bf7 use internal seconds since reset only when wifi not enabled 2 years ago
Timm Bogner 59196b7829 fixed if/else 2 years ago
Timm Bogner e10315bc28 used enum to make newData more expressive 2 years ago
Timm Bogner 47ba30d167
Merge pull request #45 from thefeiter/spiffs-logging
Create internal flash (LittleFS) logging functionality
2 years ago
theFeiter d8317daf83 this just fixed the write speed issue 2 years ago
theFeiter 83c11c27ed Merge branch 'dev' into spiffs-logging 2 years ago
Sascha 9e57a8f299 Refactored DEBUG and DBG to FDRS_DEBUG and FDRS_DBG
Changed those values to be prevent compiling issues with PlatformIO and also as it is good practice not to use names which easily could collide with other libs.
Also removed a duplicate line from keywords.txt
2 years ago
Timm Bogner a8e94156dd Updated gateway .ino 2 years ago
Timm Bogner 64bcbf947a
Merge branch 'dev' into create-sd-card-logging 2 years ago
Timm Bogner 64eb35a918 fixed macro names 2 years ago
Timm Bogner 8825396298
Merge pull request #49 from Gulpman/dev
Dev: refactoring GLOBALS to FDRS_GLOBALS
2 years ago
theFeiter 2eb8755ce9 add spi Initialization for ESP32 2 years ago
theFeiter d093128e7c only use defined spi pins on ESP32 2 years ago
theFeiter 6b51e1c978 add prefixes to defines 2 years ago
theFeiter d013f38196 apply some compiler suggestions 2 years ago
theFeiter 5d4d0d40cc Merge branch 'create-sd-card-logging' into spiffs-logging 2 years ago
theFeiter 5e7f277bcd small corrections 2 years ago
theFeiter cb47f6c02e use littlefs since spiffs is deprecated 2 years ago
theFeiter d67e831e64 Revert "use littlefs since spiffs is deprecated"
This reverts commit da4b403246.
2 years ago
theFeiter da4b403246 use littlefs since spiffs is deprecated
apply some suggestions from the compiler
2 years ago
Sascha 25fb6b4d26 refactored GLOBALS to FDRS_GLOBALS
Globals is just too... global :)
Could also conflict with other libraries.
2 years ago
theFeiter 9d5a1062dc change filename 2 years ago
theFeiter 5624ac30af create SPIFFS logger function 2 years ago
theFeiter 61d6556373 create SPIFFS logger function 2 years ago
theFeiter 0738fc1e72 rename again to match other 2 years ago
theFeiter a7ab16d9f7 rename again to match other 2 years ago
theFeiter abd9593869 rename method 2 years ago
theFeiter 520ce3f050 add column information 2 years ago
theFeiter b822698b81 uncomment 2 years ago
theFeiter 4ae1b18cfb added ntp time keeping 2 years ago
theFeiter fa0f8c1336 update readme 2 years ago