Connecting STM32F7 Disco Board to a WebSockets Server using ESP8266
Previously, I had a Raspberry Pi CM4 connected to an existing WebSockets server developed with Django Channels. The Raspberry Pi CM4 received data from an STM32F4 and forwarded it to the server. It also processed commands from the web server dashboar...