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 need some very simple file system to use on an external SPI flash. I gave a quick look at Flash Data Storage and it should be ok for me. I am not sure though why it...
Hi,
Disclaimer - this is definitely a question where one picture worth a 1000 words... ;)
My app use timeslot api to get a free time period to do some hard real-time...
Hello. How can I send binary data (in order to not convert it to ASCII string) over UART?
I have sensor data (obtained over BLE). Every measurement is 13 bytes, sample frequency...
Good day!
Thank you for your consideration of my problem! The system is an nRF52832 utilized as a motor driver of a small 2W high rpm maxon motor. The system performs as...
Hello,
I am trying to evaluate the nRF52 dev kit. The "getting started" HTML documentation has a link for "Setting up the development kit". This links loads "Oops (400)...
Despite all the questions on this forum for how to change PWM frequency on the fly, I found no mention of anyone using "WaveForm" mode. Perhaps it's new? There are also no...
Dear all
I have a service with an UUID. Let's say 11111111-2222-3333-4444-555555555555
I also have two characteristics that belong to this service:
66666666-7777...
I am using an nRF52 DK to build a prototype for a product. The device needs to have a connectable advertisement (as peripheral with multiples connections possible) and at...
Hello, thanks for reviewing this. I am trying to install and run Zephyr on the nRF52840 module that is on-board the nRF91 DK board. I have gone through the setup process and...
I'm doing this:
1. Start a scan, with these parameters:
#define SCAN_INTERVAL 0x00A0 /**< Determines scan interval in units of 0.625 millisecond. */ #define SCAN_WINDOW...
Hi
We are evaluating the nRF52832 for use in a medical application, I have modified the example ble_app_cgms_pca10040 to drive our evaluation hw. We are using the Nordic...
I am trying to interface nRF52-DK (PCA10040) with an external MCU (PIC24FJ128GC010) using UART. When trying out the ble_app_uart example in the SDK version nRF5_SDK_15.2.0_9412b96...
Hello,
Will the new nRF Connect SDK that will replace the SoftDevie let us modify the BLE Link Layer specifications? Will the Nordic BLE LL implementation be open source...
Hi,
I'm using SEGGER Embedded Studio in order to build and flash my applications on nRF52840 DK.
I have observed the following behavior:
I try flash the application...
When should I use nrf_calloc (malloc) instead of static declared variable on nrf52840 chip. I mean it has a huge ram memory for as much static declared variables as I would...