Forum - MCS Electronics

 

FAQFAQ SearchSearch RegisterRegister Log inLog in

VHF/UHF weekend radio station
Goto page 1, 2  Next
 
Post new topic   Reply to topic    www.mcselec.com Forum Index -> BASCOM Project Blog
View previous topic :: View next topic  
Author Message
jure_m

Bascom Member



Joined: 14 Jan 2005
Posts: 68
Location: Ljubljana

slovenia.gif
PostPosted: Fri Mar 20, 2015 10:08 pm    Post subject: VHF/UHF weekend radio station Reply with quote

Hi all,

not long ago I have seen DRA818V module, which is a complete FM HAM radio station that needs microphone, AF amplifier and a MCU. So I have ordered a couple of them and by the time I got modules, I have designed a PCB. And it turned out that this was really a weekend project, PCB was soldered in no time, in the rest of the weekend I wrote a first version of Bascom-AVR program and after some HW problems the radio station was nicely working by the Sunday evening.

DRA818 module comes in two versions: DRA818V, that covers freq. from 134 to 174 MHz and DRA818U that covers freq. from 400 to 470 MHz. The best with these modules is their price: 13 US$.

At the present time I am finishing enclosure for this weekend project, also SW would need some routines that would make RTX "user friendly".

At the present I have programmed it to have:

1. simplex channels with 12.5 kHz step
2. repeater channels with 12.5 kHz step (subtones included)
3. Echolink repeaters (covering local Echolinks) (subtones included)
4. free freq. set with steps 12.5 kHz, 100 kHz and 1 MHz
5. set squelch level, volume and microphone level

Modules offer much more, like programmable filters, subtones on RX/TX, DTMF, scrambling, sending SMS, like on phones, VOX...

So a lot of things still to be programmed/played with.

I will post a Bascom-AVR program when I do translation of the comments. From a simple program which proved the concept it grew a bit.

Best regards
Jure
Back to top
View user's profile Visit poster's website
Paulvk

Bascom Member



Joined: 28 Jul 2006
Posts: 1257
Location: SYDNEY

australia.gif
PostPosted: Sat Mar 21, 2015 10:11 am    Post subject: Reply with quote

Hello jure_m

Very nice indeed

Regards Paul
Back to top
View user's profile
albertsm

Administrator



Joined: 09 Apr 2004
Posts: 5922
Location: Holland

blank.gif
PostPosted: Mon Mar 23, 2015 11:45 am    Post subject: Reply with quote

nice project Jure. Seems like a great module.
_________________
Mark
Back to top
View user's profile Visit poster's website
jure_m

Bascom Member



Joined: 14 Jan 2005
Posts: 68
Location: Ljubljana

slovenia.gif
PostPosted: Mon Mar 23, 2015 3:32 pm    Post subject: Reply with quote

Hi,

I just want to add few photos of the radio. I'd love to have nicer buttons, but also as such it looks quite nice.

Best regards
Jure
Back to top
View user's profile Visit poster's website
jure_m

Bascom Member



Joined: 14 Jan 2005
Posts: 68
Location: Ljubljana

slovenia.gif
PostPosted: Wed Mar 25, 2015 11:09 am    Post subject: Reply with quote

Hi all,

here is the follow up of this project. Schematics & Bascom-AVR program are attached.

On the schematics I need to add some explanations.IC5 is basically not needed if the board is about to be powered from 12V. IC5 was added in case that the board was powered directly from LiPo cell (nice feature for Portable work where we need every Watthour from the battery). Fully powered LiPo can have 4.5V, while it's normal voltage is below 4V, which may cause that LCD might not have proper contrast, hence we need IC5 to add that much negative voltage so that LCD displays in order. If you omit IC5 then the middle contact of J2 should be connected directly to GND.

On the board you will find also microphone preamplifier. This was added after during tests electret mike did not perform well enough. You may want to adjust amplification of the preamp around Q2 and change R10 - smaller R10 means smaller amplification. On this schematics a dynamic microphone was used.

Perhaps you'd want firstly to try your electret mike without Q2. In this case you do not need to use R10, C23 (and Q2) and connect electret mike to junction R1/C3.

Jumper J1 was meant to achieve higher amplification of the LM386. During testing I have seen that LM386 has enough amplification with J1 open, but you may want to try that yourself.

SP2 is active buzzer, which sounds when we confirm settings done with encoder.

The Bascom program cannot be described in few lines, but it's also rather well commented so there should be no problem when you want to modify it. This version of the programme is for 134 to 174 MHz band, while I am already preparing 400 to 470 MHz version.

Best regards
Jure


Last edited by jure_m on Wed Mar 25, 2015 1:54 pm; edited 1 time in total
Back to top
View user's profile Visit poster's website
Paulvk

Bascom Member



Joined: 28 Jul 2006
Posts: 1257
Location: SYDNEY

australia.gif
PostPosted: Wed Mar 25, 2015 12:17 pm    Post subject: Reply with quote

This would be a great project to submit to the ARRLs QST magazine
The march edition featured a talking frequency counter written in Bascom.

Regards Paul
Back to top
View user's profile
albertsm

Administrator



Joined: 09 Apr 2004
Posts: 5922
Location: Holland

