I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
The problem
I am trying to build the examples contained in Bluetooth Mesh stack, but I get the following error when running cmake :
...
-- Found assembler: /usr/local...
we tried to configure two gpios as output{two separate controlling switch) at a same time.hex file formed without error but we are executing that hex file on nrf51422 dk board...
Hello folks,
I have been trying to flash/debug an example(blinky_blank_pca200006-nrf51822_xxaa) from nRF SDK installation but to no avail.
The hardware is actually the...
In latest release of MESH SDK v1.0.0, there is support for DFU Bootloader.
It will be helpful, when there is upgrade from firmware side to add new features & remove bugs...
Best way to send datetime from android app to nrf52.
Ultimately I am trying to send two datetimes from android app and compare them with the current time in BLE device...
Hi, I'm using nrf51822 module for bluetooth connectivity in one of my projects. I'm able to compile the code in keil v5 without any errors or warnings. But I'm unable to find...
Hello,
I want to allow users to change the device name as they like. I've been reading about it and I know what needs to be done, i.e. write to the device name characteristic...
i want to add a PA for a nrf51822 chip inorder to extend the coverage. i choosed a PA IC named RFX2401C.i am wondering how to deal with the TX pin and RX pin of RFX2401C.could...
Hello Guys,
I use BMD-350 rigado module for development. Now I want to programme it using raspberry pi 3.
I am using OpenOCD in raspberry pi to programme nrf52 chip...
hello,ereryone!One nrf52832 as ble_central,and another nrf52832 as ble_peripheral.
and the ble_peripheral (nrf52832 )set static passkey:
#define SEC_PARAM_BOND 1
#define...
I am working through the heart rate monitor central ble device code on Nordic SDK 8.1. I noticed that the variable
bool m_memory_access_in_progress = false; /**< Flag to...
I'm wondering whether or not we can make a specific BLE peripheral device with having this ability to be supported by client iOS/Android device for automatic scanning/reconnecting...