Programming Electronics Academy
Programming Electronics Academy
  • Видео 392
  • Просмотров 14 762 787

Видео

Arduino Tutorial: Understanding pinMode Function & Setting Pins as Inputs and Outputs
Просмотров 1,7 тыс.3 месяца назад
Arduino Tutorial: Understanding pinMode Function & Setting Pins as Inputs and Outputs
expected declaration before '}' token [SOLVED]
Просмотров 1,6 тыс.3 месяца назад
expected declaration before '}' token [SOLVED]
Compilation error: expected ';' before [SOLVED]
Просмотров 1,6 тыс.4 месяца назад
Compilation error: expected ';' before [SOLVED]
Free FULL Arduino Novel | #arduino #electronics
Просмотров 2 тыс.4 месяца назад
Free FULL Arduino Novel | #arduino #electronics
Programming Meets Mystery Novel! #arduino #programming
Просмотров 1,1 тыс.5 месяцев назад
Programming Meets Mystery Novel! #arduino #programming
Arduino Mystery Novel | 2 FREE HOURS #arduino #novel
Просмотров 9675 месяцев назад
Arduino Mystery Novel | 2 FREE HOURS #arduino #novel
Arduino Meets Mystery Novel! #arduino #electronics
Просмотров 8335 месяцев назад
Arduino Meets Mystery Novel! #arduino #electronics
FREE ARDUINO NOVEL - 2 hours! #arduino #novel
Просмотров 1 тыс.5 месяцев назад
FREE ARDUINO NOVEL - 2 hours! #arduino #novel
Arduino in Graphic Novel #arduino #novel
Просмотров 1,1 тыс.5 месяцев назад
Arduino in Graphic Novel #arduino #novel
1 Hour FREE Arduino Novel! #arduino #novel #scifi
Просмотров 1,4 тыс.6 месяцев назад
1 Hour FREE Arduino Novel! #arduino #novel #scifi
Arduino Novel | Free First Three Chapters! #arduino #novel #scifi
Просмотров 1,2 тыс.6 месяцев назад
Arduino Novel | Free First Three Chapters! #arduino #novel #scifi
30 Mins Free | Arduino Fiction Novel #mystery #novel #arduino
Просмотров 9966 месяцев назад
30 Mins Free | Arduino Fiction Novel #mystery #novel #arduino
ARDUINO NOVEL: Prelude - Introduction #arduino #graphicnovel
Просмотров 1,7 тыс.6 месяцев назад
ARDUINO NOVEL: Prelude - Introduction #arduino #graphicnovel
Debugging with Arduino | FULL Seminar | Part 3 of 3 #Segger #Arduino #debug
Просмотров 1,6 тыс.7 месяцев назад
Debugging with Arduino | FULL Seminar | Part 3 of 3 #Segger #Arduino #debug
Debugging with Arduino | FULL Seminar | Part 2 of 3 #Segger #Arduino #debug
Просмотров 2,9 тыс.7 месяцев назад
Debugging with Arduino | FULL Seminar | Part 2 of 3 #Segger #Arduino #debug
Debugging with Arduino | FULL Seminar | Part 1 of 3 #Segger #Arduino #debug
Просмотров 6 тыс.7 месяцев назад
Debugging with Arduino | FULL Seminar | Part 1 of 3 #Segger #Arduino #debug
The Arduino Paradox BOOK PREVIEW #arduino #graphicnovel
Просмотров 2,6 тыс.8 месяцев назад
The Arduino Paradox BOOK PREVIEW #arduino #graphicnovel
Arduino Giga Display for Giga R1 WiFi - first impressions #Giga Display #Giga R1 WiFi #arduino
Просмотров 13 тыс.8 месяцев назад
Arduino Giga Display for Giga R1 WiFi - first impressions #Giga Display #Giga R1 WiFi #arduino
A Touch of Innovation: ESP32's Touch Interrupt!
Просмотров 3,7 тыс.9 месяцев назад
A Touch of Innovation: ESP32's Touch Interrupt!
Get started with ESP32 touch buttons [Code and Wiring Diagram Included]
Просмотров 5 тыс.9 месяцев назад
Get started with ESP32 touch buttons [Code and Wiring Diagram Included]
The ESP32 Wake-Up Call: Exploring External Triggers in Deep Sleep Mode (ext1)
Просмотров 7 тыс.9 месяцев назад
The ESP32 Wake-Up Call: Exploring External Triggers in Deep Sleep Mode (ext1)
Beyond the Zzz's: ESP32's External Wake-Up in Deep Sleep Explored
Просмотров 6 тыс.9 месяцев назад
Beyond the Zzz's: ESP32's External Wake-Up in Deep Sleep Explored
dfu-util: No DFU capable USB device available [Solved]
Просмотров 11 тыс.10 месяцев назад
dfu-util: No DFU capable USB device available [Solved]
The EASY Guide To Over-The-Air (OTA) Updates With ArduinoOTA
Просмотров 20 тыс.10 месяцев назад
The EASY Guide To Over-The-Air (OTA) Updates With ArduinoOTA
Getting started with ESP32 Deep Sleep
Просмотров 9 тыс.10 месяцев назад
Getting started with ESP32 Deep Sleep
EP042 | Mohammad Afaneh | Bluetooth
Просмотров 1,6 тыс.10 месяцев назад
EP042 | Mohammad Afaneh | Bluetooth
Are your wheels boring? Try these instead! #arduino #teensy
Просмотров 3,6 тыс.10 месяцев назад
Are your wheels boring? Try these instead! #arduino #teensy
Failed Uploading: No Upload Port Provided | SOLVED
Просмотров 16 тыс.11 месяцев назад
Failed Uploading: No Upload Port Provided | SOLVED
Arduino Remote Sketchbook? Super Helpful or a waste of time?
Просмотров 2,3 тыс.11 месяцев назад
Arduino Remote Sketchbook? Super Helpful or a waste of time?

