This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
Do I need a custom 128-bit UUID if I delete one or more Characteristic from an Adopted Service
I do not modify the remaining Characteristics
For instance: Sniffing with...
I'm trying to program Sparkfun nRF52832 board using SWD (via nRF52 DK). I've erased original bootloader/softdevice/app and programmed S132 and my app. The app works, but only...
Hello,
I'm beginner for NRF51822. I have tried ble_app_hids_keyboard example on NRF51822 with s130 softdevice.
It is discoverable in smartphone as Nordic_Keyboard. Smartphone...
We have been using the DFU that came with the sdk 12.1 with a modification (essentially removing the button from the DFU code). We currently send an application command that...
Hardware:
I have an nRF52 device running the S132 running as a Central.
I have 6 iOS/Android devices running as peripherals.
Background:
I am attempting to have my central...
Hello,
is there any good example available, with whom I can simulate, that there are two devices are already connected and the host is scanning for some other devices?...
I am trying to use the function or any function with my BLE UART application. I have a timer that expires to kickoff reading of some sensors and then when I try to read my...
Hi all,
i m connect a sensor with Nrf51822 beacon and get the data.
so i want to transfer those data to Nrf51 dk kit continuously.
where i want to change or put my data...
Hi,
I use nRF51422 in Dual mode(SD310) with SDK10 Version.
The profile is CSCS.
I want to ask
How to just show Speed Sensor or Cadence Sensor.
Here is what I did just...
Hello,
I'm evaluating the feasibility of using the nRF52832 chip on a board with a microprocessor running Android and I like to know if Nordic has released or is planning...
I'm using SDK nRF5_SDK_13.0.0_04a0bfd and compiling the example ble_peripheral/ble_app_hrs/pca10056/s140/armgcc using Eclipse Mars 2.
Flashing softdevice s140_nrf52840_5...
Dear Nordic.
I cant found stack API documentation for study.
All company give it for user, for example TI.
User open doc folder and can reed API.pdf file.
Where your...
I use NRF51822_xxaa, sdk12.2, arm_gcc 4.9_2015q3
when i flash hex file experimental_ble_app_blinky_pca10028_s130.hex from C:\NRF\SDK_12.2.0\examples\ble_peripheral\experimental_ble_app_blinky...
Hi,
i have NRF51822 beacon(PCA20006) and NRF51dk KIT(PCA10028).
I am connect a touch sensor and it's gives output in form of "HIGH & LOW".
and i am able to detect the output...