The use of the ESP8266 in the world of IoT

User avatar
By chbla
#57458 Hi there,

I wanted to test a lower power setup and ordered some RFM69HC modules. I'm now looking for (easier) tutorials to get started - I'm unsure how to wire and use the chips.

Does anyone maybe have some pointers/links for me?

Thans a lot!
User avatar
By bkenobi
#60110 I tried installing the gateway for nanohab but can't get past flashing to my NodeMCU or Wemos D1. It appears to flash correctly, but the next step is to scan for the AP and I don't see one. My router seems to show the ESP showing up as 192.168.0.48 rather than opening a new AP. This is what displays at the serial monitor:

RFM69 WiFi Gateway
External System
*WM:
*WM: AutoConnect
*WM: Connecting as wifi client...
*WM: Using last saved values, should be faster
*WM: Connection result:
*WM: 3
*WM: IP Address:
*WM: 192.168.0.48
connected
MDNS responder started
Connect to http://rfm69gw1.local or http://192.168.0.48

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


So, it's definitely not doing what the documentation says it should.