Categories
- animatronics (12)
- apple (11)
- arduino (179)
- art (41)
- articles (121)
- artificial intelligence (11)
- automation (421)
- avr (205)
- bitcoin (3)
- breadboard (9)
- cameras (57)
- cars (26)
- cell phones (28)
- clothing mods (21)
- console mods (26)
- dangerous (94)
- desktop mods (24)
- embedded (5)
- flying things (54)
- fpga (22)
- gaming creations (108)
- interface (225)
- internet (17)
- laptop mods (6)
- lasers (22)
- linux (7)
- magnetic (3)
- medical (12)
- microcontrollers (51)
- misc projects (152)
- msp (12)
- music (124)
- pic (90)
- projects (23)
- pyroedu (76)
- raspberry pi (26)
- robots (312)
- security (36)
- sensors (307)
- software (200)
- solar (19)
- stamp (9)
- tools (149)
- tutorials (98)
- Uncategorized (45)
- usb (44)
- wireless (256)
Sponsors
Posted July 14, 2011 by Chris
This week’s PyroElectro Tutorial explores how to add and use a common remote control car transmitter and receiver pair in your microcontroller projects. Specifically the received protocol will be translated into information the pic can use to create some output from the remote control’s input.
Posted April 28, 2011 by Chris
Today’s PyroElectro tutorial will show you how to use popular RF Modules to create a wireless link between two PIC microcontrollers. The article explains the theory, gives all schematic details and the software project files. The low cost and ease of use make these RF Modules a good choice for any project.
Posted April 21, 2011 by Chris
This PyroElectro tutorial shows you how to use a PIC18F4455 to create a simple USB Device that can input and output to a USB Host (laptop). Make no mistake, USB is a complex protocol, so tread softly and with an inquisitive mind.
Posted April 7, 2011 by Chris
Today’s PyroElectro Tutorial: RS232 serial communication is widely used for transferring 8 bits of information at a time. The PIC gives us easy access to hardware that is capable of serial communication. This tutorial shows you how to build a simple, but effective RS232 communication interface.
Posted March 24, 2011 by Chris
This week’s PyroElectro tutorial explores the high speeds of I2C communication and how to create an interface using the PIC uController. I2C is very popular as only 3 wires are required for highspeed multi-device communication. An example design to communicate with an I2C flash memory device is used in the tutorial to get you started.
Posted May 1, 2008 by Chris
Timing circuits have been around for a long time and are very important in practically all applications. This tutorial offers simple insight & introduction to using the timers on microcontrollers (specifically the PIC).
Posted April 3, 2008 by Chris
One of the more interesting sensors to be seen recently is the MEMS accelerometer. This tutorial write-up shows an example of how to take data from an ADXL320 2-axis sensor. Give it a look through!
Posted April 1, 2008 by Chris
Stepper motors are a very powerful, yet accurate type of motor. The ability to ‘step’ through motion instead of to run uncontrollably like dc motors do is a great advantage. This write-up shows you how to use an L298 to control a stepper motor.
Posted March 25, 2008 by Chris
If you’ve ever used a music playing utility on a pc you’ll notice they always have a cool little display of either the audio frequency spectrum or the actual audio amplitude wave. The Music Equalizer Display created in this tutorial outputs the latter using a standard 10 LED bar.
Posted March 20, 2008 by Chris
Previously we explored DC motor control using the LMD18245. Now, looking forward we’ll use a method for even better motor control using the infamous L298. Specifically the L298HN (makes things even easier), Check It Out!
