Search found 5 matches

by tmadushan
Fri Nov 05, 2021 10:15 am
Forum: General Discussion
Topic: ESP RF Test Tool v2.5 & v2.8 Packet Tx/Rx not working
Replies: 8
Views: 8719

Re: ESP RF Test Tool v2.5 & v2.8 Packet Tx/Rx not working

Hi @freeride01,

I don't know the exact reason, but I managed to get this running on v2.8. I erased the device completely before loading the test f/w.
I'll put a link to a small video I made for everyone's reference.

https://www.youtube.com/watch?v=4dnm0A4OP7Y
Wish you all the best!
by tmadushan
Wed Jul 14, 2021 5:30 pm
Forum: ESP32 Arduino
Topic: ESP32 Bluetooth large data transfer issue
Replies: 8
Views: 7531

Re: ESP32 Bluetooth large data transfer issue

Do you still need help on this? The RAR file is corrupted and cannot be opened.
by tmadushan
Wed Jul 14, 2021 2:35 pm
Forum: General Discussion
Topic: ESP RF Test Tool v2.5 & v2.8 Packet Tx/Rx not working
Replies: 8
Views: 8719

Re: ESP RF Test Tool v2.5 & v2.8 Packet Tx/Rx not working

Just to confirm - I have tested this recently on a WROOM32 devkit, and a custom designed board, and had success with both. I tested WiFi and BT tx with a spectrum analyzer and was getting good signal strength. This was download into RAM. Sorry - not very helpful... I would re-check the basics. Dele...
by tmadushan
Wed Jul 14, 2021 4:41 am
Forum: General Discussion
Topic: ESP RF Test Tool v2.5 & v2.8 Packet Tx/Rx not working
Replies: 8
Views: 8719

ESP RF Test Tool v2.5 & v2.8 Packet Tx/Rx not working

[Background] We recently sent a few custom-designed devices based on ESP32 Pico D4 to a test lab for CE Compliance testing. There they informed me that the devices are not Txing on 2.4GHz WiFi band. image002.png image011.png I had sent them the ESP RF Test tool v2.5 back then. I also tried to repli...
by tmadushan
Thu Jul 04, 2019 5:40 am
Forum: ESP32 Arduino
Topic: ESP32 SPIFFS File name and size corrupted after code upload
Replies: 0
Views: 2458

ESP32 SPIFFS File name and size corrupted after code upload

Hi all, Chip: ESP32-PICO-D4 (revision 1) Arduino IDE : 1.8.9 esptool.py v2.6-beta1 OS : Windows 10 PCB: Custom made ESP32 module I have a set of hex values (2348 elements) which is stored in uint8_t ecodebin[] = { 0x00, 0x00, ....} . I am appending each element to a file "/system/ecode" using SPIFFS...