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 All I started on the fundamental course in the academy. I did everything by the letter in lesson 1 / exercise 1 Yet when I plugged in my 52840 devkit I could no load the...
Hello,
I am working on a project involving the nRF54L15dk and need to connect a peripheral's reset pin to the reset functionality of the DK. However, I noticed that the...
This is heavily processed code just to show what I'm doing with discovery: I can see that first time I call for discovery I get BT_GATT_DISCOVER_PRIMARY cnt_3 = 3. Then I...
I discovered this chipset and have found a dev board on eBay for $37. Is it worth it to tinker with? I have the 2.8 version of the toolchain. And Sdk. On vs code.
I have...
Why are RADIO_MODE_MODE_Ble_LR125Kbit , RADIO_MODE_MODE_Ble_LR500Kbit and RADIO_MODE_MODE_Ieee802154_250Kbit not supported in the ESB routines? If I want to use these configurations...
Hi,
I'm working on a project where I want two units to be able to wirelessly send packets to each other whenever they need to. Sometimes only one of the two units may be...
If I initialize the IPC and then turn on the bt_enable, it will lead to the status quo in Figure 2, what is the reason?
If I block k_sem_take (&bound_sem, K_FOREVER) and...
We have a working production system that is based on asset_trackerV2. It is working perfectly but there is a random event happening that I can not explain. On every reset...
Hello, I´m working with the SMP server sample, but I need to modify that one for the following feature related to OTA: 1. Update Nordic firmware with the image system of the...
Greetings,
in Visual Studio code the project workspace looks ok. However NRF Connect is not able to see the application. The error message is of no help:
This did...
Hi everyone!
My name is Natalia, and I’m just starting to work with Nordic. This is my first design, and I’m trying to connect the nRF7002 module to the nRF52840 microcontroller...
I need to match the 50 ohm impedance for antenna performance. It would be easier to manufacture using 4 layers, but I'm planning to manufacture it in 2 layers due to cost...
We are working on product to combine esp32(wifi chipset)+nrf52840(ble, thread and matter ) we wants to keep it as matter device + matter controller to have its seprate network...
We are finishing up our certification process and to complete Wifi Adaptivity, we need to operate the Wifi Shell sample . However, we need to do it on top of our custom board...