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 Everyone,
I have deveoped my custom Board using(NRF51) which has four test pins VCC GND SWCLK,SWDIO. I would like to program the custom board. So could anyone tell...
I'm getting the following log messages when I try to initialize the BLE stack:
First from CHECK_RAM_START_ADDR, I get:
RAM START ADDR 0x20002080 should be adjusted to...
Hi,
I want to debug the blinky project on a nRF52 dk (PCA10040) using Eclipse. I strictly followed the instructions as described here: devzone.nordicsemi.com/.../
I...
Hi,
Is there any documentation regarding nRF OpenMesh( nRF51-ble-broadcast-mesh) Security ? Explaining the security of the communication between nodes in the Mesh network...
Hi all,
I'm working on mbed os and I cannot use the softdevice_ble_evt_handler_set and SOFTDEVICE_HANDLER_INIT . Every time I build it, I get:
undefined reference to ...
Hi ,
I am using S120 ble_app_multilink_central example. I have configured UART0 in interrupt mode. I send some command and expect some response. It work very well in starting...
Our product is based on nrf51422_CEAA chip with softdevice S110, SDK 8.0.0, dual bank ble bootloader DFU.
We have modified the dfu bootloader example from SDK 8.0.0 to...
I read a document, "Setting up production test using DTM", "nAN-034 Application Note v1.0".
And, Figure 3 shows how to setup test environment.
But, I cannot find which S...
DCDC_testing.zip
Hi,
I am in the process of reducing power consumption in micro esb mode. I use the following code, just for testing. The following code consumes 18mA unlike...
It is possible to load a new firmware in a NRF51822 PCBA using the Nordic Development Kit NRF51DK?
Do I need a special connector?
This is the beacon Module I pretend...
Hello,
I have a board with an RFDuino on it which uses a Nordic nRF51822 internally. We are seeing a few of them auto-brick when the input voltage dips too low.
My first...
I have a question about the usage of Flash Data Storage, chunks and parsing of the data retrieved from FDS.
How, when and why are you supposed to use "chunks" when setting...
Hello,
I would like to implement an interface with an external SPI ADC using the nRF52832.
The ADC has a RDY (ready) signal that goes low every time a new sample is ready...
Hello,
I have simple custom PCB with nRF51822.
I am trying to make it advertise like a beacon, by program it with ble_app_beacon example from nRF5_SDK examples.
I have...