background preloader

Juguetes

Facebook Twitter

Crazy multi-processor ARM-based Arduino system. Attiny programador 1. RPI servidor VNC. Back to RPi Guides. What does it do? Sometimes it is not convenient to work directly on the Raspberry Pi. Maybe you would like to work on it but from another computer by remote control. You can do this and the remote computer can even be anywhere in the world over the internet. This tutorial shows how you can view and control the raspberry pi desktop from your computer's desktop by using special software. What do you need? A Raspberry PiA boot SD card for the Raspberry PiA network connection (Ethernet or WiFi)Special software on both the Raspberry Pi and the remote, controlling computer What skill level is required? This project does not require any coding or compilation. You need to...

Install softwareEnter basic Linux commandsUse standard software tools (Windows/Linux/Mac) to add software to your PCConnect computers using ethernet cables (or to the same Wi-Fi network) How does it work? The commands described below start a "virtual" graphical session. Overview of this project You need to #! $ . #! Guitar DIY Projects and Schematics from Beavis Audio Research. Gottfried Haider. Gottfried Haider. Transporter3D. The Transporter3D is a device that supports the Oculus Rift by converting remotely transmitted video into a virtual reality experience called "telepresence". We have been designing and manufacturing telepresence equipment embraced by the FPV (first person video) community for over 6 years. Starting with the 3D-Cam FPV in 2006, we pioneered the transmission of 3D video for RC aircraft pilots who fly from the ground wearing video glasses.

Over the years we pushed the telepresence technology further with force feedback joysticks (ForceFly) and aerial combat simulation systems (DogFighter). When the Oculus Rift was born it was the obvious direction for FPV telepresence. The Rift technology presented some challenges to adapt to conventional FPV equipment. The T3D is a crowd sourced design. Original Project Goals From the start our objective was to create an Oculus Rift interface designed for standard FPV/telepresence equipment. Video stability: The hardware needs to cope with noisy video. Flowcine Gravity Un estabilizador de cámara. Update: Do you use ENG-style cameras? You'll like our latest accessory... See details in update. Update: We just reached our funding goal! As a thank you to all backers, we have a special treat in mind...

See details in update. Update: We have two brand new mounting options for Arri Alexa/XT. See details in update. Update: Now the pricing for the upgrade to Gravity One Extended is available. Update: We have two new color options for the Gravity One! Update: The final design of the Gravity One is done! Update: We got some nice media coverage today at blf.se and newsshooter.com. Update: We're on IBC showing the Gravity One. Update: We have done some more testing with walking/running with the Gravity One combined with the Kenyon KS4x4 gyros. Gravity One – The small lightweight external two axis gimbal rig The Gravity One, G-1, is a two axis gimbal camera support. Introduction Ergonomics and simplicity Targeted at professional photographers Gravity One features Extend your G-1 Why crowd funding? High Quality 3D Printer Resin. Frustrated with failed prints? Feel limited by slim color selection? Do you cringe at every expensive failed print?

As fellow Makers, we feel your pain. This is why we have developed our own high quality resin with a more color options, Form1 compatibility, and all at a more reasonable price. *Update* New Time Lapse of Eiffel Tower. What's the Problem? There have been recent releases of really great hardware and software that have advanced the printing power for Makers everywhere. We've had these issues with a number of different kinds of SLA printers. Here's our Solution Our team, specializing in chemistry, has worked tirelessly to developed the best materials for 3D Printers with these frustrations in mind. High Definition Form1 Printer Ready (no tweaking necessary) Low to No Odor Reasonable Pricing More Color Options (Black, White, Pink, and Blue available now) Easy to Clean (No More Isopropyl Alcohol) Our formulas are beyond mere theory.

