Skip to main content
MR.11
Associate
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
  • 1402 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

Ozone
Principal
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.11
MR.11Author
Associate
May 7, 2020

Okay, Thank you!!

Piranha
Principal III
May 8, 2020