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...
Hi all,
I have been stuck trying to debug the example project for a couple of days now and could not find the answer through searching. Here are my problems.
Background...
Hi All
I have a bunch of nrf51x22 (4,8) and I'd like them to read their own firmware data and send this to others that are in DFU mode using the over the air (OTA) method...
Dear Nordic Developer Zone,
I'm using nrf51822 EK testing the GPIO sense function. The code I'm using is based on what a nordic employee has posted elsewhere in this dev...
hello,
i was trying to compile the softdevice s130 example code given with softdevice download from nordic.
I am using the ARM-MDK lite 4.74 version. It is showing error...
My design goal is to conserve as much battery power as possible on a device that typically gathers data 30 to 40 minutes per day. To that end, our thought was to make the...
hi~
6.2.1
Updated Setup_JLinkARM_V490e to Setup_JLink_V492
Updated nrfjprog to version 5.2.0 (see own release notes for changes)
where is release note ??
i can...
Dear all:
I want to constantly transmit messages from a nRF51422 to an other nRF51422 with specific ID by ANT protocol. Then, I want to receive the messages from one to...
Hi,
I want to build a Tx that can reconfigure a channel(like change the device's number) after finding out a long time failed to send message.I use the way below:
sd_ant_channel_close...
hiii...
i hv made a custom profile with concurrent broadcast feature tested in master control panel and some other phone app... working properly.. but wen i tried in iphone...
Hi,
I try to open ANT+ channel and make sure the status is searching or tracking,
but if I use pstorage to update flash in the same time,
It will response timeout...
We are developing a keyboard for smart phone or plant and what to make different surpport for different device.
So can I make difference from ios device and Android device...
Please indicate me if there is a data port on nRF8002 after you burn out OTP, Can I use this I'c for data transmission. Please indicate communication port for this chip. Also...
Hi,
I'm testing ble_app_proximity example (...\Nordic\nrf51822\Board\nrf6310\s110\ble_app_proximity). I'm using Master Control Panel Android app version 2.0.3 and Nexus...
I'm using S110.
I have a characteristic that is writable from phone client. However, the characteristic has lower and upper limits (an acceptable range) for the application...
Hi experts,
I'm trying to bond device between my android phone and the Nordidc51822(S110 v7.0). but I found that it's very difficult to achieve this function. Is there...