Towards a low cost harp-board for ecosystem dissemination #42
bruno-f-cruz
started this conversation in
Ideas
Replies: 1 comment
-
I would prefer to have more analog and pwm/servo eventually reducing the number of digital io. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A low-cost harp board for ecosystem dissemination
Goals
Features
I think a minimal viable product includes:
Hardware
Firmware
Implementation
I think the obvious choice for this board is the pico. Without going into too much detail, I think the pico is a good choice because:
Hardware
At the level of the hardware I think the most viable strategy is to try to use something that already exist in the market to interface with outputs. Discussing currently available options, we came up with the following options:
Gravity
https://www.dfrobot.com/product-2393.html
Grove
https://www.seeedstudio.com/Grove-Shield-for-Pi-Pico-v1-0-p-4846.html
The obvious problem is that these boards do not include a physical layer for the clock synchronization input. To solve that, @Poofjunior suggested that we could adopt a "shim board" strategy that sandwiches between the pico and the shield board. Something like this.. This would obviously co-opt a couple of pins from the pico that may be available to the shield board, but I think it's a reasonable trade-off.
Given the prices of the individual parts, I believe we could probably offer a complete solution for <20$.
Firmware
Not a lot to say here just yet. But I will just signal that this seems like a good opportunity to write a small tutorial on "How to generate your own device using the pico harp core"
Beta Was this translation helpful? Give feedback.
All reactions