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...
Why Nordic doesn’t consider update of already 5 years old nAN-36 Creating Bluetooth Low Energy Applications Using nRF51822 ?
It is the most meaningful tutorial for starters...
I recently obtained a PPK from Mouser and plugged it in my nRF52DK. I use it to measure current of an external device.
When NRFConnect "connects", it works great. However...
Hi,
I'm using the latest release of software V1.0.0 with the nRF9160 DK and today started flashing the examples.
at_client worked fine (just tried flashing it once, but...
Hello once again Nordic World,
We are preparing code for production, and one of the last issues to resolve is how to "uniquely" connect our ble_app_uart peripheral based...
Hello,
I'm working on NRF52832,using SDK16 Segger Embedded Studio
now the thing when upload APP_NOTIFICATION it works and also discoverable.
but when upload APP_UART...
Hello.
I just found here: https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/firmware_architecture.html
something like this:
"To turn on sensor...
I am trying to trigger my target device (nRF52832) into DFU mode using nRF52832 DK.
According to my approach, I need to send DFU bootloader given in "installed folder:\examples...
Hi,
I am a hardware and software embedded developer. I used to SKY369 based on NRF52832 in our bluetooth project, i use softdevice S132 firmware. I can programming with...
Hi All.
SDK15.3.0 / DK / nRF52840
I've been testing DFU on nRF52840 with DK.
When i tested it on nRF52832 all works fine. i followed this ( https://devzone.nordicsemi...
Hi,
Is anybody tried to implement GPFS on NRF52? https://developers.google.com/nearby/fast-pair/spec In general, everything looks clear, but want to save time on development...
Hi,
After adding ANCS client service to my firmware, firmware crashed.
Investing I could see it was failing to allocate memory
File: task.c
Line no: 2012
else...
HI ALL
I am using SDK15.3.0 to familiarize myself with GPIOTE functions,But I have encountered some problems.
First ,I registered 4 GPIOTE pins on the DK board,and I need...
Hello!
As the title suggests, I want to know how to use DMA with fatfs. It is defined like this, but now is fatfs using DMA?
It takes 18ms to write 512 bytes with f_write...
Hello,
I will use the I2S driver instead the direct acess to the registers.
I have implemented the registers version like this and it works / sounds normaly.
now I...