Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #61   Report Post  
Old March 9th 15, 07:13 PM posted to uk.radio.amateur,rec.radio.amateur.homebrew
external usenet poster
 
First recorded activity by RadioBanter: Aug 2013
Posts: 393
Default The biscuit barrel

On 09/03/15 19:01, Michael Black wrote:
On Mon, 9 Mar 2015, Brian Reay wrote:

On 09/03/2015 08:28, AndyW wrote:
On 06/03/2015 19:04, Brian Reay wrote:

I've not used it much. I was curious and decided to try one. I don't
like radios you 'drive' from a keyboard or computer, I prefer the
traditional front panel.

For a self- coded radio it should be a breeze to add your own 'dials and
knobs' front end.
I have to agree that inputting a number or clicking the sweep button is
not the same and turning a heavy tuning dial but it does produce a hell
of a lot more useful data than an older radio.


Agreed but the attraction of SDRs is the 'tweakability' and, if you
build it all into a box with, say, a modest uP to handle the comms to
the dongle, drive a display, etc. etc. and run any other software of
course, 'tweaking', while still possible, is more of a faff. Not quite
the worst of both worlds but certainly heading that way.

But that is what's happening in commercial radios, it's just less a
visible process.



I appreciate that but that wasn't the point.

If I feel the urge to tinker with SDR SW then the obvious way is to
host it on a PC.

If I stick it in a box, I can 'tweak' it but it becomes more of a faff,
perfectly doable, but why make it a faff?







  #62   Report Post  
Old March 10th 15, 08:12 AM posted to uk.radio.amateur,rec.radio.amateur.homebrew
external usenet poster
 
First recorded activity by RadioBanter: Feb 2014
Posts: 80
Default The biscuit barrel

On 09/03/2015 13:22, Brian Reay wrote:

Agreed but the attraction of SDRs is the 'tweakability' and, if you
build it all into a box with, say, a modest uP to handle the comms to
the dongle, drive a display, etc. etc. and run any other software of
course, 'tweaking', while still possible, is more of a faff. Not quite
the worst of both worlds but certainly heading that way.

Of course, others many like this approach, it is a matter of taste.

Likewise, having a control panel, or controls, which connect to the PC,
really doesn't appeal.

Occasionally, I operate a station in the US remotely but I find it a
'fiddle', I don't even care to do it locally. Again, others enjoy it,
each to his own, it just isn't something I enjoy. Just as I don't enjoy
reading books etc. from things like Kindles, although I am trying to get
used to that.


Simple job to add a raspberry pi front end (especially since the Mk II
is out and considerably faster) with a touch-screen. A lot of coding is
required to connect them all together though.
Or add a cheap rooted android tablet like the Hudl Mk I which is
programmable in Java, there are SDR apps for android tablets, not the
best but remarkably portable and it makes a great 'signal sniffer'.
It would be a faff and probably cost more than buying one but then cost
is not the point of self-construction. God knows I spent a fortune and
about 2 inches of hairline in building quiz buzzers based on raspberry
pi, touch-screen and PS2 Buzz controllers. I could have just bought a
kit from Maplins for a tenth of the price and made it in an afternoon.

However there is still something wonderfully tactile about the weight
and inertia of turning a hefty dial that you will never get from a
touchscreen.

Andy

  #63   Report Post  
Old March 10th 15, 01:13 PM posted to uk.radio.amateur,rec.radio.amateur.homebrew
external usenet poster
 
First recorded activity by RadioBanter: Aug 2013
Posts: 393
Default The biscuit barrel

AndyW wrote:
On 09/03/2015 13:22, Brian Reay wrote:

Agreed but the attraction of SDRs is the 'tweakability' and, if you
build it all into a box with, say, a modest uP to handle the comms to
the dongle, drive a display, etc. etc. and run any other software of
course, 'tweaking', while still possible, is more of a faff. Not quite
the worst of both worlds but certainly heading that way.

Of course, others many like this approach, it is a matter of taste.

Likewise, having a control panel, or controls, which connect to the PC,
really doesn't appeal.

Occasionally, I operate a station in the US remotely but I find it a
'fiddle', I don't even care to do it locally. Again, others enjoy it,
each to his own, it just isn't something I enjoy. Just as I don't enjoy
reading books etc. from things like Kindles, although I am trying to get
used to that.


