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...
Hi all, i followed the tutorial " devzone.nordicsemi.com/.../" and did the challanges, however there is a detail i don't understand (totally newbie here!): the value of temperature...
Hi Nordic Community and Developers,
I'm designing a small Bluetooth module using nRF51822 to use it in my next projects and I need to use thinner substrate material (~0...
I have an application that we have ported to the nRF52 that used an EEPROM to manage configuration values. This application doesn't update these values often but when they...
Hi All, we have used Arduino modules based at 24L01+ in our application, now we are getting to apoint where we need to find one of theese or another one and do a redesign...
Hi, I'm searching platform for my project.
I will need to send packets from big quantity of transmitters (nRF24LE1) to one reciever (nRF24L01), it will something like voting...
Hi i am interfacing mma842with nrf51822. but i am not getting data. i have uploaded code. can you tell me what is problem. i don't know i am not getting who am i id try.r...
I've noticed that our custom board sometimes does not work (e.g. execute the code) when the VCC drops to about 0.3V- 0.5V and comes back on again to 3.3V.
For testing I...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
In SDK_v11.0.0-2.alpha, there is a project: examples\ble_peripheral\ble_app_hrs_freertos\pca10028\ble_app_hrs_freertos\s130_with_dfu_pca10028.
But I can't find DFU service...
to # einar thorsrud
Req: from the cap-sense board, different tap will be done by user (like 2 times tap, 3 three times tap etc). so the Bluetooth board (nrf52) will receive...
Hi
I am writing an app to utilise the new LESC feature using Diffie Hellman related pairing. I am testing the app against the Nordic provided ble_app_multirole_lesc. I...
with SDK 10 I found 2 SPI libraries, spi_w5_master and nrf_driv_spi . I hesitate between them.
what' the difference between them? and what should I use when I'm using app_timer...
I saw this tutorial:
nRF51 current consumption guide
It's specifically directed to the nRF51, but I guess the principles of Tuning Advertising parameters must be general...
i'm looking to use only one timer for two independent activities:
battery service (as in Nordic examples) and
a routine to detect a certain button press pattern ...