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...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
I'm building a new application based on the no softdevice template example. I pulled in the code from the UART BLE example to redirect printf to the serial interface and that...
Seems i can not find where nrf_dfu_set_adv_name_init is defined? It seems not in SDK source files, neither can find any sign on SDK documents.
Thank you.
Hello,
I have a nRF52832 Breakout Board from SparkFun. I can see from their tutorial that I can program this board using the serial bootloader that they have burned into...
Hi everyone,
I make the project whith nrf51822 BLE module and need to configure the bluetooth service characteristic as input/output for reading and writing the string-information...
Product: nRF24Lu1+
If I use the nRFGo and the nRF24LU1+ Development kit, must I use the Keil tools to be able to access the debugging port? I develop in linux and use the...
Hi everyone,
My configuration:
nrf52832 microcontroller
Softdevice S132 V4.0.2
Nordic SDK 13.0
IDE: Eclipse
I'm working with a "Stand-alone can bus controller...
Hello All,
I am working nrf51DK and i am using ble_app_uart application with s130 softdevice.
Now my query is I am trying to send some data from my mobile application...
Hello Pros,
I maybe running the nRF52 close to its limit. It appears to have a probability of 1/1000 to 1/2000 to hit a 3004 in a continuous time-gated packets stream....
Hi,
I have created a custom service, and now I want to add different characteristics to it but with completely different uuids, not only the 12-13 octets.
This service...
Hello All,
I am working on nrf51dk , we are facing the issue if we send > 8 bytes of data in one time from Uart console then BLE_NUS will reset..
Our Setup:
ECU --...
Hi, around July Nordic Semiconductor released this SDK which featured examples of BLE mesh that uses a dev board as provisioner.
This program is OK, but it has zero possibility...
Hello
Recently I bought two PCA10056 boards in order to explore USB capabilities of new nordic chips. I've tried usb device examples supplied with SDK v14.1 and v13.1 on...
Hello All,
we want to calculate the total power consumption when the controller is put on SYSTEM ON low power mode. Do you have any information on the way to do this? ...