Keyboard Shortcuts
Likes
Search
In preparation for KD8CEC V2.0 Alpha release with associated Raduino boards...
Hi,
So, let's we are probably 2 months away from declaring V2.0 of KD8CEC (Alpha release). The bug list is getting down to a manageable number (the ones I know are in the Issues section of??). But you can't have a software release without boards that support it...? (Yes, could run it on a Nano, but why would you? Stay with KD8CEC 1.2!)? I currently have designs for Raduino boards in a v3,v4,v5 form factor (approx 40mm x85mm):
See:? To be clear, the boards need an Alpha too as well as the software. Given the experience of earlier pioneers in designing Raduino clones, I am very worried about noise and other issues. I fully expect that some folks on this list with say "Nice try, let me do better". And they will have my thanks! |
Hi Mark, Is there a build of the KD8CEC firmware available at present that will run on a Teensy ? Thanks! Best regards, Peter. On Sun, 19 Mar 2023 at 21:21, Mark Hatch <mark2382@...> wrote: Hi, |
Peter,
Yes there is. I have it running on one of the Teensy boards I designed that supports Teensy 4.0. It is driving a Nextion 4.2 Intelligent (replacement for the Enhanced) screen. Note this is not the Teensy 4.1 board that Jim Sheldon has designed. If you want to port it to another Raduino running a Teensy, you will may have to adjust the pin definitions and then compile from source. There needs to be an EEPROM somewhere (either emulated - which I have not tried to support) or an I2C EEPROM which I do support on 0x50. I recorded a video of this. 73 Mark -- AJ6CU KD8CEC 2.0, Nextion Screens,? and open source uBITX Raduino boards for Arduino IOT, BLE, RP2040, Teensy 4.0, and Raspberry Pi Pico https://github.com/aj6cu |
Wow Mark!
I looked at the Raduino design (just for the pico) and it's pretty nice!? I love all your comments in the silkscreen on the board.? That's one of my pet peeves when working with my current v6 PCBs...pin #1 gets swapped a lot and there are many missed opportunities for silkscreen information for better usability.? When I have to reference the schematic every time I try to do something it gets a little tiresome. Keep up the good work!? I'd probably be interested in one of these at the proper time.? Running a v6 here. Bryce, AK4MG |
Bryce,
Thanks for the nice comments! Not perfect yet, the PTT connector was *supposed to be"? to trigger an external RF switch, but made the rank amateur mistake of not realizing the PTT signal was an input and I needed to grab the T/R line. Next rev! 73 Mark -- AJ6CU KD8CEC 2.0, Nextion Screens,? and open source uBITX Raduino boards for Arduino IOT, BLE, RP2040, Teensy 4.0, and Raspberry Pi Pico https://github.com/aj6cu |