Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
Can't I connect to device that hasn't been discovered yet??
I'm trying to connect one device( A ) to another device( B ) which ADDRESS is known but never discovered yet...
Hi there,
We're looking at doing something with beacons so that we can make use of the way iOS handles scans for them in the background differently to other peripherals...
The debugger does not work with the latest GNU toolchain for ARM Cortex-M build. It throws the following error on Eclipse:
Could not determine GDB version after sending...
GPIOTE Library makes my Board(nRF51422-QFAC) Brick??
I just build my nRF51422 Board, and It's pretty working well before I've used GPIOTE Library.
Before using GPIOTE...
Hi everyone,
I am seeing an issue where the SPI (master) ignores the first byte of RX buff and begins storing the received bytes from RxBuff[1] instead of RxBuff[0]. In...
Does anyone know if there is any documentation of nrf51822's current consumption? Perhaps, something similar to CC254x's Application Note . I'm mostly interested in the current...
Hello,
I would like to build two boards that can send small messages between them, at long distance. For that I would like to use some of your devices (I used 51822 in...
Hi
I have working module which communicates via uart with another module. It works good, unless it is heated to 40C. After that temperature UART communication is not correct...
Hi Engineers!
We made our own ten (10) PCB's with nRF52840 MCU onboard fully according to "Circuit configuration no. 3":
1. LDO only mode (VDDH connected to VDD connected...
I have a custom circuit with nrf52832 which I am trying to program.
All i/o pins seem to be working fine except pins P0.06 - P0.10.
I'm testing it with mbed (digitalout...
Hi,
Thanks for taking the time looking into issue.
We are using Keil uVision 5.14.
Our target is a custom board (BMD200 eval Module based on nRF51822)
We were able to...
Hei guys,
for a new custom board based on nrf52832 where i have to minimize power:
have an external Li-Po battery, with a cutoff @3.0v, so the range will be 4.2v...
blesc_pairing_dhkey_check_failed.zip
Hello,
I used the example ble_app_multirole_lesc and paired with nRF Connect app. However I got the error message (in Bluetooth...
Hi!
So I have my GATT value of a service that I would like to update.
Sadly that value always stays at the initial value.
Below you can find my update function.
uint32_t...