]>
vault307.fbx.one Git - garage_door_sensor.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
jimmy [Tue, 9 Jul 2024 20:53:55 +0000 (15:53 -0500)]
updated code to match code used on rpi pico
jimmy [Tue, 9 Jul 2024 00:01:09 +0000 (19:01 -0500)]
added notes
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.
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
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
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
Jimmy [Mon, 24 Jun 2024 23:46:32 +0000 (18:46 -0500)]
new file: garage_sensor.py
start creating garage door sensor box
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