Flash ESP projects with your browser! (ESP Web Tools)

Flash ESP projects with your browser! (ESP Web Tools)

Brian Lough

2 года назад

16,131 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Brian Lough
Brian Lough - 04.04.2022 12:19

Not sure I called the button that does the flashing the right name once 😅

Ответить
Natee YouTube
Natee YouTube - 12.08.2023 05:14

How about ESP-IDF What should I do?

Ответить
Mats Karlsson
Mats Karlsson - 04.03.2023 13:06

Two improvements, from Arduino IDE 2.x you can export binaries (Sketch | Export Compiled Binary) and the second one, in github you can make "Releases" and then you upload the binaries to that release.

Ответить
David Thomson
David Thomson - 06.08.2022 14:13

Hello Brian , i am wondering if you can help a complete novice . Having seen wled lights , i thought they were so cool . i for the life of me don't know how to flash esp modules for that . I am not computer savvy at all , at 63 with arthritis in the hands i really want to do this as a hobby .and i hope you can maybe take some time to help , thanks in advance .

Ответить
Professor Oak
Professor Oak - 24.05.2022 00:04

Im glad that bitluni mentioned you in some of his Videos. :) Nice Videos!

Ответить
Gerard Jacobs
Gerard Jacobs - 10.05.2022 16:48

Prⓞм𝕠𝕤𝐌 🙏

Ответить
Maico
Maico - 08.05.2022 18:36

superb explanation and buildup of your video Brian

Ответить
Morten Møller
Morten Møller - 10.04.2022 00:04

Should also note that another prerequisite is the driver. I recently wanted to install WLED on an ESP8266, but I had some issues. After Googling, it turns out I needed the CP210x driver (after installing Windows 11).

Ответить
The Tinker Dad
The Tinker Dad - 08.04.2022 14:30

A nice video as usual Brian - but the topic makes me wonder about security especially nowadays. Call me paranoid but I look at browsers as the primary entry for hackers on my PC and the idea of writing firmware from the browser gives me the creeps.

Ответить
Salih
Salih - 08.04.2022 12:15

Hi Brian, I need yourr help for spotify led matrix code. Im trying your example but not work also give an error.

Ответить
Maker Melissa's Lab
Maker Melissa's Lab - 08.04.2022 07:31

Hi thanks for making a video on this. I'm the person who originally wrote the underlying code that programs the ESP devices. ESP Web Tools actually uses esp-web-flasher to write to the device, which is forked from Adafruit WebSerial ESPTool, which is what I wrote.

Ответить
Stefan U
Stefan U - 06.04.2022 11:59

Why don't you export the binaries directly from Arduinio IDE:
Sketch -> Export Compiled Binary
or
Ctrl+Alt+S

Ответить
LeFauve
LeFauve - 06.04.2022 06:16

Very interesting. If you can host your firmware on a platform with server scripting (PHP, ...) you can burn custom parameters into the binary file at download time. That could be useful for custom text or hardware configuration, but I wouldn't recommend it for wifi settings or anything sensible because those parameters will have to be sent to your server before they can be embedded in the firmware binary (a malicious website could access them).

Ответить
Steve B
Steve B - 06.04.2022 04:50

Bring back the old image or I'm unsubscribing

Ответить
Tobias Blum
Tobias Blum - 05.04.2022 23:02

I really think this is a big step forward to make it easier for unexperienced makers to get a project up and running. And to make it "accessible" for more people. Even for more experienced makers like me (who clicked "upload" countless times in the past) this is just a big timesaver.
I asked myself a while ago if it might be possible to get a "universal uploader" running. A webpage where you just enter the URL of a binary that's living somewehere in the internet (maybe in the releases section of a repo) and that generates a dynamic uploader page. Could be working when you generate the manifest dynamically. Maybe I'll give it a try. Could be very useful.

Ответить
Marius Heier
Marius Heier - 05.04.2022 12:56

Great work!

Ответить
keith glynn
keith glynn - 05.04.2022 00:39

Thank you, thank you ! I will look into these. I am a newbie with Arduino/ESP32 and I just wanted to set up a scrolling text followed by a stationary "M" for my Daughter's college graduation cap. Sounds simple for many but extremely frustrating for me as far as the coding part. I just began to resort to the Jinx led creator which allows me to set up any led function I want, and transfer it via Artnet wifi to my ESP 32. I had it working great, but it keeps losing the program at power down. The Jinx files are very strange, I read that they were origionally intended for the first Garmin GPS navigation units. Believe me, I'm not being lazy. I've spent hours and days trying to write scripts through Arduino but I just don't understand the coding...some people use things like i - ++ among other weird symbols I dont see in the book, let alone trying to set up the X -Y matrix and shift registers. I thought this would be fun but it's getting downright annoying. Anyway, thanks for your videos and information. Perhaps someday my brain will grasp some of this and I will continue making projects.

Ответить
James Zahary
James Zahary - 04.04.2022 18:24

I used your written procedure a few months ago to setup a One-Click-Installer of my video recorder app. Now people are writing me that they can get the esp32 programmed and running, but cannot figure out the WiFiMan to set up the ssid and password. 😀 So I added some code to read ssid and password from a text file they can put on sd card. Its always something.

Ответить
Justin Richards
Justin Richards - 04.04.2022 14:19

awesome

Ответить
Paul Britton
Paul Britton - 04.04.2022 14:13

How secure is this? If, say, I was browsing the web, with an ESP32 plugged into a USB socket on my PC, could a malicious website reprogram it in the background without me knowing?

Ответить
Stephen Ludgate
Stephen Ludgate - 04.04.2022 13:01

Awesome video!

Ответить