Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
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 am using a M1 and I've installed the flashing scripts. But I am getting the following errors.
As I've already figured out it is a bug in https://github.com/NordicSemiconductor...
I've read the Robin Heydon book and bits of the Core 4.0 spec and I'm still confused as to how an Android phone with my app installed is supposed to reconnect to my peripheral...
Hi guys,
I am doing a project of wireless video transmission via UWB.
I have a transmitter [ RPI camera + RPI 4 B connected via SPI of DWM1001 ] and,
The receiver has...
Hi,
I'm working with the NCS v2.0.0 - aws_iot sample and an nRF9160 on a custom board.
I have tested the aws_iot sample on an nRF9160DK and have confirmed that it...
Hi,
I'm working on a BLE Central application running on the nRF52840 using nRF Connect SDK. It connects to mice/keyboards and uses the HIDS Client functions (bt_hogp_*)...
Hello,
The embedded project I am currently working on was configured to be built, and flash with the command line. I want to build it using vscode and the nRF Connect extension...
Update:
Turns out it was an issue with the readback protection. We have a temporary fix of calling the following function at boot.
Is there a way to configure this in...
I am running the BLE_APP_UART example on a custom board. When I get to nrf_sdh_enable_request() in ble_stack_init(), I get the error code of Invalid state, meaning the sdh...
Dear support
I tried DFU OTA example here recently and it works for me and have a question to ask.
My application is a central app and host by my main MCU via UART interface...
I have an application that is working in NCS 1.8.0. When I build with NCS 2.0.0 and run then there is a hang in qspi_device_uninit (called by fd_mount, ..., qspi_nor_read...
I am using nRF52832 with UARTE with EasyDMA and communication speed of 912kB/s
I am wondering how I can increase the transmission speed using nrf_drv_uart_tx() in app_uart...
Hello,
I am trying to configure a visible symbol in the Kconfig.board file of my project.
This is what the Kconfig file looks like:
Where the new thing I want to...
Dear Nordic Engineers
I have a problem with NCS Logging and would like to ask you.
I would like to print two different level of Log.
For example, I have two backend...
Hello!
Just wanted to clarify the process of provisioning custom devices on NRF9160 to nRF Cloud.
1. Creating JITP certificates (nRF Cloud -> Provision devices ->...
Hi Im converting from NRF5 SDK to NRF connect SDK, and im using ESB but noticed that there is a different in RX ack timeout on the NRF5 SDK vs the NRF connect SDK.
The NRF5...