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.
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. :)
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)
@DavidTLutz will do. I have quite a bit of experience with that as I used it at work. I'll add it to my notes, thank you! I'm hoping I can get back into bare metal stuff soon, I miss it!
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.
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. :)
@@DrGreenGiant Really want a BLE series!
I'd love to see implementation of task messaging service and scenarios to use it
Great suggestion as this is a very common and useful tool in RTOS bases systems. I shall cover this next probably
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)
If you ever get back into this JTAG with ESP-PROG would be great!
@DavidTLutz will do. I have quite a bit of experience with that as I used it at work. I'll add it to my notes, thank you! I'm hoping I can get back into bare metal stuff soon, I miss it!