(Buddha printed by Raymond Delia at S.K. ARDUINO BASIC CONNECTIONS - THE BOOK. Bill @ Adafruit is one of the experts who had the opportunity to receive the sample of the book for preview and this is the review: Arduino™ is the world's most popular tool, used every day by millions of people, to experiment and learn electronics with hundreds of different components; from the basics like buttons and LEDs, to complex devices like digital interfaces and advanced graphic displays. The nightmare for every maker has always been: where do I find easy to use schematics?

Arduino™ Basic Connections, also known as ABC, has already become the world's most popular and trusted source for schematics, the perfect solution for everyone. Arduino™ Basic Connections is the most complete and easy to use set of reference schematics for the Arduino™ world. Over 40 color cards are organized into themes, and uses a common style, so that the schematics can be easily understood.

Grab your own now! Who am I? Why Indiegogo? Guilherme Martins : PAPERduino continues to inspire others. Everytime I see PAPERduino’s being featured in blogs, websites, and other people projects I feel joy! This time I have the surprise of looking at the Concurrency website, the new multithread language for Arduino, and I see the PAPERduino giving this guys the ideia of taking it to a higher level, I present you the Cardboarduino: “The Cardboarduino is physically larger than the PAPERduino, and includes space for a 9V battery clip.”

The bottom shows all of the pins that need to be soldered together with wire. Nootropic design | products. 500 LED Extreme flashlight. Tutorial Arduino - Programar AVR ATtiny45 y 85 con Arduino. Hola amig@s! Comienzan las colaboraciones! Gracias a Miguel Angel, miembro de AEROBOT, tenemos nuestro primer tutorial sobre como programar los micros AVR ATtiny45 y 85 utilizando un Arduino. Así que empecemos!! Más de una vez os habrá pasado, que después de haber testeado vuestro prototipo deseáis hacer de él una aplicación real. Sin embargo, si es un proyecto pequeño, con pocas salidas/entradas parece poco lógico/óptimo emplear un ATmega328 con sus 14 salidas digitales y sus 6 entradas analógicas, con el consiguiente gasto de dinero y espacio.

(La mejor solución es aquella que, cumpliendo su objetivo, sea la más fácil, sencilla y barata…Optimización!). Si estáis familiarizados con el uso de microcontroladores PIC o AVR y tenéis los conocimientos y herramientas (compiladores, grabadores…) necesarios, esto se resuelve fácilmente acudiendo al micro que más se ajusta a nuestras necesidades…y este post no tendría sentido! Éstas son sus características esenciales: Ahora una vista de las pistas:

Programming an ATtiny w/ Arduino 0022. This tutorial shows you how to program an ATtiny45 or ATtiny85 microcontroller using the Arduino software and hardware. The ATtiny45 and ATtiny85 are small (8-leg), cheap ($2-3) microcontrollers that are convenient for running simple programs. This tutorial is obsolete! See the updated version of this tutorial (with support for Arduino 1.0). They are almost identical, except that the ATtiny85 has twice the memory of the ATtiny45 and can therefore hold more complex programs. We like to use both of them with paper circuits and other craft electronics. To program them, we’ll use a port of the Arduino core libraries created by Alessandro Saporetti and slightly modified by HLT. Materials and Tools For this tutorial, you’ll need: Arduino Uno or Duemilanove (w/ an ATmega328, not an older board with an ATmega168) ATtiny45 or ATtiny85 (8-pin DIP package) a 10 uF capacitor (e.g. from Sparkfun or from Digi-Key ) a breadboard jumper wires Software Download: Arduino software , attiny45_85.zip Reference.

Arduino-tiny - ATtiny core for Arduino. Arduino-Tiny is an open source set of ATtiny "cores" for the Arduino platform. The Arduino platform currently supports Atmel ATmega processors. There is a need for the Arduino platform to work with physically smaller DIP package processors. The intent of this project is fulfill that need. Specifically, our goal is to provide a core that enables Arduino users to work with the ATtiny84 (84/44/24), ATtiny85 (85/45/25), and ATtiny2313 (4313) processors. Download the latest version for Arduino 1.0 Download the latest version for Arduino 1.5 Arduino libraries available for ATtiny processors...

I2C / TWI Master library for the ATtiny85 Alternatives to this core (as of 2010-Nov-16)... bohne (René Bohne) published '2313 and '84 cores... SuperCow (R.Wiersma) published an '84 core... Saposoft (Alessandro Saporetti) published a '45 core... Txapuzas. Arduino Shield programador de ATTiny 45/85 » Blog Archive » el blog de giltesa. Para programar el Attiny podemos hacerlo con un programador o con un Arduino y la ayuda de una protoboard o adaptador como es el caso. Gracias a este adaptador podremos programar los Attiny 45 y 85 y probarlos con un blink. Para programarlo necesitaremos un Arduino compatible con Shields como un duemilanove, mega, etc. que hará de programador ISP. Los pasos a seguir son los mismos que en la entrada del Attiny, sin embargo en las ultimas pruebas he podido comprobar que con la nueva versión, 1.0, del IDE de arduino no funciona el programado de los Attiny, ni con las configuraciones anteriores ni con unas nuevas que he visto.

Deberemos de seguir usando la versión anterior, la 0022. Para la fabricación del adaptador hacen falta muy pocos materiales, simplemente el circuito impreso, un socket de 8 pines, 8 pines macho, 1 condensador de 100mF, 2 leds y 2 resistencias smd de 1k. El esquema eléctrico y el circuito para Eagle puede descargarse desde aquí. AEROBOT Club de Robótica de Aeronáuticos. Amplificador Sensillo TDA2003 « Elio3c's Weblog. En dando caso de tener problemas con los diagramas aqui les dejo el pdf del fabricante del circuito integrado (para todos los criticones ke nomas joden pero no ayudan mas ke en acer perder el tiempo….) Ampllificador con un TDA2003 este es un integrado bastante barato a de valer komo 18 pesos son menos de 2 dollares americanos De marca Philips tiene bastante buena potencia para las bocinas de rango chiko de 8 pulg o de unas 6×9 de carro ta perfekto Se puede utilizar para amplificar tu MP3 Mp4 Ipod Iphone Diskman y cosas similares ….. les dejo los diagramas tan bastante sensillos se pueden soldar direktamente arriba del integrado sin placa PCB… es lo q me gusto de este integrado Me gusta: Me gusta Cargando...

Fabricar amplificador de audio 12 voltios - TDA2003. Fabricar un amplificador de sonido o audio. TDA2003 Uno de los amplificadores más fácil de construir.Utilizando un TDA2003 y unos pocos componentes tenemos un buen amplificador que nos puede funcionar para amplificar la salida de audio de nuestra computadora o como amplificador de pruebas. Diagrama de conexiones del TDA2003 (tambien TDA2002): Según el fabricante el TDA2002 es de 8W y el TDA2003 es de 10W. Las conexiones, los valores de los componentes y voltaje son iguales.

Para instrumentos de prueba pueden funcionar con 9 Voltios, como amplificadores de potencia funcionan perfecto con 14 voltios, y es mejor no llegar a 18V. Lista de piezas: Pot1 es un potenciómetro logarítmico de 10K a 50K. R1 es de 1000 ohmios, puede ser pequeña (menos de 1/8W) R2 es de 3.3 ohmios (menor a 10 ohmios*, mayor a 2) R3 es de 390 ohmios (puede ser: R2 x 100) Si queremos mayor ganancia aumentamos el valor de R3. Dibujo del amplificador con TDA2003: Diagrama del amplificador con TDA2003 en puente: .inicio. Ap/xxxxx. --> ap/xxxxx 1] 27th January 2pm. Object Oriented Programming with Python. with Julian Oliver. 2] 10 February 2pm. 3] 17th February 2pm noise_produce. with Martin Howse schmitt triggers: 4] 24th February 2pm. 5] 3rd March 2pm. noise_produce part two. with Martin Howse.

