Author |
Message |
Topic: another WS2812 library |
inservi
Replies: 1
Views: 34382
|
Forum: Code Library Posted: Tue Jan 21, 2020 11:38 am Subject: Great Thank-you |
It work great and also at 32Mhz on a PIC18F14K42. |
Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt |
inservi
Replies: 286
Views: 1505314
|
Forum: Code Library Posted: Tue Mar 14, 2017 2:46 am Subject: Great Thank-you |
Great job, Thank-you :-) |
Topic: BMP085 Pressure Sensor |
inservi
Replies: 27
Views: 209946
|
Forum: Code Library Posted: Mon Sep 26, 2016 8:20 am Subject: BMP085 Pressure Sensor |
Hello,
Thank-you, your code work very well with a 16F1825 :-)
Here is the Altitude function i added from arduino library
float BMP085pressureToAltitude(float seaLevel, float atmospheric ... |
Topic: optical detection |
inservi
Replies: 4
Views: 6010
|
Forum: General CCS C Discussion Posted: Fri Feb 05, 2010 5:11 am Subject: optical detection |
Thank you Wayne
I do indeed follow each track because we do not use car digital system.
It seems a diagonal beam should give good results but with a focusing lens I think.
I'm currently testing w ... |
Topic: optical detection |
inservi
Replies: 4
Views: 6010
|
Forum: General CCS C Discussion Posted: Fri Feb 05, 2010 5:03 am Subject: optical detection |
Thank you John,
The beam passing through the runway would be very effective and easy to do, but I can not make any hole in the runway because I wish I could move the system in case of need on the tra ... |
Topic: optical detection |
inservi
Replies: 4
Views: 6010
|
Forum: General CCS C Discussion Posted: Thu Feb 04, 2010 4:58 pm Subject: optical detection |
Hello,
I'm sorry, I know this is not the best forum for my question, but I do not know others in the electronic in general.
If you know a good forum please tell me now?
I want to detect the passa ... |
Topic: Davis Instruments Anemometer |
inservi
Replies: 12
Views: 18463
|
Forum: General CCS C Discussion Posted: Wed May 07, 2008 11:32 am Subject: Davis Instruments Anemometer |
Hello dyeatman,
Thank you for precisions.
Best regards,
dro |
Topic: Davis Instruments Anemometer |
inservi
Replies: 12
Views: 18463
|
Forum: General CCS C Discussion Posted: Wed May 07, 2008 2:31 am Subject: Davis Instruments Anemometer |
Hello,
dyeatman,
When i read the 'detail about how the Davis unit works', I'm surprised because you look to consider than the relation between wind speed and anemometer rotation speed is linear ... |
Topic: 12f675 rgb led pwm help? |
inservi
Replies: 2
Views: 8503
|
Forum: General CCS C Discussion Posted: Sun Apr 06, 2008 8:06 am Subject: 12f675 rgb led pwm help? |
To your order my general! and we can also give you a few money ?
You probably make a mistake when typing your request!
You need to type that in a search field, not in this one.
dro. |
Topic: 200 ms Timer Interrupt? |
inservi
Replies: 27
Views: 26352
|
Forum: General CCS C Discussion Posted: Sun Apr 06, 2008 4:59 am Subject: 200 ms Timer Interrupt? |
Oh yes, Thanks a lot Tlemah for the int16 solution.
dro |
Topic: DS1307 Driver |
inservi
Replies: 4
Views: 6501
|
Forum: General CCS C Discussion Posted: Fri Apr 04, 2008 8:38 am Subject: DS1307 Driver |
Hello,
http://www.ccsinfo.com/forum/viewtopic.php?t=23255&highlight=ds1307
You can find 'ds1307' in this wonderful forum in 'Code Library' there are other links.
Best regards,
dro. |
Topic: 200 ms Timer Interrupt? |
inservi
Replies: 27
Views: 26352
|
Forum: General CCS C Discussion Posted: Fri Apr 04, 2008 5:34 am Subject: 200 ms Timer Interrupt? |
Also, are you sure that your clock is correctly set ?
I think that for run at 40Mhz, if you use a 10Mhz cristal, you need define
#FUSES H4 //High speed osc with HW enabled 4X ... |
Topic: 200 ms Timer Interrupt? |
inservi
Replies: 27
Views: 26352
|
Forum: General CCS C Discussion Posted: Fri Apr 04, 2008 5:24 am Subject: 200 ms Timer Interrupt? |
Hello Izzy,
note that please, in ccs c the int type is 8 bit by default.
try with int16 time1 =0;
then fprintf(debug,"%lu\n", time1); must be changed to for unsigned decimal ... |
Topic: 200 ms Timer Interrupt? |
inservi
Replies: 27
Views: 26352
|
Forum: General CCS C Discussion Posted: Fri Apr 04, 2008 4:31 am Subject: 200 ms Timer Interrupt? |
Just one litle more comment for test,
Make your program for 209.7ms. When that's working, simply add the line set_timer0( get_timer0() + 62358 ) // for 200 ms at the start (first li ... |
Topic: 200 ms Timer Interrupt? |
inservi
Replies: 27
Views: 26352
|
Forum: General CCS C Discussion Posted: Fri Apr 04, 2008 1:18 am Subject: 200 ms Timer Interrupt? |
Hello Izzy,
As ckielstra write, PIC18F4685's timer0 is 16-bit default. (If you use it as 8-bit timer with the same prescaler, the overflow occurs after only 819µs.)
Also, it's a good idea to u ... |
|