Forum Replies Created

Viewing 3 posts - 106 through 108 (of 108 total)
  • Author
    Posts
  • in reply to: sugestion : SoftI2C #1632
    Bill
    Member

    Do the slaves need to send anything back to the master? If not you could use serial and just tie all the slaves RX pin to the masters TX pin. You could either add an address field to the struct or just make each slave’s struct a different size. The library will ignore received packets that aren’t the right size

    • This reply was modified 11 years, 5 months ago by Bill.
    in reply to: sugestion : SoftI2C #1629
    Bill
    Member

    I have no plans currently, as I have my wedding coming up in 5 months and not much free time.

    If you have the pins for soft 12c why not just use soft serial?

    • This reply was modified 11 years, 5 months ago by Bill.
    in reply to: Converting Library for Seeed Music Shield #1626
    Bill
    Member

    DREQINT is what the decoder uses to signal for more data before the buffer runs empty Since it’s not tied to a external interrupt, the basic library won’t function as is.

    A quick and dirty fix would be just to jumper A1 with D2 (assuming D2 is used by anything on the shield) so that it’s wired to the external interrupt pin. Otherwise Michael can help you with his library branches.

Viewing 3 posts - 106 through 108 (of 108 total)