Difference between revisions of "Raspberry PI"

From AIRWiki
Jump to: navigation, search
(Created page with "There are some [http://www.raspberrypi.org/ Raspberry PI] for development of small robots. Here are details and suggestions for their use. ==== Tested OS and versions ==== ...")
 
m
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
==== Tested OS and versions ====
 
==== Tested OS and versions ====
 
+
Raspbian
  
 
==== Tested I/O devices ====
 
==== Tested I/O devices ====
 
+
Monitor (HDMI), mouse, keyboard
  
 
==== Tested wireless communication ====
 
==== Tested wireless communication ====
Line 11: Line 11:
  
 
==== Tested wired communication ====
 
==== Tested wired communication ====
 +
USB
 +
 +
==== Caveats ====
 +
* Raspberry PI support a USB bus tree of max depth 5. Consider that bus extenders usually contain 3-4 levels each.
 +
* The current provided by the card to the USB bus is 500 mA max. Check the requirements of what you attach to the USB bus. In case, take power from elsewhere (e.g., for Arduino), or use a powered bus extender.
 +
 +
==== Useful Links ====
 +
* [http://www.raspberrypi.org/forums/viewtopic.php?f=28&t=53832 Problems with USB]: suggestions for debugging,  limits of cascade, power, and others.

Latest revision as of 09:25, 12 August 2014

There are some Raspberry PI for development of small robots. Here are details and suggestions for their use.

Tested OS and versions

Raspbian

Tested I/O devices

Monitor (HDMI), mouse, keyboard

Tested wireless communication

Tested wired communication

USB

Caveats

  • Raspberry PI support a USB bus tree of max depth 5. Consider that bus extenders usually contain 3-4 levels each.
  • The current provided by the card to the USB bus is 500 mA max. Check the requirements of what you attach to the USB bus. In case, take power from elsewhere (e.g., for Arduino), or use a powered bus extender.

Useful Links