Author |
Message |
Topic: fdc2112 |
MikeW
Replies: 2
Views: 7741
|
Forum: General CCS C Discussion Posted: Sat Feb 15, 2025 8:09 am Subject: fdc2112 |
a simple google search found lots of help
https://github.com/zharijs/FDC2214
Ti FDC2112, FDC2114, FDC2212 and FDC2214 capacitative sensor library for Arduino |
Topic: SSD1306 driver for use with less RAM |
MikeW
Replies: 64
Views: 370076
|
Forum: Code Library Posted: Wed Aug 24, 2022 8:54 am Subject: SSD1306 driver for use with less RAM |
@hsogukpinar
Just bought a 1309 display.
What value of reset capacitor would you suggest ? |
Topic: Compiler selection |
MikeW
Replies: 9
Views: 30511
|
Forum: General CCS C Discussion Posted: Wed Jan 05, 2022 11:10 am Subject: Compiler selection |
@MCUprogrammer
I am saddened that since you joined the site in September 2020.
You ask such a basic question |
Topic: PICkit minus stand-alone software for PICkit2 & 3 |
MikeW
Replies: 1
Views: 15095
|
Forum: General CCS C Discussion Posted: Thu Dec 16, 2021 7:09 am Subject: PICkit minus stand-alone software for PICkit2 & 3 |
well done, excellent !!! |
Topic: Problem with Digital Pot MCP4017 driving |
MikeW
Replies: 32
Views: 88538
|
Forum: General CCS C Discussion Posted: Tue Oct 26, 2021 1:12 am Subject: Problem with Digital Pot MCP4017 driving |
4K7 is a bit high. Thats fine for 5V, but I would use 3K3 for 3 volts |
Topic: 18F06Q40 for UART settings code example |
MikeW
Replies: 7
Views: 23957
|
Forum: General CCS C Discussion Posted: Mon Jun 14, 2021 3:30 am Subject: 18F06Q40 for UART settings code example |
This is what I used at the start of my "C" main program
#include <18F16Q41.h>
#fuses NOWDT,NOPROTECT,PUT_64MS,NOLVP,NOBROWNOUT
#use delay(clock=4M)
#use i2c(Master,Fast,s ... |
Topic: SSD1306 driver for use with less RAM |
MikeW
Replies: 64
Views: 370076
|
Forum: Code Library Posted: Sun Jun 13, 2021 8:52 am Subject: SSD1306 driver for use with less RAM |
@Ttelmah
That fixed it, thank you. |
Topic: SSD1306 driver for use with less RAM |
MikeW
Replies: 64
Views: 370076
|
Forum: Code Library Posted: Mon Jun 07, 2021 9:38 am Subject: SSD1306 driver for use with less RAM |
@Ttelmah
I tried the revised bargraph routine.
When ctr is =100, I still get a blank at the end. |
Topic: I2C to USB |
MikeW
Replies: 17
Views: 43182
|
Forum: General CCS C Discussion Posted: Sat Jul 25, 2020 1:03 am Subject: I2C to USB |
this works- FT232H
Application Note AN_255 USB to I2C Example using the FT232H and FT201X devices
https://www.ftdichip.com/Support/Documents/AppNotes/AN_255_USB%20to%20I2C%20Example%20using%20 ... |
Topic: driver for SPI FRAM CY15B104Q |
MikeW
Replies: 33
Views: 72663
|
Forum: General CCS C Discussion Posted: Fri Oct 18, 2019 12:00 am Subject: driver for SPI FRAM CY15B104Q |
this might help
https://www.silabs.com/community/wireless/zigbee-and-thread/knowledge-base.entry.html/2017/06/16/extending_the_spifla-0SnN |
Topic: using #define before the processor is defined |
MikeW
Replies: 2
Views: 10769
|
Forum: General CCS C Discussion Posted: Tue Jan 01, 2019 6:48 am Subject: using #define before the processor is defined |
Found it, the compiler won't allow the number, if I change it to
#define P18F13K22 or PIC_P18F13K22it compiles. |
Topic: using #define before the processor is defined |
MikeW
Replies: 2
Views: 10769
|
Forum: General CCS C Discussion Posted: Tue Jan 01, 2019 6:45 am Subject: using #define before the processor is defined |
I am trying to generalise Ttelmah's excellent SSD1306 driver.
Rather than define the processor and fuses at the top of the main program,
I want to have a multiple choice of processor and fuses etc ... |
Topic: Merry Christmas |
MikeW
Replies: 10
Views: 24497
|
Forum: General CCS C Discussion Posted: Fri Dec 21, 2018 12:09 pm Subject: Merry Christmas |
is that Santa squashing software bugs ?
@Ttelmah, best wishes |
Topic: pwm dead band generator |
MikeW
Replies: 6
Views: 19213
|
Forum: General CCS C Discussion Posted: Tue Nov 20, 2018 2:44 pm Subject: pwm dead band generator |
@ PROMOD
I resisted replying until 2 other well respected people responded.
point 1- its nothing to do with the CCS compiler
point 2- you dont read the PIC datasheet
point 3- google would have ... |
Topic: SSD1306 driver with big fonts issues |
MikeW
Replies: 11
Views: 25504
|
Forum: General CCS C Discussion Posted: Thu Oct 04, 2018 5:55 am Subject: SSD1306 driver with big fonts issues |
I just wanted to praise Ttelmah for his support and effort.
You are a superstar
Mike |
|