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...
Hi,
I am new at mesh .I use SDK UART coexistence example to test, and I can scan Ble uart demo by nrf Connect APP. But I can't scan Mesh node by nrf Mesh APP. I've been...
I am trying to program the Nordic nRF51822 MDBT40 Series module to communicate to an STM32 processor chip. The way I understand the procedure is as follows:
First, I must...
I want to use mbed TLS backend in BLE stack.
For example, BLE controller will use AES(hardware accelerator, I think) to gennerate link key and encrypt.
I know that SoftDevice...
I am trying to step through the code of an example of the nRF5_SDK_16.0.0 on the nRF52840 board.
I downloaded the latest version of Segger Embedded Studio (v4.30c) and I...
Hi,
Working with hx711 library and want to add some function for taring. I have a problem that when i run my simple taring function, the function returns 0, but it should...
Hello,
We have developed an nRF52840 based peripheral which works fine with Android. The SDK version is 16.0.0 and soft device version 7.0.1. It works fine with iPhone as...
Re: this excerpt from nRF5340 PDK product brief at www.nordicsemi.com/.../nRF5340-PDK: "NFC, ANT, 802.15.4 and 2.4 GHz proprietary protocols are also supported". If you please...
Hi, all:
I am really a senior BT/BLE developer, but I am still a beginner of nRF52, and I really need BIG help.
I bought nRF52DK and Power Profiler Kit recently, and I...
Hi
A nrf52832 device board is programmed with the hex file using nrfjprog command as follow for two times,
In the first time programming, the device board is programmed...
Dear Sir,
I am Takahisa Mizuta at New Cosmos Electric.co,LTD in Japan.
I would like to get to know the information about nRF52832 which is max value of thermal resistance...
Hi,
I have make an application for PCA10059, that uploaded with nRF Connect (using embedded USB DFU).
All work normaly on multiple PCA10059 board manufactured on 2018...
I am trying to setup a 0.1 sec timer to trigger a pass through the perfect_shower_main code. I keep getting an error:
'main_app_timer_handler' redeclared as different kind...