2024-03-19 12:18 AM
As in the title, i need to take the data coming from velodyne lidar vlp-16 through ethernet cable and save it to some usb pendrive or hard drive. I am using stm32f767zi. Data will be coming at about 20Mbit/s and i do not need to do anything with it, just save it. However, i am having trouble finding anything similar to this, and as i am a begginer i have no idea how to really start doing this, so i would very much apprecieate any help on the subject.
Solved! Go to Solution.
2024-03-19 08:38 AM
Probably be far easier building this with RPi in Linux..
Or similar credit card / smaller SBC
2024-03-19 08:09 AM
Hello @Twistereek
You can start with STM32Cube\Repository\STM32Cube_FW_F7_V1.17.1\Projects\STM32F767ZI-Nucleo\Applications\LwIP\LwIP_HTTP_Server_Netconn_RTOS software package as an example of HTTP server application based on LwIP TCP/IP stack.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-03-19 08:14 AM
Warning: Ethernet, USB and a file system in-between is nothing you can solve with a few clicks in CubeMX.
Even a pro will need a few weeks or even months for this, so expect to have a hard year ahead.
But not to discourage you, you will learn a lot! ;)
2024-03-19 08:38 AM
Probably be far easier building this with RPi in Linux..
Or similar credit card / smaller SBC