0

12 cool projects for home office and entertainment

mac toys 12 cool projects for home, business and entertainment (digital lifestyle)

mac toys 12 cool projects for home, business and entertainment (digital lifestyle)

Đại cương

... Mac Toys 12 Cool Projects for Home, Office, and Entertainment John Rizzo Scott Knaster Mac Toys 12 Cool Projects for Home, Office, and Entertainment John Rizzo Scott Knaster ... and X10 ˛ What You Need ˛ Where to Buy X10 Gadgets ˛ Controller Hardware ˛ X10 Software for Mac ˛ Home Automation Projects ˛ Troubleshooting Mac Toys: 12 Cool Projects for Home, Office, and Entertainment ... be both receivers and transmitters of X10 commands These devices will respond to X10 commands by issuing other X10 commands Mac Toys: 12 Cool Projects for Home, Office, and Entertainment AC power...
  • 387
  • 585
  • 0
wi-fi toys - 15 cool wireless projects for home, office, and entertainment (2004)

wi-fi toys - 15 cool wireless projects for home, office, and entertainment (2004)

Kỹ thuật lập trình

... Wi-Fi Toys 15 Cool Wireless Projects for Home, Office, and Entertainment Mike Outmesguine Wi-Fi Toys: 15 Cool Wireless Projects for Home, Office, and Entertainment Published by Wiley ... 106 106 108 109 109 109 110 112 113 114 115 117 118 119 119 120 120 121 122 123 123 123 124 xv xvi Contents Chapter 6: War Driving with NetStumbler 127 Installing NetStumbler ... Alysia, Diana and Jennifer, Granddude, and the Grandmas Great and Small for letting us stop by unexpectedly And thanks to our friends from the Lang Ranch Mom’s Club for being there for my family...
  • 409
  • 682
  • 0
Asparagus, its culture for home use and for market, by F. M. doc

Asparagus, its culture for home use and for market, by F. M. doc

Quản trị kinh doanh

... Project Gutenberg EBook of Asparagus, its culture for home use and for market:, by F M Hexamer This eBook is for the use of anyone anywhere at no cost and with almost no restrictions whatsoever You ... were fixed and use of hyphens was normalized throughout, but all other spelling and punctuation was retained as it appeared in the original text ASPARAGUS ITS CULTURE FOR HOME USE AND FOR MARKET ... PREFACE he cultivation of asparagus for home use as well as for market is so rapidly increasing, and reliable information pertaining to it is so frequently asked for, that a book on this subject...
  • 410
  • 443
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P1 pot

Practical Arduino Cool Projects for Open Source Hardware- P1 pot

Phần cứng

... Practical Arduino Cool Projects for Open Source Hardware Jonathan Oxer Hugh Blemings Practical Arduino: Cool Projects for Open Source Hardware Copyright © 2009 by Jonathan Oxer and Hugh Blemings ... http://www.apress.com Apress and friends of ED books may be purchased in bulk for academic, corporate, or promotional use eBook versions and licenses are also available for most titles For more information, reference ... by the information contained in this work The source code for this book is available to readers at http://www.apress.com For everyone who looks at the everyday objects around them and sees the...
  • 10
  • 299
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P3 doc

Practical Arduino Cool Projects for Open Source Hardware- P3 doc

Phần cứng

... for micro, and n for nano These equate to 10–3, 10–6 and 10–9, respectively; thus, 20mA is 0.02A, 45µs is 0.000045 seconds, etc For larger figures, you’ll come across k for kilo (103) and M for ... software, and community To get the most out of it you need to have a basic understanding of all three elements, and for most people the biggest challenge of the three will be hardware Before you ... way For software source code, please provide explicit copyright and/ or licensing information in the source files Doing so makes it possible for others to reuse your code in their own work and...
  • 10
  • 331
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P4 potx

Practical Arduino Cool Projects for Open Source Hardware- P4 potx

Phần cứng

... store, or for lower-power projects from mobile phone chargers Nokia in particular seem to have standardized on 5.2V for some years now, which is ideal for 5V-based projects Capacitance and Capacitors ... (for LEDs), 1k, and 10k resistors on hand, for example A handful of LEDs: obviously, you’ll need more if your project is specifically using them, but even if not, they’re handy to have on hand ... handy to have on hand for debugging purposes CHAPTER • Some signal and rectifier diodes: 1N4148 and 1N4004 (or equivalents), the former for logic level applications, the latter for protection circuits,...
  • 10
  • 325
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P5 potx