Simple job to add a raspberry pi front end (especially since the Mk II is
out and considerably faster) with a touch-screen. A lot of coding is
required to connect them all together though.
Or add a cheap rooted android tablet like the Hudl Mk I which is
programmable in Java, there are SDR apps for android tablets, not the
best but remarkably portable and it makes a great 'signal sniffer'.
It would be a faff and probably cost more than buying one but then cost
is not the point of self-construction. God knows I spent a fortune and
about 2 inches of hairline in building quiz buzzers based on raspberry
pi, touch-screen and PS2 Buzz controllers. I could have just bought a kit
from Maplins for a tenth of the price and made it in an afternoon.

However there is still something wonderfully tactile about the weight and
inertia of turning a hefty dial that you will never get from a touchscreen.

Andy


Actually, depending on how much existing code you wanted to use, you may be
surprised how little extra code you would need to write if you used if you
used a R Pi. There are packages to use the RTL with the RPi and others to
drive small displays. All you would need is to write something to interface
to your front panel, essentially replacing the keyboard function. Come to
think of it, that would be a way to reduce the faff in maintaining the
flexibility- if you had a front panel but could plug in a keyboard to
'tweak' you own SDR software (if you didn't use off the shelf SW).
  #64   Report Post  
Old March 10th 15, 02:39 PM posted to uk.radio.amateur,rec.radio.amateur.homebrew
external usenet poster
 
First recorded activity by RadioBanter: Jan 2015
Posts: 185
Default The biscuit barrel

Brian Reay wrote:

AndyW wrote:
On 09/03/2015 13:22, Brian Reay wrote:

Agreed but the attraction of SDRs is the 'tweakability' and, if you
build it all into a box with, say, a modest uP to handle the comms to
the dongle, drive a display, etc. etc. and run any other software of
course, 'tweaking', while still possible, is more of a faff. Not quite
the worst of both worlds but certainly heading that way.

Of course, others many like this approach, it is a matter of taste.

Likewise, having a control panel, or controls, which connect to the PC,
really doesn't appeal.

Occasionally, I operate a station in the US remotely but I find it a
'fiddle', I don't even care to do it locally. Again, others enjoy it,
each to his own, it just isn't something I enjoy. Just as I don't enjoy
reading books etc. from things like Kindles, although I am trying to get
used to that.


Simple job to add a raspberry pi front end (especially since the Mk II is
out and considerably faster) with a touch-screen. A lot of coding is
required to connect them all together though.
Or add a cheap rooted android tablet like the Hudl Mk I which is
programmable in Java, there are SDR apps for android tablets, not the
best but remarkably portable and it makes a great 'signal sniffer'.
It would be a faff and probably cost more than buying one but then cost
is not the point of self-construction. God knows I spent a fortune and
about 2 inches of hairline in building quiz buzzers based on raspberry
pi, touch-screen and PS2 Buzz controllers. I could have just bought a kit
from Maplins for a tenth of the price and made it in an afternoon.

However there is still something wonderfully tactile about the weight and
inertia of turning a hefty dial that you will never get from a touchscreen.

Andy


Actually, depending on how much existing code you wanted to use, you may be
surprised how little extra code you would need to write if you used if you
used a R Pi. There are packages to use the RTL with the RPi and others to
drive small displays. All you would need is to write something to interface
to your front panel, essentially replacing the keyboard function. Come to
think of it, that would be a way to reduce the faff in maintaining the
flexibility- if you had a front panel but could plug in a keyboard to
'tweak' you own SDR software (if you didn't use off the shelf SW).


An alternative is various midi control boards, for which there may also
be available drivers. Then you can have knobs and sliders and things.



--
Roger Hayter
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
$30.00 a barrel oil. D&L Shortwave 0 January 18th 11 05:50 PM
Transistor Barrel Radio _JD_ Radio Photos 0 June 6th 10 01:18 AM
Coax Barrel Connector Length ? Robert11 Shortwave 3 February 22nd 06 02:17 PM
To David: Coax Suggestions ? (Barrel in the middle ?) Robert11 Shortwave 1 January 19th 06 02:29 PM
Air America down to bottom of Barrel,Desperate for Handouts. [email protected] Shortwave 11 September 26th 05 08:36 AM


All times are GMT +1. The time now is 11:17 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 RadioBanter.
The comments are property of their posters.
 

About Us

"It's about Radio"

 

Copyright © 2017