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...
In the On Off Client Model in the nRF5 SDK for Mesh 15.0.0 (nRF5-SDK-for-Mesh/models/simple_on_off/src/simple_on_off_client.c) there is a check in the client callback handler...
I try to build and test my first time SES setup on Mac for further development on an existing nRF51 project and future nRF52 project.
I use SES for Nordic V4.14 and SDK...
Hi Nordic
I am looking at legacy code in nRF24LE1 that has to be ported to a new chip, nRF52xx.
The thing that I have come across is a strange thing in the datasheet...
Hi Nordics, I wonder is there any specification on IOT. I have seen the source code on IOT at nRF5_SDK_15.3.0_59ac345\examples\iot\tcp. But I don't know how to use it. So...
Hi all,
i am using:
- nrf52832 DK (IC revision 1 -> QFAAB0)
- nrf5 sdk for mesh v 3.1.0
- nrf mesh app v. 1.2.1 running on android 5.1/ second phone android v. 8.1...
On a NRF52832 based beacon I use to sensors, a SHT3 temperature and humidity sensor and a KX022 accelerometer.
I'm using the twi_manager library as it is used in the example...
I've made an application based on the SDK 15.3.0 ' Console over Bluetooth ' example:
https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-3-0/ble_sdk_app_cli ...
Hi, I understand that the Decawave UWB modules have nrf52832 Chip in them. But we are facing BLE issues (it gets disconnected and connects). We are using a Panasonic Tab containing...
I have nRF51822 AA with SDK 12.3.0 and SEGGER SES 3.10f. I was able to run and experiment with ble_app_beacon example, fixing known SES troubles, mainly with memory sections...
Environment:
BLE Slave Module: nRF51822, s110 v6.0, based on UART over BLE application example
If a peripheral and central is getting further and further, finally they...
Hi ,
my chip is: nrf52832
my SDK is: nRF5_SDK_15.2.0_9412b96
I'd like to know how to update the value of UUID when user press the "download" button ( the down arrow...
Hello all
when trying to prepare a DFU package, I managed to make it several times before, but now I am getting this strange error:
PS C:\Project\Nordic\ble-rd\firmware...
SDK version 15.2.0 (latest at the moment of writing). I am having trouble reading from UART in > 1 byte chunks where exact length is not known upfront.
The problem is, UART...
Hi everyone !
I'm working with an example code for the nRF52840.
I added some c files and changed from UART to SPI.
Until this point everything was able to compile and...