Search results

  1. T

    Makefile missing destination file

    ok, now we are getting somewhere pi@raspberrypi:~ $ ioplus -list 1 board(s) detected Id: 0
  2. T

    Makefile missing destination file

    Rebooted and got this again: pi@raspberrypi:~ $ i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- 28 -- -- -- -- -- -- -- 30: -- -- -- -- -- --...
  3. T

    Makefile missing destination file

    I have the standoffs in place and firmly attached
  4. T

    Makefile missing destination file

    No, there is no device listed. yes, the card is plugged in and the device's led is blinking on the underside of the card.
  5. T

    Makefile missing destination file

    pi@raspberrypi:~ $ i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --...
  6. T

    Makefile missing destination file

    ioplus -list returns: 0 board(s) detected
  7. T

    Makefile missing destination file

    I was under the impression that this card worked with OpenPLC. is this correct?
  8. T

    Makefile missing destination file

    Yes, this is the Home Automation Card
  9. T

    Makefile missing destination file

    8mosind -list returns "0 board(s) detected" I am trying to understand this better. The 8mosind command doesn't list any boards. but the i2cdetect command has an address assigned to the card. How can I get the software to recognize the card so I can utilize the 8mosind commands to test the setup?
  10. T

    Makefile missing destination file

    This is what was returned: 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- 28 -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40...
  11. T

    Makefile missing destination file

    Yes, I enabled the I2C communication through raspi-config
  12. T

    Makefile missing destination file

    Thank you When i use the -list command it says there is no boards attached. Is there something else I am missing here?
  13. T

    Makefile missing destination file

    Because the link here: https://sequentmicrosystems.com/pages/eight-mosfets-downloads takes me to this user guide which appears to have not been updated: https://cdn.shopify.com/s/files/1/0534/4392/0067/files/8-MOSFETS-UsersGuide.pdf?v=1643385353 I see where the instructions are correct on the...
  14. T

    Makefile missing destination file

    "sudo make install" returns "[Install]"and nothing happens.
  15. T

    Makefile missing destination file

    My current folder is: /home/pi/8mosfet-rpi I am running: sudo install Makefile
  16. T

    Makefile missing destination file

    I'm trying to run the install on the 8-Mosfets hat for Raspberry pi. When I try to install the Makefile it comes back with the following error: install: missing destination file operand after 'Makefile' Try 'install --help' for more information. I have tried re-downloading the Makefile from...
Top