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 Support Team
I am working on Asset Tracking project.Looks like Bluetooth Mesh is more oriented towards controlling.
I have a Ble device Emitting some Data. (say A)...
Hello there,
I have developed simple coap client and simple coap server based firmwares on nRF52840. My hardware/software configuration is:
SDK: nRF5_SDK_for_Thread_v0...
Dev Env
- SDK: v12.1, SoftDevice : S132 v3.0.0
- NRF52 start program : ble_app_uart_c
1. Is it possible to connect to NRF52832(Central Mode) from Android(Phone Pheripheral...
Hi,
While using sniffer and wireshark, I find the issue below.
CRC value of the raw data and the decoded are not the same at all ?
I find this with nRF5_SDK_15.0.0...
Hello!
I have some problem to generate the right service.h file with nRFgo Studio. I used the help in nRFgo Studio and tried several configurations. Sometimes I could connect...
Hi,
I am facing a frustrating problem in my project: I am using Nordic nRF51822 running on UART application SDK 11. The problem comes to when I add peer management and DFU...
Hi,
I am trying to build the connectivity firmware for a custom dongle based on the nrf52832. I am getting a section overlap issue when I am trying to build the solution...
Hello,
I am trying to fabricate a board based on the Thingy design, including the accelerometer.
I positioned the components, traces, vias and pads following some...
hello Nordic Team
I am using 2 DK
One with Light Switch Proxy Client
Another with Light Switch Proxy Switch
I am using Mobile Mesh App 1.0
Client Provisioning I...
I have been trying to use the nRF Connect app on my Apple iPhone in order to get the Current Time Service.
I bought a Arduino Primo that has an nRF52 on it.
The example...
I am working with an nRF51822 IC revision 2 chip and S110 SD 6.2.1 with Keil 5.10. My version of Keil 5.10 will not recognize the chip. I think that this is because I cannot...
Hi,
I am using nRF52832 microcontroller in project.
I use SPI interface for serial EEPROM.
I could able to see write packets are getting transmitted and verified the...
Hey, I use the Interactive mesh provisioning and configuration tutorial to setup one server and several clients which can communicate with this server.
Can you say me, how...
I have TIMER1 configured as 16-bits wide with no prescaler (62.5ns tick) and CC[2] set up for a varying value near 65535. My work is based on the Nordic blog post about synchronizing...
When I use uart to transfer data, sometimes I get error NRF_ERROR_SVC_HANDLER_MISSING in APP_UART_COMMUNICATION_ERROR when I start sending data. Sometimes this error occurs...