i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
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...
Can anyone explain the difference to me between the two SDKs?
it seems I can use them both for nRF52 development?
they both support the S132 soft device
Which...
i use nrf52 DK as master and configure ads1292 breakout as slave. I have try the loopback example which works properly. I write the sample spi code based on spi_master_with_slave...
ble_app_uart_s110_pca10028
i need function is press button to erase bonding information, then use App to connect and bonding.
How to implement this function? could you...
Hi All,
I'm working with the NRF52 Preview DK, with SDK V 0.92.
I've been looking at and tweaking the SPI_Master tutorial found under /examples/peripheral/spi_master...