I will go back to that today. I have been busy with other stuff recently due to circumstances outside of my control.
Thanks a lot No problems at all! If I can help in any way, very happy to - Have a few Pis hanging around I can test and work on issues on if you need.
Copying the feature list from the other discussion to this (as the right place for it)ā¦
Current feature list:
- Easy to set up (write the image to a tf card, pop it in a pi, plug in a proxmark, add power)
- Pre-compiled Proxmark3 software (as part of the image creation. At most you will need to flash your proxmark3)
- Built in access point (I might see about switching that to RaspAP so you can also set it up as a client, but that is extra work for the end user)
- Web terminal(s so that you can just use Proxmark3 from any web browser connected to the access point.)
- Ssh access (just in case you need more access)
Potential and future enhancements:
- 32 bit OS image (for older pis)
- RaspAP so it can double as a wifi client.
- Support for a small display/simple input for common tasks.
Any progress on the 32 bit? This is EXACTLY what Iām looking for - however, all I have is a zero W
Sorry, life has been getting in the way recently.
I will try and get back to this tomorrow (and next week)ā¦
My few notes if they matter. Iāve used and really like āpi sugarā for a battery on the pi 0 form factor, I imagine this as a field device.
Iāve built a number of projects where a pi gets controlled via a web interface using flask and itās worked out pretty well so the pi doesnāt need to power a screen and you donāt need to be fixed to a janky screen attachment, you could also monitor scans from a distance.
Iām pretty good at CAD if you need help making a 3D printed case to make it all nice. I have an easy reader and a lot of pi 0w2 boards laying around to design from.
This is Zwacks project, so I will leave him to confirm or deny, but I BELIEVE the concept is to be something similar to the iCopy-X,
but far cheaper and more user friendly (no proprietary limitations) and the included screen is integral to that simplistic usability
@Pilgrimsmaster is right. The idea is to have a pm3 based device that has simple usability built in. There will be options to use other mechanisms to access more complicated functionality.
There already is a basic image that works and provides web interfaces for the OS and for PM3. I have been busily doing other stuff and dealing with life, but I plan on working on this for some of the coming week. I donāt start my new job until the following week, so I hope that I can make some progress in the next few days.
In the ideal world this would be a standalone device that connects to a PM3 (either in one case or in a separate case) to provide useful extra functionality.
I just found this project, and do want! Then I look at Pi inventory and boooooo. Would any alternative boards work for this build, or is it Pi Zero specific? A bit of Googling made me think of the one below, but let me know if itāll work first! This project is the beeās knees, and in already imagining a snazzy enclosure.
The build is pi specific but the principle and general configurations should work for other boards.
When I get to the display and interface it will require more work to port I would imagine.
Then I will patiently wait for them to come back in stock. Thanks for the quick response. Very cool project that Iām excited to build!
Hi man, any news about the pi zero (32bit) version? I got one and Iād really like to build the project using it.
New release available here: Release v0.1.0-2024-07-18 Ā· grizmin/pi-pm3 Ā· GitHub
Updated os to bookworm (latest)
Updated PHP-cgi to 8.2
Updated ttyd to 1.7.7
Fixed various other issues.