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 to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
Greetings!
I am using nRF52832 with SDK 16.0.0 and mesh sdk 4.0.0.
Application: light switch client with LPN features added
In one of application, I have to use...
i already done the nrf52840 dongle that already work as beacon when i have tried in nrf beacon apps. i want the same application but now it is transmitting to server/website...
Hi,
I have a low level mcu (128 kbyte flash) connected via UART to the nRF52840.
My current flash usage (text output arm_gcc) is about 256 kbyte + the softdevice.
Since...
I am somewhat of a beginner - I have successfully built and programmed a "Hello World" example on the nRF5340. However I am having trouble building some of the Bluetooth samples...
So I am using the Mesh SDK in version 4.0.0 and 2 nrf52DK boards with some custom software running on the boards, but derived from the light switch examples. The boards work...
We have some prototype boards that work fine when programmed via the debug out on the nRF52 dev kit, but have problems when programmed with this JLink . Programming with both...
Hi Team,
We are using the NRF52832 Board for our development purpose.We need the last RESET condition reason/source and need to store as log in memory for further debugging...
Hello,
I am looking for some tips to speed up a DFU transfer.
I have 2 BLE, I implemented a DFU master in the first one using SDK11.
Transfer duration is about 3mn30s...
Hi, I am trying to do firmware upgrade of nRF91 over BLE using nRF52 on the nRF91-DK or Thingy91 board. They both have nRF91 and nRF52840 chips on them which are connected...
I am currently working on a Heart rate sensor(max30102). I have connected the sensor to my nrf52 DK as follows: GND -> GND VDD -> VIN SCL -> P0.27 SDA -> P0.26 INT -> P0.17...
Hi everyone,
I have lately had some problems with my application which has different characteristics enabled, such as nus, battery service, dfu etc...
The problem I am...
Hi team,
I have 2 Thingy:91s, 1 is maybe new, not sure if I have used it before and 2 has been used before and reprogrammed over SWD many times before.
I wanted to test...
Hello,
I am working on my nordic board to make an https request to download some data that is about 4200 bytes. It is failing because of the BSD_IP_MAX_MESSAGE_SIZE=4096...