You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: Demonstrate data streaming over Ethernet using DMA. Description: Create a new FreeRTOS Task which will be a TCP/IP server for high speed measurement collection. You will need to generate 100 random IEEE-754 floating point numbers for the following fields:
Voltage
Current
Thrust
For each packet include a new field for :
MCU epoch timestamp (IEEE-754 float)
The packet index number as a uint32_t (starting from index 0)
Description
Goal: Demonstrate data streaming over Ethernet using DMA.
Description: Create a new FreeRTOS Task which will be a TCP/IP server for high speed measurement collection. You will need to generate 100 random IEEE-754 floating point numbers for the following fields:
For each packet include a new field for :
uint32_t
(starting from index 0)0x4443544c
→ DCTL in utf-810000
Here is a sample packet struct you could use:
You will need have an infinite loop to perform the following:
Testing: Connect to socket as a client using a python script.
Validation: Unpack values in client program and use wireshark to verify the packet integrity
The text was updated successfully, but these errors were encountered: