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...
nRF52840, nRF Connect
I was looking at the button example and it is apparently a little different then in the nRF5 SDK kit. In the SDK you had a callback and inside that...
Hi!
For a custom project, I need to enable and disable soft device on a peripheral. I'm able to enable/disable softdevice for two cycles, then I get this error:
<error...
Hi,
I'm trying to mount two spi flash device on spi0, but can't found the second one(device_get_binding() return NULL).
The two device has compatible ("jedec,spi-nor"...
Hello Support,
In my project I use the nrf52840 with the nRF Connect SDK to create a OpenThread device with an Secure MQTT connection to a broker.
I've got the OpenThread...
Hi. I am trying to output a square wave on to separate output pins. I want to have one inverted, however I can't even get the same output on both pins at the moment. The pin...
I want to use HCI_USB on nRF52840 board(nrf connect SDK).
Legacy Advertising Scan is success.
But,, I don't know how to recieve the Extended Advertising Scan.
Please...
We have an nRF52840 operating as BLE peripheral that ix using sd_ble_gatts_hvx() to notify an attribute value. Because we are using an RTOS, after calling sd_ble_gatts_hvx...
Good morning,
DK: nrf5340 Audio DK
SDK : V2.0.0
Toolchain Manager: V1.1.3
nRF Connect for Desktop: v3.11.1
I am trying to work with nrf5340 Audio DK. I was able...
Hi,
I was working with my Thingy:91 all worked fine. Wanted to upgrade to latest firmware and somehow in this process the USB interface stopped working. I switched to use...
hi,
i am using sdk_17.0.2 and nrf52840.
I want to get 6 pwm outputs like in the picture.
They all have to start at the same time.
20 khz signals should be.
i...
I want to make sure I understand something fundamental. The nRF52840's PWM peripheral is hardware based unlike the app_pwm library which is software based, (originally developed...