Commit Graph

649 Commits (9f16f2e891d2df50dbf20d9373b5ba2bfb1a6b3c)
 

Author SHA1 Message Date
Binder Tronics 74b2cd33ac add docs 2 years ago
Binder Tronics d4ce926b12
Merge pull request #10 from timmbogner/dev
Dev
2 years ago
theFeiter e74c7f22fe update global fdrs functions 2 years ago
theFeiter 2eb8755ce9 add spi Initialization for ESP32 2 years ago
theFeiter d093128e7c only use defined spi pins on ESP32 2 years ago
theFeiter 6b51e1c978 add prefixes to defines 2 years ago
Sascha a26346dc86 Update keywords.txt
Added literals and sorted entries for easier maintenance.
2 years ago
theFeiter d013f38196 apply some compiler suggestions 2 years ago
Sascha 4860d694c3 Update .gitignore 2 years ago
theFeiter 5d4d0d40cc Merge branch 'create-sd-card-logging' into spiffs-logging 2 years ago
theFeiter 5e7f277bcd small corrections 2 years ago
theFeiter cb47f6c02e use littlefs since spiffs is deprecated 2 years ago
theFeiter d67e831e64 Revert "use littlefs since spiffs is deprecated"
This reverts commit da4b403246.
2 years ago
theFeiter da4b403246 use littlefs since spiffs is deprecated
apply some suggestions from the compiler
2 years ago
Sascha 25fb6b4d26 refactored GLOBALS to FDRS_GLOBALS
Globals is just too... global :)
Could also conflict with other libraries.
2 years ago
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
theFeiter 9d5a1062dc change filename 2 years ago
theFeiter 5624ac30af create SPIFFS logger function 2 years ago
theFeiter 61d6556373 create SPIFFS logger function 2 years ago
theFeiter 0738fc1e72 rename again to match other 2 years ago
theFeiter a7ab16d9f7 rename again to match other 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