Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Recently,I confronted some particular circumstance that I have never came across.
The device programmed used by Jlink and Keil,so I check the address of flash,it showed as...
hi all,
i'm using nrf905 for wireless communication at range of about 30meter @433mhz.
and have some question ,maybe your guys can help me.
thank you.
q1:upclk pin...
According to the documentation, it is possible to upgrade the Thingy:52 firmware via a cable connection using nRFgo Studio. Can I connect the Thingy:52 directly to my PC?...
Dear Nordic Team,
Thanks for supporting.
Now i am trying to work DFU with NUS example.I am following As per nordic document like: infocenter.nordicsemi.com/index.jsp...
I am trying to communicate with DS1307 (RTC) using TWI on nRF51822.
I have configured the pins, address (0x68 fixed for DS1307), frequency and enabled TWI.
Now I am about...
Dear Nordic,
Some time ago we started a project in which we decided to use ANT protocol to communicate wirelessly. However, now that we are going to production in a very...
my programer have many place use sd_ble_gatts_hvx() send data , if i get the BLE_GATTS_EVT_HVC ,how i know this return value return belong which use sd_ble_gatts_hvx(),how...
how to save a problem,if one Thread use sd_ble_gatts_hvx() send many package ,but i use vTaskDelay(50)( the freertos delay api ) when one package send ,then send another package...
SDK: nRF5_SDK_11.0.0
Softdevice: s132_nrf52_2.0.0_softdevice
I read an article about the connection, pairing, bonding and whitelist, there are some doubts:
Bonding...
i want to send data according the ruture value , because we all the data send ruturn value ble_evt_tx_complete ,how i can distinguish difference channel'return value
I've been trying to trying to upgrade some code from SDK 12.1 to 12.3 and it no longer fits in 16k RAM.
I initially thought the problem was this data segment in the linker...
Hi,
I recently started working with the NRF51DK,I need to read data from KX022 accelerometer via I2C and transmit the results over BLE.
I am using TWI_SENSOR example...
when i send many package from programer different place , the return ble_evt_tx_complete have many times. how i distinguish which the ble_evt_tx_complete reture is that place...