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...
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...
Hi, I want to update the modem firmware devices(in the field).I am using nRfconnect sdk 1.5.0 and hardware is brf9160 SICA B1 . current modem firmware is 1.2.3 . I tried to...
I tried to define an event as in attached figure. During Build, the error in the as shown in the attached imageoccurs. Where to define Log Configurations ? I ading custom...
cpu info:nrf5340
software:nrf connect sdk 1.6.1
hi professor,
In the uart interrupt I call k_fifo_put to trigger rx process thread but it is not take effect.What person...
Hi,
we are developing a system based on device with nRF52840 S140 ( central and pheripheral).
We developed on both side a custom service.
System is working fine bonding...
I'm new to the Bluetooth mesh world and I'm trying to change some basic configuration parameters during runtime, by modifying the Light Switch example. I've searched around...
Hello,
We are using Zephyr v2.6 and nRF51822 SoC in our project.
Because we are porting the code from the SDK environment into the Zephyr environment, we decided to use...
Hello everyone,
in the last chapter of
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-1-ncs-v1-4...
Hi,
I have removed UART from my custom board dts file as in my current application, I am not using UART for any transfer.
But due to this, I am unable to compile code...
Dear Forum,
I already succeeded in using the Nordic Toolbox's DFU-App to update the firmware of a BM833 via secure bootloader. I found out, that the Android DFU App is available...
Greetings,
Which Bluetooth LE examples in NCS v1.9.1 are suitable for the nRF52810?
I tried the usual suspects. peripheral_uart overflows flash and RAM.
peripheral_lbs...
The documents for setting up and using a Matter network require a change to account for new behavior of the chip tools.
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi Support Team,
we use the nrf52840-dk board to capture a bunch the emitted power of WiFi sources. In other words, we simply capture RSSI values until the data if full...
According to the official BLE core specification, in the scanning state:
"If the scanWindow and the scanInterval parameters are set to the same value by the Host, the Link...
I am using twi_scanner example program from nrf_sdk. when I run this program I could able to get the i2c address of some devices i.e., mpu6050 with address 0x68 and I am not...