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...
Hi, on the nRF52820-QDAA I am using pin 5 AIN3 / P0.05 as an GPIO output to drive a LED (active low).
This does not work in the software, when I drive the pin high with...
Hello,
NRF5340, NCS2.0.2, VScode
I designed a headset,MCU is 5340, and a external flash for DSP program.
the external flash connect to DSP and 5340 use SPI;
i can...
Hello,
I was able to build the nRF Desktop sample application on the nRF5340 platform, but when trying to debug, I get the following error:
Here is my build configuration...
Dear ,
I am going to use debug out function on RF5340 DK.
connection is as below: customer board conncet to nRF5340DK.
customer board use nRF52833.
I tried many times...
Hi,
I was just wondering if the nrf52840 Dongle is in some ways inferior to the other development boards in terms of its capabilities?
As I was going through the examples...
Hi,
I am using a nrf528409dk for my application development using nCS. I have various features from which I need to understand how to add some high priority features into...
Hi,
I'm working with the ncs 1.6.1 peripheral_uart example and am looking to increase the size of the data frame to send 240 bytes per data frame.
I have seen several...
I am taking mqqt_simple of NRF9160 as reference for this question,
This is questing regarding, what is recommendation / Philosophy of using MQTT in NRF9160 with other codes...
Hi,
I'm programming a custom board based on Taiyo-Yuden EYSHSNZWZ module (with nRF52832).
I'm using the secure_bootloader example from SDK for OTA DFU, in order to flash...
I'm using the nRF-PPK2 to measure device power usage. I've noticed even at low sampling frequencies (>= 100Hz) it exhibits considerable lag at some point. Most annoyingly...
Hi Sir,
As we know the nRF5340 doesn't release the Circuit Board Guidelines (nAN-40) like nRF52840 yet.
If we need to design the nRF5340, could you share the recommended...
Hello,
I'm doing a comparison between MQTT on TCP and CoAP on UDP over NB-IoT and LTE-M. The communication to the cloud works as expected for both protocols. MQTT is used...
Hi all,
I'm working on a custom Bootloader for my nrf52840-based board, and it needs to support DFU from external SPI Flash. I previously was successful with a "first draft...