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 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...
OK. I connect to AP and set UDP serverES_WIFI_Status_t ES_WIFI_StartUdpServer(ES_WIFIObject_t *Obj, uint16_t port)
{
ES_WIFI_Status_t ret = ES_WIFI_STATUS_ERROR;
//Select UDP Protocol
sprintf((char*)Obj->CmdData, "P1=1\r");
...