Zack and A.C.

5
Zack and A.C. Zack and A.C. Sensor Report

description

Zack and A.C. Sensor Report. AM-RTD-315 Transceiver Module. Amplitude Modulation 50 Ω whip antenna Antenna length = λ/4 Half- duplex 10kbps raw data. USART1 Rx interrupt Baud rate Parity bit 8 data, 1 start and stop bit Rx enable. void USART1_TX(unsigned char DATA_TX) { - PowerPoint PPT Presentation

Transcript of Zack and A.C.

Page 1: Zack and A.C.

Zack and A.C.Zack and A.C.

Sensor Report

Page 2: Zack and A.C.

AM-RTD-315AM-RTD-315 Transceiver ModuleTransceiver Module

Amplitude Modulation 50 Ω whip antenna Antenna length = λ/4 Half- duplex 10kbps raw data

Page 3: Zack and A.C.

Serial CommunicationSerial Communication

USART1 Rx interrupt Baud rate Parity bit 8 data, 1 start

and stop bit Rx enable

void USART1_TX(unsigned char DATA_TX)

{

PORTC = (PORTC & 0xFE);

while( !(UCSR1A & (1<<UDRE)))

;

UDR1 = DATA_TX;

PORTC = (PORTC | 0x01);

}

Page 4: Zack and A.C.

EncodingEncoding

Manchester less susceptible to noise halves data rate

Page 5: Zack and A.C.

Source for PartsSource for Parts

Abacom Technologies

www.abacom-tech.com

Transceivers, modems, encoders