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 there,
I know you guys are very busy and I appreciate your quick response on Devzone.
I'd like to make a request for a more polished example of Buttonless DFU using...
Hi I am using nRF52832. I want to use Real time counter of this chip for time keeping just like external RTC. Can you tell how much drift my system will get in time ? We are...
Currently, if I want to update the advertising data, firstly, I use sd_ble_gap_adv_stop , then update the advertising data with ble_advdata_service_data_t , then advertising_init...
Good evening, I try to add SoftDevice S140 to the spis_pca10056 project but I got multiple error ... I already fixed a lot but I don't get to fix the errors that stay ......
Hello. I compiled with gcc a static library which consists nrf hardware drivers . Now other person from project want to use it in SEGGER IDE as it is now supported by nordic...
I created the scanner using nrf52832 as central.
When I advertise on the iPhone, I know that when I run the application in the background, I get data overflow servicee...
Hi,
Our enviornment is CPU: nRF52832, SoftDevice : S132 v2.0.1, SDK : nRF5 SDK v11.0.0 and using Peer Manager to make pairing.
We are near to Mass Production phase and...
Hi All,
I'm trying to add FreeRTOS into an existing project that is based off the UART example but has a lot of stuff stripped out of it. I've been referencing the HRS...
I examine the Logger Module implementation a little and find out that the only way to get a character from UART is via the NRF_LOG_GETCHAR() macro, which is blocking.
I...
I was just wondering if theres plans to migrate the PPK software to be an app in the NRFConnect tool. I love the NRFConnect tool and I wasnt able to get the PPK software running...
Dear sir,
Sir I want to send some data(characters) over ble using 52832 on android phone. I gone through ble_app_uart. if I put my data in this function ble_nus_string_send...
I am unable to get the FatFs example working for my nRF52840 dev kit board using the latest SDK14.2. I have determined this is related to the type of SD Card that is inserted...
Hi DevZone,
Regarding example: \examples\peripheral\spi_master_using_nrf_spi_mngr, can I ask several questions?
1. I want to modify this code for receive the response...
I'm using nrf51822 (peripheral) ,nrf52832 ( central) devices. In peripheral side i have created custom services and its 16byte uuid characteristics. Thats working fine because...
First time turning the board on by connecting to a PC running Windows 10 through USB. The power button starts blinking which is odd, I expected it to be solid green. There...