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 pic+gsm

  1. P

    [Moved]sd card read the root directory

    I am not using the (FATFS or any known file stems), I have managed to find one open source code/tutorial on file systems which I am working with, like I said I can read any files such as (“TEST.TXT”) my problem is I can’t access or display the root directory files of the sd card. this is the...
  2. P

    Communicating with SD card using spi but no data Receive from SD Spartan 3

    Hi ads-ee thank you for your reply I made it work there is a response from the sd card now my problem I am initialising the sd but I can’t read a block from it can you please advise me on my code? int wait_data(void){ SelectChip(); WriteBuffer[0] = 0xFF; WriteBuffer[1] = 0xFF...
  3. P

    Communicating with SD card using spi but no data Receive from SD Spartan 3

    Hello people can someone please help me I am trying to communicate with SD card using Spartan 3 am trying to use the SPI from Xilinx, does anyone have example of SPI or tutorials The problem is when I send the CMD0 command there is no respond. But I know it’s working because When I used this...
  4. P

    receiving message to PIC through GSM modem

    look at this page it might help u.. https://tutorial.cytron.com.my/2011/12/08/control-and-monitor-via-sms/comment-page-1/#comment-90392
  5. P

    receiving message to PIC through GSM modem

    What is your GSM modem? my GSM is using AT commands (TC35) What are you using to receive the message? pic 18F
  6. P

    receiving message to PIC through GSM modem

    Can someone help me pleas I am not sure how I can receive a text message from the GSM such as LED1ON and switch an LED1 on I have tried few ways but I can’t make it work void readtheUSART(char *recbuffer) { unsigned char recivedata; do { recivedata = ReadUSART()...
  7. P

    Programming SIM300 and PIC 18F45k20

    Hello td micro can you show me what you have done that it works now? I am having the same problem.

Part and Inventory Search

Back
Top