- Oct 12, 2022
-
-
Zoe Michaela Dietmar Pfister authored
add small project for receiving espnow material from a host, transferring it via serial to another esp and finally storing it on a SD card
-
- Oct 10, 2022
-
-
Zoe Pfister authored
-
Zoe Pfister authored
# Conflicts: # client/client/lib/espnow/src/ESPNow.cpp # client/client/lib/espnow/src/Message.cpp # client/client/lib/espnow/src/Message.hpp # client/client/src/main.cpp # host/fipy/main.py
-
- Oct 07, 2022
-
-
Zoe Pfister authored
move to c++17, change message building, refactored SensorInformation and MeasurementData See merge request !7
-
Zoe Pfister authored
-
- Oct 06, 2022
-
-
Zoe Pfister authored
- messages are now built using the constructor - messages now only contain a single measurement value, even if a sensor might include more than one measurement - buildMessage has been changed to buildMessages and now returns a list of messages depending on how many measurements a sensor contains - ClientDataPackage now builds from SensorInformation and MeasurementData - minor naming refactors
-
Zoe Pfister authored
-
- Oct 03, 2022
-
-
Zoe Pfister authored
-
- Sep 16, 2022
-
-
amedvedova authored
-
- Sep 13, 2022
-
-
Bilal Hassan authored
-
Bilal Hassan authored
-sensor readout finished TODO -implement esp_now protocoll to transfer the Data
-
- Sep 08, 2022
-
-
Zoe Pfister authored
# Conflicts: # client/client/src/main.cpp
-
Zoe Pfister authored
-
Moritz Perschke authored
-
Moritz Perschke authored
fipy host broadcasts its mac + timestamp on start, main function of client updated according to last commit
-
Moritz Perschke authored
-
Moritz Perschke authored
-
Moritz Perschke authored
-
Zoe Pfister authored
-
Moritz Perschke authored
-
Zoe Pfister authored
-
Moritz Perschke authored
-
- Sep 07, 2022
-
-
Moritz Perschke authored
-
Zoe Pfister authored
-
- Sep 06, 2022
-
-
Moritz Perschke authored
-
- Sep 05, 2022
-
-
Zoe Pfister authored
Closes #4
-
- Sep 02, 2022
-
-
Zoe Pfister authored
-
Zoe Pfister authored
-
Zoe Pfister authored
Merge Branch `develop` into `sensor_readout` See merge request !3
-
Zoe Pfister authored
add message tests See merge request !4
-
Moritz Perschke authored
# Conflicts: # .clang-format # .gitignore # .vscode/extensions.json # .vscode/tasks.json # client/client/lib/README # client/client/platformio.ini # client/client/src/main.cpp
-
- Aug 31, 2022
-
-
Zoe Pfister authored
-
Zoe Pfister authored
Espnow See merge request !1
-
Zoe Pfister authored
-
- Aug 30, 2022
-
-
Moritz Perschke authored
-
Moritz Perschke authored
-
- Aug 22, 2022
-
-
Zoe Pfister authored
- added test token that allows read/write to test bucket
-
Zoe Pfister authored
- move data_struct to ClientDataPackage.hpp - move Message definition to Message.hpp - move Message code to Message.cpp - move global time variable to its own namespace called esptime - time accessible via esptime::rtc - Message now uses ClientDataPackage instead of data_struct - ram_caching now uses ClientDataPackage instead of data_struct - switched from pointer definition of Message to default constructor - move headers to hpp files where applicable - added ArduinoJson library (does not increase space by a lot)
-
- Aug 18, 2022
-
-
Bilal Hassan authored
-
Bilal Hassan authored
-