This software converts an AMBE3003 to three AMBE3000 AMBEServers.
Install the latest Raspbian on a Raspberry PI 3 (or higher).
https://www.raspberrypi.org/software/
- This software does not convert one AMBE3000 to three AMBE3000!!
- The AMBEServer3003 software is free but without support!! ( You can report bugs )
- Make sure you have a 2.1A power supply. ( not a cheap 2.1A power supply )
- Only start with this installation if you have knowledge of Linux
- There is also a Windows 10 version available for this software
- Do not install the graphical version of Raspbian. This gives a lot of overhead
- Make sure you installed the latest version of Raspbian
- Change the default pi and root user password!!
- Do not forget to extend the disk partition in the raspi-config after installation of Debian
Download the AMBEServer3003 install script
wget https://www.pa7lim.nl/AMBEServer3003/installscript.sh -O /tmp/installscript.sh
Install the AMBEServer3003 software
sudo bash /tmp/installscript.sh
Configure AMBEServer3003
Edit the configuration file.
/usr/local/AMBEServer3003/config.ini
The default port for the AMBE3003 stick is /dev/ttyUSB0 when no other devices are connected to the computer.
[SERIAL] comport=/dev/ttyUSB0 [AMBEServer] UDPPort1=2460 UDPPort2=2461 UDPPort3=2462 [LOG] # Never enable debug logging! debug=0 logfile=/var/log/AMBEServer3003.log
Start the AMBEServer3003
#To start the AMBEServer3003 systemctl start AMBEServer3003 #To enable AMBEServer3003 at boot systemctl enable AMBEServer3003
Have fun !!
David PA7LIM