Dear all,
I am testing Bluetooth Channel Sounding on nRF54L15 DK with nRF Connect SDK v3.3.1,and use the app on iOS 27 Beta2.
Environment: SDK: nRF Connect SDK v3.3.1...
A custom PCBA based on the nRF52832 microcontroller. I am testing two different versions of firmware:
Version 1 (Sample code from SDK v11): examples\ble_peripheral\ble_app_hrs...
hello,
Our company has a product that uses the nrf5 SDK, with the main device using nrf52832 and the peripheral device using nrf52810. The main device upgrades the peripheral...
I am Using SPI4 in nrf5340 and I am trying to put SPI in low power mode when not in use. How can I do that?
Here is the code given:
aliases {
displayspi...
I am currently creating and testing a custom board equipped with the nRF9160 and the P822601 antenna. Considering future development, it is expected that another external...
Title: nRF54L05 issue after migrating from NCS 3.0.0 to NCS 3.3.0 with PM static partitions and MCUboot external-flash secondary slot Description: I am migrating a project...
I am currently designing a custom board for my nRF54L15 project and I would like to know if the "Antenna" pin on the nRF54L15 can have a DC path to ground/ground layer of...
I have downloaded the WS2812 driver example and have successfully been using the nRF52832 DK to control these lights with SPI. I am ready to start developing on a custom board...
This was driving me crazy. nRF Terminal extension in VS Code just silently fails. I was able to use the JLink Viewer app so I knew RTT was working correctly.
I then looked...
Hi, I am using nrf52840 to senda imu data over bluetooth to computer. For the transmitter i am using NINAB306 with integrated PCB antenna as a central i use nrf52 dongle....
Hi,
while switching to the nRF Connect SDK, I cannot program anymore my ANNA B112 (which is a nRF52832) using my nRF52840-DK as a programmer.
The following are working...
i m using nrf5340 cutom board, so i m using rtt logging method using jliink rtt viewer , to see logs .
so, when i am going to project section at top in embedded segger studio...
Hi, There, I use 52832 to develop a HID touch(single point) device, it can work on android & windows, but can't work on iphone13(ios15). It can connect to iphone, but no touch...
Greetings,
When trying to perform an http GET command over LTE-M (using the "Curl" MoSh command, to trigger a http download of a 500Ko or 1Mo file) after a few successfull...
I'm using three low power PWM instances driving three separate IO pins open an nRF 52810 and need to be able to re-configure each of the channels on the fly to select opposite...
In order to protect my device from becoming bricked when APP and NET side implementation of RPC application differs, due to wrong version being flashed or OTA fails on one...
Hi,
I'd like to implement Keil RTX5 on my custom BLE project for the nRF52832 using the S112 SoftDevice v7.2.0.
We are looking to standardise as many of our projects as...
In my schematic design, my nrf5340 uses vddh power supply mode, and the output VDD does not mount any load. Is it necessary for me to connect each VDD pin together during...
I'm using NCS 1.9.1 and Segger SES
Following Nordic's recommendation I first made a copy of BLE/peripheral_uart in order to preserve the original code and then used the...
Hi everyone!
Could anyone clarify a few questions regarding channel mapping?
1. Is that true if I want to use specific BLE channels I need to do it just once on a central...
I'm curious if the battery charging circuit in the Thingy:91 can keep the battery charged with a standard solar panel such as https://voltaicsystems.com/3-5-watt-panel/ ....
Hello all,
I have started to use the App timer library and RTC, indeed, I have added certain .c files as libraries to use just a simple start/stop time counter that is started...