ArtHome
(Artem Khomenko)
1
I want to update the firmware of arduino, connected to raspberry. I imagine this as follows:
- I write the code for arduino on the PC, and probably compile it if need.
- Next I go to the Raspberry via PuTTY and transmission the code (binary or source)
- I update firmware of the Arduino
It can do PlatformIO, but I cannot to install it, since it needs a Python. There is no Python in Hassio. How to be?
ArtHome
(Artem Khomenko)
2
Up. There is no way to program arduino from hassio?
??
Home Assistant runs on python. If there was no python, home assistant wouldn’t work.
I think the problem here is that you don’t have access to install things (and you shouldn’t because it’s in a docker environment).
Create a new add-on yourself and configure what you need in it to communicate with your Arduino
1 Like