Giter Club home page Giter Club logo

Comments (4)

sbp-dev avatar sbp-dev commented on June 21, 2024 1

Great, this seems to work!

Hi! That sounds interesting, what project are you working on?

I'm trying to use a physical microcontroller to emulate virtual instruments. So the front-end will be like a a Wokwi project minus the controller board. Hope is to make the setup flexible enough so that any target microcontroller (say STM32 / PSoC) can be wired to it to the emulator board to do virtual experiments.

from wokwi-elements.

urish avatar urish commented on June 21, 2024 1

Sounds like an interesting project, similar in a way to what VirtualBreadboard does.

How do you plan to bridge the gap between the physical MCU and the virtual instruments?

from wokwi-elements.

sbp-dev avatar sbp-dev commented on June 21, 2024 1

Thanks for the ref, didn't know about VirtualBreadboard! Yep, its indeed quite similar.

My idea as of now is to use ESP32 and host the webpage on the chip itself, use C/C++ to handle low latency I/O stuff and use websockets to communicate small packets on-demand with front-end JS.
Still very early on implementation, things might change 🙂

from wokwi-elements.

urish avatar urish commented on June 21, 2024

Hi! That sounds interesting, what project are you working on?

There's no out-of-the-box support for resizing the elements, but you can use CSS transforms (or the zoom property) to achieve that. For instance:

<div style="transform: scale(0.5)"> 
  <wokwi-slide-switch></wokwi-slide-switch>
</div>

Here's a complete minimal example

from wokwi-elements.

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.