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 have configured the settings of a Blood Pressure Feature characteristic to have RW authorized request. When the client reads the feature, the BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST...
Hi,
I'm using Mesh SDK v3.2 and I've created my own custom client & server model. My client model can call several types of monitoring GET messages to the server model,...
Dear team:
the nRF52832 can't divide the frequency to 48K, so I consider nRF52832 as the slave mode, codec as the master mode, and provide a 48K clock. In this way, does...
Hi,
I'm using the function sd_app_evt_wait() to go into low power mode, but it returns sooner than expected.
I tried to figured out which event that is the cause for...
I am stuck on a particular problem when implementing gpio wake up interrupts.
I want my peripheral to be dormant for most of the time and only wake up when it receives an...
I have a nRF52 DK and I want to read digital data. When input pin get High other out pin get High 100ms for example. I am very confused. I tried pin_change_int example. I...
Hello ! I have a few questions related to shutting down (disabling) the soft device, and the effects on the gatt queue and discovery:
Question 1: The gatt queue module performs...
We are currently having an issue with DFU failing on Samsung S10 running andorid 10. We are using nRF Toolbox for BLE and it appears to connect to the bootloader, but then...
I want to make application for BLE peripheral with advertising interval at 1second. WHich Power management APIs I need to use for this? Is there any documentation for how...
i am interfacing afe with nrf52 and trying to send values over ble..but after sending some values my code get stuck at unknown error at 0x0000098..dont know why..can anyone...
I have an arduino nano ble 33. I want to use the nrf softdevice as I need some features that aren't already exposed.
From look through the SDK examples, it seems that all...
SDK16.0
nRF52DK
HTS example
I got this error msg in the RTT log while running the example:
peer_manager_handler: Connection security failed: role: Peripheral, conn_handle...
I've recently introduced the Stack Guard and App Timer 2 libraries and noticed a couple <info> logs popping up in m RTT console despite logging for those two modules being...
Hi Nordic Team,
In my BLE project when I was trying to add Device information Service(GATT) in BLE central multilink example code, once the connection between central and...