The ChalkJET: An Ink Jet Printer For The Streets

Need to do some guerrilla street advertising? What you need is the ChalkJET 9000, an ink jet printer on wheels.

Using two Arduino Duemilanoves for the brains, this little cart features eight cans of spray chalk which can be individually actuated. Small solenoids pull down on levers in order to spray the cans. Encoders on the wheels of the cart keep track of the spacing in between each pixel as the cart gets dragged along.

A small LCD mounted on the handle allows you to select which text you would like to print, but it doesn’t look like manual entry of new words is possible — You’ll need to load up a library while connected to a computer before hitting the streets!

Continue reading “The ChalkJET: An Ink Jet Printer For The Streets”

Google[x]’s Project Wing

wing

Autonomous delivery is the way of the future. Soon, flocks of flying hover crafts will glide through the air like acrobatic birds of flight bringing home items to those who need them. Whether those objects be food, or electronics, or clothes, pretty much anything under the weight limit of these devices can be sent to people anywhere nearby.

Now, Google has stepped into the ring saying that they are interested in delivering products to individuals in the next few years through an innovation they are calling Project Wing. It aspires to reduce the friction of moving things around. Google released a video introducing the idea which shows a man calling up a service asking for some food for his dog. Instantly, a small delivery vehicle took off from the ground and flew to the intended destination dropping off a package containing delicious doggy treats.

Google clearly states in the video that this type of system is still years away from a readily available consumer product, but it is the first prototype that the company wants to stand behind. Google has marketed the design pretty well so far, and the musical use of [Norman Greenbaum]’s classic 1969 rock song ‘Spirit in the Sky’ was an obvious, yet totally awesome addition to the video. We are curious how services similar to this will affect postal delivery jobs in the future, and also what the legal ramifications will be, but all that information will surely be discussed very soon. In the meantime though, Google has released an interest form that will take the names and emails of those who would like to partner with them in an effort to bring autonomous product delivery to the world.

Continue reading “Google[x]’s Project Wing”

THP Semifinalist: Level, The Ultrawideband Radio Module

LEVEL

When you start looking into the Internet of Things, the first thing you realize is that despite there being grand ideas for Internet connected everything, nobody knows how these things will actually connect to the Internet. There are hundreds of different radio protocols being pushed, and dozens of networking schemes currently in development. The solution to this is a radio module that can do them all, talking to all these modules and serving them up to the Internet. This is the idea of [Hunter Scott]’s Level, a radio module with a frequency range of 30 MHz to 4.4 GHz. That’ll cover just about everything, including some interesting applications in the TV whitespace.

[Hunter]’s module is based around TI’s CC430, basically an MSP430 microcontroller and a CC1101 transceiver smooshed together into a single piece of silicon. There’s bit of filtering that makes this usable in the now sorta-empty TV whitespace spectrum, something that a lot of IoT and wireless networking protocols are looking at.

If the form factor of the device looks familiar, that’s because it is; the board itself is Arduino compatible, but not with Arduinos themselves; it will accept shields, though, meaning building a bridge to Ethernet or WiFi to whatever radios this board is talking to is really just a change in firmware.

This board is excellent for experimenting with different radio modules, yes, but it’s also great for experimenting with different radio protocols. [Hunter] has been looking around at different mesh networking protocols.

You can check out [Hunter]’s two minute video overview, along with a more detailed overview of the schematic below.


SpaceWrencherThe project featured in this post is a semifinalist in The Hackaday Prize.

Continue reading “THP Semifinalist: Level, The Ultrawideband Radio Module”

Thumbnail that say The Hacklet

Hacklet #13 – Chopper Royalty

13

This week’s Hacklet focuses on two wheeled thunder! By that we mean some of the motorcycle and scooter projects on Hackaday.io.

hondaskyWe’re going to ease into this Hacklet with [greg duck’s] Honda Sky Restoration. Greg is giving a neglected 15-year-old scooter some love, with hopes of bringing it back to its former glory. The scooter has a pair of stuck brakes, a hole rusted into its frame, a stuck clutch, and a deceased battery, among other issues. [Greg] already stripped the body panels off and got the rear brake freed up. There is still quite a bit of work to do, so we’re sure [Greg] will be burning the midnight 2 stroke oil to complete his scooter.

jetbikeNext up is [Anders Johansson’s] jaw dropping Gas turbine Land Racing Motorcycle. [Anders] built his own gas turbine engine, as well as a motorcycle to go around it. The engine is based upon a Garrett TV94, and directly powers the rear wheel through a turboshaft and gearbox. [Anders] has already taken the bike out for a spin, and he reports it “Pulled like a train” at only half throttle. His final destination is the Bonneville salt flats, where he hops to break the 349km/h class record. If it looks a bit familiar that’s because this one did have its own feature last month.

