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...
For nRF52840 (Rigado BMD-340), SDK 15.0.0, custom board:
I'm trying to implement nrfx_uart directly to communicate to another microcontroller. I've configured it for blocking...
Hi all
I'm using the NFCT peripheral of the nRF52832 Revision 1 and I'm facing the following issue:
When the reader sends the SLP_REQ, the NFCT receives an incomplete...
Hi, there
I want to remove the bond in current time service example, because the bond process make me less convenient when I debug. so I changed the code in peer_manager_init...
Hi using dev kit pca10040 and sdk 14.2.
I'm trying to use the dev kit buttons to stub out an ANT+ bike speed sensor. Essentially I just need a way to provide a speed reading...
Hello, i am using ble_app_uart example. i am trying to send A to Z from ble to uart. Has i noticed, it is transferring 20 characters at a time. to make sure that i add print...
I am using nRF5_SDK_15.2.0_9412b96. I have application data that accumulate in flash but can be thrown away before re-flashing new app image. I am thinking about instead of...
Hi,
I configured nrf_ble_qwr to use 256 byte long buffer in my BLE peripheral. I registered my value handles (2) which I want to support long writes using nrf_ble_qwr_attr_register...
Hi Folks,
I'm new at using the nRF52832 chip. I recently was handed a 3rd party board to evaluate and up until today I was able to use the nRF52 Development Kit to act...
Hi,
I am working on "nRf52832 - PC10040" based ISP1507/. I have already adapted the peripheral/spi example of SDK 15.0.0 to my needs. Now, I want to merge this spi example...
Hello,
With Segger ES I am able to compile and run the Blinky example (pca10040, S132) from the nRF5 SDK without any issues, it loads on my nRF52 DK board on and it shows...
Hi,
I'm working on a project where I need to collect and process analog data coming from high speed sensor measurements. The data needs to be read at a speed of 25k samples...
Hi,
I am trying to convert the string from ctime to a struct but i always get garbage values if i use "uint8_t". But i can get correct values if i use "int" datatype....
Hello Nordic
Bluetooth SIG had released their new bluetooth core specification 5.1 with new feature is " Direction Finding ".
I know that all nrf52 now support BLE 5.0...
Hi,
I'm using the NRF52840 PDK version:
PCA10056
0.11.0
2018.3
With SDK version 15.2
I've been trying to develop an application based on the HID Generic example...