You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board: ESP32 Dev Module
Core Installation version: master 2021-03-14 (UTC)
IDE name: Arduino IDE
Flash Frequency: 80Mhz
PSRAM enabled: no
Upload Speed: 921600
Computer OS: Windows 10
Description:
If bluetooth disconnected when BluetoothSerial::write() is working, BluetoothSerial::write() does not work but BluetoothSerial::read() works.
In this case(disconnected when BluetoothSerial::write() is working),
Sometime BluetoothSerial::write() does not work without freeze.
Sometime BluetoothSerial::write() freeze.
See Below code.
Duplicate:
connect(bluetooth).
send "1"(bluetooth).
disconnect(bluetooth).
notice BluetoothSerial::write() does not freeze in loop() yet.
connect.
notice BluetoothSerial::write() freezes in loop().
send "3".
notice BluetoothSerial::read() works.
send "2".(or "1")
send "3".(or "2" or "1")
notice BluetoothSerial::write() freezes when you send "2".
disconnect.
connect.
send "3".
notice BluetoothSerial::read() works.
send "2".(or "1")
send "3".(or "2" or "1")
notice BluetoothSerial::write() freezes when you send "2".
Hardware:
Board: ESP32 Dev Module
Core Installation version: master 2021-03-14 (UTC)
IDE name: Arduino IDE
Flash Frequency: 80Mhz
PSRAM enabled: no
Upload Speed: 921600
Computer OS: Windows 10
Description:
If bluetooth disconnected when BluetoothSerial::write() is working, BluetoothSerial::write() does not work but BluetoothSerial::read() works.
In this case(disconnected when BluetoothSerial::write() is working),
Sometime BluetoothSerial::write() does not work without freeze.
Sometime BluetoothSerial::write() freeze.
See Below code.
Duplicate:
connect(bluetooth).
send "1"(bluetooth).
disconnect(bluetooth).
notice BluetoothSerial::write() does not freeze in loop() yet.
connect.
notice BluetoothSerial::write() freezes in loop().
send "3".
notice BluetoothSerial::read() works.
send "2".(or "1")
send "3".(or "2" or "1")
notice BluetoothSerial::write() freezes when you send "2".
disconnect.
connect.
send "3".
notice BluetoothSerial::read() works.
send "2".(or "1")
send "3".(or "2" or "1")
notice BluetoothSerial::write() freezes when you send "2".
Sketch:
The text was updated successfully, but these errors were encountered: