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...
Although my Googling skills are not the best I have, so far, been unable to find any examples or driver documentation for the comparator peripheral of the nRF52840 for the...
I'm using the asset_tracker app on a custom board and have built 50 of the custom boards. All but one of them start the modem and listen to the LTE receiver for a full minute...
Hello, I followed getting starting guide, and got SDK and tools installed for nRF52-DK, I'm trying to open, build and run some examples. But when trying to open any example...
Hi.
I am using nRF52840 dongle and running saadc example on it.
To print the ADC data buffer "p_event->data.done.p_buffer" in PC, I am using USB_CDC. The size of SAMPLES_IN_BUFFER...
I have implemented the custom service and added custom characteristics following the tutorial series, now I can connect and see the characteristics and their values. I can...
My NRF52DK (PCA10040) J-Link always shows SWD speed 1000 kHz, even if I set the speed to 2000 or 4000 kHz. Is it not possible to connect at higher speeds?
I was working with "Debug configuration" for my nrf board on Segger Embedded Studio. It was working perfectly. But when I changed it to "Release configuration", It doesn't...
Hi everyone,
I am using nrf52840 and I want to change the advertising name in bootloader from "DFUTarg" to a custom name on application side.
For unbonded one, I saw...
Hi,
I'm using the provisioning example from the mesh sdk and I have an "ASSERTION FAILED at :0" error when I'm trying to re provision a node that I have provision before...
Hi
I try to understand where does the interrupt proirity for UART is set.
I see that uarte_1_init() is called from uart_nrfx_uarte.c.
uarte_1_init() is declared from...
Hello I am using sdk v17.0.2.
I found a problem with Bluetooth connection while using 'ble_nus_data_send()'.
the system will stop if disconnect the Bluetooth while transferring...
Hello
I'm asking a question because there's a part that doesn't work well while using ble_nus_data_send().
There is a problem sending continuous data to the app using...
Hello
Sorry this is a basic question and I shouldn't be bothering you with this but I have already dealt with a number of issues with Segger so I couldn't resist. - I have...
Hi, I open ssl socket to the server (without certificate verification), and then use an http_client_req() call, to perform the actual http request (with additional optional...