hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
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...