How to add WiFi Control to any project || ESP32 Beginner's Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 681

  • @saqibshah5113
    @saqibshah5113 7 ปีที่แล้ว +694

    I do nothing with your information..but i enjoy watching very much..

    • @ichangedmyusername1553
      @ichangedmyusername1553 7 ปีที่แล้ว +4

      same here

    • @jameskoitsky3526
      @jameskoitsky3526 5 ปีที่แล้ว

      I agree but I have learnt heaps

    • @aakashjana6225
      @aakashjana6225 5 ปีที่แล้ว +7

      You can always learn something even if you don't have such hardware you can learn web development or python all it need is a laptop and internet

    • @redeye851
      @redeye851 5 ปีที่แล้ว +1

      Kinda

    • @cbibhim
      @cbibhim 4 ปีที่แล้ว +1

      Ya. I do same

  • @barbasbandas6665
    @barbasbandas6665 7 ปีที่แล้ว +32

    Your videos just turned my lazy sundays into productive sundays!

  • @melwillseptember752
    @melwillseptember752 7 ปีที่แล้ว +18

    Amazing Project, about your error message with the app, use a POST method instead of the GET method and that should remove the error. A Get method expects a result from the Server and a POST method sends data to the server. Keep up the amazing work, you really are amazing at the electronics

    • @raik1766
      @raik1766 2 ปีที่แล้ว

      Alternatively you can use PUT or OPTIONS

  • @jelluh666
    @jelluh666 7 ปีที่แล้ว

    Was building this with an raspberry pi zero, which makes programming it way harder. This ESP32 is exactly what I need!

  • @Leoparh
    @Leoparh 4 ปีที่แล้ว

    Just tried it.. In 35 minutes, I set this up and instead of sending voltage to a pin, I printed it out on the built in screen of the TTGO esp 32. Thanks a lot !

  • @JerryEricsson
    @JerryEricsson 7 ปีที่แล้ว

    I think where I went wrong when I was trying to install the ESP32 Aduino setup was to use my current Arduino setup and just change it to do the ESP not thinking it would really screw up my other boards, which it did to no end When I finished, nothing worked and I had to rip it all out by the roots and start all over, giving up on the 32 and just being happy to be able to program my old arduino hardware once again. Next time I shall simply install it in a different location on my hard drive and I think that should work! Thanks for your great videos, I always learn something from them, and as I have always maintained, learning at least one new thing every day keeps our minds young, just as a walk in the desert every morning keeps my heart beating and my lungs pumping air as well. Ah the things we do for life....

  • @eivinddalholt
    @eivinddalholt 7 ปีที่แล้ว +1

    I have done this to make internet connected 443MHz relays and homemade sensors. Works pretty well and runs stable for long time!

  • @bozotheclown935
    @bozotheclown935 ปีที่แล้ว

    I just tripped across this.
    Will try out the app as that interest me the most.
    I can make any electronics so that per for me is easy.
    If you don't want to take up your timers, you can always use an external clock and gate precise times levering the IRQ functions. That works great.
    Thanks for your work here. Really appreciate it.

  • @thefungizen
    @thefungizen 4 ปีที่แล้ว +2

    If you had the server return a 200 status code in a response, you could avoid that error code in the client. Great video!

  • @jacobwigent1931
    @jacobwigent1931 3 ปีที่แล้ว +1

    Thanks!

    • @greatscottlab
      @greatscottlab  3 ปีที่แล้ว +1

      Thanks for the support :-)

  • @RazgrisFloob
    @RazgrisFloob 7 ปีที่แล้ว +6

    impulse bought one of these from banggood and i'm glad i won't regret it now

  • @MrUnterhugel
    @MrUnterhugel 2 ปีที่แล้ว +1

    Well done. A lot to unpack but a really good starting point. One caveat: don’t use really strong magnets when testing the Hall sensor, as it will kill the sensor (yup, I did)

  • @Nerdforge
    @Nerdforge 7 ปีที่แล้ว +100

    Didn't even know about the ESP32. Gotta order some, thanks for the guide! :)

  • @phinok.m.628
    @phinok.m.628 7 ปีที่แล้ว +4

    You only need timer interrupts when you need very very precise timing... In this case you can just use millis or micros to check how much time has passed and only execute certain code in specific intervals, since it doesn't really matter if it executes a few milliseconds later.

  • @becauseican2607
    @becauseican2607 5 ปีที่แล้ว +10

    Use POST instead of GET

  • @elektrokiste
    @elektrokiste 7 ปีที่แล้ว

    Hello! First, great video as always! To all who also try to work with the ESP32 and fail, when I tried with my chip the simpleWifiServer example, that did not work and the chip has constantly disconnected from my PC and reconnected when Wifibegin was running. This is because my PC has turned off the USB port because too high current flows. So if you have the same problem then connect an external power supply to the ESP32 and the problem is solved!
    LG EK

  • @MrMattemac
    @MrMattemac 7 ปีที่แล้ว +73

    Those videos are getting looonger 👌 love it 💜

    • @greatscottlab
      @greatscottlab  7 ปีที่แล้ว +19

      Glad you like it

    • @mohammadr465
      @mohammadr465 7 ปีที่แล้ว

      Thanks!

    • @fede142857
      @fede142857 7 ปีที่แล้ว

      great scott! *Everyone report this fake account*

    • @stickz9871
      @stickz9871 5 ปีที่แล้ว +1

      @@fede142857 ???

  • @TheDambo1
    @TheDambo1 7 ปีที่แล้ว +7

    You can also use "plug and play" controll app like Blynk to wireless access to your projects.

    • @filipesrubio4015
      @filipesrubio4015 4 ปีที่แล้ว

      Does it work if you are not connected to that wifi?

  • @alex0kai
    @alex0kai 7 ปีที่แล้ว +350

    At first, I thinked, that he want to troll us with the name of his computer (2:32) but then I saw that this is the correct name on the list from his router (7:03)

  • @bastian9945
    @bastian9945 6 ปีที่แล้ว +3

    One possible fix for the android could be to let the esp send a 204 status on every URL you specified with a function this should get rid of the error because 204 stands for "no content".
    sending 404 on every URL would also work but will probably end in another error saying that the server couldn't find the requested data.
    i don't know what client.flush() exactly does but i think giving a proper response header with 204 is a way more elegant way of doing things.
    still nice addition to an already nice project ;D

  • @TrillShatner
    @TrillShatner ปีที่แล้ว

    thanks man. i was having anxiety because I promised this functionality to a client without even doing research... looks like I didn't need to after all ( except for your video, thanks n_n )

  • @berbagiilmu4376
    @berbagiilmu4376 3 ปีที่แล้ว +1

    Good video. This is the way to study esp32 uC

  • @AhmetAkifKaya
    @AhmetAkifKaya 7 ปีที่แล้ว

    Brilliant, you made me think that "why not just build an iot project with the esp"... I think I will start soon

  • @leolurch9132
    @leolurch9132 7 ปีที่แล้ว +2

    I think that you could fix the error (message) by sending out a proper response from the esp whenever it gets a new get request. The method of the server instance is called "send".

    • @bmercse5793
      @bmercse5793 6 ปีที่แล้ว

      Could you elaborate a bit please?

  • @joefuentes2977
    @joefuentes2977 3 ปีที่แล้ว

    Love the ESP chips! Used it for my senior project! Cool video.

  • @liberamentis4843
    @liberamentis4843 5 ปีที่แล้ว

    thank for your videos , people like you are the salt off this earth !

  • @thefademanro4874
    @thefademanro4874 3 ปีที่แล้ว

    GreatScott is always the best!!!!

  • @liudas5377
    @liudas5377 7 ปีที่แล้ว

    Very nice job. You don't give up easily.......thanks

  • @joaquincandalaft2124
    @joaquincandalaft2124 7 ปีที่แล้ว

    This is why people love you

  • @fistfull95
    @fistfull95 7 ปีที่แล้ว +1

    Thank you so much for this video, I can't follow many of your videos, but I love IoT and I have succesfully changed your videos idea to my project (controlling various relayswitches via an 433MHz transmitter and an NodeMCU)!

  • @Aerothick
    @Aerothick 6 ปีที่แล้ว

    I don't know if someone already wrote that in comments but FastLed library has delay of it's own. You can't use arduino delay but you can use FastLed delay and it should work just fine. I has this problem with my matrix and FastLed delay helped. Sorry for grammar..

  • @PeterRichardsandYoureNot
    @PeterRichardsandYoureNot ปีที่แล้ว +1

    What would be really cool would be to add rfid receiver to the project so people can wear a little tag that is profiled to them specifically and so when they approach the panel it starts playing their favorite patterns, colors, etc. then someone could theoretically hang these in their hallway and when a user walks by it would synch to them. Even better would be if the rfid/nfc receiver could get the user info from the users phone as they walk by.

    • @fayemioluwatosinidowu9820
      @fayemioluwatosinidowu9820 ปีที่แล้ว

      I'm new to these electronics...pls can esp32 be controlled through the internet from a place that is outside the WiFi reach say I travelled to another state but I need to control my device from where I am...can I still control the esp32 from my distant location?

  • @freeflaminginfinite917
    @freeflaminginfinite917 6 ปีที่แล้ว

    Okay got it all sorted out in a couple of hours!
    Great Scott!! What a genius!

  • @Xyz-77
    @Xyz-77 7 ปีที่แล้ว +1

    You should make a tutorial about a 555 timer flyback converter or about wifi or bluetooth jammer.

  • @BigWhoopZH
    @BigWhoopZH 7 ปีที่แล้ว

    I have enhanced my electric window blends to be remote controllable by esp8266 relais modules. I had to implement a way to send a few simple commands like up / down / stop / reboot and identify also. A HTTP Server is a lot of overkill to achieve this. Instead I send simple single character TCP-Messages to the esp8266, like "u", "d", "s" and so on. I also wrote an Android App to control the blends and a Java command line program that simulates presence while I'm on vacation. The Android IDE is fairly easy to use. No barrier for an intelligent fiddler like you are ;-)

  • @tomstr21
    @tomstr21 7 ปีที่แล้ว +16

    Hi Jeremy...I wondered if you could make wireless system for guitar. I've been suffering with this project for over a year.. It doesn't have to be super high range ( but about 10m is minimum ?!) and obviously It can't have delay.
    Thanks,
    Tomas

    • @greatscottlab
      @greatscottlab  7 ปีที่แล้ว +13

      I can put it on my to do list

    • @tomstr21
      @tomstr21 7 ปีที่แล้ว +1

      That'd be great... I'm sure you have plenty of projects :).

    • @budandbean1
      @budandbean1 7 ปีที่แล้ว

      I’d also be very interested in something like this. It a great idea!

    • @aherontas1943
      @aherontas1943 7 ปีที่แล้ว

      I am intrested in that too :D

    • @qps9380
      @qps9380 7 ปีที่แล้ว +4

      Who's Jeremy????

  • @Flip-Flop-Rio
    @Flip-Flop-Rio 7 ปีที่แล้ว

    Friend, today at 8:30 pm, I'm going to post a short video about a project I set up for the new electronics magazine, the project was saved for a few years and was almost completely finished, I'm going to do a restoration soon, clean up and finish what I missed to finish it. In the video I will only present what was set up at the time, the way it was until today.
    Original Language Português Brazil

  • @YouNoCode
    @YouNoCode 7 ปีที่แล้ว

    Dear GreatScott, Thanks a lot for your nice video. I'm teaching code and IoT to kids and I use ScratchX, AppInventor and ESP8266 and I've developed many projects with them. And you inspired me a lot of ideas to share with the kids.
    For the error notification you got on the app, just add an empty C-Shaped block from Screen object "When Screen error Occurred" : all notifications will disappear

  • @PR-cp6qe
    @PR-cp6qe 7 ปีที่แล้ว +6

    Thank, very usefull for my project. Can you create tutorial or some project using raspberry Pi 3 ?

  • @markdog3355
    @markdog3355 4 ปีที่แล้ว +1

    Cool Video as always. It really helped me out. I created an App to control a motor that opens my curtains, using the ESP32. I couldn't have done it without your help!!!. (Well maybe I could, but it would have taken A LOT longer). Thank You!!!

  • @biscoitonexus
    @biscoitonexus 2 ปีที่แล้ว

    Thanks! I was looking for a guide to work with my project, and your video helped a lot

  • @JerryEricsson
    @JerryEricsson 7 ปีที่แล้ว

    Oh wow, shades of the Lost In Space Computer!! I love it, one of my favorite series when I was a boy growing up in South Dakota! Wonderful information on how to get the little ESP32 running as well. I have several of them at home in South Dakota, when we return from our winter quarters that consist of our 35 foot Class A motor Home. (There may be one in my junk bag, I will have to check now I am excited!)

  • @JtagSheep
    @JtagSheep 4 ปีที่แล้ว

    After watching this recently im not sure if you had your color order set wrong WS2812B is GRB AFAIK and also Fast Led has its own delay function I believe :) so if you havent checked it out recently it might be worth a try ! I use a NodeMCU with my WS2812B 240 pixel strip and it was the perfect addition !

  • @SantiluX
    @SantiluX 6 ปีที่แล้ว +1

    As always, excellent work and video

  • @bobyong8662
    @bobyong8662 7 ปีที่แล้ว +1

    Brilliant tutorial. Really inspires me to do more with electronics!

  • @davidhawley1132
    @davidhawley1132 5 ปีที่แล้ว

    I've been tryiong to figure out what the WiFi module does. Now I know that at least it can talk HTTP, which is a big help.

  • @TimeoutMegagameplays
    @TimeoutMegagameplays 5 ปีที่แล้ว +3

    Please try NodeMCU (board) next time you use ESP32

  • @TheRealBobHickman
    @TheRealBobHickman 7 ปีที่แล้ว

    I've been struggling with the ESP32 and LED driver libs. Good to know it wasn't just me :)

  • @IcyG7
    @IcyG7 7 ปีที่แล้ว

    Hey greatscott can you make a video about how to setup a ddwrt repeater bridge?

  • @Torjus_
    @Torjus_ 7 ปีที่แล้ว

    Taking this, adding some speakers at the corners and making the pattern sync with the music. Would be so cool :D

  • @JakubKraus0
    @JakubKraus0 7 ปีที่แล้ว

    Hello, there is a newer version of MIT app inventor called Thinkable. It's still free and from MIT, but with a few more commands

  • @mxcollin95
    @mxcollin95 5 ปีที่แล้ว +4

    This video is great and super helpful just like all your others! Thanks man. 🤙

  • @maxly6
    @maxly6 7 ปีที่แล้ว +1

    Nice video. Can you please make a video on how to show a sensor analog reading by using this nodemcu with an arduino board inside a websites or an app.

  • @Vido89
    @Vido89 7 ปีที่แล้ว

    ESP32 rocks! Great video Pascal

  • @jBurn_
    @jBurn_ 6 ปีที่แล้ว +1

    wow! that ESP32 Board sounds awesome :D

  • @jonathanclark7444
    @jonathanclark7444 3 ปีที่แล้ว

    ESP 8266 are still very great chips, even if you don’t care about using it for anything in particular they are great fun to mess around with and host servers. Plus they are pretty cheap (node mcus esp8266s are around 13 dollars for 3 chips)

  • @hernanmarcucci7500
    @hernanmarcucci7500 4 ปีที่แล้ว

    THE ESP32 IS F****C AWESOME

  • @matth3wc
    @matth3wc 7 ปีที่แล้ว

    I did a similar project to open a garage door with my phone.
    But I used a app called http request widget. Works great and let's you put a widget right on the home screen.

  • @AR-zm5mj
    @AR-zm5mj 6 ปีที่แล้ว

    Scott, you really are the Great Scott! Thanks.

  • @MrSandoron
    @MrSandoron 7 ปีที่แล้ว

    Your videos really help me out with my own projects. I didn't know anything about the ESP32, but now I can modify some of my past projects. Thank you!

  • @BilalKhan-sq6cs
    @BilalKhan-sq6cs 6 ปีที่แล้ว

    Please make a vedio on power amplifire or mixer pre amp circuit...

  • @zezeA380
    @zezeA380 6 ปีที่แล้ว

    You could also use the blynk app instead of making your own app. The Blynk app is available on both Android and IOS

  • @debarryl
    @debarryl 4 ปีที่แล้ว

    Would you do a video on how to do the same for a low power approach with zigbee or zwave?

  • @DasMrOSi
    @DasMrOSi 7 ปีที่แล้ว +9

    Is it possible to create switchable outlets using this thing?

    • @greatscottlab
      @greatscottlab  7 ปีที่แล้ว +2

      +Das OSi Sure

    • @maciek6349
      @maciek6349 7 ปีที่แล้ว +2

      Das OSi yes, of course, but ESP 8266 - ESP01 would be better, cause it have enough GPIOs and is a lot cheaper and smaller

    • @DasMrOSi
      @DasMrOSi 7 ปีที่แล้ว +1

      I would be interested in such an project, I hate the fact that everything that's "smart" needs to be in the cloud. LAN ONLY!

    • @DasMrOSi
      @DasMrOSi 7 ปีที่แล้ว

      thanks =)

    • @cycnus
      @cycnus 7 ปีที่แล้ว +1

      Have alook at the SonOff. They are cheap and include an ESP8266 that you can flash with many different firmware. Check the SuperHouseTV channel.

  • @rpwood934
    @rpwood934 7 ปีที่แล้ว +9

    You might find it easier to have the ESP32 run all the networking and then talk to an Arduino over I2C. This way I got the best of both worlds - I really didn't want to lose the FastLED functionality having spent hours generating and amending the matrix based animations, which I had to do because I'm using 4 of the 8x8 pixel panels.

    • @labomat
      @labomat 7 ปีที่แล้ว

      Hi Robert, can you point me to an example using the i2c communication between esp8266 and arduino? I tried serial communication (usind an esp12 and a teensy lc) but after some time the connection seem to stop working...

    • @rpwood934
      @rpwood934 7 ปีที่แล้ว +1

      I got all my information from here:
      www.instructables.com/id/I2C-between-Arduinos/
      It's not specifically about ESP-8266 or ESP-32 but the process is pretty much the same for those devices.
      Remember, however, to check the voltages - most Arduinos are 5v whereas the ESP devices are 3.3v - you'll need some form of voltage shifter but there's a lot to choose from on EBay and Ali Express.
      Hope this helps.

    • @labomat
      @labomat 7 ปีที่แล้ว

      Thanks - that already helped me. Luckily the Teensy already is a 3,3V device.

  • @shaxerooney
    @shaxerooney 7 ปีที่แล้ว +99

    Your windows profile name is "IDONTKNOW"..

    • @jBurn_
      @jBurn_ 6 ปีที่แล้ว

      it's ficeto ;)

    • @shaxerooney
      @shaxerooney 5 ปีที่แล้ว

      Wtf that's me

    • @TheNomanzero
      @TheNomanzero 4 ปีที่แล้ว

      OZZY RULES

  • @annemariemiguel2541
    @annemariemiguel2541 7 ปีที่แล้ว +3

    Hi great Scott could you make a synthesizer with the 555 or an other ic?

    • @lazar2175
      @lazar2175 7 ปีที่แล้ว +1

      Anne Marie Miguel I would be interested in this video too.

    • @Lakes57
      @Lakes57 7 ปีที่แล้ว +3

      See The Ben Heck Atari Junk Keyboard project and then 8-Bit Keys playing it.

  • @Lovreli
    @Lovreli 7 ปีที่แล้ว +11

    Can you do a vu meter in a digital led strip

    • @BrianSantero
      @BrianSantero 6 ปีที่แล้ว

      that's a great idea!

  • @Maribel80ify
    @Maribel80ify 7 ปีที่แล้ว +4

    Awsome video, but I forgot why I wanted an arduino with wifi build in. :D

  • @androiduberalles
    @androiduberalles 7 ปีที่แล้ว

    I built a 16x16 RGB board and have been using a RPI to power it. I think it's a nice solution because I can run code that pulls from weather underground and display it along with other fun animations. Definitely not the cheapest solution though.

  • @burhanuddinbhiwaniwala618
    @burhanuddinbhiwaniwala618 3 ปีที่แล้ว

    GREAT VIDEO sir.... I was thinking is it possible to use Nextion display to enter WiFi credentials without hard coding or without creating a Soft AP

  • @nautilus8789
    @nautilus8789 4 ปีที่แล้ว

    was literaly just looking for a video like this, thanks man love ur vids

  • @InFAMOUSPS4_19
    @InFAMOUSPS4_19 4 ปีที่แล้ว

    Can you do more of these? I like seeing how to develop apps that can control projects like this

  • @user-om9qb2sd6d
    @user-om9qb2sd6d 6 ปีที่แล้ว

    If you create the interface for the browser through typing html code in arduino ide then to u can get rid of the error message since you actually have a "webpage" to browse

  • @AmitGupta-tt9ky
    @AmitGupta-tt9ky 7 ปีที่แล้ว

    So please tell which hot air gun and prefboard can I buy and when you will do QA and give away

  • @anandhakrishnant6788
    @anandhakrishnant6788 7 ปีที่แล้ว

    Bro . As usual great video. Who is here dor 30 views. First time:))

  • @djpaulieshark
    @djpaulieshark 7 ปีที่แล้ว

    Very good skills GS. Very nice work

  • @aareactions5757
    @aareactions5757 6 ปีที่แล้ว

    Wow u have a great knowledge of electronic

  • @Marco_Onyxheart
    @Marco_Onyxheart 6 ปีที่แล้ว +1

    I like the APA102 library, which uses its own protocol running over SPI. It's pretty easy to implement a low level control yourself using that. Also works better with hardware or operating systems that aren't fully real-time.

  • @MCsCreations
    @MCsCreations 7 ปีที่แล้ว +1

    Really, really nice, man. :)
    Tons of good projects out there to that board. :)

  • @classifiedlevel1047
    @classifiedlevel1047 5 ปีที่แล้ว

    Its rare to see a samsung with million subscribed youtuber

  • @hachimaki47
    @hachimaki47 7 ปีที่แล้ว

    Add in tasker or macrodroid and a relay module to the mix and you can create you're self a home automation..

  • @adrianvallejo3396
    @adrianvallejo3396 7 ปีที่แล้ว +1

    HELLO Great Scott I'm wonder if you can make a video about if the transformer from 16.4ft led strips can handle 6 or more 16.4ft led strips

    • @adrianvallejo3396
      @adrianvallejo3396 7 ปีที่แล้ว +1

      This is the led strip; 16.4ft 5050 RGB LED Flexible Strip Light DC 12V Kit 5M 300 LEDs 5050 SMD IP65 Waterproof Color Changing LED Rope Light Strips & 12V 5A Power Adapter & 44Key IR Remote Controller

  • @jairogon81
    @jairogon81 6 ปีที่แล้ว

    Scott can you try the same idea with a led cub?

  • @HimanshuSharmazzzz
    @HimanshuSharmazzzz 7 ปีที่แล้ว +2

    nice work
    thinking about the vast implementation it can have :D

  • @HarshJain-it2bg
    @HarshJain-it2bg 5 ปีที่แล้ว

    Scott,
    I am new to electronics. Cwn you suggest any reading material for begineers.

  • @noahrodeghiero9640
    @noahrodeghiero9640 7 ปีที่แล้ว

    Nice project, love the design

  • @nickush7512
    @nickush7512 3 ปีที่แล้ว

    Another GREAT video, thanks.

  • @theSimonking
    @theSimonking 7 ปีที่แล้ว

    Would the ESP32 be powerfull enough to replace the Arduino completly? Do you plan to improve this project further? I would love to see you do more with this little MC.

    • @greatscottlab
      @greatscottlab  7 ปีที่แล้ว

      +theSimonking Yes and No, sorry.

    • @theSimonking
      @theSimonking 7 ปีที่แล้ว

      No like no further improvments on this project or no further stm32 projects?

  • @samnesbitt9735
    @samnesbitt9735 7 ปีที่แล้ว

    This works if your willing to recompile everytime you want to connect to a new WiFi network. However, it would be much better if it could create an adhoc network that you connect to where you can input network connection settings.

  • @sebincjose9474
    @sebincjose9474 7 ปีที่แล้ว

    Great video. Can you make one on respberry pi ??

  • @codingmaster6321
    @codingmaster6321 6 ปีที่แล้ว

    when working with an ESP appinventor / cordova is ur best friend ;)

  • @northdeamon
    @northdeamon 7 ปีที่แล้ว

    Good, as usual, but can you make more detailed videos about utilizing ESP32 in different projects ? Thanks in advance ! )

  • @michaelalexander825
    @michaelalexander825 7 ปีที่แล้ว

    i love all the videos and find it to be allot of help with my electronics basics..request- robotic arm or LIDAR sensor

  • @janmezulianik8508
    @janmezulianik8508 7 ปีที่แล้ว

    Please create more videos with ESP32. Maybe internet of things, or something like this.

  • @taranagnew436
    @taranagnew436 6 ปีที่แล้ว

    I think that you should make a video on how to use the Blynk app to upload pictures and gif's to a led matrix once they add the feature to the app

  • @GuillaumeDeplancke
    @GuillaumeDeplancke 7 ปีที่แล้ว

    Can you make a video about making an arduino charger for lipo battery's?

    • @greatscottlab
      @greatscottlab  7 ปีที่แล้ว

      +Guillaume Deplancke I put it on my to do list

  • @FoX84tac022
    @FoX84tac022 4 ปีที่แล้ว

    I know this is an older video and surely someone has said it, but, just in case they haven't: You should be using POST and not GET request in this instance. You're trying to set a value on the server, not get data from the server. I'm not sure how to handle the code on the arduino to handle post requests or I wouldn't be here right now lol; but, it should be about the same as what you have.

  • @marioespinosa9693
    @marioespinosa9693 4 ปีที่แล้ว

    Thanks for the review... i will buy it and see what i can do !!stay creative

  • @Emike-nc9ew
    @Emike-nc9ew 3 ปีที่แล้ว

    You should do a playlist related to the 10x10 matrix.