Commit Graph

353 Commits (86f0a1c4ef99608cac682301d5979a5715dce892)
 

Author SHA1 Message Date
Sascha 86f0a1c4ef Update .gitignore
Added fdrs_globals.h to .gitignore.
This way one can directly work in the repo and maintain personal configuration without exposing it to the public by accidentially submitting them.
If someone knows a safe way to revert a file in a repo with fully removing the previous commit, I would be glad to hear about a solutin.
2 years ago
Timm Bogner 449b565f0e
Merge pull request #44 from Gulpman/dev
Dev - cleaned up library structure and got rid of redundant files
2 years ago
Sascha d97fb8744b Fixed bug in keyword.txt
The name you want to highlight and the KEYWORDn must ber separated by a TAB not a SPACE.
Now syntax highlighting works.
2 years ago
Timm Bogner 9c9b56f392 a compromise 2 years ago
Sascha b2423b5265 cleanup of examples folder
- copied fdrs_functions.h to the root dir.
- removed all local occurances of fdrs_sensor.h and included the global <fdrs_sensor.h> instead.
- removed all local occurances of fdrs_functions.h and included the global <fdrs_functions.h> instead.
- made inclusion of fdrs_globals.h the default instead of using the llocal definitions in the file everywhere were FDRS_xxx is defined correctly.
- Fixed the faulty calls to functions where the local defines instead of the FDRS_xxx defines were used, e.G. BAND instead of FDRS_BAND
- For easier debugging I added some variation to the sensor sketches: Humidity values are randomly choosen between 0-100. For ease of view I made the first digit of the temperature values match the Reading_ID
2 years ago
Sascha ca91cde9ec Update fdrs_globals.h
header wrap-up
2 years ago
Sascha 5ef5b73df3 Cleaned up library base structure
* keywords.txt (for syntax highlighting), library.properties (for a proper description added
* moved Universal_Sensor_beta to the examples directory
* moved Sensors, FDRS_Sensor and FDRS_Gateway to resources folder. They contain documentation which needs to be kept (to be discussed where to put that later on) but are fully redundant as they are just duplicates of the different sensors / gateways in the examples folder.
2 years ago
Sascha 06a46d1ec9 second step: renamed Examples to examples
The Examples folder must be named examples (with lower e at the beginning) to show up in the Arduino IDE example folder.
2 years ago
Sascha c6c477e681 intermediate step: examples folder must be fully lower cases 2 years ago
Timm Bogner 6793750a78
Update README.md 2 years ago
Timm Bogner 61709a2638
Update README.md 2 years ago
Timm Bogner 3152062023 moving and shuffling 2 years ago
Timm Bogner 65b37f7faa
Merge pull request #41 from Gulpman/dev
Dev: Making FDRS datatypes globally available
2 years ago
Sascha 73d09515f3 Clean-up of FDRS datatypes
Moved all local FDRS datatype definitions to a global file
2 years ago
Sascha b23334c736 Merge branch 'dev' of https://github.com/Gulpman/Farm-Data-Relay-System into dev 2 years ago
Sascha 21b18224b1 Create FDRS_datatypes.h in FDRS_install directory. 2 years ago
Timm Bogner 3213e208ee
Merge pull request #37 from thefeiter/unify-common-files-via-script
Unify common files via script
2 years ago
theFeiter a3c4297868 newline added 2 years ago
theFeiter 414b0086f9 run update files script 2 years ago
theFeiter 46e319c373 Merge branch 'dev' into unify-common-files-via-script 2 years ago
theFeiter 6403f137d7 wrote a small script to unify all files with the same content 2 years ago
Timm Bogner b3dd6abf46 added GPS types 2 years ago
Timm Bogner 173c4d9e68 Merge branch 'main' into dev 2 years ago
Timm Bogner 98d6da54ea
Merge pull request #36 from thefeiter/dev
Debug Error on Initializing LoRa before going into infinite while loop
2 years ago
theFeiter a58f13f1b3 Debug Error on Initializing LoRa before going into infinite while loop 2 years ago
Timm Bogner 96bb331312
Merge pull request #34 from Gulpman/dev
Lora band and fs from GLOBALS were ignored
2 years ago
Sascha b1b2675ca3 Lora band and fs from GLOBALS were ignored
Fixed it by changing the order of the includes (as one references the other) and using FDRS_BAND and FDRS_SF in the constructor of the FDRSLora class.
2 years ago
Timm Bogner f0203bdf38
Merge pull request #26 from Gulpman/main
Added GeneralGPS sensor
2 years ago
Timm Bogner d5f9b75e08
Merge pull request #31 from timmbogner/dev
Additions and subtractions
2 years ago
Timm Bogner aba1c80cc5
Merge pull request #29 from Devilbinder/dev
Data Pipeline
2 years ago
Timm Bogner 5331eb479a fixed spi 2 years ago
Binder Tronics d8f61dd8eb restore header 2 years ago
Binder Tronics 2b8b77803d comments 2 years ago
Binder Tronics 0208d9561b fixed 2 years ago
Binder Tronics d476b52598 fixed data pipe 2 years ago
Binder Tronics c2edf30ef7
Merge pull request #8 from timmbogner/dev
Dev
2 years ago
Timm Bogner 21c1b4be59 housekeeping 2 years ago
Timm Bogner 3856518c8b
Merge pull request #27 from Devilbinder/dev
Fixed junk memory in peerInfo. Add debug macro.
2 years ago
Binder Tronics 10b9e7577e fixed junk memory peerInfo. Add debug macro. 2 years ago
Sascha 4257a60422 Added GeneralGPS sensor
Added GPS sensor, which will transmit longitude, latitude and altitude. I also added these datatypes to the definition list. I'm not quite sure if that was the right place to do so - feel free to correct. :)
2 years ago
Timm Bogner bf54b7c7b1
Merge pull request #24 from Devilbinder/dev
Implement Forwarding
2 years ago
Binder Tronics d8f14b900c implement forwarding 2 years ago
Timm Bogner 6371f9447b
Merge pull request #23 from thefeiter/main
Add MQTT port selection and MQTT user/password auth support
2 years ago
Binder Tronics 7c5b831579 Merge branch 'test' into dev2
# Conflicts:
#	Examples/3_ESPNOW_Gateway/fdrs_functions.h
2 years ago
Binder Tronics 9cd5972b64
Merge pull request #7 from thefeiter/main
test
2 years ago
theFeiter a80f8418cb add missing credentials 2 years ago
theFeiter 039aae0ef5 add missing port references 2 years ago
theFeiter f018f71eba typo null != NULL 2 years ago
theFeiter a4801c3fd0 add global setting support 2 years ago
theFeiter ec0da25bfe Add MQTT port selection and MQTT user/password auth support 2 years ago