]> vault307.fbx.one Git - Sensory_Wall.git/blob - diary.txt
LifeScape sensory wall projects
[Sensory_Wall.git] / diary.txt
1 6/24/23
2 decided to start with ultra-sonic distance sensor. need it to read
3 distance, at distance<=x, pull pin low (trigger as button press)
4 --this can then activate LED strip animations, sound on Sound Board
5 *found micropyton library (https://github.com/kfricke/micropython-us100)
6 that will use.
7 downloaded into /home/pi/Desktop/microPythonProjects/sensorLib
8 created directory inside microPythonProjects>sensoryWall
9 have us100 test script to print distance and verify it works. IT DOES!!
10