-
11Connect via SSH to CHIP Pro
You can know the IP address of your CHIP Pro writing in terminal:
- $ ip addr
Now from your computer you can connect via SSH (without a usb cable) through this command:
- $ ssh chip@CHIP-PRO-IP
the user and password by default are chip.
-
12Install the packages required for Neltume
- $ sudo apt-get install python3
- $ sudo apt-get install git
- $ sudo apt-get install mpg123
-
13Transfer and install the GPIO controller
- Download from here the deb file associated to your Debian distro and transfer it via ssh to Chip Pro. You can use a file manager like FileZilla to transfer it via SSH.
- sudo dpkg -i python-chip-io_0.5.9-1_armhf.deb
Write the correct version of your file.
-
14Install the repository from GitHub
$ git clone http://github.com/hfvaldesg/neltume
-
15Start program
- Connect headphones or speakers to the device.
- $ cd neltume
- $ sudo python3 main.py
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.