mirror of
https://github.com/cyberboy666/c_l_i_k_r.git
synced 2025-12-05 14:30:02 +01:00
Update README.md
This commit is contained in:
26
README.md
26
README.md
@@ -111,11 +111,33 @@ follow this link to view the [interactive BOM](https://htmlpreview.github.io/?ht
|
||||
|
||||
- finally place and solder the pots and jacks.
|
||||
|
||||
</details>
|
||||
|
||||
## firmware guide
|
||||
|
||||
<details><summary><b>firmware guide</b> - for editing the code & flashing it to your micro-controller</summary>
|
||||
|
||||
## flashing firmware onto the micro-controller
|
||||
|
||||
if you have got a kit from the shop the firmware will be pre-configured - still you might want to read this so you can edit the code and update the midi mapping.
|
||||
if you have got a kit from the shop the default firmware will be pre-configured - still you probably will want to follow this so you can edit the code and update the mappings.
|
||||
|
||||
### install guide
|
||||
|
||||
all _underscores_ projects with micro-controllers use [platformio](https://platformio.org/) with [visual studio code](https://code.visualstudio.com/) to edit, flash and monitor the code.
|
||||
|
||||
- first download (and unzip) the code in this repo - easiest is [as a zip](https://github.com/cyberboy666/c_l_i_k_r/archive/refs/heads/main.zip) or you can clone using git if you are comfortable with this
|
||||
- next download, install and open [visual studio code](https://code.visualstudio.com/#alt-downloads)
|
||||
- now open the extension tab within vscode on left vertical menu (or press ctrl-shift-x) and search for `platformio` to install this extension
|
||||
|
||||

|
||||
|
||||
[more details coming soon]
|
||||
- connect the micro-controller to computer via usb, open the c_l_i_k_r software folder (ctrl-k ctrl-o) in vscode and find the _platformio_ commands (either in left vertical menu under _platformio_ or little tick/arrow symbols along bottom blue bar) - `PlatformIO: Upload` should flash the default code to your micro-controller
|
||||
|
||||

|
||||
|
||||
### mapping edit guide
|
||||
|
||||
coming soon
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user