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,
I am working on a project with 2 nrf52840 devices. One is the nrf52840 dk, while the other is a custom board with the nrf52840 module. I want to perform a dfu over uart...
I think this is a very weird requirement
Normally , I use manufacturer data to do this like picture below
it's easy and quick
but it contains len and type occupying...
Hey,
I am trying to get the Asset_tracker_v2 running on my Thingy:91, but with my own Cloud connection (It is a Thingsboard CE hosted on an ubuntu Server in Open Telekom...
I have to execute some lightweight error correction codes (ideally BCH) to compare and subsequently correct the mismatches between two binary arrays. I am working on the nrf52840...
I have been testing lte_lc_init_and_connect with my units inside a Faraday cage, This method doesn't terminate when it cannot get a signal (at least I haven't seen it). This...
I am attempting to install the nRF Connect SDK v1.5.0 on Mac OS X Big Sur, I have followed the Getting Started Assistant and Toolchain Manager with no success.
Here is my...
Hello everyone,
I am going to Integrate Bluetooth mesh into the nRF5 SDK example by using SDK 17.0.2 and SDK for Mesh V.5. I followed the instruction mentioned on the Infocenter...
I am from India. Recently I have purchased Thingy91. I have registered IBasis SIM as mentioned in the user guide. While registering the device in the nrf cloud I am facing...
Kind folks,
Attempting to install the Nordic Connect SDK again after failing several times before. (Always seem to have something slightly wrong in my installation which...
Is it possible to have 2 timers (TIMER3 and TIMER4) with the exact timer value?
I need to have two gpios toggeling at a difference time frequency but based on the same clock...
Hello,is the 3.9nH inductance and 0.8pF capacitance in the official routine the impedance matching of the antenna, or do I need additional antenna impedance matching?
I am designing the RF matching network with an IFA antenna for the nRF52811-CAAA.
ANT output may be DC coupled to ground with the IFA antenna or do I need a decoupling capacitor...
Hi folks,
We have a project based on an nRF52833, on a custom board, running at 1.8V. There is no Bluetooth (so no SD usage), and the HF and LF clocks are running from...
I connected nrf52833 with a button and a LED on breadboard, using ble_app_uart example to send message between phone and board. How can I make a function that whenever I press...