The Shop > Electronics & IC Programing

Arduino

<< < (2/3) > >>

Brass_Machine:

--- Quote from: raynerd on January 18, 2014, 03:54:17 AM ---Hi Eric.. You will love it. They are very powerful when you get going on them!

Have you any project ideas?

--- End quote ---

I have some. I have some LED lighting ideas I want to accomplish. Some robotics stuff. 

Dawai:
HI.

  Just dig in.. I didn't start out with the "kit" cause I felt pretty confident on my stubborn nature.    A kit has "examples" already configured for your "wiring components" there, so you can do somethings right out of the box. This guarantees you will have "some success".

  There is so much information available to "make these work" I can't go into all the things, people much better than I at explaining.

  A Uno Arduino costs like $12 off ebay.. comes with a cable.. you spend that much at a fast food hamburger joint and learning is a lot better on you than eating all that carbs and fat.

If you get hung up.. as I have on a couple of these projects.. holler, perhaps I can direct you to the right place to get where you want to go?? 

Write CLEAN coding, make notes as you write stuff so if you come back "cold" you can trigger your memory.. which I have very little of these days.  "//" at the beginning of a line nullifys the rest of that line.. it is a note for later..

I Posted a "how to use" a "stepper.h" file on another post this morning.. by using "pre-written drivers" and "calls" to the "driver to do all the heavy lifting". your code can be much simpler once you understand what is happening and know how to interact with it..

THE Handbag app.. has kicked my butt for a couple of weeks now.. I can't get it to compile without errors.. have not gotten the nexus 7 to work usb, even bought otg cables for it.
  IT is a app that is universal, your arduino code configures the screen on the tablet with widgets, dumps them to the tablet. then updates them.. you could do a dro on a mill or lathe in minutes.. once you got the app to working.. which I have not.. so far.

two dollars worth of tip120, or IR530, IR540 can operate things and amaze people. 

tom osselton:
I found this interesting while exploring the makezine site.

http://makezine.com/projects/projects-in-motion-control-three-types-of-motors-with-555-timers/

Dawai:
A 556 is two 555 timers in one IC.  I used to use a 556 1st half to generate the waveform, and the other half to modify it's pulse width.  using two pots, you modify speed and pulse width to tune it in.  THIS was on a tattoo machine to replace the points-capacitor coil drive. My system would run the machine much faster, and drive the needles "ALL THE WAY IN" if you wanted to make hamburger by widening the pulse waveform.

A 555 is a 8 pin if I remember correctly, a 556 is a 16 pin.  On some of the capacitors needed to make this work, it requires a electrolytic capacitor. I spent half a day trying to make a ceramic capacitor work in a circuit in the 80s.

A arduino can modify frequency, and pulse width with a minimum of components.

AND who says one system, a single device is easier to use on a  bread-board with all the loose connections.. My first automated casting operation was breadboard based, I controlled the wax burn-out oven, the electro-melt in time and temperature, both got to the "apex" of burnout and molten metal at the same time.  BUt stomping the floor in my tiny wooden building shop while I was drinking, kicking a punching bag, made the system fail with loose connections. 

PROToTYPING Wire-wrap is perhaps a little bit better than a perf or bread board.  Flip the devices upside down and "hot glue" them to a piece of plastic or??  Looks like crap, runs like magic. CHEAP. and pretty dependable, even if you are kicking a punching bag in the same room.

PekkaNF:
I got Arduino Uno a week ago. Followed Arduino site and started doing examples on from top to down and left to right:
http://arduino.cc/en/Tutorial/HomePage
I had most of the hardware, I used to do some electronics on and off. Whole lot less with the sorface mounted components. I don't mind using magnifier to find them, but there is real risk of "blowing off" worth of 100€ of components when carelessly sneezing or inhaling.

Then I ordered two books:
 Getting Started with Arduino, 2nd Edition
By Massimo Banzi
Publisher: Maker Media, Inc
Released: September 2011
Pages: 130
http://shop.oreilly.com/product/0636920021414.do?green=1F313C24-404C-586A-ACAD-9471D450CFD5&intcmp=af-mybuy-0636920021414.IP

+++ Inspiring book, if you don't have a glue about processor, programmin, electronics or electricity in general. Fine if you are vegan and used all life to study classic arts or such and you are contemplating if you an do something with this stange object

---- This is no good if you can spell the words: processor, programmin, and electronics. You are beter of just reading this and doing the experimets as they came: http://arduino.cc/en/Tutorial/HomePage, then again one of the official kits a way to go if you got no breadboard and such.


Second book is this one, and it looks like a good intro, not too complicated at all to greater audience:
http://shop.oreilly.com/product/0636920022244.do?intcmp=il-na-books-videos-product-intsrch_arduino_ct
Arduino Cookbook, 2nd Edition
Recipes to Begin, Expand, and Enhance Your Projects
By Michael Margolis

I have done some C, way before any post operands on it and some 8-bit processor hardware in the 1980s. This is no stranges, just weird feeling to download a program (IDE), drivers, hook up a card and start playing. It has a serial monitor too :D. But no real debugger.

All basic C:stuf is there, but very little about the libraries.

I recommed the Arduino, but please read this before hooking up anything new to I/O pins:
http://ruggedcircuits.com/html/ancp01.html
It's all really basic, but I still would not buy one of those boards for myself.

PekkaNF

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version