gcormier / megadesk

Open-source IKEA Bekant controller board
GNU General Public License v3.0
719 stars 53 forks source link

Enhancement: range finder input #10

Closed sthgrau closed 5 years ago

sthgrau commented 5 years ago

In between seeing the link to this project in HN to being able to see it, I thought about the possibility of using range finders to set the height.

Basic idea:

The main benefit of this is you can act naturally and place your arm as it feels comfortable, and be able to do that in one momentary action.

Thanks for making the project.

gcormier commented 5 years ago

It would definitely be possible - you have the current position known in the code, and you can offset it in either direction based on code from your range finder! The only caveat would be how to talk to the sensors.

Perhaps a fun idea, make the sensors talk on the LIN bus :)