Questions tagged [7-segment]
It refers to a seven-segment display (SSD) is a form of electronic display device for displaying decimal numerals.
63 questions
-1
votes
1
answer
110
views
Difference between using GND and digital LOW for 7-segment display pin
I am using this 4-digit 7-segment display.
So my circuit is basically 220 ohm resistors for all the segments (display pins 6 through 16 on the bottom each go through a resistor before going to a ...
2
votes
2
answers
1k
views
TM1637 Decimal points
I am using the following TM1637 board with an Arduino Pro Micro clone.
I am attempting to use the "TM1637Display Library" written by Avishay Orpaz, but I cannot find any way to use the four ...
2
votes
0
answers
799
views
4x TPIC6B595 + 4x 7 segment display
I am going to use 4x TPIC6B595 and 4x 7 segment display with common anode.
Below You Can find vendor site of this display.
https://sklep.avt.pl/wyswietlacz-led-2-30-57mm-zielony-wa.html
Here is my ...
1
vote
1
answer
178
views
Arduino uno - 4digit 7seg display via 74HC595 keeps blinking
I am trying to get my 4 digit display (SH5461AS) count from 0 to 9 based on millis() function.
The problem is that it keeps blinking. Even if I display just one number, it shows then it goes black ...
1
vote
1
answer
637
views
Connecting Common-Anode Seven Segment Display to Shift Register
I recently wired up the following ill-advised circuit:
A common-anode display is wired with its cathodes connected directly to LEDs connected to ground. But the strange thing is that it worked ...
1
vote
1
answer
449
views
Using 4-digit 7-segment display on Arduino Nano
I want to merge two projects: a "Don't touch your face" hat for Nano and a 7-segment 4-digit display for Uno. I tested both independently and they work. I added an RGB LED to the first, so I ...
2
votes
1
answer
1k
views
4 Digit 7 segment display flickering
I am attempting to make an Arduino counter using a 4 digit 7 segment display. The problem I am encountering is the display flickers. I am using an Arduino Uno and 5641AS digit display (so common ...
1
vote
1
answer
365
views
7-segment displays are not working
/*
MODIFIED TRAFFIC LIGHT SYSTEM W/ A COUNTDOWN TIMER FUNCTION
BY JOHN SEONG
THIS IS A QUITE ACCURATE SIMULATION OF TORONTO'S TRAFFIC LIGHT SYSTEM
WHICH INCLUDES TWO 7-SEGMENT DISPLAYS THAT SHOW THE ...
3
votes
1
answer
1k
views
ATtiny85-DHT11-TM1637
I have tried many combinations and I can get the Attiny85 to display on the TM1637 just fine, but I cannot get ant readings from the DTH11, tried different pins, libraries. I upload code via UNO as ...
3
votes
1
answer
10k
views
74HC595 to 4 Digit 7 Segment using SevSegShift Library
I have a question regarding the use of SevSegShift library. I followed the example properly and tested it to see if it works. It was able to power up the seven segments and light up the whole LEDs (...
1
vote
0
answers
274
views
Arduino and ZMPT101B But Not Stable Sigma Output In 7segment Display(TM1637) using filter library
#include <Arduino.h>
#include <math.h>
//TRUE RMS START
#include <Filters.h> //Easy library to do the calculations
#include <TM1637Display.h>
float testFrequency = 100; ...
0
votes
2
answers
1k
views
delay() problem for 74HC595 and 7-segment
I'm trying to run a 3-digit 7-segment using single 74HC595 based on Arduino. But I have a serious problem with delay() function. When I want to count from 000 to 999 with delay(1000), this delay ...
1
vote
0
answers
112
views
Arduino Uno and 7 segment display - wrong value displayed
I am working at this project and I found that if I have set the temperature by rotating the pot to 312 C, the iron started heating up, but when it was at about 60 C then on the display (7 segment, 3 ...
1
vote
0
answers
163
views
Trouble with 4 digit 7 segment display
So I spent a bit trying to figure the wiring and I THOUGHT I had it working but something interesting happened. Displaying works for only the numbers 1, 3, 4, 7, 8, and 9, but are weird when it comes ...
1
vote
1
answer
572
views
number generator show wrong segments on 7 segment display
I created a program to show a random number on a 7 segment display. It shows a random number in the serial monitor but always shows the same segments 'a c d and g'. anyone know hopw to fix this ...
1
vote
1
answer
550
views
Mapping segments and memory allocation on a segment LCD driver [closed]
I've just configured a segment LCD and driver, everything works fine, but because I decided to not use vias on the PCB, the connections between the two are mixed.
To be more precise, in order to ...
-1
votes
1
answer
3k
views
How to read Output data from SPI connector using Arduino Uno?
I am having main controller circuit board that give the data such as ("HAI", "HELLO") to 5 pin SPI Connector mounted on the same board. In that 5 pin SPI connector I could connect separate circuit ...
1
vote
1
answer
674
views
7 segment multiple display, only display 1 digit
I try to create a display so that when I press the button, the counter is increased by one. The problem is only one of them light up and it is not showing the correct output, it is showing the ...
0
votes
1
answer
558
views
Flashing a specified digit 4x7 segment display and shift register 74HC595N
I have a project that is simply a relay timer. The code is not complete so you will see 'in progress' sections not related to my question in my code.
However, my question is...
I am creating a timer ...
-1
votes
1
answer
8k
views
3 digit 7 segment display
I have 3 digit 7 segment display with 10 pins
I found this image pinout but it not working for me I need to know the pin out of this display
2
votes
2
answers
8k
views
Problem with a seven segment display. The segments blink then turn off
I can't figure it out what is the problem with my circuit, the segments turning on for sec and then they are turning off for good.
I tried to connect to GND instead of the 5 V but then, nothing ...
1
vote
2
answers
433
views
4-digit 7-segment display resets when common pin set to HIGH
I'm trying to make a simple stopwatch application with my Arduino Mega 2560 and a 4-digit 7-segment display, but the leftmost three digits only light up for a split second before they go out every ...
2
votes
2
answers
5k
views
How to power up this LCD 7 segments display
I got two of these type of 7 segments display in LCD material.
And here is the datasheet
I tried to power up to UNO, it can make the segment on, while a second, the segment go off, but the pinMode ...
0
votes
3
answers
772
views
4 digit 7-segment display
What happends if I turn on all LEDs at the same time in an 4 digit 7 segment display? that would be 32 LEDs turned on at once, wouldn't that exceed the 200ma MAX for the arduino output?
0
votes
4
answers
4k
views
Run two Loops Simultaneously on Arduino
I am not able to combine the below two sketches. What I require is to either run both the loops together or find a way to run both the functions inside a single loop.
Sketch 1
#include <SevSeg.h&...