Author |
Message |
Topic: NRF24L01+ simplified working driver |
mutthunaveen
Replies: 9
Views: 79287
|
Forum: Code Library Posted: Wed Aug 09, 2017 12:35 am Subject: hmm |
Thanks for the feedback.
Plz check if there is a false interrupt occuring across HW IRQ signal.
(or) both HW and SW are creating IRQ and when you read, data is not there??
Rreducing delay from ... |
Topic: timer0 and WDT (timer0 is too fast when WDT is enabled) |
mutthunaveen
Replies: 1
Views: 7636
|
Forum: General CCS C Discussion Posted: Thu Jan 19, 2017 3:07 am Subject: timer0 and WDT (timer0 is too fast when WDT is enabled) |
Dear Board
I’m using 16F877A PIC and I'm facing this weird problem when enabling WDT.
First i wrote a code with timer0 which could create 10ms and executed.
- Code works fine and I get 10ms ... |
Topic: could anyone convert mikroc esp8266 library to ccs c, please |
mutthunaveen
Replies: 12
Views: 51626
|
Forum: General CCS C Discussion Posted: Wed Nov 16, 2016 1:43 am Subject: could anyone convert mikroc esp8266 library to ccs c, please |
Hello Gabriel
I have a library for it i made.
Planning on posting soon, "thingspeak ready".
G.
Have you developed your code? Can i have it? Can you please post your work so i can m ... |
Topic: PIC16LF1709 compiling with errors |
mutthunaveen
Replies: 7
Views: 21683
|
Forum: General CCS C Discussion Posted: Mon Oct 24, 2016 1:36 am Subject: PIC16LF1709 compiling with errors |
OK thank you and let me see to choose final best option
i will get only device database and work and see if it works. after if not i will upgrade to latest version. |
Topic: PIC16LF1709 compiling with errors |
mutthunaveen
Replies: 7
Views: 21683
|
Forum: General CCS C Discussion Posted: Sun Oct 23, 2016 10:19 pm Subject: Yes i see the issue |
Plz confirm me. if i update the device .h file (16LF1709.h) file alone will solve the problem with same compiler version? or do i have to update the compiler itself?
thank you. |
Topic: PIC16LF1709 compiling with errors |
mutthunaveen
Replies: 7
Views: 21683
|
Forum: General CCS C Discussion Posted: Sun Oct 23, 2016 7:34 pm Subject: error again |
Hi.. thanks for reply
1. i did not modify my PIC header file.
2. i ve modified my code as follows still no success
#include <16LF1709.h>
#device ADC=16
//#FUSES WDT ... |
Topic: PIC16LF1709 compiling with errors |
mutthunaveen
Replies: 7
Views: 21683
|
Forum: General CCS C Discussion Posted: Sun Oct 23, 2016 11:05 am Subject: PIC16LF1709 compiling with errors |
Dear board
I use CCS 5.015 version of compiler.
I used project wizard to create my code and here is my code with internal 8MHZ oscillator:
#include <16LF1709.h>
#device ADC=16
#FUSES ... |
Topic: Initial CVD library for PIC 12LF1552 |
mutthunaveen
Replies: 7
Views: 59030
|
Forum: Code Library Posted: Wed Oct 05, 2016 9:57 pm Subject: Thank you |
Thank you for your kind explanation Ttelmah. |
Topic: Initial CVD library for PIC 12LF1552 |
mutthunaveen
Replies: 7
Views: 59030
|
Forum: Code Library Posted: Tue Oct 04, 2016 2:05 am Subject: what is CVD?? |
Can some one explain what is CVD?? |
Topic: NRF24L01+ simplified working driver |
mutthunaveen
Replies: 9
Views: 79287
|
Forum: Code Library Posted: Wed Jun 22, 2016 10:51 pm Subject: Great!! |
thank you for sharing your feedback  |
Topic: SIM900 HTTP post anyone succeeded?? |
mutthunaveen
Replies: 11
Views: 26688
|
Forum: General CCS C Discussion Posted: Tue Jun 21, 2016 10:48 pm Subject: SIM900 HTTP post anyone succeeded?? |
re:
with the above everything works but my SQL is saving value as "0"
OK, You need to show us your real code ! I can think of several reasons why it isn't working but without seeing yo ... |
Topic: SIM900 HTTP post anyone succeeded?? |
mutthunaveen
Replies: 11
Views: 26688
|
Forum: General CCS C Discussion Posted: Tue Jun 21, 2016 10:44 pm Subject: SIM900 HTTP post anyone succeeded?? |
Hi Gabriel
AT+HTTPPARA="URL","http://blawebsite.comli.com/log_tempt.php?var_a=10"
OK
AT+HTTPDATA=7,10000
OK
DOWNLOAD
0
OK
AT+HTTPACTION=1
respons ... |
Topic: SIM900 HTTP post anyone succeeded?? |
mutthunaveen
Replies: 11
Views: 26688
|
Forum: General CCS C Discussion Posted: Tue Jun 21, 2016 9:31 am Subject: SIM900 HTTP post anyone succeeded?? |
Dear
the website im using is
http://blawebsite.comli.com/log_tempt.php
the php will be waiting for a POST request. when i send variable "var_a=20" by calling the website address ... |
Topic: SIM900 HTTP post anyone succeeded?? |
mutthunaveen
Replies: 11
Views: 26688
|
Forum: General CCS C Discussion Posted: Mon Jun 20, 2016 10:11 pm Subject: SIM900 HTTP post anyone succeeded?? |
in another 12 hrs i will post most of the content.. |
Topic: SIM900 HTTP post anyone succeeded?? |
mutthunaveen
Replies: 11
Views: 26688
|
Forum: General CCS C Discussion Posted: Mon Jun 20, 2016 7:32 am Subject: SIM900 HTTP post anyone succeeded?? |
dears
hmm yes. There are 10 steps to follow, and yes i have them all in my code which i did not write them all here.
I was able to get information from internet with HTTP GET request... it wor ... |
|