Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philbobaggins/teensy-tester
Test most (not all) of the GPIO pins on a Teensy LC board
https://github.com/philbobaggins/teensy-tester
electronics pcb teensy teensy-lc test test-automation testing
Last synced: 1 day ago
JSON representation
Test most (not all) of the GPIO pins on a Teensy LC board
- Host: GitHub
- URL: https://github.com/philbobaggins/teensy-tester
- Owner: PhilboBaggins
- License: cc-by-sa-4.0
- Created: 2022-07-07T12:42:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:45:09.000Z (almost 2 years ago)
- Last Synced: 2023-08-16T10:26:41.347Z (over 1 year ago)
- Topics: electronics, pcb, teensy, teensy-lc, test, test-automation, testing
- Language: C++
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Teensy Tester
=============Test most (not all) of the GPIO pins on a Teensy LC board. Created so I could easily check the I/O pins were working before using the Teensy LC in an important project.
This tester board basically works by grouping the Teensy LC GPIO pins into pairs and linking them together through a resistor. One pin can then be made an output and driven to a known voltage (high or low) and this output verified by reading the voltage on the other pin in the pair. The roles of the pins in the pair can then be swapped to test I/O in the other direction.
![Photo of assembled board](photo.jpg)
Licence
-------Copyright © 2022 Phil Baldwin
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
You should have received a copy of the license along with this work. If not, see .