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,
I am not sure how to read from a characteristic which doesnt have notify property in them. I started looking into nrf_ble_gq_item_add() But I am not sure on what parameters...
During my test of the nrf5340 audio application which in the V2.6.0 SDK , Because of that i need to implement some algorithms in it, i use the ld file to allocated a segment...
Hi,
After successfully compiling and flashing both the blinky example and the ble_app_hrs on my nRF52840 I ran into an issue with ANT Broadcast TX example. The example...
Hello everyone,
I am working on a project that uses the nRF5340 microcontroller and Zephyr.
Initially I took an EVK-NORA-B106 development board that mounts the NORA-B1...
Hi,
I am using zephyr application. I need your guidance on how to set phy to 125 kbps?
I enabled some configurations regarding this please verify that and let me know...
I can't build the program.
Please help. Thanks
This log:
Rebuild started: Project: blinky_pca10040e *** Using Compiler 'V6.21', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin...
Hello, I.m using SDK 2.6.1 with VSCode.
I created a new application based on the sample /nrf/samples/net/mqtt configured for nRF9161_ns which is listed as a compatible board...
Hi,
When I define my nrf52840 pin 0.19 as input put, and there is no connection to any sensor.
Then I use gpio_pin_get_dt() to get pin 0.19 status, the status is high...
I downloaded the nRF Connect SDK v2.7.0 and read the Release Notes. I installed the v2024.7.18 (pre-release) version of the nRF Connect for VS Code. As a first step, I created...
Greetings
I am trying to configure the nrf5340dk to use the i2c0 bus. I believe i2c1 is already configured, but for learning purposes, I want to figure out how to do this...
Hi,
When I DFU upgraded the bootloader of my firmware, I found that during the upgrade process, when ret_val = bl_activate() was executed, the pin would be pulled low. ...
The product page for the Thingy53 only shows hardware files for the v0.8.0 board revision, not the 1.0.0 or v1.1.0 board revisions.
https://www.nordicsemi.com/Products/Development...
HI all!
So I'm trying to use and modify parts of the Asset Tracker v2 application for my own project and when I created a new application with the pre-existing sample on...
Hello all,
I am trying to write some code to read the sensor values from two VL53L0X tof sensors, but I'm having some trouble.
My current code:
My devicetree:
...