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 an intern in my second year for a bachelor in computer engineering. I've been working with the nRF52832 development kit as part of my assignment. I was looking through...
Hi all,
I am experimenting with the DFU to switch between SDK versions from SDK12 to SDK13 and SDK13 to SDK12
Is it possible if I send a whole imagen of SD+BL+APP to...
Hi. I have a board here based on the nRF52832, using SD 132 and SDK 13.0.0, with a modem on it that I'd like to keep powered on even when the Nordic is in system off mode...
Currently I am using the NRF52 device to connect with a custom peripheral. The current goal I am trying to reach is toggling an LED by sending the command 0x8900 through Service...
Hello everyone,
I am kind of a newbie but I really like tinkering with the Nordic DKs.
I have got two Nordic 52 DKs one nRF52832 DK and nRF52840 PDK.
I flashed the...
Hello, I get the
"ERROR: The --family option given with the command (or the default from nrfjprog. ini)
ERROR: does not match the device connected."
message after...
Hi, I have recently acquire a nRF52840 preview development board to prototype a USB MSD. With the example provided in the SDK V13, I tested the write speed and it was far...
Hi,
We're working on the connection params negotiation. Therefore we need a timer to go off 2 seconds after connecting to send a conn params change request.
Most of...
Hello, I've obtained and assembled a board with nrf52840 as its centerpiece, I'm here to ask what I need to compile my program for this relatively new chip?
Here is a list...
Hi,
Is there a way to determine which channel is currently being used by the nRF24LE1? i can't do hal_nrf_read_reg(RF_CH) because that function isn't exposed by hal_nrf...
Hi,
What is the best way to read the state of an output pin? I have an LED connected to a pin and want to know in a different part of the program whether the LED is currently...
I am having an app_timer (nRF52832 / SDK12.0.0) that's interval must be changed during its lifetime. I am using following code to change the interval:
app_timer_stop(m_timer_id...