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 ma10adi

  1. M

    Data Logger PIC16F877A

    yes i am using the internal EEPROM and i am using these methods. thanks for clarifying the 20ms delay..... Regarding the memroy banks.. i am not sure what the question even wanted me to do by saving the logging session (Which is 5 readings AN0 written to EEPROM) for example to memory bank 1...
  2. M

    Data Logger PIC16F877A

    i defined READINGS as 6 i=1; while(!PORTC.F0 && i < READINGS) { i = i+ 1; result = ADC_Read(0); // Read ADC channel 0 LCD_int2(1,5,result,4); if(time == 1){ EEPROM_Write(255,result); Delay_ms(1000)...
  3. M

    Data Logger PIC16F877A

    Hi I have to design a Data Logger programusing mikroC PRO to run on the EasyPIC5 board (with PIC 16F877A microcontroller). I also have to use a 2-line LCD for display. Here is what i have been given: The program will take measurements from Analogue Port AN0 at regular intervals, and save...
  4. M

    Setting Memory Bank to a specific number

    Hi, I am working on a project on MikroC and i have couple of questions that i hope i can get an answer for.. First i am supposed to set number of memory banks to 8 on #define and i should be able to save a logging session of a data logger to a memory bank of the user choice from the 8... But i...

Part and Inventory Search

Back
Top