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...
I am looking for some guidance and an example on how to use the sd_mutex related functions.
So far, I keep getting into the HardFault_Handler whenever I call sd_mutex_acquire...
Hi,
For a home automation project I'm considering using a Freescale development board FRDM-K64F with an RF module nRF24L01+ Nordic 2.4GHz Radio for communication as edge...
In the latest version of ADT (Android development tools Build iV22.6.2-1085508 Eclipse), nRFUart source code will not run. It says "errors must be fixed before running this...
Hello all,
We are working in the field of Electric Bike Propulsion Systems.
We want to add BLE support in our product. Our aim is to send data form our product side to...
We are implementing a small battery powered BLE advertiser using the nRF51822 with an odd requirement that the advertising data needs to change between each advertisement...
Have configured battery service as the example ble_app_hrs.
This works well, but the BLE PTS fails.
The battery service has been configured for multiple instances.
...
I have a nRFready Smart Remote Kit.
nRFready Smart Remote feature:
Device : nRF24LE1
Host : nRF24LU1+
Can I use it in Android OS(for example Samsung Smart...
hii....
am working on a custom profile having broadcast feature in active connection... am advertising some sensor readings and scan response and a battery service before...
Keil uVision 5. SDK 7, SD310 Version 2, PCA10028 board
I'm NEW to ANT. I have running ble_ant_app_hrm example. The code compiles with no errors or warnings, loads, and...
Please help: Debug is mentioned in many places and is of several types (uart, ble, assert...). I need clarification to distinguish which debug type is in effect, and how to...
I have a project based on ble_app_lbs example. When I started the project I was using the S110 stack and SDK 6.1. I have much of my BLE code working, but the project has expanded...
It seems to be the case that pstorage_write errors (for example forgetting that it needs to be word-alignment, so 4 bytes at minimum), do not end up in the pstorage_callback_handler...
Hi there
I have never used a nRF51822 device but it looks like a good option for a product development.
Reliability of the link is a priority so the design will include...
I want to connect Bluetooth Smart chip to a weighting scale, read the data and send it to a phone.
Is this possible and what requirements there are for the scale?