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 !!! :-(
I have troubles with connection using nrf51822 and android phones:
First I connect and bond the device to the phone and it works ok.
Then I periodically...
Hiya,
Regarding voltage amplitude peak to peak for external high-swing clock HFXO 32MHz, what's supply rails?I don't find out this specification defined in datasheet PS_V1...
My phone is like beacon that transmit service data.
(I checked service data in different phone.)
scandata.png
So, I want to recieve service data, service UUID with...
Hello,
I am really new to the field, I apologise, if things I am saying do not make sense, explanations and corrections appreciated :) I am trying to reach IPv4 internet...
Hello,
I would like to make use of an external ADC that is connected to my nRF52832 through SPI & easyDMA,minimizing the use of the CPU (or without using the CPU).
The...
Hi all,
I am started my project using the softdevice S130 v2.0.1 and the ble_app_uart example(SDK11) on a custom board with the nRF51822. I had to made some changes for...
Hi,
after porting an existing application from version 3.0 of the s132 SD to version 5.0, I experience, that sd_ble_gatts_rw_authorize_reply() returns NRF_ERROR_INVALID_PARAM...
I want to use the SPI in master mode, but the slave just have three lines,the miso and the mosi is the same line,but I don't know how to config the pins? Do the nRF52832 supports...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
I am trying to wrap BLE into a nice c++ class.
For this i am using ble_app_uart example.
I think it was working fine until i was up to clean the helper functions.
After...
Hello,
I have a nRF52 as central and a cc2650 as peripheral, when I received advertising answer, I can't see the full size of advertising data (see 7 instead of 31). With...
Another programmer developed the nRF52832 source code using IAR.
But I want to use Keil uVision.
So please tell me how to convert IAR project file to KEIL uVision Project...
Hi!
Using SDK 14, nRF52382, used ble_template to develop a custom app.
I have problems with BLE_GATTS_EVT_WRITE not being called.
I do not use auth. My custom ble sevice...