An open API service indexing awesome lists of open source software.

https://github.com/kiprasmel/sioko

:robot: :zap: Kovinio roboto programinė įranga, remastered
https://github.com/kiprasmel/sioko

arduino fighting robotics robots sioko

Last synced: 7 months ago
JSON representation

:robot: :zap: Kovinio roboto programinė įranga, remastered

Awesome Lists containing this project

README

          

# SIOKO

🤖⚡ Kovinio roboto programinė įranga, remastered

## Installation

```sh
git clone https://github.com/sarpik/sioko.git
# or: git clone git@github.com:sarpik/sioko.git
cd sioko/
```

## Running

Tau reikės [platformio core (CLI)](https://docs.platformio.org/en/latest/installation.html#installation-methods) arba [platformio IDE (extension'as VSCode'ui)](https://platformio.org/platformio-ide).

```sh
platformio run
platformio run --target upload
platformio device monitor --baud 9600
```

> Note - platformio kartais ožuojasi ir meta error'us,
> nors sukompiliuoja gerai.
> Sutvarkymui reikia mixuot šias dvi komandas ir kartot viršutinę procedūrą
> iš naujo, kol pagaliau viskas pavyksta:D

```
rm -rf ./.pio/build/
mkdir -p ./.pio/build/teensy35/FrameworkArduino/
```

## Misc

1. Įjungus USB, port'as dažniausiai būna `/dev/ttyACM0`; dar gali būti `/dev/ttyUSB0`, arba vietoj `0` bet koks skaičius.

## Licence

[GPL-3.0](./LICENSE) © 2018-present [Kipras Melnikovas](https://github.com/sarpik)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .