Please excuse any lack of knowledge, I'm pretty new to this.
As a part of a larger project, I'm creating this component that can discern the direction an IR signal is originating from and possible the strength of the signal. I've decided to approach this by positioning 32 IR detectors in a ring around the outside of a circular breadboard. The individual IR detectors are TSOP6240 IR receivers from Vishay.
What I'm planning to do is to record the direction that each IR receiver is facing, and by checking to see which IR receivers are actually receiving the signal, the direction that the IR signal is originating from can be discerned. Imagine three IR receivers that are next to each other are receiving the signal, then that means the direction the center IR receiver is facing relative to the designated direction of the component is the direction the signal is originating from. If it is two receivers, then the angle value between the two angle values of the receivers is a rough direction it is originating from.
I also plan on doing all the processing on a standalone atmega 2560 and then output it through UART for use by another microcontroller. I've already designed a schematic based on other forum posts about standalone atmega 2560 projects.
I plan on using my Atmel AVR ISP MKII to burn the bootloader and code into the component through ICSP.
Is there anything I'm missing for the standalone mega or any issues with this way of proceeding with my project?