Get Hands-On At Supercon: Workshop Tickets Now Available

Build something cool and pick up new skills from the workshops at the Hackaday Superconference. Last week we announced all of the talks you’ll find at Supercon, and starting today you can reserve your spot at one of the workshops.

You must have a Superconference ticket in order to purchase a workshop ticket; buy one right now if you haven’t already. You can get mechanical with Haptics and Animatronics, take your product design from schematic to PCB and enclosure, brush up your embedded development on several choices of platform, make cell towers do your bidding, or dump way too many volts into a block of wood.

Space in these workshops is limited so make sure to sign up before all the seats are taken. The base price for workshops is $10 (basically a “skin in the game” price to encourage those who register to show up). Any tickets priced above that base is meant to cover the material expense of the workshop. Here’s what we have planned:

Embedded Programming with Black Magic and the Lights On

Piotr Esden-Tempski

Sunday Afternoon

Embedded systems programming has earned a bad reputation of being difficult to master. Especially in the open-source world, most people associate it with cut and pasted code that is difficult to debug. The usual tools we have to debug embedded systems are a blinking LED and, if we are lucky, printf statements through a serial port. In this self guided workshop we will show you how easy it can be to have full insight into your microcontroller using fully open source tools that are on par with expensive proprietary closed-source solutions.

Fun with High Voltage

Will Caruana

Sunday Morning

This workshop is about making Lichtenberg figures. A Lichtenberg figure is a piece of art though the multiplication of a few thousands of volts to burn wood. We will cover the science behind this art form as well as the safety and lastly we will be getting hands on experience in being able to using high voltage transformers to make these burnings into wood and make coasters you can take home.

Designing Electronic Textures

Noah Feehan

Sunday Afternoon

Participants will learn the physics behind electrovibration, and then get to play/design for it using a new open-source board called WEFT. After the workshop, you’ll know how to deploy electrovibration in your projects, and understand the feeling of different waveforms.

End to End Product Design with Eagle and Fusion 360

Matt Berggren

Saturday Morning

In this session, we’ll take you end to end, from building a new schematic, simulating a circuit using EAGLE’s built-in SPICE simulator, laying out a PCB, generating mfg files and include some tips & tricks for milling boards and making stencils. We’ll also take you thru the link between electronics and mechanics using Fusion360. Alongside EAGLE we’ll build an enclosure and generate the mfg outputs for your mechanical design (CAM, 3D prints, etc). We’ll look at library management across electronics and mechanics and bidirectional synchronization between both of these domains. This is more than an intro, as Matt’s always good for some essential, oft-missed background and tips with EAGLE you might never have known otherwise.

AVR® MCU Effortless Design Workshop: Prototyping with Sensors and BLE

Bob Martin, Senior Staff Engineer

Sunday Morning

This hands-on training session will walk you through how to develop an embedded sensor node prototype with Bluetooth® Low Energy (BLE) connectivity. You will speed through configuration of the AVR microcontroller, sensor interface and communications interface setup by using Atmel Start, a graphical programming interface. This tool will generate libraries with simple APIs so you can spend time working on your solution instead of messing with registers or communication protocols.

Rapid Prototyping and Linux Kernel Development with the PocketBeagle® Platform

Robert Nelson

Saturday Afternoon

The newly introduced PocketBeagle® is an ultra-tiny-yet-complete Linux-enabled, community-supported, open-source USB-key-fob computer. By leveraging the Octavo SIP, the PocketBeagle offers complete BeagleBoard functionality and includes 512MB DDR3 RAM, 1-GHz ARM Cortex-A8 CPU, 2x 200-MHz PRUs, ARM Cortex-M3, 3D accelerator, power/battery management and EEPROM. The board offers lots of GPIOs, on board peripherals and various expansion capabilities via multiple headers and the Mikroelektronika click board interface. During this course you will learn about pin configuration, how to create a Linux distribution, reconfiguring io on the fly and how to leverage expansion modules. Attendees will leave with their very own PocketBeagle and a couple other surprises as well.

Cellular Connectivity for Your Next Hardware Project

Ben Strahan and Chris Gammell

Saturday Afternoon

