martes, 7 de mayo de 2013

Arduino by Davis: “Make a Constellation Wall Hanging” plus 19 more

Arduino by Davis: “Make a Constellation Wall Hanging” plus 19 more

Link to Arduino by Davis

Make a Constellation Wall Hanging

Posted: 07 May 2013 03:00 AM PDT

Re: Ardutester - Arduino Component Tester

Posted: 07 May 2013 02:31 AM PDT

Michele, non fraintendere e soprattutto non te la prendere. Non era un attacco e anche io non volevo difendere o prendermela con nessuno.
Ho citato il concorso di Prepuzio solo come esempio: lui non guadagnava nulla anzi dava dei componenti. Sembra che...

Re: 12V LED-Streifen mit Transistor von Arduino aus schalten

Posted: 07 May 2013 02:30 AM PDT

Den 100kOhm Widerstand zwischen Gate und Masse würde ich aber montieren, da im Falle, daß die 12V vorhanden sind, die 5V des Arduino aber fehlen, der MOSFET sicher sperrt.
Grüße Uwe

Re: Arduino steuert device über I²C und SPI an

Posted: 07 May 2013 02:29 AM PDT

Das erledigt die Library für dich ...

Oder wühl dich durch bis  libraries\Wire\utility\twi.c Zeile 142, dort wird die Adresse und das R bit zusammengemuschelt.

Der Library sagst du, dass du 1 byte schreiben, dann 1 byte lesen möchtest. 
Wire.reque...

Re: Hilfe bei Schaltplan zum Anschluß von Ventilen

Posted: 07 May 2013 02:27 AM PDT

Sieht erstmal gut aus, aber ich bin kein Compiler....

ich würde auf dem Steckbrett das Ganze aufbauen, mit LED + 1k als Last an den Pins, dann kannst du am einfachsten prüfen, ob dein Sketch funktioniert.

Denn, wenn du dann die neue Schaltung testest, ...

Re: Need a Wireless Receiver/Transmitter at 916.5MHz

Posted: 07 May 2013 02:26 AM PDT

Define "no luck".

Floating Ink Photography Creates Otherworldly Clouds

Posted: 07 May 2013 02:00 AM PDT

MG_2118_905
Photographer Alberto Seveso uses high-speed photography to capture ink mixing with water to create fluid, dynamic images that make the ink look so tactile that it seems like silk. Via butdoesitfloat.com

MG_2170_905

MG_2190_905

Re: LCD qui marche pas

Posted: 07 May 2013 01:31 AM PDT

Tant mieux si ça fonctionne. En tout cas, ça confirme mes stats, c'est (presque) toujours le contraste ;)

Re: Programming an Atmega328 using an Arduino Uno

Posted: 07 May 2013 01:31 AM PDT

I tested the tutorial with my Uno.  Took out the m328p and breadboarded it according to the diagram and it worked fine.  I uploaded Blink and tried various delays.  I did leave off the external pull-up resistor on the reset pin, again because the Uno b...

Re: Alluminio e Led

Posted: 07 May 2013 01:31 AM PDT

Ho fatto una prova con un angolino scartavetrando e portando a nudo la superficie lucente e, sempre pressando una cella di peltier, conduce molto molto meglio. Magari potrei scartavetrare solo dove metto i led per applicare la pasta termica direttament...

Re: ATtiny with more space?

Posted: 07 May 2013 01:29 AM PDT

Well the code I want is actually the bassdll example, I'll look into those chips though

<grump>
OK, so the question could have been something like:

Quote
I want to ...

Re: Restart Arduino Mega 2560 without Watchdog Timer

Posted: 07 May 2013 01:29 AM PDT

I tried your code on my Mega 2560 and it doesn't seems to work. The LED slows down with blinking until it stops (is lit up constantly). It doesn't seems to reset at all. Are you sure it should work on Mega?

Pixel Quilt

Posted: 07 May 2013 01:00 AM PDT

pixelquilt1

pixelquilt2

"The Tenth" pixel quilt by Kristy Daum via CRAFT

Re: Utilizzo file hex ed eep già precompilati

Posted: 07 May 2013 12:55 AM PDT

Testato, la signatura 1E 95 0F è del 328P.
Datasheet pagina 289, cap. 28.3:

String to int function?

Posted: 07 May 2013 12:53 AM PDT

What's the function for converting a string to an int or a long int?

Re: Utilizzo file hex ed eep già precompilati

Posted: 07 May 2013 12:50 AM PDT

Leo la signature non e' del 328P ma del 328
Code:
avrdude.exe: Device signature = 0x1e950f

quidi la questione e' diversa,

per favore ci dici esattamente cosa e' scritto sul device ?
non e' che e' scritto 328-PU ?
se e' cosi' la P dopo il tratti...

Re: Arduino steuert device über I²C und SPI an

Posted: 07 May 2013 12:50 AM PDT

Also der grobe Code aufbau ist folgendermaßen:

[code]#include "Wire.h"
#define MAXIM_adr 58h;  // Ist 7-Bit adresse vom LED Driver MAXIM
void setup()
{
   Wire.begin();
   Serial.begin(9600);
}
void loop()
{
Wire.beginTransmission(MAXIM_adr);

//sende R...

Re: Lettore SD

Posted: 07 May 2013 12:50 AM PDT

Serve la piedinatura per capire come collegarlo.

Alessandria è la prossima tappa dell’Arduino Tour per l’1 e il 2 giugno!

Posted: 07 May 2013 12:19 AM PDT

Alessandria

Il prossimo 1 e 2 giugno i docenti delle Officine Arduino saranno ad Alessandria ospitati da Lab121, un'associazione culturale che promuove il coworking ed il business networking. Nel workshop di due giorni gli iscritti possono assistere ad una esaustiva panoramica degli impieghi di Arduino e realizzare un piccolo progetto concreto a partire dalle componenti contenute nei materiali dell'Arduino Starter Kit.

Arduino Starter Kit

Chiunque é benvenuto a partecipare al workshop: nessuna precedente conoscenza di programmazione o di elettronica sono richieste! E per saperne di più potete assistere alla presentazione pubblica di Arduino venerdì 31 Maggio nella stessa sede di Via Verona 17 ad Alessandria.

Se abitate a da quelle parti e avete voglia di  creare progetti interattivi e incontrare alcuni protagonisti che animano le Officine Arduino, prenotate uno dei  posti a disposizione!

 

Re: Orologio con 132 led da pilotare

Posted: 07 May 2013 12:22 AM PDT

@brunello:
era quello che cercavo ma non ero riuscito a trovarlo  smiley-wink

No hay comentarios:

Publicar un comentario