ESP32 RFID

来自Jack's Lab
(版本间的差异)
跳转到: 导航, 搜索
(Quick start)
(Quick start)
第11行: 第11行:
 
* Install python 2.7 from https://www.python.org/ftp/python/2.7/python-2.7.msi  The installation direcory is: C:\Python27
 
* Install python 2.7 from https://www.python.org/ftp/python/2.7/python-2.7.msi  The installation direcory is: C:\Python27
  
* Run the git for windows, add this line 'export PATH=/c/python27/:$PATH' into /etc/bash.bashrc, saved and exit
+
* Run the git for windows, add this line 'export PATH=/c/python27/:$PATH' into /etc/bash.bashrc
 +
 
 +
* Enter 'Control Panel' ---> All Control Panel Items ---> System ---> Advanced System Settings (System Properties) ---> Advanced ---> Environment Variables, add the python into PATH:
 +
 
 +
[[文件:Windows-path.jpg | 600px]]
 
    
 
    
 
* Install Arduino IDE
 
* Install Arduino IDE

2016年11月15日 (二) 16:36的版本

1 Overview

Quantum-rfid.jpg



2 Quick start

  • Run the git for windows, add this line 'export PATH=/c/python27/:$PATH' into /etc/bash.bashrc
  • Enter 'Control Panel' ---> All Control Panel Items ---> System ---> Advanced System Settings (System Properties) ---> Advanced ---> Environment Variables, add the python into PATH:

Windows-path.jpg

  • Install Arduino IDE
  • Run the git for windows, go to Arduino IDE installation directory:
$ cd /PATH/TO/Arduino
$ cd hardware
$ mkdir espressif
$ cd espressif
$ git clone git://github.com/espressif/arduino-esp32.git esp32
$ cd esp32/tools
$ python get.py   # waitting for generating the toolchain
$
$ cd ../../../../libraries
$ git clone git://github.com/miguelbalboa/rfid.git
Cloning into 'rfid'...
remote: Counting objects: 1105, done.
remote: Total 1105 (delta 0), reused 0 (delta 0), pack-reused 1105eceiving objects: K100%
Receiving objects: 100% (1105/1105), 1.35 MiB | 459.00 KiB/s, done.
Resolving deltas: 100% (582/582), done.
Checking connectivity... done.
  • Restart Arduino IDE













3 Reference

For more information please refer to







































个人工具
名字空间

变换
操作
导航
工具箱