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...
Hi,
I'm despair.
I am trying to receive data from the device with nRF2402G with a nRF24L01 + module.
The old receiver is destroyed.
I believe that I have put all the notes...
A long term problem with the Segger JLink drivers on OS X has been that for composite devices, the Seggers with both a JLink/JTag plus a USB for the UART, like those on the...
I am planning to collect data from multiple ANT sensors with nrf51 dk (like heart rate, cadence...) Collected Data will then be transmitted on a different proprietary link...
Hi!
I'm working with a NRF51822 (not a dev card) and I want to disable and enable BLE by switching a switch.
I've been looking at this thread and the functions bluetooth_sleep...
Hi,
I want to integrate Staticpasskey functionality with bootloader application in our project. as you know that in device_manager_init() function "pstorage_init()" is...
Hi all,
we have an application in which low current consumption is important, therefore we cannot use the GPIOTE IN events due to their ~1mA current consumption ( devzone...
Hello NRF,
Is it possible to have on a custom service multiple characteristics with read and notify options enabled. If yes can you show me a example or give me a hint...
hello , i work on nrf dev kit and i want to make project that the kit communicate to mobile with low current consumption. when i press button it send button press count to...
MCU : NordicSemi nRF51822-QFAC (Using custom board)
SDK Version : 6.1
Softdevice : S110 7.1
Using MDK ARM v4.6
Hi, I want to create a RTC calendar using APP_TIMER...
Hi,
I'm testing new nRF51822 Beacon v1.1.0 dedicated for smart beacon kit (pca20006). I'm using nRF Toolbox app version 1.4 and iphone 4s with ios 8.1.2. I've followed...
Hello, gus
our design will be in mass prodcution stage,I want to find a efficiently way to load our hex file to NRF51822 modules, how to use batch processing to call nRFgo...
hi, my application with nrf51822 needs a clock keeping active when the chip enter system off mode or sub power modes. So when the system wakes up from low poer mode, the timer...
Im using the Raspberry Pi as my transmitter and PIC16F886 as my receiver. For the RasPi im using the library from TMRh20 and on the PIC side using code I got from various...
Hi guys,
I follow the steps of and everything was ok before executing the connect command. I can see the MAC address with "nCOAP_Client" after I input the hcitool lescan...