PiSupply / PaPiRus

Resources for PaPiRus ePaper eInk displays
https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/
Other
346 stars 88 forks source link

Papirus wont work on new Raspberry Pi Zero W #115

Closed extremepilot closed 7 years ago

extremepilot commented 7 years ago

I recently purchased the new wireless Raspberry Pi Zero and tried to use my Papirus screen with it, but it will not work and I get one of a number of errors, images attached. I have confirmed the display works on the regular Pi Zero and the Pi 3-B.

image1 img_6752

shawaj commented 7 years ago

Are you using Raspbian?

Have you tried with a fresh image and got it fully updated first?

Thanks

extremepilot commented 7 years ago

Yeah, I have updated everything multiple times. I have also tried both Raspbian and Raspbian lite.

Sent from my iPhone

On Apr 27, 2017, at 1:52 PM, Aaron Shaw notifications@github.com wrote:

Are you using Raspbian?

Have you tried with a fresh image and got it fully updated first?

Thanks

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

shawaj commented 7 years ago

@francesco-vannini any ideas here? I've not seen any issues with the Raspberry Pi Zero Wireless have you?

@extremepilot what header have you soldered to the Pi?

francesco-vannini commented 7 years ago

There are no known problems with any of the Raspberry Pis. Have tested for the last PR with a Zero W too. If you have correctly enabled SPI and I2C (which are now enabled by default from our script anyway) I suspect something dodgy is happening with your Zero @extremepilot . I'll keep this open for a while so that you can get back to us on how this goes.

extremepilot commented 7 years ago

Issue seems to be resolved on Raspbian, will confirm for Raspbian lite soon.

shawaj commented 7 years ago

@extremepilot perfect thanks

extremepilot commented 7 years ago

Still having issues with Raspbian lite, with regular Raspbian the issue seemed to exist with NOOBS 2.3 and was resolved with NOOBS 2.4.

francesco-vannini commented 7 years ago

For Raspbian lite I have used the April release and all is ok. What error do you get now? Are you using the April release and flash directly on SD?

extremepilot commented 7 years ago

I am using the most up to date version of NOOBS (2.4, 4/10) to install Raspbian lite onto the microSD card. fullsizerender

shawaj commented 7 years ago

Looks like smbus hasn't installed properly?

Thought we added this to the install script @francesco-vannini ?

extremepilot commented 7 years ago

The issue seems to be solved on both instances of Raspbian. Sorry for the confusion, there are a lot of steps to setup PaPiRus that one can get lost in. The final issue for me seemed to be enabling i2c and SPI.

francesco-vannini commented 7 years ago

I am glad it all works now but I fail to see the many steps involved in setting up the PaPiRus as all is done now via the one liner at the top of the README file. Running curl -sSL https://pisupp.ly/papiruscode | sudo bash should do everything you need. Did you by any chance follow the manual setup instead for some reason? Because that wasn't clear to me. Anyways all good in the end, I'll go ahead and close the issue.