Bakery Automation Mixes Single Cookies

bakery_automation

[Ben Krasnow’s] latest project is a delicious one. In the image above he’s showing off the beginnings of his cookie dispenser. No, it’s not another take on a way to eat Oreo cookies. It actually comes much earlier in the production chain. His device is akin to a 3D printer for baked goods in that it will be able to automatically combine raw ingredients to form production runs as small as a single serving of cookie dough.

When we first heard about it we wondered why you would want to bake just one cookie? But of course that’s not the purpose at all. The machine will allow you to bake a full sheet of cookies, but provides the option of making each one of them with a different recipe. As with all baking, combining ingredients in the proper proportions is paramount. In the post linked at the top he’s working on a butter dispenser. But in an earlier post he hacked an electronic scale to help weigh other ingredients. You can watch both video clips after the break.

Imaging a dozen cookies with slightly different amounts of flour in them. A few test sheets and he should be able to dial in the very best recipes.

Continue reading “Bakery Automation Mixes Single Cookies”

Kitchen Scale Key Transplant

kitchen-scale-key-transplant

[Markus] is quite happy with his kitchen scale. It’s one of the tools he uses most frequently when cooking. But recently the button has begun to give him problems. He figures the years of spilling a little bit of this and that has mucked up the contacts. His solution was to bypass the button using a Cherry MX switch.

Really any replacement should do since the switch merely completes an electrical connection. But there’s a subset of hackers who swear by the Cherry MX switches that come in some keyboards. [Markus] had just such a keyboard on hand, which he was already using for parts, so he pulled out the switch and cut a hole in the scale’s case where he could mount it. After temporarily super gluing the switch in place he completed the task by filling the gap on the outside with hot glue, then running another bead of it along the inside. The addition of the ‘T’ key finishes the hack. The plastic key is easy to clean and will help shed flour, oil, or anything else he might spill during his culinary adventures.

This hack was fast and easy and may have convinced [Markus] to roll his own controller board for the device. We’ll keep a lookout for a follow-up post detailing those alterations.

Firing Rocket Engines In The Wrong Direction — This Is Only A Test

LVL1 has a new rocketeering group. This rocket engine testing platform is the first project to come out of the fledgling club. The purpose of the tool is to gather empirical data from model rocket engines. Having reliable numbers on thrust over time will allow the team to get their designs right before the physical build even starts.

The rig uses a pine base, with a PVC frame, threaded bolts, and a PVC cuff for mounting the engine in place. It is set to fire up in the air, directing the thrust down onto a scale. The flex sensor in the scale is monitored by an Arduino, and should be able to hold up to the 5000 pounds grams of thrust max which this type of engines can put out. The data is pushed via USB to a laptop computer where it is stored in a spreadsheet.

Calibration would be an issue here. But as long as they’re always using the same strain sensor the numbers will be accurate enough relative to each other.

Connecting A Dumb Scale To Your Smartphone

[Casainho] wanted to track his body weight using an app on his Android phone. He just needed a way to get the weight readings onto the device automatically. He ended up adding Bluetooth to a bathroom scale and hacking the app to grab data from it.

The scale which he hacked is a digital model, which makes it possible to read the weight data if you know what you’re doing. [Casainho] already completed a weight logging scale hack which stored the data on an SD card. So this was a recreation of that project but with a Bluetooth module for the output rather than the card for storage.

Now you can buy WiFi enabled scales, but that’s not nearly as fun as a hack like this. Plus one of those will cost you around $200 and the hardware for this version came it at only $75. It includes an LPC2103 dev board, $6 Bluetooth module, character display, batteries, and misc. supplies. The software end of the hack was helped greatly by the fact that the Android apps which [Casainho] is using are both open source.

ATtiny Hacks: BEES! An Electronic Scale To See Who Brings In More Honey.

[MakingThingsWork] wanted an accurate way to keep track of the weight of his beehive, so he decided to build himself a data logging electronic scale. First he ripped the strain gauges from an old electronic scale which he then fitted to his home made beehive base. He then went about designing and building the control board which is based about the Attiny 85 (if you hadn’t guessed by the banner). An instrumentation amplifier was used to amplify the signal from the strain gauge, which is then read by the ADC on the Attiny. It looks like he had some trouble getting consistent results from the scale, so to eliminate the error caused by temperature variations he set up a fixed voltage divider for reference. With this setup the scale can produce results at +/- 0.5lb accuracy, sounds just fine for a system that cost less than $50. The V-usb project software has been used to connect the scale to his PC which he uses to collect and graph the data. All in all a very neat project and by the looks of it, some very productive bees.

Zigbee-powered Wireless Scale

[joe] wanted to make it easy to record his weight every day, and added a few bits to decode the weight and send it to his computer. The end result is a ZigBee-powered wireless scale. Additionally, his scale can track more than one person’s data simply by knowing whose previous weight the new measurement is closest to. Now [joe] and his family can spend more time working out, and less time messing with spreadsheets and data entry.

[joe]’s build is not only elegant, but well-documented, too. He walks through the reasons he chose this specific floor scale, reverse engineering it to decode the weight, then provides links to his schematics, source code, and pretty much everything else you would need to play along at home.

Magnetic Digital Scale

Above you see a solenoid being used as a digital scale. The magnetic field from the coil in the base levitates the platform above, where a load to be measured is place. This floating platform has a permanent magnet in it, hovering above a hall effect sensor in the base. As the distance between that magnet and the sensor changes, the measurable magnetic field changes as well. The hall effect sensor is linear so the measured value can easily be correlated with a weight. In the video after the break [Vsergeev] demonstrates the device using test weights to show off its 0.5 gram resolution. He thinks that with a few hardware improvements he could easily achieve 0.1g accuracy.

Continue reading “Magnetic Digital Scale”