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...
Hi guys
I am planning to develop a beacon app, but I am not sure what would be the minimum scanning interval in order to keep the phone's battery drain on a fairly good...
Hi, I use the following.
Raspberry Pi 3 (RPi3 with Raspbian Jessie 4.4) as a router,
RPi3 is connected to a Wi-Fi router to access the Internet by using the built...
Hi, there! nRf Toolbox drove me crazy!! can anyone help me?
I flash "s130_nrf51_2.0.0_softdevice.hex" to the pca10028 board.
I compile the bootloader example "nRF5_SDK_11...
Hi,
I'am having an issue with UART using app_uart_fifo.c (SDK 0.9.2). At times I get communication error (usually at attaching and detaching uart connector) and my error...
Hi.
I'm little worried about our bt sensor power consumption.
We are using twi/i2c to communicate with sensors periodically. We are using app timer to trigger these...
I have a custom board that doesn't use the external 32Khz crystal. The engineer that designed it chose to use P0.0 as UART RX. (I know, poor choice.) I have set up a custom_board...
I am using SDK_11 s130. I see APP_ERROR_CHECK(err_code) being used throughout the SDK examples. When err_code is any value other than NRF_SUCCESS, the nRF51-dk board will...
Previously, I was able to program ble_app_uart using SDK_11 s130 into nRF51-dk. Now, I would like to program ble_app_uart into Adafruit Bluefruit LE friend board. www.adafruit...
I have been following the advertising tutorial and decided to start my own application using nordics git repo as a reference. After a few debug sessions I found that I needed...
I am trying to probe sysclk signal on one of the unused GPIO pins on a nRF52 board. I modified the ble_app_template example provided in SDK 11.0.0 and added a sysclk function...
I am trying to connect nRF52 with 7120 and create a NFC card reader , is this a solution and power efficient solution .
I will interface through I2C , is there a example...
I am using the sdk version 11 and arm-none-eabi-gcc version 5.4 on linux mint to compile the blinky test application. I have pointed the Makefile-posix at the location of...
I am doing the test about timeslot with the project link text
but it cannot scaninng and i found the timeslot is work because i get event NRF_EVT_RADIO_BLOCKED and it call...
Hello,
my application has to emit measurements in the manufacturer specific data structure continuously and has to accept a connection, for example for ANCS. Therefore...