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...
Dear Nordic Support Team,
I'm working on a BT Mesh implementation and came across a problem with the proxy enable / disable feature.
Disabling the proxy function doesn...
Hi all, I'm working on making mesh sdk work with peripheral uart example. I tried to merge peripheral uart example (nRF5_SDK_15.0.0_a53641a) into proxy_server example (Mesh...
Hi,
I was into the working of bluetooth mesh. I was wondering if it is possible to configure a bluetooth mesh network with a smart phone acting as a provisioner and by any...
My aim is to establish communication via nRF52840 dongles. This means if I connect mobile phones to the dongle and the data sent by one mobile phone should be received by...
Hi
Does the nRF52840 and 52832 support automatic gain control (AGC) for for BLE?
See this Ti post which suggests AGC is not used for BLE
http://e2e.ti.com/support...
I have recently migrated from SDK 15.0 to 15.2 and are experiencing problems with my code.
I have a nRF52840DK and have attached two accelerometers to this board. I am able...
Hi,
I'm currently working on achieving BLE NUS + ESB UART concurrent implementation via timeslot API, by referring to the example here . I have ported it to utilize SDK15...
Hello,
I'm using nRF5 SDK with version 15, nRF52832 IC and softdevice s132. I need to save hold the data in the ram even in sleep mode. I'm using the below code. However...
How can I return my nRF52840 DK to its out of box condition (firmware, demo) so that I can turn the device over to a colleague and let them run through the getting started...
1. SDK version : nRF5_SDK_15.0.0
2. Platform : nRF52832
3. Purpose: NUS service with example ble_app_hrs_rscs_relay.
4. Problem : NUS device connection only success...
Using a Peripheral set in Central mode and write then read data back in the Dongle nRF5240 set in Server Mode.
Once connected and exchange MTU (extended) I write and then...
Hi Developers,
I am exploring the light switch examples, client, server and provisioner, every time a node is provisioned it uses a unicast address, what if I want to use...
Hi all,
In our project we are using nrf52810, SDK 15.0.0 and ble_app_uart.c example.
We are using our custom board in which MCU is communicating with BLE through wired...
Hello,
So i found this code from one of the earlier post which combines the saadc example with ble_app_uart example to make analog values from the analog pins to be sent...