Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
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...
I want to verify below configuration can operate or not in bluetooth ?
Fitness tracker is preset in connected mode. Broadcast mode can be selected as fitness tacker have...
We have been tracking down the source of excessive power consumption that we have been seeing with the nRF52840. Our application is spending the vast majority of it's time...
Hello,
I am following a tutorial about writing a custom ble service on the NordicPlayground Github:
https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial...
I have a BLE service:
BT_GATT_SERVICE_DEFINE (lres_svc,
BT_GATT_PRIMARY_SERVICE ( BT_UUID_LRES ),
BT_GATT_CHARACTERISTIC ( BT_UUID_LRES_STAT , BT_GATT_CHRC_NOTIFY...
Hi, I have a BLE service:
BT_GATT_SERVICE_DEFINE (lres_svc,
BT_GATT_PRIMARY_SERVICE ( BT_UUID_LRES ),
BT_GATT_CHARACTERISTIC ( BT_UUID_LRES_STAT , BT_GATT_CHRC_NOTIFY...
Hi, using nrf52832 SDK 16 in the NUS example I'm working
for that, I added custom services
whenever the program running it's working fine but after some time it's automatically...
Hi,using nrf52832 SDK 16 in NUS example I'm working
for that, I added custom services
when ever program runing it's working fine but after some time it's automattically...
Iam facing mesh assert error if i call any function in super loop.
given code:
static void rtt_input_handler(int key) { uint32_t button_number = UINT32_MAX;
if (key...
I have realised the provisioner example code from nrf Mesh SDK. There I found the following set of code to be executed when i pressed button 4.
if (mesh_stack_is_device_provisioned...
Hi.
I am using Central's ble_app_uart_c_pca10028_s130 which is a sample of nRF51822.
I would like to see the timestamp of the advertisement acquisition I receive from...
Hi,
NRF52840 datasheet section "5.4.4.2 64 MHz crystal oscillator (HFXO)" mentions crystal tolerances being dependent on packet size.
It is not clear to me, what layer...
Hi,
I've had the nRF52 and Segger Embedded Studio on my old computer. But the old computer is dead now.
I am trying to create the same environment on my new computer....
Hi nordic
I run the HID keyboard with SDK 15.2 and connected to IOS's nrf conncet.
but i can't see the HID service in the table.
how can i use the nrf connect to debug...
Hello there,
I'm ripping my hair out hear reading everything I can to get the non volatile memory reading and writing.
I have a nFR52840 dongle and I dont want to...