balena-io-experimental / edge-node-manager

Resin uC edge-node-manager written in Go
Apache License 2.0
22 stars 6 forks source link

ENM is not creating AP on Pi 3 + ESP8266 #197

Closed numpad0 closed 6 years ago

numpad0 commented 6 years ago

Tried pushing ENM to Raspberry Pi 3, Resin OS 2.3.0+rev1(dev), ESP8266, but the Pi is not creating AP at all.

jbaldwinroberts commented 6 years ago

Have you created a dependent application and set the RESIN_HOST_TYPE=esp8266 Fleet Configuration? Do you have a spare WiFi interface on the Pi?

numpad0 commented 6 years ago

I got it working! I was setting RESIN_HOST_TYPE=esp8266 and RESIN_SUPERVISOR_DELTA=1 to the host application, not on dependent side which didn't make sense... Thanks!