lunes, 29 de abril de 2013

Arduino by Davis: “Re: Project 04” plus 19 more

Arduino by Davis: “Re: Project 04” plus 19 more

Link to Arduino by Davis

Re: Project 04

Posted: 29 Apr 2013 02:43 AM PDT


[code]

void loop() {
  r = analogRead(A0);
  g = analogRead(A1);
  b = analogRead(A2);
  analogWrite(11, (r/4));
  analogWrite(9, (g/4));
  analogWrite(10, (b/4));
 }
[/cod...

Re: Help needed with a common anode 8x8 rgb led matrix

Posted: 29 Apr 2013 02:43 AM PDT

$6 for a 8x8 RGB matrix is incredibly cheap. Can you share me the link for that?

You can get them even cheaper. Just search for "rgb led matrix" on eBay.

Re: Détection du courant

Posted: 29 Apr 2013 02:42 AM PDT

T'as un exemple de mise en oeuvre du transfo de courant Grove ici:
http://www.seeedstudio.com/wiki/Grove_-_Electricity_Sensor

Re: Driving TWO 7" TFT displays

Posted: 29 Apr 2013 02:41 AM PDT

I'm not familiar with the pinout of these, why does it need 5 separate signals per display?

Do you have a data sheet?

______
Rob


There are 16 data pins plus 5 con...

Re: Help needed with a common anode 8x8 rgb led matrix

Posted: 29 Apr 2013 02:40 AM PDT

You are right, I don't put in resistors to limit the current, but if that helps I have a lot of them lying around... I thought my matrix has its own resistors for each row, ...

Incredible Transforming Desk from the 1700′s

Posted: 29 Apr 2013 02:08 AM PDT

This incredible transforming desk literally has hidden passages inside its hidden passages.  At first glance, it looks like a beautiful, ornate piece of furniture.  But in reality, many of its shiny brass embellishments are actually buttons which open secret drawers.  Keep in mind all of this is achieved mechanically – No electronics were used.

Please enable flash to view this media.
Download the flash player.

But wait, there's more!  The crafsmanship doesn't stop with just one desk.  Here's yet another piece from the same artist:

The number of secret drawers and cubbyholes never ends!  Hopefully you're now fully inspired to build your own secret passages in your furniture or home.

Top Secret Passageway Projects:

Re: MENWIZ: una libreria per creare menu su LCD

Posted: 29 Apr 2013 02:13 AM PDT

A me winrar dice fine imprevista nel file. Però estraggo il pdf e sembra corretto. L'ultima pagina è la 19 ?
Si, è la 19 ! ... comunque stà diventando sempre più ...

Re: Arduino software reset

Posted: 29 Apr 2013 02:12 AM PDT

Very true, but alas I don't own the Internet, and sometimes it doesn't
do what I want.

Will

Re: 3x3x3 LED cube with accelerometer

Posted: 29 Apr 2013 02:11 AM PDT

Code:
if(280 < x <400 && 260 < y < 435){
Tell us what you think that does.

You have a "Serial.begin", but don't use it.
Serial debug is about the most useful tool you have.

Re: Use servo to push a 'real' button

Posted: 29 Apr 2013 02:10 AM PDT

Indeed, a solenoid seems better. How quickly does such a device extends? It says "action form: pull". I suppose this means "push" when actually looking at it like a person who wants to press a button?
Do you know if the Arduino Uno + LAN is the best wa...

Re: Controlling the rotation of Servo Futaba S3003

Posted: 29 Apr 2013 02:09 AM PDT

Is this a continuous rotation "servo" or a normal one ?
Can you provide a link to the actual servo that you are using ?

If it is a continuous rotation "servo" then myServo.write(pos) sets the speed and direction of the servo and it will keep turning at...

Use servo to push a 'real' button

Posted: 29 Apr 2013 01:54 AM PDT

Can I use a servo to push a 'real' button? So not flip a switch (as has been done before), but really push a button one or more times. For example a button on a phone, a button on the wall etc. If so, what servo would I need, and what minimum Arduino b...

Re: Hilfe bei Schaltplan zum Anschluß von Ventilen

Posted: 29 Apr 2013 01:53 AM PDT

digitalread() einsetzen
Habe ich angepasst.

[quote author=JKbastler link=topic=162278....

Re: How to turn LED lights on when a phone receives a message/call/e-mail/etc.

Posted: 29 Apr 2013 01:52 AM PDT

Thank you Lakes, I understand how to make the LDR circuit.

Just to be sure I also understand how to make the LED strip circuits:

On my Arduino Uno there are three GND pins, lets call them GND A, GND B (both on the POWER side) and GND C (DIGITAL side) (...

Re: counter

Posted: 29 Apr 2013 01:51 AM PDT

How big is "t" ?

Quote
I want to count the pulses
It's OK, you don't need permission.

Re: [Emergency] Arduino Webserver Help.....

Posted: 29 Apr 2013 01:50 AM PDT

Quote
why other page don't working  script
Code:

"$.getJSON(\"/status.json\", function(json) {"
Couldn't agree more.

Re: Makefile for the Due

Posted: 29 Apr 2013 01:16 AM PDT

Nope, including arduino.h does not help.

Re: 3 digit file numbers giving me grief!

Posted: 29 Apr 2013 01:16 AM PDT

#brainfade

Oh god, it's spreading...

Are #  frowned upon? #LOL #LMAO #IDK

Re: Problem/Question about receiving serial communication from Garmin GPS

Posted: 29 Apr 2013 01:14 AM PDT

Excellent point mauried
Quote
Software Serial uses the CPU to calculate the timing of the bits , so it can either receive or transmit but not both at the same time.
When you are transmitting a character, any incoming characters will be lost
So...

Re: communication avec une DS

Posted: 29 Apr 2013 01:12 AM PDT

Mais comment faire ? Avec quel montage ? Sinon c'est pas grave, c'était juste une idée ...
Si tu passes le signal dans un doubleur de tension puis que tu le filtres ...

No hay comentarios:

Publicar un comentario