oss-slu / Pi4Micronaut

A java library combining Micronaut and Pi4j to streamline hardware connectivity to Raspberry Pi's
https://oss-slu.github.io/Pi4Micronaut/
Apache License 2.0
8 stars 7 forks source link

implemented Mouse Lab Automation System #237

Closed jyanev closed 7 months ago

jyanev commented 7 months ago

Functionality: Detects when a mouse enters and leaves a maze and displays the time it takes for the mouse to complete the maze in seconds. RGB light will display green when the mouse is in the maze and red when it leaves.

Components: 2 PIR Sensors LCD Display RGB LED light

Note: Original issue asked for two ultrasonic sensors, however, I thought motion sensors made more sense in this application.