LattePandaGeneral

Communication between windows / arduino

userHead Account cancelled 2018-09-04 01:37:03 2908 Views0 Replies
Hello!
I am just learning about the LattePanda and it is very exciting for me as it could solve a bunch of issues I have been facing.
I will be running an exe in the windows environment, and also a python script on that processor.
The python script subscribes to an MQTT topic and I extract some data from that stream. I run an algorithm that manipulates those data a bit, and returns its findings as an integer.
I then want to perform some actions based on this output using the digital and analog pins.
Is there a direct way to transmit variable values to the arduino microcontroller on the board so that I can use the digital and analog pins on the arduino microcontroller? Is there PWM available on the arduino pins?
Thanks!