Your project shouldn’t be constrained by the range of a WiFi signal. This workshop will show you how to connect to cellular towers via a serial link, get connected into the cloud and reliably start transmitting data. This workshop is suitable for people just getting started in the firmware ecosystem up through advanced firmware engineers. Advanced members of the workshop will have the opportunity to hack their conference badge to connect to cell towers. Sign up for this workshop to add another connection method to your hardware development toolbox.

An Introduction to Animatronics with Laser Cut Tentacle Mechanisms

Joshua Vasquez

Saturday Morning

Animatronics are way cool, but the hacker community rarely ventures farther than a few hobby servos and “dem-blinkin’ LEDs.” In this workshop, I’ll get you cozy with tentacle mechanisms that you can build with just a laser cutter and a few hand tools. There are three big takeaways from this workshop. We’ll build up a two-stage controller reusable in other projects, muscle up our vocabulary of off-the-shelf parts for cable mechanisms, and discover a few laser-cut design techniques.

Superconference workshops tend to sell out extremely quickly. Don’t wait to get your ticket.

Manufacturing Your Own Single-Origin Tea

It’s nice to take a break from hacking together the newest bleeding-edge technology, relax, and enjoy a beverage. It’s no surprise that hacks devoted to beer and coffee roasting are popular. We’ve also seen a few projects helping brew the perfect cup of tea, but none involving the actual production of tea. Today we’re going to take a short recess from modernity and explore this ancient tradition.

Consumption of tea is about equal to all other manufactured beverages, such as coffee and alcohol, combined. It is hands-down the most popular manufactured beverage in the world, and we thought it would be interesting to make some ourselves. Also the local tea is so bitter that it’s used to clean things, and it works alarmingly well. To each their own!

I started by driving into Vietnam’s Central Highlands, down what Google simply refers to as ‘unnamed road’, to about 11°52’59.3″N 108°33’49.5″E. I asked around until I found a street vendor that knew a farmer at the nearby tea plantation, and would sell us five kilograms of fresh tea. I carried it 330 kilometers back to the city, because I’m a sane person that does normal things.

Continue reading “Manufacturing Your Own Single-Origin Tea”

FM Snake Feeds Off Radio Waves

[Eric Brasseur] built a radio-detecting snake that consists of a LED that lights up when around reasonably strong radio waves. Near an FM radio mast you’ll find a huge amount of waste energy being dumped out in the 88 to 108 MHz range.

[Eric]’s rig consists of a pair of 1N6263 Schottky diodes, flip-flopped with one set of ends soldered to the antenna and the other ends soldered to the leads of the LED with about a foot of wire in between. The antenna can be a single wire as the diodes are soldered together. This one is around 4 feet in length for a total length of around 160 cm or a little over 5 feet. He went with a red LED just to give it a greater chance of being seen when illuminated by a distant or weak source of radio waves.

Hackaday loves its radio hacks; check out our posts on improving WiFi throughput with FM radio and building a modern DIY FM radio.

[Thanks, Alain!]

7-Segment Digits Slide Stylishly On This OLED Clock

Over at Sparkfun, [Alex] shared an OLED clock project that’s currently in progress but has a couple interesting twists. The first is the use of a small OLED screen for each digit, to which [Alex] added a stylistic touch. Digits transition by having segments slide vertically in a smooth animated motion. It’s an attractive effect, and the code is available on his github repository for anyone who wants to try it out.

[Alex] also found that by using an ESP32 microcontroller and synchronizing the clock via NTP over WiFi, the added cost of implementing a real-time clock in hardware becomes unnecessary. Without an RTC, time would drift by a few seconds every day and require a reset. At the moment the clock requires the SSID and password to be hardcoded, but [Alex] would prefer to allow this to be configured via a web page and could use some help. If you have implemented a web server on the ESP32, [Alex] would like to know how you handled multiple pages. “I’ve been scratching my head throughout the build on how to get this done,” he writes. “With the ESP8266, there’s on(const String &uri, handler function), but that seems to have been removed on the ESP32.” If you can point [Alex] in the right direction, be sure to pipe up.

OLED displays and clocks often go together, as we have seen with projects like the DIY OLED Smart Watch, but it’s nice to see someone using the OLED’s strengths to add some visual flair to an otherwise plain display.