Programmation

TwitterFacebook
Get flash to fully experience Pearltrees

Arduino : Présentation et traduction en Français de ArduBlock. | Semageek

http://www.semageek.com/arduino-presentation-et-traduction-en-francais-de-ardublock/ le logiciel Ardublock est un plugin qui s’ajoute à l’ide d’arduino et qui vous permet de programmer en blocs de fonctions, un peu comme scracth4arduino, ou appinventor pour android.

ArduinoBoardUno-Mozilla Firefox

Overview The Arduino Uno is a microcontroller board based on the ATmega328 ( datasheet ). http://arduino.cc/en/Main/ArduinoBoardUno
Génère une impulsion de largeur / période voulue sur une broche de la carte Arduino (onde PWM - Pulse Width Modulation en anglais ou MLI - Modulation de Largeur d'Impulsion en français). Ceci peut-être utilisé pour faire briller une LED avec une luminosité variable ou contrôler un moteur à des vitesses variables. Après avoir appelé l'instruction analogWrite(), la broche générera une onde carrée stable avec un "duty cycle" (fraction de la période où la broche est au niveau haut) de longueur spécifiée, jusqu'à l'appel suivant de l'instruction analogWrite() (ou bien encore l'appel d'une instruction digitalRead() ou digitalWrite() sur la même broche). http://arduino.cc/fr/Main/AnalogWrite

Francais - AnalogWrite browse-Mozilla Firefox

When we burn the bootloader of Arduino Diecimila, we connected external AVR-Writer to ICSP of Diecimila.

Arduino Diecimila / Burning the Bootloader without AVR-Writer

http://www.geocities.jp/arduino_diecimila/bootloader/index_en.html
The open-source Arduino environment makes it easy to write code and upload it to the i/o board. It runs on Windows, Mac OS X, and Linux. The environment is written in Java and based on Processing, avr-gcc, and other open source software. http://arduino.cc/en/Main/Software

Software

Arduino - HomePage

Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments. Arduino can sense the environment by receiving input from a variety of sensors and can affect its surroundings by controlling lights, motors, and other actuators. The microcontroller on the board is programmed using the Arduino programming language (based on Wiring ) and the Arduino development environment (based on Processing ). Arduino projects can be stand-alone or they can communicate with software running on a computer (e.g. http://www.arduino.cc/
This is a continuation of the Quaduino thread. (This thread is dedicated to quad copters that use an Arduino micro controller and it's IDE.) ----------------------- Quaduinos- Arduino Hardware and Software -------------------------------------------------------------------------------------------- 2)Old version uses RX channel order dependent code that takes in a single PPM pulse train from a hacked receiver. http://www.rcgroups.com/forums/showthread.php?t=1066119

Quaduino-Part2 (Arduino QuadCopters) - RC Groups

http://www.knokkette.eu/modelism/cms/index.php?page=premier-contact

Modelism - guchtpi's little world - Premier contact

string(113) "Smarty error: [in tpl_top:38 line 1]: [plugin] unknown tag - 'process_pagedata' (core.load_plugins.php, line 124)" Fatal error : Call to undefined function smarty_cms_function_process_pagedata() in /mnt/webe/b3/40/51972840/htdocs/modelism/cms/tmp/templates_c/%%AB^AB2^AB2910D4%%tpl_top%3A38.php on line 5
Reads a pulse (either HIGH or LOW) on a pin. http://www.arduino.cc/en/Reference/PulseIn

PulseIn