Skip to main content
DOkaz.1
Associate II
July 27, 2022
Solved

TouchGfx widget internet connectivity

  • July 27, 2022
  • 7 replies
  • 2198 views

Hi,

I want to connect a display powered by TouchGFX to a PC via usb-c. Is it possible to allow internet connectivity for a GUI widget via the usb-c connection to the host PC?

Thanks!

This topic has been closed for replies.

7 replies

MM..1
Super User
July 27, 2022

TouchGFX dont have prepared widget , but your code can use internet your way.

DOkaz.1
DOkaz.1Author
Associate II
July 29, 2022

How would the widget connect to the internet? does the board require its own TCP/IP stack chip? or is there a way todo like REST API calls or some other way to communicate over the internet?

Just trying to figure out if there is some pre-existing infrastructure that I can use or if it would need to be coded from scratch. or require some external hardware

Thanks!

Piranha
PiranhaBest answer
Principal III
July 29, 2022
DOkaz.1
DOkaz.1Author
Associate II
July 29, 2022

that looks like what I'm looking for, i'll look more into it. Thanks!

MM..1
Super User
July 31, 2022

Why not board or STM with ethernet ? Is more simple as USB C

STM32 Nucleo Boards - STMicroelectronics

DOkaz.1
DOkaz.1Author
Associate II
August 10, 2022

The usecase I have will only have a usb-c port as its interface, so having a full ethernet port would be a lot easier but wouldn't fit in the overall design

MM..1
Super User
August 10, 2022

Then yes STM have in USB CDC ECM and NDIS... Examples on github