--
You received this message because you are subscribed to the Google Groups "Hermes-Lite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite+unsubscribe@googlegroups.com.
HI Jim and All,
I will follow this thread closely and encourage everyone that like me are not electronic engineers. I have been looking on the Hermes Lite for a while wondering if it demanded too much of electronic and software programming skills. But Now, I’m also waiting for my soon to arrive HL2. My plan is to build a base amateur radio station around it with rig control, all mode capabilities, switching and perhaps dual receive.
And like you @Jim Ancona I have a Hardrock PA that I’m planning to use with the HL2, eventuelly driving a big amp….
I’m looking forward to take part of all implementations and I’m eager to learn more!
Exciting times ahead!
73’s
Ulf – SM0NOR
Sent from Mail for Windows 10
--
You received this message because you are subscribed to the Google Groups "Hermes-Lite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite...@googlegroups.com.
Hi Jim,You can "snoop" the i2c bus as Gerard suggests. There is the DB13 connector on the HL2 to facilitate this, even if the N2ADR filter board is attached.
How far will your host PC be from the HL2? Many times it is close enough that you can use an inexpensive USB-UART cable and control the HR50 directly from the host PC. Quisk and other software have support for this.
If like Daniel, you want to operate both remotely from a distance, you may consider a secondary ethernet connection just to talk to the HR50. This is what Daniel did with the BeagleBone. If you don't have a SBC free for the job, I'd consider the Raspberry Pi Zero with Wifi:
73,Stevekf7o
On Sunday, April 28, 2019 at 8:36:52 PM UTC-7, Gerard Sexton wrote:
Hi Jim.The I2C bus does use addressing so that multiple devices on a bus can receive/send targeted messages. However you could program your micro to act as a slave with the same address as the filter board. You could then process the messages from the HL2 as required. Both the filter board and your micro will send the appropriate acknowledge bits but as this is done by pulling the SDA line low it will not cause any issues.Just don't respond to any read requests.RegardsGerard
On Mon, 29 Apr. 2019, 12:50 Jim Ancona, <j...@anconafamily.com> wrote:
--Hi,Since my HL2 will soon be on its way, I've started to think about how I'll use it in my shack. I have a Hardrock-50 amp/antenna tuner[1]. I've read Daniel Estévez, EA4GPZ's write-up[2], which gives a good overview of the options. I'd like to have the amplifier automatically switch bands whenever the HL2 does, so I'm leaning towards the approach Daniel mentions of using an Arduino to translate I2C commands from the HL2 to serial or USB commands for the HR50.I'm a long-time ham and software guy with some basic electronics skills. I assembled my HR50 without trouble and I've designed and build simple analog and digital projects in the past. But I'm new to the HL2 and Arduinos, so thanks in advance for being patient with my questions.As I understand it, I2C is a serial bus and the HL2 uses it to connect to the N2ADR filter board. If I add an Arduino to the I2C bus, will it see commands being sent to the filter board? Or does each device only see messages directed to it? I ask because I'm assuming that the HL2 has to send band change commands to the filter board. If the Arduino can see those it can send the equivalent command to the HR50. Otherwise, would I have to modify the HL2 gateware to send band change commands to the Arduino as well? Or am I misunderstanding things in a big way (quite likely, I'm afraid).I hope these questions make some sense and that someone can begin to enlighten me, or at least point me to where I should be researching this.Thanks again,Jim N1ADJ
You received this message because you are subscribed to the Google Groups "Hermes-Lite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Hermes-Lite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to herme...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Hermes-Lite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hermes-lite/031d85bd-3aed-4f4f-918d-68ef44913406%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hermes-lite/CAABBs1XHMQQ6hO2Gg8A_ya5M0LBS0ENTfExWLOwYjs-uxmQ6ow%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Hermes-Lite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hermes-lite/e2ffefad-4348-45b4-a979-5b3016cbfcbf%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite+unsubscribe@googlegroups.com.
Hi All,If you are using Quisk, I think what you want is what VK7MA Martin Richardson shared in this thread earlier. I had forgotten about this. There is support already in the gateware to write any value to any i2c address. Martin's code is an addition to Quisk that writes full band information to i2c address 0x21. You can add another MCP23008 device to the existing i2c bus, there are connections on the HL2 to do this. Then you can have Quisk send whatever values you like per band.
My philosophy for the gateware has been to keep everything that is possible on the software side. So I do not want to add anything that makes decisions based on frequencies, etc, as that can and should be done in software. One device to consider is this:
On Sunday, June 16, 2019 at 10:23:01 AM UTC-7, Jim Ancona N1ADJ wrote:
Jim,Thanks for the info on using multiple LPFs. It sounds like switching based on the HPF filter bit would be safer, assuming I don't need the HPF. If I were to using multiple LPFs, I'm assuming the pass band distortion would be worse near the cutoff frequency and worse if I use adjacent LPFs. So to distinguish between 60M and 40M, I would use the normal filter configuration (1000100) for 40 and use 1100100 (60_40M plus 10M) for 60M. Does that make sense?The problem with using the Quisk hardware file is that I would like to take advantage of the HL2's network connection to be able to operate without the computer next to the radio. But the HR50 only has USB and serial ports, so I'd have to add another computer in order to be able to control it remotely.If you think of the HR50 amplifier/tuner as part of the radio, similar to the filter board, then having the ability to switch bands via commands to the HL2 seems reasonable, at least to me.Thanks,JimN1ADJ
On Sun, Jun 16, 2019 at 8:28 AM James Ahlstrom <jah...@gmail.com> wrote:
Hello Jim,--1. Using multiple low pass filters to distinguish bands will distort the pass band, so I don't recommend it. But the farther apart the bands are, the less trouble it will cause. So you could test it to see what happens.2. Disabling the high pass filter bit would work at the expense of not having a high pass filter.The seven filter bits are sent in C2 for address zero. The extra bit in C2 is used to indicate Class E in the original protocol. Since HL2 does not have class E we could code an extra bit here. Unfortunately, the extra bit is bit zero. Quisk and other Hermes software sends the filter bits in C2 bits one through seven, and a zero first (bit zero) bit. This shows up on the filter board as bits zero through six. So we could move the extra bit to bit seven on the filter board (test point P13) but this is a hack.The real way to do this is to implement an extra communication protocol in your Quisk hardware file to send whatever data you need to wherever you need it, as Martin is doing. Quisk can handle I2C, serial port and Ethernet as well as other protocols. That was a design goal of Quisk from the beginning. Having said that, I am still willing to modify Quisk to send extra data, but that will also require changes to the FPGA firmware on the HL2.JimN2ADR
You received this message because you are subscribed to the Google Groups "Hermes-Lite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hermes-lite/e2ffefad-4348-45b4-a979-5b3016cbfcbf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Hermes-Lite" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hermes-lite...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hermes-lite/01369370-6f16-4b8d-81ed-06681137bebf%40googlegroups.com.