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...
We are trying to evaluate the BLE Mesh for a product range and are evaluating the nRF52832 for the same.
Working with the nRF Mesh SDK, I am facing some issues, which are...
Under the recommended operating conditions (page 611) in the nRF52840 datasheet, there is a note specifying:
Given a device (with SWD access), is there any way to detect...
Hello Sr,
Take a look below Error, when I run the demo code from
C:\..\nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\examples\multiprotocol\ble_thread\ble_thread_dyn_mtd_coap_cli...
Hi,
We have created an application with BLE multi peripheral where I have to put my chip into deep sleep mode by long pressing the tactile button & also I have to wake it...
In the nRF51822, there was a bootloder area, but in the nRF52810, there is no area except for Application, and the image is as shown in the map below, is that correct? --...
Situation: SES, SDK 16, nRF52832, no BLE.
I'm trying to use both the UART and TWI 0. TWI works fine with BLE and all the rest. However, when I enable the UART, TWI quits...
Our device has been in use for a year using the nRF52840. We elected to not load the 32KHz crystal on our board. Everything seems to work OK and we have no BTLE issues, however...
Hi,
I'm using nRF PWM Driver and I didn't find the way, how to invert logic of PWM. I would like to reach this behaviour:
If I set seq_value=0, I want to have
PWM...
Hello,
We are currently using the NRF52840 with SDK 17.0.2 with S113 softDevice. We have our own boot-loader implementation. Is it possible (advisable) to perform an Over...
I try to folloe the tutorial devzone.nordicsemi.com/.../nrf-connect-sdk-tutorial---part-1-ncs-v1-4-0 but this failed. What did I try
1. install on macOS using setup assistant...