Hello everybody,
I would like to create a python program that takes some user input and changes the analog output of a pin on the arduino through serial. In the past, I developed a way of doing this with just pyserial, but recently I've found firmata and pyduino. The problem is I can't find any clear and simple examples of how to use both of those things with each other. I found the firmata examples included with the arduino IDE, but I don't know how to use them.
Any simple examples of code with explanations would be greatly appreciated. If there is any documentation available somewhere, I haven't been able to find it and a link would be awesome.
Thanks!