Loading...
  Show Posts
Pages: 1 2 3 [4] 5
46  Forum 2005-2010 (read only) / Interfacing / Re: Arduino Ethernet and External Web Server on: September 07, 2009, 01:17:39 am
No, im not the same webserver software, but basically the same, apache... php.

I own a dedicated ubuntu box, and when I try the code by hand
ex: /daniel/save.php?pwd=segredo&temp=10

it works.

I dont think the problem is with the server,
but somehow the data is not leaving my home network, somehow to add the router IP and gateway. But im new to ths code and dont fully understand it yet.

Thanks
47  Forum 2005-2010 (read only) / Interfacing / Arduino Ethernet and External Web Server on: September 06, 2009, 10:23:36 am
Hi, i'm using the <etherShield.h>,
I was able to write data on a webserver hosted on my computer, but when I tried to change the server from my computer to my dedicated webserver, is seems to not write any data.

My code is here http://pastebin.com/m441e38e6

If anyone could help! Thanks
48  Forum 2005-2010 (read only) / Interfacing / Re: Button Interruption on: August 02, 2009, 09:28:05 pm
im doing a delay(1000) before the end of the loop()

should I just decrease the delay and use a
  buttonState = digitalRead(buttonPin);

or is there any better way of doing it?

another question,
I have 3 buttons,

I want to do like, if I press two at the same time for like some seconds it will able to change the hour. My code for that is bit ugly, but this is the idea

Code:
 if(b1==HIGH && b2==HIGH && b3==LOW) {
    if(activate<400) {activate++;}
  else {hour++;}
  }

i would like to know how would you do.
thanks  smiley-wink
49  Forum 2005-2010 (read only) / Interfacing / Button Interruption on: August 02, 2009, 01:19:48 pm
Hi, I was looking for information related to interruptions, but couldn't find a answer for my question. I think it's not that hard to solve.

I'm making a LCD + RTC + Temperature Sensor project.

I want to make the time configurable using buttons.

I want to use 3 buttons that when pressed do something, but there is only two interruptions, what would be the solution?

also, im making something like

Quote
void valor() {  
  hora++;
}

to add hour when its pressed, but it usually ads way more then 1 hour everytime. Any idea how to fix this too??

Thanks
50  Forum 2005-2010 (read only) / Interfacing / Re: Canon XSI on: April 22, 2009, 06:57:56 pm
yes, it worked

changed the cable and worked

thanks =)
51  Forum 2005-2010 (read only) / Interfacing / Re: Canon XSI on: April 22, 2009, 10:47:14 am
p1 is the 2.5mm audio jack =)

but its taking pictures even if the cable is connectect to nothing, just one site on the camera
52  Forum 2005-2010 (read only) / Interfacing / Canon XSI on: April 22, 2009, 06:33:20 am
Hello, I was trying to connect my canon XSI to arduino using a p1 cable and an phototransistor 4N28.

The thing is that when I connect the p1 connector on my camera, and I turn it on, it autimatically take a photo and does nothing else.


Does any one know where can I get more information on how the extarnal shutter works??

thanks
53  Forum 2005-2010 (read only) / Interfacing / Re: Proximity Sensor on: April 06, 2009, 06:58:15 pm
yes, my idea is to have the sensor on a servo scanning the area with something like 120º.

so its better a narrow sensor?
54  Forum 2005-2010 (read only) / Interfacing / Proximity Sensor on: April 06, 2009, 06:39:19 am
Hi, I want to build a robot that will on and change directions when there is an object on his way. I`m thinking about buying a Ultrasonic Sensor,
but I'm not sure which one to buy.

Maxbotix LV-EZ0 -- Maxbotix LV-EZ4

the 0 have a more spread width of band, and the 4 have a strait width. Im just wandering if you guys have any idea in which one is the best for the project.

Thanks
55  Forum 2005-2010 (read only) / Interfacing / arduino + usb stick on: August 12, 2008, 09:01:25 am
Hey, I would like to save some information provided by arduino on a usb stick, does any one knows where I could get some information?

I want to be able to read a information and save it as txt on a usb.

thanks =)
56  Forum 2005-2010 (read only) / Exhibition / Breathalyzer with MQ-3 and Arduino on: March 07, 2010, 09:48:15 am
Hi, I've made a Breathalyzer with MQ-3 and Arduino and wrote a full DIY tutorial

if you guys wanna take a look:



TUTORIAL HERE:

http://www.danielandrade.net/2010/03/07/building-an-breathalyzer-with-mq-3-and-arduino/

 smiley-grin
57  Forum 2005-2010 (read only) / Exhibition / Re: Sending data to external web server (php, xpor on: June 01, 2008, 10:49:26 am
Thanks, I was looking for something like that  ;D
58  Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: arduino as ICSP programmer on: November 08, 2008, 05:56:54 pm
thats the thing,
i dont know which one to use
where can I get information for the fuse and lockbits?
do you know?
59  Forum 2005-2010 (read only) / Frequently-Asked Questions / arduino as ICSP programmer on: November 07, 2008, 10:30:59 pm
Hi, I came to this  http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html website, made the connections, but cant manage to bootloard my atmega8

the information on the website if for the atmega168, and im not finding a way to make it work witrh atmega8

does anyone tried this, or have any idea on what should I change to make it work?
thanks  smiley
60  Forum 2005-2010 (read only) / Frequently-Asked Questions / arduino standalone question on: August 22, 2008, 06:47:22 am
this is my first project using the atmega programmed using  the arduino, but standalone.
 
I'm not sure if I made all right, so if you could take a look at the circuit at see if there is any problem on it.  Wink
 
here's the link: http://img.photobucket.com/albums/v107/tigerbr/1stproject.png
 
thanks a bunch  Grin
Pages: 1 2 3 [4] 5