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...
Hi there,
I am trying the asset tracker example on nrf9160DK-HW 0.9.0.
While I have been able to get GPS fix within 20-30 seconds using the "GPS sample" example... I've...
Hello, I am starting to upload my code to some new Raytac MDBT40 modules, and am starting with the soft device of course.
I am using uVision V5.28.0.0
I can not upload...
We have devices that we want to turn on at some future date. This means that when they're deployed they should somehow get real time, calculate when they will wake up, and...
I am seeing that the default manufacturer BLE is defaultly F5:41:36, received experimentally from inspecting data from the nRF52832... Now, of course there is sd_ble_gap_address_set...
Hi,
I have a custom Nrf52810 board. It was working fine and was advertising well. Somehow ble chip got damaged and I needed to replace it.
After I replaced, I can do debug...
I would like to use Uart with low standby power consumption. and I have read this post which recommend to use libuarte:
https://devzone.nordicsemi.com/f/nordic-q-a/53880...
Hi guys I was trying send data from nrf52832 to Nodemcu and from Nodemcu to nrf52832 via UART. I used Default uart pins on nrf52832 and used the hardware serial on Nodemcu...
First let me say, the nRF52840 is an awesome chip... I am trying to implement the Google/Apple bluetooth protocol ( https://covid19-static.cdn-apple.com/applications/covid19...
Hi! We are in the start up phase of an interesting project containing your products.
Some info about the system: * It contains multiple 52840 and 9160 * Time correctness...
Hi,
I'm attemping send TWI sensor data to mesh client. The program is modified from lightswitch example and I implement TWI event handler based on twi_sensor example:
...
Hi,
I'm designing a custom board and want to have debug/programming capabilities on my board. As I understand I can connect DebugOut connector of DK to DebugIn connector...
I am trying to get up and running with nRF Connect SDK for nRF52 on Linux (Ubuntu 18.04.4 LTS). I am following the guide and trying to use nRF Connect for Desktop to install...
Hi.
what i want is using 52840 dongle, test ble communication with custom board.
custom board use 52832 and it flashed BL + SD + APP.
I checked it is work using pc connect...
Hi,
we have a custom PCB board equip with nordic 52810 chip and the system ARCH is acting like Linux Host-BLE_Controller mode demonstrate below
Our manufacturer needs...