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
- Host: GitHub
- URL: https://github.com/kiprasmel/sioko
- Owner: kiprasmel
- License: gpl-3.0
- Created: 2019-01-12T10:19:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T12:14:14.000Z (over 5 years ago)
- Last Synced: 2025-01-15T19:54:25.418Z (9 months ago)
- Topics: arduino, fighting, robotics, robots, sioko
- Language: C++
- Homepage:
- Size: 296 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .