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 All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hi,
I have some problem with NRF52840. When I use software example "ram_retention" in peripheral directory on 2 différents board I have 2 differents state of VBUS pin. ...
Hello,
I am relatively new to iOS development and have now made the iOS version of the nRF Toolbox from the Github. After some initial difficulties, I was able to get the...
Hi,
I have a peripheral device that running on nrf5340 and can be updated via MCUMGR SMP. i tested it via Device Manager application and it is working.
My question is...
I'm building a custom board based on nRF52840.
I'm providing 5V input via USB to VDDH & USB pins. The default output of the first internal regulator during high voltage...
Hi, before buying the PCA10056 kit, I have some questions about the USB CDC ACM example.
I'm new to the USB CDC ACM.
At the Infocenter , it says that
This example...
Hello everyone!
I have just got started working with Nordic devices, in particular the nRF9160. I have been doing tests using the provided UDP sample from nRF Connect SDK...
I tried building and running the buttonless DFU example project. However I get the following UART output:
It seems like it can download the softdevice by itself if the memory...
Hello, I recently picked up a nRF PPK2 and I'm liking it a lot.
I have it wired in-line with a battery (1500mAh li-po) with my device under under test. Measuring battery...
Hi,
I am using nRF52805 to transmit string data to the mobile end app "nRF Connect".
I found that sometimes the app will display hex data instead of the expected decimal...
I'm using the logger (LOG_INF, LOG)_DBG...etc) to print out debug messages. I'd like to have timestamp printed out. Right now it looks like this: D: xxxx or I: xxxxx
I found...
Hello, I am working with 2 nRF52840 dk's and a Conbee ii.
The DK's are using nRF5 SDK for Thread and Zigbee 4.1.0.
DK 1 is running the CLI example.
DK 2 is running...
Hi, I want to integrate DWM3000 with with nrf9160. To begin with, I need a simple SPI example which I can't seem to find in the nRF connect SDK. There is an unofficial example...
I am using P822601 board (with nRF9160 chip). Sample project "Serial lte modem" (SDK 1.8). I'm trying to connect to a test mqtt broker (mosquitto) using AT commands via LTE...
Hello,
I successfully merge example libuarte and ble_app_beacon and built .
My problem started after it receive 48 bytes of data from sensor via uart ,This is my area...