View allAll Photos Tagged microcontroller
The Arduino is a microcontroller popular with artists, hobbyists, engineers and tinkerers of all sorts. The "Arduino Workshop" is an opportunity to learn a bit about the microcontroller, how to program it and how to prototype basic circuits.
THermometer with microcontroller PIC16F84A and sensor DS18B20.The schematic and other stuf to make this thermometer is on my bolg:http://macoprojects.blogspot.com/
Kleines Test- und Entwicklungsboard für ATTiny-MCUs. Bauanleitung auf www.ni-c.de/2008/03/09/attiny-testboard/
Pattern of a dual pendulum swinging a modulated LED. The LED is an RGB tricolor, and the modulation is manually controlled through a microcontroller.
Sierra Radio HamStack microcontroller project platform. Looks like an Arduino-style board, plus a set of "shield" modules that are targeted at ham radio applications. It does not appear to be Arduino-compatible, though. I don't know why they made their own board instead of just building shields for the Arduino.
The AVR microcontrollers are brilliant, nearly idiot-proof ways to make any electronics project smart. They're amazing little gadgets.
Feeling renewed confidence, I decided I'd tack down the microcontroller for the Flavonoid. I'm using an ATMega32L, a low-power ATMega32 in the Thin Quad Flat Package. I decided to try the "solder wick" soldering technique. I don't know why I decided to try something new on something I'm so heavily invested in. I lucked out. It worked like a charm. One more technique in the quiver. If nothing else happens, at least I'm learning a hellzalot.
Foto von Jan Kraus
An unserem Code&Play Stand konnte an drei Tagen ein buntes Workshop-Angebot wahrgenommen werden. Mit dabei waren:
senseBox, Junge Tüftler, NaWiTex-Schülerlabor, Technologiestiftung Berlin, Open Knowledge Foundation, Infosphere Aachen, Coder Dojos, Creative Gaming und das Game Science Center!
Pixel VGA, version 1 (Floor Cluster) - Garnet Hertz
Two dozen old computer monitors occupy the center of a gallery floor in a cluster facing the wall. Each screen is controlled with custom electronics to create pulsating and strobing patterns, casting a colored wash across the darkened gallery.
Dimensions: Variable (approx 3m x 3m). VGA monitors, custom electronics. 2011.
More project information: conceptlab.com/pixel/
I've put together a little Shrimp microcontroller circuit (similar to Arduino Uno) to hook up the LED matrix and Bluetooth dongle. Attention data levels are visualised as red LEDs and meditation data levels as green LEDs.
Arduino is een opensource-computerplatform dat is opgebouwd rond de ATmega168-microcontroller van Atmel en het softwareontwikkelplatform Processing. Dit platform is bedoeld voor hobbyisten, artiesten, kunstenaars en iedereen die geïnteresseerd is in het maken en ontwerpen van slimme en creatieve objecten die kunnen reageren op hun omgeving.
Met Arduino is het mogelijk apparaten en objecten te creëren die reageren op hun omgeving door middel van digitale en analoge inputsignalen. Op basis van deze input kan een Arduinoschakeling autonome actie initiëren door het afgeven van digitale en analoge outputsignalen. Input kan bijvoorbeeld worden gegenereerd door schakelaars, lichtsensoren, bewegingsmeters, afstandsmeters, temperatuursensoren, of op basis van commando's afkomstig van internet, een radiomodule of een ander apparaat met een seriële interface. Outputsignalen kunnen bijvoorbeeld motoren, lampjes, pompjes en beeldschermen aansturen, maar ook input genereren voor een andere Arduinomodule.
Daarnaast bestaan ook zogenaamde "shields". Deze integreren vaak verschillende sensoren en modules in één printplaat. Deze kan dan gemakkelijk op de Arduino aangesloten worden door hem te plaatsen op de input-/outputpinnen van de Arduino. Vele van deze shields worden verkocht als kit en dienen dus zelf nog gesoldeerd te worden. Veelvoorkomend zijn de wifi- en gps-kits. Naast deze kits kan ook een ProtoShield gekocht worden die dienstdoet als breadboard om op te experimenteren.
Today in this session we will learn Everything about PIC Microcontroller in a detail. The PIC microcontroller contains a processor, memory, and input/output ports, and the program is stored in flash ROM memory in numbered locations. So without wasting time lets dive into the topic.
PIC Micro ControllerIntroduction to PIC MicrocontrollerEvolution of PIC MicrocontrollerFeatures of PIC MicrocontrollerRegisters on PIC MicrocontrollerProgram memory:Data memory:Special Function RegistersGeneral Purpose RegistersWorking Register:Status Register:File selection register:EEPROM:Wrapping up
Introduction to PIC Microcontroller
There are three main components of a computer or digital controller: input and output devices, to communicates with the outside world. Processor, to calculate and handle Data operations; And memory to store, programs, and data. The range of available PIC Microcontrollers is expanding rapidly.
The first widely used, the Intel 8051, was developed with an early Intel PC processor, such as the 8086. This tool dominated the area for a while; Others appear only slowly, especially as complex processors for applications such as engine management systems.
These devices were relatively expensive, so they were only reasonably priced Products. The potential for microcontrollers seems to be slowly being realized.
Evolution of PIC Microcontroller
The development of the Flash ROM helped open the market and was one of the microchips to Take advantage of first. theiotprojects.com/everything-about-pic-microcontroller/