Author |
Message |
Topic: Error in response from CMD0 in SPI for mmcard in Proteus |
Mustang1945
Replies: 9
Views: 21279
|
Forum: General CCS C Discussion Posted: Sat Jun 03, 2017 8:27 am Subject: Error in response from CMD0 in SPI for mmcard in Proteus |
Thanks! |
Topic: Embedded system, from prototype to final device |
Mustang1945
Replies: 2
Views: 9029
|
Forum: General CCS C Discussion Posted: Fri Jun 02, 2017 5:43 pm Subject: Embedded system, from prototype to final device |
Hi, i am from Ecuador, South America. I always had been interested in embedded systems. I make a few interesting proyects in the university, but always as prototypes, you know, the protoboard with a l ... |
Topic: Error in response from CMD0 in SPI for mmcard in Proteus |
Mustang1945
Replies: 9
Views: 21279
|
Forum: General CCS C Discussion Posted: Fri Jun 02, 2017 5:06 pm Subject: Error from CMD0 in SPI for mmcard in Proteus[SOLVED] |
SOLVED!!!
Thanks Ttelmah, i didn't know that bauds and Hertz's are the same. I decided to use the setup_spi function because i read that #use spi has bugs, but i understood your idea about changing ... |
Topic: Error in response from CMD0 in SPI for mmcard in Proteus |
Mustang1945
Replies: 9
Views: 21279
|
Forum: General CCS C Discussion Posted: Wed May 31, 2017 10:54 am Subject: Error in response from CMD0 in SPI for mmcard in Proteus |
Hi, good morning
PCM Programmer and Ttelmah, thanks for your responses. I think i haven't been clear, sorry, i am not testing in real hardware, it is just a simulation in Proteus. That is why i am ... |
Topic: Error in response from CMD0 in SPI for mmcard in Proteus |
Mustang1945
Replies: 9
Views: 21279
|
Forum: General CCS C Discussion Posted: Tue May 30, 2017 5:08 pm Subject: Error in response from CMD0 in SPI for mmcard in Proteus |
Hi, please i need some help. I am trying just to send the CMD0 command to an mmcard but always the response is 0Xff. I know its a software error because i am wiring exactly as this example from Proteu ... |
Topic: Problem with receiving strings from SIM900 with INT_RDA |
Mustang1945
Replies: 42
Views: 71646
|
Forum: General CCS C Discussion Posted: Thu Dec 03, 2015 6:37 pm Subject: Problem with receiving strings from SIM900 with INT_RDA |
OK.
Fundamental problem is that INT_RDA, says _one_ character is waiting. Just one.
gets, waits for a 'string' (actually a line terminated by a new line, which it then turns into a 'string'). So s ... |
Topic: Problem with receiving strings from SIM900 with INT_RDA |
Mustang1945
Replies: 42
Views: 71646
|
Forum: General CCS C Discussion Posted: Tue Nov 24, 2015 7:23 pm Subject: Problem with receiving strings from SIM900 with INT_RDA |
SOLVED!!!
Hi all!!!... finally i have solved the problem:
I must use ATE0 command!
I had read about ATE command, and in some forums they had this problem when they sent a sms from the sim90 ... |
Topic: Problem with receiving strings from SIM900 with INT_RDA |
Mustang1945
Replies: 42
Views: 71646
|
Forum: General CCS C Discussion Posted: Thu Nov 19, 2015 7:20 pm Subject: Problem with receiving strings from SIM900 with INT_RDA |
hi...ckielstra....sure...i know that i have 2 kinds of serial pins on the board... but you said that if i remove the 3 jumpers there is my ttl connections...but in the last pdf i posted clearly say th ... |
Topic: Problem with receiving strings from SIM900 with INT_RDA |
Mustang1945
Replies: 42
Views: 71646
|
Forum: General CCS C Discussion Posted: Thu Nov 19, 2015 10:14 am Subject: Problem with receiving strings from SIM900 with INT_RDA |
ezflyr...thanks
i will find some time to continue doing tests with get string, as i said... i am late with my proyect, meanwhile... i will continue using getc |
Topic: Problem with receiving strings from SIM900 with INT_RDA |
Mustang1945
Replies: 42
Views: 71646
|
Forum: General CCS C Discussion Posted: Thu Nov 19, 2015 8:14 am Subject: Problem with receiving strings from SIM900 with INT_RDA |
hi...look at this
https://s3-ap-northeast-1.amazonaws.com/sain-amzn/20/20-012-106/SIM900_A_+Module+Series+Debug+_unfinished_.pdf
this is the board i am using but if you read, they say that hardw ... |
Topic: Problem with receiving strings from SIM900 with INT_RDA |
Mustang1945
Replies: 42
Views: 71646
|
Forum: General CCS C Discussion Posted: Wed Nov 18, 2015 9:28 pm Subject: Problem with receiving strings from SIM900 with INT_RDA |
Thanks for the idea but i tried that configuration and i used getc, and it works, then i programmed the PIC to use get string and didn't work, it is the same error.
I send the sms, the program goes ... |
Topic: Problem with receiving strings from SIM900 with INT_RDA |
Mustang1945
Replies: 42
Views: 71646
|
Forum: General CCS C Discussion Posted: Wed Nov 18, 2015 5:33 pm Subject: Problem with receiving strings from SIM900 with INT_RDA |
ezflyr... i am not trying to get "something" to work, i have been searching for documentation of the board and it doesn't exist.
It also has a MAX232 interface to translate the 3.6V sign ... |
Topic: Problem with receiving strings from SIM900 with INT_RDA |
Mustang1945
Replies: 42
Views: 71646
|
Forum: General CCS C Discussion Posted: Wed Nov 11, 2015 1:10 pm Subject: Problem with receiving strings from SIM900 with INT_RDA |
PCM programmer and ezflyr...thanks for your help , i have been working in this all these days and all that ezflyr said about my confusion is true... also, you talk about level converters, the are ver ... |
Topic: Problem with receiving strings from SIM900 with INT_RDA |
Mustang1945
Replies: 42
Views: 71646
|
Forum: General CCS C Discussion Posted: Sat Oct 31, 2015 6:00 pm Subject: Problem with receiving strings from SIM900 with INT_RDA |
Sorry, i have been busy in my job, here is the website and the pictures there are better than mine:
http://www.sainsmart.com/sim900-gprs-gsm-board-quad-band-module-kit-for-arduino-high-quality-new.ht ... |
Topic: Problem with receiving strings from SIM900 with INT_RDA |
Mustang1945
Replies: 42
Views: 71646
|
Forum: General CCS C Discussion Posted: Thu Oct 08, 2015 11:14 pm Subject: Problem with receiving strings from SIM900 with INT_RDA |
As I mentioned, you can avoid all of this by using an 'LF' version of your PIC, and running the PIC and the SIM900 at the same supply voltage, such as 3.8V or so.
Hi, i also found my PIC16F887, a ... |
|