-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With all the chip shortages would this work with a full Pi 3 instead of the Zero? #10
Comments
I haven't tested it on anything beside the two pi0w models so cannot say. Don't see a reason it couldn't be made to work with some effort, but it probably isn't going to work right out of the box. I unfortunately do not have a Pi3 or 4 myself so would have a hard time assisting with debugging or modifying the code. |
Hello All and future reader. TL;DR: Confirmed working with Pi 4 B. Great work @Anodynous this project is super cool once it all works. Much like @Eforen the chip shortage is still in play as a pi zero w 1.1 (very old model) has been selling on ebay for around 50 to 60 usd a price that is absolutely crazy. I say that as I have just (matter of fact 10 mins ago) can confirm that this works with a Pi4 B 2GB. It did take a little tweaking requiring a few different versions of packages but at the end I manage to get it to work. To help others and to provide a little bit of context I wanted to document the changes I made in the build to configure stenogotchi to work for Pi 4. Step 1 : Install DietPi Raspberry Pi 1/Zero (1) image and NOT Raspberry Pi 2/3/4 Step 2: Critical for Pi 4 users ---- USE WIFI --- The current state of the software auto launches the web ui (after next tweek) after and only after wifi is connected and not ethernet is used. Maybe feature request down the line but to be honest wifi works well just need to set it up to start with and you will not be scratching your head as to why nothing works. Step 3: WEB UI enable In search to determine how to make the software run, I discovered that Anodynous has built and included a webUI. The documentation on this was a bit light and a simple photo would have saved me a few hours of digging but tweak the config to allow the UI. I also removed the use of the button SHIM, UPSlite, and Eink display as I had none of the additional features. Here is my final config:
Step 4: The Bread and Potato. This is where after hours of trials I managed to get it all to work. The key take away is to follow the version control as outlined in the requirments.txt to a T. With that being said, I did get a few additional error that was solved with different version control. The following command can be ran after set up to change the package versions which I found to be the solution to get stenogotchi to work with my Pi 4 B+.
Here is the list of all of the versions of packages as My version of Package Version
This is a very cool project and I have had a blast to get the software to work. My goal is to learn steno on my Chromebook and this is the small translator needed to allow the steno keyboard to be used anywhere. @Anodynous If you are at all interested in need for another developer / maintainer I'd be happy to contribute to this project. I have a few ideas that would be perfect enhancements to this project:
|
Excellent write-up, thank you for sharing this! I know people have struggled in the past getting it to run on alternative hardware and this guide should prove useful for those attempting the same in the future. I haven't actively worked on this project for a while now and feel the recent embedded steno solutions, like Javelin, do a much better job of filling the gap this project is targeting. However, feel free to submit pull requests for improvements you have in mind. Especially decreasing the latency of text output is something that could and should be improved still.
The rpi0w can't support this but could be a nice option for other hardware.
I originally had this on the roadmap but scrapped it in the end. The eINK screen is always going to be a worse experience (small size, slow refresh rate) than just connecting it to your phone. |
It would be awesome if we could get it working on a ESP32 hooked up to a small screen. (Chip Shortage is still nasty) |
TL;DR - I agree with you on the chip shortage. I've actually been having a wacky bluetooth bug with dietpi. I'd like to find hardware that supports usb-a/usb-c power and data for simple keyboard plug n play (Chromebook or Phone use) a small oled screen would be perfect too. With the plover library and speed of hardware. To my limited knowledge it will need to run some degree of Linux. At least for the moment. Additional experimenting required. Maybe a form of app? Or webpage interpret??? I have ideas but limited scope understanding to the nature of how it can play. My goal would be some sort of simple kinda small ( size altoids can size) hardware for offline stored writing and to be plug in play with target devices. |
I think there's a workaround for rpi0/rpi0w/rpi02w etc. to use the 'usb-gadget mode' in order to send commands as if it's a HID device. So wired + wireless support looks okay as long as the device is willing to accept USB keyboards and has drivers to do so |
Simulating a HID device over USB isn't the problem, that is definitely doable. But I don't believe the hardware of the rpi0/rpi0w can handle both a USB device for input while simultaneously emulating a HID device for output over USB. The input device would have to be wired directly to the GPIO pins. |
Thats doable though it does have GPIO pins |
With all the chip shortages would this work with a full Pi 3 instead of the Zero?
The text was updated successfully, but these errors were encountered: