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,
I want to use both SPI master & slave altogether, but when I include nrf_drv_spis.h upon compilation the following error occurs :
C:\Keil_v5\ARM\PACK\NordicSemiconductor...
I am trying to find out the lowest range of nrf51822 but so far I coulden't find anything. Most of the time people are trying to increase the range.Thanks.
Hi Guys.
I have compiled and programmed ble_app_uart program in to a nrf51DK (pca10028-nrf51488).
I downloaded and installed nRF UART V2.0 to android 5.1.1 .But while scanning...
Hi,all.i use pwm with sdk8.1 sample (SDK8.1\example\peripheral\pwm),my question is how to stop pwm and set the pin to low level? is my code correct?
my pwm init code:
...
I've a board with the nRF51 inside and a LIS3DH as accelerometer.
I already reflashed and I want to read the accelerometer values from the LIS3DH but I don't know where...
Hi Guys,
I tried to integrate the spi master project to ble_app_uart. For that I added the missing headers from spi project to ble_app_uart. And also I added the .c files...
Hi, Guys,
I am integrating the proximity app with dfu, everything else goes well. However, when I try to update bootloader through dfu, it failed. I check the MCP log,...
Hello,
I use S132 on nRF52 and do multiple roles.
When event BLE_GAP_EVT_CONNECTED is fired, role is invalid (0). How to know that it was a device or central event ...
I have developed an application for the NRF52832, initially with the Keil toolset and changed to Eclipse/GCC. The application works great when I build/load with the Keil toolset...
Hi,
I have an NRF 51 DK and vs. 11 of the SDK and just recently learned how to write some basic code and now I am trying to learn how to use ADC on NRF51. I am trying to...
I'm testing pairing and bonding with an iPhone running iOS 9.3.1 and nRF52832. I'm running into trouble when reconnecting to a previously paired device.
The first time...
Hi,
I would like to use SPI raw master library (used on application chip in serialization examples) in my own application.
First, to understand well SPI raw implementation...
Hi all,
is there any method to disable SWD in a way that every operation through SWD is blocked?
Do the MPU also blocks for reprogram the binary through SWD (maybe disabling...