aidv

Results 40 comments of aidv

I wrote my own version because I couldn't get the cyclic one to work. ``` const AWS = require('aws-sdk') const S3 = new AWS.S3() module.exports = class AIDV_S3FS { constructor(opt){...

Where is the official statement of this? And isn’t it technically possible to use a different software i2c with master functionality and use SoftI2C as software i2c slave?

> So, if you need it, I can provide an example demonstrating communication between two Arduinos using SoftI2C on the slave and hardware I2C on the master. Yes please it...

And btw, why don’t you add master mode for SoftI2C?

I just re-read the README, and nowhere is there a statement that SoftI2C is slave-only.

Thanks. Could you add slave support in the future?

> Sure, I will. That woulf be great. Thanks! I have this weird project where I need more i2c buses than available on the mcu that I need to use,...

@dave-aragon I agree. In my case, the I2C buses can be slow, they don't even have to be all that fast. My devices will be sending data between each other...