miércoles, 26 de diciembre de 2012

Arduino by Davis: “Re: analog in will not read true” plus 19 more

Arduino by Davis: “Re: analog in will not read true” plus 19 more

Link to Arduino by Davis

Re: analog in will not read true

Posted: 26 Dec 2012 01:16 AM PST

Got no code, other than the analog in / serial sketch I mentioned. Got no schematic, other than two contact points out of the device marked + and -...

Could I program a way to take several snapshots of the voltage reading and average them? I thought o...

Re: LCD Displays Trash

Posted: 26 Dec 2012 01:14 AM PST

I Have the Arduino Mega 2560 R3 not sure if I copied from 2 sketch could have cause I started over when the display started showing trash please post what you see wrong thanks

Re: Apprentice coder

Posted: 26 Dec 2012 01:14 AM PST

An easy way to debounce your input is to use a short delay - twenty milliseconds would be enough. Put it in the body of the if that executes if the state of the button has changed. Generally, using delay is frowned upon because it tends to make your pr...

Re: Servomotore smette di funzionare

Posted: 26 Dec 2012 01:12 AM PST

Il fatto è che non so più dove guardare: da quello che vedo io non c'è niente che possa fare interferenza :S non so veramente più cosa fare. Comunque oggi provo di nuovo a eliminare la parte del codice che fa interferenza e aggiungere mano a mano le fu...

Re: Is there Brown-out detection for Arduino Uno?

Posted: 26 Dec 2012 01:11 AM PST

Does anybody know what happens with things like the ethernet shield when the BOD activates?
On my current project the web servercode or the shield seems to stop working (IE comes up with a connection problemand wont display the pagefrom the SD card) e...

Top Ten Wearables of 2012 #WearableWednesday

Posted: 26 Dec 2012 01:00 AM PST

Here are some of my favorite wearable electronics projects from 2012!

volcanocoat

Amazing volcano coat with LED sequins


The Aurora Swarovski LED Dress by CuteCircuit


Gas Cap


Oyster Ring


TRON Prom Dress


spinninghat

"revolutionizing millinery" – Spinning LED hat


Electronic Demon Costume – How To!


Gravity-reactive LED Pixel Hat


Angella Mackey's VEGA collection


Asher Levine + MakerBot Fashion (video)


Get more wearables in 2013! Check in to the blog for Wearable Wednesdays and subscribe to our YouTube channel for upcoming Flora projects.


Flora breadboard is Every Wednesday is Wearable Wednesday here at Adafruit! We're bringing you the blinkiest, most fashionable, innovative, and useful wearables from around the web and in our own original projects featuring our wearable Arduino-compatible platform, FLORA. Be sure to post up your wearables projects in the forums or send us a link and you might be featured here on Wearable Wednesday!

Re: CO2 sensor

Posted: 26 Dec 2012 12:45 AM PST


If there are more questions, don't hesitate to ask them (after some trying first of course smiley-wink

Re: Arduino 2009 errore quando carico lo sketch

Posted: 26 Dec 2012 12:45 AM PST

Non ho cambiato niente perché in 10 minuti non ho neanche chiuso l'ide, ma solo attaccato Arduino da un'altra parte. Comunque ho ricontrollato ed è tutto ok.

Re: Using two flow sensors connected to one Arduino.

Posted: 26 Dec 2012 12:37 AM PST


Delta meter with a circular buffer.

[code]
#define IRQ_A 0
#define IRQ_B 1
#define FlowA 2
#define FlowB 3

volatile unsigned int countIN = 0;
volatile unsigned int countOUT = 0;
unsigned long oldTime  = 0;

unsigned long totalPulses = 0;

unsigned int c...

Re: LCD Displays Trash

Posted: 26 Dec 2012 12:36 AM PST

been there done that I now have this code working displaying time date temp in Ces. and Fahrenheit , humidity the only thing not working is output and turning on high
[code]#include <Time.h> 
#include <Wire.h>
#include <dht11.h>
#include <DS1307RTC.h>...

