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've been trying to get Wireshark up and running on Windows. I can't seem to get it working. I've tried managing my Python installations, deleted them, reinstalled them, checked...
Hello,
I am interested in testing the BLE long range mode of nRF52833 (or nRF52820) and have found documentation about the long range testing that has been performed on...
Hello, I am trying to do DFU over BLE for nrf52 devices from another microcontroller (ESP32 to be specific), I couldn't find any data or example code to do this, are there...
Hello,
I have developed an application for my NRF52 DK and I want to port it to an NRF52832-QFAB-R which has a reduced amount of storage. I have changed the parameter "Target...
Hi,
I am following then nRF Connect SDK Tutorial - Part 1 | NCS v1.4.0.
I am using nRF Connect SDK 1.4.99-dev (installed via the Toolchain Manager)
In part 1.3.2 Build...
I recently switched from 52832 development using IAR to 52833 development using SES. As a result, I downloaded all new versions of the SDK, softdevice and, of course, SES...
There is a marked improvement in the handling of TrustZone in nrfjprog 10.11.0 and 10.12.00, but it seems it's still not quite all the way there. I can do:
and am able...
Hello,
I am developing DFU over a custom IEEE802.15.4 Protocol in our own embedded OS. I managed to write the new Firmware starting at bank1_start address. Now I need to...
Hello,
I am using nRF connect SDK v1.4.99-dev1. I have imported ZigBee light_bulb, light_switch,network_coordinator project in SEGGER and successfully created
the Zigbee...
-I was following this link- " devzone.nordicsemi.com/.../" and installed SEGGER JLink.
(all on Ubuntu)
-Installed gcc-arm and changed the tool chain path on Makefile.posix...
I try DTM using the serialized application . The serialized application interface is UART.
The software on Connectivity board is ble_connectivity in nRF5 SDK , it is not...
nRF52832 and SDK 17.0.2
Using the Examples/crypto/nrf_crypto/aes/aes_all_cli example I am getting the wrong output in CFB mode.
"example key_size 256_bit"
"example aes...
I am working on nRF51-DK with nRF51422 with softdevice S130 and SDK 12.3.0.
I see that GPIOTE driver provides sensing for signal transitions like NRF_GPIOTE_POLARITY_LOTOHI...
Hi,
I have setup the Segger Embedded Studio for ARM (Nordic Edition) V5.10d, and managed to compile a sample app from ,
V1.4.2 -> nrf -> samples -> bluetooth -> peripheral...
Hello,
I have different behaviour with 2 identical boards.
They behave differently (at least for BLE functions).
With jlink interface, I saved the flash binary of...