Author Topic: Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners  (Read 2182 times)

0 Members and 1 Guest are viewing this topic.

Offline superfluous_candy_caneTopic starter

  • Newbie
  • Posts: 4
  • Country: au
Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners
« on: September 20, 2021, 12:08:13 am »
I have developed 20-30% of a realistic 3D circuit simulator that is aimed primarily at beginners, and also perhaps educators. It is built around a 3D work environment, in which the user can connect components and wires to a 3D breadboard, with the components snapping into place, as if on a real breadboard.

The problem I have right now is whether I should continue development on the project, as I don't know how much interest people will have in the software. The main differentiation factor of this simulator compared to other options is the realistic 3D aspect of it. I have implemented realistic-looking wires, along with visual effects such as smoke to show when a component is overloaded.

The software was developed with the potential use cases of beginners wanting to simulate circuits, who may possibly not have access to a certain physical component, or towards educators, maybe a classroom teacher displaying a circuit that they want their students to build up on a breadboard.

I'm wondering whether this userbase is likely to choose to use this simulator over something robust that already exists, such as Tinkercad circuits.

What do you guys think? Do you think there is enough of a potential userbase for this software to warrant me continuing development for it?
 

Online Ranayna

  • Frequent Contributor
  • **
  • Posts: 861
  • Country: de
Re: Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners
« Reply #1 on: September 21, 2021, 03:31:25 pm »
That sounds quite nice. Do you have any screenshots you want to share? I'm very curious.

Maybe you can make a game out of this? There are a few semi-educational puzzle games that use programming concepts. Some quite close to actual programming languages that can therefore be used to teach some basic principles of programming.
Maybe something similar would be possible for electronics.
 

Offline thm_w

  • Super Contributor
  • ***
  • Posts: 6337
  • Country: ca
  • Non-expert
Re: Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners
« Reply #2 on: September 21, 2021, 09:29:23 pm »
Made me think of this: https://store.steampowered.com/app/621060/PC_Building_Simulator/

I don't know how you would judge interest without releasing say screenshots or a beta.
Profile -> Modify profile -> Look and Layout ->  Don't show users' signatures
 

Offline YurkshireLad

  • Frequent Contributor
  • **
  • Posts: 365
  • Country: ca
Re: Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners
« Reply #3 on: September 21, 2021, 11:05:40 pm »
What are you using to simulate the circuits? SPICE?

As a true beginner I find this interesting. I tried using various tools to quickly build and simulate basic schematics. I found that tools using SPICE were a challenge for me when simulating a circuit. Others like circuitjs, are much easier to use but offer rudimentary simulations.

I think this is a good idea for curious beginners like myself who want to tinker but will never be able to learn enough to be an expert. But thats just me!
 

Offline superfluous_candy_caneTopic starter

  • Newbie
  • Posts: 4
  • Country: au
Re: Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners
« Reply #4 on: September 22, 2021, 12:37:58 am »
What are you using to simulate the circuits? SPICE?

Yes.

Here are some screenshots of where the software is at now.

Let me know what you guys think :)
 
The following users thanked this post: thm_w

Offline YurkshireLad

  • Frequent Contributor
  • **
  • Posts: 365
  • Country: ca
Re: Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners
« Reply #5 on: September 22, 2021, 01:11:20 am »
That's pretty cool. It's nice being able to visualize the physical elements.
 
The following users thanked this post: superfluous_candy_cane

Offline superfluous_candy_caneTopic starter

  • Newbie
  • Posts: 4
  • Country: au
Re: Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners
« Reply #6 on: September 23, 2021, 06:14:42 am »
Since there seems to be some interest, If anyone would like, you can register your interest at breadboardsimulator.com and be notified if I release this software somewhere down the line.
 

Offline Just_another_Dave

  • Regular Contributor
  • *
  • Posts: 192
  • Country: es
Re: Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners
« Reply #7 on: September 26, 2021, 08:29:21 am »
Will an schematic view be also available? I think this simulator can be really useful for introductory courses about electronics in schools, since it could be helpful for things like explaining how the circuit works while students build it physically

Good luck with your project!
 

