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...
Hello all, First, thank you for the support and community here, which is very helpful. I have been developing a device using the XIAO nRF52840 device. (link: https://wiki...
Hi,
We are developing a product with WIFI+BLE and we are using nRF7002DK as the base. The important function is OTA because our functions may be changed after the hardware...
Hello,
I used to be working with the nrf sdk 2.7.0. For running unit tests for my project I build and run the unit test application for qemu_cortex_m3 like this:
...
Hi, I'm working on the DK for nrf52832. I have a working code for BLE, and another working code for die temperature using interrupt. Now I want to merge them and trigger the...
Hi i am facing the issue with initializing the peripherals when the device is wake up from the deep sleep this are the logs i am getting after wake up this taking to log to...
Hi all,
I've been developing a BLE application on my laptop to communicate with the 52840. I manage to understand how to create and run a BLE connection through the really...
Hello,
We are currently evaluating the nPM1300 as a key component on one of our new designs. This design must support both USB and solar charging using relatively low power...
Hello,
already found a description in the Tech Docs, how to bring the external memory into deep sleep on QSPI interface: https://docs.nordicsemi.com/bundle/ncs-latest/page...
Hello, I am not sure if this is the most appropriate place to ask this question, but any comments are welcomed. I am developming a sensor platform that tries to use extended...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
-- west build: generating a build system Loading Zephyr module(s) (Zephyr base): sysbuild_default -- Found Python3: C:/ncs/toolchains/b620d30767/opt/bin/python.exe (found...
Hi,
Is there is an option to disable NRF Cloud message storage when we are using a message bridge or message routing to retrieve our data from NRF Cloud? This is to reduce...
The link from https://docs.nordicsemi.com/ to the latest nRF SDK documentation is broken.
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/index.html is not wor...
Hi Nordic team, I'm currently facing a bit of a snag while trying to establish communication between the nRF52840 (NCS 2.5.0) and the MS5540C sensor using a 3-wire SPI protocol...