GithubHelp home page GithubHelp logo

Comments (2)

jlecomte avatar jlecomte commented on August 20, 2024

Interesting! Indeed, it seems like the Seeeduino Xiao does not have any EEPROM. I have a few units myself but had not yet tried on them (so far, I've been developing the firmware using an Uno clone) But it seems like there are several options:

  1. Option 1 is to not use EEPROM. All the EEPROM-related code would be in #ifdef ... #endif blocks... This is not so great because you lose the ability to remember the position of the focuser during a power cycle...
  2. Option 2 is to use something like this: https://github.com/khoih-prog/FlashStorage_SAMD. Unfortunately, this also has a downside. The number of writes will be limited to about 10,000. Once you get in that neighborhood, your chip is dead.
  3. Option 3 is to use a separate EEPROM chip and use that instead of relying on the micro-controller.
  4. Option 4 is to not use a Xiao. I love that little microcontroller board, but for this application, maybe it's not ideal. I am going to experiment with an ATTiny85 board to see if it works well. I will update the README accordingly.

Any other idea @OriomMao ?

from ascom-oag-focuser.

jlecomte avatar jlecomte commented on August 20, 2024

I updated the README to warn people of this compatibility issue and to let them know what to do. See https://github.com/jlecomte/ascom-oag-focuser/#microcontroller-compatibility

from ascom-oag-focuser.

Related Issues (11)

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.