Search found 1 match

by castle
Thu Apr 26, 2018 1:41 am
Forum: ESP32 Arduino
Topic: Psuedo-BLE to ESP32 BLE
Replies: 1
Views: 3366

Psuedo-BLE to ESP32 BLE

Hello, I have an Arduino Nano connected to a NRF24I0+ module. The NRF module is using the BTLE library https://github.com/floe/BTLE Here is the snippet that is sending the information: (Nano & NRF24l0+) RF24 radio(6, 9); BTLE btle(&radio); btle.begin("foobar"); // Above this line is in the setup fun...