Search found 3 matches
- Wed Mar 23, 2022 4:45 am
- Forum: ESP32 Arduino
- Topic: Migration from ESP32-WROOM to ESP32-C3-MINI specifically BT Classic SPP
- Replies: 4
- Views: 3296
Re: Migration from ESP32-WROOM to ESP32-C3-MINI specifically BT Classic SPP
I have found that the ESP-IDF documentation for the C3 has Bluedroid with Classic SPP examples included in the documentation. Ref: https://docs.espressif.com/projects/esp-idf/en/v4.3/esp32c3/api-reference/bluetooth/index.html So I wonder if BT 5.0 on the C3 supports the SPP examples that are include...
- Wed Mar 23, 2022 3:36 am
- Forum: ESP32 Arduino
- Topic: Migration from ESP32-WROOM to ESP32-C3-MINI specifically BT Classic SPP
- Replies: 4
- Views: 3296
Re: Migration from ESP32-WROOM to ESP32-C3-MINI specifically BT Classic SPP
Thanks for the quick response.
So would there be a SPP emulation project for the C3?
I am using serial terminal apps on Android, and I just need to maintain compatibility.
When I try this with Nordic NUS I need to write my own app as BLE Server so I can't reuse with older apps.
So would there be a SPP emulation project for the C3?
I am using serial terminal apps on Android, and I just need to maintain compatibility.
When I try this with Nordic NUS I need to write my own app as BLE Server so I can't reuse with older apps.
- Tue Mar 22, 2022 11:44 pm
- Forum: ESP32 Arduino
- Topic: Migration from ESP32-WROOM to ESP32-C3-MINI specifically BT Classic SPP
- Replies: 4
- Views: 3296
Migration from ESP32-WROOM to ESP32-C3-MINI specifically BT Classic SPP
Hi, I have a simple BT classic SPP pass through project running on an ESP32 WROOM module. It is just a UART to/from a smartphone. I need to move to the C3-MINI -> Will the SPP still work? Does the code need to change? Or are they the same binary? I'm currently using PlatformIO and the Arduino framew...