043 - MicroPython TechNotes: ESP12E External WiFi

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ส.ค. 2021
  • In this video, I will demonstrate how you can use an external WiFi module such as an ESP12E using MicroPython.
    I know this is not needed when using an ESP32 because it has its own builtin WiFi capability, but since this is included in Gorillacell ESP32 development kit, I decided to give it a try. Besides it can also be applied for microcontrollers without wireless capability such as the Raspberry Pi Pico and the STM32.
    To use the ESP12E, we need to communicate to it through serial UART interface by sending specific AT commands.
    It can be configured as (1) station mode, (2) access point AP mode, and (3) hybrid mode.
    For this, I configured the module to function as station but it can also easily implements AP mode by using the class I created.
    For more details, visit my blog post at:
    techtotinker.com/2021/08/22/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
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Thank you sooo much for your tutorials, they are very very helpful!

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

      @Robin Lefever, I'm glad that you liked it. Thank you.