Sr Design Project: Mailbox LED Notif w/ PIC Microcontroller

Click For Summary
SUMMARY

The discussion focuses on designing a mailbox notification system using a PIC microcontroller, a PARALAX motion sensor, and a Cherry position sensor. The user seeks advice on selecting an appropriate microcontroller, having previously used an Atmega32 for a similar project involving IR detectors and wireless communication with XBEE modules. Key considerations include programming language compatibility and the number of I/O ports required for the sensors.

PREREQUISITES
  • Understanding of PIC microcontroller specifications
  • Familiarity with PARALAX motion sensors
  • Knowledge of Cherry position sensors
  • Experience with wireless communication protocols, specifically XBEE
NEXT STEPS
  • Research different models of PIC microcontrollers suitable for sensor integration
  • Learn about programming PIC microcontrollers in C
  • Explore the capabilities of PARALAX motion sensors for mailbox applications
  • Investigate alternatives to XBEE for wireless communication in sensor projects
USEFUL FOR

Electronics enthusiasts, engineering students, and hobbyists interested in microcontroller projects, particularly those focused on sensor integration and wireless communication systems.

soccerkingjb
Messages
1
Reaction score
0
I am currently working on my senior design project. My idea is to create a system that will detect when a person has mail in their mailbox and notify that person by transmitting a signal to a box in the house that will light an LED. I am planning on using a PARALAX motion sensor in the mailbox and a Cherry position sensor on the outside of the mailbox to detect the position of the flag. My question is on what type of microcontroller to use to do this. I was thinking of using a PIC but have no idea on which microcontroller to get. Any help would e appreciated.
 
Engineering news on Phys.org
I did the exact same thing for my junior design project. However we used a basic magnetic sensor to detect the flag, an XBEE to communicate wirelessly with another module, and we used IR transmitters/detectors to detect if there was mail. Good luck to you!

To answer your question, choose a chip which will let you program it in your language of choice, and one which has a suitable number or inputs/outputs.

We used the Atmega32. It supports C, had 8 A/D converts (which we used for the 8 IR detectors), and a simple USART which made working with the wireless communicator device easy.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
7K
Replies
9
Views
4K
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 9 ·
Replies
9
Views
14K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
9
Views
4K
  • · Replies 2 ·
Replies
2
Views
5K