Practical Arduino Cool Projects for Open Source Hardware- P5 potx

Phần cứng

... one for “off”) but it can be handy having more outputs so I installed four Start by fitting the relays and male PCB-mount headers to the shield as shown in Figure 2-5 Figure 2-5 Reed relays and ... three connectors and having the fourth connector installed would just make it a little bit harder to align and insert into an Arduino for no benefit Turn the board back over and install jumper ... we started with digital output for the first relay, for the second, and so on (see Figure 2-8) 22 CHAPTER APPLIANCE REMOTE CONTROL Figure 2-7 Connections to +5V and ground Figure 2-8 Connections...
  • 10
  • 267
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P6 docx

Practical Arduino Cool Projects for Open Source Hardware- P6 docx

Phần cứng

... pin and setting it as an output and forcing it low, we can loop through the elements in the array and use each one in turn void setup() { // Open the serial connection to listen for commands ... that represents a character, and that character may (or may not) be a number The ASCII code for the character “1” is 49, and the ASCII code for the character “2” is 50, and so on So when we receive ... Set up the pins as outputs and force them LOW for( count; count < pinCount; count++) { pinMode(outputArray[count], OUTPUT); digitalWrite(outputArray[count], LOW); } } The for loop uses a simple counter...
  • 10
  • 304
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P7 docx

Practical Arduino Cool Projects for Open Source Hardware- P7 docx

Phần cứng

... Configure and Load Sketch The sketch for this project is incredibly simple All it does is set up digital I/O lines and as outputs for the “focus” and “shutter” reed relays, respectively, and make ... cable for Canon cameras Strip back one end of the shielded cable and solder it onto a 3.5mm stereo line plug, using the shield for the sleeve connection and one of the internal conductors for the ... example is add another event handler called blinkLed() that flickers the status LED on for 1/10th of a second, and used another call to Events.addHandler() to set that handler to be invoked every...
  • 10
  • 501
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P8 ppt

Practical Arduino Cool Projects for Open Source Hardware- P8 ppt

Phần cứng

... was never intended for automated control by a smart device This could be desktop software, such as a game or a web browser For example, your Arduino could “type” into a web form and submit it on ... electrical operation and has nothing to with data flowing on the bus Disconnect the temporary connection between digital I/O pin and +5V if you performed the previous experiment and proceed to fitting ... called “clamping.”This makes them very useful for regulating and setting voltage levels in low-power circuits, and also invaluable as voltage reduction and protection devices In this circuit the...
  • 10
  • 324
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P9 pdf

Practical Arduino Cool Projects for Open Source Hardware- P9 pdf

Phần cứng

... sockets: one for a keyboard, one for a mouse If you can get sockets that are color-coded green for a mouse and purple for a keyboard, that’s perfect, but if not just use whatever is available and mark ... sockets, soldered it to the shield, and threaded it over the socket and down the other side We pulled it tight using pliers and looped it around a couple of times before soldering it all in place, ... using only a few Arduino I/O pins, and the X/Y encoders in a mouse are perfect for tracking movement of a robot The required parts are pictured in Figure 5-1, and the schematic is in Figure 5-2...
  • 10
  • 385
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P10 potx

Practical Arduino Cool Projects for Open Source Hardware- P10 potx

Phần cứng

... male headers and a piece of prototyping board Techniques for building DIY shields discussed in Chapter 16 are perfect for projects like this where you have a small number of parts and a professionally ... 5-9 The prototyping shield we used for this version of the project came from Little Bird Electronics and has a couple of handy oversize holes that are perfect for threading small cable ties through, ... CLOCK and DATA leads across in the opposite direction toward the digital I/O lines For a keyboard connection solder the CLOCK lead onto digital I/O pin 3, and the DATA lead onto digital I/O pin For...
  • 10
  • 488
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P11 doc

Practical Arduino Cool Projects for Open Source Hardware- P11 doc

Phần cứng

... Resources For more detailed information about how the PS/2 protocol works, as well as the electrical and mechanical standards, there are some very good guides on both Computer-Engineering.org and Wikipedia: ... glass-break detectors, infrared beams, and conductive film, can be very handy for all sorts of things including home automation systems, interactive art installations, and even security systems! Almost ... require a 12V power supply so we’ll actually be running a 4-core cable to each sensor with one pair for power and one pair for the sensor output Snap the screw terminals together into pairs to form...
  • 10
  • 365
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P12 pot

Practical Arduino Cool Projects for Open Source Hardware- P12 pot

Phần cứng

... to is strip back the four conductors in the security cable and make the two connections for power to (+) and (–), and two connections for the output See Figure 6-16 With the EOL resistors in place, ... provides GND and +5V rails down the sides, it’s a simple matter of bridging across between the screw terminals and then to the GND rail The SparkFun prototyping shield has a handy spot for a reset ... connected to one of the channels on your shield and apply the 12V power supply to start it up Note that PIRs take a little while to warm up and stabilize before they can detect movement, so it may appear...
  • 10
  • 293
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P13 ppt

Practical Arduino Cool Projects for Open Source Hardware- P13 ppt

Phần cứng

... commonly used in home automation such as temperature sensors By combining an Arduino and a few DS18B20 temperature sensors, you can install sensors around your home or office and access an up-tothe-moment ... (left) and +5V (right) leads, as shown in Figure 7-3 and Figure 7-4 Figure 7-3 Pin assignments for male header connections to sensors 104 CHAPTER ONLINE THERMOMETER Figure 7-4 Connections for +5V and ... your home maintains its temperature when climate conditions change The information can also be used as part of the feedback loop for a control system, such as to control active heating or cooling,...
  • 10
  • 325
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P14 pps

Practical Arduino Cool Projects for Open Source Hardware- P14 pps

Phần cứng

... for a request argument called “cmd,” and returns the value if it’s a number If you wanted to pass another argument through to your device and have it process them both (such as one argument for ... returned by each sensor, as well as variables for a counter (to be used a little later in the function) and for the packet length If you want to expand this project to support more sensors you ... pins and 1, and even the Arduino Mega only has a total of four USARTs including the one used for the USB connection It is possible to add more USARTs externally but that can be expensive and complicated,...
  • 10
  • 481
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P15 ppt

Practical Arduino Cool Projects for Open Source Hardware- P15 ppt

Phần cứng

... are produced in such enormous quantities for mobile phones, PDAs, and particularly handheld games such as the Nintendo DS that they can be bought brand new for under US $10 Larger touch screens ... quite as straightforward as it first sounds because, despite what you may have read online in various Arduino forums and blogs, they don’t have specific output connections for X and Y values You ... both the X and the Y value at the same time Once you understand the physical structure of a touch screen you’ll realize why they don’t have simple connections for power, ground, X, and Y, as many...
  • 10
  • 356
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P16 pptx

Practical Arduino Cool Projects for Open Source Hardware- P16 pptx

Phần cứng

... input variable and then two ranges: the first is the acceptable range for the input, and the second is the required range for the output What we’re doing here is taking the touchX value and saying ... coordinates and then average the values to set the camera position Construct Hardware for Home Automation Control Panel This project is quite straightforward in terms of both the software and the ... work for you, but the following principles should apply in most cases and will help give you some inspiration for your own designs For our prototype we wanted to fit the touch panel into a standard...
  • 10
  • 309
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P17 potx

Practical Arduino Cool Projects for Open Source Hardware- P17 potx

Phần cứng

... linelevel output and don't want an on-board amplifier and speaker Conversion of commands to an analog audio signal is performed within the SpeakJet chip, which listens on pin 10 for serial communications ... shown in the schematic RCA connectors are commonly used to connect audio and video inputs and outputs together in home entertainment systems, so if you want to really give your Arduino a voice ... system to the screw terminals on the shield and get both good volume and decent audio quality If you're building a device that has to operate stand-alone and still provide voice feedback this is...
  • 10
  • 256
  • 0
Practical Arduino Cool Projects for Open Source Hardware- P18 doc

Practical Arduino Cool Projects for Open Source Hardware- P18 doc

Phần cứng

... the commands listed in Table 9-2 are two-byte commands The first byte sent is the command itself, and the second X byte is the value for that parameter Sending a pair of bytes, such as 20 and then ... finished and is ready to receive commands Create Your Own Messages The allophones and commands listed below allow you to create any word you want your Arduino to say by breaking it up into sounds and ... set the volume to a value of 56 Values 128 and above are the allophones themselves Spoken sounds that are used to form words are values 128 through 199, and are listed in Table 9-3 with the letter...
  • 10
  • 315
  • 0

Xem thêm