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...
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 ,
We developed a BLE slave device with NRF52840.
Well, we are doing product certification, BQB CE FCC, etc now.
One of the items is the 2m rate test, and we want...
Hi nordic members,
I am using nrF51822 board. I want to inform you that i am getting error undefined symbol: __data_start__ at compile time in segger embedded studio for...
Hi Nordic,
For battery_level measurement on the SDK we are using a timer such that for every 5 seconds or 10 seconds if the timer expires then the saadc will be triggered...
Hi!
I use nRF Connect Bluetooth Low Energy application for scanning. There are not all BLE devices on the device list.
The device that is not displayed on the list send...
It is required to track/locate the position of a bluetooth mesh node. I found that RSSI value can be used to estimate the distance between receiver node and a target node...
I am experimenting with the Ebyte E73 module which is just a nRF52832 chip combined with capacitors, resistors and xtals. I also have the J-Link lite cortexM programmer. ...
Hi I'm using nRF5 SDK for mesh. with DK PCA10040.
I want to read the temperature sensor reading on button press. Please give me guidelines on implementing this.
Thank...
Hello, i am testing the mesh SDK 2.2.0 version, whit the Light switch proxy server and proxy client examples.
I made a network whit 3 servers, those configured with the...
Hi all,
Is it possible to connect an external antenna with better gain to nRF52840 dongle (pca10059) in order to improve the range?
Thank you,
- Manuel Montenegro.
On SDK 15.2, all example have issues with all IDE on all NRF_LOG_INFO or NRF_LOG_DEBUG statements. Its an Eclipse issue as everything still compiles fine. But I can't track...
HI
I used the sniffer to get the packes of the connect, but I have some problem. As the Fingure indicats, The master set the Interval to 10ms, but the Packet Says the Interval...
Hello,
I have 2 nRF52840 Dongles. I am trying to use one to transmit 2.4GHz wireless signal and the other to recieve wireless signal and read the connection strength ...