Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
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...
Hi,
My custom board nRF52840 works as a Peripheral, which advertises itself for connection from a Central.
The project is built based on peripheral_hr sample project....
Dear:
I can upgrade applicaiton ONLY sucessfully through DFU.
but now, i want to upgrade applicaiton+softdeivce+bootloader to deployed devices. do you have such documets...