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...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hello,
I am a university student that is currently working on a project regarding an indoor RTLS proposed using BLE beacon system to track down an object.
After some research...
Hello all
I am playing around with the nrf52dk for the last 14days, done some progress, namely the TWI is working and I can read the sensor and printing its values in the...
Hi
I have a strange issue here.
I have been working with Nordic's sample project for AWS IoT, with the nRF9160DK.
What I usually do to see the serial output, is to view...
Yesterday, I tried to connect to my nRF5340's serial port in vscode by calling "nRF Terminal: Start terminal" from the command palette. Unfortunately, the response I received...
hello,
TCA9548A is the i2c multiplexer I am using. The problem statement is as follows:
The I2C multiplexer is connected to nRF52832 via twi communication. I2C multiplexer...
Hello,
I just saw the App update on google play store with below changelog :
Mesh library adds support for Timezone messages and generic global location messages.
But...
The project I work on is considering updating from SDK version 1.71 to 1.9.0 to benefit from some updates. (Thanks!)
As I was looking over the Known Issues I noticed KRKNWK...
Hi
I am testing the new distance estimation techniques introduced in nRF Connect 1.9.0.
I have flashed both of my nRF52833 DK kits with the sample code connected to this...
Hi,
this is something of a follow on question from https://devzone.nordicsemi.com/f/nordic-q-a/85892/basic-gpio-on-nrf52840-development-kit
I'm working with NRF Connect...
Hello everyone,
I am working on an application where I am using the BLE Nordic UART service (NUS) with a changed service UUID. I need to be able to uninitialize the service...
Dear ,
I am using nrf52833dk with NCS1.7.0 SDK.
Is there any flag or register value that I could use to determine if the device has been connected via USB? Or I can only...
I working on Asset_tracker_v2. I found in the project :
target_sources_ifdef(CONFIG_CLOUD_MODULE app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/cloud_module.c)
in file at
C...
Hello!
I was just wondering if it is possible to use multiple encoders at once with the QDEC driver? Can you initialize multiple encoders on different pins or do you have...
Hi,
I use self bord with nrf5340 on it.
i started with project "central_and_peripheral_hr" and added CMSIS v2 and EVENT MANAGER configuration.
The i configured interrupt...