Тёмный
Ian Ward
Ian Ward
Ian Ward
Подписаться
Комментарии
@abusekak1934
@abusekak1934 3 дня назад
It didnt work.
@user-fo4bi2re1e
@user-fo4bi2re1e 9 дней назад
I like your voice.
@elektron2kim666
@elektron2kim666 14 дней назад
I really liked seeing this. Got my first 1602 (I2C) and it's working with a M5Stack StampS3/ESP32 on the next day. In Arduino IDE, the library doesn't allow the pins to change, so it's done from "Wire.h" and we can't use lcd.begin(), but lcd.begin(16,2) goes through and lcd.init() works. The worst is something like M5.begin(), (needed sometimes in my case) will block pins and create something I don't know for sure. My next attempt is more attempts with a 1637 that isn't I2C, but almost. In between, I get another module going. A GPS module was quite mind blowing to dig into. ESP-Now is also new to me.
@pas1022
@pas1022 29 дней назад
Can make it a lot Simpler
@Hrozic
@Hrozic Месяц назад
good and understanding content
@pedrigavi4502
@pedrigavi4502 2 месяца назад
What voltage for sources
@IanWard1
@IanWard1 2 месяца назад
good question. 5V for everything in my videos so far
@Hp_Laserjet_Pro_Mfp_M126nw
@Hp_Laserjet_Pro_Mfp_M126nw 3 месяца назад
when will be there more videos???
@IanWard1
@IanWard1 3 месяца назад
I'm itching to get back to them once I make some time for it. Glad you enjoy them!
@Hp_Laserjet_Pro_Mfp_M126nw
@Hp_Laserjet_Pro_Mfp_M126nw 3 месяца назад
this channel deserves more attention, i likee these videos more than ben eater's ones
@dallase1
@dallase1 3 месяца назад
When is someone going to do this on Coleco Vision? If something designed to only disply text and shapes can produce the illusion of video then a device that can produce animations should be able to do this, they have Bad Apple on Atari VCS and Intellivision.
@wileyisswag3477
@wileyisswag3477 4 месяца назад
That's the worst game any human has every created
@Tuvbaa1
@Tuvbaa1 4 месяца назад
but how do we connect this clock to another circuit?
@rishiktiwari
@rishiktiwari 29 дней назад
Buy taking the output from Pin 3 of 555, same one to which LED is connected.
@missmewiththatgayshit9797
@missmewiththatgayshit9797 4 месяца назад
Hi , looking into making this myself it looks super cool , i got a question tho,while looking for the 74ls163 i couldn’t find it on its own , its always SN74ls163an ,just wondering if it makes a difference
@IanWard1
@IanWard1 4 месяца назад
Sounds like the right thing, IIUC the letters at the end are about the type of packaging and the ones at the beginning might be manufacturer?
@missmewiththatgayshit9797
@missmewiththatgayshit9797 4 месяца назад
@@IanWard1 thank you very much
@mheermance
@mheermance 4 месяца назад
To make matters more complicated the 74HC series are also CMOS, so it is not just the 4000 series of chips.
@minnnyi9849
@minnnyi9849 4 месяца назад
mom! I found some gold.. from this channel. 😊😊
@talashpeygir2621
@talashpeygir2621 6 месяцев назад
Thank you very much. Very clear and organized presentation
@missmewiththatgayshit9797
@missmewiththatgayshit9797 7 месяцев назад
Is it possible with a three pin potentiometer?
@IanWard1
@IanWard1 7 месяцев назад
Yes it should work with the middle pin and one of the side pins on a normal pot, but in the upper range of the adjustment you'll see a much smaller change in frequency than in the lower range.
@DavidTLutz
@DavidTLutz 7 месяцев назад
Another great video. Wish I had found this before the CPU project. It clarifies so much that was intially obscure to me in the CPU series. Thanks!
@DavidTLutz
@DavidTLutz 7 месяцев назад
Oustanding video series. Thanks you very much! Will be following any future projects you come up with. I finally got this to work. The one thing that I do not understand is that running say_hello.py on Windows all the characters were output as double byte values, I assume as Unicode. The display had a spurious character preceding every character. I hit upon the idea to run say_hello.py on a Linux box and then got a BIN file with only ASCII output as the result. The Linux BIN file worked as expected. Any ideas on the difference between Python running on Windows versus Linux and the interpretation of characters in Python?
@IanWard1
@IanWard1 7 месяцев назад
Thanks. Open a ticket on my github repo, it's probably an easy fix for windows compatibility.
@DavidTLutz
@DavidTLutz 6 месяцев назад
​@@IanWard1 Done. I asume you can get my email address from the submitted issue since I was logged into GitHub. If not let me know.
@rcbautista9567
@rcbautista9567 7 месяцев назад
1:03 Building the Circuit
@johnnytrampolini
@johnnytrampolini 7 месяцев назад
You didn't mention if lowering the resistance speeds up or slows down the light
@IanWard1
@IanWard1 7 месяцев назад
Lowering the resistance will speed up the blinking because it allows the capacitor to charge and discharge more quickly. Choosing a smaller capacitor value will also speed up the blinking because it takes less time for the capacitor to charge to 2/3 or discharge to 1/3 and switch directions. Thank you for the comment!
@johnnytrampolini
@johnnytrampolini 7 месяцев назад
@IanWard1 Thanks. I'll get a big pot so I have some play with the speed
@mr_ways
@mr_ways 8 месяцев назад
Great demonstration, what are the value of resistors?
@IanWard1
@IanWard1 8 месяцев назад
Trying to read them from this screenshot excess.org/lcd2004-tutorial/ it looks like I used 10k for the debounce, pull-up and pull-downs; 390 for the blue LED and 220 for the other LEDs
@IanWard1
@IanWard1 8 месяцев назад
Trying to read them from a screenshot it looks like I used 10k for the debounce, pull-up and pull-downs; 390 for the blue LED and 220 for the other LEDs
@steventaylor6294
@steventaylor6294 8 месяцев назад
Awesome tute, thank you. I learned a lot and it was very helpful.
@RixtronixLAB
@RixtronixLAB 9 месяцев назад
Nice info, I have for lines activated but can not go to line 4 ? any ideas ? Init Code lcd_send_cmd (0x28); // Function set --> DL=0 (4 bit mode), N = 1 (2 line display) F = 0 (5x8 characters)
@raduminecraft1
@raduminecraft1 9 месяцев назад
Did you program that eeprom? I have an eeprom like that.
@JeremyDismukes225
@JeremyDismukes225 11 месяцев назад
very concisely put. Thank you
@sefalibhakat143
@sefalibhakat143 11 месяцев назад
👍👍👍
@ChandrashekarCN
@ChandrashekarCN 11 месяцев назад
💖💖💖💖
@RizzMonster69
@RizzMonster69 3 месяца назад
He’s taken✋
@HanshaniLavanya1
@HanshaniLavanya1 11 месяцев назад
Didn't you just make it 6 months ago?
@IanWard1
@IanWard1 11 месяцев назад
Yes I shared the prototype rhythm game earlier., This is the start of a series of build videos for the final version
@markgreco1962
@markgreco1962 11 месяцев назад
Can’t wait
@rishabhchopde6709
@rishabhchopde6709 8 месяцев назад
You have been watching since close to the beginning 😭
@darklord_656
@darklord_656 6 месяцев назад
​@@rishabhchopde6709 yeah everytime i see the comment section he is there... probably enjoying the series vety much... also i am in the same category😅
@RizzMonster69
@RizzMonster69 3 месяца назад
Yall are boutta ask for his hand is marriage
@crackednotme6361
@crackednotme6361 11 месяцев назад
wait hes alive??
@HanshaniLavanya1
@HanshaniLavanya1 11 месяцев назад
I knew it because he replied to my comment
@No_name54639
@No_name54639 11 месяцев назад
What is the ceramic capacitors value? I am trying to remake it but I think I have the wrong compacitors
@IanWard1
@IanWard1 11 месяцев назад
Looks like a 1uF cap connected to pin 5 instead of the 0.01uF recommended, and it's connected to Vcc instead of ground. The decoupling capacitors I used are 0.1uF. These are just capacitor values I had lying around that seemed to work. If you know how these values should be chosen let me know.
@cesarhuerta9632
@cesarhuerta9632 11 месяцев назад
@@IanWard1 may I ask why did you connected it to Vcc if the datasheet specifies that it must be connected to ground?
@IanWard1
@IanWard1 11 месяцев назад
@@cesarhuerta9632 connecting to Vcc was just an accident that I didn't notice until editing the video. Seems to work fine either way, though so I've left it.
@ganeshshenoy2615
@ganeshshenoy2615 День назад
​@@IanWard1 it just works! You sound like me when a program works without debug
@RizzMonster69
@RizzMonster69 11 месяцев назад
Jaja dead channel borschts Gorbachev
@youcefassou1592
@youcefassou1592 11 месяцев назад
Share you knowledge from scratch including what's on you eeprom.
@IanWard1
@IanWard1 11 месяцев назад
working on it! follow this account for upcoming videos or, if you want to skip ahead, you can find the code that generates the ROM images here: github.com/wardi/cpu/tree/main/maze
@RizzMonster69
@RizzMonster69 11 месяцев назад
Nerd!!!!!!
@HanshaniLavanya1
@HanshaniLavanya1 11 месяцев назад
Nice way to use my 16×2 lec module i bought because it looked interesting but sits on my desk collecting dust ever since
@IanWard1
@IanWard1 11 месяцев назад
Did it work?
@HanshaniLavanya1
@HanshaniLavanya1 11 месяцев назад
@@IanWard1 yes :)
@antonikkolesov8019
@antonikkolesov8019 Год назад
я хочу!!!
@HanshaniLavanya1
@HanshaniLavanya1 Год назад
Something we never expected while following this series
@markgreco1962
@markgreco1962 Год назад
Are you going to do a build series?
@IanWard1
@IanWard1 Год назад
That's the plan, first for the rhythm game then for this one
@markgreco1962
@markgreco1962 Год назад
@@IanWard1 great
@noca7529
@noca7529 Год назад
Excelente, 1000 gracias!
@RizzMonster69
@RizzMonster69 Год назад
That was the longest Gen x pause ever, when’s the hairline reveal coming
@2kBofFun
@2kBofFun Год назад
Does it have reverse polarity prevention? Mine got very hot.
@DavidTLutz
@DavidTLutz 7 месяцев назад
My 74LS00 got very hot until I realized I had not removed the wire to pin 4 of the clock's 555 timer while putting in the HALT signal. HTH. BTW, there is no reverse polarity protection here AFIK.
@elliottgoldstein2035
@elliottgoldstein2035 Год назад
Can someone pleas explain this to me? For weeks, I have been trying to get this circuit to work: setting it up in this *exact* manner. But, the discharge never occurs. The output will get stuck low, but the capacitor will never discharge. Is it possible my IC is damaged somehow? i have tried just about every possible configuration, using a physical RA and RB, using a potentiometer to represent both, using an electrolytic cap instead of a tantalum one, but the exact same thing always happens: Output goes low, cap voltage charges all the way up to Vcc. I know it must be some issue with the path from the Cap through Rb to discharge but I can't figure it out.
@akhilapradeep3833
@akhilapradeep3833 10 месяцев назад
Also make sure your IC is the right way.
@loranfuell6595
@loranfuell6595 Год назад
Excellent video!!!
@user-ud6dw3pu1h
@user-ud6dw3pu1h Год назад
Fabuleuse and interesting cours
@darwingadiana8502
@darwingadiana8502 Год назад
Why do you need to use 2 breadboard?
@IanWard1
@IanWard1 Год назад
Just to make room for more counters in the next video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-FKlDwOu2p_8.html
@healer1000040
@healer1000040 Год назад
using 3 ceramic capacitors, is just a waste of money.
@jungletrain7448
@jungletrain7448 Год назад
Hi Sorry for the stupid question. I manage to let this work on a breadboard. I didn’t have exactly the resistor and the capacitor but I managed to find the right stuff. So I tried to put on a strip board but I’m noticing something weird. I didn’t use the small capacitor that you used but it was fine on the breadboard. Consistent light and good range of oscillation. On the strip board the led emit a really low light before actual blink, I can notice when it’s really slow. As I said on the breadboard don’t happen but I copy the same circuit. Any help? Thank you
@0_Chr1s_0
@0_Chr1s_0 8 месяцев назад
Something my dad told me, i had an issue with a circuit i made and he told me to put a large-ish capacitor (maybe 1k/2.2k ųf which is what i use) between the supply and the entire circuit. Suddenly, the effects of what i got from my breadboard is happening on the circuit board, which is what i wanted. Try that, maybe you just have a current shortage and need more available current, idk but good luck though
@youcefassou1592
@youcefassou1592 Год назад
Hi Thank you for you sharing your knowledge, I am hoping that you can show us what did you program the eeprom with, also can you make 7 segment display for 4 digits. May be show us how to program the eeprom
@amyneko
@amyneko Год назад
the video is great, though i think your voice could be a bit louder
@pareshmhatre4019
@pareshmhatre4019 Год назад
So you and that guy Ben are friends?
@IanWard1
@IanWard1 Год назад
No but my videos are definitely inspired by his