This Is Your Last Chance To Design The Greatest Robotics Modules

It’s Friday, and that means this is your last weekend to get your project together for the Robotics Module Challenge in this year’s Hackaday Prize. We’re looking for tools for robots that blow the doors off what is commercially available. If you have a project in mind that adds sensors or capabilities to our fine electronic friends, enter it in the Hackaday Prize.

The Hackaday community has thrown itself full-force into the Hackaday Prize, and right now we’re getting very close to eight hundred projects entered in this year’s Prize. Next week, we’ll choose the top twenty projects entered during the Robotics Module Challenge to advance to the finals. Each of those twenty projects will be awarded $1,000 and be in the running to win the Grand Prize of $50,000 and four other top cash prizes.

This is your last chance to get in on the Robotics Module Challenge. For this Challenge, we’re looking for modules that can be used in robotics projects across the world. This could be a motor driver, sensor package, or even 3D printed tweels. Don’t wait — start your entry now.

Continue reading “This Is Your Last Chance To Design The Greatest Robotics Modules”

The Tantillus, Reborn

In the beginning, around 2011 or thereabouts, there was an infinite variety of designs available for anyone to build their own 3D printer. There were Mendels, some weirdos were actually trying to build Darwins, and deltas were starting to become a thing. In the years since then, everyone just started buying cheap Prusa clones and wondering why their house burnt down.

One of the most innovative printers of this era was the Tantillus. It was a small printer, with the entire frame fitting in a 250mm square, but still able to print a 100mm cube. You could print the entire printer, and it was adorable. Face it: most of your prints aren’t bigger than 100mm unless you’re purposely printing something huge, and having a low moving mass is good.

The Tantillus has fallen by the wayside, but now it’s back. The Tantillus R — the ‘R’ means ‘reborn’ — is the latest project to take the design goals of the original Tantillus and bring it into the era of the modern RepRap ecosystem. (German, Google Translatrix, but the English translation of all the documentation is in the works),

Of note in this new design, the Tantillus R is still using shafts driven with high-test fishing line, driven by steppers and belts. The R version is getting away from the J-head, but in the interests in keeping the moving mass down, the hotend is a Merlin. This might seem an especially odd choice in the age of all-metal hotends, but again the goal is to keep moving mass down. As you would expect from a modern 3D printer, there’s support for a heated bed, you can plug a Raspberry Pi into it for Octoprint, and in true RepRap fashion, most of the parts are printable.

While the era of self-build 3D printers is probably over — you can’t compete with the cheap Chinese firestarters on price — the Tantillus R is a great project that retains the spirit of the RepRap projects while adding a few modern niceties and can still produce some impressive prints.

Cheap Stuff To Hack: A Router With An SDR For $13

The history of consumer electronics is littered with devices that are relatively uninteresting at first, but become spectacular platforms for hardware exploitation once a few select people figure out how everything ticks. The Linksys WRT54G was just a router until someone figured out how to put a complete Linux system on them. Those RTL-SDR dongles were just for capturing over the air TV until someone realized they were actually a software-defined radio. The CueCat was just dot-com boom marketing garbage until… well, we picked up a lot of CueCats regardless.

Now there’s a new device sitting on the shelves at Walmart just waiting for some Linux hackers to have a go. It’s the Tzumi MagicTV, a device that allows you to watch over-the-air television on your phone. What’s inside? It’s a WiFi router, an RTL-SDR, and a battery pack in one tiny package. The best part? It costs $13, and apparently Walmart is just blowing them out.

Right now, there aren’t too many details on what’s going on inside the Tzumi MagicTV box, however, the discussion over on the RTLSDR subreddit has revealed enough to give us a good idea of what’s going on. The router inside the MagicTV is a TP-Link TL-WR703N, the exact same WiFi router that took the WRT54G’s place as the king of hackable routers a few years ago. The SDR chip is the same as the Astrometa DVB-T2, one of the common TV tuners on-a-stick. Other than that, there are TX and RX pins on the board, SSH is open, no one knows the password, but as of this writing, a few people are putting John the Ripper to work trying to break into this box.