blank.gif
PostPosted: Fri Mar 27, 2015 9:16 pm    Post subject: Reply with quote

thanks for sharing Jure. And for the instructions.
The code is indeed well documented and understandable.

_________________
Mark
Back to top
View user's profile Visit poster's website
jure_m

Bascom Member



Joined: 14 Jan 2005
Posts: 68
Location: Ljubljana

slovenia.gif
PostPosted: Mon Mar 30, 2015 12:42 pm    Post subject: Reply with quote

Paulvk wrote:
This would be a great project to submit to the ARRLs QST magazine
The march edition featured a talking frequency counter written in Bascom.

Regards Paul


I did send the article to DUBUS.

Best regards
Jure
Back to top
View user's profile Visit poster's website
jure_m

Bascom Member



Joined: 14 Jan 2005
Posts: 68
Location: Ljubljana

slovenia.gif
PostPosted: Tue Mar 31, 2015 8:53 am    Post subject: Reply with quote

There is another nice feature about these modules. When I was writing SW for the 70 cm version I noticed that I receive some signals. It has turned out that 2m module does receive also 70 cm signals. I did not measure how attenuated 70 cm signals were, but reception from a repeater that is 18 km away was very good. Unfortunately TX does not perform that well.

I have a plan to make a 2m RTX which can also receive 70 cm, which can be handy.

Best regards
Jure
Back to top
View user's profile Visit poster's website
jure_m

Bascom Member



Joined: 14 Jan 2005
Posts: 68
Location: Ljubljana

slovenia.gif
PostPosted: Fri May 15, 2015 10:36 am    Post subject: Reply with quote

Hi,

I have agreed with HAM operators from Slovenia to bring my VHF radio to HAMRADIO fair that will take place in Friedrichshafen this June. The VHF radio will be displayed & running at the Slovenian booth of the S5 radio amateur association ZRS. The booth No. may change, that was the booth No. from 2014.

In the mean time I have updated SW so that I use Nokia5510 LCD which can show much more info on LCD than 2x16 LCD module, see attached photo.

Best regards
Jure
Back to top
View user's profile Visit poster's website
albertsm

Administrator



Joined: 09 Apr 2004
Posts: 5922
Location: Holland

blank.gif
PostPosted: Fri May 15, 2015 10:45 am    Post subject: Reply with quote

That looks much better Jure.
I like these small graph lcd's Smile

_________________
Mark
Back to top
View user's profile Visit poster's website
jure_m

Bascom Member



Joined: 14 Jan 2005
Posts: 68
Location: Ljubljana

slovenia.gif
PostPosted: Sat May 30, 2015 6:26 pm    Post subject: Reply with quote

albertsm wrote:
That looks much better Jure.
I like these small graph lcd's Smile


Thanks Mark, indeed does look much better. See attached photo of latest enclosure. The radio station (above) and PWM power supply (0-18V/2A) which features also current generator, LiPo, Pb, NiCd battery charger, will be displayed at HAM RADIO fair in Friedrichshafen at the booth of Slovenian Radio amateur Association.

I will not be there but my colleagues will be and will demonstrate both and also some other projects of Slovenian HAM operators.

73 de Jure, S52CQ


Last edited by jure_m on Thu Jun 04, 2015 8:59 am; edited 1 time in total
Back to top
View user's profile Visit poster's website
albertsm

Administrator



Joined: 09 Apr 2004
Posts: 5922
Location: Holland

blank.gif
PostPosted: Sat May 30, 2015 9:33 pm    Post subject: Reply with quote

end result looks great. thanks for showing the finished project.
_________________
Mark
Back to top
View user's profile Visit poster's website
aphawk

Bascom Member



Joined: 23 Jan 2010
Posts: 168
Location: Brazil

brazil.gif
PostPosted: Thu Jun 18, 2015 9:40 pm    Post subject: Reply with quote

Wow !!!!

Very nice !!!! This will be a product, a kit, or will sell the PCB ?

I have some Baofeng radios here, but one radio that I can program all the functions is like a dream !!!

Paulo
Back to top
View user's profile
jure_m

Bascom Member



Joined: 14 Jan 2005
Posts: 68
Location: Ljubljana

slovenia.gif
PostPosted: Fri Jun 19, 2015 9:33 am    Post subject: Reply with quote

aphawk wrote:
but one radio that I can program all the functions is like a dream !!!

Paulo


Thanks for compliments. Yes, you're right, it's nice to preprogram your own radio as you wish. For example I have programmed names of local repaters to be shown on LCD as you see on the photo.

You can get PCB+DRA818 module on this link. There you should also find latest schematic, Bascom & HEX files for Nokia 5510. You're welcome to contribute at SW and/or HW modifications.

I have a plan to design add-on output filters for VHF&UHF bands with added small amplifier for VHF band. Namely I have discovered that DRA818U works well on VHF, the only drawback is 100 mW output power at VHF. I can amplify that with a single RF transistor which I will test shortly. Check my blog from time to time.

73 de Jure, S52CQ
Back to top
View user's profile Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    www.mcselec.com Forum Index -> BASCOM Project Blog All times are GMT + 1 Hour
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum