rojasx / final-project-forceapp

Holds all code and scripts to be included in the RPi yocto build.
0 stars 0 forks source link

Integration testing #8

Open rojasx opened 2 months ago

rojasx commented 2 months ago

Make/change a script so that it both reads from the sensor and transmits it over bluetooth.

DoD: Can start script on rpi to read and send data. Laptop can run app that prints force. Blockers: Getting sensor reading working: #5 . Bluetooth socket setup: #4 .

rojasx commented 2 months ago

Success, but so far this is with manually transporting files over ethernet to rpi. Need to include in yocto build and create startup scripts.

Completion: Code repo commit

rojasx commented 2 months ago

Success! All necessary boot scripts and python scripts are included in the yocto build. Force sensing and bluetooth work. Pairing is still stupid. Code repo commit

Image