Difference between revisions of "Treadle computer"

From Makers Local 256
Jump to: navigation, search
m (Notes: Added note about 5V computer hardware)
m (Design options: revamped)
 
(3 intermediate revisions by one user not shown)
Line 9: Line 9:
  
 
==Needed==
 
==Needed==
* treadle
+
* treadle
* low power computer
+
* low power computer
* low power display
+
* low power display
 
* small battery or capacitor bank
 
* small battery or capacitor bank
 
* circuit to detect the absence of voltage in and send a signal to the computer to hibernate to disk.
 
* circuit to detect the absence of voltage in and send a signal to the computer to hibernate to disk.
 
* serial connection to computer
 
* serial connection to computer
  
==Design options==
+
==Attempt #1==
===Direct===
+
* configure wheel as a generator
+
 
+
 
===Belt driven===
 
===Belt driven===
* configure wheel to drive a motor with a belt
+
* Flywheel turns a belt that then turns and alternator.
 +
* Alternator is a good choice as it's already setup with a voltage regulator, etc for charging a 12V lead acid/AGM battery.
 +
 
 +
===Power regulation===
 +
* [http://www.amazon.com/gp/product/B00FL1TTXC/ Wagan (EL2892) TravelCharge 9.6 Amp Quad Power Hub]
 +
** 12V in and 5V 9.6A out
 +
** may get a second one just for the extra ports
 +
 
 +
===Power monitoring===
 +
 
 +
===Display===
 +
* [http://www.amazon.com/gp/product/B005SEZR0G/ AOC E1649FWU 16" USB-Powered Portable LED Monitor]
 +
** 5V 2A, which may sound high but the screen should be really nice
 +
** USB mini to USB A y-connector
 +
*** presumably because of the limited amp output of USB ports on computers
 +
 
 +
===Computer===
 +
* [http://www.amazon.com/Raspberry-Pi-Model-Project-Board/dp/B00T2U7R7I/ Raspberry Pi 2 model B]
 +
** 5V 350mA
 +
** there are faster boards out there but this one was easily obtained and can be replaced if necessary
  
 
==Notes==
 
==Notes==
Line 28: Line 44:
 
* [http://askubuntu.com/questions/321532/how-to-make-ubuntu-13-04-work-with-displaylink-monitor latest-ish Ubuntus are fully displaylink compatible]
 
* [http://askubuntu.com/questions/321532/how-to-make-ubuntu-13-04-work-with-displaylink-monitor latest-ish Ubuntus are fully displaylink compatible]
 
* [http://pi.gate.ac.uk/pages/hardware.html 5V computer hardware comparison]
 
* [http://pi.gate.ac.uk/pages/hardware.html 5V computer hardware comparison]
 +
* [https://www.olimex.com/Products/OLinuXino/A10/A10-OLinuXino-LIME/open-source-hardware another low power ARM computer]
 +
* '84 Ford Ranger alternator is the cheapest alternator to be had.
 +
* [http://www.linux.com/learn/tutorials/769947-the-mars-diy-platform-for-around-100-without-screen MarS board]
  
 
==Final design==
 
==Final design==

Latest revision as of 19:51, 9 April 2015

Creator:
strages
Status:
gathering materials
Born On:
10:04, 13 August 2013 (CDT)
Last Updated:
19:51, 09 April 2015 (CDT)

Overview

A treadle (foot pedal from an old sewing machine) powered computer. Got the idea from The Windup Girl by Paolo Bacigalupi. The idea of a user powered computer seems like a great way to stay on task when one sits down to use it. You'll sit down and type up that e-mail instead of watching youtube videos for a half hour.

Needed

  • treadle ✓
  • low power computer ✓
  • low power display ✓
  • small battery or capacitor bank
  • circuit to detect the absence of voltage in and send a signal to the computer to hibernate to disk.
  • serial connection to computer

Attempt #1

Belt driven

  • Flywheel turns a belt that then turns and alternator.
  • Alternator is a good choice as it's already setup with a voltage regulator, etc for charging a 12V lead acid/AGM battery.

Power regulation

Power monitoring

Display

Computer

  • Raspberry Pi 2 model B
    • 5V 350mA
    • there are faster boards out there but this one was easily obtained and can be replaced if necessary

Notes

Final design

References