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...
EDIT
I think there is somewhere in KEIL or nrf libraries a bad pointer type alignement .
The correct pointer is given as uint_32_t ( NRF_SAADC->RESULT.PTR = (uint32_t...
I notice that each dev board has a version of nrf_drv_config.h in the config folder. For my custom target, I want to create my own version of this file where I will modify...
I use nRF52832 as a master to communicate with ads1292. then I want to config the ads1292, so i should send the register address and configuration data.But I don't know how...
Hi,
I tried to compile my own program with eclipse and GCC with c/c++.
I followed this tutorial : TUTORIAL
I have some problems :
First : i have problem with...
Hello,
I developed a code (softdevice S110 and SDK 10) on a prototype based on a NRF51822G2 chip. I tried to reproduce the prototype with NRF51822H0 chip.
I flashed...
Hi,
I use ESB protocol, and all is working fine :)
Now I want to retreive the address of the sender because I can have multiple sender in my network.
I can add this...
With there being +/- 4dBm variability in output power from nRF52 to nRF52, each device needs to be calibrated in order to comply with FCC rules. One of the rules is there...
Hi
I'm porting a nrf51822 project with S110 to a nrf52 board. In this case, I'm a bit confused about which softdevice to use. S132 it is the equivalent to the S110? Or...
Hello everyone,
I am using the nRF52832 rev 1, i am not using the softcore. When the cache is enabled as below, the performance actually seems to get worse.
F_NVMC-...
using Bluetooth Developer Studio, and
nRF52 SDK v11.0.0 - Experimental: Bluetooth Developer Studio Example
I have created a profile using BDS and generated the files with...
In order to teach a class of students using nRF developer boards I'd like to use the nRF Blinky application running on Android, iOS, or whatever mobile platform. The problem...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
Is the nRF Temp App source code available for download?
I am currently developing an ultra-low non-connectable beacon and would like to use the nRF app as a starting point...