adccommunitymod (AutomationDirect) asked a question.

Use of the RTCZero library?

Created Date: March 26,2020

Created By: SeaDragon

**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****

Has anyone been able to program the P1AM through the RTCZero library? I don't seem to be able to get it to compile for the P1AM board even though it is based on the MKRZERO board?


  • adccommunitymod (AutomationDirect)

    Created Date: March 26,2020

    Created by: SeaDragon

    Has anyone been able to program the P1AM through the RTCZero library? I don't seem to be able to get it to compile for the P1AM board even though it is based on the MKRZERO board?

  • adccommunitymod (AutomationDirect)

    Created Date: March 27,2020

    Created by: FACTS_ENG_TEAM1

    We 've used it a bunch of times. Have you downloaded from the library manager and do you have the P1AM-100 selected as your board under tools?

    Any compiler errors you can post will be helpful as well.

  • adccommunitymod (AutomationDirect)

    Created Date: March 27,2020

    Created by: SeaDragon

    Found the solution!

    https://forum.arduino.cc/index.php?topic=456172.0

    Relevant:

    1. Unfortunately the libraries are not compatible since, TimeLib contains a Time.h file and RTCZero.h depends on the POSIX time.h header. Since Windows has a case insensitive filesystem, Timelib's time.h conflicts.

     

    Expand Post