kicad schematics #322
-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Sure please pull this repository
1st that would be a monumental work |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
I don’t think that there is currently any PI solution to control parallel panels. |
Beta Was this translation helpful? Give feedback.
-
so obviously i have a lot to learn but what's the difference between running at kernal level and userspace? |
Beta Was this translation helpful? Give feedback.
Sure please pull this repository
https://github.com/vroland/epdiy-hardware Moving your Issue there later today
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!