Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
I am working on BLE on NRF52840 using soft devices for BLE and I was using sd_ble_gap_ppcp_set API to set the connections parameters for the BLE so I think the PPCP is the...
I'm calling this function from a Zepyhr project:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/connectivity/bluetooth/api/gap.html#group__bt__gap_1gad2e3caef88d52d720e8e4d21df767b02...
Hi, I am trying to test multi_sensor example from Zigbee and Thread SDK 4.2 using official Nordic nrf52840DK with few Zigbee hubs. Example is located in \examples\zigbee\experimental...
Hi
My thingy91 does not appear in the Connected Devices list in VS Code. I've tried everything now.
What's the prerequisites for getting this to work?
Do I have to install...
I'm using a nRF5340DK with nRF Connect SDK v1.9.0 and want to use MCUBoot with Direct-XIP.
Using the hello_world sample project, I added MCUBoot.
In the MCUBoot prf.conf...
I have issues with my NRF5340DK devices that I'm hoping to get support on. Several devices appear to be bricked, stuck in a boot loop or otherwise unable to program using...
Hi, I'm hoping someone could advise on interfacing with the T2 LC3 codec included in nRF Connect.
The context is I have stereo I2S microphones providing 24-bit 2's complement...
Hello, As part of a student project I am looking to learn about Nordic technologies for BLE and ANT. The goal of our end of study project is to provide an extremely accurate...
If I would like to add Bluetooth capability to the nrf9160, can the nrf5340 be used as a "companion" MCU?
Would be great if there is a pre-build firmware for the nrf5340...
Hi,
I am trying to write a program that connects my phone to my nRF52840-DK board; I then send one of two commands from my phone, then the nRF52 will respond accordingly...
Hello,
Recently, in my organization we have decided to transition from nRF5 to nRF Connect SDK and while going through this process we noticed an issue with the source control...
Hello, I am trying to get the peripheral_lbs example to unpair all devices (delete all bond informations) using VSCode and nrf connect sdk version 2.0.2.
I tried using bt_unpair...
As part of the NCS install, in the ncs\vx.y.z\Zephyr\doc folder there is a ton of Zephyr documentation (more then 13MB) in .rst format. How do I use this instead of the online...
Hi all
I've tried to build the nRF5340: Multicore application on different host platforms using the nRF Connect SDK v2.1.0. It worked without any problems on Windows and...