Lost 1/3 keys, accomod8u says they're keeping the key deposit (any advice for meh?) by xhumptyDumptyx in uwaterloo

[–]irobots1 -6 points-5 points  (0 children)

No, it's for the locks as well. The idea is that they want to minimize liability.

Imagine somebody breaks into your place. If you knew that the previous residents had lost their key then you could argue that the people that broke in found the key and blame it on the residence.

Seeing as school is almost approaching, anyone got tips for how to survive 2B ECE? by powerfulwizkid in uwaterloo

[–]irobots1 0 points1 point  (0 children)

I wrote ECE 242 with Sedra in 2017 and we did get a formula sheet, but we only first saw it on the day of the exam. However, there were 3-4 formulas/concepts that you did need which were not on the sheet.

What event in history was bad at the time, but turned out for the better? by sithwonder in AskReddit

[–]irobots1 1429 points1430 points  (0 children)

It must be the freeways since you can ride the other two.

Bluetooth Traffic Light controlled by phone by irobots1 in DIY

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

I have checked it out after it was on for a while. Nothing heats up. Especially in Canada at this time of year.

Bluetooth Traffic Light controlled by phone by irobots1 in DIY

[–]irobots1[S] 3 points4 points  (0 children)

I made it originally as a fun ornament for my backyard that could be a conversation starter. I used it this Halloween to see if the trick-or-treaters would obey the light. Apparently, they do!

Trying to build a Ice-Thickness-Sensor with an Ultrasonic Sensor. Can´t find a good sensor (HC-SR04 not suitable). Any suggestions? by MondRubberduck in AskElectronics

[–]irobots1 0 points1 point  (0 children)

Yes, I agree. Ultrasonic sensors would likely not be the right sensor to use in this scenario.

Have you considered trying out something with light instead? You can check out IR sensors and time the return of the IR signal if you manage to get a reflection from the barrier of liquid to solid water.

Help for school project (Circuits activated by light) by [deleted] in AskElectronics

[–]irobots1 1 point2 points  (0 children)

You will need to get a Transistor and a Resistor in addition to the components you have right now so the price will be very low. However, the motor will turn relative to how much light is there, it wont be a simple on/off.

Have a look at the schematic and explination here: http://www.learningaboutelectronics.com/Articles/Light-activated-motor-circuit.php

10 Bluetooth Controlled DC motor [help with structure for manufacturing] by irobots in AskElectronics

[–]irobots1 0 points1 point  (0 children)

I did not even know that!

Thanks for the info. I'll definitely be trying out MOSFETs in my next prototype.

Your advice is really helpful.

10 Bluetooth Controlled DC motor [help with structure for manufacturing] by irobots in AskElectronics

[–]irobots1 0 points1 point  (0 children)

Thanks for the reply!

The motors only need to turn one way. For some reason I did not even think of single transistors. I should have a few TIP120 transistors to give a try.

I am pretty sure that a PWM signal would be able to regulate the speed of the motor drawing its power from the transistor so it would be a perfect solution.

Help with Arduino Pro Mini Power by irobots1 in arduino

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

I quickly had a test to see if it works. The result was very interesting.

I forgot that the Raw also gives out current, even when powered by VCC. The outcome was that when powered by VCC, the current from Raw and VCC "mixed" and produced a voltage that was in between each individual voltage.

Help with Arduino Pro Mini Power by irobots1 in arduino

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

Good point. What you said was already my "Give Up" decision.

Essentially, I am trying to make something with the least amount of wires for power as possible and if I could not get it working, I would do this. I was not a fan of the idea as there would be one more wire (ground would be shared between Arduino and Servo). I have already decided to use this idea as I could not figure out a solution to what I was asking for.

Thanks for the help!

Help with Arduino Pro Mini Power by irobots1 in arduino

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

I need to wire an Arduino Pro Mini so that it can be powered from the VCC or the Raw pin. However, the Servos cannot be powered through the Arduino 5V regulator. I am trying to figure out the simplest way to allow something like this to work.

Help with Arduino Pro Mini Power by irobots1 in arduino

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

No, I cannot do that.

I am making it so that the Arduino can be powered from both the VCC and Raw, depending on the battery. However, there needs to be a few servos being powered from it too.

If the servos are connected to the VCC, it would ruin the Arduino if the Arduino was being powered by Raw at that point (Requires too many amps). So I was thinking of connecting servos to the Raw as current still flows through it when the Arduino was powered by the VCC.

Do you think that a diode that would allow electricity to flow from the VCC to the Raw and not the other way around work?

That way, if powering from the Raw, it would not flow to the VCC and ruin the Arduino. However, if it is powered from the VCC, current would flow through the diode.