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...
HW - nRF52840
SDK - nRF5_SDK_15.2.0_9412b96
We are running connectivity example in nRF52840 and connected UART with serialization application over UART which is different...
First proof-of-concept super-simple nRF51 board. When we load software onto this board, will we have to tailor or configure the software to bypass or disable any functionality...
Our application is similar to a wireless keyboard. The events are very sparse but we need low latency (~50ms). If I understood correctly, BLE is a synchronous protocol, meaning...
Hi I am working on nRF52832 using SDK15.02 i have below query:
During discovery I am connecting each device which is advertising and then discover for services offered by...
hi,
i am doing a project where i am using nrf52810 SOC which acts as ble shield for out customer.
customer's master device also has wifi connectivity.
the nrf52810 will...
Hi,
I had a meeting with one of our customers and was asked if any of Nordic products support ToF. I briefly looked through DevZone and found that it was not supported....
I have problem with BLE connection being constantly disconnected after 30 seconds. It is always disconnected by central device. It doesn't matter if it is iOS, Android or...
Hello,
I`m trying to run the example in the light_switch after i download the "nrf5SDKforMeshv310src"
When I tried to build Provisioner or Client ,for example this project...
Dears,
I have nRF9160-DK and nRF51-DK(PCA10028).
I have used nRFgo Studio with nRF51-DK(PCA10028) to firmware download.
And I have used nRF Connect - Bluetooth Low...
Hi.
How could I set extended advertising through the 37 secondary channels as default, in an nRF52840 module which is using PHY_CODED modulation and running a ble_app_uart...
When working on adapting the bootloader for NRF52832_XXAB I noticed that -DNRF52 seems to define NRF52832_XXAA and later defining -DNRF52832_XXAB does not override it. I suppose...
If the Mesh DFU process fails (maybe a packet gets dropped or something), what happens? Will the device get stuck in an unknown state? What does the recovery process look...
I am trying to make the nrf9160 device work with our own AWS IoT account.
The nrf9160 device succeeds to run mqtt_client_tls_connect(). Then it runs mqtt_client_tls_write...
Hello,
I am using SDK12.3 and have problem with garbage collection (FDS module).
My apllication depends on timeslot, so that FDS is supposed to run together with Bluetooth...