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,
I would like to be able to provide a visual indicator such as a blinking LED when the chip is in the Emulated System OFF mode. Note that if the chip is in DEBUG mode...
hi
i tried ble_app_uart from sdk 8.0.0 in pca10028 and it is working.but i want to run it in pca20006.i changed device to 51822 & board to pca20006(in preprocessor settings...
Hi. I'm using nRF52832, SDK13, S312v4 as peripheral.
I want to change connection parameter as below.
#define MIN_CONN_INTERVAL_FAST MSEC_TO_UNITS(30, UNIT_1_25_MS)
...
Where can I find the completed source code for the BLE Services, a beginner's tutorial
I keep having trouble advertising, so either I am missing something, or have incorrect...
Hello,
I used latest port_cmsis_systick.c from SDK13.0. And there is still xTickCount bug. Function vPortSuppressTicksAndSleep() adds correct vTaskStepTick(diff); but the...
I am using nRF52 S132 and latest SDK V11. I defined a custom service with a custom characteristic which is 509 bytes (based on your tutorial). Read operation is fine from...
when a particular line of my code is at line 54, the following compile error occurs:
error: #101: "assert_line_54" has already been declared in the current scope
line...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
hello,
On a device with nRF51822-CEAA packaged in a ISP130301, we have a problem with RSSI value measurement.
We use Master control panel and bluetooth usb key provide...
I have set up raspberry pi 3 as a border router and programmed the the nrf51422 using the iot_ipv6_coap_server_pca10028 and could successfully switch on and off led3 and led4...
nrf51822QfAC
S130 stack was working fine and ble_app was able run successfuly able to see the ble on the app;
Now after few days now facing issue in running the same code...
having issue with nrf51822
nrf51822 breakup board was running fine with S130 2.0 stack and ble_app_uart
Now facing issue such that when softdevice enabled is called the...
Hi,
I just switch to Embbeded Studio following the last tutorial ( here ).
I'm working on NRF51822 with SDK12 and TWI_sensor example (without SoftDevice). I followed...