hey so i'm building a standalong board with the atmega 328 chip from an arduinoboard flashed with the arduinoboy sketch. trying to make a small as possible board (i could probably do a smaller one with a arduino micro or something but i only have the large atmega chips on hand)
Since i'm planning on using the chip off the board i was looking at its wiring and noticed something on the arduino website:
"Pin 21 - AREF - Analog reference pin for ADC
Pin 20 - AVcc - Suppply voltage for the ADC converter. Needs to be connected to power if ADC isn't being used and to power via a low-pass filter if it is (a low pass filter is a circuit that reduces noise from the power source. This example isn't using one)"
i know the arduinoboy uses the A0-1-2 pins as output to the gameboy. correct me if i'm wrong but that means that those pins behave as digital pins not analog am i right?
does that mean i can negate doing any AREF and AVcc low pass filtering like mentioned on the site? i can just use the barebones circuit (crystal + 2x22pico caps) (maybe the reset button as well... not even sure i need that)
i'll probably need to add a voltage regulatoras well... planning on using a 9V dc battery to power the circuit. it'll be in its standalone box (not integrated in the GB)
Here is a video i did of the test circuit wired with a breadboard (for fun)
https://www.youtube.com/watch?v=wNsFlE-srX0