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...
Hello!
I have Nordic dev board 52 and I would like to establish communication nrf52832 -> (one way) computer com port and advertise/send data line by line from nrf52832...
Hi,
Do you guys test the the nRF91 modem with any kind of Bast Station Simulator? since i dont have any CatM1/NB network in my region most of the time i need to rely on...
Hello, I'm using nrf52832, SDK 15 e softdevice 6.0.
Smartphone with issue has Android 9 or 10 and Bluetooth 5. Instead, all works fine with smartphone with Bluetooth 4.2...
Hello, I have this scenario : I want each of my board to have a set of unique data, that I want to write along with the program, at the board initialization (this data will...
Hi,
I have the nRF52DK setup with SES. I can build the example ble_peripheral projects and I can run them in the debugger without any issues.
I also have a Telit BlueDev...
I have taken the examples\peripheral\serial example and made minor changes (NRF_UART_HWFC_ENABLED to NRF_UART_HWFC_DISABLED, commented out bsp_board_init).
I have a USB...
Hi
Our requirement is to do Over-the-air DFU at the bootloader level for nRF52840 devices on thread network. Can you suggest if this possible at the bootloader level? If...
I got a J-Link mini Edu today, and I wanted to try to experiment using it with my NRF52840 dongle.
To test it out I tried uploading some of my code and some examples, but...
Hello,
For a project, I'm trying to create a connection between an android phone and an nRF52832 via bluetooth after scanning nfc. But Everytime I tried it, a dialog appears...
I would like to program a nrf52840-Dongle with OpenThread's ot-ncp-ftd.hex image over USB DFU. After putting the device into bootloader by pressing the physical reset button...
We have two evaluation boards of nrf 52832 Bluetooth modules. we try to connect the modules in one to many network format for that application we flashed the following software...
Hi!
I have a Nordic NRF52840 development kit and am trying to interface with the MX25R6435F flash chip. It communicates over QSPI, so I know I have to go through the QSPI...
Others have had similar problems with pointers for structures. So, I've tried several different methods including one that was suggested in another help ticket. I am writing...
I checked the operation of the application "ble_app_hrs" and I see that the FDS makes a new record in flash memory with every new connection. What is the need and can it be...
Hello I want to use MTU = 247 bytes. For 1M PHY, everything is working fine. When I set the coded PHY, there is a problem. I get the GATT event NRF_BLE_GATT_EVT_ATT_MTU_UPDATED...