After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
We have a device (in central mode) initiating a secure connection to a peripheral (slave) via the usage of `pm_conn_secure(conn_handle, false)`. This results in a `PM_EVT_CONN_SEC_SUCCEEDED...
Hi All,
I want to convert analog input into digital using SAADC on nRF52840 DK. After that to push the SAADC output through the Bluetooth (nRF connect bluetooth mobile application...
Hi,
Recently,i try to install the tool chain of nrf connect sdk as the instruction as guide。After installed west,then run command “west update”,but got an error:
Can...
Hi ... folks
I am using nRF52832 and analog IR sensor , Working with the example saadc . In this case , i am giving the IR sensor input voltage as 5v , analog pin 2 .I am...
Hi,
I am using NRF52832 Development board, SDK(nRF5_SDK_15.3.0_59ac345) from this i am using (/nRF5_SDK_15.3.0_59ac345 (4)/examples/ble_peripheral/ble_app_uart) example...
Is the nRF52 RSSI block of the RADIO module based on the entire 2.4GHz ISM band, or can it be configured to only measure a given 1-2MHz band of interest? According to the...
I'm using the serial library for the first time. What are the advantages/disadvantages of using IRQ and DMA? How should FIFO queue and buffer sizes be chosen?
Hi,
I am using the following code to implement a millisecond timer read function. In main, while loop, I do nothing but run a 1ms delay and measure the time in mill second...
Hello, I'm a researcher.
I wanna use Bluetooth CTE(Constant Tone Extension) feature with 1-antenna TX + 1-antenna RX.
I have seen some articles that nRF52840 DK does...
I am using nRF52832 with SDK 16.0.0. I have a simple application that uses SAADC and BLE. It reads values from three channels AIN0, AIN2 and AIN4 and sends them via BLE every...
hi all,
we're developping an application to control the frequency and the duty cycle of a pwm signal throuth ble .
firstly we have built both the functionalities separatly...
So, this library in the SDK looks pretty much exactly what I'm looking for. basic data record storage functionality with a focus on safe record writing under battery power...
Hi, guys:
I'm configuring a custom board based on nRF52840. I configured it as a beacon and need to broadcast the advertising package with updated Major and Minor values...