Skip to content
/ device Public

The practical implementation of a physical device with the binary neurons

License

Notifications You must be signed in to change notification settings

cortl0/device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:[email protected]

Links

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