Wireless information sending and baud rate

In summary: Both sides need to have a clock to synchronize so it's not possible to do without either.The clock would need to be transmitted with the data.
  • #1
bassplayer142
432
0
I understand how a baud rate can be set by a clock and the data can be shifted through a line. Both sides need a clock to keep in sync. How would this be achieved if you are using wireless. Would both sides need to communicate back and forth because I can't see how a clock could be set on both sides if both sides can't communicate.

I am only interested in moving information in one direction.
 
Engineering news on Phys.org
  • #2
bassplayer142 said:
I understand how a baud rate can be set by a clock and the data can be shifted through a line. Both sides need a clock to keep in sync. How would this be achieved if you are using wireless. Would both sides need to communicate back and forth because I can't see how a clock could be set on both sides if both sides can't communicate.

I am only interested in moving information in one direction.

Well, it really depends on the communications protocol you're using. If you're using an asynchronous protocol (like RS-232 serial, or USB, or Ethernet--IEEE802.3) you know that you won't maintain perfect time synchronization, but you can keep it close enough for short bursts (a few hundred KB, for instance). As long as you know when a transmission happens (say, with a really long high pulse), and the transmission speed (say, 9600 baud) and you've got a decent clock crystal, you can receive packets of data without having to transmit a clock.

If, on the other hand, you're using a synchronous protocol (e.g. I2C or SPI), you rely on a clock being generated by the bus master.

Generally, most wireless protocols are asynchronous. If you needed to wirelessly transmit a clock, and have multiple channels available, and your wireless transmission speed was much faster than your wired protocol, you can use one channel to transmit the clock and one to transmit the data. Or you can come up with some way of transmitting both on the same channel.

But it's probably easier to change synchronous data to asynchronous (say, with a micro) transmit it wirelessly, and then convert it back from asynchronous to synchronous on the receiver end. Or just not use synchronous in the first place.
 
  • #3
Still a little out of my league! But thanks for the information.
 
  • #4
Wifi (802.11) uses a more complex scheme but simple wireless (or infrared) datalinks use Manchester coding http://en.wikipedia.org/wiki/Manchester_code to embed a clock in the data stream.
It costs you in terms of bandwidth but is very reliable and simple to implement.
 

1. What is wireless information sending?

Wireless information sending is the process of transmitting data or information through wireless communication channels, such as radio waves, instead of physical cables or wires.

2. How does wireless information sending work?

Wireless information sending works by converting data into electromagnetic waves, which are then transmitted through the air using antennas. The receiving device then captures the waves and converts them back into data.

3. What is baud rate?

Baud rate refers to the speed at which data is transmitted over a communication channel. It is measured in bits per second (bps) and determines how much data can be sent in a given amount of time.

4. How does baud rate affect wireless information sending?

The baud rate directly affects the speed and efficiency of wireless information sending. A higher baud rate means more data can be transmitted in a shorter amount of time, resulting in faster communication. However, a higher baud rate also requires a stronger and more stable wireless connection.

5. What is the relationship between baud rate and bandwidth in wireless information sending?

Baud rate and bandwidth are closely related in wireless information sending. Baud rate determines the speed at which data is transmitted, while bandwidth refers to the amount of data that can be transmitted at once. A higher baud rate requires a wider bandwidth to accommodate the faster data transmission, and vice versa.

Similar threads

Replies
9
Views
4K
  • Electrical Engineering
Replies
3
Views
895
  • Engineering and Comp Sci Homework Help
Replies
3
Views
3K
  • Computing and Technology
Replies
3
Views
991
Replies
6
Views
2K
Replies
2
Views
1K
  • Electrical Engineering
Replies
3
Views
2K
  • Electrical Engineering
Replies
4
Views
3K
  • Electrical Engineering
Replies
8
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
1K
Back
Top