News & Articles

Free Robotics Guide

Get started making your own robotics with this guide from the Pyros! Send Me My Free Guide!

Categories

Sponsors



USB 8bit Interface Board

The FTDI USB to Serial converter chip has grown quite a bit in popularity recently for its ease of use in windows and linux. This article shows you how to use the FT245 to create a USB input/output interface with an 8 pin header off of a PCB and 4 control lines.

New PyroElectro Tutorial
Coming Tomorrow!


PyroFactor:
Read


Howto Add USB to Anything

This article shows a simple method for using a USB-to-SPI converter to interface USB with any SPI capable device, which is pretty much anything digital. Don't fall into the trap of thinking this makes the software side of USB any easier, but it does make the hardware connection to any digital processor miles easier by acting as a buffer.

PyroFactor:
Read

Homemade USB interface board using a PIC

This article demonstrates how easy USB interfaces on a PIC can be using the 18F4550. While USB in itsself is rather complex, microchip's USB framework kit, which was used here, makes things at very least tolerable. The article includes schematic drawings and example pictures of the system completely built and working. Checkout the action video!

PyroFactor:
Read

DIY 31 Port USB HUB

USB hubs are everywhere, but 31 port USB hubs just don't exist, at least not at your local electronics store. Today's project shows you how to build your own 31 port USB hub with some off the shelf parts. The project write-up is mixed in with a little USB theory.


PyroFactor:
Read

Build a USB device with a PIC

This project goes through the very basics of making a USB device using the PIC. The PIC series 18F4550 is a great low-power USB enabled device and this tutorial demonstrates that. Hardware schematics and PIC software is included in the project write-up.


PyroFactor:
Read

ATtiny to: USBtiny

USB has come to the forefront of importance and so knowing how to build firmware to interface properly is important. This hack brings to the ATtiny USB capability and while only USB 1.1, it still opens up a world of opportunity. Check the project write-up for source code and hardware schematics.


PyroFactor:
Read

GPS Unit Connected to an Eee

This little project shows how to take a semi-broken GPS unit and create a new hardware interface to connect with your laptop. The software and hardware (PCB) schematic is provided for you.


PyroFactor:
Read

“Ikea” WiFi-Booster

This project is another on the cheap wifi-booster. It uses a similar principle of a metallic parabola around the wifi antenna. I questions the quality of IKEA products for this use, but that's for you guys to decide.



PyroFactor:
Read

Sawed Off USB Cable

This is a very simple project that shows you how to build a usb memory stick within the casing of a "sawed off usb cable." No real engineering at work here, just careful disassembly & re-assembly, but it's impressive!


PyroFactor:
Read

StickDuino – Arduino Clone

StickDuino is a completely open source custom USB stick for an Arduino. If you've ever wanted to learn how to interface Arduino to USB or Build a PCB for your Arduino, this is a great place to start.



PyroFactor:
Read