Closed alzalabany closed 7 years ago
Hi @alzalabany I assume you are using an Arduino connected to your PC with a USB cable.
The short answer is you cannot do that. The sketch that is running on the Arduino (firmata) is a client that gets all of its instructions from a host server (your pc).
The long answer is that you can do that with a different micro-controller, or find a different way to connect to your micro-controller from your PC. Check out these options:
You can run your host server in an onboard linux environment. I think the Tessel 2 is a great option for that.
You can connect to the micro-controller over wifi
You can connect to the micro-controller over bluetooth
You can also connect your PC to an Arduino using Xbee radios (which are pretty neat).
Thanks @dtex!
For example in getting started
Run this and now led light, now how can i disconnect from pc and still keel code worling ¿