SmartSDR v3.8.19 and the SmartSDR v3.8.19 Release Notes | SmartSDR v2.12.1 and the SmartSDR v2.12.1 Release Notes
SmartSDR v1.12.1 and the SmartSDR v1.12.1 Release Notes
Power Genius XL Utility v3.8.8 and the Power Genius XL Release Notes v3.8.8
Tuner Genius XL Utility v1.2.11 and the Tuner Genius XL Release Notes v1.2.11
Antenna Genius Utility v4.1.8
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.
FLEX Console (a Maestro without the screen)
After using my FLEX 6500 for a few years, I knew I didn't need a radio with knobs but I kind of liked the idea anyway and I ordered my 6600M. I'm very pleased with the radio, however, I find that I am using Smart SDR 90% of the time. (Other users have confessed this to be the case as well) I really don't need the Maestro screen. What I envision is something resembling half a Maestro or less. It would basically consist of the top row of buttons and the two tunning knobs and maybe the Mic/Speed/power button. This would be a unit that would fit nicely under a monitor maybe the length of a keyboard and four to six inches high. It could have a slightly sloping front panel. Basically, it would have most of the features of the Maestro and maybe include a couple of handy USB Ports in the back. It might be half the cost of the Mastro maybe as much or more with the right features. I think contesters would be popular with contesters and quite a nice package for DX Expeditions. I'm guessing others will have some features they would like to see in the SmartConsole. Maybe the artist among us can come with some design concepts.
Comments
-
Hi Terry, Something like this?
This unit is intended to work with SmartSDR, not instead of it. It has many of the same controls as the Maestro. It also has a built in memory keyer with embedded commands to send your call, speed changes, message repeat and contest serial number. The unlabeled buttons at the top send messages 1 - 12 (short press for 1 - 6 and long for 7 - 12).
Changes made using SmartSDR are reflected on the TeensyMaestro and vice versa. It has several menu items that can be configured on the fly and has a default configuration file on an SD Card that can be edited in the field. It has the message memory text, operator call sign, default VFO step size by mode and slice, etc. etc.
It connects to the radio using an ethernet connection and can connect using a router with DHCP server, or directly using a plain network switch (Field Day mode). It uses the Flex TCP/IP API and the processor is a Teensy 4.1. It uses a modified version of the Arduino Flex library written by Enzo, IW7DMH. Without this library and the Flex API, I never would have gotten this project off the ground.
What it does not do (yet...) is connect via SmartLink. I have used it in the field, but not remotely. It also does not use the USB port to connect to the radio, and there are no plans to have it do that. The TCP/IP API is very complete and mature, so I would not mess with that success...
I need to take a better picture of this thing. The front face looks all scratched up in the harsh light of the camera flash. In real-life, you don't see the scratches at all.
73,
Len, KD0RC
7 -
Wow, that looks awesome!!! Love that it is ethernet... Very nice Len!
I'm probably not smart enough to build one, but would love to see them available some day.
73
Justin
KL2D
1 -
Thanks Justin. Well, the hardest part about building it was writing the software. The next hardest part was figuring out the front panel. I built a couple of cardboard box prototypes before I committed to drilling the aluminum panel. Hooking it all up is tedious, but not really difficult. You just have to be sure the correct wires from the controls and display are where they need to be on the processor board. I just mounted .1 inch headers on a proto board and have the whole thing plugged together with push-on jumpers.
If I were to build another, I would still mount a socket for the processor board like I did, but then I would solder all the controls to the proto board and use more ribbon cable than individual wires to keep things neat. Right now, I am afraid of wires coming loose when I travel with it to field day and other camping trips. On the other hand, a loose wire is easily fixed without a soldering iron...
73,
Len
1 -
I'm building TeensyMaestro #2. Thanks to all Len's hard work on the code and front panel layout, it's very straightforward to build. Cost for the components (assuming you have some items like screws and standoffs in your parts collection) is right at $300.
Len didn't mention that he recently added band edge indicators (configured to your license class), and that the TeensyMaestro boasts a touch screen. He's also written an operator's manual.
I like to use a second monitor for the SmartSDR display, and use the computer monitor with my logging program. Now I can control the functions I adjust frequently using the TeensyMaestro, without moving my mouse between the two screens. For hunt-and-pounce operation, this is a huge advantage. I'm on track to have my TeensyMaestro on the air for the NA QSO Party next weekend!
73,
David, W4WKU
1 -
Nice Job Len,
That is a lot more complicated than what I had in mind. I figure since I'm using the computer anyway for logging and other programs I might as well be using SmartSDR thus my desire for the very basic functions of the Maestro.
Terry
K8EET
0 -
Thanks Terry! I heard you on the Flex Net today. You had a very nice sig into Colorado.
This box could be built without the display and with only half the controls (so it would only control Slice A) which would reduce the price and complexity significantly. I originally built this without a display and used it that way for quite a while. I had this display on hand from another project, so I added it on a whim. I definitely like the display, but the controls work just fine without it.
It is funny, but the VFO knob is not the one I use most. It is volume and AGC-T that get the most action while the high and low shift knobs (width for CW) are a close second. During contests where the sigs are back to back, I tend to use the VFO knob. During casual operating on less crowded bands, I tend to double click the mouse on sigs I want to hear, then fine tune them with the mouse wheel. It is the combination of SmartSDR and this box working together that really makes the operating experience.
73,
Len
1 -
Len,
I thought about giving you a shout to talk after the net today but I got a phone call that went a little long. Yes, I understand exactly what you mean because when I do actually use the radio. I'm changing the volume, the width, or shift. I do use split a lot for DX and sometime when I'm in a group and someone is not quite on frequency. So I guess I would favor two knobs. I've seen the disk jockey boards that guys have adapted but there all larger than what I want on my desk. One of my friends who bought a Flex after playing with my 6500 said it's great but I got to have knobs. I had already ordered the 6600M and when he saw that, he said perfect. I was telling him about my ideas and he said, "I hate to admit this to you, but I use Smart SDR 98% of the time, I like your idea." I've talked to several 6600M users who have told me the same thing. There's a market there I think...so good luck with your project.
0 -
Len, have you posted the schematics or Teensy code anywhere?
73,
Scott
AK5SD0 -
Hi Scott, not yet, but I probably will soon. I am thinking of putting it out on GitHub. If I do, I will write up a builder's guide to go along with the user manual. It is not complicated to build, but is fairly tedious to plug or solder it all together (lots of wires...).
My buddy Dave, W4WKU is nearly finished with his. I will use our combined construction experiences to write the builder's guide.
73,
Len, KD0RC
0 -
FYI - A new thread with information on building the TeensyMaestro is here:
https://community.flexradio.com/discussion/8023866/teensymaestro#latest
0 -
Here is a link to the GitHub project:
KD0RC/Teensy-Maestro-for-Flex-6000-radios (github.com)
Questions, comments etc should be posted to the link Dave posted, above.
73,
Len, KD0RC
0 -
Hi Terry,
Your idea was suggested back in 2016. It got 30 votes and is still marked as "under review" by Flex. FRS never discloses if / when they plan to release any new hardware or software but maybe it's still coming. Here is a link to the thread:
Since the post was transferred over from the old community some of the posts in the thread are out of order and the original mockup didn't get included so here is the picture below. The new TeensyMaestro is very similar to the original idea but has a screen. For someone that doesn't want to build their own, a Flex offered / supported device might be attractive also.
Regards, Al / NN4ZZ
al (at) nn4zz (dot) com
6700 Win10 SSDR V2.4.10
0 -
Just looked again and see that the original picture and comments are on page 1:
https://community.flexradio.com/discussion/7049774/maestrocontrol-the-next-generation-flexcontrol/p1
0
Leave a Comment
Categories
- All Categories
- 289 Community Topics
- 2.1K New Ideas
- 536 The Flea Market
- 7.5K Software
- 6K SmartSDR for Windows
- 146 SmartSDR for Maestro and M models
- 360 SmartSDR for Mac
- 250 SmartSDR for iOS
- 231 SmartSDR CAT
- 172 DAX
- 353 SmartSDR API
- 8.8K Radios and Accessories
- 7K FLEX-6000 Signature Series
- 29 FLEX-8000 Signature Series
- 851 Maestro
- 44 FlexControl
- 847 FLEX Series (Legacy) Radios
- 799 Genius Products
- 417 Power Genius XL Amplifier
- 279 Tuner Genius XL
- 103 Antenna Genius
- 243 Shack Infrastructure
- 166 Networking
- 404 Remote Operation (SmartLink)
- 130 Contesting
- 631 Peripherals & Station Integration
- 125 Amateur Radio Interests
- 871 Third-Party Software