Author |
Message |
Topic: measure time for 1 input |
iseron
Replies: 2
Views: 7731
|
Forum: General CCS C Discussion Posted: Thu Jul 15, 2004 10:30 am Subject: measure time for 1 input |
Hi.
Developing an IR receiver i need to measure the timeof duratio of pulses when receving. ( for a sony protocol)
How can i discriminate between 2 pulses?
For example and 600 ms pulse is a ... |
Topic: generate 1 byte, pasting 8 bits ( from an IR remote control) |
iseron
Replies: 3
Views: 10858
|
Forum: General CCS C Discussion Posted: Wed Jul 14, 2004 11:28 am Subject: it works! thanks |
thanks! |
Topic: generate 1 byte, pasting 8 bits ( from an IR remote control) |
iseron
Replies: 3
Views: 10858
|
Forum: General CCS C Discussion Posted: Wed Jul 14, 2004 1:09 am Subject: generate 1 byte, pasting 8 bits ( from an IR remote control) |
Hi.
I lost my practice in programming and now i'm spending a lot of time in a relative "simply" thing.
Now i'm receiving pulses from infrared remote control (using the inexpensive IRM-8601s ) ... |
Topic: detect pin (input) jumped to anoter pin (output) |
iseron
Replies: 2
Views: 8405
|
Forum: General CCS C Discussion Posted: Sun May 16, 2004 2:28 pm Subject: detect pin (input) jumped to anoter pin (output) |
Let me explain better.
I have 2 routines programmed.
Now i can choose to run those routines in RS232 console mode. If a press number 1 ---> routine N�1 press number 2 --> routine N�2
... |
Topic: detect pin (input) jumped to anoter pin (output) |
iseron
Replies: 2
Views: 8405
|
Forum: General CCS C Discussion Posted: Sat May 15, 2004 10:41 pm Subject: detect pin (input) jumped to anoter pin (output) |
Hi.
I have to deliver a project in 2 more days and my client asked me about a jumper configuration.
The hardware is done, and i have a PIC16F877 with 4 pins who can be easily jumped or short ... |
Topic: FAT12 & FAT16 implementation (problem:cant read the file |
iseron
Replies: 1
Views: 9081
|
Forum: General CCS C Discussion Posted: Tue Mar 09, 2004 2:49 pm Subject: FAT12 & FAT16 implementation (problem:cant read the file |
Hello.
Now i'm developing a routine to create a big .TXT file, in a datalogger mode, what use all the space available in a compact flash device.
My way to do the datalogger, is create a .TXT ... |
Topic: multiplication: result=32 bits , original numbers = 16 bit |
iseron
Replies: 4
Views: 14035
|
Forum: General CCS C Discussion Posted: Sun Mar 07, 2004 1:12 pm Subject: multiplication: result=32 bits , original numbers = 16 bit |
Let me explain better my problem.
1) the void function need a 32 bit entry, then write the size of this 32 bits onto the compact flash. But with the multiplication showed, i can't obtain the ... |
Topic: multiplication: result=32 bits , original numbers = 16 bit |
iseron
Replies: 4
Views: 14035
|
Forum: General CCS C Discussion Posted: Sun Mar 07, 2004 12:37 am Subject: multiplication: result=32 bits , original numbers = 16 bit |
Hi i need to obtain a 32 bit number for the size of an archive in FAT12-FAt16 root directory standard. (the standar said that the size always its a 32 bits number size in little endian form)
My ... |
Topic: Saving data to memo cards (sd, compactflash, memostick etc.) |
iseron
Replies: 4
Views: 15934
|
Forum: General CCS C Discussion Posted: Sun Mar 07, 2004 12:25 am Subject: Saving data to memo cards (sd, compactflash, memostick etc.) |
NOw i'm finishing a project with a compact FLash - a datalogger exactly- and over all my research in all kind of memory types, the CF is the cheaper-resistant-supported-free specs- etc. You ca ... |
Topic: make a byte between 2 other bytes |
iseron
Replies: 3
Views: 10626
|
Forum: General CCS C Discussion Posted: Sat Mar 06, 2004 10:33 pm Subject: make a byte between 2 other bytes |
Thanks!!
Excelent Guide to finish this part of my algorithm.
The given code was not exactly what was i looked for but. i learn it!
Really thanks!
Ignacio. |
Topic: make a byte between 2 other bytes |
iseron
Replies: 3
Views: 10626
|
Forum: General CCS C Discussion Posted: Thu Mar 04, 2004 2:37 pm Subject: make a byte between 2 other bytes |
Hi.
i need to create a byte, but from the half of other 2 bytes.
This is for implementig a FAT12 routine, FAt 12 mean that it use only 12 bits. Then i will write this on a Compact Flash. ... |
Topic: decimal counter to 16 bit data |
iseron
Replies: 1
Views: 8737
|
Forum: General CCS C Discussion Posted: Mon Mar 01, 2004 5:20 pm Subject: decimal counter to 16 bit data |
Hi.
I need to program a decimal counter beginning from 0 ( EX: 0 , 1 , 2 ... 10000) but my problem is the format of the data because the final saved data its must be like in XXXXh format (examp ... |
|