# arduino-rgb-led-nodejs-example **Repository Path**: pharosStar/arduino-rgb-led-nodejs-example ## Basic Information - **Project Name**: arduino-rgb-led-nodejs-example - **Description**: A example for serial communication with Arduino and Node.js to control a Common Cathode RGB LED. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-02 - **Last Updated**: 2022-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Arduino RGB Led Node.js Example [](https://david-dm.org/franciscodelahoz/arduino-rgb-led-nodejs-example) [](https://david-dm.org/franciscodelahoz/arduino-rgb-led-nodejs-example?type=dev) A example for serial communication with Arduino and NodeJs to control a Common Cathode RGB LED using an Arduino and [Node SerialPort](https://github.com/node-serialport/node-serialport). ## Connecting the RGB Led to Arduino The project is a web application to control a common cathode RGB LED using Arduino and [Node SerialPort](https://github.com/node-serialport/node-serialport). The server uses the [Express](https://github.com/expressjs/express) framework and [Socket.io](https://github.com/socketio/socket.io) to transmit data in real time between the server and the client. ### Led Connection The led connection in the hardware is | Color | Pin | | ------- | --- | | Red | 9 | | Green | 10 | | Blue | 11 | | Cathode | GND | ### Example Circuit