AR logo.png

ANNIN ROBOTICS

0
  • HOME

  • TUTORIALS

  • DOWNLOADS & MANUALS

  • ROBOT KITS

  • FORUM

  • BLOG

  • CONTACT

  • More

    1. ROBOT FORUM
    2. Questions
    3. External Handheldpanel & Linux (Raspberry Pi)
    Search
    Wampo
    May 4

    External Handheldpanel & Linux (Raspberry Pi)

    2 comments

     

    Hey Guys and nice Greetings from Germany,

    is it possible to run the Software on a Raspberry PI system?

    I would create a Handheldpanel with Touchfunctionality and a little 3D Mouse, would be easyer to handle and Teach the Robot. Like a KRC from KUKA.

    Any Ideas?!

    Greetings Daniel

    0
    Chris Annin
    May 4

    Yes, see here on the project repository: https://github.com/Chris-Annin/AR2/tree/master/RaspberryPi

    this was provided courtesy of Zach Allen.

    0
    Wampo
    May 4  ·  Edited: May 4

    THX, Chris. GOT IT!

     

    In this RaspberryVersion on Git you only must change the Line in AR2.py where the BAUDRATE is defined. Actual it is at 9600baud but Arduino Communicates with 115200baud.

    If i changed it, my Arduino talks to the Raspberry else you got no Communication.

     

     

     

    def setCom():
      global ser
      port = "/dev/ttyACM0" #+ comPortEntryField.get()
      baud = 115200
      ser = serial.Serial(port, baud)

     

     

     

    Okay, lets build some Touchscreen Handheld Device :-D.

    My plan is it to downsize your Main Softwarevisualisation for a Touchscreen with buttons like Orientation changes from Base to Tool to SingleAxis.

     

    Greetings Daniel

    0
    New Posts
    • Robert Welland
      Dec 4

      Source for 3mm push-in fitting to fit solenoid valve

      I can’t find a source for the part(s) on pp. 286 of the assembly manual. The brass fittings with orange colored push-ins shown. Any pointers would be appreciated.
      0 comments
      0
    • James Russo
      3 days ago

      Need help trouble shooting

      Just got the robot running. Running AR2 software. Able to jog all motors forward and back. Went to Auto Calibrate and this didn't look right. So decided to Calibrate each axis independently. J3, J5, J6 work correctly. J1,J2,J4 do not. They go forward then back a little, if I try to calibrate again it moves forward then back a little. Eventually I need to manually rest the position it moves forward more than back. Not sure what to check first?
      7 comments
      0
    • Aravinth Kumar
      Nov 30

      What type of coating or surface finish done on the aluminium parts?

      When comparing to the previous version AR3 parts are looking great. So may I know what type of finish it is?
      2 comments
      0
    Share