Cloolalang

Results 15 comments of Cloolalang

Interesting issue. I to am seeing this with attempting to to http ota via the nat repeater to ESP32 remote devices. Im wonder if changing some of the parameters in...

Update: I changed the LWIP version I am using on my sensor devices (ESP32) to low memory version. https://docs.platformio.org/en/latest/platforms/espressif8266.html#lwip-variant I can do ESP http OTA via the Nat repeater now...

> > > The client connect with clean session. You can change that in the sources in user/user_main.c#L4511 Thank-you Martin for the help with this information. Since I am not...

It would be pretty useful to set the WIFI channels when using the ENC28J60 Ethernet Support for a cheap AP

Now there is Meshtastic which is open source.

I've been working on this. it seems to be working OK, I have found that I needed to add a publish MQTT "online" message to the LWT topic just after...

OK I did a quick and nasty: in TheThingsNetwork.cpp file I added: `void TheThingsNetwork::Setbattery()//patricks very crude DEvstatusReq Batter percentage function { readResponse(SYS_TABLE, SYS_TABLE, SYS_GET_VDD, buffer, sizeof(buffer));//fetch volts reading from VDD...

Im also trying to set this up. I have ESP32 Dev board and AI thinker RA-02 433Mhz radio. So yeah, no OLED I hope that works.. {"name":"[433] Heltec LoRa V1","aADDR":60,"oSDA":4,"oSCL":15,"oRST":16,"pBut":32,"led":33,"radio":1,"lNSS":15,"lDIO0":2,"lDIO1":34,"lBUSSY":39,"lRST":14,"lMISO":12,"lMOSI":13,"lSCK":14,"lTCXOV":0.0}...

Great project! To be able to both receive and send MAC commands would be extremely useful to the LoraWan Dev environment. Im using chirpstack to build a lab-network for developing...