Re: voltage regulator or motherboard? Hardware and Software Hardware by icekewled SMPS? do u mean the voltage regulator? i have a vaio laptop which has a separate board for the voltage regulator that the HDD connects to.. but i am wondering if the voltage regulator can affect the LCD to cause for a blank screen? voltage regulator or motherboard? Hardware and Software Hardware by icekewled … sure it is most likely the Motherboard or Voltage Regulator, but can the Voltage Regulator cause the LCD to go blank and… Programming C: Alternating Voltage (Series RLC circuit)? Programming Software Development by Jenniferting … to apply the Complex Number into finding the voltage across the Resistor in a series RLC circuit.…program Resonant Circuit, which allows you to output the voltage across the resistor. Output is through the main function…Create a function voltageOverResistor that calculates the complex AC voltage across the resistor. The method gives the angular … How do create a PWM signal proportional to a voltage using a PIC16F877A? Programming Software Development by 3ak … be controlled using a potentiometer as input in a voltage divider. The voltage will be measured using one of the analog pins… the PIC (I don't care which one). The measured voltage will used to set the value of a PWM signal… can I program the PIC16F877A in assembly code to measure voltage at one of the analog pins and output a PWM… NIDAQmx Analog Out Change Voltage Programming Software Development by ben25x …Instruments. They give this sample code to create any voltage out of the card. The variable "float64…a double precision floating point that defines the actual voltage being emitted from the card; it is referenced …taskHandle,1,1,10.0,DAQmx_Val_GroupByChannel,data,NULL,NULL));//put voltage through the channel Error: if( DAQmxFailed(error) )… Re: Programming C: Alternating Voltage (Series RLC circuit)? Programming Software Development by Jenniferting I was required to write a programme about how complex number work (addition, absolute value, etc.) and now the second part of the question im needed to apply how complex number works into finding the voltage across the resistor. tq. Re: USB voltage level ? Community Center by John A … ports? [URL="http://www.google.com/search?q=USB+voltage+specifications"]Hmm[/URL]? [quote=First Hit On Google] Low… must also be designed to work down to a VBUS voltage of [B]4.40V[/B] and up to a maximum… voltage of [B]5.25V[/B] measured at the upsteam plug … Wireless in high voltage area Hardware and Software Networking by lacunas … everyone! I'm planing to install wireless lan in high voltage area and was wondering what problems to expect. How [URL…=blue ! important][COLOR=blue ! important][/COLOR][/COLOR][/COLOR][/URL]high voltage affects wireles? Thanks for your contribution [IMG]http://images.techguy… Dell D510 motherboard won't accept main voltage Hardware and Software Hardware by jmessiaen … with the same defect: they won't accept the adapter voltage and so they don't charge the battery either. But… one little component on the motherbord that blocks the incoming voltage, but as far I'm not clever enough to find… Memory error and BSODs. Voltage could be the problem. Hardware and Software Hardware by valzi … RAM to 7-8-7-24-2T. I changed the voltage to 1.64v and set the clock to 1333. It… at auto before, which the bios says might raise the voltage to match timings. This might have damaged the RAM, I… Re: Wireless in high voltage area Hardware and Software Networking by Junyah … lawsuits pending and awarded where people wre living near High Voltage -Cancers, Unknown diseases... Definitely Bad Juju!! RAM voltage? What's that? Hardware and Software Hardware by firestorm613 … to do that. Is it? I was wondering about the voltage I need because there are many different options. I looked… USB voltage level ? Community Center by greg34 I am wondering what the voltage is in the USB ports? RAM Voltage Info needed Hardware and Software Hardware by CrazyLoco I just bought 2gigs worth of RAM. Now i just noticed yesterday that the RAM I bought has 2.2V voltage while on the motherboard, on the RAM slot it says 1.8V. Now the RAM I bought also has an LED with it. Will my RAM still work even though it says 1.8V on the slot? P.S. I have an ASUS P5NSLI motherboard. MSI Wind / Medion Akoya voltage problem Hardware and Software Hardware by jaymz1972 …. So I think it has something to do with the voltage regulator on the motherboard, but I'm not sure. Anyone… How do I send voltage through pins in parallel port? Programming Software Development by python01 … code) Output needed- 5 v ( pins 2,3,4) - any voltage (pins 6,7,8) Thanks in advance Python01 probable MOBO problem and PSU voltage too high Hardware and Software Hardware by jmlny …. My concerns are this: if you think the power supply voltage may be causing the motherboard to shut off, is it… Re: voltage regulator or motherboard? Hardware and Software Hardware by nisha_ahuja Ya icekewled! As I am Getting From Your Problem There Is A Problem With The SMPS Of Your System Because Your Hard Disk Is Not Working Properly. So I Will Prefer You To Checkout The SMPS And One thing More Just Try To Recheck The Earthing Power.. If It Stills Not Work Post Me.. See You Later Take Care!! Re: voltage regulator or motherboard? Hardware and Software Hardware by joytech22 i hve no idea how old this thread is but here it goes, the same thing happened to my pc, i had to replace the motherboard. the HDD would rarely spin up and just about always didnt POST. Re: voltage regulator or motherboard? Hardware and Software Hardware by joytech22 0oyh yea i forgot to say, the GPU or CPU fan went nuts! Re: Molex connector voltage tolerances Hardware and Software Hardware by Serunson … the circuit will not work. So no load voltage would actually be 0V or a negative voltage line. Hope that helps ya. Re: CMOS batter voltage Hardware and Software Hardware by TINKER1 … power supply and light the bulb. If this works, measure voltage on the 12 volt rails. Also if you can find… on the 5 volt red / black wires. check for proper voltage. If all is well, you have mb or equipment problems… Re: PSU Voltage Problem Hardware and Software Hardware by Catweazle …;]Everest Home Edition.[/url] Run that and see if the voltage level reports replicate what the ABit utility is reporting. If… Re: PSU Voltage Problem Hardware and Software Hardware by Catweazle … at 1.65volts vcore? Peoples who boost up processor core voltage are rather silly, in my opinion, and such a practice… Re: PSU Voltage Problem Hardware and Software Hardware by grassroots … never let me down... oh, and i've set vcore voltage and cpu temperature auto shutdown limits just incase it decides… Re: Molex connector voltage tolerances Hardware and Software Hardware by Chaky … all. BTW, in a electronics world, if you measure the voltage, than the voltmeter closes the circuit and, therefor, it measures… Re: Molex connector voltage tolerances Hardware and Software Hardware by Chaky … materials used. Price difference can also be because of over-voltage protection and such extras that are not free. Re: CMOS batter voltage Hardware and Software Hardware by dgcs … seem acceptable. In fact, I returned that last supply because voltage was low. (voltages are with old board as new intel… Re: Programming C: Alternating Voltage (Series RLC circuit)? Programming Software Development by Moschops Do you have a question? Re: How do create a PWM signal proportional to a voltage using a PIC16F877A? Programming Software Development by 3ak Do I need to reply to my own post? I wrote some of the A2D but I'm not sure if it's correct because I don't have any way to output the result (like PWM and motor speed). In this code, I want to use RA0/AN0 as the A2D pin. After this, I'm stuck. LIST P=16F877A INCLUDE P16F877.INC org 0x1F00 ; For the boot loader goto Start Start ;…