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 there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
Hello.
I am trying to write protect the Flash area using nrf52840's ACL peripheral. I tried to perform the same process on the main processing side by referring to nrf_bootloader_flash_protect...
Hi friend,
I use SDK16.0, and the version of softdevice is S140 V7.0.1. Can I advertise a special data? like 0x08,0xff,0xa6,0x02,0x33,0x09,0x55,0x00,0x0c. 0x08 is packet...
I am looking for to buy(I don´t have a 3D printer) a enclosure to protect my nRF52840-DK. It is not a good practice to handle because probably soon this practice will damage...
Hello, I just receive a nRF9161 Development kit and I'm completely new to both nRF9161 and Zephyr.
I want to start an evaluation project based on the nrf9161 lwm2m client...
Setup:
windows 11
VS studio code
Toolchain and SDK v2.6.1
hardware: nRF52840DK / PCA10056 (bought June 2024)
Using sdk/zigbee-Template as the base for the project...
Hi all,
I'm using an nRF5340 DK and I want to build a simple project that plays a sinewave to an i2s DAC (MAX 98357A, perfectly working on other development boards I have...
Hello,
I found that after bonding, I could still connect to another board that had burned the same code.
Here is all of my code related to pairing and bonding.
Central...
Hello,
I tried to find information about using the QSPI with external flash on nrf connect SDK.
My goal can be split into two parts:
1. Use QSPI with external flash...
Cant Flash Thingy52 on VS code after flashing once and also cant read sensor values of thingy on serial terminal. How can i flash on thingy52 smoothly like flashing other...
My programm uses both the non-secure world and the secure world, with the non-secure-world largely just calling functions inside a custom partition of TFM in the secure world...
Hi,
I'm working with a nRF54L15 within the nRF Connect SDK on Zephyr. I need an array which retains its content through soft resets, so in another RAM section than the...
Greetings,
One question on the nRF9161/51 capabilities: is the 3GPP Rel-14 LTE-M Cat-M1 larger UpLink transport block size (TBS) of 2984 bits supported (instead of 1000...
When debugging a connection using Wireshark and the BLE sniffer, one must select the device of interest from the device menu, or select "follow le address" in the key drop...
I'm checking the nrf_dm sample with NRF52840DK,nrf connect SDK.
Due to peer.c and dm.c create static thread,so I run debug and hope to get all thread and their priority...
Hi,
I am checking the i2c protocol with nRF Connect SDK and Zephyr through VSCode.
I created a very simple example where I push a button on the nRF52840 DK and I get the...