Timm Bogner
64a1731320
Update README.md
2022-11-26 12:58:40 -06:00
Timm Bogner
d088163d3d
misc
2022-11-19 19:59:42 -06:00
Timm Bogner
83c073f3ba
fixing things?
2022-11-09 18:54:51 -06:00
Timm Bogner
c3b106d21e
Update FrequencyCounter.ino
2022-10-20 09:27:50 -05:00
Timm Bogner
aa06c421d1
another sensor
2022-10-11 21:47:52 -05:00
Timm Bogner
1f4c974b4c
added some sensors
2022-10-11 10:55:15 -05:00
Timm Bogner
91aeb11402
remove .gitignore
2022-10-06 05:33:35 -05:00
Timm Bogner
bcda928a4a
added gypsum soil sensor
...
Co-Authored-By: Kisssys <5122480+Kisssys@users.noreply.github.com>
2022-09-06 21:31:32 -05:00
Timm Bogner
40f415f405
Merge pull request #98 from timmbogner/two-way-comms
...
Two-way communications - take 2
2022-08-31 16:31:09 -05:00
Timm Bogner
537f14dc03
added support for TSL2561
2022-08-30 19:30:36 -05:00
Timm Bogner
a58cab5774
removed fdrs_sensor.h etc
2022-08-25 23:34:29 -05:00
Jeff Lehman
1f4021dda4
decouple READING_ID from LoRa address
2022-08-03 20:40:41 -05: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
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
Jeff Lehman
4457bede78
Added ability to adjust LoRa transmit power #66
2022-07-27 19:46:41 -05:00
Jeff Lehman
def150b49c
Use READING_ID as part of LoRa address. #65
2022-07-26 13:25:06 -05:00
Jeff Lehman
eed87ac84c
Validate CRC when sensor does not want ACK - improvement #54
2022-07-26 06:40:50 -05:00
Jeff Lehman
f3d840f944
Disable ACK by default for sensors #54
2022-07-25 14:01:46 -05:00
Jeff Lehman
269fd335c2
Add LoRa ACK & CRC functionality for sensors #54
2022-07-25 13:28:21 -05:00
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.
2022-07-21 16:24:01 +02:00
Timm Bogner
1ce8a3eb2b
dink
...
Changed the spammer a little and adjusted some other stuff.
2022-07-19 10:08:24 -05:00
Timm Bogner
6a5e7acd13
sensors are go
2022-07-19 08:39:06 -05:00
Sascha
249904fbc4
Refactoring for easier understanding while coding
...
Step one: refactor sensor_setup.h -> fdrs_sensor.h
2022-07-11 15:59:47 +02:00
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
2022-07-08 08:41:58 +02:00
theFeiter
d093128e7c
only use defined spi pins on ESP32
2022-07-07 12:38:57 +02:00
theFeiter
6b51e1c978
add prefixes to defines
2022-07-07 12:37:04 +02:00
Timm Bogner
9c9b56f392
a compromise
2022-07-05 22:50:36 -05:00