Author |
Message |
Topic: [off topic] For folks interfacing with ESP32s |
dyeatman
Replies: 3
Views: 186
|
Forum: General CCS C Discussion Posted: Tue Mar 11, 2025 4:31 am Subject: [off topic] For folks interfacing with ESP32s |
Jeremiah,
Since I use quite a few ESP32 based devices and interface them to PICs I appreciate the info. Either way it is good to know. Thank you! |
Topic: SHT41 and I2C |
dyeatman
Replies: 6
Views: 1726
|
Forum: General CCS C Discussion Posted: Thu Feb 13, 2025 9:23 am Subject: SHT41 and I2C |
PCMs I2C Scanner in the Code Library would have helped you in this case.
When working with I2C I always use that first to confirm I can talk to the
devices (in case I have interface issues like pull ... |
Topic: Complementary outputs with PWM with dsPIC33EP |
dyeatman
Replies: 8
Views: 1967
|
Forum: General CCS C Discussion Posted: Tue Feb 04, 2025 5:59 am Subject: Complementary outputs with PWM with dsPIC33EP |
You can also look in the examples at ex_hspwm.c |
Topic: Complementary outputs with PWM with dsPIC33EP |
dyeatman
Replies: 8
Views: 1967
|
Forum: General CCS C Discussion Posted: Mon Feb 03, 2025 6:52 am Subject: Complementary outputs with PWM with dsPIC33EP |
Also, hspwm has a complementary option. |
Topic: icd-u64 PIC18LF26K22 firmware |
dyeatman
Replies: 7
Views: 1823
|
Forum: General CCS C Discussion Posted: Fri Jan 31, 2025 6:39 am Subject: icd-u64 PIC18LF26K22 firmware |
The ICD firmware comes with the compiler. Normally you will find the it
in the PICC directory with a name similar to "icd-images-firmware-03-61.fw".
This file is for all versions for the I ... |
Topic: txISR PCD |
dyeatman
Replies: 12
Views: 2773
|
Forum: General CCS C Discussion Posted: Wed Jan 29, 2025 1:01 pm Subject: txISR PCD |
Yep, the latest version compiler is still missing the else in the example... |
Topic: manchester decode |
dyeatman
Replies: 294
Views: 54504
|
Forum: General CCS C Discussion Posted: Sun Jan 26, 2025 5:04 pm Subject: manchester decode |
Out of 106 hits on the word Manchester you couldn't find anything useful? |
Topic: frequency of lc oscillator |
dyeatman
Replies: 20
Views: 8267
|
Forum: General CCS C Discussion Posted: Fri Jan 03, 2025 5:18 pm Subject: frequency of lc oscillator |
Looks like sifirzero1 has made some good efforts at programming so he
definitely knows a bit of what he is doing. The Google translations I got were
kinda funny though! |
Topic: DSPIC30F4011 PWM signal generation |
dyeatman
Replies: 7
Views: 3336
|
Forum: General CCS C Discussion Posted: Wed Jan 01, 2025 9:52 am Subject: DSPIC30F4011 PWM signal generation |
What version of CCS compiler and why are you enabling the PROTECT fuse? |
Topic: hb100 doppler |
dyeatman
Replies: 11
Views: 5057
|
Forum: General CCS C Discussion Posted: Sun Dec 29, 2024 11:42 am Subject: hb100 doppler |
There is also an Application Note here:
https://www.openimpulse.com/blog/products-page/product-category/hb100-microwave-sensor-module/ |
Topic: DSPIC30F4011 RS232 random character problem. |
dyeatman
Replies: 5
Views: 2901
|
Forum: General CCS C Discussion Posted: Thu Dec 26, 2024 3:28 pm Subject: DSPIC30F4011 RS232 random character problem. |
Also need to add ERRORS to the #use rs232 line:
#use rs232( baud = 9600, XMIT=PIN_C13,RCV=PIN_C14,STREAM =seriale, ERRORS) |
Topic: Happy Christmas everyone and Happy New Year |
dyeatman
Replies: 5
Views: 2996
|
Forum: General CCS C Discussion Posted: Wed Dec 25, 2024 7:20 am Subject: Happy Christmas everyone and Happy New Year |
With everything going on in the world I hope everyone here has a Happy, Peaceful and Safe Christmas and New Year! |
Topic: I2C scanner code not working on PIC18F4550 |
dyeatman
Replies: 45
Views: 19475
|
Forum: General CCS C Discussion Posted: Wed Dec 25, 2024 6:53 am Subject: I2C scanner code not working on PIC18F4550 |
Yes, making your own function is the best approach.
Do a quick search on the term writereg and you will find a number of examples
how to make your own writereg type functions. Here is one:
http: ... |
Topic: I2C scanner code not working on PIC18F4550 |
dyeatman
Replies: 45
Views: 19475
|
Forum: General CCS C Discussion Posted: Tue Dec 24, 2024 3:49 pm Subject: I2C scanner code not working on PIC18F4550 |
Driver info for the chip is located here:
https://github.com/gabriel-tenma-white/qn8007_fm_tx
It looks like you can get all your register defines from here to avoid having to
start from scratch. ... |
Topic: CCS command for setting programming/debugging pins on PIC24 |
dyeatman
Replies: 24
Views: 11263
|
Forum: General CCS C Discussion Posted: Tue Nov 26, 2024 8:46 am Subject: CCS command for setting programming/debugging pins on PIC24 |
Page 133 of the November 2021 manual shows the ICD pin selection settings |
|