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
  Writing apps/programs for pine phone katesfb 7 4,749 03-11-2024, 10:42 PM
Last Post: Emelia525
  PinePhone - boot from microSD laserpyramid 5 307 03-06-2024, 06:37 PM
Last Post: aular
  Are you using the Pinephone as your daily driver? jro 157 105,181 02-18-2024, 11:33 PM
Last Post: aular
  2020 PinePhone Manjaro CE EU for sale, name your price astrojuanlu 7 1,526 02-14-2024, 04:51 PM
Last Post: astrojuanlu
  pinephone is not bootble for the box. ijij 1 464 01-19-2024, 01:29 PM
Last Post: fxc
  Multiple issues with the Pinephone MTXP 12 1,943 12-28-2023, 07:55 AM
Last Post: MTXP
  pinephone repair shop shengchieh 0 384 12-26-2023, 02:42 PM
Last Post: shengchieh
  sudo nano file saving pinephone beta edition CharlesGnarley 4 1,481 12-22-2023, 03:44 PM
Last Post: Kevin Kofler
  Android bank apps ionmich 4 1,516 12-12-2023, 01:01 PM
Last Post: mannzrespouse
  Can't get Mobian on PinePhone to recognise USB-C docking bar duncan_bayne 9 6,610 12-04-2023, 02:14 AM
Last Post: Peter Gamma

Forum Jump:


Users browsing this thread: 1 Guest(s)