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...
If I wan to use the nRF52 as a Radio and not support any protocols.
I am looking to use this as a base band waveform processor and transverting down below 1Ghz.
What is...
I'm attempting to create firmware using nRF Connect SDK. Thoroughly studied these guides:
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started...
I'm referring to nRF5 SDK 17.0.2. In 'external/freertos/config/FreeRTOSConfig.h', the value 'configLIBRARY_LOWEST_INTERRUPT_PRIORITY' is set to 0xf, but the nRF51/52 only...
Hello! I'm trying to use this low power UART sample: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/samples/peripheral/lpuart/README.html I have a problem...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1 Base source: C:\Users\user\ncs\v1.9.1\nrf\samples\bluetooth\peripheral_hids_keyboard I add uart implementation from following...
I need nRF52840 revision 3 mounted development kit board, for trial rev 3 's approtect feature. But I don't know when is the rev. 3 mounted development kit board available...
when i make Rx output succefully.i add some configuration in main.c.i can print iq data.there is link that make me to learn to print iq data.
ok,i get iq data in here.but...
I'm trying out DFU functionality using nRF52840-PreviewDK and UART transport
It looks like I can disable the requirement for a signature when downloading an APP or SD (SoftDevice...
I have looked all over the product specification and the website and cannot find any information related to matching an antenna for this device.
What I am looking for are...
Hi I used your nrf toolbox Uart app to communicate from an Android phone to the module to send and receive bytes. The app was automatically updated a few days ago, now i cant...
Hi everyone,
I am not able to connect my J-Link plus compact with the programmer in nRF Connect.
It returns the error Unsupported device. The detected device could not...
Hi,
I am using SGTL5000 CODEC to playback the LINEIN and I am using the SGTL5000 driver from this link
I am using this I2S configuration
For I2S Loopback code itself...
I got an nRF52840 Dongle from someone else and started to see what I could do with it. The problem is, although I've downloaded everything needed including nRF Connect on...