logo elektroda
logo elektroda
X
logo elektroda

Fatal Error: LowPower.h No Such File - Arduino Nano, ATmega328, SMS Alarm Sketch May08a

mateusiak 6084 3
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 16545036
    mateusiak
    Level 12  
    Hello, I wanted to make an alarm with an SMS notification
    https://majsterkowo.pl/alarm-z-powiadomieniem-sms-arduino/
    but i have trouble uploading the program to the board
    Here is the error description: Arduino: 1.8.3 (Windows 7), Board: "Arduino Nano, ATmega328"

    C: \ Users \ EWA \ Desktop \ SMS NOTIFICATIONS \ sketch_may08a \ sketch_may08a.ino: 11: 22: fatal error: LowPower.h: No such file or directory

    #include "LowPower.h"

    ^

    compilation terminated.

    exit status 1
    Compilation error for Arduino Nano board.

    This is my first major project with arduino, I will add that I'm green in programming so please write clearly.
  • ADVERTISEMENT
  • Helpful post
    #2 16545184
    Anonymous
    Level 1  
  • ADVERTISEMENT
  • #3 16825873
    mrrudzin
    Level 39  
    He needs old age for posterity. We take LowPower library along with examples (download ZIP) and extract the folder in the place where the arduino installed to the libraries folder.
  • #4 16861127
    mateusiak
    Level 12  
    I have already dealt with another project.
ADVERTISEMENT