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
Search
Re: QMX practice mode suggestions
Hi Steve, all Thanks, that was some interesting reading. MicroPython, CircuitPython and MicroLua. All still too big though for what I have in mind. For example, MicroPhython?says it runs on as little as 256K Flash. That would be half the entire program memory of QMX. It would fit, now... but would consume a lot more space than I'd like; and that's even before you consider adding a full screen text editor, file system and other parts of a minimal operating system.? Consider the U4B, the CPU has 128 Flash only, and there's still load spare; it has a miniature operating system with a file manager, a command line, full screen text editor, BASIC and debugger. As well as the radio and all that's necessary to send WSPR, CW, FSKCW, Hellshreiber etc. The 128K EEPROM "Disk" is formatted in a FAT16-ish file structure and can store really substantial programs and/or data, considering the BASIC commands are tokenized so are very compact, as well?as fast to execute. All the functions such as communicating with I2C devices and reading or writing digital or analog from GPIO pins, controlling the transmitter, allowing the use of external sensors and controlling external things, are all supported in the BASIC, reading and writing data files, as well as all the normal control structures etc.? When Dave VE3KCL and I started the U4B project it was way back in early 2015 or so, when I was still living in Tokyo. A colleague at work had given me his old Kindle3 ebook reader with its ePaper display and mini QWERTY keyboard; I'd found a jailbreak to unlock it, inside it's Linux with vi editor and I was able to install a C compiler. I used to write code on the 30-minute subway ride to and from the office. It's where I started work on the BASIC and the Virtual Machine, originally running on the ATmega328 but later ported to the much more powerful STM32F103 used in U4B.? For QMX, if I make it do everything U4B can do and improve it a lot compared to U4B, it will provide loads of fun and functionality. Even non BASIC fans will be happy. Trust me, y'all gonna love it...? 73 Hans G0UPL On Thu, Sep 12, 2024 at 8:37?PM Stephen Farthing G0XAR JO92ON97 via <squirrox=[email protected]> wrote: Hi All,? |
to navigate to use esc to dismiss