ReRouter - Make an Extensible IoT Router

ReRouter - Make an Extensible IoT Router

thingiverse

A few months ago, I shared my project about Router named Smart router with WiFi Connection Visualization:http://seeed.cc/project_detail.html?id=1176 . which can tell you the number of devices that are connected to your router and monitors the network speed. Luckily I've got more than 96k views and 760 Favorites on that project. I was so delighted as I regards it as a solution that can help out the people who are in the same troubles as I did. I've thought a lot after that and comes a new idea about this. I think I can go further and make it helpful to some special communities - Like my grandpa, who was once a tough guy and now suffering from AD(Alzheimer’s disease) in his old age. It happens a lot that he always forget what he planed to do in the next morning. Writing things on a note won't be possible as he is too old to hold a pen. But as I figured, maybe he can type, even with just one finger, he can still push the buttons and type words on the computer. So I thought, what if I integrate a printer to my Router, so he or me can write things down at a web page and let the printer print it out. In every morning he just need to look at the note and then knows about the plans he made. Also me or any other family members can leave him a note in this way any time we want. Take me for example, I wish I can write 'I love you, grandpa' every day in the morning so he can see my greetings miles away without getting tired with my voice (just joking). Since I had this idea I started to work on it. In addition to the printer, I planned to let the router also connects to Grove Sensors and Grove Relay. So I can control the relay and upload the sensor values to MediaTek Cloud Sandbox. To be honest, I hope that there will be more people pay attention to this open source project and engage to these kind of things to help special people like my grandpa. In this project you may need Fusion service (https://www.seeedstudio.com/fusion.html) for your PCB and PCBA or other useful services in SeeedStudio. Well, now let’s get on the journey of making. How I Designed This Step 1: What do we need LinkIt Smart 7688 Duo Grove – Led Strip Grove - Temperature&Humidity Sensor (HDC1000) Grove – Relay Base Shield V2 Arduino Breakout for LinkIt Smart 7688 Duo Embedded Thermal Printer link:http://seeed.cc/projects.html?t=LinkIt Step 2: Wiring Now, we should connect the Grove Modules to the Arduino Breakout for LinkIt Smart 7688 Duo just as the picture shows below. Step 3: Setup the Linkit Smart 7688 Duo The software work of the router consists of 5 parts, compatible with the previous router, control the relay from Mediatek Cloud Sandbox(MCS), upload the Grove Sensors to MCS, a website to write something for printer to print out, the code on ATmega32U4. I assume you have been familiar with Linkit Smart 7688 Duo, if not, please click here to get started. Then go to the MT7688 terminal by SSH or serial. Modify the configure file to change MT7688 into router mode. vi /etc/config/network Change the configure interface ‘lan’ and ‘wan’ as below shows. config interface 'lan' option proto 'static' option netmask '255.255.255.0' option ipaddr '192.168.100.1' config interface 'wan' option ifname 'eth0' option proto 'dhcp' We use the yunbridge for communicating between MT7688 and ATmega32U4, so, enable the yunbridge. uci set yunbridge.config.disabled='0' uci commit Requests is the only Non-GMO HTTP library for Python, safe for human consumption. Requests allows you to send organic, grass-fed HTTP/1.1 requests, without the need for manual labor, I use it to communicate with MCS. I use flask web framework for this Web APP, Flask is a lightweight Python web framework based on Werkzeug, Jinja 2 and good intentions. You can click http://flask.pocoo.org/ to learn more information. Next, install Python dependencies. pip install requests flask Flask-WTF wtforms Step 4: Configure the MediaTek Cloud Sandbox MediaTek Cloud Sandbox (MCS) is a cloud based data service platform for Internet of Things devices. If you don’t have an account please click https://mcs.mediatek.com/oauth/en/signup to sign up. MCS has already provided some useful tutorials, you can create the prototype and test device in MCS step by step following here. Then in my project I create a new prototype for Linkit Smart 7688 named LinkitRouter, and add three data channels for this prototype they’re Button Temperature and Humidity just as picture below shows. Now, you’ll get the Device ID, Device Key and 3 Data Channel ID, you can find the information in the test device detail page, and we will need them later. Step 5: Upload the Arduino Code Download demo code at https://github.com/Lee-Kevin/20.IoTRouter Click “Download zip” button on right side of webpage to download all codes. Decompress the downloaded zip files to“C:\Users\Administrator\Documents\Arduino\” and remove “-master” in decompressed file name. Launch Arduino IDE. Click Sketch =>Add file to add routerBox_Arduino.ino file from“C:\Users\Administrator\Documents\Arduino\20.IoTRouter\RouterArduinoCode\routerBox_Arduino.ino” Click Tools =>Board and select “Linkit Smart 7688 Duo” and chose the right port, as shown in the picture below. Press CTRL +U to upload codes to your board. Wait a while, there will be saying “Done uploading”. Congratulations, you have already completed the whole of the work on Arduino. Step 6: Download the code from Github Now, we have already install the requirements, download the code from github. cd ~ & git clone https://github.com/Lee-Kevin/20.IoTRouter Navigate to 20.IoTRouter and you can find there’re 3 folders, RouterArduinoCode, RouterScript and Drawings. RouterArduinoCode is the code that should be run on Arduino, RouterScript is the Python code should to be run on Linkit Smart 7688. Now we mv the RouterScript to /root/. cd 20.IoTRouter/ & mv RouterScript/ /root/ Navigate to /root/RouterScript/ and edit the UpdateSensor.py and relay.py using vi editor. cd ~ & cd /root/RouterScript/ vi UpdateSensor.py vi relay.py Change the deviceID, deviceKey and dateChannelID to your device. As shown in the following figure. Step 7: Setup the the startup script Navigate to /root/RouterScript/ cd ~ & cd /root/RouterScript/ Then setting the startup script. chmod +x router & mv router /etc/init.d/ /etc/init.d/router enable /etc/init.d/router start & And then reboot the router. reboot When the router is reboot done, you have done all the software work. Step 8: Prepare the things for Hardware Work 4mm wood M310 Screws – 8 PCS M38 Scews – 2 PCS M3*5+6 Studs – 2 PCS M3 Screw nuts – 10 PCS R30100 Nylon rivets – 4 PCS R2075 Nylon rivets – 6 PCS Tools: 502 glue Scotch tape Screw driver Laser Cutter Step 9: Laser cut the wood In this part, we need to make an box as the picture below shows, this work is by my workmate Nosk, and he is an intelligent industry designer, Step 13: The Result Now, you can connect to the Linkit Smart 7688 Wifi AP, and input mylinkit.local:8000 or your 7688 local IP :8000 in your web browser, and you can see the Router Printer web page just as below shows. Input something in the textbox and click Print Message and you’ll find the Printer can print it out. The go to the MCS website, and check your our test device, you can click the button to control the relay and view the sensor values just as picture below shows.

Download Model from thingiverse

With this file you will be able to print ReRouter - Make an Extensible IoT Router with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on ReRouter - Make an Extensible IoT Router.