(Created page with "{{Project |Name=Cyberdecking |Skills=recycling, Electronics, linux, Raspberry pi, Arduino, Soldering, dremeling, |Status=Info gathering |Niche=Electronics |Purpose=Electronics...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
|Niche=Electronics | |Niche=Electronics | ||
|Purpose=Electronics, fun, world domination | |Purpose=Electronics, fun, world domination | ||
|Picture=Dalle-thinks-a-jornada-running-linux-looks-like-this.jpg | |||
|Tool=No | |Tool=No | ||
}} | }} | ||
Line 22: | Line 23: | ||
These -seem- fitting for a HP Jornada 680/690/720 case: | These -seem- fitting for a HP Jornada 680/690/720 case: | ||
* aliexpress.com/item/1005001470162939.html | * http://aliexpress.com/item/1005001470162939.html | ||
* aliexpress.com/item/1005002206818423.html | * http://aliexpress.com/item/1005002206818423.html | ||
== Keyboard == | == Keyboard == | ||
Line 35: | Line 36: | ||
* https://www.instructables.com/How-to-Make-a-USB-Laptop-Keyboard-Controller/ | * https://www.instructables.com/How-to-Make-a-USB-Laptop-Keyboard-Controller/ | ||
* https://gist.github.com/buzztiaan/7271501 | * https://gist.github.com/buzztiaan/7271501 | ||
(important sidenote) the trackpoint/clit in a IBM/Lenovo thinkpad laptop is a PS/2 mouse just like a Synaptics Touchpad is. | |||
== Rest == | == Rest == |
Latest revision as of 15:05, 26 July 2022
Cyberdecking | |
---|---|
Participants | User:buzz |
Skills | recycling, Electronics, linux, Raspberry pi, Arduino, Soldering, dremeling |
Status | Info gathering |
Niche | Electronics |
Purpose | Electronics, fun, world domination |
Tool | No |
Location | |
Cost | |
Tool category |
Dalle-thinks-a-jornada-running-linux-looks-like-this.jpg {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}
Reading around on the internet i found some funny tutorial explaining how to repurpose old laptop keyboards with a USBnative arduino (like a teensy) to make a USB keyboard.
Carrying that forward, I found a LCD that might be able to fit inside a HP Jornada 680/690/720 case.
This might be a fun project, this page is mostly for info gathering now, but might turn into a real project later.
Screen
Reusing a screen thats in a laptop might be impossible, but never hurts to search on aliexpress for the EXACT paneltype (usually written/stickered on the back of the panel, take it out of the laptop) and the word 'HDMI' , usually finds you cheap-ish interface boards, typically 20-40 euro.
Failing such, you could search around for panels that might be able to fit, look for 'outline size' in specs, etc. Then find a matching interface board like above for this new panel.
Example:
These -seem- fitting for a HP Jornada 680/690/720 case:
Keyboard
The keyboards in laptops (and normal desk keyboards) are usually a grid of rows and columns , connected to a blobbed controller (or sometimes nonblobbed, open! yay @ framework laptop?).
The instructables i found has code and documentation about how to repurpose such into a functional USB keyboard, including fancy 'fn' keys and such.
As a bonus, this instructables explains how to add a PS/2 (or i2c) touchpad to the code. Or we/i could reuse my old PS/2 driver (making it a XYZ absolute pad, not a 'mouse pad' ).
- https://www.instructables.com/How-to-Make-a-USB-Laptop-Keyboard-Controller/
- https://gist.github.com/buzztiaan/7271501
(important sidenote) the trackpoint/clit in a IBM/Lenovo thinkpad laptop is a PS/2 mouse just like a Synaptics Touchpad is.
Rest
Some battery, some powersupply, some charger. Maybe reuse the original charger + connection from the laptop/palmtop/device.. Maybe some switches to turn off battery completely.
Some pi zero? Nanopi core? eh, many options possible.