Replies: 4 comments
-
This is using the FreeRTOS real-time OS and is designed for ESP32 „system on a chip“. I’ve seen that there where some efforts to compile freeRTOS on the raspberry PI but still, this uses ESP-IDF libraries like I2S that won’t be available on the PI. But that’s only my advice since I’m not the maintainer of this repository. |
Beta Was this translation helpful? Give feedback.
-
@deanhuff Hm, as @martinberlin said, this would be a lot of work. In general, the Pi Pico is a lot slower than the ESP32. Not sure if you could compensate for this with some programmable I/O trickery, but porting won't be straightforwared. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response! I'll continue to research to see what my options are. |
Beta Was this translation helpful? Give feedback.
-
Since a few days there is a new Raspberry PICO2 I decided to make a "HAT board" PCB and route signals + Voltages to see if it's possible to drive it: https://github.com/martinberlin/H-pico-raw-eink
I like because is original. No one did it so far! I'm doing this with my colleague Larry which has already experience with PICO boards. I lack the right experience to do the software since I only used Linux in the big Raspberry PI.
Please vote here adding a Like or just check this twitter post. |
Beta Was this translation helpful? Give feedback.
-
Hello, i'm working on a raspberry pi pico based E-ink typewriter. would the epdiy be something i could use to drive a 6-10" panel with partial updates from a pico? I have a small 2.9" waveshare display and it is pretty darn slow with partial updates (as far as typing is concerned).
Beta Was this translation helpful? Give feedback.
All reactions