Hi Thomas,
nice to see someone in the gnuradio world treating with the same problems.
In my case the cc1k send 5 preamble bytes (0x) followed by a
synchronisation sequence of 0x. After this comes the header and my data.
The synchronisation sequence of 0x is the chip pattern of transmi
On Wed, Mar 22, 2006 at 11:44:42AM -0800, Thomas Schmid wrote:
> Hi Luis,
>
> I have the code to decode mica2 motes. It is not perfect yet since I
> still use the correlator and I would like to move over to the gmsk way
> with proper synchronisation. But it works ;)
>
> In my case, the cc1k sends
Hi Thomas,
nice to see someone in the gnuradio world treating with the same problems.
In my case the cc1k send 5 preamble bytes (0x) followed by a
synchronisation sequence of 0x. After this comes the header and my data.
The synchronisation sequence of 0x is the chip pattern of transmit
Hi Luis,
I have the code to decode mica2 motes. It is not perfect yet since I
still use the correlator and I would like to move over to the gmsk way
with proper synchronisation. But it works ;)
In my case, the cc1k sends a synchronisation sequence of 0x99 to
which I synchronize the correlator
On Tuesday 21 March 2006 19:15, you wrote:
> On Tue, Mar 21, 2006 at 02:53:05PM +0100, Luis Simoes wrote:
> > Hi all,
> >
> > I am a novice in gnuradio and after searching in a lot of forums I put my
> > USRP working and my Gnuradio running. Some FM and AM reception with and
> > without GUI are wor
On Tue, Mar 21, 2006 at 02:53:05PM +0100, Luis Simoes wrote:
> Hi all,
>
> I am a novice in gnuradio and after searching in a lot of forums I put my
> USRP
> working and my Gnuradio running. Some FM and AM reception with and without
> GUI are working fine. Now I have some problems in FSK. I try