Search found 127 matches

by prem111
Fri Feb 28, 2020 3:06 pm
Forum: Programs, Libraries and Tools
Topic: ubluetooth - FLAG_WRITE (without response) ?
Replies: 7
Views: 3569

Re: ubluetooth - FLAG_WRITE (without response) ?

It works! Thank you very much for help !!!
by prem111
Fri Feb 28, 2020 6:49 am
Forum: Programs, Libraries and Tools
Topic: ubluetooth - FLAG_WRITE (without response) ?
Replies: 7
Views: 3569

Re: ubluetooth - FLAG_WRITE (without response) ?

What are other recommendable ble library?

Or maybe you can solve this problem using ubluetooth?
by prem111
Thu Feb 27, 2020 10:18 pm
Forum: Programs, Libraries and Tools
Topic: ubluetooth - FLAG_WRITE (without response) ?
Replies: 7
Views: 3569

Re: ubluetooth - FLAG_WRITE (without response) ?

I mean gatt server not client...
by prem111
Thu Feb 27, 2020 9:47 pm
Forum: Programs, Libraries and Tools
Topic: ubluetooth - FLAG_WRITE (without response) ?
Replies: 7
Views: 3569

ubluetooth - FLAG_WRITE (without response) ?

Hi, im have problem in ubluetooth module.

Standard in the characteristics to write is: FLAG_WRITE (default with reposnse) how to call with without reponse?

Or maybe you know another library that handles it?

Best Regards.
by prem111
Wed Feb 26, 2020 9:50 pm
Forum: ESP32 boards
Topic: bluetooth - no module named 'bluetooth'
Replies: 6
Views: 6201

Re: bluetooth - no module named 'bluetooth'

Problem has solved - install: esp32-idf3-20200226-v1.12-195-gb16990425.bin - works!
by prem111
Wed Feb 26, 2020 12:22 pm
Forum: ESP32 boards
Topic: bluetooth - no module named 'bluetooth'
Replies: 6
Views: 6201

bluetooth - no module named 'bluetooth'

Hi, im using firmware:
(Firmware built with ESP-IDF v3.x, with support for BLE, LAN and PPP:)
esp32-idf3-20191220-v1.12.bin

But im give error on import bluetooth:

>>> import bluetooth
ImportError: bluetooth - no module named 'bluetooth'


Thanks for help.