domingo, 9 de diciembre de 2012

Arduino by Davis: “Arduino Ethernet Shield” plus 19 more

Arduino by Davis: “Arduino Ethernet Shield” plus 19 more

Link to Arduino by Davis

Arduino Ethernet Shield

Posted: 09 Dec 2012 01:52 AM PST

Hallo !

ich wollte mir im laufe der Tage endlich mal ein Ethernet shield zu legen, nur blicke ich gerade nicht durch was genau die "Unterschiede" der beiden folgenden Shields:
http://www.watterot...

Re: Triangulation à partir de 3 émetteurs RF

Posted: 09 Dec 2012 01:50 AM PST

Salut
Si tu as gagné au loto tu peux voir la : http://www.orbitica.com/gps/pro/pro.htm  smiley-money smiley-money smiley-money
C'est précis mais c'est très cher, il n'y a que le prix du moins précis Mapper 10 à 895,00 € HT (1070,42...

Re: Problemi sulla seriale

Posted: 09 Dec 2012 01:48 AM PST

E' un bug dell'IDE. O ti scarichi e compili l'IDE più recente dai sorgenti oppure devi lavorare con l'interfaccia in lingua inglese (cambi da File/Preferenze). Solo così puoi ...

Re: Come leggere dei Float da una seriale

Posted: 09 Dec 2012 01:47 AM PST

Consiglio il seguente metodo:

Numero da inviare 1234,56

Moltiplica x 100 = 123456
Ma così si presuppone di poter manipolare il dispositivo inviante. Però lui usa u...

Re: Problemi sulla seriale

Posted: 09 Dec 2012 01:46 AM PST

E' un bug dell'IDE. O ti scarichi e compili l'IDE più recente dai sorgenti oppure devi lavorare con l'interfaccia in lingua inglese (cambi da File/Preferenze). Solo così puoi cambiare la velocità dal menu a tendina del terminale.

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

Posted: 09 Dec 2012 01:30 AM PST

si intendo poter mandare i comandi AT per fare le varie configurazioni del modulino..

Ok, quindi il codice di del secondo pdf serve a programmare ma non a far vede...

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

Posted: 09 Dec 2012 01:25 AM PST

controlla che non sia collegato direttamente a vcc, questo serve solo se devi programmare, n...

Re: Help accensione / spegnimento LCD

Posted: 09 Dec 2012 01:22 AM PST

Ma come già detto da leo, se usi addirittura un motore ti stai preoccupando di pochi ma del display ? che motore vuoi usare e quali batterie ?

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

Posted: 09 Dec 2012 01:21 AM PST

controlla che non sia collegato direttamente a vcc, questo serve solo se devi programmare, non so se è in grado di ricevere quando è in questa modalità.
ma tu quando lo rip...

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

Posted: 09 Dec 2012 01:18 AM PST

Io non ho fatto nulla di particolare per vedere il modulino da cellulare, baste che sia mont...

Re: Dimming 1w leds with transistor and walwart issues

Posted: 09 Dec 2012 01:00 AM PST

Alright I got four of the second circuits all setup in eagle.

The mosfet will dissipate (5v - 3.3v - 0.65) * 0.350A = 0.37w
-where did 0.65 come from?  Voltage drop of the Logic Level FET?


According to his formula to find the resistor value for R3 I sh...

Transistor Problems

Posted: 09 Dec 2012 12:58 AM PST

I have a TIP42 transistor and I am trying to drive a Car Window Regulator motor at 19v. My wiring path is as such:

Power + to emitter
Motor + from collector
Motor - to GND
Power - to GND

I have a capacitor between the Emitter and Collector.

Now to my ...

Re: Come leggere dei Float da una seriale

Posted: 09 Dec 2012 12:55 AM PST

Consiglio il seguente metodo:

Numero da inviare 1234,56

Moltiplica x 100 = 123456

Invio 123456

Una volta ricevuto

123456/100 = 1234,56

Carletto

Re: Arduino Uno Upload Sketch Not Running?

Posted: 09 Dec 2012 12:53 AM PST

That sounds like the basic blink sketch is running, what did you expect to see?
aye
try changing the delays to, say, 100ms ON and 400ms OFF and see if the yello...

Re: ShiftPWM support topic. Latest update: Schematics, high power LED's, LED strips

Posted: 09 Dec 2012 12:48 AM PST

Hi there!
I'm just trying around with my first Arduino Project, but I have some flickering with the ShiftPWM-Lib.
I use 4 74HC595B1 Shift Registers to control about 10RGB-LED-Stripes. The 10th Stripe has about 1m distance to the breadboard/arduino.
I ...

Re: Multiple Inclusion Bug

Posted: 09 Dec 2012 12:46 AM PST

Quote
(There are several other bugs with this Arduino compiler I have found the hard way that are documented elsewhere).
Care to shair what these are?

...

Re: Quarz zum Anschwingen?

Posted: 09 Dec 2012 12:45 AM PST

Es gibt auch mikrocontroller.net und roboternetz.de. Beides Deutsche Foren die sich nicht nur auf AVR Controller beschränken.

Re: Arduino Uno Upload Sketch Not Running?

Posted: 09 Dec 2012 12:28 AM PST

Quote
. I load the Arduino environment and load the basic/blink sketch. When I upload it to the board, I see the TX/RX lights blink a few times, then the board goes back to the single blinking yellow light and solid green light.
That sounds li...

Re: Stepper Motor Control with Arcade Joystick

Posted: 09 Dec 2012 12:24 AM PST

in theory yes it could work, i have a few think i would like you to clarify about

Code:
Bounce Bounce1 = Bounce(Pin1,2);
Bounce Bounce2 = Bounce(Pin2,5);

why is it that you use 2 ms for your bounce duration for pin one where as you use 5ms for t...

Re: don't load the code

Posted: 09 Dec 2012 12:21 AM PST

Hello, yes post all your code (as an attachment to your reply), and which Arduino model do you use?

No hay comentarios:

Publicar un comentario