Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
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'm writing code for PCA10040 basing on UART/NUS example. There are no big changes: different UUIDs and just one characteristic for both reading and writing. I can connect...
This is a follow-up question from devzone.nordicsemi.com/.../
I finally got passkey support to work on ble_app_uart but don't quite understand the changes made to the code...
I am trying to add static passkey pairing to ble_app_uart in SDK_11 s130. To do this, I first implemented static passkey successfully in ble_app_gls using sd_ble_opt_set(...
Tl; dr
I tried to use OTA DFU with Public BLE Address, but I failed. Is this possible?
Details
Condition
I modified ble_app_hrs example like below (SDK11, pca10028...
I have a radio board using a NRF51822 with a custom radio protocol. I need a unique identifier, ideally 24bit, 32bit but be acceptable.
I notice in the parameters there...
I've looking through as much of the documentation I as I could to read more about the radio timeslot api.
I looked through the SDS document and the chapter on the Radio Timeslot...
I am able to use eclipse to run simple project, but after move the real one, getting lost of errors:
www.dropbox.com/.../Screenshot 2014-04-02 09.10.41.png
I add required...
Hello,
I just received my BMD-200 eval board today and cannot get any of the examples working. I started out trying to get blinky to work using GCC and the make files provided...
I am trying to port peer manager implemented in ble_app_gls to ble_app_uart using instructions in devzone.nordicsemi.com/.../ . I am using SDK_11 s130 on nRF51-dk.
I encountered...
hi all,
i am using SDK V8. i want to start and stop the RTC manually .i gone through rtc periheral example but still i am not getting . please help me. i am a beginneer...
Hello,
I am using the nRF51822 with SDK 10.0, S110 softdevice, and a SPI slave interface. The SPI slave interface works , but the standby power consumption of the nRF is...
Hi there,I am using s130, my device is now working at peripheral mode, it's advertising. I want to switch it into central mode by pressing a button. and switch back to peripheral...
If I had two devices, one set up as a peripheral and one as a central, what sort of factors do I need to consider to work out the lowest possible power consumption/average...