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...
Hey, We are currently plan to start Bluetooth FCC certification process with our nrf52840. We were wondering if the BLE Direct Test Mode sample implements all the necessary...
We are developing Master and Slave devices. A slave must pair and operate only with its master. It must not be paired with other masters. Is there any way?
Thank you
BR...
Hello, I have recently changed my development platform from a Windows 10 PC to another PC running Ubuntu. I am using the v2.5.0 SDK version on both platforms and the nrf52840dk...
Hello, Lesson 8, exercise 3, regarding bootloaders and BLE DFU, of the intermediate DevAcademy course had a compilation issue with the nrf5340 DK, and using TF-M. It was caused...
hello,
I tried to apply modifications to use and test the qspi flash mx25r6435f on the nrf9160dk development board. NCS version 2.2.0. I can not see her.
prj
overlay...
Hi,
we are developing a solution where the number of peripheral BLE devices is increasing and we need to manage up to 30 realiable connections. We have been working with...
Hi everyone,
I'm trying to send updated gyro and acceleration values from MPU6050 continuously by BLE function from nrf52832. I'm currently using the nrf52 development kit...
I would like to inquire whether there is a sample or guide to search for and connect to iPhone background advertising when operating with nRF52840/5340 Central.
https...
Hi
Followup on this ticket: Enabling SPI and TWI drivers on Zephyr
First the fundamentals, I am using:
nRF52840-DK
nRF Connect for VS Code: v2024.7.13
nRF...
Hi
First the fundamentals, I am using:
nRF52840-DK
nRF Connect for VS Code: v2024.7.13
I am trying to create a demonstration project, where I need both SPI and...
I am having trouble understanding how to measure the power consumption of the nRF9161DK as recommended by the documentation: https://docs.nordicsemi.com/bundle/ug_nrf9161_dk...
I'm working on a complex legacy codebase for the nRF52840, which uses nRF5 SDK 15.0.0 and the S140 SoftDevice v6.0.0. The device previously only used a custom RF protocol...
Hi,
I'm using SDK 2.1.0 for this project.
I found that when I shut down using the following:
pm_state_force ( 0u , &( struct pm_state_info){PM_STATE_SOFT_OFF, 0 ,...
I was trying to set up partitions on a nRF5340 DK so I can use MCUBoot, settings, and littlefs but am getting this error when flashing the dk:
The output Zephyr.dts has...