Giter Site home page Giter Site logo

Attiny85 math issues.. about attiny HOT 6 CLOSED

damellis avatar damellis commented on May 31, 2024
Attiny85 math issues..

from attiny.

Comments (6)

damellis avatar damellis commented on May 31, 2024

It sounds to me like you're running out of room (program / flash memory) on the ATtiny. Floating point math is done in software, so it adds a lot of space to your program. How big is the sketch if you compile it for another board?

from attiny.

codemonkeybr avatar codemonkeybr commented on May 31, 2024

Binary sketch size: 5.404 bytes (of a 32.256 byte maximum) (compiled for UNO)

everthing was working fine till i add the SoftwareSerial.h to the code. i only need the tx, just need to send the data....

from attiny.

codemonkeybr avatar codemonkeybr commented on May 31, 2024

Guys, just a heads up, i managed to find a workaround (not the one i liked) it included switching the attiny core to 'arduino-tiny' and using TinyDebugSerial.

more at:
http://forum.arduino.cc/index.php?topic=230862.msg1665675#msg1665675

I'm still hopping that u guys can help me fix this, using ur Attiny core and SoftwareSerial.

from attiny.

jrcutler avatar jrcutler commented on May 31, 2024

This sounds like you might be running into the ld bug in Arduino 1.0.5. This version seems to be unable to build sketches for the Attiny85 that are larger than 4kB (without replacing ld). For more information, see the Adafruit Trinket setup instructions.

from attiny.

damellis avatar damellis commented on May 31, 2024

Yeah, this sounds like a duplicate of issue #7.

from attiny.

codemonkeybr avatar codemonkeybr commented on May 31, 2024

This bug only happens with macs (been there) as the triket thing
in adafruit says, just update de ld file... I looked into the arduino
source, if I'm not mistaken (has been a while) the next version after the
1.0 was already patched.

On Wednesday, August 6, 2014, David A. Mellis [email protected]
wrote:

Closed #46 #46.


Reply to this email directly or view it on GitHub
#46 (comment).

Sent from Gmail Mobile

from attiny.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.