I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
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...
Hi,
I am sampling 2 200Hz signal using ADC and transmitting data using heart rate and battery service of ble_hrm(instead of using simulated data).
But since the connection...
I have the following setup:
nRF51 dongle
connectivity_115k2_with_s130_1.0.0.hex firmware
Windows 7 PC
nrf51-ble-driver_win_0.5.0
My app is written in...
Hi,
I see that you provide Master emulator API for windows (dll) that works with firmware for Master control panel application. Master control panel firmware, as the name...