pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
I have troble when try to change custom service to Environment Sensing Service in this sample
https://github.com/maidenone/custom_ble_service_example
I used the sample...
Cheers!
I've been working to enable TWI0 for our current project, but I've been getting stuck on this compile error:
../SDK/modules/nrfx/drivers/include/nrfx_twi.h:73...
Hi i tested the code with nrf52DK with same code getting 3 analog value from AIN1, AIN2, AIN3 and it worked fine.
But when I use EYSHSNZWZ for my pcb, ADC value was just...
Hi,
On battery powered devices, how is it possible to retain a root key when changing batteries?
The crypto cell has an Always On power domain for retaining device secrets...
Hi guys,
I'm currently using SDK 15.0.0 in Keil MDK and making use of the new NRFX drivers.
Similar to the issue detailed here: https://devzone.nordicsemi.com/f/nordic...
Hi,
In the documentation , you have specified that the nRF Toolbox is supported for mcumgr FOTA.
However, from our tests, it seems that it is not true. Could you please...
Hi,
I'm experimenting with the lwm2m sample on the nRF9160-DK and I enabled the firmware update pull support through a COAP to HTTP proxy :
then simply added :
and the...
Hello peer developers,
This is a general question and dilemma I am dealing with and I wanted to get your opinion.
I am working on a project to implement a short range...
Hi,
Here, i have using two I2C functions EEPROM + SENSOR with nRF52832.
Initially, using ble_app_uart example to read Sensor data using TWIM.
Every minute read Sensor...
I started with ncs/nrf/samples/nrf9160/lte_ble_gateway and have taken parts of ncs/zephyr/samples/subsys/fs/fat_fs to get SD card support
prj.conf
CONFIG_NEWLIB_LIBC...
Here are some of the issues which I am facing in SEGGER Embedded Studio since I updated to nRF Connect SDK v1.3.0:
After I press Debug, Go, a dialogue box opens asking...
I am using NCS 1.3.0. I try to build mcuboot with CONFIG_PM_SINGLE_IMAGE=y and it looks like partition manager is never run. I do not get any partitions.yml output in my build...
The serial_lte_modem sample is heavily broken. Unlike the AT client sample which simply works with PuTTY out of the box, for the serial_lte_modem you need to configure PuTTY...
Hi all:
I am using sdk 16.0.When put system on idle mode call two times sd_app_evt_wait it works well.But I want to save power,so before enter idle mode,but when I call...