I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hi,
I'm trying to send custom messages between server and client, based on the light switch example. I've modified button_event_handler and the client was able to receive...
Hi Nordic team,
I have an issue: I have to program/flash my mesh application together with softdevice140, mesh-bootloader and device settings page on the nrf52840 chip....
Hi everyone,
I am facing a kind of a strange problem. I want the system to enters system OFF mode when a certain pins goes to LOW. For that reason I have include code section...
I plan to use the nRF52833 or nRF52840 chip and as usual it needs a charger circuitry “PMIC” to charge the battery "Li-Ion"
Is there any special PMIC version recommended...
I'm using nRF52810 in a CR2032 battery powered device.
I use the DCDC mode to enhance power consuption. According to Product Specification in release 1.3 (and unlike nRF52840...
Hi,DevZone
I'm not Native English , sometimes can not express exactly, So, I'll provide a concise description about the question
1, platform: nRF52832_QFAA _E1, nRF5_SDK_13...
I used the NFR connect tool to install softdevice on the NRF52840 Dongle. I see noise about another tool to set up this kit in this forum; these are old. I forget what it...
Hello,
In our application, the central device will connect to one peripheral node at a time, collect the data, and disconnect it. There may be more than 30 to 40 peripheral...
Hi
I have two board nrf52833 along with the antenna array.
I want to implement Angle of Arrival.
I want to know from where can i start. any demo example
please me...
The global window in Nordic SES does not display the static global variables. I am probably missing something very simple, but I can't figure out how to view them when single...
At the very beginning of the program in the main function, my stack pointer is 0x20026390, although I expected it to be in the 0x20040000 area.
In this case, static memory...
Hi, I am using a thingy 52 board. I have Arm jlink programmer to load the program. And I have loaded the program successfully. But I want to debug the code. So, How can I...
Hi I looked at the lte_ble_gateway sample in the nrf connect sdk and noticed that we are able to simple call bt_ready() as if the nrf9160 is an nrf52 device. How is that possible...
Hi,
I have several timers and they will be app_timer_start() several time. I am not using APP_TIMER_MODE_REPEATED because they are not started immediately after they expire...
Hello, I am having an Assertion failure like this:
My nrf/ext/lib/bin/supl/CMakeLists.txt looks like this:
Line 9 is already changed to if(CONFIG_FPU), as per the...