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...
Hi
Is there any limitation to characteristic size for use in notifications?
The reason for asking is the following:
I have a service with a characteristic with size 24...
I am trying to bond a central nordic board to another nordic board acting as a peripheral, however somewhere along the way the bonding fails. I started on the peripheral side...
Hi,
Since there seem to have issues with Android and stuff about long writes, I was wondering if there was a possibility to customize the allowed length in the device name...
I have designed new device based on nrf51822 chip. New PCB with your chip and other elements. I with my team want to sell the standalone device with update possibility by...
Hi all,
i'm doing some beaconing experiments with my NRF51-DK, a RFX2411N-EVB and a HG2408U antenna. I'm using S110 with beaconing demo code, and nRF Connect app to measure...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
So having first used Kiel, then Eclipse, it was great to finally ditch my clunky windows laptop with its terribly laid out keyboard by making the transition to Segger Embedded...
hi,
i am integrating c++ library with the ble_app_uart example code. using s130 on pca100028 board. in the make file i have made changes by replacing
CFLAGS += -mthumb ...
I want use pwm driver to generate 8 channel pwm wave with nrf52832, My board is PCA10036. I use example “nRF5_SDK_11.0.0_89a8197\examples\peripheral\pwm_driver\pca10040\arm5_no_packs...
Hi,
Can anyone tell me about fstorage module and can I use this storage space to store password? Will it give me any extra level of security? If so how to implement and...
I use a nRF51 dongle for some tests and I want to map the UART interface of UART_example on the pins 15,16,17 and 18 of the Dongle.
I try to juste adapt this lines of code...
I want to know the architecture of transmitter of nRF51822. I have questions as follows.
Does the block diagram of nRF24L01 show it? (nRF51822 has on-air compatibility...
Hi !
I'm running the ble_app_hrs_freertos example from SDK11 on the nRF52 dev. kit.
I would like to toggle some GPIOs to monitor the CPU activity and the FreeRTOS context...