after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am initializing an SPI master to talk to ADXL362 accelerometer using NRF51-DK.
Datasheet page 19: www.analog.com/.../ADXL362.pdf
No matter what I do connected or disconnected...
Hello,
I am new to working with imbedded chips and could use some help. I am working with a pre-programed nRF51822 chip on a PCB and would like to be able to read the imbedded...
Hi I want to using nRF51822 link with MCU ti-am335x have Linux system(Ubuntu) by standard HCI command, BlueZ or related hci tool.
I know that I can use nRF51822 S120 serialization...
I would like to share my wireshark capture file (pcapng) with another developer to view that doesn't have a nordic sniffer. They cannot see the ble protocol information. Is...
I am able to set the connection timeout to 250ms in the ble_app_hrs peripheral sample, but in the ble_app_multilink_peripheral it will not advertise if I set it below 1000ms...
Hello,
When using the bootloader I've noticed that the booatloder resets after advertising for ~1minute. I'm try to figure out if this is intentional.
I notice that...
Hello,
I am currently designing a project that will advertise as two different beacons simultaneously using the Timeslot API. I have successfully implemented the nRF51...
In my all projects, I am using this code to obtain and set local device address:
uint64_t deviceId = ((uint64_t)NRF_FICR->DEVICEID[1] << 32) | ((uint64_t)NRF_FICR->DEVICEID...
Hello,
I build a Broadcaster(iBeacon) with the DK PCA10028. This Broadcaster sends periodically ervery 30ms a message (I have sniffed the Broadcast message and it appears...
Hello,
I am having some strange results with some firmware I have been developing. I developed the firmware on the nRF51 Development Kit (PCA 10028) and the device advertises...
hi,
i would want to develop a project with master (mobile phone)- bridge (acting as master and slave,nrf board)- slave (nrf board) .
i have tried the ble central(s120...
I use the Android 5.0.1 lollipop, SoftDevice S110 6.2.1 and SDK 5.2.
When a Bluetooth scan performed on Android phones,
0x10 (Connect), the event occurs and after 0x12 ...