I was doing a demo code to implement a wake up triggered by motion. I was able to make it work with the integrated low power accelerometer on thingy52 but it only worked 1...
Hello at all, I try to compile the example peripheral_uart for the nrf54L15-DK. The goal is to compile without west. My directory structure:
where I copied everything from...
Hello, I've a nRF9161DK board and I would like to connect a UART to an external device.
Looking at the schematics I see that both UART0 and UART1 of nRF9161 are connected...
Hello, I know it's a bit basic, but running through all the docs for thingy91:x I got a bit lost.
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides...
Hi Nordic team,
I'm currently working on a real-time distance measurement project using channel sounding with the nRF54L15 DKs. I’ve been using the channel_sounding_ras_initiator...
Man,do you have the experience on DIY Bluetooth headset with PCA100059?
I raise this question for I hate the current product limit: limited time to run,short lifetime of...
Hello, I'm trying to perform a firmware update using the FOTA feature on the nRF7002. After building and running the firmware update code, the following error occurs:
...
Hi team,
I am integrating bmp180 and mpu6050 into a beacon code.While integrating,I am getting the following error
"NRF_ERROR_MODULE_ALREADY_INITIALIZED".
Please help...
SDK14.2
Segger Embedded Studio
nRF52 development board
According to this post https://devzone.nordicsemi.com/f/nordic-q-a/20556/how-does-the-saadc-scan-mode-use-the...
Hi All,
Currently i am working on Zephyr RTOS as a target of PCA10040 DK.I have been compiling and executing a simple "Hello World " example.
While doing cross compilation...
Hello,
I have use the BLE Multi-link Example as a central. For the priripheral I have use BLE Blinky Application and UART/Serial Port Emulation over BLE ( <InstallFolder...
Examples in SDK15 use the Observer pattern to handle BLE events (using the macro NRF_SDH_BLE_OBSERVER). AFAIK, the registered handler runs in some IRQ context, typically higher...
Hello Nordic team
I am working on nRF52832 DK, SDKv15.2.
My question is how we can send and receive more than 100 bytes of data? I know nus services doing it. Also how...
Hello,
On one of our custom board with nrf52832, after programming it like 3-4 times it stopped responding on the nrfgostudio as in it was showing no device detected,...
Hello,
Now i use SDK15.0 and NRF52832 to make a BLE scanner.
I want to scan advertisers every 5s , scan window and scan interval are equal(max=0x3FFF). Also,they are all...
Hi there,
I am facing a situation where I require my BLE Peripheral runs multiple GATT servers instances or add new characteristics to my peripheral to be able to connect...
Hello,
Now i use SDK15.0 and NRF52832 to make a BLE scanner.
I want to scan advertisers every 5s , scan window and scan interval are equal(max=0x3FFF). Also,they are all...
Hello,
Now i use SDK15.0 and NRF52832 to make a BLE scanner.
I want to scan advertisers every 5s , scan window and scan interval are equal(max=0x3FFF). Also,they are all...
The example(s) in the nRF5 SDK 15.0.0 does not log to neither the terminal nor the RTT Viewer. I have enabled logging (I think) by setting NRF_LOG_ENABLE to 1. The example...
Hello,
I have an application that is meant to be used mainly as a peripheral. I'm now exploring options to expand functionality via 3rd-party accessories. For this, I need...
I am new to Nordic parts. I must say the PPI looks very neat, and the EasyDMA. I'm wondering if they can solve a particular problem.
I need to emit a rather peculiar pulse...
Now,
i have nRF51-DK.
now, i'm use one ADC pin in coding and one wake-up pin for device wake-up.
but i want to remove that wake-up button. and need to wake up device...