JavaScript
JavaScript is a scripting language that runs on the client; it does not require compilation, and is interpreted and executed one by one by the js interpreter during operation.
What is JavaScript?
JavaScript is a dynamic computer programming language. It is lightweight and most commonly used as part of a web page, and its implementation allows client-side scripts to interact with users and generate dynamic pages. It is an interpreted programming language with object-oriented capabilities.
JavaScript is a very famous programming language that was originally started twenty years ago with the motivation of making web pages lively. It is also an important part of the skillset of web developers.
The JavaScript scripting language does not depend on the operating system and only requires browser support. Therefore, a JavaScript script can be brought to any machine after it is written, provided that the browser on the machine supports the JavaScript scripting language, which is supported by most browsers.
JavaScript is easy to learn but difficult to master and is used for a variety of purposes, from simply enhancing website functionality to running cool games and web-based software.
Applicable devices:
- myCobot 280
- myCobot 280 M5
- myCobot 280 for Arduino
Prerequisites:
- M5 series version, M5Stack-basic burn miniRobot at the bottom, select Transponder function, ATOM burn the latest version of atomMain at the end (factory default burned)
Programming development
Development environment
- Node
- Windows Node
- MacOs Node
- Linux Node
Usage prerequisites:
- Burn the latest version of atomMain in Atom.
- Burn minirobot in Basic, select the transponder function. The Pi series does not need to burn Basic.
JavaScript Development Guide
You can use JavaScript to develop our robot arm according to the following guidelines