The Reverse Hammer Machine – A Pull of Strength at Dublin Maker

When you think of fairgrounds or arcades, you often picture the classic “hammer strength” game – swing a mallet, ring the bell, prove your power. For Dublin Maker this year, I wanted to flip that idea on its head – literally. Instead of smashing something down, players pull upwards against a resistance. That’s how the Reverse Hammer Machine was born.

It’s part carnival attraction, part engineering challenge, and part community experiment in building something a little quirky, a little geeky, and a lot of fun.


The Concept

The idea was simple:

  • Replace the hammer strike with a pulling action.
  • Use a Bluetooth-enabled crane scale to measure how much weight someone can pull.
  • Display the results on a big screen so everyone around can see the outcome.

Rather than brute force through a mallet, the machine measures grip and pull strength. It’s surprising how competitive people get once the numbers are up in lights!


How It Works

The machine looks like a cross between a fairground attraction and a maker project gone wild. Here’s what’s inside:

  • Bluetooth Crane Scales – these are normally used in warehouses or for weighing heavy loads. I hacked one into the system to register the pull force. Aliexpress special
  • ESP32 Controller – a small but mighty microcontroller that handles the Bluetooth connection, reads the data, and passes it on.
  • LED Strip – mounted along the board to give a visual indicator of how much force is being applied. The harder you pull, the higher the light climbs.
  • Display Screen – the live weight reading is shown on a large monitor, complete with a fun duck mascot illustration for a playful touch.

Players grab the rope, pull upwards, and watch their strength measured in real time. The numbers shoot up on screen while the LED strip glows higher and brighter – instant feedback, instant bragging rights.


The Build

I built the frame tall and sturdy, with enough presence to attract attention across the room. The whiteboard-style front not only holds the LED strip but also doubles as a canvas for signatures and doodles from players.

For more photos of the build, check out our gallery.

oplus_3145730

Some key features of the build:

  • Mechanical setup: The rope feeds through a pulley at the top so players can get a good pulling grip.
  • Electronics box: A control panel with a button and a microcontroller sits neatly to the side.
  • Data display: The Bluetooth scale readings are processed by custom code and displayed on the big screen with graphics.

The artwork – a cheerful duck in a top hat – was added to keep things light-hearted and tie in with the playful Dublin Maker spirit.


On Show at Dublin Maker

The Reverse Hammer Machine made its public debut at Dublin Maker, where visitors of all ages lined up to test their pulling power.

oplus_11534368

Lessons Learned

As with any maker project, there were a few quirks and challenges along the way:

  • Bluetooth quirks – the crane scale wasn’t exactly designed to be hacked, so getting stable data required persistence.
  • User safety – people can pull harder than expected, so making sure the frame was strong enough was a priority.
  • Showmanship – it’s not just about the electronics, it’s about making it fun and inviting to play and the competition of competing against family and friends.

By the end of the day, the board was covered in names, the LED strip had seen plenty of action, and the duck mascot had overseen countless strength contests.


Why Build It?

The whole point of Dublin Maker is to share creativity, curiosity, and the joy of making. The Reverse Hammer Machine isn’t just about strength – it’s about turning an idea into something physical that makes people smile.

It blends hardware hacking, coding, design, and a touch of carnival silliness into one interactive exhibit. Best of all, it gets people talking, laughing, and competing in the spirit of fun.

oplus_11534368

What’s Next?

I’d love to refine the project further:

  • Add a leaderboard system that stores top scores during the day.
  • Integrate sound effects for dramatic impact when someone hits a new record.
  • Maybe even design multiple “difficulty modes” with adjustable resistance.

The great thing about projects like this is they never really finish – there’s always another upgrade waiting to happen.


Bringing It All Together

The Reverse Hammer Machine shows what can happen when you take a familiar idea and twist it. By hacking together a Bluetooth crane scale, some microcontrollers, and a splash of creativity, you end up with something that feels both retro and futuristic.

It’s a reminder that engineering doesn’t have to be serious – sometimes the best projects are the ones that make people grin.

oplus_11534368

Retro Computing & Gaming Day at TOG

Join us for an afternoon of retro computing and classic gaming as we celebrate the golden age of vintage systems and consoles! Whether you’re a long-time collector, a retro gaming enthusiast, or just curious about the technology of the past, this event is the perfect opportunity to explore and relive the magic of classic computing and gaming.

What to Expect:

Neo Geo Pocket Color: Experience the vibrant world of SNK’s handheld console, known for its rich library of 2D fighting games and unique clicky thumbstick.

Sega Saturn & Dreamcast: Immerse yourself in the legendary Sega Saturn and Dreamcast, two consoles that pushed the boundaries of gaming with innovative 3D graphics and online capabilities.

Vintage Computing Systems: A variety of classic machines will be available to explore, offering a hands-on look at the evolution of computing and gaming from the 80s and 90s.

Activities:

  • Hands-on Demonstrations: Get up close with vintage computers and consoles, testing out classic games and software.
  • Show and Tell: Bring along your own retro systems, share their history, and connect with fellow enthusiasts.

Event Details:

  • Date: Saturday, 5th April 2025
  • Time: 2:00 PM – 6:00 PM
  • Location: TOG Hackerspace
  • Cost: Free (Donations welcome via Eventbrite)

https://www.eventbrite.ie/e/retro-computing-gaming-day-at-tog-tickets-1299309201799?aff=oddtdtcreator

Want to showcase your own system? Email us to reserve a table!

Also happening at TOG: Earlier in the day, we’re hosting a Soldering Workshop! If you’re interested in learning or improving your soldering skills, check out the details and register here: https://www.tog.ie/2025/03/soldering-workshop-3/

Hack Challenge Redo (part3)

We had a small break with our hacking challenges Redo. The format of the Meetup required a change, to accommodate for less experienced visitors. And as much as I love the SANS Institute Challenges, they tend to be quite a puzzle, especially later one. So for now, we are going to focus on couple other Hacking Challenges that are available online. And hopefully in December, when new 2022 SANS Hack Challenge starts, we will have a group ready to battle it together 🙂

Let’s start from Over the Wire. There are plenty games there, we will start with the Bandit, as most suitable to get used to the platform. Bandit offers 33 levels to play, it teaches Linux commands and tools. In each level your goal is identical, find a password to the next level, but let’s start from the beginning.

Over the Wire artwork

To play Bandit you will need to establish SSH connection to the Over the Wire lab server, all details of connection are given in Level 0.

So, what is SSH?

Secure Shell, sometimes referred to as Secure Socket Shell, is a protocol which allows you to connect securely to a remote computer or a server by using a text-based interface. When a secure SSH connection is established, a shell session will be started, and you will be able to manipulate the server by typing commands within the client on your local computer. System and network administrators use this protocol the most, as well as anyone who needs to manage a computer remotely in a highly secure manner.

How to use SSH on Windows?

Most common ways of using SSH on Windows is by using one of the clients. Most popular clients are: PuTTY, BitwiseSSH and OpenSSH. Windows 10 users have now the option to use build-in OpenSSH client. Just follow the installation details of your choose client.

How to use SSH on Mac?

Mac’s have build-in Terminal feature, that provides SSH client.

How do we do it on Linux?

That shouldn’t be a problem for any regular Linux users, but in case you are just starting with Linux. Go to your terminal and type:

ssh

This should list all ssh details and commands. If that’s not the case, just use the following command to install OpenSSH:

sudo apt-get install openssh-client

Full list of common SSH flags can be found here.

This should get everyone started and ready for this week challenge 🙂

One more thing, you may need to use Vim and couple Linux commands.

See you @ 5-7pm today @ our dedicated Discord channel.

Holiday Hack Challenge Redo (part 2)

Hello Everyone, we are about to join in ranks to battle the SANS Holiday Hack Challenge tasks again, today on dedicated Discord server. Please use the Meetup page for more details, ongoing announcements.

This post will summaries last Meetup progress and provides clues for further steps.

Let’s start we the recap. We started with:

Followed shortly by:

On the 23rd of January Meetup we have completed following tasks:

  • Objective 1 – Uncover Santa’s Gift List – clues in blog post video above
  • Objective 2a – Kringle Kiosk – clues in blog post video above
  • Objective 2b – S3 bucket – clues give at a Discord were: update the wordlist and add the searched bucket name, use ‘cat’ command to inspect the bucket. Copy and inspect in CyberChef the file. Start unpacking and remember to pipe the output whenever needed.
  • Objective 3a – Linux Primer – no clues were needed 🙂
  • Objective 3b – Point-of-Sale Password Recovery – clues give at a Discord were: download the package, no need to install the shop. Unpack the exe file, and poke around until you find app.asar and use 7zip to open Asar file.

Later today, 5-7pm GMT we will be focusing on following tasks:

  • all unfinished past tasks
  • Objective 4a – Unescape Tmux – no help needed
  • Objective 4b – Santavator operations – no help needed
  • Objective 5a – Speaker UNPrep – first clue: ‘strings door’ with some filters, more clues @Discord
  • Objective 5b – 5b: 33 Gkbps – no help needed
  • Objective 5c – Open the HID lock in the Workshop – no help needed
  • Objective 6a – Regex Toy Sorting – we will battle it together @Discord
  • Objective 6b – Splunk Challenge – clue: look for Bro.

See you later at Discord.

12 years of TOG – Holiday Hack Challenge Redo (part 1)

So, as promised we are going to start SANS Holiday Hack Challenge Redo run by Counter Hack Team. We will start with the latest 2020 challenge . You will need a valid email to create user account, which is instant. You can start straight away on your own or watch a couple helpful videos.

The first video that I would like talk about, it’s Ed Skoudis 2020 Hack Challenge Intro. Video is a great overview of this year challenge.

Second video is aimed at Hack Challenge first timers, it’s walk through the login page and the starting interface.

And don’t forget to join discussion later today at a dedicated Discord Channel https://discord.gg/MqCQkSzG. We start at 5pm today 🙂

This month we are going to focus on 2 objectives.

To help with starting the first objective you can watch this video:

Or read this article with helpful techniques. The online photo editor can be found here.

Watch the video below for the start of the second objective overview:

See you at Discord after 5pm GMT today, we will try to finish Objectives 1 &2 together.

What’s happening in Tog in January

File:07-06-77-Silver-Jubilee-Street-Party-scan04.png|thumb|07-06-77-Silver-Jubilee-Street-Party-scan04

!!!BIRTHDAY PARTY!!!: Tog will be ten years old this month, to celebrate we’re turning our customary Open Social night into a Party night. Saturday 26th January from 7 pm onwards, everyone welcome!

Street Party celebrating the Silver Jubilee of Elizabeth II at a street in Birkenhead, Merseyside, England on the 7th June 1977. Photo originally taken on a Polaroid instant camera. Digitally scanned on 11th July 2010.
Yup, we’re going to have this much fun.

Lock Picking: Happens on Mondays, 7th and 21st January from 7 to 9 pm, or until we’re tired and need to leave. Learn how to open a variety of padlocks harvested from the Halfpenny Bridge – handcuffs too, you never know when that may come in useful. Tools and expertise on hand, and basic lock picking sets are available for purchase, 16 euro each.

Coding: Runs on the same Mondays as lock picking, the 7th and 21st January at 7pm. Come down and work on a project or help others with theirs. Don’t forget to bring a laptop.

Craft Night: Every other Wednesday, the 9th and 23rd January at 7pm. Bring along an unwanted Christmas present and hack it into something cool. Or knit, sew, crochet, embroider, glue, fold, cut and solder away. We have sewing machines, a laser cutter and a 3D printer for the ambitious.

Electronics and Micro Controller Night: Runs every non-lock-picking Monday, the 14th and 28th January at 7pm. For all levels: Arduinos, Raspberry Pis and Intel Galileos, try our introduction to electronics worksheet. Some basic electronics kits available for sale. Bring your own laptop or notebook computer.

Wikipedia Editing: learn how to contribute to the world’s most useful and most searched online encyclopaedia. This month we are celebrating the 15th anniversary of Vicipéid, the Irish language Wikipedia, there will be cake and “other party elements”. Intrigued? Come along, Wednesday 30th January, 7pm onwards.

The Science Fiction Book Club elbows its way back into your frontal cortex this month, we’re reading Neal Stephenson’s Snow Crash. We will be praising / trashing it on Wednesday 30th January from 7pm.