whitequark changed the topic of #glasgow to: digital interface explorer · code https://github.com/GlasgowEmbedded/glasgow · logs https://libera.irclog.whitequark.org/glasgow · discord https://1bitsquared.com/pages/chat · production https://www.crowdsupply.com/1bitsquared/glasgow (FUNDED)
<davidc___> whitequark: you might also be able to program a SLG46583 to implement an LDO+foldback in the same part. (might be able to incorporate the setpoint DAC)
<davidc___> whitequark: if that looks potentially interesting; let me know and I'll see if I can order that part in (I have a programmer that should work for it)
<davidc___> no idea on the leadtime though; those are generally direct from mfg for production since they are usually ordered preprogrammed
<whitequark> not very open hardware friendly
<whitequark> proprietary toolchain, rare device, hard to obtai
<whitequark> * proprietary toolchain, rare device, hard to obtain
<davidc___> whitequark: fair enough. IIRC it comes with a full bitstream spec, so the meaning of all the bits programmed would be know; just not a good way to generate them
<whitequark> i've worked on a GP4 toolchain
<whitequark> so yeah, i'm familiar with that family
<davidc___> Cool. I didn't know you had worked on that!
<whitequark> in a past life
<d1b2> <xabean> something something catgirl 9 lives
whitequark has quit [Remote host closed the connection]
emilazy has quit [Write error: Connection reset by peer]
kaji has quit [Read error: Connection reset by peer]
calebjasik has quit [Write error: Connection reset by peer]
fridtjof[m] has quit [Remote host closed the connection]
jevinskie[m] has quit [Read error: Connection reset by peer]
emilazy has joined #glasgow
calebjasik has joined #glasgow
jevinskie[m] has joined #glasgow
whitequark has joined #glasgow
kaji has joined #glasgow
fridtjof[m] has joined #glasgow
redstarcomrade has joined #glasgow
egg|anbo|egg has quit [Remote host closed the connection]
egg|anbo|egg has joined #glasgow
egg|anbo|egg__ has quit [Ping timeout: 258 seconds]
bgamari has quit [Remote host closed the connection]
bgamari has joined #glasgow
<d1b2> <j4cbo> the greenpak LDO parts are very “the large print giveth and the small print taketh away”
<d1b2> <j4cbo> for example, you have to sequence the power in to them, or else the LDOs “might” shoot Vin through to Vout during configuration
<davidc___> j4cbo: thats very good to know. I haven't used them in a design; I just know they exist
<cyborg_ar> i have used greenpak parts in the past. they are incredibly neat though they are a pain to source
redstarcomrade has quit [Quit: Connection closed for inactivity]
<davidc___> cyborg_ar: I've always ordered direct from silego (before they were bought by dialog). Did things get much worse after that?
<cyborg_ar> eh i think it is pretty much the same. last i checked you could buy from mouser
x56 has quit [Ping timeout: 255 seconds]
x56 has joined #glasgow
V has quit [*.net *.split]
chiastre has quit [*.net *.split]
Saphire has quit [*.net *.split]
m42uko has quit [*.net *.split]
pie_ has quit [*.net *.split]
flummer has quit [*.net *.split]
Fridtjof has quit [*.net *.split]
kbeckmann has quit [*.net *.split]
samlittlewood has quit [*.net *.split]
Twix has quit [*.net *.split]
rafaelmartins has quit [*.net *.split]
mal has quit [*.net *.split]
Qyriad has quit [*.net *.split]
yorick has quit [*.net *.split]
yuriks has quit [*.net *.split]
sven has quit [*.net *.split]
icb has quit [*.net *.split]
flummer has joined #glasgow
rafaelmartins_ has joined #glasgow
V__ has joined #glasgow
mal has joined #glasgow
chiastre has joined #glasgow
yorick has joined #glasgow
icb has joined #glasgow
Qyriad has joined #glasgow
yuriks has joined #glasgow
mal has quit [Changing host]
mal has joined #glasgow
sven has joined #glasgow
yorick is now known as Guest4278
Twix has joined #glasgow
Fridtjof has joined #glasgow
Saphire has joined #glasgow
pie_ has joined #glasgow
m42uko has joined #glasgow
kbeckmann has joined #glasgow
V__ is now known as V
<d1b2> <zyp> I ordered two preprogrammed reels from dialog a few weeks ago, didn't have any problems
GNUmoon2 has quit [Ping timeout: 244 seconds]
Guest4278 has quit [Changing host]
Guest4278 has joined #glasgow
Guest4278 is now known as yorick
egg|anbo|egg_ has joined #glasgow
GNUmoon2 has joined #glasgow
egg|anbo|egg_ has quit [Remote host closed the connection]
egg|anbo|egg_ has joined #glasgow
egg|anbo|egg_ has quit [Remote host closed the connection]
egg|anbo|egg_ has joined #glasgow
egg|anbo|egg_ has quit [Remote host closed the connection]
egg|anbo|egg_ has joined #glasgow
egg|anbo|egg_ has quit [Remote host closed the connection]
egg|anbo|egg_ has joined #glasgow
samlittlewood has joined #glasgow
egg|anbo|egg_ has quit [Remote host closed the connection]
egg|anbo|egg_ has joined #glasgow
egg|anbo|egg_ has quit [Remote host closed the connection]
<whitequark> esden: best price on TPS73101DBVT so far is $4.37 @ 8k
<whitequark> so not any better than what you have
<whitequark> I'm going to do a detailed comparison of TPS73101DBVT and SY20704AAC, and then write to Silergy to make sure I'm not missing anything
_whitelogger has joined #glasgow
<d1b2> <icb> Are you looking for just in-stock, or for places with shorter lead times too? Newark/Farnell claim they'll have stock in the next couple of months for much more reasonable prices
redstarcomrade has joined #glasgow
<whitequark> icb: can they actually provide 8k of them at that point? it's not enough to look at the website, you have to RFQ
<d1b2> <icb> I didn't check far enough to see. Just saw it as an option you could consider
tomtastic has quit [Ping timeout: 240 seconds]
tomtastic has joined #glasgow
bvernoux has joined #glasgow
egg|anbo|egg_ has joined #glasgow
<d1b2> <davoid> would anyone with good previous experience using the glasgow have time to do some freelance work with a tailored software implementation? simplified spec: dual uart bridge, dual i2c (switchable role), dual spi (one with a host driver for an external ADC/voltmeter), plus a set of configurable gpio's (in/out pu/pd/od/hiz)
<electronic_eel> @davoid the "dual" thing in your mini spec is what would worry me. current glasgow doesn't have mechanism yet to communicate with multiple applets at once. so this would all have to be implemented as a custom patch
<whitequark> what is a "tailored software implementation"?
<whitequark> you can communicate with multiple applets fine, just not using the CLI
<electronic_eel> wasn't splitting the bytestream coming from the fx2 into data blocks designated to the different applets on the fpga still on the todo list?
<whitequark> you can do two right now
<whitequark> so dual something is fine
<electronic_eel> ah, two is possible? i thought the whole encoding of a target id was still missing. but you found some nice mechanism that wouldn't blow up when some escape char was in the datastream repeatedly (don't remember the name right now)
<whitequark> there is no encoding
<whitequark> we have four EPs
<whitequark> two per applet work fine
<electronic_eel> ah, ok, so it can be differentiated over the usb endpoints now. is there any applet making use of this right now?
<electronic_eel> about the SY20704AAC: the dropout voltage is 300mV vs. the 30mV of the TPS73101DBVT. when you want to set a port voltage of 5V this is going to be a problem
<electronic_eel> maybe we could add a small stepup regulator (combined for both ports), then we wouldn't have to worry about the dropout or shunt burden voltage
<davidc___> electronic_eel: It'll be a problem even for the TPS7310
<electronic_eel> esden: rs claims to get some TPS73101DBVT in october this year: https://de.rs-online.com/web/p/spannungsregler/1624905/
<davidc___> electronic_eel: voltage spec for USB allows down to 4.75V
<electronic_eel> esden: so maybe give them a call
<davidc___> electronic_eel: (quoting from TI summary; haven't pulled up the spec)
<electronic_eel> davidc___: yeah, it is already on the margin and you need a usb psu going a bit above 5 v
<electronic_eel> but going from 30 mV to 300 will blow it i'd say
<davidc___> electronic_eel: yeah; and I've seen 4.5V commonly
<davidc___> electronic_eel: (general field experience with random laptops, random cables, and ~280ma load)
<whitequark> <electronic_eel> "ah, ok, so it can be differentia..." <- sorta, but mostly it's that you can already run multiple applets in parallel
<d1b2> <davoid> we'll have a python async runner on top that could read from each "pipe"/uart(s)
<d1b2> <davoid> custom == primarily helping out, holding hands, making sure the complete setup is done in an optimal way (not knowing the inner works and do's & dont's) of your architecture
uartist has quit [Quit: The Lounge - https://thelounge.chat]
<d1b2> <davoid> sounds like it can work then! most important thing is that we 1) can fit all peripherals in the ice, running at the same time 2) that uart1/2 i2c1/2 spi1/2 can stream their in/out data in an asynchronous manner
<d1b2> <davoid> yes.. especially with longer cables / thin copper. we usually boost the 5V when 5.0V out is expected, like in a hub, to ensure that you get the proper 5.1V or whatever
egg|anbo|egg_ has quit [Remote host closed the connection]
rafaelmartins_ is now known as rafaelmartins
redstarcomrade has quit [Quit: Connection closed for inactivity]
egg|anbo|egg_ has joined #glasgow
GNUmoon2 has quit [Ping timeout: 244 seconds]
egg|anbo|egg_ has quit [Remote host closed the connection]
bvernoux has quit [Quit: Leaving]
uartist has joined #glasgow
egg|anbo|egg_ has joined #glasgow
GNUmoon2 has joined #glasgow
flummer has quit [Ping timeout: 272 seconds]
flummer has joined #glasgow