Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by hanshen

  1. H

    [SOLVED] How to achieve 5A short circuit and maximun current for series voltage regulator?

    I have tried in the simulation. You are right. Thanks a lot. I have spend a few hours, yet the fact that 2N3055 do not have enough gain just didn't cross my mind. Thanks again. Regarding the power dissipated, thanks for the reminder. I will put that in mind. I will try to redesign the short...
  2. H

    Kalman Filter Implmentation in Line Follower Robot

    From my experience, kalman filter use multiple input make prediction. By multiple input means it requires more than one sensor data to make the estimation. For example, the sensor is used along with gyro-sensor and accelerometer, then kalman filter maybe really helpful in that case. Anyway...
  3. H

    [SOLVED] How to achieve 5A short circuit and maximun current for series voltage regulator?

    The figure shows multimeter at the output is in Ammeter mode which i think it functions as short circuit for the system. Referring the picture, I attached. I have designed a series voltage regulator that can convert AC source to DC source (range from 0 - 20V). However, I could not achieve 5A...
  4. H

    can anyone help me to interface ultrasonic sensor with pic?

    You can try it with Input Capture in the PIC. Just connect it to the ccp pin. Once that parts works you can do all the manipulation with data you received.
  5. H

    [SOLVED] IF statement and STRUCT

    Thanks, I never thought about that. I appreciate it very much, thanks again.
  6. H

    [SOLVED] IF statement and STRUCT

    Sorry i did not state the question clearly. Actually i saw the part "if(_test_struct.ptr_sum)" in others people code. I try to implement it by making some modification. The main point is that i don't understand why a void function in IF statement's expression will allow the execution of IF...
  7. H

    [SOLVED] IF statement and STRUCT

    #include <stdio.h> #define INIT_SUM(a,b,c) \ struct test _test_struct = {(a),(b),(c)}; typedef void (*sum)(unsigned char a, unsigned char b); struct test{ unsigned char x; unsigned char y; sum ptr_sum; }; void summing(unsigned char w, unsigned char e); int main(){...
  8. H

    LT1073 9v to 3v step down converter

    I connect the circuit at above and solder it, but it just does not work. The value of sw2 is not step down but the lt1073. Does this mean it is damaged? when i do the stimulation using ltspice, althought i connect the circuit at above. it still need to put a Ground at the negative terminal of...
  9. H

    How to generate electric energy from keyboard stroke???

    Thanks for the info. but the keyboard i gonna modify is the keyboard for typing.
  10. H

    Self Power wireless keyboard using Piezoelectric by taking advantages of keystroke

    Ya, i am thinking of doing so too.Do you have any suggestion of which piezoelectric is suitable? it is difficult to get the suitable one. ---------- Post added at 01:21 ---------- Previous post was at 01:10 ---------- Ya, i am thinking of doing so too.Do you have any suggestion of which...
  11. H

    How to generate electric energy from keyboard stroke???

    That's is a good IC for this project. it can operate in low power as my project is using piezo for low power appliances. Now my only problem is to get the suitable piezoelectric as it is the main item for the whole project. ---------- Post added at 01:11 ---------- Previous post was at 00:10...
  12. H

    How to generate electric energy from keyboard stroke???

    I looked into the keyboard. It cant be added magnet at the key, wont the keyboard hardware will be affected by the magnet? I still feel using piezoelectric is nice but i just cant make sure it will work.
  13. H

    How to generate electric energy from keyboard stroke???

    If i want to use piezoelectric, it is possible or there is another better idea to do this. My idea is to make it self-powered so that it could recharge the battery.
  14. H

    Self Power wireless keyboard using Piezoelectric by taking advantages of keystroke

    Can anyone give me an idea or improvement i can do with this project. I could not find a suitable long strip piezoelectric for this project, could someone help me? thanks
  15. H

    Can anyone help me to understand piezoelectric.

    I knw that piezoelectric produce a low power. That is reason i would like to apply it in wireless keyboard which operate in low power. By typing it would eventually store up charges and charge the battery in that keyboard as we press the keyboard buttons a lots when using computer. So, is there...

Part and Inventory Search

Back
Top