EL Wire: Make It, Connect It, Power It

[Jeri’s] back with a series of videos that outlines the step-by-step electroluminescent wire manufacturing, making EL panels from PCBs, and assembling power supplies for EL hardware. These concepts are actually quite approachable, something we don’t expect from someone who makes their own integrated circuits at home.

The concept here is that an alternating current traveling through phosphors will excite them and produce light. You need two conductors separated by a dielectric to get the job done. For wire, [Jeri] uses one strand of enameled magnet wire and one strand of bare wire. The enamel insulates them, protecting against a short circuit.

But that’s not all, she also tests using a circuit board as an EL panel. By repurposing the ground plane as one of the conductors, and using the solder mask as the dielectric she is able to paint on a phosphor product resulting in the glowing panel.

Finally, you’ve got to get juice to the circuit and that’s where her power supply video comes into the picture. We’ve embedded all three after the break. It’s possible that this is cooler than blinking LEDs and it’s fairly inexpensive to get started. The circuitry is forgiving, as long as you don’t zap yourself with that alternating current.

Continue reading “EL Wire: Make It, Connect It, Power It”

Electric Scooter Sings As It Travels

[youtube=http://www.youtube.com/watch?v=MaQuRnZYKPc]

This scooter has been fitted with a three-phase induction motor. It reminds us of the sound effects from vehicles in the Jetsons. Right now they’re using lead-acid batteries and get about 15 miles of range from one charge. Once they switch over to lithium polymer they calculate the range will be closer to 45 miles due to the reduced weight and increased capacity. Not bad for $600 in parts, and we’d bet it’s both faster and more stable than the one-wheeled-wonder we saw last week.

In-dash Motorcycle Display

[Muth] added an auxiliary display to his motorcycle instrument panel. He started out prototyping with a PIC 16F877A which he used to access information through the ECM diagnostic connection. Once he had that working he found this tiny display which fits perfectly between the speedometer and tachometer. There’s a short demo after the break where you can see a past-30-minute history of the Adaptive Fuel Value and the engine temperature as well as a secondary information screen.

This is another nice addition to our collection of vehicle displays, scooter controllers, gear indicators, and motorcycle computers.

Continue reading “In-dash Motorcycle Display”

Adventures In Consumer Electronics Control (CEC)

[Valkyrie-MT] was frustrated by the inability to control TrueHD audio volume from his computer. That’s because digital audio passes through the cable to the receiver where the volume adjustments are done. This meant that his RF computer remote was no good because the receiver uses an IR remote. He set out to find a way to get around this and ended up working with the Consumer Electronics Control (CEC) protocol.

The CEC protocol is a 1-wire serial bus built into the HDMI standard. The solution he settled up required one solder connection on the motherboard as well as the internal USB translator module seen above. That translator box, called the RainShadow, is a PIC 18F87J50 controlled board that translates incoming commands from the USB connection and sends them out as CEC hex codes. A bit of code writing and [Valkyrie-MT] is in business. You can see in the video after the break that it’s not just controlling audio, he can now control the entire entertainment center including turning on the TV and setting it to the appropriate input.

Continue reading “Adventures In Consumer Electronics Control (CEC)”

Digital View-Master

Who could forget the stereoscopic goodness of a View-Master? [Tuttle] put a modern flair on the classic optical device by adding two 1.5″ LCD screens. The screens replace the film disk of the original, showing slightly different images to produce a 3D effect. No word on a camera rig used to take the original images, but for our money this a great way to make something out of those useless key chain picture frames.

PET-Gaming Computer Module

This 64×48 full color LED display goes much further than we expected at first glance. The display is actually a computer with a Zilog eZ80F91 core utilizing an FPGA for the hardware interface. Some nifty applications currently built include mostly games, but there is also visualizations, network file systems, video streaming, and even a MIDI synth.

It originally looked to be more of a console, with controllers, game pads, and cartridges, but the latter ended up not working out. What else would you do with a giant LED display?

Top 5 Integrated Development Environments

So, you want to do some programming but don’t have the budget of a major corporation? This is just the thing for you because all of these development environments are free of charge! Many Integrated Development Environments are marketed towards companies who have money to pay for such expensive environments. Here are the Top 5 Integrated Development Environments that are most widely used and recognized. Some will be used when programming past and future tutorials. The following are listed in no particular order and all make an excellent development environment.

There are alot more IDE’s out there that were not mentioned but should have been.  We have posed the question at Hack A Day Answers “What are your Top 5 IDE’s?” Give us some feedback and we will be back with a revised list from the comments you give us!

Continue reading “Top 5 Integrated Development Environments”