jimmy [Thu, 25 Jul 2024 23:56:46 +0000 (18:56 -0500)]
garageStatus.py now correctly modifies html code of index.html based on
serial data. will set as service to run garage host. this accurately
reflects the sensor readings and updates webpage to display. scrape this
page from client to activate LED based on light on/off door open/closed
jimmy [Tue, 16 Jul 2024 21:26:55 +0000 (16:26 -0500)]
update distanceLux.py to account for senstitivity of lux sensor
create garageStatus.py to run on zero, will read serial port and
output data based on serial data. still need to integrate into webserver
jimmy [Fri, 12 Jul 2024 17:06:54 +0000 (12:06 -0500)]
changed threshold for lux_val to trigger on reading. installed hardware
on garage wall, distance_cm set accurately, but lightsensor in different
place on wall from where initially measured lux vals. updated on pico via
'rshell -e nano' command.
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.