I want to send data(sensor data) over Ethernet Cable between my laptop which is running on UBUNTU and the STM32 board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-07 1:09 AM
The board im using is NUCLEO STM32H743ZI2. And crossover Ethernet cable. Can anyone please help me with this, I'm new to this Ethernet.
- Labels:
-
Ethernet
-
STM32H7 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-07 1:58 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-07 3:52 AM
Okay, Thank you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-08 12:24 PM
