Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Hi Nordic,
For my application, I want to have the absolute acceleration (without gravity) from a MPU6050. I know that this device can do that because it has 6 axis and...
Hi,
I am trying to maintain a single bit of information through a power-on reset event (sd_nvic_SystemReset();). I am trying to do this through the configuration of an...
Hello,
I'm having problems running the DFU over serial bootloader example. The nrfutil command to update the application fails with message "timed out waiting for acknowledgement...
Hi together,
I'm trying to scan for BLE Beacons and I got the problem that if I set setReportDelay() to a value unlike zero, the onBatchScanResults() method is called and...
Hi,
I am trying to measure the current consumption on my application, and measured some quite high values even after calling sd_app_evt_wait().
After reading through some...
We have a product that uses nrf51422_CE_AA, Revision 3, 256KB ROM, 16KB RAM, PCA10028, SDK 8.0.0, S110. We have sold over 8000 devices of our first product. Currently we are...
Hello,
My problem is to much current c.a. 40uA in POWER OFF mode. Below attach code:
void power_down()
{
nrf_gpio_pin_clear(22); // Wylacz mostek tensometryczny
nrf_delay_ms...
With nRF52832 DK I have managed to compile this blinky example:
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include "nrf_delay.h"
#include "nrf_gpio...
I am getting no radio (as in not being able to pick up advertisements packets) from my custom nrf52832 board. The antenna design is a hack so I am not looking fo stellar performance...
We are looking in to developing a generic class to connect and handle our BLE devices for use on mobile devices such as Android and iOS.
Now since we want to have as less...
Hello Experts,
I am running the following examples to test the DFU bootloader in gcc and eclipse environment.
bootloader_secure/pca10040(Bootloader) and experimental_ble_app_buttonless_dfu...
I found a problem of the nRF51822 in boot state.
Power on reset is not executed occasionally when used dying battery.
The problem occurs in the following steps:
...
Hi All,
I'm having a BTLE_CONNECTION_TIMEOUT when I connect the device in Master Control Panel 3.10.0.14 while the chip is not in debug mode.
The device connects without...
Hi
I am trying to upgrade the firmware in a BL652 using a Segger Jlink Edu.
The BL652 is powered with 3.3v using a regulator off the JLink 5v output.
I had poor/unreliable...