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...
Hello, I wanted to show here two cases that made me crazy today and I fixed using workarounds, but still have no idea why they are happening.
In main context I call a function...
I m using two Arduino pro mini(3.3v,8MHz),nrf24l01+ modules, when i first used those modules they worked fine they were communicating well(used the program from here arduino...
Req: I am using nrf52 EVK kit for our project and project involves capsense , vibrational motor / sensor and accelerometer (to be used in future).
Question: so what profile...
Hello,
I use nrf51822 as peripheral and after connection with central module(nrf51422 dongle) I want to set a period(10 s or more than 10 s) in which Softdevice will have...
Hi,
I have already read several posts and articles about how to maximize data throughput on Bluetooth Smart (like sending multiple Notify packets with 20 bytes of data...
Hello,
How can I port the code written for nRF51 to nRF52 in Keil IDE.
Also, I see that Keil supports nrf52 but does not provide device specific software packs.
Is...
I want to use the automated test function of the master control panel.
I want to test the device information service and wrote this xml script to connect to the target...
Hi there,
How could I receive a large data from phone, example 120 bytes from a characteristic. So far I was able to receive 20 bytes.
From the working code of 20 bytes...
Hi
Try to send characteristic notification by invoking sd_ble_gatts_hvx() with the following parameters:
uint32_t err_code = NRF_SUCCESS;
ble_gatts_hvx_params_t params;...
I do run the “nrfjprog --pinreset”,later, the nrfjprog can not find the nrf51 device,WHY?
the nrfprog version is V5.2.0,
I use nrf51822qfaa,s110,keil,etc.
Hi, Guys,
I have a question about chip operation temperature. Will the chip auto reset when the temperature over 75 C? I checked the nRF51822 product specification v3.1...
I would like to learn more about when it is safe to invoke soft device methods and when it is not. For example, are the following 'allowed' to make soft device calls to update...
Update to below: I get data out of the VCP and into Termite for a sub-second when I first power the board (with handshaking enabled), then I get no subsequent data (even though...
Hi,
I have just received a bunch of N550 modules and now I want to try and see if it is possible to update the firmware of these devices without using a JTAG.
If I understand...