Answer the question
In order to leave comments, you need to log in
Which language to choose for windows application to control Arduino through firmata?
I have an arduino controller. For simplicity, it measures the temperature and controls the heating element.
The goal is to connect the arduino via a usb cable to a PC, where there will be a program with a full-fledged pid controller setup interface, graphs of the set and real temperatures, creating logs, and controlling the heater in manual mode.
The first thing that comes to mind is firmata and node.js. I don't want js because I need a browser and an intermediate http server.
Another option is to write in c++ and windows forms. Classic.
What else is possible from light, reliable and without additional applications, installations and settings? To take any PC, plug in the usb cord, start it up and work.
Answer the question
In order to leave comments, you need to log in
I don't want js because I need a browser and an intermediate http server
The easiest way is to add Ethernet or WiFi Shielded to the Arduino and send data to the server via HTTP. And in the browser to look at results.
There is a cylonjs
library for the node . Works on Windows.
A lot of decent programming languages are compiled into the node, I plan to cross this with Purescript , but so far my firmata on my strange arduino has not started.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question