Recent content by NaughtyBear

  1. NaughtyBear

    C# [C#] Code for project involving voice recognition and arduino

    A friend of mine wrote some code in C# that he is wanting to use in order to basically make a house controlled by voice commands he would input via microphone connected to his computer. He wrote some code and asked for my opinion and I have no idea how to read C#. Anybody help me find where he...
  2. NaughtyBear

    Help with control from Arduino Mega to ADXL345 Accelerometer

    So I was starting a project and have run into a small issue. I was following a tutorial and the code is not compiling correctly. The error reads as: Arduino: 1.6.3 (Windows 8.1), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"...
  3. NaughtyBear

    I am unsure of what these two symbols are.

    What would be the best, and safest, way to implement these things? I guess the barrier comes at my fault of learning. I am literally googling what a bleeder resistor is.
  4. NaughtyBear

    I am unsure of what these two symbols are.

    I was following a tutorial, http://www.instructables.com/id/The-0-Coil-Gun/ and decided that I wanted to try to make it move faster. The author says that it takes approx. 10 mins or so to charge. So I assumed you either need more amps or more capacitors. However I am still learning. Thus, before...
  5. NaughtyBear

    I am unsure of what these two symbols are.

    Here is the thought for a project. I guess if I NEED GL1 I will implement it. But I am not 100% sure I have built the capacitor bank correctly. I need the capacitors to be charged and discharge very quickly. Thus the usage of flash capacitors. I also know the wire from R1 to the relay looks odd...
  6. NaughtyBear

    I am unsure of what these two symbols are.

    Oh thanks! :D So Because I do not need those, I can tie L1 into the circuit as opposed to FL1?
  7. NaughtyBear

    I am unsure of what these two symbols are.

    These two symbols lose me. I am making something for a project and cannot figure the two circled in red out. This circuit is for a disposable camera.
  8. NaughtyBear

    Creating a Remote Control Car with Arduino and Raspberry Pi

    So I have looked over a few other posts and do not feel like they are covering what I would like done. So I am currently using an Arduino Uno for the controller and am wanting to use an onboard Raspberry Pi in order to run the code and will be attached to my schools wifi in order to have a...
  9. NaughtyBear

    Python Programming Question (Python) - Boolean Binary Search

    So I am in my Intro to CS course and they are going over Binary searches via an algorithm to search for simple things. The code goes as this: Set first to 0 Set last to length-1 Set found to FALSE WHILE (first <= last AND NOT found) Set middle to (first+last)/2 IF...
  10. NaughtyBear

    Possible integration techniques for laptop keyboards

    Cool! Thanks guys. Yeah for the most part, I do realize that it would be easier to just use a USB. But I would like to do this as a learning experience as well as...why not!? I know it is not going to be easy...But I would rather do this because I have yet to find a regular keyboard with USB...
  11. NaughtyBear

    Possible integration techniques for laptop keyboards

    Hello there! I am attempting to use a laptop keyboard I just salvaged from a spare. I noticed the laptop keyboard has a ribbon connection. Further research has told me that the ribbon cable essentially just sents signals to a processor attached to the motherboard. In other words, I cannot use it...
  12. NaughtyBear

    Engineering & Physics: Where to Begin?

    To be honest, no. I have always struggled with math. BUT I would like to believe that just because you are not great at something, does not mean you cannot do it. Only that you will have to work harder than others. I do what I can, and yes university. I usually do fine with physics, its math...
  13. NaughtyBear

    Engineering & Physics: Where to Begin?

    Heh sorry to be broad. What I have been doing is starting at the top of that list of requirements for the job, and looking/reading PDF's. So such as EMI and near-field/far-field. But I suppose ignorance comes into play because I am not advanced enough in math to be able to look at an equation...
  14. NaughtyBear

    Engineering & Physics: Where to Begin?

    Hello! I have used this site in the past to answer a few questions I had. But never once have I considered using the vast knowledge available to help me figure out where to start. I am entering school with a duel major in Engineering and Physics. I was looking at the job...
  15. NaughtyBear

    Can an Old HP DeskJet 840C Be Repurposed into a DIY Project?

    Thanks man! Those are actually pretty cool. I also found this, http://madpenguin.ca/blog/2011/05/14/use-an-inkjet-printer-to-learn-emc2-and-servo-motor-control-part-1/
Back
Top