Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
hi
im using nrf51422 v2 with external sdk v6 with softdevice v7
im running one of example that its name is ble_app_template and when i run it , it show up for just one phone...
hello,
I want to change the advertise time out time by BLE_GAP_ADV_TIMEOUT_LIMITED_MAX.
Is there a problem with changing BLE_GAP_ADV_TIMEOUT_LIMITED_MAX to ex. 1000sec...
Hi,
I can use nRFgo Studio via nRF5x Bootloader to update application firmware(Hex file).
It look to be using "nrfutil.exe" to create a XXX.zip file and go through UART...
Hi.
I am on nRF52 DK (PCA10040 v0.9.0, s132 SD), SDK 0.9.2 and Linux (Ubuntu).
I am currently working on the SDK's example ble_app_uart.
I am only using gcc, and...
I was working with examples/ble_peripheral/ble_app_gls. In the SDK11alpha configuration, I paired the dev board with my Android phone running nRF Toolbox and was able to start...
Hi,
I loaded S110 v8 to nrf51. Then I loaded dfu_dual_bank_ble_s110_pca10028 bootloader.
With this setup, I'm able to download my application via the bootloader.
The...
Hi,
Reading the nRF52 product specification, I see:
"If the antenna is exposed to a strong NFC field, current may flow in the opposite direction on the supply due to...
Req: from the cap-sense board, different tap will be done by user (like 2 times tap, 3 three times tap etc). so the Bluetooth board (nrf52) will receive these taps as interrupt...
Hello Devzone fellows :)
As you may notice, we have posted our first webcast: Interfacing with Nordic's Softdevices .
It's the first test run in a series in which we...
Anyone knows which Nordic chips they have used in this device, and do you know if it is possible to get it to Arduinio?
www.tu.no/.../345999
http://sfty.com/#produc...
Hello,
Some little compilation errors.
in ble_radio_notification.h
typedef uint8_t nrf_radio_notification_distance_t; => is no more defined in SDK but used here
...
I need to do an hybrid app like nRF UART App but with cordova. i can connect and disconnect, but i don't know how to catch the data every time the ble send.
i'm using this...
Dear all,
I make a simple test on the UART0, putting the code in 'simple_uart.c' to my main.c. When I send out a character 'A', 0x41. From the CRO timing, it appears that...
Hi all,
I am developing ble mesh network, the source code taken from this link: github.com/.../nRF51-ble-bcast-mesh . First i tested led mesh example for two boards.
...
Hi, I need to use whitelist in ble_app_uart example, What are the steps that need to be followed for that. Is device Manager is mandatory for using whitelist. Can anyone throw...