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...
Hello,
I'm working with the nRF5 SDK for Mesh v4.2.0.
During the init phase, I call the function mesh_stack_init()
After doing so, the consumption is on average 2.8...
Hello DevZone,
SDK 15.0.0 SD S140
Currently working without an active SoftDevice but even with an active SoftDevice these problems keep occurring.
I'm currently working...
Hello! I need help implementing a TDMA on a nrf52. I've never done this before and Its been hard to find good resources online on the topic so if anyone here has any previous...
I am developing connection between BM833AF Evaluation board and nRF52840, Like a BLE Tag and Beacon. Need support in connection and transmitting data from one to another?...
Hi,
My use case is I have an RGB LED that I want to be green for normal operation, but blink red for 0.5s when a serial driver error occurs.
R, G, and B are each attached...
Hello,
I have multiple questions regarding BL mesh using nRF5 SDK for Mesh v4.2.0
1) is it possible to run this example using 2x NRF52840 dongles(PCA10059) and one NRF52840...
Hello
We have an application that ADV every second and is based on SDK 14.
We are currently attempting to move to SDK 17. What I have noticed is that if I change and...
HI,
I want to use nrf52833 for receiving SAADC DATA in my phone by using BLE_NUS_DATA_SEND.
Here are my codes.
In 716 ~ 724 lines, I added codes about BLE_NUS_DATA_SEND...
Hello
I'm using the nrf52840 DK with sdk version of 15.0.0.
My requirement is to flash my project through cli commands, so I have followed the following steps in below...
Hi,
I recently updated my toolchain using the nRFConnect tool chain manager.
(I was seeing problems after an OS update)
This update fixed my problem but when I build...
Hi,
Please, what are the settings for gpio driver in sdk15.2. for some gpio pin to be able to sink current (to act as gnd? ). In my project it is used for loadswitch enable...
Hi,
I have bumped into this bug in SDK v17.0.0 and SDK v17.0.2 but no fix yet.
We are using nRF52840 with S140.
Can you please make sure to release this fix asap because...
Hi There - My question is about the nrf5340 dual core cpu. I’d like to know if it is possible to have one core polling sensors on the spi bus - then pass this data to the...
Hello
I am testing sending the value to the app through the ble_app_uart of SDK v17.
I know roughly that I need to use 'ble_nus_data_send', but it is not printed from...
I add this code in 'static void on_connect(ble_nus_t * p_nus, ble_evt_t const * p_ble_evt) ' on the sever. But I still got an err_code NRF_ERROR_INVALID_DATA. Softdevice is...