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
|
|
|
|
|
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 if(b1==HIGH && b2==HIGH && b3==LOW) { if(activate<400) {activate++;} else {hour++;} } i would like to know how would you do. thanks 
|
|
|
|
|
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 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
|
|
|
|
|
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
|
|
|
|
|
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 =)
|
|
|
|
|
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 
|
|
|
|
|