Commit Graph

751 Commits (ab1f51e547c3ee9278a356bd6b1d5ab4833417d9)
 

Author SHA1 Message Date
Timm Bogner ab1f51e547 fix-up gateway configs
more improvements needed
2 years ago
Timm Bogner a958f18387 combine log filenames, fix bug 2 years ago
Timm Bogner 9c27e11206 scheduling
This functionality will drive the release of the LoRa buffers, but also enables the user to define their own function to be run at intervals. This will let the gateway send various stats like voltage or temp through the network.
scheduleFDRS(functionName, interval) initializes a timer to run "functionName()" every "interval" milliseconds. I'll add some documentation on how to actually inject a DataReading into the system later.
2 years ago
Timm Bogner 63619cfe4b derp 2 years ago
Timm Bogner aa26889556 fixed ESP-NOW neighbors for esp32 2 years ago
Timm Bogner 1908b0e068 update configs 2 years ago
Timm Bogner 3d982ed140 do oled library better 2 years ago
Timm Bogner 4312583638 remove extra radio pin
removes some ambiguity in the addition of sx126x class support.
2 years ago
Timm Bogner 250c7f0f7c fixed mistakes 2 years ago
Timm Bogner 7c0ed9fe8f add sendESPNowNbr() 2 years ago
Timm Bogner 762ef6b0ed cleanup cleanup
everybody everywhere
2 years ago
Timm Bogner cb6ad63f39 added non-blocking LoRa transmission
yet to be tested on hardware
2 years ago
Timm Bogner 3513811a7c remove old buffers 2 years ago
Timm Bogner d85304b604 change API terminology, begin buffer redesign/removal 2 years ago
Timm Bogner d7ffd8bb29 changed ESPNOW to ESPNow
for aesthetic reasons
2 years ago
Timm Bogner 6a005e2ecf ope more cleaning 2 years ago
Timm Bogner e20abfc69a cleaning 2 years ago
Timm Bogner 63d2e7962a cleaning up beginFDRS 2 years ago
Timm Bogner 4805072969 more shuffling
- added a modified ThingPulse oled library.
- made "sensor_config" "node_config"
- made - made "fdrs_functions.h" "fdrs_gateway.h"
2 years ago
Timm Bogner dc2be5181d the big shuffle
I organized all the variables and functions into categorized header files
2 years ago
Timm Bogner 4fa4210856 Merge branch 'OLED' into release_2023_01 2 years ago
Timm Bogner ec680649c5 Merge branch '120-migrating-to-radiolib' into release_2023_01 2 years ago
Timm Bogner 81dc539550 moved configs to config 2 years ago
Timm Bogner 1a50dc9b6a add timestamps, divider 2 years ago
Timm Bogner 81ddfd7b73 OLED init and debug 2 years ago
Timm Bogner 8560f51da0 add includes, start debug 2 years ago
Timm Bogner 723c06989a
typo 2 years ago
Timm Bogner 65015b4bc2 Update Irrigation.ino 2 years ago
Timm Bogner 4c411a053e add GET functionality 2 years ago
Timm Bogner 47a37f325d
Merge pull request #128 from Stips5/development
PM data types #126
2 years ago
Stips5 a597da242b PM data types #126 2 years ago
Timm Bogner 1f6caed9f8 Merge branch 'main' into 120-migrating-to-radiolib 2 years ago
Timm Bogner 64410906fc atmel compatibility 2 years ago
Timm Bogner 0190e974b1 add alternate pins 2 years ago
Timm Bogner aa832fcd7c Update FastLED.ino 2 years ago
Timm Bogner 51c72d4cde FastLED lantern sketch 2 years ago
Timm Bogner e9dfbb7116 fixed AGR again 2 years ago
Timm Bogner 9cb0376003 don't receive if transmit in progress 2 years ago
Timm Bogner 7fb9236926 remove status DBGs, add info DBG 2 years ago
Timm Bogner 03260b2b50 re-enter reception mode after reception
go figure
2 years ago
Timm Bogner 31361ba236 fixed AGC value
might have been related to the issue
2 years ago
Timm Bogner e6ca95a429 fixes 2 years ago
Timm Bogner 552812350f config cleanup 2 years ago
Timm Bogner c01ffab209 Merge branch 'configuration' into 120-migrating-to-radiolib 2 years ago
Timm Bogner 3aa3719ec5 wrapping up configs
more config work to come...
2 years ago
Timm Bogner 7ff846e5af bringing it to the gateway
untested
2 years ago
Timm Bogner ec0d19368d lil fixes 2 years ago
Timm Bogner 139a996447 temporary debugging 2 years ago
Timm Bogner f4b7e9546f standardize globals 2 years ago
Timm Bogner f8680fc5cc re-commented DBGs 2 years ago