Commit Graph

114 Commits (a67ad8980990fc3b6bb3e4be83f112b638ceb3d3)

Author SHA1 Message Date
Timm Bogner 6709d38bd9 implement loadFDRS() & sendFDRS() for gateways 2 years ago
Timm Bogner 5f2fd0e586 add LoRa controller example 2 years ago
Timm Bogner a57e921e45 SX126x support for nodes
untested
2 years ago
Timm Bogner 780881d0e7 add custom SPI definitions for ESP32
compiled but untested on hardware
2 years ago
Timm Bogner dbf87a711f configure for Heltec LoRa32v3 2 years ago
Timm Bogner c5c7df0665 SX1262 support
I don't have an SX1262 board to test this on
2 years ago
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 1908b0e068 update configs 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 d7ffd8bb29 changed ESPNOW to ESPNow
for aesthetic reasons
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 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 65015b4bc2 Update Irrigation.ino 2 years ago
Timm Bogner 4c411a053e add GET functionality 2 years ago
Timm Bogner 1f6caed9f8 Merge branch 'main' into 120-migrating-to-radiolib 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 e6ca95a429 fixes 2 years ago
Timm Bogner 552812350f config cleanup 2 years ago
Timm Bogner 97abcf8568 begin nodes 2 years ago
Timm Bogner 349174f77c changed pin assignments 2 years ago
lamasseriadipolverara b6ffa2712c
Conflict with 12 pin
change the  pin 12 to pin 16, because pin 12 affect the boot of the device (esp32 wroom - 32e)
2 years ago
Timm Bogner f433413ff5 added checkCoils() to ensure pin status 2 years ago
Timm Bogner 64a1731320
Update README.md 2 years ago
Timm Bogner fb15115c62 getting started 2 years ago
Timm Bogner d088163d3d misc 2 years ago
Timm Bogner 1e20a423a1 Update fdrs_gateway_config.h 2 years ago
Timm Bogner a0b931413a Create Single_Channel_Relay.ino 2 years ago
Timm Bogner 83c073f3ba fixing things? 2 years ago
Timm Bogner 2dbbdbbf8e housekeeping 2 years ago
Timm Bogner 1d68f1f314 cleaned gateway ino 2 years ago
Timm Bogner c3b106d21e Update FrequencyCounter.ino 2 years ago
Timm Bogner aa06c421d1 another sensor 2 years ago
Timm Bogner 1f4c974b4c added some sensors 2 years ago
Timm Bogner 91aeb11402 remove .gitignore 2 years ago
Timm Bogner df6c26b734 TFT_eSPI example 2 years ago
Timm Bogner 39bd741614 switched terminology 2 years ago
Timm Bogner 5340965c3a input via Serial0
data at the Rx of the USB Serial port (normally used for debugging) will now be entered into the getSerial() function
2 years ago
Timm Bogner 4721e72b47 changed peers to neighbors
Better reflects the concept and clears ambiguity
2 years ago
Timm Bogner 6212c58648 move ack settings
hid LoRa settings
2 years ago
Timm Bogner ccf24f50f9 added delay(0) 2 years ago
Timm Bogner 754fb9ce56 ESP-NOW confirmation 2 years ago
Timm Bogner 236afd04e9 Update Irrigation.ino
Co-Authored-By: Kisssys <5122480+Kisssys@users.noreply.github.com>
2 years ago
Timm Bogner bcda928a4a added gypsum soil sensor
Co-Authored-By: Kisssys <5122480+Kisssys@users.noreply.github.com>
2 years ago
Timm Bogner 06aa620c6a 4-channel Relay Controller 2 years ago
Timm Bogner 40f415f405
Merge pull request #98 from timmbogner/two-way-comms
Two-way communications - take 2
2 years ago