can i connect two arduino UNO together

Posted: 26 Dec 2012 12:36 AM PST

i need to send and receive data from UNO board to another one

Re: [HELP] ARDUINO ERROR?

Posted: 26 Dec 2012 12:15 AM PST

if means, if that is the numberRx then it will text, and if not then it will not text.

Re: Montaje CNC, calibrar ejes configuración y software

Posted: 26 Dec 2012 12:10 AM PST

Buenas a todo el mundo! esta vez no traigo nuevas noticias sobre mi cnc, ya que el fin de año me vino con todo en la universidad! pero al fin terminó! esta semana me pongo de lleno a terminar la maquina y a empezar con las pruebas finales!

Lo que no qu...

Re: Plantage au lancement de l'IDE

Posted: 26 Dec 2012 12:09 AM PST

Je ne sais pas s'il y a encore une console facilement accessible sous seven, je n'utilise plus Windows depuis un bon moment.
S'il y en a une, il serait intéressant de lancer l'IDE dans une console afin de voir si Java retourne des messages d'erreur.

Re: Can you convert a HEX byte to a literal character array?

Posted: 26 Dec 2012 12:09 AM PST

I should, perhaps, admit that chars and strings in C confuse me somewhat, but does charArr[0] = char(myArr[0]) do what you want ?

Re: Using two flow sensors connected to one Arduino.

Posted: 26 Dec 2012 12:08 AM PST

Quote
Liter per time: 24.8400
...and that is not what I had expected.
The engines I develop this flow meter to, uses between 3 and 50 liters per hour.
 
24 is  between 3 and 50, so ?? Be aware that this is the consumption per hour!

The device...

Light-up TARDIS lapel pin #WearableWednesday

Posted: 26 Dec 2012 12:00 AM PST

lightuptardispin2

lightuptardispin

Nora Pitchfork writes:

My light–up TARDIS pin uses a color-changing LED, an SMT LED (behind the POLICE BOX sign), conductive thread, and a sewable battery holder- all from Adafruit Industries.

I also followed the "LED sequins" tutorial to prep the SMT LED for sewing.

I've been working on this little project on and off for several weeks, and I'm so happy it's finished! On the surface it's just a TARDIS badge made of wool felt, like others I've made before. But underneath there are LEDs, a battery, and a conductive thread circuit. When the battery holder is snapped shut on the back of the pin, the pin lights up: the lantern on top, the "POLICE public call BOX" sign, and the windows. The windows are lit by an LED that changes color every few seconds (I like to imagine the time rotor is going crazy in there, even if one usually can't see anything through the windows).

This project took a long time mostly because I had to gather a lot of new materials, including ink-jet printable plastic film, very thick felt (I cut up some coasters I found at Target!), and high-quality iron-on transfers- not to mention the LEDs, sewable battery holders, and conductive thread!

Via the Adafruit Flickr Pool!


Flora breadboard is Every Wednesday is Wearable Wednesday here at Adafruit! We're bringing you the blinkiest, most fashionable, innovative, and useful wearables from around the web and in our own original projects featuring our wearable Arduino-compatible platform, FLORA. Be sure to post up your wearables projects in the forums or send us a link and you might be featured here on Wearable Wednesday!

Re: Starting Materials

Posted: 25 Dec 2012 11:56 PM PST

I would suggest dipmicro.com first. They're inexpensive, ship quickly, and have a lot of good starter stuff.

Re: PWM control of many LED's from arduino

Posted: 25 Dec 2012 11:54 PM PST

Re: Un peu d'aide SVP pour mon Code Cosm (Pachube)

Posted: 25 Dec 2012 11:49 PM PST

Hello,

un petit up ! ;-)

Personne pour me donner un coup de main ?

Bonnes fetes

belgo

No hay comentarios:

Publicar un comentario