Share
Results 1 to 20 of 169

Thread: Manipulating welder output with Arduino

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3

    Default

    Arduino uses an AVR microcontroller, and is programmed in C++. The main advantage over PIC, as I understand it, is that Arduino has been wrapped in many layers of fluffy padding, to make it more accessible to beginners. Those looking to "roll your own" can buy an AVR chip with Arduino bootloader sans the surrounding hardware for about $5 and still use the same code. I don't know what a plain AVR chip goes for.

    The Arduino does have a 3.3v signal that can be used with sensors or ICs that expect 3.3v supply, but the digital output pins are always referenced to 5v as far as I know. It would be nice if I could come up with a way to use the full 5v resolution and then step it down to 2.7v reference in analog, but practically speaking, I seem to have sub-1-amp resolution even going between 0 and 2.7 volts natively, so I'm not sure it's worth the effort.

    How is a PIC chip programmed? Native assembly, or high-level like C? Are there pre-constructed PIC packages that include support hardware like a regulated supply and so forth, or is that all DIY?
    Last edited by joshuab; 08-25-2013 at 09:29 PM.

Similar Threads

  1. DIY Arduino THC - Video
    By EmptyNester in forum Everlast Plasma Cutters (PAC)
    Replies: 129
    Last Post: 09-26-2015, 06:49 AM
  2. DIY Arduino THC - Pass 2
    By EmptyNester in forum Everlast Plasma Cutters (PAC)
    Replies: 14
    Last Post: 12-06-2013, 12:58 AM
  3. PP256 goes high and low with output
    By BlownBlueZ06 in forum Everlast Plasma Cutters (PAC)
    Replies: 15
    Last Post: 01-29-2012, 06:04 AM
  4. Thermal Arc 400GMS max output?
    By welderdude in forum General Welder Questions
    Replies: 2
    Last Post: 12-31-2011, 05:23 PM
  5. Power I-MIG 160 output on 120?
    By welderdude in forum MIG Welding (GMAW/GMAW-P/FCAW)
    Replies: 1
    Last Post: 06-21-2011, 03:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •