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...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Hi,
I was wondering why DFU_IMAGE_MAX_SIZE_BANKED is calculated as
(((DFU_REGION_TOTAL_SIZE/2) - DFU_APP_DATA_RESERVED))
and not
((DFU_REGION_TOTAL_SIZE - DFU_APP_DATA_RESERVED...
Hi, I'm using ble_app_uart application from latest nRF52 SDK on IAR compiler 7.1 and PCA10040 board.
It loads and runs debug code, but it does not add breakpoints on any...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Heading ##Here my PCA1000 board is getting detected in nRFgo studio even i can program and debug it, But i cant see COM PORT.
Can anybody help me out in this...
When i...
Hi,
I'm trying out the nRF52832 with kit PCA10040 V 0.9.0. I have S132 softdevice installed and running the ble_app_pwr_profiling example from nRF5 SDK v11.0.0.
I'm...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
I am trying to manage the bonds as follows. I've defined the max bonded masters as 4 on my slave. When this list gets full, I delete a random bonded master on the slave (not...
I'm trying to flash to a device with the GCC toolchain using "make -f Makefile flash_softdevice" and nrfjprog fails with the message "ERROR: There is no debugger connected...
Hi.
I've searched this forum and also the code for pin muxings. One of post here said that any gpio can be configured for any output. However how is this done in code?...
I have a peripheral device based on the nRF51822, s130 and SDK 11.0.0. It's designed to only ever have one central device to which it's bonded. Out of the box, without a bond...
Hello.
I have a question.
I want to use UART without flow control.
In this case, I don't know what to set rts_pin_no and cts_pin_no of app_uart_comm_params_t.
Please...
I use nrf51822qfaa,s110,v8.0.
now i use the TWI master.the nrf_drv_twi_tx function always return 0x03(NRF_ERROR_INTERNAL),WHY?WHO can help me?
code:
nrf_drv_twi_t twi_instance...