FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > FPGA

FPGA comp.arch.fpga newsgroup (usenet)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-24-2008, 02:27 PM
Narendra Sisodiya
Guest
 
Posts: n/a
Default video stream transfer via UART and Bluetooth in FPGA

I need to send video stream over a bluetoth link ,
case 1 ) the video lise is some format (suggest a easy format) in CF
compact flash card , I need to read this file and send it through
UART, Kindly give me any link to do this

case 2 ) I have vidoe starter kit and video is need to be captured and
processed and then I will send it through UART

which case will be easy ?

another problem is , I have bluetooth Kit (ROK101007) which has
protocol stack upto HCI layer - I need to transfer stream via
bluetooth , so inorder to transfer data I think i need to make HCI
Interface layer in VHDL and put the data in HCI data format and then
transmit it via UART connection,,
suggest me what to do,, I ultimater goal is to transfer video data
(either live stream or file stored in CF card ) via Bluetooth Link,
I have bluetooth Kit (contains layer upto HCI ) -- see it diagram at
--

http://bp3.blogger.com/_AOehQh51ooE/.../s1600-h/1.png

Thanks n Regards
Reply With Quote
  #2 (permalink)  
Old 04-24-2008, 03:52 PM
Antti
Guest
 
Posts: n/a
Default Re: video stream transfer via UART and Bluetooth in FPGA

On 24 Apr., 15:27, Narendra Sisodiya <narendra.sisod...@gmail.com>
wrote:
> I need to send video stream over a bluetoth link ,
> case 1 ) the video lise is some format (suggest a easy format) in CF
> compact flash card , I need to read this file and send it through
> UART, Kindly give me any link to do this
>
> case 2 ) I have vidoe starter kit and video is need to be captured and
> processed and then I will send it through UART
>
> which case will be easy ?
>
> another problem is , I have bluetooth Kit (ROK101007) which has
> protocol stack upto HCI layer - I need to transfer stream via
> bluetooth , so inorder to transfer data I think i need to make HCI
> Interface layer in VHDL and put the data in HCI data format and then
> transmit it via UART connection,,
> suggest me what to do,, I ultimater goal is to transfer video data
> (either live stream or file stored in CF card ) via Bluetooth Link,
> I have bluetooth Kit (contains layer upto HCI ) -- see it diagram at
> --
>
> http://bp3.blogger.com/_AOehQh51ooE/...AAVk/o92AjwOZe...
>
> Thanks n Regards


the ROK is NOT real HCI compliant thing at all.. check the reference
designs from memec (now avnet) there are some sources for this module


Antti
Reply With Quote
  #3 (permalink)  
Old 04-24-2008, 06:34 PM
Narendra Sisodiya
Guest
 
Posts: n/a
Default Re: video stream transfer via UART and Bluetooth in FPGA

On Apr 24, 7:52 pm, Antti <Antti.Luk...@googlemail.com> wrote:
> On 24 Apr., 15:27, Narendra Sisodiya <narendra.sisod...@gmail.com>
> wrote:
>
>
>
> > I need to send video stream over a bluetoth link ,
> > case 1 ) the video lise is some format (suggest a easy format) in CF
> > compact flash card , I need to read this file and send it through
> > UART, Kindly give me any link to do this

>
> > case 2 ) I have vidoe starter kit and video is need to be captured and
> > processed and then I will send it through UART

>
> > which case will be easy ?

>
> > another problem is , I have bluetooth Kit (ROK101007) which has
> > protocol stack upto HCI layer - I need to transfer stream via
> > bluetooth , so inorder to transfer data I think i need to make HCI
> > Interface layer in VHDL and put the data in HCI data format and then
> > transmit it via UART connection,,
> > suggest me what to do,, I ultimater goal is to transfer video data
> > (either live stream or file stored in CF card ) via Bluetooth Link,
> > I have bluetooth Kit (contains layer upto HCI ) -- see it diagram at
> > --

>
> >http://bp3.blogger.com/_AOehQh51ooE/...AAVk/o92AjwOZe...

>
> > Thanks n Regards

>
> the ROK is NOT real HCI compliant thing at all.. check the reference
> designs from memec (now avnet) there are some sources for this module
>
> Antti


May you suggest any good bluetooth kit which will be suited for my
work and any existing work for bluetooth data transfer from FPGA,
basically , In PC (Linux ) we have blueZ stack which will communicate
with kits, I cannot have embedded linux on my design,, i have to make
a VHDL source and EDK project which can communicate to any bluetooth
kit , So I think I have to design the the stack in Hardware .. am i
coorect....?? Pelase help me-- what to do,,,
Reply With Quote
  #4 (permalink)  
Old 04-24-2008, 07:07 PM
Antti
Guest
 
Posts: n/a
Default Re: video stream transfer via UART and Bluetooth in FPGA

On 24 Apr., 19:34, Narendra Sisodiya <narendra.sisod...@gmail.com>
wrote:
> On Apr 24, 7:52 pm, Antti <Antti.Luk...@googlemail.com> wrote:
>
>
>
> > On 24 Apr., 15:27, Narendra Sisodiya <narendra.sisod...@gmail.com>
> > wrote:

