Man that is an amazing tool! I’ll definitely be using this in the future. Everyone who runs hardware projects knows the struggle of “is it my code or my wiring”
First (premature) peek into the Github repo: "and where is the link to the app to install on the phone?" - Two thoughts later: "ooh, an embedded web server generates the picture.. Wow, brilliant!!!" And all of a sudden, but unavoidable, the usually skeptical, I-have-an-oscilloscope-for-measuring-pin-state-engineer starts realizing that this is really really a legit thing. Congratulations, hats off, Sir. This is actually amazing!
oh wow, I work with a lot of esp32s, this is the most useful library I've ever had had the pleasure of stumbling across! I can't recommend this enough! Thank You!
Fantastic tool man! You can add more LEDs to form a logic analyzer history line, make the LED elongated, not round, this way you will gain space, they should be right next to each other to form a strait line if logic 1 is continuous. Display can also be double-lined for a more professional 01 look. Include the option to on/off each LED-set and possibility to display only selected sets on separate browser window, like standard logic analyzer tool ;)
I have not jumped into the ESP microcontroller world yet, only Arduino. But I sense that your work on this project is a real game changer to make development much more interactive.
Make the jump. Almost identical to Arduino, you can use the same Arduino IDE, many libraries also work. Boards are almost as cheap. There is no 'standard' like Arduino, so boards can be slightly different. Pick one board & stick to it, where possible. I use the 38 pin NodeMCU-32 with USB-C. can't remember the USB driver on the board, there are a few different ones. I use the fastest, not 340, so output to computer screen is fast. The 38 pin version fits into a very nice & cheap screw-terminal project board. (30 pin will also fit, but legends will not be correct).
Cannot agree more! Once I make the jump to using an ESP8266 I've never looked back. As mentioned, you can use the same Arduino libraries (mostly) and even break free of the Arduino UDE with PlatformIO.
That is awesome. I have been wanting something like this ever since I started working with esp32. Thank you so much for putting this together and making it so easy to get with git.
Sir you are a Genius, awesome graphics for the ESP32 in the web browser and your instructions to get there worked first time. This will be a very useful tool.
This is amazing! The ammount of DAYS i spent on one project thinking the code was the issue when it was the breadboard all along.... all that would have been avoided if i had this
you are a genius Man! Great work, this is the biggest hurdle in Embedded Systems, there no propper online debugger tool, what we need exactly u did, especially for using PSRAM in ESP32 series. keep update. Thank you.
Excellent project. I do a lot of ESP programming and will enjoy your addon. I do alternate protocols like ESPNOW and BLE often which precludes this use, but many of my WiFi projects will benefit, including my multi module hubs. Thank you!
Most impressive offering. I have just started working with a breadboard breakout board to show precisely what you have done with your work. Off I go to start using your work and will report later.
You are super amazing man exclamation brilliant! brilliant! Thank you so much for offering this to all of us! You could have packaged this and made a little auto installer and sold it for quite a bit of money for each download. However, you didn't, and like a boss shared this deliciousness with the whole world.
Amazing, excellent , fantastic, great job 👍, awesome, and many more attributes. After upgraded to your latest version, from yesterday, 1.0.4, it's works great.
Very nice indeed. As a feature request, if there was a way to add labels to the pins, that way they could show what they are connected to. LIke LED1 or ServoPWM, etc...
This is fantastic! Along with a good emulator this should make project development for the community much faster and better. I just recently subscribed to your channel and I'm impressed by the depth of material you cover.
Amazing project. Congratulations on a brilliant idea! This will surely blow up as one of the most recommended tools to add to anyone's arsenal. I wonder if it will scale down to single core Esp32s like the ESP32-C3.
You could even think about intercepting the I2C (or SPI etc) traffic and log that via Wifi to the Browser. But I guess that is much more difficult and depends on the amount of data. But yeah, why not.
I can't thank u enough my man...u are a genius and a life saver...I am really really really grateful to u for sharing this (and everyone should be too) ...
This is a very useful tool. I've got a somehow similar HARDWARE version of this from a company named Freenove for Pi Pico, but not ESP32 since it has many different variants. This very clever project will make it possible to work with different ESP32 boards with only a few lines of code. As someone else mentioned, it'll be all in one debugging tool if you could add serial monitor to this. Well done!
Thank you for sharing your work. I am surprised I had not seen anything like this earlier. Adding this to my future projects will make debugging much more straightforward. Cheers!
I'm sharing all this amazing ideas and specific this library and video to all my maker community and colleagues!! Well done an amazing job! Making the maker world better every step of the way! ❤❤❤
very cool. I've seen this before. I think it was when I flashed my nspanel with some home automation code of some kind. My bet is, that was your code, so thank you for the contributions.
not yet used, but seeing the video this looks to be a great tool. Downloaded it immediately and will test it tomorrow. Wanted to give you a big thank you already as I'm sure it will work like charm.
Wow, this looks amazing. It would have been very useful when I spent hours trying to work out how to connect a GPS module to an ESP32 S3 which worked fine with an older ESP32 Dev Board. I will instal it later today.
Really a great job 👍. I was wondering if you could run a single step debug mode in your program? For example you turn on an LED and see the change and then go to the next line.
Subscribing just for this... and I don't even have a current need. But, deserving of a sub in the least. Thanks for all your hard work and for sharing.
Every now and then someone comes up with something so "simple", yet revolutionary. This is one of those things.
Man that is an amazing tool! I’ll definitely be using this in the future. Everyone who runs hardware projects knows the struggle of “is it my code or my wiring”
For me it's both and then some
I worked on kernel level operating systems for 30 years. Tools like this are game changers.
This is excellent work. Well done, sir.
First (premature) peek into the Github repo: "and where is the link to the app to install on the phone?" - Two thoughts later: "ooh, an embedded web server generates the picture.. Wow, brilliant!!!" And all of a sudden, but unavoidable, the usually skeptical, I-have-an-oscilloscope-for-measuring-pin-state-engineer starts realizing that this is really really a legit thing. Congratulations, hats off, Sir. This is actually amazing!
oh wow, I work with a lot of esp32s, this is the most useful library I've ever had had the pleasure of stumbling across! I can't recommend this enough! Thank You!
This is fantastic! Thank you for all the work to produce this !
Amazing! Best thing about the ESP32 i have seen in a long time. Thank you!
Fantastic tool man! You can add more LEDs to form a logic analyzer history line, make the LED elongated, not round, this way you will gain space, they should be right next to each other to form a strait line if logic 1 is continuous. Display can also be double-lined for a more professional 01 look. Include the option to on/off each LED-set and possibility to display only selected sets on separate browser window, like standard logic analyzer tool ;)
I have not jumped into the ESP microcontroller world yet, only Arduino. But I sense that your work on this project is a real game changer to make development much more interactive.
Make the jump. Almost identical to Arduino, you can use the same Arduino IDE, many libraries also work. Boards are almost as cheap. There is no 'standard' like Arduino, so boards can be slightly different. Pick one board & stick to it, where possible. I use the 38 pin NodeMCU-32 with USB-C. can't remember the USB driver on the board, there are a few different ones. I use the fastest, not 340, so output to computer screen is fast. The 38 pin version fits into a very nice & cheap screw-terminal project board. (30 pin will also fit, but legends will not be correct).
Cannot agree more! Once I make the jump to using an ESP8266 I've never looked back. As mentioned, you can use the same Arduino libraries (mostly) and even break free of the Arduino UDE with PlatformIO.
Arduino has the Nano ESP32 board with that processor, and according to the Github doc, it is supported by this library.
After watching the first 60 seconds of the video, I sent the link to my friend who use ESP32.
That is awesome. I have been wanting something like this ever since I started working with esp32. Thank you so much for putting this together and making it so easy to get with git.
This is a logic analyser in software 😊 Very good idea and realization. This is a very nice help during debugging. Will certainly try this out.
Amazing work, im going to be showing students this when problem solving and debugging!
Sir you are a Genius, awesome graphics for the ESP32 in the web browser and your instructions to get there worked first time. This will be a very useful tool.
This is amazing! The ammount of DAYS i spent on one project thinking the code was the issue when it was the breadboard all along.... all that would have been avoided if i had this
you are a genius Man! Great work, this is the biggest hurdle in Embedded Systems, there no propper online debugger tool, what we need exactly u did, especially for using PSRAM in ESP32 series. keep update. Thank you.
Excellent project. I do a lot of ESP programming and will enjoy your addon. I do alternate protocols like ESPNOW and BLE often which precludes this use, but many of my WiFi projects will benefit, including my multi module hubs. Thank you!
Amazing idea and nice demonstration!
Thank you very much, it’a appreciated
Most impressive offering. I have just started working with a breadboard breakout board to show precisely what you have done with your work. Off I go to start using your work and will report later.
You are a hero! This provides sooo much info preventing lots of guessing or measuring. Thank you and keep up the good work!
This is a genius idea- if I had this when I was starting out it would have made life so much easier, great video
Legit development + excellent design. A rare event. Well done
Awesome....now to figure out how to add this to ESPHOME if possible !!!!
You are super amazing man exclamation brilliant! brilliant! Thank you so much for offering this to all of us! You could have packaged this and made a little auto installer and sold it for quite a bit of money for each download. However, you didn't, and like a boss shared this deliciousness with the whole world.
Beauty. No app needed, just a browser.
A big picture of what's working, what isn't & fast. This will be very handy, thanks!
I've integrated this in my existing project. It worked great. But it is very useful while making new projects. It save time.
Holy crap!!’ Thank you so much for creating this tool. This is going to be so useful.
Bravo ! Belle jobbe ! J'ai hâte d'essayer ça sur mes projets !
This is awesome, looks very helpful in future ESP32 projects, thank you!
The clarity of your video is also impressive, excellent video.
This is a work of genius. I can't fathom how you managed to complete this. You will save so many 100000s hours around the world from being wasted.
This would be useful for finding old code that you didn't realize was still in a project, toggling pins you don't use anymore.
Amazing, excellent , fantastic, great job 👍, awesome, and many more attributes. After upgraded to your latest version, from yesterday, 1.0.4, it's works great.
Excellent tool to review and debug our projects; Thanks for this powerful tool!
Game changer. Fantastic work. Thank you !!!!!
Sounds a great Library, Thanks
Very nice indeed. As a feature request, if there was a way to add labels to the pins, that way they could show what they are connected to. LIke LED1 or ServoPWM, etc...
That is something really groundbreaking for debugging dude.. Thnx man for making it public.. It will be a great help👍🏻🤟🏻
Thanks!
Thanks a lot!
That looks very interesting - will be trying it next time I get to sit down with my esp32!
Tried it, and it works perfectly (a few compiler warnings, but that's all).
Fantastic tool! Please add more ESP32 boards! 👍👍👍
Thank you for sharing the viewer. Yes. Game changer. I do not know why Arduino does not have this as part of their base package. props to you.
Please explain to me why this is a gamechanger so I can understand.
This is fantastic! Along with a good emulator this should make project development for the community much faster and better. I just recently subscribed to your channel and I'm impressed by the depth of material you cover.
Thank you!
Awesome. The Jacques Cousteau of ESP32 😀
This is absolutely amazing! I wish I had this a couple of months ago when I was pulling my hair out 😆 Great work man!!
Wow, just seen this, what a beautiful idea and concept well realised. Chapeau
Danke!
Thanks it's appreciated
Amazing project. Congratulations on a brilliant idea! This will surely blow up as one of the most recommended tools to add to anyone's arsenal. I wonder if it will scale down to single core Esp32s like the ESP32-C3.
This is mind blowing! THANK YOU! This is going to change my work in a big way!!
one word. BRILLIANT
Man, you are a genius !!!!!
Wow, fantastic, thank you so much for making this! ❤❤❤
I can't wait to try this. It is absolutely genius. Thank you!
Excellent, it's a super useful contribution. Thanks a lot!!
Awesome Tool. Exactly what I needed. ❤
It will be cool to see active I2C Adresses to faster find them and see if there actually getting recognised. 🙏
You could even think about intercepting the I2C (or SPI etc) traffic and log that via Wifi to the Browser. But I guess that is much more difficult and depends on the amount of data. But yeah, why not.
I can't thank u enough my man...u are a genius and a life saver...I am really really really grateful to u for sharing this (and everyone should be too) ...
Brilliant, I've been looking for sth like this. Great Job!
This is an awesome piece of work! Does this work with ESPHome/home assistant?
You, kind sir, just earnt yourself a sub.
WOW. I am mesmerized! Good job man! Thank you so much for sharing your awesome work!
Now that is cool. Thanks for putting in the work and sharing.
excellent work, congratulations.. thank you so much for sharing this with us.
Bravo! Super bonne conception! Merci de partager avec la communauté.
Wow. Been thinking the same from my previous projects but forgot to develop. Worth a subscribed! Thanks for sharing!
What about adding waveform view for gpios (generated on browser)? It would be awesome.
Genius! Thank you sir, your a gentleman and a scholar🤝
About time I port it to esp-idf as I don't use arduino!! Great work!. I often use wifi logging to debug my projects. But this is also great 🎉
This is a very useful tool. I've got a somehow similar HARDWARE version of this from a company named Freenove for Pi Pico, but not ESP32 since it has many different variants. This very clever project will make it possible to work with different ESP32 boards with only a few lines of code. As someone else mentioned, it'll be all in one debugging tool if you could add serial monitor to this. Well done!
Thank you for sharing your work. I am surprised I had not seen anything like this earlier. Adding this to my future projects will make debugging much more straightforward. Cheers!
Awesome work. Very useful library for debugging complex projects. Thanks for sharing.
This is amazing! First I've seen of your channel... instant subscribe
Very useful and simple and easy to deploy. Thank for sharing with us.
Hey! This is great! I really appreciate all the work you put into this. I am going to start using it on my next project.
What an awesome Christmas Gift! Thank you!!!
I'm sharing all this amazing ideas and specific this library and video to all my maker community and colleagues!!
Well done an amazing job!
Making the maker world better every step of the way!
❤❤❤
Thanks for sharing!
very cool. I've seen this before. I think it was when I flashed my nspanel with some home automation code of some kind. My bet is, that was your code, so thank you for the contributions.
That’s exactly what I need for one of my esp32 projects. Great work!
not yet used, but seeing the video this looks to be a great tool. Downloaded it immediately and will test it tomorrow. Wanted to give you a big thank you already as I'm sure it will work like charm.
Great job !! thank you for sharing this amazing tip.
Bloody brilliant work! 👏 👏 👏
Wow, this looks amazing. It would have been very useful when I spent hours trying to work out how to connect a GPS module to an ESP32 S3 which worked fine with an older ESP32 Dev Board. I will instal it later today.
Really a great job 👍. I was wondering if you could run a single step debug mode in your program? For example you turn on an LED and see the change and then go to the next line.
TBH.. this is actually pretty cool!
To me , mind blowing , time to buy an ESP and swap it for the Arduino! Thanks for sharing !
Subscribing just for this... and I don't even have a current need. But, deserving of a sub in the least. Thanks for all your hard work and for sharing.
I appreciate that!
That is incredible. Thank you for sharing it with us.
Awesome, works perfect! Thank you for all the work and sharing!
Gracias por todo el aporte. Un saludo desde Medellín Colombia. Estaré revisando el ejercicio. GRACIAS
This is so cool, very well done!
Wow! Amazing project, congratulations and thank tô shared with us
That is truly awesome. Excellent work!
Wow, this is an amazing project! Great work!
Thank you so much for this library, this is super useful !!!
Thank you for sharing. I’m now a subscriber looking forward to your future uploads. 👍👍👏
This is a brilliant piece of work !! truely amazing !!
Fantastic 👍🏻 Will try it out. Thanks for sharing 👍🏼
This is awesome! Amazing idea! Mind blown 😮
That’s so cool. 👍 thanks for sharing ❤
This is amazing, I would never had thought to create something like this. And even then, I'd probably think it's not possible to do.