Search found 4 matches

by longshenhao
Wed Jul 31, 2019 7:28 am
Forum: ESP32 Arduino
Topic: ESP32 BLE_Client and BLE_Server problem
Replies: 2
Views: 3742

Re: ESP32 BLE_Client and BLE_Server problem

Thanks. I think it's because I didn't add "pCharacteristic->addDescriptor(new BLE2902());" this line.
by longshenhao
Thu Jul 25, 2019 1:20 am
Forum: ESP32 Arduino
Topic: ESP32 BLE_Client and BLE_Server problem
Replies: 2
Views: 3742

ESP32 BLE_Client and BLE_Server problem

I upload BLE_client example into one development board and upload BLE_server example into another development board. It works fine, but if I add "BLECharacteristic::PROPERTY_NOTIFY" in the BLE_server example. The client board will keep rebooting itself after it connected server board. Here it's the ...
by longshenhao
Wed Jul 24, 2019 6:23 am
Forum: ESP32 Arduino
Topic: ESP32 upload error "MD5 of file does not match data in flash"
Replies: 2
Views: 7017

Re: ESP32 upload error "MD5 of file does not match data in flash"

Thanks for the reply, I figure it out. It's the problem of the flash chip. I will attach a picture below.
by longshenhao
Tue Jul 23, 2019 10:46 am
Forum: ESP32 Arduino
Topic: ESP32 upload error "MD5 of file does not match data in flash"
Replies: 2
Views: 7017

ESP32 upload error "MD5 of file does not match data in flash"

It's very strange because this error will only appear when i upload the code below: "#include<BLEDeveice.h> void setup(){ BLEDevice::init("esp32"); } void loop(){ } " other function like wifi, gpio, iic, spi, interrupt even bluetoothSerial all work. I have four development boards and only one appear...