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 eng.msmahmoud

  1. E

    # FATAL ERROR while loading design # Error loading design

    i changed tge word latch and clk became en and i got the same error !
  2. E

    # FATAL ERROR while loading design # Error loading design

    Dear all i am a new to VHDL and i have to questions 1- iam using model sim students edition to compile the following code library IEEE; use IEEE.STD_LOGIC_1164.ALL; ENTITY latch IS PORT( d,clk: IN bit; q,nq : OUT bit); END ENTITY latch ; ARCHITECTURE behav OF latch IS BEGIN p1...
  3. E

    connecting relay output to PIC16f877a

    i did so , when unit of A and B connected and when device is on C and B connected so what is the connections should be with micro-controller pins ?
  4. E

    connecting relay output to PIC16f877a

    but when i connect 12v dc i got nothing !from three pins
  5. E

    connecting relay output to PIC16f877a

    Dear all am using the following module as TX-RX remote control, i need your help in connecting the output of the relays to the microcontrolling to implmnet my algorithm after some searching i got that i may connect this output directly to the micro-controller, but i cannot understand what is...
  6. E

    KST-TX01 and KST-RX806

    what about RX706 with PIC 16f877a , any help in decoding phase and if i should use HT12D or not ? and if yes what is the interfacing will be done ? Thanks
  7. E

    Interfacing PIC16f877a with RX706

    AA i want to interface the RX module RX706 with PIC16f877a and i have the following questions 1- will i use HT12D chip to decode the received data before going to PIC, if so what about interfacing and methods 2- could i interface the RX module directly to the PIC ? 3- if any one use this...
  8. E

    Help in too long routine of PIC16f877a code

    Re: Help in PIC 16f877a RAM Thanks all for your comments and thanks bigdoggruru , could your provide me with simple tips in optmizizng my code , its for interfacing joystick (2axis) 4 positions and i used while loops for every case and in side each one 4 while loops to exit form this cases
  9. E

    Help in too long routine of PIC16f877a code

    Hi, i used PIC16f877a in interfacing analog joystick ,and using micorC . when i compiled i got the error Routine too large m i got the this problem is due to max page is 2000 instruction , could any one explain that and offer some solutions but not to change this MCU thanks

Part and Inventory Search

Back
Top