barbeker
Posts: 12
Joined: Thu Sep 10, 2015 7:37 am

handling a 10Mbps as a part of a communication system

Sun Sep 13, 2015 10:27 am

as a part of a progect, I need to build a communication system capable of handling a 10M bit per seconed data rate. is it posible to use the Raspberry pi to send and recive a stream of bit at that rate (and maybe even crate that stream)

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: handling a 10Mbps as a part of a communication system

Sun Sep 13, 2015 11:33 am

If you limit yourself to Ethernet as the physical medium , it might work.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

User avatar
joan
Posts: 14935
Joined: Thu Jul 05, 2012 5:09 pm
Location: UK

Re: handling a 10Mbps as a part of a communication system

Sun Sep 13, 2015 11:45 am

You would probably need on board hardware help to generate and read the bit stream. SPI would be the obvious choice if you can control the data format.

barbeker
Posts: 12
Joined: Thu Sep 10, 2015 7:37 am

Re: handling a 10Mbps as a part of a communication system

Sun Sep 13, 2015 4:30 pm

first of all thank you for your help. second, please forgive my english.
I guess I need to be more specific. I'm a spouse to build a LED based communication system, and I need the raspberry pie to be able to transmit a data stream to a LED driver which receives either high voltage level (represents a binary one) or low voltage level (represents a binary zero).

User avatar
joan
Posts: 14935
Joined: Thu Jul 05, 2012 5:09 pm
Location: UK

Re: handling a 10Mbps as a part of a communication system

Sun Sep 13, 2015 4:47 pm

barbeker wrote:first of all thank you for your help. second, please forgive my english.
I guess I need to be more specific. I'm a spouse to build a LED based communication system, and I need the raspberry pie to be able to transmit a data stream to a LED driver which receives either high voltage level (represents a binary one) or low voltage level (represents a binary zero).
That rules out SPI (as SPI needs a separate clock signal) and Ethernet. The serial link is limited to 4MBps. All that is left is the PWM or PCM peripherals. I'm not sure if either would be suitable for what you want to do.

drgeoff
Posts: 10765
Joined: Wed Jan 25, 2012 6:39 pm

Re: handling a 10Mbps as a part of a communication system

Sun Sep 13, 2015 5:56 pm

Where is the data coming from? And what format is it?

barbeker
Posts: 12
Joined: Thu Sep 10, 2015 7:37 am

Re: handling a 10Mbps as a part of a communication system

Mon Sep 14, 2015 3:45 pm

Where is the data coming from? And what format is it?
the system is just a prototype so for now it could be anything stored on the Pi's memory. The format of encoding the data doesn't really matter , I just need to turn on and off a led at a 10 Mbps rate in correlation with the binary data.

Return to “Beginners”