I2C and SoftwareSerial not working in ATtiny85 if used together #854
Closed
blopa1961
started this conversation in
Support / Q & A
Replies: 1 comment 2 replies
-
I think you are including the S-port library (by Tandango)? I use that as well, but you will quickly run out of dynamic memory on the AT85 when you want to do more than just creating a sensor object. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I designed a telemetry compass for my FrSky radio control. The prototype works flawlessly in an Arduino Nano, but I wanted to reduce the size so I designed a PCB and ported it to an ATtiny85.
You can find the description of the problem here:
https://www.rcgroups.com/forums/showthread.php?4537315-Porting-the-S-PORT-compass-to-ATtiny85
Is SoftwareSerial supposed to work while I use I2C? Are they sharing a timer or INT?
I did a lot of tests, still no clue why this doesn't work.
The S.PORT protocol uses THE SAME pin (inverted) for both TX and RX, can this be a problem?
Beta Was this translation helpful? Give feedback.
All reactions