Click here to learn
about this Sponsor:
Home  |  News  |  Articles  |  Forum

  Home arrow Linux For Devices Articles arrow Device Profile: MooBella on-demand ice cream maker

Device Profile: MooBella on-demand ice cream maker
By Linux Devices

Rate This Article: Add This Article To:

MooBella has put Linux to work making ice cream, in a vending machine that Wallace and Gromit would be proud of. The MooBella vending machine uses Linux 2.4 and a Red Hat filesystem to make 96 varieties of ice cream, on demand, in about 45 seconds per precisely-measured serving.



MooBella showed off its Linux-powered ice cream machine at a DEMO event in Phoenix today.

The machine has a 15-inch flat-panel LCD interface, with a touchscreen overlay that customers use to choose their flavor. The machine can be stocked with up to two "base mixes," 12 flavor mixes, and three dry-ingredient mix-ins, for a total of 96 possible varieties.

Once the customer's selection has been made, a quantity of base mix is precisely measured and pumped, aerated, flavored, and sprayed onto a flat rotating surface, where it is flash frozen. The product is then scraped up by a tiny snowplow, formed into a cylinder, and dispensed into a paper cup.

Unlike soft-serve ice cream machines, MooBella creates real ice cream, the company says, in 45 seconds, to customer specifications. The machine consumes MooBella's proprietary formulas, which are packaged aseptically using "bag-in-a-box" technology that requires no refrigeration until the bags are opened.

Linux?

Where does Linux come in? VP of Engineering Jim Baxter explains, "When I began the project five years ago, it was a typical embedded project, written in C++, and very restrictive. Later, we realized that number one, the system needed to be modular; and two, we need a lot more horsepower to drive all the things we need to do. That's when Linux rose to the top. That's part of the innovation that led to this."

What's under the hood?

The MooBella machine comprises seven modular mechanical units, including pneumatics, base refrigeration, flavor, processing, primary refrigeration, foodzone, and mixing modules. A Linux-based computer operates each module through a distributed control system based on a CANopen bus. This architecture gives the company a lot of flexibility in testing and repairing modules, Baxter says. "Each module can be tested, operated, and serviced, without being part of a full machine -- as long as you have the OS running," he said.

The MooBella is currently based on a commodity, off-the-shelf PC motherboard, although Baxter says the company is investigating more "industrial" options, noting that cafeterias can present adverse computing environments.

For now, the MooBella is powered by an AMD 2600 processor clocked at 1.3GHz, with 512MB of RAM, and a 40GB hard drive.

I/O includes one serial bus, four USB ports, and one parallel port. Digital I/O is connected through a CAN bus add-in card.

The MooBella also has two different kinds of proprietary wireless interfaces, with a third under development. The first, designed in-house, is used in the machine's network of temperature sensors. For example, a thermocouple buried within the rotating freeze plate allows temperature control as fine as 1/10th of a degree, Baxter boasts.

The MooBella's second, satellite-based wireless interface is used to access the machine remotely by a company hired to manage inventory and machine health. This interface was provided by vending machine maintanence specialist Cantalope, which rents space on satellites for its proprietary networking equipment. Baxter says partnering with Cantalope saved MooBella from developing a lot of human interfaces that Cantalope already had. And, says Baxter, "They were looking for someone like us, who's more computer-based, to take advantage of all they can do. They've taken our source code, and added some hooks."

Baxter also expects to add an RFID (radio frequency identification) radio to the MooBella machine, in order to automate inventory tracking. He says early designs incorporated barcode scanning, which proved cumbersome for maintenence staff.

Additionally, the MooBella has an RJ-45 port, allowing service personnel to connect to the device using crossover cables. "With a crossover and password, you can drill into the machine, download data, manipulate inventory, change the way the machine processes things, or do software upgrades in the field. If the machine is on the Internet, I can do the same things from my desk," Baxter says.

Embedded software

MooBella's Linux implementation is based on a fairly stock 2.4-series kernel, along with a Red Hat 9.0 filesystem. The user interface is based on a Firefox 1.0 browser, allowing simple remote interface updates, and lots of customizability. Baxter explains, "The consumer interface is a set of graphics that's all Web-based. Soon, we'll be pushing graphics into the machine, to help sites such as Brandeis University promote special events."

