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 stephansbest

  1. S

    xbees not communicating.

    hi i am using pic16f876a for the receiver side and pic 16f877a for the transmitter side, also i am using a 4mhz ceramic resonator, Thanks
  2. S

    xbees not communicating.

    hi all, As part of my project i require that two pic microcontrollers communicate wirelessly using xbees. My code is in pic basic pro,but the xebess dont seem to be communicating at all. Below is the code i am using: for the transmitter pic INCLUDE "modedefs.BAS" DEFINE HSER_TXSTA 24h DEFINE...
  3. S

    [PIC] Sending text message to phone using gsm module and pic 16f876a

    Thank you guys! The text has been sent sucessfully,this is what i used INCLUDE "modedefs.BAS" DEFINE HSER_TXSTA 24h DEFINE HSER_RCSTA 90h DEFINE HSER_BAUD 9600 DEFINE HSER_CLROERR 1 TRISC=%10000000 high portC.6 HSerout ["AT",13,10] Pause 1000 HSerout ["AT+CMGF=1",13,10] 'Set Text Mode Pause 500...
  4. S

    [PIC] Sending text message to phone using gsm module and pic 16f876a

    Hi guys i am working on a project which requires that i send an sms to a phone using sim300 gsm module.I am using pic basic pro, but the test is not been sent ild be glad if you can help.... i am using pic 16f876a and sainsmart sim300 gsm/gprs module,below is my code INCLUDE "modedefs.BAS"...
  5. S

    [PIC] Picbasic pro program to interface compim in proteus not working

    Hi iam writing my progrAM USING pic basic pro,please see below a portion of my code Receiver PIC INCLUDE "modedefs.BAS" DEFINE DEBUG_REG PORTC DEFINE DEBUG_BIT 7 DEFINE DEBUG_BAUD 9600 define DEBUG_MODE 0 TRISC=%10000100 X2 VAR PORTC.7 SERIN s3,T9600,[ ("1"),rec] if (rec == 1) THEN SOUND...
  6. S

    [PIC] Picbasic pro program to interface compim in proteus not working

    Thank you wizpic i am behind schedule and i have already purchased pic 16f877a and 16f628a for the project. Is there any way i can do this,,,how the two pics can communicate wirelessly via the xbee... im using the serin and serout commands for this but they arent coommunicating still
  7. S

    [PIC] Picbasic pro program to interface compim in proteus not working

    Hi all, im building a project using two pic microcontrollers on as a receiver and one as a transmitter.These two microcontrollers are connected wirelessly using xbee.After the receiver pic recieves a signal from the transmitter an alarm is sounded, a message is displayed on the LCD and also a...

Part and Inventory Search

Back
Top