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...
Hi Folks,
I have a quick question about the Beacon kit. I'm working on a project that is going to use Windows 10 Hello companion device framework to build a Windows Lock...
is there a tutorial for Ble ECG program and configuration using nrf52832?
I want to make integration from heartbeat sensor to nrf52832, make nrf52832 connect to computer...
I use SES 3.12 in mac os x.
I followed this post .
I added ../../../../../../components/device into User Include Directories in Project - Edit Options... .
But I got...
Hi,
I am trying to connect to a peripheral device but keep getting the above error on DB Discovery.
I am using the nRF52832 on a custom board with S132 and SDK 13. ...
As I know, BLE Advertising on 37, 38 ,39 channel and I can select which channel to advertise by masking them.
But, Is it possible to make an data connection to a channel...
I'd like to collect other device's Signal information for more delicate communication.
For example, Some Peripheral device which is just next to Smartphone (which can interfere...
Hi there,
I had the DFU already working very well for quite some time, but my luck has ended. When I program the application via JLink it works perfectly fine, also the...
What is the Characteristic UUID 0x2AA6
It shows up as the 4th Charateristic under the Generic Access Service, in the nrf5-ble-tutorial-characteristic-CompletedCode ported...
Hi all. i am using hid device keyboard example for nrf5. But when I try to call
sd_ble_gatts_hvx(p_hids->conn_handle, &hvx_params), this function returns error code 0x00003401...
Hi,
I am using the S120 stack and wish to connect and control as quickly as possible to the peripheral. The central and peripheral devices are both embedded devices and are...
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
I am using blenano with mbed compiler and a 24LC256 eeprom.
the output o screen I get is the no. of total chars, i.e, 65355. below is the code.
#include "mbed.h"
#include...
Hi guys,
I'm on Win7 and I'm writing data from libusb to nrf51 board, my code is
usb_bulk_write(dev_handle, 0x04, data, WRITE_SIZE, 1000);
When the nrf51 receives...
Hello:
I tried to find this in the documentation but could not. Regarding the external trigger to the PPK (TRIG IN pin). Does this require a high-to-low transition, a low...