When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Hi,
The situation: nRF51 has established a connection with the iOS/Android (custom made)App. The nRF51 goes out of the Bluetooth range. Eventually, the Bluetooth connection...
I have looked around but have been unable to find doc explaining this. If there's something around, I'd truly appreciate a pointer.
I have an existing (solar powered) device...
Hello,
i'm searching for informations about calibrating the SAADC of the nRF52. And i have read here: Link
For nRF52, there are no calibration
values that I know of...
Hi Sir/Madam
I wrote a small program for low current verification on nrf51822 development kit with starter mother board.
The program is based on "blinky_example" project...
Hello to all,I have developed a board using the NRF51822;
Currently I am using SDK v11, S130 v2.
I have a problem in my bootloader, since bootloader_app_is_valid (from...
Hi, i want to jump from my app to the bootloader, i used the function
void bootloader_app_start(void)
{
vMBt_eStopAdv_Exe() ;// Stoping the BLE ADV
sd_power_gpregret_clr...
I have a question about when the application is erased during serial DFU single-bank update:
According to the S110 Serial HCI documentation , the serial update packets...
Hi,
I just purchased an nRF51 sniffer. I have set everything up as per the UM. When I invoke the sniffer application, it says scanning for devices, but nothing shows up....
Hello.
I'm investigating how bootloader works (bare minimum), especially how it brings control to an application (already flashed at 0x1B000, s130 SoftDevice also present...
Hi,
I'm creating a simple SPI bootloader without SD for nRF51822 based on this post
The bootloader is connected to Freescale 22F through SPI and it will be without any...
Trying to build the examples for the NRF52 and ant. I have the latest download of SDK11 (nRF5_SDK_11.0.0_89a8197)
It looks like paths are broken as well as missing the ant_interface...
Hi,
I want to communicate with other chip on UART.
the chip on other end requires AT(CR,LF) command to start communication over UART.
UART is setup correctly, but it...
hi guys,
So i made a board with an nrf51822 chip (256kb ) and some sensors + RTC(realtime clock).
The RTC will generate an interruption every 1 minutes. During the interruption...