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.
We are trying to get nrf52 to work with 1.8v spi master. We are using level sifter with it. However when we connect the nrf52 to level sifter to spi output, the whole...
i am working with nrf24l01 module with PA LNA circuitry for longer distance transmission.When i bought the module i received an antenna along with it which is an SMA antenna...
Hi,
I have read "Measuring Lithium battery voltage with nRF52" posted on 5-23-16 just as a point of reference.
System setup:
In my system the nRF52 is powered (VDD...
Hello,
I need help,
I'am using uvision V5.17, SDK 9.0.0 and SD130.
First problem is solved,
If I don't declare app_pwm_init() in app_pwm.h, the current is 0.4mAh...
Hi, I'm having an issue, when i compare the data received over BLE NUS SERVICE, i want to choose stay connected or disconnect to the device..(if i don't receive the data that...
In my mesh I would like to have some battery powered nodes which will only transmit data and never receive.
Is there a way to disable scanning entirely while using the...
Hi I am using Bluetooth Gatt to read/write, discover services from nRF51822 device. But the behaviour is quiet unpredicatable. I am testing on KIT_KAT 4.4. Sometimes there...
I am trying to get the ble_app_uart project working on a Taiyo Yuden EYSGCNZWY using SDK 11 and the S130 Softdevice. The EYSGCNZWY documentation located here here states that...
I'm trying to compile an application that uses app_error.h, but IAR is throwing an error each time app_error.h is included, saying that the use of the NRF_LOG macro on lines...
Hi,
In examples of SDK 11.0, I see two different defines PSTORAGE_DATA_END_ADDR .
#define PSTORAGE_DATA_END_ADDR ((PSTORAGE_FLASH_PAGE_END - 1) * PSTORAGE_FLASH_PAGE_SIZE...
Hi,
Can you please explain to me what bonding consists of ?
Because i want to use it in DFU from an app. I see an app where we can from the it do DFU . in Fact, the...
Hi there,
Thanks to the great tutorial from Vidar, I can play with the blinky example in Eclipse on Mac. Now I want to try the other examples, and encountered the "Error...
Dear all,
I need to know in detail the nRF51822 RF capabilities asked by bluetooth SIG.
Items 1 to 12 in chapter 1.3
See attached document RF ICS 4 1 0 (002).pdf
Thank...
Hardware: Rigado BMD-200 B using the nRF51822_xxAB
Softdevice: S110_nRF51_8.0.0
Base project: ble_app_hrs_s110_with_dfu_pca10028
Project Device: nRF51922_xxAB
Project...
Hi All,
I am trying to develop a application using radio communication, so i choosed to develop a application so it can able to tx and rx. So i integrated both rx and tx...