Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
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...
Hi,
If an ESB PRX has queued a 250-byte auto-ack payload, that will take around 2ms at 1Mbs to transmit.
If the ESB PTX has the standard 250us repeat interval, will the...
I am confused about the value of RX_PW_Px register what will be the value of this register if more than 1 dynamic payload packet arrives on the same pipe-x.
I'm a beginner I'm having hard time understanding UART. In my opinion, the documentation is going too straight to the technical details and tutorials without even starting...
Dear friends,
Is there any ideas for measuring the distance between a BLE module and a beacon module without using RSSI?
With Regards,
Sunil
Calixto Systems
hi..........
i have developed nRF52832 QFAA using your schematics,and i have added sensor to it . Now i can able to flash the code and ran successful but i can't able to...
Hi,
We are developping a system connected to several devices based on NR52 MCU.
The DFU works with the nRF connect application.
Now, we would like to update the device...
Hi,
I am just getting started with the thingy 52 and I need some guidance. I am a EE by profession so I feel a bit out of my league here.
When I unwrapped my thingy I...
Hi there,
I am adding security to my service characteristic and i found that for security mode 1 level 4, bonding is required in order to access characteristic values. Is...
Hello,
My problem is pretty much identical to this one:
devzone.nordicsemi.com/.../
My functions look exactly like the ones posted in the original question and I...
Hello, and thanks for all the great examples!
I've gotten the COAP transport for background DFU working on my custom hardware platform and app, however I have noticed that...
Hi,
I do have a NRF51-DK and want to use it as a external programmer. I connected it to the OUTPUT Port which worked fine, then I flashed the mbed firmware on it because...
Hello,.
I have a question about using app_usbd_cdc_acm_read and app_usbd_cdc_acm_read_any in SDK15.2.0,
I am not sure I fully understand the description in reference...
nRF52832, SDK 14.0.0, SoftDevice 132 v5.
If SoftDevice is enabled but the system is not yet advertising or connected via BLE, will SoftDevice ever wake the CPU up from...
Although redirect.c is included and printf() calls use the uart as expected, fgets() calls don't seem to be able to detect incoming characters.
This isn't critical, since...