Show Posts
|
|
Pages: [1] 2 3
|
|
4
|
Forum 2005-2010 (read only) / Syntax & Programs / Re: Auto-fish-feeder...how to keep track of time?
|
on: May 23, 2010, 09:14:42 am
|
|
For now i'm having 2 problems. first: no multitask with arduino, I can switch tasks every 50 milisec but for complex tasks that doesn't work. second: time, but i will build a RTC but i liked that idea. The problem is that I will need more than on alarm a day. Morning and Evening at least. But that's a very good idea.
thanks for your advice.
|
|
|
|
|
7
|
Forum 2005-2010 (read only) / Troubleshooting / Re: Servo only rotates about 150º
|
on: May 20, 2010, 06:32:09 am
|
|
Description: Here is a simple, low-cost, high quality servo for all your mechatronic needs. Small servo with a standard 3 pin power, control cable, and mounting hardware. This servo is very similar in size and specifications to the Hitec HS-55.
Its a copy of Hitec HS-55
|
|
|
|
|
8
|
Forum 2005-2010 (read only) / Troubleshooting / Servo only rotates about 150º
|
on: May 20, 2010, 06:12:38 am
|
|
Hi all, I just get my servos yesterday, I'm using the servo library to control them, but they only rotate about 150 degrees. Any idea? Can it be solved with code?
Other problem I have is with control, they aren't very smooth, seams they are glitching.
Thanks for your help.
|
|
|
|
|
13
|
Forum 2005-2010 (read only) / Interfacing / Re: Nokia lcd 3310 shield
|
on: June 14, 2010, 10:50:50 am
|
|
Thanks, but i don't understande nothing on PDF, i don't know too mutch of electronics.
can you help me with pin out?
On my code I have: #define RES 10 //pin10 #define SCE 9 //pin9 #define DC 8 #define SDI 7 #define SCK 6 //pin6
can you help how to change my pin connections so I will be able to use the same pins that shiled have to use the library.
Thanks!
|
|
|
|
|
14
|
Forum 2005-2010 (read only) / Interfacing / Re: Nokia lcd 3310 shield
|
on: June 14, 2010, 09:21:50 am
|
|
Can you tell me witch pins are used by the shield?
imagine, something like this
LCD Pin 8 - RES - RESET ---------------------->Arduino pin 6
I wanted to use it with a standart LCD, not the shield, but i'm not sure how to config the pinout.
Thanks!
|
|
|
|
|