I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
hi,
im developing an application with peripheral and central.ive used hrs service its working fine initially bt if you keep it idle after some time the peripheral stops advertising...
I am trying to figure out a way to secure my DFU (via BLE) such that someone cannot sniff the and copy my hex code (and decompile). I cannot use Pairing or Bonding as that...
I can use "Pack Installer" to copy example from Keil folder to my hard disk driver, for instance, I copy ble_app_cts_c to my personal folder.
I can build and flash ble_app_cts_c...
Hello there, I have been trying to look at the documentation and the forum but haven't been able to understand the difference between BLE stack event and SYS event. Could...
Hi,
I have a the nrf51822 chip on a custom board and the ble_hrs code loaded on it. Now I would like this custom board to behave as a beacon with the hrs code sending data...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
ble_app_uart_c2.rar
I want to connect two PCA10001's together, one with the ble_app_uart for s120 using sdk 8, and one with the experimental_ble_app_uart for s110 using...
There's no question, I'm just posting this here in the hopes that it helps someone else out.
After I upgraded my Keil packs to the newest SDK (v8.1.0), my OTA FWU bootloader...
I have a problem getting both mesh and persistent storage to work. I am using the code from github.com/.../nRF51-ble-bcast-mesh and followed the document integrating_w_SD_apps...
Hi,
I am using
HW: nRF6310 + PCA10005
SW: s120_nrf51822_1.0.0_softdevice.hex + ble_app_multilink_central (\Keil\ARM\Device\Nordic\nrf51822\Board\nrf6310\s120\experimental...
Hello,
I am a newbie in in using BLE and exploring the nrf8001 DK. I was able to flash PCA 10000 module with updated firmware and it was detected in the master control...
Hi,
I want to read data ,wich is sent from beacon ,using usb dongle,and after this ,I want to send data received from beacon to pc through serial port.
Exist any example...
Hey.
I am wondering if there is a way to disconnect a slave from a master based on the strength on the connection and not when they naturally loose connection.
To give...
How do I block Bluetooth signals ? (I want the signals to be transmitted 180 degrees, not 360 degrees)
I have read it could be done with aluminium foil, but I have not...