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...
Hi,
For the nRF52840, can we use another pin than P18 to realise the Pin RESET functionnality?
I can write the register NRF_UICR -> PSELRESET with numbers other than the...
Hi Devzone,
I am facing an issue in my application where my device is working as a BLE peripheral advertising for connection. The device stops advertising after connecting...
I'm trying to download and flash an MCUboot image at runtime. All goes well, the image is flashed to the secondary slot, confirmed, and marked for upgrade. The secondary slot...
I use the nrf_dm demo program, when using the nRF52840DK development board, the program can print the log normally.
Then I changed the build configuration to nRF52840Dongle...
Hello,
I have a custom nrf5340 board with a simple firmware flashed on it (turn on red led). My board has a hall sensor as a turn on/off switch (latched). If I connect it...
I used nRF52840 board with SDK 17_1_0 ,
Using FDS I am able to read and write data into flash when nRF52840 board Continuous ON,
But when i Make nRF52840 board Power OFF...
How can I blacklist BT LE channels/frequency from operation? Context: I have the nRF52840 integrated into our product's design. The device is going into an environment where...
I just upgraded my nRF Connect for VSC to 2.6.1 and now am getting these errors:
and
I saw this as well:
but I have CONFIG_DISPLAY =y in the prj.conf....
I have an application running on a custom nRF5340 board that supports simultaneous BLE DFU of the network and application core with MCUBoot. This ticket: seems to indicate...
How can I properly set up the SWD interface for printk on a custom PCB? I have to build my project example and see the message printed on the VS Code console. My custom hardware...
Using nrf5340 as both Central and Peripheral roles and I have implemented the Basic Audio Profile based on the nrf5340 audio example. I am using nRF Connect v2.6.1.
I...
I need a bluetooth module that is capable of simultaneously streaming audio two way, ie two channels stereo out and 1 channel mic in with low latency. A friend had recommended...
Hi folks!
As always, I'll start with relevant environment details
===== Environment =====
nRF Connect SDK v2.5.0 (though not opposed to upgrading to one of the 2.6.X...
Hi,
We are developing a device using nRF5340+nRF7002 running Matter. The problem we have is the code size which is around 900KB when Matter is enabled. This leaves us with...