1 / 5

Zack and A.C.

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) {

omar
Télécharger la présentation

Zack and A.C.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Zack and A.C. Sensor Report

  2. AM-RTD-315Transceiver Module • Amplitude Modulation • 50 Ω whip antenna • Antenna length = λ/4 • Half- duplex • 10kbps raw data

  3. 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); } Serial Communication

  4. Encoding Manchester • less susceptible to noise • halves data rate

  5. Source for Parts Abacom Technologies www.abacom-tech.com Transceivers, modems, encoders

More Related