ESP32 Boards Manager 3 - Upgrade your Older Code

  Рет қаралды 10,984

DroneBot Workshop

DroneBot Workshop

Күн бұрын

Пікірлер: 39
@venkatyalamati3285
@venkatyalamati3285 20 сағат бұрын
Whenever I see your video, the first thing I do is to hit on like button
@marcelgrenier6916
@marcelgrenier6916 20 сағат бұрын
I do the same thing
@grahamnichols1416
@grahamnichols1416 18 сағат бұрын
Great to see Bill back on form with a new video. Thanks, Santa.
@Richardj410
@Richardj410 16 сағат бұрын
Nice see you back, hope you are doing well.
@donjohnson7888
@donjohnson7888 17 сағат бұрын
Always a GREAT video packed with useful and in my case, very timely and very needed information. Happy New Year everyone! Thank You, Bill!
@TxMxMxMxM
@TxMxMxMxM 20 сағат бұрын
Merry Christmas everyone!
@Soho9111
@Soho9111 20 сағат бұрын
Thanks! I very much like your content
@toddbu-WK7L
@toddbu-WK7L 8 сағат бұрын
I did my upgrade on Christmas to 3.0.7. I had tried earlier with the 3-alpha and 3-rc versions along with some of the earlier 3.0.x releases, but they all broken either FPSI or tft-epsi on ESP32-S3s. But 3.0.7 finally worked and seems to be working well. One of the biggest reasons for me to upgrade was to get 64-bit time_t. With the year 2038 only 13 years away, I was worried that I'd build code that would last more than a decade only to have it die in 2038. This is no longer a problem with the v3 boards manager. Thanks, Espressif
@BlondieHappyGuy
@BlondieHappyGuy 19 сағат бұрын
Well now I'm excited. LOL I like the changes shown here and I especially want to go through all the ESP NOW stuff. Thanks for this.
@TYGAMatt
@TYGAMatt 8 сағат бұрын
Great vid Bill. I've been putting off going to V3 as a lot of my projects use timers and I see that this has changed quite a bit. Maybe time to have a read through the Espressif docs and see what I need to do to update. Hope that you had a great Christmas and all the best for 2025. Cheers Matt
@angelinamerkwuerdig9656
@angelinamerkwuerdig9656 12 сағат бұрын
Just as always: Amazing, informative & on the spot. Thanks a lot!
@michaelsbelfry4261
@michaelsbelfry4261 3 сағат бұрын
Hi. A very timely and informative video! The section on I2C relates to a current project need for a portable signal source for HiFi testing. Great timing! Thanks.
@MarkMcCluney
@MarkMcCluney 17 сағат бұрын
Good to hear your Dad jokes back up to standard Bill. Happy New Year to you and all your fans.
@mpboss2218
@mpboss2218 13 сағат бұрын
When it comes to electronic, this man is Spirit, Angel and Superhuman
@BlondieHappyGuy
@BlondieHappyGuy 18 сағат бұрын
I did see something in there about remotes. Does that mean that it will be easier to build things like universal remotes to control our TVs and sound systems? Will it be easier to "read" a remote's codes for buttons and record them? Just wondering, because when I'm done 2.5 projects I have on the go, I urgently need to design a universal remote to replace the Logitech Harmony remotes with bad pads. So I'm hoping this new manager will have some better tools to help in that. ???
@86Carrera911
@86Carrera911 15 сағат бұрын
I'm in the beginning stages of researching a project to receive IR from all my different remotes and transfer that data via ESP_NOW to be recreated on the other end to control the equipment that is tucked away in my storage closet.
@BlondieHappyGuy
@BlondieHappyGuy 12 сағат бұрын
​@@86Carrera911 Actually, that's easy. While I haven't actually started my remote project, last year, I did do some testing using an IR receiver and transmitter. With the receiver part, I can point a remote, put the sketch into capture mode, then push a button. This will then capture the code. I can then, as a test, have it send that code via the IR transmitter. Honestly, I totally forget how I did that.... LOL ... but I do remember that it worked. The point is, however, once you have captured the "buttons" you need, you can package a code (or more) and easily transmit it to another ESP32. I already do that now using ESP32 NOW. I only send 3 things, though. - channel (the channel number of the unit in a multi-unit system) - temperature - humidity The structure in the test had a bunch of test elements, that were just flags to transmit what options were enabled. I would imagine that the same or similar idea can be used. I actually was tossing around the idea of making a "repeater" type thing as well. Mostly, because to control our entertainment system, there are a bunch of devices that need to be controlled and they are not all in the same location. So with the Logi remote, when it was working, we had to point it to a spot that was more or less between the equipment (some was on the right, some on the left). Sometimes, even then, one of the devices didn't get the signal. So we'd have to flip the remote into that device's mode to do what we needed. So I thought, perhaps either a hand-held remote with 3 IR transmitters, pointing left, middle and right, or perhaps a repeater that would handle the IR. Then, the handheld remote would only send the desired code via RF. Just an idea, but I think it would work.
@oscargr_
@oscargr_ 4 сағат бұрын
What do you mean "easier to read" IR codes? What issue do you hope the new boards manager will solve?
@thomasleftwite
@thomasleftwite 5 сағат бұрын
Recently I had some problems that I couldn't compile and install programs to the target which worked properly before. With this video I could find that the ESP32 ver.3 board manager affects them. Thank you!
@gabrielalejandromarturano8761
@gabrielalejandromarturano8761 18 сағат бұрын
Grateful for multilingual audio tracks
@arp_catchall
@arp_catchall 16 сағат бұрын
Very informative, thanks!
@claudiomoles
@claudiomoles 17 сағат бұрын
Thank you for the Heads-up for the new ESP32 boards manager 3. I wish you have a wonderful Seasons Holliday and a health and wealth 2025. God Bless you and your family.
@Agni_Puthra
@Agni_Puthra 10 сағат бұрын
Board meeting 😂 Witty !
@pekhotinyets
@pekhotinyets 13 сағат бұрын
You read my mind
@douggrove4686
@douggrove4686 15 сағат бұрын
Very nice, thank you very much.
@oscargr_
@oscargr_ 4 сағат бұрын
What exactly is the boards manager? Is it a set of "libraries" that interface between any of the available peripherals on a specific board? (Like a traffic director... Once you specify the board, you will get directed to the correct interface code for the peripheral on that board?)
@gerdsfargen6687
@gerdsfargen6687 9 сағат бұрын
Sweet as! All in arduino cc right? Would that be the same case as with esp32 espressif in eclipse?
@86Carrera911
@86Carrera911 16 сағат бұрын
I ran into this problem with your Mecanum wheel robot when I absent mindedly agreed to update the board manager when the IDE opened. I got the code updated so it would compile, but only one of the wheels would turn. I confirmed that everything was working as it should up to a library call, and that's when I aborted the mission and went back to v2.
@fischercharles
@fischercharles 17 сағат бұрын
I have trouble finding a RC servo library that is compatible with esp32 version 3. Do you have a library you know is compatible?
@vogonjelc
@vogonjelc 3 сағат бұрын
Just a funny thought, why not put links in video descriptions?
@Ducerobot
@Ducerobot 9 сағат бұрын
Hmm this didn't pop up in notifications. I just caught it.
@tubeDude48
@tubeDude48 18 сағат бұрын
Seems like we're going backwards! They have added so much 'bloat' code! There has to be a simpler way for what I'm seeing at 21:00 --- But 👍 to you Bill, for all your work!
@СтасГайсан-ц6ж
@СтасГайсан-ц6ж 17 сағат бұрын
@dipakbhalodia7155
@dipakbhalodia7155 18 сағат бұрын
Request to you audio take add hindi language add please requests ❤❤🎉
@honzach.4918
@honzach.4918 Сағат бұрын
I wonder why the term "API" has been so widely misubderstood and misused, and even in context of such a valuable information thus teaching others this wrong meaning. API is *a set of* data types, variables, functions, macros... not functions themselves!!! 😟🤦‍♂️🤬
@steschtec2051
@steschtec2051 3 сағат бұрын
Please! NO MORE GermanTranslation at KI!!!! I will see the Video in original-spoken Language! Please! Please! Switch off this nasty Option, Thanx!
ESP32 Guide 2024 | Choosing and Using an ESP32 Board
41:06
DroneBot Workshop
Рет қаралды 361 М.
Space Engineers Survival (Episode 49) - Prototech is the Best Tech! [2024]
1:16:01
JISOO - ‘꽃(FLOWER)’ M/V
3:05
BLACKPINK
Рет қаралды 137 МЛН
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН
24 Часа в БОУЛИНГЕ !
27:03
A4
Рет қаралды 7 МЛН
Unique Projects with Digital Potentiometers
53:23
DroneBot Workshop
Рет қаралды 54 М.
Raspberry Pi Remote Access - 3 Methods
25:12
DroneBot Workshop
Рет қаралды 57 М.
This Physicist Says We’re Using Maths Entirely Wrong
9:46
Sabine Hossenfelder
Рет қаралды 248 М.
Installing PixyMon & Updating Pixy 2 Firmware
8:11
neosarchizo
Рет қаралды 284
This may be sponsored, but I have one big problem... - MSI Claw 8 AI+
13:04
Sharp, Compact, and Affordable: Waveshare 1.47 Boards ESP32 C6
5:28
LoRa - Long-Range Radio for IoT | Arduino, ESP32, RPI Pico
1:07:58
DroneBot Workshop
Рет қаралды 363 М.
Diodes  - A Practical Guide
40:10
DroneBot Workshop
Рет қаралды 36 М.
USB-PD: 5-20V Power for Your Projects
35:25
DroneBot Workshop
Рет қаралды 33 М.
XIAO ESP32S3 Sense - Tiny ESP32 Camera
45:28
DroneBot Workshop
Рет қаралды 89 М.
JISOO - ‘꽃(FLOWER)’ M/V
3:05
BLACKPINK
Рет қаралды 137 МЛН