e181c662b0564f6d22cef44a28989d3f1ecf30fe
Board-dat/NID/NID1026-DAT/NID1026-DAT.md
| ... | ... | @@ -1,29 +1,55 @@ |
| 1 | - |
|
| 2 | - |
|
| 3 | 1 | # NID1026 DAT |
| 4 | 2 | |
| 5 | - |
|
| 6 | - |
|
| 7 | 3 | - [[ST25DV-dat]] |
| 8 | 4 | - https://www.electrodragon.com/product/nfc-tag-module-read-write-st25dv-13-56mhz/ |
| 9 | 5 | |
| 10 | - |
|
| 11 | 6 | android NFT supported phone can use APP called "NFC tools" to read write this PCB tag |
| 12 | 7 | |
| 13 | 8 |  |
| 14 | 9 | |
| 15 | - |
|
| 16 | -## Board Map |
|
| 10 | +## Board Map |
|
| 17 | 11 | |
| 18 | 12 |  |
| 19 | 13 | |
| 20 | -Socket Pin Definitions From Top to Bottom |
|
| 21 | -- GND |
|
| 22 | -- VCC |
|
| 23 | -- SDA |
|
| 24 | -- SCL |
|
| 14 | +Socket Pin Definitions From Top to Bottom |
|
| 25 | 15 | |
| 26 | -Bottom Pins |
|
| 27 | -VCC GND SCL SDA GPO VEH |
|
| 16 | +| Left socket | right Socket | |
|
| 17 | +| ----------- | ------------ | |
|
| 18 | +| GND | SCL | |
|
| 19 | +| VCC | SDA | |
|
| 20 | +| SDA | VCC | |
|
| 21 | +| SCL | GND | |
|
| 22 | + |
|
| 23 | +Bottom Pins : VCC GND SCL SDA GPO VEH |
|
| 28 | 24 | |
| 29 | 25 | For pin GPO and VEH please refer to chip [[ST25DV-dat]] |
| 26 | + |
|
| 27 | +- LPD low power control pin (NOT available in this chip version) |
|
| 28 | + |
|
| 29 | + |
|
| 30 | +## Demo code |
|
| 31 | + |
|
| 32 | +### STSW-ST25DV001 |
|
| 33 | + |
|
| 34 | +- Firmware for ST25DV-DISCOVERY kit |
|
| 35 | +- https://www.st.com/en/embedded-software/stsw-st25dv001.html |
|
| 36 | +- https://my.st.com/content/ccc/resource/technical/software/firmware/group0/40/c4/86/d8/42/09/44/af/STSW-ST25DV001%20firmware/files/stsw-st25dv001.zip/jcr:content/translations/en.stsw-st25dv001.zip |
|
| 37 | + |
|
| 38 | +### Arduino |
|
| 39 | + |
|
| 40 | +[[STM32duino]] |
|
| 41 | + |
|
| 42 | +- https://github.com/stm32duino/ST25DV |
|
| 43 | + |
|
| 44 | +### Our demo code please find at |
|
| 45 | + |
|
| 46 | +https://github.com/Edragon/Arduino-STM32 |
|
| 47 | + |
|
| 48 | +## Demo video |
|
| 49 | + |
|
| 50 | +- [Official CHIP demo video please referring to here](https://www.youtube.com/watch?v=WyNey42oIHE&ab_channel=STMicroelectronics) |
|
| 51 | + |
|
| 52 | +## ref |
|
| 53 | + |
|
| 54 | +- [[NFC-dat]] |
|
| 55 | +- [[ISO 15693]] |
Board-dat/OPM/OPM1027-dat/OPM1027-dat.md
| ... | ... | @@ -0,0 +1,12 @@ |
| 1 | + |
|
| 2 | +# OPM1027-dat |
|
| 3 | + |
|
| 4 | +- Breadboard-specific power module, compatible with 5V and 3.3V |
|
| 5 | +- Suitable for MB102 breadboard |
|
| 6 | +- Input voltage:** 6.5-12V (DC) or USB power supply** |
|
| 7 | +- Output voltage: 3.3V, 5V switchable |
|
| 8 | +- Output current: <700ma or less |
|
| 9 | +- The upper and lower channels are independently controlled and can be switched to 0V, 3.3V, and 5V. |
|
| 10 | +- There are two sets of 3.3V and 5V DC output pins on the board for easy external use. |
|
| 11 | + |
|
| 12 | +- [[OPM1027-dat]] - [[OPM1028-dat]] - [[breadboard-power-dat]] |
|
| ... | ... | \ No newline at end of file |
Board-dat/OPM/OPM1028-dat/2023-12-19-15-46-29.png
| ... | ... | Binary files /dev/null and b/Board-dat/OPM/OPM1028-dat/2023-12-19-15-46-29.png differ |
Board-dat/OPM/OPM1028-dat/OPM1028-dat.md
| ... | ... | @@ -0,0 +1,8 @@ |
| 1 | + |
|
| 2 | +# OPM1028-dat |
|
| 3 | + |
|
| 4 | + |
|
| 5 | +## Board layout |
|
| 6 | + |
|
| 7 | + |
|
| 8 | +- [[OPM1027-dat]] - [[OPM1028-dat]] - [[breadboard-power-dat]] |
|
| ... | ... | \ No newline at end of file |
Tech/Network-dat/NFC-dat/NFC-dat.md
| ... | ... | @@ -8,6 +8,11 @@ |
| 8 | 8 | |
| 9 | 9 | - [[NID1026-dat]] - [[NID1017-dat]] |
| 10 | 10 | |
| 11 | +## Self-phone checker |
|
| 12 | + |
|
| 13 | +- Please make sure your phone is supported NFC or not first, android recommanded app is "NFC toolbox". |
|
| 14 | + |
|
| 15 | + |
|
| 11 | 16 | ## Chips |
| 12 | 17 | |
| 13 | 18 | - [[PN532-dat]] |
Tech/power-dat/2023-12-19-15-42-01.png
| ... | ... | Binary files /dev/null and b/Tech/power-dat/2023-12-19-15-42-01.png differ |
Tech/power-dat/breadboard-power-dat.md
| ... | ... | @@ -0,0 +1,12 @@ |
| 1 | + |
|
| 2 | +# breadboard-power-dat.md |
|
| 3 | + |
|
| 4 | +* Support 5V/3V3 via AMS1117 [[LDO-dat]] |
|
| 5 | + |
|
| 6 | +## Board |
|
| 7 | + |
|
| 8 | +- [[OPM1027-dat]] - [[OPM1028-dat]] |
|
| 9 | + |
|
| 10 | +## SCH |
|
| 11 | + |
|
| 12 | + |
|
| ... | ... | \ No newline at end of file |
Tech/power-dat/power-dat.md
| ... | ... | @@ -0,0 +1,4 @@ |
| 1 | + |
|
| 2 | +# power-dat.md |
|
| 3 | + |
|
| 4 | +- [[breadboard-power-dat]] |
|
| ... | ... | \ No newline at end of file |