GithubHelp home page GithubHelp logo

which blob for which hw? about deviceinterface HOT 4 CLOSED

karlp avatar karlp commented on June 25, 2024
which blob for which hw?

from deviceinterface.

Comments (4)

louiecaulfield avatar louiecaulfield commented on June 25, 2024

The blob is chosen based on the SmartScope model number, see https://github.com/labnation/DeviceInterface/blob/master/src/Devices/SmartScope.cs#L236

They are all functionally equal, except that in certain model iterations pin polarity changed.

They are the exact same as used in the app, the app in fact uses this very git repo for the device interfacing.

There is no version history, except for the FPGA source git repository which is private to LabNation.

from deviceinterface.

karlp avatar karlp commented on June 25, 2024

OK, so... the blobs that are presumably embedded in the app somewhere, are they newer than the blobs here in this repo? or haven't there been any changes since then? I ask, because https://github.com/labnation/DeviceInterface/tree/master/blobs hasn't had any changes in 10 months. https://github.com/labnation/DeviceInterface.CXX has no blobs at all.

If your fpga source repo is private, what is this repo, and how does it relate? https://github.com/labnation/fpga

from deviceinterface.

louiecaulfield avatar louiecaulfield commented on June 25, 2024

The FPGA firmware doesn't change often, simply because it doesn't need to. That's why it's 10 months old.

The DeviceInterface.CXX is a partial port of the C# library, with only the network-to-usb interface implemented. It is currently only used as a server, and in combination with a client (i.e. the smartscope app on a tablet), the blob is sent from the app over to the server which then flashes the FPGA.

The fpga repo you mention is a stripped down version of the actual smartscope fpga source, stripped from all the logic which takes the ADC data, stores it to RAM, does trigger detection,...

from deviceinterface.

karlp avatar karlp commented on June 25, 2024

Ok, great. I knew the fpga bitstream shouldn't have to change often, just wasn't real clear, as there's no obvious binary blobs in the app packages :) The CXX interface has been very helpful, as it's often simpler for me to read compared to the layers of indirection in the C# interface :)

from deviceinterface.

Related Issues (10)

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.