User Activity

Hello everyone,I added two buttons (the button type is shown in the attached picture) to my UI, each controlling two relays with the STM32F7 Disco. When I maintain a click on one of the buttons, both buttons turn off and become unresponsive. I need t...
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...
Hello everyone, I'm currently attempting to connect the STM32F769I-DISCO to a WiFi network using an ESP8266-01 module. I've enabled UART5 and assigned it to the ESP's RX and TX pins, as specified in the STM32F7 datasheet, and I've supplied power to t...
Hello everyone,I'm currently facing an issue with migrating an ESP8266 project from EWARM IDE to CUBE IDE for use with the STM32F769I-DISCO board for WiFi connection.When attempting to open the project from the example selector in CUBE MX, I received...