Re: [Freetel-codec2] Thoughts

2016-09-07 Thread Shane Burrell
A lot boils down to the question. I think codec2 is well documented and list has always been helpful. I also think the last question asked about the UART was really a question about how to use the UART on the STM32 without breaking Codec2. The answer was use interrupt driven UART (or DMA UART)

Re: [Freetel-codec2] Serial USART implementation

2016-09-06 Thread Shane Burrell
ook into the busy loop > or write interrupt code. If the FIFO is deep enough to queue a command, the > code will not be time critical and you can do it in the loop. No DMA > necessary. > > On Sep 6, 2016 7:51 AM, "Shane Burrell" <sh...@shaneburrell.com> wrote: > >> Y

Re: [Freetel-codec2] Serial USART implementation

2016-09-06 Thread Shane Burrell
You shouldn't have any problems doing that via DMA UART On Tue, Sep 6, 2016 at 9:52 AM, wrote: > I'm wondering if any body has managed to implement the serial USART in a > manner that does not interfere with the encode/decode process. > > Will be doing away with the switch menu

Re: [Freetel-codec2] STM32 F7 errata, mmdvm

2016-05-25 Thread Shane Burrell
The DUE likely doesn't have the horsepower. I've seen the MMDVM mentioned in passing but going to the website the code doesn't seem to be availible or licensing. On Wed, May 25, 2016 at 3:12 AM, Alan Beard wrote: > Thanks for the info. > I'm about to use the

Re: [Freetel-codec2] Problem in playing hts1a.raw

2015-07-28 Thread Shane Burrell
Are you using a ST- LINK Programmer? Looks like that device is a STM board and its connecting to the STM bootloader. On Tue, Jul 28, 2015 at 8:27 AM, Nouman Khalid/A-XEN RD/NRTC nouman.kha...@nrtc.com.pk wrote: Hi all, I have downloaded the code from svn and followed the instructions

Re: [Freetel-codec2] options wanted-codec2 stmf4 code optimization question

2015-07-27 Thread Shane Burrell
My last project working with codec2, the code is coupled to kissfft. I don't believe its using any of the arm cmsis optimizations. Going to SHARC would put building outside realm of most users. C4FM and GSMK along with codec2 have been no problem for the F4 and F7 should have some headroom.

Re: [Freetel-codec2] Source?

2015-07-24 Thread Shane Burrell
Given history at sourceforge and not just outages but some of the source hijacking/package installers I would highly recommend moving to GITHUB. On Fri, Jul 24, 2015 at 12:49 PM, James Cloos cl...@jhcloos.com wrote: OB == Onno Benschop o...@itmaze.com.au writes: OB This is getting silly.

Re: [Freetel-codec2] Source?

2015-07-24 Thread Shane Burrell
of us. Or at least a site that extracts and posts daily tar balls, so a recent snapshot is available for people who just want to use the code. - David On 25/07/15 02:29, Shane Burrell wrote: Given history at sourceforge and not just outages but some of the source hijacking/package installers

[Freetel-codec2] PICA/COMBO Star

2015-06-18 Thread Shane Burrell
I have been toying around with integrating CODEC2 within two of my P2 Star's . Its design is aging and I i'm interested if there is some interest in doing a modern version with CODEC2 built in and with STM32F4 as the GUI controller and replacing the AD DSP. KJ4WLC Shane

Re: [Freetel-codec2] VHF Frontend for VHF experimentation

2015-05-06 Thread Shane Burrell
I have some spare time if there is anything to do on the VHF frontend. I've very familar with the DSP-10 and Pico/ComboStar HF designs. Shane KJ4WLC On Mon, Apr 13, 2015 at 10:37 PM, Brady O'Brien brady.obrien...@gmail.com wrote: Hi everybody, I've been helping out with the development of

Re: [Freetel-codec2] VHF Frontend for VHF experimentation

2015-04-14 Thread Shane Burrell
I'd suggest looking at newer parts for the TX/RX switch, LNA section as well as considering using parts that reduce the part count. There are a lot of them on the board and generally parts back and front is really hard to assemble by hand. Maybe a reduction in part count if you used minicircits

Re: [Freetel-codec2] Codec 2 on standalone IC?

2014-04-08 Thread Shane Burrell
I have done this, not in a DIP package however. On Tue, Apr 8, 2014 at 10:51 AM, Samuel Hunt s...@maxxwave.co.uk wrote: Hi all, I have a project that I would like to use Codec 2 with. Has anyone ever played with compiling this to a standalone IC? I am looking for some guidance as to how

Re: [Freetel-codec2] Tiva C Launchpad Shipping

2013-07-25 Thread Shane Burrell
Short of the high end sitara or omap line TI really doesn't have an alternative to the STMF4 other than a big leap up. There just isn't enough speed. The lauchpads a neat devices though. On Thu, Jul 25, 2013 at 2:57 AM, Andy Wood andyw...@hotmail.com wrote: The TI chip is an 80-MHz processor

Re: [Freetel-codec2] RaspberryPI as dumb modem

2013-05-25 Thread Shane Burrell
I've settled on the stm32f4 as it has the MIPS and peripheral support. I also have had good luck with am3517 and the stellaris you mentioned as a full Linux setup. Ideally with the stm32f4 I hope to take the work David is doing with current codec2 and have a hardware module. Sent from my

Re: [Freetel-codec2] RaspberryPI as dumb modem

2013-05-25 Thread Shane Burrell
for integrations, etc that really puts codec2 on devices that are not full blown computers. On Sat, May 25, 2013 at 10:10 PM, Bruce Perens br...@perens.com wrote: On 5/25/2013 6:19 PM, Shane Burrell wrote: I've settled on the stm32f4 as it has the MIPS and peripheral support. I also have had good luck

Re: [Freetel-codec2] Freetel-codec2 Digest, Vol 36, Issue 36

2013-04-25 Thread Shane Burrell
The OMAP is not a great platform to use for the volumes of units that might make it into the ham world. I don't think the integrated DSP is needed when you have several hundred mhz arm and fpu anyways. At least from what I see and what I've been working on the idea is to come up with something

Re: [Freetel-codec2] Codec2 for uC or DSP

2013-04-23 Thread Shane Burrell
All of the Sitara lineup do have FPU but do not include the TI DSP. You will have to step up to OMAP platform for that. Any of the linux based offerings at this point have plenty of power to process a codec2 stream. How many of you are more interested, as I am, in getting this consistently

Re: [Freetel-codec2] Codec2 for uC or DSP

2013-04-17 Thread Shane Burrell
Codec2 will work on the stm32f4. I have ported it prior to major fvmodem changes using a stm protoboard codec and ram. Sent from my iPhone On Apr 17, 2013, at 8:30 PM, Kristoff Bonne krist...@skypro.be wrote: HI Matthew, I may be wrong but according the AVR documentation, the AT91SAM9XE

Re: [Freetel-codec2] Codec2 Hardware

2013-04-02 Thread Shane Burrell
netzblockie...@privatdemail.net wrote: Sounds fine. Do you have any specifications or at least concept (e.g. supported encoding/decoding bandwith; connectivity; needed electronics) or are you just begginig from scratch? @ 20130402,1357CET, Shane Burrell wrote: I have a working codec2 project on bare