Mon, 17 Apr 2023 16:53:38 +0200 Michiel Broek Removed all BLE code. It is not usefull in this application. file | diff | annotate
Mon, 17 Apr 2023 16:20:58 +0200 Michiel Broek Version 0.4.1 Measure internal chip temperature, range -10 to 80. Result available in mqtt json payload. file | diff | annotate
Mon, 17 Apr 2023 14:54:35 +0200 Michiel Broek Added basic BLE code. file | diff | annotate
Sun, 16 Apr 2023 12:27:12 +0200 Michiel Broek Preparations for BLE GATT. Added extra time after INA219 is powered on before measurement. Reduced LEDC frequency to 60 Hz, that makes the LED lights less nervous. Hardware mod on output 4, now needs external pulldown resistor. file | diff | annotate
Thu, 06 Apr 2023 20:49:52 +0200 Michiel Broek Added nvsio utilities to make read/write to nvs namespace easier. Added variables for deep sleep to nvs namespace. In task_wifi, removed some init parameters that might add to instable wifi connect problems. file | diff | annotate
Mon, 03 Apr 2023 16:07:34 +0200 Michiel Broek In the esp-idf-lib the adps9930 driver uses a device descriptor structure instead of just i2c_dev_t. Fixed a linking issue. Added APDS9930 task. Added getLightValues function. Added wifi quality value to the MQTT payload. The payload is complete and will be published. file | diff | annotate
Mon, 03 Apr 2023 11:08:09 +0200 Michiel Broek Added untested port of the Arduino APDS9930 library as component into the esp-idf-lib. file | diff | annotate
Sat, 01 Apr 2023 21:06:59 +0200 Michiel Broek Added task_out to drive the relays and led lights. Added NVS namespace to store the state of the outputs. Respond to subscribed MQTT topics to set new output values. file | diff | annotate
Fri, 31 Mar 2023 20:31:12 +0200 Michiel Broek Added volts/current loop calculations. Added millis() timer running on the hardware clock. Completed most of the main state loop. Added MQTT wait for disconnect. MQTT disconnect in two passes, disconnect and stop. file | diff | annotate
Thu, 30 Mar 2023 17:05:05 +0200 Michiel Broek Added task MQTT and some utilities. Added more power measurement variables and code. INA219 measurements are saved in the State record. file | diff | annotate
Wed, 29 Mar 2023 21:39:07 +0200 Michiel Broek Added Wifi task. file | diff | annotate
Tue, 28 Mar 2023 22:13:06 +0200 Michiel Broek Added begin of INA219 measurements. Added raw main state table. file | diff | annotate
Mon, 27 Mar 2023 22:13:21 +0200 Michiel Broek Added esp-idf-lib for a lot of sensors. Added the basic design for the BMP280 task. file | diff | annotate
(0) tip

mercurial