Electronic Components Datasheet Search
  British  ▼
ALLDATASHEET.CO.UK

X  

CFA633-RDI-KU Datasheet(PDF) 36 Page - Crystalfontz America, Inc.

Part # CFA633-RDI-KU
Description  INTELLIGENT LCD MODULE
PDF  86 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  CRYSTAIFONTZ [Crystalfontz America, Inc.]
Direct Link  https://www.crystalfontz.com/
Logo CRYSTAIFONTZ - Crystalfontz America, Inc.

CFA633-RDI-KU Datasheet(HTML) 36 Page - Crystalfontz America, Inc.

Back Button CFA633-RDI-KU Datasheet HTML 32Page - Crystalfontz America, Inc. CFA633-RDI-KU Datasheet HTML 33Page - Crystalfontz America, Inc. CFA633-RDI-KU Datasheet HTML 34Page - Crystalfontz America, Inc. CFA633-RDI-KU Datasheet HTML 35Page - Crystalfontz America, Inc. CFA633-RDI-KU Datasheet HTML 36Page - Crystalfontz America, Inc. CFA633-RDI-KU Datasheet HTML 37Page - Crystalfontz America, Inc. CFA633-RDI-KU Datasheet HTML 38Page - Crystalfontz America, Inc. CFA633-RDI-KU Datasheet HTML 39Page - Crystalfontz America, Inc. CFA633-RDI-KU Datasheet HTML 40Page - Crystalfontz America, Inc. Next Button
Zoom Inzoom in Zoom Outzoom out
 36 / 86 page
background image
Crystalfontz America, Inc.
Data Sheet Release Date 2012/02/21
www.crystalfontz.com
CFA633-RDI-KU LCD Module (Hardware v2.0 / Firmware u2v1)
February 2012
Page 36
type = 0x82
data_length = 4
data[0] is the index of the temperature sensor being reported:
0 = temperature sensor 1
1 = temperature sensor 2
. . .
31 = temperature sensor 32
data[1] is the MSB of Temperature_Sensor_Counts
data[2] is the LSB of Temperature_Sensor_Counts
data[3] is DOW_crc_status
The following C function will decode the Temperature Sensor Report packet into °C and °F:
void OnReceivedTempReport(COMMAND_PACKET *packet, char *output)
{
//First check the DOW CRC return code from the CFA633
if(packet->data[3]==0)
strcpy(output,"BAD CRC");
else
{
double
degc;
degc=(*(short *)&(packet->data[1]))/16.0;
double
degf;
degf=(degc*9.0)/5.0+32.0;
sprintf(output,"%9.4f°C =%9.4f°F",
degc,
degf);
}
}
COMMAND CODES
Below is a list of valid commands for the CFA633. Each command packet is answered by either a response packet or
an error packet.The low 6 bits of the type field of the response or error packet is the same as the low 6 bits of the type
field of the command packet being acknowledged.
0 (0x00): Ping Command
The CFA633 will return the Ping Command to the host.
type: 0x00 = 010
valid data_length is 0 to 16
data[0-(data_length-1)] can be filled with any arbitrary data
The return packet is identical to the packet sent, except the type will be 0x40 (normal response, Ping Command):
type: 0x40 | 0x00 = 0x40 = 6410
data_length = (identical to received packet)
data[0-(data_length-1)] = (identical to received packet)
1 (0x01): Get Hardware & Firmware Version
The CFA633 will return the hardware and firmware version information to the host.
type: 0x01 = 110
valid data_length is 0



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86


Datasheet Download

Go To PDF Page


Link URL



Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link to Datasheet    |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com