Replies: 4 comments 12 replies
I saw that too! Actually, I saw this YouTube video (https://youtu.be/lKS2ElWQizA) which made we aware of the other similar RPi Zero W alternatives as well. Definitely could be a great replacement for the existing PiFire with better performance. I wish they had included 5Ghz WiFi though - which would definitely have been a benefit over the original version. One thing that this video got me wondering is if I should be paying more attention to power consumption (especially when idle). Maybe disable the HDMI port since it's not being used. |
|
The PiZero2 shipping and arrived super fast (only three days!) so I do have
it, but I hadn't yet soldered it up yet. I have had a few other projects
to work on this weekend and family stuff so I hadn't had a chance to get to
it yet. It's possible the SPI has some different behavior or timing is
different with this version? Did you upgrade the OS or are you using the
same SD Card?
…On Sat, Nov 6, 2021 at 7:58 PM James Weber ***@***.***> wrote:
So I soldered up the GPIO and ufl connector today and put the zero 2 in
the grill.
It boots way faster, the web ui is way faster and it just loads a lot
smoother. Only issue I am having is the spi display has lines through it. I
am not sure if it needs a config changed or I messed up a wire somewhere. I
had to leave shortly after installing so have not had time to troubleshoot
yet.
Have you played with yours at all yet?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#50 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEXUYFQNNINGUREG4WZIATDUKX2OBANCNFSM5G5S3UHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
|
Awesome work! I'm happy to give it a quick spin on my grill and let you
know. Probably going to be tomorrow though. It's starting to rain outside
and I'll wait until that passes.
…On Mon, Nov 8, 2021 at 7:03 PM James Weber ***@***.***> wrote:
I checked over the weekend as well and it was Buster from May I think.
Anyway I am pretty sure I got the issue resolved and as a bonus the screen
appears to be refreshing at a much higher rate. It looks a lot better when
changing images or menu items.
I cannot test with a regular zero w as it is a pain to swap pi's on the
grill and I have not setup a bench test unit yet. If we can get this tested
on a normal zero w and it does not break anything we can get it committed
to dev branch.
display_ili9341b.py
self.serial = spi(port=0, device=0, gpio_DC=24, gpio_RST=25, bus_speed_hz=32000000, reset_hold_time=0.2, reset_release_time=0.2)
self.device = ili9341(self.serial, active_low=False, width=self.WIDTH, height=self.HEIGHT, gpio_LIGHT=5)
Adding reset_hold_time and reset_release_time solved the lines timing
issue and in the experimenting bus_speed_hz made a huge improvement in the
display refresh rate.
Some more testing would be good but I soft and hard rebooted the pi
multiple times and the issues are gone.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#50 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEXUYFUXL2RFLQRCOVBSMYTULCFOPANCNFSM5G5S3UHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
|
Hi, PS : Maybe a simple RPI 3 ?! |

Uh oh!
There was an error while loading. Please reload this page.
Just saw this news today. Wonder if it would bring better performance to PiFire. They say up to 5x faster.
https://www.raspberrypi.com/products/raspberry-pi-zero-2-w/
I just ordered another Zero to add a antenna to my build and have a bench test setup. Should have waited. Now I need to order this and try it 😀
All reactions