-
Notifications
You must be signed in to change notification settings - Fork 120
Run liota on an esp8266/esp32 #227
Comments
We haven't tested Liota on "esp8266" but you can surely give a try. |
Would love to, but since I'm currently completely new to liota, I think that's gonna be very tough for me. Last month I was at VMworld but was unable to attend the Building and Monitoring IoT with Liota and Wavefront [CODE5546U]. :( Otherwise I would now have known more about it, at least how to do it on a rasppi so it would be easier to "reproduce" it on one of my esp8266's. (I don't own a rasppi) |
I guess the first step is the most basic "problem":
On an esp8266 with Python, there's nothing else than... Python. No linux, no bash, no '$', no git, nothing... |
Just to let you know, I have decided not to use an esp8266 but the big(ger) brother esp32. I think most liota code is OS independent / python-only, except for some .sh scripts. I have found: Install:
Setup:
Autostart: Device discovery:
use CmdMessage to check certain information (under /usr/lib/liota/packages/dev_disc)
Execute:
Pieces like install, setup and execute should also be possible manually without bash, so probably only the |
You can give a try and let us know if something doesn't work will try to provide the necessary help. |
I've received my ordered esp32 module (one with extra psRAM and an sd-card slot). Next step is to get the first requirements for liota fixed. |
This has been silent for some time... |
There's a vmware blog that says:
As an example, the rasppi is mentioned.
For the even smaller esp8266 modules, there is also a way to run MicroPython or CircuitPython
Would it be possible to use liota on the esp8266?
The text was updated successfully, but these errors were encountered: