042 - MicroPython TechNotes: JDY-32 | Bluetooth Low Energy | BLE

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ส.ค. 2021
  • In this video, I will discussed how you can use a Bluetooth Low Energy BLE module with ESP32 using MicroPython.
    For more details, visit my blog post at:
    techtotinker.com/2021/08/06/0...
    OR watch the whole playlist:
    • 000 - MicroPython Tech...
    Please do Like, Comment, Share, and Subscribe.
    Thank you.
    - George Bantique | tech.to.tinker@gmail.com
    #TechToTinker
    #MicroPython #ESP32 #GorillaCell
    #MicroPythonTutorials
    #ESP8266 #Pico
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 4

  • @tecons5226
    @tecons5226 2 ปีที่แล้ว +1

    Hi George, my name is Tiago, I live in Brazil, I always follow the videos on your channel, first of all congratulations for the excellent work. I tried a few times to use the Bluetooth contained in the esp32 itself with the Micropython firmware, but it wasn't successful, I tested it with arduino and it worked. How would I make the Bluetooth connection through micropython?

    • @TechToTinker
      @TechToTinker  2 ปีที่แล้ว +1

      Hi Tiago! Firstly, thank you for your support.
      With regards to your question, Bluetooth classic is not yet supported by MicroPython as of this moment: github.com/micropython/micropython/issues/5406
      But you may use Bluetooth Low Energy, please refer to the following:
      docs.micropython.org/en/latest/library/ubluetooth.html
      github.com/micropython/micropython/tree/master/examples/bluetooth
      Hope this can give you a good start. I am planning to create a new video to demonstrate how to use BLE using MP sooner.
      Thanks.

    • @tecons5226
      @tecons5226 2 ปีที่แล้ว

      @@TechToTinker Hi George, first of all thank you very much for being willing to help. I'll look at the links you sent. It would be great to see a video on this subject here on the channel.

    • @TechToTinker
      @TechToTinker  2 ปีที่แล้ว

      Hi, I believe you've seen my new post video. Cheers and thanks.