I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
Hi,
I am using SDK 15.3 and NRF52840 Preview DK
I have a requirement where I have to glow one of 3 LEDs R-G-B (each connected to one gpio pin) for 1 second and turn...
I'm using nrf52840 to develop a remote control using BLE long range.
We use two nrf52840 : on inside the remote and another in the system to control. The remote is used...
Hi,
I've done a lot of searching and Googling and could not find a proper answer for the life of me, so I'm posting again here to try to find answers. I must have looked...
I want to use internal temperature sensor in the example, "peripheral\temperature" on our software but there is the problem that we met when applying on board internal temperature...
I'm using nRF51DK and created 2 app_timers (based on LFCLK) that are running on 32.768kHz crystal, one for kernel timing (10ms) and one for real time clock (every second)...
Hi,
For some reasons, I would like to write my own application for updating the firmware, something like NRFUTIL application.
I wrote it and everything is working fine...
Hello,
I am trying the ble_app_cts_c_pca10040_s132 (current time service client). Under the conditions described below, ultimately a SoftDevice call to sd_ble_gap_device_identities_set...
I am attempting to integrate examples/peripheral/flash_fstorage into my project (SDK 14.1.0).
When calling nrf_fstorage_write I get NRF_ERROR_INVALID_LENGTH in response...
I am trying to provision 2 clients for the mesh so that i they all can send the message to a single server.
I will list what all i have tried
1.I took a server node and...
Our custom board uses internal RC clock source and I tried to build original sample app, "ble_app_pwr_profiling" in SDK 15.3.0 using attached sdk_config.h modified only with...
I downloaded the latest nRF5_SDK_15.3.0_59ac345 and some other old versions of SDK documents. (I am trying to use pca10040 development kit to program Fanstel EV-BT840F, aka...
Hello
I am using Android and BLE communication with nRF52832 (BLENano2) now.
I am using SDK 15.0.0 with keil uversion.
Central is Android and peripheral is nRF52832...
Hi,
we have a custom board running the nrf52840. The code is getting pretty good we are getting close to beta. We are using SES as our development platform and are currently...