S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
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...
Dear Nordic Team,
We are working on connecting an I2C device to an nRF52840 Dongle . The code we are using is one we've been developing for a few weeks with an nRF52840...
Hi,
For BLE softdevice, I am wondering if it is possible to set connection supervision timeout to infinitive, which means the connection will never be considered lost? ...
Is the process of communication between QSPI and Ext. flash same for QSPI and PSRAM? If not, what could be the procedure?
And how can I communicate with 2 PSRAM using single...
Hello, I want to create a device, that can auto-connect to my phone and only my.
I thought to do it by filtering the MAC address.
But as far as I understand iPhone and...
Hi,
I was trying to find my way configure and SRAM which has QSPI interface. However some commands are different and cannot find how to modify and adapt the qspi module...
SDK 15.3.0 documentation says:
"Error codes are 32-bit unsigned integers with the most significant 16-bit reserved for identifying the module where the error occurred ....
Hi
I am currently trying to design my own custom board with just the nRF52833 SoC. I am using this for AoA and I/Q sampling. I had a few questions.
1. What is the...
A quick question. I've made an App based on the peripherals not required by the SoftDevice, in particular s112 states RTC0 and TIMER0 are used. I'm moving onto the Bluetooth...
I am able to run all samples from this folder /ncs/v1.2.0/zephyr/samples/ and see the output on the LTE Link Monitor.
However, when I try to run the GPS sample from /ncs...
Hello I notice that exemples with Softdevice ( nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b) works fine for a PCA10056 but not on a PCA10059. When I had tried to make this...
Hello,
first of all let me thank you for providing the nRF Sniffer, which is a great and very helpful tool! I use it a lot and I'm well are that one would have to pay a...
Hi,
I have currently started the development with nRF52840 PDK. I need to get a simple program for a Zigbee coordinator and sleepy end device. I have tried the light example...
Hi team,
I am working on SDK v16.0.0 and using the nRF52840 DK. I generated a new private key public key pair using nrfutil and used that to generate dfu_public_key.c to...
Hi, I want to power the system off when a a characteristic is written. I do so by calling sleep_mode_enter function listed below. When sd_power_system_off is called the system...