I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
Hi Nordic Team
We develop a sensor node for a customer based on nRF5340. For now I use a nRF5340DK to do my tests with NCS 2.8.0 (using VS Code).
Based on examples, I...
Good Day,
We have an ongoing project that uses an RP2040 MCU (with FreeRTOS) and we need to add WiFi capabilities to it. It needs to be dual-band and fairly high throughput...
Hi all,
I'm currently working with the nRF52 DK (nRF52832_xxAA_REV3) using the nRF5 SDK version 17.1.0_ddde560 and the IAR Embedded Workbench - Arm 8.32.3 IDE. I'm facing...
Hi Team,
I just want clarity on 2 points related to accuracy of nRF9151 GPS.
1) As shown in datasheet, "Positioning accuracy (CEP50), periodic tracking" is 3.4m. So that...
Description: I am encountering an issue while testing the watchdog functionality. When I intentionally hang the system for longer than the configured watchdog timeout period...
Hello,
I'm new to software development so apologies if this is a simple question but I can't find a straightforward answer for nordic connect sdk on vs code.
An IC I...
How can i configure the nrf52840 dongle with DHT-11 sensor such that i am able to use it to send the temperature data via UDP within the Thread Network? I am using the NRF52840...
Hello, I have used this template (ncs-example-application) to start developing my project. I've installed also all the prerequiries to use the application using command line...
I am using the existing nRF Connect SDK (v2.9.0) example of Wi-Fi provisioning using Bluetooth LE ( https://github.com/nrfconnect/sdk-nrf/tree/main/samples/wifi/provisioning...
Hello,
I am currently testing a custom board using the nRF5340QKAA .
Most of the connections are the same as the nRF5340 DK , but the main difference is that I built the...
I dont have Ellisys, but I already install Ellisys Bluetooth Analyzer on my PC.
I got a .btt file in this ticket , but it seems something wrong.
I want some .btt files...
I am using an nRF52840 processor within a Particle Argon IoT module. I am polling a third party BLE peripheral (Shelly relay) for status data once a minute. The data packet...
when i try to use the ddfs to calculate the distance, i can't understand the comments in the README file,
"Zero-distance calibration
*************************
The...
I have followed the guide at https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu .
(using the option CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU...