Skip to main content
Explorer II
March 19, 2024
Solved

Using stm32f767zi to save data from lidar to usb drive

  • March 19, 2024
  • 2 replies
  • 1056 views

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.

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

    Probably be far easier building this with RPi in Linux..

    Or similar credit card / smaller SBC

    2 replies

    Technical Moderator
    March 19, 2024

    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.

     

    Graduate II
    March 19, 2024

    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! ;) 

    Graduate II
    March 19, 2024

    Probably be far easier building this with RPi in Linux..

    Or similar credit card / smaller SBC