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...
My Thingy:91 was added to nRF Cloud using "+" > "LTE Device" and then "Already have an active SIM? Skip this step" (iBASIS roaming doesn't work properly in Switzerland so...
I've been trying to get the MQTT simple sample started however after changing the hostname to "mqtt.eclipse.org" and running the sample, it stops with this error. Please how...
Hello, I am using NRF51822. I want to run UART communication on two different baud rates for 2 different hardware on pin number P09(TX) and P11(RX) respectively. I have to...
The queued writes library provides AUTH and EXECUTE events, but I think it also needs a CANCEL event.
In my code, when I receive an AUTH event I obtain the data buffer using...
Hi,
I got a brand new nRF916 DK. I updated the modem firmware to mfw_nrf9160_1.1.0 and updated the application firmware Asset tracker with nrf9160dk_asset_tracker_nbiot_legacy_pco_2019...
I have set up a PA / LNA and watched the radio details.
When the connection interval was 50ms, it was confirmed that the device was communicating every 50ms.
Look at...
Hello
I want to program and debug NRF52840 dongle using jlink But the jlink is not able to find the target . i am using SEGGER J-Link Commander V6.60d application for flashing...
Hi, Sir:
I am using nrf9160 to develop a project of mqtt and GPS, using mqtt to upload GPS data to the cloud server; I use the software and hardware information as follows...
Hi! We were wondering if the Nordic Thingy 91 has an IP-rating? How resistant is it to humidity and could it be deployed in remote locations such as a forest for a prolonged...
Hello,
I have made my custom application and added that in the SDK example folder and I am able to run the project. But after that when I was cleaning my project I got...
Hello everyone,
I trying to firmware update my nrf52832 via Tx and Rx pin uart. I create my own application using keil compiled get .hex file i upload this hex file into...
Hi,
Setting the scene:
I have several sensors that are decoded via an external device that outputs UART serial data (115200 baud rate).
The data looks like this: Received...
I am building an non-secure app and have a few questions.
1. Looking at the DTS file for pca10090 the partition table has both non-secure and secure slots for mcuboot. Totalling...