Search found 3 matches
- Sat Dec 16, 2023 6:53 pm
- Forum: ESP32 Arduino
- Topic: Defective board?
- Replies: 4
- Views: 76814
Re: Defective board?
The replacement boards work fine
. Up a running again
- Mon Dec 11, 2023 1:17 am
- Forum: ESP32 Arduino
- Topic: Defective board?
- Replies: 4
- Views: 76814
Re: Defective board?
Its not the usb port. tried a new usb cable in usb2,usb3 and powered usb ports and got the same brownout fault. The second esp32 board I bought, which is provisioned as a BLE_server, works with all usb cables and usb ports.
- Sat Dec 09, 2023 9:32 pm
- Forum: ESP32 Arduino
- Topic: Defective board?
- Replies: 4
- Views: 76814
Defective board?
After uploading this IDE sketch (based on BLEclient example):
#include "BLEDevice.h"
...some code...
void setup() {
//Start serial communication
Serial.begin(115200);
//Init BLE device
BLEDevice::init("THC Controller");
BLEScan* pBLEScan = BLEDevice::getScan();
pBLEScan ...
#include "BLEDevice.h"
...some code...
void setup() {
//Start serial communication
Serial.begin(115200);
//Init BLE device
BLEDevice::init("THC Controller");
BLEScan* pBLEScan = BLEDevice::getScan();
pBLEScan ...