Skip to content

Commit 1e414aa

Browse files
authored
Update README.md
1 parent 5f08d59 commit 1e414aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ The project is now supporting the intial release of the v2 api (which uses webso
1919
## Setup
2020
1. If you haven't already, downalod and install Ardunio Studio.
2121
2. Install the above Libaries.
22-
3. Clone/Download the repository and open Tap2Esp32.ino in Arunido Studio.
22+
3. Clone/Download the repository and open ZaparooEsp32.ino in Arunido Studio.
2323
4. Select your board and port, located in the Tools menu. If you do not have options for an Esp32, follow these [instrustions](https://docs.sunfounder.com/projects/umsk/en/latest/03_esp32/esp32_start/03_install_esp32.html) for installing the board configurations.
24-
5. Edit the ReadTag.hpp file to define your pins for the MFRC522, the Mister url (using the Remote port until TapTo 2.0, default 8182), and your Wifi credentials.
24+
5. Edit the ZaparooEsp32.hpp file to define your pins for the MFRC522, the Mister url (using the Remote port until TapTo 2.0, default 8182), and your Wifi credentials.
2525
6. (Optional) If you are planning to use a battery to power the Esp32, it might help to extend battery life by decreasing the CPU frequency under tools. If using the audio configuration, you need a min cpu of 160mhz.
2626
7. (Optional) Enable any of the settings in the optional section of the config by uncommenting the line and setting the correct value for your setup. See "Optional Setup" for more info.
2727
8. (Optional) If using audio options, make sure your "Partion Scheme" under tools is set to "Default xMB with spiffs". xMB will vary based on your board, but 4MB is common. After you upload the project, follow the instructons [here](https://randomnerdtutorials.com/arduino-ide-2-install-esp32-littlefs/) to upload a mp3 (test with [this gb sound effect](https://tuna.voicemod.net/sound/e4674ff7-386c-4932-9faf-e50c82d45099)).
2828
9. Compile and upload the project your esp32.
2929

3030
## Optional Setup
31-
These descriptions are for the optional config options found in the ReadTag.hpp file. Uncommment and edit the lines in the config if you want to enable them.
31+
These descriptions are for the optional config options found in the ZaparooEsp32.hpp file. Uncommment and edit the lines in the config if you want to enable them.
3232
1. SERIAL_ONLY: Uncommenting this setting will disable wifi. Only Simple Serial will be supported in this mode.
3333
2. MOTOR_PIN: Sends a pulse to this pin when WiFi is connected, a game is launched, or some error has occurred (see Error Feedback). It is intended for a small vibration motor to provide haptic feedback.
3434
3. WIFI_LED_PIN: This pin will enter a high state once a WiFi connection has been established.
@@ -40,9 +40,9 @@ These descriptions are for the optional config options found in the ReadTag.hpp
4040

4141
## Error Feedback
4242
If you choose to enable the Motor or Launch pins in the config file, you can get additional feedback when scanning a card:
43-
* 2 Pulses: Could not connect to TapTo
44-
* 3 Pulses: TapTo could not read the text, check your tag
45-
* 4 Pulses: TapTo sent a payload that could not be parsed to JSON.
43+
* 2 Pulses: Could not connect to Zaparoo
44+
* 3 Pulses: Zaparoo could not read the text, check your tag
45+
* 4 Pulses: Zaparoo sent a payload that could not be parsed to JSON.
4646

4747
## Portable Options
4848
It is possible to incorporate a battery to make a wireless NFC adapter. There are a two options to consider.

0 commit comments

Comments
 (0)