The Lichtspiel: Not A Simple Child’s Toy.

For his niece’s second birthday, [Stefan] wondered what a toddler would enjoy the most? As it turns out, a box packed with lights, dials and other gadgets to engage and entertain.

For little Alma’s enjoyment, three potentionmeters control a central LED, a row of buttons toggle a paired row of more lights, a rotary encoder to scroll the light pattern of said row left and right, and some sockets to plug a cable into for further lighting effects. Quite a lot to handle, so [Stefan] whipped up a prototype using an Arduino — although he went with an ATmega 328 for the final project — building each part of the project on separate boards and connected with ribbon cables to make any future modifications easier.

[Stefan] attempted to integrate a battery — keeping the Lichtspiel untethered for ease of use — and including a standby feature to preserve battery life. A power bank seemed like a good option to meet the LED’s needed 5V, but whenever the Lichtspiel switched to standby, the power bank would shut off entirely — necessitating the removal of the front plate to disconnect and reconnect the battery every time. The simpler solution was to scrap the idea entirely and use the charging port as a power port instead — much to the delight of his niece who apparently loves plugging it in.

Continue reading “The Lichtspiel: Not A Simple Child’s Toy.”

A Jukebox For The 21st-Century Kit Blends Raspberry Pi, Sonos, QR Codes

When [Chris Campbell]’s children wanted to play an album in the background over dinner, switching the outputs on his family’s Sonos sound system was perhaps too involved for their budding mastery of technology. This got him thinking about using kid-friendly inputs so they could explore his music collection. Blending QR codes, some LEGO, and a bit of arts and crafts, a kid-friendly QR code reader media controller comes out!

Working with a Raspberry Pi 3 Model B and a cheap camera, [Campbell] whipped up some code to handle producing and reading the QR codes — though he’s running the media server on another computer to maintain fast response times. Once [Campbell] had his QR codes, he printed them out and got his kids involved in cutting and gluing the double-sided cards. Additional cards access different functions — starting a playlist queue, switching output channels, and full album playback, among others. Cue spontaneous dance-parties!

Continue reading “A Jukebox For The 21st-Century Kit Blends Raspberry Pi, Sonos, QR Codes”

Usborne Release More 1980s Computer Books

Children of the 1980s who had an interest in technology were lucky indeed. As well as the first generations of home computers at their disposal they had the expectation to program them, something which the generation that followed had lost.

Traditional children’s publishers enthusiastically embraced the home computer boom, and probably for the only time in history there were books aimed at children covering subjects like machine code, or interfacing to microprocessors.

Kid's books were better when we were young! Usborne(Fair use)
Kid’s books were better when we were young! Usborne(Fair use)

If you are British, the most memorable of these books came from Usborne Publishing. Their format of colourful cartoons and easy to digest layout have made them something of a cult object among the now-grown-up generation who first received them, and Usborne themselves have cleverly exploited their heritage to promote their current offerings by releasing some of them as PDFs. And now, to promote their latest title, “Coding For Beginners Using Python”, they’ve released five more (scroll down to see). Titles are “Practice Your BASIC”, “Better BASIC”, “Computer Controlled Robots”, “Experiments With Your Computer”, and “Keyboards & Computer Music”, which join the fifteen they’ve already released.

Obviously they are heavily based around the microcomputers of the 1980s, but of course for most Hackaday readers that will be their chief attraction. Either way they’re an interesting read, and should you happen to have a few old micros lying around then maybe you could have a go at some of the projects.

If the BASIC listings are a little foreign to you, might we suggest some places to find BASIC information.

Why Buy Your Children A Game Console When You Can Build Them One?

[buildxyz] had no opposition to his kids playing video games, but wanted something that offered a bit more parental control, a larger game selection, and was maybe a little more contained than a modern game console.

So, in his multi-part build log, he goes through all the steps of making a Raspberry Pi into a kid friendly wall-mounted game console. The frame is made from Baltic Birch plywood, and the edges look cool when stained. The display is an old HP monitor, and the speakers are simple beige bricks from the thrift store. The controllers hook into a USB hub on the front. It’s not a complicated build, but it’s very well done.

The coolest feature, from the parent’s point of view, is the combination lock on the front. A rotary encoder surrounded by NeoPixels provides the input and feedback. Depending on the code [buildxyz] inputs his children can receive different periods of dopamine hits, and if he enters a special code for occasions like birthdays, unlimited play time becomes available.

We hope he’s prepared to have the only four year olds who can crack safes on the block. The build looks awesome, and there’s not really a commercial product out there to match it. Watch the video.

Continue reading “Why Buy Your Children A Game Console When You Can Build Them One?”

