Search found 4 matches

by chamroeun
Mon Feb 06, 2023 4:32 am
Forum: ESP-IDF
Topic: OTA and SPIFF partitions
Replies: 1
Views: 958

OTA and SPIFF partitions

Hi, My sketch is 995KB. My board is 4MB flash. I need to do OTA. and save as much space as possible for SPIFF for storing log data. I would like to have 1.5MB or more for SPIFFs. I don't need rollback support I go through severals post on this but with no clear solutions for my case. Some said two O...
by chamroeun
Sat Nov 27, 2021 8:53 am
Forum: ESP32 Arduino
Topic: Random crash on TCP/IP stack of ESP32
Replies: 0
Views: 4011

Random crash on TCP/IP stack of ESP32

Hi, I got this crash after some a few request from client and not able to find out the root cause as it happen sometimes after an hour of running. The sketch will tunnel http request thru MQTT response so user will send MQTT request to the sketch and the sketch will convert this MQTT as http request...
by chamroeun
Thu Feb 11, 2021 11:05 am
Forum: ESP-IDF
Topic: WiFi LR mode
Replies: 11
Views: 17745

Re: WiFi LR mode

tested it and it worked but the range is only 60meters which is disappointing.

any suggestion on improving the range? my goal is 500meters.
by chamroeun
Wed Feb 10, 2021 3:57 am
Forum: ESP-IDF
Topic: My LR Mode Range is only 60m
Replies: 0
Views: 1666

My LR Mode Range is only 60m

Hello,

My LR Mode Range is 60meters only. Any suggestion? I use WROM 32 as receiver and ESP32 Cam as sender. Testing environment is open space and clear line of sight in the city.

I use code from here: https://github.com/jnogues/ESP32-Long-Range-WiFi

Any suggestion?

Thanks