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 shrutipatel

  1. S

    [PIC] GSM interfacing with PIC32mx440f256h microcontroller

    I am not able to get any response from SIM800C module. Power supply is OK If you could share the configuration for baud rate & other register settings it would be helpful Thanks
  2. S

    [PIC] GSM interfacing with PIC32mx440f256h microcontroller

    Hi, GSMP power supply RE7 meaning GSM power is operated by pin RE7 on a pic32mx440f256h controller. I have dumped sample code on controller for SMS sending function but unable to get the SMS on defined number Please provide if you have a sample code for this or kindly suggest what register...
  3. S

    [PIC] GSM interfacing with PIC32mx440f256h microcontroller

    Hi, I am trying to interface GSM using SIM800C with a pic32mx440f256h microcontroller. The GSM module interface pins are as follows: GSM_Reset Pin -> RD5 (pin no 53) GSM Serial Interface on U2RX and U2TX (pin no 31 and 32) GSM Power Supply RE7 (pin no 3) I am trying to send SMS using the same...
  4. S

    [PIC] PIC32mx440f256h controller interfacing with ADC

    Can you share your code... I will try with it Thanks
  5. S

    [PIC] PIC32mx440f256h controller interfacing with ADC

    Here is my code to read adc values: #include <p32xxxx.h> #include <plib.h> //#include <xc.h> // configuration bit settings, Fcy=72 MHz, Fpb=36 MHz #pragma config POSCMOD=XT, FNOSC=PRIPLL #pragma config FPLLIDIV=DIV_2, FPLLMUL=MUL_18, FPLLODIV=DIV_1 #pragma config FPBDIV=DIV_2, FWDTEN=OFF...
  6. S

    [PIC] PIC32mx440f256h controller interfacing with ADC

    >> I am using MPLAB IDE With MPLAB C32 v1.11
  7. S

    [PIC] PIC32mx440f256h controller interfacing with ADC

    Hi, I am trying to read analog inputs on channel RB8 to RB11 on pic32mx440f256h controller. I have built my own kit using pickit3 & MPLAB IDE for programming the same. If anybody is having the code for the same please help. I am getting errors & unable to read the data every time getting...

Part and Inventory Search

Back
Top