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! I know there're a lot of questions about program custom board.
I try to programm my board used onboard j-link (p19 socket)
I can't pass the first step - can't force...
Hi. I've developed a custom board on an old E0 51422 chip with SDK 6.1 and SD110 7.3.0. Everything works fine with that setup (SPI, interrupts, timers, etc).
Got new batch...
I have a project (using a Ble Nano) that currently is running on Nordic SDK 8.1 but I want to update it to 12.2 . I currently use terminal to compile the project (I got the...
I am using Segger for Mac. I followed the tutorial on importing a Nordic example from the Nordic SDK 12.0 examples folder. It is the UART BLE Peripheral Example.
I got...
Hi all, I'm working on secure bootloader SDk12, I made the required changes to work button less dfu now it jumping from application to bootloader but it needs write 0x01 manually...
The program is hanged when I use below code to set Manufacturing specific data (I am using SDK12.0.0 S130) Please comments.
uint16_t DataSize = 14;
uint8_t MfgSpecData...
Hello,
I would like to implement a precise timer which calculates/counts the time in microseconds which I can use for
calculating the time elapsed between parts of the...
Hi!
Does anyone run UARTE with EasyDMA enabled? I don't want to use interrupts and simply copy every received UARTE bytes to global tx_buffer....and pooling with amount...
Hi,
I want to produce a shared secret key between a Smartphone and a NRF52 in order to encrypt data later with AES-128 (example of key sharing: here ).
To do that i need...
Been having a bit of trouble porting our nRF51 project to nRF52 SDK11. It seems to not like using hal_cm4.c from RTX_CM4.lib with FPU. Seems to get stuck on OS_Tick_Handler...
HI,I want to store some data in 51822. These data was store by my program. I know the pstorage.c could store data. When I do DUF the data could be erased by the bootloader...
I am interested in optimising inputs for ADC measurement on an nRF52.
I have seen quite a bit about nRF51 but am unsure if this remains relevant for nRF52?
Hi!
I have an nRF52832 on a custom board. I managed to flash it through JLink and STLinkv2. But suddenly, I wasn't able to communicate to it anymore.
Openocd tells me...
Hi
The new signed DFU in the SDK12.1 comes along with a experimental buttonless DFU. There are a few bugfixes required to make it working, but the nRF Toolbox app didn...