Connection problem

If you are not able to see your AthenaII web page, it might be a USB-Ethernet converter problem. Make sure you have correct software drivers installed, or try a different USB-Ethernet converter.


Orange Pi network problem

There is a way to check if an Orange Pi board works properly.

  • Connect Orange Pi to USB port via USB-miniUSB cable
  • Open any serial communication software (Arduino IDE would work just fine)
  • SSH to your board through the serial monitor (it would work in the same way as the command terminal)
ssh -v debian@192.168.76.2

SSH Secure Shell with Arduino serial monitor (Arduino IDE):

ArduinoIDE serial ssh Franklin 01.png


Franklin feedback

To be able to see Franklin process responses during printing you can SSH to the Orange Pi board via Ethernet or via serial monitor:

ssh -v debian@192.168.76.2

Show all active processes:

ps -A

To stop Franklin:

sudo kill _process_id_  [example: sudo kill 1230]

To restart Franklin:

franklin

Then you will see responses from "franklin" process in command line terminal or in serial monitor:

SSH Franklin Feedback 01.JPG

Cookies help us deliver our services. By using our services, you agree to our use of cookies.