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...
Hello.
For routing purpose, I use GPIO pin for NFC for spi, driving a screen.
I start a screen integration with the with the spi peripheral example projet. Using the define...
I am using the nRF52 (SDK12.0.0) to create a very simple BLE application (maybe based on the BLE_APP_HRS example). The system will have a button, LED and interrupt pin from...
Hello,
we have successfully run Nordic chip together with iPhone and we are able to get notifications from iPhone to the embedded device using ANCS via Bluetooth LE.
...
I am using the nfr51 dk and a standalone nrf51822 based ble module for prototyping & testing purpose.I plan to make my own custom pcb for final production.In both the above...
I recently received a redbear nrf8001 board for use with my Arduino Uno. I had intentions of using it with ANCS. Before I realized that there was a ANCS example included with...
Guys,
I am designing a Bluetooth proximity tag using nrf52832 SoC. I have designed and tested the circuit and it works fine.
What is the best method to read the coin cell...
What happens if two masters scan the same channel and try to connect with the peripheral at the same time. And second question - what if one of that masters will be on the...
Hi,
I want to do the application DFU with nrf51822 in Python.
The application code I use is dfu_test_app_hrm_s130.zip in nRF51_SDK_10.0.0
As I know, the .bin file...
Hi,
I'm having trouble installing SDK12 on Keil 5.21a
When I run the installer it goes through the process but after the process the files in Keil (pack installer app...
my central application is scanning for, and connecting to, only a single pre assigned peripheral device/address.
This central device is used in a high RF/BLE peripheral...
Hello all.
My product uses nRF51422 and S310 v3.0.0 SoftDevice on EYAGJNZXX by Taiyo Yuden.
When I submit the test plan, I can't find any tested component of S310 v3...
Hello, I've downloaded the lastest SDK (ver. 12) and the installer is only valid for keil 4.
Is it any option to have this SDK working on keil uvision 5 ?
Thanks in...
Hello all,
I just bought the nRF52(PCA10040) DK and programmed the s132 version 3 soft device using nRFgo Studio. Using IAR, I compiled and downloaded the UART example...
Hi,I'am try to update the bootloader. But it stop at 1%. I don't what I miss.
james_boot.hex
james_bootloader.zip
Log 2016-09-06 11_36_54.txt
Dfu_bootloader_via_hex...
hello,
I'm using S132/nRF52/SDK11.
I start a firmware development based on Nordic UART example, I kept the BLE NUS part (I loop back the data received over BLE) and...