Reputation: 1987
I am looking into what's the best method for getting external data (custom built hardware) and to intercept and process this data (programming language / tool), the cheapest and easiest and with the least learning curve.
Background: I am a web dev.
External device will be switches, motion detection, velocity detection Programming language: Delphy (which I don't know)? or C# (which I know for web dev) or other?
Anyone done anything like this before? Got any advice?
Any and all information is appreciated.
D
Upvotes: 0
Views: 98
Reputation: 309
The easiest solution might be to use an Arduino.
It's :
Here is an example how to control a led using C#
Upvotes: 1