// #eevblog — 2019-08-20
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
02:25:52 Join: ThunderSqueak ([email protected]) to #EEVblog
02:25:52 Mode: (by ChanOP) +o ThunderSqueak
04:25:21 * ThunderSqueak ponders.
04:25:25 <ThunderSqueak> how is everyone?
04:26:30 * T3sl41 thinks, says "good"
04:56:48 <ThunderSqueak> cool :)
04:58:36 <T3sl41> up to anything today?
05:20:03 Quit: DogWomble ([email protected]) Ping timeout: 121 seconds
05:24:23 <ThunderSqueak> nope, just hiding
05:24:34 <ThunderSqueak> decided to not go outside for 3 days
05:24:37 <ThunderSqueak> <.<;;
05:32:02 <ThunderSqueak> https://www.youtube.com/watch?v=5jKZ9KGtee0
05:34:26 <DHess_US> Outwhat? I know not what you talk about.
05:36:10 <ThunderSqueak> haha
05:36:25 <ThunderSqueak> ya, I am going to hide from the world for a few days
05:38:02 <DHess_US> The problem with that is that the world loves to play hide and seek.
08:17:59 <DHess_US> https://i.imgur.com/MpUSNlV.mp4
08:20:02 <ziga> hey!
08:20:46 <ziga> T3sl41: I just finished my design with 74LVC8T245s and it works like a charm @ 1MHz, thanks a lot!
08:21:00 <T3sl41> cool
08:21:25 <ziga> i learnt to solder .65mm pitch smd packages at the same time :)
08:21:41 <ziga> quite easy actually
08:22:44 <ziga> now i need to figured out why i got 50ns latency when my signal goes across my fpga
08:23:16 <T3sl41> :)
08:23:25 <T3sl41> heh, now you get to learn how to apply constraints
08:23:41 <ziga> err, i know that already
08:23:55 <ziga> unless you mean mechanical constraints :'))
08:24:22 <T3sl41> ah
08:24:27 <T3sl41> well, good luck with that then :P
08:24:43 <T3sl41> or maybe it can be optimized or pipelined or something, but w/e
08:31:22 <ziga> PICs seems tolerant to that latency, so i might try to implement a pic programmer on an ESP32 if I succeed with my FPGA
08:33:01 <ziga> otherwise i'll just get the DATA pin routed so that both signals are in sync
08:35:32 <ziga> the 50ns latency is due to my design and fpga clocking at 12MHz rn, so it's fine :)
08:35:54 <ziga> it almost disappears when i wire the pins together
08:36:14 <ziga> (in the design)
08:41:17 <ziga> since you've been good advice with the bus, what would you recommend to raise a voltage from 5V to 13V ? a step-up converter ?
08:47:59 <T3sl41> ew, high voltage programming
08:48:07 <T3sl41> what do those need, anyway? like 10s mA? 100s?
08:48:15 Nick: T3sl41 is now known as T3sl4
08:49:15 <ziga> only on the MCLR pin to get the PIC in programming mode
08:49:30 <ziga> so it's only a few mA
08:49:38 <ziga> lemme check
08:49:53 <T3sl4> far as i know, that's used for internal programming supply, so it could be relatively a lot
08:50:36 <T3sl4> pretty sure programmers only have linear regs for those, looks like a few watts kind of a thing, so it shouldn't be crazy
08:50:55 <T3sl4> but if it's like amps for milliseconds that would be kinda crazy
08:51:59 <ziga> looks like to be max 50mA
08:52:10 <T3sl4> ah good
08:52:33 <ziga> nope, it's really just to get the PIC to change its execution mode
08:52:33 <T3sl4> i'd probably drop in whatever boost i have handy
08:52:41 <ziga> the programming flows through the DATA pin
08:52:54 <ziga> which is low voltage (1.8 to 5V)
08:53:42 <T3sl4> well duh the data does
08:54:03 <T3sl4> i mean what they're doing is not just flipping RAM bits, it needs the crazy voltage for a reason, it's a special process
08:54:08 <ziga> trying to figure out which one is being used in the ICD3 but i have no clue what it should look like
08:55:06 <T3sl4> i forget what erases EEPROM, but what writes it is "hot carriers" which basically means turning on the transistor with a fuckton of voltage across it (VPP) and nearly burning it out, during which some of the electrons spray out of the channel and get stuck in the floating gate, programming the cell
08:55:46 <T3sl4> then whenever it's read at low voltage (nominal, 3-5V or whatever), the charge stays in place and the transistor is either stuck on or off, voila, data storage
08:55:52 <ziga> not sure, it might be for historical reasons: RS-232 could drive up to 15 volts
08:56:25 <T3sl4> i know that's why old school E(E)PROM needs VPP, it physically requires it for writing
08:56:35 <ziga> and since the MCLR interprets 0V as RST, 5V as normal operatin and 13V as programming state it could be understandable
08:56:48 <T3sl4> early ones needed like 18V or something crazy like that, most, like, 27C16s and such used 12.5V or thereabouts
08:57:12 <T3sl4> modern Flash still does the same thing, but it's called Flash because it's done a sector at a time, and it doesn't need the external supply because an internal charge pump provides it
08:57:22 <ziga> hm, i'll digg into that and let you know about my findings :)
08:57:38 <T3sl4> they probably use less, like 6 or 9V (VCC stepped up a few times) but it's still part of the process, just hidden away
08:57:53 <T3sl4> starting up that supply is a big part of why flash is so slow to write, IIRC
08:58:26 <T3sl4> anyway, last 5V input, boost-y chip i used was MIC2619, seemed alright
08:59:01 <ziga> https://www.electro-tech-online.com/threads/pic-vpp-13v-how-much-current.21814/
08:59:02 <T3sl4> little 6-pinner, i used it for 15V 60mA output, seemed perfectly fine, didn't notice anything weird
08:59:40 <ziga> TLDR; it made sense with old eeproms, but now that PICs integrates FLASH memory it's just a matter of setting the PIC to programming mode, thus it doesn't draw much current
08:59:51 <T3sl4> yeah, entirely possible
09:00:25 <T3sl4> and this is PIC we're talking about, far be it for Microchip in their infinite wisdom to shift to a sensible programming protocol or anything
09:01:31 <T3sl4> if you like to follow the charge pump method, i'd suggest a CMOS 555 (7555 or LMC, whatever variant) and use schottky diodes (BAT54S?) in a voltage tripler, to get probably a bit under 15V
09:01:37 <ziga> they would tell you that "it just works", which is false, just have a look at what they're doing with their own programmer, they sell it with incomplete coverage of their PICs
09:01:52 <T3sl4> or quadrupler for somewhat lower Vin
09:02:07 <T3sl4> and follow up with an LDO if you need/want it more precise
09:02:30 <ziga> ok, i have that in hand, i may try this way first
09:04:18 <ziga> i didn't expect this channel to be that much active, i need to raise my irssi buffer size :)
09:04:29 <T3sl4> heh
09:04:36 <T3sl4> yeah, Halcyon is a chatty cathy
09:05:30 <ziga> are you also from australia btw ?
09:05:38 <T3sl4> US
09:05:56 <ziga> which part
09:06:00 <T3sl4> WI
09:13:14 <rust_collector> mmmm cheese
09:14:05 <T3sl4> you should come over some time, we collect a lot of rust
09:14:34 <rust_collector> Well, I am not sure I would be allowed in there
09:16:02 <rust_collector> at least... I should not, if they do any kind of background check
09:16:52 <T3sl4> https://i.imgur.com/uSFnmKj.jpg
09:20:29 <rust_collector> mmhmmm
09:28:42 <ziga> cheese ? wtf
09:28:54 <rust_collector> CHEESE!!!
09:29:08 <ziga> US doesn't even allow raw milk cheese
09:29:28 <ziga> which is the basics for good cheese
09:29:38 <rust_collector> yeah, and there is no dark grey market there
09:30:07 <ziga> dark grey market for cheese ? lol
09:30:22 <rust_collector> I am not going to say more about that
09:30:45 <ziga> if you love cheese, you've got to travel to my country :)
09:30:59 <rust_collector> Oreallynow?
09:31:01 <ziga> had 5 different cheese for the dinner this evening.
09:31:25 <ziga> come, i'll host you :)
09:31:27 <rust_collector> tell me more
09:31:40 <rust_collector> like... where is this 5 cheese country?
09:31:46 <ziga> France
09:31:51 <rust_collector> arrrgh
09:32:34 <ziga> the best cheese i tasted today was a creamy goat cheese with truffle inside that my wife bought
09:32:57 <rust_collector> I am thinking about a little road trip maybe next year. I have to get into france a bit too. I always went around france
09:33:44 <ziga> try to country side if you want to taste local stuff and avoid big cities
09:33:50 <ziga> the*
09:34:01 <rust_collector> I always avoid larger cities
09:34:07 <T3sl4> https://i.imgur.com/w1IlmWy.gif
09:34:20 <ziga> lol
09:34:37 <rust_collector> It is a thing I have been thinking quite a bit about lately... How do people live in the city?
09:35:29 <rust_collector> I just have no idea. yes, they live in an apartment, take the bus to work, then... what?
09:36:01 <ziga> no clue, i work in Paris suburbs but I couldn't ever imagine raising my kids there, so I'm 25mns away from work, got a house in the middle of a huge forest
09:37:49 <ziga> im also planning to move in the next two years closer to the sea, but couldn't find a land big enough to land a plane yet
09:38:54 <rust_collector> hmm, use a big elastic band, like on the aircraft carrieas?
09:39:26 <ziga> well that exists but for LSAs only
09:39:28 <rust_collector> if you spell that right, it makes more sense, so try that
09:39:30 <ziga> my planes are too heavy for that :)
09:39:47 <rust_collector> ooh,
09:39:55 <ziga> LSA or gliders actually
09:40:08 <rust_collector> lsa?
09:40:16 <rust_collector> late sheep
09:40:20 <rust_collector> what?
09:40:24 <ziga> light sport aircrafts
09:40:47 <rust_collector> nah, they stop fighter jets. they are not very light
09:40:50 <ziga> there's also the piper cub that can takeoff from a very short distance but it's a damnful slow plane
09:41:20 <rust_collector> I sort of want one of those steam catapults...
09:41:25 <rust_collector> in my garage
09:41:40 <ziga> it's actually a catapult on carriers
09:41:47 <rust_collector> so I can fling my toyota over the snow, and up to the road
09:41:52 <ziga> hahaha
09:42:27 <ziga> do you guys have heated driveways in the US ? is that common ?
09:42:52 <rust_collector> In the us, I bet they have air conditioned driveways
09:43:02 <ziga> lol
09:43:21 <ziga> where are you from ?
09:43:31 <rust_collector> norwaystan
09:43:35 <ziga> ahhhhhhhhh
09:43:44 <ziga> you're a troll
09:43:50 <rust_collector> some times
09:43:57 <rust_collector> it pays well enough
09:44:36 <ziga> :P
09:44:58 <ziga> i'm also planning a road trip with kids in .no/.fi/.se
09:45:40 <rust_collector> so, I guess you could take the E-18, from end to end
09:45:45 <ziga> got some friends living in norway, wanted to do it with a camper van during winter but they told me it wasn't a good idea at all
09:45:59 <rust_collector> that would add a bit of russia, and a bit of england
09:46:12 <rust_collector> no, well, it depends on where they are
09:47:01 <ziga> wanted to go around the fjords but it's apparently not really practicable in a camper van
09:47:07 <rust_collector> I live about an hour to the south from oslo, and the weather is probably not too different to down there
09:47:20 <rust_collector> plenty of people do
09:47:21 <ziga> (in winter)
09:47:29 <rust_collector> in winter... well.
09:47:39 <rust_collector> are you used to snow and crap?
09:48:11 <ziga> i'm used to snow
09:48:14 <rust_collector> anyway, it is not the best idea, as many of the interesting roads are closed
09:48:14 <ziga> and i'm also used to crap
09:48:34 <ziga> but usually we don't drive when it goes extreme here
09:48:39 <rust_collector> heh
09:48:51 <ziga> not because my cars are not properly fitted with the right tires
09:48:56 <ziga> but because the OTHERS cars are not
09:49:36 <rust_collector> extreme is a very relative thing, I have found. ask any english guy about that
09:49:50 <ziga> our laws does not sets winter tires mandatory during winter
09:49:54 <ziga> hah
09:50:03 <ziga> well, extremes starts at 10cm of snow here :)
09:50:25 <ziga> or when the roads are icy
09:50:40 <rust_collector> O g... uuh
09:51:01 <rust_collector> well, so only from october to late march then
09:51:07 <ziga> just imagine having thousands of people trying to drive in 10cm of snow without winter tires
09:51:23 <rust_collector> yeah, it would look like russia
09:51:30 <ziga> :')
09:51:42 <ziga> it rarely lasts more than 3 days here
09:51:47 <ziga> unless you live in the east of france
09:52:00 <ziga> or in mountains, but there chains are mandatory
09:53:09 <rust_collector> You know... it is only 5-6 weeks ago, that is quit snowing up north...
09:54:22 <rust_collector> say, from the middle and up, or so
09:54:33 <rust_collector> where it goes narrow
09:56:14 <rust_collector> but... If you have snow tires, and bring chains, just to be sure... mmmmmh. I say go for it. just fuel up when you can, because if you do get stuck, you have the house with you
09:56:36 <Ampera> hullo
09:56:41 <rust_collector> hey-o
09:56:49 Mode: (by ChanOP) +o Ampera
09:58:00 <rust_collector> You would get a different experience than most, so that is good
09:58:42 <Ampera> america is the only country, the rest are cuntries.
10:03:01 <rust_collector> america, that is next to africa somewhere, I think
10:04:51 <ziga> will do
10:06:09 <rust_collector> ziga: just ask if there is anything you want to know. I have done a bit of driving around here, as I am a driver....from around here
10:11:44 Join: DogWomble ([email protected]) to #EEVblog
10:11:46 Mode: (by ChanOP) +o DogWomble
10:12:27 <ziga> thanks :)
10:14:58 <rust_collector> I do think you are a bit weird, so that is good
10:15:17 <rust_collector> and so will you, if you do this
10:55:39 Quit: DogWomble ([email protected]) Connection closed
10:55:48 Join: DogWomble ([email protected]) to #EEVblog
10:55:58 Mode: (by ChanOP) +o DogWomble
10:59:09 <ziga> :))
10:59:25 <ziga> anyone here uses (or tried to use) ultrascope software from rigol ?
10:59:44 <ziga> i'm experiencing crashes when using 4 channels...
11:03:32 <rust_collector> No, I just assumed it would not work with my owon
11:05:11 <rust_collector> probably not the kikusui either, because it does not software
11:12:09 <rust_collector> meh, both are crap, but at least the old thing looks cool
11:14:14 <ziga> :)
11:15:17 <rust_collector> so, do you work with a french guy that used to live in greece?
11:15:24 <ziga> which one
11:15:41 <rust_collector> I take that as a yes
11:15:52 <ziga> huh
11:16:12 <rust_collector> Hmm, what was his name again
11:16:25 <rust_collector> but he does live close to or in paris
11:16:44 <ziga> T3sl4: i see >5v spikes on my scope on IOs A for which VCC is @ a stable 3.38V and I feel like it broke some of my FPGA IOs :(
11:17:21 <ziga> (talking about the 74AVC4T245)
11:18:06 <ziga> i thought that thing would prevent that :(
11:19:03 <ziga> https://imgur.com/a/ssw9IaA
11:19:17 <ziga> yellow/blue channels
11:20:58 <ziga> (don't ask me what kind of signal this is, it's the ICD3 doing some weird crap)
11:22:09 Join: ThunderSqueak_ ([email protected]) to #EEVblog
11:30:48 <ziga> going to bed, good night !
11:31:01 <rust_collector> have fun in bed
11:41:47 <T3sl4> ziga: shitty probing? check signal quality
11:41:55 <T3sl4> LVC gates are stupid fast, single ns
11:42:03 <T3sl4> more than enough to do that with wires and traces
11:46:42 Nick: ThunderSqueak_ is now known as TS_Laptop
11:50:13 Nick: TS_Laptop is now known as CouchThunderSqueak
11:50:40 Nick: CouchThunderSqueak is now known as CouchSqueak
11:52:30 <ziga> err, dont know how to do that, ill check tomorrow
11:54:04 <ziga> the other reasons of my failures could be the different gate levels between the protrammer and my fpga
11:55:57 <ziga> 2V might be an uncertain state for the icd and pic where it could be high (when translated to 3.3) on my fpga
11:56:14 <ziga> dont know how to adress that
11:57:11 <ziga> thats another issue unrelated to the spikes i saw that i need to take care of
13:01:34 Quit: DogWomble ([email protected]) Ping timeout: 121 seconds
13:46:57 <DHess_US> https://twitter.com/iaeaorg/status/1163016378187689984
14:12:45 <T3sl4> cool
14:17:25 <DHess_US> Tickling the dragon.
14:17:40 <DHess_US> I wonder if this would be useful against dogs, https://www.brickhousesecurity.com/self-defense/zap-cane/
14:17:45 <T3sl4> with something other than a screwdriver, fortunately
14:18:45 <DHess_US> Doing something that stupid is exactly what I wuold expect physisists to do.
14:19:26 <T3sl4> *camera cuts over to the chemists literally sniffing solvents and tasting reagents*
14:20:07 <DHess_US> For whatever reason, physisists tend to be less paranoid.
14:20:32 <T3sl4> of course, neither group was very safety conscious back in those days, relative to today
14:24:46 <DHess_US> It reminds me of the phrase Peace Corbin likes - unusually stupid.
15:06:31 Quit: Ampera ([email protected]) Ping timeout: 121 seconds
15:20:51 Join: Ampera ([email protected]) to #EEVblog
15:22:54 Nick: Ampera is now known as Ampera1
16:43:02 Quit: soulreap ([email protected]) Ping timeout: 121 seconds
16:44:01 Join: soulreap ([email protected]) to #EEVblog
16:48:13 Quit: soulreap ([email protected]) Ping timeout: 121 seconds
16:49:32 Join: soulreap ([email protected]) to #EEVblog
16:54:04 Quit: soulreap ([email protected]) Ping timeout: 121 seconds
16:55:51 Quit: T3sl4 ([email protected]) serviceshub.austnet.org onacloud.vic.au.austnet.org
16:55:51 Quit: pakesson ([email protected]) serviceshub.austnet.org onacloud.vic.au.austnet.org
17:00:04 Join: T3sl4 ([email protected]) to #EEVblog
17:00:14 Mode: (by ChanOP) +o T3sl4
17:00:26 * T3sl4 buhs
17:00:56 Join: soulreap ([email protected]) to #EEVblog
17:01:10 Join: pakesson ([email protected]) to #EEVblog
17:03:27 Quit: soulreap ([email protected]) serviceshub.austnet.org onacloud.vic.au.austnet.org
17:05:03 * steve30 pets T3sl4
17:05:16 <T3sl4> :3
17:08:06 * T3sl4 hugs steve30
17:34:44 Quit: ibiza ([email protected]) Ping timeout: 121 seconds
17:38:14 Join: ibiza ([email protected]) to #EEVblog
17:46:09 <steve30> I hate it when ebay sellers have numerous listings for the same item.
17:52:56 Quit: mattinx ([email protected]) Ping timeout: 121 seconds
17:52:58 Join: mattinx_ ([email protected]) to #EEVblog
17:53:48 Nick: Ampera1 is now known as Ampera
17:53:51 Quit: Ampera ([email protected]) Changing hosts
17:53:51 Join: Ampera ([email protected]) to #EEVblog
17:53:55 Mode: (by ChanOP) +o Ampera
17:54:00 Join: DogWomble ([email protected]) to #EEVblog
17:54:11 Mode: (by ChanOP) +o DogWomble
17:54:51 Join: EEVBlog ([email protected]) to #EEVblog
17:54:53 Quit: EEVBlog ([email protected]) Changing hosts
17:54:53 Join: EEVBlog ([email protected]) to #EEVblog
17:55:07 <Ampera> Thank you damian (or whoever) for updating the TLS cert.
17:57:12 Quit: ibiza ([email protected]) Quit: ZNC 1.6.3+deb1ubuntu0.1 - http://znc.in
17:57:15 Join: ibiza_ ([email protected]) to #EEVblog
18:09:25 Quit: ibiza_ ([email protected]) Ping timeout: 121 seconds
18:53:16 Join: ibiza ([email protected]) to #EEVblog
18:58:09 Quit: CouchSqueak ([email protected]) Quit: Leaving
19:38:42 <Halcyon> Mew
20:24:20 <DogWomble> hey :)
21:13:01 Join: ThunderSqueak_ ([email protected]) to #EEVblog
21:13:36 Join: T3sl41 ([email protected]) to #EEVblog
21:13:39 Mode: (by ChanOP) +o T3sl41
21:14:31 Quit: steve30 ([email protected]) Ping timeout: 121 seconds
21:14:38 Quit: T3sl4 ([email protected]) Ping timeout: 121 seconds
21:15:33 Quit: ThunderSqueak ([email protected]) Ping timeout: 121 seconds
21:16:37 Join: steve30 ([email protected]) to #EEVblog
21:20:25 Quit: desu ([email protected]) serviceshub.austnet.org excel.sa.au.austnet.org
21:32:01 Join: desu ([email protected]) to #EEVblog
21:39:35 <ziga> T3sl41: fixed the issue by disabling the programmers pull resistors :)
21:40:15 <ziga> its time to have some fun now
21:40:52 <rust_collector> why are you still up?
21:49:04 <ziga> lol no i just woke up
21:49:17 <ziga> its almost 2pm here
21:49:43 <ziga> but you should already know that we're in the same timezone
21:53:23 <rust_collector> should, yes
21:54:03 <rust_collector> like you, I just woke up, I have not been out to look at my sun dial
22:02:04 <ziga> :))
22:02:55 <ziga> T3sl41: the other issue was that the fpga IOs was apparently drawing too much power from the PIC and made it fail, providing an external power supply (just taking a 5V output from the FPGA) did the trick
22:03:13 <ziga> probably not much but too much
22:03:48 <ziga> forget what i just said, it starts failing again :(
22:04:12 <ziga> this shit is behaving randomly i don't get it
22:18:17 Quit: DogWomble ([email protected]) Ping timeout: 121 seconds
22:20:37 <EEVBlog> New EEVBlog Tweet: #StockImage time She's wondering what happened to her solder spool... https://t.co/HfUXJBfoBF
Search this day's buffer:
