Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

need help for senior project

Status
Not open for further replies.

jay_zee

New Member
hello everyone,

i am a graduating student of a 5 term electronic technologist, and we need to present something for our senior project fair before we can graduate. we already have an idea for the project but our problem is, we dont have idea :( on how we going to start with our project. our project was a price tag (bar code) detector, which can change the pricing of a merchandize in a flick of a light (led, or whatever light source). is there anybody out here that have any suggestion that can help us with our project, we desperately need help.

thank-you,
juan
 
The bar code isn't anything to do with the price, it's simply a reference number - when it's scanned at the checkout the reference number is checked in a computer database and the price and information for that product supplied to the till.

To alter the price you need to alter the database in the computer.
 
senior project needs help

hello evryone,

thank-you for your feedback but the project is about changing the price of the merchandize with the flick of the light. our instructor told us that we need to do some research about lights which will be our source. what we need for our project was a light source(anything), and a light detector. both device will be connected to the controller. is there anyone that have any idea about our project. by the way, our instructor also mention that it was already use somewhere in europe. any info will be much appreciated.


thanks,
juan
 
i am a graduating student of a 5 term electronic technologist

Would you be graduating from Devry per chance? That sounds like their program.
 
Okay, I think he needs to build the following.

Basically a LCD which is mounted on the front of the shelf and shows the current price. When a price-change occurs in the back-of-house system, they modulate the lights in the store in a manner which isn't really noticable to the human eye. However, a sensor mounted inside his gadget detects the light being modulated and updates it's display to reflect the new price.

This has already been done commercially although I don't know how sucessful it is, or if it is in widespread use. Basically, they update the price labels ( the LCD display on the shelf ) 30 minutes before they update the price at the register. This gets around the situation whereby people see it at one price and it is another when they get to the register. Depending upon local statutes they may need to change the register price immediately if the new price is lower than the previous price.

He's going to need a few things with this.
The LCD label ( for want of a better term ) is going to need a small micro which can drive the LCD glass, and decode the output from whatever his opto sensor is. It will also need some form of EEPROM to store the current price in case of power-fail or whatever. Ideally, it should probably be solar powered, with a current drain that would allow it to run from incandescent lighting.

On the transmitter / receiver, I'd cheat and use IR. Use the excuse that there are to many variables inplaying with the existing in-store lighting and you are concerned about the overall safety etc. They should buy that one :) Design a simple RS-422 receiver module which can decode the serial data stream and pulse it out to the IR LEDs. Put these in the roof every 12 feet or so. It should still work out cheaper than any method of playing with the in-store lights.

In the Labeling LCD, you will need a small micro with some onboard EEPROM. Try to run it from a 32khz crystal to save power. A simple photo-transistor should be able to work as your detector, or at worst case a full IR reciever module.

Your Labeling LCD should also have an ID code so that it can be addressed by the back-of house system.

When a price change comes though, it would consist of a simple multi-byte message something along the lines of <label_id_code> <new_price> A label would only update or change the price if the message was addressed to it.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top