Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
I've made a new project as I had to change some hardware than the previous one.
The code seems fine, but I'm not able to load the libraries in the project.
A red underline...
When an ESD shock to the PCBA causes the nrf52840 to reboot, what reset code should we expect to show up with hwinfo_get_reset_cause()? RESET_BROWNOUT?
Using Zephyr NCS...
Hi! I am trying to use the LE Audio application and one of the samples in it, by including the necessary source files, and Kconfigs in my project. On the network core, I am...
As per the doc , when I use a smartphone (the base version is Android 12) to touch the NFC antenna, I should see a pop-up window:
3.Confirm pairing with ‘Nordic_HIDS_keyboard...
Is it possible to promote my project here: complete Zephyr development environment running solely on Raspberry Pi 4 Bookworm OS? If nothing else it does provide information...
Hi There,
During the transmission and reception performance test, I found that the LE1M's maximum sensitivity was only -92 dBm, while the LE2M's maximum sensitivity was...
Hi,
we have a Gateway board that uses the nRF52832 with the nRF21540.
The firmware running on the nRF52832 is a slightly modified version of the HCI UART sample found...
I have a problem with timer 3 of nrf52820.
It concerns a trailing edge dimmer implementation based on timer 3. A gpiote is used to sync the zero crossing.
I use ppi...
Dear Nordic-Team,
I designed a custom PCB using the nRF9151 as the host processor, the nRF7002 as a Wi-Fi companion, and the nPM1300 as the power management IC. The Wi-Fi...
Hello,
I encountered a strange behaviour on a nrf52832 : - I flash a a debug firmware (with debug optim in build config) : I can run debugger and add breakpoints - I stop...
I am developing an application that uses NCS2.8.0.
For FW updates, the nRF52833 USB ACM bootloader is enabled.
However, there are some problem.
My device has a battery...
Hi all hope you all are fine and doing well.
I am trying to use the Soft UART (uart-bitbang.c driver) on nRF52 DK for a low-speed UART connection. The initialization fails...
Hello, I am not sure if this is the most appropriate place to ask this question, but any comments are welcomed. I am developming a sensor platform that tries to use extended...
So hello everyone, I am a computer science student with zero IoT background. I am trying to a wearable device . I want to nrf52840DK with max30102 heart rate sensor and communicating...
Using nRF5 SDK 14.0.0 with Softdevice s132 v5.0.0 on nRF52832.
I've set up my nrf to be a GATT client (in central role), and I'm using bluez on my Linux desktop with a...