2024-12-03 02:07 AM - last edited on 2024-12-03 02:39 AM by SofLit
I want to make Websocket Client in STM32CUBEIDE and I am using NUCLEO-H755ZI-Q Board, I have completed the Program with Ethernet, LWP and FREERTOS.I would like to know if it is possible to implement websockets on the NUCLEO-H755ZI-Q Board.Does anyone have a successful example of implementing websockets on the NUCLEO-H755ZI-Q Board?
2024-12-03 06:42 AM
Hello @Jaffe ,
You can port the project from STM32CubeH7/Projects/STM32H743I-EVAL/Applications/LwIP/LwIP_HTTP_Server_Socket_RTOS at master · STMicroelectronics/STM32CubeH7
and take this implementation as reference this should be straightforward as the changes are related to software component and are not hardware dependent.
Regards