Search found 2 matches

by LeopoldVonBuschLight
Tue Aug 15, 2017 6:00 pm
Forum: General Hardware
Topic: Raspberry Pi ATTiny85 I2C Interfacing
Replies: 17
Views: 19358

Re: Raspberry Pi ATTiny85 I2C Interfacing

Untill now I used the Arduino Uno for the uploading convenience etc...
Sorry, I meant that I was unable to communicate between the pi and tiny via i2c. I think I'll try burning the arduino bootloader to the tiny and seeing if the TinyWireS library works any better for me.
by LeopoldVonBuschLight
Sat Aug 12, 2017 10:13 am
Forum: General Hardware
Topic: Raspberry Pi ATTiny85 I2C Interfacing
Replies: 17
Views: 19358

Re: Raspberry Pi ATTiny85 I2C Interfacing

Hi all! I've been working on (well, more like envisioning...) almost the exact same thing! At this point I'm just running some simple tests to see if it's possible using the usitwislave library (what TinyWireS uses) - trying to avoid the Arduino and TinyWireS libraries in order to save space. For so...