element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum High Level I/O For Pi
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 2 replies
  • Subscribers 662 subscribers
  • Views 123 views
  • Users 0 members are here
  • raspberry_pi
Related

High Level I/O For Pi

Former Member
Former Member over 12 years ago

I have been developing an accessory board for the Pi that I call Octa-Pi(provisionally).  It provides the Pi with 8 high level (24VDC,1/2 A) outputs and 8 digital inputs, similar to a PLC.  At the bottom is a link to a (crude) video of my prototype.  It uses 4 of the GPIO to generate the 16 I/O and will be expandable in blocks of 8+8, without using more GPIO.  All I/O will have status LEDS (Yellow out, Red in in the video).  Other useful features are an integral power supply that can use any DC source , 8-24 Volts and it will output 5 V, 1A for the Pi via a USB connector.  In the video it is running from an old laptop charger.   All outputs are protected against short circuits and inductive loads.  THe Pi GPIO connect to a dedicated protective buffer.  In my test each IP is connected to the corresponding OP and a Python test program runs the pattern, checking that inputs are correct.  The result is printed to screen.  A single function called with a list that is the needed output status returns a list of current input status.  The connectors used will be standard industrial crimp on 1/4" slides; easily availabe and easy to use.  It will have a proper wire to board header for the GPIO pins, not a ribbon type insulation displacement.  I plan to market it as a complete kit, including connectors and a printed labelling kit.  It would be a phenomenol education tool as many hardware principles are also demonstrated.

 

I have been designing and building industrial control systems for 30+ years and have tried to integrate my acquired experience.

 

One thing I have noticed with the Pi is how critical power loads are (keyboard et al) for a production version I may build in a self powered USB hub, if feedback is positive.

 

The 'Octa-Pi' would also function with any other similar micro controller with low level bi directional I/O, even perhaps the LPT port on an older computer.

 

I welcome feedback.  Currently I am designing the PCB layout and hope to have 'proper' prototypes  ready in about 3 weeks.

 

A Jackson

Oakwood, Ontario

Canada

 

 

 

 

 

https://www.facebook.com/photo.php?v=10151068558792452

  • Sign in to reply
  • Cancel
  • Former Member
    Former Member over 12 years ago

    Anthony,

    I am very interested in your project. (Octa-Pi). Just got my RasPi and got it running.

    I bought it for particular reason - I want to use it to drive my vintage drum plotter Calcomp 565.

    By now I developed an interface between old PC with parallel port running DOS and Turbo Pascal. It reads the otput from 6 pins of parallel port and sends 10V (could be between 10V-12V) pulses to plotter. The pulse duration and delay times are calculated on PC. So interface is translating commands on parallel port into 10V pulses. This is what I currently have and it's working very well.

     

    Now, back to your idea.

    I would like to have 6 lines to send 10V (or 12V max) pulses to plotter. (pen-left, pen-right, pen-top, pen-bottom, pen-up, pen-down).

    Seems to me that your Octa-Pi can do exactly what I have in mind. Since I am not an engineer I will probably have lot of questions. Hope you don't mind.

     

    http://www.youtube.com/watch?v=fVcHyrfISig&feature=channel&list=UL

     

    http://tomislavmikulic.com/proj-565.html   

     

    Tom

    Australia

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 12 years ago in reply to Former Member

    Thank you for your interest Tom.  I am currently working on a print board layout, having done a proof of concept hardwired board.  With the currently available GPIO commands running through Python (my test set up) I think it would be too slow for your needs, it currently takes about 10 ms to update all the I/O on the Octa-Pi.  It is purely a limitation of the GPIO commands I have found - in theory the Octa-Pi could do it in 0.1 milliseconds.  I hope some low level GPIO drivers are made available.  I will post updates, and am also setting up a dedicated Octa-Pi page on Facebook, once I have market ready prototypes.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube