digitalRights4All

joined 4 days ago
[–] digitalRights4All@lemmy.zip 2 points 2 days ago

Yes, someone from the Linux community asked something similar. Not to steal their comment but they suggested the use of this board to pair with the CM5 https://www.pi-shop.ch/nano-base-board-a-for-raspberry-pi-compute-module-5 In terms of space saving, that would be a big help. But I do like the pi5 for the micro hdmi plugs, it allows the device to be used as both a "phone" and a desktop. So I've gotta think about it some more. Thanks for the suggestion!

See that comment here: https://lemmy.zip/post/53113975/22778634

[–] digitalRights4All@lemmy.zip 2 points 2 days ago

That was actually one of the things I was interested in as well. The pi 5 comes with two micro hdmi ports, which allows the device to be plugged into a monitor and used "as a desktop". You can even have the device propped up next to the monitor for a dual monitor experience. Some people already use a pi 5 for web browsing or document editing. I can easily imagine people using a single device for both personal home PC use as well as on the go computing and calling, and only having a dedicated device at home for heavy gaming or potentially home server use.

[–] digitalRights4All@lemmy.zip 1 points 2 days ago

50mmx130mmx82mm I measured it in freeCAD, so it might be a few millimeters off the real thing

[–] digitalRights4All@lemmy.zip 3 points 2 days ago (1 children)

Sorta copying my comment from another response, but it may answer your question as well: Right now I’m using this “Gravity: CAT1 A7670G Global 4G IoT Communication Module”, connected through USB-C https://www.dfrobot.com/product-2802.html I am able to text reliably using a chat software (it came preinstalled with gnome or KDE, not sure which), and connect to mobile data unreliably using ModemManager and mmcli. I haven’t been able to make a call yet, but I think this is due to a software issue, I’m still trying to get everything working reliably. Once I figure out how to do all of these things reliably, I will add it to the guide in the repo https://codeberg.org/muhammadmanwar/cheaphone

[–] digitalRights4All@lemmy.zip 2 points 2 days ago (1 children)

Right now I'm using this "Gravity: CAT1 A7670G Global 4G IoT Communication Module", connected through USB-C https://www.dfrobot.com/product-2802.html I am able to text reliably using a chat software, and connect to mobile data unreliably using ModemManager and mmcli. I haven't been able to make a call yet, but I think this is due to a software issue, I'm still trying to get everything working reliably. Once I figure out how to do all of these things, I will add it to the guide in the repo https://codeberg.org/muhammadmanwar/cheaphone

[–] digitalRights4All@lemmy.zip 2 points 4 days ago

I'm not sure how to add more images to the post, sorry. But I uploaded images to a repo, in the pictures directory. There are also step by step instructions to make one yourself! https://github.com/muhammadmanwar/cheaphone OR https://codeberg.org/muhammadmanwar/cheaphone

[–] digitalRights4All@lemmy.zip 3 points 4 days ago (1 children)

This is very much in line with what I was thinking, but I have not had the time to test the theory yet. I've also considered potentially adding some sort of clock limited state using a GPIO connected switch, but that definitely sounds harder.

[–] digitalRights4All@lemmy.zip 13 points 4 days ago

Wow! That does seem really similar to what I'm doing. And they seem further along than I am. I'll have to look into this project some more. Thank you!

[–] digitalRights4All@lemmy.zip 5 points 4 days ago

This is a very helpful suggestion, thank you! I have been having some issues figuring out spacing, the battery sticks out like a sore thumb right now, so if this can save me some space I may end up moving in this direction for further prototyping. Thanks!

[–] digitalRights4All@lemmy.zip 43 points 4 days ago (1 children)

Thanks for the suggestion, I mirrored the repo here: https://codeberg.org/muhammadmanwar/cheaphone

I may end up switching entirely to code berg, but I'll see how bothersome it is to push changes to both before I fully migrate. Thanks again!

[–] digitalRights4All@lemmy.zip 5 points 4 days ago (1 children)

