I'm curious if it's feasible to integrate a gyroscope sensor into my computer monitor so it can automatically adjust the screen orientation based on the monitor's movement. My plan is to use a gyroscope sensor connected to an Arduino that communicates with my Windows PC. Has anyone done something like this? Any tips or resources are appreciated!
1 Answer
You might want to consider using an old smartphone instead as a cheap solution. Just find a suitable Android app that can use the phone's gyroscope data. That way, the phone picks up the orientation and can help communicate with your PC to change the display settings.
Interesting idea! How would that phone actually tell the PC to rotate the screen?