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 djougue

  1. D

    send data received by pickit 2 uart tools to a programm

    tanks tpetar . But how to save data received by pickit2 Uart tool into a file? Please can you explained me how to proceed? the link that you mention just contained only pickit software not a procedure to save data received by pickit2 uart tool in a file. Please help me by provide me the...
  2. D

    send data received by pickit 2 uart tools to a programm

    i am using the uart tool for pickit 2 on windows to received my message send via usb(in uart) by my pic. All work well because i can see data send from my microcontroller in pickit uart tools. But the problem now is that i want to send data receive in pickit 2 to a programm (write in a language...
  3. D

    gsm interfacing with microcontroller

    take you for this code. Now what do you thing about the gsm modem code (main of project) - - - Updated - - - take you for this code. Now what do you thing about the gsm modem code (main of project)
  4. D

    gsm interfacing with microcontroller

    this is the main code that i have written OSCCON = 0x3302; // Enable secondary oscillator CLKDIV = 0x0000; // Set PLL prescaler (1:1) UARTInit(); TRISFbits.TRISF1=0; //configure RF1 input (RX) TRISFbits.TRISF0=1; //configure RF0 output (TX)...
  5. D

    gsm interfacing with microcontroller

    take you for your answer. After performing some research on the web i get some examples only for old pic (pic12f) i decide to write my own code for pic24FJ256GB106 but it doesn't work. what factors i have not taken in consideration or what wrong with this code? "bit banging" code that i have...
  6. D

    gsm interfacing with microcontroller

    tank you, since that the board is designed like this please how can i send that through RF1 pin instead of using TX pin in uart?
  7. D

    gsm interfacing with microcontroller

    good morning, please i have a problem when trying to interface sim900 by a microcontroller(pic24F256GB106) in a given board. Indeed, SIM900 and pic24F256GB106 are related as follows: RF1 pin with TX RF0 pin with RX since that the...
  8. D

    interfacing sim900 with microcontroller

    good evening, i get a specific board that integrate both pic24f and sim900. I need to send sms to a given modem using directly AT command in my code (without using hyperterminal to send AT command). Indeed the board must send automatically sms to a modem.Please can you give me procedure and...

Part and Inventory Search

Back
Top