Commit Graph

378 Commits (5624ac30afc94614171500b9b1870fd6790f3f5d)
 

Author SHA1 Message Date
theFeiter 5624ac30af create SPIFFS logger function 2 years ago
theFeiter 61d6556373 create SPIFFS logger function 2 years ago
theFeiter abd9593869 rename method 2 years ago
theFeiter c5ad360ab0 Merge branch 'dev' into create-sd-card-logging 2 years ago
theFeiter 520ce3f050 add column information 2 years ago
theFeiter b822698b81 uncomment 2 years ago
theFeiter 4ae1b18cfb added ntp time keeping 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
theFeiter fa0f8c1336 update readme 2 years ago
theFeiter 50500d0188 filename defined on function call 2 years ago
theFeiter 2b14e3171b add space 2 years ago
theFeiter c49fe47bd8 move overload method 2 years ago
theFeiter e867cbc9e7 use csv format on sd log 2 years ago
theFeiter 79c2baa2a9 Merge branch 'dev' into create-sd-card-logging 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
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
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