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...
the v2.7.0-5cb85570ca43 zephyr/ndk combination doesn’t work for things using the JSON_TOK_FLOAT type (vs the number type). this is because zephyr/lib/utils/json.c:float_ascii_encode...
I am working on a project in which i have got 100 nodes we are doing it in our custom board. so i need to assign unicast address manaully for each nodes inside it. How can...
When I try to build any application with west I always get a CMake error complaining that it is unable to run the Python version included with the NCS toolchain. The error...
I'm working with a DVK that has an nrF52840 with a Sierra Wireless HL7800 modem. The modem is connected physically to UART1 while the UART0 is used for the following as shown...
Hello
I am at the early stage of evaluation of a nRF52840 USB Dongle and I have installed all software on my Win 11 PC.
Just trying to check that everything is working...
We have made 2 partition of Internal flash. One is for running Application and Other for storing some configuration. I am trying to erase the page of 2nd partition, and it...
Hi,
I have been performing a fresh install of the toolchain following the nordic's "nRF Connect for VS Code" page, as well as the YouTube video "Introducing nRF Connect...
Hello,
Developing a custom board with nRF9160 as application CPU and nRF52810 as BLE Controller. Connected via SPI + reset + irq lines to the 52810. The design is a copy...
This might be a simple one to answer but I'm struggling to find documentation on what to do here since we're still using an ancient SDK on 9160.
I have a working board file...
Hello,
We have a BLE connection issue. We want to connect a Windows 11 laptop with a nrf5340 eval board.
The connection procedure can fail by a disconnection with reason...
I have a custom PCBA with which has the flow of:
- Boot
- Advertise some temperature data read from TWI with a 5 second timeout using `ble_adv_fast_timeout`.
- I then...
I want to implement secure connections for a device based on the nRF52832, protected by a PIN/pass key, which I need to be able to configure dynamically, not hardcoded in...
Hi there
I am struggeling to find a solution to automatically connect to the controller when found based on the advertised name. I do not want to click on the found device...
Hello,
I am developing project on ESP32, with nPM1300. I am interested in battery state/capacity measurement provided by the Fuel Gauge example. Some part of the algorithm...
Hello. I followed the steps in the video to develop a project on my custom board.
www.youtube.com/watch
I created a new board and new application (blinky sample). Then...