Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
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,...