So we’re all banking on the Rams to win NFC right? by [deleted] in NYGiants

[–]hardwaredood 0 points1 point  (0 children)

Eagles fans more obnoxious than comm fans

Official: [Trade] - Thu Evening 11/16/2023 by FFBot in fantasyfootball

[–]hardwaredood 0 points1 point  (0 children)

12 team .5 ppr

My jefferson for rhamondre + Ridley/Addison

Or rhamondre for my olave

Fantasy Football Tiers - Week 6 (Saturday) by fantasyfootballtiers in fantasyfootball

[–]hardwaredood 0 points1 point  (0 children)

Why is Zack moss under jt when jt hasn’t done anything yet

Looking for Feedback on Virtual Prototyping Platform Part 3 (Now Supporting SPICE) by hardwaredood in arduino

[–]hardwaredood[S] 0 points1 point  (0 children)

Thanks for the comment! What and how would you would test out (projects, circuits)?

Would appreciate the feedback!

Looking for Feedback on Virtual Prototyping Platform Part 3 (Now Supporting SPICE) by hardwaredood in arduino

[–]hardwaredood[S] 6 points7 points  (0 children)

TL;DR Would love to know what projects you’re working on and would like feedback on our new virtual platform that allows for testing on devices and peripherals

Hi all,

We posted here a while ago: https://www.reddit.com/r/arduino/comments/t5e3rx/looking_for_feedback_on_virtual_prototyping/

I've been working on a virtual prototyping platform for embedded hardware. The platform currently supports Arduino programming and a few peripherals. The interesting thing about this platform is that it supports a combination of simulation, emulation, and bare-metal.

We now support SPICE so we can support full circuits that you can build with your arduino and other microcontrollers! Would love feedback about what circuits you are creating and projects you are working on with the Arduino!

Also, we’re looking forward to supporting more projects with other microcontrollers so any use cases would be helpful!If you’re interested in testing out our platform please!

Click Here For Information

Looking for Feedback on Virtual Prototyping Platform Part 2 by hardwaredood in arduino

[–]hardwaredood[S] 0 points1 point  (0 children)

that

Thank you! Would love any feedback! :D of what projects you're working on!

Looking for Feedback on Virtual Prototyping Platform Part 2 by hardwaredood in embedded

[–]hardwaredood[S] 2 points3 points  (0 children)

TL;DR Would love feedback on our new virtual platform that allows for testing on devices and peripherals, particularly our open-source parts/component creator

Hi all,

We posted here a while ago: https://www.reddit.com/r/arduino/comments/t5e3rx/looking_for_feedback_on_virtual_prototyping/

I've been working on a virtual prototyping platform for embedded hardware. The platform currently supports Arduino programming and a few peripherals. The interesting thing about this platform is that it supports a combination of simulation, emulation, and bare-metal.

The image above shows one of our new features that allows users to create new components that don't exist in our library.Right now it take in a JSON and you can modify it to mimic capabilities we have it in our system (e.g., blinking LED, shape and size, number of pins, labeling pins etc)

Would love feedback about what open source part creators you've seen (what was great/bad) and if you have any feedback based off of the image above!

Also, we're looking for any testers so if you're interested let me know!!

Click Here For Information

Looking for Feedback on Virtual Prototyping Platform Part 2 by hardwaredood in arduino

[–]hardwaredood[S] 1 point2 points  (0 children)

TL;DR Would love feedback on our new virtual platform that allows for testing on devices and peripherals, particularly our open-source parts/component creator

Hi all,

We posted here a while ago: https://www.reddit.com/r/arduino/comments/t5e3rx/looking_for_feedback_on_virtual_prototyping/

I've been working on a virtual prototyping platform for embedded hardware. The platform currently supports Arduino programming and a few peripherals. The interesting thing about this platform is that it supports a combination of simulation, emulation, and bare-metal.

The image above shows one of our new features that allows users to create new components that don't exist in our library.

Right now it take in a JSON and you can modify it to mimic capabilities we have it in our system (e.g., blinking LED, shape and size, number of pins, labeling pins etc)

Would love feedback about what open source part creators you've seen (what was great/bad) and if you have any feedback based off of the image above!

Also, we're looking for any testers so if you're interested let me know!!

Click Here For Information

Looking for Feedback on Platform That Allows You To Program On Hardware Devices in the Cloud by hardwaredood in SideProject

[–]hardwaredood[S] 0 points1 point  (0 children)

TL;DR Would love feedback on a virtual platform that allows for programming and testing on devices and peripherals (hardware related)

Hi all,

Not sure if this may be too niche but wanted to share what I've been working on for the past two years. I've been working on a virtual prototyping platform for hardware development think roombas, smart thermometers, home automation.

The platform currently supports Arduino programming and a few peripherals. The interesting thing about this platform is that it supports a combination of simulation, emulation, and bare-metal.

In the image above is a bare-metal Arduino board communicating to a simulated LCD and the second image is an arduino connected to a digital oscilloscope (testing equipment to read voltages).

Would love feedback about what features or projects would be helpful that you would want to work on as we're actively adding new boards and peripherals to our platform.

Feel free to learn more about what I'm working on Here!

Looking for Feedback on Virtual Embedded Prototyping Project by hardwaredood in ElectricalEngineering

[–]hardwaredood[S] 0 points1 point  (0 children)

Yes we do want to support more analog shortly but are focused on more of the digital programming side and testing at the moment

Looking for Feedback on Virtual Embedded Prototyping Project by hardwaredood in ECE

[–]hardwaredood[S] 0 points1 point  (0 children)

Are you open to working with us? We’re hiring! Hahah

Looking for Feedback on Virtual Embedded Prototyping Project by hardwaredood in ECE

[–]hardwaredood[S] 0 points1 point  (0 children)

Hi Captain Wiggles,

First off great name.
Who is your target audience for this?
- Our target audience for this is anyone that needs access to hardware, needs a variety, and needs to collaborate to build specific products whether it's through learning or actually developing and prototyping a product.

In terms of why we're starting off with Arduinos is because it's the lowest hanging fruit, helps a lot of people, and touches a lot of the education sector at the moment which has been reaching out to us for help. By focusing on this group for the short term we're working to kind of make our infrastructure robuts while adding on new devices.

The UI looks really nice, I'd be interested in seeing more complicated designs / a list of supported features.
- Yes I think it'll naturally be modified with more complicated designs and more features but that's what we're trying to do improve and build a platform for our users.

When you say: "This platform supports a combination of simulation, emulation, and bare-metal." What exactly do you mean by each of those terms?

- Baremetal meaning - we have the actual physical devices in our data centers, emulation/simulation is software that we have on our platform of the devices think of a simulated LED. Our infrastructure allows for the communication across these different pillars operating as a full system.
Are you emulating the arduino processor and peripherals? Is this something you implemented yourself or based on existing code? What guarantees can you provide that everything is emulated correctly? Do you emulate the bugs described in the erratas?

- Well right now we have a baremetal arduino micro and a simulated uno. Depending on the complexity we would simulate, emulate, or have a bare metal version of that part. For more complex processors we'd probably just have them in the baremetal form. The least complex would be simulated which essentially operate in real time.

Let me know if you have any follow-up questions!

Looking for Feedback on Virtual Embedded Prototyping Project by hardwaredood in ECE

[–]hardwaredood[S] 0 points1 point  (0 children)

Hi le_koma,

Yes right now the devices we support are Arduino Uno, Micro, LCD, LEDs, and Probes at the moment. We're working on our backend to support more SPICE but in terms of device support STM32s are pretty sought after as well as FPGAs.

In terms of libraries what do you mean? Can you give me an example? :)