Close

9824 Results for "↘ 최저가 Ò1Ò〈⑻⑷89〉83Ò⑥ ↗퍼블릭술집┍강남퍼블릭shoulderな퍼블릭룸퍼블릭룸퍼블릭술집ultimate 퍼블릭룸テ퍼블릭술집◇q셔츠룸퍼블릭gray"

  • From XOR to MUX

  • You might remember my musings with the XOR gate with interlocked NPN transistors discussed at Bipolar XOR gate with only 2 transistors But thinking about how XOR is done with pass transistors in CMOS and the structure often creates a MUX, I wondered...
  • Pt.1 Sensor Design and Prototyping

  • Full video on this subject (this is literally the script): https://www.youtube.com/watch?v=Psy6lRcdGtk Introduction Old houses, like my parents’ home, comes wired with simple electromechanical doorbells. They’re a simple electromagnet with a metal...
  • FLED

  • So we had an idle Friday afternoon here at SupplyFrame HQ and our evil overlord Alek asked us to build something cool for the office.With the restriction of only having a day to build we didn't have many choices in what we could source components for,...
  • Adding the electronics

  • To drive this system we decided to use a Raspberry Pi and Arduino Micro combination.The Raspberry Pi runs a stack of Nginx, Memcached and NodeJS which then feeds desired LED colors to the Arduino Micro which streams them out over the WS2811 protocol...
  • Software stack

  • The display is looking great, but we really need to make this into more than just a pretty rainbow colored matrix.To do this we decided we wanted to be able to open up the control of the lights to all our developers, and we want to be able to feed data...
  • Oh No! *Pop*

  • So just after presidents day we came back into the office and found that the FLED was dead! Turned it on and nothing happened. After eliminating the ATX PSU from the equation it became clear we would need to pull the display down and open it up to find...
  • A new start....

  • So the LEDs have died again. Typical really, we fixed them up just two days ago replacing another blown unit, but it once again died. These really have been the worst LEDs I have ever encountered, bright and cheap, but completely unreliable.Therefore...
  • 1728 leds is a lot more data than you think

  • In the original FLED implementation we had a Raspberry Pi inside the case. This Pi ran a NodeJS application that executed the animation code written in JavaScript and provided a web interface for users to create animations within. This all worked fairly...
  • It's alive!

  • Finally, after much fiddling around, the upgrade to FLED is operational.We're now running a grand total of 1768 LEDs, in a 52x34 configuration. The setup is a Beaglebone Black connected to an RGB-123 48 output cape. The cape level shifts the Beaglebone...
  • Animations!

  • So after you have a working LED matrix, you can't stop there. Otherwise you just have a big display running strandtest and that frankly just sucks.We built a Javascript animation engine that we use to drive the display, this runs NodeJS which allows...
  • Power And Reset Circuits

  • Since we're using an ATX power supply for this computer, there is a little magic that needs to happen before it becomes a proper power supply. Besides the usual orange, red, yellow and black wires attached to a 20-pin connector, there are also a few...
  • BLINKENLIGHTS

  • This is something I've written about in a front page Hackaday post, but I think it's time to go over a little more of the theory of what I'm doing here. First, a video:This is called freerunning the processor. Basically, it executes one instruction,...