lunes, 17 de diciembre de 2012

Arduino by Davis: “Re: Projet d'un héliostat pour un débutant” plus 19 more


Arduino by Davis: “Re: Projet d'un héliostat pour un débutant” plus 19 more

Link to Arduino by Davis

Posted: 17 Dec 2012 01:31 AM PST
oui, mais c'est bien plus compliqué niveau calculs, et ça ne tient absolument pas compte de l'albedo (réflexion sur les nuages et l'environnement) et de l'environnement direct des capteurs (ombres portées par exemple) et donc ça ne maximise pas réellem...
Posted: 17 Dec 2012 01:31 AM PST
 8 x 34 = 272  smiley-cool
Posted: 17 Dec 2012 01:27 AM PST
This article may be of interest http://www.ladyada.net/make/xbee/arduino.html
Posted: 17 Dec 2012 01:27 AM PST
Quote
I did not know what exactly grumpy_mike meant with collector, so I looked on Wiki and saw that its the drain.
Wehe I said the collector I meant the colle...
Posted: 17 Dec 2012 01:27 AM PST
Ok if some people are having trouble here:
Its a arduino nano R3
I DO have a pencil Soldering iron with some soldering skills(if i cannot solder part i know someone who ca...
Posted: 17 Dec 2012 12:37 AM PST
+ build/shared/examples/02.Digital/DigitalInputPullup/DigitalInputPullup.ino  
Example had a wrong name (02.Digital/DigitalInputPullup)  Fixes #1074
Posted: 16 Dec 2012 05:30 AM PST
m hardware/arduino/cores/arduino/new.cpp  m hardware/arduino/cores/arduino/new.h  
Add trivial new[] and delete[] operators (Justin R. Cutler)  Fixes #73  Fixes #883
Posted: 16 Dec 2012 05:18 AM PST
m libraries/Esplora/examples/EsploraTable/EsploraTable.ino  
Merge remote-tracking branch 'arduino/master'
Posted: 16 Dec 2012 05:16 AM PST
+ hardware/arduino/cores/arduino/malloc.c  
Fixed malloc() bug. (Paul Stoffregen)  Fixes #857
Posted: 17 Dec 2012 01:00 AM PST

We have seen plenty of LED Christmas trees this year, but this one is a bit unique.  Instead of wrapping LEDs around a tree (or in the shape of a tree), Andrew cut a tree shape out of MDF, and filled it with Adafruit LED Pixels.
I imagine I'll be adding to the animations over the holidays and will hopefully get some video of the tree in action.  In the meantime it'll be accompanying me on my holiday traveling and visiting.
I'm happy w/ the crafty look of the tree as it reminds me of a wooden tree my mom made for me some years back with traditional incandescent string lights.  Next year I'll start work earlier on some fancy laser-cut versions

RGB Pixels are digitally-controllable lights you can set to any color, or animate. Each RGB LED and controller chip is molded into a 'dot' of silicone. The dots are weatherproof and rugged. There are four flanges molded in so that you can 'push' them into a 12mm drill hole in any material up to 1.5mm/0.06″ thick. They're typically used to make outdoor signs. We also have flat-backed pixels that are essentially the same, but are not as long and thin.
In Stock and Shipping Now
Posted: 17 Dec 2012 12:58 AM PST
hi ybl84f1, thanks for the comment. i have tried using both xbee on API mode.( 1 end device, the other coordinator) and also i enable both API 2 mode. but still is not communicating in the terminal tab smiley-cry. the configuration is at the attachment, i am n...
Posted: 17 Dec 2012 12:58 AM PST
For example the whole of you setup function could be;-
Code:
void setup(){
for(int j = 0; j<7; j++){
pinMode(j,INPUT);
pinMode( j+7,OUTPUT);
}
}
Posted: 17 Dec 2012 12:53 AM PST
Buongiorno a tutti!

Seguo da tempo il forum ma non ho mai avuto occasione di scrivere.. Vorrei ringraziarvi perchè il forum è una vera e propria bibbia di elettronica/software e mi hanno permesso di imparare veramente moltissimo!

Il problema che ho è q...
Posted: 17 Dec 2012 12:47 AM PST
I only managed 2.7 million hits for "TI84 Serial Interface", but I still haven't got to the end of them.
Posted: 17 Dec 2012 12:45 AM PST
The following link show how to auto upload, but I have no luck with that.


http://www.xappsoftware.com/wordpress/2012/...
Posted: 17 Dec 2012 12:26 AM PST
Hey,

Is it's possible to have multiple C "subthreads"? If no, why not?
I know it is not a hardware feature ;-)

I would like to run a display, analog input and some serial data (temp&humidity sensor) every 0.2 s at the same time, without a big delay.
Posted: 17 Dec 2012 12:26 AM PST
Hi,

I am a beginner in electronics and I need help on my project.

I am working on a project for which it's required to control 172 (8x34 matrix) electromagnets which are self made, the current drawn each electromagnet is 250 mA on 12 v power supply, I ...
Posted: 17 Dec 2012 12:26 AM PST
@khalid
the addVar method adds to the current _menu object a variable by a pointer setting. if you repeat the addVar method with the same _menu object the latest pointer is...
Posted: 17 Dec 2012 12:19 AM PST
ok. Grazie delle delucidazioni smiley-grin
Posted: 17 Dec 2012 12:18 AM PST
Ahhhh... this brings back memories...
Microsoft C vs. Borland C.
PBasic vs. QuickBasic
Visicalc vs Lotus 123
 smiley-mr-green

I picked Arduino because of the easier learning curve, and the fact that it's available on OSX.
Not to mention a good numb...

No hay comentarios:

Publicar un comentario