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 mongoose

  1. M

    EEPROM in PIC16f84a ????

    Hi, Here is the code in C #define LAST_VOLUME 10 A = read_EEPROM (LAST_VOLUME); A; write_eeprom(LAST_VOLUME,A);
  2. M

    low battery detection

    Hi, Do you want to know the battery voltage or do you want to know when the battery is low,because I have the code for if you want to know the battery voltage. I am using a LCD. here is the code (in pic C). // To read analog i/p and writes battery voltage to LCD when "reset" (inputB7) is...
  3. M

    How to write large amount of data in EEPROM?

    Re: eeprom write Hi, Are the code not right or what,give me more informatiom............ Mongoose
  4. M

    What is Flash Memory Address available for pic16f877a?

    Re: Flash Memory Address Yes,you can,I use mine to store varibles on. Here is the code to store varibles (in pic C). #define LAST_VOLUME 10 A = read_EEPROM (LAST_VOLUME); A; write_eeprom(LAST_VOLUME,A); Mongoose Bj Erasmus
  5. M

    Looking for code to interface RS232 with PIC16F84A

    Re: Rs232 Hi, I am a beginner so if someone can help me to write the code I will appreciate it. Bj Erasmus Mongoose
  6. M

    PIC 16F877A interface with SD Card

    16f877 sd card Hi, Give more information. Mongoose
  7. M

    LCD and keypad interface using PIC16f84

    pic16f84 interfacing Hi, If you are looking for the code I can send you it because I have tried it
  8. M

    how can we send data by infrared diodes?

    Hi, Where do you buy the infrared diodes? Ben Erasmus
  9. M

    Analog to Digital Conversion on 8051

    Hi, Are you looking for the code. Ben Erasmus
  10. M

    Looking for code to interface RS232 with PIC16F84A

    Re: Rs232 Hi,Regards I want to send a varible to the pic with RS232
  11. M

    Help me out with code for writing variables between PICs using RS232

    Hi there I nead help with Rs 232 if somebody can maybe give the code for writing a varible from pic to pic it will be cool. From:BJ Erasmus
  12. M

    Looking for code to interface RS232 with PIC16F84A

    Hi, I am trying RS232 with a 16F84a and Iam not geting it right, if somebody can help me or give me the code it will be great

Part and Inventory Search

Back
Top