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'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
I have found the bellowing code which was in s130/ble_gatts_struct_seriallization.c of nRF51_SDK_10.0.0 : ( ble_gatts_attr_md_enc)
/* serializer does not support attributes...
I have two device , one is Tx-Device the other is Rx-Device.
Tx-Device : Auto continued Send 4 bytes data to Rx-Device by Radio.
Rx-Device : Using Radio Interrupt receive...
First of all I'm a BLE novice, so sorry if I'm asking obvious questions. I've built a home project where a battery powered mcu listens for requests over wifi and drives a...
Hello.
I'm trying to do as follows: ONE button used either to wakeup or to put system to sleep. In general almost everything is working but I cannot find how to configure...
HI,ALL
as i known, the BLE key is a six digit pin.
and in the static void device_manager_init(bool erase_bonds) ,the statement shows below:
register_param.sec_param...
According to this post , and this GitHub source file , in the nRF51 chip's mbed implementation:
The ADC reference voltage is 1/3 power supply
read_u16() seems to...
HI,ALL
in the nRF5_SDK_11.0.0-2.alpha_bc3f6a0 , GATT Server Event IDs.
i do not find the read event.
All i found is the BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST .
Now...
Hi, all
Recently I use nrf51822 CEAA, WLCSP package to develop a project on UV (ultraviolet), the UV sensor must be exposed to the sunlight. When we take the product board...
I'm running the DFU example from the nRF5110.0.0 SDK. dfu_dual_bank_ble_s110_pca10028 on the DK and it works perfectly using Master Control Panel, but it does not work from...
I currently have a dualbank bootloader setup and I'm trying to change it to singlebank. If I burn the singlebank bootloader with the jlink it works fine, but if I use the...
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,...