(eg)grocer

Made by lortega · UNLISTED (SHOWN IN POOLS)

The (eg)grocer is a small IoT egg shaped device. It can be placed within ones fridge or pantry. Using a small embedded camera, it is able to monitor your ingredient usage, both what types and frequency, and is able to automatically order items so that they arrive before you run out. A modern automation on grocery shopping.

Created: November 1st, 2019

0

The (eg)grocer sets out to automate the task of grocery shopping. It is able to take your ingredient usage and make the appropriate orders before you run out of any ingredient.

It simply uploads the images to the company server where the information is processed. This begins with image processing to identify what it is that's being consumed at any given moment. This information is then passed along to a user account where it manipulates a data structure holding the ingredient pairs and their frequency of usage along with how much of a given ingredient is left. When the account takes notice than an ingredient is running low, it orders it such that it will arrive before that ingredient runs out.

The danger arises in the ordering process. With all this being done through a company server, there would have to be banking information stored alongside a user account. If people with malicious intent were to breach the data of this company, they would have access to each users banking information, along with name and address which would be needed for shipping purposes.

Design Recommendations:
If a device absolutely must deal with sensitive information such as banking info, it should be stored remotely with the device and not handled server side. If for any reason there is a need for purchases to be done by a server rather than the device, a more secure option would be for the purchasing to be done by the company, and then users pay the total cost of their groceries, after a set period. This would get rid of the requirement that user payment info be constantly stored with the company.

x
Share this Project

This project is only listed in this pool. Be considerate and think twice before sharing.


Courses

49313 Designing for the Internet of Things

· 11 members

Thermostats, locks, power sockets, and lights are all being imbued with smarts making them increasingly aware and responsive to their environment and users. This course will chart the emergence of ...more


Focused on
About

The (eg)grocer is a small IoT egg shaped device. It can be placed within ones fridge or pantry. Using a small embedded camera, it is able to monitor your ingredient usage, both what types and frequency, and is able to automatically order items so that they arrive before you run out. A modern automation on grocery shopping.