CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 13 matches
CCS Forum Index
Author Message
  Topic: nRF24L01+ full driver by Eduardo Guilherme Brandt
Fram_fr

Replies: 286
Views: 1351550

PostForum: Code Library   Posted: Mon Dec 17, 2012 2:59 pm   Subject: nRF24L01+ full driver by Eduardo Guilherme Brandt
Hello Eduardo,

Just one question about nRF24L01P.h:
Don't miss something in your code? (in red in my quote)

enum RF24_RF_SETUP { //RF Setup Register
CONT_WAVE =0b10000000, //(0)Enable ...
  Topic: Pullups with 16F182x
Fram_fr

Replies: 3
Views: 8242

PostForum: General CCS C Discussion   Posted: Tue Mar 08, 2011 1:49 pm   Subject: Pullups with 16F182x
Hi all,

PCM Programmer, your code don't work for me.
From 16F/1823 datasheet: Global WPUEN bit of the OPTION register must be cleared for individual pull-ups to be enabled.
need to change it like ...
  Topic: Pic 16F1823, timer and CCS: issue?
Fram_fr

Replies: 3
Views: 6025

PostForum: General CCS C Discussion   Posted: Mon Feb 28, 2011 12:11 pm   Subject: Pic 16F1823, timer and CCS: issue?
Just find what's wrong with my timer.... Laughing
have to change
setup_timer_1(T1_INTERNAL | RTCC_DIV_2);

with

setup_timer_1(T1_INTERNAL | T1_DIV_BY_2);
  Topic: Pic 16F1823, timer and CCS: issue?
Fram_fr

Replies: 3
Views: 6025

PostForum: General CCS C Discussion   Posted: Mon Feb 28, 2011 12:00 pm   Subject: Pic 16F1823, timer and CCS: issue?
just try something...change my values from unsigned INT8 and unsigned INT16 into signed INT8 and signed INT16 and the 2 leds blink together.... Shocked
  Topic: Pic 16F1823, timer and CCS: issue?
Fram_fr

Replies: 3
Views: 6025

PostForum: General CCS C Discussion   Posted: Mon Feb 28, 2011 11:31 am   Subject: Pic 16F1823, timer and CCS: issue?
Hi all,

i'm in progress to work on a small new design (real pcb) using a Pic 16F1823 with CCS 4.114.

Have an issue with delay_ms (does not work), so try to use timer1 to blink a pair of led.
...
  Topic: Interfacing MRF24J40MA with PIC ??
Fram_fr

Replies: 18
Views: 63464

PostForum: General CCS C Discussion   Posted: Thu May 28, 2009 4:46 am   Subject: Interfacing MRF24J40MA with PIC ??
Hi all,

Because I will use MRF24J40 in some weeks, I start to write a driver for this chipboard, so here is a first piece of code (the low level routines which read and write to the MRF24J40 via th ...
  Topic: Microchip Mtouch capacitive touch sensor
Fram_fr

Replies: 6
Views: 28376

PostForum: General CCS C Discussion   Posted: Thu May 21, 2009 4:53 pm   Subject: Microchip Mtouch capacitive touch sensor
Sorry, I've no test this code because no hardware for the moment.
The design of the pcb for the capacitive touch is done but not manufactured.

Regards,
Franck
  Topic: Microchip Mtouch capacitive touch sensor
Fram_fr

Replies: 6
Views: 28376

PostForum: General CCS C Discussion   Posted: Thu Dec 11, 2008 6:05 pm   Subject: Microchip Mtouch capacitive touch sensor
Here is a code that should be work now! (not tested on real hardware)

It is possible to configure output level when a pad is touched:
- high output level when OUT_POLARITY pin is set to GND.(stand ...
  Topic: Microchip Mtouch capacitive touch sensor
Fram_fr

Replies: 6
Views: 28376

PostForum: General CCS C Discussion   Posted: Wed Dec 10, 2008 5:46 am   Subject: Microchip Mtouch capacitive touch sensor
PCM programmer,

Thank you very much for your answer.
I updated my CCS release and it's now OK about VCAP fuse.

About interrupt, I will check your solution using #int_default.

Franck Wink
  Topic: Microchip Mtouch capacitive touch sensor
Fram_fr

Replies: 6
Views: 28376

PostForum: General CCS C Discussion   Posted: Mon Dec 08, 2008 6:20 pm   Subject: Microchip Mtouch capacitive touch sensor
Hi all,

inspired by Microchip Mtouch app. notes and especially AN1171 and Nuts&volt technical paper (june 2008), I start to write a driver for the Build-in Mtouch µC 16F722, 16F723 and 16F726. ...
  Topic: 3-wire SPI device and 4-wire SPI device on the same bus?
Fram_fr

Replies: 3
Views: 11525

PostForum: General CCS C Discussion   Posted: Tue Nov 25, 2008 4:21 pm   Subject: 3-wire SPI device and 4-wire SPI device on the same bus?
Robert,

Thank you for your feed-back, I keep in mind your solution and will finish my hardware design. I'll let you know the result in some weeks.

regards,
Franck
  Topic: Driver for GU112x16_7806 Noritake Itron VFD display
Fram_fr

Replies: 0
Views: 25270

PostForum: Code Library   Posted: Thu Nov 06, 2008 5:22 am   Subject: Driver for GU112x16_7806 Noritake Itron VFD display
Hi all,

here is a driver which contains a set of useful routines for use with a Noritake-Itron GU112X16-7806 graphical Vacuum Fluorescent Display (VFD)in parallel interface.


//---------------- ...
  Topic: MAX6650/6651 driver
Fram_fr

Replies: 0
Views: 25796

PostForum: Code Library   Posted: Wed Oct 29, 2008 1:28 pm   Subject: MAX6650/6651 driver
Hi all,

Here is a code for driving a MAXIM DALLAS MAX6650/MAX6651.
It's a fan speed regulator and monitor with SMBUS/I2C bus interface.


//***************************************************** ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group