Interface and connectivity ICs

Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI and BlueNRG sleep mode

Posted on July 23, 2016 at 04:31After SPI bus activity stops, how long until BlueNRG goes into sleep mode? Document UM1755 BlueNRG Bluetooth®LE stack application command interface (ACI) implies the time is 2 mS.  This is important because there is a...

rdscliff by Associate II
  • 449 Views
  • 1 replies
  • 0 kudos

Python scripting for BlueNRG

Posted on July 12, 2016 at 20:24Can BlueNRG scripting work as a full Python program?  Questions I have: Can scripts be run in a normal Python debug environment rather than using BlueNRG_Script_Launcher to run?Can I import standard Python modules i...

rdscliff by Associate II
  • 1106 Views
  • 5 replies
  • 0 kudos

aci_gatt_update_char_value error

Posted on December 08, 2016 at 00:37static const char *name = 'ThisaTest1';aci_gatt_update_char_value(&service_handle, dev_name_char_handle, 0, strlen(name), name) returns 0x47.From the API document 0x47 is 'Error'

recover idw01m1 after wrong reflashing sequence

Posted on December 05, 2016 at 22:13Ok, despite alll the warnings in the instruction sheet.... I wrongly reflashed one IDW01M1 module. Basically I wrote the firmware from the first page, and I suppose this compromised the bootloader.Is there any way...

infor by Associate III
  • 427 Views
  • 2 replies
  • 0 kudos

Removing the spwf01sx cgi files.

Posted on December 08, 2016 at 09:13Hi, I was wondering that if it is possible to delete the HTML and CGI file system from the module.?P.S: I can see from the documentation that it is possible to disable/enable the feature. My concern is to permanen...

pouya by Associate II
  • 480 Views
  • 1 replies
  • 0 kudos

idw01m1 deauthenticated

Posted on December 05, 2016 at 21:32Hello folks,while experimenting with an idw01m1 module, I am experiencing deauthentication with the message:WIND:40:WiFi Deauthentication 3With the '2015' firmware, the module was unable to reconnect until WiFi wa...

infor by Associate III
  • 410 Views
  • 1 replies
  • 0 kudos

M95512-A125 EEPROM IDLE CHECK

Posted on December 09, 2016 at 16:49Hi there! I am using M95512-A125 serial EEPROM in my automotive project. My question is, when i'm going to do some operation on the EEPROM, how do I know if it is completely IDLE? I know that bit WIP in the status...

BlueNRG Python Scriptlauncher

Posted on December 07, 2016 at 00:39Hi,Referring to this question: https://community.st.com/0D50X00009Xke8kSAB Dear customer,I'll try to give a feedback to you:•Can scripts be run in a normal Python debug environment rather than using BlueNRG_Scri...