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 ABOELLEEL

  1. A

    PortE problem?? PIC18F458

    I cant run micro before disconnecting the programmer (it may be lower MCLR pin) This part are from already running program ???!!! :cry: I will try tomorrow get it in interrupt subroutine then use flags
  2. A

    PortE problem?? PIC18F458

    That make pin 0 & 1 are I/P for DN & UP switches and pin 2 O/P for the LED and To make pin 3 I/P for OK switch Micro pin is pulled down with resistor and switch get 5V to the pin thank you for your interest :)
  3. A

    current transformer circuit for measuring current

    AC OR DC CURRENT? AC: means that you can use current transformer (and it is cheap and simple) DC: means that you must use Hall effect sensor or shunt resistor (resistor is preferred if your system is not isolated)
  4. A

    current transformer circuit for measuring current

    What is the amount of power or ampere did you want to measure??
  5. A

    PortE problem?? PIC18F458

    There is (_) missing in(delay ms(100); and i completed it but still not working??
  6. A

    PortE problem?? PIC18F458

    Thank you for interest but i tried and still LED on and cant be OFF :)
  7. A

    PortE problem?? PIC18F458

    Thank you for replay still not working :( - - - Updated - - - i tried but still not working - - - Updated - - - ????????????? - - - Updated - - - I am confused because it very simple and i created many programs using this function
  8. A

    PortE problem?? PIC18F458

    I tried with 5 ms and 500 ms delay but the same problem
  9. A

    PortE problem?? PIC18F458

    I,ll try now
  10. A

    PortE problem?? PIC18F458

    Hi all, My project is very simple that is keypad UP,DN & OK, LED When i press ok LED is ON and OFF if i pressed UP or DN UP----> porte.f1 DN----> porte.f0 OK----> portc.f3 LED---> porte.f2 and this is the code void main() { TRISE = 0X03; PORTE.F2 = 0; TRISC.F3 = 1; while(1) {...
  11. A

    Problem with mikroC cant see LCD cursor

    I noticed that when i press reset button for long time i can see the cursor and it change position also!!!!!!!!!!!! - - - Updated - - - mikroC v8.2.0.0
  12. A

    Problem with mikroC cant see LCD cursor

    Lcd_Custom_Config(&PORTB,7,6,5,4,&PORTC,4,3,5); // DB4 14, DB5 15, DB6 16, DB7 17, RS 42, E 43 ////Lcd_Custom_Cmd(Lcd_CURSOR_OFF); // Turn cursor off Lcd_Custom_Cmd(LCD_TURN_ON); Lcd_Custom_Cmd(LCD_BLINK_CURSOR_ON); Lcd_Custom_Cmd(LCD_FIRST_ROW); Lcd_Custom_Cmd(LCD_MOVE_CURSOR_LEFT);
  13. A

    Problem with mikroC cant see LCD cursor

    yes.................:) and i deleted all Lcd_CURSOR_OFF :D
  14. A

    Problem with mikroC cant see LCD cursor

    I cant because it very long and in many files (and of course secret) but i want order in mikroC to appear cursor - - - Updated - - - Order means commands as Lcd_Custom_Cmd(LCD_BLINK_CURSOR_ON);
  15. A

    Problem with mikroC cant see LCD cursor

    I am making interface by LCD 4x20 with pic18f458. First problem i cant see cursor when i send all orders after sending order by order (after be bored i sent all possible orders in mikroC)?? second i cant see orders to control cursor??

Part and Inventory Search

Back
Top