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
- BITX20
- Messages
Search
Re: #sbitx disk image for software v2.1
#sBitx
Hi Evan,
I'm using a SanDisk Extreme Plus.? A little bit of web searching shows that essentially all "32G" report 29.8. I can get a 64 tomorrow and try again. 73, Dean KK4DAS |
Re: #sbitx disk image for software v2.1
#sBitx
Hi Dean,
When burning the image to a Micro Center 32GB card, I encountered the same issue.? Those cards do not have 31.9GB free.? To not waste more money on another card that is not larger than 31.9 GB, I bought a 64gb card and used it.? 64GB will work, as will any card larger than 32 GB. It would have been nice if Ashhar Farhan had made the image smaller than 30GB so it could be burned to any 32GB card.? The space used on the card is much less than 30GB. 73 Evan AC9TU |
Re: #sbitx_v2 Further to loose clamping screws on P.A MosFETs
#sbitx_v2
Jb weld will work just make sure not to get it in threads. Clean with alcohol before applying. Put screw in threaded insert before pressing in then take screw out after inserting and let dry. That should keep most of it out of the threads.? These inserts are never a good option in my opinion.? |
Re: #sbitx disk image for software v2.1
#sBitx
Yes, the Raspberry Pi immature version 1.7.4. And I just successfully installed the default pi image with no problem.? ?For your image, I used the "other" image menu and selected the file that was extracted from thr RAR file that you posted.? Your file had no extension so I added a . IMG extension to the end so it would find it.
73,Dean |
Re: #sbitx disk image for software v2.1
#sBitx
Are you using the imager to burn in the software? On Thu, May 18, 2023, 6:27 PM Dean Souleles <dsouleles@...> wrote: Hi Farhan, |
Re: #sbitx disk image for software v2.1
#sBitx
You need a 32 gb card. I guess you are using a smaller size sd card. On Thu, May 18, 2023, 5:02 PM Dean Souleles <dsouleles@...> wrote: Hi Farhan - |
Re: #sbitx disk image for software v2.1
#sBitx
Hi Farhan -
There may be something wrong with the image file.? ?I extracted the image file from the rar file and tried to use the Raspberry Pi imager "use custom" option to install it on a 32G card.? ?I got a message "Storage capacity is not large enough.? Needs to be at least 31.9 GB" 73, Dean KK4DAS |
Re: What is bitx23?
Thanks!? The circuit is on? On Thu, May 18, 2023, 3:59 PM Dale (KB9JJA) <digid2@...> wrote: Great presentation today at FDIM |
Dean, VU2IIA has done it? You have to : 1. Change the tuning code to work with dual conversion (it is in sbitx.c) 2. Add a WM8731 codec (I can send you a board). 3. Change the 11.059 mhz filter to 27 mhz, 25 khz wide filter. - f On Thu, May 18, 2023, 3:59 PM Dean Souleles <dsouleles@...> wrote: I saw Farhan on his way in to FDIM - he mentioned the possibility of converting a ubitx to work with the sbitx software.? ?Has anyone tried it and what was involved? |
Re: #sBitx SSB transmit problem and CW keyer
#sBitx
Tnx Gyula I just made a suggestion as i don't have the Sbitx 73 to all On Thu, May 18, 2023 at 6:03?PM HA3HZ <gyula@...> wrote: Lawrence, I suggest you consider what was written in message #101717 as a solution. |
Re: SBITx V1 DE
Get the new sd card image and try it out. This should work anyway. You don't have to bother with most other stuff. The iambic keying is still iffy, but the rest are very usable. - f On Thu, May 18, 2023, 11:58 AM scttmtclf via <scttmtclf=[email protected]> wrote: I know there has been a lot going on behind the scenes, and a large focus on getting the V2 operating properly.? I am hoping you all can help me with my V1 DE.? I have performed what I believe are the most recent upgrades:? upgrading the predriver, bypassing the drivers, setting the PA bias, and installing the T/R board and RTC. |
Re: Tool for sBITX log
Here is some code from an opensource sqlite logger dolphinlog.? just need to convert field names.? I would do it but my pi is dead.? ? ? ? ? @staticmethod ? ? def export_adif_adi(db_filename, adi_filename): ? ? ? ? try: ? ? ? ? ? ? ADIF_VER = '3.0.4' ? ? ? ? ? ? PROG_ID = 'dolphinlog' ? ? ? ? ? ? ('Connecting to database: {}'.format(db_filename)) ? ? ? ? ? ? db = sqlite3.connect(db_filename) ? ? ? ? ? ? cursor = db.cursor() ? ? ? ? ? ? cursor.execute('SELECT * FROM qso ORDER BY id') ? ? ? ? ? ? names = list(map(lambda x: x[0], cursor.description)) ? ? ? ? ? ? dat = datetime.datetime.utcnow() ? ? ? ? ? ? f = open(adi_filename, 'w') ? ? ? ? ? ? f.write('Generated on {} at {} UTC\n\n'.format(dat.strftime('%Y-%m-%d'), dat.strftime('%H:%M:%S'))) ? ? ? ? ? ? f.write('<adif_ver:{}:>{}\n'.format(len(ADIF_VER), ADIF_VER)) ? ? ? ? ? ? f.write('<programid:{}:>{}\n'.format(len(PROG_ID), PROG_ID)) ? ? ? ? ? ? f.write('<eoh>\n\n') ? ? ? ? ? ? for row in cursor: ? ? ? ? ? ? ? ? for i in range(len(row)): ? ? ? ? ? ? ? ? ? ? if names[i] == 'id' or names[i] == 'programid': ? ? ? ? ? ? ? ? ? ? ? ? continue ? ? ? ? ? ? ? ? ? ? if str(row[i]) == '': ? ? ? ? ? ? ? ? ? ? ? ? continue ? ? ? ? ? ? ? ? ? ? f.write('<{}:{}:>{}\n'.format(names[i], len(str(row[i])), str(row[i]))) ? ? ? ? ? ? ? ? f.write('<eor>\n\n') ? ? ? ? ? ? f.close() ? ? ? ? except Exception as e: ? ? ? ? ? ? # Roll back any change if something goes wrong ? ? ? ? ? ? db.rollback() ? ? ? ? ? ? log.error('Something wrong.') ? ? ? ? ? ? raise e ? ? ? ? finally: ? ? ? ? ? ? # Close the db connection ? ? ? ? ? ? db.close() ? ? def export_adif_adx(self): ? ? ? ? pass On Thu, May 18, 2023 at 6:19?AM <jacobs@...> wrote: I agree, we need a program that will generate an adif file. Even better if it were generated automatically by the Sbitx software.? |
to navigate to use esc to dismiss