Got FM working !
|
|
Re: Squelch tail
When I use dmr or c4fm, I hear the digital noise also coming out to my Frequency on FM that has ctcss programmed in mmdvm and my radio. How do I stop that from happening. It appears the digital modes are also transmitting the ctcss from the FM side.
|
|
Re: Squelch tail
Jeff5bcb
Hi Geoffrey, Jeff, F5BCB
|
|
Re: Squelch tail
Geoffrey Merck
Hi Jeff, "Currently it works with CTCSS + COS" => You have CTCSS and COS activated ?
|
|
Squelch tail
Jeff5bcb
Hi all,
I noticed a squelch tail phenomenon which produces an unpleasant noise when the repeater no longer receives a carrier. Currently it works with CTCSS + COS I do not know what parameter can act to solve this problem. Have you noticed this behavior? 73 Jeff, F5BCB
|
|
FM/NXDN Mode and older MMDVM modems
Hi Folks
I see a lot of comments about the MMDVM not supporting various hardware with the new FM work. I think I need to point some things out: 1. The developers don't have access to all of the hardware that is out there. We can only support what we have, and even then it isn't easy. Ultimately if your hardware was created by G9BF, then it is G9BFs responsibility to support it. If we can make sure it runs correctly then we'll try to do so, but we make no guarantees. The most common quality modem hardware is provided by KI6ZUM, N3XCC (Repeater Builder), BI7JTA, and DF2ET. This list is not exhaustive, but these represent good quality boards and you can reasonably expect them to work. However see note 2 below. 2. With the additional work on the MMDVM, we are finding that some of the older MMDVM hardware no longer has enough processing power to run it. This first came up with NXDN mode, and this is now showing itself with the new FM mode. Geoffrey F4FXL had to do some amazing optimisations in order to get the standalone FM mode to run on the Arduino Due, but there is no way that this platform will support the use of external audio (i.e. Echolink). This comment also applies to other boards, typically ARM M4 boards with clock speeds lower than 180 MHz. This unfortunately applies to Arduino Due based interfaces, Repeater Builder V1 and V2 boards, SP6POG boards, and many no-name boards that are sourced from China via eBay. If you are buying a new MMDVM modem board and you aren't sure what processor that it uses, ask the seller. If it's less than a 180 MHz ARM M4 and the seller claims that it supports FM or NXDN mode, don't believe them. Better, buy your board from a reputable seller, you may be paying more, but you'll be getting guaranteed hardware with a good chance that it will work with future upgrades. Jonathan G4KLX
|
|
Re: Latest MMDVM firmware compatibility with STM32F104
Razvan M
Hi Geoffrey,
RaspberryPi 3B / Stretch / Raspbian GNU/Linux 9 / Kernel 4.19.66-v7+ I don't think it's a platform problem since I have the same hardware/software combo since last year and I've tested a lot of firmwares Cheers! Razvan / YO6NAM
|
|
Re: Latest MMDVM firmware compatibility with STM32F104
Geoffrey Merck
Hi,
What platform did you compile on ? I needed to compile under Debian 9. Compiling under debian 10 resulted in w non working Firmware. 73 Geoffrey F4FXL - KC3FRA
|
|
Re: Issues with COS - Low output from MOSFET
Yes of course - I see that now. Have to consider that when conversion time comes.
toggle quoted messageShow quoted text
|
|
Re: Issues with COS - Low output from MOSFET
Dominic
It is beneficial when using the new FM Analogue mode on the MMDVM. Not needed for digital modes. Dom G7NPW
On 22 May 2020, at 6:36 pm, f5vmr23 <f5vmr@...> wrote:
|
|
Re: Building new firmware and mmdvm host
Hi Scott and all,
I did program the firmware, before I noticed the message about 'not load the firmware' version. So far no real issues observed with the 'older' modes, except for the fact that opening the FM repeater with configured CTCSS code results in these log lines: M: 2020-05-22 17:37:43.926 Mode set to FM
M: 2020-05-22 17:38:34.235 Mode set to FM
E: 2020-05-22 17:38:34.486 MMDVM DAC levels have overflowed
E: 2020-05-22 17:38:34.738 MMDVM DAC levels have overflowed
E: 2020-05-22 17:38:34.989 MMDVM DAC levels have overflowed
E: 2020-05-22 17:38:35.241 MMDVM DAC levels have overflowed If there is any way I can help testing FM firmwares let me know! 73' Ron
|
|
Re: Issues with COS - Low output from MOSFET
Running 3 DMR repeaters I have not used COS in any of them, and they all use different modem cards Zum-USB, Zum-Radio Pi-Hat & RepeaterBuilders Hat, I presume this is for other modes?
toggle quoted messageShow quoted text
Regards Chris F5VMR/G4NAB
|
|
Re: Issues with COS - Low output from MOSFET
Dominic
Hi Matthew, This is what I did on mine and it works 100% Repeater pinout might be different to yours Dom G7NPW
On 22/05/2020 17:19, Matthew 2E0SIP wrote:
|
|
Re: Issues with COS - Low output from MOSFET
Brian Morrison
On Fri, 2020-05-22 at 09:19 -0700, Matthew 2E0SIP wrote:
The 2N7000 is an n-channel device, so you are using it as a source follower with a fairly high output impedance (that 47K). Note that the device itself has a minimum on-resistance of about 5 ohms. A better way is to add in a second P-channel device with its source connected to 3V and the drain of the 2N7000 connected to its gate (disconnect 2N7000 drain from 3V), then use the p-channel device drain to drive the STM32F446 input with a pull-down resistor of a reasonable value to ground. This should give you active high on the squelch input and a good drive capability which you won't get with the existing circuit. -- Brian G8SEZ
|
|
Re: Issues with COS - Low output from MOSFET
Matthew 2E0SIP
Thanks for the responses. Brian - The power comes from a Raspberry Pi over USB to a Nucleo Board where I guess it's dropped down to 3.3v. All grounds are commoned. I've confirmed there's 3.3V at the Drain.
|
|
Re: Issues with COS - Low output from MOSFET
Dominic
I pulled mine up high with a 10k pull up resistor on my F0DEI board then set the Tait to be active high when busy. And applied this signal between the resistor and the board input.
toggle quoted messageShow quoted text
You have the option to invert the sense in the software now and also the radio so have you tried it the opposite way around? -- Dominic G7NPW
On 22 May 2020, at 3:23 pm, Matthew 2E0SIP <groups.io@...> wrote:
|
|
Re: Issues with COS - Low output from MOSFET
Brian Morrison
On Fri, 2020-05-22 at 07:23 -0700, Matthew 2E0SIP wrote:
What is the input circuit to the STM32F446? What supply does that chip run from? -- Brian G8SEZ
|
|
Issues with COS - Low output from MOSFET
Matthew 2E0SIP
Hi All, Unfortunately discreet electronics isn't my forte. Does anyone have any suggestions? Is this configuration working for others? Any thoughts appreciated, 2E0SIP
|
|
Latest MMDVM firmware compatibility with STM32F104
Razvan M
I compiled and uploaded the latest version on a STM32F104 board and noticed it won't start (no led sequence, only two lit when powered on).
The version (prior to FM) that's working is https://github.com/g4klx/MMDVM/commit/b4647d8 Can someone confirm if the latest FW works on boards based on STM32F1xx? Thanks
|
|
NXDN Gateway for Kenwood
Hi Folks
I've been spending quite a bit of time investigating the Kenwood repeater protocol. Internally the MMDVM when using NXDN uses the Icom repeater protocol to communicate between the modem and the gateway. The Icom protocol is relatively simple and was validated against a real Icom repeater by Adrian VK4TUX a couple of years ago. The Kenwood protocol by comparison is much more complex, using the RTCP and RTP network protocols in interesting ways. Most of the fields have now been understood and so I included the option to use the Kenwood repeater protocol to speak to the gateway. This is selectable in the ini file, with the default being Icom if none is specified for backwards compatibility. Examples for Icom and Kenwood repeaters, as well as for the MMDVM are given in the ini file. I am not totally certain that I fully understand the Kenwood protocol, but the number of magic bytes is now quite low. In a related bit of good news. I have now been able to incorporate the Kenwood GPS protocol handler into the gateway and so GPS equipped Kenwood radios can now appear on aprs.fi alongside the previously available Icom radios, the message on APRS indicates if it came from a Kenwood or Icom radio. There is no extra configuration needed to use this. All of this is on master, with development taking place on the Kenwood branch on GitHub. Jonathan G4KLX
|
|