Search found 5 matches

by alanm101
Sat Sep 16, 2017 5:03 pm
Forum: ESP32 boards
Topic: Reduce WiFi TX power - custom firmware build needed?
Replies: 0
Views: 2695

Reduce WiFi TX power - custom firmware build needed?

Hi, I've spent a couple of hours searching for a solution to reduce the WiFi transmit power. There are several posts for non-Micropython firmware, but I'm too ignorant to figure out how to call underlying espressiv IDF functions. The closest I've come to a solution is to make a custom build of the M...
by alanm101
Fri Apr 14, 2017 4:00 pm
Forum: ESP8266 boards
Topic: MQTT. Thanks!
Replies: 1
Views: 2512

MQTT. Thanks!

I don't know the correct place to post this, so please excuse me if is this is an inappropriate forum. I do want to get this out there. I started today with the umqtt simple and robust modules. Having little understanding of MQTT, I expected a steep learning curve. Yet I'm already up and running, wi...
by alanm101
Fri Apr 14, 2017 8:41 am
Forum: ESP8266 boards
Topic: LmacRxBlk:1 continues unabated - every time I don't close the sockets
Replies: 7
Views: 8217

Re: LmacRxBlk:1 continues unabated

Thanks pythoncoder. I changed to the urlopen module and added a socket.close(). Works fine now. However, it does seem that MQTT will be more suitable for my purposes. Another learning curve coming up...
by alanm101
Wed Apr 12, 2017 4:29 pm
Forum: ESP8266 boards
Topic: LmacRxBlk:1 continues unabated - every time I don't close the sockets
Replies: 7
Views: 8217

Re: LmacRxBlk:1 continues unabated

Thanks for the response. Yes I did read the guide. I guess, from your cryptic response, that you are implying one should not use the available code for urequest, but rather create your own socket code where you have better control over the release of sockets. I'm probably going to move away from tha...
by alanm101
Sun Apr 09, 2017 4:31 pm
Forum: ESP8266 boards
Topic: LmacRxBlk:1 continues unabated - every time I don't close the sockets
Replies: 7
Views: 8217

LmacRxBlk:1 continues unabated - every time I don't close the sockets

Hi All, I've followed all advice found on the net, but the problem continues unabated. After roughly 5 post requests with urequests, the LmacRxBlk:1 occurs and does not cease until I hard reset. A soft reboot has no effect. The latest code is below, as is the debug info. I have used two different ve...