No project is ever useless. I'm learning everything about arduino from the projects people call "useless". Simple projects are a great source of information for beginners. Thanks Volos.
I like your channel and I cannot understand people who see it as a self-service shop including your warranty for whatever. Forget those guys. They do not represent the majority. Through all your projects you always gave me a lot of inspiration to get in touch with the nice stuff around microcontrollers and displays. 😊😊😊
This is GREAT! My RC plane transmitter doesn't have a built in timer. I built a timer using an ATTiny85 but used 7 segment displays and it's much larger and more clunky. This is so nice and compact I can put it on a lapel clip and clip it to my shirt! Thanks for the great design! I've ordered the display today!
You shouldn't care what people say. I like to watch your projects. I also like to play with electronics without it being useful, it's just very educational and most importantly, to have fun. keep it up! Greetings from the Netherlands.
This is freaking awesome. I built it and your code on the tiny4k is broken with the package updates so I forked your script and edited it and it works great. Your coding of the timer is great though which is why I had to come back and congratulate you on that skilled writing.
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.
You could make this usable. Create Work-from-home timer. Set work time once, then let user easily stop and pause it, either with button or some other sensor, touch, proximity, gyroscope. That's what I want to create now. There are barely any like this on market.
@VolosProjects - this is a great little project and is something I can work off for some learning. I have a question (as I'm reasonable rusty with C++) - do you have a version of the code for this with some more comments at all please to help me understand some of the C++?
Only a stupid person would think that an educational project is useless!! Exercise your brain enjoy what you are doing and thanks for passing it on to all of us!!!!!!!!!!
Thank you for sharing! Nice project. I’m also thinking to use such screen in my Attilabo. Unfortunately, there is no memory enough for the Attiny13, but Attiny85 I think could be used.
Can you please change the function as up/down counter manually by selector switch...and one push button as reset, the other as up/down ...kindly thanks, please share the code
@@VolosProjects Ohh that's cool. I was thinking about doing that with safty pins myself. But I thought because it would spring back that they might fly across the room lol. Thank you. Happy holidays to you and your family.
Bonjour, merci pour votre vidéo super intéressante 👏 Est-il possible d'obtenir le schéma ? Désolé je ne comprends pas vôtre langue 🙏 Continuez et oubliez les commentaires négatifs 🤔👍
If people think your projects are stupid they should watch somebody else's videos. I like your projects and I think the journey is as important as arriving! Keep up the good work! 🤣
Hey I really have a problem while recreating this project: Is it possible to input a date (like 01.01.2022) instead of choosing minute options? And instead of countdown just a coloration. For example I want to input 01.01.2022. So all days before this date the screen stays green and when the day comes the screen becomes red. Your solution would really help me a lot!
pazi ovako ako nezelis neko da ti pise ili bilo sta kazes mu lepo da te ne smara i kraj tuge mislim ovo brisanje poruke bez i jedne rechi nije ni uredu a ni ono sto kaze narod nije posteno kanal je naravno tvoj i mozes da radis sta hoces u svakom slucaju ja tebi zelim svako dobro pozdrav
@@VolosProjects pre jedno nedelju dana sam ti pisao i nestala poruka i ja sam mislio da nisam stisnuo enter i sinoc ponovo napisem i stisnem enter i pogledah posle reda pola sata poruka j ebila malopre pogledam poruke od sinoc nema tako da ako nisi ti obrisao moju poruku onda ti se javno izvinjavam a inache znam da sam pomalo dosadan ali to ide sa godinama (64)
@@VolosProjects inache sam pitao mozes li da mi pomognes da sa attiny85 i oled kao sto je ovaj tvoj dodas i merenje sa ina219 ovaj tvoj skech sa taimerom radi kod mene ali ina219 nikako nisam mogao da ubacim i da mi radi to a neznam ni da li je moguce
Nisam, i drago mi je kad se javis, youtu.be je vjerovatno filtrirao poruku jer ju smatra spamom, jel poruka sadržavala kakav link ili ime proizvođača kakvog.. Idem ju potrazi ti medu blokiranim porukama
No project is ever useless. I'm learning everything about arduino from the projects people call "useless". Simple projects are a great source of information for beginners. Thanks Volos.
This is not at all useless. Some people are just rude. It is not about the project itself, it's about learning and making. Thank you for doing this!
Thank you man,we need to learn and have fun😀
Yea those people definitely aren’t programmers or engineers so they wouldn’t understand lol. Their opinion is just irrelevant
@@VolosProjects can you show us details on the circuit? i would really like to learn how to build this
I like your channel and I cannot understand people who see it as a self-service shop including your warranty for whatever. Forget those guys. They do not represent the majority. Through all your projects you always gave me a lot of inspiration to get in touch with the nice stuff around microcontrollers and displays. 😊😊😊
Making our own circuit and using it at home is special.... So don't listen to people who say it is useless...
I love smalls scale projects like this, these are the building blocks to everything else!
This is GREAT! My RC plane transmitter doesn't have a built in timer. I built a timer using an ATTiny85 but used 7 segment displays and it's much larger and more clunky. This is so nice and compact I can put it on a lapel clip and clip it to my shirt! Thanks for the great design! I've ordered the display today!
You shouldn't care what people say. I like to watch your projects. I also like to play with electronics without it being useful, it's just very educational and most importantly, to have fun. keep it up! Greetings from the Netherlands.
Thanks man. I agree, with these simple project we can learn and have fun.
I love ur projects, the way u explain them & how u share ur knowledge selflessly. Thx
Great project. You can use an inexpensive audio transducer instead of a buzzer by replacing:
digitalWrite(3,1);
delay(500);
with:
for(int i=0;i
I love tiny breadboard projects. Really nice!
TIL an interesting way to wire up batteries for a breadboard project :)
That's pretty cool. also that battery holder is genius
The best thing about this project is what seems to be a safety pin as the contacts to hold the batteries in place. That’s genius ! 😂
Wrap the cells together with tape so they behave as one object. Then hold in place with one or two horse shoes of paper clip or other solid wire.😇
Haters going to hate... Keep doing what your doing! If people think they are useless they have no imagination.
Good job. Don’t take care if there are people don’t like this kind of works, there’s a lot of people who likes it 😉
I love it very simple and clear and understandable easy for beginners project
I love this. Gives me tons of ideas and enough info to get me pointed in the right direction - maker heaven.
I love your battery design! Very nice~
This is freaking awesome. I built it and your code on the tiny4k is broken with the package updates so I forked your script and edited it and it works great. Your coding of the timer is great though which is why I had to come back and congratulate you on that skilled writing.
Is education ever "useless"? I don't think so. I like to make things, even if those things can be bought cheaply - I'm glad you do too
Tnx, you are right , today you can buy anything cheaply.
Sir, thank you for showing this nice project !!
Quite cool :) The Attiny 85 is my favourite chip!
Great build! Thanks for presenting this and keep making these types.
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.
Perfect template for a rocket-finding timed buzzer I want to make - thank you!!
Excellent
You could make this usable. Create Work-from-home timer. Set work time once, then let user easily stop and pause it, either with button or some other sensor, touch, proximity, gyroscope. That's what I want to create now. There are barely any like this on market.
With a proximity sensor it could also detect if you are sitting in the chair and auto pause, when you are gone.
@VolosProjects - this is a great little project and is something I can work off for some learning. I have a question (as I'm reasonable rusty with C++) - do you have a version of the code for this with some more comments at all please to help me understand some of the C++?
Only a stupid person would think that an educational project is useless!! Exercise your brain enjoy what you are doing and thanks for passing it on to all of us!!!!!!!!!!
Very nice kitchen timer, thank you for the video, very useful project
Thank you for sharing! Nice project. I’m also thinking to use such screen in my Attilabo. Unfortunately, there is no memory enough for the Attiny13, but Attiny85 I think could be used.
I notice that most of your projects do not provide circuit details. Is that intentional ? Not much good unless we can reproduce them !!!!
Hi,very usefully projects! Thank you for sharing with us!
I was thinking making a watch with a tiny oled, attiny85, and DS3231 rtc. This will be helpful.
tengo un código pequeño esta hecho para atmega 328p, lo puedo pasar al attiny85?
Can you please change the function as up/down counter manually by selector switch...and one push button as reset, the other as up/down ...kindly thanks, please share the code
Nice project 👍👍👍
Super
👍
Very good project, thanks for the upload
Hello,
I like your video. Please can you send me the wiring diagram? Thank you. Iveta
Hello awesome project. But I'm wondering one thing. The springs for the batteries. Where did you get them or did you make them?
I made them from safety pins
@@VolosProjects Ohh that's cool. I was thinking about doing that with safty pins myself. But I thought because it would spring back that they might fly across the room lol. Thank you. Happy holidays to you and your family.
Thank you my friend , happy holidays to you and your family😀
*Danke* für das Video. Kannst Du bitte künftig ein *Schema* dazu zeigen, damit ich das besser und schneller auch aufbauen kann?
Abo hast Du bekommen!
Love it ❤ I was looking for the smallest OLED display for glasses this will work thanks!
This is sooo cool!! I wish i could do this! ❤
Hello friend, I have a question.
Can you do the same but with a timer?
regards🤙
Bonjour, merci pour votre vidéo super intéressante 👏
Est-il possible d'obtenir le schéma ? Désolé je ne comprends pas vôtre langue 🙏
Continuez et oubliez les commentaires négatifs 🤔👍
Cute project☺️
Really cool project
which pin is the buzzer paralllel with?
qual a diferenaça entre attiny85 para attiny13 e attiny45
Thanks a lot man , one question please can I use .96 oled i2c without changing the code ? Thanks again .
Yes , it will works, i tried :)
Just wow sir 👏
What id the current consumption of your useful
project?
I play with oled 72*40. At successfully shows characters, but appearing too dark
If people think your projects are stupid they should watch somebody else's videos. I like your projects and I think the journey is as important as arriving! Keep up the good work! 🤣
Thank you, i will tryn😃
👍 keep it up!!!
Pretty awesome
So cool, I’d love to build this onto a esp 32 ttgo
How to use this for lamp?
Hey I really have a problem while recreating this project: Is it possible to input a date (like 01.01.2022) instead of choosing minute options? And instead of countdown just a coloration.
For example I want to input 01.01.2022. So all days before this date the screen stays green and when the day comes the screen becomes red.
Your solution would really help me a lot!
You can calculate nuber of seconds until then and than decrement that number evry one second, but it will not be precise like real clock
Sadly this sketch is too big for my ATTiny85. How can this possibly be? 🤔
The buzzer is connected directly to to the attiny pin?
Can you make it for 1.3 OLED display?
You make some neat projects, but where can I find the circuit diagram ?
i need a tutorial on the circuit
sir this project any circuit digram sir
I wouldn't say your projects are useless, but I would say this code doesn't power on the I2C OLED. That is a problem.
where you can find this code
here is code github.com/VolosR/AttinyOledTimer
pazi ovako
ako nezelis neko da ti pise ili bilo sta kazes mu lepo da te ne smara i kraj tuge
mislim ovo brisanje poruke bez i jedne rechi nije ni uredu a ni ono sto kaze narod nije posteno
kanal je naravno tvoj i mozes da radis sta hoces
u svakom slucaju ja tebi zelim svako dobro
pozdrav
O cemu prica prijatelju, kakvo brisanje poruka, nikad tvoju poruku nisam obrisao
@@VolosProjects pre jedno nedelju dana sam ti pisao i nestala poruka i ja sam mislio da nisam stisnuo enter
i sinoc ponovo napisem i stisnem enter i pogledah posle reda pola sata poruka j ebila
malopre pogledam poruke od sinoc nema
tako da ako nisi ti obrisao moju poruku onda ti se javno izvinjavam
a inache znam da sam pomalo dosadan ali to ide sa godinama (64)
@@VolosProjects inache sam pitao mozes li da mi pomognes da sa attiny85 i oled kao sto je ovaj tvoj dodas i merenje sa ina219
ovaj tvoj skech sa taimerom radi kod mene ali ina219 nikako nisam mogao da ubacim i da mi radi to
a neznam ni da li je moguce
Nisam, i drago mi je kad se javis, youtu.be je vjerovatno filtrirao poruku jer ju smatra spamom, jel poruka sadržavala kakav link ili ime proizvođača kakvog.. Idem ju potrazi ti medu blokiranim porukama
@@VolosProjects ha imal je moj mail
Hi, can I ask for a wiring diagram?