background preloader

Minibloq

Minibloq

A Multi-Protocol Infrared Remote Library for the Arduino Do you want to control your Arduino with an IR remote? Do you want to use your Arduino to control your stereo or other devices? This IR remote library lets you both send and receive IR remote codes in multiple protocols. It supports NEC, Sony SIRC, Philips RC5, Philips RC6, and raw protocols. If you want additional protocols, they are straightforward to add. To use the library, download from github and follow the installation instructions in the readme. How to send This infrared remote library consists of two parts: IRsend transmits IR remote packets, while IRrecv receives and decodes an IR message. #include <IRremote.h> IRsend irsend; void setup() { Serial.begin(9600); } void loop() { if (Serial.read() ! This sketch sends a Sony TV power on/off code whenever a character is sent to the serial port, allowing the Arduino to turn the TV on or off. How to receive IRrecv uses an infrared detector connected to any digital input pin. Hardware setup Some background on IR codes Handling raw codes

Home Page proposé par le site www.mon-club-elec.fr Nouveau : Découvrez nos kits de machines opensource et notre nouveau site dédié ! Bienvenue sur ce site ! Vous trouverez sur ce site la documentation de référence en français pour plus de 250 instructions et fonctions du langage Arduino et des librairies utilisables avec le langage Arduino, avec exemples. Ce site est la traduction en français et commentée de la référence officielle (en anglais) du langage Arduino. Voir également : Tous les derniers changements Vous trouverez dès à présent en ligne : Vous pouvez également découvrir mes programmes Arduino sur mon site principal : www.mon-club-elec.fr Site créé et maintenu par X.

Snap4Arduino beta GNU/Linux You just need to unpack the package. The executable is Snap4Arduino. In case it complains about a missing library, you can sudo run the postinstall.sh script, which will attempt to automatically take care of the issue. If you would like to help us build packages for different distros, please don't hesitate to write to us. MacOS X Unzip the package and run the Snap4Arduino package. Microsoft Windows Just unzip the package and run the installer. Chromebook Extract the experimental Chromebook package, a file called Snap4Arduino-chrome.crx will pop up Point your Chrome to (paste this in your address bar) Drag and drop the Snap4Arduino-chrome.crx file from your file system into your Chrome, into the tab Chrome will tell you the extension needs you ti give it permissions. Other systems The experimental Chrome app will (mostly) work on any other system.

playground - ShiftBriteLib Overview Taken from macetech.com. ShiftBrite is a high-brightness LED module containing red, green, and blue elements. It uses a simple clocked serial interface to receive a 10-bit brightness value for each color, resulting in over a billion possible colors. Each input is buffered and output on the other side of the module. This allows each ShiftBrite to repeat the signal to the next, allowing longer cable runs between elements without excessive loading of microcontroller I/O pins. ShiftBrite elements feature current control and automatic overtemperature control (an overheating channel driver will shut off until it has cooled). Library You can get the library here Use To use it, include the library by adding #include "ShiftBrite.h" at the top of your sketch. Then make a ShiftBrite object like this: ShiftBrite SB(10);. If your pins aren't right in a row, you can explicitly define them like: ShiftBrite SB(datapin,latchpin,enablepin,clockpin);

bitbloq Online : LED cluster for Arduino testing My friend Usman and I are collaborating long-distance on an Arduino project. He’s a software guy (by which I mean he’s a guy actually made of software. OK, not really, but almost) and doesn’t have time right now to get up to speed on hardware. So, I send him bits of hardware as needed. This is how we did the RFID iConveyor project. In order for him to test sending signals to the Arduino’s digital out pins, I built this plug-in cluster of three LED with integrated resistors. They’re soldered to a set of four right-angle header pins, and all share ground. Related

Code An App: Make Computers Do Something For You | Learn How To Program A Computer | Learn Computer Programming Welcome Physical Etoys « GIRA Introducción En las últimas décadas, las teorías construccionistas y el progreso tecnológico permitieron que la robótica educativa comience a surgir en algunas escuelas como complemento a diversas materias de la currícula. Sin embargo, cada kit de robótica tiene su manera particular de programarse y no permite la comunicación con otros kits. Es por esta razón que se decidió crear Physical Etoys, una extensión argentina de Etoys que facilita la interacción con estos dispositivos. “La computadora es un instrumento cuya música son las ideas” Alan Kay Descripción general del proyecto Physical Etoys es un ambiente de programación visual de robots gratuito, de código abierto y multiplataforma que conecta el mundo virtual de las computadoras con el mundo real en que vivimos. Resultados deseados Facilitar la programación de material concreto así como también su enseñanza.Integrar los kits más populares de robótica educativa en un solo ambiente extensible.Fomentar el pensamiento computacional. Videos

A thermocouple datalogger based on the Arduino platform September 7, 2010 AT 10:11 am A thermocouple datalogger based on the Arduino platform & (previously, rolling your own thermocouples)… It never hurts to collect more data, and I often find myself wanting to record temperatures from a few extra animals. Most (all?) commercial thermocouple dataloggers that will record temperatures from multiple thermocouples cost several hundred or thousands of dollars. Thermocouple Type-K Glass Braid Insulated – K. K type thermocouple with glass over-braidingGood up to 500 degrees C (900 DegF)! Best used with a thermocouple amplifier such as the MAX6675 (pictured above, not included). Thermocouple Amplifier (MAX6675) breakout board. Works with any K type thermocouple0 to 1024 degree C output in 0.25 degree increments3.3 to 5v power supply and logic levelsSPI data output requires any 3 digital I/O pins.Related No comments yet. Sorry, the comment form is closed at this time.

Creative Computing 7 units44 activitiesremixing encouraged download the Scratch 3.0 version of the guide> help learnerscreate new worldswith computing download the Scratch 3.0 version of the guide an introductorycomputing curriculumusing Scratch Scratch 3.0 is here! In celebration of Scratch 3.0, we are hard at work developing a new version of our Creative Computing Curriculum Guide to be released in early 2019! Download

Related: