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,
I need to debug my perpheral device, but as I know if I do debug when SD is running, it can cuase the time sync issue, then cause the hard-fault. I know there's a way...
hi ken:
I use Nrf52832(S132) to act as central and peripheral at the same time, which like the project ...\nRF52_SDK_0.9.0_0c82e3e\examples\ble_central_and_peripheral\experimental...
Hi,
I run ADC mudule together with SD, but go into hardfault eatch when I release the HF-clock.
Chip: 51822
SDK : 10.0-alpha
IDE : Keil-472
I use this function...
Hi!
I have inherited a large codebase that I'm trying to migrate to SDKv10 from SDKv6.
The project also uses an A4960 BLDC motor controller. To bring the motor up to...
Hello,
Is my ram reservation right for nRF52 with S132 ?
see in app_ram_base.h APP_RAM_BASE_CENTRAL_LINKS_3_PERIPH_LINKS_1_SEC_COUNT_3_MID_BW = 0x2F50
RAM (rwx) ...
Hey,
I have been trying to create a notification characteristic for nrf51822. Whenever I add char_md.char_props.notify = 1; lightblue doesn't connect to it.
I do get a...
Ok, this one seriously has me stumped...
I have a custom bootloader that is modified from the DFU example (SoftDevcie S110 8.0, with SDK 9.0, using gcc). BLE is not used...
What is the distance that a nRF24L01+ correspond to for 0db, -6db, -12db, -18db output powers.?
I mean what will be range of the chip for these output powers.?
Thanks...
Hi all,
Hope someone can help me. We are using the NRF51822 on MDBT40-256V3 module. The IC used is revision V3. We're not using Bluetooth but our own proprietary protocol...
On loading the ble_proximity_template Arduino sketch, i get this message "Remove the wire on Pin 6 and reset the board for normal operation." even though there is no connection...
Hello,
Is there any tutorial about how to sign an update for dfu bootloader ?
How can I generate a pem key with dfu_init_template_signing.c Qx and Qy keys in C style ...
Hi
I can't find the soldering profiles for the nRF51822 and nRF52832. Are there any specifications I'm missing or is there a standard profile you suggest?
Thanks for your...
Hello,
Bootloader jump on DFU_BANK_0_REGION_START.
DFU_BANK_0_REGION_START = CODE_REGION_1_START = SD_SIZE_GET(MBR_SIZE) but if i watch value, debugger says it's 0x3008...
Hello,
I am using the nRF52 along with SDK 9.0.2. I have used both the ble_app_uart code and the twi_master_slave code to send data from a sensor over bluetooth to the...