Hello everyone! I'm currently working on a custom PCB designed specifically for drone communication . In my design, I'm using the nRF52820 as the main microcontroller and...
I checked the nrf52832 manual and found that both XC1 and CX2 are analog input pins for the 32Mhz clock pin configuration. The reference design for both uses 32Mhz crystals...
Hello, I need to configure and compile a sample to send an audio stream (mp3) to the I2S interface.
I tried to put together some configuration from other samples but no...
hi support team,
when i testing wifi location, i found out one problem:
nrf_cloud_rest: Failed to encode location request, err: -12
that is this code in nrf_cloud_rest...
According to the nRF52832 Product Specification, “A step increase in supply voltage of 300 mV or more, with rise time of 300 ms or less, within the valid supply range, may...
https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-9-bootloaders-and-dfu-fota/topic/exercise-3-dfu-with-external-flash/
I have this exercise...
Hi,
I noticed in the nRF54L QFN48 reference design, for the NRESET pin, there is an RC filter (1Kohm series R and 3.9pF shunt cap). What's this for and is it necessary?...
Hi,
Can I control warm light as well as cool light using the CTL+LC server example provided in the Mesh SDK v4.2? Or does it support only warm light?
Moreover do we...
This is my log
Loading solution asset_tracker.emProject Executing load commands cmake -GNinja -DBOARD=nrf9160_pca10090ns -DBOARD_DIR=C:/Workspace/nRF9160/ncs/zephyr/boards...
Hi,
Currently I am setting up my work environment. I have a simple Zephyr project running on our custom board with the nRF52840, so a modified example and a custom board...
Hi Folks,
I am currently working on a BLE configuration composed of two NRF52840 chips. One is configured as central and the other as peripheral and use coded phy (long...
While I am going to pair with my android 9 Asus mobile phone with SDK 17 nRF52840. It in my mobile showing "Pairing rejected by Nordic_HRM". After that I have added a some...
Dear community,
I am trying to implement a custom service, however I am struggling because many example codes are for PCA10040, Softdevice S132 and/or for older SDK's. I...
Would it be possible to get the SHA256 hash for version 5.1.0 of the S132 soft device for the nRF52832? Just want to verify the integrity of the download. Thanks.
Hi All,
I am currently designing my PCB using nRF52840 chip.
I was using the footprint downloaded which was in nRF52840 dongle pcb library given by Nordic. During DRC...
Hello,
I am using Nrf51822.
I am using sd_110/application/bootloader, etc. in SDK_10.0 without problem.
Recently, migration to SDK_12.3 / sd_130 is in progress to...
How wide are the peaks? I know that it depends on many factors how high and long the peaks are. Currently we have measured peaks of 450 mA for 40-50 ms in our application...
Hi,
I am trying to run the Zephyr BME280 sensor sample application (using nRF9160 DK) in NCS1.3.1, but get the below error:
My prj.conf is as follows:
And board...
Hi all:
I install "nRF Connect SDK v1.3.0" by Toolchain manager,
but it always show "Failed to clone the repositories".
Could you have any suggestion?
best...
I am trying to interface my nrf51 DK with the Lis3dh sensor . I have one reference code by elmot for the project and it is working.
https://github.com/elmot/nRF51822xxAA...
Hi,
I'm comparing the nRF9160 DK and Thingy 91. The purpose is to copy the LTE RF design for a Band-20 application. The GPS will not be used.
Question: Is the complexity...
I have bought two thingy 91 to develop the tracker using GPS and accelerometer. I did all the step by step to load pre-compiled hex file given on the website. Then I created...