Replies: 4 comments 8 replies
-
Great! Let me try to answer a few of these. I've also updated the docs at https://microsoft.github.io/devicescript/devices/add-board with these answers. (1) If you've used "devs add board", we generate a new product identifier for you automatically. Currently, DeviceScript leverages the Jacdac simulator and the product identifier identifies a product in the Jacdac device catalog https://microsoft.github.io/jacdac-docs/devices/ (2) You can reuse the firmware for esp32-c3. You only have to create new firmware for a new system-on-chip (SoC). |
Beta Was this translation helpful? Give feedback.
-
Ooops, it's an array of WS2812. In that case, we should use the Led service to mount them. |
Beta Was this translation helpful? Give feedback.
-
How do you initialize a new directory to start fresh?
It seems like it only asks what board you want to use for your first new
project.
…On Tue, Jul 18, 2023, 9:10 PM Peli de Halleux ***@***.***> wrote:
We might be filtering out the boards that are not in the catalog.
In VScode, open the user settings and find "DeviceScript: Developer Mode".
It should disable filters on unknown product ids.
—
Reply to this email directly, view it on GitHub
<#563 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJZ2HJQAXN26ITPKYIH67WTXQ5M3XANCNFSM6AAAAAA2MJS6UU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
2.14.3 should not have the "developermode" issue anymore. |
Beta Was this translation helpful? Give feedback.
-
I have a few questions about adding new boards.
I have two ESP32-C3 boards (ESP32-C3-DevKit-02 & ESP32-C3FH4-RGB) that I would like to try with DeviceScript and I have a few questions about adding board support for these.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/hw-reference/esp32c3/user-guide-devkitc-02.html
https://github.com/01Space/ESP32-C3FH4-RGB
Beta Was this translation helpful? Give feedback.
All reactions