Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Clarify documentation on building for older M5StickC boards
Browse files Browse the repository at this point in the history
  • Loading branch information
n0xa committed Oct 8, 2023
1 parent 7d83ddb commit 379e106
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ If you want to customize NEMO or contribute to the project, you should be famili
* Install Arduino IDE. I've used Arduino 1.8 on Linux and Windows, and Arduino 2.2 on Windows successfully.
* Install the M5Stack boards for Arduino IDE: In File -> Preferences, paste this URL into the "Boards Manager URLs" text box. Use commas between URLs if there are already URLs present. https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/arduino/package_m5stack_index.json
* If M5Stack -> M5Stick-C-Plus doesn't show up under Tools -> Boards, then use Tools -> Boards -> Boards Manager and search for M5Stack. This will install support for most of the M5Stack boards including the Stick C Plus.
* Ensure the M5Stick-C-Plus is selected in the boards menu.
* Ensure the correct device model (e.g. M5Stick-C or M5Stick-C-Plus) is selected in the boards menu.
* Install necessary libraries. In Sketch -> Include Library -> Library Manager, search for and install the following libraries and any dependencies they require:
* M5StickCPlus
* M5StickCPlus or M5StickC
* IRRemoteESP8266
* If compiling for the older (non-Plus) M5Stick-C, delete the line near the top that defines PLUS.
* Switch partition schemes. Tools -> Partition Scheme -> No OTA (Large APP)
* Compile and upload the project

Expand Down

0 comments on commit 379e106

Please sign in to comment.