domingo, 19 de mayo de 2013

Arduino by Davis: “Re: trying to parse a serial string with strange results” plus 19 more

Arduino by Davis: “Re: trying to parse a serial string with strange results” plus 19 more

Link to Arduino by Davis

Re: trying to parse a serial string with strange results

Posted: 19 May 2013 03:17 AM PDT

Thnx for the suggestion. I allready constructed a other solution:[code]float convertDegrees(String readString)  {
 char buffer[readString.length()+1];    // make sure thers always room
 int i = 0;
 while (i <= readString.length() -1) {
 if (i>readStrin...

Re: Arduino Yún

Posted: 19 May 2013 03:17 AM PDT

Con 70€ non fai concorrenza al RaspberryPI.

In ogni caso ciò che conta è la comunità che ci sta dietro, l'Arduino ha avuto successo proprio per questo.

Re: [CAD] Creare schedina 5 bottoni per Arduino

Posted: 19 May 2013 03:15 AM PDT

io userei il discorso del doppio contatto se vuoi avere un circuito pulitissimo, senza andare a toccare A0, specialmente se hai gia' i pulsanti perche' non usarli ?
...

Re: motor aansturen

Posted: 19 May 2013 03:15 AM PDT

Zet hem maar op iets van 1-10V en meet de volt erover heen. Door de lage weerstand van de stroom meting gaat je verhaal niet meer op.
I = U / R.

Re: arduino multicore

Posted: 19 May 2013 03:15 AM PDT

Io sapevo invece che era possibile farlo anche con processori non previsti per il calcolo parallelo, c'erano delle estensioni per Linux per far cooperare più macchine anche di diversa potenza, collegate via ethernet.
L'hanno fatto anche con il Raspberr...

Re: motor aansturen

Posted: 19 May 2013 02:58 AM PDT

ik heb de motor zo aangesloten


verder zit de hall sensor op de plus van de arduino en op de gedeelde massa van de externe bron en de arduino

tussen de pulsedraad en de voed...

Re: Arduino Yún

Posted: 19 May 2013 02:56 AM PDT

Bellissima  smiley
addio raspberry

Re: Arduino hall effect and dc motor

Posted: 19 May 2013 02:54 AM PDT

i will make this circuit, and then it will be controlled by arduino but the source will be exernal if i understood well. right?

Re: Problema di bouncing con pushbutton

Posted: 19 May 2013 02:54 AM PDT

turbodede, quando risolvi un problema, specialmente se sei stato aiutato, e' giusto dire come.
credo il tuo errore era qui
Code:
if(valore!=valoreDopo)
  {
    clik=1;
}

ad 1 devi settarlo quando sono uguali, non quando sono diversi,

fermo rest...

Re: compilation du programme

Posted: 19 May 2013 02:51 AM PDT

Je t'ai répondu dans un autre post sur le même sujet avec un exemple de code en réponse incluant tableaux et boucle
http://forum.arduino.cc/index.php?topic=167088.msg1245203#msg1...

HELP!! Controlling ESC

Posted: 19 May 2013 02:26 AM PDT

Hi to all. Sorry for my bad english....

I have an ESC model SP-03018. i need to control it whit arduino UNO. I have tryed a lot of programs but they not work...someone can help me??

Re: Faulty pwm output on Arduin Micro

Posted: 19 May 2013 02:24 AM PDT

Arduino hall effect and dc motor

Posted: 19 May 2013 02:24 AM PDT

Hello,
 I want to do this circuit, a hall effect sensor will measure will measure the returns of a small tire then arduino take the returns measured per minute and with the speed measured, do some calculations and the result will be the speed of a 12 d...

Re: 2N2222 Transistor with LEDs

Posted: 19 May 2013 02:24 AM PDT

Quote
You need to connect a resistor into the base - between the arduino output and the base of the transistor.The value of 1000ohm would be ok..

How did you determine 1kohm?

Re: How does audio travel through you?

Posted: 19 May 2013 02:23 AM PDT

Quote
I assume the amplifier is build into the computer speakers no?
Yes.

An amplifier has a high input impedance. Therefore when you add the resistance of your body in series with the signal it makes very little difference to the signal beca...

Re: scl and sda like digital ports?

Posted: 19 May 2013 01:50 AM PDT

You can use gnd as a digital LOW   smiley-grin

Re: motor aansturen

Posted: 19 May 2013 01:49 AM PDT

ik heb opmerkingen toegevoegd.

ik heb nu even de berekende deltarpm uit laten lezen per 200ms . hij draait op vol vermogen.

hieronder mijn meetwaardes

[code]snelheid: 20
snelheid: 20
snelheid: 20
snelheid: 20
snelheid: 20
snelheid: 20
snelheid: 20
snel...

Re: LDR SENSING RELAY CIRCUIT

Posted: 19 May 2013 01:46 AM PDT

Hi , Klaus_ww  please tell me some information about hysteresis its new concept for me thanks. 
Hysteresis is where there is a dead band in your logic, for in...

I2C slave send data from multiple sensor to the Master Problem!

Posted: 19 May 2013 01:45 AM PDT

Hello! I have successfully accomplished to send data from one sensor over I2C from the slave to the Master (I used a light sensor). But for my project I want to send from the slave data from more than one sensor. For that purpose I have p...

IDE - Serial Data

Posted: 19 May 2013 01:34 AM PDT

Hey folks,

I have a light sensor i need to get analog readings from.
I have set the serial to being in the sketch, connected the sensor to analog input but when i use serial monitor it shows nothing.
The sensor is working fine - but i have to just gue...

No hay comentarios:

Publicar un comentario