Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
My device use the firmware program ble_app_uart to connect the nexus 7 which Installs the nRF UART 2.0 for Android 4.3 。The first connection is ok,and Data sent and received...
Hello,
I am a beginner in the world of bluetooth and bluetooth smart connections. I am working with an nrf51822 Evaluation kit an android phone (Nexus 4 running 4.4.2)...
Is it normal that after cutting SB8 our chip is still working when connected to USB port? (in case of battery we need to connect pin 1 and 2 from P1). I spend long time looking...
I have a custom board that uses the nrf51822. I have been using the sample application ble_app_uart with only one minor change, I use the internal clock (NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION...
I'm wondering when my firmware changes over time what will happen with information stored with pstorage? For example if I my new firmware release adds an additional pstorage_register...
If I have persistent data that will be updated semi-frequently, will pstorage wear out the flash memory? What steps should I take to be sure my data storage will remain functional...
Hello,
I tested nRF51822 with ble_app_hids_keyboard example, i found it cannot pair with more than one devices.
Procedures:
Pair PCA10001 with iPhone#1, it can...
Hello.
I have a nrf51822 ek and trying to create my software using same technics as the bootloader example from sdk. But sdk's bootloader in my case doesn't work. I programm...
hello all:
I have compile successfully my project.but have link trouble about my project codes for the nRF51822 with the Keil MDK-ARM toolchain (v4.6).
For example, for...
When I try to read attribute with authorization and reply on request with status BLE_GATT_STATUS_ATTERR_INVALID_HANDLE, my device (nRF51822) goto app_error_handler method...
After importing every of your android project demos to eclipse I have following warnings:
This Handler class should be static or leaks might occur (com.nordicsemi.nrfUARTv2...
This must be stupid question of the day. I have my nRF51822 kit and my nrfGO kit and I can't find the product key. On the box for the nRF51822 there's one tiny sticker with...
I'm using Maple and custom nrf8001 board... I have the following problems...
I'm usign the library from this topic:
forums.leaflabs.com/topic.php
But as you can guest...
I've managed to get my 85122 dev board set up on parallels on a mac and get 'blinky' uploaded to it using Keil and nrfGO studio. I then changed blinky to do something else...