Buiding apps for pinephone
#4
Programming for the PinePhone is just like programming for a typical x86/x64 linux PC except that you have a tiny touch screen, have to use a screen keyboard, you are on ARM64 instead of x86/x64, and the CPU and GPU are puny compared to modern x86/x64 machines.

You can write programs in python. In fact a lot of programs on the PinePhone are written in python for better (faster to get something up and running) or worse (python isn't known for good performance on desktops, so it can struggle a bit on the PinePhone).

If you write programs from an x86/x64 computer in languages that require compilation, you will need to take care to do cross-compilation or you can do the compilation on the PinePhone itself. It is straightforward to install all the compilers in the package databases of each linux distribution and use them. They will take longer to compile, but they will do the job just as good as on a more powerful machine just slower.

You will need to be a bit more mindful of performance and definitely RAM usage than you would on a x86/x64 desktop or laptop of today. If you have done programming for the Raspberry Pi, then your experience with those issues there will carry over here. The PinePhone has more RAM than the Raspberry Pi 3 and earlier and a comparable processor.

As far as sensors, it depends on which sensor you want to access. The IMU and a few other sensors are accessible via the IIO (Industrial Input Output) subsystem of the kernel (use libiio and tools to access). You can also see the devices in /sys as well. One thing to keep in mind, recent PinePhones use a different magnetometer due to pandemic related component shortages.
  Reply


Messages In This Thread
Buiding apps for pinephone - by katesfb - 05-25-2021, 10:08 PM
RE: Buiding apps for pinephone - by evilbunny - 05-26-2021, 04:34 AM
RE: Buiding apps for pinephone - by katesfb - 05-26-2021, 11:21 PM
RE: Buiding apps for pinephone - by evilbunny - 05-29-2021, 02:39 AM
RE: Buiding apps for pinephone - by vortex - 05-27-2021, 03:17 PM
RE: Buiding apps for pinephone - by Trbl - 05-29-2021, 01:51 AM
RE: Buiding apps for pinephone - by nbh - 04-13-2022, 02:55 PM
RE: Buiding apps for pinephone - by katesfb - 06-10-2021, 10:52 PM
RE: Buiding apps for pinephone - by Peter Gamma - 03-29-2022, 05:25 AM
RE: Buiding apps for pinephone - by presire - 06-03-2022, 07:29 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pinephone software Csanderson0313 3 1,106 07-10-2026, 02:21 PM
Last Post: Zebulon Walton
  PinePhone Game Thread PixelPaintbrush 31 83,719 06-11-2026, 02:50 PM
Last Post: elinkser
  How can I record video on a Pinephone? kk22 23 24,230 03-25-2026, 12:55 PM
Last Post: baptx
  Pinephone visibly losing power while plugged in Hiraghm 8 8,024 03-09-2026, 07:51 PM
Last Post: Tia Vaughan
  pinephone-support package not upgradable on Mobian fhireman 5 8,014 02-28-2026, 05:49 PM
Last Post: baptx
  beep - playing PCM samples on PinePhone? WhiteHexagon 0 1,427 12-04-2025, 08:07 AM
Last Post: WhiteHexagon
Star Selling my Pinephone Pro Explorer Edition zheyon 2 4,853 12-01-2025, 10:25 AM
Last Post: Kevin Kofler
  PinePhone sensors - Gyroscope power WhiteHexagon 3 2,447 11-30-2025, 08:07 AM
Last Post: WhiteHexagon
  Light Sensor / Proximity Sensor on PinePhone? WhiteHexagon 1 1,930 11-18-2025, 03:07 PM
Last Post: WhiteHexagon
  Pinephone boot. Richy_T 8 7,880 10-21-2025, 12:12 PM
Last Post: Richy_T

Forum Jump:


Users browsing this thread: 1 Guest(s)