viernes, 28 de diciembre de 2012

Arduino by Davis: “Need help..Can't read average value from analog from call function” plus 19 more

Arduino by Davis: “Need help..Can't read average value from analog from call function” plus 19 more

Link to Arduino by Davis

Need help..Can't read average value from analog from call function

Posted: 28 Dec 2012 01:29 AM PST

Dear all.. i program my temperature sensor using AD595..i should check 3 condition of temperature reading.. lets say first between 80 deg - 100, second 100-500deg and the last one for other reading.. in second condition i need to have about another 10 ...

MOVED: Steuerung brauche Hilfe!

Posted: 28 Dec 2012 01:27 AM PST

Steuerung brauche Hilfe!

Posted: 28 Dec 2012 01:27 AM PST

Hallo, mein Sketch ist vielleicht nicht so elegant und kurz wie bei einem Profi, aber das ist nicht mein Problem. Ich möchte das bei erreichen der Temperatur für Lüftung auf und Lüftung zu der jeweilige Pin für 3 bzw. 5 Sekunden taktet.
Für Tips von eu...

Re: analogRead bringt immer zu hohe Werte

Posted: 28 Dec 2012 01:26 AM PST

Wenn der Taster schießt, werden 5V auf den z.B. A0 gegeben.
Ich gehe also mit 5V zum Taster und zurück zum analogRead.

Ich nutze analogRead, weil ich die digitalen Io´s für Ausgänge benötige.

Re: decimal to binary

Posted: 28 Dec 2012 01:24 AM PST

Quote
how can we convert decimal to binary and output it serially through a pin???
(Is there something wrong with your "?" key?)

Code:
Serial.print (23, BIN);
would seem to me to fit the specification.

Re: linear CCD TCD1201d readout and timing issue

Posted: 28 Dec 2012 01:07 AM PST

I'm sure it's possible to read fro that chip using an Arduino. However, unless you have an oscilloscope, you won't know whether you have the signal timings right.

Re: Data logging for sports

Posted: 28 Dec 2012 01:03 AM PST

There are Arduino clones designed for use on flying drones that have integrated accelerometers and gyros. Perhaps one of these would be a good starting point for your project. The parameters you're talking about recording seem to be the best you could ...

Re: Where did you start with Micro controllers?

Posted: 28 Dec 2012 01:02 AM PST

G'day Rob,

I remember those Big Boards, what monsters.

Indeed - I don't ever recall my mate ever doing much with it other than zap a few eeproms with the on board ...

Re: C Programming for Arduino / The book

Posted: 28 Dec 2012 01:00 AM PST

Thanks for the extended answer.

I like these lines :
It is a big book, taking you from te beginning to medium advanced stuff like gLCD, VGA modules use, but also making your Arduino a MIDI responsive synth producing 8bit sounds and reading PCM.
.....

MOVED: (solved) stk500_getsync(): not in sync and using nano to shrinkify to attiny85 w

Posted: 28 Dec 2012 01:00 AM PST

New RasPi Quick start guide #piday #raspberrypi @Raspberry_Pi

Posted: 28 Dec 2012 01:00 AM PST

RaspberryPiQuickstartGuide

RaspberryPi.org now offers a brand new version of their Quick Start Guide for the Raspberry Pi!.

Read more.


998Each Friday is PiDay here at Adafruit, be sure to check out our posts, tutorials and new Raspberry Pi related products. Have you tried the new "Adafruit Raspberry Pi Educational Linux Distro" ? It's our tweaked distribution for teaching electronics using the Raspberry Pi. But wait, there's more! Try our new Raspberry Pi WebIDE! The easiest way to learn programming on a Raspberry Pi.

Want a FREE RASPBERRY PI? All orders over $350 get a FREE Raspberry Pi Model B with 512MB RAM!

Re: Bought a MEGA 2560 knockoff, advice?

Posted: 28 Dec 2012 12:37 AM PST

Quote
I'm not offended.
Nor me.
Quote
(But I'm also not an official channel.)
Me neither.

Re: Bought a MEGA 2560 knockoff, advice?

Posted: 28 Dec 2012 12:35 AM PST

I'm just a poor college kid who went looking for a bargain on ebay and got duped with a counterfeit.

Sadly, you will not be the last victim.  The miscreants seem to b...

Re: Thought this would be simple

Posted: 28 Dec 2012 12:34 AM PST

I suspect adding a digitalWrite() doesn't break anything... it just shows that the code doesn't work exactly as you expect.

What I would do is:
- get rid of _all_ calls to delay() (and understand the blink without delay example)
- decouple the detectio...

Re: Analogue input help!

Posted: 28 Dec 2012 12:32 AM PST

You got me AWOL smiley-wink

Rephrase: One can do quite some float math in the 500 milliseconds a delay(500) takes.

Re: Thought this would be simple

Posted: 28 Dec 2012 12:31 AM PST

...or you could double the delay   smiley-yell

Re: Problem interfacing Arduino UNO with Matlab

Posted: 28 Dec 2012 12:21 AM PST

Please modify your post above, select the source code and press the # button above the smileys. IT will tag your code properly so it becomes more readable

Thanks

[code]  if(Serial.available())
  {
    prevreceivedCommand[0,1]=receivedCommand[0,1];
    ...

Re: Aus Zeitmangel: Arduino und reichhaltiges Elektroniksortiment abzugeben

Posted: 28 Dec 2012 12:19 AM PST

Es stehen noch aus:

die Heißluftlötstation ZD-939L VB 50 Euro (wie neu)

und das 2-Kanal Speicheroszilloskop von Phillips (PM3234), 10MHz, inkl. Tastkopf VB 150 Euro

Cost effective options for http requests with arduino?

Posted: 28 Dec 2012 12:14 AM PST

Hey guys, I'm new to the forum and also Arduino. I come from a very extensive software background and I'm just starting to dip my feet into hardware development.

I'm attempting to find the best way to send POST or GET data through http and/or https fr...

Re: 2 servos (or any functions) operating simultaneously?

Posted: 28 Dec 2012 12:11 AM PST

Quote
Does this particular routine only control 4 servos?
Yes.

Quote
Can more servos be added?
Yes, though I'd advise using an array of Servos, rather than individual named instances.
With a regular Arduino, you ought to be able to c...

No hay comentarios:

Publicar un comentario