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...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
Hi, I have multiple nRF52840 Dongles and need to set one of them to permanently stay in advertising mode, even if a device disconnects.
If I use the nRF Connect tool to...
Hi,
I click on the device tree editor icon in VS-code and I see nothing
although I have an open working Zephyr nrf connect application in VScode.
I installed nrf...
Hello DevZone,
I'm building a Matter development environment with OTBR and CHIP-Tool:
NB: Ubuntu 22.04 with WIFI and BT, get CHIP tool from official pre-built (V2.5...
I am trying to install the nRF_Connect_SDK and associated toolchain under Linux Ubuntu ARM64. I find from other postings here that nRF_Connect_For_Desktop is not available...
Hi all,
last week i used nrf connect app (v4.28.1) to update firmware
after i pressed DFU button and selected binary file, then it will jump a window to choose like...
We are using a Nordic nRF52840 microcontroller alongside the nPM1300 power management IC. When the battery is switched off due to low voltage (undervoltage protection), the...
Dear Nordic Support Team,
I am reaching out for assistance with an issue I’ve encountered on my new nRF7002DK board. After successfully flashing the Azure IoT Hub example...
I work on NCS 2.8.0
I add follow to CMakeLists.txt
add_custom_target (
my_release_file
echo AAAA BBBB CCCC
DEPENDS all
)
when run "west build -b nrf54l15dk...
Hey all,
I'm working on a project where data gets written to an SD Card regularly. At reset, power to 3.3V to the SD card is activated and all runs relatively well.
I...
Hello,
For my project I am making a custom circuit board which is pretty much just the nRF52832 chip and the surrounding capacitors and whatnot. I'd like to program this...
Nrfconnect 2.7 worked fine, but I updated to 2.8 and get this error.
For this line, I try to access my internal flash storage partition offset.
The macro complains...
OS:Ubuntu
Board: nrf52840DK
SDK: NRF Connect SDK (master branch)
After building provided example: Bluetooth: HCI Power Control and flashing the board, in serial monitor...
I am trying to program the BC832 ( https ://www .fanstel .com /bt832 -1 ) using the NRF52DK (NRF52832). BC832 is a Bluetooth Low Energy (BLE) 5.3 with NFC module using Nordic...
Hi I want to make changes to the BLE Controller stack to create an implementation of a NWP. It involves 'core' changes. Can I use the 'nrf connect' ecosystem as it comes with...
Hello,
I just started to understand Zigbee and I had some problem. I created 3 endpoints. In one of them (endpoint counter_ep ) I need a attribute reporting. A reporting...