- Joined
- Mar 29, 2021
- Messages
- 2,515
- Likes
- 4,534
Since wonderful CamillaDSP was updated to version 2.x, I wanted to also update CamillaNode, both to make it compatible with version 2 but also to add some features I wanted to have for a while.
As of May 2024, most of these features are in development pipeline, but basic functionality of CamillaNode is up and running with some added functionality, most important of which are:
Speaking of setup script, There is a much easier way to get up and running with OrangePi Zero2 now.
I put together a simple bash script to do all the monotonous configuration and setting up. Afterall, isn't that what computers are for
This is what you need to do:
That is it. Install script will do all the work for you; including downloading and installing CamillaDSP, setting up all the configs and services etc. Just reboot the computer and enjoy using it.
I have tested using OrangePi Zero 2 and Armbian and it works perfectly. If you run into any problems do let me know.
As of May 2024, most of these features are in development pipeline, but basic functionality of CamillaNode is up and running with some added functionality, most important of which are:
- A 30 band spectrum analyzer, heavily inspired by CamillaDSP Monitor
- A setup script that makes it very easy to install and configure everything.
Speaking of setup script, There is a much easier way to get up and running with OrangePi Zero2 now.
I put together a simple bash script to do all the monotonous configuration and setting up. Afterall, isn't that what computers are for
This is what you need to do:
- Setup OS as usual. Connect your SBC to the wifi and connect to it via ssh from your main computer.
- Connect your DAC to check the device name of your DAC using
aplay -l
as you will need it later on. - Run the following command :
Bash:
wget -O - https://raw.githubusercontent.com/ismailAtaman/camillaNode/master/setup.sh | sudo bash
- This will update your system, install npm, CamillaNode and download all the installation files and scripts to the computer.
- Once that is done, go to camillanode folder, and run the following command :
Bash:
sudo bash install.sh
- It will ask you for your username, input and output device names, and will set up everything accordingly, including downloading, installing and configuring CamillaDSP. Below is a screenshot sample. Your default input device name will be UAC2Gadget, if it is, you can just enter to use the default.
That is it. Install script will do all the work for you; including downloading and installing CamillaDSP, setting up all the configs and services etc. Just reboot the computer and enjoy using it.
I have tested using OrangePi Zero 2 and Armbian and it works perfectly. If you run into any problems do let me know.
Last edited: