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...
Downloaded an used the latest (2 months old) code from DFU-Bootloader-for-nRF51-Evaluation-Kit
After it didn't work out the gate, I've attempted to narrow down and root...
Hi
In the new SDK 7.0.1 a new characteristic "Revision" was added to the DFU service. What is the meaning of this revision? In the bootloader library of the SDK the value...
Hi guys,
we are currently evaluating the nrf51422 chips for our product. We have ordered the N5 Starter Kit from Dynastream and were able to flash different sample projects...
Hi,
I have successfully add the characteristic user description into all of my characteristics.
I used master control panel to verify that my characteristics has characteristic...
A lot of the SoftDevice documentation I have been reading indicates that "Appendix A: SoftDevice architecture” in the nRF51 Series Reference Manual is prerequisite reading...
I read from this news that it is possible to have wireless charging using nRF51822 chip.
www.nordicsemi.com/.../Nordic-Semiconductor-announces-Bluetooth-Smart-solution...
hi ,
Now, My program it have a crash when i to service discovery.
That always stop at when ble try to get the "PrimaryService(0x1801)" Characteristics
but i not found the...
Hi,
i have only little experience in programming a nRF51, but i want to make just a simple application.
before i used a btm222 BT2.1 SPP module to transmit serial UART-data...
Hi,
i have only little experience in programming a nRF51, but i want to make just a simple application.
before i used a btm222 BT2.1 SPP module to transmit serial UART-data...
Dear Nordic Support Team,
I am trying to write some information in the flash memory without success. In the ble_flash.h file, it is specified that the pages 0-127 are reserved...
hiii....
1.can any one tell where do we call advertising_start() function if we want to advertise after getting disconnect from a central device.
2.in ble_evt_dispatch...
I`m a newbie at Bluetooth Low Energy and Nordic Chips. I bought a DK for the nRF51822. I would like to set I/O pins over android and iOS application.
1.So what application...
Are there any common solutions to the issue of spi_slave.c using an array as its buffer? I would like to setup a circular FIFO, but I am not sure if there is any way to do...
We are using the S110 as a peripheral that emits data via notifications.
Is it safe for the central to also send characteristic writes while notifications are being emitted...