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,
I changed the softdevice on the nRF52833 light client example from the S113 to the S140, but the program
hangs at startup before even enter the main loop (catched...
Hi ,
During the review, I came across the certification question. After some reading, I found some details.
This got me worried because it looks like it is a difficult...
I have found the example using nRF52833 in the latest SDK (ble_app_att_mtu_through....)
I am using Keil uVision 5.29.0 and I have downloaded the software packs 8.27.1, 8...
Hii,
Our input voltage to nrf52840 is 2 volt, we want to know whether 2 volt will be detected has low(0) or high(1) or undetermined state.we are using gpio pins (1,10) and...
Hello,
I'm considering writing BLE relay application, where central side should bond and encrypt connections (cause sensor device requires it and will not function without...
I'm trying to get the most performance per mA out of my nRF52, for test purposes I've used the nrfx libraries to communicate to the peripherals but I want to make my own....
I want to add a global variable that would increase every time the timer handler is called. I can't get it to work with static, volatile, or even pass on as variable. the...
Dear all,
I am very new to BLE developments and Nordic product, I have purchased the nRF52840 dongle to have a feeling on the product ( I understand I should get the nRF52840...
I have below queries Regarding Secure Boot and DFU:
1) Is the secure boot functionality available in nRF52840, if available please provide the procedure for doing it?
...
Hello, guys!
We are excited to start a new product prototyping by using Thingy:91 board. Consequently, I would have a few questions related to Thingy:91 configuration...
Based on sdk15.3, adding the 0x2902 descriptor to the rx characteristic of the ble_nus service resulted in an NRF_ERROR_FORBIDDEN error.
My code is as follows:
ble_add_descr_params_t...
Hi,
I'm using S112 v6.1.1 with SDK 15.3.0 on nRF52810.( I don't use bootloader )
I tried to search examples for using fstorage api on it.
But I couldn't get anything...
Hi,
Recently I came across this example which gives mesh & uart in single application. now i'm trying to add GATT proxy to it so that i can do provisioning via nrf mesh...