Build your own OVERKILL ON AIR Sign with ESP32! | ON AIR-Series Part 1 Finite State Machine

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 มิ.ย. 2024
  • Build your own ON AIR sign with an ESP32! This is part 1 of the ON AIR miniseries, which will leave you with all the needed tools to turn your ESP32 into an efficient finite state machine. This will later be controlled by a web server and client, and I'll go over a custom PCB design and case design for 3D-printing! Stay tuned for the upcoming parts!
    If you like what you saw and what I do, consider subscribing and tipping me!
    ☕ Buy me a coffee: ko-fi.com/jseshack
    💌 Subscribe: / @jse-shack825
    Mentioned links:
    ➡️ Repo: github.com/jake-is-ESD-protec...
    Check out other videos!
    🖥️ Command line on Arduino: • COMMAND LINE on Arduin...
    🖥️ Basics with PlatformIO: • PlatformIO: All you ne...
    🖥️ Debug your Arduino Uno or nano: • Debugging the Arduino ...
    🖥️ OOP on Arduino: • Object Oriented Progra...
    #arduino
    #embeddedsystems
    #esp32
    #esp32project
    #freertos
    #interrupts
    00:00 About
    01:09 Finite State Machine
    02:52 Interrupts for user input
    04:00 Multitasking with FreeRTOS
    06:01 A Note on delay()
    06:25 Task Notifications
    07:34 What's next
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @antonioe.2396
    @antonioe.2396 6 หลายเดือนก่อน +3

    Very good videos, will be waiting the second part!

  • @Filip_Visnjic
    @Filip_Visnjic 7 หลายเดือนก่อน +2

    Nice explanation ! So you are using arduino framework here, combined with freeRtos?