We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...
Hi
I am currently working on a custom nrf9160 board and I have a random bug that appears to be in this function mqtt_client_connect_tls.
For 3min, the board consumption...
Dear all
Just upgraded my SDK to latest v2.1.0, and also copied my custom board folder [boards] to my project folder and named as boards, but it does appear on Add Build...
I am trying to connect two CAN devices mcp2515 to the SPI3 on the gpio spare of the tingy91 but I have a problem compiling the overlay file. Is there someone who can help...