Main > Lightguns |
GUN4IR - The Ultimate 4 Points Lightgun System |
<< < (27/227) > >> |
PL1:
--- Quote from: JayBee on January 14, 2020, 01:01:21 am ---The model is actually written in the needed hardware list, "Atmega32u4 5V/16MHz". --- End quote --- Yeah . . . that's not enough to identify which specific PCB you're using/recommending. ::) All of the AVRs in the chart above use that same processor/voltage/frequency combination -- with 5 different pinouts, markings, and board sizes. Necessary info about the PCB, pinout, and markings is currently not in the OP. "Arduino Pro Micro Atmega32u4 5V/16MHz" and adding the Rosetta Stone pic would convey that info. Scott |
kill_one:
--- Quote from: PL1 on January 14, 2020, 02:35:47 am --- --- Quote from: JayBee on January 14, 2020, 01:01:21 am ---The model is actually written in the needed hardware list, "Atmega32u4 5V/16MHz". --- End quote --- Yeah . . . that's not enough to identify which specific PCB you're using/recommending. ::) All of the AVRs in the chart above use that same processor/voltage/frequency combination -- with 5 different pinouts, markings, and board sizes. Necessary info about the PCB, pinout, and markings is currently not in the OP. "Arduino Pro Micro Atmega32u4 5V/16MHz" and adding the Rosetta Stone pic would convey that info. Scott --- End quote --- @PL1 therefore Pro Micro and Itsy Bitsy 32u4 is the same board but with only different pinouts? thanks |
kill_one:
--- Quote from: JayBee on January 13, 2020, 08:44:21 am ---- 8* SID1K10CM led or similar specs (they have an angle of only 30° but are very powerful) --- End quote --- SID1K10CM I can not find them the specs of led ir is: 5MM 940NM 200mw/sr 1.3-1.5v 30° quite right? |
Mysli0210:
I do believe you won't need anything specific, except for the wavelength, as mentioned earlier. I run mine at the lowest voltage that is specified and works at 3 meters distance. I bet I could go even lower ;D |
PL1:
--- Quote from: kill_one on January 14, 2020, 03:42:43 am ---@PL1 therefore Pro Micro and Itsy Bitsy 32u4 is the same board but with only different pinouts? --- End quote --- The boards are very similar because a 32u4 processor only needs a few supporting components, and none of those change the way that firmware code is handled. If you look at the ItsyBitsy or Pro Micro schematics, the two main components are an ATMega32u4 processor and a 16 MHz crystal oscillator, both running on 5v. - The supporting components are a few capacitors, resistors, LEDs, a USB connector, a reset switch (ItsyBitsy), a fuse (Pro Micro), a Zener diode, and a power regulation chip. The other possible difference between boards is the bootloader. - It determines which program (AVRDude, FLIP, etc.) you can use to load the firmware into the 32u4, but it won't matter once the firmware is running. The various 32u4 boards aren't exactly the same, but the firmware can't tell the difference. - As long as the board fits into your gun shell and you connect the various inputs/outputs correctly, it should work. ;D Scott |
Navigation |
Message Index |
Next page |
Previous page |