что значит для коммуникации? я думал схема такая:
1. пишешь на питоне чтото
2. далее оно сериализуется в скетч
3. скетч заливается на ардуину
> The Arduino IDE includes ready-made sketches that will drive Arduino through Python with the Firmata protocol. On the PC side, there are implementations of the protocol in several languages, including Python. To get started with Firmata, let’s use it to implement a “Hello, World!” program.
вот пишут что оно таки контролируется с PC, но мне это не понятно, если я отключу плату от компа то работать не будет?