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...
Hi Devzone
I need to include C++ standard library <memory> to use tensorflow lite.
Other libraries included well. but I don't know the way to include C++ standard library...
Hi. I just put this on my main code: uint32_t pg_size,* addr,pg_num, numero_guardado_memoria=0 ; pg_size = NRF_FICR->CODEPAGESIZE; pg_num = NRF_FICR->CODESIZE - 1; addr= ...
Hello,
I have an external chip in SPI slave mode and connected to 52840 through SPI interface. When data is ready it will notify 52840 through its dedicated IRQ pin (connected...
Dear Nordic Team
We would like to use the following Chip device for one of our products:
NRF52811-QFAA-R
To this matter I have the following question:
1)Can you...
Hi
I'am trying to get working the nfc_uart_tag example from SDK16 on a nRF52840-DK with the IAR Workbench 8.42.2. As mentioned in the post IAR Library (v7.xx to v8.xx) compatibility...
Hi
Hi I’m cu rrently working with the given nordic project “ nrf52-ble-long-range-demo ”
I check peripheral and central BLE devices are transmitting emptyPDU packet after...
Hey all
I have to following setup:
nRF52840-DK (development kit)
Nordic SDK 15.3
Development using eclipse CDT (Makefile project)
I'd like to implement an EC...
I have a problem with building my nRF52832 projects. The problem is with nRF_drv_twi. When I started the project, I was able to compile the project. After some time, I didn...
hi,
I have issue with LwM2M Client sample code loading & compilation.
From the release note, NCS v1.1.0 can support LwM2M on the DK. Confirmed the sample code can be loaded...
Question/Problem Statement
For evaluation we decided to do some current measurements using the power profiler kit. As a benchmark run, we wanted to measure the current on...
hello,
I'm using NRF52840, developed android application NRF toolbox. The problem is that when I receive row data into BleManage to lagcat window but I can not find a proper...
Hi
How do you transmit using UART on segger. Up until now I have been using the debug console and the NRF_LOG_INFO command to send information from the DK to my computer...
The cloning instructions for the Cat tracker example fail:
https://bifravst.gitbook.io/bifravst/v/saga/cat-tracker-firmware/building#prepare-your-system
$ west init -m...
Hi I have two zigbee routers running the light bulb example, the thing is that it seems as they are not forming a mesh, Im doing the following:
1. Pair lightbulb 1 with...