MicroPhase / antsdr-fw-patch

Repository of antsdr firmware make
27 stars 18 forks source link

Second channel can't use #15

Open tclin0122 opened 4 months ago

tclin0122 commented 4 months ago

I updated my ANTSDR E310 with the 0.34 release. And it can also be configured to 2r2t mode in firmware. However, when I try to enable the second channel with python, I get some error messages as below

''' raise Exception("TX mapping exceeds available channels") Exception: TX mapping exceeds available channels '''

lone-boy commented 4 months ago

Maybe the second channel is still not open at this time. You can try to compile a v0.38 version to give it a try, or use the sd 2r2t mode of v0.34. If you need it, I can provide you with a 2r2t image.

tclin0122 commented 4 months ago

Yes! Since I'm using a Mac, I cannot compile the image recently. It will be very beneficial if you can provide the 2r2t image. Thanks for your help!

lone-boy commented 4 months ago

Sorry for a late reply, this is the firmware booted from the sd card, you can try it. 2r2t sd.zip

tclin0122 commented 1 month ago

Hi! sorry for the late reply. Yes, it works now! Thank you so much!