SBB Micro
Source code for the self-balancing-bike microcontroller unit (Teensy 4.1-based). 🚀️
|
Arduino builder is shipped with this repository. No installation should be necessary, although you may use your own version of arduino builder.
To install Visual Studio Code:
VSCodeUserSetup-x64-X.X.X.exe
(where X.X.X
is the software version)You may also install the C/C++
extension for Visual Studio Code for code completation.
For installation of Make and Doxygen you may employ Chocolatey, which is a package manager for Windows. First download and install Chocolatey by following the this installation guide. Basically, you need to run in the powershell (with administrative privileges) the following command
To install Make and Doxygen just run in the command promp or powershell (with administrative privileges)
and follow the installation steps (basically, type Y
when required). Finally, add the installation directory (default is C:\Program Files\doxygen\bin
) to the environment variable PATH
. To check the installation, just use in the command prompt (you need to open a new terminal)
PATH
.Download and install KiCAD from here.
Depending on your Linux distrubution, you can easily install the pre-requisites using your package manager: you are using Linux, so you are supposed to know this stuff!
Not implemented yet.
For installing the Embedded Coder Toolbox in MATLAB
Add-Ons > Get Add Ons
and look for the Embedded CoderOther (possibly necessary) MATLAB toolboxes may be installed in a simular way.