Author |
Message |
Topic: Simple SIM800L code (GSM)(read and write SMS) |
Omarfarouk
Replies: 22
Views: 53975
|
Forum: General CCS C Discussion Posted: Fri May 27, 2022 3:35 am Subject: additional feature |
I had something in mind that I wanted to add. A timer or a clock, which will start counting after sending a certain message so when the timer is done it can send the message again maybe. So basically ... |
Topic: Simple SIM800L code (GSM)(read and write SMS) |
Omarfarouk
Replies: 22
Views: 53975
|
Forum: General CCS C Discussion Posted: Fri May 27, 2022 2:53 am Subject: Simple SIM800L code (GSM)(read and write SMS) |
I will defiantly have to move to another chips for my projects moving on you are totally correct.
Thank you for the recommendation will look that chip up as well.
and btw I was really inspired wit ... |
Topic: Simple SIM800L code (GSM)(read and write SMS) |
Omarfarouk
Replies: 22
Views: 53975
|
Forum: General CCS C Discussion Posted: Wed May 25, 2022 4:14 am Subject: Simple SIM800L code (GSM)(read and write SMS) |
Thank you guys for your awesome support, I have made up a simple board to test with the hardware Rx & Tx.
I have only faced a problem where when reading messages sent it does not read the text ... |
Topic: Simple SIM800L code (GSM)(read and write SMS) |
Omarfarouk
Replies: 22
Views: 53975
|
Forum: General CCS C Discussion Posted: Mon May 16, 2022 9:45 am Subject: UPDATE! |
I have been working on it ever since my post. Sorry for not actively replying at the time.
I was able to make up a version which actually somehow works on this tiny chip. Now it's taking up 98% of ... |
Topic: Simple SIM800L code (GSM)(read and write SMS) |
Omarfarouk
Replies: 22
Views: 53975
|
Forum: General CCS C Discussion Posted: Tue May 10, 2022 5:42 am Subject: Simple SIM800L code (GSM)(read and write SMS) |
I have updated it to use it's main UART.
Do you have any idea how to work around with a simple approach for reading incoming text from the GSM ?
How to copy the GSM serial to a string ? |
Topic: Simple SIM800L code (GSM)(read and write SMS) |
Omarfarouk
Replies: 22
Views: 53975
|
Forum: General CCS C Discussion Posted: Tue May 10, 2022 2:52 am Subject: Simple SIM800L code (GSM)(read and write SMS) |
You've defined two serial streams, but you're not using them in your
fputc() and fputs() statements.
I am using them in the read() it sends me messaged with no problem. but yea I will specify ... |
Topic: Simple SIM800L code (GSM)(read and write SMS) |
Omarfarouk
Replies: 22
Views: 53975
|
Forum: General CCS C Discussion Posted: Mon May 09, 2022 9:36 am Subject: Simple SIM800L code (GSM)(read and write SMS) |
I am trying to make up a simple code for the SIM800L. I am currently using the PIC16F722A, I know it's RAM might not be able to fit in extra code, but for now I want to make up a simple code with it.
... |
Topic: Saving power for battery device [PIC16F722A] |
Omarfarouk
Replies: 10
Views: 27425
|
Forum: General CCS C Discussion Posted: Mon Mar 28, 2022 3:57 am Subject: Saving power for battery device [PIC16F722A] |
hmm.curious am I
I assumed it could be controlled after seeing WDT_ON and WDT_OFF in the device header.
Downloaded the datasheet, again, as Windows put it 'somewhere'....
.. saw this
The WD ... |
Topic: Saving power for battery device [PIC16F722A] |
Omarfarouk
Replies: 10
Views: 27425
|
Forum: General CCS C Discussion Posted: Mon Mar 28, 2022 3:53 am Subject: Saving power for battery device [PIC16F722A] |
The first critical thing you do not show is which pins you are using, and
what you are 'doing' with the pins you do not use. It is critical that pins
are not left 'floating'. Every pin must be dr ... |
Topic: Saving power for battery device [PIC16F722A] |
Omarfarouk
Replies: 10
Views: 27425
|
Forum: General CCS C Discussion Posted: Thu Mar 24, 2022 4:23 am Subject: Saving power for battery device [PIC16F722A] |
Hey there It's my first post so I will try my best to put in all the info in the post.
I have only started working with pics 4-5 months ago and yet learning.
I am currently working on a project us ... |
|