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 ,
I am following the instructions here:
https://bifravst.gitbook.io/bifravst/bifravst-on-aws/simulator
to deploy the web application, and the web application says...
Based on SDK15.3(nRF52810) app_uart example, stop the adverting, turn off all the peripherals and enter idle_state_handle(), but the static current is still about 10uA. Rememeber...
I set up the environment for the nRF9160 as it was specified and downloaded the git-hub code https://github.com/NordicPlayground/fw-nrfconnect-nrf (environment 1) and I tested...
Hi all,
I am using 2 SPI's in my design. I enabled SPI0_ENABLED and SPI1_ENABLED in my sdk_config.h.
SPI0 works fine. But SPI1 MOSI pin always sends 0xFF.
My pin configuration...
Hi, I m sending a packet in mode Nrf_1Mb to another board nrf5340-PDK.
When I try to enable NRF_REGULATORS_S->VREGRADIO.DCDCEN=REGULATORS_VREGRADIO_DCDCEN_DCDCEN_Enabled;...
Hi,
I am using mesh SDK v3.2.0 and SoftDevice(s140 v6.1.1) to build light switch server firmware. And also insert the uart code from nRF5_SDK_15.3.0_59ac345. So the light...
Hello:
I am studying thread samples in nRF9160.
There are two thread samples: "zephyr\samples\basic\threads" and “zephyr\samples\synchronization”.
But I can't find main...
Hello,
I received information that i could turn the modem on and off not more than 60 times within an hour.
We are however working on a real time system, which may...
Hi everyone,
Currently I am routing hardware for an upcoming project using the nRF5340 and it's time for a sanity check.
The goal is that the HW works well enough w/Engineering...
Hi,
I've been trying to set up a SPI <-> USB interface between an FPGA and my PC via the nrf52840 dk. My ultimate goal is to stream 1Mbps+ worth of data, but right now I...
I have a custom characteristic on which I send ASCII strings as notifications similar to NUS. Is there a way to have the Bluetooth Low Energy app in nrfConnect show the data...
I am writing a BLE application on the nRF52832 using S132 v6.0 and SDK 15.2, and my application is using the nrfx_SPIM driver. I find that once I initialize the spim driver...
I am using the nRF52840, SDK 16.0.
I'm attempting to advertise on the coded phy and the 1M phy simultaneously. This works.
I have two phones, one that supports coded...
Hi,
I tried to enable the CMSIS in my CUSTOM Project but I see the following error and the CMSIS configurator is empty. Please guide what would be the possible problem....
Hardware: nRF52840 DK
SDK: 16.0.0
FreeRTOS: 10.0.0
I am attempting to use UARTE1 for a Modbus port. UART0 is already in use for a Command Line Interface. I can set up...