DeltaLima
931 contributions in the last 12 months
MayJunJulAugSepOctNovDecJanFebMarAprMonWedFri
Less
More
DeltaLima commented on issue DeltaLima/CanGrow#18 2025-03-17 01:08:03 +01:00
[Output Module] I2C DAC DFRobot Gravity 0-10V

done a7f33aab6837b53d6a5bc93d87dd47971314aff6

DeltaLima closed issue DeltaLima/CanGrow#18 2025-03-17 01:08:03 +01:00
[Output Module] I2C DAC DFRobot Gravity 0-10V
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2025-03-17 00:50:07 +01:00
a7f33aab68 GP8403 driver now working :)
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2025-03-17 00:27:13 +01:00
966cf5f117 GP8403 troubleshooting
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2025-03-16 22:05:45 +01:00
4c9469aab5 wip GP8403 (DFR Gravity)
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2025-03-16 21:45:54 +01:00
a214aba81b add support for I2C Ouput Module GP8403 (DFR Gravity)
DeltaLima commented on issue DeltaLima/CanGrow#17 2025-03-16 20:41:07 +01:00
[Output Module] I2C DAC MCP4725

fixed with 238dc34b95

DeltaLima closed issue DeltaLima/CanGrow#17 2025-03-16 20:41:07 +01:00
[Output Module] I2C DAC MCP4725
DeltaLima pushed to firmware_v0.2-dev at DeltaLima/CanGrow 2025-03-16 20:38:11 +01:00
238dc34b95 I2C Output was not finished implemented, MCP4725 driver too. Fixed now.
DeltaLima opened issue DeltaLima/CanGrow#28 2025-03-16 18:39:47 +01:00
[Core] Implement of Re-initialisation of I2C and GPIO devices
DeltaLima opened issue DeltaLima/CanGrow#27 2025-03-16 04:12:53 +01:00
[Doc] Update Readme to v0.2
DeltaLima opened issue DeltaLima/CanGrow#26 2025-03-16 04:11:55 +01:00
[Doc] Write User and Developer documentation.
DeltaLima opened issue DeltaLima/CanGrow#25 2025-03-16 04:04:21 +01:00
[Timer] Dealing with long running Sensor and Output Updates
DeltaLima opened issue DeltaLima/CanGrow#24 2025-03-16 03:55:28 +01:00
[Webserver] Help Page
DeltaLima commented on issue DeltaLima/CanGrow#9 2025-03-16 03:33:04 +01:00
[Core] Add MQTT support

Something I want to target with v0.3

DeltaLima commented on issue DeltaLima/CanGrow#10 2025-03-16 03:31:07 +01:00
[Webserver] add ESPAsyncWebserver basic auth
  char httpUser[32];
  char httpPass[32];

are already present in the config struct config.system

Would be nice if it will be already present in v0.2.0

DeltaLima commented on issue DeltaLima/CanGrow#13 2025-03-16 03:28:43 +01:00
[Webserver] Rework Web Page handling, get them as static as possible

in v0.2 with ESPAsyncWebserver, i couldnt avoid the way of building pages shown above. I already use the template function, but this is also not super great.

Maybe i should consider building…

DeltaLima commented on issue DeltaLima/CanGrow#3 2025-03-16 03:24:28 +01:00
[Core] I2C Display support

in v0.2 there is no i2c display support atm. It would be nice, when v0.2.0 would have at least support for 0,96" I2C OLED displays. Maybe for an I2C LCD 20x4 or 16x2 , too :)

DeltaLima reopened issue DeltaLima/CanGrow#2 2025-03-16 03:22:02 +01:00
[Dashboard] Implement root page
DeltaLima commented on issue DeltaLima/CanGrow#2 2025-03-16 03:22:01 +01:00
[Dashboard] Implement root page

Dashboard aka root page is still not present in v0.2