Skip to main content
Visitor II
December 3, 2024
Solved

How to make Websocket Client in NUCLEO-H755ZI-Q?

  • December 3, 2024
  • 1 reply
  • 607 views

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?

    This topic has been closed for replies.
    Best answer by STea

    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

    1 reply

    STeaAnswer
    ST Employee
    December 3, 2024

    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