I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
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...