Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
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...
Hello all
I am facing a very strange issue, already searched the forum but didnt find anything like it.
Okay so I can get DFU to work. For our custom application we have...
Hi,
I am trying to interface WM8960 CODEC with nRF52832 using (I2S and I2C) .
I am able to communicate with IC with TWI
I want to transmit the const uint16_t wavedata...
Working on a project where I need some sort of wireless communication. The device is located inside a metal enclosure, so IR is not an option. Its only goiong to trigger a...
Hello, I'm using an nRF5340 board with nRF Connect SDK as a BLE peripheral device, and I'm trying to get RSSI value when another device connects to it.
So I'm trying to...
I am attempting to enable the external LFCLK. I want the clock to swing rail to rail. I have the following code in place. I am using the s140 v 7.2 soft device and the nRF5_SDK_17...
We are using nrf52832 soc for our product development and using that we are trying to increase the throughput of our device using the information from the following forum...
Hi,
Why nRF9160 example serial_lte_modem:http get data from http://hk.iotlib.cn/http_test_data.dat missing some bytes:
Repeat steps:
1. sdk:ncs v1.8.0 2.example...
SDK: NCS 1.8.0
Peripheral: nRF52832
Hello,
Is there a better example for creating a static library using NCS than the "external_lib" sample?
The example showcases...
I have a working build for the nRF5340 DK that implements a custom service and communicates over BLE. As I add features, the binary for the Application Core changes; the binary...
We have developed many solutions starting from example and modifying them to fit our needs, this one in particular has me stumped. We already have working BLE and USB CDC...
Hi,
I'm using nRF connect SDK 1.7.1 with ZephirOS.
I'd like to configure input / output to be redirected to UART and mirrored to USB CDC/ACM.
The reason is that I...
(nRF Connect SDK, v1.8.0, nRF52840)
I would like to create classic Bluetooth Classic peripheral behavior, the peripheral is not advertising (or advertising without name...
Hi, I created a Zephyr project for board : nRF5340DK_nRF5340_cpuapp . Now, I need to read the Device ID from FICR. I made changes in overlay file as shoen in atached first...
Hi,
I am using SDK 17.1.0 as a host scanner. When I changed the timeout to 0, there was a problem with the connection slave (NRF_ERROR_INVALID_PARAM). I'm pretty sure the...