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...
Hello!
I am working on a FOTA solution for the nRF52DK, I have followed this example: https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs...
Hello,
I've started to develop with the nRF Connect VSCode extension and enjoying it a lot. However, I've noticed when I share a project the build configuration doesn...
Hi,
I observed what appears to be the same issue as https://devzone.nordicsemi.com/f/nordic-q-a/51337/nrf9160-infinite-nrf_connect-blocking-behavior-post-lte-psm-wakeup...
Hi,
I'm trying to write data to a characteristic. This is a BLE led driver. I can successfully send 5 writes and then it stucks. All the 5 sends succeed - I can see the...
Hi
I need to Send one character from mobile. based on the character I need to glow the LEDs which is placed on DK. How can I achieve this is there any sample available for...
Dear forum,
We capture audio via PCM (10kHz, 8bit => rendering a raw rate of 80kBaud) on a BM833 and would like to transmit the data (one way) to a paired device using either...
Hi,
NCS1.9.1, VSCode, nRF5340DK,
Without external flash memory and not use mx25r6435f which on DK,
how does MCU store data (such as a series of serial numbers)?
and...
hi ,i want write flash by jlink,eg:write val 0xaaffffff to addr 0x76000, only write 4byte.
but when i write, err "flash not erase" occurred,
I don't want to erase this...
I try to onewire communication for DHT11 but I couldn't it . I decided uart instead of onewire. The different microprocessor will read the sensor data and send it via uart...
Hi,
I'm trying to combine OpenThread, MCUBoot and LittleFS in a sample in nRF Connect SDK v1.5.1, but I'm getting the following error:
I have checked the file, and it...
Hello NRF Buddies,
My project is based on NRF51822 with SDK version 12.2.0. I am working with Keil till now and planning to migrate to the Segger Embedded Studio.
With...
I am not sure what I am missing in this. This is a custom board so there is no other circuitry on this pin other than a pad to monitor the signal changes with.
When...
Hello!
Regarding the CRC on the nrf52840 the specifications make it clear that the maximum length of the CRC is 3 bytes, We are working on an industrial communication protocol...
Hi
How can I readout the actual timer value on the fly? I use the timer in capture compare mode and like to read out the timer value.
nrfx_timer_clear(&m_pyq5848_timer...
Hi all,
I have set up an nrf52840 as the sniffer to sniff the connections between my custom board and central phone. My goal is to figure out the bottle neck of the ble...