I’m curious about the current consumption.
Based on the nRF52840 chipset, I found that the current consumption in both sleep and TX states varies depending on the TX power...
Hello, I am working on a project using a custom hardware configuration based on nRF5340 and nRF7002 similar in configuration to the nRF7002-DK, except without the on-board...
Background : To set up a Matter ICD (Internet Connectivity Device) and Thread as a SSD (Sleepy End Device). Here are the detailed settings:
Currently, the Matter over...
Hello,
I am using the nPM PowerUp application with the npm1300 Evaluation kit. I am trying to configure the bucks (1 and 2) to be on/off controlled by one of the buttons...
Hello,
I am working on a prototype board based on the nRF7002 DK. I have managed to preserve the entire PCB layout sections for the nRF5340 and nRF7002 radios and antenna...
I have finished developing an application, utilizing the nRF 9151 DK, and I am now working on transferring the firmware to a custom board and testing it. However, when creating...
We are working with the nRF7002-DK board and need to measure and minimize power consumption. We are using Wi-Fi in our application and currently working with the sample nrf...
Hi, I am following the tutorial devzone.nordicsemi.com/.../ . to try to use eclipse to program and debug.
I have installed Eclipse on windows and I can compile without...
Timers are defined by a macro: APP_TIMER_DEF. This unfortunately expands to:
#define APP_TIMER_DEF(timer_id)
static app_timer_t timer_id##_data = { {0} };
static const...
Hi, we're working on a project that involves constant streaming of gyroscope and accelerometer data from an NRF51822 based module to a Linux machine.
What we've been working...
I am using the ble_uart_app on the dev kit with the nrf52. SDK version 11.0.0. How do I get the bsp_event_handler to get fired on a button release and button push event and...
Hi, I'm using stlink + openocd to flash and debug and it works fine.
But I want to measure the current consumption with nrf51822 debug interface off
Is there an equivalent...
I have a high-speed signal which I would like to sample with the nrf51's ADC. The signal is periodic (80kHz) and is from a low-impedance source (op amp buffer). I don't need...
I've been searched windows sample application for bluetooth.
I got android sample code but I need MFC sample code now.
If you have the sample code please let me know.
...
I've been playing around with the multi-central central/peripheral examples and I thought I would modify the peripheral to instead use a service I had written for another...
Hello,
If I supply 1.85V on the "External supply" pins, can i use all the modules of the board (nRF51DK)?
I need to have less than 2V on some of the pins as an output...
Our application is a smartband based on nRF 51822 with SDK 9.0 S130, and we found that the device will stop advertising unexpectedly (application is still alive). We have...
Looking at the radio section of the nrf52832 data sheet I see that in section 21.1.2 Packet configuration it is stated that
"For all modes that can be specified in the MODE...
Hi everyone,
Just a brief introduction about my system, I am currently working on Brain computer Interface which was funded by NSF. In our system we have Sense electronics...
hello there , i have put my nrf51 dk in system off mode.then i am generating interrupt using button 3 to wake up it. but my nrf51dk can't wake up. can you hel p me??
my...
Hello.
I use nRF52 DK, S132v2 and PCA10040.
I want to get timestamp like GetTickCount of C++.
When I searched Documentation, I found RTC what can do like GetTickCount...