BotInABoxER / codercar-utils

A collection of useful files for use with the CodeRcar kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codercar-utils

A collection of useful files for use with the CodeRcar kit

  • codercar-node-red-flows.json is a minified JSON file that has all of the basic nodes you'll need to setup Node-RED for your CodeRcar.

  • hc-paho.py is a simple implementation of RPi.GPIO and Eclipse Paho for Python 3 to broadcast values read from an HC-SR04 Ultrasonic Distance Sensor to an MQTT topic on localhost.

  • mpu6050-mqtt.js is an implementation of Cylon.js for use with broadcasting the values read from an MPU-6050 accelerometer/gyroscope/thermometer to an MQTT topic on localhost (still a bit sketchy, but it works...)

About

A collection of useful files for use with the CodeRcar kit

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 79.9%Language:JavaScript 11.4%Language:Python 8.7%