]> vault307.fbx.one Git - garage_door_sensor.git/log
garage_door_sensor.git
18 months agoprocess on pico if door/light open/on closed/off instead of sending raw
jimmy [Wed, 10 Jul 2024 18:41:08 +0000 (13:41 -0500)]
process on pico if door/light open/on closed/off instead of sending raw
sensor readings

18 months agoupdated code to match code used on rpi pico
jimmy [Tue, 9 Jul 2024 20:53:55 +0000 (15:53 -0500)]
updated code to match code used on rpi pico

18 months agoadded notes
jimmy [Tue, 9 Jul 2024 00:01:09 +0000 (19:01 -0500)]
added notes

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