htotoo / ESP32-Portapack

An addon module for portapack to add extra features to it for more fun.
Other
85 stars 2 forks source link

Cannot download files from SD Card #34

Open Damien0505 opened 1 day ago

Damien0505 commented 1 day ago

I have connected an ESP32-S3 flashed with the latest firmware using the web installer.

The installation and connection is successful, I can see GPS data in the web interface and control the H4M.

The problem I have is when trying to download a file from the H4M, I receive the following:

File read error Command executed < filesize /FREQMAN/POCSAG.TXT

Upload works fine, and if I remove the SD card from the H4M and read it on a PC it is fine too. Would try file download under v0.13 but "Open file manager" appears greyed out.

HRF/PP: H4M H4M firmware: n_241201 ESP32PP firmware: 0.14

htotoo commented 1 day ago

You connected it via USB or I2C?

What is the error you get there?

Damien0505 commented 1 day ago

I2C and trying to download through the ESP32PP web interface.

Just comes up as "File read error".

htotoo commented 1 day ago

Yeah, sadly if the i2c is faster than the wifi, it happens. Good news, this is at least indicated :) This is in my todo list, to choose a slower rx when it is over i2c.

Damien0505 commented 1 day ago

Thanks for the speedy reply. Happy for you to either close this issue, or mark it suitably.

htotoo commented 1 day ago

Keep it open, till there is no solution