Feedback on Arduino Circuit / Coding Builder

Hey!

Anyone here who does Roblox AND Arduino?

Ultimate Arduino Builder to try it out

I would really love some feedback!

I have one brief tutorial, but I plan to make more about how to make Arduino circuits.
You can browse existing circuits and make circuits + programs of your own.

Are there components or features you’d like to see in this kind of an Experience?

4 Likes

Me! In my first two years of Engineering classes I worked with Arduino. It’s so cool you made something like this. :>


Notes:

  • When pasting code from an old project of mine, I noticed a text issue where things are blurry:
  • There are some pins I can’t access like 3.3v.
  • Here’s a list of parts I’d like to see:
    • Battery or power connections
    • Motor
    • Potentiometer
    • Diode
    • Transistor

It’d also be cool to be able to use libraries from GitHub and whatnot. I’m not sure how’d that work. Maybe allowing multiple files? I remember there being quite a lot of limitations with Arduino as to why my school switched to focusing on CiruitPython & Raspberry Pi Picos. I know that stuff more than Arduino now.

That said, this all is digital and not physical.

This is the wiring diagram of my old engineering project I’m trying to make in the game:

1 Like

This Arduino Circuit looks very cool! Great job on it! How long did it take to create all of this in total? It’s very cool and unique for Roblox!

1 Like

hi @Reditect!
Thanks so much for the feedback!
I will prioritize Motor and Potentiometer as components to do next.

Help me on the other components…What do you get from Battery that you don’t get from the 5v pin on the Arduino?
Right now, voltage in the Experience is kind of 5v or Ground – nothing in between. I need to fix that.

For a Diode, could you just substitute an LED? Or do you need something different from a Diode specifically?

What do you need the transistor to do in this circuit?
What is your circuit doing overall?

I’m using ODE Script Editor – which I’m very thankful exists! I’m working on contributing to the GitHub project to make improvements. The blurriness comes if lines of code are too long, I think. It has an extra text field for color coding that gets out of sync sometimes.

Libraries directly from GitHub – hmm…I don’t see that happening soon. But multiple “files” is a possibility. Then, things could be copied from GitHub into library files in Ultimate Arduino Builder.

Keep the ideas coming!

1 Like

Thanks, @agentphilip07!

Off and on, I’ve been working on it for 4-5 months.
If you are new to Arduino – please take a look at some of the example Circuits I’ve included and try out the 1 and only tutorial that is currently there. I plan to make more tutorials.
Anyone now can make their own circuit and keep it private or make it public for others to share.

1 Like

This guy could have become a real-life technician, but he chose this…

Nice models, I like them. :+1:

1 Like

Thanks, @HijackedSystem! I tried on the models, but I’m not the best artist

1 Like

For batteries specifically, I guess more realism. I was at-first confused where power was coming from.

For the 3.3v pin specifically, I looked back at my projects cause I thought a component needed 3.3v. The vl53l0x distance sensor does need 3.3 volts, in real life, but that specific component isn’t in the game. Nor is that sensor needed for the project I was trying to get to work.

I likely can substitute an LED. I can’t try it IRL though.

Here’s the github project link: Fan_Project_Engineering_2/README.md at main · Logan-Martin/Fan_Project_Engineering_2 · GitHub. At the very bottom it shows the circuit and code. I don’t remember everything about the project since it has been 3+ years.

1 Like

Good point on the “where power was coming from” … I added a USB plug that slides into the USB port whenever a users clicks ‘Run’. I looked a little deeper into the battery pack and if you use a battery pack, it should be connected to Vin. Since the battery pack in your design is 6v (1.5v x 4) – it shouldn’t be plugged directly to 5v. For simplicity, so new users do not have to worry about connecting batteries to Vin, we’ll just pretend its coming from some USB power source.

1 Like

For anyone who can see this thread – there are improvements!

  • Improved support for Phones and Tablets
  • Improved Tutorial instructions
  • New Component: Servo Motors
  • In-app user feedback support
  • Background Music
  • Bug Fixes and UI improvements

Feedback is very welcome - here on the thread, in the app via feedback button, discord, or “BloxMoor Productions” group page

Potentiometer is in development. DC Motor will be after that…

1 Like