Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hi,
I am using SDK15.3 and nrf52832. I am using multilink central example to connect to my peripheral device. I have one peripheral and one central device.
As soon as...
Hi,
I am using below setup
nRF52 Development Kit
pin_change_int_pca10040 example application provided in SDK
Segger Embedded Studio on Windows 7 64 bit
I have...
I've been trying to get debugging working with the STLinkV2. I'm not able to step into code whatsoever, when I pause execution it appears t PC is at:
Info : halted: PC...
Hi,
I'm creating a low power thread node with the thread stack.
I'm experimenting with the scheduler to make my system as low power as possible.
I wonder how many...
Hello:
I am using the nRF52832 DK, QDEC peripheral. We are developing an encoder for a customer and are using the DK for development. Since our encoder is not ready yet...
Hello,
i follow this example " https://rigado.zendesk.com/hc/en-us/articles/360025376053-Add-Nordic-DFU-to-a-SDK-Example " to change ble_uart_example (enter new library...
Hello,
With the last environnement version, there is a potential issue
CMake Error at F:/Git/YYY/Projects/ZZZ/TTT/nRF_SDK/ncs/zephyr/cmake/extensions.cmake:395 (file...
Hi, I have built an nRF52832 application using SDK15.3 / S132 6.1.1 that runs on E0 chip revision (development board). If I program B0 chips (production boards) with it, it...
Hello, I encountered a problem during my development. My phone is paired with MITM and pin code security. I enabled the service changed indication to indicate the smartphone...
SDK ver:15.2.0
demo:usbd
i want to use the 52840 usb function ,the pc is the host ,the 52840 is device。
i cant use respond_setup_data to send data to pc。
but how to...
Hi All,
I am using nRF52840 for product development , there is a issue on measure the TX power .
Now , my firmware is development with softdevie, I want to comfirm my...
I am a newbie to Nordic thingy and Keil. So please help me with this.
I downloaded SDK and opened it in Keil. It asked for updating software packs update and it was
done...
Hello expert,
I follow the steps with this tutoriel " https://rigado.zendesk.com/hc/en-us/articles/360025376053-Add-Nordic-DFU-to-a-SDK-Example ".
I reach to the DFU...
Hi
I made a custom board. (using nrRF52832)
At frist, I tested my code on 52DK(PCCA10040). It is worked.
And then I tested my code on custom board. I changed my code...