User Activity

Hello,I have an FreeRTOS task that sends 4 MQTT messages (using LwIP MQTT) every 10 seconds:void HomeAssistantConfigTask(void *argument) { /* USER CODE BEGIN HomeAssistantConfigTask */ /* Infinite loop */ for(;;) {   SendAvailabilityMessa...
Hi Guys,I would check if someone could help me here with a small projecting I'm trying to build.I have project that sends MQTT (from LwIP) messages periodically using 3 CMSISv2 tasks (i send them with different time intervals, some with 1s and others...
I'm planning to build a custom board with STM32F407 chip for a system where I also need Ethernet connectivity. I'm planning to connect this board to a LAN8720 with breakout board from Smart Electronics to have Ethernet connectivity (two independent b...