I have a project where I need to read some sensors similar to the way a mouse works. i.e, I’ll be moving an instrument that will be turning some gears or wheels or whatever, and I need to read this via a hardcoded link to my laptop.
Can anyone give me a rough guide to the easiest way to approach this?
If I want to go via a USB port, are there usb kits available that also include maybe A/D D/A converters? Should I look at arduinos, or is that over engineering it?
I’ve done some electronics, and a lot of programming, but I’ve never had to create an interface to a computer before so if someone can give me some pointers to help me keep from going down the wrong route, I’d be very grateful.