-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gateway won't start in AP mode #4
Comments
It looks like going into AP mode requires uncommenting some lines of code in the wifi_setup function. Now that that works, I'll have to figure out how to connect to it again to set up the RFM settings and whatnot. It's currently default (915MHz, etc) and needs changing. When I connect to the listed IP, it doesn't go. `RFM69 WiFi Gateway Listening at 915 91 MHz |
Hi, |
I am just getting started with the sketch, but it looks like I should just be able to upload it to the ESP and configure once it's started. I am able to load the sketch, compile, and upload to both NodeMCU v3 and Wemos D1 without issue. Once uploaded, the serial monitor does not provide much help.
`RFM69 WiFi Gateway
External System
e sketch, but it looks like I should just be able to upload it to the ESP and configure once it's started. I am able to load the sketch, compile, and upload to both NodeMCU v3 and Wemos D1 without issue. Once uploaded, the serial monitor does not provide much help.
With no router in the area:
`RFM69 WiFi Gateway
External System
connected
MDNS.begin failed
Connect to http://rfm69gw1.local or http://0.0.0.0
Listening at 915 91 MHz
Attempting MQTT connection...failed, rc=-2 try again in 2 seconds
Attempting MQTT connection...failed, rc=-2 try again in 2 seconds
Attempting MQTT connection...`
It looks like the ESP is not starting in AP mode and failing to connect to a router. Other than attempting to rewrite code that I'm not overly familiar with, I'm not sure where to go.
The text was updated successfully, but these errors were encountered: