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...
both for APP_UART_FIFO_INIT and APP_UART_INIT i never receive APP_UART_DATA_READY
but at least i get APP_UART_DATA sometimes .
most of the times i get APP_UART_COMMUNICATION_ERROR...
I'm trying to monitor the time a signal is high/low on a GPIO. It seems to work alright with timers and PPI, but I wish there was a way to reset the timer upon capture.
...
Hi,
What is the largest possible value of "MAX_VAL" for application timer given below:
"#define APP_TIMER_PRESCALER 0"
"#define M_DELAY APP_TIMER_TICKS(MAX_VAL, APP_TIMER_PRESCALER...
Since UART-BLE is an emulation of UART on BLE, is there a need for physical wiring of the pins (RXD, TXD)? Assuming I'm not using RTS/CTS as I have disabled flow control,...
I used to store 10 bytes to flash with pstorage under sdk version 8.2 and it always worked fine. As I also use the mesh app, the timeslot_handler dispatches the pstorage events...
The link below here, has a tutorial about using RTT debuging with keil.
devzone.nordicsemi.com/.../
I don't have keil and i use arm gcc compiler, can you please guide...
Hi.
I'm using PCA10028 as central, SDK10.0.0, S130 V1.0.0.
I can discover 180A UUID and characteristic UUIDs which pripheral device provides such as 0x2a29, 0x2a24, 0x2a26...
my project use s110 8.0.0;I'm using nRF51422_xxAC.
And my project have 7 services.all the Characteristics is 81.
But after I had add 23 Characteristics ,I can't add...
Hi.
I'm trying to get 128bit service uuid as referring to "ble_app_hrs_c" source code.(S130)
And my test peripheral device provides GAP, DEVICE Information and User service...
Hi
I've detected that when using the NRF51822 under Eclipse and GCC compilers, global variables are not automatically initialized. This is because an error on the startup...
I am having some issues figuring out how to send a simple string or character to my central.
What I want is the peripheral to send an acknowledgement back to the central...
Hi,
I want profile / Log the events occurring in my board and save them on to flash. Unfortunately when ever my nRF51822 goes to sleep and wakes up again APP_Timer which...
Dear nordic guys, I'm developing with nrf51822.
I have one simple question.
My customer LG electronics wants to get the nrf master control pannel android app source code...