Home Forums EasyTransfer Library Support Forum sugestion : SoftI2C

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1628
    Anonymous
    Inactive

    Dear Bill

    I just found your great work.

    Do you have plan to make EasyTransfer to work on top of SoftI2C ?

    well … my ‘master’ arduino have all of it’s Analog port use for analog-read.

     

    Sincerely

    -bino-

    #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.
    #1631
    Anonymous
    Inactive

    First … Congratulation for your up coming wedding

    About the SoftI2C:

    1. At the master Arduino, I still have pin for SoftI2C … but not for hardware I2C
    2. At the ‘slave’ I can use hardware I2C, Since the pin is free … and there is no softI2C ‘slave-mode’ library.

    I will need 3 slave .. thats why I can’t use SoftSerial

    Sincerely

    -bino-

    #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.
    #1637
    Anonymous
    Inactive

    Ok …

    Thankyou for your enlightment

    -bino-

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.