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...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
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...
NRF52832 S132 MPU6050 TWI
I want to finish the function:
1. When the ACC, GYRO data update, the INT pin to generate an interrupt, and then in the P026 pin configuration...
hi team,
i need to receive data via uart0 without uart_irq handler. i am using simple_uart .h library. please any one reply me...
need urgently...
thanks advance
hello,
I am using nrf52 dk. I am doing a project that uart send the adc data through bluetooth to nRF UART v2.0 app for every 10msec. but when i am transmitting the data...
I'm sure the same question has been asked in a few different forms, but hoping for some ideas. . .
Is there a way to retain 32 bits of information across a watchdog reset...
We are considering useing this chip for a short range link. We want to use a synch character at the start of the transmitted message to accurately synchronise a process at...
Hi, I'm using nrf51 without ble.
I want to update flash but not want to delete PAGE every time.
NRF_NVMC->ERASEPAGE = (uint32_t) page_address;
How can i do?
We use IOS DFU toolbox to upgrade firmware with BLE device. we can upgrade successfully with Android, but always failed with IOS.
wrong code is: DFUErrorReadingVersionFailed...
Hi, it's probably a very dumb question, but i don't seem to find any details about it. In nrf52 SDK documentation, in Error Module section it says
The behavior of the...
Hi friends...!
I want to put dynamically changing MPU data into the advertising packet. I am putting my accelerometer data into manufacturer specific data field of ble_advdata_t...