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...
In your "Configuring build types" guide you specify "ZDebug" and "ZRelease" build types, but do not explain why these are used instead of the standard CMake "Debug" and "Release...
I'm trying to better understand application of %XUSIMLCK. Can we use this to prescribe a list of preferred carriers, for instance through the PN facility - network personalization...
Having trouble calling ble_stack_init in SDK 17.0.2 with s140 7.2.
The application compiles but hangs up on the error check after nrf_sdh_enable_request and outputs garbage...
I am referring to this documentation on Message Sequence charts . I am working on the sample example of BLE secure DFU bootloader , on the SDK v17.0.2 , softdevice S132
...
I have the NRF5340-DK development kit to calculate AOA. However, I need an antenna to do this. Do I have this antenna in Nordic or can I find a compatible antenna. How can...
Dear Members,
I want to use libuarte with ANT and softdevice,
When I initialize libuarte,
The app keeps restarting by itself.
I commented out
//err_code=nrf_drv_clock_init...
I have seen that some other ppl had a similar problem, but I couldn't figure out in the posts how to resolve the error in the title.
The issue is following: I have to use...
How can I display the beacon signals receiving from nordic thingy 52 at my device? Please suggest if I can display the same using UART data and if yes then how to display...
I am attempting to install the nRF Connect SDK on my CentOS 8 machine. It looked like it installed correctly, but when I attempt to load the zephyr sample "Hello World" in...
Hi,
I'm trying to build the bluetooth/peripheral_uart sample in NCS (version 1.5.0-rc1) and was surprised to see that it requires more than the 24K SRAM available on the...
I'm evaluating the nRF5340 for a small-scale initial project at first. We want to use Bluetooth LE (long range). We don't want the hassle and expense of Bluetooth certification...
Note: I am currently using version 2.4.2 of the BLE Desktop application and the NRF52832.
I'm working a peripheral device that has about 800 uC of energy that can be stored...