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...
Hi, I have modified the twi_scanner example of the 52840 DK to be compatible with nRFDongle.
I fully erased the dongle with Segger and passed the new hex file with SWD cable...
I used NRF connect to connect to a slave。
I want to use the central to connect to the device。
this is my code.
but the service is not found。
static void...
We are developing a platform that can have multiple configurations, with or without softdevice/ble, with or without bootloader (for upgrading), both on nrf52832 and nrf52840...
Hello,
I'm using the nRF9160DK (PCA10090 0.8.2). I was able to see the data coming from the nRF9160DK in the nrfcloud, but now I want to be able to see the data published...
Hi,
I'm working on nrf52832 NUS. When i connect to device with "nrf connect app" i can see the data coming from sensor. But few seconds later device disconnect.
When...
Hi,
To build the context: I have two peripherals, Sensor 1 and Sensor 2. Sensor 1 has been running off of a NUS service to transmit data. Sensor 2 has been running off of...
Hi all,
I make a key using nrf52832. It tranfer data to other device. I have 2 option for this. Using beacon (BLE) or Enhanced ShockBurst (ESB) . I want to optimize energy...
Hi all.
In our project we are using BLE, but at some point switch to ESB. The code below disables the SD, and sets up ESB which is then used from then on.
This all...
Hi,
I am using nRF52 DK PCA10040 to develop an application starting from the ble_app_uart example, Then I introduced PWM and SAADC from other examples, and after I verified...
I have an nRF91 DK v0.7.0 which I'm using for the first time with a Hologram.io SIM card and nothing seems to be working. Nordic sales and an FAE were here in late February...
Hello,
I need to get nrf9160 to connect to a LTE-M network. We are using a custom pcb module with nrf91 on it. I've managed to get a simple hello world, blinky and gps simulator...
Hi,
I am currently working on a project in Mesh on nRF52840 DK.
I am using the mesh v3.1.0.
I wanted to send command from mobile app to particular node in the mesh and...
Hi, i use the saadc example(triggered by ppi+timer) with uart to get voltage signal and transmit to central device( another custom nrf52832 board), and the central prints...
I am using SPI communication to transfer data from an ADC (ADS1220) to my nrf52382, then to the mobile app via bluetooth. The ADC is the slave. The NRF is the master. So MISO...