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...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
I'm developing an application where there will be multiple central links to relatively low bandwidth sensors and 1 central link where sensor data will be streamed. The throughput...
Hi teams,
I am developing with Mesh SDK 4.0.0, and suffers from random fault during long-term test.
The last readable callstack position is the below.
The callstack...
I am currently trying to use a nordic semi ppk and nrf52840 to read current in the nordic semi power profiler software. I am able to flash the DK successfully (while P22 is...
I have a 9160 DK board with lte_ble_gateway on the 9160 side and hci_lpuart on the 52840 side. It works as far as being able to send and receive BLE messages but it has faults...
Hello,
Previous revisions of the nRF SoC's such as nRF52840 and nRF52832 have had specifications for certain IO to be low frequency < 10Khz and standard drive only because...
Hello
I'm facing an issue with app_timer_start. Indeed, with small values, sometimes, the app_timer_start won't start the timer. As a result, the interrupt handler is not...
Online Manlio 6 minutes ago
Hi,
I add NFC to my project with freertos. The initialization of nfc is ok. After running few seconds ,it hang. If I comment the usr_nfc_init...
Hello,
I work with the ATE using Algocraft WN series programmer.
It has directly access to GPIO registers through SWD interface with WRITE / READ / COMPARE commands. ...
Hi,
I was tracking down a bug that resulted in a secure fault exception. To save some time tracking it down I enabled logging in the spm. However this resulted in an escalated...
Hello,
So I am just real confused on how the softdevice programming works via the open_bootloader right now and can't seem to track down the documentation I need to be successful...
I'm running a code based on the ble_app_uart example using the PCA10059 dongle. I have the dongle connecting to a raspberry pi 0 W via BLE and when this runs using a power...
Hello,
at the moment I am working on a project with a nRF52840DK as central and multiple nRF52DKs as peripherals. The code on the central is based on the "ble_app_uart_c...
Do the examples in the SDK folder like ble_nus have their binaries with softdevice already? I'm a newbie in Nordic and using the BLE NUS example with nRF52-DK to learn as...