Difference between revisions of "Category:BeagleBoard Expansion Boards"

From eLinux.org
Jump to: navigation, search
(Add BeaconBoard and Zippy2)
m (replace external link of beadaframe with internal link)
 
Line 27: Line 27:
 
* [http://www.harbaum.org/till/dvi2par/index.shtml dvi2par cheap DIY HDMI-to-parallel converter]
 
* [http://www.harbaum.org/till/dvi2par/index.shtml dvi2par cheap DIY HDMI-to-parallel converter]
 
* [http://wiki.openmoko.org/wiki/Openmoko_Beagle_Hybrid Openmoko Beagle Hybrid]<br>LCD adapter for an Openmoko 2.8" VGA touchscreen, GPS and other sensors used to demonstrate software on OMAP3
 
* [http://wiki.openmoko.org/wiki/Openmoko_Beagle_Hybrid Openmoko Beagle Hybrid]<br>LCD adapter for an Openmoko 2.8" VGA touchscreen, GPS and other sensors used to demonstrate software on OMAP3
* [[File:Beagleboard.jpg|200px|thumb|BeadaFrame]][http://www.nxelec.com/ NAXING Electronics BeadaFrame 7" LCD display kit]<br>800x480 TFT LCD resistive touchscreen with backlight control and plastic frame
+
* [[File:Beagleboard.jpg|200px|thumb|BeadaFrame]][[BeadaFrame| NAXING Electronics BeadaFrame 7" LCD display kit]]<br>800x480 TFT LCD resistive touchscreen with backlight control and plastic frame
 
* [http://www.chalk-elec.com/ Chalkboard Electronics LVDS LCD add-on board]<br>Available in a bundle with a 10" LCD touchscreen
 
* [http://www.chalk-elec.com/ Chalkboard Electronics LVDS LCD add-on board]<br>Available in a bundle with a 10" LCD touchscreen
 
* [http://www.hy-research.com/estore2/index.html HY Research LCD touch screen interface boards]<br>Available in bundles with 4.3" and 7" LCD touchscreens
 
* [http://www.hy-research.com/estore2/index.html HY Research LCD touch screen interface boards]<br>Available in bundles with 4.3" and 7" LCD touchscreens

Latest revision as of 03:31, 5 July 2018

TinCanTools BeagleBoard Trainer

This page lists expansion boards for the BeagleBoard single-board computer. Most of these boards make use of one of the BeagleBoard's expansion headers. Like the BeagleBoard itself, many of these boards are Open Hardware, with schematics or board designs freely available. For more information on creating expansion boards, see BeagleBoard Hardware Interfacing.

General-Purpose Expansion Boards

Robotics

  • Beaglebot uses a custom board which provides power, level shifters, and PWM control of 5 hobby servos.
  • This robot has a simple expansion board which includes power regulation and PWM motor drivers.

Cameras and Imaging

LCD Expansion Boards

Rev C2 and later boards provide direct access to the LCD lines before they enter the DVI framer via the LCD header, enabling expansion boards which interface directly with LCD panels.

Arduino

Some expansion boards include Arduino-compatible Atmel microcontrollers:

  • The TinCanTools Trainer Board has an Arduino compatible Atmel AVR on board
  • Arduino Nano uses an FTDI FT-232 based interface which is supported by the ftdi_sio kernel driver- How To Notes
  • Arduino Uno uses a Atmel ATmega8U2 based interface which is supported by the cdc_acm kernel driver - How To Notes

See Also