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
Next revision Both sides next revision
projects:rfid [2016/05/29 22:06]
over23
projects:rfid [2016/06/10 02:20]
over23 [on RaspberryPi 1b]
Line 6: Line 6:
 |**Materials:​**| BananaPi, RFID-RC522, nepajive pole, kabely samec-samice s jumper konci, 5V napajeni, pajecka, pocitac s SSH| |**Materials:​**| BananaPi, RFID-RC522, nepajive pole, kabely samec-samice s jumper konci, 5V napajeni, pajecka, pocitac s SSH|
 |**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 =====
 +  * https://​github.com/​AdamLaurie/​RFIDIOt - some tools
 +  * http://​jerrygamblin.com/​2015/​12/​05/​25-handheld-rfid-cloner/​ - to clone
  
 ===== RC522 vs BananaPi Pinout =====  ===== RC522 vs BananaPi Pinout ===== 
Line 130: Line 146:
 v6.2.0 v6.2.0
  
-[root@picka ~]# npm install node-pre-gyp +[root@picka ~]# node-red-admin install node-red-node-irc 
-[root@picka ~]# npm install node-red-contrib-gpio +#[root@picka ~]# npm install node-pre-gyp 
-[root@picka ~]# npm install raspi-io +#[root@picka ~]# npm install node-red-contrib-gpio 
-[root@picka ~]# npm install node-red-node-irc+#root@picka ~]# npm install raspi-io 
 +#[root@picka ~]# npm install node-red-node-irc
  
  
 [root@picka ~]# shutdown -r now [root@picka ~]# shutdown -r now
 </​code>​ </​code>​
  • projects/rfid.txt
  • Last modified: 2016/06/14 04:21
  • by over23