Remote control system based on embedded microcomputer
A technology of embedded computer and remote control system, applied in the field of remote control system based on micro-embedded computer, can solve problems such as influence on promotion, high development cost and difficulty, etc., and achieve the effect of overcoming high hardware cost
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Examples
Embodiment Construction
[0007] The following is an embodiment of the present invention, through remote telnet or ssh calling the python script of the micro-embedded computer to control the level of a certain port of GPIO to trigger the target device, so as to achieve the purpose of remote control.
[0008] 1. The micro-embedded computer uses Raspberry Pi. Raspberry Pi is a microcomputer popular all over the world in recent years. It has 256MB memory, 700MHZ CPU, runs debian system, can fully support SAMBA service, and the price is only about 250 yuan.
[0009] 2. Configure python and GPIO library on Raspberry Pi
[0010] sudo apt-get install python-setuptools
[0011] sudo easy_install -U distribute
[0012] sudo apt-get install python-dev
[0013] sudo easy_install RPi.GPIO
[0014] 3. Write a Python script, in which ctl_hig.py controls the high level of port 11, and ctl_low.py controls the low level of port 11
[0015] The Ctl_hig.pv script is as follows:
[0016] Import pri.GPIO as GPIO
[0...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More