lunes, 8 de abril de 2013

Arduino by Davis: “Re: Interfacing more than 2 servos using processing ?” plus 19 more

Arduino by Davis: “Re: Interfacing more than 2 servos using processing ?” plus 19 more

Link to Arduino by Davis

Re: Interfacing more than 2 servos using processing ?

Posted: 08 Apr 2013 03:32 AM PDT

Quote
Is there anyway where i can draw 5 rectangle
Yes. In the draw() function.

Quote
and control them individually to drive the servos ????
How do you intend to "control them individually"? How does the size, location, or orientation...

Re: help me to write a code pls

Posted: 08 Apr 2013 03:31 AM PDT

it is not negative ... it is like (3 high , 2 reference , 1 low) ... three state

Re: [solved]Auf der Suche nach Hubmotoren/Linearmotoren

Posted: 08 Apr 2013 03:30 AM PDT

Von den Pollin-Motoren gab es doch einen linken und einen rechten. Von der Optik her hätte ich den genommen, der nach innen ragt. Ansonsten ne spannende Konstruktion, kommt noch ein Abdeckblech oder sowas drauf? smiley-wink Die Schraube sollterst du noch gegen ...

Can fusebits be incorporated into the hex file?

Posted: 08 Apr 2013 03:29 AM PDT

I am wondering if fusebits for the configuration fuse of Atmega328 can be incorporated into the hex file? If yes, then programming becomes more convenient as it can be done once. If no, then programming got to be done twice - first time upload fuse bit...

Re: LPY503 analog dual axes gyro.

Posted: 08 Apr 2013 03:29 AM PDT

i use the 4x amplified outputs. also another questions do i have to apply 1.23 volts to the Vref? or is it an output? When i measure it with a multimeter i get 0V.
Datasheet says that i should connect the x1 outputs to Vref if i use the amplified outp...

Re: Módulo GPS bueno bonito barato para usar con Arduino

Posted: 08 Apr 2013 03:05 AM PDT

pues no se decirte... seguro que hay librerias hechas por ahi, es un modulo gps muy comun. Pon en google GPS EM 411 y arduino.

Re: Wireless Speakers(looking for advice)

Posted: 08 Apr 2013 03:05 AM PDT

Quote
Is there any protocols for ir-communication beside for remote controls?
IRDA

Quote
How high must the frekqencey be if a regluar cd-player got about 1,5MHz?
CD quality is two 16 bit channels at a sampling rate of 44.1kHz, so a mi...

Re: count character

Posted: 08 Apr 2013 03:05 AM PDT

The number of useful characters in the array is not 5. It's 4.

Google would have probably steered you in the right direction if you had search for "string length".

Of course, you really should have a book about C programming, since it is the foundation...

Re: Wireless Amp Control

Posted: 08 Apr 2013 03:04 AM PDT

I don't know if you have seen whole video because I showed my old transmitter which can be taped on any guitar and no modification is needed.
Mounting on strap would be possi...

Re: Instruction for invert a PWM signal

Posted: 08 Apr 2013 03:03 AM PDT

To do this you need to directly affect the relevant TCCR register for the PWM pair in question.

On the Uno and other 328 boards the PWM pairs are (5,6), (9,10) and (11,3) - for timers 0, 1 and 2
respectively.  Assuming using timer1, pins 9, 10, then yo...

Re: Instruction for invert a PWM signal

Posted: 08 Apr 2013 02:32 AM PDT

A good way is to use the map() function: http://arduino.cc/en/Reference/map
Code:
invertval = map(val, 0, 255, 255, 0);

Re: Intensité Non Maximal sur un projecteur?!

Posted: 08 Apr 2013 02:31 AM PDT

Re: need help reading a few symbols on a schematic

Posted: 08 Apr 2013 02:31 AM PDT

The short fat line on the battery is the negative of the battery, the longer thinner line is the positive.

Quote
what is ground then?
Anything you want it to be. But on this occasion it would be the junction between one batteries +ve and the ...

Re: adressing data from assembler

Posted: 08 Apr 2013 02:30 AM PDT

anybody ?

Re: Semplice rete neurale per Arduino 2

Posted: 08 Apr 2013 02:30 AM PDT

Ho provato ad usare il settaggio della rete per arduino su quella originale per computer e i risultati vengono sballati per il basso numero di cicli di addestramento (variabile TRAINING_CYCLES nello sketch). Settandola a circa 100000 si dovrebbero aver...

Re: GPS tagging

Posted: 08 Apr 2013 02:16 AM PDT

String.

Re: Problem with optoislated PWM signal

Posted: 08 Apr 2013 02:16 AM PDT

thank you again!. Also a great solution!

I will check both circuits. I do not know too much about transistors... ¿do you know references for this NPN and PNP transistors that can works?

Miquel

Re: GPS tagging

Posted: 08 Apr 2013 02:14 AM PDT

GPS doesn't work too well in most solid structures.
Even if it does work, it could still be many metres from where you expect it to be.

do you have any idea of what ot...

Re: Wirelessly control motor HELP

Posted: 08 Apr 2013 02:13 AM PDT

Well, since it is going to be on a glove it would need to be relatively small. I would recommend an Arduino Fio: http://arduino.cc/en/Main/ArduinoBoardFio
They are small, run off a 3.7v lithium-ion battery, charge via mini-usb and have a socket for an...

Cannot download Timing libraries (eg MsTimer2, Metro).

Posted: 08 Apr 2013 02:12 AM PDT

I am attempting to download the MsTimer2 and Metro timing libraries, but after clicking the links the pages just time out and are not available. Other libraries are okay. I have tried using IE, Firefox, Chrome - is there a problem I am not aware of?  T...

No hay comentarios:

Publicar un comentario