VisualNEO Web and connecting hardware - Forum

Forum Navigation
You need to log in to create posts and topics.

VisualNEO Web and connecting hardware

Hello all,
Already years I’m using NeoBook or VisualNeo Win, to develop applications. When VisualNeo Web was published I direct bought a license. Until now I didn’t do almost anything with VisualNeo Web...
I want to start to work with the Web version, but I have a question about using for example Arduino or Raspberry communication with VisualNeo Web.
With the Win version I build several applications where I use for example Arduino communication via USB.
One example is the Healthcare application I use for care of my Son. Via an Arduino controller we measure for example his temperature, O2 and hearth cycle.
I would like to go to the more modern environment of VisualNeo Web, which gives more possibilities for example of remote monitoring etc. But I need to solve the communication with the hardware first.
Did anyone of you already tried something as above with VisualNeo Web?

Thanks a lot for your answers.

Best regards,

Eric Beerhorst

@ebear as you know, web technologies are very extensive and you can mix all of them with VisualNEO Web. I think you will need some server side coding to communicate with Arduino and send the information to and from VisualNEO Web. I don't have any experience with Arduino but seems to me very interesting.

I have found this information:

Firmata for Arduino:
https://www.arduino.cc/en/reference/firmata

Firmata client libraries (server side):
https://github.com/firmata/protocol#firmata-client-libraries

Please let me know if you have success.