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...
Hello,
I use nrf51 based device as peripheral with SD110.
I use connectable advertising ( BLE_GAP_ADV_TYPE_ADV_IND, BLE_GAP_ADV_FP_ANY ) and turned on BLE_GAP_EVT_SCAN_REQ_REPORT...
Hello,
what address in flash is it safe to store my application settings (some calibraton data) which should be preserved during application updates. I use S110 v8, dfu_dual_bank_ble_s110_pa10028...
Hi all, i'm trying to understand how to program my nrf51 DK in order to perform a temperature measurement with the onboard sensor, convert the battery voltage with the ADC...
I use dfu_dual_bank_ble_s110 bootloader from SDK10. I want the bootloader to check whether if incoming firmware is compatible with the device it is uploaded to (i.e. device...
Hi
I want to connect to only a single master device by s110. I used the example parameter setting from "ble_app_hids_keyboard" for gap_params_init, advertising_init and...
I have modified the Android Blinky App to connect two peripherals (nRF52 DK)
Scanning and Connecting to two peripherals works.. but when i want to start sending notifications...
Hi, all.
I want read mouse cursor coordinates from connected target(PC or iPhone and so on) through HID.
And then, i want to align the mouse cursor in the target center...
Hi.
I tried "Go to definition Of 'sd_softdevice_enable",and
"Go to Reference To 'sd_softdevice_enable" at ble_app_hrs_c at ble_central,example .
But sd_softdevice_enable...
Dear all.
Now we migration from SDK 10 to SDK 11. but, there is not SDK11 packs. As you know, no pack is very uncomfortable for package managing on keil. please answer...
Hi,
I am using nrf52-DK (First Version in the moment) and need to test UART interface.
I use the example from the blue-nus example from the SDK which is working fine....
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi There,
How can I create a combined soft device and bootloader image/zip using the nrfutil.exe?
Is it possible to have an image/zip with both the application, bootloader...
Hello everyone,
I'm having trouble with nrfutil (python version from github.com/.../pc-nrfutil) . Here is the command line I use:
$ nrfutil dfu genpkg --application...
Hello, I use nrf51822 for my project. I have to collect data via BLE nus from phone, and then some time I need use a GPIO to simulate 7816 protocol, in that time I need 1...