SPWF01S Nagle
Posted on November 23, 2016 at 15:58Hi, how can I configure/deactivate the Nagle-Algorithm in SPWF01S? Thanks! MBU
Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.
Posted on November 23, 2016 at 15:58Hi, how can I configure/deactivate the Nagle-Algorithm in SPWF01S? Thanks! MBU
Posted on November 21, 2016 at 20:59Hello everyone!I'm working with ST SPBLE-RF using the C code driver provided for BlueNRG-MS. I ported it for an ST8L151G6 microcontroller; the SPI communication works, the device answers correctly (0x02 and the R/...
Posted on November 18, 2016 at 23:27Hi, i have a problem using SensorDemo_New of BlueNRG DK 2.0.2COPY_ENV_SENS_SERVICE_UUID(uuid); ret = aci_gatt_add_serv(UUID_TYPE_128, uuid, PRIMARY_SERVICE, 10, &envSensServHandle);i get ERR_UNSPECIFIED_ERRORif c...
Posted on November 15, 2016 at 08:58Hi..I can easily connect the module to any APs and it works fine. But, I can not connect it to the iPhone hotpots.. does hotshots needs additional configuration.?
Posted on November 18, 2016 at 12:18I have been using the your WiFi module, The module desciption is below; # nv_manuf = ST # nv_model = SPWF01SA1 # nv_serial = 4313D02202 # nv_wifi_macaddr = 00:80:E1:FF:BA:10 +WIND:1:Poweron (141106-0950875-SPW...
Posted on November 15, 2016 at 17:10Hi,I'm trying to send messages to the host processor (the one communicating with the SPWF01SA module).As far as I know there are two methods:* /output.cgi?text=message* SOCKDBoth output.cgi and the socket server s...
Posted on October 21, 2016 at 14:55Hi, I'm trying for lowest bandwidth settings for higher sensitivity. But packets wouldn't reach. Is there any problem with my settings? #define CHANNEL_SPACE 20e3 #define CHANNEL_NUMBER ...
Posted on November 10, 2016 at 12:03Does anyone know if ST have source code for the SP1ML modules available? or even a starting point for people wanting to develop custom firmware for the device.thanks #sp1ml-spirit1-stm32l151rb
Posted on November 02, 2016 at 21:32I'm trying to add a ''Client configuration descriptor'' to a characteristic using the following function call. However, it returns a status of 0x61 (invalid parameter) with no indication of which parameter is inv...
Posted on November 02, 2016 at 18:23Hi,I've been testing the socket server (AT+S.SOCKD=32000) on the SPWF01SA and noticed that whenever a client connects the Wi-Fi module immediately enters data mode. This seemed like a potential problem so I decide...