Giter Site home page Giter Site logo

Comments (8)

7675t avatar 7675t commented on August 15, 2024

Hi, Could you clarify your point? I believe ADIS16490 is also similar to ADIS16470, while I'm not sure they are identical. Anyway it is not so difficult to adapt the package to ADIS16490. If you have the device, please try to make it work by yourself and send a PR. When you have concrete question or problem, we can support you as possible. Thank you πŸ˜„

from adi_driver.

messplay avatar messplay commented on August 15, 2024

Yes code appear very similar, just a "little" diferencie my usb-spi interface is https://www.mikroe.com/usb-spi-click, based in mp22210 microchip also.

from adi_driver.

7675t avatar 7675t commented on August 15, 2024

Hey, it is a big difference πŸ€“ Our code depends on the USB-IIS module which use PIC and has original command system as an ACM device. I didn't know MCP2210. It looks also good to use, but I don't have the one. If you want to use that module, you need to rewrite almost all the communication methods.

I know current package should be organized not to depend on the communication device, but is takes some time and currently we recommend to use USB-IIS. It is handy because no device driver needed.

from adi_driver.

messplay avatar messplay commented on August 15, 2024

Well just now(19:41 GMT-5) I am rewriting src/16xxx.cpp file to setup with new module, appear be very similar just changing SPI config commands (however I will buy IIS, just in case =)

from adi_driver.

7675t avatar 7675t commented on August 15, 2024

Great, please send PR if you ready!

from adi_driver.

messplay avatar messplay commented on August 15, 2024

Well I have one question why in code always you use 0x61 in buff[0] = 0x61; is custom?. I read in 16470 datasheet but I did not have an answer.

from adi_driver.

7675t avatar 7675t commented on August 15, 2024

No, it is not the spec of ADIS16470, it is spec of USB-IIS. USB-IIS need a command byte on the top. Please consult USB-ISS datasheet.

from adi_driver.

7675t avatar 7675t commented on August 15, 2024

Please reopen if you have further questions.

from adi_driver.

Related Issues (19)

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.