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 have been trying the various examples from the SDK with Keil V5.23. Some work, some require changes to IROM1 and IRAM1 before they will run Initially giving an error...
I am trying to change the mac address of my device every time I advertise a packet. I have a callback on_ble_radio_active_evt where I update the address like this:
...
(I'm developing a firmware on nRF52832, but had actually stareted on nRF51822 and observed the same issue, SDK 12, pending migration to SDK 15)
When my app starts, I output...
Hi all,
I am investigating different protocols to support a network of very low-power Devices and Hosts. The Devices are mostly static (i.e. they don't move around very...
Dear developers,
I am developing a scheme where the nRF51 (central role) connects to iOS device (peripheral roles). The nRF51 connects, performs the discovery procedure and...
Hi,
I developed an application on the nRF51 Dongle (PCA10031) and am now trying to port it to this module. It is a nRF51822 AA device (256K Flash, 16K RAM), and it is Rev...
Hello everyone, I'm currently working on a project and I'm encountering issues.
The project involves with a BLE and a smartphone. The goal is to send Data from an application...
Hi
I have successfully(?) altered my application from using BLE_GAP_PHY_1MBPS to BLE_GAP_PHY_CODED. But how can I test it?
Prior to the modifications I tested the application...
Hello.
I'm trying to add encryption to the secure DFU bootloader. I'm using SDK v15. I know this topic has been discussed on this forum before. In particular I have found...
On NRF52840 DK, I don't have a softdevice installed. I want to do DFU with s140 softdevice only update. But it gives the following error:
raise NordicSemiException('Extended...
Hi,
I got a problem that doing the DFU through buttonless example, but successfully upgrade only in bootloader.
I used OPPO R9s (Android 6) with my personal cell phone...
which pin to use for TWI method communication, in board type 10040 nfr52832 model Taiyo Yuden EKSHJN
in file 10040 I have this definition of pins: what should i change...
Hello:
I have been at this problem for days now and not getting anywhere to a solution. My app is using a static passkey for encryption and does timeout after 30 seconds...
Hi,
I'm experimenting with incorporating " ATT_MTU Throughput" Example into our project.
I'm using nRF52832 as the peripheral and a SDK52 as the central.
The central...
Hi Everyone
I am trying to achieve the following objective
I want to upload the hex file of my application code which blinks leds after 1 second without using th SWD interface...