Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

kicad schematics #321

Closed
SpandexWizard opened this issue Jun 9, 2024 · 5 comments
Closed

kicad schematics #321

SpandexWizard opened this issue Jun 9, 2024 · 5 comments

Comments

@SpandexWizard
Copy link

is it possible to get ahold of a schematic file so i can make large edits to the board? my usecase involves a 50pin connector, and possibly io expanders, and i'd like to change the formfactor entirely. i can rebuild it from the pdf probably but it'd be nice if i didnt have to.

as an aside how hard would it be to get the code to run on an orange pi zero 2w instead of an esp32? i'd rather have as few devices draining power as possible, but i understand it's going to be something of an undertaking. i'm just not sure how big.

@martinberlin
Copy link
Collaborator

martinberlin commented Jun 9, 2024

Sure please pull this repository
https://github.com/vroland/epdiy-hardware Moving your Issue there later today

orange pi zero 2w instead of an esp32? i'd rather have as few devices draining power

1st that would be a monumental work
2nd the Pi won’t have enough speed to run this. But if you manage to do it I would love to see the results!

@SpandexWizard
Copy link
Author

ooh, awesome!

why wouldnt the pi have enough speed? an orange pi zero 2w operates at 1.5ghz. an esp32 operates at, if i'm reading this right, 240mhz. the orange pi should blow it out of the water.

@mickeprag
Copy link
Contributor

If you run inside the kernel you may be able to use all speed. In userspace the scheduler would make the code both slower and more unpredictable.

@mickeprag
Copy link
Contributor

Also, in esp32 the actual bitbanging is done using hardware blocks (LCD and i2s) and the code only forwards the data. This way esp32 may be able to push the speed even more than normally.

@martinberlin
Copy link
Collaborator

I don’t think that there is currently any PI solution to control parallel panels.
I also agree with Michael that having a PC that goes at that speed does not mean you can do parallel at that fast rate.
You should explore Rockchip since they do have a bird that is design to control parallel with their own dedicated chip. Or also Waveshare has IT8951*** board so you could talk SPI with them albeit is closed source the format inside the chip and you cannot switch Eink displays at least with the ones I’ve tried.
Passing this to Discussions since it’s not really a software Issue but maybe helps someone.

Repository owner locked and limited conversation to collaborators Jun 9, 2024
@martinberlin martinberlin converted this issue into discussion #322 Jun 9, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants