Close
0%
0%

The Talking Scales

A set of scales that tells you what animal you weigh the same as.

Similar projects worth following
This is a fun project that helps you understand you weight better while learning about wildlife. You just step on the scales and they speak to you. They will let you know your weight not by telling you in pounds and ounces, but by telling you what animal you weigh the same as. It is a simple software hack using Wii Balance Board, a little Python in the backend, and a little Java for the front end. First demoed at Maker Fair UK in 2017 and great fun at parties.

The history behind the scales is I wanted to make a fun and interactive "thing" to make people happy and show off in the workshop and at events. I was inspired by an installation at The Centre for Life in Newcastle that showed how much water you had in your body by weighing you and lighting up bottles of water. I was fun enough but not overly exciting and I did not feel I learnt much. I can do better!

Then a few years later a Wii Fit balance board turned up and I started experimenting with communication with it over Bluetooth with mixed results. I realised that the scales could be used and I knew it was showing up as a Bluetooth games controller, but most games controller do not have scales built in to them. I was talking to it but only getting information about the button on the front. Then I came across the Beer Fridge project that I fully credit with solving all my Bluetooth problems. Using a combination of my code and their code I was able to read the four weight sensors and convert that in to kilograms (I am European, for now at least). That code is Python that runs as a demon and will connect to only my board for startup speed. I do need to save paring information so I can just press the power button in future, but having to press the pairing button is not a significant issue so I have not got round to fixing that. I take several samples in a loop and the average value is written to a file in the RAM disk. This happens approximately every 400ms depending on the seed of the machine. One thing I did learn is that every Ubuntu distro has a small RAM disk enabled by default and it is very useful for passing data between applications.

Then life got in the way and I shelved the project for a while. Until just before the 2017 Maker Faire UK in fact. I decided I wanted to do something fun for the Maker Space stand so decided to finish this project off. I was finishing off an academic job, we had to move the workshop to a new home, and I had a talk to prepare about making, so why not add another time consuming project to the mix. Other than common sense I cannot this of a reason why not.

The main interface was supposed to play a video of the animal that your weigh was the same as so with the time constraints I decided to use Processing and Java to create it. Unfortunately I did not have time to find and edit enough creative commons videos so decided to use static images instead. Then I did not have time to curate the static images and decided just to use voice for the first outing. At the time I was wondering if I was going to get anything working but all this cutting back and focusing on the important parts was actually making things better.

Now, there is a time in the middle of the night when everything seems funny. This is significant here as this is the time I needed to record the voice for the scales. I could have used a speech synthesiser but I wanted the scales to sound more human and have more character. In my sleep deprived state I accidentally give them a very sarcastic character. For some reason that works well. Some are simple "you weigh the same as an xxxxx" while others I went off on a tangent talking about the animal or taking the “Michael” about someone's weight. I was a little worried that someone would take offence when the scales ask if two people are on them, but so far it has only sounded when two people were on them, and I hope any users who are sensitive about their weight would not get on the scales in the first place.

You can watch a video of me demonstrating the scales at https://www.pscp.tv/w/1ypKdXgmmgqKW . You can also see a photo of me showing them off at the London Hackaday Unconf on twitter and on Google Photos .

The only significant change I have made to the system since the first version is to change the audio library used. The standard Processing library keeps loosing 32 bit compatibility and I am currently running it on an old 32bit Atom based netbook. Functionally it...

Read more »

60.mp3

An example of what the scales says. If you are around 60Kg then this is for you.

mp3 - 125.32 kB - 09/25/2017 at 09:50

Download

  • 1 × Wii Balance Board A standard unmodified Wii Balance Board that you can get second hand for around £15. The modern day pornbrokers are a good place to find them as delivery from ebay can but costly.
  • 1 × A laptop or netbook computer with Bluetooth and sound. This just needs to run a basic Linux distro. It is running on a 2GB netbook with Lubuntu fine.

  • Will it work on a Pi? Yes!

    Alistair MacDonald09/25/2017 at 10:13 0 comments

    I decided to test the scaled using a Raspberry Pi instead of a PC to try and make it more portable. The result was that it worked with a Raspberry Pi Zero W okay. It was a little sluggish but that was okay. The problem was without sound on the card I was better using a normal Pi. I also tested a Raspberry Pi 2 with a bluetooth dongle that was not much slower. All the tests were done with Raspbian.

    In the end I decided I was not using it enough to solve this problem that in many ways was not a problem. It is a problem that can be solved though.

  • Wii Fit Balance Board Battery Usage

    Alistair MacDonald09/25/2017 at 10:05 0 comments

    One question that is asked a lot online is how long does a set of batteries last in the Wii Fit balance board. I know because I was one of the people looking and mostly finding others asking, or answers that varied a lot.

    I can say that I put in a set of Maplin home brand batteries (that are good value when they are on offer) and they have run for 20 hours already. The voltage has dropped a little so I don't know how much longer they have but I will keep going with them and find out.

    Everyone else has reported a much lower time so I suspect that the board uses less power when no one is standing on it. This would explain why I am getting 2.5 times more use than anyone else.

    Also it may or may not draw power when not in use. An old set of batteries went dead when the board was in the store that implies it does. Equally they could have been "borrowed" and put back flat. Currently I take the batteries out when not in use and that solves the problem for both potential causes.

View all 2 project logs

Enjoy this project?

Share

Discussions

Brian Degger wrote 03/31/2018 at 21:32 point

Pangolins can weigh up to 33kg

Giant ground pangolins are the largest of all eight species. One was found to weigh 33 kilograms (72.6 pounds) — the largest pangolin ever recorded! Long-tailed pangolins are the smallest, weighing around 2-3 kg (about 4-6 pounds).18 Feb 2012

25 Facts About Pangolins! - WORLD PANGOLIN DAY - Pangolins.org

https://www.pangolins.org/2012/02/18/25-facts-about-pangolins/

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates