All Projects → zexiplus → Wall.e

zexiplus / Wall.e

A javaScript robot which looks like WALL.E

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Wall.e

Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-30.35%)
Mutual labels:  raspberry-pi, raspberry-pi-3, iot
Fiscalberry
[JSON ↔ HW] Connect things using JSON API with the fiscalberry websocket server interact easily with any kind of Hardware. Another IoT solution...
Stars: ✭ 44 (-78.11%)
Mutual labels:  raspberry-pi, raspberry-pi-3, iot
Iotwifi
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
Stars: ✭ 236 (+17.41%)
Mutual labels:  raspberry-pi, raspberry-pi-3, iot
Repo 2018
Deep Learning Summer School + Tensorflow + OpenCV cascade training + YOLO + COCO + CycleGAN + AWS EC2 Setup + AWS IoT Project + AWS SageMaker + AWS API Gateway + Raspberry Pi3 Ubuntu Core
Stars: ✭ 163 (-18.91%)
Mutual labels:  raspberry-pi, raspberry-pi-3, iot
Raspberrypi Timemachine
Apple Time Machine with raspberry Pi
Stars: ✭ 174 (-13.43%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Naomi
The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
Stars: ✭ 171 (-14.93%)
Mutual labels:  raspberry-pi, iot
Live Stream Radio
24/7 live stream video radio station CLI / API 📹 📻
Stars: ✭ 175 (-12.94%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Siricontrol System
Control anything with Siri voice commands.
Stars: ✭ 180 (-10.45%)
Mutual labels:  raspberry-pi, iot
Homeassistant
Example Home Assistant Configs
Stars: ✭ 168 (-16.42%)
Mutual labels:  raspberry-pi, iot
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (+1146.27%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Wirehome.core
Wirehome.Core is a home automation system written in C# targeting .NET Core. It runs on Linux, Windows and macOS.
Stars: ✭ 180 (-10.45%)
Mutual labels:  raspberry-pi, iot
Blynk Library Python
Blynk library for Python. Works with Python 2, Python 3, MicroPython.
Stars: ✭ 170 (-15.42%)
Mutual labels:  raspberry-pi, iot
Johnny Five
JavaScript Robotics and IoT programming framework, developed at Bocoup.
Stars: ✭ 12,498 (+6117.91%)
Mutual labels:  raspberry-pi, iot
Platypush
A versatile and extensible platform for home and life automation with hundreds of supported integrations
Stars: ✭ 192 (-4.48%)
Mutual labels:  raspberry-pi, iot
Make
📖📖📖📖📖 写给软件工程师看的硬件编程指南
Stars: ✭ 170 (-15.42%)
Mutual labels:  raspberry-pi, iot
Adafruit io python
Adafruit IO Python Client Library
Stars: ✭ 176 (-12.44%)
Mutual labels:  raspberry-pi, iot
Rest980
REST interface to control your iRobot Roomba 980 via local server on your lan.
Stars: ✭ 186 (-7.46%)
Mutual labels:  robot, iot
Rpi gpio
Ruby conversion of RPi.GPIO Python module
Stars: ✭ 185 (-7.96%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Briarids
An All-In-One home intrusion detection system (IDS) solution for the Raspberry PI.
Stars: ✭ 187 (-6.97%)
Mutual labels:  raspberry-pi, iot
Deviceplane
Open source device management for embedded systems and edge computing
Stars: ✭ 917 (+356.22%)
Mutual labels:  raspberry-pi, iot

前言


​ 项目的灵感来自皮克斯动画《机器人总动员》的主角瓦力 [wall.e]。一个在末日的废墟中幸存并日复一日清洁着地球的可爱机器人。

​ 这是一个十分有趣的物联网项目!它运行在基于 arm 架构的 raspiberry(树莓派)开发板上。借助性能出色的 node 和多平台兼容的硬件框架johnny-five,我们创建了这个项目。 此项目包括了服务端到前端程序,开发语言选用 javascript , 功能上包括了视频监控,温度数据采集,远程遥控,距离测量,gps 定位等功能。 欢迎对物联网感兴趣的开发人员 Issues

技术栈

  • johnny-five
  • vue
  • express
  • chart.js
  • mongoDB

目标功能

  • [x] 支持视频实时监控 (完成)
  • [x] 支持摄像头转动(完成)
  • [x] 支持手动控制电机运行(完成)
  • [x] 支持温度采集(完成)
  • [ ] 支持gps定位
  • [ ] 支持距离探测
  • [ ] 支持循迹功能
  • [ ] 支持自由巡航

环境配置和依赖

  • 树莓派开发板( Raspberry Pi 3 Model B )
  • ubuntu mate16.0.4 操作系统
  • node && npm
  • MJPG-streamer

运行项目

项目下载

git clone https://github.com/zexiplus/WALL.E.git

cd WALL.E

npm install

开发模式运行web界面程序

npm run dev

// then open the browser at http://localhost:1234

生产环境运行web界面程序

npm run build

npm run local

//then open the browser at http://localhost:2999

运行服务端程序

npm run board

材料准备

模块 价格 数量
树莓派开发板 ¥200 1
履带底盘 ¥350 1
AD转换器 ¥15 1
红外传感器 ¥3 6
SG90舵机 ¥15 1
树莓派摄像头 ¥80 1
电池 ¥30 1
gps模块 ¥50 1
MPU6050集成传感器模块 ¥20 1

接线说明

接线参考图如下

接线图例

目前接入电路的模块有电机驱动模块,mpu6050 集成模块,servo 伺服电机模块,摄像头模块。

电机驱动模块接收 io 引脚发出的高低电平,输出 12v 的电压从而驱动电机。

servo 伺服电机模块用来转动摄像头,摄像头固定于伺服电机支撑的转轴上。

mpu6050 模块可以感知周边温度,测量加速度等。

由于 gps 模块的通信信道与 wifi 冲突,暂时无法引入,gps 定位会在之后的版本中完成。

本项目树莓派 io 引脚采用 wiringPi 编码,如图

raspi引脚图

接线描述:

伺服电机的信号线接树莓派开发板 1引脚(wiringPi编码,下同)

mpu6050传感器SCL接树莓派开发板 3引脚,SDA接 2引脚

电机驱动模块四个输入端分别接树莓派 21,22,23,24 引脚

项目展示

WALL.E

温度模块

视频模块

control

实物展示1 实物展示2

项目维护人

协议

GPL

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].