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 movie_freak

  1. M

    SIMCOMM 300DZ GPRS AT+CSTT

    As you already may know the fact that APN's are different for different network operators, even can be different for same operator in different regions.. Use can use the AT+CGDCONT and AT+CSTT command in the same order on the modem to change any APN desired . If you wish to do it in an...
  2. M

    What exactly is STK in Sim300D GSM module ?

    Hi, I want to know what is stk in Sim300D GSM module. The datasheet only says that there is a user guide on stk. But i did not understand what exactly is STK and what it is meant to do?
  3. M

    Field Upgradable Embedded Software

    Is there any way also to field upgrade 8bit AVRs? like atmega32?
  4. M

    Atmega64/1281 crashes/restarts/corrupts

    Yup i belive so.. my fuses are 0x4D 0x91 0xFF low high extended respectively
  5. M

    which microcontroller compatible with LIS331HH MEMS sensor?

    Re: which microcontroller compatible with LIS331HH MEMS sens choosing a micro controller: Yes, you can use this but If your using this microcontroller cause it has a SPI then you may not use it, you need to consider many other facts and requierments of your project, as SPI is almost present...
  6. M

    How can we interface microcontroller to SD memory card??

    Firstly, you should check with the controller manufactures that if there are any libraries already provided for it. e.g. microchip provides this If not then.. Even on a 16-bit microcontroller u can interface the sd card on spi, and you can use fatfs, only u need to take care of the data types...
  7. M

    which microcontroller compatible with LIS331HH MEMS sensor?

    Re: which microcontroller compatible with LIS331HH MEMS sens The sensor you mentioned have both I2C and SPI interfaces, Most micro controllers these days have in-built SPI's, apart from it you can make your own software driven I2C on any microcontroller with two GPIO pins.
  8. M

    How can we interface microcontroller to SD memory card??

    U can use SPI to interface the hardware, it is the easiet method to interface sd card with microcontroller, for software use can use library like elm-chan fatfs for 8-bit uC's
  9. M

    Atmega64/1281 crashes/restarts/corrupts

    I have a little.. weird kind of situation and I am unable to find a particular reason.. My program flow: //global variables int g_power_on_F = 1; main() { //initialization of variables and copy some from eeprom //other initializations //indicate variable and other initializations...
  10. M

    ADC on ATmega64/ATmega1281

    Hi all, I am doing ADC for the first time on the microcontroller, I have a query: What is the maximum voltage that can be given to the controller on pin (ADC0), so that the controller doesn't get burnt out? Is there any such limit, I believe there should be to protect the controller. Is the...
  11. M

    RS 485 and microcontroller

    I was actually looking for some kind of an approach or a way of doing this.. :idea:
  12. M

    MPLAB C 18 Complier error: could not find file c018i.o

    Re: MPLAB C 18 Complier I've done the same it works.. Thanks..... Cheers!!
  13. M

    GPRS connection establishment

    Can you list out the steps that you are trying and the errors you are getting to help you better? More over did you check with these topics? Hope it helps!!
  14. M

    GPRS connection establishment

    does your module support AT commands? You can always contact your FAE, or the manufacturer for a particular product to get more info regarding the same.. hope it helps
  15. M

    Interfacing SIM300DZ and GPS Holex M89 with PIC18

    Ur question is very broad.. u can search there are many topics already running for at commands, and if you have any trouble understanding or implementing AT command you can ask here.. for that particular commad.. Also u can read the data sheet to get a better understanding..

Part and Inventory Search

Back
Top