Offline superfluous_candy_caneTopic starter

  • Newbie
  • Posts: 4
  • Country: au
Re: Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners
« Reply #8 on: September 27, 2021, 03:27:28 am »
Quote
Will an schematic view be also available?

Maybe not in a first release version (as it's quite barebones at the moment, so there are quite a few more things I have yet to do) but if there is sufficient interest, I'm sure I could implement a schematic view down the line.

Quote
Good luck with your project!

Thank you, I really appreciate it!
 

Offline Dubbie

  • Supporter
  • ****
  • Posts: 1115
  • Country: nz
Re: Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners
« Reply #9 on: September 27, 2021, 06:06:36 am »
I really hope you have plans for a magic smoke simulation!
 

Offline ROT

  • Contributor
  • Posts: 11
  • Country: hu
Re: Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners
« Reply #10 on: September 27, 2021, 07:57:02 am »
Just sharing my 2 cents here.

My issue with these approaches that it might look helpful, but it bypasses one of the core basics, which is understanding how do you read schematics and gaining intuition how things interconnect.

You can make a hecking realistic 3D renders which students can copy easily, sure they might have an easier time building things up (to be frank since it is 3D it just makes things harder, opposed to the 2D solutions we already have like fritzig)

On the pro side, this approach might help the super beginners because it is less daunting, or those who are learning electronics as a side class and it i not their main field of study.

But for those who mainly learn electronics, mastering reading, and connecting stuff according to schematics is number one priority.
I saw people during EE uni who had troubles connecting stuff no matter if it was a breadboard or edu kits where you use banana plugs, they just did not get it, damn it was sad.

 

Offline Just_another_Dave

  • Regular Contributor
  • *
  • Posts: 192
  • Country: es
Re: Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners
« Reply #11 on: September 27, 2021, 08:31:59 am »
Just sharing my 2 cents here.

My issue with these approaches that it might look helpful, but it bypasses one of the core basics, which is understanding how do you read schematics and gaining intuition how things interconnect.

You can make a hecking realistic 3D renders which students can copy easily, sure they might have an easier time building things up (to be frank since it is 3D it just makes things harder, opposed to the 2D solutions we already have like fritzig)

On the pro side, this approach might help the super beginners because it is less daunting, or those who are learning electronics as a side class and it i not their main field of study.

But for those who mainly learn electronics, mastering reading, and connecting stuff according to schematics is number one priority.
I saw people during EE uni who had troubles connecting stuff no matter if it was a breadboard or edu kits where you use banana plugs, they just did not get it, damn it was sad.

For EE students learning to use schematics is a must, but this tool could be pretty useful for schools subjects about technology and electronics. At least in my country we had to build our first circuit in a subject that we had to take when we were 11 years old (it was just a really simple one consisting in some lights and switches connected with wires as we just knew how to analyze a circuit consisting on resistors). I think this tool could be useful for that kind of subjects as it would allow the teacher to show what’s happening inside the circuit, as it is not that common for a school to have oscilloscopes
 

Offline YurkshireLad

  • Frequent Contributor
  • **
  • Posts: 365
  • Country: ca
Re: Interest in Realistic 3D Circuit Simulator Aimed Towards Beginners
« Reply #12 on: September 27, 2021, 12:28:37 pm »
Just sharing my 2 cents here.

My issue with these approaches that it might look helpful, but it bypasses one of the core basics, which is understanding how do you read schematics and gaining intuition how things interconnect.

You can make a hecking realistic 3D renders which students can copy easily, sure they might have an easier time building things up (to be frank since it is 3D it just makes things harder, opposed to the 2D solutions we already have like fritzig)

On the pro side, this approach might help the super beginners because it is less daunting, or those who are learning electronics as a side class and it i not their main field of study.

But for those who mainly learn electronics, mastering reading, and connecting stuff according to schematics is number one priority.
I saw people during EE uni who had troubles connecting stuff no matter if it was a breadboard or edu kits where you use banana plugs, they just did not get it, damn it was sad.

That's a good point but I would say this isn't targeted at EEs, but more at people like myself who are tinkering etc.
 
The following users thanked this post: superfluous_candy_cane


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf