iPhone7 can't connect the BlueNRG-2 evkit
iPhone 7, OS vesion is 12.0. BlueNRG-2 is first time used. iPhone can't find it, but when I use Andriod phone, it can find the BlueNRG-2. Whatis happen?
Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.
iPhone 7, OS vesion is 12.0. BlueNRG-2 is first time used. iPhone can't find it, but when I use Andriod phone, it can find the BlueNRG-2. Whatis happen?
Can someone tell me why the need to put the Receiver back in Receiver mode after getting a DATA_DISCARDED Interrupt, (many examples are using this), I'd like to only get interrupted when the preamble and sync bits match, I find it excessive (every fe...
hello,I want to know if it is possible to get the RSSI value of a node with this function in BLUENRG-1 without the mesh network.tBleStatus hci_read_rssi (uint16_t Connection_Handle, uint8_t *RSSI);Can I use this if yes how? Because I am getting only ...
I have discovered an issue when trying to use aci_gap_terminate_gap_procedure( GAP_DIRECT_CONNECTION_ESTABLISHMENT_PROC ) after previously calling aci_gap_create_connection(...) to connect to a slave device. The issue only occurs if an incoming conne...
Hi,I have a problem with SPWF01SA WiFi module with FW 3.6. The module is connected to a WiFi network, generated by a router (STAtion Mode), with active DHCP. A socket server is opened on port 80. I have seen that after a day the module IP is changed ...
Hi,there is a bug in the S2-LP library function S2LPTimerSetRxTimerStopCondition:void S2LPTimerSetRxTimerStopCondition(RxTimeoutStopCondition xStopCondition){ uint8_t tmp; s_assert_param(IS_RX_TIMEOUT_STOP_CONDITION(xStopCondition)); S2LPSpiReadRegis...
I want to track/locate the position of a bluetooth mesh node. I am currently using three BlueNRG-1 based STEVALIDB007v1 boards and an android smartphone to form a bluetooth mesh network in which smartphone reads sensor data from mesh nodes. I did som...
Hello,I am using the BlueNRG LE stack to set my BLueNRG-MS device discoverable to Android app on smartphone/tablet.I am using the aci_gap_set_discoverable function from LE stack with following parameter:#ifdef _DEBUG USART_printf("*** Setting discov...
helloi would like to know if it is possible to get the RSSI value of a node while it is provisioned in the mesh network. i am testing with 3 steval IDB007V2 evaluation board and i want to know how to get the RSSI value of one node A in mesh network w...