Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi to all,
this is my first public ticket ;)
I would power a nRF52840 on my custom board both with a cell battery (specifically CR2032) and the VBUS provided by the USB...
Hi, 1. After executing nrfjprog --recover command with PCA10040 DK, I read this hex: nRF52832.hex with Programmer
2. What does this program do that causes read protection...
I've been playing around with the advanced_non_blocking_internal_timer example, on my nRF52DK-52832 board using NCS 2.6.0.
I couldn't get it working for what seemed like...
Is there a solution from Nordic available where I can have a LTE-M (or NB-IoT) and at the same time still receive the 1PPS output from the GPS module? It seems to be that...
Hi,
I am working with nrf5340 chip and I want to migrate from NCS 2.6.1 to NCS 2.7.0. I want therefore to apply recommendations: migrate to sysbuild.
With NCS 2.6.1 I...
My device is an nRF52840 running a C Code application that is built on nRF5_SDK_17.1.0 I am implementing a FOTA solution where a hex file fw image and a .dat file will be...
I try to migrate a working code from nRF52832 to nRF5340 with the use of 7002 companion chip for the network part (BLE). However, while I can jump to main and successfully...
I'm using a thingy53 on ncs v2.7.0. I turned on CONFIG_ASSERT to try and find issues. This issue pops up randomly, it asserts the program crashes and causes me to have to...
Hello,
I am experiencing difficulties connecting my NRF52840 board to the nRF Connect software. Despite multiple attempts, the board does not appear to be recognized by...
Hi, I'm looking for the public mac address for nrf52840, and i find out that the mac address is located inside the register FICR->DEVICEADDR[0] and DEVICEADDR[1].
DEVICEADDR...
Hello,
I'm trying to do an HTTP multipart POST with chunked transfer encoding but am having trouble sending the headers to the socket. When trying to send, I receive a ...
Hi, I'm having trouble finding out which update caused my application to crash. The build works fine with nRF Connect 2.43, but with the latest version (2.6), it doesn't work...
We're using a noinit section of ram to store a "reboot reason" if/when we need to do a SW reset (i.e. in a watchdog handler).
This works as expected, we set the reboot reason...
HI
SDK Version : nRF5_SDK_17.1.0_ddde560
Softdevcie : S132
I'm looking for resources on DevZone to use AES128. I looked up the content and found that when bonding is...