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 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...