Skip to content

Ducopanel 1.274.0

Latest
Compare
Choose a tag to compare
@ponsato ponsato released this 20 Nov 19:12
· 1 commit to master since this release
  • New interface aligned with official tools
  • Compatible with Windows 11
  • Fixed the pc miner
  • Added avr miner and bootloader version 2.74
  • Added improvements to network data
  • All the official duino tools and functionalities have been added, you can access them through the same tool in a new window (Alt + F4 to close them)
  • Significant improvement in overall performance

Requirements

It is necessary to have Python 3 and Arduino CLI installed in the environment, both with global enviroment variables declared.

You can download them from the following links:

Or execute this command:

sudo apt install python3 python3-pip

For Linux, you have to run the following command to avoid having to grant read permissions to the USB ports every time the computer is restarted:

sudo usermod -aG dialout username

This will add the current user to the dialout group. Login and out it to take effect.

Arduino-Cli

It is necessary to install Arduino-Cli and create an enviroment variable for it to be able to upload code to the arduino boards. For that, in Linux you have to follow the following commands:

curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=~/local/bin sh

export PATH=$PATH:/local/bin

sudo reboot

Once finished you have to install the arduino avr library with the following command:

arduino-cli core install arduino:avr

In Windows follow these steps:

Downloads

⚠️ NOTICE: .exe binaries may be detected as a virus by your antivirus software. This is a false positive caused by pyinstallers bootloader, read about it here. Duino-Coin is not a virus.

To close Ducopanel, or any of the windows that open internally, press alt + F4.

To uninstall it, do it as you would uninstall any other program, or execute:

sudo apt-get purge ducopanel

In Raspberry Pi, for various reasons, sometimes the connection with the usb ports is lost. If this happens, just plug and re-plug the usb and everything will work again.