Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am considering using two nRF52832 or nRF51822 's for a project which requires two way BLE communication. Pressing a button on one end should cause an event on the other...
Hello, I have an adafruit bluefruit feather m0 which has nRF51822 on it, I was able to establish a connection and send data until yesterday. When I try to find my adafruit...
Hi All,
I have a general question about the FreeRTOS implementation for SDK 14.0.0.
I've added FreeRTOS onto a basic UART BLE peripheral example that I wrote. I referenced...
Hey Guys,
I'm trying to import an existing Keil project into Segger Embedded, SDK 12.3.0.
I know this link exists which explains importing prior to SDK 14.2.0. However...
In the PS v1.4 pages 13-15 related to the QFN package.
Pins 11, 12 (P0.09, P0.10) are marked with the note '1'.
On page 15, at the bottom, the notes are enumerated:
...
I have a button that will put my device into pairing mode. While in this mode, I want central devices that connect to form bonds so that when not in pairing mode I have a...
Here I document how, in Eclipse, to start two, concurrent debugging sessions to two NRF5DK boards (or other debugging probes) , connected to different USB ports of the same...
Hello everybody,
I have problems with selectivity when I scan. There are 5 peripheral devices with different " DEVICE_NAME " but the same UUID and type (same " ble_uuid_t...
Hi, I am working on a custom board of NRF 51822 driving multiple leds from pin 21 to 30. I am trying to get and transmit the status of all the pins with help of bsp functions...
Hi,
We'd like to implement a feature that allows changing a BLE connection from [central device #1 -> peripheral] to [central device #2 -> same peripheral] (similar to Apple...
Dear friends,
The nRF Connect BLE app is connected with a local device acted as Master. The app supports the configuration of the local device's GATT attribute table, and...
Hello,
After i uploaded a program on my nRF52832 i couldn't enter debug or reprogram the chip. This is the error i get when trying to erase the chip using Segger J-Flash...
Hi,
I am using peer manager to use static passkey with nrf51822, sdk11 and s130 v2.
Is the "case PM_EVT_CONN_SEC_START:" the best place to put sd_ble_gap_tx_power_set...