background image

Documentation Center

3. Install the RAK13600-PN532 library by clicking the link highlighted by red box, as shown in Figure 11.

Figure 11: Getting the RAK13600-PN532 Library

4. You will be directed to the Library Manager then you have to click install.

    nfc

.

PrintHex

(

uid

,

 uidLength

);

 

     
    

if

 

(

uidLength 

==

 

4

)

 

    

{

 

      

// We probably have a Mifare Classic card ... 

 

      

uint32_t

 cardid 

=

 uid

[

0

];

 

      cardid 

<<=

 

8

;

 

      cardid 

|=

 uid

[

1

];

 

      cardid 

<<=

 

8

;

 

      cardid 

|=

 uid

[

2

];

   

      cardid 

<<=

 

8

;

 

      cardid 

|=

 uid

[

3

];

  

      Serial

.

print

(

"Seems to be a Mifare Classic card #"

);

 

      Serial

.

println

(

cardid

);

 

    

}

 

    Serial

.

println

(

""

);

 

  

}

 

  

delay

(

2000

);

}

 

Содержание WisBlock RAK13600

Страница 1: ...odule is designed as wireless module that allows you to scan NFC and RFID tags and devices It includes an antenna coil that transmits and receives RF signals from the object being scanned Without the...

Страница 2: ...arefully the procedure defined in WisBlock Base module assembly disassembly instructions to attach a WisBlock module Once attached carefully fix the module with three M1 2 x 3 mm screws compatible wit...

Страница 3: ...Figure 6 to detach the module from the baseboard Figure 6 Applying even forces on the proper location of a WisBlock module NOTE If you will connect other modules to the remaining WisBlock Base slots...

Страница 4: ...polarity on the RAK WisBlock Base Board Not all batteries have the same wiring Only 5 V solar panels are supported Do not use 12 V solar panels It will destroy the charging unit and eventually other...

Страница 5: ...Documentation Center Figure 8 Selecting RAK4631 as WisBlock Core Figure 9 Selecting RAK11200 as WisBlock Core...

Страница 6: ...Documentation Center Figure 10 Selecting RAK11300 as WisBlock Core 2 Copy the example code below and paste it on the Arduino IDE...

Страница 7: ...getFirmwareVersion if versiondata Serial print Didn t find PN53x board while 1 halt Got ok data print it out Serial print Found chip PN5 Serial println versiondata 24 0xFF HEX Serial print Firmware v...

Страница 8: ...PN532 Library 4 You will be directed to the Library Manager then you have to click install nfc PrintHex uid uidLength if uidLength 4 We probably have a Mifare Classic card uint32_t cardid uid 0 cardid...

Страница 9: ...t You need to type on the library search box adafruit busio then install it by clicking install After the successful installation of the two libraries you can now close the Library Manager window Figu...

Страница 10: ...rt Figure 15 Uploading the sample code If you experience any error in compiling the demo sketch check the updated code for the RAK13600 readMifareClassic example Other example codes for RAK13600 are a...

Страница 11: ...heck the full details on the RAK11200 Quick Start Guide 7 When you have successfully uploaded the example code open the serial monitor by clicking the magnifying glass icon on the upper right of the A...

Страница 12: ...rts 6 different operating modes ISO IEC 14443A MIFARE Reader Writer FeliCa Reader Writer ISO IEC 14443B Reader Writer ISO IEC 14443A MIFARE Card MIFARE Classic 1K or MIFARE Classic 4K card emulation m...

Страница 13: ...e RAK13600 WisBlock NFC Reader has the standard 40 pin WisConnector It is compatible with the IO slot which allows the RAK13600 module to be mounted on a WisBlock baseboard such as RAK5005 O The pin o...

Страница 14: ...nical dimensions of the RAK13600 module Figure 3 RAK13600 Mechanical Dimensions WisConnector PCB Layout Parameter Minimum Typical Maximum Unit 3V3_S 2 7 3 3 3 6 V Idvdd Digital Supply Current 25 mA Ia...

Страница 15: ...Documentation Center Figure 4 WisConnector PCB footprint and recommendations Schematic Diagram Figure 5 RAK13600 Schematic Diagram Certification...

Страница 16: ...Documentation Center Last Updated 8 5 2022 4 34 30 AM...

Отзывы: