Author |
Message |
Topic: My pickit2 can't recognize 16F88 |
sercankurt
Replies: 2
Views: 12888
|
Forum: General CCS C Discussion Posted: Sat Oct 02, 2021 2:03 pm Subject: My pickit2 can't recognize 16F88 |
pickit2 can't recognize 16F88
If you put this into Google, it gives good answers in the first two hits.
Unfortunately nothing helped to me. I ordered pickit 3, will try it soon when I deliver, wi ... |
Topic: My pickit2 can't recognize 16F88 |
sercankurt
Replies: 2
Views: 12888
|
Forum: General CCS C Discussion Posted: Sat Oct 02, 2021 8:04 am Subject: My pickit2 can't recognize 16F88 |
Hi all!
I recently bought a couple of 16F88 and one 16F648A instead my 16F628a which has poor rom memory.. my pickit2 (i have only one programmer) even can not recognize 16F88.
But I don't get a ... |
Topic: 16F628a rom problem |
sercankurt
Replies: 14
Views: 36543
|
Forum: General CCS C Discussion Posted: Wed Sep 29, 2021 12:53 pm Subject: 16F628a rom problem |
Hello everyone,
I used %100 of memory so i got out of rom warning. I decided to buy 16F88 instead my 16F628A. I have to buy 18 pin pic and I heard that 88 has larger memory. But is there another pi ... |
Topic: Sending Morse Code, number so on. |
sercankurt
Replies: 1
Views: 18615
|
Forum: Code Library Posted: Sun Aug 29, 2021 2:35 pm Subject: Sending Morse Code, number so on. |
looks delicious as a ham radio operator perspective, I will try ! 73 de TA1AFS |
Topic: QMC5883L compass sensor library |
sercankurt
Replies: 3
Views: 22360
|
Forum: Code Library Posted: Sun Aug 29, 2021 2:20 pm Subject: QMC5883L compass sensor library |
Hi all!
This library works with QMC5883L GY-271 compass sensor. (its just a note: its written DB 5883 7008 on the chip)
Once it was HMC5883L library but I changed values according to QMC5883L datas ... |
Topic: please help! QMC5883L compass library. upg: SOLVED! |
sercankurt
Replies: 11
Views: 36045
|
Forum: General CCS C Discussion Posted: Sun Aug 29, 2021 1:59 pm Subject: please help! QMC5883L compass library. upg: SOLVED! |
Go to 'code library', download PCM P's I2C scanner program, compile and test on PIC. It will tell you the address of the device, if it finds it !!
With any I2C device, this should be done.
Sometimes ... |
Topic: please help! QMC5883L compass library. upg: SOLVED! |
sercankurt
Replies: 11
Views: 36045
|
Forum: General CCS C Discussion Posted: Sat Aug 28, 2021 1:44 pm Subject: please help! QMC5883L compass library. upg: SOLVED! |
goto 'code library', download PCM P's I2C scanner program, compile and test on PIC. It will tell you the address of the device ,if it finds it !!
With any I2C device, this should be done.
Sometimes ... |
Topic: please help! QMC5883L compass library. upg: SOLVED! |
sercankurt
Replies: 11
Views: 36045
|
Forum: General CCS C Discussion Posted: Sat Aug 28, 2021 12:48 pm Subject: please help! QMC5883L compass library. upg: SOLVED! |
By the way I tried my QMC5883L with ardunio in order to test and works perfectly, with this library and header:
https://github.com/keepworking/Mecha_QMC5883L
Maybe somebody could help me conver ... |
Topic: please help! QMC5883L compass library. upg: SOLVED! |
sercankurt
Replies: 11
Views: 36045
|
Forum: General CCS C Discussion Posted: Sat Aug 28, 2021 12:40 pm Subject: please help! QMC5883L compass library. upg: SOLVED! |
first question
That PIC is a 5 volt device, and most peripherals today are 3 volt devices so...
do you have logic level conversion between them ??
Thanks for answering! I think its all about libr ... |
Topic: please help! QMC5883L compass library. upg: SOLVED! |
sercankurt
Replies: 11
Views: 36045
|
Forum: General CCS C Discussion Posted: Sat Aug 28, 2021 12:38 pm Subject: please help! QMC5883L compass library. upg: SOLVED! |
Also you say 'address is 0xD', this sounds like a 7bit I2C address. If this
is the case the address for PIC I2C would be 1A for a write, and 1B for
reading. Not what you have in your code.
Thanks ... |
Topic: please help! QMC5883L compass library. upg: SOLVED! |
sercankurt
Replies: 11
Views: 36045
|
Forum: General CCS C Discussion Posted: Sat Aug 28, 2021 9:41 am Subject: please help! QMC5883L compass library. upg: SOLVED! |
Hi everyone!
I have qmc5883L (address is 0x0d) compass sensor and i need library for ccs c. I use 16F887. I found many libraries on internet which are hmc5883 but they never worked for me at all
... |
|