Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hello,
I want to control LED of the Server 2. (Turn on / off) by using Client.
How to add the relay node in light switch example (this is one of the basic example...
I am trying to update a device using a Macbook pro with Sonoma 14.4 and am receiving an error message that states that nordic "Did not receive checksum response from DFU target...
hello, I'm using nrf52DK & connect sdk v2.6.1. I'm in the process of migrating from nrf5 SDK to connect SDK.
My previous code to read Mac address to form unique BLE names...
I am getting a warning in my nrf5340 overlay file because I ran out of pins and need to reassign P0.30 to my BMI270 interrupt 1. Here is the message in the overlay file: ...
I am using visual code studio, zephyr RTOS, v2.5.2 on NRF52840
I am trying to find a QSPI example
I noticed someone mentioned the sample :spi_flash is using QSPI ? But...
Hi,
I'm migrating my application from SDK v2.4.1 to v2.6.1. In my application I'm using Zypher BLE Controller with HCI_rpmsg child image. I renamed the hci_rpmsg to hci_ipc...
Hi.
Can you please tell me how to erase the chip in VS Code without writing new firmware?
In Segger Embedded Studio there was such an option (Target -> Erase All), but...
Hello,
I am currently trying to figure out why my application stops working after some time (can be hours to days).
Im am using a nRF9160-DK, with the nRF91 programmed...
Hello,
I am working on a BLE application based on the nRF52840 and NCS 2.5.0.
I'd like to reduce or disable the packet retransmissions. I've looked through the NCS documentation...
I have a firmware project currently developed in a Nordic nRF52840 chip. I am trying to create a new board ( we are updating the PCB ) to implement the same firmware on a...
I have an existing project with a custom board. It builds from VSCode and command line with ncs 2.6.0. With 2.7.0 it builds from vscode, but not from the command line (see...
Hi all, For this project firmware overview: A few months ago, we shipped 10k products and never had such problems. In the latest order, 38 out of 1k products were abnormal...
When using two 52833 boards for distance measurement, when testing at 60cm, the distance value obtained sometimes wobbles between 0.6-1.2m, but sometimes stabilised around...
Can I use gazell device and ble host on one nRF52840 chip at the same time? If so, can you tell me how to develop it? Or give me an example for reference.