My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
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...
What benefit is there to RX gain for the bluetooth front end module
Most other 2.4 amplifiers do not have RX gain.
Our concern is the noise floor, would not the RX gain...
Hi Sri,
When referring to this ink , we know the typical and max ripple values are 70 mV and 100 mV respectively at REGOUT0=1.8V.
Two questions:
1. Do we have the...
I am attempting to add peer manager bonding and whitelisting to an existing app.
The app is simple, uses nordic uart services to pass 4 bytes of data between two embedded...
I am currently using nus and dfus service. It works fine. The secure DFU service is displayed in the nrfconnect app.
However, when ble_bas_enable, the duf service disappears...
Hi,
Is is possible to use printf while using the libuarte library? I am trying to link the nrf_libuarte_async_tx() function to printf but I am unable to make it work....
Hi there,
I'm using nrf52840 DK and Custom board, SDK 17.0.2, Segger Embedded Studio(SES v5.20
my issue is when we send/TX data through UART "static uint8_t text[] = ...
Is it a good/bad idea to put capacitance on the nRST line. I noticed the nrf52840 DK does not have any capacitance on the nRST line. At least none that I can find, tracing...
Hello,
I have a nRF52833 on a nRF52833-DK or the PCA10100 and want to do development but I have found several projects don't have a Segger Embedded Studio project (for the...
Hello,
I just installed nrfutil with
pip3 install nrfutil
All the requirements are met:
andreas@notebook-fh:~/github/pc-nrfutil$ pip3 install nrfutil Requirement already...
Hi,
I need close to 1Msps rates for my application and am planning on using a ADS7887 SPI ADC from TI. My question is on how to drive the SPIM and if an example exists...
I am having trouble getting peer manager bonding to work, wonder if you can help.
I'm using nRF52840 (on PAN1780 eval boards), SDK 17.0.2, Nordic SES 5.30a
First a summary...
Hi
As there are 12 PDP context available on nrf9160, I was wondering about the correct usage of them.
Usually, my use case involves only 1 context (cid=0). I configure...
I am trying to measure the current using power profiler 2. The profile seems to contain irregular spikes which is incorrect.
Is there any way to make adjustments to the...
I'm using the peripheral_uart example and I'm trying to increase the buffer size.
At this point the buffer size is 20 although I changed in my prj.conf the following:
...