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,
I'm learing how to use the NRF51 DK and I'm trying to modify the app GPIOTE example including the uart functionality.
I insert in GPIOTE the directive:
#include ...
Hello,
I try to add battery service in ble_app_uart , but it has some problem.
The Problem is that I can see the Battery service on the phone , but it doesn't change...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Hi,
I want to test my PN532 module recently ordered from iteadstudio.com . .i have keil ide and tool chain and nRF5_SDK_11.0.0_89a8197 with adafruit_tag_reader example but...
I want to use the CMSIS-DAP provided here github.com/.../CMSIS-DAP
with the ble nano MK20D board. I don't need to make any changes to the bootloader. Just the firmware that...
Here: email.1and1.co.uk/.../Part_1.html
Bluetooth low energy (formerly Bluetooth Smart)
Shouldn't that be the other way round; ie " Bluetooth Smart (formerly Bluetooth...
hi, i gonna make a single wireless communication between nRF51822 chip and smartphone(nRF Toolbox) .
i can download some refernece layout of nRF51822 chip but there isn...
To adding more 128 bit UUIDs, more services, and more characteristic.
vs_uuid_count is the number of 128 bit UUIDs.
But I figured out the attr_tab_size only by increasing...
Hi there!
I want to send a float from nRF51822 to MCP App. I use this code:
float m_temperature = 26.3f;
uint8_array_t temperature_data_array;
temperature_data_array...
Hi everyone,
I was wondering if there are any issues turning on and off the ANT transmitting channel during run-time of nRF51422 with this:
err_code = sd_ant_channel_close...
I want to use master spi mode ,but when I build the file,it is always error.I operate like this ,First I open the project in ble_peripheral\ble_app_hrs\pca10040\s132\arm5_no_packs...
"Hi Guys, my nRF8001 BLE is working perfectly, But recently i was performing regression testing to check BLE connection, their i faced one issue after 10 minutes from nRF8001...
I am using SDK11 on a nRF52 board. I had some success in DFU, but also had issues.
Was able to upload the bootloader successfully using Master control panel. But it always...