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...
Hi,
How to separate flash memory area that will not be overwritten when you upload new application code (e.g. a few bytes of static data). I'm using Keil.
Hi, I just flashed the BLE_proximity example in the ...\nrf51_sdk_v6_1_0_b2ec2e6\nrf51822\Board\nrf6310\s110\ble_app_proximity in the nRF51822 Development Kit, and the nFR...
I am working on a custom BLE service on the PCA10001. I can successfully detect and communicate with the PCA10001 using windows x64 MCP. I can also detect and communicate...
Dear Sirs
I am new with Nordic BLE Modules.
After successuful pairing with Windows 8.1 in a Tablet I need to get an active Service. For example I would like to obtain Battery...
We have an NRF51822 running S120 at 32MHz.
Our system has two removable batteries. If a battery is removed we need to switch to the other battery as fast as possible. We...
For TWI, SPI and UART is there a significant power savings from powering down the unit when not in use vs just disabling it?
Disabling the unit seems reasonable, but powering...
Hi!
I was trying to use nRFLoader to update firmware using example DFU Bootloader but app hangs on "Discovering" (after selecting device to update). What can be the reason...
Currently I can upload new application firmware smoothly (I use the dual bank setup). However, I have to use packets of size 20, so this takes a long time.
Is there actually...
hai ,
i am using the NRF51822 development kit. The NRF51 dongle i have used as a sniffer and a master control panel. Is it possible to load and run a s130 softdevice and...
Hi, I'm trying to estimate the nRF51422 current when running ANT. Does the softdevice use the RTC (LF oscillator) when in wait mode to save energy? Thanks
The Segger programing interface works. The virtual com port appears on my PC (COM5). The problem is that there is no board listed in the Motherboards section of the Device...
Hello,
currently I try to implement a GATT server on a nrf51422 with the s310 Softdevice. For testing I use the LightBlue IOS client on an ipad. I can see my GATT server...
I am creating an Apps which will give me a list of the running Apps in the background and foreground.
Hence Using XCode, I want to programmatically detect
List of Running...
I have a Arduino board and I want access to Ant Stack by UART. I flashed S210 in my nrf51422.
I try connect the Arduino RX/TX with TX/RX (P0.12 / P0.13), but none. Also...
Hi Nordic,
I'm wondering if I can use IAR Workbench to download SDK for nRF51DK rather than Keil. I want to develop a beacon that uses Bluetooth Smart. Can I do that in...