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...
Hello all,
I want to built a coin cell powered thermometer with NTC thermistor.
May I know if I need to regulate the voltage from the coin cell or i can power the nrf52832...
I have a problem with the 802.15.4 software part of my nRF52840 PDK. I wanted to replace our current 802.15.4 hardware parts from TI with the new nRF52840, due to the lack...
Hello. We are now starting our review to customize code for the pending use of the Nordic devices in low power mode. Have a mix of Nordic kits now. Using the nRF52832 (PCA10040...
Hi,
I am trying to implement buttonless DFU by following the ble_app_hrs example provided in the SDK and modifying the bootloader (nRF51_SDK_10.0.0\examples\ble_peripheral...
We have our custom PCB design that we program and debug by connecting the SWD lines to nrf51 DK's SWD. We wanted to use trace for better debugging options, however we discovered...
Hi,
I have a task to do PWM frequency repeater on nrf52832. After reading forums I decided to make it with PPI, 2 GPIOTE and 3 Timers. Here what I did: https://github...
Hello everybody,
I used SDK14.2 S132
I defined fds_write and read function like that;
Also, I wrote a function to register particular data;
Then I used save_data...
Hi, I followed through this tutorial:
https://devzone.nordicsemi.com/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader
But to my frustration I realized...
Deer friends,
The nRF Connect BLE app supports the configuration of the local device's GATT attribute table, also known as server setup. Adding attributes to the server...
Hi
I am researching options for my bachelor project which happens to be about bluetooth 5, where I am looking to develop a smartlighting system using Bluetooth 5 mesh....
Hello Nordic Support!
We are making a prototype that connects the battery to Vcc, but 5 out of 10 It works properly. Conversely, the remaining five do not behave as expected...
Dear friends,
In the Power Profiling Application (an example of nordic SDK), the priority of the application timer is set to APP_LOW(as shown in the pic below).
However...
stdio.h defines vsprintf and _vsprintf, and suggests using _vsprintf if you want to save on code space.
extern _ARMABI int _vsprintf(char * __restrict /*s*/, const char...