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!
My name is Tiago Morais. I've started to work with nrf52840 and now I'm having some problems with its CLI.
I'm trying to use the nrf52840 dk with openthread and...
Dear Nordic Team, Thanks for supporting.
Currently i am working with DFU for nRF52810 custom board. I am using SDK15.2.0. I followed these steps (//devzone.nordicsemi.com...
Hi all,
I'm following https://www.nordicsemi.com/DocLib/Content/SDK_Doc/Mesh_SDK/v3-0-0/md_doc_getting_started_dfu_quick_start and I'm using mesh SDK v3.0.0, I have a problem...
Hi all:
All of the example code is using GPIOTE to demonstrate how to handle GPIO interrupt.
However, it just can configured HiTOLow/LowToHi/Toggle.
If I want to trigger...
Works
Use nRF Connect v2.6.0 on Linux to erase, program softdevice.
Works
Use Keil to program application firmware
Does not work:
Use nRF Go studio to detect...
I need to implement a simple uart protocol. most messages are fixed length (8bytes) with some exceptions.
here what I do in pseudo code, I send 8bytes and expect 8bytes...
Hi
I am trying to port an SPI driver from a project for the NRF51822 to an NRF52832 and running into a problem reading more than two bytes. We are using SPI0 (not SPIM0...
Hello,
I'm using an NRF52 DK board.
I noticed that when I change P0.27 from the default (input / not connected to input buffer) to being an input pin connected to the...
Good evening,
I had a question in respect to the exact procedure needed to read a characteristic with read permissions. I have just discovered a service i would like to...
Board:PCA10056 (0.9.3)
SDK:15.2
Softdevice:S140
Example:ble_app_blinky
Today,I follow this page Using an ampere-meter for current measurement to measure the current...
Consider the following sequence of events:
1. `health_server_fault_register` is called, and it saves the current publish period.
2. Config server receives a message...
Building ‘Smart_Remote_3_nRF52_Firmware_nRF52832’ from solution ‘Smart_Remote_3_nRF52_Firmware_nRF52832’ in configuration ‘PCA20023-SR3_nRF52832_Product_Example’ Assembling...
Hi, Nordic,
I am using the ble_app_uart example in the SDK15.2.
I find a issue that when the device, which p_client->is_notification_enabled is already true, is disconnect...
Hi,
I just started with Nordic nRF52 DK and builded and flashed nRF5_SDK_15.2.0_9412b96/examples/ble_peripheral/ble_app_gls application on Ubuntu 18.04 using armgcc toolchain...
I'm experiencing a problem with the NFC.
I'm trying to make a simple read-only tag, and I've used the NFC Text Record Example to build upon. That worked without a problem...