PCB etching: kraakdoos: equipment: pcb. Junio ​​2007. I have been trying to mash up my main two social network tools twitter and plazes so that it isn't a chore to keep current with both. i found several solutions including a php script that parses the rss feed which i installed on my web server. this solution was exhibiting a bug which i still don't understand so it would post a tweet of 'Error' everytime i ran the script. i looked for other rss into twitter solutions and came across two from the freakitude blog. the article mentions rss2twitter.com and twitterfeed.com. both services are offered free of charge to the community (yay!!). I had trouble parsing the plazes atom feed through rss2twitter.com but twitterfeed.com's product worked great. TV Transmitter (TV Verici devresi) 31-08-2011 Tarihinde Yayınladı 05:47 Gösterim sayısı: 3626 If you are interested to build TV transmitter for your electronic project this Advanced TV Transmitter With Sound designed by Tetsuo Kogawa could be good idea for you.

TV transmitter consists of of the two sections: video transmitter and audio amplifying. Both of them actually is transmitters. The main one generates video carrier while the smaller one generates the exact 4.5 (5.5 in some countries) MHz FM audio carrier. When it is supplied to the main section, the combination generates the audio carrier that is the total of the video frequency plus 4.5 MHz (this is the same in the US but different in other countries: 3.5 in the UK, 5.0 in Italy, 5.5 in Australia and so on: see the channel plans). The Audio section (1)Coil: The most difficult point is the coil. Wind 0.2 ECW (enamel-coated wire) around the "FT-50-43" (Amidon) in 24 turns. (2)Transistor: You can use popular ones such as 2SC2001, 2SC1815, 2SC1907, etc.

Pitch 1799. Visual programming. Arduino. Pitch 1799. Pitch 1799. RADIO. Educación Secundaria y Universitaria: Robótica Control Simulación.

TARJETAS DE DESARROLLO