Loading...
  Show Posts
Pages: 1 ... 30 31 [32] 33 34 ... 36
466  Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Help with #Include on a MAC... please? on: November 06, 2009, 06:53:51 pm
In IDE 17 on my MAC  I find a folder called Arduino in Documents.  I then had to create a folder called libraries and put all of my libraries in it.

Hope that helps
467  Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Parse Data on: November 06, 2009, 02:48:34 pm
Something like this?

void GetData()
{
while (i<data.length()smiley-wink
{
string = string []++;
}
  sscanf (string,"%d %d %d",temp1, temp2, sun);
}
}
468  Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Parse Data on: November 05, 2009, 10:06:27 am
I actually get more than 4 lines of data, but I always have 3 values and they are always on the last line.    Anyone have and examples?
469  Forum 2005-2010 (read only) / Frequently-Asked Questions / Parse Data on: November 05, 2009, 07:17:54 am
I'm GETting data from Pachube, but not sure how to use it.
I've been told to
Quote
Parse the data down to just the CSV values and then use sscanf() to put the data into variables.
I haven't a clue how to do that.
The data I get is the following:
Content-Length: 7
Vary: Accept-Encoding

39,60,0
I need to have the last 3 numbers in variables like temperature=39.
Can anyone point me in the right direction?
470  Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: RGB LED setup? on: November 03, 2009, 07:09:56 pm
The leds I have are Common Anode.  Anyone have a code example?
471  Forum 2005-2010 (read only) / Frequently-Asked Questions / RGB LED setup? on: November 02, 2009, 07:14:46 pm
Hi,
Silly question, but I can't find what I'm looking for.
Can anyone direct me to how you setup an RGB led with 4 leads?
Also any sample code would be much appreciated.

Thanks  smiley-wink
472  Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Power issue? on: November 01, 2009, 04:48:29 pm
Thanks Mike.  That did the trick!
473  Forum 2005-2010 (read only) / Frequently-Asked Questions / Power issue? on: October 31, 2009, 04:34:05 pm
Hi,
I have 3 leds and an LCD connected using the liquid crystal library and one switch running off a 9 volt battery .  Program was running fine, but now it doesn't work until I press reset.

The lcd backlight lights up when I turn it on, but the program doesn't run until I hit reset.  Any ideas as to what is causing this? I've tried switching batteries but no luck.  What could cause this? Is it a power issue?

Thanks!
474  Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Atmega328 LCD LiquidCrystal problem on: October 31, 2009, 01:19:53 pm
Have you tried the tutorial?  It has some great pics. Liquid Crystal works fine with the 328.  My problem always comes down to the wiring.

http://www.arduino.cc/en/Tutorial/LiquidCrystal
475  Forum 2005-2010 (read only) / Frequently-Asked Questions / Posting sensor value to a web page on: October 14, 2009, 06:02:05 pm
Hiya,
I've got my Arduino connected to some temp sensors and a WiShield.
What is the best method for getting the sensor data on a web page?
I know HTML, Javascript, but am a beginner at PHP.

I want to end up with a personalized weather page  using my sensor values .  What is the best way to get my live data into a web page?
Is it to POST to a PHP page?

Any help is appreciated.

Thanks!
476  Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: HOW/WHERE TO START - PLEASE HELP ME on: October 12, 2009, 07:58:22 am
Start with a starter pack from Adafruit.

http://www.adafruit.com/index.php?main_page=product_info&cPath=17&products_id=68&zenid=083f77a6813a0dd9fcc33371e3c97016
477  Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Sources for a shield for a stepper motor on: October 13, 2009, 08:42:09 am
Try this one from Adafruit.
http://www.adafruit.com/index.php?main_page=product_info&cPath=17_21&products_id=81&zenid=2f5b648532d43cfee198f24a1517c39f
478  Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Suggestions please! (ordering for the first time) on: October 03, 2009, 07:32:21 pm
I would start out with a complete Arduino from Adafruit http://www.adafruit.com/index.php?main_page=product_info&cPath=17&products_id=50&zenid=4a93e37550f3f08fed267bd7b1dd0ed6 (no soldering involved as it is already done) and a WiShield from http://Asynclabs.com.
479  Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Date & time goes off on: October 02, 2009, 02:12:25 pm
Your latest code is sequencing correctly.
How do I look at what is coming down the serial port?
480  Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Date & time goes off on: October 02, 2009, 06:20:15 am
I get a perfect sequence of numbers in Arduino Serial monitor when running your sketch.  Haven't tried Processing yet.
Pages: 1 ... 30 31 [32] 33 34 ... 36