Noduino OpenPlug

来自Jack's Lab
(版本间的差异)
跳转到: 导航, 搜索
(Quick Start)
第19行: 第19行:
 
[[文件:Maike-wifi-ctrl-2233-all-en.jpg]]
 
[[文件:Maike-wifi-ctrl-2233-all-en.jpg]]
  
* 插座通电,等 6 s 左右,指示灯 1 秒左右慢闪,表示在等待配网
+
* Switch on the plug, waiting for network connection with indicator light flash slowly for 6sec.  
  Switch on the plug, waiting for network connection with indicator light flash slowly for 6sec.  
+
  
* 如果不在慢闪,长按按钮 10 秒
+
* If there is no flash, please press the button for 10sec.
  If there is no flash, please press the button for 10sec.
+
  
* 手机连接 2.4G WiFi ,微信扫描二维码,点 "配置设备上网"
+
* Mobile connect to 2.4G WiFi, scan the QR code in WeChat and click "Network Connection".
  Mobile connect to 2.4G WiFi, scan the QR code in WeChat and click "Network Connection".
+
  
* 按提示输入 WiFi 密码,点 “连接”,等待配网完成(注意,设备目前只支持 2.4G,不支持 5G WiFi);此外企业级安全认证也暂不支持)
+
* Enter WiFi password and click "connect" then waiting for network connection. (P.S. only 2.4G WiFi is applicable, 5G WiFi and Enterprise - level security certifications are not supportable.)
  Enter WiFi password and click "connect" then waiting for network connection. (P.S. only 2.4G WiFi is applicable, 5G WiFi and Enterprise - level security certifications are not supportable.)
+
  
* WiFi 配置完成后,微信自动进入局域网发现设备模式,其会列出设备列表
+
* Finish WiFi configuration, WeChat will be in LAN devices matching mode with devices list visible.
  Finish WiFi configuration, WeChat will be in LAN devices matching mode with devices list visible.
+
  
* 点击第一个设备,进入页面,在页面最下面会有 “绑定设备” 按钮 (如果已经绑定过改设备,最下面的按钮为“进入公众号”),点击按钮,完成设备绑定
+
* Click the first device then press "Device Binding" button to bind the device. (P.S. if the device has been binding, then the button at bottom is "Enter Official Account"
  Click the first device then press "Device Binding" button to bind the device. (P.S. if the device has been binding, then the button at bottom is "Enter Official Account"
+
  
* 完成后,点“进入公众号”,在公众号菜单的 “智能设备”,即可列出你绑定的所有设备,点一个设备,即可进入设备控制页
+
* Finish above steps, please press "Enter Official Account" button then click "smart device" button to find your binding devices list. Click the device to enter control page.
  Finish above steps, please press "Enter Official Account" button then click "smart device" button to find your binding devices list. Click the device to enter control page.
+
 
   
 
   
其他人需要控制设备,需要先连接到同样的路由器,在设备通电的情形下,扫描同样的二维码,点“设备已联网,跳过此步”,直接“发现”、“绑定设备” 即可在公众号菜单“智能设备里控制
+
 
 
If more people need to control the device, please connect to the same router and scan the same QR code while the device is power on.  Click "Device connected and skip" -> "Link Device"->"Enter   
 
If more people need to control the device, please connect to the same router and scan the same QR code while the device is power on.  Click "Device connected and skip" -> "Link Device"->"Enter   
 
Official Account" to control smart devices
 
Official Account" to control smart devices
  
;;其他说明:
 
  Note:
 
  
* 短按按钮,手动开关控制器
+
;;Note:
  Press the button momentarily, manual switch controller
+
 
 +
* Press the button momentarily, manual switch controller
  
* 长按 10 秒按钮,恢复出厂设置
+
* Press the button for 10sec, restore the factory settings.
  Press the button for 10sec, restore the factory settings.
+
  
 
<br><br>
 
<br><br>

2016年10月25日 (二) 16:32的版本

目录

1 Overview

  • AC 85V - 250V Smart Plug
  • ESP8285 inside
  • 250V 10A relay
  • Shell size 53mm x 53mm x 27mm


Open-plug-board-shell.jpg


Open-plug-board.jpg



2 Quick Start

Maike-wifi-ctrl-2233-all-en.jpg

  • Switch on the plug, waiting for network connection with indicator light flash slowly for 6sec.
  • If there is no flash, please press the button for 10sec.
  • Mobile connect to 2.4G WiFi, scan the QR code in WeChat and click "Network Connection".
  • Enter WiFi password and click "connect" then waiting for network connection. (P.S. only 2.4G WiFi is applicable, 5G WiFi and Enterprise - level security certifications are not supportable.)
  • Finish WiFi configuration, WeChat will be in LAN devices matching mode with devices list visible.
  • Click the first device then press "Device Binding" button to bind the device. (P.S. if the device has been binding, then the button at bottom is "Enter Official Account"
  • Finish above steps, please press "Enter Official Account" button then click "smart device" button to find your binding devices list. Click the device to enter control page.


If more people need to control the device, please connect to the same router and scan the same QR code while the device is power on. Click "Device connected and skip" -> "Link Device"->"Enter Official Account" to control smart devices


Note
  • Press the button momentarily, manual switch controller
  • Press the button for 10sec, restore the factory settings.



3 Open API



4 Hacking

4.1 Prepare firmware

Get noduino-sdk:

$ git clone --recursive git://github.com/icamgo/noduino-sdk.git noduino-sdk


Generate toolchain (you need Python 2.7):

$ cd noduino-sdk/toolchain
$ ./gen.py

Compile Open Plug firmware:

$ cd ../sketch/open-plug
$ make


The generated firmware is located in build/ dir named user1.bin annnd user2.bin


Window environment please refer to Getting Started with Noduino SDK on Windows, you can get how to setup the basic developmennt environment



4.2 Upload

4.2.1 Serial

5pin.jpg


Ft232.jpg


  • USB2UART_GND ------> SmartNode_GPIO0
  • USB2UAR_GND -----> SmartNode_GND
  • USB2UAR_RXD -----> SmartNode_TX
  • USB2UAR_TXD -----> SmartNode_RX


Connect USB2UAR_VCC3.3 -----> SmartNode_VCC at last

ESP8285 will be enter upload mode, we can upload the compiled firmware through serial using following commands in Linux:

$ cd /path/to/noduino-sdk/sketch/open-plug
$ make produce ESPPORT=/dev/ttyUSB1


In windows:

$ make produce ESPPORT=COM7

COM7 is your USB2UART device


In MAC OS, maybe it's:

$ make produce ESPPORT=/dev/cu.SLAB_USBtoUART

/dev/cu.SLAB_USBtoUART is your USB2UART device



4.2.2 Online

Access
http://dev.noduino.org/openonoff


Login
  • Username: noduino
  • password: noduino1234


Click the "Add files", select the user1.bin and user2.bin located in /path/to/noduino-sdk/sketch/open-plug/build/


Then click "Start upload" to upload the user1.bin and user2.bin into the server temporaily



5 Hardware

Open-plug-v0.8-sch.png


Open-plug-layout.png





























个人工具
名字空间

变换
操作
导航
工具箱