I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
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...
Hi all,
i want to add a cts service to my project.
i started with ble_cts example of sdk 11.0, but it's not clear what is the correct procedure to do it.
I add the service...
I tried to add a dfu service to the SDK 11.0.0 ble_rscs_app by following the procedure here . I was able to successfully compile and run the application, and when Master Control...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
Hi all
We use the nRF51822 with the S130 V1.0.0 in the peripheral role and a Galaxy S5 in the central role. As soon as the S5 connects to the nRF, we send a connection...
Hello,
I have been working on a customised Nordic Board ,and I can't be able to do a DFU. The DFU App_dfu_dualbank doesn't display the DFUTarg Bluetooth profile on the board...
Yo man,
I use nRF52 with ADC fun in SDK11 and I want select ADC input to internal VCC.
I modify like below:
static nrf_drv_adc_channel_t m_channel_config = NRF_DRV_ADC_DEFAULT_CHANNEL...
Does the Bluetooth Peer Address of NRF51 Chips change randomly [every 15mins] or does it remain same?
When implementing whitelisting for secured connection, it is required...
Hi, I am unable to build this example in Keil Uvision5. I am getting following error:
"no source": Error: #5: cannot open source input file "......\main.c": No such file...
Hi,
I am trying to setup a testing environment using nrf51-ble-driver_win_0.5.0.
All of my job are:
Download nrf51-ble-driver_win_0.5.0, and program connectivity_115k2_with_s130_1...
Recently updated to SDK11 + s130 v2.0.1 on an nRF51822 xxAC LFCLKSRC=RC
BLE Advertising no longer works. Localized it to our use of TIMER2 for an implementation of systick...
Hi,
Im trying to connect MCP25625 via SPI on nrf52. I checked with the scope that CS, MOSI and SCK are correct, but I get no reply on MISO line whatsoever.
I perform a...
Every time I want to connect to Nordic ble device from my Phone, it ask for pairing confirmation and then it create bond. That's how it should be.
But if the device is...
I'm using nfr52 with softdevice s132.
I want quickly perform flash write during power loss.
When I realize write using fs_store() I obtain time more than 5 msec.
How can...