Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
One of our products uses the NRF51822 for Bluetooth communication.
This product is now undergoing CE certification. Is there a CE DoC (Declaration of Conformity) for the...
When creating a new board in the nRF Connect VSCode IDE, and just entering the basic items for name, if trying to use sysbuild there is a CMake error. I used name "foo" and...
I'm running Windows 11, have the kit connected with a microUSB cable and it shows up as a properly working nRF device on COM5 in device manager. I'm using v5.0.2 of nRF Connect...
Dear Nordic team,
I have developed a device using N51802QFAA, but I am doubt whether this chip will be discontinued in future. If you are going stop its production, when...
Hi~~ Nordic Team!!
Our project is to read data from sensors and transmit it to a smartphone. So, we are configuring it using Mesh chat, and like the Meshchat example, the...
Hi everyone,
I'm working with the nRF52832 on custom hardware , and I'm experiencing an issue where the microcontroller shuts down after around 30 seconds, regardless of...
Hello,
We are planning to use RT500 MCU as host of nRF7002 WiFi chip.
We are looking into firmware update for nRF7002 chip.
I read through these documents
https...
Hi,
How can I expand the time in the red box to the total time so that I can calculate the average current with time
Thank you for all your assistance. Kind regards...
Hi, Guys.
I am developing a custom hardware keyboard using the ble_app_hids_keyboard example source code of SDK17.1.0. The basic keyboard function works well. And Caps Lock...
Hi,
I am using version S140 of an nRF52840 in an application that creates an extended (S=8) advertising beacon. For my application to comply with regulations, I need to...
On iOS 18 beta we faced a random issue: creating CBCentralManager doesn't trigger BLE permission dialog. There is a thread about this on Apple forums .
Freshly installed...
Dear support team, I see that the mater/Template (Release) example only needs 715K of memory, as shown below:
I want to use nrf54l15pdk/nrf54l15/cpuapp to compile a firmware...
I am experiencing an issue to reach the ADC Max value(4200mV) on the nRF5340(our custom board) . We are using a 12-bit ADC, 4.2V and received a reading of 3297 mV, but we...
Well, this one took me many hours of tracing to track down the root cause, so I hope it helps someone!
Note: I wasn't able to reproduce this directly with a sample included...