Commit Graph

67 Commits (main)

Author SHA1 Message Date
Timm Bogner 642c24a5e7
Merge branch 'main' into timekeeping_202402 1 month ago
Timm Bogner af6044b2c3 remove delay 2 months ago
Jeff Lehman 3477c70e55 Ping returns integer, ESP-NOW pings synchronous, increase LoRa DR buff, check for LoRa pkt overflow 3 months ago
Jeff Lehman 745aedcec7 Added LoRa Stress test example 3 months ago
Jeff Lehman c958e003ef ESP-NOW node request time, test compilation in PlatformIO 3 months ago
Jeff Lehman 08724ab20d Rework LoRa code - combine gateway and node code together 3 months ago
Jeff Lehman 978825bf5a Change time master wording to time source 3 months ago
Jeff Lehman 172f61ccb1 Time Source tracking/prioritizing. Add GPS support. Some cleanup. 4 months ago
Timm Bogner 2d2a8d50c9 adding and changing debug messages 4 months ago
Jeff Lehman 0eb585d7a6 timekeeping support for LoRa controllers 4 months ago
Jeff Lehman 6240aa8b24 rename time.h file, controller timekeeping 4 months ago
Jeff Lehman 6ba88a52a9 Add gateway time keeping, NTP, RTC support 4 months ago
Timm Bogner a8f0cba97c fixed LoRa goofs 7 months ago
Timm Bogner c598b32816 replace sleep_time int with uint_32 8 months ago
Timm Bogner 2be9607754 add ULL type to fix sleep 8 months ago
Timm Bogner 0abebc31be replace ESPNOW internal peer list sending
I was having trouble with the ESP-NOW send function only sending to the first 4 peers when it should be sending to every device on the peer list. Instead, I just send to each registered peer individually. A bit less efficient, but it seems to work.
8 months ago
Timm Bogner cd1c6347a7 node registration refreshment
Nodes now automatically re-register with their gateway after a period of time
8 months ago
Timm Bogner e8b58d8c9b
Merge pull request #144 from aviateur17/release_2023_01_ifdefs
move #ifdefs used to enable or disable features from function scope t…
1 year ago
Timm Bogner ae9197c56c fix 8266 delay() 1 year ago
Jeff Lehman 80aad1576d move #ifdefs used to enable or disable features from function scope to file scope 1 year ago
Timm Bogner 9bb01738c0
Merge pull request #139 from aviateur17/2023_01_loraImprovements
2023 01 lora improvements
1 year ago
Timm Bogner 17d3276139 oled for nodes 1 year ago
Jeff Lehman 8410f398e2 Fix Arduino compile issues 1 year ago
Jeff Lehman c6fa4f35a6 transmitLoRa for node returns crcResult and cascade changes to sendFDRS() 1 year ago
Jeff Lehman cc218456fe minor debug message change to sleepFDRS() 1 year ago
Jeff Lehman e901a2f16a Tweaks to pingFDRS 1 year ago
Timm Bogner cd81f1b869 added ESP-NOW LR mode 1 year ago
Timm Bogner 5b701228ff added LoRa controller node capability 1 year ago
Timm Bogner 072d3362a0 splitting the node 1 year ago
Timm Bogner f78254ceb2 Update fdrs_node.h 1 year ago
Timm Bogner e18751d51f fix compilation error? 1 year ago
Timm Bogner 780881d0e7 add custom SPI definitions for ESP32
compiled but untested on hardware
1 year ago
Timm Bogner 4312583638 remove extra radio pin
removes some ambiguity in the addition of sx126x class support.
1 year ago
Timm Bogner dc2be5181d the big shuffle
I organized all the variables and functions into categorized header files
1 year ago
Timm Bogner 1f6caed9f8 Merge branch 'main' into 120-migrating-to-radiolib 1 year ago
Timm Bogner 64410906fc atmel compatibility 1 year 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 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 f4b7e9546f standardize globals 2 years ago
Timm Bogner f8680fc5cc re-commented DBGs 2 years ago
Timm Bogner 8359b65636 nodes work 2 years ago
Timm Bogner d6b94c8adc still working on it 2 years ago
Timm Bogner 97abcf8568 begin nodes 2 years ago
Timm Bogner 01cf55d8db fix DBG message 2 years ago