Search found 4 matches
- Wed Feb 24, 2021 9:43 am
- Forum: ESP32 boards
- Topic: ESP32 BLE support
- Replies: 8
- Views: 9042
Re: ESP32 BLE support
Thanks very much for your help. Do you know if the Arduino example was doing Bluetooth Classic (RFCOMM) or BLE Nordic Uart Service. "This example creates a bridge between Serial and Classical Bluetooth (SPP)" ...and google tells me that the Nordic Uart Service is not supported by win10. It happens t...
- Mon Feb 22, 2021 11:16 am
- Forum: ESP32 boards
- Topic: ESP32 BLE support
- Replies: 8
- Views: 9042
Re: ESP32 BLE support
OK.... that is a little embarrassing... I just needed to copy the other files to the uc. I am not quite used to an embedded controller having a file system! Is the idea that I should just run the uart_reply script? This runs and does not return (tick). I am assuming that it rx'es a char from a remot...
- Mon Feb 22, 2021 10:37 am
- Forum: ESP32 boards
- Topic: ESP32 BLE support
- Replies: 8
- Views: 9042
Re: ESP32 BLE support
Thanks very much. I have progress! MicroPython v1.14 on 2021-02-02; ESP32 module with ESP32 Type "help()" for more information. >>> %Run -c $EDITOR_CONTENT bytearray(b'\x02\x01\x06\x0c\tmicropython\x03\x03\x1a\x18\x11\x07\x9e\xca\xdc$\x0e\xe5\xa9\xe0\x93\xf3\xa3\xb5\x01\x00@n') micropython [UUID(0x1...
- Mon Feb 22, 2021 1:34 am
- Forum: ESP32 boards
- Topic: ESP32 BLE support
- Replies: 8
- Views: 9042
ESP32 BLE support
Hi All, This is my first ever post in this forum. Thanks to all for the work to have python available on the ESP32. I have a BLE uart implemented on the SparkFun Thing using the Arduino environment but am struggling to get the same working with python. At this stage all I am doing is echoing chars s...