Комментарии

  • @epicmach1332
    @epicmach1332 5 часов назад

    Hey man, I got a propably rather stupid question: How can I change the Value of the Data. For example if I would want the data to be the Reading of the analog read funktion. How would I do that? Cause I tried in the Masters code to set uint8_t data = analogRead(A0); but that did not work.

    • @programmingelectronics
      @programmingelectronics 4 часа назад

      Not a dumb question at all. You could try changing the data-type of the data variable from... uint8_t data = 0; to uint16_t data = 0;

  • @robertg5451
    @robertg5451 18 часов назад

    Also, make sure you are using a non power only usb cable. Some cables are made stricly for power only for charging your phone, for example. You need a cable that can transmit data

  • @varshavarshithad5176
    @varshavarshithad5176 День назад

    sir where i get test editor

  • @saffawa
    @saffawa 2 дня назад

    The hoover craft is my favorite project

  • @aga-riojoueenvideo3200
    @aga-riojoueenvideo3200 2 дня назад

    I went through the whole Arduino beginner guide and your video made programming way easier than anything in that book. Thank you,sir!

  • @luisfelipequinterogomez8267
    @luisfelipequinterogomez8267 2 дня назад

    Man! Amazing... very very clear, despite I knew some stuff about it, it gave me more tools to use. I have a quick question: Displaying a simple image on an LCD seems like it is not as trivial. despite I have searched, and did some attempts to adjust the image, convert it in to unit8, and that kind of stuff, I cannot find much info about that. Do you have any recomendation about a place, a video or something to read of how to do this properly?

  • @JxH
    @JxH 2 дня назад

    I'm just here for the: :-)

  • @skeldon66
    @skeldon66 2 дня назад

    Thanks

  • @saffawa
    @saffawa 3 дня назад

    Hello. Thank you so much for your help. I want to use Arduino to control an RC helicopter. Is that possible?

  • @21thTek
    @21thTek 4 дня назад

    at 5v reg output you have less than 1 amp due to the power lost in the 3.3v regulator, plus the 3.3v bus current consumption...

  • @21thTek
    @21thTek 4 дня назад

    Excelent !! 🌟🌟🌟🌟🌟

  • @uniskin
    @uniskin 4 дня назад

    Hi, I couldn't find the STL files. Can you help me find them?

  • @marinehm
    @marinehm 4 дня назад

    Wow, this is great! I stumbled across this video. Bookmarked for reference. Do you have anything on ESP-Now for Micropython using Thonny?

  • @DaveDickens
    @DaveDickens 5 дней назад

    This is a really great tutorial! Thank you! Cheers Dave

  • @vinayparmar9018
    @vinayparmar9018 5 дней назад

    I got very good information about Arduino programming especially using library. Thankyou.

  • @hypnoticatrance
    @hypnoticatrance 5 дней назад

    Now make it speech to text and text to speek and i would be happy to see this project and sketches etc. :)

  • @aGGreSSiv
    @aGGreSSiv 5 дней назад

    You explained it very well. Thanks

  • @AmCanTech
    @AmCanTech 5 дней назад

    Do you do stuff with the raspberry pi and esp 32 ?

  • @Hasan-um4py
    @Hasan-um4py 7 дней назад

    Great job

  • @milespeterson5049
    @milespeterson5049 7 дней назад

    Interesting, I'm getting the WEIRDEST No such file or directory error EVER and I can't even find much about it on the internet. I'm getting: "JSON_Listener.h No such file or directory". I'm still having issues with this, and if anyone can help me, please reply!

  • @clashmagic9770
    @clashmagic9770 7 дней назад

    Bro said ARDVINO

  • @johnyeap7133
    @johnyeap7133 7 дней назад

    you sound like stat quest

  • @tb303wpf1
    @tb303wpf1 7 дней назад

    Awesome seminar!!! Thank you so much for helping to create and make my dreams a reality. As I get more and more experienced with my coding, I always go back to that first "crash course" that you posted here on youtube. I have learned so much from you and I can never thank you enough for giving me this knowledge. In my opinion, you cannot put a price on that knowledge. I will be writing code for as long as I have fingers to type with. And I owe you so much for teaching me the basics and giving me the tools I need to be a successful programmer/developer. You rock sir!!!

  • @abdelhakbenbassou4137
    @abdelhakbenbassou4137 10 дней назад

    Hello from belgium!

  • @aarora3899
    @aarora3899 10 дней назад

    Great video! You earned a subscriber

  • @YigalBZ
    @YigalBZ 10 дней назад

    Do you have the same example with VScode?

  • @basshuntet6128
    @basshuntet6128 10 дней назад

    It's €60.00 💀

  • @Abc-sl1nf
    @Abc-sl1nf 11 дней назад

    Great addition to Arduino!

  • @jearlblah5169
    @jearlblah5169 11 дней назад

    Bro just described a touchscreen lol. Yeah that’s how touchscreens work

    • @glock7061
      @glock7061 10 дней назад

      Yeah, but now you have easy access to whatever you want with it. That's the power of arduino

  • @elektron2kim666
    @elektron2kim666 12 дней назад

    I am planning out something for RC and it's interesting to dive into.

  • @jamesoliver8252
    @jamesoliver8252 12 дней назад

    Thank you.

  • @RoAnimateProductions
    @RoAnimateProductions 13 дней назад

    I dont know if it was out when this video was made but should I get the Arduino R3 or the Arduino R4? I'm just starting out and it will be my first ever Arduino

  • @yajneshskandhan2756
    @yajneshskandhan2756 13 дней назад

    yo dude, i got a question, how to use a normal keyboard ?

  • @jsk5639
    @jsk5639 14 дней назад

    Hey, I did some Arduino a couple of years ago and sadly, I forgot most of it. Your video really helped and motivated me to catch-up and start again! Thanks a lot!

  • @dennisbor-iq9lp
    @dennisbor-iq9lp 14 дней назад

    thank you

  • @squilly1974
    @squilly1974 14 дней назад

    Great video many thanks for taking the time to put it together and share! Unfortunatly, when I compile I get the following error for my RX code, TX code works like a treat: error: invalid conversion from 'void (*)(const uint8_t*, const uint8_t*, int)' {aka 'void (*)(const unsigned char*, const unsigned char*, int)'} to 'esp_now_recv_cb_t' {aka 'void (*)(const esp_now_recv_info*, const unsigned char*, int)'} [-fpermissive] 11 | esp_now_register_recv_cb(OnDataRecv); As the code is very basic and I have copied the OnDataRecv exactly, I am not sure what the error is. Do you have any suggestions what may resolve this compiler error. Many thanks!

  • @YizhouJerryHao
    @YizhouJerryHao 14 дней назад

    why is it that we limit birghtness to 0 - 255? shouldn't int have 2 bytes?

  • @Jehuty80
    @Jehuty80 14 дней назад

    lol arduino…. Isn’t this just programmable logic controllers that’s been around since the 80s like RSLogix or even Siemens can’t pretend arduino invented something new

  • @ptptp7826
    @ptptp7826 14 дней назад

    Your voice sounds more natural with 2.5x playback speed 😂

  • @user-gx6io6sc8d
    @user-gx6io6sc8d 15 дней назад

    Arduino Uno will work ?

  • @nanfwangdabiring1520
    @nanfwangdabiring1520 15 дней назад

    Please I need help with esp 8266 and esp32 cam, the URL for downloading the board manager is not working

  • @TheOleHermit
    @TheOleHermit 15 дней назад

    Answer: Teensy 4.x Sorry, Arduino. Excellent C++ tutorials. Learned a lot; enough to complete my T4 Laser Synth project. Thanks!😎

  • @johnhanley9946
    @johnhanley9946 15 дней назад

    That was a good video, very easy to understand and informative! 😁

  • @DavidWellsBootBoss
    @DavidWellsBootBoss 16 дней назад

    Very limited components

  • @DaveDickens
    @DaveDickens 16 дней назад

    This is an amazing tutorial, thank you! The way you stripped down the example code, just magic! Cheers Dave

  • @maryseglah5293
    @maryseglah5293 16 дней назад

    I wanted to setup one push button for sleep and wake up but three is so much for me 😅

  • @maryseglah5293
    @maryseglah5293 16 дней назад

    I wanted to setup one push button for sleep and wake up but three is so much for me 😅

  • @woodworkers3768
    @woodworkers3768 16 дней назад

    You explane it beter than my teachers

  • @Iamtechboy
    @Iamtechboy 17 дней назад

    I might be wrong but i get quite shocked by those very very expensive screen compare to something like a phone or laptop screen

  • @jaimeriquelme6727
    @jaimeriquelme6727 17 дней назад

    Thanks mate. 😊