Skip to main content
Graduate II
November 9, 2023
Question

ST-Link wireless

  • November 9, 2023
  • 3 replies
  • 2933 views

Hi,

I was looking for a solution to debug STM32 microcontrollers without being physically there.

I know that if I have an ST-Link connected to a PC running the GDB Server and use an IDE that supports debugging via the GDB Server, I can do so remotely.

I would like to know if there's something like a complete wireless ST-LINK, a single board that connects to wifi, and let me debug wireless without connecting it to a PC.

Thanks

    This topic has been closed for replies.

    3 replies

    ST Employee
    November 15, 2023

    Hello Nico23,

    Currently, there are no wireless STLink probes available. However, you can find our STLink probes on our website: here.

    Best regards.

    Super User
    November 15, 2023

    Segger JLink-PRO and a WiFi router.

    Super User
    November 15, 2023

    What comes to mind first...

    https://www.segger.com/products/debug-probes/j-link/models/j-link-wifi/

    https://github.com/walmis/blackmagic-espidf

    Next... you can hook a UART of STM32 to a bluetooth transmitter such as HC-05.