Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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,
since The image management provided by mcumgr is based on the image format defined by MCUboot, so does "nRF Connect android app DFU mode" use mcumgr libraries in it...
I'm developing an Ultra-Wide-Band indoor localization system consisting of beacons (stationary, hard powered) and tags (mobile, battery powered), and am looking for a suitable...
Hi Nordic,
I am developling a porject with nRF5 SDK 17.1.0, with nRF52832.
the 52832 serve as a central role.
1、I am wondering what is the difference between BLE_GAP_EVT_CONNECTED...
Values change rapidly and bt_gatt_notify_uuid is called at 10ms interval while bluetooth connection is set up for 15ms connection interval. I assumed this would simply queue...
I have attached all sleep modes of our controller that i found through forums and from your suggestions.
But my problem is No one of these sleep modes, wake-up through...
Hi,
I am just starting out creating a project to run on an nRF9160 on custom hardware. I have set up a development environment (v1.9.0) through nRF Connect for Desktop...
Hello I use nrf52840 and BME280. I plugged it GND GND SDA 45 (P1.13) SCL 47 (P1.15) VCC 32 (P1.00) I use timer to refresh data and on the first line of the code I init gpio...
Hi,
In the nRF52840 Product Specification 1.7 , page 34 chapter 4.4.1.9 INFO.VARIANT, I read that the hex code of variant "AAF0" is 0x4141 45 30. However the description...
Configuration :
IDE : SES V5.70a
SDK version : NRF5_SDK_17.1.0
Board : NRF52840DK
Hello,
I'd like to use 4 channels of the ADC in a scan mode at a high frequency...
Hi,
I am working on an application to transfer firmware file via BLE-GATT to nRF52833. Can you kindly suggest any sample code for me to evaluate.
Thanks,
Ubaid
Hi,
I've been following this tutorial regarding connecting my BLE device to another Bluetooth module:
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting...
Hello,
I have a question regarding NRFX_SPIS_XFER_DONE event. Documentation says that this means "SPI transaction has been completed."
I'm curious if this event is triggered...
Hi,
I have just bumped the NCS I am using for my project to version 1.9.1. After this update, I found a bug in the Zephyr code.
On line 214 of zephyr/subsys/net/lib/lwm2m...
After some advice here, Typically I use the native or recommended IDE's for the platform I'm working with and generally have no issues getting up and running. This time around...
Hi,
I am using NCS v1.9.0 and have a question about datatime module.
It seems to have NTP and Modem clock sources, but I don't want to use either clock source. I have...