Page 1 of 1 [ 6 posts ] 


Do You Have or Use Arduino Products?
Yes, always! I couldn't imagine not using one! 14%  14%  [ 1 ]
Yes, most of the time. 0%  0%  [ 0 ]
Yes, some of the time. 57%  57%  [ 4 ]
No, never! I couldn't imagine ever using one! 0%  0%  [ 0 ]
What's an Arduino? (I have looked at the website.) 14%  14%  [ 1 ]
What's an Arduino? (I have NOT looked at the website.) 0%  0%  [ 0 ]
On Planet X, we used steam-powered controllers. 0%  0%  [ 0 ]
Other: ________________ (Please Explain Below). 14%  14%  [ 1 ]
Total votes : 7

Fnord
Veteran
Veteran

User avatar

Joined: 6 May 2008
Gender: Male
Posts: 60,947
Location:      

28 Dec 2012, 8:05 pm

I received an Arduino Uno for Christmas. I'm currently writing a program (what they call a "Sketch") to convert keystrokes to Morse Code in real time. Fortunately, there are dozens of people who have posted similar efforts online. I can learn from them, and possibly improve on them, as well. Here's a quote from the page I linked to above:

Quote:
The Arduino Uno is a microcontroller board based on the ATmega328. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.

So, I'm starting all over again in learning a new piece of hardware and the programming language that runs it. Fortunately, the language is not too far removed from the 'C' family of languages.

If you have or are using Arduino products, please post a short description of the applications you are using, and the specifications of your product.

(PS: I selected "Other" in the attached poll because I just got the device.)


_________________
The mere fact that science may not yet adequately explain an object, event, or experience does not mean the immediate explanation should automatically default to a conspiratorial, extraterrestrial, paranormal, or supernatural cause.


HalibutSandwich
Snowy Owl
Snowy Owl

User avatar

Joined: 1 Oct 2011
Gender: Male
Posts: 139
Location: On the hairy end.

30 Dec 2012, 4:04 pm

I recently purchased an Australian made Uno clone. Mainly got it to learn Arduino programming as I'm keen to build a quadcopter. I'm using the Visual Micro plugin for MS Visual Studio to program as I'm comfortable with VS and it gives code completion etc. Haven't done much with it yet as the kit I bought only came with a couple of components and sensors.


_________________
There's something inside me'n'I know it's good...
But understanding, it's misunderstood. - D.A.D.


MDD123
Veteran
Veteran

User avatar

Joined: 6 May 2009
Age: 42
Gender: Male
Posts: 2,007

30 Dec 2012, 4:39 pm

I got an Uno a few months ago. I've done basic projects such as LEDs, dc motors, and 8ohm speakers, I'm not at the point where I think up my own projects, I just follow the instructions.


_________________
I'm a math evangelist, I believe in theorems and ignore the proofs.


RazorEddie
Veteran
Veteran

User avatar

Joined: 18 Jan 2012
Age: 55
Gender: Male
Posts: 610

30 Dec 2012, 6:36 pm

Many 'serious' electronics people sneer at the Arduino but I think it fits a very useful niche. I could probably design and build some equivalent hardware in a day (electronics design work is part of my job) but even so I sometimes use them because they are quick and simple to use.

Fnord wrote:
So, I'm starting all over again in learning a new piece of hardware and the programming language that runs it. Fortunately, the language is not too far removed from the 'C' family of languages.


It is C/C++ with a whole bunch of useful libraries. That 'sketch' business is just a weirdness of the Arduino IDE. It just mashes the sketches together and compiles them using the GCC C++ compiler. I generally use the Arduino libraries but with the Code::Blocks IDE. I personally much prefer Code::Blocks and it gets me back to using standard C++ syntax.
HalibutSandwich wrote:
I recently purchased an Australian made Uno clone. Mainly got it to learn Arduino programming as I'm keen to build a quadcopter.

I was obsessed by tricopters and quads a year or so back. I wrote a complete multi-tasking operating system to run on an Arduino Mega to do it. The final result had full self leveling (gyros and acceleromters) and even had a compass. It also had a barometer for altitude control but I never got that bit working very well. I started on adding GPS before I lost interset.

I don't think I've flown any of my quads in the last 6 months or so. I hate it when obsessions suddenly end...


_________________
I stopped fighting my inner demons. We're on the same side now.


0_equals_true
Veteran
Veteran

User avatar

Joined: 5 Apr 2007
Age: 44
Gender: Male
Posts: 11,038
Location: London

03 Jan 2013, 5:24 pm

I use it. One project is an accessible communication interface for nonverabal people with cerebral palsy. Some actuators are salvaged from old computer mice, which are actually a lit better for this applications than light based actuators, unless you want to pay top dollar.

I think it is great for prototyping. I have used other systems, but none this convenient.

I remember when flash was brand new. it was a bit more complicated to 'blow' the chip as it was called. It is funny they used the phase because usually the last think you want to do is blow the chip.

if you are an electrical engineer you might not rate it, from the point of view of mechatronics, embedded system, product design it is ace. Though I think it is personal taste. proof of concept, meas to an end sort of thing.



MDD123
Veteran
Veteran

User avatar

Joined: 6 May 2009
Age: 42
Gender: Male
Posts: 2,007

03 Jan 2013, 10:03 pm

My PLC class starts on monday, once we get into things, I'm going to bring my arduino up there and try to mimic a PLC's behavior with it.


_________________
I'm a math evangelist, I believe in theorems and ignore the proofs.