Commit graph

203 commits

Author SHA1 Message Date
Kai Lauterbach
e4e35fcd07 Bug fixed, in case that the ping test was disabled, the ESP would reset every 120s by default. Version String added. Logger update interval (seconds) added. 2024-02-03 14:32:53 +01:00
Kai Lauterbach
12aec59c20 Fixed influxDB specific code exclusion. 2024-02-03 11:42:49 +01:00
Kai Lauterbach
9256e7611f Code indention fixes 2023-12-23 08:21:44 +01:00
Kai Lauterbach
d3294e2511 Only count rotations on falling edges 2023-04-04 12:51:24 +02:00
Kai Lauterbach
ebd964e923 Indention fixed and comment added. 2023-04-04 10:00:11 +02:00
Kai Lauterbach
1e4075a0f5 Wind measurement time fixed 2023-04-03 18:10:46 +02:00
Kai Lauterbach
ed5558c34f Message updated 2023-04-02 15:15:13 +02:00
Kai Lauterbach
3f0e0731d6 Fixed ping target string 2023-04-02 13:29:11 +02:00
Kai Lauterbach
6ad9dddb99 Added ping host config and code, also added ISR independent windspeed measurement. 2023-04-02 13:24:32 +02:00
Kai Lauterbach
58ea2c1822 Removed all library files because the compilation works using the arduino library manager. 2023-02-28 15:22:10 +01:00
Kai Lauterbach
f740973b01 Added USB voltage read sensor 2023-02-18 17:11:48 +01:00
Kai Lauterbach
36b0c72f9b ESP8266 pin feature added 2023-02-09 17:24:05 +01:00
Kai Lauterbach
44c2ef4144 Reset the ESP in case that there is no Wifi connection. 2023-02-09 16:57:37 +01:00
Kai Lauterbach
af2189a78a Added web based reset feature 2023-02-09 16:36:51 +01:00
Kai Lauterbach
e1cdde0fc9 Updated user config example 2023-02-09 16:26:32 +01:00
Kai Lauterbach
03849a609b Added web reset functionality 2023-02-09 16:24:55 +01:00
Kai Lauterbach
76d8416a41 Added eeprom emulation to store reset info 2023-01-12 20:21:34 +01:00
Kai Lauterbach
1f347582b0 Improved wifi reconnect mechanism. More watchdog feed calls added. 2023-01-10 12:21:02 +01:00
Kai Lauterbach
0f6934f4a1 Improved wdt code 2023-01-09 12:07:01 +01:00
Kai Lauterbach
a05af95d51 Changed wdt timeout setting to wdt constant from header file. 2023-01-09 12:01:32 +01:00
Kai Lauterbach
9a920aeb88 Added auto reconnect call to setup function. Removed wifi connection check functionality - which isn't work properly. 2022-12-31 09:36:42 +01:00
Kai Lauterbach
35f1635a3d Fixed wind sensor interrupt handling. 2022-11-24 19:17:21 +01:00
Kai Lauterbach
0ae44ec987 Added a preprocessor flag to enable/disable sensor walue table on webupdater main page. 2022-11-15 14:39:21 +01:00
Kai Lauterbach
1253123e46 Added preprocessor check to prevent adding wifimanager reset link to webupdater html interface. 2022-11-15 09:46:50 +01:00
Kai Lauterbach
53ca46e7bd Fixed wrong temperature value. 2022-11-11 14:34:42 +01:00
Kai Lauterbach
a210c94721 Removed temperature overwriting. Added some disabled debug output messages. Reformatted code. 2022-11-11 13:25:28 +01:00
Kai Lauterbach
baff93865c Added fix to prevent sending nan value through http get to the destination webserver. 2022-11-11 11:23:08 +01:00
Kai Lauterbach
3e206715fd Updated required libraries 2022-11-11 11:11:25 +01:00
Kai Lauterbach
dc2eb61584 Added documentation about includes. 2022-11-11 11:11:10 +01:00
Kai Lauterbach
4b737ce350 Added http get call functionality and fixed spaces in code. 2022-11-11 10:49:42 +01:00
Kai Lauterbach
ba1cc54d2e Cleaned include list in main firmware file. 2022-11-10 14:00:13 +01:00
Kai Lauterbach
a009a19261 Inverted status LED on behaviour 2022-11-10 13:49:50 +01:00
Kai Lauterbach
0a08e8d974 Updated firmware library folder content 2022-11-10 13:34:35 +01:00
Kai Lauterbach
02c84949bc code formatting changed 2022-11-10 13:33:09 +01:00
Kai Lauterbach
8c28468563 Added BMP280 sensor config flag to user config file. 2022-11-04 09:12:01 +01:00
Kai Lauterbach
ff71dad13f Added a comment to descript a for loop behaviour. 2022-11-04 08:41:28 +01:00
Kai Lauterbach
e699c8b37b Fixed debug output in dmp280 sensor code and removed unused function. 2022-11-04 08:37:53 +01:00
Kai Lauterbach
bcda387d26 Added missing network configuration init code. 2022-11-02 19:22:05 +01:00
Kai Lauterbach
94a1e785f1 Added BMP280 sensor (like BME280 but without humidity). Updated kicad files to new file standard. 2022-11-02 19:10:39 +01:00
Kai Lauterbach
93114b0f49 Added non wifimanager wifi connection support. 2022-10-31 11:56:44 +01:00
Kai Lauterbach
17fdbe6155 Moved wifi depending code to separate function. 2022-09-20 08:21:24 +02:00
Kai Lauterbach
1f2b4ec38c Sensor read will now performed directly after startup. 2022-09-18 09:52:02 +02:00
Kai Lauterbach
6d2d5e2aa0 Updated library files. 2022-09-16 09:20:19 +02:00
Kai Lauterbach
9ceb77ea8d Removed library content 2022-09-16 09:13:09 +02:00
Kai Lauterbach
6aa242da85 Removed obsolete debug messages 2022-09-15 13:28:53 +02:00
Kai Lauterbach
f22ec9b02d Refresh of webupdater increased. 2022-09-15 13:14:58 +02:00
Kai Lauterbach
3e8d65d121 Improved InfluxDB code to prevent deadlock 2022-09-15 13:04:42 +02:00
Kai Lauterbach
417493c8ba Updated required libraries 2022-09-15 10:23:02 +02:00
Kai Lauterbach
7a97677e0d Reduced portal timeout again. 2022-09-14 20:40:08 +02:00
Kai Lauterbach
9abd468fbc Added a separate function to set the windspeed to the webupdater. 2022-09-14 20:24:43 +02:00