Error compiling for board ardunio/Genuino Uno |Ardunio Program Solution |

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024
  • Error compiling for board ardunio/Genuino Uno
    Total Program solution of Ardunio Uno
    #InventiveSky
    ✔️ Thank for watching !
    ✔️ Hope you enjoy and don’t forget to like and subscribe.
    ✔️ Follow me on :
    ⦿Subscribe :-
    / @inventivesky4589
    ⦿Facebook:-
    / inventive-sky-10591319...
    ⦿ Instagram :-
    / inventive_sky
    ⦿Twitter
    / inventivesky
    ⦿Blog : -
    inventivesky.b...
    ⦿Gmail :-
    inventivesky@gmail.com
    🎵 Music
    [NCS Release]
    Alan Walker - Fade
    • Video
    ...

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

  • @nurulsyahira9865
    @nurulsyahira9865 5 ปีที่แล้ว +74

    still showing the same error.. T-T .. helpppp

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

    Thanks man it's really helped me....
    But after seeing comment section i think still many need help, please fix their problem too....

  • @josephmazzulla646
    @josephmazzulla646 6 ปีที่แล้ว +15

    music is very distracting

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

    This error keeps occurring everytime I upload the programme do I have to download this library everytime

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

    Umm, yeah the same error is still showing.
    I don't even have the Arduino15 Folder. How can I get it? I have tried redownloa
    ding so many time

  • @MohamedJadAbouissaba
    @MohamedJadAbouissaba 7 หลายเดือนก่อน +1

    Thank you very very much

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

    It happened. My Arduino is working properly.
    Thank You Sir
    Great Job!

  • @soongdavid4272
    @soongdavid4272 5 ปีที่แล้ว +23

    exit status 1
    Error compiling for board Arduino/Genuino Uno

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

    It did work for me, thank u, bro. I liked the video. :)

  • @generalelevators
    @generalelevators 5 ปีที่แล้ว +14

    this can't solve the error

  • @soongdavid4272
    @soongdavid4272 5 ปีที่แล้ว +13

    after follow the install U*GLIB but same error happen , Please help

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

    I would recommend copying the error message by clicking on the "Copy error messages" button on the bottom right corner and fixing what the message says

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

    A very big thanks for the solution it worked perfectly.. 👍👍😀🙏

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

    No after installing U8GLIB Ver 1.19.1 it's still no working any other suggestion?

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

    Thanks Man 🤝 for your kindness 🙏

  • @LilaLili-j5i
    @LilaLili-j5i 4 หลายเดือนก่อน

    It works tysm ur life saver

  • @Ba-ro6pb
    @Ba-ro6pb 3 ปีที่แล้ว +1

    Thank you so much. it did work =)))

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

    you have to write "void loop(){}" even if you don't use it. And that's all

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

      thanks bro. you literraly saved from hours of wasted time

    • @k.shilmi6106
      @k.shilmi6106 4 ปีที่แล้ว

      Work

    • @k.shilmi6106
      @k.shilmi6106 4 ปีที่แล้ว

      Its work

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

      This cod is not compiling for atmega8
      please help me....
      #include "IRremote.h"
      int receiver = 3;
      IRrecv irrecv(receiver);
      decode_results results;
      #include
      volatile int i=0; // Variable to use as a counter
      volatile boolean zero_cross=0; // Boolean to store a "switch" to tell us if we have crossed zero
      int AC_pin = 5; // Output to Opto Triac
      int dim2 = 0; // led control
      int dim = 128; // Dimming level (0-128) 0 = on, 128 = 0ff
      int freqStep = 75; // This is the delay-per-brightness step in microseconds.
      void setup() {
      irrecv.enableIRIn(); // Start the IR receiver (classic remote)
      pinMode(AC_pin, OUTPUT); // Set the Triac pin as output
      attachInterrupt(0, zero_cross_detect, RISING); // Attach an Interupt to Pin 2 (interupt 0) for Zero Cross Detection
      Timer1.initialize(freqStep); // Initialize TimerOne library for the freq we need
      Timer1.attachInterrupt(dim_check, freqStep);
      }
      void zero_cross_detect()
      {
      zero_cross = true; // set the boolean to true to tell our dimming function that a zero cross has occured
      i=0;
      digitalWrite(AC_pin, LOW);
      }
      // Turn on the TRIAC at the appropriate time
      void dim_check()
      {
      if(zero_cross == true) {
      if(i>=dim) {
      digitalWrite(AC_pin, HIGH); // turn on light
      i=0; // reset time step counter
      zero_cross=false; // reset zero cross detection
      }
      else {
      i++; // increment time step counter
      }}}
      void translateIR() // takes action based on IR code received
      {
      switch(results.value)
      {
      case 33464415:
      {

      if (dim127)
      {
      dim=128; // in vechiul sketch era 127
      }
      }}

      break;
      case 33448095:
      {

      {
      if (dim>5)
      {
      dim = dim - 8;
      if (dim

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

    It didn't work for me

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

    Same error for Ardunio mega 2560 plz tell me the solution

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

    Me too it's not working, what is the purpose of installing U8gilb?

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

    not working just time pass

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

    Its works but single time second time when I started 2nd day again same problem and u8glib is installed what should I do

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

    Thank you, Sir.

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

    Same error, doesn't work

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

    thanks man you helped me a lot.please provide more tutorials in the near future

  • @limitless2.011
    @limitless2.011 3 ปีที่แล้ว

    Thanks bro, it worked for me😁

  • @akshayjungade1668
    @akshayjungade1668 5 ปีที่แล้ว +2

    What can I do ? When program said ('forward ' was not declared in this scope) in arduino uno programming

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

    Hello sir, i have problem to upload in my wemos d1 mini board and the message error is like this
    esptool write_flash: error: argument : [Errno 2] No such file or directory: blablabla....
    do you know how to solve that?

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

    muchas gracias, ahora puedo aprobar oce

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

    thanks you so much

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

    Hola tengo un problema a la hora de que me reconozca una libreria ya la tengo en su sitio y a la hora de cargarla me da error .h sabrias hecharme una mano, gracias y buen trabajo

  • @Samirbendschus
    @Samirbendschus 7 หลายเดือนก่อน

    best man

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

    Thank you :-)

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

    Thanks

  • @shaileshthakur2237
    @shaileshthakur2237 5 ปีที่แล้ว +8

    Still showing same error

  • @AngrejSingh-vt7fn
    @AngrejSingh-vt7fn 4 ปีที่แล้ว

    It worked thanks

  • @saijanardhan746
    @saijanardhan746 หลายเดือนก่อน

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

    it is still showing this check it once more

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

    Nice

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

    I JUST WASTE MY TIME BY WATCHING UR VIDEO IT STILL SHOWS THE F ING ERROR

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

    When it's an Arduino Mega card how do we do it??

  • @roniefendi.
    @roniefendi. 4 ปีที่แล้ว

    bang mau nanya kalu mau compile program arduino
    harus tersambung ke arduno ya bang

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

    can't solve my problem

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

    Not solved my error problem. WHYYYYYYYY??????

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

    worked for me, thanks!

  • @GamingWorld-pn3pi
    @GamingWorld-pn3pi 5 ปีที่แล้ว +1

    still same error

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

    ??? doesnt work for me...

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

    Actualicen todas las librerias que salen ahi. A mi me funciono haciendo eso, en un arduino genuino uno.
    Suertee!

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

    Can you please drop me the link of wire.h file pleasee

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

    THANKYOU SO MUCHHUUU

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

    still the same error help

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

    Arduino is spelt wrong in this

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

    LOL this cant help u it is tftis and oled displays library sooo its fake not #original

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

    bro thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks a million thanks its really working thanks thanks really thanks subscribing to you and a like is must for u broo ...................thanks :)

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

    not working

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

    still, cant compiling

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

    Ni ho rahi sir

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

    not solved...????

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

    Didn't worked 😔😔

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

    Not working sir

  • @neetumishra3945
    @neetumishra3945 10 หลายเดือนก่อน

    it did not work

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

    thank you :)

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

    solv nihe horahi
    sir

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

    it didn't worked

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

    lier

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

    Hey, Did nothing.

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

    Error Wrong solution !

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

    chale, no sirvió

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

    Same error

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

    downloading error

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

    Dosnt work

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

    saporra nao funciona

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

    USELESS

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

    NO FUNCIONAA! ESTAFADORES

  • @macduino_com
    @macduino_com 7 หลายเดือนก่อน

    This is fake video this drive use to tft and oled displays

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

    Thanks

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

    Still showing same error

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

    didn't work for me

  • @0xN1nja
    @0xN1nja 5 ปีที่แล้ว

    Not working

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

    Thank you so much

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

    great and thank you so much

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

    Me sigue marcando error chale

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

    didn't work

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

    fake

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

    still showing same error

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

    this is not working