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, I've tested multiple NB-IoT cards from China Mobile using the asset tracker on nRF9160 DK. The NB on Band 8 ( AT%XCBAND returns %XCBAND: 8) has no issue connecting...
I first assumed the obvious that the first library would be used with the (Visual studio) multi-threaded DLL/MD option and the second would be used with the multi-threaded...
Hi,
Currently we're developing RGB bulb which has mesh feature (nRF52832). So this done by using nRF5 SDK 15.2.0 and Mesh SDK 3.0.
We're able to control all three channels...
Hi Team
I would like to store a simple integer value in flash and read it back after a power cycle. I already studied the library Flash-manager of the nRF5 SDK for Mesh...
Hello, I'm trying to flash custom developed beacon based on nRF52811 and everytime i try to flash i'm always greeted with an error "Failed to write memory" i have attached...
Hello,
I am trying to merge mqtt_simple and gps together. Each of them is working well on Thingy:91.
1. I am using lte_lc to configure the modem and enable PSM and eDRX...
Hello All,
Right now I am working with: https://www.digikey.ca/en/products/detail/circuit-dojo/PASSY-NRF9160-FEATHER/13668137 which I think is practically the same as https...
As everyone knows, the supply of semiconductors is pretty bad now. Normal suppliers such as Digikiey have zero stock. Recently we have had to purchase from less known distributors...
Hi everybody! My application is based on SDK 17.02. I try to communicate with an spi device using spim driver and the code is basically based on the nrfx-spim example.
After...
I am using latest version, nrf connect sdk v1.4.99-dev1
when activating bt_enable, application gets stuck
applications without BLE works well
I am working with...
Hi I'm Frank.
I'm testing Serial DFU via UART using TWO nRF52840 DKs(DFU master and DFU slave DK).
I want to update firmware of slave DK through the master DK.
I was...
dear all:
I use the latest sdk17 to test the ANCs sample on the 52840 DK。 The address of the example is: SDK_Path\examples\ble_peripheral\ble_app_ancs_c。after...
I have a example application (gatt central) that works fine on the nRF52DK dev board. I'm able to change the advertisement name, connect to it with my phone, and see the characteristic...
Hello everyone,
Yesterday I found a strange behavior with the NRF9160 GPS on NCS v1.5.1:
When configuring the GPS to run in Single Fix mode, running on MFW v1.2.3, I noticed...
*** edit: Problem solved. My project file had build config set to "release", I had to change it over to "Debug".
Kindly close the case ***
I have an i2c program running...