-
Notifications
You must be signed in to change notification settings - Fork 24
5. First steps with Hunter Cat NFC 2.0 or above
This guide works only with the Hunter Cat NFC version 2.0, if your board is a different version, please refer to First steps with Hunter Cat NFC 1.4 or below.
The Arduino Integrated Development Environment - or Arduino Software (IDE) - contains a text editor for writing code, a message area, a text console, a toolbar with buttons for common functions, and a series of menus. The Arduino Software allows you to write programs and upload them to your board.
First, you'll need to download and install the Arduino IDE, which you can find here available on different OS. If needed, specific instructions are mentioned here.
After installing the Arduino IDE you should see the next window.
After installing Arduino IDE, in order to start programming with it, you will need to install our boards core, don't worry it is nothing to write home about, here is a quick guide on how to install them.
Hunter Cat NFC RP2040 version
To add board support for our products, start Arduino and open the Preferences window (File > Preferences).
Now copy and paste the following URL into the 'Additional Boards Manager URLs' input field:
https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
- If there is already an URL from another manufacturer in that field, click the button at the right end of the field. This will open an editing window allowing you to paste the above URL onto a new line.
- Press the "OK" button.
- Open the "Boards Manager" that is in Tools > Board > Board Manager.
- Now, write
Raspberry Pi/pico
in the search bar. - Click install, just wait to finish installing, and close the window.
- In Tools > Boards, scroll down in the boards' list you can see the boards with RP2040.
To do this is necessary to move your mouse to the menu and select “Sketch”, select “Include Library” from the list, and click on “Manage Libraries”.
A new window will open, in this part, you need to write “PN7150” to search the library.
After finding the library, it is necessary to press the button “Install”.
Install the latest version.
You now should be able to change the firmware in Hunter Cat NFC.
Thank you for reading our Wiki!