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 !!! :-(
hai
i was started a bluetooth based project. So i have started with a blend micro.But the range of communication was very short.So i have chosen ble nano with TX power...
Hi
I am calculating the power consumption using
devzone.nordicsemi.com/.../
But there is some point that I don't understand.
When the BLE event type is "Peripheral...
Hello,
the past week I am trying to make the bootloader_secure example work for a custom hardware with no luck. This whole procedure give birth however to several questions...
Hi
I am currently working on a BLE based hardware but I am a little confused about the terms such as service, characteristics... etc.
Let's say, I would like to control...
Hi,
I am using the following function to read the content of a register:
static ret_code_t read_reg(uint8_t slave_address, uint8_t register_address, uint8_t *value)...
Hi,
Could you please help me identify the file and function name that is used by the S130 softdevice to start HF clock automatically for ble advertising? I can see that Clock...
Hello again,
I'm working with the ble_app_hrs example application with DFU app support. I'm following the DFU procedure and I've reached the point where I actually start...
Hi everyone,
My idea is:
I have several nrf51822 ble devices and I want to connect them simultaneously one by one with gateway over IOT. I am using bluz gateway shield...
hi all,
I use nRF52 SDK11 with ble_app_beacon example.And write some code in main().
uint8_t buf_data[32];
unsigned char c_data[] = {"abcd"};
//unsigned char c_data...
When debugging my application, I'm finding that gdb blocks at app_scheduler.c:253 like this:
(gdb) bt full
#0 0xfffffffe in ?? ()
No symbol table info available.
#1...
I'm using SDK 12.1.0, gcc, nRF51822, no SD init'ed or enabled at the time this code is running. I need to retain the values of a bunch of variables across a sys off.
Here...
I want to integrate nrfjprog.dll (or nrfjprog.exe) into my own windows APP, but I can't find the detailed document for usage of nrfjprog, could someone tell me where I can...