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...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
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...
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?...