Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Transfer Not working as Expected[ESP-CAM to ESP32] #96

Open
amals opened this issue Oct 20, 2022 · 3 comments
Open

File Transfer Not working as Expected[ESP-CAM to ESP32] #96

amals opened this issue Oct 20, 2022 · 3 comments

Comments

@amals
Copy link

amals commented Oct 20, 2022

Describe the bug
I am trying to capture Image from ESP-CAM and send it over serial transfer to another ESP32.
I have got over here through a Forum where PowerBroker2 explained very clearly and got it working for the user it seems. But the version is outdated and I am trying to get it using latest version. However even the example code posted here is not working as expected. Its not even compiling. I have to change the “Filesize” int to 2001 to make it compile. And from the receiving end i got only 1442 characters all the time.

To Reproduce
I have used the example file uart_rx_file.ino and uart_tx_file.ino

Expected behavior
It should transfer all the data at least once.

Desktop (please complete the following information):

  • OS: Windows
  • Browser
  • Version 3.1.3

Additional context
I have more queries to ask but not in bug report. If its fixed I can create new thread.

@amals amals changed the title File Transfer Not wokring as Expected File Transfer Not wokring as Expected[ESP-CAM to ESP32] Oct 20, 2022
@amals amals changed the title File Transfer Not wokring as Expected[ESP-CAM to ESP32] File Transfer Not working as Expected[ESP-CAM to ESP32] Oct 20, 2022
@PowerBroker2
Copy link
Owner

Are you getting any transfer/parsing errors? These would cause dropped packets.

@amals
Copy link
Author

amals commented Nov 5, 2022

Are you getting any transfer/parsing errors? These would cause dropped packets.

Hi Sorry for late reply. Was busy on project delivery. Given up serial transfer and taken different route(ESPNOW Transfer). On Serial Transfer, no Errors reported. Just the data is missing. Probably we will work next week to trace the issue again. Please direct me how should I begin to resolve this bug? Did you try yourself with the example code you provided?

@PowerBroker2
Copy link
Owner

Did you try yourself with the example code you provided?

It's been a while since I tested it, but I remember doing so and it worked then

Please direct me how should I begin to resolve this bug?

I don't have any ideas apart from asking on the Arduino or Espressif forums

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants