Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
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,...