Search found 7 matches

by cgtan2020
Thu Aug 13, 2020 2:03 am
Forum: ESP32 boards
Topic: ESP32 reliability
Replies: 23
Views: 13252

Re: ESP32 reliability

> I am trying your firmware but it give this error after my UDP loop run for about 10 minutes. Well, that's frustrating! The backtrace provides exactly zero information that I can use :-(. Any way I can repro? just pm you My code. >>>>>>>>>>>> import machine import network import time import gc fro...
by cgtan2020
Wed Aug 12, 2020 10:22 pm
Forum: ESP32 boards
Topic: ESP32 reliability
Replies: 23
Views: 13252

Re: ESP32 reliability

tve wrote:
Tue Aug 11, 2020 6:27 pm
> I am trying your firmware but it give this error after my UDP loop run for about 10 minutes.

Well, that's frustrating! The backtrace provides exactly zero information that I can use :-(. Any way I can repro?
just pm you
by cgtan2020
Tue Aug 11, 2020 8:19 am
Forum: ESP32 boards
Topic: ESP32 reliability
Replies: 23
Views: 13252

Re: ESP32 reliability

I just looked, my "reliability test" board (which I more or less forgot about) has been up for >5 weeks and has clocked >3 million MQTTS messages. Care to try my fork of MP? https://github.com/tve/micropython/releases/tag/v1.12-tve2 I do see the MQTTS connection break periodically and wanted to inv...
by cgtan2020
Mon Jun 01, 2020 9:59 am
Forum: ESP32 boards
Topic: Stability of ESP32 vs ESP8266
Replies: 25
Views: 22444

Re: Stability of ESP32 vs ESP8266

... Just to provide a different PoV than Peter, who seems to take every opportunity to bash the esp32 ;-)... @tve I have no desire to "bash" the ESP32. A Ford Fiesta and a Porsche 911 both have merits. I happen to own the former ;) So I see the importance of low cost and recognise the great work yo...
by cgtan2020
Mon Jun 01, 2020 5:09 am
Forum: ESP32 boards
Topic: Stability of ESP32 vs ESP8266
Replies: 25
Views: 22444

Re: Stability of ESP32 vs ESP8266

... Any reasons PyBoard D Series is better than ESP32? more reliable wifi? Did you manage to test out the PyBoard D Series?... I have done a lot of work with the D series. It is streets ahead of ESP32 because WiFi is devolved to a separate chip. This means that MicroPython runs on bare metal and ha...
by cgtan2020
Mon Jun 01, 2020 5:07 am
Forum: ESP32 boards
Topic: Stability of ESP32 vs ESP8266
Replies: 25
Views: 22444

Re: Stability of ESP32 vs ESP8266

... Any reasons PyBoard D Series is better than ESP32? more reliable wifi? Did you manage to test out the PyBoard D Series?... I have done a lot of work with the D series. It is streets ahead of ESP32 because WiFi is devolved to a separate chip. This means that MicroPython runs on bare metal and ha...
by cgtan2020
Sat May 30, 2020 1:13 pm
Forum: ESP32 boards
Topic: Stability of ESP32 vs ESP8266
Replies: 25
Views: 22444

Re: Stability of ESP32 vs ESP8266

The ESP8266 can be reliable if you choose your board and power supply with care. ESP32 running official firmware is reasonably stable but it has this problem which in my opinion is a complete deal-breaker. I'm waiting for the Pyboard D series. Hi Peter, Any reasons PyBoard D Series is better than E...