“Bricking” Microcontrollers In LEGO Motivates Young Programmers

Back when he was about seven years old, [Ytai] learned to program on an Atari 800XL. Now he has a seven-year-old of his own and wants to spark his interest in programming, so he created these programmable LEGO bricks with tiny embedded microcontrollers. This is probably one of the few times that “bricking” a microcontroller is a good thing!

IMG_20150519_144818The core of the project is the Espruino Pico microcontroller which has the interesting feature of running a Java stack in a very tiny package. The Blocky IDE is very simple as well, and doesn’t bog users down in syntax (which can be discouraging to new programmers, especially when they’re not even a decade old). The bricks that [Ytai] made include a servo motor with bricks on the body and the arm, some LEDs integrated into Technic bricks, and a few pushbutton bricks.

We always like seeing projects that are geared at getting kids interested in creating, programming, and hacking, and this certainly does that! [Ytai] has plans for a few more LEGO-based projects to help keep his kid interested in programming as well, and we look forward to seeing those! If you’re looking for other ways to spark the curiosity of the youths, be sure to check out the Microbot, or if you know some teens that need some direction, perhaps these battlebots are more your style.

Colorful Clock

A Colorful Clock For Toddlers

[Don] and his wife were looking for a way to teach their two-year old daughter how to tell time. She understood the difference between day and night, but she wasn’t old enough to really comprehend telling the actual time. [Don’s] solution was to simplify the problem by breaking time down into colored chunks representing different tasks or activities. For example, if the clock is yellow that might indicate that it’s time to play. If it’s purple, then it’s time to clean up your room.

[Don] started with a small, battery operated $10 clock from a local retailer. The simple clock had a digital readout with some spare room inside the case for extra components. It was also heavy enough to stay put on the counter or on a shelf. Don opened up the clock and got to work with his Dremel to free up some extra space. He then added a ShiftBrite module as a back light. The ShiftBrite is a high-brightness LED module that is controllable via Serial. This allows [Don] to set the back light to any color he wants.

[Don] already had a Raspberry Pi running his DIY baby monitor, so he opted to just hijack the same device to control the ShiftBrite. [Don] started out using a Hive13 GitHub repo to control the LED, but he found that it wasn’t suitable for this project. He ended up forking the project and altering it. His alterations allow him to set specific colors and then exit the program by typing a single command into the command line.

The color of the ShiftBrite is changed according to a schedule defined in the system’s crontab. [Don] installed Minicron, which provides a nice web interface to make it more pleasant to alter the cron job’s on the system. Now [Don] can easily adjust his daughter’s schedule via web page as needed.

 

Tesla Truck

Tesla Truck Wants To Bring The Makerspace To The Children

With so many budget cuts, many public schools find themselves having to cut “unnecessary” programs such as shop, art, and music classes. They simply can’t afford to keep those things running and also teach other important concepts like math, language, and history. The obvious side effect is that kids don’t have a safe place to be creative and learn to make things with their hands.

Luckily, the maker movement has been rapidly growing over the last few years with makerspaces popping up all over the globe. These places are picking up the slack left behind by the budget cuts that hurt our public schools. But while makerspaces are getting more and more common, they still don’t exist everywhere. Even in those places lucky enough to have a makerspace, not everyone is aware that they exist and not everyone can afford to be a full-time member. This is where Tesla Truck comes in.

The Tesla Truck’s mission statement is “to provide a cutting-edge, mobile, hands-on STEM lab, where students, teachers, and makers can teach, learn, collaborate, create, and innovate.” It’s a noble cause for sure, but how do they plan to do this? This group intends to outfit a truck with the kinds of tools every maker dreams of. These would include a 3D printer, laser cutter, CNC plasma cutter, mill and lathe, electronics bench, and more.

Obviously just having a bunch of high-end tools is not going to cut it. Someone is going to have to teach people how to properly use these tools. The group behind the Tesla Truck is made up of educators, engineers, and published researches who have been doing this kind of thing for a while now. This group has been packing up their own personal tools into their hatchbacks and setting up shop in school classrooms around New York City, only to have to break down at the end of the day and bring them all home again. Together with the students, this group has built things like robots, quadcopters, and water purifiers. The Tesla Truck will give them the ability to reach more people much more easily.

The Tesla Truck is looking to raise a total of $62,804.01 to make their dream a reality. They have raised more than half of that outside of crowd funding. They’ve now turned to Indiegogo to raise the last $24,300. They have ten days left and they are almost halfway to their goal. You can watch their campaign video below to get a better feel for what they are all about. Continue reading “Tesla Truck Wants To Bring The Makerspace To The Children”