Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
As try to let keil's project into eclipse
so i edit makefile from example
first i open project by keil to copy include paths and paste to makefile under ''#includes common...
Sorry for the amateur question. I'm an iOS developer and trying to replicate the functionality in the nRF51 sample app: github.com/.../IOS-nRF-Toolbox . I understand the code...
Hi
We develop an application on nRF51822 the with GCC C++ and try to include the file ble.h in a .cpp file.
As soon when I include the file in the .cpp file I get compiling...
HI,ALL,
i find such sentence in core
(BLUETOOTH SPECIFICATION Version 4.2 [Vol 1, Part A] page 13)
'A Controller is a logical entity defined as all of the layers below...
reference nRF51-ble-peripheral-bond-handling example pairing/bonding mode. I add device manager & app_bond function on ble_app_uart. why function handling on "app_bond_init...
I want to make a rtc calendar.As rtc1 compare channel 0 had been used by app_timer,so I use rtc1 compare channel 1 to generate interrupt very second. But the channel 1 didn...
Hi,
I've just discovered that there are counterfeit copy of nrf24l01
Are there also copies of nRF24LE1, NRF24LU1 or NRF51822 ?
Is there a guide to recognize genuine Nordic...
Hello,
On S130 conn handles were 0 to 2 for connections as central and 3 for connection as device.
I migrated to S132. Question, when i set 3 / 1 as configuration, do...
Hi, I've added micro ESB to work during BLE timeslots granted, with uesb_config as start of slot and uesb_disable as end
During the slot, the regular work, uesb_event_handler...
Hello, Nordic stuff.
I've been working at S110 firmware and coming into a problem of service discovery from a central device(iPhone).
I'm using S110(v6.0), Keil(V4.73...
On pca10028 dfu_dual_bank_ble_s110_pca10028 example works fine. First i programmed soft device s110 and then dfu dual bank example my board gets into dfu mode and i can upload...
Hi,
I'm trying to get the UART working, following the idea given in the Nordic Infocenter / nRF5 SDK Hardware Drivers / UART / Using the UART Driver.
I have downloaded...
The code below is transmitting data from device (mcu+BLE) to an open source BLE terminal :
void BLE_communication_device_to_app(void)
{
ble.updateCharacteristicValue...
nrf51822_sleep_and_timer.txt
Hi... I having tough time to make the sleep function to work when timer/RTC is running in the background of nRF51822. The attached text file...
i am new to android programming and bluetooth low energy interface . i am using nrf51dk nrf51422 chip . My android app is currently able to detect the bluetooth module but...