Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
I want implement beacon function on my Qualcomm BSP board.
However, I'm testing with nRF52 DK in advance.
And need DFU OTA update for my F/W application.
So I'm implementing...
I am trying to configure the nrf5340 audio example to add the ability to update the firmware using a serial connection.
In the audio example documentation, there are a few...
Hi everyone,
I called "bt_gatt_notify()" from workqueue. Usually there is no problem, but when move far away, "bt_gatt_notify()" doesn't return. I called "bt_gatt_notify...
Hi, I'm currently using the Direction Finding Connectionless examples to evaluate using the nRF5340 for numerous projects we have lined up, and I'm having difficulty ascertaining...
Question: Based on the chip nrf52840, I want to design a product application that can work with matter and thread at the same time. Is it possible to implement this design...
Hi dear team, Im currently on the NRF9160 DK (0.9.0) trying to get SPI up and running.
nRF connect SDK v 2.1.1 using visual studio code. However Im having problems getting...
Are the memory-mapped hardware addresses (e.g. 0x40000000 and following)
on the nRF52840 mpu restricted from access by the Zephyr RTOS.
If so, can this be defeated ?
Hi, I'm using NCS v1.9.1, and attempting to upgrade MCUBoot via DFU over BLE using the nRF Connect for Mobile app.
I'm able to successfully DFU the application image. However...
Hello,
nice to see that you've updated your documentation website ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/releases/release-notes-1.1.0.html )....
HI I am having trouble converting the NUS example into something that simply stores the BLE nus response to the peripheral into a variable rather than printing it to the UART...
Hello all,
I am developing on the nRF52840, and I am using the PCA10056/nRF52840-DK to assist in my understanding of the uploading process.
Currently, I am trying to get...
What is the reason Nordic dont want to provide yet dual mode solution - BR/EDR + BLE? - There are plenty of legacy BT devices on the market and the new BLE devices doesnt...
I am working on developing an application for nRF52833 DK (PCA10100) using nRF5 SDK_v17.1 and nRF_802.15.4 Radio driver v1.6. I am using the s122 Soft device on the device...
Hi all,
So I was following this guide for updating my firmware over BLE: https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu#dfu_over_bluetooth...