The code is updated. If you have any request on altering the code or using it in an application like a digital clock. Drop in your queries to electronicsengineering3@gmail.com
The code seems to have LOW, HIGH values inverted? f.e. number 1 has only pinC and pinB set to LOW, while those are the only pins that should be HIGH to make number 1. After reverting LOW to HIGH and vice versa it started to show me the numbers correctly. What am i missing? :D BTW thank you for the video and code - the best tutorial on the topic i found :)
Download the library from the link in the description. The link will take you to the post. But the post has a sevseg.h library on top ... Please download it ... And put it in your Arduino/libraries/ directory
Hi. I would like to use this on my chain throwing outdoor game score counter. There is like 4-6 different size holes where you try to throw the chain through. It would perhaps need some ir censors or something else what the chain would activate when it goes through the hole and give you that amount of score in the display what you have decided to give from each holes. Would you help me build that? If yes we can continue with mail..kind regards. -Ville
Hi, can you help me i want to make the 4digits of 14 segmments of the microwave mef 33 connecting in the bluetooth if i touch the letter a for example appear in the 14 segmment display
Help i want to power up the 4 digits of 14 segmment display of the electrolux microwave mef 33 like the clock but with 58 on/off switchs like a flashlight 56 on/off switchs for a 4 digits of 14 segmment display and 2 on/off switchs for 2 dots , plis? Jesus love u🙏🙏
Sorry, but your voice is barely audible, the accent makes it harder to understand what you're saying, and - to top it off - the F(#)G music drowns it all! Please, re-upload it WITHOUT the nasty background music, will ya?
@@Bandicoot803 you’re mighty hostile to the person giving you free educational content. There’s no need to be passive aggressive and diminish his English abilities. I understand him just fine. Your inability to understand is a YOU problem - a skill issue. Just say you’d find it more helpful without the background music and move on.
@@me-ye6ld Free educational content is one thing. But providing it to the world in a decent way with thoughts about the receipients feels comfortable about it is a different story. These two factors have to harmonize in unison, which - obviously - in this video is not the case. That why I stated my opinion with common consent, something you certainly have to start gathering in order to make up your life. If you misjudge other people by doubting their skills, then I'm sorry that I can't help you regarding this. It's completely up to you. I happen to live in a free and democratic country where common opinion and press freedom are at upmost value, and I'm not allowing ANYONE to whittle these rights away from me.
The code is updated. If you have any request on altering the code or using it in an application like a digital clock. Drop in your queries to electronicsengineering3@gmail.com
Thanks guy, my 7 segment display working correctly now.
very nice but please turn the volume from the music a bit down
can you set it like a timer? like 2 minutes and connect it to a lightbulb?
Yes the timer works as a perception of vision. If you want that video. Please email me at electronicsengineering3@gmail.com
The code seems to have LOW, HIGH values inverted? f.e. number 1 has only pinC and pinB set to LOW, while those are the only pins that should be HIGH to make number 1. After reverting LOW to HIGH and vice versa it started to show me the numbers correctly. What am i missing? :D BTW thank you for the video and code - the best tutorial on the topic i found :)
You need to identify the type of segmented display you are using. Anode or cathode. Everything changes based on that 😄
In my video. I guess it's a cathode display (so all the values are inverted)
Could i use this same wiring and just add in an mirco switch into the breadboard so when pressed it would light up as an scoreboard?
This current circuit can't be used as a scoreboard
@@ElectronicsSimplified7 Oh i see, do you happen to have a video for using this display as a scoreboard? Appreciate the reply.
Which is the ground pin in the display??
Breadboard
Why is pinDP (segment 3) never used besides setting it as an output?
thank you sir for this amazing tutorial like and sunscribe
Sir it is giving a compilation or library error.
Download the library from the link in the description. The link will take you to the post. But the post has a sevseg.h library on top ... Please download it ... And put it in your Arduino/libraries/ directory
Tysm for the code
How many ohms do those resisters have?
Standard 1kohms
Can you make a functioning alarm clock?
Yes surely.
Hi. I would like to use this on my chain throwing outdoor game score counter. There is like 4-6 different size holes where you try to throw the chain through. It would perhaps need some ir censors or something else what the chain would activate when it goes through the hole and give you that amount of score in the display what you have decided to give from each holes. Would you help me build that? If yes we can continue with mail..kind regards. -Ville
electronicsengineering3@gmail.com
electronicsengineering3@gmail.com you can drop it here
What are the values of your resistors you used?
All 1k
You can use 220 to 330 ohms resistor for each segment pin
Can it do negative numbers?
yup, if the variable inputed to the display is negative it will display a - symbol
Great tutorial thank you. I have one question how to highlight the dots as well?
Well explained tutorial. Thanks
Glad it was helpful!
Compilation error: conflicting declaration 'int D1'
Please check the code. If you have made any changes. Please rectify them
6:36
how about 3 digits with keypad?
Hi, can you help me i want to make the 4digits of 14 segmments of the microwave mef 33 connecting in the bluetooth if i touch the letter a for example appear in the 14 segmment display
Mine don't look anything like numbers. I rewired it again to be sure. What am I doing wrong
same :((
Same
--- thanks but can you re-upload without the music? it's tough to hear you --- 16APR22
I ll have a remake with another sensor and actuator
Can you upload a tutorial reading dc voltages between cells in 4 batteries in series?
Brother that's a very easy thing...
Brother that's a very easy thing...
The code page doesn't work
It's fixed
Yes it is not working even in full network
@@vinodganve5655 true
@@ElectronicsSimplified7 I don't think so
The code is a download file for PC and if that doesn't work. Now the code is on a webpage too, so you can copy it and use it. Cheers!!
Help i want to power up the 4 digits of 14 segmment display of the electrolux microwave mef 33 like the clock but with 58 on/off switchs like a flashlight 56 on/off switchs for a 4 digits of 14 segmment display and 2 on/off switchs for 2 dots , plis?
Jesus love u🙏🙏
Please reach out to me via email at electronicsengineering3@gmail.com
Don't work for me😢
it says this:
Failed uploading: no upload port provided
what do i do
connect Arduino
The USB could be faulty
@@ElectronicsSimplified7 thank you
usually it's 220 resistor not 200 : /
it's common-anode
the code page not working
check now
How can I execute without external library
Use a binary file of the code
can u make a video explaining the code
Gut
its dont work :c
hmmm
Warning : the code you make this ..
#include
#include
int pinA = 11;int pinB = 7; int pinC = 4; int pinD = 2;
int pinE = 1; int pinF = 10; int pinG = 5;
int pinDP = 3; int D1 = 12; int D2 = 9; int D3 = 8; int D4 = 6;
void zero()
{
digitalWrite(pinA, LOW);
digitalWrite(pinB, LOW);
digitalWrite(pinC, LOW);
digitalWrite(pinD, LOW);
digitalWrite(pinE, LOW);
digitalWrite(pinF, LOW);
digitalWrite(pinG, HIGH);
}
void one()
{
digitalWrite(pinA, HIGH);
digitalWrite(pinB, LOW);
digitalWrite(pinC, LOW);
digitalWrite(pinD, HIGH);
digitalWrite(pinE, HIGH);
digitalWrite(pinF, HIGH);
digitalWrite(pinG, HIGH);
}
void two()
{
digitalWrite(pinA, LOW);
digitalWrite(pinB, LOW);
digitalWrite(pinC, HIGH);
digitalWrite(pinD, LOW);
digitalWrite(pinE, LOW);
digitalWrite(pinF, HIGH);
digitalWrite(pinG, LOW);
}
void three()
{
digitalWrite(pinA, LOW);
digitalWrite(pinB, LOW);
digitalWrite(pinC, LOW);
digitalWrite(pinD, LOW);
digitalWrite(pinE, HIGH);
digitalWrite(pinF, HIGH);
digitalWrite(pinG, LOW);
}
void four()
{
digitalWrite(pinA, HIGH);
digitalWrite(pinB, LOW);
digitalWrite(pinC, LOW);
digitalWrite(pinD, HIGH);
digitalWrite(pinE, HIGH);
digitalWrite(pinF, LOW);
digitalWrite(pinG, LOW);
}
void five()
{
digitalWrite(pinA, LOW);
digitalWrite(pinB, HIGH);
digitalWrite(pinC, LOW);
digitalWrite(pinD, LOW);
digitalWrite(pinE, HIGH);
digitalWrite(pinF, LOW);
digitalWrite(pinG, LOW);
}
void six()
{
digitalWrite(pinA, LOW);
digitalWrite(pinB, HIGH);
digitalWrite(pinC, LOW);
digitalWrite(pinD, LOW);
digitalWrite(pinE, LOW);
digitalWrite(pinF, LOW);
digitalWrite(pinG, LOW);
}
void seven()
{
digitalWrite(pinA, LOW);
digitalWrite(pinB, LOW);
digitalWrite(pinC, LOW);
digitalWrite(pinD, HIGH);
digitalWrite(pinE, HIGH);
digitalWrite(pinF, HIGH);
digitalWrite(pinG, HIGH);
}
void eight()
{
digitalWrite(pinA, LOW);
digitalWrite(pinB, LOW);
digitalWrite(pinC, LOW);
digitalWrite(pinD, LOW);
digitalWrite(pinE, LOW);
digitalWrite(pinF, LOW);
digitalWrite(pinG, LOW);
}
void nine()
{
digitalWrite(pinA, LOW);
digitalWrite(pinB, LOW);
digitalWrite(pinC, LOW);
digitalWrite(pinD, HIGH);
digitalWrite(pinE, HIGH);
digitalWrite(pinF, LOW);
digitalWrite(pinG, LOW);
}
void allNumbers()
{
one(); delay(500);
two(); delay(500);
three(); delay(500);
four(); delay(500);
five(); delay(500);
six(); delay(500);
seven(); delay(500);
eight(); delay(500);
nine(); delay(500);
}
void turnOffAllSegments()
{
digitalWrite(pinA, LOW);
digitalWrite(pinB, LOW);
digitalWrite(pinC, LOW);
digitalWrite(pinD, LOW);
digitalWrite(pinE, LOW);
digitalWrite(pinF, LOW);
digitalWrite(pinG, LOW);
}
void digit1()
{
digitalWrite(D1, HIGH);
digitalWrite(D2, LOW);
digitalWrite(D3, LOW);
digitalWrite(D4, LOW);
}
void digit2()
{
digitalWrite(D1, LOW);
digitalWrite(D2, HIGH);
digitalWrite(D3, LOW);
digitalWrite(D4, LOW);
}
void digit3()
{
digitalWrite(D1, LOW);
digitalWrite(D2, LOW);
digitalWrite(D3, HIGH);
digitalWrite(D4, LOW);
}
void digit4()
{
digitalWrite(D1, LOW);
digitalWrite(D2, LOW);
digitalWrite(D3, LOW);
digitalWrite(D4, HIGH);
}
void all4Digits()
{
digitalWrite(D1, HIGH);
digitalWrite(D2, HIGH);
digitalWrite(D3, HIGH);
digitalWrite(D4, HIGH);
}
void setup() {
pinMode(pinA, OUTPUT);
pinMode(pinB, OUTPUT);
pinMode(pinC, OUTPUT);
pinMode(pinD, OUTPUT);
pinMode(pinE, OUTPUT);
pinMode(pinF, OUTPUT);
pinMode(pinG, OUTPUT);
pinMode(pinDP, OUTPUT);
pinMode(D1, OUTPUT);
pinMode(D2, OUTPUT);
pinMode(D3, OUTPUT);
pinMode(D4, OUTPUT);
}
void loop() {
digit1(); zero(); delay(500);
digit2(); one(); delay(500);
digit3(); two(); delay(500);
digit4(); three(); delay(500);
digit3(); four(); delay(500);
digit2(); five(); delay(500);
digit1(); six(); delay(500);
digit2(); seven(); delay(500);
digit3(); eight(); delay(500);
digit4(); nine(); delay(500);
all4Digits();
allNumbers();
}
Sorry, but your voice is barely audible, the accent makes it harder to understand what you're saying, and - to top it off - the F(#)G music drowns it all! Please, re-upload it WITHOUT the nasty background music, will ya?
I will try to re-upload the file .. sorry for being inactive
my level of English is B2 and I still understand every word of it, I don’t know why the music and accent bother you so much
@@furiz1043 Well to your country's standard you state it's B2. BUt to U.S. and U.K. standard it barely makes a school grade D, if at all.
@@Bandicoot803 you’re mighty hostile to the person giving you free educational content. There’s no need to be passive aggressive and diminish his English abilities. I understand him just fine. Your inability to understand is a YOU problem - a skill issue. Just say you’d find it more helpful without the background music and move on.
@@me-ye6ld Free educational content is one thing. But providing it to the world in a decent way with thoughts about the receipients feels comfortable about it is a different story. These two factors have to harmonize in unison, which - obviously - in this video is not the case. That why I stated my opinion with common consent, something you certainly have to start gathering in order to make up your life. If you misjudge other people by doubting their skills, then I'm sorry that I can't help you regarding this. It's completely up to you. I happen to live in a free and democratic country where common opinion and press freedom are at upmost value, and I'm not allowing ANYONE to whittle these rights away from me.