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 got nrf_cloud_connect failed: -111 error while running asset tracker demo.
I know that I need to flash certificate files according to my previous question: https://devzone...
It looks like the DK comes with a coin cell type battery and there seems to be a tab that can be pulled off to activate. However I don;t see any mention of this in the documentation...
Hello,
I am developing product on nrf52 with sd s112_nrf52810_5.1.0_softdevice. My application caused unexpected sd fault at adress 0x000089B2. I expect it to be something...
Hi all,
I am using my android ble application , but I don't manage to receive data sent from the application to the device ( nrf52840 )
I am using the ble_app_uart example...
Hi all, I got the requirement to actually know the path of a message from a client to server(s). Is it possible to add a few bytes of data until the message reaches the server...
Hi
I'm using NRF52840 + SDK15.0.0 and softdevice 6.0.0
I have joined two program one is ble_app_uart and other SAADC capturing ultrasound noise. (Saadc program works perfectly...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
I'm developing in a freeRTOS environment. One thread is sampling the ADC using PPI at 200Hz, which various other threads sample Sensors via SPI and finally I'm using the NRF_LOG...
Hi,
I'm designing custom PCB with nRF52832QFAA chip and after custom PCB population I can't make SWD to get working. In order to eliminate where the issue is I would like...
Hi,
I have RF-BM-ND01 (nrf51822) BLE4.0 module and i am programming it using nrfjprog tool. and i am using nrf SDK12 to program examples. i tried to flash softdevice S130...
I am using SoftDevice S132 v3.1.0 and I have a high priority application ISR that cannot tolerate being interrupted by the SoftDevice. The ISR occurs once every connection...
I'm trying to understand the limitations and configuration options for the mesh stack, in particular what happens when the mesh becomes busy.
From studying the code it appears...
I saw in the ble_app_ancs_c routine, the broadcast initialization function has the following definition:
init.advdata.uuids_solicited.uuid_cnt = sizeof(m_adv_uuids) / sizeof...
I tried to upgrade only a part of firmware of application, not all. I used buttonless DFU and found that the new code was located at bank1 and not moved at the specified address...
The Segger Compiler is integrated with JLINK debugging software
Printf statements, when compiled, direct to the studio debugger terminal
How can I create code where they...