--- Log opened Thu Nov 01 00:00:21 2018 2018-11-01T00:02:39 < qyx> jpa-: you could still use cdc-acm with obex! 2018-11-01T00:05:34 -!- kow_ [~afed@135.0.26.136] has joined ##stm32 2018-11-01T00:06:21 < zyp> or do SMB over virtual ethernet :p 2018-11-01T00:15:57 -!- kow_ [~afed@135.0.26.136] has quit [Ping timeout: 252 seconds] 2018-11-01T00:19:08 < kakimir> interesting 2018-11-01T00:19:15 -!- sterna [~Adium@c-0fe1e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 252 seconds] 2018-11-01T00:19:23 < kakimir> I open task manager while youtube plays at background 2018-11-01T00:20:15 < kakimir> I move cursor from task manager to browser window and processor load increases 50percent units 2018-11-01T00:20:52 < kakimir> while the playback only requires like 30% when cursor is moved to browser window it can spike to 80% 2018-11-01T00:26:55 -!- kow_ [~afed@135.0.26.171] has joined ##stm32 2018-11-01T00:38:17 < englishman> apparently my pcb place will be offering padless vias soon 2018-11-01T00:46:04 < kakimir> padless vias 2018-11-01T00:47:14 < kakimir> interesting 2018-11-01T00:48:53 < englishman> indeed 2018-11-01T00:49:37 < kakimir> what are the implications? 2018-11-01T00:50:10 < kakimir> is there such cases where you _need_ padless vias 2018-11-01T00:50:35 < englishman> besides routing area, he said they crack less often after thermal cycles 2018-11-01T00:50:42 < englishman> because they can expand and contract 2018-11-01T00:50:50 < englishman> or something 2018-11-01T00:50:51 < zyp> what's a padless via? 2018-11-01T00:51:03 < kakimir> I assume annular ring = 0 zyp 2018-11-01T00:51:10 < englishman> http://www.cat-test.info/web_files/Understanding%20Process%20Capability,%20Quality%20and%20Reliability.pdf 2018-11-01T00:51:19 < zyp> that's what I thought too, but that sounds too easy 2018-11-01T00:51:35 < zyp> huh, cool 2018-11-01T00:52:34 < kakimir> thermal cycling huh 2018-11-01T00:52:42 < kakimir> I never thought vias would be an issue 2018-11-01T00:52:56 < kakimir> how hard cycling we are talking about? 2018-11-01T00:53:16 < englishman> idk he has a huge quantity of info on this stuff 2018-11-01T00:54:30 < kakimir> okay 2018-11-01T00:54:42 < kakimir> easier is to ask known applications for this tech 2018-11-01T00:54:48 < kakimir> actual products 2018-11-01T00:55:00 < englishman> he said motherboards 2018-11-01T00:55:02 < englishman> thats an easy one 2018-11-01T00:55:26 < kakimir> probs more about real estate than that thermal thing 2018-11-01T00:55:31 < englishman> yeah 2018-11-01T00:55:36 < kakimir> phones? 2018-11-01T01:01:29 < kakimir> 90% of projects I do I think - only if I needed no annular ring it would be so much easier 2018-11-01T01:48:16 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:2584:789c:52f2:6393] has joined ##stm32 2018-11-01T01:48:55 < renn0xtk9> trying to flash a dummy programm on an stm32 board like this one, https://github.com/ubogdan/STM32F103C8T6 2018-11-01T01:49:03 < renn0xtk9> the led does not blink 2018-11-01T01:49:18 < renn0xtk9> the very same program worked on another board in the past 2018-11-01T01:49:26 < renn0xtk9> don;t know what is wrong with this new one 2018-11-01T01:51:02 < karlp> probably just shitty code. 2018-11-01T01:51:25 < karlp> do you have 128k flash? and 20k ram? 2018-11-01T01:51:46 < karlp> do you have a jlink? 2018-11-01T01:52:04 < renn0xtk9> karlp very new to stm32 so don't know what it is 2018-11-01T01:55:28 < renn0xtk9> karlp shitty code https://pastebin.com/xAYr3T8w 2018-11-01T02:01:59 < jadew> morning 2018-11-01T02:07:15 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Ping timeout: 252 seconds] 2018-11-01T02:13:45 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2018-11-01T02:15:28 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-01T02:18:36 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-01T02:25:12 -!- jadew [~razvan@188.25.75.18] has quit [Changing host] 2018-11-01T02:25:12 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2018-11-01T02:31:22 < renn0xtk9> keep having 2018-11-01T02:31:26 < renn0xtk9> Program received signal SIGTRAP, Trace/breakpoint trap. 2018-11-01T02:31:28 < renn0xtk9> WWDG_IRQHandler () at startup/startup_stm32.s:120 2018-11-01T02:31:35 < renn0xtk9> does not mean my programm does not even start? 2018-11-01T02:32:16 < jadew> no, it means that's where the code is located 2018-11-01T02:32:38 < jadew> are you not resetting the watch dog? 2018-11-01T02:36:55 < renn0xtk9> jadew I manually press on reset, I got a board like this https://pastebin.com/xAYr3T8w should not it reset the watchdog? 2018-11-01T02:37:15 < jadew> the watchdog has to be reset from your code 2018-11-01T02:37:39 < jadew> it's a feature that makes sure the firmware doesn't freeze 2018-11-01T02:37:55 < jadew> if it does, it resets the chip 2018-11-01T02:38:13 < jadew> and yeah, by the look of that code you're not doing this 2018-11-01T02:38:21 < jadew> so the watchdog gets triggered 2018-11-01T02:38:38 < jadew> which is why you're getting that thing in the debugger 2018-11-01T02:40:33 < renn0xtk9> okay, got some code snippet on how to do ? 2018-11-01T02:42:26 < jadew> google does 2018-11-01T02:50:43 < renn0xtk9> I am not clear about architecture of microcontroller 2018-11-01T02:50:57 < renn0xtk9> but I would have expecte the thing to crash but not to not even start? 2018-11-01T02:54:22 < renn0xtk9> jadew is it normal that it does not even enter the main? 2018-11-01T02:59:43 < renn0xtk9> jadew from here they say https://stackoverflow.com/questions/32532916/disabling-the-stm32-iwdg-during-debugging IWDG is disabled by default 2018-11-01T02:59:54 < renn0xtk9> I don't think it is the probelm honestly 2018-11-01T03:00:11 < renn0xtk9> that would not explain why that very same code worked with a very similar board 2018-11-01T03:03:42 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 252 seconds] 2018-11-01T03:08:18 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:2584:789c:52f2:6393] has quit [Quit: Konversation terminated!] 2018-11-01T03:24:01 < jadew> aandrew, when you try that thing with the limeSDR, please share the results 2018-11-01T03:24:15 < jadew> or at least what it's able to do 2018-11-01T03:50:22 -!- boB_K7IQ [~boBK7IQ@73.109.61.66] has joined ##stm32 2018-11-01T03:50:42 < jadew> why so quiet in here? 2018-11-01T03:52:11 < jadew> sure 2018-11-01T03:52:53 < jadew> if it's a good one I'll give you something in return 2018-11-01T03:54:39 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-01T03:55:22 < jadew> haha 2018-11-01T03:56:39 < jadew> wait... they're not wolves? 2018-11-01T03:57:21 < jadew> didn't know that, I only found it funny because I thought it explains why wolves/dogs are hauling at the moon 2018-11-01T03:58:12 < jadew> ah, deeper joke.. not as funny as when I didn't get it 2018-11-01T04:04:02 < jadew> what's this from? 2018-11-01T04:04:38 < jadew> is this a furrie? 2018-11-01T04:04:55 < jadew> (another thing I don't understand) 2018-11-01T04:11:46 < jadew> when you said memes, I thought you're going to post stuff like this: https://imgur.com/gallery/PToh9ho 2018-11-01T04:15:12 < jadew> seen any good shows recently? 2018-11-01T04:17:10 < jadew> I tried to watch salvation, but it focuses too much on interpersonal shit-drama 2018-11-01T04:18:19 < jadew> the idea was great, but I think the writers are scientific illiterates and that's the best they can do 2018-11-01T04:18:40 < jadew> never seen it 2018-11-01T04:18:47 < jadew> I'll give it a try, thanks 2018-11-01T04:21:04 < jadew> this is what I was going to share (the whole playlist is great - starts at track 3): https://www.youtube.com/watch?v=gJ_71rROxcs&list=PL9VoQqp3LHhEeesT51u3b9EXndIKD0RTM&index=6 2018-11-01T04:21:25 < jadew> I've been listening to their songs for the past month or so almost daily... can't get enough 2018-11-01T04:29:21 -!- hexo [hexo@base48.cz] has quit [Ping timeout: 252 seconds] 2018-11-01T04:29:47 -!- boB_K7IQ [~boBK7IQ@73.109.61.66] has quit [Ping timeout: 240 seconds] 2018-11-01T04:29:57 -!- Adluc [Adluc@base48.cz] has quit [Ping timeout: 252 seconds] 2018-11-01T04:30:47 -!- srk [sorki@fedora/sorki] has quit [Ping timeout: 240 seconds] 2018-11-01T04:31:42 -!- srk [sorki@fedora/sorki] has joined ##stm32 2018-11-01T04:32:20 -!- Adluc [Adluc@base48.cz] has joined ##stm32 2018-11-01T04:41:21 -!- hexo_ [hexo@base48.cz] has joined ##stm32 2018-11-01T04:47:00 -!- boB_K7IQ [~boBK7IQ@73.109.63.44] has joined ##stm32 2018-11-01T04:52:24 -!- cjbaird [~cjb@ppp121-44-237-230.bras2.syd2.internode.on.net] has joined ##stm32 2018-11-01T04:57:47 -!- srk [sorki@fedora/sorki] has quit [Ping timeout: 240 seconds] 2018-11-01T04:58:27 -!- boB_K7IQ [~boBK7IQ@73.109.63.44] has quit [Ping timeout: 240 seconds] 2018-11-01T04:59:51 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-01T05:03:03 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-01T05:03:23 -!- srk [sorki@fedora/sorki] has joined ##stm32 2018-11-01T05:07:36 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-01T05:27:27 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-01T05:32:38 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-01T05:33:46 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 272 seconds] 2018-11-01T05:35:15 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-01T05:45:00 < jadew> I have to test a ciricuit on a breadboard and I have 0 willpower to do it 2018-11-01T05:45:39 < jadew> the fact that I'm missing a xor gate and I have to make it out out nand gates doesn't help 2018-11-01T05:47:32 < jadew> you know what kind of movies I wish hollywood would make? the ones where people work hard, get bored but they push through and succeed in the end 2018-11-01T05:47:40 < jadew> that would be motivational 2018-11-01T05:48:31 < jadew> all we get instead is people falling into nuclear waste and gaining superhuman powers and that's how they make something of themselves 2018-11-01T05:48:42 < jadew> well thanks for that hollywood! 2018-11-01T05:48:57 < jadew> I'll be aiming for that myself 2018-11-01T05:51:56 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-01T05:52:49 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-01T05:58:24 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-01T05:58:26 -!- con3|2 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-01T05:58:36 -!- con3|2 [~kvirc@ml.sun.ac.za] has quit [Client Quit] 2018-11-01T06:01:21 -!- fc5dc9d4 [~quassel@p5B3A8204.dip0.t-ipconnect.de] has joined ##stm32 2018-11-01T06:04:01 < jadew> screw it, I'll use an FPGA 2018-11-01T06:05:26 -!- fc5dc9d4_ [~quassel@p5B3A8213.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 2018-11-01T06:06:05 < cjbaird> I want to see a superhero movie where the 40-something divorcee slaps the shit out of superpowered tween millenials for being power-drunk fuckwits 2018-11-01T06:07:02 < jadew> I'd watch that 2018-11-01T06:29:33 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 268 seconds] 2018-11-01T06:32:11 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-01T06:34:46 < con3> jadew: "screw it, I'll use an FPGA"? 2018-11-01T06:35:12 < jadew> instead of building a xor gate out of nand gates 2018-11-01T06:35:21 < jadew> I don't like breadboard clutter 2018-11-01T06:59:08 -!- fc5dc9d4_ [~quassel@p5B3A81CE.dip0.t-ipconnect.de] has joined ##stm32 2018-11-01T07:02:57 -!- fc5dc9d4 [~quassel@p5B3A8204.dip0.t-ipconnect.de] has quit [Ping timeout: 252 seconds] 2018-11-01T07:21:50 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2018-11-01T07:22:00 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-01T07:51:35 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-01T07:54:39 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 252 seconds] 2018-11-01T07:54:45 -!- day__ is now known as day 2018-11-01T08:01:08 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-01T08:42:30 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has quit [Ping timeout: 252 seconds] 2018-11-01T08:50:36 -!- sterna [~Adium@c-f8b9d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-01T09:02:21 -!- Chris_M [~Chris_M@121.45.253.70] has joined ##stm32 2018-11-01T09:45:12 -!- sterna [~Adium@c-f8b9d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 252 seconds] 2018-11-01T09:46:53 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 268 seconds] 2018-11-01T09:49:31 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-01T09:58:48 < dongs> https://www.kickstarter.com/projects/meadow/meadow-full-stack-net-standard-iot-platform oh look, another thing nobody ever needed 2018-11-01T10:07:43 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-01T10:33:43 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-01T10:34:32 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 250 seconds] 2018-11-01T10:34:34 -!- BrainDamage_ is now known as BrainDamage 2018-11-01T10:40:44 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-01T10:41:10 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 244 seconds] 2018-11-01T10:41:33 -!- BrainDamage_ is now known as BrainDamage 2018-11-01T10:48:05 < dongs> With Meadow, you don't have to spend your time fighting with hardware, you can focus on building innovative, professional, IoT solutions. And the best part is that you can leverage your existing C# and .NET skills to build solutions that are impractical on any other platform. 2018-11-01T10:54:44 < zyp> dongs, how do you like C# and .NET? 2018-11-01T11:01:48 < dongs> zyp, it was pretty usable back in 1.0 days 2018-11-01T11:01:55 < dongs> they added a bunch of new shit i have no idea how it works 2018-11-01T11:02:04 < dongs> autos, retarded shitty syntax etc 2018-11-01T11:02:18 < dongs> and it seems these days almost nobody actually writes .net code anymore 2018-11-01T11:02:26 < dongs> they just nigger toghether some "nuget" paockages 2018-11-01T11:02:35 < dongs> without having any clue of whats going on inside 2018-11-01T11:03:40 < zyp> isn't a lot of programming just a matter of putting together third party libs? :p 2018-11-01T11:04:02 < veverak> zyp: thankfully not :) 2018-11-01T11:05:04 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-01T11:18:07 < dongs> no 2018-11-01T11:18:15 < dongs> thats what python faggots do 2018-11-01T11:18:21 < dongs> or javascript etc. 2018-11-01T11:19:03 < Steffanx> And C# is no different. Except that most of it is in .net 2018-11-01T11:19:08 < Steffanx> Itself 2018-11-01T11:19:16 < dongs> say awt 2018-11-01T11:19:17 < Steffanx> The framework. 2018-11-01T11:19:18 < dongs> wat 2018-11-01T11:19:30 < dongs> yeah but its a properly curated framework 2018-11-01T11:19:34 < dongs> that makes sense and has docs 2018-11-01T11:19:42 < dongs> not some random nigger shit you install from "nuget" 2018-11-01T11:19:45 < dongs> written by some paki 2018-11-01T11:19:52 < Steffanx> Hah nuget 2018-11-01T11:43:17 < karlp> jadew: that wwdg irq handler was probably just an alias problem for the defualt blockinghandler. 2018-11-01T11:44:33 < zyp> yeah, that's common 2018-11-01T11:45:08 < zyp> when you have a bunch of symbols pointing to one address and do a reverse lookup, you tend to just get whatever matching symbol is found first 2018-11-01T11:45:30 < zyp> and since WWDG is the first IRQ, it was probably defined first 2018-11-01T11:46:31 < zyp> this is why you look at ISPR when you unexpectedly find yourself in a handler 2018-11-01T11:46:47 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-01T11:47:09 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-01T11:48:45 < karlp> that persons likely problem was using an undocumented three year old splat of stderiph code of completely unknown quality, with no experience of their tools and wondering why it didn't work. 2018-11-01T11:49:11 < karlp> they were just trying to get a blinky to test their setup, fuck knows how they found that abortion of a github repo to decide to be "the one true example code" 2018-11-01T11:54:26 < karlp> heh, meadow is from a company that acquired netduino 2018-11-01T11:54:32 < oz4ga> another stm32.net board so what. No need to go "zano" 2018-11-01T11:54:35 < karlp> explains why it's just netduino all overagain 2018-11-01T11:55:07 < oz4ga> stm32.duino.net again 2018-11-01T11:56:06 < oz4ga> you can even run you own python interpeter on it .... must have ... NOT 2018-11-01T11:57:54 < oz4ga> look at meadow realtime os stack. why is security at the top layer? For real? 2018-11-01T11:58:10 < oz4ga> arsehats 2018-11-01T11:58:22 < karlp> where should it be? 2018-11-01T11:58:28 < karlp> the bottom? the left side? the right? 2018-11-01T12:00:24 < oz4ga> before mono would be a good starting point 2018-11-01T12:01:05 < karlp> you're making assumptions that things "start" at any particular point 2018-11-01T12:01:23 < karlp> or, another way, you' rejust hating on it because you've already decided not to like it 2018-11-01T12:01:29 -!- benishor_ [~benny@5.2.137.216] has joined ##stm32 2018-11-01T12:01:38 -!- benishor [~benny@188.27.56.233] has quit [Ping timeout: 250 seconds] 2018-11-01T12:02:25 < oz4ga> the only assumtion I make is the resethandler 2018-11-01T12:02:25 -!- benishor_ is now known as benishor 2018-11-01T12:06:04 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-01T12:17:34 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:5cb6:b60d:fe9a:7188] has joined ##stm32 2018-11-01T12:27:43 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Read error: Connection reset by peer] 2018-11-01T12:28:38 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2018-11-01T12:43:22 < renn0xtk9> I try to flash an stm32 on linux using stlink v2. I short BOOT0 and BOOT1 to 0, In my understanding it should write in main flash memory system 2018-11-01T12:43:42 < renn0xtk9> however during the flash process I see this 2018-11-01T11:34:26 INFO flash_loader.c: Successfully loaded flash loader in sram 2018-11-01T12:43:57 < renn0xtk9> am I missunderstanding something? 2018-11-01T12:48:57 < karlp> you're looking for problems too much 2018-11-01T12:49:02 < karlp> that's just an info. 2018-11-01T12:49:34 < karlp> to make things work at sane speeds, most tools run some code in sram on the device to handle the flashing, so it's faster. 2018-11-01T12:50:49 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has joined ##stm32 2018-11-01T12:51:05 < renn0xtk9> karlp okay 2018-11-01T12:51:36 < renn0xtk9> it so annoying, I had a code working, one year old, now I try to reflash that same code and it does not even start 2018-11-01T12:54:11 < karlp> do you have the old bin? 2018-11-01T12:54:29 < karlp> it's quite possible that the old code wwas borderling or relied on unintended other things that you don't have anymore 2018-11-01T12:54:43 < karlp> it's quite easy to make things appear to work in some limited manner that don't actually work. 2018-11-01T12:55:31 < karlp> what's your goal now, testing your flashing tools? testing your ocmpiler? I can suggest: https://github.com/libopencm3/libopencm3-miniblink 2018-11-01T12:55:59 < karlp> if you're looking for template starting point code, and you seemed to want to use stdperiph lib, I'd try starting with cubmex generated code, rather than some random blob on github 2018-11-01T12:57:50 < renn0xtk9> my goal is to make a toolchain that is working for compiling, flashing and debugging, in order to integrate it into the KDE "Kdevelop" editor, I thought I had a toolchain that was kinda working 2018-11-01T12:58:22 < renn0xtk9> but now it turns out no, and it is not clear to me if the flashing tool is broken, if the code is broken, if the startup code/ bootloader is broken 2018-11-01T13:01:44 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-01T13:02:06 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has quit [Ping timeout: 252 seconds] 2018-11-01T13:05:16 < renn0xtk9> well that github does not compile 2018-11-01T13:05:50 < mawk> git 2018-11-01T13:05:59 < mawk> or git repo 2018-11-01T13:06:40 < renn0xtk9> yes it fails 2018-11-01T13:06:41 < renn0xtk9> git@github.com: Permission denied (publickey). 2018-11-01T13:06:43 < renn0xtk9> fatal: Could not read from remote repository. 2018-11-01T13:06:49 < mawk> you used the wrong clone url 2018-11-01T13:06:57 < mawk> use the https one 2018-11-01T13:07:08 < mawk> it's the public one 2018-11-01T13:07:26 < mawk> the git@ one is a ssh transport, you need a ssh pubkey registered with github 2018-11-01T13:09:02 < renn0xtk9> mawk 2018-11-01T13:09:05 < renn0xtk9> git clone https://github.com/libopencm3/libopencm3-miniblink.git 2018-11-01T13:09:06 < renn0xtk9> cd libopencm3-miniblink/ 2018-11-01T13:09:08 < renn0xtk9> make all 2018-11-01T13:09:10 < renn0xtk9> or what do you mean? 2018-11-01T13:09:16 < mawk> yes 2018-11-01T13:09:19 < renn0xtk9> the git thing is inside the make file 2018-11-01T13:09:22 < mawk> ah 2018-11-01T13:09:25 < renn0xtk9> and that is why it fails 2018-11-01T13:09:28 < mawk> then find that url 2018-11-01T13:09:30 < mawk> and modify it 2018-11-01T13:09:41 < mawk> the guy that did it didn't bother to test with an anonymous account 2018-11-01T13:09:52 < mawk> use fgrep -R to find where it is 2018-11-01T13:10:01 < renn0xtk9> apparently yes ... 2018-11-01T13:10:12 < renn0xtk9> ll 2018-11-01T13:10:32 < karlp> should have still cloned. 2018-11-01T13:10:40 < karlp> git submodule update? 2018-11-01T13:11:05 < karlp> it's had pull requests to it from other people, it clearly works. 2018-11-01T13:11:32 < karlp> mawk: you can use git urls to pull without auth, you just can't push to them. 2018-11-01T13:11:51 < renn0xtk9> both git submodule update and git submodule --init faild 2018-11-01T13:12:02 < renn0xtk9> karlp or maybe just like my code, it kinda work 2018-11-01T13:12:22 < mawk> git:// url yes, but git@ which are ssh based 2018-11-01T13:12:25 < mawk> not on github at least 2018-11-01T13:12:34 < mawk> you can always hack something together to have anonymous ssh 2018-11-01T13:13:09 < karlp> no idea how other people are using it then. 2018-11-01T13:13:17 < karlp> but sure, I can proably push a change in the url 2018-11-01T13:13:34 < mawk> if they're logged in to github they have no problem I think 2018-11-01T13:13:38 < mawk> the pubkey is site-wide 2018-11-01T13:14:06 < renn0xtk9> what is abstruse to me is the idea to put a git command in the makefile itslef :S 2018-11-01T13:14:22 < mawk> the makefile is doing something like git submodule update --init --recursive 2018-11-01T13:14:27 < mawk> the root repo needs other repos to work 2018-11-01T13:14:30 < mawk> it's pretty common 2018-11-01T13:14:50 < mawk> though I've seen it done it stuff like bootstrap scripts, not makefile; but it's not shocking 2018-11-01T13:15:11 < renn0xtk9> don t know, first time in my life i see this, Generally you put a configure.sh script on top of the toolchain. You dont want things getting updated when you make all 2018-11-01T13:15:27 < renn0xtk9> it is very dangerours and unstable, if somebody break you external repo meanwhile 2018-11-01T13:15:32 < renn0xtk9> which is what happened 2018-11-01T13:15:33 < karlp> ok, git pull and rebuild 2018-11-01T13:15:43 < karlp> I've changed the url to public 2018-11-01T13:15:58 < karlp> or just loging to github... 2018-11-01T13:16:36 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 260 seconds] 2018-11-01T13:17:47 < renn0xtk9> error: Server does not allow request for unadvertised object e04f10e591e5d7386171c20dcc538475736211c7 2018-11-01T13:17:49 < renn0xtk9> whatever it can mean 2018-11-01T13:17:55 < mawk> uh 2018-11-01T13:18:01 < mawk> clean everything, do git submodule deinit --force --all 2018-11-01T13:18:02 < mawk> and try again 2018-11-01T13:18:25 < karlp> oh, fuck that. 2018-11-01T13:18:31 < karlp> this is what I get for listening to mawk 2018-11-01T13:18:34 < mawk> lol 2018-11-01T13:18:43 < mawk> it works 2018-11-01T13:18:44 < renn0xtk9> samething 2018-11-01T13:18:52 < karlp> no, there's a bnroken ref after changing the url now. 2018-11-01T13:19:15 < mawk> it works with a clean repo 2018-11-01T13:19:37 < mawk> hm 2018-11-01T13:19:39 < karlp> yeah, but clean checkout from miniblink isn't working after I fixed the url 2018-11-01T13:19:45 < mawk> url = https://github.com/libopencm3/libopencm3-miniblink.git 2018-11-01T13:19:47 < mawk> isn't that the wrong url ? 2018-11-01T13:20:01 < mawk> miniblink is importing miniblink 2018-11-01T13:20:01 < karlp> oh, fucking crap 2018-11-01T13:20:03 < karlp> sure 2018-11-01T13:21:00 < karlp> ok, works now. 2018-11-01T13:21:09 < karlp> with the public, anon, not logged into github way 2018-11-01T13:21:27 < karlp> sorry about that renn0xtk9 2018-11-01T13:21:42 < renn0xtk9> karpl no worries ;) 2018-11-01T13:23:23 < kakimir> interesting when there is a week of other projects between coding 2018-11-01T13:23:46 < kakimir> totally forgot where I was 2018-11-01T13:49:51 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 268 seconds] 2018-11-01T13:59:23 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-01T14:00:14 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:5cb6:b60d:fe9a:7188] has quit [Quit: Konversation terminated!] 2018-11-01T14:02:24 -!- cjbaird [~cjb@ppp121-44-237-230.bras2.syd2.internode.on.net] has quit [Quit: Konversation terminated!] 2018-11-01T14:57:37 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-01T14:58:38 < aandrew> jadew: of course I will share the results of my limesdrmini + directional coupler 2018-11-01T15:07:30 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-01T15:16:21 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-01T15:47:47 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2018-11-01T15:47:55 < jadew> morning 2018-11-01T15:49:12 < jadew> aandrew, you should probably buy a commercial directional coupler too 2018-11-01T15:50:04 < jadew> just in case 2018-11-01T15:50:31 < jadew> mini circuits has a 2 GHz one that also goes very low in frequency, it's pretty good 2018-11-01T15:50:48 < jadew> or maybe you can find one on ebay from a VNA 2018-11-01T15:51:27 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-01T15:51:46 < aandrew> yeah this is more or less the start for me in this realm 2018-11-01T15:52:05 < jadew> I have very high reservations regarding its performance :P 2018-11-01T15:52:34 < jadew> it might work, but not to 6 GHz 2018-11-01T15:53:11 < jadew> unless of course you simmulated the geometry and it looked fine 2018-11-01T15:53:27 < jadew> but otherwise, it looks like there are many impedance steps there 2018-11-01T15:53:53 < jadew> which will throw your return loss all over the place 2018-11-01T15:54:57 < jadew> at 6 GHz even a couple of mm of microstrip are meaningful 2018-11-01T15:57:28 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-01T16:01:53 < jadew> aandrew, my main concern are those wide pieces of copper 2018-11-01T16:02:02 < jadew> you said the thin ones are 50 ohm 2018-11-01T16:02:14 < jadew> if that's true, the other ones aren't, they'll be capacitive 2018-11-01T16:02:59 < jadew> and with such a small dielectric height, they might have enough capacitance to seriously screw with the impedance 2018-11-01T16:05:09 < jadew> same goes for the SMA connector 2018-11-01T16:06:40 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-01T16:07:07 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2018-11-01T16:07:38 < jadew> this is why higher dielectric height is prefered btw, it has better tollerance for manufacturing errors (track width, dielectric height) and it also allows you to mount stuff directly on it, without having to change its width to accomodate the pad 2018-11-01T16:09:09 < dongs> aandrew: you have lamesdr mini also? 2018-11-01T16:09:32 < jadew> I have to run 2018-11-01T16:09:34 < jadew> ttyl 2018-11-01T16:10:43 < dongs> i want to make a case for it, like this: http://www.takachi-el.co.jp/data/a_newproduct/images/20180719_01.jpg 2018-11-01T16:11:14 < qyx> g-spot 2018-11-01T16:11:15 < dongs> and fan 2018-11-01T16:11:28 < qyx> where do you get takachi cases from? 2018-11-01T16:11:43 < aandrew> dongs: not yet. it's stuck in customs and we're in the middle of a postal strike as well so it'll probably be Trump's second electoral victory speech before I see it 2018-11-01T16:12:54 < aandrew> jadew: I stole the design from http://hforsten.com/improved-homemade-vna.html who stole it from http://ieeexplore.ieee.org/document/7345756/ (you can sci-hub it, I did) 2018-11-01T16:13:43 < aandrew> jadew: it's entirely possible; his was done on osh's standard 4L which has a significantly thicker dielectric 2018-11-01T16:14:09 < aandrew> perhaps I should tell the board house to remove the copper on the inner layer where the resistors are 2018-11-01T16:14:19 < aandrew> either way, it'll be an interesting experiment 2018-11-01T16:14:56 < jadew> yeah, I'm curious how it turns out too 2018-11-01T16:15:09 < aandrew> those cases look like plain old every day aluminum extrusions 2018-11-01T16:15:18 < aandrew> I wonder if limesdrmini is the right width to use a standard case 2018-11-01T16:15:19 < aandrew> probably not 2018-11-01T16:16:07 < dongs> < aandrew> those cases look like plain old every day aluminum extrusions 2018-11-01T16:16:10 < dongs> yes but they're made in japan 2018-11-01T16:16:14 < dongs> and the quality is greeeat 2018-11-01T16:26:30 < qyx> yeah but takachi has a range of IP67 rated extruded cases 2018-11-01T16:26:43 < qyx> which is quite hard to achieve 2018-11-01T16:27:35 < qyx> and rainbow colors http://www.takachi-enclosure.com/data/images/news201611_02.jpg 2018-11-01T16:31:28 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-01T16:31:42 < karlp> aandrew: that hforsten page is great! 2018-11-01T16:34:30 < karlp> nice documentaton 2018-11-01T16:34:31 < dongs> any demoscene coders here 2018-11-01T16:34:50 < aandrew> yes, it's fantastic. I am seriously considering redesigning it and building one 2018-11-01T16:35:05 < aandrew> not like I have free time, but whatever 2018-11-01T16:35:20 < aandrew> dongs: I think the old demo coders are sw gods, but no I can't code like that for shit 2018-11-01T16:35:42 < karlp> aandrew: what do you want to change with it? 2018-11-01T16:36:30 < aandrew> karlp: ethernet vs usb2.0 (maybe usb3.0 but I think ethernet would be better) 2018-11-01T16:36:47 < aandrew> I like the way he brings out all the ports and the couplers are completely separate 2018-11-01T16:36:53 < aandrew> that is very smart I think 2018-11-01T16:39:01 < aandrew> his original design just used an mcu and no fpga 2018-11-01T16:39:31 < aandrew> I might just take the gerbers and build it as-is though as a first pass so I have something to compare to 2018-11-01T16:40:14 < aandrew> a lot more reading to do before I tackle something like that though 2018-11-01T16:41:23 < karlp> were tehy really running into usb2-hs limits? or were they running into usb2-fs limits? 2018-11-01T16:41:51 < aandrew> don't know, I just think that for my own test equipment I'd prefer to have everything done over ethernet 2018-11-01T16:42:26 < aandrew> probably use SFP for isolation as well 2018-11-01T16:42:50 < aandrew> you could put the actual VNA and DUT into a faraday cage, run off a battery 2018-11-01T16:43:01 < aandrew> I actaully have a faraday cage with some microwave hardware around it 2018-11-01T16:43:04 < karlp> fun times having parasitic antennas from things like shutdown enable pins on ICSs 2018-11-01T16:43:10 < aandrew> bought it at an auction for a radar detector mfg 2018-11-01T16:43:22 < aandrew> thing is about 4' square and 2' tall 2018-11-01T16:43:29 < aandrew> not very big but interesting 2018-11-01T16:45:33 < aandrew> there is also a cheaper kickstarter one but only interested in that from a reference perspective: https://github.com/xaxaxa-dev/vna 2018-11-01T16:45:51 < aandrew> he's got an interesting directional coupler in there but no details on it 2018-11-01T16:46:12 < aandrew> If I'm going to build a VNA though it's going to be four port 2018-11-01T16:48:47 < aandrew> I'm really glad I didn't buy minivna/pocketvna 2018-11-01T16:49:02 < karlp> hrm, they've got the whole thing connected to an ft2232, so... 2018-11-01T16:49:10 < aandrew> yes 2018-11-01T16:49:17 < aandrew> you don't need high speed for a VNA really 2018-11-01T16:49:20 < aandrew> it's not THAT much data 2018-11-01T16:49:37 < aandrew> but if you want to use it as SA a higher data rate helps your refresh/update rate 2018-11-01T16:49:52 < aandrew> in fact that's one thing I'm struggling to understand, why the sw for these isn't also supporting an SA mode 2018-11-01T16:50:33 < aandrew> don't know if I'm just being stupid, but it seems SA is a one-port, receive-only VNA where you're sweeping the LO and recording the measured power 2018-11-01T16:51:22 < karlp> one would think, yeah 2018-11-01T16:51:29 < karlp> should be just sw? 2018-11-01T16:51:36 < dongs> zyp: http://bcas.tv/paste/results/w2e1VD25.html what the fuck is this 2018-11-01T16:52:16 < aandrew> closed link to prevent C++ headache 2018-11-01T16:52:27 < karlp> looks like someone writing a DSL? 2018-11-01T16:52:34 < dongs> the hell is dsl 2018-11-01T16:52:58 < karlp> domain specific language 2018-11-01T16:53:07 < karlp> at least, thats what I thought til I got to the bottom 2018-11-01T16:53:09 * karlp shrugs 2018-11-01T16:56:39 < qyx> it looks like laurenceb's code but with more spaces 2018-11-01T16:56:51 < aandrew> lol 2018-11-01T16:58:54 < dongs> haha 2018-11-01T17:00:26 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-01T17:05:23 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 272 seconds] 2018-11-01T17:16:03 < zyp> shitty code is shitty code regardless of which language it's written in :p 2018-11-01T17:20:06 < dongs> hmm what 2018-11-01T17:20:13 < dongs> F7 is double precision hardware fp? 2018-11-01T17:20:42 < dongs> hmm it is. 2018-11-01T17:20:45 < dongs> interesting. 2018-11-01T17:21:00 < benishor> that's code from dila 2018-11-01T17:21:07 < benishor> who knows dila? 2018-11-01T17:21:08 < dongs> it is 2018-11-01T17:21:10 < dongs> me 2018-11-01T17:21:27 < benishor> heh 2018-11-01T17:21:29 < dongs> wtf is going on 2018-11-01T17:22:12 < benishor> what exactly was the question about that code? 2018-11-01T17:22:34 < dongs> there really wasnt one, other than "what in the fuck is it" 2018-11-01T17:22:38 < dongs> < qyx> it looks like laurenceb's code but with more spaces 2018-11-01T17:22:42 < dongs> i think this summed it up nicely 2018-11-01T17:22:58 < benishor> check the description on top, quadratic back propagation 2018-11-01T17:23:15 < benishor> error correcting code 2018-11-01T17:29:48 < dongs> https://www.youtube.com/watch?v=lnf3qxsNNX8 wow this is so bad 2018-11-01T17:29:48 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:902f:5614:3641:650] has joined ##stm32 2018-11-01T17:30:16 < englishman> what do you want from epaper 2018-11-01T17:30:23 < dongs> nothing at all 2018-11-01T17:30:29 < englishman> would you play dig dug on actual paper? 2018-11-01T17:30:33 < aandrew> those poor little epaper pixels 2018-11-01T17:30:36 < englishman> then you wouldnt play it on epaper either 2018-11-01T17:31:04 < karlp> dongs: f7 has both single and double precision variants 2018-11-01T17:32:49 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2018-11-01T17:34:50 < dongs> https://www.youtube.com/watch?v=XOdfvi7cgLc lol 2018-11-01T17:34:57 < dongs> random nuttx drop 2018-11-01T17:55:14 -!- catphish [~charlie@unaffiliated/catphish] has joined ##stm32 2018-11-01T17:55:23 < catphish> mornin 2018-11-01T17:57:10 < aandrew> hm I'm just thinking I could easily move the reference plane another 3mil +a bit away but putting it on layer 3 2018-11-01T17:57:25 < aandrew> oh well, too late for this run 2018-11-01T17:57:33 < aandrew> and a subsequent trial would be traditional 4l 2018-11-01T18:12:17 -!- boB_K7IQ [~boBK7IQ@73.109.61.178] has joined ##stm32 2018-11-01T18:18:10 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-01T18:39:01 -!- sterna [~Adium@c-29b9d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-01T18:41:13 < qyx> dongs: thats actually a very fast epaper 2018-11-01T18:41:44 < qyx> mine refreshes in 12 seconds 2018-11-01T18:41:52 < qyx> 3 color though 2018-11-01T19:11:01 < kakimir> why didn't my (1< bitpos1 is 0 and bitpos2 is 1 2018-11-01T19:11:42 < kakimir> I expect 3 to be result of that 2018-11-01T19:12:30 < kakimir> look what I did 2018-11-01T19:12:48 < kakimir> #define CC_MODE_15( (1< hi :) 2018-11-01T19:13:17 < kakimir> at least it works 2018-11-01T19:13:33 < kakimir> anyways.. comment.. me go>>> 2018-11-01T19:14:15 < Ecco> https://i.imgur.com/nHUL0lS.png 2018-11-01T19:14:22 < Ecco> -> This is a (big ass) capacitor 2018-11-01T19:14:31 < Ecco> What does VLca stand for? 2018-11-01T19:15:02 < Ecco> (That's from a food processor) 2018-11-01T19:15:11 < Ecco> I'm trying to find a replacement part 2018-11-01T19:15:59 -!- banana [~banandana@cassini.whatbox.ca] has joined ##stm32 2018-11-01T19:21:26 -!- banana [~banandana@cassini.whatbox.ca] has left ##stm32 ["WeeChat 2.3"] 2018-11-01T19:21:55 -!- catphish [~charlie@unaffiliated/catphish] has quit [Quit: Leaving] 2018-11-01T19:25:18 < jadew> aandrew, I was planning to make a VNA too 2018-11-01T19:25:25 < jadew> too busy with other stuff tho 2018-11-01T19:28:18 < jadew> I see his coupler looks similar to yours, so maybe it will work out 2018-11-01T19:28:35 < jadew> I suspect whoever designed it first took everything into account 2018-11-01T19:29:46 < aandrew> jadew: his coupler is where I got the idea from 2018-11-01T19:30:28 < aandrew> his process is the oshpark 4l stackup which has greater distance to the reference (which si wxactly what you cautioned I would probably need) 2018-11-01T19:30:51 < aandrew> there is no reason to have 3mil dielectric for the coupler, it's just what I have handy for this panel 2018-11-01T19:31:14 < Steffanx> Hows your picologget jadew? :p 2018-11-01T19:31:18 < Steffanx> Logger* 2018-11-01T19:33:49 -!- boB_K7IQ [~boBK7IQ@73.109.61.178] has quit [Ping timeout: 245 seconds] 2018-11-01T19:38:55 < jadew> Steffanx, didn't start working on it, got other stuff lined up 2018-11-01T19:55:49 < qyx> whats a picologger 2018-11-01T19:56:57 < jadew> temperature logger from picotech 2018-11-01T19:57:26 < jadew> I said it's overpriced and that you can make one fast if you need it 2018-11-01T19:59:59 < kakimir> https://drive.google.com/file/d/1b4rrS7Tnm8M4HUxiM2hFANaV2-_jIdXt/view?usp=sharing charger hello world 2018-11-01T20:01:30 < kakimir> 0.5A, suspend, 1.0A, suspend, 1.5A, long "termination" that seems to work like suspend 2018-11-01T20:02:32 < kakimir> translation from chinese datasheet can be concidered "advice only" 2018-11-01T20:02:42 < Steffanx> 2018-11-01T20:02:52 < Steffanx> No kakimusic in the background! 2018-11-01T20:02:52 < jadew> haha 2018-11-01T20:03:19 < kakimir> so I "abuse" NTC pin of the charger by conditioning it different ways I can change mode of the charger 2018-11-01T20:04:01 < kakimir> then I can do stuff like read VBATT for deltaV calculation 2018-11-01T20:04:12 < kakimir> without ohmic loss 2018-11-01T20:30:51 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-01T20:44:05 < jadew> https://www.youtube.com/watch?v=zTjbs3Hg2PA 2018-11-01T20:45:03 < Steffanx> cool 2018-11-01T20:46:45 < jadew> would be great for enclosures 2018-11-01T20:47:07 < jadew> that thing + cheapest and decent CNC and you're set 2018-11-01T20:47:43 < jadew> you can make enclosures in large quantities at close to the plastic cost 2018-11-01T20:48:37 < jadew> considering the setup fee for injection molding is in the thousands, it might even be economical from the first run 2018-11-01T20:49:16 < jadew> ah... 2 cm3 injection volume 2018-11-01T20:49:25 < jadew> maybe a small enclosure 2018-11-01T20:50:36 < jadew> or maybe that doesn't matter? and it can push the plastic several times, until it fills the mold? 2018-11-01T20:50:57 < kakimir> it matters 2018-11-01T20:51:20 < jadew> so it has to be in one go otherwise it cools down differently, isn't it? 2018-11-01T20:54:19 < kakimir> true 2018-11-01T21:02:21 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-01T21:05:33 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-01T21:05:33 -!- [1]MrMobius is now known as MrMobius 2018-11-01T21:09:18 -!- sterna [~Adium@c-29b9d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 252 seconds] 2018-11-01T21:12:01 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 260 seconds] 2018-11-01T21:13:06 < invzim> pros, anyone know what the red X menas in salae? SPI capture, only have clk and miso hooked up 2018-11-01T21:13:09 < invzim> https://drive.google.com/file/d/1MKRV_5Y3kHeet7HBMGLpYOMwxJbAb46o/view 2018-11-01T21:18:45 < Steffanx> You are decoding it as uart? 2018-11-01T21:18:50 < Steffanx> invzim? 2018-11-01T21:19:14 < zyp> what Steffanx said 2018-11-01T21:19:39 < zyp> you're trying to use the uart dissector and the red X is an invalid stop bit 2018-11-01T21:19:55 < Steffanx> what zyp said 2018-11-01T21:24:16 < zyp> https://bin.jvnv.net/file/x1XvX.jpg <- electrician finally put up the power outlet I was waiting for 2018-11-01T21:26:27 < aandrew> jadew: most plastic injection needs significant pressure 2018-11-01T21:26:27 < zyp> europlugs on the side 2018-11-01T21:27:04 < aandrew> invzim: you've got it interpreting that as UART 2018-11-01T21:27:12 < aandrew> invzim: that's why it's giving you weird shit 2018-11-01T21:27:18 < aandrew> oh 2018-11-01T21:27:23 < aandrew> what both Steffanx and zyp said 2018-11-01T21:27:25 < aandrew> heh 2018-11-01T21:29:06 < Ultrasauce> hey have you tried decoding it not as a uart 2018-11-01T21:29:27 < Steffanx> Welcome Ultrasauce. Hows the day 2018-11-01T21:29:46 < Ultrasauce> wrestled with stupid shit and got very little done 2018-11-01T21:30:04 < zyp> crt, here you go: https://www.schneider-electric.com/en/product/WDE002281/exxact-triple-socket-outlet-combi-1xschuko-%2B-2xeuro-screw-white/ 2018-11-01T21:30:36 < Steffanx> Is that like mud wrestling but level 2, Ultrasauce? 2018-11-01T21:31:12 < zyp> https://bin.jvnv.net/file/j8RDa.jpg <- it's not a lot of space in between there, so I wanted something with side entry sockets 2018-11-01T21:31:41 < Ultrasauce> Steffanx: more like 3 or 4 2018-11-01T21:31:54 < Ultrasauce> but not as titillating 2018-11-01T21:32:32 < Steffanx> Ty. Finally a word i have to google :) 2018-11-01T21:33:07 < Ultrasauce> the first syllable tells you all you need to know 2018-11-01T21:35:56 < Steffanx> Tits. 2018-11-01T21:36:09 < invzim> THANKS ALL :) 2018-11-01T21:36:15 < invzim> Had 3 decoders active 2018-11-01T21:37:17 -!- ac_slater [~weechat@144.121.38.133] has joined ##stm32 2018-11-01T21:38:21 < ac_slater> hey guys, just getting started with STM32 but have a lot of embedded and non-embedded experience. I have a nucleo-stm32f746zg. I see some LEDs labeled "USER LEDS" pins LD1, LD2, LD3. How can I use the HAL to initialize and toggle these? 2018-11-01T21:38:51 < zyp> figure out what pins they are connected to, configure those pins 2018-11-01T21:39:04 < zyp> if you have embedded experience, I assume you know how to read a schematic? 2018-11-01T21:39:32 < ac_slater> zyp: yea just looking at what documentation is available 2018-11-01T21:39:36 < ac_slater> for the HAL 2018-11-01T21:39:38 < qyx> there is a manual for nucleo boards with schematics and pinouts 2018-11-01T21:39:44 < ac_slater> do I look at the nucleo or the stm, etc 2018-11-01T21:39:48 < ac_slater> thanks qyx 2018-11-01T21:39:59 < zyp> the HAL doesn't have anything to do with the board layout 2018-11-01T21:40:05 < qyx> you can check what port to use (eg. PA5) 2018-11-01T21:40:07 < ac_slater> zyp: true 2018-11-01T21:40:08 < zyp> what pins the leds are connected to are part of the board design 2018-11-01T21:40:31 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-01T21:40:58 < ac_slater> right 2018-11-01T21:41:51 < qyx> zyp: the outlet is ugly as hell 2018-11-01T21:42:02 < ac_slater> I guess the nucleo is just confusing me for some reason I'll report back 2018-11-01T21:42:12 < zyp> qyx, I don't disagree 2018-11-01T21:42:28 < qyx> is it a plasterboard on the ceiling? 2018-11-01T21:42:31 < zyp> but then again it's designed to be hidden behind shit 2018-11-01T21:42:35 < zyp> MDF, not plasterboard 2018-11-01T21:42:46 < zyp> there's no plaster at all in the house 2018-11-01T21:43:03 < zyp> kinda surprised about that, but also really happy 2018-11-01T21:43:16 < zyp> I hate trying to mount stuff on plasterboard 2018-11-01T21:43:18 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:902f:5614:3641:650] has quit [Quit: Konversation terminated!] 2018-11-01T21:44:13 < qyx> so they are not going to put any paint on the mdf? 2018-11-01T21:44:26 < zyp> what do you mean? it's prepainted 2018-11-01T21:44:28 < qyx> like it is usually done on a gipsum plasterboard? 2018-11-01T21:45:46 < zyp> that's the advantage of prepainted stuff 2018-11-01T21:50:38 < sync> imho a regular concrete wall/ceiling is the best 2018-11-01T21:50:47 < sync> although dropped ceilings or raised floors are handy 2018-11-01T21:51:20 < zyp> heh, concrete 2018-11-01T21:51:28 < zyp> also, "regular concrete" 2018-11-01T21:51:52 < zyp> not really that regular here 2018-11-01T21:52:05 < qyx> I do not have any regular concrete except in the basement 2018-11-01T21:52:07 < ac_slater> alright guys, so you're right, the user manual and schematics show me which pins and modes to use for which GPIO, which is great. What's the best way to use the HAL? Is there both a chip and board layer? 2018-11-01T21:52:12 < zyp> qyx, same 2018-11-01T21:52:12 < sync> interesting 2018-11-01T21:52:30 < zyp> also upstairs bathroom floor will have a thin layer of concrete 2018-11-01T21:52:41 < ac_slater> ie - I'm sure there are constants for a lot of the mappings, but damned if I know where those are 2018-11-01T21:53:02 < sync> http://www.haus-bau-blog.de/wp-content/uploads/2012/04/Aufgang-Treppe-Decken-Ausschnitt.jpg 2018-11-01T21:53:08 < sync> that is how they usually do it here 2018-11-01T21:53:13 < zyp> ac_slater, I don't use HAL myself, but my impression is that there's no board layer 2018-11-01T21:53:35 < ac_slater> zyp: makes sense I gues 2018-11-01T21:54:01 < ac_slater> so then the GPIO constants/pins must be in the chip layer 2018-11-01T21:54:03 < ac_slater> thanks guys 2018-11-01T21:54:10 < zyp> apart from the demo boards like discovery/nucleo, most boards are project specific so you'd have to make your own anyway 2018-11-01T21:54:31 < qyx> sync: here (sk) too, but many modern houses are superinsulated now and use some alternative approaches 2018-11-01T21:55:04 < sync> yeah but the insulation goes on the outside 2018-11-01T21:55:10 < sync> doesn't change a lot on the inside 2018-11-01T21:55:12 < qyx> sync: like this http://www.git.sk/public/images/referencia/vystavba-RD-drevodom-Ratnovce-1.jpg 2018-11-01T21:55:14 < sync> maybe the ventilation 2018-11-01T21:55:17 < ac_slater> zyp: right 2018-11-01T21:55:18 < qyx> concrete is only on the bottom 2018-11-01T21:55:28 < sync> ewwww 2018-11-01T21:55:42 < zyp> qyx, that looks more like here 2018-11-01T21:55:55 < zyp> but the OSB wall panels or whatever that is looks strange 2018-11-01T21:56:04 < qyx> yes, osb 2018-11-01T21:56:35 < zyp> do they use that as a wind breaking layer? 2018-11-01T21:56:36 < qyx> but regular houses still use some sort of ytong/premac or ceramic bricks 2018-11-01T21:56:44 < sync> yeah, that style of construction is getting more popular here but eh 2018-11-01T21:56:50 < sync> they are cheap, that is about it 2018-11-01T21:56:51 < qyx> the osb also has static function 2018-11-01T21:57:19 < ac_slater> zyp: but I still have to know which pin 'PB7' goes to 2018-11-01T21:57:25 < ac_slater> for example 2018-11-01T21:57:36 < zyp> PB7 is a pin 2018-11-01T21:57:37 < qyx> porfix, not premac 2018-11-01T21:58:00 < zyp> ac_slater, or rather, PB7 is a pin function, it's the seventh bit of GPIOB 2018-11-01T21:58:13 < ac_slater> nice, that makes sense 2018-11-01T21:58:19 < ac_slater> I should read the documentation and leave you guys alone 2018-11-01T21:58:26 < ac_slater> I literally just opened this thing 20 minutes ago 2018-11-01T21:58:28 < ac_slater> thanks?! 2018-11-01T21:58:30 < ac_slater> thanks! * 2018-11-01T21:58:46 < qyx> gl, there are thousands of pages of reference manuals 2018-11-01T21:58:58 < qyx> just pick some example and try to understand 2018-11-01T21:59:16 < zyp> my house just have this isola sheet thing as a wind breaking layer behind the outdoor paneling: https://bin.jvnv.net/file/VKBSI.jpg 2018-11-01T22:00:06 < ac_slater> qyx: thats the problem actually, no real examples in stm32cube, and the internet is full of cubemx or arduino stuff since the nucleo has some relation to arduino 2018-11-01T22:00:12 < zyp> outdoor paneling, couple centimeter gap for ventilation, wind breaking layer, 15cm of insulation, moisture blocking layer, another 5cm of insulation, inside MDF panel 2018-11-01T22:00:31 < qyx> similar to what I have 2018-11-01T22:00:58 < zyp> https://bin.jvnv.net/file/IX88h.jpg <- here's how it looks on the inside 2018-11-01T22:01:30 < qyx> plasterboard, metal grid, vapour block membrane, 15cm of insulation in the wooden construction, osb, 8cm insulation, 8cm insulation, wind stop, gap, facade panel 2018-11-01T22:02:08 < qyx> yeah, very similar construction 2018-11-01T22:02:10 < zyp> passive house level insulation? 2018-11-01T22:02:29 < qyx> near passive, I do not have any obligation to make it passive 2018-11-01T22:02:34 -!- benishor [~benny@5.2.137.216] has quit [Ping timeout: 268 seconds] 2018-11-01T22:02:35 < zyp> 31cm sounds like quite a lot 2018-11-01T22:05:07 < sync> I wonder when they realize that passive level is not the best thing to do 2018-11-01T22:06:52 < zyp> why not? 2018-11-01T22:08:13 < sync> because you have to be quite careful to keep the dewpoint in the wall outside the inner layer 2018-11-01T22:08:31 < zyp> yeah? 2018-11-01T22:08:45 < qyx> yes, otherwise the water condenses and cannot escape 2018-11-01T22:08:52 < qyx> in the insulation 2018-11-01T22:08:52 < zyp> that's why the vapour block is supposed to go on the inside of most of the insulation 2018-11-01T22:08:57 < sync> there are tons of passive/positive energy houses here in germany that need massive renovation only 10-15 years after they were built 2018-11-01T22:09:22 < sync> the vapor block does not help at all, as you still have moisture from the inside 2018-11-01T22:09:36 < sync> and it also depends on how the house is ventilated 2018-11-01T22:09:48 < sync> and how the people heat/vent 2018-11-01T22:09:54 < zyp> the entire point of the vapor block is to keep the inside moisture inside 2018-11-01T22:10:19 < sync> yes, but not as a liquid 2018-11-01T22:10:37 < qyx> it wont be as a liquid of the vapour block is on the right place 2018-11-01T22:10:42 < qyx> *if 2018-11-01T22:11:50 < sync> as I said, that is hard to control depending on how the people live in there 2018-11-01T22:11:59 -!- emeb [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-01T22:12:23 < zyp> I think the rule of thumb here is that at least 70% of the insulation goes outside the vapor block 2018-11-01T22:12:42 < zyp> also, balanced ventilation is also pretty much a requirement here now 2018-11-01T22:15:51 < zyp> https://bin.jvnv.net/file/JrvJJ.jpg <- stuff like this 2018-11-01T22:17:13 < kakimir> do you plan to feature heat pump unit to ventilation? 2018-11-01T22:17:34 < zyp> no, I'm planning to just get a plain air/air heat pump 2018-11-01T22:17:59 < qyx> a dedicated unit? 2018-11-01T22:18:01 < sync> yeah, the effiency gain is not too great 2018-11-01T22:19:23 < zyp> the ventilation system supports being hooked up to a liquid heating/cooling system, but I don't have that 2018-11-01T22:20:22 < zyp> bit shame, if I had a larger budget and were thinking about it earlier, I would have wanted liquid heating in all floors 2018-11-01T22:21:24 < zyp> ground/water heat pump seems neat 2018-11-01T22:21:35 < zyp> expensive upfront, but good efficiency 2018-11-01T22:21:35 < qyx> and doing heating using the ventilation is not a feasible solution? 2018-11-01T22:21:39 < qyx> I am going to do it that way 2018-11-01T22:21:48 -!- Chris_M [~Chris_M@121.45.253.70] has quit [Read error: Connection reset by peer] 2018-11-01T22:22:02 < zyp> there's a 1kW heater in it IIRC 2018-11-01T22:22:05 < zyp> electric 2018-11-01T22:22:09 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-01T22:22:13 -!- Chris_M [~Chris_M@121.45.253.70] has joined ##stm32 2018-11-01T22:22:28 < qyx> but thats probably to preheat the input air 2018-11-01T22:22:30 < zyp> but I want a heat pump both for the efficiency and for the ability to run it for cooling in the summer 2018-11-01T22:22:33 < zyp> yes 2018-11-01T22:23:12 < qyx> I meant using an air-water heatpump and connect it to the ventilation unit 2018-11-01T22:23:13 < ac_slater> just real quick guys. In STM32CUBE-F7, there is in fact a NUCLEO BSP layer as well as the normal STM32 HAL stuff 2018-11-01T22:23:15 < ac_slater> just to put that to rest 2018-11-01T22:23:16 < zyp> there's a heat exchanger that preheats it from the outgoing air, and then the electric heater brings it up to temperature so you don't get a bunch of cold air from the inlets 2018-11-01T22:23:42 < zyp> ac_slater, good to know, then I'll stop misinforming in the future :) 2018-11-01T22:24:06 < zyp> qyx, still not sure it'd get enough power 2018-11-01T22:24:13 < ac_slater> thanks for the help all 2018-11-01T22:24:52 < johntramp> I am getting a lot of UART noise on my 3v3 rail when I have a cable attached to the RX/TX pins, when not connected it is significantly better. This noise is affecting the sensor readings, and I need the UART cable for datalogging the sensor data for development. I am guessing I should be trying to shield the UART cable somehow ... what would be the best way to do this? 2018-11-01T22:25:20 < zyp> sounds like you need better decoupling/filtering 2018-11-01T22:25:32 < zyp> or maybe try reducing the drive strength on the UART pins 2018-11-01T22:25:44 < johntramp> ah nice idea 2018-11-01T22:26:19 < johntramp> I am running the UART quite fast, about 2MHz or so, which i'm sure won't be helping ... 2018-11-01T22:28:56 < Thorn> maybe you need termination on your uart lines (but @ 2 MHz reducing drive strength ought to be a better idea) 2018-11-01T22:30:12 < jpa-> yeah, what others already said: more ceramic caps on 3.3V rail, and lower drive strength in gpio config 2018-11-01T22:32:38 < Thorn> also are you sure it's not due to bad probing (and your sensor problems are unrelated)? 2018-11-01T22:33:15 < Rickta59> are you using a 3v3 uart? 2018-11-01T22:34:50 < johntramp> Thorn: I am getting corrupt ADC readings outs the IMU which has lead me to where I am now 2018-11-01T22:35:37 < Thorn> maybe there is a ground loop when the cable is attached 2018-11-01T22:35:42 < Steffanx> Yes, i do, but do you know crt ? 2018-11-01T22:35:51 < johntramp> https://i.imgur.com/FEzdapj.jpg here is what I am seeing on 3v3, it is pretty horiffic .. 2018-11-01T22:36:16 < Steffanx> Was he ever? 2018-11-01T22:36:40 < ac_slater> zyp: qyx, I got it working via using the `stm32f7xx_nucleo_144.{c,h}` BSP. Super cool. Thanks guys! 2018-11-01T22:36:50 < qyx> \o/ 2018-11-01T22:36:50 < ac_slater> those are all from STM32CUBE 2018-11-01T22:37:12 < ac_slater> the STM32CUBE documentation is actually really good and describes the layers. 2018-11-01T22:37:30 < jpa-> johntramp: how much caps do you have on 3.3V? 2018-11-01T22:37:59 < jpa-> (and how close to mcu) 2018-11-01T22:38:24 < Thorn> johntramp: if you're seeing short pulses when there're transitions in uart signals (i.e. d(signal)/dt) it could be magnetic field picked up by the probe ground connection 2018-11-01T22:39:00 < jpa-> also there seems to be quite a lot of ripple even without the uart, is your smps doing PFM or something? 2018-11-01T22:39:26 < johntramp> here is the output data from the IMU at different scales https://i.imgur.com/I8w8Aud.png https://i.imgur.com/Ak1MUVu.png https://i.imgur.com/nAdD9S0.png 2018-11-01T22:39:49 < johntramp> jpa-: yes i think it is different smps modes 2018-11-01T22:39:54 < Thorn> does it change when you change uart speed? 2018-11-01T22:40:42 < jpa-> johntramp: if this isn't very power-sensitive, i suggest to disable PFM mode and only use PWM mode, because when load is small PFM can cause a lot of low-frequency noise 2018-11-01T22:40:46 < johntramp> jpa-: i have 200nF on the MCU, 200nF on the IMU, 10uF and 100uF on the SMPS output 2018-11-01T22:41:14 < jpa-> sounds like a reasonable amount 2018-11-01T22:42:17 < zyp> remember that for decoupling it's not the total amount of capacitance that matters, it's where it's located 2018-11-01T22:42:59 < zyp> phrasing it as "200nF on the MCU" doesn't sound very reassuring 2018-11-01T22:43:10 < johntramp> Thorn: the clock speeds don't seem to make much difference 2018-11-01T22:43:31 < qyx> can you show the layout? 2018-11-01T22:45:46 < johntramp> yeah one sec, i am pretty sure it is okay 2018-11-01T22:48:43 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-01T22:48:49 < johntramp> https://i.imgur.com/LQ3Xczj.jpg sorry it's hard to take a good photo ... 2018-11-01T22:49:50 < jpa-> what mcu is that? 2018-11-01T22:49:58 < johntramp> eft32 2018-11-01T22:50:01 < johntramp> efr32 2018-11-01T22:50:20 < johntramp> https://www.silabs.com/products/wireless/bluetooth/bluetooth-low-energy-modules/bgm113-bluetooth-low-energy-module 2018-11-01T22:50:29 < qyx> wheres the 100uF? 2018-11-01T22:50:40 < jpa-> does it have adjustable gpio drive strength? if not, putting series resistors on the pins would be a good idea 2018-11-01T22:51:08 < johntramp> qyx: that is bodged onto another board which I am actually using 2018-11-01T22:51:39 < johntramp> jpa-: yes it is either 1ma or 10ma, I am not sure what the default setting is though as i hadn't set it either way 2018-11-01T22:52:01 < johntramp> I am just trying setting all to 1ma now .... 2018-11-01T22:52:57 < jpa-> somehow the ripple seems too high though; even with a several meters long cable, you'd have at most 1nF capacitance, which should give less than 20mV of ripple 2018-11-01T22:53:57 < qyx> are the tx/rx traces going underneath? 2018-11-01T22:53:58 < johntramp> yes the ~200mv pk-pk out the smps seems high to me but this is the first time i have used one 2018-11-01T22:54:20 < qyx> you need big traces on the smps 2018-11-01T22:54:29 < qyx> lx pins, L to cap 2018-11-01T22:54:32 < qyx> input cap to Vin 2018-11-01T22:54:33 < qyx> etc. 2018-11-01T22:54:59 < qyx> short distances, consider voltage derating of the caps 2018-11-01T22:54:59 < jpa-> it could be that the smps inductor is sized wrong or the smps controller is not good enough for the kind of load you have, and becomes unstable 2018-11-01T22:55:29 < Thorn> or not compensated properly 2018-11-01T22:55:33 < qyx> is it a buck converter? 2018-11-01T22:55:41 < johntramp> boost 2018-11-01T22:55:45 < qyx> why is the input connected to the L directly? 2018-11-01T22:55:48 < qyx> ah, makes sens then 2018-11-01T22:57:43 < johntramp> the datasheet for the smps shows ~30mv ripple when in pfm mode, but I am seeing closer to 200mv ... 2018-11-01T23:01:15 < qyx> does the mems have analol outputs? 2018-11-01T23:02:33 < johntramp> no just spi/iic 2018-11-01T23:04:09 < qyx> wait what 2018-11-01T23:04:35 < qyx> is there a noise on your readings when using a spi mems? 2018-11-01T23:04:59 < johntramp> yes 2018-11-01T23:05:27 < qyx> how does the noise look? is it caused by bit-flips? or is it "analog"? 2018-11-01T23:05:34 < johntramp> so i figured the noise was on the 3v3 rail to the adc 2018-11-01T23:05:52 < johntramp> https://i.imgur.com/I8w8Aud.png https://i.imgur.com/Ak1MUVu.png https://i.imgur.com/nAdD9S0.png 2018-11-01T23:06:35 < qyx> so the noise ~correlates to the vdd noise 2018-11-01T23:06:41 < johntramp> yes 2018-11-01T23:07:07 < johntramp> so i figured it was adc noise from the vdd 2018-11-01T23:07:33 < qyx> I would try to increase the smps output capacitance 2018-11-01T23:07:53 < johntramp> output capacitance?? 2018-11-01T23:07:53 < qyx> also you could break the 0R bridge and do a simple 1order filter 2018-11-01T23:08:07 < qyx> just for the lulz 2018-11-01T23:08:38 < qyx> and what others say 2018-11-01T23:08:58 < qyx> minimize the noise or filter it out 2018-11-01T23:09:20 < johntramp> yeah I would like to clean it up as much as possible before having to do software filters 2018-11-01T23:09:46 < johntramp> do you think it is worth trying to add more bulk capacitance to the imu vdd? 2018-11-01T23:09:51 < qyx> you said there is a 10uF cap, from the picture it looks like 0805 2018-11-01T23:10:25 < qyx> I would piggyback another one on top of it 2018-11-01T23:10:44 < johntramp> yes that's right 2018-11-01T23:11:01 < johntramp> yea ok i'll try that 2018-11-01T23:11:22 < qyx> idk if it helps, it may make things worse 2018-11-01T23:14:20 < johntramp> setting all the drive strengths to 1ma seemed to make no difference 2018-11-01T23:14:26 < johntramp> perhaps that was the default ... 2018-11-01T23:17:49 < johntramp> ah ok it is a tiny bit better with the drive strength at 1ma 2018-11-01T23:20:53 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 268 seconds] 2018-11-01T23:37:11 < qyx> I cannot find any dual-CAN stm32 besides F405/7 and F105/7 2018-11-01T23:39:06 < malinus> qyx: may I ask what kind of project you need dual-CAN for? Sounds interesting 2018-11-01T23:39:49 < qyx> gateway + power management + fusion for an array of sensors 2018-11-01T23:41:02 < aandrew> you can always use a SPI CAN peripheral for secondary/tertiary buses 2018-11-01T23:41:50 < qyx> or use a different bus to connect sensors 2018-11-01T23:42:09 < qyx> but much data, ~2m long and can is evolved enough for this 2018-11-01T23:42:27 < aandrew> CAN is nice, but RS485 can do 95% of what CAN does much more cheaply 2018-11-01T23:43:01 < qyx> yeah, I could foll for data 2018-11-01T23:43:14 < qyx> as the gateway is the master 2018-11-01T23:58:35 < englishman> qyx: as overpriced as the picologger is, i've had mine for two months working gr8 while the "super fast and easy to clone" clones havent even begun to be cloned 2018-11-01T23:59:13 < englishman> Ultrasauce: did the mayor of charlottetown really say "why don't all these people who can't afford rent just buy houses?" then get appointed to the provincial housing council --- Day changed Fri Nov 02 2018 2018-11-02T00:03:35 < Ultrasauce> idk but that definitely does sound like something that would happen here 2018-11-02T00:03:41 < Thorn> https://www.youtube.com/watch?v=5boa6wAK0Sc 2018-11-02T00:04:33 < englishman> cool 2018-11-02T00:05:23 < qyx> I didn't buy it, it was someone else 2018-11-02T00:17:20 < jadew> englishman, that's because I don't need one at the moment, but you do realize you're talking about technology that a tarduino user can put together in under an hour, right? 2018-11-02T00:18:06 < jadew> there's nothing special about a temperature logger, zero difficult parts 2018-11-02T00:20:08 < jadew> it's lower frequency even than audio shit, it's been done 1 billion times before, with all possible types of sensors and requires less than dial-up data rates 2018-11-02T00:20:13 < Steffanx> under an hour my arse. 2018-11-02T00:20:17 < jadew> even if you try, you can't get it wrong 2018-11-02T00:20:18 < Steffanx> + desktop tool 2018-11-02T00:20:28 < jadew> that's why I said 1 week 2018-11-02T00:20:32 < jadew> desktop tool + case 2018-11-02T00:22:50 < Steffanx> its only 350e.. what is that, 5 hours of work? 2018-11-02T00:23:16 < jadew> my point was that it's overpriced for something that takes so little to design 2018-11-02T00:23:31 < jadew> and build, if you're considering a DIY thing 2018-11-02T00:23:45 < jadew> as a DIY you don't even have to worry about a fancy program and an enclosure 2018-11-02T00:23:49 < jadew> you can have wires hanging 2018-11-02T00:24:04 < englishman> yeah I know how thermocouples work dude 2018-11-02T00:24:38 < englishman> it is absolutely an Arduino mentality to clone a $200 product that a company has been making since 1995 because #metoo 2018-11-02T00:24:45 < englishman> and still, noone has 2018-11-02T00:25:07 < Steffanx> $400 2018-11-02T00:25:14 < Steffanx> ebay discount does not count :P 2018-11-02T00:25:14 < englishman> close enough 2018-11-02T00:25:25 < englishman> I got my $400 out of it that's for sure 2018-11-02T00:25:55 < jadew> just because you can earn 1 million with a spanner, doesn't mean you have to pay 500k for it 2018-11-02T00:26:16 < qyx> I just spent an hour searching for a temperature sensor 2018-11-02T00:26:20 < qyx> not that easy 2018-11-02T00:26:23 < jadew> heh 2018-11-02T00:27:10 < Steffanx> great comparison jadew :P 2018-11-02T00:29:00 < jadew> thing is, I'd love to know how to sell products like that 2018-11-02T00:29:20 < qyx> they have to be cool enough 2018-11-02T00:29:50 < jadew> qyx, the product? 2018-11-02T00:30:01 < qyx> the spanner is, picologger too 2018-11-02T00:30:20 < jadew> I think you're right 2018-11-02T00:30:38 < jadew> but englishman bought it from other considerents 2018-11-02T00:30:52 < qyx> desktop based logger isn't for example 2018-11-02T00:31:05 < jadew> somehow they figured out what the gap is between people who wouldn't buy one and those who would 2018-11-02T00:31:11 < qyx> it is just a boring box with some wires and usb 2018-11-02T00:31:23 < jadew> and priced it specifically for those who would 2018-11-02T00:31:49 < jadew> qyx, well, that's what the picologger is 2018-11-02T00:33:15 < jadew> I'm willing to bet you $1000 that if you ask everyone in this channel to log temperature over several hours, 90% of them will find a cheaper or free way of doing it 2018-11-02T00:33:34 < jadew> be it either with a meter or some hacky solution with $5 parts from ebay 2018-11-02T00:34:00 < jadew> but the pico guys figured that there are customers that would rather not to do that 2018-11-02T00:34:11 < jadew> and also figured what those customers would pay for it 2018-11-02T00:34:13 < jadew> that's skill 2018-11-02T00:38:26 < aandrew> no it's not a good comparison at all 2018-11-02T00:38:35 < aandrew> yes you can rig up a simple temp logger in a few horus 2018-11-02T00:38:52 < aandrew> but there's a reason people will pay a couple hundred for something ready made that just does what you want with zero dicking around 2018-11-02T00:39:29 < jadew> clearly, doesn't mean the device is worth that much tho 2018-11-02T00:39:42 < aandrew> see you're making the classing engineering mistake 2018-11-02T00:39:44 < aandrew> classic 2018-11-02T00:39:53 < aandrew> what does "worth" mean? it is *not* the BOM cost 2018-11-02T00:39:58 < aandrew> it's how much someone is willing to pay 2018-11-02T00:39:59 < jadew> that's true 2018-11-02T00:40:11 < aandrew> this was a lesson that took me a damn long time to learn 2018-11-02T00:40:13 < aandrew> embarassingly long 2018-11-02T00:40:24 < aandrew> it took me running with the sales team when I worked for someone else 2018-11-02T00:40:36 < aandrew> you don't charge what it costs 2018-11-02T00:40:40 < aandrew> you charge what someone is willing to pay 2018-11-02T00:41:02 < jadew> yeah, I kinda wonder how you figure that out tho 2018-11-02T00:41:03 < aandrew> also if there's ANY support involved your MINIMUM cost should be something like 4x BOM 2018-11-02T00:41:06 < aandrew> at absolute minimum 2018-11-02T00:41:08 < jadew> changing price from sale to sale? 2018-11-02T00:41:11 < aandrew> jadew: you do market research 2018-11-02T00:41:16 < aandrew> and start out with $x 2018-11-02T00:41:21 -!- SolderBlob [~SolderBlo@167.88.108.154] has joined ##stm32 2018-11-02T00:41:22 < aandrew> and adjust as needed 2018-11-02T01:03:02 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-02T01:03:58 < catphish> something really weird has happened to me today, i can't get my head around it, i have an old surround sound system for sale on facebook market place, it's decently priced, but not one person has shown interest in months 2018-11-02T01:04:27 < catphish> now today i've had 5 different people, all from 100+ miles away, all immigrants with terrible english skills, all wanting to buy it 2018-11-02T01:05:55 < catphish> maybe facebook randomly promote stuff sometimes, it makes no sense 2018-11-02T01:09:23 -!- kow_ [~afed@135.0.26.171] has quit [Read error: Connection reset by peer] 2018-11-02T01:10:07 -!- kow_ [~afed@135.0.26.171] has joined ##stm32 2018-11-02T01:14:24 < aandrew> http://www.downthebunker.xyz/wonderland/chunk_of/stuff/public/retrocomputing/Character-Generator/A-Fourier-Synthesis-Character-Generator/article.html that is kind of cool 2018-11-02T01:14:47 < aandrew> catphish: did they all say they're out of town but will send you money via western union and have a friend pick ti up? 2018-11-02T01:15:09 -!- ac_slater [~weechat@144.121.38.133] has quit [Ping timeout: 252 seconds] 2018-11-02T01:15:20 < catphish> aandrew: not yet, that's rather what i expect 2018-11-02T01:15:53 < catphish> one of them has offered to come a ridiculous distance to collect it, so if they turn up, great 2018-11-02T01:16:20 -!- ac_slater [~weechat@144.121.38.133] has joined ##stm32 2018-11-02T01:16:29 < jadew> is it expensive? 2018-11-02T01:22:22 -!- srk [sorki@fedora/sorki] has quit [Ping timeout: 268 seconds] 2018-11-02T01:25:26 < catphish> not particularly, 60 english dollars, they got for around 100 on ebay 2018-11-02T01:25:52 < catphish> it's just the influx / timing that's odd 2018-11-02T01:25:56 < jadew> not really scam material 2018-11-02T01:26:09 < aandrew> yeah that does seem odd for scam 2018-11-02T01:28:02 -!- srk [sorki@fedora/sorki] has joined ##stm32 2018-11-02T01:30:06 -!- funnel [~funnel@unaffiliated/espiral] has quit [Ping timeout: 252 seconds] 2018-11-02T01:32:45 -!- funnel [~funnel@unaffiliated/espiral] has joined ##stm32 2018-11-02T01:36:31 < catphish> it's weird, the interest seems legitimate so far, but the timing is crazy 2018-11-02T01:36:50 < jadew> it's possible your listind wasn't even shown to others until now 2018-11-02T01:38:12 < catphish> i did change the location last week, previously it was incorrect, and listed in some weird part of africa, so maybe that change just rolled out 2018-11-02T01:38:48 < catphish> i guess that would explain why noody saw it until recently, i'd forgotten about that because it was a week ago 2018-11-02T01:38:56 < jadew> hah 2018-11-02T01:39:13 < catphish> now suddenly today it's in everyone's facebook feeds i guess due to some weird algorithm magic 2018-11-02T01:39:29 < jadew> so it was listed somewhere where people didn't even have electricity 2018-11-02T01:39:38 < jadew> no wonder it didn't sell 2018-11-02T01:39:45 < catphish> https://www.facebook.com/groups/386722968062104/permalink/1783360618398325/?sale_post_id=1783360618398325 2018-11-02T01:40:13 < catphish> oh, that's totally the wrong link, meh 2018-11-02T01:40:59 < jadew> you live in Dorset? 2018-11-02T01:41:17 < catphish> https://www.facebook.com/marketplace/item/173475986695313/ 2018-11-02T01:41:21 < catphish> that's the correct link 2018-11-02T01:41:24 < catphish> and yes, i live in dorset 2018-11-02T01:42:05 < catphish> do you? 2018-11-02T01:42:59 < jadew> no 2018-11-02T01:43:05 < catphish> good 2018-11-02T01:43:05 < jadew> I live in Romania 2018-11-02T01:43:24 < catphish> oh, i think you told me that before actually :) 2018-11-02T01:43:25 < jadew> was thinking that maybe I can drive over to buy the speakers 2018-11-02T01:43:31 < catphish> .l. 2018-11-02T01:43:33 < catphish> ha 2018-11-02T01:43:37 < jadew> :P 2018-11-02T01:43:41 < catphish> sure you can 2018-11-02T01:43:49 < catphish> while we're still in the EU 2018-11-02T01:43:56 < jadew> hah, right 2018-11-02T01:43:59 < jadew> forgot about that 2018-11-02T01:44:11 < jadew> maybe I should wait a bit and buy them at half the price :P 2018-11-02T01:44:42 < catphish> if you come collect them, you can have them for free :) 2018-11-02T01:44:49 < jadew> hehe 2018-11-02T01:45:01 < jadew> lots of Romanians working there (in the UK) 2018-11-02T01:45:12 < catphish> yeah 2018-11-02T01:45:25 < catphish> we kick them out soon :) 2018-11-02T01:46:36 < catphish> it's gonna suck, british people are lazy 2018-11-02T01:46:49 -!- catphish [~catphish@unaffiliated/catphish] has left ##stm32 ["Leaving"] 2018-11-02T01:46:53 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-02T01:46:55 < catphish> oops 2018-11-02T01:47:04 < jadew> I'm sure you'll do just fine 2018-11-02T01:47:24 < catphish> i hope so 2018-11-02T01:47:42 < catphish> won't make much difference to me, except it might screw up my chinese imports :( 2018-11-02T01:47:49 < jadew> the biggest challenge won't be the work force, you can always import more if you need it 2018-11-02T01:47:56 < jadew> it's going to be the trade deals 2018-11-02T01:48:33 < catphish> i'm hoping mostly trade deals with countries outside the eu wont change much 2018-11-02T01:48:40 < catphish> but i guess we have less bargaining power now 2018-11-02T01:48:47 < jadew> yeah 2018-11-02T01:49:14 < jadew> what are you guys producing? 2018-11-02T01:49:18 < catphish> but im sure china will still be happy to send up cheap shit :) 2018-11-02T01:49:35 < jadew> for sure 2018-11-02T01:49:40 < catphish> afaik we mostly produce services, we have smart engineers 2018-11-02T01:49:48 < jadew> unless you team up with the US against china's cheap stuff 2018-11-02T01:49:52 < catphish> and complicated finance stuff 2018-11-02T01:50:08 < jadew> interesting you say that, I have a friend who works in finance in the UK 2018-11-02T01:50:15 < jadew> (programmer) 2018-11-02T01:50:18 < jadew> we grew up together 2018-11-02T01:50:29 < catphish> cool 2018-11-02T01:50:31 < jadew> actually not sure if he's doing that anymore 2018-11-02T01:50:45 < catphish> sounds pretty boring 2018-11-02T01:50:49 < catphish> but lots of money in it 2018-11-02T01:50:58 < jadew> he did a lot of job hopping 2018-11-02T01:51:06 < jadew> yeah 2018-11-02T01:51:55 < jadew> what I was hinting at is that if you kick these people out, you might not have what services to sell :P 2018-11-02T01:52:15 < catphish> yea, they'll realise that soon 2018-11-02T01:52:34 < jadew> on the other hand, for the capable people there, things will get better 2018-11-02T01:55:28 < jadew> I understand why people voted for brexit in the idea of stopping immigration 2018-11-02T01:55:52 < catphish> i'm not sure i do 2018-11-02T01:56:07 < catphish> i mean, i don't think there's any one reason 2018-11-02T01:56:16 < aandrew> brexit is a fucking joke 2018-11-02T01:56:18 < catphish> i have some idea, but there are lots of reasons 2018-11-02T01:56:26 < jadew> well, those who voted for that because of immigration did it because they saw the immigrants as a displacement force 2018-11-02T01:56:39 < jadew> they were taking their jobs 2018-11-02T01:56:44 < jadew> and that's true to an extent 2018-11-02T01:56:50 < jadew> but globalisation goes beyond that 2018-11-02T01:57:08 < jadew> immigrants were mostly taking the bottom jobs (which are jobs too, but of least importance) 2018-11-02T01:57:11 < catphish> actually i don't think that's the main reason 2018-11-02T01:57:21 < jadew> the important ones are unfortunately being exported over the internet 2018-11-02T01:57:25 < jadew> and there's no stopping that 2018-11-02T01:57:33 < catphish> i've not spoken to anyone who was worried about their own employment, we have very low unemployment here 2018-11-02T01:57:51 < jadew> catphish, what were their reasons then? 2018-11-02T01:57:57 < catphish> you could assume that but i think you'd be wrong 2018-11-02T01:58:15 < catphish> the concern was about "resources" in general 2018-11-02T01:58:38 < catphish> for example the capacity of the health service, capacity of the schools, housing 2018-11-02T01:59:00 < catphish> basically the feeling is that the country is "full" 2018-11-02T01:59:15 < jadew> I see 2018-11-02T01:59:31 < catphish> jobs is one part of it, but most people talk about medical and education being too stretched 2018-11-02T01:59:42 < catphish> and not being able to scale to any more people 2018-11-02T02:00:28 < jadew> they're free? 2018-11-02T02:00:36 < jadew> "free" 2018-11-02T02:00:36 < catphish> yes, all free here 2018-11-02T02:00:42 < jadew> I see 2018-11-02T02:01:07 < jadew> well, if the immigrants were pulling their weight, I don't see how that could have been a problem 2018-11-02T02:01:29 < catphish> of course people say that immigrants work and pay tax and pay for those things, and they work as doctors and teachers 2018-11-02T02:01:55 < jadew> but? 2018-11-02T02:02:05 < catphish> but xenophobes are just not convinced, they think we have finite resources and they will not stretch 2018-11-02T02:03:38 < jadew> hard to debate that without having the data 2018-11-02T02:03:48 < catphish> correct, but people do anyway :) 2018-11-02T02:04:20 < catphish> because it's esier to appeal to emotions than make people look at facts 2018-11-02T02:05:16 < catphish> personally agree that we have scaling problems with our infrastructure, i do not want our population to rise, but i direct more anger towards people having babies than immigrants who already exist 2018-11-02T02:05:42 < jadew> I think you're wrong there 2018-11-02T02:05:48 < jadew> I mean... if that is really a problem 2018-11-02T02:06:09 < jadew> I think the people there have more right to have more babies than the immigrants have to go there 2018-11-02T02:06:38 < jadew> if someone has to refrain from having babies so that someone who has no investment in your country can get to live there, then no 2018-11-02T02:06:40 < jadew> that's not right 2018-11-02T02:07:27 < catphish> but babies have no investment in the country, they are created from nothing 2018-11-02T02:07:36 < catphish> and they purely consume 2018-11-02T02:07:46 < jadew> they are created by the people who have invested in that country 2018-11-02T02:07:51 < jadew> their ancestors have died for them 2018-11-02T02:07:59 < catphish> i wish that were always true :) 2018-11-02T02:09:08 < catphish> the argument is that if world population was under control, migration would not be a problem 2018-11-02T02:09:28 < catphish> people would simply distribute uniformly according to available resources 2018-11-02T02:09:58 < catphish> but world population is much too high, so we have to fight 2018-11-02T02:10:19 < jadew> well, thing is "resources" in this day are created, not exploited 2018-11-02T02:10:27 < jadew> like you said, services 2018-11-02T02:10:53 < catphish> that's true to a limited extent 2018-11-02T02:11:08 < catphish> but humand need things that can't be created 2018-11-02T02:11:15 < jadew> like what? 2018-11-02T02:11:30 < catphish> living space being the most critical 2018-11-02T02:11:41 < jadew> there's lots of space in africa 2018-11-02T02:11:42 < catphish> and living space adjacent to drinkable water 2018-11-02T02:12:03 < jadew> again, that's something that can be built 2018-11-02T02:12:08 < jadew> there's such a thing as pipes 2018-11-02T02:12:08 < catphish> i would not be very happy being located to a desert 2018-11-02T02:12:30 < catphish> and so we fight over the best places 2018-11-02T02:12:45 < jadew> we already did tho 2018-11-02T02:12:58 < catphish> and why do i have more right to live here then someone who was born in africa? 2018-11-02T02:13:15 < jadew> because your ancestors risked their lives to get there 2018-11-02T02:13:19 < aandrew> catphish: isn't 25% of the british population employed by government? 2018-11-02T02:13:19 < catphish> that's the main problem of all, how do you define who has the right to live where? 2018-11-02T02:13:23 < jadew> many died 2018-11-02T02:13:44 < jadew> then a lot more many died in order to protect that place, for their children, for you 2018-11-02T02:13:55 < catphish> jadew: now that's where it gets cool, what about the people who risk their lives now to migrate? 2018-11-02T02:14:09 < aandrew> most who voted to leave voted out of fear from unsubstantiated news and rumour 2018-11-02T02:14:17 < aandrew> lots of scare mongering about losing jobs and shit 2018-11-02T02:14:34 < catphish> aandrew: if you include everything funded by taxation as the government, probably yes 2018-11-02T02:14:54 < aandrew> catphish: was just a rumour I had heard years ago, wasn't sure how real it was 2018-11-02T02:15:02 < jadew> catphish, well, the people migrating now are migrating towards a place they know it's cozy, because it was made cozy by others 2018-11-02T02:15:12 < jadew> they're not taking the same risks 2018-11-02T02:15:17 < jadew> also, that land is occupied 2018-11-02T02:15:27 < jadew> and the occupants get to say who comes in and who doesn't 2018-11-02T02:15:29 < catphish> aandrew: we have very high taxes that cover a lot of services that are then provided free 2018-11-02T02:15:39 < jadew> or they can take it by force (that's always an option) 2018-11-02T02:15:45 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Ping timeout: 252 seconds] 2018-11-02T02:16:16 < aandrew> catphish: canada is similar in the tax a lot and provide services 2018-11-02T02:16:19 < catphish> jadew: england for example was not "made cozy" it's always had exceptionally good climate and availability of resources 2018-11-02T02:16:35 < jadew> catphish, but was it safe? 2018-11-02T02:16:41 < jadew> I think not 2018-11-02T02:17:36 < catphish> jadew: not sure why this is relevent though, who's to say who they wanted living there, and what right they have to make that decision either :) 2018-11-02T02:17:56 < jadew> well, they didn't have the right, they took it 2018-11-02T02:18:04 < jadew> they died for it, I think that's a pretty high price 2018-11-02T02:18:10 < catphish> jadew: i mean, people in the USA died to protect slavery, that doesn't make it right 2018-11-02T02:18:47 < jadew> still, if they would have won, what could you have done to change their mind? 2018-11-02T02:19:08 < jadew> it would have required a similarly high sacrifice 2018-11-02T02:19:11 < jadew> a fight 2018-11-02T02:19:18 < catphish> aandrew: i'm pretty happy with it, means i know i likely never have to worry about being looked after 2018-11-02T02:19:48 < catphish> plus in case it's not obvious i'm an insufferable leftie who just wants everyone to be catered for 2018-11-02T02:20:17 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2018-11-02T02:20:21 < jadew> that's fine, it's a good sentiment, but I don't think it's sustainable 2018-11-02T02:21:03 < catphish> well the more world population grows, the less sustainable it becomes 2018-11-02T02:21:05 < jadew> for example, if the entire country got flooded by low skilled workers or people who just wanted to take advantage of your care-free system - what would happen to the system you rely on? 2018-11-02T02:21:57 < catphish> ideally we develop a global population with enough wealth to look after everyone 2018-11-02T02:22:11 -!- ac_slater [~weechat@144.121.38.133] has quit [Ping timeout: 268 seconds] 2018-11-02T02:22:14 < catphish> as we just about have here 2018-11-02T02:22:26 < jadew> won't happen 2018-11-02T02:22:52 < catphish> not unless we can get our birth rates in the less developed countries under control 2018-11-02T02:23:07 < jadew> try to tell them that... 2018-11-02T02:23:18 < catphish> if the UK were to stop all migration we'd be ok, we have a naturally shrinking population 2018-11-02T02:23:32 < catphish> because the birth rate no longer exceeds the death rate 2018-11-02T02:23:36 < jadew> thing is, when times are hard people multiply 2018-11-02T02:23:50 < catphish> that's astonishingly dumb 2018-11-02T02:23:59 < jadew> so stopping population growth in less developed countries is going to be impossible 2018-11-02T02:24:01 < catphish> but probably instinctual 2018-11-02T02:24:03 < jadew> it's just human nature 2018-11-02T02:24:04 < jadew> yeah 2018-11-02T02:24:23 < catphish> i will never have children, just don't have the urge to 2018-11-02T02:25:07 < catphish> so i guess that's like 2 more immigrants the UK can handle instead :) 2018-11-02T02:25:12 < jadew> that's also fine... but just so you know, they're awesome 2018-11-02T02:25:21 < catphish> i hate them 2018-11-02T02:25:29 < jadew> you may hate other people's kids 2018-11-02T02:25:44 < jadew> but if they were yours it would be a completely different story 2018-11-02T02:25:47 < catphish> i mean, i really don't like them, i don't like talking to them, i don't like the mess, i don't like the cost, i don't like the disruption 2018-11-02T02:26:04 < catphish> it would be insane to think that they'd be different 2018-11-02T02:26:23 < aandrew> catphish: how old are you? not an insinuation of anything, just asking 2018-11-02T02:26:34 < catphish> i'm 31 2018-11-02T02:27:16 < catphish> and i've made the decision with my wife this year that we're definitely never having children, we both can't tolerate them 2018-11-02T02:27:39 < catphish> i've always known, but now i feel like i'm old enough to be sure 2018-11-02T02:27:43 < aandrew> interesting 2018-11-02T02:27:50 < aandrew> yeah I've got six myself 2018-11-02T02:28:02 < catphish> wow :) 2018-11-02T02:28:09 < aandrew> had 2 when I was 23, 2nd wife had two before me, we had two together 2018-11-02T02:28:17 < aandrew> so we have kids from 23y to 6y 2018-11-02T02:28:17 < catphish> i get why some people would like them, personally i love cats 2018-11-02T02:28:31 < aandrew> I can say with 100% conviction that having kids before you're ~30yo is a mistake 2018-11-02T02:28:38 < aandrew> you're still a kid yourself no matter how mature you think you are 2018-11-02T02:28:46 < catphish> but i just can't stand children, mostly the chaos and mess 2018-11-02T02:28:47 < aandrew> somewhere around 30 you unlock another part of your brain 2018-11-02T02:28:57 < catphish> we're both kinda mess-phobic 2018-11-02T02:29:02 < aandrew> catphish: sure, some are like that and there's nothing wrong with it 2018-11-02T02:29:02 < jadew> catphish, I think having a kid is part of that maturization and probably why you think that 2018-11-02T02:29:11 < jadew> sorry, I meant aandrew 2018-11-02T02:29:13 < MrMobius> there is also the studies that show that people are not any happier in the moment taking care og children but their overall lifr satisfaction is much higher 2018-11-02T02:29:20 < MrMobius> on average 2018-11-02T02:29:20 < aandrew> jadew: I dont' think so 2018-11-02T02:29:46 < jadew> aandrew, I think it has changed me a lot 2018-11-02T02:29:54 < aandrew> I say that because in my 20s I could not properly empathize with the kid. e.g. I've fed you, your diaper's dry, you're not sweaty, GO THE FUCK TO SLEEP 2018-11-02T02:29:56 < jadew> having to worry about the future of someone else 2018-11-02T02:29:56 < catphish> there are unfortuntely people who don't like their own children, and i don't want to be one of them 2018-11-02T02:30:28 < aandrew> but around 30 it's more like "sigh, ok it's gonna be a night like this. and you cuddle up with them and that's it. you can just know they aren't doing it to you they're not in control 2018-11-02T02:30:35 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-02T02:30:40 < jadew> catphish, doesn't happen as often as you might think 2018-11-02T02:30:41 < aandrew> my last two are certified geniuses too 2018-11-02T02:30:53 < aandrew> the 6yo is in mensa, 9yo was shy by 3 iq points 2018-11-02T02:31:11 < aandrew> it's a challenge, but it's fucking awesome too 2018-11-02T02:31:16 < catphish> aandrew: never mind, you can kill that one and try again :) 2018-11-02T02:31:30 < aandrew> I would lie if I said I don't look forward to the peaceful days 2018-11-02T02:31:39 < catphish> lol 2018-11-02T02:31:40 < aandrew> the 19 and 17yos are cool 2018-11-02T02:31:58 < aandrew> between age ... 12 and somewhere around 19 it's a mess 2018-11-02T02:32:03 < aandrew> kids go crazy all over again 2018-11-02T02:32:07 < aandrew> it's a medical fact 2018-11-02T02:32:26 < catphish> they are supposed to be horrible when they're 13-18 2018-11-02T02:32:32 < aandrew> the neuronal connections just *explode* around age 2-3 and again in early teens 2018-11-02T02:32:37 < catphish> and when they're 2 :) 2018-11-02T02:32:43 < aandrew> yes, this is the reason behind it 2018-11-02T02:32:47 < catphish> that's just how humans are made :) 2018-11-02T02:32:52 < aandrew> basically the brain rewiring itself 2018-11-02T02:33:03 < aandrew> trying new things and reinforcing the new connections that seem to work well 2018-11-02T02:33:05 < catphish> yeah, testing everything 2018-11-02T02:33:30 < aandrew> but these two little boys are just amazing. they get into everything, but I would not want it any othe way. 2018-11-02T02:33:31 < catphish> i'll stick with cats 2018-11-02T02:33:43 < aandrew> I have 3 boys and 3 girls. the girls are cool and all but the boys... something about boys 2018-11-02T02:33:50 < aandrew> they are the future kings of the world and you can see it in their eyes 2018-11-02T02:34:02 < aandrew> girls don't have that same thing even though we raise them to be independent and strong 2018-11-02T02:34:48 < aandrew> my 19yo daughter and 6yo son are very much alike personality wise, as are my 17yo son and 9yo son 2018-11-02T02:34:53 < jadew> they're more daring I think 2018-11-02T02:34:56 < aandrew> like little clones to an extent in certain areas 2018-11-02T02:35:09 < aandrew> it's not a matter of risk taking 2018-11-02T02:35:19 < aandrew> e.g. my 6yo son and 19yo daughter 2018-11-02T02:35:21 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Read error: Connection reset by peer] 2018-11-02T02:35:24 < aandrew> both are absolutely fearless 2018-11-02T02:35:36 < aandrew> in fact she's training for a firefighter 2018-11-02T02:35:51 < aandrew> she's like 5'4 and can bench press more than I can 2018-11-02T02:36:21 < aandrew> but my 17 and 9yo boys are far more cautious. they take fewer risks, but the risks they do take are far more calculated 2018-11-02T02:36:45 < aandrew> the 23yo thinks he knows everything (which is normal, I remember those days) 2018-11-02T02:36:57 < aandrew> and the 14yo is currently driving me insane with attiude and shit 2018-11-02T02:37:01 < aandrew> so it's pretty normal. :-) 2018-11-02T02:37:04 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2018-11-02T02:38:52 < jadew> funny you say that about the 23yo - I've been there too and now I feel the exeact opposite 2018-11-02T02:38:56 < jadew> *exact 2018-11-02T02:39:11 < aandrew> there's a saying 2018-11-02T02:39:21 < aandrew> the more you know, the more you know you don't know 2018-11-02T02:39:49 < aandrew> and I'm 100% certain there are at least three phrases in romanian that have a similar message 2018-11-02T02:40:05 < jadew> there are 2018-11-02T02:40:22 < aandrew> one of my favourite romanian sayings is "the country is on fire and the old woman brushes her hair" 2018-11-02T02:40:45 < jadew> heh, that's one of the funny ones 2018-11-02T02:40:54 < aandrew> there are a lot of funny ones 2018-11-02T02:41:16 < aandrew> one of the very first ones my wife told me was something like "you should beat your wife every day. and if you don't know why, your wife will." 2018-11-02T02:41:56 < jadew> Romanian wisdom :P 2018-11-02T02:42:15 < jadew> "if two people tell you you're drunk, you should go to bed" 2018-11-02T02:43:06 < jadew> "don't shit where you live" 2018-11-02T02:43:26 < jadew> or where you're sleeping? 2018-11-02T02:43:31 < jadew> yeah, it's with the sleeping 2018-11-02T02:43:31 < aandrew> there's a german saying "don't shit in the water, for we will brew beer with it tomorrow" 2018-11-02T02:43:39 < jadew> haha 2018-11-02T02:43:44 < aandrew> in english that is "don't shit where you eat" 2018-11-02T02:43:56 < aandrew> there was something about ironing as well 2018-11-02T02:44:20 < aandrew> "a woman can always tell if her husband has a mistress because his shirts aren't ironed the same way" or something 2018-11-02T02:44:55 < jadew> didn't know that one 2018-11-02T02:45:01 < catphish> nobody does ironing in my house 2018-11-02T02:45:26 < jadew> everyone does in mine (except me) 2018-11-02T02:45:32 < catphish> lol 2018-11-02T02:45:50 < jadew> I just don't care if my clothes are ironed or not 2018-11-02T02:45:54 < catphish> neither of us has a job that needs flat clothes :) 2018-11-02T02:46:06 < aandrew> something to do with the fact that no two woman iron a shirt the same way, so it's a dead giveaway, presumably because it's a woman's job to iron even if she's a mistress? dunno 2018-11-02T02:46:30 < aandrew> by far still my favourite is tu dem pisda muti 2018-11-02T02:46:38 < catphish> wouldn't the more obvious giveaway be that the wife wasn't asked to iron it at all? 2018-11-02T02:46:42 < jadew> "between two women it won't rain on you, but it's not going to be good either" 2018-11-02T02:47:01 < aandrew> and I'm rather proud of myself for conjugating that particular curse into something that made her blush in a restaurant 2018-11-02T02:47:10 < jadew> lol aandrew 2018-11-02T02:47:11 < aandrew> "tu dem puta tati" 2018-11-02T02:47:17 < catphish> mistress sounds like a good idea 2018-11-02T02:47:32 < jadew> it's du-te-n pizda måti" 2018-11-02T02:47:47 < aandrew> hey i can barely spell in english, you'll ahve to give me a break 2018-11-02T02:48:28 < jadew> no worries, just wanted to make sure you pronounce it properly next time you're in a restaurant :P 2018-11-02T02:48:34 < catphish> your english is better than my romanian 2018-11-02T02:49:02 < jadew> catphish, should hope so, he's not romanian 2018-11-02T02:49:13 < aandrew> jadew: hahaha good man looking out for me like that 2018-11-02T02:49:45 < catphish> i'm told that i'm 1/8 romani, but that doesn't help 2018-11-02T02:49:51 < aandrew> whenever the kids are bugging her she tends to say "mama ta de plode!" and I laugh my ass off because it sounds like "mama's gonna explode!" 2018-11-02T02:50:03 < jadew> catphish, romani as in gypsy? 2018-11-02T02:50:05 < aandrew> she does not find it very funny when she's already pissed with the kids 2018-11-02T02:50:10 < catphish> jadew: yes 2018-11-02T02:50:24 < catphish> i assume they come from that region 2018-11-02T02:50:29 < catphish> once upon a time 2018-11-02T02:50:31 < jadew> nope 2018-11-02T02:50:34 < jadew> they're indians 2018-11-02T02:50:36 < aandrew> catphish: I don't know... romanians fucking hate the gypsies 2018-11-02T02:50:56 < aandrew> that's a side of my wife that surprised the shit out of me when I was there the first time 2018-11-02T02:51:15 < jadew> they've spread across europe some time ago they're the same ones with the irish gypsies 2018-11-02T02:51:30 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 252 seconds] 2018-11-02T02:51:45 < jadew> aandrew, lol 2018-11-02T02:51:56 < catphish> in england we have 2 kinds of gypsies, there are ones that people like, and there are the irish ones :) 2018-11-02T02:52:01 < aandrew> lol 2018-11-02T02:52:06 < jadew> heh 2018-11-02T02:52:19 < aandrew> if gypsies looked like esmerelda from the hunchback of notre dame I'd like them just fine 2018-11-02T02:52:49 < jadew> some of the gypsy chicks do look really good, but that's not a common occurence 2018-11-02T02:52:55 < jadew> and they get extra fat later in life 2018-11-02T02:52:58 < catphish> some of them have nice looking caravans and make stuff out of wood and tell stories 2018-11-02T02:53:09 < catphish> others (who we assume are irish) just steal everything 2018-11-02T02:53:22 < catphish> the reality is probably more complicated :) 2018-11-02T02:53:22 < aandrew> in jimbolia they have huge houses that are unfinished (no windows for example) and they camp out in the back yard and live there 2018-11-02T02:53:43 < jadew> haha, yeah, they tend to do that 2018-11-02T02:54:06 < catphish> but there are a few that still love in old wagons and people think they're cool 2018-11-02T02:54:46 < jadew> catphish, that's how well they've managed to integrate in the past couple of hundreds of years 2018-11-02T02:54:59 < catphish> indeed 2018-11-02T02:55:20 < aandrew> romania is a fun place to visit, at least when you have some family there 2018-11-02T02:55:37 < jadew> I've read a story about hungarian gypsies where they were living in really bad conditions outside of a city so the government gave them pigs and seeds to start farming 2018-11-02T02:55:41 < aandrew> and I learned that I can communicate with my brothers in law just fine with enough palinca 2018-11-02T02:55:44 < jadew> they ate the pigs and sold the seeds :D 2018-11-02T02:56:22 < catphish> lol 2018-11-02T02:57:21 < jadew> it's a cultural thing... some have managed to integrate tho and are indistinguishable from anyone else, but many simply kept their traditions and shady way of life 2018-11-02T02:57:48 < jadew> I guess it takes a lot of time for a people to forget their own roots 2018-11-02T02:58:06 < jadew> because that's what's asked of them when you require them to integrate 2018-11-02T02:59:08 < aandrew> I disagree 2018-11-02T02:59:10 < aandrew> very strongly 2018-11-02T02:59:24 < aandrew> there's nothing about asking you to forget your roots when you're integrating 2018-11-02T02:59:44 < aandrew> I mean here we have very strong german and polish and romanian communities (in my city) 2018-11-02T02:59:46 < jadew> well, there kinda is, if your roots are conflicting with the culture you're integrating into 2018-11-02T02:59:53 < aandrew> we have the world's second biggest oktoberfest, for example 2018-11-02T03:00:17 < jadew> see, you wouldn't say those people are not integrated 2018-11-02T03:00:23 < aandrew> we preserve a lot of our cultural traditions, but it doesn't mean we refuse to learn the local language and customs 2018-11-02T03:00:32 < jadew> because integrated doesn't mean that they're exactly the same, it means they can live side by side peacefully 2018-11-02T03:00:50 < jadew> the reason you noticed romanians aren't fond of gypsies is because that didn't happen here 2018-11-02T03:00:51 < aandrew> but for example what's going on with a lot of this massive muslim migration is that they clump together and refuse to integrate 2018-11-02T03:00:59 < aandrew> that's wrong, IMO 2018-11-02T03:01:06 < aandrew> if you don't want to integrate you can stay where you were 2018-11-02T03:02:26 < aandrew> we have a large number of various churches/synagogues/temples, everyone tends to get along very well 2018-11-02T03:02:30 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-02T03:02:44 < aandrew> in fact I would argue that a large number of the muslim population also integrated very well 2018-11-02T03:03:03 < jadew> yeah, it's doable for sure, but the immigrants have to want that 2018-11-02T03:03:15 < aandrew> by and large though it's the new wave who are being offered the moon and refusing to do anything in return 2018-11-02T03:03:20 < aandrew> yes, 100% 2018-11-02T03:03:23 < aandrew> they ahve to want it 2018-11-02T03:04:53 < jadew> the gypsies on the other hand have always seen us as suckers 2018-11-02T03:05:28 < jadew> if you see someone as an idiot, you don't want to be like them 2018-11-02T03:06:43 < jadew> I often wonedered what would it take to make everyone get along 2018-11-02T03:06:53 < jadew> it takes a shift in perspective on both sides 2018-11-02T03:08:05 -!- boB_K7IQ [~boBK7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-02T03:08:17 < jadew> unfortunately, because this abrasiveness has been going on for so long, it's already part of our culture and it's going to be very difficult to fix 2018-11-02T03:08:44 < jadew> for example, little kids are threathened with "if you don't behave, the gypsies will take you" 2018-11-02T03:09:04 < aandrew> heh 2018-11-02T03:09:40 < jadew> funnily enough, I overheard once a gypsy kid being threathed with "if you don't behave, the cops will take you" 2018-11-02T03:11:50 < jadew> my kid doesn't even knows the word gypsy, doesn't even know people are of different races 2018-11-02T03:11:59 < jadew> tried to keep him away from all this nonsense 2018-11-02T03:12:39 -!- boB_K7IQ [~boBK7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-02T03:13:19 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-02T03:13:25 < aandrew> that's excellent 2018-11-02T03:13:27 < aandrew> how old is he? 2018-11-02T03:13:33 < jadew> 5 2018-11-02T03:13:37 < aandrew> awesome age 2018-11-02T03:13:45 < aandrew> you got him using cubemx yet? 2018-11-02T03:14:17 < jadew> hehe, not yet, but he asked a soldering station, a power supply and a signal generator as his next presents 2018-11-02T03:14:31 < aandrew> perfect 2018-11-02T03:15:04 < jadew> yeah, soon enough I'll just sit back and relax and he'll do all the work :P 2018-11-02T03:15:07 < aandrew> I made an LED smiley face with my kid last year, very very very very very very very early intro to arduino shit 2018-11-02T03:15:14 < aandrew> that's my retirement plan 2018-11-02T03:15:29 < aandrew> I've got six kids, I'm fully expecting at least two of them to take me in 2018-11-02T03:15:36 < jadew> hehe 2018-11-02T03:16:49 < jadew> any of them into electronics? 2018-11-02T03:19:27 < aandrew> a little 2018-11-02T03:19:27 < branjb> http://i.4cdn.org/k/1541111722252.jpg 2018-11-02T03:19:28 < branjb> wew 2018-11-02T03:19:35 < aandrew> the two little boys, the others not so much 2018-11-02T03:19:46 < aandrew> the 9yo is the creator. always has been. out of anything 2018-11-02T03:19:53 < aandrew> the 6yo is the destroyer, much to his brother's chagrin 2018-11-02T03:20:05 < aandrew> but he has lately been picking up a lot of creation 2018-11-02T03:20:17 < aandrew> lego, meccano, they take anything I've told them is safe apart 2018-11-02T03:20:27 < aandrew> built it up differently, looking at gears and stuff 2018-11-02T03:20:34 < aandrew> the sheer amount of scotch tape we go thorugh in this house is insane 2018-11-02T03:21:38 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has joined ##stm32 2018-11-02T03:21:40 < jadew> sounds like fun 2018-11-02T03:21:41 < Laurenceb124> sup trolls 2018-11-02T03:23:18 < jadew> talking about the future of the UK 2018-11-02T03:23:28 < jadew> you came just in time 2018-11-02T03:23:45 < Laurenceb124> oh cool 2018-11-02T03:23:49 < Laurenceb124> norf fc? 2018-11-02T03:24:01 < Laurenceb124> today I found the local pedo house 2018-11-02T03:24:13 < Laurenceb124> >find leaked list of addresses 2018-11-02T03:24:27 < friendofafriend> You're gonna save a fortune on gas. 2018-11-02T03:24:31 < Laurenceb124> >go to house, it has cctv and extra door locks, pedos confirmed 2018-11-02T03:24:32 < jadew> haha 2018-11-02T03:24:53 < Laurenceb124> >two guys watching tv, they draw the curtains soon as they spot movement 2018-11-02T03:28:08 < Laurenceb124> like brasseye irl 2018-11-02T03:28:35 < jadew> you get involved with the weirdest shit 2018-11-02T03:28:40 < jadew> why would you go there? 2018-11-02T03:28:47 < jadew> why didn't you call the cops instead? 2018-11-02T03:29:00 < Laurenceb124> its run by the cops 2018-11-02T03:29:03 < Laurenceb124> a safe house 2018-11-02T03:40:39 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-02T03:43:45 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-02T03:48:24 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-02T03:53:27 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 268 seconds] 2018-11-02T03:56:32 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-02T03:57:09 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has quit [Ping timeout: 268 seconds] 2018-11-02T03:57:26 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-02T04:00:35 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-02T04:37:08 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-02T04:52:46 -!- emeb [~ericb@ip68-3-245-224.ph.ph.cox.net] has left ##stm32 [] 2018-11-02T04:56:39 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-02T05:01:26 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-02T05:23:44 -!- khazi [~khazi@157.49.236.34] has joined ##stm32 2018-11-02T05:23:47 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-02T05:27:51 -!- khazi [~khazi@157.49.236.34] has quit [Client Quit] 2018-11-02T05:28:08 -!- khazi [~khazi@157.49.236.34] has joined ##stm32 2018-11-02T05:54:26 < friendofafriend> dam blood u racis 2018-11-02T06:03:15 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Read error: Connection reset by peer] 2018-11-02T06:04:30 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2018-11-02T06:09:38 -!- markus-k [~markus@server01.comtime-it.eu] has quit [Remote host closed the connection] 2018-11-02T06:10:08 -!- markus-k_ [~markus@server01.comtime-it.eu] has joined ##stm32 2018-11-02T06:26:09 -!- ac_slater [~weechat@pool-173-48-121-103.bstnma.fios.verizon.net] has joined ##stm32 2018-11-02T06:32:01 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [] 2018-11-02T06:44:47 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2018-11-02T06:46:41 -!- ac_slater [~weechat@pool-173-48-121-103.bstnma.fios.verizon.net] has quit [Quit: WeeChat 2.2] 2018-11-02T06:46:50 -!- ac_slater [~weechat@pool-173-48-121-103.bstnma.fios.verizon.net] has joined ##stm32 2018-11-02T06:57:58 -!- fc5dc9d4 [~quassel@p5B3A81E0.dip0.t-ipconnect.de] has joined ##stm32 2018-11-02T07:02:18 -!- fc5dc9d4_ [~quassel@p5B3A81CE.dip0.t-ipconnect.de] has quit [Ping timeout: 252 seconds] 2018-11-02T07:26:01 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-02T07:29:53 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-02T07:48:24 -!- ac_slater [~weechat@pool-173-48-121-103.bstnma.fios.verizon.net] has quit [Ping timeout: 268 seconds] 2018-11-02T07:50:17 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-02T07:50:42 -!- Jak_o_Ombroj [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 250 seconds] 2018-11-02T07:51:23 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-02T07:53:26 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-02T07:53:27 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 252 seconds] 2018-11-02T07:53:32 -!- day__ is now known as day 2018-11-02T07:54:51 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 260 seconds] 2018-11-02T07:54:51 -!- BrainDamage_ is now known as BrainDamage 2018-11-02T07:55:33 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-02T08:04:36 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Remote host closed the connection] 2018-11-02T08:06:44 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2018-11-02T08:27:56 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-02T08:28:22 -!- benishor [~benny@188.27.56.233] has joined ##stm32 2018-11-02T08:35:15 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-02T08:37:00 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 272 seconds] 2018-11-02T08:37:49 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-02T08:40:47 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 240 seconds] 2018-11-02T08:50:02 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Ping timeout: 244 seconds] 2018-11-02T08:50:46 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2018-11-02T08:59:33 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-02T09:01:41 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-02T09:37:01 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-02T09:51:18 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-02T09:58:04 < Sadale> This charge pump is weird. There isn't much info about this chip around the internet. HX4002B 2018-11-02T09:58:35 < Sadale> It's a 3.3V charge pump. Some sources claims that it can output 50mA. Some others claims that it's 100mA. Some others say that it's 270mAa. 2018-11-02T09:58:39 < Sadale> 270mA 2018-11-02T09:58:46 < Sadale> I'm just confused :/ 2018-11-02T10:09:30 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: WeeChat 2.3] 2018-11-02T10:16:05 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-02T10:16:10 -!- con3|2 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-02T10:16:16 -!- con3|2 [~kvirc@ml.sun.ac.za] has quit [Client Quit] 2018-11-02T11:02:08 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 245 seconds] 2018-11-02T11:15:14 -!- drzacek [~drzacek@x59cc9909.dyn.telefonica.de] has joined ##stm32 2018-11-02T11:15:30 -!- drzacek [~drzacek@x59cc9909.dyn.telefonica.de] has quit [Read error: Connection reset by peer] 2018-11-02T11:21:10 -!- drzacek [~drzacek@x59cc9909.dyn.telefonica.de] has joined ##stm32 2018-11-02T11:45:09 < Sadale> Cracki, actually, searching HX4002B on taobao can find you a lot of 3.3V variant of HX4002. 2018-11-02T11:45:39 < Sadale> The funny thing is that this product isn't mentioned on the official website of Hexin 2018-11-02T11:46:21 < catphish> i just found myself wondering if there was a way i could efficiently print a thin flat object with my 3d printer 2018-11-02T11:46:30 < catphish> then i rememered we already have 2d printing technology 2018-11-02T11:47:07 < Sadale> lol 2018-11-02T11:47:30 < Sadale> When you have a hammar everything look like nails :P 2018-11-02T11:53:18 < PaulFertser> Thin flat object -- pcb stencil? Can't print that with a "2d printer". 2018-11-02T12:08:23 -!- drzacek [~drzacek@x59cc9909.dyn.telefonica.de] has quit [Read error: Connection reset by peer] 2018-11-02T12:09:48 < BrainDamage> in the past I have experimented a bit trying to etch pcb stencils 2018-11-02T12:10:19 < BrainDamage> ferric chloride etches Al, it just has the horrible effect of creating a giant amount of foam 2018-11-02T12:10:29 < BrainDamage> which also stains everything permanently 2018-11-02T12:11:20 < catphish> i just wanted a cross section of something 3d to check it looks right 2018-11-02T12:11:32 < catphish> and offer it up to another object 2018-11-02T12:18:12 -!- cjbaird [~cjb@ppp121-44-237-230.bras2.syd2.internode.on.net] has joined ##stm32 2018-11-02T12:26:32 < catphish> it'll probably be ok :) 2018-11-02T12:26:56 < catphish> literally just "is this the right shape and size" before i waste plastic 2018-11-02T12:27:27 -!- khazi [~khazi@157.49.236.34] has quit [Ping timeout: 240 seconds] 2018-11-02T12:30:52 -!- cjbaird is now known as vk2fjda 2018-11-02T12:31:02 -!- vk2fjda is now known as cjbaird 2018-11-02T12:37:32 -!- khazi [~khazi@157.49.255.2] has joined ##stm32 2018-11-02T12:41:35 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-02T12:51:18 < cjbaird> I wants FFC ribbon cable with enough resistance/metre to be its own parasitic stopper.. 2018-11-02T12:55:12 < catphish> Cracki: makes sense 2018-11-02T12:55:47 < sync> BrainDamage: for stencils a fiber laser is the way to go 2018-11-02T12:56:08 < catphish> dicknplace head almost ready https://i.imgur.com/MfPkIeO.png 2018-11-02T12:56:49 < catphish> just finishing the camera mount 2018-11-02T12:56:57 < BrainDamage> sync: this was 10 years ago, when my budget was nonexistant 2018-11-02T12:57:05 < BrainDamage> today, I just order them 2018-11-02T12:57:46 < Steffanx> Do you have a fiber laser in your basement sync? :) 2018-11-02T12:57:46 < catphish> hopefully shall be placing soon :) 2018-11-02T12:58:55 < BrainDamage> catphish: aren't the mounting holes for the onahole a bit small? 2018-11-02T12:59:16 < catphish> onahole? 2018-11-02T12:59:31 < BrainDamage> I won't explain that 2018-11-02T12:59:48 < catphish> all the holes are the correct size i believe 2018-11-02T12:59:58 < BrainDamage> I'm sorry for you 2018-11-02T13:00:05 < catphish> except maybe the camera, not sure if they're m2 or m2.5 2018-11-02T13:00:32 < catphish> all the others are correct, and not really my choice since they have to mount to existing hardware 2018-11-02T13:01:00 * catphish had to google onahole 2018-11-02T13:01:06 < catphish> not known in my culture :) 2018-11-02T13:02:02 < BrainDamage> for team sessions 2018-11-02T13:02:15 < catphish> lol :) 2018-11-02T13:02:26 < catphish> i just have a very thin shaft 2018-11-02T13:02:57 < catphish> its alive :) https://imgur.com/OweI8sS 2018-11-02T13:03:07 < Thorn> https://www.youtube.com/watch?v=CrzlMTRVt_I 2018-11-02T13:03:07 < catphish> although that's last weeks video, been too lasy to do anything on it since 2018-11-02T13:04:35 < BrainDamage> Thorn: at 1:25 you can see the left rocket not detaching properly 2018-11-02T13:10:27 < Thorn> more curiously, this video may show the moment of the assembly error that lead to the failure https://www.youtube.com/watch?v=lRQFl3U_Lsk 2018-11-02T13:15:18 < Thorn> https://youtu.be/lRQFl3U_Lsk?t=87 is where the forward end is being attached (but no idea which one of the 4 side boosters it is) 2018-11-02T13:21:29 < englishman> cool videos 2018-11-02T13:28:00 < Thorn> btw did you know that Rogozin is a neo-nazi https://www.youtube.com/watch?v=xCP-R1T5ruI 2018-11-02T13:29:37 < cjbaird> Hm, Conductive Ink Cables are a trade super-secret.. 2018-11-02T13:29:56 < englishman> who is rogozin 2018-11-02T13:30:18 < englishman> cjbaird: why not make rigidflex with resistive substrate 2018-11-02T13:30:30 < Thorn> current head of Roskosmos 2018-11-02T13:31:27 < englishman> so does he post on 8chan 2018-11-02T13:31:53 < cjbaird> englishman: I was thinking getting plain IDC cable and coating it in soldering ink. :P :) 2018-11-02T13:34:43 < BrainDamage> cjbaird: why would you want such cursed item? 2018-11-02T13:37:15 < cjbaird> Digital busses (LCD, etc.) inside the ubitx. Parasitic oscillations make regular ribbon cable inside a superhet radio an issue. Adding enough resistance to critically damp the LC is the way to fix it. 2018-11-02T13:38:13 < BrainDamage> I regret asking 2018-11-02T13:38:17 < cjbaird> Old microcomputers often had that fucking-awful-to-deal-with solder-paste ink cables (for keyboards and etc) 2018-11-02T13:39:13 < cjbaird> Do you even baofeng brah 2018-11-02T14:18:50 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-02T14:28:34 < Sadale> >_< 2018-11-02T14:28:55 < Sadale> I've sent a wrong PCB design to a factory for prototype board. >_< 2018-11-02T14:29:24 < Sadale> I wrongly assumed that the pinout of SD card and microSD card were the same. In fact, the standard SD size card has an extra ground pin in the middle. 2018-11-02T14:29:42 < Sadale> If I couldn't send them a new file, that means that I'd have to spend another $10 :c 2018-11-02T14:33:40 < sync> Steffanx: I actually do 2018-11-02T14:35:22 < sync> BrainDamage: 10 years ago YAG was the way to go 2018-11-02T14:35:39 < sync> back then those merican rangefinders were also cheap 2018-11-02T14:36:02 < Steffanx> Hah lol, sync 2018-11-02T14:38:14 < BrainDamage> sync: I think you're simply incapable to acknowledge that people can have a 2 digit figures for hobby budget 2018-11-02T14:38:47 < BrainDamage> ... for several months 2018-11-02T14:41:11 < cjbaird> $10? The height of luxury and privledge. I had to cut up old fence pailings and screw bits of wire on. 2018-11-02T14:41:35 < cjbaird> (..when I was like 11 years old) 2018-11-02T14:43:11 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 260 seconds] 2018-11-02T14:45:59 < Steffanx> 11 lol. 2018-11-02T14:47:02 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-02T14:47:49 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has joined ##stm32 2018-11-02T14:48:20 < Laurenceb124> typical britbong news https://www.bbc.co.uk/news/uk-england-suffolk-46070239 2018-11-02T14:48:36 < cjbaird> The first thing I bought with my 16 year-old austudy Studentbux was a $70 soldering iron.. 2018-11-02T14:50:59 < cjbaird> Legal Loli: https://www.smh.com.au/national/nsw/samantha-azzopardi-posed-as-teenager-enrolled-in-sydney-school-20171030-gzb6fb.html (29 going-on 13..) 2018-11-02T14:53:32 -!- mawk [sabu@znc.serveur.io] has quit [Max SendQ exceeded] 2018-11-02T14:53:32 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Read error: Connection reset by peer] 2018-11-02T14:53:53 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-02T14:54:59 -!- mawk [sabu@znc.serveur.io] has joined ##stm32 2018-11-02T14:56:29 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-02T14:58:20 < sync> BrainDamage: maybe 2018-11-02T14:59:38 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-02T15:03:25 < Laurenceb124> https://i.imgtc.com/rfAqTr1.png 2018-11-02T15:05:38 < cjbaird> Laurenceb124: correct. Needed to mention CoSMic trAVELers from Nimbin, though. 2018-11-02T15:07:28 < Steffanx> Hows the wear of your shift key cjbaird? Your use of capitals et all seems so correct :P 2018-11-02T15:09:35 < Laurenceb124> BEN SHAPIRO is cjbaird 2018-11-02T15:13:57 -!- cjbaird [~cjb@ppp121-44-237-230.bras2.syd2.internode.on.net] has quit [Quit: Konversation terminated!] 2018-11-02T15:15:07 < Steffanx> Hows the day today Laurenceb124 2018-11-02T15:15:24 < Laurenceb124> spent morning with amerimutt 2018-11-02T15:15:38 < Laurenceb124> saw his phone, I come up as "absolute madman" 2018-11-02T15:16:01 < Laurenceb124> cutting lots of rebar 2018-11-02T15:16:05 < Steffanx> Im not surprised. 2018-11-02T15:16:35 < Laurenceb124> we managed not to bridge any damp proofing with concrete today 2018-11-02T15:17:36 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2018-11-02T15:18:01 < dongs> sup dongs 2018-11-02T15:18:09 < Laurenceb124> we "stole" about 100 bricks from a skip 2018-11-02T15:18:11 < Laurenceb124> funtimes 2018-11-02T15:18:56 < Laurenceb124> ppl are trying to charge ukp1.8 for old bricks, wtf 2018-11-02T15:19:08 < dongs> yea but ukp is worthless now 2018-11-02T15:19:09 < dongs> so its ok 2018-11-02T15:19:14 < dongs> you cant even buy bricks wiht it 2018-11-02T15:19:15 < zyp> haha 2018-11-02T15:19:31 < Laurenceb124> kek 2018-11-02T15:19:37 < sync> BrainDamage: no it is fine though, I fully realize that people are doing stuff on the cheap, it is not like I'm not doing it 2018-11-02T15:19:47 < Laurenceb124> new bricks are like 70p 2018-11-02T15:20:02 < zyp> older bricks have more experience 2018-11-02T15:20:09 < Laurenceb124> but they all look shit and fake 2018-11-02T15:20:14 < Laurenceb124> unironically true 2018-11-02T15:21:18 < Thorn> https://www.newsweek.com/restaurant-served-murdered-victim-body-vegetarians-1195447 2018-11-02T15:21:29 < dongs> cool 2018-11-02T15:21:49 < dongs> bang cock 2018-11-02T15:23:33 < catphish> woo, my ISP just emailed to ask if i want to upgrade to 1000/100 :) 2018-11-02T15:23:37 < catphish> how about yes :) 2018-11-02T15:23:45 < zyp> what do you have now? 2018-11-02T15:23:49 < catphish> 100/50 2018-11-02T15:23:59 < zyp> will you even notice the difference? :p 2018-11-02T15:24:03 < catphish> unlikely 2018-11-02T15:24:14 < catphish> 100/50 was the fastest they did when i got it, which is plenty really 2018-11-02T15:24:33 < catphish> then they introduced 350/35, and i told them i didn't want less upload speed 2018-11-02T15:24:43 < catphish> but 1000/100 sounds lovely 2018-11-02T15:25:37 < zyp> I've got 500/500 now, the difference past 100Mb/s isn't very noticable 2018-11-02T15:25:50 < sync> 1000/1000 would be ok 2018-11-02T15:25:57 < sync> currently I'm on 100/40 :/ 2018-11-02T15:25:59 < zyp> or rather, right now I have 0/0, shit failed yesterday 2018-11-02T15:26:44 < zyp> not sure if people tore off the fiber or what, GPON box says it's not getting an optical signal 2018-11-02T15:27:49 < zyp> possibly, there were some workers playing in the manholes in the street yesterday morning 2018-11-02T15:28:01 < zyp> but they weren't there when I got home from work, and internet still worked then 2018-11-02T15:28:09 < zyp> failed a bit after I got home 2018-11-02T15:28:23 < sync> maybe your internet pipe developed a leak after they stepped on it 2018-11-02T15:28:27 < catphish> i could get 1000/1000 from my ISP, but if you want anything but 10:1 U/D ratio you have to pay 10x more and get their "leased line" service with the associated SLA etc 2018-11-02T15:29:46 < catphish> one thing i will be doing is shifting my home CCTV into the cloud 2018-11-02T15:29:56 < zyp> the contract I signed for new house is "only" 150/150, but ISP should be more decent than the one I have now 2018-11-02T15:29:56 < catphish> then i don't need to run a server at home to record 2018-11-02T15:30:07 < catphish> 150/150 sounds plenty decent 2018-11-02T15:30:21 < catphish> i have literaly no idea what i'll do with a gigabit 2018-11-02T15:30:31 < zyp> yeah, I don't think going from 500/500 to 150/150 will be noticeable at all 2018-11-02T15:30:35 < catphish> for some reason the ISP claims that no consumer needs more than 10:1 U/D ratio 2018-11-02T15:30:42 < zyp> maybe torrents will run a bit slower, but I don't torrent very often 2018-11-02T15:30:42 < catphish> and yet they sell gigabit down speeds 2018-11-02T15:31:06 < catphish> i'm really only getting it for the 100Mbit up speed 2018-11-02T15:31:25 < zyp> makes sense 2018-11-02T15:31:42 < sync> yeah, I could get 350/40, but fuck that 2018-11-02T15:32:21 < zyp> nice, technician just called, he's on his way to my house now 2018-11-02T15:32:28 < zyp> guess I'll go meet him then 2018-11-02T15:41:09 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-02T15:49:41 < Laurenceb124> we have fibre to the pole even in middle of nowhere in uk now 2018-11-02T15:53:10 < Steffanx> All that and you cant even watch porn or do the troll activity online 2018-11-02T16:01:18 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has quit [Ping timeout: 245 seconds] 2018-11-02T16:06:34 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-02T16:07:56 < bitmask> herro 2018-11-02T16:10:40 < Steffanx> Welcome lob235 2018-11-02T16:10:55 < bitmask> how goes it 2018-11-02T16:11:55 < Steffanx> It goes. 2018-11-02T16:13:57 < englishman> they are offering 1500/940 here now 2018-11-02T16:14:28 < englishman> but when i had 1000/900 a few years ago they could not keep up at the backend 2018-11-02T16:14:41 < englishman> would drop to 30mbps every evening without fail 2018-11-02T16:15:14 < englishman> so they add "Assuming optimal network conditions" all over the contracts 2018-11-02T16:16:31 < Steffanx> 1500/900 why? 2018-11-02T16:20:11 < Steffanx> Idk what that means 2018-11-02T16:24:06 < Steffanx> Ty. 2018-11-02T16:29:59 < catphish> englishman: what would you even connect a 1500Mbps connection to? 2018-11-02T16:30:08 < englishman> a router 2018-11-02T16:30:29 < catphish> i gess yeah, if it has the right interface :) 2018-11-02T16:31:08 < catphish> my connection is ethernet, if i want to go faster than 1G it would need to be upgraded to 10G 2018-11-02T16:31:16 < englishman> and so it shall be 2018-11-02T16:31:24 < catphish> and i don't have any 10G routers spare :) 2018-11-02T16:31:38 < englishman> did you know you can exchange useless money for goods and services 2018-11-02T16:31:50 < dongs> what if its crypto??? 2018-11-02T16:32:05 < catphish> can i exchange pictures of cats for goods? 2018-11-02T16:32:06 < englishman> then you can only exchange it for internet bragging rights 2018-11-02T16:34:41 < englishman> dongs will you play just cause 4 2018-11-02T16:35:42 < dongs> i didnt play3 2018-11-02T16:35:47 < dongs> because of jewish jewnuvo 2018-11-02T16:35:55 < dongs> jc2 was cool tho 2018-11-02T16:35:58 < englishman> oh i thought you did 2018-11-02T16:36:02 < englishman> it was as fun as jc2 2018-11-02T16:36:12 < dongs> but jewnuvo 2018-11-02T16:36:19 < englishman> idk what that is, pirated it just fine 2018-11-02T16:36:31 < dongs> oh its pret y cheap ons team these days eh 2018-11-02T16:37:12 < englishman> well its like 4-5 years old right 2018-11-02T16:37:28 < englishman> heh i have it in steam 2018-11-02T16:37:39 < englishman> guess i pirated it to play offline 2018-11-02T16:38:01 < englishman> fuck steam 2018-11-02T16:40:13 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Read error: Connection reset by peer] 2018-11-02T16:41:44 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2018-11-02T16:44:19 -!- leachim6 [~leachim6@unaffiliated/leachim6] has joined ##stm32 2018-11-02T16:44:23 < leachim6> greetings 2018-11-02T16:46:06 < leachim6> how goes it :D 2018-11-02T16:46:25 < leachim6> so I'm a little confused 2018-11-02T16:46:35 < leachim6> sure you can program the stm32 in the arduino IDE 2018-11-02T16:46:39 < leachim6> but is there an official IDE? 2018-11-02T16:46:41 < leachim6> https://www.st.com/en/development-tools/stm32-ides.html?querycriteria=productId=LN1200 2018-11-02T16:46:43 < leachim6> like atmel studio but less ass ? 2018-11-02T16:47:46 < mawk> if you don't see an IDE with vendor ST in that list then no 2018-11-02T16:48:02 < mawk> you can use gcc, make and your favorite text editor 2018-11-02T16:48:56 < zyp> fucking technician didn't bring a fusion splicer 2018-11-02T16:48:58 < leachim6> soemthing like this -> https://github.com/nitsky/stm32-example/blob/master/Makefile 2018-11-02T16:49:18 < mawk> lol zyp 2018-11-02T16:49:27 < zyp> located a fiber break in a splice enclosure outside, but he can't fucking fix it until monday 2018-11-02T16:49:39 < mawk> someone will generate it for you leachim6 2018-11-02T16:50:33 < mawk> if you choose to use cubemx 2018-11-02T16:50:46 < mawk> or you can start from something like this: https://github.com/libopencm3/libopencm3-miniblink 2018-11-02T16:51:00 < mawk> get the ARM gcc crosscompiler from ARM website and you're good 2018-11-02T16:51:09 < mawk> put its bin/ subdirectory in your 2018-11-02T16:51:11 < mawk> PATH 2018-11-02T16:51:47 -!- benishor_ [~benny@5.2.137.216] has joined ##stm32 2018-11-02T16:51:54 -!- benishor [~benny@188.27.56.233] has quit [Ping timeout: 252 seconds] 2018-11-02T16:52:26 < leachim6> will gcc eabi work? 2018-11-02T16:52:29 < leachim6> arm-none-eabi-gcc on arch 2018-11-02T16:52:35 < mawk> what ? 2018-11-02T16:52:37 < mawk> yes 2018-11-02T16:52:58 < leachim6> I've used it to xcompile for raspberry pi before, but wasn't sure if all ARM was created equal in that respect 2018-11-02T16:53:26 < mawk> that's a suboption to gcc 2018-11-02T16:53:29 < mawk> don't worry 2018-11-02T16:53:31 < jpa-> usually for raspberry pi, you'd use arm-linux-eabi-gcc 2018-11-02T16:53:59 < leachim6> hmm, guess I did use that one now that you mention it 2018-11-02T16:54:07 < leachim6> mixed 'em up 2018-11-02T16:54:15 < leachim6> what's the deal with the STM8s ? 2018-11-02T16:54:28 < leachim6> they're so cheap I had to try them 2018-11-02T16:55:34 < kakimir> when bandgap reference depends on vcc 2018-11-02T16:55:52 < kakimir> and I want to convert vcc to voltage reading 2018-11-02T16:57:03 < kakimir> I don't know the vcc to correct reference voltage 2018-11-02T16:57:07 < mawk> the reference depends on Vcc kakimir ? that seems antinomic 2018-11-02T16:57:17 < kakimir> it's normal? 2018-11-02T16:57:33 < kakimir> also temperature! 2018-11-02T16:57:47 < mawk> that seems even more antinomic 2018-11-02T16:58:02 < mawk> or we're not talking about the same bandgap reference thing 2018-11-02T16:58:55 < BrainDamage> the whole point of a bandgap reference is that it changes extremely little with temperature and supply 2018-11-02T16:59:05 < BrainDamage> fixed by the ... bandgap of the material 2018-11-02T16:59:19 < BrainDamage> it's the combination of a PTAT to a CTAT 2018-11-02T16:59:52 < kakimir> I have 128bytes of ram 2018-11-02T16:59:55 < BrainDamage> if anything, you should compare your supply to the bandgap 2018-11-02T17:00:19 < kakimir> I wonder how this will go down when I use this interpolation thing 2018-11-02T17:00:39 < BrainDamage> congratulations, you've managed to make even less sense than usual 2018-11-02T17:00:52 < kakimir> bandgap voltage changes with supply! 2018-11-02T17:01:11 < mawk> a reference that changes with supply doesn't deserve the name reference 2018-11-02T17:01:28 < kakimir> there is no ideal reference 2018-11-02T17:01:44 < mawk> yeah but with a bandgap reference we're talking about a very small change with supply 2018-11-02T17:01:48 < mawk> you wouldn't mention it at all 2018-11-02T17:02:34 < kakimir> attiny20 datasheet page 197 2018-11-02T17:02:48 < kakimir> figure 21-45. 2018-11-02T17:03:12 < kakimir> operating range for the device is 4.0 - 5.5volts 2018-11-02T17:03:56 < kakimir> temperature range for electronics in operation something like -5C - 70C 2018-11-02T17:04:13 < mawk> yes 2018-11-02T17:04:17 < mawk> see the vertical scale 2018-11-02T17:04:33 < kakimir> yes 2018-11-02T17:04:39 < mawk> you could always get a better reference chip if it's not enough 2018-11-02T17:04:53 < kakimir> this is consumer electronics 2018-11-02T17:05:14 < BrainDamage> it changes by 10mV over the span of 60°C 2018-11-02T17:05:24 < BrainDamage> I would call it pretty fucking decent 2018-11-02T17:05:55 < BrainDamage> if you want better, you need buried zeners with bolometers 2018-11-02T17:06:56 < kakimir> okay assume then that you have voltage change between 4-5.4 and temperature change from 0-80 2018-11-02T17:07:02 < kakimir> and check worst case 2018-11-02T17:07:25 < kakimir> and 4 - 5.5V* 2018-11-02T17:07:41 < BrainDamage> just draw a rectangle over the graph over your operative ranges 2018-11-02T17:07:47 < BrainDamage> and you'll know the voltage margins 2018-11-02T17:08:01 < kakimir> yes 2018-11-02T17:08:12 < kakimir> all I know is that it means whole percents 2018-11-02T17:08:18 < kakimir> many percents 2018-11-02T17:08:44 < BrainDamage> if you need better stability, either regulate better your supply or the chip's temp, or use an external reference 2018-11-02T17:08:51 < BrainDamage> no magic tricks 2018-11-02T17:09:01 < kakimir> cannot do and cannot do 2018-11-02T17:09:12 < kakimir> hard way - my way 2018-11-02T17:09:54 < kakimir> I should simplify my interpolation to one temperature range not 2 2018-11-02T17:09:57 < englishman> if you want a better reference then you buy a better reference 2018-11-02T17:09:59 < mawk> if you carry the computation to the end what's the error on Vcc with that ±3.7% change in reference ? 2018-11-02T17:10:05 < kakimir> englishman: I do workaround 2018-11-02T17:10:26 < BrainDamage> you cannot workaround without a more precise reference 2018-11-02T17:10:38 < BrainDamage> against what you'd measure your supply, to know it's off? 2018-11-02T17:10:42 < kakimir> mawk: way more than 100mV 2018-11-02T17:10:56 < kakimir> but hey I have plan 2018-11-02T17:11:15 < kakimir> iterate bandgap with multiple vcc measurements 2018-11-02T17:11:30 < kakimir> calculate new bandgap every time 2018-11-02T17:11:32 < mawk> what for ? 2018-11-02T17:11:38 < BrainDamage> and how can you measure your vcc? 2018-11-02T17:11:48 < kakimir> with fixed value first 2018-11-02T17:11:51 < BrainDamage> using the bangap? 2018-11-02T17:12:01 < kakimir> 1.07V fixed value 2018-11-02T17:12:10 < BrainDamage> ... that's the bandgap 2018-11-02T17:14:03 < kakimir> I don't even need to know exact VCC 2018-11-02T17:14:15 < englishman> in engineering, noone does 2018-11-02T17:14:17 < kakimir> but I need good bandgap value to measure another thing 2018-11-02T17:14:50 < kakimir> I mean stuff needs to be accurate as shit 2018-11-02T17:14:58 < kakimir> attiny20 will do it 2018-11-02T17:15:09 < englishman> why no stm8 2018-11-02T17:16:49 < kakimir> what is the smallest package it has? 2018-11-02T17:17:01 < englishman> 3x3 qfn20 2018-11-02T17:17:14 < englishman> maybe some wlscp idk 2018-11-02T17:20:09 < bitmask> when checking battery capacity, what is the voltage range for li-ion 2018-11-02T17:20:21 < kakimir> 2.5 - 4.2 2018-11-02T17:20:46 < bitmask> 2.5 huh, thought that was lower than recommended, I dont think my charger goes below 3.2 2018-11-02T17:20:56 < bitmask> that would explain my low readings though 2018-11-02T17:20:57 < kakimir> most of undervoltage protections cut power around 3 2018-11-02T17:21:16 < kakimir> 2.75 is common too 2018-11-02T17:21:22 < bitmask> alright thanks 2018-11-02T17:21:34 < kakimir> 3.2 is concervative and under high load 2018-11-02T17:21:51 < kakimir> depends on how much load you have etc. etc. 2018-11-02T17:22:32 < bitmask> load isnt too bad, probably gonna be around 2A split between 9 batteries (3s3p) and they are at least 10A but mostly 20A rated 2018-11-02T17:23:21 < bitmask> wish I had higher capacity but cant complain since I'm repurposing what I already had 2018-11-02T17:23:40 < kakimir> so 0.667A per cell 2018-11-02T17:23:45 < kakimir> 18650? 2018-11-02T17:23:51 < bitmask> yea 2018-11-02T17:24:04 < bitmask> used em for vaping, now I want to use em to power my heated hoodie 2018-11-02T17:24:04 < kakimir> high-current cell? 2018-11-02T17:24:07 < bitmask> yea 2018-11-02T17:24:14 < kakimir> okay 0.667A is nothing 2018-11-02T17:24:17 < bitmask> yea I know 2018-11-02T17:24:49 < kakimir> check lygte-info and datasheet of the cell 2018-11-02T17:25:24 < bitmask> like I said, most are rated for 20A continuous with only two being rated for 10A continuous, thats not a concern 2018-11-02T17:25:46 < bitmask> or did you mean for voltage 2018-11-02T17:25:56 < bitmask> I forgot what we were talking about :P 2018-11-02T17:26:02 < kakimir> some cells are practically empty like before 3V 2018-11-02T17:26:18 < bitmask> I see 2018-11-02T17:26:22 < kakimir> some cells have juice left under 3V 2018-11-02T17:26:33 < kakimir> depends on chemistry used etc. 2018-11-02T17:31:55 < kakimir> are you mixing cells? 2018-11-02T17:32:07 < kakimir> can the pack keep balance? 2018-11-02T17:32:46 < bitmask> I'm keeping same cells in series but different series packs in parallel 2018-11-02T17:32:58 < kakimir> good 2018-11-02T17:33:10 < kakimir> I would test it 2018-11-02T17:33:10 < bitmask> and I"ll balance charge them 2018-11-02T17:33:14 < kakimir> okay 2018-11-02T17:33:26 < bitmask> and use undervoltage protection circuit 2018-11-02T17:33:30 < kakimir> per cell monitoring for discharge? 2018-11-02T17:33:40 < bitmask> yes 2018-11-02T17:33:52 < bitmask> each series pack will get one of these (one sec getting link) 2018-11-02T17:34:23 < bitmask> https://www.ebay.com/itm/Protection-Board-Lithium-Battery-Charger-BMS-Li-ion-Charging-Module-3S-10A-12V/282425763237 2018-11-02T17:34:29 < kakimir> ok 2018-11-02T17:35:56 -!- emeb [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-02T17:38:12 < Sadale> I've bought something good. :3 2018-11-02T17:38:21 < Sadale> USB-powered variable power supply. 3W max. 2018-11-02T17:40:12 < kakimir> variable power supply :I 2018-11-02T17:40:15 < englishman> cool 2018-11-02T17:40:27 < englishman> is it a ldo and a potentiometer 2018-11-02T17:40:30 < kakimir> constant power supply would be even better 2018-11-02T17:40:40 < kakimir> you mean variable voltage 2018-11-02T17:40:58 < englishman> more touchGFX spam from st 2018-11-02T17:41:01 < englishman> rip ugfx 2018-11-02T17:41:38 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 268 seconds] 2018-11-02T17:44:44 < Steffanx> Poor tct 2018-11-02T17:50:42 < jpa-> has anyone had success with having a separate DFU runtime descriptor and using that to activate DFU mode on windows? 2018-11-02T17:51:13 < jpa-> it seems that even if i do the tricks to get WinUSB driver loaded for the additional DFU interface, i cannot access it (and neither can dfu-util) 2018-11-02T17:52:02 < emeb> I've been trying out uGFX on a Zynq recently. Works OK. 2018-11-02T17:52:30 < emeb> A few warts and it's kind of a pain to use in the Xilinx IDE though. 2018-11-02T17:53:35 < emeb> Compared to the price of Segger stuff though it's a lot more accessible. 2018-11-02T17:57:15 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-02T17:59:45 < englishman> my zynq is here 2018-11-02T17:59:53 < englishman> will probably play with it next week 2018-11-02T18:01:45 < Steffanx> Enjoy the eclipse based tooling 2018-11-02T18:02:30 < englishman> 2 hours til musics Steffanx 2018-11-02T18:03:34 < Steffanx> Good. Time to drive home :) 2018-11-02T18:03:47 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 240 seconds] 2018-11-02T18:03:54 < kakimir> musics 2018-11-02T18:04:32 < Steffanx> Im done playing around with motors, CAN and my jlink 2018-11-02T18:05:53 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 245 seconds] 2018-11-02T18:06:19 < kakimir> what motors? 2018-11-02T18:06:44 < kakimir> did someone ask you to look into their cars? 2018-11-02T18:07:11 < kakimir> "car whisperer" 2018-11-02T18:10:04 < englishman> how many dead dinosaurs will you brutally incinerate on your commute home 2018-11-02T18:10:45 -!- kow__ [~afed@135.0.26.171] has joined ##stm32 2018-11-02T18:13:43 -!- kow_ [~afed@135.0.26.171] has quit [Ping timeout: 244 seconds] 2018-11-02T18:19:04 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-02T18:35:17 < ohsix> in a meeting with these guy https://www.kdedirect.com/ they need an engineer to work on escs 2018-11-02T18:37:35 < ohsix> it's a girlboss and a bunch of almost teenagers \m/ 2018-11-02T18:38:27 < emeb> teenagers 2018-11-02T18:38:42 < emeb> get off the damned lawn, youths 2018-11-02T18:40:08 < emeb> englishman: which zynq board did you end up getting? 2018-11-02T18:41:24 < Steffanx> My Italian Diesel doesnt kill anyone englishman 2018-11-02T18:41:42 < sync> as long you pay the mafia tax 2018-11-02T18:41:46 < Steffanx> Except for romanian girls that jump in front of my car 2018-11-02T18:48:39 < emeb> inefficient way to meet girls 2018-11-02T18:50:03 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-02T18:54:06 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-02T18:55:08 < englishman> emeb: cora 2018-11-02T18:57:10 < Steffanx> Did get her number emeb :P 2018-11-02T18:57:57 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-02T19:19:22 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 246 seconds] 2018-11-02T19:54:51 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-02T20:05:06 < bitmask> nice, my carbon fiber has arrived in the country 2018-11-02T20:06:13 < Streaker> Is it better than regular metamucil? 2018-11-02T20:06:36 < antto> meta-wot 2018-11-02T20:06:57 < bitmask> makes your poop fly right out 2018-11-02T20:28:54 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2018-11-02T20:33:48 -!- jadew [~razvan@unaffiliated/jadew] has quit [Ping timeout: 245 seconds] 2018-11-02T20:36:22 < Hamilton> ...elliot 2018-11-02T20:38:02 -!- jadew [~razvan@188.25.248.24] has joined ##stm32 2018-11-02T20:48:56 < kakimir> hello evening crew 2018-11-02T20:50:48 < kakimir> no 2018-11-02T20:50:52 < kakimir> what news? 2018-11-02T21:01:08 < englishman> musics https://www.youtube.com/watch?v=XIrZf3nogFk 2018-11-02T21:01:15 < kakimir> no 2018-11-02T21:01:26 < kakimir> no news 2018-11-02T21:04:31 < englishman> oh well here you go then https://www.youtube.com/watch?v=YgGzAKP_HuM 2018-11-02T21:18:52 < englishman> hoyl fucking shit fuck samtec 2018-11-02T21:20:13 < englishman> as soon as i reply to someone i get an autoresponse "out of the office for 2 fucking weeks" and it gets passed off to someone else 2018-11-02T21:20:18 < englishman> reply to them, repeat 2018-11-02T21:20:38 < englishman> everyone is going on vacation instead of dealing with my shit 2018-11-02T21:25:14 < Steffanx> awh 2018-11-02T21:25:18 < Steffanx> want a cookie? :P 2018-11-02T21:26:20 < Steffanx> lol jadew https://www.urbandictionary.com/define.php?term=Jadew 2018-11-02T21:26:42 < kakimir> what is that xming fonts package? fonts seem to work just fine 2018-11-02T21:26:49 < Steffanx> not sure why i found that, for some reason i had a tab open with google results for "jadew". Must have typed in there by accident. 2018-11-02T21:28:59 < jadew> lol Steffanx 2018-11-02T21:29:54 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 264 seconds] 2018-11-02T21:31:37 -!- ac_slater [~weechat@144.121.38.133] has joined ##stm32 2018-11-02T21:34:01 < jadew> I actually picked this nickname after seeing this movie: https://www.imdb.com/title/tt0416871/reference 2018-11-02T21:34:08 < jadew> I'm a romantic 2018-11-02T21:35:38 < jadew> it's about a love story that spans across millennia 2018-11-02T21:36:44 < kakimir> oh finnish movie 2018-11-02T21:36:57 < kakimir> show maybe see it again 2018-11-02T21:37:02 < kakimir> watch* 2018-11-02T21:37:12 < jadew> you've seen it? 2018-11-02T21:37:51 < kakimir> k 2018-11-02T21:39:36 < kakimir> vpn and then to thepiratebay 2018-11-02T21:40:19 < kakimir> idk 2018-11-02T21:40:22 < jadew> lol 2018-11-02T21:40:26 < kakimir> paid for it so whatever 2018-11-02T21:40:34 < kakimir> nope 2018-11-02T21:40:52 < kakimir> still running but you cannot access it directly in most of the western countries 2018-11-02T21:43:24 -!- khazi [~khazi@157.49.255.2] has quit [Ping timeout: 252 seconds] 2018-11-02T21:44:28 < jadew> what do those words mean? 2018-11-02T21:44:58 < jadew> and the other two? 2018-11-02T21:45:30 < jadew> ah, I see 2018-11-02T21:50:31 < Hamilton> superbia, lol so you guys use iranian sites to pirate movies? 2018-11-02T21:56:59 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: WeeChat 2.3] 2018-11-02T22:20:48 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:70b9:2760:f4e4:762a] has joined ##stm32 2018-11-02T22:34:27 < kakimir> good boi 2018-11-02T22:34:54 < kakimir> Cracki: bulldog was English 2018-11-02T22:35:03 < kakimir> important detail 2018-11-02T22:35:07 < Steffanx> I heard his name was Stvn and he wasnt scottish but aussie. 2018-11-02T22:42:08 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-02T22:49:45 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Read error: Connection reset by peer] 2018-11-02T22:50:01 < kakimir> name one gpaphical program that is only for linux 2018-11-02T22:50:14 < kakimir> some iconic one 2018-11-02T22:50:34 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2018-11-02T22:52:06 -!- aquaK [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-02T22:53:11 < PaulFertser> kakimir: xeyes 2018-11-02T22:53:22 < aandrew> lol 2018-11-02T22:53:28 < aandrew> I had xeyes on osx so no, you lose 2018-11-02T22:53:43 < PaulFertser> aandrew: I'd bet it's just an imitation, not port. 2018-11-02T22:54:14 < aandrew> I think it was x11's code, not 100% sure though 2018-11-02T22:54:21 < aandrew> I haven't loaded xquartz on this machine lately 2018-11-02T22:54:28 < PaulFertser> Yep, my point. 2018-11-02T22:54:50 -!- aquaK [~Hamilton@unaffiliated/hamilton] has left ##stm32 [] 2018-11-02T22:55:06 < PaulFertser> Of course, X11 is not "linux" but I hoped kakimir didn't notice ;) 2018-11-02T22:57:41 < zyp> how about xconfig? 2018-11-02T22:57:49 < zyp> (as in «make xconfig») 2018-11-02T22:58:52 < zyp> I might be wrong, but I've only ever seen that run on linux for linux 2018-11-02T22:58:59 < PaulFertser> Heh :) not sure if iconic enough but it is "for linux" indeed. In an interesting way too, that is, even if you run it on some other OS it's still "for linux". 2018-11-02T23:00:07 < PaulFertser> I know people are building OpenWrt on OS X, and it uses all the Linux Kconfig infra, I wouldn't be surprised to see xconfig working there too. 2018-11-02T23:00:57 < zyp> sounds like we need to find some closed source shit that's only built for linux 2018-11-02T23:01:08 < zyp> because anything opensource gets ported all over the place anyway 2018-11-02T23:01:31 < karlp> hehe, friend was using tanner (https://www.mentor.com/tannereda/ams-ic) the other day, the linux package. 2018-11-02T23:01:42 < karlp> turns out it was just wine, packaged up :) 2018-11-02T23:02:22 < zyp> there were some company that were doing OS X games some years ago 2018-11-02T23:02:29 < zyp> which was also just packaged up wine 2018-11-02T23:02:41 < zyp> IIRC EVE Online used that 2018-11-02T23:04:28 < BrainDamage> bleh, I can't find it anymore, but there was a program that rendered random moe anime girls on your desktop 2018-11-02T23:04:33 < BrainDamage> interacting with your windows 2018-11-02T23:04:36 < BrainDamage> pretty iconic 2018-11-02T23:04:38 < englishman> tuxracer 2018-11-02T23:04:46 < englishman> any android game 2018-11-02T23:15:57 < kakimir> recommend powerbank with 19V output 2018-11-02T23:23:59 < PaulFertser> What is the rationale for returning 0 by default for "divide by zero" when the corresponding exception is not enabled? 2018-11-02T23:24:42 < kakimir> to at least return something? 2018-11-02T23:24:58 < kakimir> what should it return? 2018-11-02T23:25:07 < kakimir> 0xFF.. ? 2018-11-02T23:26:29 < PaulFertser> kakimir: yes, I'd prefer it to return maximum value (signed or unsigned depending on sdiv/udiv). 2018-11-02T23:27:02 < kakimir> it would be usable in some cases 2018-11-02T23:28:08 < Thorn> https://www.youtube.com/watch?v=GEJhb93rKlU 2018-11-02T23:28:32 < PaulFertser> My question is when 0 would be preferrable? 2018-11-02T23:30:35 < renn0xtk9> I have read that ST has abandonned the Std Peripheral Library 2018-11-02T23:30:50 < renn0xtk9> does that mean that it is a really bad idea to star tlearning STM32 with it? 2018-11-02T23:30:59 < renn0xtk9> I have also read that HAL is very buggy 2018-11-02T23:31:04 < renn0xtk9> so I don't know what to do 2018-11-02T23:31:51 < PaulFertser> renn0xtk9: libopencm3 if you like C 2018-11-02T23:34:49 < renn0xtk9> PaulFertser on their github the readme says it should not yet be considered stable 2018-11-02T23:35:01 < renn0xtk9> whatever it can mean 2018-11-02T23:35:39 < PaulFertser> renn0xtk9: it's free software, you can check the log to see how stable it is. And contribute to it when you need to add new features. 2018-11-02T23:35:44 < Steffanx> renn0xtk9, there is also the "low level" stuff that comes with the ST HAL 2018-11-02T23:35:51 < Steffanx> The ll_* files. 2018-11-02T23:35:59 < Steffanx> Its kinda like the old peripheral lib 2018-11-02T23:36:34 < Steffanx> and they have many examples using the "ll" functions too. 2018-11-02T23:38:36 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [] 2018-11-02T23:41:09 < BrainDamage> aw, turns out I was wrong, the program runs on windows too 2018-11-02T23:41:13 < BrainDamage> it's macopix 2018-11-02T23:44:12 < renn0xtk9> so basicallly I clone the git, I make install it , and then I just got the include headers and link to the library and I can get going? 2018-11-02T23:46:59 < PaulFertser> renn0xtk9: for libopencm3 I'd suggest to start with cloning libopencm3-examples 2018-11-02T23:48:50 < karlp> PaulFertser: I told him to start with libopencm3-miniblink to test his toolchain 2018-11-02T23:49:20 < karlp> I had a little hiccup withthe submoudle usinga git url instead of a https url so it ddidn't work for people without github credentials though, but I fixed that and then enver head back 2018-11-02T23:49:32 < PaulFertser> karlp: oh, I see. 2018-11-02T23:49:40 < karlp> never heard back sorry. 2018-11-02T23:50:00 < PaulFertser> Any idea when returning 0 is really better than MAX_INT? 2018-11-02T23:50:11 < karlp> the other alternative for testing your toolchain and flashing tools are cubemx generated code. 2018-11-02T23:50:12 < PaulFertser> (in /0 case) 2018-11-02T23:50:16 < renn0xtk9> yeah was at work, only play with stm32 on my spare time:S 2018-11-02T23:50:29 < karlp> renn0xtk9: not stable just menas we might change some apis, 2018-11-02T23:50:36 < renn0xtk9> okay 2018-11-02T23:50:45 < karlp> it's actually stable and we change apis very rarely, and normally keep backwards compat 2018-11-02T23:51:06 < karlp> there's also a libopencm3-template repo 2018-11-02T23:51:26 < renn0xtk9> cubemx means it generates the project for you but then you have to use HAL no? 2018-11-02T23:51:48 < renn0xtk9> I will try libopencm3 tomorrow it is late now 2018-11-02T23:52:08 < renn0xtk9> what I want to have ultimately is an agiel toolchain 2018-11-02T23:52:19 < mawk> you can also use the LL thing Steffanx was talking about, with cubemx 2018-11-02T23:52:41 < mawk> maybe you heard HAL to be very buggy but for the little I've used it for I've never noticed such thing 2018-11-02T23:52:46 < renn0xtk9> that I cann jumpstart a project within seconds, not having to worry about hardware peculiarities issue, focussing on cod efrom second one 2018-11-02T23:52:49 < karlp> renn0xtk9: yes, but you need to work on your goals, 2018-11-02T23:52:50 < mawk> cubemx was buggy for sure, but in recent versions it seems fixed 2018-11-02T23:52:57 < karlp> do you want to test your toolchain and your hardware? 2018-11-02T23:53:08 < karlp> and what on earth is an "agile toolchain" ? 2018-11-02T23:53:22 < karlp> if you like words like that, have you tried arduino? 2018-11-02T23:53:29 < karlp> it supports stm32 boards rather well now too. 2018-11-02T23:53:32 < mawk> with cubemx I "jumpstart" a project in seconds like you say 2018-11-02T23:53:32 < PaulFertser> renn0xtk9: probably you need ChibiOS then? Or even mbed or orduino? 2018-11-02T23:53:33 < karlp> also mbed, 2018-11-02T23:53:40 < mawk> it compiles right ouf of the box 2018-11-02T23:53:58 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-02T23:55:44 < renn0xtk9> I don t know I come from desktop software background. No experience with hardware so far, and most things are still very blur to me 2018-11-02T23:55:51 < renn0xtk9> I'll keep reading and trying 2018-11-02T23:56:46 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 260 seconds] 2018-11-02T23:56:46 -!- [1]MrMobius is now known as MrMobius 2018-11-02T23:58:21 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 --- Day changed Sat Nov 03 2018 2018-11-03T00:08:10 < mawk> you tried the blinky thing renn0xtk9 ? 2018-11-03T00:08:18 < mawk> that's a project that works within seconds 2018-11-03T00:08:23 < mawk> cubemx also allows you to do that 2018-11-03T00:08:33 < mawk> anything, really 2018-11-03T00:08:45 < mawk> unless you're really writing everything from scratch 2018-11-03T00:12:40 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-03T00:13:31 < renn0xtk9> mawk yes, it compiled 2018-11-03T00:15:31 < renn0xtk9> but I don't see something for f1 in bin 2018-11-03T00:15:37 < mawk> nonsense 2018-11-03T00:15:46 < renn0xtk9> what you mean? 2018-11-03T00:16:12 < mawk> there's a shitton of boards supported 2018-11-03T00:16:14 < mawk> what's your board ? 2018-11-03T00:16:21 < mawk> the blue pill ? stm32f103c8t6 2018-11-03T00:16:51 < mawk> it's supported, it's called bluepill in the bin/ directory 2018-11-03T00:17:43 < renn0xtk9> okay, was not obious for me.. 2018-11-03T00:18:12 < ac_slater> hey guys, I have a nucleo_144_f746zg ... I figured out how to build everything and get a nice led blink demo working with STM32CUBE's BSP + HAL layers. 2018-11-03T00:18:27 -!- kpap [90792685@gateway/web/freenode/ip.144.121.38.133] has joined ##stm32 2018-11-03T00:18:29 < englishman> congrats! 2018-11-03T00:18:37 < ac_slater> I'm trying the UART example and it's mapping USART3 TX to Pd8 and USART3 TX to Pd9 2018-11-03T00:18:42 < mawk> you know how to flash it renn0xtk9 ? 2018-11-03T00:19:00 < ac_slater> but, someone said USART3 might be over STLINK? Super confused 2018-11-03T00:19:31 < ac_slater> I tried to put a TTL-USB converter on those pins and receive no data, obviously. My main loop just sleeps then prints a string 2018-11-03T00:19:32 < englishman> what does it show in the NUCLEO-F746ZG schematic for pd8 and pd9? 2018-11-03T00:19:41 < mawk> one of the uarts is over the stlink yes 2018-11-03T00:19:52 < mawk> just pick another one if you don't want that 2018-11-03T00:20:03 < mawk> or keep it and look through the usb cable and not the ttl converter 2018-11-03T00:20:03 < ac_slater> I can't tell if USART3 is the one over the STLINK 2018-11-03T00:20:16 < mawk> it's in the datasheet 2018-11-03T00:20:34 < ac_slater> I tried to use the same connection I use with openocd, but no dice 2018-11-03T00:20:39 < ac_slater> ie - ttyACM0 2018-11-03T00:20:42 < englishman> or in the user manual 2018-11-03T00:20:45 < mawk> yes, ttyACM0 2018-11-03T00:20:54 < mawk> and how do you use that ? 2018-11-03T00:20:57 < ac_slater> hmm interesting. That was my initial though 2018-11-03T00:20:59 < mawk> you use minicom -D /dev/ttyACM0 ? 2018-11-03T00:21:07 < ac_slater> I use `tio`, but yea minicom will work 2018-11-03T00:21:13 < ac_slater> the example has a weird non-8N1 config 2018-11-03T00:21:18 < mawk> and you have the right parameters . 2018-11-03T00:21:18 < renn0xtk9> mawk well I thought I knew (i.e. st-flash write foobar.bin 0x8000000) 2018-11-03T00:21:18 < mawk> ? 2018-11-03T00:21:19 < mawk> ah 2018-11-03T00:21:29 < mawk> yes renn0xtk9 like that 2018-11-03T00:21:32 < ac_slater> so I just use `tio -b 9600 -d 7 -s 1 -f off -p odd` 2018-11-03T00:21:37 < renn0xtk9> but it tells me 2018-11-02T23:19:57 ERROR common.c: map_file() == -1 2018-11-03T00:21:44 < ac_slater> (with the device in there too of course) 2018-11-03T00:21:45 < renn0xtk9> by the way there is an error in thre readme 2018-11-03T00:21:46 < mawk> that's a strange error 2018-11-03T00:22:08 < renn0xtk9> the readme says $ st-flash write path/to/yourfile.bin 0x800000 (< a zero is lacking here) 2018-11-03T00:22:42 < mawk> 0x08000000 2018-11-03T00:23:22 < renn0xtk9> I have a Stlink V2 and I compile the code from https://github.com/texane/stlink to get st-flash st-util and stuff 2018-11-03T00:23:28 < mawk> ah 2018-11-03T00:23:43 < mawk> I just used the one from the debian repo 2018-11-03T00:23:49 < mawk> stlink-tools package 2018-11-03T00:23:54 < mawk> there is also a GUI if you want 2018-11-03T00:24:43 < renn0xtk9> mawk you know the package name and wether available for ubuntu too? 2018-11-03T00:24:59 < mawk> stlink-tools 2018-11-03T00:25:07 < mawk> but it's the same thing probably 2018-11-03T00:25:47 < renn0xtk9> mawk yes but maybe a former version which works better (I had a code working last year, and flashing same code with same board does not work anymore) 2018-11-03T00:25:54 < ac_slater> So, I found the place in the user manual where it explains USART3. But shit it's confusing. https://www.st.com/content/ccc/resource/technical/document/user_manual/group0/26/49/90/2e/33/0d/4a/da/DM00244518/files/DM00244518.pdf/jcr:content/translations/en.DM00244518.pdf 2018-11-03T00:26:03 < renn0xtk9> I slowely start to suspect some regression in that texane thing 2018-11-03T00:26:03 < ac_slater> section 6.9 (literally 100 words of explaination) 2018-11-03T00:27:45 < ac_slater> wtf is a morpho connector 2018-11-03T00:28:05 < mawk> it's the regular pins on your board 2018-11-03T00:28:19 < mawk> so yeah it's USART3 that's going to the stlink 2018-11-03T00:28:33 < karlp> renn0xtk9: thanks for reporting the missing 0, I've fixed that now. 2018-11-03T00:28:49 < renn0xtk9> karlp welcome 2018-11-03T00:29:04 < karlp> (I don't use texane, so I'd just hand written the line) 2018-11-03T00:30:27 < renn0xtk9> yeah no worries, actually I had a small dopamine shot believing that the Readme was right and that all my problems were simply me adding a 0 all the time. Sadly it was the other way around ^^ 2018-11-03T00:31:25 < mawk> it works better with the repo version renn0xtk9 2018-11-03T00:31:26 < mawk> ? 2018-11-03T00:31:30 < mawk> you used the git master ? let me try 2018-11-03T00:31:47 < mawk> usually you want to checkout to a stable release at least, or a release candidate 2018-11-03T00:31:54 < renn0xtk9> mawk i am still searchin, on ubunut stlink-tools is not in the repo 2018-11-03T00:31:55 < mawk> but the git master may not compile or be fully clean 2018-11-03T00:31:59 < mawk> I see 2018-11-03T00:32:15 < renn0xtk9> and first I want to analyze which version they use in repo once I have find it 2018-11-03T00:32:22 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-03T00:32:27 < mawk> 1.5.1 2018-11-03T00:32:30 < renn0xtk9> does not make sense to try if they use same 2018-11-03T00:33:04 < mawk> it's not exactly the same 2018-11-03T00:33:10 < mawk> master is 3 commits ahead of 1.5.1 2018-11-03T00:33:38 < ac_slater> mawk: so hmm. If I'm binding to USART3, and tying to talk to the device via the STLINK connector and it's not working. What should I check? I have the serial port setup ok. It initialized fine. 2018-11-03T00:34:13 < mawk> what to you mean via the stlink connector ac_slater ? you're supposed to do it from your computer with /dev/ttyACM0 2018-11-03T00:34:29 < ac_slater> mawk: yea I know. But I mean, I only have one cable 2018-11-03T00:34:33 < ac_slater> I think I forgot syscalls.c 2018-11-03T00:34:49 < mawk> you only need one cable 2018-11-03T00:35:02 < mawk> it's the same cable for programming and tallking with virtual console port 2018-11-03T00:35:11 < mawk> and that cable goes to the stlink 2018-11-03T00:35:20 < mawk> the stlink programs, provides power and clock, and provides a UART 2018-11-03T00:37:07 < ac_slater> yea I figured it put 2018-11-03T00:37:09 < ac_slater> out * 2018-11-03T00:37:18 < ac_slater> I didnt take the __io_putchar overload from the example 2018-11-03T00:37:22 < ac_slater> but yea, single cable 2018-11-03T00:37:46 < ac_slater> I couldnt figure out how the VCP works, but the fact that it's an ACM device is a hint that it's a bit implicit 2018-11-03T00:37:48 < ac_slater> thanks mawk 2018-11-03T00:37:56 < renn0xtk9> dear my st-link version was actually miles behind 2018-11-03T00:38:03 < renn0xtk9> just tried to compile brand new form git 2018-11-03T00:40:55 < mawk> and it works ? 2018-11-03T00:41:08 < ac_slater> mawk: yea 2018-11-03T00:41:12 < kpap> yes 2018-11-03T00:41:12 < mawk> nice 2018-11-03T00:41:16 < ac_slater> thanks guys 2018-11-03T00:41:18 < ac_slater> mawk: and englishman 2018-11-03T00:41:19 < kpap> np 2018-11-03T00:41:23 < ac_slater> and kpap 2018-11-03T00:41:30 < mawk> who's kpap 2018-11-03T00:41:37 < ac_slater> not sure, he just said np 2018-11-03T00:41:42 < ac_slater> might as well thank him ;) 2018-11-03T00:41:42 < mawk> lol 2018-11-03T00:43:36 < renn0xtk9> well lsusb says Bus 001 Device 011: ID 0483:3748 STMicroelectronics ST-LINK/V2 and 2018-11-02T23:40:52 WARN usb.c: Couldn't find matched ST-Link/V2 devices 2018-11-03T00:44:00 < mawk> uh 2018-11-03T00:44:07 < mawk> you have a stlink v2 ? 2018-11-03T00:44:24 < renn0xtk9> yeah 2018-11-03T00:44:32 < renn0xtk9> I mean in my understanding it is a clone 2018-11-03T00:44:37 < renn0xtk9> but it used to work befofre 2018-11-03T00:44:39 < mawk> yes it's a clone 2018-11-03T00:44:42 < mawk> apparently 2018-11-03T00:44:53 < mawk> but it programs successfuly ? 2018-11-03T00:45:09 < mawk> apart from that warning 2018-11-03T00:45:51 < mawk> I have the same bluepill as you but I use a stlink V2.1 to program it 2018-11-03T00:46:31 < renn0xtk9> It uses to say jolly good when it finishes now i dont see anything 2018-11-03T00:46:56 < karlp> yeah, I think someone finally removed that line ;) 2018-11-03T00:47:06 < renn0xtk9> :S was nice 2018-11-03T00:47:22 < mawk> I still have it with the latest version 2018-11-03T00:47:28 < mawk> so something might be wrong on your side renn0xtk9 2018-11-03T00:47:29 -!- kpap [90792685@gateway/web/freenode/ip.144.121.38.133] has quit [Quit: Page closed] 2018-11-03T00:47:31 < mawk> but you see the blinky led ? 2018-11-03T00:47:50 < renn0xtk9> mawk no blinking led 2018-11-03T00:48:08 < mawk> what's the total output ? put on a pastebin 2018-11-03T00:48:18 < mawk> you use 0x08000000 as the flash address right ? 2018-11-03T00:48:19 < oz4ga> kein blinkenlightz verdamt! 2018-11-03T00:48:24 < mawk> lol 2018-11-03T00:48:26 < karlp> hrm, git log doesn't say jolly good was removed, 2018-11-03T00:48:34 < karlp> so... you still have other problems. 2018-11-03T00:48:44 < mawk> you have other serial devices on the system renn0xtk9 ? maybe try to specify path to /dev/ttyACM0 2018-11-03T00:48:56 < karlp> renn0xtk9 shoujldn't be using a serial device 2018-11-03T00:49:07 < karlp> ac_slater might have, but not renn 2018-11-03T00:49:23 < renn0xtk9> https://pastebin.com/SxfXsx0d all wha tI see 2018-11-03T00:49:37 < karlp> heh, jolly good started back in 2011 2018-11-03T00:50:01 < renn0xtk9> no nothing on ACM0 2018-11-03T00:50:18 < karlp> (try sudo to check whether you have perms issues or not) 2018-11-03T00:50:28 < renn0xtk9> there is nothing I should change in the code right? I mean to taget the "PC13" LED 2018-11-03T00:50:38 < renn0xtk9> code should work as is for the blue pill 2018-11-03T00:51:11 < karlp> yes. 2018-11-03T00:51:13 < karlp> it's not flashing 2018-11-03T00:51:17 < karlp> you didnt' get jolly good 2018-11-03T00:51:26 < mawk> use sudo 2018-11-03T00:52:04 < renn0xtk9> Oh shit ! that did and it blink ! ;) 2018-11-03T00:52:55 < karlp> yeah, you have a perms issue still. 2018-11-03T00:53:04 < karlp> hrm, does lcsc sell cards? 2018-11-03T00:53:07 < karlp> sell sd cards? 2018-11-03T00:53:39 < karlp> hrm, what else shoudl I buy from them... 2018-11-03T00:53:44 < oz4ga> could it be missing group membership? 2018-11-03T00:55:36 < renn0xtk9> thanks karlp and mawk 2018-11-03T00:55:48 < oz4ga> sudo and chmod 777 is like an president with a gatling 2018-11-03T00:57:08 < mawk> for some devices yes group membership is an issue, but not here oz4ga 2018-11-03T00:57:11 < renn0xtk9> oz4ga I thing tha tmust be but is is not clear to me which group I have to belong 2018-11-03T00:57:32 < mawk> here you need to issue raw usb commands, you need root 2018-11-03T00:57:32 < renn0xtk9> maybre something wrong with the udev rules I had to set for that st-link v2 2018-11-03T00:58:49 < renn0xtk9> that opencm3 seem pretty good though 2018-11-03T00:59:01 < mawk> I never tried, but it's on my list 2018-11-03T00:59:11 < mawk> I've only did baremetal with just the ST docs, and cubemx 2018-11-03T00:59:28 < mawk> you can try cubemx for comparison, you just choose Makefile as the toolchain 2018-11-03T00:59:32 < mawk> and you can choose between HAL and LL 2018-11-03T01:00:01 < mawk> it generates the initialization code for the PLL, clock, interrupt vector, GPIO banks, etc, so it's nice in that regard 2018-11-03T01:00:08 < mawk> but you may like or not like the HAL/LL interface 2018-11-03T01:00:18 < mawk> also until recently the generated makefile was pretty shitty 2018-11-03T01:00:22 < mawk> you had to rework it 2018-11-03T01:00:23 < oz4ga> LL !!! since they won't give us STL back :c 2018-11-03T01:01:00 < renn0xtk9> still not clear to me why my code that use to work does not anymore. Some folks have told me that I am not resetting the watchdog (IWDG) but I don t find where it is done in that example 2018-11-03T01:02:38 < mawk> you can use st-util to gdb your code 2018-11-03T01:02:40 < mawk> it's very easy 2018-11-03T01:02:49 < mawk> and you'll see where the processor is looping 2018-11-03T01:02:55 < mawk> if it's the IWDG interrupt handler, etc 2018-11-03T01:03:06 < mawk> at least if opencm provides a default interrupt handler for the IWDG interrupt, that is 2018-11-03T01:03:32 < karlp> oz4ga: groups are "legacy" modern distros are using tag+=uaccess normally now 2018-11-03T01:04:06 < karlp> renn0xtk9: if you have udev rules that added you to a group, but your distro doesn't use groups, they won't have done anything. 2018-11-03T01:04:44 < karlp> ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374b", MODE="660", GROUP="plugdev", TAG+="uaccess" will do both... 2018-11-03T01:04:56 < karlp> (that's the PID for stlink v2.1...) 2018-11-03T01:05:23 < karlp> hrm, lcsc wants to charge $3 for oorders less than $15 2018-11-03T01:05:31 < mawk> that's pretty cheap 2018-11-03T01:05:46 < mawk> it's more like $20 for US/EU sites 2018-11-03T01:06:15 < renn0xtk9> yeah I don't have uacess in my rule 2018-11-03T01:07:43 < renn0xtk9> this being said, 2018-11-03T01:07:48 < renn0xtk9> thanks a lot for your help 2018-11-03T01:07:54 < renn0xtk9> but it is midnight here 2018-11-03T01:07:58 < renn0xtk9> so have good night all 2018-11-03T01:08:23 < mawk> good night 2018-11-03T01:08:32 -!- SolderBlob1 [~SolderBlo@167.88.108.154] has joined ##stm32 2018-11-03T01:08:48 < oz4ga> karlp: I'm in the BSD galaxy Been there since .. god knows .. The Tahoe release. Just old school. 2018-11-03T01:10:08 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:70b9:2760:f4e4:762a] has quit [Quit: Konversation terminated!] 2018-11-03T01:10:45 -!- SolderBlob [~SolderBlo@167.88.108.154] has quit [Ping timeout: 252 seconds] 2018-11-03T01:10:48 < karlp> well, fuck. what to buy 2018-11-03T01:11:05 < Steffanx> Stm8 2018-11-03T01:11:25 < oz4ga> yeah stm8 is the ne3w black 2018-11-03T01:11:36 < karlp> fuck that :) 2018-11-03T01:11:48 < karlp> tempted to get a esp32 board or something, but not sure it will get me over $15 2018-11-03T01:11:53 < karlp> just wantd to buy some so8 nor flash 2018-11-03T01:12:22 < Steffanx> Just pay the 3 dollar.. 2018-11-03T01:13:28 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Read error: Connection reset by peer] 2018-11-03T01:13:42 < karlp> then plus $5 2018-11-03T01:13:49 * karlp decides to just look on ali instead :) 2018-11-03T01:15:31 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2018-11-03T01:19:16 < oz4ga> cqarefull! 2018-11-03T01:20:08 < oz4ga> month turned over. paycheck. crave for toys ;) 2018-11-03T01:21:21 < karlp> heh, toys ar enothing 2018-11-03T01:21:31 < karlp> just bought plane tickets for the family around the globe. 2018-11-03T01:21:41 < karlp> might even get this reimbursed from work. 2018-11-03T01:22:43 < fenugrec> so what's this lcsc like ? ali focused on electronics ? lots of clones etc ? 2018-11-03T01:22:57 < karlp> more like digikey/mouser with more asian manufacturers 2018-11-03T01:23:19 < karlp> so things that used to be unobtainium without your own chinagirl are now purchaseable 2018-11-03T01:23:20 < fenugrec> the prices certainly seem asian 2018-11-03T01:23:57 < oz4ga> geography: dump the kids, the wife and you 10.000 from each other 2018-11-03T01:25:17 < oz4ga> karlp: are tou wolfing in on my unobtanium scam? 2018-11-03T01:27:23 < karlp> heh, cheaper to use paypal in usd than let them handle the currency 2018-11-03T01:27:31 < karlp> ok, ~45$ for it all shipped. 2018-11-03T01:29:37 < oz4ga> for wife shipped to the falklands and kids to guantanamo? sign me up !!! 2018-11-03T01:37:13 < oz4ga> The gp between trading om ali in DKK, USD or EUR is most often insignigficant. surcharges for currencu exchance makes it like bla bla 2018-11-03T01:43:03 -!- boB_K7IQ [~boBK7IQ@73.109.62.247] has joined ##stm32 2018-11-03T01:43:23 < karlp> oh, ali doesnt have any choice, but this was buying from friendlyelec and having to use paypal 2018-11-03T01:46:33 < zyp> fuck, I forgot I was out of books to read, anybody got any quick recommandations? 2018-11-03T01:47:43 < zyp> finished Blindsight yesterday, could read Echopraxia now, but I'm in the mood for something different 2018-11-03T01:48:01 < dongs> NYPD confirms that Alec Baldwin has been arrested for punching someone in New York City today. 2018-11-03T01:48:32 -!- SolderBlob [~SolderBlo@167.88.108.154] has joined ##stm32 2018-11-03T01:51:18 -!- SolderBlob1 [~SolderBlo@167.88.108.154] has quit [Ping timeout: 245 seconds] 2018-11-03T01:51:52 < BrainDamage> zyp: chthon from piers antony 2018-11-03T01:54:14 < zyp> looks heavy, I think I'm in the mood for something lighter 2018-11-03T01:55:15 < aandrew> zyp: if you grew up in the 80s ready player one is an excellent (short) book 2018-11-03T01:56:40 < zyp> good suggestion, but I already read it 2018-11-03T01:57:20 < zyp> seen the movie? 2018-11-03T01:57:27 < aandrew> the movie was fucking awful 2018-11-03T01:57:42 < aandrew> like not even worth a download awful 2018-11-03T01:57:52 < zyp> haha 2018-11-03T01:58:45 < zyp> I found it amusing enough, although they threw out the entire story and wrote a new and shittier one based on the same concept 2018-11-03T01:59:26 < dongs> you can try reading "all you need is kill" for fun 2018-11-03T02:01:21 -!- SolderBlob1 [~SolderBlo@095-097-091-123.static.chello.nl] has joined ##stm32 2018-11-03T02:01:36 < zyp> I could, is it worth reading? 2018-11-03T02:02:06 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-03T02:03:00 -!- boB_K7IQ [~boBK7IQ@73.109.62.247] has quit [Ping timeout: 252 seconds] 2018-11-03T02:04:39 -!- SolderBlob [~SolderBlo@167.88.108.154] has quit [Ping timeout: 252 seconds] 2018-11-03T02:06:58 < zyp> eh, why not 2018-11-03T02:08:27 < dongs> its not bad 2018-11-03T02:08:27 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Quit: Leaving] 2018-11-03T02:08:29 < dongs> i enjoyed it 2018-11-03T02:08:54 < zyp> ok, bought, gonna give it a try 2018-11-03T02:09:01 < veverak> ah 2018-11-03T02:09:03 < veverak> sounds, funny 2018-11-03T02:15:00 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Ping timeout: 252 seconds] 2018-11-03T02:15:46 -!- ac_slater [~weechat@144.121.38.133] has quit [Ping timeout: 244 seconds] 2018-11-03T02:25:04 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has joined ##stm32 2018-11-03T02:42:54 -!- CygniX [~CygniX@opensuse/member/CygniX] has quit [Quit: connection terminated!] 2018-11-03T02:44:48 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2018-11-03T02:45:23 < dongs> https://store.snapmaker.com/product/3-in-1-3d-printer how garbage is this dickstarter shit 2018-11-03T02:45:38 -!- CygniX [~CygniX@opensuse/member/CygniX] has joined ##stm32 2018-11-03T02:47:34 < aandrew> looks like it'll be great at doing carving, 3d printing and lasering poorly 2018-11-03T02:47:44 < dongs> thats what I thought as well 2018-11-03T02:48:52 < jadew> aren't there already some successful printers on that type of frames? 2018-11-03T02:49:42 < jadew> could work 2018-11-03T02:50:06 < jadew> should cost a lot less 2018-11-03T02:50:06 < aandrew> well if it can actually do something with the spindle then those axes must be really fucking rigid 2018-11-03T02:50:08 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 272 seconds] 2018-11-03T02:50:22 < aandrew> and that's unnecessary for the extruder and laser heads 2018-11-03T02:50:24 < jadew> I think the spindle is only for scratching stuff 2018-11-03T02:50:27 < jadew> so that's doable too 2018-11-03T02:50:37 < aandrew> seems a waste then 2018-11-03T02:51:18 < jadew> can you engrave shiny aluminium with laser? 2018-11-03T02:51:23 < jadew> (without coating it) 2018-11-03T02:58:48 -!- CygniX [~CygniX@opensuse/member/CygniX] has left ##stm32 ["Konversation terminated!"] 2018-11-03T03:01:25 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-03T03:34:34 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2018-11-03T03:34:44 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-03T04:00:55 < jadew> do any of the recent scopes do triggering after processing the waveform? 2018-11-03T04:01:29 < jadew> for example I'd like to be able to set a BW of 1 MHz on a channel and trigger after the LPF 2018-11-03T04:01:39 < jadew> *recent and cheap 2018-11-03T04:02:09 < jadew> that could help with triggering on very noisy lines 2018-11-03T04:11:01 -!- CygniX [~CygniX@opensuse/member/CygniX] has joined ##stm32 2018-11-03T04:40:07 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-03T04:55:28 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has quit [Ping timeout: 245 seconds] 2018-11-03T05:05:54 -!- khazi [~khazi@157.49.238.10] has joined ##stm32 2018-11-03T05:12:14 -!- emeb [~ericb@ip68-3-245-224.ph.ph.cox.net] has left ##stm32 [] 2018-11-03T05:21:47 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-03T05:37:16 < dongs> FUCKING ALTUM 2018-11-03T05:37:19 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-03T05:37:22 < dongs> WHY TEH FUCK IS IT FUCKING ASSOCIATED WIHT .C FILES 2018-11-03T05:37:25 < dongs> what fucking nigger shit is this 2018-11-03T06:10:30 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-03T06:11:06 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-03T06:30:19 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-03T06:30:33 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-03T06:57:00 -!- fc5dc9d4_ [~quassel@p5B3A845F.dip0.t-ipconnect.de] has joined ##stm32 2018-11-03T07:01:06 -!- fc5dc9d4 [~quassel@p5B3A81E0.dip0.t-ipconnect.de] has quit [Ping timeout: 252 seconds] 2018-11-03T07:03:18 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 252 seconds] 2018-11-03T07:19:25 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-03T07:28:59 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-03T07:33:14 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 272 seconds] 2018-11-03T07:49:01 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-03T07:52:52 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 272 seconds] 2018-11-03T07:52:55 -!- day__ is now known as day 2018-11-03T07:58:10 -!- benishor_ [~benny@5.2.137.216] has quit [Ping timeout: 246 seconds] 2018-11-03T08:01:23 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2018-11-03T08:01:30 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-03T08:45:06 < dongs> is crt pumping 2018-11-03T08:52:10 -!- benishor [~benny@86.121.41.118] has joined ##stm32 2018-11-03T08:57:47 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-03T09:02:39 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has quit [Ping timeout: 252 seconds] 2018-11-03T09:19:51 < Steffanx> Do you know? 2018-11-03T09:21:10 < dongs> im just guessing 2018-11-03T09:28:29 -!- cjbaird [~cjb@ppp121-44-237-230.bras2.syd2.internode.on.net] has joined ##stm32 2018-11-03T09:51:53 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-03T10:02:54 < dongs> ya 2018-11-03T10:05:40 < dongs> i got that shitty KRK on my desk i mentioned few days ago 2018-11-03T10:05:46 < dongs> if i take it apart would i see right away whats wrong with it? 2018-11-03T10:08:23 < dongs> wow 2018-11-03T10:08:25 < dongs> its all DIP 2018-11-03T10:08:26 < dongs> lol 2018-11-03T10:11:32 < dongs> https://imgur.com/a/elV7Wf3 that R under DL100/jumper looks suspicious 2018-11-03T10:16:23 < dongs> paste? like flux? 2018-11-03T10:19:20 < dongs> fuck 2018-11-03T10:19:23 < dongs> that part just fell out 2018-11-03T10:19:23 < dongs> wtf 2018-11-03T10:20:56 < dongs> anywayt thats def the problem 2018-11-03T10:21:00 < dongs> the resistor is busted in half 2018-11-03T10:23:23 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 245 seconds] 2018-11-03T10:25:32 < zyp> what's a KRK? 2018-11-03T10:26:52 < dongs> any diea waht value is that R 2018-11-03T10:26:57 < dongs> looks like brown red gold strip 2018-11-03T10:30:00 < dongs> no its yellow purple red gold 2018-11-03T10:30:01 < dongs> 4.7K 2018-11-03T10:30:07 < dongs> i might even have a replavemetn in that value 2018-11-03T10:30:16 < dongs> in dip even 2018-11-03T10:33:26 < dongs> sadly not 2018-11-03T10:38:04 < Steffanx> Time to trash it dongs. I heard krk is crap 2018-11-03T10:40:11 < Steffanx> Is that crap the kind of crap that gets conductive over time mr crt? Do you know? 2018-11-03T10:41:44 < Steffanx> Ty 2018-11-03T10:44:38 < Steffanx> Welcome superb ai 2018-11-03T10:50:18 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-03T11:05:18 -!- ski4x7 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has quit [Ping timeout: 252 seconds] 2018-11-03T11:08:27 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has joined ##stm32 2018-11-03T11:12:47 -!- DisruptiveNL [~Disruptiv@5ED42E60.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2018-11-03T11:23:40 < Steffanx> This is not the chat with your bf crt. please dont share selfies. 2018-11-03T11:23:44 < Steffanx> Here 2018-11-03T11:25:07 < dongs> https://i.imgur.com/wkPKZKV.jpg r8 my repair 2018-11-03T11:25:59 < Steffanx> Lol 2018-11-03T11:26:57 < Steffanx> I should give OP to the blaxter to have you banned crt 2018-11-03T11:43:29 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Read error: Connection reset by peer] 2018-11-03T11:43:37 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-03T11:43:47 < dongs> success 2018-11-03T11:43:54 < dongs> shittyspeaker is back on 2018-11-03T11:44:10 < dongs> i can now join crt's pro DJ shop 2018-11-03T11:48:03 < dongs> heh 2018-11-03T11:49:18 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 252 seconds] 2018-11-03T11:55:10 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:844f:53f4:da49:d348] has joined ##stm32 2018-11-03T11:59:07 < antto> i have superlux hd668b .. cable goes into the left side, then there's no cable to the right one 2018-11-03T11:59:31 < antto> so i guess the two metal frames also carry the signal for the right one 2018-11-03T12:02:42 < antto> *shrug* 2018-11-03T12:05:45 < dongs> I'm OK with QC35s 2018-11-03T12:05:52 < Steffanx> Heh, didnt expect it to be THAT cheap antto :) 2018-11-03T12:06:33 < antto> i was recommended to get these by a friend.. he said they're surprisingly good for the price 2018-11-03T12:08:09 < Steffanx> But those costs like 10 times more dongs. Bose tax included 2018-11-03T12:08:22 < antto> the two things that come out which should sit on your head are nasty.. they're not soft and after like 20 minutes - it hurts.. but i removed them (elegantly) and now it's fine 2018-11-03T12:08:36 < antto> very nice that the cable can be unplugged 2018-11-03T12:18:20 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Quit: No Ping reply in 180 seconds.] 2018-11-03T12:19:36 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-03T12:20:08 < Steffanx> Idk. They seem to ve very positive about it 2018-11-03T12:21:49 < Steffanx> Id buy crt. 2018-11-03T12:22:32 < Steffanx> Or maybe the sony WH1000XM2 2018-11-03T12:23:00 < Steffanx> Perhaps. 2018-11-03T12:25:36 < antto> noise canceling? 2018-11-03T12:25:56 < Steffanx> Ya 2018-11-03T12:26:25 < antto> well, i needed headphones for "making music" so that has different goals 2018-11-03T12:27:01 < antto> the superlux are gud and cheap 2018-11-03T12:30:34 < Steffanx> Only conrad seems to sell them here. Heh 2018-11-03T12:32:09 < antto> similar to monitor speakers 2018-11-03T12:32:19 < Steffanx> Lolwut? 2018-11-03T12:33:04 < Steffanx> Dont tell crt 2018-11-03T12:36:34 < antto> Cracki flat frequency response (as much as possible) no "coloration" and fancy sh*t 2018-11-03T12:37:23 < antto> and potentially you wear them the whole day 2018-11-03T12:37:31 < antto> (or night) 2018-11-03T12:37:36 < PeterM> just get some sony mdr1000s 2018-11-03T12:38:07 < cjbaird> I've got a pair of MDR-180P that must be about 15 years old.. 2018-11-03T12:38:35 < PeterM> yeah andd they're still probably good 2018-11-03T12:38:46 < antto> for my mp3 player i use in-ear AKGs 2018-11-03T12:38:54 < antto> they're great 2018-11-03T12:39:02 < PeterM> i use etymotic research er-4s 2018-11-03T12:39:07 < PeterM> they are also great 2018-11-03T12:39:10 < cjbaird> I'm always surprised the wholly-plastic things haven't bust yet.. 2018-11-03T12:40:00 < antto> note: i'm not picky as most "audio engineers" about sound 2018-11-03T12:40:19 < antto> i'm in a noisy room, with a HIFI (not even monitors) 2018-11-03T12:40:43 < antto> so maybe check reviews if you want studio headphones 2018-11-03T12:41:02 < PeterM> the sony mrd line is pretty standard 2018-11-03T12:41:05 < antto> but the superlux were recommended to me by a collegue 2018-11-03T12:41:50 < antto> neither do i 2018-11-03T12:42:26 < antto> it's just a hobby, and i don't work with accoustic instruments, so "meh" 2018-11-03T12:43:15 < antto> bought them for 30 euros, so i say they're okay.. had to remove those "cushions" cuz they hurt 2018-11-03T12:57:57 < malinus> I never really used one pulse mode before. Looking at the HAL HAL_TIM_OnePulse_ConfigChannel(), it seems that OPM is mostly thought to be used as a pulse in response to external interrupt. I can't really figure out how to trigger it with software. 2018-11-03T12:59:32 < malinus> Or to rephrase: I want to use the mode to generate a pulse based on a state change in software, instead of external trigger. But I can't really figure out how to trigger it without setting it up with an external trigger. 2018-11-03T13:02:33 < malinus> I guess it's a bit of a niche need, but it seems neat if I could just generate a x lenght pulse, without using interrupts+flags. 2018-11-03T13:03:13 < zyp> I tried on a pair of QC35 or something this summer, seemed pretty nice 2018-11-03T13:03:28 < zyp> almost bought it, but I couldn't justify the cost 2018-11-03T13:03:50 < Steffanx> hehe 2018-11-03T13:04:23 < jpa-> same experience 2018-11-03T13:04:38 < Steffanx> Better get it now. Then go for kids and you'll already have the head phones with noise cancelling. once you have kids you can no longer justify it :P 2018-11-03T13:04:51 < Steffanx> (or wont be allowed to) 2018-11-03T13:04:52 < zyp> I already have headphones with noise cancelling 2018-11-03T13:04:56 < Steffanx> ah ok 2018-11-03T13:05:00 < jpa-> though i tried QC35 in two stores, one of them had background noise that worked much better vs. the other 2018-11-03T13:05:10 < zyp> I bought sennheiser mm550 seven years ago or so 2018-11-03T13:05:20 < zyp> they're still going strong although the pads are falling apart 2018-11-03T13:05:24 < jpa-> protip: noise cancelling doesn't work particularly well with kids noises; earplugs + loud music does 2018-11-03T13:05:31 < PeterM> the MDR750s are a lot mroe affordable than the 100s, they are very good for the money 2018-11-03T13:05:34 < zyp> the bose got better noise cancelling though 2018-11-03T13:05:37 < PeterM> *1000s 2018-11-03T13:05:43 < BrainDamage> I have noise cancelling, it mostly works with stationary noise 2018-11-03T13:05:56 < BrainDamage> anything impulsive gets straight through 2018-11-03T13:05:57 < malinus> zyp: I never got the point of noise cancelling headphones. They are way to slow to addapt to noises that are annoying. The noise that they can cancel is cancelsed by my brain in 1min anyway 2018-11-03T13:06:02 < zyp> IMO noise cancelling is mostly a point when you're flying 2018-11-03T13:06:17 < BrainDamage> it's good inside vehicles 2018-11-03T13:06:20 < Steffanx> but isnt MDR1000 dead? And replaced by the MH-1000XM[something]? 2018-11-03T13:06:28 < malinus> yeah, so useless, because your brain calces out those kind of noises in a few minutes anyway 2018-11-03T13:06:28 < zyp> when you're on a ten hour flight it's nice to not have that constant background hum 2018-11-03T13:06:42 < PeterM> yeah but NOS is cheap and readioly available compared 2018-11-03T13:07:03 < malinus> Cracki: yeah ref manual doesn't even imply the possibility of triggering it manually 2018-11-03T13:08:18 < antto> 350 bucks for "noise canceling" sh*t? no, thankz 2018-11-03T13:08:32 < PeterM> check the mdr750s 2018-11-03T13:08:42 < malinus> Cracki: trasnfer of knowledge? 2018-11-03T13:08:50 < BrainDamage> I can't stand anything that's not in-ear 2018-11-03T13:09:05 < PeterM> i use over the ear at home and iems when out and about 2018-11-03T13:09:06 < BrainDamage> my ears feel like they have been steamed after a couple of hours 2018-11-03T13:09:23 < antto> BrainDamage take a 10 minute break then 2018-11-03T13:09:29 < zyp> I hate stuff that's on-ear, I prefer stuff that goes around the ears 2018-11-03T13:09:55 < zyp> got some headset for skype at work that's on-ear, it gets pretty uncomfortable 2018-11-03T13:10:37 < BrainDamage> antto: unfortunately, the sensation remains for a long time 2018-11-03T13:10:42 < antto> but good sound characteristics i guess are much harder on in-ear phones 2018-11-03T13:10:47 < PeterM> yeah anything that squeezxes your ears to any degree gets uncomfortable pretty quickly 2018-11-03T13:11:02 < PeterM> chopper? 2018-11-03T13:11:25 < malinus> Cracki: https://www.st.com/content/ccc/resource/technical/document/reference_manual/3d/6d/5a/66/b4/99/40/d4/DM00031020.pdf/files/DM00031020.pdf/jcr:content/translations/en.DM00031020.pdf page 551+ 2018-11-03T13:11:59 < PeterM> i thought over the ears are meant to rest onyour head and cup your ears like your missus cups your balls 2018-11-03T13:23:25 < malinus> Cracki: huh, it seems that if I just enable the OPM bit, the pwm output just keeps being high. 2018-11-03T13:25:31 < malinus> yeah I have the pwm running with the duty cycle I want. I figured I could just set the OPM bit, and start it, for a "one pulse"? 2018-11-03T13:30:17 < malinus> Cracki: setting the OPM, just results in the output being stuck high 2018-11-03T13:30:25 < malinus> Cracki: at least wile running PWM mode 2018-11-03T13:33:41 -!- ekaOlogik [~quassel@p549457C7.dip0.t-ipconnect.de] has joined ##stm32 2018-11-03T13:52:12 < Thorn> https://youtu.be/18d7S4EEkZ8?t=514 2018-11-03T14:11:52 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Quit: Leaving] 2018-11-03T14:15:03 -!- tonyarkles [~tonyarkle@static24-72-40-127.r.rev.accesscomm.ca] has quit [Ping timeout: 245 seconds] 2018-11-03T14:30:00 -!- cjbaird [~cjb@ppp121-44-237-230.bras2.syd2.internode.on.net] has quit [Quit: Konversation terminated!] 2018-11-03T14:43:48 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] 2018-11-03T14:47:03 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-03T14:49:36 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-03T14:51:21 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 268 seconds] 2018-11-03T14:51:30 -!- BrainDamage_ is now known as BrainDamage 2018-11-03T14:55:27 < catphish> pnp can now find placements :) https://www.youtube.com/watch?v=LRLgnDgnx4Y 2018-11-03T14:57:09 < BrainDamage> is the shiny reflection from some light mounted on the pnp machine itself or ambient illumination? 2018-11-03T14:57:36 < con3> fuck atollic 2018-11-03T14:57:41 < jpa-> catphish: cool 2018-11-03T14:57:54 < Steffanx> pebkac, con3 2018-11-03T14:58:19 < jpa-> people exist between keyboard and chair? sure, but how is that relevant 2018-11-03T14:58:26 < con3> :D 2018-11-03T14:59:16 < Steffanx> Hi jpa-, how is the day 2018-11-03T14:59:24 < jpa-> rainy 2018-11-03T14:59:37 < jpa-> i'm finally upgrading to ubuntu 18.04 2018-11-03T14:59:55 < jpa-> it's removing all the stuff i use and installing some weird stuff instead 2018-11-03T15:00:18 < con3> eh startup script is broken but I didn't touch it 2018-11-03T15:02:12 < catphish> BrainDamage: the ring of reflected lights are from LEDs mounted on the camera 2018-11-03T15:02:29 < BrainDamage> maybe add a diffuser? 2018-11-03T15:02:58 < jpa-> building a good ring light is surprisingly difficult 2018-11-03T15:03:24 < jpa-> mine looks like a bunch of dots also, though it is 30 leds or something and a crappy diffuser 2018-11-03T15:03:32 < catphish> yeah someoene recommended making a simple diffuser with with about any translucent material 2018-11-03T15:03:49 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-03T15:03:59 < catphish> there's way more light than i need, so might get away with using paper or similar 2018-11-03T15:04:15 < jpa-> you could also use a polarizer to block out the reflections 2018-11-03T15:15:22 < bitmask> well some of these batteries must be fakes, that sucks 2018-11-03T15:15:51 < bitmask> these "LG" "3000 mAh" are getting like 1800 2018-11-03T15:17:57 < PeterM> whered you get em? im guessing not lg? 2018-11-03T15:18:11 < bitmask> dont remember, had them for a few years 2018-11-03T15:18:38 < bitmask> I have 7 others that are supposed to be sony brand, not sure if those are legit either 2018-11-03T15:19:03 < bitmask> they all get between 75 and 85 mohm IR though so they should at least work fine 2018-11-03T15:23:07 < bitmask> I might have to buy 3 more batteries to make a 4th pack, gonna need another 3S battery holder and protection board too though. I guess I'll see how long these 3 packs actually last 2018-11-03T15:23:14 < catphish> i'm having a bit of a fight with my motion controller right now 2018-11-03T15:23:37 < catphish> specifically that it doesn't seem to always move at all when jogged by 0.1mm which makes me think there's some serious accuracy problems :( 2018-11-03T15:24:09 < bitmask> thats weird, I hate problems that 'sometimes' occur 2018-11-03T15:24:27 < bitmask> either fuck up or dont, so much easier to fix :P 2018-11-03T15:25:06 < catphish> it's like somtimes it decides 0.1mm isn't enough to justify moving the motor at all 2018-11-03T15:25:18 < catphish> but my resolution is 64 steps per mm 2018-11-03T15:25:50 < bitmask> what about rounding errors in the software? 2018-11-03T15:26:09 < catphish> so each 0.1mm should always be either 6 or 7 steps 2018-11-03T15:26:15 < jpa-> catphish: is it 64 real steps or 64 microsteps per mm? 2018-11-03T15:26:21 < catphish> jpa-: microsteps 2018-11-03T15:26:27 < jpa-> how much x microstepping? 2018-11-03T15:26:33 < bitmask> 16? 2018-11-03T15:26:56 < catphish> either 32 or 16 2018-11-03T15:27:18 < catphish> (with 64 or 32 steps per mm respectively) both exhibit the same behavious 2018-11-03T15:27:20 < jpa-> it could be that the motor is a bit sticky and 1/5th of a one full step isn't enough torque to start it moving 2018-11-03T15:27:21 < catphish> *behaviour 2018-11-03T15:27:52 < catphish> hmm 2018-11-03T15:28:33 < catphish> i don't think it's that, same thing happens if i apply constant torque myself at the same time 2018-11-03T15:28:54 < jpa-> you could put a scope on the pulse input to the stepper driver chip to see if the controller commands movement or not 2018-11-03T15:29:10 < catphish> that's a good idea 2018-11-03T15:29:27 < catphish> i know very very little about stepper controllers 2018-11-03T15:29:43 < catphish> but i am in posession of a very nice scope :) 2018-11-03T15:30:49 < catphish> not totally sure what i;m looking for 2018-11-03T15:31:00 < bitmask> stepper drivers are very simple 2018-11-03T15:31:21 < bitmask> find the step pin and to make it move you just raise and then lower it 2018-11-03T15:31:31 < bitmask> so make sure its getting the pulses 2018-11-03T15:33:25 < bitmask> is your acceleration or jerk value too high? if you start at too fast a rate it wont work, but you can start slower and accelerate to faster rates 2018-11-03T15:33:44 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-03T15:33:49 < bitmask> I'm doubting thats the problem though 2018-11-03T15:34:00 < jpa-> yeah, you should see a square wave on the step pin, you can even count how many steps your motion controller is commanding to the stepper chip 2018-11-03T15:34:36 < catphish> this is where i regret using a poorly documented chinese board 2018-11-03T15:34:47 < bitmask> what driver is it? 2018-11-03T15:35:05 < BrainDamage_> if your microsteps are too small compared to the electrical constants, you might not be integrating sufficient current to get enough torque to win the static friction 2018-11-03T15:35:13 < catphish> got it 2018-11-03T15:35:33 < bitmask> still curious though, what drivers are you using? 2018-11-03T15:35:55 < bitmask> must not be a4988 if you can use 1/32 2018-11-03T15:36:18 < bitmask> you probably use higher current anyway, are they 8825? 2018-11-03T15:37:03 < catphish> DRV8825 2018-11-03T15:37:08 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 245 seconds] 2018-11-03T15:37:08 -!- BrainDamage_ is now known as BrainDamage 2018-11-03T15:37:37 < bitmask> you using tl smoothers? for pnp you probably don't need it but it could help with noise 2018-11-03T15:38:15 < catphish> i don't know what those are :) 2018-11-03T15:39:34 < bitmask> https://www.aliexpress.com/store/product/Trianglelab-4-pieces-pack-TL-smoother-PLUS-addon-module-for-3D-pinter-motor-drivers-motor-Driver/1654223_32841473812.html?spm=2114.12010615.8148356.23.3e1d3555dR5ciN 2018-11-03T15:39:52 < bitmask> they only help drv8825, just a bunch of diodes that help create a better square wave 2018-11-03T15:40:29 < bitmask> or sine wave, I forget what :P 2018-11-03T15:41:24 < bitmask> I think drv8825 are just noisey (signal) and therefore create noise (acoustic) and some jitter 2018-11-03T15:41:48 < catphish> these pulses are insanely short, hard to see several on a scope 2018-11-03T15:43:01 < jpa-> fancy scope should help ;) 2018-11-03T15:43:02 < catphish> they're just under 4uS 2018-11-03T15:43:50 < catphish> gt2 50T 2018-11-03T15:44:14 < bitmask> 50T is the number of teeth 2018-11-03T15:44:23 < catphish> i didn't know that, but yes 2mm 2018-11-03T15:44:35 < catphish> and yes, 50 teeth on the steppers 2018-11-03T15:44:38 < bitmask> curious, why did you go with 50t? 2018-11-03T15:45:01 < catphish> recommendation, i suspect it's a mistake 2018-11-03T15:45:31 < bitmask> well the accuracy is probably fine for a pnp 2018-11-03T15:45:34 < catphish> and yes at 1/32 microstepping, 64 steps per mm 2018-11-03T15:45:51 < jpa-> steppers always have a tradeoff between accuracy and maximum speed 2018-11-03T15:46:15 < catphish> i'd say there wasn't any slack 2018-11-03T15:46:16 < bitmask> you using fiberglass belts or steel core? 2018-11-03T15:46:44 < bitmask> with 50T you can probably use steel 2018-11-03T15:47:01 < catphish> when i'm accusing it of not moving, it actually is, just by a much much smaller amount 2018-11-03T15:47:15 < bitmask> oh, thats very different 2018-11-03T15:47:15 < catphish> i'm gonna count the pulses now, but i'm struggling to work out how to do so with this scope 2018-11-03T15:47:16 < bitmask> hah 2018-11-03T15:47:26 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-03T15:48:00 < catphish> that is to say i feel the motor vibrate a tiny bit, but nothing seems to move 2018-11-03T15:48:27 < catphish> Cracki: the problem is these pulses are 4uS long at 4ms increments :( 2018-11-03T15:48:37 < jpa-> which scope? 2018-11-03T15:48:44 < catphish> its a HMO1024 2018-11-03T15:48:48 < bitmask> or the pulses are too quick 2018-11-03T15:49:25 < bitmask> what happens if you set the acceleration and stuff real low 2018-11-03T15:51:32 < catphish> nope, the movements of the motor shaft are irregular too, not just the had it's driving 2018-11-03T15:51:51 < catphish> brb and i'll have more solid information 2018-11-03T15:52:48 < jpa-> catphish: it has a count function in measurement menu 2018-11-03T16:04:32 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:844f:53f4:da49:d348] has quit [Quit: Konversation terminated!] 2018-11-03T16:08:33 < catphish> jpa-: so it does <3 2018-11-03T16:18:23 < catphish> i can't seem to get the combination of resolution and time needed to count the pulses 2018-11-03T16:21:06 < catphish> ah no, it's working now 2018-11-03T16:22:33 < catphish> actually no, still not remotely accurate :( 2018-11-03T16:27:03 < catphish> right, adjusted some things, the scope is now producing some sensible data 2018-11-03T16:27:23 < catphish> much to my annoyance, the output from the MCU to the deiver is precisely what it should be 2018-11-03T16:27:29 < catphish> 3 pulses per 0.1mm, sometimes 4 2018-11-03T16:28:04 -!- DisruptiveNL [~Disruptiv@5ED42E60.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2018-11-03T16:29:38 < catphish> so it's either a problem with the high power system, or mechanical 2018-11-03T16:30:37 < jpa-> i'd say that is what i'd expect of a stepper 2018-11-03T16:31:13 < catphish> to move on some microsteps and not on others? 2018-11-03T16:32:32 < jpa-> to have an inaccuracy on the order of about 1/2 of a full step 2018-11-03T16:34:17 < jpa-> https://www.geckodrive.com/support/step-motor-basics.html though it depends on how much torque you demand of it 2018-11-03T16:35:36 < jpa-> (section 8) 2018-11-03T16:36:09 < catphish> i'm starting to think i just have one bad motor here 2018-11-03T16:41:18 < bitmask> cant you swap it out for another? 2018-11-03T16:44:34 < bitmask> oh, I forgot to ask, how much current are you driving them with? 2018-11-03T16:45:31 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-03T16:49:59 < catphish> here's the output with a motor with zero resistance https://www.youtube.com/watch?v=yg5Hfiv6-DE 2018-11-03T16:49:59 < Steffanx> too bad jpa- will never read. 2018-11-03T16:50:29 < catphish> that video shows the motor moving in increments of 3.2 x 1/26th microsteps 2018-11-03T16:50:35 < catphish> *1/16th 2018-11-03T16:51:03 < catphish> correct, and some are clearly larger than nothers 2018-11-03T16:52:41 < catphish> well if it was working properly it would be either 3.0 or 4.0 2018-11-03T16:53:23 < aandrew> wow 2018-11-03T16:53:24 < aandrew> https://www.rf-microwave.com/en/nbp/nmp/noise-generator-diode-10-hz-10/ns303/ 2018-11-03T16:53:27 < aandrew> that's an expensive diode! 2018-11-03T16:54:48 < catphish> i'll try more current 2018-11-03T16:55:03 < catphish> 1A 2018-11-03T16:55:24 < catphish> absolutely none yet 2018-11-03T16:56:24 < catphish> weirdly my config file says to drive the motors with 1uS pulses 2018-11-03T16:56:38 < catphish> microseconds_per_step_pulse 1 # Duration of step pulses to stepper drivers, in microseconds 2018-11-03T16:56:38 < catphish> base_stepping_frequency 100000 # Base frequency for stepping, higher gives smoother movement 2018-11-03T16:57:33 < catphish> most likely the former 2018-11-03T16:57:57 < catphish> it's a chinese copy of a smoothieboard, probably running at lower frequency 2018-11-03T16:59:16 < bitmask> only 1A? that could definitely be why 2018-11-03T16:59:26 < bitmask> what size steppers, they are nema2x something right? 2018-11-03T16:59:59 < catphish> nema17, they're spec'd for 2A max 2018-11-03T17:00:00 < bitmask> my nema17 can use up to 1.7A, I know it doesnt need that much but still 2018-11-03T17:00:08 < bitmask> oh I thought they were bigger 2018-11-03T17:00:10 < bitmask> nvm 2018-11-03T17:00:25 < bitmask> I would still try a bit higher just to see but I dunno 2018-11-03T17:02:38 < catphish> that seems sensible, i checked the resistance, they seem identical 2018-11-03T17:03:35 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-03T17:08:49 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-03T17:17:51 < catphish> they sure are noisy at 2A 2018-11-03T17:19:51 < catphish> i think the extra current might have resolved it 2018-11-03T17:22:22 < catphish> i'm inclined to agree 2018-11-03T17:25:09 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has joined ##stm32 2018-11-03T17:29:10 < catphish> i'm also coming to the conclusion that using 2 motors on the same axis is nothing but reouble 2018-11-03T17:29:13 < catphish> *trouble 2018-11-03T17:34:59 < aandrew> catphish: if you can't keep them in sync, yes 2018-11-03T17:35:20 < aandrew> best you can do is a timing belt really 2018-11-03T17:35:26 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Read error: Connection reset by peer] 2018-11-03T17:35:51 < catphish> keeping them in sync seems harder than i expected 2018-11-03T17:37:25 < englishman> idk my machine is like that and it works fine 2018-11-03T17:37:32 < englishman> with closed loop steppers 2018-11-03T17:39:14 < aandrew> closed loop is the trick - if it didn't physically step, you step it again until it does 2018-11-03T17:39:33 < aandrew> I often played with the idea of converting stepper driven designs to closed loop dc motor designs 2018-11-03T17:41:01 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2018-11-03T17:43:25 -!- sandeepkr [~sandeepkr@188.166.127.196] has joined ##stm32 2018-11-03T17:53:57 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 252 seconds] 2018-11-03T18:04:39 < bitmask> catphish why are the two motors on one axis a problem? most cheap 3d printers use two z 2018-11-03T18:04:48 < bitmask> are you using one driver or two? 2018-11-03T18:13:34 < catphish> one driver 2018-11-03T18:13:57 < catphish> hopefully it's ok, just worried about them no staying in sync 2018-11-03T18:16:30 < catphish> changing it in smoothieware works anyway :) 2018-11-03T18:17:32 < bitmask> one is fine, you just doubled the current right? 2018-11-03T18:40:05 < catphish> i'm not sure exactly what was going on, but after fixing a couple of other things, it doesn't actually seem to be enough of a problem to matter now 2018-11-03T18:40:53 < catphish> ultimately, a 0.1mm error is annoying, but not enough to break my pnp 2018-11-03T18:45:46 < catphish> works well now :) https://www.youtube.com/watch?v=22nNOy4j4ls 2018-11-03T18:54:26 < dongs> http://bcas.tv/paste/results/m5fKSz41.html wow i found some code worse than laurence/nb/ 2018-11-03T18:58:27 < bitmask> catphish nice 2018-11-03T19:05:49 < bitmask> come on carbon fiber, get through customs 2018-11-03T19:07:29 < Laurenceb124> wut 2018-11-03T19:08:08 < Laurenceb124> muh codez 2018-11-03T19:10:53 < mawk> this code is ugly dongs 2018-11-03T19:11:00 < mawk> apart from the coding itself, just the coding style is 2018-11-03T19:11:54 < dongs> yes its awful 2018-11-03T19:14:32 < Steffanx> i disagree its worse than Laurenceb124's :P 2018-11-03T19:15:14 < bitmask> burn! 2018-11-03T19:15:49 < Laurenceb124> code looks good to me 2018-11-03T19:15:49 < Laurenceb124> lol 2018-11-03T19:16:03 < Laurenceb124> 10 times moar pro than tarduino 2018-11-03T19:17:21 < bitmask> haha 2018-11-03T19:19:50 < Laurenceb124> managers dont give a flying fuck about what ur code looks like 2018-11-03T19:20:00 < Laurenceb124> does it sort of run, and is the performance half decent 2018-11-03T19:20:05 < Laurenceb124> the only questions 2018-11-03T19:20:53 < Steffanx> True that. 2018-11-03T19:21:11 < Laurenceb124> also its 100 times more readable than the megaline spaghetti cancer of lunix kernel drivers 2018-11-03T19:22:22 < PaulFertser> Laurenceb124: what spaghetti driver did you read last? 2018-11-03T19:24:24 < Laurenceb124> android mems sensor drivers 2018-11-03T19:24:35 < Laurenceb124> v useful to find all the manufacturer bugs 2018-11-03T19:24:46 < Laurenceb124> if you can stomach reading the code 2018-11-03T19:25:48 < PaulFertser> Laurenceb124: where were they hooked into, IIO or input? 2018-11-03T19:28:11 < Laurenceb124> IIO, I think... but I was interested in i2c/spi bug workarounds 2018-11-03T19:28:21 < Laurenceb124> for writing my stm32 drivers 2018-11-03T19:29:49 < PaulFertser> Proper upstream drivers are unlikely to be spaghetti though... 2018-11-03T19:31:21 < Laurenceb124> yeah 2018-11-03T19:31:55 < Laurenceb124> this was chinaphones 2018-11-03T19:33:01 < Laurenceb124> https://www.youtube.com/watch?v=Sv5gy9Gi5ck 2018-11-03T19:36:56 < Laurenceb124> I am also very concerned about Russia, is anyone else concerned about Russia? What if Russia hacked my brain to make me dislike the European Commission? 2018-11-03T19:38:39 < kakimir> yes 2018-11-03T19:38:58 < kakimir> cleaning my shitlab 2018-11-03T19:39:19 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-03T19:41:09 < kakimir> https://www.youtube.com/watch?v=hxlKVjTQ8cM kakimusics 2018-11-03T19:42:01 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-03T19:42:01 -!- [1]MrMobius is now known as MrMobius 2018-11-03T19:46:41 -!- ekaOlogik [~quassel@p549457C7.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 2018-11-03T19:47:50 < Laurenceb124> autiste https://postimg.cc/jLmgDDhv 2018-11-03T19:49:27 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-03T19:53:14 < kakimir> Laurenceb124: has banking escaped from uk yet? 2018-11-03T19:53:50 < catphish> Cracki: r1 and r2 have identical x coords in my data file, maybe i fat fingered it at some point, or more likely adjusted one when i was previously having trouble 2018-11-03T19:53:58 < catphish> they should both be 35.3153 :) 2018-11-03T19:54:17 < kakimir> I don't really understand why would they want to go anywhere else 2018-11-03T19:54:48 < catphish> Cracki: clearly i changed one at some point for some reason when i was playing around with it, hopefully the 35.3153 one is correct 2018-11-03T19:55:52 < catphish> Cracki: i'm actually glad you spotted that, because that's one component that ended up particularly badly aligned, but looks like its purely wrong data 2018-11-03T19:56:42 < catphish> yes, it can use fiducials, the angle of the board is unimportant, i just have the board straight so that if there's a problem i can see which axis is bad 2018-11-03T19:57:15 < catphish> even without fiducials you can tell it the center of any 2 components and it offsets and rotates everything accordingly 2018-11-03T19:58:34 < catphish> afaik it can only use a lone circle as a fiducial, it can't detect the location of a capacitor for example 2018-11-03T19:58:56 < catphish> you can tell it "this is the center of component C1" 2018-11-03T19:59:06 < catphish> but if you want to automate it, they have to be circles 2018-11-03T19:59:33 < PaulFertser> catphish: what camera are you using? 2018-11-03T20:00:05 < catphish> its an elp usb webcam with a 6mm lens, it claims to be 720p but i believe it's running at VGA 2018-11-03T20:00:28 < PaulFertser> catphish: thank you! 2018-11-03T20:00:35 < catphish> it has an incredible ability to focus almost infinitely close 2018-11-03T20:00:43 < catphish> lemme find you the link 2018-11-03T20:01:10 < catphish> PaulFertser: https://www.robotdigg.com/product/1140/OpenPnP-USB-Interface-1.0MP-720P-Vision-Camera 2018-11-03T20:01:22 < catphish> i got the one with the 6mm lens and the integrated LEDs 2018-11-03T20:02:29 < PaulFertser> catphish: noted, thanks! 2018-11-03T20:03:39 < PaulFertser> catphish: do you think that'll be enough for 0201? 2018-11-03T20:08:21 < catphish> PaulFertser: i wouldn't like to guess, 0201 is *hard*, i'd definitely go down to a smaller drive pulley 2018-11-03T20:08:46 < catphish> my demo is 0603 and it looks pretty comfortable, probably 0402 would be ok, but i will never try 0201 myself 2018-11-03T20:20:36 < Laurenceb124> https://postimg.cc/SXrrqdN2 2018-11-03T20:20:41 < PaulFertser> catphish: I see. Some folks I know plan to build an openpnp setup for prototyping complex boards with BGA SoCs. 2018-11-03T20:20:57 < catphish> cool 2018-11-03T20:21:11 < catphish> well openpnp seems pretty awesome 2018-11-03T20:23:01 < Laurenceb124> irl kek https://postimg.cc/HVgV4gtm 2018-11-03T20:47:12 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-03T20:48:54 < Laurenceb124> Alba is the new chris-chan 2018-11-03T20:48:59 < Laurenceb124> trolled to death 2018-11-03T20:49:32 < Laurenceb124> kek @ all the ppl on twitter saying she put all the stickers on herself 2018-11-03T20:52:27 -!- aadamson [aadamson@2600:3c02::f03c:91ff:fe70:2dc9] has quit [Ping timeout: 250 seconds] 2018-11-03T20:52:27 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-03T20:52:53 -!- aadamson [aadamson@2600:3c02::f03c:91ff:fe70:2dc9] has joined ##stm32 2018-11-03T21:15:10 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:69fd:8308:e4ff:6f0] has joined ##stm32 2018-11-03T21:16:06 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has quit [Ping timeout: 264 seconds] 2018-11-03T21:41:33 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-03T21:43:52 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Bye!] 2018-11-03T23:17:51 -!- tctm [~Tectu@adsl-130-227.dsl.init7.net] has joined ##stm32 2018-11-03T23:31:01 < Steffanx> tctm is alive \o 2018-11-03T23:34:13 -!- tctm [~Tectu@adsl-130-227.dsl.init7.net] has quit [Ping timeout: 245 seconds] 2018-11-03T23:34:39 < Steffanx> Fake news Cracki? 2018-11-03T23:38:02 < aandrew> lol 2018-11-03T23:50:27 < catphish> i'm still very confused about why sometimes 3 microsteps moves the motor and sometimes it doesn't 2018-11-03T23:52:22 < catphish> oh, i just found this chart https://hackadaycom.files.wordpress.com/2016/08/drv8825.jpg 2018-11-03T23:54:21 < catphish> this is the source, there's a lot of info and comparison of different drivers https://hackaday.com/2016/08/29/how-accurate-is-microstepping-really/ 2018-11-03T23:54:49 < catphish> i don't know much about configuring it, but certainly my results show non-linearity in the microstepping region 2018-11-03T23:57:54 < catphish> it's not clear to me what is configurable 2018-11-03T23:59:09 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 252 seconds] 2018-11-03T23:59:29 < catphish> right now i have 0.5mm per full step, i wonder if i'd be better changing the mechanical setup --- Day changed Sun Nov 04 2018 2018-11-04T00:02:30 < catphish> i don't believe it's a great chip 2018-11-04T00:03:13 < catphish> if i swap out my 50 tooth pulley for 16 tooth, i'm going to instantly win 3x the accuracy at the cost of 3x the max speed, and i'm nowhere near maxing out on speed 2018-11-04T00:03:23 < catphish> or i could spend more on drivers, or both 2018-11-04T00:05:08 < catphish> i wonder what the smoothieboard has on board, that's the board openpnp recommends, but i cheaped out and got a chinese clone with the cheapest possible parts on it 2018-11-04T00:06:28 < catphish> well it can't achieve 16 with any accuracy 2018-11-04T00:08:44 < catphish> i don't see why this couldn't be done better with an stm32 and a bunch of mosfets 2018-11-04T00:09:17 < catphish> oh, i guess current monitoring is the hard part 2018-11-04T00:10:31 < aandrew> current monitoring isn't terribly hard 2018-11-04T00:10:35 < catphish> smoothieboard has A5984 drivers 2018-11-04T00:10:44 < aandrew> ina199 feeding an ADC or comparator 2018-11-04T00:10:47 < aandrew> depending on what your'e after 2018-11-04T00:11:02 < catphish> makes sense 2018-11-04T00:11:26 < catphish> honestly, i think i'd prefer to avoid reliance on microstepping and adjust my mechanical setup 2018-11-04T00:13:12 < catphish> 24V 2018-11-04T00:13:49 < catphish> that might explain why it was more consistent when i upped the current 2018-11-04T00:14:08 < catphish> because i'm using high voltage and low current, the drive time will be minimal 2018-11-04T00:15:03 < catphish> ironically i spec'd everything for high voltage because i thought the steppers would run better 2018-11-04T00:16:11 < catphish> well on the full step, it has to turn the second coil off surely 2018-11-04T00:16:52 < catphish> my steppers are 2 ohms (spec) 2.6ohm (measured) 2018-11-04T00:17:27 < catphish> this means they only need 2 volts to achieve my target current of 1A 2018-11-04T00:18:41 < catphish> that's going to seriously limit the microstepping resolution :( 2018-11-04T00:19:02 < catphish> interestingly, one of my axes has 2 motors in series, it's much more accurate 2018-11-04T00:19:53 < catphish> i have them because they're cheap 2018-11-04T00:20:19 < catphish> annoyingly i have a ton of 24v hardware 2018-11-04T00:22:28 < catphish> seems like i have at least 2 ways to attack this :) 2018-11-04T00:24:18 < catphish> i can also consider 0.9 degree rather than 1.8 degree steppers 2018-11-04T00:24:27 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2018-11-04T00:24:46 < catphish> i was originally lead to believe that was unnecessary 2018-11-04T00:25:05 < catphish> but seems to me they'd be worthwhile 2018-11-04T00:25:58 < catphish> about 40% more expensive 2018-11-04T00:26:23 < catphish> i was working under the impression i'd have 16 accurate microsteps 2018-11-04T00:26:52 < catphish> but that doesn't seem to be the case at 24v 2018-11-04T00:27:08 < catphish> starting to better understand the problem at least 2018-11-04T00:34:15 < catphish> seems i have 4 options 1) use less input voltage 2) change the steppers to 0.9 degrees 3) change my pulleys from 50 to 16 teeth 4) buy better drivers 2018-11-04T00:36:56 < catphish> afaik i don't have the ability to reconfigure that on this board 2018-11-04T00:45:15 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:69fd:8308:e4ff:6f0] has quit [Quit: Konversation terminated!] 2018-11-04T00:47:02 < catphish> i know you already said this... but this is ridiculous, the blanking time of 3.75uS is 10% of the PWM frequency, that means the minimum PWM duty cycle is 10%, but at 2.6 ohms and 24v, the maximum duty cycle i need is 11% 2018-11-04T00:47:14 < catphish> how am i getting *any* microstepping here? 2018-11-04T00:48:10 < catphish> that's true 2018-11-04T00:48:21 < catphish> stupid inductors 2018-11-04T00:48:55 < catphish> yeah i guess the inductance is buying me some time 2018-11-04T00:50:18 < catphish> but still, the duty cycle should be around 10% shouldn't it? 2018-11-04T00:51:45 < catphish> relly? i thought ultimately that's what would determine it 2018-11-04T00:52:01 < catphish> i thought the inductance would just smooth it 2018-11-04T00:52:03 < zyp> sup? 2018-11-04T00:52:07 < zyp> having problems stepping? 2018-11-04T00:52:13 < catphish> zyp: yep 2018-11-04T00:52:27 < zyp> what's the matter? 2018-11-04T00:52:43 < catphish> zyp: basically my microsteps are not linear 2018-11-04T00:52:54 < catphish> zyp: some of the microsteps move the shaft, some don't 2018-11-04T00:53:57 < catphish> zyp: essentially i get something lke this: https://hackadaycom.files.wordpress.com/2016/08/drv8825.jpg 2018-11-04T00:54:28 < zyp> why are you using 50 tooth pulleys? 2018-11-04T00:54:48 < catphish> zyp: i just am, it was recommended 2018-11-04T00:55:01 < catphish> so that's what i have :) 2018-11-04T00:55:35 < catphish> but regardless of that, i'm dissatisfied that my 1/16 microstepping does not move the shaft 1/16th of a step with each microstep 2018-11-04T00:55:51 < catphish> yes https://ooznest.co.uk/wp-content/uploads/2018/07/NEMA17-Stepper-Motors-Drawing.jpg 2018-11-04T00:56:01 < catphish> 3.3mH 2018-11-04T00:56:59 < catphish> but... my understanding of inductance is that regardless of the inductance, the current is going to end up being the voltage divided by the ohmic resistance times he duty cycle 2018-11-04T00:58:09 < zyp> sounds like you just need better stepper drivers 2018-11-04T00:58:52 < catphish> zyp: that's essentially the conclusion i've come to 2018-11-04T00:59:52 < catphish> i was of the belief that if you have 10% duty cycle at 24 volts, you will get the same average current as 100% at 2.4v 2018-11-04T01:00:33 < catphish> as long as the saw tooth is never clipped 2018-11-04T01:04:42 < catphish> that could be what's happening here, yes 2018-11-04T01:05:34 < catphish> zyp: the steppers have a minimum duty cycle of 10% (as far as i can tell from the datasheet) which definitely explains the horrible behaviour 2018-11-04T01:05:45 < catphish> *stepper drivers 2018-11-04T01:06:22 < catphish> and because i'm driving the motors to 1A at 24v and they have resistance of 2.6R, i'm amazed i get any resolution at all 2018-11-04T01:06:41 < catphish> since the max and min duty cycle are both in theory 10% 2018-11-04T01:07:14 < catphish> the 2A rated one 2018-11-04T01:08:04 < catphish> but i really suspect i just need better drivers here 2018-11-04T01:11:48 < catphish> someone commented "The 8825 is well-known to skip microsteps with low-inductance motors in mixed decay mode. Causes all sorts of ripples and crunching noises in 3D printers. You need to switch it to fast decay mode if you want proper microstep spacing." 2018-11-04T01:12:00 < catphish> "The problem is that the PWM chopper’s minimum on-time (blanking time) is way too long, which allows the coil current to rise way higher than it’s supposed to on certain microsteps. You can plug the motor specs into my stepper driver simulator to see for yourself what the coil currents are doing: https://github.com/rcarlyle/StepperSim" 2018-11-04T01:13:18 < catphish> i wonder actually what current you get with 24v, 3.3mH, and 4uS 2018-11-04T01:16:03 < catphish> at 3.3mH, 4uS comes nowhere close to being a problem 2018-11-04T01:17:27 < catphish> in fact according to my calculation, 7 amps per millisecond, only 7mA per mucrosecond 2018-11-04T01:18:15 < catphish> so IMO it'll be perfectly able to regulate the current 2018-11-04T01:18:52 < catphish> i'll try :) 2018-11-04T01:22:31 -!- tctm [~Tectu@adsl-130-227.dsl.init7.net] has joined ##stm32 2018-11-04T01:24:42 < catphish> https://github.com/makerbase-mks/MKS-SBASE/issues/14 2018-11-04T01:25:29 < catphish> other people say they've modded the board to force fast decay mode 2018-11-04T01:27:55 < catphish> other people say the default decay mode works but some diodes are required 2018-11-04T01:30:59 < PeterM> i duunno, diodes seem to be a fairly well scientifically verified peice of semiconductor technology... 2018-11-04T01:31:16 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-04T01:33:33 < catphish> the solution proposed seems to be 2 diodes in series with every winding, this creates a 1.4V drop that compensates for the 10% minimum on time 2018-11-04T01:34:24 < catphish> http://cabristor.blogspot.com/2015/02/drv8825-missing-steps.html 2018-11-04T01:34:31 < catphish> it's written up at length here 2018-11-04T01:35:54 < catphish> i don't necessarily understand it, but if someone says it works, i'm willing to try it, seems to be some disagreement over whether diodes or fast decay are bette 2018-11-04T01:36:29 -!- tctm_ [~Tectu@adsl-130-227.dsl.init7.net] has joined ##stm32 2018-11-04T01:37:25 < catphish> moar diodes 2018-11-04T01:37:55 < catphish> his "fast decay" trace looks the best to me 2018-11-04T01:39:07 -!- tctm [~Tectu@adsl-130-227.dsl.init7.net] has quit [Ping timeout: 240 seconds] 2018-11-04T01:41:57 < catphish> the diode hack needs a LOT of diodes :( 2018-11-04T01:42:35 < PeterM> i thought the general thing was up the voltage and add series resistance 2018-11-04T01:42:50 < PeterM> that way the inductance plays a smaller role in the current 2018-11-04T01:43:25 < PeterM> i guess the diodes do the same thing 2018-11-04T01:43:28 < PeterM> sortof 2018-11-04T01:44:20 < catphish> yeah, i'm a little confused really, in this writeup he concudes that he can't use resistors because of the power that would need to be dissipated 2018-11-04T01:44:31 < catphish> then proceeds to use diodes 2018-11-04T01:44:41 < PeterM> yeah that doesnt make sense 2018-11-04T01:45:02 < catphish> which must have to dissipate the same heat, but have the advantage of dropping more voltage at lower current 2018-11-04T01:45:24 < catphish> so, i don't know 2018-11-04T01:45:51 < PeterM> you dont care about dropping voltage, jsut limiting maximum current 2018-11-04T01:46:49 < PeterM> yeah, you crank up the voltage, and add resitance, so the resistance is the dominant part of the current limiting, not hte inductance 2018-11-04T01:47:22 < PeterM> and so you get a more linear response 2018-11-04T01:47:38 < catphish> essemtially his explanation is that if you can block 1.4v, the drivers can drive lower currents correctly 2018-11-04T01:49:58 < PeterM> how do they help with decay any mroe than reducing the supply by 1.4v 2018-11-04T01:50:54 < PeterM> but the coil acts as a current source, not a votlage source 2018-11-04T01:51:32 < PeterM> yeah, but then why diodes not resistors? 2018-11-04T01:51:50 < catphish> so, he claims the driver is unable to produce low currents, i assume because of its minimum duty cycle 2018-11-04T01:52:14 < catphish> would adding voltage to thr coil fix that? 2018-11-04T01:52:42 < catphish> sorry, no, i mean voltage drop, with the diodes 2018-11-04T01:55:15 < catphish> actually i don't understand how diodes will help any more than resistors at all 2018-11-04T01:55:32 < catphish> they do nothing that reducing the power supply by 1.4v doesn't do 2018-11-04T01:56:01 < catphish> and yet, i'm looking at evidence that dramatically improve things 2018-11-04T01:56:25 < catphish> 2, for a 1.4v drop 2018-11-04T01:56:53 < catphish> there are 8 per motor 2018-11-04T01:57:11 < catphish> 2 per polarity per coil 2018-11-04T01:57:54 < catphish> the thing i don't get is that the problem is time vs inductance related, and diodes don't change that 2018-11-04T01:58:57 < catphish> oh ffs 2018-11-04T01:59:31 < catphish> does he say what voltage he runs it at ultimately? 2018-11-04T02:00:31 < catphish> "But we found out what is the problem, in mixed decay mode, the driver cannot do any voltage lower than 12% of the supply voltage. So the small currents needed for the microstepping will not be possible." 2018-11-04T02:00:38 < catphish> he agrees about the problem at least 2018-11-04T02:03:46 < catphish> the problem is, imo the diodes just move the dead zone 2018-11-04T02:04:00 < catphish> because the 24v will instantly overcome the diodes 2018-11-04T02:04:18 < catphish> that's exactly my thingink 2018-11-04T02:04:33 < catphish> imo he's just done the resistor solution he previously dismissed 2018-11-04T02:04:39 < catphish> but using less resistance 2018-11-04T02:05:49 < catphish> how about adding more inductors? 2018-11-04T02:06:09 < catphish> series dammit 2018-11-04T02:07:11 < catphish> my coincidental observation that it's better with 2 motors basically proves that resistors and/or inductors and/or less supply voltage will solve this 2018-11-04T02:07:15 < catphish> but it's a shit situation 2018-11-04T02:08:05 < catphish> indeed 2018-11-04T02:08:52 < catphish> both the inductance and resistance help here 2018-11-04T02:09:01 < catphish> the ultimate duty cycle is doubled 2018-11-04T02:09:12 < catphish> and the change in current over time is halved 2018-11-04T02:09:42 < catphish> again, they're in series 2018-11-04T02:10:03 < catphish> driving them in parallel would be suicidal 2018-11-04T02:10:46 < catphish> you'd gen potentially unequal current, less control, twice the current through the driver for zero gain 2018-11-04T02:10:52 < catphish> *get 2018-11-04T02:11:57 < catphish> putting them in series means setting the driver to 1A means both motors get exactly 1A 2018-11-04T02:12:00 < catphish> which is ideal 2018-11-04T02:12:23 < catphish> and twice the duty cycle means more accurate control 2018-11-04T02:12:55 < catphish> a 3.3 ohm resistor might fix this problem :) 2018-11-04T02:14:10 < catphish> it would dissipate 3.3W at 1A, and would dramatically increase the required duty cycle, but then running the system at 12V would have the same effect 2018-11-04T02:16:01 < catphish> but then, maybe just buying drivers that aren't shit would also help 2018-11-04T02:18:47 -!- khazi [~khazi@157.49.238.10] has quit [Ping timeout: 240 seconds] 2018-11-04T02:35:03 < catphish> xvideos 2018-11-04T02:42:40 -!- cjbaird [~cjb@ppp118-211-219-109.bras1.syd2.internode.on.net] has joined ##stm32 2018-11-04T02:53:04 < jadew> what's up? 2018-11-04T02:57:04 < jadew> what's the video about? 2018-11-04T02:59:11 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has joined ##stm32 2018-11-04T03:03:02 < jadew> for the record chinese SMA connectors are shit 2018-11-04T03:03:55 < jadew> out of 3 edge mount connectors, 3 of them make imperfect contact 2018-11-04T03:07:38 < jadew> don't know... 50 cents to $1 each maybe? 2018-11-04T03:08:49 < jadew> I actually went for these particular ones because I knew they're a bit loose (mounting wise) 2018-11-04T03:09:14 < jadew> didn't realize they suck all around till now 2018-11-04T03:45:30 < jadew> why did it crash? 2018-11-04T04:05:59 < Streaker> it's a design flaw in all aircraft 2018-11-04T04:06:32 < Streaker> if they're not flying, they crash 2018-11-04T04:08:39 < PeterM> needs more lift 2018-11-04T04:09:19 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-04T04:09:43 < Laurenceb124> Sum Ting Fucked 2018-11-04T04:22:18 -!- tctm_ [~Tectu@adsl-130-227.dsl.init7.net] has quit [Ping timeout: 244 seconds] 2018-11-04T04:28:55 < Laurenceb124> Hbomberguy 2018-11-04T04:31:26 < Laurenceb124> https://postimg.cc/xNYDvycY 2018-11-04T04:31:38 < Laurenceb124> hitting troll levels that shouldn't even be possible 2018-11-04T04:33:36 -!- catphish [~catphish@unaffiliated/catphish] has quit [Ping timeout: 252 seconds] 2018-11-04T04:47:06 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has quit [Ping timeout: 244 seconds] 2018-11-04T04:58:48 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 245 seconds] 2018-11-04T05:04:24 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-04T05:06:20 -!- boB_K7IQ [~boBK7IQ@73.109.63.141] has joined ##stm32 2018-11-04T05:19:48 -!- specing [~specing@unaffiliated/specing] has quit [Remote host closed the connection] 2018-11-04T05:40:35 -!- boB_K7IQ [~boBK7IQ@73.109.63.141] has quit [Ping timeout: 268 seconds] 2018-11-04T05:40:45 -!- chipant [~chipant@202.51.88.25] has joined ##stm32 2018-11-04T06:03:43 -!- boB_K7IQ [~boBK7IQ@73.109.63.37] has joined ##stm32 2018-11-04T06:08:12 -!- boB_K7IQ [~boBK7IQ@73.109.63.37] has quit [Ping timeout: 252 seconds] 2018-11-04T06:09:45 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-04T06:46:47 -!- catphish [~catphish@unaffiliated/catphish] has quit [Ping timeout: 240 seconds] 2018-11-04T06:55:43 -!- fc5dc9d4 [~quassel@p5B3A855A.dip0.t-ipconnect.de] has joined ##stm32 2018-11-04T06:59:54 -!- fc5dc9d4_ [~quassel@p5B3A845F.dip0.t-ipconnect.de] has quit [Ping timeout: 252 seconds] 2018-11-04T07:48:49 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-04T07:51:43 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 245 seconds] 2018-11-04T07:51:46 -!- day__ is now known as day 2018-11-04T08:00:01 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 260 seconds] 2018-11-04T08:01:09 -!- chipant [~chipant@202.51.88.25] has quit [Quit: Leaving] 2018-11-04T08:02:46 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-04T08:53:49 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-04T09:03:56 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-04T09:40:21 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 260 seconds] 2018-11-04T10:22:10 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-04T11:02:36 -!- psprint_ [~psprint@91.245.82.2] has quit [Ping timeout: 250 seconds] 2018-11-04T11:09:29 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-04T11:27:25 < Steffanx> PULL it, crt 2018-11-04T11:40:56 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-04T11:47:56 < dongs> i bet it can teach you buttcoin wallets 2018-11-04T11:49:11 < dongs> installed this german failware called PRTG and spent liek 30 mins trying to delete all the fucking shit it auto-added without me asking 2018-11-04T11:50:39 < dongs> typical UI: << < 1 to 50 of 576 > >> 2018-11-04T11:50:42 < dongs> come on germans 2018-11-04T11:50:46 < dongs> nobody needs this much detail about anythign 2018-11-04T11:51:03 < Steffanx> Wtf is it 2018-11-04T11:51:44 < dongs> it draws shitty graphs of network usage, something mikrotik fails to do properly 2018-11-04T12:12:10 < Steffanx> So does the dongs use HAL/cube or just the ll_* stuff part of the cube? 2018-11-04T12:12:17 < dongs> neither 2018-11-04T12:12:32 < Steffanx> Bare registers? 2018-11-04T12:12:33 < dongs> i just use chips that have stdperiphl 2018-11-04T12:12:36 < Steffanx> Haha 2018-11-04T12:12:54 < dongs> i backported touchsense from hal to stdperiph-like way for F0 and F3 2018-11-04T12:13:01 < Steffanx> ll_* is pretty close to std. 2018-11-04T12:13:04 < dongs> which is the only peripheral i was missing 2018-11-04T12:13:08 < dongs> nah, the syntax is fucking atrocious 2018-11-04T12:13:13 < dongs> ive tried it, jsut looks gross 2018-11-04T12:13:41 < Steffanx> Hm 2018-11-04T12:13:54 < dongs> anyway, if I had no choice, probly LL 2018-11-04T12:13:57 < dongs> hal is out 2018-11-04T12:55:30 < Sadale> it isn't. 2018-11-04T12:55:35 * Sadale runs :D 2018-11-04T12:58:24 < Steffanx> Bye Sadale 2018-11-04T12:59:23 < Sadale> To be fair STM32 is the only 32bit embedded microcontroller I've used. 2018-11-04T13:01:47 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:fdd5:15b2:d4fc:c8a0] has joined ##stm32 2018-11-04T13:02:45 < antto> so ur biased 2018-11-04T13:05:16 < Sadale> If I'm to be honest, I'd say each microcontroller has its pros and cons. There's no the best one. 2018-11-04T13:05:23 < Sadale> Just pick the one that suits your need. 2018-11-04T13:05:43 < antto> but if you have to be on ##stm32 you shall not be honest 2018-11-04T13:05:51 < Sadale> ow 2018-11-04T13:16:02 < Sadale> I've made my first PCB in my life. :3 2018-11-04T13:16:25 < Sadale> I've sent the gerber files to a fab. Let's hope that my design isn't wrong. 2018-11-04T13:16:41 < antto> 2018-11-04T13:18:08 < Sadale> I sent it to someone marketing their service on taobao. 2018-11-04T13:18:30 < Sadale> Wow wait. $2 per 10 PCBs? :O 2018-11-04T13:18:31 < Sadale> I did. 2018-11-04T13:18:37 < antto> Sadale those are trap questions, don't answer! 2018-11-04T13:18:56 < Sadale> antto, what's wrong with using kicad as a hobbyist? 2018-11-04T13:19:08 < Sadale> crap 2018-11-04T13:19:14 < Sadale> antto, I should have used lcpcb. 2018-11-04T13:19:17 < Sadale> jlcpcb* 2018-11-04T13:20:48 < Sadale> I paid like $10 for 10 boards, shipping fee included :c 2018-11-04T13:20:49 < antto> how? o_O 2018-11-04T13:20:54 < Sadale> Now I'm feeling dumb. 2018-11-04T13:21:37 < Sadale> wait 2018-11-04T13:21:42 < Sadale> Does jlcpcb ship to China? 2018-11-04T13:21:54 < antto> hahaa 2018-11-04T13:21:58 < Sadale> There's no "China" nor "People's Republic of China" in the shipping estimation selector 2018-11-04T13:22:03 < Sadale> Yes. It's from China. 2018-11-04T13:22:47 < antto> smells like he's in china 2018-11-04T13:22:48 < Sadale> Hong Kong. 2018-11-04T13:23:12 < Sadale> But I use a warehouse service in China. So I often ask those mainland China retailers to send stuffs to the warehouse. 2018-11-04T13:23:20 < Sadale> Then I ask the warehouse to send it to Hong Kong. 2018-11-04T13:24:11 < Sadale> I'm thinking if someone could abuse the prototyping service. 2018-11-04T13:24:23 < Sadale> y'know, prototyping is cheap. But small scale production isn't. 2018-11-04T13:24:52 < Sadale> If you ask like 10 PCB fabs to produce 10 PCB for you, you could get 100 boards at a cheap price. 2018-11-04T13:25:23 < Steffanx> The effort to do that all costs money as well :P 2018-11-04T13:25:29 < antto> wut bout shipping and difference in the boards? 2018-11-04T13:25:58 < antto> i doubt they gonna look like they all came from the same batch 2018-11-04T13:26:10 < antto> but maybe you don't care bout that 2018-11-04T13:26:27 < Sadale> true :P 2018-11-04T13:26:49 < Sadale> What's happen if it doesn't look like that it's coming from the same batch? 2018-11-04T13:27:07 < Sadale> anyway, the effort does cost money xD 2018-11-04T13:27:29 < Steffanx> Are you happy with the new bridge that finally opened Sadale 2018-11-04T13:27:38 < Sadale> Oh. Of course :3 2018-11-04T13:27:46 < Sadale> It makes traveling to Macau faster. 2018-11-04T13:28:12 < Steffanx> Something youll do once/decade? ;) 2018-11-04T13:29:04 < Sadale> I guess I'll probably visit there once or twice in later point of my life :P 2018-11-04T13:31:09 < Sadale> Macau. 2018-11-04T13:31:22 < Sadale> Mainly because it's close to Hong Kong :p 2018-11-04T13:33:12 < Steffanx> Are you a born and raised hong konger Sadale? 2018-11-04T13:33:19 < Sadale> I am. :3 2018-11-04T13:33:23 < Sadale> I don't like Hong Kong, tho. 2018-11-04T13:33:38 < Sadale> I don't like the culture here. 2018-11-04T13:34:48 < Steffanx> time to move to shenzhen? 2018-11-04T13:35:02 < Sadale> lol no. firewall. 2018-11-04T13:35:18 < Sadale> Anyway I'm currently jobless. xD 2018-11-04T13:36:05 < Steffanx> awh, didnt you have some nice embedded sw programmer job Sadale? 2018-11-04T13:36:10 < Steffanx> sky, superbia 2018-11-04T13:36:13 < Sadale> I had it. I resigned :P 2018-11-04T13:36:28 < Sadale> In fact the job wasn't nice at all. The compensation was subpar and the work hours was bullshit. 2018-11-04T13:37:04 < Steffanx> You can always get some huge implants and make youtube vidoes. :P 2018-11-04T13:37:07 < PaulFertser> Steffanx: do you mean you offer Sadale do somehow relocate to EU? 2018-11-04T13:37:38 < PaulFertser> Or to mainland China? 2018-11-04T13:37:45 < Sadale> ... 2018-11-04T13:37:49 < Sadale> I'm a boy. 2018-11-04T13:37:50 < Steffanx> I didnt offer anything, i think, PaulFertser? 2018-11-04T13:38:24 < Sadale> I doubt anyone would watch my youtube vid after getting implants xD 2018-11-04T13:38:29 < PaulFertser> Steffanx: well, yes, sorry 2018-11-04T13:39:07 < Steffanx> isnt that kinda the china way Sadale? the compensation + huge work load? 2018-11-04T13:39:17 < Steffanx> Not sure if that applies to hk as well. i know little about hk 2018-11-04T13:39:28 < Sadale> yep. That's why I don't like the culture here. 2018-11-04T13:39:49 < PaulFertser> Steffanx: I manage to misread shenzhen as Schengen :) 2018-11-04T13:39:53 < Sadale> I think this applies to most cities in Sino cultural sphere. 2018-11-04T13:39:57 < Steffanx> haha PaulFertser:D 2018-11-04T13:40:06 < Sadale> lol 2018-11-04T13:40:23 < Sadale> close enough. :P 2018-11-04T13:40:43 < Sadale> Japan's work culture is even worse. 2018-11-04T13:40:45 < PaulFertser> Sadale: would you be able to understand to mainland china people reasonably well? 2018-11-04T13:40:51 < Sadale> Hong Kong is a bit better than Japan I guess. 2018-11-04T13:41:03 < Sadale> PaulFertser, not really. Depending on their accent and rate of speech. 2018-11-04T13:41:11 < Sadale> I can only speak Mandarin at reduced rate. 2018-11-04T13:41:27 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:fdd5:15b2:d4fc:c8a0] has quit [Quit: Konversation terminated!] 2018-11-04T13:41:30 < PaulFertser> Did you learn it at school? Is it a compulsory subject? 2018-11-04T13:41:37 < Sadale> I did learn it. 2018-11-04T13:41:43 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:fdd5:15b2:d4fc:c8a0] has joined ##stm32 2018-11-04T13:41:53 < Sadale> I think it isn't compulsory. But most schools teach it. 2018-11-04T13:41:56 < Sadale> ttyl dinner 2018-11-04T13:42:00 < PaulFertser> Enjoy 2018-11-04T13:42:03 < Sadale> thanks :3 2018-11-04T13:47:10 < cjbaird> 16-core coax scares me. But if I can find it shielded, might be an option for the ubitx flywire issue.. 2018-11-04T13:51:18 < cjbaird> ...might be an option if it were available in orders less than a kilometre. 2018-11-04T13:51:55 < BrainDamage> you can always get another ribbon, but get one with twice the leads, and interleave ground with signals 2018-11-04T13:52:08 < BrainDamage> it'll greatly reduce interference 2018-11-04T13:52:42 < cjbaird> Like the 'old' IDE80 stuff 2018-11-04T13:56:53 < PaulFertser> I wonder if Sadale can enroll in some cool free German uni. 2018-11-04T13:57:44 < Steffanx> people can do that for free? 2018-11-04T13:58:17 < PaulFertser> I think yes, Germany provides free education for all IIRC. 2018-11-04T13:59:12 < cjbaird> Hm. IDC-34/floppy cables.. Top row gives 17 wires (need only 16), and the bottom row can be grounded+terminated.. and it's easy-enough to make up ~8cm lengths. 2018-11-04T14:09:29 < dongs> donglets 2018-11-04T14:15:30 < Sadale> PaulFertser, wow what? It's even free for foreigners? 2018-11-04T14:26:03 -!- specing [~specing@unaffiliated/specing] has joined ##stm32 2018-11-04T14:26:18 < aandrew> hm I don't remember seeing sadale around here before but everyone seems to know him 2018-11-04T14:26:34 < Sadale> I have been here for a while. I don't chat much, tho :3 2018-11-04T14:27:08 < Sadale> I guess this channel is a community of professional embedded developers. Professional as in expert. :3 2018-11-04T14:27:36 < aandrew> yes more or less 2018-11-04T14:27:49 < aandrew> throw in a heavy dose of aspergers and that's pretty much ##stm32 2018-11-04T14:28:49 < Sadale> lolwut 2018-11-04T14:28:50 -!- khazi [~khazi@157.49.227.150] has joined ##stm32 2018-11-04T14:28:56 < cjbaird> Something samrt in another channel mentioned there's clip-on RF-suppression chokes. aha. 2018-11-04T14:29:05 < Sadale> Anyway quite a few users here are trolling each others xD 2018-11-04T14:29:11 < Sadale> And they're cool with that :) 2018-11-04T14:29:27 < Sadale> and I don't quite understand that. xD 2018-11-04T14:29:28 < BrainDamage> cjbaird: those only work if you have both send and return clipped by the choke 2018-11-04T14:29:40 < BrainDamage> and they only suppress the common mode 2018-11-04T14:29:46 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-04T14:29:47 < Sadale> Examples: dongs hates anime and stuffs. Other users keep posting anime stuffs while highlighting him. 2018-11-04T14:30:04 < catphish> Cracki: a small solder bridge seems to have solved my problem :) 2018-11-04T14:32:12 < catphish> specifically (i'm not proud, it might catch fire one day) i bridged pins 17-19 of the DRV8825 2018-11-04T14:33:36 < cjbaird> BrainDamage: I'm thinking it would get in the way of the parasitic's resonance frequency enough so it would no longer bother the radio.. 2018-11-04T14:39:35 < BrainDamage> Sadale: a community can be formed on mutual trust and friendship, or hatred and bigotry 2018-11-04T14:39:39 < BrainDamage> either wrks 2018-11-04T14:39:58 < Sadale> lol 2018-11-04T14:44:06 -!- ccole [~cole@cpe-174-104-217-206.neo.res.rr.com] has joined ##stm32 2018-11-04T14:44:49 < Steffanx> lol catphish it was all just that? 2018-11-04T14:46:04 < Steffanx> oh i misinterpreteed 2018-11-04T14:47:15 < jpa-> catphish: so basically you changed the decay mode of the driver? 2018-11-04T14:47:21 < catphish> Steffanx: it's a combination of problems, but the solution many people propose is to use this driver IC in a different mode (fast decay), some solder bridges achieve this 2018-11-04T14:47:26 < catphish> jpa-: yes 2018-11-04T14:47:51 < catphish> jpa-: but in a god awful way by bridging the enable pin to the decay mode pin and also the error output pin 2018-11-04T14:47:58 < jpa-> stepper decay modes have always confused me 2018-11-04T14:48:14 < catphish> i don't fully understand it, it's abut how it's connected when not driven i believe 2018-11-04T14:48:23 -!- catphish [~catphish@unaffiliated/catphish] has left ##stm32 ["Leaving"] 2018-11-04T14:48:28 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-04T14:49:28 < catphish> it's also now extremely loud 2018-11-04T14:49:38 < jpa-> yeah, in 3-phase motor driving there is something similar, you can either leave the coil disconnected (discharging through diodes), short-circuit connected or connected to opposite polarity voltage 2018-11-04T14:49:57 < jpa-> and this affects how fast the current through the coil will change 2018-11-04T14:50:04 < jpa-> but then why and when to pick which mode 2018-11-04T14:53:27 -!- tctm [~Tectu@adsl-130-227.dsl.init7.net] has joined ##stm32 2018-11-04T14:55:02 -!- cjbaird [~cjb@ppp118-211-219-109.bras1.syd2.internode.on.net] has quit [Quit: Konversation terminated!] 2018-11-04T14:58:12 < catphish> indeed 2018-11-04T15:00:22 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has joined ##stm32 2018-11-04T15:01:09 < catphish> anyway it's worked, every 0.1mm jog moves my approximately the same amount now 2018-11-04T15:02:16 < catphish> something else has gone horribly wrong with my accuracy, but i suspect everything needs calbrating now that the hardware has changed 2018-11-04T15:08:47 -!- tctm [~Tectu@adsl-130-227.dsl.init7.net] has quit [Quit: Leaving] 2018-11-04T15:16:07 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Ping timeout: 240 seconds] 2018-11-04T15:21:05 < Thorn> https://www.youtube.com/watch?v=6oMKsMpY3nY 2018-11-04T15:23:31 < Laurenceb124> muh greenhouse lighting 2018-11-04T15:23:43 * Laurenceb124 is trying to model greenhouse lighting in methlab 2018-11-04T15:23:58 < Steffanx> na tochku blyat. 2018-11-04T15:24:41 < Laurenceb124> I think it might just be economical with latest Osram LEDs 2018-11-04T15:25:01 < Laurenceb124> 10year payback time relative to sodium using dimming to optimise the light output 2018-11-04T15:25:06 < Steffanx> whats ya growing? 2018-11-04T15:25:24 < Laurenceb124> who knows 2018-11-04T15:25:37 < Laurenceb124> wondering if I should go into business selling them 2018-11-04T15:25:55 < Steffanx> the idea behind growing weed is that you dont pay the electricity bill yourself... 2018-11-04T15:26:20 < Laurenceb124> according to uni guys who were working on this and failing, nobody makes anything cost effective thats passively cooled 2018-11-04T15:26:25 < Laurenceb124> that was my business idea 2018-11-04T15:26:55 < Laurenceb124> but there is v little real world data on LED lifetime 2018-11-04T15:27:17 < Laurenceb124> for recent power LEDs, its kind of impossible to knowe 2018-11-04T15:27:22 < Laurenceb124> *know 2018-11-04T15:28:58 < Laurenceb124> >uni guys got 2M funding and spent two years failing epically 2018-11-04T15:29:28 < Laurenceb124> >I think I have a business model that nets me 1M, but need to ship about 100k units 2018-11-04T15:29:47 < Laurenceb124> no wonder ppl work on retarded uni grants rather than real world 2018-11-04T15:31:43 < Laurenceb124> they couldn't even make a heatsink, cooked their LEDs every single time 2018-11-04T15:34:34 < BrainDamage> https://imgur.com/gallery/0WFqqWH 2018-11-04T15:34:48 -!- ccole [~cole@cpe-174-104-217-206.neo.res.rr.com] has quit [Quit: leaving] 2018-11-04T15:42:10 < Thorn> I found perfect videos for dongs: cats and height https://www.youtube.com/watch?v=GmrdQZZ9kJM 2018-11-04T16:08:21 < catphish> nasty hack: https://i.imgur.com/P1Rv5Rs.jpg 2018-11-04T16:09:43 -!- khazi [~khazi@157.49.227.150] has quit [Remote host closed the connection] 2018-11-04T16:10:45 < Laurenceb124> memlamps 2018-11-04T16:14:02 < Laurenceb124> AI powered LED croplamps utilising IOT and the power of the cloud 2018-11-04T16:18:11 -!- psprint_ [~psprint@91.245.82.2] has joined ##stm32 2018-11-04T16:20:21 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has quit [Ping timeout: 252 seconds] 2018-11-04T16:22:29 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has joined ##stm32 2018-11-04T16:25:09 < Sadale> catphish, what's that? :o 2018-11-04T16:36:39 < catphish> it's a modification of a motion control board to put the stepper drivers into fast decay mode 2018-11-04T16:37:47 < Laurenceb124> maybe I should sell to us cannabis growers 2018-11-04T16:47:51 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-04T16:54:48 < PaulFertser> Sadale: yes, for the foreigners too, afaik. 2018-11-04T16:55:05 < Sadale> cool! 2018-11-04T16:55:38 < Sadale> Too bad! Ich bin nein able speak Deutsch. 2018-11-04T16:56:06 < Sadale> I can't speak English well either :3 2018-11-04T16:56:40 < Sadale> Anyway I think my English is probably good enough for communication with non-native English speakers. Those people speak slower than the natives. 2018-11-04T16:56:42 < PaulFertser> Sadale: they have plenty of English-only classes. I guess your level is perfectly adequate. 2018-11-04T16:56:57 < Sadale> I see. cool! 2018-11-04T16:57:32 < Sadale> If I go there I bet someone would talk shit about me in Deutsch 2018-11-04T16:58:25 < Sadale> "Ohh! That ching chong is using our people's tax for studying in my country! What a jerk!" 2018-11-04T17:00:40 < PaulFertser> Sadale: https://www.rwth-aachen.de/cms/root/Studium/Vor-dem-Studium/~ege/Zugangsvoraussetzungen/lidx/1/ 2018-11-04T17:01:00 < Steffanx> who gives a damn Sadale P 2018-11-04T17:01:49 < Sadale> just saying :P 2018-11-04T17:02:08 < Sadale> Speaking of ching chong. My name does sound ching ching. It also sounds wrong >_< 2018-11-04T17:02:45 < Steffanx> As long as your english isnt ching chong its ok 2018-11-04T17:02:45 < Sadale> I don't wanna say out my name loud here because it's loggged and could be crawled. 2018-11-04T17:02:54 < Sadale> But you can find it in the far bottom of sadale.net xD 2018-11-04T17:03:05 < Sadale> In fact my spoken English is ching chong >_< 2018-11-04T17:03:13 < Steffanx> hm 2018-11-04T17:03:20 < Sadale> I guess my written one is fine, tho. I have been chatting on freenode for years in English :3 2018-11-04T17:03:35 < Steffanx> isnt english one of the languages spoken in hk? 2018-11-04T17:04:05 < Sadale> technically English is one of the legal languages in Hong Kong. 2018-11-04T17:04:20 < Sadale> In fact all of us just speak Cantonese for communication among locals. 2018-11-04T17:04:36 < Sadale> We do use English, only for talking with tourists or other foreigners. 2018-11-04T17:04:42 < Steffanx> hm 2018-11-04T17:05:05 < Sadale> There're some occasions here we'd speak English. But we're speaking retardedly slow. 2018-11-04T17:05:43 < Sadale> I can perfectly understand the English spoken here because they speak real slow in Hong Kong. Those westerners do realize that we can't handle native speech rate of spoken English. 2018-11-04T17:06:32 < Steffanx> lol, im a "westerner" but its not my native language either ;) 2018-11-04T17:06:33 < Laurenceb124> this board is full on nords 2018-11-04T17:06:54 -!- benishor [~benny@86.121.41.118] has quit [Remote host closed the connection] 2018-11-04T17:08:52 < Laurenceb124> https://archive-media-1.nyafuu.org/bant/image/1493/93/1493931257624.png 2018-11-04T17:08:59 < Sadale> s/westerners/native English speakers/ then :P 2018-11-04T17:09:54 < Laurenceb124> typical ##stm32 poster on the left 2018-11-04T17:10:12 < Steffanx> i've never seen that guy talk mr Laurenceb124 2018-11-04T17:10:24 < jpa-> but who invented U? 2018-11-04T17:11:59 < Steffanx> I think Laurenceb124 is what they would call a "test tube baby" 2018-11-04T17:13:31 < catphish> i can has picking :) https://i.imgur.com/LGZ3mNH.jpg 2018-11-04T17:13:32 < malinus> Cracki: re: single mode. Yeah all I needed to do was RTFM, where it says that you just need to set it in PWM mode 2. doh 2018-11-04T17:14:08 < Steffanx> \o/ 2018-11-04T17:20:18 < Sadale> Chinese package! 2018-11-04T17:20:43 < Sadale> catphish, what's that device? A small scale SMD device? 2018-11-04T17:20:57 < Steffanx> capacitor. 2018-11-04T17:20:57 < catphish> yes, 0603 cap 2018-11-04T17:21:12 < Sadale> I meant that machine. Not the cap. 2018-11-04T17:21:18 < Steffanx> lolol 2018-11-04T17:21:25 < malinus> catphish: cute. Is that your own pick and place? 2018-11-04T17:21:39 < catphish> Sadale: home made smd pnp 2018-11-04T17:21:46 < Sadale> cool! O_o 2018-11-04T17:21:56 < catphish> malinus: ya, based on openpnp and various other people's designs 2018-11-04T17:24:41 < malinus> catphish: cool. Do you do a lot of board assembly at home, or is it just a fun project? 2018-11-04T17:25:19 < catphish> mostly the latter 2018-11-04T17:25:41 < catphish> but i'd like to do more prototyping / small assembly runs at home for other projects 2018-11-04T17:26:08 < Sadale> But having a pnp makes home assembly much faster than manual assembly I guess. 2018-11-04T17:26:48 < englishman> that jury is still out 2018-11-04T17:28:35 < catphish> lol we'll see about that 2018-11-04T17:30:27 < malinus> What is the price for board assembly in china? PCB's are ~free, but I guess assembly would still cost a bit? I bet some chinese offer small runs for prototypes in back rooms and whatnot 2018-11-04T17:34:39 < jpa-> seeed says "PCBA orders start from $25 set up fee with $0.01 to $0.30 assembly fee per component." 2018-11-04T17:35:49 < malinus> that's cheap man 2018-11-04T17:52:58 -!- marble_visions [~user@68.183.79.8] has quit [Quit: bye] 2018-11-04T17:53:37 -!- marble_visions [~user@68.183.79.8] has joined ##stm32 2018-11-04T17:53:40 < Laurenceb124> nice 2018-11-04T17:53:50 < Laurenceb124> croplamp confirmed 2018-11-04T17:53:54 < jadew> catphish, nice 2018-11-04T17:54:15 < jadew> does it have computer vision? 2018-11-04T17:56:44 < Sadale> I wonder if there's a list of technique or requirement for mass production of electronic product somewhere in the internet. 2018-11-04T17:57:40 < Sadale> I've just learn that something called "fiducial" is pretty much required for assembly. I just stumbled across this thingie by observing the chat of a channel on freenode 2018-11-04T17:57:48 < Sadale> I wish there were an exhaustive list or something 2018-11-04T17:59:42 < jadew> https://hackaday.io/project/45404-arcus-3d-p1-pick-and-place-for-3d-printers 2018-11-04T18:00:09 < jadew> this be a cheap and quick to put together pnp 2018-11-04T18:00:25 < jadew> *could 2018-11-04T18:00:54 < jadew> cheap 3d printer + that thing... maybe $300? 2018-11-04T18:02:05 < catphish> well this is fucking cool https://i.imgur.com/Jy2nu2q.png 2018-11-04T18:02:33 -!- marble_visions [~user@68.183.79.8] has quit [Quit: bye] 2018-11-04T18:02:58 < jadew> how does it identify the strips? 2018-11-04T18:03:05 < mawk> I can sell you some fiducial if you want Sadale 2018-11-04T18:03:05 < jadew> do they have to be perfectly straight? 2018-11-04T18:03:20 < catphish> opencv, it looks for the holes down the side, they really *should* be straight though 2018-11-04T18:03:22 -!- marble_visions [~user@68.183.79.8] has joined ##stm32 2018-11-04T18:03:30 -!- marble_visions [~user@68.183.79.8] has quit [Remote host closed the connection] 2018-11-04T18:03:34 < jadew> nice 2018-11-04T18:03:39 < jadew> that's pretty neat 2018-11-04T18:03:47 < jadew> make sure to make some vides 2018-11-04T18:03:57 < jadew> I'm tired, sorry for the typos 2018-11-04T18:04:07 < Steffanx> Sleepy time. 2018-11-04T18:04:25 < mawk> at 5pm it's caffeine time 2018-11-04T18:04:32 < catphish> i haven't wired up the rotational axis yet though, so there's no orientation of components 2018-11-04T18:04:49 < jadew> yup, but I'll try to stay awake a bit more, so I get to sleep the whole night 2018-11-04T18:05:14 -!- marble_visions [~user@68.183.79.8] has joined ##stm32 2018-11-04T18:12:20 -!- marble_visions [~user@68.183.79.8] has quit [Quit: bye] 2018-11-04T18:12:44 -!- marble_visions [~user@68.183.79.8] has joined ##stm32 2018-11-04T18:21:00 -!- sterna [~Adium@c-e5b8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-04T18:37:41 < Laurenceb124> utterly btfo https://thonyc.wordpress.com/2012/12/26/christmas-trilogy-2012-part-ii-charles-and-ada-a-tale-of-genius-or-of-exploitation/ 2018-11-04T18:43:42 < Laurenceb124> how will STEM popularisers recover 2018-11-04T18:57:02 -!- khazi [~khazi@157.49.227.150] has joined ##stm32 2018-11-04T19:03:16 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-04T19:09:26 -!- khazi [~khazi@157.49.227.150] has quit [Remote host closed the connection] 2018-11-04T19:09:26 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Read error: Connection reset by peer] 2018-11-04T19:10:27 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 240 seconds] 2018-11-04T19:13:39 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-04T19:16:36 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-04T19:16:37 -!- [1]MrMobius is now known as MrMobius 2018-11-04T19:17:34 < Steffanx> Did you know its 2018 Laurenceb124 ? 2018-11-04T19:18:25 < Laurenceb124> the current year? 2018-11-04T19:18:48 < catphish> Cracki: indeed 2018-11-04T19:21:55 < catphish> bulk placing works moderately well: https://imgur.com/a/JkI5zmG 2018-11-04T19:30:22 < malinus> catphish: are you suposed to lay the paste yourself first, or can it do that too? 2018-11-04T19:33:07 < kakimir> is catphish already in dick'n'placing business? 2018-11-04T19:44:04 < Laurenceb124> http://eprints.nottingham.ac.uk/44338/ 2018-11-04T19:44:25 < Laurenceb124> woah they made something 2018-11-04T19:46:57 < Laurenceb124> no shit sherlock 2018-11-04T19:47:03 < Laurenceb124> >this was a PhD 2018-11-04T19:47:28 < Laurenceb124> iirc they stuck intel processor coolers onto the leds when their system was failing 2018-11-04T19:47:55 < Steffanx> imagine working on a baby shaker 2018-11-04T19:48:23 < Laurenceb124> ikr 2018-11-04T19:48:30 < Laurenceb124> money to do nothing 2018-11-04T19:48:53 < Laurenceb124> a meme project nobody understands 2018-11-04T19:49:13 < Laurenceb124> something something shake something something babby 2018-11-04T19:49:21 < BrainDamage> shake compatibility 2018-11-04T19:49:27 < Laurenceb124> MUH DATABASE MUTHERFUCKER 2018-11-04T19:50:09 < Laurenceb124> ^this signifies a babby shakers confusion, when they encounter something they dont understand they will say "muh database", or "muh database mutherfucker" 2018-11-04T19:50:29 < Laurenceb124> this is usually accompanied by fapping at work while trolling irc all day 2018-11-04T19:50:46 < Laurenceb124> nope 2018-11-04T19:50:58 < Steffanx> But Crappifilly is done right? 2018-11-04T19:51:04 < catphish> malinus: this one can't lay paste, some can, mine can't :) 2018-11-04T19:51:05 < BrainDamage> i shaking the baby a sexual offense yet? 2018-11-04T19:51:23 < Laurenceb124> probably in UK 2018-11-04T19:51:32 < Steffanx> catphish, cant be that hard to add the feature. 2018-11-04T19:51:33 < Laurenceb124> most things are now, and 4chan is blocked 2018-11-04T19:51:36 < catphish> everything is a sexual offence in the UK 2018-11-04T19:51:40 < malinus> catphish: I guess laying the paste is the easy part anyway? You got a oven for soldering the pcb's already? 2018-11-04T19:51:44 < Steffanx> :P 2018-11-04T19:51:49 < Laurenceb124> David Cameron b& 4chan 2018-11-04T19:52:07 < catphish> haha 2018-11-04T19:52:27 < catphish> malinus: currently soldering using a hot plate, but may upgrade to an oven 2018-11-04T19:54:03 < malinus> catphish: never seen that before. I guess that only works for one-sided boards? 2018-11-04T19:55:29 < Steffanx> If you are semi-ghettoing anyway, i dont see why one of those semi cheap compressor based dispensers wont work. 2018-11-04T19:55:35 < catphish> malinus: yes, one sided only :) 2018-11-04T19:57:38 < catphish> i still have a bit of work to do to improve placement accuracy 2018-11-04T19:57:39 < catphish> https://i.imgur.com/AAWlQPt.png 2018-11-04T19:57:48 < catphish> i'm told an up facing camera will help a lot 2018-11-04T19:58:45 < catphish> indeed, this can correct small errors in the picking process 2018-11-04T19:59:17 < Laurenceb124> hmm alibaba has super cheap LED power supplies 2018-11-04T19:59:28 < catphish> i'm not totally sure what my problem here is though, i think perhaps there's a bit of movement in my nozzle 2018-11-04T19:59:31 < Laurenceb124> 100W constant current for $9 2018-11-04T19:59:51 < catphish> Cracki: that's true 2018-11-04T20:00:13 < malinus> catphish: yeah, try pasting it 2018-11-04T20:00:57 < Laurenceb124> ITT: a Bunch of YouTube gimps and genuine cuckold bully victims LARPing about crusades and politics when they can't even leave their childhood bedrooms 2018-11-04T20:01:10 < Laurenceb124> le epin copypasta 2018-11-04T20:02:05 < catphish> Cracki: yeah i guess i'll try with paste at some point, want to get everything else perfect first though 2018-11-04T20:02:22 < catphish> that's not a bad idea 2018-11-04T20:02:35 < catphish> paste is messy and right now i'm reusing the parts 2018-11-04T20:03:10 < catphish> true 2018-11-04T20:03:27 < catphish> pritt stick :) 2018-11-04T20:04:20 < catphish> yeah the only component i did slowly / manually retracted was perfectt 2018-11-04T20:05:02 < catphish> i guess with a dry surface, it doesn't take much to make the part bounce 2018-11-04T20:41:19 -!- markus-k_ [~markus@server01.comtime-it.eu] has quit [Quit: ZNC - http://znc.in] 2018-11-04T20:41:50 -!- markus-k [~markus@server01.comtime-it.eu] has joined ##stm32 2018-11-04T20:43:35 -!- markus-k [~markus@server01.comtime-it.eu] has left ##stm32 [] 2018-11-04T20:43:37 -!- markus-k [~markus@server01.comtime-it.eu] has joined ##stm32 2018-11-04T20:44:17 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:fdd5:15b2:d4fc:c8a0] has quit [Read error: Connection reset by peer] 2018-11-04T20:53:27 < Steffanx> ty 2018-11-04T21:07:15 < Laurenceb124> Anal-ysis 2018-11-04T21:10:03 < Laurenceb124> ftw u see a feminist https://postimg.cc/FdTSgQKb 2018-11-04T21:11:03 < kakimir> coilcraft 2018-11-04T21:12:06 < Steffanx> What are you doing with this information superbia ? 2018-11-04T21:12:10 < Steffanx> converting to EE? 2018-11-04T21:15:07 -!- Streaker [~Streaker@45.250.227.17] has joined ##stm32 2018-11-04T21:22:26 < Laurenceb124> u can make cannabis growlamps 2018-11-04T21:22:32 < Laurenceb124> the megabux are yours 2018-11-04T21:30:12 < Laurenceb124> nice I have spex from phillips 2018-11-04T21:30:30 < Laurenceb124> $5/W for their lamps 2018-11-04T21:31:17 < Laurenceb124> stupid expensive, as I suspected 2018-11-04T21:33:17 < Laurenceb124> "greenpower" 2018-11-04T21:33:57 < Laurenceb124> aiui the higher power greenpower ones need a water cooled rail as well 2018-11-04T22:06:50 < Laurenceb124> muh aussie friend 2018-11-04T22:07:09 < Laurenceb124> https://www.dailymail.co.uk/news/article-6350675/White-theatre-director-classes-born-African.html 2018-11-04T22:09:42 < Laurenceb124> This place is an echo chamber without a doubt. Bully victim moderators ban when they get their feefees hurt. Shouldn't they be playing a video game or wanking to a cartoon or something? 2018-11-04T22:12:31 < Laurenceb124> These are the people saying "kek dabbed xD bro BTFO epin stoopid", just look at how frail and pathetic they look 2018-11-04T22:14:31 -!- sterna [~Adium@c-e5b8d954.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-04T22:14:35 -!- sterna1 [~Adium@c-e5b8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-04T22:16:56 < Steffanx> TY 2018-11-04T22:25:56 < Laurenceb124> oh wow 2018-11-04T22:25:57 < Laurenceb124> https://www.jpost.com/Middle-East/Ben-Shapiro-Israel-is-protecting-Western-civilization-570925 2018-11-04T22:28:31 < Laurenceb124> http://poal.me/3iqnx5 2018-11-04T22:34:07 < malinus> do you guys usually debug with semihosting, or just have an LED or similar when asserts fail? 2018-11-04T22:35:45 < malinus> what about unit testing? 2018-11-04T22:40:45 < malinus> yeah qemu is neat for some stuff, but you don't get any peripherals. Might as well just do unit testing on host imho. 2018-11-04T22:42:31 < malinus> yeah doing black box testing always makes sense with embedded it seems 2018-11-04T22:43:56 < malinus> ew matlab 2018-11-04T22:44:09 < malinus> I rather just stick with numpy 2018-11-04T22:55:21 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2018-11-04T23:08:01 < Laurenceb124> I use gnu-octave for nasty hax 2018-11-04T23:11:52 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2018-11-04T23:15:46 < Laurenceb124> https://postimg.cc/CZH2VYSp 2018-11-04T23:18:51 < kakimir> that is true 2018-11-04T23:19:54 < kakimir> children nowdays watch twerking videos from tubes 2018-11-04T23:20:14 < kakimir> and degenerate content 2018-11-04T23:32:28 < antto> how is that thing called, where you stick it into the mouth of a baby when it cries.. 2018-11-04T23:32:45 < antto> (pls no bad guesses) 2018-11-04T23:35:52 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2018-11-04T23:35:58 < Steffanx> Pacifier. 2018-11-04T23:36:30 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-04T23:36:31 < antto> yes, that 2018-11-04T23:36:49 < antto> so, parents now use smartphones as pacifiers 2018-11-04T23:37:21 < antto> kid cries or makes sounds -> stick a smartphone in its hands -> parenting success 2018-11-04T23:37:55 < antto> kid suddenly cries again -> check if phone has battery or internetz 2018-11-04T23:39:56 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-04T23:41:44 < antto> when i was a kid, most people thought that for a kid to have a computer is a bad thing.. coz playing games all day instead of doing homework 2018-11-04T23:41:52 < antto> IMO phones now are much worse 2018-11-04T23:42:40 < Steffanx> Yeah. True (says steffanx using a irc client on his phone) 2018-11-04T23:43:01 < antto> and i'm sure most of those same people who said that then, are now rubbing their smartphones 2018-11-04T23:45:07 < Steffanx> We have this classic video where they interviewed people. They asked if they would like it to be able to call and be called all day long (referring to mobile phones). 2018-11-04T23:45:22 < Steffanx> No one liked the idea. 2018-11-04T23:45:27 < Steffanx> We = thr dutch. 2018-11-04T23:47:04 < antto> i remember the time when you had to go ring the doorbells to gather all the gang 2018-11-04T23:47:20 < Steffanx> Was in 1999. 2018-11-04T23:47:25 < antto> yeah 2018-11-04T23:48:08 < Steffanx> Hah yes. Or yell at the backdoor. 2018-11-04T23:48:23 < Steffanx> Just the figure out your friend wasnt home 2018-11-04T23:48:44 < antto> *riiiing* *riiiiiiing* ... "who is it?" "o hai, is Ivan there?" 2018-11-04T23:48:56 < Steffanx> Crazy Ivan. 2018-11-04T23:49:28 < antto> "yes but he's NOT going out till he does his homework" 2018-11-04T23:49:36 < antto> 2018-11-04T23:49:42 < Steffanx> The good old times. Damn, this millenial gets old?!? 2018-11-04T23:50:59 < Steffanx> Is antto a millenial? (Born between 1980 and 2000)? 2018-11-04T23:51:16 < Steffanx> Millennial* or whatever 2018-11-04T23:51:56 < antto> i still don't understand what's this label about 2018-11-04T23:53:59 < aandrew> my kids don't get devices in order ot be quiet 2018-11-04T23:54:05 < antto> besides being a year-of-birth based discrimination 2018-11-04T23:54:07 < aandrew> they get them as a reward FOR being quiet 2018-11-04T23:54:37 < Steffanx> Not even a pacifier? 2018-11-04T23:55:49 < aandrew> it's been a long time since they've needed pacifiers 2018-11-04T23:56:05 < Steffanx> Haha 2018-11-04T23:56:08 < antto> teh internetz is teh new pacifier 2018-11-04T23:56:51 < aandrew> I honestly don't mind my kids on youtube/webshit because MOST of the time they're reading/watching something educational. they know I have zero tolerance for them watching stupid shit online 2018-11-04T23:57:19 < aandrew> so the one has watched practically every nasa documentary you can imagine and knows more about how to fly a plane than I ever will 2018-11-04T23:57:27 < aandrew> the ohter isn't doing much yet 2018-11-04T23:57:50 < aandrew> lol 2018-11-04T23:57:55 < antto> they gon analyze the trajectory of the butt cheekz 2018-11-04T23:58:01 < aandrew> I remove their ability to go on the internet --- Day changed Mon Nov 05 2018 2018-11-05T00:00:45 < Steffanx> Imagine they got into STM32 AND IRC. 2018-11-05T00:00:56 < antto> oh sh*t 2018-11-05T00:01:10 < antto> childhood -> ruined 2018-11-05T00:01:34 < antto> no, u sadist! 2018-11-05T00:01:40 < antto> how can u be so cruel 2018-11-05T00:01:45 < antto> ..pics x_x 2018-11-05T00:01:50 < Steffanx> Where is crt when you need him 2018-11-05T00:01:57 < antto> i don't wish to my worst enemy 2018-11-05T00:06:05 < aandrew> Cracki: the 14yo thought she was being sneaky but I told her pretty matter-of-factly that if she tries to go around my blocks again that they will be permanent 2018-11-05T00:06:12 < aandrew> it's amusing how kids think they can get around the router 2018-11-05T00:06:26 < aandrew> the 23yo (when he was 16-17) had a similar eduation 2018-11-05T00:06:44 -!- Streaker [~Streaker@45.250.227.17] has quit [Quit: Streaker] 2018-11-05T00:07:05 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-05T00:07:28 < aandrew> of course. I've shown her that she has absolutely no self control over her online time and interests so I am being forced to treat her this way 2018-11-05T00:07:47 < aandrew> I leave loopholes in on purpose and I give her chances to redeem herself by removing the restrictions without telling her to see what she does 2018-11-05T00:08:06 < antto> isn't it kinda hard to prevent them from getting internetz if they really want to? 2018-11-05T00:08:07 < aandrew> does she understand the purpose behind what then, perhaps I don't understand your question 2018-11-05T00:08:23 < aandrew> antto: absolutely not. The only access is through my router 2018-11-05T00:08:47 < aandrew> Cracki: of course not. she's 14 and thinks what she's doing doesn't matter 2018-11-05T00:09:20 < aandrew> she understands my goals, she understands my job as a parent is to teach her how to take care of herself and that includes being able to set personal limits and stick to them 2018-11-05T00:09:46 < aandrew> her incentives include more freedom online / screen time 2018-11-05T00:10:09 < aandrew> these are good questions by the way 2018-11-05T00:10:30 < antto> but.. all the cat gifs aren't going to watch themselves! 2018-11-05T00:11:16 < aandrew> Cracki: I tend to set my limits for her beyond where I expect her to set her own limits; she shouldn't hit them in normal use 2018-11-05T00:11:36 < aandrew> Cracki: and yes, personal limits are to be set by the person, but this is part of learning and education 2018-11-05T00:11:46 < aandrew> it's not like I have it locked down witout explanation or education 2018-11-05T00:11:51 < aandrew> heh 2018-11-05T00:13:08 < antto> dark with distant thunders 2018-11-05T00:13:31 < Steffanx> My main issue what getting home on time. Such easy childhood without internet or phone. 2018-11-05T00:14:24 < aandrew> Cracki: what do you mean? 2018-11-05T00:14:56 < aandrew> usually I don't set up limits until something egregious happens 2018-11-05T00:15:33 < aandrew> I am very much a fan of hands-off parenting and only setting up limits when it's either unsafe or when something has happened 2018-11-05T00:15:45 < aandrew> Cracki: with me most times it's very calm 2018-11-05T00:15:56 < aandrew> with my wife it's like the spanish inquisition 2018-11-05T00:16:01 < aandrew> out of nowhere and draconian 2018-11-05T00:16:02 < Steffanx> Haha 2018-11-05T00:16:32 < aandrew> yeah I'm not thrilled with it 2018-11-05T00:16:57 < aandrew> mostly and sadly for me it's just about until the kids are older (youngest is 6) 2018-11-05T00:17:09 < aandrew> I divorced with young kids once and I'd rather die than do that again 2018-11-05T00:17:44 < aandrew> it's ok now (they're 19 and 17) but I lost a lot of important time with them 2018-11-05T00:17:55 < aandrew> I married waaaay too early, kids too early and with the wrong person 2018-11-05T00:18:07 < aandrew> second time around I thought I got it right, but it was just a lot more ... subtle 2018-11-05T00:18:23 < aandrew> she's a good person, but just not for me. maybe we outgrew each other 2018-11-05T00:18:53 < antto> like butt cheekz during twerking 2018-11-05T00:19:26 < antto> i AM in my room >:/ 2018-11-05T00:19:38 < aandrew> reminds me of a joke 2018-11-05T00:19:46 < aandrew> "stop that son, you'll go blind!" "I'm over HERE, dad!" 2018-11-05T00:19:57 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 252 seconds] 2018-11-05T00:20:16 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-05T00:23:52 < aandrew> "people have their trajectories" is a very very nice way to put it 2018-11-05T00:24:03 < aandrew> I haven't seen him today Cracki 2018-11-05T00:24:05 < aandrew> er crt 2018-11-05T00:30:17 < Steffanx> Thanks for sharing superbia 2018-11-05T00:35:13 < Steffanx> Are you alright superbia? 2018-11-05T00:36:21 < Steffanx> Kitler. 2018-11-05T00:36:57 < Steffanx> I expected something else crt :D 2018-11-05T00:39:21 < PeterM> crt is that dog a good boy? 2018-11-05T00:42:02 -!- sterna1 [~Adium@c-e5b8d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-05T00:43:06 < Steffanx> 12 min of is too much 2018-11-05T00:43:18 < Steffanx> Of this* 2018-11-05T00:43:41 < Steffanx> I was most annoyed by the tv being in front of the window. 2018-11-05T00:44:15 < Steffanx> And the door was already open -_- 2018-11-05T00:44:37 < Steffanx> Do you like anime superbia? 2018-11-05T00:53:56 < Steffanx> Idk. Id ask ranewen if he were still around 2018-11-05T00:55:07 < Steffanx> Have a good sleep sir 2018-11-05T01:10:22 -!- johntramp [~john@175.111.102.145] has quit [Changing host] 2018-11-05T01:10:22 -!- johntramp [~john@unaffiliated/johntramp] has joined ##stm32 2018-11-05T01:12:15 < Steffanx> Stvn? 2018-11-05T01:56:07 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 240 seconds] 2018-11-05T01:58:24 -!- psprint_ [~psprint@91.245.82.2] has quit [Ping timeout: 252 seconds] 2018-11-05T02:58:23 -!- Cyric_ [~quassel@154.133.95.88.customer.cdi.no] has quit [Ping timeout: 245 seconds] 2018-11-05T03:05:52 -!- Cyric [~quassel@unaffiliated/cyric] has joined ##stm32 2018-11-05T03:11:22 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-05T03:16:33 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-05T03:43:00 -!- retrosenator [~pi@172.56.29.247] has joined ##stm32 2018-11-05T03:43:33 < retrosenator> can stm32f3 really act like opamp?? 2018-11-05T03:48:09 < retrosenator> wow 2018-11-05T03:48:39 < retrosenator> I need 1000x gain 2018-11-05T03:48:57 < retrosenator> so the adc to sample signal from 0-3 millivolts 2018-11-05T03:49:04 < retrosenator> and get full range 2018-11-05T03:49:14 < retrosenator> 250ksps 2018-11-05T03:49:29 < retrosenator> I was using two opamps in series 2018-11-05T03:49:42 < retrosenator> but is it possible to do in software somehow?? 2018-11-05T03:50:07 < retrosenator> I was using 15mhz opamps 2018-11-05T03:50:31 < retrosenator> I was doing that yes 2018-11-05T03:50:37 < retrosenator> but what about the programmable gain? 2018-11-05T03:57:52 < retrosenator> nice but nowhere near enough for this 2018-11-05T03:57:56 < retrosenator> but very good to know 2018-11-05T04:00:30 < retrosenator> can it compare only few millivolt? 2018-11-05T04:00:45 < retrosenator> I guess adc with enough bits does that 2018-11-05T04:01:23 < retrosenator> hmm 2018-11-05T04:01:38 < retrosenator> interesting idea, adc output is ideal, more information 2018-11-05T04:01:51 < retrosenator> it's sonar, so maybe comparator output would signify a return 2018-11-05T04:02:04 < retrosenator> but adc output would give information about what it hit 2018-11-05T04:02:29 < retrosenator> yeah lol 2018-11-05T04:02:55 < retrosenator> yeah 2018-11-05T04:03:07 < retrosenator> could even nbe < 1mV 2018-11-05T04:03:10 < retrosenator> if it's a weak return 2018-11-05T04:04:41 < retrosenator> usually .3 volts but good idea 2018-11-05T04:14:33 -!- chipant [~chipant@202.51.88.125] has joined ##stm32 2018-11-05T04:40:39 -!- retrosenator [~pi@172.56.29.247] has quit [Quit: leaving] 2018-11-05T04:51:42 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has quit [Ping timeout: 244 seconds] 2018-11-05T05:13:27 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-05T05:42:33 < dongs> i'm about to start pumping 2018-11-05T05:43:07 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 240 seconds] 2018-11-05T05:46:49 < dongs> Ki Ng 2018-11-05T05:46:57 < dongs> why is entire book written by chinks/gooks 2018-11-05T05:47:05 < dongs> do americans not write shit anymore 2018-11-05T05:47:08 < dongs> too dumb? 2018-11-05T05:47:14 < dongs> how can some chinaman know more about american electronics 2018-11-05T05:47:19 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-05T05:47:27 < dongs> than 100% pure white aryan american 2018-11-05T05:53:27 -!- chipant [~chipant@202.51.88.125] has quit [Ping timeout: 268 seconds] 2018-11-05T05:54:40 -!- chipant [~chipant@202.51.88.63] has joined ##stm32 2018-11-05T05:56:16 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-05T06:36:57 -!- chipant [~chipant@202.51.88.63] has quit [Quit: Leaving] 2018-11-05T06:54:37 -!- fc5dc9d4_ [~quassel@p5B3A8236.dip0.t-ipconnect.de] has joined ##stm32 2018-11-05T06:58:42 -!- fc5dc9d4 [~quassel@p5B3A855A.dip0.t-ipconnect.de] has quit [Ping timeout: 252 seconds] 2018-11-05T07:50:25 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-05T07:50:27 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 240 seconds] 2018-11-05T07:50:34 -!- day__ is now known as day 2018-11-05T07:58:44 -!- jadew [~razvan@188.25.248.24] has quit [Ping timeout: 244 seconds] 2018-11-05T07:59:06 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 260 seconds] 2018-11-05T07:59:27 < emeb_mac> Gah - client just had a 2nd production run of an F7-based product and it won't run at the maximum rated 216MHz like the 1st run did. 2018-11-05T08:00:00 < emeb_mac> ST seems to be having trouble making F7s that meet the speed spec. 2018-11-05T08:00:32 < emeb_mac> of course 2018-11-05T08:00:41 < emeb_mac> for all the good that does 2018-11-05T08:02:05 < emeb_mac> I complained a few weeks ago - they told me "F7s only run at 200MHz with external DRAM" - I pointed out that I wasn't using external DRAM and they clammed up. 2018-11-05T08:02:46 < emeb_mac> not as far as I can see. 2018-11-05T08:03:55 < emeb_mac> Yeah - how long have these parts been out - 3 years now? 2018-11-05T08:04:26 < emeb_mac> the first batch I prototyped with ran fine @ 216, but lately I've been seeing lots of issues. 2018-11-05T08:06:02 < emeb_mac> so now I have to dial the frequency back and tweak the software capabilities. :P 2018-11-05T08:06:33 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-05T08:06:37 -!- jadew [~razvan@188.25.248.24] has joined ##stm32 2018-11-05T08:11:39 < dongs> the dongs 2018-11-05T08:12:36 < Sadale> tf? 2018-11-05T08:13:06 < friendofafriend> d... tf? 2018-11-05T08:22:55 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-05T08:23:40 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2018-11-05T08:35:24 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2018-11-05T08:49:51 -!- sterna [~Adium@c-81e1e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-05T09:01:09 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-05T09:36:33 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 252 seconds] 2018-11-05T09:36:56 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-05T09:37:39 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-05T09:49:21 -!- sterna [~Adium@c-81e1e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 260 seconds] 2018-11-05T10:01:11 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 244 seconds] 2018-11-05T10:02:57 -!- cjbaird [~cjb@124-169-129-41.dyn.iinet.net.au] has joined ##stm32 2018-11-05T10:10:28 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-05T10:15:14 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-05T10:32:43 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2018-11-05T10:39:32 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-05T10:59:58 < dongs> https://pbs.twimg.com/media/Dq71IZeXQAEezJl.jpg:large 2018-11-05T11:02:08 -!- jon1012 [~jon1012@foresight/developer/jon1012] has quit [Ping timeout: 245 seconds] 2018-11-05T11:04:55 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-05T11:05:00 -!- jon1012 [~jon1012@foresight/developer/jon1012] has joined ##stm32 2018-11-05T11:10:03 -!- jon1012 [~jon1012@foresight/developer/jon1012] has quit [Ping timeout: 252 seconds] 2018-11-05T11:11:56 < sk_tandt> Hello everyone, new to this valley of tears that microcontrollers are! 2018-11-05T11:17:01 < Sadale> hi :3 2018-11-05T11:18:48 < sk_tandt> Haohmaru: such as? 2018-11-05T11:21:44 < Sadale> don't worry. They're just kidding. :3 2018-11-05T11:22:04 < Sadale> Who's your favorite anime character? :3 2018-11-05T11:22:21 * Sadale takes out his calculator preparing deriving assumptions about sk_tandt :3 2018-11-05T11:22:53 < Sadale> Just kidding. Honestly I don't buy the idea of trap questions in this channel. 2018-11-05T11:22:59 -!- cjbaird [~cjb@124-169-129-41.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] 2018-11-05T11:23:05 < Sadale> lol 2018-11-05T11:23:27 < sk_tandt> Against my better advice and advisor, I'm practically Zetsubou Sensei incarnate, but I do esteem the Mushishi the most 2018-11-05T11:24:05 < Sadale> ow. I've watched neither of these anime :c 2018-11-05T11:24:14 < Sadale> I've heard of Mushishi tho. 2018-11-05T11:25:47 -!- Cyric [~quassel@unaffiliated/cyric] has quit [Ping timeout: 240 seconds] 2018-11-05T11:26:48 < sk_tandt> Sigh : ( 2018-11-05T11:27:07 < sk_tandt> 'Tho jail could be better than implementing offline voice recognition on an STM32L4 2018-11-05T11:27:18 -!- jon1012 [~jon1012@foresight/developer/jon1012] has joined ##stm32 2018-11-05T11:27:19 < Sadale> wow. Is that even possible? 2018-11-05T11:27:30 * Sadale checks the specs of STM32L4 2018-11-05T11:28:44 < zyp> L4 does have FPU? 2018-11-05T11:29:00 < Sadale> Why FPU is needed at all? 2018-11-05T11:29:16 < Sadale> Doesn't audio processing with integer arithematics work? 2018-11-05T11:29:56 < zyp> https://www.st.com/content/st_com/en/about/media-center/press-item.html/p3926.html <- there's already a bunch of stuff available 2018-11-05T11:30:11 < zyp> ST has some voice recognition demos somewhere too, IIRC 2018-11-05T11:30:22 < Sadale> Apparently STM32L4 has something called "Serial Audio Interface" 2018-11-05T11:30:36 < Sadale> I'm not entirely sure what it really does, tho 2018-11-05T11:30:37 < sk_tandt> Yep, I am trying my luck with DSP concepts, and I've found some pregress explorations by Spelgatti (who's objectively awesome) 2018-11-05T11:30:51 < zyp> Sadale, I2S and SPDIF tx/rx 2018-11-05T11:30:53 < sk_tandt> But it is like carrying a cross 2018-11-05T11:31:12 < Sadale> ah. I guess that isn't relevant because analog audio reception would work 2018-11-05T11:31:37 -!- psprint_ [~psprint@91.245.82.2] has joined ##stm32 2018-11-05T11:32:26 < Sadale> For speech recognition I guess it's mostly about gathering the formants of the voice if you're talking about the vowels. 2018-11-05T11:32:35 < Sadale> I still don't have much idea on how do you work with consonants. 2018-11-05T11:32:38 -!- Cyric [~quassel@154.133.95.88.customer.cdi.no] has joined ##stm32 2018-11-05T11:32:38 -!- Cyric [~quassel@154.133.95.88.customer.cdi.no] has quit [Changing host] 2018-11-05T11:32:38 -!- Cyric [~quassel@unaffiliated/cyric] has joined ##stm32 2018-11-05T11:32:48 < Sadale> oh. voice recognition. 2018-11-05T11:32:55 < sk_tandt> Good point, but it was my mistake 2018-11-05T11:32:55 < Sadale> ahh. I see. 2018-11-05T11:32:59 < sk_tandt> Speech recognition it is 2018-11-05T11:33:40 < sk_tandt> Ahahahaha, thanks <3 2018-11-05T11:33:49 < Sadale> Justa obtain the signal Do fourier transform, get the formants and you'll get the vowels rather easily. The first three formants should be enough. 2018-11-05T11:34:09 < Sadale> For consonants, again, I've no idea :P 2018-11-05T11:35:27 < sk_tandt> Haohmaru: does the STM32 have such luxuries? 2018-11-05T11:35:51 < sk_tandt> If I had network connectivity, I'd cloud the problem to death 2018-11-05T11:35:51 < sk_tandt> RNN 2018-11-05T11:36:03 < Sadale> train the network offline? 2018-11-05T11:36:20 < Sadale> It's going to take a while to implement it and perform the training on the chip. 2018-11-05T11:36:55 < sk_tandt> I did, but I was utterly oblivious to the possibility of neural networks on an STM32! 2018-11-05T11:36:56 < Sadale> Anyway I hope that sk_tandt isn't really having the problem of offline speech recognition with STM32L4. 2018-11-05T11:37:14 < sk_tandt> Sadale: I really do, pray for me 2018-11-05T11:37:18 < Sadale> sk_tandt, ow. 2018-11-05T11:37:44 < Sadale> sk_tandt, you've got my condolence. >_< 2018-11-05T11:37:53 < Sadale> pow(good_luck,256.0); 2018-11-05T11:38:17 < sk_tandt> Haohmaru: considering I have multiple (and unknown) voice sources to train against, how fast do you suppose the STM32 will be able to iterate? I could ballpark the estimate with TensorFlow, but here I'm literally clueless 2018-11-05T11:38:36 < zyp> why would you train on stm32? 2018-11-05T11:38:44 < Sadale> because Haohmaru suggested that? 2018-11-05T11:38:48 < Sadale> xD 2018-11-05T11:39:02 < Sadale> lol ok 2018-11-05T11:39:11 < Sadale> I'm sorry. I lied :3 2018-11-05T11:39:34 < zyp> train the network on a GPU, then copy the gains or whatever they are called to the stm32 after it's trained 2018-11-05T11:39:46 < Sadale> I think he wants it offline somehow. 2018-11-05T11:39:57 < zyp> the training or the usage? 2018-11-05T11:40:11 < Sadale> no idea. 2018-11-05T11:40:18 < sk_tandt> zyp: the usage only, thankfully 2018-11-05T11:40:25 < Sadale> Oh. I get the idea. 2018-11-05T11:40:37 < sk_tandt> I'm not certain about what you mean with gains 'tho: plz details 2018-11-05T11:40:39 < Sadale> I had the impression that you guys were talking about training it right inside the STM32 2018-11-05T11:41:01 < sk_tandt> Sadale: that was my suggestion due to not knowing the speaker beforehand 2018-11-05T11:41:12 < zyp> sk_tandt, weights? 2018-11-05T11:41:50 -!- psprint_ [~psprint@91.245.82.2] has quit [Ping timeout: 276 seconds] 2018-11-05T11:41:50 < sk_tandt> Oh okz! I'm looking into the ST libraries 2018-11-05T11:41:55 < Sadale> I guess what he meant is train the data outside the microcontroller. Then you'll get all those trained parameters. Then hard-code the trained parameters into the STM32. 2018-11-05T11:42:04 < zyp> yes 2018-11-05T11:42:45 < sk_tandt> My my, it seems I could even import a TensorFlow model with STM32CubMX.AI 2018-11-05T11:42:58 < Sadale> I wonder if training for speech recognition is that easy. 2018-11-05T11:43:13 < Sadale> The theory isn't difficult. But I wonder how difficult it is in practice. 2018-11-05T11:43:21 < sk_tandt> Sadale: it isn't, but it's viable AND there are pre-trained models 2018-11-05T11:43:22 < sk_tandt> ; D 2018-11-05T11:43:27 < Sadale> cool! 2018-11-05T11:43:48 < sk_tandt> If you guys orbitate anywhere near Florence (Tuscany, not US) do ping me, you've all won a free beer 2018-11-05T11:44:17 < Sadale> me neither >_< 2018-11-05T11:45:04 < zyp> BrainDamage can have mine if he's close enough 2018-11-05T11:45:36 < karlp> I think he's too far north 2018-11-05T11:46:08 < zyp> might be, I just know he's in italy, not where in italy 2018-11-05T11:46:22 < sk_tandt> ty 2018-11-05T11:46:58 < Sadale> Is Pizza popular in Italy? 2018-11-05T11:47:08 < zyp> I don't think they eat pizza in italy 2018-11-05T11:47:11 < Sadale> ow 2018-11-05T11:47:17 < Sadale> really? 2018-11-05T11:47:35 < Sadale> I thought that they'd at least have pizza sometimes. 2018-11-05T11:48:10 < sk_tandt> lol, only a myth 2018-11-05T11:48:16 < sk_tandt> ^ it's actually our staple food 2018-11-05T11:48:26 < Sadale> oh cool! :) 2018-11-05T11:49:00 < Sadale> rice is staple food here in Hong Kong. I'd imagine that also hold true in many parts of China. That ain't a stereotype. 2018-11-05T11:49:38 < zyp> pretty sure that's true for most of east asia 2018-11-05T11:52:35 < Sadale> Perhaps it's easy to grow rice here. 2018-11-05T11:53:59 < BrainDamage> I'm about 400km away 2018-11-05T11:54:15 < zyp> aww 2018-11-05T11:55:00 < Sadale> that's far >_< 2018-11-05T11:59:19 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-05T12:07:27 < sk_tandt> BrainDamage: Turin or Rome? 2018-11-05T12:07:42 < BrainDamage> como 2018-11-05T12:10:14 < jadew> https://i.imgur.com/nebcKkR.gifv 2018-11-05T12:15:19 < Sadale> jadew, lol wtf? 2018-11-05T12:15:27 < jadew> crt, not much 2018-11-05T12:16:31 -!- Maxoul [~poncho@alc.ovh] has joined ##stm32 2018-11-05T12:19:02 < karlp> https://www.aliexpress.com/item/todays-unexpected-product/32792905094.html 2018-11-05T12:19:21 < karlp> (you can get it cased on banggood for ~same price, and also 10 port versions) 2018-11-05T12:19:38 < Maxoul> Hi all, my question could seems dumb but I'm running in circle for hours now... I made a project for STM32F4XX (Nucleo 411) with CubeMX and everything is working fine so far. Except that now I need to have access to functions and def like RCC_AHXXPeriphClockCmd and stuff. And I have ONLY stm32f4xx_hal_yyy files in my folder... 2018-11-05T12:20:03 < karlp> how was anythign working when youdidn't have those? 2018-11-05T12:20:07 < karlp> how ws it working before hand? 2018-11-05T12:20:08 < jadew> karlp, is that useful? 2018-11-05T12:20:35 < Maxoul> Apparently I'm looking for the "standard peripherical library" made obsolete by the use of STM32Cube 2018-11-05T12:20:49 < karlp> jadew: I wouldn't think so. 2018-11-05T12:20:54 < Maxoul> karlp: because I used the HAL ? 2018-11-05T12:21:03 < karlp> certainly not in raid0 arrangement :) 2018-11-05T12:21:09 < jadew> karlp, ah, I thought I'm missing something 2018-11-05T12:21:09 < karlp> Maxoul: so, use the hal then? 2018-11-05T12:21:33 < karlp> jadew: it woudl seem to me to be a way of just addign up unreliability 2018-11-05T12:21:36 < Maxoul> can't anymore for a nfc driver I'm developping 2018-11-05T12:22:04 < Maxoul> why everybody but me have a "stm32f4xx_rcc.h" file for example... 2018-11-05T12:22:14 < Maxoul> (same for gpio, etc.) 2018-11-05T12:22:43 < srk> lol 2018-11-05T12:22:47 < Maxoul> I have a stm32f4xx_hal_rcc.h but it doesn't define RCC_AHB1PeriphClockCmd... 2018-11-05T12:22:50 < jadew> karlp, it's possible it's the next gen fake SSD 2018-11-05T12:22:59 < karlp> Maxoul: that's the stdperiph lib interface, 2018-11-05T12:23:09 < karlp> you may be interested in the _ll_ interfaces, 2018-11-05T12:23:18 < karlp> but these dont' really mix and match all together very well. 2018-11-05T12:23:30 < karlp> also, why "can't anymore" ? 2018-11-05T12:23:44 < Maxoul> ll = stdperiph ? 2018-11-05T12:24:15 < karlp> no, stdperiph = stdperiph 2018-11-05T12:24:20 < Maxoul> because so far I was ok just to use HAL calls, but I'm currently testing a driver/example for RC422 RFiD card reader found on github 2018-11-05T12:24:37 < karlp> ll = lowlevel, the new one because people were unhappy with hal 2018-11-05T12:24:50 < karlp> just convert the code 2018-11-05T12:24:56 < karlp> it wil only be api call names 2018-11-05T12:25:37 < Maxoul> did that means that all codes found on github with "stm32f4xx_yyy" includes are kind of obsoletes ? 2018-11-05T12:25:40 < karlp> jadew: this one appears to have footprints for flash on the back, and sdcards on the front, so would definitely be a more tradidiotional harddrive: https://www.aliexpress.com/item/10-ports-Micro-SD-TF-Memory-Card-to-SATA-SSD-Adapter-with-RAID-Quad-2-5/32848612759.html 2018-11-05T12:26:00 < karlp> stdperiph isn't provided for all targets, but you can still find it aroundthe places 2018-11-05T12:26:07 < karlp> it's definitely not supported by ST going forward. 2018-11-05T12:26:17 < Maxoul> damn 2018-11-05T12:26:49 < Maxoul> I didn't though stm32 was such a graveyard :/ 2018-11-05T12:27:26 < karlp> that's an interesting perspective on the word graveyard 2018-11-05T12:27:40 < karlp> you found some old code online, and you tried to mix it with another API and ... ? 2018-11-05T12:27:59 < karlp> if you want to copy/paste, perhaps try mbed or arduino? 2018-11-05T12:28:00 < Maxoul> No, there is *only* old code online 2018-11-05T12:28:14 < Maxoul> so far that I found ofc 2018-11-05T12:28:36 < karlp> mayb rc422 is dead and no-one else cares anymore? or it's trivially portable to hal/ll/alternatives 2018-11-05T12:28:56 < Maxoul> might be that too 2018-11-05T12:29:46 < Maxoul> anyway thanks karlp for the clarification 2018-11-05T12:29:52 < Maxoul> appreciated 2018-11-05T12:30:12 < karlp> f4 might still have stdperiph lib available if you look harder 2018-11-05T12:30:21 < karlp> but I don't think cubemx will offer it 2018-11-05T12:30:33 < Maxoul> I found it on official ST site yes 2018-11-05T12:30:59 < karlp> https://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32-standard-peripheral-libraries/stsw-stm32065.html 2018-11-05T12:31:12 < Maxoul> but as you said, rewriting it for the HAL might be a better idea 2018-11-05T12:31:25 < karlp> and might not actually be very difficult. 2018-11-05T12:31:40 < karlp> what's the github repo you'ðre looking at? (just for my own curiosity) 2018-11-05T12:31:50 < Maxoul> as I 1) personnaly find it nice to use 2) i'm currently testing platforms & mcu and a lil' abstraction should not harm 2018-11-05T12:31:54 < karlp> (aka, it's monday morning and it's chilly and I'm avoiding my own work) 2018-11-05T12:32:09 < Maxoul> don' tell me bout that :p 2018-11-05T12:32:31 < Maxoul> for example this one: https://github.com/zthxxx/STM32-Contiki_Sensor_Smart_Home/blob/master/Hardware/RC522/RC522.h 2018-11-05T12:32:45 < Maxoul> or this one https://github.com/ninharp/STM32F103_RFID_Access_Control/blob/master/lib/tm_mfrc522.h 2018-11-05T12:32:59 < Maxoul> and this one too https://stm32f4-discovery.net/2014/07/library-23-read-rfid-tag-mfrc522-stm32f4xx-devices/ 2018-11-05T12:33:23 < karlp> porting contiki code will probably be harder than porting stdperiphlib to hal 2018-11-05T12:34:37 < Maxoul> oh no wrong link, first one should be https://github.com/MaJerle/stm32f429/blob/master/00-STM32F429_LIBRARIES/tm_stm32f4_mfrc522.c 2018-11-05T12:34:42 < Maxoul> anyway 2018-11-05T12:34:51 < karlp> keiling in gplv3 hehe. 2018-11-05T12:38:28 < karlp> that ninharp one has some fairly suspect code in it, but *shrugs* functional I guess 2018-11-05T12:39:28 < karlp> good lucking building it though, I wonder how good eclipse is at really storing settings 2018-11-05T12:40:16 < karlp> heh, using dwt for millisecond and upd elays, and counting uptime. 2018-11-05T12:42:45 < qyx> much fast? 2018-11-05T12:53:06 < qyx> wtf why are people using typedef'd byte? 2018-11-05T12:53:29 < qyx> is uint8_t that much longer or what 2018-11-05T12:55:40 < qyx> also byte *data, byte length 2018-11-05T12:56:19 < karlp> because they probably ported some arduino code ;) 2018-11-05T12:56:47 < karlp> c894lyfe 2018-11-05T12:57:01 < karlp> Haohmaru: well, arduino proivides the byte typedef, and lots of their apis use it. 2018-11-05T13:18:48 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2018-11-05T13:21:19 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2018-11-05T13:22:52 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2018-11-05T13:30:30 < aandrew> Maxoul: lots of cubemx code online 2018-11-05T13:30:48 < aandrew> and besides, most times the code quality you find online is questionable, so you use it as reference only and write your own implementation 2018-11-05T13:36:19 -!- khazi [~khazi@157.45.233.176] has joined ##stm32 2018-11-05T13:43:45 -!- psprint_ [~psprint@91.245.82.2] has joined ##stm32 2018-11-05T13:57:03 -!- gnom [~aleksande@178.150.7.153] has quit [Ping timeout: 264 seconds] 2018-11-05T14:03:20 < mawk> char is unsigned on many plateforms Haohmaru no ? 2018-11-05T14:03:26 < mawk> so char is the same length as byte 2018-11-05T14:03:27 < mawk> problem solved 2018-11-05T14:03:36 < mawk> and char is always 8 bits in the C standard 2018-11-05T14:04:07 < mawk> I know it's signed on Android, but nobody cares about Android 2018-11-05T14:05:56 < karlp> pretending that char will always be the signed/unsigned you think is a definite trap. 2018-11-05T14:06:07 < karlp> and its not 8 bits, it at least 8 bits isn't it? 2018-11-05T14:07:55 < mawk> in the std C it's 8 always bits karlp , for special standards I don't know 2018-11-05T14:08:16 < mawk> :( 2018-11-05T14:08:27 < mawk> 8 always bits 2018-11-05T14:08:30 < mawk> what's happening to me 2018-11-05T14:08:34 < mawk> must be lack of caffeine 2018-11-05T14:09:34 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-05T14:12:09 < mawk> ah, gcc thinks char is distinct from both unsigned char and signed char 2018-11-05T14:12:12 < mawk> I forgot this distinction 2018-11-05T14:16:04 < karlp> mawk: [citation needed] 2018-11-05T14:16:28 < karlp> pretty sure it's byte is at least 8 bits, and sizeof works in units of "bytes" 2018-11-05T14:19:10 < mawk> yeah it's not exactly 8 bits, but it's always 1 sizeof unit 2018-11-05T14:19:45 < mawk> https://en.cppreference.com/w/c/language/arithmetic_types 2018-11-05T14:19:59 < karlp> yeah, like I said ... 2018-11-05T14:20:27 < karlp> "An object declared as type char is large enough to store any member of the basic 2018-11-05T14:20:29 < karlp> execution character set. 2018-11-05T14:21:51 < mawk> see the table at the bottom 2018-11-05T14:22:16 < mawk> yeah 2018-11-05T14:23:28 < mawk> let's say that char is always 1 byte then 2018-11-05T14:23:41 < karlp> the table at the bottom of that page is not in anyway normative 2018-11-05T14:24:24 < karlp> byte 2018-11-05T14:24:26 < karlp> addressable unit of data storage large enough to hold any member of the basic character 2018-11-05T14:24:28 < karlp> set of the execution environment 2018-11-05T14:24:50 < mawk> that definition is too large, for C99 at least 2018-11-05T14:24:56 < mawk> they say precisely that it must be 1 byte 2018-11-05T14:25:02 < mawk> http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf 2018-11-05T14:25:10 < mawk> pdf page 92 2018-11-05T14:25:23 < mawk> or in fake document pages it's 80 2018-11-05T14:26:05 < mawk> they don't count the table of contents maybe 2018-11-05T14:26:43 < karlp> yes, a byte is a char. 2018-11-05T14:27:13 < karlp> well no, 2018-11-05T14:27:17 < karlp> a char fits in a byte 2018-11-05T14:27:31 < karlp> TIL trigraph sequences in C. 2018-11-05T14:27:38 < karlp> I'm never goign to use them, but hey, new 2018-11-05T14:28:53 < mawk> they removed it from the latest C++ standard 2018-11-05T14:29:17 < mawk> from the latest draft standard 2018-11-05T14:29:48 < mawk> there's also the operators in all letters, eg or and xor not_and 2018-11-05T14:30:01 < mawk> you can even use them in C if you include stdsomenumber.h 2018-11-05T14:31:11 < mawk> why not 2018-11-05T14:31:13 < mawk> it makes pretty code 2018-11-05T14:31:25 < mawk> if (a and b) do_something 2018-11-05T14:32:06 < mawk> nacht means night no ? 2018-11-05T14:32:35 < mawk> yeah 2018-11-05T14:32:39 < mawk> gute Nacht 2018-11-05T14:34:20 < mawk> emacs even hilight them in C++ mode 2018-11-05T14:34:44 < mawk> so it's even prettier 2018-11-05T14:36:13 < mawk> my school forced us to use emacs or vim 2018-11-05T14:36:24 < mawk> I was among the ~5 people to choose emacs, but I liked it so I keeped it 2018-11-05T14:38:59 < mawk> pekt 2018-11-05T14:43:31 < Steffanx> Yay 2018-11-05T14:51:27 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-05T14:56:27 < mawk> #include 2018-11-05T14:56:33 < mawk> I found the name of your dream header Haohmaru 2018-11-05T14:57:11 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has joined ##stm32 2018-11-05T14:57:22 < mawk> it's the one that adds the "and" "or" and stuff to C 2018-11-05T14:57:48 < mawk> what do you like 2018-11-05T14:57:56 < mawk> I stumbled upon D this morning, it looks like a cool language 2018-11-05T14:57:58 < mawk> I'm gonna learn it 2018-11-05T14:58:05 < mawk> that's not a language 2018-11-05T14:58:56 < BrainDamage> it is http://lolcode.org/ 2018-11-05T14:58:58 < mawk> or maybe it's a very advanced language in which characters are pixels and can take 2^32 values each, and is written in 2 dimensions 2018-11-05T15:06:46 < karlp> I kinda feel like D is where rust will end up. 2018-11-05T15:06:52 < karlp> lots of fans, but never made it. 2018-11-05T15:07:58 < mawk> I read about it this morning because some guy from Facebook left it job to code on D full-time 2018-11-05T15:18:07 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-05T15:21:08 < qyx> interesting, I should consider including the lolcode interpreter in my next stm32 project 2018-11-05T15:21:24 < qyx> looks evolved enough 2018-11-05T15:24:02 < Thorn> will it have the U WOT M8 statement? 2018-11-05T15:27:23 < qyx> CAN I HAZ SPI? 2018-11-05T15:27:34 < qyx> GIMME result FOR 0x25 2018-11-05T15:27:59 < qyx> OH NO VISIBLE "spi error" 2018-11-05T15:49:16 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2018-11-05T16:12:16 < Laurenceb124> wew Jordan Peterson is on BB question tiem 2018-11-05T16:17:21 < Laurenceb124> *BBC 2018-11-05T16:18:08 < Laurenceb124> /pol/acks love the BBC now 2018-11-05T16:18:53 < mawk> not if he loses the debate 2018-11-05T16:22:14 < Laurenceb124> u wot m8 code 2018-11-05T16:22:23 < Laurenceb124> main.chav 2018-11-05T16:25:23 < Laurenceb124> yay companies house 2018-11-05T16:25:42 < Laurenceb124> all uk ltd company financials are now open access 2018-11-05T16:33:25 < kakimir> avr ADC sampling is horrible 2018-11-05T16:38:46 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-05T16:42:01 -!- benishor [~benny@86.121.41.118] has joined ##stm32 2018-11-05T16:52:43 < Laurenceb124> no shit 2018-11-05T16:54:06 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2018-11-05T16:54:12 < Laurenceb124> lul amerimutt is slowly developing a local accent 2018-11-05T16:57:11 -!- emeb [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-05T17:02:56 < Steffanx> Dont ask, dont ask Haohmaru ;( 2018-11-05T17:02:58 < Steffanx> ;) 2018-11-05T17:05:43 < karlp> I've often found it interesting how some people rapidly move to either a neutral/local accent, and some hold their own accent, 2018-11-05T17:05:54 < karlp> without this seeming to have any bearing on what other cultural affects they pick up or don't 2018-11-05T17:07:51 < Laurenceb124> Haohmaru: guy I'm working with 2018-11-05T17:08:01 < Laurenceb124> wew just got off the phone to him 2018-11-05T17:08:23 < Laurenceb124> >ring him up to ask where he got some stainless steel part from 2018-11-05T17:08:38 < Laurenceb124> >he talks about random aspect of the design for 15 minutes 2018-11-05T17:08:47 < Laurenceb124> >but where did you get them from 2018-11-05T17:09:01 < Laurenceb124> >"I dunno lol I'll ask my wife.. if I can find her" 2018-11-05T17:09:04 < Laurenceb124> yes 2018-11-05T17:09:34 < Laurenceb124> >5minutes of him running around his house shouting for his waifu 2018-11-05T17:16:23 < Laurenceb124> no wonder they elected Trump 2018-11-05T17:21:49 < Laurenceb124> maybe I should buy him some Ritalin 2018-11-05T17:32:47 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2018-11-05T17:39:48 < mawk> what's "waifu" 2018-11-05T17:39:55 < mawk> you made up that word Laurenceb124 2018-11-05T17:40:29 < Laurenceb124> lurn to internet 2018-11-05T17:41:14 < mawk> you did it again 2018-11-05T17:42:11 < mawk> http://www.kana.fr/top-15-des-waifus/ 2018-11-05T17:42:17 < mawk> it's even a thing in my country 2018-11-05T17:52:34 < karlp> hrm, there was a really great halloween pic of someone wearing a waifu pillow with their muscled arms out the side 2018-11-05T17:52:36 < karlp> can't find it 2018-11-05T17:57:17 < mawk> you tried D karlp ? 2018-11-05T17:57:21 < mawk> or you just heard about it a bit 2018-11-05T17:59:15 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has quit [Ping timeout: 252 seconds] 2018-11-05T18:03:02 < karlp> heard and read about it a bit, and, like rust, it all seems very nice, but I can't justify trying to spend time on it. 2018-11-05T18:03:27 -!- khazi [~khazi@157.45.233.176] has quit [Remote host closed the connection] 2018-11-05T18:03:28 < karlp> python/lua work for me on desktop pcs, and C/lua for varying levels of embedded, 2018-11-05T18:03:49 < karlp> I don't have time to go and make sure all the ecosystems work with more artistic languages. 2018-11-05T18:04:26 < karlp> go/rust/ada/haskell just dont' give me enough vs having to learn them. 2018-11-05T18:04:41 < karlp> it might be different if I _didn't_ know anything and to pick somewhere to start of course, 2018-11-05T18:04:47 < mawk> I see 2018-11-05T18:04:51 < mawk> yeah 2018-11-05T18:05:00 < karlp> and of course, cant' foreget js, seeing as that's what I'v espent all day writing. 2018-11-05T18:05:08 < karlp> that shit goes everywhere. 2018-11-05T18:05:17 < mawk> lol 2018-11-05T18:05:18 < mawk> yeah 2018-11-05T18:05:28 < mawk> well I was looking for a new language to use for system stuff, in place of C 2018-11-05T18:05:48 < karlp> so what's "system stuff" for you then? 2018-11-05T18:05:49 < mawk> lots of people said rust, but it seems they only spent time on the memory part of the language and not much on the rest 2018-11-05T18:06:13 < mawk> system programming on PC 2018-11-05T18:06:16 < karlp> because for me, I get ~all the performance I need just using python and and all the ease of use. 2018-11-05T18:06:22 < karlp> yeah, but what's "system programming" 2018-11-05T18:06:27 < mawk> so that needs easy integration with C libraries, access to inline assembly, etc 2018-11-05T18:06:39 < karlp> you really need inline assembly? :) 2018-11-05T18:06:41 < karlp> _really_? 2018-11-05T18:06:54 < karlp> you're stuck with c/c++ then, so making up absurd goals :) 2018-11-05T18:06:58 < mawk> well networking, threads, syscalls, device files, etc 2018-11-05T18:07:13 < mawk> it's not a need, it's just a criteria to find a "system" language 2018-11-05T18:07:21 < mawk> I don't need inline assembly 2018-11-05T18:07:29 < karlp> I'm just saying, most people don't need a "system" language, 2018-11-05T18:07:33 < karlp> even if they think they do 2018-11-05T18:08:13 < qyx> speaking of python, have you tried micropython ported in a larger C project? 2018-11-05T18:08:25 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-05T18:08:44 < karlp> what do you mean, using micropython on the desktop because it's "smaller" ? or what? 2018-11-05T18:08:45 < mawk> the things I need is easy linking with usual C shared libraries, all the syscalls, being able to make C-style structs without having to make a correspondance between C structs and native structs 2018-11-05T18:08:48 < mawk> that sort of thing 2018-11-05T18:09:38 < karlp> ease of using existing C .sos, is always goign to be where verious languages go from "sane" to "insane" fairly quickly. 2018-11-05T18:09:45 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 268 seconds] 2018-11-05T18:09:49 < karlp> but if enough of it is already available, *shrugs* 2018-11-05T18:10:20 < karlp> making c style structs without having to make a struct map wat? 2018-11-05T18:10:33 < karlp> you're making rules are pretty much, "it must be c/c++" 2018-11-05T18:10:45 < qyx> no, having an embedded C project which embeds a micropython interpreter for scripting/other purposes 2018-11-05T18:10:55 < mawk> at least D and somewhat python satisfy that requirement 2018-11-05T18:11:15 < karlp> show me your declared c structs in python? 2018-11-05T18:11:39 < mawk> with ctypes 2018-11-05T18:11:53 < karlp> qyx: not I, I'm also onlyusing lua on openwrt scale stuff, not baremetal stuff elua style. 2018-11-05T18:12:27 < karlp> mawk: if you call ctypes "making c structs without having to corrspond between types" then ok, we have different interpretations :) 2018-11-05T18:12:27 < mawk> class C(ctypes.Structure): _fields_ = [('field1', ctypes.c_int), ('field2', ctypes.c_int)] 2018-11-05T18:13:01 < mawk> I mean without having to pass an opaque binary buffer to the syscall and get out one by one the fields to native types 2018-11-05T18:13:14 < karlp> see that looks nothing like a c struct, but a lot like a language specific way of specifying how to map things. 2018-11-05T18:13:29 < mawk> yeah 2018-11-05T18:13:31 < mawk> and it's not manual 2018-11-05T18:13:37 < mawk> but that's why I said "somewhat" for python 2018-11-05T18:14:04 < mawk> also cffi does it all by itself by parsing the header file 2018-11-05T18:17:20 < karlp> autogenerated stuff tends to be "functional, yet gross and painful" most of the time. 2018-11-05T18:17:42 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-05T18:18:20 < kakimir> my bandgap interpolation works 2018-11-05T18:18:38 < mawk> yeah I never trusted it, only used ctypes 2018-11-05T18:19:13 < karlp> when you have C on the other side.... 2018-11-05T18:19:22 -!- benishor [~benny@86.121.41.118] has quit [Ping timeout: 250 seconds] 2018-11-05T18:19:26 < karlp> which is true sometimes, but it's not a very general solution :) 2018-11-05T18:19:29 < kakimir> I have under 1% error across voltage range, ex. around 4.8 there is around 1% error 2018-11-05T18:19:29 -!- benishor_ [~benny@5.2.137.216] has joined ##stm32 2018-11-05T18:20:03 < mawk> I don't get how you do that kakimir, the temperature isn't like noise, no ? 2018-11-05T18:20:23 < mawk> how can you compensate the 4% error we saw the other day 2018-11-05T18:20:27 < kakimir> I don't understand what you are saying 2018-11-05T18:20:40 < kakimir> next I need to input temperature instead of fixed value 2018-11-05T18:21:07 < mawk> so you're using the curves in the datasheet to remove the error then 2018-11-05T18:21:13 < mawk> or something 2018-11-05T18:21:49 < kakimir> yes 2018-11-05T18:21:55 < kakimir> interpolating in 2 functions 2018-11-05T18:21:59 < kakimir> first temperature 2018-11-05T18:22:04 < mawk> ah 2018-11-05T18:22:04 < kakimir> then voltage 2018-11-05T18:22:13 < mawk> you're interpolating the curves of the datasheet 2018-11-05T18:22:13 < kakimir> on attiny 2018-11-05T18:22:24 < kakimir> only voltage ranges I find useful 2018-11-05T18:23:02 < kakimir> so the value moves inside that "box" we talked about 2018-11-05T18:23:06 < mawk> yes 2018-11-05T18:23:08 < kakimir> depending on stuff 2018-11-05T18:23:11 < mawk> how good is your interpolation ? 2018-11-05T18:23:14 < mawk> for the temperature 2018-11-05T18:23:16 < kakimir> too big. 2018-11-05T18:23:26 < mawk> because there are only three points shown in the datasheet 2018-11-05T18:23:33 < mawk> 80°C 25°C and -40°C or something 2018-11-05T18:23:39 < kakimir> idk really 2018-11-05T18:23:51 < kakimir> I think it can be better than nothing 2018-11-05T18:23:54 < mawk> maybe there's the general formula somewhere you can use 2018-11-05T18:23:58 < mawk> to improve that interpolation thing 2018-11-05T18:25:06 < kakimir> if it can't replace expensive operations with bitshifts it's no use 2018-11-05T18:25:19 < mawk> you can tabulate the values at startup 2018-11-05T18:25:22 < mawk> and keep it in memory 2018-11-05T18:25:30 < mawk> ah no, you have very few memor 2018-11-05T18:25:31 < mawk> y 2018-11-05T18:25:34 < kakimir> you mean instead of interpolating 2018-11-05T18:25:37 < kakimir> I would use table? 2018-11-05T18:25:43 < kakimir> no man 2018-11-05T18:25:47 < mawk> no, you would compute the table at startup 2018-11-05T18:25:51 < mawk> using the expensive formula 2018-11-05T18:25:56 < mawk> and store table somewhere for quick use 2018-11-05T18:26:03 < mawk> but it doesn't work with your ram size 2018-11-05T18:26:05 < kakimir> I have 128bytes of sram 2018-11-05T18:26:30 < kakimir> *silence* 2018-11-05T18:26:40 < mawk> lol 2018-11-05T18:32:31 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 246 seconds] 2018-11-05T18:33:21 < kakimir> using internal bandgap requires 1ms settling time 2018-11-05T18:33:26 < kakimir> meeeh 2018-11-05T18:33:43 < kakimir> 500microseconds does it 2018-11-05T18:36:28 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-05T18:46:31 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Quit: Leaving] 2018-11-05T18:49:06 < englishman> Quel est votre waifu préférée? 2018-11-05T18:49:08 < englishman> mdr 2018-11-05T19:06:08 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-05T19:07:16 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-05T19:11:30 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 252 seconds] 2018-11-05T19:11:31 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-05T19:15:11 -!- catphish [~charlie@unaffiliated/catphish] has joined ##stm32 2018-11-05T19:17:27 -!- catphish [~charlie@unaffiliated/catphish] has quit [Quit: Leaving] 2018-11-05T19:18:22 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-05T19:39:48 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-05T19:47:12 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-05T19:48:03 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-05T19:50:51 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Read error: Connection reset by peer] 2018-11-05T19:54:36 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-05T20:03:05 -!- Streake_ [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-05T20:04:31 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Read error: Connection reset by peer] 2018-11-05T20:07:27 -!- Streake_ is now known as Streaker 2018-11-05T20:11:20 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-05T20:29:18 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-05T20:46:19 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-05T21:07:03 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-05T21:13:18 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-05T21:27:16 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-05T21:33:39 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-05T21:47:29 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-05T22:00:21 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-05T22:01:38 < catphish> i'm too lazy to engineer this myself, so perhaps someone can just give me a solution: someone wants 10+ RFID readers with external antennas connected to a single USB connection, on a budget 2018-11-05T22:02:08 < catphish> there seem to be plenty of very very cheap RFID readers but they have uart outputs, not sure how best to multiplex them 2018-11-05T22:03:38 < catphish> so perhaps something with lots of uart, or a low cost rfid (maybe nfc) device with the ability to use an exernal antenna and an spi/i2c interface 2018-11-05T22:06:02 < c10ud> just put a virtual uart on the usb 2018-11-05T22:06:12 < c10ud> and connect through a hub 2018-11-05T22:07:19 < PaulFertser> catphish: isn't "lots of uart" exactly the excuse you needed to use an FPGA for some real job? ;) 2018-11-05T22:07:47 < kakimir> _Budget_ 2018-11-05T22:07:51 < PaulFertser> ice40 2018-11-05T22:08:12 < catphish> c10ud: do you mean just lots of individual usb-uart adapters? on a usb hub? 2018-11-05T22:08:34 < c10ud> i guess that's the cheapest option, like 10$ 2018-11-05T22:09:25 < catphish> i am looking at whole RFID reader setups with uart outputs that only cost around $6 2018-11-05T22:09:39 < catphish> so hoped there might be a cheap way to bulk connect them 2018-11-05T22:10:39 < c10ud> https://www.ebay.com/p/Cp2102-USB-2-0-to-TTL-UART-Module-6pin-Serial-Converter-STC-Replace-Ft232-Module/1479714412?iid=381374541932 2018-11-05T22:11:05 < catphish> cool :) 2018-11-05T22:11:36 < catphish> c10ud: might be worth going to the effort of soldering some of those and a hub to a board 2018-11-05T22:12:33 -!- EntropyWizard [~entwiz@73.31.123.0] has joined ##stm32 2018-11-05T22:13:15 < c10ud> catphish, that's the 1st I found, but depending on distance you might want to get the ones with a mini/micro usb out 2018-11-05T22:14:52 < PaulFertser> How about emulating many uarts on a single stm32? 2018-11-05T22:15:38 < catphish> PaulFertser: i did think about that, at 9600 baud, do you think there's time to manually receive a few channels of uart? 2018-11-05T22:15:51 < catphish> seems like there would be actually 2018-11-05T22:16:05 < Steffanx> so many options. Could even add some spi-uart ic 2018-11-05T22:16:12 < PaulFertser> catphish: st claims they can do 115200 on one emulated uart. 2018-11-05T22:16:52 < catphish> PaulFertser: i don't know how that translates to 10 uarts, but... this actually seems like a really neat idea now that i think about it 2018-11-05T22:17:44 < catphish> could potentially use interrupts and timers to time the time between state changes on each pin, then calculate the incoming bits 2018-11-05T22:19:18 < Steffanx> perfect job for a fpga though :P 2018-11-05T22:19:30 < Steffanx> time to learn vhdl or verilog ( or whatever you prefer ) 2018-11-05T22:19:45 < catphish> i'm not that familiar with FPGAs, is it easy to make a uart? 2018-11-05T22:20:58 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:90bd:f3eb:9c6e:50ff] has joined ##stm32 2018-11-05T22:24:22 < Steffanx> You can just download some "cores" but wouldnt call it easy. 2018-11-05T22:25:18 < catphish> ah ok 2018-11-05T22:25:29 < Steffanx> i'd go with hw/sw uart or some spi-uart ics 2018-11-05T22:25:49 < catphish> seems like something where you have to recover the clock from the signal would be among the hardest 2018-11-05T22:28:07 < Steffanx> there are stm32 with 8 uarts 2018-11-05T22:28:14 < Steffanx> (at least that's what cube tells me) 2018-11-05T22:28:50 < catphish> a row of these might be the best option: https://uk.farnell.com/nxp/sc16is740ipw-128/uart-1-ch-5mbps-tssop-16/dp/2776217 2018-11-05T22:29:30 < catphish> uart interface ICs are actually bizarrely expensive 2018-11-05T22:31:31 < Steffanx> for two of those you get one of those: https://nl.mouser.com/ProductDetail/STMicroelectronics/STM32F091VCT6TR?qs=sGAEpiMZZMve4%2fbfQkoj%252bEwgNB5P1SNfex0lWUD%252bQMY%3d :P 2018-11-05T22:31:45 < Steffanx> not sure if it really has 8 uarts, didnt check 2018-11-05T22:32:14 < catphish> i'll get out the cubemx 2018-11-05T22:33:02 < catphish> i've never used its parametric search 2018-11-05T22:35:16 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Read error: Connection reset by peer] 2018-11-05T22:35:35 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-05T22:35:44 < Steffanx> good evening mr superbia 2018-11-05T22:36:06 < catphish> STM32F091 has 8 uarts and even comes in a nucleo package :) 2018-11-05T22:36:41 -!- sterna [~Adium@c-e5b8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-05T22:37:31 < Steffanx> \o/ 2018-11-05T22:37:51 < catphish> can't get 8 uarts *and* usb though 2018-11-05T22:38:39 < catphish> so most likely the solution is a couple of those multiplexing into a ftdi usb chip 2018-11-05T22:38:55 < catphish> that's all basically no money 2018-11-05T22:39:01 < catphish> thanks 2018-11-05T22:39:34 -!- benishor [~benny@86.121.41.118] has joined ##stm32 2018-11-05T22:41:08 < Steffanx> if < 15-20 pound is no money, then yeah. (excl. the readers) 2018-11-05T22:41:12 < jpa-> eh, finally got my device enumerating as WinUSB automatically on windows 2018-11-05T22:41:18 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-05T22:41:39 < jpa-> https://github.com/pbatard/libwdi/wiki/WCID-Devices i wish i had found this a few days ago 2018-11-05T22:42:09 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-05T22:42:19 -!- benishor_ [~benny@5.2.137.216] has quit [Ping timeout: 268 seconds] 2018-11-05T22:42:24 < Steffanx> bookmarked 2018-11-05T22:43:44 < catphish> Steffanx: not even that much i wouldn't say 2018-11-05T22:45:36 < catphish> oh, actually, yeah 3.38 english pounds for each stm32, plus the USB IC plus the connectors plus the board 2018-11-05T22:46:32 < Steffanx> Even a 4 channel uart-spi ic is only like 4-5 euro. Two of those and you dont need the usb ic when you pick a usb stm32 2018-11-05T22:46:59 < catphish> there's no stm32 with usb and multiple uarts 2018-11-05T22:47:23 < catphish> so probably better just to get a USB uart IC, which will also handle the 3v3 supply 2018-11-05T22:47:32 < catphish> then chain a couple of stm32s to it 2018-11-05T22:47:45 < Steffanx> My search showed there is an f0 with usb and 4 uarts 2018-11-05T22:48:17 < catphish> will the stm32 also handle power supply? 2018-11-05T22:48:18 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-05T22:48:56 < Steffanx> Just usb the bus power? 2018-11-05T22:49:13 < catphish> ie convert usb bus power to 3v3 to power itself and another stm32 2018-11-05T22:49:37 < catphish> night :) 2018-11-05T22:50:03 < catphish> bedtime boys 3: army boys 2018-11-05T22:51:05 < Steffanx> Just use a cheaparse ldo catphish ? 2018-11-05T22:51:16 < catphish> hmm yeah, duh 2018-11-05T22:51:27 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 240 seconds] 2018-11-05T22:51:51 < catphish> so i just need to check the ICs can do all their usarts plus spi at the same time 2018-11-05T22:52:13 < catphish> then all i'd need is 2 STM32s and a LDO and i'll get 12 UARTs 2018-11-05T22:52:23 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:90bd:f3eb:9c6e:50ff] has quit [Quit: Konversation terminated!] 2018-11-05T22:52:48 < catphish> or worst case scenario, i lose a UART from each and stil reach my target of 10 2018-11-05T22:54:44 < Steffanx> its funny how a stm32 with 8 uarts with a shit load of ram is cheaper than a dedicated UART IC with only 128 Bytes/uart. 2018-11-05T22:55:47 < malinus> god bless arm 2018-11-05T22:56:12 < aandrew> heh 2018-11-05T22:56:21 < aandrew> it's not to do with arm, just good vendors 2018-11-05T22:56:34 < aandrew> sam3 has some amazing parts too and cheap as shit 2018-11-05T22:56:47 < aandrew> apparently sam3u is 480mbps capable and cheap 2018-11-05T22:56:48 < Steffanx> i didnt hate efm32 either. 2018-11-05T22:56:50 < aandrew> just a lot of pins 2018-11-05T22:57:19 < Steffanx> only thing i hate about atmel and silabs is the IDE crap (which you obviously dont have to use but ... ) 2018-11-05T22:57:21 < catphish> Steffanx: it is a little mad 2018-11-05T22:57:52 < Steffanx> oh and Atmel libs are terrible. 2018-11-05T22:57:56 < Steffanx> i should say microchip. 2018-11-05T23:00:08 < karlp> aandrew: was it you or englishman using sam4e or something, (the new ones) and finding a bunch of errata. 2018-11-05T23:00:11 < karlp> they look nice though 2018-11-05T23:02:17 < aandrew> I found a shitton of errors at the start of the year on SAM4, englishman probably found a shitload more 2018-11-05T23:02:31 < aandrew> yeah they are cheap and powerful, but it looks like it may be headache-inducing to work with them 2018-11-05T23:02:33 < karlp> catphish: there's a few projects doing dual usb-uart on stm32, and at least one with three that I've seen, but I can't find it right now. 2018-11-05T23:02:35 < catphish> Steffanx: so yes, i can do STM32F070CBT (4xUSART + 1xSPI + 1xUSB) and STM32F091RCT (8xUSART + 1xSPI) 2018-11-05T23:02:40 < malinus> Steffanx: well goot thing about 8-bit is thatyou don't really need libs :P 2018-11-05T23:02:56 < aandrew> heh 2018-11-05T23:03:28 < catphish> so 2 of them clained with SPI can do USB to 12xUART for a cost of £5.39 2018-11-05T23:03:28 < karlp> jpa-: glad to hear abotu wcid working, there's a PR on locm3 to support the special string indices it asks for. 2018-11-05T23:03:44 < malinus> working on 32-bit with no libs are less fun though 2018-11-05T23:03:59 < catphish> i don't use libs, except constants 2018-11-05T23:04:15 < catphish> but thats just a matter of personal taste / autism 2018-11-05T23:04:19 < karlp> cp2108*2 + terminus tech usb hub chip.. 2018-11-05T23:04:44 < catphish> karlp: it would be 3 of those 2018-11-05T23:04:56 < karlp> whatever uyou need, 2018-11-05T23:04:59 < malinus> catphish: just defines on stm32? Or LL? 2018-11-05T23:05:07 < karlp> but yeah, usb2serial chips + usb hub is going to be "easiest" 2018-11-05T23:05:13 < catphish> malinus: LL? 2018-11-05T23:05:14 < karlp> the rest of it is software wankery 2018-11-05T23:05:22 < karlp> unless you're planning on making enough to offeset the sw dev cost 2018-11-05T23:05:32 < malinus> catphish: low level library - mostly just structs/defines 2018-11-05T23:05:45 < malinus> timer->crc etc. 2018-11-05T23:05:56 < catphish> malinus: yeah, i use the official libs i guess, but only for the defined they provide 2018-11-05T23:06:02 < catphish> *defines 2018-11-05T23:06:20 < catphish> malinus: yeah i use those 2018-11-05T23:06:22 < malinus> catphish: "offical libs". That could be a number of things in 2018 :P 2018-11-05T23:07:01 < catphish> malinus: specifically i use STM32Cube_FW, i never considered that to be a library, but actually that's bullshit 2018-11-05T23:07:02 < malinus> stm32 have a 30 page slideshow trying to explain their current libs situations 2018-11-05T23:07:09 < catphish> malinus: it provides a LOT of help 2018-11-05T23:07:53 < catphish> it allows me to do things like FEATURE->REGSTER = SETTING | OTHER_SETTING 2018-11-05T23:09:29 < catphish> i'm actually not sure whether to create a generic device that simulates 12 serial ports, of a proprietary device that simulates a single serial port and just outputs lines prefixed with which port they came from 2018-11-05T23:09:35 < malinus> what about LED_GREEN(ON). PWM_PB4_(120khz, 20%)->start()?! 2018-11-05T23:09:47 < catphish> malinus: yeah i don't do that 2018-11-05T23:09:50 < malinus> ;) 2018-11-05T23:10:06 < catphish> my taste is for manipulating each register individually 2018-11-05T23:10:15 < malinus> catphish: I'm yet to see that elaborate library. Well except maybe arduino, but that's slow as fuck 2018-11-05T23:10:33 < catphish> even though it usually ends up that i have to waste time writing my own heelpers 2018-11-05T23:10:36 < malinus> I think libopencm3 comes close 2nd but faster 2018-11-05T23:12:10 < catphish> once i have this setup, my intention is to plug in any number of these: https://www.ebay.co.uk/itm/UART-125Khz-EM4100-RFID-Card-Key-ID-Reader-RF-Module-RDM6300-For-Arduino-CS/273318955472?_trkparms=aid%3D111001%26algo%3DREC.SEED%26ao%3D1%26asc%3D20160908105057%26meid%3D741dd3c95e9e4d2fbc3d593f5d549b29%26pid%3D100675%26rk%3D1%26rkt%3D15%26sd%3D273318955472%26itm%3D273318955472&_trksid=p2481888.c100675.m4236&_trkparms=pageci%3A6a50cec0-e13f-11e8-a 2018-11-05T23:12:11 < catphish> 4c1-74dbd180106f%7Cparentrq%3Ae5b7aca21660aa479f3b35e3fffc7251%7Ciid%3A1 2018-11-05T23:12:17 < catphish> eww ebay link 2018-11-05T23:12:26 < catphish> https://www.ebay.co.uk/itm/UART-125Khz-EM4100-RFID-Card-Key-ID-Reader-RF-Module-RDM6300-For-Arduino-CS/273318955472 2018-11-05T23:12:34 < malinus> aliexpress.com is even worse 2018-11-05T23:12:37 < catphish> why the fuck must they add all that crap 2018-11-05T23:13:21 < catphish> i may even be able to build the rfid readers onto my own board 2018-11-05T23:15:24 < catphish> that opens a new can of worms though, since the rfid readers are just an MCU and an op amp 2018-11-05T23:16:59 -!- Chris_M [~Chris_M@121.45.253.70] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-05T23:19:10 < karlp> malinus: ali's great, the only important bit is the /numbers.html portion of the url. 2018-11-05T23:22:18 < karlp> https://www.aliexpress.com/item/like-this-malinus/32946566805.html 2018-11-05T23:24:21 < Steffanx> 8 2018-11-05T23:28:32 < catphish> i might just build 10 these https://www.serasidis.gr/circuits/RFID_reader/images/125kHz_RFID_reader_schem.GIF 2018-11-05T23:28:38 < catphish> then i only need one MCU 2018-11-05T23:29:08 < Steffanx> Attiny. Go away. Pleasse 2018-11-05T23:30:14 < catphish> lol 2018-11-05T23:30:27 < catphish> well minus the attiny and the power supply and the uart and the buzzer 2018-11-05T23:30:41 < catphish> 10 of those can be hooked up to a single stm32 2018-11-05T23:31:20 < Steffanx> 10x the effort. 2018-11-05T23:31:31 < Steffanx> But you have a pick and placer 2018-11-05T23:31:35 < karlp> catphish: how? you still need 10 uarts? 2018-11-05T23:31:49 < catphish> no need for any uarts 2018-11-05T23:31:55 < karlp> or are you now going to do the software for 10 soft rx ttls? 2018-11-05T23:32:00 < catphish> the stm32 can take the place of 10 of those attinys 2018-11-05T23:32:23 < catphish> no uart needed 2018-11-05T23:33:57 < catphish> someone wants to detect the location of some model trains :) 2018-11-05T23:34:24 < catphish> they want to put coils under the track and connect them back to usb 2018-11-05T23:35:13 < catphish> so i can replicate the analog portion of this circuit 10 times https://www.serasidis.gr/circuits/RFID_reader/images/125kHz_RFID_reader_schem.GIF 2018-11-05T23:35:35 < catphish> and "PB1" can be 10 inputs of an stm32 2018-11-05T23:36:04 < catphish> oh right, yes 2018-11-05T23:36:04 < karlp> if you're after a sw dev project sure ... 2018-11-05T23:36:14 < karlp> how many of these are you going to make again? 2018-11-05T23:36:27 < catphish> karlp: 1 :) 2018-11-05T23:36:31 < catphish> but i want it to be good 2018-11-05T23:36:43 < karlp> you're insane :) 2018-11-05T23:37:15 < catphish> can bus might be cool, but i can make this seriously cheap if one stm32 just drives all 10 coild 2018-11-05T23:37:18 < catphish> *coils 2018-11-05T23:37:56 < catphish> it's either that, or make my USB to 10x UART interface, and buy 10 pre-made rfid readers 2018-11-05T23:38:53 < catphish> yeah i was thinking the line between the coils and the reader might be a problem 2018-11-05T23:38:58 < catphish> so probably better to have modules 2018-11-05T23:39:21 < catphish> if i *make* the modules, that line can be CAN 2018-11-05T23:39:42 < karlp> have you finished the other nfc+timing project yet? 2018-11-05T23:40:08 < catphish> karlp: almost :) 2018-11-05T23:40:43 < catphish> this one is more of a favour for someone else, just happened to be something i know a bit about 2018-11-05T23:40:53 < kakimir> https://www.voragotech.com/products/va10820-radiation-hardened-arm%C2%AE-cortex%C2%AE-m0-mcu 2018-11-05T23:41:07 < catphish> Cracki: in that diagram the attiny drives the coil and looks at the output from he coil, converts the pattern to UART 2018-11-05T23:41:26 < catphish> Cracki: that's correct, it's been digitized by that point 2018-11-05T23:41:51 < catphish> is line length likely to be a problem for 3v3 digital? 2018-11-05T23:42:10 < catphish> yeah, only 2 lines are needed, the fet output and input from comparator 2018-11-05T23:43:00 < kakimir> attiny mentioned 2018-11-05T23:43:33 < catphish> well the uart is not needed at all if the comparator output goes straight to the USB IC 2018-11-05T23:44:10 < catphish> an stm32 can do USB and simultaneously so what that attiny does 2018-11-05T23:44:24 < catphish> *do what 2018-11-05T23:44:40 < kakimir> I'm looking at attinys 2018-11-05T23:44:49 < kakimir> atm. 2018-11-05T23:44:54 < catphish> Cracki: in this case that is what i was referring to yes, sorry 2018-11-05T23:45:23 < kakimir> attiny816 scares me 2018-11-05T23:45:25 < catphish> so 1) stm32 connects to usb 2) it generates an output to the FET(s) 3) it collects the results from the comparator(s) 2018-11-05T23:45:28 < kakimir> but it has potential 2018-11-05T23:46:00 < catphish> only needs one pin for the clock output, plus one input per coil 2018-11-05T23:47:04 < kakimir> hmm! 2018-11-05T23:49:00 < catphish> the real question is whether line length to the coil matters 2018-11-05T23:49:09 < catphish> if not, i'll put it all on one board 2018-11-05T23:49:26 < kakimir> Cracki: how about divider? 2018-11-05T23:49:44 < catphish> Cracki: wire from the coil to the board 2018-11-05T23:49:54 < catphish> coil, long wire, board 2018-11-05T23:49:57 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Read error: Connection reset by peer] 2018-11-05T23:50:16 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-05T23:50:27 < catphish> no, it's quite normal to use 2 different guages of wire 2018-11-05T23:50:40 < catphish> thick wire for the backhaul, thin for the coil 2018-11-05T23:50:57 < catphish> like this: https://i.ebayimg.com/images/g/rmEAAOSwenJbyWJI/s-l1600.jpg 2018-11-05T23:51:33 < catphish> actually, i literally have that board and that coil in my office 2018-11-05T23:51:40 < catphish> i'll just get some long wire and try it 2018-11-05T23:51:46 < karlp> can yhou guys see this link properly? https://nc.beeroclock.net/s/6ojR3zmSH8Srtqc 2018-11-05T23:52:10 < catphish> karlp: i can see the link, it says https://nc.beeroclock.net/s/6ojR3zmSH8Srtqc 2018-11-05T23:52:15 < karlp> harhar 2018-11-05T23:52:28 < catphish> and yes, i can see a missing pin 2018-11-05T23:53:07 < catphish> and a bent pin 2018-11-05T23:53:13 < kakimir> attiny816 is even like.. cheapish 2018-11-05T23:53:22 < catphish> treat your plug better :) 2018-11-05T23:56:01 < Steffanx> I used 1617. But just for its touch functionality 2018-11-05T23:56:10 < Steffanx> The data visualizer is pretty nice 2018-11-05T23:56:29 < Steffanx> And not too expensive either 2018-11-05T23:57:07 < Steffanx> The ic, not the visualizet 2018-11-05T23:57:08 < Steffanx> R 2018-11-05T23:57:27 < kakimir> how does that touch stuff work? 2018-11-05T23:59:02 < karlp> catphish: yeah, like, I unplugged it and it was like that, 2018-11-05T23:59:11 < karlp> it's not exactly a plug I ever need to unplug normally. 2018-11-05T23:59:24 < catphish> karlp: :( 2018-11-05T23:59:31 < catphish> looks like something in a car 2018-11-05T23:59:34 < karlp> tis. 2018-11-05T23:59:55 < karlp> no high beams -> no sticker for inspection -> no resale value. 2018-11-05T23:59:57 -!- EntropyWizard [~entwiz@73.31.123.0] has left ##stm32 [] --- Day changed Tue Nov 06 2018 2018-11-06T00:01:36 < catphish> so it appears that parallel wires have essentially no inductance 2018-11-06T00:01:36 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T00:02:04 < catphish> so with a twisted pair, i should be able to carry these signals a decent distance 2018-11-06T00:02:28 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T00:04:54 -!- ds2 [~ds2@rehut.com] has quit [Ping timeout: 244 seconds] 2018-11-06T00:07:39 -!- ds2 [~ds2@rehut.com] has joined ##stm32 2018-11-06T00:12:27 < jadew> what's the topic? 2018-11-06T00:12:51 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Read error: Connection reset by peer] 2018-11-06T00:13:10 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T00:13:14 < jadew> capacitive sensing? 2018-11-06T00:17:48 < jadew> looks like they just measure the disturbance in the force 2018-11-06T00:18:46 < jadew> when you touch it, there's enoug shift in voltage to trigger a schmitt trigger maybe? 2018-11-06T00:19:50 < aandrew> the vendors discovered you could use DT/CT subsystem to do capsense so everyone has them 2018-11-06T00:21:44 < catphish> fortunately, i have every component in that circuit to hand 2018-11-06T00:21:59 < catphish> so i'll build one and see if it works, then see if it still works with long cables 2018-11-06T00:24:27 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2018-11-06T00:27:50 < jadew> lol 2018-11-06T00:28:15 < Steffanx> I dont even know who the one on the left is 2018-11-06T00:29:03 < jadew> makes sense that the elves are mixed race 2018-11-06T00:29:16 < Steffanx> Yes? 2018-11-06T00:29:22 < jadew> 2018-11-06T00:30:04 < Steffanx> -_- 2018-11-06T00:34:26 < jadew> I think exercise is the secret to stop aging 2018-11-06T00:34:49 < jadew> doesn't work as well for women, but they can age gracefully too 2018-11-06T00:35:00 < Steffanx> And make up 2018-11-06T00:35:43 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-06T00:35:45 < jadew> heh 2018-11-06T00:36:26 < aandrew> elves of color, hahahha 2018-11-06T00:37:10 < jadew> Cracki, but they're important enough that they get to live longer than men on average 2018-11-06T00:38:26 < antto> if yo brakes ain't workin and you gonna hit someone - u won't hit the mother with the baby 2018-11-06T00:39:00 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-06T00:39:00 -!- [1]MrMobius is now known as MrMobius 2018-11-06T00:39:25 < jadew> I've read this piece of wisdom in a comment on a youtube video 2018-11-06T00:39:55 < antto> youtube comments are the hotspot for wisdom 2018-11-06T00:39:56 < jadew> the guy made the point that babies are less valuable, because it takes less time and effort to make another one at the same level than an adult 2018-11-06T00:40:11 < jadew> but we're just wired the wrong way 2018-11-06T00:40:48 < jadew> he kinda had a point, but for some reason the thought terrifies me 2018-11-06T00:41:21 < kakimir> youtube comment wisdom 2018-11-06T00:42:08 < antto> afrika so far 2018-11-06T00:42:18 < antto> imma look at ghettos here 2018-11-06T00:43:23 < jadew> yeah, it makes sense, but it feels scary to think about it - probably because we're made to fear for kid's safety 2018-11-06T00:43:28 < antto> however, death of a young child kinda leaves quite an amount of pain on a bunch of adults around it 2018-11-06T00:43:35 < jadew> *kids' 2018-11-06T00:43:56 < jadew> antto, yep 2018-11-06T00:46:04 < kakimir> where is this chat going 2018-11-06T00:46:27 < antto> kakimir down 2018-11-06T00:46:36 < kakimir> yes 2018-11-06T00:46:53 < kakimir> so up? 2018-11-06T00:46:55 < antto> don't u know how thangs go around here 2018-11-06T00:47:54 < aandrew> the idea of human potential is something that thought experiment fails to take into account 2018-11-06T00:48:46 < antto> imma avoid this topic liek trump avoids admitting teh truth 2018-11-06T00:48:56 < antto> poof! 2018-11-06T00:49:23 < aandrew> what, one of trumps? 2018-11-06T00:49:33 < antto> Cracki ur FAKE NOOS 2018-11-06T00:50:14 < aandrew> lol 2018-11-06T00:51:37 < aandrew> oh there's lots of leftist retards 2018-11-06T00:51:39 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T00:52:07 < karlp> hanrun hey 2018-11-06T00:52:14 < karlp> is there anything better than HR911105A like zypsnips says? 2018-11-06T00:52:21 < zyp> better? 2018-11-06T00:52:24 < karlp> 50c each, can't complain I guess. 2018-11-06T00:52:57 < aandrew> looks like a decent little magjack 2018-11-06T00:53:07 < karlp> the one on work stuff seems to be entirely surface mount, with no leds, 2018-11-06T00:53:33 < antto> karlp get a cheap (free) botnet, make it search for a given component on chinese websites.. wait for some time till they see the statistics.. ;P~ 2018-11-06T00:53:36 < zyp> as long as you're doing 100base-t and the shape physically fit your design, that hanrun thing is nice 2018-11-06T00:54:36 < zyp> I don't think I want a socket without pth mechanical pins 2018-11-06T00:54:37 < karlp> think hanrun will be fine, https://www.aliexpress.com/item/cheaper-but-noidea-on-pinout/32694863099.html 2018-11-06T00:55:03 < zyp> pth mechanical pins with smt for signals might be fine 2018-11-06T00:55:12 < antto> Cracki a juice blender the size of a baby? 2018-11-06T00:55:36 < zyp> karlp, those looks like plain jacks without magnetics 2018-11-06T00:56:07 < antto> "blender blade purchased separately" 2018-11-06T00:56:36 < karlp> yeah, just gonna get the hanrun ones I guess. 2018-11-06T00:56:47 < antto> "do not put small childs into device" 2018-11-06T00:58:51 -!- jadew [~razvan@188.25.248.24] has quit [Changing host] 2018-11-06T00:58:51 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2018-11-06T00:59:35 < karlp> yeah, I don't want 50 or 100, 10 will be plenty :) 2018-11-06T01:00:05 < karlp> heh, kicad doesn't have an 8pin rs485 transceiver in the default setup, only all these full duplex 16pin shits 2018-11-06T01:01:19 < zyp> I've been doing some kitchen work today; getting everything lined up and fastened properly, and then some trim 2018-11-06T01:01:22 < zyp> https://bin.jvnv.net/file/yust7.jpg 2018-11-06T01:01:56 < zyp> https://bin.jvnv.net/file/rmoVB.jpg https://bin.jvnv.net/file/1Ygga.jpg https://bin.jvnv.net/file/2BT9B.jpg 2018-11-06T01:04:05 < aandrew> zyp: nice 2018-11-06T01:04:20 < aandrew> how long did it take to get the angles and cutout right for the cieling and moulding? 2018-11-06T01:07:50 < zyp> I used this angle copier thing which gave me a pretty decent starting point, and then I made some additional test cuts to make sure I could operate the saw precisely enough to get consistent results 2018-11-06T01:07:56 < zyp> didn't take too long 2018-11-06T01:08:57 < zyp> https://bin.jvnv.net/file/qz9WF.jpg <- I think this was after the first cut 2018-11-06T01:09:58 < zyp> that thing was about 30cm longer than it had to be, so plenty to practice on :p 2018-11-06T01:12:58 -!- sterna [~Adium@c-e5b8d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 245 seconds] 2018-11-06T01:14:38 -!- Maxoul [~poncho@alc.ovh] has quit [Quit: Lost terminal] 2018-11-06T01:16:56 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has joined ##stm32 2018-11-06T01:17:46 < Laurenceb124> muh waifu 2018-11-06T01:22:42 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 272 seconds] 2018-11-06T01:24:00 < Laurenceb124> https://www.bbc.co.uk/news/uk-england-london-46099562 2018-11-06T01:24:20 < Laurenceb124> >Scotland Yard said the Grenfell Tower investigation team is making inquiries. 2018-11-06T01:24:22 < Laurenceb124> my sides 2018-11-06T01:24:44 < englishman> lol 2018-11-06T01:25:54 < englishman> air france flight 447 investigation went faster and it was 20k leagues under the sea 2018-11-06T01:26:19 < Laurenceb124> >could have spent 5 seconds on liveleak and see all the flammable cladding epin wrecked videos 2018-11-06T01:26:45 < Laurenceb124> >instead spend over a year doing nothing and investigating a troll video 2018-11-06T01:26:53 < englishman> but which bunnings did they purchase it from 2018-11-06T01:27:17 < Laurenceb124> scotland yard masterminds at work 2018-11-06T01:27:39 < englishman> The Grenfell Tower fire broke out on 14 June 2017 2018-11-06T01:27:40 < englishman> The Grenfell Tower Inquiry began on 14 September 2017 2018-11-06T01:27:56 < englishman> good job lads 2018-11-06T01:28:34 < Laurenceb124> I almost wrote to some Londonistan MPs to tell them about flammible cladding in about 2015 2018-11-06T01:28:39 < Laurenceb124> but I'm too lazy 2018-11-06T01:28:48 < Laurenceb124> almost feel guilty... almost 2018-11-06T01:28:51 < englishman> how is your million pound led grow light scam doing 2018-11-06T01:29:29 < emeb> Laurenceb124: how would you have known about the flammable cladding in 2015? 2018-11-06T01:30:04 < Laurenceb124> emeb: alongside CE shit papaerwork, I also have handled building compliance shit paperwork for regional development authority 2018-11-06T01:30:13 < englishman> he probably bought some for his shed 2018-11-06T01:30:15 < Laurenceb124> little money earners for stuupiud officer work 2018-11-06T01:30:26 < emeb> Laurenceb124: you do get around. 2018-11-06T01:30:58 < Laurenceb124> my cousin is very high up in TFL 2018-11-06T01:31:04 < Laurenceb124> (Transport for London) 2018-11-06T01:31:11 < emeb> nepotism FTW! 2018-11-06T01:31:27 < Laurenceb124> yup 2018-11-06T01:31:43 < emeb> and I suspect that if you had written about it to an MP prior they would have just ignored it. 2018-11-06T01:32:02 < Laurenceb124> well everyone in the field knew about the problem back in about 2014 2018-11-06T01:32:16 < Laurenceb124> but nobody wanted to rock the environmental efficiency boat 2018-11-06T01:32:22 < emeb> yeah - and so you see what good all that did. 2018-11-06T01:33:11 < Laurenceb124> englishman: today I managed to get prices from Phillips 2018-11-06T01:33:35 < Laurenceb124> about $150/unit in large quantities for their 27W, 1m long unit 2018-11-06T01:33:42 < catphish> well my basic RFID setup works :) https://i.imgur.com/ETJvOsa.jpg 2018-11-06T01:34:07 < catphish> now just to decode it 2018-11-06T01:34:10 < Laurenceb124> not quite as wtf as I expected, but still makes no economic sense 2018-11-06T01:35:01 < Laurenceb124> I have a paper design for 1m long rail mounted unit using 100W and costing about $130 2018-11-06T01:36:42 < zyp> are you making a cannabis farm or what's the context here? 2018-11-06T01:37:26 < Laurenceb124> zyp: nah just considering selling LED horticultural lighting 2018-11-06T01:37:47 < zyp> why? 2018-11-06T01:38:05 < Laurenceb124> I while ago I created some multiphysics modelling for optimised light design 2018-11-06T01:38:38 < Laurenceb124> nobody seems to be making low cost passively cooled units using minimal metal parts 2018-11-06T01:38:44 < zyp> isn't there plenty of existing shit already? 2018-11-06T01:39:07 < zyp> I mean, even ikea sells LED growlights, I bought some last year 2018-11-06T01:39:16 < Laurenceb124> well there was a uni project I was semi involved with costing megabux to develope this idea 2018-11-06T01:39:16 < zyp> ref. https://bin.jvnv.net/file/1l1NU.jpg 2018-11-06T01:39:21 < Laurenceb124> and they failed epically 2018-11-06T01:39:49 < Laurenceb124> but I managed to meet all their goals with multiphysics based design optimisation earlier this year 2018-11-06T01:41:12 < Laurenceb124> interesting thanks 2018-11-06T01:41:21 < Laurenceb124> looks v low power though 2018-11-06T01:42:04 < Laurenceb124> uni design goals were ~200W per linear meter, ~55% efficiency, 50khours lifetime 2018-11-06T01:42:27 < Laurenceb124> payback time <10years versus HPS 2018-11-06T01:43:32 < zyp> hmm, looks like they are discontinued, ikea now only has some growlight led bulbs 2018-11-06T01:43:46 < Laurenceb124> the Phillips units are 27W/m, ~50% efficiency, ??k hours (users are complaining Phillips lied about lifetime), negative payback time 2018-11-06T01:44:39 < Laurenceb124> the uni guys basically gave up as they thought it was close to impossible to beat HPS under realistic economics, even with improved LEDs 2018-11-06T01:44:41 < zyp> what do you mean by W/m? 2018-11-06T01:44:56 < Laurenceb124> this stuff mounts to 40mm steel rails 2018-11-06T01:45:07 < Laurenceb124> they are already set up in the glasshouses 2018-11-06T01:45:18 < Laurenceb124> so how many watts input power per meter of rail 2018-11-06T01:45:23 < zyp> ah 2018-11-06T01:45:43 < zyp> well, you could just scale up in width, no? 2018-11-06T01:46:07 < sync> we have some osram shop light shit 2018-11-06T01:46:11 < sync> gets real hot tho 2018-11-06T01:46:40 < Laurenceb124> yeah to keep high efficiency and lifetime you need die temp below 65C or so 2018-11-06T01:46:50 < sync> interestingly the failure mode is the silicone dome going to shit 2018-11-06T01:46:51 < Laurenceb124> its very hard with passive cooling 2018-11-06T01:48:02 < zyp> I checked the ikea unit, it's 16W, bit less than half a meter long 2018-11-06T01:48:12 < Laurenceb124> a huge heatsink makes it too expensive -> the payback time is >10years 2018-11-06T01:48:56 < Laurenceb124> but anyway I came up with an extruded alu heatsink that worked in multiphysics and got quote of $14/m for it manufactured 2018-11-06T01:49:28 < sync> that's not hard tho 2018-11-06T01:49:37 < sync> custom extrusions are often the way to go 2018-11-06T01:50:00 < Laurenceb124> yeah but I might be able to sell quite a few before others catch on 2018-11-06T01:50:08 < Laurenceb124> if I find the right distributor 2018-11-06T01:50:19 < sync> idk 2018-11-06T01:50:55 < Laurenceb124> the goals the uni guys set seem very sane for horticultural installations 2018-11-06T02:02:36 < catphish> omg, serious newbie question, how on earth do i turn off a channel on my oscilloscope, i turned it on and now it's in my way 2018-11-06T02:02:54 < zyp> catphish, push the channel button again? 2018-11-06T02:03:21 < catphish> zyp: that does nothing :( it's a hmo1024 2018-11-06T02:04:08 < catphish> suppose i could rtfm 2018-11-06T02:04:51 < jadew> catphish, try pushing it again 2018-11-06T02:05:02 < jadew> first time it gets selected, second time it should turn off 2018-11-06T02:05:07 < catphish> i pushed it like 6 times :( 2018-11-06T02:05:24 < catphish> jadew: oh, that suddenly works 2018-11-06T02:05:39 < catphish> no idea why, i was pressing it repeatedly before 2018-11-06T02:05:41 < zyp> haha 2018-11-06T02:05:48 < sync> yeah the scanrate on some of them sucks 2018-11-06T02:06:22 < catphish> oh, if the scope is holding, it doesn't turn it off 2018-11-06T02:06:27 < jadew> catphish, does your scope do custom BW? 2018-11-06T02:06:27 < catphish> if it's running it works :) 2018-11-06T02:06:59 < catphish> jadew: a limited selection i think, i'm not very familiar with it 2018-11-06T02:07:19 < catphish> it's not mine, just borrowing it, but really want to buy one now 2018-11-06T02:07:27 < jadew> well, if it's a selection it's still better than my only 20 MHz on/off 2018-11-06T02:07:29 < catphish> it's sexy as hell by my standards 2018-11-06T02:07:58 < catphish> looks like the immediate options are 20MHz or "full" 2018-11-06T02:08:10 < catphish> so maybe thats all 2018-11-06T02:08:19 < jadew> yeah... 2018-11-06T02:08:49 < jadew> I had a very hard time this weekend trying to trigger on some signals and having multiple options for filters would have helped a lot 2018-11-06T02:16:27 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-06T02:17:11 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T02:25:10 < catphish> envelope detection now working https://i.imgur.com/NESVQ48.jpg 2018-11-06T02:25:22 < catphish> just need to get that into my MCU :) 2018-11-06T02:25:33 < jadew> seems to be working 2018-11-06T02:25:58 < jadew> is that not the envelope? 2018-11-06T02:26:20 < englishman> one physics is not enough. we need to go to multiphysics 2018-11-06T02:26:51 < catphish> that is the output from my simple envelope detector 2018-11-06T02:26:54 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 252 seconds] 2018-11-06T02:27:56 < catphish> and yes, i'm happy, just need to convert it to a digital signal now 2018-11-06T02:30:07 < catphish> i'm working from this design - https://www.serasidis.gr/circuits/RFID_reader/images/125kHz_RFID_reader_schem.GIF - not really sure why it goes twice through the opamp 2018-11-06T02:35:02 < aandrew> first opamp (ic2a) is a comparator 2018-11-06T02:35:19 < aandrew> er wait 2018-11-06T02:35:21 < jadew> I think that's a differentiator 2018-11-06T02:35:52 < aandrew> well c1 is ac coupling the signal 2018-11-06T02:35:57 < jadew> the second one seems to be an inverting amplifier, but I'm not sure exactly why it's made like that 2018-11-06T02:35:59 < catphish> the incoming signal is ac coupled indeed 2018-11-06T02:36:06 < aandrew> then where I'd have expected it ot bias and be compared, it's not 2018-11-06T02:36:19 < catphish> this design may not be good :) 2018-11-06T02:36:38 < catphish> it *feels* overcomplicated at the end by 3 amplifiers 2018-11-06T02:36:47 < catphish> but i'm no expert here 2018-11-06T02:36:54 -!- emeb [~ericb@ip68-3-245-224.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-06T02:37:16 < BrainDamage> the 2nd opamp has the double effect of biasing the transistor and sucking up the current that would otherwise end in R8 2018-11-06T02:38:06 < BrainDamage> so it both biases and acts as a transconductance amplifier 2018-11-06T02:38:39 < jadew> BrainDamage, what is it biasing? 2018-11-06T02:39:17 < BrainDamage> the collector, the negative feedback loop keeps Vc constant even if the input varies 2018-11-06T02:40:09 < jadew> right 2018-11-06T02:40:19 < jadew> but why is it made like that? 2018-11-06T02:40:44 < catphish> i think i'm gonna set this up in falstad, i know what i have at R5 so i can model it from there 2018-11-06T02:40:58 < jadew> couldn't he have just fed the output from ic2a straight into the negative input of an inverting amplifier and gotten the same result? 2018-11-06T02:41:03 < BrainDamage> it's a rather odd design, maybe some of the opamp specs are barely matching like stability, etc 2018-11-06T02:41:11 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-06T02:41:31 < BrainDamage> hard to give a sure answer without delving in the datashit 2018-11-06T02:41:43 < BrainDamage> it does feel like an overcomplication 2018-11-06T02:42:09 < BrainDamage> a good quality opamp and 2 inverting amps, provided if stable, should be more than adequate 2018-11-06T02:42:58 < catphish> you get 2 opamps in that package, maybe using both was cheaper 2018-11-06T02:43:18 < jadew> I wonder if he's riding the non linear region of the transistor 2018-11-06T02:43:32 < jadew> could get a logarithmic effect out of it 2018-11-06T02:44:24 < jadew> although, 4k7 and 1k8 doesn't really sounds like it 2018-11-06T02:45:08 < jadew> yep, 1.38 V on the base, so not really 2018-11-06T02:53:15 < jadew> anyone found some good and cheap enclosures that don't look cheap? :D 2018-11-06T02:55:36 < jadew> looks cheap 2018-11-06T02:56:13 < jadew> I don't know 2018-11-06T02:56:45 < jadew> haven't seen a good yet that doesn't cost > $100 2018-11-06T02:57:10 < jadew> don't have links now, but it's those enclosures thare are made from multiple parts 2018-11-06T02:57:24 < jadew> chassis, metal sheet surrounding them, pro finish 2018-11-06T02:57:34 < jadew> nice looking front and back panels 2018-11-06T02:57:59 < catphish> just for fun i ran the antenna via a few metres of cable, didn't change anything 2018-11-06T02:58:23 < jadew> at 125 kHz, no doubt 2018-11-06T02:58:49 < catphish> so that's good, as long as i can figure out an amp setup, this should work 2018-11-06T03:02:25 < catphish> as far as i can see all it needs to do is turn any positive voltage from the ac coupled input into a logic 1 2018-11-06T03:02:33 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T03:07:46 < jadew> is this down? https://login.yahoo.com/ 2018-11-06T03:08:36 < catphish> yes 2018-11-06T03:08:42 < catphish> but is it supposed to be up? 2018-11-06T03:08:48 < jadew> yeah 2018-11-06T03:08:53 < catphish> i get nxdomain 2018-11-06T03:09:00 < catphish> what are you using it for? 2018-11-06T03:09:05 < jadew> email 2018-11-06T03:09:17 < catphish> my yahoo mail works fine 2018-11-06T03:09:26 < jadew> from thunderbird 2018-11-06T03:09:28 < catphish> though i'm not inclined to log out to test i can log back in 2018-11-06T03:09:45 < jadew> yeah, it might not work 2018-11-06T03:09:57 < catphish> well thats annoying 2018-11-06T03:10:12 < catphish> they may just have forgotten about people using their oauth 2018-11-06T03:10:20 < catphish> they're quite retarded 2018-11-06T03:10:30 < catphish> lol 2018-11-06T03:10:37 < jadew> it's ok, I don't really care, it's just that I got a message box from thunderbird 2018-11-06T03:18:54 < aandrew> dunno 2018-11-06T03:18:54 < aandrew> https://www.circuitlab.com/circuit/e8f3mf5e5hwu/rfidshit/ 2018-11-06T03:19:01 < aandrew> if I connect the transistor up the sim explodes 2018-11-06T03:19:21 < aandrew> the first opamp is just integrating the envelope 2018-11-06T03:22:05 < catphish> i got as far as http://tinyurl.com/y7elpd47 2018-11-06T03:23:57 < catphish> i'm not really sure why i need more than that first step 2018-11-06T03:26:26 < aandrew> well the diode's the rectifier/envelope detector 2018-11-06T03:26:47 < aandrew> the first opamp drives low whenever the RF signal is higher, up when lower than some threshold 2018-11-06T03:27:03 < aandrew> the transistor would just act as a switch, but I can't quite get that to simulate 2018-11-06T03:31:07 < catphish> this works surprisingly well in a simulator http://tinyurl.com/ybr9rfgz 2018-11-06T03:31:17 < catphish> i imagine there's a reason it's not this simple in reality 2018-11-06T03:32:08 < catphish> it probably draws way too much current from the source for a start 2018-11-06T03:33:49 < catphish> right, and the incoming signal is ac coupled and offset to 2.5V 2018-11-06T03:34:57 -!- cjbaird [~cjb@ppp121-44-227-238.bras2.syd2.internode.on.net] has joined ##stm32 2018-11-06T03:35:13 < catphish> the voltage there probably isn't important, but i shoudn't put negative voltages into my amp really 2018-11-06T03:35:54 < catphish> the supply is 0-5v 2018-11-06T03:36:17 < catphish> anyway, this works in the simultor becuse there's an endless supply of current from that ac source 2018-11-06T03:37:31 < catphish> yes correct 2018-11-06T03:38:02 < catphish> and yes, falstad has an am source 2018-11-06T03:38:36 < catphish> oh yeah, it's not digital 2018-11-06T03:39:30 < catphish> well the output from the envelope detector looks like this: https://i.imgur.com/Ch9ulVV.jpg 2018-11-06T03:39:45 < catphish> square or sine wave, 6-8v 2018-11-06T03:40:21 < catphish> i simulated it with a 1v sine wave wth a 7v offset 2018-11-06T03:40:39 < catphish> but... the problem here is that this signal has inifnite current 2018-11-06T03:41:27 < catphish> aandrew made something better 2018-11-06T03:47:31 < catphish> aandrew seems to have modeled it with an opamp running at a few thousand volts homehow :( 2018-11-06T03:52:27 < catphish> he has provided a good way to simuate the coil output though, so i'll copy that 2018-11-06T03:52:46 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T04:01:27 < catphish> Cracki: here's how to simulate the coil output http://tinyurl.com/ycjl6ofq 2018-11-06T04:02:27 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2018-11-06T04:02:46 < catphish> yep 2018-11-06T04:02:56 < catphish> weird but effective 2018-11-06T04:03:33 < catphish> and with the ennvelope detector http://tinyurl.com/y9zgwuxz 2018-11-06T04:04:50 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 268 seconds] 2018-11-06T04:06:43 < aandrew> no, it's the fucking sim doing the wrong thing with the transistor in circuit 2018-11-06T04:08:03 < aandrew> nice to know our sims are agreeing so far anyway 2018-11-06T04:08:24 < aandrew> the transistor is just an inverting switch 2018-11-06T04:08:47 < catphish> and this actually still appears to work: http://tinyurl.com/y9os9xky 2018-11-06T04:09:24 < aandrew> shouldn't that 70k be 270k? 2018-11-06T04:10:01 < catphish> i changed the value to what i actually built in my desk that gave the nicest looking envelope 2018-11-06T04:10:07 < aandrew> ah 2018-11-06T04:10:46 < catphish> but both will likely wotk 2018-11-06T04:11:12 < catphish> *work 2018-11-06T04:12:09 < catphish> the question is - what does the large circuit offer that mine lacks? less gain? or maye mine won't work with real life opamps 2018-11-06T04:12:44 < aandrew> I can't see why you can't feed the output of the first opamp directly into the PIC, *maybe* with an inverter 2018-11-06T04:13:02 < aandrew> as far as I can tell the second opamp is used just because it's in the package 2018-11-06T04:13:08 < catphish> well that was my thought too 2018-11-06T04:13:28 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-06T04:15:44 < catphish> the gain of the opamp will be important too 2018-11-06T04:17:55 -!- BoyHolthausen[m] [boyholthau@gateway/shell/matrix.org/x-fnfqmojisktahstd] has quit [Ping timeout: 264 seconds] 2018-11-06T04:18:10 < catphish> i'll just build it tomorrow and see what happens 2018-11-06T04:21:32 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Read error: Connection reset by peer] 2018-11-06T04:21:51 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T04:25:41 < aandrew> catphish: the gain of the first opamp, yes 2018-11-06T04:25:42 < aandrew> not of the second 2018-11-06T04:25:50 < aandrew> the second is amplifying a digital siganl that's already at 5V 2018-11-06T04:26:09 < catphish> oh yeah, it was only the first one i'm thinking about 2018-11-06T04:27:29 < aandrew> I'm 99% certain you can feed the output of that first one direclty into the MCU 2018-11-06T04:28:51 < dongs> https://www.zdnet.com/article/yes-i-bought-a-2018-mac-mini-and-heres-how-i-specd-it-out/ found aandrew's post 2018-11-06T04:29:03 < aandrew> I've never had a mac mini 2018-11-06T04:29:07 < dongs> you do now 2018-11-06T04:29:09 < dongs> for $1999 2018-11-06T04:29:14 < dongs> 3.2Ghz 6-core Coffee Lake i7 2018-11-06T04:29:14 < dongs> 8GB RAM (to be upgraded with third-party sticks) 2018-11-06T04:29:14 < dongs> 1TB flash storage 2018-11-06T04:29:15 < dongs> 10Gb Ethernet 2018-11-06T04:29:57 < aandrew> mac mini has 10gbe? 2018-11-06T04:32:45 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T04:33:09 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T04:33:15 < sync> lal 2018-11-06T04:34:17 < dongs> it does now 2018-11-06T04:38:48 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T04:39:10 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T04:40:29 < aandrew> wow 2018-11-06T04:40:45 < aandrew> that article dongs linked you can practically see him tonguing cook's ass as he's writing it 2018-11-06T04:40:55 < dongs> yea for sure 2018-11-06T04:41:01 < dongs> did you see his usual workflow? 2018-11-06T04:41:06 < dongs> keeping up with various social networks 2018-11-06T04:41:10 < dongs> totally needs 10gbe for that 2018-11-06T04:41:41 -!- BoyHolthausen[m] [boyholthau@gateway/shell/matrix.org/x-nhynvdkbehnjtlyl] has joined ##stm32 2018-11-06T04:42:18 < aandrew> heh 2018-11-06T04:42:32 < catphish> well i'm pretty happy with this http://tinyurl.com/y7nnfjw4 - thanks aandrew and Cracki 2018-11-06T04:42:41 < catphish> i'll build it tomorrow and see if it works 2018-11-06T04:44:15 < dongs> catphish: wahts this 2018-11-06T04:44:22 < dongs> some RFID shit? 2018-11-06T04:44:26 < catphish> yep 2018-11-06T04:44:31 < dongs> whats it do 2018-11-06T04:44:39 < dongs> lokos like cleaning carrier? 2018-11-06T04:44:53 < catphish> reads cheap rfid tags with cheap components 2018-11-06T04:44:55 < aandrew> just demodulating 2018-11-06T04:45:07 < catphish> just demodulating the ask signal 2018-11-06T04:45:24 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T04:47:08 < catphish> the only remaining challenge will be to write some code to take the input, low pass filter it, and try to construct a digital stream 2018-11-06T04:53:19 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T04:53:53 < catphish> much sleep time now 2018-11-06T04:53:57 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2018-11-06T04:58:36 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T04:59:21 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T05:05:45 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T05:13:34 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T05:17:02 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-06T05:18:57 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T05:29:07 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has quit [Ping timeout: 240 seconds] 2018-11-06T05:39:40 -!- BoyHolthausen[m] [boyholthau@gateway/shell/matrix.org/x-nhynvdkbehnjtlyl] has quit [Ping timeout: 264 seconds] 2018-11-06T06:32:07 -!- BoyHolthausen[m] [boyholthau@gateway/shell/matrix.org/x-azbujnwvkpvpdqay] has joined ##stm32 2018-11-06T06:53:31 -!- fc5dc9d4 [~quassel@p5B3A811E.dip0.t-ipconnect.de] has joined ##stm32 2018-11-06T06:57:42 -!- fc5dc9d4_ [~quassel@p5B3A8236.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 2018-11-06T07:02:38 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T07:07:29 < ds2> what RFID type is this? 13.5MHz or 125KHz? 2018-11-06T07:15:30 < friendofafriend> 125kHz. 2018-11-06T07:44:31 < dongs> clearly 125 cuz the shit even generates 125k carrier 2018-11-06T07:46:32 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-06T07:49:34 < dongs> please send me your codes 2018-11-06T07:49:54 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 244 seconds] 2018-11-06T07:49:57 -!- day__ is now known as day 2018-11-06T07:54:11 < qyx> foudn super pro buck TPS62825 2018-11-06T07:56:55 < dongs> needs to be bigger 2018-11-06T07:57:11 < PeterM> nah, super pro, just needs more fixed output versions 2018-11-06T07:57:23 < PeterM> 1.8v and adj only 2018-11-06T07:58:11 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 260 seconds] 2018-11-06T07:59:05 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-06T08:00:48 < dongs> that feel when coil is double the size of the package 2018-11-06T08:01:57 < PeterM> yeah, and caps would be pretty considerable too 2018-11-06T08:02:51 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-06T08:08:39 < qyx> 470nH coil is not that big 2018-11-06T08:08:43 < qyx> 2x10u caps are worse 2018-11-06T08:10:02 < PeterM> even the 2x 0402 feedback resistors are "huge" 2018-11-06T08:10:22 < qyx> it fits my current need perfectly, 1-10mA, 1V8, 0603 coil 2018-11-06T08:11:02 < PeterM> yeah, its pretty pro, i like it 2018-11-06T08:12:27 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 240 seconds] 2018-11-06T08:52:02 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-06T09:02:54 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 252 seconds] 2018-11-06T09:09:38 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-06T09:12:43 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-06T09:20:29 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-06T09:22:45 -!- sterna [~Adium@c-f6b8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-06T09:26:58 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-06T09:44:09 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-06T10:06:42 -!- sterna [~Adium@c-f6b8d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 252 seconds] 2018-11-06T10:22:37 < zyp> yo 2018-11-06T10:22:39 < srk> nay 2018-11-06T10:22:49 < srk> 23 2018-11-06T10:28:26 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-06T10:30:11 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-06T10:47:31 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Ping timeout: 268 seconds] 2018-11-06T10:48:41 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-06T10:52:48 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T11:02:11 -!- Abhishek_ [uid26899@gateway/web/irccloud.com/x-ebwdvdmdklxdjhix] has joined ##stm32 2018-11-06T11:09:45 < qyx> mhm fuk 0.4mm qfn 2018-11-06T11:11:57 < qyx> yes 2018-11-06T11:12:05 < PeterM> stencil or nar? 2018-11-06T11:12:36 < qyx> I will hotair it 2018-11-06T11:12:52 < qyx> hopefully 2018-11-06T11:13:12 < PeterM> stencil and hot air should make it a breeze 2018-11-06T11:13:23 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 245 seconds] 2018-11-06T11:25:36 -!- baird [~cjb@ppp121-44-228-129.bras2.syd2.internode.on.net] has joined ##stm32 2018-11-06T11:26:59 -!- cjbaird [~cjb@ppp121-44-227-238.bras2.syd2.internode.on.net] has quit [Ping timeout: 268 seconds] 2018-11-06T11:30:23 < kakimir> why do MCUs have different temperature ratings? 2018-11-06T11:30:35 < kakimir> is it because of package? 2018-11-06T11:36:41 < PeterM> capacitances or something 2018-11-06T11:44:59 < baird> You can now chat with a man who bought 50m rolls of adhesive aluminium and copper tape 2018-11-06T11:45:04 -!- baird is now known as cjbaird 2018-11-06T11:46:18 < karlp> ok! life's good! 2018-11-06T11:48:21 < PeterM> adhesive copper tape is nice, aluminium tape not so much 2018-11-06T11:48:33 < PeterM> whatcha using it for? 2018-11-06T11:49:00 < cjbaird> very goods. The stuff seems to have conductive adhesive..? (or stippled glue, or something) Either way, covering the bulk of the ribbon cable in Al, and using a strip of Cu for actual soldering into, gives something 0.000R from the shield to the GND 2018-11-06T11:49:00 < qyx> a poor-man bimetal 2018-11-06T11:50:03 < zyp> I bought a roll of aluminum tape a while ago to cover some holes in a metal enclosure 2018-11-06T11:50:11 < PeterM> nice, but why not jsut use shielded cable or some sort? 2018-11-06T11:50:17 < cjbaird> a poor-man RF shield .. The Al's slightly reduced conductivity isn't going to be an issue (..actually makes it better for the job) 2018-11-06T11:51:37 < PeterM> aluminium tape is good for that kinda thing, good for sealing the moisture sensitive bags too 2018-11-06T11:52:00 < cjbaird> Looked at FFC/FPC et.al for the past few days. Wantig 0.1" spacing-- FFC flat flex with that is unobtanium (or specialist supplier) now 2018-11-06T11:55:22 < cjbaird> The local 'nasty' radio club had all its copper plumbing in the building nicked not that long ago.. 2018-11-06T11:56:04 < cjbaird> Gypsies, or Bogans. 2018-11-06T11:57:57 < cjbaird> A local Aluminium Smelter lost its copper power lines about a month ago-- that would've taken some serious organisation. 2018-11-06T11:58:34 < cjbaird> (about a kilometer of powerline, too) 2018-11-06T11:59:33 < qyx> here a decent amount of orangish optic conduit was stolen once 2018-11-06T12:00:00 < PeterM> how many contacts did you need on your ffc, because 1.25mm ffc is rpetty common, its not 1.25 but you're gonna need like 10 contacts before the difference is enough 2018-11-06T12:01:48 < PeterM> it not 0.1"* sorry 2018-11-06T12:02:26 < karlp> cjbaird: there's a new hotel here currently laying big sheets of shiny copper on it's roof :) 2018-11-06T12:02:56 < karlp> seemed wonderfully cutesy and naiive given how that's treated in many other countries 2018-11-06T12:04:51 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has quit [Ping timeout: 264 seconds] 2018-11-06T12:10:43 < cjbaird> The perfect place for putting a 1/4 wave vertical antenna, that roof being a nice virtual ground. :) 2018-11-06T12:12:16 < Ecco> Hi :) 2018-11-06T12:12:37 < Ecco> QuickQuestion: ARM CM4 TRM calls the SysTick register "STCSR" 2018-11-06T12:12:45 < Ecco> ARM ARM calls it "SYST_CSR" 2018-11-06T12:12:51 < Ecco> why the discrepancy? 2018-11-06T12:13:05 < zyp> what does it matter what it's called, it's the same address anyway 2018-11-06T12:13:40 < Ecco> well, I wonder why they don't give it the same name 2018-11-06T12:17:20 < zyp> nice 2018-11-06T12:22:45 -!- cjbaird [~cjb@ppp121-44-228-129.bras2.syd2.internode.on.net] has quit [Quit: Konversation terminated!] 2018-11-06T12:23:34 -!- catphish [~charlie@unaffiliated/catphish] has joined ##stm32 2018-11-06T12:24:02 < karlp> hehe, qyx's pro buck only takes 5.5V max in. bleh 2018-11-06T12:26:19 < karlp> Ecco: libopencm3 calls it both STK_CSR and SCS_SYST_CSR (first name because...? and second is the arm name with the SystremControlSpace prefix) 2018-11-06T12:26:24 < karlp> but yeah, they're jus tnames. 2018-11-06T12:27:28 < karlp> heh, on spice: "off the top of my head, already inside mentor we have: eldo, eldo premier, afs, afsmega, memsim, tspice and probably others in other divisions I don't even know about" 2018-11-06T12:28:33 < karlp> bloody cat pics. 2018-11-06T12:32:34 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has joined ##stm32 2018-11-06T12:34:18 < qyx> karlp returning to irc 2018-11-06T12:35:07 < karlp> yar, some mornings more so than others I guess .) 2018-11-06T12:40:33 < Ecco> Quick question: what does "long" compiles to on a Cortex-M4? 2018-11-06T12:40:39 < Ecco> in practice 2018-11-06T12:40:48 < Ecco> int32? int64? 2018-11-06T12:41:42 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T12:41:57 * karlp never remembers and prefers to use stdint types instead 2018-11-06T12:42:35 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T12:42:41 < dongs> if you need to be sure then use width-specfying type 2018-11-06T12:42:59 < dongs> how about no 2018-11-06T12:44:02 < karlp> stahp 2018-11-06T12:47:34 < Ecco> sure 2018-11-06T12:55:10 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-06T12:56:46 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has joined ##stm32 2018-11-06T12:59:51 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T13:01:26 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T13:02:42 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has quit [Ping timeout: 252 seconds] 2018-11-06T13:08:06 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T13:12:07 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T13:13:55 < catphish> so some stm32 have native ethernet? 2018-11-06T13:15:47 < catphish> awesomes 2018-11-06T13:16:04 < Steffanx> What is native? You still need a phy et wll? 2018-11-06T13:16:12 < Steffanx> -? 2018-11-06T13:16:24 < Steffanx> Et all*, damn keybowrd. 2018-11-06T13:16:26 < Steffanx> Lol 2018-11-06T13:16:34 < catphish> what interface? 2018-11-06T13:16:40 < karlp> (zypsnips has a good list of cheap phys when you need it) 2018-11-06T13:16:52 < Steffanx> Ya. 2018-11-06T13:17:11 < catphish> rmii or similar? 2018-11-06T13:17:27 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T13:19:22 < qyx> rmii and similar 2018-11-06T13:21:37 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T13:24:09 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Quit: Its never too late!] 2018-11-06T13:24:09 -!- sandeepkr [~sandeepkr@188.166.127.196] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2018-11-06T13:24:24 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2018-11-06T13:25:55 < catphish> excellent 2018-11-06T13:26:24 -!- catphish [~charlie@unaffiliated/catphish] has quit [Quit: Leaving] 2018-11-06T13:27:54 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T13:32:17 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T13:38:54 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T13:41:47 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T13:49:21 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T14:02:02 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T14:08:36 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T14:51:42 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T14:59:12 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T15:04:32 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-06T15:11:56 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T15:18:27 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T15:23:50 < Getty> lol our opponent is broke, which we knew already long time, but they had a LED control that was "cloud based" and it just works "cloud based" and now they shut down the servers that made them run 2018-11-06T15:24:09 < Getty> hundreds of customers swarming to our distributor ;) 2018-11-06T15:25:15 < Getty> oh it was not only that ;) 2018-11-06T15:25:44 < Getty> https://i.imgur.com/NuIUL9b.jpg 2018-11-06T15:25:47 < Getty> that was their prime product 2018-11-06T15:26:12 < sync> why not 2018-11-06T15:26:21 < Getty> https://i.imgur.com/MHbSPRo.jpg no joke, that is how they delivered it out 2018-11-06T15:27:29 < zyp> haha 2018-11-06T15:28:27 < Getty> yeah somehow they had to link it to the raspberry 2018-11-06T15:28:28 < zyp> love the rpi with usb looping out of the case and back in, just to go to a ftdi 2018-11-06T15:28:39 < Getty> yeah they were "creative" 2018-11-06T15:29:08 < zyp> is the led board some off the shelf dmx board? 2018-11-06T15:29:32 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-06T15:29:34 < Getty> probably they didnt made anything themselves 2018-11-06T15:29:46 < Getty> they weren't capable to do so, that is why they have those click connectors 2018-11-06T15:30:00 < Getty> we made one board: https://i.imgur.com/sH4f0qB.jpg 2018-11-06T15:30:08 < zyp> those wagos are nice though 2018-11-06T15:30:31 < Getty> expensive and limited, yeah they are nice, but not good for such products 2018-11-06T15:30:54 < sync> the nice thing is, you can use them on Al wire 2018-11-06T15:31:07 < qyx> Getty: what does it do 2018-11-06T15:31:15 < qyx> it blinks some leds? 2018-11-06T15:31:45 < zyp> sync, you use al wire in those dimensions? 2018-11-06T15:32:06 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T15:32:55 < zyp> here we only use al for thick runs, like the main supply to a house or so 2018-11-06T15:33:26 < zyp> what I find nice about those wagos though is that you can use them on stranded wire 2018-11-06T15:33:28 < qyx> many old installations are made with Al wire here 2018-11-06T15:34:50 -!- Rickta59 [~kimballr@107.12.203.133] has joined ##stm32 2018-11-06T15:37:47 < Getty> qyx: yeah its just for some LED, even tho high powered ones 2018-11-06T15:38:48 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T15:39:05 < invzim> capacitors for LDO's and switchers, typicall <5V - does the voltage rating matter at all as long as it's say, >16V? 2018-11-06T15:39:37 < dfgg> Getty: excuse me, what the f 2018-11-06T15:42:08 -!- benishor_ [~benny@5.2.137.216] has joined ##stm32 2018-11-06T15:42:32 < Getty> dfgg: their device, right? ;-) 2018-11-06T15:42:39 < dfgg> yes. 2018-11-06T15:42:53 < dongs> invzim: derate it like 2x or so otherwise its fine 2018-11-06T15:42:53 < Getty> i think it had even cost 600 EUR 2018-11-06T15:43:06 < Getty> let me check quick before i say bullshit 2018-11-06T15:43:07 < dongs> i mean, if you want, it probly doesnt matter 2018-11-06T15:43:21 < dongs> but 6.3V 22uF stuff might be checaper than 16V 22uF 2018-11-06T15:43:42 < Getty> no wait! 259 EUR 2018-11-06T15:44:08 < qyx> not much 2018-11-06T15:44:19 < dfgg> i think that wago connectors and dmx4all board was main cost *khem khem* 2018-11-06T15:44:27 < qyx> I would imagine rpi programming is more expensive 2018-11-06T15:44:46 < Getty> well our product is also at 200 EUR, but we have to actually produce a board ;-) 2018-11-06T15:45:12 < qyx> your board doesn't have a gpu accelerated graphics 2018-11-06T15:45:15 < sync> zyp: yes, in legacy buildings it still exists 2018-11-06T15:45:28 -!- benishor [~benny@86.121.41.118] has quit [Ping timeout: 246 seconds] 2018-11-06T15:46:37 < Getty> qyx: which is good! :D 2018-11-06T15:46:46 < qyx> also, xt30 connecror 2018-11-06T15:46:49 < Getty> i assume that guy with the raspberry had a HUGE problem covering the problem cases, the customers who fucked it up 2018-11-06T15:46:53 < qyx> much maker 2018-11-06T15:46:56 < Getty> XT60 2018-11-06T15:47:08 -!- benishor_ [~benny@5.2.137.216] has quit [Remote host closed the connection] 2018-11-06T15:47:21 < Getty> its now the power supply standard of the distributor 2018-11-06T15:47:28 < dfgg> Getty: get-rich-quick-scheme: 1. take off-the-shelf-hw 2. slam it into a box 3. make proce from another world 4. buy some reviews 5. it hopefully prints money 2018-11-06T15:47:42 < Getty> dfgg: haha, thats why they are broke now ;) 2018-11-06T15:49:09 -!- benishor_ [~benny@5.2.137.216] has joined ##stm32 2018-11-06T15:49:49 < Getty> i didnt learned that much from my dad, but one thing he taught me that makes a lot of sense is: connectors are bad 2018-11-06T15:50:01 < Getty> the more connection of parts you have the more risk of something that goes wrong 2018-11-06T15:50:39 < dfgg> or... you go to local hackaton, take some pms5003 and sell it only to govt or big companies, with "for cleaner air" marketing ;) 2018-11-06T15:50:50 < Getty> haha 2018-11-06T15:52:21 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T15:52:38 < dfgg> that's how airly smog meters float now in poland - they've found funging in aviva which mounted their meters at some offices, and are trying to sell it to govt... pricing one at around 400-450 EUR or so as they're not keen to tell prices publicily 2018-11-06T15:52:46 < englishman> rigidflex all the things 2018-11-06T15:52:47 < dfgg> there are also opponents like looko2 2018-11-06T15:52:53 < englishman> no connectors anywhere 2018-11-06T15:53:20 < dfgg> https://looko2.com/wp-content/uploads/2018/02/looko2-sensor-02.jpg 2018-11-06T15:53:26 < dfgg> just looko'n it 2018-11-06T15:53:38 < dfgg> it's pms with some esp slaped on it 2018-11-06T15:54:16 < dfgg> just 639,60 zł ~150 eur 2018-11-06T15:54:47 < qyx> Getty: why should connetors be bad 2018-11-06T15:54:49 < dfgg> but wait, you can pay yearly 60pln for PREMIUM feature for pushing YOUR data to YOUR server 2018-11-06T15:54:50 < qyx> bad connectors are bad 2018-11-06T15:54:53 < qyx> of course 2018-11-06T15:55:42 < qyx> dfgg: I can see box from TME 2018-11-06T15:55:56 < qyx> a gainta one probably 2018-11-06T15:57:31 < qyx> jakosc, umiarkowany 2018-11-06T15:57:32 < dfgg> there's also option with some MH-xx sensors for ~900 PLN 2018-11-06T15:57:42 < Getty> qyx: if you have 2 boards and connect them to each other, then the connection could get a failure cause its parts that could fail 2018-11-06T15:58:02 < Getty> qyx: not that its like drastical increasing the error rate but its one element to it 2018-11-06T15:58:13 < Getty> my dad had a retour rate of 0.1% 2018-11-06T15:58:32 < qyx> of course it has a non-zero effect, but imho it is small 2018-11-06T15:58:36 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T15:59:02 -!- khazi [~khazi@157.49.208.8] has joined ##stm32 2018-11-06T16:00:05 < dfgg> meanwhile... reading some Honeywell datasheet I've encountered this value: 2018-11-06T16:00:07 < dfgg> 0.001 uF 2018-11-06T16:00:16 -!- benishor_ is now known as benishor 2018-11-06T16:00:20 < dfgg> why 2018-11-06T16:00:54 < dfgg> why not 1nF 2018-11-06T16:00:56 < qyx> looks they sold quite an amount of those sensors in poland 2018-11-06T16:01:04 < Getty> qyx: its more like a general trend idea, i think 2018-11-06T16:01:46 < qyx> oh grafana 2018-11-06T16:01:57 < Getty> qyx: the idea to try to make as little amount of connectors as possible is just good work, not always necessary, but if you wanna life with the product it just is better 2018-11-06T16:02:28 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T16:02:34 < Getty> it also reduces case cost ;-) 2018-11-06T16:04:51 < friendofafriend> Poor fellow needs to crack a better access point. :\ 2018-11-06T16:07:08 -!- Rickta59 [~kimballr@107.12.203.133] has quit [Ping timeout: 245 seconds] 2018-11-06T16:16:36 < englishman> dfgg: cataloguing 2018-11-06T16:16:46 < englishman> check out mouser. you can choose both 0.1uF or 100nF 2018-11-06T16:16:48 < englishman> terrible 2018-11-06T16:17:01 < englishman> the digikey way is the best way. just lose nF entirely 2018-11-06T16:18:31 < dfgg> u...nF 2018-11-06T16:25:11 -!- dobson [~dobson@68.ip-149-56-14.net] has quit [Quit: Leaving] 2018-11-06T16:28:45 -!- dobson [~dobson@68.ip-149-56-14.net] has joined ##stm32 2018-11-06T16:39:04 -!- Rickta59 [~kimballr@107.12.203.133] has joined ##stm32 2018-11-06T16:47:02 -!- khazi [~khazi@157.49.208.8] has quit [Remote host closed the connection] 2018-11-06T16:47:42 -!- khazi [~khazi@157.49.159.101] has joined ##stm32 2018-11-06T16:53:11 -!- emeb [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-06T16:55:03 -!- Rickta59 [~kimballr@107.12.203.133] has quit [Read error: Connection reset by peer] 2018-11-06T16:58:00 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T17:11:37 -!- khazi [~khazi@157.49.159.101] has quit [Remote host closed the connection] 2018-11-06T17:38:19 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T17:47:30 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has joined ##stm32 2018-11-06T18:07:24 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-06T18:15:37 -!- Teeed [~teeed@vps.na1noc.pl] has quit [Ping timeout: 246 seconds] 2018-11-06T18:16:38 -!- Teeed [~teeed@vps.na1noc.pl] has joined ##stm32 2018-11-06T18:31:38 < catphish> i built that opamp circuit discussed last night, the output from the first opamp could be better: https://i.imgur.com/7ut7glo.jpg 2018-11-06T18:33:53 < catphish> *couldn't be better 2018-11-06T18:47:12 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-06T18:49:06 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T18:49:10 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-06T18:51:03 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T18:56:48 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T18:58:15 < kakimir> #scaredofelectronics 2018-11-06T18:58:31 < kakimir> some of my friends have mentality with electronics 2018-11-06T18:59:02 < kakimir> just beat and abuse it until it works 2018-11-06T18:59:25 < kakimir> fast iterations 2018-11-06T19:00:23 < kakimir> throw scrap into pile and if it works - it's final 2018-11-06T19:03:52 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T19:25:07 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-06T19:38:34 -!- Jybz [~jibz@ip-37-201-6-247.hsi13.unitymediagroup.de] has joined ##stm32 2018-11-06T19:40:27 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-06T19:43:29 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-06T19:45:31 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-06T19:45:45 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T19:46:25 < con3> fml 2018-11-06T19:54:30 < aandrew> word. my limesdrmini is here 2018-11-06T20:08:28 -!- sterna [~Adium@c-53e2e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-06T20:15:12 < catphish> aandrew: thanks for looking at my thingemy, seems to have worked nicely 2018-11-06T20:15:57 < catphish> just hooking the output up to a quality microcontroller now 2018-11-06T20:21:46 -!- Abhishek_ [uid26899@gateway/web/irccloud.com/x-ebwdvdmdklxdjhix] has quit [Quit: Connection closed for inactivity] 2018-11-06T20:24:06 -!- Teeed [~teeed@vps.na1noc.pl] has quit [Ping timeout: 268 seconds] 2018-11-06T20:24:52 -!- Teeed [~teeed@vps.na1noc.pl] has joined ##stm32 2018-11-06T20:29:41 < Steffanx> *hide* 2018-11-06T20:37:56 < Ultrasauce> https://youtu.be/pORYUjKoSuA?t=9 2018-11-06T20:38:39 < englishman> ty 2018-11-06T20:44:46 < con3> god dammit 2018-11-06T20:44:57 < Ultrasauce> I am tempted to up the ante here 2018-11-06T20:44:58 < con3> that second video 2018-11-06T20:45:14 < con3> I was so confused 2018-11-06T20:46:56 < aandrew> catphish: nice, glad to hear it 2018-11-06T20:47:42 < Steffanx> Lol nice pumpin' mate, Ultrasauce 2018-11-06T20:57:05 < aandrew> https://www.youtube.com/watch?v=-vgNh3fLxJc hahahaha 2018-11-06T20:57:17 < aandrew> that's not a knoife... 2018-11-06T20:58:21 < sync> > soopergloo 2018-11-06T20:58:26 < sync> I wonder how well that works 2018-11-06T20:58:53 < aandrew> not a bad idea to use the water cooling though 2018-11-06T20:58:59 < sync> yes 2018-11-06T20:59:22 < con3> hmm... lcsc seems quite cheap 2018-11-06T21:12:13 < Steffanx> Even in pumps? 2018-11-06T21:12:37 < catphish> why can't all STM32s have roughly the same architecture / API? :( 2018-11-06T21:13:11 < Steffanx> It evolved. 2018-11-06T21:13:11 < catphish> i find it mad that they work in sich different ways 2018-11-06T21:13:40 < catphish> i started with the L4 and i love it, but then i look at the docs for things like F0 and it seems like a mess 2018-11-06T21:14:47 < catphish> i guess it's not dramatic, just mildly annoying that the same basic code won't run on the whole range 2018-11-06T21:16:09 < PaulFertser> Isn't that what HAL is supposed to help with? ;) 2018-11-06T21:17:30 < catphish> probably :) 2018-11-06T21:17:40 < catphish> i have but one more question 2018-11-06T21:18:21 < catphish> is there a trivial way to output a divided clock to a pin? or would i need to use a time + PWM? 2018-11-06T21:18:38 < catphish> *timer 2018-11-06T21:19:54 < catphish> i want to scale by 4mhz clock by 32 and dump a 125mhz clock out to a pin 2018-11-06T21:21:04 < Ultrasauce> look at clkout, but it has to be the system clock 2018-11-06T21:21:24 < Ultrasauce> and also won't produce good edges at 125mhz 2018-11-06T21:21:35 < catphish> yeah, just saw, probably too limited, i'll use a timer :) 2018-11-06T21:21:41 < malinus> catphish: just use the HAL/LL if you want the same API 2018-11-06T21:21:52 < catphish> malinus: yeah i guess you're right 2018-11-06T21:22:26 < Steffanx> 125mhz? 2018-11-06T21:22:34 < catphish> the more i use it, the more i move away from caring how it works and towards wanting to get things done 2018-11-06T21:22:38 < Steffanx> = kilohertz? 2018-11-06T21:22:40 < catphish> khz :) 2018-11-06T21:22:54 < Ultrasauce> oh yes definitely a timer then 2018-11-06T21:23:32 < catphish> i'll use a timer, just wondered if there was a simpler way to route sysclk -> divider -> gpio 2018-11-06T21:23:53 < Ultrasauce> that is the simple way 2018-11-06T21:23:59 < catphish> okie dokie :) 2018-11-06T21:24:01 < Ultrasauce> like, three register writes 2018-11-06T21:24:42 < catphish> lets see 2018-11-06T21:33:46 -!- kow__ [~afed@135.0.26.171] has quit [Read error: Connection reset by peer] 2018-11-06T21:43:02 -!- kow_ [~afed@135.0.26.171] has joined ##stm32 2018-11-06T21:45:45 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-06T21:48:53 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-06T21:50:38 < catphish> Ultrasauce: 5 writes for the timer, one to power on the port, one to power on the timer, 2 to configure the port :) 2018-11-06T21:50:50 < catphish> 9 lines total 2018-11-06T21:51:15 < catphish> also, awesome that pulseview can decode em4100 2018-11-06T21:51:42 < Ultrasauce> close enough 2018-11-06T22:02:41 < Steffanx> smmsn 2018-11-06T22:06:47 < malinus> -< Ultrasauce> that is the simple way 2018-11-06T22:07:01 < malinus> Ultrasauce: I expected you to say stm32cubeMX :) 2018-11-06T22:09:08 < Ultrasauce> Fraudulent ONEness of religious academia has retarded your opposite rationale brain to a half brain slave. 2018-11-06T22:09:13 < Ultrasauce> YOU IGNORE 3 OF 4 DAYS - FORCE 4 DAYS ON EARTH, THEY ALREADY EXIST. 4 HORSEMEN HAVE 4 DAYS IN ONLY 1 EARTH ROTATION. 2018-11-06T22:09:19 < Ultrasauce> 4 ANGLES STOOD ON 4 CORNERS. 4 CORNERS ROTATE TO 16 CORNERS WHICH EQUAL TO 4 CORNER DAYS. TEACHERS ARE EVIL LIARS - THE ONEness OF GOD IS STILLness DEATH. 2018-11-06T22:11:08 < Steffanx> Is Ultrasauce alright? Do you know? 2018-11-06T22:13:19 < kakimir> it looks like encrypted message 2018-11-06T22:13:26 < Ultrasauce> stm32timecube 2018-11-06T22:14:43 < Steffanx> i think Ultrasauce got the spirit of terry in him. 2018-11-06T22:14:56 < Ultrasauce> it's gene ray thanks 2018-11-06T22:15:21 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-06T22:21:23 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:9c06:cfb7:ba95:1cc3] has joined ##stm32 2018-11-06T22:25:01 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-06T22:28:47 < MrMobius> Time Cube 2018-11-06T22:29:06 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 260 seconds] 2018-11-06T22:31:02 < malinus> wtf is timecube? 2018-11-06T22:31:36 < Steffanx> some weird website from the past 2018-11-06T22:33:42 < Ultrasauce> http://timecube.2enp.com/ 2018-11-06T22:35:14 < Ultrasauce> When the Sun shines upon Earth, 2 – major Time points are created on opposite sides of Earth – known as Midday and Midnight. Where the 2 major Time forces join, synergy creates 2 new minor Time points we recognize as Sunup and Sundown. The 4-equidistant Time points can be considered as Time Square imprinted upon the circle of Earth. In a single rotation of the Earth sphere, each Time corner point rotates through the other 3-corner Time 2018-11-06T22:35:14 < Ultrasauce> points, thus creating 16 corners, 96 hours and 4-simultaneous 24-hour Days within a single rotation of Earth – equated to a Higher Order of Life Time Cube. 2018-11-06T22:37:07 < catphish> implementing a software serial receiver is a lot harder than i imagined it to be 2018-11-06T22:37:07 -!- benishor [~benny@5.2.137.216] has quit [Ping timeout: 252 seconds] 2018-11-06T22:39:49 < Steffanx> hah :P 2018-11-06T22:39:51 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-06T22:46:38 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-06T22:52:10 -!- sterna1 [~Adium@c-53e2e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-06T22:52:10 -!- sterna [~Adium@c-53e2e253.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-06T22:52:30 -!- Jybz [~jibz@ip-37-201-6-247.hsi13.unitymediagroup.de] has quit [Quit: Konversation terminated!] 2018-11-06T22:55:47 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-06T23:00:33 < zyp> more kitchen dicking: https://bin.jvnv.net/file/l6Jag.jpg https://bin.jvnv.net/file/2sKSd.jpg 2018-11-06T23:01:58 < Steffanx> zyp likes it black. 2018-11-06T23:03:01 < zyp> there'd be too much white if the kitchen also were 2018-11-06T23:03:06 < Ultrasauce> hardwood floor in a kitchen? 2018-11-06T23:03:11 < BrainDamage> no kitchen rail? 2018-11-06T23:03:58 < BrainDamage> I have a friend that puts a carpet in front of the stove 2018-11-06T23:04:09 < BrainDamage> compared to that, any surface is acceptable 2018-11-06T23:06:47 < zyp> Ultrasauce, is that weird? 2018-11-06T23:07:09 < zyp> it's a combined kitchen/living room 2018-11-06T23:08:20 < Steffanx> on the 2nd floor :P 2018-11-06T23:08:29 < zyp> yeah 2018-11-06T23:09:28 < zyp> https://bin.jvnv.net/file/dp8gb.png <- the floorplan looks like this 2018-11-06T23:10:35 < zyp> the penned in stuff is the actual kitchen layout, I didn't like the suggested one 2018-11-06T23:34:11 < Steffanx> is it a thing in norway to make a house wheelchair compatible? 2018-11-06T23:35:03 < zyp> yes 2018-11-06T23:36:25 < Steffanx> Except that one has to get there. 2018-11-06T23:36:35 < zyp> get where? 2018-11-06T23:36:41 < Steffanx> isnt this the 2nd floor? 2018-11-06T23:36:46 < zyp> yes 2018-11-06T23:37:01 < zyp> «Evt heis» 2018-11-06T23:37:23 < malinus> zyp: ser godt ud 2018-11-06T23:37:34 < zyp> that's space for an elevator 2018-11-06T23:37:53 < Steffanx> ah 2018-11-06T23:38:28 < zyp> as in «there's space to fit an elevator here if needed» 2018-11-06T23:41:22 < jadew> chinglish is so funny... 2018-11-06T23:42:02 < jadew> I'm looking for enclosure manufacturers and they have a catch phrase in one of their pictures: "We are Ready. Design a becautiful cloth for your project !" 2018-11-06T23:48:45 < kakimir> https://pr0gramm.com/new/2824091 2018-11-06T23:48:50 < kakimir> sounds 2018-11-06T23:50:21 < BrainDamage> engine noise and vibration is one of the main reason why EV wouldn't feel satisfying to me 2018-11-06T23:54:27 -!- sterna1 [~Adium@c-53e2e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 240 seconds] 2018-11-06T23:55:05 < johntramp> ah shit - i was doing some power consumption tests and put my board to sleep at the top of main(), now the debugger can't connect so i have a brick 2018-11-06T23:55:29 < malinus> noise and vibration = wasted energy that could be used for propelling me forward to my destination. 2018-11-06T23:55:36 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2018-11-06T23:56:06 < malinus> BrainDamage: I think something wrong with your car if you have engine noise and vibration. Take it to a mechanic 2018-11-06T23:57:12 < BrainDamage> malinus: both are negligible compared to the mechanical output 2018-11-06T23:57:48 < catphish> engline noise is quite fun, but electric motors aren't silent, they have different cool noises 2018-11-06T23:58:15 < BrainDamage> modulate the PWM / VFD to bad apple 2018-11-06T23:58:23 < catphish> :) 2018-11-06T23:58:34 < BrainDamage> make your car broadcast your weaboo status as you go 2018-11-06T23:58:35 < catphish> probably not as satisfying as dropping a couple of gears and hearing the engine go though 2018-11-06T23:58:48 < zyp> yeah, the HF whine when you're accelerating on a newly surfaced road is awesome 2018-11-06T23:58:59 < karlp> catphish: re, "implementing a software serial receiver is a lot harder than i imagined it to be" remember when I said, "are you trying to find a sw project?" :) 2018-11-06T23:59:09 < catphish> karlp: ha indeed 2018-11-06T23:59:14 < zyp> also, the instant accelerator response more than makes up for the lack of vibration and noise 2018-11-06T23:59:45 < catphish> zyp: i have instant accelerator response, just requires managing the turbo :) 2018-11-06T23:59:59 < zyp> you don't know what instant accelerator response is :p --- Day changed Wed Nov 07 2018 2018-11-07T00:00:08 < catphish> i guess it's not instant if you have to plan for it 2018-11-07T00:00:56 < catphish> i dunno, i'd guess an ICE at 6000RPM will give you just as much response as electric, but i've never driven the latter so i can't say with certainty 2018-11-07T00:01:41 < kakimir> electric motor sound = mainly inverter fixed frequency whine 2018-11-07T00:01:53 < zyp> catphish, your whole wording illustrates the difference 2018-11-07T00:02:25 < catphish> zyp: one certainly requires more planning 2018-11-07T00:02:30 < zyp> electric motors doesn't need to be at a particular rpm to produce max torque 2018-11-07T00:02:49 < malinus> catphish: all the ICE response curves I've seen are laughable. No matter the RPM 2018-11-07T00:02:54 < catphish> zyp: that's really not true, that depends entirely on the motor and the control setup 2018-11-07T00:02:59 < zyp> kakimir, it's not fixed frequency at all 2018-11-07T00:03:06 < zyp> commutation frequency varies with speed, naturally 2018-11-07T00:03:16 < catphish> zyp: he means the PWM frequency 2018-11-07T00:03:38 < zyp> in my experience, it's the commutation frequency that's autible 2018-11-07T00:03:40 < catphish> there are 2 frequencies, the AC frequency, and the PWM frequency, both may be audible 2018-11-07T00:03:40 < zyp> audible 2018-11-07T00:03:58 < catphish> and the interaction between the two likely produces cool noises 2018-11-07T00:04:06 < emeb> Gah - writing & maintaining embedded software would be soooo much easier without the damned users. 2018-11-07T00:04:24 < catphish> zyp: perhaps if i ever build my EV i'll find out 2018-11-07T00:05:08 < emeb> I've got a UI that uses a rotary encoder with pushbutton to navigate a menu system. Now I've got users making suggestions for modifications to reduce the number of encoder clicks that they need to make for certain operations. 2018-11-07T00:05:35 < emeb> What they ignore is that reducing those clicks makes more clicks for other operations that are just as likely. 2018-11-07T00:05:36 < catphish> emeb: lol gotta hate users 2018-11-07T00:06:10 < emeb> this! 2018-11-07T00:08:10 < zyp> catphish, if you come visit, I'll let you try mine :) 2018-11-07T00:08:38 < catphish> i've never understood ICE being unresponsive as being a problem, unless you drive automatic, it takes so little time (and is much fun) to set whatever torque you need with gears 2018-11-07T00:09:45 < zyp> the whole automatic/manual thing is also not something that matters for EVs, they all only have a single fixed reduction gear :p 2018-11-07T00:10:16 < catphish> indeed, with EV you can get pretty much constant torque until you start to run out of power 2018-11-07T00:10:36 < catphish> with that said, you'd still get *more* torque with gears :) 2018-11-07T00:11:58 < catphish> it's just not necessary, it's pretty sexy how much torque you can get out of a low speed motor 2018-11-07T00:12:58 < catphish> an induction motor at full current is just mad 2018-11-07T00:14:29 < zyp> I don't need more torque, already got enough to make the tires slip 2018-11-07T00:14:44 < catphish> karlp: recovering the bits seems so simple in theory, since *I* generate the clock, but it's not one bit per clock cycle, so one has to keep an eye on the offset that may randomly change 2018-11-07T00:15:44 < catphish> tires slipping is rather weather dependent :) 2018-11-07T00:16:03 < zyp> I mean on dry road 2018-11-07T00:16:22 < catphish> i can likely only do that in first gear 2018-11-07T00:16:33 < catphish> but that's enough :) 2018-11-07T00:16:57 < catphish> it costs me enough in tires 2018-11-07T00:17:01 < zyp> :p 2018-11-07T00:17:30 < zyp> I still haven't replaced them since I bought the car, but I guess I'll have to soon 2018-11-07T00:17:34 < catphish> from stationary, traction is by far the main factor in my golf's speed, needs 4wd really 2018-11-07T00:18:27 < catphish> if you want to, you can spin the wheels right through the first 2 gears, and i often do, it's far too much fun 2018-11-07T00:19:32 < zyp> how many km do one get out of a set of tires usually? I never thought much about that with the old car 2018-11-07T00:20:05 < englishman> 60k i guess 2018-11-07T00:20:07 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2018-11-07T00:20:12 < englishman> attn dongs https://www.readymaderc.com/products/details/strix-binary-f10-flight-controller-heliorc 2018-11-07T00:20:18 < englishman> Binary = Two Processors 2018-11-07T00:20:18 < englishman> F7 + F3 = F10! 2018-11-07T00:20:23 < catphish> about 50Mm in my car i think 2018-11-07T00:20:27 < catphish> *30Mm 2018-11-07T00:20:39 < englishman> yeah but you probably drive like an englishman 2018-11-07T00:20:42 < zyp> I recently passed 60k in my car, but that's split between the summer set and the winter set 2018-11-07T00:21:05 < catphish> 2 years front tire replacement, just under 10,000 miles a year, that's 30Mm 2018-11-07T00:21:10 < catphish> do you guys use Mm? 2018-11-07T00:21:20 < catphish> or kkm? 2018-11-07T00:21:27 < Steffanx> Km 2018-11-07T00:21:47 < catphish> i think Mm is a much cooler unit 2018-11-07T00:21:57 < zyp> as a pedant, Mm makes sense, but everybody leaves out the km unit and then speak of k (km) 2018-11-07T00:22:20 < catphish> oh i see, so just 20k 2018-11-07T00:22:29 < catphish> we do the same (with miles) 2018-11-07T00:22:55 < zyp> so, by «passed 60k» I technically meant «passed 60 Mm» 2018-11-07T00:23:04 < Steffanx> I would say 20 thousand km 2018-11-07T00:23:11 < Steffanx> Like any dutchy. 2018-11-07T00:23:23 < englishman> thats like a new set of tires every year 2018-11-07T00:23:27 < zyp> how do you say thousand in dutch? 2018-11-07T00:23:31 < Steffanx> Duizend. 2018-11-07T00:23:36 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 252 seconds] 2018-11-07T00:24:02 < zyp> tusen 2018-11-07T00:24:10 < englishman> i have a job interview 2018-11-07T00:24:36 < Steffanx> What will it be 2018-11-07T00:24:36 < BrainDamage> giving the interview or taking it? 2018-11-07T00:24:47 < Steffanx> For 2018-11-07T00:25:34 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 246 seconds] 2018-11-07T00:25:40 < englishman> hardware product development i guess 2018-11-07T00:26:34 < englishman> for an optics field test co 2018-11-07T00:26:38 < sync> zyp: typically 30-60Mm 2018-11-07T00:26:43 -!- boB_K7IQ [~boBK7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-07T00:27:32 < zyp> yeah, the articles google found me seems to agree with that 2018-11-07T00:28:40 < zyp> I'm not sure how many km I put on each of the sets, but on average they're both on 30k now 2018-11-07T00:28:52 < zyp> so at least one got more :p 2018-11-07T00:29:16 < zyp> I'm guessing the summer set gets used a bit more 2018-11-07T00:29:38 < englishman> looks like they use ugfx 2018-11-07T00:29:38 < catphish> i guess i'll start by detecting a level change, then measure the time between each subsequent change, maybe i don't need anything too much more complicated than that 2018-11-07T00:29:53 < zyp> just use input capture? 2018-11-07T00:30:17 -!- boB_K7IQ [~boBK7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 2018-11-07T00:30:23 < catphish> zyp: i'm hoping i can do it in software because ultimately i want to capture ten at once 2018-11-07T00:31:17 < zyp> ten timer channels isn't really a big deal 2018-11-07T00:31:35 < zyp> a typical stm32 can easily do twice that 2018-11-07T00:31:45 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-07T00:31:59 < catphish> really? i thought each timer could do about 2 2018-11-07T00:32:23 < zyp> the standard timers have four channels each 2018-11-07T00:33:20 < zyp> and then there's some reduced set ones with two channels, but I don't use them much 2018-11-07T00:34:49 < catphish> oh yeah, 4 channels on this timer i'm using 2018-11-07T00:34:54 < englishman> dongs: Looks like your old F3 and F4 flight controllers are going to be going extinct like the dodo. 2018-11-07T00:35:48 < catphish> my first ever project was a flight controller, wish i had stm32 back then :( 2018-11-07T00:36:13 < catphish> doing it in 8 bit avr sucked 2018-11-07T00:36:16 < englishman> all teh current hobby flight controllers are ported from an old 328p project 2018-11-07T00:36:22 < englishman> and not much has changed except better timers 2018-11-07T00:36:46 < karlp> crt: that pumping women is a medela user... 2018-11-07T00:37:12 < zyp> catphish, a flight controller is what got me started on stm32 2018-11-07T00:37:28 < zyp> like eight years ago 2018-11-07T00:37:39 < catphish> mine would probably have worked better if i had known about stm32 :) 2018-11-07T00:38:10 < catphish> worked though 2018-11-07T00:38:37 < catphish> zyp: you managed to get something to fly? 2018-11-07T00:38:51 < zyp> for some definition of «fly», sure 2018-11-07T00:39:16 < zyp> https://bin.jvnv.net/file/s7d0k.jpg 2018-11-07T00:39:51 < englishman> cool 2018-11-07T00:40:01 < catphish> looks like its flying 2018-11-07T00:40:03 < englishman> when did you go to finland 2018-11-07T00:40:40 < zyp> finland? 2018-11-07T00:40:49 < englishman> oh right theirs is nokia 2018-11-07T00:40:55 < zyp> :p 2018-11-07T00:40:56 < englishman> always get them backwards 2018-11-07T00:41:40 < zyp> logo's a bit outdated, it was st-ericsson at the time 2018-11-07T00:41:56 < zyp> and that photo is from before I worked there 2018-11-07T00:42:11 < catphish> https://www.youtube.com/watch?v=0B5PjcLq-8E 2018-11-07T00:42:13 < zyp> student dorm I lived in was across the road to the right 2018-11-07T00:42:18 < catphish> that's mine flying indoors 2018-11-07T00:42:34 -!- emeb [~ericb@ip68-3-245-224.ph.ph.cox.net] has quit [Ping timeout: 244 seconds] 2018-11-07T00:42:46 < zyp> looks better than mine 2018-11-07T00:42:55 < zyp> hang on, I got some old videos somewhere 2018-11-07T00:42:59 -!- emeb [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-07T00:43:29 < catphish> and outdoors (testing altitude hold) https://www.youtube.com/watch?v=86Bw_9Xy5Bk 2018-11-07T00:43:31 < zyp> I was dicking around with a tethered setup 2018-11-07T00:43:52 < catphish> a bit wobbly in the wind, but it worked 2018-11-07T00:44:24 < zyp> https://bin.jvnv.net/file/BOS5D.mp4 <- I think I was live-tuning feedback gains here 2018-11-07T00:44:25 < catphish> it was really hacky though, literally an arduino mega with modules connected with wires :) 2018-11-07T00:44:58 < zyp> hehe, my first iteration was a leaflabs maple with a protoshield 2018-11-07T00:45:18 < zyp> and that was the only iteration that has actually been flying, the newer board I made has only been tested tethered 2018-11-07T00:45:54 < catphish> i did something simular, one axis at a time https://www.youtube.com/watch?v=QOXN2BqeQmI 2018-11-07T00:46:07 < zyp> https://bin.jvnv.net/file/POIDL.mp4 <- feedback stuff that works a bit better 2018-11-07T00:47:04 < zyp> https://bin.jvnv.net/file/m1kWr.mp4 2018-11-07T00:47:13 < catphish> looks like some curtains are going to get sliced 2018-11-07T00:47:26 < zyp> hehe 2018-11-07T00:47:35 < catphish> i sliced my face a couple of times 2018-11-07T00:47:48 < catphish> and hands 2018-11-07T00:47:58 < zyp> I had some fun accidents with the old one 2018-11-07T00:47:59 < catphish> looks really stable 2018-11-07T00:48:03 < catphish> better than mine 2018-11-07T00:48:23 < catphish> but then, i was a bit more reckless, just went ahead and flew mine 2018-11-07T00:48:37 < zyp> https://bin.jvnv.net/file/ZGHgY.jpg <- similar test setup 2018-11-07T00:48:41 < zyp> https://bin.jvnv.net/file/gYu61.jpg <- ended up like this 2018-11-07T00:48:52 < catphish> haha 2018-11-07T00:49:19 < zyp> oh, and before that 2018-11-07T00:49:24 < zyp> https://bin.jvnv.net/file/uhket.jpg <- I tied it to a box 2018-11-07T00:49:32 < zyp> worked well until it flipped over the box 2018-11-07T00:50:02 < catphish> i learned a lot, but had to rely heavily on my mpu6050 as the avr and/or my maths wasnt good enough to do the combined integration stuff for leveling 2018-11-07T00:50:23 < catphish> haha 2018-11-07T00:50:33 < zyp> after the hanging accident, I tied it to a set of pipes, to make it harder to flip: https://bin.jvnv.net/file/J7cZJ.jpg 2018-11-07T00:50:47 < karlp> zyp: https://github.com/laks 2018-11-07T00:51:34 < zyp> that worked well enough that I took it out and flew it with the pipes :p 2018-11-07T00:51:55 < zyp> then I took off the pipes and it still kept stable enough 2018-11-07T00:52:09 < catphish> https://scontent-lhr3-1.xx.fbcdn.net/v/t1.0-9/1452212_10152021265174819_389735759_n.jpg?_nc_cat=100&_nc_ht=scontent-lhr3-1.xx&oh=50447f9d4907231cb6c4c658e77fe9bf&oe=5C858134 2018-11-07T00:52:22 < zyp> but I mostly only had throttle control, not pitch/roll/yaw, so I could control how high it went, not where it went :p 2018-11-07T00:52:38 < zyp> ouch 2018-11-07T00:52:46 < zyp> karlp, yeah? 2018-11-07T00:52:57 < Steffanx> Lol catphish. Nice selfie 2018-11-07T00:53:21 < catphish> here we go, hacky++ https://scontent-lhr3-1.xx.fbcdn.net/v/t1.0-9/1473011_10152080786964819_1524469402_n.jpg?_nc_cat=111&_nc_ht=scontent-lhr3-1.xx&oh=700b7585a4389d8c937ee07bf52857e0&oe=5C8A5718 2018-11-07T00:53:22 < Steffanx> And lucky you. I guess. 2018-11-07T00:53:45 < jadew> catphish, you got beat up by a drone? 2018-11-07T00:54:14 < catphish> yep, that was the time i reversed my Y axis and flew it sway from me, directly into my face 2018-11-07T00:54:15 < karlp> which one is catphish in the charlie smurthwaite video? 2018-11-07T00:54:27 < zyp> oh, hey, even got a flight vid: https://bin.jvnv.net/file/XvEhO.mp4 2018-11-07T00:54:36 < catphish> karlp: in the office? 2018-11-07T00:55:40 < zyp> start of the video is kinda boring, I'm holding it and checking stability, but it gets better 2018-11-07T00:55:41 < catphish> the one with the controller :) 2018-11-07T00:56:12 < catphish> such slow loading 2018-11-07T00:56:14 < zyp> takeoff at 1:36 2018-11-07T00:56:35 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:9c06:cfb7:ba95:1cc3] has quit [Quit: Konversation terminated!] 2018-11-07T00:56:48 < karlp> zyp: what url would you like / should I use as canonical for laks? 2018-11-07T00:56:49 < zyp> no active yaw feedback, and I think one of the motors were damaged 2018-11-07T00:56:58 < catphish> well it flies :) 2018-11-07T00:57:10 < zyp> karlp, https://cgit.jvnv.net/laks/, I guess 2018-11-07T00:57:39 < karlp> thanks, google wasn't turnin git up, and I call i could thinkl of was "bpaste, blah, some letters, blah. somethign" 2018-11-07T00:57:51 < zyp> bpaste is not me 2018-11-07T00:58:38 < catphish> my first on board flight video is a bit sucky because it's a video of the ground https://www.youtube.com/watch?v=g4NCFkZvyoI 2018-11-07T01:00:57 < catphish> i never did much more than that 2018-11-07T01:01:20 < zyp> I once crash landed in a tree and spent a couple of hours getting it down again 2018-11-07T01:01:30 < catphish> after that i bought a DJI controller :) 2018-11-07T01:01:37 < zyp> haha 2018-11-07T01:01:59 < Ultrasauce> zyp how did i never clue into your power level 2018-11-07T01:02:09 < zyp> Ultrasauce, hmm? 2018-11-07T01:02:19 < Ultrasauce> weeb quotient 2018-11-07T01:02:27 < zyp> haha, fair 2018-11-07T01:03:11 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-07T01:03:46 < zyp> karlp, what for, btw? 2018-11-07T01:04:11 < karlp> reducint the number of outstanding notes I have in my local zypsnuips dir 2018-11-07T01:04:16 < karlp> one tick, I'll share :) 2018-11-07T01:04:20 < zyp> ah 2018-11-07T01:05:53 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 245 seconds] 2018-11-07T01:05:53 -!- [1]MrMobius is now known as MrMobius 2018-11-07T01:05:56 * catphish wonders why zyp likes to snip things 2018-11-07T01:07:27 < karlp> I'm starting to be concerned that zypsnips is too hard to browse 2018-11-07T01:07:32 < karlp> I'm not sure I should care though 2018-11-07T01:08:13 < karlp> jpa-: plz help, this link is dead: 12:08 < jpa-> http://www.ti.com/ods/images/SNVS829C/30191552.png even just this works pretty well 2018-11-07T01:08:27 < catphish> yep, dead 2018-11-07T01:08:28 < karlp> I want to jsut add notes on what the right search terms are without breaking the entire conversaton 2018-11-07T01:08:37 < karlp> context is sense resistors 2018-11-07T01:08:41 < karlp> and a fake pattern 2018-11-07T01:09:22 < zyp> huh 2018-11-07T01:09:47 < zyp> I were looking through my old videos upload, found one of me messing around in gdb: https://bin.jvnv.net/file/HsrVR.mov 2018-11-07T01:10:04 < zyp> I had even forgotten how to do stuff like that in gdb 2018-11-07T01:13:01 < englishman> i had forgotten about .mov 2018-11-07T01:13:14 < karlp> have you met asciicinema? 2018-11-07T01:13:40 < karlp> still nice to see shouldn't be full of hate :) 2018-11-07T01:13:47 < englishman> is that like telnet towel.blinkenlights.nl 2018-11-07T01:13:50 < zyp> :p 2018-11-07T01:14:01 < Ultrasauce> ascii enema 2018-11-07T01:14:20 < karlp> englishman: no https://asciinema.org/ for recoding terminal sessions 2018-11-07T01:14:25 < zyp> since Ultrasauce mentioned weeb, here's the sort of shit I made arcin for: https://bin.jvnv.net/file/rP6Cq.mp4 2018-11-07T01:14:33 < zyp> (and yeah, I suck at that game) 2018-11-07T01:15:00 < englishman> if you record towel.blinkenlights.nl with asciicinema will lucas sue for copyright infringement? 2018-11-07T01:15:13 < BrainDamage> I'd recommend https://github.com/nbedos/termtosvg over ascii enema 2018-11-07T01:15:34 < BrainDamage> it creates animated svg which are supported by ~every browser without js insanity 2018-11-07T01:16:29 < kakimir> continue statement 2018-11-07T01:16:32 < kakimir> use or not use? 2018-11-07T01:16:46 < zyp> use where appropriate 2018-11-07T01:17:44 < kakimir> I have never used it 2018-11-07T01:17:49 < kakimir> not once 2018-11-07T01:17:59 < kakimir> also never used goto 2018-11-07T01:18:09 < karlp> jpa-: this is the doc I want to update: https://paste.fedoraproject.org/paste/GfB~P9VbnsDCRSqk1uGSLQ 2018-11-07T01:18:53 < kakimir> metal wildflowers 2018-11-07T01:19:05 < kakimir> that's the smell 2018-11-07T01:19:55 < karlp> the fuck am I talking about 2018-11-07T01:20:17 < karlp> jpa-: this one, not that other one: https://paste.fedoraproject.org/paste/nBypmt6NXBbNATtwsIu9lg 2018-11-07T01:22:06 < kakimir> that is like old 2018-11-07T01:22:15 < karlp> yes, but wasn't filed properly at the time 2018-11-07T01:22:30 < karlp> zyp: https://github.com/karlp/zypsnips/commit/e7a869fff011365b7614ca9ca5d33f38aa01fed0 2018-11-07T01:22:52 < karlp> (i had made anote of glsegei's wild chopstix project, just wanted to cover a few more) 2018-11-07T01:23:54 < zyp> heh 2018-11-07T01:25:24 < zyp> do people actually use it? 2018-11-07T01:25:47 < englishman> any interview tips from successful job-havers 2018-11-07T01:25:51 < englishman> should i bring some shit that i made 2018-11-07T01:25:58 < zyp> drop laptop on floor 2018-11-07T01:26:15 < zyp> I tried that once, got the job 2018-11-07T01:26:35 < englishman> will do 2018-11-07T01:26:37 < englishman> was it a mac 2018-11-07T01:26:46 < zyp> yeah: https://bin.jvnv.net/file/o3UXi.jpg 2018-11-07T01:27:04 < karlp> zyp: no idea. I saw it used as a submodule in another project that someone linked to, also from this glsergei duder 2018-11-07T01:27:18 < kakimir> I wonder what the heck I was doing involving sense lines drawn to shunt footprint 2018-11-07T01:27:35 < karlp> but glsergei had usb impls submitted to chopstx from other people to handle other architecutres, so at least 3-4 people? 2018-11-07T01:27:50 < karlp> englishman: why are you interviewing for ajobn? 2018-11-07T01:27:55 < englishman> to get a job 2018-11-07T01:28:08 < karlp> aren't you a successful succes story as a true canandian small business operator? 2018-11-07T01:28:09 < Ultrasauce> gonna be a scab for canada post? 2018-11-07T01:28:30 < englishman> yeah but its boring 2018-11-07T01:28:32 < englishman> super boring 2018-11-07T01:28:47 < englishman> i'd rather make less money and do something cool 2018-11-07T01:29:02 < zyp> if you're gonna get a job instead, can I have your P&P stuff? 2018-11-07T01:29:05 < karlp> so, just so I understand, youð're going to pack it all in entirely and go back to working full time? 2018-11-07T01:29:11 < karlp> or are you just looking for some part time stuff? 2018-11-07T01:29:13 < karlp> or what? 2018-11-07T01:29:38 < englishman> sure zyp but transport will probably cost more than it's worth 2018-11-07T01:29:41 < englishman> full time 2018-11-07T01:30:02 < karlp> I mean, I wasunder the impression that the "great uplandistand quebec or something" was maybe not scratching your design loves, but was still positive cash and viable 2018-11-07T01:30:25 < englishman> sure is 2018-11-07T01:30:33 < englishman> in fact last month was crazy money 2018-11-07T01:30:36 < karlp> so it must reallllly be killing your soul to just kill a profitvable business instead of taking on a minion to hold it running while you play with things for yourself 2018-11-07T01:31:01 < karlp> I mena, I get it, kinda, but how did you get so far down the road of running that business if you weren't at all interested in running your own business? 2018-11-07T01:31:48 -!- emeb [~ericb@ip68-3-245-224.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-07T01:31:50 < zyp> maybe the «dealing with customers» part? 2018-11-07T01:31:54 < englishman> well, the lease is up next year too, which means find a new place and move everything, and pay tons more money in rent, or buy a place / build something and actually have to pay bills for next ~decade and commit myself to it 2018-11-07T01:32:10 < englishman> dealing with customers is fine 2018-11-07T01:32:45 < karlp> oh, I thought you were doing it all out of your shed on your farm 2018-11-07T01:33:45 < englishman> no i've had an office in the city for about 2.5 years 2018-11-07T01:34:26 < englishman> i would like to build a 200 m^2 shed on the farm tho 2018-11-07T01:34:28 < englishman> and move things there 2018-11-07T01:35:24 < karlp> weren't you talking about the regs and rule son laying power over to.... a? shed? 2018-11-07T01:35:28 < englishman> could even have enough room for the airplane to fit inside 2018-11-07T01:35:33 < sync> well do it then 2018-11-07T01:35:36 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-07T01:35:50 < karlp> I got no advice on interviews, I moved to iceland where nepotism is the only thing that mattere 2018-11-07T01:36:21 < zyp> same shit here 2018-11-07T01:36:31 < karlp> and I demonstrated a sufficient modicum of skill a few years ago, so unless I have a serious meltdown or something I'm ~fine 2018-11-07T01:37:08 < zyp> I've never gotten a job I've just applied for, every single job I've had I've gotten through connections 2018-11-07T01:37:25 < karlp> hrm. 2018-11-07T01:37:36 < karlp> I think I've applied for two jobs that I didn't get. 2018-11-07T01:38:07 < englishman> if i dont get a job by spring i will have to build somewhere to put all my shit 2018-11-07T01:38:20 < englishman> if i do, then i can move on 2018-11-07T01:38:22 < zyp> first job I got out of uni was because one of the guys working there were also working part time at the uni as a programming professor 2018-11-07T01:38:24 < karlp> at least you have a nice runway then 2018-11-07T01:38:32 < englishman> zyp, same 2018-11-07T01:38:48 < englishman> i casually put out the CV a few times but this interview is thru a mutual friend 2018-11-07T01:38:53 < zyp> and all jobs I've got since then have been through former coworkers 2018-11-07T01:39:07 < karlp> my first job out of uni was because some director at cisco went to my uni, and they were still desparate for any engineers they could hire. 2018-11-07T01:39:21 < sync> englishman: or you build anyway and have a fallback plan 2018-11-07T01:39:31 < karlp> moving to iceland was a bit of a "right, so... don't know anyone, here's my cv" but it worked well enough 2018-11-07T01:39:47 < karlp> subsequent jobs have been the "it's not what you know, it's who you know" for better and wrose 2018-11-07T01:40:30 < zyp> the job I have now is because my old boss got asked if he knew somebody and recommended me 2018-11-07T01:40:41 < englishman> sync: the hugegarage idea works for that 2018-11-07T01:40:52 < zyp> the job I had before that was because one of my former coworkers ended up there and they wanted more people 2018-11-07T01:40:53 < englishman> even if i quit and get a realjob, i just end up with a big garage 2018-11-07T01:41:51 < Steffanx> Just hire someone to do it all for you. And get yourself that ceo ferrari 2018-11-07T01:41:59 * karlp laughs 2018-11-07T01:42:11 < karlp> we had a restaraunt open down the street a few months ago 2018-11-07T01:42:17 < karlp> closed again within 6 weeks 2018-11-07T01:42:40 < karlp> apparently the "owner" thought that all the money in the accoutn was money they coul djust spend on things 2018-11-07T01:42:54 < zyp> I hope the stuff my current company develops end up working out, not looking forward to look for a job again if the company runs out of money :p 2018-11-07T01:43:33 < englishman> i could pay you in cat treats 2018-11-07T01:43:45 < zyp> on the other hand, I'm the only actual programmer, so my job is very safe as long as they can afford to keep the lights on at all 2018-11-07T01:44:45 < zyp> maybe next time I'm looking for a job, I can get one at the company where all my uni friends work :p 2018-11-07T01:45:10 < zyp> somehow most of them have ended up in the same company 2018-11-07T01:45:52 < zyp> hmm 2018-11-07T01:46:54 < zyp> I actually talked to that company a couple of years ago, but I didn't feel the position they were looking to fill at the time sounded very interesting, and only one of my friends worked there already 2018-11-07T01:47:01 < karlp> one day, there will be a hashhashstm64 nordic conspiracy, ruling the world and shit.... 2018-11-07T01:47:19 < zyp> in retrospect, that might have been a bad decision, they seem to do quite a bit of fun stuff nowadays 2018-11-07T01:47:36 < zyp> not embedded though, so idk if I would like it anyway, but eh 2018-11-07T01:48:26 < karlp> eh, fun is where you find it. 2018-11-07T01:48:29 < BrainDamage> let's just found ##proircEE and hire ourselves 2018-11-07T01:48:43 < karlp> I did embedded on the side casually when I didn't do it professionally 2018-11-07T01:48:54 < zyp> yeah 2018-11-07T01:48:59 < karlp> not that I do it "professionally" I don't do all that much on the side 2018-11-07T01:49:07 < BrainDamage> we can even assign the tasks based on each one's best skills 2018-11-07T01:49:15 < BrainDamage> eg loranceb can do the DB management 2018-11-07T01:49:20 * karlp laughs 2018-11-07T01:49:29 < zyp> I've done some pcb layout contract work on the side earlier this year 2018-11-07T01:50:04 < englishman> that feels like what im doing now 2018-11-07T01:50:07 < englishman> over and over again 2018-11-07T01:50:15 < zyp> layout? 2018-11-07T01:50:19 < englishman> and assy 2018-11-07T01:50:21 < englishman> but like 2018-11-07T01:50:24 < englishman> it all feels like side work 2018-11-07T01:50:32 < englishman> that i can't refuse due to dollar signs 2018-11-07T01:50:41 < zyp> hehe 2018-11-07T01:51:14 < Ultrasauce> sounds like you need to find a company to have a tighter / more regular b2b relationship with 2018-11-07T01:51:33 < englishman> i did, the PCB fab down the road 2018-11-07T01:51:39 < englishman> they send me almost all of their assy work 2018-11-07T01:51:52 < englishman> and all the design work 2018-11-07T01:52:22 < englishman> in fact they laid off their assembly manager guy because he wasn't doing anything except emailing me 2018-11-07T01:52:22 < karlp> again, this just makes me ask why you even started that parth 2018-11-07T01:52:31 < karlp> it seems lik eyou reallllly don'ðt want to be doing it 2018-11-07T01:53:12 < englishman> once upon a time i had some stuff i made that i wanted to sell 2018-11-07T01:53:20 < englishman> employees even 2018-11-07T01:53:36 < englishman> after that ended due to me being an idiot and totally missing what the market was about, it was just me and a dicknplace 2018-11-07T01:54:15 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-07T01:54:18 < zyp> I've found that the schematic part of pcb design is kinda boring since it involves a bunch of part selection bullshit, but once the schematic is done, working out the layout puzzle is a fun challenge 2018-11-07T01:54:28 < englishman> then i got a big design and assy contract thru an irc'er so i didnt have to look for a realjob 2018-11-07T01:54:56 < zyp> apparently other people thinks the layout part is tedious, so I'm happy to do only that part for them :) 2018-11-07T01:54:57 < englishman> and the contracts keep coming 2018-11-07T01:55:02 < jadew> englishman, what exactly did you miss? did you figure it out? 2018-11-07T01:55:50 < englishman> my stuff was not as innovative as i thought it was and noone wanted it 2018-11-07T01:56:32 < jadew> couldn't you sell it for less? 2018-11-07T01:56:47 < zyp> couldn't you give it away for free? 2018-11-07T01:56:59 < englishman> i did in the end 2018-11-07T01:57:03 < englishman> still have some 2018-11-07T01:57:06 < englishman> (for free) 2018-11-07T01:57:18 < jadew> that's shitty 2018-11-07T01:57:25 < BrainDamage> what was the device? 2018-11-07T01:57:54 < englishman> maple syrup IV drip 2018-11-07T01:57:54 < karlp> zyp: just for my own info, do you keep this up to date in any way? https://github.com/zyp/laks 2018-11-07T01:58:05 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-07T01:58:06 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Client Quit] 2018-11-07T01:58:22 < zyp> hmm 2018-11-07T01:58:36 < zyp> I think I made a hook once that would autoupdate it when I pushed to the main repo 2018-11-07T01:58:53 < zyp> but judging by the latest commit, it haven't worked for some years 2018-11-07T01:59:20 < Lux> englishman: yeah the leisure quadcopter business is getting more and more retarded 2018-11-07T01:59:51 < karlp> zyp: yeah, that's all I was asking 2018-11-07T02:00:01 < englishman> ive soldered 1300 pth during this little chat btw 2018-11-07T02:00:08 < Lux> englishman: a friend just linked me this innovation: https://www.readymaderc.com/products/details/strix-binary-f10-flight-controller-heliorc?fbclid=IwAR0kwEeVdSgiHmc1AiwNcOASmJ-YlPQ0Br5Wi_3-mveqjhga_oRhuTbazTw 2018-11-07T02:00:22 < karlp> I've had nearly two tinnies an a few chips? :) 2018-11-07T02:01:33 < englishman> Lux lol i just linked that 2018-11-07T02:02:31 < Lux> heh :) 2018-11-07T02:03:13 < jadew> anyone got a two-part anodized aluminium enclosure at hand? 2018-11-07T02:03:29 < Lux> funny thing about having a 32khz control loop is, that it's even higher than the esc pwm frequency which usually is 24khz 2018-11-07T02:03:30 < jadew> I wonder if it's conductive 2018-11-07T02:04:07 < Lux> so it really makes 0 sense 2018-11-07T02:09:28 < Thorn> MetOp C launch T - 40 min https://www.youtube.com/watch?v=ljR8GEPGy44 https://www.youtube.com/watch?v=YGpqrxQel0I 2018-11-07T02:10:07 < jadew> Thorn, link it again 5 minutes before it starts 2018-11-07T02:15:57 < englishman> thanks Thorn 2018-11-07T02:17:53 < karlp> fuck that, listen to this: https://www.youtube.com/watch?v=ApkriNFAOBY 2018-11-07T02:18:23 < Thorn> englishman: 2 mountain lions on a walk https://www.youtube.com/watch?v=f1jyFX6r4J4 2018-11-07T02:18:53 < Ultrasauce> >poof daddy 2018-11-07T02:20:28 < karlp> fine, drop the hammer instead: https://www.youtube.com/watch?v=MQIGuiDTURY 2018-11-07T02:20:43 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-07T02:28:35 < Thorn> jadew: stream is live 2018-11-07T02:28:51 < jadew> Thorn, awesome, thanks 2018-11-07T02:30:54 < englishman> karlp: https://www.youtube.com/watch?v=1HyS80Uf9a8 2018-11-07T02:31:29 < karlp> hah! 2018-11-07T02:31:34 < karlp> did I paste that to yiou? 2018-11-07T02:31:39 < englishman> neg 2018-11-07T02:31:40 < englishman> its ancient 2018-11-07T02:31:44 < karlp> world would be too weird if you had that on your own 2018-11-07T02:31:46 < karlp> hehe 2018-11-07T02:31:49 < karlp> I have that on a cd in the car :) 2018-11-07T02:31:56 < karlp> top track 2018-11-07T02:32:00 < englishman> yoshitoshi reminded me 2018-11-07T02:32:08 < karlp> hve you heard the original spoken word it's based on? 2018-11-07T02:32:35 < englishman> yeah 2018-11-07T02:32:38 < englishman> the guy is still around 2018-11-07T02:34:31 < karlp> bah, can't find it in my youtube lists anymore 2018-11-07T02:35:17 < karlp> fine, have this instead: https://www.youtube.com/watch?v=IYGl-l0Toig&index=133&list=FL-mCiT9evtefOgYQCTfcYHA&t=0s 2018-11-07T02:38:05 < karlp> ahhhhh found it: https://www.youtube.com/watch?v=CZ-OKTOY8mA 2018-11-07T02:39:10 < englishman> yea http://www.darrenabramson.com/the-gospel-according-to-johnyoure-not-sleeping/ 2018-11-07T02:40:44 < karlp> nice, had never seen that page sources before 2018-11-07T02:41:05 < karlp> a friend of mine who's good at digging up obscure neat shit handed me the PQM track on a mix cd years ago 2018-11-07T02:42:25 < englishman> heh 2018-11-07T02:45:35 < englishman> fuck samtec, btw 2018-11-07T02:45:38 < englishman> avoid at ANY cost 2018-11-07T02:47:25 < Thorn> T - 1 min 2018-11-07T02:48:43 < englishman> i heard the soyuz boosters used samtec connectors 2018-11-07T02:50:57 < jadew> I thought it blew up 2018-11-07T02:51:29 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has joined ##stm32 2018-11-07T02:52:52 < Laurenceb124> Breaking news: Architects office searched in Grenfell probe 2018-11-07T02:53:14 < Laurenceb124> oh wait https://www.bbc.co.uk/news/uk-46106224 2018-11-07T02:58:18 < kakimir> https://www.theguardian.com/us-news/2018/oct/23/trump-clinton-2016-election-ptsd-students-stressful-experience- 2018-11-07T02:58:35 < Laurenceb124> kek 2018-11-07T02:59:03 < Laurenceb124> plot twist: Grenfell Architects paid for the bonfire as a false flag 2018-11-07T03:01:07 < kakimir> I actually laughed thinking about millenials shitting themself about Trump 2018-11-07T03:23:36 < catphish> anyone happen to know how to change the speed of MSI while using it as the system clock? 2018-11-07T03:24:32 < catphish> my l4 runs at 4mhz by default, i would like to just up it a bit 2018-11-07T03:28:57 < Laurenceb124> reeeeeeeee 2018-11-07T03:29:04 < Laurenceb124> fucking Birminghamistan 2018-11-07T03:29:28 < catphish> i'll just use the PLL :) 2018-11-07T03:29:38 < Laurenceb124> >spent 4 hours driving to central Birminghamistan to buy heating parts 2018-11-07T03:29:55 < Laurenceb124> >got scammed, parts were swapped for broken ones while I was loading 2018-11-07T03:30:26 < Laurenceb124> just lost over 1k 2018-11-07T03:30:48 < catphish> :| 2018-11-07T03:31:05 < Laurenceb124> at least I know the house number 2018-11-07T03:31:13 < Laurenceb124> dunno if I should go throug ebay first or not 2018-11-07T03:31:31 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has quit [Ping timeout: 244 seconds] 2018-11-07T03:32:18 -!- CheBuzz [~CheBuzz@204.77.3.219] has joined ##stm32 2018-11-07T03:32:18 -!- CheBuzz [~CheBuzz@204.77.3.219] has quit [Changing host] 2018-11-07T03:32:18 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has joined ##stm32 2018-11-07T03:32:28 < englishman> nice one 2018-11-07T03:33:20 < englishman> buying "heating parts" at 1am on a wednesday morning 2018-11-07T03:33:23 < englishman> a likely story 2018-11-07T03:33:58 < ds2> maybe it is getting to be very cold up there 2018-11-07T03:34:07 < ds2> there is climate change afterall... 2018-11-07T03:42:53 < Laurenceb124> kek 2018-11-07T03:43:06 < Laurenceb124> englishman: I only just finished testing everything 2018-11-07T03:43:18 < Laurenceb124> DON'T VOTE FOR TRUMP HE IS A JEW PUPPET SHILLS CONVINCED YOU TO VOTE 2018-11-07T03:43:27 < Laurenceb124> let the copypastas commence 2018-11-07T03:44:42 < Laurenceb124> tiem to troll The_Donald 2018-11-07T03:45:54 < dongs> Laurenceb124: Hi! It looks like you're engaging in activity not directly related to STM32 or electronics. May I suggest you tweet about it instead? Or perhaps make a stumble.upon? Or even better, just /msg ohsix directly? Thank you! 2018-11-07T03:46:14 < Laurenceb124> dongs confirmed as Drumpf supporter 2018-11-07T03:47:43 < dongs> just got spam from Hard Find Electronics Ltd. 2018-11-07T03:49:26 < catphish> i gotta go vote for my local conservative representive, brb 2018-11-07T04:18:27 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-07T04:29:20 < Laurenceb124> the trump effect 2018-11-07T04:47:20 < englishman> 4032 pth done 2018-11-07T04:53:07 < englishman> https://i.imgur.com/kKbj4xO.jpg 2018-11-07T04:53:31 < dongs> what wikihow page is taht from 2018-11-07T04:53:39 < dongs> how to adjust your dong inside pants? 2018-11-07T04:53:46 < dongs> some of the trash on wikihow is fucking ridiculous 2018-11-07T04:53:50 < dongs> how do i life 2018-11-07T04:53:55 < englishman> https://www.wikihow.com/Hide-an-Erection 2018-11-07T04:54:01 < dongs> haha 2018-11-07T04:54:08 < dongs> Best guess for this image: hiding a boner 2018-11-07T04:54:21 < englishman> did you click my link 2018-11-07T04:54:24 < englishman> from earlier 2018-11-07T04:54:31 < dongs> no retweet it 2018-11-07T04:54:34 < dongs> in chat or here 2018-11-07T04:54:44 < englishman> https://www.readymaderc.com/products/details/strix-binary-f10-flight-controller-heliorc 2018-11-07T04:54:52 < englishman> Looks like your old F3 and F4 flight controllers are going to be going extinct like the dodo. 2018-11-07T04:55:01 < dongs> lmao 2018-11-07T04:55:59 < dongs> i thorugh strix was soem retarde gaming brand 2018-11-07T04:56:25 < dongs> anyway page closed 2018-11-07T04:56:29 < dongs> retards gonna retard 2018-11-07T04:56:48 < englishman> gotta innovate new ways to charge $50 for a flight controller 2018-11-07T04:57:34 < catphish> Rub your penis until you achieve an orgasm. After masturbating, your erection should subside. Do not masturbate in public. 2018-11-07T04:58:55 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2018-11-07T04:59:11 -!- Brittany [5afc350e@gateway/web/freenode/ip.90.252.53.14] has joined ##stm32 2018-11-07T05:02:54 < Brittany> I'm having a slight DMA transfer problem. I'm finding that CPU activity is able to interrupt the timer based LED data. I use timer events which drive the data to GPIO pins. The issue I see is an intermittent 'flicker' where if I set one bit, the next bit may occasionally be set. (I.e. I send a 0b00001000, and I get a 0b00010000), does anyone know how to explain the issue I'm facing? 2018-11-07T05:03:30 < Brittany> excuse the terrible question formatting. 3am here. 2018-11-07T05:05:48 < dongs> no beacuse youre not explaining what the fuck you're trying to do. DMA is DMA, touching GPIO from timer is not DMA 2018-11-07T05:07:04 < aandrew> Brittany: without any real data or code to look at, it sounds like your timer requires CPU intervention to tell it what the next interval is and it's not getting that data in time 2018-11-07T05:07:52 < aandrew> generally you either use a timer to DMA data from memory to a GPIO pin, or you DMA data (timer periods) to a timer 2018-11-07T05:08:14 < aandrew> sounds like you are using WS2812 type devices and trying to drive them in a background task 2018-11-07T05:08:39 -!- Brittany_ [5afc350e@gateway/web/freenode/ip.90.252.53.14] has joined ##stm32 2018-11-07T05:08:48 < Brittany_> Oops, sorry my internet lagged out. 2018-11-07T05:09:11 < Brittany_> @dongs apologies. i'm tired, tried to be concise and just ended up writing a shitty question. excuse me 2018-11-07T05:10:03 < Brittany_> @aandrew you are right. i literally just figured it out after wrestling with it for a few hours. I was never re-initializing my timer's counter. So it seems that some CPU activity was taking precedence over the DMA transfer complete turning off my timer. 2018-11-07T05:10:15 < Brittany_> I solved this by re-intialization of the timer in the start up routine. 2018-11-07T05:10:35 -!- Brittany [5afc350e@gateway/web/freenode/ip.90.252.53.14] has quit [Ping timeout: 256 seconds] 2018-11-07T05:10:48 < Brittany_> No more LED flicker. I'm going to solve the problem of problem between chair and computer by going to bed though. lol 2018-11-07T05:11:58 < Ultrasauce> the rubber duck is real 2018-11-07T05:14:17 < Brittany_> I realized as I wrote the question. I thought that if I was sending 0b00001000 through my gpio pins by timer, that I was getting 0b00011000 out. so i probed it before asking and found it to be 0b00010000. 2018-11-07T05:14:47 < Brittany_> when i thought it was 0b00011000, I assumed it was because the DMA 'lagged' and kept the output high for too long. 2018-11-07T05:16:01 < Ultrasauce> it's worth mentioning that even though dma leaves the cpu 'free' they still have to use the same buses to communicate with peripherals 2018-11-07T05:17:44 < Brittany_> I'd say I'm quite new to this. I've had about 3 months experience. It's interesting learning all this but it's quite scary working at such a low level, since there's so much under the hood I'm perplexed by. 2018-11-07T05:18:47 < Ultrasauce> well keep putting that instrumentation to use 2018-11-07T05:24:51 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-07T05:36:39 -!- Brittany_ [5afc350e@gateway/web/freenode/ip.90.252.53.14] has quit [Quit: Page closed] 2018-11-07T06:04:02 < englishman> Ultrasauce how is the innovation 2018-11-07T06:04:06 -!- Laurenceb124 [~laurence@host86-143-84-5.range86-143.btcentralplus.com] has quit [Ping timeout: 272 seconds] 2018-11-07T06:04:18 < englishman> the years (and funding) just fly by dont they 2018-11-07T06:04:30 < Ultrasauce> gearing up for another round... 2018-11-07T06:04:54 < englishman> im in for half a pack of darts 2018-11-07T06:05:05 < Ultrasauce> if you wanna come here i'd hire you 2018-11-07T06:05:24 < englishman> you dont even know what i can do 2018-11-07T06:06:01 < englishman> tho i can understand given the locale 2018-11-07T06:06:09 < Ultrasauce> i am more interested in people that can do shit and and arent idiots 2018-11-07T06:06:13 < Ultrasauce> than specific skillsets 2018-11-07T06:06:52 < englishman> surely there are a couple go-getters in your bustling metropolis 2018-11-07T06:07:14 < dongs> whats ultrasauce dickstarting 2018-11-07T06:07:21 < dongs> another great IoT innovation? 2018-11-07T06:07:55 < Ultrasauce> it's an internet connected rectal subwoofer 2018-11-07T06:07:57 < englishman> i think its like a 10" screen with hdmi for plugging into a raspberrypi. except he wants $50k/unit 2018-11-07T06:08:35 < Ultrasauce> we'll be marketing it with monster energy for gamers 2018-11-07T06:08:40 < Ultrasauce> for the true dubstep experience 2018-11-07T06:08:45 -!- benishor [~benny@86.121.41.118] has joined ##stm32 2018-11-07T06:10:16 < englishman> anyone have John Shine or Mike Hynes emails @ samtec 2018-11-07T06:12:32 < englishman> those names sound autogenerated 2018-11-07T06:23:56 < dongs> https://translate.google.com/#ja/en/shineenglishman: https://translate.google.com/#ja/en/shine 2018-11-07T06:23:59 < dongs> err 2018-11-07T06:43:40 < englishman> nice 2018-11-07T06:43:48 < englishman> they ARE out to get me 2018-11-07T06:52:08 -!- benishor [~benny@86.121.41.118] has quit [Read error: Connection reset by peer] 2018-11-07T06:52:32 -!- fc5dc9d4_ [~quassel@p5B3A8190.dip0.t-ipconnect.de] has joined ##stm32 2018-11-07T06:56:51 -!- fc5dc9d4 [~quassel@p5B3A811E.dip0.t-ipconnect.de] has quit [Ping timeout: 252 seconds] 2018-11-07T07:31:36 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 260 seconds] 2018-11-07T07:45:41 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-07T07:47:11 -!- specing [~specing@unaffiliated/specing] has quit [Remote host closed the connection] 2018-11-07T07:48:40 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 246 seconds] 2018-11-07T07:48:45 -!- day__ is now known as day 2018-11-07T08:03:30 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-07T08:10:49 < Ultrasauce> it's true 2018-11-07T08:14:36 < englishman> fuck samtec 2018-11-07T08:41:10 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:a4df:efc:f2ee:81bb] has joined ##stm32 2018-11-07T08:43:51 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:a4df:efc:f2ee:81bb] has quit [Client Quit] 2018-11-07T08:48:19 -!- sterna [~Adium@c-28ebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-07T08:53:25 -!- esden [~esden@repl.esden.net] has quit [Ping timeout: 246 seconds] 2018-11-07T08:56:32 -!- esden [~esden@repl.esden.net] has joined ##stm32 2018-11-07T09:08:49 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-07T09:11:14 < jpa-> karlp: here is the image http://www.tij.co.jp/ods/images/SNVS829E/30191552.png 2018-11-07T09:19:30 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2018-11-07T09:19:59 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-07T09:21:06 -!- sterna [~Adium@c-28ebe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-07T09:42:04 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-07T10:08:29 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-07T10:42:08 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 272 seconds] 2018-11-07T11:04:48 -!- sterna [~Adium@cvis.oal.lindholmen.se] has joined ##stm32 2018-11-07T11:06:44 -!- benishor [~benny@79.116.210.245] has joined ##stm32 2018-11-07T11:09:14 < jadew> swedish post is fucking slow 2018-11-07T11:09:41 < jadew> and I thought our post sucks 2018-11-07T11:15:08 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-07T11:15:47 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-07T11:20:18 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 252 seconds] 2018-11-07T12:06:57 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has quit [Ping timeout: 252 seconds] 2018-11-07T12:29:59 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-07T12:34:43 < PeterM> i wonder how quickyl you could give yourself cancer with an xray machine 2018-11-07T12:56:49 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has joined ##stm32 2018-11-07T13:04:48 < Steffanx> You call THAT a dick, crt? 2018-11-07T13:05:01 < Steffanx> Referring to the selfie you posted. 2018-11-07T13:07:51 < Steffanx> Nope 2018-11-07T13:41:00 < dongs> crt: https://i.imgur.com/lkK5Aui.jpg 2018-11-07T13:41:50 < Steffanx> Loo 2018-11-07T13:41:59 < Steffanx> l 2018-11-07T13:43:08 < zyp> ha 2018-11-07T13:45:02 < dongs> found englishman's side hustle 2018-11-07T13:50:32 < karlp> Ilove that the neon sign in the window is the pizza going up and down 2018-11-07T14:00:36 -!- specing [~specing@unaffiliated/specing] has joined ##stm32 2018-11-07T14:27:43 < mawk> ali sent me a mail titled GLOBAL SHOPPING FESTIVAL 2018-11-07T14:27:54 < mawk> other spam I receive are a bit more elaborate lol 2018-11-07T14:28:07 < mawk> "it's sunday and rainy in Paris, come take a bus to Den Hague and have fun !" 2018-11-07T14:28:14 < mawk> at least they checked the weather and used my location 2018-11-07T14:29:32 -!- catphish [~charlie@unaffiliated/catphish] has joined ##stm32 2018-11-07T14:31:20 < mawk> the very tight regulations allow up to 20 mSv/year PeterM 2018-11-07T14:31:26 < karlp> outlook / office365 web interface started offering me the option of unsubscribing from individual senders this morning :) 2018-11-07T14:31:28 < catphish> i never found a good way to count times between transitions of lots of pins, one timer can really only count one thing, i'm now thinking the best option is probably a single free running timer, and and EXTI for each pin, it can just read the timer value when it fires 2018-11-07T14:31:28 < mawk> so you can multiply that by 10 or 100 and get the maximum safe dose 2018-11-07T14:31:50 < karlp> just a special footer on all my mai now, "getting too much mail from ? unsubscribe here!" 2018-11-07T14:31:56 < mawk> you can read a whole bank at once catphish 2018-11-07T14:33:14 < catphish> mawk: the problem is that i have 10 pins (doesn't matter which) and i want to know how long between transitions on each pin, but they're not synchronized in any way with eachother 2018-11-07T14:33:27 < mawk> ah 2018-11-07T14:33:37 < catphish> so i'd like to know when pin1 changes, what its new state is, and how long it was in the old state 2018-11-07T14:33:43 < mawk> I see 2018-11-07T14:34:27 < mawk> one timer with the smallest countdown possible, you read the banks, xor with the last value to get which changed, process that 2018-11-07T14:34:33 < mawk> adjust the countdown value for the maximum processing time 2018-11-07T14:34:39 < jadew> karlp, that's neat, but it's better to mark them as spam if it's indeed spam you didn't subscribe to 2018-11-07T14:35:26 < catphish> mawk: my current approach is pretty much what you just said, my main loop constantly xors the port with its previous value, when a port changes, it records the timestamp from a freerunning timer 2018-11-07T14:35:48 < Steffanx> Den Hague. Lol mawk. The quality spam 2018-11-07T14:36:06 < mawk> that's where I went the last time with that bus company 2018-11-07T14:36:13 < mawk> so they want me to go again 2018-11-07T14:36:52 < Steffanx> The Hague or Ded Haag. Not Den Hague ;) 2018-11-07T14:36:52 < catphish> yeah i think i'll continue with this approach then, a freerunning timer with a 32 bit counter and then another timer that polls the port periodically 2018-11-07T14:37:03 < Steffanx> Ded = den 2018-11-07T14:37:40 < catphish> Cracki: that's the second option, which may be better 2018-11-07T14:37:54 < mawk> den haye 2018-11-07T14:37:56 < catphish> in fact almost certainly is better :) 2018-11-07T14:38:08 < karlp> jadew: sure, but I'm saying this is something it's adding to _every_ email footer, even from colleagues :) 2018-11-07T14:38:11 < catphish> free running timer + 10 separtate EXTI 2018-11-07T14:38:28 < jadew> karlp, yeah, it's a great feature IMO :) 2018-11-07T14:38:33 < catphish> nah, EXTI is pin-specific 2018-11-07T14:38:53 < karlp> go check your irq table boi 2018-11-07T14:39:04 < karlp> you don't get 10 separate extis. 2018-11-07T14:39:04 < mawk> one ISR per pink bank 2018-11-07T14:39:12 < mawk> pin 2018-11-07T14:39:22 < catphish> oh really, i thought it was one interrupt per PIN 2018-11-07T14:39:30 < catphish> Cracki: that can be 2018-11-07T14:39:36 < catphish> *they can be 2018-11-07T14:41:19 < catphish> that was my thinking, each pin has its own ISR, it calls a pin-change function with the pin number 2018-11-07T14:41:33 < catphish> unfortunately it doesn't know if the transition was rising or falling 2018-11-07T14:41:59 < mawk> in the relevant EXTI ISR you can read the whole bank at once 2018-11-07T14:42:07 < mawk> and quickly xor that with the previous bank value 2018-11-07T14:42:10 < mawk> and call the relevant subroutines 2018-11-07T14:42:35 < karlp> ffs, stop speculating this bullshit and go check the RM 2018-11-07T14:42:54 < catphish> so yeah, have to read the bank regardless, this detail is not critical 2018-11-07T14:42:59 < karlp> you can set rising or falling, and toggle which edge you want to look for in the irq even. 2018-11-07T14:43:31 < catphish> karlp: actually i want both, just i just realised, i can only watch for the one i'm expecting next! 2018-11-07T14:44:19 < karlp> edges dummy, 2018-11-07T14:44:31 < catphish> yes, i mean which edge on a particular pin i'm expecting next 2018-11-07T14:45:02 < catphish> so i just start by assuming all pins are low and monitor for a rising edge, when i get one i assume it's high and monitor for a falling edge 2018-11-07T14:45:35 < catphish> not if an interrupt was missed because of noise 2018-11-07T14:45:47 < catphish> the signal occasionally bounces 2018-11-07T14:46:17 < catphish> if it changes too fast i will just ignore it, and wait for the next expected change 2018-11-07T14:46:48 < catphish> perhaps 2018-11-07T14:47:07 < mawk> if it's alternating and you miss one and you never read the real value that may go wrong somewhere I'm sure 2018-11-07T14:47:11 < catphish> anyway, it seems that this approach will definitely work, combines with a 32 bit free running timer 2018-11-07T14:47:24 < mawk> you'll need to miss another one to get right again 2018-11-07T14:48:06 < catphish> 125khz modulation, bits are 32 high + 32 low 2018-11-07T14:48:24 < catphish> so time between edges is... 128uS 2018-11-07T14:49:18 < catphish> each bit is formed of 32 clock cycles high followed by 32 clock cycles low, or vice versa 2018-11-07T14:50:34 < catphish> so 2 bits, a zero followed by a 1, would be 32*4us low, 32*4us high, 32*4us high, 32*4us low 2018-11-07T14:51:57 < catphish> when i see it stay high for 64 consecutive cycles then fall, i know i'm now half way through a binary one, and i can then track onward from there 2018-11-07T14:53:37 < catphish> so the information i need in order to know what bit i am receiving is: 1) what is the transition 2) what was the period from the last transition 3) what was the last known bit. (3) is not required in the special case where i see a 64-cycle period, because at that point the current bit can be determined directly 2018-11-07T14:54:07 < catphish> i believe this is standard manchester encoding 2018-11-07T14:56:27 < catphish> this makes me wonder if a quick search for manchester encoding algorithm would yield other good ways to do this :) 2018-11-07T15:03:48 < emeryth> catphish: how about DMAing the gpio port state into a large buffer and analyzing it later? 2018-11-07T15:05:45 < catphish> emeryth: that's not such a silly idea either 2018-11-07T15:06:01 < mawk> but you don't have time to analyze latre 2018-11-07T15:06:10 < mawk> you have to register constantly 2018-11-07T15:06:32 < catphish> i suspect the code will be more efficient doing it on the fly with interrupts 2018-11-07T15:07:11 < mawk> at the limit with a very large buffer, the DMA method looks more efficient; you do all the processing at once 2018-11-07T15:07:13 < catphish> an EXTI instantly gives me most of the needed information, just need to to a quick calculation on the current position of the change in the freerunning timer 2018-11-07T15:08:05 < emeryth> mawk: double buffering, you analyze one buffer while capturing in the other 2018-11-07T15:08:25 < catphish> the problem is that sampling 10 things at at 125khz doesn't give me many clock cycles to do the processing! 2018-11-07T15:08:30 < mawk> ah 2018-11-07T15:08:33 < mawk> yeah that seems nice then 2018-11-07T15:09:02 < mawk> with DMA you have all the processing time you want, catphish 2018-11-07T15:09:05 < mawk> the processor time, at least 2018-11-07T15:10:04 < catphish> at 80MHz that's 1.25 million samples per second, only 64 cycles to process each one, i'm sure it's possible, but i don't see the need 2018-11-07T15:10:25 < mawk> you can sample many bits 2018-11-07T15:10:34 < mawk> and increase the processing time that way 2018-11-07T15:11:10 < catphish> i guess i can process all 10 samples in a single instruction if none have changed :) 2018-11-07T15:11:25 < catphish> still i see no benefit over just firing an interrupt when it changes 2018-11-07T15:11:42 < catphish> all the other code would ultimately just lead to that anyway 2018-11-07T15:12:35 < mawk> the benefit is that the processor is hands free during the DMA capture 2018-11-07T15:12:46 < mawk> you have virtually no halt time for the capture 2018-11-07T15:16:08 < catphish> yeah i see, with a double buffer it could be efficient to batch process while the next batch is capturing 2018-11-07T15:16:49 < catphish> with that said, i still like the EXTI+freerunning timer thing 2018-11-07T15:17:00 < catphish> with selective edge detection 2018-11-07T15:22:23 < mawk> yeah 2018-11-07T15:22:29 < mawk> if you can work out the problem with missed edges 2018-11-07T15:23:08 < catphish> well hopefully there won't be any 2018-11-07T15:23:23 < catphish> i assume STM32's edge detection doesn't randomly fail to detect edges 2018-11-07T15:24:02 < mawk> or if the edge bounce fast enough 2018-11-07T15:24:26 < catphish> mawk: if the edge bounces fast, i quite deliberately want to ignore all but the first transition 2018-11-07T15:24:36 < catphish> so that's all good 2018-11-07T15:25:11 < catphish> envelope-detected EM4100 2018-11-07T15:25:39 < catphish> EM4100: https://i.imgur.com/ETJvOsa.jpg - my signal: https://i.imgur.com/7ut7glo.jpg 2018-11-07T15:25:44 < catphish> Haohmaru: yes 2018-11-07T15:27:26 < karlp> noone cares about your pic12f garbage 2018-11-07T15:27:32 < catphish> Haohmaru: i want to poll 10 of them :) 2018-11-07T15:27:39 < catphish> and yes, oversampling would be good 2018-11-07T15:29:20 < karlp> ncie to see these smaller L4 parts coming out, might actually be viable upgrade/replacements for l1 one day 2018-11-07T15:30:39 < karlp> jadew: wrt that capacitance layer inthe stackup we were talking about the other week, digikey just mailed me about it: 2018-11-07T15:30:41 < karlp> https://www.digikey.com/en/product-highlight/3/3m/embedded-capacitance-material-ecm?utm_medium=email&utm_source=tnl&utm_campaign=40283_TNL1811A&utm_content=product3learnmore_IS_19-3M&utm_cid=9459890&mkt_tok=eyJpIjoiTkRKalpqa3pabVl3TVROaCIsInQiOiJjM0FKa2dPQnVYSTM3UlhTTi9vdTFoU0w3YWJJeHZtNUZPWE40MWc2V3VTZlBLT3pnZ1lXTnR2d3FGQkI1Ui9ZME4zdFAvQVV3VzhEYVc4aWw5OWdsZjhVWXVmeVhkSlFOMVNZS0FkREFQejRyblNBaHZOR08wSTV2WVY3N 2018-11-07T15:30:43 < karlp> zdVTyJ9 2018-11-07T15:30:45 < karlp> gah, stupid link 2018-11-07T15:31:07 < catphish> another option here is to detect a single edge and then just blindly assume the data that follows is clocked accordingly 2018-11-07T15:32:03 < catphish> so detect one edge, wait 16 cycles, then just read one sample every 32 cycles for a while, which should be right on the middle of the period between transitions 2018-11-07T15:34:03 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-07T15:34:39 < catphish> yes, but that's not a problem, because i generate it 2018-11-07T15:37:04 -!- catphish [~charlie@unaffiliated/catphish] has quit [Read error: Connection reset by peer] 2018-11-07T15:40:22 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-07T15:40:34 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has left ##stm32 [] 2018-11-07T15:40:41 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-07T15:40:45 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has left ##stm32 [] 2018-11-07T15:40:52 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-07T15:51:08 -!- emeb [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-07T16:06:58 < kakimir> any 5v cortex m0 recommends? 2018-11-07T16:07:09 < kakimir> 8 to 20 pins 2018-11-07T16:07:17 < kakimir> adc 2018-11-07T16:07:18 < kakimir> cheap 2018-11-07T16:07:25 < kakimir> *inexpensive 2018-11-07T16:07:51 < kakimir> friendly yes 2018-11-07T16:08:55 < kakimir> also 3x3mm maximum package size 2018-11-07T16:09:03 < kakimir> not bga 2018-11-07T16:09:21 < karlp> iirc, there's akinetis 5v, and I think also a toshiba one. 2018-11-07T16:13:42 < kakimir> yes 2018-11-07T16:13:56 < kakimir> distributor prices didn't look correct to me 2018-11-07T16:14:12 < kakimir> in order that I could actually feature it in the design 2018-11-07T16:14:23 < kakimir> manuf. pricing looked ok 2018-11-07T16:15:20 < Steffanx> 5V... Its 2018 kakimir 2018-11-07T16:21:08 < mawk> battery voltages do 2018-11-07T16:23:06 < kakimir> I need something that is realiable to run straight from 1S lipo 2018-11-07T16:23:27 < kakimir> simply put: no room for regulation 2018-11-07T16:24:32 < sk_tandt> Greetings everyone 2018-11-07T16:24:41 < Steffanx> Welcome sir 2018-11-07T16:24:43 < sk_tandt> Where may I find an intro to STM32 programming? 2018-11-07T16:24:49 < kakimir> hello sir 2018-11-07T16:25:04 < sk_tandt> I've seen the demo code from ST, but it's much too structured to show a basic approach to it 2018-11-07T16:25:32 < kakimir> you want really low level flavour to it? 2018-11-07T16:25:56 < sk_tandt> Would you recommend it? : P 2018-11-07T16:25:58 < kakimir> or do you like more IDE and wizards? 2018-11-07T16:26:11 < sk_tandt> Ideally I'd like to learn both 2018-11-07T16:26:13 < kakimir> sk_tandt: do you use vim? 2018-11-07T16:26:26 < sk_tandt> kakimir: yep, but I still go with nano most of the time 2018-11-07T16:26:39 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-07T16:26:54 < mawk> the intro I had was just read all the HAL headers 2018-11-07T16:27:02 < mawk> and the datasheet 2018-11-07T16:27:31 < sk_tandt> mawk: I'm sorry for what they did to you 2018-11-07T16:27:40 < mawk> lol 2018-11-07T16:27:55 < Thorn> gnu make + vs code + segger ozone = dev env for real pros 2018-11-07T16:28:10 < mawk> vs code 2018-11-07T16:29:13 < aandrew> thorn gets it 2018-11-07T16:29:18 < Thorn> you can use quality russian software called clion 2018-11-07T16:29:24 < Thorn> but it's bloated and costs $$$ 2018-11-07T16:30:12 < karlp> since when is jetbrains russian? 2018-11-07T16:30:18 < Thorn> since day 1 2018-11-07T16:30:21 < karlp> wat 2018-11-07T16:30:51 < karlp> always thought it was czech originally 2018-11-07T16:31:05 < mawk> clion only does with cmake Thorn no ? 2018-11-07T16:31:17 < mawk> I tried for some minutes to set it up with plain make and dropped that 2018-11-07T16:31:18 < sk_tandt> Jokes aside, I -can- reverse engineer the ST code, but will only teach me how to -run- that thing, not how to build its code 2018-11-07T16:31:28 < Thorn> mawk: I'm not sure actually 2018-11-07T16:31:28 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-07T16:31:36 < karlp> mawk: yeah, still just cmake, 2018-11-07T16:32:04 < karlp> I use intellij daily, would be quite happy to pay for clion if they ever make it work well with makefile projects 2018-11-07T16:32:13 < karlp> until then, netbeans for c, intellij for the rest 2018-11-07T16:32:22 < qyx> sk_tandt: try miniblink examples from libopencm3 2018-11-07T16:32:29 < Thorn> karlp: and Yandex is Dutch. it's normal for Russians to register companies abroad (because Putin) 2018-11-07T16:32:31 < qyx> they are minimal enough just to blink a led 2018-11-07T16:32:35 < qyx> https://github.com/libopencm3/libopencm3-examples/blob/master/examples/stm32/f4/stm32f4-discovery/miniblink/miniblink.c 2018-11-07T16:32:50 < sk_tandt> They're perfect, thanks! 2018-11-07T16:37:52 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has left ##stm32 [] 2018-11-07T16:48:47 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2018-11-07T16:53:03 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has joined ##stm32 2018-11-07T16:53:08 < kakimir> i need logic sequence to reset pin of my attiny 2018-11-07T16:53:57 < kakimir> 3 down pulses 2018-11-07T17:09:24 < Thorn> 3 down pulses up 2018-11-07T17:21:15 < zyp> didn't the xmegas come first? 2018-11-07T17:21:37 < Rickta59> those pdi attinys are very cheap even in qty 1 2018-11-07T17:21:45 < Rickta59> seem pretty capable 2018-11-07T17:22:21 < Rickta59> the thing that makes them palatable is the unified memory space 2018-11-07T17:22:46 < Rickta59> might give the stm8 things a run for their money 2018-11-07T17:24:40 < Rickta59> you can access ram and flash in the same manner 2018-11-07T17:25:06 < Rickta59> st ld .. not lpm stuff 2018-11-07T17:25:39 < Rickta59> so arm people might get interested in them 2018-11-07T17:26:17 < Rickta59> most annoy thing about the avrs was having to do the goofy PROGMEM thing 2018-11-07T17:26:19 < zyp> unified memory spaces are easier to work with 2018-11-07T17:26:35 < zyp> exactly 2018-11-07T17:27:06 < zyp> does it matter if you call it PROGMEM or __flash? 2018-11-07T17:27:06 < Rickta59> not really .. you have to use different functions to read and write it 2018-11-07T17:28:40 < Rickta59> i'm talking about data in the flash that can be accessed from code directly 2018-11-07T17:28:47 < zyp> Cracki, how does that work when a function take a pointer as an argument? 2018-11-07T17:29:21 < Rickta59> well in the unified memory model pointers to code and pointers to data are the same thing 2018-11-07T17:29:41 < zyp> ah, right, so it's part of the pointer type 2018-11-07T17:29:54 < Rickta59> so const char foo[] = "asdfasdf" .. just works 2018-11-07T17:30:02 < Rickta59> goes into flash and can be accessed like ram 2018-11-07T17:30:04 < zyp> so you'd have to do void foo(uint8_t __flash *p) or something 2018-11-07T17:30:14 < zyp> makes sense 2018-11-07T17:30:21 < zyp> still annoying 2018-11-07T17:30:37 < Rickta59> try creating and array of const pointers to arrays 2018-11-07T17:30:43 < Rickta59> it becomes very annoyting 2018-11-07T17:31:05 < Rickta59> anyway all that is gone in those new avr tinys 2018-11-07T17:31:49 < zyp> progmem is just a section attribute 2018-11-07T17:32:25 < zyp> haha 2018-11-07T17:34:06 < zyp> haha 2018-11-07T17:34:18 < emeb> snerk 2018-11-07T17:34:34 < zyp> why even bother with 16-bit realmode? 2018-11-07T17:35:09 < zyp> yeah 2018-11-07T17:35:23 < zyp> also with EFI I believe even the bootloader starts in protected/long mode 2018-11-07T17:35:45 < zyp> yep, I were dicking around with that for many years ago 2018-11-07T17:36:00 < zyp> grub multiboot spec has kernel starting in protected mode 2018-11-07T17:37:20 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has quit [Quit: leaving] 2018-11-07T17:39:33 < englishman> getting a free thermaldongix TMT-2000S 2018-11-07T17:39:36 < englishman> cuz im such a nice guy 2018-11-07T17:43:12 < sync> no jbc, no love 2018-11-07T17:45:49 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-07T17:52:31 < kakimir> I need really small interconnection between 2 pcbs 2018-11-07T17:52:34 < kakimir> stacked 2018-11-07T17:52:44 < kakimir> it can be fixed 2018-11-07T17:52:54 < kakimir> any solutions? 2018-11-07T17:52:59 < englishman> 0.1" pins 2018-11-07T17:53:11 < kakimir> any with surface mounts? 2018-11-07T17:53:20 < englishman> of course 2018-11-07T17:53:43 < kakimir> anything even smaller? 2018-11-07T17:53:48 < englishman> 0.05" pins 2018-11-07T17:53:51 < kakimir> flex cable? 2018-11-07T17:54:23 < englishman> dont use samtec whatever you do 2018-11-07T17:55:32 < kakimir> I need minimum of 7 connections between dime-size boards 2018-11-07T17:55:36 < kakimir> maybe even 10 2018-11-07T17:55:59 < kakimir> those boards will be stacked like 2mm appart 2018-11-07T17:56:28 < kakimir> how about castellated holes? 2018-11-07T17:59:00 < karlp> there's a mountain of options in this space kaks 2018-11-07T18:00:01 < qyx> open mouser, select mezzanine/stacking connectors and enjoy shopping 2018-11-07T18:00:55 < kakimir> thanks 2018-11-07T18:00:57 < qyx> or search for df40 2018-11-07T18:01:11 < qyx> it is the first one coming to my mind 2018-11-07T18:01:17 < qyx> or harting har-flex 2018-11-07T18:01:26 < qyx> but those are taller 2018-11-07T18:05:09 < kakimir> how are flex cables assembled into PCB:s? 2018-11-07T18:05:34 < kakimir> there isn't enought radius though 2018-11-07T18:05:43 < kakimir> just interested 2018-11-07T18:10:02 < Thorn> many China LCD/OLED breakouts come with FFC folded and soldered directly to the pcb afaik 2018-11-07T18:15:26 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-07T18:15:32 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-07T18:20:21 < jadew> karlp, so they are listening 2018-11-07T18:21:09 < jadew> it's not very expensive 2018-11-07T18:24:05 < karlp> well, it's still got to get into your layer stuck, but yeah 2018-11-07T18:27:24 < bitmask> nice, 48k carbon fiber arrived 2018-11-07T18:28:18 < englishman> As with many maker projects, this project started with a spousal request. 2018-11-07T18:28:43 < englishman> digikey furthering the patriarchal agenda 2018-11-07T18:29:52 < englishman> Color Matching Microwave Oven Lighting 2018-11-07T18:29:56 < englishman> very important stuff 2018-11-07T18:31:06 < jadew> karlp, looks like it has a dielectric constant of 21 (if my math is right), that's 5 times higher than FR-4 2018-11-07T18:31:31 < bitmask> 8 ohms per meter, lets heat this baby up 2018-11-07T18:32:06 < jadew> ah, they provide it in the datasheet, they say it's 22 2018-11-07T18:32:28 < karlp> they have a few versions. 2018-11-07T18:32:55 < jadew> I think only the thickness varies 2018-11-07T18:33:24 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has joined ##stm32 2018-11-07T18:34:43 < karlp> means the same thing. 2018-11-07T18:36:27 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Ping timeout: 252 seconds] 2018-11-07T18:38:48 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-07T18:38:58 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-07T18:46:23 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-07T19:10:24 < Steffanx> Where is PeterM? 2018-11-07T19:24:08 -!- sterna [~Adium@cvis.oal.lindholmen.se] has quit [Quit: Leaving.] 2018-11-07T19:35:15 < Steffanx> Lol crt is awake 2018-11-07T19:36:16 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-07T19:46:17 < Steffanx> Ty. 2018-11-07T19:46:24 < Steffanx> I dont give a shit mate. 2018-11-07T19:49:02 -!- psprint_ [~psprint@91.245.82.2] has quit [Read error: Connection reset by peer] 2018-11-07T19:53:04 -!- psprint_ [~psprint@91.245.82.2] has joined ##stm32 2018-11-07T19:57:42 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-07T20:00:37 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-07T20:09:40 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-07T20:12:05 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has quit [Remote host closed the connection] 2018-11-07T20:12:32 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-07T20:21:57 < jadew> aliexpress is doing a great disservice to themselves with those efficient marketing campaigns 2018-11-07T20:22:48 < jadew> here I am, browsing for serious stuff, when I find myself clicking on one of those ads 2018-11-07T20:23:16 < jadew> next thing I know, I'm browsing for women's clothing 2018-11-07T20:23:26 < jadew> ex: this is only $10: https://ae01.alicdn.com/kf/HTB1vBcfceuSBuNjSsziq6zq8pXaZ.jpg 2018-11-07T20:24:42 -!- SolderBlob [~SolderBlo@89.39.105.129] has joined ##stm32 2018-11-07T20:27:07 -!- SolderBlob1 [~SolderBlo@095-097-091-123.static.chello.nl] has quit [Ping timeout: 240 seconds] 2018-11-07T20:27:30 < jadew> also found some ridiculous stuff: https://ae01.alicdn.com/kf/HTB1e21rQpXXXXXMXVXXq6xXFXXXY/Sibybo-Black-Ruffles-Bodysuit-Women-2018-Summer-Hollow-Out-Combinaison-Rompers-Women-Sexy-Short-Mesh-Bodycon.jpg_640x640.jpg 2018-11-07T20:27:37 < jadew> who would wear that? and where? 2018-11-07T20:33:54 -!- sterna [~Adium@c-5ce0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-07T20:35:55 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-07T20:45:42 < kakimir> what kind of current those rubber things connecting PCB to LCD panels would carry? 2018-11-07T20:46:32 < ds2> probally no more then 50mA 2018-11-07T20:47:27 < ds2> think some watches use it also for the backlight (I think) 2018-11-07T20:47:36 < ds2> figuring LEDs... 2018-11-07T20:47:55 < kakimir> hmm 2018-11-07T20:48:11 < ds2> what do you need it for? 2018-11-07T20:48:17 < qyx> kaki going cheap 2018-11-07T20:48:34 < kakimir> I have power board and controller board 2018-11-07T20:48:42 < kakimir> both smaller than a dime 2018-11-07T20:49:02 < ds2> how many wires do you have? 2018-11-07T20:50:28 < kakimir> 7-10 2018-11-07T20:50:41 < ds2> do you need them to be removeable? 2018-11-07T20:50:48 < kakimir> no 2018-11-07T20:51:16 < ds2> then why not just solder rigid wires? 2018-11-07T20:51:32 < ds2> or use a 1/8w throughhole 0ohm resistor 2018-11-07T20:51:55 < kakimir> boards are 18mm diameter 2018-11-07T20:52:13 < ds2> and the problem is? 2018-11-07T20:52:22 < englishman> rigidflex 2018-11-07T20:52:25 < englishman> is the answer 2018-11-07T20:52:57 < kakimir> if I have it covered with THT holes - where do I put all the electronics? ds2 2018-11-07T20:53:34 < ds2> 1/8W resistors aren't that big 2018-11-07T20:54:05 < ds2> 1.8mm 2018-11-07T20:54:35 < kakimir> also no THT allowed to another board because conductive materials behind it 2018-11-07T20:54:36 < ds2> or if you can have the buldge, just use the leads 2018-11-07T20:55:02 < kakimir> conductive materials like a contact 2018-11-07T20:55:19 < ds2> if holes are a problem, put pads on the boards. then make the leads into U's solder that to the pads 2018-11-07T20:59:30 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-07T21:03:36 < bitmask> why is a sheet of silicone so expensive 2018-11-07T21:07:14 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-07T21:07:18 < ds2> arrg... can't find the hold link 2018-11-07T21:07:21 < ds2> the old 2018-11-07T21:07:34 < ds2> some guy built a ring w/2 PCBs mounted together that way 2018-11-07T21:07:51 < kakimir> bitmask: ebay? 2018-11-07T21:08:18 < bitmask> thats where I'm looking, wasn't expecting $5+ for a placemat, looking for cheaper 2018-11-07T21:08:30 < bitmask> I dont want a placemat, but that seems to be the main use of it 2018-11-07T21:09:43 < ds2> here: 2018-11-07T21:09:46 < ds2> https://hackaday.io/project/34160-cyborg-ring 2018-11-07T21:17:40 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 268 seconds] 2018-11-07T21:23:44 < kakimir> I think I will use smd type 0.05" pin row 2018-11-07T21:24:17 < kakimir> maybe 2 2018-11-07T21:27:45 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-07T21:27:49 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:9945:c0b5:d6d9:d4a2] has joined ##stm32 2018-11-07T21:28:40 < catphish> sorry i suddenly disapeared earlier, i accidentally threw a chair at my desk which knocked the power switch on the wall turning everything off 2018-11-07T21:29:59 < jadew> catphish, I checked the log, nobody noticed 2018-11-07T21:30:06 < catphish> oh good 2018-11-07T21:30:09 < jadew> :) 2018-11-07T21:30:09 < kakimir> I once knocked myself out 2018-11-07T21:31:39 < kakimir> I played computer from dawn till dusk 2018-11-07T21:32:06 < kakimir> then felt weak and hit my face to keyboard and desk 2018-11-07T21:32:33 < kakimir> I don't think I ate or drank that day 2018-11-07T21:33:35 < kakimir> then I'm on floor with blood in my mouth 2018-11-07T21:33:50 < kakimir> teeth went thru my lip 2018-11-07T21:34:08 < kakimir> commander keen maybe 2018-11-07T21:34:24 < kakimir> ye 2018-11-07T21:36:07 < kakimir> never touched that shit 2018-11-07T21:37:27 < Steffanx> duke nukem <3 2018-11-07T21:37:32 < Steffanx> just the first two 2018-11-07T21:39:03 < kakimir> I heard people starting to play world of warcraft 2018-11-07T21:39:08 < kakimir> last thing I heard of them 2018-11-07T21:39:15 < Steffanx> finland... 2018-11-07T21:40:31 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-07T21:41:45 -!- sterna1 [~Adium@c-5ce0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-07T21:41:45 -!- sterna [~Adium@c-5ce0e253.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-07T21:43:57 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-07T21:44:17 < Steffanx> Im front 2018-11-07T21:44:53 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Read error: Connection reset by peer] 2018-11-07T21:45:22 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-07T22:08:34 < catphish> sorry for the endless questions, but can one generally use the overflow of one timer to increment another one? 2018-11-07T22:08:41 < zyp> yes 2018-11-07T22:08:46 < catphish> oh good :) 2018-11-07T22:08:50 < zyp> read the section on timer linking 2018-11-07T22:09:16 < catphish> the work linking doesn't appear in my manual 2018-11-07T22:09:24 < catphish> but i'm sure i'll find it 2018-11-07T22:10:09 < catphish> "Using one timer as prescaler for another timer" 2018-11-07T22:10:15 < jpa-> however, you need to do the "read twice" trick if you want to read the values from both linked timers synchronously 2018-11-07T22:10:38 < catphish> i don't need that :) 2018-11-07T22:16:41 < con3> catphish: check the timer cookbook thingy maybe 2018-11-07T22:17:21 < catphish> con3: thanks, it's ok, i found a tutorial in the reference manual :) 2018-11-07T22:17:30 < con3> Great :) 2018-11-07T22:19:52 < bitmask> ugh irc client update ruined everything 2018-11-07T22:20:04 < qyx> catphish: ctrl+f timer gating 2018-11-07T22:20:05 < Steffanx> define: everything 2018-11-07T22:20:09 < bitmask> colors are different and horrible 2018-11-07T22:20:18 < bitmask> I don't recognize anyone anymore :( 2018-11-07T22:20:24 < qyx> catphish: setup trgo on update on the first one, setup external trigger input on the second one 2018-11-07T22:20:43 < bitmask> most people are a shade of purple for some reason 2018-11-07T22:20:54 < catphish> qyx: that's what i'm doing now, slightly confiused how to know which ITRn to use 2018-11-07T22:20:58 < bitmask> with qyx standing out in bright yellow 2018-11-07T22:21:15 < qyx> catphish: there is a table somewhere 2018-11-07T22:21:52 < catphish> got it 2018-11-07T22:21:58 < qyx> laurenceb is pro in gating timers to gate another gating timers gating adc by timers 2018-11-07T22:22:07 < qyx> you know 2018-11-07T22:22:31 < qyx> ie. abusing them 2018-11-07T22:30:14 < catphish> that works :) thanks 2018-11-07T22:34:45 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 268 seconds] 2018-11-07T22:40:07 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-07T22:43:10 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-07T22:43:10 -!- [1]MrMobius is now known as MrMobius 2018-11-07T22:47:45 -!- esden_cloud_ [sid32455@gateway/web/irccloud.com/x-jidscqbtbacsvgsb] has quit [Read error: Connection reset by peer] 2018-11-07T22:47:51 -!- hansihe_ [sid106603@gateway/web/irccloud.com/x-ksyjfwfswwbdldgn] has quit [Read error: Connection reset by peer] 2018-11-07T22:47:52 -!- esden_cloud_ [sid32455@gateway/web/irccloud.com/x-xevyhroferknhvhv] has joined ##stm32 2018-11-07T22:47:53 -!- jonsowman [sid155658@gateway/web/irccloud.com/x-gprpsdzitigapfic] has quit [Write error: Connection reset by peer] 2018-11-07T22:48:03 -!- sferrini [sid115350@gateway/web/irccloud.com/x-folisktldwyjkhoo] has quit [Write error: Connection reset by peer] 2018-11-07T22:48:10 -!- hansihe_ [sid106603@gateway/web/irccloud.com/x-wmyswmlopbmccryj] has joined ##stm32 2018-11-07T22:48:13 -!- jonsowman [sid155658@gateway/web/irccloud.com/x-ssuwhejfujhqrpta] has joined ##stm32 2018-11-07T22:48:20 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 244 seconds] 2018-11-07T22:48:48 -!- diamondman [sid306859@gateway/web/irccloud.com/x-rglykbryjyorhdus] has quit [Ping timeout: 252 seconds] 2018-11-07T22:49:07 -!- sferrini [sid115350@gateway/web/irccloud.com/x-olvkkqxjxlpevwos] has joined ##stm32 2018-11-07T22:50:00 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 252 seconds] 2018-11-07T22:50:03 -!- diamondman [sid306859@gateway/web/irccloud.com/x-sxxflspdjhubriwe] has joined ##stm32 2018-11-07T22:51:44 -!- sterna [~Adium@c-5ce0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-07T22:51:44 -!- sterna1 [~Adium@c-5ce0e253.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-07T22:53:21 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-07T23:03:58 -!- emeb [~ericb@ip68-3-245-224.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-07T23:06:33 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-07T23:07:26 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 268 seconds] 2018-11-07T23:07:32 -!- Jak_o_Ombroj [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-07T23:16:42 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-07T23:22:54 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-07T23:23:42 < zyp> today's kitchen pic: https://bin.jvnv.net/file/JIJ9m.jpg 2018-11-07T23:24:15 < Steffanx> Where is billy crt 2018-11-07T23:24:40 < Steffanx> heh, little progress is still progress zyp :D 2018-11-07T23:25:07 < zyp> what do you mean little progress? :p 2018-11-07T23:25:52 < zyp> I got all the counter bases adjusted and lined up 2018-11-07T23:29:19 < zyp> I don't think I wanna do the trim until I've checked the fit with the countertops 2018-11-07T23:29:25 < zyp> and they don't arrive until monday 2018-11-07T23:29:32 < catphish> ah balls, on this chip EXTI 0-4 have their own ISR, the rest are shared :( 2018-11-07T23:29:50 < zyp> is that a problem? 2018-11-07T23:30:07 < zyp> just point them all at the same function, then it's all shared :p 2018-11-07T23:30:23 < catphish> yeah i'll do that, i was hoping they were all separate though 2018-11-07T23:30:39 < zyp> what do you need that for? 2018-11-07T23:31:12 < catphish> although i guess the interrupt status register would tell me which ones were pending 2018-11-07T23:31:42 < catphish> i just want to know what pin changes to cause an interrupt, i'll have to xor instead, or look at the ISR resister 2018-11-07T23:32:00 < zyp> well, of course 2018-11-07T23:32:04 < zyp> most ISRs are shared 2018-11-07T23:32:18 < catphish> some are 2018-11-07T23:32:30 < zyp> the uart interrupts are all calling the same ISR regardless of whether it's tx or rx complete or whatever 2018-11-07T23:32:53 < catphish> true 2018-11-07T23:33:02 < zyp> the timer interrupts are all calling the same ISR regardless of whether it's an update event or a compare match 2018-11-07T23:33:14 < zyp> and so on 2018-11-07T23:33:24 < catphish> usually i'll only be triggering on one thing 2018-11-07T23:33:58 < catphish> i'll make it work :) 2018-11-07T23:35:28 < zyp> https://bin.jvnv.net/file/fweix.jpg <- got some tiles today too 2018-11-07T23:35:54 < zyp> https://bin.jvnv.net/file/0aIfb.jpg 2018-11-07T23:36:00 < catphish> cool 2018-11-07T23:36:17 < catphish> needs some grout 2018-11-07T23:36:47 < catphish> what's the black pipe? look out of place 2018-11-07T23:37:58 < zyp> drain, it'll be hidden under a sink 2018-11-07T23:38:19 < catphish> oh of course 2018-11-07T23:38:43 < catphish> shouldn't it have supply pipes? 2018-11-07T23:39:12 < catphish> or they come thorugh the wall? 2018-11-07T23:39:25 < zyp> yeah 2018-11-07T23:40:48 < catphish> i'd definitely enjoy building a house one day 2018-11-07T23:41:35 < Steffanx> You already have a nice house 2018-11-07T23:41:43 < catphish> it's ok :) 2018-11-07T23:42:57 < catphish> good news for you guys, i'm going on holiday in a couple of days 2018-11-07T23:43:07 < catphish> you won't hear from me for a week or so :) 2018-11-07T23:43:20 < Steffanx> Ty 2018-11-07T23:43:26 < zyp> aww 2018-11-07T23:43:36 < Steffanx> ##stm32 be dead. 2018-11-07T23:43:36 < zyp> where are you going? 2018-11-07T23:43:44 < Steffanx> Will be* 2018-11-07T23:44:23 < catphish> not far, "new forest", it's a national park about an hour from my house, i often go there to get away from computers 2018-11-07T23:45:14 < Steffanx> Phone wont go with you? 2018-11-07T23:46:40 < catphish> actually the reality is that i'll have my phone in case there are any emergencies, and for utility purposes, and my laptop will be nearby 2018-11-07T23:46:58 < catphish> but still, i will be aiming to spend the week not using them 2018-11-07T23:47:42 < catphish> the reality of owning a frugal internet company is that i will be on call 24/7 until i retire 2018-11-07T23:49:02 < Steffanx> You have employees for that right? 2018-11-07T23:49:26 < catphish> yes, and in fact these days i'm very rarely disturbed 2018-11-07T23:49:43 < Steffanx> Time for that CEO Ferrari. 2018-11-07T23:50:16 < catphish> but making myself uncontactable will not leave me more relaxed than knowing that everything is ok 2018-11-07T23:50:48 < Steffanx> Hehe 2018-11-07T23:51:33 < jadew> probably old news: https://nypost.com/2018/11/07/dead-brothel-owner-dennis-hof-wins-nevada-election/ 2018-11-07T23:52:24 < catphish> lmao 2018-11-07T23:55:02 < catphish> have we really got to the point where party affiliation trumps *everything*, even being dead? 2018-11-07T23:56:09 -!- sterna [~Adium@c-5ce0e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-07T23:57:19 < jadew> what's baffeling to me is that a pimp got to run for whatever it was the americans were voting 2018-11-07T23:57:48 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-07T23:58:31 < Rickta59> the slate.com headline was the best "Meet the Republican Party’s Newest Rising Star: a Nevada Brothel Owner Who’s Been Dead for Three Weeks" 2018-11-07T23:58:34 < catphish> i assume he was running for the republicans, conservative family values 2018-11-07T23:59:52 < catphish> nope, i'm desperately trying to explain how this works, and i can't --- Day changed Thu Nov 08 2018 2018-11-08T00:00:08 < Rickta59> he died after a night of partying with Ron Jermey (he actually found him dead) and Joe Arpio (Sheriff of trump pardon fame) 2018-11-08T00:00:12 < catphish> it would maybe make sense for a liberal candidate, but not a conservative one 2018-11-08T00:00:47 < catphish> i just can't figure out what is going on here, are people actually voting for *anything*? 2018-11-08T00:00:59 < catphish> or are they just indoctrinated with a party and stick with it 2018-11-08T00:01:14 < Rickta59> it is a republican district where there are only like 3k people 2018-11-08T00:05:31 < jadew> catphish, I think they're just voting anti-democrat 2018-11-08T00:06:16 < catphish> what are they opposing? mostly tax? 2018-11-08T00:07:23 < jadew> communism probably 2018-11-08T00:08:18 < Steffanx> -_- 2018-11-08T00:08:52 < catphish> is there a party that will replace most decision making processes with a 32 bit MCU? 2018-11-08T00:08:58 < catphish> if so, they have my vote 2018-11-08T00:10:27 < Steffanx> Start one. 2018-11-08T00:13:12 -!- c4017w [~c4017@209.52.68.8] has joined ##stm32 2018-11-08T00:13:23 < jadew> is his biography out yet? I want to learn how he got there 2018-11-08T00:13:29 < jadew> (not in the ground) 2018-11-08T00:14:01 < jadew> but judging by those pictures, he had a great life 2018-11-08T00:14:58 < Laurenceb124> they haven't assassinated trumo yet because electric pence and the messianic jews would usher in teotwawki prematurely, so they're bigging up cruz for VP come 2020. 2018-11-08T00:15:22 < Laurenceb124> the problem with cruz is that he's a loose cannon but is a step up for reptilian interests as long as ted can have his fill of killing strange whores on the side. 2018-11-08T00:18:12 < Laurenceb124> https://postimg.cc/PCkSJskM 2018-11-08T00:22:56 -!- c4017w [~c4017@209.52.68.8] has quit [Ping timeout: 272 seconds] 2018-11-08T00:25:31 < Laurenceb124> https://www.dailymail.co.uk/news/article-6360909/Removals-boss-teacher-partner-built-Grenfell-Tower-effigy-mocking-72-killed-win-contest.html 2018-11-08T00:26:30 < jadew> there are several things I don't get about that story 2018-11-08T00:26:43 < jadew> 1) why they did it. 2) why does everyone care? 2018-11-08T00:27:57 < karlp> it's illegal to make jokes in bad taste in the uk now. 2018-11-08T00:28:53 < Laurenceb124> ^this 2018-11-08T00:28:57 < Laurenceb124> literally 2018-11-08T00:29:28 < jadew> hmm, not bad then 2018-11-08T00:29:36 < jadew> I expect nothing but good jokes out of you Laurenceb124 2018-11-08T00:31:29 -!- c4017w [~c4017@209.52.68.8] has joined ##stm32 2018-11-08T00:32:26 < jadew> there are so many boobs in the daily mail 2018-11-08T00:33:32 < jadew> what's a yob? 2018-11-08T00:33:44 < jadew> "Masked yob pours petrol onto a pelican crossing before setting the road alight in a wall of flames" 2018-11-08T00:36:47 < Laurenceb124> jadew: aggressive uncivil person 2018-11-08T00:37:01 < jadew> thanks 2018-11-08T00:37:32 < Laurenceb124> V I L E 2018-11-08T00:40:16 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:9945:c0b5:d6d9:d4a2] has quit [Quit: Konversation terminated!] 2018-11-08T00:40:39 < Laurenceb124> anyone here ever drilled 316 stainless steel? 2018-11-08T00:40:51 < Laurenceb124> I only have HSS bits O_o 2018-11-08T00:42:48 < catphish> jadew: to answer your questions: 1) they thought it was funny, and they probably found it funny 2) we've been trained as a society to express offence a things that could be insensitive, the media assists us by telling us things we should be offended by 2018-11-08T00:42:56 < catphish> *at 2018-11-08T00:44:00 < catphish> it's basically click bait begetting clickbait 2018-11-08T00:44:28 < jadew> catphish, I think they didn't build that, they just quickly made some figurines when they realized the thing they're burning looks like a building 2018-11-08T00:45:12 < jadew> until now I was under the impression they went through all the trouble to build that thing, specifically for this purpose, but I don't think that was the case 2018-11-08T00:45:15 < jadew> it makes no sense 2018-11-08T00:45:30 < catphish> jadew: nah, it makes sense, people would build it 2018-11-08T00:52:02 < Laurenceb124> https://postimg.cc/qNFBdLKy my orbital sides 2018-11-08T00:53:49 < jadew> I don't get it 2018-11-08T00:58:50 < Laurenceb124> >Photos of Muslims celebrating Ramadan 2018-11-08T00:59:02 < Laurenceb124> >randomly a sluttily dressed western grrrl 2018-11-08T00:59:22 < Laurenceb124> appearing in no advert ever 2018-11-08T00:59:43 < Laurenceb124> diversity.exe has experienced a problem 2018-11-08T01:09:11 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-08T01:29:45 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T01:48:19 < Laurenceb124> nevar forget the Holofell 2018-11-08T02:11:54 < jadew> when do the chinese wake up? 2018-11-08T02:11:58 < jadew> 2 hours from now? 2018-11-08T02:12:17 < kakimir> somewhat yes 2018-11-08T02:12:50 < kakimir> wait timezone changed here so now it's 6hours ahead of finland instead of 5hours 2018-11-08T02:13:34 < jadew> so they'll wake up sooner 2018-11-08T02:13:51 < jadew> they're so eager to work... 2018-11-08T02:16:12 < jadew> I bet that instead of changing the timezone and waking up one hour later, they just decided to wake up at the same time and work an extra hour 2018-11-08T02:25:06 < kakimir> I didn't even notice timezone change 2018-11-08T02:25:45 < jadew> I wouldn't have either, but there was an earthquake at that hour 2018-11-08T02:25:50 < Laurenceb124> so 2018-11-08T02:26:06 < Laurenceb124> anyone here know how to drill 316 stainless sheet with HSS bits? 2018-11-08T02:26:13 < Laurenceb124> am I screwed or might it work? 2018-11-08T02:29:28 < kakimir> start with 3mm 2018-11-08T02:29:33 < kakimir> make pilot hole 2018-11-08T02:29:33 < Laurenceb124> k 2018-11-08T02:29:42 < Laurenceb124> I only need some 6mm holes 2018-11-08T02:29:51 < kakimir> how thick material? 2018-11-08T02:29:55 < Laurenceb124> couldnt get the bits to penetrate the surface earlier 2018-11-08T02:30:00 < Laurenceb124> about 4mm thick rolled sheet 2018-11-08T02:30:09 < kakimir> your bits are shitten 2018-11-08T02:30:31 < Laurenceb124> I heard that attacking the surface with a grinder might help 2018-11-08T02:30:38 < Laurenceb124> just so the bit has something to bite 2018-11-08T02:30:59 < Laurenceb124> might try that tomorrow + more pressure with lots of oil 2018-11-08T02:30:59 < kakimir> remember always when drilling drill bit needs to be cutting 2018-11-08T02:31:08 < Laurenceb124> ok 2018-11-08T02:31:47 < kakimir> if it's not - not enough pressure or too high rpm 2018-11-08T02:32:01 < kakimir> or drill bit is shitten 2018-11-08T02:32:37 < Laurenceb124> ok 2018-11-08T02:32:45 < kakimir> and that happens in like 3 seconds if there is insufficient pressure and drill bit stops cutting 2018-11-08T02:33:02 < Laurenceb124> yeah my electric drill is quit high rpm, even on min setting :( 2018-11-08T02:33:14 < Laurenceb124> maybe I should try battery screwdriver? 2018-11-08T02:33:21 < kakimir> if you see discoloration in tip it's shitten then 2018-11-08T02:33:26 < Laurenceb124> ok 2018-11-08T02:35:45 < kakimir> I'd recommend buying 3mm cobalt drill bit for pilot holes generally 2018-11-08T02:38:25 < kakimir> remember to place your knee under the sheet when you drill 2018-11-08T02:39:24 < Laurenceb124> ok 2018-11-08T02:39:29 < Laurenceb124> keek wut 2018-11-08T02:39:39 < Laurenceb124> i'll use some MDF 2018-11-08T02:39:48 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T02:40:08 < kakimir> once I drilled into my knee like that 2018-11-08T02:40:12 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T02:41:47 < kakimir> what is your local "harbor freight" Laurenceb124 ? 2018-11-08T02:42:19 < Laurenceb124> screwfix and stuff 2018-11-08T02:42:35 < Laurenceb124> toolstation 2018-11-08T02:44:00 < kakimir> https://www.toolstation.com/shop/p16851 2018-11-08T02:44:39 < kakimir> this is the shit 2018-11-08T02:44:45 < Laurenceb124> yes 2018-11-08T02:44:46 < Laurenceb124> https://postimg.cc/crXJ4321 2018-11-08T02:49:01 < Laurenceb124> too late to annoy neighbours... 2018-11-08T02:49:15 < Laurenceb124> I'll try again tomorrow and try the cobalt bits if it fails 2018-11-08T02:53:03 < Laurenceb124> aha 2018-11-08T02:53:04 < Laurenceb124> https://www.screwfix.com/p/bosch-hex-shank-powerchange-hss-cobalt-pilot-drill/52111#product_additional_details_container 2018-11-08T02:53:18 < Laurenceb124> >Self-Centring Split Tips 2018-11-08T02:53:37 < Laurenceb124> probably solves the problem I was having where regular hss wouldn't "bite" 2018-11-08T02:56:40 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-08T03:01:06 < kakimir> you would think that your largest drill bits would go dull not as easily as small ones 2018-11-08T03:01:14 < kakimir> but it's opposite to that 2018-11-08T03:02:02 < kakimir> with bigger ones it is easy to underestimate right pressure and friction destroys the tip 2018-11-08T03:03:30 < kakimir> also overestimate good cutting speed 2018-11-08T03:05:46 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 246 seconds] 2018-11-08T03:10:37 -!- rajkosto [~Rajko@cable-178-149-113-218.dynamic.sbb.rs] has joined ##stm32 2018-11-08T03:14:27 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T03:19:25 < bitmask> why isnt everything made out of carbon fiber 2018-11-08T03:19:41 < sync> cost 2018-11-08T03:19:47 < bitmask> :) 2018-11-08T03:20:00 < bitmask> its so silky 2018-11-08T03:20:17 < bitmask> time to pump some volts through it 2018-11-08T03:21:15 < sync> and there is no money in it 2018-11-08T03:21:45 < bitmask> I wasnt really being serious, I just like how it looks/feels, its just a 48k yarn 2018-11-08T03:26:53 < catphish> yay, rfid reader works 100% good 2018-11-08T03:30:34 < catphish> https://paste.ubuntu.com/p/wDyppH4vFy/ 2018-11-08T03:40:58 < dongs> uhhhh waht 2018-11-08T03:41:12 < aandrew> I was just gonna say wtf 2018-11-08T03:41:30 < dongs> for sure tehres gonna be a nonretarded way to do wahtever teh fuck you did there 2018-11-08T03:41:34 < dongs> with a for loop perhaps 2018-11-08T03:51:07 < aandrew> basically it's a UART 2018-11-08T03:51:14 < aandrew> so why not treat it as such 2018-11-08T03:51:26 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T03:51:32 < aandrew> you know the bit time, set your timer interrupt for 3-8x that and sample it with a voting circuit 2018-11-08T03:51:35 < aandrew> voting routine 2018-11-08T03:59:54 < englishman> samtec sucks cocks absolutely and forever 2018-11-08T03:59:57 < englishman> fuck them to death 2018-11-08T04:00:45 < catphish> a for loop is just a battle with a compiler to make sure it unrolls :) 2018-11-08T04:01:37 < Ultrasauce> who cares about unrolling if youre not even sampling the whole interface at the same time anyway 2018-11-08T04:02:59 < Ultrasauce> wait maybe i'm misreading this 2018-11-08T04:03:05 < Ultrasauce> this is not code that makes me happy to look at 2018-11-08T04:03:22 < sync> what about them englishman? 2018-11-08T04:03:25 < Ultrasauce> you are making me question my life choices 2018-11-08T04:03:28 < catphish> aandrew: i'd actually quite like to treat it more like a fixed bitrate uart, but i wasnt sure how to align the bits 2018-11-08T04:03:41 < englishman> zero effort company 2018-11-08T04:03:51 < englishman> i get better sales and after sales support from amazon 2018-11-08T04:03:56 < sync> nice 2018-11-08T04:03:57 < ds2> for 316 (or any SS), watch your speed 2018-11-08T04:03:58 < englishman> they are actually arguing with me about what i want 2018-11-08T04:04:32 < englishman> constantly lie about parts and leadtimes 2018-11-08T04:04:40 < englishman> lie about origin country 2018-11-08T04:04:44 < englishman> lie about shipping 2018-11-08T04:04:56 < englishman> refuse to lift a finger to do anything 2018-11-08T04:05:32 < englishman> amazon has better service over $5 of shit than i get from a company i already gave $100k to this year 2018-11-08T04:05:39 < englishman> fuck samtec 2018-11-08T04:05:42 < englishman> samtec did wtc 2018-11-08T04:05:54 < englishman> samtec caused aids 2018-11-08T04:05:56 < catphish> aandrew: any source on how to solve this more simply with oversampling would be cool 2018-11-08T04:06:46 < catphish> but afaik my solution is very cpu-light as it only does any work in the cpu when edges occur 2018-11-08T04:07:31 < ds2> SFM - 100 so no more then 1600 RPM with a heavy feed 2018-11-08T04:09:10 < aandrew> ficking diwali 2018-11-08T04:09:23 < aandrew> 9pm on a wednesday and they're setting off fireworks 2018-11-08T04:09:37 < aandrew> catphish: you don't align the bits 2018-11-08T04:09:40 < aandrew> you know the bit rate 2018-11-08T04:09:45 < aandrew> so you oversample and look for the start 2018-11-08T04:09:50 < aandrew> say you're 8x oversampled 2018-11-08T04:10:02 < aandrew> when you detect the start, you know the next bit will be 8 samples later 2018-11-08T04:13:49 < catphish> that makes sense, i did consider that approach, and that *is* aligning the bits, in so much as that you detect the start of a bit, then know where the middle of each subsequent bit should lie 2018-11-08T04:13:51 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T04:14:17 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T04:17:38 < catphish> my main worry with that was essentially: how long do i persist with the assumption of knowing where the bits will lie? 2018-11-08T04:20:25 < catphish> anyway, i've been over this in my head, and my implementation seems super cpu-light, automatically disregards noise without mistakenly aligning to that noice for any period, and works (not that the latter is that important in the forum of irc opinion) 2018-11-08T04:21:37 < aandrew> catphish: rfid messages are very small 2018-11-08T04:21:51 < aandrew> you should be fine for the entire message 2018-11-08T04:22:08 < aandrew> but voting comes in handy too for this as it'll likely hold on to a longer message 2018-11-08T04:22:28 < bitmask> can you explain/link voting real quick? 2018-11-08T04:22:33 < aandrew> but you can always run the capture interrupt and "nudge" your sample point as edges come in 2018-11-08T04:22:43 < aandrew> bitmask: sure: if you're oversampling by 8x 2018-11-08T04:22:45 < catphish> i'd be interested too 2018-11-08T04:22:59 < catphish> the danger i see is that the first transition it sees is noise, and it then speds a while reading garbage 2018-11-08T04:23:14 < aandrew> and you're using a 3 bit vote, you look at the bit that you think is the sample point, plus the one before, plus the one after 2018-11-08T04:23:19 < aandrew> 2 out of 3 wins 2018-11-08T04:23:42 < aandrew> eg if it's 110 or 101 or 011 that's a '1', otehrwise zero 2018-11-08T04:24:11 < aandrew> more oversampling and/or more votes gives you more confidence in the value of the bit 2018-11-08T04:24:27 < aandrew> catphish: sure, noise is always an issue but the rfid messages are infrequent and small 2018-11-08T04:24:32 < bitmask> I see 2018-11-08T04:24:37 < aandrew> so if you waste a couple msec reading garbage, so be it 2018-11-08T04:24:54 < aandrew> the chances that you will miss an actual message because you were too busy decoding noise is pretty small 2018-11-08T04:26:26 < catphish> so, what if i just blindly take several samples at the expected bitrate? 2018-11-08T04:26:35 < catphish> do i need to wait for an initial transition? 2018-11-08T04:26:53 < catphish> or can i just do it conatantly at the expected bitrate? 2018-11-08T04:26:58 < aandrew> you could do continuous capture, but how often are you expecting rfid cards? 2018-11-08T04:27:22 < aandrew> the edge detect to start is just handy for letting your cpu sleep most of the time 2018-11-08T04:27:38 < catphish> well the point might be moot, because i probably get transitions when there's no card 2018-11-08T04:30:00 < catphish> the circuit works by ac coupling the detected envelope and comparing it to 0v, so there's probably always junk on the lines 2018-11-08T04:30:38 < aandrew> test and see 2018-11-08T04:30:42 < aandrew> I bet there's less than you think 2018-11-08T04:31:01 < aandrew> when I did my 433mhz receiver (before sdr was a thing) I took the naive approach like you did here 2018-11-08T04:31:12 < aandrew> edge interrupt and measure time between edges to determine 1 and 0 2018-11-08T04:31:42 < catphish> anyway, that aside, what would happen if i just took 5 samples at bit intervals? 2018-11-08T04:32:14 < catphish> i assume they'd either be perfect, all the same, or they'd lie on the transitions 2018-11-08T04:39:44 < catphish> anyway, i should sleep, i might try some voat base sampling, but moderately happy with this solution, mostly with its ability to instantly restart and read valid data while in the middle of trying to process noise 2018-11-08T04:44:52 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2018-11-08T05:15:51 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-08T05:17:06 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T05:24:19 < branjb> is readerror ded? 2018-11-08T05:45:26 < bitmask> readError failed and became a buffer overflow and now exists in the void of another universe 2018-11-08T05:56:34 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T06:15:49 -!- rajkosto [~Rajko@cable-178-149-113-218.dynamic.sbb.rs] has quit [Ping timeout: 246 seconds] 2018-11-08T06:29:42 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-08T06:32:59 < bitmask> hmm so how do you figure out how much heating wire to use? Do I want to always be switching it on and off, even at full power, or find the lowest wattage that can be left on constantly and not be too hot for full power and pulse for lower settings 2018-11-08T06:33:54 < bitmask> I have it connected for 12W right now and it heats up to hot in about 10 seconds 2018-11-08T06:49:58 < bitmask> yea thats what I'm worried about 2018-11-08T06:50:30 < bitmask> its hard to tell without testing and I only have one shot at this for now so I dont wanna screw it up 2018-11-08T06:50:54 < bitmask> no funds 2018-11-08T06:51:01 < bitmask> looking for a job 2018-11-08T06:51:34 -!- fc5dc9d4 [~quassel@p5B3A816A.dip0.t-ipconnect.de] has joined ##stm32 2018-11-08T06:52:47 < bitmask> well I just mean its hard to test different resistances/lengths without actually cutting it and putting it inside the jacket. so if I choose poorly I'm stuck with that length segments 2018-11-08T06:53:03 < bitmask> its 8 ohm/m 2018-11-08T06:53:08 < bitmask> I'm using 12v 2018-11-08T06:53:43 < bitmask> 12v @ 1-1.5A heats up nicely but I probably dont need that much 2018-11-08T06:55:39 -!- fc5dc9d4_ [~quassel@p5B3A8190.dip0.t-ipconnect.de] has quit [Ping timeout: 252 seconds] 2018-11-08T06:56:26 < bitmask> and I'll probably have 4-6 separate wires so I dont want too much at once. maybe like 2 'zones' of 2-3 wires each and only one zone on at a time 2018-11-08T06:56:38 < bitmask> with each zone being about 2A 2018-11-08T06:56:43 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 268 seconds] 2018-11-08T06:56:48 < bitmask> maybe less 2018-11-08T06:59:50 < bitmask> its 1.5A for 1 meter, so 18w 2018-11-08T07:00:28 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-08T07:01:43 < bitmask> yea, each single length is what I'm not sure about though, I might just try 1m 2018-11-08T07:02:55 < bitmask> not sure, like I said, I'm not sure how it will feel when actually being used, I'm just touching the bare wire. I'll be encasing it in silicone too so that will change things as well 2018-11-08T07:03:33 < bitmask> 10s I guess isn't bad though, I dont think I want segments of more than 1 meter anyway 2018-11-08T07:03:39 < bitmask> that would be a pain to work with 2018-11-08T07:05:28 < bitmask> right but I was gonna have 4 panels (two front, two back) and then special small ones for hand warmers and maybe neck 2018-11-08T07:05:40 < bitmask> I'm going to encase the wire in silicione to keep it spaced evenly 2018-11-08T07:05:56 < bitmask> well I already have the wire, I have 5 meters to play with 2018-11-08T07:06:06 < bitmask> I think that should be plenty 2018-11-08T07:13:31 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-08T07:22:30 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T07:29:46 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-08T07:37:54 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2018-11-08T07:44:29 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-08T07:47:44 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 244 seconds] 2018-11-08T07:47:49 -!- day__ is now known as day 2018-11-08T07:59:29 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-08T08:02:13 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has quit [Ping timeout: 246 seconds] 2018-11-08T08:03:56 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 260 seconds] 2018-11-08T08:06:18 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-08T08:14:46 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-08T08:40:10 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T09:00:13 -!- sterna [~Adium@c-7cebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-08T09:08:47 < Thorn> is x = x++; UB in c/c++? 2018-11-08T09:11:00 < jpa-> google says yes https://stackoverflow.com/questions/949433/why-are-these-constructs-using-pre-and-post-increment-undefined-behavior 2018-11-08T09:11:25 < Steffanx> My google also said yes. 2018-11-08T09:14:15 < Thorn> so there is no sequence point after the right hand side of = is evaluated? 2018-11-08T09:21:04 < jpa-> i think in C++17 there is 2018-11-08T09:23:48 < jadew> IMO it should translate to what Haohmaru said, is that what it's meant to do in C++17, jpa-? 2018-11-08T09:24:24 < jadew> although, it's a bit odd, because you're not incrementing the same value anymore 2018-11-08T09:24:35 < jadew> that's probably the reason they made it undefined 2018-11-08T09:24:59 < jadew> you assign x, so x is not the same (although it is) 2018-11-08T09:25:43 < jadew> but you could have x = x++ + 1; in which case it won't be the same 2018-11-08T09:26:05 < jadew> so you're incrementing a value that was changed before usage, resulting in something different than the original value + 1 2018-11-08T09:26:08 < jpa-> AFAIK C++17 always evaluates right side first 2018-11-08T09:26:48 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T09:26:51 < jpa-> thus becoming tmp = x++; x = tmp; which is same as x++; 2018-11-08T09:27:42 < jadew> that would make it not change 2018-11-08T09:28:08 < jpa-> hmm, true 2018-11-08T09:28:11 < jadew> I guess that's good behaviour true 2018-11-08T09:28:18 < jadew> *too 2018-11-08T09:29:03 < jadew> yeah, I don't mind the c++17 way of doing it 2018-11-08T09:29:43 < jadew> what I'm not clear on is what happens when you have multiple post increments in the same operation 2018-11-08T09:30:12 < jadew> I always avoided that scenario because it seemed too icky, but now that we're talking about it I'd like to know 2018-11-08T09:30:36 < jadew> for example a++ * 2 + a++ 2018-11-08T09:31:01 < jadew> will it be equal to a * 2 + a? 2018-11-08T09:31:03 < Thorn> that is UB 2018-11-08T09:31:18 < jadew> how about if I use paranthesis? 2018-11-08T09:31:22 < jadew> does that change anything? 2018-11-08T09:31:23 < Thorn> there are no sequence points inside that expression 2018-11-08T09:31:30 < jadew> a++ * 2 + (a++) 2018-11-08T09:31:37 < jadew> same thing? 2018-11-08T09:31:52 < Thorn> () don't change anything afaik 2018-11-08T09:32:00 < Thorn> wrt sequence points 2018-11-08T09:32:21 < jadew> thing is 2018-11-08T09:32:37 < jadew> if the sequence point isn't changing, why is a not the same value across the entire expression? 2018-11-08T09:32:44 < jadew> and then it can just be incremented twice 2018-11-08T09:33:25 < jadew> https://i.kym-cdn.com/photos/images/newsfeed/001/217/711/afd.jpg_large 2018-11-08T09:35:06 < jadew> while searching for that image I got my mind blown: https://www.lifewire.com/thmb/2A6_W5h6jmeu5Oe0CH7ciY2Z5vE=/1600x970/filters:no_upscale()/the-15-best-think-memes-4165651-10-5b071aff3de42300374961fb.jpg 2018-11-08T09:35:49 -!- sterna [~Adium@c-7cebe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-08T09:37:23 < zyp> if you are writing code where you have to worry a lot about sequence points and stuff, you should probably consider restructuring it 2018-11-08T09:37:59 < zyp> even if you get it right, it doesn't result in very obvious or readable code, which makes it a hassle to maintain later on 2018-11-08T09:38:10 < jadew> yeah, if something feels wrong, you should just re-write it until it doesn't 2018-11-08T09:38:16 < jadew> if anything, only for clarity 2018-11-08T09:38:35 < jadew> ah, we said the same thing ^5 2018-11-08T09:39:35 < jadew> I've seen programmers writing worse stuff 2018-11-08T09:40:13 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-08T09:40:31 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-08T09:42:18 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-08T09:42:23 < jadew> http://cdn.funnyand.com/wp-content/uploads/2014/04/If-you-think-your-man-is-cheating.jpg 2018-11-08T09:44:35 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-08T09:53:14 < jadew> think it's too much of a blasphemy if I put the power button of a device on the right, instead of the left? 2018-11-08T09:54:23 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-08T09:58:28 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-08T10:00:57 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T10:15:47 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-08T10:38:59 < dongs> https://www.dell.com/en-uk/work/shop/laptops/precision-5530/spd/precision-15-5530-laptop/xctop5530emea found a laptop for zyp 2018-11-08T10:39:41 < zyp> great deal, it's 35% off 2018-11-08T10:39:57 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T10:43:55 < dongs> BREAKING: 'Middle Eastern-looking man in his early 20s with a beard and black clothing' storms Borderline Bar & Grill in 2018-11-08T10:43:58 < dongs> Thousand Oaks, California, throws several smoke bombs and opens fire with a semi-automatic gun; approximately 30 shots 2018-11-08T10:44:01 < dongs> had been fired as victims were fleeing from the bar; about 11-20 people shot, at least one officer injured; shooter still 2018-11-08T10:44:04 < dongs> at large 2018-11-08T10:47:50 < Steffanx> Hm 2018-11-08T10:48:36 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T11:00:27 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 244 seconds] 2018-11-08T11:11:28 < day> dongs: thosand oaks is such a cool name 2018-11-08T11:11:34 < day> thousand* 2018-11-08T11:15:23 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Read error: Connection reset by peer] 2018-11-08T11:15:42 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T11:17:23 < day> they work semi automatic? 2018-11-08T11:17:41 < day> like mexicans 2018-11-08T11:18:22 < day> if not triggered do siesta 2018-11-08T11:22:38 < dongs> https://www.microchip.com/404 2018-11-08T11:23:03 < kakimir> hello 2018-11-08T11:24:23 < dongs> hello.jpg 2018-11-08T11:31:53 < kakimir> avr codings 2018-11-08T11:31:59 < Steffanx> Ssht 2018-11-08T11:32:07 < kakimir> in friday I get debugger for 8bit avr 2018-11-08T11:35:16 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Read error: Connection reset by peer] 2018-11-08T11:35:36 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T11:39:52 < jpa-> http://paste.dy.fi/SrP/plain wtf is going on here; simple copy loop corrupts memory and it occurs the same way on multiple devices 2018-11-08T11:41:27 -!- superbawlz [uid273615@gateway/web/irccloud.com/x-btbbjqamumvcoquu] has joined ##stm32 2018-11-08T11:42:56 < qyx> I did a related but more lame fail recently 2018-11-08T11:43:36 < qyx> initialized a local value/instance in a thread which was destroyed after initialization 2018-11-08T11:51:15 < Sadale> jpa-, just curious. What does r0 and r3 stores? 2018-11-08T11:52:50 < jpa-> r0 is the end address of the copy, r3 is the current read address 2018-11-08T11:54:45 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-08T11:55:05 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-08T11:56:08 < jpa-> meh, is gdb or openocd messing with me 2018-11-08T11:57:15 < Steffanx> Open sorea. 2018-11-08T11:57:18 < Steffanx> Sores. 2018-11-08T12:00:16 < Sadale> well, this one beats me. 2018-11-08T12:00:24 < karlp> nice 404 page on microchip dongs :) 2018-11-08T12:00:33 < Sadale> jpa-, As a newbie I've no idea on what's going on. Good luck on fixing it anyway. :3 2018-11-08T12:00:43 < Sadale> I understand the problem. But I've no idea on what's wrong. 2018-11-08T12:02:05 < karlp> spinkle dsb's around and hope it fixes it? 2018-11-08T12:02:10 < karlp> looks super shady... 2018-11-08T12:02:42 < Sadale> jpa-, Just hypothesis. Could it be those flash fetch latency thingie? like when the microcontroller is running at a high clock rate, one have to change a register to increase the flash read latency or something. 2018-11-08T12:02:52 < Sadale> It isn't likely to be the case. But it's just a guess. 2018-11-08T12:06:41 < jpa-> Sadale: it is a good guess, but with the value in the register seeming correct it seems unlikely 2018-11-08T12:06:58 < jpa-> but now the bug just randomly disappeared in the middle of me debugging it 2018-11-08T12:07:15 < Sadale> I see. That's weird. 2018-11-08T12:07:29 < Sadale> couldn't help. sorry. Please wait for someone else for help. :( 2018-11-08T12:08:12 < jpa-> i put a asm("dmb":::"memory"); after the copy loop, and then it worked; then i removed it to double-check, and it still worked; and now i restored the previous firmware binary and it still works 2018-11-08T12:08:40 < jpa-> ... hmm wait, yeah, it probably works because the correct data stays in ram across reboots, so it is not replacing it with incorrect data but just not writing it 2018-11-08T12:08:50 < zyp> haha 2018-11-08T12:09:16 < jpa-> but i don't really see what dmb would do there, have to test further 2018-11-08T12:10:58 < jpa-> hmm no, it cannot be that either because it is static allocation and gets cleared by crt0 2018-11-08T12:11:32 < jpa-> time to power off everything for a while and go eat -> 2018-11-08T12:25:33 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 252 seconds] 2018-11-08T12:31:46 < jpa-> still not happening, time to put the pcb in freezer to cool off 2018-11-08T12:31:51 < jpa-> https://community.st.com/s/question/0D50X00009XkfhESAR/stm32-ram-writing-issue sounds similar to my issue 2018-11-08T12:33:24 < jpa-> "it looks like that memory gets corrupted only at addresses, where breakpoints are being placed" ... ok 2018-11-08T12:33:53 < jpa-> that explains why it was so weird when i was debugging, but now i have to figure out why it crashes normally 2018-11-08T12:34:41 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-08T12:35:14 < jpa-> i guess my normal crash is a normal bug somewhere totally else; when chasing it up i set a breakpoint in ram and then ram copys started to corrupt 2018-11-08T12:42:47 -!- benishor [~benny@79.116.210.245] has quit [Ping timeout: 240 seconds] 2018-11-08T12:42:51 < jpa-> so now there are two things to remember about breakpoints: 1) don't set breakpoints in middle of instructions 2) don't set breakpoints in ram 2018-11-08T12:43:13 -!- benishor [~benny@5.2.137.216] has joined ##stm32 2018-11-08T12:48:21 < zyp> wat 2018-11-08T12:55:45 < Steffanx> Lol pumped, zyp 2018-11-08T13:22:45 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 252 seconds] 2018-11-08T13:22:46 < kakimir> so meta 2018-11-08T13:24:17 < kakimir> debug the debugger while you debug 2018-11-08T13:24:39 < kakimir> you need to go deeper 2018-11-08T13:32:22 < jpa-> i don't think the bug is in the debugger, more like in cortex-m4 core 2018-11-08T13:33:51 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2018-11-08T13:34:01 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-08T13:42:31 < jadew> I have a question 2018-11-08T13:43:00 < jadew> are long nails not weird around the world? 2018-11-08T13:43:09 < jadew> (on men) 2018-11-08T13:43:51 < jadew> I keep seeing these tech channels with the hosts displaying long and sometimes dirty nails 2018-11-08T13:44:06 < jadew> are people not ashamed of that in other countries? 2018-11-08T13:45:08 < jadew> you can see more than 1mm of "white" 2018-11-08T13:45:38 < jadew> sometimes with dirt underneath 2018-11-08T13:46:55 < Steffanx> Whats wrong with 1mm of white jadew? 2018-11-08T13:47:03 < jadew> 1mm is fine 2018-11-08T13:47:05 < Steffanx> Fuck ultrashort nails 2018-11-08T13:47:08 < jadew> more than that it's too much 2018-11-08T13:47:18 < Steffanx> Nails are useful 2018-11-08T13:47:22 < jadew> for what? 2018-11-08T13:47:44 < kakimir> as a weapon 2018-11-08T13:47:45 < jadew> you can't even type well with long nails 2018-11-08T13:47:49 < karlp> I don't understand the obsession people have with minor parts of other people's bodies. 2018-11-08T13:48:29 < jadew> karlp, it's not an obsession, it just pops up, because in here, people simply clip their nails 2018-11-08T13:48:36 < jadew> you don't see that 2018-11-08T13:49:10 < jadew> I had a similar shock when I went to germany for the first time and saw women on the street with dirty nails on their feet 2018-11-08T13:49:19 < jadew> I mean... wtf? 2018-11-08T13:49:24 < karlp> again, shock is a pretty big word for something that's not yours 2018-11-08T13:49:50 < jadew> might seem like that to you, but there is a reason nobody here is like that 2018-11-08T13:49:57 < jadew> we're ashamed into taking care of our nails 2018-11-08T13:50:11 < jadew> so seeing someone that doesn't comply to that is... out of the ordinary 2018-11-08T13:50:37 < karlp> COMPLY! OBEY AUTHORITY! 2018-11-08T13:51:02 < kakimir> long nais get shit under them 2018-11-08T13:51:03 < karlp> my mismatched nail lengths, colour and cleanliness is my protest against the man 2018-11-08T13:51:04 < jadew> given your answers, I assume it has to do with my culture 2018-11-08T13:51:25 < jadew> kakimir, yes, but chicks have long nails here too and they're fucking spotless 2018-11-08T13:52:00 < jadew> you'd have to go to the country side to find someone with dirty nails 2018-11-08T13:52:20 < jadew> and it would be an old guy, working the field or something 2018-11-08T13:55:24 < kakimir> like me 2018-11-08T13:55:45 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T13:56:32 < jadew> precisely, there's plenty of time to clip them before they start collecting shit 2018-11-08T13:56:40 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T13:57:45 < kakimir> nail grow varies 2018-11-08T13:58:01 < kakimir> you can tell lot about your health from nails 2018-11-08T13:58:41 < PeterM> there are 39 pin versions of these https://au.mouser.com/ProductDetail/Aptiv-formerly-Delphi/HCCPHPE24BKA90F but i can only find them from china, anyone seen them before? 2018-11-08T13:59:09 < dongs> that link fuckign fails 2018-11-08T13:59:20 < PeterM> https://au.mouser.com/ProductDetail/Aptiv-formerly-Delphi/HCCPHPE24BKA90F?qs=sGAEpiMZZMs7eK6h2EBtKgWB1t55%252bB6KviIraN%2fgI3c%3d 2018-11-08T13:59:53 < karlp> looks automotive.. 2018-11-08T13:59:54 < dongs> i can ask my carfag pal 2018-11-08T13:59:55 < karlp> ah, is. 2018-11-08T14:00:00 -!- superbawlz [uid273615@gateway/web/irccloud.com/x-btbbjqamumvcoquu] has quit [Quit: Connection closed for inactivity] 2018-11-08T14:00:00 < PeterM> yep 2018-11-08T14:00:30 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has joined ##stm32 2018-11-08T14:00:56 < PeterM> im seen them used in stuff before, both 24 and 39 pin versions, but i can only find 24 pin versions for sale from farn-mouse-key 2018-11-08T14:12:00 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-08T14:19:24 -!- emeb_mac [~ericb@ip68-3-245-224.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-08T14:19:27 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-08T14:24:56 < day> Helus was a 29-year police veteran with a wife and son who was looking to retire in the next year. 2018-11-08T14:24:59 < day> ok 2018-11-08T14:25:06 < day> i think im in the wrong job 2018-11-08T14:25:20 < sk_tandt> day: Maybe years of service? 2018-11-08T14:25:27 < day> ah xD 2018-11-08T14:26:36 < sk_tandt> Yup, confirmed: Tour 29 years, 4 months 2018-11-08T14:26:42 < sk_tandt> http://www.odmp.org/officer/23805-sergeant-ron-helus- 2018-11-08T14:26:58 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Read error: Connection reset by peer] 2018-11-08T14:27:10 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-08T14:40:09 < englishman> i thought guns were banned in california 2018-11-08T14:40:11 < englishman> how could this happen 2018-11-08T14:49:00 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-08T14:53:55 < dongs> PeterM: watcha building 2018-11-08T14:54:02 < dongs> pal says 39 pin exists but not even on mfg site 2018-11-08T14:54:15 < dongs> probly custom thing for some one customer that china cloned? 2018-11-08T15:03:03 < englishman> survivors of the las vegas country music shooting were at this california country music shooting 2018-11-08T15:03:34 < dongs> is it again country music? 2018-11-08T15:04:23 < PeterM> am building a solid state power distribution thing, connector seems perfect, 12 reasonable high current contacts, 27 for lower power and control. 2018-11-08T15:05:21 < PeterM> i've seen the connector used on ECUs, along wiht the 24 pin 2018-11-08T15:06:08 < PeterM> https://www.ecumaster.com/products/emu-black/ is the product ive seen them used on 2018-11-08T15:07:11 < PeterM> legit aptiv/delphi part markings on the housings and mating connectors 2018-11-08T15:09:11 < englishman> in my experience: good luck with that 2018-11-08T15:09:20 < englishman> unless you are buying 500k of them 2018-11-08T15:09:23 < dongs> ask samtec 2018-11-08T15:09:24 < englishman> and have a purchasing dept 2018-11-08T15:09:26 < dongs> they'll help you 2018-11-08T15:09:29 < dongs> ^_- 2018-11-08T15:09:36 < englishman> yes, ask scamtec if you want to cease operations immediately 2018-11-08T15:09:42 < PeterM> as i said, the 24 pin variant are very very commonly available 2018-11-08T15:09:44 < englishman> and go back to scooping ice cream 2018-11-08T15:09:49 < dongs> PeterM: why cant you buy from china? 2018-11-08T15:10:01 < dongs> i mean if its available there who cares 2018-11-08T15:10:18 < PeterM> they're all clones, no actual aptive/delphi part 2018-11-08T15:10:42 < PeterM> i thought i'd look into how much the legit ones were before i started looking at clones 2018-11-08T15:10:48 < dongs> what the fuck is that thing in the centetr of that emublack 2018-11-08T15:10:53 < dongs> is that some IP67 usb port 2018-11-08T15:11:05 < dongs> https://www.ecumaster.com/wp/wp-content/uploads/2016/11/emu-black-05-front.png 2018-11-08T15:12:06 < englishman> probably 2018-11-08T15:12:19 < englishman> you would connect it to a computer to program and tune 2018-11-08T15:12:47 < PeterM> its sealed, so no water ingress into the ecu, and its made out of cast aluminium so you'll snap your cable before you damage the port, but if you sat it in water it would corrode 2018-11-08T15:13:32 < englishman> wow $1100 that is a great deal 2018-11-08T15:13:56 < PeterM> it is very nice for the money 2018-11-08T15:14:26 < englishman> do they sell harnesses? maybe you can get a couple connectors from them 2018-11-08T15:15:20 < PeterM> you can but the housings from them, and hte terminals are the same as the 24 pin so you can get them from DK etc, but the PCB mount connectors are no go 2018-11-08T15:15:24 < englishman> nice dashes and stuff 2018-11-08T15:15:26 < englishman> k type inputs 2018-11-08T15:15:29 < englishman> cool 2018-11-08T15:16:13 < PeterM> it was the cheapest ECU that could do DBW and sequential ignition/injection on a 6 cylinder 2018-11-08T15:16:35 < PeterM> the next option was around $2100 2018-11-08T15:16:49 < englishman> yeah dbw is rare 2018-11-08T15:16:59 < dongs> hurr did microsoft really pull october 2018 update 2018-11-08T15:17:09 < dongs> for win10 2018-11-08T15:17:49 < englishman> heard good things about aem but its 4cyl 2018-11-08T15:18:35 < PeterM> dunno, wouldnt be surprised, if enough people bitched about it they probably would fold like every other cuck these days 2018-11-08T15:18:59 < PeterM> AEM so 6/8 too but $$$ 2018-11-08T15:19:05 < PeterM> do* 2018-11-08T15:19:41 < englishman> https://www.aemelectronics.com/products/programmable-engine-management-systems/infinity-ecu/infinity-series-5 2018-11-08T15:19:42 < englishman> 1500 2018-11-08T15:19:43 < englishman> ? 2018-11-08T15:20:17 < englishman> maybe 2100 dollarydoos 2018-11-08T15:20:21 < englishman> with the exchange 2018-11-08T15:21:07 < englishman> yours looks better still 2018-11-08T15:22:00 < PeterM> nah, that is a lot cheaper than when i last looked 2018-11-08T15:22:20 < dongs> anyway whats wrong with that connector other than it being china-only? 2018-11-08T15:23:26 < PeterM> nothing, i jsut wanted to see if i could find legit ones before i bought clones 2018-11-08T15:23:34 < dongs> ya you wont 2018-11-08T15:23:59 < englishman> clones will probably be the more reliable supply line 2018-11-08T15:24:16 < englishman> even if you get thru to the mfg there will probably be 80 week leadtimes 2018-11-08T15:24:37 < PeterM> yeah, i thought because i could find the 24 pin version from DK and shit i might just be missing something and not finding the 39 pin versions 2018-11-08T15:24:47 < PeterM> was worth a look 2018-11-08T15:26:17 < PeterM> retarded things have happened when looking at connectors before, like it'll be a 39 pin connector, but since 12 pins are twice as wide as the other 27 they'll call it a 51 pin (12+12+27) instead of 39 (12+27) or some shit 2018-11-08T15:32:01 < sk_tandt> Greetings! I'd like to generate interrupts from a timer on an STM32 L4 76 2018-11-08T15:32:45 < sk_tandt> How may I set the timer frequency to generate an interrupt? Or, is there any tutorial? 2018-11-08T15:33:08 < zyp> read the timer chapter in the reference manual 2018-11-08T15:34:20 < sk_tandt> I did, might as well have been aramaic 2018-11-08T15:34:32 -!- sterna [~Adium@176.12.107.132] has joined ##stm32 2018-11-08T15:34:36 < zyp> what is it you want? just a regular interrupt with a fixed interval? 2018-11-08T15:41:36 < sk_tandt> Yup! I might have found the issue: didn't configure the TIM3 in CubeMX 2018-11-08T15:42:21 < Ultrasauce> did someone say timecube 2018-11-08T15:53:13 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 268 seconds] 2018-11-08T15:56:41 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-08T15:58:40 -!- benishor_ [~benny@79.116.210.245] has joined ##stm32 2018-11-08T15:59:00 -!- benishor [~benny@5.2.137.216] has quit [Ping timeout: 272 seconds] --- Log closed Thu Nov 08 16:02:00 2018 --- Log opened Thu Nov 08 16:02:11 2018 2018-11-08T16:02:11 -!- jpa-_ [jpa@hilla.kapsi.fi] has joined ##stm32 2018-11-08T16:02:11 -!- Irssi: ##stm32: Total of 127 nicks [1 ops, 0 halfops, 0 voices, 126 normal] 2018-11-08T16:02:14 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has joined ##stm32 2018-11-08T16:02:17 -!- phryk [~phryk@ip-176-198-151-127.hsi05.unitymediagroup.de] has joined ##stm32 2018-11-08T16:02:19 -!- brabo [~brabo@81-7-19-118.anon.vpn.kommunikationsliebe.net] has joined ##stm32 2018-11-08T16:02:22 -!- branjb [~pseudosin@c-73-24-157-174.hsd1.az.comcast.net] has joined ##stm32 2018-11-08T16:02:22 -!- brabo [~brabo@81-7-19-118.anon.vpn.kommunikationsliebe.net] has quit [Changing host] 2018-11-08T16:02:22 -!- brabo [~brabo@globalshellz/owner/brabo] has joined ##stm32 2018-11-08T16:02:59 -!- jef79m [~jef79m@220-235-175-253.dyn.iinet.net.au] has joined ##stm32 2018-11-08T16:03:04 -!- Irssi: Join to ##stm32 was synced in 62 secs 2018-11-08T16:03:17 -!- Jak_o_Shadows [~Jak@58.175.241.176] has joined ##stm32 2018-11-08T16:03:41 -!- Jak_o_Shadows [~Jak@58.175.241.176] has quit [Changing host] 2018-11-08T16:03:41 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-08T16:04:08 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-08T16:04:15 -!- fc5dc9d4 [~quassel@p5B3A816A.dip0.t-ipconnect.de] has joined ##stm32 2018-11-08T16:04:30 -!- SolderBlob [~SolderBlo@89.39.105.129] has joined ##stm32 2018-11-08T16:06:08 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-08T16:06:38 -!- Steffanx [~steffanx@unaffiliated/steffanx] has joined ##stm32 2018-11-08T16:10:29 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 268 seconds] 2018-11-08T16:10:46 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-08T16:13:14 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-08T16:14:23 < englishman> https://github.com/JohnKrause/Altium-Solarized 2018-11-08T16:17:52 < Steffanx> Pics? 2018-11-08T16:20:41 < karlp> heh, friend started trying to use this: http://opencircuitdesign.com/xcircuit/ 2018-11-08T16:20:44 < englishman> did you click on them? 2018-11-08T16:21:24 < englishman> wow 2018-11-08T16:21:30 < englishman> now thats web design 2018-11-08T16:21:35 < englishman> no infinite scroll 2018-11-08T16:21:38 < englishman> frames 2018-11-08T16:21:42 < englishman> high contrast text 2018-11-08T16:22:04 < englishman> 118kb to load the entire page with images 2018-11-08T16:22:16 < qyx> competitive woth xfig 2018-11-08T16:22:17 < englishman> so far so good 2018-11-08T16:22:44 < BrainDamage> before or after they performed a diy tonsillectomy? 2018-11-08T16:22:49 < englishman> altium landing page loads 6.7mb, has zero information and has a popup 2018-11-08T16:23:30 < englishman> stable since 2011 2018-11-08T16:23:34 < englishman> thats more than altium can say 2018-11-08T16:23:36 < englishman> thanks karlp 2018-11-08T16:23:38 < englishman> im switching 2018-11-08T16:24:28 < aandrew> lol 2018-11-08T16:24:54 < englishman> http://opencircuitdesign.com/xcircuit/tutorial/tutorial.html#Task12 2018-11-08T16:24:56 < englishman> hmm 2018-11-08T16:24:57 < englishman> not a good sign 2018-11-08T16:25:01 < aandrew> August 5, 2016 at 6:40pm 2018-11-08T16:26:54 < karlp> tk people tend to stay running mwm and cwm and fvwm for _ever_ and think everything's rosy... 2018-11-08T16:27:01 < zyp> "CVS" 2018-11-08T16:27:03 < zyp> very modern 2018-11-08T16:27:24 < zyp> oh, it's actually hosted in git, just forgot to update sidebar 2018-11-08T16:27:28 < karlp> better than rccs or scs... 2018-11-08T16:28:14 < karlp> the list of alternatives taht xcircuit person links to is also pretty good reading: http://www.epanorama.net/links/software.html 2018-11-08T16:28:25 < karlp> it's like readnig a yahoo directory back in 2000 2018-11-08T16:28:34 < zyp> :) 2018-11-08T16:29:20 < BrainDamage> atlc is sort of nice despite being ancient 2018-11-08T16:30:28 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-08T17:02:43 -!- psprint_ [~psprint@91.245.82.2] has quit [Quit: WeeChat 2.2] 2018-11-08T17:10:11 -!- Steffann [~steffanx@unaffiliated/steffanx] has joined ##stm32 2018-11-08T17:11:13 < Rickta59> that web page reminds me of my 1990s o'reilly X programming books 2018-11-08T17:12:09 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Ping timeout: 268 seconds] 2018-11-08T17:13:46 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-08T17:14:56 * karlp remembers developing in perl/tk, but not fondly, and not in rose coloured ways. 2018-11-08T17:16:29 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-08T17:20:32 < jadew> what's xcircuit? 2018-11-08T17:21:19 < jadew> quickly scrolling through that page, it looks like a windows 3.1 drawing program 2018-11-08T17:22:49 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2018-11-08T17:23:21 < jadew> ah, that's the drawing part, it's a schematic capture thing 2018-11-08T17:23:30 < jadew> from the 90's 2018-11-08T17:27:09 < qyx> if you had to do a programmable output power supply (3-24V, 100mA) having only lets say 5V USB, what would be your thoughts? 2018-11-08T17:27:23 < qyx> I m browsing i2c controllable smps regulators without any luck 2018-11-08T17:27:41 < qyx> probably just dac+resistor to the FB pin would do 2018-11-08T17:27:42 < jadew> buck-boost converter 2018-11-08T17:27:51 < jadew> doesn't have to be digitally controllable 2018-11-08T17:28:40 < jadew> also, I think it's been done quite a few times already 2018-11-08T17:29:12 < jadew> Dave from eevblog had a similar project and a lot of people did the exact same thing you're trying to do afterwards 2018-11-08T17:29:47 < jadew> you might want to check the forum for inspiration 2018-11-08T17:31:18 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-08T17:34:40 < karlp> jadew: what part of "programmable" did you miss? :) 2018-11-08T17:35:39 < jadew> he can use a MCU to drive it 2018-11-08T17:40:05 < jadew> ffs... I asked for quotes for various stuff for the past 3 days 2018-11-08T17:40:18 < jadew> finally got an answer: "we're booked until march" 2018-11-08T17:41:49 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T17:42:05 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: WeeChat 2.3] 2018-11-08T17:42:26 < jadew> you don't have tweezers? 2018-11-08T17:46:47 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T17:53:47 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2018-11-08T18:01:01 -!- qyx [~qyx@gw2.krtko.org] has quit [Ping timeout: 244 seconds] 2018-11-08T18:02:58 -!- qyx [~qyx@84.245.121.190] has joined ##stm32 2018-11-08T18:07:03 < Steffann> Nicotine addiction much, antto? 2018-11-08T18:07:26 -!- qyx [~qyx@84.245.121.190] has quit [Ping timeout: 252 seconds] 2018-11-08T18:07:52 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2018-11-08T18:23:54 -!- qyx [~qyx@gw2.krtko.org] has quit [Ping timeout: 264 seconds] 2018-11-08T18:28:51 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-08T18:31:41 -!- sterna [~Adium@176.12.107.132] has quit [Quit: Leaving.] 2018-11-08T18:47:22 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Remote host closed the connection] 2018-11-08T18:48:47 -!- Thorn [~Thorn@unaffiliated/thorn] has joined ##stm32 2018-11-08T18:50:48 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-08T18:51:33 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-08T18:51:38 < Thorn> oh shit there are killer hornets in the Netherlands https://www.youtube.com/watch?v=rLFvBROkmyA 2018-11-08T18:54:38 < Steffann> Yeah european hornets are huge for european standards 2018-11-08T18:57:03 < Steffann> Probably just someone whos allergic Thorn 2018-11-08T19:02:53 < sync> I like the cute eclass amberlamps they run there 2018-11-08T19:10:22 < sync> also really strange driving, he probably was taught to keep his thumbs out of the wheel 2018-11-08T19:10:33 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-08T19:13:01 -!- qyx [~qyx@84.245.120.135] has joined ##stm32 2018-11-08T19:17:48 -!- qyx [~qyx@84.245.120.135] has quit [Ping timeout: 252 seconds] 2018-11-08T19:17:52 -!- qyx_ [~qyx@gw2.krtko.org] has joined ##stm32 2018-11-08T19:18:20 < kakimir> hello 2018-11-08T19:24:17 -!- Brittany [5afc350e@gateway/web/freenode/ip.90.252.53.14] has joined ##stm32 2018-11-08T19:26:18 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T19:27:00 < Brittany> Hello. I've been checking ADC results from my STM32F3 microcontroller. I'm running a sampling rate of 601.5 cycles per sample, sampling 10 channels on an ADC in scan mode. My CPU/ADC clock is at 72MHz. Assuming each sample is taken one at a time, this should mean 72,000,000/6015 samples per second, or ~12,000 samples. Instead, I receive approximately double. Is this because the ADC samples multiple channels concurrently in scan mode 2018-11-08T19:27:28 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T19:46:40 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T19:49:01 < kakimir> Global Compact for Migration 2018-11-08T19:51:04 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 252 seconds] 2018-11-08T19:57:03 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T19:57:58 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 245 seconds] 2018-11-08T20:03:30 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2018-11-08T20:06:56 < antto> Steffann wot? 2018-11-08T20:12:21 -!- qyx_ is now known as qyx 2018-11-08T20:16:09 < antto> "This is to inform you that you have been selected for a prize of a brand new 2017 Model BMW 7 Series Car and a Check of $500,000.00 USD from the international balloting programs held in the UNITED STATE OF AMERICA." 2018-11-08T20:16:35 < antto> woohoo! but.. how can one state be united? 2018-11-08T20:17:29 < Thorn> there were 50 but then Putin pressed the button 2018-11-08T20:19:58 -!- Thorn__ [~Thorn@unaffiliated/thorn] has joined ##stm32 2018-11-08T20:21:51 -!- Thorn [~Thorn@unaffiliated/thorn] has quit [Ping timeout: 260 seconds] 2018-11-08T20:22:54 -!- Thorn__ is now known as Thorn 2018-11-08T20:26:34 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-08T20:33:31 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 252 seconds] 2018-11-08T20:35:26 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2018-11-08T20:43:19 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T20:53:17 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Read error: Connection reset by peer] 2018-11-08T20:54:23 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-08T20:57:09 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T20:57:55 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-08T21:02:33 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T21:03:52 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-08T21:04:09 < catphish> an american man walks into a bar... 2018-11-08T21:08:25 < jpa-_> and says "ouch"? 2018-11-08T21:11:29 < BrainDamage> afterwards he blows it up with heavy weaponry while proclamating his freedom 2018-11-08T21:13:20 < catphish> alas the second one 2018-11-08T21:17:08 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T21:17:24 < Steffann> still here catphish? 2018-11-08T21:18:00 < catphish> yep 2018-11-08T21:18:22 < Steffann> did you know crt woke up 2018-11-08T21:18:40 < catphish> wha? 2018-11-08T21:21:16 < catphish> i'm going to say no, i was unaware that "crt woke up" 2018-11-08T21:21:35 < Steffann> :P 2018-11-08T21:22:20 -!- Steffann is now known as Steffanx 2018-11-08T21:23:32 < Steffanx> You just stop pumping for a while 2018-11-08T21:23:39 < catphish> i'm sad nobody liked my rfid implementation 2018-11-08T21:24:12 < Steffanx> me neither 2018-11-08T21:24:14 < catphish> if you do, you won't like it 2018-11-08T21:24:54 < Steffanx> who is nobody catphish? ##stm32? 2018-11-08T21:25:22 < catphish> lol yes 2018-11-08T21:25:34 < catphish> https://paste.ubuntu.com/p/V3fVbxRQBz/ 2018-11-08T21:25:54 < Steffanx> ah the sw 2018-11-08T21:26:15 < catphish> the hardware was a resounding success in the end, the software was a bit more hassle, but works well now 2018-11-08T21:26:20 < englishman> i saw the url but didnt click due to potential lunix content 2018-11-08T21:26:27 < englishman> didnt want to get infected 2018-11-08T21:26:29 < catphish> lol englishman no lunix there 2018-11-08T21:26:35 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-08T21:26:36 < englishman> >ubuntu.com 2018-11-08T21:26:39 < englishman> >no lunix 2018-11-08T21:26:41 < englishman> doubtful 2018-11-08T21:27:28 -!- Brittany [5afc350e@gateway/web/freenode/ip.90.252.53.14] has quit [Quit: Page closed] 2018-11-08T21:27:57 < englishman> he's been a bad kitty 2018-11-08T21:28:03 < Steffanx> awh 2018-11-08T21:28:14 < Steffanx> oh, it oculd be worse catphish :P 2018-11-08T21:28:41 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 268 seconds] 2018-11-08T21:28:44 -!- BrainDamage_ is now known as BrainDamage 2018-11-08T21:28:52 < Steffanx> wb BrainDamage 2018-11-08T21:28:57 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T21:29:44 < catphish> pcb design time next 2018-11-08T21:29:49 < catphish> these little projects are fun 2018-11-08T21:29:57 < catphish> hopefully one will seem commercially viable one day 2018-11-08T21:30:06 < Steffanx> i expected some picture, not some code. 2018-11-08T21:30:20 < catphish> haha, the picture is much uglier 2018-11-08T21:32:20 < jpa-_> catphish: don't you have for loops? 2018-11-08T21:32:55 < Steffanx> he does: for(int n=1;n<2;n++) { "{ 2018-11-08T21:32:56 < Steffanx> :P 2018-11-08T21:33:19 < jpa-_> haha, the best kind of for loops :) 2018-11-08T21:33:23 -!- You're now known as jpa- 2018-11-08T21:34:02 < BrainDamage> you should set your alt to jpa-_- 2018-11-08T21:35:06 < catphish> i might write some loops :) 2018-11-08T21:35:27 < catphish> the non-looped version is more efficient if it doesn't get unrolled, but a bit ugly :) 2018-11-08T21:36:31 < catphish> hardware much uglier! pcb design pending: https://i.imgur.com/Up0EQ7e.jpg?1 2018-11-08T21:37:09 < catphish> pretty happy though that all it needs is one opamp, a diode, and some passives 2018-11-08T21:37:11 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T21:38:56 < jpa-> when you are outputting over uart synchronously, there is not much point in optimizing for speed :P 2018-11-08T21:39:00 < catphish> oh there's a mosfet in there too 2018-11-08T21:39:39 < Steffanx> breadboard rfid. 2018-11-08T21:40:04 < catphish> jpa-: true, it'll be changes to async and USB shortly 2018-11-08T21:40:08 < catphish> *changed 2018-11-08T21:40:26 < catphish> Steffanx: i know right, but seriously at 125khz it doesn't seem to matter 2018-11-08T21:40:31 < BrainDamage> 120kHz is fine 2018-11-08T21:40:38 < BrainDamage> 10 it'll get a bit annoying 2018-11-08T21:40:43 < BrainDamage> 10MHz 2018-11-08T21:40:57 < catphish> hopefully i can parallel 10 of these 2018-11-08T21:41:18 < Steffanx> why? whats the plan? 2018-11-08T21:41:38 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 268 seconds] 2018-11-08T21:42:01 < catphish> friend wants to use rfid to identify the location of trains on a model railway 2018-11-08T21:42:23 < catphish> so i'm designing a board with 10 RFID readers 2018-11-08T21:42:49 < BrainDamage> what advantage does rfid gives? the type of train? 2018-11-08T21:42:50 < Steffanx> ah 2018-11-08T21:43:13 < catphish> the specific train i guess 2018-11-08T21:44:14 < catphish> so 10 coils at useful places under the track, then the stm32 detects tags and reports their location and ID 2018-11-08T21:44:47 < catphish> i don't know what his software will do with this information :) 2018-11-08T21:46:25 < englishman> why dont you have a series of braille-like dots on the underside of the train, and a small switch underneath, so when the train passes over it emits a morse code style series of modulated tones 2018-11-08T21:47:01 < englishman> those tones get piped into mechanical turk and some paki decodes 5000 signals for $2 2018-11-08T21:47:30 < jpa-> or barcode and IR send/receiver on the underside :P 2018-11-08T21:47:52 < catphish> englishman: that's actually kinda cool 2018-11-08T21:48:16 < catphish> barcode is likely dramatically more expensive than rfid 2018-11-08T21:48:24 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-08T21:48:27 < jpa-> why? 2018-11-08T21:48:29 < englishman> jpa-: a pal did that for some rf detector, a little robot went along a track until a barcode scanner did a successful read 2018-11-08T21:49:19 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T21:50:08 < ds2> are you trying to create a UART in SW? 2018-11-08T21:50:12 < catphish> jpa-: oh do you mean a barcode read with a static sensor as the rain moves? 2018-11-08T21:50:17 < catphish> *train 2018-11-08T21:50:23 < catphish> ds2: yes 2018-11-08T21:50:36 < catphish> i dislike the word "trying" because it works just fine :) 2018-11-08T21:50:38 < ds2> catphish: wouldn't a PSoC5 be easier? 2018-11-08T21:50:43 < ds2> heh 2018-11-08T21:51:16 < catphish> i've never even heard of a PSoC5 2018-11-08T21:51:36 < catphish> is that an arm + fpga? 2018-11-08T21:52:42 < englishman> petty shit-on-chip version 5 (this time it'll be good!!! oh btw version 6 is out soon) 2018-11-08T21:52:43 < ds2> sort of...it is simplier then a FPGA 2018-11-08T21:53:07 < englishman> cypress' motto is "we look good on paper" 2018-11-08T21:53:11 < ds2> I think the GUI has the IP to create more UARTS is needed 2018-11-08T21:53:23 < ds2> other then costs, I like the PSoC. It does what i need 2018-11-08T21:53:32 < ds2> what's your objection to the PSoC? 2018-11-08T21:54:33 < englishman> idk 2018-11-08T21:54:41 < englishman> just disappointed 2018-11-08T21:54:44 < ds2> so far it is the best thing for messing with analog sensors. avoids having to constantly changing out resistors or rewiring stuff 2018-11-08T21:54:45 < englishman> the few times i tried to spin on eup 2018-11-08T21:54:53 < catphish> but, the stm32 is like £2 and hopefully it can process lots of these inputs 2018-11-08T21:56:59 < ds2> yes, cost is a sore point 2018-11-08T21:57:12 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T21:58:01 < ds2> but for prototyping, it has saved a lot of time. recompile instead of a physical rewire and IOs on it has built in level translators (voltage thresholds are software programmable) 2018-11-08T21:58:28 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-08T21:59:35 < sync> although most applications are not really cost sensitive ime 2018-11-08T22:02:50 < catphish> sync: thats interesting, my background is in b2b but when i do electronics i always have budget in mind, the idea that i'm designing for mass market 2018-11-08T22:03:06 < catphish> even though i mostly just designing for myself 2018-11-08T22:06:26 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:2904:4cc3:e21a:44bc] has joined ##stm32 2018-11-08T22:06:49 < sync> catphish: that's not good tho, premature optimization 2018-11-08T22:07:09 < catphish> how is that not good? 2018-11-08T22:07:20 < sync> because it costs you more 2018-11-08T22:08:02 < catphish> i've been hearing that premature optimization is bad for years, i'm a software engineer, it's nonsense, when people write good software to begin with, nobody has to optimize (ie totally rewrite) it later 2018-11-08T22:08:33 < BrainDamage> embedded is a bit different though, for one, you don't have to contend resources with other programs 2018-11-08T22:08:40 < BrainDamage> so it either fits the platform or doesn't 2018-11-08T22:09:39 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T22:09:43 < BrainDamage> and ofc, you'll need *some* insight to take some design decisions to avoid rewriting large portions of your program, that's where experience comes in 2018-11-08T22:10:00 < catphish> also, sure, there's no point really cost optimizing, but makes sense to choose the cheapest option that fits the need (and doesn't require a lot of extra work to fit it in) 2018-11-08T22:10:14 < catphish> i mean, this code i'm writing would run on a xeon, but i'm not gonna start there 2018-11-08T22:10:36 < catphish> stm32 seems like a sane starting point for most embedded stuffs 2018-11-08T22:10:43 < catphish> and by chance, it's cheap :) 2018-11-08T22:10:51 < sync> oftentimes you do not know if your idea is gonna work 2018-11-08T22:11:01 < sync> so you have to figure it out and then integrate it in the product 2018-11-08T22:11:29 < sync> at least in the projects I have been involved much of the software had to be rewritten or at least reworked to some degree in the final product 2018-11-08T22:12:16 < sync> and with hardware I usually choose an option that will most likely do the job but might not be the cheapest or simplest solution just to see if the idea is workable 2018-11-08T22:12:41 < sync> if it comes to mass production it wil be reengineered to the targeted production cost or just be more expensive 2018-11-08T22:13:12 < englishman> it's almost always faster and cheaper to do your proof big and expensive then cost and size down later 2018-11-08T22:13:24 < englishman> assuming your time is not worthless 2018-11-08T22:13:33 < englishman> since you're making your own pnp, that part is up for debate 2018-11-08T22:17:13 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T22:31:44 < catphish> sync: well i agree with that 2018-11-08T22:32:33 < catphish> englishman: my time has no value while i'm learning, nobody is paying me, it's only costing me xbox time : 2018-11-08T22:32:34 < catphish> :) 2018-11-08T22:37:36 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-08T22:39:33 < Steffanx> Some dont understand that catphish 2018-11-08T22:40:11 < catphish> but i'm sure i'm not exactly a pro at cost optimizing yet anyway, i just choose something that'll work and doesn't seem silly expensive 2018-11-08T22:42:01 < Hamilton> Is there any *standard way (tm)* for when your RF transmitter packer limit is 32 bytes and you want to sent arbitrary large packets? I'm specifically talking about nRF24l01+...Does bettering the protocol transcends to re-inventing TCP/IP? 2018-11-08T22:43:49 < BrainDamage> the cheap way is just have a bit that marks for "packet not finished" 2018-11-08T22:44:16 < catphish> Hamilton: i'd say a header with an "end of data" flag 2018-11-08T22:44:24 < catphish> what BrainDamage said 2018-11-08T22:44:51 < Hamilton> BrainDamage, yeah or the first packet be "number of packets"...The driver has CRC capabilities (for that 32 bytes though)...but what if there are some packet loss? 2018-11-08T22:45:45 < BrainDamage> if you have number of packets, then you're limited by the counter size, so not "arbitrary large", to avoid packet loss you either crc the whole packet or you add a sequence counter 2018-11-08T22:46:11 < BrainDamage> cheapest is crc the whole shit, and retransmit, provided your error rate is sufficiently low 2018-11-08T22:48:05 < Hamilton> thanks. So there is no keyword like tcp or udp for these stuff that I should be aware of? 2018-11-08T22:48:47 < BrainDamage> keep in mind one thing though 2018-11-08T22:49:08 < BrainDamage> 32 bytes for packet counter is quite a bit 2018-11-08T22:49:11 < BrainDamage> so unless you really really "arbitrary large", it's enough for most things 2018-11-08T22:49:34 < Hamilton> I wonder what bluetooth like SPP profile uses? 2018-11-08T22:49:35 < BrainDamage> ( and even if that's 32 bits ) 2018-11-08T22:49:40 -!- SolderBlob1 [~SolderBlo@89.39.105.129] has joined ##stm32 2018-11-08T22:51:09 < englishman> 32 bit packet counter is good enough for lorawan 2018-11-08T22:52:00 -!- SolderBlob [~SolderBlo@89.39.105.129] has quit [Ping timeout: 252 seconds] 2018-11-08T22:52:16 < Hamilton> yeah I just calculated for 32byte packets, the max file could be 128 GiB 2018-11-08T22:57:26 < catphish> almost enough for one xbox game 2018-11-08T22:58:15 < Hamilton> with <2 Mibps transmission rate 2018-11-08T23:00:20 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:2904:4cc3:e21a:44bc] has quit [Quit: Konversation terminated!] 2018-11-08T23:12:40 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Ping timeout: 264 seconds] 2018-11-08T23:14:06 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-08T23:43:09 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T23:45:00 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-08T23:56:21 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-08T23:57:20 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 --- Day changed Fri Nov 09 2018 2018-11-09T00:04:03 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T00:05:23 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T00:11:45 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T00:17:21 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T00:23:51 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T00:25:35 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T00:32:07 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T00:33:05 < Hamilton> What do you guys think about this comment and the post? 2018-11-09T00:33:08 < Hamilton> https://tech.slashdot.org/comments.pl?sid=12644750&cid=57354914 2018-11-09T00:35:37 -!- catphish [~catphish@unaffiliated/catphish] has quit [Read error: Connection reset by peer] 2018-11-09T00:37:22 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T00:38:11 < karlp> man, hanrun's website is completely borked 2018-11-09T00:43:39 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T00:43:51 < karlp> now we're talking! https://lcsc.com/product-detail/Ethernet-Connectors-Modular-Connectors_Zhongshan-HanRun-Elec-HR981190C_C189677.html 2018-11-09T00:49:48 < Steffanx> Ah whopping stock of 23. 2018-11-09T00:51:06 < karlp> yar, letting myself be distracted 2018-11-09T00:51:12 < karlp> must just write it down and say, "maybe later" 2018-11-09T00:53:49 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-09T00:53:53 < catphish> fucking kicad 2018-11-09T00:54:06 < catphish> draw circuit -> crash -> lose circuit 2018-11-09T00:54:30 < BrainDamage> you're catphishing to be trolled with such comments 2018-11-09T00:54:35 < BrainDamage> only altium is perfect 2018-11-09T00:55:28 < Steffanx> Except when a new version is out. Then autism and rage mode kick in 2018-11-09T00:55:53 < Steffanx> Only continues for about 2 days though 2018-11-09T00:56:12 < catphish> BrainDamage: i know, i love kicad, but it's kinda shit when i lose all my work 2018-11-09T00:56:16 < catphish> so trolll away 2018-11-09T00:56:29 < Steffanx> Dont you ctrl+s all day long? 2018-11-09T00:57:13 < Steffanx> Its like muscle memory here. 2018-11-09T00:57:21 < mawk> C-x C-s 2018-11-09T00:57:25 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T00:57:31 < mawk> because grown ups use emacs 2018-11-09T00:57:47 < Steffanx> You still want to go to dutchland? 2018-11-09T00:58:09 < mawk> :( 2018-11-09T00:58:10 < mawk> yes 2018-11-09T00:58:25 < mawk> I have to find a company by january 2018-11-09T00:58:57 < catphish> what for? 2018-11-09T01:00:23 < catphish> go to england instead 2018-11-09T01:00:28 < catphish> england is good 2018-11-09T01:00:47 < catphish> guarenteed 90% less germans 2018-11-09T01:02:55 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T01:05:26 < Steffanx> More polish 2018-11-09T01:07:19 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-09T01:09:13 -!- malinus [~malinus@unaffiliated/malinus] has quit [Ping timeout: 245 seconds] 2018-11-09T01:09:20 -!- malinus [~malinus@185.53.129.20] has joined ##stm32 2018-11-09T01:09:43 -!- malinus is now known as Guest29530 2018-11-09T01:13:10 < jadew> fusion is great 2018-11-09T01:13:13 < jadew> I hope it stays free 2018-11-09T01:17:23 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T01:23:49 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T01:23:58 < catphish> Steffanx: yes, my country is very polished 2018-11-09T01:25:18 < kakimir> anyone being buying crypto latelly? 2018-11-09T01:26:09 < Steffanx> No? 2018-11-09T01:26:23 < jadew> where do you guys trade that? 2018-11-09T01:26:51 < jadew> and what's the commission like? 2018-11-09T01:28:14 < kakimir> 100% 2018-11-09T01:28:20 < jadew> heh 2018-11-09T01:28:21 < kakimir> when hackers rob the bank 2018-11-09T01:29:04 < jadew> what is the bitcoin cash hard fork? 2018-11-09T01:30:07 < kakimir> I don't know a shit 2018-11-09T01:31:47 < jadew> so... there's no inflation, but they just fork it 2018-11-09T01:31:53 < jadew> and start from scratch 2018-11-09T01:31:54 < jadew> great... 2018-11-09T01:37:26 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T01:42:41 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: WeeChat 2.3] 2018-11-09T01:44:09 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T01:49:25 < catphish> trying to work out whether several of these can share R1 and T1 or not: https://www.serasidis.gr/circuits/RFID_reader/images/125kHz_RFID_reader_schem.GIF 2018-11-09T01:54:28 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 268 seconds] 2018-11-09T01:57:27 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T02:00:33 < catphish> maybe at 3p per mosfet, who cares 2018-11-09T02:03:57 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T02:09:41 < mawk> at kraken jadew 2018-11-09T02:09:51 < mawk> that the one I trust the most 2018-11-09T02:10:01 < mawk> and if I can quote one that you should absolutely avoid, it's Poloniex 2018-11-09T02:10:58 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T02:11:06 < jadew> https://lulz.com/youtube-ban-shirrako-killing-female-npc-1792/ 2018-11-09T02:11:13 < jadew> mawk, thanks 2018-11-09T02:11:34 < jadew> so kraken.com? 2018-11-09T02:11:40 < jadew> what are their fees like? 2018-11-09T02:11:42 < mawk> yeah 2018-11-09T02:11:48 < mawk> let me see 2018-11-09T02:12:15 < mawk> 0.26% 2018-11-09T02:12:34 < jadew> thanks 2018-11-09T02:12:42 < mawk> minimum fee is 0.10%, when you traded many times 2018-11-09T02:12:45 < mawk> it's decreasing 2018-11-09T02:13:03 < jadew> that's good 2018-11-09T02:13:16 < mawk> well that's a trading fee, not a euro->btc or btc->euro fee 2018-11-09T02:13:19 < mawk> that fee is higher 2018-11-09T02:13:50 < jadew> hold on, what's the difference? 2018-11-09T02:15:18 < mawk> yeah sorry I misspoke 2018-11-09T02:15:27 < mawk> there's a fee for trading, and there's a fee for depositing or withdrawing euros 2018-11-09T02:15:34 < mawk> and for depositing or withdrawing bitcoins 2018-11-09T02:16:02 < jadew> I see 2018-11-09T02:16:06 < mawk> but it's low as well, 0.09€ for withdrawing euros 2018-11-09T02:20:34 < jadew> looks like btc varries by much more than that daily 2018-11-09T02:20:45 < jadew> so it's an interesting gamble 2018-11-09T02:20:56 -!- Thorn [~Thorn@unaffiliated/thorn] has quit [Ping timeout: 272 seconds] 2018-11-09T02:21:59 < jadew> but you still need to invest a lot in order to get a decent daily proffit 2018-11-09T02:22:17 < mawk> a lot ? not really 2018-11-09T02:22:22 < jadew> assuming you succesfully preditct the market 2018-11-09T02:22:30 < mawk> last time I messed with crypto I invested something like 150€ 2018-11-09T02:22:37 < mawk> and got something like 500€ back in some weeks 2018-11-09T02:22:40 < mawk> with ethereum 2018-11-09T02:22:47 < jadew> really? 2018-11-09T02:22:55 < mawk> and 200€ with scalp trading with bitcoin 2018-11-09T02:22:55 < jadew> that doesn't sounds bad 2018-11-09T02:22:59 < mawk> playing with leverage 2018-11-09T02:23:11 < mawk> well for eth I was quite lucky, I bought at the right time 2018-11-09T02:23:22 < mawk> but if you can somehow predict the market you can do that 2018-11-09T02:23:28 < jadew> ok, I really want to get into this 2018-11-09T02:23:42 < mawk> there are few ways, one is purely technical analysis, looking at the charts and analyzing resistance lines, patterns, shit like that 2018-11-09T02:23:50 < mawk> other method is to scroll twitter to find the next big thing 2018-11-09T02:23:57 < mawk> watch for big announcements that will move the charts 2018-11-09T02:24:02 < jadew> yeah, you have to follow both 2018-11-09T02:24:19 < jadew> what scares me about bitcoin is that it seems it has huge spikes 2018-11-09T02:24:25 < mawk> yeah 2018-11-09T02:24:33 < jadew> someone is buying & selling big quantities 2018-11-09T02:24:34 < mawk> well you can win money with these 2018-11-09T02:24:39 < mawk> yes 2018-11-09T02:24:51 < mawk> before a drop you sell a lot of btc, buy them back after the drop 2018-11-09T02:24:55 < mawk> keep the difference money 2018-11-09T02:25:06 < jadew> yeah, but how do you know when the drop is going to happen? 2018-11-09T02:25:22 < mawk> you typically have some signs 2018-11-09T02:25:32 < mawk> the chart breaking a resistance line, etc 2018-11-09T02:25:43 < jadew> interesting 2018-11-09T02:25:44 < mawk> I don't know how close to astrology this is, I didn't research it much 2018-11-09T02:25:51 < jadew> heh 2018-11-09T02:25:53 < mawk> some people criticize that technical analysis thing 2018-11-09T02:25:57 < mawk> and some other seem to make money out of it 2018-11-09T02:27:14 < mawk> and you don't even have to own btc to sell them before a drop, you can borrow them and sell them at a good price, buy them back at the bad price and return them 2018-11-09T02:27:35 < jadew> hah 2018-11-09T02:27:43 < mawk> and you don't even have to have lots of money, you can use a multiplicative leverage 2018-11-09T02:27:54 < mawk> which multiply either the profits or the loss 2018-11-09T02:28:10 < jadew> interesting 2018-11-09T02:28:16 < jadew> so someone is gambling on your gamble? 2018-11-09T02:28:27 < jadew> basically they're gambling that you're going to fail? 2018-11-09T02:28:33 < mawk> that someone isn't quite gambling, kraken won't let you borrow if you don't have enough collateral 2018-11-09T02:28:46 < mawk> and when your losses start to exceed your collateral kraken will automatically liquidate your positions 2018-11-09T02:28:51 < mawk> so you can't be in debt 2018-11-09T02:29:17 < mawk> no, the person making the loan isn't gambling 2018-11-09T02:29:23 < mawk> it's just making a guaranteed loan 2018-11-09T02:29:39 < mawk> if you lose or you win, they get their money back + interest 2018-11-09T02:29:55 < jadew> no, I mean with multiplicative leverage 2018-11-09T02:29:57 < mawk> kraken does the loan for you from banks I think, or maybe from their own funds 2018-11-09T02:29:59 < jadew> if you win, who pays? 2018-11-09T02:30:41 < mawk> nobody really pays, it's just that the drop in price is your payoff 2018-11-09T02:30:54 < mawk> you sold at a higher price than you bought back, you can keep the difference 2018-11-09T02:31:04 < mawk> the money is created from whatever made that fluctuation happen 2018-11-09T02:31:29 < jadew> but you said you'd use less money for that, and only the winnings and the losses get multiplied 2018-11-09T02:32:01 < jadew> I probably have to start reading on it 2018-11-09T02:32:12 < mawk> yeah it's just a mechanism that allows you to borrow more money that is currently on your account 2018-11-09T02:32:23 < jadew> I see 2018-11-09T02:32:31 < mawk> but at the time t=0 when you make the loan, if you just bought immediately all the btc you sold with the loan money no money would have been lost 2018-11-09T02:32:39 < mawk> so that loan of more than your collateral is allowed 2018-11-09T02:33:13 < mawk> and your positions will be liquidated when the losses from buying back the btc you sold are starting to get close to your collateral funds 2018-11-09T02:33:31 < mawk> https://support.kraken.com/hc/en-us/articles/203053106-Explanation-of-leveraged-trading 2018-11-09T02:33:51 < jadew> thanks 2018-11-09T02:35:04 < mawk> you can start playing with little amounts, and don't put more than you can afford to lose 2018-11-09T02:35:33 < mawk> and don't use your gas money, your family vacation money or the mortgage money or anything 2018-11-09T02:36:01 < jadew> was planning to start with the gas money 2018-11-09T02:36:28 < mawk> lol 2018-11-09T02:36:49 < jadew> I'll read a bit about it 2018-11-09T02:37:07 < jadew> I'll have to talk to my accountant first anyway, to make sure it's worth it from a tax perspective as well 2018-11-09T02:37:33 < mawk> if you feel naughty nobody can force you to declare that money 2018-11-09T02:37:40 < mawk> lots of stuff can be bought with bitcoin nowadays 2018-11-09T02:38:20 < jadew> surely kraken will spit out my name in 0.1 ms if someone asks "what Romanian customers do you have?" 2018-11-09T02:38:23 < mawk> lol 2018-11-09T02:38:45 < mawk> is bitcoin considered as a taxable good ? 2018-11-09T02:38:56 < mawk> I'm sure if you convert your gains to euros that would be taxable, but bitcoin I don't know 2018-11-09T02:39:04 < jadew> it's considered currency, so it might be extempt from some taxes, but I'm not 100% sure 2018-11-09T02:40:37 < mawk> if you want a fun fact, the time when your leverage losses start exceeding your collateral funds and the broker liquidates your position, it's called a margin call 2018-11-09T02:40:44 < mawk> like the movie 2018-11-09T02:41:14 < jadew> haven't seen it 2018-11-09T02:41:50 < jadew> netflix doesn't have it 2018-11-09T02:42:30 < mawk> https://www.imdb.com/title/tt1615147/ 2018-11-09T02:43:18 < jadew> added to watch list, thanks 2018-11-09T02:43:26 < mawk> I'm not sure if it's a good movie 2018-11-09T02:43:29 < mawk> I don't even remember it 2018-11-09T02:45:19 < karlp> do you get automatic margin loans with this kraken place? 2018-11-09T02:45:26 < karlp> nromally you have to apply for that specially... 2018-11-09T02:45:30 < mawk> yeah 2018-11-09T02:45:38 < mawk> you just have to have enough collateral on your account 2018-11-09T02:45:59 < mawk> so it's a safe loan for the investor 2018-11-09T02:46:12 < mawk> kraken holds the collateral, and the investor gets his interest rate 2018-11-09T02:46:19 < mawk> he can't lose anything 2018-11-09T02:46:38 < karlp> I haven't read the backlog yet actually :) 2018-11-09T02:46:58 < mawk> well you have to have your identity verified with kraken, for margin 2018-11-09T02:47:02 < mawk> but that's all 2018-11-09T02:47:04 < karlp> it just seemed odd to hear you apparently discussing margin trading, but having to discover the words for the field. 2018-11-09T02:47:34 < mawk> send your ID and proof of domiciliation 2018-11-09T02:48:06 < englishman> lol 2018-11-09T02:48:09 < englishman> leveraged buttcoin trading? 2018-11-09T02:48:19 < englishman> just buy some scratch tickets 2018-11-09T03:05:34 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T03:17:34 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T03:23:09 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T03:34:44 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-09T03:34:53 < Laurenceb124> autiste 2018-11-09T03:37:25 < Laurenceb124> He's dead, jim! 2018-11-09T03:37:32 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T03:37:35 < Laurenceb124> Chrome ran out of memory 2018-11-09T03:43:17 < Laurenceb124> https://www.bbc.co.uk/news/health-46118103 2018-11-09T03:43:24 < Laurenceb124> >The fertility rate in Niger, west Africa, is 7.1 2018-11-09T03:43:27 < Laurenceb124> the memes 2018-11-09T03:44:03 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T03:44:29 < jadew> the piramidal scheme of the socialist state is collapsing? 2018-11-09T03:44:54 < Laurenceb124> looks like it 2018-11-09T03:46:42 < Laurenceb124> >The reason developed countries need a fertility rate of 2.1 is because not all children survive to adulthood and babies are ever so slightly more likely to be male 2018-11-09T03:46:47 < Laurenceb124> incels vindicated 2018-11-09T03:46:54 < Laurenceb124> this article is highly problematic 2018-11-09T03:48:18 < jadew> "but head north-east to the Mediterranean island of Cyprus and women are having one child, on average, in a lifetime." 2018-11-09T03:48:56 < jadew> they're comparing Niger with Cyprus lol 2018-11-09T03:50:28 < jadew> it's good niger has such a high birth rate tho, they can come and continue to fuel the machine in Germany, UK, France 2018-11-09T03:52:15 < jadew> you know what the problem is? 2018-11-09T03:52:51 < Laurenceb124> they are literal Nigers 2018-11-09T03:53:08 < Laurenceb124> its not racist cuz its the country they come from 2018-11-09T03:53:25 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T03:53:30 < jadew> the problem is that this decline in fertility, is actually a problem in the way countries work, while at the same time being a completely normal thing 2018-11-09T03:53:51 < jadew> so instead of adapting to normality, governments will try to fix it 2018-11-09T03:55:44 < jadew> how do you go from "we're going to take a lot of money from you and will give them back to you when you're old" to "you don't have to pay for the pension fund anymore, you're on your own" 2018-11-09T03:58:12 < jadew> this would be no problem if you didn't have a lot of people relying on the working class 2018-11-09T03:58:46 < jadew> in fact, it would even go great with the automatization 2018-11-09T04:03:52 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T04:04:11 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T04:11:07 < catphish> repetitive PCBs are fun https://i.imgur.com/ZZrSIyX.png 2018-11-09T04:24:03 < bitmask> anyone have experience providing power through neodymium magnets 2018-11-09T04:33:00 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T04:37:38 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T04:40:40 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2018-11-09T04:42:55 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T04:44:05 < Laurenceb124> 316 stainless drilled successfully 2018-11-09T04:44:08 < Laurenceb124> thanks kakimir 2018-11-09T04:44:33 < Laurenceb124> got cobalt hss bits and use electric screwdriver with low speed and lots of oil 2018-11-09T04:49:43 < Laurenceb124> takes crazy pressure to make it bite tho 2018-11-09T04:55:32 < sync> yes 2018-11-09T04:55:42 < sync> you cannot let go as well 2018-11-09T04:57:19 < Laurenceb124> nevar forget https://postimg.cc/TpQgxnw9 2018-11-09T04:57:31 < Laurenceb124> dat convective flow 2018-11-09T04:57:38 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T04:57:44 < Laurenceb124> looks like muh led lighting in multiphysics 2018-11-09T04:59:32 < Laurenceb124> https://postimg.cc/CBVs5SVH 2018-11-09T04:59:36 < Laurenceb124> what a time to be alive 2018-11-09T05:01:45 < Laurenceb124> https://postimg.cc/hzPhp58R 2018-11-09T05:02:15 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-09T05:04:22 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T05:15:07 < Laurenceb124> https://postimg.cc/fV9HRH9s 2018-11-09T05:17:40 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T05:20:46 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 246 seconds] 2018-11-09T05:23:04 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T05:25:56 -!- machinehum [~machinehu@ip-142-232-174-84.ptr.bcit.ca] has joined ##stm32 2018-11-09T05:37:39 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T05:43:57 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T05:49:02 -!- machinehum [~machinehu@ip-142-232-174-84.ptr.bcit.ca] has quit [Quit: WeeChat 1.4] 2018-11-09T05:57:26 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T05:59:53 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-09T06:13:09 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-09T06:43:22 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T06:44:34 < dongs> https://imgur.com/gallery/MXoFsiU 2018-11-09T06:50:32 -!- fc5dc9d4_ [~quassel@p5B3A81A7.dip0.t-ipconnect.de] has joined ##stm32 2018-11-09T06:54:13 -!- fc5dc9d4 [~quassel@p5B3A816A.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 2018-11-09T06:57:45 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T07:04:16 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T07:05:50 -!- benishor_ [~benny@79.116.210.245] has quit [Ping timeout: 244 seconds] 2018-11-09T07:17:45 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T07:24:04 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T07:25:52 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-09T07:37:49 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T07:39:45 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2018-11-09T07:44:19 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-09T07:44:24 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T07:47:07 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 240 seconds] 2018-11-09T07:47:13 -!- day__ is now known as day 2018-11-09T07:57:49 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T08:03:20 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-09T08:12:43 < englishman> how is your gaytracing video card speeding up goat simulator 2018-11-09T08:13:20 -!- marble_visions [~user@68.183.79.8] has quit [Quit: bye] 2018-11-09T08:13:25 < dongs> i dont know man im still looking for a fucking gaytracing demo 2018-11-09T08:13:31 < dongs> i found some shit that renders some fucking cubes and balls 2018-11-09T08:13:32 < dongs> at 400fps 2018-11-09T08:13:36 < dongs> with jaggy edges 2018-11-09T08:13:42 -!- marble_visions [~user@68.183.79.8] has joined ##stm32 2018-11-09T08:16:09 < englishman> like a direct x 5 demo 2018-11-09T08:18:03 < dongs> https://i.imgur.com/NoQJAKD.jpg some fucktard plastered some fucking gaymer control panel on top of it 2018-11-09T08:18:06 < dongs> but that was basically it 2018-11-09T08:20:11 < dongs> https://i.imgur.com/2eya6HC.png there found a non-fagged pic 2018-11-09T08:24:57 < englishman> wow technology 2018-11-09T08:25:02 < dongs> rite??? 2018-11-09T08:25:20 < dongs> i think i saw this scene on my SGI iris something or other purple box in like 1995 2018-11-09T08:25:43 < dongs> no, indy 2018-11-09T08:26:01 < dongs> https://en.wikipedia.org/wiki/SGI_Indy 2018-11-09T08:26:09 < dongs> lmao 100mhz 2018-11-09T08:26:11 < dongs> damn 2018-11-09T08:26:39 < englishman> pretty sure it's a level in the popular Wii game BOOM BLOX 2018-11-09T08:28:35 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2018-11-09T08:28:58 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T08:29:40 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T08:30:02 -!- jadew` [~razvan@188.25.248.24] has joined ##stm32 2018-11-09T08:31:36 -!- jadew [~razvan@unaffiliated/jadew] has quit [Ping timeout: 260 seconds] 2018-11-09T08:35:55 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-09T08:36:44 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-09T08:43:48 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T08:48:30 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2018-11-09T08:50:46 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-09T08:55:52 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-09T08:57:53 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T09:04:09 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T09:12:12 < englishman> did i mention samtec is a useless company 2018-11-09T09:12:29 < englishman> far too risky to trust your money with 2018-11-09T09:17:55 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T09:23:25 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T09:26:16 -!- sterna [~Adium@176.12.107.132] has joined ##stm32 2018-11-09T09:27:38 < qyx> morning pro EEs 2018-11-09T09:29:00 < jpa-> morning pro qyx 2018-11-09T09:29:54 < englishman> morning pro lora users and also pro lorawan users 2018-11-09T09:32:15 < qyx> yeah, axsem was a very bad step in my life 2018-11-09T09:33:08 < englishman> i feel you brother 2018-11-09T09:34:55 -!- Thorn [~Thorn@unaffiliated/thorn] has joined ##stm32 2018-11-09T09:37:30 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-09T09:37:54 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T09:42:22 < qyx> englishman: but as you may have seen, lorawan is hated for its inmaturity 2018-11-09T09:43:54 < qyx> people say it should not have expanded so much 2018-11-09T09:44:19 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T09:48:02 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-09T09:57:57 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T10:03:33 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T10:07:15 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T10:16:39 < jadew`> I'm trying to buy some enclosures from china and the chick I'm talking to keeps asking for a 3D render of the board, even tho I told them I'll make the board based on the enclosure :/ 2018-11-09T10:17:19 < jadew`> it's such an odd request 2018-11-09T10:17:31 < jadew`> I already told her my constraints and requirements 2018-11-09T10:18:49 < jadew`> my question was "how many do I have to buy so you can drill and paint them" 2018-11-09T10:20:29 < jadew`> I guess she didn't understand 2018-11-09T10:21:27 < jadew`> (probably didn't understand the requirements so she's hoping to get a better idea by looking at the board) 2018-11-09T10:26:20 -!- benishor [~benny@188.24.182.41] has joined ##stm32 2018-11-09T10:26:25 < dongs> rip zyp https://www.navytimes.com/news/your-navy/2018/11/08/heres-the-latest-on-the-norwegian-frigate-that-was-rammed-by-an-oil-tanker/ 2018-11-09T10:28:01 < qyx> nobody died 2018-11-09T10:28:49 < qyx> but there was a police raid in the jpa-land 2018-11-09T10:28:51 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T10:29:31 < qyx> on a island owned by a russian man 2018-11-09T10:30:03 < qyx> old news though 2018-11-09T10:30:05 < qyx> https://www.nytimes.com/2018/10/31/world/europe/sakkiluoto-finland-russian-military.html 2018-11-09T10:30:54 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T10:36:34 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T10:37:57 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T10:40:51 < Thorn> what about using lora w/o lorawan instead of fsk or whatever is used by nrf24l01+, cc1101 and the rest? 2018-11-09T10:41:00 < Thorn> is it still deficient 2018-11-09T10:44:11 < qyx> the hate was from a dash7 presentation guy 2018-11-09T10:44:15 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T10:44:18 < qyx> he says lora is ok, lorawan no 2018-11-09T10:44:41 < zyp> dongs, yeah, that shit were all over the news yesterday 2018-11-09T10:44:50 < qyx> *ship 2018-11-09T10:45:22 < zyp> the pics aren't very updated though, it flipped more over later in the day 2018-11-09T10:46:06 < zyp> https://www.nrk.no/hordaland/direkte_-folg-bergingen-av-milliardskipet-etter-fregattulykken-1.14285998 <- there's a live stream of it here 2018-11-09T10:47:50 < zyp> shitty angle at the moment though, it's mostly hidden behind another boat 2018-11-09T10:47:56 < qyx> the tanker ship is gone now? 2018-11-09T10:48:17 < zyp> idk where the tanker is, it didn't get significantly damaged 2018-11-09T10:49:39 < zyp> https://www.marinetraffic.com/no/ais/home/shipid:4889976/zoom:14 <- looks like they just parked it some kilometers away 2018-11-09T10:51:09 < qyx> once I wanted to build an AIS receiver 2018-11-09T10:51:18 < qyx> then I realized there is no sea 2018-11-09T10:51:34 < qyx> Haohmaru: right 2018-11-09T10:51:51 < zyp> better build an ADS-B receiver then 2018-11-09T10:52:36 < qyx> yeah 2018-11-09T10:53:50 < qyx> interesting, ships on Donau are on the marinetraffic map too 2018-11-09T10:54:30 < qyx> or Danube 2018-11-09T10:56:28 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-09T10:58:01 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T10:59:59 < dongs> wtf is danube 2018-11-09T11:01:53 * day recommends Danuvius from audiomachine https://www.youtube.com/watch%3Fv%3DBLFe2VSVI3Y 2018-11-09T11:02:18 < day> by* 2018-11-09T11:02:55 < dongs> https://www.youtube.com/watch?v=BLFe2VSVI3Y you should try failing to link less 2018-11-09T11:04:36 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T11:12:30 < Steffanx> Poor day. And Haohmaru 2018-11-09T11:14:34 -!- cjbaird [~cjb@124-169-142-2.dyn.iinet.net.au] has joined ##stm32 2018-11-09T11:16:15 -!- cjbaird [~cjb@124-169-142-2.dyn.iinet.net.au] has quit [Client Quit] 2018-11-09T11:17:59 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T11:24:24 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T11:24:32 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 250 seconds] 2018-11-09T11:38:03 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T11:44:46 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T11:54:23 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-09T11:58:05 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T12:03:28 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T12:10:48 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T12:11:39 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-09T12:17:13 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T12:18:05 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T12:24:21 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T12:27:10 -!- sterna [~Adium@176.12.107.132] has quit [Quit: Leaving.] 2018-11-09T12:30:58 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T12:34:30 < Steffanx> Are you alright, con3? 2018-11-09T12:37:28 -!- mitrax [mitrax@lfbn-ncy-1-325-94.w83-196.abo.wanadoo.fr] has joined ##stm32 2018-11-09T12:37:33 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T12:38:06 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T12:40:10 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-09T12:44:42 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T12:51:10 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T12:57:55 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T12:59:16 -!- Chris_M [~Chris_M@121.45.253.70] has joined ##stm32 2018-11-09T13:16:30 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 268 seconds] 2018-11-09T13:19:38 -!- Thorn [~Thorn@unaffiliated/thorn] has quit [Ping timeout: 245 seconds] 2018-11-09T13:24:19 < qyx> what did moisture and dust to alu caps https://i.imgur.com/6YYxOJZ.jpg 2018-11-09T13:25:14 < qyx> also, one mmcx broken 2018-11-09T13:25:16 < qyx> stm32 unharmed 2018-11-09T13:34:36 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-09T14:07:26 < marble_visions> qyx: is that a quectel at the back? 2018-11-09T14:08:17 < qyx> yes 2018-11-09T14:22:41 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T14:24:07 < karlp> is quectel ~same or better/different than telit modules? or just easier to buy in small quantities? 2018-11-09T14:28:16 < zyp> hey, did everybody miss this, or just me? https://www.st.com/content/st_com/en/about/media-center/press-item.html/p4087.html 2018-11-09T14:29:22 < zyp> (apparently the news is a few weeks old) 2018-11-09T14:29:25 < karlp> just you 2018-11-09T14:29:31 < karlp> we spoke about it a little bit here 2018-11-09T14:29:31 < zyp> aww :( 2018-11-09T14:29:45 < zyp> what's the verdict? 2018-11-09T14:29:57 < karlp> "who cares" 2018-11-09T14:30:08 < karlp> armv8 doesn't bring much to the table for most of us. 2018-11-09T14:30:38 < karlp> I'm more interested in the new l4s with less flash/ram/smalelr packages 2018-11-09T14:32:32 < zyp> I guess all the hardware crypto shit they're talking about might make it unobtanium anyway 2018-11-09T14:33:36 < karlp> I mean, it's an l4, with atmv8 trustzone shits, and possibly newer usbc pd stuff. 2018-11-09T14:35:24 < qyx> the crypto would be interesting if it was able to store ecc keys and do ecc stuff on them 2018-11-09T14:35:32 < qyx> but I haven't investigated it further 2018-11-09T14:36:15 < zyp> doesn't seem to do much async crypto at all 2018-11-09T14:36:43 < zyp> but that's ok, you can do ECC in software to negotiate the AES key 2018-11-09T14:37:13 < qyx> yes but the whole purpose is void then 2018-11-09T14:37:59 < zyp> what purpose? 2018-11-09T14:38:32 < zyp> the purpose of hardware crypto is to speed up stuff vs doing it in software 2018-11-09T14:39:10 < qyx> I mean the key storage part, not the hw acceleration 2018-11-09T14:39:48 < qyx> ie. to be able to store private ecc keys securely in a hardware protected box 2018-11-09T14:40:15 < qyx> to protect them fromt he attacker and/or modified software 2018-11-09T14:40:31 < qyx> like smartcards do 2018-11-09T14:42:15 < qyx> otherwise there is no added value 2018-11-09T14:43:12 < qyx> you can do AKE in aoftware and then use hw asisted AES even without it 2018-11-09T14:44:27 < zyp> hmm 2018-11-09T14:44:40 < zyp> actually, seems like the PKA stuff is actually some ECC 2018-11-09T14:45:29 < marble_visions> microchip has announced similar chips with cortex-m23 2018-11-09T14:45:37 < marble_visions> trustzone sounds cool 2018-11-09T14:46:26 < marble_visions> i think this implementation of trustzone for deep embedded is like a fancy memory protection unit 2018-11-09T14:47:40 < zyp> the stm32wb (which also has PKA) datasheet says "Elliptic curves over prime field scalar multiplication, ECDSA signature, ECDSA 2018-11-09T14:47:43 < zyp> verification with maximum modulo size of 521 bits" 2018-11-09T14:48:18 < zyp> so it sounds like it's actually configurable for multiple curves as well, not locked to a particular one 2018-11-09T14:49:33 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T14:49:50 < qyx> reading the trustzone resources 2018-11-09T14:49:55 < qyx> sounds complicated to me 2018-11-09T14:50:33 < karlp> security by complications 2018-11-09T14:50:59 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T14:57:06 < qyx> ok, so to resume it all, it will be NDA'ed probably, there are minimum resources available and nobody will know how to use it properly 2018-11-09T14:57:40 < qyx> and it adds another layer of complexity to things 2018-11-09T14:57:42 < qyx> so fukit 2018-11-09T14:59:21 < qyx> no manufacturer is able to do a MCU with a fucking simple ATECC508-like peripheral with decent documentation in 2018 2018-11-09T15:06:53 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-09T15:07:00 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Read error: No route to host] 2018-11-09T15:07:20 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T15:07:52 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 264 seconds] 2018-11-09T15:07:52 -!- [1]MrMobius is now known as MrMobius 2018-11-09T15:12:58 -!- Thorn [~Thorn@unaffiliated/thorn] has joined ##stm32 2018-11-09T15:26:20 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-09T15:33:55 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Read error: Connection reset by peer] 2018-11-09T15:34:15 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T15:39:37 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T15:40:10 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T16:00:24 < marble_visions> qyx: indeed arm-sourced trustzone information is messy 2018-11-09T16:15:07 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-09T16:26:16 < englishman> >a decommissioned military landing craft that has been converted into a sauna 2018-11-09T16:26:26 < englishman> definitely not out of the ordinary in finland 2018-11-09T16:29:37 < dongs> that sounds pretty awesome anyway. 2018-11-09T16:51:27 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-09T16:51:40 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T16:52:13 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T17:03:10 < dongs> chomper 2018-11-09T17:05:03 < Steffanx> GET TO* 2018-11-09T17:08:43 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T17:13:08 < karlp> Haohmaru: why so? it's just FM+ or something. 2018-11-09T17:13:25 < karlp> 100k is shitty old, 400k is common, 1Mhz is the new cool 2018-11-09T17:43:26 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 260 seconds] 2018-11-09T17:46:15 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-09T17:46:45 < bitmask> alright, bought some silicone caulk. time to see if my idea will work 2018-11-09T17:53:13 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-09T17:55:20 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-09T17:57:43 -!- khazi [~khazi@157.45.233.129] has joined ##stm32 2018-11-09T18:08:56 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-09T18:09:35 < mawk> I plugged my li-ion battery backwards on a board 2018-11-09T18:09:42 < mawk> the boost converter started to smoke 2018-11-09T18:09:58 < mawk> at least it's not the battery that started to smoke 2018-11-09T18:11:23 < Steffanx> :D 2018-11-09T18:12:40 -!- ReadErr [readerror@very.legit.website] has quit [Ping timeout: 264 seconds] 2018-11-09T18:13:37 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-09T18:28:13 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-09T18:29:04 -!- Guest29530 is now known as malinus 2018-11-09T18:29:13 -!- malinus [~malinus@185.53.129.20] has quit [Changing host] 2018-11-09T18:29:13 -!- malinus [~malinus@unaffiliated/malinus] has joined ##stm32 2018-11-09T18:32:16 -!- khazi [~khazi@157.45.233.129] has quit [Quit: Quit] 2018-11-09T18:32:43 -!- khazi [~khazi@157.45.233.129] has joined ##stm32 2018-11-09T18:46:49 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-09T18:53:20 < kakimir> can I alias variables somehow for just a certain period in code? 2018-11-09T18:53:33 < kakimir> I recycle variables 2018-11-09T18:53:45 < Steffanx> Define / undef? :p 2018-11-09T18:53:52 < jpa-> make a new scope with {}? 2018-11-09T18:53:53 < Steffanx> Pointers? 2018-11-09T18:53:54 < jpa-> or use rust :P 2018-11-09T18:54:08 < Steffanx> Or that 2018-11-09T18:54:14 < Steffanx> Or dont bother 2018-11-09T18:54:22 < Steffanx> Welcome jpa- 2018-11-09T18:54:37 < jpa-> welcome steffie 2018-11-09T18:56:13 < Steffanx> Ty 2018-11-09T18:57:03 < jpa-> i've spent all day sorting through git log, formatting patches to be sent to nuttx :P 2018-11-09T18:57:10 < englishman> are you having a sauna in your converted military equipment 2018-11-09T18:58:17 < kakimir> sauna mentioned 2018-11-09T18:58:39 < kakimir> build a sauna 2018-11-09T18:59:19 < Steffanx> Id get an old car and some heater 2018-11-09T18:59:24 < englishman> 100mm diameter laser beam power detector 2018-11-09T18:59:29 < englishman> wtf uses 100mm diameter lasers 2018-11-09T18:59:31 < Steffanx> Easy sauna 2018-11-09T18:59:48 < englishman> 12kW detection capability 2018-11-09T18:59:51 < BrainDamage> build a sauna to invite friends, have nobody to invite 2018-11-09T19:00:04 < BrainDamage> what's the min intensity it can detect? 2018-11-09T19:00:21 < Amun_Ra> if you have a problem use rust, now you have two problems… ;> 2018-11-09T19:00:24 < englishman> good question 2018-11-09T19:00:35 < kakimir> englishman: sauna 2018-11-09T19:00:43 < kakimir> when 2018-11-09T19:01:23 < BrainDamage> I have a geiger counter so insensitive I've shoved it in a box with a battery and a led with a label "nuclear blast detector" 2018-11-09T19:01:42 < BrainDamage> it warns you when an atomic bomb explodes few hundred meters away from your house 2018-11-09T19:01:55 < englishman> 300w minimum 2018-11-09T19:02:00 < englishman> 10w noise 2018-11-09T19:02:34 < englishman> 16 kw / cm^2 max density 2018-11-09T19:03:46 < englishman> detectors available up to 100kW and 40x40cm beamsize 2018-11-09T19:04:18 < BrainDamage> to know whenever you're being targeted by an anti-icbm laser 2018-11-09T19:05:18 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 252 seconds] 2018-11-09T19:06:08 < kakimir> you know 2018-11-09T19:06:18 < kakimir> there is nuclear-event sensors 2018-11-09T19:06:35 < kakimir> right of the shelfs of your favourite distributor 2018-11-09T19:07:10 < kakimir> so interesting that there is products to detect apocalypse 2018-11-09T19:07:39 < BrainDamage> https://en.wikipedia.org/wiki/Bhangmeter 2018-11-09T19:09:51 < englishman> i wonder if there are any satellite-based seismometers 2018-11-09T19:11:41 < kakimir> I think some satellites can detect ground stations in accuracy of millimeters 2018-11-09T19:12:03 < kakimir> but idk if those can detect ground or water in such accuracy 2018-11-09T19:12:53 < qyx> idk, when I grow up, I will make a seismometer 2018-11-09T19:13:57 < BrainDamage> "when I grow up, I want to be a gravitational detector" 2018-11-09T19:15:11 < qyx> you mean jumping off a cliff? 2018-11-09T19:16:07 < BrainDamage> tried that, apparently I suck at it as well 2018-11-09T19:17:22 -!- boB_K7IQ [~boBK7IQ@73.109.63.133] has joined ##stm32 2018-11-09T19:17:26 -!- ekaOlogik [~quassel@p54944C30.dip0.t-ipconnect.de] has joined ##stm32 2018-11-09T19:24:41 < englishman> wow $200 toasters from italy 2018-11-09T19:24:58 < englishman> is this what i have become 2018-11-09T19:26:17 < BrainDamage> toasters are overpriced as fuck here 2018-11-09T19:26:25 < BrainDamage> and even crap in tech compared to the world 2018-11-09T19:26:36 < englishman> what is the best toaster 2018-11-09T19:26:49 < sync> BrainDamage: it's funny because I expected the bhangmeter to be exactly this setup when it was still classified 2018-11-09T19:47:44 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-09T19:55:12 -!- gnom [~aleksande@178.150.7.153] has quit [Quit: leaving] 2018-11-09T19:55:27 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2018-11-09T19:55:39 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-09T19:57:02 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T20:09:09 -!- khazi [~khazi@157.45.233.129] has quit [Remote host closed the connection] 2018-11-09T20:13:48 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-09T20:15:35 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-09T20:22:38 < invzim> PROS 2018-11-09T20:22:54 < invzim> any way to include a fiducial in the pickandplace file, but not the actual BOM? 2018-11-09T20:22:59 < invzim> (altium) 2018-11-09T20:24:10 < englishman> yes 2018-11-09T20:25:24 < englishman> no 2018-11-09T20:25:25 < englishman> i forget 2018-11-09T20:27:47 < invzim> local hackerspace has a nice pnp, but not a proper reflow oven for some reason 2018-11-09T20:28:09 < englishman> pix 2018-11-09T20:28:23 < invzim> software didn't look too shabby either (vision placer) 2018-11-09T20:28:49 < invzim> https://www.smallsmt.biz/vp2500hpcl32-pnp-machine/ 2018-11-09T20:29:01 < sync> > smallsmz 2018-11-09T20:29:03 < sync> > nice 2018-11-09T20:29:06 < sync> pls 2018-11-09T20:29:17 < invzim> has a 'tray' thingie for cut tape too 2018-11-09T20:29:23 < englishman> ah yeah that guy 2018-11-09T20:29:52 < antto> dell U2413 for about 190euro, 2nd hand.. should i grab it? 2018-11-09T20:30:27 < antto> i think it doesn't tilt tho 2018-11-09T20:30:29 < englishman> wheres the PC 2018-11-09T20:30:33 < englishman> on that dicknplace 2018-11-09T20:30:35 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-09T20:30:40 < invzim> don't think I would go back to 24" 2018-11-09T20:30:59 < invzim> had a benq gw2765 for some time now and really like it 2018-11-09T20:31:43 < sync> antto: yes 2018-11-09T20:31:52 < sync> I find 27" to be too big 2018-11-09T20:31:56 < sync> you get too much whiplash 2018-11-09T20:32:08 < Steffanx> but no 4k 2018-11-09T20:32:26 < englishman> 2413 is the one with nice backlight too right 2018-11-09T20:32:31 < Steffanx> you can count the pixels. 2018-11-09T20:32:31 < antto> the pixel pitch is perfect.. i don't want turbo HD 2018-11-09T20:32:50 < antto> i just want bigger resolution 2018-11-09T20:32:55 < antto> and IPS 2018-11-09T20:32:57 < englishman> yes get it 2018-11-09T20:33:04 < sync> turbo HD is best HD tho 2018-11-09T20:33:16 < englishman> ive had my 2415s for 3 years no problems 2018-11-09T20:33:20 < Steffanx> you disappoint me sync. first you only want the best of the best, and then you settle for just good enough. 2018-11-09T20:33:35 < antto> oh, and decent view angle.. coz these TFTs sux 2018-11-09T20:33:36 < Steffanx> thats not how it works 2018-11-09T20:34:42 < sync> well yeah Steffanx, I would not get anything sub UHD now 2018-11-09T20:35:52 < invzim> pnp files, imperial/metric/doesn't matter? 2018-11-09T20:36:01 < englishman> metric or gtfo 2018-11-09T20:36:32 < invzim> rounding annoyance in altium, 0,xx metric is not 0,yy imperial 2018-11-09T20:36:50 < englishman> only time i see imperial dicknplace files is some greybeard using PADS or proteus or something awful 2018-11-09T20:37:43 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T20:38:14 < englishman> what rounding annoyance 2018-11-09T20:38:23 < englishman> 0.01mm is 25x more precise than 0.01" 2018-11-09T20:39:38 < invzim> placed second fiducial at 0,nn metric switch to imperical and it's not 0,mm - it's 0.something 2018-11-09T20:48:51 < englishman> wut 2018-11-09T20:50:51 < qyx> ordering from seeed, hopefully it comes before christmas 2018-11-09T20:58:08 < Steffanx> Good luck. 2018-11-09T20:58:49 < englishman> steffy 2018-11-09T20:58:55 < englishman> how is my favourite IRC grandpapa 2018-11-09T20:59:24 < Steffanx> idk. where is emeb? 2018-11-09T21:01:16 < kakimir> hello 2018-11-09T21:05:06 < malinus> halluu 2018-11-09T21:07:16 < kakimir> accurate artist representation of papa stef https://alchetron.com/cdn/papa-smurf-9e77f1d9-b0d2-4c5e-961c-d307bac6014-resize-750.jpeg 2018-11-09T21:10:22 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Read error: Connection reset by peer] 2018-11-09T21:11:47 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-09T21:16:43 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Quit: Leaving] 2018-11-09T21:35:23 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 268 seconds] 2018-11-09T21:39:40 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-09T21:43:08 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-09T21:46:09 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T21:47:16 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 260 seconds] 2018-11-09T21:51:24 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-09T21:51:58 -!- boB_K7IQ [~boBK7IQ@73.109.63.133] has quit [Ping timeout: 272 seconds] 2018-11-09T21:52:05 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-09T22:02:35 < kakimir> I need 4k display 2018-11-09T22:03:08 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 268 seconds] 2018-11-09T22:03:09 < kakimir> my comments are hundreds of characters long 2018-11-09T22:03:17 < qyx> > buy now < 2018-11-09T22:06:36 < Steffanx> you need at least 2 2018-11-09T22:07:01 < kakimir> I need ultrawide 2018-11-09T22:07:03 < kakimir> 360 2018-11-09T22:07:10 < Steffanx> 360 lol 2018-11-09T22:07:32 < englishman> kaks 2018-11-09T22:07:34 < englishman> https://i.imgur.com/sEUYAkv.png 2018-11-09T22:07:37 < englishman> get this 2018-11-09T22:07:47 < kakimir> few years and we probs see something like 180 displays 2018-11-09T22:11:45 < kakimir> no small monitors 2018-11-09T22:11:47 < kakimir> only big 2018-11-09T22:12:30 < kakimir> but I actually have perfectly fine SX2262W 2018-11-09T22:12:33 < kakimir> https://www.eizo.com/products/flexscan/sx2262w/ 2018-11-09T22:12:41 < kakimir> should just take it out of storage 2018-11-09T22:12:48 < Steffanx> The tiny screen resolution is probably higher than that of your big screens 2018-11-09T22:12:55 < Steffanx> probably = fore sure. 2018-11-09T22:12:58 < Steffanx> *-e 2018-11-09T22:13:01 < kakimir> weight of that thing is like 12kg 2018-11-09T22:13:22 < kakimir> Net Weight9.6 kg / 23.6 lbs 2018-11-09T22:13:23 < kakimir> close 2018-11-09T22:15:06 < kakimir> weird situation 2018-11-09T22:15:08 < kakimir> I have money 2018-11-09T22:15:17 < Steffanx> damned money. 2018-11-09T22:15:17 < kakimir> just checked my bank account 2018-11-09T22:15:21 < kakimir> solid money there 2018-11-09T22:15:31 < Steffanx> does it feel like a burden? 2018-11-09T22:17:06 < kakimir> no 2018-11-09T22:17:09 < qyx> do you have more money than you can handle? 2018-11-09T22:18:08 < Steffanx> how many stroopwaffles do i ship this time kakimir ? :P 2018-11-09T22:18:33 < kakimir> don't 2018-11-09T22:18:34 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 272 seconds] 2018-11-09T22:18:36 < kakimir> please 2018-11-09T22:19:06 < Steffanx> awh 2018-11-09T22:19:34 < kakimir> not to offend you but I'm one stroopwaffle away from diabetus 2018-11-09T22:19:51 < Ultrasauce> my stroopwaffel shipment is overdue tbh 2018-11-09T22:19:58 < Steffanx> You're doing it wrong kakimir 2018-11-09T22:20:02 < kakimir> and one consumption unit is 10stroopwaffles 2018-11-09T22:21:19 < Steffanx> hmm i never got the payment then Ultrasauce :P 2018-11-09T22:23:37 < englishman> This site can’t be reached 2018-11-09T22:23:37 < englishman> stroop.waffle.express’s server IP address could not be found. 2018-11-09T22:24:09 < Steffanx> There is no website for waffle.express, sorry. 2018-11-09T22:24:12 < Steffanx> Just email. 2018-11-09T22:24:28 < englishman> stroop@waffel.express ? 2018-11-09T22:24:31 < Steffanx> yessir 2018-11-09T22:24:34 < Steffanx> no 2018-11-09T22:24:36 < Steffanx> waffle 2018-11-09T22:24:43 < englishman> stroop@waffle.express 2018-11-09T22:24:55 < Steffanx> That looks about right 2018-11-09T22:25:07 < kakimir> I should send you reindeer though Steffanx 2018-11-09T22:25:16 < Steffanx> no 2018-11-09T22:25:32 < kakimir> I owe you one.. decided when I had moneh I would send you reindeer 2018-11-09T22:25:32 < Steffanx> That sounds like something that isnt cooked or baked or whatever. 2018-11-09T22:26:04 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-09T22:27:31 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-09T22:28:41 < Ultrasauce> roasted over an open fire started with kossu 2018-11-09T22:28:47 < kakimir> yes 2018-11-09T22:29:06 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-09T22:29:07 -!- [1]MrMobius is now known as MrMobius 2018-11-09T22:29:24 < kakimir> do you drink alcohol Steffanx? 2018-11-09T22:29:35 < Steffanx> sometimes 2018-11-09T22:33:37 < kakimir> <10v%, >10v% or higher? 2018-11-09T22:33:58 < kakimir> I think I asked before 2018-11-09T22:34:30 < zyp> does it matter? 2018-11-09T22:34:40 < Steffanx> mainly <, but .. every bottle will be emptied once. 2018-11-09T22:44:09 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-09T22:53:47 < kakimir> my back hurts 2018-11-09T22:54:10 < kakimir> only if I could code in comfortable position 2018-11-09T22:55:12 < Steffanx> you should excercise more kakimir. train this back. 2018-11-09T22:55:19 < Steffanx> then diabetus isnt an issue either 2018-11-09T22:55:28 -!- sterna [~Adium@83.226.226.55] has joined ##stm32 2018-11-09T23:00:31 < englishman> https://www.etsy.com/listing/539368900/bed-phone-holder-bed-phone-stand-tall 2018-11-09T23:01:17 < kakimir> englishman: that is not working position 2018-11-09T23:03:10 < englishman> "don't you people have phones" 2018-11-09T23:03:11 < englishman> https://i.imgur.com/rizBwmk.jpg 2018-11-09T23:07:24 < qyx> whats atvi 2018-11-09T23:07:34 < qyx> some coin? 2018-11-09T23:08:56 < englishman> activision 2018-11-09T23:09:06 < englishman> and they bought that game on alibaba 2018-11-09T23:09:25 < Steffanx> Why is activision dying? 2018-11-09T23:09:31 < Steffanx> ah that 2018-11-09T23:13:22 -!- sterna1 [~Adium@c-37e2e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-09T23:13:23 -!- sterna [~Adium@83.226.226.55] has quit [Read error: Connection reset by peer] 2018-11-09T23:14:47 < Steffanx> hedde? 2018-11-09T23:18:18 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-09T23:19:42 < Steffanx> Just watched Outlaw King on Netflix. Its a nice ##stm32 movie. Chris Pine dick, titties and bloody 2018-11-09T23:23:03 < englishman> never heard of that type of tree 2018-11-09T23:29:54 < Steffanx> Captain Kirk. 2018-11-09T23:39:53 < malinus> Steffanx: the first fighting sword fight scene was so cringy. I know it's a movie, but come on... 2018-11-09T23:40:13 < Steffanx> Yeah 2018-11-09T23:40:17 < Steffanx> True 2018-11-09T23:43:12 < qyx> so I am going to try that hyperbus DRAM on L4+ 2018-11-09T23:43:19 < qyx> wish me luck 2018-11-09T23:44:22 < Steffanx> That hyperbus dram? 2018-11-09T23:44:41 < qyx> L4+ has a octospi/hyperbus interface 2018-11-09T23:45:00 < qyx> see S27KL064 for example 2018-11-09T23:45:10 < qyx> and S25FL128 2018-11-09T23:45:19 < Steffanx> Hm 2018-11-09T23:45:25 < qyx> (reading from my notes, I selected those parts some time ago) 2018-11-09T23:49:10 < malinus> qyx: what kind of application do you need fast DRAM for on a m4 mcu? 2018-11-09T23:51:05 < qyx> some on-site data processing of sampled data 2018-11-09T23:51:28 < qyx> but now it is only for playing 2018-11-09T23:52:04 < qyx> 640K on L4+ should probably suffice, as mr. Gates said 2018-11-09T23:55:32 < Steffanx> Which he never did 2018-11-09T23:56:10 < qyx> idk 2018-11-09T23:56:48 < malinus> qyx: what kind of processing, of what kind of data? 2018-11-09T23:57:40 < englishman> L4+ was not around in 1981 so there is no possible way he could have said that. --- Day changed Sat Nov 10 2018 2018-11-10T00:00:35 -!- boB_K7IQ [~boBK7IQ@73.109.60.215] has joined ##stm32 2018-11-10T00:14:42 < qyx> https://github.com/gkostka/lwext4 2018-11-10T00:14:45 < qyx> looks great 2018-11-10T00:16:39 < qyx> malinus: I have one use case sitting here longer (measuring direction of distant sounds, like acoustic cameras do) 2018-11-10T00:16:53 < qyx> but it would be part of a more generic platform 2018-11-10T00:26:03 < karlp> TIL that dxf dimension drawings doesn't imply a 3d model 2018-11-10T00:26:48 < sync> wat 2018-11-10T00:28:57 < karlp> wasn't what I expected, no. 2018-11-10T00:29:03 < sync> ok 2018-11-10T00:29:15 < sync> well, has to be the first time at some point 2018-11-10T00:29:20 < karlp> http://wiki.friendlyarm.com/wiki/index.php/NanoPi_Duo2#Dimensional_Diagram is a nice perfectly flatmodel. 2018-11-10T00:29:20 < sync> but yeah dxf is only 2d 2018-11-10T00:29:35 < karlp> I thought I was getting a nice 3d model. 2018-11-10T00:29:38 < karlp> not my world sorry :) 2018-11-10T00:30:29 < englishman> https://www.reddit.com/r/embedded/comments/9vourc/firmware_developer_position_in_san_francisco/ 2018-11-10T00:30:33 < englishman> looks legit 2018-11-10T00:38:09 -!- sterna1 [~Adium@c-37e2e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 252 seconds] 2018-11-10T00:43:00 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-10T00:45:45 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-10T00:46:16 < kakimir> how much it costs to live in SF? 2018-11-10T00:48:12 < kakimir> does continue in while loop - check while loops condition? 2018-11-10T00:48:33 < kakimir> before continuing from start of the loop 2018-11-10T00:51:38 < qyx> of course 2018-11-10T00:51:53 < qyx> in while () {} 2018-11-10T00:52:52 < qyx> in do {} while () too 2018-11-10T00:54:35 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-10T00:57:19 < kakimir> my first continue 2018-11-10T00:57:36 < kakimir> it is useful after all 2018-11-10T00:59:00 < kakimir> but I usually preffer cardhouses of cascading conditions 2018-11-10T00:59:43 < kakimir> hey I realized break is even better for what I used continue for 2018-11-10T01:00:11 < kakimir> because same condition in continue and while 2018-11-10T01:04:28 < kakimir> "the open sores mentality is not to create shit that works," 2018-11-10T01:04:36 < kakimir> "it's just to create shit." 2018-11-10T01:05:07 < BrainDamage> depends if your're making something for yourself, and then sharing it, or making something "for the others" 2018-11-10T01:09:27 < kakimir> http://www.tarduino.cc/2013/04/the-open-sores-mentality.html wisdom 2018-11-10T01:10:16 < kakimir> got to say that some core GNU software is pretty solid 2018-11-10T01:10:38 < kakimir> stuff made into final versions in 90's 2018-11-10T01:13:24 -!- ekaOlogik [~quassel@p54944C30.dip0.t-ipconnect.de] has quit [Read error: Connection reset by peer] 2018-11-10T01:31:25 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 252 seconds] 2018-11-10T01:35:59 < kakimir> are you a cat whisperer crt? 2018-11-10T01:39:40 < englishman> lol 2018-11-10T01:42:10 < Steffanx> He wishpers "the dogs" a lot. does that make him a dog whisperer? 2018-11-10T01:43:15 -!- Teeed [~teeed@vps.na1noc.pl] has quit [Ping timeout: 252 seconds] 2018-11-10T01:43:32 -!- Teeed [~teeed@vps.na1noc.pl] has joined ##stm32 2018-11-10T01:48:39 < bitmask> oh boy 2018-11-10T01:48:53 < bitmask> silicone is messy 2018-11-10T01:50:48 < kakimir> don't put it in there 2018-11-10T02:07:21 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T02:25:44 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-10T02:29:43 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-10T02:30:13 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T02:49:08 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Read error: Connection reset by peer] 2018-11-10T02:49:47 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-10T02:56:04 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2018-11-10T02:56:40 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-10T02:57:58 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-10T03:08:05 < englishman> it's all about the beans 2018-11-10T03:09:34 < kakimir> yes 2018-11-10T03:10:20 < kakimir> in tomate sauce 2018-11-10T03:29:27 < Laurenceb124> orbital sides 2018-11-10T03:29:28 < Laurenceb124> https://postimg.cc/PPZbqKtW 2018-11-10T03:32:51 < Laurenceb124> tfw https://postimg.cc/p9ypmXDw 2018-11-10T03:34:03 -!- boB_K7IQ [~boBK7IQ@73.109.60.215] has quit [Ping timeout: 252 seconds] 2018-11-10T03:44:27 < Laurenceb124> https://postimg.cc/1VzRfyVg 2018-11-10T03:44:49 < Laurenceb124> the memes 2018-11-10T03:45:42 < Laurenceb124> https://www.dailymail.co.uk/news/article-6370171/Three-transgender-women-mother-four-22-batter-man-central-London-station.html 2018-11-10T03:50:18 < Laurenceb124> no 2018-11-10T03:54:16 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T04:14:02 < Laurenceb124> this question time is epin 2018-11-10T04:20:58 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 244 seconds] 2018-11-10T04:24:06 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-10T04:25:51 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T04:37:18 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-10T04:52:38 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Read error: Connection reset by peer] 2018-11-10T05:09:12 -!- MrMobius is now known as [1]MrMobius 2018-11-10T05:11:58 -!- [1]MrMobius is now known as MrMobius 2018-11-10T05:18:46 -!- MrMobius is now known as [1]MrMobius 2018-11-10T05:19:28 -!- [1]MrMobius is now known as MrMobius 2018-11-10T05:21:23 -!- MrMobius is now known as [1]MrMobius 2018-11-10T05:21:43 -!- [1]MrMobius is now known as MrMobius 2018-11-10T05:27:21 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-10T05:57:56 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-10T06:28:00 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-10T06:34:27 -!- boB_K7IQ [~boBK7IQ@73.109.60.143] has joined ##stm32 2018-11-10T06:34:34 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-10T06:35:40 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-10T06:35:53 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 245 seconds] 2018-11-10T06:36:20 -!- BrainDamage_ is now known as BrainDamage 2018-11-10T06:40:12 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T06:43:15 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 252 seconds] 2018-11-10T06:44:07 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-10T06:49:29 -!- fc5dc9d4 [~quassel@p5B081661.dip0.t-ipconnect.de] has joined ##stm32 2018-11-10T06:53:23 -!- fc5dc9d4_ [~quassel@p5B3A81A7.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 2018-11-10T06:54:57 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-10T06:56:33 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 268 seconds] 2018-11-10T06:56:34 -!- BrainDamage_ is now known as BrainDamage 2018-11-10T07:24:30 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-10T07:39:10 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2018-11-10T07:39:45 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-10T07:43:05 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-10T07:46:40 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 272 seconds] 2018-11-10T07:46:44 -!- day__ is now known as day 2018-11-10T08:07:54 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T08:08:31 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 260 seconds] 2018-11-10T08:13:28 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-10T08:28:05 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T08:34:22 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-10T08:41:33 -!- Chris_M [~Chris_M@121.45.253.70] has quit [Read error: Connection reset by peer] 2018-11-10T08:41:57 -!- Chris_M [~Chris_M@121.45.253.70] has joined ##stm32 2018-11-10T08:44:13 -!- boB_K7IQ [~boBK7IQ@73.109.60.143] has quit [Ping timeout: 245 seconds] 2018-11-10T08:44:52 -!- boB_K7IQ [~boBK7IQ@73.109.60.251] has joined ##stm32 2018-11-10T08:55:43 -!- gnom [~aleksande@178.150.7.153] has quit [Quit: leaving] 2018-11-10T09:00:57 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2018-11-10T09:24:13 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-10T09:28:26 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-10T10:34:59 -!- sterna [~Adium@c-48b8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-10T10:37:32 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-10T10:49:58 -!- gnom [~aleksande@178.150.7.153] has quit [Quit: leaving] 2018-11-10T10:53:43 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T10:59:00 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-10T11:08:28 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T11:33:29 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2018-11-10T11:39:10 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-10T11:43:15 -!- khazi [~khazi@157.49.178.144] has joined ##stm32 2018-11-10T12:10:23 -!- DisruptiveNL [~Disruptiv@5ED42E60.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2018-11-10T12:22:47 < Steffanx> :) 2018-11-10T12:24:52 -!- sterna [~Adium@c-48b8d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 246 seconds] 2018-11-10T13:06:06 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T13:09:13 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 245 seconds] 2018-11-10T13:14:41 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 244 seconds] 2018-11-10T13:49:30 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-10T13:50:30 -!- khazi [~khazi@157.49.178.144] has quit [Quit: Quit] 2018-11-10T13:50:45 -!- Ik90 [~Ik90@157.49.178.144] has joined ##stm32 2018-11-10T13:52:18 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T13:52:56 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Client Quit] 2018-11-10T13:54:38 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:918c:64e0:8fbf:9290] has joined ##stm32 2018-11-10T14:00:12 -!- sterna [~Adium@2a02:aa1:1005:83fc:1c20:2247:9191:5170] has joined ##stm32 2018-11-10T14:01:18 -!- Ik90 [~Ik90@157.49.178.144] has quit [Ping timeout: 245 seconds] 2018-11-10T14:06:31 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T14:06:45 < BrainDamage> https://pbs.twimg.com/media/DrlExwsXgAAN2mq.jpg:large 2018-11-10T14:09:18 -!- Jak_o_Ombroj [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-10T14:10:41 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 268 seconds] 2018-11-10T14:14:13 < Steffanx> Ty BrainDamage 2018-11-10T14:14:52 < Streaker> Someone has never seen a rooftop garden 2018-11-10T14:15:30 < Steffanx> But this were fucking trees, Streaker 2018-11-10T14:16:17 < Steffanx> http://imgur.com/gallery/DUQpX7z 2018-11-10T14:17:01 < kakimir> too much tourists 2018-11-10T14:17:35 < kakimir> it's not like in travel show in tv where they clear the street for filming 2018-11-10T14:18:17 < Streaker> You guys don't know how to find the good stuff on the internet. 2018-11-10T14:18:27 < Streaker> Good stuff: https://www.liveleak.com/view?t=kb7Kw_1541803255 2018-11-10T14:18:37 < kakimir> nsfw? 2018-11-10T14:20:25 < Steffanx> Boring Streaker 2018-11-10T14:21:25 < Streaker> I know I'm boring. Did you enjoy the video? 2018-11-10T14:21:43 < Steffanx> Watched 3 seconds. Closed it 2018-11-10T14:26:02 < kakimir> saturday work doesn work 2018-11-10T14:26:47 < Steffanx> better not push yourself into a burnout kakimir :P 2018-11-10T14:29:28 < kakimir> I start to know my limits 2018-11-10T14:29:43 < kakimir> I have come to know my limits*? 2018-11-10T14:29:50 < dongs> fuck python 2018-11-10T14:29:53 < kakimir> indeed. 2018-11-10T14:32:55 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-10T14:35:07 < Steffanx> TRIGGGGGERED. 2018-11-10T14:35:43 < kakimir> how is innovation dongs? 2018-11-10T14:36:09 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-10T14:40:40 < kakimir> my code is at limits 2018-11-10T14:40:48 < kakimir> of comprehension 2018-11-10T14:42:25 < PeterM> does your code need more smas? 2018-11-10T14:42:55 < kakimir> now that doesn't make any sense PeterM 2018-11-10T14:44:00 < PeterM> sure, but either does your code? 2018-11-10T14:44:09 < kakimir> yes 2018-11-10T14:44:30 < kakimir> it just so broad 2018-11-10T14:45:50 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 268 seconds] 2018-11-10T14:48:14 < kakimir> the problem with larger programs is that I invent the architecture on the fly 2018-11-10T14:53:33 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-10T15:03:00 < kakimir> what libraries? 2018-11-10T15:03:06 < kakimir> stdlib.c? 2018-11-10T15:03:31 < kakimir> nah 2018-11-10T15:03:35 < kakimir> architecture is good 2018-11-10T15:03:38 < kakimir> I' 2018-11-10T15:03:46 < kakimir> I'm just chanllenged by it 2018-11-10T15:06:24 < kakimir> snus 2018-11-10T15:07:14 < kakimir> time to go> 2018-11-10T15:09:29 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-10T15:09:53 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 268 seconds] 2018-11-10T15:43:51 < kakimir> back 2018-11-10T15:44:07 < kakimir> is there anything like screen but for graphical programs? 2018-11-10T15:44:40 < kakimir> so I connect to remote and then mux graphical interface on that has been running there 2018-11-10T15:45:56 < kakimir> hmm xirssi 2018-11-10T15:47:07 < kakimir> it would be nice if screen -rd opened irssi normally 2018-11-10T15:48:10 < kakimir> but when using in lan there would be an option to launch program running on X on remote session that used irssi running in screen 2018-11-10T15:48:58 < Steffanx> pros use windows 2018-11-10T15:54:05 < kakimir> what is matrix? 2018-11-10T15:54:32 < kakimir> https://matrix.org 2018-11-10T15:55:07 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-10T16:01:24 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 250 seconds] 2018-11-10T16:03:17 < Steffanx> no clue, but with such ugly startup generator website website, i cant be bothered to know. 2018-11-10T16:05:40 < con3> Can't seem to find a damn enclosure that can hit my operating temp, without costing 3 butt loads 2018-11-10T16:09:47 < kakimir> operating temp? 2018-11-10T16:10:13 < kakimir> if it start smelling it's in it's operating temperature? 2018-11-10T16:11:19 < con3> kakimir: Found a few casings but their operating temps at about 60 degrees max, got a FET in there that's gonna be hooooot 2018-11-10T16:12:11 < con3> hmm.. recently bought one of these H7's as well. thought it would be good for learning the registers a bit better, twas a mistake. 2018-11-10T16:14:34 < kakimir> typical plastic reach T2 around 80 - 120C 2018-11-10T16:14:50 < kakimir> T2 as second glassing temperature 2018-11-10T16:19:01 < con3> kakimir: one sec, I'll link one of the stuff I was looking at. I don't know enough about enclosing electronics tbh 2018-11-10T16:19:16 < con3> http://storage-download.googleapis.com/spec/GW44429.pdf 2018-11-10T16:19:28 < dongs> < Steffanx> pros use windows 2018-11-10T16:19:30 < dongs> the real answer 2018-11-10T16:19:49 < con3> Issue is there will be a mosfet with a 40 degree temp rise, and seeing 45 degree ambients is common 2018-11-10T16:20:13 < con3> dongs: Lots of people that I know seem to be very pro linux 2018-11-10T16:20:31 < dongs> are they all homosexual? 2018-11-10T16:20:41 < con3> lmfao 2018-11-10T16:20:46 < con3> they do machine learning? 2018-11-10T16:20:50 < con3> so... 2018-11-10T16:22:22 < kakimir> con3: isn't that like normal situation? 2018-11-10T16:22:34 < con3> kakimir: normal situation? 2018-11-10T16:23:09 < kakimir> pretty typical that your electronics go +40C and ambient can be +40C ? 2018-11-10T16:23:45 < con3> yeah I completely agree, just the enclosures I've been looking at for my size PCB seem to just not like that temp range 2018-11-10T16:23:55 < con3> seem to be capped at 60 maybe 70 2018-11-10T16:24:02 < con3> might just be looking at the wrong ones 2018-11-10T16:24:07 < kakimir> you need bigger enclosure 2018-11-10T16:24:11 < kakimir> distribute that heat 2018-11-10T16:25:25 < con3> hmm.. thanks kakimir, Going to google a bit more. these are local suppliers so maybe I'll check out international 2018-11-10T16:27:28 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:918c:64e0:8fbf:9290] has quit [Quit: Konversation terminated!] 2018-11-10T16:32:00 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-10T17:05:22 < Steffanx> so what is this silicone crap you are doing bitmask ? 2018-11-10T17:07:38 < bitmask> for my heated hoodie project. Instead of sewing the carbon fiber in I want it to be removable. If its not uncomfortable I thought this would work well. I'm creating a sheet of silicone with the carbon fiber and thermistor embedded with magnets to attach to the inside of the hoodie. The silicone will help keep the zig zag form for the carbon fiber and hopefully is flexible enough to be comfortable 2018-11-10T17:08:21 < bitmask> so I'll have like 4 of these panels 2018-11-10T17:08:32 < bitmask> two in the front two in the back 2018-11-10T17:08:37 < kakimir> why don't you buy heated jacket from ebay 2018-11-10T17:08:59 < bitmask> because this is cheaper and I enjoy working on projects 2018-11-10T17:11:23 < bitmask> I know its hard to comprehend, but some people find DIY fun 2018-11-10T17:11:45 < BrainDamage> won't it feel uncomfortable because it blocks perspiration? 2018-11-10T17:12:11 < BrainDamage> do the silicone pads have holes in them to at least allow some vapour to flow? 2018-11-10T17:12:41 < bitmask> well its meant to be used in the cold, I doubt I'll be sweating much. and the panels don't cover the whole area of the hoodie 2018-11-10T17:13:15 < Steffanx> With heating you will sweat. 2018-11-10T17:13:32 < bitmask> I guess, but there should be plenty of room for the vapor to go 2018-11-10T17:13:58 < bitmask> if the silicone doesnt work out I'll just sew it into some fabric or something 2018-11-10T17:14:00 < BrainDamage> I have a t-shirt with a large laminated imprint on it, and it definetly feels clammy under the surface even if I wear in the winter 2018-11-10T17:15:48 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-10T17:17:42 < bitmask> there will also be a shirt between the hoodie and my body so hopefully that will be enough to absorb sweat and allow it to dry out 2018-11-10T17:18:20 < bitmask> but I'm just testing stuff out, no idea how it will turn out 2018-11-10T17:21:24 < bitmask> I'm more worried about figuring out how much power to pump through it, not sure how long each 'wire' of carbon fiber should be 2018-11-10T17:22:34 < englishman> start with 240VAC per coil and go from there 2018-11-10T17:22:43 < bitmask> a bit less than 1m for 14W should be good 2018-11-10T17:27:57 < Steffanx> Winters in your region arent even cold are they? :P 2018-11-10T17:29:46 < bitmask> maybe not for your standards, but to me they are. quit hatin' 2018-11-10T17:30:19 < kakimir> where is bitmask? 2018-11-10T17:30:27 < bitmask> north east US 2018-11-10T17:30:44 < BrainDamage> I find that if I'm really cold, shoving a sodium acetetate heater in a jacket's inner pocket helps quite a bit 2018-11-10T17:30:49 < bitmask> december to february is pretty cold 2018-11-10T17:31:45 < Steffanx> Quit considering a joke hatin' :P 2018-11-10T17:31:52 < bitmask> :) 2018-11-10T17:32:25 < bitmask> I just wish I had more batteries 2018-11-10T17:34:51 < dongs> my dicked in profile got 6 views from msft this week 2018-11-10T17:34:55 < bitmask> how efficient is charging? like if you have two packs in parallel and one has more capacity then as they discharge the better pack is going to end up transferring charge to the worse pack. how much do you lose in that process 2018-11-10T17:35:41 < kakimir> https://www.currentresults.com/Weather/US/average-state-temperatures-in-winter.php 2018-11-10T17:36:20 < bitmask> kakimir 30-35 2018-11-10T17:36:22 < bitmask> F 2018-11-10T17:37:24 < Steffanx> the what profile dongs? 2018-11-10T17:37:30 < bitmask> linkedin 2018-11-10T17:37:36 < Steffanx> oh 2018-11-10T17:37:43 < bitmask> you dont speak dongs yet? 2018-11-10T17:37:44 < dongs> mr .gary niger 2018-11-10T17:38:03 < kakimir> :D 0celsius 2018-11-10T17:38:22 < dongs> the STM32 EXPERTS group on there is fucking pitiful 2018-11-10T17:38:25 < bitmask> a heated jacket would be nice then 2018-11-10T17:38:40 < dongs> like 1.2k members, with one post per month by same guy 2018-11-10T17:39:10 < kakimir> bitmask: concider heating your feet and hands 2018-11-10T17:39:42 < Steffanx> i was in some huge embedded group once 2018-11-10T17:39:52 < bitmask> yea I was going to create special panels that go around the hand pockets, feet would be a pain to get power to 2018-11-10T17:39:52 < BrainDamage> what's considered cold in kakiland? 2018-11-10T17:39:57 < Steffanx> it was mainly a thing for the owner to promote his company or something 2018-11-10T17:40:17 < Steffanx> oh and for pakistani asking random questions 2018-11-10T17:40:18 < BrainDamage> -10? -20? 2018-11-10T17:40:28 < kakimir> -20C is cold 2018-11-10T17:41:06 < Steffanx> What is extremely cold then? 2018-11-10T17:41:12 < BrainDamage> here it gets to -10 2018-11-10T17:41:32 < bitmask> its not like 0C is the coldest it gets here, thats just the average 2018-11-10T17:41:47 < kakimir> yes 2018-11-10T17:41:54 < BrainDamage> -10 is the average here too 2018-11-10T17:41:59 < BrainDamage> the low average 2018-11-10T17:43:50 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2018-11-10T17:44:29 < kakimir> bitmask: have you visited englishman? 2018-11-10T17:45:06 < bitmask> no, where does he live 2018-11-10T17:45:24 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-10T17:45:28 < kakimir> quebec 2018-11-10T17:45:34 < dongs> queerbec 2018-11-10T17:45:56 < bitmask> yuck, too cold for me 2018-11-10T17:46:20 < bitmask> I'm as far north as I want to go 2018-11-10T17:46:29 < kakimir> what state? 2018-11-10T17:46:31 < bitmask> NJ 2018-11-10T17:46:41 < kakimir> :) 2018-11-10T17:46:48 < kakimir> I was looking temperatures in Maine 2018-11-10T17:47:03 < bitmask> I've been to maine a few times but only in the summer 2018-11-10T17:55:35 < Laurenceb124> https://postimg.cc/0K65w70D 2018-11-10T17:58:07 < dongs> unfunnylaurecnceb.png 2018-11-10T17:58:14 < kakimir> https://www.youtube.com/watch?v=0poh3w_Vm_A 2018-11-10T17:59:06 < Steffanx> 6 minutes is too long to know what i probably have never used P 2018-11-10T18:00:03 < kakimir> very academic stuff 2018-11-10T18:00:39 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-10T18:09:32 < Sadale> yay! The first PCB I made in my life is working correctly, electrically speaking. :3 2018-11-10T18:10:04 < Sadale> There're some flaws in mechanical and artistic perspectives, tho 2018-11-10T18:10:17 < Sadale> Still, it works well :3 2018-11-10T18:10:33 < con3> Sadale: any pics? 2018-11-10T18:10:43 < dongs> artistic... not enough dicks on it? 2018-11-10T18:10:46 < Sadale> lol 2018-11-10T18:11:00 < Sadale> Let me upload the pics. Gimme a few minutes 2018-11-10T18:17:06 -!- boB_K7IQ [~boBK7IQ@73.109.60.251] has quit [Ping timeout: 252 seconds] 2018-11-10T18:17:37 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Read error: Connection reset by peer] 2018-11-10T18:18:03 < Laurenceb124> https://files.catbox.moe/u631fd.jpg 2018-11-10T18:19:17 < Sadale> Uploaded. Here you go: https://secret.sadale.net/blog-assets/NMW/firstPcbPrototype.jpg 2018-11-10T18:20:15 < Sadale> The one on the left side is using an alternative microSD card slot because I've run out of the proper slot. 2018-11-10T18:20:52 -!- boB_K7IQ [~boBK7IQ@73.109.62.170] has joined ##stm32 2018-11-10T18:27:49 -!- boB_K7IQ [~boBK7IQ@73.109.62.170] has quit [Ping timeout: 252 seconds] 2018-11-10T18:28:22 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T18:31:53 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Client Quit] 2018-11-10T18:35:07 < karlp> nice 2018-11-10T18:35:21 < karlp> what are the two expansions on teh bottome for? j7/j8? 2018-11-10T18:35:31 < karlp> and j3 up top honestly 2018-11-10T18:39:33 < Sadale> J7 is reserved for future use. 2018-11-10T18:40:07 < Sadale> J3 and J4 are GPIOs. It is to be accessed by the game ROM developers. 2018-11-10T18:40:35 < Sadale> J8 is automation header. It can potentially be used for automated testing equipment (not yet available) 2018-11-10T18:42:06 < Sadale> I'm glad that the PCB is correct. It's my first PCB after all. :3 2018-11-10T18:43:15 < dongs> oh this is your autistic game console thing 2018-11-10T18:43:25 < dongs> that loads flash memory overlays from sd card 2018-11-10T18:43:26 < dongs> into ram 2018-11-10T18:43:27 < dongs> or someshit 2018-11-10T18:44:03 < Sadale> yes. The one that got you guys mocking. xD 2018-11-10T18:44:19 < Sadale> For your info, it's still loading the game to the FLASH! not RAM! :P 2018-11-10T18:45:06 < Sadale> I'll do experiment on the number of flash cycles available for the microcontroller. If it's too low, I'll switch to another microcontroller with more RAM. 2018-11-10T18:47:03 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-10T18:47:27 * con3 installs keil 2018-11-10T18:52:36 < dongs> probably best decision 2018-11-10T18:53:42 < kakimir> bought first genuine debugger 2018-11-10T18:53:58 < kakimir> atmel ice 2018-11-10T18:54:04 < Sadale> In economic point of view, if the product never break, it means that the user would never have to replace it. 2018-11-10T18:54:38 < dongs> Sadale: theres another aspect to this, make the product so shitty that the user gets bored of it in 5 minutes adn shelves it 2018-11-10T18:54:57 < Sadale> :'( 2018-11-10T18:55:01 < Sadale> You don't have to be so mean >_< 2018-11-10T18:55:05 < con3> kakimir: those are pricey, but seems like their pretty solid. Saw some undergrads run through 15 of them 2018-11-10T18:55:10 * Sadale cries :'( 2018-11-10T18:55:54 < kakimir> 15? 2018-11-10T18:56:00 < con3> looks like atollic has been buggy since the latest update 2018-11-10T18:56:10 < Sadale> To be fair this game console is mostly a hobbyist project. I doubt that it'd even sell. 2018-11-10T18:56:21 < Sadale> It's just for fun :3 2018-11-10T18:56:32 < Sadale> I'm not sure if I'd even be selling it. 2018-11-10T18:58:40 < dongs> man that layout tho 2018-11-10T18:58:45 < dongs> is that kikecad? 2018-11-10T18:58:46 < dongs> i forgot 2018-11-10T19:03:25 < Sadale> yes. kicad. 2018-11-10T19:03:34 < Sadale> aww I guess you're going to mock me again >_< 2018-11-10T19:03:51 < Sadale> Please spare me on this one. I don't have the money to get altium for hobbyist use. 2018-11-10T19:04:02 < PaulFertser> dongs: you've forgotten to make fun of "toki pona autism" ;) 2018-11-10T19:04:10 < Sadale> Even if I have the money my money could be better spent on something else :p 2018-11-10T19:04:10 < dongs> what's that 2018-11-10T19:04:36 < Sadale> That second language used on the game console that you don't understand. 2018-11-10T19:04:50 < Sadale> That's Toki Pona. 2018-11-10T19:05:55 < Sadale> In fact I have an idea on Toki Pona device. But that would be another project. 2018-11-10T19:06:16 < PaulFertser> Sadale: looks like a nice fun project to me 2018-11-10T19:06:27 < Sadale> Toki Pona has its own numbering system. I've thought about making a dedicated electronic device for performing arithematic operation with their numeral. 2018-11-10T19:06:28 < PaulFertser> Sadale: but where're the decoupling caps for the mcu? 2018-11-10T19:06:59 < Sadale> The power stabalization caps? 2018-11-10T19:07:29 < Sadale> I thought that I didn't need one as long as I have on for my voltage regulator/charge pump. 2018-11-10T19:07:31 < PaulFertser> Sadale: yes, those that you need as near as possible to each vcc/gnd pair of the microcontroller. 2018-11-10T19:07:38 < Sadale> s/I have on/I have one/ 2018-11-10T19:07:43 < Sadale> ahh. I see. I didn't know that. 2018-11-10T19:07:56 < Sadale> why tho? 2018-11-10T19:08:13 < Sadale> Is it for power stabalization? 2018-11-10T19:08:25 < PaulFertser> Sadale: possible high frequency glitches from other parts on the board I guess. 2018-11-10T19:08:47 < Sadale> huh? I don't get it :o 2018-11-10T19:09:23 < Sadale> What sort of high frequency glitch? like power glitch? 2018-11-10T19:09:45 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2018-11-10T19:09:46 -!- qyx_ [~qyx@gw2.krtko.org] has joined ##stm32 2018-11-10T19:10:01 < PaulFertser> Sadale: I'm not an EE so I do not know the proper answer but I'd guess the possible parasitic inductance and capacitance of the power supply wires worth taking precautions of, so just in case ST recommends 100n near each vcc/gnd pair of the package. 2018-11-10T19:10:28 < Sadale> oh wait. what? There's a vcc/gnd pair? :O 2018-11-10T19:10:31 * Sadale is surprised :o 2018-11-10T19:10:52 < Sadale> I thought that it'd be alright if I just short all of the VCC and GND together. 2018-11-10T19:11:09 < jpa-> eh, pair of pins 2018-11-10T19:11:16 < jpa-> of course they all go to the same planes 2018-11-10T19:11:24 < Sadale> ah. I get your idea now. 2018-11-10T19:11:26 < Sadale> ahh. 2018-11-10T19:13:08 -!- boB_K7IQ [~boBK7IQ@c-67-162-212-50.hsd1.mi.comcast.net] has joined ##stm32 2018-11-10T19:14:03 < aandrew> Sadale: basically, when digital circuitry switches it consumes current. the bypass capacitors act as temporary fast-responding batteries to supply that current. without bypass capacitors the current must come from the power supply, the path to which has considerable inductance and some resistance which slows the ability to supply power 2018-11-10T19:14:14 -!- Thorn [~Thorn@unaffiliated/thorn] has quit [Read error: Connection reset by peer] 2018-11-10T19:14:16 < PaulFertser> dongs: I wonder what's really wrong with the routing though? 2018-11-10T19:14:27 < aandrew> the rule of thumb is a single 100nF capacitor for every power pin on the device, located as close to the pin as possible (to minimize inductance) 2018-11-10T19:14:34 -!- sterna [~Adium@2a02:aa1:1005:83fc:1c20:2247:9191:5170] has quit [Ping timeout: 252 seconds] 2018-11-10T19:14:49 < aandrew> then every few devices get a 10-47uF capacitor 2018-11-10T19:14:58 < dongs> PaulFertser: nothing just looks goofy 2018-11-10T19:15:05 < aandrew> if you don't know why, then it's even more important to follow this rule of thumb 2018-11-10T19:15:22 < aandrew> failure to do this can lead to REALLY weird problems that will drive you (and us, since you'll be asking here) crazy 2018-11-10T19:16:00 < PaulFertser> dongs: I wonder then what's the most obvious part of it. If it was topor, sure, you'd guess it easily. But how handrouting a simple 2L board can give visibly different results with altium and kicad? 2018-11-10T19:16:35 < Sadale> aandrew, ahh. I see :) 2018-11-10T19:17:08 < con3> keil feels ..strange.. 2018-11-10T19:17:18 < Sadale> aandrew, what does it mean by "a single 100nF capacitor for every power pin", tho? 2018-11-10T19:17:23 < aandrew> keil feels like an IDE built by Fischer-Price 2018-11-10T19:17:34 < Sadale> aandrew, does it mean that, if there's, says, 3 pairs of power pins, I'd need 300nF? 2018-11-10T19:17:42 < aandrew> Sadale: if your chip has 10 VCC pins, then you have 10 100nF capacitors 2018-11-10T19:18:04 < aandrew> each 100nF capacitor placed as close as possible (electrically speaking) to its respective pin 2018-11-10T19:18:45 < con3> feels very weird 2018-11-10T19:18:54 < Sadale> I see. 2018-11-10T19:18:59 < aandrew> dongs swears by it. I swear at it 2018-11-10T19:19:14 < Sadale> I didn't realize that "Vcc/Gnd pair" was a thing. 2018-11-10T19:19:24 < aandrew> Sadale: it's not really 2018-11-10T19:19:25 < Sadale> I thought that those Vcc/Gnd pins are just arranged randomly. 2018-11-10T19:19:29 < aandrew> nope 2018-11-10T19:19:37 < con3> ok packs are a thing 2018-11-10T19:19:42 < Sadale> hmm. I guess I get what you guys said wrong. 2018-11-10T19:19:51 < aandrew> you'd have to talk to people who know a LOT more about ASIC design to understand why they're arranged the way they are in some cases 2018-11-10T19:20:18 < aandrew> but for us board level people you just remember the rule of thumb 2018-11-10T19:20:23 < Sadale> aandrew, Let's see if I get what you said correctly. 2018-11-10T19:21:09 < Sadale> aandrew, For example, if there's a microcontroller that pin 9/10 is a Vcc/Gnd pair, and pin 17/18 is another pair, does it mean that I should add a 100nF cap on pin 9/10, and another cap between pin 17/18? 2018-11-10T19:21:32 < aandrew> Sadale: forget pairs 2018-11-10T19:21:41 -!- Thorn [~Thorn@unaffiliated/thorn] has joined ##stm32 2018-11-10T19:21:52 < aandrew> Sadale: in your example, you would place 100nF as close as possible to 9 and another as close as possible to 17 2018-11-10T19:22:15 < Sadale> ahh. 2018-11-10T19:22:17 < aandrew> Sadale: normally you have a nice ground plane you connect all the grounds to 2018-11-10T19:22:20 < Sadale> right. All grounds are connected. 2018-11-10T19:22:23 < Sadale> I get the idea now. 2018-11-10T19:22:58 < Sadale> so what I have to do is to add a 100nF cap for every Vcc pin. 2018-11-10T19:24:32 < con3> "unlike other ide's you can't just start writing code, you have to configure the fuckn thing" ...fun... 2018-11-10T19:25:44 < PaulFertser> I've seen a board routed by a special PCB guy at work that had 5 of those 100nF caps all cozily placed together _on another board_ (no netlist violation thanks to a board-to-board connector). 2018-11-10T19:26:30 < Sadale> what? another board? 2018-11-10T19:27:04 < PaulFertser> Yes, the design needed to use two PCBs due to space constraints. 2018-11-10T19:27:45 < Thorn> dog https://www.youtube.com/watch?v=HBy8KvSELUQ 2018-11-10T19:29:37 * con3 misses atollic 2018-11-10T19:31:41 < aandrew> PaulFertser: I fail to see the issue. :-) 2018-11-10T19:31:51 -!- boB_K7IQ [~boBK7IQ@c-67-162-212-50.hsd1.mi.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-10T19:33:03 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Remote host closed the connection] 2018-11-10T19:34:01 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-10T19:53:06 < dongs> con3, what the fuck are you takling about 2018-11-10T19:53:15 < dongs> you start keil and write code. what teh fuck do you ened to "configure"? 2018-11-10T19:53:30 < dongs> its eclipse-based trash that you have to dick with for hours to make it usable 2018-11-10T19:54:03 < dongs> keil configuration: save source files as utf8, enable white space display, set all tabs to spaces. nothign else to touch. 2018-11-10T19:54:17 < dongs> (are the defaults that I change) 2018-11-10T19:54:27 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-10T19:54:28 < qyx_> fukin tabs as spaces 2018-11-10T19:54:35 < dongs> fuck tabs 2018-11-10T19:54:42 < dongs> every jew has their own idea of what tabsize is 2018-11-10T19:54:52 < qyx_> thats the feature 2018-11-10T19:54:55 < dongs> no 2018-11-10T19:54:57 < dongs> thats lunix filth 2018-11-10T19:55:01 < qyx_> you should npot use tabs for alignment 2018-11-10T19:55:06 < dongs> . 2018-11-10T19:55:07 < dongs> k 2018-11-10T19:55:09 < dongs> bedtime 2018-11-10T19:55:14 < qyx_> gn o/ 2018-11-10T19:56:08 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 244 seconds] 2018-11-10T19:56:11 -!- BrainDamage_ is now known as BrainDamage 2018-11-10T19:56:26 < con3> dongs :| 2018-11-10T19:58:39 < jpa-> i indent first code level with \u2006, second with \u2005, third with \u2004 etc. 2018-11-10T19:58:47 < jpa-> saves space compared to using multiple characters 2018-11-10T20:04:07 < con3> was just referencing what a vid said 2018-11-10T20:04:22 < con3> Completely new to Keil :p 2018-11-10T20:04:55 -!- sterna [~Adium@2.68.218.71.mobile.tre.se] has joined ##stm32 2018-11-10T20:05:13 < Steffanx> you sold your soul? 2018-11-10T20:05:16 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-10T20:05:34 < con3> who sold what? 2018-11-10T20:07:04 < Steffanx> the sores. 2018-11-10T20:07:11 < con3> which ide do you guys use? Assuming keil? 2018-11-10T20:07:15 < Steffanx> lol no 2018-11-10T20:07:35 < con3> kicad? 2018-11-10T20:08:01 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-10T20:08:01 -!- [1]MrMobius is now known as MrMobius 2018-11-10T20:08:11 < Steffanx> truestudio? 2018-11-10T20:08:37 < con3> eh mine worked till the update 2018-11-10T20:08:43 < Steffanx> mine still works fine 2018-11-10T20:08:49 < kakimir> con3: mcuxpresso 2018-11-10T20:09:03 < con3> Don't know whats up, but their forum is full of people with similar issues 2018-11-10T20:09:10 < Steffanx> that's just lpc. lpc doesnt count 2018-11-10T20:09:14 < Steffanx> i mean nxp, not lpc 2018-11-10T20:09:27 < kakimir> lpc rules 2018-11-10T20:09:42 < Steffanx> no 2018-11-10T20:10:40 < con3> feels like ide's are sacred here 2018-11-10T20:12:06 < con3> what do you guys think about "Definitive guide to the ARM Cortex-M3" 2018-11-10T20:12:12 < con3> recommend? 2018-11-10T20:12:14 < aandrew> nah I just use a text editor and makefiles 2018-11-10T20:12:16 < aandrew> fuck IDEs 2018-11-10T20:12:42 < jpa-> con3: it was ok in 2010, not sure if it has been updated at all 2018-11-10T20:12:44 < aandrew> dongs: whyt he fuck would you get rid of tabs 2018-11-10T20:12:49 < aandrew> are you some kind of python apologist 2018-11-10T20:13:05 < jpa-> because spaces are for people that want shit to just work 2018-11-10T20:13:06 < kakimir> con3: ide - do you mean vim? 2018-11-10T20:13:21 < con3> jpa-: Any other recommended books? This seems to be the only one that pops up a lot. looking to gain more knowledge 2018-11-10T20:13:39 < con3> Originally published: 4 September 2007 2018-11-10T20:13:40 < con3> eh... 2018-11-10T20:13:57 < Steffanx> cortex-m3 didnt change much :P 2018-11-10T20:14:06 < con3> kakimir: I still haven't been able to exit vim 2018-11-10T20:14:14 < kakimir> same 2018-11-10T20:14:26 < Steffanx> :D 2018-11-10T20:15:28 < con3> gonna google around a bit to see if there are any good books. Never really had a good course in uni, so got none 2018-11-10T20:15:35 < Steffanx> me neither. 2018-11-10T20:15:50 < Steffanx> i wonder how many actually do in depth cortex-m[whatever] 2018-11-10T20:15:56 < con3> Steffanx: completely self taught? 2018-11-10T20:15:57 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:589:764c:ec0:8b2a] has joined ##stm32 2018-11-10T20:16:00 < jpa-> con3: there isn't that much you'd need to know about the base cortex-m anyway, most stuff you need to learn is about the peripherals 2018-11-10T20:16:28 < jpa-> we had in depth 8051 2018-11-10T20:16:34 < jpa-> and in depth mips 2018-11-10T20:16:45 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-10T20:16:55 < Steffanx> i had to do x86 and pic -_- 2018-11-10T20:17:01 < jpa-> oh and pic also 2018-11-10T20:17:14 < con3> started rl78 and now im here 2018-11-10T20:17:19 < jpa-> and nios2 2018-11-10T20:17:35 < con3> how long have you guys been at it ? 2018-11-10T20:17:52 < jpa-> we've been doing it on this channel since 2010 or something 2018-11-10T20:18:09 < Steffanx> Registered : Apr 10 15:16:25 2010 (8y 30w 6d ago) 2018-11-10T20:18:12 < Steffanx> damn 2018-11-10T20:18:27 < Steffanx> 8.5 years. Didnt know it was this bad 2018-11-10T20:18:27 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 252 seconds] 2018-11-10T20:18:27 -!- BrainDamage_ is now known as BrainDamage 2018-11-10T20:18:32 < con3> but meaning embedded in general, is that when you guys started programming mcu's? 2018-11-10T20:19:10 < con3> 8.5 years goes quick 2018-11-10T20:19:23 < Steffanx> ya 2018-11-10T20:19:47 < con3> thought you guys have been at it way longer :p 2018-11-10T20:19:48 < jpa-> i tried to flash a PIC12C508 back in 2000.. it was one-time-programmable so first i wrote a simulator in visual basic.. but it took 2 years until i finally got a working pic programmer 2018-11-10T20:20:54 < con3> wish I started 8.5 years ago 2018-11-10T20:21:11 < Steffanx> wut, you were like 11 when you did that? 2018-11-10T20:21:18 < jpa-> so that you would have had chance to experience texane/stlink, stdperiphlib and F1 GPIO config? 2018-11-10T20:21:36 < Steffanx> stm32f100 \o/ 2018-11-10T20:21:45 < Steffanx> Whopping 24mhz 2018-11-10T20:21:50 < con3> well just would have had more experience, shit feels like an up hill battle rn 2018-11-10T20:22:17 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-10T20:22:21 < jpa-> trust me, it would have been more so back then :P 2018-11-10T20:22:31 < englishman> con3: keil is pro, welcome to professional software development 2018-11-10T20:22:37 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2018-11-10T20:22:43 < Steffanx> lolol. 2018-11-10T20:22:48 < Steffanx> i mean trolol. 2018-11-10T20:22:55 -!- BrainDamage_ is now known as BrainDamage 2018-11-10T20:23:06 < con3> i dont know what to believe on this channel anymore,, 2018-11-10T20:23:19 < Steffanx> 142 people, 140 opinions 2018-11-10T20:24:00 < con3> so do you guys primarily program stm's? 2018-11-10T20:24:12 < Steffanx> i dont. 2018-11-10T20:24:16 < con3> assuming from the channel name 2018-11-10T20:24:23 < con3> what do you program Steffanx? 2018-11-10T20:24:48 < Steffanx> What not? Mainly cortex-m[whatever] though 2018-11-10T20:25:28 < Steffanx> :P 2018-11-10T20:25:29 < con3> ah ok, seems like as soon as you've got a feeling for cmsis, switching between manufacturers doesn't really matter 2018-11-10T20:25:46 < jpa-> couldn't be farther from the truth IMO 2018-11-10T20:26:03 < Steffanx> in the ends its just a bunch of registers :P 2018-11-10T20:26:12 < con3> well I'm an idiot, so I don't know ¯\_(ツ)_/¯ 2018-11-10T20:26:20 < Steffanx> read the datasheet and do with it what you want 2018-11-10T20:26:41 < jpa-> any cross-manufacturer abstractions are so high level that you can only get the very simple stuff done portably 2018-11-10T20:26:51 < con3> Steffanx: That doesn't sound right, where's the crying step? 2018-11-10T20:27:12 < Steffanx> that only happens when you dont read the datasheet good enough 2018-11-10T20:27:13 < englishman> I only use stm8, stm32 is too complicated for me 2018-11-10T20:27:20 < Steffanx> or base your code on semi-non functional exampel code 2018-11-10T20:27:37 < con3> Steffanx: RTFM has really resonated with me 2018-11-10T20:27:45 < jpa-> crying happens if you only read datasheet and don't read refman 2018-11-10T20:27:58 < Steffanx> true. 2018-11-10T20:28:06 < jpa-> or if you set a breakpoint in ram 2018-11-10T20:28:08 < Steffanx> unless you have one of those that have stuff in the datasheet :P 2018-11-10T20:28:35 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-10T20:28:47 < Steffanx> Best is with nxp i had last week. Their lib had code like: int delay = 1000; /* Delay for 250us */ while(delay--); 2018-11-10T20:28:59 < englishman> nice 2018-11-10T20:29:02 < Steffanx> It did delay, but it wasnt even close to 250us D: 2018-11-10T20:29:39 < con3> eh I'm not sure anymore, some forum's told me to code directly using cmsis/registers and not use abstraction. the way you guys are talking it sounds like abstractions are the norm? 2018-11-10T20:30:02 < englishman> gross 2018-11-10T20:30:12 < englishman> why rewrite all that code 2018-11-10T20:30:13 < Steffanx> especially nice because they used it in a xtal enable function. And some targets wouldnt start properly because it didnt wait long enough. 2018-11-10T20:30:28 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 272 seconds] 2018-11-10T20:30:31 -!- BrainDamage_ is now known as BrainDamage 2018-11-10T20:30:38 < con3> so HAL is the answer ? ¯\_(ツ)_/¯ 2018-11-10T20:30:38 < englishman> you're not the first man on earth to use a peripheral 2018-11-10T20:31:34 < Steffanx> but fuck HAL indeed. 2018-11-10T20:31:42 * con3 is confused 2018-11-10T20:31:45 < Steffanx> haha 2018-11-10T20:32:05 < Steffanx> the ST HAL i mean 2018-11-10T20:32:14 < Steffanx> even keil people dont use it 2018-11-10T20:32:23 < con3> use LL instead? 2018-11-10T20:32:27 < Steffanx> they tend to use stpheripheral lib or the LL functions. 2018-11-10T20:32:59 < con3> honestly is there any point in directly using the registers? 2018-11-10T20:33:13 < Steffanx> Probably. 2018-11-10T20:34:45 < Steffanx> LL is almost that. Just with some basic shifting and masking. (and a bit more but .. meh ) 2018-11-10T20:34:54 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:589:764c:ec0:8b2a] has quit [Quit: Konversation terminated!] 2018-11-10T20:35:07 < con3> My experience with Stack overflow,etc so fat 2018-11-10T20:35:09 < con3> far 2018-11-10T20:35:12 < con3> https://imgur.com/a/6mUMuqt 2018-11-10T20:37:06 < con3> so fuckn hot 2018-11-10T20:37:20 < Steffanx> !wz johannesburg 2018-11-10T20:37:21 < englishbot> [Johannesburg, South Africa] Clear. Temp is 20.4°C. 2018-11-10T20:37:25 < Steffanx> thats not hot 2018-11-10T20:37:31 < con3> :| 2018-11-10T20:37:43 < Steffanx> thats perfect 2018-11-10T20:38:06 < con3> its humid. really warm. 2018-11-10T20:38:09 < con3> like dead heat 2018-11-10T20:38:35 < Steffanx> or was johannesburg a bad guess? 2018-11-10T20:38:42 < Steffanx> SA is larger than that 2018-11-10T20:39:00 < con3> nah thats about the rightish temp. dont know why it feels so fuckn warm 2018-11-10T20:39:06 < con3> use to high 40's 2018-11-10T20:39:12 < con3> maybe its going to rain 2018-11-10T20:39:26 < con3> !wz windhoek 2018-11-10T20:39:28 < englishbot> [Windhoek, Namibia] Unknown. Temp is 25.7°C. 2018-11-10T20:39:40 < con3> god damn Cracki 2018-11-10T20:40:16 < con3> we are very heard 2018-11-10T20:40:31 < jpa-> con3: "cmsis/registers" sounds weird, the register defs are not part of cmsis AFAIK 2018-11-10T20:45:59 < Laurenceb124> https://postimg.cc/RqygBJGj 2018-11-10T20:49:45 < kakimir> shit 2018-11-10T20:49:55 < kakimir> grocery store closes in 10minutes 2018-11-10T20:51:32 < Steffanx> tomorrow will be another day 2018-11-10T20:51:40 < Steffanx> *there will be 2018-11-10T20:51:45 < con3> I hope so 2018-11-10T20:52:08 < con3> jpa-: I've just recently started using it, so my understanding might be screwed 2018-11-10T20:55:04 < Steffanx> why would you? 2018-11-10T20:56:00 < Steffanx> be screwed 2018-11-10T20:56:13 < con3> why would i be screwed? 2018-11-10T20:57:16 < con3> cause im stupid... 2018-11-10T20:58:31 < con3> trying to change that though 2018-11-10T20:59:23 < bitmask> do you use a pulldown resistor for the gate of a mosfet? 2018-11-10T20:59:44 < con3> whats a mosfet 2018-11-10T21:00:11 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-10T21:00:40 < bitmask> k 2018-11-10T21:01:29 < con3> Cracki: so just a fat resistor between source and gate? 2018-11-10T21:01:49 < con3> hmm.. 2018-11-10T21:02:37 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 268 seconds] 2018-11-10T21:02:38 -!- BrainDamage_ is now known as BrainDamage 2018-11-10T21:03:37 < Laurenceb124> bronzecucks dont even know how to nip flint 2018-11-10T21:04:20 < bitmask> I'm using a mcu 2018-11-10T21:04:23 < con3> hmm.. that's what I thought. 2018-11-10T21:04:52 < con3> mcu might not turn that fet on 2018-11-10T21:04:54 < con3> enough 2018-11-10T21:05:00 < bitmask> its logic level 2018-11-10T21:05:04 < con3> ah 2018-11-10T21:05:08 < Steffanx> oh, whops. i misread what you said. Thought you said "im screwed" con3 :P 2018-11-10T21:05:44 < con3> yeah, gonna need some more info bitmask 2018-11-10T21:06:14 < con3> the ones I use usually need about 12 - 18V 2018-11-10T21:06:34 < con3> so really depends on the fet 2018-11-10T21:06:55 < con3> Steffanx: Well that too :p 2018-11-10T21:07:01 < con3> yeah dq/dt :p 2018-11-10T21:08:19 < con3> Cracki: I don't know 3.3V seems low, haven't used a fet thats 'fully' on at that level? so really depends on the app and fet ¯\_(ツ)_/¯ 2018-11-10T21:08:43 < con3> just looking for that rds(min) 2018-11-10T21:09:03 < bitmask> Vgs = 12V, Rds(on) is 24mOhm at 4.5V gate 2018-11-10T21:09:14 < bitmask> threshold is 1V 2018-11-10T21:09:19 < bitmask> ao3400 2018-11-10T21:09:22 < bitmask> http://www.aosmd.com/pdfs/datasheet/ao3400.pdf 2018-11-10T21:11:52 < bitmask> good, thats what I thought 2018-11-10T21:12:06 < bitmask> I'm using a arduino nano for this little project so I'll be using 5v 2018-11-10T21:12:16 < Steffanx> can you repeat that please? 2018-11-10T21:12:17 < Steffanx> :P 2018-11-10T21:12:20 < bitmask> haha no 2018-11-10T21:12:34 < con3> whats the application bitmask? 2018-11-10T21:12:39 < bitmask> heated hoodie :) 2018-11-10T21:12:46 < con3> hmm.. 2018-11-10T21:12:50 < kakimir> my shunt switching works 2018-11-10T21:13:10 < bitmask> using the mosfets to control circuits of carbon fiber, they pulls about 1-1.5A each 2018-11-10T21:13:57 < bitmask> I am a lizard I guess 2018-11-10T21:18:13 < kakimir> build a sauna bitmask 2018-11-10T21:18:23 < bitmask> can I bring that outside with me? 2018-11-10T21:18:36 < kakimir> yes 2018-11-10T21:18:56 < kakimir> see trailer sauna 2018-11-10T21:19:03 < bitmask> and on walks? 2018-11-10T21:19:41 < kakimir> no you need something to pull it 2018-11-10T21:19:55 < bitmask> then I'll stick with the hoodie for now :) 2018-11-10T21:23:48 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 252 seconds] 2018-11-10T21:27:18 < kakimir> http://forums.offipalsta.com/picture.php?albumid=5724&pictureid=125625 can you view this photo? 2018-11-10T21:28:19 * con3 is not clicking on that 2018-11-10T21:30:17 < Steffanx> its safe. 2018-11-10T21:30:19 < Steffanx> yes i can kakimir 2018-11-10T21:30:28 < Steffanx> your new home? 2018-11-10T21:31:19 < kakimir> no 2018-11-10T21:31:22 < kakimir> too big 2018-11-10T21:33:43 < con3> last time I clicked on a vid here, I can some breast pumping youtube vid 2018-11-10T21:33:50 < con3> i'm still scared 2018-11-10T21:37:24 < kakimir> don't click links here 2018-11-10T21:37:46 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-10T21:38:23 < kakimir> especially if it's send by laurenceb 2018-11-10T21:39:15 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-10T21:39:32 < con3> thanks for the headsup kakimir, not too keen on opening links at the office 2018-11-10T21:39:39 < con3> scary af 2018-11-10T21:40:59 < Steffanx> lol con3. 2018-11-10T21:41:11 < con3> someone sent around a vid at our office, starts off with someone speaking really softly, so people turn the volume up and then you just hear full on porno 2018-11-10T21:41:17 < con3> twas fun 2018-11-10T21:41:29 < Steffanx> :) 2018-11-10T21:41:58 < Steffanx> Its weekend. You are not alone in the office? 2018-11-10T21:42:08 < con3> there's someone right behind me 2018-11-10T21:42:13 < con3> watching 2018-11-10T21:42:26 < con3> also there's a guy that i'm pretty sure lives here 2018-11-10T21:42:27 < Steffanx> Hi watcher \o/ 2018-11-10T21:44:33 < con3> we also have a mechanical keyboard guy 2018-11-10T21:44:38 < Steffanx> you for for some startup? 2018-11-10T21:44:39 < bitmask> alright, so I have everything planned out for the wiring except battery monitoring 2018-11-10T21:44:40 * con3 eye twitches 2018-11-10T21:44:41 < Steffanx> *work for 2018-11-10T21:44:47 < bitmask> not sure how I want to do that 2018-11-10T21:45:55 < Steffanx> i dont know what you want to do either 2018-11-10T21:45:59 < bitmask> :) 2018-11-10T21:46:20 < bitmask> whats a good way to monitor a 3s3p pack? 2018-11-10T21:46:31 < Steffanx> i feel like we're bonding. not knowing what we want together. 2018-11-10T21:46:38 < bitmask> maybe use a voltage divider to check the output of each series pack 2018-11-10T21:46:51 < con3> bitmask: there should be an ic for that 2018-11-10T21:47:16 < bitmask> I like bonding with you Steffanx ;) 2018-11-10T21:47:22 < Steffanx> good 2018-11-10T21:47:25 < con3> bitmask: sorry,there is an ic for that :p 2018-11-10T21:47:49 < con3> Steffanx: Nope, wish I was. semi uni, semi work 2018-11-10T21:48:03 < Steffanx> internship? 2018-11-10T21:48:43 < con3> yeah, but I just can't wait to get done with all of this. one more year! 2018-11-10T21:49:50 < con3> then just crippling student loans :) 2018-11-10T21:49:51 < Steffanx> hm 2018-11-10T21:59:28 < malinus> con3: what were your interest on your loan? 2018-11-10T22:14:05 < con3> malinus: It was high, I can't remember, but it's going to take a while to pay off 2018-11-10T22:15:06 < englishman> con3 are you really in windhoek 2018-11-10T22:15:21 < con3> englishman: nope, I'm in cape town right now 2018-11-10T22:15:27 < con3> but my family is in windhoek 2018-11-10T22:15:27 < englishman> cool 2018-11-10T22:15:28 < con3> why? 2018-11-10T22:15:55 < con3> will probably head there in a month and then travel north 2018-11-10T22:16:01 < englishman> after some pals went thru joburg, Capetown and most of namb a few years ago I wanna go now 2018-11-10T22:16:16 < malinus> con3: high like 5%, or high like 15%? 2018-11-10T22:16:31 < con3> it's fun but namb is very different from any place I can imagine you've been 2018-11-10T22:16:47 < con3> south has stretches of like 300 km with nothing 2018-11-10T22:16:53 < con3> but its an amazing place 2018-11-10T22:17:04 < englishman> sounds like my driveway 2018-11-10T22:17:43 < con3> town I use to stay in just had oryx chilling everywhere 2018-11-10T22:17:44 < con3> https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTLri6Pua4mJ_X5R-55LIcjrUL4ZjIMCb8TadSdP5xNvzlsfGhL 2018-11-10T22:18:08 < englishman> and hilux chilling everywhere 2018-11-10T22:18:33 < con3> those are a little more common :p 2018-11-10T22:18:50 < con3> malinus: was lower than 10% 2018-11-10T22:19:09 < con3> south africa is a little more dangerous tho 2018-11-10T22:19:35 < englishman> it's ok I have a fluro yellow ar15 2018-11-10T22:20:19 < con3> that'll do 2018-11-10T22:21:06 < Laurenceb124> https://i.imgtc.com/IisouWW.jpg 2018-11-10T22:21:40 < con3> god i nearly clicked 2018-11-10T22:22:21 < englishman> it's a picture about British people 2018-11-10T22:22:29 < con3> malinus was close to 8% if I remember correctly, bullshit though 2018-11-10T22:27:06 < con3> Really want to head to europe one day 2018-11-10T22:34:42 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 264 seconds] 2018-11-10T22:35:14 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-10T22:40:29 < malinus> con3: yes, come to europe and keep paying tax in america 2018-11-10T22:40:41 < malinus> that's the best meme, if I ever knew one haha 2018-11-10T22:40:53 < con3> why would i pay tax in america? :/ 2018-11-10T22:41:08 < malinus> you keep paying tax in america, even if you don't live there 2018-11-10T22:41:28 < malinus> I thought it was common knowledge if you actually live there 2018-11-10T22:41:37 < con3> I'm from south africa :p 2018-11-10T22:41:43 < malinus> oh 2018-11-10T22:42:17 < con3> would like to go to the states too though 2018-11-10T23:04:28 < Steffanx> Hm where is stvn? 2018-11-10T23:05:57 < qyx_> where are scons pros 2018-11-10T23:06:22 < PaulFertser> Busy learning cmake 2018-11-10T23:06:52 -!- qyx_ is now known as qyx 2018-11-10T23:07:40 < qyx> I would like to build a file ONLY IF a particular dependency is built 2018-11-10T23:14:53 < karlp> don't list the ones taht you don't depend on then? 2018-11-10T23:21:07 < qyx> it is more complicated than that 2018-11-10T23:21:29 < qyx> let's say there are services, each compiled into a static library 2018-11-10T23:21:56 < qyx> then there is a helper which defines a "service" and another one which defines a dependency on other services 2018-11-10T23:22:20 < qyx> (it is made by doing Depends on a static library target file) 2018-11-10T23:22:26 < qyx> so far, it works as expected 2018-11-10T23:23:08 < qyx> when a single service is specified, all required services are built too, if they specify additional dependencies, they are built too etc. 2018-11-10T23:23:28 < qyx> but.. there is a service implementing a configuration CLI 2018-11-10T23:23:40 < qyx> which has multiple components 2018-11-10T23:24:15 < qyx> and a CLI component can be built only if a corresponding service is built, otherwise there is a linker error 2018-11-10T23:26:28 < qyx> specifying which components are built can be probably done using Depends(service-static-lib, component.o) 2018-11-10T23:27:27 < qyx> but I cannot find any way to pass a -D to the compiler listing the dependent service name 2018-11-10T23:28:02 < qyx> because the dependencies are resolved later (not when sconscript files are executed) 2018-11-10T23:28:16 -!- cjbaird [~cjb@124-169-8-104.dyn.iinet.net.au] has joined ##stm32 2018-11-10T23:33:57 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-10T23:39:37 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Quit: Meh] 2018-11-10T23:39:59 -!- Steffanx [~steffanx@unaffiliated/steffanx] has joined ##stm32 2018-11-10T23:48:05 < karlp> neat, kicad lets me put maths directly into the "position relative to..." other pad thing in their footprint creator. 2018-11-10T23:48:13 < englishman> https://www.youtube.com/watch?v=Yd_AqyPaUTg 2018-11-10T23:48:15 < englishman> dont click 2018-11-10T23:48:48 < englishman> that sounds handy 2018-11-10T23:48:53 < englishman> would save whipping out the casio 2018-11-10T23:49:09 < englishman> but paste array and move relative are quick actions idk 2018-11-10T23:51:49 < kakimir> jeez 2018-11-10T23:51:58 < kakimir> actual skeleton in still burning car 2018-11-10T23:52:38 < kakimir> *jezz 2018-11-10T23:53:37 -!- SolderBlob [~SolderBlo@89.39.105.129] has joined ##stm32 2018-11-10T23:55:10 < cjbaird> Reminds me of the 'Nam 2018-11-10T23:55:50 < kakimir> this guy have seen shit before 2018-11-10T23:56:31 -!- SolderBlob1 [~SolderBlo@89.39.105.129] has quit [Ping timeout: 268 seconds] 2018-11-10T23:57:19 -!- sterna1 [~Adium@2.68.218.71.mobile.tre.se] has joined ##stm32 2018-11-10T23:57:19 -!- sterna [~Adium@2.68.218.71.mobile.tre.se] has quit [Read error: Connection reset by peer] 2018-11-10T23:59:36 < cjbaird> '..she had to put her makeup on..' --- Day changed Sun Nov 11 2018 2018-11-11T00:02:58 < cjbaird> Looks like people thought they could AmericanCar through the flames, but didn't realize they're be no oxygen. 2018-11-11T00:03:51 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 252 seconds] 2018-11-11T00:06:49 < kakimir> or the fire reached the cars 2018-11-11T00:08:02 -!- sterna [~Adium@2.68.218.71.mobile.tre.se] has joined ##stm32 2018-11-11T00:10:49 -!- sterna1 [~Adium@2.68.218.71.mobile.tre.se] has quit [Ping timeout: 246 seconds] 2018-11-11T00:11:46 < Laurenceb124> the ride nevar ends 2018-11-11T00:11:53 < Laurenceb124> memes became real again 2018-11-11T00:14:13 < cjbaird> smoke too thick to navigate through as well. And then burning trees fall across the road they can't move out of the way. 2018-11-11T00:14:49 < cjbaird> The aussie experience gets these called 'Black Saturday', 'Black Wednesday', .. 2018-11-11T00:18:30 < Steffanx> Get some coffee crt 2018-11-11T00:21:40 < Ultrasauce> https://www.youtube.com/watch?v=Yn81Mr1vyUE 2018-11-11T00:22:01 < englishman> let the pumping begin 2018-11-11T00:29:07 < Steffanx> Lolol. Ultrasauce is around more often then you'd think. 2018-11-11T00:31:57 < Ultrasauce> highlight on pump 2018-11-11T00:33:08 < Steffanx> Does it play Danzel - Pump It Up? 2018-11-11T00:33:33 < Ultrasauce> pumped up kicks 2018-11-11T00:52:06 < Laurenceb124> wew 4chan is meming the fire victims already 2018-11-11T00:53:16 < Laurenceb124> https://mobile.twitter.com/LFC/status/1060985009471975426 2018-11-11T00:53:26 < Laurenceb124> lurn to scrollback 2018-11-11T00:58:47 < Steffanx> Jpa has it logged mate 2018-11-11T01:00:56 < Steffanx> Idk 2018-11-11T01:04:18 < Steffanx> Its box in finnish 2018-11-11T01:09:30 < Steffanx> The urban dictionary knows 2018-11-11T01:10:05 -!- DisruptiveNL [~Disruptiv@5ED42E60.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2018-11-11T01:32:17 < Laurenceb124> https://imgoat.com/uploads/777d5c17d4/162331.jpg 2018-11-11T01:33:33 < BrainDamage> I had literally an instruction for a toy like that when I was a kid but they used more legs and I've wondered why they didn't use 4 2018-11-11T01:36:56 < karlp> hehehe 2018-11-11T01:49:05 < karlp> so satisfying when the 3d model _exactly_ plugs intyour footprint. 2018-11-11T01:54:56 < aandrew> https://pbs.twimg.com/media/DrqwmECXQAEleob.jpg:large 2018-11-11T01:57:19 < kakimir> I ran out of snus.. 2018-11-11T01:58:52 < sync> aww 2018-11-11T01:59:53 < bitmask> https://www.facebook.com/myhitman/videos/427595797664867/ 2018-11-11T02:00:41 < karlp> https://imgur.com/OA30ee2 2018-11-11T02:00:59 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-11T02:01:34 < sync> maybe stop injecting cancer in your body altogether kakimir? 2018-11-11T02:01:38 < sync> take it as a sign 2018-11-11T02:08:33 < karlp> man, hanrun hr911105a is cheap and available on ali, but that RJHSE series from amphenol is only a tiny bit more $, available in bulk on digikey, and is a whole 5-6mm shorter. 2018-11-11T02:12:33 -!- sterna [~Adium@2.68.218.71.mobile.tre.se] has quit [Ping timeout: 252 seconds] 2018-11-11T02:13:42 < karlp> what th ehell, digikey even has step files for some of these 2018-11-11T02:15:27 < qyx> rjhse is without the transforer, isn't it? 2018-11-11T02:18:00 < kakimir> sync: no man.. I could have made logistics to work but I had better things to do 2018-11-11T02:18:10 < kakimir> so I just get it later 2018-11-11T02:18:46 -!- Sadale [~Sadale@unaffiliated/sadale] has quit [Ping timeout: 260 seconds] 2018-11-11T02:19:02 < karlp> hrm, yes. how did I miss that 2018-11-11T02:19:14 < karlp> ok, fine, I can justify the length then :) 2018-11-11T02:23:41 < karlp> and now the hanrun part even seems competively short again, great :) 2018-11-11T02:29:26 -!- Sadale [~Sadale@unaffiliated/sadale] has joined ##stm32 2018-11-11T02:39:14 < qyx> I remember because common china transformerless rj45s have compatible layout 2018-11-11T02:39:59 < qyx> they can be bought for like $20/100pcs 2018-11-11T02:40:56 < kakimir> https://i.imgur.com/ksYmrH8.gifv 2018-11-11T03:03:56 < jadew`> wow, everyone is awake 2018-11-11T03:04:10 < jadew`> you guys have trouble sleeping too? 2018-11-11T03:04:18 -!- jadew` [~razvan@188.25.248.24] has quit [Changing host] 2018-11-11T03:04:18 -!- jadew` [~razvan@unaffiliated/jadew] has joined ##stm32 2018-11-11T03:04:38 -!- jadew` is now known as jadew 2018-11-11T03:08:03 < qyx> sometimes 2018-11-11T03:09:47 < karlp> are there any motivations for non-magjack jacks other than, "I have plenty of space, and it's marginally cheaper" ? 2018-11-11T03:10:00 < karlp> or are there tunings you can do for different EMI issues or anything? 2018-11-11T03:10:16 < karlp> or are there actually different levels of isolations that people want? 2018-11-11T03:11:05 < jadew> you mean the type of power connectors used on mac laptops? 2018-11-11T03:11:11 < qyx> idk, it was cheaper back then 2018-11-11T03:11:23 < karlp> no, rj45 jacks with integrated magnetics. 2018-11-11T03:11:23 < qyx> no, ethernet 2018-11-11T03:11:25 -!- Chris_M [~Chris_M@121.45.253.70] has quit [Ping timeout: 246 seconds] 2018-11-11T03:11:29 < qyx> close enough 2018-11-11T03:12:20 < PeterM> i think for PoE applicaitons you need sperate magnetics to pull ytour dc out 2018-11-11T03:12:51 < karlp> hanrun and co seem to have magjacks "with poe" but yeah, I guess poe complicates this if you're doing it properly. 2018-11-11T03:13:46 < PeterM> yeah, you can't use a standard mag jack it has to be a poe compatible one 2018-11-11T03:14:02 < qyx> I even saw discrete transformers and common mode chokes for gige 2018-11-11T03:14:09 < qyx> from TDK 2018-11-11T03:14:58 < qyx> they claim their solution is smaller 2018-11-11T03:14:58 < PeterM> i think on a standard mag jacks they use a common core for the transformer so a dc bias would saturate it, and also they dont generally bring out the required pins 2018-11-11T03:15:19 < PeterM> so need poe specific mag jack 2018-11-11T03:15:43 < PeterM> im sure there are lots of different reasons 2018-11-11T03:18:39 < PeterM> there are other reasons for non-mag jacks, for example people not using them for ethernet (seen plenty of ttl uart on rj45s) 2018-11-11T03:19:35 < PeterM> why you should use magjacks or not is completely up to you though 2018-11-11T03:24:52 < PeterM> hi crt 2018-11-11T03:45:47 < karlp> so, how differential does 100baset really need to be? 2018-11-11T03:46:08 < karlp> PeterM: oh yeah, for sure with peopleusing them as just 8p8c connector stuff, 2018-11-11T03:56:45 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Read error: Connection reset by peer] 2018-11-11T04:35:30 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-11T04:58:05 < englishman> -8C 2018-11-11T05:01:44 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 244 seconds] 2018-11-11T05:38:27 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-11T05:40:27 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-11T05:40:28 -!- [1]MrMobius is now known as MrMobius 2018-11-11T05:50:03 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 245 seconds] 2018-11-11T05:52:08 -!- Chris_M [~Chris_M@203-214-94-79.dyn.iinet.net.au] has joined ##stm32 2018-11-11T05:57:00 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-11T06:16:39 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has quit [Ping timeout: 244 seconds] 2018-11-11T06:20:14 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has joined ##stm32 2018-11-11T06:48:37 -!- fc5dc9d4_ [~quassel@p5B081A2D.dip0.t-ipconnect.de] has joined ##stm32 2018-11-11T06:52:46 -!- fc5dc9d4 [~quassel@p5B081661.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 2018-11-11T07:10:26 < ColdKeyboard> I'm trying to get STM32F030 up and running with this makefile https://pastebin.com/sMbSpUpV but for the life of me I can't figure why I'm getting ` undefined reference to `_init'` error during linking and no idea how to fix it? :\ 2018-11-11T07:11:04 < ColdKeyboard> Here is how the executed cmd during linking looks like `https://pastebin.com/tFJTQ8HG` 2018-11-11T07:16:47 < ColdKeyboard> I have `-nostartfiles -specs=nano.specs` during linking... but still it tries to make `_init` 2018-11-11T07:38:16 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2018-11-11T07:38:26 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-11T07:41:49 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-11T07:45:03 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 245 seconds] 2018-11-11T07:45:08 -!- day__ is now known as day 2018-11-11T08:09:14 < dongs> awful 2018-11-11T08:14:25 < ColdKeyboard> Thanks dongs :) 2018-11-11T08:14:56 < ColdKeyboard> If I want to flash the binary with JLink and OpenOCD, anyone have suggestion how to do it? 2018-11-11T08:15:15 < ColdKeyboard> Calling `openocd -f interface/jlink.cfg -c "transport select swd" -f target/stm32f0x.cfg -c "build/blink.elf verify reset exit"` doesn't work :\ 2018-11-11T08:18:36 < dongs> ColdKeyboard: jlink has software for lunix 2018-11-11T08:18:48 < dongs> why would anyone use inferior openocd over that i have no fucking idea 2018-11-11T08:19:00 < englishman> thats a lot of shit to type every time you want to flash something 2018-11-11T08:19:04 < englishman> i just click the flash button??? 2018-11-11T08:19:21 < ColdKeyboard> englishman I add it to my makefile and then just call make flash :) 2018-11-11T08:19:28 < englishman> what is a maekfile 2018-11-11T08:19:38 < englishman> why are you calling people 2018-11-11T08:19:44 < dongs> lunix filth 2018-11-11T08:19:46 < jpa-> meekfiles are for meek people 2018-11-11T08:20:10 < ColdKeyboard> Aaah, I really missed you guys :) 2018-11-11T08:21:13 < jpa-> ColdKeyboard: maybe you should have "flast write_image erase blink.elf" or something 2018-11-11T08:21:21 < jpa-> i haven't used jlink with openocd 2018-11-11T08:21:31 < dongs> jpa, its no different 2018-11-11T08:21:38 < dongs> openocd-compatible jlink driver just buttbangs 2018-11-11T08:21:45 < dongs> so the interface should be same as using it with anything else 2018-11-11T08:22:06 < jpa-> yeah, but does just putting elf name as a command work somewhere else? 2018-11-11T08:22:13 < jpa-> i always use "flash write_image" with stlink 2018-11-11T08:22:37 < ColdKeyboard> Hmmm, good point, just adding program works (openocd -f interface/jlink.cfg -c "transport select swd" -f target/stm32f0x.cfg -c "program build/blink.elf verify reset exit" <- works) 2018-11-11T08:22:55 < dongs> you know, keil for F0 is free and legal 2018-11-11T08:23:45 < dongs> http://www2.keil.com/stmicroelectronics-stm32/mdk 2018-11-11T08:24:06 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has quit [Quit: quit has dan2wik!] 2018-11-11T08:24:15 < ColdKeyboard> brainfart... I just realized I'm using openocd while I have jlink... GG :) 2018-11-11T08:24:37 < jpa-> huh, stm32l4r9; what a weird part number and it comes with 640kB of ram - such a nice round number :) 2018-11-11T08:25:34 < dongs> 640k huh 2018-11-11T08:25:36 -!- dan2wik [dan2wik@new.hellomouse.net] has joined ##stm32 2018-11-11T08:25:36 -!- dan2wik [dan2wik@new.hellomouse.net] has quit [Changing host] 2018-11-11T08:25:36 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has joined ##stm32 2018-11-11T08:25:39 < dongs> is it all banked to hell 2018-11-11T08:25:45 < dongs> so that you cant fucking use it with DMA 2018-11-11T08:27:00 < dongs> 640 Kbytes of SRAM including 64 Kbytes with hardware parity check 2018-11-11T08:27:04 < dongs> so at least 2 banks 2018-11-11T08:27:52 < jpa-> 3 banks but all connected to DMA 2018-11-11T08:27:58 < dongs> yeah looks like 3 banks 2018-11-11T08:28:03 < dongs> well, i guess you cant emulate msdos on it 2018-11-11T08:28:08 < dongs> with contigious 640k 2018-11-11T08:30:42 < dongs> https://i.imgur.com/APgsEve.jpg any idea what that gay mcu is 2018-11-11T08:31:24 < dongs> 1mmm LPC exists in that format 2018-11-11T08:32:31 < dongs> hmm pins 1/2 are vcc 2018-11-11T08:32:44 < dongs> hm or not 2018-11-11T08:41:55 < dongs> hmm. 2018-11-11T08:41:59 < dongs> that LPC doesnt need external xtal 2018-11-11T08:42:05 < dongs> cant take one either 2018-11-11T08:43:57 < dongs> what teh fuck is wrong with freescale 2018-11-11T08:44:04 < dongs> KEA8 datasheet doesnt have pinout in it 2018-11-11T08:45:33 < dongs> k its not KEA8 either 2018-11-11T08:46:24 < dongs> not infineon XMC1100 either 2018-11-11T08:47:10 < dongs> not NXP KE04 either 2018-11-11T08:55:13 < dongs> wtf 2018-11-11T08:55:18 < dongs> hgmm what if its a clock generator 2018-11-11T08:57:11 < englishman> maybe its a joint dave jones/lcsc multi level marketted 3 cent mcu 2018-11-11T08:57:19 < dongs> no 2018-11-11T08:57:25 < dongs> many pins are to gnd 2018-11-11T08:59:25 < dongs> fucking hell why is microchip.com so fucking slow 2018-11-11T09:02:52 < dongs> GND 4, 7, 16 2018-11-11T09:05:19 < dongs> vcc 12 2018-11-11T09:15:38 -!- SolderBlob1 [~SolderBlo@89.39.105.129] has joined ##stm32 2018-11-11T09:16:19 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-11T09:18:43 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 272 seconds] 2018-11-11T09:18:43 -!- [1]MrMobius is now known as MrMobius 2018-11-11T09:19:21 -!- SolderBlob [~SolderBlo@89.39.105.129] has quit [Ping timeout: 272 seconds] 2018-11-11T09:24:21 < dongs> SOT23-5 is TLV702 2018-11-11T09:27:03 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has quit [Quit: quit has dan2wik!] 2018-11-11T09:28:31 -!- dan2wik [dan2wik@2a07:5741:0:12ee::1] has joined ##stm32 2018-11-11T09:28:31 -!- dan2wik [dan2wik@2a07:5741:0:12ee::1] has quit [Changing host] 2018-11-11T09:28:31 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has joined ##stm32 2018-11-11T09:42:38 < qyx> l 2018-11-11T09:42:46 < qyx> morning 2018-11-11T09:43:14 < dongs> so im taking apart this little dongle for a jap tv 2018-11-11T09:43:24 < dongs> and I see a RSAG7.820.xxxx part number on it 2018-11-11T09:43:31 < dongs> google that up, bunch of hits for Haier/HiSense 2018-11-11T09:43:41 < dongs> google further, apparently that chinkco bought toshiba TV biz last year 2018-11-11T09:45:17 < qyx> isnt 820 the well known tuner in SDR dongles? 2018-11-11T09:48:15 < dongs> no 2018-11-11T09:48:25 < dongs> part# as in on PCB 2018-11-11T09:53:47 < malinus> qyx: nah, you are thinking about the rtl-sdr 238 2018-11-11T09:54:25 < malinus> *28 2018-11-11T09:54:50 < qyx> no, I meant R820T 2018-11-11T10:00:18 < dongs> apparently that's EOL now 2018-11-11T10:00:36 < dongs> anyway, googling RSAG7.820. brings up tons of haier shit 2018-11-11T10:01:01 < dongs> or hisense etc. 2018-11-11T10:19:31 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-11T11:12:45 -!- baird [~cjb@124-171-31-41.dyn.iinet.net.au] has joined ##stm32 2018-11-11T11:16:05 -!- cjbaird [~cjb@124-169-8-104.dyn.iinet.net.au] has quit [Ping timeout: 268 seconds] 2018-11-11T11:37:37 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:84d3:7f49:19e7:cb0c] has joined ##stm32 2018-11-11T11:45:41 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-11T11:46:16 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 272 seconds] 2018-11-11T11:46:17 -!- BrainDamage_ is now known as BrainDamage 2018-11-11T11:53:42 -!- sterna [~Adium@c-75e2e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-11T11:55:31 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-11T11:58:47 -!- ekaOlogik [~quassel@p549455B3.dip0.t-ipconnect.de] has joined ##stm32 2018-11-11T12:21:37 -!- baird is now known as cjbaird 2018-11-11T12:26:10 -!- cjbaird [~cjb@124-171-31-41.dyn.iinet.net.au] has quit [Ping timeout: 272 seconds] 2018-11-11T12:27:24 -!- cjbaird [~cjb@124-171-31-41.dyn.iinet.net.au] has joined ##stm32 2018-11-11T12:44:31 -!- baird [~cjb@ppp121-44-242-147.bras2.syd2.internode.on.net] has joined ##stm32 2018-11-11T12:46:07 -!- cjbaird [~cjb@124-171-31-41.dyn.iinet.net.au] has quit [Ping timeout: 268 seconds] 2018-11-11T12:52:04 -!- baird [~cjb@ppp121-44-242-147.bras2.syd2.internode.on.net] has quit [Quit: Konversation terminated!] 2018-11-11T13:06:34 -!- sterna1 [~Adium@c-75e2e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-11T13:06:34 -!- sterna [~Adium@c-75e2e253.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-11T14:22:25 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 252 seconds] 2018-11-11T14:47:38 -!- sterna1 [~Adium@c-75e2e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 244 seconds] 2018-11-11T15:11:05 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-11T15:54:50 -!- ekaOlogik [~quassel@p549455B3.dip0.t-ipconnect.de] has quit [Read error: Connection reset by peer] 2018-11-11T16:13:24 < aandrew> jpa-: you can use openocd with jlink just fine 2018-11-11T16:14:18 < aandrew> er ColdKeyboard not jpa- 2018-11-11T16:29:30 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:84d3:7f49:19e7:cb0c] has quit [Quit: Konversation terminated!] 2018-11-11T16:40:26 < Steffanx> but whats the point of using a jlink with openocd? 2018-11-11T16:40:37 < Steffanx> You have a jlink to use their gdb server + ozone etc. 2018-11-11T16:40:59 < Steffanx> i like ozone. 2018-11-11T16:46:29 < kakimir> what is ozone 2018-11-11T16:53:04 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-11T16:59:22 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-11T17:03:27 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-11T17:30:05 < Steffanx> some debug tool by segger kakimir 2018-11-11T17:33:31 < benishor> you're wrong, Steffanx 2018-11-11T17:33:38 < benishor> ozone is a legendary hit band https://www.youtube.com/watch?v=YnopHCL1Jk8 2018-11-11T17:34:03 < Steffanx> You're wrong. That was O-Zone. 2018-11-11T17:34:27 < benishor> noone ever minds the dash 2018-11-11T17:35:31 < Steffanx> 2004, damn. 2018-11-11T17:35:45 < benishor> makes you feel old, eh? 2018-11-11T17:35:48 < Steffanx> yeah 2018-11-11T17:36:13 < benishor> flash news: you are! 2018-11-11T17:37:43 < Steffanx> nah, i was young when it came out :P 2018-11-11T18:24:38 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 272 seconds] 2018-11-11T18:35:45 < Steffanx> Installing. 2018-11-11T18:38:35 < Steffanx> hmm is it the rowley ide? 2018-11-11T18:38:47 < Steffanx> the about mentions it. 2018-11-11T19:36:05 -!- laurence__ [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-11T20:01:40 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-11T20:03:46 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:5ddc:86eb:bf57:c1d3] has joined ##stm32 2018-11-11T20:11:32 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-11T20:34:25 < jadew> https://youtu.be/P5faiEUXbGg?t=83 2018-11-11T20:35:31 < jadew> 300 MHz, 8 Gs/s 2018-11-11T20:35:39 < jadew> probably hackable from the 1k model 2018-11-11T20:37:22 < aandrew> jadew: nice scope 2018-11-11T20:37:30 < aandrew> my next scope will be expensive as fuck 2018-11-11T20:37:32 < jadew> yeah, that's freaking awesome 2018-11-11T20:37:38 < jadew> which scope are you getting? 2018-11-11T20:37:45 < aandrew> I want at least 4GHz analog bandwidth and even used they're $$$ 2018-11-11T20:37:50 < aandrew> not to mention the probes 2018-11-11T20:37:59 < aandrew> 99% of the work I do I can get by just fine with a 100MHz scope 2018-11-11T20:38:06 < jadew> ah, yeah, I've been hunting for a 1 GHz one for a while and they're not cheap 2018-11-11T20:38:20 < aandrew> and to be fair, 75% of that 99% I can do with a simple logic analyzer 2018-11-11T20:38:28 < jadew> only those crusty lecroys are accessible, but from what I understand they're not great 2018-11-11T20:38:40 < aandrew> I love lecroy scopes. not so sure about the older ones though 2018-11-11T20:38:53 < sync> the older ones were nice for the day 2018-11-11T20:39:08 < aandrew> the new MSOs are holy fuckballs amaze 2018-11-11T20:41:35 < jadew> hah, that new rigol, even if you buy it with 2 channels, it comes with 4 and it's software upgradable :P 2018-11-11T20:43:05 < jadew> bottom line is probably this: 300 MHz (at least), 4 channels, MSO with sig gen for $900 2018-11-11T20:43:08 < jadew> that's not bad 2018-11-11T21:10:58 < laurence__> https://postimg.cc/DJbC2dMD 2018-11-11T21:13:20 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2018-11-11T21:20:52 < qyx> anyone used zephyr? 2018-11-11T21:43:43 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2018-11-11T21:48:55 < Steffanx> sounds familiar, but ... google told me no 2018-11-11T21:50:58 < Steffanx> you are referring to the sw testing tools i assume qyx ? 2018-11-11T21:51:30 < qyx> no, the iot thing with vxworks 2018-11-11T21:51:41 < Steffanx> oh lol 2018-11-11T21:52:08 < qyx> https://www.zephyrproject.org/ 2018-11-11T21:52:24 < qyx> looks complicated enough to avoid it 2018-11-11T21:56:06 < Steffanx> https://www.zephyrproject.org/project-resources/demos/ "Heart Rate Monitor on Arduino 101"... :P 2018-11-11T22:03:41 < karlp> everything about zephyr sounds like a solution looking for a problem. 2018-11-11T22:04:13 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 244 seconds] 2018-11-11T22:16:43 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:5ddc:86eb:bf57:c1d3] has quit [Quit: Konversation terminated!] 2018-11-11T22:29:20 < laurence__> https://postimg.cc/TpSKZzbT 2018-11-11T22:36:32 < Steffanx> Good job laurence__ , since you started using postimg the quality went down. I thought that wasnt even possible. 2018-11-11T22:54:24 < antto> bought le monitor 2018-11-11T22:54:26 < antto> it's noice 2018-11-11T22:54:33 -!- laurence__ is now known as Laurenceb124 2018-11-11T22:55:08 < Steffanx> Ty antto 2018-11-11T22:55:28 < antto> so far the best LCD i've seen, altho no LCD deserves to be in the same sentence with the word "best" 2018-11-11T22:56:11 < antto> tilt, swivel, rotate to portrait mode.. nice stand 2018-11-11T22:57:30 < antto> it's also f*cking bright (good for during the day) 2018-11-11T22:58:44 < antto> i'm running it with HDMI right now, cuz the f*cking computer store had not a single DVI cable o_O 2018-11-11T22:59:03 < antto> haven't tried the card reader sh*t yet 2018-11-11T22:59:32 < qyx> is DVI still a thing? 2018-11-11T23:00:04 < antto> given that i've been using VGA till now 2018-11-11T23:01:05 < Steffanx> So why not stick to hdmi? 2018-11-11T23:01:25 < karlp> smaller, cheaper, no downsides... 2018-11-11T23:01:48 < antto> i don't know.. HDMI kinda sounds like home-theater kind of sh*t 2018-11-11T23:02:08 < Steffanx> Lol 2018-11-11T23:02:25 < invzim> DP FTW :) 2018-11-11T23:02:50 < invzim> the new rigol is ugly as sin 2018-11-11T23:02:53 < Steffanx> Id stick to vga then antto 2018-11-11T23:03:00 < antto> i remember reading some stuff about too black and too white is banned 2018-11-11T23:05:57 < antto> i got display port on the comput0r's built-in video card, but not on the radeon 2018-11-11T23:06:22 < karlp> dp is just hdmi without audio... 2018-11-11T23:06:49 < antto> right now, the only weird thing i see is the monitor coming kinda too slow out of suspend, and i suspect this is due to silly hdmi 2018-11-11T23:07:36 < antto> my radeon haz dvi, hdmi, and vga 2018-11-11T23:07:42 < antto> so imma get a dvi cable 2018-11-11T23:08:46 < englishman> congrats antto 2018-11-11T23:08:48 < englishman> it is a good one 2018-11-11T23:08:49 < Steffanx> Sounds like a waste of money. 2018-11-11T23:08:59 < antto> why? 2018-11-11T23:09:07 < englishman> hdmi what 2018-11-11T23:09:23 < englishman> >dp is just hdmi without audio... 2018-11-11T23:09:24 < englishman> no 2018-11-11T23:09:42 < englishman> and, you can have displaydongs with audio now 2018-11-11T23:10:13 < englishman> dongs has had years of problems with his 2413s 2018-11-11T23:10:23 < englishman> like only half the screen waking up, crashing etc 2018-11-11T23:10:32 < BrainDamage> : U+20AB DONG SIGN (₫) 2018-11-11T23:11:21 < englishman> 1 Vietnamese dong equals 2018-11-11T23:11:21 < englishman> 0.000043 United States Dollar 2018-11-11T23:11:32 < englishman> still doing better than buttcoin 2018-11-11T23:11:59 < Steffanx> Because there is no point in going for dvi when you have hdmi antto... (?!?!) 2018-11-11T23:12:27 < antto> sure there is, i can have the HDMI port free (so i can plug my camera into the monitor) 2018-11-11T23:13:38 < Steffanx> Whokay 2018-11-11T23:15:43 < Steffanx> You do that often antto ? 2018-11-11T23:16:15 < antto> sure, who doesn't like to play with video feedback 2018-11-11T23:19:49 < Steffanx> I spotted you at a big lan party in dutchland this weekend crt 2018-11-11T23:20:00 < Steffanx> You were the ONLY guy with a CRT. 2018-11-11T23:20:23 < Steffanx> He claimes it was the best CRT ever made. 2018-11-11T23:20:30 < antto> i still keep my CRT 2018-11-11T23:20:49 < Steffanx> Not surprised. 2018-11-11T23:21:07 < Steffanx> I dont even have my first non-crt anymore. 2018-11-11T23:21:50 < antto> cathode .. ray .. tooob 2018-11-11T23:22:00 < antto> wut iz there not to like about this 2018-11-11T23:22:03 < antto> it's so noice 2018-11-11T23:22:38 < antto> additive light mixing ftw 2018-11-11T23:24:00 < Steffanx> One crt is enough 2018-11-11T23:25:07 < mitrax> iiyama vision master pro ftw! with Diamondtron™ 2018-11-11T23:27:13 < antto> haven't heard about this one 2018-11-11T23:27:17 < Steffanx> Marketing blabla 😍 2018-11-11T23:27:36 < mitrax> hi 2018-11-11T23:28:11 < Steffanx> Welcome mitrax 2018-11-11T23:28:17 < mitrax> well those were the shit CRT wise 20 years ago 2018-11-11T23:28:30 < Steffanx> That was before my time 2018-11-11T23:28:53 < mitrax> probably a bit longer than that, around 1995/96 2018-11-11T23:31:52 < englishman> hmm dont remember the last time i used a crt 2018-11-11T23:32:55 < Steffanx> I do. Playing Red Alert 2. Online. 2018-11-11T23:32:55 < englishman> never had that 2018-11-11T23:33:02 < englishman> went right from 286 to 486dx 2018-11-11T23:33:18 < Steffanx> The good old times. 2018-11-11T23:36:53 < Laurenceb124> Diamondtron is unironically epin 2018-11-11T23:37:00 < mitrax> my first LCDs http://download.unfiltered.net/screens02.jpg 2018-11-11T23:37:22 < Laurenceb124> but megabux modern IPS LCD is probably as good 2018-11-11T23:40:51 < Steffanx> Bad for arcade gaming 2018-11-11T23:42:19 < BrainDamage> I'm quite ok with my IPS 2018-11-11T23:42:21 < mitrax> crt: i got some dell ultrasharp 25'', but except for the higher resolution i prefered my old MVA, they had better contrast / less backlight bleeding 2018-11-11T23:42:36 < BrainDamage> then again, I'm not that anally retentive wrt displays 2018-11-11T23:48:05 < antto> i'm a hobby photographer (i guess) so it's not a bad idea to be able to see teh picture moar properly 2018-11-11T23:49:47 < Laurenceb124> CRT might still have better colour than LCD, I dunno 2018-11-11T23:50:07 < antto> it easily can 2018-11-11T23:50:53 < antto> IPS is afaik the best you can get if you're stuck with LCD.. but LCD is generally a pile of crap 2018-11-11T23:51:02 < antto> my hopes are in OLED 2018-11-11T23:53:54 < Steffanx> Can we see the photos you take online antto? 2018-11-11T23:54:08 < antto> u've seen em 2018-11-11T23:54:17 < Steffanx> I dont recall 2018-11-11T23:55:30 < antto> https://i.imgur.com/mdb6nbS.jpg 2018-11-11T23:56:07 < Laurenceb124> inb4 pronz 2018-11-11T23:56:23 < antto> u want pr0nz? 2018-11-11T23:56:45 < englishman> yes 2018-11-11T23:56:47 < englishman> 10/10 2018-11-11T23:56:48 < englishman> photo 2018-11-11T23:56:51 < englishman> expert skills 2018-11-11T23:57:03 < englishman> do you work for nat geo 2018-11-11T23:57:30 < antto> nah, they're too amature 2018-11-11T23:58:06 < Laurenceb124> I see pussy 2018-11-11T23:58:14 < Laurenceb124> imagine my shock 2018-11-11T23:58:26 < antto> Laurenceb124, https://i.imgur.com/ws2IC.jpg 2018-11-11T23:58:31 < englishman> check out this one i got on savannah https://i.imgur.com/TSpegW6.jpg 2018-11-11T23:59:03 < antto> https://i.imgur.com/YOP1x.jpg 2018-11-11T23:59:03 < Laurenceb124> https://www.youtube.com/watch?v=iZ5CWhnnMHI 2018-11-11T23:59:38 < englishman> https://i.imgur.com/QtWvCsn.jpg 2018-11-11T23:59:45 < englishman> the high resolution catto --- Day changed Mon Nov 12 2018 2018-11-12T00:00:03 < antto> looks fat 2018-11-12T00:00:10 < Steffanx> My pro photo http://imgur.com/a/mNXAfLI 2018-11-12T00:00:24 -!- Streaker [~Streaker@45.250.227.17] has joined ##stm32 2018-11-12T00:00:29 -!- Streaker [~Streaker@45.250.227.17] has quit [Changing host] 2018-11-12T00:00:29 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-12T00:00:35 < englishman> https://i.imgur.com/dqWrfcb.jpg 2018-11-12T00:00:40 < englishman> they arent too fat just fuzzy 2018-11-12T00:01:06 < englishman> very pro Steffanx 2018-11-12T00:01:19 < Steffanx> Real phone photo :) 2018-11-12T00:01:21 < antto> https://i.imgur.com/1XUkN.jpg 2018-11-12T00:01:54 < Steffanx> Those blue eyes stvn :S 2018-11-12T00:03:27 < Steffanx> Did you want porn photos englishman? 2018-11-12T00:03:36 < Steffanx> http://imgur.com/gallery/P253HJG there you go 2018-11-12T00:03:59 < antto> aww fuuug 2018-11-12T00:04:14 < antto> gotta wash my eyes with soap now 2018-11-12T00:05:45 < Laurenceb124> https://postimg.cc/nM5TnYXZ 2018-11-12T00:06:25 -!- sterna [~Adium@c-7aebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-12T00:06:57 < antto> https://i.imgur.com/bVnvIIQ.jpg 2018-11-12T00:08:47 < englishman> nice 2018-11-12T00:10:11 < Steffanx> I like how your cat seems to sit 2018-11-12T00:10:24 < Steffanx> The one here doesnt do that. Unless asleep 2018-11-12T00:11:51 < antto> https://i.imgur.com/UgPO8R4.jpg 2018-11-12T00:12:45 < Steffanx> What fancy camera do you have mr antto? 2018-11-12T00:13:02 < antto> a black one 2018-11-12T00:13:04 < antto> ;P~ 2018-11-12T00:13:08 < Steffanx> Ty 2018-11-12T00:13:25 < antto> sony a55 2018-11-12T00:14:26 < antto> https://i.imgur.com/T6Wqg1Q.jpg 2018-11-12T00:19:28 < Steffanx> :) 2018-11-12T00:30:04 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 272 seconds] 2018-11-12T01:00:29 -!- sterna [~Adium@c-7aebe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 272 seconds] 2018-11-12T01:12:20 < Laurenceb124> Anatomical penises may exist, but as pre-operative transgendered women also have anatomical penises, the penis vis-à-vis maleness is an incoherent construct 2018-11-12T01:13:01 < Laurenceb124> the penis is better understood not as an anatomical organ but as a social construct 2018-11-12T01:13:08 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 272 seconds] 2018-11-12T01:14:44 < antto> dauq?! 2018-11-12T01:16:51 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-12T01:33:08 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-12T01:35:51 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 260 seconds] 2018-11-12T01:35:51 -!- BrainDamage_ is now known as BrainDamage 2018-11-12T01:58:24 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-12T02:03:36 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-12T02:42:42 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-12T02:46:30 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-12T02:48:08 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 272 seconds] 2018-11-12T02:48:09 -!- BrainDamage_ is now known as BrainDamage 2018-11-12T02:49:13 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] 2018-11-12T02:52:55 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-12T02:57:07 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 240 seconds] 2018-11-12T02:59:12 -!- boB_K7IQ [~boBK7IQ@73.109.63.122] has joined ##stm32 2018-11-12T03:00:35 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-12T03:06:38 < mawk> lol Laurenceb124 2018-11-12T03:07:03 < mawk> it's getting worse and worse 2018-11-12T03:17:28 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 268 seconds] 2018-11-12T03:30:50 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-12T03:31:48 -!- cjbaird [~cjb@ppp118-211-202-155.bras1.syd2.internode.on.net] has joined ##stm32 2018-11-12T03:36:00 < Laurenceb124> dipole drive!! 2018-11-12T03:36:07 < Laurenceb124> the absolute state of nasa 2018-11-12T03:36:17 < Laurenceb124> >finally realise emdrive doesnt work 2018-11-12T03:36:30 < Laurenceb124> >design a drive that violates high school physics 2018-11-12T03:37:39 < mawk> what's that 2018-11-12T03:38:49 < Laurenceb124> https://www.centauri-dreams.org/2018/06/29/the-dipole-drive-a-new-concept-for-space-propulsion/ 2018-11-12T03:46:15 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-12T03:54:14 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-12T04:03:30 < mawk> why violates high school physics Laurenceb124 ? 2018-11-12T04:06:48 -!- boB_K7IQ [~boBK7IQ@73.109.63.122] has quit [Ping timeout: 268 seconds] 2018-11-12T04:06:52 < mawk> it's just throwing stuff out 2018-11-12T04:09:16 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 268 seconds] 2018-11-12T04:11:43 < Laurenceb124> potential at infinity from a dipole is zero 2018-11-12T04:12:02 < Laurenceb124> so there is no way to exert net force on charged particles 2018-11-12T04:12:27 < Laurenceb124> if you use a nonlinear AC field then you might be able to make the idea work using pondermotive effect 2018-11-12T04:12:43 < Laurenceb124> but they arent even smart enough to think of that one O_o 2018-11-12T04:13:45 < Laurenceb124> my sides https://i.imgsafe.org/89ad19ee42.jpeg 2018-11-12T04:15:27 -!- Streaker [~Streaker@45.250.227.17] has joined ##stm32 2018-11-12T04:15:29 -!- Streaker [~Streaker@45.250.227.17] has quit [Changing host] 2018-11-12T04:15:29 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-12T04:25:54 < jadew> Laurenceb124, so they started with a trigger warning? 2018-11-12T04:26:14 < Laurenceb124> looks like it 2018-11-12T04:26:31 < Laurenceb124> I c what u did there 2018-11-12T04:28:02 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-12T04:37:38 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 268 seconds] 2018-11-12T04:43:25 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 272 seconds] 2018-11-12T04:48:56 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-12T05:34:04 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 272 seconds] 2018-11-12T05:40:31 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-12T05:53:56 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-12T06:02:59 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2018-11-12T06:27:06 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-12T06:27:42 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-12T06:30:14 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-12T06:32:50 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Read error: Connection reset by peer] 2018-11-12T06:38:00 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-12T06:47:32 -!- fc5dc9d4 [~quassel@p5B3A82AB.dip0.t-ipconnect.de] has joined ##stm32 2018-11-12T06:52:04 -!- fc5dc9d4_ [~quassel@p5B081A2D.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 2018-11-12T06:57:40 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 272 seconds] 2018-11-12T07:13:51 -!- benishor [~benny@188.24.182.41] has quit [Ping timeout: 252 seconds] 2018-11-12T07:37:16 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2018-11-12T07:37:22 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-12T07:40:29 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-12T07:43:52 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2018-11-12T07:43:58 -!- day__ is now known as day 2018-11-12T07:56:17 < englishman> https://www.youtube.com/watch?v=K7Hn1rPQouU 2018-11-12T07:57:13 < dongs> /!\ ALERT /!\ IP Address is being tracked 2018-11-12T07:57:26 < dongs> VIEW OPTIONS [ YES ] [ NO ] 2018-11-12T07:57:39 < dongs> this is why i stick to anime 2018-11-12T07:57:53 < dongs> at least I know i can expect surprise tentacle porn --- Log closed Mon Nov 12 08:43:35 2018 --- Log opened Mon Nov 12 08:46:53 2018 2018-11-12T08:46:53 -!- jpa- [jpa@hilla.kapsi.fi] has joined ##stm32 2018-11-12T08:46:53 -!- Irssi: ##stm32: Total of 136 nicks [1 ops, 0 halfops, 0 voices, 135 normal] 2018-11-12T08:48:19 -!- Irssi: Join to ##stm32 was synced in 93 secs 2018-11-12T08:55:47 < dongs> pump it up 2018-11-12T09:08:57 -!- sterna [~Adium@c-8aebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-12T09:21:55 -!- Chris_M [~Chris_M@203-214-94-79.dyn.iinet.net.au] has quit [Read error: Connection reset by peer] 2018-11-12T09:22:18 -!- Chris_M [~Chris_M@203-214-94-79.dyn.iinet.net.au] has joined ##stm32 2018-11-12T09:41:02 -!- sterna [~Adium@c-8aebe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-12T09:41:07 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-12T09:42:15 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-12T09:44:23 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-12T09:50:35 -!- c10ud_ [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-12T09:54:56 < dongs> https://i.imgur.com/mfs5S8W.png does this even look like a MCU 2018-11-12T09:55:00 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 272 seconds] 2018-11-12T09:58:25 < dongs> huh nowthis is fucking WEIRD 2018-11-12T09:58:50 < dongs> https://i.imgur.com/osjkTkW.png this is 3225 "crystal" 2018-11-12T09:58:53 < dongs> but its empty inside???? 2018-11-12T10:00:35 < dongs> ive xrayed xtal before its not empty inside 2018-11-12T10:00:43 < dongs> wehn i got some dodgy china crystal 2018-11-12T10:00:49 < dongs> that claimed to be 12 on the tin but was 16 2018-11-12T10:04:47 < qyx> is the crystal crystalling? 2018-11-12T10:05:37 < dongs> not yet. im trying to figure out what that all circuit does 2018-11-12T10:08:29 < dongs> does anything else come in 3225 package 2018-11-12T10:08:31 < dongs> that isnt a crystal 2018-11-12T10:09:03 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-12T10:11:34 < qyx> mhm, inductors 2018-11-12T10:12:36 < dongs> meh nah. i looked at other xtays it ook and cryasl lokos same 2018-11-12T10:12:39 < dongs> maybe im just stoned 2018-11-12T10:12:45 < dongs> they;re all transparent 2018-11-12T10:13:14 < cjbaird> quartz xtals are just a sliver of quartz.. 2018-11-12T10:13:34 < cjbaird> (with metal coating on the sides) 2018-11-12T10:27:01 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-12T10:35:07 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-12T10:58:20 -!- benishor [~benny@79.116.213.61] has joined ##stm32 2018-11-12T10:59:12 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-12T11:15:37 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-12T11:34:05 < zyp> dongs, that mcu shot doesn't look weird to me, apparently bottom left is ground and connected to the plate that the die is mounted on 2018-11-12T11:34:14 < dongs> yes, right 2018-11-12T11:34:30 < dongs> but that looks kinda big for mcu die 2018-11-12T11:34:44 < dongs> also why teh gnd so fat 2018-11-12T11:34:49 < zyp> you don't see the die 2018-11-12T11:34:57 < zyp> just the metal shit under it 2018-11-12T11:35:09 < dongs> ah is the die glued to it or someshit and then wirebonded on top? 2018-11-12T11:35:24 < zyp> I assume so 2018-11-12T11:35:49 < zyp> so gnd is a whole metal piece from leg all the way in under the die 2018-11-12T11:36:00 < zyp> probably helps with thermal dissipation as well 2018-11-12T11:36:19 < dongs> yeah i dont expect this ot be hot tho 2018-11-12T11:36:38 < zyp> kinda like a chip with exposed center pad, except not exposed 2018-11-12T11:36:49 < zyp> hot is relative 2018-11-12T11:36:58 < zyp> any chip that consumes power dissipates heat 2018-11-12T11:39:25 < zyp> https://p.globalsources.com/IMAGES/PDT/B1066901955/Precision-IC-Lead-Frame.jpg <- random google hit for leadframe, you see the same shit here 2018-11-12T11:39:47 < dongs> that must be a very small pic 2018-11-12T12:10:33 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-12T12:13:23 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 245 seconds] 2018-11-12T12:13:23 -!- [1]MrMobius is now known as MrMobius 2018-11-12T12:17:29 -!- cjbaird [~cjb@ppp118-211-202-155.bras1.syd2.internode.on.net] has quit [Quit: Konversation terminated!] 2018-11-12T12:40:21 -!- chipant [~chipant@202.51.93.27] has joined ##stm32 2018-11-12T12:52:57 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-12T13:01:46 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 246 seconds] 2018-11-12T13:29:48 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 252 seconds] 2018-11-12T13:52:30 -!- tctw [~Tectu@82-197-160-105.init7.net] has joined ##stm32 2018-11-12T14:23:53 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2018-11-12T14:23:57 -!- brabo [~brabo@globalshellz/owner/brabo] has quit [Ping timeout: 252 seconds] 2018-11-12T14:37:05 -!- brabo [~brabo@globalshellz/owner/brabo] has joined ##stm32 2018-11-12T16:15:49 < karlp> well, that sure shut the conversation down... 2018-11-12T16:19:20 < zyp> sorry :( 2018-11-12T16:19:40 < karlp> why? wasn't you. 2018-11-12T16:20:32 < zyp> well, I wasn't here to make conversation 2018-11-12T16:21:29 < zyp> I've been skipping work to go pick up the countertops for the kitchen 2018-11-12T16:21:30 < zyp> https://bin.jvnv.net/file/i1U30.jpg 2018-11-12T16:29:05 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-12T16:34:18 -!- Jak_o_Ombroj [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 252 seconds] 2018-11-12T16:41:38 -!- qyx_ [~qyx@84.245.120.52] has joined ##stm32 2018-11-12T16:42:35 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2018-11-12T16:46:31 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2018-11-12T16:47:01 -!- qyx_ [~qyx@84.245.120.52] has quit [Ping timeout: 260 seconds] 2018-11-12T17:00:16 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2018-11-12T17:06:56 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 272 seconds] 2018-11-12T17:09:57 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-12T17:12:07 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-12T17:38:00 < Thorn> world chess championship match live commentary https://www.youtube.com/watch?v=TR9Qd9pzSlk 2018-11-12T17:42:37 < englishman> leaf is outselling egolf 7:1 here 2018-11-12T17:42:50 < englishman> i guess the 18 month waiting list and smaller battery for more money isnt helping 2018-11-12T17:43:22 < englishman> but model 3 is selling the most now 2018-11-12T17:44:02 < englishman> not by a lot but for a car at least 2x the price, not bad 2018-11-12T17:44:19 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2018-11-12T17:44:42 < englishman> egolf would have been competitive if they released it here 2-3 years ago like they did in your country :p 2018-11-12T17:45:49 < zyp> egolf is not the best range for money, but it's a comfortable car to drive 2018-11-12T17:49:05 < zyp> of course, leaf is outselling everything here too 2018-11-12T17:49:25 < englishman> it didnt before, apparently, in 2015 2018-11-12T17:49:27 < zyp> all time there's 49k leaf and 31k egolf in norway 2018-11-12T17:49:30 < englishman> but the 2018 model is an actual upgrade 2018-11-12T17:49:39 < zyp> this year 14k leaf and 7k egolf 2018-11-12T17:49:49 < zyp> http://elbilstatistikk.no/ <- stats here if you wanna dig 2018-11-12T17:50:12 < zyp> looks like TMS just got overtaken by i3 for third place 2018-11-12T17:50:38 < englishman> geo blocked 2018-11-12T17:50:41 < zyp> wat 2018-11-12T17:50:46 < zyp> weird 2018-11-12T17:51:19 < englishman> nissan is trying to sell its battery division so they can buy LGs like everyone else 2018-11-12T17:51:21 < englishman> but noone is buying 2018-11-12T17:51:38 < englishman> everyone knows that leaf batteries are crap :p 2018-11-12T17:52:20 < zyp> haha, true 2018-11-12T17:52:49 < zyp> I've driven the 2018 leaf, it's nice but I still prefer my car 2018-11-12T17:52:55 < zyp> at least when disregarding range 2018-11-12T17:54:50 < zyp> oh, I also know a guy with one, met him at ikea on saturday 2018-11-12T17:55:40 < zyp> I were plugging in to charge, he laughed a bit saying he still had 85% left 2018-11-12T17:56:28 < englishman> im in the habit of just plugging in whenever its available 2018-11-12T17:56:36 < englishman> so i never think about range 2018-11-12T17:56:46 < zyp> I were making a longer trip though, not just ikea and back 2018-11-12T17:56:48 < englishman> tho everywhere i go is within 80km 2018-11-12T17:57:04 < zyp> usually when I go to ikea, I don't bother charging 2018-11-12T17:57:50 < englishman> havent been yet, but i heard the ev spots are primo 2018-11-12T17:57:57 < englishman> the one time i have been to idea, parking was the biggest issue 2018-11-12T17:58:01 < englishman> so i might actually go 2018-11-12T17:58:22 < englishman> if i needed any swedish crap, that is 2018-11-12T17:58:29 < zyp> I mostly only plug in when I need it, i.e. when it saves me a quick charge later or something 2018-11-12T17:58:37 < zyp> otherwise I don't bother 2018-11-12T17:58:39 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-12T17:59:13 < zyp> I prefer leaving free spots to people who need them more than me, hoping other people think the same way so there's some left for me when I need them 2018-11-12T17:59:36 < zyp> and I don't bother with paid spots when I have enough range to get home and charge cheaper 2018-11-12T18:00:04 < englishman> public EVs are pretty sparse still 2018-11-12T18:00:10 < englishman> er, EVSEs 2018-11-12T18:00:31 < zyp> that is not a problem here 2018-11-12T18:00:38 < englishman> putting them in front of all the new cannabis stores would have been smart 2018-11-12T18:00:54 < englishman> but those guys went into it 100% knowing they would have a monopoly and could do the minimum possible 2018-11-12T18:01:19 < zyp> there's tons of both free plain outlets, paid AC EVSEs and fast chargers around here within a 50km radius 2018-11-12T18:01:52 < zyp> including my local ikea 2018-11-12T18:02:04 < englishman> i have been changing my shopping habits to favour those places with evse 2018-11-12T18:02:10 < englishman> not because i use them 2018-11-12T18:02:12 < zyp> they have like 8 plain outlets, 4 22kW AC outlets and 4 50kW fast chargers 2018-11-12T18:02:14 < englishman> because what the fuck 2018-11-12T18:02:16 < karlp> what's evse mean? 2018-11-12T18:02:20 < englishman> charging station 2018-11-12T18:02:29 < karlp> yeah, I gatehred, I meant the acronym 2018-11-12T18:02:30 < englishman> electric vehicle supply equipment 2018-11-12T18:02:32 < karlp> thanks 2018-11-12T18:02:52 < englishman> went to see that freddy mercury movie 2018-11-12T18:02:56 < englishman> no evse within 4km 2018-11-12T18:02:57 < englishman> wtf 2018-11-12T18:03:02 < englishman> movies are the perfect place for them 2018-11-12T18:03:12 < zyp> basically a socket with interlocks that doesn't turn on power until a car is connected and electronics that tells the car how much current it can draw 2018-11-12T18:04:08 < englishman> we will be planning an electric trip, through some coastal countryside 2018-11-12T18:04:16 < zyp> fun 2018-11-12T18:04:18 < englishman> not many stations out there 2018-11-12T18:04:35 < englishman> a 100ft extension cord is already necessary at the ski chalet 2018-11-12T18:04:45 < zyp> you should drive over to meet up with Steffanx 2018-11-12T18:05:08 < englishman> is the bridge open 2018-11-12T18:05:26 < karlp> hrm, speaking of, Steffanx, I'll be in boxmeer in a couple of weeks, is that any closer to you? 2018-11-12T18:05:34 < Steffanx> Lol no 2018-11-12T18:05:55 < karlp> I seem to keep visiting the parts of holland with low steffanx ratios 2018-11-12T18:06:16 < Steffanx> Yes. No one visits the nothern parts 2018-11-12T18:06:23 < Steffanx> Nothing interesting here 2018-11-12T18:06:49 < zyp> .nl is pretty small though, doesn't take that long to take a detour :p 2018-11-12T18:06:51 < karlp> oh, you're up by groningen aren't you? 2018-11-12T18:07:07 < zyp> yeah 2018-11-12T18:07:09 < Steffanx> Yessir 2018-11-12T18:07:28 < zyp> according to google maps that's only a 2:20 drive 2018-11-12T18:07:31 < karlp> hrm, boxmeer looks tiny and shitty 2018-11-12T18:07:54 < karlp> well, it's a work trip, I'm not off on a 5 hour detour to northern holland :) 2018-11-12T18:07:56 < englishman> https://www.youtube.com/watch?v=EoyFFxCtfXo 2018-11-12T18:07:59 < zyp> aww 2018-11-12T18:08:16 < zyp> well, Steffanx could make the trip :p 2018-11-12T18:08:23 < zyp> he should travel more 2018-11-12T18:08:24 < karlp> well, we'll see, I might actually be there over the weekend. 2018-11-12T18:08:30 < sync> driving over the dam at the IJsselmeer is also quite uneventful 2018-11-12T18:08:35 < sync> water on the left and water on the right 2018-11-12T18:08:42 < zyp> I did that 2018-11-12T18:09:25 < zyp> was a nice drive IMO 2018-11-12T18:09:55 < zyp> but then again, I didn't expect anything more than water on the left and water on the right :p 2018-11-12T18:10:48 < englishman> theres nothing to see in groangen, even the waffels are mail-order 2018-11-12T18:11:24 < zyp> I heard they got a nice new climbing wall there 2018-11-12T18:11:29 < zyp> Steffanx didn't tell me about that 2018-11-12T18:12:41 < zyp> hmm, according to google it's not even new 2018-11-12T18:12:53 < sync> no it is not 2018-11-12T18:14:39 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-12T18:14:42 < zyp> oh well, time to go dick around with the kitchen again 2018-11-12T18:17:53 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 250 seconds] 2018-11-12T18:31:05 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-12T18:43:03 -!- chipant [~chipant@202.51.93.27] has quit [Quit: Leaving] 2018-11-12T18:43:04 < Steffanx> Im pretty sure i told you zyp 2018-11-12T18:45:44 < kakimir> where is laurence 2018-11-12T18:45:51 < kakimir> important ADC questions 2018-11-12T18:47:09 < Steffanx> Id ask BrainDamage 2018-11-12T18:52:49 < kakimir> I have lets say 600 measurements 2018-11-12T18:53:13 < kakimir> I need to calculate trend 2018-11-12T18:54:24 < kakimir> or to say I run sampling at 1hz 2018-11-12T18:54:28 < kakimir> for 10minutes 2018-11-12T18:54:29 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-12T18:54:44 < kakimir> and I have initial voltage point 2018-11-12T18:54:58 < kakimir> and when 10minutes is passed I calculate difference 2018-11-12T18:55:25 < kakimir> but using first and last sample is prone to noise 2018-11-12T18:55:58 < Thorn> decimation 2018-11-12T18:58:36 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2018-11-12T19:00:03 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-12T19:03:45 < kakimir> averaging you say? 2018-11-12T19:05:39 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Quit: Leaving] 2018-11-12T19:25:30 < englishman> found dongs https://i.imgur.com/znM2eCS.jpg 2018-11-12T19:32:00 < karlp> oops... 2018-11-12T19:32:06 < karlp> margin call on non-existant crypto coins? 2018-11-12T19:43:33 -!- c10ud_ [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-12T19:45:10 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-12T19:46:00 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-12T19:46:05 < bitmask> herro 2018-11-12T19:46:30 < bitmask> can I get some advice without being torn to shreds? 2018-11-12T19:46:43 < Steffanx> Hi lob235 2018-11-12T19:46:54 < bitmask> I designed my first pcb and its not very pretty :P 2018-11-12T19:47:08 < Steffanx> Is it in altium? 2018-11-12T19:47:09 < bitmask> but it just needs to work and its mostly just for power distribution between connectors 2018-11-12T19:47:51 < bitmask> no, I just used eagle, I started in kicad but I ran into an issue so I switched :P 2018-11-12T19:47:53 < bitmask> https://i.imgur.com/AR54HLG.png 2018-11-12T19:49:00 < bitmask> batteries on the left, mosfets with resistors from gate to source (gnd plane) for pulldowns 2018-11-12T19:49:42 < bitmask> I made everything huge because I'm gonna try a toner transfer 2018-11-12T19:54:57 < bitmask> hmm now that I'm thinking about it, if I don't use right angle connectors I can have all the wires coming out the same side and save a lot of board space 2018-11-12T20:01:31 < englishman> trying to use Bluetooth headphones on lunix 2018-11-12T20:01:41 < englishman> stuck in shitty 8kbps headset mode 2018-11-12T20:01:55 < englishman> sound settings hangs and crashes 2018-11-12T20:02:00 < englishman> surprised it works at all tbh 2018-11-12T20:06:10 < aandrew> englishman: lol 2018-11-12T20:15:01 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-12T20:20:39 < bitmask> no input eh? that bad ha 2018-11-12T20:46:42 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has quit [Quit: quit has dan2wik!] 2018-11-12T20:46:58 -!- dan2wik [dan2wik@new.hellomouse.net] has joined ##stm32 2018-11-12T20:46:58 -!- dan2wik [dan2wik@new.hellomouse.net] has quit [Changing host] 2018-11-12T20:46:58 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has joined ##stm32 2018-11-12T20:55:37 < sync> englishman: ur doin it rong 2018-11-12T20:58:40 < englishman> isn't that the lunix way 2018-11-12T20:58:43 < englishman> the wrong way 2018-11-12T21:00:35 < Steffanx> Lol dongs pushed the wrong button and fired a few 100 rockets at isreal? 2018-11-12T21:00:44 < Steffanx> Now theyll strike back 2018-11-12T21:02:21 < englishman> aandrew: did you install the rocket warning app when you were in israel 2018-11-12T21:02:35 < aandrew> no 2018-11-12T21:02:39 < aandrew> didn't hear about it until now 2018-11-12T21:03:10 < Steffanx> It only works on jewphone 2018-11-12T21:03:16 < englishman> did you get your junk assembled 2018-11-12T21:05:08 < aandrew> not yet. boards arriving mid week 2018-11-12T21:05:22 < aandrew> then I manually build power supply and if it's good get them assembled 2018-11-12T21:05:36 < zyp> I got my junk unwrapped: https://bin.jvnv.net/file/zhR83.jpg https://bin.jvnv.net/file/FKSKY.jpg 2018-11-12T21:06:23 < Thorn> https://www.youtube.com/watch?v=TUeueVAvkeA 2018-11-12T21:06:24 < sync> I mean englishman, I just connected my bluetooth junk to lumix and it just worked fine 2018-11-12T21:06:54 < englishman> maybe I'm using the wrong wallpaper 2018-11-12T21:07:32 < sync> yes 2018-11-12T21:12:48 < Steffanx> Did you post the photos in the wrong order zyp? The gap on the 2nd photo is gone in the first? 2018-11-12T21:14:46 < zyp> no, they are not assembled yet 2018-11-12T21:15:04 < zyp> I wanna fix some extra support in the corner first 2018-11-12T21:15:24 < Steffanx> Did you forget to install the proprietary driver pack englishman 2018-11-12T21:16:38 < englishman> ah yes, the lunix drivers 2018-11-12T21:17:17 < englishman> rebooted and it works 2018-11-12T21:17:23 < Steffanx> I understand you want the full lunix experience and did not install proprietary stuff 2018-11-12T21:17:28 < englishman> probably a full swapfile or other nerd excuse 2018-11-12T21:17:33 < Steffanx> Lol. Thats the windows way 2018-11-12T21:17:42 < jpa-> zyp: i assume whole ##stm32 is invited to house warming party? 2018-11-12T21:18:18 < Steffanx> crt invited you too, but you missed the message. 2018-11-12T21:18:42 < jpa-> it happens; i unignore him from time to time and then he starts spamming hilights 2018-11-12T21:18:50 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-12T21:25:43 < englishman> now bluedongs works but there's a 3 second delay 2018-11-12T21:41:50 < karlp> bt is weird. the car will pair nicely, and if I've got google music play thing open on the phone, I can browse tracks and things. 2018-11-12T21:42:02 < karlp> don't hve the app open, no browse. 2018-11-12T21:42:18 < karlp> but even though it puts up a touchable seek bar, I can't seek from teh car screen 2018-11-12T21:52:48 < Steffanx> Lol. jpa- 2018-11-12T21:56:53 < Steffanx> Awh. The Stan Lee is dead. Marvel movies will never be the same again. 2018-11-12T21:58:34 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Ping timeout: 268 seconds] 2018-11-12T21:58:55 < zyp> jpa-, depends how many would actually show up 2018-11-12T21:59:09 < zyp> :p 2018-11-12T22:01:24 < Ultrasauce> https://youtu.be/Zsp-mE1M49E?t=5 2018-11-12T22:02:09 < Steffanx> I wonder who'll be out of pumps first, Ultrasauce or crt ? 2018-11-12T22:02:25 < Ultrasauce> the pumping will never cease 2018-11-12T22:08:34 < Steffanx> I havent used that in a long time 2018-11-12T22:16:27 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2018-11-12T22:17:06 < kakimir> avr debugger is good 2018-11-12T22:17:55 < Steffanx> Atmel ICE? 2018-11-12T22:17:59 < kakimir> k 2018-11-12T22:18:18 < kakimir> and think about it 2018-11-12T22:18:25 < kakimir> it needs only reset pin 2018-11-12T22:18:38 < kakimir> and vtg and gnd 2018-11-12T22:18:45 < Steffanx> updi much? 2018-11-12T22:18:51 < kakimir> no 2018-11-12T22:18:55 < kakimir> dW 2018-11-12T22:19:37 < Steffanx> UPDI is fucked up. It uses the reset pin. 2018-11-12T22:19:45 < Steffanx> and when updi is enable the reset pin does not work as reset 2018-11-12T22:20:03 < Steffanx> you can disable it using fuses and make it a gpio or reset. 2018-11-12T22:20:13 < Steffanx> to re-enable updi you have to use some 12V pulse. 2018-11-12T22:20:30 < Steffanx> The standard tools of Microchip/Atmel cant even do that -_- 2018-11-12T22:21:23 < Steffanx> and always nice to do that in-circuit. 2018-11-12T22:23:01 < Steffanx> 2018-11-12T22:23:31 < kakimir> with dW you cannot program fuses 2018-11-12T22:23:42 < kakimir> but you enable dW with fuse 2018-11-12T22:24:58 < Steffanx> and you still need the spi stuff to do that 2018-11-12T22:25:09 < Steffanx> updi is the only interface available for stuff like 1617 2018-11-12T22:41:24 < englishman> does the housewarming have to be in winter 2018-11-12T22:41:46 < englishman> i dont think i would like to travel from a dark place to a darker place 2018-11-12T22:42:49 < Steffanx> is there are darker place then your basement? 2018-11-12T22:43:23 < englishman> the basement is not very dark, that is where the grow lights are 2018-11-12T22:43:38 < Steffanx> ah ofcourse 2018-11-12T22:46:57 < con3> Anyone here experienced anything where the code is just stuck at the first temp breakpoint at main? 2018-11-12T22:49:46 < con3> Cracki: yes, uhm an stm32f7. But I've erased the flash with the st link and I have data cache disabled, but instruction cache enabled 2018-11-12T22:49:55 < con3> nothing has really changed on the code.. 2018-11-12T22:50:03 < con3> which is weird.. 2018-11-12T22:50:38 < con3> damn, I'll disable quick and try again. One sec! 2018-11-12T22:53:12 < con3> Cracki: that worked, I don't know why... but that worked ¯\_(ツ)_/¯ 2018-11-12T22:53:29 < con3> cache is evil now 2018-11-12T22:53:38 < con3> for the untrained 2018-11-12T22:53:48 < qyx> englishman: what are you growing 2018-11-12T22:53:59 < englishman> all kinds of stuff 2018-11-12T22:54:58 < englishman> qyx: https://i.imgur.com/mwDkjZS.jpg https://i.imgur.com/X0WrJbL.jpg https://i.imgur.com/stGgn41.jpg 2018-11-12T22:57:08 < Steffanx> Time to start to grow kale and make some dutch "Boerenkool" :P 2018-11-12T22:57:17 < qyx> are you going to move them to the garden in the spring? 2018-11-12T22:58:46 < englishman> thats from last winter, and yes they were all moved outdoors 2018-11-12T22:58:51 < englishman> 700 tomato plants 2018-11-12T22:59:03 < englishman> no kale last year but the year before 2018-11-12T22:59:39 < englishman> we bought a tomato press this year 2018-11-12T23:00:03 < englishman> http://victorio.info/food-strainer.html 2018-11-12T23:00:23 < qyx> looks vintage 2018-11-12T23:01:35 -!- sterna [~Adium@c-7de0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-12T23:03:45 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: Leaving] 2018-11-12T23:06:06 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-12T23:13:40 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-12T23:15:18 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-12T23:18:44 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 268 seconds] 2018-11-12T23:27:41 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-12T23:33:43 < karlp> Cracki: what are you talking about "rewriting the flash"? for breakpoints? 2018-11-12T23:55:44 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] --- Day changed Tue Nov 13 2018 2018-11-13T00:08:44 -!- sterna [~Adium@c-7de0e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2018-11-13T00:15:13 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2018-11-13T00:48:30 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-13T01:03:00 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 250 seconds] 2018-11-13T01:03:48 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 245 seconds] 2018-11-13T01:08:15 < Steffanx> Heh the first pic Cracki. :D 2018-11-13T01:15:43 < englishman> https://www.youtube.com/watch?v=1roy4o4tqQM 2018-11-13T01:15:50 < englishman> 50 shades of pikachu 2018-11-13T01:16:53 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-13T01:26:47 < kakimir> what 2018-11-13T01:32:38 < bitmask> where 2018-11-13T01:38:27 < Steffanx> April fools is early englishman 2018-11-13T01:48:30 < karlp> now, who remembers how small my text can be for elecrow and friends to still be legible? 2018-11-13T01:52:49 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 246 seconds] 2018-11-13T02:21:06 < bitmask> whats the difference between a name and a designator for a pin 2018-11-13T02:35:54 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-13T02:35:57 < Laurenceb124> sup trolls 2018-11-13T02:38:33 < Laurenceb124> the absolute state of /pol/acks https://www.bbc.co.uk/news/uk-england-oxfordshire-46151838 2018-11-13T02:40:59 < Laurenceb124> should I put autistic mestizo hitler babby on the babby shakker? 2018-11-13T02:42:00 < sync> lel the cookie cutter 2018-11-13T02:46:16 < Laurenceb124> hitting autism levels that shouldn't even be possible 2018-11-13T02:48:38 < Laurenceb124> >The Portuguese-born mother, who has a black sun SS symbol tattooed on her back, also revealed she once celebrated Hitler's birthday by eating a cake with a 'Fuhrer face' decorated on it. 2018-11-13T02:48:44 < Laurenceb124> >She wrote: 'I did struggle to slice his face. Adolf is life.' 2018-11-13T02:49:31 < Laurenceb124> my sides are orbital 2018-11-13T02:52:31 < Laurenceb124> http://heartlessaspergers.com/aspergers-partners-speak/ 2018-11-13T02:52:50 < Laurenceb124> dat url 2018-11-13T03:14:16 -!- ka6sox [ka6sox@nasadmin/ka6sox] has quit [Quit: ZNC - http://znc.sourceforge.net] 2018-11-13T03:16:01 -!- zz_ka6sox [ka6sox@cryptkcoding.com] has joined ##stm32 2018-11-13T03:16:03 -!- zz_ka6sox is now known as ka6sox 2018-11-13T03:16:04 -!- ka6sox [ka6sox@cryptkcoding.com] has quit [Changing host] 2018-11-13T03:16:04 -!- ka6sox [ka6sox@nasadmin/ka6sox] has joined ##stm32 2018-11-13T03:19:54 < aandrew> huh today I learned my wife may in fact be the one with AS, not me 2018-11-13T03:19:58 < aandrew> given some of those quotes 2018-11-13T04:05:00 < Laurenceb124> https://postimg.cc/vxxTqT9x 2018-11-13T04:15:48 < Laurenceb124> Sargons's Law: Whenever an ideologue makes a character judgement, that judgement is almost always true about themselves 2018-11-13T04:19:25 < Laurenceb124> >speak to my mum 2018-11-13T04:19:40 < Laurenceb124> >she is going on about Stan Lee and her comic book collections 2018-11-13T04:19:54 < Laurenceb124> now I know why I inherited the autism 2018-11-13T04:26:53 < BrainDamage> he just died 2018-11-13T04:40:03 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 245 seconds] 2018-11-13T04:49:56 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 272 seconds] 2018-11-13T05:27:58 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-13T05:32:27 < dongs> http://www.frontier-ltd.jp/img/photo_02.jpg is this eagle 2018-11-13T05:45:35 < englishman> are your eyes getting dim old man 2018-11-13T05:46:22 < dongs> i donno that image resolution is such shit 2018-11-13T05:47:20 < englishman> top left says j-cam or j-cad or something 2018-11-13T05:47:28 < englishman> possibly chinese 2018-11-13T05:48:19 < englishman> oh yes 2018-11-13T05:48:36 < englishman> englishman> found dongs https://i.imgur.com/znM2eCS.jpg 2018-11-13T05:48:53 < dongs> haha 2018-11-13T05:50:52 -!- Ik90 [~Ik90@157.49.166.190] has joined ##stm32 2018-11-13T05:52:01 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-13T06:15:33 < jadew> sounds like it happened out of nowhere 2018-11-13T06:15:55 < jadew> "Hello, I was trading cryptocurrency, when out of the sudden..." 2018-11-13T06:28:50 < dongs> hello i was getting my dick sucked 2018-11-13T06:29:20 < jadew> and $1.5 million fell out of my pocket 2018-11-13T06:31:47 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has joined ##stm32 2018-11-13T06:46:38 -!- fc5dc9d4_ [~quassel@p5B3A8062.dip0.t-ipconnect.de] has joined ##stm32 2018-11-13T06:49:10 < englishman> Red Hat Summit $1800 2018-11-13T06:49:19 < englishman> SUSECON $1200 2018-11-13T06:49:32 < englishman> Open Source Summit $1100 2018-11-13T06:50:28 -!- fc5dc9d4 [~quassel@p5B3A82AB.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 2018-11-13T07:06:40 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 264 seconds] 2018-11-13T07:07:34 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-13T07:11:25 < dongs> lunix: even if its free, its still worthless 2018-11-13T07:12:27 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-13T07:13:05 -!- ColdKeybo[a]rd [~ColdKeybo@138.197.133.181] has quit [Ping timeout: 272 seconds] 2018-11-13T07:13:48 -!- ColdKeybo[a]rd [~ColdKeybo@138.197.133.181] has joined ##stm32 2018-11-13T07:23:36 -!- mickjc75 [~Mick@203.217.28.130] has joined ##stm32 2018-11-13T07:35:53 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2018-11-13T07:36:02 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-13T07:36:15 < mickjc75> hi 2018-11-13T07:39:23 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-13T07:43:10 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2018-11-13T07:43:17 -!- day__ is now known as day 2018-11-13T07:50:07 -!- ColdKeybo[a]rd [~ColdKeybo@138.197.133.181] has quit [Ping timeout: 240 seconds] 2018-11-13T07:56:18 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 245 seconds] 2018-11-13T07:57:17 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-13T08:02:02 -!- mickjc75 [~Mick@203.217.28.130] has quit [Quit: Leaving] 2018-11-13T08:03:58 -!- Ik90 [~Ik90@157.49.166.190] has quit [Remote host closed the connection] 2018-11-13T08:15:09 -!- kow_ [~afed@135.0.26.171] has quit [Read error: Connection reset by peer] 2018-11-13T08:16:19 -!- kow_ [~afed@135.0.26.171] has joined ##stm32 2018-11-13T08:28:09 < englishman> https://en.wikipedia.org/wiki/Thermopile_laser_sensor 2018-11-13T08:28:14 < englishman> neat, they are not semiconductors at all 2018-11-13T08:28:26 < englishman> tho photodiodes are used for very low power stuff 2018-11-13T08:40:48 -!- Chris_M [~Chris_M@203-214-94-79.dyn.iinet.net.au] has quit [Read error: Connection reset by peer] 2018-11-13T08:41:10 -!- Chris_M [~Chris_M@203-214-94-79.dyn.iinet.net.au] has joined ##stm32 2018-11-13T09:05:47 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-13T09:15:18 < Steffanx> Lol angry much? 2018-11-13T09:19:03 -!- sterna [~Adium@c-8aebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-13T09:22:06 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-13T09:22:15 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2018-11-13T09:27:31 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-13T09:40:58 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-13T09:41:07 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2018-11-13T09:41:16 -!- BrainDamage_ is now known as BrainDamage 2018-11-13T09:49:25 -!- sterna [~Adium@c-8aebe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 252 seconds] 2018-11-13T10:00:36 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-13T10:12:48 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-13T10:16:00 -!- gnom [~aleksande@178.150.7.153] has quit [Quit: leaving] 2018-11-13T10:16:12 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2018-11-13T10:26:39 * Sadale cuddles crt like the little cat in the pic :3 2018-11-13T10:26:54 < cjbaird> QCX CW transceiver kit has arrived \o/ 2018-11-13T10:27:05 < cjbaird> (..21 days to get here) 2018-11-13T10:27:57 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-13T10:28:04 < Sadale> Lately I've got an el-cheapo USB powered voltage-adjustable power supply. :3 2018-11-13T10:28:30 < Sadale> Not tested yet =P 2018-11-13T10:28:50 < Sadale> It can go up to 24V at 2W. :3 2018-11-13T10:29:02 < Sadale> good enough for hobbyist, low-power use. 2018-11-13T10:29:31 < Sadale> I mainly want to use it for studying the behavior of a charge pump under different input voltage. 2018-11-13T10:29:47 < Sadale> lol true 2018-11-13T10:29:51 < Sadale> right. Just get the right tool to do the job. 2018-11-13T10:31:27 < Sadale> :o 2018-11-13T10:33:30 < cjbaird> builds.. https://imgur.com/a/snPY1rZ 2018-11-13T10:35:20 < cjbaird> Hell no. From here: https://qrp-labs.com/qcx.html (The construction manual gives a whole page or two to every component.. It's 140 pages) 2018-11-13T10:37:26 < cjbaird> Pretty-much state-of-the-art in CW kits. Its specs wipe the floor with regular NE602/612-based designs. Going better would need a SDR rig. 2018-11-13T10:38:15 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-13T10:44:25 < cjbaird> The un-complete part is the toroids-- those have to be hand-wound, including one that's trifilar with 3 ?4 separate coils on it. Skillz required. 2018-11-13T11:21:40 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 264 seconds] 2018-11-13T11:22:52 < karlp> if you were mounting these modules, would you put surface mount pads underneath? or holes? 2018-11-13T11:23:12 < karlp> I threw holes in, but i'm kinda thinking that just pads would probably be easier to solder, 2018-11-13T11:23:27 < karlp> just place down and poke solder in, no worries about it leaking out the bottom hole or anything 2018-11-13T11:25:03 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-13T11:55:55 < jadew> hah, guy from a 2018 movie reads a fictitious magazine from a TV show from the 80's 2018-11-13T11:56:21 < jadew> and I spotted it 2018-11-13T11:56:26 * jadew pats himself on the back 2018-11-13T11:57:55 -!- sk_tandt [~Thunderbi@85.119.46.8] has joined ##stm32 2018-11-13T12:02:29 < jadew> https://steamcommunity.com/sharedfiles/filedetails/?id=797384718 2018-11-13T12:02:31 < jadew> nsfw 2018-11-13T12:02:46 < jadew> I remember there used to be a fake/real test a while ago 2018-11-13T12:03:11 < jadew> I think I missed a few back then, but I'm sure now I'd get it 100% 2018-11-13T12:08:03 < jadew> hmm... 16/20 2018-11-13T12:08:09 < jadew> https://tits-guru.com/silicone/play 2018-11-13T12:17:42 < jadew> a test, but I think it's flawed 2018-11-13T12:17:49 < jadew> I can tell fake boobs when I see them 2018-11-13T12:18:46 < PeterM> nah seems fine, im getting around 18-19 every go 2018-11-13T12:19:14 < jadew> maybe I've been spoiled in real life :P 2018-11-13T12:19:57 < PeterM> nah, maybe your strat for identifying is flawed 2018-11-13T12:20:42 < PeterM> crt do i know what 2018-11-13T12:21:00 < PeterM> (my internets is garbage so i lost the bit with the question or something 2018-11-13T12:21:15 < PeterM> dyk? 2018-11-13T12:21:26 < PeterM> do i know wht 2018-11-13T12:21:39 < PeterM> nice 2018-11-13T12:22:28 < PeterM> i thought that was whipped cream 2018-11-13T12:22:51 < PeterM> pumping whipped cream on stroopwaffles 2018-11-13T12:23:15 < PeterM> im good, mad study, got a thermodynamics exam on friday 2018-11-13T12:24:24 < cjbaird> Got my Advanced Amateur Radio exam on Saturday 2018-11-13T12:24:25 < PeterM> yeah, 2nd year 2018-11-13T12:25:18 < PeterM> is that the one where theu use the big probe not the small one? 2018-11-13T12:27:19 < cjbaird> An RF probe to measure the Vrms and then calculating PEP... 2018-11-13T12:28:05 < PeterM> if it was just amateur it would be the small probe 2018-11-13T12:28:29 < cjbaird> I know that the examinator is going to be an old dude.. 2018-11-13T12:30:24 < cjbaird> TMI: the doctor when I had the colonoscopy was a ~30year woman. eeeeeehhhhh. 2018-11-13T12:33:26 -!- sk_tandt [~Thunderbi@85.119.46.8] has quit [Quit: sk_tandt] 2018-11-13T12:49:15 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 252 seconds] 2018-11-13T12:58:08 < jadew> cjbaird, congrats, does that mean you can transmit on 80m? 2018-11-13T13:00:21 < jadew> cjbaird, are you saying you would have prefered if you were analy probed by a man, rather than a woman? 2018-11-13T13:07:43 < cjbaird> jadew: it's got the 40m lowpass filter, what everyone else w/ a QCX at the local club has. 7023kHz being the centre of activity. 2018-11-13T13:08:13 < jadew> what's a QCX? I'm not a ham guy 2018-11-13T13:08:40 < cjbaird> Anally probed by an attractive younger woman-- but I /couldn't/ enjoy it. No boner for weeks after. 2018-11-13T13:09:09 < cjbaird> QCX==https://qrp-labs.com/qcx.html 2018-11-13T13:10:05 < cjbaird> (How on earth does someone like that decide being a proctologist is the career for them..?) 2018-11-13T13:10:23 < jadew> maybe she's into it 2018-11-13T13:12:12 < jadew> you were like "glad I'll be asleep..." 2018-11-13T13:12:16 < jadew> she was like "pegging time!" 2018-11-13T13:13:39 < cjbaird> "I hate it when you being your work home.." 2018-11-13T13:13:58 < zyp> sup? 2018-11-13T13:46:09 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-13T14:19:12 < dongs> sup dongs 2018-11-13T14:36:10 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-13T14:38:28 < cjbaird> 44 tiny capacitors later 2018-11-13T14:40:53 < kakimir> li-ion cell detection with deltaU 2018-11-13T14:42:21 < kakimir> first round deltaU was 10times expected 2018-11-13T14:42:42 < kakimir> because start of charging lifts the voltage level so much 2018-11-13T14:51:18 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-13T14:53:44 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] 2018-11-13T14:58:52 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-13T15:04:58 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-13T15:08:48 < Laurenceb124> suppp 2018-11-13T15:08:52 < invzim> yay, allpcb is le quickness 2018-11-13T15:09:22 < Laurenceb124> tarduino projects for everyone 2018-11-13T15:13:35 < Laurenceb124> kek 2018-11-13T15:13:55 < Laurenceb124> ywlts IOT fart sound generator 2018-11-13T15:14:44 < Laurenceb124> sheeet my mum is unironically still sad over Stan Lee 2018-11-13T15:14:49 < Laurenceb124> I cant even right now 2018-11-13T15:15:01 < Laurenceb124> no wonder I have the 'tism 2018-11-13T15:18:36 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-13T15:24:09 < Laurenceb124> the CHICOMS 2018-11-13T15:27:38 < jadew> did he die? 2018-11-13T15:28:36 < jadew> looks like he did 2018-11-13T15:28:50 < Laurenceb124> Stan Lee? Yeah 2018-11-13T15:28:54 < Laurenceb124> >being this new 2018-11-13T15:31:41 < Laurenceb124> irl kekking https://postimg.cc/SjqqPb13 2018-11-13T15:32:44 < jadew> too bad about Stan Lee 2018-11-13T15:33:39 < Laurenceb124> did Ye get burnt? https://ichef.bbci.co.uk/news/624/cpsprodpb/AFE6/production/_104303054_gettyimages-1060720780.jpg 2018-11-13T15:35:18 < Laurenceb124> I got busted https://www.bbc.co.uk/news/uk-wales-46193779 2018-11-13T15:36:38 < jadew> is that a repost? 2018-11-13T15:36:50 < jadew> I remember the same news from several years ago 2018-11-13T15:37:17 < jadew> also from UK 2018-11-13T15:37:25 < Laurenceb124> ikr 2018-11-13T15:37:28 < jadew> https://www.youtube.com/watch?v=KeuJ_6skbF4 2018-11-13T15:37:32 < Laurenceb124> seems to be regular uk hobby 2018-11-13T15:37:54 < Laurenceb124> kek that guy 2018-11-13T15:37:56 < Laurenceb124> autiste 2018-11-13T15:39:59 < Laurenceb124> kekking https://postimg.cc/tsh76NsV 2018-11-13T15:40:49 < jadew> I don't know what that is 2018-11-13T15:41:17 < Laurenceb124> jadew: isis finger symbol 2018-11-13T15:41:22 < Laurenceb124> police got trolled epic style 2018-11-13T15:41:38 < Laurenceb124> https://postimg.cc/rRrqkqWt 2018-11-13T15:42:14 < Laurenceb124> Your apparent perseverance in referring to my writings and; by extention, myself, as "autistic" shows nothing else but that you have a lack of knowledge about autism and people who are dealing with the condition. 2018-11-13T15:42:33 < Laurenceb124> The condition now commonly known as 'Autism' is nothing less than the next step in the evolution of humans 2018-11-13T16:03:10 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 272 seconds] 2018-11-13T16:04:16 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-13T16:16:57 < englishman> fuck samtec 2018-11-13T16:20:25 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-13T16:24:58 < mawk> pastime 2018-11-13T16:25:04 < mawk> you all stole this word from french 2018-11-13T16:27:06 < mawk> police 2018-11-13T16:27:27 < mawk> you stole that word too 2018-11-13T16:27:34 < mawk> polisher 2018-11-13T16:27:45 < mawk> :( 2018-11-13T16:29:17 < englishman> pastime doesn't sound anything like loisir 2018-11-13T16:29:31 < mawk> pastime sounds like passe-temps 2018-11-13T16:29:36 < mawk> which is the litteral translation 2018-11-13T16:29:49 < mawk> passe-temps makes sense in french, but "pas time" in english looks too weird to be a native word 2018-11-13T16:30:05 < englishman> passe-temps sounds like francised English word 2018-11-13T16:30:11 < mawk> lies 2018-11-13T16:30:37 < englishman> casse-tête 2018-11-13T16:30:47 < mawk> casse-tête chinois 2018-11-13T16:31:05 < englishman> my fav: beurre de peanut 2018-11-13T16:31:19 < mawk> beurre de cacahuète 2018-11-13T16:31:24 < mawk> we don't even have that in our stores 2018-11-13T16:31:42 < mawk> except in the "english" section of some supermarkets in rich neighbourhoods 2018-11-13T16:31:47 < mawk> and it costs 60€/kg 2018-11-13T16:32:21 < englishman> in great imperial France only cheese is allowed to be on toast. and the toast must be tiny 2018-11-13T16:32:34 < englishman> and sometimes paté 2018-11-13T16:32:38 < mawk> that's how toasts should be 2018-11-13T16:33:08 < englishman> I bought a Peugeot last week 2018-11-13T16:33:21 < mawk> https://static.cuisineaz.com/610x610/i25713-toasts-au-saumon-marine.jpg 2018-11-13T16:57:30 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-13T17:06:28 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-13T17:22:40 -!- kpap [9b2928e2@gateway/web/freenode/ip.155.41.40.226] has joined ##stm32 2018-11-13T17:36:38 < kakimir> ground looped again 2018-11-13T17:36:53 < kakimir> atmel ice - scope - li-ion 2018-11-13T17:38:24 < kakimir> everything seems to be okay 2018-11-13T17:38:47 < kakimir> even after some smoke was visible 2018-11-13T17:41:10 < kakimir> atmel ICE leads are not that sturdy 2018-11-13T17:41:20 < kakimir> ground spring changed colour 2018-11-13T17:41:36 < kakimir> I assume so 2018-11-13T17:42:22 < kakimir> smart charger 2018-11-13T17:42:36 < kakimir> attiny 2018-11-13T17:42:42 < kakimir> some deltaV stuff 2018-11-13T17:42:52 < kakimir> deltaU* this is not a rocket 2018-11-13T17:44:47 -!- kpap [9b2928e2@gateway/web/freenode/ip.155.41.40.226] has quit [Ping timeout: 256 seconds] 2018-11-13T17:57:48 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 272 seconds] 2018-11-13T17:58:40 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-13T18:05:49 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 246 seconds] 2018-11-13T18:14:57 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-13T18:20:07 < jadew> holly crap... peterson's book has sold 20 million copies 2018-11-13T18:20:49 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-13T18:21:12 < jadew> if he mad $10 from each one, that's 200 million 2018-11-13T18:21:17 < jadew> the guy is set for life 2018-11-13T18:22:33 < jadew> maybe I didn't hear that right, let me listen again 2018-11-13T18:22:44 < invzim> I'm sure the rest of academia is blue of envy 2018-11-13T18:23:26 < jadew> ah, 2 million 2018-11-13T18:23:27 < jadew> sorry 2018-11-13T18:23:44 < jadew> still... quite a lot 2018-11-13T18:23:46 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Client Quit] 2018-11-13T18:24:13 < jadew> yeah, I bet they're envious 2018-11-13T18:24:35 < jadew> that little you think? 2018-11-13T18:27:01 < jadew> I don't think he is 2018-11-13T18:27:31 < jadew> he completely changed the way a lot of people view religion 2018-11-13T18:28:15 < jadew> mostly for atheists, because he managed to show that religion is not all garbage 2018-11-13T18:29:41 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2018-11-13T18:33:02 < englishman> Accelerating Software Development using STM32CubeMX 2018-11-13T18:33:03 < englishman> Wednesday, Nov 28th, 2018 2018-11-13T18:33:06 < englishman> attn all non pros 2018-11-13T18:33:09 < englishman> time to become pro 2018-11-13T18:33:26 < karlp> bloody 400v. 2018-11-13T18:44:46 < qyx> did you feel it? 2018-11-13T18:50:27 < karlp> no, tryign to see if an existing 240V product will be legal at 400V. 2018-11-13T18:50:44 < karlp> thank you british standard though, fuck IEC. 2018-11-13T18:50:53 < karlp> hooray for offering the specs for free 2018-11-13T18:51:23 < karlp> tried to run an old version of eagle to look at some old files. wants openssl 1.0.0 2018-11-13T18:51:31 < karlp> 1.0.2 isn't close enough 2018-11-13T18:51:35 < karlp> thanks openssl 2018-11-13T18:52:06 < englishman> wut 2018-11-13T18:54:53 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-13T19:00:04 < qyx> make a symlink and pray 2018-11-13T19:10:47 < karlp> qyx, no, already tried that, that's how I know it wasn't enough. 2018-11-13T19:11:40 < karlp> ah hang on, maybe I symlinked to 1.1, 2018-11-13T19:11:44 < karlp> might be user error 2018-11-13T19:13:03 < karlp> yay, actually worked. 2018-11-13T19:15:07 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-13T19:15:58 < Steffanx> Whats happening im boxmeer karlp? 2018-11-13T19:17:06 < Steffanx> And when 2018-11-13T19:19:29 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Read error: Connection reset by peer] 2018-11-13T19:22:59 < englishman> wtf chrome 2018-11-13T19:23:04 < englishman> was typing and hit some hotkey 2018-11-13T19:23:07 < englishman> title bar is gone 2018-11-13T19:26:51 < karlp> will be in AMS ~all day thursday 29, then visitiing a factory in boxmeer on friday then home saturday morning. 2018-11-13T19:27:13 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-13T19:42:07 -!- sterna [~Adium@c-abe0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-13T19:54:18 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-13T20:01:19 -!- sterna [~Adium@c-abe0e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2018-11-13T20:13:56 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-13T20:15:35 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-13T20:29:58 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-13T20:31:41 -!- sterna [~Adium@c-abe0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-13T20:41:55 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has joined ##stm32 2018-11-13T20:45:56 < antto> heh, the card reader in the monitor even workz 2018-11-13T20:46:28 < antto> gotta love leenookz when sh*t just works 2018-11-13T20:52:04 < antto> wow, ur overcomplicating things 2018-11-13T20:52:14 < antto> USB from comput0r into monit0r 2018-11-13T20:53:04 < antto> and DVI ;P~ 2018-11-13T20:54:00 < englishman> card readers are at least 20 years old so lunix might have support for them built in now 2018-11-13T20:54:00 < antto> well, monitor says USB 3.0, my comput0r iz USB 2 afaik 2018-11-13T20:54:51 < antto> the monitor also talks about a CD with fancy drivers (which i don't have since i bought it "used" from a store) 2018-11-13T20:56:07 < antto> yeah, but i also bought the sketchiest USB A->B cable i found ;P~ 2018-11-13T20:56:49 < antto> doesn't matter, it works, and i even think the monitor reads the card faster than the silly card reader i used 2018-11-13T20:57:02 < antto> ++achievements; 2018-11-13T20:57:04 < antto> \o/ 2018-11-13T20:58:10 < antto> gonna see how fast it wakes up from power-saving with the DVI cable now 2018-11-13T21:06:00 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-13T21:08:58 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-13T21:25:08 -!- SolderBlob1 [~SolderBlo@89.39.105.129] has quit [Read error: Connection reset by peer] 2018-11-13T22:16:43 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] 2018-11-13T22:25:18 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-13T22:29:39 -!- DisruptiveNL [~Disruptiv@5ED42E60.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2018-11-13T22:33:54 -!- sterna1 [~Adium@c-abe0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-13T22:33:55 -!- sterna [~Adium@c-abe0e253.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-13T22:55:58 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 246 seconds] 2018-11-13T23:05:28 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-13T23:14:13 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-13T23:17:40 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 250 seconds] 2018-11-13T23:35:30 < antto> yup.. with DVI it's normal 2018-11-13T23:37:27 -!- sterna1 [~Adium@c-abe0e253.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-13T23:37:30 -!- sterna [~Adium@c-abe0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-13T23:39:13 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] --- Day changed Wed Nov 14 2018 2018-11-14T00:02:27 -!- DisruptiveNL [~Disruptiv@5ED42E60.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2018-11-14T00:08:18 < Steffanx> Are you normal antto ? 2018-11-14T00:09:09 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has quit [Ping timeout: 252 seconds] 2018-11-14T00:09:14 -!- Teeed [~teeed@vps.na1noc.pl] has quit [Ping timeout: 268 seconds] 2018-11-14T00:10:43 -!- Teeed [~teeed@vps.na1noc.pl] has joined ##stm32 2018-11-14T00:11:21 -!- sterna [~Adium@c-abe0e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 252 seconds] 2018-11-14T00:30:17 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has joined ##stm32 2018-11-14T00:37:06 -!- c4017w [~c4017@209.52.68.8] has quit [Remote host closed the connection] 2018-11-14T00:37:32 -!- c4017w [~c4017@209.52.68.8] has joined ##stm32 2018-11-14T00:43:52 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has quit [Quit: Leaving] 2018-11-14T00:45:40 -!- c4017w_ [~c4017@209.52.68.8] has joined ##stm32 2018-11-14T00:49:52 -!- c4017w [~c4017@209.52.68.8] has quit [Ping timeout: 264 seconds] 2018-11-14T01:02:34 < zyp> dongs, just finished that book you recommended, pretty decent 2018-11-14T01:19:23 < kakimir> bookclub? 2018-11-14T01:47:33 < Streaker> The one by Havelock Ellis. 2018-11-14T01:58:19 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T02:02:55 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-14T02:06:05 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T02:10:31 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Read error: Connection reset by peer] 2018-11-14T02:15:41 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T02:16:15 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 268 seconds] 2018-11-14T02:19:06 -!- c4017w_ [~c4017@209.52.68.8] has quit [Remote host closed the connection] 2018-11-14T02:19:29 -!- c4017w_ [~c4017@209.52.68.8] has joined ##stm32 2018-11-14T02:19:47 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 240 seconds] 2018-11-14T02:24:03 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T02:24:23 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-14T02:24:24 < Laurenceb124> the demiurge!!! 2018-11-14T03:15:06 < Laurenceb124> eek I'm b& from 8chan yet again 2018-11-14T03:20:17 < Laurenceb124> https://www.youtube.com/watch?v=z6qEm8cbQ_Q 2018-11-14T03:37:01 < Laurenceb124> there was vomit on his mcoutfit already, 5 dollar hot and ready. he looks calm but he keeps on forgetting, when the fries went down. he opens his mouth, the customer shouts so loud. he's choking now, too much burger now. everyones laughing now. the times up, fries are burning -BLAW 2018-11-14T03:43:07 < Laurenceb124> https://postimg.cc/RNWPP0fv 2018-11-14T03:43:49 < Laurenceb124> >Four out of five navigators on frigate KNM Helge Ingstad are women 2018-11-14T03:51:51 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2018-11-14T03:55:23 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T03:55:39 < dongs> zyp, cool 2018-11-14T03:55:41 < dongs> yeah its a quick read 2018-11-14T04:02:13 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 246 seconds] 2018-11-14T04:13:21 < Ultrasauce> https://youtu.be/x44cEw2tMY0?t=385 2018-11-14T04:22:31 < dongs> nice pumping action 2018-11-14T04:53:57 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-14T04:57:18 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T05:09:34 < englishman> https://www.youtube.com/watch?v=ABLQudxPQ40 2018-11-14T05:14:14 < dongs> ice cold 2018-11-14T05:16:29 < englishman> interview tomorrow 2018-11-14T05:17:09 < englishman> guess i have to take a shower this week 2018-11-14T05:27:25 < dongs> https://www.youtube.com/watch?v=Et3-GI6z7s4 2018-11-14T05:29:23 < dongs> https://youtu.be/Et3-GI6z7s4?t=123 more specific 2018-11-14T05:31:52 < englishman> does it count that jappos are like 3 feet shorter than white women 2018-11-14T05:32:09 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has quit [Quit: leaving] 2018-11-14T05:32:21 < dongs> whats that in real units 2018-11-14T05:33:11 < englishman> 60% 2018-11-14T05:47:40 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-14T05:55:33 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-14T05:58:35 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T06:04:50 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 276 seconds] 2018-11-14T06:11:00 < dongs> is that some macos version 2018-11-14T06:11:16 < dongs> oh altidumb 2018-11-14T06:11:25 < dongs> yeah thats waht im using 2018-11-14T06:11:28 < dongs> 19x is a crapshoot 2018-11-14T06:13:15 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-14T06:21:10 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T06:26:35 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-14T06:29:36 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has joined ##stm32 2018-11-14T06:45:41 -!- fc5dc9d4 [~quassel@p5B3A816E.dip0.t-ipconnect.de] has joined ##stm32 2018-11-14T06:47:01 < dongs> https://www.youtube.com/watch?v=_ibdIm-ZBB4 some pro autism here 2018-11-14T06:50:03 -!- fc5dc9d4_ [~quassel@p5B3A8062.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 2018-11-14T06:51:48 < englishman> I'm going to take some hate for this, but CT1747 chips have an OPL2 vibe to them. They also feature slightly more crisp treble than a YMF262 OPL3 chip. 2018-11-14T06:52:01 < englishman> The end result is a well-rounded sound, with rich bass and bright leads. 2018-11-14T06:53:21 < englishman> nice 1987 era STs 2018-11-14T06:54:03 < dongs> every single card is 2L 2018-11-14T06:54:06 < dongs> so far 2018-11-14T06:54:09 < dongs> im almost at the end 2018-11-14T06:54:51 < englishman> so you are at the amazing SMT QFP technology 2018-11-14T06:54:57 < englishman> twice the pins in half the space 2018-11-14T06:56:20 < englishman> i couldnt afford a real soundblaster 2018-11-14T06:56:38 < dongs> https://i.imgur.com/RPL5ErJ.png some amazing double package madness there 2018-11-14T06:56:54 < dongs> also holy shit that SPI eeprom still exists 2018-11-14T06:57:11 < dongs> FTDI uses that shit for usb descriptor/configuration storage 2018-11-14T06:57:32 < englishman> nice dip/smt pic 2018-11-14T07:03:46 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 272 seconds] 2018-11-14T07:05:05 -!- ohsix [~ohsix@bc175210.bendcable.com] has quit [Ping timeout: 244 seconds] 2018-11-14T07:06:10 -!- ohsix [~ohsix@bc175210.bendcable.com] has joined ##stm32 2018-11-14T07:06:17 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T07:07:18 < englishman> dongs are you into this landless via technology 2018-11-14T07:08:46 < englishman> http://www.cat-test.info/web_files/Understanding%20Process%20Capability,%20Quality%20and%20Reliability.pdf 2018-11-14T07:08:50 < englishman> see pic page 2 2018-11-14T07:09:44 < dongs> sounds like something aandrew would bedoing 2018-11-14T07:10:19 < englishman> imo what he is doing is quite backwards 2018-11-14T07:10:32 < englishman> designed using a technology he has no way to actually implement 2018-11-14T07:10:53 < Ultrasauce> >46.61512MHz 2018-11-14T07:11:01 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-14T07:11:05 < englishman> like if you were to go and design a board with landless vias, then when you're done, you have 5 days to source and assemble the boards 2018-11-14T07:11:10 < dongs> Ultrasauce: OPL3 crystal 2018-11-14T07:11:18 < englishman> but he's on vacation again so i doubt he is worried or anything 2018-11-14T07:11:18 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 250 seconds] 2018-11-14T07:11:22 < Ultrasauce> rather specific 2018-11-14T07:11:22 -!- BrainDamage_ is now known as BrainDamage 2018-11-14T07:11:36 < Ultrasauce> I have a tube of ym3438s kicking around, should really do something... 2018-11-14T07:11:47 < englishman> recycling? 2018-11-14T07:11:55 < dongs> haehahah 2018-11-14T07:11:58 < Ultrasauce> i wanna make the bloops 2018-11-14T07:12:23 < englishman> dongs i ask cuz localbro is going to start doing them and wants shit to test with 2018-11-14T07:12:23 < dongs> I have a Yamaha MA-5 / YMU765 i bought like 10 years ago to do somethign with 2018-11-14T07:12:33 < dongs> englishman: ah i see, no never used 2018-11-14T07:12:58 < englishman> he said they were popular in jap since the 70s 2018-11-14T07:13:10 < englishman> which i doubt but he knows more than me 2018-11-14T07:15:04 < englishman> too much lead to throw that stuff in the trash anyway 2018-11-14T07:15:42 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-14T07:15:57 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 268 seconds] 2018-11-14T07:16:22 -!- BrainDamage_ is now known as BrainDamage 2018-11-14T07:25:05 < dongs> haha. that MA-5 has vibration motor control pin 2018-11-14T07:25:16 < dongs> so you can turn on vibrator in tune with the muzak 2018-11-14T07:25:21 < ds2> is there any simple/easy to use IP stacks that is not tied to Kiel/etc? 2018-11-14T07:25:29 < dongs> uh, like any? 2018-11-14T07:25:32 < dongs> wahts wrong with lwip 2018-11-14T07:25:44 < ds2> that fails the easy to use test 2018-11-14T07:26:09 < ds2> want something brain dead simple to play with (want to talk MQTT) 2018-11-14T07:26:31 < dongs> google actually has some embedded controlelr mqtt trash 2018-11-14T07:26:42 < dongs> its one of keil packs but I didnt bother investigating 2018-11-14T07:27:43 < dongs> but mqtt needs tls and all that other c ancer 2018-11-14T07:27:46 < dongs> i dont think youre gonna do it "easily" 2018-11-14T07:27:51 < dongs> if you wanna do it proper 2018-11-14T07:33:28 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-14T07:34:30 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T07:34:41 < ds2> no 2018-11-14T07:34:44 < ds2> just plain old TCP 2018-11-14T07:34:47 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2018-11-14T07:34:54 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-14T07:35:24 < ds2> yes, I know keil has something... want to avoid them...less troublesome then the yellow folks but still unpleasant 2018-11-14T07:38:22 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-14T07:40:43 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2018-11-14T07:41:19 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 246 seconds] 2018-11-14T07:41:24 -!- day__ is now known as day 2018-11-14T07:45:42 -!- boB_K7IQ [~boBK7IQ@wsip-98-172-108-119.ph.ph.cox.net] has joined ##stm32 2018-11-14T07:48:26 < qyx> ds2: over what interface? 2018-11-14T07:48:41 < ds2> ethernet would be nice 2018-11-14T07:48:58 < ds2> trying to figure a simple sensor thingie and I don't want to deal with ESP32's 2018-11-14T07:49:09 < qyx> idk, lwip was easy with chibios few years ago 2018-11-14T07:49:19 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T07:49:31 < qyx> even tls is easy with wolfssl 2018-11-14T07:49:42 < qyx> and using wolfmqtt for mqtt, that was moderately easy 2018-11-14T07:49:50 < qyx> there was some debugging needed 2018-11-14T07:49:55 < ds2> yes but then you need to throw in sockets and things 2018-11-14T07:50:06 < dongs> ESP1488 2018-11-14T07:50:17 < ds2> silabs wireless geckos have a brain dead IP interface 2018-11-14T07:50:21 < ds2> something like that 2018-11-14T07:50:28 < dongs> try wiznet shit then? 2018-11-14T07:50:30 < dongs> if youre lazy 2018-11-14T07:50:34 < dongs> i heard that has an IP stack on it 2018-11-14T07:50:37 < ds2> that's HW isn't it? 2018-11-14T07:50:43 < dongs> yes, but thats waht you want isnt it? 2018-11-14T07:50:48 < qyx> now I am using wolfmqtt over hw sockets in a quectel module 2018-11-14T07:50:48 < dongs> more lazy, just add hardware 2018-11-14T07:50:53 < ds2> no, I want a library that does that 2018-11-14T07:50:55 < dongs> rip 2018-11-14T07:52:29 < qyx> actully I am curious why the IoT people did tcp to mqtt 2018-11-14T07:55:42 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2018-11-14T08:00:53 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 245 seconds] 2018-11-14T08:02:25 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T08:05:10 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-14T08:11:04 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 246 seconds] 2018-11-14T08:12:56 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T08:36:37 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-14T08:37:27 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 240 seconds] 2018-11-14T08:37:32 -!- BrainDamage_ is now known as BrainDamage 2018-11-14T08:40:43 -!- bitmask [~bitmask@pool-71-187-148-49.nwrknj.ftas.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-14T08:47:05 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-14T08:49:55 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-14T08:49:55 -!- [1]MrMobius is now known as MrMobius 2018-11-14T09:04:58 -!- friendofafriend [~ian@pool-100-4-86-232.nrflva.fios.verizon.net] has quit [Ping timeout: 246 seconds] 2018-11-14T09:09:22 -!- sterna [~Adium@c-e1b8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-14T09:09:49 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-14T09:11:23 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 276 seconds] 2018-11-14T09:11:29 -!- BrainDamage_ is now known as BrainDamage 2018-11-14T09:15:25 < zyp> mqtt doesn't need tls, but if you're running it without, your network better be secure 2018-11-14T09:24:45 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-14T09:40:07 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T09:41:19 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-14T09:50:55 -!- sterna [~Adium@c-e1b8d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 244 seconds] 2018-11-14T10:05:24 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-14T10:10:45 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T10:14:49 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-14T10:19:20 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2018-11-14T10:21:02 < Steffanx> Hes gone, crt. 2018-11-14T10:23:08 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T10:32:17 -!- friendofafriend [~ian@pool-71-120-200-135.nrflva.fios.verizon.net] has joined ##stm32 2018-11-14T10:33:23 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Read error: Connection reset by peer] 2018-11-14T10:34:03 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-14T10:34:22 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-14T10:45:11 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-14T10:58:06 -!- ohama [ohama@cicolina.org] has quit [Ping timeout: 272 seconds] 2018-11-14T10:59:00 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-14T11:00:28 -!- ohama [ohama@cicolina.org] has joined ##stm32 2018-11-14T11:14:07 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-14T11:17:36 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-14T11:17:55 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-14T11:18:55 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 268 seconds] 2018-11-14T11:19:33 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T11:20:31 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-14T11:24:13 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 245 seconds] 2018-11-14T11:56:32 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 268 seconds] 2018-11-14T12:01:10 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T12:23:35 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-14T12:28:50 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T12:30:01 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-14T12:35:13 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2018-11-14T12:39:18 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T12:39:58 < zyp> today's fun: https://bin.jvnv.net/file/6n9NM.jpg 2018-11-14T12:41:11 < zyp> only problem with this sort of fun is that it's fun when I do one, not so fun when I need to do like ten 2018-11-14T12:41:59 < zyp> but I'll put the other ones off for later, wanna test this first 2018-11-14T12:42:07 < zyp> what's an ST chip? 2018-11-14T12:42:16 < PaulFertser> The wires are so thick, do they need to pass much current? 2018-11-14T12:42:22 < zyp> the one I added is a CAN transceiver 2018-11-14T12:42:27 < zyp> PaulFertser, no 2018-11-14T12:43:01 < zyp> this is still scrap cat5, just like last time people commented on them being thick :p 2018-11-14T12:43:25 < zyp> last time: https://bin.jvnv.net/file/onqan.jpg 2018-11-14T12:44:19 -!- ABL [abl@78-58-248-227.static.zebra.lt] has quit [Quit: WeeChat 1.6] 2018-11-14T12:44:22 < zyp> I like the thickness, it makes it stiff enough to make it kinda rigid 2018-11-14T12:44:24 < PaulFertser> Oh my :) And they're a bitch to solder too, the insulation is not purposed for temperatures like that. 2018-11-14T12:44:32 -!- ABLomas [abl@78-58-248-227.static.zebra.lt] has joined ##stm32 2018-11-14T12:44:46 < zyp> especially for the short unisolated ones 2018-11-14T12:45:03 < PaulFertser> Yes, that I can understand why you like them. 2018-11-14T12:46:05 < zyp> the two isolated ones could probably be thinner, but then I need to search for thinner wire 2018-11-14T12:47:31 < zyp> the two boards here is part of the same system, first board (that I modified today) didn't have CAN designed in, just the signals ready on test points in case they might be needed 2018-11-14T12:47:55 < zyp> the second board got CAN, but the designer fucked up the pinout of the chip 2018-11-14T12:48:20 < zyp> so now I get to modify all prototypes of both 2018-11-14T12:50:20 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-14T12:51:17 < karlp> what are those blue cans on upper right zyp? gas discharge tube thingies? 2018-11-14T12:52:29 < zyp> some sort of protection stuff, let me look up the part number 2018-11-14T12:53:55 < zyp> yeah, that's exactly what it is 2018-11-14T12:53:56 < zyp> https://www.digikey.com/product-detail/en/epcos-tdk/B88069X1640T902/495-4268-1-ND/2269684 2018-11-14T12:54:01 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2018-11-14T12:54:34 < karlp> is that a socketed mini fuse lower left of the transceiver you added? 2018-11-14T12:54:41 < zyp> yes 2018-11-14T12:54:42 < PaulFertser> We had a board where there was a similar fuckup for an SDRAM chip. The rework looked "epic", but worked nicely (performed by some professional soldering girl). 2018-11-14T12:54:58 < karlp> like, a "burn out and needs replacing" fuse? what size?! 2018-11-14T12:55:10 < zyp> 100mA 2018-11-14T12:56:01 < karlp> what's that protecting? well out of my niche. 2018-11-14T12:56:08 < karlp> can't you get ptc things for that sort of rating? 2018-11-14T12:56:14 < karlp> or are they not fast enough? 2018-11-14T12:56:21 < zyp> dunno, I didn't design it 2018-11-14T12:56:30 < zyp> I just specced what I wanted 2018-11-14T12:57:35 < zyp> the whole circuitry in that area is related to an external "service" connector, the fuse protects the power out through that 2018-11-14T12:59:37 < zyp> it's not supposed to power much, either just one side of digital isolators in the connected cable, or maybe a simple mcu connected to a button panel 2018-11-14T13:03:08 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 268 seconds] 2018-11-14T13:04:30 < zyp> this is partly why I've been wanting to make an isolated usb to whatever adapter board 2018-11-14T13:04:44 < jpa-> ptc thingies usually have more resistance than fuses, can be problem for voltage drop 2018-11-14T13:09:53 < Thorn> https://www.youtube.com/watch?v=5vuj0V29HX4. Launch of Indian GSLV Mk III rocket carrying GSAT-29 communications satellite 2018-11-14T13:16:15 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2018-11-14T13:46:08 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2018-11-14T13:47:56 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-14T13:59:49 < karlp> heh, I like infineons definition of static, "less than 1kHz" https://youtu.be/ZpZla8OnC48?t=492 2018-11-14T14:28:35 -!- sk_tandt [~Thunderbi@185.48.150.238] has joined ##stm32 2018-11-14T14:36:25 -!- boB_K7IQ [~boBK7IQ@wsip-98-172-108-119.ph.ph.cox.net] has quit [Ping timeout: 252 seconds] 2018-11-14T14:37:23 -!- boB_K7IQ [~boBK7IQ@wsip-98-172-108-119.ph.ph.cox.net] has joined ##stm32 2018-11-14T14:47:21 -!- boB_K7IQ [~boBK7IQ@wsip-98-172-108-119.ph.ph.cox.net] has quit [Ping timeout: 268 seconds] 2018-11-14T14:47:40 -!- boB_K7IQ [boB_K7IQ@wsip-98-172-108-119.ph.ph.cox.net] has joined ##stm32 2018-11-14T14:54:49 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-14T14:59:11 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-14T15:33:01 < jpa-> let's play portability guessing game: how likely would you consider a platform to have sizeof(bool) >= 8? 2018-11-14T15:33:49 < karlp> heh, 2018-11-14T15:34:00 < karlp> even on x64 I would have still expected 4? 2018-11-14T15:34:57 < jpa-> yeah, i've never seen larger than 4 2018-11-14T15:35:28 < karlp> it's 1 on my x64 laptop. 2018-11-14T15:35:34 < karlp> where did you find it at 8? 2018-11-14T15:35:55 < jpa-> i didn't, but i'm considering allocating only 3 bits to a field that stores sizeof(bool) 2018-11-14T15:36:12 * karlp laughs 2018-11-14T15:36:18 < karlp> 3 bits is more than enough for anyeone. 2018-11-14T15:36:23 < jpa-> great :P 2018-11-14T15:36:52 < jpa-> in case of overflows i do have a fallback format with 16 bits reserved for it, i guess that will be enough atleast :D 2018-11-14T15:37:07 -!- sk_tandt [~Thunderbi@185.48.150.238] has quit [Quit: sk_tandt] 2018-11-14T15:37:35 < karlp> what's the manufacturing method for sub boards with just holes. 2018-11-14T15:37:51 < karlp> having to solder headers in, and then plug things together seems unfriendly 2018-11-14T15:37:55 < jpa-> http://paste.dy.fi/cmo/plain such lovely macros 2018-11-14T15:38:10 < karlp> it it just "castellated edges, or LGA or GTFO" for modules? 2018-11-14T15:38:18 -!- boB_K7IQ [boB_K7IQ@wsip-98-172-108-119.ph.ph.cox.net] has quit [Ping timeout: 264 seconds] 2018-11-14T15:38:23 < karlp> or modules that come with pluggable connectors already on them 2018-11-14T15:38:30 < jpa-> karlp: i'm not sure what you are asking? 2018-11-14T15:39:10 < karlp> just wondering how much of a pain it is for manufacturing to have to put boards together where the "connector" i sjust a row of holes. 2018-11-14T15:39:23 < karlp> seems like an invitation to hand soldering. 2018-11-14T15:40:49 < jpa-> i have been involved in one product where TFT display was mounted with headers.. manufacturing didn't complain and price didn't seem much different than SMD-only projects 2018-11-14T15:40:57 < jpa-> but that was small volumes (~10pcs) 2018-11-14T15:41:20 < jpa-> i can tell however that it was very painful to remove that when i had to debug a problem hiding between the boards :P 2018-11-14T15:41:37 < zyp> jpa-, now I'm curious why you need to store sizeof(bool) in a packed bitfield 2018-11-14T15:42:03 -!- boB_K7IQ [boB_K7IQ@wsip-98-172-108-119.ph.ph.cox.net] has joined ##stm32 2018-11-14T15:43:25 < jpa-> just hacking on nanopb once again; have to store the offset between bool has_myfield; foobar_t myfield; 2018-11-14T15:43:37 < jpa-> though i guess... hmm.. i forgot about alignment 2018-11-14T15:43:45 < jpa-> that could easily bounce it to higher than 8 2018-11-14T15:43:49 < zyp> maybe you could store n where sizeof(bool) is 2**n 2018-11-14T15:44:25 < jpa-> yeah, but that is difficult to compute so that C regards it as a constant value 2018-11-14T15:44:47 < zyp> :) 2018-11-14T15:56:56 < karlp> go digikey https://www.digikey.com/en/resources/design-tools/dk-iot-studio 2018-11-14T16:00:14 -!- boB_K7IQ [boB_K7IQ@wsip-98-172-108-119.ph.ph.cox.net] has quit [Ping timeout: 276 seconds] 2018-11-14T16:29:21 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2018-11-14T16:33:41 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-14T16:46:33 < englishman> wow 2018-11-14T16:47:55 < englishman> Please select a Project Type 2018-11-14T16:47:56 < englishman> Arduino101 2018-11-14T16:47:56 < englishman> tinyTILE 2018-11-14T16:47:56 < englishman> ESP32 2018-11-14T16:47:56 < englishman> AWS ESP32 Lanyard 2018-11-14T16:47:56 < englishman> ESPDuino-32 2018-11-14T16:47:56 < englishman> NXP Rapid IoT 2018-11-14T16:48:15 < BrainDamage> RapidIoT 2018-11-14T16:48:18 < day> in your case its aruduino 2018-11-14T16:48:23 < day> :^) 2018-11-14T16:48:35 < englishman> rip ST 2018-11-14T16:48:36 < zyp> aww, no edison for englishman 2018-11-14T16:48:46 < day> edison still exists? 2018-11-14T16:48:58 < englishman> no 2018-11-14T16:49:01 < englishman> do you have any? 2018-11-14T16:49:20 < englishman> il buy 1k @ $120 2018-11-14T16:49:22 < day> no i only remember the initial marketing and the void after 2018-11-14T16:49:34 < day> 120 per piece? 2018-11-14T16:49:46 < zyp> englishman, I have one, wanna buy it? 2018-11-14T16:49:52 < englishman> no thx 2018-11-14T16:49:55 < zyp> :( 2018-11-14T16:49:59 < englishman> unless you have 999 others 2018-11-14T16:50:02 < BrainDamage> sounds like a drug dealer 2018-11-14T16:50:22 < BrainDamage> what are your edisons for? 2018-11-14T16:50:26 < englishman> the second digikey video is half black screen 2018-11-14T16:50:31 < day> i believe for 120kUSD i can come up with something :p 2018-11-14T16:50:38 < englishman> after 1:20 it's just black 2018-11-14T16:51:30 < kakimir> recommend wireless keyboard 2018-11-14T16:51:32 < kakimir> basic 2018-11-14T16:51:35 < kakimir> works and shiet 2018-11-14T16:51:35 < englishman> no 2018-11-14T16:51:51 < kakimir> hp workstation keyboard has stuck key issues 2018-11-14T16:51:52 < englishman> https://www.amazon.com/Favormates-Wireless-Keyboard-Infrared-Raspberry/dp/B01N0SUUZS/ 2018-11-14T16:51:58 < zyp> kakimir, K400 2018-11-14T16:56:05 < mawk> I have K800 2018-11-14T16:56:39 < mawk> the battery lasts a while, it's silent 2018-11-14T16:56:50 < mawk> and it makes cool light when you approach your hands 2018-11-14T16:58:28 < zyp> K800 looks inconvenient 2018-11-14T16:58:50 < zyp> wired it'd probably be fine, but it doesn't look very useful as a wireless keyboard 2018-11-14T16:59:46 < mawk> I like numpads 2018-11-14T17:00:22 < zyp> I mean, IMO the point of a wireless keyboard is that it's easy to bring around, like when you sit on the couch with your computer hooked to the tv 2018-11-14T17:00:23 < englishman> cant live without it 2018-11-14T17:00:33 < englishman> hence, the amazon link 2018-11-14T17:00:37 < englishman> remote, mouse, AND kb 2018-11-14T17:00:53 < zyp> K400 also does the mouse part 2018-11-14T17:01:28 < englishman> *wiimote 2018-11-14T17:02:17 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2018-11-14T17:02:17 < mawk> I use wireless because there's a ton of shit on my desk so I can't place the keyboard there 2018-11-14T17:02:21 < mawk> so I put in on my laps 2018-11-14T17:05:24 < zyp> you either need a bigger desk or you really need to clean it 2018-11-14T17:05:37 < zyp> my desk got plenty of space for both shit and keyboard 2018-11-14T17:08:28 < aandrew> kakimir: Microsoft wireless kb and mouse. Cheap and works 2018-11-14T17:08:55 < aandrew> Logitech makes some nice non-dicked-up-for-gamer ones too 2018-11-14T17:09:20 < day> with nkey rollover and rgb lights and low latency input? 2018-11-14T17:09:25 < day> :P 2018-11-14T17:09:26 < aandrew> englishman: you’ve got a big project using Edisons and can’t get them now? 2018-11-14T17:09:44 < englishman> they have been eol over a year 2018-11-14T17:10:09 < day> englishman: what do the edisons do that makes them irreplaceable for you? 2018-11-14T17:10:09 < mawk> I'm in a tiny appartment 2018-11-14T17:10:15 < mawk> I have like 0.5m² of desk 2018-11-14T17:10:27 < englishman> I think I will redesign the project for Artik, but not tell the client until they finally realize there are no more Edisons. then sell them the design at the last minute for 100k 2018-11-14T17:10:47 < englishman> day: they are in an existing design 2018-11-14T17:11:06 < aandrew> That sucks, I am thankful I lol’d when intel though they were going to take on the Arduinos and rpi/bbbs of the world 2018-11-14T17:11:12 < englishman> and they " don't have the budget" to respin 2018-11-14T17:11:32 < englishman> soon they won't have any budget at all with zero hardware 2018-11-14T17:11:49 < aandrew> englishman: that’s a great idea. Most engineers have no concept of “don’t leave money on the table” 2018-11-14T17:12:06 < englishman> that's why I don't do business with Samtec 2018-11-14T17:12:18 < englishman> fuck samtec 2018-11-14T17:12:26 < day> i liked edison because they made some ble examples based on BlueZ. which i found nowhere else 2018-11-14T17:12:44 < englishman> also Edison failed FCC with onboard wifi antenna 2018-11-14T17:12:58 < aandrew> I use them for a few specific connectors but try to stick with molex, hirose and ... another that escapes me atm 2018-11-14T17:13:44 < aandrew> Bluez is such a terrible stack to work with 2018-11-14T17:14:08 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-14T17:15:03 < day> aandrew: ikr? its totally unusable for anyone on the outside. theres no docu, theres no help. nada 2018-11-14T17:15:48 < aandrew> That and iirc there’s a shitty dependency on dbus which is its own very special level of hell 2018-11-14T17:22:39 < englishman> interview in 40min 2018-11-14T17:22:48 < englishman> do i use the carbon fibre tie clip or the titanium one 2018-11-14T17:25:10 < englishman> https://www.youtube.com/watch?v=fQ2iHKr8h24 2018-11-14T17:28:22 < Steffanx> Fuck a tie, englishman 2018-11-14T17:28:28 -!- mSSM [~SuperFluf@unaffiliated/superfluffy] has joined ##stm32 2018-11-14T17:31:24 < Steffanx> I was sooo overdressed on my last interview :D 2018-11-14T17:31:32 < englishman> did you get the job 2018-11-14T17:31:33 < day> Steffanx: we stopped the "company tie" thing because noone seems to wear them anymore :P 2018-11-14T17:32:43 < Steffanx> Its my current job, englishman 2018-11-14T17:32:57 < day> Steffanx: then the others were underdressed 2018-11-14T17:33:04 < englishman> then you were not overdressed. 2018-11-14T17:33:11 < Steffanx> Yes i was. 2018-11-14T17:33:32 < day> maybe they only gave you the job for your dressing skills and you actually suck :p 2018-11-14T17:33:46 < Steffanx> That for surs 2018-11-14T17:33:48 < Steffanx> Sure. 2018-11-14T17:34:08 < day> :( 2018-11-14T17:35:40 < mSSM> I am trying to get some AWS FreeRTOS demos running with openstm32/sw4stm32. The compiler/preprocessor errors: it can't find stdint.h. It looks like sw4stm32 does not look for the include headers in the files shipped with sw4stm32, at least I cannot find a setting showing that. What's the right option to set it? In C/C++ Build > Environment the PATH env var actually points to the /usr/lib/sw4stm32/plugins etc 2018-11-14T17:37:59 < mSSM> (Not sure if this is the right place to ask. Just figured somebody might use this IDE) 2018-11-14T17:43:08 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-14T17:43:36 < dongs> i used it once 2018-11-14T17:47:25 < qyx> so their code in their ide fails? 2018-11-14T17:47:36 < qyx> or is it their code with unrelated ide and your toolchain? 2018-11-14T17:48:09 < Steffanx> Any reason why you the weird sw4stm32? 2018-11-14T17:48:23 < Steffanx> Id use keil or TrueStudio. 2018-11-14T17:48:43 < Steffanx> One is also eclipse and can even import sw4stm32 projects iirc 2018-11-14T17:48:45 < qyx> uh oh 2018-11-14T17:49:03 < qyx> at first I though sw4stm32 is the wireless stm32 2018-11-14T17:49:11 < qyx> hence the stupid question 2018-11-14T17:49:25 < Steffanx> Fuck the weird sw4stm32. 2018-11-14T17:49:55 < karlp> yeah, garbage corrupt italian hackjob 2018-11-14T17:58:56 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-14T18:32:56 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Quit: Leaving] 2018-11-14T18:41:17 < kakimir> https://en.m.wikipedia.org/wiki/Kakistocracy 2018-11-14T18:41:53 < kakimir> kakistos = worst 2018-11-14T18:42:02 < mawk> lol 2018-11-14T18:46:06 < Steffanx> Worst = sausage. 2018-11-14T18:46:43 < Steffanx> (in netherlander language) 2018-11-14T18:47:21 < mawk> I'm learning D 2018-11-14T18:47:24 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 272 seconds] 2018-11-14T18:47:27 < mawk> I'm making a vpn to try things out 2018-11-14T18:47:53 < mawk> because it's not C nor C++ most of my time is spent converting linux C headers to D headers 2018-11-14T18:48:09 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 250 seconds] 2018-11-14T18:50:06 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-14T18:56:20 < aandrew> englishman: interview? I thought you worked for yourself 2018-11-14T18:56:26 < kakimir> my nick means basically: worstpoosausage 2018-11-14T18:59:14 < MrMobius> what is the -mir part? 2018-11-14T19:10:04 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2018-11-14T19:14:42 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2018-11-14T19:17:54 < kakimir> I got integer overflow in macro expression 2018-11-14T19:18:11 < kakimir> I would still like to keep the marking as is 2018-11-14T19:18:12 < englishman> aandrew: i do 2018-11-14T19:18:19 * antto throws a bag of constexpr at kakimir 2018-11-14T19:18:22 < englishman> time to spread the stm32 love 2018-11-14T19:23:00 < englishman> this place has 3 cleanrooms 2018-11-14T19:23:30 < kakimir> time to love 8bot 2018-11-14T19:23:38 < kakimir> 8bit 2018-11-14T19:23:41 < mawk> kakimir: apprend ULLLLLLLLL to your constant 2018-11-14T19:23:51 < mawk> append 2018-11-14T19:23:52 < kakimir> yes mawk 2018-11-14T19:23:56 < kakimir> thank 2018-11-14T19:24:03 < englishman> stm8 for lyfe 2018-11-14T19:24:11 * antto glues together 4 atmegas 2018-11-14T19:24:42 < antto> 32bit, quad core ;P~ 2018-11-14T19:24:50 < antto> patend pending 2018-11-14T19:25:21 * antto glues an razor blade onto the top 2018-11-14T19:25:29 < antto> CUTTING EDGE \o/ 2018-11-14T19:25:31 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-14T19:26:13 < englishman> dont cut your wrists with that cutting edge 2018-11-14T19:27:26 < antto> don't come near me with yer stm baloon ;P~ 2018-11-14T19:34:03 < kakimir> avr8 is the easiest thing to debug 2018-11-14T19:34:20 < kakimir> just connect that ding 2018-11-14T19:37:20 < Steffanx> dW sucks 2018-11-14T19:37:25 < Steffanx> Learn to swd 2018-11-14T19:37:31 < Steffanx> Or jtag 2018-11-14T19:37:41 < kakimir> no need to learn 2018-11-14T19:38:14 < qyx> have you converted back to avr? 2018-11-14T19:38:20 < kakimir> yes 2018-11-14T19:38:25 < qyx> poor soul 2018-11-14T19:38:33 < kakimir> I enjoy 2018-11-14T19:41:05 < englishman> avr8 has no debugging capability 2018-11-14T19:41:08 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-14T19:41:15 < englishman> only rebugging 2018-11-14T19:42:24 < kakimir> that is what I thought 2018-11-14T19:42:30 < kakimir> until bought ICE 2018-11-14T19:56:27 < Steffanx> But avr.. 2018-11-14T19:57:00 -!- sterna [~Adium@m90-144-154-201.cust.tele2.se] has joined ##stm32 2018-11-14T19:58:24 < kakimir> it's sweet 2018-11-14T20:00:09 < englishman> -13℃ 2018-11-14T20:01:31 < Steffanx> Wut? 2018-11-14T20:01:43 < Steffanx> !wz england 2018-11-14T20:01:47 < englishbot> [England, Arkansas] Snow. Temp is 3.9°C. North wind: 5.5 kph. 2018-11-14T20:01:52 < Steffanx> Lol 2018-11-14T20:01:52 < englishman> haha 2018-11-14T20:05:52 < kakimir> I remember when I won the temperature game 2018-11-14T20:06:15 < kakimir> looking for hours the hottest place 2018-11-14T20:07:29 < englishman> https://i.imgur.com/ZD7fgG9.png 2018-11-14T20:07:44 < englishman> Yearly High 38.1℃ Low -32℃ 2018-11-14T20:32:20 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2018-11-14T20:34:31 < kakimir> debugging battery charger is slow man 2018-11-14T20:34:44 < kakimir> I need software battery 2018-11-14T20:35:12 < kakimir> I could just crunch the problem in seconds 2018-11-14T20:39:31 < kakimir> okay I have oscillation 2018-11-14T20:39:52 < kakimir> should charge with 1.5A 2018-11-14T20:40:30 < kakimir> it seems dis does something like this 1.5A -> 1.0A -> 0.5A -> 1.5A... 2018-11-14T20:42:42 < kakimir> hmm maybe it was just a glitch 2018-11-14T20:42:58 < kakimir> now 1.5A -> 1.5A 2018-11-14T20:46:53 < kakimir> where is laurenceb when I need him 2018-11-14T20:50:10 < kakimir> maybe the problem is that I do initial sample for period in last period 2018-11-14T20:50:42 < kakimir> (which has different CC_MODE) 2018-11-14T20:52:56 < kakimir> maybe I do a macro define for point where last value is sampled from averaging value in current period 2018-11-14T20:56:54 < kakimir> hmm it starts to hold now at CC_MODE_15 2018-11-14T20:57:13 -!- Amun_Ra [~amun-ra@retro.rocks] has quit [Quit: brb] 2018-11-14T20:57:26 < kakimir> deltaU values 9, 0, 14, 10 where it needs to stay under 15 2018-11-14T21:04:22 < kakimir> 15 matches linear line in 3200mAh cell graph 2018-11-14T21:04:34 < kakimir> this cell is 3450mah 2018-11-14T21:05:21 < Steffanx> Your his rubberduck. 2018-11-14T21:05:25 < Steffanx> *you are 2018-11-14T21:05:33 < kakimir> you are my comfort animal Cracki 2018-11-14T21:06:05 < kakimir> sure 2018-11-14T21:07:07 < kakimir> delta U in x1000 format in 6minutes normalized for 0.5A charging speed 2018-11-14T21:07:28 < kakimir> 1.5A period takes only 2minutes 2018-11-14T21:07:49 < kakimir> Cracki: just breakpoints 2018-11-14T21:08:14 < kakimir> that is a gigawatt 2018-11-14T21:08:26 < kakimir> no serial port in this chip 2018-11-14T21:08:37 < kakimir> I used SPI before 2018-11-14T21:08:40 -!- DisruptiveNL [~Disruptiv@5ED42E60.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2018-11-14T21:08:53 < kakimir> but this stuff if way too looong for 3MHz sampling for hours 2018-11-14T21:09:40 < kakimir> I have breakpoints in state changes in battery_detection_handler 2018-11-14T21:10:37 < kakimir> in 2minutes 5seconds doesn't mean anything 2018-11-14T21:12:02 < kakimir> it did some oscillations 1.5 -> 1.0 -> 0.5 .. but stabilized 2018-11-14T21:12:44 < kakimir> deltaU was too high 2018-11-14T21:13:03 < kakimir> certainly 2018-11-14T21:13:36 < kakimir> nope 2018-11-14T21:13:46 < kakimir> I just figured it out Cracki 2018-11-14T21:14:12 < kakimir> nope.. when not charging value is stabile 2018-11-14T21:14:34 < kakimir> i don't use signed values but for temperature 2018-11-14T21:14:56 < kakimir> you know I stop charging for 5ms for idle voltage reads 2018-11-14T21:15:00 < kakimir> every second 2018-11-14T21:16:12 < kakimir> just enough 2018-11-14T21:16:28 < kakimir> it at least gets rid of ohmic shiet 2018-11-14T21:16:47 < kakimir> also sampling is done always same time after suspend 2018-11-14T21:17:36 < kakimir> why 2018-11-14T21:17:49 < kakimir> mine works without issues 2018-11-14T21:21:54 < kakimir> but I figured it out 2018-11-14T21:22:10 < kakimir> I do deltaU weighted averaging between periods 2018-11-14T21:24:22 < kakimir> that should settle it down in right range 2018-11-14T21:24:33 < kakimir> soon I average everything but my ADC samples 2018-11-14T21:24:46 < kakimir> literally samples are just single conversion! 2018-11-14T21:25:21 < kakimir> even low pass filtering is done 15cm away from ADC pin 2018-11-14T21:25:36 < bitmask> https://youtu.be/qFrPXMAsBRg 2018-11-14T21:26:13 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has quit [Quit: leaving] 2018-11-14T21:27:22 -!- sterna [~Adium@m90-144-154-201.cust.tele2.se] has quit [Quit: Leaving.] 2018-11-14T21:27:50 -!- jadew [~razvan@unaffiliated/jadew] has quit [Read error: Connection reset by peer] 2018-11-14T21:33:47 < bitmask> no webcam 2018-11-14T21:34:18 < Steffanx> crt. 2018-11-14T21:34:58 -!- jadew [~razvan@5-12-64-240.residential.rdsnet.ro] has joined ##stm32 2018-11-14T21:39:24 < kakimir> tip: add 4 levels of filtering 2018-11-14T21:40:40 < Steffanx> ty 2018-11-14T21:49:15 < kakimir> maybe even 1:4 weight of averaging old:new would do it 2018-11-14T21:49:34 < kakimir> after all it's just about getting 15 to look like 14 2018-11-14T21:50:01 < kakimir> while 15 is pretty generous threshold 2018-11-14T21:53:58 < kakimir> hello fucker 2018-11-14T21:56:48 < kakimir> yes 2018-11-14T21:56:57 < kakimir> 4 levels of filtering makes it work 2018-11-14T22:00:02 -!- sterna [~Adium@c-7aebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-14T22:01:13 < jpa-> multiple levels of filtering is nice in that it approaches a gaussian filter 2018-11-14T22:02:10 < jpa-> with a smooth frequency response; compared with e.g. exponential average or sliding window average which have much weirder frequency response 2018-11-14T22:04:20 < jpa-> (well exponential average also has smooth response but the falloff is quite slow) 2018-11-14T22:09:54 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has joined ##stm32 2018-11-14T22:12:41 < Steffanx> Not so mean superbia. 2018-11-14T22:13:11 < Steffanx> No clue who that is 2018-11-14T22:17:22 < kakimir> focus man 2018-11-14T22:18:14 < kakimir> allowed? 2018-11-14T22:18:24 < kakimir> btw. I'm at workplace 2018-11-14T22:18:35 < kakimir> time: 22:18 2018-11-14T22:19:26 < jpa-> are you getting paid overtime? 2018-11-14T22:19:42 < kakimir> certainly 2018-11-14T22:19:49 < kakimir> but not as overtime 2018-11-14T22:19:53 < kakimir> just hours 2018-11-14T22:20:26 < jpa-> and remember that you're not allowed back to work until 9:18 tomorrow 2018-11-14T22:24:13 < Steffanx> Lol 2018-11-14T22:24:27 < Steffanx> I dont think le kakimir cares 2018-11-14T22:27:50 < kakimir> I wake up at 9:18 2018-11-14T22:27:57 < kakimir> literally 2018-11-14T22:29:32 < kakimir> I see it once a day 2018-11-14T22:29:36 < kakimir> when I go to work 2018-11-14T22:48:46 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:c8fc:f9e1:f242:a800] has joined ##stm32 2018-11-14T22:52:25 < kakimir> flow is a perfect state 2018-11-14T22:58:00 < bitmask> oi 2018-11-14T22:59:00 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-14T22:59:40 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 252 seconds] 2018-11-14T22:59:41 -!- BrainDamage_ is now known as BrainDamage 2018-11-14T23:04:11 -!- sterna1 [~Adium@c-7aebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-14T23:04:11 -!- sterna [~Adium@c-7aebe155.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-14T23:17:36 < kakimir> https://www.youtube.com/watch?v=tXL1NEETXJ8 kakimusics - while(1){volume++} 2018-11-14T23:50:42 < kakimir> can I do such thing with debugger: breakpoint where only certain variable values are retrived and execution continues right away 2018-11-14T23:51:10 < kakimir> and values would update to my viewer --- Day changed Thu Nov 15 2018 2018-11-15T00:02:10 < Steffanx> In the avr world? Probably not. 2018-11-15T00:07:01 < englishman> https://i.imgur.com/4GytXQv.jpg 2018-11-15T00:13:09 < bitmask> https://i.imgur.com/BixVqym.jpg 2018-11-15T00:21:11 < zyp> https://bin.jvnv.net/file/TN1qr.jpg https://bin.jvnv.net/file/8HMbP.jpg 2018-11-15T00:21:39 < englishman> nicely done 2018-11-15T00:22:21 < zyp> the light and dust isn't very flattering, but it turned out pretty nice 2018-11-15T00:23:26 < zyp> I was worried that I'd have problems screwing into it from the end since the panel was pretty thin, but that turned out to be no problem at all 2018-11-15T00:31:10 -!- sterna1 [~Adium@c-7aebe155.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2018-11-15T00:39:47 < aandrew> yay, gogo hasn't fixed their tunneling hole yet 2018-11-15T00:39:49 < aandrew> IRCing at 30990ft and 1060km/hr 2018-11-15T00:40:42 < Steffanx> Yay 2018-11-15T00:42:45 < zyp> nice 2018-11-15T01:02:18 < aandrew> englishman: so that's this interview you were gussied up for? 2018-11-15T01:02:37 -!- DisruptiveNL [~Disruptiv@5ED42E60.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2018-11-15T01:03:23 < englishman> it was todaY yea 2018-11-15T01:04:29 < englishman> now im off to the parliament buildings in the same dapper habiliment for an evening of tapas and chatter at a cocktail benefit 2018-11-15T01:05:35 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:c8fc:f9e1:f242:a800] has quit [Quit: Konversation terminated!] 2018-11-15T01:07:17 < aandrew> no what was the interview for? thought you were working for yourself 2018-11-15T01:07:39 < englishman> i am, but this is a cool job at a cool company 2018-11-15T01:07:50 < aandrew> ahh 2018-11-15T01:08:03 < aandrew> how did it go? 2018-11-15T01:08:23 < englishman> great 2018-11-15T01:08:26 < englishman> should have asked for more money 2018-11-15T01:08:39 < englishman> otherwise, everything went well 2018-11-15T01:09:07 < aandrew> you gonna be pumpin for the man soon? 2018-11-15T01:13:08 < englishman> we'll see 2018-11-15T01:13:11 < englishman> i'll know monday 2018-11-15T01:14:06 < Steffanx> Did zyp make an offer for your machines yet? 2018-11-15T01:15:38 < englishman> noone wants that crap 2018-11-15T01:16:11 < Steffanx> Lies 2018-11-15T01:16:33 < aandrew> you're selling your business? 2018-11-15T01:16:52 < englishman> if i get a job i have to throw this shit away or pay to store it 2018-11-15T01:17:24 < aandrew> ah 2018-11-15T01:17:58 < zyp> what model is it anyway? 2018-11-15T01:20:28 < Steffanx> Lol, there must be someone around more fooliwh than you and buy your stuff englishman 2018-11-15T01:20:36 < Steffanx> Foolish 2018-11-15T01:20:39 < Steffanx> :P 2018-11-15T01:20:55 < sync> just put it in the shed with the lolvo englishman 2018-11-15T01:21:09 < englishman> lolvo lives at the office 2018-11-15T01:21:14 < englishman> reserving my parking space 2018-11-15T01:34:38 < zyp> having a p&p would be fun, but I don't think it's gonna be making me enough money to justify spending much on one 2018-11-15T01:36:08 < zyp> on the other hand, boat freight across the atlantic is apparently pretty cheap 2018-11-15T01:38:04 < englishman> cool 2018-11-15T01:38:18 < englishman> which room will it go in? 2018-11-15T01:38:22 < englishman> better pick it out now 2018-11-15T01:38:36 < aandrew> heh 2018-11-15T01:38:37 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has quit [Ping timeout: 252 seconds] 2018-11-15T01:38:49 -!- tomeaton17_ [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2018-11-15T01:40:05 < aandrew> yeah carsan here is dying, I could pick up a nice siplace but I've seen the maintenance required on it... no thanks 2018-11-15T01:40:43 < englishman> huge PTH board on their banner 2018-11-15T01:40:44 < englishman> nope 2018-11-15T01:41:34 < aandrew> that's practically a full time job 2018-11-15T01:42:10 < zyp> if I had a p&p I'd probably put it in the shed, or whatever the external storage room would be called in english 2018-11-15T01:42:35 < zyp> planning to use that as a workshop anyway 2018-11-15T01:43:31 < aandrew> heh I don't know if a single assembly house has a current website 2018-11-15T01:43:47 < englishman> i dont 2018-11-15T01:43:48 < englishman> :p 2018-11-15T01:44:27 < aandrew> you can't put a pnp in an outside shed 2018-11-15T01:45:35 < aandrew> it needs good stable environment, maintained temp and humidity 2018-11-15T01:45:36 < sync> aandrew: the panasonic system united uses also gives you DNS 2018-11-15T01:46:12 < sync> well you can put it in an outside shed 2018-11-15T01:46:17 < zyp> aandrew, of course 2018-11-15T01:46:22 < sync> ours sat in a shed forever 2018-11-15T01:46:29 < aandrew> sync: this does too but allows external requests 2018-11-15T01:46:47 < sync> it was annoying as fuck because we had to warm up the vision card with a heat gun if it got below 0°C 2018-11-15T01:46:54 < sync> yeah, same with the thing united used 2018-11-15T01:47:44 < zyp> shed might not be the best word, but I'm talking about the storage room in between the two houses here: https://bin.jvnv.net/file/FVANz.jpg 2018-11-15T01:48:18 < englishman> actually IPC norms only state temp and humidity should be in a certain range for operator comfort 2018-11-15T01:48:34 < englishman> if it throws off your calibrations, that's your own problem 2018-11-15T01:49:06 < sync> yeah your yield goes down but that is not their problem 2018-11-15T01:49:10 < englishman> the euroshed 2018-11-15T01:49:12 < zyp> I'm planning to use it partly as a workshop, so I've been thinking about insulating it 2018-11-15T01:49:50 < kakimir> kakitips: if your adc resolution is not enought, add noise to averaging 2018-11-15T01:50:00 < aandrew> englishman: lots of packages require humidity to be within a range or you have to bake the shit or it can pop 2018-11-15T01:50:02 < zyp> and just the residual heat from shit in there will probably keep temperature reasonable enough 2018-11-15T01:50:40 < englishman> only for storage 2018-11-15T01:51:13 < englishman> yes get a three phase oven in there 2018-11-15T01:51:40 < zyp> originally I were planning to put a server rack there too, but it seems like I end up with a nice spot under the stairs where I can tuck away a rack on wheels 2018-11-15T01:52:10 < Lux> yeah i killed quite a few ws2812 leds due to them popping in reflow 2018-11-15T01:52:19 < zyp> (I ran double network conduit to both spots and will run fiber to both as well, just in case) 2018-11-15T01:52:51 < Lux> even had visible cracks 2018-11-15T01:53:22 < zyp> englishman, yeah, I specced I wanted a subpanel there with 22kW capacity, so there's plenty of power for an oven 2018-11-15T01:53:47 < zyp> nevermind that the house gets like 28kW total :p 2018-11-15T01:54:05 < englishman> wot 2018-11-15T01:54:25 < englishman> all your 3⌀ technology and you get just 28kW 2018-11-15T01:54:33 < englishman> our furnace is 23kW 2018-11-15T01:54:53 < sync> my ondemand water heater is 25kW 2018-11-15T01:54:56 < sync> for whatever reason 2018-11-15T01:55:00 < englishman> to heat water 2018-11-15T01:55:02 < englishman> is the reason 2018-11-15T01:55:11 < sync> it could be a lot smaller to do that 2018-11-15T01:55:22 < englishman> is it a whole house on demand heater 2018-11-15T01:55:34 < englishman> idk if i would want it to be smaller 2018-11-15T01:56:11 < englishman> start adding it up 2018-11-15T01:56:15 < englishman> 12kW to charge two cars 2018-11-15T01:56:17 < englishman> 4.5kW oven 2018-11-15T01:56:21 < englishman> 5.5kW hot tub 2018-11-15T01:56:27 < sync> it is for the whole flat, yes 2018-11-15T01:56:34 < englishman> not much left in 28kW to heat the house and run servers 2018-11-15T01:56:36 < sync> so a kitchen + a bathroom 2018-11-15T01:59:43 < zyp> 28 kW is plenty 2018-11-15T02:01:53 -!- boB_K7IQ [~boBK7IQ@216.4.53.35] has joined ##stm32 2018-11-15T02:02:17 < zyp> where I live now, I'm averaging around 1.5-2 kW on a monthly basis 2018-11-15T02:02:26 < sync> englishman: still better than 200A service in the US 2018-11-15T02:02:47 < englishman> how so 2018-11-15T02:02:53 < englishman> i dont have any 3 phase equipment 2018-11-15T02:03:05 < sync> there is your issue 2018-11-15T02:03:43 < sync> our hot water pressure washer runs off 3 phase 2018-11-15T02:03:51 < zyp> on a 12h basis, peak average over the last year is 4kW 2018-11-15T02:03:51 < englishman> my toast only needs 1 phase to be toasted 2018-11-15T02:03:54 < sync> the tire machine as well 2018-11-15T02:05:21 < zyp> peak hourly is 9kW 2018-11-15T02:05:54 < englishman> tire changer and compressor and balancer are 120v 2018-11-15T02:06:08 < zyp> I don't have data with better resolution than 1h averages 2018-11-15T02:06:15 < kakimir> you have your own tire changer? 2018-11-15T02:06:25 < kakimir> for small or big wheels? 2018-11-15T02:06:26 < zyp> but still, 28kW is plenty 2018-11-15T02:07:13 < sync> there is zero reason why it is three phase englishman, but it is 2018-11-15T02:07:24 < sync> braking with the async reversed is nice tho 2018-11-15T02:07:42 < englishman> hmm my utility doesnt show me power 2018-11-15T02:07:44 < englishman> only energy 2018-11-15T02:08:12 < zyp> same, but they have energy over 1h intervals 2018-11-15T02:08:22 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-15T02:08:24 < englishman> they have that here now 2018-11-15T02:09:26 < englishman> nice peaks at 6am and 7pm when the furnace comes on 2018-11-15T02:09:58 < zyp> anyway, since the average consumption is so much lower than the capacity, it just becomes a scheduling problem to even out the peaks 2018-11-15T02:11:21 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-15T02:11:24 < Laurenceb124> trumpy bear!!! 2018-11-15T02:11:30 < Laurenceb124> mexico will buy me one 2018-11-15T02:11:35 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-15T02:11:39 < zyp> shit like car charging and the hot water tank can be put on hold during short term peaks from shit like the induction cooker 2018-11-15T02:12:20 < Laurenceb124> lel russian grrrl ragequit 2018-11-15T02:12:35 < zyp> doesn't matter much whether the car finishes charging a few minutes earlier or later 2018-11-15T02:12:56 < sync> I guess so but that is something I would not want to have in my home 2018-11-15T02:13:32 < zyp> I mean, it's already not a problem in practice 2018-11-15T02:13:33 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-15T02:14:11 < aandrew> the best toast is made with three phase 2018-11-15T02:14:32 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 272 seconds] 2018-11-15T02:14:33 -!- BrainDamage_ is now known as BrainDamage 2018-11-15T02:14:40 < Laurenceb124> smart meters are a meme 2018-11-15T02:14:43 < kakimir> Laurenceb124 2018-11-15T02:14:47 < sync> yes, but the possibility of having the deal with that is eh 2018-11-15T02:14:49 < sync> idk 2018-11-15T02:15:00 < zyp> but apparently the power companies are gonna restructure the grid fee so that you pay based on monthly peak 2018-11-15T02:15:01 < Laurenceb124> grid demand is smoothed out quite a lot already due to randomness 2018-11-15T02:15:19 < Laurenceb124> Russian grrl is going on holiday back to russia now 2018-11-15T02:15:36 < zyp> Laurenceb124, says the guy in the country that has a power plant just to handle commercial breaks 2018-11-15T02:15:43 < Laurenceb124> she had an autastic ragefit after disagreeing with me about part placement in a cnc mill 2018-11-15T02:15:50 < Laurenceb124> zyp: so, who cares? 2018-11-15T02:15:54 < sync> like they did with businesses before 2018-11-15T02:15:55 < Laurenceb124> Norway has hydropower 2018-11-15T02:16:27 < kakimir> my ADC has LSB resolution of 5mV, I convert ADC result into voltage by measuring also bandgap.. how to avoid resulting voltage incrementing in these steps? 2018-11-15T02:16:29 < Laurenceb124> guy at wurk is 3d printing a vangena now 2018-11-15T02:16:37 < Laurenceb124> babby is going to get born soon 2018-11-15T02:16:52 < kakimir> I want resolution more closer to 1mV 2018-11-15T02:16:58 < Laurenceb124> we will case a vanginnaaa out of silicone using the mould 2018-11-15T02:17:03 < sync> get a non shit ADC 2018-11-15T02:17:07 < zyp> Laurenceb124, well, yeah, the matter here isn't really power production, it's grid capacity 2018-11-15T02:17:27 < Laurenceb124> stm32 is pretty decent 2018-11-15T02:17:30 < Laurenceb124> adc wise 2018-11-15T02:17:35 < kakimir> could I drive ADC pin with gpio pin and alter it's value slightly 2018-11-15T02:17:46 < kakimir> then sample it 2018-11-15T02:18:01 < Laurenceb124> heath robinson approves 2018-11-15T02:18:19 < zyp> grid needs to handle peak, and therefore it's argued that consumers with higher peak usage should pay more than consumers with less peak usage 2018-11-15T02:18:39 < kakimir> sure 2018-11-15T02:19:16 < Laurenceb124> in a few days I might have video of babby being "born" 2018-11-15T02:19:56 < englishman> above 50kW here there is a power fee and an energy fee 2018-11-15T02:19:59 < kakimir> Laurenceb124? 2018-11-15T02:20:00 < Laurenceb124> >3d printed vagoo gives birth to the babby 2018-11-15T02:20:02 < englishman> but below that, no power fee 2018-11-15T02:20:05 < Laurenceb124> >babby gets shakkken 2018-11-15T02:20:10 < Laurenceb124> its gunna be cool 2018-11-15T02:20:21 < Laurenceb124> typical uk tv https://postimg.cc/MXVQcq7s 2018-11-15T02:20:24 < kakimir> you keep the vagoo artifact? 2018-11-15T02:20:28 < zyp> here it still depends on the power companies 2018-11-15T02:20:35 < englishman> maybe in a place with lots of non-hydro renewables it becomes a problem 2018-11-15T02:21:17 < zyp> but it's likely that they all will introduce grid fee based on peak power, now that everybody got smart meters 2018-11-15T02:21:31 < Laurenceb124> kakimir: dunno atm 2018-11-15T02:21:57 < kakimir> for "research" 2018-11-15T02:22:02 < Laurenceb124> keeek 2018-11-15T02:22:11 < Laurenceb124> ok uk is now more weird than nippon land 2018-11-15T02:22:12 < zyp> (smart meters here are mandatory starting 2019-01-01) 2018-11-15T02:22:17 < Laurenceb124> https://postimg.cc/yWmD1nKt 2018-11-15T02:22:27 < Laurenceb124> wew mandatory smart meters 2018-11-15T02:22:41 < kakimir> Laurenceb124: next level 2018-11-15T02:22:43 < zyp> my impression is that pretty much everybody got them already 2018-11-15T02:23:00 < englishman> in 1st world countries sure 2018-11-15T02:23:07 < englishman> but we're talking about britain here 2018-11-15T02:23:10 < zyp> everybody in norway* 2018-11-15T02:23:34 < zyp> uk probably still have those coin operated meters 2018-11-15T02:23:48 < Laurenceb124> lul unironically true 2018-11-15T02:23:48 < kakimir> in here even abaddoned house has remote readable meter 2018-11-15T02:23:54 < Laurenceb124> https://postimg.cc/8FfCqmwy 2018-11-15T02:24:09 < Laurenceb124> >this is mid afternoon uk tv 2018-11-15T02:24:11 < Laurenceb124> lulwut 2018-11-15T02:24:25 < sync> interesting zyp 2018-11-15T02:24:43 < sync> here you are not required to have them if you use less than a certain amount of energy 2018-11-15T02:24:44 < kakimir> I have been in house where remote readable meter says 0kwh and has been there for years 2018-11-15T02:25:09 < zyp> remote readable doesn't equal smart 2018-11-15T02:25:36 < kakimir> waa 2018-11-15T02:25:48 < zyp> all the meters I were installing when I were working as an electrician over ten years ago were remote readable 2018-11-15T02:26:01 < Laurenceb124> https://postimg.cc/jDmfw5FF 2018-11-15T02:26:12 < sync> yeah, most of the smart meters they put in there are not remote readable 2018-11-15T02:26:21 < Laurenceb124> in uk we used to have electrolytic meters until recently 2018-11-15T02:26:23 < sync> due to some uproar about privacy 2018-11-15T02:27:01 < zyp> I think the main difference between the old «remote readable» stuff and the new «smart» stuff is the data rate 2018-11-15T02:27:16 < Laurenceb124> my heating system was installed in 1930s 2018-11-15T02:27:24 < Laurenceb124> if its not broken dont fix :P 2018-11-15T02:27:44 < englishman> some people didnt want to upgrade to smart meters here 2018-11-15T02:27:47 < englishman> so they got their shit disconnected 2018-11-15T02:27:57 < Laurenceb124> https://www.youtube.com/watch?v=CLjKsc-i9ys 2018-11-15T02:28:01 < zyp> same, crazy people are worried about the radio waves 2018-11-15T02:28:02 < Laurenceb124> my sides wtf 2018-11-15T02:28:19 < Laurenceb124> >Bullet club 2018-11-15T02:28:23 < zyp> «my smart meter is making me sick» 2018-11-15T02:28:25 < zyp> etc 2018-11-15T02:28:30 < kakimir> have you ever added noise to your samples Laurenceb124 2018-11-15T02:28:49 < kakimir> in order to archive something 2018-11-15T02:28:58 < sync> "upgrade" englishman 2018-11-15T02:29:13 < Laurenceb124> kakimir: no I just clocked the adc faster 2018-11-15T02:29:24 < englishman> needle meters belong in the 60s 2018-11-15T02:29:44 < sync> nah, they at least measure apparent loads correctly 2018-11-15T02:29:54 < aandrew> kakimir: I want to experiment with dithering 2018-11-15T02:30:00 < Laurenceb124> englishman: kek needle meters are new in uk 2018-11-15T02:30:08 < aandrew> but doesn't the sampling system have to know the noise you're adding 2018-11-15T02:30:39 < zyp> apparently the power authority have said that people can be exempt from the smart meters if they got a doctor's note stating that it's giving them health problem, and the medical authority have replied that doctors can't give notes for that since they have no scientific basis 2018-11-15T02:30:43 < kakimir> you can add noise by clocking adc too fast? 2018-11-15T02:30:47 < englishman> hahaha 2018-11-15T02:33:20 < sync> my grandma had one installed, they changed it back to a ferranti one after it blew up like three times in a row 2018-11-15T02:33:21 < Laurenceb124> yes kaki 2018-11-15T02:33:23 < Laurenceb124> https://www.youtube.com/watch?v=0CyAESwC0YU 2018-11-15T02:33:25 < Laurenceb124> my sides 2018-11-15T02:34:39 < Laurenceb124> my parents just bypassed the meter for their cannabis farm tbh 2018-11-15T02:34:40 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-15T02:34:43 < kakimir> noise + averaging = more than adc resolution resolution 2018-11-15T02:36:10 < aandrew> kakimir: so it's just the averaging that gets you sub-sb results, not some kind of correlated processing? 2018-11-15T02:36:11 < sync> but that is a common problem there, at least one device per year dies during at thunderstorm 2018-11-15T02:37:14 < karlp> heh, created footprint outline dxf from y-negative view of a 3d model from phoenix. 2018-11-15T02:37:20 < karlp> worked great for a symmetric part 2018-11-15T02:37:24 < karlp> then an offset part, 2018-11-15T02:37:37 < karlp> didn't realize till later that y-negatiev (duh) was from the bottom :) 2018-11-15T02:37:43 < karlp> so it's mirrored :) 2018-11-15T02:38:12 < aandrew> sub-lsb 2018-11-15T02:38:18 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has left ##stm32 ["WeeChat 2.3"] 2018-11-15T02:40:31 < kakimir> yes sub-lsb 2018-11-15T02:46:20 < aandrew> kakimir: no I understand thetheory with averaging, but thought that if you correlated the noise with processing you could do even better 2018-11-15T02:53:04 < Laurenceb124> I've got to ~18enob with f103 2018-11-15T02:54:25 < Laurenceb124> outputting at 62hz 2018-11-15T02:54:48 < aandrew> Laurenceb124: wow, any tricks you'd be willing to share? 2018-11-15T02:55:34 < Laurenceb124> just run adc at fastest speed poss and use dma, then write processing dsp in asm 2018-11-15T02:55:43 < Laurenceb124> its not too hard 2018-11-15T02:57:01 < Laurenceb124> more power hungry than sigma delta adc on F3, but about the same performance or maybe a bit better even 2018-11-15T02:57:01 < aandrew> "write processing dsp in asm" sounds like the glossed-over part 2018-11-15T02:57:05 < Laurenceb124> heh 2018-11-15T02:57:26 < Laurenceb124> mine was application specific, bandpass and decimation in one step 2018-11-15T02:57:33 < Laurenceb124> not very useful for others 2018-11-15T02:58:09 < Laurenceb124> at 1Msps its challenging to keep up with the adc 2018-11-15T02:59:18 < Laurenceb124> actually its better than F3 arguably, as you can decode to 18enob when you arent interested in DC 2018-11-15T02:59:58 < kakimir> what is enob? 2018-11-15T03:00:03 < Laurenceb124> e.g. zero IQ receiver architecture when final demodulation is DSP centered around a few hundred khz 2018-11-15T03:00:10 < Laurenceb124> effective number of bits 2018-11-15T03:00:25 < aandrew> driving the ADC with a strong source would be important, any input filtering what processing were you doing, just averaging? what was vref? 2018-11-15T03:00:25 < Laurenceb124> F3 sigma delta could never work for what I was doing 2018-11-15T03:00:49 < Laurenceb124> vref was 3.3v with filtering 2018-11-15T03:01:00 < Laurenceb124> all the analogue side of the processor was on a dedicated supply 2018-11-15T03:01:36 < Laurenceb124> filtering was some standard IIR stuff using powers of two for all the coefficients and thumb2 asm 2018-11-15T03:02:09 < aandrew> gotcha 2018-11-15T03:02:25 < Laurenceb124> on F1 and F4 (only processors I've taken adc to the limit on), dedicated analogue supply was needed to get max performance 2018-11-15T03:02:39 < Laurenceb124> early F4 adc was total shit but never ones seem ok 2018-11-15T03:03:19 < aandrew> I have been meaning ot learn basic filtering and demod (digitally) for a while 2018-11-15T03:03:30 < aandrew> just no time 2018-11-15T03:03:33 < Laurenceb124> I was using a proper PMIC, when I screwed it up so digital was on, but no analogue supply, stm32 wouldnt start up 2018-11-15T03:03:40 < Laurenceb124> but it didnt seem to be damaged 2018-11-15T03:04:41 < aandrew> and poor math skillz 2018-11-15T03:05:20 < Laurenceb124> I wrote an optimiser in matlab to design my filter 2018-11-15T03:05:35 < Laurenceb124> so it would work using fixed point with powers of two for almost everything 2018-11-15T03:06:25 < Laurenceb124> hmm I just thought 2018-11-15T03:06:46 < Laurenceb124> with faster stm32 like F7 I could probably do complete GPS receiver like this 2018-11-15T03:07:01 < Laurenceb124> no need for one of the rf front ends with adc 2018-11-15T03:07:19 < Laurenceb124> F4 is fast enough to do software gps 2018-11-15T03:07:52 < Laurenceb124> just F7 + one of the dvbt dongle ICs 2018-11-15T03:09:48 < aandrew> nice. I might have to pick your brains until you /ignore me at some point 2018-11-15T03:10:55 < Laurenceb124> more interesting than my day jerb 2018-11-15T03:11:03 < Laurenceb124> but anything is more interesting than that 2018-11-15T03:11:16 < Laurenceb124> atm I'm writing CE documentation for babbyshake monitor 2018-11-15T03:12:59 < aandrew> I worked with another contractor who had a woodcut of a little boy outside of an outhouse grabbing toilet paper 2018-11-15T03:13:41 < aandrew> "no job is done until the paperwork is complete" 2018-11-15T03:13:58 < Laurenceb124> they want this in one week O_o 2018-11-15T03:14:53 < Laurenceb124> the guy pulling the baby manikin out of the 3d fleshlight is very distracting 2018-11-15T03:19:05 < karlp> man, 3d modelling is addictive :) 2018-11-15T03:19:42 < Laurenceb124> depends what ur modelling ... :P 2018-11-15T03:19:56 < Laurenceb124> and if you can print it in silicone rubber 2018-11-15T03:19:58 < karlp> yeah, I'm just doing basic fit and view. 2018-11-15T03:20:09 < karlp> thanks phoenix contact for having step files for alllll their parts 2018-11-15T03:24:23 < karlp> just playing with what fits where: https://imgur.com/a/p2aU1Rf 2018-11-15T03:31:16 < englishman> phoenix contact is great 2018-11-15T03:31:20 < englishman> not like that shitshow SAMTEC 2018-11-15T03:31:57 < dongs> karlp: is that kikecad 2018-11-15T03:39:16 < karlp> yar 2018-11-15T03:39:43 < karlp> been amaze at how much 3d modeeling I can get just by throwing symbols down. 2018-11-15T03:39:47 < karlp> super great 2018-11-15T03:39:53 < karlp> anyway, way late. 2018-11-15T03:40:47 < karlp> englishman: if only phoenix was as good at saying "these parts all mate with this part" like samtec does 2018-11-15T03:40:56 < karlp> seems to be "go find it yourself" for phoenix 2018-11-15T03:44:36 < dongs> how the fuck does 8bit parallel interface work when you have only one A0 line and D0..D7, RD/WR/CS 2018-11-15T03:44:51 < dongs> like, how do you select address 2018-11-15T03:45:41 < Ultrasauce> there's an address latch, you use the data lines to set it 2018-11-15T03:45:58 < dongs> what would it be called 2018-11-15T03:46:24 < dongs> there's only A0, D0..D7, CS, RD, WR and IRQ (output) 2018-11-15T03:47:51 < dongs> looks like maybe A0 is that. 2018-11-15T03:48:20 < dongs> A0 goes low, D0..7 sets address, then WR toggles low/high 2018-11-15T03:50:30 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Read error: Connection reset by peer] 2018-11-15T03:54:09 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-15T03:58:53 < Ultrasauce> yeah just bad nomenclature for the address strobe 2018-11-15T03:58:58 < Ultrasauce> or enable or whatever 2018-11-15T04:05:09 < Laurenceb124> arggg 2018-11-15T04:05:15 < Laurenceb124> muh chimney loicense 2018-11-15T04:06:11 < Laurenceb124> >ukp300 for a chimney loicense 2018-11-15T04:08:19 -!- boB_K7IQ [~boBK7IQ@216.4.53.35] has quit [Ping timeout: 244 seconds] 2018-11-15T04:09:15 < Laurenceb124> more than it costs to build a chimney 2018-11-15T04:12:25 < Laurenceb124> this country is a meme 2018-11-15T04:13:07 < Laurenceb124> can't sell the house without a loicense for the chimney 2018-11-15T04:37:54 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 252 seconds] 2018-11-15T04:41:01 -!- mitrax [mitrax@lfbn-ncy-1-325-94.w83-196.abo.wanadoo.fr] has quit [] 2018-11-15T04:49:19 -!- inca_ [~inca@162.154.131.90] has joined ##stm32 2018-11-15T05:07:27 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 240 seconds] 2018-11-15T05:08:44 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-15T05:36:58 < englishman> Inbox by Gmail is going away at the end of March 2019. The new Gmail has a fresh new look built with top Inbox features such as snooze, nudges and more to help you get more done. Learn more 2018-11-15T05:37:00 < englishman> what the shit 2018-11-15T05:37:08 < englishman> another google product dying 2018-11-15T05:37:31 < Ultrasauce> the new gmail scrolls at about 2 fps for me 2018-11-15T05:39:31 < englishman> and they are nothing alike 2018-11-15T05:44:08 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-15T06:30:47 < englishman> https://www.youtube.com/watch?v=2KSahAoOLdU 2018-11-15T06:37:59 < englishman> this is a great complement to the 34c3 agc video 2018-11-15T06:44:35 -!- fc5dc9d4_ [~quassel@p5B081FFE.dip0.t-ipconnect.de] has joined ##stm32 2018-11-15T06:45:12 < englishman> fuck your yamaha audio this is some crazy shit 2018-11-15T06:48:22 -!- fc5dc9d4 [~quassel@p5B3A816E.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2018-11-15T06:49:21 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 268 seconds] 2018-11-15T07:02:33 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] 2018-11-15T07:05:57 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-15T07:21:43 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-15T07:33:37 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2018-11-15T07:33:47 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-15T07:34:22 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 272 seconds] 2018-11-15T07:37:00 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-15T07:40:09 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 244 seconds] 2018-11-15T07:40:14 -!- day__ is now known as day 2018-11-15T07:42:08 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-15T07:51:11 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Read error: Connection reset by peer] 2018-11-15T07:56:22 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-15T07:57:35 -!- kow__ [~afed@135.0.26.171] has joined ##stm32 2018-11-15T07:59:42 -!- Ultrasauce [sauce@2600:3c03::f03c:91ff:fe49:4bf1] has quit [Remote host closed the connection] 2018-11-15T08:00:26 -!- friendofafriend [~ian@pool-71-120-200-135.nrflva.fios.verizon.net] has quit [Ping timeout: 260 seconds] 2018-11-15T08:00:50 -!- Ultrasauce [sauce@2600:3c03::f03c:91ff:fe49:4bf1] has joined ##stm32 2018-11-15T08:01:01 -!- kow_ [~afed@135.0.26.171] has quit [Ping timeout: 260 seconds] 2018-11-15T08:02:11 -!- friendofafriend [~ian@pool-71-120-200-135.nrflva.fios.verizon.net] has joined ##stm32 2018-11-15T08:06:56 < kakimir> gmail heavy as shit 2018-11-15T08:08:23 < kakimir> probs mining crypto 2018-11-15T08:41:46 < dongs> he must be all pumped up 2018-11-15T08:45:41 < dongs> subwoofer. 2018-11-15T08:45:43 < dongs> obviously 2018-11-15T08:55:23 < jadew> cool restoration: https://www.youtube.com/watch?v=U2jNeObHnZY 2018-11-15T08:55:28 -!- jadew [~razvan@5-12-64-240.residential.rdsnet.ro] has quit [Changing host] 2018-11-15T08:55:28 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2018-11-15T09:00:14 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 244 seconds] 2018-11-15T09:05:07 -!- sterna [~Adium@c-2ab9d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-15T09:09:14 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-15T09:13:49 < Steffanx> Bye. 2018-11-15T09:18:57 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 252 seconds] 2018-11-15T09:31:27 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-15T09:40:35 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has joined ##stm32 2018-11-15T09:48:14 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-15T09:49:19 -!- sterna [~Adium@c-2ab9d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 244 seconds] 2018-11-15T09:58:40 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 268 seconds] 2018-11-15T10:01:23 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-15T10:11:36 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-15T10:13:59 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-15T10:17:06 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:1589:5358:c581:795b] has joined ##stm32 2018-11-15T10:41:22 < PaulFertser> englishman: (agc restoration) thank you! 2018-11-15T10:56:28 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Read error: Connection reset by peer] 2018-11-15T11:32:59 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-15T12:32:40 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-15T12:41:01 -!- DisruptiveNL [~Disruptiv@5ED42E60.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2018-11-15T12:47:43 < Ecco> Hi :) 2018-11-15T12:47:58 < Ecco> I have an STM32 board whose MCU that gets burning hot when powered on 2018-11-15T12:48:07 < Ecco> Do you know what could be going on? 2018-11-15T12:48:20 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-15T12:48:23 < Laurenceb124> holy shit, my music teacher was a pedo 2018-11-15T12:48:29 < Laurenceb124> https://www.dailymail.co.uk/news/article-6391415/Married-female-music-teacher-34-drunken-sex-two-choirboys.html 2018-11-15T12:48:38 < Laurenceb124> no everybody knows where I live 2018-11-15T12:51:40 < Laurenceb124> tfw never got molested 2018-11-15T12:52:26 < dongs> < Ecco> I have an STM32 board whose MCU that gets burning hot when powered on 2018-11-15T12:52:29 < dongs> yeah, you fried it 2018-11-15T12:52:30 < dongs> replace it. 2018-11-15T12:52:47 < Laurenceb124> dats broke bro 2018-11-15T12:53:11 < Laurenceb124> >tfw so incel I didnt even get molested 2018-11-15T12:56:10 < Laurenceb124> incel level: didnt even get molested by female pedo 2018-11-15T12:58:21 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-15T12:58:27 < Hamilton> Was there ever a language that had the same amount of *hype* (for lack of a better word) of Rust but then couldn't gain traction? It's not just hype though...Some tools writtein in Rust like ripgrep, fd are faster than their C counterparts (ag/grep and find)...I'm in the awkward position of halfway learning C and seeing the hype about Rust 2018-11-15T12:58:52 < cjbaird> Ruby 2018-11-15T12:59:11 < Hamilton> I'm saying, look C programs had like 20 years to use concurrency and stuff...but somehow young Rust programs manage to comepte with that 2018-11-15T13:02:11 < dongs> rust is trash, you can just leave it at that and strike off the list 2018-11-15T13:02:40 < dongs> retarded shit nonlanguage invented solely for the purpose of language masutbration 2018-11-15T13:03:03 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 268 seconds] 2018-11-15T13:09:06 < Hamilton> https://github.com/rust-embedded/wg 2018-11-15T13:09:20 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] 2018-11-15T13:09:27 < Hamilton> seems really interesting : https://github.com/rust-embedded/embedded-hal 2018-11-15T13:10:50 < Ecco> dongs: Yes, I guess. How can I know what happened? 2018-11-15T13:11:39 < englishman> PaulFertser: cool, right??? 2018-11-15T13:13:28 < dongs> Ecco: ESD 2018-11-15T13:13:35 < dongs> or reverse polarity 2018-11-15T13:13:41 < Ecco> I happened after a few month 2018-11-15T13:13:41 < dongs> or >= 5V to any I/o pin 2018-11-15T13:13:43 < Ecco> in a closed device 2018-11-15T13:13:56 < dongs> so esd. 2018-11-15T13:14:30 < Ecco> well, the device only has an USB port 2018-11-15T13:14:36 < Ecco> and it has an ESD protection chip 2018-11-15T13:21:22 < Ecco> :-D 2018-11-15T13:22:22 < karlp> fucking rasppi shits. 2018-11-15T13:22:26 < karlp> lets make a cheaper smaller one, 2018-11-15T13:22:41 < karlp> keeps full size hdmi, and a camera connector, drops ethernet 2018-11-15T13:23:15 < dongs> go ahead. just pay e14 for engineering change and order 5k 2018-11-15T13:23:26 < dongs> they run a pro cloner service there. 2018-11-15T13:23:39 < karlp> fuck that 2018-11-15T13:23:40 < dongs> https://www.element14.com/community/docs/DOC-76955/l/raspberry-pi-customization-service 2018-11-15T13:23:59 < karlp> more interested in talking to chian about customizing an allwinning design 2018-11-15T13:24:05 < dongs> ah yes sure 2018-11-15T13:24:25 < dongs> i thoguth you had to stick with the retarded broadScum SoC 2018-11-15T13:24:56 < karlp> no, was ust looking at this new rpi 3a+ thing they annouced today 2018-11-15T13:25:39 < qyx> I played a bit with that SMA5D27 SOM recently 2018-11-15T13:25:48 < qyx> *SAMA5D27 2018-11-15T13:26:14 < qyx> it looks decent 2018-11-15T13:26:23 < qyx> it is a 40x38mm SOM 2018-11-15T13:26:29 < dongs> yeah it is nice. 2018-11-15T13:39:18 < zyp> karlp, to be fair, the usb hub/ethernet chip probably costs more than the hdmi/camera connectors 2018-11-15T13:39:53 < zyp> both hdmi and camera shits are just hooked to the SoC, dropping them only saves the connector 2018-11-15T13:39:59 < zyp> unlike ethernet 2018-11-15T13:42:17 < karlp> Haohmaru: olimex modules? never heard of them... 2018-11-15T13:42:29 < karlp> 40x38 and all these squares are no good... 2018-11-15T13:42:43 < zyp> karlp, what's your goal? 2018-11-15T13:42:58 < karlp> 2 din rail units wide or better. 2018-11-15T13:43:18 < karlp> square modules have to go vertical and that changes assembly and where you can put things, and which cases you can use. 2018-11-15T13:43:35 < zyp> ah, working on a new gateway thing? 2018-11-15T13:43:44 < karlp> yar, just for fun at the moment though 2018-11-15T13:43:59 < karlp> it woudl be a whole new category of device vs these router platforms 2018-11-15T13:44:31 < karlp> there's newer versions of what we've got, but they're not really very exciting, just "a bit better, a bit faster, a bit newer" 2018-11-15T13:45:50 < karlp> it's _almost_ tempting to see how insane it would be to route one myself, given that I can throw out a pile of balls for cameras and hdmi and rgmii and audio and shit :) 2018-11-15T13:46:01 < karlp> but I know I'd never hve time for it really :) 2018-11-15T13:46:10 < zyp> I've been tempted to roll a board with an allwinner h5 2018-11-15T13:46:53 < zyp> like the orange pi stuff 2018-11-15T13:47:23 < zyp> seems supported enough without too much hassle, hardware looks fairly easy to do 2018-11-15T13:47:58 < karlp> yeah, h3/h5 would be fne for me. 2018-11-15T13:48:17 < karlp> I'd consider v3s, as it includes ram in package and things, but it's really a bit too small, not enough gain vs the current platforms. 2018-11-15T13:48:26 < karlp> h2+ even, which is just cutdown h3. 2018-11-15T13:48:36 < karlp> gonna finish protos first anyway :) 2018-11-15T13:48:46 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:1589:5358:c581:795b] has quit [Quit: Konversation terminated!] 2018-11-15T13:52:19 < qyx> what gateway? 2018-11-15T13:52:38 < qyx> does it have can, modbus and ethernet and is a DIN rail enclosure, 2018-11-15T13:52:47 < qyx> *is in a.. ? 2018-11-15T13:55:22 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-15T13:59:58 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-15T14:09:04 < zyp> karlp, this is apparently H5 packed into a SoM: https://neutis.io/ 2018-11-15T14:10:26 < zyp> englishman, at a glance, that thing looks like a decent edison replacement 2018-11-15T14:14:56 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-15T14:18:29 < c10ud> pro makers << attn dongs 2018-11-15T14:27:50 < qyx> nice 2018-11-15T14:27:52 < qyx> except the connectors 2018-11-15T14:28:25 < zyp> yeah, although I'm not sure what would be better if you want the same number of signals 2018-11-15T14:29:36 < qyx> I am trying to find some power consumption figures 2018-11-15T14:30:15 < Sadale> wow what? $49 a module? 2018-11-15T14:30:17 < Sadale> That's expensive 2018-11-15T14:30:29 < zyp> compared to what? 2018-11-15T14:30:36 < Sadale> The specs is good, tho 2018-11-15T14:31:13 < qyx> yeah, if a single connector is used, it is ok 2018-11-15T14:31:17 < qyx> but there are two 2018-11-15T14:32:02 < Sadale> What's wrong with two connectors? 2018-11-15T14:32:27 < qyx> the thing Haohmaru says 2018-11-15T14:32:29 < karlp> zyp: yeha, sw neutis the other day, it's fancy and pro looking 2018-11-15T14:32:36 < Sadale> I see. mre easy to misalign. 2018-11-15T14:32:40 < karlp> I think I even suggested it to english for his edison. 2018-11-15T14:32:40 < Sadale> more likely* 2018-11-15T14:32:53 < zyp> karlp, cool, didn't see that 2018-11-15T14:33:23 < karlp> qyx: no can. present gateway is rs485/wifi/ethernet in 2 din rail units 2018-11-15T14:33:27 < qyx> all current consumption is TBD 2018-11-15T14:33:38 < qyx> karlp: :( 2018-11-15T14:33:48 < karlp> what devices do yo uhave in din rails that speak can? :) 2018-11-15T14:34:01 < qyx> I plan to have some 2018-11-15T14:34:03 < karlp> modbus/profi/blah 2018-11-15T14:34:08 < qyx> but for now only modbus 2018-11-15T14:34:08 < zyp> it's a bit annoying that they don't have onboard core power reg 2018-11-15T14:34:10 < karlp> but nothing out there is can on dinrails 2018-11-15T14:34:22 < zyp> would be nice if you could just feed it a single 3.3V supply or something 2018-11-15T14:34:40 < karlp> yeah, the nanopi duo2 I'm going to do some protos with you feed it 5V 2018-11-15T14:34:43 < karlp> it gives you 3v3 back again. 2018-11-15T14:35:37 < zyp> ah, that looks cute too 2018-11-15T14:35:59 < karlp> yeah, that's what in those renders I shared last night 2018-11-15T14:36:13 < zyp> didn't see 2018-11-15T14:36:22 < karlp> wait, neutis needs you to supply core 1.2V as well? lamers 2018-11-15T14:36:30 < zyp> apparently 2018-11-15T14:36:42 < karlp> https://imgur.com/a/p2aU1Rf 2018-11-15T14:36:43 < qyx> and it depends on the speed 2018-11-15T14:37:19 < zyp> karlp, nice 2018-11-15T14:37:34 < zyp> can you put PoE on it as well? :) 2018-11-15T14:37:37 < karlp> that's the version with hlk-pm01 onboard so raw mains in, though not sure theyðll approve mains ac beside the ethernet jack, even if it meets the en61010 clearance 2018-11-15T14:37:51 < karlp> no exposure to poe honestly, 2018-11-15T14:38:07 < zyp> :p 2018-11-15T14:38:21 < karlp> dev pcbs I've ordered just have a dc input for now. 2018-11-15T14:40:15 < karlp> qyx: can you do can with just a can transceiver? or do you still need the bxcan periph or something? 2018-11-15T14:40:31 < karlp> like, coould I just replace the rs485 transciever to a uart with a can transceiver? 2018-11-15T14:40:49 < zyp> no, you need the can periph 2018-11-15T14:41:30 < karlp> yeah, so you're not getting can easily then. 2018-11-15T14:41:41 < karlp> well, not _as_ easily. 2018-11-15T14:43:12 < zyp> a uart with a can transceiver will not have much of a difference from rs485, just different voltage levels 2018-11-15T14:44:23 < qyx> karlp: can tx/rx are on the same pins as usart tx/rx 2018-11-15T14:44:34 < qyx> and can transceiver has almost identical pinout 2018-11-15T14:44:38 < qyx> iirc 2018-11-15T14:45:11 < zyp> yeah, it's possible to design a board that would work with either 2018-11-15T14:45:41 < zyp> for that isolated usb adapter thing I were dicking around with, I planned to make it possible to populate it either for can or for rs485 2018-11-15T14:45:41 < qyx> uhm, not true, at least not on L432 2018-11-15T14:45:51 < qyx> I mean, yes 2018-11-15T14:45:56 < qyx> but not that easy as I though 2018-11-15T14:46:36 < zyp> just hook some mcu pins in parallel and tristate the ones that's not in use 2018-11-15T15:08:27 -!- tctw [~Tectu@82-197-160-105.init7.net] has quit [Ping timeout: 240 seconds] 2018-11-15T15:12:09 < karlp> can tx/rx pins on _what_ ? 2018-11-15T15:12:27 < karlp> I'm not talking about an stm32 here... 2018-11-15T15:12:55 < karlp> can you really not do can in software? in linux ? 2018-11-15T15:13:06 < zyp> no 2018-11-15T15:13:17 < qyx> no 2018-11-15T15:13:20 < zyp> can does bitwise arbitration 2018-11-15T15:13:23 < jpa-> you need to react quite fast to conflict on the line 2018-11-15T15:13:37 < qyx> oh, I forgot it is linux and not stm32 2018-11-15T15:13:46 < jpa-> i'd say you *could* do it in software on a fast microcontroller, but you wouldn't want to 2018-11-15T15:14:39 < zyp> the can periph reads back every bit it sends, zeroes are dominant so the first node that sees a zero when it tried to send a one backs off 2018-11-15T15:15:08 < karlp> so it's either a can contoller on spi/usb or a mcu with a can peripheral 2018-11-15T15:15:31 < karlp> like mcp2515 or so? 2018-11-15T15:15:32 < zyp> yeah, linux has kernel support for certain spi-based can controllers 2018-11-15T15:15:35 < zyp> like that one 2018-11-15T15:16:19 < karlp> yeah, that's why I picked it. 2018-11-15T15:16:22 < zyp> once you get it into the kernel, it goes into the network framework, so userland software can open a can socket to send and receive frames 2018-11-15T15:16:36 < karlp> so yeah, I could "easily" replace the rs485 port with a can port "just for you" qyx :) 2018-11-15T15:16:47 < zyp> I haven't tried that myself yet, but I read up on that once because I were planning to 2018-11-15T15:18:47 -!- mSSM [~SuperFluf@unaffiliated/superfluffy] has left ##stm32 ["WeeChat 2.3"] 2018-11-15T15:19:25 < karlp> today's other find of the day (har) https://caniuse.com/#feat=array-find 2018-11-15T15:19:50 -!- tctw [~Tectu@82-197-160-105.init7.net] has joined ##stm32 2018-11-15T15:20:25 < zyp> I don't get it 2018-11-15T15:24:21 -!- tctw [~Tectu@82-197-160-105.init7.net] has quit [Ping timeout: 260 seconds] 2018-11-15T15:24:32 < qyx> karlp: yeah, if it was stm32 then maybe, but meh 2018-11-15T15:25:57 < karlp> zyp: just basic javascript that still doesn't work in ie. 2018-11-15T15:27:13 < qyx> I'll just attach some mcp2515 breakout board to the rpi for now 2018-11-15T15:27:25 < qyx> I m curious if it works 2018-11-15T15:28:24 < zyp> should, probably just need to set up some devtree stuff to make kernel load the driver 2018-11-15T15:28:24 -!- mitrax [mitrax@lfbn-ncy-1-325-94.w83-196.abo.wanadoo.fr] has joined ##stm32 2018-11-15T15:34:00 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: WeeChat 2.3] 2018-11-15T15:38:56 -!- tctw [~Tectu@82-197-160-105.init7.net] has joined ##stm32 2018-11-15T15:45:14 -!- tctw [~Tectu@82-197-160-105.init7.net] has quit [Ping timeout: 268 seconds] 2018-11-15T15:46:05 -!- tctw [~Tectu@82.197.160.105] has joined ##stm32 2018-11-15T15:52:10 < dongs> dicktree 2018-11-15T16:16:18 -!- tctw [~Tectu@82.197.160.105] has quit [Ping timeout: 245 seconds] 2018-11-15T16:19:18 -!- psprint [~psprint@91.245.82.2] has quit [Read error: Connection reset by peer] 2018-11-15T16:19:36 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2018-11-15T16:31:40 -!- tctw [~Tectu@82-197-160-105.init7.net] has joined ##stm32 2018-11-15T16:46:55 < englishman> zyp: i got the highlight line before the preceding line, and thought you were talking about the AGC. 2018-11-15T16:48:40 < zyp> that'd probably also work 2018-11-15T16:59:44 < kakimir> what was that chinese distributor? 2018-11-15T16:59:55 < kakimir> lcds or what? 2018-11-15T17:00:03 < kakimir> something with l*** 2018-11-15T17:00:39 < qyx> lscs you mean 2018-11-15T17:00:58 < qyx> or buydisplay.com 2018-11-15T17:01:08 < qyx> oh, you don't want lcds 2018-11-15T17:01:34 < qyx> *lcsc 2018-11-15T17:20:40 < Thorn> T - 5h https://spaceflightnow.com/2018/11/15/falcon-9-eshail-2-mission-status-center/ 2018-11-15T17:28:57 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-15T17:40:46 -!- traceur920 [~simone@copelandia.univpm.it] has joined ##stm32 2018-11-15T18:04:19 -!- traceur920 [~simone@copelandia.univpm.it] has quit [Quit: leaving] 2018-11-15T18:09:40 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Quit: Leaving] 2018-11-15T18:16:32 < Ecco> I have a question regarding a simple situation: an STM32 powered with a single cell LiPo battery 2018-11-15T18:16:52 < Ecco> and a few peripherals too that will draw some power (e.g. a few LEDs) 2018-11-15T18:17:30 < Ecco> my question is about the specific case where the battery is charging *and* the device is powered on 2018-11-15T18:17:53 < Ecco> most charging ICs I've seen measure use a CC-CV approach (which seems to be the good way to charge batteries) 2018-11-15T18:18:09 < Ecco> problem : when the device is on, the MCU and the LED will draw some current 2018-11-15T18:18:24 < Ecco> so in practice the battery's charge is not CC anymore 2018-11-15T18:18:59 < Ecco> problem #2 : the charging IC cannot detect the end of charge 2018-11-15T18:19:19 < Ecco> because the IC says "charge is done when current goes below a certain threshold. e.g. 20mA 2018-11-15T18:19:47 < karlp> don't try and put your device in the charge path? 2018-11-15T18:19:52 < Ecco> but the circuit draws 25mA, so even if the battery only sinks 5mA, the charger will see 30mA being drawn 2018-11-15T18:20:05 < Ecco> karlp: how? 2018-11-15T18:20:44 < Ecco> I guess that's the right approach 2018-11-15T18:20:49 < Ecco> but I don't know how to do this 2018-11-15T18:22:17 < karlp> what charger are you looking atÐ 2018-11-15T18:25:29 < Ecco> This for example: http://legacy.gamebuino.com/wiki/images/6/6f/Gamebuino_r2_schematics.pdf 2018-11-15T18:25:47 < Ecco> so MCP73833-FCI/UN 2018-11-15T18:25:58 < Ecco> They all kinda work the same though 2018-11-15T18:26:11 < Ecco> and actually I'm not sure the charger itself has anything to do with this problem 2018-11-15T18:30:22 < Thorn> there are charger ICs with separate outputs for battery and the load, e.g. http://www.ti.com/product/BQ24072 2018-11-15T18:30:52 < Thorn> "Power-Path Management" 2018-11-15T18:31:13 -!- tctw [~Tectu@82-197-160-105.init7.net] has quit [Ping timeout: 250 seconds] 2018-11-15T18:37:47 -!- tctw [~Tectu@82-197-160-105.init7.net] has joined ##stm32 2018-11-15T18:42:35 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-15T18:48:26 < bitmask> https://imgur.com/a/XGbcutz 2018-11-15T18:48:30 < bitmask> man I kinda want to reprint the side that came out weird 2018-11-15T18:48:50 < bitmask> the other half came out so perfectly 2018-11-15T18:49:36 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-15T18:50:26 < karlp> but it's on the inside... 2018-11-15T18:51:45 < bitmask> ? 2018-11-15T18:52:12 < bitmask> its a mold, the inside is what matters :) 2018-11-15T19:00:40 < mawk> looks like a nationalist party logo bitmask 2018-11-15T19:00:53 < karlp> oh, I thought it was a case. 2018-11-15T19:01:05 < mawk> http://www.france-politique.fr/logos/fn.png 2018-11-15T19:01:24 < bitmask> its supposed to be steam :) 2018-11-15T19:01:30 < bitmask> its for my heated jacket :P 2018-11-15T19:03:47 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-15T19:20:03 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 245 seconds] 2018-11-15T19:50:21 -!- tctw [~Tectu@82-197-160-105.init7.net] has quit [Read error: Connection reset by peer] 2018-11-15T19:54:47 -!- tctw [~Tectu@82-197-160-105.init7.net] has joined ##stm32 2018-11-15T20:08:33 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-15T20:19:36 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-15T20:25:54 -!- benishor [~benny@79.116.213.61] has quit [Remote host closed the connection] 2018-11-15T20:26:19 -!- benishor [~benny@79.116.213.61] has joined ##stm32 2018-11-15T20:27:41 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Ping timeout: 260 seconds] 2018-11-15T20:31:23 -!- sterna [~Adium@c-73ebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-15T20:38:02 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-15T21:02:00 -!- Ik90 [~Ik90@157.49.146.107] has joined ##stm32 2018-11-15T22:34:27 < Steffanx> ty 2018-11-15T22:41:02 < Steffanx> ~5 2018-11-15T22:42:00 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-15T22:44:14 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-15T22:45:05 < englishman> i sure hope they arent using any samtec connectors 2018-11-15T22:45:45 < Steffanx> For sure not. They seem to be right on time. 2018-11-15T22:47:39 < englishman> ayyy 2018-11-15T22:48:02 < Steffanx> i thought you gave up on samtec a long time ago 2018-11-15T22:48:20 < Steffanx> the time where they took you money and changed the delivery date 2018-11-15T22:48:32 < englishman> no i'm used to that now 2018-11-15T22:48:45 < englishman> they still do it, every time 2018-11-15T22:53:01 < Steffanx> It'll be the last time :P 2018-11-15T22:54:23 < englishman> no i just asked them to quote another $25k of shit while i'm dealing with this last order of $30k that has been in chinese customs for 3 weeks. 2018-11-15T22:54:32 < englishman> fml 2018-11-15T22:54:38 < englishman> i need a real job 2018-11-15T22:54:46 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-15T22:55:04 < Steffanx> that was i was referring to. 2018-11-15T22:57:20 < englishman> https://i.imgur.com/cJ7dhS8.jpg 2018-11-15T22:57:45 < Steffanx> the poor kitty 2018-11-15T23:01:39 < bitmask> if sulfur inhibits the curing of silicone, does sulfuric acid do so as well? 2018-11-15T23:04:55 < bitmask> ok 2018-11-15T23:07:40 -!- DisruptiveNL [~Disruptiv@5ED42E60.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2018-11-15T23:28:26 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-15T23:33:28 < Thorn> Soyuz/Progress launch in 21 hrs 2018-11-15T23:35:47 < zyp> time to start watching the stream? 2018-11-15T23:36:18 < Steffanx> usually Thorn posts a stream link 2018-11-15T23:36:24 < Steffanx> Hows the kitchen today mr zyp 2018-11-15T23:37:06 < zyp> dunno, haven't been to the house today 2018-11-15T23:37:29 < zyp> got a message today that it would be unaccessible today since they were tiling the hallway 2018-11-15T23:37:46 < Steffanx> heh 2018-11-15T23:38:18 < kakimir> anime alert 2018-11-15T23:38:24 < zyp> which wasn't unexpected, I'm happy they messaged me in advance so I didn't have to discover it when I stopped by :p --- Day changed Fri Nov 16 2018 2018-11-16T00:03:19 < zyp> hmm 2018-11-16T00:03:36 < zyp> damn, this internet connection is pretty fast actually 2018-11-16T00:03:54 < zyp> I just started a 96G torrent, ETA says 27 minutes 2018-11-16T00:05:52 < Steffanx> 96G torrent 2018-11-16T00:06:02 < zyp> yeah 2018-11-16T00:06:05 < Steffanx> Must be anime. 2018-11-16T00:06:12 < zyp> no 2018-11-16T00:06:31 < Steffanx> Im out of guesses the 2018-11-16T00:06:42 < zyp> that's ok 2018-11-16T00:06:56 < Steffanx> n 2018-11-16T00:07:28 < zyp> it's a tv series or something, nothing interesting really 2018-11-16T00:08:45 < Steffanx> Lol whokay 2018-11-16T00:08:54 < zyp> signed up for some private tracker the other day for some other stuff I want, but like every other private tracker they have silly ratio rules so you can't really download what you want before you've uploaded anything unless you wanna start out wrecking your account privileges 2018-11-16T00:09:43 < zyp> so I'm downloading some random «free to download» shit that looked popular just so I can seed it 2018-11-16T00:12:48 < zyp> seems to be working, so far I've got 34 GB downloaded and 21 MB uploaded on that torrent :p 2018-11-16T00:28:08 < Steffanx> Im glad the tracker im with doesnt do that 2018-11-16T00:28:33 < zyp> which? 2018-11-16T00:28:40 < Steffanx> They just force you to do a ratio of 1:1 or seed 72 hours 2018-11-16T00:28:43 < Steffanx> Pretome 2018-11-16T00:28:54 < zyp> well, force you how? 2018-11-16T00:29:29 < Steffanx> Force you as in disable your download function when you hit and run 2018-11-16T00:29:31 < Steffanx> Too much 2018-11-16T00:29:53 < Steffanx> Which is totally fair imho 2018-11-16T00:30:01 -!- funnel [~funnel@unaffiliated/espiral] has quit [Ping timeout: 268 seconds] 2018-11-16T00:30:05 < zyp> oh, right, so if you just seed for 72 hours even if nobody downloads, you're good? global ratio doesn't matter? 2018-11-16T00:30:14 < Steffanx> Yes 2018-11-16T00:30:28 < Steffanx> No 2018-11-16T00:30:56 < Steffanx> Better upload stats give you some more rights or something but 2018-11-16T00:31:03 < Steffanx> I dont really care much 2018-11-16T00:31:44 < zyp> I just leave stuff seeding and eventually end up with a ratio like 10 on most private trackers I use 2018-11-16T00:31:54 < zyp> problem is just getting started with a fresh account :p 2018-11-16T00:32:39 < zyp> oh, torrent finished 2018-11-16T00:32:39 -!- funnel [~funnel@unaffiliated/espiral] has joined ##stm32 2018-11-16T00:32:47 < zyp> 74 MB up so far 2018-11-16T00:32:55 < Steffanx> Yay 2018-11-16T00:33:48 < Steffanx> Is torrenting series legal in norway? 2018-11-16T00:34:29 < zyp> who cares about legality? 2018-11-16T00:34:38 < Steffanx> Just curious. 2018-11-16T00:34:56 < zyp> I'm not sure what the current status is 2018-11-16T00:35:26 < zyp> some years ago, downloading shit were okay, uploading were not, and torrents imply doing both 2018-11-16T00:35:41 < kakimir> better watch series you didn't want to see from netflix 2018-11-16T00:36:17 < kakimir> and when you find series you like - it's lagging behind releases 2018-11-16T00:36:21 < Steffanx> Im out of good netflix series. 2018-11-16T00:36:22 < zyp> netflix is good, I watch stuff on netflix when they have it 2018-11-16T00:36:40 < zyp> I watched 22. July on netflix the other day 2018-11-16T00:36:59 < PeterM> sometimes when my internet is good enough i read irc 2018-11-16T00:37:37 < Steffanx> Welcome PeterM 2018-11-16T00:37:44 < Steffanx> Hows the day 2018-11-16T00:37:45 < PeterM> it has amazing series like "the pump and the pumper" 2018-11-16T00:38:04 < PeterM> good, got a thermo exam thisevening 2018-11-16T00:38:09 < Steffanx> Best pumpers are from aussieland you know 2018-11-16T00:38:38 < PeterM> indeed they are... 2018-11-16T00:41:00 < Thorn> xtal manufacturing is dangerous https://www.youtube.com/watch?v=uo7H_ILs1qc 2018-11-16T00:41:14 < PeterM> other amazing series include "from georgia to georgia, the take of one russians love for tits" 2018-11-16T00:41:43 < PeterM> speaking of r2com 2018-11-16T00:41:45 -!- sterna [~Adium@c-73ebe155.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-16T00:41:45 < PeterM> is he dead? 2018-11-16T00:41:46 -!- sterna1 [~Adium@c-73ebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-16T00:42:33 < MrMobius> hopefully 2018-11-16T00:42:43 < MrMobius> they probably just cut off internet to his village again 2018-11-16T00:43:01 < MrMobius> or the horse that powers the generator died of scurvy 2018-11-16T00:43:19 < Steffanx> Hm MrMobius why the hate 2018-11-16T00:44:04 < PeterM> maybe he got shot, i mean, he was living in bawston right? 2018-11-16T00:44:07 -!- sterna1 [~Adium@c-73ebe155.016-35-62726f1.bbcust.telenor.se] has quit [Client Quit] 2018-11-16T00:44:08 < MrMobius> it's not unearned 2018-11-16T00:44:14 -!- sterna [~Adium@c-73ebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-16T00:44:19 < MrMobius> he's a real dick a lot of the time 2018-11-16T00:44:33 < MrMobius> lol 2018-11-16T00:44:38 < MrMobius> bostonistan maybe 2018-11-16T00:46:24 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-16T00:48:27 -!- sterna [~Adium@c-73ebe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 240 seconds] 2018-11-16T00:48:31 < PeterM> anyone have any experience with Mental FloTHERM? 2018-11-16T00:48:41 < PeterM> *mentor 2018-11-16T00:53:38 < Laurenceb124> muh 2018-11-16T00:53:47 < Laurenceb124> is that some sort of meme? 2018-11-16T00:55:39 < Laurenceb124> JUST https://postimg.cc/QKHGQg8r 2018-11-16T01:09:15 < Laurenceb124> https://www.imdb.com/title/tt7507644/ 2018-11-16T01:09:28 < Laurenceb124> >Country: Sweden 2018-11-16T01:10:14 < Laurenceb124> https://www.youtube.com/watch?v=zWkQ7S2Cf2M 2018-11-16T01:16:14 < zyp> Laurenceb124, watched this yet? https://www.imdb.com/title/tt7280898/ 2018-11-16T01:17:16 < englishman> oh boy, the new jason bourne movie is out 2018-11-16T01:22:33 < Steffanx> Wut what? 2018-11-16T01:23:03 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has quit [Ping timeout: 268 seconds] 2018-11-16T01:24:02 < Steffanx> What is mr englishman referring to? 2018-11-16T01:24:28 -!- Laurenceb124 [~laurence@host86-149-71-110.range86-149.btcentralplus.com] has joined ##stm32 2018-11-16T01:25:38 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-16T01:25:46 < aandrew> is jason bourne breaking out of an old age home this time? 2018-11-16T01:27:56 < Steffanx> Matt Damon isnt THAT old 2018-11-16T01:30:26 < englishman> that same director did like 3 bourne movies 2018-11-16T01:31:26 < englishman> so i can only assume that July 22 will have badass jumps and flips and parkour and shit while murdering children 2018-11-16T01:32:29 < Laurenceb124> wtf 2018-11-16T01:32:40 < Laurenceb124> first Borne film was boring after 20 minutes 2018-11-16T01:32:48 < Laurenceb124> how could they make even one more 2018-11-16T01:33:13 < englishman> playtime... *puts on sunglasses* is over 2018-11-16T01:35:48 < Laurenceb124> https://imgoat.com/uploads/a7cdfad1a5/163791.jpg 2018-11-16T01:39:42 < Laurenceb124> https://i.ytimg.com/vi/HWdnHdqqKU4/maxresdefault.jpg trap? 2018-11-16T01:40:13 < aandrew> I don't get it 2018-11-16T01:40:24 < aandrew> I don't get either one of them 2018-11-16T01:40:29 < Laurenceb124> >being this new 2018-11-16T01:40:47 < Laurenceb124> second one is allegedly Sargons girlfriend on the side 2018-11-16T01:41:16 < Laurenceb124> wew /cow/ is trolling Sargon's wife cuz their babby died 2018-11-16T01:41:23 < Laurenceb124> thats low even for /cow/ 2018-11-16T01:42:03 < Laurenceb124> the amazing atheist has a lot to answer for 2018-11-16T01:43:28 < Laurenceb124> >from king of reddit to king of /cow/ 2018-11-16T01:44:52 < Steffanx> Talking about boring ^ 2018-11-16T01:45:17 < Ultrasauce> yeah if 8chan wont even have you why are we gonna give a fuck 2018-11-16T01:45:24 < aandrew> wtf, I was positive they said the boards would have been ready this week 2018-11-16T01:45:28 < aandrew> now "thursday or friday next week" 2018-11-16T01:45:47 -!- mode/##stm32 [+o englishman] by ChanServ 2018-11-16T01:45:47 -!- mode/##stm32 [+b *!*@host86-149-71-110.range86-149.btcentralplus.com] by englishman 2018-11-16T01:45:47 -!- Laurenceb124 was kicked from ##stm32 by englishman [Laurenceb124] 2018-11-16T01:45:55 -!- mode/##stm32 [-o englishman] by ChanServ 2018-11-16T01:45:57 < englishman> he's been spamming another chan all day 2018-11-16T01:46:07 < Steffanx> aandrew isnt that how assembling works? 2018-11-16T01:46:14 < englishman> rip 2018-11-16T01:46:58 < aandrew> this isn't assembly this i sjust raw boards 2018-11-16T01:47:04 < Steffanx> Ah 2018-11-16T01:47:06 < Steffanx> Hm 2018-11-16T01:47:49 -!- Laurenceb_123 [5695476e@gateway/web/freenode/ip.86.149.71.110] has joined ##stm32 2018-11-16T01:49:19 < englishman> https://www.msn.com/en-us/news/us/design-errors-faulted-in-florida-bridge-that-collapsed-agency/ar-BBPKhPn 2018-11-16T01:50:55 < englishman> https://www.ntsb.gov/investigations/AccidentReports/Reports/HWY18MH009-investigative-update2.pdf 2018-11-16T01:51:20 < englishman> These design errors resulted in (1) overestimation of the capacity 2018-11-16T01:51:20 < englishman> (resistance) of a critical section through the node comprised of diagonal member 11 and vertical 2018-11-16T01:51:20 < englishman> member 12; and (2) apparent underestimation of the demand (load) on that same critical section. 2018-11-16T01:53:54 -!- effractur [~Erik@195.140.242.50] has quit [Ping timeout: 264 seconds] 2018-11-16T01:55:21 -!- effractur [~Erik@195.140.242.50] has joined ##stm32 2018-11-16T01:58:49 -!- Ik90 [~Ik90@157.49.146.107] has quit [Remote host closed the connection] 2018-11-16T02:18:29 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2018-11-16T02:29:46 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-16T02:48:43 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-16T02:49:01 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Client Quit] 2018-11-16T02:49:13 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-16T03:03:11 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 260 seconds] 2018-11-16T03:15:54 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-16T03:35:03 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-16T03:52:37 -!- Laurenceb_123 [5695476e@gateway/web/freenode/ip.86.149.71.110] has quit [Ping timeout: 256 seconds] 2018-11-16T04:04:20 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-16T04:16:55 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has quit [Ping timeout: 252 seconds] 2018-11-16T04:33:01 -!- mirage335 [~mirage335@64.79.53.118] has joined ##stm32 2018-11-16T05:11:23 -!- machinehum [~machinehu@ip-142-232-174-84.ptr.bcit.ca] has joined ##stm32 2018-11-16T05:11:26 < machinehum> HI] 2018-11-16T05:26:09 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-16T05:28:48 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 245 seconds] 2018-11-16T05:28:48 -!- [1]MrMobius is now known as MrMobius 2018-11-16T05:40:54 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2018-11-16T05:46:05 < englishman> fuck samtec 2018-11-16T05:46:37 < Ultrasauce> i am beginning to wonder if maybe you aren't having the best experience with that company 2018-11-16T05:51:11 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-16T05:54:16 -!- machinehum [~machinehu@ip-142-232-174-84.ptr.bcit.ca] has quit [Quit: WeeChat 1.4] 2018-11-16T05:55:22 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-16T06:17:06 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-16T06:43:27 -!- sk_tandt [~Thunderbi@2.43.146.182] has joined ##stm32 2018-11-16T06:43:29 -!- fc5dc9d4 [~quassel@p5B081F29.dip0.t-ipconnect.de] has joined ##stm32 2018-11-16T06:46:18 < bitmask> in altium can you use the schematic symbol of a component in one library as the symbol for one in another library? 2018-11-16T06:48:02 -!- fc5dc9d4_ [~quassel@p5B081FFE.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 2018-11-16T07:07:02 -!- mirage335 [~mirage335@64.79.53.118] has quit [Ping timeout: 244 seconds] 2018-11-16T07:20:27 -!- sk_tandt [~Thunderbi@2.43.146.182] has quit [Ping timeout: 240 seconds] 2018-11-16T07:30:38 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Quit: Its never too late!] 2018-11-16T07:34:21 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2018-11-16T07:35:45 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-16T07:39:13 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2018-11-16T07:39:17 -!- day__ is now known as day 2018-11-16T07:43:39 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2018-11-16T07:43:48 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-16T07:59:22 < bitmask> https://i.imgur.com/e8c6GEu.png 2018-11-16T07:59:27 < bitmask> will that work? :/ 2018-11-16T08:02:49 < bitmask> shit, Vin cant have top and bottom traces 2018-11-16T08:13:27 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2018-11-16T08:14:34 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-16T08:28:23 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 245 seconds] 2018-11-16T09:01:06 < bitmask> whats wrong with imgur? 2018-11-16T09:09:53 -!- sk_tandt [~Thunderbi@31.159.157.240] has joined ##stm32 2018-11-16T09:11:47 -!- sterna [~Adium@c-73ebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-16T09:13:16 -!- sk_tandt [~Thunderbi@31.159.157.240] has quit [Client Quit] 2018-11-16T09:23:14 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-16T09:27:19 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-16T09:30:44 < jadew> what are you guys getting today? 2018-11-16T09:31:10 < jadew> Haohmaru, must be the black friday 20% cut 2018-11-16T09:32:05 < jadew> you couldn't wait until today? 2018-11-16T09:32:56 < jadew> ah 2018-11-16T09:42:07 < jadew> crt, crt 2018-11-16T09:48:17 < jadew> 1 Tb SSD @ $150 - that's a good price 2018-11-16T09:48:31 < jadew> I remember when I paid $400 for mine 2018-11-16T09:48:45 < jadew> and then it stopped working 6 months later 2018-11-16T09:51:48 -!- sterna [~Adium@c-73ebe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-16T10:00:44 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-16T10:28:28 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-16T11:09:35 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-16T11:20:26 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-16T11:30:31 < karlp> bargain 2018-11-16T11:31:45 < kakimir> check new attinys 2018-11-16T11:32:02 < kakimir> 2017 - 2018 models 2018-11-16T11:34:07 < kakimir> how can you resist something like attiny416 2018-11-16T11:37:25 < kakimir> it's not a discussion 2018-11-16T11:37:37 < kakimir> just a statement 2018-11-16T11:38:50 < kakimir> statement: 8bit is not done yet 2018-11-16T11:39:01 < PaulFertser> kakimir: please compare with stm8 2018-11-16T11:41:00 < jadew> there's plenty of love for the AVR in here 2018-11-16T11:41:08 < jadew> I like them 2018-11-16T11:41:09 < PaulFertser> Haohmaru: have you seen direct gcc avr codegen comparison with sdcc stm8 codegen? Assuming one doesn't need C++. 2018-11-16T11:41:52 < kakimir> PaulFertser: I get 8bit minibeast for 60cents or 50cents @100pcs 2018-11-16T11:42:27 < PaulFertser> Haohmaru: ok, avr got support for modern C++, stm8 doesn't. What else? 2018-11-16T11:42:37 < jadew> also, there are at least 5 people here who are secretly using arduino 2018-11-16T11:42:52 < kakimir> I think stm8 starts with 80cents in small quantities 2018-11-16T11:43:10 < kakimir> sure it's different thing when you buy 10k pcs 2018-11-16T11:43:28 < jadew> PaulFertser, long standing community 2018-11-16T11:43:48 < jadew> AVRs always had better support than PICs 2018-11-16T11:44:19 < jadew> there's lots of example code out there, lots of problems already solved 2018-11-16T11:44:32 < PeterM> nah, theres no need to secretly use tarduino when you can just mbed... 2018-11-16T11:45:12 < kakimir> jadew: new AVRs are another world 2018-11-16T11:45:38 < jadew> PaulFertser, also, without having read STM8 datasheets, the Atmel datasheets are awesome 2018-11-16T11:45:52 < kakimir> way you handle registers etc. peripherals architecture and everything has changed 2018-11-16T11:46:09 < jadew> interesting, haven't looked into them 2018-11-16T11:46:42 < PaulFertser> jadew: community matters for tricky stuff like software usb emulation, agreed. But most of the code available for avr seems to be crappy. 2018-11-16T11:46:55 < kakimir> or was it that these new tinys have some xmega type architecture in them 2018-11-16T11:47:00 < jadew> PaulFertser, that's enough to get into it 2018-11-16T11:47:09 < kakimir> never touched anything but tinys so I don't know 2018-11-16T11:47:21 < PeterM> according to friends that use the new attinys they are a lot nicer than the old ones 2018-11-16T11:47:47 < jadew> the old ones had some limited peripherals, maybe that's what's improved? 2018-11-16T11:47:53 < PaulFertser> jadew: stm8 can be OCD'd with cheap stlink. And I'm not sure if GDB supports debugging of newer (or any) avr parts at all. That would be an important point for me. 2018-11-16T11:47:59 < kakimir> https://en.wikipedia.org/wiki/ATtiny_microcontroller_comparison_chart 2018-11-16T11:48:05 < jadew> for example the USI... that was " " this far from bit-banging 2018-11-16T11:48:24 < jadew> PaulFertser, it does 2018-11-16T11:48:42 < kakimir> new ones all have UART, TWI master/slave, SPI master/slave 2018-11-16T11:48:43 < jadew> but not all parts have support for debuggig 2018-11-16T11:48:44 < PeterM> with much nicer mappings of regisers and more logical mnemonics, more powerful peripherals etc 2018-11-16T11:49:47 < jadew> I'm really sorry microchip bought them... 2018-11-16T11:50:24 -!- psprint_ [~psprint@91.245.82.2] has joined ##stm32 2018-11-16T11:50:25 -!- inca__ [~inca@162.154.131.90] has joined ##stm32 2018-11-16T11:50:33 < PeterM> im not, they've only improved since microchip bought them 2018-11-16T11:50:58 < jadew> really? 2018-11-16T11:51:18 < PeterM> yeah 2018-11-16T11:52:03 -!- inca_ [~inca@162.154.131.90] has quit [Ping timeout: 268 seconds] 2018-11-16T11:52:13 < kakimir> datasheets are more confusings now but chips are better 2018-11-16T11:52:29 < kakimir> it was a suprise to see that new avr chips keep comming out 2018-11-16T11:52:41 -!- dobson [~dobson@68.ip-149-56-14.net] has quit [Ping timeout: 268 seconds] 2018-11-16T11:52:56 < jadew> lol, I wanted to fire up kicad, so I hit the windows key and then started typing: "kaki"... oh wait! 2018-11-16T11:53:17 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 268 seconds] 2018-11-16T11:53:21 -!- dobson [~dobson@68.ip-149-56-14.net] has joined ##stm32 2018-11-16T11:53:23 < jadew> by mistake 2018-11-16T11:53:27 < jadew> it's not installed tho 2018-11-16T11:53:34 < kakimir> kakistocracy 2018-11-16T11:53:54 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Ping timeout: 268 seconds] 2018-11-16T11:54:09 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2018-11-16T11:54:32 < jadew> I'm going to use a tiny2313 in a product I'm working on :D 2018-11-16T11:54:35 < jadew> I ordered by price 2018-11-16T11:54:56 < kakimir> how much? 2018-11-16T11:55:05 < Steffanx> Bleh 2018-11-16T11:55:18 < kakimir> you know it cannot do much else than blink led jadew? 2018-11-16T11:55:25 < jadew> < $1 in 1 qty 2018-11-16T11:55:29 < Steffanx> Tiny1617 is cooler :P 2018-11-16T11:55:33 < Steffanx> Or 817. 2018-11-16T11:55:37 < Steffanx> Because new. 2018-11-16T11:55:52 < jadew> kakimir, eh, can do some other stuff too, but yeah 2018-11-16T11:55:52 < kakimir> new avrs are cheaper than old ones 2018-11-16T11:55:55 < Steffanx> They shouldve used a new name, its totally different 2018-11-16T11:56:15 < jadew> yeah, it does look like they use the xmega architecture 2018-11-16T11:56:20 < Sadale> This one sounds familiar. 2018-11-16T11:56:27 < Sadale> jadew, isn't it the new attiny series? 2018-11-16T11:56:38 < jadew> 2313? 2018-11-16T11:56:44 < jadew> it's old 2018-11-16T11:56:57 < Steffanx> Now the 1617 2018-11-16T11:57:06 < Steffanx> No* 2018-11-16T11:57:12 < Steffanx> Is pretty new 2018-11-16T11:57:27 < jadew> that one seems to be a bit more expensive 2018-11-16T11:58:09 < Sadale> I see. 2313 is an old one 2018-11-16T11:58:33 < Sadale> Originally I planned to use tinyAVR-1 mcu for my game console project. 2018-11-16T11:58:45 < Sadale> I ended up using STM32 because I failed to source tinyAVR-1 in small amount >_< 2018-11-16T11:59:17 < jadew> probably that's where the "tiny" comes from 2018-11-16T11:59:49 < jadew> what are some of the cheapest MCUs? 2018-11-16T12:00:03 < jadew> *that will still be available 10 years from now 2018-11-16T12:07:05 < kakimir> no 2018-11-16T12:07:22 < kakimir> you mean address space? 2018-11-16T12:07:33 * karlp looks at the topic and and wonders why anyone's even bothering discussing xmegas vs pics 2018-11-16T12:09:47 < jadew> karlp, exchanging info 2018-11-16T12:11:32 < jadew> actually this talk was constructive 2018-11-16T12:11:45 < jadew> just came to my attention I can't do what I want with the attiny2313 2018-11-16T12:11:46 < Steffanx> Im happy you joined the discussionkarlp 2018-11-16T12:12:17 < karlp> you're welcome 2018-11-16T12:12:33 < Steffanx> :) 2018-11-16T12:13:38 < zyp> hrm, I think my body is one day off 2018-11-16T12:13:48 < Sadale> I wonder why AVR mcus are so expensive. 2018-11-16T12:14:01 < Sadale> STM32F030F4P6 only costs $0.38 at 10k. 2018-11-16T12:14:05 < Sadale> At that price you could only get a ATtiny13A. 2018-11-16T12:14:12 < zyp> last night felt like a friday night, and this morning my body refused to get out of bed to go to work 2018-11-16T12:14:15 < Sadale> And STM32F030F4P6 is far more powerful 2018-11-16T12:14:24 < zyp> got up at like 10:30 2018-11-16T12:15:08 < karlp> heh, doesn't matter whether mine "refuses" or not, it has to get up. 2018-11-16T12:15:20 < karlp> kids gotta get to school! 2018-11-16T12:15:31 < Sadale> hmm. 2018-11-16T12:15:44 < Sadale> I meant, I'm pretty sure that AVR is still used these days. 2018-11-16T12:15:49 < Sadale> Why'd anyone buy them? 2018-11-16T12:16:11 < Sadale> I don't think the hobbyist market is enough to support Atmel (and now Microchip) 2018-11-16T12:16:30 < jadew> they're used in plenty commercial products 2018-11-16T12:16:37 < jadew> good ICs 2018-11-16T12:17:09 < Sadale> So what're the reasons to use AVR over cheaper, more powerful microcontrollers of other brands? 2018-11-16T12:17:15 < karlp> familiarity 2018-11-16T12:17:23 < jadew> also, peripherals 2018-11-16T12:17:28 < zyp> karlp, yeah, my problem is that I don't have any pressing reasons to get up 2018-11-16T12:17:38 < karlp> jadew: I disagree with that 2018-11-16T12:17:38 < jadew> atmel didn't just have good datasheets and tools 2018-11-16T12:17:49 < karlp> we switched from an avr to an stm32 purely _because_ of peripherals 2018-11-16T12:17:52 < Steffanx> Zyp is on holiday? 2018-11-16T12:18:02 < karlp> atmel is like, "one uart is enough! harhar" 2018-11-16T12:18:17 < Steffanx> My samd20 has more 2018-11-16T12:18:19 < jadew> ah, I don't mean the number of peripherals, but their implementation 2018-11-16T12:18:28 < zyp> I don't have any appointments or chores that needs to be done in the morning, and my working hours are completely flexible 2018-11-16T12:18:32 < karlp> when the implementation is "computer says no" .... :) 2018-11-16T12:18:41 < jadew> Atmel had (probably still do) really good peripherals 2018-11-16T12:18:41 < zyp> Steffanx, no, I'm at work now 2018-11-16T12:18:42 < karlp> samd didn't exist then :) 2018-11-16T12:19:02 < zyp> just a couple hours later than when I usually show up :p 2018-11-16T12:19:29 < karlp> jadew: so, what avr periph is "better" in such a way that you'd notice? 2018-11-16T12:19:49 < karlp> it's sure not those USI "uart/spi/i2c" botchjobs 2018-11-16T12:19:58 < karlp> kakimir referred to them earlier, and I had to work with themtoo, 2018-11-16T12:20:09 < jadew> I don't remember the exact details, because I had a list of complaints several years ago, but for example the UART on atmeg8 which is a shit chip, is better than anything found on STM32 2018-11-16T12:20:11 < karlp> the adcs are slow, but you get selectable internal reference? 2018-11-16T12:20:25 < karlp> ok, so go look at your ocmplaints again honestly, 2018-11-16T12:20:27 < jadew> has a more complete implementation (can interface with more stuff) 2018-11-16T12:20:37 < karlp> like, now that you know what you're doing, is there anything actually missing from the stm32 one really? 2018-11-16T12:20:50 < karlp> what does "more complete implementation" mean for a uart in your mind? 2018-11-16T12:21:01 < karlp> does it mean "16550 register compatible" ? 2018-11-16T12:21:04 < karlp> or ... ? 2018-11-16T12:21:12 < jadew> for example, you can't synchronize multiple UART receivers 2018-11-16T12:21:27 < jadew> if you could, then you could use them at a higher speed/CPU freq 2018-11-16T12:21:47 < karlp> what does that mean? synchrononize multiple uarts? 2018-11-16T12:22:07 < karlp> is that just a way of doing qspi via multiple uarts? 2018-11-16T12:22:09 < jadew> have them work on a given clock, like SPI sort of 2018-11-16T12:22:15 < karlp> or dma from a port? 2018-11-16T12:22:18 < jadew> instead of having the peripheral oversample the data 2018-11-16T12:22:32 < karlp> so all the uSart options that the stm32 has too? 2018-11-16T12:22:32 < zyp> of course you can 2018-11-16T12:22:42 < zyp> what karlp said 2018-11-16T12:22:42 < karlp> are you _sure_ you just didn't know how to do them with the stm32 periphs? 2018-11-16T12:22:47 < jadew> you can't, it can't be a slave IIRC 2018-11-16T12:22:50 < karlp> rather than "the periphs suck, avr is better" 2018-11-16T12:22:56 < zyp> uh 2018-11-16T12:23:01 < zyp> of course usart can be a slave 2018-11-16T12:23:35 < jadew> grr... I didn't want to get into this because I knew I'd have to go check my notes 2018-11-16T12:23:45 < jadew> there's something it doesn't do right about it, for sure 2018-11-16T12:23:53 < karlp> yes, you shouldn't make unsubstantiated claims. 2018-11-16T12:23:56 < jadew> and it took a lot of hackery to get it done 2018-11-16T12:24:06 < karlp> that got beaten into me in high school 2018-11-16T12:24:50 < jadew> karlp, told you it's been years since I had these complaints, but they were real, let me check what exactly I had to do 2018-11-16T12:25:09 < karlp> please :) 2018-11-16T12:27:19 < zyp> strike the last thing I said, looks like jadew is right 2018-11-16T12:27:35 < jadew> karlp, ^ 2018-11-16T12:27:46 < karlp> what does "slave mode" mean? 2018-11-16T12:27:48 < zyp> the USART CK pin is apparently output only, the receiver doesn't give a fuck about the clock anyway 2018-11-16T12:27:55 < karlp> oh, for sync ? 2018-11-16T12:28:01 < zyp> yes 2018-11-16T12:28:13 < karlp> can't sync slve be done with spi? 2018-11-16T12:28:19 < zyp> yes 2018-11-16T12:28:29 < karlp> so... same again, 2018-11-16T12:28:40 < jadew> not really, because SPI is synchronized at byte level 2018-11-16T12:28:45 < jadew> or word-level 2018-11-16T12:28:46 < jadew> whatever 2018-11-16T12:29:01 < jadew> while USART can have bits coming in at any point 2018-11-16T12:29:04 < karlp> ok, hooray, you found a missing feature. 2018-11-16T12:29:10 < jadew> it wasn't just that 2018-11-16T12:29:24 < karlp> is it a selling point of avrs that their "More complete usarts let you do sync slave" though? 2018-11-16T12:29:38 < karlp> I still disagree with your claim that avr's selling point is their peripheral strength 2018-11-16T12:29:41 < jadew> don't know, but my impression was that Atmel had better peripherals and that is a selling point 2018-11-16T12:29:49 < jadew> I'm probably not the only one who noticed this 2018-11-16T12:30:13 < karlp> I think you probably _are_ the only one who noticed that. 2018-11-16T12:30:56 < jadew> heh, could be... 2018-11-16T12:32:26 < karlp> new sam4e stuff looks compettiive though 2018-11-16T12:32:33 < karlp> old sam3 was jsut too expensive 2018-11-16T12:33:07 < Steffanx> Isnt xmega older than sam stuff, at least the cortex-m sams 2018-11-16T12:33:55 < jadew> Steffanx, it is 2018-11-16T13:49:55 < jadew> ok... I think I'm gonna start using lcsc 2018-11-16T13:52:21 < zyp> enjoy 2018-11-16T13:52:34 < jadew> why is that worrying me? :) 2018-11-16T13:52:46 < jadew> should I expect surprises? 2018-11-16T13:53:17 < zyp> dunno, got no experience with lcsc 2018-11-16T14:02:05 < jadew> hmm... thought it's a good deal, but it looks like I can get the same part for the same price from TME 2018-11-16T14:08:47 -!- sdfasdfaasfa [uid20073@gateway/web/irccloud.com/x-hdpzgamfplztocnq] has joined ##stm32 2018-11-16T14:10:20 -!- sdfasdfaasfa [uid20073@gateway/web/irccloud.com/x-hdpzgamfplztocnq] has quit [Changing host] 2018-11-16T14:10:20 -!- sdfasdfaasfa [uid20073@unaffiliated/Gunirus] has joined ##stm32 2018-11-16T14:10:20 -!- sdfasdfaasfa [uid20073@unaffiliated/Gunirus] has quit [Changing host] 2018-11-16T14:10:20 -!- sdfasdfaasfa [uid20073@gateway/web/irccloud.com/x-hdpzgamfplztocnq] has joined ##stm32 2018-11-16T14:10:26 -!- sdfasdfaasfa is now known as Gunirus 2018-11-16T14:29:16 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-16T14:45:14 < jadew> this channel got seriously less funny lately, I wonder what happened 2018-11-16T14:47:06 -!- Ultrasauce [sauce@2600:3c03::f03c:91ff:fe49:4bf1] has quit [Ping timeout: 250 seconds] 2018-11-16T14:47:24 < catphish> it's ok, i'm back now 2018-11-16T14:47:35 < catphish> just got home from holiday 2018-11-16T14:47:41 < jadew> pfew... so that was it 2018-11-16T14:48:30 < catphish> i designed my crazy 10 RFID readers on one USB board https://imgur.com/a/qWMNIqb 2018-11-16T14:49:14 < jadew> you're going to steal public transportation passes? 2018-11-16T14:49:30 -!- Ultrasauce [sauce@2600:3c03::f03c:91ff:fe49:4bf1] has joined ##stm32 2018-11-16T14:49:50 < catphish> i am not, not enough mhz for that 2018-11-16T14:50:22 < friendofafriend> You're just dropping 125kHz coils on those pin headers? 2018-11-16T14:50:36 < catphish> correct 2018-11-16T14:51:15 < friendofafriend> That's neat! Is it for some kind of access control system? 2018-11-16T14:51:27 < catphish> all the matching circuitry is on the board, just a coil on each pin header, as far as i can tell they can be connected at a reasonable distance without any issues 2018-11-16T14:51:41 < jadew> https://i.imgur.com/8iwfh2N.gifv 2018-11-16T14:51:43 < catphish> my friend wanted a way to detect the position of trains on a model railway 2018-11-16T14:52:21 < catphish> he thought putting coils under the track would be the easiest way 2018-11-16T14:53:53 < friendofafriend> That's a good idea! Do you think the wire runs to the coils will be a problem? 2018-11-16T14:54:36 < catphish> here's the schematic https://nutty.tk/multirfid.pdf 2018-11-16T14:55:20 < catphish> i tested a run through a 5m length of chunky cable and it worked exactly the same 2018-11-16T14:56:07 < BrainDamage> are the trains still brushed dc? the one I had as a kid was pretty noisy electrically 2018-11-16T14:56:07 < friendofafriend> Are you gutting a transponder from a card/fob or something else? 2018-11-16T14:56:09 < BrainDamage> it even had sparks 2018-11-16T14:56:28 < BrainDamage> the train engines might interfere with the nfc 2018-11-16T14:57:31 < catphish> so i think it'll be fine, i'll probably connect it up with cat5, that should largely eliminate the effect of the cable run 2018-11-16T14:57:33 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 245 seconds] 2018-11-16T14:57:52 < catphish> BrainDamage: i hadn't even considered that, yes they still use brushed dc, and there will likely be sparks from the track 2018-11-16T14:58:07 < catphish> BrainDamage: i guess i'll just have to wait and see if it works in practice 2018-11-16T14:58:24 < BrainDamage> test with one first, you already have a working nfc reader, no? 2018-11-16T14:58:45 < catphish> BrainDamage: it's mostly magnetic coupling rather than radio, so hopefully RF noise will not matter too much 2018-11-16T14:59:09 < catphish> it's not actually nfc, it's 125khz old fashioned rfid 2018-11-16T14:59:34 < catphish> yeah i can probably test with an off the shelf reader 2018-11-16T15:00:14 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-16T15:04:33 < BrainDamage> test it at different speeds too, because the commutation frequency is directly dependent on the angular velocity 2018-11-16T15:06:25 < kakimir> newattinys have 10bit sampling all way up to 1.5Mhz CLK_ADC 2018-11-16T15:06:39 < kakimir> quite a much compared to that 200khz limit 2018-11-16T15:07:35 -!- jadew [~razvan@unaffiliated/jadew] has quit [Read error: Connection reset by peer] 2018-11-16T15:09:17 < catphish> Haohmaru: lol, yeah, repeating it was annoying, more so on the pcb layout 2018-11-16T15:09:43 < Steffanx> Wb catphish 2018-11-16T15:09:59 < catphish> thanks Steffanx 2018-11-16T15:11:52 < catphish> yeah, it's all good for now 2018-11-16T15:12:36 < catphish> i also spent some of the week reading about mosfets, working out the simplest way to build an H bridge that can be reversed fast 2018-11-16T15:14:12 -!- jadew [~razvan@86.127.195.62] has joined ##stm32 2018-11-16T15:14:28 -!- jadew [~razvan@86.127.195.62] has quit [Changing host] 2018-11-16T15:14:28 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2018-11-16T15:15:18 < catphish> the best solution i found was this little driver called MCP1415, a very cheap simple way to drive high current +V or 0v onto a mosfet gate 2018-11-16T15:20:47 < catphish> gotta like that microchip 2018-11-16T15:21:43 -!- jadew [~razvan@unaffiliated/jadew] has quit [Ping timeout: 268 seconds] 2018-11-16T15:21:58 < kakimir> yes 2018-11-16T15:25:36 < karlp> microchip is awesome if you overlook pics 2018-11-16T15:25:48 < karlp> everything else is great, cheap, reliable. 2018-11-16T15:26:21 -!- jadew [~razvan@82.76.120.196] has joined ##stm32 2018-11-16T15:26:36 -!- jadew [~razvan@82.76.120.196] has quit [Changing host] 2018-11-16T15:26:36 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2018-11-16T15:28:26 < kakimir> pic is also cheap 2018-11-16T15:30:06 < jpa-> and reliable 2018-11-16T15:30:23 < kakimir> and suck 2018-11-16T15:38:53 < kakimir> idk. I have not looked into new pics 2018-11-16T15:38:57 < kakimir> or bigger pics 2018-11-16T15:47:02 < Steffanx> w register 4 ever \O/ 2018-11-16T15:51:28 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-16T16:09:40 < englishman> you can get some buck controller with pic inside!! 2018-11-16T16:10:14 < Steffanx> Sexy. 2018-11-16T16:21:01 < kakimir> tell me about that 2018-11-16T16:21:18 < kakimir> I'm interested about combined buck + mcu 2018-11-16T16:26:10 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-16T16:28:08 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-16T16:28:08 -!- [1]MrMobius is now known as MrMobius 2018-11-16T16:30:25 < Steffanx> Hi beakimir 2018-11-16T16:38:24 -!- Gunirus [uid20073@gateway/web/irccloud.com/x-hdpzgamfplztocnq] has quit [Quit: Connection closed for inactivity] 2018-11-16T16:38:45 < con3> Is there anyway to send a variable length message over spi? using dma I need to define a data length, although it would be great if I could change this to be one transfer of variable length? 2018-11-16T16:40:07 < con3> Just sending between two mcu's. one little esp and the stm is receiving the data 2018-11-16T16:43:15 < con3> hmm.. what's happening rn is that I need to define a fixed length of data, but then sometimes I'm sending a little less. So when I send this data it doesn't trigger the dma callback, the next time I send a portion of data it overwrites the previous portion of data, because I've got it in circular mode and then things get weird 2018-11-16T16:44:05 < con3> so just always send the amount of data that will trigger the callback, but pad the sent data with some bits? 2018-11-16T16:44:52 < con3> ¯\_(ツ)_/¯ 2018-11-16T16:46:40 < con3> thanks Haohmaru, I'll need to think about how the receiver will handle this for a bit. But I understand what you mean. 2018-11-16T16:50:27 < con3> I think that might be one of the easier solutions. Didn't think variable data lengths would turn out this weird. I'll prepend the data with a length and add zero byte padding until I can find a better solution 2018-11-16T16:50:33 < con3> thank you for all the help 2018-11-16T16:50:41 < con3> Really appreciate it 2018-11-16T17:32:11 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-16T17:45:48 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-16T17:50:47 -!- tctw [~Tectu@82-197-160-105.init7.net] has quit [Quit: Leaving] 2018-11-16T17:57:39 < jadew> netflix made a movie about chaturbate 2018-11-16T17:57:52 < jadew> not sure what's the plot yet 2018-11-16T18:01:10 < con3> that's interesting.. 2018-11-16T18:01:16 < con3> what's it called? 2018-11-16T18:01:33 < jadew> cam 2018-11-16T18:05:42 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-16T18:06:18 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 245 seconds] 2018-11-16T18:06:19 -!- BrainDamage_ is now known as BrainDamage 2018-11-16T18:13:18 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has joined ##stm32 2018-11-16T18:14:55 < Thorn> T - 2h https://twitter.com/Nextlaunch/status/1063465302334324736 2018-11-16T18:19:07 < englishman> kakimir: https://www.microchip.com/ParamChartSearch/chart.aspx?branchID=9013 2018-11-16T18:21:05 < Thorn> attn englishman https://www.youtube.com/watch?v=XEVCHv-ytzo 2018-11-16T18:21:22 < englishman> bobcats in space 2018-11-16T18:21:54 < Thorn> no bobcats today mr. englishman 2018-11-16T18:22:07 < englishman> grey cats https://www.reddit.com/r/nebelung/comments/9xgycr/jax_is_now_7_months_95_pounds/ 2018-11-16T18:29:01 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-16T18:57:28 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-16T18:57:31 < malinus> Cracki: just the right size to kill you and you being unable to man-handle them. 2018-11-16T19:17:37 < englishman> i got the job 2018-11-16T19:19:17 -!- emeb [~ericb@ip68-2-69-216.ph.ph.cox.net] has joined ##stm32 2018-11-16T19:19:38 < catphish> englishman: so what do you do now? 2018-11-16T19:21:36 < englishman> electrical designer for a laz0r company 2018-11-16T19:23:45 < englishman> i guess the title is electrical r&d 2018-11-16T19:24:05 < con3> englishman: that sounds quite interesting :) 2018-11-16T19:25:11 < englishman> thanks :) 2018-11-16T19:26:43 < Steffanx> Congratz englishman 2018-11-16T19:26:54 < Steffanx> Its not monday yet ;) 2018-11-16T19:27:06 < englishman> nope they told me to come today 2018-11-16T19:27:22 < Steffanx> Cool 2018-11-16T19:27:25 < Ultrasauce> plot twist: half their boms are semtech parts 2018-11-16T19:27:36 < englishman> no, they are profitable 2018-11-16T19:28:05 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-16T19:28:41 < Steffanx> But now englishman has a person to buy shit he need 2018-11-16T19:28:45 < Steffanx> s 2018-11-16T19:31:25 < Steffanx> Will you survive a 9-5 job englishman 2018-11-16T19:34:36 < englishman> no 2018-11-16T19:35:41 < Steffanx> Just some pre and post work pumping helps. 2018-11-16T19:35:43 < Steffanx> Crt knows 2018-11-16T19:38:08 < englishman> thanks stefs 2018-11-16T19:52:22 < bitmask> people 2018-11-16T19:52:35 < englishman> https://v.redd.it/hng24ti25py11/DASH_1_2_M 2018-11-16T19:52:41 < bitmask> hello to you all 2018-11-16T19:52:54 < bitmask> would you kindly tell me if this will work? https://imgur.com/a/lTzk9e6 2018-11-16T19:52:55 < bitmask> :) 2018-11-16T19:53:15 < bitmask> (I switched to altium Steffanx ) 2018-11-16T19:53:25 < englishman> you have some silkscreen outside of the board outline there 2018-11-16T19:53:58 < bitmask> I'm homebrewing them, wont be having any silkscreen 2018-11-16T19:54:21 < bitmask> which is why the vias are a bit strange, since I can't plate them 2018-11-16T19:54:37 < englishman> old skool 2018-11-16T19:54:38 < bitmask> and everything being big 2018-11-16T19:54:53 < englishman> milled or etched 2018-11-16T19:54:57 < bitmask> etched 2018-11-16T19:55:08 < englishman> good luck 2018-11-16T19:55:18 < bitmask> I may end up just going to jlcpcb in the end but I have the supplies to at least try first 2018-11-16T19:56:38 < bitmask> I only have 10 2-pin JST-XH connectors unfortunately, I may have to change some to right angle (I have 10 of each) 2018-11-16T19:56:53 < bitmask> stupid problem 2018-11-16T19:57:00 < bitmask> if only I had a job and could pay for more :P 2018-11-16T19:57:02 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-16T19:58:48 < Steffanx> lol why the switch bitmask 2018-11-16T19:58:57 < bitmask> to altium? 2018-11-16T19:59:00 < Steffanx> ya 2018-11-16T20:00:41 < Thorn> stream is live https://www.youtube.com/watch?v=wwMDvPCGeE0 2018-11-16T20:00:46 < bitmask> hah well I wanted to start over from my first draft and figured I already went through eagle and kicad, might as well switch again :) I also thought if I plan on continuing a hobby involving pcb design that I'd start to learn the best program out there 2018-11-16T20:01:34 < Steffanx> better start using mentor graphics 2018-11-16T20:01:41 < bitmask> wut is that 2018-11-16T20:01:52 < englishman> thanks Thorn 2018-11-16T20:02:19 < Steffanx> the more pro (read more expensive altium) rob235 2018-11-16T20:02:25 < bitmask> ahh 2018-11-16T20:02:39 < bitmask> well altium I think is where I draw the line 2018-11-16T20:02:41 < englishman> apparently my first job will be a usb3 cmos imager 2018-11-16T20:02:47 < Steffanx> sexy 2018-11-16T20:03:55 < Steffanx> does samtec do usb3 connectors? 2018-11-16T20:04:20 < englishman> fucking s a m t e c 2018-11-16T20:04:21 < englishman> oh yeah 2018-11-16T20:04:22 < englishman> Ultrasauce: 2018-11-16T20:04:23 < englishman> samtec 2018-11-16T20:04:25 < englishman> not semtech 2018-11-16T20:04:28 < BrainDamage> congrats englishman 2018-11-16T20:04:28 < englishman> semtech is a-ok 2018-11-16T20:04:32 < englishman> ty brainy 2018-11-16T20:04:35 < Steffanx> yeah, i just noticed that as well, just now :D 2018-11-16T20:05:12 < con3> didn't think there was a more pro altium 2018-11-16T20:05:14 < BrainDamage> semtex 2018-11-16T20:06:59 < Thorn> one of those is a brand of explosives 2018-11-16T20:07:55 < BrainDamage> semtex is 2018-11-16T20:08:02 < englishman> the other is explosive diarreah 2018-11-16T20:08:16 < englishman> diarrhea 2018-11-16T20:13:55 < englishman> lol 2018-11-16T20:17:58 < bitmask> how did they get that amazing camera angle of the rocket? 2018-11-16T20:18:01 < bitmask> :) 2018-11-16T20:24:18 < bitmask> haha yea I know, it was a joke 2018-11-16T20:37:11 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-16T20:38:19 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-16T20:40:59 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-16T20:55:24 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-16T20:56:18 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-16T21:02:59 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2018-11-16T21:44:55 < Thorn> crt: https://www.youtube.com/watch?v=tf4cELEcBbA 2018-11-16T21:45:44 < englishman> lol 2018-11-16T21:58:47 < Adluc> yo trolls 2018-11-16T21:59:55 < Adluc> do any of you have an idea how to have SWD connector from side of the board but SMD? 2018-11-16T22:00:19 < Adluc> or whatever hack to avoid IDC THT 2018-11-16T22:04:17 < Adluc> yea, single row smd will probably make it, keeping pinout as is on st-links/bmp 2018-11-16T22:04:29 < Adluc> just with swdio/gnd/swclk 2018-11-16T22:05:03 < Thorn> and Vtarget 2018-11-16T22:05:09 < Thorn> for pro debuggers 2018-11-16T22:06:32 < Adluc> Vtarget will not be a feature :D cheapass enough, dont want to deal with two potential power sources 2018-11-16T22:06:39 < Adluc> is already IoT enough 2018-11-16T22:13:29 < qyx> I would check samtec 2018-11-16T22:13:42 < qyx> for sure they have 2x5 pin 90° smt header 2018-11-16T22:13:50 < qyx> englishman approved 2018-11-16T22:15:26 < englishman> /ban 2018-11-16T22:29:55 < englishman> cool 2018-11-16T22:32:39 < Simon--> guy with pliers 2018-11-16T22:52:13 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-16T23:05:12 -!- con3 [~kvirc@146.232.77.178] has joined ##stm32 2018-11-16T23:08:22 < Steffanx> NEIN. AUFMACHEN, POLIZEI! 2018-11-16T23:21:58 < englishman> https://mcuoneclipse.com/2015/09/29/learning-from-failure-qfn-package-corner-problem/ 2018-11-16T23:21:59 < englishman> lol 2018-11-16T23:22:02 < englishman> fail on fail 2018-11-16T23:23:09 -!- fergusnoble_ [~fergusnob@repl.esden.net] has quit [Quit: ZNC - http://znc.sourceforge.net] 2018-11-16T23:23:09 -!- esden [~esden@repl.esden.net] has quit [Quit: ZNC - http://znc.sourceforge.net] 2018-11-16T23:27:31 -!- esden_cloud_ is now known as esden 2018-11-16T23:33:36 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-16T23:34:06 < bitmask> damn, no wonder my car battery only lasts a couple days. had a parasitic drain of 300mA 2018-11-16T23:34:56 < englishman> rip 2018-11-16T23:35:09 < englishman> wifeishman's aftermarket stereo drew 6W 2018-11-16T23:35:11 < englishman> piece of shit sony 2018-11-16T23:35:20 < bitmask> got it down to 50mA 2018-11-16T23:35:55 < bitmask> hands free bluetooth unit. apparently it was a common problem for my car 2018-11-16T23:36:03 < bitmask> made diagnosis easy 2018-11-16T23:36:09 < bitmask> thank you google 2018-11-16T23:37:25 < bitmask> now I gotta charge the battery for like 20 hours 2018-11-16T23:52:49 < catphish> englishman: can we just ban noleads packages? 2018-11-16T23:53:11 < englishman> wat why 2018-11-16T23:53:12 < englishman> they are great 2018-11-16T23:54:23 < BrainDamage> catphish: might as well ban RF 2018-11-16T23:54:37 < catphish> englishman: they are basically all that is wrong with the world 2018-11-16T23:54:46 < englishman> you are all that is wrong with the world 2018-11-16T23:54:58 < englishman> >leaded solder 2018-11-16T23:55:01 < englishman> >huge expensive packages 2018-11-16T23:55:06 < englishman> >no hotair 2018-11-16T23:55:11 < englishman> go back to 1961 2018-11-16T23:55:18 < catphish> mostly just because i keep putting too much solder under them and they float, fuckers 2018-11-16T23:58:15 < catphish> can't we just go back to the good ol days of through hole ICs :) 2018-11-16T23:58:29 < BrainDamage> Holes Through ICs 2018-11-16T23:59:41 -!- esden [sid32455@gateway/web/irccloud.com/x-xevyhroferknhvhv] has quit [] 2018-11-16T23:59:57 -!- esden [sid32455@gateway/web/irccloud.com/x-vieviltnyuunqmre] has joined ##stm32 --- Day changed Sat Nov 17 2018 2018-11-17T00:02:03 < ds2> leaded solder is great stuff 2018-11-17T00:02:08 < ds2> no lead is a PoS 2018-11-17T00:02:56 < englishman> bs 2018-11-17T00:03:18 < ds2> too much heat... not good for PCB or anything else 2018-11-17T00:03:25 < englishman> lies 2018-11-17T00:03:35 < ds2> what kind of solder are you using for nolead? 2018-11-17T00:03:43 < englishman> sac305 paste, sn99 wire 2018-11-17T00:03:53 < ds2> those are all higher temp 2018-11-17T00:03:57 < englishman> of course 2018-11-17T00:04:08 < ds2> higher temp = more likely to delaminate PCBs 2018-11-17T00:04:13 < englishman> incorreft 2018-11-17T00:04:28 < englishman> soldermask is applied at over 300C 2018-11-17T00:04:39 < ds2> that is a one off... 2018-11-17T00:04:49 < englishman> ... 2018-11-17T00:04:50 < ds2> I am referring to multiple rework cycles (i.e. prototypes) 2018-11-17T00:04:57 < englishman> use less heat then 2018-11-17T00:05:04 < englishman> and get better skills 2018-11-17T00:05:06 < ds2> solder won't melt 2018-11-17T00:05:18 < englishman> refer to point #2 2018-11-17T00:05:28 < ds2> 63/37 is the ideal stuff 2018-11-17T00:05:39 < englishman> for giving you alzheimers 2018-11-17T00:05:42 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2018-11-17T00:06:44 < qyx> catphish: if you order a cheap ass china leaded HAL boards 2018-11-17T00:07:00 < qyx> tin the pads only 2018-11-17T00:07:05 < qyx> apply a huge amount of stuff 2018-11-17T00:07:11 < qyx> and hotair it 2018-11-17T00:07:26 < qyx> there is just enough solder on the center pad 2018-11-17T00:07:50 < qyx> besides that, if you have vias on the center pad, they suck some of the solder if you apply too much 2018-11-17T00:08:17 < qyx> also, qfn is great 2018-11-17T00:08:51 < ds2> qfn really loves a lot of flux 2018-11-17T00:09:04 < qyx> stuff = flux 2018-11-17T00:09:05 < qyx> yeah 2018-11-17T00:10:05 < ds2> flux is amazing... a sea of flux makes even 0201's easy 2018-11-17T00:15:37 < kakimir> sea of flux 2018-11-17T00:16:28 < kakimir> sound like musics 2018-11-17T00:17:38 < Steffanx> yeah, its even better at giving you a head ache than your usual music, kakimir 2018-11-17T00:24:24 < kakimir> my snus 2018-11-17T00:25:48 < kakimir> I feel weird as I ran out of snus almost a week ago 2018-11-17T00:26:59 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:916a:cd41:ec91:83d9] has joined ##stm32 2018-11-17T00:35:50 < kakimir> maybe it's time 2018-11-17T00:35:55 < kakimir> to end the habit 2018-11-17T00:36:24 < englishman> yes 2018-11-17T00:36:31 < englishman> healthymir 2018-11-17T00:37:27 * con3 must not fall asleep in office 2018-11-17T00:37:37 < kakimir> I have concidered subohming 2018-11-17T00:42:26 < kakimir> con3: what is so boring you must resist sleeping instead? 2018-11-17T00:42:36 < kakimir> *work 2018-11-17T00:43:28 < catphish> qyx: i think i mostly just need to make my center paste mask openings much much smaller 2018-11-17T00:43:51 < catphish> the only QFN i ever soldered successfully first time was by wiping half the paste off first 2018-11-17T00:44:55 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:916a:cd41:ec91:83d9] has quit [Quit: Konversation terminated!] 2018-11-17T00:47:15 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:5c7f:e1bf:5aaa:55c2] has joined ##stm32 2018-11-17T00:47:53 < kakimir> I nowdays freehand those footprints with soldering iron 2018-11-17T00:48:32 < kakimir> then just flux and heat throw that chip in there and poke it few times until it sits 2018-11-17T00:50:13 < con3> kakimir: embedded systems,gotta program and learn :p 2018-11-17T00:51:24 < kakimir> how high, low? 2018-11-17T00:51:29 < kakimir> level 2018-11-17T00:51:45 < catphish> fun story, i threw myself down the stairs while i was on holiday, i dropped a thinkpad t510 on the way down. the laptop was completely fine, i was not https://imgur.com/a/Neqotvo 2018-11-17T00:52:48 < kakimir> the fu.. 2018-11-17T00:56:24 < con3> catphish: are...are you alright? 2018-11-17T01:09:04 -!- Thaolia [~thaolia@80.90.61.92] has quit [Ping timeout: 272 seconds] 2018-11-17T01:09:54 < kakimir> are you always physically damaged catphish? 2018-11-17T01:09:58 -!- Thaolia [~thaolia@80.90.61.92] has joined ##stm32 2018-11-17T01:10:34 < con3> These udemy courses on ARM and STM look really shitty 2018-11-17T01:13:08 < con3> I mean their using cube, whats the point 2018-11-17T01:13:17 < catphish> i believe i am ok, but there is a lot of blood pooled in there, there's still quite a considerable lump a week on, might ask a doctor if it doesn't go away soon 2018-11-17T01:14:00 < catphish> it doesn't seem to be causing any harm to the rest of the arm, so i don't think it's serious, also surprisingly unpainful, but it looks dramatic 2018-11-17T01:17:26 < catphish> i'll stay away from space for a while 2018-11-17T01:19:41 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Read error: Connection reset by peer] 2018-11-17T01:21:38 -!- inca__ [~inca@162.154.131.90] has quit [Quit: ZZZzzz…] 2018-11-17T01:24:18 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-17T01:34:00 < kakimir> yes 2018-11-17T01:36:47 < kakimir> what is happening? 2018-11-17T01:37:31 < kakimir> what 2018-11-17T01:45:30 < kakimir> you did read some news? 2018-11-17T01:47:53 < kakimir> pick one: 2018-11-17T01:48:13 < kakimir> 1) Consumption of news daily 2018-11-17T01:48:21 < kakimir> 2) Sanity 2018-11-17T01:49:08 < Steffanx> ty 2018-11-17T01:51:28 < kakimir> how to average about linearry rising value 2018-11-17T01:51:39 < kakimir> without offset caused by averaging 2018-11-17T01:51:46 < kakimir> *lagging behind 2018-11-17T01:52:01 < kakimir> not that I would implement that in my code but I'm just curious 2018-11-17T01:52:14 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:5c7f:e1bf:5aaa:55c2] has quit [Quit: Konversation terminated!] 2018-11-17T01:53:09 < kakimir> get delta and then offset it right with that delta? 2018-11-17T01:57:09 < BrainDamage> run the filter twice, in forward and reverse 2018-11-17T01:57:23 < BrainDamage> you'll get twice the order, but 0 phase difference 2018-11-17T01:57:35 < BrainDamage> ( this works only for linear filters ) 2018-11-17T01:57:52 < kakimir> BrainDamage: wait how.. 2018-11-17T01:58:50 < BrainDamage> even realtime has buffering 2018-11-17T01:59:01 < kakimir> currently 2 values 2018-11-17T01:59:08 < kakimir> last and current 2018-11-17T01:59:41 < kakimir> I look at exponential averaging 2018-11-17T01:59:45 < BrainDamage> if your buffering has size 2 then you just shift the "now" back 2 indeed 2018-11-17T01:59:53 < BrainDamage> exponential averaging is just a FIR filter 2018-11-17T02:01:34 < con3> I know what all the words are that you guys are saying seperately, but when you put them together like that I'm completely lost 2018-11-17T02:02:00 < BrainDamage> that's correct, you cannot process in realtime without latency, it's actually a mathematical theorem for the filter to be causal 2018-11-17T02:08:34 < kakimir> hey 2018-11-17T02:08:52 < kakimir> could I form 3 streams of averaging 2018-11-17T02:09:00 < kakimir> high average 2018-11-17T02:09:03 < kakimir> average 2018-11-17T02:09:07 < kakimir> and low average 2018-11-17T02:12:54 -!- Laurenceb123 [5695476e@gateway/web/freenode/ip.86.149.71.110] has joined ##stm32 2018-11-17T02:13:00 < Laurenceb123> the demiurge 2018-11-17T02:15:52 < kakimir> laurencer 2018-11-17T02:18:58 < con3> Cracki: Thanks for the offer, but I'm finishing off rn. Gonna to save this portion of the chat and read up on it later 2018-11-17T02:19:02 < con3> :) 2018-11-17T02:21:37 < Laurenceb123> wtf I love cctv now 2018-11-17T02:21:52 < Laurenceb123> some of my heater parts have vanished from my garden 2018-11-17T02:22:00 < Laurenceb123> tiem to check neighbours cctv 2018-11-17T02:22:41 < Laurenceb123> inb4 they stole it 2018-11-17T02:23:23 < Thorn> they stole cctv? 2018-11-17T02:24:22 < Laurenceb123> no they have cctv 2018-11-17T02:24:30 < Laurenceb123> but they also install heating kit 2018-11-17T02:24:49 < Laurenceb123> prob 99% chance cctv footage is misteriously missing at some point 2018-11-17T02:36:22 -!- con3 [~kvirc@146.232.77.178] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-17T02:37:23 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Quit: Meh] 2018-11-17T02:44:53 < Thorn> T - 8h https://www.youtube.com/watch?v=cJ1JEOCXrgM 2018-11-17T02:46:47 < Thorn> it's not spacex 2018-11-17T02:47:32 -!- Steffanx [~steffanx@unaffiliated/steffanx] has joined ##stm32 2018-11-17T03:08:13 -!- inca_ [~inca@cpe-76-189-83-89.neo.res.rr.com] has joined ##stm32 2018-11-17T03:16:43 -!- emeb [~ericb@ip68-2-69-216.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-17T03:21:55 -!- inca_ [~inca@cpe-76-189-83-89.neo.res.rr.com] has quit [Quit: Adde Parvum Parvo Magnus Acervus Erit] 2018-11-17T03:38:30 < Laurenceb123> https://postimg.cc/9DRGjKss 2018-11-17T03:38:39 < Laurenceb123> the britbong squad 2018-11-17T03:40:10 < Laurenceb123> More and more Welsh teenagers are ending up in hospital after taking part in online challenges that encourage them to set themselves on fire. 2018-11-17T04:03:25 < Laurenceb123> https://postimg.cc/tZMxfz29 2018-11-17T04:05:38 < mawk> lol 2018-11-17T04:07:37 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-17T04:14:58 < Laurenceb123> https://postimg.cc/5HtD1wwX 2018-11-17T04:18:12 < aandrew> Laurenceb123: lol ok 2018-11-17T04:26:31 -!- Laurenceb123 [5695476e@gateway/web/freenode/ip.86.149.71.110] has quit [Ping timeout: 256 seconds] 2018-11-17T05:53:22 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-17T05:59:02 -!- kow__ [~afed@135.0.26.171] has quit [Read error: Connection reset by peer] 2018-11-17T06:42:29 -!- fc5dc9d4_ [~quassel@p57A32805.dip0.t-ipconnect.de] has joined ##stm32 2018-11-17T06:46:43 -!- fc5dc9d4 [~quassel@p5B081F29.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 2018-11-17T06:49:04 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-17T07:34:40 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-17T07:38:35 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 272 seconds] 2018-11-17T07:38:35 -!- day__ is now known as day 2018-11-17T07:42:40 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 264 seconds] 2018-11-17T07:42:56 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-17T08:19:18 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has joined ##stm32 2018-11-17T08:26:21 -!- kow_ [~afed@135.0.26.171] has joined ##stm32 2018-11-17T09:36:22 -!- jadew [~razvan@unaffiliated/jadew] has quit [Ping timeout: 252 seconds] 2018-11-17T09:43:01 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-17T09:43:50 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-17T10:12:28 -!- CircadianRebel [~Circadian@unaffiliated/circadianrebel] has joined ##stm32 2018-11-17T10:32:40 -!- rajkosto [~Rajko@cable-178-149-113-218.dynamic.sbb.rs] has joined ##stm32 2018-11-17T10:46:05 < kakimir> I mean 2018-11-17T10:46:19 < kakimir> lpc I use has worse peripherals than attiny I use 2018-11-17T10:46:30 < Thorn> T - 15 min https://www.youtube.com/watch?v=cJ1JEOCXrgM 2018-11-17T10:53:29 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:ec83:bbc6:2a71:226c] has joined ##stm32 2018-11-17T11:01:51 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:ec83:bbc6:2a71:226c] has quit [Quit: Konversation terminated!] 2018-11-17T11:15:48 -!- tprrt [~tprrt@147.127.248.1] has joined ##stm32 2018-11-17T11:17:37 < Thorn> kakimir: that's kinda hard to believe 2018-11-17T11:17:48 < Thorn> unless your lpc is not a cortex 2018-11-17T11:23:07 -!- tprrt [~tprrt@147.127.248.1] has quit [Ping timeout: 240 seconds] 2018-11-17T11:27:23 < kakimir> Thorn: it's true 2018-11-17T11:32:31 -!- sterna [~Adium@c-01b9d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-17T11:36:30 < Steffanx> The lack of snus is clogging your mind kakimir 2018-11-17T11:56:55 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Read error: Connection reset by peer] 2018-11-17T12:20:52 -!- gnom [~aleksande@178.150.7.153] has quit [Quit: leaving] 2018-11-17T12:22:52 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2018-11-17T12:33:56 -!- rajkosto [~Rajko@cable-178-149-113-218.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2018-11-17T12:34:09 < kakimir> Steffanx: I'm renting a car and driving to sweden 2018-11-17T12:35:04 < Steffanx> Addict :P 2018-11-17T12:35:17 < Steffanx> L 2018-11-17T12:35:59 < kakimir> my brain worked really fast when I needed to think where I get snus now 2018-11-17T12:36:37 < kakimir> I remember 2 weeks ago I threw away one box with still one unused snus in it 2018-11-17T12:36:59 < kakimir> dived into trash bin and there it was 2018-11-17T12:37:32 -!- tprrt [~tprrt@147.127.248.1] has joined ##stm32 2018-11-17T12:37:34 < Steffanx> -_- 2018-11-17T12:37:47 < Steffanx> I feel sorry for you kakimir 2018-11-17T12:38:49 < kakimir> why? 2018-11-17T12:43:03 < Steffanx> Idk. Just the idea that you think you need this crap 2018-11-17T12:44:10 < kakimir> it's way better than cigarettes 2018-11-17T12:47:57 < Steffanx> Its way better than coke 2018-11-17T12:48:05 < kakimir> hmm.. coke 2018-11-17T12:48:13 < Steffanx> I think 2018-11-17T12:49:14 -!- ekaOlogik [~quassel@p54945970.dip0.t-ipconnect.de] has joined ##stm32 2018-11-17T12:58:30 < zyp> fuck snus 2018-11-17T12:59:04 < Steffanx> Zyp tried it? 2018-11-17T12:59:12 < zyp> not myself 2018-11-17T12:59:25 < zyp> but it fucking stinks when people around you are using it 2018-11-17T13:00:19 < zyp> I almost threw a guy out of my car once for doing that 2018-11-17T13:00:36 < kakimir> I don't think it stink too much when it's placed under lip 2018-11-17T13:00:56 < zyp> you're probably just desensitized 2018-11-17T13:01:13 < Steffanx> Haha. 2018-11-17T13:01:28 < Steffanx> Is it worse than the smell of smokers? 2018-11-17T13:01:38 < zyp> I remember from my uni days as well, sitting there in a lecture, all of a sudden there's this intense stink 2018-11-17T13:01:54 < zyp> turns out that somebody a few seats away is sitting there with snus 2018-11-17T13:02:05 < zyp> that was a fairly common occurrence 2018-11-17T13:02:55 < zyp> smoking itself smells worse, but people at least have the decency to take that shit outside 2018-11-17T13:03:41 < kakimir> it depends on snus 2018-11-17T13:03:47 < kakimir> some are heavily flavoured 2018-11-17T13:03:52 < kakimir> pepper etc. 2018-11-17T13:04:28 < PaulFertser> Next week we learn kakimir tried naswar... 2018-11-17T13:06:04 -!- sterna [~Adium@c-01b9d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 244 seconds] 2018-11-17T13:07:33 < kakimir> some snus just have mind numbing smell of ton of nicotine 2018-11-17T13:08:22 < PaulFertser> Some naswar makers are using chicken poo I've read. 2018-11-17T13:08:27 < Steffanx> Lol. 2018-11-17T13:11:12 < PaulFertser> I guess that poo contains the needed alkali or something like that. So beware kakimir. 2018-11-17T13:11:43 < kakimir> eat poo 2018-11-17T13:11:48 < kakimir> got it 2018-11-17T13:13:01 -!- tprrt [~tprrt@147.127.248.1] has quit [Remote host closed the connection] 2018-11-17T13:57:13 < kakimir> time to write uart formatter 2018-11-17T13:59:03 < kakimir> maybe every 10 lines it would print header 2018-11-17T14:00:47 < kakimir> anyone know +5V microcontroller that has 12bit ADC or more 2018-11-17T14:01:05 < kakimir> and would cost under 1eur 2018-11-17T14:01:22 < kakimir> about 20pins required 2018-11-17T14:01:53 < kakimir> also fresh model 2018-11-17T14:02:03 < kakimir> less than 5years old 2018-11-17T14:06:26 < Ultrasauce> and a pony 2018-11-17T14:06:44 < malinus> kakimir: does this look like digikey search filter to you? 2018-11-17T14:06:52 < malinus> :P 2018-11-17T14:07:45 < kakimir> oh this wasn't partsearch tool 2018-11-17T14:07:53 < kakimir> :d 2018-11-17T14:08:53 < malinus> you have super specific requirements that you can search for at every distributor I know 2018-11-17T14:11:42 < Ultrasauce> digikey doesnt have ponies 2018-11-17T14:12:09 < kakimir> I just realized my other project needs 8bit avr 2018-11-17T14:12:14 < kakimir> intead of cortex 2018-11-17T14:12:25 < kakimir> get rid of dual regulators 2018-11-17T14:12:42 < kakimir> get rid of buffer for reference voltage level 2018-11-17T14:13:42 < kakimir> eeprom is easy to use 2018-11-17T14:13:49 < kakimir> cheaper than cortex 2018-11-17T14:14:01 < kakimir> only thing is that 10bit ADC wont do 2018-11-17T14:14:43 < kakimir> currently I have 10bits and I tuned regulator voltage down to 2.6 - 2.7 volts to see anything 2018-11-17T14:25:29 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] 2018-11-17T14:30:36 < MrMobius> kakimir, have you seen this? https://jaycarlson.net/microcontrollers/ 2018-11-17T14:30:56 < MrMobius> less than 1 euro and 5v might mean 8051 stuff 2018-11-17T14:31:09 < MrMobius> they are still making new models 2018-11-17T14:31:41 < kakimir> debugging is must 2018-11-17T14:31:42 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 264 seconds] 2018-11-17T14:32:04 < kakimir> but thanks MrMobius I'll look into it 2018-11-17T14:39:43 < Steffanx> When was your first encounter with AreTooCommie, MrMobius 2018-11-17T14:39:51 < Steffanx> Was it in #sparkfun? 2018-11-17T14:47:22 -!- ekaOlogik [~quassel@p54945970.dip0.t-ipconnect.de] has quit [Read error: Connection reset by peer] 2018-11-17T14:49:56 < kakimir> I have unsigned char set 2018-11-17T14:50:00 < kakimir> but man 2018-11-17T14:50:06 < kakimir> string seems to be signed still 2018-11-17T14:50:48 < kakimir> "pointer targets in passing argument 1 of 'usart_putstring' differ in signedness [-Wpointer-sign]" 2018-11-17T14:54:09 < kakimir> char is default unsigned 2018-11-17T14:54:18 < kakimir> what kind of logic is to have then signed string 2018-11-17T14:54:25 < kakimir> me cast it cracki 2018-11-17T14:54:39 < kakimir> just cast everything 2018-11-17T14:56:06 < kakimir> usart_putstring((uint8_t*)" \n\r", 10); 2018-11-17T14:56:13 < kakimir> is this correcto? 2018-11-17T14:56:31 < kakimir> nice 2018-11-17T14:56:52 < kakimir> size_t 2018-11-17T14:57:35 < kakimir> well that line just does linefeed in putty 2018-11-17T14:57:38 < kakimir> iirc. 2018-11-17T14:58:10 < kakimir> string has termination normally and it will use it 2018-11-17T14:58:19 < kakimir> to break 2018-11-17T14:58:28 < kakimir> that is just for stuff 2018-11-17T14:59:44 < kakimir> unimportant 2018-11-17T14:59:49 < kakimir> this is diagnosis print 2018-11-17T15:00:53 < antto> in gcc there is -funsigned-char or some such 2018-11-17T15:03:59 < kakimir> flag is in use 2018-11-17T15:04:06 < kakimir> it was by default 2018-11-17T15:04:08 < kakimir> and 2018-11-17T15:04:08 < mawk> no Cracki 2018-11-17T15:04:25 < mawk> well char is different, but for the rest no a using/typedef is the same as the pointed type 2018-11-17T15:04:49 < mawk> char != unsigned char and char != signed char 2018-11-17T15:05:25 < mawk> you said something about typedefs and C++ 2018-11-17T15:05:35 < mawk> the char/unsigned char/signed char thing is more fundamental than a typedef, and C does it too 2018-11-17T15:06:00 < mawk> it's equal under the hood, but if you put unsigned char in char you need a cast 2018-11-17T15:06:02 < mawk> or you'll get a warning 2018-11-17T15:06:23 < mawk> even if it matches 2018-11-17T15:08:04 < mawk> hold on 2018-11-17T15:09:09 < mawk> https://godbolt.org/z/uPjomU 2018-11-17T15:10:17 < mawk> the implicit cast works without a warning if you don't use pointer types for instance 2018-11-17T15:10:31 < mawk> you need pointers if you want to see the error 2018-11-17T15:11:17 < mawk> also cppreference talks about it probably 2018-11-17T15:11:28 < mawk> "char - type for character representation which can be most efficiently processed on the target system (has the same representation and alignment as either signed char or unsigned char, but is always a distinct type). " 2018-11-17T15:16:17 < mawk> also I showed you the C++ compiler in my link but it's the same with the C compiler 2018-11-17T15:16:21 < mawk> just it's a warning and not a hard error 2018-11-17T15:23:49 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:b94c:1aa1:df25:2bf2] has joined ##stm32 2018-11-17T15:52:06 -!- Laurenceb124_ [5695476e@gateway/web/freenode/ip.86.149.71.110] has joined ##stm32 2018-11-17T15:54:43 -!- tomeaton17_ [tomeaton17@unaffiliated/tomeaton17] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2018-11-17T15:55:15 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2018-11-17T15:58:07 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has quit [Ping timeout: 244 seconds] 2018-11-17T16:03:13 < Laurenceb124_> /popular youtuber/ 2018-11-17T16:04:40 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2018-11-17T16:05:08 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2018-11-17T16:05:26 < mawk> Laurenceb124_: // 2018-11-17T16:05:35 < mawk> you'll look cooler if you don't have a space in front 2018-11-17T16:07:48 -!- ski7777 [~quassel@91.67.112.19] has joined ##stm32 2018-11-17T16:08:28 < Laurenceb124_> ok wut https://www.youtube.com/watch?v=07RQ7WUNoeA 2018-11-17T16:09:13 < Laurenceb124_> tfw https://www.youtube.com/watch?v=l8ukak8P2vY 2018-11-17T16:11:57 < Laurenceb124_> crt spotted https://postimg.cc/dZqH7g56 2018-11-17T16:13:22 < Laurenceb124_> wewwe https://img.youtube.com/vi/hDKGYeZ9AhY/0.jpg 2018-11-17T16:16:38 -!- mode/##stm32 [+o englishman] by ChanServ 2018-11-17T16:16:42 -!- mode/##stm32 [+b *!5695476e@gateway/web/freenode/ip.86.149.71.110] by englishman 2018-11-17T16:16:42 -!- Laurenceb124_ was kicked from ##stm32 by englishman [Laurenceb124_] 2018-11-17T16:17:34 -!- mode/##stm32 [-o englishman] by ChanServ 2018-11-17T16:28:47 -!- emeryth [~emeryth@boston-packets.hackerspace.pl] has quit [Ping timeout: 240 seconds] 2018-11-17T17:01:44 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-17T17:06:38 < mawk> lol 2018-11-17T17:18:49 < Steffanx> englishman is right indeed. 2018-11-17T18:22:29 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:b94c:1aa1:df25:2bf2] has quit [Quit: Konversation terminated!] 2018-11-17T18:37:36 < catphish> so, what is this? https://imgur.com/a/jb4Du77 2018-11-17T18:39:08 < con3> a pitbull? 2018-11-17T18:41:51 < Thorn> free food 2018-11-17T18:44:31 < catphish> decided it's definitely a deer with its pigment missing 2018-11-17T18:45:05 < catphish> it's beyond being food, at least first world food :) 2018-11-17T18:49:26 -!- emeryth [~emeryth@boston-packets.hackerspace.pl] has joined ##stm32 2018-11-17T18:49:40 < catphish> wish i'd known to put fiducials on my PCBs, manually aligning sucks 2018-11-17T18:55:14 < oz4ga> fermentet food 2018-11-17T18:55:56 < BrainDamage> still less rotten than hakarl 2018-11-17T18:58:19 < oz4ga> or Kiviaq 2018-11-17T19:00:22 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-17T19:06:27 < jpa-> catphish: can't you align to random via or pin hole? 2018-11-17T19:09:16 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-17T19:09:25 < catphish> jpa-: i'm not sure, but the software seems pretty unable to match random components 2018-11-17T19:09:43 < catphish> it would probably work is there was nothing nearby (like tracks) 2018-11-17T19:09:57 < englishman> openpnp? unable? 2018-11-17T19:10:00 < englishman> say it aint so 2018-11-17T19:14:37 < englishman> https://www.youtube.com/watch?v=jOyfZex7B3E 2018-11-17T19:14:39 < englishman> stm32 inside 2018-11-17T19:14:41 < BrainDamage> it's open source, patch it :J 2018-11-17T19:16:25 < catphish> i can potentially change the CV process, i'm just a bit new to this so far :) 2018-11-17T19:20:17 < malinus> catphish: searching for an embedded job? 2018-11-17T19:21:04 < catphish> malinus: dunno 2018-11-17T19:22:00 < malinus> how can you not know if you are looking for a job, wt 2018-11-17T19:22:01 < malinus> wtf 2018-11-17T19:22:45 < catphish> malinus: i'm not actively looking, no 2018-11-17T19:22:52 < englishman> he's a landowner in britain 2018-11-17T19:23:04 < englishman> "job" is far beneath him except for a passing amusement 2018-11-17T19:23:32 < malinus> being a wagecuck is the best life though. 2018-11-17T19:23:46 < catphish> i'm actually a director of a software company 2018-11-17T19:24:13 < catphish> electronics is largely an amusement, but thinking of taking the company more in that direction if the right idea comes along 2018-11-17T19:26:36 < catphish> also, i wish i was as rich as englishman implies 2018-11-17T19:27:15 < Thorn> well you refused to eat some perfectly good roadkill 2018-11-17T19:27:18 < englishman> *wealthy 2018-11-17T19:27:20 < malinus> being rich is mostly a meme, why would you want that? 2018-11-17T19:37:36 < BrainDamage> so rich that you can afford to use open source software 2018-11-17T19:41:30 < malinus> kek 2018-11-17T19:54:30 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 272 seconds] 2018-11-17T19:56:56 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Quit: ZNC - http://znc.in] 2018-11-17T20:01:08 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-17T20:02:52 < catphish> not rich enough to buy a genuine smoothieware board, this chinese clone is garbage 2018-11-17T20:03:07 < catphish> now it crashes any time i power on my dc motor 2018-11-17T20:07:07 < Thorn> https://www.instagram.com/p/BqSCYDPhSzD/ 2018-11-17T20:15:29 < Thorn> cool 2018-11-17T20:16:12 < jpa-> catphish: maybe your power supply just sags? 2018-11-17T20:18:00 < catphish> jpa-: more likely noise, adding a big capacitor now to see if that helps, i wired it straight to the 24V 15A supply and it still happened, no way im using that much power 2018-11-17T20:21:55 < catphish> big one didn't help 2018-11-17T20:39:19 -!- boB_K7IQ [~boBK7IQ@50-46-138-138.evrt.wa.frontiernet.net] has joined ##stm32 2018-11-17T20:40:45 < Steffanx> Whats big? 2018-11-17T21:13:43 < catphish> 220uf electrolytic, it's just what i pulled at random 2018-11-17T21:15:08 < catphish> i have a 470nF film cap to hand, that should fare better 2018-11-17T21:29:50 < kakimir> capacitor roulette 2018-11-17T21:30:10 < kakimir> the ultimate method of picking right size for cap 2018-11-17T21:35:57 -!- boB_K7IQ [~boBK7IQ@50-46-138-138.evrt.wa.frontiernet.net] has quit [Ping timeout: 268 seconds] 2018-11-17T21:40:39 < bitmask> the progression: https://i.imgur.com/hlJNGkb.png 2018-11-17T21:40:45 < bitmask> success! 2018-11-17T21:41:34 -!- sk_tandt [~Thunderbi@88.128.80.133] has joined ##stm32 2018-11-17T21:43:06 < BrainDamage> is that soap made off human fat? 2018-11-17T21:44:26 < Steffanx> The negativity 2018-11-17T21:44:43 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-17T21:46:48 < BrainDamage> yes, it's a negative mold 2018-11-17T21:48:46 < bitmask> its silicone, not soap 2018-11-17T21:49:19 < BrainDamage> signed implants? 2018-11-17T21:49:55 < bitmask> yes 2018-11-17T21:50:09 < bitmask> its actually a test for a panel for my heated hoodie 2018-11-17T21:50:21 < bitmask> molding carbon fiber rope into the silicone 2018-11-17T21:53:50 -!- sk_tandt [~Thunderbi@88.128.80.133] has quit [Ping timeout: 268 seconds] 2018-11-17T22:26:40 < catphish> i think my pnp still needs work :) https://i.imgur.com/pfIoa7w.jpg 2018-11-17T22:31:28 < mads-> Howdy. I have bought this one and I having problems getting my on-board LED to blink. What 'port' should I use for that? PC13 does not work. https://www.aliexpress.com/item/1pcs-STM32F103C8T6-ARM-STM32-Minimum-System-Development-Board-Module-For-arduino/32736301118.html?spm=a2g0s.9042311.0.0.27424c4dL30RdH 2018-11-17T22:32:35 < mads-> Cracki: Can you elaborate on 'grab a pinout'? The schematic? 2018-11-17T22:33:12 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:2cf2:3158:63a6:265f] has joined ##stm32 2018-11-17T22:33:24 < mads-> But what does grab a pinout mean? :) 2018-11-17T22:34:15 < mads-> I get it now. Thanks :) 2018-11-17T22:35:49 < mads-> Cracki: Aaaand it's working! Thanks man. God, I have used too much time trying to get this to work. This is my first time on a stm32 2018-11-17T22:38:28 < mads-> Thanks. This is going to be fun! 2018-11-17T22:41:37 < con3> hmm.. I should grab some stm8's 2018-11-17T22:43:26 < Steffanx> why 2018-11-17T22:48:03 < con3> Steffanx: think it'll be a little easier to get a hold of the lower level stuff than with these stm32's 2018-11-17T22:59:26 < con3> }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}} 2018-11-17T22:59:32 < con3> crao,sorry 2018-11-17T23:01:22 < Steffanx> lol 2018-11-17T23:04:17 < catphish> mads-: welcome, be warned though, once you stm32, you don't go back 2018-11-17T23:05:07 * con3 hides his other chips 2018-11-17T23:06:09 < catphish> how are those little boards programmed? built in USB DFU and/or some kind of proprietary bootloader? 2018-11-17T23:07:04 < catphish> awesomely minimal board :) 2018-11-17T23:07:49 < con3> catphish: which little boards? 2018-11-17T23:10:25 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-17T23:14:13 < catphish> Cracki: i guess they just break out the pins, you can program however you like 2018-11-17T23:15:42 < catphish> that seems like an odd restriction 2018-11-17T23:54:43 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-17T23:55:30 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 --- Day changed Sun Nov 18 2018 2018-11-18T00:13:00 < Thorn> https://www.youtube.com/watch?v=ZmylFfV14FI 2018-11-18T00:24:13 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 245 seconds] 2018-11-18T00:27:34 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-18T00:32:01 < Thorn> https://www.instagram.com/juniperfoxx/ 2018-11-18T00:37:35 < kuldeep> Hello, im connecting Quectel M66 to STM32, Is there any AT command library that i can use to perform communication? 2018-11-18T00:38:17 < englishman> if a device takes an AT command set, typically the mfg would provide the library if any 2018-11-18T00:38:37 < kuldeep> englishman, for stm32? (library for uC too?) 2018-11-18T00:38:51 < englishman> typically a platform agnostic lib. 2018-11-18T00:39:17 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2018-11-18T00:40:03 < kuldeep> englishman, which mfg provide platform agnostic library? (in your experience) i can look and maybe move to them 2018-11-18T00:40:21 < englishman> hmm idk the last module i used with an AT command set 2018-11-18T00:40:56 < englishman> if theres no lib you can spin one up yourself 2018-11-18T00:42:28 < kuldeep> yea i can roll my own code, but sending command without making sure they are executed properly (or a command is taking long) so, instead of just blindly sending command over uart, i have to carefully sense that something is taking time or error occur 2018-11-18T00:43:32 < englishman> one of the typical problems with at command set modules 2018-11-18T00:44:04 < kuldeep> some command can take more than 10 seconds [worst case], i cannot just blindly place send command and accept data in 2ms (which is the usual time), in worst that can be 10 seconds. 2018-11-18T00:50:58 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-18T00:54:36 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-18T00:57:36 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-18T00:57:37 -!- [1]MrMobius is now known as MrMobius 2018-11-18T01:06:07 < con3> fuuuuucccckkk 2018-11-18T01:08:31 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:2cf2:3158:63a6:265f] has quit [Quit: Konversation terminated!] 2018-11-18T01:12:35 < con3> For some reason my spi line just does not receive anything at some points, it just chills. 2018-11-18T01:12:40 < con3> Cracki:XD 2018-11-18T01:12:54 < con3> Not yet... it's coming though 2018-11-18T01:16:56 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2018-11-18T01:20:26 < con3> Cracki: according to the goverment its not land being expropriated, just willingly returned :) 2018-11-18T01:21:26 < con3> so sometimes when I start the mcu it works, other times it doesn't. very ghosty. I can see the data being sent on the lines, the mcu just ignores it. Going to dig through the registers a bit 2018-11-18T01:21:45 < con3> Cracki: Yeah, no fuck those guys 2018-11-18T01:23:49 < con3> Upon startup, I'm just activating the spi with dma, so it's suppose to just work..nothing seems to be floating, chip select and all the lines are doing exactly what they should. stm mcu is just being a bitch 2018-11-18T01:23:56 < con3> will debug a bit and report back 2018-11-18T01:24:01 < con3> might be a mistake somewhere 2018-11-18T01:25:17 < con3> ye[, its an F7 :) 2018-11-18T01:25:31 < con3> why ? :( 2018-11-18T01:26:59 < con3> I disabled cache cause that's black magic in other words, I don't know how to use it properly yet 2018-11-18T01:35:25 < con3> Cracki: Working in the embedded sector? 2018-11-18T01:36:02 < con3> must be really nice :) Hoping to get comfortable enough to break in 2018-11-18T01:36:52 < con3> 2 man job? 2018-11-18T01:58:12 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 252 seconds] 2018-11-18T02:03:03 < kakimir> nyannyan cosplay 2018-11-18T02:04:02 < Steffanx> snus 2018-11-18T02:19:05 < kakimir> https://www.youtube.com/watch?v=AjX-asJ66WY 2018-11-18T02:39:59 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-18T02:55:19 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-18T02:55:31 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-18T03:34:27 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-18T03:51:21 < karlp> ahhhh, so nice to skim scrollback and read gems from my favourite italian :) 2018-11-18T04:01:30 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-18T04:03:09 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2018-11-18T04:07:40 < karlp> and then that crazy afd dude starts up again... 2018-11-18T04:10:57 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Read error: Connection reset by peer] 2018-11-18T04:36:04 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-18T04:46:13 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-18T05:43:45 < karlp> https://www.youtube.com/watch?v=PlIuDNNQDXw 2018-11-18T05:52:22 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-18T05:55:57 < karlp> right, well, now I understand 3d modelling: https://grabcad.com/tutorials/mobile-charger 2018-11-18T06:12:10 < englishman> lol 2018-11-18T06:15:50 < englishman> https://www.youtube.com/watch?v=9Ys-VshuOLQ 2018-11-18T06:15:53 < englishman> part 2 2018-11-18T06:31:13 < englishman> Star Citizen has raised over $200m 2018-11-18T06:33:43 < englishman> https://www.youtube.com/watch?v=CX-c78SURpI 2018-11-18T06:41:38 -!- fc5dc9d4 [~quassel@p5B081EE5.dip0.t-ipconnect.de] has joined ##stm32 2018-11-18T06:45:28 -!- fc5dc9d4_ [~quassel@p57A32805.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 2018-11-18T07:33:34 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-18T07:36:27 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 240 seconds] 2018-11-18T07:36:33 -!- day__ is now known as day 2018-11-18T07:41:36 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2018-11-18T07:41:54 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-18T08:10:54 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2018-11-18T08:51:34 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has joined ##stm32 2018-11-18T09:29:50 < englishman> cool 2018-11-18T09:39:39 < cjbaird> One of those games that became piss-easy when you could get ahold of a mouse 2018-11-18T10:20:32 < cjbaird> He haveld your rubbish bin effort this week, and you're having a whinge... 2018-11-18T10:27:55 < cjbaird> Passed the Advanced (~= Extra) Amateur Radio exams yesterday. Sucking at having to wait ~6 weeks (..probably 8) for the wallpaper to arrive. 2018-11-18T10:28:45 < Ultrasauce> I really need to get around to taking that 2018-11-18T10:28:48 < Ultrasauce> so I can yell at the moon 2018-11-18T10:45:03 < cjbaird> Someone here managed an EME contact with a Handheld the other week-- thought the guy on the other end (Germany) had a fuckhueg dish. 2018-11-18T10:46:02 < cjbaird> I expect the HT had a portable transverter & etc, still.. 2018-11-18T10:48:47 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2018-11-18T10:49:29 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-18T10:52:43 -!- ski7777 [~quassel@91.67.112.19] has quit [Ping timeout: 244 seconds] 2018-11-18T10:59:41 < cjbaird> Neat, a sequel to Iron Sky is coming out. It has the Lizard People! 2018-11-18T11:36:51 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 250 seconds] 2018-11-18T11:40:16 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-18T11:43:56 -!- Amun_Ra [~amun-ra@retro.rocks] has joined ##stm32 2018-11-18T11:44:42 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has joined ##stm32 2018-11-18T13:17:36 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 268 seconds] 2018-11-18T13:39:46 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] 2018-11-18T13:46:26 < Steffanx> Afxkpl 2018-11-18T13:46:32 < Steffanx> Whops 2018-11-18T13:51:45 < zyp> that's a short password 2018-11-18T13:54:54 < friendofafriend> Aphex Twin? 2018-11-18T14:04:30 < Steffanx> +h 2018-11-18T14:04:55 < Steffanx> hows your friend today friendofafriend 2018-11-18T14:06:36 < friendofafriend> He friendly, as always. Are things well for you? 2018-11-18T14:18:56 -!- ekaOlogik [~quassel@p54944EFC.dip0.t-ipconnect.de] has joined ##stm32 2018-11-18T14:20:39 < Steffanx> yeah, i think so. 2018-11-18T14:45:45 < kakimir> any tools for graphing data real time? 2018-11-18T14:46:08 < kakimir> I plan to parse serial comms an graph them numbers 2018-11-18T14:47:04 < Steffanx> use upgrdman's tool 2018-11-18T14:47:12 < kakimir> yes 2018-11-18T14:50:46 < kakimir> it should do 2018-11-18T14:53:02 < kakimir> can this thing parse? 2018-11-18T14:53:29 < kakimir> I need to send CSV formated data? 2018-11-18T14:55:51 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-18T15:01:46 < kakimir> this will do 2018-11-18T15:01:49 < kakimir> definitelly 2018-11-18T15:38:23 < Steffanx> havent seen mr upgrdman for a while. he must have bettered his life. 2018-11-18T16:18:56 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-18T16:29:09 < Sadale> Apparently STM8 is rather cheap. 2018-11-18T16:29:29 < Sadale> Looks like an awesome alternative to other 8bit microcontrollers for low-end stuffs 2018-11-18T16:29:33 < Sadale> s/alternative/option/ 2018-11-18T16:33:21 < sync> cheap 2018-11-18T16:37:08 < Steffanx> Can run at 5V. 2018-11-18T16:38:26 < Steffanx> compiler stuff is weird though, its sdcc or some free but commercial compiler (cosmic) 2018-11-18T16:40:26 < Steffanx> or iar iirc 2018-11-18T16:54:46 < sync> why not? 2018-11-18T16:54:56 < sync> sdcc works quite well 2018-11-18T17:02:57 < Steffanx> quite well isnt enough :P 2018-11-18T17:07:12 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-18T17:07:13 < bitmask> is there a magnet wire calculator that determines volume of coil? 2018-11-18T17:08:17 < bitmask> yea I wanted something that took everything into account but I guess I can do it myself 2018-11-18T17:08:33 < bitmask> thats what its for 2018-11-18T17:08:33 < Thorn> they ported ardweeno to stm8 but it only runs on weendows because of the compiler lol 2018-11-18T17:08:35 < bitmask> I want to go back to it 2018-11-18T17:16:51 < englishman> stm8 is gr8 2018-11-18T17:17:56 < mawk> you've got C11 compliance Cracki 2018-11-18T17:17:58 < mawk> what to ask more 2018-11-18T17:18:43 < Steffanx> Will your first work design come with stm8 englishman ? 2018-11-18T17:19:08 < englishman> no, it is some cpld + mcu but i dont know what the mcu is yet 2018-11-18T17:19:21 < Steffanx> stm8 it is :) 2018-11-18T17:19:44 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-18T17:20:12 < mawk> "While Raisonance still generates the smallest code, and SDCC generates the slowest floating-point code, SDCC is now on-par or ahead of the other compilers in nearly all aspects." 2018-11-18T17:20:31 < mawk> stm8 isn't a very complicated platform, I fail to see how SDCC devs couldn't optimize their fp operation by looking at the concurrence 2018-11-18T17:23:30 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-18T17:24:56 < jpa-> i bet they could, but probably just lack the time 2018-11-18T17:26:08 < jpa-> also float optimization is often a tradeoff between correctness and speed 2018-11-18T17:28:24 < jpa-> (and who uses stm8 if they care about floating point speed) 2018-11-18T17:28:42 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-18T17:29:06 < englishman> the correct answer 2018-11-18T17:46:10 < englishman> https://en.wikipedia.org/wiki/Vrms 2018-11-18T17:47:07 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 246 seconds] 2018-11-18T17:52:31 < Thorn> I thought it'd be V root mean squared 2018-11-18T17:52:38 < Thorn> freaking programmers 2018-11-18T17:53:01 < bitmask> I'm looking at a schematic and it says to use either a LDO regulator or dc-dc regulator. what is the latter? 2018-11-18T17:53:19 < Thorn> buck converter probably 2018-11-18T17:53:19 < bitmask> says dc-dc is more efficient, is it a switching regulator? 2018-11-18T17:53:36 < bitmask> I see 2018-11-18T17:54:44 < bitmask> you ever connect a cheap chinese buck converter with polarity reversed? thats fun 2018-11-18T17:55:18 < bitmask> the heavy to220 became a shrapnel bullet 2018-11-18T18:26:24 < Sadale> hmm. Now that I'm thinking. If I add insert an p-type transistor, would I be able to turn an open-drain output into a push-pull output? 2018-11-18T18:26:50 * Sadale guess not :/ 2018-11-18T18:36:44 < kakimir> https://www.mouser.fi/ProductDetail/Infineon-Technologies/XMC1100T016F0008ABXUMA1?qs=sGAEpiMZZMsrb0xF%2fYczN72PyPyWChqIfb0Q0QXSg5YTZQ%2fHpfuvnw%3d%3d cheap 5V cortex with 12bit adc 2018-11-18T18:47:54 < invzim> geh, my asia-fu is getting weak. ordered tiny pcb in 3x3 panel + stencil 2018-11-18T18:48:03 < invzim> I did NOT specify that I want the stencil to match the panel 2018-11-18T18:54:04 < invzim> worth a shot I guess, not getting my hopes up 2018-11-18T19:06:49 -!- bvernoux1 [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-18T19:10:47 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2018-11-18T19:10:57 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Ping timeout: 268 seconds] 2018-11-18T19:14:42 -!- bvernoux1 [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2018-11-18T19:14:46 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2018-11-18T19:23:31 < bitmask> wish my silver epoxy was here 2018-11-18T19:27:31 < Steffanx> Try ask Genie. 2018-11-18T19:29:09 < bitmask> I don't have a magic lamp :( 2018-11-18T19:29:57 < Steffanx> print it 2018-11-18T19:30:05 < bitmask> heh 2018-11-18T19:30:17 < bitmask> I'll just have to wait 24 hours 2018-11-18T19:38:47 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2018-11-18T19:39:35 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-18T20:12:27 -!- sterna [~Adium@c-37e2e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-18T20:22:08 -!- Ik90 [~Ik90@157.49.188.117] has joined ##stm32 2018-11-18T20:26:02 < kakimir> anyone done anything with those XMC1100 chips? 2018-11-18T20:26:03 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-18T20:27:25 -!- Ik90 [~Ik90@157.49.188.117] has quit [Ping timeout: 268 seconds] 2018-11-18T20:28:06 -!- Ik90 [~Ik90@157.49.188.117] has joined ##stm32 2018-11-18T20:42:45 < Thorn> meow https://www.instagram.com/p/BqVGhJNHVkD/ 2018-11-18T20:43:14 < Thorn> TPIU: Trace port interface unit TPUI: Trace port unit interface 2018-11-18T20:43:49 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-18T20:45:07 < Steffanx> Your connection is bad lately BrainDamage. Whats going on? Snow on the antennas? 2018-11-18T20:46:00 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 272 seconds] 2018-11-18T20:46:01 -!- BrainDamage_ is now known as BrainDamage 2018-11-18T20:51:44 < kakimir> anyone living off the grid? 2018-11-18T20:51:56 < Thorn> Progress docking https://www.youtube.com/watch?v=GIYpl6yyGFM 2018-11-18T20:51:58 < kakimir> in off grid hideout cave 2018-11-18T20:53:19 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has quit [Ping timeout: 268 seconds] 2018-11-18T20:57:27 -!- psprint_ [~psprint@91.245.82.2] has quit [Ping timeout: 240 seconds] 2018-11-18T21:03:10 -!- Ik90 [~Ik90@157.49.188.117] has quit [Ping timeout: 252 seconds] 2018-11-18T21:03:55 -!- Ik90 [~Ik90@157.49.188.117] has joined ##stm32 2018-11-18T21:04:58 < kakimir> why doesn't upgrdman ircs anymore? 2018-11-18T21:05:03 < kakimir> he grew up? 2018-11-18T21:05:35 < Hamilton> kakimir, I guess he also had a YT channel 2018-11-18T21:05:58 < Thorn> he's currently in China, no? 2018-11-18T21:06:51 < Thorn> or am I not up to date 2018-11-18T21:06:53 < kakimir> interesting 2018-11-18T21:07:11 < kakimir> anyone in shengshen around january? 2018-11-18T21:07:21 < kakimir> dongs? 2018-11-18T21:07:35 < Steffanx> you? 2018-11-18T21:08:13 < kakimir> yes 2018-11-18T21:08:30 -!- ekaOlogik [~quassel@p54944EFC.dip0.t-ipconnect.de] has quit [Read error: Connection reset by peer] 2018-11-18T21:08:48 < bitmask> shenzhen? 2018-11-18T21:09:21 < bitmask> or is that a different place 2018-11-18T21:09:55 < kakimir> :| 2018-11-18T21:11:04 < kakimir> schengen then 2018-11-18T21:15:04 < Steffanx> schengen as in https://en.wikipedia.org/wiki/Schengen,_Luxembourg? 2018-11-18T21:15:19 < kakimir> okay then 2018-11-18T21:15:50 < Steffanx> https://en.wikipedia.org/wiki/Okay,_Oklahoma ? 2018-11-18T21:15:53 < kakimir> Steffanx: I tried to buy you a reindeer 2018-11-18T21:16:16 < Steffanx> im not interested ;) 2018-11-18T21:16:30 < kakimir> don't say that 2018-11-18T21:16:50 < kakimir> I need to do a friendly geisture and get you some reindeer 2018-11-18T21:17:18 < Steffanx> Yes, ty for that. but .. im not interested in reindeer :P 2018-11-18T21:17:33 < kakimir> so this brand that makes all kind of things of animals that live in forrest - they didn't have reindeer smoked roughage 2018-11-18T21:17:56 < kakimir> and they didn't have "puolukkahillo" 2018-11-18T21:18:19 < kakimir> ligonberry jelly 2018-11-18T21:18:58 < Steffanx> hm 2018-11-18T21:19:16 < kakimir> it's a must complementarry stuff to have with mashed potatoes and reindeer 2018-11-18T21:20:06 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has joined ##stm32 2018-11-18T21:23:18 < Thorn> so kakimir is going to buy a whole reindeer carcass, load it on top of his car (legs up) and drive like that all the way to Groningen 2018-11-18T21:25:09 < Steffanx> :) 2018-11-18T21:25:34 < kakimir> it would be a positive suprise 2018-11-18T21:25:39 < kakimir> for stef 2018-11-18T21:26:07 < Steffanx> A surprise yes, positive... im not so sure :P 2018-11-18T21:26:15 < Steffanx> i heard snus smells baaad 2018-11-18T21:26:39 < kakimir> I bought today syntetic snus 2018-11-18T21:27:21 < kakimir> nicotine in celulose packed in bags - not a tobacco product and can be sold here 2018-11-18T21:28:17 < Steffanx> you can also buy nicotine tabs or patches 2018-11-18T21:28:24 < Steffanx> or chewing gum 2018-11-18T21:28:25 < kakimir> and gum 2018-11-18T21:29:06 < Thorn> almost there 2018-11-18T21:29:19 < Thorn> contact confirmed 2018-11-18T21:29:30 < kakimir> gum - it's like drinkin snus saliva 2018-11-18T21:29:38 < Thorn> docking 22:29 msk time 2018-11-18T21:30:58 < Steffanx> !wz moscow 2018-11-18T21:31:00 < englishbot> [Moscow, Russia] Overcast. Temp is 1°C. NNW wind: 7 kph. Humidity: 93%. 2018-11-18T21:31:03 < Steffanx> oh it doenst show itme 2018-11-18T21:31:17 < kakimir> !wz EFOU 2018-11-18T21:31:17 < englishbot> [EFOU, Finland] Clear. Temp is -3°C. Variable wind: 4 kph. Humidity: 86%. 2018-11-18T21:31:36 < kakimir> !wz enontekiö 2018-11-18T21:31:36 < englishbot> Unable to locate query. 2018-11-18T21:32:17 < kakimir> !wz kilpisjärvi 2018-11-18T21:32:18 < englishbot> Unable to locate query. 2018-11-18T21:32:40 < Steffanx> it doesnt do your ä Ö 2018-11-18T21:32:54 < kakimir> !wz Inari 2018-11-18T21:32:54 < Steffanx> !wz kilpisjarvi 2018-11-18T21:32:54 < englishbot> [Inari, Finland] Clear. Temp is -3°C but feels like -8°C. SSW wind: 17 kph. Humidity: 80%. 2018-11-18T21:33:00 < Steffanx> !wz kilpisjarvi 2018-11-18T21:33:01 < englishbot> Unable to locate query. 2018-11-18T21:33:02 < Steffanx> awh 2018-11-18T21:33:22 < kakimir> too little place to be recognized 2018-11-18T21:34:04 < kakimir> kilpisjärvi is just a gasstation and a restaurant for tourists going for powder to sweden with their snow machines 2018-11-18T21:34:51 < kakimir> https://www.google.fi/maps/place/99490+Kilpisj%C3%A4rvi/@69.0443072,20.6632223,11z/data=!4m5!3m4!1s0x45daa9a66a078f4f:0x260146d7261ef091!8m2!3d69.0442888!4d20.8032994 2018-11-18T21:35:03 < kakimir> been there 2018-11-18T21:35:23 < kakimir> when we were driving back there was 400km or so without gasstations 2018-11-18T21:35:27 < Hamilton> somehow weechat's nick coloring algorithm finds "kakimir Steffanx and englishbot" the same 2018-11-18T21:35:38 < kakimir> trinity 2018-11-18T21:36:43 < kakimir> 4 dudes in car and trailer with 2 sleds 2018-11-18T21:37:00 < kakimir> 70km before gas station range meter went to 0km 2018-11-18T21:37:35 < Steffanx> kmpl crt, are you back on earth? 2018-11-18T21:37:59 < kakimir> hypermiling 70km with 0range and seriously increased drag and weight.. 65liter fuel tank took over 70liters to fill 2018-11-18T21:43:19 < kakimir> https://www.youtube.com/watch?v=Dmhtc5S4atU scenemusics 2018-11-18T21:44:24 < kakimir> I'm no substitute for blaxter crt 2018-11-18T21:44:44 < kakimir> what do you know about optimizing buck regulators crt 2018-11-18T21:45:31 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-18T21:45:37 < kakimir> datasheet says use 3.3micro coil 2018-11-18T21:45:50 < kakimir> commercial solutions with 1.5 2018-11-18T21:45:54 < kakimir> what to think? 2018-11-18T21:48:45 < Thorn> rip laurenceb https://www.thetimes.co.uk/edition/news/operation-no-deal-army-plans-for-troops-on-street-cc5c55kq8 2018-11-18T21:48:58 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-18T21:49:39 < Steffanx> https://hackaday.com/2018/11/13/unique-flat-screen-display-put-to-use-in-crt-game-boy/ game boy, crt... is that your project stvn? 2018-11-18T21:54:23 < Steffanx> ty 2018-11-18T21:54:36 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: WeeChat 2.3] 2018-11-18T22:01:01 < PaulFertser> Thorn: (docking progress) that was actually entertaining, thank you! 2018-11-18T22:07:52 < englishman> !ez paradise, ca 2018-11-18T22:08:06 < englishman> !wz paradise, ca 2018-11-18T22:08:07 < englishbot> [Paradise, California] Partly Cloudy. Temp is 18.0°C. West wind: 4.8 kph. 2018-11-18T22:08:09 < Steffanx> not so easy. 2018-11-18T22:08:26 < englishman> temp is off by about 400C 2018-11-18T22:13:18 -!- Ik90 [~Ik90@157.49.188.117] has quit [Remote host closed the connection] 2018-11-18T22:14:55 < kakimir> what is wrong with UK? 2018-11-18T22:15:06 < jpa-> https://www.newsweek.com/donald-trump-says-finland-doesnt-have-california-wildfires-problem-because-1220911 remember to rake your forest floors 2018-11-18T22:15:09 < kakimir> I think they had things going for them 20years back 2018-11-18T22:17:46 < kakimir> !wz kaki 2018-11-18T22:17:47 < englishbot> [Kaki Barama, Niger] Clear. Temp is 29°C. 2018-11-18T22:17:50 < kakimir> yes 2018-11-18T22:18:32 < Steffanx> ty jpa- 2018-11-18T22:27:37 < PaulFertser> jpa-: wtf, is it real that leaves in the forests are getting raked? 2018-11-18T22:27:43 < PaulFertser> leafs? 2018-11-18T22:28:48 < jpa-> https://scontent.fqlf1-1.fna.fbcdn.net/v/t1.0-9/46457816_10156991643984973_1061710572631883776_n.jpg?_nc_cat=102&_nc_ht=scontent.fqlf1-1.fna&oh=c5151d1cdacae7093d26a4d7187258c1&oe=5C7D9C5B yeah, here is our president demonstrating the technique 2018-11-18T22:29:53 < kakimir> niinistö meme++ 2018-11-18T22:30:13 < kakimir> thing in findland is that we don't have leafs 2018-11-18T22:31:45 < jpa-> https://pbs.twimg.com/media/DsQl-ZLV4AAnNtH.jpg also relevant 2018-11-18T22:36:35 -!- psprint_ [~psprint@91.245.82.2] has joined ##stm32 2018-11-18T22:41:18 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 264 seconds] 2018-11-18T22:41:20 < kakimir> but it's true 2018-11-18T22:41:25 < kakimir> small shit burns 2018-11-18T22:42:08 < kakimir> big things like tree trunks don't 2018-11-18T22:42:14 < kakimir> only branches 2018-11-18T22:42:20 < kakimir> and leaves and needles 2018-11-18T22:43:38 < englishman> loool jpa 2018-11-18T22:44:10 < englishman> !wz oulu 2018-11-18T22:44:11 < englishbot> [Oulu, Finland] Clear. Temp is -6.8°C. Humidity: 96%. 2018-11-18T22:45:28 < englishman> !wz dongs 2018-11-18T22:45:29 < englishbot> [Dongsheng, China] Overcast. Temp is 18°C. NE wind: 14 kph. Humidity: 94%. 2018-11-18T22:45:57 < englishman> !wz europe 2018-11-18T22:46:08 < kakimir> final countdown 2018-11-18T22:46:55 < englishman> python: stdout/stderr (weatherbot): KeyError: 'current_observation' 2018-11-18T22:51:31 < Steffanx> Where is dongs? 2018-11-18T22:52:25 < invzim> goddamnit, what's the point of having a pcb manufacture checklist if I don't remember to read it 2018-11-18T22:52:31 * invzim forgot tear-drops 2018-11-18T22:52:44 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-18T22:54:02 < Steffanx> Will it kill you? 2018-11-18T22:54:42 < invzim> no, just annoying and non-ocd compliant 2018-11-18T22:56:01 < Steffanx> so only one solution. Throw the pcbs in the bin and reorder 2018-11-18T23:01:09 < jpa-> i never use teardrops :P 2018-11-18T23:05:12 < invzim> hm, what happens if you press cancel on jlcpcb? 2018-11-18T23:05:25 < Steffanx> itll get cancelled? :D 2018-11-18T23:05:27 < invzim> refund/store-credit/re-upload of files/other? 2018-11-18T23:05:27 < Steffanx> no clue sir 2018-11-18T23:05:51 < Steffanx> i assume paypal refund 2018-11-18T23:05:57 < invzim> paid with cc 2018-11-18T23:07:17 < invzim> a screw ocd, non-teardrop pcb's it is :) 2018-11-18T23:07:32 < Steffanx> :D 2018-11-18T23:22:01 < Steffanx> just that. 2018-11-18T23:30:17 < bitmask> wtf is a teardrop 2018-11-18T23:30:55 < kakimir> leatherman surge 2018-11-18T23:30:59 < kakimir> what do you think 2018-11-18T23:31:25 < kakimir> it even has crimp for contacts 2018-11-18T23:31:30 < zyp> only time I used teardrops was when I did bga in eagle 2018-11-18T23:32:06 < zyp> hm 2018-11-18T23:32:20 < zyp> actually I didn't 2018-11-18T23:32:47 < zyp> https://bin.jvnv.net/file/eaiEM.png <- headers have teardrops, but the bga doesn't 2018-11-18T23:36:40 < Steffanx> the good old lpc43something 2018-11-18T23:37:23 < invzim> anyone got a stencil printer they can recommend? 2018-11-18T23:37:52 < Steffanx> englishman ^ 2018-11-18T23:38:55 < englishman> yes 2018-11-18T23:39:20 < englishman> no 2018-11-18T23:41:07 < Steffanx> lol 2018-11-18T23:43:53 < zyp> haha 2018-11-18T23:44:47 < invzim> I sense metastability :) 2018-11-18T23:46:18 < Steffanx> so when is the big day englishman 2018-11-18T23:46:41 < englishman> next year 2018-11-18T23:50:28 < kakimir> anyone here fiddled with XMC1100? 2018-11-18T23:50:40 < aandrew> never used teardrops either 2018-11-18T23:51:15 < kakimir> kivad doesn't have teardrops 2018-11-18T23:51:21 < kakimir> kicad* 2018-11-18T23:51:24 < aandrew> never heard of XMC1100 before now so I guess that's a no 2018-11-18T23:51:31 < kakimir> I have 2018-11-18T23:51:39 < kakimir> I actually looked at it few years back 2018-11-18T23:53:23 < kakimir> only thing cheaper than XMC1100 is PIC16F (5V, 12bit ADC, smd, 8-32k of flash) 2018-11-18T23:53:56 < aandrew> so CMX1100is cheap CM0 2018-11-18T23:54:04 < kakimir> XMC price in thousands is like 0.5 2018-11-18T23:55:13 < kakimir> I can reason XMC1100 over PIC16F with ease of porting from another CM0 2018-11-18T23:55:14 -!- sterna [~Adium@c-37e2e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-18T23:55:26 < aandrew> kakimir: sure, what are the peripherals like? 2018-11-18T23:55:42 < aandrew> Cracki: sounds like nRF's PPI 2018-11-18T23:55:49 < Steffanx> You should be using the soic8 cypress mcu kakimir 2018-11-18T23:55:51 < aandrew> which admittedly is pretty cool 2018-11-18T23:56:40 < kakimir> Steffanx: I need more than that 2018-11-18T23:59:16 < kakimir> maybe not --- Day changed Mon Nov 19 2018 2018-11-19T00:00:44 < kakimir> decoder 2018-11-19T00:05:24 < kakimir> maybe I look into silabs Steffanx 2018-11-19T00:10:17 < kakimir> Steffanx: https://www.findchips.com/search/EFM8BB10F8A-A-QFN20 bad availibility 2018-11-19T00:11:02 < englishman> stm8 is like 0.2 2018-11-19T00:11:04 < englishman> kakky 2018-11-19T00:11:46 < kakimir> ADC12B? 2018-11-19T00:11:56 < kakimir> 8kb of flash? 2018-11-19T00:12:01 < kakimir> debugable 2018-11-19T00:12:09 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2018-11-19T00:12:10 < kakimir> around 20IO 2018-11-19T00:12:29 < englishman> busybee 2018-11-19T00:12:33 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-19T00:12:49 < englishman> saw some projects for those in asm 2018-11-19T00:13:41 < kakimir> I have probe 2018-11-19T00:13:56 < kakimir> and calibration point in device for that probe 2018-11-19T00:14:11 < kakimir> in package 2018-11-19T00:14:57 < kakimir> nah.. I just use button 2018-11-19T00:15:34 < kakimir> bubble sticker it then 2018-11-19T00:19:06 < kakimir> englishman: no 12bit adc + 5V 2018-11-19T00:19:31 < englishman> wow way to add requirements 2018-11-19T00:19:40 < englishman> bro 2018-11-19T00:19:56 < kakimir> I think I said 5v too many times before 2018-11-19T00:20:02 < englishman> stm8 is 5v 2018-11-19T00:20:13 < englishman> and noone can follow all your chats 2018-11-19T00:20:33 < kakimir> stm8 is 5V and 3.3V 2018-11-19T00:20:58 < englishman> and lower 2018-11-19T00:21:04 < kakimir> and no stm8 with ADC12b + 5V combination 2018-11-19T00:22:20 < englishman> that sucks bro 2018-11-19T00:22:35 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-19T00:22:38 < kakimir> still no kakiprojects for stm mcus 2018-11-19T00:22:49 < englishman> tarduino to the rescue 2018-11-19T00:22:58 < englishman> cuz 5v is a *requirement* 2018-11-19T00:23:32 < kakimir> it is 2018-11-19T00:24:01 < kakimir> only thing allowing to make the device significantly better from what it is now is to change to ADC12b + 5V 2018-11-19T00:24:19 < kakimir> get rid of one regulation step and one voltage divider buffer for reference 2018-11-19T00:30:19 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-19T00:38:49 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-19T00:46:19 < kakimir> fuck button 2018-11-19T00:46:37 < qyx> yes 2018-11-19T00:46:43 < kakimir> I will use sequence to user input to launch that calibration 2018-11-19T00:50:36 < qyx> I bought an industrial PID controller for a work project 2018-11-19T00:50:44 < qyx> it has a 4 digit 7seg LED display 2018-11-19T00:51:25 < qyx> there is like million of different 7seg combinations for all configuration steps 2018-11-19T00:51:41 < qyx> it required a fair amount of creativity for sure 2018-11-19T00:52:14 < qyx> I am curious how much would it add to the cost if they used a cheap OLED display 2018-11-19T00:52:37 < qyx> for better UX 2018-11-19T00:58:47 < englishman> which one qyx 2018-11-19T00:58:50 < englishman> i have a couple 2018-11-19T00:58:54 < englishman> to do various things around the house 2018-11-19T00:58:59 < englishman> and just got a new one last week 2018-11-19T00:59:09 < englishman> https://i.imgur.com/bzFi8TY.jpg 2018-11-19T00:59:12 < englishman> to make beer 2018-11-19T01:00:54 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-19T01:01:21 < qyx> englishman: autonics TC4S 2018-11-19T01:01:40 < kakimir> I'm so pumped 2018-11-19T01:02:15 < kakimir> qyx: binary output? 2018-11-19T01:02:35 < englishman> nice, my new one is nearly the same 2018-11-19T01:02:45 < kakimir> I made one thing of chinese PID for friends home brewery 2018-11-19T01:03:10 < qyx> kakimir: yeah, relay + ssr and 2 independent alarm outputs 2018-11-19T01:04:51 < kakimir> ssr is seperate? 2018-11-19T01:04:56 < kakimir> separere* 2018-11-19T01:05:14 < englishman> cool phase control modes 2018-11-19T01:06:33 < englishman> yeah you plug the ssr or relay(s) or whatever into it 2018-11-19T01:07:22 < kakimir> I threw chinese SSR clone in mine 2018-11-19T01:07:28 < kakimir> also pid was some clone 2018-11-19T01:07:31 < englishman> perfect 2018-11-19T01:07:35 < englishman> could do sauna pid control 2018-11-19T01:10:05 < kakimir> without hard safety ofc 2018-11-19T01:10:39 < englishman> hard safety = just leave the sauna and stop being hot 2018-11-19T01:11:08 < kakimir> sauna can burn itself 2018-11-19T01:11:27 < kakimir> if control fails and all the safety mechanisms fail 2018-11-19T01:12:11 < englishman> but you are safe 2018-11-19T01:12:23 < englishman> safety success 2018-11-19T01:18:38 < kakimir> you put 6kw heater in a box 2018-11-19T01:18:50 < kakimir> and 100% duty 2018-11-19T01:19:07 < englishman> i put 6kw heater in a pot 2018-11-19T01:19:10 < englishman> to make beer 2018-11-19T01:19:21 < kakimir> eventually box gets very hot and after that it can reach ignition point for materials 2018-11-19T01:20:15 < kakimir> https://atollic.com/truestudio/target-support/infineon/ 2018-11-19T01:20:23 < kakimir> apparently I must go attolic 2018-11-19T01:23:36 < Steffanx> but only the old version 2018-11-19T01:23:43 < Steffanx> now its STM32 only :P 2018-11-19T01:24:25 < kakimir> 8.0.0 downloaded 2018-11-19T01:25:12 < Steffanx> its not keil. 2018-11-19T01:34:56 < kakimir> what are practical limitations of truestudio? 2018-11-19T01:36:49 < kakimir> this has try buy explore buttons in IDE toolbar 2018-11-19T01:37:03 < Steffanx> yes, back in the time it was a commercial ide 2018-11-19T01:40:46 < kakimir> do I need to pay? 2018-11-19T01:45:52 < kakimir> but if I want to use 8.0.0 2018-11-19T01:46:04 < kakimir> not truestudio stm32 2018-11-19T01:46:49 < kakimir> hah 2018-11-19T01:46:54 < kakimir> clicked buy 2018-11-19T01:47:15 < kakimir> "No product matching your selection" 2018-11-19T01:47:42 < kakimir> so they do not sell new licences anymore 2018-11-19T01:47:48 < kakimir> for old TS 2018-11-19T01:49:18 < kakimir> let's download and install DAVE4 2018-11-19T01:53:50 < kakimir> manuf takes care of it's customers 2018-11-19T01:58:22 < Steffanx> ah lol this is bad. Spend quite some time to get the RTC wakeup stuff to work. 2018-11-19T01:58:33 < Steffanx> but the f042 does not support that -_- 2018-11-19T01:59:06 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-19T01:59:29 < englishman> which 2018-11-19T01:59:35 < englishman> im pretty sure f042 has rtc wakeup 2018-11-19T01:59:43 < englishman> so you must be talking about something weird and or specific 2018-11-19T02:00:21 < Steffanx> Talking about: "Automatic wakeup unit generating a periodic flag that triggers an automatic wakeup interrupt.". 2018-11-19T02:00:51 < Steffanx> and its pretty clear it does not support it, but for some reason i didnt really check :P 2018-11-19T02:02:54 < kakimir> plan more - groundwork less 2018-11-19T02:02:57 < englishman> for comparison which chip does have it? 2018-11-19T02:03:01 < Steffanx> https://imgur.com/a/cvT3ylD 2018-11-19T02:03:41 < englishman> so it has to be reset each time 2018-11-19T02:03:57 < Steffanx> You have to use the alarm i guess 2018-11-19T02:04:29 < englishman> yea 2018-11-19T02:04:29 < englishman> gay 2018-11-19T02:04:34 < Steffanx> Very much. 2018-11-19T02:04:35 < englishman> well, just use 072! 2018-11-19T02:04:59 < Steffanx> nah 042 is already there and i dont really care about the time, so will hack it together using the alarm 2018-11-19T02:06:00 < englishman> or L0x2 2018-11-19T02:06:04 < englishman> oh ok 2018-11-19T02:06:21 < Steffanx> > Restarting the RTC all the time 2018-11-19T02:06:25 < englishman> so its an "ensure steffy has work to do" project 2018-11-19T02:06:28 < Steffanx> the time that is 2018-11-19T02:07:25 < Steffanx> Configuring this takes just as much time as the periodic wake up timer, so.. not more or less work to do. 2018-11-19T02:07:29 < Steffanx> *no 2018-11-19T02:12:22 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-19T03:08:05 < kakimir> Steffanx: muh attiny has periodic timer 2018-11-19T03:08:11 < kakimir> it has anything 2018-11-19T03:09:07 < con3> Why didn't the nuke get rid of the circular lines? 2018-11-19T03:11:52 < catphish> con3: it can't damage any surface it impacts at exactly 90 degrees, that's just how nucleuses from bumbs interact with other materials 2018-11-19T03:14:49 < catphish> i did a lot of work on this when i was working in the nuclear weapons program back in in 1998 when The Undertaker threw Mankind off Hell In A Cell, and plummeted 16 ft through an announcer's table 2018-11-19T03:15:26 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2018-11-19T03:38:58 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-19T04:26:57 < englishman> lol con3 2018-11-19T04:39:02 < johntramp> i am getting false triggers of a GPIO IRQ Handler. The ISR clears the IRQ, does some stuff, then returns. Sometimes though I am getting an immediate reentry into the ISR even though the GPIO pin has remained low. Any ideas what could cause this? 2018-11-19T04:47:23 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2018-11-19T04:47:47 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 240 seconds] 2018-11-19T05:16:23 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-19T05:21:37 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-19T05:45:28 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has joined ##stm32 2018-11-19T05:51:24 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-19T06:03:48 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Read error: Connection reset by peer] 2018-11-19T06:39:13 -!- benishor [~benny@79.116.213.61] has quit [Ping timeout: 245 seconds] 2018-11-19T06:40:52 -!- fc5dc9d4_ [~quassel@p5B3A804D.dip0.t-ipconnect.de] has joined ##stm32 2018-11-19T06:43:53 < englishman> https://www.youtube.com/watch?v=vvzWaVvB908 2018-11-19T06:44:38 -!- fc5dc9d4 [~quassel@p5B081EE5.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 2018-11-19T06:44:58 < englishman> he claims that in the ishit user manual, they tell you not to stay around boiling liquid gasses 2018-11-19T07:03:04 < englishman> well this video was much more informative than i thought it would be 2018-11-19T07:03:40 < Ultrasauce> he makes pretty good videos 2018-11-19T07:11:05 < englishman> it appears so 2018-11-19T07:11:10 < englishman> https://www.youtube.com/watch?v=-UPJ2O2zR5k 2018-11-19T07:11:11 < englishman> neat 2018-11-19T07:18:05 < Thorn> https://twitter.com/foreignfilm/status/1063683095629508608 2018-11-19T07:18:07 < cjbaird> He's now only doing videos about once every 3 months, though.. (so much for the Paetron..) 2018-11-19T07:33:15 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-19T07:36:30 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2018-11-19T07:36:35 -!- day__ is now known as day 2018-11-19T08:01:03 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-19T08:02:45 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2018-11-19T08:02:54 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-19T08:04:28 -!- CircadianRebel [~Circadian@unaffiliated/circadianrebel] has left ##stm32 [] 2018-11-19T08:21:05 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2018-11-19T08:44:28 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2018-11-19T08:58:07 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2018-11-19T08:58:30 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-19T09:07:21 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-19T09:09:18 -!- sterna [~Adium@c-79ebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-19T09:23:35 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-19T09:30:35 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 268 seconds] 2018-11-19T09:43:32 -!- sterna [~Adium@c-79ebe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-19T09:49:43 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-19T09:52:34 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Read error: Connection reset by peer] 2018-11-19T09:54:35 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-19T09:57:26 -!- sk_tandt1 [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-19T09:58:56 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 244 seconds] 2018-11-19T10:01:01 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Read error: Connection reset by peer] 2018-11-19T10:02:06 -!- sk_tandt1 [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 252 seconds] 2018-11-19T10:02:18 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2018-11-19T10:02:59 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-19T10:03:53 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Remote host closed the connection] 2018-11-19T10:04:17 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-19T10:05:44 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-19T10:06:22 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-19T10:12:29 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-19T10:13:36 -!- Ik90 [~Ik90@157.49.161.25] has joined ##stm32 2018-11-19T10:24:51 < Steffanx> Yw stvn 2018-11-19T10:48:53 < gnom> https://imgur.com/gallery/sQTacWD 2018-11-19T10:58:27 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 240 seconds] 2018-11-19T11:14:47 < Thorn> Cygnus docking https://www.youtube.com/watch?v=ChQ16Wu-jCI 2018-11-19T11:32:17 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-19T11:49:00 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 252 seconds] 2018-11-19T11:49:04 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-19T11:49:28 -!- BrainDamage_ is now known as BrainDamage 2018-11-19T12:00:46 -!- Ik90 [~Ik90@157.49.161.25] has quit [Remote host closed the connection] 2018-11-19T12:50:29 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2018-11-19T12:58:43 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-19T13:09:25 -!- specing [~specing@unaffiliated/specing] has quit [Quit: ZNC - https://znc.in] 2018-11-19T13:09:45 -!- specing [~specing@unaffiliated/specing] has joined ##stm32 2018-11-19T13:34:23 -!- benishor [~benny@82.137.44.176] has joined ##stm32 2018-11-19T13:50:54 -!- diamondman [sid306859@gateway/web/irccloud.com/x-sxxflspdjhubriwe] has quit [Ping timeout: 264 seconds] 2018-11-19T13:51:47 -!- diamondman [sid306859@gateway/web/irccloud.com/x-eyxufrpnkecdffra] has joined ##stm32 2018-11-19T14:09:39 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Read error: Connection reset by peer] 2018-11-19T14:09:53 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-19T14:35:55 < invzim> http://www.icbase.com/psen/ 2018-11-19T14:36:02 < invzim> are these guys legit/ok? 2018-11-19T14:43:29 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] 2018-11-19T14:47:37 < karlp> let us know when you order from them? :) 2018-11-19T14:48:15 < karlp> their search /browse is a bit kunkly 2018-11-19T14:48:15 < Thorn> why not lcsc 2018-11-19T14:48:21 < Thorn> lcsc is legit 2018-11-19T14:56:42 < invzim> I use lcsc, but they don't have a specific part I need 2018-11-19T14:56:59 < invzim> and these guys are 50% of the digikey price 2018-11-19T15:20:02 < karlp> any good reason to run a npn darlington like this? http://tinyurl.com/y7f8bwpp I'm more used to seeing collector high, emitter low, 2018-11-19T15:28:23 < Thorn> looks like the 2nd bjt is essentially unused 2018-11-19T15:29:07 < Thorn> and the 1st one is a diode lol 2018-11-19T15:54:20 < karlp> yeah, it's.... not an arrangement I've ever seen before. 2018-11-19T15:55:22 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-19T15:57:18 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-19T15:57:36 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-19T16:09:26 < jpa-> i've sometimes used a BJT as a diode when i only needed a crappy diode and didn't want to add another component to the BOM 2018-11-19T16:16:28 < karlp> yeah, I've see a bjt used as a diode to as a "regulator" even on a super cheap ethernet switch design, (the manufacturer even mentioned this explicitly) 2018-11-19T16:16:39 < karlp> but this is an actual packaged darlington connected like that. 2018-11-19T16:17:35 < jpa-> that's just a diode with some extra pins ;) 2018-11-19T16:18:07 < Thorn> you can remove it and increase R as necessary 2018-11-19T16:18:25 < karlp> I'm not doing shit, this was figuring out an existing design. 2018-11-19T16:18:28 < Ecco> Hi :) 2018-11-19T16:18:41 < Ecco> I'm trying to hook up some Flash to an STM32 over a QuadSPI link 2018-11-19T16:18:43 < Thorn> was it designed by a javascript brogrammer 2018-11-19T16:18:47 < karlp> the "led" is an optocoupler, I ðresume they didn't feel they could driver it directorly from the mcu pins. 2018-11-19T16:19:00 < Ecco> I'm reading the doc and I'm wondering how the memory-mapped mode can work 2018-11-19T16:19:02 < Thorn> but they do 2018-11-19T16:19:12 < Ecco> namely, how can the STM32 know what commands to send to the flash chip? 2018-11-19T16:19:15 < Thorn> the switch switches the whole current 2018-11-19T16:19:28 < Thorn> there is no amplification coming from that darlington 2018-11-19T16:19:33 < karlp> the "switch" in that falstead thing is the mcu pins 2018-11-19T16:19:46 < Thorn> yeah I figured 2018-11-19T16:19:48 < karlp> yeah, seems pretty bogus to me. 2018-11-19T16:19:55 < Thorn> of course 2018-11-19T16:21:58 < karlp> the part is a nrnd diodes inc part too, fmmt12, but the pcb is labeled 2017, so ... good stuff. 2018-11-19T16:36:09 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2018-11-19T16:39:13 < englishman> it's how you hook up a BJT to be non-inverting 2018-11-19T16:40:01 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-19T16:52:30 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-19T16:55:22 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-19T16:55:22 -!- [1]MrMobius is now known as MrMobius 2018-11-19T17:27:12 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-19T17:57:07 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2018-11-19T18:00:49 < Ecco> Cracki: thanks for the doc 2018-11-19T18:01:01 < Ecco> Actually my question is not specific to a given STM32 or memory chip 2018-11-19T18:01:08 < Ecco> I'm wondering about the memory-mapped mode 2018-11-19T18:01:28 < Ecco> I understand there's a "manual" mode, where you manually craft commands for the chip 2018-11-19T18:01:32 < Ecco> this one I understand 2018-11-19T18:01:55 < Ecco> But I wonder how the STM32 knows what commands to send to the flash chip when it acts in memory-mapped mode 2018-11-19T18:18:55 < jpa-> Ecco: in memory mapped mode it only needs one instruction ("READ"); you put that into the register beforehand 2018-11-19T18:19:03 < Ecco> oh 2018-11-19T18:19:11 < Ecco> ok crystal clear 2018-11-19T18:19:42 < Ecco> I thought there was some kind of magic with the "serial flash discovery" command involved at some point 2018-11-19T18:19:54 < Ecco> Cracki: in practice it's not, in the chip I considered 2018-11-19T18:20:10 < Ecco> (and I haven't seen it mentionned anywhere in the ST docs) 2018-11-19T18:20:21 < jpa-> e.g. RM0385 page 391 section QUADSPI usage -> memory mapped mode explains it 2018-11-19T18:20:36 < Ecco> thanks jpa- ! 2018-11-19T18:21:10 < Ecco> ok wait 2018-11-19T18:21:12 < Ecco> I've read this before 2018-11-19T18:21:34 < Ecco> where does it say what you just did? :D 2018-11-19T18:21:46 < Ecco> (aka "you put a command in a register so the QuadSPI controller know what to replay) 2018-11-19T18:21:54 < jpa-> "The programmed instruction and frame is sent when an AHB master is accessing the 2018-11-19T18:21:55 < jpa-> memory mapped space. 2018-11-19T18:22:06 < Ecco> oh, ok, my bad guys 2018-11-19T18:22:13 < Ecco> I'm going back to reading I guess 2018-11-19T18:22:18 < Ecco> thanks 2018-11-19T18:22:28 < jpa-> no no, you have to post a shitty meme link first 2018-11-19T18:22:38 < jpa-> it's the standard ##stm32 form of payment for advice 2018-11-19T18:32:09 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-19T18:34:01 < Ecco> :-D 2018-11-19T18:34:31 < Ecco> https://media1.giphy.com/media/PjYfyarIEsNGM/giphy.gif 2018-11-19T18:36:02 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-19T18:42:48 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-19T18:57:47 < bitmask> damn ebay. I bought locally because I needed it asap so I paid $12 for 0.6ml of silver epoxy. one of the 3 syringes (0.2ml each) is only half full 2018-11-19T18:59:31 < bitmask> wow, ok 2018-11-19T19:00:47 < Steffanx> Hah. I love aliexpress. Order on 15 november get it on 19. 2018-11-19T19:01:09 < Steffanx> Get your product from amazon. 2018-11-19T19:02:38 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-19T19:16:54 -!- psprint_ [~psprint@91.245.82.2] has quit [Quit: WeeChat 2.2] 2018-11-19T19:18:31 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2018-11-19T19:23:35 < Thorn> Magnus is losing 2018-11-19T19:24:08 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Remote host closed the connection] 2018-11-19T19:32:10 < Steffanx> Who is magnus mr Thorn? 2018-11-19T19:32:42 < Thorn> the champion 2018-11-19T19:32:49 < Steffanx> Of what? 2018-11-19T19:32:58 < Thorn> chess of course 2018-11-19T19:33:01 < Steffanx> Oh 2018-11-19T19:33:35 < Thorn> he is defending his title, game 8 is going on right now 2018-11-19T19:35:13 < Thorn> https://www.instagram.com/p/BqXpFcVgLXU/ 2018-11-19T19:42:10 < englishman> wtf 2018-11-19T19:42:13 < englishman> this rosin flux lit on fire 2018-11-19T19:44:18 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-19T19:46:35 < englishman> fucking leaded crap 2018-11-19T19:49:06 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 264 seconds] 2018-11-19T19:53:48 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 245 seconds] 2018-11-19T19:54:30 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Quit: Leaving] 2018-11-19T20:00:54 -!- boB_K7IQ [~boBK7IQ@73.109.60.215] has joined ##stm32 2018-11-19T20:07:56 < Thorn> Magnus is no longer losing 2018-11-19T20:08:21 < Thorn> Caruana fucked up big time 2018-11-19T20:21:21 < mawk> the first time I tried soldering I had solder like this Cracki 2018-11-19T20:25:39 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 244 seconds] 2018-11-19T20:49:08 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2018-11-19T20:49:34 < Steffanx> got my stm32 in my hand, cloning anything made out of sand 2018-11-19T20:49:39 < Steffanx> copypaste GPL, alibaba is how i sell 2018-11-19T20:49:40 < Steffanx> cracked copy of altium designer, 2 layer boards made in china 2018-11-19T20:49:44 < Steffanx> blew up the fcc, counterfeit certificate for emc 2018-11-19T20:49:48 < Steffanx> where are those times crt ? :D 2018-11-19T20:49:53 < englishman> counterfeit chats 2018-11-19T20:50:09 < Steffanx> Yes, best rap. 2018-11-19T20:54:34 < Steffanx> When old news get reposted. 2018-11-19T20:54:37 < Steffanx> *gets 2018-11-19T20:55:47 < kakimir> almost lost it today at works 2018-11-19T20:55:59 < kakimir> I have counter and variable I reset 2018-11-19T20:56:20 < kakimir> I see with breakpoint it executes them 2018-11-19T20:56:57 < kakimir> same time in telemetryviewer I see counter still running and variable unchanged 2018-11-19T20:57:16 < kakimir> counter was not cleared 2018-11-19T20:57:31 < kakimir> threw some volatiles in there 2018-11-19T20:57:36 < kakimir> changed optimizations 2018-11-19T20:57:58 < kakimir> :|| fuuuuu 2018-11-19T20:58:31 -!- gnom [~aleksande@178.150.7.153] has quit [Quit: leaving] 2018-11-19T20:58:43 < kakimir> I need to check it with realterm uart monitor too 2018-11-19T20:59:39 < kakimir> took the project with me home 2018-11-19T20:59:51 < kakimir> tonight it happens 2018-11-19T21:00:43 < aandrew> anyone here dicked with pptp or ieee1588 on stm32? 2018-11-19T21:04:20 -!- boB_K7IQ [~boBK7IQ@73.109.60.215] has quit [Ping timeout: 268 seconds] 2018-11-19T21:04:50 < kakimir> I did interesting averaging today 2018-11-19T21:06:40 < aandrew> what kind of averaging is "interesting" ? 2018-11-19T21:06:44 < kakimir> clamp new value difference based on last value then weighted average it with last value 2018-11-19T21:07:37 < kakimir> tommorow I add integration component that releases some filterin values if there is too fast change for average to follow properly 2018-11-19T21:10:24 < kakimir> *reliefs some filtering values 2018-11-19T21:19:09 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2018-11-19T21:24:16 < kakimir> I wonder what happens if I connect my target to samsung phone charger and debugger + usb-uart to my laptop that is powered from wallbrick too 2018-11-19T21:24:53 < jpa-> if you connect ground first, it'll work 2018-11-19T21:25:11 < jpa-> otherwise you might get 120VAC at some microamps between the systems 2018-11-19T21:25:50 < kakimir> shitti laptops and phone chargers do not have grounding 2018-11-19T21:26:05 < jpa-> i mean ground of your systems, usb cables etc. 2018-11-19T21:26:36 < kakimir> you mean I connect target and laptop first and then close the loop by connecting wall bricks? 2018-11-19T21:26:54 < kakimir> my soldering iron had 70VAC at works 2018-11-19T21:26:59 < kakimir> ts100 2018-11-19T21:27:05 < kakimir> until I grounded it to GND rail 2018-11-19T21:27:18 < kakimir> also something like 170mikroamps 2018-11-19T21:27:20 < kakimir> to GND 2018-11-19T21:27:55 < kakimir> anyway 2018-11-19T21:27:59 < kakimir> yolo 2018-11-19T21:32:00 < jpa-> it doesn't matter what you connect first, as long as you connect ground pin first on any connections you make 2018-11-19T21:37:56 < kakimir> yes 2018-11-19T21:38:17 < kakimir> usb connectors are like that 2018-11-19T21:38:23 < kakimir> target fired 2018-11-19T21:39:17 < kakimir> recommd mousepad 2018-11-19T21:39:30 < kakimir> not anime tities 2018-11-19T21:39:42 < Steffanx> You meant: target fried? 2018-11-19T21:40:34 < kakimir> no 2018-11-19T21:40:37 < kakimir> target on fire 2018-11-19T21:40:50 < kakimir> target destroyed1! 2018-11-19T21:41:05 < kakimir> mission complete 2018-11-19T21:42:27 < Steffanx> Is this red alert? 2018-11-19T21:42:36 < Steffanx> C&C? 2018-11-19T21:46:55 < kakimir> interesting 2018-11-19T21:47:03 < kakimir> laundry machine destreyed my shirt 2018-11-19T21:47:28 < kakimir> apparently the shirt was made of these furballs 2018-11-19T21:48:36 < jpa-> why did you wash it= 2018-11-19T21:48:51 < kakimir> I thought it was time 2018-11-19T21:49:00 < kakimir> had worn it for a month 2018-11-19T21:49:06 < kakimir> without washing 2018-11-19T21:49:22 < kakimir> tommorrow I will use my hobo clothes 2018-11-19T21:49:38 < kakimir> or shirtless 2018-11-19T21:54:11 < kakimir> how does realterm spymode work? 2018-11-19T21:57:24 < kakimir> I need uart spy 2018-11-19T21:58:17 < Steffanx> can i send you a new T-shirt kakimir ? 2018-11-19T21:58:18 < Steffanx> https://imgur.com/a/XvLBtpd 2018-11-19T21:58:38 < kakimir> please 2018-11-19T21:58:55 < kakimir> do you get yourself matching shirt? 2018-11-19T21:59:47 < Steffanx> :) 2018-11-19T22:00:21 < zyp> Steffanx, haha 2018-11-19T22:00:38 < Steffanx> What size kakimir ? 3XL? 2018-11-19T22:01:36 < kakimir> L 2018-11-19T22:01:53 < kakimir> realterm is one big access violation 2018-11-19T22:07:11 < zyp> Steffanx, sorry about the lack of pictures recently, hope these make up for it: https://bin.jvnv.net/file/ACknS.jpg https://bin.jvnv.net/file/7J3zE.jpg 2018-11-19T22:10:34 < Steffanx> :) 2018-11-19T22:10:45 < Steffanx> is that circle in the door for the cat hole? 2018-11-19T22:10:48 < Steffanx> *on 2018-11-19T22:11:05 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-19T22:11:09 < zyp> no, it's where they put the fan when they were doing pressure testing 2018-11-19T22:12:40 < zyp> pressure testing is mandatory for all houses being built now 2018-11-19T22:13:08 < qyx> interesting 2018-11-19T22:13:48 < qyx> why are the outlets rotated? 2018-11-19T22:17:06 < zyp> rotated? it's common for low outlets to be horizontal 2018-11-19T22:18:29 < qyx> is there any particular reason? 2018-11-19T22:19:27 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2018-11-19T22:19:48 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-19T22:20:12 < zyp> it looks better, I guess 2018-11-19T22:20:13 -!- bvernoux is now known as Guest15231 2018-11-19T22:20:39 < qyx> ok, I am not into aesthetics 2018-11-19T22:21:09 < qyx> it would hurt my ocpd though 2018-11-19T22:22:16 -!- Guest15231 [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Client Quit] 2018-11-19T22:22:37 -!- bvernoux1 [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-19T22:23:08 < Steffanx> You'll be ok qyx 2018-11-19T22:23:21 < PaulFertser> zyp: there're some heavy ac/dc adapters that should better be hanging down. I guess that's not important nowadays. 2018-11-19T22:24:05 < Steffanx> Would you put such adapter there? 2018-11-19T22:24:50 < PaulFertser> I mean different "wallchargers" from the 50Hz transformers era. 2018-11-19T22:24:59 < zyp> for angled plugs, it's better to have the cables come out on one side each than to have one go down and one go up 2018-11-19T22:25:03 < Steffanx> Yes i understand 2018-11-19T22:25:39 < qyx> ah makes sense 2018-11-19T22:25:53 < qyx> we have schuko D outlets 2018-11-19T22:26:01 < qyx> so it is not possible to plug them upside down 2018-11-19T22:26:10 < qyx> *schuko F I mean 2018-11-19T22:26:12 < zyp> the french shit? 2018-11-19T22:26:17 < qyx> yeah 2018-11-19T22:26:52 < qyx> so usually we have the top outlet rotated a bit 2018-11-19T22:27:24 < qyx> http://www.tesla.sk/eshop/imgcache/c-item-727--dvojzasuvka-s-pootocenou-dutinou---4fn-150-88-.jpg 2018-11-19T22:27:42 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-19T22:28:15 < Steffanx> is that schuko F? 2018-11-19T22:28:57 < Steffanx> => E 2018-11-19T22:29:04 < qyx> wait 2018-11-19T22:29:13 < zyp> where were you again? 2018-11-19T22:29:46 < zyp> huh, those things with one outlet rotated looks super ugly 2018-11-19T22:29:58 < zyp> should have rotated both to be consistent at least 2018-11-19T22:30:03 < qyx> https://www.cablematic.ie/media/hqterms/schuko.png 2018-11-19T22:30:12 < qyx> yeah, I was right on the first try 2018-11-19T22:30:33 < qyx> somehow I matched F=france, D=deutsch 2018-11-19T22:30:45 < Steffanx> Your pic shows E, not D. 2018-11-19T22:30:49 < Steffanx> Your first pic 2018-11-19T22:31:07 < qyx> yes, you are right 2018-11-19T22:31:09 < zyp> qyx, so where are you? 2018-11-19T22:31:13 < Steffanx> cz 2018-11-19T22:31:15 < qyx> zyp: .sk 2018-11-19T22:31:17 < Steffanx> oh sk 2018-11-19T22:31:17 < zyp> ah 2018-11-19T22:31:18 < Steffanx> lol 2018-11-19T22:31:19 < qyx> Steffanx: close! 2018-11-19T22:31:23 < Steffanx> why i thought it was cz 2018-11-19T22:31:33 < zyp> I've encountered those outlets in france and .be 2018-11-19T22:31:54 < Steffanx> Who is cz 2018-11-19T22:32:03 < zyp> not a big deal since all modern plugs are made to fit both E and F 2018-11-19T22:32:20 < kakimir> no way.. melon pan has removed his pink panther video 2018-11-19T22:32:56 < Steffanx> ty 2018-11-19T22:34:31 < qyx> also, I am thinking if there is any sense in making DC outlets for stuff 2018-11-19T22:34:39 < qyx> probably not 2018-11-19T22:35:26 < zyp> DC outlets exists 2018-11-19T22:36:05 < zyp> https://www.2soler.no/users/2soler_mystore_no/images/05770_Stikkontakt_dobbel_12-48Volt_1.png <- shit like this 2018-11-19T22:36:44 < qyx> hm never seen those 2018-11-19T22:36:50 < zyp> they're used for shit like offgrid cabins 2018-11-19T22:47:08 -!- sterna [~Adium@c-5be0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-19T22:57:58 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 245 seconds] 2018-11-19T22:58:19 -!- day [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-19T23:26:23 -!- boB_K7IQ [~boBK7IQ@73.109.62.176] has joined ##stm32 2018-11-19T23:46:36 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-19T23:49:36 -!- sterna [~Adium@c-5be0e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-19T23:52:07 < kakimir> hey guise 2018-11-19T23:52:09 < kakimir> remember the time 2018-11-19T23:52:22 < kakimir> when it was cool to use custom mouse cursor in windows 2018-11-19T23:53:48 -!- boB_K7IQ [~boBK7IQ@73.109.62.176] has quit [Ping timeout: 245 seconds] 2018-11-19T23:55:22 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Remote host closed the connection] 2018-11-19T23:56:08 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-19T23:57:44 < englishman> who could forget --- Day changed Tue Nov 20 2018 2018-11-20T00:01:09 < kakimir> I did 2018-11-20T00:01:34 < kakimir> I just realized it when playing with virtualbox guest system 2018-11-20T00:01:43 < englishman> colour themes and shutdown sounds 2018-11-20T00:01:46 < kakimir> seeing cursor changing triggered 2018-11-20T00:03:08 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-20T00:04:45 < kakimir> TRIGGER'd 2018-11-20T00:10:04 < kakimir> hmm virtual machine destroyed 2018-11-20T00:10:07 < kakimir> what next 2018-11-20T00:11:17 < Steffanx> 🛌 2018-11-20T00:13:12 < englishman> 🐧 2018-11-20T00:22:58 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 245 seconds] 2018-11-20T00:25:11 -!- bvernoux1 [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2018-11-20T00:27:23 < bitmask> https://imgur.com/a/uJKhJIg 2018-11-20T00:27:25 < bitmask> came out pretty nice, just waiting on those strain relief things at the bottom 2018-11-20T00:28:16 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 264 seconds] 2018-11-20T00:28:50 < Steffanx> kakimir where is my good finnish alcohol? 2018-11-20T00:29:48 < kakimir> in Alko 2018-11-20T00:30:19 < kakimir> I leave it last after I fail to get reindeer 2018-11-20T00:33:38 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-20T00:34:10 -!- psprint_ [~psprint@91.245.82.2] has joined ##stm32 2018-11-20T00:38:14 < Steffanx> Hm 2018-11-20T00:38:39 < Steffanx> I heard alcohol gives more joy, kakimir 2018-11-20T00:38:51 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-20T00:39:00 -!- fc5dc9d4 [~quassel@p5B3A804D.dip0.t-ipconnect.de] has joined ##stm32 2018-11-20T00:39:11 -!- funnel_ [~funnel@unaffiliated/espiral] has joined ##stm32 2018-11-20T00:39:46 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-20T00:39:47 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has quit [Ping timeout: 268 seconds] 2018-11-20T00:39:47 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 268 seconds] 2018-11-20T00:39:47 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2018-11-20T00:39:48 -!- funnel [~funnel@unaffiliated/espiral] has quit [Ping timeout: 268 seconds] 2018-11-20T00:39:48 -!- fc5dc9d4_ [~quassel@p5B3A804D.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 2018-11-20T00:39:53 -!- funnel_ is now known as funnel 2018-11-20T00:39:55 -!- day__ is now known as day 2018-11-20T00:40:18 < englishman> only to those that sell it 2018-11-20T00:40:23 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-20T00:40:33 < kakimir> I don't drink anymore 2018-11-20T00:40:37 < mawk> alcohol should be banned 2018-11-20T00:42:16 -!- CheBuzz [~CheBuzz@204.77.3.219] has joined ##stm32 2018-11-20T00:42:16 -!- CheBuzz [~CheBuzz@204.77.3.219] has quit [Changing host] 2018-11-20T00:42:16 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has joined ##stm32 2018-11-20T00:43:23 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:205a:8b34:1c5e:8cb9] has joined ##stm32 2018-11-20T00:45:34 < Steffanx> Dont you enjoy brewing englishman 2018-11-20T00:45:39 < Steffanx> Or do you also sell 2018-11-20T00:46:44 < englishman> i will try the pid controller boiler tonight 2018-11-20T00:49:55 < kakimir> i noticed I cannot drink beer 2018-11-20T00:50:43 < kakimir> my stomach doesn't like it 2018-11-20T00:50:53 < kakimir> nowdays I only drink wine 2018-11-20T00:53:50 < kakimir> with beer day after I feel stomach pain and emptiness 2018-11-20T00:53:56 < kakimir> with wine I feel only emptiness 2018-11-20T00:58:18 < Steffanx> You mean after 3 bottles of wine? 2018-11-20T00:59:26 < kakimir> usually just one 2018-11-20T00:59:43 < Steffanx> And snus 2018-11-20T00:59:50 < kakimir> I get hangover from just one beer 2018-11-20T00:59:54 < kakimir> thinkabout that 2018-11-20T01:00:25 < Steffanx> Id visit a doctor 2018-11-20T01:01:16 < kakimir> interesting 2018-11-20T01:01:38 < kakimir> beer -> hangover -> medical problem potentially 2018-11-20T01:01:55 < kakimir> my shit works otherwise just fine 2018-11-20T01:03:02 < Steffanx> No, but a hang over from a single beer... 2018-11-20T01:03:55 < kakimir> it's a bliss 2018-11-20T01:04:00 < kakimir> all I need to know 2018-11-20T01:05:48 < friendofafriend> I'm with Steffanx, you should have your liver checked. 2018-11-20T01:06:04 < Steffanx> Hah 2018-11-20T01:07:07 < kakimir> I don't get such hangover with wine or vodka 2018-11-20T01:07:45 < kakimir> i'd say it's inflaming my system that beer 2018-11-20T01:07:55 < kakimir> and it cannot recover properly 2018-11-20T01:09:40 < friendofafriend> Might check your blood sugar, also. We'd miss you in ##stm32. 2018-11-20T01:10:03 -!- fc5dc9d4 [~quassel@p5B3A804D.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 2018-11-20T01:10:29 < kakimir> who are you mysteryfriend? 2018-11-20T01:10:56 < friendofafriend> Just some rando, same as everyone else. 2018-11-20T01:11:14 < kakimir> so 2018-11-20T01:11:18 < kakimir> how is innovation? 2018-11-20T01:14:04 < friendofafriend> I just like to watch others succeed. Are you? 2018-11-20T01:27:25 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-20T01:29:00 < catphish> totally on-topic question: is there a way to combine a timer with DMA to load a series of on/off times into an array and have the timer switch a pin with those timings in a loop without involving the cpu core? 2018-11-20T01:29:53 < catphish> [ie 1ms on, 10ms off, 2ms on, 5ms off]...repeat without interrupting the cpu, just loading the next period from memory with dma each time 2018-11-20T01:38:19 < bitmask> catphish yes, I did that to control ws2812b strips 2018-11-20T01:39:07 < catphish> bitmask: i've heard of people using it for LED strips, which is why i thought it might be possible, but couldn't see from the docs how 2018-11-20T01:39:54 < bitmask> well you need to at least fill the buffer each time (unless it repeats) but you use dma to set the CCR capture/compare register 2018-11-20T01:40:22 < catphish> Cracki: your method could work, my requirements are not that tight really, i'm looking into doing dcc (50/100uS on and 50/100uS off), but i'm keen to do it with minimal CPU interruption 2018-11-20T01:43:58 < kakimir> could counter runaway be caused by some 8bit 16bit stuff 2018-11-20T01:44:15 < kakimir> condition check goes wrong etc. 2018-11-20T01:45:00 < catphish> thanks, reading now 2018-11-20T01:51:49 < catphish> looks like section 5.3 explains how to do it 2018-11-20T01:53:34 < catphish> looks like it loads new values from dma each time the timer overflows, i guess it can go this fast enough for it to immediately apply to the (already started) cycle 2018-11-20T01:56:38 < catphish> perfect :) 2018-11-20T02:03:26 < kakimir> okays 2018-11-20T02:03:33 < kakimir> confirmed 2018-11-20T02:03:40 < kakimir> telemetryviewer corrupts data 2018-11-20T02:04:15 < kakimir> works is done for today 2018-11-20T02:04:26 < kakimir> tommorow I install dual uart adapters 2018-11-20T02:14:03 < aandrew> so none of yo have done any ptp shit before on stm32 2018-11-20T02:19:35 < kakimir> my brain hurts 2018-11-20T02:20:17 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:205a:8b34:1c5e:8cb9] has quit [Quit: Konversation terminated!] 2018-11-20T02:29:38 < aandrew> I will be 2018-11-20T02:29:43 < aandrew> aiming for sub-us jitter 2018-11-20T02:30:25 < kakimir> where is laurencer 2018-11-20T02:37:31 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2018-11-20T02:37:49 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-20T02:58:25 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-20T02:59:19 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 246 seconds] 2018-11-20T02:59:42 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-20T03:27:44 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 272 seconds] 2018-11-20T03:57:15 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-20T04:04:14 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-20T04:06:23 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2018-11-20T04:23:26 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Read error: Connection reset by peer] 2018-11-20T04:24:59 -!- phryk [~phryk@ip-176-198-151-127.hsi05.unitymediagroup.de] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2018-11-20T04:40:22 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-20T05:06:48 < englishman> so a nema 14-30 plug fits into a 14-50 receptacle if you break off the offending neutral pin 2018-11-20T05:06:57 < englishman> good to know 2018-11-20T05:07:37 < englishman> wow this SSR is toasty 2018-11-20T05:50:51 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-20T06:19:59 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-20T07:16:39 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has quit [Ping timeout: 244 seconds] 2018-11-20T07:17:34 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-20T07:18:23 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2018-11-20T07:18:33 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-20T07:41:20 -!- Rickta59 [~kimballr@107.12.203.133] has joined ##stm32 2018-11-20T07:45:12 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-20T07:48:40 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 272 seconds] 2018-11-20T07:48:41 -!- day__ is now known as day 2018-11-20T07:57:19 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-20T07:58:13 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-20T08:31:07 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2018-11-20T08:36:40 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 264 seconds] 2018-11-20T08:37:38 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-20T08:39:07 -!- Sadale [~Sadale@unaffiliated/sadale] has quit [Ping timeout: 240 seconds] 2018-11-20T08:45:05 -!- Sadale [~Sadale@unaffiliated/sadale] has joined ##stm32 2018-11-20T08:59:40 -!- sterna [~Adium@c-e1b8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-20T09:11:00 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2018-11-20T09:28:27 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 240 seconds] 2018-11-20T09:37:21 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-20T09:40:12 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-20T09:41:50 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2018-11-20T09:45:57 -!- ekaOlogik [~quassel@193.174.69.135] has joined ##stm32 2018-11-20T09:56:24 -!- sterna [~Adium@c-e1b8d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-20T09:59:07 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-20T10:04:08 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-20T10:10:45 < Ecco> Hi :) 2018-11-20T10:11:08 < Ecco> Out of curiosity, why are most (all?) serial Flash chips using NOR bits? 2018-11-20T10:11:19 < Ecco> Are there any serial NAND flash? If not, why? 2018-11-20T10:12:40 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-20T10:16:03 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-20T10:26:26 < zyp> NAND flash is harder to work with, you only get indirect access, so they are usually read/written in full blocks 2018-11-20T10:26:40 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-20T10:27:53 < zyp> SD cards are NAND flash, and they can do SPI, so SPI NAND certainly exists 2018-11-20T10:28:10 < Ecco> oh, ok, makes perfect sense. Thanks! 2018-11-20T10:28:13 < zyp> but they also have a controller in between that does wear levelling and shit 2018-11-20T10:44:35 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has joined ##stm32 2018-11-20T10:58:41 -!- ekaOlogik [~quassel@193.174.69.135] has quit [Ping timeout: 268 seconds] 2018-11-20T11:07:13 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-20T11:15:24 < con3> zyp: https://www.reddit.com/r/FPGA/comments/9ykej4/anybody_following_the_zipcpu_tutorials/ 2018-11-20T11:16:06 < con3> wrong place.. 2018-11-20T11:20:12 < kakimir> https://drive.google.com/file/d/1XLsMUz4uOml31nZFkltLE7q9WB0Qth-X/view?usp=sharing telemetryviewer does weird stuff 2018-11-20T11:20:45 < kakimir> it's almost like demo device but looks like data from my device 2018-11-20T11:21:07 < kakimir> I thought it might be buffered data as I didn't see correct changes in stuff 2018-11-20T11:21:43 < kakimir> added initialization sequence variable and it responds real time 2018-11-20T11:21:48 < kakimir> at left 2018-11-20T11:33:00 < kakimir> this has some shit averaging running 2018-11-20T11:33:30 < kakimir> I leave it in application in constant state for a while and values start to drift towards right values 2018-11-20T11:40:30 < kakimir> but values that should go down go up 2018-11-20T11:40:49 < kakimir> it has fuckken pid controller in it :) 2018-11-20T12:08:39 -!- mamed [5569c5ea@gateway/web/freenode/ip.85.105.197.234] has joined ##stm32 2018-11-20T12:09:51 < mamed> hello guys. i wonder has anyone used prolific usb serial converter to programmew mapple mini(stm32)? in all the examples i have seen, ftdi programmer is used. 2018-11-20T12:34:13 -!- mamed [5569c5ea@gateway/web/freenode/ip.85.105.197.234] has left ##stm32 [] 2018-11-20T12:34:20 -!- mamed [5569c5ea@gateway/web/freenode/ip.85.105.197.234] has joined ##stm32 2018-11-20T12:35:06 < mamed> hello guys. i wrote before but nobody saw i think. my question is has anyone had experience with programming mapple mini(stm32 arm m3) via prolific usb to serial? 2018-11-20T12:35:49 < mamed> all the examples i have seen, ftdi programmer is used and i have problems with my ft232 chip. 2018-11-20T12:38:21 -!- sk_tandt1 [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-20T12:39:13 < karlp> it doesn't really matter what chip is used, 2018-11-20T12:39:20 < karlp> you're just using "any" usb to serial. 2018-11-20T12:39:27 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 240 seconds] 2018-11-20T12:39:27 -!- sk_tandt1 is now known as sk_tandt 2018-11-20T12:39:44 < karlp> for this use case, it's like asking if it matters whether the cable is red or blue 2018-11-20T12:49:34 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] 2018-11-20T12:55:01 < mamed> karlp: my usb to serial has four pins as you can guess these pins are gnd vcc txc and rx . since mapple mini required these four pins i thought there should be no problem but i just wanted to ask. thank you so much for answering. 2018-11-20T12:55:59 < karlp> you're welcome 2018-11-20T13:01:25 < mamed> :) 2018-11-20T13:30:02 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Read error: Connection reset by peer] 2018-11-20T13:31:12 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-20T13:36:31 < marble_visions> mamed: no experience with mapple mini, but there should not be an issue with the prolific usb to serial. you have to be cautious with higher (2mbps) speeds as i've seen this to cause problems sometimes 2018-11-20T13:37:02 < marble_visions> exactly what problem are you experiencing? 2018-11-20T14:34:02 < karlp> I'd imagine that mamed was just using the tools provided, so had need/desire to get into things like that. 2018-11-20T14:36:25 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-20T14:38:16 < mamed> thanks marble_visions 2018-11-20T14:39:23 < mamed> Cracki: it has boot jumper pins. so to programme it just change the jumpers. i was concerned about the usb to serials different from ftdi one. 2018-11-20T14:40:08 < mamed> my pc does not see my ftdi one(which is ft232rl) so i thought prolific one should do this fine. 2018-11-20T14:44:36 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 244 seconds] 2018-11-20T14:52:25 < marble_visions> mamed: if you're really after getting the ftdi one to work, check out their website for drivers. iirc that's how i got mine working under windows 2018-11-20T14:53:24 < mamed> marble_visions: when i plug my ftdi programmer my device manager did not recognize it( i mean i dont even see it in unknown devices or somewhere) 2018-11-20T15:01:14 < mamed> no 2018-11-20T15:01:20 < mamed> that is the problem 2018-11-20T15:01:37 < mamed> maybe my ftdi programmer chip has a problem. 2018-11-20T15:26:05 < mamed> there is no usb programmer on it afaik 2018-11-20T15:29:01 < mamed> hmm i need microusb cable then. it is microusb connector i think 2018-11-20T15:29:29 < PaulFertser> stm32f042 based CMSIS-DAP debug adapter with integrated power tracing facilities: https://github.com/unwireddevices/umdk-boards/blob/master/umdk-rf-107.pdf 2018-11-20T15:30:52 < PaulFertser> Current measurement in ~16uA units. 2018-11-20T15:34:50 * karlp cheers for this new world where powertrace and things becomes more standard 2018-11-20T15:38:08 < con3> PaulFertser: What exactly is that? 2018-11-20T15:39:29 < PaulFertser> con3: debug adapter developed as part of https://github.com/unwireddevices/umdk-boards 2018-11-20T15:40:07 < con3> thank you, will look into this a bit more :) 2018-11-20T15:42:08 < PaulFertser> It's also news to me that finally sane CMSIS-DAP firmware was written for stm32, including stm32f103: https://github.com/devanlai/dap42 2018-11-20T15:51:02 < PaulFertser> I should try it on a blue pill. 2018-11-20T16:04:48 < aandrew> morning all 2018-11-20T16:26:25 < englishman> looks like i will be out of pocket $9k usd because of samtec 2018-11-20T16:27:09 -!- fc5dc9d4 [~quassel@p5B3A8A54.dip0.t-ipconnect.de] has joined ##stm32 2018-11-20T16:27:28 < aandrew> englishman: what did samtec do to you? 2018-11-20T16:27:39 < aandrew> you've mentioned your burning hatred for them a few times but I don't know the story 2018-11-20T16:27:56 < englishman> yep 2018-11-20T16:28:11 < englishman> 4 weeks in chinese customs when it should never have been in customs in the first place 2018-11-20T16:28:14 < englishman> because i was lied to 2018-11-20T16:28:20 < englishman> and they refused to fix their own problem 2018-11-20T16:28:32 < englishman> and now i am out $9k 2018-11-20T16:28:35 < englishman> that i will never see again 2018-11-20T16:28:37 < aandrew> that blows 2018-11-20T16:28:41 < englishman> so fuck samtec 2018-11-20T16:28:43 < mawk> some company wrote all their code in C because they didn't want the "heavy C++", and now they've developed an object layer for C and it became so unreadable that they want to make a parser that displays nice graphics of all the object stuff 2018-11-20T16:28:45 < mawk> so I'm codingit 2018-11-20T16:28:49 < englishman> there are 30 dumb ass niggers on this email thread 2018-11-20T16:28:54 < englishman> all refusing to do shit 2018-11-20T16:29:46 < aandrew> mawk: sounds like the gnome project 2018-11-20T16:30:15 < mawk> yeah 2018-11-20T16:30:41 < mawk> their stuff is structs inside structs inside structs with .in = module1, .out = module2 all the way down 2018-11-20T16:30:48 < mawk> I'm parsing that with the clang frontend 2018-11-20T16:38:25 < mamed> qt is best. lol 2018-11-20T16:40:38 < mawk> Qt object stuff was fine iirc 2018-11-20T16:40:42 < mawk> apart from the ugly macros 2018-11-20T16:40:49 < mawk> but that's just C++ fault I guess 2018-11-20T16:50:16 < mamed> yep. unfortunately 2018-11-20T16:50:33 < mamed> but i like the qt's documentation. 2018-11-20T16:50:39 < mawk> yeah 2018-11-20T16:50:53 < mamed> everything is well organized unlike windowsoft 2018-11-20T16:51:06 < aandrew> oh man, why did I not install this tampermonkey script ages ago 2018-11-20T16:51:06 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-20T16:51:10 < mawk> you don't have to be windows to have near-to-useless documentation 2018-11-20T16:51:15 < aandrew> fucking permanently shuts off youtube's autoplay next 2018-11-20T16:51:15 < mawk> take the Clang stuff I'm using 2018-11-20T16:51:26 < mawk> but there's the blue button to disable it already aandrew 2018-11-20T16:51:29 < mawk> apart for playlists 2018-11-20T16:51:44 < aandrew> mawk: yes, you click that and next time it's fucking on again 2018-11-20T16:51:47 < aandrew> very common problem 2018-11-20T16:51:59 < mawk> ah 2018-11-20T16:52:02 < PaulFertser> aandrew: remember gnome was created before C++ was anywhere near mature, so there was a point back then. 2018-11-20T16:52:18 < aandrew> PaulFertser: fair point 2018-11-20T16:53:02 < mamed> PaulFertser: gnome was ok until they switched to bizzare design.(gnome3x i think) 2018-11-20T16:53:56 < PaulFertser> mamed: I have no idea, been using lightweight WMs through all the years (on XMonad currently). 2018-11-20T16:54:29 < jpa-> gnome apps atleast have gotten worse 2018-11-20T16:54:59 < jpa-> fortunately mate-desktop has forks of many of the old good ones 2018-11-20T16:57:44 < PaulFertser> abiword seems sane though 2018-11-20T16:58:15 < aandrew> I liked kde until 4.x where they broke *everything* and then spent the next decade fixing shit 2018-11-20T16:58:25 < aandrew> I just use xfce now 2018-11-20T16:58:28 < PaulFertser> That said, I guess it's not part of gnome, so unrelated. But it's using Gtk+ 2018-11-20T16:58:29 < jpa-> yeah, that's when i switched back to icewm 2018-11-20T16:59:11 < aandrew> actually my usual linux gui environment now is just xfce over xrdp and accessing it with jump desktop on my hackintosh :-) 2018-11-20T16:59:30 < aandrew> xrdp took a bit to get working but I'm really happy with it now. rdp is way better than vnc 2018-11-20T16:59:58 < mamed> xfce is ok . but i would like to use a qt based lightweight one. 2018-11-20T17:00:05 < mamed> with macos menubar of course. 2018-11-20T17:01:29 < mawk> did you try x2go aandrew ? 2018-11-20T17:01:38 < mawk> apparently it's a (proprietary) alternative to both which is supposedly faster 2018-11-20T17:01:49 < mawk> but rdp is already quite nice indeed 2018-11-20T17:02:11 < aandrew> PaulFertser: wow what a shitty schematic 2018-11-20T17:02:22 < aandrew> (that umdk-rf-107) 2018-11-20T17:02:41 < aandrew> mawk: I *loved* nomachine nx until they completely crapped it up 2018-11-20T17:02:45 < PaulFertser> aandrew: looks shitty or conceptually shitty? 2018-11-20T17:02:57 < aandrew> PaulFertser: it's just a really ugly schematic. hard to follow 2018-11-20T17:03:06 < sync> yeah aandrew, I used kde3 for quite some time but then everything™ went to shit and I moved on 2018-11-20T17:03:40 < mamed> ubuntu's unity was cool before they moved to gnome3(shell) 2018-11-20T17:03:40 < aandrew> mawk: I've looked at x2go, nx, opennx, a few others too I think (been a while, I was on a crusade when nx went to shit) 2018-11-20T17:03:56 < aandrew> so now it's just xrdp and ssh tunnelling, which is plenty fast for what I do 2018-11-20T17:04:19 < BrainDamage> rdp is quite adequate 2018-11-20T17:05:16 < aandrew> wtf are they doing with the ina213? 2018-11-20T17:05:23 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-20T17:05:38 * karlp has been using a vpn froma windows virtual machine, that involves an activex rdp client. 2018-11-20T17:05:43 < aandrew> I know what the part is, but what's with the 1k in series with the output and d6 2018-11-20T17:05:52 < aandrew> oh wait d6 is some kind of transient suppression I guess 2018-11-20T17:05:53 < karlp> it... works, but the lack of copy/paste is a little tedious 2018-11-20T17:05:55 < aandrew> fuck who did this schematic 2018-11-20T17:05:57 < aandrew> it's hideous 2018-11-20T17:09:18 < karlp> heh, the umdk-rs485 board has the symbol fo the isolator with the twoo vdds on one side, and the two grounds on the other side. 2018-11-20T17:09:20 < karlp> very clear... 2018-11-20T17:11:48 < mamed> gotta go. take care all 2018-11-20T17:11:54 < mamed> and thanks for everything 2018-11-20T17:11:58 -!- mamed [5569c5ea@gateway/web/freenode/ip.85.105.197.234] has quit [Quit: Page closed] 2018-11-20T17:13:07 < karlp> I'm with aandrew, that schematic is horrific 2018-11-20T17:13:14 < karlp> what sw package is this .dch files? 2018-11-20T17:14:09 < aandrew> diptrace 2018-11-20T17:14:18 < aandrew> I don't think I've seen a nice schematic ever in diptrace 2018-11-20T17:18:42 < PaulFertser> The author wrote that this schematic is "kind of chaotic". Heh. 2018-11-20T17:19:00 < aandrew> kind of, lol 2018-11-20T17:19:01 < englishman> diptrace! 2018-11-20T17:19:36 < aandrew> I mean, kudos to him because he's actually gone and done the work, and kudos again for publishing it. it's a shame it's not more digestible 2018-11-20T17:36:45 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-20T17:58:09 -!- emeb [~ericb@ip68-2-69-216.ph.ph.cox.net] has joined ##stm32 2018-11-20T17:59:46 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-20T18:01:27 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 244 seconds] 2018-11-20T18:15:44 < marble_visions> has anyone thought of having if(SOME_MACRO) { .. } in order to describe the condition better? 2018-11-20T18:16:31 < marble_visions> instead of if(0 == some_var) { .. } 2018-11-20T18:18:01 < mawk> yeah 2018-11-20T18:18:05 < mawk> but I prefer static inline to macros 2018-11-20T18:18:13 < mawk> it amounts to the same and is prettier 2018-11-20T18:18:19 < mawk> or namespace { inline } in C++ 2018-11-20T18:18:49 < marble_visions> mawk: do you inline the whole if-else, or just the condition? 2018-11-20T18:18:55 < mawk> the condition 2018-11-20T18:19:06 < karlp> encapsulate an entire function that returns bool, and just let the compiler sort it out if it's complicated 2018-11-20T18:19:11 < mawk> if (my_inline_condition(some_var)) { /*...*/ } 2018-11-20T18:19:24 < karlp> if (mytest(stuff_if_needed) { 2018-11-20T18:19:31 < marble_visions> right. sounds better 2018-11-20T18:19:40 < karlp> I don't get worked up on inline or not, just let the compiler handle it. 2018-11-20T18:19:56 < mawk> static inline also means you can put the condition in a .h and include it as many times as you want 2018-11-20T18:19:59 < karlp> you can then have nice doxygen/javadoc on the function too, so ctrl-space over the if will show you what' 2018-11-20T18:20:00 < karlp> it' 2018-11-20T18:20:02 < karlp> s doing. 2018-11-20T18:20:03 < mawk> and it won't define twice the same name and make a compilation error 2018-11-20T18:20:40 < karlp> yeah, if you need to include your "check" into multiple files, I'd say you have different problems, but sure, some people (zyp) like doing everything in the header. 2018-11-20T18:21:38 < marble_visions> mawk: karlp: thanks for the info! :) 2018-11-20T18:22:16 < mawk> and it won't define twice the same name and make a compilation error 2018-11-20T18:22:20 < mawk> uh 2018-11-20T18:23:08 < marble_visions> yep 2018-11-20T18:23:54 < mawk> yeah I just did "alt-tab up arrow enter" to compile, but IRC popped up instead of the terminal 2018-11-20T18:29:51 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Remote host closed the connection] 2018-11-20T18:39:22 < englishman> fucking samtec 2018-11-20T18:39:26 < englishman> samtec did this 2018-11-20T18:43:19 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-20T18:53:27 < karlp> how does one buy lion batteries now? it seems to be just "fuck you" now. 2018-11-20T18:54:58 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-20T18:55:59 < karlp> buying locally is ~$15/cell. 2018-11-20T19:01:07 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2018-11-20T19:11:32 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-20T19:19:30 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-20T19:26:55 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-20T19:30:53 -!- jadew [~razvan@82.76.120.196] has joined ##stm32 2018-11-20T19:39:58 < englishman> karlp: you're complaining about the price of a good banned from air transport, while living on an island nation? 2018-11-20T19:42:46 < englishman> http://www.hlad.is/netverslun/endurhledsluvoerur/pudur/vihtavuori/n-140 2018-11-20T19:42:50 < englishman> that is also about 3x price 2018-11-20T19:43:19 < englishman> and it has to travel about 1/2 as far 2018-11-20T20:00:38 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-20T20:05:19 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-20T20:16:20 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-20T20:16:49 -!- sterna [~Adium@c-14e2e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-20T20:40:48 < antto> https://imgur.com/gallery/AncgYVa 2018-11-20T20:43:29 -!- sterna [~Adium@c-14e2e253.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-20T20:43:38 -!- sterna1 [~Adium@c-14e2e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-20T20:48:42 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-20T20:56:50 < aandrew> word: https://imgur.com/33uuMjf 2018-11-20T20:59:22 < Steffanx> fancy 2018-11-20T21:05:30 < kakimir> hello romantics 2018-11-20T21:11:58 < Steffanx> Wrong channel kakimir 2018-11-20T21:13:41 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-20T21:16:06 < BrainDamage> this channel is just so tsundere that to get the tough love you get stabbed with a rusty knife 2018-11-20T21:16:48 < Steffanx> TIL: tsundere 2018-11-20T21:16:50 < Steffanx> TY BrainDamage 2018-11-20T21:23:13 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-20T21:35:41 < zyp> haha 2018-11-20T21:37:32 < Steffanx> How much love do you want today BrainDamage ? 2018-11-20T21:37:38 < catphish> hellooo! 2018-11-20T21:37:44 < Steffanx> Welcome mr phish 2018-11-20T21:38:37 < BrainDamage> Steffanx: I prefer it without joysticks involved 2018-11-20T21:39:11 < Steffanx> tct disagrees 2018-11-20T21:44:59 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-20T21:48:04 < mawk> antto: who fills up the sink with water anyway 2018-11-20T21:48:08 < mawk> it's disgusting 2018-11-20T21:48:12 < mawk> you use running water 2018-11-20T21:48:17 < mawk> we're in western countries, water is free 2018-11-20T21:48:50 < Steffanx> Wut? What about a dish washer? 2018-11-20T21:48:58 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-20T21:50:32 < mawk> my appartment is too small 2018-11-20T21:51:23 < BrainDamage> but you can split the bills, and it's not too hard to fit another person even in the smallest of the apartments, only the bed matters really 2018-11-20T21:55:17 < Thorn> attn BrainDamage do you know anything about this https://phys.org/news/2018-11-infinite-dimensional-symmetry-possibility-physicsand-particles.html 2018-11-20T21:56:43 < BrainDamage> not in any meaningful way 2018-11-20T21:57:41 < Thorn> I googled E10 supergravity and there are articles from > 10 years ago 2018-11-20T21:58:31 < zyp> even when handwashing dishes, if you get chunks in the water you're doing something wrong 2018-11-20T21:58:52 < zyp> you're supposed to rinse shit before you fill up the sink, then you wash it 2018-11-20T22:00:34 < zyp> also, even when water is free, heating it generally isn't 2018-11-20T22:05:21 < aandrew> man $1k in digikey parts 2018-11-20T22:05:26 < aandrew> not including some of the most expensive parts 2018-11-20T22:05:46 < aandrew> mind you I'm ordering some shit in bulk too just because it's silly to order 10 resistors when you can get 5000 for $15 2018-11-20T22:11:33 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-20T22:20:30 < karlp> englishman: well, I _used_ to be able to buy them online, and they're clearly still available shipped all over the place 2018-11-20T22:20:42 < karlp> reminds me of going to alaska, "can't take fuel on the plane" 2018-11-20T22:20:47 < karlp> "can buy fuel there" 2018-11-20T22:21:05 < karlp> (fuel was loaded on the plane beside us, shared passenger/freight) 2018-11-20T22:21:39 < emeb> w00t - touch sense on F373 working. 2018-11-20T22:22:31 -!- Jybz [~jibz@ip-37-201-6-197.hsi13.unitymediagroup.de] has joined ##stm32 2018-11-20T22:22:49 < emeb> Need to figure out a good way to calibrate the on/off thresholds though. Just doing quick & dirty max sense @ powerup w/ threshold set to max/2. Works OK but could cause problems if someone touches sensor during powerup. 2018-11-20T22:24:21 -!- Rickta59 [~kimballr@107.12.203.133] has quit [Quit: leaving] 2018-11-20T22:25:18 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has joined ##stm32 2018-11-20T22:32:35 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-20T22:48:53 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 276 seconds] 2018-11-20T22:52:10 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 268 seconds] 2018-11-20T22:55:45 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-20T22:56:09 < bitmask> Steffanx 2018-11-20T22:56:21 < bitmask> You are invading my town 2018-11-20T22:58:55 < englishman> karlp: yeah i know, but shit changed real fast with those 18650s 2018-11-20T22:59:10 < englishman> aandrew: did you find somewhere to assemble your shit 2018-11-20T22:59:47 < englishman> lol kakimir level SMAing 2018-11-20T23:03:47 < Steffanx> i dont recall, bitmask 2018-11-20T23:04:03 < bitmask> we have a lidl now 2018-11-20T23:04:26 < Steffanx> You have to blame Cracki for that, not me. 2018-11-20T23:04:33 < bitmask> why 2018-11-20T23:04:37 < Steffanx> He's german, im not. 2018-11-20T23:04:43 < bitmask> oh its german? 2018-11-20T23:04:45 < Steffanx> Yeah 2018-11-20T23:04:55 < bitmask> oops, I thought it was swedish 2018-11-20T23:05:01 < Steffanx> im not even swedish lol 2018-11-20T23:05:08 < bitmask> what are you 2018-11-20T23:05:10 < Steffanx> Dutchland mate. 2018-11-20T23:06:03 < bitmask> Oh I was thinking of netherlands 2018-11-20T23:06:14 < bitmask> I thought sweeden was involved, I'm confused 2018-11-20T23:06:19 < karlp> englishman: there's still sea shipping, I'm not after it tomorrow, 2018-11-20T23:06:23 < englishman> lol so this option firm in florida bet on natural gas going down, instead it went up 20%. they lost all of their clients money and put some clients in a debt position 2018-11-20T23:06:44 < karlp> how can you get clients in debt like that? I don't understand that level of mismanagement. 2018-11-20T23:06:59 < karlp> we had a "money market fund" here that managed to lose 70% of value in 2008. 2018-11-20T23:07:00 < englishman> it really is mismanagement 2018-11-20T23:07:21 < Steffanx> Greedy people got screwed. :P 2018-11-20T23:07:23 < karlp> a fucking money market fund, you should be worst case being 0%, not negative. 2018-11-20T23:07:47 < englishman> not with options 2018-11-20T23:08:11 < karlp> so what, client had an option, they loaned to the firm? 2018-11-20T23:08:15 < englishman> buying naked options can force you to buy high and sell low. 2018-11-20T23:08:24 < englishman> err selling 2018-11-20T23:08:33 < englishman> well it was an option trading firm 2018-11-20T23:08:39 < englishman> so the firm sold options with client money 2018-11-20T23:09:41 < englishman> karlp, after the battery crunch a lot of chinastores just stopped shipping 18650s at all. maybe you can get someone on alibaba to sell you some via sea freight 2018-11-20T23:18:23 -!- Jak_o_Ombroj [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-20T23:18:41 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 268 seconds] 2018-11-20T23:32:26 < karlp> "the battery crunch" ? 2018-11-20T23:35:14 < englishman> when they started to get banned from airlines and customs everywhere and also demand increased sharply 2018-11-20T23:35:21 < englishman> maybe 2 years ago? 2018-11-20T23:35:49 < englishman> when the vapists bought them all up 2018-11-20T23:36:20 < englishman> https://gyazo.com/917c940a159101f0528048b4d7d3f96b 2018-11-20T23:36:23 < englishman> thats how you trade options 2018-11-20T23:36:29 < englishman> yeah, for $15 like karl said :) 2018-11-20T23:38:17 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-20T23:43:53 < englishman> when was the last time you were in iceland 2018-11-20T23:45:27 < englishman> can't argue with that 2018-11-20T23:45:31 < englishman> solved your problem karlp 2018-11-20T23:46:47 < Steffanx> -_- 2018-11-20T23:47:22 < aandrew> englishman: still looking. OES in London wants 4 weeks to do it, car-san in my town seems to be in the death throes, a place in AB wanted 2 weeks to quote, looking at 2 in the US on the west coast now 2018-11-20T23:47:29 < aandrew> englishman: I may end up hand assembling this shit 2018-11-20T23:47:34 < englishman> good luck 2018-11-20T23:47:47 < englishman> why didnt you give it to dong for $5k 2018-11-20T23:48:19 < englishman> or just buy the entire thing from macrofab 2018-11-20T23:48:31 < aandrew> englishman: that may have been a better solution in hindsight 2018-11-20T23:48:38 < aandrew> I was 100% convinced that carsan could do it in the time I wanted 2018-11-20T23:48:51 < aandrew> I'm not 100% sure dongs was serious either, it's hard to tell with him 2018-11-20T23:49:00 < englishman> shit macrofab even has impedance control 2018-11-20T23:49:09 < englishman> you can probably get your custom stackup too if you pay the bux 2018-11-20T23:50:09 < englishman> can you plug all your shit in and get a quote from them 2018-11-20T23:50:14 < englishman> you're only out a few k so far right 2018-11-20T23:50:18 < englishman> and can proto the power stuff 2018-11-20T23:51:16 < aandrew> yes. 10 panels were USD$4k. parts are going to be expensive 2018-11-20T23:52:15 < aandrew> I just ordered a plain quick turn steel stencil (for hte bgas), that was $125+90 shipping 2018-11-20T23:52:33 < aandrew> stentronics would do it for CAD$140 and $cheap shipping but not sure of turn around time 2018-11-20T23:52:56 < englishman> their stencils are huuuuuge 2018-11-20T23:53:01 < englishman> I didn't use them again 2018-11-20T23:53:07 < englishman> tho they are fast and very good 2018-11-20T23:53:12 < aandrew> yes they are 2018-11-20T23:53:18 < aandrew> (HUGE and fast and good qual) 2018-11-20T23:53:33 < aandrew> this is all for hand assembly though 2018-11-20T23:53:53 < aandrew> the more I think about this the more I am seriously considering a small pnp and stencil machine here 2018-11-20T23:57:48 < aandrew> that dongtronics stencil-o-matic still impresses the shit out of me --- Day changed Wed Nov 21 2018 2018-11-21T00:01:28 < englishman> i know someone who might sell theirs soon 2018-11-21T00:01:33 < Steffanx> Lol. 2018-11-21T00:01:51 < karlp> was that you putting puts on amazon englishman? 2018-11-21T00:01:58 < englishman> no :( 2018-11-21T00:02:11 < karlp> when did amazon drop so much? 2018-11-21T00:02:30 < englishman> last 2 weeks 2018-11-21T00:02:36 < englishman> along with the rest of the market 2018-11-21T00:04:35 < karlp> who makes a product with 2.54mm pitch 2x12 headers, but then puts the _other_ headers, not anywhere near 2.54mm pitch integrals 2018-11-21T00:05:11 * aandrew raises his hand -- would that be Arduino, karlp? 2018-11-21T00:05:15 < karlp> https://imgur.com/a/kBCZeuD 2018-11-21T00:05:19 < englishman> samtec? 2018-11-21T00:05:34 < karlp> no, they at least got the vertical spacing oik, just that single stagger, and it's off by 1.27mm iirc on arduino 2018-11-21T00:05:50 < karlp> so, sane, done for explainable reasons, even if completly moronic in hindsight 2018-11-21T00:06:09 < karlp> this just feels like "we dragged the headers around on 1mil grid until things fit ok" 2018-11-21T00:06:13 < aandrew> heh I actaully have a friendly arm board coming in, it's the same SoC as in my hantek mso5074fg 2018-11-21T00:06:24 < englishman> it might force connector orientation. or something 2018-11-21T00:06:26 < aandrew> want to dick around a bit with developing alternative fw for that without risking my scope 2018-11-21T00:06:31 < karlp> heh, 2018-11-21T00:07:06 < karlp> yeah, I've got a duo2 module on the way for one proto, (that's evenly spaced) but this is the "core" module, which might be better. 2018-11-21T00:07:34 < englishman> https://divan.github.io/posts/animatedqr/ 2018-11-21T00:07:46 < englishman> 9kB/s animated QR 2018-11-21T00:08:25 < aandrew> wow advanced PCB is all over this 2018-11-21T00:08:58 < englishman> 4pcb? 2018-11-21T00:09:04 < englishman> or another 2018-11-21T00:09:42 < aandrew> englishman: advanced pcb: http://aapcb.com 2018-11-21T00:10:04 < englishman> cool 2018-11-21T00:14:23 < Steffanx> "and written in Java, Python or JavaScript. That means the code is not cross-platform and virtually non-reusable" 2018-11-21T00:14:31 < Steffanx> So lets do it in Swift -_- 2018-11-21T00:15:00 < kakimir> C 2018-11-21T00:15:03 < kakimir> always C 2018-11-21T00:15:30 < kakimir> this plotted data is insanelly useful 2018-11-21T00:15:57 < kakimir> I see what is wrong and I play around with it and I see exact fixes to problems 2018-11-21T00:17:56 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-21T00:18:34 -!- sterna1 [~Adium@c-14e2e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 272 seconds] 2018-11-21T00:23:24 -!- Jybz [~jibz@ip-37-201-6-197.hsi13.unitymediagroup.de] has quit [Quit: Konversation terminated!] 2018-11-21T00:39:01 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2018-11-21T00:41:41 -!- phryk [~phryk@ip-88-153-140-173.hsi04.unitymediagroup.de] has joined ##stm32 2018-11-21T00:44:04 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2018-11-21T00:52:39 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-21T01:05:07 -!- malinus [~malinus@unaffiliated/malinus] has quit [Ping timeout: 246 seconds] 2018-11-21T01:05:08 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Read error: Connection reset by peer] 2018-11-21T01:05:14 -!- malinus [~malinus@185.53.129.20] has joined ##stm32 2018-11-21T01:05:25 -!- Steffanx [~steffanx@unaffiliated/steffanx] has joined ##stm32 2018-11-21T01:05:37 -!- malinus is now known as Guest89976 2018-11-21T01:14:07 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 240 seconds] 2018-11-21T01:16:21 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2018-11-21T01:22:30 < karlp> can you get "sideways" rj jacks? https://imgur.com/a/8vNtI6W 2018-11-21T01:23:23 < zyp> please clarify 2018-11-21T01:23:36 < zyp> oh, wait, I get it 2018-11-21T01:24:03 < zyp> haven't seen any, but weirder stuff exists 2018-11-21T01:24:12 < karlp> yeah, it's just a "no" really I think. 2018-11-21T01:24:25 < karlp> I know it would all fit in that case, but not with modules and 3rd party pieces probably :) 2018-11-21T01:24:30 < karlp> nyway, bed 2018-11-21T01:24:47 < zyp> does it really matter though? anybody can rotate a RJ45 plug 90 degrees to make it plug in 2018-11-21T01:31:15 < zyp> google didn't turn up any, so if that connector orientation is a problem you'd probably have to go with a different pcb orientation 2018-11-21T01:32:45 < zyp> if you don't want a flat pcb in the bottom, of the enclosure, maybe you could use a vertical one across, with a top entry rj45 jack, if it'll reach 2018-11-21T01:33:15 < zyp> but a separate small connector pcb would probably be better 2018-11-21T01:33:33 < zyp> or do rigidflex :) 2018-11-21T01:45:41 < aandrew> not sure I understand 2018-11-21T01:45:52 < aandrew> how is a "sideways" jack different from taking a standard jack and rotating it 90 degrees? 2018-11-21T01:53:16 -!- emeb [~ericb@ip68-2-69-216.ph.ph.cox.net] has left ##stm32 [] 2018-11-21T02:05:36 < zyp> picture the rj45 connector as a cube, the cube has six faces, one of them is where the rj45 plug enters, one of the other five will be soldered to the board 2018-11-21T02:06:18 < zyp> if the front has the socket, normal right angle connectors have the board on either the top or the bottom face, depending on whether it's a tab-up or tab-down variant 2018-11-21T02:06:28 < zyp> and then you have vertical sockets, they have the board on the back faces 2018-11-21T02:06:51 < zyp> but karlp wanted one that mounts to the board on one of the left or right faces 2018-11-21T02:07:11 < zyp> or if you put the board flat, you can describe it as a tab-left or tab-right connector 2018-11-21T02:08:17 < zyp> if you look at the picture karlp posted, that's a board that goes vertically in a din rail enclosure, so with the pictured jack, the tab will be on the left side when the enclosure is in the normal orientation 2018-11-21T02:08:44 < zyp> and I guess karlp want it with the tab up, so it's easier to extract for the user 2018-11-21T02:09:29 < zyp> or maybe even to fit, since jacks are wider than they are tall 2018-11-21T02:10:54 < zyp> if you want an analogy, compare https://media.digikey.com/Photos/Wurth%20Electronics%20Photos/A-USB-A-E-R.jpg and https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSa45KnBmc23J9Kp0J09v6BqpWhmo1F74HoP4NSzK9w7kK6aR6q 2018-11-21T02:11:04 < zyp> they are both right angle connectors :) 2018-11-21T02:15:51 < kakimir> is it normal for chip internal temperaturemeter to read +30 in +21 ambient? 2018-11-21T02:16:13 < kakimir> AVR micro running with default clocks and factory calibration 2018-11-21T02:16:27 < zyp> look at the thermal specs and figure it out for yourself 2018-11-21T02:17:15 < zyp> if Vdd * Idd * RthJA is 9 degrees, it's normal. 2018-11-21T02:20:38 < kakimir> got to love things like manufacturer storing factory calibration values in chip 2018-11-21T02:21:17 < zyp> what avr is this? 2018-11-21T02:21:49 < kakimir> 816 2018-11-21T02:22:16 < zyp> attiny816? 2018-11-21T02:23:06 < zyp> soic or qfn? 2018-11-21T02:24:46 < kakimir> soic in this case 2018-11-21T02:25:04 < kakimir> I don't get even a one full kelvin of temperature rise 2018-11-21T02:26:15 < zyp> RthJA for that package is 44 according to the datasheet, so a nine degree difference from ambient suggests that it's dissipating around 200mW, that sounds too high 2018-11-21T02:27:03 < kakimir> calibration is just off of there is no calibration 2018-11-21T02:27:27 < zyp> RthJC is 21, so the top of the chip should measure 25 degrees or so in those conditions 2018-11-21T02:27:54 < zyp> so yeah, sounds more like your calibration is fucked up 2018-11-21T02:29:19 < kakimir> ok 2018-11-21T02:29:26 < zyp> the qfn apparently have almost twice the thermal resistance as the soic, wonder why 2018-11-21T02:29:26 < kakimir> well 2018-11-21T02:29:40 < kakimir> zyp: to ambient or what? 2018-11-21T02:29:42 < zyp> it has an exposed pad so you'd think it would have less resistance 2018-11-21T02:29:47 < zyp> yeah 2018-11-21T02:30:06 < kakimir> thing is.. that soic is huge 2018-11-21T02:30:19 < kakimir> like biggest chip I have used for a while 2018-11-21T02:30:24 < zyp> it depends on pcb layout, of course, so maybe the number is without it being connected to a plane 2018-11-21T02:31:17 < zyp> normally qfns have a lot less resistance to ambient because they are soldered directly to a big plane that acts like a heatsink 2018-11-21T02:32:44 < kakimir> if temperature sensor is like +-8Celsius off 2018-11-21T02:33:09 < kakimir> it's pretty good when it comes with no additional price 2018-11-21T02:34:27 < kakimir> if you need some accurate measurements you don't use internal sensor anyway 2018-11-21T02:37:27 < kakimir> I'm using it to not allow lipo charger to charge in gross undertemperature 2018-11-21T02:37:38 < kakimir> also limit if it's just cold 2018-11-21T02:37:48 < kakimir> also overtemperature for the charger 2018-11-21T03:07:41 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2018-11-21T03:11:44 < aandrew> oof. $1k digikey order out 2018-11-21T03:11:49 < aandrew> hopefully it shows up tomorrow 2018-11-21T03:12:26 < aandrew> of course I hit order and it's like "oh, three of the 80 items are backordered, what do you want to do?" 2018-11-21T03:12:58 < aandrew> 2.2uF 16V 0603 X5R capacitors are out, I had to split up the order into a qty10 and qty7 when I really wanted qty100 2018-11-21T03:13:05 < aandrew> but 17 will cover my immediate needs 2018-11-21T03:13:44 < kakimir> 1k order in late 2018 = 100pcs mlccs 2018-11-21T03:13:49 < aandrew> lol 2018-11-21T03:13:50 < dongs> lol 2018-11-21T03:13:52 < aandrew> actually it's not too bad 2018-11-21T03:14:11 < aandrew> the number of LDOs and shit in the order was a little surprising though 2018-11-21T03:17:08 < kakimir> https://drive.google.com/file/d/1Ekc3XIW2ucRjoui2e23wDOZa9Vnwy-sv/view?usp=sharing some measurements 2018-11-21T03:17:37 < kakimir> putty logging + this plotting software seems to be the shit 2018-11-21T03:18:27 < kakimir> I need to interpolate those threshold levels green and brown 2018-11-21T03:19:57 < kakimir> and get threshold in function of VBATT Idle Avg, not VBATT Chrg Avg 2018-11-21T03:21:20 < kakimir> unsuspended charging battery voltage is garbage 2018-11-21T03:27:29 < kakimir> https://drive.google.com/file/d/1rySeq1S_qGga70d0mV5vaCY4d3VQzakP/view?usp=sharing charging modes might be visible 2018-11-21T04:04:55 < dongs> sup trolls 2018-11-21T04:04:59 < dongs> < aandrew> I'm not 100% sure dongs was serious either, it's hard to tell with him 2018-11-21T04:05:05 < dongs> what was the context here , aandrew 2018-11-21T04:05:10 < dongs> were you trying to troll me 2018-11-21T04:06:40 < englishman> you offered to assemble his retarded bga shit for $5k 2018-11-21T04:06:46 < dongs> ah 2018-11-21T04:07:00 < englishman> i told him to jump on it 2018-11-21T04:07:03 < englishman> he's still looking 2018-11-21T04:07:05 < dongs> yeah, minimum that, considering he only needs like 2 boards 2018-11-21T04:33:08 -!- alexfan [uid325562@gateway/web/irccloud.com/x-sakcckpericocgdt] has joined ##stm32 2018-11-21T04:37:11 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 2018-11-21T04:46:22 < aandrew> just spent $1k on digikey parts (no STM, FPGA, RAM, PHY, digitizers or clock gens) so I can hand assemble the power supplies and test them before okaying a build with the expensive parts 2018-11-21T04:47:09 < dongs> cool 2018-11-21T04:47:35 < dongs> powerDICKS 2018-11-21T04:47:42 < dongs> wehre has crt been pumping 2018-11-21T04:49:35 < aandrew> it's always hard for me to remember just how fucking small some parts are 2018-11-21T04:51:56 < dongs> hmm 2018-11-21T04:52:05 < dongs> i have a 5x6 QFN thats sawn 2018-11-21T04:52:14 < dongs> but i cant figure out how to make altidumb make a sawn model 2018-11-21T04:52:18 < dongs> it just makes square shit 2018-11-21T04:55:25 < dongs> also pin numbering is idiotic 2018-11-21T04:55:32 < dongs> starts from lower left CCW 2018-11-21T05:02:07 < dongs> let's pump 2018-11-21T05:04:44 < englishman> what do you mean sawn 2018-11-21T05:04:51 < dongs> \ 2018-11-21T05:04:55 < dongs> / \ 2018-11-21T05:04:57 < dongs> instead of | | 2018-11-21T05:05:42 < englishman> oh 2018-11-21T05:05:47 < englishman> isnt that punched 2018-11-21T05:05:51 < dongs> https://www.nxp.com/docs/en/application-note/AN1902.pdf huh yeah thats opposite 2018-11-21T05:05:51 < englishman> adns traight wall is sawn 2018-11-21T05:06:04 < dongs> page 5 2018-11-21T05:06:07 < englishman> anyway just get the model off 3dcoontentcentral 2018-11-21T05:06:09 < dongs> so yeah uh... i want the punched one i guess 2018-11-21T05:07:12 < dongs> https://www.3dcontentcentral.com/download-model.aspx?catalogid=171&id=390369 its 5x6 :( dont think its standard enough to be on cuntcentral 2018-11-21T05:07:17 < dongs> they have this 5x5 or wahtever thing 2018-11-21T05:07:27 < englishman> do you really give a fuck 2018-11-21T05:07:31 < dongs> ya man 2018-11-21T05:07:35 < dongs> autism overload 2018-11-21T05:07:52 < englishman> sounds like a job for a 3d designer on freecancer 2018-11-21T05:08:00 < dongs> ya im gonna ask my pal 2018-11-21T05:10:23 < englishman> crt had a major quality of life improvement 2018-11-21T05:10:32 < englishman> i think he rolled in quitting irc 2018-11-21T05:10:37 < dongs> he moved from australia? 2018-11-21T05:10:38 < englishman> to said life improvement 2018-11-21T05:14:16 < englishman> https://flygirlfpv.blogspot.com/2018/05/sexual-assault-in-fpv-community.html?m=1 2018-11-21T05:50:35 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-21T05:54:15 < friendofafriend> Ah, sneaky move. Got her with the FPV goggles on. 2018-11-21T05:54:33 < friendofafriend> Strange there'd be less outrage if he'd picked her pocket. 2018-11-21T06:38:52 -!- fc5dc9d4_ [~quassel@p5B0814DE.dip0.t-ipconnect.de] has joined ##stm32 2018-11-21T06:43:18 -!- fc5dc9d4 [~quassel@p5B3A8A54.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 2018-11-21T07:14:02 -!- psprint_ [~psprint@91.245.82.2] has quit [Ping timeout: 272 seconds] 2018-11-21T07:17:01 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 260 seconds] 2018-11-21T07:17:13 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-21T07:29:33 -!- psprint_ [~psprint@91.245.82.2] has joined ##stm32 2018-11-21T07:44:44 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-21T07:47:54 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 264 seconds] 2018-11-21T07:47:58 -!- day__ is now known as day 2018-11-21T07:54:46 -!- aeo1ack [~psprint@91.245.82.2] has joined ##stm32 2018-11-21T07:56:04 -!- psprint_ [~psprint@91.245.82.2] has quit [Ping timeout: 268 seconds] 2018-11-21T08:10:15 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-21T08:22:13 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2018-11-21T08:23:13 < dongs> cool, CUI now has 3d models for their stuff linked from digikey 2018-11-21T08:26:16 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-21T08:26:48 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has joined ##stm32 2018-11-21T08:29:10 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2018-11-21T08:39:21 -!- emeb_mac [~ericb@ip68-2-69-216.ph.ph.cox.net] has joined ##stm32 2018-11-21T08:45:54 < emeb_mac> dongs: when you did touch stuff - do you recall what value of sampling cap you used? 2018-11-21T08:46:02 < dongs> 47nf 2018-11-21T08:46:04 < dongs> on STM? 2018-11-21T08:46:09 < emeb_mac> yeah 2018-11-21T08:46:14 < dongs> 47. 2018-11-21T08:46:16 < dongs> workedg reat. 2018-11-21T08:46:24 < emeb_mac> I started with 0.1uf but that was overkill 2018-11-21T08:46:30 < emeb_mac> 100nf was better. 2018-11-21T08:46:38 < dongs> . isnt that same 2018-11-21T08:46:47 < dongs> you mean 10nf? 2018-11-21T08:46:47 < emeb_mac> err yeah 10nf 2018-11-21T08:47:14 < emeb_mac> with 0.1 it was getting maxcount errors 2018-11-21T08:47:22 < emeb_mac> which are a PITA to deal with 2018-11-21T08:47:30 < dongs> are you using hal tarsh? 2018-11-21T08:47:35 < emeb_mac> yeah 2018-11-21T08:47:37 < dongs> my maxcount stuff handles it super easy. 2018-11-21T08:48:14 < emeb_mac> aha - did you end up doing custom / non-HAL stuffs? 2018-11-21T08:48:26 < dongs> yeah 2018-11-21T08:48:33 < dongs> ported hal-stuff to stdperiph-like interface 2018-11-21T08:48:51 < emeb_mac> neat. 2018-11-21T08:49:14 < emeb_mac> I'm just using modified HAL example code now. Works OK w/ 10nf cap 2018-11-21T08:49:38 < emeb_mac> super-dumb thresholding though. may need to rethink that. 2018-11-21T08:50:03 < dongs> did you use differetn scan groups or whatever 2018-11-21T08:50:13 < dongs> my last bigger proj with touch had like 11 b uttons 2018-11-21T08:50:24 < dongs> using G1/G2/G3/G6 2018-11-21T08:50:29 < emeb_mac> yeah - I've got 8 sensors in 3 groups 2018-11-21T08:50:31 < dongs> and 4 pins per group 2018-11-21T08:50:34 < dongs> ok cool 2018-11-21T08:50:50 < emeb_mac> 3/3/2 2018-11-21T08:50:56 < dongs> http://bcas.tv/paste/results/FKNKMY17.html 2018-11-21T08:51:25 < dongs> on gotMCE i just return and restart sampling again on next pass 2018-11-21T08:51:31 < emeb_mac> OK so you just clear it out 2018-11-21T08:51:36 < dongs> ya 2018-11-21T08:52:06 < emeb_mac> I just set my maxcnt to be way bigger than the cap would ever generate 2018-11-21T08:52:28 < emeb_mac> but probably ought to be smarter. 2018-11-21T08:52:42 -!- alexfan [uid325562@gateway/web/irccloud.com/x-sakcckpericocgdt] has quit [Quit: Connection closed for inactivity] 2018-11-21T08:53:09 < emeb_mac> for thresholds I look for max val over initial 100 passes after powerup and then just set 1/2 that value 2018-11-21T08:53:25 < emeb_mac> which means that if someone's touching it during poweron then everything will be fscked 2018-11-21T08:54:25 < emeb_mac> but it works OK for now 2018-11-21T09:04:39 < dongs> ive done a rolling threshold thing that will stabilize overtime to decide "idle" 2018-11-21T09:04:52 < dongs> thats not part of tsc lowlevel shit tho, just in my high-er level driver 2018-11-21T09:05:26 -!- sterna [~Adium@c-31b9d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-21T09:05:28 < dongs> IIR with alpha 0.1 2018-11-21T09:06:03 < dongs> ST has a fucking 1mb sized 'touch library' 2018-11-21T09:06:05 < dongs> but its so full of aids 2018-11-21T09:06:40 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 264 seconds] 2018-11-21T09:06:47 < dongs> i don't recalibrate while the button readings are very high (i.e. some key is pressed) 2018-11-21T09:07:01 < dongs> but once i detect something below "too high" it does the rolling thing every 300ms or someshit 2018-11-21T09:07:43 -!- emeb_mac [~ericb@ip68-2-69-216.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-21T09:10:35 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2018-11-21T09:39:25 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-21T09:50:09 -!- sterna [~Adium@c-31b9d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-21T09:53:00 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-21T09:53:36 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-21T10:07:26 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-21T10:17:22 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-21T10:17:54 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-21T10:18:24 < Sadale> Hopefully this would work. 4 push-pull capable I/O pins + 1 open-drain only I/O pin driving 16 LEDs multiplexed with buttons. 2018-11-21T10:21:41 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-21T10:40:28 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 245 seconds] 2018-11-21T10:41:23 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-21T10:54:01 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-21T11:03:25 < qyx> how is it going to work 2018-11-21T11:24:25 < zyp> badly? 2018-11-21T11:34:35 < karlp> zyp: yeah, I was thinking of rigidflex :) was hoping to avoid either the connector cost for board to boad, or the assembly hassle of soldered edge connectors. not sure I follow what you mean by using a vertical entry jack, that seems to be the same problem, unless I want the port facing a different way, and then require the users to have right angle cables to fit nicely. 2018-11-21T11:35:01 < karlp> zyp: and yeah, it wasn't really tab up/sideways, it was just to fit at all. 2018-11-21T11:35:22 < karlp> the "width" of the jack is too wide for the space on the case there, but the height would have been ok if it was rotated 90. 2018-11-21T11:37:14 < zyp> by vertical socket, I mean that you flip the board so that it sits sideways in the enclosure, not vertical 2018-11-21T11:37:28 < zyp> a vertical socket mounted on the board would then point downwards 2018-11-21T11:37:40 < zyp> and you get to keep the front stuff 2018-11-21T11:38:37 < zyp> probably won't fit well anyway 2018-11-21T12:09:45 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-21T12:13:11 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-21T12:22:47 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-21T12:24:54 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-21T12:25:20 < qyx> developer needed for re-writing delphi 7/pascal application to vb.net 2018-11-21T12:25:21 < qyx> uhm 2018-11-21T12:25:54 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Client Quit] 2018-11-21T12:26:43 < Thorn> isn't it actually a step back in terms of technology lol 2018-11-21T12:30:05 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-21T12:33:54 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has quit [Ping timeout: 252 seconds] 2018-11-21T12:41:32 < karlp> vapeshops only sell stupid high discharge cells, and they're crazy $$ too. 2018-11-21T12:44:24 -!- Jak_o_Ombroj [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Read error: No route to host] 2018-11-21T12:45:44 < qyx> for high rate vaping 2018-11-21T12:47:36 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-21T12:52:52 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 252 seconds] 2018-11-21T12:53:56 -!- jadew [~razvan@82.76.120.196] has quit [Changing host] 2018-11-21T12:53:56 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2018-11-21T12:54:28 < zyp> karlp, what do you need batteries for? have you checked where ebike people buy their cells? 2018-11-21T12:55:01 < karlp> no idea where that would even be, would have to ask some people 2018-11-21T12:55:16 < karlp> I still don't understand where batteries are turning up at all anymore 2018-11-21T12:55:21 < karlp> _everyone_ refuses to ship them. 2018-11-21T12:55:46 < zyp> idk 2018-11-21T12:56:24 < karlp> somehow we can have moutains of power tools, but not the batteries inside them.... 2018-11-21T12:56:38 < qyx> try tme, they ship without hassle 2018-11-21T12:56:46 < qyx> also ev-power.eu 2018-11-21T12:56:49 < zyp> the chinastore I bought my battery from also sell loose cells: https://bmsbattery.com/77-li-ion-cell 2018-11-21T12:56:56 < zyp> idk how they compare on price though 2018-11-21T12:57:12 < zyp> but at least they ship stuff 2018-11-21T12:58:14 < zyp> when I bought my battery three years ago I think it came with DHL, when one of my friends bought one just a month or two ago I think it came with TNT 2018-11-21T12:59:47 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-21T13:02:04 < dongs> TNT is now fedex 2018-11-21T13:02:34 < karlp> yeah, laws changed jan 1 2018 2018-11-21T13:05:44 < jpa-> shipping by land from poland (TME) to finland works fine, but might be more difficult to ship by land to iceland 2018-11-21T13:10:52 < zyp> just put it on a boat 2018-11-21T13:20:32 -!- cjbaird [~cjb@124-169-137-240.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] 2018-11-21T13:27:10 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-21T13:32:30 -!- benishor [~benny@82.137.44.176] has quit [Quit: Konversation terminated!] 2018-11-21T13:32:47 -!- benishor [~benny@82.137.44.176] has joined ##stm32 2018-11-21T14:33:23 < englishman> fucking nissan 2018-11-21T14:33:32 < englishman> $1300 for 3G upgrade 2018-11-21T14:33:40 < englishman> they were selling 2G cars in 2015 2018-11-21T14:34:41 < englishman> might as well talk to the car via FAX 2018-11-21T14:36:01 < karlp> is this to provide wifi to occupants or what? 2018-11-21T14:36:58 < englishman> remote start and some other minor stuff 2018-11-21T14:48:59 < day> i let you know my car has a wireless key! 2018-11-21T14:49:15 < day> bow before me! 2018-11-21T14:51:10 < karlp> mine does to, but it's presently non-functional 2018-11-21T14:51:20 < karlp> I chose to have working headlights so I could pass inspection instead. 2018-11-21T14:53:38 < englishman> tesla remains the best electric car by default 2018-11-21T14:53:45 < englishman> because noone else is even trying 2018-11-21T15:18:16 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has joined ##stm32 2018-11-21T15:30:50 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-21T15:38:16 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-21T15:39:38 < PaulFertser> karlp: why did you have to choose between those seemingly unrelated features? 2018-11-21T15:43:42 < englishman> i wonder if i can upgrade this 2G module to 3G myself 2018-11-21T15:44:06 < englishman> the procedure does not require antenna replacement, just the telematics module 2018-11-21T15:50:30 < karlp> PaulFertser: heh, good, but fairly uninteresting question :) 2018-11-21T15:51:00 < karlp> the "GEM" (an electronics module under the glovebox with fuses on it, has a broken pin on the connector for the headlgiths. 2018-11-21T15:51:29 < karlp> I got a spare from the wreckers, but naively missed that the one I bought didn't have central locking, the fuse was missing, but there was also simply nothing behind the fuse 2018-11-21T15:52:05 < karlp> I'm still waiting on a couple of things to be fixed for the inspection, and if it all gets trhough (should do) then I'll go back to the wreckers and try and find one that has _both_ :) 2018-11-21T15:54:32 < zyp> hrm 2018-11-21T15:54:50 < PaulFertser> karlp: and replacing the connector is not possible as it's all covered in epoxy or somesuch? 2018-11-21T15:54:51 < zyp> tried adding a second ACM interface to an usb device, of course that doesn't simply just work on windows 2018-11-21T15:55:07 < zyp> so now I need to figure out IAD I guess 2018-11-21T15:55:16 < karlp> PaulFertser: the broken pin is on the mainboard, it's... not viable to replace it, 2018-11-21T15:55:22 < karlp> one tick, I'll find a pic. 2018-11-21T15:55:49 < karlp> certainly not when the price of the replacement module was .... the price of 1.5 18650 batteries locally. 2018-11-21T15:58:23 < karlp> PaulFertser: https://nc.beeroclock.net/apps/gallery/s/ifxipKioDjopXdd 2018-11-21T15:59:14 < zyp> Cracki, it's not a big deal, I know how it works in theory, just hoped I could avoid the time to type it out :p 2018-11-21T16:00:06 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-21T16:00:52 < PaulFertser> karlp: oh, heh, I see now, no sane way to fix it fast. 2018-11-21T16:01:18 < karlp> nope :) 2018-11-21T16:01:42 < karlp> those big board2board solder joins go allll the way around the module, super robust 2018-11-21T16:04:11 < zyp> hrm, I should probably migrate laks to C++14 some time to reduce some of this template boilerplate 2018-11-21T16:04:18 < zyp> in the descriptor stuff 2018-11-21T16:06:17 < englishman> damn karl thats some annoying corrosion damage 2018-11-21T16:06:27 < karlp> yar, wasns't very pleasant. 2018-11-21T16:06:41 < karlp> anyway, "works" now. 2018-11-21T16:11:04 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-21T16:11:38 < englishman> karlp: going to finally get around to using those hops, this weekend https://i.imgur.com/aaUhdDL.jpg 2018-11-21T16:14:06 < zyp> heh 2018-11-21T16:14:30 < zyp> IAD descriptors in place, still doesn't enumerate, then I realize I forgot to change number of interfaces from 2 to 4 in config descriptor 2018-11-21T16:15:18 < zyp> ah, and after fixing that they both bound 2018-11-21T16:15:19 < zyp> nice 2018-11-21T16:15:42 < karlp> looks like the same pot as me englishman 2018-11-21T16:16:55 < englishman> cool 2018-11-21T16:30:57 < zyp> okay, after resolving some hardcoded endpoint numbers in the driver, first instance works again 2018-11-21T16:32:02 < zyp> https://paste.jvnv.net/view/0jeA7 <- using IAD wasn't particularly hard 2018-11-21T16:33:25 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-21T16:36:42 < zyp> very 2018-11-21T16:43:03 < Thorn> fuck friendship, numbers are magic 2018-11-21T16:46:03 < zyp> okay, shit works, but needs some polish 2018-11-21T16:47:14 -!- davor [~davor@unaffiliated/davor] has joined ##stm32 2018-11-21T16:48:56 < davor> How come this F3 is declared as having an FPU and a Cortex-M4 core instead of an M4F core? https://www.st.com/en/microcontrollers/stm32f318k8.html 2018-11-21T16:49:20 < zyp> because it's the same thing? 2018-11-21T16:49:27 < zyp> M4F is M4 plus a FPU 2018-11-21T16:51:32 < davor> Ah, I see. It's just that I seem to remember some mcus being specifically stated as having an M4F and others an M4 core so I kind of expected the F there 2018-11-21T16:51:38 < davor> If it has an FPU 2018-11-21T16:52:03 < davor> Parametric search on Farnell accidentally made me exclude a lot of mcus with FPUs that way 2018-11-21T16:52:56 < zyp> strictly speaking there's no "M4F", it's just a convention that means M4 with FPU 2018-11-21T16:53:20 < zyp> and yes, as far as I'm aware, every stm32 with M4 has FPU 2018-11-21T16:53:25 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-21T16:56:30 < karlp> there's some other parts that are m4(noF) from tosh/atmel/cypress and places iirc, 2018-11-21T16:56:36 < karlp> but all the st m4's have fpu 2018-11-21T16:56:54 < davor> Ah I see, thanks! Also, I'm moving from an ATtiny44 with 4 KB of flash and 256 B of RAM, it's doing some dirty base-2 log and exp calculations which works. I suppose reimplementing the code with proper equations and division should work on the MCU linked, with 64 KB of flash, 16 KB of RAM and an FPU? 2018-11-21T16:57:13 < karlp> sure 2018-11-21T16:57:28 < davor> Someone somewhere told me the thing is fairly small, but hell, it's not that small :p 2018-11-21T16:57:39 < davor> Compared to a t44 at least 2018-11-21T16:58:19 < karlp> depends on the tiny44 package, but yes, there's not as many options taht small pacakge wise. 2018-11-21T16:58:40 < karlp> even the f0s that are similar in package size will probably just happily run normal maths faster than your hacks ont he t44 2018-11-21T16:59:54 < karlp> fuck off with your single precisions constant. 2018-11-21T17:00:02 < karlp> that's _not_ required for using the fpu 2018-11-21T17:00:12 < karlp> that's required for making your code non-portable and avoiding learning what c means. 2018-11-21T17:00:36 < karlp> never gonna let you spread bad practises like that :) 2018-11-21T17:00:56 < davor> Sounds good. I basically just need the capability to run the maths, 3 PWM channels, 6 ADC channels and 1 UART, and my budget is 1 GBP per MCU for 50 qty, and no BGA 2018-11-21T17:01:17 < davor> Ah thanks Cracki and karlp 2018-11-21T17:01:35 < karlp> davor: hehe, weren't you complaining abotu the package being too big, but you don't want the small ones? :) 2018-11-21T17:01:54 < davor> Uh, no I don't think so 2018-11-21T17:02:16 < davor> Ah, I was talking about memory, flash and SRAM :) 2018-11-21T17:02:37 < davor> Someone said that STM is on the small side flash and RAM-wise 2018-11-21T17:02:46 < karlp> someone doesn't know what they're taling about then. 2018-11-21T17:02:48 < davor> But, hell, coming from a t44... 2018-11-21T17:02:55 < karlp> there's a quite wide range of otpions on flash/ram 2018-11-21T17:03:35 < englishman> compared to the stm32 clones with 3MiB they are small i guess 2018-11-21T17:04:00 < davor> karlp: that STM in particular, 64 KB flash, 16 KB RAM. coming from a t44, it's massive 2018-11-21T17:04:21 < karlp> davor: I was referring to whoever told you that "STM is ont he small side" 2018-11-21T17:04:37 < davor> Cracki: log exp plots, maybe implementing a computational model of a neuron with differential equations 2018-11-21T17:04:45 < karlp> englishman: sure, fi you want what, 30 wait states? 2018-11-21T17:04:59 < davor> karlp: they were speaking about THAT mcu in particular with 64/16KB 2018-11-21T17:05:08 < davor> Cracki: no 2018-11-21T17:05:13 < englishman> noone said anything about wait states 2018-11-21T17:05:27 < davor> Cracki: an educational neuron simulator for neuroscience students similar to neurobytes 2018-11-21T17:05:45 < englishman> -fsingle-precision-constant wut 2018-11-21T17:07:10 < mawk> floats are double by default 2018-11-21T17:07:13 < mawk> that's why, englishman 2018-11-21T17:07:20 < mawk> 1.42 => double 2018-11-21T17:09:55 < Ultrasauce> I prefer to profess as many cargo cult parameters and options as possible to maximize maker potential 2018-11-21T17:10:31 < englishman> and ensure compiler incompatibility 2018-11-21T17:12:38 < englishman> how often do people in iceland want to buy 18560 2018-11-21T17:16:32 < davor> Is there maybe a chart or something on the "sub"series of F3 MCUs, that is the other two numbers (F3xx) 2018-11-21T17:18:57 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-21T17:21:09 < davor> Nice thanks! 2018-11-21T17:34:13 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-21T17:50:18 -!- emeb [~ericb@ip68-2-69-216.ph.ph.cox.net] has joined ##stm32 2018-11-21T17:57:52 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-21T18:01:54 -!- davor [~davor@unaffiliated/davor] has quit [Quit: Bye] 2018-11-21T18:10:31 < emeb> CCM can be quite useful 2018-11-21T18:10:57 < emeb> CPU says "Mine! All Mine!" 2018-11-21T18:18:40 < emeb> CCM is mainly good for systems that don't have cache / mpu / etc. 2018-11-21T18:19:58 < bitmask> alright, ready to finally make this heating panel: https://imgur.com/a/6oVAuel 2018-11-21T18:21:05 < bitmask> I'm ok being lit on fire 2018-11-21T18:22:35 -!- davor [~davor@unaffiliated/davor] has joined ##stm32 2018-11-21T18:46:30 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-21T18:47:52 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-21T18:50:48 < aandrew> morning stmers 2018-11-21T18:51:38 < aandrew> Cracki: wow I've never jumped like that dude in your link 2018-11-21T18:51:55 < aandrew> https://www.st.com/content/ccc/resource/sales_and_marketing/promotional_material/brochure/fa/7d/6f/b6/8e/c5/4e/b1/brstm32f3.pdf/files/brstm32f3.pdf/jcr:content/translations/en.brstm32f3.pdf 2018-11-21T18:52:59 < aandrew> heh 2018-11-21T18:53:29 -!- fc5dc9d4_ [~quassel@p5B0814DE.dip0.t-ipconnect.de] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 2018-11-21T18:53:55 -!- fc5dc9d4 [~quassel@p5B0814DE.dip0.t-ipconnect.de] has joined ##stm32 2018-11-21T18:54:01 < jadew> I guess a lot of EEs relate to that picture 2018-11-21T18:54:43 < jadew> ST knows its audience 2018-11-21T18:55:26 < aandrew> lol 2018-11-21T18:55:33 < aandrew> my gigantic digikey order arrived 2018-11-21T18:55:40 < aandrew> I need to figure out a better way to store and organize components 2018-11-21T18:55:47 < emeb> this 2018-11-21T18:56:00 < emeb> piles of ziploc bags isn't cutting it for me 2018-11-21T18:56:12 < aandrew> I have a bunch of photographic film negative sleeves that i have to actually start using for the cut tape stuff, but I'm buying more reels now so need a real reel book case or something 2018-11-21T18:56:24 < jadew> emeb, I'm in the same situation 2018-11-21T18:56:54 < aandrew> I have a bunch of identical little cardboard boxes that most of the cut tape is organize into.. one for MCUs, one for inductors, one for power management ICs, one for opamps, one for diodes, etc. 2018-11-21T18:56:55 < jadew> I put the ziplock bags in ikea boxes, but then what do you do if you have multiple projects sharing components? 2018-11-21T18:57:10 < jadew> (I currently store them by project) 2018-11-21T18:57:10 < aandrew> then I have two bigger boxes for all my Rs and Cs respectively 2018-11-21T18:57:26 < aandrew> and I have a couple boxes that store ALL the components for a particualr project separate from my "stock" 2018-11-21T18:57:33 < emeb> yep 2018-11-21T18:57:39 < aandrew> I want tmove all cut tape to film negative sleeves in a binder 2018-11-21T18:57:47 < aandrew> and then something for reels 2018-11-21T18:57:59 < emeb> and then I need a part and can't find it in general stock because it's off in a project bag I forgot about 2018-11-21T18:58:26 < jadew> I bet someone has solved this 2018-11-21T18:58:36 < aandrew> emeb: yeah that happens to me too 2018-11-21T18:58:38 < aandrew> which I want to end 2018-11-21T18:58:42 < jadew> same here 2018-11-21T18:58:55 < aandrew> and I need a better way of remembering that I do have in fact a reel of 10k 0805 2018-11-21T18:59:00 < aandrew> so I stop buying another 100 2018-11-21T18:59:31 < emeb> lol yes - I have so many bags of 100x 10k 0603 because I keep buying them. 2018-11-21T18:59:50 < aandrew> it'd also be really fucking nice to have that in a spreadsheet so when I designing something new I'm looking at parts I already ahve and have designed with. I do most of that by memory but there are some neat chips that I've forgotten I've got 2018-11-21T19:00:15 < emeb> I tend to use my DK/Mouser order history to figure out if I have a part :P 2018-11-21T19:01:11 < emeb> aandrew: yep - same 2018-11-21T19:01:13 < jadew> https://imgur.com/a/fsFhq 2018-11-21T19:01:37 < emeb> someone needs to make a website that aggregates your parts orders and makes a searchable database. 2018-11-21T19:01:46 < aandrew> jadew: that's exactly what I'm thinking of doing but with film negative sleeves sine they fit cut tape perfectly 2018-11-21T19:01:52 < aandrew> I ahve almost no through-hole except stuff from when I was a kid 2018-11-21T19:02:01 < aandrew> jadew: I would have kind of expected to see that stuff in .ro though 2018-11-21T19:02:26 < jadew> what kind of sleeves would those be tho? film sleeves are kinda wide 2018-11-21T19:02:58 < jadew> I have a 0603 catalog which has perfect sleves btw 2018-11-21T19:03:06 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-21T19:03:06 < jadew> and I think you can get them from aliexpress 2018-11-21T19:03:12 < jadew> but I rather like the one with the big pickets 2018-11-21T19:03:15 < jadew> *pockets 2018-11-21T19:03:19 < jadew> because you can fit more stuff in there 2018-11-21T19:03:36 < aandrew> jadew: the exact ones I have are ... 2018-11-21T19:04:00 < jadew> apparently the guy with the catalog in those pictures used these: https://www.amazon.com/gp/product/B005JCL05I 2018-11-21T19:04:27 < aandrew> http://a.co/d/2wqQmWW 2018-11-21T19:04:45 < jadew> yeah... that's too wide 2018-11-21T19:05:21 < aandrew> not for cut tape 2018-11-21T19:05:35 < aandrew> it's perfect for cut tape in fact 2018-11-21T19:06:28 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has quit [Quit: quit has dan2wik!] 2018-11-21T19:06:32 < aandrew> https://imgur.com/a/0FxFYF1 2018-11-21T19:06:51 < davor> Man, QFPs are a lot more expensive on Farnell than QFNs 2018-11-21T19:07:24 < davor> Double for the models I'm looking at 2018-11-21T19:08:10 < jadew> aandrew, those negative films are 35mm wide 2018-11-21T19:08:19 < aandrew> yes 2018-11-21T19:08:25 < jadew> (maybe more, I'm not sure the 35mm takes into account the margins) 2018-11-21T19:08:36 < jadew> isn't cut tape like... 5-6mm wide? 2018-11-21T19:08:37 < aandrew> I'm not putting a single "strip" in each. I'm putting several 2018-11-21T19:08:49 < jadew> yeah, but they'll be loose 2018-11-21T19:08:59 < aandrew> e.g. if I take a strip of 100 0805s, I would cut it to length and put what, 5-6 strips in each pocket 2018-11-21T19:09:00 < jadew> you need something like this: https://www.ebay.co.uk/itm/SMD-SMT-Organizer-Empty-Sample-Book-Pages-For-Resistor-Capacitor-Inductance/172563481445 2018-11-21T19:09:44 < jadew> (which is what my catalog came in) 2018-11-21T19:09:48 < jadew> they fit perfectly 2018-11-21T19:09:53 < jadew> and you can put multiple strips in 2018-11-21T19:10:04 < jadew> but I don't think it will fit bigger ones 2018-11-21T19:10:14 < jadew> say... for a regulator or some bigger package 2018-11-21T19:10:30 < jadew> there's also the fact that you have to label them all 2018-11-21T19:11:51 < aandrew> jadew: sure, but I bet those pockets are 20-30mm wide as well 2018-11-21T19:12:02 < aandrew> well that's what has kept me from starting this project actually 2018-11-21T19:12:07 < jadew> no, they're under 10mm wide I think 2018-11-21T19:12:17 < jadew> let me measure them 2018-11-21T19:12:29 < aandrew> I know I have to use E96 for labelling but I have to make sure there's room enough there that I don't have to try to RE label it after, which would be a royal pain in the ass 2018-11-21T19:12:42 < aandrew> it says 14mm high there 2018-11-21T19:13:19 < jadew> mine are 12 mm inside 2018-11-21T19:14:04 < aandrew> ok 2018-11-21T19:14:06 < jadew> it came with 2 strips of 50 pcs each for each value 2018-11-21T19:14:12 < jadew> and you can easily fit one more 2018-11-21T19:14:15 < aandrew> my idea is to have one pocket for each value, not one pocket for each strip 2018-11-21T19:14:17 < jadew> not sure about 4 2018-11-21T19:14:23 < aandrew> anyway that's the idea 2018-11-21T19:14:25 < qyx> davor: wchich models 2018-11-21T19:14:27 < aandrew> how well it'll work time will tell 2018-11-21T19:15:10 < jadew> if you do it, please post pictures 2018-11-21T19:15:29 < jadew> I'm only worried about it being too loose 2018-11-21T19:16:12 < davor> qyx: F318 at qty 50 pcs 2018-11-21T19:16:52 < davor> I'd rather get a QFP package but I'll solder a QFN somehow if it's half the price 2018-11-21T19:17:08 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 245 seconds] 2018-11-21T19:18:22 < aandrew> jadew: yeah I would have to find a binder that has a longer back and that can "fold over" and velcro closed. it would *suck* grabbing that thing open-end-down and having a big mess of strips, especially because now they're no longer in their digikey packages with the model/value/etc printed on them 2018-11-21T19:18:47 < aandrew> ok topic change -- I've never hand-reflowed a BGA before. how challenging is this really? 2018-11-21T19:19:05 < aandrew> I have two 0.8mm BGAs (178 and 48 ball) and a 256-ball 1.0mm pitch one 2018-11-21T19:19:24 < aandrew> stencil should be here, I'm just going to populate those and reflow in the toaster oven 2018-11-21T19:19:53 < aandrew> before I actaully put parts on the baord I want to do a couple temp measurement runs to make sure I get a reasonable profile so the solder will actually hit reflow temp 2018-11-21T19:20:07 < aandrew> but I'm more worried about positioning. it's not like I have the shit to reball 2018-11-21T19:28:24 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-21T19:34:25 < bitmask> haha wow 2018-11-21T19:34:27 < bitmask> https://imgur.com/a/RopWvaQ 2018-11-21T19:37:59 < karlp> what? 2018-11-21T19:38:03 < karlp> what are we looking at? 2018-11-21T19:38:09 < karlp> did it melt your 3d printing ? 2018-11-21T19:38:39 < bitmask> carbon fiber set in silicone with a thermistor in the middle 2018-11-21T19:38:50 < bitmask> heating panel for my heated hoodie 2018-11-21T19:43:46 < bitmask> should I let it cure longer before testing or just go fo it 2018-11-21T19:45:18 -!- dan2wik [dan2wik@91.92.144.105] has joined ##stm32 2018-11-21T19:45:35 -!- dan2wik [dan2wik@91.92.144.105] has quit [Changing host] 2018-11-21T19:45:35 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has joined ##stm32 2018-11-21T19:46:22 < qyx> do you lack some serious fire? 2018-11-21T19:46:50 < bitmask> what? 2018-11-21T19:48:38 < qyx> just trolling around 2018-11-21T19:48:44 < qyx> maybe I don't get how are you going to use it 2018-11-21T19:48:47 < bitmask> yea I just didnt get it 2018-11-21T19:49:32 < jadew> you're going to wear that? 2018-11-21T19:49:46 < bitmask> yes 2018-11-21T19:49:51 < qyx> with a battery? 2018-11-21T19:49:53 < bitmask> yes 2018-11-21T19:50:01 < qyx> with your software to regulate te temperature? 2018-11-21T19:50:03 < jadew> how thick is it? 2018-11-21T19:50:04 < bitmask> yes 2018-11-21T19:50:08 < jadew> lol qyx 2018-11-21T19:50:13 < qyx> ok, then I would not wear it 2018-11-21T19:50:20 < bitmask> I dont care what you would do 2018-11-21T19:50:28 < qyx> I mean 2018-11-21T19:50:34 < qyx> I would not wear it if I programmed it 2018-11-21T19:50:45 < englishman> aandrew> I need to figure out a better way to store and organize components 2018-11-21T19:50:51 < englishman> protip, dont 2018-11-21T19:50:53 < jadew> well, if it's too hot he can just unplug it 2018-11-21T19:50:54 < englishman> just buy shit when you need it 2018-11-21T19:51:01 < bitmask> yea I dont know what you are worried about 2018-11-21T19:51:12 < bitmask> if it doesnt work as expected turn it off 2018-11-21T19:51:18 < bitmask> but how hard could it really be? 2018-11-21T19:51:24 < jadew> when I was a kid there heated blankets, but I was always afraid of being electrocuted 2018-11-21T19:51:44 < jadew> if they worked at a lower voltage and were isolated, and made out of silicone, I would have given them a try 2018-11-21T19:52:01 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 268 seconds] 2018-11-21T19:52:08 < bitmask> what voltage do those work at? 2018-11-21T19:52:10 < bitmask> I'm doing 12v 2018-11-21T19:52:51 < jadew> make sure you don't overheat the battery I guess 2018-11-21T19:53:02 < jadew> other than that, I like it 2018-11-21T19:53:13 < jadew> but you didn't say how thick it was 2018-11-21T19:53:23 < jadew> that's going to go on your back I assume? 2018-11-21T19:53:32 < bitmask> they are rated for like 20A and each battery would only be drawing like half an amp at most 2018-11-21T19:53:42 < jadew> ah, cool 2018-11-21T19:53:59 < bitmask> oh right, 5mm, a little thicker than I wanted but the magnets are 3mm thick and I wanted a mm on each side to hold it 2018-11-21T19:54:18 < bitmask> that panel is for my front 2018-11-21T19:54:33 < bitmask> I gotta see if I want to use the same shape for my back 2018-11-21T19:54:42 < bitmask> one side of the front that is 2018-11-21T19:54:45 < bitmask> there will be another 2018-11-21T19:55:14 < bitmask> and I want to do a special neck warmer that draws more current and gets hot faster because its a good place to heat up with circulation 2018-11-21T19:55:16 < jadew> is this an effort to go as lightly dressed as possible during the winter, to look cool? 2018-11-21T19:55:24 < bitmask> and also around the pockets for hand warmers 2018-11-21T19:55:39 < jadew> *to go out 2018-11-21T19:56:08 < bitmask> hah no, I just wanted an active heating 'garment' and I thought a hoodie would be best because if I wore a coat on top the heat would be more insulated and closer to my body 2018-11-21T19:56:22 < bitmask> and if it works well enough I guess I wont need a coat but it wasn't to avoid one 2018-11-21T19:56:51 < bitmask> also I'm more comfortable ruining a hoodie than a coat 2018-11-21T19:57:32 < jadew> if it works from 12v, you can also use it inside a car, hooked up to the car battery 2018-11-21T19:57:57 < bitmask> true 2018-11-21T19:58:12 < bitmask> I'm also connecting a usb port for charging my phone in emergencies :) 2018-11-21T20:10:07 < englishman> qyx: only 2400 pins left to solder 2018-11-21T20:12:51 < qyx> I am glad you are mastering your motoric skills 2018-11-21T20:13:41 < englishman> that makes one of us 2018-11-21T20:14:13 < Steffanx> have fun 2018-11-21T20:18:59 < invzim> anyone picking up the new rigol scope? 2018-11-21T20:19:33 < jadew> invzim, saw the review, but IIRC it had something missing that really put me off 2018-11-21T20:19:38 < jadew> I don't remember what it was now tho 2018-11-21T20:20:02 < invzim> same here, the 350MHz instructions :) 2018-11-21T20:20:36 < invzim> not that I NEED it, but would be nice if high speed square signals looked a bit more square 2018-11-21T20:23:20 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-21T20:36:03 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-21T20:46:59 -!- sterna [~Adium@c-bfebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-21T20:56:43 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-21T20:59:20 < englishman> less than 1200 2018-11-21T21:05:36 < Steffanx> 🎉 2018-11-21T21:05:49 < englishman> cant wait to get paid for this crap 2018-11-21T21:09:13 < emeb> but when you get paid for crap then you *have* to do it. 2018-11-21T21:09:31 < emeb> as opposed to hobby crap that you can leave in a box for a year an no one cares 2018-11-21T21:10:43 < emeb> Also, something I'm becoming more aware of lately - when you do contracting / consulting crap (as opposed to working as a direct employee) then projects have a tendency to rise from the dead and come at you years later. 2018-11-21T21:11:26 < emeb> So clients from long ago keep pestering me for support on stuff I've forgotten about. 2018-11-21T21:14:37 < jpa-> isn't that great? just keep on charging 2018-11-21T21:15:36 < jpa-> and unless your code is a mess, support should be easier than coding 2018-11-21T21:15:58 < jadew> just make sure you're not too efficient 2018-11-21T21:16:14 < jpa-> why not? 2018-11-21T21:16:34 < jadew> because if you handle their request in 1 minute they won't think it's worth $50 2018-11-21T21:16:55 < emeb> If only it were just simple coding tasks - one client in particular always has last-minute emergencies WRT ancient hardware that doesn't work with current computers. 2018-11-21T21:17:09 < emeb> So I can't really *do* anything except tell him he's screwed. 2018-11-21T21:17:24 < emeb> And of course he's always short of cash... 2018-11-21T21:17:29 < jpa-> jadew: that's why i charge only $1.20 for that 1 minute.. and then wonder at the end of the month why isn't there more income ;) 2018-11-21T21:18:00 < jpa-> ah, clients with lack of money are useless 2018-11-21T21:18:10 < emeb> right 2018-11-21T21:18:26 < jadew> I don't think they lack money, they just want to inform you that they want to pay you the least possible 2018-11-21T21:19:12 < jadew> you have to make sure you tell them that it could even take THIS LONG to fix it and it could cost you this much 2018-11-21T21:19:23 < emeb> well, I know for sure this guy blew his entire wad about 8 yrs ago. Then his rich business partner died. Then he sold his stake in the corp to his kids for 100k and has been trying to scrape by on that. 2018-11-21T21:19:39 < jadew> and you don't do anything until they agree to that 2018-11-21T21:20:11 < emeb> Yeah - did that. Always gets no direct response. 2018-11-21T21:20:24 < emeb> Just more pleading 2018-11-21T21:20:33 < aandrew> englishman: I don't like JIT bullshit 2018-11-21T21:20:40 < aandrew> when you need the part at 3am and it's not there, it sucks 2018-11-21T21:21:07 < jpa-> i'd demand prepayment from such clients 2018-11-21T21:21:24 < jadew> yeah, sounds like a good idea 2018-11-21T21:21:39 < aandrew> englishman: is that the edison thing 2018-11-21T21:21:41 < jpa-> of course that only leads to excuses why it doesn't work for them 2018-11-21T21:22:03 < aandrew> emeb: re: contractor zombie projects: yep. it's great 2018-11-21T21:22:07 < aandrew> because you get paid to ramp up again :-) 2018-11-21T21:22:24 < aandrew> jadew has it 100% right 2018-11-21T21:23:06 < aandrew> you don't ever get back to a client with an answer right away. you empathize with their urgency and say you'll get on it but you are booked pretty solidly with other clients and give them the opportunity to beg you to prioritize, which of course you do for $$ 2018-11-21T21:23:32 < aandrew> and then depending on the exact request, drag the solution out a bit just to help them accept the bill 2018-11-21T21:23:57 < aandrew> emeb> And of course he's always short of cash... 2018-11-21T21:24:39 < aandrew> one thing that took me WAY too fucking long to learn is that if they haven't got the cash for a $5k retainer up front, they will not have the cash for your weekly/biweekly invoices either and you'll very quickly waste time chasing them for payment 2018-11-21T21:24:43 < jpa-> "Indeed you have a big problem there, and because this technology is so old I'm probably the only one who can help you. I'm currently very busy, but as a service to old client I can help you with a rush fee of only $9999/hr." 2018-11-21T21:24:43 < aandrew> fuck. that. 2018-11-21T21:24:54 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Quit: ZNC - http://znc.in] 2018-11-21T21:24:59 < aandrew> jpa-: less india-sounding but yes pretty much :-) 2018-11-21T21:25:02 < emeb> heh 2018-11-21T21:25:47 < jadew> jpa-, it's not about ripping people off, but they're paying for expertise 2018-11-21T21:25:52 < aandrew> and another thing I am getting MUCH better at doing is if they start playing games with payment I inform them that until the cheque clears (not when I get it, but when the bank finally clears it), I am not working one minute longer 2018-11-21T21:26:19 < jadew> and 1 minute of expertise can be worth weeks for someone who doesn't know what he's doing 2018-11-21T21:26:20 < aandrew> that usually resolves cashflow issues very fast. And if it happens twice, I stop work until a retainer is paid and it becomes a "pre pay" kind of setup 2018-11-21T21:26:28 < aandrew> that has only happened once though 2018-11-21T21:26:41 < jpa-> checks.. you still use those? 2018-11-21T21:26:46 < aandrew> jpa-: you have no fucking idea 2018-11-21T21:26:50 < aandrew> I hate them 2018-11-21T21:27:14 < aandrew> and I hate how the bank likes to hem and haw about "well I don't know, we can't release the funds on this $15k cheque for at least 15 business days" 2018-11-21T21:27:28 < aandrew> I pulled all my shit out of one bank and went to another over that bullshit 2018-11-21T21:28:14 < jadew> sounds like paypal 2018-11-21T21:28:19 < aandrew> I was a client for 19 years (since I was a kid) and never had a deposit bounce and they refused to waive the hold. I had a meeting with the manager set up a week later where I informed them that my personal accounts as well as my business accounts, LOC etc were all being closed 2018-11-21T21:28:37 < aandrew> it wasn't very satisfying becuase they didn't give a shit. "sorry sir, just policy" kind of answer 2018-11-21T21:28:40 < aandrew> but fuck them 2018-11-21T21:28:52 < Steffanx> :) 2018-11-21T21:28:59 < jadew> policy or not, you have to hurt them 2018-11-21T21:29:06 < aandrew> new bank is much better. they *did* hold the first few but then they saw that I was depositing large cheques more or less every week and they have a note on my file now that there are no holds 2018-11-21T21:29:21 < Steffanx> Why dont you tell your clients you dont want cheques? 2018-11-21T21:29:40 < aandrew> Steffanx: most will do ETF but the occasional one still likes old fashioned paper bullshit 2018-11-21T21:29:58 < aandrew> it's even funnier because they overnight every single one of them so it costs them even more than the $50 wire 2018-11-21T21:30:09 < aandrew> (which I'm sure they don't pay that much for wire transfers anyway, but still) 2018-11-21T21:34:03 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-21T21:39:10 < emeb> news to me - I pay many bills by "E-Check" which apparently costs less than a credit-card transaction since it's free to me vs using CC which has a surcharge. 2018-11-21T21:49:59 < mads-> I have a blackpill. Is there no way of powering this with a 5V supply? 2018-11-21T21:50:03 < mads-> Only 3.3? 2018-11-21T21:51:24 < aandrew> Cracki: they shouldn't. but they do. I think it's one of those things banks like to make a lot of money on since they're pretty much pure profit 2018-11-21T21:51:47 < aandrew> emeb: in canada that sounds roughly eqivalent to debit cards which have much much much lower fees than CC 2018-11-21T21:52:04 < aandrew> heh 2018-11-21T21:55:23 < mads-> Cracki: Yeah. I just have a 5V already. And I need that for my ws2812b. So it would be optimal. 2018-11-21T21:58:11 < mads-> Cracki: I don't mind either way. It would just be easier to have 5V in for both STM32 and ws2812b. Instead of 3.3 for one and 5 for the other 2018-11-21T21:58:22 < mads-> Will look at the vcc5v. Thanks 2018-11-21T21:59:09 < mads-> How would that work exactly? For both 5V and 3.3V. I'm a little new at this 2018-11-21T22:00:23 < mads-> Roger. Then how do I get 3.3V from that? 2018-11-21T22:02:11 < mads-> Aaah, I see now. 2018-11-21T22:02:13 < mads-> Thanks! 2018-11-21T22:03:26 < mads-> Roger that. I have mutilated a couple of USB cables already 2018-11-21T22:09:23 < englishman> yeaaa my FREE thermaldongix kit arrived 2018-11-21T22:10:00 < englishman> emeb: i mean, to send the bill, and get paid. the work is done. 2018-11-21T22:11:51 < Steffanx> lol googled for thermaldongix: https://imgur.com/a/gVMDuqL 2018-11-21T22:12:22 < Steffanx> What channel did they log, ##stm32? 2018-11-21T22:13:21 < englishman> lol 2018-11-21T22:13:41 < jpa-> yeah, the timestamps look like my logs :P 2018-11-21T22:14:27 < Steffanx> Ah yeah it says "xob.kapsi.fi" 2018-11-21T22:14:49 < emeb> yep - there it is in the logs 2018-11-21T22:15:59 < emeb> ##stm32 logs scraped by .in for pro sekrits 2018-11-21T22:22:44 -!- Guest89976 is now known as malinus 2018-11-21T22:22:49 < aandrew> oof, another $500 digikey invoice 2018-11-21T22:22:56 -!- malinus [~malinus@185.53.129.20] has quit [Changing host] 2018-11-21T22:22:57 -!- malinus [~malinus@unaffiliated/malinus] has joined ##stm32 2018-11-21T22:23:04 < aandrew> this one is for the expensive components to build up one board, and that one board to have only one digitizer connected 2018-11-21T22:23:11 < aandrew> the damned digitizers are $92 apiece 2018-11-21T22:23:17 < aandrew> 5 per board 2018-11-21T22:24:46 < malinus> got a new (nxp) dev board, and accidently erased the flash on the on-board (CMSIS-DAP) programmer/debugger, instead of the chip itself. Now the fucker won't even boot, I guess because it gets clock or something else retarded form the programmer 2018-11-21T22:25:25 < aandrew> malinus: that's not uncommon. the nucleo boards do that to 2018-11-21T22:25:31 < aandrew> not sure why they do that 2018-11-21T22:25:37 < aandrew> how did you manage to zap the flash interface though 2018-11-21T22:26:32 < malinus> aandrew: they do? I've only had discovery boards, and on those the stlink-running chip is completly seprerated. You even have a jumper to disconnect it from SDW. 2018-11-21T22:26:41 < malinus> aandrew: I did it by connecting my jtag to the wrong port, lol 2018-11-21T22:27:48 < aandrew> malinus: the nucleos are the same, but MCO is connected 2018-11-21T22:27:54 < aandrew> like I said, it's stupid 2018-11-21T22:27:59 < aandrew> malinus: ahhh 2018-11-21T22:28:01 < aandrew> that makes more sense 2018-11-21T22:28:55 < malinus> aandrew: I'm still suprised the main chip won't run without the programmer. They don't provide schematics like stm32 does (at least for discovery boards). So it's impossible to tell if it's reset, or some common clock pin or what the fuck is going on 2018-11-21T22:29:52 < aandrew> malinus: that sucks 2018-11-21T22:30:12 < aandrew> I've got a nucleo-767zi here one moment 2018-11-21T22:31:06 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 260 seconds] 2018-11-21T22:32:40 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-21T22:32:40 < malinus> Cracki: some funny business chip. Again shiity nxp docs, and it's a very small bga package saying "M20AGV 3N86B ACGUG". I'm guessing it's a freescale m4. 2018-11-21T22:33:03 < malinus> well I KNOW it's a m4 2018-11-21T22:34:31 < aandrew> malinus: yeah on nucleo PH0 (OSC_IN) is normally conected to the debugger's 8MHz MCO through a solder bridge. There is also a not-populated space for a clock and a couple other solder bridges to connect it 2018-11-21T22:36:02 < malinus> Cracki: not openly on their website no. That would sove it. I tried contacting them but no response so far. It's not that exensive but still annoying. 2018-11-21T22:36:55 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-21T22:37:28 < malinus> aandrew: funny I have a f7469i-discovery in my lap. Playing around with touchGFX 2018-11-21T22:37:50 < malinus> Cracki: mine as well. They are however cheap, and have the fastest m7 :) 2018-11-21T22:40:21 < malinus> exactly, and look at the price 2018-11-21T22:40:38 < malinus> $2 or so for the 600mhz in volume (wihtout flash though) 2018-11-21T22:46:27 < malinus> hmm 2018-11-21T23:07:27 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Read error: Connection reset by peer] 2018-11-21T23:07:40 < zyp> today electricians have been by the house, finally gotten power hooked up: https://bin.jvnv.net/file/lx4vP.jpg 2018-11-21T23:08:28 < zyp> https://bin.jvnv.net/file/e9PjZ.jpg <- and I've been mounting wall panels over the kitchen counter 2018-11-21T23:09:53 < zyp> np 2018-11-21T23:11:02 < Steffanx> :) 2018-11-21T23:12:07 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-21T23:14:57 < zyp> I brought an extension cord today to get some more outlets for tools, turned out I didn't need to since all the normal outlets suddenly worked 2018-11-21T23:18:22 < kuldeep> Hello 2018-11-21T23:18:31 < kuldeep> I have an lcd (yellow connector, red pcb) [first image] https://robu.in/product/1-44-inch-tft-lcd-color-screen-module-spi-interface-128-x-128-without-touch/ 2018-11-21T23:19:43 < kuldeep> problem is, it is not accepting RAMWR command. it is able to accept screen initialization commands [i can see random pixels on screen], screen invert command. using screen invert command - im able to turn inversion on and off in a loop to confirm that it atleast accept commands. 2018-11-21T23:20:11 < englishman> finished project with 24,000 pth 2018-11-21T23:20:12 < englishman> sent invoice 2018-11-21T23:20:15 < kuldeep> Cracki, my code is based on that, actually multiple libraries 2018-11-21T23:20:17 < englishman> time for a club-mate 2018-11-21T23:20:37 < kuldeep> since im not able to perform RAMWR. i cannot write any data to screen. 2018-11-21T23:20:47 < Steffanx> time for a stroopwafel-mate, englishman 2018-11-21T23:21:25 < Steffanx> Language, crt, language. 2018-11-21T23:21:43 < englishman> where do you think it is failing kuldeep 2018-11-21T23:21:59 < englishman> i think i have used that screen before 2018-11-21T23:22:25 < englishman> https://i.imgur.com/3tG6UWe.jpg 2018-11-21T23:22:28 < englishman> hmm no, different 2018-11-21T23:22:30 < kuldeep> englishman, it is not accepting RAMWR command (or maybe column and row command because they are send before RAMWR) 2018-11-21T23:22:35 < englishman> but ST7735 sounds familiar 2018-11-21T23:23:07 < englishman> how do you know it is not accepting the command 2018-11-21T23:23:15 < kuldeep> englishman, i have also used similiar LCD multiple times. familiar with many commands. 2018-11-21T23:23:23 < kakimir> I need a movie 2018-11-21T23:24:02 < kakimir> else I open kicad at 23:33 and prepaire for tommorow by drawing footprints 2018-11-21T23:24:24 < kuldeep> englishman, because it is able to accept initialization command SLPOUT, display on, normal on. (if i change something to the initialization, the screen is just blank ie no random pixel on screen) 2018-11-21T23:25:26 < kuldeep> englishman, also, in each loop iteration, i write full screen (With RAMWR) command i use one color out of 8 (so, it is should be visible if behavior change) 2018-11-21T23:25:36 < englishman> and then you send ramwr, and then what? 2018-11-21T23:25:42 < englishman> is there a data/command pin? 2018-11-21T23:26:06 < englishman> download SCHEMARIC 2018-11-21T23:26:08 < kakimir> you know 2018-11-21T23:26:17 < kuldeep> englishman, nothing, screen not updated. there is a "A0" pin. used as DC as i understand its purpose 2018-11-21T23:27:02 < kakimir> Cracki: basic action does it, fantacy, scifi 2018-11-21T23:27:33 < kakimir> y 2018-11-21T23:28:06 < kakimir> y 2018-11-21T23:28:19 < kakimir> y 2018-11-21T23:28:50 < Hamilton> Margin Call 2011 2018-11-21T23:28:51 < englishman> idk maybe start by scoping that d/c pin 2018-11-21T23:29:12 < englishman> or at least hook up a logic analuzer to make sure everything looks good 2018-11-21T23:29:22 < kakimir> Hamilton: y 2018-11-21T23:30:19 < Hamilton> kakimir, Short Call 2018-11-21T23:30:29 < Steffanx> Newest The Predator kakimir 2018-11-21T23:30:48 < kakimir> Steffanx: is it any good? 2018-11-21T23:30:55 < Steffanx> is that relevant? 2018-11-21T23:31:05 < kakimir> when it's alien series - yes 2018-11-21T23:31:13 < englishman> Jagten (2012) 2018-11-21T23:31:20 < kakimir> halt 2018-11-21T23:31:26 < kakimir> processing.. 2018-11-21T23:31:27 < Steffanx> This is Predator.. 2018-11-21T23:31:35 < kuldeep> englishman, i tested on oscilloscope. seems fine to me. 2018-11-21T23:31:56 < englishman> well if everything works, why doesnt it work! 2018-11-21T23:32:06 < Steffanx> basic action, scifi, fantasy, its all there kakimir 2018-11-21T23:32:19 < Hamilton> Cracki, Ah sorry big short 2018-11-21T23:32:36 < englishman> doesnt that new predator movie have ##stm32 content in it 2018-11-21T23:32:37 < Hamilton> oppurtunity 2018-11-21T23:32:55 < Hamilton> englishman, lol way 2018-11-21T23:33:01 < englishman> yea 2018-11-21T23:33:15 < kuldeep> englishman, yes! that is what is haunting me. :/ 2018-11-21T23:33:22 < englishman> and that prometheus movie, and pacific rimjob 2018-11-21T23:33:29 < englishman> all feature ##stm32 products 2018-11-21T23:33:32 < Steffanx> Does it, englishman? 2018-11-21T23:33:35 < Hamilton> stm32 content like what? they say shit to scify things> 2018-11-21T23:33:48 < kakimir> my choise: short call 2018-11-21T23:33:54 < englishman> product placements are getting more and more niche 2018-11-21T23:34:08 < Hamilton> kakimir, Big short? 2018-11-21T23:34:44 < kakimir> wait 2018-11-21T23:34:50 < kakimir> this is "shot caller" 2018-11-21T23:34:55 < kuldeep> englishman, though im still in the same problem. but while talking to you i got moral support as well as saw some minor flaws in my argument as well. THANKS! 2018-11-21T23:35:01 < englishman> lol 2018-11-21T23:35:02 < englishman> np 2018-11-21T23:35:39 < kakimir> Hamilton: I have seen it - there movies are basically my movie watch history 2018-11-21T23:35:43 < kakimir> these 2018-11-21T23:37:07 < Hamilton> kakimir, A seperation (2009?)? 2018-11-21T23:37:40 < englishman> why not some finnish content https://www.youtube.com/watch?v=CiTS3dcYicw&vl=en 2018-11-21T23:38:52 < Hamilton> Cracki, you watched it? 2018-11-21T23:38:56 < kakimir> Hamilton: I'll keep that in mind 2018-11-21T23:40:06 < Hamilton> englishman, more like Murican? 2018-11-21T23:40:10 < kakimir> Critics Consensus: Morally complex, suspenseful, and consistently involving, A Separation captures the messiness of a dissolving relationship with keen insight and searing intensity. 2018-11-21T23:40:31 < kakimir> I just want to phase out 2018-11-21T23:40:39 < kakimir> at this time 2018-11-21T23:40:42 < englishman> Hamilton: murican content https://www.youtube.com/watch?v=rIlwHT4IdRc 2018-11-21T23:40:59 < Hamilton> kakimir, phase out meaning relax? 2018-11-21T23:41:00 < kakimir> I watch interesting movies at daytime 2018-11-21T23:41:11 < kakimir> yes 2018-11-21T23:41:26 < kakimir> thanks for the recommds guise 2018-11-21T23:42:37 < Hamilton> kakimir, pride and prejudice 2018-11-21T23:42:44 < Hamilton> I guess you've watched everything 2018-11-21T23:43:20 < kakimir> not that one 2018-11-21T23:44:11 < kakimir> I already got a movie Hamilton 2018-11-21T23:45:14 < englishman> why not read a book 2018-11-21T23:46:11 < kakimir> a.. what? 2018-11-21T23:48:39 < kakimir> englishman: very interesting video about minigun 2018-11-21T23:49:51 < Hamilton> kakimir, or you could just, you know, browse 9gag, reddit/r/popular 2018-11-21T23:50:31 < Hamilton> *sigh* first post of 9gag now is boston dynamics 2018-11-21T23:50:44 < kakimir> I already have a mobie 2018-11-21T23:50:47 < kakimir> movie 2018-11-21T23:50:55 < kakimir> I just wait until I go to shower 2018-11-21T23:51:53 < Steffanx> What movie? 2018-11-21T23:52:09 < kakimir> shot caller 2018-11-21T23:52:26 < Hamilton> lol typo became recom 2018-11-21T23:54:12 < Hamilton> This is life...I once glanced over a book of one of my friends (it was Coerlstone? History of philosophy) just to real two sentences...It read: If Hitler's parents didn't meet, would the WW2 have happened?....That was so deep I stopped reading the book --- Day changed Thu Nov 22 2018 2018-11-22T00:06:24 < Steffanx> Would you be here is they didnt meet. Think about it, Hamilton 2018-11-22T00:06:36 < Steffanx> This chain of events 2018-11-22T00:06:48 < Steffanx> Is = if 2018-11-22T00:07:51 < Hamilton> Steffanx, no I think 2018-11-22T00:08:05 < Hamilton> small decisions really cause huge difference in life 2018-11-22T00:08:29 < Hamilton> just one word hearing from someone...just one minute more of youtube 2018-11-22T00:08:51 < Steffanx> Yw. Ive changed your life. :p 2018-11-22T00:09:11 < Hamilton> Any of you guys watch twitch? 2018-11-22T00:09:24 < Hamilton> I played Warcraft 3 back in the day 2018-11-22T00:09:30 < Steffanx> Not really. 2018-11-22T00:10:05 < BrainDamage> yes, I am a camgirl that rakes up 2k$/night with boobs and PUBG 2018-11-22T00:10:11 < Hamilton> lol 2018-11-22T00:10:26 < Hamilton> BrainDamage always comes in bombing 2018-11-22T00:10:37 < Steffanx> No boobs on twitch.. 2018-11-22T00:11:04 < BrainDamage> without sarcasm my life would be pretty empty 2018-11-22T00:11:15 < Hamilton> nah man..you good 2018-11-22T00:11:23 < Steffanx> It wasnt sarcasm right? 2018-11-22T00:11:42 < BrainDamage> well, you've met me, you should be able to judge on your own 2018-11-22T00:11:46 < Hamilton> Wise men of #stm32...still wondering what is the product englishman was talking about 2018-11-22T00:12:55 < Steffanx> Idk. When? 2018-11-22T00:13:38 < Hamilton> :02:36 englishman | doesnt that new predator movie have ##stm32 content in it 2018-11-22T00:14:01 < Steffanx> Probably some of dongs's screens 2018-11-22T00:14:22 < Hamilton> #too_meta4me 2018-11-22T00:14:35 < Hamilton> Anyway here is the guy I watch: https://www.twitch.tv/followgrubby 2018-11-22T00:14:51 < Steffanx> Is it 03.14 in iran? 2018-11-22T00:14:56 < Hamilton> 1:44 2018-11-22T00:15:02 < Steffanx> Oh half time zones 2018-11-22T00:15:39 < Steffanx> Why your post said 02:36? :) 2018-11-22T00:16:02 < Steffanx> Oh seconds :D 2018-11-22T00:16:10 < Steffanx> Lol. Good morning Steffanx 2018-11-22T00:16:19 < Hamilton> 01:02:36 englishman | 2018-11-22T00:17:43 < englishman> wtf time zone is that 2018-11-22T00:17:45 < englishman> 30 mins off 2018-11-22T00:18:09 < Hamilton> englishman, you mean GMT 3.5? 2018-11-22T00:18:43 < englishman> are you in iran 2018-11-22T00:18:54 < Hamilton> yea 2018-11-22T00:18:58 < englishman> cool 2018-11-22T00:19:09 < englishman> i hope you guys get nukes soon 2018-11-22T00:19:29 < Hamilton> *sighs* 2018-11-22T00:20:12 < Steffanx> Israel? 2018-11-22T00:20:33 < englishman> just make sure your nukes dont get stuxnet 2018-11-22T00:21:25 < Hamilton> By the way, Trump just called Iran a terrorist *nation* 2018-11-22T00:22:47 < jadew> just saw a good movie 2018-11-22T00:22:51 < jadew> 2018 is saved 2018-11-22T00:22:58 < Hamilton> ^ 2018-11-22T00:23:12 < jadew> The ballad of buster scruggs 2018-11-22T00:23:19 < Steffanx> Cant be good 2018-11-22T00:23:27 < jadew> randomly clicked on it on netflix 2018-11-22T00:23:57 < Hamilton> ah western 2018-11-22T00:23:59 < Steffanx> Comedy, Drama, Musical, Fuck No. 2018-11-22T00:24:17 < jadew> Steffanx, don't be fooled by that 2018-11-22T00:24:31 < jadew> it might be the best movie I've seen in the past several years 2018-11-22T00:24:37 < Steffanx> No. 2018-11-22T00:24:47 < jadew> and I'm not easy to please 2018-11-22T00:24:49 < Steffanx> Ty 2018-11-22T00:25:10 < jadew> but I don't want to ramp it up, it might not be what you expect 2018-11-22T00:25:17 < jadew> as you said, drama, comedy, musical :P 2018-11-22T00:25:25 < englishman> that movie looked terrible 2018-11-22T00:25:30 < englishman> the buster scraggs 2018-11-22T00:25:35 < Steffanx> ✓ 2018-11-22T00:26:07 < jadew> that movie is a 10+ for me 2018-11-22T00:27:30 < Hamilton> g'night #stm32 2018-11-22T00:27:34 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has left ##stm32 ["WeeChat 2.3"] 2018-11-22T00:27:35 < jadew> night 2018-11-22T00:28:06 < jadew> btw, that "cam" movie about the chick on chaturbate wasn't bad either 2018-11-22T00:28:15 < jadew> I remember I mentioned starting to watch it last week 2018-11-22T00:28:20 < Steffanx> What kind of substance did you use before watching it? 2018-11-22T00:28:27 < jadew> finished it over the weekend and it was surprisingly ok 2018-11-22T00:28:31 < Steffanx> Or do you use leaded solder? 2018-11-22T00:28:34 < Steffanx> Studf 2018-11-22T00:28:36 < Steffanx> F 2018-11-22T00:28:36 < jadew> haha 2018-11-22T00:28:42 < jadew> Steffanx, which one? 2018-11-22T00:28:46 < jadew> the chaturbate one or this one? 2018-11-22T00:28:58 < Steffanx> The musical one 2018-11-22T00:30:05 < englishman> he's not the only one huffing lead apparently 2018-11-22T00:34:30 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2018-11-22T00:35:53 < jadew> man that felt good 2018-11-22T00:36:23 < jadew> reminds me of the time when I had good movies to watch every week 2018-11-22T00:37:44 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-22T00:40:24 < jadew> for the record, that was when married with children was still on air, and they were putting out one episode per week 2018-11-22T00:40:26 < jadew> https://media.giphy.com/media/1gArwncRlXac8GIhNy8/giphy.gif 2018-11-22T00:41:14 < kakimir> https://www.youtube.com/watch?v=eUUupR-ongs electric light :o 2018-11-22T00:43:22 -!- sterna [~Adium@c-bfebe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 244 seconds] 2018-11-22T00:43:40 < jadew> that looks cool 2018-11-22T00:44:20 < jadew> you can change your license plate number with that 2018-11-22T00:44:54 < jadew> (not sure if he has white - didn't see the whole video) 2018-11-22T00:45:07 < kakimir> I would use e-ink 2018-11-22T00:45:18 < kakimir> in that purpose 2018-11-22T00:45:20 < jadew> hmm, that should work too 2018-11-22T00:45:24 < jadew> much better for sure 2018-11-22T01:13:46 < con3> so stm is launching an AI version of cube? 2018-11-22T01:15:01 < aandrew> nah 2018-11-22T01:15:10 < aandrew> they're just releasing the AI that they have writing the shitty cubemx libs 2018-11-22T01:15:30 < con3> they mentioned it at electronica 2018-11-22T01:15:49 < con3> havent looked into it 2018-11-22T01:15:50 < con3> one sec 2018-11-22T01:15:55 < con3> https://www.youtube.com/watch?v=Fhs2TbJG58I 2018-11-22T01:16:08 < englishman> they're converting all C libs to Adobe Illustrator 2018-11-22T01:16:33 < con3> I didn't even know you could run NN's on stm's 2018-11-22T01:17:02 < con3> H series? 2018-11-22T01:18:21 < con3> https://www.st.com/content/st_com/en/about/innovation---technology/artificial-intelligence.html 2018-11-22T01:20:56 < con3> there releasing in Q1 2019, so keen to see what it actually encompasses 2018-11-22T01:22:24 < con3> https://www.youtube.com/watch?time_continue=23&v=pLGeGYQcUWU 2018-11-22T01:29:38 < con3> hmm..this is pretty cool 2018-11-22T01:35:52 < con3> Cracki: Don't know too much about ML/AI. but very surprised that it could be implemented on a nucleo. Hmm.. need to start andrew ng's course sometime and start looking at this stuff 2018-11-22T01:37:00 < bitmask> grr, how do you mount a breakout board that doesn't have mounting holes 2018-11-22T01:39:13 < bitmask> epoxy might be it 2018-11-22T01:42:45 < jadew> https://www.youtube.com/watch?v=OXX423ErY1U 2018-11-22T01:52:48 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2018-11-22T01:55:30 -!- aeo1ack [~psprint@91.245.82.2] has quit [Ping timeout: 252 seconds] 2018-11-22T01:57:46 -!- emeb_mac [~ericb@ip68-2-69-216.ph.ph.cox.net] has joined ##stm32 2018-11-22T01:57:54 -!- emeb_mac [~ericb@ip68-2-69-216.ph.ph.cox.net] has quit [Client Quit] 2018-11-22T03:05:09 < sync> Cracki: why not learn the русский язык 2018-11-22T03:09:44 * con3 screams in embedded agony 2018-11-22T03:31:21 < aandrew> blah 2018-11-22T03:31:24 < aandrew> keil is such bullshit 2018-11-22T03:31:36 < aandrew> open uvproj, it says there's packs missing but doesn't tell you which 2018-11-22T03:31:52 < aandrew> so I open the uvproj in an editor and see that it wants a specific version of the nordic shit, so I download it and install the pack 2018-11-22T03:31:55 < aandrew> it still complains 2018-11-22T03:32:05 < aandrew> how does dongs put up with this bullshit 2018-11-22T03:32:51 < aandrew> if I go to the project options, it *looks* like it has what it wants fr the device but there's nothing saying "for this project you need pack x, y, z of version foo, bar, baz" 2018-11-22T03:42:36 < englishman> my nordick shit worked fine without pax 2018-11-22T03:43:03 < englishman> just the cmsis shit to not have to include a bunch of redundant crap 2018-11-22T03:43:19 < englishman> then you can easily swap out nordic libraries and softdevice 2018-11-22T03:43:27 -!- rajkosto [~Rajko@cable-178-149-113-218.dynamic.sbb.rs] has joined ##stm32 2018-11-22T03:47:00 < aandrew> hm 2018-11-22T03:47:07 < aandrew> it must be some shitty path thing 2018-11-22T03:47:21 < aandrew> it says it can't find things like core_cm0.h which is there, just can't seem to find the shit 2018-11-22T03:51:11 < englishman> fuck samtec 2018-11-22T03:52:49 < aandrew> lol still 2018-11-22T03:52:57 < aandrew> what part did they fuck you on? 2018-11-22T03:54:32 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-22T03:56:07 < englishman> its not so much which part but which country and which customer support and which massive logistics failure and which tarriff 2018-11-22T04:58:31 -!- emeb [~ericb@ip68-2-69-216.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-22T05:38:48 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-22T05:53:26 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-22T06:06:45 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-22T06:06:53 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-22T06:08:04 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 268 seconds] 2018-11-22T06:08:08 -!- BrainDamage_ is now known as BrainDamage 2018-11-22T06:11:31 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-22T06:12:40 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 264 seconds] 2018-11-22T06:12:40 -!- BrainDamage_ is now known as BrainDamage 2018-11-22T06:17:24 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Read error: Connection reset by peer] 2018-11-22T06:18:05 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-22T06:37:59 -!- fc5dc9d4_ [~quassel@p5B081387.dip0.t-ipconnect.de] has joined ##stm32 2018-11-22T06:41:54 -!- fc5dc9d4 [~quassel@p5B0814DE.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 2018-11-22T06:50:39 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-22T06:50:53 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-22T07:06:30 -!- rajkosto [~Rajko@cable-178-149-113-218.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2018-11-22T07:08:15 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-22T07:16:17 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 276 seconds] 2018-11-22T07:16:28 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-22T07:31:19 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 268 seconds] 2018-11-22T07:43:01 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-22T07:45:34 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-22T07:46:00 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 244 seconds] 2018-11-22T07:46:05 -!- day__ is now known as day 2018-11-22T07:53:48 < dongs> < aandrew> it still complains 2018-11-22T07:53:49 < dongs> ur dumb 2018-11-22T07:54:00 < dongs> 1) dont fucking use packs, install legacy_cm shit 2018-11-22T07:54:24 < dongs> 2) if you do use packs, make a project so that its selfcontained and local copies of all the shit, and uncheck 'use system includes' from the proj properties 2018-11-22T07:54:28 < dongs> then its portable to anywehre without any faggot shit 2018-11-22T08:38:36 -!- sterna [~Adium@c-d1ebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-22T08:49:09 < qyx> no. 2018-11-22T08:54:03 < bitmask> I have a noob question. say I have a 12v battery powering a 5V mcu. attached to the mcu is an IC with 5V logic levels. can I attach the GND pin of the IC straight to the battery gnd? 2018-11-22T08:56:15 < bitmask> onboard, the mcu accepts 12+V 2018-11-22T09:08:59 < bitmask> the battery is 12V and the mcu is 5V 2018-11-22T09:18:36 < jpa-> what does "accepts 12+V" mean? something like regulator on board? 2018-11-22T09:18:58 < jpa-> if the board has a regulator, yeah, GND is usually connected directly and regulator is between +12V and +5V 2018-11-22T09:19:44 < bitmask> yes, he asked if there was a regulator, I said onboard 2018-11-22T09:21:44 < bitmask> I'm just confused about the physics of it. in this case, gnd is gnd is gnd? doesnt matter at what point it gets connected? I just wasnt sure if the mcu is reading a value from an IC if the IC's gnd pin had to be directly connected to the mcu or if I could connect it downstream right by the battery 2018-11-22T09:25:24 -!- sterna [~Adium@c-d1ebe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 252 seconds] 2018-11-22T09:25:25 < zyp> it does matter 2018-11-22T09:25:44 < bitmask> so connect it to the mcu 2018-11-22T09:26:04 < zyp> if you look simple at it, all points connected to ground should be at the same level 2018-11-22T09:26:37 < zyp> but if you consider real world physics, you'll have voltage drops across all ground conductors that passes significant current too 2018-11-22T09:27:01 < zyp> so a ground in one device might not exactly equal ground in another device 2018-11-22T09:27:15 < zyp> or it might mostly do, but have some overlaid noise 2018-11-22T09:27:32 < bitmask> so whatever is 'using it' should be connected together, keep connections more direct 2018-11-22T09:27:44 < zyp> and when you start making ground loops, stuff starts getting complicated 2018-11-22T09:28:18 < bitmask> ok thanks, I'll keep things separate for now then and read up on it when I have time 2018-11-22T09:28:59 < zyp> but yeah, basic rule is that the ground for a signal should connect to ground as close to the signal in each end 2018-11-22T09:29:23 < bitmask> gotcha 2018-11-22T09:29:24 < zyp> after all, the ground connector carries the return current, and the longer detour it has to take, the more inductance you add 2018-11-22T09:36:08 -!- FrankD [~FrankD@unaffiliated/frankd] has joined ##stm32 2018-11-22T09:36:26 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-22T09:47:10 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-22T09:49:28 -!- sterna1 [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-22T09:49:28 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Read error: Connection reset by peer] 2018-11-22T10:06:29 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-22T10:13:48 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] 2018-11-22T10:14:40 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-22T10:17:17 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-22T10:46:50 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 244 seconds] 2018-11-22T10:52:16 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 264 seconds] 2018-11-22T11:00:46 -!- Steffann [~steffanx@unaffiliated/steffanx] has joined ##stm32 2018-11-22T11:01:18 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Ping timeout: 244 seconds] 2018-11-22T11:15:25 -!- phryk [~phryk@ip-88-153-140-173.hsi04.unitymediagroup.de] has quit [Ping timeout: 246 seconds] 2018-11-22T11:27:15 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-22T11:46:52 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Remote host closed the connection] 2018-11-22T11:51:20 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-22T12:05:27 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-22T12:14:09 < kakimir> EP Pad pin1 identification chamfer 2018-11-22T12:14:19 < kakimir> do I need to do similar to footprint 2018-11-22T12:14:37 < kakimir> to avoid solder pushing under non pad area 2018-11-22T12:17:45 < kakimir> what do you think about 0 clearance for soldermask? 2018-11-22T12:20:28 < dongs> you autistick fuck 2018-11-22T12:20:38 < dongs> no you dont need to do teh notch on epad 2018-11-22T12:20:50 < dongs> when professionals make your stencil they will adjust the openings based on waht they know is right 2018-11-22T12:20:54 < dongs> and not waht kikecad thinks is right 2018-11-22T12:23:44 < day> but most professionals use kicad 2018-11-22T12:31:12 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 244 seconds] 2018-11-22T12:40:45 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-22T12:45:07 * karlp laughs 2018-11-22T12:45:08 -!- ekaOlogik [~quassel@x59cc9a3f.dyn.telefonica.de] has joined ##stm32 2018-11-22T12:45:18 < karlp> kicad's great, but it's still kicad. 2018-11-22T12:46:07 < karlp> so pro, tried submitting new symbols, "you need to fill in these fields before we can accept" "how?" "oh, we removed them in the current version, so you can't do this anymore, use an old version to edit this symbol"...... 2018-11-22T12:46:14 < karlp> pro as dongs... 2018-11-22T12:46:41 < zyp> hrm, reworking boards is fucking tedious 2018-11-22T12:47:00 < zyp> it's fun to do one board, not so much to repeat it on another six 2018-11-22T12:48:20 < zyp> or more for that matter, but I don't think I have patience for more than six today 2018-11-22T12:49:21 < jadew> well, what's the alternative? 2018-11-22T12:49:35 < jadew> the next best thing costs many $$$$ 2018-11-22T12:53:34 < kakimir> dongs: hello dongs 2018-11-22T12:53:51 < kakimir> you make my day 2018-11-22T12:56:02 < kakimir> it's interesting that I have not yet failed to do working footprints at works 2018-11-22T12:56:14 < kakimir> every single one has worked with reflow 2018-11-22T12:56:22 < kakimir> and right pin order etc. 2018-11-22T12:56:41 < zyp> fuck 2018-11-22T12:56:55 < zyp> third board of the day, shit doesn't work 2018-11-22T13:00:10 < kakimir> should extended pad outer edge make 45degree angle with pin high edge in QFN pkg 2018-11-22T13:00:24 < kakimir> what? 2018-11-22T13:01:11 < kakimir> we have had this discusion before 2018-11-22T13:01:53 < kakimir> I use stuff like standard size resistors and caps 2018-11-22T13:02:19 < kakimir> we have had this discusion 2018-11-22T13:02:30 < kakimir> atmel chips do not come with recommended footprint 2018-11-22T13:04:24 < kakimir> oh these are nowdays some standard "JEDEC" 2018-11-22T13:04:40 < kakimir> https://drive.google.com/file/d/1FdIQ0bM4YqIy7wPNGPciNrq20lHm0a36/view?usp=sharing 2018-11-22T13:06:15 < kakimir> I made pin pads by maximum width of pin in datasheet 2018-11-22T13:08:00 < karlp> jadew: alternative to kicad? oh no, kicad's fine, there's no alternative, just a weird project management position to be in where you can't use the current software to contribute tot he current software :) 2018-11-22T13:10:09 < Steffann> Haohmaru pros make their own footprints 2018-11-22T13:10:13 < kakimir> time to do smallest pin pitch yet 2018-11-22T13:10:15 < kakimir> 0.4mm 2018-11-22T13:10:32 -!- Steffann is now known as Steffanx 2018-11-22T13:10:51 < zyp> hmm, this is weird, checked signals with LA, I see a frame being sent repeatedly on CANTX and the echo back on CANRX, but the ACK from the remote node doesn't show up 2018-11-22T13:11:18 < zyp> and the remote is known good 2018-11-22T13:11:45 < kakimir> Haohmaru: check your kicad. I need QFN 20pin 1EP 3x3mm and 0.4mm pin pitch 2018-11-22T13:11:58 -!- ekaOlogik [~quassel@x59cc9a3f.dyn.telefonica.de] has quit [Remote host closed the connection] 2018-11-22T13:12:05 < kakimir> sometimes I need same but with 0.45mm pin pitch 2018-11-22T13:12:28 < kakimir> this thing has only weird sizes like 3x4mm wtf 2018-11-22T13:13:10 < kakimir> oh I found it 2018-11-22T13:13:18 < kakimir> UQFN 2018-11-22T13:13:29 < kakimir> it has ugli rounded pads for pins 2018-11-22T13:13:33 < kakimir> I don't trust this 2018-11-22T13:15:03 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-22T13:15:08 < kakimir> yes 2018-11-22T13:15:38 < kakimir> but seriously probs anything with anywhere close the pin pattern would work 2018-11-22T13:15:45 < kakimir> and right pin pitch 2018-11-22T13:17:39 < kakimir> corner pins have chamfer inside them 2018-11-22T13:17:56 < kakimir> pins are made of 3pins with same number there 2018-11-22T13:18:43 < kakimir> I thought it was hypothetical possibility to have custom pins 2018-11-22T13:19:23 < kakimir> pads yes 2018-11-22T13:27:50 < kakimir> I won't change kicad version on the fly 2018-11-22T13:28:12 < kakimir> but I think I need to check it after this project 2018-11-22T13:31:12 < kakimir> 5.0.0 rc2 2018-11-22T13:31:16 < kakimir> hnn' 2018-11-22T13:31:43 < kakimir> Version: (5.0.0-rc2-dev-242-g2ff74cb3f), release build 2018-11-22T13:35:47 < kakimir> me don know 2018-11-22T13:36:09 < kakimir> idk idc 2018-11-22T13:36:16 < kakimir> it works 2018-11-22T13:36:24 < karlp> I thoughtyou were running nightlies kakimir? 2018-11-22T13:37:52 < kakimir> not at works 2018-11-22T13:45:28 < Sadale> Is there a limit of the max resistance used if I'm feeding the output of a resistor ladder to an ADC port? 2018-11-22T13:46:15 < karlp> there's a section in the datasheet (not the RM) about the electrical parameters of the adc. 2018-11-22T13:46:56 < Sadale> Right. 2018-11-22T13:47:09 < Sadale> I've just noticed that some MCU has that parameter. 2018-11-22T13:47:14 < Sadale> It's just that the one I was looking at didn't have it. 2018-11-22T13:50:38 < karlp> look harder 2018-11-22T13:50:38 < day> Sadale: the input resistance should be specified somewhere i believe 2018-11-22T13:50:47 < Sadale> Try looking into it yourself. 2018-11-22T13:50:54 < Sadale> STM8S001J3 datasheet. 2018-11-22T13:51:00 < Sadale> This one doesn't have it. I've looked around. 2018-11-22T13:51:49 < zyp> "Try looking into it yourself." is a pretty bad way of asking for help 2018-11-22T13:52:01 < Sadale> lol nope. 2018-11-22T13:52:08 < Sadale> I already got an answer from another document. 2018-11-22T13:53:10 < zyp> good for you 2018-11-22T13:53:42 < Sadale> Somehow it's not in the datasheet. It's just weird. 2018-11-22T13:53:54 < Sadale> Perhaps the guys in ST left it out somehow 2018-11-22T14:04:48 < Sadale> apparnetly I can increase the input impedence by reducing the sampling rate. 2018-11-22T14:07:46 < zyp> page 71 seems to describe it pretty well 2018-11-22T14:08:03 < jadew> anyone got these? https://www.aliexpress.com/item/fast-shipping-50pcs-SMD-SMT-component-container-storage-boxes-electronic-case-kit-the-1-Automatically-pops/32367611676.html 2018-11-22T14:08:25 < qyx> yes 2018-11-22T14:08:32 < jadew> any good? 2018-11-22T14:08:54 < qyx> moderately 2018-11-22T14:08:57 < qyx> I have 200 of them 2018-11-22T14:09:15 < qyx> some of them (~5) are broken 2018-11-22T14:11:17 < Sadale> zyp, except that it said nothing about max input impedance:P 2018-11-22T14:11:57 < Sadale> In fact it has said something. But there's no value given at all. 2018-11-22T14:12:02 < qyx> Sadale: there is even an AN document "how to get best accuracy using stm32 adc" 2018-11-22T14:12:19 < Sadale> cool! Thanks qyx :3 2018-11-22T14:12:29 < Sadale> wow. What's with all these three letters nicknames? 2018-11-22T14:12:49 < Sadale> I relate this to those old school games that allows you to enter three letter names on highscore board. 2018-11-22T14:13:35 < qyx> it tells you how to compute different kinds of possible errors 2018-11-22T14:13:44 < qyx> and adjust external parts/driving to mnimize them 2018-11-22T14:19:37 < aandrew> < zyp> "Try looking into it yourself." is a pretty bad way of asking for help 2018-11-22T14:19:41 < aandrew> < Sadale> lol nope. 2018-11-22T14:19:49 < aandrew> Sadale: yes, it actually is a pretty bad way of asking ofr hlep 2018-11-22T14:19:51 < Sadale> lol 2018-11-22T14:19:53 < aandrew> you found the answer independently which is great 2018-11-22T14:19:59 < Sadale> aandrew, don't worry. I wasn't asking for help at all xD 2018-11-22T14:20:14 < Sadale> I was just like "huh? You don't believe that? Try proofing me wrong yourself!" 2018-11-22T14:20:22 < Sadale> I'm sorry that it came out to be a bit rude, tho :3 2018-11-22T14:20:26 < aandrew> but treating people like this is a pretty good way to get yourslef to the bottom of the list in future 2018-11-22T14:20:29 < aandrew> no worries 2018-11-22T14:20:40 < aandrew> we deal with all kinds of people here and are ourselves all kinds of people 2018-11-22T14:20:52 < aandrew> btw 2018-11-22T14:20:57 < aandrew> < Sadale> wow. What's with all these three letters nicknames? 2018-11-22T14:21:01 < aandrew> < Sadale> I relate this to those old school games that allows you to enter three letter names on highscore board. 2018-11-22T14:21:04 < aandrew> lol :-) 2018-11-22T14:21:07 < aandrew> never thought of it that way 2018-11-22T14:21:23 < aandrew> although I figure we'd see a lot more ASS and DIK and FUK and so on if that were the case 2018-11-22T14:21:31 < Sadale> lol 2018-11-22T14:21:47 < aandrew> in fact those nicks are probably all on freenode, just not in this chan 2018-11-22T14:22:20 < karlp> (sadale was't even looking at stm32 adc specs though...) 2018-11-22T14:22:40 < Sadale> Not yet. Will read it. 2018-11-22T14:22:57 < aandrew> btw got my keil shit figured out last night 2018-11-22T14:22:57 < Sadale> Mainly because I'm looking into STM8 instead of STM32. Anyway, I think specs of STM32 would still parly apply. 2018-11-22T14:23:14 < aandrew> you need to make sure the CMSIS-CORE checkbox is ticked 2018-11-22T14:23:19 < aandrew> what an idiotic way to write software 2018-11-22T14:24:03 < Sadale> karlp, oh. I thought that you were the guy who asked me to read ""how to get best accuracy using stm32 adc"' 2018-11-22T14:24:50 < Sadale> karlp, Here's why. yes. STM32 ADC does state the max input impedance. But I'm going to use STM8. So I read the specs of STM8. And surprise! There's no max input impedance of adc characteristic in the specs. 2018-11-22T14:25:16 < karlp> which is why we'd been telling you to look better, because we know it's in the stm32 sheets :) 2018-11-22T14:25:37 < Sadale> true. 2018-11-22T14:27:37 < aandrew> lol 2018-11-22T14:27:51 < aandrew> "it's in the datasheet" "I'm using stm8" "look harder int he stm32" 2018-11-22T14:28:14 < Sadale> I guess he's asking me to switch to STM32 xD 2018-11-22T14:28:23 < Sadale> That would work out, tho. I'm still in design stage xD 2018-11-22T14:29:08 < qyx> ou, stm8 2018-11-22T14:29:14 < qyx> then I said nothing 2018-11-22T14:30:05 < Sadale> I guess this isn't the right channel to ask stuffs about STM8 2018-11-22T14:30:40 < Sadale> qyx, still your document may be useful for those design technique and stuffs. Thanks. :3 2018-11-22T14:32:00 < aandrew> Sadale: out of curiousity why are you looking at stm8? 2018-11-22T14:32:07 < Sadale> For fun xD 2018-11-22T14:32:16 < Sadale> Well, it's just another hobbyist project. 2018-11-22T14:32:27 < Sadale> I wanna use the weakest microcontroller possible. 2018-11-22T14:32:40 < Sadale> Then I came up with STM8S001J3 2018-11-22T14:32:47 < Sadale> s/up with/across/ 2018-11-22T14:33:15 < aandrew> oh I see 2018-11-22T14:34:33 < Sadale> This is all what I got about this STM8 microcontroller: "During the sample time the input capacitance C AIN (3 pF max) can be charged/discharged by the external source. The internal resistance of the analog source must allow the capacitance to reach its final voltage level within t S. After the end of the sample time t S , changes of the analog input voltage have no effect on the conversion result. Values for the sample clock t S depend on 2018-11-22T14:34:33 < Sadale> programming." 2018-11-22T14:34:41 < Sadale> It also came with a few equations. 2018-11-22T14:35:08 < Sadale> The equations is in a separate document. 2018-11-22T14:35:32 < Sadale> I wonder if what it really meant is, there's no max input impedance as long as the equation is satisfied. 2018-11-22T14:37:24 < zyp> naturally 2018-11-22T14:38:22 < aandrew> that seems odd though; usually they'll spec the internal resistance to the internal cap 2018-11-22T14:38:50 < Sadale> aandrew, agreed. In fact, I've also checked another STM8 microtroller. That's STM8L instead of STM8S. 2018-11-22T14:38:56 < aandrew> 99% of the time IDGAF because I'm driving the input with a voltage follower so a few kohms of input resistance is of no consequence 2018-11-22T14:38:57 < Sadale> And STM8L does have max input impedance. 2018-11-22T14:39:31 < Sadale> What I'm trying to do now is to increase the input resistance to as high as possible. 2018-11-22T14:41:19 < karlp> huh, boost converter with an enable pin. 2018-11-22T14:41:31 < dongs> why not 2018-11-22T14:41:33 < karlp> turning it off..... turns off boost. 2018-11-22T14:41:40 < karlp> but jsut connects input to ouput. 2018-11-22T14:41:41 < dongs> and? 2018-11-22T14:41:43 < dongs> cool 2018-11-22T14:41:55 < karlp> not what I would have expected from an enable pin. 2018-11-22T14:42:02 < karlp> I guess that could be useful sometimes? 2018-11-22T14:42:03 < dongs> well considering how boost works 2018-11-22T14:42:09 < dongs> when its "off" 2018-11-22T14:42:14 < dongs> the vcc just flows to out 2018-11-22T14:42:15 < dongs> through inductor 2018-11-22T14:42:27 < zyp> yeah 2018-11-22T14:42:29 < dongs> you'd need special fuckery to make it actually disconect yea? 2018-11-22T14:42:43 < karlp> yeah, I guess i hadn't looked that far. 2018-11-22T14:43:09 < karlp> seems not very useful to enable/disable then 2018-11-22T14:43:24 < zyp> not if you want it to act as a power switch 2018-11-22T14:43:58 < zyp> but still useful to reduce consumption when the rail is idle 2018-11-22T14:50:23 -!- cjbaird [~cjb@124-169-137-106.dyn.iinet.net.au] has joined ##stm32 2018-11-22T14:51:20 < qyx> there are true output disconnect boosts 2018-11-22T14:51:27 < qyx> if you are searching for this feature 2018-11-22T14:54:45 < qyx> and to be actually helpful, I have TPS61099 (true disconnect) in my notes 2018-11-22T14:55:05 < qyx> TLV61220 with pass-through 2018-11-22T14:55:14 < qyx> (both ~5V out, very low Iqň 2018-11-22T14:56:30 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-22T14:58:36 < dongs> dat packge 2018-11-22T15:12:12 -!- tctw [~Tectu@82-197-160-105.init7.net] has joined ##stm32 2018-11-22T15:13:22 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-22T15:19:54 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-22T15:21:54 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-22T15:25:03 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 245 seconds] 2018-11-22T15:25:03 -!- [1]MrMobius is now known as MrMobius 2018-11-22T15:34:43 -!- cjbaird [~cjb@124-169-137-106.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] 2018-11-22T15:54:19 < englishman> who is tagging on stm8 2018-11-22T15:54:24 < englishman> stm8 is gr8 2018-11-22T16:12:20 < Steffanx> No. 2018-11-22T16:12:47 < englishman> yes 2018-11-22T16:14:48 < dongs> STM8 is certainly > any AVR 2018-11-22T16:18:11 < Steffanx> For sure. 2018-11-22T16:18:17 < Steffanx> Price wise 2018-11-22T16:19:53 < Steffanx> Even china likes em 2018-11-22T16:20:51 < englishman> Bill Cosby was spokesman for TI in 1982 2018-11-22T16:21:00 < englishman> he sold 99/4As 2018-11-22T16:22:17 < Steffanx> Ty for this information englishman 2018-11-22T16:23:39 < englishman> the 99/4A sold so poorly, TI stock rose 25% when they discontinued it 2018-11-22T16:33:02 < englishman> samtec salesman called 2018-11-22T16:33:07 < englishman> let it go to voicemail 2018-11-22T17:02:14 < Steffanx> Do you miss the blaxter, englishman ? 2018-11-22T17:02:27 < englishman> not in the slightest, he spams nonstop in ##ascii 2018-11-22T17:02:49 < Thorn> game 10 begins 2018-11-22T17:09:06 < Steffanx> ##ascii is meant for spam right? 2018-11-22T17:13:38 < englishman> yes, but colourful art spam, not 4chan links 2018-11-22T17:42:20 < jadew> did you kick him or what? 2018-11-22T17:43:28 < Ultrasauce> blaxploitation 2018-11-22T17:57:58 < qyx> is it spam time? 2018-11-22T17:58:29 < qyx> dongland https://www.youtube.com/watch?v=yd_LBofdNWs 2018-11-22T18:04:34 < qyx> idk 2018-11-22T18:07:51 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-22T18:21:47 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-22T18:22:47 -!- CygniX [~CygniX@opensuse/member/CygniX] has left ##stm32 ["Konversation terminated!"] 2018-11-22T18:23:51 -!- CygniX [~CygniX@opensuse/member/CygniX] has joined ##stm32 2018-11-22T18:31:44 -!- sterna1 [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-22T18:40:17 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-22T18:45:06 < Sadale> I don't quite understand why there's a maximum input impedance. Couldn't we just push up the max value by reducing the ADC clock speed? 2018-11-22T18:47:12 < zyp> there's some leakage too, not just charging the cap 2018-11-22T18:50:55 < Sadale> ah... I see. 2018-11-22T18:52:58 < Sadale> true. That'd literally take forever to charge that :p 2018-11-22T18:53:08 < Sadale> In fact it'd never get charged because of what zyp said. leakage. 2018-11-22T18:55:32 -!- sterna [~Adium@c-2ab9d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-22T19:03:11 -!- emeb [~ericb@ip68-2-69-216.ph.ph.cox.net] has joined ##stm32 2018-11-22T19:10:25 < kakimir> QFN package 2018-11-22T19:10:26 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2018-11-22T19:10:37 < kakimir> gnd pin and EP 2018-11-22T19:10:51 < kakimir> should I connect with copper trace 2018-11-22T19:10:52 < kakimir> or 2018-11-22T19:11:01 < kakimir> not 2018-11-22T19:13:22 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2018-11-22T19:16:20 < Steffanx> Enlighten us, kakimir 2018-11-22T19:16:39 < Steffanx> Ah ofcourse:) 2018-11-22T19:16:56 < Steffanx> Lol. 2018-11-22T19:21:33 < kakimir> do connect EP and GND pin or not? 2018-11-22T19:21:44 < kakimir> EP is via stitched 2018-11-22T19:21:46 < kakimir> already 2018-11-22T19:22:11 < kakimir> I wonder is paste could cause some issues between GND and EP 2018-11-22T19:22:14 < kakimir> if 2018-11-22T19:25:43 < karlp> via stitches on exposed pads are to let heat out, not to drain solder. 2018-11-22T19:26:51 < kakimir> karlp: both 2018-11-22T19:34:28 < Steffanx> Rtfm kakimir 2018-11-22T19:34:43 < karlp> Cracki: sure they are, you can let hot air out. 2018-11-22T19:35:00 < karlp> it's not just about sinking heat into a ground plane. 2018-11-22T19:35:29 < karlp> there's even guidelines on how big they should be so that they don't get plugged with solder and _do_ make sure they let air out 2018-11-22T19:40:55 < englishman> kakimir: you will have ugly uneven reflow and probably be missing the solder fillet on that pin 2018-11-22T19:41:01 < englishman> but it will be electrically fine 2018-11-22T19:59:01 < kakimir> thanks englishman 2018-11-22T19:59:15 < kakimir> didn't connect between gnd pin and ep 2018-11-22T19:59:26 < kakimir> gerbers now! 2018-11-22T20:00:59 -!- emeb [~ericb@ip68-2-69-216.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-22T20:04:32 < englishman> the samtec salesman said sorry 2018-11-22T20:07:55 < BrainDamage> sorry 9k or just sorry? 2018-11-22T20:09:34 < englishman> what do you think 2018-11-22T20:09:48 < englishman> https://i.redd.it/pgvc7vyoewz11.png 2018-11-22T20:14:30 < bitmask> oogie boogie 2018-11-22T20:14:32 < bitmask> ookie cookie 2018-11-22T20:18:42 < bitmask> the 5V pin of an arduino can handle a few RGB leds right? 2018-11-22T20:18:52 < bitmask> nano 2018-11-22T20:21:54 < bitmask> google is my friend 2018-11-22T20:31:49 < bitmask> I said 5V 2018-11-22T20:32:02 < bitmask> should be 1A but at 12V input they recommend max of 150mA 2018-11-22T20:32:30 < bitmask> maybe I'll use a buck converter to supply 5V or so 2018-11-22T20:33:31 < bitmask> then I can just use the 5V from the buck to power the rgb leds too so I dont need to go through the onboard reg 2018-11-22T20:35:36 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-22T20:37:19 -!- tprrt [~tprrt@217.114.201.133] has quit [Quit: leaving] 2018-11-22T20:37:31 < bitmask> yea, the buck will power the arduino and leds 2018-11-22T20:40:20 -!- phryk [~phryk@ip-95-223-41-236.hsi16.unitymediagroup.de] has joined ##stm32 2018-11-22T20:40:30 < bitmask> if I set the buck to 5V then I have to power via the 5V pin right? Vcc or Vin or whatever would have too big a voltage drop? 2018-11-22T20:45:13 < kakimir> next mad thing I try to do: use one buck boost regulator from 1S lipo to drive load with CC 2018-11-22T20:45:52 < kakimir> and the catch is: I try to use the very same regulator to charge that lipo from external powersource +5V 2018-11-22T20:47:39 < bitmask> yea thats what I said :) its a nano, I'll just power it on the 5V pin 2018-11-22T20:50:39 < bitmask> I feel better powering it from 5V instead of 12V too, its probably a clone, I'm not even sure 2018-11-22T20:51:04 < bitmask> actually it must be, it was cheap 2018-11-22T20:52:30 < bitmask> probably 2018-11-22T20:52:40 < bitmask> which is still good for 1A 2018-11-22T20:52:54 < bitmask> but I'll stick to the buck 2018-11-22T20:54:23 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-22T20:57:24 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 252 seconds] 2018-11-22T20:57:25 -!- [1]MrMobius is now known as MrMobius 2018-11-22T21:06:50 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 244 seconds] 2018-11-22T21:10:19 < englishman> is that how you spell compile 2018-11-22T21:11:04 < kakimir> kompilaatio 2018-11-22T21:12:03 < kakimir> = collection of texts about certain subject 2018-11-22T21:12:44 < kakimir> käännös = translation or compilation in case of compiling program code 2018-11-22T21:13:24 < Steffanx> Kumpel stvn 2018-11-22T21:13:46 < kakimir> kääntää = turn, tilt 2018-11-22T21:14:13 < Steffanx> Will it happen this weekend crt? 2018-11-22T21:16:17 < kakimir> https://www.youtube.com/watch?v=KmYZWQchoWg musics. seal of kaki approval 2018-11-22T21:22:53 < Steffanx> tctw knows 2018-11-22T21:25:41 < Steffanx> is it real? 2018-11-22T21:31:13 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-22T21:56:26 -!- rajkosto [~Rajko@cable-178-149-113-218.dynamic.sbb.rs] has joined ##stm32 2018-11-22T22:10:00 < englishman> cool, printrbot is updating their firmware even after the company shut down 2018-11-22T22:14:09 < Steffanx> "Due to the US Thanksgiving Day holiday, there will be no shipments" bastards. 2018-11-22T22:16:04 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-22T22:20:11 < Steffanx> nice price for a FT4222H board. https://www.digikey.com/products/en?keywords=USB-2-RTMI 2018-11-22T22:20:32 < englishman> https://www.youtube.com/watch?v=0WiGiJk03Q8 2018-11-22T22:21:32 < englishman> digikey giving me a 403 2018-11-22T22:22:04 < Steffanx> awh 2018-11-22T22:39:16 < bitmask> is jst-xh 2.5 or 2.54 2018-11-22T22:40:26 < Steffanx> 2.50 2018-11-22T22:41:02 < englishman> what does the datasheet say 2018-11-22T22:41:21 < Steffanx> it agrees with Steffanx 2018-11-22T22:41:37 < bitmask> 2.5 but Ive seen posts where its 2.54 2018-11-22T22:41:40 < englishman> good job, datasheet 2018-11-22T22:42:01 < englishman> you should believe the forum post 2018-11-22T22:42:05 < englishman> the datasheet could be wonf 2018-11-22T22:42:07 < Steffanx> http://www.jst-mfg.com/product/detail_e.php?series=277 its real. 2018-11-22T22:42:08 < englishman> wrong 2018-11-22T22:42:28 < Steffanx> Sorry. 2018-11-22T22:42:30 < bitmask> stop being a dickhead 2018-11-22T22:42:32 < bitmask> not you 2018-11-22T22:43:24 < Steffanx> englishman has thtitus. it happens when you pick and place too many through hole components, by hand. 2018-11-22T22:43:58 < englishman> theres no datasheet for that 2018-11-22T22:44:28 < Steffanx> if there was it would agree with Steffanx 2018-11-22T22:46:19 < zyp> I can confirm it's 2.50, but for 4-pin stuff the difference is small enough it doesn't matter much 2018-11-22T22:46:29 < englishman> https://gcemetery.co/ 2018-11-22T22:46:30 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 272 seconds] 2018-11-22T22:46:34 < kakimir> why there isn't 3layer pcbs? 2018-11-22T22:46:43 < zyp> 2.54 female headers will fit nicely in a 2.50 4-pin socket 2018-11-22T22:46:44 < kakimir> many times I could do with just 3 2018-11-22T22:46:51 < englishman> you can get 3layer but it will cost the same as 4l 2018-11-22T22:47:19 < zyp> because 3L doesn't simplify the process 2018-11-22T22:47:22 < kakimir> okay 2018-11-22T22:48:10 < zyp> 4L starts with a core with a layer on each side that's etched, then prepreg on each side, copper, etch again 2018-11-22T22:48:24 < zyp> two layers are etched at a time 2018-11-22T22:48:42 < zyp> 3L would require the same process, except one of the etching steps would only etch one layer 2018-11-22T22:50:44 < englishman> afaik the more common process is 2 fr4 etched and pressed with prepreg in between 2018-11-22T22:50:52 < kakimir> yes 2018-11-22T22:50:56 < englishman> so there is only one prepreg layer 2018-11-22T22:51:06 < englishman> but the other one exists too 2018-11-22T22:51:12 < kakimir> let's install kicad nightly 2018-11-22T22:52:30 < zyp> englishman, really? two thin cores with a thick prepreg layer in between? 2018-11-22T22:52:45 < kakimir> yes 2018-11-22T22:52:55 < kakimir> I have watched youtubes and they told so 2018-11-22T22:53:10 < kakimir> they were in pcb fab 2018-11-22T22:53:15 < englishman> https://i.imgur.com/RhNT4yK.png 2018-11-22T22:53:23 < zyp> I thought it were common for cores to be thick and prepreg to be thin 2018-11-22T22:54:16 < kakimir> is it common to have short failure throught thin core in other areas than close to vias englishman? 2018-11-22T22:54:22 < englishman> not sure, local bro has stacks and stacks of fr4 and prepreg in all thicknesses 2018-11-22T22:54:28 < kakimir> and no mechanical damage 2018-11-22T22:54:31 < zyp> either way, doesn't change the fact that two layers are etched at a time 2018-11-22T22:54:36 < englishman> right 2018-11-22T22:55:00 < englishman> there is only one additional image and exposure step for 4l vs 3l and that does not take much time 2018-11-22T22:55:14 < mads-> Anyone here have any experience with STM32 (black pill) and FastLed to power some WS2812b? I can't seem to compile the stuff in Arduino IDE 2018-11-22T22:55:32 < englishman> shorting through a core? 2018-11-22T22:55:34 < kakimir> yes 2018-11-22T22:55:35 < englishman> wut? 2018-11-22T22:55:49 < kakimir> I mean hypothetical possibility 2018-11-22T22:55:56 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-22T22:55:59 < kakimir> or actually has such ever happend 2018-11-22T22:56:02 < englishman> i saw that on one board that had copper too close to a routing edge 2018-11-22T22:56:18 < kakimir> also good clearance 2018-11-22T22:56:26 < englishman> solder flowed off the edge and touched an inner plane 2018-11-22T22:56:51 < kakimir> and away from mechanical features 2018-11-22T22:57:08 < kakimir> I mean in middle of untouched core 2018-11-22T22:57:18 < englishman> how would copper get there 2018-11-22T22:57:52 < kakimir> englishman: or hole get to core 2018-11-22T22:57:56 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:d43:443b:12c6:173d] has joined ##stm32 2018-11-22T22:58:16 < englishman> if there's a hole in your fr4, then idk 2018-11-22T22:58:33 < mads-> Cracki: I have downloaded and included FastLed.h. When I compile a simple example I get the error: :/users/mads/appdata/local/arduino15/packages/arduino/tools/arm-none-eabi-gcc/4.8.3-2014q1/bin/../lib/gcc/arm-none-eabi/4.8.3/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Mads\AppData\Local\Temp\arduino_build_501421/sketch_nov15a.ino.elf section `.text' will not fit in region `rom' 2018-11-22T22:59:02 < kakimir> englishman: surelly they test every sheet 2018-11-22T22:59:06 < mads-> Before that I also encountered the error that the library couldn't find . Do I need to install some FastLed dependency? 2018-11-22T22:59:07 < kakimir> electrically 2018-11-22T22:59:15 < englishman> etest is very common yes 2018-11-22T22:59:53 < kakimir> it doesn't take much to test a sheet 2018-11-22T23:00:02 < kakimir> 2 elecrodes boom 2018-11-22T23:00:23 < englishman> i took a photo of the etest machine a few weeks ago lemme find it 2018-11-22T23:06:55 < englishman> lol it was in june 2018-11-22T23:07:57 < kakimir> that happens 2018-11-22T23:08:16 < kakimir> https://drive.google.com/file/d/1QxNlpmNIQWnD6GYXp-KNChfDULiy6BcZ/view?usp=sharing ratemypo 2018-11-22T23:08:19 < kakimir> poo 2018-11-22T23:08:45 < kakimir> some 1.5mm test points for mcu whispers 2018-11-22T23:08:46 < englishman> https://streamable.com/rse3s 2018-11-22T23:10:01 < kakimir> were you in cn? 2018-11-22T23:10:05 < englishman> no 2018-11-22T23:10:08 < englishman> 800m from my office 2018-11-22T23:10:44 < kakimir> sometimes I think I can see etester probe marks in pads 2018-11-22T23:10:56 < kakimir> not totally sure but I think 2018-11-22T23:16:02 < Steffanx> kakimir didnt watch the jlcpcb video? 2018-11-22T23:16:09 < Steffanx> iirc they did 4 layer pcbs too 2018-11-22T23:16:09 < kakimir> i did 2018-11-22T23:16:17 < kakimir> and pcbway video 2018-11-22T23:16:17 < Steffanx> and etesting 2018-11-22T23:16:21 < kakimir> that was even better 2018-11-22T23:16:58 < kakimir> Steffanx: what do you think about soldermask in that attiny footprint? 2018-11-22T23:17:10 < kakimir> currently clearance is 0.1mm 2018-11-22T23:18:34 < kakimir> typical pin width is 0.25mm and pad I made is 0.27mm 2018-11-22T23:19:42 < kakimir> I also have 100% paste fill for pads 2018-11-22T23:20:49 < Steffanx> idk 2018-11-22T23:22:46 < kakimir> it's apparently normal to have no soldermask between such pins 2018-11-22T23:23:10 < kakimir> pin pitch 0.4mm 2018-11-22T23:24:19 < mads-> Cracki: That did the trick. I had picked the 'too small' stm32. Does it matter which pin I pick for output as long as it is digital, do you know? 2018-11-22T23:25:24 < mads-> Cracki: thanks. You're a lifesaver - again 2018-11-22T23:29:58 < mads-> Now I just need to get this programming to work. I was sure this was going to be the easy part 2018-11-22T23:30:12 < Steffanx> Soon the most helpful ##stm32er will be someone who doesnt use stm32 D: 2018-11-22T23:31:39 < kakimir> we are saints 2018-11-22T23:31:47 < Steffanx> "we" 2018-11-22T23:32:12 < kakimir> among stm32ers 2018-11-22T23:32:56 < kakimir> Cracki doesn't stm32? 2018-11-22T23:33:10 < englishman> you can do stm32 in arduino? 2018-11-22T23:33:11 < englishman> why 2018-11-22T23:35:13 < Steffanx> without the secretary's approval 2018-11-22T23:38:21 < kakimir> up 2018-11-22T23:38:25 < englishman> 🔫🥏 2018-11-22T23:38:41 * Steffanx waits for the ultra suace to publish a new pump video. 2018-11-22T23:39:11 < Steffanx> Guten abend mein herr superbia1 2018-11-22T23:39:28 < Steffanx> Gut gut. 2018-11-22T23:39:34 < Steffanx> ça va? 2018-11-22T23:39:43 < kakimir> superbia1: someone apparently has done that 2018-11-22T23:39:57 < kakimir> I thought about it and debugging too is just serial comms 2018-11-22T23:40:10 < kakimir> dedicated debugging port 2018-11-22T23:41:53 < Steffanx> R2COM and readerror are dead. 2018-11-22T23:42:09 < kakimir> R2COM is a ghost 2018-11-22T23:42:19 < kakimir> readerror - ded? 2018-11-22T23:42:32 < kakimir> srsly? 2018-11-22T23:42:35 < Steffanx> ye 2018-11-22T23:42:49 < kakimir> how did you get the news? 2018-11-22T23:42:57 < Steffanx> ReadError_ is just his ghost. 2018-11-22T23:43:05 < englishman> r2com was around not long ago 2018-11-22T23:43:16 < Steffanx> efnet news, kakimir 2018-11-22T23:43:32 < kakimir> englishman: he doesn't talk or respond 2018-11-22T23:43:37 < englishman> good 2018-11-22T23:43:49 < kakimir> when did readerror pass? 2018-11-22T23:44:17 < englishman> episode 65 2018-11-22T23:44:32 < kakimir> we should go thru his contributions and spend a moment on his memory 2018-11-22T23:44:37 -!- FrankD [~FrankD@unaffiliated/frankd] has quit [Read error: Connection reset by peer] 2018-11-22T23:44:41 < Steffanx> no, efnet news superbia1 2018-11-22T23:44:44 < Steffanx> but thats the same 2018-11-22T23:44:58 < kakimir> worse than ircnet? 2018-11-22T23:45:00 < Steffanx> some weird irc world. 2018-11-22T23:45:20 < kakimir> bastard child of ircnet 2018-11-22T23:45:47 < kakimir> I have never been in EFNet 2018-11-22T23:46:53 < Steffanx> to be honest im just semi joking. Ive no clue where ReadError_ is. He just never responds no more. 2018-11-22T23:47:04 < Steffanx> after his efnet gate or something 2018-11-22T23:48:50 < Steffanx> cycle in the mountains 2018-11-22T23:48:56 < Steffanx> walk in the snow 2018-11-22T23:49:05 < Steffanx> netflix all day long 2018-11-22T23:49:13 < Steffanx> find a gf 2018-11-22T23:49:14 < kakimir> get fuck'd 2018-11-22T23:49:16 < Steffanx> or a boyfriend 2018-11-22T23:49:43 < kakimir> don't take a day off 2018-11-22T23:49:57 < Steffanx> its good to not work sometimes, kakimir 2018-11-22T23:50:02 < kakimir> yes 2018-11-22T23:50:11 < kakimir> guess what Stef 2018-11-22T23:50:25 < kakimir> did +20hours extra in like under 2weeks or so 2018-11-22T23:51:22 < kakimir> and actually did more than that.. analyzed data and prepaired by reading stuff and code for next day at my appartment after work 2018-11-22T23:51:52 < kakimir> tommorow is day off 2018-11-22T23:52:00 < englishman> altidumb 19.0.7 is out 2018-11-22T23:52:06 < Steffanx> is it non-beta? 2018-11-22T23:52:11 < englishman> its beta 2018-11-22T23:52:23 < Steffanx> cant be worse than 18 though 2018-11-22T23:53:05 < Steffanx> the access violation tool. 2018-11-22T23:53:43 < Steffanx> ty 2018-11-22T23:54:10 < kakimir> kicad never access violates 2018-11-22T23:54:20 < Steffanx> it just crashes 2018-11-22T23:54:27 < kakimir> I don't recall 2018-11-22T23:54:42 < kakimir> actually I do 2018-11-22T23:54:53 < kakimir> them libs 2018-11-22T23:55:16 < kakimir> get 500gigo 2018-11-22T23:55:25 < kakimir> even I have 500gigo 2018-11-22T23:55:40 < kakimir> I stored my whole last ssd as an image in it too 2018-11-22T23:55:51 < kakimir> it's mounted in case I need to retrive something 2018-11-22T23:58:19 < kakimir> my computer is my dumpster 2018-11-22T23:58:42 < kakimir> it a collection of stored files 2018-11-22T23:59:25 < kakimir> if we go deeper I could maybe go inside mounted image of last system and find inside it files from time before that system 2018-11-22T23:59:55 < kakimir> shoot --- Day changed Fri Nov 23 2018 2018-11-23T00:04:33 < kakimir> pictures of stm32 chips 2018-11-23T00:04:46 < kakimir> yes 2018-11-23T00:04:52 < kakimir> check them pins 2018-11-23T00:05:27 < kakimir> phonesu? 2018-11-23T00:05:38 < kakimir> I should get macro lens for my phone 2018-11-23T00:05:44 < kakimir> recommds? 2018-11-23T00:06:01 < kakimir> are you talking hentai language? 2018-11-23T00:07:00 < kakimir> my phone gets to about 10cm focal length 2018-11-23T00:07:54 < kakimir> usually I focus then move in and out a bit to get actual area focused I wanted 2018-11-23T00:13:26 < kakimir> https://www.youtube.com/watch?v=VI-sySG4lWA 2018-11-23T00:24:24 < kakimir> how is your new works superbia1 ? 2018-11-23T00:30:13 < kakimir> what do you do? 2018-11-23T00:30:40 -!- sterna [~Adium@c-2ab9d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-23T00:33:50 < kakimir> interesting 2018-11-23T00:34:09 < kakimir> nightly kicad gives different DRC result than kicad at works 2018-11-23T00:37:33 < kakimir> I do everything 2018-11-23T00:38:01 < kakimir> hardware, software even mechanics 2018-11-23T00:38:32 < kakimir> it's the way I like it 2018-11-23T00:38:54 < jadew> did IMDB remove the voting breakdown? 2018-11-23T00:39:03 < jadew> I can't see who voted for what 2018-11-23T00:39:40 < jadew> was trying to figure out why this pile of shit has such a high rating, despite the mostly negative reviews: https://www.imdb.com/title/tt4550098/reference 2018-11-23T00:39:42 < kakimir> so kicad has stuff changed and check courtyard was now enabled by default 2018-11-23T00:39:48 < kakimir> *pheff* 2018-11-23T00:39:50 < jadew> but I can't get to the votes breakdown anymore 2018-11-23T00:40:07 < jadew> kakimir, yeah, you have to disable it 2018-11-23T00:41:27 < kakimir> I mean my designs are all about strategic courtyard overlapping 2018-11-23T00:51:49 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2018-11-23T00:57:16 < kakimir> also solder mask minimum width had changed 2018-11-23T00:59:00 -!- gnom [~aleksande@178.150.7.153] has quit [Read error: Connection reset by peer] 2018-11-23T01:00:22 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2018-11-23T01:07:30 < kakimir> new gerbers do not work with gerbv.exe properly I think 2018-11-23T01:08:02 < kakimir> long THT holes or routings are shown as one circular hole 2018-11-23T01:08:08 < kakimir> but it might have been always 2018-11-23T01:08:18 < kakimir> kicads own tool shows ok result 2018-11-23T01:08:58 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:d43:443b:12c6:173d] has quit [Quit: Konversation terminated!] 2018-11-23T01:16:11 < kakimir> hmm 2018-11-23T01:16:24 < kakimir> I get immersion gold for additional 20bucks 2018-11-23T01:16:33 < kakimir> 100usd vs 120usd 2018-11-23T01:17:10 < englishman> get it 2018-11-23T01:17:18 < englishman> avoid that filthy leaded leveller 2018-11-23T01:17:41 < englishman> your boards will look better and reflow easier 2018-11-23T01:17:49 < englishman> paste goes down nicer 2018-11-23T01:18:21 < kakimir> my boards are 23mm x 23mm, 4l and 5mil/5mil 2018-11-23T01:19:14 < kakimir> should make some panelized stuff instead but I don't have anything to add 2018-11-23T01:19:25 < kakimir> and I don't need more of prototype board 2018-11-23T01:19:30 < kakimir> 10 will do 2018-11-23T01:20:30 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has quit [Ping timeout: 252 seconds] 2018-11-23T01:20:33 < dongs> panelize the small ones. 2018-11-23T01:21:05 < dongs> you can also opt for OSP if you're a cheap jew 2018-11-23T01:21:12 < dongs> OSP is almost as good as chink enig 2018-11-23T01:22:11 < jadew> what's OSP? 2018-11-23T01:22:26 < dongs> some organig something or other 2018-11-23T01:22:29 < dongs> its flat as enig 2018-11-23T01:22:34 < dongs> but cheaper cuz no gold 2018-11-23T01:22:43 < dongs> and just as good for paste spreading 2018-11-23T01:23:23 < jadew> "OSP (Organic Solderability Preservative) or anti-tarnish preserves the copper surface from oxidation by applying a very thin protective layer of material over the exposed copper usually using a conveyorized process." 2018-11-23T01:23:26 < jadew> interesting 2018-11-23T01:25:21 < dongs> anyway for china protos it works great 2018-11-23T01:25:29 < dongs> because you get smooth flat surface without gay shit 2018-11-23T01:25:39 < englishman> as long as you use it rather quick 2018-11-23T01:25:51 < englishman> or keep it sealed and dry and dont put your greasy fingers on it 2018-11-23T01:25:54 < dongs> (like hasl), and costs only slightly more than regular 2018-11-23T01:26:03 < dongs> yeah well, thats why i said protos 2018-11-23T01:26:08 < englishman> yea 2018-11-23T01:26:17 < dongs> besides its like ~months 2018-11-23T01:26:21 < dongs> not like days or hours 2018-11-23T01:26:21 < englishman> although if you have old shit 2018-11-23T01:26:24 < englishman> you can just get it replated 2018-11-23T01:26:28 < englishman> and its good as new 2018-11-23T01:26:41 < dongs> if you didnt use your protos in a few months you probly didnt ned them anyway 2018-11-23T01:26:52 < dongs> and probly just autismed 2018-11-23T01:26:57 < englishman> idk it happens 2018-11-23T01:27:05 < englishman> you find some boards on the shelf and need some to do shit 2018-11-23T01:28:38 < Adluc> pcbway box - future use protoboards a.k.a. scrap crap 2018-11-23T01:28:47 < Adluc> 95% of it 2018-11-23T01:33:37 < kakimir> order is in 2018-11-23T01:33:44 < kakimir> total 150usd 2018-11-23T01:38:55 -!- mirage335 [~mirage335@64.79.53.118] has joined ##stm32 2018-11-23T01:40:48 -!- gnom [~aleksande@178.150.7.153] has quit [Ping timeout: 250 seconds] 2018-11-23T01:43:36 < karlp> kek as much as you want cracki, but I trust TI and ON wayyyyy more than you :) (see AN2020 or AND9596 for instance....) 2018-11-23T01:44:38 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2018-11-23T02:07:37 < kakimir> https://en.wikipedia.org/wiki/Electroluminescence#/media/File:66ChargerDash2.jpg 2018-11-23T02:08:50 < jadew> is that in miles? 2018-11-23T02:09:23 < kakimir> sure 2018-11-23T02:09:41 < kakimir> that is from year 1966 2018-11-23T02:10:11 < jadew> must be in km/h 2018-11-23T02:11:04 < jadew> ah, 150 miles = only 240 km 2018-11-23T02:11:07 < jadew> I guess it's ok 2018-11-23T02:12:14 < jadew> for a moment there, I forgot the imperial system is completely stupid, so I thought miles and km had the same ratio as inches and cm 2018-11-23T02:13:04 < kakimir> how 2018-11-23T02:13:19 < kakimir> anyways 2018-11-23T02:13:33 < jadew> how I forgot or how it's stupid? 2018-11-23T02:15:33 < jadew> I gotta say, fusion 360 is really growing on me 2018-11-23T02:16:01 < jadew> I'm gonna be very sad when autodesk will take it away 2018-11-23T02:16:20 < srk> just switch to freecad 2018-11-23T02:16:43 < jadew> for 2k/yr? no thanks 2018-11-23T02:16:54 < jadew> (looked up the prices today) 2018-11-23T02:17:07 < jadew> ah, hehe 2018-11-23T02:18:35 < jadew> I don't have a space mouse 2018-11-23T02:18:53 < jadew> works fine without it 2018-11-23T02:19:14 < jadew> that good, eh? 2018-11-23T02:19:24 < jadew> maybe I'll get one 2018-11-23T02:19:59 < jadew> I find myself doing more modeling that I thought I would 2018-11-23T02:20:05 < jadew> including for serious stuff 2018-11-23T02:20:30 < jadew> neat 2018-11-23T02:21:01 < jadew> Cracki, what do you mean? 2018-11-23T02:23:18 < jadew> what's stopping you from having that? 2018-11-23T02:24:42 < jadew> how do you join them? 2018-11-23T02:25:35 < jadew> that's where you can apply offsets I think 2018-11-23T02:26:38 < jadew> I model tollerances btw 2018-11-23T02:26:44 < jadew> table based 2018-11-23T02:28:37 < jadew> https://imgur.com/a/5Msnq7D 2018-11-23T02:29:54 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-23T02:30:13 < jadew> it's a cover for my next exposure box 2018-11-23T02:30:51 < jadew> (not ready yet) 2018-11-23T02:31:27 < jadew> so where do you want your offset to be applied in your thing? 2018-11-23T02:33:27 < jadew> I'd make the sheet metal smaller by "tollerance" (parameter) 2018-11-23T02:34:46 < jadew> I'm not sure what you're concerned about 2018-11-23T02:34:49 < jadew> what are your choices? 2018-11-23T02:35:07 < jadew> parameteric vs fixed? 2018-11-23T02:36:08 < jadew> I see, I only use formulas 2018-11-23T02:37:47 < jadew> uh... you don't use joints to fix assemblies together? 2018-11-23T02:38:22 < jadew> you're right, I only considered what would happen if it got smaller 2018-11-23T02:48:21 < jadew> sounds like a cool job tho 2018-11-23T02:53:27 -!- ohsix [~ohsix@bc175210.bendcable.com] has quit [Ping timeout: 240 seconds] 2018-11-23T02:59:06 < jadew> well, you should always be looking for a new job 2018-11-23T02:59:16 < jadew> but in the meantime, it sounds fun 2018-11-23T02:59:52 < jadew> and as a word of advice, if you're not happy with the pay, really look for another job 2018-11-23T03:00:02 < jadew> don't settle 2018-11-23T03:01:18 < jadew> my biggest regret from my previous job was that I worked there for so long 2018-11-23T03:07:04 < jadew> is there a way to explode an assembly? 2018-11-23T03:07:34 < jadew> (for quick inspection) 2018-11-23T03:13:15 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-23T03:15:00 < jadew> neat 2018-11-23T03:15:04 < jadew> that's what I wanted 2018-11-23T03:18:47 < jadew> there are some werid bugs in fusion... 2018-11-23T03:18:54 < jadew> it duplicated some of my joints 2018-11-23T03:25:35 < jadew> for some reason it puts the glass away to the side 2018-11-23T03:34:46 -!- Simon-- [~sim@2606:6a00:0:28:5604:a6ff:fe02:702b] has quit [Quit: brb] 2018-11-23T03:44:52 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-23T03:52:08 -!- Simon-- [~sim@2606:6a00:0:28:5604:a6ff:fe02:702b] has joined ##stm32 2018-11-23T03:53:58 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-23T04:17:37 < englishman> neat 2018-11-23T04:19:37 -!- ohsix [~ohsix@bc175210.bendcable.com] has joined ##stm32 2018-11-23T04:34:07 < friendofafriend> Cracki: Chance going on the market with less than a master's? It can be harder to get a gig with one. 2018-11-23T05:12:24 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Remote host closed the connection] 2018-11-23T05:23:11 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-23T05:35:00 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-23T06:09:32 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-23T06:36:51 -!- fc5dc9d4 [~quassel@p5B081EAC.dip0.t-ipconnect.de] has joined ##stm32 2018-11-23T06:37:52 -!- rajkosto [~Rajko@cable-178-149-113-218.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2018-11-23T06:40:53 -!- fc5dc9d4_ [~quassel@p5B081387.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 2018-11-23T07:14:57 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2018-11-23T07:15:25 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-23T07:27:08 < englishman> zyp: drove the leaf until it stopped 2018-11-23T07:42:30 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-23T07:45:27 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 240 seconds] 2018-11-23T07:45:30 -!- day__ is now known as day 2018-11-23T07:48:29 < dongs> press f to ban crt 2018-11-23T07:55:33 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has quit [Read error: Connection reset by peer] 2018-11-23T07:57:14 < dongs> not much pumping as usual 2018-11-23T07:57:55 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2018-11-23T07:58:42 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 252 seconds] 2018-11-23T07:58:42 -!- davor_ is now known as davor 2018-11-23T07:59:43 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-23T08:07:30 < Ultrasauce> https://www.youtube.com/watch?v=a9WT8MuMGpw 2018-11-23T08:25:13 < dongs> The last link has been flagged by IRC NANNY as "Possibly Unsuitable". Please find your parent(s) first and have them check the content before opening. [this channel protected by IrCNaNNY by SafeSoft v1.0b] 2018-11-23T08:25:23 < dongs> its just a pump tho 2018-11-23T08:27:38 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-23T08:37:31 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2018-11-23T08:42:59 < dongs> were you wondering if that link had dongulatory approval 2018-11-23T08:43:44 < dongs> i pumped up a breakout board for an ancient yamaha FM synth IC 2018-11-23T08:45:17 < Ultrasauce> what are you gonna drive it with 2018-11-23T08:46:07 < dongs> STM32 probly 2018-11-23T08:46:13 < dongs> https://i.imgur.com/7H9GyK3.png 2018-11-23T08:47:51 < dongs> https://i.imgur.com/7tbPiAG.png haha irc spam is getting creative 2018-11-23T08:49:24 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-23T08:50:23 < jpa-> i saw a dream that i was trying to troll dongs on stackoverflow 2018-11-23T08:50:26 < jpa-> it didn't go well 2018-11-23T08:51:03 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2018-11-23T09:02:05 -!- sterna [~Adium@c-64b8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-23T09:07:03 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-23T09:44:50 -!- sterna [~Adium@c-64b8d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 250 seconds] 2018-11-23T09:57:06 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-23T09:57:09 < Steffanx> Hi jpa 2018-11-23T09:57:13 < Steffanx> Oops 2018-11-23T10:05:45 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-23T10:07:48 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-23T10:38:11 < mads-> I have a STM32F103C8T6 on my blackpill. The specs says it has 64 or 128 KB flash. How do I check which it is? Because if I program on Arduino IDE with 64 it tells me it is too small when compiling a program with FastLed.h 2018-11-23T10:38:29 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-23T10:45:01 < mads-> crt: Yeah, that last link. 64 or 128 2018-11-23T10:45:30 < mads-> Roger Clark also writes that it should have 128 ( https://www.stm32duino.com/viewtopic.php?t=1347 ) 2018-11-23T10:46:09 < mads-> What would happen if I compile with 128 and upload it to my black pill? Theoretically. 2018-11-23T10:46:50 < mads-> I have a st-link. And when I program my black pill I also 'verify' 2018-11-23T10:47:11 < mads-> So shouldn't that talk for that it all is written (and read) to the black pill? 2018-11-23T10:48:18 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-23T10:55:21 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-23T10:57:23 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-23T11:02:01 < Steffanx> I believe there were stories about the 64k version actually had 128k mads- 2018-11-23T11:02:28 < Steffanx> Dongs can tell you all about it. F103 is his favourite mcu 2018-11-23T11:03:29 < Steffanx> If it has 128k you will probably be able to flash and run it 2018-11-23T11:04:59 < mads-> Steffanx: I will try to ping him :) Could be cool. I would love to use the FastLed library. Else I will have to find something else for my WS2812b 2018-11-23T11:12:31 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-23T11:29:20 < Steffanx> Did you try what they suggested on the forum mads-? 2018-11-23T11:30:04 < Steffanx> Dont be afraid. It wont break. And even if it does, that board you have is daamn cheap 2018-11-23T11:31:24 < Thorn> https://80.lv/articles/notes-on-weapon-concept-art/ when R2COM masters fusion 360 2018-11-23T11:32:24 < Steffanx> Utopia... 2018-11-23T11:32:36 < mads-> Steffanx: No. I tried some stuff yesterday, but I only found that forum post today. And now I am at work. Just trying to gather some information before tonights attempts. 2018-11-23T11:33:40 < dongs> all C8 has 128k 2018-11-23T11:33:47 < dongs> but FLASH_SIZE register reports 64. 2018-11-23T11:33:52 < dongs> so you can just ignore it. 2018-11-23T11:34:12 < dongs> my guess is there's some slight chance that 64k stuff had a bank that failed during factory tests and it became like that. 2018-11-23T11:34:50 < dongs> as long as you force flash size and verify (and don't mind the remote chance that it might not work at some point), there's no problem. 2018-11-23T11:35:21 < dongs> not sure what the fuck that has to do with 'fastled' tho 2018-11-23T11:35:37 < dongs> figuring out how to DMA WS2182 stuff out of TIM1 is not hard 2018-11-23T11:35:47 < dongs> certainly doesn't need a 'librnary' 2018-11-23T11:37:26 < dongs> fusion360 eh 2018-11-23T11:37:34 < dongs> should i learn that or solidcucks? 2018-11-23T11:38:03 < dongs> oh clowd powered 2018-11-23T11:38:06 < dongs> get the fuck outa here 2018-11-23T11:39:28 < Thorn> there is also a slight price difference lol 2018-11-23T11:40:24 < dongs> https://i.all3dp.com/wp-content/uploads/2018/07/26141640/a-model-made-in-fusion-360-solidsmackcom-180629-1284x722.jpg haha esp1488 inside reciprocal saw 2018-11-23T11:42:12 < mads-> dongs: Thanks for clarifying :) 2018-11-23T11:43:17 < mads-> dongs: I'm rather new to this. And besides the blinky example, making some ws2812b blink is my first stm32 project. 2018-11-23T11:46:27 < dongs> i see, RIP 2018-11-23T11:48:27 < mads-> dongs: RIP? 2018-11-23T11:54:40 < dongs> looks boring 2018-11-23T11:54:44 < dongs> and typical atmel garbage ADC 2018-11-23T11:55:14 < dongs> what do you need it for then 2018-11-23T11:57:59 < zyp> englishman, nice, how did it go? 2018-11-23T11:58:02 < karlp> Haohmaru: comapred to what? f7/h7? 2018-11-23T11:58:05 < dongs> ok im stuck on basic shit in fuck360 2018-11-23T11:58:09 < dongs> made a box 2018-11-23T11:58:18 < dongs> trying to copy it 10 times at a given pitch 2018-11-23T11:58:35 < dongs> foudn some fucking video which im not gonna watch surely this is something that something that claims to be "cad" is able to do 2018-11-23T12:00:41 < qyx> what is a synchronous slave mode 2018-11-23T12:00:47 < dongs> Haohmaru: atmel software framework is not awful, if it supports that chip chances are all the shit will work out of the box 2018-11-23T12:00:50 < dongs> wiht atmel studio shite. 2018-11-23T12:00:58 < dongs> i'd say its better than CUBE 2018-11-23T12:01:49 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has quit [Read error: Connection reset by peer] 2018-11-23T12:02:09 < qyx> Haohmaru: is there a difference between your sync serial slave and SPI slave? 2018-11-23T12:02:34 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has joined ##stm32 2018-11-23T12:03:11 < dongs> their IDE is visual studio btw 2018-11-23T12:03:14 < dongs> probably the best IDE on the planet 2018-11-23T12:03:22 < dongs> not that fucking cuckclipse shit 2018-11-23T12:04:42 < dongs> > not having 32gb in 2018 2018-11-23T12:05:00 < qyx> yes, SPI peripheral can handle that 2018-11-23T12:05:04 < dongs> get the fuck out 2018-11-23T12:05:27 < qyx> what, I am using that on ~10 baords 2018-11-23T12:05:39 < qyx> F0, F3 and L4 2018-11-23T12:06:23 < qyx> you are not obliged to use NSS for framing 2018-11-23T12:06:53 < qyx> so you want the clock to run freely and transmit when there are data available 2018-11-23T12:07:33 < qyx> then I don't get it 2018-11-23T12:07:42 < qyx> how are you supposed to mark start of the byte 2018-11-23T12:09:27 < qyx> so you are using start/stop bits in async mode too? 2018-11-23T12:10:53 -!- SolderBlob [~SolderBlo@095-097-091-123.static.chello.nl] has joined ##stm32 2018-11-23T12:15:20 < qyx> so far I couldn't find any reference on the interwebs showing that someone is using async protocol (start/stop) with data/xck sync usart and without any framing signal 2018-11-23T12:23:00 < jpa-> IIRC STM32 USART in synchronous mode sends the start/stop bits, but doesn't clock them, and i think the receiver doesn't care about them 2018-11-23T12:24:15 < jpa-> i haven't ever seem synchronous USART actually being used 2018-11-23T12:24:55 < qyx> according tot he datasheet the atmel part clocks start/stop in sync mode and expects them in slave mode 2018-11-23T12:25:20 < qyx> stm32 rm doesn't show it, it shows only the data being clocked out 2018-11-23T12:26:18 < qyx> it is literally weird then 2018-11-23T12:26:27 < jpa-> i'd just use SPI, even though STM32 SPI in slave mode is sometimes slightly tricky 2018-11-23T12:26:41 < jpa-> atleast it is standard :P 2018-11-23T12:27:08 < qyx> thats not the problem 2018-11-23T12:28:51 < Haohmaru> while the usart is uber fancy and works fine 2018-11-23T12:31:46 < karlp> so, you want to use as many wires as spi, and you wantt o have the clock line free running, beucase EM emissionsis awesome, 2018-11-23T12:32:18 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 252 seconds] 2018-11-23T12:33:20 < Haohmaru> i have never considered emissions 2018-11-23T12:33:45 < Haohmaru> i don't see em ;P~ 2018-11-23T12:37:58 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has joined ##stm32 2018-11-23T12:55:38 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-23T13:03:31 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Remote host closed the connection] 2018-11-23T13:03:56 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-23T13:11:05 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-23T13:16:45 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-23T13:37:43 < karlp> what's dongs doing with that ymu765? 2018-11-23T13:37:50 < karlp> soundblaster 3.0? 2018-11-23T13:38:26 < Steffanx> Happy Hardcore for ever 2018-11-23T13:41:25 < dongs> karlp: yes 2018-11-23T13:41:30 < dongs> more like sound blaster 360 2018-11-23T13:51:19 -!- drz3k [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-23T13:51:20 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Read error: Connection reset by peer] 2018-11-23T14:12:25 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2018-11-23T14:16:49 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-23T14:52:48 < englishman> zyp: it turned off in my driveway as I was turning around to reverse into the garage. Pretty lucky. 2018-11-23T14:54:08 < englishman> turtle mode lasted <1km 2018-11-23T14:56:01 < Steffanx> Englishman spotted https://img-9gag-fun.9cache.com/photo/aLM9bXx_460swp.webp 2018-11-23T14:56:41 < englishman> cool 2018-11-23T14:57:06 < dongs> proper 9gag would have been riding that as a trailer, while still being charged 2018-11-23T14:57:31 < dongs> i guess you cant drive it while its cahrging? 2018-11-23T14:57:38 < englishman> right 2018-11-23T14:57:59 < englishman> or hundreds of 50A sockets would have been ripped off walls by now 2018-11-23T14:58:22 < qyx> much fireworks 2018-11-23T15:13:26 < Steffanx> Hah 2018-11-23T15:14:57 < Thorn> has anyone read The Wages of Destruction? 2018-11-23T15:17:38 < Sadale> seriously, don't use 9gag. 2018-11-23T15:18:21 < Sadale> In the past they removed others watermark and stamp their own on it. They also modified the displayed creation time of the work so that it seems like that they're the source of the meme. I'm not sure if they're still doing that, tho 2018-11-23T15:19:20 < Sadale> There're a lot of other alternatives of 9gag. Perhaps they also stamp their watermark on it. But at least those other sites won't claim the ownership of the meme that they didn't make. 2018-11-23T15:19:52 < Sadale> So please use other websites for meme source. Thanks. 2018-11-23T15:20:55 < qyx> wat 2018-11-23T15:28:15 < englishman> meme ownership is srs 2018-11-23T15:32:04 < Steffanx> Lol Sadale. I just googled for some random leaf diesel charger. This was the best/first. 2018-11-23T15:32:17 < Steffanx> I love you too. 2018-11-23T15:32:26 < Sadale> Steffanx, I see :3 2018-11-23T15:32:42 < englishman> thats exactly what i was going to have to o 2018-11-23T15:32:43 < englishman> do 2018-11-23T15:34:17 < englishman> range is really surprisingly poor in winter 2018-11-23T15:35:25 < Steffanx> Hows the chinaland today, Sadale 2018-11-23T15:35:38 < Sadale> nothing much is going on here I guess. :3 2018-11-23T15:40:46 < Steffanx> Still enjoying your free time? 2018-11-23T15:41:35 < qyx> englishman: when the leaf runs out of power, is there any aux battery to power the onboard electronics? or everything is completely dead? 2018-11-23T15:41:49 < englishman> yes. all electric cars have 12v batteries 2018-11-23T15:42:18 < englishman> they are recharged from the traction battery, but also power the contactors for the traction battery 2018-11-23T15:42:57 < englishman> so it's pretty safe. if you disconnect the 12v battery, like at a regular garage going in for service that might not know shit about electric cars, it won't start up and drive away 2018-11-23T15:43:23 < englishman> when the battery died, it didnt let me shift out of neutral anymore. and that was it 2018-11-23T15:51:02 < dongs> oh i missed autisming with sadale in HK 2018-11-23T15:51:11 < Sadale> dongs, :c 2018-11-23T15:51:17 < dongs> i probly coulda done it if I didnt fuck my hand up on sunday 2018-11-23T15:51:25 < dongs> or was it monday 2018-11-23T15:51:26 < Sadale> dongs, wanna have a meetup? I could be your tour guide as I can speak Cantonese well. :p 2018-11-23T15:51:36 < Sadale> dongs, I meant when you visit Hong Kong the next time :3 2018-11-23T15:51:40 < dongs> i could use a guide cuz i couldnt find anything worth eating 2018-11-23T15:51:54 < dongs> was looking for some nice icream place 2018-11-23T15:51:56 < dongs> found: nothing 2018-11-23T15:52:07 < Sadale> I think I know a few icecream stores. 2018-11-23T15:52:34 < Sadale> There're some inside most larger scale shopping centers. 2018-11-23T15:52:44 < dongs> i think those are probly gay and generic 2018-11-23T15:52:49 < dongs> im not looking for haagen dazs type shit 2018-11-23T15:53:03 < Sadale> No. Not haagendazs. 2018-11-23T15:53:15 < Sadale> It's just normal icecream balls. Depending on the exact place, it can be cheap. 2018-11-23T15:53:26 < dongs> thats boring too 2018-11-23T15:53:39 < Sadale> I think I had one somewhere that I got 5 balls of icecream for around HKD$15 or so 2018-11-23T15:53:40 < dongs> im looking more like some parfait-style stuff with fresh fruit and some icecream and shit mixed in 2018-11-23T15:53:44 < qyx> icecream is there on every corner 2018-11-23T15:53:45 < Sadale> ow 2018-11-23T15:53:51 < Sadale> I'm sorry then. I'm not aware of any of those. 2018-11-23T15:54:09 < dongs> my pal said there was something but then shut up when i asked where exactly 2018-11-23T15:54:36 < Sadale> There may be some. But I just don't know where. 2018-11-23T15:54:45 < Sadale> dongs, I didn't know that's the sort of icecream you were looking for 2018-11-23T15:55:31 < Sadale> I thought that you were cool with any sort of icecream... :c 2018-11-23T15:55:39 < dongs> any sort is boring 2018-11-23T15:55:44 < veverak> hmm, how pain in the ass is to read some camera sensor? 2018-11-23T15:55:51 < Sadale> dongs, up for a challenge of having spicy food? That's fun :P 2018-11-23T15:55:52 < veverak> I figured I would like optical flow detection 2018-11-23T15:56:01 < dongs> veverak: enough pain to not bother with on stm32 2018-11-23T15:56:08 < veverak> camera + stm32 sounds like what I want 2018-11-23T15:56:09 < qyx> veverak: a bit 2018-11-23T15:56:18 < dongs> fuck spicy food too 2018-11-23T15:56:27 < Sadale> lol 2018-11-23T15:56:38 < veverak> qyx: tried it? 2018-11-23T15:56:40 < Sadale> I like them. Except that my belly can't stand for that xD 2018-11-23T15:56:41 < veverak> dongs: tried it? 2018-11-23T15:56:50 < veverak> it's not like high ress or anything 2018-11-23T15:56:56 < dongs> veverak: yeah, i hoked up some 5mp thing to stm32f407? or so via DCMI 2018-11-23T15:56:58 < dongs> and gave up after a while 2018-11-23T15:57:01 < veverak> I see 2018-11-23T15:57:02 < dongs> you can only use it in jpeg mode 2018-11-23T15:57:04 < dongs> and 2018-11-23T15:57:10 < veverak> 5mp seems like overkill 2018-11-23T15:57:14 < dongs> you dont have enough ram to get each frame + to do something with it 2018-11-23T15:57:19 < Sadale> dongs, try something called "重慶酸辣粉". They're sour and spicy. 2018-11-23T15:57:21 < qyx> veverak: yes 2MP OV2640 in jpeg mode 2018-11-23T15:57:25 < veverak> want it for robot localization 2018-11-23T15:57:28 < qyx> over dcmi and over raw gpio too 2018-11-23T15:57:30 < veverak> (cam point at ground under robot) 2018-11-23T15:57:34 < veverak> hmm, I see 2018-11-23T15:57:42 < veverak> qyx: will explore thanks 2018-11-23T15:57:48 < veverak> dongs: thinks, will avoid 5mp 2018-11-23T15:57:50 < dongs> veverak: why not actually use optical flow mice shit 2018-11-23T15:57:51 < veverak> *thanks 2018-11-23T15:57:53 < dongs> that are like SPI or something 2018-11-23T15:57:58 < qyx> veverak: https://github.com/iqyx/ov2640-stm32 2018-11-23T15:58:00 < qyx> some old codez 2018-11-23T15:58:12 < dongs> > without using dcmi 2018-11-23T15:58:21 < qyx> yeah 2018-11-23T15:58:30 < qyx> I have a dcmi code somewhere too 2018-11-23T16:02:10 < qyx> veverak: I'll commit&push F4/DCMI using libopencm3 if you are interested 2018-11-23T16:02:26 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-23T16:02:31 -!- drz3k [~drzacek@b941c009.business.dg-w.de] has quit [Read error: Connection reset by peer] 2018-11-23T16:18:08 < dongs> https://gfycat.com/pastwealthyflee ah this is why judew hasnt been around 2018-11-23T16:24:36 < tctw> dongs, please don't post content like that in this channel. 2018-11-23T16:25:05 < jpa-> yeah, #ugfx is for those links 2018-11-23T16:25:22 < dongs> i thought he moved to #uguufx 2018-11-23T16:25:45 < englishman> you cant even see what it is 2018-11-23T16:25:52 < englishman> looks like soldiers airing out a blanket 2018-11-23T16:26:05 < englishman> clearly romanian camera quality 2018-11-23T16:27:01 < Steffanx> Look better. 2018-11-23T16:27:02 < dongs> im taking a wild guess here that electrocutat probly means he was getting smoked by electricity 2018-11-23T16:27:53 < englishman> i agree, poor ##stm32 content 2018-11-23T16:27:57 < englishman> maybe if it was 4k 2018-11-23T16:28:05 < dongs> ill do better next time 2018-11-23T16:28:11 < englishman> however, coming from tectu, who posts nothing at all, a rather strange request 2018-11-23T16:35:07 < jadew> yeah, that's what it means 2018-11-23T16:35:35 < jadew> they didn't even try CPR 2018-11-23T16:35:47 < dongs> i dont even know what the fuck is going on there 2018-11-23T16:35:54 < dongs> i just saw tank and blanket 2018-11-23T16:36:02 < jadew> https://www.youtube.com/watch?v=WajYZoYOmRs 2018-11-23T16:36:03 < dongs> quality is typical romanian sellfone 2018-11-23T16:36:14 < jadew> obviously a guy inside a tank got electrocuted 2018-11-23T16:36:18 < jadew> but I don't understand how 2018-11-23T16:36:32 < jadew> I didn't know they had that high voltages around 2018-11-23T16:36:38 < jadew> maybe from the radio stuff? 2018-11-23T16:36:54 < dongs> i donno about inside, maybe he knocked over one of those poles 2018-11-23T16:36:57 < dongs> that there seems to be so many of 2018-11-23T16:36:58 < dongs> for trains? 2018-11-23T16:37:07 < jadew> oh, possible 2018-11-23T16:37:29 < jadew> I'll look into it 2018-11-23T16:37:30 < jadew> give me a sec 2018-11-23T16:38:36 < jadew> apparently he touched some high voltage wires on those poles 2018-11-23T16:38:55 < dongs> wonder if he was standing on the tank 2018-11-23T16:38:58 < dongs> and touched 2018-11-23T16:39:00 < dongs> and fell inside 2018-11-23T16:39:05 < dongs> or like head sticking out 2018-11-23T16:39:06 < dongs> or wahtever 2018-11-23T16:39:15 < jadew> the witnesses say he was thrown into the air like a doll 2018-11-23T16:39:36 < jadew> he probably fell in there after the accident 2018-11-23T16:39:54 < dongs> i saw 150kV substation right on the sside of teh street in HK 2018-11-23T16:40:04 < dongs> ther was 'do not touch' and shit warnings all over 2018-11-23T16:40:30 < dongs> depending on trains there could be some kV in there 2018-11-23T16:40:32 < jadew> and yeah, it appears he stood up on the tank and touched the wire, but they don't say how he touched it 2018-11-23T16:40:33 < dongs> jap shit is like 25kV i think 2018-11-23T16:43:13 < jadew> yep, 25 kV here as well 2018-11-23T16:43:33 < jadew> no wonder he cought fire 2018-11-23T16:44:50 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 244 seconds] 2018-11-23T16:55:48 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-23T16:56:13 < dongs> there was a vid where some indian or somesthin dude was just casually strolling around the train roof 2018-11-23T16:56:20 < dongs> then decided to grab the overhead wire for no reason 2018-11-23T16:56:35 < dongs> https://www.dailymotion.com/video/x9i793 ya this 2018-11-23T16:59:55 < jadew> instant fire 2018-11-23T17:00:14 < jadew> I wonder if anyone survived this 2018-11-23T17:00:38 < jadew> there was that clip with the painters that got electrocuted from 5 kV wires and one of them walked away 2018-11-23T17:00:46 < jadew> (got electrocuted twice) 2018-11-23T17:01:01 < dongs> the one where theypre pushing some scaffolding? 2018-11-23T17:01:05 < jadew> but 25 kV seems to be more brutal 2018-11-23T17:01:08 < jadew> yeah 2018-11-23T17:01:15 < dongs> yeah seen that 2018-11-23T17:02:12 < dongs> https://english.kyodonews.net/news/2018/06/c568e9157f4a-feature-japanese-schools-introduce-lgbt-friendly-uniforms.html 2018-11-23T17:03:11 < jadew> way to ruin the japanese culture 2018-11-23T17:03:13 < zyp> seems reasonable enough 2018-11-23T17:03:15 < karlp> anyeone here ever looked at rj point 5, or seen any gear with them? 2018-11-23T17:03:25 < dongs> wot? 2018-11-23T17:03:38 < karlp> this stuff: https://www.te.com/usa-en/products/connectors/modular-jacks-plugs/rj-point-five-connectors.html?tab=pgp-story 2018-11-23T17:03:39 < dongs> oh 2018-11-23T17:03:44 < dongs> yeah those weird halfsize ethernet shits 2018-11-23T17:04:03 < zyp> haven't heard of before now, looks like a crossover between RJ45 and usb-A 2018-11-23T17:04:42 < karlp> yeah, I saw it a few years ago, saw it again today, 2018-11-23T17:04:43 < dongs> im certain if there's some governmetn that feels to be locked into single supplier of plugs and cables and sockets, tehy'll pick this for their next IT project 2018-11-23T17:04:53 < karlp> oh, it's made by multiple people 2018-11-23T17:04:59 < karlp> bel makes it too, at least. 2018-11-23T17:05:19 < zyp> that page claims «RJ point five is a trademark.» though 2018-11-23T17:05:21 < jadew> I've seen HDMI and USB mixtures 2018-11-23T17:05:39 < jadew> my laptop has a port like that 2018-11-23T17:05:54 < zyp> also, cat5e rating seems a bit outdated 2018-11-23T17:06:06 < dongs> iv'e seen esata/usb 2018-11-23T17:06:11 < dongs> cant say ive seen hdmi/usb 2018-11-23T17:06:22 < jadew> hmm, maybe it's e-sata? 2018-11-23T17:06:27 < jadew> I have to check 2018-11-23T17:06:30 < dongs> that would be my guess 2018-11-23T17:06:43 < jadew> looked like HDMI, but I haven't studied it much 2018-11-23T17:06:45 < qyx> karlp: considering them for the rs485/eth stuff? 2018-11-23T17:06:53 < dongs> https://en.wikipedia.org/wiki/ESATAp 2018-11-23T17:06:59 < karlp> well, not really seriously, I don't think it has a chance of really being readily available. 2018-11-23T17:07:10 < qyx> use M12 as a real pro 2018-11-23T17:07:15 < karlp> fuck off :) 2018-11-23T17:07:18 < qyx> :> 2018-11-23T17:07:23 < dongs> some really old laotppos use to thave that 2018-11-23T17:07:57 < jadew> dongs, you're right, it was e-sata 2018-11-23T17:08:10 < karlp> apparently digikey just callss it "HD" https://www.digikey.com/product-detail/en/stewart-connector/RJP50010AB-A/380-1294-ND/4049990 2018-11-23T17:08:43 < dongs> i wonder if china can crimp those 2018-11-23T17:08:44 < qyx> $30 meh 2018-11-23T17:08:49 < dongs> the tool is probly like $500 for it 2018-11-23T17:08:55 < dongs> just like your t ypical molex crimping tool 2018-11-23T17:09:09 < zyp> qyx, my workshit is all M12 2018-11-23T17:09:15 < dongs> whats M12 2018-11-23T17:09:24 < qyx> eu industrial stuff 2018-11-23T17:09:28 < zyp> round industrial screw-on connectors 2018-11-23T17:09:39 < dongs> hah 2018-11-23T17:09:41 < dongs> 3 pin? 2018-11-23T17:09:47 < qyx> anypin 2018-11-23T17:09:47 < zyp> varies 2018-11-23T17:10:00 < dongs> oih the M thing is just t hat its screw-on and same sizE? 2018-11-23T17:10:05 < qyx> they are used for fieldbuses, ethernet, power, dio, analol 2018-11-23T17:10:05 < zyp> correct 2018-11-23T17:10:22 < dongs> how about dmx 2018-11-23T17:10:25 < zyp> https://bin.jvnv.net/file/1kb6r.jpg <- this sort of shit 2018-11-23T17:10:51 < zyp> green ones are ethernet, yellow one is an 8-pin with various signals 2018-11-23T17:11:01 < dongs> -proing 2018-11-23T17:11:04 < zyp> two unconnected ones in the back are power 2018-11-23T17:11:18 < qyx> interesting enclosure on the left 2018-11-23T17:11:23 < qyx> *enclosures 2018-11-23T17:11:30 < dongs> that looks like some DIN crap 2018-11-23T17:11:30 < zyp> that's kunbus stuff 2018-11-23T17:11:34 < qyx> is it your device or some generic ethernet thing 2018-11-23T17:11:34 < zyp> yeah 2018-11-23T17:11:48 < zyp> it's a kunbus fieldbus gateway thing 2018-11-23T17:11:51 < qyx> looks like pheonix contact enclosures 2018-11-23T17:12:22 < dongs> is thjat a legit jlink 2018-11-23T17:12:24 < dongs> in background 2018-11-23T17:12:29 < zyp> https://www.kunbus.com/modular-gateways.html <- this shit 2018-11-23T17:12:37 < zyp> yeah, it's mine 2018-11-23T17:13:02 < zyp> well, my work's, but still 2018-11-23T17:13:38 < qyx> profibug 2018-11-23T17:14:20 < zyp> the shit I'm working on is a distributed system, which forms its own fieldbus stuff, and then it's using that gateway shit to talk to customer systems 2018-11-23T17:14:33 < karlp> you can get singles too, relatively cheap: https://www.digikey.com/product-detail/en/stewart-connector/RJP5-10-0003/380-1288-ND/4331780 2018-11-23T17:14:46 < dongs> by " 2018-11-23T17:14:51 < dongs> can get" you mean, qty 0 2018-11-23T17:14:55 < dongs> with months of lead time 2018-11-23T17:14:58 < qyx> its own fieldbus == over ethernet? 2018-11-23T17:15:05 < zyp> karlp, hey, there you have your sideways ethernet connector 2018-11-23T17:15:09 < zyp> qyx, yeah 2018-11-23T17:15:21 < zyp> «own» meaning isolated from the customer system it integrates with 2018-11-23T17:15:21 < dongs> at that point cant you just use failwire connector 2018-11-23T17:15:40 < karlp> zyp: yeah, exactly :) but not reallllly very interoperable honestly. 2018-11-23T17:15:40 < dongs> ah failwire is only 2 pairs 2018-11-23T17:15:46 < dongs> well, i guess you could do 100m ethernet with that 2018-11-23T17:15:53 < karlp> my last 20 minutes have shown me that this is possible, but... not going to look further at it. 2018-11-23T17:16:16 < karlp> what's failwire? 2018-11-23T17:16:20 < qyx> you could still use screw terminals for it 2018-11-23T17:16:20 < dongs> firewire? lol 2018-11-23T17:16:32 < zyp> dongs, the M12 D-code connectors are also only two pairs, and yes we're running 100m on that 2018-11-23T17:16:38 < karlp> qyx: screw terminals for what? 2018-11-23T17:16:43 < qyx> ethernet of course 2018-11-23T17:16:45 < dongs> http://pinouts.ru/Slots/ieee1394_pinout.shtml 2018-11-23T17:16:45 < zyp> there's also M12 X-code for gigabit, but we don't need that 2018-11-23T17:17:01 < karlp> yeah, fuck that, m12 screw is ~as big or bigger than an rj jack anyway 2018-11-23T17:17:17 < dongs> 4 pin firewire is tiny 2018-11-23T17:17:28 < zyp> karlp, not advocating M12 for you 2018-11-23T17:17:34 < karlp> no, qyx is :) 2018-11-23T17:17:41 < zyp> but for my workshit it's good 2018-11-23T17:17:43 < qyx> just trolling 2018-11-23T17:17:48 < qyx> wheres kakimir 2018-11-23T17:17:50 < karlp> firewire to rj45 cabling woudlall be custom too. 2018-11-23T17:17:54 < qyx> there is serious lack of smas 2018-11-23T17:18:03 < karlp> just curiosu whether anyone had even _seen_ this rjp5 stuff. 2018-11-23T17:18:14 < zyp> never heard of until you mentioned it :) 2018-11-23T17:18:25 < qyx> same here 2018-11-23T17:19:01 < qyx> but once I discovered some super low profile RJ45 2018-11-23T17:19:11 < zyp> there's plenty of those 2018-11-23T17:19:24 < zyp> stuff that mounts in a slot of the board and shit 2018-11-23T17:19:35 < dongs> yeah the old XJACK style shit 2018-11-23T17:19:43 < qyx> something like this http://img.everychina.com/nimg/d8/fc/539a6ffabf26515c6838d5e7e4d8-300x300-0/hulyn_very_low_profile_rj45_1x1_jack_shielded_rj45_modular_jack_through_hole_type_dip_with_leds.jpg 2018-11-23T17:19:52 < dongs> seen those too 2018-11-23T17:20:03 < dongs> nucelo with ethernet uses a similar mid-mount thing 2018-11-23T17:20:30 < zyp> one of my pocket routers for travel got something like that 2018-11-23T17:21:12 < karlp> then there's this shit: http://www.nu45.org/white-paper 2018-11-23T17:21:32 < dongs> oh boy. block-chain backed RJ45 with a ~white paper~ ? 2018-11-23T17:21:33 < dongs> sign me up. 2018-11-23T17:21:37 < zyp> haha 2018-11-23T17:21:59 < dongs> looks like usb-c clone 2018-11-23T17:22:10 < karlp> no idea on timeframes, but yeah. 2018-11-23T17:22:19 < dongs> seriosuly isntead of wasting time just make USB-C ehternet alternative mode 2018-11-23T17:22:20 < dongs> and done 2018-11-23T17:22:25 < karlp> if usb-c ethernet stuff was more prevalent, usb-c would be handy 2018-11-23T17:22:35 < zyp> yeah 2018-11-23T17:22:36 < karlp> it's either autism or javascript :) 2018-11-23T17:22:49 < karlp> usb-c ethernet is specced, just not well implemented and deployed right? 2018-11-23T17:22:56 < zyp> is it? 2018-11-23T17:23:01 * karlp shrugs 2018-11-23T17:23:14 < karlp> they have display port, and ethernet over hdmi, surely they have ethernet over usbc? 2018-11-23T17:23:15 < dongs> http://www.ieee802.org/3/email_dialog/msg00262.html 2018-11-23T17:23:22 < zyp> I mean, I'd even ask if there's much of a point 2018-11-23T17:24:02 < zyp> you still need to talk some usb to handle negotiation, so why not just do some ethernet over usb class with plain usb-c instead? 2018-11-23T17:24:12 < dongs> zyp, altmode is done wiht pd 2018-11-23T17:24:17 < dongs> doesnt need usb 2018-11-23T17:24:30 < dongs> well pd = i mean comms over cc shit 2018-11-23T17:24:32 < zyp> oh, I thought it used the usb2 lane with billboard class for that 2018-11-23T17:24:34 < dongs> usb billboard stuff is optional 2018-11-23T17:24:36 < dongs> no 2018-11-23T17:24:41 < dongs> primary way is by cc 2018-11-23T17:24:58 < zyp> okay, that sounds more reasonable 2018-11-23T17:25:24 < zyp> wonder how well that gets along with galvanic isolation requirements 2018-11-23T17:25:32 < dongs> and there's bunch of single-purpose chips that have CC analog frontend and some shitty mcu in them to negotiate stuff like altmode 2018-11-23T17:25:41 < zyp> I guess it'd violate spacing requirements 2018-11-23T17:26:06 < zyp> unless you made the entire CC circuit isolated from your main circuit 2018-11-23T17:26:25 < zyp> which again has a bunch of hassles regarding power isolation 2018-11-23T17:27:12 < zyp> handling rotation of the plug should be easy though, since every modern phy handles auto mdi-x 2018-11-23T17:54:00 < dongs> https://panasonic.jp/cns/pc/products/rz6c/img/top/feature04_top.png lol fucking panasonic 2018-11-23T17:54:03 < dongs> 2018 model laptop 2018-11-23T17:54:10 < dongs> still has VGA connector 2018-11-23T17:54:16 < aandrew> lol 2018-11-23T17:54:19 < dongs> at least they got rid of that fucking round touchpad 2018-11-23T17:54:28 < aandrew> I bought a shitty shitty acer 10 one 2018-11-23T17:54:40 < aandrew> 2GB RAM 16GB eMMC, runs win10-32bit 2018-11-23T17:54:51 < aandrew> need to return it to get teh 4GB/64GB one though, this is too light for win10 2018-11-23T17:55:00 < aandrew> but under $200 which is why I got it 2018-11-23T17:55:12 < qyx> 12GB emmc? 2018-11-23T17:55:15 < qyx> 16 2018-11-23T17:55:31 < qyx> not enough for win10 and altium probably 2018-11-23T17:55:36 < aandrew> no no no 2018-11-23T17:55:39 < aandrew> this isn't for actual dev work 2018-11-23T17:55:45 < aandrew> I just need a machine running win10 to test some shit 2018-11-23T17:55:54 < aandrew> not interested in actually running win10 for anything useful 2018-11-23T17:56:02 < aandrew> but I can drag this with me as it's small 2018-11-23T17:56:25 < qyx> a more serious question, is there any stm32 with dual sdmmc? 2018-11-23T17:56:39 < qyx> I didn't find a way to filter them 2018-11-23T17:57:39 < dongs> H7 apparently has 2018-11-23T17:57:47 < dongs> and F7x3 2018-11-23T17:58:13 < dongs> apparently ouy can filter it 2018-11-23T17:58:15 < dongs> in cubemx 2018-11-23T17:58:18 < dongs> just checkbox sdmmc 2018-11-23T17:58:19 < qyx> oh 2018-11-23T17:58:20 < dongs> and type 2 2018-11-23T17:58:23 < dongs> into the textbox 2018-11-23T17:58:33 < dongs> https://community.st.com/sfc/servlet.shepherd/version/renditionDownload?rendition=ORIGINAL_Png&versionId=0680X000006qOdf&operationContext=CHATTER&contentId=05T0X00000NPMW7 2018-11-23T17:58:36 < qyx> I'll download it then! 2018-11-23T17:58:51 < qyx> ty 2018-11-23T18:00:16 < dongs> i'm no so sure of significance of SDIO vs SDMMC 2018-11-23T18:00:46 < aandrew> that's a really good question 2018-11-23T18:01:02 < aandrew> my guess (and only a guess) is that it's either 4-bit mode or variable voltage rail 2018-11-23T18:01:03 < dongs> http://www.st.com/resource/en/product_training/stm32l4_peripheral_sdmmc.pdf apparently its a thing 2018-11-23T18:01:25 < dongs> sounds like 2.0 of sdio peripheral 2018-11-23T18:01:34 < dongs> and up to 8 bit mode 2018-11-23T18:01:39 < dongs> where as sdio was only 4bit max? 2018-11-23T18:02:35 < dongs> you could use 8bit mode for eMMC as well 2018-11-23T18:02:44 < dongs> gigabytes of space on your stm32 2018-11-23T18:03:12 < qyx> or I may just use SPI and F0 2018-11-23T18:04:16 < aandrew> hm, I didn't think there were enough pins for 8 bit mode 2018-11-23T18:04:20 < aandrew> on sdxc 2018-11-23T18:04:24 < dongs> ? 2018-11-23T18:04:28 < dongs> 8bit is for emmc 2018-11-23T18:04:43 < dongs> sdxc is 4 bit max, yes 2018-11-23T18:04:55 < qyx> I have that sama5d27 som EK here 2018-11-23T18:04:56 < dongs> they tried to do some bullshti where they put pcie or sata or something on sd cards 2018-11-23T18:04:59 < dongs> but that shit died 2018-11-23T18:05:01 < qyx> and it has SD slot 2018-11-23T18:05:11 < qyx> with two resistor netowkrs 2018-11-23T18:05:22 < qyx> and 13 pins 2018-11-23T18:06:03 < qyx> schematic shows there are 8 bits going inside 2018-11-23T18:06:13 < qyx> it is marked as "SD/MMCplus" 2018-11-23T18:07:04 < dongs> https://en.wikipedia.org/wiki/MultiMediaCard#MMCplus_and_MMCmobile 2018-11-23T18:07:19 < dongs> 2005 2018-11-23T18:07:22 < dongs> if you haven't heard of it by now 2018-11-23T18:07:26 < dongs> its probly dead. 2018-11-23T18:07:34 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-23T18:07:34 < dongs> anyway mmc is 100% dead other than emmc stuff 2018-11-23T18:07:43 < dongs> last MMC card I saw was like 128megabytes 2018-11-23T18:07:50 < dongs> used by some garbage casio or canon or something thing 2018-11-23T18:07:52 < dongs> like 20 years ago 2018-11-23T18:07:54 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-23T18:08:21 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-23T18:09:17 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-23T18:10:59 < dongs> https://www.st.com/content/ccc/resource/sales_and_marketing/presentation/product_presentation/group0/79/5b/71/78/e4/2b/42/4c/35.Secure%20Digital%20I/O%20and%20MultiMedia%20Cards%20(SDMMC)/files/35.STM32L4-Peripheral-SDMMC%20interface%20(SDMMC)%20Final_JP.pdf/jcr:content/translations/en.35.STM32L4-Peripheral-SDMMC%20interface%20(SDMMC)%20Final_JP.pdf weird, ST bothered jap translating this filth 2018-11-23T18:11:05 < dongs> also nice fucking link god damn 2018-11-23T18:12:08 < dongs> CubeMX is a nice tool but it lags behind CubeF7. Version 4.22.1 as well. 2018-11-23T18:12:08 < dongs> Learn to switch like I did. You spend more hours in debugging as in 2018-11-23T18:12:09 < dongs> building a new project without a code generator. 2018-11-23T18:12:10 < dongs> uihhhhh 2018-11-23T18:12:15 < dongs> there's "CubeM7" now? 2018-11-23T18:12:32 < marble_visions> dunno if i've asked, has anyone found a way to clear the spi shift register in stm32l03x without turning the spi peripheral off and on again? 2018-11-23T18:12:41 < dongs> yes 2018-11-23T18:12:45 < dongs> is that the one wiht SPI fifo? 2018-11-23T18:12:55 < marble_visions> no fifo, only DR 2018-11-23T18:13:28 < marble_visions> but i'm using DMA so there's always one byte that gets shifted in 2018-11-23T18:13:33 < dongs> yes but d you have SPI_RxFIFOThresholdConfig 2018-11-23T18:13:38 < dongs> (or similar shit 2018-11-23T18:13:44 < marble_visions> dongs: lemme see 2018-11-23T18:14:49 < dongs> while (SPI2->SR & SPI_SR_FRLVL) 2018-11-23T18:14:50 < dongs> SPI_I2S_ReceiveData16(SPI2); 2018-11-23T18:14:53 < dongs> also this 2018-11-23T18:15:00 < dongs> is waht I do after DMA 2018-11-23T18:15:02 < dongs> to clear that crap out 2018-11-23T18:15:48 < dongs> you can do that before DMA as well 2018-11-23T18:16:02 < dongs> anyway, this all asumes that L0shit has the new SPI periperhal with fifo 2018-11-23T18:16:05 < dongs> same as on F3/F0 etc. 2018-11-23T18:16:12 < marble_visions> spi features: 1-byte/word transmission and reception buffer with DMA capability: Tx and Rx requests, and I see the tx/rx "buffers" on the diagram as well, lemme check what's the FRLVL flag doing 2018-11-23T18:16:15 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-23T18:16:33 < dongs> if you dont have frlvl then its the old spi with out fifo 2018-11-23T18:16:38 < dongs> and then i donno 2018-11-23T18:17:04 < marble_visions> so l0 is older than f0/f3? 2018-11-23T18:17:22 < dongs> l0 is M3 isnt it? 2018-11-23T18:17:29 < dongs> ah no m0+ 2018-11-23T18:17:39 < dongs> i donno what teh fuck they're doing when they decide what peripehral goes where 2018-11-23T18:17:45 < dongs> maybe it has to do with pwoer consumption or wahtever. 2018-11-23T18:18:04 < dongs> L1 is the ancient m3 stuff 2018-11-23T18:19:03 < dongs> https://github.com/Ell-i/Runtime man some people have way too much time on ther ands 2018-11-23T18:19:46 < marble_visions> dongs: no such flag, guess off/on is the only way out 2018-11-23T18:19:57 < marble_visions> which i'm doing, but it's still bad form IMO 2018-11-23T18:20:14 < karlp> aandrew: have you considered using ms's internet explorer test VMs? 2018-11-23T18:20:16 < dongs> yeah. then i dont know. can't you just do "SPIx->DR;" in code before doing whatever to flush it out? 2018-11-23T18:20:19 < dongs> incase theres crap in it 2018-11-23T18:20:25 < dongs> karlp: ive used htem 2018-11-23T18:20:26 < dongs> why? 2018-11-23T18:21:27 < marble_visions> dongs: good idea, i'll see if that clears the TXE/RXNE flags 2018-11-23T18:22:05 < dongs> i mean,, my non-DMA SPI transaction is something like this 2018-11-23T18:22:06 < dongs> http://bcas.tv/paste/ 2018-11-23T18:22:08 < dongs> er 2018-11-23T18:22:14 < dongs> http://bcas.tv/paste/results/5vE6CF69.html 2018-11-23T18:22:21 < dongs> i think cube/wahtever has similar shit 2018-11-23T18:22:22 < karlp> dongs: yeah, I've used them too, but aandrew was talkingabout needing to buy a win 10 laptop just to test stuff out. 2018-11-23T18:22:32 < karlp> I was wondering whether one of those vms was enough for what they needed 2018-11-23T18:22:35 < dongs> heh okay so he buys a $200 piece of shit 2018-11-23T18:22:38 < dongs> with 2gb ram 2018-11-23T18:22:41 < dongs> good luck testing shit on that 2018-11-23T18:23:04 < dongs> jus throw away his fucking fagbook and buy a proper win10 laptop 2018-11-23T18:23:30 < dongs> bedtime 2018-11-23T18:24:26 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-23T18:50:49 < englishman> $200 laptops are for exactly that 2018-11-23T18:51:07 < englishman> testing shit or dumb lunix stuff that would never need 2gb ram 2018-11-23T18:52:05 -!- sterna [~Adium@c-f8e3e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-23T18:52:47 < englishman> all my edisons get flashed from a $200 laptop 2018-11-23T18:54:18 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2018-11-23T18:56:08 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-23T19:06:00 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-23T19:07:25 -!- emeb [~ericb@ip68-2-69-216.ph.ph.cox.net] has joined ##stm32 2018-11-23T19:09:34 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-23T19:31:11 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-23T19:34:18 < aandrew> karlp: hm? 2018-11-23T19:54:07 -!- sterna1 [~Adium@c-f8e3e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-23T19:54:07 -!- sterna [~Adium@c-f8e3e253.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-23T20:01:22 < tpw_rules> so if you're writing to a bit band address with a value that's not zero but not 1, does it set the destination bit? 2018-11-23T20:02:02 < Steffanx> Welcome R2COM. Long time no see 2018-11-23T20:18:27 < tpw_rules> what's that hal macro that like you give it a mask and a register and a value and it only sets the bits in the register in the mask 2018-11-23T20:19:18 < tpw_rules> oh. MODIFY_REG 2018-11-23T20:25:16 < englishman> new musics Steffanx https://www.youtube.com/watch?v=e8C6wHyfGKA 2018-11-23T20:26:08 < aandrew> bleh 2018-11-23T20:26:12 < aandrew> building reflow toaster oven 2018-11-23T20:26:34 < aandrew> can't finish because I can't find heat shielding material locally, so i'll pick some up when I'm in the US next week 2018-11-23T20:27:16 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-23T20:28:27 < aandrew> I spend my money in other ways 2018-11-23T20:28:54 < aandrew> and if I find I actaully USE the oven more than a half dozen times THEN I'll look at buying something more pro 2018-11-23T20:31:31 < Steffanx> ty englishman 2018-11-23T20:39:19 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-23T20:52:07 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2018-11-23T20:53:31 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 246 seconds] 2018-11-23T21:00:21 < Steffanx> ^ tctw 2018-11-23T21:11:59 < englishman> all jobs done 2018-11-23T21:12:03 < englishman> time for bookkeeping 2018-11-23T21:12:15 < englishman> all bills paid, money in the account and people still owe me money 2018-11-23T21:12:18 < englishman> \o/ 2018-11-23T21:13:14 -!- sterna [~Adium@c-f8e3e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-23T21:13:14 -!- sterna1 [~Adium@c-f8e3e253.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-23T21:15:29 -!- sterna1 [~Adium@c-f8e3e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-23T21:15:30 -!- sterna [~Adium@c-f8e3e253.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-23T21:18:37 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2018-11-23T21:25:41 < emeb> miller time 2018-11-23T21:34:25 < englishman> kombucha time 2018-11-23T22:00:58 < invzim> Sambuca > kombucha 2018-11-23T22:03:24 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-23T22:03:46 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-23T22:04:03 < invzim> any of you pros used these guys, https://www.buydisplay.com/ ? 2018-11-23T22:06:42 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-23T22:06:42 -!- [1]MrMobius is now known as MrMobius 2018-11-23T22:23:20 < tpw_rules> yeah 2018-11-23T22:24:23 < tpw_rules> i have some of their little OLED jobbies, and a couple big 240x64 graphic LCDs 2018-11-23T22:24:42 < tpw_rules> they're nice 2018-11-23T22:25:11 < invzim> goodie, just orderd 50x 0.96" oled modules 2018-11-23T22:25:35 < tpw_rules> do you have something to attach them to? they require a few support components 2018-11-23T22:25:53 < invzim> https://www.buydisplay.com/default/white-spi-i2c-0-96-inch-oled-display-module-breakout-board-for-arduino 2018-11-23T22:26:05 < tpw_rules> ok yeah 2018-11-23T22:26:09 < tpw_rules> you'll be fine then 2018-11-23T22:26:15 < invzim> no, I'm NOT doing arduino :) 2018-11-23T22:26:41 < invzim> more expensive than stuff on Ali, but they ship with dhl and provide a proper invoice 2018-11-23T22:26:52 < tpw_rules> i bought the bare modules and made my own board. it was a pain to solder them but they work great 2018-11-23T22:27:12 < invzim> how do you physically mount the display, glue? 2018-11-23T22:27:28 < tpw_rules> it has foam on the back and sits in a hole in the case 2018-11-23T22:28:03 < invzim> I may do the FPC version in a later rev 2018-11-23T22:28:24 < tpw_rules> i tried those but soldering the connector was even harder :P 2018-11-23T22:28:40 < invzim> plain reflow? 2018-11-23T22:28:49 < tpw_rules> nah i do all my stuff by hand 2018-11-23T22:29:04 < invzim> I'm too lazy for that :) 2018-11-23T22:29:18 < tpw_rules> i don't have a reflow setup. but the pin pitch for the ffc is like half the hotbar 2018-11-23T22:29:59 < invzim> a good reflow setup is hard, I think I'm missing a stencil printer 2018-11-23T22:30:14 < invzim> doing the masking tape thing and getting paste smear 2018-11-23T22:30:40 < tpw_rules> see i just have a tiny iron and good breath control :P 2018-11-23T22:30:50 < tpw_rules> i really do need to get into reflow though 2018-11-23T22:31:18 < invzim> it's a time saver, and especially these days when you can get stencils for close to zero dollars 2018-11-23T22:32:05 < invzim> Got q qs-5100 oven that I'm moderately happy with, if I were to buy again I would make my own with controleo 2018-11-23T22:44:30 < mads-> I have a black pill and some ws2812b. I have been trying for ages to just get it to show me SOMETHING. Can anyone point me towards an example that should work for idiots? 2018-11-23T22:53:55 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Read error: Connection reset by peer] 2018-11-23T22:57:19 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-23T23:00:07 < tpw_rules> getting APA102 based ones 2018-11-23T23:03:18 < englishman> qs-5100 looks like a T962 clone? 2018-11-23T23:03:23 < englishman> bigger tray 2018-11-23T23:03:24 < englishman> cool 2018-11-23T23:03:32 < englishman> did you flash the avr with opensores 2018-11-23T23:04:16 < englishman> mads-, could you tell us what a blackpill is 2018-11-23T23:21:50 < englishman> https://www.youtube.com/watch?v=WdDi1haA71Q 2018-11-23T23:22:30 < englishman> what a bunch of hacks 2018-11-23T23:22:41 < mads-> englishman: Oh sorry, I thought that was common terminology. It's a STM32F103C8T6 2018-11-23T23:22:49 < mads-> https://forum.hobbycomponents.com/viewtopic.php?t=2422 2018-11-23T23:23:27 < englishman> neat, how do you program it? do you have a stlink? 2018-11-23T23:24:01 < englishman> ah you force it to uart bootloader? 2018-11-23T23:24:58 < englishman> there's a blink program on that page did you try that? 2018-11-23T23:25:18 < mads-> englishman: I can do blink program. I have a st-link. And then blink program works just fine 2018-11-23T23:25:28 < englishman> well, that's something 2018-11-23T23:25:34 < mads-> But I am a little unsure about the bootloader. Do I need one? What does it do? 2018-11-23T23:25:53 < englishman> all stm32 have a ROM bootloader built in, you can read AN2606 to learn about each one's capabilities 2018-11-23T23:26:40 < mads-> Roger. But I was looking for something I could follow. Because I have tried nearly all programs and all pins on the black pill board. I just can't get my ws2812b's to work 2018-11-23T23:26:41 < englishman> they have this so you can program them over uart, spi, can, etc. without needing a debugger. most modern chips also support USB DFU, some of them even without having an oscillator 2018-11-23T23:27:08 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2018-11-23T23:27:28 < englishman> did you copypaste a program from somewhere? 2018-11-23T23:28:11 < mads-> Yeah. From nearly anywhere. Also there is an example with the fastled librabry 2018-11-23T23:28:16 < mads-> Which is what most examples are using 2018-11-23T23:29:34 < mads-> I am like SUPER new to this 2018-11-23T23:30:03 < englishman> without seeing any actual code 2018-11-23T23:30:04 < englishman> https://github.com/FastLED/FastLED/wiki/Overview 2018-11-23T23:30:07 < englishman> i dont see any stm32 in here 2018-11-23T23:30:16 < englishman> under "Supported Platforms" 2018-11-23T23:31:24 < englishman> im not sure how someone would get started under stm32+arduino 2018-11-23T23:31:33 < mads-> I am using this version https://github.com/13rac1/FastLED-STM32 2018-11-23T23:31:39 < englishman> it sounds like it could be very easy and very hard at the same time 2018-11-23T23:31:44 < englishman> as you are kind of stumbling around in the dark 2018-11-23T23:31:54 < mads-> And most people and videos I have seen has been with arduino. I'm am stumbling like crazy 2018-11-23T23:33:02 < englishman> have you tried any of those examples 2018-11-23T23:33:12 < catphish> it's always fun seeing how fast you can drive neopixels with a given MCU 2018-11-23T23:33:13 < englishman> https://github.com/13rac1/FastLED-STM32/blob/stm32f103/examples/RGBSetDemo/RGBSetDemo.ino 2018-11-23T23:34:22 < mads-> englishman: I have tried the FirstLight example. Does not work. 2018-11-23T23:34:36 < mads-> Even though I am not sure which pin is "pin 3". 2018-11-23T23:34:43 < mads-> I just tried them all 2018-11-23T23:37:06 < englishman> ^ 2018-11-23T23:37:49 < mads-> Cracki: Yeah, I have a multimeter. And some wiggled. But didn't show light when attached to the ws2812b 2018-11-23T23:38:22 < mads-> Cracki: Yeah. Wiggling between 0.2 and 0.5 2018-11-23T23:39:19 < mads-> how so? 2018-11-23T23:40:30 < mads-> Roger. I will try that out. Thanks 2018-11-23T23:40:38 < catphish> this is driving me mad, i can't figure out how to lay out a high current H bridge with surface mount 2018-11-23T23:40:45 < mads-> My biggest worry is that the ws2812b could be broken.. 2018-11-23T23:40:54 < catphish> an H bridge includes an inevitable cross 2018-11-23T23:42:04 < mads-> Cracki: I will try it out 2018-11-23T23:42:08 < catphish> Cracki: it's true, in the past i've used through hole mosfets, but with SMD i'm not so sure how to do it 2018-11-23T23:42:40 < catphish> it's possible i'm just overthinking and with the right vias it'll work fine 2018-11-23T23:45:34 -!- sterna1 [~Adium@c-f8e3e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-23T23:48:42 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-23T23:49:20 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-23T23:50:35 < Hamilton> How is it so that I can't see your messages in log? 2018-11-23T23:51:18 < Hamilton> :D 2018-11-23T23:51:31 < catphish> those fx2lp LA clones are awesome 2018-11-23T23:53:33 < englishman> everyone needs an $8 logic analuzer 2018-11-23T23:55:11 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 2018-11-23T23:55:32 < catphish> it really does just work --- Day changed Sat Nov 24 2018 2018-11-24T00:04:15 < karlp> they're awesome. 2018-11-24T00:04:26 < karlp> totallyu hashhashstm approved 2018-11-24T00:05:19 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Ping timeout: 246 seconds] 2018-11-24T00:06:16 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-24T00:06:39 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-24T00:16:01 < karlp> heh, had a look at getting batteries in holland. still ~12€ for singles. 2018-11-24T00:16:10 < karlp> not feeling quite as ripped off as before 2018-11-24T00:19:07 < jadew> what batteries are those? 2018-11-24T00:19:51 < karlp> 18650s 2018-11-24T00:20:35 < jadew> ~ $5 in here 2018-11-24T00:20:47 < jadew> Samsung 2018-11-24T00:20:54 < karlp> I'm not going to romania next week, so that's ~ irrelevant :) 2018-11-24T00:21:09 < jadew> no, big online shop 2018-11-24T00:21:43 < jadew> it's basically corner store for me tho, because they have a location a subway station away 2018-11-24T00:23:24 < jadew> karlp, if you need more than a couple, it would make sense to buy them from another country 2018-11-24T00:25:48 < jadew> tme has them too, similarly priced 2018-11-24T00:38:40 < jadew> I went to a machine shop today and asked the workers there if they can make a part for me, from steel (had to be done on a lathe) 2018-11-24T00:39:14 < jadew> asked me how many (I only needed 2) and then they said to come for them monday 2018-11-24T00:39:20 < jadew> and that it wouldn't cost anything... 2018-11-24T00:39:21 < Steffanx> https://www.nkon.nl/rechargeable/18650-size.html not even close to 12 euro, karlp 2018-11-24T00:40:43 < jadew> they really didn't seem interested in getting anything from me, so I'm not sure what to do next 2018-11-24T00:40:56 < jadew> should I go there with beer or what? 2018-11-24T00:41:03 < Steffanx> Yeah 2018-11-24T00:41:42 < jadew> I hope they like beer 2018-11-24T00:42:07 < jadew> btw, this was the kind of place that makes shit for trains and airplanes 2018-11-24T00:43:49 < jadew> there are a couple of machine shops like that around me 2018-11-24T00:43:57 < jadew> old technology, but still pretty cool 2018-11-24T00:45:46 -!- c4017w__ [~c4017@209.52.68.8] has joined ##stm32 2018-11-24T00:45:57 < Steffanx> Just let your wife make em some pie 2018-11-24T00:46:50 < jadew> that would be nice indeed, maybe next time, if I'll ever need for something else 2018-11-24T00:47:35 < jadew> Cracki, yeah, very simple and small 2018-11-24T00:48:11 < jadew> it looks almost like a nail 2018-11-24T00:48:25 < jadew> still, something I couldn't have done myself, as I don't have a lathe 2018-11-24T00:48:57 < jadew> I asked if they can also mill things and they said the mills are always busy 2018-11-24T00:49:24 < jadew> yeah 2018-11-24T00:49:27 -!- c4017w_ [~c4017@209.52.68.8] has quit [Ping timeout: 240 seconds] 2018-11-24T00:50:25 < jadew> I saw a guy working on a manual mill too 2018-11-24T00:50:29 < jadew> they have CNCs too 2018-11-24T00:50:36 < jadew> huge ones 2018-11-24T00:54:04 < jadew> next stop was a window maker, for $1 he gave me maybe 7 or 8 pcs of the thing I wanted 2018-11-24T00:54:19 < jadew> I needed a 10cm x 6.5 cm glass 2018-11-24T00:54:26 < jadew> that was nice too 2018-11-24T00:54:45 < jadew> (he made them right there) 2018-11-24T00:56:04 < jadew> tomorrow I'll print the box and make the circuitry 2018-11-24T00:56:54 < jadew> hmm, maybe I should have used plexi glass 2018-11-24T00:57:46 < jadew> yeah, but it's more transparent to UV than glass 2018-11-24T00:58:16 < jadew> although, I bet the LEDs I have don't emit too much of the UV glass is opaque to 2018-11-24T01:00:21 < jadew> that's good 2018-11-24T01:02:12 < jadew> now I wonder how glass is made 2018-11-24T01:02:18 < jadew> this is a fantastic material 2018-11-24T01:02:54 < jadew> heh 2018-11-24T01:04:36 < jadew> maybe it got really hot in there? 2018-11-24T01:04:54 < jadew> I think test tubes are made from borosilicate glass 2018-11-24T01:05:15 < jadew> (I have a couple and the type of glass they're made of sounds similar, if it's not the same) 2018-11-24T01:05:55 < jadew> yeah 2018-11-24T01:08:19 < jadew> found out how they make glass that flat 2018-11-24T01:08:31 < jadew> they pour it on top of molten tin 2018-11-24T01:09:12 < jadew> the molten glass stays on top and if the whole thing is not disturbed, it comes out perfectly flat 2018-11-24T01:12:02 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-24T02:20:16 < jadew> every job that can be done by following instructions will be taken away 2018-11-24T02:22:07 < jadew> and the remaining ones will be paid little, because everyone will specialize for them 2018-11-24T02:35:21 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: WeeChat 2.3] 2018-11-24T02:39:09 < Thorn> anyone used MCP73871? 2018-11-24T02:39:31 < Thorn> (li-ion controller with separate system load output) 2018-11-24T03:18:56 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-24T03:21:52 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2018-11-24T03:55:39 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-24T03:57:10 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 268 seconds] 2018-11-24T03:57:11 -!- BrainDamage_ is now known as BrainDamage 2018-11-24T04:25:09 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-24T04:27:47 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 240 seconds] 2018-11-24T04:31:53 -!- emeb [~ericb@ip68-2-69-216.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-24T05:06:33 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-24T05:19:48 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 268 seconds] 2018-11-24T05:47:04 < fenugrec> sometimes I wonder what aliexpress sellers are smoking. K9F1208 flash IC is listed in "car relays" for a 1990 volvo 240. 10 inch diameter. 2018-11-24T05:48:25 < aandrew> lol 2018-11-24T05:48:44 < aandrew> dunno. I got a weather station with a broken wind direction indicator. conected them through ali, they sent me a new one without any questions 2018-11-24T06:07:21 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2018-11-24T06:11:36 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 268 seconds] 2018-11-24T06:21:19 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-24T06:35:55 -!- fc5dc9d4_ [~quassel@p5B3A8230.dip0.t-ipconnect.de] has joined ##stm32 2018-11-24T06:36:26 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-24T06:39:46 -!- fc5dc9d4 [~quassel@p5B081EAC.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 2018-11-24T07:14:16 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 260 seconds] 2018-11-24T07:14:50 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-24T07:19:48 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-24T07:28:16 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-24T07:32:59 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-24T07:34:41 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-24T07:35:06 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-24T07:40:44 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-24T07:43:54 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 250 seconds] 2018-11-24T07:43:58 -!- day__ is now known as day 2018-11-24T08:20:33 -!- Jybz [~jibz@ip-37-201-5-15.hsi13.unitymediagroup.de] has joined ##stm32 2018-11-24T08:35:21 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-24T08:52:07 -!- Jybz [~jibz@ip-37-201-5-15.hsi13.unitymediagroup.de] has quit [Quit: Konversation terminated!] 2018-11-24T08:57:02 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-24T09:21:47 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2018-11-24T09:41:25 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-24T09:42:07 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-24T09:48:52 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-24T10:14:02 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-24T10:16:29 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-24T10:31:06 -!- sterna [~Adium@c-77e0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-24T11:01:26 -!- hexo_ is now known as octovod 2018-11-24T11:10:48 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 252 seconds] 2018-11-24T11:27:44 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-24T11:41:29 -!- Bingo600 [~cfo@91.100.105.229.generic-hostname.arrownet.dk] has joined ##stm32 2018-11-24T11:43:05 -!- Bingo600 [~cfo@91.100.105.229.generic-hostname.arrownet.dk] has left ##stm32 [] 2018-11-24T12:08:53 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 244 seconds] 2018-11-24T12:34:31 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-24T12:47:08 -!- funnel [~funnel@unaffiliated/espiral] has quit [Ping timeout: 272 seconds] 2018-11-24T12:48:48 -!- funnel [~funnel@unaffiliated/espiral] has joined ##stm32 2018-11-24T12:51:36 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-24T12:52:24 < Hamilton> Is there a utility to simulate Arm Cortex ISA so I can test my functions in my PC instead of target? 2018-11-24T12:54:23 < jadew> http://82.76.120.196/stuff/scam.txt 2018-11-24T12:54:23 < jpa-> qemu supports the instruction set, but not many peripherals 2018-11-24T12:54:26 < jadew> just got that :) 2018-11-24T12:54:41 < jadew> are bitcoin wallets anonymous? 2018-11-24T12:54:47 < jpa-> if you are coding in C, it is usually easier and just as effective to compile your code for PC directly 2018-11-24T12:55:09 < jpa-> jadew: depends on what you mean by anonymous 2018-11-24T12:55:55 < jpa-> https://blockexplorer.com/address/19kXyFbvetft819v4QV5g9vzrjwNqRtvgA we can see that you haven't paid yet; i'm eagerly waiting to see the video 2018-11-24T12:56:07 < Hamilton> jpa-, But that would generate x86_64 assembly not Arm ISA 2018-11-24T12:56:40 < jadew> jpa-, hmm, can those wallets be created on the fly? 2018-11-24T12:56:48 < jadew> like... could he create 10 000 wallets? 2018-11-24T12:56:51 < jpa-> jadew: yeah, just generate private/public key pair 2018-11-24T12:57:09 < jpa-> Hamilton: sure, but most of your bugs will be in the C/C++ code and will work mostly same on x86_64 2018-11-24T12:57:54 < jpa-> though if you do low-level assembler work, then i can see the need for a simulator and qemu should work 2018-11-24T12:58:18 < Hamilton> jpa-, I actually want to code up something in assembly... 2018-11-24T12:58:37 < Hamilton> On a side note, is it worth to do assembly in this age? 2018-11-24T12:59:33 < jpa-> it can be 2018-11-24T13:00:11 < jpa-> but not for general programming, only for some high-performance algorithms; and I usually just use inline asm & intrinsics for that also 2018-11-24T13:00:26 < jpa-> no need to bother manually about register allocation etc. 2018-11-24T13:00:45 < Hamilton> jpa-, yeah for algorithms...For example FFT or signal processing routines 2018-11-24T13:02:08 < jpa-> https://github.com/ARM-software/CMSIS/tree/master/CMSIS/DSP_Lib/Source often you can find readymade ones here 2018-11-24T13:02:28 < Hamilton> Is it also possible to write a library in C for Arm-cortex devices, but the actual implementation be assembly? 2018-11-24T13:02:49 < jpa-> sure, just use inline assembler 2018-11-24T13:10:20 < catphish> morning 2018-11-24T13:12:20 < Hamilton> Does qemu support Cortex-M0 and +? What does *board support* have to do anything with processor support? 2018-11-24T13:12:23 < Hamilton> https://wiki.qemu.org/Documentation/Platforms/ARM 2018-11-24T13:23:34 < catphish> does qemu support any useful arm devices? 2018-11-24T13:23:52 < catphish> like any kind of IO? 2018-11-24T13:24:07 < Hamilton> catphish, I guess it's about processor simulation 2018-11-24T13:24:08 < jpa-> very limited 2018-11-24T13:24:38 < Hamilton> but still, I don't get why they list "board" support in that page instead of processor support 2018-11-24T13:24:41 < jpa-> nah, qemu tries to support more and that's why cpu & board are tied together in its configuration, but it doesn't have any particularly relevant cortex-M boards defined 2018-11-24T13:24:54 < catphish> i was wondering once about writing a hobby ARM OS, but couldn't find a way to simulate anything with IO 2018-11-24T13:25:16 < catphish> ideally i'd like it to simulate a phone/tablet 2018-11-24T13:25:33 < catphish> (with a touchecreen) 2018-11-24T13:25:48 < Hamilton> jpa-, suppose I want to write a FFA for Cortex-M0...Why should it matter that the board is an nRF51822 or SAMD or anything? 2018-11-24T13:25:50 < jpa-> catphish: well that it does do, qemu does simulate raspberry pi and some old phones 2018-11-24T13:26:04 < catphish> jpa-: interesting, i didn't think it did 2018-11-24T13:26:20 < jpa-> Hamilton: because that's how qemu is built; most people using it want more than just the plain cpu 2018-11-24T13:26:20 < catphish> maybe i'll have another look then 2018-11-24T13:26:39 < jpa-> Hamilton: if you use only the cpu, it shouldn't matter to you that there are some extra peripherals hanging around in the simulation 2018-11-24T13:26:46 < catphish> qemu seems to be more of a peripheral emulator than a cpu emulator these days 2018-11-24T13:27:07 < catphish> especially when most people probably use it on x86 with hardware cpu virtualization 2018-11-24T13:27:14 < jpa-> it's both, and has always been; because there is quite limited use to only cpu emulation 2018-11-24T13:27:17 < dongs> sup 2018-11-24T13:27:25 < dongs> i think zyp used qemu to sim some stm32 stuff 2018-11-24T13:27:39 < Hamilton> jpa-, So does it support M0 core? or AVR? 2018-11-24T13:27:51 < dongs> jadew: ive been getting that spam for months now 2018-11-24T13:27:58 < jpa-> Hamilton: probably not avr, there are other simulators for that 2018-11-24T13:28:05 < dongs> it does do M3 at least 2018-11-24T13:28:06 < jpa-> Hamilton: M0 is a subset of M3 so it should work 2018-11-24T13:28:52 < Hamilton> So am I being an idiot thinking my FFT implementation would be better than GCC's C? 2018-11-24T13:29:12 < jpa-> Hamilton: also look at the section about "-M virt" if you want to run without peripherals 2018-11-24T13:29:16 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 250 seconds] 2018-11-24T13:29:56 < jpa-> Hamilton: no, it is easy to beat GCC's C, especially on Cortex-M4 and others with DSP instructions; but you may be an idiot if you think you can beat ARM's preoptimized algorithms by much 2018-11-24T13:30:20 < jpa-> but of course your situation may be different than the generic algorithm assumes 2018-11-24T13:30:54 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-24T13:31:13 < Hamilton> jpa-, and by Arm's preoptimized algorithms use mean the link you mentioned about CMSIS? 2018-11-24T13:31:19 < jpa-> yeah, dsplib 2018-11-24T13:32:43 < Hamilton> yeah I guess I'd be an idiot in that case...can't beat corporate smarties with time/manpower 2018-11-24T13:32:45 < jpa-> note also that while qemu does simulate the functionality quite accurately, it does not simulate timing; stuff like RAM access times or instruction cycle counts are not accurate in the simulation 2018-11-24T13:33:00 < jpa-> so you can't use simulation to accurately rate performance 2018-11-24T13:34:45 < catphish> looks like qemu can simulate some 32 bit arm devices, like nokia n800 2018-11-24T13:34:47 < Hamilton> Isn't time taken for each instruction set routine fixed and predetermined? I guess it only is dependent on clock or other variables but at least the relation is linear 2018-11-24T13:34:53 < catphish> not sure about 64 bit, the list isn't clear 2018-11-24T13:34:59 < jpa-> Hamilton: no, it isn't fixed 2018-11-24T13:35:45 < jpa-> i'd give a link but infocenter.arm.com is down :P 2018-11-24T13:36:30 < Hamilton> catphish, If you like smartphones, look into postmarketOS (which also has a channel here)..it's based on Alpine linux (with musl instead of glibc) so you can have a Alpine machine and a postmarketOS phone and pretty much they'd behave the same 2018-11-24T13:37:07 < jpa-> http://webcache.googleusercontent.com/search?q=cache:Bt2EJuqxhFoJ:infocenter.arm.com/help/topic/com.arm.doc.ddi0432c/CHDCICDF.html&hl=fi&gl=fi&strip=1&vwsrc=0 ah, for cortex-m0 it looks to be quite fixed because it has no divide or other more advanced instructions; but different instructions still take different amount of time and qemu doesn't account for that 2018-11-24T13:37:33 < jpa-> for Cortex-M3 and higher, even the same instruction can vary in timing 2018-11-24T13:38:04 < catphish> Hamilton: interesting, i want low level though 2018-11-24T13:38:27 < Hamilton> I didn't really know that...:(...but correct-ness is also good if I could set up qemu 2018-11-24T13:38:40 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-24T13:40:03 < Hamilton> ah there is also a #qemu ! IRC is deh best 2018-11-24T13:40:12 < catphish> it's ok i guess 2018-11-24T13:41:58 < catphish> i don't see any modern devices emulated :( 2018-11-24T13:42:32 < Hamilton> catphish, in qemu? 2018-11-24T13:42:36 < catphish> Hamilton: yeah 2018-11-24T13:42:44 < catphish> although any other emulateor would be fine too 2018-11-24T13:42:47 < Hamilton> yeah the whole webpage seems weird 2018-11-24T13:43:02 < dongs> btw why are you lokoing for emulator 2018-11-24T13:43:15 < dongs> why not just write some hw simulation code and rebuild as pc .exe or wahtever 2018-11-24T13:43:33 < Hamilton> dongs, me? 2018-11-24T13:43:37 < dongs> whoever is 2018-11-24T13:43:39 < dongs> i didnt keep track 2018-11-24T13:43:46 < catphish> just felt like writing some low level code for one of the many arm mobile devices i have lying around 2018-11-24T13:43:54 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-24T13:43:55 < dongs> not gonna work 2018-11-24T13:43:57 < catphish> but need to start with an emulator really 2018-11-24T13:44:00 < dongs> theres no docs and you'd be wasting time anyway 2018-11-24T13:44:10 < Hamilton> I wanted to write a library in C with Cortex-M ISA (in assembly) and I want to test the correctness of the whole thing on my x86 linux machine instead of target. 2018-11-24T13:44:10 < dongs> but if you wanna waste time just do it on qemu 2018-11-24T13:44:46 < catphish> dongs: right, but qemu doesnt support anything remotely modern, it's pointless if it won't run on a real device 2018-11-24T13:44:47 < dongs> Hamilton: this is how i saw your message autism autism autism autism autism autism autism autism autism autism autism autism autism autism autism autism (autism) autism autism autism. 2018-11-24T13:44:58 < Hamilton> dongs, lol why? 2018-11-24T13:45:14 < dongs> catphish: it actually supports enough to matter. 2018-11-24T13:45:18 < dongs> what is a "real device"? 2018-11-24T13:45:39 < dongs> if you want to get real get one of thse 96boards things with exposed jtag and rawdog it directly wiht the arm core. 2018-11-24T13:45:42 < catphish> well anything with a capacitive touchscreen would be a start 2018-11-24T13:46:03 < catphish> ideally retail, not a dev board 2018-11-24T13:46:18 < catphish> that should be a pretty wide choice! 2018-11-24T13:46:22 < dongs> you do realize those things are generally disabled from end-user tampering right? 2018-11-24T13:46:25 < dongs> for good reasons too 2018-11-24T13:46:31 < catphish> no they're not 2018-11-24T13:46:39 < dongs> k 2018-11-24T13:46:43 < Hamilton> There is also this: https://salmanarif.bitbucket.io/visual/ 2018-11-24T13:46:49 < dongs> starting tosee your chats as non-stop too 2018-11-24T13:46:49 < catphish> every android device i own can have its bootloader flashed 2018-11-24T13:47:02 < dongs> allrighty then. 2018-11-24T13:47:10 < dongs> bbl 2018-11-24T13:47:58 < Hamilton> catphish, for android, there is this awsome app Termux...you could have a package manager and vim/make/clang in it 2018-11-24T13:48:09 < catphish> i've not tried on my pixel (because i like its stock OS) but every other phone/tablet i have is running a custom OS with a nonstandard bootloader, the only problem is that i suspect a lot of those OSs include proprietary binary blobs :( 2018-11-24T13:49:22 < catphish> i don't want userland, though, i want to write a kernel, this should be easier than x86 really, but i just don't know what device to work on 2018-11-24T14:12:16 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: WeeChat 2.3] 2018-11-24T14:26:44 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:e020:b7ea:9895:cf3] has joined ##stm32 2018-11-24T14:43:40 < Thorn> Reviewing the twentieth century, it is hard to escape the conclusion that two themes have dominated Germany’s history. On the one hand there is the pursuit of economic and technological progress, which for much of the century made Germany, along with the United States and latterly Japan, China and India, one of the largest economies in the world. On the other hand there is the pursuit of warfare on a hitherto unimagined scale. 2018-11-24T15:16:35 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-24T15:20:44 < Steffanx> tldr; 2018-11-24T15:26:44 < jadew> I have to clean this place 2018-11-24T15:27:46 < jadew> maybe there's something that can be done so it doesn't get like that in the first place 2018-11-24T15:27:59 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-24T15:29:01 < jadew> probably putting things back when you're done would be a good start 2018-11-24T15:29:39 < jadew> but for some reason, I'm only succesful in doing that for a short while after I clean up 2018-11-24T15:34:48 < jadew> I'm waiting on a print to finish, so I have no excuse not to tidy up, but it's so freaking hard to mobilize 2018-11-24T15:37:29 < Steffanx> Haha, sounds familiar jadew 2018-11-24T15:46:17 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-24T15:49:02 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:e020:b7ea:9895:cf3] has quit [Quit: Konversation terminated!] 2018-11-24T15:59:50 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 244 seconds] 2018-11-24T16:02:32 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-24T16:04:40 -!- SuperBawlz [~SuperBawl@182.253.223.34] has joined ##stm32 2018-11-24T16:10:21 -!- SuperBawlz [~SuperBawl@182.253.223.34] has quit [Quit: Leaving] 2018-11-24T16:17:53 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-24T16:53:03 -!- ekaOlogik [~quassel@193.174.69.135] has joined ##stm32 2018-11-24T17:05:21 -!- ekaOlogik [~quassel@193.174.69.135] has quit [Remote host closed the connection] 2018-11-24T17:18:04 -!- sterna [~Adium@c-77e0e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 250 seconds] 2018-11-24T17:21:30 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-24T17:25:09 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-24T17:28:05 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-24T17:28:53 < bitmask> hmm, needs more jst-xh 2018-11-24T17:32:01 < Steffanx> Go go gadget jst 2018-11-24T17:32:33 < bitmask> jst xh is good for 2-3A right? 2018-11-24T17:33:01 < Steffanx> http://www.jst-mfg.com/product/detail_e.php?series=277 2018-11-24T17:33:18 < bitmask> k k 2018-11-24T17:33:25 < Steffanx> :P 2018-11-24T17:33:30 < bitmask> I can't wake up today :( 2018-11-24T17:34:45 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-24T17:36:11 < Steffanx> Coffee 2018-11-24T17:56:24 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-24T18:20:27 -!- sterna [~Adium@h-235-5.A357.priv.bahnhof.se] has joined ##stm32 2018-11-24T18:23:59 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 244 seconds] 2018-11-24T19:13:58 < BrainDamage> https://twitter.com/dellhome/status/1064655068966912000 2018-11-24T19:52:04 < Steffanx> ty BrainDamage, buying. 2018-11-24T20:06:26 < englishman> lol 2018-11-24T20:06:31 < englishman> so fucking true 2018-11-24T20:07:37 -!- jadew [~razvan@unaffiliated/jadew] has quit [Ping timeout: 252 seconds] 2018-11-24T20:15:44 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 250 seconds] 2018-11-24T20:24:20 -!- jadew [~razvan@82.76.120.196] has joined ##stm32 2018-11-24T20:37:40 -!- jadew [~razvan@82.76.120.196] has quit [Ping timeout: 246 seconds] 2018-11-24T20:42:20 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 268 seconds] 2018-11-24T20:42:37 -!- jadew [~razvan@82.76.120.196] has joined ##stm32 2018-11-24T20:49:01 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-24T20:54:07 -!- sterna [~Adium@h-235-5.A357.priv.bahnhof.se] has quit [Read error: Connection reset by peer] 2018-11-24T20:55:18 -!- sterna [~Adium@h-235-5.A357.priv.bahnhof.se] has joined ##stm32 2018-11-24T21:10:05 -!- jadew [~razvan@82.76.120.196] has quit [Ping timeout: 268 seconds] 2018-11-24T21:12:40 < zyp> no action today? 2018-11-24T21:19:43 < Steffanx> We're all waiting for updates on your side 2018-11-24T21:20:45 < Steffanx> Is the movie Skjelvet any good zyp ? 2018-11-24T21:21:06 < zyp> dunno, haven't seen it yet 2018-11-24T21:21:11 < englishman> soon to mash in 2018-11-24T21:21:21 < zyp> the Burger King burger were good though 2018-11-24T21:21:23 < englishman> no stm32 content 2018-11-24T21:21:48 < zyp> (they had a «Skjelvet burger» around the time the movie launched) 2018-11-24T21:21:49 < englishman> pic14f maybe 2018-11-24T21:21:58 < englishman> Ty for context 2018-11-24T21:22:07 < englishman> that was quite the non sequitur 2018-11-24T21:22:55 < Steffanx> whats up sir englishman 2018-11-24T21:23:51 < englishman> the water temperature Steffanx 2018-11-24T21:24:18 < Steffanx> im glad to hear that 2018-11-24T21:36:54 < Steffanx> and the cats? 2018-11-24T21:48:48 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 245 seconds] 2018-11-24T21:50:44 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:393d:cdf7:22ad:1b3c] has joined ##stm32 2018-11-24T22:21:26 < catphish> what are we spotting? 2018-11-24T22:21:30 < con3> wtf... 2018-11-24T22:23:53 < con3> i mean..technically...you could.. 2018-11-24T22:23:53 < catphish> i assume they're mocking this guy: https://www.standard.co.uk/news/uk/police-officer-labelled-an-embarrassment-for-telling-shops-to-use-genderneutral-signs-for-tampons-a3610916.html 2018-11-24T22:24:07 < catphish> i'm still trying to work out why you'd place one in your anus though 2018-11-24T22:24:17 < catphish> Cracki: i don't believe you 2018-11-24T22:25:19 < catphish> it's clearly a photoshop of https://www.reviewstream.com/images_items/UxwcYzOd5.jpeg 2018-11-24T22:26:58 < kakimir> https://www.youtube.com/watch?v=A8IEHfRsjdg musics 2018-11-24T22:27:12 < catphish> source: https://twitter.com/pomoshire/status/931438016354308096 2018-11-24T22:27:21 < catphish> and yes, we have hate crime officers 2018-11-24T22:27:35 < catphish> and no, we don't have gender neutral tampons 2018-11-24T22:27:42 < kakimir> uk 2018-11-24T22:27:49 < kakimir> you are fuk'd 2018-11-24T22:28:12 < kakimir> pandoras box is open 2018-11-24T22:29:22 < kakimir> catphish: don't turn into laurenceb 2018-11-24T22:29:35 < catphish> why not? 2018-11-24T22:29:53 < kakimir> yes 2018-11-24T22:30:00 < catphish> i can't see france from here 2018-11-24T22:30:01 < Steffanx> Will Germany be a big part of it again? 2018-11-24T22:30:16 < con3> lets hope not 2018-11-24T22:30:24 < Steffanx> ive no clue how the army of the germans is nowadays 2018-11-24T22:30:36 < qyx> karlp: what sw do you use for modbus master? 2018-11-24T22:30:47 < Steffanx> modbus pol is pro. 2018-11-24T22:31:00 < Steffanx> *poll 2018-11-24T22:31:20 < englishman> Steffanx: cats are annoying 2018-11-24T22:31:38 < kakimir> global civil war? 2018-11-24T22:32:04 < Steffanx> is that you englishman? 2018-11-24T22:33:07 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-24T22:33:42 < kakimir> next month I'm debt free 2018-11-24T22:33:47 < kakimir> personally 2018-11-24T22:33:53 < Steffanx> yay, kakimir 2018-11-24T22:34:20 < Steffanx> Will send some stroopwafels to celebrate 2018-11-24T22:35:10 < kakimir> my person doesn't have debt but society probs continue to inflict it's collective debt on me 2018-11-24T22:37:02 < kakimir> I get 100eur more a month after debt is paid 2018-11-24T22:47:04 < kakimir> what did you think of kakimusics tonight? 2018-11-24T22:48:09 < Steffanx> it got lost in between the crap links 2018-11-24T22:52:11 < kakimir> https://www.youtube.com/watch?v=A8IEHfRsjdg encore 2018-11-24T22:52:58 < englishman> Steffanx: who? 2018-11-24T22:58:19 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-24T23:02:24 < Steffanx> its ok kakimir 2018-11-24T23:02:37 < Steffanx> perhaps a bit much of the same 2018-11-24T23:03:07 < Ultrasauce> https://www.youtube.com/watch?v=69sQ3N9ZVUo get counter-musicspammed 2018-11-24T23:07:14 < Steffanx> I expected more something like this Ultrasauce https://www.youtube.com/watch?v=0HtyF0jux2Q 2018-11-24T23:07:50 < Ultrasauce> crt isnt around, no pumping necessary 2018-11-24T23:09:20 < kakimir> Steffanx: it evolves slowly 2018-11-24T23:09:32 < kakimir> first shift around 4mins maybe 2018-11-24T23:09:51 < Steffanx> Yeah and then it is that at least another 4 :P 2018-11-24T23:10:17 < Steffanx> I need more progression than that 2018-11-24T23:24:15 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2018-11-24T23:35:55 -!- jadew [~razvan@82.76.120.196] has joined ##stm32 2018-11-24T23:37:13 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2018-11-24T23:40:42 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 264 seconds] 2018-11-24T23:42:46 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2018-11-24T23:43:07 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-24T23:45:29 -!- jadew [~razvan@82.76.120.196] has quit [Ping timeout: 268 seconds] 2018-11-24T23:48:02 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:393d:cdf7:22ad:1b3c] has quit [Quit: Konversation terminated!] 2018-11-24T23:49:03 -!- jadew [~razvan@82.76.120.196] has joined ##stm32 --- Day changed Sun Nov 25 2018 2018-11-25T00:17:40 < kakimir> profit 2018-11-25T00:18:47 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 268 seconds] 2018-11-25T00:23:19 -!- rajkosto [~Rajko@cable-178-149-113-218.dynamic.sbb.rs] has joined ##stm32 2018-11-25T00:30:22 < Steffanx> Welcome. 2018-11-25T00:44:46 < kakimir> flying high 2018-11-25T00:54:43 < Steffanx> Hows the pilot thing going kakimir 2018-11-25T01:14:11 < kakimir> I need a new challenge 2018-11-25T01:14:13 < kakimir> and time 2018-11-25T01:14:14 < kakimir> and money 2018-11-25T01:14:38 < kakimir> nowdays it's all about "feeling it" 2018-11-25T01:16:43 < kakimir> not enough experience to go to Kebnekaise 2018-11-25T01:16:57 < kakimir> in winter 2018-11-25T01:22:08 -!- srk [sorki@fedora/sorki] has quit [Ping timeout: 245 seconds] 2018-11-25T01:22:18 -!- Adluc [Adluc@base48.cz] has quit [Ping timeout: 252 seconds] 2018-11-25T01:23:09 -!- srk [sorki@fedora/sorki] has joined ##stm32 2018-11-25T01:23:24 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2018-11-25T01:23:39 -!- Adluc [Adluc@base48.cz] has joined ##stm32 2018-11-25T01:24:59 < Steffanx> Hm 2018-11-25T01:25:08 < kakimir> https://www.youtube.com/watch?v=hsl9B_FNKiI kebne 2018-11-25T01:27:25 < kakimir> I think I will start motored flying next 2018-11-25T01:29:23 < kakimir> https://www.youtube.com/watch?v=AAtkoje4-eM 2018-11-25T01:30:19 < kakimir> I wonder if musk saw this video 2018-11-25T01:30:43 < kakimir> in electric car you can't do that exact trick though 2018-11-25T01:30:47 < kakimir> because of battery 2018-11-25T01:33:12 < englishman> electric brewery working ~amaze~ 2018-11-25T01:33:30 < englishman> pid settings dialled in 2018-11-25T01:33:51 < kakimir> it's not the technical facilities you have 2018-11-25T01:33:54 < kakimir> it's the process 2018-11-25T01:34:29 < kakimir> are you planning full automation englishman? 2018-11-25T01:34:37 < kakimir> box that makes beer? 2018-11-25T01:34:54 < kakimir> based on stm32 microcontroller 2018-11-25T01:34:55 < englishman> nah 2018-11-25T01:35:00 < englishman> that takes space 2018-11-25T01:35:15 < englishman> all this crap still fits in a small closet 2018-11-25T01:35:57 < BrainDamage> top or bottom yeast? 2018-11-25T01:36:13 < englishman> safale s-04 2018-11-25T01:43:10 < kakimir> https://en.wikipedia.org/wiki/Grob_G_520 turboprop powered high altitude glider 2018-11-25T01:44:05 < kakimir> range: 3670km, 45min reserve, 500kg payload 2018-11-25T01:45:13 < kakimir> https://en.wikipedia.org/wiki/Grob_G_520#/media/File:Grob-G520-Front.jpg non-typical aspect ratio for turboprop 2018-11-25T01:48:27 < kakimir> nothing says it's a glider but it surelly has glider aspect ratio 2018-11-25T01:59:45 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-25T02:01:36 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-25T02:16:20 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-25T02:21:40 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-25T02:27:03 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-25T02:42:32 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2018-11-25T03:10:19 < kakimir> negative temperatures blew my mind 2018-11-25T03:10:44 < kakimir> after infinite kelvins there is negative infinite kelvins 2018-11-25T03:11:01 < BrainDamage> they are not insane when you look at them as a distribution point of view 2018-11-25T03:11:16 < BrainDamage> you just flip the fermi-dirac distribution on its axis 2018-11-25T03:11:18 < kakimir> and if you go all way up eventually there is negative zero kelvin 2018-11-25T03:11:39 < BrainDamage> which means electrons' rest position is an energized state instead of ground state 2018-11-25T03:11:51 < kakimir> there is reasons I didn't go through university BrainDamage 2018-11-25T03:12:19 < BrainDamage> well, explaining this in meaningful way requires a bit of a-priori knowledge 2018-11-25T03:12:44 < BrainDamage> it's like explaining someone why bypass capacitors values are chosen like that to someone with 0 EE knowledge 2018-11-25T03:13:20 < kakimir> stetson-harrison method 2018-11-25T03:23:20 < kakimir> https://www.youtube.com/watch?v=pRhKlVCgujE wow they took some video inside cockpit 2018-11-25T03:37:13 < kakimir> what are you suggesting crt? 2018-11-25T03:58:16 -!- sterna [~Adium@h-235-5.A357.priv.bahnhof.se] has quit [Quit: Leaving.] 2018-11-25T04:04:21 < englishman> crt: lol 2018-11-25T04:13:59 < dongs> lol 2018-11-25T04:44:12 -!- X230t [x13@gateway/shell/suchznc/x-jxeottfayrbuagaz] has quit [Quit: So long fuckers] 2018-11-25T05:10:28 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 250 seconds] 2018-11-25T05:18:00 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-25T05:40:21 -!- X230t [x13@gateway/shell/suchznc/x-wjtbxxnybeilogiv] has joined ##stm32 2018-11-25T05:45:33 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-25T05:48:36 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-25T05:48:36 -!- [1]MrMobius is now known as MrMobius 2018-11-25T06:34:48 -!- fc5dc9d4 [~quassel@p5B3A8071.dip0.t-ipconnect.de] has joined ##stm32 2018-11-25T06:38:52 -!- fc5dc9d4_ [~quassel@p5B3A8230.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 2018-11-25T06:50:28 -!- rajkosto [~Rajko@cable-178-149-113-218.dynamic.sbb.rs] has quit [Ping timeout: 245 seconds] 2018-11-25T07:01:07 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2018-11-25T07:24:40 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 252 seconds] 2018-11-25T07:35:55 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-25T07:40:03 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-25T07:43:24 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2018-11-25T07:43:25 -!- day__ is now known as day 2018-11-25T08:17:50 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-25T09:56:28 -!- day [~Unknown@unaffiliated/day] has quit [Read error: Connection timed out] 2018-11-25T09:56:36 -!- day [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-25T10:48:24 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-25T10:49:12 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-25T11:14:38 < Steffanx> You got pumped. 2018-11-25T11:22:00 < dongs> crt, how much did you spend on fiverr to get that logo 2018-11-25T11:28:21 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:e49c:e22f:49cb:20db] has joined ##stm32 2018-11-25T11:46:13 < Steffanx> Dongs stopped visiting freecancer? 2018-11-25T11:51:21 < Steffanx> New what rig? 2018-11-25T11:52:38 < Steffanx> Pump? 2018-11-25T11:54:19 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-25T11:54:28 -!- sterna [~Adium@c-65e1e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-25T11:55:30 < Steffanx> Did you setup a new workbench yet? 2018-11-25T11:55:42 < Steffanx> A place to work on PULL filters 2018-11-25T11:56:47 < jadew> crt, what do you need? 2018-11-25T11:58:10 < Steffanx> Who does know? Stvn? 2018-11-25T12:00:19 < Steffanx> Hes with Billy. 2018-11-25T12:21:54 -!- sterna1 [~Adium@c-65e1e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-25T12:21:54 -!- sterna [~Adium@c-65e1e253.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-25T12:44:47 -!- branjb [~pseudosin@c-73-24-157-174.hsd1.az.comcast.net] has quit [Ping timeout: 240 seconds] 2018-11-25T12:45:21 -!- branjb [~pseudosin@c-73-24-157-174.hsd1.az.comcast.net] has joined ##stm32 2018-11-25T12:55:34 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 246 seconds] 2018-11-25T13:00:08 -!- Chris_M [~Chris_M@203-214-94-79.dyn.iinet.net.au] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-25T13:03:24 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:e49c:e22f:49cb:20db] has quit [Remote host closed the connection] 2018-11-25T13:04:52 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:a11c:b4b4:141e:ac5a] has joined ##stm32 2018-11-25T13:06:20 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 272 seconds] 2018-11-25T13:08:31 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:a11c:b4b4:141e:ac5a] has quit [Remote host closed the connection] 2018-11-25T13:09:43 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:9c12:72d5:c804:ecd3] has joined ##stm32 2018-11-25T13:39:57 < Steffanx> , 2018-11-25T14:19:35 < karlp> qyx: I use libmodbus and my own "modbus_debugger" thinggy, which is just a cli tool for for all the options, and I use lua-libmodbus too 2018-11-25T14:20:17 < karlp> for the most part I have one app that uses libmodbus that reads devices and posts standard format messages to mqtt, then eveything else works on the json messages. 2018-11-25T14:20:34 < dongs> lunix trainwreck 2018-11-25T14:24:50 < karlp> not sure what qyx really wanted to know :) 2018-11-25T14:26:11 < dongs> cube 5.0.0 is out 2018-11-25T14:26:27 < dongs> whats STM32G0 2018-11-25T14:26:54 < dongs> Added the support of STM32G0 Series with first examples in MX format available in the STM32Cube_FW_G0_1.0.0 STM32CubeG0 MCU Package. 2018-11-25T14:28:24 < dongs> there's L5 now... 2018-11-25T14:28:40 < karlp> yeah, l5 has been a few months 2018-11-25T14:28:43 < karlp> no idea what g0 is though 2018-11-25T14:34:42 < dongs> my gawd. 2018-11-25T14:34:45 < dongs> the new cube GUI 2018-11-25T14:34:48 < dongs> what the fuck 2018-11-25T14:36:18 < zyp> https://image.slidesharecdn.com/track2-session5-stdevcon2016-usbtypecwithpd-161007094747/95/track-2-session-5-st-dev-con-2016usb-type-c-with-pd-25-638.jpg?cb=1475837692 2018-11-25T14:36:35 < zyp> «General Purpose STM32G0 MCU with integrated Power Delivery Interface» 2018-11-25T14:36:40 < dongs> oh that 2018-11-25T14:36:53 < dongs> its so popular nobody has ever heard of it 2018-11-25T14:37:02 < dongs> wow. 2018-11-25T14:37:07 < dongs> F7 cube firmware is 1.2GB 2018-11-25T14:37:14 < dongs> such fucking bloatwarez 2018-11-25T14:37:52 < Steffanx> lol 2018-11-25T14:38:13 < Steffanx> its mainly that because they keep backups of the databases in the download 2018-11-25T14:38:18 < dongs> no 2018-11-25T14:38:21 < Steffanx> not? 2018-11-25T14:38:24 < Steffanx> oh that is cube mx 2018-11-25T14:38:29 < dongs> the new F7 trash is literally 1.2gb for the update 2018-11-25T14:38:33 < dongs> i donno how big the previous one was 2018-11-25T14:38:40 < dongs> ill check, its still unzipping 2018-11-25T14:39:06 < Steffanx> st website is so fast nowadays 2018-11-25T14:40:03 < zyp> oh, stm32g0 is even listed on mouser 2018-11-25T14:40:26 < zyp> apparently it's M0+, so maybe it's just F0 with a better core 2018-11-25T14:41:02 < Steffanx> or L0? 2018-11-25T14:41:52 < Steffanx> Which is also pretty close to F0 with just a better core 2018-11-25T14:42:10 < zyp> L0 is slower 2018-11-25T14:42:40 -!- sterna1 [~Adium@c-65e1e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2018-11-25T14:45:55 < dongs> G0 is 64mhz 2018-11-25T14:46:14 < dongs> naming is like G070 so soudns like M0? 2018-11-25T14:48:25 < dongs> cute 2018-11-25T14:48:27 < dongs> G0 datasheet link 2018-11-25T14:48:29 < dongs> from inside cube 2018-11-25T14:48:31 < dongs> goez to 404 2018-11-25T14:48:33 < dongs> on st.com 2018-11-25T14:50:16 < Steffanx> ntfreak was our guy with inside ST info. Tell us about G0? :D 2018-11-25T14:50:22 < dongs> PD peripheral is called UCPD 2018-11-25T14:50:44 < dongs> L5 also has it apparently 2018-11-25T14:52:53 < dongs> By getting more from technology to get more from life, ST stands for life.augmented. 2018-11-25T14:52:58 < dongs> what the shit does that even mean 2018-11-25T14:53:38 < Steffanx> So the F7 stuff is so huge because it has huge binaries and images (touchgfx and stemwin) in it. 2018-11-25T14:53:46 < dongs> no uguufx? 2018-11-25T14:54:18 < Steffanx> Nah, why would they. it had to be STuguufx then. 2018-11-25T14:59:57 < dongs> in that case, it'd be more like stfuguufx 2018-11-25T15:02:52 < Steffanx> knew you were gonna say that :p 2018-11-25T15:05:18 < PeterM> https://i.imgur.com/ByjRncy.jpg *coughs loudly* 2018-11-25T15:06:16 < dongs> haha 2018-11-25T15:06:24 < Steffanx> hmm who did that PeterM? Was it Peter? 2018-11-25T15:06:29 < dongs> from AidsFruit 2018-11-25T15:07:01 < PeterM> i think that was englishman or emebs but some quick shopping 2018-11-25T15:07:16 < dongs> oh 2018-11-25T15:07:34 < dongs> i guess it saud uGFX before 2018-11-25T15:07:39 < PeterM> ya 2018-11-25T15:09:49 < PeterM> i bet its even the same breadboard http://ebrombaugh.studionebula.com/embedded/stm32f030breakout/index.html 2018-11-25T15:10:43 < PeterM> hmm nope different layout 2018-11-25T15:10:49 < PeterM> ehh idgaf 2018-11-25T15:11:03 < Steffanx> oh its shopped. 2018-11-25T15:11:08 < Steffanx> fucker. 2018-11-25T15:11:19 < Steffanx> https://cdn.hackaday.io/images/5676431434663601853.JPG sores. 2018-11-25T15:11:33 < Steffanx> it was some chriswhatever guy 2018-11-25T15:11:50 < karlp> is that actually the x in ugay font? 2018-11-25T15:11:56 < karlp> that's horrific. 2018-11-25T15:12:16 < PeterM> i only shopped it to look like what i saw 2018-11-25T15:13:51 < Steffanx> its supposed to be artistic karlp 2018-11-25T15:14:11 < PeterM> you spelt autistic wrong 2018-11-25T15:14:58 < Steffanx> what kind of special 18650 do you need that even in dutchland they cost 12 euro karlp? 2018-11-25T15:16:58 < BrainDamage> the insane part is that it looks like a better font after the shopping 2018-11-25T15:17:18 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-25T15:17:38 < Steffanx> just some autistic circle jerking here atm. 2018-11-25T15:18:44 < dongs> < Steffanx> https://cdn.hackaday.io/images/5676431434663601853.JPG sores. 2018-11-25T15:18:45 < PeterM> so i gotta parallel up some high current contacts on a connector, should i do the normal thing and put the paralleld contacts adjacent to each other on the connector, or jsut split it into a mirror image 2018-11-25T15:18:47 < dongs> lmao thats a terrible X 2018-11-25T15:19:42 < PeterM> then end user doesnt need to use their brain and think about connector orientation 2018-11-25T15:19:43 < dongs> i'd be very shocked if uguufx actually supported kerning like this 2018-11-25T15:20:52 < karlp> Steffanx: just looked at prices briefly on line, I didnt' see any any cheaper than 11€? 2018-11-25T15:21:17 < Steffanx> https://www.nkon.nl/rechargeable/18650-size.html i do, unless you need something very fancy. 2018-11-25T15:21:32 < karlp> that's more like it. 2018-11-25T15:21:38 < karlp> now, can I walk in somewhere and getthem? 2018-11-25T15:21:46 < karlp> I'm only in country for 48hours. 2018-11-25T15:21:50 < Steffanx> that might be some issue 2018-11-25T15:22:06 < karlp> yar, awesome. 2018-11-25T15:22:37 < karlp> I'm still going to pay 11@ or somethign at a vape shop in amsterdam, it's sitll half the price of locally. 2018-11-25T15:23:09 < karlp> gonna take my bike light battery case out empty, so that they're "in the intended equipment" to keep the airlines happy. 2018-11-25T15:23:50 < Steffanx> You can go, but itll be in Eindhoven 2018-11-25T15:24:40 * karlp laughs 2018-11-25T15:24:44 < karlp> nothing's ever easy 2018-11-25T15:50:04 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Ping timeout: 250 seconds] 2018-11-25T15:57:55 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:9c12:72d5:c804:ecd3] has quit [Quit: Konversation terminated!] 2018-11-25T15:59:48 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-25T16:20:15 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-25T16:22:09 -!- PaulFertser [paul@paulfertser.info] has quit [Read error: Connection reset by peer] 2018-11-25T16:22:30 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2018-11-25T16:24:29 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 268 seconds] 2018-11-25T16:38:53 < mawk> what's a @ 2018-11-25T16:42:33 < Steffanx> where you seen an @? 2018-11-25T16:42:50 < Steffanx> Are you rioting as well mawk? 2018-11-25T16:44:17 < mawk> [14:22:37] I'm still going to pay 11@ or somethign at a vape shop in amsterdam, it's sitll half the price of locally. 2018-11-25T16:44:19 < mawk> here 2018-11-25T16:46:13 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2018-11-25T16:46:42 < Steffanx> oh, it was supposed to be € lol 2018-11-25T16:54:29 < jpa-> i didn't know karlp was a vaper 2018-11-25T17:00:04 < dongs> vapist 2018-11-25T17:01:19 < zyp> in iceland, even the ground is vaping 2018-11-25T17:04:07 -!- barthess [~barthess@nat-16-metro-pool-1-ip-2.cosmostv.by] has joined ##stm32 2018-11-25T17:04:37 -!- barthess [~barthess@nat-16-metro-pool-1-ip-2.cosmostv.by] has quit [Client Quit] 2018-11-25T17:13:42 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 250 seconds] 2018-11-25T17:15:27 < dongs> G0 cube package is super shitty 2018-11-25T17:15:32 < dongs> UCPD only supported by _ll driver 2018-11-25T17:15:35 < dongs> and it has literally nothing i nit 2018-11-25T17:15:37 < dongs> just Init 2018-11-25T17:15:57 < dongs> ST writing quality software as usual 2018-11-25T17:26:03 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-25T17:31:34 < englishman> STM32G0 available Q2 '17! 2018-11-25T17:33:37 < Steffanx> Still better estimate than samtec. 2018-11-25T17:33:57 < Steffanx> delivery dates. 2018-11-25T17:34:08 * karlp isn't jpa, just a vape shop will probably bethe easiest place to pick up some while I'm visiting "proper" europe next week 2018-11-25T17:34:42 < englishman> fucking scamtec 2018-11-25T17:34:45 < Steffanx> just have nkon deliver at the hotel you sleep 2018-11-25T17:34:58 < Steffanx> order before 16.00 have it the next day 2018-11-25T17:35:19 < Steffanx> or be unlucky and have nothing 2018-11-25T17:37:21 < karlp> Steffanx: different hotel for each night we're there, but yeah, might work 2018-11-25T17:37:44 < englishman> stm32g0 looks cool, almost all chips have two ucpd interfaces in source/sink/dual role 2018-11-25T17:38:19 < englishman> interestingly, they do not have actual usb 2018-11-25T17:39:43 < karlp> Steffanx: hehe, nkon will actually ship to iceland :) 2018-11-25T17:40:04 < karlp> if I get 5 batteries it even starts to get cheaper than local, even with shipping :) 2018-11-25T17:41:10 < englishman> better get 500 and flip them in iceland for massive profit 2018-11-25T17:41:33 < englishman> the invisible hand of the free market demands it 2018-11-25T17:41:38 < Steffanx> oh lol karlp 2018-11-25T17:43:45 < zyp> oh, «bike light» 2018-11-25T17:44:11 < zyp> I skipped «light» and was wondering if you were gonna fill an ebike battery with 11 EUR cells from a vapeshop 2018-11-25T17:45:42 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-25T17:45:47 < karlp> I don't even want vape shop cells I don't think, they're normally 30A high discahrge shit i think 2018-11-25T17:45:55 < zyp> probably 2018-11-25T17:47:14 < bitmask> 18650s? 2018-11-25T17:47:26 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2018-11-25T17:47:37 < Steffanx> yeah is that the best vaper size bitmask? 2018-11-25T17:47:52 < zyp> better just buy a tesla and strip it down 2018-11-25T17:47:56 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2018-11-25T17:48:09 < bitmask> hah well I was looking for lower discharge cells myself, you can get like 7-10A with 3500 mah 2018-11-25T17:48:14 < zyp> if you can sell the leftover cells at like 16 EUR each you'll probably even break even :p 2018-11-25T17:48:53 < bitmask> all the ones I have are 20A and like 2600 mah unfortunately 2018-11-25T17:49:25 < bitmask> and I dont get anywhere near that in practice so I'm thinking they could be clones 2018-11-25T17:49:46 -!- barthess [~barthess@nat-16-metro-pool-1-ip-2.cosmostv.by] has joined ##stm32 2018-11-25T17:49:52 < bitmask> although I wasn't doing a very deep discharge 2018-11-25T17:50:27 -!- barthess [~barthess@nat-16-metro-pool-1-ip-2.cosmostv.by] has quit [Client Quit] 2018-11-25T17:52:16 < kakimir> a cubic meter of trash 2018-11-25T17:52:29 < kakimir> cleaning my shit 2018-11-25T17:52:31 < Steffanx> is that what you got out of your basement? 2018-11-25T17:52:35 < Steffanx> hah thats a yes 2018-11-25T17:52:35 < kakimir> yes 2018-11-25T17:52:43 < Steffanx> :) 2018-11-25T17:52:48 < kakimir> that is only the totally worthless trash 2018-11-25T17:53:02 < kakimir> then there is trash that may have some use in future 2018-11-25T17:53:02 < Steffanx> There goes your 100 euro. :P 2018-11-25T17:53:09 < Steffanx> just to get rid of the shit 2018-11-25T17:53:20 < kakimir> I have collected. 2018-11-25T17:53:47 < bitmask> what do you have to pay for? 2018-11-25T17:53:55 < kakimir> nothing 2018-11-25T17:53:57 < kakimir> but my time 2018-11-25T17:54:03 < bitmask> no I meant Steffanx 2018-11-25T17:54:20 < kakimir> I mean I have collected some broken electronics that was not even originally mine 2018-11-25T17:54:31 < Steffanx> bitmask here in dutchland you pay for it yes. 2018-11-25T17:54:41 < kakimir> also some really cheap shit that has been trash right out of factory 2018-11-25T17:54:42 < zyp> pay for what? 2018-11-25T17:54:50 < bitmask> for what though, garbage collectors to pick up big items? or what 2018-11-25T17:54:52 < Steffanx> getting rid of trash 2018-11-25T17:54:56 < kakimir> some 1layer board trash 2018-11-25T17:55:22 < kakimir> components not worth looking twice 2018-11-25T17:55:25 < Steffanx> They dont pick up big items, just the regular trash bin thing. Which you have to pay for 2018-11-25T17:55:40 < kakimir> this is hazardous waste 2018-11-25T17:55:49 < Steffanx> if i have to get rid of big things i have to take it to some place that takes it. Which i have to pay for :P 2018-11-25T17:55:53 < kakimir> I need to take this to recycling station 2018-11-25T17:56:04 < Steffanx> some place = recycler. 2018-11-25T17:56:24 < kakimir> they receive electronics for free 2018-11-25T17:56:31 < bitmask> regular trash is covered by house taxes I believe but we have a recycling place in town to drop off electronics, paper, plastic, whatever 2018-11-25T17:56:36 < zyp> same here 2018-11-25T17:56:37 < kakimir> but things like refrigerators etc. you need to pay some 10eur or so 2018-11-25T17:56:43 < kakimir> sofas 2018-11-25T17:56:44 < bitmask> and they pick up large items every other week I think 2018-11-25T17:56:54 < zyp> electronics are free, also some other items are 2018-11-25T17:57:13 < kakimir> I think it's free when materials are valuable 2018-11-25T17:57:16 < zyp> and for the stuff you actually have to pay for, there's some yearly allowance 2018-11-25T17:57:20 < zyp> that's not it 2018-11-25T17:57:24 < Steffanx> here no you longer pay by taxes, you pay by how often you have the bin emptied. 2018-11-25T17:57:50 < kakimir> I wound 512MB MMC card in my collection 2018-11-25T17:57:52 < zyp> on shit like fridges and stuff here, you're paying an environment tax when you buy it, which covers handling it when it's thrown away 2018-11-25T17:57:53 < kakimir> found* 2018-11-25T17:58:24 < Steffanx> get rid of it kakimir 2018-11-25T17:58:57 < kakimir> no 2018-11-25T17:59:09 < kakimir> I have a little box 2018-11-25T17:59:20 < kakimir> to put all sd cards 2018-11-25T17:59:27 < kakimir> in 2018-11-25T18:00:21 < jpa-> karlp: for most hotels, you can have stuff delivered beforehand by mail 2018-11-25T18:01:46 < kakimir> Steffanx: found 128MB compact flash 2018-11-25T18:01:57 < kakimir> put it into box 2018-11-25T18:02:21 * Steffanx puts the entire box in the trash bin 2018-11-25T18:02:30 < Steffanx> np 2018-11-25T18:03:18 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Read error: Connection reset by peer] 2018-11-25T18:05:57 < kakimir> https://www.youtube.com/watch?v=jsBt4QNIjV4 2018-11-25T18:06:07 -!- IRC-Source_4902 [59f4d89e@gateway/web/cgi-irc/kiwiirc.com/ip.89.244.216.158] has joined ##stm32 2018-11-25T18:06:59 < Steffanx> go away kakimir 2018-11-25T18:07:29 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-25T18:07:54 < kakimir> it's what she said 2018-11-25T18:11:09 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-25T18:25:12 -!- IRC-Source_4902 [59f4d89e@gateway/web/cgi-irc/kiwiirc.com/ip.89.244.216.158] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 2018-11-25T18:44:31 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 246 seconds] 2018-11-25T18:49:54 < bitmask> https://hackaday.com/2018/11/19/flywire-circuits-at-the-next-level/ 2018-11-25T18:54:21 < bitmask> https://runawaybrainz.blogspot.com/2012/04/audio-crystal-cmoy-freeform-headphone.html 2018-11-25T18:55:07 < kakimir> don't break that socket 2018-11-25T18:55:23 < kakimir> also K702! 2018-11-25T18:55:45 < kakimir> anyone know if I should update to K712? is it all just fancy colours? 2018-11-25T18:57:03 < kakimir> I can always sell my worn headset to a friend 2018-11-25T19:12:43 < Steffanx> Looks cool bitmask 2018-11-25T19:14:10 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 250 seconds] 2018-11-25T19:27:36 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 250 seconds] 2018-11-25T19:41:42 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-25T19:58:56 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-25T20:27:00 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-25T20:35:22 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 272 seconds] 2018-11-25T20:41:42 < qyx> karlp: whoa, I want your modbus->mqtt thing 2018-11-25T20:42:28 < qyx> I have a mikrotik running openwrt with usb->rs485 plugged to a mppt charger and dc/ac inverter 2018-11-25T20:46:51 < sync> BrainDamage: seen some pro audio gear use some opa2822 xdsl as output driver 2018-11-25T20:56:26 < BrainDamage> because it's not a single pole system 2018-11-25T20:57:36 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-25T20:59:36 < BrainDamage> yeah, generally a minimum for a certain gain for which the characteristic is assimilable enough to a single pole 2018-11-25T20:59:44 < BrainDamage> look at page 5 2018-11-25T21:03:16 -!- vampi-the-frog [~vampirefr@unaffiliated/vampirefrog] has joined ##stm32 2018-11-25T21:09:10 -!- tctw [~Tectu@82-197-160-105.init7.net] has quit [Quit: Leaving] 2018-11-25T21:13:29 < sync> pretty interesting setup overall tho 2018-11-25T21:13:46 < sync> CS5381 AD and CS4398 DA 2018-11-25T21:14:19 < sync> SI84xx isolators and OPA2134/2822 in the signal chain 2018-11-25T21:15:21 < sync> oh and that1606 2018-11-25T21:45:41 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-25T21:46:21 -!- vampi-the-frog [~vampirefr@unaffiliated/vampirefrog] has quit [Quit: Get up on outta here!] 2018-11-25T21:50:03 < Thorn> is there a tcxo in it 2018-11-25T21:53:18 < Steffanx> did crt spot a opa2822 in pro audio gear yet? 2018-11-25T21:58:17 < Steffanx> im disappointed 2018-11-25T22:03:52 < Ultrasauce> i just got a tube of those 2018-11-25T22:03:58 < Ultrasauce> for the widest of soundstages 2018-11-25T22:04:02 < Ultrasauce> warmth and precision 2018-11-25T22:04:29 < Steffanx> just to play compressed youtube music videos 2018-11-25T22:05:02 < Ultrasauce> hey where else am i supposed to look for linkin park AMVs 2018-11-25T22:05:16 < sync> Thorn: three of those 2018-11-25T22:05:50 < Thorn> [audioph00l seal of approval] 2018-11-25T22:08:49 < sync> well 2018-11-25T22:08:52 < sync> two for the dsp 2018-11-25T22:08:55 < sync> and one for the fpga 2018-11-25T22:10:53 < sync> performance is pretty nice, gain within .5dB from 20-30kHz and thd around 0.02% 2018-11-25T22:13:42 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 264 seconds] 2018-11-25T22:22:18 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2018-11-25T22:23:20 < jadew> youtube wisdom: Anything "Pre-China Manufacturing Revolution" is the best. Even dogshit was better quality 2018-11-25T22:24:40 < jadew> I'm contemplating the idea of getting a lathe, but it's the same situation with the CNC - no where to put it :/ 2018-11-25T22:25:42 < jadew> there seem to be lots of heavy duty lathes available for less than 2k (used) 2018-11-25T22:30:10 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-25T22:32:20 < Thorn> https://www.youtube.com/watch?v=RkPahetcK_U 2018-11-25T22:33:18 < jadew> what's that? 2018-11-25T22:33:29 < Thorn> https://www.youtube.com/watch?v=T1TFM2iAp8g 2018-11-25T22:33:48 < jadew> it's scanning something? 2018-11-25T22:34:41 < Thorn> dunno 2018-11-25T22:37:11 < Thorn> lots of fun stuff in this channel https://www.youtube.com/watch?v=FF2bfVO8uVs 2018-11-25T22:50:41 < BrainDamage> it's a very popular brand of pasta, as far as sauces go, it's okay 2018-11-25T22:52:05 < BrainDamage> add a ladle of starchy water from pasta, and toss it in a frying pan with the pasta alongside a teaspoon of olive oil to improve the flavour 2018-11-25T22:52:16 < BrainDamage> on high heat 2018-11-25T22:53:25 < Steffanx> What pasta will it be crt ? 2018-11-25T22:54:31 < Steffanx> yikes, the most awful ones 2018-11-25T22:55:01 < Steffanx> Will you stop pumping? 2018-11-25T22:55:56 < Steffanx> no "real" spaghetti? 2018-11-25T22:56:09 < BrainDamage> spaghetti are overrated 2018-11-25T22:56:27 < BrainDamage> linguine and bavette are pretty decent replacements if not better 2018-11-25T22:56:59 < Steffanx> to me its all the same :P 2018-11-25T22:57:06 < Steffanx> as in pasta => meh 2018-11-25T22:59:01 < englishman> store bought pasta is pretty meh 2018-11-25T22:59:11 < Steffanx> doing it yourself is even more meh 2018-11-25T22:59:17 < englishman> fresh rolled pasta is gr8 2018-11-25T22:59:29 < englishman> lemon basil 2018-11-25T23:00:02 < englishman> dried tomato and rosemary 2018-11-25T23:00:41 < BrainDamage> roasted spinach, avocado, lemon rind, heavy cream and a spruce of dill 2018-11-25T23:00:52 < BrainDamage> and coriander 2018-11-25T23:01:00 < BrainDamage> blend it 2018-11-25T23:02:50 < Steffanx> and thats just a tiny part of the entire dish :P 2018-11-25T23:03:35 < BrainDamage> except roasting the spinach, it takes like 30s 2018-11-25T23:04:02 < karlp> qyx: sure: https://www.etactica.com/products/eg-200/ :) 2018-11-25T23:04:19 < BrainDamage> or roasted garlic with roasted bell pepper and roasted fresh halapeno chily all coated in oil, collect the oil and the vegetables, blend with a HEAVY amount of black pepper and salt and ricotta, add water to adjust consistency 2018-11-25T23:04:36 < BrainDamage> and add a dash of hot paprika 2018-11-25T23:05:02 < BrainDamage> this one is more complex so you might want to make quite a bit and save 2018-11-25T23:05:24 < Steffanx> can i skip the garlic? 2018-11-25T23:05:34 < BrainDamage> sure 2018-11-25T23:06:19 < BrainDamage> caramelized onions or scallions would fit well too 2018-11-25T23:18:35 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-25T23:18:46 < Steffanx> hm, ill stick to the easy dutch meals for a while 2018-11-25T23:19:35 < jadew> heard some frightening stories about itallian fruits and vegetables 2018-11-25T23:19:49 < jadew> not sure if that's the case all over the world 2018-11-25T23:20:20 < jadew> friend of mine found a job in Itally, and when he came back he told me what he had to do 2018-11-25T23:20:54 < jadew> his job was to drill holes into cherry trees (about 7-8 cm in diameter) 2018-11-25T23:20:59 < jadew> and stuff them with chemicals 2018-11-25T23:21:35 < jadew> they skipped going through the roots altogether 2018-11-25T23:21:36 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-25T23:21:36 -!- [1]MrMobius is now known as MrMobius 2018-11-25T23:21:52 < Steffanx> you mean in romania they dont use chemicals? 2018-11-25T23:22:10 < jadew> they do, but not this aggresively 2018-11-25T23:22:35 < aandrew> Hahahaha 2018-11-25T23:22:47 < aandrew> Target got sued because they had the same dress in two sizes: the small one was described as “gray” while the plus size was described as “manatee gray” 2018-11-25T23:23:04 < Steffanx> only in america. 2018-11-25T23:24:06 < jadew> I don't think in the US you have a right not to be offended, like in the UK 2018-11-25T23:25:28 < jadew> I'm about to try dry film photoresist but I don't have the developer 2018-11-25T23:26:52 < jadew> sodium carbonate or percarbonate - what kind of washing products am I looking for? 2018-11-25T23:27:05 < jadew> do regular detergents have it? 2018-11-25T23:27:52 < BrainDamage> sodium percarbonate, oxyclean 2018-11-25T23:29:24 < BrainDamage> you can also heat sodium bicarbonate to convert it to sodium carbonate 2018-11-25T23:29:38 < BrainDamage> it releases water and co2 2018-11-25T23:29:55 < jadew> interesting, I'll keep that as an option 2018-11-25T23:30:39 < jadew> we don't have oxyclean 2018-11-25T23:33:37 < jadew> the detergents I have don't mention it 2018-11-25T23:34:45 < jadew> hold on 2018-11-25T23:34:52 < jadew> is sodium carbonate good to eat? 2018-11-25T23:37:17 < Thorn> https://www.youtube.com/watch?v=ZWhjDBmlcqg mars insight landing soon 2018-11-25T23:41:08 < jadew> I mean, if you can use baking soda to make detergent... does that mean that cooked foods that use baking soda contain detergent? 2018-11-25T23:41:43 < jadew> and with that, I now want to eat some mici, since they're made with baking soda and they're fucking delicious 2018-11-25T23:45:03 < BrainDamage> baking soda is sodium bicarbonate, not sodium carbonate 2018-11-25T23:45:21 < jadew> yeah, but you said that if you heat it up it turns into sodium carbonate 2018-11-25T23:45:40 < BrainDamage> cooked foods the sodium bicarbonate reacts with the rest of the food 2018-11-25T23:46:01 < BrainDamage> a + b + heat is not a+heat and b+heat 2018-11-25T23:46:42 < BrainDamage> also, detergent doesn't necessarily mean inedible 2018-11-25T23:46:51 < BrainDamage> eg acetic acid is a detergent, and you can eat it 2018-11-25T23:47:01 < BrainDamage> just not in high concentrations 2018-11-25T23:47:19 < BrainDamage> hell, pretzels are prepared using caustic soda 2018-11-25T23:47:29 < jadew> lol, really? 2018-11-25T23:48:35 < jadew> I'm reading that sodium peroxyhydrate is also good as a developer 2018-11-25T23:49:07 < jadew> and I've read that word on one of the detergent boxes 2018-11-25T23:49:36 < jadew> I'll give it a try 2018-11-25T23:49:55 < jadew> Cracki, did you see that movie? 2018-11-25T23:51:01 < jadew> the ballad of 2018-11-25T23:51:17 < jadew> :/ 2018-11-25T23:51:22 < jadew> so you didn't 2018-11-25T23:51:29 < jadew> I talked about it a couple of days ago 2018-11-25T23:51:37 < jadew> yes 2018-11-25T23:52:31 < jadew> wanted to double check if it was just me or not 2018-11-25T23:53:08 < jadew> let me know what you think after you see it 2018-11-25T23:54:07 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] --- Day changed Mon Nov 26 2018 2018-11-26T00:00:40 < englishman> BrainDamage: made some breading for pork escalopes with the spent grains, turned out ok 2018-11-26T00:09:58 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: Leaving] 2018-11-26T00:12:11 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-26T00:13:05 < Hamilton> What is happening dudes? 2018-11-26T00:13:15 < Hamilton> https://www.reddit.com/r/worldnews/comments/a0bn37/russia_fires_on_and_seizes_ukraine_ships/ 2018-11-26T00:13:45 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2018-11-26T00:14:17 < jadew> "Possible the Ukraine's defense council is about to declare war on Russia." lol 2018-11-26T00:14:54 < jadew> you don't declare war to a country like that 2018-11-26T00:15:00 < jadew> you just find yourself in that situation 2018-11-26T00:15:55 < Hamilton> poor ukraine ain't got no chance against russia 2018-11-26T00:16:26 < Hamilton> Where is Steffanx when #stm32 needs him... I guess he likes these events 2018-11-26T00:21:04 < jadew> Hamilton, is anyone covering this live? 2018-11-26T00:21:19 < Hamilton> jadew, bbc I guess 2018-11-26T00:21:28 < Hamilton> https://www.bbc.com/news/world-europe-46338671 2018-11-26T00:21:39 < Hamilton> jadew, Where are you from? 2018-11-26T00:21:44 < Hamilton> Here it is 1:50 2018-11-26T00:21:45 < Hamilton> AM 2018-11-26T00:22:12 < jadew> Romania 2018-11-26T00:22:55 * Hamilton hopes nothing nasty happens 2018-11-26T00:22:56 < Hamilton> :( 2018-11-26T00:23:12 < jadew> there was already a lot of nastiness in Ukraine 2018-11-26T00:23:30 < jadew> but yeah, I hope it doesn't degenerate further 2018-11-26T00:23:52 < jadew> I see some shit going on in Paris too, but it looks like those guys are protesting gas prices... 2018-11-26T00:23:57 < jadew> they should just buy Teslas 2018-11-26T00:27:53 < Steffanx> Wut wut Hamilton ? 2018-11-26T00:28:13 < Steffanx> Im not r2com 2018-11-26T00:28:25 < Steffanx> Nor dongs 2018-11-26T00:28:54 < Hamilton> Steffanx, I imagined you liked to see historic events unfold while chatting in #stm32 2018-11-26T00:28:54 < Hamilton> :D 2018-11-26T00:29:16 < Steffanx> Not when it involves killing people 2018-11-26T00:29:32 < Hamilton> yeah :( 2018-11-26T00:29:33 < jadew> did anyone die? 2018-11-26T00:29:45 < jadew> I thought they just rammed the boat 2018-11-26T00:30:00 < Steffanx> Idk, but its what happens in times of war usually 2018-11-26T00:30:14 < jadew> yeah, I don't think this is war tho 2018-11-26T00:30:19 < jadew> nor do I think it will escallate 2018-11-26T00:30:43 < jadew> it would be foolish for Ukraine to declare war on Russia for such a small event 2018-11-26T00:31:08 < Steffanx> Arent ukrain and russia in semi-war? 2018-11-26T00:31:09 < jadew> it's clear the Russians don't want war, because if they did, they would have done something worse 2018-11-26T00:31:20 < jadew> yeah... so this behaviour is understandable 2018-11-26T00:31:26 < englishman> prediction: the west will abandon their ukranian pals like they did the czechs 2018-11-26T00:31:40 < Steffanx> When they took the crimea 2018-11-26T00:32:24 < Steffanx> When was that englishman 2018-11-26T00:32:50 < englishman> 1938 2018-11-26T00:33:00 < jadew> how the hell do you know that? 2018-11-26T00:33:20 < jadew> did you look it up? 2018-11-26T00:33:35 < englishman> wut 2018-11-26T00:33:39 < jadew> the year 2018-11-26T00:33:48 < englishman> its the year before ww2 2018-11-26T00:33:51 < englishman> after aschluss 2018-11-26T00:33:53 < englishman> anschluss 2018-11-26T00:35:53 < Hamilton> https://mobile.twitter.com/Liveuamap/status/1066820308374560768 2018-11-26T00:42:55 < Hamilton> Cracki ma man, what do the puppet-masters have planned for us? "( 2018-11-26T00:45:04 < Steffanx> Cant you guys nuke ri 2018-11-26T00:45:09 < Steffanx> Russia, Hamilton? 2018-11-26T00:45:42 < englishman> soon 2018-11-26T00:45:56 < Steffanx> You have nukes, we dont. Except for those yankee nukes stored in dutchland. 2018-11-26T00:45:58 < englishman> still have to wipe Flame from a few workstations 2018-11-26T00:46:03 < Hamilton> lol...First I'm not "you guys" and second there is no nukes 2018-11-26T00:46:10 < Hamilton> *inb4 Steffanx saying yet* 2018-11-26T00:46:31 < Steffanx> You are you guys. You are from iran :P 2018-11-26T00:46:47 < Hamilton> Steffanx, So? lol I'm not you guys man :D 2018-11-26T00:47:02 < jadew> Hamilton, how come your english is so good? 2018-11-26T00:47:45 < Steffanx> Part of the ship part of the crew. 2018-11-26T00:48:01 < Hamilton> jadew, Plot twist: Hamilton is actually russian troll trying to change #stm32's votes in favor of putin 2018-11-26T00:48:06 < Steffanx> Or was it the otherway around 2018-11-26T00:48:25 < jadew> Hamilton, for a second there I thought you're laurce 2018-11-26T00:48:36 < jadew> because of the "inb4" lingo 2018-11-26T00:48:42 < Hamilton> Cracki, bro, don't speak of Lord Voldemort so openly! They have regexp'es filtering stuff! 2018-11-26T00:48:47 < Steffanx> Blaxter's english isnt this good 2018-11-26T00:48:55 < jadew> haha Steffanx 2018-11-26T00:49:50 < Steffanx> So why your english is so good Hamilton. 2018-11-26T00:50:19 < englishman> better than steffy's 2018-11-26T00:50:20 < Hamilton> How come you guys even come to that conclusion? I just type simple sentences here 2018-11-26T00:51:03 < jadew> why are you avoiding the question? 2018-11-26T00:51:08 < Hamilton> But yeah, out parents have sent us to English classes since the Fourth grade I guess...typical in Iran 2018-11-26T00:51:10 < jadew> exactly 2018-11-26T00:51:43 < englishman> english is taught in 1st world countries like moldova, niger, and iran, where are you people from 2018-11-26T00:52:01 < Hamilton> :) 2018-11-26T00:54:06 < Steffanx> Je ne parle pas français. 2018-11-26T00:55:14 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-26T00:55:19 < jadew> I've done 10 years of french 2018-11-26T00:55:53 < jadew> Je ne parle pas francais non plus 2018-11-26T00:56:30 < Hamilton> Und Ich habe Deutch selbstudiert. Aber Nur Ein bischen 2018-11-26T00:56:38 < Steffanx> :) 2018-11-26T00:56:42 < jadew> not sure when we started with english... 2018-11-26T00:56:59 < jadew> but I didn't learn anything in school 2018-11-26T00:57:26 < jadew> french didn't stick and I don't remember learning anything useful in english 2018-11-26T00:57:38 < jadew> wasted years 2018-11-26T00:58:57 < jadew> history didn't work for me either (I'd like to have the time to study it now, because I find it mildly fascinating, but back then I didn't give a crap about it) 2018-11-26T00:59:42 < jadew> didn't care for literature either... why would they force us to learn all this shit we don't like? 2018-11-26T01:01:06 < Hamilton> And for a subreddit-drama, the top comment providing live updates got deleted ! 2018-11-26T01:01:08 < Hamilton> https://www.reddit.com/r/worldnews/comments/a0bn37/russia_fires_on_and_seizes_ukraine_ships/ 2018-11-26T01:03:30 < Steffanx> Awh 2018-11-26T01:03:38 < Steffanx> Russian hackers 2018-11-26T01:04:13 < jadew> I didn't click on any of the links and don't have the page open anymore... 2018-11-26T01:04:20 < jadew> now I'm curious what was in there 2018-11-26T01:05:54 < Hamilton> jadew, It was a guy proving live updates and editing his post to cover latest news...latest edit was 15 I guess 2018-11-26T01:10:44 < Hamilton> good night :D 2018-11-26T01:10:48 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: Leaving] 2018-11-26T01:12:38 < Steffanx> Jadew it has been reposted. Top comment 2018-11-26T01:13:00 < jadew> can't see it 2018-11-26T01:13:27 < jadew> ah, it says comment deleted and if you click on it it expands it 2018-11-26T01:18:58 < jadew> I bet that all plane tickets out of Ukraine are sold by this hour 2018-11-26T01:23:35 < PeterM> i'd probably no travel by plane *cough* mh17*cough* 2018-11-26T01:23:53 < Steffanx> I no plans to go that way 2018-11-26T01:25:06 < PeterM> nobody plans to go that way 2018-11-26T01:33:02 -!- friendofafriend [~ian@pool-71-120-200-135.nrflva.fios.verizon.net] has quit [Ping timeout: 272 seconds] 2018-11-26T01:40:40 < Steffanx> Have* 2018-11-26T01:40:56 < Steffanx> Its the way to aussieland 2018-11-26T01:44:10 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 246 seconds] 2018-11-26T01:47:44 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-26T01:50:49 < Steffanx> So where did the imdb scoring stuff go jadew? 2018-11-26T01:51:18 < jadew> no clue 2018-11-26T01:51:32 < jadew> it's all fake 2018-11-26T01:51:51 < Steffanx> Lolwut 2018-11-26T01:52:23 < jadew> the imdb ratings 2018-11-26T01:53:28 < jadew> they haven't bee a trhust worthy source of information in years 2018-11-26T01:53:35 < jadew> *been 2018-11-26T01:53:42 < jadew> *thrust 2018-11-26T01:53:45 < jadew> trust 2018-11-26T01:53:46 < jadew> ffs... 2018-11-26T01:53:52 < jadew> I should go to sleep 2018-11-26T01:54:51 -!- friendofafriend [~ian@pool-71-120-200-135.nrflva.fios.verizon.net] has joined ##stm32 2018-11-26T01:55:05 < jadew> but yeah, I think they're doing the best they can to conceal that the ratings are faked 2018-11-26T01:55:16 < jadew> they first removed the comments section 2018-11-26T01:56:52 < jadew> in the past there used to be the random movie that had good ratings despite being shit, but it was because a large percentage of the viewers actually enjoyed it 2018-11-26T01:58:43 < jadew> but in the past couple of years you had crappy movies, where you even got the vibe from the comments section that people didn't like it, and they still had over the top ratings 2018-11-26T01:59:03 < jadew> you can still see that now with the user reviews 2018-11-26T04:06:37 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2018-11-26T04:19:18 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 250 seconds] 2018-11-26T05:14:37 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-26T05:17:10 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-26T05:17:11 -!- [1]MrMobius is now known as MrMobius 2018-11-26T05:19:26 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-26T05:53:42 < englishman> watched buster scruggs on jadew recommendation 2018-11-26T05:53:47 < englishman> turned it off after 15min 2018-11-26T05:53:56 < englishman> netflix: quantity over quantity 2018-11-26T05:54:11 < englishman> err, whatever 2018-11-26T06:14:44 < englishman> samtec failed rohs 2018-11-26T06:14:46 < englishman> rip 2018-11-26T06:14:50 < englishman> motherfucking garbage 2018-11-26T06:33:39 -!- fc5dc9d4_ [~quassel@p5B081EDC.dip0.t-ipconnect.de] has joined ##stm32 2018-11-26T06:34:31 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [] 2018-11-26T06:35:39 < dongs> R2COM: does it end with you shooting yourself with it 2018-11-26T06:37:32 -!- fc5dc9d4 [~quassel@p5B3A8071.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 2018-11-26T07:31:27 -!- Ik90 [~Ik90@157.49.193.121] has joined ##stm32 2018-11-26T07:38:50 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-26T07:41:52 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 246 seconds] 2018-11-26T07:41:57 -!- day__ is now known as day 2018-11-26T07:49:24 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-26T07:54:59 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-26T07:57:10 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-26T08:01:47 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2018-11-26T08:17:14 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-26T08:28:42 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-26T08:43:30 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2018-11-26T08:55:47 < jadew> englishman, you didn't watch it right 2018-11-26T08:56:11 < jadew> I'm starting to think it's one of the best movies I've ever seen 2018-11-26T09:00:23 < Steffanx> Lol 2018-11-26T09:03:42 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-26T09:12:43 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-26T09:15:12 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 268 seconds] 2018-11-26T09:19:20 -!- Chris_M [~Chris_M@203-214-94-79.dyn.iinet.net.au] has joined ##stm32 2018-11-26T09:25:36 -!- sterna [~Adium@c-2ab9d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-26T09:28:03 < jadew> it's possible that it's what they had available (no clothes store at the border) 2018-11-26T09:29:11 < jadew> I don't think the lady in the picture refused any food 2018-11-26T09:29:14 < jadew> ever 2018-11-26T09:30:32 < jadew> yeah, it's not even desperation driving them 2018-11-26T09:32:25 < jadew> they are commies 2018-11-26T09:33:32 < jadew> I don't know what's the drive behind this, but the truth is that it's understandable even without a conspiracy theory 2018-11-26T09:34:35 < jadew> reality is there are too many people already for this type of economy, where everything is super efficient 2018-11-26T09:34:48 < jadew> it's not that 2018-11-26T09:34:51 < jadew> it's self-interret 2018-11-26T09:34:54 < jadew> *interrest 2018-11-26T09:35:30 < jadew> the drive for communism comes from having less than others and wanting what those others have 2018-11-26T09:36:46 < jadew> have to go 2018-11-26T09:36:48 < jadew> ttyl 2018-11-26T09:37:12 < jadew> heh 2018-11-26T09:37:40 < Ultrasauce> take this shit elsewhere Cracki 2018-11-26T09:47:52 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-26T09:54:48 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-26T09:59:37 < Ultrasauce> https://youtu.be/Zo4Sc5dzkHk?t=18 2018-11-26T10:06:54 -!- sterna [~Adium@c-2ab9d954.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 252 seconds] 2018-11-26T10:10:59 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2018-11-26T10:11:06 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-26T10:11:29 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-26T10:12:35 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Read error: Connection reset by peer] 2018-11-26T10:14:26 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-26T10:29:16 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-26T10:29:19 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-26T11:06:10 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Read error: No route to host] 2018-11-26T11:11:03 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-26T11:15:54 -!- zygron_ [mitrax@lfbn-ncy-1-325-94.w83-196.abo.wanadoo.fr] has joined ##stm32 2018-11-26T11:17:21 -!- nicksonT_ [sid310565@gateway/web/irccloud.com/x-tgkfxwhcxmmuvcdp] has joined ##stm32 2018-11-26T11:20:10 -!- kakimir_ [~kakimir@87-92-85-140.bb.dnainternet.fi] has joined ##stm32 2018-11-26T11:24:07 -!- rene-dev_ [~rene-dev@h918173.serverkompetenz.net] has joined ##stm32 2018-11-26T11:25:15 -!- Netsplit *.net <-> *.split quits: c10ud, mitrax, pulsar, kakimir, jon1012, Sadale, rene-dev, nicksonT 2018-11-26T11:25:15 -!- nicksonT_ is now known as nicksonT 2018-11-26T11:25:43 -!- pulsar [~PLS@88.198.83.182] has joined ##stm32 2018-11-26T11:26:12 -!- Netsplit over, joins: jon1012 2018-11-26T11:33:58 < zygron_> i have a weird problem, we're about to make a new batch of a board that has an STM32F4, when testing the RTC clock precision on the first board we mounted it turns out the oscillator is 6.5% off (there's a register you can set to toggle a pin at the RTC clock frequency /64), i get 478Hz instead of the expected 512Hz (the RTC would be running at 30.592Khz instead of 32.768Khz), i made sure the 2018-11-26T11:33:59 < zygron_> quartz load capacitors are ok, i replaced the quartz with an indentical one (same SMD part), same thing occurs, but it works with a different 32.768Khz quartz (non SMD)... boards from the previous batch don't exhibit the problem (the PCB is identical, there has been no revision), any idea what the problem could be? 2018-11-26T11:34:06 -!- zygron_ is now known as mitrax 2018-11-26T11:37:59 < mitrax> i don't get it, even if the load capacitors were incorrect or if there were a parasitic capacitance cause by solder flux residue or whatever it wouldn't be so much far off, would it? 2018-11-26T11:54:40 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-26T11:59:34 < qyx> mitrax: do you use the same xtal? 2018-11-26T12:00:06 < qyx> I mean as in the previous batch 2018-11-26T12:00:37 -!- Sadale [~Sadale@unaffiliated/sadale] has joined ##stm32 2018-11-26T12:01:55 < mitrax> qyx: yes 2018-11-26T12:04:22 < sync> maybe desolder one xtal and test it? 2018-11-26T12:05:29 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Remote host closed the connection] 2018-11-26T12:06:20 -!- Ik90 [~Ik90@157.49.193.121] has quit [Remote host closed the connection] 2018-11-26T12:19:05 < mitrax> i did, i desoldered the xtal on the new board that doesn't work properly, and mounted it on an old board, it works 2018-11-26T12:21:11 < mitrax> i also put the xtal of a board that works and put it on the new board, and the problem remains, the frequency is still off 2018-11-26T12:24:21 < qyx> so it seems it is board batch related despite the fact is has the same layout? 2018-11-26T12:24:35 < PeterM> is the board manufacturer the same? 2018-11-26T12:25:38 < PeterM> maybe the manufacturer is using a different substrate, or a substrate with terrible dielectric properties 2018-11-26T12:30:39 < mitrax> same manufacturer yeah, but could a pcb problem cause the oscillator to be that much off? i thought it wouldn't start in such case 2018-11-26T12:33:01 < PeterM> there are a lot of unpredictable effects 2018-11-26T12:34:00 < PeterM> the actual xtal my be cut slightly unsymmertrical, and the extra capacitance makes it start up in a different resonant mode 2018-11-26T12:34:06 < PeterM> who knows 2018-11-26T12:35:03 < mitrax> i just tried with a different SMD quartz model, same problem, weird, i guess it's either PCB or MCU related 2018-11-26T12:37:16 < PeterM> i cant remember if the stm32 have it but some mcus have the option of setting different xtal drive levels 2018-11-26T12:37:25 < PeterM> have you tried playing with that? 2018-11-26T12:37:43 < mitrax> no let me check 2018-11-26T12:40:53 < PeterM> you probably already have this open https://www.st.com/content/ccc/resource/technical/document/application_note/c6/eb/5e/11/e3/69/43/eb/CD00221665.pdf/files/CD00221665.pdf/jcr:content/translations/en.CD00221665.pdf but if you dont there is the 10ft long link 2018-11-26T12:41:17 < karlp> bloody usb.ids losers submitting garbage. 2018-11-26T12:44:10 < mitrax> PeterM: yeah i'm reading it atm :) 2018-11-26T12:44:52 < zyp> karlp, hmm? 2018-11-26T12:46:07 < karlp> first submitter gets to claim stuff, then everyone else can say, "this is wrong" for years, without it getting updated. 2018-11-26T12:46:16 < karlp> https://usb-ids.gowdy.us/read/UD/1f3a for instance. 2018-11-26T12:48:28 < zyp> the whole thing is kinda dumb, would be more useful if tools just looked at iManufacturer and iProduct 2018-11-26T12:49:19 < karlp> sure, but cant fix that now, and I'm sure this came about because they didn't all include those strings 2018-11-26T12:49:35 < karlp> ie, for instance, allwinner FEL mode. 2018-11-26T12:49:41 < karlp> it has no strings provided, 2018-11-26T12:49:55 < zyp> true 2018-11-26T12:50:24 < Thorn> Altium Disaster 2018-11-26T12:52:22 -!- jadew [~razvan@82.76.120.196] has quit [Ping timeout: 250 seconds] 2018-11-26T12:56:18 -!- jadew [~razvan@86.121.142.214] has joined ##stm32 2018-11-26T12:58:02 -!- Nickkj [57fb880a@gateway/web/freenode/ip.87.251.136.10] has joined ##stm32 2018-11-26T12:58:23 -!- Nickkj [57fb880a@gateway/web/freenode/ip.87.251.136.10] has quit [Client Quit] 2018-11-26T13:45:47 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 240 seconds] 2018-11-26T13:47:45 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-26T14:39:54 < mitrax> i changed the mcu... and now it works properly, strange 2018-11-26T14:40:35 < qyx> is the firmware identical? 2018-11-26T14:40:38 < mitrax> yup 2018-11-26T14:48:34 < mitrax> crt: hey 2018-11-26T14:50:53 < dongs> well, keep laughing, at least it works 2018-11-26T14:50:55 < dongs> unlike kikecad 2018-11-26T14:51:35 < Haohmaru> pls dongs 2018-11-26T14:53:51 < Haohmaru> i see ur aura 2018-11-26T14:54:01 < Haohmaru> it's blinding me 2018-11-26T14:57:16 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-26T15:15:21 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 252 seconds] 2018-11-26T15:22:01 < jadew> this is frustrating, kicad can't print inverted 2018-11-26T15:22:06 < jadew> inkscape doesn't print at all 2018-11-26T15:22:28 < jadew> irfanview crashes when I try to adjust the print settings 2018-11-26T15:22:51 < jadew> the windows image viewer enlarges everything when printing 2018-11-26T15:25:01 < jpa-> pdf plot has "negative plot" option IIRC 2018-11-26T15:25:25 < jpa-> that of course assumes your pc is able to print pdfs, which might not be true :P 2018-11-26T15:25:37 < jadew> haha, true 2018-11-26T15:25:44 < jadew> it usually works 2018-11-26T15:26:01 < dongs> inverted = is that for some fucking homebrew pcb trash 2018-11-26T15:26:15 < jadew> dongs, that's your homebrew pcb trash btw 2018-11-26T15:26:27 < jpa-> yeah, with negative photoresist for some reason 2018-11-26T15:26:32 < jadew> I'm trying to do dry film transfer 2018-11-26T15:26:33 < jpa-> seems like waste of toner 2018-11-26T15:26:41 < dongs> what does kikecad output, pdf? altium DISASTER has a checkbox at gerber output 2018-11-26T15:26:44 < dongs> [x] INVERT 2018-11-26T15:26:46 < dongs> pretty fucking pro 2018-11-26T15:27:02 < dongs> maybe one day kikecad will get feature parity with altium summer 2003 edition 2018-11-26T15:27:06 < dongs> mabbe in 2023 2018-11-26T15:27:16 < Haohmaru> aww 2018-11-26T15:27:21 < jpa-> kicad has that checkbox in pdf output, not in gerber output and not in print dialog :P 2018-11-26T15:27:32 < dongs> so why cant you just print pdf 2018-11-26T15:27:39 < dongs> acrobad has 1:1 print option 2018-11-26T15:27:40 < jadew> jpa-, yeah, and it doesn't respect the board edges with inverted output... 2018-11-26T15:27:54 < jadew> dongs, because it doesn't respect the board edges 2018-11-26T15:28:03 < dongs> what does that mean 2018-11-26T15:28:15 < jadew> the black goes beyond the boards edges 2018-11-26T15:28:16 < jpa-> i guess it makes his whole background black instead of just the board area 2018-11-26T15:28:21 < jadew> yeah 2018-11-26T15:28:24 < dongs> fucking opensores 2018-11-26T15:28:27 < dongs> f i l t h 2018-11-26T15:28:30 < jadew> I have to plot to SVG, correct in inkscape and then print... 2018-11-26T15:28:42 < jadew> but then inkscape won't print... gives me a blank page 2018-11-26T15:29:24 < jadew> expensive PCB and I may have to make several to get the impedance right 2018-11-26T15:29:26 < jpa-> export to pdf from inkscape? 2018-11-26T15:29:27 < dongs> i ordered my YMU breakout like friday 2018-11-26T15:29:32 < dongs> its already done 2018-11-26T15:29:33 < dongs> wiht stencil 2018-11-26T15:29:42 < jadew> so I'm hoping to go through several boards today 2018-11-26T15:29:50 < dongs> not if you cant get this shit working 2018-11-26T15:30:03 < jadew> jpa-, I'll give that a try, but I found a bug report where neither printing nor exporting to PDF works :) 2018-11-26T15:30:46 < jadew> dongs, yeah... 2018-11-26T15:31:19 < Haohmaru> this is why i don't mention that i use kicad in here 2018-11-26T15:31:39 < dongs> beacuse we'd laugh at you for wasting time? 2018-11-26T15:32:05 < Haohmaru> you'd laugh at anything 2018-11-26T15:32:18 < dongs> i'd probly laugh at your stories of failing with altium 2018-11-26T15:32:25 < dongs> "but it doesnt work like kikecad!!!!" 2018-11-26T15:33:26 < Haohmaru> as we can see, you'd even laugh at hypothetical things, which never happened 2018-11-26T15:33:26 < jadew> if altium was $500, I'd get it 2018-11-26T15:33:35 < dongs> its $100 if youre a poor jew student 2018-11-26T15:33:51 < jadew> I'm not... 2018-11-26T15:34:00 < dongs> well, go enroll in some community college 2018-11-26T15:34:04 < Haohmaru> im poor, but i'm not a jew, nor a student ;P~ 2018-11-26T15:34:04 < dongs> still cheaper than $500 2018-11-26T15:34:12 < Haohmaru> and 100 bucks is not cheap 2018-11-26T15:34:19 < dongs> fuck outta here 2018-11-26T15:34:22 < dongs> win10pro license is $99 2018-11-26T15:34:24 < jadew> actually, that's really cheap 2018-11-26T15:34:37 < dongs> yeah for what you get its a fuckign steal 2018-11-26T15:34:50 < dongs> Ocrad with similar features to altium costs like $20k 2018-11-26T15:35:16 < Haohmaru> okay, but still, it won't be 100 bucks for me 2018-11-26T15:35:17 < dongs> and its gui is straight out of 1989 2018-11-26T15:37:17 < karlp> does the $100 license actually allow you to make commercial designs? 2018-11-26T15:37:23 < dongs> no of course not 2018-11-26T15:37:26 < Haohmaru> o_O 2018-11-26T15:37:29 < Haohmaru> dafuq then 2018-11-26T15:37:29 < karlp> so it's irrelevant then. 2018-11-26T15:37:31 < dongs> doens't stop aandrew from doing it tho 2018-11-26T15:37:35 < dongs> :) 2018-11-26T15:37:43 < dongs> more like aandJEW 2018-11-26T15:37:44 < Haohmaru> oh, just don't tell teh copz 2018-11-26T15:38:28 < Haohmaru> btw, i don't want win10 even if it's for free 2018-11-26T15:38:47 < jadew> who needs a stable OS, right? 2018-11-26T15:38:56 < dongs> yeah 2018-11-26T15:39:00 < dongs> let's al win7 2018-11-26T15:39:36 < Haohmaru> oh noes, spybuntu 2018-11-26T15:40:25 < Haohmaru> with built-in amazon ads 2018-11-26T15:40:41 < veverak> archlinux <3 2018-11-26T15:41:23 < dongs> retards. 2018-11-26T15:41:24 < dongs> im outta here 2018-11-26T15:44:26 < englishman> all the win10pro I bought were $5 2018-11-26T15:51:53 < englishman> hi 2018-11-26T15:52:28 < Haohmaru> hai brexitman 2018-11-26T15:52:37 < jadew> found the formula: plot to SVG, retouch in inkscape, export to PDF, print 2018-11-26T15:53:24 < Haohmaru> btw, the svg output ain't exactly the same as teh gerb0rz 2018-11-26T15:53:58 < karlp> what are you trying to do with the printout? 2018-11-26T15:54:11 < Haohmaru> there wuz some diffs, i don't remember the details 2018-11-26T15:54:36 < jadew> karlp, expose a UV sensitive board 2018-11-26T15:54:52 < karlp> ok then. 2018-11-26T15:57:26 -!- HelloWorld [915ea650@gateway/web/freenode/ip.145.94.166.80] has joined ##stm32 2018-11-26T15:57:37 < HelloWorld> Hi everyone. I have a question about ROM memory. 2018-11-26T15:57:49 < HelloWorld> Say that I store some data in the ROM memory and then turn the device off 2018-11-26T15:57:59 < HelloWorld> Will the data still be available when the device is powered ON again? 2018-11-26T15:58:17 < Haohmaru> wut iz a ROM memory eggzactly? 2018-11-26T15:58:19 < zyp> what do you mean by "ROM memory"? 2018-11-26T15:58:28 < HelloWorld> Ehm, like the memory where the programm is stored 2018-11-26T15:58:32 < HelloWorld> That's ROM right? 2018-11-26T15:58:38 < Haohmaru> isn't it flash? 2018-11-26T15:58:42 < HelloWorld> Ah yeah, that 2018-11-26T15:58:56 < zyp> flash is a type of ROM, ROM is pretty general term 2018-11-26T15:59:02 < Haohmaru> well then, if it has been written, then it's gonna stay there 2018-11-26T15:59:33 < HelloWorld> Okay great. Then second question. Do compilers generally use the first part of the flash memory first? 2018-11-26T15:59:52 < HelloWorld> I want to store some GPS data at the end so I can speed up the cold start, but preferably without overwriting the program 2018-11-26T16:00:04 < zyp> it's not decided by the compiler, it's decided by the linker 2018-11-26T16:00:16 < zyp> and generally the answer is yes 2018-11-26T16:00:24 < Haohmaru> __flash maybe? 2018-11-26T16:01:01 < HelloWorld> Great, thank you very much 2018-11-26T16:01:03 < HelloWorld> Have a nice day guys! 2018-11-26T16:01:05 -!- HelloWorld [915ea650@gateway/web/freenode/ip.145.94.166.80] has quit [Client Quit] 2018-11-26T16:01:22 < zyp> was about to tell him to be careful with write cycles :p 2018-11-26T16:01:43 < karlp> they might have more problems with erasing first .... 2018-11-26T16:01:58 < zyp> :) 2018-11-26T16:02:03 < englishman> why didn't he stay 2018-11-26T16:02:15 < Haohmaru> maybe he has been here before.. 2018-11-26T16:02:16 < englishman> I'm certain he will have more questions 2018-11-26T16:02:30 < Haohmaru> so he rushed out before the sh*t hits the fan 2018-11-26T16:02:47 < englishman> maybe he went to google what a linker is 2018-11-26T16:03:45 < Haohmaru> it's the missing link 2018-11-26T16:04:12 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-26T16:27:13 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 246 seconds] 2018-11-26T16:48:51 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-26T16:52:29 -!- invzim [~perole@2a02:7b40:d418:6708::1] has quit [Ping timeout: 250 seconds] 2018-11-26T16:58:15 -!- grindhold [~quassel@84.200.43.162] has quit [Quit: No Ping reply in 180 seconds.] 2018-11-26T16:59:21 -!- grindhold [~quassel@84.200.43.162] has joined ##stm32 2018-11-26T16:59:31 -!- invzim [~perole@2a02:7b40:d418:6708::1] has joined ##stm32 2018-11-26T17:23:04 < kakimir_> avrxmega3 core is damn fast compared to simplier cores 2018-11-26T17:25:33 < kakimir_> it seems to do stuff effortlessly with even the default clock 2018-11-26T17:28:03 < englishman> InSight landing in 3.5 hours https://www.nasa.gov/nasalive 2018-11-26T17:29:08 < englishman> blog livestream https://www.youtube.com/watch?v=wwMDvPCGeE0 2018-11-26T17:34:21 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-26T17:39:06 < Steffanx> Go away kakimir_ 2018-11-26T17:39:56 < Haohmaru> aww 2018-11-26T17:40:03 < mawk> I wrote 1200 lines of boilerplate so that the lacunar client's code can compile 2018-11-26T17:40:11 < mawk> he didn't give me everything because of IP 2018-11-26T17:40:24 < mawk> so I defined every single missing constant, every single missing struct with all the members 2018-11-26T17:40:34 < mawk> I hope I can add that to the bill 2018-11-26T17:41:58 < Steffanx> Whats the lacunar client mawk 2018-11-26T17:42:21 -!- kakimir_ is now known as kakimir 2018-11-26T17:42:22 < mawk> the code is lacunar 2018-11-26T17:42:32 < mawk> the client himself has no unusual hole 2018-11-26T17:43:42 < mawk> by client I mean human client 2018-11-26T17:45:02 < qyx> I don't get it, do clients have holes sometimes? 2018-11-26T17:46:27 < mawk> only the ones mother nature intended 2018-11-26T17:46:32 < mawk> and maybe some others if they went to wae 2018-11-26T17:46:34 < mawk> war* 2018-11-26T17:54:17 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-26T17:54:47 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-26T17:54:59 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Read error: Connection reset by peer] 2018-11-26T17:55:07 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-26T17:55:15 < bitmask> hmm, I think it might be time for a big change 2018-11-26T17:57:40 < Haohmaru> oh noes 2018-11-26T17:58:34 < qyx> migrating from stm32 to microchip? 2018-11-26T17:58:55 < bitmask> heh, thinking of looking for jobs in a new state 2018-11-26T17:58:56 < Haohmaru> wut 2018-11-26T17:59:18 < bitmask> been here my whole life, 2018-11-26T18:00:16 < Haohmaru> wut's the point? u still be controlled by dolan 2018-11-26T18:00:39 < bitmask> dolan? 2018-11-26T18:00:44 < Haohmaru> tramp 2018-11-26T18:00:47 < bitmask> ohhh 2018-11-26T18:01:06 < mawk> lacunar means with holes 2018-11-26T18:01:22 < mawk> I guess english didn't steal that word from french for once 2018-11-26T18:01:35 < mawk> usually I take any french work I think about, englishify a little and it works 2018-11-26T18:01:46 < mawk> word* 2018-11-26T18:02:09 < mitrax> mawk: actually it did :) 2018-11-26T18:03:32 < mitrax> mawk: "lacunaire" in french 2018-11-26T18:03:55 < bitmask> oui oui 2018-11-26T18:05:22 < kakimir> there apparently is no way to divide 32768 with 2^x numbers to get about 100ms period? 2018-11-26T18:05:37 < qyx> apparently no 2018-11-26T18:05:49 < kakimir> hz 2018-11-26T18:05:56 < mawk> if x isn't an integer you can, of course 2018-11-26T18:06:04 < mawk> just logarithmify all that stuff a little 2018-11-26T18:06:24 < kakimir> I think I'll go for 16ms period 2018-11-26T18:06:47 < kakimir> Cracki: no 2018-11-26T18:07:12 < kakimir> with 16ms I have pretty good one second accuracy 2018-11-26T18:07:29 < kakimir> 1000ms/16ms = 62,5 2018-11-26T18:07:44 < kakimir> error under 1% 2018-11-26T18:09:15 < kakimir> maybe it won't hurt to run interrupt even faster 2018-11-26T18:09:41 < kakimir> but I would need to do atomic stuff then 2018-11-26T18:10:10 < Haohmaru> kakimir wut chip is that? 2018-11-26T18:10:36 < kakimir> Cracki: can I get such from 32768hz? 2018-11-26T18:11:09 < kakimir> Haohmaru: attiny816 and using rtc periodic interrupt 2018-11-26T18:11:35 < kakimir> Cracki: lemme see 2018-11-26T18:11:49 < Haohmaru> don't you have a prescaler to get 1ms interrupt from it? 2018-11-26T18:12:02 < Haohmaru> then you could use a uint8_t counter to count to 100 ;P~ 2018-11-26T18:12:16 < Haohmaru> or.. something 2018-11-26T18:12:17 < kakimir> all scalers are 2**x 2018-11-26T18:12:48 < kakimir> it's in sleep most of the time yes 2018-11-26T18:12:58 < kakimir> I just scoped how much it actually does stuff 2018-11-26T18:13:20 < kakimir> if we ignore 5ms busyloop then about 2-3milliseconds 2018-11-26T18:13:28 < kakimir> in a period that is second 2018-11-26T18:13:32 < kakimir> 1 second 2018-11-26T18:14:39 < kakimir> from moment 1second periodic interrupt enters to moment thing is about to get into sleep 2018-11-26T18:15:00 < kakimir> I just need a faster interrupt to run some led sequencing 2018-11-26T18:15:04 < Haohmaru> ugh, on my xmega, there's a 32divider first, and then the prescaler.. so with 1024 prescaler i get 1sec interrupt 2018-11-26T18:15:35 < kakimir> there is a clock option (2^^15)hz / 32 2018-11-26T18:16:41 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2018-11-26T18:17:21 < kakimir> thing is that I have made my code to work with fixed 1second period 2018-11-26T18:17:40 < kakimir> maybe I just change my code 2018-11-26T18:18:12 < kakimir> all that shiet is calculated in compile time anyway 2018-11-26T18:19:18 < kakimir> and I need to change actually 1 line of code :/ 2018-11-26T18:19:41 < kakimir> why do I fear so much to change my code? 2018-11-26T18:21:19 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 246 seconds] 2018-11-26T18:34:28 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 252 seconds] 2018-11-26T18:43:05 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-26T18:50:15 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-26T18:50:30 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-26T18:51:00 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Client Quit] 2018-11-26T19:10:50 < mawk> where are you from in France mitrax ? 2018-11-26T19:10:58 < mawk> Nancy ? 2018-11-26T19:11:07 < mawk> says your host if I can read through the acronyms 2018-11-26T19:13:27 < mitrax> mawk: Metz 2018-11-26T19:13:40 < mawk> nice 2018-11-26T19:14:05 < mawk> I have some family south of that place 2018-11-26T19:14:53 < mitrax> oh? nice, where are you from btw? 2018-11-26T19:18:59 < mawk> Paris 2018-11-26T19:19:20 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-26T19:31:23 < Steffanx> Such englified french word :P 2018-11-26T19:33:07 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 244 seconds] 2018-11-26T19:36:53 < mawk> I heard a girl speak a weird dutch in a café 2018-11-26T19:37:46 < mawk> it sounded like dutch but with all the g replaced by german ch as in ich 2018-11-26T19:37:52 < mawk> it was even less sexy than normal 2018-11-26T19:40:06 < Thorn> afrikaans? 2018-11-26T19:41:04 < mawk> it was dutch Cracki, just a weird accent 2018-11-26T19:41:08 < mawk> yeah maybe afrikaans 2018-11-26T19:41:32 < mawk> but why would an afrikaner show up in my little hipster café in the heart of paris 2018-11-26T19:41:48 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-26T19:42:05 < mitrax> maybe she was dutch but had a speech disorder or something 2018-11-26T19:48:30 < Steffanx> Flemish mawk? 2018-11-26T19:48:51 < Steffanx> The flemish talk like that 2018-11-26T19:48:54 < mawk> what's flemish ? 2018-11-26T19:48:55 < mawk> ah 2018-11-26T19:48:57 < mawk> vlaams ? 2018-11-26T19:49:00 < Steffanx> Yes 2018-11-26T19:49:09 < mawk> maybe 2018-11-26T19:49:28 < mawk> but I've been in belgium a couple time and don't remember that accent 2018-11-26T19:49:55 < Steffanx> Or perhaps southern dutchland. Its similar in some regions 2018-11-26T19:50:10 < mawk> my dutch book say some dutch city hipsters like in reality tv take a special accent to sound snobbish 2018-11-26T19:53:17 < Steffanx> Idk 2018-11-26T19:53:26 < Steffanx> Fuck reality tv 2018-11-26T19:56:34 < mawk> yeah reality tv or news host or anything 2018-11-26T19:57:00 < mawk> something similar happened a while ago in France, TV smoothed out any regional accent 2018-11-26T19:57:53 < mawk> also people would use some kind of commoner-dialect which is basically ugly invalid french 2018-11-26T19:58:18 < mawk> and after TV appeared everyone progressively started speaking the real french 2018-11-26T20:00:15 < Steffanx> I dont speak the awful local dialect either 2018-11-26T20:01:06 < Steffanx> Can perfectly understand it though 2018-11-26T20:12:36 -!- boB_K7IQ [~boBK7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-26T20:14:20 -!- Ecco [~user@unaffiliated/ecco] has quit [Ping timeout: 252 seconds] 2018-11-26T20:16:43 < Thorn> lol the last game is a draw 2018-11-26T20:17:16 < zyp> not an enormous surprise 2018-11-26T20:17:42 < Thorn> Magnus had a winning position 2018-11-26T20:19:23 < zyp> yeah 2018-11-26T20:19:59 < zyp> Thorn, I see people say it would probably have ended up in a blockade that wouldn't have been winnable in practice 2018-11-26T20:20:55 < Thorn> Mars landing https://www.youtube.com/watch?v=LlNhxLMHaLs 2018-11-26T20:21:43 < zyp> when's touchdown? 2018-11-26T20:22:16 < qyx> Thorn: this is not live yet https://www.youtube.com/NASAJPL/live 2018-11-26T20:34:20 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-26T20:48:34 < kow_> https://www.youtube.com/watch?v=01MJmSwYuIo 2018-11-26T20:49:50 < jpa-> zyp: apparently touchdown is supposed to be 1 hour 5 min from now; with ~6 mins extra for the transmission delay 2018-11-26T20:53:52 < Steffanx> ty cool :) 2018-11-26T20:54:00 < zyp> thanks 2018-11-26T20:54:13 < Steffanx> @ landing 2018-11-26T20:55:05 < jpa-> i wonder how they'd feel like if the probe accidentally landed right on top of the bottom shield it dropped a bit earlier, blocking access to ground :P 2018-11-26T20:55:58 < Steffanx> Happy/ 2018-11-26T20:55:59 < Steffanx> . 2018-11-26T20:59:02 < englishman> InSight stream starting 2018-11-26T20:59:03 < englishman> oh 2018-11-26T20:59:07 < englishman> you people are on it 2018-11-26T20:59:56 < Steffanx> Are you on it? 2018-11-26T21:00:35 < jpa-> i'm watching InTectu stream instead 2018-11-26T21:00:54 < englishman> i linked it in here earlier but you ignored it 2018-11-26T21:01:06 < englishman> like jpa ignores weak chatters 2018-11-26T21:01:15 < Steffanx> Does he have a good endoscope jpa- ? 2018-11-26T21:02:06 < Steffanx> 3d endoscope. 2018-11-26T21:31:56 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 250 seconds] 2018-11-26T21:33:31 < Steffanx> Welcome crt. 2018-11-26T21:33:59 < Steffanx> is it? 2018-11-26T21:34:20 < Steffanx> no cats here atm 2018-11-26T21:34:46 < Steffanx> are you ready for the touchdown? 2018-11-26T21:35:22 < qyx> no, the stream failed here 2018-11-26T21:35:41 < qyx> oh works now 2018-11-26T21:37:06 < Steffanx> idk. 2018-11-26T21:39:31 < englishman> https://i.imgur.com/D2LOWZI.gifv 2018-11-26T21:41:14 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2018-11-26T21:41:36 < Steffanx> i want live video from mars, not some live stream from some man applauding -_- 2018-11-26T21:41:41 < Steffanx> *men 2018-11-26T21:41:48 < englishman> want want want 2018-11-26T21:41:59 < englishman> the me generation 2018-11-26T21:42:27 < Steffanx> Part of the crew, part of the ship, englishman. 2018-11-26T21:44:21 < Steffanx> Such negativity crt 2018-11-26T21:44:38 < Steffanx> or is that what people say about your designs as well? 2018-11-26T21:45:00 < Steffanx> i feel sorry for you 2018-11-26T21:45:19 < englishman> when is the 1 year anniversary of your divorce? 2018-11-26T21:46:02 < englishman> soon 2018-11-26T21:46:03 < Steffanx> ill ship waffles to stvn's old work place. 2018-11-26T21:46:12 < Steffanx> to celebrate. 2018-11-26T21:46:24 < Steffanx> but hte last day of november is close 2018-11-26T21:47:10 < Steffanx> You have to give me a copy 2018-11-26T21:47:39 < zyp> have some dishwasher pics: https://bin.jvnv.net/file/3DTd3.jpg https://bin.jvnv.net/file/NpoT3.jpg 2018-11-26T21:48:21 < Steffanx> :) 2018-11-26T21:48:57 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-26T21:49:06 < zyp> crt, np 2018-11-26T21:49:59 < Steffanx> why this f-ing stream stops all the time. 2018-11-26T21:50:17 < zyp> also not sure if I posted this last week: https://bin.jvnv.net/file/FBLwK.jpg 2018-11-26T21:50:49 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-26T21:51:13 < englishman> Steffanx: https://www.worksonmymachine.pro/ 2018-11-26T21:51:34 < Steffanx> it shits out some error all the time 2018-11-26T21:52:30 < Steffanx> i see. 2018-11-26T21:52:50 < Steffanx> Better show us how you make some pro-coffee 2018-11-26T21:54:35 < Steffanx> ice? 2018-11-26T21:54:46 < Steffanx> hedde? 2018-11-26T21:59:04 < englishman> picture from mars 2018-11-26T21:59:10 < Steffanx> lies. 2018-11-26T21:59:21 < Steffanx> i think it's a post by jpa- 2018-11-26T22:00:38 < Steffanx> jpa- needs a better endoscope. 2018-11-26T22:04:55 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-26T22:06:45 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 252 seconds] 2018-11-26T22:07:33 -!- davor [~davor@unaffiliated/davor] has joined ##stm32 2018-11-26T22:07:54 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-26T22:07:54 -!- [1]MrMobius is now known as MrMobius 2018-11-26T22:16:05 < Steffanx> Nah, im not convinced. 2018-11-26T22:16:19 < Steffanx> it wasnt as bad back in the time as its now 2018-11-26T22:20:24 < Thorn> https://www.instagram.com/p/Bqpl75NlxCv/ 2018-11-26T22:29:41 < zyp> oh, I've got one more pic 2018-11-26T22:29:46 < zyp> front door got installed today: https://bin.jvnv.net/file/NamJ1.jpg 2018-11-26T22:31:54 < zyp> thx 2018-11-26T22:31:58 < Steffanx> did it have to be the same as the one next door? 2018-11-26T22:32:11 < qyx> zyp: nice 2018-11-26T22:32:15 < zyp> dunno, didn't get asked, didn't care 2018-11-26T22:32:27 < zyp> maybe I got asked, idk 2018-11-26T22:32:57 < Steffanx> :P 2018-11-26T22:33:13 < Steffanx> When do you plan to get in? 2018-11-26T22:34:01 < zyp> last estimate was that it would be done around newyears 2018-11-26T22:35:11 < zyp> I've said I don't want to pay it until after newyears due to tax stuff 2018-11-26T22:36:07 < zyp> I save 10k NOK in taxes by paying it next year instead of this year 2018-11-26T22:36:30 < zyp> so formally it'll be mine some time in january 2018-11-26T22:36:49 < Thorn> weirdest door design I've ever seen 2018-11-26T22:36:56 < zyp> my bank guy said we could prepare all the paperwork in december and just formally file it in january 2018-11-26T22:38:30 < Thorn> does fire code allow that stuff between the houses 2018-11-26T22:39:28 < zyp> Thorn, I'm a bit confused about that myself 2018-11-26T22:39:45 < zyp> I mean, I assume the house is built to code and everything 2018-11-26T22:39:58 < Thorn> the gap is pretty small without that balcony thing 2018-11-26T22:40:12 < zyp> but I don't see how fire spread between the units is limited 2018-11-26T22:40:16 < zyp> yeah, it's 3m 2018-11-26T22:41:16 < Thorn> I watched enough russian firefighter videos where they're swearing about a small gap while trying to save a neighbor's house 2018-11-26T22:42:18 < zyp> haha 2018-11-26T22:43:50 < Steffanx> wut, hows that a weird design Thorn ? 2018-11-26T22:44:49 < Steffanx> What does the average russian door look like? 2018-11-26T22:47:42 < Thorn> something made from reinforced steel so that the firefighters will spend 30 minutes breaking in https://youtu.be/BpqCE2DeN9E?t=317 2018-11-26T22:54:08 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 268 seconds] 2018-11-26T23:10:33 < mitrax> any recommendation for a cheap (<$150) 10Mhz GPSDO? 2018-11-26T23:20:24 < englishman> no, but: https://www.u-blox.com/sites/default/files/products/documents/Timing_AppNote_%28GPS.G6-X-11007%29.pdf 2018-11-26T23:23:44 < englishman> I can get neo-m8t for about $35 in reels of 250 2018-11-26T23:25:10 < englishman> LEA-M8F has 5ppb 30.72MHz and is pretty cheap 2018-11-26T23:29:43 < mitrax> thanks 2018-11-26T23:44:52 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-26T23:47:52 < con3> if anyone is interested :) https://www.udemy.com/stm32cubemx-complete-training/ 2018-11-26T23:48:20 -!- benishor [~benny@82.137.44.176] has quit [Quit: Konversation terminated!] 2018-11-26T23:49:53 * con3 is just joking 2018-11-26T23:52:38 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-26T23:53:11 < con3> Cracki: most courses on udemy are currently 90 % off for cyber monday/black friday 2018-11-26T23:53:23 < con3> just thought its weird that there's one for freakin cube 2018-11-26T23:54:29 < Thorn> Untermenschen 2018-11-26T23:55:04 < con3> also south africa: https://www.reddit.com/r/trashy/comments/a0js0u/this_mom_and_her_daughter_stealing_from_an/ 2018-11-26T23:58:25 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Bye!] --- Day changed Tue Nov 27 2018 2018-11-27T00:02:57 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2018-11-27T00:05:31 < karlp> Steffanx: that nkon place has _wayyyyy_ to many batteries for sale 2018-11-27T00:05:44 < karlp> talk about option dilemma 2018-11-27T00:05:59 < karlp> anyway, ordered to my hotel in nijmegen thanks for the poitner :) 2018-11-27T00:08:37 < zyp> filter by requirements, sort by price, buy the cheapest that satisfies 2018-11-27T00:15:20 -!- boB_K7IQ [~boBK7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 272 seconds] 2018-11-27T00:16:12 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-27T00:17:20 < Steffanx> Haha cool karlp :) 2018-11-27T00:17:48 < Steffanx> Now it just has to arrive in time 2018-11-27T00:18:05 < Steffanx> On time* (?) 2018-11-27T00:35:26 < karlp> zyp: yeah, the "requirements" bit is a bit hard to figure out really. 2018-11-27T00:35:38 < karlp> went with cheap, high capacity, low discharge rate. 2018-11-27T00:37:02 < zyp> I mean, if you don't have any specific requirements at all, just get the cheapest 2018-11-27T00:37:10 < zyp> or cheapest per Wh or something 2018-11-27T00:37:19 < karlp> yeah, I did something like that. 2018-11-27T00:37:35 < karlp> got distracted a bit trying to read that danish dudes website, then just stopped overthinking it :) 2018-11-27T00:39:12 < Steffanx> Danish? 2018-11-27T00:39:46 < karlp> https://lygte-info.dk/ 2018-11-27T00:40:32 < zyp> https://eu.nkon.nl/rechargeable/18650-size/panasonic-ncr18650bd-3200mah-10a.html <- these looks decent, no? 2018-11-27T00:43:11 < zyp> https://eu.nkon.nl/rechargeable/18650-size/samsung-inr18650-29e.html <- these seems to have the best price for capacity 2018-11-27T00:49:50 < karlp> bvoth of those are probably veryt good, I didn't see the grey panasonic for some reason? I bought these: https://eu.nkon.nl/rechargeable/18650-size/lg-inr18650-f1l-3350mah-4-8a.html 2018-11-27T00:57:55 < englishman> nice 2018-11-27T00:58:02 < englishman> https://keeppower.com.ua/download/2015-11/150304_PS_LGC_INR18650_F1L_v1.pdf 2018-11-27T00:58:07 < englishman> Standard Discharge: 0.2C 2018-11-27T00:58:13 < englishman> heh 2018-11-27T00:58:37 < englishman> i have some LG ones they last a long time 2018-11-27T00:59:16 < englishman> they are flat-top, if that matters for you 2018-11-27T01:01:42 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-27T01:01:56 < karlp> what does that mean? 2018-11-27T01:02:05 < karlp> flat top doesn't matter I understand taht 2018-11-27T01:02:58 < karlp> isn't C "#sntadard"? 2018-11-27T01:03:03 < karlp> how can stnadard be 0.2 C? 2018-11-27T01:04:18 < englishman> probably the discharge they tested capacity at 2018-11-27T01:04:20 < englishman> or, something 2018-11-27T01:04:26 < bitmask> alright, got my 3x 3S battery packs wired up with protection boards and balance plugs and xt30 connectors: https://i.imgur.com/CmHQ6oG.png 2018-11-27T01:04:30 < bitmask> pita 2018-11-27T01:05:24 < englishman> ah, that discharge current is used to determine end voltage too 2018-11-27T01:05:48 < englishman> no it isnt 2018-11-27T01:05:59 < englishman> ok i should stick to what im doing instead of cocking up 2 things 2018-11-27T01:06:12 < karlp> well, ~any of the ones they sell there are going to be legit, and better than the "5000mAh" and "9999mAh" shitty cells I got on ali a few years ago, that tested out to like 350/450 sort of range of mAh 2018-11-27T01:06:26 < englishman> definitely 2018-11-27T01:07:37 < englishman> https://www.youtube.com/watch?v=E0PLqTdkk0M 2018-11-27T01:10:01 -!- srk [sorki@fedora/sorki] has quit [Quit: gitter] 2018-11-27T01:10:27 -!- srk [sorki@fedora/sorki] has joined ##stm32 2018-11-27T01:12:33 < PeterM> a few friends and I do electric vehicles and have bought a lot of batteries from nkon, all have been legit, initially the service was very good, but lately we've had long delays before shipping and when questioned about it, comments to the effect of "we're busy, fuck off" 2018-11-27T01:24:03 < kakimir> went to see friend 2018-11-27T01:24:16 < kakimir> he was repairing leaf charger 2018-11-27T01:27:19 < kakimir> pfc was a suspect so we took some old AC/AC adapters and tied them low voltage lines together to form an isolation transformer 2018-11-27T01:28:24 < kakimir> 230v prongs in free air on table I was like hmm.. 2018-11-27T01:29:46 < kakimir> he continues with chinese alligator clip cables to connect those prongs to pcb I'm like HMM!! 2018-11-27T01:30:10 < PeterM> if you know it has a pfc front end, just feed it with dc 2018-11-27T01:30:37 < kakimir> pfc needs some voltage to vsense to activate 2018-11-27T01:30:58 < kakimir> divider ratio was 195 or so 2018-11-27T01:32:28 < PeterM> yeah? you dont have any lab powersupplies that do a reasonable voltage sitting around? 2018-11-27T01:32:41 < kakimir> no 2018-11-27T01:32:43 < kakimir> he didn't 2018-11-27T01:32:51 < kakimir> he doesn't even have limited current supply 2018-11-27T01:33:15 < PeterM> whats he trying to fix a leaf charger for then? 2018-11-27T01:33:29 < kakimir> to get DC charging or so 2018-11-27T01:33:33 < kakimir> fast charging 2018-11-27T01:33:40 < kakimir> throw some custom board in there 2018-11-27T01:33:50 < kakimir> whisper with charging station 2018-11-27T01:34:13 < kakimir> so what happend when he started poking the board with probes 2018-11-27T01:35:04 < kakimir> there is big transistors with those metal back planes in the breeze on the board 2018-11-27T01:36:12 < kakimir> he discharges pfc caps though his hand from board to transistor backplane 2018-11-27T01:36:56 < kakimir> 8 x 170uF @ +300V 2018-11-27T01:38:18 < kakimir> "fuck I think I got burn in my hand" and looks at his hand and puts gloves on and continues probing 2018-11-27T01:40:10 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2018-11-27T01:41:14 < kakimir> PeterM: if DC voltage is fed to PFC 2018-11-27T01:41:17 < kakimir> what does it do? 2018-11-27T01:41:36 < kakimir> does pfc even care? 2018-11-27T01:42:55 < kakimir> it just allows directly propotional current compared to vsense voltage and doesn't care less about anything else? 2018-11-27T01:43:20 < kakimir> for DC charging it has a contactor though 2018-11-27T01:43:41 < kakimir> directly connects charging port prongs to battery 2018-11-27T01:44:01 < kakimir> bypasses all the power electronics 2018-11-27T01:44:18 < PeterM> depends on the PFC topology, but i assume in the leaf charger it would be bridgeless pfc, in that case it would jsut use one half of the boost converter 2018-11-27T01:44:29 < kakimir> then it just whispers in datalines to give juice 2018-11-27T01:44:53 < PeterM> and it would pull full current because voltage and current would always be in phase 2018-11-27T01:45:19 < kakimir> it has 2 sets of fets 2018-11-27T01:45:33 < kakimir> with diodes at their side 2018-11-27T01:45:38 < kakimir> paraller maybe 2018-11-27T01:45:43 < PeterM> yes, google bridgeless pfc 2018-11-27T01:46:41 < kakimir> only 2 gates are driven 2018-11-27T01:48:14 < con3> hmm..everytime I start up the mcu, the interrupt triggers, no matter what the input 2018-11-27T01:48:40 < kakimir> what interrupt? 2018-11-27T01:48:45 < kakimir> and did you set it up? 2018-11-27T01:49:37 < kakimir> /o/ 2018-11-27T01:50:14 < kakimir> maybe first interrupt condition is generated before interrupt is generated 2018-11-27T01:50:24 < kakimir> *enabled 2018-11-27T01:50:40 < con3> got it setup as rising on the gpio pin 3, then activate it with set priority and nvic enable irq, also tried clearing a pending bit but nothing. 2018-11-27T01:50:57 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-27T01:51:51 < kakimir> does the pin have rising edge? 2018-11-27T01:51:52 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-27T01:52:07 < kakimir> 8| 2018-11-27T01:52:24 < con3> kakimir: yes, but at this point, I'm feeding the pin just a good old 0V 2018-11-27T01:53:14 < kakimir> all way from boot? 2018-11-27T01:53:44 < con3> yes, 0V all the way, still triggers 2018-11-27T01:54:13 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Read error: Connection reset by peer] 2018-11-27T01:54:15 < kakimir> interrupt happens instantly after enabling it? 2018-11-27T01:54:49 < con3> kakimir: double checking 2018-11-27T01:56:15 < kakimir> throw something fast measurable action after enabling 2018-11-27T01:56:18 < kakimir> gpio pin state 2018-11-27T01:56:21 < con3> kakimir: As soon as I enable it, it triggers 2018-11-27T01:56:34 < kakimir> check all relevant flags 2018-11-27T01:56:35 < con3> once and then after that it works normally 2018-11-27T01:57:08 < englishman> kakimir: wut 2018-11-27T01:57:20 < kakimir> englishman: wut wut? 2018-11-27T01:57:29 < englishman> the leaf dc port is a completely different port, communication scheme and charger and everything 2018-11-27T01:57:33 -!- c4017w__ [~c4017@209.52.68.8] has quit [Quit: Leaving] 2018-11-27T01:58:02 < kakimir> he want 6.6kw charging 2018-11-27T01:58:06 < kakimir> and DC charging 2018-11-27T01:58:12 < con3> only 6.6 kw 2018-11-27T01:58:23 < englishman> better swap the motor then 2018-11-27T01:58:32 < kakimir> why swap motor? 2018-11-27T01:58:38 < englishman> cuz the motor, inverter, charger, and dcdc are all one unit 2018-11-27T01:58:43 < englishman> and final drive 2018-11-27T01:58:49 < kakimir> yes 2018-11-27T01:58:56 < kakimir> he doesn't give a fuck 2018-11-27T01:59:00 < kakimir> he has splitted them 2018-11-27T01:59:01 < englishman> you could maybe add dc tho 2018-11-27T01:59:11 < kakimir> no final drive 2018-11-27T01:59:21 < kakimir> inverter is separated 2018-11-27T01:59:28 < kakimir> charger is separated 2018-11-27T02:00:33 < englishman> looks like final drive bolts on the side 2018-11-27T02:00:49 < kakimir> it is not a problem to bolt it off 2018-11-27T02:01:26 < englishman> n e way 2018-11-27T02:01:33 < englishman> surely you could just swap all the shit in from a wreck 2018-11-27T02:03:24 < kakimir> he got also inverter to swap in 2018-11-27T02:04:35 < kakimir> after he throws his own controller in it with software that limits only to motor maximum current and battery maximum current 2018-11-27T02:05:17 < kakimir> safe bet to get more power 2018-11-27T02:05:44 < kakimir> maximum torque will be the same 2018-11-27T02:05:59 < kakimir> it will just extend to higher motor speeds 2018-11-27T02:07:12 < kakimir> that hitachi or whatever weird controller in original logic board is not too much fun to play with 2018-11-27T02:07:27 < kakimir> controller as in mcu 2018-11-27T02:08:17 < con3> kakimir: pending bit is set prior to enabling. very weird 2018-11-27T02:08:44 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-27T02:08:56 < kakimir> if you clear it 2018-11-27T02:09:00 < kakimir> does it stick? 2018-11-27T02:09:53 < con3> It sticks, trying to figure out when and how its getting triggered 2018-11-27T02:10:25 < kakimir> maybe level trigger is always active? 2018-11-27T02:10:35 < kakimir> do you need to activate it? 2018-11-27T02:10:43 < kakimir> and rule of thumb - always clear first 2018-11-27T02:12:33 < kakimir> unless it desired operation to get interrupt from event before enabling 2018-11-27T02:15:22 < kakimir> should analyze data 2018-11-27T02:15:29 < kakimir> before falling in sleep 2018-11-27T02:17:19 < con3> very confused, I'm writing to a pin (GPIOE-PIN-11) and when doing this the interrupt on GPIOE-PIN-3 gets triggered...their not connected in any way 2018-11-27T02:21:08 < kakimir> interrupt is configured wrong 2018-11-27T02:21:19 < kakimir> you have it in multiple pins instead of one 2018-11-27T02:21:20 < kakimir> ? 2018-11-27T02:22:03 < kakimir> you masked some bit wrong and ended up with multiple pins with edge trigger 2018-11-27T02:22:08 < kakimir> something like that 2018-11-27T02:25:45 < kakimir> used bit position instead of bit mask 2018-11-27T02:33:25 < kakimir> con3: any conclusion? 2018-11-27T02:34:24 < con3> kakimir: Debugging :p sorry got a bit caught up, I'm a little lost why it's not clearing the bit 2018-11-27T02:37:28 < kakimir> is it some per pin bit 2018-11-27T02:37:50 < kakimir> so that you know it's from that pin 2018-11-27T02:38:51 < kakimir> I think it's not 2 seperate bugs to have interrupt from pin you shouldn't get interrupt from and to have pending interrupt when you shouldn't 2018-11-27T02:38:54 < con3> kakimir: Yes, it's EXTI3,it's only set for GPIO_PIN_3 of GPIOE 2018-11-27T02:40:08 < con3> It gets cleared perfectly after the interrupt executes though 2018-11-27T02:40:11 * con3 frowns 2018-11-27T02:43:48 < kakimir> is your device physically solid for sure? 2018-11-27T02:44:12 < kakimir> absolutelly no connection between those pins? 2018-11-27T02:44:34 < kakimir> no tools or measurements on those pins that could cause it 2018-11-27T02:44:46 < kakimir> somehow 2018-11-27T02:48:45 < aandrew> there we go 2018-11-27T02:48:50 < aandrew> these panels are being assembled 2018-11-27T02:48:57 < aandrew> $1000/panel including parts and assembly 2018-11-27T02:49:21 < aandrew> I'm estimating about $900 in parts 2018-11-27T02:49:32 < aandrew> so that's pretty cheap, and in 2 weeks too 2018-11-27T02:50:33 < kakimir> where? 2018-11-27T02:51:00 < con3> kakimir: I'm not sure what's going on. Trying to figure out, will let you know.. 2018-11-27T02:52:04 < kakimir> data shows my interpolation works in wrong direction 2018-11-27T02:52:09 < kakimir> sweet 2018-11-27T02:53:40 < kakimir> and it hase something else wrong with it too 2018-11-27T03:07:02 < kakimir> https://www.youtube.com/watch?v=wSagpue-7a8 2018-11-27T03:21:37 < kakimir> sure difference was calculated wrong way for interpolation 2018-11-27T03:25:38 < kakimir> from high point not low point 2018-11-27T03:48:18 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-27T03:53:43 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-27T03:53:48 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Client Quit] 2018-11-27T03:54:00 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-27T03:56:04 < con3> Fuck whomever stole my sdcard 2018-11-27T04:15:09 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Read error: Connection reset by peer] 2018-11-27T05:01:41 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-27T05:09:13 -!- machinehum [~machinehu@ip-142-232-174-84.ptr.bcit.ca] has joined ##stm32 2018-11-27T05:19:16 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-27T05:31:19 < englishman> https://i.imgur.com/hH38YIf.jpg 2018-11-27T05:32:33 < PeterM> oh look, its a bucket of laurenceb posts 2018-11-27T05:37:08 < machinehum> mmm 2018-11-27T05:37:08 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-27T05:41:34 -!- machinehum [~machinehu@ip-142-232-174-84.ptr.bcit.ca] has quit [Quit: WeeChat 1.4] 2018-11-27T05:51:24 -!- machinehum [~machinehu@ip-142-232-174-84.ptr.bcit.ca] has joined ##stm32 2018-11-27T06:04:43 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has quit [Ping timeout: 252 seconds] 2018-11-27T06:10:07 -!- machinehum [~machinehu@ip-142-232-174-84.ptr.bcit.ca] has quit [Ping timeout: 268 seconds] 2018-11-27T06:19:18 < aandrew> I ended up using a conexant chip instead 2018-11-27T06:32:23 -!- fc5dc9d4 [~quassel@p5B081F4F.dip0.t-ipconnect.de] has joined ##stm32 2018-11-27T06:36:12 -!- fc5dc9d4_ [~quassel@p5B081EDC.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 2018-11-27T06:36:34 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-27T06:53:49 -!- effractur [~Erik@195.140.242.50] has quit [Ping timeout: 246 seconds] 2018-11-27T06:54:39 -!- effractur [~Erik@195.140.242.50] has joined ##stm32 2018-11-27T06:57:58 -!- gnom [~aleksande@178.150.7.153] has quit [Read error: Connection reset by peer] 2018-11-27T07:37:24 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-27T07:40:46 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2018-11-27T07:40:47 -!- day__ is now known as day 2018-11-27T07:55:34 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-27T07:57:49 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-27T08:01:27 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2018-11-27T08:01:54 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-27T08:22:27 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-27T08:35:03 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2018-11-27T08:37:16 < Haohmaru> u gon make twice as much PCB designs 2018-11-27T08:41:19 -!- Jybz [~jibz@ip-37-201-5-72.hsi13.unitymediagroup.de] has joined ##stm32 2018-11-27T08:46:48 < dongs> aandrew: really, that only one that exists? 2018-11-27T08:46:52 < dongs> were you actualyl able to buy/use it 2018-11-27T08:55:09 < Haohmaru> hm, seems there's not much cortex Ms with ethernetz smaller than 100 pins 2018-11-27T08:55:16 < Haohmaru> from ess tea 2018-11-27T08:56:25 < dongs> there are tons 2018-11-27T08:56:32 < dongs> F107 in 64pin has ethernet 2018-11-27T08:56:40 < dongs> and its super common 2018-11-27T08:57:03 < dongs> but uh.. looks like its indeed the only one 2018-11-27T08:57:08 < Haohmaru> ah, right.. i forgot i got a few other checkboxes checked 2018-11-27T08:57:08 < dongs> all teh F4 shit is 100pin. 2018-11-27T08:57:28 < dongs> there's lots of ethernet code for F1, its been around forever., 2018-11-27T08:57:30 < dongs> and works well 2018-11-27T08:58:49 < Haohmaru> i need cryptographics sh*t as well, maybe mbedtls 2018-11-27T08:59:01 < dongs> its not like F1 can't do that 2018-11-27T08:59:23 < Haohmaru> but i think a true random number generator is a must in my case, and i guess that's what "RNG" is for in cubemx 2018-11-27T08:59:46 < dongs> there's rng and trng. 2018-11-27T08:59:56 < dongs> you could always just generate random shit from a floating ADC input. 2018-11-27T09:00:00 < Haohmaru> ah, to the RNG is not really a TRNG 2018-11-27T09:00:02 < dongs> i mean, thats how 'rng' works anyway. 2018-11-27T09:00:16 < Haohmaru> i don't think that's a gud idea 2018-11-27T09:00:20 < dongs> good luck 2018-11-27T09:01:16 < Steffanx> Just use crt as input 2018-11-27T09:01:42 < Haohmaru> most of the cortex M chips i saw from different manufacturers seems to have just "ethernet MAC" and if i understand correctly - i need to add a PHY chip 2018-11-27T09:01:52 < Haohmaru> right? 2018-11-27T09:02:27 < Haohmaru> crt is pseudo-random 2018-11-27T09:05:30 < dongs> the same as ST 2018-11-27T09:06:06 < jpa-> considering you need to add a PHY chip anyway, if you want to use smaller controller and speed is not critical, you could just use one of the spi-connected ethernet chips 2018-11-27T09:07:21 < jpa-> and then you can also just steal all the arduino ENC28J60 codes 2018-11-27T09:09:43 < Haohmaru> hm.. i don't know.. i currently use w5500+xmega (don't have encryption tho) ... i don't want my newer version to be slower than this 2018-11-27T09:10:01 < Haohmaru> the boss wants "one chip" 2018-11-27T09:11:15 -!- sterna [~Adium@c-6bebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-27T09:12:56 < Haohmaru> i played with atmel.start and the atmel studio IDE.. generated some project with SAME70J19, with ethernetz and tcp/ip stack, and phy chip, but the compiled program is ~2KB, which smells wrong 2018-11-27T09:14:27 -!- Jybz [~jibz@ip-37-201-5-72.hsi13.unitymediagroup.de] has quit [Quit: Konversation terminated!] 2018-11-27T09:15:30 < Haohmaru> now i'm clicking around teh cube em eggz 2018-11-27T09:24:30 < qyx> then the only solution is some pic with eth mac+phy 2018-11-27T09:24:42 < qyx> fully pro 2018-11-27T09:26:51 < Haohmaru> nah, it has to be thurddy two bitz 2018-11-27T09:27:26 < Haohmaru> and "kortekz" sounds nice 2018-11-27T09:32:22 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-27T09:33:06 < Haohmaru> hm, seems there are some cortex M chips with built-in mac+phy from TI 2018-11-27T09:33:39 < Haohmaru> ugh, i meant NXP 2018-11-27T09:35:09 < jpa-> put one of the RJ45 connectors with builtin chip, and no-one will know its hiding there 2018-11-27T09:35:48 < Haohmaru> there are RJ45s with built-in transformerz AND phy?! 2018-11-27T09:38:24 < jpa-> https://www.digi.com/products/embedded-systems/system-on-modules/digiconnectme9210 no, but there is stuff like this with whole cpu in the connector 2018-11-27T09:38:34 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-27T09:46:45 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-27T09:49:39 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-27T10:02:02 -!- ski7777 [~quassel@91.67.112.19] has joined ##stm32 2018-11-27T10:03:31 < Haohmaru> MSP432E401Y but it's eggspensive and TQFP 128 2018-11-27T10:04:45 < PeterM> why low pin count? size? 2018-11-27T10:05:10 < Haohmaru> yes 2018-11-27T10:05:41 < Haohmaru> the current one is 70x40mm, the new one should be "as small as possible" but definately not bigger than the current one 2018-11-27T10:05:41 -!- sterna [~Adium@c-6bebe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-27T10:10:14 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Read error: Connection reset by peer] 2018-11-27T10:11:36 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-27T10:12:57 < PeterM> you could always... bga 2018-11-27T10:14:17 < Haohmaru> i've not done more than two copper layer boards yet 2018-11-27T10:14:48 < Haohmaru> i'm allowed to now, but BGA will add one more difficulty :/ 2018-11-27T10:16:00 < PeterM> what are the process limits on your board mfg? 2018-11-27T10:16:53 < PeterM> actually, nvm, i cbf 2018-11-27T10:17:07 < PeterM> hi trent from punchy 2018-11-27T10:17:12 < PeterM> no 2018-11-27T10:18:35 < PeterM> not much, considering buying mentor flowefd 2018-11-27T10:21:46 < qyx> and pwpperoni olives with 2018-11-27T10:21:51 < qyx> pizza you want? 2018-11-27T10:27:37 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-27T10:35:38 < mitrax> i want to time precisely the accuracy of my STMF4 LSE clock (for calibration purpose) using an external 10Mhz reference clock, the LSE clock can be tied internaly to the TIM5 channel 4 input (that's the only timer it can be tied to), the problem is the maximum prescaler value for the capture input is /8 which means i'll be measuring a 8/32.768 period i.e 244.14µs with an accuracy of 0.1µs 2018-11-27T10:35:38 < mitrax> (period of the reference clock) which is not accurate enough, i'd like to do the measurement on a e.g 10 sec window, it should be possible to use TIM5 as a regular timer with a higher prescaler value and use its output as input of another timer for the capture and compare with the reference clock right? 2018-11-27T10:38:03 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2018-11-27T10:41:48 < dongs> isn't TIM5 32bit? 2018-11-27T10:43:20 < mitrax> it is, but the problem is not the timer resolution but the fact i'm not sure i can use capture and compare for a period of my input signal (my LSE clock) longer than input_period * 8 (the max prescaler value for the input capture) 2018-11-27T11:39:53 < kakimir> why doesn't visual studio accept my table initialization 2018-11-27T11:42:42 < kakimir> maybe it's c++ problem 2018-11-27T11:44:16 < Haohmaru> dafuq is "table initialization" ;P~ 2018-11-27T11:45:48 < kakimir> https://paste.debian.net/hidden/0041c77b/ 2018-11-27T11:46:59 < Haohmaru> is that a struct? 2018-11-27T11:47:09 < kakimir> structtype 2018-11-27T11:47:20 < Haohmaru> yeah, you need to change it then 2018-11-27T11:47:23 < karlp> don't specify the number of elements? 2018-11-27T11:47:43 < kakimir> I need to 2018-11-27T11:47:55 < Haohmaru> i suspect the issue has to do with the ".member = value" syntax 2018-11-27T11:47:57 < kakimir> use that number elsewhere too 2018-11-27T11:48:01 < Haohmaru> C++ doesn't like that 2018-11-27T11:48:02 < karlp> does c++ let you do .name = blah? 2018-11-27T11:48:03 < kakimir> Haohmaru: correct 2018-11-27T11:48:04 < karlp> yeah 2018-11-27T11:48:11 < kakimir> it doesn't like that . 2018-11-27T11:48:11 < Haohmaru> it let's you, in another way 2018-11-27T11:48:20 < Haohmaru> * lets 2018-11-27T11:48:30 < kakimir> how? 2018-11-27T11:48:44 < Haohmaru> member: value 2018-11-27T11:49:06 * karlp peers at Haohmaru 2018-11-27T11:49:14 < karlp> in a decl of a struct array? 2018-11-27T11:49:32 < Haohmaru> i don't know/understand the details 2018-11-27T11:49:37 < karlp> you can see them. 2018-11-27T11:49:49 < karlp> isn't that {x : blah} sthi just in the "short" constructors? 2018-11-27T11:50:02 < karlp> if you want to declare an array of structs, you can't use that syntax can you? 2018-11-27T11:50:06 < Haohmaru> not right now, i got both cubemx and atmel studio opened at the same time ;P~ 2018-11-27T11:50:28 < Haohmaru> on 2GB RAM, where's my medal? 2018-11-27T11:50:40 < karlp> what would you be getting a medal for? 2018-11-27T11:50:50 < marble_visions> hi all, i've got a bunch of uint32_t's coming in from a byte array, so i've got macros like ARRAY_TO_U32().. is this type of serialization/deserialization standardized in some compiler headers? 2018-11-27T11:50:53 < Haohmaru> for patience 2018-11-27T11:51:04 < Haohmaru> and artificial optimism 2018-11-27T11:51:18 < marble_visions> linux has le_to_be32() and whatnot but that's not what i'm after 2018-11-27T11:51:42 < Haohmaru> wut'cha trying to do with them intz? 2018-11-27T11:51:59 < karlp> if you want to be safe, you use mask and shifts to construct your ints. 2018-11-27T11:52:05 < karlp> if you want tobe unsafe, type pun. 2018-11-27T11:52:25 < karlp> some libraries will have macros for this, but there's no standard c headeers that include it. 2018-11-27T11:52:28 < marble_visions> Haohmaru: smuggling them in the system over the wire 2018-11-27T11:52:50 < Haohmaru> no idea wut that meanz 2018-11-27T11:53:02 < Haohmaru> std::smuggle ;P~ 2018-11-27T11:53:06 < marble_visions> karlp: yes, definitely mask and shift, in a macro. but i was wondering about standards. pity 2018-11-27T11:53:28 < Haohmaru> do you want to like, reverse the order of the bytes? 2018-11-27T11:53:29 < marble_visions> Haohmaru: haha 2018-11-27T11:53:46 < marble_visions> Haohmaru: sometimes, but it depends on the platform 2018-11-27T11:54:01 < marble_visions> so it needs to be target dependent 2018-11-27T11:54:04 < Haohmaru> for that, gcc has __builtin_bswap 2018-11-27T11:54:27 < Haohmaru> and you could combine it with a fancy template or constexpr or something if you feel fancy 2018-11-27T11:55:23 < kakimir> https://stackoverflow.com/questions/18731707/why-does-c11-not-support-designated-initializer-lists-as-c99 2018-11-27T11:56:15 < karlp> man, even with 10meg ram that still feels reallllly right: https://www.mouser.com/new/renesas/renesas-rz-a-series-mcus/ 2018-11-27T11:56:26 < marble_visions> Haohmaru: nice! builtins are compiler-specific, right? 2018-11-27T11:57:01 < karlp> marble_visions: if you'r emasking and shifting, then no, you don't do anything platform specific. 2018-11-27T11:57:38 < marble_visions> karlp: yes 2018-11-27T11:58:18 < kakimir> how do i do C in visual studio? 2018-11-27T11:58:57 < marble_visions> kakimir: i've seen coworkers do it, it might be possible :D 2018-11-27T11:59:15 < karlp> marble_visions: no. you don't. 2018-11-27T11:59:23 < kakimir> activate secret mode 2018-11-27T11:59:27 < karlp> the mask and shift operations are always the same. 2018-11-27T11:59:37 < karlp> you have defined bit order for the wire bytes. 2018-11-27T11:59:50 < Haohmaru> marble_visions yes.. 2018-11-27T11:59:56 < marble_visions> karlp: i meant yes as in "i agree", sorry. 2018-11-27T12:00:02 < karlp> ok :) 2018-11-27T12:08:58 < marble_visions> the __builtin_bswap looks really sexy, but i'd like to keep my code as portable as possible 2018-11-27T12:09:03 < marble_visions> Haohmaru: ^ 2018-11-27T12:09:37 < karlp> mask and shift it is. 2018-11-27T12:10:35 < Haohmaru> hm, i wonder if C++ would have some standard byteswap sh*t maybe 2018-11-27T12:11:47 < kakimir> changed file extension to .c and now it's broken 2018-11-27T12:12:19 < karlp> not sure how you would try and use byteswap anyway. 2018-11-27T12:12:30 < karlp> if you take bytes and mask and shift, you have one set of code, all the time. 2018-11-27T12:12:36 < kakimir> what 2018-11-27T12:12:45 < kakimir> pch.h include to top of file 2018-11-27T12:12:46 < karlp> ifyou have bytes and try and cast to ints and byteswap, you've entered the world of per platform code. 2018-11-27T12:12:47 < kakimir> and it works 2018-11-27T12:13:53 < kakimir> marble_visions: how to do c project is if not by using c file templates that are not included - is to just change all source files to .c 2018-11-27T12:13:58 < dongs> < marble_visions> the __builtin_bswap looks really sexy, but i'd like to keep my code as portable as possible 2018-11-27T12:14:05 < dongs> if you used a real compiler 2018-11-27T12:14:21 < dongs> it would replace a << 24 | a << 16 etc type shit with a proper arm instruction 2018-11-27T12:14:27 < dongs> wehn needed. 2018-11-27T12:14:35 < zyp> yeah, gcc should do that 2018-11-27T12:14:42 < dongs> didnt last i cared to check 2018-11-27T12:14:46 < dongs> but keil worked 2018-11-27T12:14:49 < dongs> so ~shrug~ 2018-11-27T12:15:02 < karlp> unless you'ðre looking at the asm, who cares? :) 2018-11-27T12:15:13 < dongs> when i was doing sensor data swaps in uint16 2018-11-27T12:15:15 < marble_visions> dongs: shifts are indeed done with the barrel shifter, both with gcc and keil 2018-11-27T12:15:26 < zyp> not shifts, byteswaps 2018-11-27T12:15:37 < dongs> marble_visions: no, it would replace stuff like uint16_t foo = a << 8 | b; with a bswap 2018-11-27T12:15:45 < zyp> decent compilers recognize the pattern and substitute a byteswap instruction 2018-11-27T12:15:54 < marble_visions> oooooooooh 2018-11-27T12:16:00 < marble_visions> nice. 2018-11-27T12:16:21 < marble_visions> indeed there was an instruction like that 2018-11-27T12:17:07 < karlp> if only marble_visions wanted byte swaps.... 2018-11-27T12:17:17 < dongs> i donno wat he wants, i didnt read 2018-11-27T12:17:29 < dongs> i was just here to promote keil :p 2018-11-27T12:17:31 < marble_visions> maybe it's left out of -O0 and enabled at -O1/2 2018-11-27T12:17:34 < karlp> they want struct.unpack("!l") 2018-11-27T12:17:40 < dongs> fuck python 2018-11-27T12:17:44 < karlp> nothing's turned on at -O0 dummy 2018-11-27T12:17:56 < karlp> you understood what I meant from the python though :) 2018-11-27T12:18:16 < dongs> https://twitter.com/SHIBUYAMELTD0WN/status/1066526863571341312 found zyp's cat in japan 2018-11-27T12:18:53 < zyp> dongs, works now: https://paste.jvnv.net/view/VF5Fe 2018-11-27T12:19:03 < karlp> why did twitter say that was "sensitive" ? 2018-11-27T12:19:26 < dongs> didn't for me 2018-11-27T12:20:12 < marble_visions> dongs: is the keil compiler armcc or something else? 2018-11-27T12:20:19 < dongs> armcc, and now armclang 2018-11-27T12:20:28 < dongs> but zyp claims it works now 2018-11-27T12:20:35 < zyp> marble_visions, see my link 2018-11-27T12:20:39 -!- mwfc [~mwfc@playerpiano.mwfc.info] has joined ##stm32 2018-11-27T12:23:15 < karlp> won't do the unpack magically though: https://paste.jvnv.net/view/ePKsN 2018-11-27T12:23:29 < karlp> though could perhaps be written differenytly to help it. 2018-11-27T12:23:48 < dongs> errr 2018-11-27T12:23:57 < dongs> thats cuz you wrote shit 2018-11-27T12:24:12 < dongs> you just need to do uint32_t *ptr = wiredata; 2018-11-27T12:24:16 < dongs> and process it in 4 byte blocks 2018-11-27T12:24:19 < dongs> with rev or wahtever 2018-11-27T12:24:19 < karlp> that's not portable :) 2018-11-27T12:25:12 < marble_visions> dongs: your wiredata may not be aligned for a recast like that 2018-11-27T12:25:21 < karlp> you can do my way, and have _one_ code base that _always_ works. 2018-11-27T12:25:41 < karlp> or you can type pun, byteswap based on target platform, and hope you have no alignment issues. 2018-11-27T12:28:05 < dongs> is there a better instruction in asm than waht gcc is using for your example? 2018-11-27T12:28:07 < marble_visions> i'd rather have it working 2018-11-27T12:28:20 < dongs> is that shit compiled with O3 2018-11-27T12:28:20 < karlp> dongs: no idea, I don't look at asm until things break. 2018-11-27T12:28:25 < dongs> because it looks literally same as your code 2018-11-27T12:28:37 < karlp> but byteswpa is definitely not what you want if you want portable 2018-11-27T12:30:42 < karlp> you can make it a little smaller by doign it in int16s first: https://paste.jvnv.net/view/j87jj 2018-11-27T12:31:05 < dongs> lets see what keil does 2018-11-27T12:31:35 < karlp> -O3 does a different code, but still 8 ops 2018-11-27T12:32:25 < karlp> heh, x86 is funny 2018-11-27T12:32:43 < karlp> it recognises the byte by byte, but fials on the uint16 version 2018-11-27T12:32:56 < karlp> https://paste.jvnv.net/view/RqIvD 2018-11-27T12:33:19 < karlp> so arm-none-eabi-gcc hasn't got all the smarts of x64 gcc yet... 2018-11-27T12:33:55 < karlp> so I'd sya, "write the byte by byte, let the compilers figure it out, and if they don't know, they will eventually" 2018-11-27T12:34:01 < dongs> http://bcas.tv/paste/results/QFr7me36.html 2018-11-27T12:34:03 < dongs> keil same shit 2018-11-27T12:34:48 < karlp> obviously we should all be using x64 compilers instead of this garbage arm shit 2018-11-27T12:35:21 < dongs> truth 2018-11-27T12:35:23 < dongs> k bbl 2018-11-27T12:35:26 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 250 seconds] 2018-11-27T12:41:15 < marble_visions> i've recently found about gcc's VLAs 2018-11-27T12:41:20 -!- benishor [~benny@79.116.201.221] has joined ##stm32 2018-11-27T12:41:48 < marble_visions> is anyone else using them? linus torvalds has said they're lazy and dangerous 2018-11-27T12:41:50 < marble_visions> iirc 2018-11-27T12:42:03 < marble_visions> VLAs on the stack* 2018-11-27T12:42:35 < Haohmaru> * trap question detected 2018-11-27T12:43:34 < marble_visions> why? are they indeed bad? 2018-11-27T12:43:40 < marble_visions> or bad form? 2018-11-27T12:46:54 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-27T12:55:50 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-27T13:08:07 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 240 seconds] 2018-11-27T13:17:49 -!- sterna1 [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-27T13:17:50 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Read error: Connection reset by peer] 2018-11-27T13:32:06 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2018-11-27T13:34:02 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 268 seconds] 2018-11-27T13:51:42 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 250 seconds] 2018-11-27T13:52:21 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-27T14:16:27 < dongs> if you don't mind your shit code only be usable by gccfags, sure 2018-11-27T14:27:41 -!- gnom [~aleksande@178.150.7.153] has quit [Ping timeout: 268 seconds] 2018-11-27T14:33:02 < veverak> marble_visions: you mean the thing that kernel got completely rid of? 2018-11-27T14:33:05 < veverak> :) 2018-11-27T14:52:38 < jpa-> i've used them sometimes, but usually i'd just allocate on stack for some maximum length and check for it 2018-11-27T14:53:02 < jpa-> varying stack usage easily leads to stack overflows when you least expect it 2018-11-27T14:54:54 < Haohmaru> 2018-11-27T14:57:34 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 250 seconds] 2018-11-27T15:04:32 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2018-11-27T15:07:45 -!- psprint [~psprint@91.245.82.2] has quit [Read error: Connection reset by peer] 2018-11-27T15:08:18 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2018-11-27T15:41:07 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-27T15:58:09 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 252 seconds] 2018-11-27T16:18:48 < aandrew> dongs: the cx93whatever? there are two, an earlier/cheaper one that has fixed JPEG profiles and a bigger one whcih you can upload your own custom JPEG tables to 2018-11-27T16:19:04 < dongs> yeah wahtever is the only thign that exists 2018-11-27T16:19:09 < dongs> i jokingly recommended it for some project once 2018-11-27T16:19:16 < dongs> i didn't know anyone would actualyl seriously use that in 2018 2018-11-27T16:19:30 < aandrew> not in 2018 no, but in 2015 yes 2018-11-27T16:19:58 < aandrew> actually I think I used the litter/shittier one before that 2018-11-27T16:20:08 < aandrew> in the snap petz project 2018-11-27T16:20:26 < aandrew> https://wowwee.com/snappets/ 2018-11-27T16:20:32 < aandrew> that was a dumb project 2018-11-27T16:20:38 < aandrew> BLE JPEG camera, wtf 2018-11-27T16:20:44 < dongs> laff 2018-11-27T16:21:31 < aandrew> but hey, that specific project spun off probably a half mil in development work over the next few years and set me on one of my current projects with nrf 2018-11-27T16:21:52 < aandrew> that was my first exposure to nrf51 2018-11-27T16:24:41 < sync> wtf aandrew 2018-11-27T16:24:45 < sync> wtf is that shit 2018-11-27T16:25:02 < aandrew> sync: nrf51 connected to conexant jpeg encoder connected to vga image sensor 2018-11-27T16:25:02 < dongs> first attempts at Internet Of Shit 2018-11-27T16:25:14 < dongs> WHAT STARTED IT ALL 2018-11-27T16:25:21 < dongs> TEH CANCER THAT IS KILLING #STM32 2018-11-27T16:25:40 < aandrew> shitty stupid little project, but made wowwee a lot of money (not as much as robosapien or mip mind you) and like I said, set me on a pretty lucrative career path 2018-11-27T16:26:20 < sync> yeah but why would they make something at that point in the game 2018-11-27T16:26:41 < dongs> wowee made some retarded shit 2018-11-27T16:26:48 < aandrew> yep 2018-11-27T16:26:52 < dongs> so this is actually not all that surprising 2018-11-27T16:27:03 < aandrew> I'm still kind of pissed that their "personal assistant" robot was dumped 2018-11-27T16:27:13 < aandrew> I laid out an entire panel of boards just for that thing 2018-11-27T16:28:50 < aandrew> nice stm32 on the low level board too (motors, sensors, ble, etc.), some weird ass qualcomm SOM on the high level board, a "face" board with like 96 RGB addressable LEDs, battery charger board, few others I can't remember now either 2018-11-27T16:29:02 < aandrew> boards made, sent off ot mfg and they pulled the plug 2018-11-27T16:30:58 < mitrax> dongs: nevermind my question from earlier, i'm retarded, i didn't realize since the counter keeps running after capture i can still add the difference values each time the capture interrupt is triggered and hence do the measurement on several periods of the input signal for better accuracy 2018-11-27T16:32:19 < Haohmaru> wut iz that cyclopse spy mutt 2018-11-27T16:32:25 -!- kow__ [~afed@135.0.26.171] has joined ##stm32 2018-11-27T16:35:27 -!- kow_ [~afed@135.0.26.171] has quit [Ping timeout: 240 seconds] 2018-11-27T16:43:00 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-27T17:05:58 < marble_visions> veverak: exactly 2018-11-27T17:06:22 -!- ABLomas [abl@78-58-248-227.static.zebra.lt] has quit [Quit: WeeChat 1.6] 2018-11-27T17:15:42 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-27T17:16:36 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-27T17:27:49 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-27T17:30:12 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-27T17:41:31 < bitmask> is there any kind of rule for wiring up power connectors in terms of what side is ground and what side is power? 2018-11-27T17:42:20 < bitmask> ohh this battery pack finally balanced, too bad I think one of the cells is busted 2018-11-27T17:42:40 < bitmask> I only have two packs for this hoodie, I wanted four 2018-11-27T17:43:04 < bitmask> 3 including the one with a bad cell 2018-11-27T17:43:25 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-27T17:45:42 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 250 seconds] 2018-11-27T17:46:15 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-27T17:46:54 < karlp> the rule is that YOU SHALL FUCKING LABEL YOUR PORTS 2018-11-27T17:47:17 < karlp> and use polarized connectors if relevant/feasible 2018-11-27T17:47:32 < bitmask> ok good enough for me 2018-11-27T17:48:11 < englishman> ordering $5k of XBEE 2018-11-27T17:48:24 < bitmask> whacha makin 2018-11-27T17:48:27 < karlp> yuk 2018-11-27T17:48:29 < zyp> XT60 is good battery connectors 2018-11-27T17:48:34 < karlp> englishman: that's like what, 20? 2018-11-27T17:48:36 < zyp> or XT90 if you need more current 2018-11-27T17:48:41 < englishman> yeah. 24 2018-11-27T17:48:43 < englishman> lol 2018-11-27T17:48:48 < zyp> haha, wat 2018-11-27T17:48:59 < bitmask> I'm using xt30, they are a lot smaller than I expected but they will dof ine 2018-11-27T17:49:26 < zyp> oh, didn't know they had made a scaled down version 2018-11-27T17:49:39 < englishman> xt30 is adorable 2018-11-27T17:49:42 < englishman> super kawaii 2018-11-27T17:49:45 < bitmask> haha yea 2018-11-27T17:49:59 < bitmask> these packs will only draw an amp or two so xt30 is more than enough 2018-11-27T17:50:13 < karlp> is there any reliable source for those? are they any better than any of the phoenix / euroclamp /molex stuff ? 2018-11-27T17:51:03 < zyp> any rc shop? 2018-11-27T17:51:24 < englishman> not really, i had to buy out every hobbystore in town when a customer wanted 50 cables in >1 week 2018-11-27T17:51:25 -!- sk_tandt1 [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-27T17:51:32 < englishman> <1 week 2018-11-27T17:51:51 < bitmask> I got the xt30U from here: https://www.ebay.com/itm/Amass-Deans-TRX-XT60-XT90-XT30U-EC5-EC3-Male-Female-Connector-RC-Battery-Plugs/163077127385 2018-11-27T17:51:57 < englishman> the source is "china" if you need more than a few 2018-11-27T17:52:09 < karlp> pretty sure TE/phoenix/molex ahs readily cloned, keyed, crimpable, available as both original and china.... 2018-11-27T17:52:32 < englishman> but you're talking about pro shit 2018-11-27T17:52:37 < englishman> this is hobby lipo shit 2018-11-27T17:52:47 < karlp> well yeah... 2018-11-27T17:52:56 < zyp> homepage of my local hobbyshop says 100+ available for both female/male xt30 2018-11-27T17:53:04 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 250 seconds] 2018-11-27T17:53:04 -!- sk_tandt1 is now known as sk_tandt 2018-11-27T17:53:07 < karlp> so I'm just wondering why hobby shit doesn't use the cloned china versions of the phoneix/molex shit? 2018-11-27T17:53:13 < karlp> like, what's the selling point of this stuff? 2018-11-27T17:53:32 < zyp> karlp, what shit in particular are you talking about? 2018-11-27T17:53:38 < englishman> what does molex have for a cheap, 60 amp, in-line cable to cable connector? 2018-11-27T17:53:47 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-27T17:53:49 < englishman> id like to know 2018-11-27T17:53:58 < zyp> what englishman said 2018-11-27T17:54:18 < karlp> no idea, I'm jsut wondering where it came from that there was a special need for an unknown vendor to start making them, and for the connector people to not make a part for it too 2018-11-27T17:54:27 < zyp> these are simple polarized connectors with high current capacity 2018-11-27T17:54:34 < englishman> hobbyking is a pretty big mfg 2018-11-27T17:54:49 < englishman> in the end they are just polarized shrouds for bullet connectors 2018-11-27T17:54:55 < zyp> I figure the original need was that the other rc connectors were pretty shit 2018-11-27T17:55:09 < englishman> yeah like DEANS 2018-11-27T17:55:13 < zyp> yeah 2018-11-27T17:55:39 < zyp> I've got deans on all my shit, I realized too late that xt60 was the way to go 2018-11-27T17:55:55 < zyp> I think I started out just around when xt60 were taking off or something 2018-11-27T17:56:25 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2018-11-27T17:57:34 < karlp> what size wire are you using with 60A? 2018-11-27T18:00:08 < karlp> heh, good job TE, "9,856 Results 10171 Remaining" 2018-11-27T18:01:51 < sync> I think basically just hmn002mc 2018-11-27T18:02:47 < qyx> englishman: tme has them in ~100s 2018-11-27T18:03:05 < englishman> thanks, can they deliver them to me 1.5 years ago 2018-11-27T18:03:09 < englishman> :) 2018-11-27T18:03:18 < qyx> you should ask them 2018-11-27T18:03:22 < englishman> 10 or 12 gauge i guess 2018-11-27T18:04:39 < sync> interesting 2018-11-27T18:10:54 < qyx> but talking about xt30/60/90, personally I would fear to use them in a product 2018-11-27T18:11:05 < qyx> I would rather use some molices instead 2018-11-27T18:11:37 < qyx> uhm, how do you say plural of "molex" 2018-11-27T18:11:41 < karlp> yeah, 60A plug wire to wire really does seem hard to find :) 2018-11-27T18:11:59 < zyp> qyx, depends on the product 2018-11-27T18:12:05 < qyx> true 2018-11-27T18:12:17 < karlp> I'm somewhat more curious how 60A with just a push connection is considered happy land :) 2018-11-27T18:12:30 < karlp> I would expect it would need serious latching /locking 2018-11-27T18:13:03 < qyx> it is rc world, if it catches fire, it doesn't matter much 2018-11-27T18:13:43 < qyx> I was suprised too when I saw what things are used in rc stuff 2018-11-27T18:13:52 < zyp> it's a matter of allowable temperature rise too 2018-11-27T18:14:09 < zyp> rc stuff gets plenty of cooling 2018-11-27T18:14:14 < zyp> also ebike stuff 2018-11-27T18:14:18 < zyp> etc 2018-11-27T18:15:43 < sync> karlp: powerpoles can do 60A 2018-11-27T18:17:36 < karlp> just saw something that looked very similar on amp/te 2018-11-27T18:19:37 < qyx> oh nice https://www.tme.eu/sk/details/mt30-m/konektory-dc/amass/ 2018-11-27T18:20:10 < englishman> yeah those are enat 2018-11-27T18:20:55 < sync> oh 2018-11-27T18:20:57 < sync> never seen those 2018-11-27T18:22:08 < englishman> huh, harlan ellison died 2018-11-27T18:26:58 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-27T18:34:48 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2018-11-27T18:35:06 < Sadale> Would audio jack output generated a negative voltage level reletive to its ground? 2018-11-27T18:39:17 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-27T18:44:33 < Steffanx> Lol that was "ages" ago englishman 2018-11-27T18:50:21 < Streaker> Sadale: obviously 2018-11-27T18:50:31 < Sadale> Streaker, so, it would? 2018-11-27T18:50:38 < Sadale> Well, I'm just wondering. I'm a newbie :c 2018-11-27T18:51:10 < Sadale> Now I'm thinking about how do I connecting an audio jack output to a microcontroller ADC. 2018-11-27T18:51:20 < Sadale> more like I have a problem. But I don't know the solution :/ 2018-11-27T18:51:24 < Streaker> through a capashitter 2018-11-27T18:51:54 < Streaker> I might not have the spilling down exact 2018-11-27T18:52:19 < Sadale> well, I tried that. Too bad I don't have a oscilliscope to check what's wrong. 2018-11-27T18:55:02 < qyx> Sadale: simple solution https://people.ece.cornell.edu/land/courses/ece4760/labs/f2014/AnalogIn.png 2018-11-27T18:55:47 < Sadale> qyx, I see. I'll try this one again. BTW, what should be the value of capacitor and resistor? How are they picked? 2018-11-27T18:55:50 < qyx> better solution https://i.stack.imgur.com/TOYS1.png 2018-11-27T18:56:03 < Sadale> looks cool! 2018-11-27T18:56:04 < qyx> even better: add some protection 2018-11-27T18:56:35 < Sadale> For both of the circuit, how do you pick the resistor and capacitor value? 2018-11-27T18:58:09 < Sadale> anyway, thanks a lot for the circuits. I'll try them. 2018-11-27T18:58:36 < qyx> the dc-blocking cap and biasing resistors basically form a high pass filter (in the simple schematic) 2018-11-27T18:58:48 < qyx> also there is an AC input impedance 2018-11-27T18:59:00 < emeryth> Sadale: http://www.muzique.com/lab/buffers.htm 2018-11-27T18:59:15 < qyx> just pick anything you have around and it will work ~somehow 2018-11-27T18:59:18 < Sadale> ahh. I see. So the cap really just remove the DC component. 2018-11-27T18:59:30 < Sadale> I see. Thanks a lot qyx. And I'm now reading the link from emeryth 2018-11-27T18:59:33 < qyx> 1u cap, 10k resistors or so 2018-11-27T19:00:32 -!- boB_K7IQ [~boBK7IQ@73.109.62.222] has joined ##stm32 2018-11-27T19:01:11 < qyx> (err: AC input impedance = ADC input impedance) 2018-11-27T19:02:39 < Sadale> hmm. What's the use of ADC input impedance? Isn't having less ADC input impedance allowing the capacitor inside the ADC getting charged more quickly? 2018-11-27T19:04:59 < qyx> you want to drive the ADC with low output impedance to avoid conversion errors as you say 2018-11-27T19:05:40 < qyx> hence the buffers as emeryth says 2018-11-27T19:07:34 < Sadale> ahh. I see. cool! 2018-11-27T19:07:46 < Sadale> Thanks a lot guys. I'll test the circuit. Hopefully it'll work :3 2018-11-27T19:07:55 * Sadale is a newbie when it comes to hardware stuffs >_< 2018-11-27T19:08:07 < Sadale> I guess I'm going to learn a lot from you guys :3 2018-11-27T19:12:40 -!- boB_K7IQ [~boBK7IQ@73.109.62.222] has quit [Ping timeout: 268 seconds] 2018-11-27T19:26:42 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Quit: Leaving] 2018-11-27T19:31:33 < Steffanx> Morning stvn 2018-11-27T19:31:39 < Steffanx> Youre early today 2018-11-27T19:32:24 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-27T19:44:07 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2018-11-27T19:50:04 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 250 seconds] 2018-11-27T20:01:16 -!- boB_K7IQ [~boBK7IQ@73.109.61.37] has joined ##stm32 2018-11-27T20:01:42 < antto> ur watch is broken Steffanx, it's 20:01 2018-11-27T20:03:31 < Steffanx> ugt, antto 2018-11-27T20:03:57 < antto> urban ghetto time? 2018-11-27T20:04:21 < Steffanx> universal greeting time 2018-11-27T20:04:41 < Steffanx> and: [19:01:42] ur watch is broken Steffanx, it's 20:01 2018-11-27T20:04:42 < Steffanx> :P 2018-11-27T20:05:23 < antto> nah, my watch don't lie 2018-11-27T20:05:38 < Steffanx> how was the day so far antto 2018-11-27T20:05:59 < antto> not gut 2018-11-27T20:06:28 < antto> nein gut 2018-11-27T20:07:05 < Steffanx> tell me. warum nicht? 2018-11-27T20:09:08 < antto> .ro is correct then 2018-11-27T20:09:31 < antto> teh poor swiss guys, and they say their watches are soooo perfect.. pfff! 2018-11-27T20:10:28 < BrainDamage> switzerland should adopt swatch internet time 2018-11-27T20:12:10 -!- boB_K7IQ [~boBK7IQ@73.109.61.37] has quit [Ping timeout: 250 seconds] 2018-11-27T20:12:41 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-27T20:12:43 < Steffanx> i only know the 100 2018-11-27T20:16:23 < Steffanx> its stvn-language. 2018-11-27T20:24:21 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-27T20:24:36 < Steffanx> meh 2018-11-27T20:24:48 < englishman> everyone should adopt swatch .beats 2018-11-27T20:24:52 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-27T20:28:45 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-27T20:30:13 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Client Quit] 2018-11-27T20:31:30 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-27T20:43:11 < kakimir> https://www.youtube.com/watch?v=SxKAm7Yn6sQ kakimusics 2018-11-27T20:44:58 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-27T20:45:02 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-27T20:46:02 < jadew> poor dog, I bet nobody pet it either 2018-11-27T20:51:18 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-27T20:59:22 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-27T21:01:10 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Remote host closed the connection] 2018-11-27T21:01:37 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-27T21:05:15 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-27T21:11:39 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-27T21:18:52 < jadew> The District Police Commander Michael Angucia said that "due to public outcry from the people and local leaders, police had no alternative but to provide security on the streets to restore serenity in town, adding that some people have fled town and abandoned business in Mbale." The paper says that since the Bamasaba tribe began its forced coercion campaign, 220 people have been circumcised. 2018-11-27T21:25:23 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-27T21:32:01 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-27T21:39:44 < Steffanx> !wz melbourne 2018-11-27T21:39:46 < englishbot> [Melbourne, Australia] Mostly Cloudy. Temp is 15.0°C. North wind: 5.5 kph. Humidity: 81%. 2018-11-27T21:42:33 < englishbot> [Kumpelke, Lithuania] Clear. Temp is -5°C but feels like -10°C. NNW wind: 13 kph. Humidity: 100%. 2018-11-27T21:42:44 -!- ekaOlogik [~quassel@p54944BFB.dip0.t-ipconnect.de] has joined ##stm32 2018-11-27T21:43:16 < qyx> here it feels like -50 for sure 2018-11-27T21:43:21 < qyx> !wz bratislava 2018-11-27T21:43:23 < englishbot> [Bratislava, Slovakia] Partly Cloudy. Temp is 0°C but feels like -5°C. NW wind: 20 kph. Humidity: 64%. 2018-11-27T21:43:28 < qyx> mhm 2018-11-27T21:45:05 < qyx> my stm32 meteo station died today, 10 days almost no sun 2018-11-27T21:47:27 < qyx> https://i.imgur.com/qq3tJuL.png 2018-11-27T21:48:35 < BrainDamage> qyx: do you live in an apartment or a single house? 2018-11-27T21:49:11 < qyx> apartment, but building a small house atm 2018-11-27T21:49:28 < BrainDamage> 3cm·10m·10m/day·1000kg/m^3·10m/s^2 · 6m ~= 2W 2018-11-27T21:49:46 < qyx> whats that 2018-11-27T21:49:49 < BrainDamage> 3m rain over a day on a 10m^2 roof and 6m drop averages to a 2W power 2018-11-27T21:49:53 < BrainDamage> 3cm* 2018-11-27T21:50:06 < qyx> :D 2018-11-27T21:50:47 < BrainDamage> so you can recharge your battery even if there's no sun 2018-11-27T21:51:30 < qyx> yeah, if I disconnected the vlf receiver, it would last much longer 2018-11-27T21:52:13 < qyx> but together with a gprs connection it draws around 400mW 2018-11-27T21:53:35 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-27T21:54:24 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2018-11-27T21:56:56 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-27T21:56:56 -!- [1]MrMobius is now known as MrMobius 2018-11-27T21:58:24 < kakimir> sweet 2018-11-27T21:58:32 < kakimir> peppermint snus 2018-11-27T21:58:39 < Steffanx> -_- 2018-11-27T21:59:07 < kakimir> it says xtra strong 2018-11-27T21:59:17 < kakimir> I don't feel like passing out or anything 2018-11-27T21:59:22 < kakimir> this is good 2018-11-27T22:00:19 -!- sterna1 [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-27T22:13:15 < bitmask> how do you use altiums smart pdf export? it wont output in the right scale 2018-11-27T22:14:16 -!- boB_K7IQ [~boBK7IQ@73.109.62.205] has joined ##stm32 2018-11-27T22:20:21 < Steffanx> crt i found your perfect hackerspace: https://en.wikipedia.org/wiki/Pumping_Station:_One 2018-11-27T22:22:05 -!- Jak_o_Ombroj [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-27T22:22:31 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 268 seconds] 2018-11-27T22:27:18 < Steffanx> did you give up on the plotter bitmask ? 2018-11-27T22:27:22 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2018-11-27T22:40:53 < qyx> is a capacitor-coupled mosfet gate drive such bullshit or what? 2018-11-27T22:41:04 < qyx> nobody seems to do it 2018-11-27T22:41:06 -!- sterna [~Adium@c-a5ebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-27T22:46:41 < qyx> https://i.stack.imgur.com/50Xhk.jpg 2018-11-27T22:46:50 < qyx> I am lazy to start ltspice 2018-11-27T22:47:48 < qyx> Cc is the important part 2018-11-27T22:49:38 < qyx> see SLUA618A from TI 2018-11-27T22:49:53 < qyx> section 6, page 36 2018-11-27T22:50:00 < qyx> http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=slua618&fileType=pdf 2018-11-27T22:50:28 < qyx> my prediction is it is awesome 2018-11-27T22:51:15 -!- boB_K7IQ [~boBK7IQ@73.109.62.205] has quit [Ping timeout: 250 seconds] 2018-11-27T22:57:34 < qyx> no transformer, level shift and no duty cycle constrains 2018-11-27T23:02:13 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-27T23:04:45 -!- ekaOlogik [~quassel@p54944BFB.dip0.t-ipconnect.de] has quit [Read error: Connection reset by peer] 2018-11-27T23:07:42 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-27T23:21:32 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-27T23:22:24 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-27T23:39:03 -!- Adluc [Adluc@base48.cz] has quit [Ping timeout: 252 seconds] 2018-11-27T23:40:01 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2018-11-27T23:40:31 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2018-11-27T23:40:48 -!- octovod [hexo@base48.cz] has quit [Ping timeout: 252 seconds] 2018-11-27T23:40:50 -!- srk [sorki@fedora/sorki] has quit [Ping timeout: 268 seconds] 2018-11-27T23:42:49 -!- srk [sorki@base48.cz] has joined ##stm32 2018-11-27T23:42:49 -!- srk [sorki@base48.cz] has quit [Changing host] 2018-11-27T23:42:49 -!- srk [sorki@fedora/sorki] has joined ##stm32 2018-11-27T23:43:19 -!- Adluc [Adluc@base48.cz] has joined ##stm32 2018-11-27T23:45:22 -!- hexo_ [hexo@base48.cz] has joined ##stm32 2018-11-27T23:49:48 < englishman> lol 11,000sqft of arduinos and 3d printers 2018-11-27T23:51:09 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-27T23:51:42 -!- sterna1 [~Adium@c-a5ebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-27T23:51:55 -!- sterna [~Adium@c-a5ebe155.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-27T23:56:07 -!- machinehum [~misty@184.67.248.6] has joined ##stm32 --- Day changed Wed Nov 28 2018 2018-11-28T00:01:06 < Steffanx> Wut where? 2018-11-28T00:02:58 < PeterM> i wonder what is more profitable, mining crypto with specialized hardware, or running macros for online games and selling the fake money 2018-11-28T00:03:31 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2018-11-28T00:04:24 < PeterM> i didnt say writing macros, just using them - thats someone else job 2018-11-28T00:05:24 < PeterM> and? 2018-11-28T00:05:52 < PeterM> no? 2018-11-28T00:06:04 < PeterM> yea, i get that 2018-11-28T00:06:52 < PeterM> but what does it matter, if you make enough money to pay for another acct, your resources and make a profit before you get banned, it doesnt matter 2018-11-28T00:09:53 < PeterM> except 2 things, 1, detection has to be slow, it has to gather enough "evidence", otherwise too many false positives, and 2, the turnaround time of a production and qa team is much slower than some hack jobn macro writer 2018-11-28T00:11:08 < PeterM> other lazy gamers with money 2018-11-28T00:15:07 -!- boB_K7IQ [~boBK7IQ@73.109.61.253] has joined ##stm32 2018-11-28T00:15:08 < jadew> right... 2018-11-28T00:16:54 < englishman> why do you say that buttcoin is down? 2018-11-28T00:17:02 < englishman> it's still "worth" thousands of dollars more than it should be 2018-11-28T00:17:13 < Steffanx> It went down a bit... 2018-11-28T00:19:45 < kakimir> time to buy what 2018-11-28T00:19:52 < kakimir> I have moneyz 2018-11-28T00:19:57 < Steffanx> I gave my buttcoins to zyp. He now bought a house with it 2018-11-28T00:20:00 < jadew> Cracki, that's an interesting chart 2018-11-28T00:20:07 < kakimir> Steffanx: srly? 2018-11-28T00:20:36 < Steffanx> The first part yes, the house part: lolno 2018-11-28T00:20:45 < kakimir> https://www.youtube.com/watch?v=DelF6zEHXpE funds are safu 2018-11-28T00:20:50 < jadew> according to that, if you buy bitcoin now, by 25 you'll have 20 times that amount 2018-11-28T00:21:01 < jadew> that would be a good rate on investment 2018-11-28T00:21:19 < jadew> (amazing really) 2018-11-28T00:21:34 < Steffanx> Did stvn infect you, kakimir 2018-11-28T00:21:38 < PeterM> its all just guessing with fake money 2018-11-28T00:21:42 < jadew> Cracki, yeah :P 2025 2018-11-28T00:22:08 < kakimir> is bitcoin as technology safe investment? 2018-11-28T00:22:15 < PeterM> no 2018-11-28T00:22:25 < kakimir> I mean will it eventually crap up 2018-11-28T00:22:27 < Steffanx> Buttcoins are safu 2018-11-28T00:22:39 < PeterM> buttcoin is old and slow 2018-11-28T00:22:44 < jadew> gold is in a bubble too, I think 2018-11-28T00:23:10 < kakimir> I think I will buy tools 2018-11-28T00:23:18 < kakimir> new scope 2018-11-28T00:23:30 -!- sterna1 [~Adium@c-a5ebe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 250 seconds] 2018-11-28T00:23:58 < englishman> what scope do you have now kaks 2018-11-28T00:24:05 < jadew> yeah, but gold can't be grown and is always useful 2018-11-28T00:24:12 < kakimir> old 2 channel rigol 2018-11-28T00:24:13 < jadew> it's probably one of the safest ways to store value 2018-11-28T00:24:31 < karlp> hehe, thinking diamonds are a limited commodity 2018-11-28T00:24:46 < PeterM> until running a particle accelerator is less expensive than gold 2018-11-28T00:24:53 < jadew> hehe 2018-11-28T00:25:09 < kakimir> I should invest in stuff what I do 2018-11-28T00:25:17 < kakimir> not what others do 2018-11-28T00:25:30 < kakimir> unless I suck in what I do and will keep sucking 2018-11-28T00:26:12 < jadew> Kraken was that legit site for selling and buying bitcoin, correct? 2018-11-28T00:26:35 < PeterM> yeah 2018-11-28T00:26:43 < jadew> Cracki, yeah, 4th generation star I think 2018-11-28T00:27:04 < jadew> PeterM, is the yeah about my question? 2018-11-28T00:27:07 < kakimir> supernovas and shiet 2018-11-28T00:30:02 < kakimir> are aliens after our golds? 2018-11-28T00:30:24 < jadew> gold can't be easily traded here tho 2018-11-28T00:30:51 < PeterM> jadew yeah 2018-11-28T00:31:24 < jadew> the cost of purchase/selling kills your proffits (I think there's a mandatory tax or something) 2018-11-28T00:32:06 < PeterM> i think the feels are something like 10% 2018-11-28T00:32:21 < PeterM> so unless your gains are >> 10% you lose 2018-11-28T00:32:37 < jadew> yeah, something silly like that 2018-11-28T00:33:06 < jadew> the state takes most of that 2018-11-28T00:34:18 < PeterM> what have i done.... 2018-11-28T00:35:03 < PeterM> moving back to electronics; damn high speed mosfet drivers with chargpumps are either rare or expensive 2018-11-28T00:36:13 < PeterM> something that uses n channel fets in the high side that may need 100% dutycycle, but also needs to be PWMable at decent speeds 2018-11-28T00:37:25 < Steffanx> Ne555 your own charge pump 2018-11-28T00:39:13 < PeterM> 1, my net didnt recomnnect until about an hour and a half ago and i dont troll the logs sorry 2018-11-28T00:39:44 < PeterM> Steffanx i was considering it but i need to do that for like 10 outputs 2018-11-28T00:40:31 < PeterM> so i was thinkin a boost converter to supply a higher rail, then trickle charge the bootstrap cap with a diode and resistor 2018-11-28T00:43:55 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 250 seconds] 2018-11-28T00:46:25 < PeterM> there are a few issues with that, your cap needs to be rated for your votlage of your gate from gnd, and it doesnt work at dc 2018-11-28T00:53:11 < aandrew> https://health.howstuffworks.com/human-body/systems/digestive/what-happens-if-dont-poop-47-days.htm 2018-11-28T00:53:38 < kakimir> you die 2018-11-28T00:53:52 < PeterM> you need to poop badly 2018-11-28T00:56:19 < kakimir> *swingingpendulum* 2018-11-28T01:08:37 -!- gnom [~aleksande@178.150.7.153] has quit [Read error: Connection reset by peer] 2018-11-28T01:11:04 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2018-11-28T01:11:58 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-28T01:23:27 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2018-11-28T01:39:31 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-28T01:41:06 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-28T01:41:24 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Client Quit] 2018-11-28T01:41:37 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-28T02:00:44 < kakimir> anyone here likes R&B musics? 2018-11-28T02:01:01 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 250 seconds] 2018-11-28T02:10:34 < kakimir> my code ended up one step away from fully interrupt driven 2018-11-28T02:10:53 < kakimir> moving function call from mainloop to interrupt 2018-11-28T02:13:19 < aandrew> kakimir: some of it 2018-11-28T02:14:13 < aandrew> I actually just learned about VBND from CBC music. their "daughter of the sun" song really works for me 2018-11-28T02:14:14 < kakimir> aandrew: recommds? 2018-11-28T02:15:48 < kakimir> thanks 2018-11-28T02:38:12 < kakimir> codes for the day are done 2018-11-28T02:38:16 < kakimir> I'm done 2018-11-28T02:38:51 < kakimir> today I did hunt down bug in visual studio 2018-11-28T02:39:08 < kakimir> then I didn't correct my code in embedded project 2018-11-28T02:39:35 < kakimir> and did 3hour run with data logging to get no results 2018-11-28T02:41:04 < kakimir> hashtag little things I should not tell my boss 2018-11-28T02:46:12 < kakimir> strong coloring 2018-11-28T02:46:31 < kakimir> like spray can black 2018-11-28T02:52:20 < kakimir> can this atmel studio thing evaluate macros 2018-11-28T02:52:41 < kakimir> this is based on visual studio 2018-11-28T02:52:48 < Thorn> https://www.instagram.com/p/BqsPe3sh_DO/ 2018-11-28T02:54:05 < kakimir> would pet 2018-11-28T02:54:14 < kakimir> what is this macros are bad thing 2018-11-28T02:54:24 < kakimir> macros are awesome 2018-11-28T03:04:29 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-28T03:04:54 < bitmask> hmm, went to staples to see if I could print on the back of an empty label sheet for toner transfer but it wouldnt stick 2018-11-28T03:17:11 < kakimir> 23PM feel like checking work codes 2018-11-28T03:17:37 < kakimir> 2PM actually touch the code 2018-11-28T03:17:59 < kakimir> I don't know this AM PM stuff 2018-11-28T03:18:19 < kakimir> *2AM actually touch the code 2018-11-28T03:18:53 < kakimir> 2:30AM all functional changes are done 2018-11-28T03:19:36 < kakimir> write comments and move identations to perfect positions till 3AM 2018-11-28T03:52:15 < englishman> the storm has made the power go out 4 times so far tonight 2018-11-28T03:52:21 < englishman> is it a good time to upgrade router firmware 2018-11-28T03:52:23 < englishman> y/y 2018-11-28T03:52:49 < sync> strong yes 2018-11-28T03:52:50 < bitmask> hook up your 18650's to mains 2018-11-28T03:54:50 < englishman> Firmware is upgrading. Please wait about 3 minutes. 2018-11-28T04:00:37 -!- boB_K7IQ [~boBK7IQ@73.109.61.253] has quit [Ping timeout: 250 seconds] 2018-11-28T04:02:25 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-28T04:15:55 < PeterM> you dont run your network equiptment from some kind of DC UPS already? 2018-11-28T04:18:35 < englishman> not at home, who cares 2018-11-28T04:18:42 < englishman> not at work either, who cares 2018-11-28T04:30:25 < PeterM> i do it because its cheap (a few 18650s and a tiny dc ups), and it keeps the wifi on if the power goes out 2018-11-28T04:35:16 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-28T05:09:21 < Getty> wow, RS Components has 138729 Raspberry Pi on storage 2018-11-28T05:09:37 < Getty> i mean alone the newest model 2018-11-28T05:09:51 < Getty> and probably only in the german storage :D 2018-11-28T05:16:29 < Getty> haha but only 10512 power supply for them hehe 2018-11-28T05:33:04 < con3> guys I've got a problem.. I've got a multi-buffer dma but it's not multibuffering 2018-11-28T05:33:11 < con3> So both buffers are being filled 2018-11-28T05:33:30 < con3> but only one callback is called, the other buffer's callback doesn't get called when it's filled 2018-11-28T05:33:45 < con3> Not using cache at all 2018-11-28T05:46:16 < con3> god damnit I know why 2018-11-28T05:46:16 < con3> ffs 2018-11-28T05:49:31 < Getty> con3: always a pleasure to help 2018-11-28T05:53:30 < con3> hmm...still not sure why it's doing this 2018-11-28T05:53:36 < con3> rubber duckies assemble 2018-11-28T05:56:05 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-28T05:57:06 < aandrew> hm, looks like I'd end up spending around US$10k-12k to set up a stencil screener, moderately useful (4 head w/ vision) pick and place and reflow 2018-11-28T05:57:40 < aandrew> not to mention needing a decent air compressor and air conditioning (filter/humidity) system and a way to wash the boards after 2018-11-28T05:57:46 < aandrew> optical inspection as well would be extra 2018-11-28T05:58:07 < aandrew> englishman: for a new startup trying to do it inexpensively, what is it, about $20k all-in to get set up? 2018-11-28T05:58:44 < englishman> dont bother 2018-11-28T05:59:00 < englishman> nothing worthwhile costs 20k 2018-11-28T05:59:31 < englishman> you'll end up with chinese garbage barely able to place 0603 2018-11-28T05:59:39 < aandrew> what's "worthwhile" mean - where does the money/time get eaten up with teh cheaper machines 2018-11-28T05:59:52 < aandrew> misplacements, jams, something else? 2018-11-28T06:00:00 < englishman> garbage software and vision 2018-11-28T06:00:58 < englishman> you are still left with pasting and reflow 2018-11-28T06:01:05 < aandrew> I'm seeing smallsmt (german) machines with 4 heads, 90 some odd feeders, servos and ballscrew system for $10k 2018-11-28T06:01:12 < englishman> yeah looks good on paper right 2018-11-28T06:01:22 < aandrew> yes, that's what I'm saying, decent paste application is tricky 2018-11-28T06:01:24 < englishman> smallsmt is maker filth 2018-11-28T06:01:27 < aandrew> we need dongtech for that 2018-11-28T06:01:34 < aandrew> englishman: even their higher end stuff? 2018-11-28T06:01:46 < englishman> what does higher end mean to you 2018-11-28T06:01:57 < englishman> more shitty cameras? 2018-11-28T06:02:00 < englishman> more wobbly nozzles? 2018-11-28T06:02:07 < aandrew> well that's kind of what I'm asking as the inexperienced one 2018-11-28T06:02:10 < englishman> windows 7 instead of XP? 2018-11-28T06:02:11 < aandrew> I don't know the common failure modes 2018-11-28T06:02:34 < aandrew> I'd love to get an old siplace but even those are constantly needing maintenance 2018-11-28T06:02:37 < englishman> just dont bother with low quantity stuff, pay to have it done 2018-11-28T06:02:43 < englishman> yes 2018-11-28T06:02:56 < englishman> and start at about 30k for shit with 10k hours on it 2018-11-28T06:03:12 < aandrew> yes 2018-11-28T06:03:14 < englishman> and they are meant for real assembly lines, so you cant do this or that, need another machine 2018-11-28T06:03:27 < aandrew> englishman: did I tell you, the local people will do the assembly for ~$1000/panel? 2018-11-28T06:03:36 < englishman> yeah you blogged in here 2018-11-28T06:03:57 < englishman> when will it be done 2018-11-28T06:04:08 < aandrew> I ballparked the BOM costs and they're about 90% of that. they're making <$100/panel 2018-11-28T06:04:11 < aandrew> 2 weeks 2018-11-28T06:04:26 < englishman> cool 2018-11-28T06:04:28 < aandrew> I feel bad for them because they're hurting for business 2018-11-28T06:04:38 < aandrew> but this is a really tough country to be a mfg 2018-11-28T06:04:43 < englishman> depends 2018-11-28T06:05:23 < englishman> if you go and spend 300k on shit and 10k/month on rent and dont have any customers, or want to work 8 hours a day, thats on you 2018-11-28T06:05:50 < aandrew> sure 2018-11-28T06:06:15 < aandrew> I just hate trying to deal with fitting into someone else's schedule which is why I'm lazy-evaluating doing it on my own 2018-11-28T06:06:27 < englishman> theres one public tender that keeps coming back up, they cant find an assy house 2018-11-28T06:06:31 < englishman> its like a 200k project 2018-11-28T06:06:32 < englishman> noone has times 2018-11-28T06:06:40 < aandrew> but you're absolutely right, it's a serious undertaking and for the twice every year or two that I actually need to do assembly it's not there yet 2018-11-28T06:07:01 < aandrew> englishman: what's the profit on that $200k 2018-11-28T06:07:07 < aandrew> i.e. is it worth it to make time for it 2018-11-28T06:07:16 < englishman> depends on labour cost 2018-11-28T06:07:19 < englishman> maybe 80k 2018-11-28T06:07:25 < englishman> gross 2018-11-28T06:07:30 < aandrew> that's not terrible, depending on labour as you said 2018-11-28T06:08:00 < englishman> one part had to go thru a vendor channel, they gave me the other companies that quoted the project 2018-11-28T06:08:20 < englishman> they are all able to do it, but noone picked it up 2018-11-28T06:08:32 < aandrew> hm 2018-11-28T06:08:55 < englishman> the big places wont bother with that 2018-11-28T06:09:02 < englishman> small places probably couldnt deliver 2018-11-28T06:09:15 < englishman> 80k in 45 days is not bad if you know what youre doing 2018-11-28T06:09:22 < aandrew> absolutely agreed 2018-11-28T06:13:51 < aandrew> Cracki: *nods* feeders are a must 2018-11-28T06:14:55 < aandrew> I think it is too; found an identical machine on taobao 2018-11-28T06:15:02 -!- Dave_Elec [~Dave@197.156.77.208] has joined ##stm32 2018-11-28T06:16:01 < aandrew> "ours" ? 2018-11-28T06:16:25 < aandrew> it would seem (inexperienced opinion here) that you want to use the heads to do as little forceful work as possible, as they need ot remain accurate 2018-11-28T06:18:15 < aandrew> do any of these use fiducials on the board? 2018-11-28T06:22:48 < aandrew> *nods* I spent some time servicing siemens feeders 2018-11-28T06:22:52 < aandrew> those things are like swiss watches 2018-11-28T06:23:09 < aandrew> thousands of tiny screws, fine gearing 2018-11-28T06:23:29 < aandrew> they even had little dumpsters where missed components would fall in to and you'd periodically empty 2018-11-28T06:23:46 < aandrew> i.e. they didnt just rattle around and get caught in a gear, they were designed to fall into a specific place and stay there 2018-11-28T06:24:45 < aandrew> the siemens feeders had a micro in them and had to be calibrated too. the procedure for calibration involved an expensive jig and some embedded sw to talk to the mcu in the feeder 2018-11-28T06:25:20 < aandrew> yes that's kind of the situation I'm in 2018-11-28T06:26:09 < aandrew> at that awkward place where hand assembly (especially with bgas and 0402s) becomes tedious and error prone, but I also spent a good month massaging BOMs into various formats for assembly houses, chasing down answers to questions and basically interacting so I could get quotes 2018-11-28T06:29:19 < aandrew> *nods* 2018-11-28T06:29:32 < aandrew> it's interesting, but I won't be spending that kind of cash anytime soon 2018-11-28T06:29:35 < aandrew> just research at this point 2018-11-28T06:29:49 < aandrew> in other news, my altium license is renewed 2018-11-28T06:30:06 -!- Dave_Elec [~Dave@197.156.77.208] has quit [Ping timeout: 250 seconds] 2018-11-28T06:30:13 -!- Dave_Elec [~Dave@197.156.111.227] has joined ##stm32 2018-11-28T06:30:22 < aandrew> heh. eagle had the centroid data inverted? 2018-11-28T06:30:48 < dongs> aandrew: why dontr you just pay me 5k to get the shit done 2018-11-28T06:31:22 -!- fc5dc9d4_ [~quassel@p5B081C02.dip0.t-ipconnect.de] has joined ##stm32 2018-11-28T06:31:22 < dongs> i mean youve obviously spent a month looking and nobody wants to do it 2018-11-28T06:32:43 < aandrew> dongs: no it's being mfg now, at a reaosnable price. as I mentioned before I was not (and still am not) sure if you were serious, especially since you were complaining about the dual side component placement 2018-11-28T06:33:02 < aandrew> $5k for 5 panels without knowing the BOM cost also implies that that's $5k + parts, which is really pricey 2018-11-28T06:33:03 < dongs> ah okay. sure im serious as long as you're paying 2018-11-28T06:33:12 < aandrew> dongs: ah 2018-11-28T06:33:24 < aandrew> I will keep it in mind for next time, but I've got this settled for this proto run 2018-11-28T06:33:33 < dongs> cool 2018-11-28T06:33:34 < dongs> hope it works 2018-11-28T06:34:37 < aandrew> two assemblers in the US said "sure, but do all the work for us", one in Canada said "we need 3 weeks to quote and at least 4 to assemble", another one in Canada said "no problem, 4 weeks to assemble" and had reasonable cost, and the last said 1-2 weeks once all parts are in and ~$1000/panel, parts included 2018-11-28T06:35:03 -!- fc5dc9d4 [~quassel@p5B081F4F.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2018-11-28T06:36:19 < aandrew> it should, I manually built up the power supplies and load tested them, seems to operate as expected so I'm confident I won't be frying $900 worth of components 2018-11-28T06:37:02 < PeterM> atleast not because of the psu 2018-11-28T06:37:14 < aandrew> PeterM: correct. software function is an entirely other beast 2018-11-28T06:37:28 < aandrew> I've been rudely reminded of how rusty my VHDL is 2018-11-28T06:41:44 < dongs> https://images.anandtech.com/doci/13633/IMGP3773_575px.jpg heh 2018-11-28T06:43:04 < dongs> you mean like china fakedrives? 2018-11-28T06:44:07 < PeterM> mate, just hot glue some rocks in the box, it will feel like its got a harddrive in it 2018-11-28T06:46:04 < englishman> dicking and placing is chinawork 2018-11-28T06:47:04 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-28T06:49:54 < aandrew> Cracki> you get a lot better results if you let someone else babysit their machines for 40 hours a week, rather than you doing it a few hours every week 2018-11-28T06:50:05 < aandrew> this is very very true 2018-11-28T06:50:15 < aandrew> it's like my stupid B size inkjet 2018-11-28T06:50:27 < aandrew> it worked great until it didn't, becuase i don't print colour all that often 2018-11-28T06:51:35 < aandrew> ended up getting a $50 print head from ali and installing it. it works great again but I probably spent a good couple days between trying to unclog it several times and increasing order of desperation, researching what to replace and how to replace it, buying it and installing it 2018-11-28T06:51:44 < aandrew> Cracki: yes, did that too 2018-11-28T06:52:21 < aandrew> print head resting on paper towel soaked in ammonia+isoprop, injecting/sucking same soluting in/out of the colour input, etc etc 2018-11-28T06:52:51 < aandrew> now that I have the original head out I bet I can put it in a hot solution of isoprop+ammonia and agitate it for an hour and it'll be great again 2018-11-28T06:53:30 < aandrew> *all* of the yellow nozzles are fucked which made me initially suspect an electrical (piezo?) or driver issue 2018-11-28T06:54:28 < aandrew> hm? 2018-11-28T06:54:33 < aandrew> who sold me watery piss 2018-11-28T06:54:49 < aandrew> lol 2018-11-28T07:08:00 -!- Dave_Elec [~Dave@197.156.111.227] has quit [Ping timeout: 268 seconds] 2018-11-28T07:08:46 -!- Dave_Elec [~Dave@197.156.77.253] has joined ##stm32 2018-11-28T07:15:35 -!- emeb_mac [~ericb@ip68-2-69-216.ph.ph.cox.net] has joined ##stm32 2018-11-28T07:16:27 -!- Dave_Elec [~Dave@197.156.77.253] has quit [Ping timeout: 240 seconds] 2018-11-28T07:22:28 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-28T07:22:37 -!- Dave_Elec [~Dave@197.156.77.233] has joined ##stm32 2018-11-28T07:23:22 < PeterM> in that case, i guess its popular amongst the normies? 2018-11-28T07:25:01 < dongs> american tv is garbage. 2018-11-28T07:25:02 < dongs> news at all 2018-11-28T07:25:04 < dongs> er 11 2018-11-28T07:25:55 -!- tkoskine [tkoskine@kapsi.fi] has quit [Ping timeout: 246 seconds] 2018-11-28T07:27:41 -!- tkoskine [tkoskine@kapsi.fi] has joined ##stm32 2018-11-28T07:28:16 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 268 seconds] 2018-11-28T07:28:27 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-28T07:29:13 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-28T07:31:38 -!- Dave_Elec [~Dave@197.156.77.233] has quit [Ping timeout: 250 seconds] 2018-11-28T07:35:20 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-28T07:36:22 -!- tkoskine [tkoskine@kapsi.fi] has quit [Ping timeout: 268 seconds] 2018-11-28T07:36:25 -!- XTL [~XTL@kapsi.fi] has quit [Ping timeout: 246 seconds] 2018-11-28T07:36:49 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-28T07:38:00 -!- tkoskine [tkoskine@kapsi.fi] has joined ##stm32 2018-11-28T07:38:14 -!- XTL [xtl@kapsi.fi] has joined ##stm32 2018-11-28T07:40:41 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2018-11-28T07:40:42 -!- day__ is now known as day 2018-11-28T07:41:54 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-28T07:43:06 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-28T07:45:23 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-28T08:33:33 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-28T08:44:29 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2018-11-28T09:08:46 -!- emeb_mac [~ericb@ip68-2-69-216.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-28T09:13:00 -!- sterna [~Adium@c-c9e1e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-28T09:22:20 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-28T09:29:04 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-28T09:30:09 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-28T09:49:00 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-28T09:50:08 -!- rajkosto [~Rajko@cable-89-216-207-62.dynamic.sbb.rs] has joined ##stm32 2018-11-28T09:50:43 -!- sterna [~Adium@c-c9e1e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-28T09:55:26 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-28T10:15:53 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-28T10:23:52 < con3> god damn this dma 2018-11-28T10:46:44 < karlp> wife's been wathcing manifest, can confirm, garbage. 2018-11-28T10:46:50 < karlp> even she agrees 2018-11-28T10:51:21 -!- a_morale [~quassel@2a03:b0c0:1:d0::3de:a001] has quit [Quit: a_morale] 2018-11-28T10:55:50 -!- a_morale [~quassel@2a03:b0c0:1:d0::3de:a001] has joined ##stm32 2018-11-28T10:56:11 < zyp> "even"? 2018-11-28T11:01:26 < karlp> she normally tolerates far worse tv than I do. 2018-11-28T11:01:39 < karlp> if she's struggling with it, it's bad. 2018-11-28T11:01:42 < karlp> tolerates/enjoys 2018-11-28T11:15:35 -!- Ecco [~user@unaffiliated/ecco] has joined ##stm32 2018-11-28T11:15:52 < Ecco> Hi 2018-11-28T11:16:17 < Ecco> Is there a reference schematics to interface an SPI flash rom with an STM32 2018-11-28T11:16:47 < Ecco> Currently I just wired both chips together, w/o any cap or anything. It seems to be working. But I wonder if it's by accident :) 2018-11-28T11:19:01 < Haohmaru> you'd want to put some pull resistors on the SPI signals, and on the chipselect 2018-11-28T11:19:05 < Haohmaru> perhaps-ish 2018-11-28T11:19:27 < Haohmaru> or just see the datasheets of both chips if they require something funky 2018-11-28T11:20:42 < karlp> you might want decoupling/bulk on the spi flash to support writing nicely. pulls may or may not be needed, depending on how fast you want to go, and what default states are. 2018-11-28T11:25:33 < Ecco> ok 2018-11-28T11:25:53 < Ecco> I have no clue how to pick those parts though. Is there some reference I could read? 2018-11-28T11:25:59 < Ecco> (thanks, by the way ^^) 2018-11-28T11:26:36 < karlp> what does the datasheet for the spi flash say? 2018-11-28T11:26:45 < karlp> 100n is a good chocie :) 2018-11-28T11:26:52 < karlp> also: http://zhiminhk.com/content/?595.html 2018-11-28T11:27:16 < Ecco> karlp: well, it doesn't seem to be saying anything… 2018-11-28T11:27:46 < Ecco> https://www.adestotech.com/wp-content/uploads/AT25SF641_111.pdf 2018-11-28T11:28:12 < Ecco> karlp: are you sure that was the right link? :) 2018-11-28T11:28:24 < karlp> not relevant to your problems, but yes :) 2018-11-28T11:28:28 < Ecco> oh, ok :) 2018-11-28T11:29:12 < Ecco> Maybe there's a Nucleo board with SPI flash whose design I could steal from 2018-11-28T11:30:22 < Ecco> Ha, apparently, 32F412GDISCOVERY 2018-11-28T11:33:02 < qyx> do they usually bomb those? 2018-11-28T11:38:23 < Ecco> Hmm, that schematic is very interesting 2018-11-28T11:38:37 < Ecco> they do net length matching for QSPI flash 2018-11-28T11:38:44 < Ecco> Is that useful? 2018-11-28T11:39:42 < karlp> depends whether you want to run it at 100Mhz or not? 2018-11-28T11:40:04 < Ecco> Well, yeah maybe 2018-11-28T11:40:43 < Ecco> They don't add any decoupling on the QSPI pins 2018-11-28T11:42:41 < karlp> they might consider enough decoupling in general for it's supply 2018-11-28T11:42:54 < Ecco> ok 2018-11-28T11:43:04 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-28T11:43:11 < Ecco> They have a pull-up on NCS 2018-11-28T11:43:25 -!- rajkosto [~Rajko@cable-89-216-207-62.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2018-11-28T11:43:27 < Ecco> just like Haohmaru said 2018-11-28T11:43:37 < Ecco> What's the purpose of this one? Can't the STM32 do it? 2018-11-28T11:45:55 < Haohmaru> if the STM32 has a resistor.. ;P~ 2018-11-28T11:46:13 < Ecco> I don't get it :) 2018-11-28T11:46:17 < karlp> probably keeps it in powered down state until it's booted up? 2018-11-28T11:46:38 < Haohmaru> is NCS == chipselect? 2018-11-28T11:49:43 < Ecco> I guess not-ChipSelect 2018-11-28T11:53:06 < Haohmaru> well, if it's the chipselect pin, you'd want to be sure that the spi slave will only be "selected" by the spi master chip, in normal operation, and that it will definately not be "selected" otherwise 2018-11-28T11:53:24 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-28T11:53:33 < Haohmaru> so putting a pull up resistor there is a simple way to do that 2018-11-28T11:54:20 < Haohmaru> ..because the slave chip might get powered and be "ready to operate" sooner than the master 2018-11-28T11:55:06 < Haohmaru> and if the CS pin is only connected to a pin on the master, and that pin is in hi-Z - the chipselect will be floating 2018-11-28T11:56:11 < Haohmaru> so who knows.. it might catch a soviet radio station and decide to erase page8 ;P~ 2018-11-28T11:57:07 < Haohmaru> [/an_uneducated_explanation] 2018-11-28T11:57:13 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-28T11:58:42 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-28T12:08:30 -!- psprint_ [~psprint@91.245.82.2] has joined ##stm32 2018-11-28T12:09:16 < kakimir> https://paste.debian.net/hidden/bbe93f1f/ I wonder why my macro doesn't work 2018-11-28T12:09:35 < kakimir> it always selects the first if condition 2018-11-28T12:09:46 < kakimir> #if condition 2018-11-28T12:10:46 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-28T12:11:08 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 250 seconds] 2018-11-28T12:11:47 < kakimir> https://paste.debian.net/hidden/92ab8600/ relevant part of the header 2018-11-28T12:12:47 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-28T12:12:54 < kakimir> hmm that is not macro 2018-11-28T12:15:30 < Ecco> thanks Haohmaru 2018-11-28T12:16:41 < Ecco> In the disco board schematics, there's a first page with big green "blocks" 2018-11-28T12:16:45 < Ecco> How do I do this in Altium? 2018-11-28T12:17:06 < Ecco> (It gives an overview of the whole project, that's great) 2018-11-28T12:17:32 < karlp> read the manual? 2018-11-28T12:17:37 < Ecco> Ha, that's a sheet symbol 2018-11-28T12:17:38 < Ecco> :) 2018-11-28T12:17:39 < PeterM> create component from sheet iirc 2018-11-28T12:17:41 < Ecco> yeah, that too 2018-11-28T12:18:06 < PeterM> yeah sheet symbol 2018-11-28T12:18:10 < Haohmaru> "Altium" sounds incomplete ;P~ 2018-11-28T12:18:20 < Haohmaru> a word is missing 2018-11-28T12:18:27 < PeterM> "Altium by Prada"? 2018-11-28T12:18:35 < Haohmaru> close, but no cigar 2018-11-28T12:18:43 < karlp> ProAltium98SETel 2018-11-28T12:18:56 < Haohmaru> okay, that's bett0r 2018-11-28T12:19:04 < PeterM> "Altium by Marlboro"? 2018-11-28T12:19:48 < Haohmaru> Altium Pro HD Delux MK3 2018-11-28T12:20:16 < PeterM> Nah, that seems like more of a Mentor or Cadence name 2018-11-28T12:20:22 < Haohmaru> InnovAltium ;P~ 2018-11-28T12:21:19 < Haohmaru> kakimir i'm not sure if you can use enumz in a preprocessor #if 2018-11-28T12:22:05 < Haohmaru> but if not - i'd expect teh compil0r/preprocess0r to vomit at you 2018-11-28T12:22:28 < Haohmaru> unless it doesn't care 2018-11-28T12:39:30 < kakimir> it didn't say a thing 2018-11-28T12:39:34 < kakimir> it just did wrong 2018-11-28T12:39:37 < kakimir> or right 2018-11-28T12:39:44 < kakimir> however you look the thing 2018-11-28T12:41:33 < Thorn> Altium Disaster 2018-11-28T12:42:20 < Haohmaru> kakimir https://stackoverflow.com/questions/52099607/using-enum-values-in-preprocessor-directive 2018-11-28T12:42:39 < Haohmaru> as i suspected 2018-11-28T12:42:50 < Haohmaru> use constexpr shizzle ftw 2018-11-28T12:43:03 < Ecco> Another thing I don't know how to do in Altium is having a port for multiple nets 2018-11-28T12:43:10 < Ecco> e.g. "LCD_[D0..D7]" 2018-11-28T12:43:20 < Ecco> How is it done? 2018-11-28T12:43:36 < Ecco> Should I just name it like that and Altium will pick it up? 2018-11-28T12:43:43 < Haohmaru> i guess with a "bus" thing.. but i've not use busses yet 2018-11-28T12:44:09 < Haohmaru> * not used 2018-11-28T12:44:20 < zyp> an array of same-named signals like that is a bus 2018-11-28T12:44:36 < zyp> if you want a group of distinct signals, you want a harness 2018-11-28T12:45:21 < Ecco> What I'm looking for is the way to define a port in Altium that designates a whole bus instead of a single net 2018-11-28T12:47:49 < zyp> just define a bus then :) 2018-11-28T12:48:29 < zyp> as for how, refer to the manual: https://www.altium.com/documentation/18.0/display/ADES/Sch_Obj-Bus((Bus))_AD 2018-11-28T12:49:16 < Ecco> thanks :) 2018-11-28T12:49:23 < Ecco> Oh, ok I get it 2018-11-28T12:50:57 < kakimir> hmm freeram() returns 0 2018-11-28T12:52:18 < kakimir> my program doesn't have heap 2018-11-28T12:53:39 < kakimir> so it's ram usage can be determined compile time 2018-11-28T12:54:24 < kakimir> afaik I't wouldn't have heap as I don't use malloc once 2018-11-28T13:09:05 < kakimir> if I use variable only in interrupt 2018-11-28T13:09:28 < kakimir> no volatile needed? 2018-11-28T13:13:50 < jpa-> sprinkle "volatile" randomly to your code, that's how real pros do it 2018-11-28T13:13:59 < kakimir> that is how I do it 2018-11-28T13:15:14 < kakimir> but yeah 2018-11-28T13:15:21 < kakimir> left it wo volatile 2018-11-28T13:16:28 < Haohmaru> i also sprinkle around const, and constexpr 2018-11-28T13:16:48 < Haohmaru> and sometimes inline 2018-11-28T13:16:49 < zyp> like a true pro 2018-11-28T13:16:55 < Haohmaru> yaaaas 2018-11-28T13:16:58 < dongs> bus stuff in altium is so shitty that its easier not to use it 2018-11-28T13:17:14 < dongs> it works in simple cases like ecco's autism im sure 2018-11-28T13:17:33 < dongs> but try combining bus + hierarchical design and RIP 2018-11-28T13:17:41 < dongs> or repeated blocks 2018-11-28T13:18:00 < zyp> why wouldn't that work? 2018-11-28T13:18:10 < dongs> REPEAT() + bus = good luck 2018-11-28T13:18:17 < dongs> because it doens't 2018-11-28T13:18:50 < dongs> It is recommended that net labels in a Bus only contain alpha characters. For example, if you named the Bus D2[0..7], when the design is compiled, this would be expanded to D20, D21 .. D27, which can potentially cause net name conflicts. heh 2018-11-28T13:19:11 < zyp> isn't the whole point of REPEAT() to pull out one signal from a bus? 2018-11-28T13:21:55 < zyp> are you talking about shit like making a bus of busses? 2018-11-28T13:23:02 < Haohmaru> a bus of busses sounds like a road crash incident with multiple busses 2018-11-28T13:25:04 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-28T13:25:36 < zyp> dongs, https://bin.jvnv.net/file/5IGay.png <- here's an excerpt from some stuff I got from a subcontractor 2018-11-28T13:26:08 < dongs> brave 2018-11-28T13:26:28 < zyp> works fine 2018-11-28T13:29:03 < zyp> how else are you supposed to use REPEAT if you don't want to connect all instances in parallel? 2018-11-28T13:38:11 < kakimir> codes work 2018-11-28T14:19:35 < zyp> running silly hardware tests today 2018-11-28T14:19:54 < Haohmaru> getting silly results? ;P~ 2018-11-28T14:20:12 < zyp> no, all results so far have been "everything works as expected" 2018-11-28T14:20:22 < zyp> shit's just super tedious 2018-11-28T14:20:49 < zyp> this shit has two power inputs, separated by diodes 2018-11-28T14:21:35 < zyp> I just ran a couple runs proving that shit keeps working if one supply goes away and comes back and then the other goes away and comes back 2018-11-28T14:21:38 < Haohmaru> in my case: i prepare to connect the power cable or put my finger on the ON switch, i almost close my eyes and move back, then i power it on 2018-11-28T14:21:51 < Haohmaru> doesn't blow up -> success \o/ 2018-11-28T14:21:58 < Haohmaru> QC PASSED \o/ 2018-11-28T14:22:09 < zyp> and now I'm running the same shit again, just shorting out one of the supplies instead of turning it off 2018-11-28T14:22:25 < Haohmaru> hm 2018-11-28T14:23:10 < Haohmaru> if you're combining two DC voltage sources together with diodes - shorting one of them shouldn't be a problem, i think 2018-11-28T14:23:26 < PaulFertser> Haohmaru: don't you current-limit your lab psu for the first try? 2018-11-28T14:23:27 < zyp> exactly, there's no practical difference 2018-11-28T14:23:32 < qyx> doesn't your diodes diode well? 2018-11-28T14:23:45 < Haohmaru> PaulFertser u assume i use a lab psu ;P~ 2018-11-28T14:23:56 < qyx> atx psu ftw 2018-11-28T14:24:32 < Haohmaru> well, no idea wut it is, the former collegue built it and stuffed it in an evil plastic box 2018-11-28T14:25:19 < zyp> but the test spec says I need to short out one of the supplies and run shit for ten minutes 2018-11-28T14:25:20 < PaulFertser> I've seen one china lab psu which had instructions suggesting to use one's "gut feeling" to set the current limiting because its internal "short circuit protection" (wtf?!) made it impossible to just set it when you connect the output terminals with a piece of wire. 2018-11-28T14:25:31 < zyp> and then I need to repeat that for four different scenarios 2018-11-28T14:25:52 < zyp> so I literally have to run ten minutes of this: https://bin.jvnv.net/file/Q6RVe.jpg 2018-11-28T14:26:37 < Haohmaru> wellz 2018-11-28T14:27:18 < Haohmaru> press and hold the >> butten 2018-11-28T14:27:29 < zyp> s/ten/forty/ 2018-11-28T14:28:19 < zyp> oh, and this happens with the electronics sitting in 85C ambient :) 2018-11-28T14:28:22 < Haohmaru> do you have to run this test just once, or for each and every device of that same kind? 2018-11-28T14:28:33 < Haohmaru> wot 2018-11-28T14:28:51 < Haohmaru> that's f*ckin hot 2018-11-28T14:29:14 < Haohmaru> so ur torturing yer device 2018-11-28T14:29:54 < zyp> nah, it's rated to handle it 2018-11-28T14:31:43 < jpa-> torturing is stuff like driving temperature between +100C and -20C every half hour while providing slight overvoltage to the supplies and slight overload to the outputs 2018-11-28T14:31:51 < zyp> the electronics are designed for up to 85C ambient inside the enclosure, we've specced the device to handle 60C outside the enclosure 2018-11-28T14:32:34 < zyp> we measured temperature rise earlier today, seemed like it gets around 15C hotter inside the enclosure than outside when at full load 2018-11-28T14:33:07 < jpa-> i once was in a project where we had that kind of test done to a device with supply voltage rating of 1000VDC; every time one of the devices failed the whole test room smelled for the rest of the day :P 2018-11-28T14:33:33 < zyp> monday and yesterday we ran freezer tests 2018-11-28T14:33:33 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-28T14:33:52 < zyp> originally we planned to run them at -40C, our freezer only got down to -30C though :p 2018-11-28T14:38:20 < zyp> so far the only difference we've measured are the voltage limits on the optoisolated inputs :p 2018-11-28T14:38:59 < zyp> at room temp they trigger down to 2.6V in, at -30 they trigger at 2.3V while at +85 they need 3.2V 2018-11-28T14:39:52 < zyp> which is all fine, because they are specced to work with 12-24V ±10% 2018-11-28T15:09:50 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Read error: Connection reset by peer] 2018-11-28T15:13:16 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-28T15:54:38 -!- sk_tandt1 [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-28T15:55:45 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 246 seconds] 2018-11-28T15:55:45 -!- sk_tandt1 is now known as sk_tandt 2018-11-28T16:20:16 < aandrew> morning 2018-11-28T16:24:48 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-28T16:29:04 < Haohmaru> aandrew ur horribly late 2018-11-28T16:29:18 < Haohmaru> wut's ur eggscuse? 2018-11-28T16:36:17 < aandrew> Haohmaru: my dog ate my car 2018-11-28T16:37:30 < Haohmaru> don't u feed it regularly 2018-11-28T16:40:03 < aandrew> no, if you feed him regularly he doesn't make a very good guard dog 2018-11-28T16:53:26 < Thorn> tie break starting 2018-11-28T16:58:56 < karlp> heh, need one of these: https://www.digikey.com/product-detail/en/cantherm/SDF-DF192S/317-1139-ND/1014768 2018-11-28T17:00:39 < englishman> neat 2018-11-28T17:01:55 < Thorn> 1. c4 e5 2018-11-28T17:09:53 -!- CygniX [~CygniX@opensuse/member/CygniX] has quit [Quit: connection terminated!] 2018-11-28T17:10:10 -!- CygniX [~CygniX@opensuse/member/CygniX] has joined ##stm32 2018-11-28T17:15:20 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-28T17:28:24 < aandrew> oof 2018-11-28T17:29:49 < Thorn> ads1220 is my new favorite adc 2018-11-28T17:30:35 < qyx> such expensive 2018-11-28T17:34:44 < karlp> local shop has them in stock, for ~10x price, but still cheaper than digikey's shipping (or tme's) and much cheaper than a new sandwhich grill in the office :) 2018-11-28T17:35:03 < aandrew> that's not expensive 2018-11-28T17:35:09 < karlp> nah, it's cheap enough 2018-11-28T17:35:13 < kakimir> https://www.youtube.com/watch?v=ZRP3bJPkF_Y kakipump musics 2018-11-28T17:35:23 < aandrew> I've got 5x LT2387-18 on my digitizer board. those are $98 apiece 2018-11-28T17:35:24 < karlp> but $1 vs $10 always annoys me, 2018-11-28T17:35:35 < karlp> oh, the ads1220, nvm, sorry, center of my own universe 2018-11-28T17:36:03 < qyx> yeah, your thermal fuse seemd a bit suspicions to me 2018-11-28T17:36:09 < qyx> I saw it on them the other day 2018-11-28T17:36:25 < aandrew> 24 bits though, that is a nice little ADC - how many useful bits are you getting out of it? 2018-11-28T17:36:38 < karlp> saw it on what? 2018-11-28T17:36:54 < qyx> MAX31865 is similar if you don't need such bittness 2018-11-28T17:36:57 < qyx> karlp: on tme 2018-11-28T17:37:01 < karlp> heh 2018-11-28T17:37:39 < qyx> krive rucky 2018-11-28T17:37:44 < karlp> the sandwhich grill is one of those thermal cutoffs, a dial switch thingy, two elements. 2018-11-28T17:37:58 < karlp> nothing else other than a 240v led 2018-11-28T17:38:07 < karlp> so simple! 2018-11-28T17:39:13 < qyx> we grilled too https://www.cas.sk/clanok/772181/velky-poziar-na-vianocnych-trhoch-v-bratislave-evakuovali-hlavne-namestie-video/ 2018-11-28T17:41:44 < Thorn> aandrew: dunno yet lol, waiting for parts 2018-11-28T17:42:34 < qyx> what are you planning to use it for? 2018-11-28T17:42:55 < Thorn> but it can do 3-wire rtd with no external components except 2 resistors (1 precision) 2018-11-28T17:43:15 < Thorn> with lead compensation and ratiometric measurement 2018-11-28T17:43:47 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-28T17:44:17 < qyx> the MAX part is even simpler 2018-11-28T17:44:19 < qyx> less bit though 2018-11-28T17:45:49 < Thorn> there are also ardweeno ekg projects with ads1220 on the net 2018-11-28T17:50:04 < aandrew> yes with probably 8 bits of useful range too :-) 2018-11-28T17:51:37 < kakimir> muh shit 2018-11-28T17:52:05 < kakimir> it's sweet to see stuff working 2018-11-28T17:57:24 < aandrew> yep 2018-11-28T18:03:59 < kakimir> I'm watching it like I watch paint to dry 2018-11-28T18:05:46 < aandrew> heh 2018-11-28T18:06:22 < qyx> how would you drive a couple (16) of SMD RGB leds 2018-11-28T18:06:46 < qyx> I imagine there could be some spi/i2c thing for it 2018-11-28T18:07:01 < aandrew> qyx: are these "dumb" RGB LEDs or those ws2812 type ones 2018-11-28T18:07:06 < marble_visions> dongs: so they've got arm cc and arm cc hpc edition, and arm cc has version 5 and version 6? https://developer.arm.com/products/software-development-tools/compilers/arm-compiler/downloads 2018-11-28T18:07:25 < marble_visions> and all is paid for 2018-11-28T18:07:30 < qyx> aandrew: none yet, i planned to use cheap dumb ones 2018-11-28T18:08:00 < aandrew> qyx: there are lots of LED drivers from TI on digikey. you use I2C or SPI like you assumed and just tell it what to make the LEDs do and it'll do the PWM to maintain whatever state you ask 2018-11-28T18:08:16 < qyx> \o/ 2018-11-28T18:08:23 < qyx> I'll check 2018-11-28T18:08:57 < Thorn> 1 - 0 Magnus wins 2018-11-28T18:09:07 < zyp> :D 2018-11-28T18:10:18 < qyx> WS281x are not that expensive, they are huge though 2018-11-28T18:10:28 < aandrew> there is also SK6812 2018-11-28T18:10:31 < aandrew> I like those, they're smaller 2018-11-28T18:10:34 < aandrew> same drive 2018-11-28T18:10:34 < Thorn> there are 3.5mm versions 2018-11-28T18:11:29 < qyx> I plan to use them for a din rail enclosure blinky led panel 2018-11-28T18:11:56 < qyx> so maybe THT LEDs are better suited 2018-11-28T18:12:01 < qyx> or lightpipes and smd 2018-11-28T18:12:34 < aandrew> bivar makes some nice light pipes 2018-11-28T18:14:16 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 250 seconds] 2018-11-28T18:14:37 < Thorn> iirc there are also 5mm through hole "smart" leds 2018-11-28T18:15:10 < Thorn> or are they 8 mm 2018-11-28T18:15:24 < qyx> LP5024 24 channel driver fits 2018-11-28T18:21:32 < Thorn> 2nd game 2018-11-28T18:22:35 < Thorn> btw there are driver ics with 2812 compatible protocol 2018-11-28T18:22:58 < Thorn> interface 2018-11-28T18:28:57 < karlp> there's 8mm ones at least thorn, apasomethignsomething comes in nice diffuse bulb form. 2018-11-28T18:31:08 < karlp> https://www.aliexpress.com/item/20pcs-APA106-F5-5mm-RGB-LED-Chips-Integrated-RGB-LEDs-like-WS2812B-APA106-round-hat-Full/32672163261.html 2018-11-28T18:31:18 < karlp> 5mm then, 8 maybe too *shrugs* 2018-11-28T18:31:40 < karlp> f5 and f8 both available apparently. 2018-11-28T18:36:18 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-28T18:36:35 < Thorn> lol pins look the same as in normal rgb leds 2018-11-28T18:53:09 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2018-11-28T18:58:44 < Thorn> looks like Magnus is about to win the match 2018-11-28T19:06:24 < Thorn> 0 - 1 Magnus wins 2018-11-28T19:08:23 < englishman> whats with the price of IRLML6344TRPBF‎ 2018-11-28T19:08:26 < englishman> .624 at digikey 2018-11-28T19:08:33 < englishman> .466 at mouser 2018-11-28T19:08:39 < englishman> .1316 at arrow 2018-11-28T19:08:45 < englishman> big diff 2018-11-28T19:09:14 < englishman> .4 in china 2018-11-28T19:10:49 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2018-11-28T19:14:55 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2018-11-28T19:17:57 < Steffanx> ARROW is just an amazing shop 2018-11-28T19:19:22 < englishman> yeah those digi modules were like $1k less at arrow 2018-11-28T19:19:27 < englishman> money straight to my pocket 2018-11-28T19:20:46 < mawk> you're an horrible capitalist person englishman 2018-11-28T19:21:00 < Steffanx> Yes he is. 2018-11-28T19:21:03 < mawk> taking back margins from honest clients 2018-11-28T19:21:05 < englishman> yeah 2018-11-28T19:21:14 < Thorn> 1. e4 c5 2018-11-28T19:21:16 < englishman> doing work for money 2018-11-28T19:21:18 < englishman> horrible idea 2018-11-28T19:21:38 < mawk> you should do work with a 0.1% margin, because there are poor people on the planet 2018-11-28T19:22:24 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-28T19:34:53 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-28T19:46:09 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-28T19:48:51 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-28T19:48:51 -!- [1]MrMobius is now known as MrMobius 2018-11-28T19:49:42 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-28T19:52:31 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-28T19:53:19 -!- hexo_ [hexo@base48.cz] has quit [Excess Flood] 2018-11-28T19:53:28 -!- Adluc [Adluc@base48.cz] has quit [Ping timeout: 252 seconds] 2018-11-28T19:53:54 -!- hexo_ [hexo@base48.cz] has joined ##stm32 2018-11-28T19:54:24 -!- Adluc [Adluc@base48.cz] has joined ##stm32 2018-11-28T20:12:08 -!- kow__ [~afed@135.0.26.171] has quit [Ping timeout: 250 seconds] 2018-11-28T20:22:42 < Thorn> 1 - 0 Magnus wins the match 2018-11-28T20:25:31 < zyp> :) 2018-11-28T20:26:59 < fenugrec> englishman, did you ever get that DK tax money 2018-11-28T20:29:10 < zyp> Thorn, 3-0 is nice 2018-11-28T20:30:11 < Thorn> https://www.instagram.com/p/Bqu5MFHASe1/ 2018-11-28T20:33:32 < Thorn> https://www.instagram.com/p/BquxUHgF-wQ/ 2018-11-28T20:33:36 -!- kow_ [~afed@135.0.26.171] has joined ##stm32 2018-11-28T20:38:55 -!- SolderBlob [~SolderBlo@095-097-091-123.static.chello.nl] has quit [Ping timeout: 268 seconds] 2018-11-28T20:53:56 -!- sterna [~Adium@c-49ebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-28T21:03:35 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-28T21:35:26 -!- a_morale [~quassel@2a03:b0c0:1:d0::3de:a001] has quit [Quit: a_morale] 2018-11-28T21:36:58 -!- a_morale [~quassel@2a03:b0c0:1:d0::3de:a001] has joined ##stm32 2018-11-28T21:46:05 -!- boB_K7IQ [~boBK7IQ@73.109.63.49] has joined ##stm32 2018-11-28T22:02:39 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-28T22:09:19 -!- boB_K7IQ [~boBK7IQ@73.109.63.49] has quit [Ping timeout: 246 seconds] 2018-11-28T22:35:42 -!- mitrax [mitrax@lfbn-ncy-1-325-94.w83-196.abo.wanadoo.fr] has quit [Ping timeout: 252 seconds] 2018-11-28T22:50:13 < kakimir> https://www.youtube.com/watch?v=ZRP3bJPkF_Y encore 2018-11-28T22:54:35 < kakimir> hello curt 2018-11-28T22:55:12 < Steffanx> tha sky. 2018-11-28T22:55:29 < kakimir> 0o0 2018-11-28T22:59:19 < kakimir> o.o 2018-11-28T22:59:31 < kakimir> no works at home today 2018-11-28T23:00:11 < kakimir> only a little bit 2018-11-28T23:03:26 < Steffanx> no = a little bit. lol 2018-11-28T23:03:47 < kakimir> little bit doesn't count 2018-11-28T23:03:51 < kakimir> should iron my shirt 2018-11-28T23:03:57 < kakimir> tommorrow is pikkujoulu 2018-11-28T23:04:03 < Steffanx> wtf is pikkujoulu 2018-11-28T23:04:09 < kakimir> "small christmas" 2018-11-28T23:04:28 < kakimir> means when work guise go to restaurant and eat and drink a lot 2018-11-28T23:04:43 < kakimir> around this time of year 2018-11-28T23:04:59 < kakimir> 2-4weeks before actual christmas 2018-11-28T23:05:28 < kakimir> https://en.wikipedia.org/wiki/Pikkujoulu 2018-11-28T23:05:57 < kakimir> "firman pikkujoulut" 2018-11-28T23:06:23 < kakimir> company's pikkujoulut 2018-11-28T23:08:54 < kakimir> only if it was friday 2018-11-28T23:09:12 < kakimir> but it's thursday so work next day 2018-11-28T23:10:27 < kakimir> wednesday evening 2018-11-28T23:11:11 < kakimir> https://drive.google.com/file/d/1kKFo29iuSFsycNa006H5beyapiaYjrKQ/view?usp=sharing 650mAh cells periodic count successfully doesn't touch lines it shouldn't touch 2018-11-28T23:12:15 < kakimir> it it were to touch PERIOD_COUNT_MIN_CC10 it would activate 1.0A charging + hysteresis for that count threshold in next period 2018-11-28T23:12:54 < kakimir> and increase speed of period count to 200% 2018-11-28T23:18:19 < kakimir> around index 3400 battery charger stops pulling NCHRG pin down and mcu registers it as no charging and sets initialization counter for battery detection function so it stays out of deltaU operation and sets charging to 0.5A 2018-11-28T23:19:32 < kakimir> or actually it's software limit condition for fast charging there NCHRG stays pulled down a while after that 2018-11-28T23:20:27 < kakimir> 4.12volts or so where initial condition check sets initialization counter for battery detection 2018-11-28T23:21:32 < kakimir> thats why counter does runaway and deltaU stops updating 2018-11-28T23:24:17 < kakimir> does anyone find this amusing? 2018-11-28T23:26:27 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-28T23:36:24 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-28T23:37:26 < johntramp> have any of you any ideas what may cause this ringing on a gyroscope signal? https://i.imgur.com/5DnpgAA.png 2018-11-28T23:38:22 < PeterM> is it well soldered? 2018-11-28T23:38:43 < johntramp> yes and i have seen this on multiple boards 2018-11-28T23:38:53 < PeterM> no idea 2018-11-28T23:39:25 < PeterM> i was thinking maybe it was not fully soldered and forming some sort of tuning fork, but alas, that is nto hte case 2018-11-28T23:41:16 < PeterM> gday 2018-11-28T23:42:31 < johntramp> PeterM: yeah it does look like that , i like your thinking though 2018-11-28T23:48:24 < PeterM> i dont think that is relevent, he would be able to tell if the entire board was vibrating at 950 hz enough to cause that, unless the qyro is right beside a big fat power inductor or cap 2018-11-28T23:49:24 < PeterM> nah, the boards were probably dropped hard in transit and it fucked the gyro, mems accels and gyros do weird shit when subject to big shhocks 2018-11-28T23:50:59 < englishman> which gyro 2018-11-28T23:52:51 < johntramp> sorry Cracki , went to grab a coffee 2018-11-28T23:55:21 < johntramp> the it's quite a simple board, just getting a photo for you 2018-11-28T23:58:57 < johntramp> the gyro vertical axis isn't right there, i think 10000 would equal 610 dps 2018-11-28T23:59:40 < johntramp> https://i.imgur.com/WXYcpm1.jpg --- Day changed Thu Nov 29 2018 2018-11-29T00:00:15 < johntramp> the IMU is there just to the right of the bluetooth module 2018-11-29T00:01:56 < johntramp> englishman: it is an LSM6DSM 2018-11-29T00:08:19 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 246 seconds] 2018-11-29T00:10:02 -!- sterna [~Adium@c-49ebe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 250 seconds] 2018-11-29T00:12:41 < englishman> all boards or just some boards 2018-11-29T00:18:00 < johntramp> i have only tried 2 and both of them show it, the oscillations seem to get a lot smaller though after a short time, perhaps it is a transient as it changes state as i am using the mode where it drops sample rate when there is no movement 2018-11-29T00:19:02 < englishman> PeterM: datasheet says max accel is 10k G, how hard are you dropping your gyros? :) 2018-11-29T00:22:55 < johntramp> i did think maybe i need a bit more bulk capacitance on the imu, as the SMPS is a bit noisy on the 3v3 rail 2018-11-29T00:26:14 < PeterM> johntramp what kind of math are you doing on your data? if angular accell is pretty much 0, and you're going +/-5 with noise in the sampling time, i could see that geing a huge dw/dt 2018-11-29T00:27:58 < johntramp> there is no arithmetic here , this is just raw data 2018-11-29T00:28:46 < PeterM> i see, and one would expect the noise on the raw data to be atleast in the same order of magnitude for all axis 2018-11-29T00:29:10 < johntramp> yes, you'd think so ... 2018-11-29T00:33:20 < kakimir> I saw stm8 2018-11-29T00:33:32 < kakimir> in a commercial product 2018-11-29T00:41:49 < PeterM> yeah? was it a dongulator? 2018-11-29T00:42:07 < kakimir> smart charger 2018-11-29T00:42:17 < kakimir> nitecore um10 2018-11-29T00:45:08 < kakimir> nitecore 2018-11-29T00:45:18 < kakimir> chinese? 2018-11-29T00:48:54 < kakimir> ik 2018-11-29T00:49:13 < kakimir> names do not matter that much 2018-11-29T00:53:41 < kakimir> can I print macro value in error? 2018-11-29T00:53:46 < kakimir> error string 2018-11-29T00:56:07 < kakimir> no 2018-11-29T00:56:38 < mawk> insert in a string you mean kakimir ? yes 2018-11-29T00:56:44 < kakimir> just print "maan shit ain't gonna work here is a value from macro:" 2018-11-29T00:56:57 < kakimir> in compile time errors 2018-11-29T00:57:20 < kakimir> #error "message" 2018-11-29T00:57:25 < kakimir> #error MACRO 2018-11-29T00:57:26 < mawk> either you have a printf-like and you know how to do, either you do a macro like #define build_err_msg() "here is the macro value: " #MACRO 2018-11-29T00:57:46 < kakimir> I try first 2018-11-29T00:57:56 < kakimir> I'm just scared 2018-11-29T00:58:02 < mawk> you maybe need one more level of indirection, like #define build_err_msg() _build_err_msg() and #define _build_err_msg() "here is the macro value: " #MACRO 2018-11-29T00:58:09 < mawk> I don't remember 2018-11-29T01:02:21 < kakimir> error just prints the line with #error on it 2018-11-29T01:02:28 < kakimir> no matter what I think 2018-11-29T01:03:06 < kakimir> it's like any error 2018-11-29T01:03:31 < kakimir> it's just triggered by #error directive 2018-11-29T01:04:54 < kakimir> if you have error in some other line it prints the line in compile errors same way 2018-11-29T01:06:09 < kakimir> I don't think evaluated macros can be shown in compile errors 2018-11-29T01:09:03 < kakimir> code is done 2018-11-29T01:09:10 < kakimir> it didn't #error 2018-11-29T01:10:37 < mawk> #error "my macro is " #macro 2018-11-29T01:10:41 < mawk> this doesn't work ? 2018-11-29T01:11:03 < mawk> use something else than #error then 2018-11-29T01:11:08 < kakimir> I tried with only #error #macro 2018-11-29T01:11:10 < mawk> use some kind of pragma that allows macros, then #error 2018-11-29T01:11:10 < kakimir> lemme try 2018-11-29T01:13:10 < kakimir> 100% 2018-11-29T01:13:20 < kakimir> I'm checking macros 2018-11-29T01:13:35 < mawk> use a pragma to display an error message, then use #error to abort the compilation 2018-11-29T01:13:40 < mawk> pragmas are easier to manipulate 2018-11-29T01:13:47 < mawk> because you can do _Pragma(stuff); 2018-11-29T01:13:54 < mawk> and this can be constructed using macros 2018-11-29T01:14:08 < kakimir> how do I push evaluated macro value to compile output and then error? 2018-11-29T01:14:10 < mawk> also sometimes you need to nest macros to have enough indirection to evaluate every macro argument 2018-11-29T01:14:19 < mawk> yeah something like that 2018-11-29T01:17:03 < kakimir> oh pragma message 2018-11-29T01:17:39 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 268 seconds] 2018-11-29T01:18:25 < kakimir> I did that nested stringify thing and pragma message 2018-11-29T01:18:41 < kakimir> expexted a string after '#pragma message' 2018-11-29T01:19:21 < kakimir> hey I forgot "stuff" XSTR(MACRO) 2018-11-29T01:20:12 < kakimir> junk at end of '#pragma message' 2018-11-29T01:20:52 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-29T01:22:00 < kakimir> oh wait 2018-11-29T01:22:15 < kakimir> I had nested stringfy macros inside error condition 2018-11-29T01:22:19 < kakimir> so not effective 2018-11-29T01:22:42 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Read error: Connection reset by peer] 2018-11-29T01:23:16 < kakimir> wow 2018-11-29T01:23:22 < kakimir> now I see it 2018-11-29T01:23:30 < kakimir> it just unevaluated 2018-11-29T01:24:08 -!- grindhold [~quassel@84.200.43.162] has quit [Remote host closed the connection] 2018-11-29T01:24:18 < kakimir> #pragma message: boo(( ( 5 * ( 5 - 3 ) ) / 5 ) * ((40 * 60 * (60000 / 1000)) / ( (2300 * 3) / 2))) 2018-11-29T01:24:56 < kakimir> this is something I can use 2018-11-29T01:25:20 < kakimir> only reason why I'm doing this is because this atmel (visual) studio doesn't seem to evaluate and represent macros for me 2018-11-29T01:25:31 < kakimir> some IDEs show evaluated values just like that 2018-11-29T01:26:01 < kakimir> or maybe in format that is in above pragma message 2018-11-29T01:26:03 -!- grindhold [~quassel@84.200.43.162] has joined ##stm32 2018-11-29T01:26:04 < kakimir> can't remember 2018-11-29T01:27:39 < kakimir> anyway threw that into calc.exe and it did the rest 2018-11-29T01:27:41 -!- grindhold [~quassel@84.200.43.162] has quit [Excess Flood] 2018-11-29T01:27:53 -!- grindhold [~quassel@84.200.43.162] has joined ##stm32 2018-11-29T01:29:07 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Remote host closed the connection] 2018-11-29T01:29:15 < kakimir> thanks for help guise 2018-11-29T01:29:24 < kakimir> this time sttringfy was success 2018-11-29T01:29:37 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-29T01:31:43 < kakimir> time to stringfy stuff 2018-11-29T01:33:58 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-29T01:38:22 < kakimir> any other pragmas I should use regulary? 2018-11-29T01:42:42 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 246 seconds] 2018-11-29T01:49:01 < englishman> Thorn: any soyuz news 2018-11-29T01:49:07 < englishman> local radio said it was an assembly error 2018-11-29T01:49:28 < Thorn> next crewed launch dec 3 2018-11-29T01:49:45 < Thorn> spacecunts have delayed their launch again 2018-11-29T01:49:59 < Thorn> 3 successful soyuz launches since the failure 2018-11-29T01:50:27 < Thorn> the 1st one wasn't even announced in advance in the best soviet tradition lol 2018-11-29T01:51:27 < englishman> The initial hypothesis was that a micro-meteoroid impact resulted in a 2mm hole in the Orbital Module of MS-09. Russian crew members used Kapton tape to temporarily seal the leak while a permanent fix was devised. 2018-11-29T01:51:32 < englishman> kapton saves lives 2018-11-29T01:51:41 < englishman> heard about the next iss one 2018-11-29T01:51:49 < kakimir> meteor size probs 0.2mm diameter 2018-11-29T01:51:55 < Thorn> you mean the hole? 2018-11-29T01:52:07 < englishman> a canuck is on it 2018-11-29T01:52:49 < englishman> yeah the hole 2018-11-29T01:52:50 < Thorn> dunno about that, they planned to do an eva to look at it from the outside but then the next thing happened lol 2018-11-29T01:53:26 < kakimir> it's like armor piercing projectile 2018-11-29T01:53:28 -!- blacktronics [uid142493@gateway/web/irccloud.com/x-kyzlqubrtjrrkfvh] has joined ##stm32 2018-11-29T01:53:37 < kakimir> just really small and really high speed 2018-11-29T01:54:32 < kakimir> I wonder what size meteor direct hit would mean loss of spacecraft 2018-11-29T01:54:38 < kakimir> 5mm? 2018-11-29T01:54:41 < englishman> https://tass.ru/proisshestviya/5706115 2018-11-29T01:56:18 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 245 seconds] 2018-11-29T01:57:37 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-29T01:58:23 < kakimir> 5mm meteor probs makes 20mm hole and goes thru other size 2018-11-29T01:58:51 < kakimir> they have some stuff in spacecraft probs to block such holes 2018-11-29T01:59:13 < englishman> they said they know it was a drill 2018-11-29T02:01:10 < sync> yeah, they could have just have left the kapton on there forever 2018-11-29T02:01:16 < sync> the hole was pretty small 2018-11-29T02:02:23 < PeterM> yeah 2018-11-29T02:02:34 < PeterM> and its a "self sealing" kinda deal too 2018-11-29T02:02:51 < PeterM> like, the pressure difference will keep the kapton in place even if the adhesive dies 2018-11-29T02:05:18 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 250 seconds] 2018-11-29T02:10:04 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-29T02:10:47 < sync> I like how they used some cotton + epoxy to seal it 2018-11-29T02:11:25 < sync> I guess that's actually pretty good 2018-11-29T02:13:31 < PeterM> diy fiber reinforced plastic 2018-11-29T02:14:36 < Thorn> conveniently the hole is not in the descent module so it will burn up on reentry 2018-11-29T02:14:57 < Thorn> best way to destroy evidence 2018-11-29T02:15:29 < PeterM> for some reason i doubt there is any lack of documentation of evidence,,, 2018-11-29T02:22:09 < sync> yes 2018-11-29T02:25:01 < englishman> yeah russian papers never go "missing" 2018-11-29T02:27:03 < jadew> what happened? 2018-11-29T02:27:31 < jadew> rocket blew up? 2018-11-29T02:31:20 < sync> no 2018-11-29T02:31:25 < sync> capsule leaked 2018-11-29T02:31:53 < jadew> yeah, just read the log 2018-11-29T02:32:01 < englishman> and also rocket blew up, in a separate incident 2018-11-29T02:32:05 < jadew> crazy how something so tiny can be life threatening in there 2018-11-29T02:32:19 < jadew> englishman, recently? 2018-11-29T02:32:39 < englishman> oct 11 2018-11-29T02:32:59 < jadew> with those two astronauts that made it out? 2018-11-29T02:33:31 < englishman> yes 2018-11-29T02:33:52 < jadew> yeah, knew about that, when I joined the convo I thought it happened again 2018-11-29T02:36:10 < englishman> https://en.wikipedia.org/wiki/Soyuz_T-8 2018-11-29T02:36:12 < englishman> this sucks 2018-11-29T02:36:25 < englishman> go to space expecting to stay 4 months, fuck around, come back after 48 hours 2018-11-29T02:37:08 < jadew> it's better than not coming back at all 2018-11-29T02:37:22 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 250 seconds] 2018-11-29T02:38:17 < jadew> are there any astronauts that got lost? (they escaped the orbit and couldn't return) 2018-11-29T02:38:27 -!- davor [~davor@unaffiliated/davor] has joined ##stm32 2018-11-29T02:39:48 < jadew> I guess not, otherwise it would have been common knowledge 2018-11-29T02:41:58 < englishman> afaik people have died in space, but so far all of them made it back 2018-11-29T02:42:38 < englishman> https://en.wikipedia.org/wiki/Soyuz_11 2018-11-29T02:43:51 < jadew> https://www.space.com/23182-gravity-film-worst-space-disasters.html 2018-11-29T02:43:54 < jadew> yeah 2018-11-29T02:44:23 < englishman> im sure elon musk can pioneer space deaths too 2018-11-29T02:44:29 < jadew> haha 2018-11-29T02:49:16 < jadew> sounds like the problem there was that they were exposed to vacuum 2018-11-29T02:49:57 < englishman> yeah wikipedo says they died in seconds 2018-11-29T02:54:10 < jadew> just read that, yeah... that's awful 2018-11-29T02:54:53 < jadew> what is Starman? 2018-11-29T02:55:45 < jadew> that's the name of a movie a cousin of mine took me to see 3 times, in a consecutive days and she still didn't get to see it 2018-11-29T02:56:12 < jadew> I was having awful tooth pain and for some reason it hit only when I got there 2018-11-29T02:58:12 < jadew> took me 20 years to find out the name of the movie, so I can finally see how it ends 2018-11-29T02:58:31 < jadew> I wonder if my poor cousin also got to see it 2018-11-29T02:59:10 < jadew> *so I could 2018-11-29T03:17:33 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-29T03:28:52 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 244 seconds] 2018-11-29T03:40:04 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-29T03:52:25 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-29T04:04:41 -!- emeb_mac [~ericb@ip68-2-69-216.ph.ph.cox.net] has joined ##stm32 2018-11-29T04:07:54 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-29T04:11:15 < dongs> https://i.imgur.com/zrBgWQi.png found professional altium designer 2018-11-29T04:13:54 < Ultrasauce> https://www.youtube.com/watch?v=jMOrqN-bol8 attn Steffanx 2018-11-29T04:14:21 < dongs> is that using stm32 2018-11-29T04:15:01 < dongs> lol @ the end 2018-11-29T04:16:10 < aandrew> dongs: that... ok that's interesting 2018-11-29T04:16:51 < dongs> aandrew: U1/U2 are AT42Q single channel captouch chips 2018-11-29T04:16:56 < aandrew> nice slot in the plane, uneven polys, shit silk, diode part number not removed... 2018-11-29T04:16:57 < dongs> and CONN1/CONN2 go to capsense buttons somewehre. 2018-11-29T04:16:58 < dongs> lol 2018-11-29T04:17:00 < aandrew> seems a lazy fuck 2018-11-29T04:18:16 < dongs> honestly the shit looks autorouted to me 2018-11-29T04:18:23 < dongs> looks way too awful to be manual 2018-11-29T04:18:43 < dongs> especially top part is a complete mess 2018-11-29T04:18:56 < dongs> hmm wait i dont see a single via on this board 2018-11-29T04:19:57 < jadew> why does it look like that? 2018-11-29T04:21:03 < aandrew> it could be worse... could be toporouted 2018-11-29T04:22:02 < jadew> there are vias dongs, the black holes 2018-11-29T04:22:33 < jadew> they're poorly positioned tho 2018-11-29T04:32:06 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 246 seconds] 2018-11-29T04:32:52 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-29T04:37:42 -!- fc5dc9d4_ [~quassel@p5B081C02.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2018-11-29T04:41:18 < dongs> ohh lmao 2018-11-29T04:41:29 < dongs> missed them cuz that looks like default altidumb via thats like 3mm in diameter 2018-11-29T04:41:43 < dongs> damn thats awful 2018-11-29T04:43:01 < con3> So I need some help. The dma I'm using is in double buffer mode. Both the buffers are being filled correctly, for some reason when the second buffer is filled it's callback is never called. I can see that it is set in the registers, even setting the half-transfer complete callback for the second memory address does nothing, but the first memory addresses callback always gets called correctly. 2018-11-29T04:43:16 < con3> Not sure what the hell is happening 2018-11-29T04:54:27 < aandrew> you've verified the interrupts are set up correctly and enabled? 2018-11-29T04:54:34 < aandrew> do you see the interrupt flags for transfer complete firing? 2018-11-29T04:54:40 < aandrew> er not firing but being set 2018-11-29T05:01:58 < con3> hey aandrew I'm triple checking, but it all looks fine, definetly being set 2018-11-29T05:02:19 < PeterM> dongs $10 says the schematic is equally hideous 2018-11-29T05:02:32 < dongs> oh it is 2018-11-29T05:02:41 < dongs> its taking up previous 10 pages of the same pdf 2018-11-29T05:03:11 < PeterM> dafuq 2018-11-29T05:04:22 < PeterM> looks like it could very easily and neatly fit on a single plage 2018-11-29T05:06:33 < dongs> each IC has its own page 2018-11-29T05:06:54 < aandrew> con3: interrupt priorities are configured correctly? that can fuck up an otherwise functioning system 2018-11-29T05:07:06 < aandrew> and dumb question, but interrupts are enabled? you've got timers firing or other interrupts working? 2018-11-29T05:07:28 < aandrew> dongs: you gonna charge him $5k too heh 2018-11-29T05:17:12 < con3> aandrew: I've configured it so that the dma is set up as high as possible while still being less than systick, etc. So I found the weird portion and digging a bit deeper. it shows that the first buffer's TCIE is set and once it's full the callback gets called. It also shows that the second buffer's TCIE is set, but once it's full the callback isn't called nor is the TCIF called for the second buff 2018-11-29T05:17:18 < con3> er in the multi-buffer 2018-11-29T05:17:47 < con3> I have two other spi lines also using DMA with callbacks which are working. It's only this damn multi-buffer where only one buffer is working 2018-11-29T05:19:49 -!- nn7 [~nn7@161.97.236.131] has joined ##stm32 2018-11-29T05:23:13 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-29T05:24:01 < aandrew> hm 2018-11-29T05:36:27 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 240 seconds] 2018-11-29T05:48:20 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-29T05:50:28 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-29T06:00:04 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-29T06:00:39 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 246 seconds] 2018-11-29T06:04:08 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-29T06:06:54 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-29T06:25:10 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-29T06:27:11 < dongs> $299 2018-11-29T06:27:13 < dongs> the fuck 2018-11-29T06:32:21 < dongs> i hope your employer paid for it 2018-11-29T06:41:28 -!- day [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-29T06:59:46 < PeterM> https://products.sumida.com/products/pdf/CDRCH12D78B.pdf 2018-11-29T06:59:56 < PeterM> Applications 2018-11-29T06:59:56 < PeterM> • Ideally used in LED modules, DC/DC 2018-11-29T06:59:56 < PeterM> converters and 1:1 Transformer, etc. 2018-11-29T07:00:39 < PeterM> what are all the nice bits of information what would be useful if you were using it for a transformer then, huh cunt? 2018-11-29T07:07:29 -!- emeb_mac [~ericb@ip68-2-69-216.ph.ph.cox.net] has quit [Quit: Leaving.] 2018-11-29T07:13:07 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2018-11-29T07:30:04 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-29T07:32:14 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2018-11-29T07:33:44 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2018-11-29T07:33:44 -!- day__ is now known as day 2018-11-29T07:34:17 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2018-11-29T07:37:51 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-29T07:57:01 -!- blacktronics [uid142493@gateway/web/irccloud.com/x-kyzlqubrtjrrkfvh] has quit [Quit: Connection closed for inactivity] 2018-11-29T08:07:12 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2018-11-29T08:22:05 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-29T08:37:48 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-29T08:39:20 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-29T08:52:45 -!- sterna [~Adium@c-7ee0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-29T08:56:04 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2018-11-29T09:09:05 < Steffanx> Lolol Ultrasauce 2018-11-29T09:17:31 < dongs> stroopwwaffle link? 2018-11-29T09:28:39 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-29T09:39:13 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-29T09:44:51 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-29T09:46:24 -!- sterna [~Adium@c-7ee0e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 246 seconds] 2018-11-29T09:47:27 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2018-11-29T09:48:29 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-29T09:52:39 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-29T10:01:12 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Ping timeout: 268 seconds] 2018-11-29T10:12:33 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2018-11-29T10:23:30 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-29T10:32:13 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-29T10:37:51 -!- mitrax [mitrax@lfbn-ncy-1-325-94.w83-196.abo.wanadoo.fr] has joined ##stm32 2018-11-29T10:41:19 -!- Eljotto [~Eljotto@b941c009.business.dg-w.de] has joined ##stm32 2018-11-29T10:48:45 -!- Eljotto [~Eljotto@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-29T11:02:34 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-29T11:08:15 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-29T11:38:31 < Haohmaru> crtx 2018-11-29T11:46:30 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-29T12:07:57 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-29T12:20:06 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-29T12:43:54 < Ecco> Hmm 2018-11-29T12:44:03 < Ecco> Altium is throwing "Duplicate net names wire" error 2018-11-29T12:44:06 < Ecco> I don't get what this means 2018-11-29T12:44:47 < Haohmaru> maybe a a connection with two different net names 2018-11-29T12:44:52 < Ecco> yes 2018-11-29T12:44:55 < Ecco> is that not allowed? 2018-11-29T12:45:03 < Haohmaru> depends 2018-11-29T12:45:15 < Ecco> I'm using a hierarchical layout 2018-11-29T12:45:28 < Ecco> and I'd like to link two pins *within a sheet* 2018-11-29T12:45:37 < Ecco> without having to actually draw a line (would fuck the layout) 2018-11-29T12:45:39 < Haohmaru> i am not familiar with altium disast0r 2018-11-29T12:45:46 < Ecco> I used to do this with a port 2018-11-29T12:46:01 < Ecco> but ports are supposed to be visible "outside" of a sheet in hierarchical mode 2018-11-29T12:47:49 < Ecco> https://www.altium.com/documentation/1.0/display/NEXUS/WorkspaceManager_Err-NetsWithMultipleNames((Nets+with+Multiple+Names))_AD 2018-11-29T12:48:02 < Ecco> Ha, ok, apprently the proper way to do that is to add an exception to the warning 2018-11-29T12:48:21 < Haohmaru> mmm, eggsception 2018-11-29T12:49:04 < Ecco> https://i.pinimg.com/originals/ef/48/cb/ef48cbcbf48ad2cec080e0a4e91d00d1.jpg 2018-11-29T12:51:39 < Haohmaru> but what came first? the egg or the inner egg? 2018-11-29T13:24:45 < zyp> Ecco, why two names? 2018-11-29T13:24:58 < PeterM> Ecco you can use a part called a net tie part 2018-11-29T13:25:17 < zyp> the problem description and your purpose doesn't seem to match up in my head 2018-11-29T13:25:48 < zyp> by linking two pins within a sheet, wouldn't you just hook it to the same named net? 2018-11-29T13:27:22 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 250 seconds] 2018-11-29T13:27:39 < PeterM> actually, yeah, what zyp said 2018-11-29T14:24:27 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-29T14:25:36 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-29T15:09:58 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Read error: Connection reset by peer] 2018-11-29T15:49:30 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Ping timeout: 250 seconds] 2018-11-29T15:52:30 < Ecco> hmm, ok :) 2018-11-29T15:52:43 < Ecco> WHen routing in altium, is there a shortcut to quickly see the schematics around a part? 2018-11-29T15:52:57 < Ecco> e.g. "what the hell is this cap supposed to do already?" 2018-11-29T15:55:47 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2018-11-29T15:56:34 < dongs> ? 2018-11-29T15:56:34 -!- day [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-29T15:56:38 < dongs> ctrl+click the pad? 2018-11-29T15:56:47 < dongs> will highlight all the pads related to that net 2018-11-29T15:56:55 < dongs> or you can enable crossprobe 2018-11-29T15:57:01 < dongs> and click cap and it'll be selected in schematic 2018-11-29T16:00:07 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-29T16:03:24 < jadew> I'm watching some sci-fi on netflix and they suddenly show a place (in the future) that looks like a mixture of bad with futuristic features and I think to myself: "Well, thats a shitty a shitty place. Hold on a sec... I've been there!" 2018-11-29T16:03:38 < jadew> turns out that scene is filmed in my city lol 2018-11-29T16:06:48 < jadew> hmm, I recognize the architecture in other scenes too, I think it was filmed here 2018-11-29T16:07:07 < Haohmaru> which movie? 2018-11-29T16:07:18 < jadew> what happened to monday 2018-11-29T16:08:38 -!- friendofafriend [~ian@pool-71-120-200-135.nrflva.fios.verizon.net] has left ##stm32 [] 2018-11-29T16:08:47 < jadew> this is the spot: https://goo.gl/maps/PdKzwMXb2HE2 2018-11-29T16:12:45 < dongs> namaste... 2018-11-29T16:12:46 < dongs> the fuck 2018-11-29T16:13:21 < Haohmaru> welcome to teh future 2018-11-29T16:14:01 < dongs> www.mrpeter.ro 2018-11-29T16:14:25 < jadew> what's that 2018-11-29T16:14:26 < jadew> ? 2018-11-29T16:14:31 < dongs> sign on your link 2018-11-29T16:14:40 < jadew> oh 2018-11-29T16:14:40 < jadew> haha 2018-11-29T16:14:54 < dongs> two signs afctuall 2018-11-29T16:15:00 < dongs> the big one has the link, left top side of building 2018-11-29T16:15:06 < dongs> and one below it with kids has the name but no link 2018-11-29T16:17:29 < jadew> the big one says: "If you asked what I want the most, my answer would be that I want to go with my brother to Gloria" 2018-11-29T16:17:35 < jadew> not sure what Gloria is 2018-11-29T16:17:45 < dongs> glory hole 2018-11-29T16:18:08 < jadew> you're probably right 2018-11-29T16:18:25 < dongs> lol the smaller sign says titanic 2018-11-29T16:18:27 < jadew> it's fuzzy, but I guess it says hotels * resorts 2018-11-29T16:18:36 < dongs> not sure if thats a very good advertisement for a travel agency 2018-11-29T16:18:48 < jadew> haha 2018-11-29T16:19:25 < dongs> why are people parked like on the sidewalk 2018-11-29T16:19:35 < dongs> how do they even get in there like that 2018-11-29T16:19:50 < jadew> you've never parked on the sidwalk before? 2018-11-29T16:20:02 < dongs> https://i.imgur.com/cFGY8v5.png 2018-11-29T16:20:03 < dongs> no 2018-11-29T16:20:06 < dongs> there's a tree 2018-11-29T16:20:08 < dongs> and those metal poles 2018-11-29T16:20:14 < dongs> less than 2x length of the car 2018-11-29T16:20:40 < jadew> there's plenty of room there 2018-11-29T16:20:53 < jadew> the reason they're parked like that is probably because it's illegal to park on the road in that area 2018-11-29T16:21:09 < jadew> but there's no contravention for parking on the sidewalk :) 2018-11-29T16:21:49 < jadew> smart, eh? 2018-11-29T16:23:09 < jadew> I've seen this in other countries too 2018-11-29T16:23:26 < dongs> jews 2018-11-29T16:24:46 < dongs> k printed out my tokyo demo fest ticket, this saturday i get to see how awful japanese demoparty is 2018-11-29T16:25:06 < jadew> what's that? 2018-11-29T16:25:27 < dongs> http://tokyodemofest.jp/2018/ basically a stoner gathering 2018-11-29T16:25:43 < dongs> comparable to something like revision in europe 2018-11-29T16:25:54 < dongs> https://2018.revision-party.net/ except 100x less attendees 2018-11-29T16:26:01 < Ecco> thanks dongs 2018-11-29T16:26:13 < Ecco> Quick question: what should I pay attention to when routing USB D+ and D-? 2018-11-29T16:26:21 < dongs> nothing, especially for stm32 2018-11-29T16:26:29 < dongs> full-speed usb will work over coat hangers 2018-11-29T16:26:39 < dongs> i mean you could make it a diff pair and wahtnot 2018-11-29T16:26:43 < dongs> but in reality its not gonna matter 2018-11-29T16:27:02 < Ecco> ok :) 2018-11-29T16:27:40 < Ecco> On a sample schematic by ST 2018-11-29T16:27:50 < Ecco> they do net length matching for QuadSPI and FSMC 2018-11-29T16:27:53 < Ecco> That seems reasonable 2018-11-29T16:28:07 < Ecco> they also add an "Impedance Constraint" for the FSMC. What's that? 2018-11-29T16:30:15 < Ecco> Also, other question: how do you compute the tolerance for trace length matching? Do you compute based on the speed of light? 2018-11-29T16:30:39 < Ecco> (I didn't do the math but I assume anything would be negligible at this speed) 2018-11-29T16:30:50 < dongs> whatever fullspeed USB spec deviation is, last i calculated it wouldstill work with something like 90cm length difference 2018-11-29T16:31:00 < Ecco> oh wow ok 2018-11-29T16:31:02 < dongs> so youve got absolutely nothing to worry about 2018-11-29T16:31:47 < Ecco> Let's do the math about the length matching in general though. 100 MHz signal. You want two traces to be in "sync", i.e. less than 10% of a period difference. 2018-11-29T16:31:54 < dongs> i wouldnt worry about qspi or fsmc matching either 2018-11-29T16:31:59 < dongs> none of those things run > 100mhz 2018-11-29T16:32:22 < dongs> i think SPI max is like 48mhz? 2018-11-29T16:32:25 < dongs> on F4 2018-11-29T16:32:31 < Ecco> So that's 1/100M = 10ns 2018-11-29T16:32:39 < Ecco> Yeah you might be right indeed 2018-11-29T16:32:54 < Ecco> so we want less than a ns of difference 2018-11-29T16:33:12 < Ecco> if I multuply this by the speed of light 2018-11-29T16:33:28 < dongs> 30cm 2018-11-29T16:33:33 < dongs> no worriez 2018-11-29T16:33:38 < Ecco> 30cm 2018-11-29T16:33:39 < Ecco> indeed 2018-11-29T16:33:44 < Ecco> so, WTF? 2018-11-29T16:33:59 < dongs> coat hanger that shit 2018-11-29T16:34:01 < Ecco> :-D 2018-11-29T16:34:18 < Ecco> Seriously though, are there cases where it would matter? 2018-11-29T16:34:31 < Ecco> Even if the bus is oscillating at 1GHZ 2018-11-29T16:34:46 < Ecco> that's still be 3cm for a 10% of a period error 2018-11-29T16:35:11 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-29T16:39:21 < jpa-> Ecco: length-matching becomes much more important when the signal is differential; if you had different lengths in differential bus, you could get e.g. 0.1 nanosecond spikes in some differential clock signal which could be long enough to trigger the receiving chip 2018-11-29T16:40:21 < jpa-> but full speed usb is pretty tolerant to that also, highspeed and superspeed less so 2018-11-29T17:07:19 < jpa-> does some debugger have handy functionality for putting a condition on call stack? for example main calling foo() which calls bar() several levels deeper, and i don't want to break when bar() is called from elsewhere? currently i do it with three breakpoints, first one automatically enabling the second one and third one disabling it, but that is tedious to set up and doesn't work with threads 2018-11-29T17:10:00 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-29T17:10:58 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-29T17:12:33 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-29T17:25:36 < aandrew> jpa-: I haven't seen something that can break that way without software support (e.g. gdb I think has conditional breakpoints) 2018-11-29T17:27:57 < jpa-> sure, i mean support in debugger software 2018-11-29T17:28:33 < jpa-> but even gdb doesn't seem to have anything built-in for a condition of "being called from here" (.. and besides, gdb conditional breakpoints are often too slow) 2018-11-29T17:55:11 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-29T17:57:46 < Streaker> Is that information available? 2018-11-29T17:59:19 < Streaker> to the CPU 2018-11-29T17:59:46 < Streaker> I'm sure you could write a routine to check the return address 2018-11-29T18:00:34 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2018-11-29T18:01:11 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: WeeChat 2.3] 2018-11-29T18:08:46 < Steffanx> Get some pants Streaker 2018-11-29T18:08:47 -!- rene-dev_ [~rene-dev@h918173.serverkompetenz.net] has quit [Quit: ZNC - http://znc.in] 2018-11-29T18:09:21 < Streaker> I have many pants 2018-11-29T18:31:11 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 268 seconds] 2018-11-29T18:35:12 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-29T18:37:29 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-29T18:38:30 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-29T18:43:47 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-29T18:48:17 < bitmask> so I'm redesigning my board for a pcb fab, how do you do solder mask layer? 2018-11-29T19:02:18 < aandrew> "how do you do" solder mask layer? 2018-11-29T19:02:26 < aandrew> that should be automatic based on your component footprints 2018-11-29T19:02:53 < bitmask> ahh ok 2018-11-29T19:03:21 < aandrew> what EDA package are you using? 2018-11-29T19:03:26 < bitmask> altium 2018-11-29T19:03:58 < aandrew> ok so hit 'L' to bring up the layer menu and hten shut off everything but top solder and you should see a purple rectangle around every pad 2018-11-29T19:04:02 < aandrew> also around vias by default 2018-11-29T19:04:14 < aandrew> anywhere you see purple is an area where soldermask will NOT be put 2018-11-29T19:04:19 < bitmask> ok cool thanks 2018-11-29T19:06:03 < bitmask> also what about mounting holes, does it have to be a full hole (like a pad where the drill size is equal to the ring size so its all just drilled out) or do I just need the outline of a hole on some layer 2018-11-29T19:07:09 < aandrew> depends on what you want 2018-11-29T19:07:39 < bitmask> if only I knew :P 2018-11-29T19:07:42 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2018-11-29T19:07:49 < aandrew> you can have plain holes, which is just a coordinate/size on the drill layer, or you can put down a pad and set the pad size to the hole size, but I am not sure why you'd want that 2018-11-29T19:08:05 < aandrew> most times unplated holes are just coordinates/sizes on the drill layer 2018-11-29T19:08:21 < bitmask> ok, drill layer it is 2018-11-29T19:08:25 < aandrew> plated holes are almost always a component with a single pad specifying the shape of the metal 2018-11-29T19:08:55 < aandrew> bitmask: you might want to check out a bunch of the free altium tutorials by fedeval. I find his accent hard to follow at some times but he knows his stuff 2018-11-29T19:08:56 < bitmask> are plated holes for grounding to the chassis? 2018-11-29T19:09:05 < aandrew> plated holes are for whatever you want them to be 2018-11-29T19:09:15 < bitmask> ok 2018-11-29T19:09:21 < aandrew> I typically make mounting holes plated because I like having the metal around the hole for the screwhead 2018-11-29T19:30:11 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-29T19:34:48 < bitmask> https://i.imgur.com/m7qlfbS.png 2018-11-29T19:35:04 < bitmask> guess its good I checked, not sure why that one trace is uncovered :P 2018-11-29T19:35:04 -!- sterna [~Adium@c-08e2e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-29T19:37:05 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 268 seconds] 2018-11-29T19:39:00 < karlp> nkon package arrived. batteries in case at one far corner of package, rest of package beans. case all smashed up and broken. 2018-11-29T19:39:13 < karlp> way to packing beans bro 2018-11-29T19:40:50 < Steffanx> Hm, better complain :P 2018-11-29T19:42:29 < bitmask> Steffanx your favorite part of town is getting a 3d printed bridge? 2018-11-29T19:42:48 < Steffanx> Uh what? 2018-11-29T19:43:09 < bitmask> red light district is getting a steel 3d printed bridge 2018-11-29T19:43:24 < karlp> I'll send them a note, but as long as the batteries work, I'm not going to get terribly upset about the $1.25 case. 2018-11-29T20:12:30 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-29T20:13:09 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-29T20:14:05 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2018-11-29T20:20:18 < Steffanx> New to me bitmask 2018-11-29T20:20:24 < Steffanx> Pl 2018-11-29T20:21:03 < bitmask> https://www.facebook.com/cnbc/videos/10156628417184369/?fref=gs&dti=1068531466501015&hc_location=group 2018-11-29T20:21:19 < bitmask> not sure if that link will work 2018-11-29T20:23:09 < Steffanx> heh 2018-11-29T20:23:16 < bitmask> did it load? 2018-11-29T20:23:45 < Steffanx> yessir 2018-11-29T20:24:42 < jadew> I bet the finish sucks 2018-11-29T20:25:03 < jadew> I'd rather have a CNC 2018-11-29T20:27:09 < Steffanx> good luck getting a piece of metal of that since. 2018-11-29T20:30:19 < jadew> given that I don't build bridges, I don't think that'll come up too often 2018-11-29T20:44:02 < sync> for such things it is probably ok 2018-11-29T20:44:10 < sync> the metalurgy is gonna suck tho 2018-11-29T20:49:28 < Steffanx> Size* 2018-11-29T21:19:53 < invzim> someone hack ths rigol mso5000 already 2018-11-29T21:22:42 < Steffanx> Pass 2018-11-29T21:28:39 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-29T21:31:29 -!- [2]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-29T21:32:00 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-29T21:34:38 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 245 seconds] 2018-11-29T21:38:55 -!- sterna1 [~Adium@c-08e2e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-29T21:38:55 -!- sterna [~Adium@c-08e2e253.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2018-11-29T21:48:58 < kakimir> first product is out 2018-11-29T21:54:43 -!- psprint_ [~psprint@91.245.82.2] has quit [Quit: brb] 2018-11-29T21:58:10 < jadew> kakimir? 2018-11-29T21:59:07 < kakimir> product I made 2018-11-29T21:59:15 < jadew> show us 2018-11-29T21:59:46 < kakimir> I just checked if company had it listed but it's not updated yet 2018-11-29T22:01:42 < kakimir> nevertheless they shipped like 50units already 2018-11-29T22:09:19 < kakimir> dam that thing looks good 2018-11-29T22:09:24 < kakimir> damn* 2018-11-29T22:09:42 < englishman> congrats 2018-11-29T22:10:41 < sync> invzim: haxx0r it yourself 2018-11-29T22:30:02 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2018-11-29T22:59:04 < mitrax> kakimar: does it have smas? 2018-11-29T23:01:09 < mitrax> crt: that's my shed 2018-11-29T23:04:05 < kakimir> mitrax: 0 2018-11-29T23:04:53 < mitrax> kakimir: oh :( 2018-11-29T23:05:37 < mitrax> kakimar: what does it do? 2018-11-29T23:06:45 < bitmask> https://i.imgur.com/dFg0Ykc.png 2018-11-29T23:06:54 < bitmask> see any major flaws? 2018-11-29T23:07:18 < englishman> a bunch of exposed copper? 2018-11-29T23:07:27 < englishman> oh maybe not its just weird 2018-11-29T23:07:53 < bitmask> its just how jlcpcb renders it... 2018-11-29T23:08:02 < englishman> how thin are those traces 2018-11-29T23:08:06 < bitmask> 10 mil 2018-11-29T23:08:21 < mitrax> bitmask: that shallow angle bugs me on the bottom side 2018-11-29T23:08:22 < bitmask> some are 15 and others 40 2018-11-29T23:08:36 < bitmask> shallow angle? 2018-11-29T23:09:05 < mitrax> bitmask: yeah formed by the traces that goes to the second group of round pads near the center of the board 2018-11-29T23:09:38 < bitmask> the set of two? 2018-11-29T23:10:12 < bitmask> any recommendations? 2018-11-29T23:10:52 < mitrax> https://imgur.com/a/uEnCD3A 2018-11-29T23:11:01 < bitmask> yea thats what I thought 2018-11-29T23:11:11 < bitmask> wasn't sure a good way to do that 2018-11-29T23:12:58 < englishman> post shed pls 2018-11-29T23:23:54 < Thorn> https://imgur.com/gallery/speCXQn 2018-11-29T23:26:18 < mitrax> hrm i wonder if i can rely on the temperature sensor within my mcu to get an estimate of the temperature of an external RTC crystal that's a few mm away... the cpu heat spreads to the xtal through the PCB... ambient affects the cpu as well, sounds dodgy but it's an existing design i can't change 2018-11-29T23:28:14 < Thorn> the sensor is probably very inaccurate 2018-11-29T23:29:26 < mitrax> well i don't need precision, it's +-1.5°C but it's the temp within the mcu core... 2018-11-29T23:30:45 < englishman> time for experiment 2018-11-29T23:31:04 < mitrax> yeah that board will end up in the freezer soon... 2018-11-29T23:31:30 < englishman> was it you that asked about 10mhz gpsdo 2018-11-29T23:32:22 < mitrax> yeah 2018-11-29T23:32:38 < mitrax> i got an ublox one 2018-11-29T23:32:42 < englishman> did you end up with a sol 2018-11-29T23:32:44 < englishman> yes 2018-11-29T23:32:45 < englishman> which one? 2018-11-29T23:34:25 < mitrax> an old one, neo-7M from some tarduino module, the electronics store nearby had some, that was just for measurement purpose so i got that 2018-11-29T23:34:37 < englishman> cool 2018-11-29T23:35:19 < englishman> does that one have 10mhz output? 2018-11-29T23:35:43 < mitrax> it has an output thats configurable from 0.25Hz to 10Mhz 2018-11-29T23:35:56 < englishman> hm all the 7 series do, cool 2018-11-29T23:36:01 < englishman> they charge like 2x for that on 8 2018-11-29T23:39:01 < mitrax> https://imgur.com/a/XblitDN :) 2018-11-29T23:39:39 < englishman> neat 2018-11-29T23:39:48 < mitrax> (the counter is connected to a rubidium clock reference a friend lent me) 2018-11-29T23:40:47 < aandrew> pff 2018-11-29T23:40:48 < aandrew> that's crap 2018-11-29T23:40:52 < aandrew> look at that 8 at the end 2018-11-29T23:41:02 < aandrew> I thought you were trying to be accurate 2018-11-29T23:41:33 < mitrax> ahah 2018-11-29T23:41:41 < englishman> i cant even count to 10 and that device counts to 10 million every second 2018-11-29T23:41:47 < aandrew> I too have something to share 2018-11-29T23:41:49 < aandrew> https://imgur.com/pKX29vl 2018-11-29T23:42:01 < aandrew> that's the high level connection diagram for that board I've been working on 2018-11-29T23:42:24 < aandrew> took me like 3h and four iterations to get it drawn out semi-legibly. now I am going to do it up properly electronically 2018-11-29T23:43:57 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-29T23:46:08 < mitrax> cool, what is it for? or is it super secret like kakimir's project? 2018-11-29T23:47:05 < aandrew> yeah it's super secret but basically it's a digitizer for line sensors --- Day changed Fri Nov 30 2018 2018-11-30T00:11:51 < Steffanx> I dont see a battery charger, so no kakimir project. 2018-11-30T00:17:01 < karlp> I thought it was SMAs that identified kaks. 2018-11-30T00:21:54 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-30T00:42:56 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 250 seconds] 2018-11-30T00:53:49 < Steffanx> That too 2018-11-30T00:57:05 < karlp> oh, congrats on first shipped product kaks :) 2018-11-30T00:59:51 < PeterM> im really curious to see what kaks first shipped product is 2018-11-30T01:00:03 < jadew> mitrax, nice, how stable is that reading? 2018-11-30T01:00:03 < PeterM> im hoping its a 10/10 troll proj 2018-11-30T01:01:22 < jadew> I'm relying on the internal OCXO of my counter and just calibrate it from time to time (yearly or so) from a rubidium standard 2018-11-30T01:05:47 < jadew> I'm only asking because the GPS ones are only as stable as the oscillator they have on board 2018-11-30T01:07:35 < jadew> PeterM, me too 2018-11-30T01:08:49 < PeterM> defs gonna be something like an electronic dowsing rod LOL 2018-11-30T01:11:55 < jadew> jeez... dowsing seems to still be practiced today 2018-11-30T01:12:38 < jadew> I guess it doesn't work on oil, otherwise the oil industry would be full of dowsers 2018-11-30T01:16:03 < jadew> that's how you get a well in a shit place, instead of where it would make sense to have it 2018-11-30T01:20:30 -!- sterna1 [~Adium@c-08e2e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2018-11-30T01:35:35 -!- mode/##stm32 [+o englishman] by ChanServ 2018-11-30T01:35:38 -!- mode/##stm32 [-b *!*@128.243.52.196] by englishman 2018-11-30T01:35:46 -!- mode/##stm32 [-b *!*@host86-149-71-110.range86-149.btcentralplus.com] by englishman 2018-11-30T01:35:58 -!- mode/##stm32 [-b *!5695476e@gateway/web/freenode/ip.86.149.71.110] by englishman 2018-11-30T01:36:25 -!- mode/##stm32 [-o englishman] by ChanServ 2018-11-30T01:45:19 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 268 seconds] 2018-11-30T02:02:44 < englishman> altium 19.0.8 is out 2018-11-30T02:07:36 < karlp> did they change their pricing? 2018-11-30T02:32:08 < jadew> it's even more expensive 2018-11-30T02:32:13 < jadew> *probably 2018-11-30T02:42:31 -!- [2]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- *I* use it, so it must be good!] 2018-11-30T02:42:53 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-30T02:44:41 -!- Laurenceb124 [~laurence@host86-141-2-61.range86-141.btcentralplus.com] has joined ##stm32 2018-11-30T02:48:57 < Laurenceb124> sup trollz 2018-11-30T02:54:17 < mawk> sup 2018-11-30T02:55:43 < jadew> were you on vacation? 2018-11-30T02:59:40 < bitmask> what size pad do you use for a .1" header pin? 38-40 mil for the drill size seems to be standard, what about the pad? 2018-11-30T03:02:57 < bitmask> 2mm? 78.74 mil or smaller? 2018-11-30T03:04:31 < bitmask> or 60 mil 2018-11-30T03:08:34 < Laurenceb124> jadew: i was in banland 2018-11-30T03:08:54 < jadew> ah... quiet place 2018-11-30T03:09:31 < jadew> must have been rejuvenating 2018-11-30T03:22:50 < jadew> https://www.youtube.com/watch?v=-Qeq7ZgUOuE 2018-11-30T03:39:19 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-30T04:10:10 < englishman> bitmask: IPC-7241 for .4mm hole is .9 land 2018-11-30T04:10:23 < englishman> oh mils 2018-11-30T04:10:39 < englishman> 1mm hole is 1.5mm pad 2018-11-30T04:11:08 < bitmask> ahh that seemed small, I made it 1mm and 1.7mm 2018-11-30T04:11:47 < englishman> IPC-7251 2018-11-30T04:11:49 < englishman> oops 2018-11-30T04:11:57 < bitmask> I dont know what IPC is anyway 2018-11-30T04:13:08 < englishman> k 2018-11-30T04:38:14 -!- Laurenceb124 [~laurence@host86-141-2-61.range86-141.btcentralplus.com] has quit [Ping timeout: 250 seconds] 2018-11-30T04:54:32 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-30T04:59:30 -!- Adluc [Adluc@base48.cz] has quit [Ping timeout: 252 seconds] 2018-11-30T04:59:31 -!- hexo_ [hexo@base48.cz] has quit [Ping timeout: 252 seconds] 2018-11-30T05:00:46 -!- srk [sorki@fedora/sorki] has quit [Ping timeout: 250 seconds] 2018-11-30T05:07:57 -!- nn7 [~nn7@161.97.236.131] has quit [Quit: Leaving] 2018-11-30T06:06:34 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-30T06:32:11 -!- srk [~sorki@fedora/sorki] has joined ##stm32 2018-11-30T06:36:43 -!- srk [~sorki@fedora/sorki] has quit [Ping timeout: 245 seconds] 2018-11-30T06:38:28 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 272 seconds] 2018-11-30T06:44:12 -!- srk [sorki@fedora/sorki] has joined ##stm32 2018-11-30T07:00:05 -!- hexo_ [hexo@base48.cz] has joined ##stm32 2018-11-30T07:00:17 -!- Adluc [Adluc@base48.cz] has joined ##stm32 2018-11-30T07:17:19 -!- Jak_o_Ombroj [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 250 seconds] 2018-11-30T07:17:49 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2018-11-30T07:22:02 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-30T07:22:17 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2018-11-30T07:28:43 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2018-11-30T07:32:30 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2018-11-30T07:32:30 -!- day__ is now known as day 2018-11-30T08:35:59 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2018-11-30T08:45:40 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 250 seconds] 2018-11-30T08:47:32 -!- sterna [~Adium@c-62e1e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2018-11-30T08:49:37 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2018-11-30T08:50:16 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2018-11-30T09:13:01 -!- sterna [~Adium@c-62e1e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 268 seconds] 2018-11-30T09:13:09 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2018-11-30T09:35:42 -!- leachim6 [~leachim6@unaffiliated/leachim6] has quit [Ping timeout: 252 seconds] 2018-11-30T09:37:35 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-30T09:42:38 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2018-11-30T09:43:42 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2018-11-30T09:47:16 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-30T10:01:35 -!- leachim6 [~leachim6@unaffiliated/leachim6] has joined ##stm32 2018-11-30T10:06:43 < Steffanx> Fixed everything, breakd new things 2018-11-30T10:08:05 < Steffanx> Breaks* 2018-11-30T10:09:00 < Thorn> Altium Disaster 2018-11-30T10:09:52 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-30T10:09:57 < Steffanx> I blame the free russian addon 2018-11-30T10:23:36 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 250 seconds] 2018-11-30T10:36:37 < Haohmaru> why are you putin addons 2018-11-30T10:36:44 < Haohmaru> don't you know bett0r 2018-11-30T10:41:26 < Steffanx> Its a package deal, Haohmaru 2018-11-30T11:02:31 < c10ud> who the fuck thought the uefi thing was a good idea? 2018-11-30T11:03:01 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-30T11:04:01 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: WeeChat 2.3] 2018-11-30T11:05:02 < Haohmaru> the smoker from le x-files 2018-11-30T11:14:11 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-30T11:16:43 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 245 seconds] 2018-11-30T11:21:23 < kakimir> Steffanx: sounds like kicad 2018-11-30T11:24:50 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-30T11:26:14 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Remote host closed the connection] 2018-11-30T11:26:49 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-30T11:27:02 < drzacek> Hello there 2018-11-30T11:28:18 < drzacek> What baudrates can I set on stm32? I'm using HAL functions. I've read the manual and from what I understand - every baudrate is possible, there are no "standard" and "officialy supported" values which I should take? 2018-11-30T11:29:08 < Haohmaru> wut r you connecting this to? 2018-11-30T11:30:42 < drzacek> FTDI chip -> usb -> pc 2018-11-30T11:31:22 < Haohmaru> in that case, ask yourself if the pc+ftdi would let you use "any" baudrate 2018-11-30T11:31:32 < drzacek> let's say they do 2018-11-30T11:31:51 < Haohmaru> that's a risky assumption 2018-11-30T11:31:53 < drzacek> I'm trying to rule out some potential errors here 2018-11-30T11:32:15 < drzacek> lemme rephrase - let's say they support the baudrates I want to use, for example 2000000 2018-11-30T11:32:56 < Haohmaru> let's say i agree ;P~ 2018-11-30T11:33:15 < drzacek> but if I run at 2M it doesn't seem to run stabily, compared to when run at 500000 2018-11-30T11:33:39 < drzacek> software errors are of course still an option, but want to be sure that I can use that baudrate 2018-11-30T11:33:52 < Haohmaru> so wut is teh question here? 2018-11-30T11:34:24 < kakimir> 2Megs! 2018-11-30T11:34:28 < drzacek> Is 2000000 a valid baudrate for STM32f103xx running at 72mhz 2018-11-30T11:35:19 < Haohmaru> i don't know.. there should be formulas in the datasheet, and maybe a table with precomputed baudrates/settings 2018-11-30T11:35:31 < drzacek> I'm having trouble understanding that part of the manual (RM0008, page 796-797), I know there is some rounding in play which in turn means errors 2018-11-30T11:35:42 < Haohmaru> yes 2018-11-30T11:36:10 < Haohmaru> but what akchually matters is that both sides happen to be on the same rate 2018-11-30T11:37:20 < Haohmaru> you may want 2Mbit, it may happen to result in 1.995361Mbit due to this or that.. but if the other side happens to be on that same rate - ur golden 2018-11-30T11:37:49 < drzacek> any way to check the ACTUAL freq? 2018-11-30T11:38:03 < Haohmaru> sorta 2018-11-30T11:38:29 < drzacek> osciloscope? 2018-11-30T11:38:30 < Haohmaru> transmit either 0xAA or 0x55 (forgot which one) 2018-11-30T11:39:24 < Haohmaru> ..as fast as posshiburu, if the UART is set to 1start bit and 1 stop bit and nothing else fancy, then the signal should look like a square wave at half the frequency 2018-11-30T11:45:55 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2018-11-30T11:48:33 -!- Cracki_ [~Cracki@unaffiliated/crackwitz] has joined ##stm32 2018-11-30T11:49:46 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2018-11-30T11:52:40 < drzacek> Cracki, I'm guessing those are only examples, cause you are able to set many more baudrates with fractional dividers 2018-11-30T11:52:50 < drzacek> and those what I need are not included in that table 2018-11-30T11:53:14 < drzacek> but I tried calculating that formula and it seems there is no rounding involved for 2000000 baud 2018-11-30T11:53:22 < drzacek> 72mhz clock 2018-11-30T11:54:11 < drzacek> yeah, thats the one 2018-11-30T11:55:02 < drzacek> okay 2018-11-30T11:55:14 < drzacek> so I need to look deeper down in my code for eventual problems then 2018-11-30T11:58:59 < drzacek> I have osciloscope 2018-11-30T11:59:11 < kakimir> if function has attribute like 2018-11-30T11:59:20 < kakimir> section(".init3") 2018-11-30T11:59:32 < kakimir> and naked 2018-11-30T11:59:41 < kakimir> do I need to call it in mainloop 2018-11-30T11:59:57 < kakimir> or is it automatically executed pre-main? 2018-11-30T12:00:09 < kakimir> good 2018-11-30T12:00:52 < kakimir> I don't 2018-11-30T12:01:03 < kakimir> I just introduced this piece of code from an example 2018-11-30T12:03:55 < kakimir> copy of reset flags 2018-11-30T12:09:29 -!- sterna [~Adium@cvis.oal.lindholmen.se] has joined ##stm32 2018-11-30T12:14:49 -!- ohsix [~ohsix@bc175210.bendcable.com] has quit [Ping timeout: 246 seconds] 2018-11-30T12:25:38 -!- sterna [~Adium@cvis.oal.lindholmen.se] has quit [Ping timeout: 244 seconds] 2018-11-30T12:29:58 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-30T12:33:26 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 268 seconds] 2018-11-30T12:33:27 -!- [1]MrMobius is now known as MrMobius 2018-11-30T12:41:03 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2018-11-30T12:41:14 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-30T12:41:31 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Client Quit] 2018-11-30T12:42:40 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-30T12:44:58 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Client Quit] 2018-11-30T12:50:02 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-30T12:52:07 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Client Quit] 2018-11-30T12:55:12 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-30T13:00:52 -!- sterna [~Adium@cvis.oal.lindholmen.se] has joined ##stm32 2018-11-30T13:15:04 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2018-11-30T13:24:05 -!- sterna1 [~Adium@cvis.oal.lindholmen.se] has joined ##stm32 2018-11-30T13:26:49 < kakimir> what happens when interrupt changes variable value while variable value is used in if else if else condition? 2018-11-30T13:27:11 < kakimir> condition will execute with old value? 2018-11-30T13:27:12 < Haohmaru> a tiny alien in yer cpu flips a coin 2018-11-30T13:27:20 -!- sterna [~Adium@cvis.oal.lindholmen.se] has quit [Ping timeout: 250 seconds] 2018-11-30T13:27:30 < kakimir> let's say we have entered condition already 2018-11-30T13:27:55 < kakimir> yes 2018-11-30T13:28:27 < jpa-> kakimir: it will depend totally on the actual instructions, not on any high-level concept of condition 2018-11-30T13:28:37 < kakimir> yes 2018-11-30T13:28:48 < jpa-> as soon as the value has been loaded from memory, it will stay the same 2018-11-30T13:29:18 < kakimir> I think I should not use same flag 2018-11-30T13:29:31 < kakimir> instead make seperate flag that sets flag 2018-11-30T13:29:31 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-30T13:29:31 < jpa-> if it is a 64-bit value or unaligned, you could even get half of old value and half of new value 2018-11-30T13:29:53 < kakimir> nope 2018-11-30T13:29:56 < kakimir> not an option 2018-11-30T13:30:13 < kakimir> and just realized I already have a flag that I can use to 2018-11-30T13:32:08 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 245 seconds] 2018-11-30T13:32:08 -!- [1]MrMobius is now known as MrMobius 2018-11-30T13:34:59 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-30T13:35:47 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-30T13:35:53 -!- sterna1 [~Adium@cvis.oal.lindholmen.se] has quit [Quit: Leaving.] 2018-11-30T13:36:59 < kakimir> charger chrg led flickers when it's not connected to battery so I added set/clear global_nchrg_flag in begin of interrupt to shut down drive to CHRG led further down in interrupt in led sequencer 2018-11-30T13:37:14 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2018-11-30T13:38:16 < kakimir> and in same condition I clear global_nchrg_flag I also set battery detection initialization counter for initialization steps for deltaU operation 2018-11-30T13:38:37 < kakimir> so it's a bad idea to mess with such counter in interrupt 2018-11-30T13:38:49 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-30T13:38:49 -!- [1]MrMobius is now known as MrMobius 2018-11-30T13:39:35 < kakimir> now battery detection function checks global_nchrg_flag at same time it checks low and high voltage thresholds for vbatt and sets initialization counter if needed 2018-11-30T13:42:26 < kakimir> I did fun trick with that nchrg pin of charger 2018-11-30T13:42:48 < kakimir> I use one GPIO pin to both drive the led to sequence it 2018-11-30T13:42:59 < kakimir> and also measure it with adc to detect if charger is charging 2018-11-30T13:45:41 < kakimir> one pin less, one trace less and two vias less 2018-11-30T13:45:57 < jpa-> such savings 2018-11-30T13:46:25 < kakimir> it means something when board diameter is 20mm and it has the whole smart charging functionality in it 2018-11-30T13:47:35 < Haohmaru> SWD - is that thing vendor-specific? 2018-11-30T13:48:23 < kakimir> nope 2018-11-30T13:48:35 < kakimir> it's arm specific 2018-11-30T13:48:54 < kakimir> it's standard by arm holdings limited 2018-11-30T13:49:22 < Haohmaru> okay, so for an atsame70 chip, what are my options? 2018-11-30T13:50:11 < Haohmaru> atmel ice is one option afaik 2018-11-30T13:50:27 < kakimir> does atmel ice have swd? 2018-11-30T13:50:50 < kakimir> or what does it not have.. 2018-11-30T13:51:04 < PaulFertser> Haohmaru: why can't you use any swd debugger including stlink? 2018-11-30T13:51:23 < Haohmaru> i don't know, that's the problem 2018-11-30T13:51:42 < PaulFertser> Haohmaru: stlink kinda sucks but it might work for many purposes, so worth a try. 2018-11-30T13:52:30 < PaulFertser> Haohmaru: atmel ice is cmsis-dap, right? So it should work too. As any other cmsis-dap adapter. And now you can flash sane cmsis-dap firmware to bluepill and use that. 2018-11-30T13:52:34 < Haohmaru> the chip has a few pins with names like SWDIO SWCLK TRACESWO.. 2018-11-30T13:52:48 < PaulFertser> Haohmaru: so, that's just SWD. 2018-11-30T13:53:19 < Haohmaru> all of this is confusing, i've never used such fancy thangs 2018-11-30T13:54:10 < PaulFertser> https://github.com/devanlai/dap42 2018-11-30T13:54:17 < PaulFertser> Haohmaru: what were you using instead? 2018-11-30T13:54:22 < kakimir> Haohmaru: get jlink clone 2018-11-30T13:54:40 < Haohmaru> PaulFertser i've not done anything with arm yet 2018-11-30T13:55:38 < PaulFertser> Haohmaru: not even with stm32? 2018-11-30T13:55:58 < kakimir> get a board with jlink lite integrated 2018-11-30T13:56:05 < kakimir> get stlink 2018-11-30T13:56:08 < kakimir> or clone 2018-11-30T13:56:21 < Haohmaru> no, but i was.. i guess "researching" using an stm32 for a different scenario a bunch of months ago 2018-11-30T13:56:48 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Read error: Connection reset by peer] 2018-11-30T13:56:51 -!- drz3k [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2018-11-30T13:58:15 < kakimir> is value of undefined macro 0 in #if !UNDEFINEDMACRO? 2018-11-30T13:58:20 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2018-11-30T13:58:35 < kakimir> and generally 2018-11-30T13:59:13 < kakimir> After all replacements due to macro expansion and the defined unary operator have been performed, all remaining identifiers are replaced with the pp-number 0 2018-11-30T13:59:21 < kakimir> nic 2018-11-30T14:01:36 < kakimir> C rules 2018-11-30T14:03:22 < benishor> best IDE hands down for stm32 on linux? 2018-11-30T14:03:24 < Haohmaru> PaulFertser how do you generally program a chip? some commandline tool? 2018-11-30T14:03:51 < PaulFertser> Haohmaru: openocd and if I'm debugging, I use "load" from gdb. 2018-11-30T14:04:30 < Haohmaru> with which device? the one you linked to on github? 2018-11-30T14:04:57 < PaulFertser> Haohmaru: with ftdi-based adapters mostly but I also use other supported interfaces occassionally. 2018-11-30T14:05:53 < Haohmaru> oh, the ftdi-based adapter thing.. i read about it somewhere.. my impression is that it's a sort of hack 2018-11-30T14:06:17 < Haohmaru> and supposedly SWD works "faster" 2018-11-30T14:06:24 < PaulFertser> Haohmaru: plenty of expensive adapters are ftdi-based. And many vendors include on-board ftdi adapters. 2018-11-30T14:11:14 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: WeeChat 2.3] 2018-11-30T14:15:26 -!- Laurenceb124 [~laurence@86.141.2.61] has joined ##stm32 2018-11-30T14:15:29 -!- sterna [~Adium@cvis.oal.lindholmen.se] has joined ##stm32 2018-11-30T14:23:51 < Haohmaru> hm, the datasheet doesn't say anything about cmsis-dap 2018-11-30T14:23:52 < jpa-> ftdi chips are quite flexible, it depends a lot on the control algorithms 2018-11-30T14:24:17 < PaulFertser> Haohmaru: SWD man, it doesn't matter much what adapter you'll be using. 2018-11-30T14:24:33 < PaulFertser> Haohmaru: the datasheet doesn't say anything about jlink either. So what. 2018-11-30T14:25:02 < PaulFertser> Haohmaru: you can even use an SBC as an adapter. 2018-11-30T14:25:26 < Haohmaru> it says that it has SWD and, FPB, data watchpoint and trace, instrumentation trace macrocell, something something CoreSight, and jtag boundary scan 2018-11-30T14:26:47 < jpa-> it's pretty difficult to get used to this stuff just by reading datasheets; get some dev boards and get familiar with the tools 2018-11-30T14:27:17 < Haohmaru> yes, i'll be getting the same70-xpld board 2018-11-30T14:27:49 < Haohmaru> afaiu, it has some fancy onboard co-processor that can program the main chip via their IDE 2018-11-30T14:28:13 < zyp> what are we talking about? 2018-11-30T14:28:38 < Haohmaru> semi-off-topic sh*t :/ 2018-11-30T14:28:46 < jpa-> it's not a coprocessor 2018-11-30T14:28:55 < Haohmaru> okay 2018-11-30T14:28:59 < jpa-> just a plain old debugger on the same board, just like st's discovery boards etc 2018-11-30T14:29:08 < Haohmaru> *shrug* 2018-11-30T14:29:10 < jpa-> https://www.microchip.com/webdoc/protocoldocs/ch01s01.html (EDBG in atmel's case) 2018-11-30T14:29:43 < jpa-> (and yeah, it does csmsi-dap) 2018-11-30T14:30:15 < Haohmaru> my head hurts already from so many abbreviations and fancy new words x_x 2018-11-30T14:30:30 < jpa-> you are trying to read too much ahead of time 2018-11-30T14:30:38 < jpa-> just get a board, start using it, figure out stuff as you need it 2018-11-30T14:30:52 < jpa-> it is probably easiest to start with the vendor IDE and figure out third-party debuggers and tools later 2018-11-30T14:31:15 < Haohmaru> i already began making a pcb :/ 2018-11-30T14:31:26 < PaulFertser> Haohmaru: on explained board you'll have cmsis-dap integrated 2018-11-30T14:31:35 < zyp> Haohmaru, what are you making? 2018-11-30T14:31:52 < Haohmaru> re-inventing my ethernet module 2018-11-30T14:32:06 < zyp> ah, that stuff 2018-11-30T14:32:16 < zyp> sam e70 was that part with builtin phy? 2018-11-30T14:32:37 < Haohmaru> no, unfortunately, it seems built-in phy is an uber rare thing 2018-11-30T14:32:42 < Haohmaru> it only has MAC 2018-11-30T14:32:56 < zyp> yeah, on the photo of atsame70-xpld it does have a phy 2018-11-30T14:33:02 < zyp> externally 2018-11-30T14:33:09 < Haohmaru> yes, the ksz8081rna 2018-11-30T14:33:30 < zyp> any reason in particular you went with atsam? 2018-11-30T14:33:44 < Haohmaru> i'm trying to copy/paste from the xpld board as much as possible, however, the xpld board uses the 144pin chip, while i'm using the 64pin variant 2018-11-30T14:33:53 < zyp> ah, 64pin, got it 2018-11-30T14:35:42 < Haohmaru> i generated codez with atmel.start, and i downloaded an example firmware for the xpld board that shows an ethernet bootloader, so i'll be trying to butcher something together with duct tape x_x 2018-11-30T14:37:03 < zyp> so anyway, is this supposed to be an ethernet module that only runs networking, and interfaces to another mcu for the main system? 2018-11-30T14:37:17 < Haohmaru> yes 2018-11-30T14:37:47 < zyp> and none of the existing ethernet modules on the market fits the bill? 2018-11-30T14:38:53 < Haohmaru> not exactly 2018-11-30T14:39:35 < Haohmaru> wiznet had one that was close 2018-11-30T14:39:49 < Haohmaru> but it had an unelegant config tool 2018-11-30T14:39:55 < Haohmaru> (as if mine is elegant) 2018-11-30T14:41:16 < zyp> hmm 2018-11-30T14:41:57 < Haohmaru> and most of them are async UART or something similar 2018-11-30T14:42:05 * Haohmaru hides 2018-11-30T14:42:35 < Haohmaru> so anything with "SWD cmsis-DAP" will work? 2018-11-30T14:42:40 < zyp> what do you need? 2018-11-30T14:43:03 < Haohmaru> at least a programmer, and it'd be gud if the connector doesn't have to be huge 2018-11-30T14:43:33 < Haohmaru> the xpld board has the SWD thing on a 20pin 2.54mm connector x_x 2018-11-30T14:43:34 < zyp> I meant the interface 2018-11-30T14:44:15 < Haohmaru> synchronous USART slave is what i use on the "old" eth module right now, and it works fine 2018-11-30T14:44:51 < zyp> oh, is that why you've been going on about synchronous? 2018-11-30T14:45:03 < Haohmaru> yez 2018-11-30T14:46:45 < zyp> I think the reason synchronous isn't well supported is because nobody cares about synchronous :p 2018-11-30T14:47:03 < zyp> modern uarts can keep up perfectly well without external clock :p 2018-11-30T14:47:33 < zyp> and then there's SPI if you need something faster 2018-11-30T14:48:07 < Haohmaru> or USART, with an emphasis on the S 2018-11-30T14:48:54 < Haohmaru> some vendors seem to not have a proper USART periph 2018-11-30T14:49:32 < Haohmaru> i was thinking to use USART once on a pic18 iirc, and i don't remember what happened but i think there was no actual clock pin or something dumb like that 2018-11-30T14:57:36 < Haohmaru> or maybe i should just get the atmel ice? 2018-11-30T14:57:49 < Haohmaru> it will be able to debug my xmegas afaik 2018-11-30T14:57:54 < Haohmaru> that'd be fancy 2018-11-30T15:14:36 < day> avr one! look at that sexy case 2018-11-30T15:16:15 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-30T15:27:21 < englishman> tesla 3 has quad-core atom E3950 2018-11-30T15:27:31 < englishman> and apparently older cars are hitting eMMC write limits and bricking 2018-11-30T15:27:36 < zyp> haha 2018-11-30T15:27:50 < Steffanx> Id use edison 2018-11-30T15:28:08 < englishman> ^ 2018-11-30T15:31:11 < englishman> https://www.youtube.com/watch?v=NRMpNA86e8Q 2018-11-30T15:37:26 < aandrew> lol 2018-11-30T15:44:21 < Steffanx> That guy looks like tct 2018-11-30T15:48:42 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2018-11-30T15:49:25 < bitmask> is there any problem crossing logic lines on opposite sides of a board? 2018-11-30T15:50:06 < bitmask> I'm guessing if thats an issue it would be for analog stuff at high power? 2018-11-30T15:50:23 < jpa-> yeah, you'll be breaking up your ground plane and should arrange for ground return path as a signal instead 2018-11-30T15:50:59 < jpa-> you can probably get away with it if there is no sensitive analog stuff on same board and speed is not very high etc. 2018-11-30T15:51:03 < bitmask> I'm not using the whole board as a ground plane 2018-11-30T15:51:20 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2018-11-30T15:51:21 < bitmask> since only a few things need a path there 2018-11-30T15:51:29 < zyp> jpa-, what? 2018-11-30T15:51:29 < bitmask> and theres two voltages on the board 2018-11-30T15:51:33 < jpa-> ok, well then you have nothing to lose :P 2018-11-30T15:51:58 < bitmask> its not very sensitive stuff, I think I'll be ok 2018-11-30T15:52:12 < zyp> jpa-, on 2L, crossing tracks on opposite sides is exactly what you want to do 2018-11-30T15:52:26 < bitmask> oh one thing though, can you route a trace from a pad to a plane? doesnt seem to want to do that in altium 2018-11-30T15:52:35 < zyp> what you want to avoid is running parallel tracks on both sides 2018-11-30T15:52:45 < bitmask> oh really? 2018-11-30T15:52:46 < jpa-> well, it's the only thing you can do on 2L; but you should think about ground return paths for each of the signals 2018-11-30T15:52:55 < zyp> yes 2018-11-30T15:53:07 < jpa-> zyp: do you avoid running tracks parallel on same side? what more reason is there to avoid it on opposite sides? 2018-11-30T15:53:13 < bitmask> this is a very basic board, its basically an arduino nano shield 2018-11-30T15:53:37 < jpa-> (ok, i guess parallel tracks also break ground pretty well) 2018-11-30T15:53:48 < bitmask> I would make my own 'nano' (atmega328P) board as I have some ICs for it but I dont really trust myself soldering them at this point 2018-11-30T15:54:00 < zyp> jpa-, on 2L boards, the ground plane is made up of ground pours on both sides stitched together 2018-11-30T15:54:02 < jpa-> usually on 2L boards i avoid running signals on the other side except for short hops 2018-11-30T15:54:20 < zyp> tracks running in parallel on both sides creates long cuts 2018-11-30T15:54:51 < jpa-> zyp: but if all signals run parallel to the long cut, the long cut doesn't matter? 2018-11-30T15:55:07 -!- ohsix [~ohsix@bc175210.bendcable.com] has joined ##stm32 2018-11-30T15:56:29 < bitmask> I know this is kinda strange :P but is there anything inherently wrong with it? https://imgur.com/a/7szpInp 2018-11-30T15:56:56 -!- Laurenceb124 [~laurence@86.141.2.61] has quit [Ping timeout: 268 seconds] 2018-11-30T15:57:48 < zyp> I'd route everything in the same layer 2018-11-30T15:58:10 < bitmask> why does it matter in this case? 2018-11-30T15:58:19 < zyp> if you're not using pins 17/18, you can run the signals for 23-24 in between there to avoid the conflict with 19-22 2018-11-30T15:58:27 < zyp> well 2018-11-30T15:58:34 < jpa-> it doesn't really matter for such stuff, you are not going to get it EMC tested anyway :P 2018-11-30T15:58:44 < bitmask> right :) 2018-11-30T15:58:45 < zyp> on a design of that complexity where you're using a DIP breakout, shit doesn't matter at all 2018-11-30T15:59:30 < zyp> but you're the one asking how to do it right :p 2018-11-30T15:59:52 < bitmask> this is the second board although I corrected the weird angle to the two pin connector in the center: https://i.imgur.com/dFg0Ykc.png 2018-11-30T16:00:11 < bitmask> zyp true 2018-11-30T16:00:20 < jpa-> why so thin traces? 2018-11-30T16:00:37 < bitmask> they are 10 mil, isn't that normal? 2018-11-30T16:00:45 < zyp> 10 mil is pretty thick :p 2018-11-30T16:00:50 < bitmask> I thought so 2018-11-30T16:00:57 < jpa-> hmm, i guess i didn't just realize the scale of the board :P 2018-11-30T16:01:30 < bitmask> its weird how it shows it because theres a 15 mil route that looks the same width, should it appear differently? 2018-11-30T16:01:31 < zyp> they just look thin because everything are huge pth parts with a couple millimeters of pitch :p 2018-11-30T16:01:38 < bitmask> is there anyway to check the gerber? 2018-11-30T16:01:50 < zyp> just zoom in and see? 2018-11-30T16:02:02 < jpa-> bitmask: the board is so big that 15 mil or 10 mil is just 1 pixel anyway in the small image 2018-11-30T16:02:04 < bitmask> oh yea I guess a gerber viewer would do it :P 2018-11-30T16:02:41 < zyp> on the other hand, with pth pads like that, you might want to do thicker traces just for mechanical strength 2018-11-30T16:02:53 < zyp> thinner traces are easier to fuck up when you're soldering 2018-11-30T16:03:33 < Haohmaru> or ask for that extra thicc soldermask 2018-11-30T16:03:45 < bitmask> I think if I go any bigger I'd have to route it differently, I'll try it as it is 2018-11-30T16:03:56 < zyp> uh 2018-11-30T16:04:14 < zyp> judging by the pic you have way more clearance than trace there 2018-11-30T16:04:27 < zyp> and minimums for each are usually on the order of 6/6 2018-11-30T16:04:28 < bitmask> oh right, I can lower the clearance 2018-11-30T16:04:37 < jpa-> back when i used to ocd about pcbs, i'd up the global thickness until i started getting DRC errors 2018-11-30T16:05:36 < zyp> when I'm doing a 6/6 board, I usually set the minimums in the rules to 6 and route with 8mil traces 2018-11-30T16:06:47 < zyp> gives me a bit to go on when I need to squeeze in something that almost fits with 8 mil :p 2018-11-30T16:07:36 < zyp> https://bin.jvnv.net/file/Q8moB.png <- like the trace that passes between those capacitor pads 2018-11-30T16:08:00 < zyp> IIRC everything else is 8 mil, but the segment under the capacitors is lowered to 7 :p 2018-11-30T16:20:11 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2018-11-30T16:55:03 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 246 seconds] 2018-11-30T16:55:52 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2018-11-30T16:58:48 < englishman> https://www.carscoops.com/2018/11/new-nissan-leaf-nismo-rc-debuts-carbon-monocoque-322hp/ 2018-11-30T16:59:14 < englishman> 1200kg 2018-11-30T17:03:04 < Steffanx> Fancy, but id rather get a leaf 2018 2018-11-30T17:10:32 < zyp> I'm not sure whether I'd prefer a leaf 2018 over my car 2018-11-30T17:11:22 < zyp> range on a charge is of course a lot better, but charging wise it sounds like my car performs better 2018-11-30T17:12:24 < englishman> id avoid leaf until they switch away from those awful jap batteries 2018-11-30T17:13:06 < englishman> leaf is literally the only car where "battery degredation" is so bad they have a battery health meter right on the dash 24/7 2018-11-30T17:13:31 < zyp> haha, I've never understood that 2018-11-30T17:13:40 < mawk> get your screwdriver and swap the battery 2018-11-30T17:13:55 < zyp> why the fuck do you want something that actively tells you your car is getting old? 2018-11-30T17:14:02 < englishman> 1) nissan doesnt sell batteries alone. you have to buy them with an install service 2018-11-30T17:14:06 < englishman> 2) they are 8.5k USD 2018-11-30T17:15:11 < mawk> nissan french owner is being detained in japan for tax fraud 2018-11-30T17:15:12 < mawk> lol 2018-11-30T17:15:16 < englishman> yea 2018-11-30T17:15:30 < englishman> they delayed the release of the 2019 leaf because of that 2018-11-30T17:15:31 < mawk> here in france the police can keep you on watch for 3 days top, with doctor visits, they can't talk to you without your lawyer, etc 2018-11-30T17:15:37 < englishman> also he is the one that pushed for electric cars 2018-11-30T17:15:59 < mawk> in japan that poor french guy got like 1 month of police watch, can't talk to his wife in french (only japanese) 2018-11-30T17:17:46 < englishman> then again, the amount i paid for the whole leaf is the same as 2-3 years of new egolf depreciation 2018-11-30T17:23:31 < sync> englishman: well, just swap in some prismatic cells 2018-11-30T17:23:40 < sync> (and watch it burn after some while) 2018-11-30T17:23:52 < mawk> some million $s I guess Cracki 2018-11-30T17:24:15 < mawk> well it's maybe a patriotic thing Cracki yeah but the guy actually saved Nissan from bankruptcy 2018-11-30T17:24:21 < mawk> he was worshipped in japan 2018-11-30T17:24:25 < mawk> up unti that tax fraud case 2018-11-30T17:26:10 < mitrax> gah, fucking RTC oscillator still locks at 33.792 Khz instead of 32.768 Khz every 2 startups on some boards, i wonder what the hell is wrong 2018-11-30T17:26:15 -!- Laurenceb [~laurence@128.243.52.196] has joined ##stm32 2018-11-30T17:27:03 < Laurenceb> the future of stm32 2018-11-30T17:27:05 < Laurenceb> https://www.bbc.co.uk/news/business-46345591 2018-11-30T17:28:00 < mawk> where's maletech 2018-11-30T17:28:03 < mawk> invent this Laurenceb 2018-11-30T17:28:08 < mawk> get rich, the article says many billions 2018-11-30T17:28:14 < Laurenceb> MRAtech 2018-11-30T17:28:17 < mawk> IoT penis pump 2018-11-30T17:28:21 < Laurenceb> kek 2018-11-30T17:28:58 < Laurenceb> >Moody asks for your age and the date of your last period. From there, users can keep track of how their hormones are changing, to help themselves understand their bodies and work with them. 2018-11-30T17:29:07 < Laurenceb> wut how is this hard or innovative 2018-11-30T17:31:33 < sync> because i o t 2018-11-30T17:31:46 < Laurenceb> the only femtech I need is some sort of antiperfume to apply to russian grrrl 2018-11-30T17:32:07 < Laurenceb> she is stinking out my basement lair with her godawful scents 2018-11-30T17:32:42 < Laurenceb> eau de bhopal 2018-11-30T17:33:29 < bitmask> zyp: is this more satisfactory? https://imgur.com/a/YiwvCPb 2018-11-30T17:34:49 < zyp> no, you're still missing the entire point of a ground plane :) 2018-11-30T17:35:05 < Laurenceb> kek dat board 2018-11-30T17:35:15 < bitmask> I dont need a full ground plane, I just meant keeping signal on one side 2018-11-30T17:35:19 < Laurenceb> probably should look at some pro boards to see how its done 2018-11-30T17:36:08 < zyp> if you're not making a ground plane in one layer, there's no point in trying to put all the signals in the other layer 2018-11-30T17:36:47 < bitmask> I get what you mean 2018-11-30T17:37:33 < zyp> also, the way you have divided your design into multiple grounds looks fucked up 2018-11-30T17:38:01 < zyp> I assume the buck in/buck out ports will be hooked to the same shit and have their grounds tied together? 2018-11-30T17:38:04 < bitmask> can you use the same ground for two voltages? 2018-11-30T17:38:24 < bitmask> if so then it makes more sense to keep the bottom an actual ground plane 2018-11-30T17:39:16 < bitmask> if not then what else could I do 2018-11-30T17:39:18 < zyp> depends on your supplies, but having one ground and all voltage rails being relative to it is normal 2018-11-30T17:39:44 < bitmask> I have 12v coming in and then going out to a buck converter to get 5v 2018-11-30T17:40:26 < zyp> I assume the transistor is a n-channel mosfet? 2018-11-30T17:40:30 < bitmask> yes 2018-11-30T17:41:36 < zyp> how do you suppose that's gonna work in that design? which ground is gate voltage relative to? which ground is source voltage relative to? which Vgs do you end up with? 2018-11-30T17:42:58 < zyp> if you want to treat the 12V domain as galvanically separate from the 5V domain, you have to actually add galvanic separation on signals crossing between the domains 2018-11-30T17:43:00 < bitmask> oh I guess I do have gate pulled down to the 12v supply 2018-11-30T17:44:10 < bitmask> I don't know if I care if they are separate? 2018-11-30T17:44:24 < bitmask> I just didnt think I could combine ground planes, that would make things easier though? 2018-11-30T17:44:39 < zyp> if you don't need them to be separate, you don't want them to be separate 2018-11-30T17:45:00 < bitmask> ok cool, that simplifies shit 2018-11-30T17:45:04 < bitmask> I'll just make the bottom a common ground plane then 2018-11-30T17:45:11 < zyp> galvanic isolation adds cost and complexity to a project, you only add it when you need to 2018-11-30T17:45:27 < bitmask> I dont know when you'd need it so I really doubt I do 2018-11-30T17:46:12 < zyp> https://bin.jvnv.net/file/CjtC8.png <- you need it in a design like this 2018-11-30T17:47:15 < bitmask> that means nothing to me, you think I have any idea what I'm doing? :P 2018-11-30T17:47:48 < zyp> the upper half has its ground plane hooked to PE, i.e. actual ground, this is required so that stuff like usb connectors are safe to touch 2018-11-30T17:48:04 < bitmask> ahh 2018-11-30T17:48:55 < zyp> the lower half is an energy metering circuit that is measuring voltages and stuff on live power lines, so it has its ground plane hooked to the N line 2018-11-30T17:49:07 < zyp> because all measurements are taken relative to N 2018-11-30T17:49:29 < sync> or you deal with audio shit and want to avoid ground loops 2018-11-30T17:50:03 < zyp> depending on how this gets hooked up, the difference between N and PE might differ by 0V, 135V or 230V, and for this reason they need to be kept isolated 2018-11-30T17:50:29 < zyp> and even in the 0V case, it's not okay to leak current between N and PE 2018-11-30T17:50:52 < zyp> for situations like this, it matters 2018-11-30T17:51:17 < Haohmaru> hm, so gdb "talks" to openocd via TCP? and openocd itself deals with the actual chip thru the debugger? 2018-11-30T17:54:50 < Haohmaru> ah 2018-11-30T17:55:45 < Haohmaru> so openocd makes two TCP servers, one for commands that let you flash/erase yer chip, and another one for gdb which can be used by the IDE 2018-11-30T17:55:46 < Haohmaru> noice 2018-11-30T17:56:13 < Haohmaru> so i might even be able to debug with CodeBlockz 2018-11-30T17:56:26 < Haohmaru> that'd be kewl 2018-11-30T17:56:58 < Haohmaru> but openocd would require that i feed some "configuration" that tells it details about my chip? 2018-11-30T17:59:20 < Haohmaru> hm 2018-11-30T18:00:38 < Haohmaru> so i'd better go with the atmel-ice then? 2018-11-30T18:02:46 < Haohmaru> ahumz, so supposedly a jlink thing is uber cheap? 2018-11-30T18:03:41 < Haohmaru> i installed atmel studio, but tbh i don't wanna use it.. it looks uglier than my C::B setup 2018-11-30T18:04:26 < Haohmaru> now now 2018-11-30T18:04:36 * Haohmaru == nobody 2018-11-30T18:04:53 < Haohmaru> what will i gain? 2018-11-30T18:05:16 < Haohmaru> isn't eclipse that thing written in java? 2018-11-30T18:05:43 < Haohmaru> i am fairly comfortable with C::B 2018-11-30T18:06:19 < Haohmaru> just highly ineggsperienced with arm and mcu debuggers and sh*t 2018-11-30T18:08:06 < Haohmaru> i configured my sh*t and i'm building the atmel.start project without makefiles and sh*t 2018-11-30T18:08:15 < Hamilton> Yeah I was using Code:Blocks for some times then I moved to Eclipse...It's actually not bad...I blame my loltop for hiccups and slowness of Eclispe 2018-11-30T18:08:28 < Hamilton> Now I'm in try-hard vim mode 2018-11-30T18:08:50 < fenugrec> but ed is the standard editor. 2018-11-30T18:10:05 < Haohmaru> Cracki my point was, i can set up C::B to build a given pile of code, it's not like highly impossible 2018-11-30T18:10:35 < Hamilton> Haohmaru, And you are ignoring eclipse because it's java-based? 2018-11-30T18:10:44 < Haohmaru> and C::B is now big and slow like atmel studio or some of the other horrors i've tried 2018-11-30T18:10:56 < Haohmaru> * is NOT big.. 2018-11-30T18:12:00 < Hamilton> Anyway, I watched Bustler Scrugz...that was actually very good 2018-11-30T18:13:30 < Haohmaru> it's not a problem for now.. if i get stuck with C::B i'll try with teh nasty AS sh*t 2018-11-30T18:13:39 < Haohmaru> (but i doubt) 2018-11-30T18:15:02 < PaulFertser> Haohmaru: consider Emacs ;) 2018-11-30T18:15:38 < Haohmaru> is that the one where you can't even close it down with ctrl+c/ctrl+x ? 2018-11-30T18:17:06 < PaulFertser> Haohmaru: C-x C-c closes it though. 2018-11-30T18:17:15 < Haohmaru> isn't it like a terminal-based notepad.exe 2018-11-30T18:17:34 < Haohmaru> i want something that has a nice thicc "build" button ;P~ 2018-11-30T18:17:36 * Haohmaru hides 2018-11-30T18:17:38 < fenugrec> can we have an old-fashioned editor flamewar ? 2018-11-30T18:18:06 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 250 seconds] 2018-11-30T18:19:36 < Hamilton> did you know: My man PaulFertser here uses Gentoo with that Hakell Window-Manager 2018-11-30T18:19:52 < Hamilton> definition of l33t haxor 2018-11-30T18:20:16 < Haohmaru> there are plenty of 1337 h4x0rz on irc 2018-11-30T18:21:55 < Hamilton> fenugrec, idk, seems like that was has evolved into js/electron/vscode vs all-other-solutions 2018-11-30T18:22:00 < Hamilton> *war 2018-11-30T18:22:12 < Haohmaru> so a jlink on mouser is about 50euroz.. the atmel-ice with all the extra little toyz and cablez is slightly over 100euroz 2018-11-30T18:22:15 < Haohmaru> hm... 2018-11-30T18:22:33 < Hamilton> Haohmaru, jlink edu though 2018-11-30T18:22:56 -!- sterna [~Adium@cvis.oal.lindholmen.se] has quit [Quit: Leaving.] 2018-11-30T18:24:15 -!- Streaker [~Streaker@unaffiliated/streaker] has joined ##stm32 2018-11-30T18:26:55 < Haohmaru> EDU? "may only be used for non-commercial purposes" dafuq does that mean? 2018-11-30T18:27:05 < Haohmaru> can i use it at teh office? 2018-11-30T18:29:14 < Hamilton> guess you can't use it to develop a device which is gonna be sold but am not a lawyer 2018-11-30T18:29:28 < PaulFertser> Haohmaru: the jlink owner seems to be a nice guy. He just kindly asks you to not use it for professional job. It's ok for EDU to be used for hobby purposes. Probably developing OSHW is ok too, not sure. If you have a real business then why not pay him the money he deserved? 2018-11-30T18:29:39 < Hamilton> I also don't know how could they detect whether a device was programmed with edu or non-edu flasher 2018-11-30T18:30:06 < Haohmaru> PaulFertser oh, okay then 2018-11-30T18:30:27 < Haohmaru> well, then "EDU" is not for me 2018-11-30T18:30:48 < PaulFertser> Haohmaru: if you're getting an xplained board anyway why do you need another adapter? 2018-11-30T18:30:49 < Haohmaru> holy crap, does that make me a "pro" ? o_O 2018-11-30T18:31:20 < Haohmaru> PaulFertser i'm already working on the PCB for the eth module i'm trying to make 2018-11-30T18:31:25 < Hamilton> but PaulFertser does the programmer/flasher add a sign about licence to the device being programmed? 2018-11-30T18:31:41 < PaulFertser> Hamilton: no 2018-11-30T18:31:51 < Hamilton> PaulFertser, then how can they enforce it? 2018-11-30T18:32:01 < PaulFertser> Hamilton: by kindly asking 2018-11-30T18:32:11 < Hamilton> :) 2018-11-30T18:32:32 < Haohmaru> i probably won't be playing too much with the xplained board (assuming the pcb i make doesn't blow up) 2018-11-30T18:33:02 < PaulFertser> Haohmaru: I mean you can use xplained board's debugger to debug your own board. 2018-11-30T18:33:09 < Haohmaru> can i? 2018-11-30T18:33:39 < Haohmaru> oh, there were some 0ohm resistors in the schematic 2018-11-30T18:33:52 < Haohmaru> i'll check that out again then 2018-11-30T18:35:08 < PaulFertser> Haohmaru: also, can't you get a couple of "blue pill" boards so that you have stm32 handy for various projects, and use one of them as an swd adapter? 2018-11-30T18:36:03 < PaulFertser> "The SAM D20 Xplained Pro features a Cortex® Debug Connector (10-pin) for programming and debugging an external target." 2018-11-30T18:36:59 < Haohmaru> i could get many things, if that would help 2018-11-30T18:37:00 < bitmask> if the only difference I have in choosing gnd/power plane sides is that I have two smd components that connect to gnd, is it ok to put the gnd plane on top so that I don't need to add vias? 2018-11-30T18:38:13 < Haohmaru> the same70-xpld has a 20pin jtag connector which actually only has SWD on it, and there was another unpopulated connector about some "Trace" thing 2018-11-30T18:46:45 < Haohmaru> hm.. i'm not so sure now.. there's an AT32UC3A4256J chip there, but i think there doesn't seem to be a way to use it alone.. 2018-11-30T18:48:16 < PaulFertser> Haohmaru: bluepill costs like a buck or so. 2018-11-30T18:49:45 -!- drz3k [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2018-11-30T18:52:53 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-30T18:54:23 < Haohmaru> okay.. imma think about it moar 2018-11-30T18:55:28 < Haohmaru> muchos thanks btw 2018-11-30T18:56:14 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2018-11-30T18:56:15 -!- [1]MrMobius is now known as MrMobius 2018-11-30T18:58:57 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2018-11-30T19:00:12 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2018-11-30T19:01:19 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2018-11-30T19:08:11 < Laurenceb> some reddit tier pcb layouts in here 2018-11-30T19:10:05 < zyp> pff, I remember the EMC performance of that pcb you were dicking around with some years ago 2018-11-30T19:10:14 < Laurenceb> wut 2018-11-30T19:10:30 < Laurenceb> met CE standards bro 2018-11-30T19:10:50 < zyp> no, older shit, that stuff with the white solder mask you were hobbying around with 2018-11-30T19:10:58 < Laurenceb> oh that 2018-11-30T19:11:17 < zyp> as far as I can remember, it was pretty good at picking up noise 2018-11-30T19:11:39 < zyp> and had pretty shitty ground plane design 2018-11-30T19:11:43 < Laurenceb> oh that was the Honeywell magnos 2018-11-30T19:11:58 < Laurenceb> they spit out real nasty spikes 2018-11-30T19:12:06 < Laurenceb> and there was a 24bit adc nearby 2018-11-30T19:13:20 < Laurenceb> but ground planes wouldnt fix that one 2018-11-30T19:14:08 < Laurenceb> maybe mu metal foil lol 2018-11-30T19:14:26 < Laurenceb> I've seen that used in audiophool hardware 2018-11-30T19:15:03 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2018-11-30T19:18:55 < Laurenceb> https://www.youtube.com/watch?v=FFTxZ7Xfbvo&feature=youtu.be 2018-11-30T19:34:18 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2018-11-30T19:39:15 < kakimir> Laurenceb: I made filtering without you 2018-11-30T19:39:30 < Laurenceb> cool 2018-11-30T19:39:33 < Laurenceb> I got filtered 2018-11-30T19:39:37 < Laurenceb> (on 8chan) 2018-11-30T19:39:47 < kakimir> literally like 2hours ago I said tomyself that it's best it gets 2018-11-30T19:40:10 < kakimir> it has weighted averaging and clamping 2018-11-30T19:41:05 < kakimir> also difference and steps for stepping up filter for higher rates of change 2018-11-30T19:41:07 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Quit: Leaving] 2018-11-30T19:41:34 < kakimir> also it has runaway reset when it cannot keep up it sets program in safe state 2018-11-30T19:44:00 < kakimir> it's so ugli 2018-11-30T19:45:13 < englishman> https://www.youtube.com/watch?v=MVklq7yypyQ 2018-11-30T19:46:59 < Laurenceb> https://www.youtube.com/watch?v=b8BUzbCUr-Q 2018-11-30T19:49:32 < Laurenceb> found where flyback works 2018-11-30T19:50:41 < Laurenceb> >still more sane than babbyshake 2018-11-30T19:51:04 < kakimir> howe is life Laurenceb? 2018-11-30T19:51:12 < Laurenceb> writing CE shit 2018-11-30T19:51:14 < Laurenceb> so boring 2018-11-30T19:56:33 < kakimir> I can imagine 2018-11-30T19:56:53 < kakimir> luckily I have someone to do that for me 2018-11-30T19:57:11 < kakimir> away> 2018-11-30T20:00:17 -!- Drzacek [~Drzacek@200116b800554f0055d782299397277d.dip.versatel-1u1.de] has joined ##stm32 2018-11-30T20:00:55 < Laurenceb> maybe I can get a jerb writing risk assessments for teh femtech 2018-11-30T20:02:09 < Steffanx> Did you mean: samtec 2018-11-30T20:02:32 < Laurenceb> https://www.bbc.co.uk/news/business-46345591 2018-11-30T20:03:57 < englishman> scamtec 2018-11-30T20:04:10 -!- sterna [~Adium@2a02:aa1:100c:eedd:c456:27f1:3726:b1b8] has joined ##stm32 2018-11-30T20:04:15 < Laurenceb> grooltech 2018-11-30T20:04:15 < mitrax> Laurenceb: isn't that the same thing you pasted one hour ago? 2018-11-30T20:04:25 < Laurenceb> Steffanx cant scrollback 2018-11-30T20:04:43 -!- mode/##stm32 [+o englishman] by ChanServ 2018-11-30T20:04:45 -!- mode/##stm32 [+b *!*@128.243.52.196] by englishman 2018-11-30T20:04:45 -!- Laurenceb was kicked from ##stm32 by englishman [Laurenceb] 2018-11-30T20:04:57 <@englishman> didnt even last 24h 2018-11-30T20:11:51 < antto> aww 2018-11-30T20:19:51 < kakimir> why 2018-11-30T20:20:17 < kakimir> https://drive.google.com/drive/folders/168Gr1YAyZn54Ro_ul0dVj8BnosCZChTr?usp=sharing I wanted to showcase filter performance to Laurencer 2018-11-30T20:20:25 < kakimir> I'm late 2018-11-30T20:22:05 < mitrax> kakimir: ever heard of /privmsg ? :) 2018-11-30T20:30:45 < kakimir> oh 2018-11-30T20:30:47 < kakimir> good 2018-11-30T20:31:03 < kakimir> should probs register to services now as you mentioned 2018-11-30T20:33:17 < kakimir> yes 2018-11-30T20:42:54 <@englishman> wtf, there is a hydrogen filling station going in down the street 2018-11-30T20:43:00 <@englishman> i thought only california people had those cars 2018-11-30T20:43:19 < zyp> haha 2018-11-30T20:47:28 <@englishman> http://www.cse.psu.edu/~gxt29/bug/softwarebug.html 2018-11-30T20:52:00 -!- sterna [~Adium@2a02:aa1:100c:eedd:c456:27f1:3726:b1b8] has quit [Quit: Leaving.] 2018-11-30T20:54:15 < bitmask> https://imgur.com/a/QvrnEAn 2018-11-30T20:54:19 < bitmask> last try :P 2018-11-30T20:55:46 < Hamilton> bitmask, a shield for arduino Nano? 2018-11-30T20:55:57 < bitmask> yea 2018-11-30T20:56:18 < jpa-> shield goes on top, that's more like a buttplug 2018-11-30T20:56:27 < bitmask> its plenty for what I need and I happen to have a few laying around, my first pcb attemps 2018-11-30T20:56:31 < bitmask> yea true 2018-11-30T20:56:36 < bitmask> but it fits better this way 2018-11-30T20:57:01 < Hamilton> jpa- or daughter-board I guess is the technical name 2018-11-30T20:57:25 < bitmask> no, buttplug is the official technical name of professionals 2018-11-30T20:57:42 * Hamilton actually googles whether its true or not 2018-11-30T20:57:47 < bitmask> :) 2018-11-30T20:58:11 < Hamilton> nah 2018-11-30T20:58:19 * Hamilton got jebaited 2018-11-30T20:58:31 < bitmask> jst takes up too much room, I need some flex cables or something 2018-11-30T21:06:20 <@englishman> https://pbs.twimg.com/media/DtQ3Y6tWoAAzF6_.jpg:large 2018-11-30T21:07:34 <@englishman> "The passengers were offered breakfast vouchers." 2018-11-30T21:09:23 * Hamilton is this real life 2018-11-30T21:10:18 < Steffanx> No its fantasy 2018-11-30T21:17:10 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-30T21:20:42 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 272 seconds] 2018-11-30T21:20:43 -!- [1]MrMobius is now known as MrMobius 2018-11-30T21:21:33 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2018-11-30T21:25:46 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 272 seconds] 2018-11-30T21:25:47 -!- [1]MrMobius is now known as MrMobius 2018-11-30T21:34:10 < benishor> any happy thoughts, crt? 2018-11-30T21:38:26 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Remote host closed the connection] 2018-11-30T21:38:27 < Steffanx> Fyi blaxter just got banned for posting crap ;) 2018-11-30T21:39:27 < Hamilton> Steffanx, you mean larencb? 2018-11-30T21:39:28 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2018-11-30T21:39:31 < Steffanx> Ya 2018-11-30T21:42:15 < benishor> I didn't mean it in a banning way 2018-11-30T21:42:26 < benishor> I was just wondering what makes one guy read shit news like that :) 2018-11-30T21:43:30 < benishor> humans seem to be morbid curiosity enabled 2018-11-30T21:46:10 < Steffanx> Stvn likes new.au.com or something 2018-11-30T21:54:35 -!- mode/##stm32 [-b *!*@128.243.52.196] by englishman 2018-11-30T21:54:43 -!- mode/##stm32 [-o englishman] by ChanServ 2018-11-30T21:55:09 < englishman> uk and oz love their tabloids 2018-11-30T22:01:37 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2018-11-30T22:03:16 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 244 seconds] 2018-11-30T22:08:11 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2018-11-30T22:08:52 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Remote host closed the connection] 2018-11-30T22:09:01 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2018-11-30T22:09:58 < englishman> new musics https://www.youtube.com/watch?v=rG8fokSBlsk 2018-11-30T22:12:31 < PaulFertser> Old musics https://youtube.com/watch?v=nNoMTpE_p-w 2018-11-30T22:15:35 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Read error: Connection reset by peer] 2018-11-30T22:15:43 -!- mwfc [~mwfc@playerpiano.mwfc.info] has quit [Ping timeout: 252 seconds] 2018-11-30T22:15:57 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2018-11-30T22:18:35 < Hamilton> PaulFertser, What did I just watch? 😕 2018-11-30T22:19:41 -!- Drzacek [~Drzacek@200116b800554f0055d782299397277d.dip.versatel-1u1.de] has quit [Quit: Leaving] 2018-11-30T22:20:02 < Steffanx> im not impressed PaulFertser 2018-11-30T22:20:10 < Steffanx> it was okay, until the guy opened his mouth :P 2018-11-30T22:20:39 < Hamilton> Steffanx, yeah exactly this 2018-11-30T22:22:14 * Hamilton inserts 'nough interwebz for today? 2018-11-30T22:22:27 < Steffanx> do you memorize this stvn? 2018-11-30T22:22:39 < Hamilton> his name is crt 2018-11-30T22:23:03 < Steffanx> nah, thats what he wants you to think 2018-11-30T22:23:24 < Steffanx> It's Kumpel Stvn 2018-11-30T22:23:54 < PaulFertser> Steffanx: but do you know the original song and are you into hard rock/metal in general? I thought it's kinda funny to see such a "classics" performed with a baroque viol. 2018-11-30T22:24:50 < Steffanx> I've head it and im not into hard rock/metal at all. 2018-11-30T22:26:40 < Steffanx> For some reason you didnt strike me as a hard rock/metal guy either, PaulFertser :P 2018-11-30T22:29:45 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Ping timeout: 268 seconds] 2018-11-30T22:30:50 < Steffanx> what can i do for you crt? 2018-11-30T22:38:02 -!- hexo_ is now known as octovod 2018-11-30T22:53:29 -!- emeb [~ericb@ip68-2-69-216.ph.ph.cox.net] has joined ##stm32 2018-11-30T22:53:30 < Steffanx> it was in english 2018-11-30T22:55:48 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2018-11-30T23:03:40 < PaulFertser> Steffanx: I only really listened to ManOwaR :) And re hard rock, to Led Zeppelin. 2018-11-30T23:05:22 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-30T23:06:20 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2018-11-30T23:16:07 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2018-11-30T23:18:06 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2018-11-30T23:27:52 -!- Dave_Elec [~Dave@197.156.119.11] has quit [Remote host closed the connection] 2018-11-30T23:29:33 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2018-11-30T23:29:34 -!- Dave_Elec [~Dave@197.156.119.11] has quit [Remote host closed the connection] 2018-11-30T23:29:40 -!- Streaker [~Streaker@unaffiliated/streaker] has quit [Ping timeout: 250 seconds] 2018-11-30T23:29:52 < Steffanx> Long time no quack, crt 2018-11-30T23:29:54 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2018-11-30T23:34:47 < Steffanx> I dont kn0w 2018-11-30T23:37:36 < zyp> oh n0 --- Log closed Sat Dec 01 00:00:10 2018