Correct, and right now the pi doesn't actually get any info about the battery. The battery I'm using has an integrated protection circuit and controlled output, so all of the battery management is currently externally handled. Ideally this will change soon, but there are lots of other things that need to change with the battery. It's not possible to charge the device and have it powered on at the same time, because the battery uses a single USB C connector for both power input and output. And the form factor of the battery is cylindrical, which is also not ideal. Its very much a proof of concept at the moment, I've got plans and ideas, but so far, its basically just a pi 5 with a touch screen, plugged into a power bank, with a fancy case

[–] digitalRights4All@lemmy.zip 10 points 4 days ago (4 children)

That's actually the vision I have as well for the device, its basically just a Linux Desktop that fits in an average (cargo pants) pocket, and can do anything a PC can, so in my eyes it is functionally a cyberdeck. The biggest issues with the current configuration are that the UI is a bit tough to use, given the slightly smaller screen size than an average phone, and that it only gets about 7.5 hours of battery life when idling. I've already successfully made VOIP calls from the device, though it doesn't have built in speakers or mics, so you have to use bluetooth or a USB to 3.5 mm adapter.

165
submitted 4 days ago* (last edited 4 days ago) by digitalRights4All@lemmy.zip to c/linuxphones@lemmy.ca
 

Hello all!

Due to the recent statements by Google (as well as their track record the last few years) I've decided I do not want to use Android as a phone operating system anymore. But Apple is just as bad, if not worse. So I've decided to build my own custom device.

I am working on building a phone using a single board computer, right now I'm using the raspberry pi 5. This is still a proof of concept, but I want to share my ideas with others, so like minded individuals can start messing around with this idea in their own homes to further this goal.

You can view more images of the device here, as well as the step by step instructions here (these are still very rough and incomplete) https://github.com/muhammadmanwar/cheaphone OR https://codeberg.org/muhammadmanwar/cheaphone

Right now it just runs raspberry pi OS, with a different desktop look and feel. Everything that normally works in a pi 5 works on this device, additionally I am experimenting with a Mobile Broadband modem, to allow the device to text and call, as well as access internet, like a normal phone off wifi

The total cost is around 200 dollars, not including the 3d printer to make the custom case.

This project is barely off the ground, and I've got a lot to learn before I can stop relying strictly on the raspberry pi 5, my end goal is to custom design SBCs, and release those designs for free alongside the plans for the device, so that interested parties can select their own System on a Chip to use for the device. I need to get into designing boards, I'm interested in trying Stephen Hawes' Lumen PnP (https://www.youtube.com/watch?v=JlkTcxh-9gA) for that phase.

But that's for the future, for now, I'm hoping to get more people interested in the prototype so that I'm not the only one noodling around on this idea. I'd love some feedback, and if anyone was willing to put one together for testing, I would appreciate it greatly!

553
submitted 4 days ago* (last edited 4 days ago) by digitalRights4All@lemmy.zip to c/linux@programming.dev
 

Hello all!

Due to the recent statements by Google (as well as their track record the last few years) I've decided I do not want to use Android as a phone operating system anymore. But Apple is just as bad, if not worse. So I've decided to build my own custom device.

I am working on building a phone using a single board computer, right now I'm using the raspberry pi 5. This is still a proof of concept, but I want to share my ideas with others, so like minded individuals can start messing around with this idea in their own homes to further this goal.

You can view more images of the device here, as well as the step by step instructions here (these are still very rough and incomplete) https://github.com/muhammadmanwar/cheaphone OR https://codeberg.org/muhammadmanwar/cheaphone

Right now it just runs raspberry pi OS, with a different desktop look and feel. Everything that normally works in a pi 5 works on this device, additionally I am experimenting with a Mobile Broadband modem, to allow the device to text and call, as well as access internet, like a normal phone off wifi

The total cost is around 200 dollars, not including the 3d printer to make the custom case.

This project is barely off the ground, and I've got a lot to learn before I can stop relying strictly on the raspberry pi 5, my end goal is to custom design SBCs, and release those designs for free alongside the plans for the device, so that interested parties can select their own System on a Chip to use for the device. I need to get into designing boards, I'm interested in trying Stephen Hawes' Lumen PnP (https://www.youtube.com/watch?v=JlkTcxh-9gA) for that phase.

But that's for the future, for now, I'm hoping to get more people interested in the prototype so that I'm not the only one noodling around on this idea. I'd love some feedback, and if anyone was willing to put one together for testing, I would appreciate it greatly!

view more: next ›