Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
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...
I wrote my own ACI interfacing code, so I have questions about some details of the data credit system that most devs may be insulated from by the Nordic SDK.
Section 25...
Hi All,
I was wondering if it was possible to program the nrf51x22 in c++? I am using Keil and I'm trying to convert the examples in the SDK to CPP by adding --cpp to the...
hi,
I have used sd_flash_write() in my code. The scenario is that sd_flash_write() will be called after a DISCONNECT event. And it would wait for system events :
NRF_EVT_FLASH_OPERATION_SUCCESS...
Running S120 2.0 central on nRF51422 QFAAE0 (1504CH) and when I call scan_start() i'm getting 0xDEADBEEF at line 431 in file src\ll_lm.m0.c"
Can anybody shed some light on...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...