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 meche

  1. M

    pic16f84a timer0 delay!

    Thanks for the code on timer1 interrupt delay. I actually changed my compiler on the MPLAB X IDE to Hitech C and the delay loops actually worked but not very accurate. Please I need the timer1 based interrupt delay inserted into the code below to take the place of the delay loop so as to ease...
  2. M

    pic16f84a timer0 delay!

    My attempted code is given below: This is supposed to create a delay as shown below: * File: newmain.c * Author: meche1 * * Created on September 13, 2017, 9:55 AM */ #define _XTAL_FREQ 8000000 #include "terrawood_alarm_2.h" void Timer_ISR(); void Initialize_Timer() void...
  3. M

    pic16f84a timer0 delay!

    Please I want a C code (XC8 if possible) for timer0 delay of 1 hour for 8 bit mcu such as pic16f84a. I have tried all I can but cant make headway
  4. M

    Proteus 8 pcb design issues

    Sorry about that. I have always made my print from output - export graphics instead of print layout.
  5. M

    Proteus 8 pcb design issues

    Please can you direct me on how to do a 1:1 output scaling in Proteus. Thanks.
  6. M

    Proteus 8 pcb design issues

    I have finished designing a circuit using Proteus. The pcb layout is good . I etched the pcb but discovered some mistakes. I did some adjustment to the design and after printing and etching again, I discovered that my pic16f84a footprint is now longer than the first time. What could I have...
  7. M

    Mulltiple sensors with pic microcontroller

    thanks for that. I will take note
  8. M

    Mulltiple sensors with pic microcontroller

    Thanks Brian. your code has given me the right insight. I think I should be able to go forward from here.
  9. M

    Mulltiple sensors with pic microcontroller

    Sorry about that. The pic' s I have in mind is pic16f877a or pic18f26k20 and the language is C, with MPLAB XC8 compiler. Please can you give me a sample code to start with especially with regards to " do the numbered task" in your listed principle for the operating system, and setting of flag...
  10. M

    Mulltiple sensors with pic microcontroller

    Please I need help! I am trying to build a project that will interface multiple sensors(about 5 sensors in total:temperature, humidity, pressure etc) with pic micro controller using a simple time triggered real time operating system (based on probably, timer2 overflow interrupt) to read each...
  11. M

    [SOLVED] clumsy code format issue!

    Thanks. Through your suggestion I was able to clear the inverted P's
  12. M

    [SOLVED] clumsy code format issue!

    Please can anyone help? I am using the MPLAB x IDE for my pic projects. Most of codes for the various projects are working. My problem is that I didn't know what I clicked on the IDE and a letter (inverted p) now appears all over the codes for all the different projects. I tried to remove these...
  13. M

    LCD code doesnt work

    Sorry for all that. Its just that the code tag icon doesnt appear on my console when I am using the "Quick reply" . Henceforth, I will be using "Go advanced" where the code tag icon is available. - - - Updated - - - * The LCDGotoXY function was not part of the original code. I included it to...
  14. M

    LCD code doesnt work

    Below is the "Lcd_hd44780_pic16.h" code: /* * File: lcd_hd44780_pic16.h * Author: Avinash * * Created on 6 June, 2013, 11:51 AM */ #ifndef LCD_HD44780_PIC16_H #define LCD_HD44780_PIC16_H #include <xc.h> #include <stdint.h> #ifdef __cplusplus extern "C" { #endif...
  15. M

    LCD code doesnt work

    This is my first time of interfacing an LCD module to a pic mcu (pic16f877a) but so far my code(I actually got it from the internet) doesn't work when I simulate it in proteus. My LCD is connected to port B. Below is my main c code for writing to the LCD. #define _XTAL_FREQ 8000000...

Part and Inventory Search

Back
Top