Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
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...