MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Is it possible to ad an Arduino?

    Scheduled Pinned Locked Moved Troubleshooting
    55 Posts 4 Posters 17.9k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      Shinji0912
      last edited by

      I have it plugged in on my Raspberyy Pi3 and the config on the Pi itself is

      	modules: [
       {
      	          module: 'MMM-ArduPort',
      	          position: 'bottom_right',
                    header: 'Arduino Sensors',
                    config: {
                      portname: "/dev/ttyUSB0",
                      updateInterval: 1,
                      animationSpeed: 1000,
                      displayIcons: true,
                      showDescription: true,
                      hideLoading: false,
                      hideWaiting: false,
                      useColors: true,
                      sensors: [
      {
                              name: "DHT11",
                              description: "Temperature",
                              maxValue: 50,
                              maxFormat: "({0}°C) VERY HIGH",
                              highestValue: 30,
                              highestFormat: "({0}°C) HIGH",
                              highValue: 15,
                              highFormat: "({0}°C) NORMAL",
                              lowValue: 10,
                              lowFormat: "({0}°C) LOW",
                              lowestValue: 5,
                              lowestFormat: "({0}°C) VERY LOW",
                              minValue: 0,
                              minFormat: "({0}°C) OK"
                          },
      ]
                  }
              },
      

      and im not pretty sure what u want to tell me (im not an native english speaker) i come from germany

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Shinji0912
        last edited by sdetweil

        @Shinji0912 said in Is it possible to ad an Arduino?:

                    portname: "/dev/ttyUSB0",
        

        I think that is the wrong device name for the serial port on the pi. if you are using the gpio header pins

        Ich denke, das ist der falsche Gerätename für die serielle Schnittstelle auf dem Pi. wenn Sie die GPIO-Header-Pins verwenden

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          Shinji0912 @sdetweil
          last edited by Shinji0912

          @sdetweil Im not using the Gpio header pins i have the Arduino connected to the Pi using usb?

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @Shinji0912
            last edited by sdetweil

            @Shinji0912 i have never seen arduino connected via USB… none of my arduino devices have USB plugs

            did u check the available device names on your pi?
            from a terminal window do

            ls /dev | grep -i usb
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              Shinji0912 @sdetweil
              last edited by

              @sdetweil https://www.conrad.de/de/p/arduino-ag-usb-2-0-anschlusskabel-1x-usb-2-0-stecker-a-1x-usb-2-0-stecker-b-1-80-m-schwarz-95068.html?hk=SEM&WT.srch=1&WT.mc_id=google_pla&s_kwcid=AL!222!3!418522360024!!!g!!&ef_id=CjwKCAjwkoz7BRBPEiwAeKw3qy_SdRSLbXPZvYvpwSlJoKKFL-pjesNMeK_-wcbD8RJ4kJ7A1uo9ghoCmeUQAvD_BwE%3AG%3As&gclid=CjwKCAjwkoz7BRBPEiwAeKw3qy_SdRSLbXPZvYvpwSlJoKKFL-pjesNMeK_-wcbD8RJ4kJ7A1uo9ghoCmeUQAvD_BwE

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @Shinji0912
                last edited by

                @Shinji0912 this is my arduino experience
                https://www.antratek.com/nodemcu-v2-lua-based-esp8266-development-kit

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  Shinji0912 @sdetweil
                  last edited by

                  @sdetweil Oh ok , the school told us to buy the Uno R3 and it’s the first one i’ve used so far ^^

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    Shinji0912
                    last edited by

                    @sdetweil alt text

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @Shinji0912
                      last edited by sdetweil

                      @Shinji0912 don’t see ttyUSB0
                      are there any message on the console where u start mm? npm start? or pm2 logs --lines=???

                      ??? is a number, default is 15

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        Shinji0912 @sdetweil
                        last edited by

                        @sdetweil Not as far as i can see.

                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 3 / 6
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy