Search found 6 matches

by jnule1a
Tue Dec 13, 2022 6:30 am
Forum: ESP32 Arduino
Topic: Is RSSI comparable across ESP8266 and ESP32 boards ?
Replies: 0
Views: 692

Is RSSI comparable across ESP8266 and ESP32 boards ?

RSSI being a relative value, is it valid to use this value provided by ESP8266 and ESP32 boards (WiFi.RSSI()) to compare wifi reception performance of these boards (all these boards use controllers from the same Espressif) ?
by jnule1a
Mon Jul 11, 2022 4:33 pm
Forum: Hardware
Topic: which 16340 battery to choose
Replies: 0
Views: 904

which 16340 battery to choose

I would like to use an 16340 battery with the LILYGO® TTGO T-OI Plus ESP32-C3. Can anyone advise me which battery to select (capacity, make) ? there are so many vendors on AliExpress advertising multi thousand mAh devices, but many buyers have reported that is not true
by jnule1a
Wed May 25, 2022 4:09 pm
Forum: ESP32 Arduino
Topic: Any lightweight alternative to WiFi lib ?
Replies: 6
Views: 3893

Re: Any lightweight alternative to WiFi lib ?

Thank you so much ESP_Sprite and lbernstone.
by jnule1a
Tue May 24, 2022 8:02 am
Forum: ESP32 Arduino
Topic: Any lightweight alternative to WiFi lib ?
Replies: 6
Views: 3893

Re: Any lightweight alternative to WiFi lib ?

When I compile a simple sketch that just invokes the WiFi lib, I obtain the following info: Sketch uses 637642 bytes (48%) of program storage space. Maximum is 1310720 bytes The maximum usable flash is actually 1310720 even if the board has 4MB If I compile a sketch that just invokes the Wifi+BLE, I...
by jnule1a
Tue May 24, 2022 7:23 am
Forum: ESP32 Arduino
Topic: Any lightweight alternative to WiFi lib ?
Replies: 6
Views: 3893

Any lightweight alternative to WiFi lib ?

I am moving from ESP8266 to M5Stack C3U Stamp board. I am using Arduino IDE 1.8.19. Is there any lightweight alternative to the WiFi lib ? The WiFi lib consumes lots of flash memory (~600kB) if one compares it to the ESP8366WiFi lib. Actually, I only need to connect to an AP by providing the SSID an...
by jnule1a
Tue Apr 19, 2022 2:42 pm
Forum: Hardware
Topic: USB/Jtag Debug on ESP32-C3 boards
Replies: 1
Views: 1288

USB/Jtag Debug on ESP32-C3 boards

Hi everyone, In doc https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-guides/jtag-debugging/index.html?spm=a2g0s.imconversation.0.0.37383e5fonF2ce#jtag-debugging-how-it-works, Espressif states that in order to be able to use the on-board USB JTAG of the C3 chip, one needs a C3 revisi...