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...
I'm trying to maximize BLE throughput between a central and peripheral (I'm programming both) running the new s132 SoftDevice v3.0. I can't achieve the maximum data payload...
I am trying to use the NRF51 dongle (PCA10000, firmware ble-sniffer_nRF51822_1.0.1_1111_Sniffer.hex) with the sniffer software but on selecting a sniff source and starting...
Hey,
I successfully build and load the ble_uart_pca10028_s130. Now i want to edit something to the Code and this error is shown up.
I think I have to include something...
Hi there, I have done search and know there are several similar questions, but unfortunately I didn't find any useful answer after carefully reading through them, thus I decide...
Hello,
I've just read the thread explaining the UART baudrate register settings. I then looked at the nrf52_bitfields.h file and found that the baudrate register values...
Hi ,
We are using Nordic SDK for our development and we have done some changes as per our requirements in the SDK . We are going to share the same with our end customer...
Is there any BLE chip under development which has lesser IO pins, as I feel most of the IO provided are underutilised.
I may be wrong or there might be technical issue...
hi,
i have a requirement to connect two nrf51(PCA10028) boards to connect each other.
1).if i turn on the Board1 should scan the bluetooth devices if any other bluetooth...
Hi,
I followed steps specified for development-with-gcc-and-eclipse using link
devzone.nordicsemi.com/.../
Following are the snapshots of my development environment...
Hello,
I'm working with a nrf51822, SoftDevice S120 v2.0 and SDK v9.0 platform. Specifically using it a Central role to connect to a commercial Blood Pressure peripheral...
As far as I understand the nrf51822 has only 1 hardware uart. I want to communicate with the esp8266 over uart using standard AT commands, but still retain debugging possibilities...
Hello,
i use the N5 starter Kit. So my problem is to find sending data on the computer. Where i can read this data information?
Thank you for your help.
Hello everyone,
When i get message from uart, i need to update my custom service's characteristic. I tried the code in the below, sd_ble_gatts_value_set function gives...
I have to connect more than one nrf-51822 dk and send theirs RSSI level, because i need to knows their posittion. Somebody could help me? Have some example similary to what...