Schematics and PCB Files

Version 6 (J. Simmons, 12/23/2016 02:04 pm)

1 1 J. Simmons
h1. Schematics and PCB Files
2 1 J. Simmons
3 3 J. Simmons
{{>toc}}
4 1 J. Simmons
5 3 J. Simmons
h2. Introduction
6 3 J. Simmons
7 5 J. Simmons
Holoseat uses two boards:  the Controller (an "Adafruit Feather 32u4 Basic Proto":https://www.adafruit.com/product/2771 running the Holoseat firmware) and the Sensor Board (a custom board to connect the sensors to a Cat5 jack so the sensors can be mounted on the exercise pedals and the Controller can be close to the user, typically next to the user's keyboard).  For the current version, the boards are built from proto-boards, so there are no Holoseat specific PCBs.  Later versions will migrate to Holoseat specific PCBs.  
8 3 J. Simmons
9 3 J. Simmons
h2. Holoseat Controller
10 3 J. Simmons
11 3 J. Simmons
!http://opendesignengine.net/dmsf_files/637?download=!
12 3 J. Simmons
13 3 J. Simmons
The Holoseat Controller electronics are simple enough to fit onto the prototyping area of the "Adafruit Feather 32u4 Basic Proto":https://www.adafruit.com/product/2771.  The key components are the Cat5 jack and an LED push button ("HS008":https://www.adafruit.com/products/1440).  The Cat5 jack is connected to pins 2 and 3 (for reading interrupts from the two Hall effect sensors), ground, and the USB power (to provide 5v to the sensors).  The LED push button is treated as a separate button and LED.  The button portion is connected to pin 10 and uses the Feather's internal pull-up resistor.  Finally, the LED portion is connected to pin 13 (per the "Arduino Blink tutorial":https://www.arduino.cc/en/tutorial/blink).
14 3 J. Simmons
15 3 J. Simmons
h2. Sensor Board
16 3 J. Simmons
17 3 J. Simmons
!http://opendesignengine.net/dmsf_files/638?download=!
18 3 J. Simmons
19 6 J. Simmons
The Sensor Board electronics are built on a perfboard.  The key components are the Cat5 jack and two sensor/LED modules.  The Cat5 jack is used to connect the sensors to the Controller board using a Cat5e cable.  The sensor/LED modules are composed of an OH090U Hall Effect Sensor ("HS004":http://www.digikey.com/product-search/en?keywords=365-1001-ND) and a Diffused Blue 3mm LED ("HS005":https://www.adafruit.com/products/780).  The LED is wired directly to the sensor to provide low level diagnostic information without using the Controller.  As long as the sensor is receiving power and is untriggered (that is no magnet is within sensing range) the LED will be lit.  The LED will turn off when the sensor is triggered by a magnet indicating the sensor is working correctly.  Note, the sensors have a polarity like magnets and will only be triggered by a magnet if the correct pole is facing the sensor.
20 4 J. Simmons
21 4 J. Simmons
h2. Notes
22 4 J. Simmons
23 3 J. Simmons
Design work is currently being done in "Fritzing":http://fritzing.org/. | "Fritzing Source Files":https://opendesignengine.net/dmsf/holoseat?folder_id=74