I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
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...