firecoates[GearheadRed] is taking a safer approach with FireCoates, a motorcycle jacket with built-in brake and turn signal indicators. [GearheadRed] realized that EL wire or LED strip wouldn’t stand up to the kind of flexing the jacket would take. He found his solution in flexible light pipes. Lit by an LED on each end, the light pipes glow bright enough to be seen at night. [GearheadRed] doesn’t like to be tied down, so he made his jacket wireless. A pair of bluetooth radios send serial data for turn and brake signals generated by an Arduino nano on [Red’s] bike. Nice work [Red]!

[Johnnyjohnny] rounds out this week’s Hacklet with his $1000 Future Tech Cafe Racer From Scratch. We’re not quite sure if [Johnny] is for real, but his project logs are entertaining enough that we’re going to give him the benefit of the doubt. Down to his last $1000, [Johnny] plans to turn his old Honda xr650 into a modern cafe racer. The new bike will have electric start, an obsolete Motorola Android phone as its dashboard, and a 700cc hi-comp Single cylinder engine at its heart. [Johnny] was last seen wandering the streets of his city looking for a welder, so if you see him, tell him we need an update on the bike!

 

 

That’s it for this week. If you liked this installment check out the archives. We’ll see you next week on The Hacklet – bringing you the Best of Hackaday.io!

Bit-banging Ethernet On An ATTiny85

Ethernet bit banging

[Cnlohr] just published an ingenious but dangerous way to send Ethernet packets using an ATTiny85. The ATtiny directly drives one pair of differential TX wires of a standard Ethernet cable. Doing so will force the TX signal ground to be the same as the ATTiny’s and in some cases may put 48V on your AVR if your cable is plugged into a Power Over Ethernet switch… which may be a problem.

In the video embedded below [cnlhor] explains that the microcontroller is clocked at 20Mhz to bit-bang the Manchester encoded electrical signals. Using a neat trick his home switch will detect his platform as a 10MBit Ethernet switch which can then send hard-coded packets to his computer. As you can guess, each of this packets takes quite a bit of space inside the ATTiny’s flash memory: 2+Kbytes. All of the code used may be downloaded on the creator’s GitHub repository, though he constantly warned us that it shouldn’t be used for real life applications.

Edit: One of our readers also let us know of a similar awesome project called the IgorPlug-UDP. Make sure to check it out!

Continue reading “Bit-banging Ethernet On An ATTiny85”

Extrinsic Motivation: Daisy Kite Airborne Wind Turbine

Got another THP entry for ya’ll that didn’t quite make the cut, but is worth sharing. This time we are featuring an airborne wind turbine that, as the project description states, ‘can harvest strong and expansive wind safely and efficiently.’

Ram air kites spin a parachute that in turn transfers torque that can be captured on the ground. In a true hacker spirit way, the rig developed by [Rod] utilizes bike wheels and rollerblade wheels in the design. This homemade generator needs a lot of space to be deployed, but it looks like a nice solution to airborne energy harvesting. [Rod] goes over the specifications for the project throughout the build logs on the Hackaday.io page and includes a couple of video describing how it was created and showing what happens when it is released into the air currents outside. Diagrams and models of the open source airborne wind energy generation device are also included.

Below are a few of his videos. Watch them over, and let us know what you think.


SpaceWrencherThis project is an official entry to The Hackaday Prize that sadly didn’t make the quarterfinal selection. It’s still a great project, and worthy of a Hackaday post on its own.
Continue reading “Extrinsic Motivation: Daisy Kite Airborne Wind Turbine”

The Pac-Man Bus Stop For Gamers At Heart

DSCF3537Combined

Waiting for the bus can be drag. You never know exactly when it will come, always looking down the road hoping to spot the vehicle as it turns a corner. When it doesn’t show up right away, the result is usually staring down at a ‘smart’ phone checking it for any incoming messages. Directing the attention up might produce a list of estimated arrival times and maybe even a map showing the routes that are taken throughout the day. But there is only one bus stop in the entire world, that we know of, where people can play Pac-Man while they watch for the bus to arrive.

It was created by the combining efforts of two maker communities in town. Norwegian Creations and Trondheim Makers teamed up to build an interactive gaming display that gave individuals the ability to pass the time by directing the famous video gaming character around a blue maze, eating yellow pellets and avoiding colorful ghosts along the way. This display was also made to raise awareness for the upcoming Trondheim Maker Faire that year. They choose Pac-Man as the foundation and integrated a slightly modified invention kit called Makey Makey with a Raspberry Pi running RetroPie into the actual frame of the bus stop. The people involved must have had some serious business connections in order to get approval for that. They figuratively hacked into the bus stop’s power grid gaining the necessary 230 volts required to energize the custom gaming unit. Once hooked up, anyone standing by could play Pac-Man until the bus came. [Ragnar] at Norwegian Creations told us in an email that future ideas of theirs include syncing up several stops that can communicate with each other, which could lead to some great multiplayer interactions. They also have a fantastic video that they uploaded that shows the building process of their current design. Check that out below, and let us know what other types of games you would like to see at a bus stop near you.

Continue reading “The Pac-Man Bus Stop For Gamers At Heart”