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 eyan23

  1. E

    help: coding for line follower robot using microcontroller PIC18F4550

    #include <htc.h> __CONFIG(1,0x0F24); __CONFIG(2,0X0000); #define _XTAL_FREQ 8000000 //using internal osc #define UART_BAUD 9600 #define LEFT RA0 #define M_LEFT1 RA1 #define M_LEFT2 RA2 #define MIDDLE_L RA3 #define MIDDLE_R RA4 #define M_RIGHT2 RA5 #define M_RIGHT1 RE0 #define...
  2. E

    where to buy at89s52 programmer?

    i want to buy this programmer. in what website i can found and buy it?
  3. E

    AT89C52 microcontroller and programmer

    thanks 4 u all information. i have change to at89s52 and i'm also find its suitable programmer. thanks again.
  4. E

    AT89C52 microcontroller and programmer

    thanks 4 ur information. :) ---------- Post added at 07:51 ---------- Previous post was at 07:15 ---------- one more thing, can i change at89c52 to at89s52? becoz at89s52 is more cheaper and easy to search for its programmer compared to at89c52. it there any consequences if i change this two?
  5. E

    AT89C52 microcontroller and programmer

    where i can buy this microcontroller and programmer in small quantities? i have search everywhere but that website sell at quite large quantities.
  6. E

    coding for car parking system using PIC16F84A and 7 segment LED counter

    thanks for ur kindness. i wish u can help me in coding and modifying the algorithm of this system.
  7. E

    coding for car parking system using PIC16F84A and 7 segment LED counter

    you're right. it also save the cost too. i will try to change the code. or can you give me the advise about the changing codes? thanks..
  8. E

    coding for car parking system using PIC16F84A and 7 segment LED counter

    the system is about to show the parking lot available. the 7 segment LED counter will count the parking available and display them. The sensor will be locate in every parking lot. when there are the car in the parking lot,the sensor will detect it then the 7 segment LED counter will count them...
  9. E

    coding for car parking system using PIC16F84A and 7 segment LED counter

    i have done it for my fyp.but something was wrong. can anyone tell me what wrong with my coding? it my first time joining the forum and doing programming in MPLAB. all the advise i will appreciate. thanks.. ;TITLE: AVAILABLE PARKING SPACE ;PIC TYPE: 16F84A ;OSCILLATOR SPEED: 4 MHz LIST...

Part and Inventory Search

Back
Top