Search found 5 matches
- Wed May 19, 2021 2:01 pm
- Forum: ESP-IDF
- Topic: Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
- Replies: 5
- Views: 65740
Re: Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
make sure that you dump code of gatt_client in client and gatt_server in server. And make sure that if the esp32 is new do not directly plug it in without loading server code into it....cause we dont know which code is currently running in the new esp32 which we are using as server...that might give...
- Tue Apr 27, 2021 7:35 am
- Forum: ESP-IDF
- Topic: ESP32 - Wrover - AT Instruction - BLE - message data length
- Replies: 3
- Views: 4093
Re: ESP32 - Wrover - AT Instruction - BLE - message data length
can you tell me how?
- Tue Apr 27, 2021 7:27 am
- Forum: ESP-IDF
- Topic: ESP32 - Wrover - AT Instruction - BLE - message data length
- Replies: 3
- Views: 4093
Re: ESP32 - Wrover - AT Instruction - BLE - message data length
can you explain how because im using esp32 wroom and my at+blecfgmtu is set to 23 and when i try to set the data len to something else it throughs and error..
- Mon Apr 26, 2021 11:46 am
- Forum: General Discussion
- Topic: ESP-AT: AT+BLEGATTCWR
- Replies: 1
- Views: 3224
Re: ESP-AT: AT+BLEGATTCWR
after > don't include \r\n with your data..
- Mon Apr 26, 2021 7:01 am
- Forum: ESP-IDF
- Topic: UART baud rate
- Replies: 9
- Views: 37932
Re: UART baud rate
you said your own code what does that means ?? im trying to send at-commands using usb-uart to esp32 at 2000000 but unable to communicate..