jueves, 29 de noviembre de 2012

Arduino by Davis: “Re: arduino uno + easydriver e questi stepper motor” plus 19 more

Arduino by Davis: “Re: arduino uno + easydriver e questi stepper motor” plus 19 more

Link to Arduino by Davis

Re: arduino uno + easydriver e questi stepper motor

Posted: 29 Nov 2012 01:27 AM PST

appena arrivati gli stepper e easydriver 4.4
fatto i collegamenti motore (il 20mm), corrente (alimentatore universale fino12v)
STEP-DIR-GND

ma il motore non gira, o meglio si sente gorgogliare un pò, poi a tratti va, ma i movimenti sono un pò strani,
...

Re: [HOWTO] Guida (più o meno) completa all'utilizzo di Moduli Bluetooth

Posted: 29 Nov 2012 01:26 AM PST

lollotek grazie milleeeeeee  smiley-lol funziona alla grande  smiley-lol  smiley-lol  smiley-lol  smiley-lol  smiley-lol  smiley-lol  smiley-lol  smiley-lol
e grazie anche a pitusso smiley

Re: Reading central heating system thermistor's?

Posted: 29 Nov 2012 01:25 AM PST

Yes, you do need smoothing capacitors, see the ADUM6401 datasheet for the recommendations. I attach a schematic of the arrangement I have used when I need a 3.3V output. For 5V output you need to connect pin 10 to VDD2 instead of GND2, also increase th...

Re: Leonardo nothing happends then connected

Posted: 29 Nov 2012 01:25 AM PST

Thank you all for the replies.

The Ebay seller is shipping a new unit as it's broken.

Re: Sistema SCADA con Arduino y Android

Posted: 29 Nov 2012 01:24 AM PST

Dale un vistazo al último ejemplar de Elektor que trata precisamente el tema de conexión ADK, IDE, dispositivo.

Re: Problems with Arduino2560 interrupts for tachometer

Posted: 29 Nov 2012 01:03 AM PST

Code:
int int1=0;//variable for first interrupt.
int int2=0;//Variable for second interrupt.

You might also want to consider meaningful data names.

Re: Arduino with the Parallax RFID reader

Posted: 29 Nov 2012 01:03 AM PST

I am having the #28140

Re: alarme avec gestion sms

Posted: 29 Nov 2012 01:03 AM PST

salut,

pourrais tu me communiquer ta liste de composants?
model d'arduino, model de GSM shield...
merci d'avance!

Re: PCF8574 und Relais

Posted: 29 Nov 2012 01:01 AM PST

Quote
Stimmt also nicht mit dem vorhandenen Pull-Up im Mega
Doch schon, aber diese "Not-Pullups" sind so groß, dass du dich schon an die Spezifikationen halten musst, damit es geht smiley-wink
Und ging doch gut, mit den LEDs, oder.

Psst, mein Geheim-Wi...

Re: [HOWTO] Guida (più o meno) completa all'utilizzo di Moduli Bluetooth

Posted: 29 Nov 2012 01:01 AM PST

grazie ancora, appena posso lo provo e vi faccio sapere  smiley-wink spero solo di non aver bruciato il modulo usando l'rx senza resistenza  smiley-confuse

Re: MATLAB can generate C code for ARM Cortex-M

Posted: 29 Nov 2012 12:41 AM PST

Quote
1) Matlab code is compact, specially designed to work with matrices and vectors. You do not have to use "for loops" or learn how to utilize C libraries where a matrix multiplication is done by calling a function defined like this:
"void simplePr...

Re: Serial problem

Posted: 29 Nov 2012 12:37 AM PST

2. What is the maximum character I could send in 64 bytes read buffer?

You don't send in a read buffer, however I think the answer would be 64.

Realizzare un gateway da un canale M-Bus ad una RS-232

Posted: 29 Nov 2012 12:37 AM PST

Ciao a tutti, dopo qualche mese rieccoci qui.
Ringrazio marco per aver fornito uno schema per l'autocostruzione.
Ho inoltre trovato questo simpatico modulo OEM ad un prezzo quasi accettabile
http://www.solvimus.de/smart-metering/m-bus-master/
p un mbus...

Re: [HOWTO] Guida (più o meno) completa all'utilizzo di Moduli Bluetooth

Posted: 29 Nov 2012 12:35 AM PST

Ciao,
innanzitutto passa il link allla pagina del prodotto, non una foto  smiley-evil
Relativamente al baudrate: molte volte il problema di apparente mancata comunicazione è legato proprio a quello, verifica con putty/gtkterm/altro variando la velocità.

Re: [HOWTO] Guida (più o meno) completa all'utilizzo di Moduli Bluetooth

Posted: 29 Nov 2012 12:27 AM PST

Il baud l'avevo cambiato e non ricordo quale avevo messo :S ma credo 9600 che stò usando ora.
Ma ho appena notato una cosa, sul vcc è collegato un regolatore di tensione a 3,3v ma sulla pagina dove l'ho preso dicevano di alimentarlo solo con i 3,3v...n...

Re: varying output from tmp36 temperature sensor when running on battery

Posted: 29 Nov 2012 12:08 AM PST

Hi there,

the 5V is measured at the batteries where it plugs into the barrell connector.

I have now found that if I use 5 x AA NiMH rechargeable batteries (6.2V) then it is slightly better (temp 27 degrees, the real temp is 21 deg)

So presumably the 5V...

Re: Pilotare cella di Peltier a 15A

Posted: 29 Nov 2012 12:05 AM PST

Benissimo, ma perdonatemi non riesco ben a capire...
1 come faccio a far partire l' alimentatore da arduino usando quel pin ?
2 se io volessi accendere i 15A, senza accendere e spegnere tutto l' alimentatore, che componenti dovrei usare ? In casa ho un...

en algo me estoy equivocando con el i2c

Posted: 29 Nov 2012 12:04 AM PST

hola a todos!:
 tengo un problemilla con mi freeduino v 1.16 (dicen que es como si fuera un duemilanove) y una pantalla winstar wh2004a a la que le he pinchado esto:

http://www.ebay.es/itm/130791077092?ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649...

Re: Serial problem

Posted: 29 Nov 2012 12:00 AM PST

Quote
However, if I don't use delay, based on your experience, what function should I use to hold the led to light for 5 second?
Have a look at the "blink without delay" example that came with the IDE for a clue.

Ethernetclient not sending all data ?

Posted: 29 Nov 2012 12:00 AM PST

Hey

I seem to have a issue with my ethernetclient, I am trying to post data to my webserver but the piece of code I use seems to only work when in setup, and not in my loop.

It concerns this snippet:
[code]//connection to API server
      if(toAPI.con...

No hay comentarios:

Publicar un comentario