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 LoyC

  1. L

    [SOLVED] testing submission for verilog

    sry bigdoguru, i just wanna test out how verilog works....anyway, thx 4 trying to help...ive manage to solve this problem
  2. L

    [SOLVED] testing submission for verilog

    module SPI( miso, mosi, sclk, ss, data_bus, CS, addr, pro_clk, WR, RD); inout [7:0] data_bus; // 8 bit bidirectional data bus input pro_clk; // Host Processor clock input miso; // Master in slave out input [1:0] addr; // A1 and A0...
  3. L

    Problems with channel up/down counter C code

    For your record, Im using a PIC16F887. I did try to add in other variables in my program, it's still compilable....I'll only have error when adding the bit to variable "segment"
  4. L

    Problems with channel up/down counter C code

    Hi guys, im trying to design an up/down counter which consists of 8-bits data. This means I can have a total of 256 different set of bit. There's an error shown when compiling the code. Below is my code: PORTD is my output port unsigned int ch=0,d...
  5. L

    [Moved]Verilog HDL(SPI) help needed

    Hey guys, I'm trying to write a code of SPI, and I have 0 experience in this : The device needs to be designed to provide translation between the RS232 and SPI protocols in either one of the following modes: • A1 is a RS232 receiver. It will receive a serial bit-stream from a PC and perform the...
  6. L

    PCB design using Diptrace

    ive drawn a double layer PCB using diptrace. Now ,the problem is ,how do I actually connect both top and bottom layer?? Here's the picture of my design:
  7. L

    Help needed for PCB designing

    guys, is there any way to do manual routing efficiently? Many thanks.
  8. L

    Help needed for PCB designing

    I'm designing a PCB using Diptrace software on a single layer design, but after routing, I found that there's alot of paths which are not connected. It requires additional jumpers to connect those paths. I've tried to place the components on different places, but it still end up the same. And...
  9. L

    PIC programming help needed

    //on/off funcion #include <pic.h> #include <htc.h> __CONFIG(INTIO & WDTDIS & PWRTEN & MCLRDIS & UNPROTECT & BORDIS); unsigned int RA0,RA1,RA2,RA3,RB0,RB1,RB2,RB3,RB5; void main(void) { ANSEL = 0x00; //select POTA & PORTB as digital i/o TRISA = 0xFF; //select PORTA as input TRISB =...
  10. L

    Help needed for PIC mcu

    Sry mate, i just got confused with your code...nono, of course i don't want the entire code. Anyway, thx.
  11. L

    Help needed for PIC mcu

    Mate, i think u got it wrong by what i mean. i need the same input of 1 to give 2 outputs. The schematic diagram is as follow: where p1.0,1.1,1.2,1.3 and p3.0 are the output pins(Lets say PORTA of the MCU). While for the input, i plan to use a 5V connected to 4 inputs(Lets say...
  12. L

    Help needed for PIC mcu

    It's because of my project requirement. ---------- Post added at 10:37 ---------- Previous post was at 08:55 ---------- C language mate!
  13. L

    Help needed for PIC mcu

    can someone show me how to write a program which: (i) Has 4 inputs of 5V on 4 different pins(Let's say PORTA),with switches on all of them. (ii)The input control's 4 outputs(Let's say PORTB) (ii)the output toggle each time a 5V is connected.(press switch once=1,press switch 2nd time=0)
  14. L

    RF Transmitter and Receiver

    ctownsend, thx 4 the help... the second diagram is just what i needed. i need to use PIC mcu to do this. Since i'm new in programming, can u give me some guidance on how to do it? eg. how many i/o ports i need, and some examples on how to do it. TY.
  15. L

    RF Transmitter and Receiver

    Elaborate pls. Btw,I'm trying to pair up the HT12E on the transmission side with a microcontroller( PIC 16F887) to control the data input and address of HT12E.

Part and Inventory Search

Back
Top