I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
We use the Development Kit PCA 10056 from Nordic (Ver 1.0.0).
When we test different SDK 15.0 - Examples with different configurations we allways expierience following error...
Hi,
I have make a package through nrftil,and I set the version of the app.DFU works well.
1.I wanna read the dfu package version.Can you offer the order?
2.I wanna know...
Hi!
Just to make sure - if I set
advdata.include_appearance = true ;
to
advdata.include_appearance = false ;
inside
static void advertising_init (void)
I simply...
Hi
I have implemented the Nordic Uart Service on the evaluation kit and now I would like to track the data troughput from the dongle to the board with different settings...
Hello,
I'am working with a Taiyo Yuden Bluetooth Module "EYSHCNZWZ"
This Module include the LC Network for DCDC use and the 32.768kHz X'tal.
I'am using Arduino and...
Hi all, I tried to modify the OpenThread's source codes(Just modify an API) and then built them.
Run the build_gcc_libs.bat script to build all of the libraries. That...
Hi:
I use nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_buttonless_dfu.
I want to add flash operation.
The code is as follows.
mian()
{
...............
Hi,
I am developing on a nRF52832 with S132 softdevice using Segger and SDK15.2.0. I am doing some tests with the Flash memory, and my goal is to have some const variables...
We are preparing an application to enter production and seeking to harden it to protect against unexpected system lockup.
The application is a datalogger peripheral based...
Hi,
In the Light Switch Example, on-off instruction was send to either even or odd address, may I know how can I cancel this action so that I can send the on-off instruction...
Hi,
I am using nRF mesh Android app version 1.0.3 and nRF mesh IOS app version 1.0.2
I have flashed the devices with light-switch example application under nRF5 SDK for...
Hi, I have pca10059 dongle. I soldered goldpins to swdio and swdclk lines to be able to flash it using external nrf dk. So I connected external jlink programmer and was able...
Hello, I just wanted to share a problem I encountered and make some suggestions : I lost some time looking for a TWI problem while it was actually related to the pin reset...
Hello All,
I am using NRF51822 controller in my design.
I want to monitor battery voltage using ADC pin with voltage divider.
I have LIPO battery with 3.7V and 200mAH...