]> vault307.fbx.one Git - garage_door_sensor.git/log
garage_door_sensor.git
18 months agomeasure distance and light in garage using veml7700
jimmy [Mon, 8 Jul 2024 23:58:07 +0000 (18:58 -0500)]
measure distance and light in garage using veml7700
will be using pico as sensor pack. will read data from sensors,
then process over data (door{open/closed},light{on/off}),
send data to zero 2 w over usb. zero will host webpage
displaying status of DOOR and LIGHT.

18 months agoMerge https://vault307.fbx.one/gitweb/garage_door_sensor into experimental
jimmy [Mon, 8 Jul 2024 22:17:12 +0000 (17:17 -0500)]
Merge https://vault307.fbx.one/gitweb/garage_door_sensor into experimental
add to experimental branch

18 months agoadd websocket host/client test code
jimmy [Mon, 8 Jul 2024 22:14:26 +0000 (17:14 -0500)]
add websocket host/client test code
SSID and Password filled with dummy info

19 months agoupdated garage_sensor.py to reflect ability to use socket to send data
Jimmy [Fri, 5 Jul 2024 17:41:59 +0000 (12:41 -0500)]
updated garage_sensor.py to reflect ability to use socket to send data
to client from host. only can be read once

19 months ago new file: garage_sensor.py
Jimmy [Mon, 24 Jun 2024 23:46:32 +0000 (18:46 -0500)]
new file:   garage_sensor.py
start creating garage door sensor box

19 months ago new file: hcsr04Test.py
Jimmy [Mon, 24 Jun 2024 21:06:53 +0000 (16:06 -0500)]
new file:   hcsr04Test.py
new file:   lcd_api.py
new file:   lcd_test.py
new file:   pico_i2c_lcd.py