Search found 2 matches

by mydadisaplumber
Tue May 09, 2017 2:22 am
Forum: ESP32 Arduino
Topic: Trying Bluetooth on Arduino - "NVDS MAGIC FAILED"
Replies: 5
Views: 8355

Re: Trying Bluetooth on Arduino - "NVDS MAGIC FAILED"

I've tried to look but my phone can't see the BT network. The error occurs on the ble.begin command, so I have

Code: Select all

ble.begin("ESP32 SimpleBLE");
Serial.println("Did we get here yet?");
and the second line never prints, leading me to the think it's in an error state.
by mydadisaplumber
Mon May 08, 2017 2:54 am
Forum: ESP32 Arduino
Topic: Trying Bluetooth on Arduino - "NVDS MAGIC FAILED"
Replies: 5
Views: 8355

Trying Bluetooth on Arduino - "NVDS MAGIC FAILED"

Hello, I downloaded the Arduino core, and got a "Hello World" up and running. I noticed that there was a "SimpleBLE" example included, so I was assuming that Bluetooth had been added to the Arduino interface (I can't find much to confirm or deny this). I upload the sketch (which looks like it just a...