Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
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,
Our application consists of 100 BLE static centrals and 1000 BLE moving peripherals. Is it possible to hide our BLE peripherals to be visible only by our centrals...
Hi,
i'm testing an application on nRF52, with nRF5_SDK_11.0.0-2.alpha and SoftDevice 132.
I took the ble_uart example and added a custom service with some characteristics...
Hello,
i'm trying a bluetooth connection between nrf UART v2.0 installed on my phone(android 4.4) and nRF 8001 (i'm usign nRF2740 card). My microcontroller is a STM32....
Hi.
I made my own board using nRF51822AC.
I want to connect this board to PCA10028.
There is Debug OUT port(P19).
Net names are EXT_VTG, EXT_GND_DETECT, EXT_SWDIO, EXT_SWDCLK...
Hi.
I'm using PCA10028, SDK10.0.0, S130.
Example code is using "ble_db_discovery_start()" function to discover peripheral.
In this function, there is "SRV_DISC_START_HANDLE...
Hi. I'm using PCA10028, SDK10.0.0, S130.
I'm testing External interrupt.
Current concumption was just 50uA around(low speed advertising mode).
But It goes 1mA around...
Hello
I'm working on a network of nodes with more than 300 nodes
each node is constructed by (1 arduino nano,humidity sensor, 1 relay and NRF24L01 +)
I'm working with the...
Hello. I'm trying to understand twi_sensor sample code on nRF51. (nRF51_SDK_10.0.0_dc26b5e\examples\peripheral\twi_sensor)
I have a trouble finding where the function twi_handler...
Hey,
i've bought the nrf52832 Preview DK some time ago, are there any big changes to the new DK? So if i buy a new nrf52832 IC i can desolder the old IC and use the new...
If I have some value and this value has become out of desired range I want to change property from indicate to notify.
I only found function sd_ble_gatts_characteristic_add...
I'm developing an application for a device which needs to support both DFU and some method of restricting connections to a single central (ie: bonding). This is a challenge...
Hello!
Is there have any tutorial for how to create GATT service on the MCP(master control panel app) and what coding do we need to add to the project?
Hi, I would like to put a nrf51822 device into system off mode and wake it up with a GPIO transition from high to low.
I would like to measure the press time of the button...