Feedback Collection System

by suman_1790 in Circuits > Arduino

1970 Views, 0 Favorites, 0 Comments

Feedback Collection System

IMG_20170831_223147[1].jpg
IMG_20170826_190200.jpg
IMG_20170826_185636.jpg

It is always interesting to collect feedback post-events and workshops. To solve that problem, we have made an arduino-based feedback collecting system.

In this project we'll make a electronics device which will gather feedback as per button pressed, using Arduino UNO and switches.

Apparatus:

  • Switch
  • bread board
  • Arduino UNO
  • 330E Resistor
  • Jumper wire
  • Buzzer
  • 9-12 volt power supply

Assemble the Circuit

Capture.PNG

Connect 3 switch in voltage divider rule with 330E resistor and connect the output to Arduino's analog pin.

Here I used the Arduino UNO's analog pin A0, A1, A2.

Connect the Buzzer

IMG_20170830_202240[1].jpg

Buzzer is used here as audio output of confirmation of recording of vote.

Connect the buzzer to output digital pin 12 of Arduino.

I use this buzzer to check whether the vote process has been done succesfully or not of individual person .

If the vote has been done succesfully ,then the buzzer will be sound on after pressing any button

Upload the EEPROM Counter Code

download.png

Upload the EEPROM code to your board using arduino IDE.

Upload the EEPROM Read Code

download.png

Once the feedback collection has ended. Upload the EEPROM read code to get the value of votes recorded.

For testing purpose : You can press any switch and see how many time you press it in serial monitor. The serial monitor will show you the EEPROM value.