Amikoo
  • Introduction
  • Norman
    • Architecture
    • Hardware
      • Embedded Platforms
        • Edison
          • SetUp
          • Git Repositories
        • UpBoard
          • SetUp
          • Git Repositories
          • Voice
      • Robot Wiring
    • Software
      • Programming Languajes
      • Broker
      • Google Account setup
      • Applications
        • Upboard
          • Camera
          • Vision
          • Translate
          • Tradition
          • IA Assistant
            • Alexa Linux
            • Google Assistant Linux
          • Node
    • StartupService
      • Edison
      • Upboard
  • VisitOpinions
    • SetUp
      • Linux Web Server Set Up
    • Application
      • Drawing
      • Survey
Powered by GitBook
On this page

Was this helpful?

  1. Norman
  2. Software

Programming Languajes

PreviousSoftwareNextBroker

Last updated 5 years ago

Was this helpful?

The robot is programmed on three languages. For the part of the brain (Upboard) and application we use Node Js and Python3. For the part of movements(Edison) we use C++.

  • Python3

  • NodeJs

amikoo@uppboard:~$ sudo apt-get update
amikoo@uppboard:~$ sudo apt-get install nodejs
amikoo@uppboard:~$ sudo apt-get install npm
  • Intel System Studio IoT Edition (C++)

    • Intel® System Studio IoT Edition (which is an Eclipse based IDE) , take a look at this to install it on diferente SO.

link