>
> > > I need to send video stream over a bluetoth link ,
> > > case 1 ) the video lise is some format (suggest a easy format) in CF
> > > compact flash card , I need to read this file and send it through
> > > UART, Kindly give me any link to do this

>
> > > case 2 ) I have vidoe starter kit and video is need to be captured and
> > > processed and then I will send it through UART

>
> > > which case will be easy ?

>
> > > another problem is , I have bluetooth Kit (ROK101007) which has
> > > protocol stack upto HCI layer - I need to transfer stream via
> > > bluetooth , so inorder to transfer data I think i need to make HCI
> > > Interface layer in VHDL and put the data in HCI data format and then
> > > transmit it via UART connection,,
> > > suggest me what to do,, I ultimater goal is to transfer video data
> > > (either live stream or file stored in CF card ) via Bluetooth Link,
> > > I have bluetooth Kit (contains layer upto HCI ) -- see it diagram at
> > > --

>
> > >http://bp3.blogger.com/_AOehQh51ooE/...AAVk/o92AjwOZe...

>
> > > Thanks n Regards

>
> > the ROK is NOT real HCI compliant thing at all.. check the reference
> > designs from memec (now avnet) there are some sources for this module

>
> > Antti

>
> May you suggest any good bluetooth kit which will be suited for my
> work and any existing work for bluetooth data transfer from FPGA,
> basically , In PC (Linux ) we have blueZ stack which will communicate
> with kits, I cannot have embedded linux on my design,, i have to make
> a VHDL source and EDK project which can communicate to any bluetooth
> kit , So I think I have to design the the stack in Hardware .. am i
> coorect....?? Pelase help me-- what to do,,,


no, you are not coorect.

Antti
Reply With Quote
  #5 (permalink)  
Old 04-24-2008, 11:25 PM
Narendra Sisodiya
Guest
 
Posts: n/a
Default Re: video stream transfer via UART and Bluetooth in FPGA

On Apr 24, 11:07 pm, Antti <Antti.Luk...@googlemail.com> wrote:
> On 24 Apr., 19:34, Narendra Sisodiya <narendra.sisod...@gmail.com>
> wrote:
>
>
>
> > On Apr 24, 7:52 pm, Antti <Antti.Luk...@googlemail.com> wrote:

>
> > > On 24 Apr., 15:27, Narendra Sisodiya <narendra.sisod...@gmail.com>
> > > wrote:

>
> > > > I need to send video stream over a bluetoth link ,
> > > > case 1 ) the video lise is some format (suggest a easy format) in CF
> > > > compact flash card , I need to read this file and send it through
> > > > UART, Kindly give me any link to do this

>
> > > > case 2 ) I have vidoe starter kit and video is need to be captured and
> > > > processed and then I will send it through UART

>
> > > > which case will be easy ?

>
> > > > another problem is , I have bluetooth Kit (ROK101007) which has
> > > > protocol stack upto HCI layer - I need to transfer stream via
> > > > bluetooth , so inorder to transfer data I think i need to make HCI
> > > > Interface layer in VHDL and put the data in HCI data format and then
> > > > transmit it via UART connection,,
> > > > suggest me what to do,, I ultimater goal is to transfer video data
> > > > (either live stream or file stored in CF card ) via Bluetooth Link,
> > > > I have bluetooth Kit (contains layer upto HCI ) -- see it diagram at
> > > > --

>
> > > >http://bp3.blogger.com/_AOehQh51ooE/...AAVk/o92AjwOZe...

>
> > > > Thanks n Regards

>
> > > the ROK is NOT real HCI compliant thing at all.. check the reference
> > > designs from memec (now avnet) there are some sources for this module

>
> > > Antti

>
> > May you suggest any good bluetooth kit which will be suited for my
> > work and any existing work for bluetooth data transfer from FPGA,
> > basically , In PC (Linux ) we have blueZ stack which will communicate
> > with kits, I cannot have embedded linux on my design,, i have to make
> > a VHDL source and EDK project which can communicate to any bluetooth
> > kit , So I think I have to design the the stack in Hardware .. am i
> > coorect....?? Pelase help me-- what to do,,,

>
> no, you are not coorect.
>
> Antti


Ok, I am wrong , then please tell me how to do this task, ?
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Video Over RF - using bluetooth and Xilinx Video Starter Kit Narendra Sisodiya FPGA 3 02-22-2008 08:35 PM
inserting text into a video stream (from a pre-existing video source) wallge FPGA 8 01-12-2007 04:23 PM
Bluetooth with FPGA????? aymmmm@gmail.com FPGA 4 04-24-2006 09:22 PM
Error while downloading bit stream to Virtex FPGA draghuram@gmail.com Verilog 1 11-10-2005 04:58 PM
Download bit stream onto ml310 ( virtex 2 pro ) using uart cable Nitesh FPGA 2 08-18-2005 09:28 PM


All times are GMT +1. The time now is 07:55 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved