Commit Graph

461 Commits (7526439d857150161812f0b6a300de82a9a13e68)
 

Author SHA1 Message Date
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
theFeiter b7dcadf011 if sending mqtt fails, log to sd 2 years ago
theFeiter 60242ab2cd dont log when sending serial,
dont try to init sd if not in use
2 years ago
theFeiter f6debe8f00 added crude timestamp method 2 years ago
theFeiter 04e253566d go into endless loop when sd init fails 2 years ago
theFeiter f4b5799b16 renamed defines 2 years ago
theFeiter 60e6c66cea make filename configurable, dont do anything when sd not in use 2 years ago
theFeiter 4bf0653cdb make filename configurable 2 years ago
theFeiter 78478b977c move and remove functions 2 years ago
theFeiter 37bdcd413b SPI seems to work simultaniously 2 years ago
theFeiter 7632203d60 SPI seems to work simultaniously 2 years ago
theFeiter ec3bb4dc86 working prototype 2 years ago
theFeiter c509883322 missing semi 2 years ago
theFeiter d0862ad05b first draft of function structure, not tested 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
Timm Bogner 7bf774ddc9
Update README.md 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 b98a0894d1
Update README.md 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