espressif / esp-at

AT application for ESP32/ESP32-C2/ESP32-C3/ESP32-C6/ESP8266
Apache License 2.0
890 stars 802 forks source link

Provide BLE SPP terminal app for Android #748

Open mrx23dot opened 1 year ago

mrx23dot commented 1 year ago

Is your feature request related to a problem?

It would be very useful to try out the BLE SPP connection.

Option to set same parameters as BLESPPCFG:<tx_service_index>,<tx_char_index>,<rx_service_index>,<rx_char_index> would be great.

Describe the solution you'd like.

An app that can connect/send/receive text to/from ESP32 overs BLE SPP running in esp-at.

Describe alternatives you've considered.

Since it's not standardised as classic SPP there is no other alternative. connecting a second esp is not less common I think.

Additional context.

No response

mrx23dot commented 1 year ago

or help this project to add support/tutorial https://github.com/kai-morich/SimpleBluetoothLeTerminal/issues/28#issuecomment-1656711027

mrx23dot commented 1 year ago

also some description would be great how to setup nRF app for BLE SPP, from there anyone can start to build a custom non-hobby app.

Luxin812 commented 7 months ago

@mrx23dot

You can see the ESP-AT BLE example

mrx23dot commented 7 months ago

I don't see any android app at that site that could be used with SPP, or mentioning of SimpleBluetoothLeTerminal and how to configure it.