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 smeety

  1. S

    Help regarding GSM sim programming..

    thank for your reply, your answer is bit unclear... I mean I want to make a GSM SIM using a PIC16f877A, (like above project) so I need a help to write a programme for PIC covert to as a GSM sim. I need help regarding this.. Thank you..
  2. S

    [SOLVED] Interrupt On Change and Delay Loop problem

    good problem.... don't worry I'll give you a great trick.. >> first define a global variable.. ex : int n =0; >> Then add a if statementin the for loop in the RB0 interrupt.. ex: if(INTF==1){ //RB0 interrupt occurred for(i = 0; i < max;i++){ if(n==1) i=max; //when n=1 loop will...
  3. S

    Help regarding GSM sim programming..

    I need to know how to programme a PIC as a GSM sim, usually GSM sims are made with using a PIC and a EEPROM, I found a ready made project (see this : Make a GSM sim using PIC Microcontroller - Ehobbyprojects) , but I need to write a programme and make a hex file. can someone suggest me a...

Part and Inventory Search

Back
Top