Replies: 4 comments 4 replies
-
Yes, but depends.
You have to be careful to not backdrive the USB 5V.
…On Thu, Feb 15, 2024, 8:42 PM Tim Soderstrom ***@***.***> wrote:
I plan on using the Upduino to do some prototyping with the Commander X16,
a new retro 8-bit computer which provides expansion slots exposing the
entire bus, power, etc. I was planning on powering the Upduino with this
and would like to use the serial output over USB for debugging. Does the
Upduino work like some microcontroller solutions (like say the Adafruit
ItsyBitsy M4) where I can still using USB even if I'm directly supplying 5V?
As an aside, the X16 uses 5V logic so I'll be using bus transceivers in
between the Upduino and the X16.
—
Reply to this email directly, view it on GitHub
<#26>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHDV6C5E7PUAUFUIPM6OCKLYT3PVBAVCNFSM6AAAAABDLNDAY2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGIZDINRXGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Well, the ftdi is on the upduino already, not sure why you need another
one.
Sure, this should work.
…On Fri, Feb 16, 2024, 4:25 PM Tim Soderstrom ***@***.***> wrote:
Ah got it, glad I asked! I do have an SPI to USB/FTDIO adapter. so I
assume I can just hook it into the SPI pins and then just configure my
application accordingly? I'll be starting with FemtoRV since it has serial
I/O already and will go from there as I start to customize.
—
Reply to this email directly, view it on GitHub
<#26 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHDV6C5RNAAHD6AXOAZDCHDYT72ILAVCNFSM6AAAAABDLNDAY2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DIOJYGA4DI>
.
You are receiving this because you commented.Message ID:
<tinyvision-ai-inc/UPduino-v3.0/repo-discussions/26/comments/8498084@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
If you're powering the upduino on your own, simply disconnect the PTC so it
doesn't back power the USB. You can still connect to the PC using the FTDI
on the board...
…On Sat, Feb 17, 2024, 8:32 AM Tim Soderstrom ***@***.***> wrote:
Ah it was just a way to avoid the backfire situation you were referring to.
—
Reply to this email directly, view it on GitHub
<#26 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHDV6C6IDFMKVX74PXGW6BDYUDLR5AVCNFSM6AAAAABDLNDAY2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DKMBRG4YDC>
.
You are receiving this because you commented.Message ID:
<tinyvision-ai-inc/UPduino-v3.0/repo-discussions/26/comments/8501701@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes, the ferrite bead was replaced with a PTC fuse so it doesn't fail when
the 5v is shorted.
Just desolder that and you don't need an alternate FTDI.
…On Mon, Feb 19, 2024, 1:42 PM Tim Soderstrom ***@***.***> wrote:
Aha got it ok. Dig through the schems and the HTML part layout tool (that
thing if fantastic). Looks it's FB3.
—
Reply to this email directly, view it on GitHub
<#26 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHDV6C6TBSH5FHJ6RYFJNXDYUPBKXAVCNFSM6AAAAABDLNDAY2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DKMRSGM3TM>
.
You are receiving this because you commented.Message ID:
<tinyvision-ai-inc/UPduino-v3.0/repo-discussions/26/comments/8522376@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I plan on using the Upduino to do some prototyping with the Commander X16, a new retro 8-bit computer which provides expansion slots exposing the entire bus, power, etc. I was planning on powering the Upduino with this and would like to use the serial output over USB for debugging. Does the Upduino work like some microcontroller solutions (like say the Adafruit ItsyBitsy M4) where I can still using USB even if I'm directly supplying 5V?
As an aside, the X16 uses 5V logic so I'll be using bus transceivers in between the Upduino and the X16.
Beta Was this translation helpful? Give feedback.
All reactions