We have developed an application which uses the nRF9160 together with the same GPS and Ethertronics/Kyocera/AVX antennas as that of the nRF9160-DK . For the LTE antenna, we...
We're trying to measure supply current used by the NRF9151 DK but have discovered that the current measurment connector (P22) only includes current supplied to VDD, and that...
Hi,
I am using nRF54L15-DK for Zigbee light_stwitch startup testing. After successfully connecting the development board to the Hub for the first time, I evaluated the time...
Hi
I have a code previously can be built in NCS 2.91:
However, when I use the new NCS 3.01, it can not be built, the error is:
Could you please help me figure out...
Hi,
I am trying to integrate the nRF5340 Audio application (CIS Unicast Server role with bidirectional streaming enabled) from NCS 2.9.0 into on my custom nRF5340 based...
nRF52840 NCS 3.0.1 RCP
I just installed the NCS 3.0.1 SDK. I am trying to set up a border router on a Raspberry Pi 4.
I followed these instructions on the Raspberry Pi...
Hello,
we have a working system on the nrf9161 that works without zephyr. We have our own secure firmware that successfully uses the cc310 after we start the actual application...
I've implemented a Battery Service and battery_level characteristic in my application (0x180F and 0x2A19 respectively) however, when reading the value of this characteristic...
Hi,
I am using one of peripheral examples ble_app_hids_keyboard from nordic SDK for understanding the re connection mechanism. I am using nrfConnect app. I have a few questions...
I am trying to use app_timer library with the provisioner example but I get this linker error.
The multiple definition error is due to nrf_nvic_state being present in...
Hi,
By taking a look at the source code in https://github.com/NordicSemiconductor/pc-nrfconnect-rssi.git, I found the following patch file under fw/src/usbd.patch. It mentions...
We use nRF52840-PDK (PCA10056) with MCU revision Q1AAAA. Given example of secured DFU bootloader (s140) works good. Then we changed MCU on this board to the MCU with Q1AAC0...
Hi to all,
i am working on a project that in it i want use nrf51822 as a peripheral device. i implemented a code but i have a problem, central(cc2540) and peripheral(nrf51822...
Hi,
I am trying to write 16bit, 16Khz, 2 channel PCM data to I2S. nRF52840 DK board is connected to speaker via I2S player/decoder board. I am able to hear audio but it...
How can I determine the correct value pull-up resistor to be used on the TWIM port?
The nRF52832 reference documentation mention an internal 13k pull-up however I've always...
I would like to create a program that was a mix of ble_app_multilink_central and peripheral_temperature. The program would work as follows: when the button1 of central is...
I am trying to migrate a blocking SPI transfer code to a non-blocking SPI Manager schedule call. I have 16 transfers queued up in one transaction.
When I launch it, the...
What is the best way to advertise a custom service and allow BLE connections from a mobile device in a Mesh SDK version 2.0.1 application. Previously I had an application...
Initially I had a project in Mesh 1.0. Everything (provisioning, send&receive) was working fine.
Since upgrade to the Mesh 2.1 there is an issue: provisioning still works...
Hi I've found the documentation around BLE_GAP_TX_POWER_ROLES to be a bit sparse. I was wondering if someone could please give me some more info on them
Three roles have...
I am trying to get the thingy52-mesh-provisioning-demo to work with the SDK for mesh 2.1.1 and nRF5_SDK_15.0.0_a53641a.
I am using the Segger Embedded studio project from...