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...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
I'm trying to connect a nRF52832 DK to a secondary device (BLUETOOTH LOW ENERGY TINYSHIELD (ST)) where the nRF is the central. The example correctly connects to the board...
Hi,
I aw various other posts ( )
and the post on Optimizing power on nRF53 designs but I never get results that low.
The Blog post doesn't really help, since it only...
Hello People,
I was working on the example program of timer (PCA10056) and it was working fine, but when I change the same code to work on PCA10100 it is not showing any...
Hi,
I have integrated HID mouse and keyboard, when my custom board was connected with computer, there is "hello" on notepad. But when I pushed "CapsLk" key, RTT viewer did...
Hello.
I try to add my own board to Zephyr. I made copy/paste nrf52833dk_nrf52833 and change file names and keywords. New folder is in: "C:/ncs/zephyr/boards/arm" . Unforunatelly...
Hi,
With reference to the below image:
As you can see I have 2 UART threads running on priorities 14, at baud 115200, which are I believe blocking the MPSL signal...
In order to get some more insights in energy consuming "network searches", I tried to keep track of the LTE_LC_NW_REG_SEARCHING and LTE_LC_MODEM_EVT_SEARCH_DONE events.
...
Hello,
I am working on a customized mqtt_simple version on the Thingy:91 to measure vibration and temperature data and send data in about 4 minutes rythm to our server...
Dear Mate,
I am trying to build and flash a program by using (+) Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi.com...
Hi.
I'm implementing LESC peripheral device.
MCU : nRF52832
SDK version : 16.0.0
Soft device version : 7.0.1
I'm using one peripheral device and two central...
Hello to all,
Starting in December 2020, a new cluster will need to be deployed to obtain Amazon's WWA certification of Zigbee devices. I wanted to know if there were already...
Hi Nordic Team
SDK 17.2.0
Mesh SDK 5.0.0
I had implemented the Generic Level Client Element in the Generic Level Server Example.
Handle is connected to the Element...
Hello All,
I am working on nRF52832 use SDK nRF5 15.3.0 version in segger studio.
I use the MQTT example which was given in the SDK,
Path: \nRF5_SDK_15.3.0_a53641a...