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 swtbbert

  1. swtbbert

    [PIC] multi-language communication system

    Hi to you all, I designed a wireless language translator to be used in frights, please some1 can check on my project and help me where i am wrong. transmitter code /* Main.c file generated by New Project wizard * * Created: Mon Feb 10 2014 * Processor: PIC16F877A * Compiler: HI-TECH C...
  2. swtbbert

    solar charge controller using pic16f877a

    Ok, i tried still i can't get the output
  3. swtbbert

    solar charge controller using pic16f877a

    help me out with simple codes using mikroC pro......
  4. swtbbert

    solar charge controller using pic16f877a

    help me please!! my code doesn't run..... sbit LED at RC3_bit; sbit SOLAR_PRESENT at RA4_bit; sbit Base_ON at RA5_bit; unsigned int Battery_Value; int temp1, temp2; void main() { //Configuring Microcontroller CMCON = 0X07 ; // Disbale comparatorss digital ANSEL = 0x10; // Configure AN4 pin...
  5. 30102012

    30102012

  6. swt

    swt

  7. swtbbert

    Billing System using RFID

    Hi! I intend to design a simple intelligent restaurant of thee people having credits when they get service their account amount decreases. Please can someone help
  8. swtbbert

    [SOLVED] wireless thermometer using RF Tx & Rx. help!

    thank you it is working.
  9. swtbbert

    [SOLVED] wireless thermometer using RF Tx & Rx. help!

    Re: wireless thermometer using RF Tx & Rx. help! It still not responding, may be my circuit has problem.
  10. swtbbert

    [SOLVED] wireless thermometer using RF Tx & Rx. help!

    Re: wireless thermometer using RF Tx & Rx. help! Thenx, but at receiver the value doesn't appear on lcd - - - Updated - - - Thenx, it work on transmitter but not on receiver...
  11. swtbbert

    [SOLVED] wireless thermometer using RF Tx & Rx. help!

    Hi! I've designed a thermometer using RF by pic16f877a, my problem is how con i read the value to the second pic and to display it, please some1 can help.. my codes for TX // LCD module connections sbit LCD_RS at RB2_bit; // rs connection at rb2 sbit LCD_EN at RB3_bit; // en connection...

Part and Inventory Search

Back
Top