mrt 06

DVMEGA Blue-Spot verkrijgbaar

Op de website dvmega.auria.nl is de nieuwe telg uit de DVMEGA familie te zien de DVMEGA BlueSpot. Je kan hiermee je DVMEGA upgraden om via Bleutooth en Ser2net samen te werken met je Android telefoon of tablet door middel van een applicatie. Er wordt ook nieuwe firmware voor de DVMEGA geleverd en deze is gratis. Ser2net is compatibel met de Raspberry Pi- DVMEGA RPI radio setup. Er is een Bluestack micro adapter beschikbaar voor het upgraden van de firmware en de Bluetooth connectie met je Android device. De micro adapter is ook verkrijgbaar als programmeer adapter om ook zonder Bluetooth nieuwe firmware te laden.

Meer informatie over de BlueSpot software vind je hier!
Meer informatie over de BlueStack hardware vind je hier!
ADDEV
IMG_0316

mrt 03

Motorola introduceert next-generation MOTOTRBO-lijn

Bron: Verbinding.tv

Motorola Solutions heeft de vernieuwde ‘next gen’ MOTOTRBO-lijn gelanceerd, waarin nieuwe radio’s, een trunking-oplossing en een repeater zijn opgenomen. De nieuwe radio’s zijn voorzien van een geïntegreerde wifi-module, zodat ze binnen een paar minuten kunnen worden voorzien van software-updates, zonder dat de eindgebruiker daarvoor naar het kantoor van de netwerkbeheerder hoeft.
Motorola-kl
Bovendien beschikken de toestellen over een batterij die volgens Motorola een levensduur heeft van 29 uur, zodat er langer mee kan worden doorgewerkt. Daarnaast is de man-down-waarschuwingsfunctie verbeterd en zijn de radio’s voorzien van binnenpandige locatiebepaling – twee cruciale functies bij toepassing in risicovolle omgevingen. Tegelijk met de nieuwe radio’s is Capacity Max geïntroduceerd, een nieuwe MOTOTRBO trunking-oplossing. Dit nieuwe systeem is beter beveiligd en eenvoudiger te bedienen. Capacity Max is schaalbaar van kleine systemen tot grote, complexe projecten die een grote capaciteit vergen (tot maximaal 3.000 eindgebruikers per locatie).

Tot slot zijn de repeaters uit de SLR8000-serie onderdeel van de nieuwe MOTOTRBO-lijn. De SRL8000-repeaters zijn op hetzelfde platform gebouwd als de SRL5000-serie en maken het mogelijk om systemen te realiseren met dekking over een groot geografisch gebied. Door de flexibele architectuur van de SLR8000-serie kunnen de toestellen eenvoudig naar wens worden geconfigureerd.

feb 28

Handcrafted MMDVM Adapter

Bron: www.florian.wolters.de

During experiments with digital voice mode in hamradio I discovered a nice project describing an adapter for D-Star, DMR and other digital modes based on an Arduino Due and a little PCB to be put on top. This unit is called the Multimode Digital Voice Modem or MMDVM (see [1]). It seems that this is getting quite popular because hard- and software is Open Source.

The units can be ordered from Bruce, VE2GZI for a very reasonable price. As of writing this the time for delivery was about 3 to 4 weeks. Because this unit was really of interest I decided to build one myself besides having ordered a set of the nice PCBs with SMD parts.

The schematics and some documentation can be found in the correspronding Yahoo Group under [2]. I built the version 1 circuit which currently also delivered if you order one of the PCBs. Alexander, DC5AJ was so kind as to provide me with a prefilled shopping cart from a Germany electronics supplier which I modified slightly. If you want to order the parts, see [3]. All together with a PCB and a cable this is around 18 €. The additionally needed Arduino Due was clicked on eBay for some 15 € – of course a clone and not the original one :).

So that makes just around 30 € for a neat digital voice adapter that runs with ircDDBGateway and DStarRepeater for D-Star for example. As the circuit is a little more complicated than a simple transistor circuit I decided to look for some software that allows for designing the circuit on a breadboard PCB. I decided to go for blackboard as a first try. This software is available as Open Source from [4] and is written in Java and should run on all major operating systems.

The software allows for basic design of the circuit with basic components without regard to values. I put the parts together on a PCB that is slightly longer than the Arduino. It fits on top as the original MMDVM does. As I had a double layer breadboard I used top and bottom side for wiring. The circuit paths on top are outlined in red and the bottoms ones in blue. There are some areas where the bottom paths are overlayed by the top ones. So for reproducing this circuit I recommand to use blackboard because that allows for blanking one of the layers. The file for blackboard can be downloaded here:

mmdvm.bb

After building the board from the blackboard draft I burned the MMDVM firmware from [5] into the Arduino and running the MMDVMCal program ([6]) I realised that the circuit was not working as expected. None of the LEDs was showing any activity on toggling the PTT. Just the power LED was lit. After some research I found out that there are different Arduino board layouts in the world each having a little different pintout or at least numbering. That issue could be resolved by switching the board layout in the MMDVM Firmware using the Arduino IDE. I just ahd to switch from ARDUINO_DUE_PAPA to ARDUINO_DUE_ZUM in Config.h.

With this modification worked as expected. I used ircDDBGateWay and DStarRepeater from [7] and configured DStarRepeater to use the MMDVM. After compiling I connected it to an XRF reflector to receive some audio. My ICOM R2500 decoded the D-Star QSO instantly while the ID-51 resisted. So I did some turns on the trimmers for TX and afterwards also the ID-51 was fine with decoding.

A little recording of my first QSO using the MMDVM adapter with DL6EAT can be found on YouTube unter [8].

References

[1] http://mmdvm.blogspot.de/
[2] https://groups.yahoo.com/neo/groups/mmdvm/
[3] https://secure.reichelt.de/index.html?&ACTION=20&AWKID=1181237&PROVID=2084
[4] https://github.com/mpue/blackboard
[5] https://github.com/g4klx/MMDVM
[6] https://github.com/g4klx/MMDVMCal
[7] https://github.com/dl5di/OpenDV
[8] https://youtu.be/ydqG4fWbkbw