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 There,
For nRF5340 board, If I want to update encrypted net core bin file using FOTA, then what are the options to achieve it.
I have created encrypted image manually...
I am just wondering if Nordic is actually working in their R&D lab on the nrf9160 update with an LTE cat 1 SIP. I think the current IoT application development requires higher...
Hi all,
I'm using an nRF52-DK for testing the connections of pressure sensors (BME/BMP280), I tested first with arduino, and then I'm using the same code with Platformio...
Working on 52832, with SoftDevice S132, SDK 17.0.2 Our boards have external 32MHz crystal as the source of HFCLK.
Our application samples the ADC periodically using the...
I am in final stage of pre-production code and would like the associated indicator LED to go to OFF
when the coordinator is lost or powered down. I can detect it joining...
Hello!
I am struggling to configure a quadratic encoder with the nRF52840. As far as I know, the code should be working. However, when the encoder rotating, the terminal...
Hello there!
We are using nRF51822_xxac SoC with nRF5 SDK v12.3.0 and S130 Softdevice. We are kind of obliged to stick with nRF51822 because nRF52840 SoCs were out of stock...
I allowed some Windows10 updates to go through earlier today, and now I can't get my code to build.
I've even gone back to some previous versions that worked yesterday and...
Hi,
NCS for Windows VSCode have update to last,
TERMINAL panel can't copy one line,
and can't clear all.
Suggestions for improvement.
thanks
Best Regards
Toolchain: 1.9.1
modem fw: mfw_1.3.1
PC OS: windows 10
Terminal software: Tera Term
SIM card: AT&T (North America)
in the modem shell example code, in "prj.conf...
There are multiple issues like https://devzone.nordicsemi.com/f/nordic-q-a/81793/jlinkarm-dll-load-failed-on-m1-mac which are basically just « resolved » by saying « these...
Hello,
I'm trying to figure out what I am doing wrong (or what I misunderstood) about the bitrate.
According to my benchmark, it takes 1.42ms to send 128 bytes using ESB...
Hello, I'm using SFH 7072 Heart rate sensor with nRF52832 board , But i'm not getting actually heartrate, i'm getting like a 6-7 digit output , for that which calculation...
It is written in the datasheet that if i try to receive bytes more than the number i put in the maxrx register "incoming bytes will be discarded" does that mean all the bytes...
Hello,
I am working on application using nrf52810 SDK version nRF5_SDK_14.2.0_17b948a
In my application i need to read characteristics value, so after following tutorial...