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
Hello,
We are certifying our custom board which includes the nRF7002. Part of the spec EN 301 893 procedure for adaptivity (5.4.9.2.2.2) requires a multi-channel validation...
Hi,
I am trying to develop a small Zigbee device that has two endpoints, each with a Temperature Measurement Cluster. My starting point was https://docs.nordicsemi.com/bundle...
I am currently migrating from ncs 2.5.0 to 2.7.0 and am trying to move to using sysbuild instead of child / parent image. I have an out of tree flash driver that currently...
I'm a software guy with a bit of embedded dev experience and trying to get the LED_strip sample to work in v2.8. I got the code working in 2.61, and discovered that a 2.8...
I can only find the 1.3.0 nRF52 DK Hardware User Guide version / revision on your site.
I need the nRF52 DK Hardware User Guide version / revision 1.2.4 for my SDK - it...
Hi, I am looking into printing the RSSI values for both the boards in a walkie-talkie configuration example for the LE Audio dk. I tried reading other discussion about printing...
I have a project using nRF Connect SDK v1.9.1 and recently started having the issue that when I build it in VS Code with the plugin it always asks me to do a Pristine Build...
Looking for suggestions for power management on a product
We have a wearable that needs to periodically sync data to the cloud through a gateway. Currently the wearable...
I am working on creating a Bluetooth Mesh network using the BGM220P as a sensor node. My goal is to send sensor data (e.g., temperature) from the BGM220P and have it received...
Hi
I am having some issues flashing the modem firmware to a custom board using the nrf9151 SiP.
I can, with no issues, flash programs to the chip, but when i want to...
Hi.
I'm playing with an scenario based on two nrf52840dk and a dongle.
I have deployed a OTBR on a Linux Ubuntu22.04 and flashed the dk with OT COAP Server and Client...
After a lot of help, I've managed to get a central_uart with custom UUIDs going. After stripping out as much unwanted code and callback functions as possible, moving UART...
Hi,
I am new in Device tree concept. I am trying to operate a buzzer via PWM.
In our board, the buzzer is connected in GPIO 3.
I changed a segment in file nrf52dk_nrf52832...
Hello,
At the moment I have a correctly working Azure IOT hub connection.
DPS works, device twin configurations works and transmitting data to the hub is also no problem...