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...
Hello,
I am experiencing some CC register issue in Timer of nRF51822. I am trying to setup TIMER1 for 16 seconds. But I see, that when I try to write to CC registers, the...
The "Intermediate Temperature" characteristic is not coded in the ble_hts.c file.
How could I do to implement this characteristic and maintain the compliance with Nordic...
Hello,
I want to rewritte SEGGER_RTT_vprintf to use sprintf Inside (because it's already linked in my application and allow float display).
The problem is that i don...
Hi
We use the nRF51822 with s110 active. As long the s100 isn't active, we can debug, set breakpoints, stop, continue like it should work.
When activating the s110 and...
Hello,
The question is about CUSTOMER area in UICR. After locking chip wirh UICR.RBPCONF.PALL I noticed that I still able to read UICR.CUSTOMER data.
Could I enable readback...
Hi all,
Google launch uWeave Library project.
uWeave is an implementation of the Weave protocol intended for use on microcontroller based devices.First demo project is using...
Hi,
As first stage of planning our next generation of wireless sensors at my workplace, I must carefully consider which radio protocol suits us best. We don't need sub 1...
HI,
Hi,
I have been working on nRF5 Development Kit where Basic configuration is working i.e. blinky program and when I load peripheral program(PWM,UART), its also working...
Hello. I have several nRF51 devices (nRF51 Dongle, pca10031) I wish to use as BLE link between robots.
Is there any examples or tutorials that show how I can do this...
Hello
I am working on the NRF51DK i would like to monitor the battery percentage and notifythe value over the air to the user and aslo alert the user if the battery levels...
I have to develop my own Dfu central to update my nRF51822 peripherals over the air.
Could you provide sourcecode for one or more of your Dfu central applications like: ...
I ve already found this post regarding the AutoConnect Issue.
devzone.nordicsemi.com/.../
I have the same problem with a Sony Xperia Z on Android 5.1.1 ...
Is there...
In previous SDK (or softdevice?) version, the maximum data length for a notification was 20 bytes .
With SDK V10 and softdevice 8, the following code returns error NRF_ERROR_DATA_SIZE...
Hi, I have implemented a music control button.
This button can send (volume+, volume-, play music, stop music and my custom control (0x06) for my app ).
Procedure:
...