ESP-IDF in CPP 16: We're back! Recap of where we're at

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 6

  • @alexandermaier2489
    @alexandermaier2489 2 года назад +1

    Glad that you're back. Hope you've been well.
    I very appreciate your expeditions over the series since those a bit more indepth.
    Helped me a lot so far.
    Would really like to see you doing BLE server similar to Wifi at one point.
    Looking forward to your upcoming videos.

    • @DrGreenGiant
      @DrGreenGiant  2 года назад +1

      BLE and WiFi are quite different in the way they work. I have a really nice BLE GATT server implementation that I will cover soon as it uses a lot of core language features which I think people will find useful in the embedded world. WiFi is actually a lot easier just using sockets and our protocol definition, which I can cover later too. :)

    • @jinmingtang1545
      @jinmingtang1545 2 года назад

      @@DrGreenGiant Really want a BLE series!

  • @DrGreenGiant
    @DrGreenGiant  2 года назад +3

    Is anyone interested in me showing you how JTAG debugging works on an ESP? I haven't shown it before but it is massively more superior to UART serial debugging. I am wary about doing things that need extra equipment (although the ESP-PROG I use is pretty cheap)

  • @original_anu
    @original_anu 2 года назад +1

    I'd love to see implementation of task messaging service and scenarios to use it

    • @DrGreenGiant
      @DrGreenGiant  2 года назад +1

      Great suggestion as this is a very common and useful tool in RTOS bases systems. I shall cover this next probably