malandaj / mpu6050-ws

ESP8266 Sketch to read data from a mpu6050 accelerometer/gyroscope and send it to a node.js server using web sockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mpu6050-ws

ESP8266 Sketch to read data from a mpu6050 accelerometer/gyroscope and send it to a node.js server using web sockets.

To create standalone executable install pkg using npm install -g pkg and run on terminal pkg .

Self-signed certficate was created using OpenSSL openssl req -x509 -sha256 -nodes -days 3650 -newkey rsa:2048 -keyout server.key -out server.crt

About

ESP8266 Sketch to read data from a mpu6050 accelerometer/gyroscope and send it to a node.js server using web sockets.

License:Apache License 2.0


Languages

Language:CSS 71.7%Language:JavaScript 21.0%Language:C++ 4.4%Language:HTML 2.9%Language:Shell 0.0%