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 debugging the GPS function and referring to the sample code of the official GPS. As for the code of reading GPS data, I have a question that is the way of obtaining GPS...
Hi,
We are facing some issues between our ble devices (ble version 5) and android mobiles using nrfsdk ("Android-BLE-Library") library. (Version 2.2)
We are able to connect...
I have used two sample applications light / light_switch from bluetooth mesh to get a device with 2 elements:
- generic on/off clent
- generic on/off server
I want to...
Dear Sir,
The target has a non-secure bootloader on it, I'm trying for DFU which has a secure bootloader pkg only. After initiating the DFU, nrf connect app sends successfully...
Dear sir,
Thanks for your help.
In the working state, the input voltage of the battery may drop from 3.0V to 0.4v or even 0.0V. After charging, the voltage will quickly...
Hi,
I am using the Power Profiler Kit (Rev. 1.1.1.) with Power Profiler app (v2.3.1) to measure power consumption on an external DUT. The issue I am facing is negative current...
Hi all,
We have designed a PCB where we use BMD-350 ( which is based on nrf52832 ) , HX711 and the accelerometer ( MMA8452Q ) as primary components. The device is supposed...
I am in the process of integrating the latest SAADC driver into my project and have noticed an issue after adding the errata 122 workaround to my saadc event handler per the...
Thanks in advanced. On sdk17.0.2 examples\ble_central\ble_app_uart_c, I connect a button's one end to nrf52832 pin 24, the other end is connected to VDD. So I have to #define...
Hi,
There is an option CONFIG_LTE_NETWORK_TIMEOUT for the LTE Link Control. The default is 600 seconds (10 minutes) but I couldn't find any suggestions for the timeout and...
Hello ,
Now I am sending the data per 7.5ms in the interval of time over ble .I am loosing the packets , to avoid this I am planning to send the data in the structure .How...
Hi,
I got a unit based on NRF52 (No matter what SDK) which is connected via 1-wire (dallas protocol which is very time accurate) to other unit.
The other unit is the master...
Hi! I wanted to ask someone who knows more than I, if this setup makes sense, and how I could test my design.
A bit of background: We're developing a custom board which...
Hello, I am using nrf51822 / SDK 12.3 / SD 130-2.0.1.
When a normal timer is set and softdevice off, the timer interrupt does not occur.
In SDK 10 / SD 110-8.0.0, timer...