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 !!! :-(
Hello,
I started developing a Thread-Solution with my NRF52840-DK. Now I'm searching if there is a Message Sequence Chart (like for the BLE solution) also for the Thread...
Hi,
I'm testing the below example code, found on devzone, on mesh sdk 2.2.0.
I'm experiencing a strange issue on the read side. On the first read after the write I always...
Hi,
I have an application (central mode) which regularly connects to a number of clients, read characteristics and then disconnects again.
Whenever there is an unintended...
I'm have nRF52 DK, wish use nrfutil (v4.0.0) to update target firmware. Works fine when using -n "Target Name", but I get a "Device not found" when trying to use parameter...
I have a custom designed PCB that has the nRF52832 (taiyo yuden EYSHCNZWZ) on board.
When I flash the board using pogo pins and the jlink (debug out) from a nRF52DK, everything...
Hi,
I am using the nRF51 dongle to connect and subscribe to specific characteristic and i am getting notification correctly but when subscribing to another notification...
Hello,
are there any plans / work in progress to support 802.15.4 radio in mbedOS?
Currently nRF52840-DK is a supported target platform but if you want to work with
...
Hi all,
I am using power profiler kit to measure as mentioned below screenshot.
I want to achieve current number as mentioned in Nordic product specification as" IOFF_RAMOFF_RESET...
Hi,
I'm using nRF52832 with IAR and SDK V15, S132.
I incorporated the peer manager in the uart serial profile example.
I assume, since I have 3 pages (inc. GC) set in...
I have a device that uses peer manager to pair using a key. I have noticed that the device will connect to an app and stay connected even if the pairing procedure is not completed...
Hello,
I am using the nRF51 dongle, SDK v10 and s310.
I want to use the dongle as a ANT+ receiver and BLE client to connect to multiple BLE peripherals. I have looked...
I am once again frustrated with nRF5 API's. Getting a value from analog input pin is that simple with Arduino API's:
int sensorValue = analogRead(A0);
That's all you...
I'm using an IMU sensor and transferring data over Bluetooth to Android device. The data sampling at 400hz, and I'm sending 6 packets per connection, each packet 20bytes....
Hello!
I am using the PORT event interupt sense handler to wake up the device from various pin interupts. We have in total 6 pins that need to do that.
This works fine...
Hi,
In my project, I am interfacing various modules (UART over ble, ADC, SPI, I2C) on nRF52840-Preview-DK board. I use IAR Embedded Workbench with nRF5_SDK_15.2 for code...