I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello,
I modified ble_nus_c to manage multiple connections.
The first time (first client) i call sd_ble_uuid_vs_add in init, it returns OK. The second time ERR_NO_MEM...
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...