I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
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...
Is there an example layout using the nRF52840 that does not use microvias and via-in-pad technology? My application is high volume, and I am trying to keep PCB costs low.
Hello,
I am using nrf52832 and nrf5 SDK12.3 to develop my project.
When I debug it in SES and it works well,but when I stop debug or close SES or power off and power on...
Hi, I am trying to include a pre-compiled, third-party library from a sensor vendor into some code for the nRF52832. The vendor's package includes two header files and a ...
Hello. I have nRF52840 DK and nRF52840 Dongle. I want to test thread cli example. Everything is good for nRF52840 DK, because it uses Jlink-uart-usb converter. I dont understand...
Hi,
We have designed a wearable device for one of our clients with the nRF52832. The MCU connects to a smartphone and streams sensor data during the whole duration of the...
Hi,
I am running SDK15, and using the example ble_app_interactive in ble_central and peripheral. I am trying to discover services and characteristic from a peripheral device...
I am measuring current on the nRF52840 when UARTE + GPIOTE are running (and sd_app_evt_wait() is called in the meantime), and I see about 1.2mA average current. On the nRF52832...
Hi all,
How can I send a keayboard key with modifier? I would like to send a CTRL MAJ key for example.
I work on the smart remote 3 project.
Thanks in advance, ...
hi
I'm trying to add to the example ble_app_uart_coexist GATT provisioning bearer and the Proxy feature enabled.
when i'm calling the function void advertising_init(void...
For Mesh Network For example 10 to 15 nRF52840 DK for development as well as for Mesh Nodes? Moreover, nRF52840 Dongle is required for Monitoring or we use only nRF52840 ...
Hello, in the BOM of dev kit and thingy you use a component name BT- XTAL 2016. In your design this component has a footprint of 4 pads
Yet in the BOM the selected matching...
Hi team,
Customer is asking if they can wake-up nRF52832 using RTC and GPIO at same time? RTC as regular wake-up method and GPIO as cased wake-up, any suggestion for this...
Hello
I am using Android and BLE communication with nRF52832 (BLENano2) now.
I am using SDK 15.0.0 with keil uversion.
Central is Android and peripheral is nRF52832...
With my custom board I can program it, debug it and it output log ok, but just can not be scanned or scanning any other ble devices.
besides: the code works well in other...
I am trying to use 2 SPIS peripherals to collect ADC data and have a couple of questions:
1.) I do not need a MISO function in my SPIS implementation and would like to know...