We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...
Hello Nordic community,
I am using nRF52840 and try to implement external memory unit for MX35LF2G14AC, which is 2Gb SLC NAND flash. I am wondering nRF52840 can support...
For example I want to turn on LED whenever I send 'a' text from my phone. How could I do cause I do not know where a message is stored. I am using ble_app_uart example