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 using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
Hi guys,
I am trying to use pstorage to store a temperature data inside the ROM. I have to use it as efficiently as possible so that 20.000 erase cycles should be enough...
If I want to set transmit power to -4dB, these are the settings:
command=LE_TRANSMITTER_TEST (this wouldn't be used anyway)
freq=0x3C (meaning: -4dB)
length=2 (meaning...
Hi,
I would like to store firmware version number at a particular offset from the application start address so that it can be retrieved by boot loader as explained here...
Are there plans to release the files for download instead of online-only access through the Infocenter? It was always so nice to have them on-hand to grep in the previous...
When I try to compile DFU examples, I get the following errors :
"..\..\dfu_public_key.c(20): error: #35: #error directive: "Debug public key not valid for production...
I have my custom board wired to the nRF52 DK. Using the SAADC example code located in GitHub I am trying to set up SAADC to measure the coin cell battery that will power the...
I am sending and receiving streams of data over BLE.
Do I need to add a checksum byte for every GATT write/notification/indication to ensure that my data is not corrupt...
Hello All,
I am interfacing nRF905 as a receiver mode which are interface with nRF51 DK.
As a transmitter used this module www.alibaba.com/.../RF-100m-transmission-distance...
Hi,
I'm facing a little problem with custom service characteristic. I've set char settings as follows
attr_char_value.init_len = sizeof(uint8_t);
attr_char_value.init_offs...
Although this is easily fixable, Nordic engineers should be made aware that they made a minor change in SDKV12 that breaks makefiles on the Mac.
In /components/toolchain...
Hi,
I have downloaded the latest SDK12 for nRF52.
And i tried out the new "BLE Secure DFU Bootloader" example.
But i found that doing the BLE DFU with nrfutil on...
Hi,
I have nrf52 DK and sdk11.
I want to implement the time using internal RTC , the clock should run if the power is off ,i'm implementing in central code ,it has to...
Hi, I'm planning to add bluetooth LE support to my Arduino based project. I want to use nrf52832, but I couldn't find any example on Arduino interaction with this radio. I...
Hello. I have the need to get a device's unique address that remains stable across device firmware upgrades, etc.
Before SDKV12 I've been using sd_ble_gap_address_get(...