Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
projects:rfid [2016/05/31 17:11]
over23 [project:rfid] : added section ToStudy: RFIDIOt, rfid cloner
projects:rfid [2016/06/14 03:52]
over23 [Python to control GPI]
Line 7: Line 7:
 |**License:​** | [[https://​creativecommons.org/​licenses/​by-sa/​3.0/​|Uveďte původ-Zachovejte licenci; CC BY-SA]] ​ |  ​ |**License:​** | [[https://​creativecommons.org/​licenses/​by-sa/​3.0/​|Uveďte původ-Zachovejte licenci; CC BY-SA]] ​ |  ​
  
 +
 +===== on RaspberryPi 1b =====
 +https://​www.raspberrypi.org/​documentation/​configuration/​device-tree.md
 +<​code>​
 +wget http://​www.airspayce.com/​mikem/​bcm2835/​bcm2835-1.44.tar.gz
 +tar -xvzf bcm2835-1.44.tar.gz
 +cd bcm2835-1.44
 +./configure
 +make
 +sudo make check
 +sudo make install
 +</​code>​
 ===== TO STUDY ===== ===== TO STUDY =====
   * https://​github.com/​AdamLaurie/​RFIDIOt - some tools   * https://​github.com/​AdamLaurie/​RFIDIOt - some tools
Line 19: Line 31:
 |CLOCK|23|GPIO11/​SCLK |yellow | |CLOCK|23|GPIO11/​SCLK |yellow |
 |SS|24|COE0#/​GPIO07|green| |SS|24|COE0#/​GPIO07|green|
 +
 +==== RC522 vs RaspberryPI B ====
 +{{projects:​pythonraspberrypi_rfid.png}}
 +
  
 Reference: ​ Reference: ​
Line 52: Line 68:
   * http://​raspmer.blogspot.cz/​2015/​07/​how-to-use-rfid-rc522-on-raspbian.html   * http://​raspmer.blogspot.cz/​2015/​07/​how-to-use-rfid-rc522-on-raspbian.html
  
 +  * !!!!! http://​blog.infraserver.eu/?​p=285 -->
 +
 +  * On Raspberry Pi, Device Tree usage is controlled from /​boot/​config.txt. By
 +default, the Raspberry Pi kernel boots with device tree enabled. You can
 +completely disable DT usage (for now) by adding:
 +<​code>​
 +    device_tree=
 +</​code>​
 <​code>​ <​code>​
 [root@picka ~]# aptitude install python-dev [root@picka ~]# aptitude install python-dev
  • projects/rfid.txt
  • Last modified: 2016/06/14 04:21
  • by over23