GitHunt

device

The practical implementation of a physical device with the binary neurons
The device consists of two components:
arduino for controlling stepper motors,
bananapi for brain and sensors

For project clone

git clone --recursive https://github.com/cortl0/device

Project directories & files

./src/arduino/

arduino sketch

./src/bananapi/

bananapi project

./src/bnn/

Github repository
https://github.com/cortl0/binary_neurons_network

./src/gpio/

Github repository
https://github.com/cortl0/gpio

./src/logger/

Github repository
https://github.com/cortl0/logger

./src/unit_test/

Unit test project

./device_schematic_diagram.drawio

Schematic diagram of the device in drawio file format
https://app.diagrams.net/

Build

make
make clean
make service_up
make service_down
QT build

Author

Ilya Shishkin
mailto:cortl@8iter.ru

http://8iter.ru/ai.html
https://t.me/artificial_intelligence_bnn
https://t.me/artificial_intelligence_bnn_grp
https://github.com/cortl0/device

License

This project is licensed under the GPL v3.0 - see the LICENSE file for details

Languages

C++87.2%QMake6.9%Makefile3.3%C2.5%

Contributors

GNU General Public License v3.0
Created June 27, 2020
Updated February 5, 2022
cortl0/device | GitHunt