Volos Projects
Volos Projects
  • 306
  • 9 017 197
KWind app and Windstations on ESP32 - Gadget for Kitesurfers
I am back, and here is project i woked on last few days.....
This is a paid project I worked on for a company named Helium Smart World. This company was founded by two kite surfers. At Helium Smart World, they developed a mobile app as well as a web app that provides all kite surfers with information about wind strength and wind direction at a specific location. There are, of course, other informations such as temperature, etc. In their app, you can find hundreds of stations that provide reliable data about the wind at a specific location. One of the founders is my subscriber, and he got the idea to display this data on an ESP32 development board.
Links:
kwind.app/
Board used in video:
T-display AMOLED Touch with black shell: www.lilygo.cc/uHFC4r
Support me on:KO-FI ko-fi.com/volosprojects
PATREON: www.patreon.com/VolosProjects
Don't forget to subscribe, like, and hit the notification bell for more IoT and ESP32 tutorials!#esp32
Переглядів: 5 836

Відео

I have coolest Ukulele
Переглядів 6 тис.21 день тому
I improved my Ukulele with this custom Metronome. Board used in this video: www.makerfabs.com/esp32-s3-round-spi-tft-with-touch-1-28-inch.html code: github.com/VolosR/BMPUkulele Support me on:KO-FI ko-fi.com/volosprojects PATREON: www.patreon.com/VolosProjects Don't forget to subscribe, like, and hit the notification bell for more IoT and ESP32 tutorials!#esp32
SquareLine Studio ESP32 Tutorial- PART2 - Counter Project
Переглядів 6 тис.28 днів тому
In this tutorial we will learn. How to add images and fonts to our projects. we will also learn how to handle events. We will learn how to connect our Arduino sketch and UI files generated by SquareLine studio. Part 1: ua-cam.com/video/qvz0XdSYwj8/v-deo.html LINKS: SLS: squareline.io BOARDS that can be used for tutorial www.lilygo.cc/O9VrA9 T-display AMOLED Touch with black shell: www.lilygo.cc...
SquareLine Studio AND ESP32 - Tutorial Part 1
Переглядів 21 тис.Місяць тому
In this video I will show You how to make a simple UI in Squareline Studio (1.4.1) and I will show You how to upload it to ESP32 board. For this series of tutorials you can use T-Display s3 touch amoled or Lilygo t4. LINKS: SLS: squareline.io/LilyGO T-Display AMOLED Touch : www.lilygo.cc/O9VrA9 T-display AMOLED Touch with black shell: www.lilygo.cc/uHFC4r T4 S3 with Blach Shell: www.lilygo.cc/I...
LilyGO Sent Me a Mysterious Package - New Boards by LilyGO
Переглядів 22 тис.Місяць тому
LilyGO has new and interesting products. They sent me a few of their new ESP32 boards. The new line of products is well protected and looks great. Links: ESP32 Java Script Serial Flasher: espressif.github.io/esptool-js/ Firmvare for Internet Clock: github.com/VolosR/T4Clock NickTheFix Code for Encoder Pro: github.com/nikthefix/Lilygo_Support_T_Encoder_Pro_Smart_Watch Boards in video: T-display ...
Control Your PC Volume with ESP32-S3 and Makerfabs MaTouch Display
Переглядів 21 тис.Місяць тому
Did you know that the ESP32-S3 can be used as a HID (Human Interface Device)? Basically, you can program it to act as a keyboard or mouse. I am using this feature in this project. This is the Makerfabs MaTouch 1.28' rotary display, and I am using it to control the volume on my PC. BOARD: www.makerfabs.com/matouch-esp32-s3-rotaryips-display1-28-gc9a01.html CODE: github.com/VolosR/VolumeKnob ☕️ S...
Yes, I Changed My Mind: Using SquareLine Studio and LVGL Now!
Переглядів 23 тис.Місяць тому
Yes, for many years I refused to use LVGL and SquareLine Studio, but now I have finally learned how to use them, and I like them very much. I am planning to make a series of tutorials about them because it seems this topic is interesting to many people. My oldest sponsor, PCBWay www.pcbway.com/, will have a birthday soon. We have collaborated for more than four years, and I am always satisfied ...
FINALLY! Fast e-Paper Display -INKPLATE 6 Motion
Переглядів 44 тис.Місяць тому
I waited for this for so long. This is a fast (11 FPS) e-paper display which can be programmed in Arduino IDE. This is the Inkplate 6 Motion, and it is currently in the crowdfunding phase. www.crowdsupply.com/soldered/inkplate-6-motion it is made by SOLDERED! You can check whole INKPLATE series here: soldered.com/ My last video with INKPLATE: ua-cam.com/video/1rAcVGgkSHc/v-deo.htmlsi=iNNyQK_wQ9...
3 Minute Code with Volos : How to Set Display Brightness
Переглядів 4 тис.2 місяці тому
Welcome to the fifth episode of Programming with Volos. In this series, I aim to teach you a few tricks and help you get started with programming ESP32 development boards more easily. Today, we will talk about screen brightness. Adjusting the screen brightness is important because these screens are often too bright and it's frequently necessary to reduce the brightness. Manufacturers have two a...
Creality Falcon2 PRO Laser Engraver: Let's Make an Enclosure for ESP32 Projects
Переглядів 2,8 тис.2 місяці тому
I have a new LAser engraver. This one can be used indoors because of the built in air purification system. With lots of safety features this device is a great option when you have kids. I decided to use this Creality Falcon2 Pro to make some toys for my daughter. Find the laser engraver here: s.zbanx.com/r/0mziLY1xqYxY Code: FNPALL10 DTC link: store.creality.com/products/f... Code (22W): FALP22...
ESP32 - Minimalistic Messenger
Переглядів 10 тис.2 місяці тому
Hello guys, in this video we will use two-way ESP-NOW communication. I made these simple devices which can send short text messages to each other using the ESP-NOW protocol. The brain of the operation is the M5Stack Atom S3 development board. I needed a few additional push buttons for this task, so I designed a custom PCB. The PCB is made by PCBWay. They have been a long-time supporter in my UA...
3 Minute Code with Volos : ESP32 RTC , Simple Internet Clock (ep4)
Переглядів 7 тис.2 місяці тому
In this video, we will talk about the built-in RTC chip that is included in every ESP32 microcontroller. This RTC is easy to use but it's not the most accurate clock in the world. After a few days, the time on this built-in RTC noticeably lags behind. I have used this method many times, but I have never explained it properly. So, the method we use is to connect our ESP32 to the internet every f...
ESP32 Smart Home UI -M5Dial
Переглядів 28 тис.2 місяці тому
Hello! I haven't posted a video for two weeks, sorry about that. I've had a lot of household chores, a couple of paid projects, and the news is that I've decided to learn how to use the lvgl library. I also have a couple of new ESP32 development boards. In this video, I'll show you what I'm working on and share a few important channel updates. Enjoy! 🔗Links: 🔧Parts: M5Stack M5Dial : shop.m5stac...
Mini E-Paper : Unbelievable Battery Life
Переглядів 7 тис.3 місяці тому
You don't see this very often on this channel: an E Ink or e-Paper display. It's the smallest I could find. If you remember in the past, I used some bigger E Ink displays like the Lilygo T5, M5Stack Epaper, a soldered 6" display, and a soldered 10". E Ink displays are usually bigger, and the reason why I don't use them more often is that they are slower than LCD or AMOLED displays. But they hav...
Let's Make a Mini Digital Photo Frame: How to Display JPG Files from an SD Card
Переглядів 7 тис.3 місяці тому
Learn how to create your own mini digital photo frame using the ESP32 microcontroller (LilyGo T4). In this tutorial, we'll guide you through setting up and coding your ESP32 with a built-in display and SD card reader. By the end, you'll have a stylish frame to showcase your favorite JPG images. Let's get started! 🔗Links: 🔧Parts: T-Display T4 : www.lilygo.cc/products/t4-s3?bg_ref=7LJo9u5wwo 🛠️CO...
Monitoring House Power Consumption with ESP32 and Shelly Power Meter
Переглядів 89 тис.3 місяці тому
Monitoring House Power Consumption with ESP32 and Shelly Power Meter
3 Minute Code with Volos : TABLE (ep3)
Переглядів 4,3 тис.3 місяці тому
3 Minute Code with Volos : TABLE (ep3)
3 Minute Code with Volos : Progress BAR (ep2)
Переглядів 7 тис.3 місяці тому
3 Minute Code with Volos : Progress BAR (ep2)
3 Minute Code with Volos :Episode 1
Переглядів 7 тис.3 місяці тому
3 Minute Code with Volos :Episode 1
Remote Voltage Monitoring System Using ESP32 and ESP-NOW
Переглядів 13 тис.3 місяці тому
Remote Voltage Monitoring System Using ESP32 and ESP-NOW
Gradient Sliders for T-Display S3 AMOLED Series (ESP32)
Переглядів 11 тис.4 місяці тому
Gradient Sliders for T-Display S3 AMOLED Series (ESP32)
Best ESP32 board with AMOLED display - LilyGo T4 S3
Переглядів 230 тис.4 місяці тому
Best ESP32 board with AMOLED display - LilyGo T4 S3
Install firmware from an SD card on M5Cardputer, plus a free mini car dashboard example.
Переглядів 15 тис.5 місяців тому
Install firmware from an SD card on M5Cardputer, plus a free mini car dashboard example.
M5StickC Plus2 is Evil Flipper Zero Cousin
Переглядів 49 тис.5 місяців тому
M5StickC Plus2 is Evil Flipper Zero Cousin
I made Attitude Indicator for ESP32 board
Переглядів 25 тис.5 місяців тому
I made Attitude Indicator for ESP32 board
ESP32 Image Puzzle Game with SD Card Storage!
Переглядів 4,4 тис.5 місяців тому
ESP32 Image Puzzle Game with SD Card Storage!
ESP-NOW Protocol: Establishing Communication Between Two ESP32 Devices - How to Use It
Переглядів 44 тис.6 місяців тому
ESP-NOW Protocol: Establishing Communication Between Two ESP32 Devices - How to Use It
ESP32 gets data from Xiaomi Thermometers using BLE
Переглядів 12 тис.6 місяців тому
ESP32 gets data from Xiaomi Thermometers using BLE
Thumb-Size Computer : NEW M5Stick C Plus2
Переглядів 32 тис.6 місяців тому
Thumb-Size Computer : NEW M5Stick C Plus2
Let's make Number Dial (Programming Tutorial)
Переглядів 9 тис.6 місяців тому
Let's make Number Dial (Programming Tutorial)

КОМЕНТАРІ

  • @bernardomorales7511
    @bernardomorales7511 Годину тому

    Muchas gracias por esta serie, realmente interesante y formativa. Estaré atento a tu trabajo.

  • @IonCubekhanz
    @IonCubekhanz 2 години тому

    I think he is Russian ... as per his English?

  • @jsonslim
    @jsonslim 5 годин тому

    Congrats for the mic!

  • @Gasterboi2012
    @Gasterboi2012 17 годин тому

    Yay! I can reset peoples iPhones and cause war crimes while also playing a game! (Hint: this is a joke)

  • @leehewitt9559
    @leehewitt9559 21 годину тому

    I fly microlight aircraft and knowing the wind speed is critical. Please more square line studio. Want to make gauges for aircraft to use analogue sensor inputs.

  • @leehewitt9559
    @leehewitt9559 21 годину тому

    Fantastic skill 👌👌👌

  • @shahenshahmalik
    @shahenshahmalik День тому

    Whaaaat!!!

  • @didacrodriguez8449
    @didacrodriguez8449 День тому

    Many thanks for your clear and awesome explanations. I had lost a lot of time trying to work with Square Lines Studios and I never could connect all the puzzle of concepts. Finally, with your video I could! Congrats!!! This is the best video!

  • @93squeeps
    @93squeeps 2 дні тому

    hello friend, it would be cool to see a similar app for local weather and air quality. thanks for sharing have a good day

  • @britishtechguru
    @britishtechguru 2 дні тому

    I used an ATTiny85 as a Morse Code generator for my emergency radio transmitter. I have ATTiny13 and ATTiny44 on order for other projects. I want to use an ATTiny13 to turn a membrane keypad.into an I2C keypad.

  • @VeniceInventors
    @VeniceInventors 2 дні тому

    It definitely looks nice!

  • @hendryawaneng6
    @hendryawaneng6 2 дні тому

    nice tutor

  • @bcastromusic
    @bcastromusic 2 дні тому

    I'm confused on font usage. When using TTF w/ LVGL (manually) the fonts need to be converted using the LVGL font converter, then added to LVGL fonts folder, and then lv_conf.h updated to enable the fonts. Is this happening automatically?

    • @bcastromusic
      @bcastromusic День тому

      ...I found it does in fact do the conversion and adds the font to your "ui" folder and enables it. It works great. Using custom images and fonts in LVGL manually would take 5 minutes or more for every option (every font size etc..). With Square Line doing all the work for you you can try out fonts and images very fast without the hassle.

  • @bcastromusic
    @bcastromusic 2 дні тому

    Keep going! I have also just decided to use Squareline w/ LVGL for UI for a small 128x64 OLED. I was writing all code manually but very time consuming and frustrating as LVGL changed version (and code) often.

  • @tgirard123
    @tgirard123 2 дні тому

    More square line videos! That tool is amazing and it would be really cool to see you working in it and picking up tips and tricks from you.

  • @rickharms1
    @rickharms1 2 дні тому

    I kind'a fix the problem. I set up a second Windows machine and installed Arduino according to the above. This machine will be dedicated to this environment. My original machine will be used for other environments. I got the progress bar to run. !!!!!!! However, I am having difficulties running other sketches. At least now I know the hardware setup works. Now I can concentrate on the other issues, per sketch.

  • @rdyer8764
    @rdyer8764 3 дні тому

    My step-son is an avid kiter, and has been many places in Europe enjoying the wind when he can get away from his graduate studies at uni. I forwarded your video to him for comment. He was already aware of KWind, and noted that their online collection of sites is growing quickly. By his own admission he loves "gadgets", so he liked the looks of it right away, and said that he would love to have one for his study desk. The bad news is that the only time he really looks at wind data online is when planning a trip, so he needs forecast data for at least 2 or more days ahead. Current wind data isn't that helpful for him since he generally had to travel to go kiting, and he needs to see when it's worth traveling. By what I saw in your video, the gadget only displays current data. Am I correct. Like I said, he really liked the look of it as a gadget, but didn't think he would find it useful for him. PS: I'm getting ready to look at your tutorials on Squre-Line Studios. :))

  • @JanDahl
    @JanDahl 3 дні тому

    Already can't get their m5dial version 😢

  • @Adrian-yz7oe
    @Adrian-yz7oe 3 дні тому

    But the arrow should point downwards and to the left when the wind direction is SW (like in 4:42) In fact it seems N/S directions are reversed, common norm is to put north up, just a little detail but it would drive me nuts, great video and keep the squareline tutorials because yours are awesome and will perfom well sooner or later!!

  • @user-cj3gc3gi7m
    @user-cj3gc3gi7m 3 дні тому

    hello sir, can you make tutorial like this link? ua-cam.com/video/qy_kD_ig9ZI/v-deo.htmlsi=aDJ3NFZYles6zITf sending gif file with bluetooh on esp32 and gc9a01 display.

  • @daytona1212
    @daytona1212 3 дні тому

    Nice. And yes I like the tutorials when they are for the esp32S3.

  • @Brenner.Morgan
    @Brenner.Morgan 4 дні тому

    Thanks for these great videos! Keep them coming! I understand that the turtorial vids did not perform well, I would be interested in seeing more about all the things that you find interesting! Thanks for your time

  • @kr3stsb
    @kr3stsb 4 дні тому

    What does a project like this costs for you to build out for someone?

    • @VolosProjects
      @VolosProjects 4 дні тому

      I can see you are member, so you will get discount. You can send me mail volos.marketing@gmail.com

  • @craigflorin1071
    @craigflorin1071 4 дні тому

    Love the design. I have my own weather station at my house. I can decode all of the data coming over the 433mhz signal and display the results on my ESP32 Lily TTGO, but have been unable to achieve the cool graphics that you show in this video. Love your videos.

    • @kwindapp
      @kwindapp 2 дні тому

      the devices are ready you can send me your station link ill create a .bin to flash a lilygo amoled you decode with openmqtt ttgo rtl_433 device?

  • @dvhx
    @dvhx 4 дні тому

    What is the smallest (but cheap) display? I want to make a wearable (like a watch) for counting fish. I only need 2 letters and 2 digits, and 2 buttons. Thanks.

  • @bhambhole
    @bhambhole 4 дні тому

    Such a clever idea! I've been learning a lot from your vids and your code on github. Thank you for the education.

  • @kwindapp
    @kwindapp 4 дні тому

    Amazing work thanks Volo ! 😀👍 beautiful Knots | for all windsports |

  • @lifeisbetteronthebeach2644
    @lifeisbetteronthebeach2644 4 дні тому

    wind data gadget could be used also for | Sailing clubs| | Rc Model Airplane fields | Paraglide launch spots ....etc. 😀

  • @jasonwhite2775
    @jasonwhite2775 4 дні тому

    I think Square Line tutorial's are great. The issue is, It's a nesh group that wants to us it. Then there is the learning curve. One has to know the project they want to do. Then figure out how to turn X input though a micro controller, display the information then control some X output. Most people say that's simple but you have to understand most people probably can't run the "Blink" sketch. I think it would be challenging to make tutorials that can keep everyone engaged. Good job Volos for your efforts. Please do continue. You are very inspiring. Keep in mind, your videos may not spike huge numbers when released but they will attract more views over time as people are inspired to create DIY project!. Added: Oh, I also wanted to mention this other youtuber Paul McWhorter. He does basic tutorial's with arduino and Pi's. He starts out with Blinking leds and builds on the lessons to more advance projects. His videos are kind of old so they don't use Oleds or advance screen but I think his lesson plan from basic to advance might be a good way to do tutorials. I think I did about 10 of his lesson so I have a very basic understanding but all my projects that are stuck in my head require intermediate to advance knowledge. I want to retake his tutorials again but it's all about having time to tinker with a hobby or project. Again Volos, keep up the good work!

  • @tubeDude48
    @tubeDude48 4 дні тому

    Their are so impressive! Nice design, Volos. 👍 There's so much on those devices!

    • @VolosProjects
      @VolosProjects 4 дні тому

      Yes, like mini computers 😀 thank you for comment.

  • @jensgoerke3819
    @jensgoerke3819 4 дні тому

    It's been a long time since I rode a kite buggy and I would have liked to get that information before driving all the way to the designated beach instead of driving there and hoping for suitable wind.

    • @VolosProjects
      @VolosProjects 4 дні тому

      Thank you. I also think this is useful.

  • @peakfilm3465
    @peakfilm3465 4 дні тому

    "Square Line video tutorials are not performing well".. Any guesses why? CLOSED Source = $$! TFT_eSPI = Open Source, everything you need and way more control!..

    • @nikthefix8918
      @nikthefix8918 4 дні тому

      Don't forget Arduino_GFX and Lovyan_GFX. They're also great libs.

    • @vinny142
      @vinny142 4 дні тому

      " Any guesses why? CLOSED Source = $$! TFT_eSPI = Open Source" Closed source does not have to be expensive. Open source is _NOT_ always free. You can try to make this interface with TFT_eSPI, but it will take you weeks, if not months. Squareline reduces that to minutes. The only problem I have with SquareLine is that they demand a minimum of a one year subscription, which makes their $66 entry-level subscription a $800 investment and I only want to make two or three screens a year. There is a free version, for now, but the limitations are not clear to me and given that the paid option is way out of my budget I'm not tempted to invest time in learning how to use it and then find out that I can throw it all away because I can't do the last crucial step without paying $800. Maybe Volos could do a video on the free version so we can see if that's interesting for our projects, or maybe he could get a deal with Squareline that gets rid of the assenine subscription model.

    • @VolosProjects
      @VolosProjects 4 дні тому

      I still haven paid any cent. Free personal licence is more than enought for our projects.

  • @altitude1039
    @altitude1039 4 дні тому

    That's kewl! I've got three little esp32 weather information gadgets on the top of my computers monitor. So I can keep am eye on the weather in my area, and at my friends locations. I'm not kitesurfer, but I'd definitely want a couple of these at work and at home to let me know when to get ready to go. . . . 😀 They look great!!

  • @PatrickFelstead
    @PatrickFelstead 4 дні тому

    When would you use this instead of the phone app? Sitting on your desk at home or work?

    • @jensgoerke3819
      @jensgoerke3819 4 дні тому

      At home or work as a friendly reminder to go out, catch some wind and ignore your phone for a while.

  • @avejst
    @avejst 4 дні тому

    WOW, impressive app Thanks for sharing your experiences with all of us 🙂

  • @eliasagustin2
    @eliasagustin2 4 дні тому

    yeah go tutorial

  • @user-jk9lg4fg4e
    @user-jk9lg4fg4e 4 дні тому

    Square Line video tutorials are not performing well but they are really useful at least for me. And I am waiting to see more. I'm building a device based on your videos.

  • @brotherjames8242
    @brotherjames8242 4 дні тому

    I think such devices can be very useful as a personal on carry information display of a wind and temperature from a portable sensor device

  • @JanDahl
    @JanDahl 4 дні тому

    I've a good friend I'd make this for if I could 😮 I even have a sacrificial non-AMOLED TTGO. As for Squareline Studio, the problem with it is if I ever build products using it, it's quite expensive to license.

  • @chrisman5882
    @chrisman5882 4 дні тому

    You need to make more realistic noises

  • @guatafaktv
    @guatafaktv 5 днів тому

    can you mirror a display on this? maybe a mobile screen or a raspberry pi display?

  • @JanDahl
    @JanDahl 5 днів тому

    When my wife complains about the newest shipment I'll blame you

    • @VolosProjects
      @VolosProjects 5 днів тому

      @@JanDahl hahah, here is advice , you can always count shes packages. Mine oreder clothnes very often 😀

  • @pavolslab7831
    @pavolslab7831 5 днів тому

    I would literally pay you for more SquareLine Studio tutorials. ESP32 & Raspberry Pi

    • @VolosProjects
      @VolosProjects 5 днів тому

      I dont know, it seems interes is realy small

  • @gadgetdeez7069
    @gadgetdeez7069 5 днів тому

    I feel like you have a machine gun in one hand and a big jug of vodka on your desk with a drink in your hand. Total gangster. Lol

    • @VolosProjects
      @VolosProjects 5 днів тому

      @@gadgetdeez7069 hahah, close, i dont have gun but i have rakija😀

  • @unnikrishnanmanurapalli1624
    @unnikrishnanmanurapalli1624 6 днів тому

    Nice project I have made it. With st7789 works perfectly

  • @Dailymemes2470
    @Dailymemes2470 6 днів тому

    Can it jam wifi?

  • @murielcordeiro1231
    @murielcordeiro1231 6 днів тому

    U helped my project so much, will subscribe. But every time I try to upload the code it gives this weird error E (91) esp_core_dump_flash: incorrect size of flash dump image: 0 Does anyone know how to solve this

  • @K9DTV
    @K9DTV 6 днів тому

    Love your work! But having a problem with this one. Complies just fine (no errors), but nothing on screen. Sketch uses (14%) of program storage space, Global variables use 20392 bytes (6%) of dynamic memory. Any ideas as to what I maybe doing wrong?

    • @VolosProjects
      @VolosProjects 6 днів тому

      You need to install corect library.

    • @K9DTV
      @K9DTV 6 днів тому

      OK, what are the correct libraries and revisions to be used?

    • @K9DTV
      @K9DTV 5 днів тому

      Problem resolved, it was I needed to use ESP32-S3-Box as the board.

  • @nethercap
    @nethercap 6 днів тому

    I can see you love using ESP32 for your projects, but how did you handle long compilation time on this MCU? This is the only problem that deters me from making programs for it

  • @jstro-hobbytech
    @jstro-hobbytech 7 днів тому

    Can you enable the thankyou button brother? I just ordered some test boards. Or your pp address. No work should go unrewarded i believe.

    • @VolosProjects
      @VolosProjects 7 днів тому

      Thank you, here you can buy me coffe ko-fi.com/volosprojects