Hi everyone,
We're reading BAT level by reading data from ADC pin and the setup diagram is shown below.
We tested our device at hospital, and we observed significant...
I want to have two Kconfig flags that are both booleans but the build will fail if both are set. My code below used to work in pre ncs3.0, I'm wondering if there's a better...
Context:
VS Code
NCS 2.9
nRF54l15 custom board
Mac OS Sequoia15.5
peripheral_lbs sample project
Goal:
The goal of this project is to create a bluetooth beacon...
Why project config is not finding relative path of these files but absolute path works fine:
CONFIG_CHIP_FACTORY_DATA_USER_CERTS_DAC_CERT = "certs/Chip-DAC-Cert.der" ...
Hi!
I faced an issue with nRF Cloud Log. If I set CONFIG_LOG_TIMESTAMP_USE_REALTIME=y, I get wrong timestamps (2080 year..) in nRF Cloud Portal for all messages being...
Hi!
We use nRF Cloud Log backend in our project. And during my research I found that it actually doesn't filter (despite the filtering code is there) messages generated...
I am looking for a solution where I can set custom and configurable root Kconfig file via Cmake cache variable, which can be specified through the west build command.
Steps...
Summary of Issue: 8 dongles are used in a test system that each dongle will communicate with 1 device. Testing can start ok but after some runs, one of the dongles can not...
According to nRF52840 Product Specification v1.0, a ll the reference circuits are designed for use with a 50 Ω single-ended antenna. Why is the calculated result by AppCAD...
What would be the best example to start with my project which involves sending sensor data to mobile phone applications using ble? i have nrf52 DK and SDK 15.0
Thanks,
We're using RTT with an 52832 and it works fairly well, really can't complain much except...
On my PC everytime I launch a debug session I need to launch RTT viewer exe...
I'm using Rigado BMD350 evaluation board. I'm printing to serial port (COM3, speed 112500) using NRF_LOG_INFO.
However, the logging does not appear until debugging is...
In a recent project, me and my team have been trying to send data from 3 PTX devices to a single PRX device (the devices are all nRF24L01+) at a constant rate of 1600Hz from...
hi all!
Like two of my predecessors, I am trying to put a CR95HF into operation. I chose the nRF52832 DK as MCU (SDK 15).
[thread= https://devzone.nordicsemi.com/f/nordic...
I changed only source clock part to internal clock and it doesn't do advertising. When I debug it, it starts to run. When I finish the debug session advertising stops again...
Hi,
I've built a custom board with nRF52832, without other MCU like PCA10040. I use a FT232RL to bridge the USB to nrf UART, flashed nrf5 uart connection firmware ble_connectivity_s132_uart_pca10040...
Hi, I using nrf52810 with custom BLE profile and 4 sec advertising + continuous RTC. Device is battery powered (750 mAh) and PMDC motor equipped. Most of time (90% of day...
Hi,
I am designing my custom board with the nrf52832, which would perform the BLE and I2C functions. I wonder what necessary and basic peripherals it needs, like crystal...
Hi,
I would like to synchronize 2 Sensors with one dongle. So the problem is that we have two sensors and we want to start the measurement at the more or less (1 ms) exact...
Hello,
I am new to BLE as a technology and have a question regarding how Peer Manager handles bonding.
As I currently understand, the function of bonding is to enable...
Hi,
I want to use nRF52832(PCA10040 board) to communicate with nRF24L01+. I program the example application( \examples\proprietary_rf\esb_ptx)(SDK v15.0.0) on the board...