Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

S905x/S905W RTC buit-in enable?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    S905x/S905W RTC buit-in enable?

    Hi All,

    i am a newbie at here.
    First, i am sorry with my bad english.

    I found in some board like Android TV Box X96 (s905x) and X96 mini (s905w) come with CR2302 port design. i have a plan develop application on linux ubuntu. the app using local time, because no internet connection to sync date & time from wifi or any other NTP Server.

    THE BOARD EXAMPLE
    Click image for larger version

Name:	ZJARezf.png
Views:	1743
Size:	181.2 KB
ID:	784995

    And i found link https://www.amazon.in/VUUV-Android-D.../dp/B01KCC9K38 --> Android TV Box VUUV V2 With RTC, similiar to X96

    Any clue or tutorial, usage RTC on that Board using linux ubuntu??

    #2
    Hello,

    All you can do is to use a RealTime Clock Modul or a GPS Modul and Connect it to the Board to get the right Time.
    This you can do with this:



    This is an RTC Modul and connect it via USB to Serial Adapter to the Board and grab your Time there.

    Or this:

    NEO-6M GPS Modul this get?s the Time from GPS and also you hook it up via Serial Interface.

    Neomode

    Comment


      #3
      Originally posted by kangronda View Post
      Hi All,

      i am a newbie at here.
      First, i am sorry with my bad english.

      I found in some board like Android TV Box X96 (s905x) and X96 mini (s905w) come with CR2302 port design. i have a plan develop application on linux ubuntu. the app using local time, because no internet connection to sync date & time from wifi or any other NTP Server.

      THE BOARD EXAMPLE
      Click image for larger version

Name:	ZJARezf.png
Views:	1743
Size:	181.2 KB
ID:	784995

      And i found link https://www.amazon.in/VUUV-Android-D.../dp/B01KCC9K38 --> Android TV Box VUUV V2 With RTC, similiar to X96

      Any clue or tutorial, usage RTC on that Board using linux ubuntu??
      USB To serial it's same with USB to TTL? Any example command or code to use it?

      Comment


        #4
        Yes, it is the same.
        For Code, I have to see in Adafruit and other Stuff.

        Neomode

        Comment


          #5
          Originally posted by neomode View Post
          Yes, it is the same.
          For Code, I have to see in Adafruit and other Stuff.

          Neomode
          Thanks your for your info. that can be my option to be implemented. but i prefer to the board like X96 and X96 mini with CR2302 port design. i want to know if that for RTC.

          Comment


            #6
            Originally posted by neomode View Post
            Yes, it is the same.
            For Code, I have to see in Adafruit and other Stuff.

            Neomode
            I Found if RTC module Have :

            - 32K
            - SQW
            - SCL
            - SDA
            - VCC
            - GND

            and USB TTL have :

            - GND
            - 5v
            - 3.3v
            - TX
            - RX

            i don't know whats pin to be connected each other? or any recomendation of USB Serial/TTL?

            Comment


              #7
              Then you have to use the GSM Module.
              That use only Serial.
              What you also can so is to use an Arduino and hook up the RTC Module there and communicate from the Arduino via Serial with the Box.

              Neomode

              Comment


                #8
                Originally posted by neomode View Post
                Then you have to use the GSM Module.
                That use only Serial.
                What you also can so is to use an Arduino and hook up the RTC Module there and communicate from the Arduino via Serial with the Box.

                Neomode
                Thanks for your advise.

                Comment


                  #9
                  Hi any news about rtc on this boards?
                  Hold the real clock on android? Any specific board to battery?
                  Anybody can please explain to me?
                  thanks.

                  Comment

                  Working...
                  X