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
7 stars 4 forks source link

Lab Automation - Example project #229

Closed ruthvikm closed 4 months ago

ruthvikm commented 5 months ago

Considering Mouse maze as an use case scenario and using two motion detection sensors or ultra sonic sensors at the start and end positions of the maze. We need to get the start time, once the mouse enters the maze and end time, once the mouse comes out of the maze. We need to display the overall time taken by the mouse to find the way out using LCD1602.

ruthvikm commented 5 months ago

Don't close this issue. All the requirements are not met with the pull request #237. Requested to use kotlin along with the micronaut application

ruthvikm commented 4 months ago

I have used the kotlin along with the micronaut application to showcase the use of pi4micronaut library