| Author |
Message |
|
Waterppk
|
Post subject: Arduinos Posted: Thu Feb 18, 2010 11:44 am |
|
Joined: Sun Feb 14, 2010 9:29 pm Posts: 84 Location: Downtown/Campus - Madison, WI
|
|
Anyone else working with Arduinos locally?
|
|
| Top |
|
 |
|
engunneer
|
Post subject: Re: Arduinos Posted: Tue Feb 23, 2010 4:51 pm |
|
Joined: Tue Feb 23, 2010 4:47 pm Posts: 21 Location: Eastside Madison
|
|
I've done some basic tinkering, but the last time I played with one the software was still revision 12 or 13, I think. I was out of country for 7 months, so didn't have access to my project boxes. I have a couple of the mini versions of the arduino, so they aren't directly compatible with the shields.
I also just got a Parallax Propeller, and have a small pile of AVR chips that I am meaning to play with. I've worked with PICs and some other lesser known stuff in the past.
Edit: This topic should get moved over to the Hardware section
|
|
| Top |
|
 |
|
Charle
|
Post subject: Re: Arduinos Posted: Tue Feb 23, 2010 8:57 pm |
|
Joined: Mon Feb 22, 2010 8:44 pm Posts: 12 Location: Madison Wi
|
|
I've used basic stamps in the past. ( Material use meters for work mostly.) Arduino shields would have made the design easier. Next time I have a need I'll be using it. C
|
|
| Top |
|
 |
|
Waterppk
|
Post subject: Re: Arduinos Posted: Thu Feb 25, 2010 12:35 am |
|
Joined: Sun Feb 14, 2010 9:29 pm Posts: 84 Location: Downtown/Campus - Madison, WI
|
|
@Charle What do you mean by material use meter?
I've got a Duemilenove, a Mega and the Sparkfun Pro Mini version of the Arduinos. I've been using them for a few months and really found them an excellent way to jump into embedded software development. Of course they're a little high level for some tasks, but for the most part you can get things prototyped really quickly.
|
|
| Top |
|
 |
|
Charle
|
Post subject: Re: Arduinos Posted: Sat Feb 27, 2010 9:48 am |
|
Joined: Mon Feb 22, 2010 8:44 pm Posts: 12 Location: Madison Wi
|
Its a reflective sensor, keypad and lcd added to a bunch of roll laminators. The operator zero's the counter at the start of a job, and gets the correct amount of material to bill at the end of the job. I produced the circuit board with an engraving bit on a cnc router. Using the Arduinos shields would have saved me enough time to learn the Arduinos software, and the language. One of the things that gets me interested in sector67 is the chance to see what tech other people use. 
|
|
| Top |
|
 |
|
Waterppk
|
Post subject: Re: Arduinos Posted: Tue Mar 09, 2010 10:22 am |
|
Joined: Sun Feb 14, 2010 9:29 pm Posts: 84 Location: Downtown/Campus - Madison, WI
|
|
| Top |
|
 |
|
Charle
|
Post subject: Re: Arduinos Posted: Tue Mar 09, 2010 8:24 pm |
|
Joined: Mon Feb 22, 2010 8:44 pm Posts: 12 Location: Madison Wi
|
|
It looks like You are getting higher resolution with the etching method. I used a CNC that had more backlash than was ideal, and the depth of the cut was an issue. I'm looking forward to trying the mini mill, but I haven't yet. And yes, here in Madison.
|
|
| Top |
|
 |
|
zagnut999
|
Post subject: Re: Arduinos Posted: Fri Mar 12, 2010 4:50 pm |
|
Joined: Fri Mar 12, 2010 4:27 pm Posts: 16 Location: Madison, WI
|
|
I have a few arduinos, which led me to also use some other Atmel chips as they are fairly close to the same instruction set. I have been thinking about trying my hand at etching but haven't taken the time to do so. Currently, I am working toward a two wheeled balancing robot, but haven't had a lot of time recently.
|
|
| Top |
|
 |
|
mattsmith4
|
Post subject: Re: Arduinos Posted: Thu Jan 20, 2011 3:42 pm |
|
Joined: Thu Jan 20, 2011 3:19 pm Posts: 2
|
|
I just got my first Arduino for Christmas and am pretty stoked about playing with it. I just got some MOSFETs in the mail so that I can control RGB LED lights strips. I have some ideas for cool light displays. I also have some ideas for next year's Halloween costume with movie parts and LEDs and my long term goal is to learn how to use my Arduino to control relays so I can program my christmas lights for next year.
I think I'm already past the Arduino 101 class but will definitely fit the 102 class into my schedule. Thanks for this great forum!
|
|
| Top |
|
 |
|
jasongullickson
|
Post subject: Re: Arduinos Posted: Mon Apr 11, 2011 11:35 pm |
|
Joined: Mon Apr 11, 2011 11:15 pm Posts: 2
|
|
I've been playing with Arduinos for awhile now and they are great for quickly throwing together prototypes and because they are so popular there are lots of cool things that "just work" (the GRBL CNC controller comes to mind).
The thing I really like about the Arduino is that it's fairly straightforward to prototype something with it and when you get the final design you can distill the Arduino board, shields, etc. down into a custom board without having to start over with a new microcontroller, etc.
I've used them for everything from a simple way to add a custom hardware interface to a desktop computer app to stand-alone logging/monitoring system for a remote solar power setup. It also got me into working with the Atmega chips directly (C/C++ and avrdude, etc.) and now I'm working on an 8-bit "smartphone" based on the atmega32u4, among other things.
|
|
| Top |
|
 |