According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
I am attempting to create a custom Buttonless DFU application by building on top of the default example from the SDK. Specifically, I am merging the Buttonless DFU app with...
Hello,
I am new to the BLE world. I have a nrf52 DK and using softdevice 7.0.1
I am trying to to flash the basic blinky example.
In debug mode everything is fine,...
Hi, I have a custom board with an nrf52840 onboard I was able to program the nrf52, but then I executed:
% nrfjprog --eraseall
and,
% nrfjprog --pinreset
and the JLink...
According to the Zephyr documentation here the way to implement an application-specific exception handler is to define k_sys_fatal_error_handler. When I try to do this I get...
Hi. I'm doing the firmware on the custom board.
This board turns on when the button is pressed through the power button circuit. And I created the reset function using NVIC_SystemReset...
Hello, I would like to develop a simple program that sends and receives UART communication through 2 boards.
The example used "examples\peripheral\serial\pca10056\blank...
Hi, all
I'm using nrf52832 pca10040, s132..
I want to send and receive data over Tx , Rx pin.. with my custom board, cm1106 model..
<<<<<< I've connected the two devices...
Not something which I have experienced, but rather inferred from reading the code of nRF5_SDK_17.0.2_d674dde/nRF5_SDK_17.0.2_d674dde/components/libraries/log/src/nrf_log_frontend...
HI, I'm creating an IoT system, and planning to use THREAD to communicate between devices. Each device is running on a raspberry pi but I plan to use nRF52840DKs to do all...
Hi,
I am seeing a bricked device due to the fds_init() returning FDS_ERR_NO_PAGES. After some debugging, I found that all pages are marked as FDS_PAGE_DATA (no FDS_PAGE_SWAP...
Hello everybody
I hit another issue with sd_ble_gap_disconnect.
The short story is this one. I want the peripheral to initiate a disconnect if no activity for a predefined...
Hi, I'm working on an application (Zephyr) that uses nvs storage and it's been working just great for awhile (months) without any major issues. Today I noticed that when reading...
Hi to everyone!
I am using nRF52832 driven by nRF52 DK and a sensor from Maxim Integrated. As debug output i am using the RTT viewer and as IDE Keil.
The sensor comunicate...
Hi,
Recently, I purchase another nRF52840 dongle. I realised the dongle PCB was revised to 1.2.0.
Previously, I had another dongle myself that was based on PCB ver...
Hi,
I was writing a program that uses the PPI with event from the timer and the task to one of the GPIO pins. The ideal scenario is that, whenever the timer fires, it...