Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    mlx90640 control with raspberry Pi and duet 3

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    3
    130
    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.
    • adhanabalundefined
      adhanabal
      last edited by adhanabal

      Hello all
      Im using raspberry pi 3b+ for reading mlx90640 thermal camera, with that readings it triggers 2 gpio pins 22 and 23 in RPi,
      So if I connect the duet 3 with sbc, can I achieve the same function?
      And the mlx90640 is now operated with custom python script.

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        The pi itself would be running a pretty standard PI OS in the background so you can use it for other things. I'm not sure how CPU and IO intensive your thermal camera program is, but it may be ok to run along side the Duet software. A Pi4 is a much better experience overall though.

        As for the GPIO you'd be limited to pins not being used by the Duet obviously since the Duet interfaces with the GPIO pins.

        https://github.com/Duet3D/DuetSoftwareFramework/wiki/SBC-Setup-Guide#finding-the-correct-gpio-pin

        Z-Bot CoreXY Build | Thingiverse Profile

        adhanabalundefined 1 Reply Last reply Reply Quote 0
        • adhanabalundefined
          adhanabal @Phaedrux
          last edited by

          @Phaedrux the mlx90640 uses the pins from RPi
          SCA,SCL,GND And VCC,
          And I just need any two out put for controlling leds,
          Is this possible

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA