1:56 What do you mean by "mulitplexing each layers"? In fact, I don't really understand the transistors' utility. How to know exactly which mosfet is required ?
Hey scott, thanks for the guide!! Im on my first year of school so all this is a bit advanced for me . However i started your project and it really takes a lot of time ( im a new with soldering , multiplexing and mosfets). Making sure i dont make mistakes and also learning while making this. Thanks for sharing i wish you the best!
Haha building my school project a LED CUbe based on your idea, the only thing that is other it is huge. 8x8x8 -> 512 RGB LED'S :) thanks for the detailed information!
Hi I wanna thank you "Scott" I assume: I appreciated the fact that you say explicitly which electronics principles are at stake, which what I was looking for, especially the multiplexing related topic. I'll give you some news about what I did thanks to what I learned with your videos. It's kind of a corporate secret project ;)
Dremel is a brand. The tool is called rotary tool. Every time people call rotary tools "Dremel" they promote the specific manufacturer as if it's the only manufacturer that can produce this kind of electric tool.
Hi! I have one thing in mind, which I don't understand. It is the part with the MOSFETs, the source should be connected to A1, A2 and so on, then linked through a 1K resistor to the gate? Which is Also connected to 5V of the arduino? Also where should I add the capacitors? Thanks a lot!
Thank you for a great video series! Dropping a comment to give a tip for Dremel work. In a situation like this, I like to use a drill bit to get a hole I can fit a round stone grinding bit into and actually grind away the edges until I reach a traced outline. I find the cutting wheel is far too clumsy for making a hole in something.
Hi, GreatScott, on the schematic, at 3:13, on the RED IC, is VCC connected to DCPRG? Because it does not have the ball on the connection, Thank You, And like so much your videos!!
I built the cube and everything but I'm stuck on soldering the mosfets. I followed the schematic but they don't work properly and/or i don't understand them. The orientation of your arrows in the mosfet schematic is different from the orientation on the datasheet. Also in your mosfet video, you say to use a 10k resistor.
Hey Great Scott :) I have got an idea for you: What about an Software interface via WiFi or usb to the arduino to love update the animation ? I once found a programm used to create cube animations in some kind of "klick to turn on" function that produces xml files for animations. And an arduino can read xml right ? That would be great to upload icons and symbols directly to the cube.. (for an 8x8x8 cube or something bigger. ..)
Hi, why do you use pull up resistors on the mosfets ? The voltage which runs through these resistors should be very small. Is it to stabilize the voltage on the pin and to avoid floating? Thanks.
but they can surely tell me what I need to 64pins can drive for Red and 64 in green and blue. The layer I have only 4 extends from your schematic but with the aim of RGB I have no idea how
Hi Great Scott, great video series for the LED cube! I have a couple of questions, I hope you don't mind. * What is the purpose of the two capacitors you added to this project? * What brand of proto boards are you using? thx again!
Scott i love your videos very much, the best on TH-cam.Can i please know why are capacitors used here and also can you tell me from where can i start learning electronics from intermediate level(any book you recomend)?Thanks.
also my cube doesn't work for crap! it freaks out and I have re-done the whole circuit 2x so far trying to eliminate shorts or bad connections... help!!
dude not to complain but your Arduino schematic A0-A7 is reversed... so should we follow the numbers or the location where the schematic says to connect to on the Arduino???? i.e. instead of connecting to A0-A3 should we connect to A7- A4????
Hey. I collected the cube under the scheme but when he began to fill in the code in the Arduino my issues (ledcube.ino: 4: 200: fatal error: Tlc5940.h: No such file or directory compilation terminated.) Prompt where I made a mistake. Thank you.
GreatScott! - Great Project! I have made 1 of these cubes following your videos and used all the same parts except I am using an Arduino Pro Mini 328 16Mhz 5v and I have also tried an UNO rev 3. The first code cycles through 7 colours and the second code just does the random flashing LEDs. Does the code need altering to work on anything other than a NANO ? How do I get this working right ? Thanks for sharing this Scott.
Ant Brown You can use other Arduinos with the same pinout or more pins and the code doesn't need a change. You just have to use the same pins on the other Arduino to make it work.
GreatScott! Still not working right.... I have re-checked all the pinouts and they are all the same as your schematic. I have tried 2 Arduino Pro Mini's and an UNO with the same results as I mentioned earlier, but I get nothing with an Arduino Mega 2560. I can't understand whats wrong it, but it is still a great little cube. Even better if I can learn to program it. Thanx again for such a good tutorial
Hi Grate Scott I am making circuit now almost it's done but now I confused which wire goes where from IRF9540N. Symbols are bit confusing. Please tell me where G,D and S pin need to contact. Thanks in advance
if your going to take all that time to solder the pin headers on and together a single sided pcb why didnt you just home etch a pcb with a laser printer with smd socket conectors like and IDE cable or somthing?
how do you make this without using Arduino Nano? I already bought Atmega328, and do not want to waste money on buying Nano again.. Could you please tell me how? Thanks!!
You can use the Atmega328 in a standalone circuit. Just search for "arduino standalone". Be careful to connect the correct I/Os to the MOSFETs and TLCs.
www.taydaelectronics.com/28-pin-dip-ic-socket-adaptor-solder-type.html I can highly recommend them, have placed around 6-7 orders. Price is very low, and shipping is very fast too! +great quality ofc.
i tried so much i can clear these errors please can you tell me why this is showing please i am waiting for code Arduino: 1.5.6-r2 (Windows 7), Board: "Arduino Nano, ATmega328" ledcube.ino: In function 'void loop()': ledcube:56: error: 'reset' was not declared in this scope ledcube:56: error: 'allred' was not declared in this scope ledcube:57: error: 'reset' was not declared in this scope ledcube:57: error: 'allgreen' was not declared in this scope ledcube:58: error: 'reset' was not declared in this scope ledcube:58: error: 'allblue' was not declared in this scope ledcube:59: error: 'reset' was not declared in this scope ledcube:59: error: 'allgreen' was not declared in this scope ledcube:59: error: 'allblue' was not declared in this scope ledcube:60: error: 'reset' was not declared in this scope ledcube:60: error: 'allgreen' was not declared in this scope ledcube:60: error: 'allred' was not declared in this scope ledcube:61: error: 'reset' was not declared in this scope ledcube:61: error: 'allred' was not declared in this scope ledcube:61: error: 'allblue' was not declared in this scope ledcube:62: error: 'reset' was not declared in this scope ledcube:62: error: 'allgreen' was not declared in this scope ledcube:62: error: 'allred' was not declared in this scope ledcube:62: error: 'allblue' was not declared in this scope ledcube:66: error: 'CubeUpdate' was not declared in this scope
I see your problem. Make sure that the three seperate parts of the code (ledcube, function, definition) are placed in the same folder. If you just unzip the archive and don't change anything, then it should work. I just tried it and everything works
uggggggg i love computers, i love technology, i love programming,i love cool shit and i understand all of it so well but..fucking...fucking electronics...circuitry...i feel so dumb hearing all your terminology XD "resistors, mosfets multiplexing" ect :P. despite that i still have a generally decent idea of how everything "functions", i just don't understand the circuit schematics or any of the circuit component's functions. i.e. i know a resistor "resists" but i have no context for that in my head so its a meaningless statement to me XD. either way neat video man :D
+netsurfer912 Although that's for the more higher end beginner. Not a beginning beginner. He starts going into terms beginning people have no clue about in those videos.
1:56 What do you mean by "mulitplexing each layers"? In fact, I don't really understand the transistors' utility. How to know exactly which mosfet is required ?
Hey scott, thanks for the guide!! Im on my first year of school so all this is a bit advanced for me . However i started your project and it really takes a lot of time ( im a new with soldering , multiplexing and mosfets). Making sure i dont make mistakes and also learning while making this. Thanks for sharing i wish you the best!
You mean school or high school or college?
Haha building my school project a LED CUbe based on your idea, the only thing that is other it is huge.
8x8x8 -> 512 RGB LED'S :)
thanks for the detailed information!
Hi I wanna thank you "Scott" I assume: I appreciated the fact that you say explicitly which electronics principles are at stake, which what I was looking for, especially the multiplexing related topic. I'll give you some news about what I did thanks to what I learned with your videos. It's kind of a corporate secret project ;)
immer diese Heißklebe-Mafia :)
great video! Thanks for posting it. I'm looking forward to the next video!
just a tip on the dremall l tool
before you cut. measure and find the area you want.
than drill a hole(varied size) in each corner.
Dremel is a brand. The tool is called rotary tool. Every time people call rotary tools "Dremel" they promote the specific manufacturer as if it's the only manufacturer that can produce this kind of electric tool.
Mandragoras said liek when people call a circular saw a skill saw
+zack lariviere Skihl*
Or a band-aid a...um.. band-aid!
Hi!
I have one thing in mind, which I don't understand. It is the part with the MOSFETs, the source should be connected to A1, A2 and so on, then linked through a 1K resistor to the gate? Which is Also connected to 5V of the arduino? Also where should I add the capacitors? Thanks a lot!
Thank you for a great video series! Dropping a comment to give a tip for Dremel work. In a situation like this, I like to use a drill bit to get a hole I can fit a round stone grinding bit into and actually grind away the edges until I reach a traced outline. I find the cutting wheel is far too clumsy for making a hole in something.
Thanks! I will give it a try next time
Hi great video series for the LED cube
Hi, GreatScott, on the schematic, at 3:13, on the RED IC, is VCC connected to DCPRG? Because it does not have the ball on the connection, Thank You, And like so much your videos!!
pretty cool effect :)
I built the cube and everything but I'm stuck on soldering the mosfets. I followed the schematic but they don't work properly and/or i don't understand them. The orientation of your arrows in the mosfet schematic is different from the orientation on the datasheet. Also in your mosfet video, you say to use a 10k resistor.
Hey Great Scott :)
I have got an idea for you:
What about an Software interface via WiFi or usb to the arduino to love update the animation ?
I once found a programm used to create cube animations in some kind of "klick to turn on" function that produces xml files for animations. And an arduino can read xml right ? That would be great to upload icons and symbols directly to the cube.. (for an 8x8x8 cube or something bigger. ..)
Hi,
why do you use pull up resistors on the mosfets ? The voltage which runs through these resistors should be very small. Is it to stabilize the voltage on the pin and to avoid floating? Thanks.
+James Harold Avoid floating is correct.
GreatScott! Can you a wiring diagram for an RGB LED cube with 8x8x8 and perhaps a bill making what parts I need then.
Sorry, I don't have the time to do that.
but they can surely tell me what I need to 64pins can drive for Red and 64 in green and blue. The layer I have only 4 extends from your schematic but with the aim of RGB I have no idea how
Hi Great Scott, great video series for the LED cube! I have a couple of questions, I hope you don't mind.
* What is the purpose of the two capacitors you added to this project?
* What brand of proto boards are you using?
thx again!
Scott i love your videos very much, the best on TH-cam.Can i please know why are capacitors used here and also can you tell me from where can i start learning electronics from intermediate level(any book you recomend)?Thanks.
also my cube doesn't work for crap! it freaks out and I have re-done the whole circuit 2x so far trying to eliminate shorts or bad connections... help!!
WAHT is a TLC and how I cqj Handel it???
were did you get the wire that you used for the vertical conections from?
Since it can only create 16 channel which ic I need to use for controlling a 8*8*8 Cube ?
+GreatScott Instead of 2k resistors, can you use 2.2k?
Some of these electronic parts are not available in my country
dude not to complain but your Arduino schematic A0-A7 is reversed... so should we follow the numbers or the location where the schematic says to connect to on the Arduino???? i.e. instead of connecting to A0-A3 should we connect to A7- A4????
Hey. I collected the cube under the scheme but when he began to fill in the code in the Arduino my issues (ledcube.ino: 4: 200: fatal error: Tlc5940.h: No such file or directory
compilation terminated.) Prompt where I made a mistake. Thank you.
a tutorial about 7 segmant arduino clock??
100 micro farad
100 nano farad
both capasitor is of how much volt
Bharat Chaudhari 18 volt rated would sufice
I already check but it's not helpful still confuse. Please tell me why you connect G and S pin to 5v and
You are the best :)
GreatScott! - Great Project!
I have made 1 of these cubes following your videos and used all the same parts except I am using an Arduino Pro Mini 328 16Mhz 5v and I have also tried an UNO rev 3.
The first code cycles through 7 colours and the second code just does the random flashing LEDs.
Does the code need altering to work on anything other than a NANO ?
How do I get this working right ?
Thanks for sharing this Scott.
Ant Brown You can use other Arduinos with the same pinout or more pins and the code doesn't need a change. You just have to use the same pins on the other Arduino to make it work.
GreatScott! Still not working right....
I have re-checked all the pinouts and they are all the same as your schematic. I have tried 2 Arduino Pro Mini's and an UNO with the same results as I mentioned earlier, but I get nothing with an Arduino Mega 2560.
I can't understand whats wrong it, but it is still a great little cube. Even better if I can learn to program it.
Thanx again for such a good tutorial
Hi Grate Scott I am making circuit now almost it's done but now I confused which wire goes where from IRF9540N. Symbols are bit confusing. Please tell me where G,D and S pin need to contact. Thanks in advance
Check the datasheet and compare it to the schematic
Hey man your schematic is Reversed! The mosfet symbol is mirrored and A0-A7 are TOTALLY reversed!!! please update asap!!
what do u believe is the overall cost for the circuitry and electronics?
Sean B 30$
Can I use this electronic also for a 5x5x5 rgb led cube?
+stien gilis If you expand it, yes.
+GreatScott! What do you mean by expand?
Hello, im trying to build the LED Cube as a project but i would appreciate it if you could give me the list of components that you use.
I made an instructable about this project. There is also a part list. www.instructables.com/id/Build-your-own-4x4x4-RGB-LED-Cube/
Thank you so much!
if your going to take all that time to solder the pin headers on and together a single sided pcb why didnt you just home etch a pcb with a laser printer with smd socket conectors like and IDE cable or somthing?
I love your humer
Yeeeeah, I think I'm looking at things a bit too advanced for me :(
how do you make this without using Arduino Nano? I already bought Atmega328, and do not want to waste money on buying Nano again.. Could you please tell me how? Thanks!!
You can use the Atmega328 in a standalone circuit. Just search for "arduino standalone". Be careful to connect the correct I/Os to the MOSFETs and TLCs.
sorry for this long comment, but even when I use the BasicUse code that is given I ge Terrors too so ithink that it is the IDEs fault
cooper ^^
could you do an 8×8×8 rgb led cube
Where did you buy the PCB board?
Dae Hee Kim www.ebay.com/itm/10Pcs-9-x-15-cm-DIY-Prototype-Paper-PCB-Universal-Board-New-/130719939331?pt=LH_DefaultDomain_0&hash=item1e6f83fb03
So where can I buy the 28 pin IC sockets?
www.taydaelectronics.com/28-pin-dip-ic-socket-adaptor-solder-type.html
I can highly recommend them, have placed around 6-7 orders.
Price is very low, and shipping is very fast too! +great quality ofc.
And oh, if you only need a single thing. and don't want to buy for the min amount of 5 USD, they have an ebay store aswell.
but what do i need these capacitors for?
WHat is the music in this video
schade das der Code "tlc5940" nicht mehr online ist :/
is this code work with arduino uno rev3
Yes
0:32
Haha i took my dremel:D
But you don't have a dremel:D
This is a proxxon which i also have!^^
So i think you are german right?;)
Scavengerx3 Correct !
Please make the pcb layout
you say zentimeters a lot but it is sentimeters (like in baSe)
LOL was is das für n werkzeug zum abisolieren?
Can someone tell me where i can get animation codes for this cube.
Code is on instructables. Link is in the description.
sorry but the code is showing errors please can you check once
Grandeeeee
The Most important thing in my never used (also useless) brain is can 5v feed the stomach of audrino along with a high no. of LEDs
Is there anyone who has created a layot for the PCB? I am a newbie and need a little help :)
The code doesn´t work with the arduino software1.8.4 or I´m to stupid to get it running. If the Version of my ide is the problem then please tell me the right version. I build this cube and it would bbe really great if the code would work. when I try it it spits out this error message:Arduino: 1.8.4 (Windows 7), Board: "Arduino Nano, ATmega328P"C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\Admin\Documents\Arduino\libraries -fqbn=arduino:avr:nano:cpu=atmega328 -ide-version=10804 -build-path C:\Users\Admin\AppData\Local\Temp\arduino_build_484267 -warnings=none -build-cache C:\Users\Admin\AppData\Local\Temp\arduino_cache_340018 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -verbose C:\Users\Admin\Downloads\Led cube code\RGB LED Cube Code v2 GreatScott!\ledcube\ledcube.ino
C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\Admin\Documents\Arduino\libraries -fqbn=arduino:avr:nano:cpu=atmega328 -ide-version=10804 -build-path C:\Users\Admin\AppData\Local\Temp\arduino_build_484267 -warnings=none -build-cache C:\Users\Admin\AppData\Local\Temp\arduino_cache_340018 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -verbose C:\Users\Admin\Downloads\Led cube code\RGB LED Cube Code v2 GreatScott!\ledcube\ledcube.ino
Using board 'nano' from platform in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr
Using core 'arduino' from platform in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr
Detecting libraries used...
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10804 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "C:\Users\Admin\AppData\Local\Temp\arduino_build_484267\sketch\ledcube.ino.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10804 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "-IC:\Users\Admin\Documents\Arduino\libraries\SparkFun_TLC5940_Arduino_Library-master\src" "C:\Users\Admin\AppData\Local\Temp\arduino_build_484267\sketch\ledcube.ino.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10804 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "-IC:\Users\Admin\Documents\Arduino\libraries\SparkFun_TLC5940_Arduino_Library-master\src" "-IC:\Users\Admin\Documents\Arduino\libraries\digitalIOPerformance-master" "C:\Users\Admin\AppData\Local\Temp\arduino_build_484267\sketch\ledcube.ino.cpp" -o "nul"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10804 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs" "-IC:\Users\Admin\Documents\Arduino\libraries\SparkFun_TLC5940_Arduino_Library-master\src" "-IC:\Users\Admin\Documents\Arduino\libraries\digitalIOPerformance-master" "C:\Users\Admin\AppData\Local\Temp\arduino_build_484267\sketch\ledcube.ino.cpp" -o "C:\Users\Admin\AppData\Local\Temp\arduino_build_484267\preproc\ctags_target_for_gcc_minus_e.cpp"
C:\Users\Admin\Downloads\Led cube code\RGB LED Cube Code v2 GreatScott!\ledcube\ledcube.ino:16:200: fatal error: Tlc5940.h: No such file or directory #include "Tlc5940.h" // don't forget to download the Tlc5940 lib from arduino playground and place it in you lib folder ( tlc5940arduino.googlecode.com/files/Tlc5940_r014_2.zip ) ^compilation terminated.Bibliothek SparkFun_TLC5940_Arduino_Library-master in Version 1.1.0 im Ordner: C:\Users\Admin\Documents\Arduino\libraries\SparkFun_TLC5940_Arduino_Library-master wird verwendet
Bibliothek digitalIOPerformance-master im Ordner: C:\Users\Admin\Documents\Arduino\libraries\digitalIOPerformance-master (legacy) wird verwendet
exit status 1
Fehler beim Kompilieren für das Board Arduino Nano.
what is cooper ?
I cant get it in the store , they dont know what kind of wire is that
DaNiJeL Dan he is talking abt tinned copper wire
i tried so much i can clear these errors please can you tell me why this is showing please i am waiting for code
Arduino: 1.5.6-r2 (Windows 7), Board: "Arduino Nano, ATmega328"
ledcube.ino: In function 'void loop()':
ledcube:56: error: 'reset' was not declared in this scope
ledcube:56: error: 'allred' was not declared in this scope
ledcube:57: error: 'reset' was not declared in this scope
ledcube:57: error: 'allgreen' was not declared in this scope
ledcube:58: error: 'reset' was not declared in this scope
ledcube:58: error: 'allblue' was not declared in this scope
ledcube:59: error: 'reset' was not declared in this scope
ledcube:59: error: 'allgreen' was not declared in this scope
ledcube:59: error: 'allblue' was not declared in this scope
ledcube:60: error: 'reset' was not declared in this scope
ledcube:60: error: 'allgreen' was not declared in this scope
ledcube:60: error: 'allred' was not declared in this scope
ledcube:61: error: 'reset' was not declared in this scope
ledcube:61: error: 'allred' was not declared in this scope
ledcube:61: error: 'allblue' was not declared in this scope
ledcube:62: error: 'reset' was not declared in this scope
ledcube:62: error: 'allgreen' was not declared in this scope
ledcube:62: error: 'allred' was not declared in this scope
ledcube:62: error: 'allblue' was not declared in this scope
ledcube:66: error: 'CubeUpdate' was not declared in this scope
I see your problem. Make sure that the three seperate parts of the code (ledcube, function, definition) are placed in the same folder. If you just unzip the archive and don't change anything, then it should work. I just tried it and everything works
Can you send me the Gerber file of part 2 the electronics of led cube because I am not good in circuit making
Hey Great Scott can you send me the Ferber file of part 2 the electronics please as I am not good at circuit
Hut glooooo 😅😅😅 sorry man not making fun of you but I like the accent
The TLC 5940 is damn expensive 😕
I just got 20 for a buck a piece from ebay. Wish I knew about these before I started my last project.
"Zilver cooper wire"
no hablo electrónico
nach unzähligen videos die ich gesehen habe: bitte hör auf "kuper" zu sagen. es spricht sich "kopper" ;)
Kia aap mujy is k circut ki video send kr skty ha k ya kis trha bnta ha?
uggggggg i love computers, i love technology, i love programming,i love cool shit and i understand all of it so well but..fucking...fucking electronics...circuitry...i feel so dumb hearing all your terminology XD "resistors, mosfets multiplexing" ect :P. despite that i still have a generally decent idea of how everything "functions", i just don't understand the circuit schematics or any of the circuit component's functions. i.e. i know a resistor "resists" but i have no context for that in my head so its a meaningless statement to me XD. either way neat video man :D
He has an electronics basics series ;)
+netsurfer912 Although that's for the more higher end beginner. Not a beginning beginner. He starts going into terms beginning people have no clue about in those videos.
WAHT is a TLC and how I cqj Handel it???