Skip to content
/ CToJS Public

Guide on conversion from C/C++ (Arduino) to JavaScript with Firmata

License

Notifications You must be signed in to change notification settings

superoo7/CToJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS robotics

Background

I was inspired by a video done by google. The speaker used a certain "recipe" which is basically connected Arduino to the internet.

IMAGE ALT TEXT HERE

She uses FireBase as a NoSQL database.

When I go in-depth learning node.js, I realised it is capable to do tonnes of powerful programming stuff. Therefore, I want to give it a try to convert my C in arduino -> node.js

Requirement

  • basic C/C++ on Arduino
  • basic microcontroller knowledge
  • basic JS, node.js
  • with terminal command (Shell/Bash)

Materials

  • Arduino UNO
  • Cable
  • Raspberry Pi 3

Intergrated Development Environment (IDE) used

  • platform.io for C/C++ in arduino (complicated)
  • Arduino IDE for basic arduino
  • Vim in iTerm (editting in JS)

Table Of Content

Chapter 0: Setup
Chapter 1: About Arduino and Firmata
Chapter 2:
Chapter 3:
Chapter 4:

Library used

License

MIT License. Refer to LICENSE.txt

Contributor

About

Guide on conversion from C/C++ (Arduino) to JavaScript with Firmata

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages