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 am currently using an nrf52840 to write to a service with 3 different characteristics with goal of using another dongle to read those characteristics. The first dongle is...
Folllow-up questions for this thread https://devzone.nordicsemi.com/f/nordic-q-a/84769/zephyr---how-to-set-ble-adversting-tx-power
1.In the nRF SDK there are TX power defines...
Hello, sir.
I'm using IDE segger embedded studio to programme the nrf52840 DK board (SDK17.0).
I'm experiencing a problem with the twi interface. When I enable it, I get...
Hi, I have 3 questions about the NBIOT standards please
1- How do we set which NBIOT service shall be used by our FW (3 Cat-NB1, 14 Cat-NB1, or Cat-NB2 standards)? 2- Is...
Hi,
Sometimes, when I'm starting BLE advertising, I have an error of stack overflow of the BLE task.
Is that make sense that advertising may increase task usage?
...
I am trying to implement a simple UDP client on the nrf9160 using DTLS Certificate authentication.
I understand that the modem only supports PSK. However, I am trying to...
Hi,
Is it possible to program the FLASH memory on the network core from the application core WITHOUT having to run a bootloader on the network core?
Best,
Kurt
Hi!
I can connect to my NRF52832 with my dongle and BLE app on nRF Connect for Desktop.
I was wondering if I can send and receive text messages via the UART from my...
The version of fatfs included with the nrf SDK is from 2016, and we're trying to update it to use the latest version of fatfs from 2021 http://elm-chan.org/fsw/ff/00index_e...
Hi,
is there a way to update the API key needed to get sensor data?
I got a thingy91 that I can get data from via Rest API. Only thing is that I need to login to my profile...
Hey guys. I have some question.
Until now, I wanna use TFT LCD (LCD Demo 320×240 RGB(565) on nRF52840) and I'm trying to do a similar experiment now with you. I want to...
Hello,
We are using a NRF52832 in our product with Buttonless DFU. In a new version of the product we are exchanging the external LF Crystal for a LF Clock source.
As...
Hello,
We ae using NRF52840 MCU in STOP Mode 2 with RTC on 3.2V battery. We use GPIO Interrupt to wake up MCU by a Push Button. So, for that Active Low Edge Trigger Interrupt...
Hi,
I am just starting to use nrf connect sdk for 5340; and wading through the confusion or build systems, west, SES, Visual studio; no clear path.
As we have used SES...