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 two microcontrollers: STM32F401 and nRF51822. They communicate by uart with flow control. I use 110 Soft Device from SDK 10. The maximum baud rate when communication...
Hi All,
I am trying to update the HEX file of LED_mesh example using DFU bootloader over-the-air. The LED_mesh application HEX file gets uploaded successfully by bootloader...
Hi Nordics,
I copy pwm sample code into my proximity project, to drive a buzzer .
I init pwm before softdevice. but, once "SOFTDEVICE_HANDLER_INIT" is excuted, the buzzer...
Hi,
i have a problem with nRF51 an nRF24LU1+. I use S110 and micro-esb library. I can switch beatween poroperty RF and bluetooh ( never run both in the same time ). When...
I wanted to use the SysTick timer for timing in my application, but even when writing a handler and trying to set it up, it doesn't seem like the interrupt is ever triggered...
hi I am i using Keil to debug the progam, it seems like that the printf() function can't work in keil, so i use jlink RTT to perform the printf function to collect data ....
HI,
i want to have a application in which a timer timeout say 5 second. and during this timeout there is another timer say 1 second. whenever the 1sec timer timeouts then...
Hi,
The function sd_ble_enable(ble_enable_params_t * p_ble_enable_params, uint32_t * p_app_ram_base) requires now the application RAM base address! Is it 0x20002800?
Hi ~
I use nrf51-micro-esb on GitHub
In Tx-Device: auto sent (data+1) to Rx-Device
But Rx-Device receiver data still the same not Increment....
why in Rx-Device...
Hi everybody
Since quite a long time since my last visit here. Now I come back because a new project using the NRF51822. Because now I'm using the NRF51822-CEAA, I can...
Hello,
I am developing an application where in i want to create a network with One central[not a mobile,pc,tablet etc] and multiple peripherals connected to the central excahnging...
HI,ALL
my Project can not exit the GPIO INTERRUPT HANDLER.
following is my project.
include "nrf_gpio.h"
include "nrf52.h"
include "boards.h"
define BUTTON_1...
I have found the bellowing code which was in s130/ble_gatts_struct_seriallization.c of nRF51_SDK_10.0.0 : ( ble_gatts_attr_md_enc)
/* serializer does not support attributes...
I have two device , one is Tx-Device the other is Rx-Device.
Tx-Device : Auto continued Send 4 bytes data to Rx-Device by Radio.
Rx-Device : Using Radio Interrupt receive...