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...
Hello when I tried to use IronPython with MasterEmulator.dll in example as described in documentation. I got following error:
c:\Program Files (x86)\IronPython 2.7>ipy...
I'm tying to read and write external memory using Spi bus
when I flash only the softdevice and the app, the program works fine
but when I flash the bootloader, the program...
I'm trying to flash the bootloader on an nrf52 device. the microcontroller is detected successfully with segger. but then when I flash the bootloader given with sdk11 (dual...
Hi,
my device : nRF51822 with sdk 10.0
Before I talk my question, let me make clear.
When peripheral connects to iPhone, it's on iOS's setting too but it doesn't go...
Hi nRF support,
In order to minimize the code size, I tried to enable define the macro BSP_SIMPLE, then I got the below error:
*** Using Compiler 'V5.06 update 2 (build...
Hi I'm trying to perform update (DFU) of my application using Master Control Panel 3.10.0.
I'm connecting, discover services (see DFU service available), then press "DFU...
When I connect the Nordic 51822 DK to the PC, I can not detect the device using
root@riot-VirtualBox:/home/riot# hcitool scan
Device is not available: No such device
...
Hi,
EX_1.rar
Can I define "non-const" variable for writing data via I2C using "APP_TWI_Write" function? Similar for read.
When using External "EEPROM" one should...
Do I need to manually go though every HW exaple in the examples in sdk12 and cut and paste all the little bits that I need or is there any other way?
I have a custom board...
Hi,
I'm using the nRF52 as a master and an external RF chip as a slave. After configuring my spi bus using nrf_drv_spi_init(&spi, NULL, NULL), in my main loop, how do I...
I have used nRF toolbox to update bootloader and firmware to my nordic device. I was previously using iOS9 (I believe 9.3.5 - whatever the latest version was before iOS10...
Firstly,I used ios9.3.5 to DFU successfully,
But when 9.14(ios10 was pushed),then my iphone6s was updated to ios10,
finally DFU failed.
The device can enter in the DFU...
Given this answer , do the BLE_GAP_CONN_SEC_MODE_SET family of macros only relate to the Write permissions of the device name?
Maybe a better way to ask this is: Is it...
Hi,
I am referring nRF5 SDK for Eddystone ( github.com/.../nrf5-sdk-for-eddystone) .
Here GCC Makefile based projects are scheduled for a future release.
I am trying...