I want to build a bicycle computer around a phone using the app "IP Bike", with a camera and a custom high powered LED on a rotatable mount, roughly perpendicular to the screen. The form factor / design would be almost entirely unlike a phone, but the phone's components are possibly better suited to this, compared to the available SBCs.
Is this likely to be possible? Either now or in the future?
I see! Thank you. I feel like I should've been able to find that on my own on the store page. Is it likely to be possible to use something like an ArduCAM with the Pinephone mainboard instead of the 5mpx camera listed there, and can I use a screen of my own choice?
03-08-2021, 07:33 AM
(This post was last modified: 03-08-2021, 07:35 AM by xalius.)
While it's certainly possible to adapt other cameras and screens via breakout boards you have to make for the FFC cables to match the pinouts (there's no standard for this really), you also have to make sure all the signal voltage levels work with your new devices (e.g. 1.8V digital interface of the CSI bus, 2.8V analog supply, backlight driver current and voltage for the LCD, LCD MIPI interface, etc.), so it's not a trivial hardware hacking task. And then adapt the devicetree and kernel drivers to support your new devices. So it really comes down how familiar you are with embedded hardware and Linux kernel hacking?