Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- N2adr-Sdr
- Messages
Search
Re: Quisk MIDI Control
Seems that I was blind for the drop-down "Midi device name" in the right column yesterday. Perhaps I looked only into the left column or thinking, that the right column is related to CW only.
Anyways, after I picked my MIDI controller in "Midi Device Name", buttons, knobs and jog wheels were recognized and values shown in "Midi Control" and could be assigned: But nevertheless I still have 3 questions:
Looking forward to your expertise -- 73, Joerg - DB2OO |
Quisk MIDI Control
I am trying to use my "Hercules DJControl Compact" together with the MIDI capabilities of Quisk 4.2.30.
I tried it on
But in both cases the config dialog for MIDI in Quisk stays grayed out and there is no way, to map any MIDI commands/events to Quisk functions: According to my understanding a MIDI event should show up in the field "MIDI Control" and I should be able to map it to a function in Quisk. But whatever I do on the MIDI controller nothing shows up in that field!? I guess, I need to configure somewhere the "name" of the MIDI controller, which is in my case "DJControl Compact", but I could not find where. Any help will be greatly appreciated, to get it going. BTW: I looked into F5NPV's posting (https://f5npv.wordpress.com/quisk-midi-controller/), how he is using his MIDI controller, but he is mapping the MIDI events in a bash script to key presses, which essentially makes the Quisk MIDI functionality (if it exists) obsolete. I also searched this group and the internet for any relevant information, how to configure a MIDI controller in Quisk and could not find anything useful. -- 73, Joerg - DB2OO |
Re: Some other questions about the screen
Jim,
Thanks for your answers. About the last point you don't understand: I read in Config-HL2-Bands-Tx Level the following (i) "This sets the transmit level 0 to 255 for each band. The config screen has a slide 0 to 100% so you can reduce the transmit power..." I don't find this slide, where should it be. I'm using v.4.2.29. Pierre - FK8IH |
Re: Quisk Error on pip install (Cannot open include file: 'sys/time.h') on Windows 11
toggle quoted message
Show quoted text
From: [email protected] <[email protected]> on behalf of jimahlstrom via groups.io <jahlstr@...>
Sent: Sunday, March 17, 2024 2:05 PM To: [email protected] <[email protected]> Subject: Re: [n2adr-sdr] Quisk Error on pip install (Cannot open include file: 'sys/time.h') on Windows 11 ?
CAUTION: This email originated from outside the Walla Walla University email system.
This is a good time to train your students to read the documentation. Quisk does not work with Python 3.12. Once there is a version of wx that works with 3.12, and once I get some free time, I will fix this.
Jim N2ADR |
Re: Some other questions about the screen
On Tue, Feb 27, 2024 at 12:51 AM, Pierre FK8IH wrote:
What is the Rflna slider, what is its purpose?I controls the RF low noise amplifier in the HL2. What is the screen got when hitting the Bscope button?A bandscope display is the whole RF spectrum received by the HL2. How can I show the "slider 0 to 100% to change the transmit power", which is indicated in the HL2 - Bands - Tx level comment?I don't understand. Jim N2ADR |
Re: Quisk Error on pip install (Cannot open include file: 'sys/time.h') on Windows 11
This is a good time to train your students to read the documentation. Quisk does not work with Python 3.12. Once there is a version of wx that works with 3.12, and once I get some free time, I will fix this.
Jim N2ADR |
Re: Tips on interfacing I/Q data into quisk?
Hello Rob,
The sdriqpkg directory was eliminated, and the Python hardware file quisk_hardware_sdriq.py reads the Rx I/Q samples up to a rate of 185 ksps. This interface is worth a try. You will probably have to program carefully using large blocks and no print statements. Jim N2ADR |
Re: quisk-4.2.29: minor NO ATU glitch
Hello?Jaroslav,
I do see your point. But it is not easy to do. First, the HL2 does not know if there is an ATU. The "No ATU" message appears if there is no IO board. And the bottom row with the "ATU" message is created before the PC can query the HL2 for the existence of the IO board. And since the query for the IO board relies on an I2C transaction over UDP, the time this will take is not known with certainty. I don't want to complicate the code, so I am inclined to rely on the user to know if she has an ATU or not. At least the "ATU" label means that if the user has an IO board with an ATU attached, the control is there. Jim N2ADR |
Re: quisk-4.2.29: minor NO ATU glitch
Hi Jim,
toggle quoted message
Show quoted text
thanks for fixing the docs. But I still think the code also needs update. I think if no ATU is available, the GUI should from the start shows the "No ATU" message. Now, if Quisk is started it shows "ATU" and if you click the listbox the message changes to "No ATU" and stays "No ATU". I.e. it should probably try to query the ATU on the Quisk init and set the message accordingly 73! Jaroslav, OK2JRQ jimahlstrom napsal(a): Hello?Jaroslav, |
Re: Tips on interfacing I/Q data into quisk?
¿ªÔÆÌåÓýThanks Jim,?
I made a lot of progress on this now.? I have decided to leave the serial port until later or never because UDP is so much faster and easier.? I can do 96 kHz on most WiFi networks instead of 48 kHz.? I can leave the radio in the shack and access
it remotely if I like.? Thanks for the tips!
73,
Rob
KL7NA
Get From: [email protected] <[email protected]> on behalf of jimahlstrom via groups.io <jahlstr@...>
Sent: Friday, March 15, 2024 8:48:41 AM To: [email protected] <[email protected]> Subject: Re: [n2adr-sdr] Tips on interfacing I/Q data into quisk? ?
CAUTION: This email originated from outside the Walla Walla University email system.
Hello Rob,
The SDR-IQ uses the hardware file quisk_hardware_sdriq.py and all the code is in Python. The old sdriqpkg directory has the file sdriq.c. I can send you sdriq.c if you don't have it. But for the SDR-IQ the Python code is fast enough. I suggested looking at quisk_hardware_sdriq.py because it is easier to program in Python. If your data rate is 3.5 Mbits/sec then this is very fast for a serial port. At one bit per baud it is 3,500,000 baud. Your file shows 460,800 baud. In either C or Python you will have to read and manage large chunks of data, not small records. And since serial ports usually have small buffers, you need to read the port continuously. Jim N2ADR |
to navigate to use esc to dismiss