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,
We are testing an evaluation board nRF9160-DK with the firmware samples to build our own prototype. Is there a friendly process or example for FOTA to update the device...
Hey
I would like to know how can i connect 1 peripheral to multiple centrals(ex : 2 centrals), I am have three nRF52 DK boards for two centrals and one peripheral, My idea...
Hi,
Currently I am adding DFU support to our application, I was able to compile the secure bootloader example and use it.
my next question is, how do I enter DFU mode...
Using Rowley Crossstudio for ARM.
Using SDK V15.3.0 and S140 V6.1.1
When calling sd_softdevice_enable(..) it returns 0x1001 ( SVC handler missing ). Any suggestions ?
Hello Nordic Support,
Using the Nordic Power Profiler Kit v2.6.2, I can get the average current consumption for a maximum window of 120 s. Is there a way to get the average...
Hello Nordic Support,
Using the Nordic Power Profiler Kit v2.6.2, I can get the average current consumption for a maximum window of 120 s. Is there a way to get the average...
At present, I have a project that needs to add dual uart function, but 52832 does not have hardware dual uart function, so I need to simulate one serial port, I need your...
Hi all. I try to implement ble dfu bootloader project via getting start from SDK/examples/dfu/secure_bootloader/pca10056_ble_debug project.
Using:
OS: Linux
Compiler...
Hi!
This is a general question about iOS app distribution, but it regards our use of Bluetooth Mesh. I know it is each company's own responsibility to make sure they comply...
Hi there,
I am porting existing code from nRF52832 to nRF52840, and found that bootloader references to NRF_BPROT fail:
Apparently becuse the nrf52840.h in the mdk does...
Hi All,
I have loaded in the Bluetooth Mesh Light-Switch example and it works well.
For now, I would like to read out the received data from the switch node (client) to...
Hello! I am using SDK 15.3.0 to develop the NRF52832 firmware. At present, I want to implement a function, when the device is connected to the IOS host, start pairing, and...
hi attached code for below requirement:
command: scan on - scan devices
command: devices - display filtered devices .
Filters set are for : thermometer, NUS and custom...
I am using the TWI manager to schedule transactions with a number of sensors, over two seprate twi instances, and then sending that data over Ant.
The twi manager scheduling...