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 Chris zhi

  1. C

    The config bits settings for usart in pic18f4550 at baud rate 9600 using CCS

    This is the code for transmitter side of PIC18F4550 #include "main.h" #include "LCD.c" void main() { setup_adc_ports(NO_ANALOGS|VSS_VDD); setup_adc(ADC_OFF); setup_wdt(WDT_OFF); setup_timer_0(RTCC_INTERNAL); setup_timer_1(T1_DISABLED); setup_comparator(NC_NC_NC_NC)...
  2. C

    The config bits settings for usart in pic18f4550 at baud rate 9600 using CCS

    I had problem using the usart feature of PIC18F4550. I facing problem on sending data using TX pin of PIC18F4550. I tried to send Eg: putc(0b10101010); to send 10101010 to other PIC. It does not show anything. the code for receiving is input = getch(); I using CCS software. Thanks for your...
  3. C

    Design a bandpass filter at 434MHz

    Anyone knows how to design a bandpass filter at 434MHz? Or do you have any relevant documents or journal to share with? the bandpass filter is connected at the receiver side Thanks for your guidance and advice!!
  4. C

    I need visual basic GUI source code for IP camera

    I need visual basic GUI source code for IP camera video capturing. It is for my project. Anyone can help? Thanks.
  5. C

    Can i use strain gauge as weight sensor?

    oo..ok,by the way,do u have any email address? so i am possible to have some advice from you. The op-amp is used to amplified the voltage sending to the microcontroller? or other function. Is there any cheaper strain gauge in the market? or is it possible to build it myself? do you any...
  6. C

    Can i use strain gauge as weight sensor?

    ic..but how to use op-amp in the strain gauge? i am lack of idea with it.. Furthermore how to connect the strain gauge to the microcontroller PIC16F877? This is because i am doing an elevator which contain weight sensor to limit the number of passenger. Do you have any idea? Thanks
  7. C

    Can i use strain gauge as weight sensor?

    Hi all, Can i use strain gauge as weight sensor? I would like to use it in my project. Anyone have any idea on strain gauge?? Anyone have the schematic or circuit diagram for strain gauge? Need your help cuz i do not have idea on strain gauge. Thanks
  8. C

    Final year project(BJT transistor tester with PIC).URGENT

    project on transistor HI neelandan, What you mean is to produce out collector current to produce the base current, is it right? Do you have any website or examples about this? What I found here is from ELEKTOR, it can just test BJT transistor as what I want but I need the source code of the...
  9. C

    Transistor tester schematic IC

    elektor transistortester Hi FoxyRick, I am interested in the Elektor Smart Transistor Tester. Can I know where to get a the source code for the PIC? Because I cannot find any PIC code as you mentioned. Is the schematic works? I need to know for refering for my final year project. Thanks for...
  10. C

    Final year project(BJT transistor tester with PIC).URGENT

    transistor projects Hi, I am now doing my final year project.I am going to do a Bipolar Junction Transistor Tester by using PIC. It can test out the type of the transistor either NPN or PNP. Bedise that, it can identify the pin of the BJT transistor(Collector, Emitter, and Base) and the current...

Part and Inventory Search

Back
Top