Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
Hello, I get the
"ERROR: The --family option given with the command (or the default from nrfjprog. ini)
ERROR: does not match the device connected."
message after...
Good morning,
this is Algocraft (www.algocraft.com), an high tech company whose core business is to develop, design and market a wide range of professional systems dedicated...
Hi,
We designed the circuit followed the reference circuit(QFN48), but we always failed in the 8kv ESD test.The CPU always reset while ESD testing.
The 8kv ESD power...
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.