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
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 } }}
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?
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
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 :)
still showing the same error.. T-T .. helpppp
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
Thanks man it's really helped me....
But after seeing comment section i think still many need help, please fix their problem too....
music is very distracting
exit status 1
Error compiling for board Arduino/Genuino Uno
Do you found the sollution ?
R. I. P
This error keeps occurring everytime I upload the programme do I have to download this library everytime
Thanks Man 🤝 for your kindness 🙏
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
after follow the install U*GLIB but same error happen , Please help
soong David the same
@@keodavin2185 same..did you solve
It did work for me, thank u, bro. I liked the video. :)
this can't solve the error
A very big thanks for the solution it worked perfectly.. 👍👍😀🙏
It works tysm ur life saver
No after installing U8GLIB Ver 1.19.1 it's still no working any other suggestion?
Same error for Ardunio mega 2560 plz tell me the solution
you have to write "void loop(){}" even if you don't use it. And that's all
thanks bro. you literraly saved from hours of wasted time
Work
Its work
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
Thank you so much. it did work =)))
Its works but single time second time when I started 2nd day again same problem and u8glib is installed what should I do
Try installing another version
What can I do ? When program said ('forward ' was not declared in this scope) in arduino uno programming
put robot.forward
Thanks bro, it worked for me😁
Me too it's not working, what is the purpose of installing U8gilb?
thanks man you helped me a lot.please provide more tutorials in the near future
great and thank you so much
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?
bang mau nanya kalu mau compile program arduino
harus tersambung ke arduno ya bang
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
Thank you so much
Same error, doesn't work
When it's an Arduino Mega card how do we do it??
Thank you, Sir.
??? doesnt work for me...
it is still showing this check it once more
Thank you :-)
Not solved my error problem. WHYYYYYYYY??????
muchas gracias, ahora puedo aprobar oce
I JUST WASTE MY TIME BY WATCHING UR VIDEO IT STILL SHOWS THE F ING ERROR
best man
Can you please drop me the link of wire.h file pleasee
Still showing same error
did you manage to fix it?
Yes I have done my work thanks
@@davidfdzps yes
how did you fix it @@shaileshthakur2237
What error you are getting
still the same error help
It worked thanks
still same error
Not working
not working just time pass
can't solve my problem
Didn't worked 😔😔
Actualicen todas las librerias que salen ahi. A mi me funciono haciendo eso, en un arduino genuino uno.
Suertee!
¿Cómo lo hizo? ¡¡Hay miles!!
Arduino is spelt wrong in this
Me sigue marcando error chale
Ni ho rahi sir
not solved...????
worked for me, thanks!
Not working sir
didn't work for me
solv nihe horahi
sir
Thanks
lier
still, cant compiling
it didn't worked
didn't work
Error Wrong solution !
Nice
Hey, Did nothing.
downloading error
USELESS
Dosnt work
LOL this cant help u it is tftis and oled displays library sooo its fake not #original
chale, no sirvió
saporra nao funciona
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 :)
YOU ARE MOST WELCOME BRO
Same error
❤
fake
THANKYOU SO MUCHHUUU
This is fake video this drive use to tft and oled displays
NO FUNCIONAA! ESTAFADORES
thank you :)
you is wrong😡😡😡😡😡😡👎👎👎👎
Thank you very very much
It didn't work for me
thanks you so much
still showing same error
not working
Thanks
Still showing same error
this is not working
it did not work