User Activity

I connect with the module to an Access Point and get IP. Now I have some devices connected to the same Access Point. I want to receive UDP packets from the devices.What should I do? I can connect only with TCPif (WIFI_StartServer(SOCKET, WIFI_TCP_PRO...
I have STM32L475VC + ISM43362 WIFI Module.Set module, connect to AP.if(ISM43362_Init() == WIFI_STATUS_OK) { USART_SendString(SYS_USART, "WIFI INIT OK\r"); if(WIFI_GetMAC_Address(mac_addr) == WIFI_STATUS_OK) { U...
First I initialize it if(ISM43362_Init() == WIFI_STATUS_OK) { USART_SendString(SYS_USART, "WIFI INIT OK\r"); if(WIFI_GetMAC_Address(mac_addr) == WIFI_STATUS_OK) USART_SendString(SYS_USART, "MAC ADDRESS "); ...
I generate the code for FATFS. But functions in user_diskio.c not populated. for exampleDRESULT USER_write ( BYTE pdrv, /* Physical drive nmuber to identify the drive */ const BYTE *buff, /* Data to be written */ DWORD sector, /* ...
I try to understand the logic of the kit.I open STSW-BLUETILE-DK 1.2.0->Project->BLE_Examples->BLE_BeaconAnd I see in the main routinewhile (1) { /* BlueNRG-1 stack tick */ BTLE_StackTick();   /* Enable Power Save according the Advertising In...
Kudos from