I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
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 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...