MooBella also created a service page for maintenance personnel, who can use USB sticks to "push in" interface updates or new graphics.

Baxter notes that the MooBella currently has no payment processing or cup handling system. But, he says those are very well-understood problems, compared to solving the complex problem of making "reliable ice cream every time." He said, "The commerce side is a piece of cake. We've got USB, serial, parallel, and other I/O [available] to connect to cash registers and commerce devices, so we don't actually have to handle money ourselves," he said.

Other open source software leveraged by MooBella includes the PCAN driver, a Linux driver for a Silabs cp210x USB to UART converters, a C development environment, PHP, and dash. And, notes, Baxter, MooBella makes extensive use of open source SQL databases.

Baxter said, "We have lots of databases, including a database with all the graphics information. There's a whole set of databases on all the machine components, so that if we have to substitute a different motor, we can update its characteristics in the database, and the software compensates for that component going in. There's a SQL database for sales, with date and timestamps, so we know what was sold, and when, by basemix, flavor, and mix-in. If there are any errors within the machine, there's a database for that, too."

MooBella's most impressive database, though, has got to be its food product database, which is used to create a "process recipe" executable on the fly, for each product ordered. The executable is then run, at which point it takes control of the various modules, ultimately producing ice cream.

Baxter explains, "Each product has its own characteristics that relate to processes that need to happen in order to make the best ice cream. As a consumer, you make your selection, and machine uses a SQL database to create a process recipe for the specific combination of ingredients you select. For example, the speed of the freeze cycle may need to change, based on how long certain ingredients take to freeze. The speed of the base mix motor pump may need to change, based on the viscosity of a certain material. We have an infinite capability to add food products."

Why Linux?

Baxter says MooBella chose Linux because of its connectivity power, and because of its open source nature. "It's a very powerful system, and there are a lot of people doing innovation in the Linux environment," he said.

Using Linux presented two challenges, Baxter says. The first was finding drivers. "Hardware drivers are tough to find, and tough to get working," he said. "In a lot of cases, they're just not robust enough."

The other challenge MooBella faces is simply getting Linux installed. "For example, say we have a formatted drive, and one we need to upgrade. The process of just pushing our OS and applications onto it is a real pain," Baxter said.

Generally, though, Baxter appears to be more than pleased with the company's choice of Linux, especially in light of what he describes as an "overwhelming" response to the product at today's Demo event. "This product has gotten further than I ever imagined, in my wildest dreams," he said.



Related Stories:


Discuss Device Profile: MooBella on-demand ice cream maker
 
>>> Be the FIRST to comment on this article!
 
 
 
>>> More Linux For Devices Articles Articles          >>> More By Linux Devices
 



FUEL Database on MontaVista Linux
Whether building a mobile handset, a car navigation system, a package tracking device, or a home entertainment console, developers need capable software systems, including an operating system, development tools, and supporting libraries, to gain maximum benefit from their hardware platform and to meet aggressive time-to-market goals.

Breaking New Ground: The Evolution of Linux Clustering
With a platform comprising a complete Linux distribution, enhanced for clustering, and tailored for HPC, Penguin Computing¿s Scyld Software provides the building blocks for organizations from enterprises to workgroups to deploy, manage, and maintain Linux clusters, regardless of their size.

Data Monitoring with NightStar LX
Unlike ordinary debuggers, NightStar LX doesn¿t leave you stranded in the dark. It¿s more than just a debugger, it¿s a whole suite of integrated diagnostic tools designed for time-critical Linux applications to reduce test time, increase productivity and lower costs. You can debug, monitor, analyze and tune with minimal intrusion, so you see real execution behavior. And that¿s positively illuminating.

Virtualizing Service Provider Networks with Vyatta
This paper highlights Vyatta's unique ability to virtualize networking functions using Vyatta's secure routing software in service provider environments.

