Skip to content

Commit

Permalink
Merge pull request #130 from whywilson/main
Browse files Browse the repository at this point in the history
Add MTools Lite link and quickstart documents.
  • Loading branch information
xianglin1998 authored Sep 7, 2023
2 parents e3d51a4 + 2e38664 commit 12fa994
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ There are multiple GUIs to control your Chameleon, two are featured in this docu

- [Chameleon Ultra GUI](./chameleonultragui.md) ([github](https://github.com/GameTec-live/ChameleonUltraGUI))

- [MTools for iOS](https://shop.mtoolstec.com/mifare-classic-tool-for-ios)
- [MTools Lite for iOS](https://shop.mtoolstec.com/mifare-classic-tool-for-ios)
Empty file removed docs/mtools.md
Empty file.
42 changes: 42 additions & 0 deletions docs/mtoolslite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# MTools Lite Introduction
MTools Lite supports managing the ChamleonUltra, ChameleonLite and DevKits via BLE connections.
## Downlaod Link
- [MTools Lite on iOS](https://apps.apple.com/app/mtools-ble-rfid-reader/id1531345398)
- [MTools Lite on Google Play](https://play.google.com/store/apps/details?id=com.mtoolstec.mtoolsLite)

## How to connect with Bluetooth in MTools Lite
1. Click **A** or **B** button to power on.
2. Click **Bluetooth List** icon in App to search devices.
3. Click **Connect** button on the right to connect.

#### Notice for Bluetooth Connection
1. Grant the Bluetooth permission of App on iOS.
2. Allow Location permission to scan Bluetooth devices on Android.

## Functions for ChameleonUltra in MTools Lite
### Slot Manager
1. Fetch all slot status.
2. Enable or disable Slots.
3. Change LF and HF Slot name.
4. Set LF and HF Tag Type.
5. Delete and reset all slots.

### Reader
1. Fast read LF and HF Tag.
2. Simulate Mifare Classic Tag with UID, SAK, ATQA and empty dump.
3. Simulate EM410X LF tag or manually set the ID then simulate.

### Dumps
1. Mifare Keys Manage.
2. Get dump of Mifare Classic Mini, 1K, 2K and 4K with known keys.
3. Modify block data and save to new dump file.
4. Do quick simulation to current active slot.
5. Upload full dump to current active slot.
6. Eread full dump from current active slot to App.

### Settings
1. Set the Animation of LEDs.
2. Set press and long press button of A and B.
3. Set the **Mifare Classic Emulation** of current slot.
4. Enter DFU Mode.
5. Reset Chameleon Device.
3 changes: 2 additions & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Quickly get up and running with your Chameleon and no technical skill
- [ChameleonUltraGUI on Windows](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/windows-installer.zip) ([or without installer](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/windows.zip))
- [ChameleonUltraGUI on Linux](https://nightly.link/GameTec-live/ChameleonUltraGUI/workflows/buildapp/main/linux.zip)
- [ChameleonUltraGUI on macOS](https://apps.apple.com/app/chameleon-ultra-gui/id6462919364)
- [MTools on iOS](https://apps.apple.com/app/mtools-ble-rfid-reader/id1531345398)
- [MTools Lite on iOS](https://apps.apple.com/app/mtools-ble-rfid-reader/id1531345398)
- [MTools Lite on Google Play](https://play.google.com/store/apps/details?id=com.mtoolstec.mtoolsLite)

2. Connect your Chameleon via USB or BLE

Expand Down

0 comments on commit 12fa994

Please sign in to comment.