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...
Hello,
I am attempting to find gerber data for the development PC or a mechanical drawing of connector locations. I would like to make a PCB that plugs into this board...
Hi, guys! I noticed this answer from the devzone .
I have nRF52 DK and an nRF Thingy. I want to play a short speech using I2S with MAX98357A .
This speech is usually...
Hey,
simple question: What is the recommend approach on prolonging the advertising period?
Example:
User clicks a button -> advertising starts for 180 seconds.
User...
Hi Support,
I am testing current consumption of NRF_TIMER1, below is my code snippets, basically, I just start timer1 task and then stop it.
After the two code lines...
Hi there, I really much in trouble with USB CDC ACM. So that would be great if you can help me out with this: I upload the "USB CDC ACM" example (SDK verison 15.2) to my nRF52840...
This is a question of curiosity rather than a specific concern: In my sdk_config.h I have my prescaller set to 0: Based on this, the RTC1 used for AppTimer should rollover...
I am working on an older project that was developed using SDK 11.0.0, SD S132 2.0.1, and "Eclipse 2018-9." No MDK appears to be being used.
I understand that the MDKs are...
Hello,
BLE 5 applications on the nRF52810 which softdevice should we be using S112 / S132 what are the primary differences between these? I wanted to know a comparison...
Hi,
I'm collecting data from BLE and storing them into nRF52840 Dongle by using nrf_fstorage_write procedure. Everything works fine so I can write data into flash by nrf_fstorage_write...
When I run the TWI scanner example, an unknown address shows up in tandem with my TWI device address.
I am connecting a MAX30101 EV kit daughter board to the nRF52840...
In the secure DFU bootloader, I have some custom initialization that I need to happen after the BLE transport is initialized in nrf_dfu_init(), but before loop_forever() in...
Hello everyone,
I've got an issue with ESB. I'm using 3 nRFs 52840 with firmware based on SDK 15.2. One of them, the radio-receiver is RX, and two of them, PilotA and...
Hi,
I'm working on putting our system into low power idle mode. We use MyNewt to build our application. In order to get to the lowest power, I disabled BLE and all our drivers...
SDK 15.2, S132 6.1, nRF52832
I have a characteristics to write data to a peripheral, using variable length up to 507 bytes and authorization.
Writing to the peripheral...