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...
Hello
SDK ver 17
DK nRF52 DK
DK is a peripheral connected to many centrals. Every time I connect to a phone I get the messages attached in the picture.. My question...
Hello, support team:)
Currently I am working on SPI communication with LSM6DSOXTR.
CLK, MOSI, SS is working as expected. But there is no MISO signal.
0) All SPI...
Hi,
Just would like to know is it possible to proceed auto pairing by restore the MAC address of host?
The current idea is using direct advertising to speed up the pairing...
Can a provisioner work as a client connect to a server
how do I set on the phone app(iPhone 10s)
in example/light_switch I did not do any change on the example
...
Hi,
I'm in the process of integrating nrf52840 module in HCI over UART to a linux host.
So far I have been able to build the hci_uart in from the samples and bring it...
Dear Members,
How can I share GPIO pin between SPI and I2C peripheral ?
I see SCK_PIN and MISO_PIN for SPI are the same with SCK and SDK on I2C
#define SER_APP_SPIM0_SCK_PIN...
For reference I am using the nRF5 SDK version 17.0.2. I have been comparing the flash_placement.xml files in the <SDK>/config directory and in some of the examples. I have...
Hi. I am looking for simple example of using QDEC for nrf5340. I want to use the Segger Embedded Studio.
Where can I find the example of some guide for HW driver for nrf5340pdk...
i am using nrf52833 development kit here i am using peripheral template as for coding purpose when i merge temperature sensor(SSTS751) code and W25Qxx code in it then the...
I am trying to build the connectivity hex files on an ubuntu build machine for an nrf52840 dongle so I can communicate with another nrf52840 dev board, I followed the instructions...
Hello, my project has 3 different devices (2 sensor and flash memory) on the same SPI bus all with their own CS. I ran across the following question , which has a response...
Hi ,
My environment :
nrf connect sdk
nrf5340 dk
segger studio IDE
verified method 1:
As per nrf5340 product specification document , we can protect the...