Skip to main content
Visitor II
May 7, 2020
Question

I want to send data(sensor data) over Ethernet Cable between my laptop which is running on UBUNTU and the STM32 board

  • May 7, 2020
  • 3 replies
  • 1373 views

The board im using is NUCLEO STM32H743ZI2. And crossover Ethernet cable. Can anyone please help me with this, I'm new to this Ethernet.

    This topic has been closed for replies.

    3 replies

    Explorer
    May 7, 2020

    I think this is not really the place for full ethernet introductions.

    For the PC (Linux) side, I would go for the socket interface, and UDP.

    Do a search, there are plenty of basic-level tutorials and explanations available.

    I suggest to not skip this reading.

    And there are plenty of ethernet examples for Linux, for your receiver application.

    Cube and the H7 are not my thing, though.

    But once you have a general understanding, check for limitations of the lwip ("lightweight") stack on the STM32 side.

    MR.11Author
    Visitor II
    May 7, 2020

    Okay, Thank you!!

    Graduate II
    May 8, 2020