question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Outdated ATTinyCore with i2c error

See original GitHub issue

Current version 1.5.2: https://github.com/SpenceKonde/ATTinyCore/releases

I see in output:

PACKAGES: 
 - framework-arduinoavr 4.1.2 
 - toolchain-atmelavr 1.50400.190710 (5.4.0)

It’s hidden core version. Your version is 1.2.0:

.platformio/packages/framework-arduinoavr/libraries/__cores__/tiny/ATTinyCore/library.properties

name=ATTinyCore
version=1.2.0
author=Spence Konde
maintainer=Spence Konde <spencekonde@gmail.com>
  1. Where is framework-arduinoavr downloads 1.2.0 ATTinyCore?

  2. How I can use another ATTinyCore version safety?

Remark: I love platformio, opensourse and library management. BUT I can’t understand how Platformio framework management works! It wastes a lot of time for debugging framework errors!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:23 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
valeroscommented, Mar 18, 2021

The ATTinyCore has been updated to the latest v1.5.2 in the dev branch, please test it with the upstream platform:

[env:envname]
platform = https://github.com/platformio/platform-atmelavr.git
framework = ...
board = ...
0reactions
dontsovcmccommented, Apr 16, 2021

Thanks a lot!

Read more comments on GitHub >

github_iconTop Results From Across the Web

ATtiny84 with LIS3DH error with I2C - Arduino Forum
I have an issue when trying to use the Adafruit LIS3DH library with the ATTinyCore. The error I receive is with initializing the...
Read more >
SpenceKonde/ATTinyCore - Gitter
I found a minor mistake in the picture of the pinout of ATtiny/24/44/84. ... Hey Guys, I try to program an ATtiny24 as...
Read more >
How to Connect an I2C Lcd Display to an Arduino Uno Tutorial
Some Arduino models use different pins for the I2C connections, if you are not using ... Select the Code button and download zip...
Read more >
Programming ATtinys with Arduino 1.6.8 [Updated]
I recently decided to try version 1.6.8, to see if my old projects ... for information about how to remove them), and the...
Read more >
ATTiny85 Connects to I2C OLED Display - Great Things Can ...
All parts are through-hole and can be soldered old fashioned with soldering iron. Scope of supply: PCB 21x28mm with M3 fixing hole; 1x...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found