What is the end goal of cracking this Linux box wide open? Well, it’s a WiFi router and an SDR, so if you want to make your own Flightaware ADS-B logger, that could be on the table. Of course, you could actually use it for its intended purpose and pull down over-the-air TV to your local network, but that seems so pedestrian after getting root on a $13 box from Walmart.

Thanks [Adam] for the tip!

Disaster Area Communications With Cloud Gateways

2017, in case you don’t remember, was a terrible year for the Caribbean and Gulf coast. Hurricane Maria tore Puerto Rico apart, Harvey flooded Houston, Irma destroyed the Florida Keys, and we still haven’t heard anything from Saint Martin. There is, obviously, a problem to be solved here, and that problem is communications. Amateur radio only gets you so far, but for their Hackaday Prize entry, [Inventive Prototypes] is building an emergency communication system that anyone can use. It only needs a clear view of the sky, and you can use it to send SMS messages. It’s the PR-Holonet, and it’s something that’s already desperately needed.

The basis for the PR-Holonet is built around an Iridium satellite modem. To date, satellite communication is the best way to get a message out to the world without any infrastructure. It’ll work in the middle of the Sahara, the depths of the Amazon, and conveniently anywhere that was just hit by a category five hurricane.

Along with the Iridium modem, [Inventive Prototypes] is using standard, off-the-shelf equipment to turn that connection to a satellite network into something any smartphone can use. That means pulling out a Raspberry Pi, of course. But building a project for areas that were recently ravaged by hurricanes is no easy task. The enclosure it the key here, and [Inventive Prototypes] is using some great water-resistant, dust-proof junction boxes, solar panels, and a whole bunch of batteries to keep everything humming along. It’s a great project and something that was desperately needed a year ago.

An Ultrasound Driver With Open Source FPGAs

Ultrasound imaging has been around for decades, but Open Source ultrasound has not. While there are a ton of projects out there attempting to create open ultrasound devices, most of this is concentrated on the image-processing side of things, and not the exceptionally difficult problem of pinging a sensor at millions of times a second, listening for the echo, and running that through a very high speed ADC.

For his entry into the Hackaday Prize, [kelu124] is doing just that. He’s building an ultrasound board that’s built around Open Hardware, a fancy Open Source FPGA, and a lot of very difficult signal processing. It also uses some Rick and Morty references, so you know this is going to be popular with the Internet peanut gallery.

The design of the ultrasound system is based around an iCE40 FPGA, the only FPGA with an Open Source toolchain. Along with this, there are a ton of ADCs, a DAC, pulsers, and a high voltage section to drive the off-the-shelf ultrasound head. If you’re wondering how this ultrasound board interfaces with the outside world, there’s a header for a Raspberry Pi on there, too, so this project has the requisite amount of blog cred.

Already, [kelu] has a working ultrasound device capable of sending pulses out of its head and receiving the echo. Right now it’s just a few pulses, but this is a significant step towards a real, working ultrasound machine built around a reasonably Open Source toolchain that doesn’t cost several arms and legs.

Friday Hack Chat: Making Programming Easier

There is a long history of graphical programming languages. Some people don’t like to code, and for them, graphical programming languages replace semicolons and brackets with easy-to-understand boxes and wires.

This Friday, we’re going to be talking about graphical programming languages with [Boian Mitov]. He’s a software developer, founder of Mitov Software, and the creator of Visuino, a graphical programming language for the embedded domain. He specialized in video, audio, DSP, DAQ, industrial automation, communications, computer vision, artificial intelligence, as well as parallel and distributed computing. [Boian] is the author of the OpenWire open source technology, the IGDI+ open source library, the VideoLab, SignalLab, AudioLab, PlotLab, InstrumentLab, VisionLab, IntelligenceLab, AnimationLab, LogicLab, CommunicationLab, and ControlLab libraries, OpenWire Studio, Visuino, and author of the “VCL for Visual C++” technology.

