Meet The WIDGEDUINO

diagram of the widgets for the widgeduino

Arduino has made a name for itself by being easy to use and has become an excellent tool for rapid prototyping of an idea. If one wakes up in the middle of the night in a eureka moment and hammers out a contraption – using an Arduino as the brains is about as fast and easy as it gets.

With that said, the WIDGEDUINO aims at making this process even faster and easier. Bristling with an array of meters, graphs and data entry widgets, the WIDGEDUINO is sure to be a hit with hackers, makers and engineers alike.

It’s based on the .NET framework and was designed with Visual Studio Windows Presentation Foundation. The user simply writes a sketch using the WIDGEDUINO library, and connects to a PC via serial or Ethernet to gain access to the assortment of awesome widgets.

You can find a few examples here. We hope the creators will keep us updated on the progress of this impressive project. Be sure to stick around after the break for a video demonstrating what the WIDGEUINO can do.

Continue reading “Meet The WIDGEDUINO”

Finally, Someone Has Found The Any Key

 

keyboard and any key device

“Where’s the any key?” Well, it’s right here. After running into trouble with the STM platform, [lukasz.iwaszkiewicz] went with the Texas Instrument C Series Launchpad to construct his “Any Key” HID device. He was able to make use of the TI TM4C123G LaunchPad’s extensive USB library which is laid out into four tiers – the very top tier being Device Class API. This gives the programmer the ability to implement simple devices with just a few lines of code. [lukasz.iwaszkiewicz] points out that ST does not have this option available.

The Any Key uses a host PC program that allows the user to enter keystrokes into a virtual keyboard. This information is then passed to the Any Key device. When it is pressed, it will push the recorded keystrokes back to the host PC. Simple, but effective!

The project is completely open source, and all files and code are available. Be sure to check out the video after the break demonstrating the Any Key in action.

Continue reading “Finally, Someone Has Found The Any Key”

comic of chinese room

Ask Hackaday: Program Passes Turing Test, But Is It Intelligent?

turing test program screenshot

A team based in Russia has developed a program that has passed the iconic Turing Test. The test was carried out at the Royal Society in London, and was able to convince 33 percent of the judges that it was a 13-year-old Ukrainian boy named Eugene Goostman.

The Turing Test was developed by [Alan Turing] in 1950 as an existence proof for intelligence: if a computer can fool a human operator into thinking it’s human, then by definition the computer must be intelligent. It should be noted that [Turing] did not address what intelligence was, but only tried to identify human like behavior in a machine.

Thirty years later, a philosopher by the name of [John Searle] pointed out that even a machine that could pass the Turing Test would still not be intelligent. He did this through a fascinating thought experiment called “The Chinese Room“.

Continue reading “Ask Hackaday: Program Passes Turing Test, But Is It Intelligent?”

Raspberry Pi Coin Dozer Won’t Make You Rich

Raspi in a coin dozer case

[SoggyBunz] lucked up and scored an Ultimate Raspberry Pi Bundle from Element 14. His idea was to use a Raspberry Pi to make a retro-mechanical arcade Coin Dozer game, and decided to build his first prototype inside a vacant Macintosh Plus shell.

The game is based on a Raspberry Pi running a small Python script. The Raspi operates a small servo that moves a piece of acrylic back and forth in a somewhat random fashion. The coins are inserted into slots cut into the Macintosh shell and eventually pile up. The moving acrylic lever pushes your winnings out of the machine and deposits them on whatever it’s sitting on, unlike this coin dispensing machine.

[SoggyBunz] concedes that the build is a bit rough and a servo is not the best choice of an actuator. But he aims to build a much improved version, and we can only hope he puts it on Hackaday.io and tips us in! Stick around after the break for a video of the Pi Dozer in action.

Continue reading “Raspberry Pi Coin Dozer Won’t Make You Rich”

Using State Machines In Your Projects

arduino, 16 button keypad and LCD display

 

[Tony] has developed a method of using a state machine to validate keypad inputs. His method checks the commands character by character as they are entered in by a 16 button keypad. State machines are often used to break down complex problems into sequential tasks, making code development easier. While [Tony’s] example uses the keypad, Arduino Uno, and a character LCD, the theory can be applied to numerous projects, such as this Dahlander motor switch.

As you see, state machines can be very versatile. Stick around after the break as we take a look at [Tony’s] state machine and provide a brief explanation of how it all works.  Continue reading “Using State Machines In Your Projects”

bc-22e ww2 reciever operating in a hotel

Dodgy Hotel, Beer And A WWII Era Tube Receiver

In the luxurious accommodations provided by Motel 8 and armed only with a few tools and a six pack – a pair of amateur radio enthusiasts attempted the repair of an old WWII era BC-224E receiver. They picked up the boat anchor antique receiver, which was in unknown condition, from a flea market while in town for the Dayton Hamvention, brought it back to their hotel and got to work.

The BC-224E came in two parts – the receiver and the power supply. The speaker for the system, which is actually located in the power supply, is driven by a large inductor.  Apparently when the receiver was constructed, the permanent magnets of the day were not powerful enough to drive a speaker.

Fortunately, the receiver also came with some schematics, allowing [Gregory] and his fellow radio enthusiast to reverse engineer the power supply. After a few tweaks and cap swaps, they crossed their fingers and plugged it in. Stay tuned to see what happened next.

Continue reading “Dodgy Hotel, Beer And A WWII Era Tube Receiver”

carbon nanotube being turned into aerogel sheet

Artificial Muscles Use Carbon Nanotube Sheets

Light as air, stronger than steel and more flexible than rubber. Sound like something from the next installment of the Iron Man series? [Tony Stark] would certainly take notice of this fascinating technology. Fortunately for us, it does not come from the studios of Hollywood, but instead the halls of the NanoTech Institute at the University of Texas.

Professor [Ray Baughman] and his team of scientists at the NanoTech Institute have developed a type of artificial muscle through a process of making aerogel sheets by growing carbon nanotubes in a forest like structure. Think of a vertical bamboo forest, with each bamboo stem representing a single carbon nanotube. Now imagine that the individual bamboo stems were connected together by much smaller horizontal threads. So that if you dislodge the bamboo and began to pull, the threads would pull the others, and you would get this sheet-like structure.

These aerogel sheets of carbon nantubes have some truly science fiction like properties. They can operate from 1,600 degrees centigrade to near absolute zero. If you inject a charge, each nanotube will be repulsed from one another, expanding some 220% of the sheet’s original size. Your muscles do this at roughly 20 – 40%. Stick around after the break for a video demonstration of these carbon nanotube aerogel sheets being made and demonstrated.

Thanks to [Steven] for the tip!

Continue reading “Artificial Muscles Use Carbon Nanotube Sheets”