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'm using NRF_LOG for debugging. SDK version is 12.3.0.
I want print error code, File name, Line number.
Error code is printed fine but, file name and line number...
Hi,
I was going through the generic_ponoff_messages.h and generic_dtt_messages.h files and I observed that the message opcodes for the messages are same on both models....
As the S112 Bootloader documentation mentions, the nRF52810 does not support updating the (S112) SoftDevice.
In another question " The update-risk preventive method? " it...
Hi,
can we change duty of one channel of an instance of modules\nrfx\drivers\src\nrfx_pwm.c without affecting or introducing any glitches to other channels of that instance...
I am trying to get an SD card working with the NRF52832 chip, starting with the sd card example (SDK 14.2) using the fatfs module.
The SD card I am using is a Kingston 8GB...
Hi I'm using nrf52DK board with SDK 14.02. I wanted to use PWM Library with softdeivce but I'm getting this <error> app: ERROR 3735928559 [Unknown error code] at E:\nRF5_SDK_14...
I have a Raytac module which contains a nrf52810 AT module in it hooked up to a micro via Uart, so i can send and receive AT commands and data. I'm trying to connect to my...
Hi, I have developed one custom application and enabled DFU features in it.
With the help of nRF Toolbox mobile application, I am changing the application code.
Now I...
I just installed the nRF9160 DK but it showed yellow exclamation marks at the CDC and BULK interfaces. I'm using Windows 7. I couldn't find where these drivers are.
Anyone...
How do I use PWM on a GPIO on port 1 on SDK 15.2? The PWM library examples only sends in the pin number and seems to assume port 0. This answer seemed a bit complex and I...
Dear all,
I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 and S132 SoftDevice v6.1.0 to do some tests . But now I encounter the disconnect reason 0x22...
Hi guys, help me please.....
I want to build a device act like both keyboards and mouse. I've made some progress that the device can connect to my PC(win10) successfully...