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...
I have been trying to configure a single shot timer as a low power alternative to nrf_delay_ms().
I have my timeout handler configured to do nothing and the timer is created...
Hello all,
I have an ESRPB switch from EnOcean which uses the PTM215B transmitter internally.
I've factory reset the switch to its default state and have confirmed that...
After a few notifications in short succession this code will reliably get stuck in an infinite loop (15.2.0). Can sd_ble_gatts_hvx not be used in this way? Do you have to...
Hi
Struggling getting Directed Advertising to work - I have been through all the examples and have been using the ble_app_hids_keyboard_nfc_pairing example.
My NRF52832...
Good day!
I'm working with electronic part of quest game wherein every player has a "player device" (A) and a various amount of "additional devices" (B).
A is multilink...
I am using ICM20649 evaluation board with nRF52832 interfacing SPI connection. I was able to successfully communicate icm with mcu and get data of accel/gyro on Segger RTT...
We have a discovery issue that seemingly only happens with the Samsung Galaxy S8.
We are using the nRF52832 with SoftDevice S132 v2.0.1, and do directed advertisements...
Hello, I currently use the uart-ble-central example with the 6.1.0 stack. I would like to make two changes. 1.) In the case of received data via Uart, the board jumps directly...
Good day all,
I am trying to build a very simple UART connection between the nrf52840 DK and my computer through a UART dongle.
First, I saw the UART example in the peripherals...
Hello everyone,
I am trying to make a program that makes work a stepper motor 28BYJ-48, my stepper motor is well connected to the ULN2003 and the ULN2003 is well connected...
Hello!
Question 1:
My IIC configuration is as follows
I call this function to read and write IIC
Now encountered such a problem: if I only configuration, namely...
Hi, I am developing an RSSI viewer platform with nrf52840 dongles or DK. However, I need to have a result for accuracy and precision of the device to calibrate them. For this...
Hi,
I am scanning for particular device name, and able to connect.I am using ble_app_gatt example.
Now i want to discover services of that connected device and print...