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'm using S110.
I have a characteristic that is writable from phone client. However, the characteristic has lower and upper limits (an acceptable range) for the application...
Hi experts,
I'm trying to bond device between my android phone and the Nordidc51822(S110 v7.0). but I found that it's very difficult to achieve this function. Is there...
Hello,
I'm using nordic 8001 chip within a custom board.
Everything is working but rarely, at random moments, I'm receiving packets with 255 length. I attached a print...
1,I use nrfgo studio and can download softdevice ,it is OK.
2,I use the s110 example,it runs ok too.
3,I modify something from the example ,and click debug(keil),but it...
1,I use nrfgo studio and can download softdevice ,it is OK.
2,I use the s110 example,it runs ok too.
3,I modify something from the example ,and click debug(keil),but it...
I would like to be able to do a sanity check on the CHIP ID.
The Product specification states:
"No ID will violate the rules specified in section 6.4.3.2"
Section 6...
I am finding it difficult to figure out what is the minimum toolchain requirement to get started developing using the nRF24LE / U.
Is Kiel the only compiler ? Can SDCC...
Hi,
I have nRF51822 DK with (s110_nrf51822_7.0.0, nRF51 SDK_v6.1.0.0) and when i try to run the project in IAR 7.20.2 i receive an error.
2 ) My icf file...
Hi!
I have bought the nrf51822 EV KIT and it came with 5 extra nrf51822 modules but them without a board. I have researched a little and I found that I need the Segger...
Hi,
We're using an off the shelf module with a trace antenna that can't be modified.
Measured the module once assembled, and due to surrounding plastic materials, the...
Just finished upgrading to the latest SDK Version -- and trying to build some of the examples -- but consistently getting compilation errors when building any of the nRF51822...
When working with BLE, one sees a lot of different names for roles, which is confusing. What is actually the difference between them all, master, slave, central, peripheral...
Hello to everyone,
I'm developing a new project with a nrf8002 and a Smartphone with Android 4.4.2. Both devices connect to each other fine, and I can bond them with no...
Hi,
I made a peripheral firmware based on "s110\experimental\ble_app_uart" example, but I don't know how to write a central module FW so that these two can pair to each...