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,
As mentioned in the title, the Welcome page and Application page won't show any selection for my project as following image shown.
My project is based on...
hi:
There is an example of webusb next in Zephyr's latest Samples. I ran it with nrf52840 and encountered an error requesting the Microsoft operating system 2.0 descriptor...
Hello, I need some input on TX Power configuration for nRF5340+ nRF21540 .
(We are on NCS 2.7, and not yet migrated ot using sysbuild. Still using parent+child image....
Dear, I'm developing on nordic 52840 with ncs2.6.1.
I found that the Current will reach to 600+uA in k_sleep state by enable SPI in device_tree and if i disable the spi...
Hello,
We're using the Scanner Compat (v1.6.0) library for Android in our app, and it has helped us tremendously.
Recently we've observed that the Xiaomi 12T has stopped...
In our custom board nrf5340-nrf7002, tried system_off(C:\ncs\v2.6.1\zephyr\samples\board\nrf )sample to check power consumption.
But it measures 0.60mA Is there any config...
I'm using SDK 12.3.0, and changed the TX_PIN to 30, RX_PIN to 5, flow control is set to false, bitrate no change(19200).After I programmed the firmware to my custom board...
I'm trying to test my nRF7002DK with aws_iot sample to see how it works. I'm following this guide however it fails during build configuration & never builds whatsoever. I...
Hi,
I have tested my BLE code and UART code separately, and both worked correctly during individual testing.
However, when integrating both, I encountered an issue with...
I see other posts stating that the nRF Connect For Desktop 'Toolchain Manager' requires an internet connection to download the nRF Connect SDK versions. I'm thinking of the...
I open up a flash shared space in app and bootloader, write values from app, bootloader read, bootloader read values such as 0xFFFFF, and not ideal values, may I ask why this...
Hello,
* HW: nrf52840DK
* SDK: ncs v2.8.0
* APP: spi-master-slave example
In this example, I am interested in slave rx. Seeing this example, it apears slave makes...
I need to connect a device to an nRF5340 SPI port without creating a custom driver. I'm tempted to use the nrfx_spim driver directly, but I'm trying to do it with Zephyr and...
Hi,
I am migrating from nCS v2.6.1 to v2.9.0, my workspace builds fine on v2.6.1 But on v2.9.0 I am getting the below error:
This is being generated as my main.c has...
I want to send a custom message using a custom Property ID in Mesh Sensor observer example. How do I add a custom Property ID? Currently, I am using #define CUSTOM_ID 0x1234...