Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
The SD API (S132-6.0.0) documentation provides little beyond what one could guess from the function and type names. sd_mutex_acquire says "Attempt to acquire a mutex". nrf_mutex_t...
Hi i am doing a prosject to get notification on cell phone when i get mail in my postbox (postbox outside the house) I am using a nRF51 dongle, and want it to connect to cellphone...
Hi! I'm working on HID mouse example on SDK 13.0.0. I'm supposed to use this as a low power media button control. I've done a few modicifations on the code for power optimizations...
I know that few companies choose to use NRF528001 with a separate microcontroller like Fitbit.
I would like to know why would they do so instead of using an NRF52 chip that...
Hey,
I am using a nRF8001 with a STM32L051 as an application controller.
After resetting the nRF the RDYN pin goes low, as expected. Then I'm setting the REQN line LOW...
Hello all,
I have a Nordic Thingy 52 board, and I have download the Thingy 52 SDK, I can debug it successfully.
But after I debug it , or download it, the board runs with...
We have an application with FreeRTOS. If we do not initialize softdevice, the freertos interrupts tend to come in at a very very slow rate. I know that softdevice does clock...
nRFgo Studio displays a "Enable reset pin" option on the nRF52 DK but does not display this option on our custom hardware; we use a Segger J-Link for programming the custom...
Hello,
I would like to know the CALIBRATEOFFSET function in detail.
Could you disclose the part of source code on this CALIBRATEOFFSET function?
Best regards,
Kiyoshi...
Hi,
In production line, I was supposed to do BLE test using DTM with UART interface and MT8852B from Anritsu.
However, the antenna is specifically tuned for plastic...
Hi,
i was about to solder my PCB that contain an nRF52832 and i've noticed that i didn't have C9, C10 capacitors.
C10 is the 1uF decoupling capacitor for the 1.3V regulator...
Hi, I'm using nrfUtil 10, which is a bit old. I'm trying to generate an init packet for DFU but the tutorial was for newer versions of nrfUtil only and a lot of commands appear...