domingo, 2 de diciembre de 2012

Arduino by Davis: “Re: Pumpensteuerung mit Arduino Uno” plus 19 more

Arduino by Davis: “Re: Pumpensteuerung mit Arduino Uno” plus 19 more

Link to Arduino by Davis

Re: Pumpensteuerung mit Arduino Uno

Posted: 02 Dec 2012 01:54 AM PST

Also die Pumpen sind Wilo Star Pumpen die auch bei Solar und Zusatzkesselheizungen verwendet werden...

Re: Probleme mit Void und Funktionen.

Posted: 02 Dec 2012 01:53 AM PST

Nachtrag: das "/ 500" habe ich glatt übersehen. Das ist auch teuer, also besser alle 512ms schalten, dann bekommt man:

void Blink(boolean blinkerGesetzt) {
    digitalWrite(blinkPin, (millis() >> 9) & blinkerGesetzt);
}

Re: Two way serial communication with raspberry Pi (radio project)

Posted: 02 Dec 2012 01:53 AM PST

Hi,

I tried the following to transmit the value "40" with no success:

echo 40 > /dev/ttyACM0
echo "40" > /dev/ttyACM0
echo 40\n > /dev/ttyACM0
echo "40\n" > /dev/ttyACM0
echo 40\\n > /dev/ttyACM0
echo "40\\n" > /dev/ttyACM0

Kind regards,

Schwabinger

Re: Pt100 e Smartec UTI

Posted: 02 Dec 2012 01:51 AM PST

MOVED: pin 5 random flash

Posted: 02 Dec 2012 01:51 AM PST

Re: Probleme mit Void und Funktionen.

Posted: 02 Dec 2012 01:17 AM PST

Hallo jurs,

eine sehr elegante Lösung, um ein Pin zwischen den zwei Zuständen umzuschalten. Zumal zusätzlich noch RAM gespart wird, weil man sich den alten Wert nicht merken muss.
Die Funktion läßt sich sogar noch ein wenig eindampfen, wenn man den zu...

Re: Two way serial communication with raspberry Pi (radio project)

Posted: 02 Dec 2012 01:15 AM PST

Is the computer sending a terminating character after the numbers in the string?

questions I/O sur LCD + touch screen

Posted: 02 Dec 2012 01:14 AM PST

Bonjour,

je suis un peu perdu.
Dans un soucis d'économie je cherche un LCD avec Touch pad. (eco de bouton de place et d'interfacage)
J'ai trouvé 2 types : En mode serie (asser cher) et // beaucoup moins cher
donc naturellement je m'oriente vers cette s...

Re: ionisiation?

Posted: 02 Dec 2012 01:05 AM PST

right i tried that and it didnt seem to work when adjusting the pot it just seemed to be all the way one way or all the way the other. i dont know if i need a higher rotation po...

Re: Need help sending binary to GPS module. Exhausted.

Posted: 02 Dec 2012 01:03 AM PST

The data you send and the list you referred to don't match. Also the .write command now sends byte values according to reference http://arduino.cc/en/Serial/Write but if you remove the (byte) casting from an...

Re: IDE 1.0.2 & Leonardo : le port COM disparait

Posted: 02 Dec 2012 01:02 AM PST

Bonjour

je viens de vérifier à l'instant et ne peut reproduire le probleme
Installation fraiche de l'IDE 1.0.2 sur un PC sous Seven 64 bits
Carte Vinciduino qui a déjà reçu le bootloader Caterina des Leonardo
Le ping-pong des ports séries virtuels (au...

Re: Literaturtipps für Programmiersprache C

Posted: 02 Dec 2012 01:02 AM PST

Schau mal hier, wen es nur um allgemeines C geht:
http://openbook.galileocomputing.de/c_von_a_bis_z/
Galileo Computing stellt einige Bücher zum freien
Download ins Internet.

Addi

Re: Happiness is SdFat with DMA SPI

Posted: 02 Dec 2012 01:01 AM PST

I don't see what you have against SAM3X DMA.

I have nothing against DMA per se, it's just that by your own account, it seems to be adding  a great deal of complexi...

Re: precauzioni Arduino uno

Posted: 02 Dec 2012 12:27 AM PST

ho avuto l'impressione che arduino non sia proprio semplicissimo da distruggere...anche se tra me e mio fratello ne abbiamo fatti fuori due... lui l'ha proprio carbonizzato mentre io gli ho solo fatto fuori 3-4 ingressi... però abbiamo fatto errori mad...

consiglio su che arduino prendere e come programmare

Posted: 02 Dec 2012 12:22 AM PST

Buon giorno premetto che non sono un programmatore ma mi hanno indirizzato verso questo progetto come miglior mia soluzione
avrei bisogno di fare questa cosa
in ambiene windows avrei bisogno di un interruzione di corrente 5v o 12v per 1 o piu secondi ...

Re: uno rev3 16u2 firmware flashing with dfu-programmer

Posted: 02 Dec 2012 12:18 AM PST

Are you sure this command is correct?
Quote
dfu-programmer at90162 erase

The UNO R3 uses an Atmega16U2.

Code:
sudo dfu-programmer atmega16u2 erase

Re: Presentazioni nuovi iscritti, fatevi conoscere da tutti!

Posted: 02 Dec 2012 12:18 AM PST

Buon giorno mi chiamo Francesco e mi sto avvicinando ad arduino per fare un progetto e chiedo il vostro aiuto per vedere se è realizzabile o meno

Re: pin 5 random flash

Posted: 02 Dec 2012 12:16 AM PST


What do you have connected to pins 2 through 9?

Post your sketch.  Please use [code] [/code] tags.

Re: help with the maths of a simple robotic arm

Posted: 02 Dec 2012 12:08 AM PST

Thanks again :-)

I think I have now got it, although I have yet to test it

 

Re: Checking for 12 Volts

Posted: 02 Dec 2012 12:04 AM PST

The pin protection diode will protect the mcu, and the 100K resistor limits the input current to a safe value.

ya know, I just dont trust those things

I just did a one...

No hay comentarios:

Publicar un comentario