Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 407 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 407 Bytes

Simple Arduino communication via TCP/IP with NodeJS and Socket.io

Installation

  • Download project
  • Compile the Arduino code(Code is at ArduinoCode directory)
  • Install node dependencies

Initialization

  • Run 'npm start' on your terminal at project root
  • Access localhost:3000 on your browser
  • Obviously you need an Arduino with an Ethernet shield connected on your local network