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...
Hello,
I need a bigger bootloader so if i modify ld file line from
FLASH (rx) : ORIGIN = 0x7A000, LENGTH = 0x4000
to
FLASH (rx) : ORIGIN = 0x00077000, LENGTH = 0x8000...
link text from this post i am generating interrupt using button 3. when i push my button,interrupt generates,LED turn on. but after turning on LED, i want to clear interrupt...
I am using SDK 9 on an nRF51 device with the S110 SoftDevice. I am aware of issues using the the PWM library from SDK 9. I need to use the PWM functionality but would like...
Hi,
i tried to modify app_pwm to add an additional timer, since i'm out of timers.
so at the end of app_pwm_init i added
nrf_drv_timer_compare(p_instance->p_timer...
Does NFC has something like an unique adress?
Because the nfc examples in the sdk detect all nfc devices. But I would like to detect only predefined devices.
Or is there...
I seem to be getting correlation on addresses
I running the radio transmitter and receiver examples provided in the nRF5 v11 SDK. However, I am observing still some unexpected...
Hi when I try to run the HRM collector the scan start fails with error code 12289
I am using visual studio and C++
What am I missing? I downloaded "connectivity_115k2_with_s130_1...
Hey All -
My team is new to Bluetooth development and so this may be a naïve question. Pardon us for this, if so.
We are trying to create an Android App that would scan...
Hi,
There is a difference of one digit in BT address and DEVICEADDR. Could anybody explain this? I know in the last byte we have to add C0, but what about the frst byte?...
I added CCCD descriptor to Battery Level characteristic in the proximity_setup.xml.
The nRFSTudio throws an error 0x01 while generating services.h.
Kindly help me generate...
8.0, multilink example, peripheral, s110 softdevice.
I modified the button_event_handler() function in main.c into this:
static void button_event_handler(bsp_event_t...
Hi....
I have a problem when i use dfu_dual_bank_ble_s130_pca10028 in sdk v11 on my board. cpu is nrf51822QFAA.it seems reset all the time. using keil debug, it's wrong on...
The CoAP block example has a "put" function, which works just as the instructions describe. It would be helpful if you could also show an example of the "get" function. These...
hello!
Is IoT softDevice for nRF51 DK has all the features of BLE 4.2??
I know IPSP is the feature of BLE 4.2, but i wondered whether privacy and data packet extension...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...