| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
what is the point?
Forum: General Discussion on PinePhone
Last Post: Zebulon Walton
Yesterday, 03:07 PM
» Replies: 5
» Views: 240
|
Irradium (based on crux l...
Forum: Linux on Pinebook
Last Post: mara
Yesterday, 07:38 AM
» Replies: 3
» Views: 11,847
|
Danctnix USB GPS for Pine...
Forum: PineTab Software
Last Post: biketool
Yesterday, 06:09 AM
» Replies: 0
» Views: 52
|
Pinetab2 camera drivers
Forum: PineTab Software
Last Post: biketool
Yesterday, 03:39 AM
» Replies: 10
» Views: 6,778
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: realchunkyflea
11-27-2025, 05:01 PM
» Replies: 3
» Views: 295
|
PinePhone sensors - Gyros...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-27-2025, 04:23 PM
» Replies: 2
» Views: 90
|
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
11-27-2025, 10:30 AM
» Replies: 10
» Views: 15,928
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
11-26-2025, 02:45 PM
» Replies: 10
» Views: 16,858
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: j_s
11-26-2025, 11:33 AM
» Replies: 4
» Views: 297
|
Quill OS for the PineNote
Forum: PineNote Software
Last Post: JhonSmith
11-26-2025, 01:42 AM
» Replies: 1
» Views: 189
|
|
|
| Compatible bluetooth headsets? |
|
Posted by: Zebulon Walton - 12-01-2020, 10:30 AM - Forum: PinePhone Hardware
- Replies (2)
|
 |
I paired my Samsung HM1350 headset to my Pinephone but all I get is static sounds out of it. The Samsung headset works fine with my old flip phone. Are there any bluetooth headsets that are known to work with the Pinephone? (It's the Manjaro convergence edition phone running the latest Mobian.)
|
|
|
|
| Installing applicatons via command line |
|
Posted by: Zebulon Walton - 12-01-2020, 10:14 AM - Forum: Mobian on PinePhone
- Replies (2)
|
 |
I'm finding that with the Mobian "Software" application, any category selected causes the program to abort. If I install a graphical program from the command line with apt or apt-get, will it appear as an app on the Pinephone screen? If not, what would I have to do to create a screen icon for it? (Going in on the command line there are no .desktop files in the Desktop directory as would be seen in a standard-issue Debian system.)
|
|
|
|
| more Pinecils ? |
|
Posted by: DrYak - 12-01-2020, 09:00 AM - Forum: General
- Replies (4)
|
 |
With regards to launching the Pinecil, in the blog Lucasz wrote:
Quote:As soon as the Pinecil starts rolling out of the factory we’ll make sure to let you know when it is available for purchase. I’ll make sure to post a blog post, tweet / toot it and share it on our Telegram News Channel. If you’re interested in picking up a Pinecil, then make sure to follow us on your platform of choice to be notified when sales go live.
I checked the blog (and this forum) on a regular basis, but never saw a post popping up. And due to the new weird "sort by popularity/relevence" stupidity on Twitter, I completely missed the tweet. Of course, by now, it is [Out of Stock]
Any chance of a new batch of Pinecils no too far away in the future? Thanks!
|
|
|
|
| Recaptcha |
|
Posted by: deloco - 12-01-2020, 07:09 AM - Forum: General
- No Replies
|
 |
Just a simple question.
why pin64 needs to use RECaptcha from Google?? Isnt there other solutions?? Open SOurce or FOSS solutions??
Sorry, I just dont understand.
|
|
|
|
| How are folks using the Pinephone (sim swapping?) |
|
Posted by: bartleby - 11-30-2020, 08:57 PM - Forum: General Discussion on PinePhone
- Replies (18)
|
 |
I was just wondering how people who are experimenting with the Pinephone, while also needing a more functional device for day-to-day use, are going about it. Are you swapping the sim in to the Pinephone when you want to try things, and then putting the sim back into your Android (or other) phone after that? I definitely want to adopt the Pinephone, but I think I'm going to need to retain a more conventional device for day-to-day use, given the (understandable) lack of maturity in the operating systems available for the Pinephone. Since my current phone is in need of a refresh, I'm trying to decide which way to go in terms of purchasing a new Android phone together with a Pinephone for experimentation. Any replies greatly appreciated.
|
|
|
|
| What I2C driver solution to use? Thermal imaging |
|
Posted by: jnpine - 11-30-2020, 04:18 PM - Forum: PinePhone Software
- Replies (3)
|
 |
Hi All,
The main question is if you can provide direction on selecting a generic driver that can be later used with applications.
I am working on a project to add an AMG8833 thermal sensor to the PinePhone, the flex board to expose the pogo pins works, the PCB that holds the AMG8833 is also working fine and it is already being detected. Now on the software side I am not that good so I hope I can get your help on this.
![[Image: IMG-0224.jpg]](https://i.ibb.co/BTnr7FB/IMG-0224.jpg)
Code: [root@manjaro-arm Raspberry-Pi-Installer-Scripts]# i2cdetect -y 3
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- 68 -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
Address has been set with a pulldown resistor on the sensor so it is 0x68.
I can read from the sensor and get temperature values:
Code: [root@manjaro-arm Raspberry-Pi-Installer-Scripts]# i2cget 3 0x68 0x80
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will read from device file /dev/i2c-3, chip address 0x68, data address
0x80, using read byte data.
Continue? [Y/n] Y
0x4a
I have tried with Adafruit circuit python with no success to use its examples as I get stuck in needing to install libgpiod which needs a higher version of linux headers than the ones I have installed and are available in Manjaro Beta 2.
Code: configure: error: "libgpiod needs linux headers version >= v5.10.0"
Code: [root@manjaro-arm Raspberry-Pi-Installer-Scripts]# uname -r
5.9.1-9-MANJARO-ARM
[root@manjaro-arm Raspberry-Pi-Installer-Scripts]# pacman -S linux-pinephone-headers
resolving dependencies...
looking for conflicting packages...
Packages (1) linux-pinephone-headers-5.9.9-1
Total Installed Size: 44.91 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
Maybe I need to try a different PinePhone distribution? Any recommendations?
I would like to hear from other users experiences and what they use for I2C drivers. Do you use a generic driver or write your own from scratch?
The end purpose is to create a portable infrared camera on your pocket.
Cheers!.
|
|
|
|
|