Code Monkey home page Code Monkey logo

led_cube's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

led_cube's Issues

Double up on PN2222A?

Why are these transistors in parallel? It would be more efficient and less wiring to use a higher current single transistor. A single TO-220 case 3 Amp BD241C from STMicroelectronics would work fine.

Installation Regards

Which Type Of Switch Is Using?
How to install Arduino Code In Arduino Uno R3?

Yoga

Cara donwload programnya gimana???

LED Schematic

IC's U6,U7,U8,U9 are alsio connected to Anodes rows 1,2,3,4. I take it they should be connected to Anodes rows 5,6,7,8

circuit

Where is the circuit diagram??
I could not find it

Errors in board

Hi, I detected a lot of bad connections in the eagle schematic, for example T7 base is not connected to T8 base:
Captura de Pantalla 2019-09-15 a la(s) 22 57 53
Captura de Pantalla 2019-09-15 a la(s) 22 58 19
And in the shift registers, for example, pin 10 needs 5V, but is not connected:
Captura de Pantalla 2019-09-15 a la(s) 23 01 15
Captura de Pantalla 2019-09-15 a la(s) 23 01 30

The complete list of erros:

  • T7 base not connected to T8
  • T11 collector is not connected to LSP6
  • IC 4,3,2 pin 10 not connected to 5V

Peli

Aq gak mudeng ki.... piye???

Switch led

In this example, we will write code for a switch that will turn on an LED.

To do this, we will need to include the LED library and create a function to turn on the LED.

The code for this example is as follows:

#include <LED.h>

void turnOnLED(int ledPin)

{

// set the LED pin as an output

LED.setPin(ledPin, OUTPUT);

}

To turn on the LED, we first need to set the LED pin as an output. Next, we call the turnOnLED function, passing in the LED pin as the parameter.

Regarding 8x8x8 led cube programming

I had gone through a program which are uploaded on link below :https://github.com/VectStudio/LED_CUBE?files=1
But when I simulate these code in proteus their is not effect shown on LED cube. Then I work on code and found that the first effect is Rain() but the value for the cube matrix is all time zero. Please provide a actual or working code of 8x8x8 led cube. And also let me known if I something misunderstand the uploaded code.

easyeda

Please give a link to the project in easyeda.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.