GPS Tracker Help

Hi.

I am following this guide to create a GPS tracker.

I keep getting this error message:

C:\Users\User\Downloads\GPS_Tracker\GPS_Tracker.ino:29:10: fatal error: SPIFlash.h: No such file or directory
#include <SPIFlash.h>
^~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: SPIFlash.h: No such file or directory

Any help would be appreciated.

Welcome to the forum

Have you installed the SPIFlash library ?

Yes, I have. I have downloaded Adaflash SPLFlash (The latest version)

How did you install the library ?

Where exactly on your PC is SPIFlash.h located ?

Which Arduino board are you using ?

(By the way, I am very new to Arduino, so forgive me if I make any mistakes)

I installed the library through the Arduino IDE pop out side window that was labelled "Library".

I can't seem to find SPIFlash.h on my laptop (it is not in documents)

The Arduino board/s and components I am using are the ones listed on the website:

Its not the adafruit library. Try loading "SPIMemory" in the Library Manager.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.