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 !!! :-(
As mentioned in this article are these vulnerabilities addressed in Nordic Semiconductor's products?
https://thehackernews.com/2020/02/hacking-bluetooth-vulnerabilities...
Hi everyone,
I am using the nRF52840 and SDK 16. Following THIS tutorial was able to create my BLE custom service and see my service with the custom UUID.
The problem...
Need to design a simle RSSI based tracker using nrF52810. Due to current global issue, cannot order hardware at the moment.
So meantime I am planning to learn all software...
Hello,
Originally, the Zigbee light_control examples ships with a bulb that can call the zb_bdb_finding_binding_target() function , and a light switch that calls zb_bdb_finding_binding_initiator...
I searched in this forum about softdevice_fault_handler errors, but could not find the cause of my problem. I need to obtain more information for a softdevice_fault_handler...
Hi,
Can you please let know a way to run two processes two process simultaneously on the two cores of nRF5340 board. An example project would be of great help !
Thanks...
Hi teams
After I follow this post.
https://devzone.nordicsemi.com/f/nordic-q-a/53909/sending-multiple-packets-at-every-interrupt-interval
And I modify my source code...
Hi, I tested "Simple_coap_client" and "simple_coap_server" on NRF52840 using Threading SDK.
I want to change the transmit power, so I used "otPlatRadioSetTransmitPower ...
Dear Nordic:
I have a ble central device. I assigned several ble sensor names to scan. If i find one,i will record the peer address for further use.
Now I have 3 sensors...
Hai Nordic
I have a question related to nordic nrf52 sleep and wakeup
I want my ble services are to be in sleep mode for 5sec and it has to wake up after 5sec. is that...
Hello, I'm getting started with my nRF52833 DK, and downloaded SDK 16.0, and it looks like in the examples the project types for, say, ble_app_hrs they have these options...
SDK16, 52810, nrf_drv_twi_tx,
for the 4th parameter, no_stop, should set to TRUE or FALSE, what are the differences exactly? I am really confused on this, because on 51...
Hi Team,
Need explanation on some of the macros and section creations which are part of examples codes.
1. NRF_SECTION_DEF(test_case_data, test_case_t); where " test_case_data...
Softdevice 6.1.1
SDK 15.3
We have been using the nrfx_uart driver but realized we need to have multiple instances on our new hardware so have changed to using nrfx_uarte...