martes, 15 de enero de 2013

Arduino by Davis: “Re: Aiuto per calcolare resistenze per LedCube” plus 19 more

Arduino by Davis: “Re: Aiuto per calcolare resistenze per LedCube” plus 19 more

Link to Arduino by Davis

Re: Aiuto per calcolare resistenze per LedCube

Posted: 15 Jan 2013 01:01 AM PST

yes, is "the resistor connected between the base of the transistor and the Arduino pin". Sorry for my inaccuracy...

I will entrust to your experience dc42,
but could you please explain the calculations you have done to understand it?

thank you very much

Re: l'atmel display recuperato dal decoder

Posted: 15 Jan 2013 12:59 AM PST

Quote
Sul discorso dei transistor però potremmo anche pensare che stiano semplicemente svolgendo il loro ruolo di amplificatori in corrente del catodo/anodo comune e non necessariamente di "interruttori"; chiaro che il micro gestisce i 4 display in se...

Re: 503 error when downloading attatchments ???

Posted: 15 Jan 2013 12:57 AM PST

Well?
Did you varnish the cache server?
A simple polish or lacquer just won't do.

 smiley

Re: l'atmel display recuperato dal decoder

Posted: 15 Jan 2013 12:56 AM PST

Certamente, e il gusto dov'è? aver recuperato tre euro di materiale a proprio uso e consumo? Prima di arrivare a tanto le proverei tutte per farlo funzionare così com'è smiley-sweat

Re: Timer 1 usato due volte in modi diversi

Posted: 15 Jan 2013 12:56 AM PST

Si ma questo lo faccio già: quando il timer arriva al valore va nella ISR e la prima cosa che faccio è di alzare il pin 4...

Il software così funziona ma mi piacerebbe contare la width dell'impulso prima di alzare quel benedetto pin. Cioè, arriva l'imp...

Re: l'atmel display recuperato dal decoder

Posted: 15 Jan 2013 12:28 AM PST

sarebbe bello capire cosa hanno scritto dentro all'attiny
Se il firmware non è protetto ...

Re: Collegamento scheda a relè 16 canali

Posted: 15 Jan 2013 12:28 AM PST

Non penso prorio...
Mettici solo il 12volt e poi come al solito usa i pin di arduino per comandare gli noptoisolatori..

Re: PWM Resolution

Posted: 15 Jan 2013 12:28 AM PST

Hi all,

On the Arduino Due also you can configure clock divisor, frequency, resolution as you want.
You have to use the real 8-channel PWM, which are available on many pins...

You can do it by directly setting the SAM3X registers, see the raw example ...

Re: l'atmel display recuperato dal decoder

Posted: 15 Jan 2013 12:26 AM PST

sarebbe bello capire cosa hanno scritto dentro all'attiny
Se il firmware non è protetto da lettura, potresti collegarti alla porta SPI del micro e fare il dump della...

Re: Serial.write error when sending an array

Posted: 15 Jan 2013 12:24 AM PST

Cheers for that.
Coming from a 8bit assembly world, C can be a bit hard to to interpret at time
int used to be a byte for me

getting there
:-)

Re: LeoStick upload program error

Posted: 14 Jan 2013 11:59 PM PST

For LeoStick support, please visit: http://forum.freetronics.com/viewforum.php?f=27

True but how many times do real staff actually help here vs members of the public...

MOVED: Arduino programmer required!

Posted: 14 Jan 2013 11:58 PM PST

Serial.write error when sending an array

Posted: 14 Jan 2013 11:57 PM PST

the following code has a compiler error, which I don't quite understand

Code:
int serialArrayOne[]  = {1,2,3,4,5,6,7,8};

void setup()
{
  Serial.begin(9600);
}

void loop()
{
  Serial.write(serialArrayOne,8);
}


error is:
sketch_jan15a.cpp: In fu...

Re: Collegamento scheda a relè 16 canali

Posted: 14 Jan 2013 11:56 PM PST

A me pare che ti servano solo i 12 volt e poi i 5v se li ricava dallo step-down che ha a bordo.
Dovresti solo fornire tramite gli I/0 del chip che userai per comandarla....Ti dice che bastano 15/20 mA perchè credo che vai a pilotare gli optoisolatori (...

Re: arduino - rs232

Posted: 14 Jan 2013 11:55 PM PST

Senza usare il loop fai così, la available ti dica il numero di caratteri in attesa, a te invece serve un carattere speciale che indichi la fine del numero

Arduino programmer required!

Posted: 14 Jan 2013 11:52 PM PST

Hi I'm searching and arduino programmer nearest MIlan, I got to make a software but I'm not able to do it all by myself.
obviously I'll pay for the work

GPRS/GSM Shield for Arduino

Posted: 14 Jan 2013 11:45 PM PST



Hi all,
Today I happy to introduce our GPRS/GSM Shield to you.


This Arduino compatible Shield allows you to send and receive data through the GSM Network, it is ...

Re: plss help about ethernet shield

Posted: 14 Jan 2013 11:44 PM PST



This would apply to a Potato if you could manage to get the TCP/IP stack on it. The device that is connected to the network is irrelevant in this situation; It is also about y...

Re: is this possible with arduino uno?

Posted: 14 Jan 2013 11:44 PM PST

Depending on the servo and the LEDs. The LEDs are rated at 12V so you can drive them up to 12V. I would recommend a constant current driver to match the LEDs.This driver proba...

Re: Servos not responding

Posted: 14 Jan 2013 11:44 PM PST

You need to power the servos separately from the arduino board as this often cannot supply enough power for a servo to work.

No hay comentarios:

Publicar un comentario