nopnop2002

Results 478 comments of nopnop2002

This library always uses 4096 bytes of space. https://github.com/nopnop2002/esp-idf-ftpClient/blob/master/components/ftpClient/FtpClient.c#L348 https://github.com/nopnop2002/esp-idf-ftpClient/blob/master/components/ftpClient/FtpClient.c#L501 https://github.com/nopnop2002/esp-idf-ftpClient/blob/master/components/ftpClient/FtpClient.c#L842

>it's not practical to use ESP32 for a full file download if the file is over 1MB or larger That is correct. >Is there any other way besides extending the...

STOR is ftpClientPut(). sendCommand() is a static function and cannot be used.

>Which function can I use? The available APIs are described in the README. It is not possible to send only STOR or RETR commands.

I will close this issue. You can Reopen at any time.

Here is the esp-mesh-lite user guide. This includes the ESPNOW Usage Guide. Perhaps it is possible with esp-mesh-lite. Unfortunately, it does not include sample code for ESPNOW. https://github.com/espressif/esp-mesh-lite/blob/master/components/mesh_lite/User_Guide.md#espnow-usage-guide

@zhangyanjiaoesp ![Image](https://github.com/user-attachments/assets/49a19869-c410-4ba4-bcf6-2783b327b139) >However, if you require the data to be forwarded through slave1, you’ll need to implement this logic at the application level yourself. Slave1 can use WiFi to get...

>ESPNOW can still use them to add peers and send packets. Oh!! I didn't know. Thank you.

@chrismath Change image_width & image_height depend on your dataset or camera. ``` vi ./catkin_ws/src/VINS-Mono/config/euroc/euroc_config.yaml camera_name: camera #image_width: 752 image_height: 480 image_width: 640 ```

Which sample code did you launch?