For this Hack Chat, we’re going to be talking about ways to make programming microcontrollers easier. The focus of this discussion is Visuino, a graphical programming environment. Visuino allows anyone to program an Arduino, Teensy, or an ESP simply by connecting wires and choosing some logic. Think of it as a step above the programming environment that came with the Lego Mindstorms, Scratch, or whatever else MIT was coming out with in the early ‘aughts.

You are, of course, encouraged to add your own questions to the discussion. You can do that by leaving a comment on the Hack Chat Event Page and we’ll put that in the queue for the Hack Chat discussion.join-hack-chat

Our Hack Chats are live community events on the Hackaday.io Hack Chat group messaging. This week is just like any other, and we’ll be gathering ’round our video terminals at noon, Pacific, on Friday, May 25th.  Here’s a clock counting down the time until the Hack Chat starts.

Click that speech bubble to the right, and you’ll be taken directly to the Hack Chat group on Hackaday.io.

You don’t have to wait until Friday; join whenever you want and you can see what the community is talking about.

Hackaday Links Column Banner

Hackaday Links: May 20, 2018

One of the more interesting pieces of tech from Hollywood that never seems to become a reality is a location tracker. Remember the ‘movement tracker’ in Alien that found the cat in the locker? Yeah, like that. Something that reports the direction and distance to a target, kind of like a PKE Meter from Ghostbusters. I think there was something like this in Predator. On Indiegogo, there’s a device that tracks other devices. It’s called the Lynq, and it’s a small, handheld device that tells you the distance and bearing of other paired devices. Hand them out to your friends, and you’ll be able to find each other at Coachella. While the device and use case is interesting, we’re wondering how exactly this thing works. Our best guess is that each device has a GPS module inside, and communicates with other paired devices over the 900MHz band. It’s a bit pricey at $80 per unit (although you need at least two to be useful), but this is a really interesting project.

The SDRPlay SDR1 and SDR2 are — as you would guess — software defined radio receivers, that retail for $2-300. Problem: a few of these units were stolen from a warehouse, and are winding up on eBay. Solution: SDRPlay has decided to disable the specific receivers ‘via the serial number’. In a move just slightly reminiscent of FTDIgate, a manufacturer has decided to brick products that are stolen or infringe on IP. It’s a solution, but I wouldn’t want to be on the customer service team at SDRPlay.

A few years ago, [Oscar] created the PiDP-8/I, a computer kit that miniaturized the venerable PDP-8/I into a desktop form factor, complete with blinkenlights and clicky switches. It’s a full simulation of a PDP-8 running on a Raspberry Pi, and if you took the PiDP-8/I back to 1975, you could, indeed, connect it to other computers. But the PDP-8/I isn’t the most beautiful minicomputer ever created. That honor goes to the PDP-11/70, a beast of a machine wrapped in injection molded plastic and purple toggle switches. Now, after years of work, [Oscar] has miniaturized this beast of a machine. The PiDP-11/70 is a miniature remake of the PDP-11/70, runs a Raspberry Pi, and is everything you could ever want in a minimainframe. The price will be around $250 — expensive, but have you ever tried to find a PDP-11 front panel on eBay?

The Nvidia TX2 is a credit card-sized computer with a powerful ARM processor and a GPU. The TX2 is a module designed for ‘AI at the edge’, or something along those lines, meaning you can take a trained data set, load it onto an SD card, and the TX2 will do all the fancy image processing and OpenCV without a connection to the Internet. The obvious application for the TX2 is something like an ‘AI camera’, and now this is finally a product. The DNNCam is a 4k, 60FPS camera attached to a TX2 and stuffed into an IP67-rated enclosure. If you’re thinking of building anything like a security camera attached to a GPU, this is the all-in-one solution. It’s pricey, yes, but the TX2 module isn’t exactly cheap.