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...
Hello,
I am not able to update the softdevice from 6.0.0 to 6.1.0. This usecase is useless as I am in dev stage of my product. However I need to be sure I will be able to...
I am trying to get the NFC communication up and running.
I have tried the writable_ndef_msg and it runs on my kit. Now I try to make it work in my project, but I get some...
If the sensor I'm developing is broadcasting the raw data that is encrypted, how will the mobile app or gateway decrypt it? Is there a BLE standard to exchange the key in...
Distinguished Nordic technical support and developers:
Hello. I have implemented mouse operation with Nordic 52832. I want to ask a question about binding.
After...
I am trying to build an application on the nrf9160dk dev board. It it supposed to collect data from a sensor, and send updates via MQTT when there is an NB-IoT connection...
Hello,
Am developping an Android App that communicate with the nrf51822 , using the 'Proximity' sdk samples Can someone help me with any useful sourcecode or a documentation...
Hello,
I am currently using the nRF52840 Development Kit and was looking to isolate the SoC for power consumption testing. I mainly want to disconnect the integrated MCU...
Hi, I'm developing a project based on the Nordic UART with multi centrals and one peripheral coexistent based on SDK 15.2 and S132 V6.2,
In scheduling section of softdevice...
I used the nRF52832 SDK15.0 S132,the question is:
(1) I used SPI_0_Instance for APP_SDCard and SPI_1_Instance for other device;
The Setting of SPI_1_Instance frequency...
Hello, this is a continuation from a different question I previously had answered: https://devzone.nordicsemi.com/f/nordic-q-a/40452/nrf24l01-spi-communication-with-nrf52...
Hi Sir/Miss,
I use below items to develop:
HW : PCA10040 (nRF52832)
SDK: 15.2
Softdevice : s132
IDE : SES V3.40
After I create my task (two same priority tasks...
Hello,
I am trying to measure the current of the dk. I added the 10o resistor, loaded the ble blinky example and connected two probes. This is what i got:
In the idle...
Hi Nordic,
we started with the light_switch example
and created a second onoff model to it -> system compiles but runs into error
also tried adding a other generic model...
Hi All.
In custom report descriptor I try to use this code:
ret_code is NRF_SUCCESS
but on host while reading feature report I don't se a changed value. Maybe I'm...