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...
I need to turn on and off one pin around every 100 us. Time between must be 1 cycle (couple of ns) and can't be interrupted at any circumstances.
Without a softdevice I disable...
Hi All,
I am a beginner in nrf52.
I need to get the client device address in ble_app_hrs_central, because I have more than one devices connected.
There is a hrs_c_evt_handler...
After spending half a day on this solution, I found out it wasn't really a solution - it devolved back to the same issue after trying to connect - please advise!
Description...
I'm trying to connect to a ST LSM6DS3 via SPI on the Nordic chip. I have used SPI on Nordic with other peripherals but couldn't seem to get it to work with this ST chip. Eventually...
I'm having some issues getting any of the provided experimental Thread examples to compile with IAR version 8.11.2. I'm using an nRF52840-PDK with the SDK for Thread version...
Hello,
I wonder how power failure comparator works at VDD 2.1V.
If VDD goes down to 2.1V, and I set POFCON enabled at 2.1V threshold, then does POFWARN work?
How 2.1V...
Hi,
I am working on testing this modification on the ble_hrs example.
The idea is to send data sequentially as notifications.
However, BLE_EVT_TX_COMPLETE seems to...
Good morning
I use the fds function to store and read data in flash memory.
FDS_SUCCES is not returned by the fds_record_find function when reading data, so the read function...
Currently developing on NRF52 sdk12
I want to be able to show time stamp minutes:seconds:miliseconds on my RTT viewer, when I print my data out from the uC. Any hits on...
hello
i am using nrf52840, with BME280, i have external pullup 10k resistor.
how i can disable the internal pullup resistor.
i am using this sample code.
github.com...
Hi,
I am having problem with setting up TX side of my project. It always giving me max_rt error if I am sending only once per cycle. 1 Cycle is every 30seconds. All working...
Hi,
I use the SDK12.3 and SD130 with secure_bootloader and my own application. I can flash SD and Bootloader and update my app over OTA with DFU from NRF Toolbox. My app...