High Availability Messaging Solution Using AXIGEN, Heartbeat and DRBD
This white paper discusses a high-availability messaging solution relying on the AXIGEN Mail Server, Heartbeat and DRBD. Solution architecture and implementation, as well as benefits of using AXIGEN for this setup are all presented in detail.

Understanding the Financial Benefits of Open Source
Will open source pay off? Open source is becoming standard within enterprises, often because of cost savings. Find out how much of a financial impact it can have on your organization. Get this methodology and calculator now, compliments of JBoss.

Embedded Hardware and OS Technology Empower PC-Based Platforms
The modern embedded computer is the jack of all trades appearing in many forms.

Data Management for Real-Time Distributed Systems
This paper provides an overview of the network-centric computing model, data distribution services, and distributed data management. It then describes how the SkyBoard integration and synchronization service, coupled with an implementation of the OMG¿s Data Distribution Service (DDS) standard, can be used to create an efficient data distribution, storage, and retrieval system.

7 Advantages of D2D Backup
For decades, tape has been the backup medium of choice. But, now, disk-to-disk (D2D) backup is gaining in favor. Learn why you should make the move in this whitepaper.

Got a HOT tip?   please tell us!
Free weekly newsletter
Enter your email...
Click for a profile of each sponsor:
SUPER-PLATINUM SPONSOR
MOBLIN NEWS & LINKS
Moblin Official Blog
Aigo to Go
Wind River's Moblin stack
Adobe AIR for devices
FEATURED VIDEO

Moblin v2 "Fastboot"
PLATINUM SPONSORS
GOLD SPONSORS
(Become a sponsor)

ADVERTISEMENT
(Advertise here)

Check out the latest Linux powered...

Mobile phones!

MIDs, UMPCs
& tablets

Mobile devices

Other cool
gadgets

Resource Library

• Unix, Linux Uptime and Reliability Increase: Patch Management Woes Plague Windows Yankee Group survey finds IBM AIX Unix is highest in ...
• Scalable, Fault-Tolerant NAS for Oracle - The Next Generation For several years NAS has been evolving as a storage ...
• Managing Software Intellectual Property in an Open Source World This whitepaper draws on the experiences of the Black Duck ...
• Open Source Security Myths Dispelled Is it risky to trust mission-critical infrastructure to open source ...
• Bringing IT Operations Management to Open Source & Beyond Download this IDC analyst report to learn how open source ...


BREAKING NEWS

• NAS system houses 2.5-inch drives for up to 6TB
• Atom SBC boasts special low-power mode
• Android leaps to rugged handheld, and more phones
• Simulator runs Android apps on Ubuntu
• Fanless industrial PC taps Atom
• Router platform runs OpenWRT Linux
• Feature-packed UMPC survives four-foot drops
• UMPC pioneer gives up the ghost
• Biodegradable, solar-powered netbook runs Linux
• Hypervisor rev'd for higher reliability
• Eurotech spins Atom development kits
• Home media server to demo on Intel Atom platform
• Atom boards feature fanless DC operation
• Low-cost pluggable NAS adds Linux support
• Taiwan open source conference sets agenda


Most popular stories -- past 90 days:
• Linux boots in 2.97 seconds
• Tiniest Linux system, yet?
• Linux powers "cloud" gaming console
• Report: T-Mobile sells out first 1.5 million G1s
• Open set-top box ships
• E17 adapted to Linux devices, demo'd on Treo650
• Android debuts
• First ALP Linux smartphone?
• Cortex-A8 gaming handheld runs Linux
• Ubuntu announces ARM port


DesktopLinux headlines:
• Simulator runs Android apps on Ubuntu
• Hypervisor rev'd for higher reliability
• Pluggable NAS now supports Linux desktops
• Moblin v2 beta targets netbooks
• Linux-ready netbook touted as "Student rugged"
• USB display technology heading for Linux
• Ubuntu One takes baby step to the cloud
• Game over for Linux netbooks?
• Linux Foundation relaunches Linux web site
• Dell spins lower-cost netbook


Also visit our sister site:


Sign up for LinuxForDevices.com's...

news feed


Or, follow us on Twitter...