Skip to main content
PCB Layout software: Originally I began designing parts in Cadsoft Eagle, but a friend of mine who was working on a project for the FAU marine robotics club demonstrated a much easier way of creating part footprints in a program called Copper Connection. It took some getting used to, but once I learned the interface I uninstalled Eagle alltogether. Copper Connection allows for multiple layers and exports designs in the same way Eagle does.

Link to Copper Connection Site: https://www.expresspcb.com/CopperConnection/

Essentially what you are looking at is an Arduino Pro-Mini. The JDAM features an ATMEL ATMEGA328p-au running at 16Mhz and powered by 5 Volts. The main board has the following features:

3 hardware debounced push buttons for accessing the menu and making adjustments
1 hardware debounced OMRON D2F lever switch to act as a trigger input (also used for menu input)
1 2-position dip switch which controls the tournament settings lock, and the eye logic mode.
1 FTDI programming port
1 128X64 pixel OLED output port
1 3-pin anti-chop eye port
1 Solenoid output port
1 Battery input port

The board is designed in such a way that the Angel paintball marker can be used with a 9V battery. The installation is simple. JDAM uses the original screw hole locations.

Below is a video of the original development breadboard circuit.

Comments

  1. Wow, amazing block structure! How long
    Have you written a blog before? Working on a blog seems easy.
    The overview of your website is pretty good, not to mention what it does.
    In the content!
    vstpatch.net
    Webanimator Plus Crack
    Minitube Crack
    SpyHunter Crack
    Glarysoft Malware Hunter Pro Crack
    WinRAR Crack

    ReplyDelete


  2. Pretty great post. I simply stumbled upon your blog and wanted to mention that I have really loved surfing around your blog posts. Great set of tips from the master himself. Excellent ideas. Thanks for Awesome tips Keep it
    cadsoft-eagle-pro-crack
    proshow-producer-crack
    sam-broadcaster-pro-crack
    extreme-picture-finder-crack
    cyberghost-vpn-crack

    ReplyDelete

Post a Comment

Popular posts from this blog

Original Design: The WDP Angel LCD was, in it's time, one of the most advanced paintball markers on the market. WDP was the primary manufacturer and designers like Ken Rice were probably responsible for many of the design features that I sought to mimic. The Angel was highly popular among professional paintball athletes in the NPPL and PSP as well as weekend warriors, like myself. The above animation is quite old and has been kicking around the web for over a decade, but it does show all the parts in the Angel LCD working in symphony. The trigger is pulled by the user, a signal is sent to a PIC microcontroller, located in the handle/frame, which interprets the input and sends an output signal with the correct voltage and amperage to the SMC solenoid housed in the body of the marker (blue component, upper left of the picture). The solenoid controls the flow of regulated air to the markers pneumatic air ram. The ram moves a spun brass hammer back and forth; when in the forward mo...
When I was in college, I was always interested in the relationship between the software I had written and the hardware provided to me in various electronics labs. At FAU our focus was primarily on learning how to program the TI MSP430 family of microprocessors. I remember spending weeks learning the instruction set for the MSP430 so that I would be able to pass my assembly language exams. We covered the normal ABET required algorithms, which were interesting, but I really wanted my microprocessor to do something useful. One night I was finishing an assignment in the FAU electronics lab and one of the TA's for my class handed me an Arduino Micro and explained to me that the language was very similar to C/C++ and that I should be able to pick it up very easily. He was right. At the time I was working on a replica Enigma cipher machine and I needed a way to spin the rotors so that my plain text could be encrypted to cipher text. I remember staying up really late that night learni...