https://github.com/mayankpatel97/vend-sensor
Vend sensor PCB and Software for Vending Machines
https://github.com/mayankpatel97/vend-sensor
hardware software vending-machine
Last synced: about 2 months ago
JSON representation
Vend sensor PCB and Software for Vending Machines
- Host: GitHub
- URL: https://github.com/mayankpatel97/vend-sensor
- Owner: mayankpatel97
- Created: 2022-05-29T07:46:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T08:27:56.000Z (over 3 years ago)
- Last Synced: 2025-01-12T17:47:25.617Z (9 months ago)
- Topics: hardware, software, vending-machine
- Language: C
- Homepage:
- Size: 773 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vend sensor is used to detect an item has vend in Vending Machines. It sense the product and send a signal to
the main motherboard, indicating item has vend. Responding to this signal motherboard will stop rotating motorEvery vending machine has a rectangular bucket from where user collects the purchased items. This sensor will
be installed there, so it can detect and count each and every product dropped by machine in to the bucket.A vend sensor must be sensitive and fast enough to detect even tiny products.
The product has two pcbs
1) Transmitter : An array IR LEDs transmitting a 56Khz modulated signal. This pcb is connected with Receiver board through a cable
2) Receiver : This board consist of IR demodulators connected to an STM32F0 microcontroller.************************** PCB ****************************************
Receiver PCB

Transmitter PCB

************************* Software *************************************
As I mentioned above the circuit is built around STM32F0 microcontroller, it uses HAL drivers.
Follow below steps to make the code working1) Download the code and open STM32 Cube file and regenerate the code.
2) Once the code has generated, open the project in keil MDK ARM, and build the code.
3) Then upload the code in the microcontroller.for further details contact me at
mayankpatel468@gmail.com
or send a whatsapp message on
+918802846486