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 waxppl

  1. W

    Power Line Communication for Home Automation

    Yes... I know I can use x10 format.... But if my receiver can not even receive a simple 8 bit number correctly then what's the point I use x10 format?
  2. W

    Power Line Communication for Home Automation

    Hi ard, I am not implementing X10 anymore. I just want to send a series of 8bit binary code through power line without following the X10 commands. I wonder anyone successfully implement tda5051a before because it is too sensitive i guess. It is SMD type IC. I have to fab the pcb and solder on...
  3. W

    Power Line Communication for Home Automation

    THIS IS MY CODING FOR THE RECEIVER SIDE: //========================================================================== //==================include================================= #include<pic.h> //===============configuration============================== __CONFIG (0x3F32); #define receive...
  4. W

    Power Line Communication for Home Automation

    how to do that?? and how to tell if the baud rate in the program is correct or not? @@
  5. W

    Power Line Communication for Home Automation

    I connected the tx pin of my PIC16 to oscilloscope and it shows the data sent is correct... I use the oscilator from tda to drive the pic16 (just like in the datasheet). I wonder it will affect the baud...
  6. W

    Power Line Communication for Home Automation

    Actualy I am still facing problem on the project. I am using the circuit in the datasheet--> **broken link removed** Page 15 Figure 15. But the problem is I don't know how to reduce the data sending speed from the microcontroller (PIC16F877). I am using UART to transmit and receive. This is my...
  7. W

    Power Line Communication for Home Automation

    this i am not sure...
  8. W

    Power Line Communication for Home Automation

    i think power line communication should be involved as well since it is to control home appliances which are connected to home electrical system.
  9. W

    Power Line Communication for Home Automation

    Hi Gokul, I don't think I am the 1st to do because the modem TDA5051A is already available years ago. Anyway I am still working on it.
  10. W

    error on receiving reply (PIC16f877a) from gsm phone

    based on my tryout, uart_send(13) have the same effect as uart_send(0x0D), can u suggest the routine, actually i am new in this, i try my best from studying other uart based coding to make this code. ---------- Post added at 10:20 ---------- Previous post was at 10:15 ---------- i think 13 is...
  11. W

    error on receiving reply (PIC16f877a) from gsm phone

    this is my full code along with the lcd function: #include<pic.h> //===============configuration============================== __CONFIG (0x3F32); //===============define IO port============================= //#define send RC0 //#define receive RC1 //#define error RC2 #define lcd...
  12. W

    error on receiving reply (PIC16f877a) from gsm phone

    i understand your problem but whenever the contoller is running along with hyperterminal, i cannot interupt by typing in any command, the hyperterminal just keep on running by itslef ---------- Post added at 07:45 ---------- Previous post was at 07:37 ---------- SORRY, i understand your...
  13. W

    error on receiving reply (PIC16f877a) from gsm phone

    you mean i should type ok in hyper terminal instead of waiting it to respond by itself? is it possible to put command in hyperterminal and ask it to perform an output through mirocontoller? i tried to copy the reply chracter by character to and array and then display it out at LCD but the LCD...
  14. W

    error on receiving reply (PIC16f877a) from gsm phone

    wat do u mean about terminal? u mean i should straight away connect my pic and gsm phone(modem) to hyperterminal? more explaination please. thanksssss ---------- Post added at 06:17 ---------- Previous post was at 06:14 ---------- i tried to connect my circuit to hyperterminal, it showed my...
  15. W

    error on receiving reply (PIC16f877a) from gsm phone

    i was assigned to to build a home automation system, using phone and communication with pic16f877a. I am able to direct the pic to send out message but i really have a trouble to read the response from the phone(gsm modem). For instance, when i direct pic to sent "AT" to the gsm phone, it should...

Part and Inventory Search

Back
Top