Arduino Uno learner's kit
The Arduino Uno learner's kit with ESP32 is a versatile educational tool for beginners. It combines an Arduino Uno board with additional components like a 2-channel motor driver, 7-segment display, relay outputs, programmable LEDs, push buttons, and analog inputs. This kit enables learners to explore electronics, programming, robotics, home automation, and more. With the ESP32 module, Wi-Fi and Bluetooth connectivity are possible, expanding the range of projects. It's a comprehensive package that fosters creativity and knowledge in the exciting world of electronics and programming. #arduino #esp32... show more0 Uses
10 Comments
1 Star
Adorable Blue Tractor Beam
se solicita que diseñe el circuito para una máquina expendedora, como medio de ingreso, la máquina expendedora tendrá un colector de monedas de ocho posiciones, el cual puede recibir desde una moneda hasta ocho monedas simultaneas. Se adjuntan imágenes con fines ilustrativos Identificar cuántas monedas se reciben poder para otorgar el producto necesario, tener un contador por cada una de las bebidas y errores que se presenten con valores 00 – 99, una identificación visual del evento que sucede, de ser necesario debe ser posible la vuelta a cero de todos los contadores. Los valores a tener en cuenta son: 0 monedas Nada 2 monedas Agua 3 monedas Jugo 5 monedas Gaseosa Otra cantidad de monedas Error Equipo a utilizar Para diagrama y prueba del circuito https://circuitverse.org/simulator o Compuerta AND o Compuerta OR o Compuerta NOT o SPLITTER o INPUT o OUTPUT o MULTIPLEXER o FLIP FLOP o BUTTON o LED o DISPLAY 7 SEGMENT o SUBCIRCUIT o No está permitido utilizar integrados, si son necesarios se crearán con compuertas AND, OR Y NOT... show more0 Uses
0 Comments
1 Star
Quad 14 Segment Display
12mm green common anode quad 14 segment display... show more0 Uses
0 Comments
0 Stars
7 Segment Display hggF
10mm white common anode seven segment display... show more0 Uses
0 Comments
0 Stars
7 Segment Display 9pnQ
10mm white common anode seven segment display... show more0 Uses
0 Comments
0 Stars
7-6 Segment Display
Welcome to your new project. Imagine what you can build here.... show more0 Uses
0 Comments
0 Stars
7-5 segment display
Welcome to your new project. Imagine what you can build here.... show more0 Uses
0 Comments
0 Stars
SEVEN SEGMENT DISPLAY
Welcome to your new project. Imagine what you can build here.... show more0 Uses
0 Comments
0 Stars
FJ Cruiser Dashboard Module
USB-C Powered 3-Axis Digital Compass Module with MAX7219 7-Segment Display (Compass-Only, Automotive Use)... show more0 Uses
0 Comments
0 Stars
Amazing Turquoise Carbonite Freezer
This project features a two-stage counter and LED blinking system utilizing key electronic components: 555 timer, CD4029, CD4511, a 7-segment display, and CD4017. In the first stage, the system executes a countdown from 3 to 7, with each number changing every 1.5 seconds to ensure precise timing. Once the countdown completes, the second stage is activated, triggering an LED to blink at 1Hz continuously for 5 seconds. This innovative design offers a seamless transition between functionalities, making it ideal for sophisticated digital electronics applications. #TwoStageCounter #LEDBlinking #555Timer #CD4029 #CD4511 #7SegmentDisplay #CD4017 #DigitalElectronics #TechInnovation #ElectronicsDesign... show more0 Uses
0 Comments
0 Stars
Solar Dashboard Compass
Solar-powered dashboard compass for an FJ Cruiser with rechargeable battery backup, retro orange three-digit 7-segment direction display, and rotary brightness/off control.... show more0 Uses
0 Comments
0 Stars
Solar Dashboard Compass
Solar-powered vehicle dashboard compass with three 7-segment direction display... show more0 Uses
0 Comments
0 Stars
Secret Crimson Hoverboard
Circuit Overview The circuit you're describing is a digital counter that uses an LDR (Light-Dependent Resistor) and a transistor to detect wheel rotations. The counter's output is then displayed on a seven-segment LED display. Here's a breakdown of the components and their roles: 1. Wheel Rotation Detection (LDR and Transistor) * LDR: The LDR acts as a sensor to detect changes in light intensity. You can mount it on the wheel' or near it, with a reflective or non-reflective surface attached to the wheel. As the wheel rotates, the LDR will be exposed to alternating light and dark conditions, causing its resistance to change. * Transistor: The transistor (e.g., a 2N2222 NPN BJT) is used as a switch or amplifier. The changing resistance of the LDR is used to control the base current of the transistor. When the LDR's resistance drops (more light), the transistor turns on, and when the resistance increases (less light), the transistor turns off. This converts the analog change in light into a digital ON/OFF signal (a pulse). 2. Counter (7490) * 7490 IC: This is a decade counter, meaning it can count from 0 to 9. The output of the transistor (the pulses) is fed into the clock input of the 7490. Each pulse represents one rotation of the wheel, and the 7490 increments its count accordingly. The 7490 has four outputs (Q0, Q1, Q2, Q3) that represent the BCD (Binary-Coded Decimal) equivalent of the count. 3. BCD to Seven-Segment Decoder (7446) * 7446 IC: The 7446 is a BCD-to-seven-segment decoder/driver. Its job is to take the 4-bit BCD output from the 7490 and convert it into a signal that can drive a seven-segment LED display. It has seven outputs (a, b, c, d, e, f, g), each corresponding to a segment of the LED display. 4. Seven-Segment LED Display * Seven-Segment Display: This display is used to show the count. The 7446's outputs are connected to the corresponding segments of the display. 5. Power Supply and Other Components * Power Supply: A regulated DC power supply (e.g., 5V) is needed to power all the ICs and components. * Resistors: Resistors are used for current limiting (e.g., for the LDR and the LED display) and biasing the transistor. * Capacitors: A capacitor might be used for debouncing the signal from the transistor to prevent multiple counts for a single rotation. Conceptual Connections Here is a step-by-step breakdown of how the components would be connected: * LDR and Transistor: * The LDR and a current-limiting resistor are connected in series across the power supply. * The junction between the LDR and the resistor is connected to the base of the NPN transistor. * The emitter of the transistor is connected to ground. * The collector of the transistor, with a pull-up resistor, becomes the output for the pulse signal. * Transistor to 7490: * The output from the transistor's collector is connected to the clock input of the 7490 IC. * The 7490's reset pins (MR and MS) should be connected to ground for normal counting operation. * 7490 to 7446: * The BCD outputs of the 7490 (Q0, Q1, Q2, Q3) are connected to the BCD inputs of the 7446 (A, B, C, D). * 7446 to Seven-Segment Display: * The outputs of the 7446 (a, b, c, d, e, f, g) are connected to the corresponding segments of the seven-segment display. * Crucially, you need to use current-limiting resistors (e.g., 330Ω) in series with each segment to protect the LEDs from high current. * The common terminal of the seven-segment display is connected to the power supply (for a common anode display) or ground (for a common cathode display). This setup creates a chain reaction: wheel rotation changes light, which changes LDR resistance, which turns the transistor on/off, generating a pulse. This pulse increments the 7490, and the 7490's output is decoded by the 7446, which then displays the count on the seven-segment LED.... show more0 Uses
0 Comments
0 Stars
Dashboard Digital Compass
USB-C powered dashboard-mounted digital compass with three retro-orange 7-segment displays, magnetic compass sensing, and a brightness/off knob for an FJ cab installation.... show more0 Uses
0 Comments
0 Stars
Solar Dashboard Compass
Solar-powered dashboard compass with LiPo storage, QMC5883L magnetometer, STM32L031 controller, and three multiplexed red 7-segment displays.... show more0 Uses
0 Comments
0 Stars
FJ Cruiser Solar Compass Display
Dashboard-mounted solar-assisted automotive compass for a Toyota FJ Cruiser using three amber 7-segment displays, an I2C magnetometer, MCU/display driver control, LiPo energy storage, and a dimmer knob with off switch.... show more0 Uses
0 Comments
0 Stars
FJ Solar Dashboard Compass
Solar-powered automotive dashboard compass with magnetometer sensing and three 7-segment direction displays.... show more0 Uses
0 Comments
0 Stars