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...
Dears,
I am working with nrf52 SOCs using nrf connect sdk.
I want to try the SMP Server Sample for OTA firmware update.
There is a tool called mcumgr-cli that cannot...
How are private keys stored on the nrf9160 modem? I've read in other forum posts and observed that the private key cannot be read out once set in the modem. Where could I...
According to this discussion, all the 4 UARTs are functional in nRF5340. I intend to use multiple UART ports, and I modified this exercise solution to do so. I was able to...
Hi new to this, so excuse the elementary question
Can I put custom software on a XM122 using the XB122 dev kit? This is the only hardware I have, is nRFUtil my only option...
nRF52840 does not mention medical as one of the application areas. Is there any specific reason for this? Any hardware or software requirements not met in order to use it...
Hi, I tested Central HIDS example in nRF Connect SDK 2.1.0 with NRF52840DK. The example works with my BLE keyboard, but does not work with my BLE mice. The followings are...
I am unable to use UART 1 with a very simple use case.
All I need to do is enable an interrupt callback when there is data to receive from the UART. I know that UART0 is...
Hi
I am facing range issue in transmitting and receiving data over ZigBee in nrf53833, how can i improve the range maximum i am able to recieve signal from around 35 feet...
Hi All!
I am using Zephyr RTOS NCS v2.0.2.I used uart_central and uart_peripheral apps. But it Can only connect one peripheral with central at a time. Is it possible to...
Dear Nordic,
I am currently working on a USB project were I am interested in building a USB audio device with two-way volume control, i.e. such that both host and the device...
Hi
I am trying to connect my own mosquito MQTT broker. I created certificates and I uploaded all certs through the LTE Link Monitor. I defined
CONFIG_AWS_IOT_BROKER_HOST_NAME...
Hi,
I have been working on a setup where I connect a sensor (TI ADS1299) to the nRF5340-DK 2.0.0 using an SPI connection and transmit the recorded data using BLE. I have...
Hi team,
I am using NRF52833 DK with PCA10100 on it and s140 soft device version..
While writing data into the flash, it is not updating.
Here I am attaching my fds...
My device and Software details are as below
nRF52840 DK
nRF connect SDK 2.0.2
Want to verify USB device role for nRF52840 DK.
Found the below example and its documentation...