I’m building my own system for the store where I work, including inventory and product pricing.
Right now this system can already be accessed through a phone and even use the camera to scan barcodes and check products. The problem is that this ends up not being very practical in day-to-day use.
The idea would be to have something attached to the employee’s belt or in their pocket where they can simply:
pull it out > scan > instantly see the price and stock.
Because on a phone you usually need to go through the whole process of:
opening the app, going to the products tab, opening the scan function, waiting for the camera to respond, trying to focus to read the barcode, and only then seeing the information.
The store is relatively small, but employees often need to check prices multiple times for a single customer, so I wanted to create something faster and more direct.
I did some research and noticed there’s basically no affordable portable barcode scanner with an integrated screen capable of showing price and maybe stock information.
So I started thinking about whether it would be possible to build one myself that would be portable, have a barcode scanner, and a small display just to show price and stock.
Literally like those supermarket price checkers mounted on walls, but portable.
I already have the system and the API, so theoretically the device would only need to scan the barcode and query the API to display the price/stock.
Does anyone know if something like this would actually be possible to build, or what the best way to make something like this would be?