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...
Dear Nordic devzone community,
I have designed a custom board using nRF9160 and I am able to send and read out certain AT commands which confirms to me that most of the...
I'm transitioning from SES to Visual Studio Code.
In SES, I can define multiple builds and then define preprocessor options (eg. -DOPTION1) for each build definition
I...
Hi there,
We are quite new to Zephyr. We are currently porting our existing app onto Zephyr as a test. We are currently using NCS 2.5.1
So for our existing application...
I needed to add my own partition to the primary flash, and was able to do so successfully by adding a section to the device tree partitions.
However, when adding MCUBoot...
Hi,
I'm trying to setup my NFR52840 DK to act as a NFC tag so that I can read some simple data on my phone via NFC transfer.
I have tried a few NFC sample applications...
Hi,
I am using a modified HTTPS Client demo code [Let's say Version A] and sometimes when trying to debug with Segger Embedded Studio for ARM (Nordic Edition v 5.34a/Jlink...
Hello,
From time to time I am getting the error " Unable to find bootable image" when I start a debug session in SES-NE v5.60.
FIH_CALL(boot_go, fih_rc, &rsp); if (fih_not_eq...
I am trying to read the GPIO state on an nRF52840 right after it wakes up from deep sleep (System OFF mode). I have configured 4 pins as wake-up sources from deep sleep System...
I have been working on finding the cause to an unexpectedly high power power consumption in several newly produced units of our product based on nRF5340. I believe I have...
I'm trying to build a custom secure partition, but get the following error when building:
However when navigating in files to the directory the file "tfm_custompartitiontest...
Hi All,
My team recently reserved a custom service UUID with the Bluetooth SIG, and we'd like to replace the custom 128-bit UUID we had been using in our products. Can I...
HI
We are mass producing NUS-based products.
During mass production testing, pairing is performed and functionality is tested by pressing buttons, etc.
However, pairing...
I'm using
AT_MONITOR ( catch_all , ANY , on_modem_at_notification );
and I'm just printing the notification on reception:
static void on_modem_at_notification...
Hello,
I would like to add to my project new i2c slave (for example - dac5571 from TI). In the DTS overlay - under the i2c0 node I need to specify compatible , and I don...
I have configured the nrf52840 DK one board as Peripheral and other as central.
Added multiple services and characteristics. I am sending some data at every 20ms using notify...