Hi All,
Forgive me is this has been asked here before, but I was searching the forums, and could not really find anything.
I have a project that I have been working on with a mega, that basically will read a bunch of sensors for Temperature, Voltage, Humidity etc.
I want to then be able to create a simple interface that will work on a PC, that will then graph this data by using Dials, gauges etc (Like for example a Gauge that will display temperature, a meter that will display voltage etc) in real time, while having the Arduino send all this over a serial connection (Possibly over an Xbee or BlueTooth in the future).
I would then also like the ability to be able to place Sliders/Knobs/Switches on this interface, that will then translate to some event on the mega (Like for example pushing a switch, and having a pin go high, that will then turn on a relay etc).
So, is there some sort of a graphical library, that will make this process of developing this GUI an Easy one? Reason why I would prefer something in Visual Studio, is that I would like this to be then a standalone application...so the user runs it, enters a serial port and Baud the Arduino is connected to, and then the data transfer happens, and gets displayed in real time on the GUI and on the gauges/dials etc on that gui.
I have no idea as to how I might be able to create these graphical elements from scratch, and I am sure there HAS to be some libraries/extensions/elements that would make this process easy in Visual Studio. I would then also use something like Firmata to interface the two, but again, I have been struggling to find any sort of tutorials/books etc that show how this is done...
ANY help or guidance here, I would greatly appreciate it from the community here!
Thank you all in advance for your responses!