After installing the library, restart the Arduino IDE.
If there is not already a "libraries" folder in that location, you should make the folder yourself. You can view your sketchbook location by opening the "File" menu and selecting "Preferences" in the Arduino IDE.
Move the "Zumo32U4" folder into the "libraries" directory inside your Arduino sketchbook directory.
Rename the folder "zumo-32u4-arduino-library-master" to "Zumo32U4".
Download the latest release archive from GitHub and decompress it.
If this does not work, you can manually install the library:
In the Arduino IDE, open the "Sketch" menu, select "Include Library", then "Manage Libraries.".
If you are using version 1.6.2 or later of the Arduino software (IDE), you can use the Library Manager to install this library: If you have the Zumo Shield, then you should not use this library and instead refer to the Zumo Shield documentation here. The Zumo Shield does not have an integrated microcontroller, so it must be connected to an Arduino-sized board to run. Please note that this library does NOT work with the Zumo Shield for Arduino, which is a very different product. The user's guide for the Zumo 32U4 robot is here: It has an integrated AVR ATmega32U4 microcontroller, motor drivers, encoders, proximity sensors, line sensors, inertial sensors, buzzer, four buttons, LCD connector. The Zumo 32U4 robot consists of the Zumo chassis, the Zumo 32U4 Main Board, and the Zumo 32U4 Front Sensor Array. I’m about to give up and pay someone to write a SIMPLE CODE for Esp32 for me…īut thank you anyway.This is a C++ library for the Arduino IDE that helps access the on-board hardware of the Zumo 32U4 robot. I just tried VSCode, because the Arduino IDE keeps creating folders everywhere in my computer and storing libs in all these folders, just to accuse duplicated libs when trying to compile the code. If I uninstall and reinstall PlatformIO (I already did like 5 times), create a new project (I already create some 10 or 15 on my trials), also doesn’t work.Īnd of course, I looked for it in several different forums, some people has the same problem and couldn’t solve it.
Wrote on the first lines of my main code, inside the Project’s folder:Īnd that´s all! NOTHING can clean these errors.
Added 2 libs to the project: AutoConnect and HttpClient.