GithubHelp home page GithubHelp logo

more efficient 3d tables? about speeduino HOT 4 OPEN

Fera31 avatar Fera31 commented on July 30, 2024
more efficient 3d tables?

from speeduino.

Comments (4)

adbancroft avatar adbancroft commented on July 30, 2024 1

I would appreciate if someone can guide me

Seems like a good way to get feedback on the code documentation 😄. Start here: https://speeduino.github.io/speeduino-doxygen/group__table__3d.html. Have a read, ask questions on Discord.

If you are just trying to increase the size of the tables, this has been discussed a few times: in code it's doable, but gets complicated in the INI file.

from speeduino.

dynfer avatar dynfer commented on July 30, 2024

Depends purely on the used hardware the Mega is limited by the flash size while on a Teensy / STM You can do that freely.

from speeduino.

noisymime avatar noisymime commented on July 30, 2024

This isn't so much a flash size or a processing problem, it's a storage one.

The EEPROM/non-volatile storage on most of these boards is still 4KB and that is fairly limited with the current tunes. Increasing the resolution of a 16x16 table requires an additional 256 bytes per table. It may be feasible to do this on some selected tables (Fuel and/or ignition potentially) but beyond this it would be unlikely without a universal way to add additional storage.

from speeduino.

Fera31 avatar Fera31 commented on July 30, 2024

Sure - but in stm32f4 that would be very feasible. And it wouldn't cause problems, right? I'm going to investigate how to do it. since I have no idea how
I would appreciate if someone can guide me
I think the system works very well. But it's time to upgrade to more powerful hardware.

from speeduino.

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.