Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
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...
I am developing BLE applications with nRF52840 DK and the Thingy 52. My application needs to use the entire 31 bytes available for data in BLE protocol. So I don't want to...
Hi!
What would be the best course of action if I have a connection like this:
Android device (without Bluetooth support) -> RS-485 -> UART -> Main nRF52840 DK + other...
Hi Nordic:
I want to make .a library, i use gcc to make .a library. And add .a library to my project. when i build the project , show build failed and the message is ".a...
Segger Embedded Studi, SDK 15.2, Windows 10
Nordic NRF52DK PCA 10040 1. 2 .4
Hello again everyone, I have gotten farther with my previous issues of not being able to access...
Hi All,
I am new to embedded low power design and would love some tips on power saving steps and tutorials for the nrf52832 device.
I am trying to understand the power...
Hi,
for a project I need to perform a DFU Update over BLE. After I prepared the bootloader (generating public and private keys and building it), I prepared the update packet...
Hi, I develop device for custom location service based on BLE. Now I'm working with nRF52 Development kit v1.1.0, nRF52832, SDK v15.0.0.
I have a problem with adding 16bit...
Hi,
I wonder if all Tracedata[n] pins are needed for debug? That would make five IO:s useless for other functions. Or is it possible to use 1-bit mode or something similar...
I wnat to set P0.30 and P0.31 for I2C CLK and SDA. nrf_drv_gpiote_out_config_t out_config = GPIOTE_CONFIG_OUT_SIMPLE(false); err_code = nrf_drv_gpiote_out_init(30, &out_config1...
I set up my nrf52 self board with internal LDO using reference schematics with internal LDO setup.
Im entering the power safe mode using __WFE instruction
Also i did...
1.I used Timer2 Capture function Time Frequency is 1MHz. Picture1 Current counter should be 33330. Picture2 Current counter should be 5000. Picture3 Current counter should...
Hello,
I am having an issue with setting up the event generation timing on the nRF51822. Long story short, I am configuring Timer/Counter 0 to generate an event every 50ms...
Hello,
I am using NRF51 DK for developing an application. I tried running the default SPI example in the SDK 12.3 which uses the spi and spis example. The location of those...
Issue exists in SDK 15.0 and probably many many others...
I noticed that the nrf_log_push parameter is indicating it must be a constant pointer to a mutable character...