Chat freely about anything...

User avatar
By Ahmed Ibrahim
#72103 Hello seniors, I have a robot that uses STM32F4 as the main controller. Some sensors data which are gathered by different sensors is saved on an SD card (specifically Sparkfun Openlog SD card). Now I want to transfer these .txt files to an FTP server. I have a code to control the ESP8266 through AT commands, but I am not able to send the files as packages, or im not sure how. Another solution I thought of is maybe to program the ESP seperately to save incoming data to the ISPFFS then use Arduino ftp libraries to upload the files, but at the moment I dont know which route to take. Seeking your kind help :|