--- Log opened Tue Jan 01 00:00:51 2019 2019-01-01T00:50:06 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: Leaving] 2019-01-01T00:55:51 -!- riataman [~jpablo@mapadev.com] has quit [Remote host closed the connection] 2019-01-01T01:21:21 < specing> Are we supposed to measure internal voltage reference and use that to calculate real ADC value of the temperature sensor? Or is using the ST-provided process calibration data enough? My problem is that the chip is reporting 29'C - 30'C while the room I am in is somewhere between 20-23'C 2019-01-01T01:21:44 < specing> or is the +5'C due to the cortex-m0 busy looping instead of sleeping? 2019-01-01T01:22:00 < specing> could be as high as +10'C error, even 2019-01-01T01:28:54 < fenugrec> specing, a measurement done immediately after powering up (assuming chip was left off long enough to cool to room temperature) should give a baseline before the die heats up 2019-01-01T01:30:20 < specing> right 2019-01-01T01:30:54 < specing> baseline is 26'C it seams 2019-01-01T01:30:59 < specing> that is more like it 2019-01-01T01:31:30 < fenugrec> it probably needs more than 2 minutes to equalize to room temp though 2019-01-01T01:31:31 < specing> unfortunately I have no good standalone thermometer here to measure real temperature more closely 2019-01-01T01:31:39 < specing> it was off for 3h 2019-01-01T01:31:45 < fenugrec> oh ok 2019-01-01T01:32:03 < specing> it is already at 28'C 2019-01-01T01:33:07 < fenugrec> no idea what you're doing, but you might consider an external thermistor / temp transducer for more better accuracy 2019-01-01T01:33:36 < specing> ah I was just playing with the ADC and built-in sensor 2019-01-01T01:33:46 < specing> (the latter as a way to test the former) 2019-01-01T01:34:27 < specing> ST put some mems gyro chip on the board that also has a temp sensor (at 1'C resolution), I guess I'll try and get that working 2019-01-01T01:35:07 < fenugrec> I'd expect it to read hotter than ambient pretty fast : RM says "sensor can be used to measure the junction temperature of the device", so it's likely right inside the die. 2019-01-01T01:35:53 < specing> I guess 2019-01-01T01:36:17 < specing> perhaps it was put there so software would know when the chip is on fire 2019-01-01T01:55:29 < kakimir> me is in year 2019 2019-01-01T01:55:37 < kakimir> specing is too 2019-01-01T01:55:53 < kakimir> brits are not :o 2019-01-01T01:56:01 < invzim> Day changed to 01 Jan 2019 2019-01-01T01:56:12 < specing> brits are about to exit 2018 2019-01-01T01:56:14 < specing> WITH NO DEAL 2019-01-01T01:56:22 < kakimir> yes 2019-01-01T01:56:26 < invzim> specing: the temp stuff is internal ic temp, not ambient 2019-01-01T01:57:19 < kakimir> they do not concur if year 2018 is to be changed to year 2019 2019-01-01T01:59:21 < PaulFertser> specing: with stm32l152 I had to measure internal voltage reference, yes. 2019-01-01T01:59:57 < PaulFertser> specing: return (110 - 25) * (meas_int_adc(ADC_Channel_TempSensor)*meas_vref()/300 - *(uint16_t*)0x1FF8007A) / (*(uint16_t*)0x1FF8007E - *(uint16_t*)0x1FF8007A) + 25; 2019-01-01T02:02:47 < specing> PaulFertser: did the datasheet say so? Because the datasheet does not explicitly say so in my case 2019-01-01T02:03:00 < aandrew> specing: what do you get when you measure the 3.3V rail with a meter and with the ADC usiing internal reference 2019-01-01T02:03:21 < specing> aandrew: I have not tried doing that, yet 2019-01-01T02:07:27 < invzim> this is what I do on f401: 2019-01-01T02:07:28 < invzim> VDDAmillivolts=3300 * (*((unsigned short*) VREFINT_CAL_ADDR_STM32F401)); 2019-01-01T02:07:28 < invzim> VDDAmillivolts/=adcReading[AD_VREFINT]; 2019-01-01T02:07:29 < invzim> suma2v3+=adcReading[AD_2V3] * VDDAmillivolts / 4095; 2019-01-01T02:08:38 < Laurenceb_12> *current year intensifies* 2019-01-01T02:42:21 < Laurenceb_12> 12:42am 2019-01-01T02:43:36 < Laurenceb_12> and the alt-right is gathering https://postimg.cc/HjpGFcm8 2019-01-01T02:53:57 < kakimir> https://drive.google.com/file/d/1P1UTK631g4yMVnLKZ7_RrTOq7A6DMe5a/view?usp=sharing rebuilt engine waiting for "jump" 2019-01-01T02:54:23 < kakimir> it jumps so effortlessly thru the auxiliary frame 2019-01-01T02:54:38 < kakimir> it needs to be in perfect angle 2019-01-01T02:55:00 < kakimir> welcome to 2019 Laurenceb_12 2019-01-01T02:58:03 < Laurenceb_12> happy new year 2019-01-01T03:15:28 < kakimir> https://www.youtube.com/watch?v=bAVv5G1jkW4 kaki shoegazing 2019-01-01T03:20:09 < kakimir> I think it's time to mess with my modem> bbl 2019-01-01T03:20:12 < kakimir> maybe 2019-01-01T03:48:51 < aandrew> I'm partying at my home but not doing much 2019-01-01T04:07:54 < mawk> you'll die of alcohol poisoning R2COM 2019-01-01T04:08:01 < mawk> this is what my crystal ball tells me 2019-01-01T04:08:02 < mawk> don't do it 2019-01-01T04:08:11 < mawk> just take heroin like everyone else 2019-01-01T04:57:24 < kakimir> yes 2019-01-01T04:57:29 < kakimir> box has bridged mode now 2019-01-01T05:30:07 < englishbot> Unable to locate query. 2019-01-01T05:44:59 < kakimir> I changed box 2019-01-01T05:45:17 < kakimir> so some of my network is now in different subnet 2019-01-01T05:45:29 < kakimir> 192.168.1 address space 2019-01-01T05:45:41 < kakimir> while new box is 192.168.8 address space 2019-01-01T05:46:08 < kakimir> is there something that I could send to devices to "wake up" 2019-01-01T05:46:14 < kakimir> and get your new ip 2019-01-01T05:47:59 < kakimir> box routing is pretty much unmanageable 2019-01-01T05:48:06 < kakimir> I cannot even see connected devices 2019-01-01T05:48:07 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-01T05:48:24 < jadew> happy new year 2019-01-01T05:54:26 -!- jadew [~razvan@unaffiliated/jadew] has quit [Quit: exit] 2019-01-01T06:06:11 < kakimir> mystery device in my network 2019-01-01T06:06:22 < kakimir> Arcadyan Technology Corporation 2019-01-01T06:06:27 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-01T06:06:50 < kakimir> I wonder if these optical converters have their own ips 2019-01-01T06:06:53 < kakimir> I doubt it 2019-01-01T06:09:49 -!- fc5dc9d4 [~quassel@p5B081D12.dip0.t-ipconnect.de] has joined ##stm32 2019-01-01T06:11:57 -!- Laurenceb_12 [56821765@gateway/web/freenode/ip.86.130.23.101] has quit [Ping timeout: 256 seconds] 2019-01-01T06:13:48 -!- fc5dc9d4_ [~quassel@p5B081FA5.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2019-01-01T06:16:43 < kakimir> remotelly restarted WDS and router there took a hint 2019-01-01T06:17:31 < kakimir> to get new dhcp server ip and renew it's own ip 2019-01-01T06:18:03 < kakimir> clients will follow it soon 2019-01-01T06:28:11 < kakimir> oh shiee 2019-01-01T06:29:09 < kakimir> ty 2019-01-01T06:37:32 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2019-01-01T06:37:41 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-01T07:05:41 < englishman> happy new year to innovators only 2019-01-01T07:09:43 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-01T07:12:33 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 245 seconds] 2019-01-01T07:12:40 -!- day__ is now known as day 2019-01-01T07:17:01 < tjq> my new years resolution 2019-01-01T07:33:40 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 264 seconds] 2019-01-01T07:34:14 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-01T09:11:36 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-01T09:11:57 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-01T11:37:40 < antto> englishman :~( 2019-01-01T12:25:49 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-01T12:25:56 < DisruptiveNL> Hi! 2019-01-01T12:26:25 < DisruptiveNL> Does anyone know if there is a shield for a Nucleo (STM32) with MMC/SD?? 2019-01-01T12:30:21 < dongs> https://www.st.com/en/evaluation-tools/stm32-nucleo-expansion-boards.html?querycriteria=productId=SC1971 2019-01-01T12:30:36 < dongs> this is a list of all existing boards. 2019-01-01T12:30:50 < dongs> i doubt something "wiht only sd" exists as y ou can get a breakout for $1 and hook it up with some jumper wires 2019-01-01T12:31:26 < dongs> https://www.ebay.com/itm/352484241389? 2019-01-01T12:32:16 < dongs> https://www.ebay.com/itm/391904255489? etc 2019-01-01T12:33:08 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-01T12:33:42 < DisruptiveNL> I am busy to make a board L476RG with MEMS (IKS01Ax) and BLE (Bluetooth = X-NUCLEO-IDB05A1) for GPS (10Hz) and MEMS/SD. I want to get Sensor Fusion working for localization. 2019-01-01T12:34:03 < DisruptiveNL> My base board is the Nucleo stm32l476rg 2019-01-01T12:35:45 < dongs> does that have sdio 2019-01-01T12:35:49 < zyp> isn't the point of nucleo to be compatible with arduino shields? 2019-01-01T12:35:56 < zyp> although those wouldn't have SDIO 2019-01-01T12:35:57 < dongs> ah it has the new one 2019-01-01T12:36:03 < dongs> sdmmc interface 2019-01-01T12:36:32 < zyp> dongs, is there a new peripheral different from the old SDIO one? 2019-01-01T12:36:36 < dongs> i don't see why you can't just jumperwire the 4 or so pins needed for teh card 2019-01-01T12:36:37 < dongs> yeah 2019-01-01T12:36:40 < dongs> called 'sdmmc' 2019-01-01T12:36:56 < zyp> how do they differ in features? 2019-01-01T12:36:58 < dongs> https://www.st.com/content/ccc/resource/training/technical/product_training/0d/2d/cc/55/55/a6/42/12/STM32L4_Peripheral_SDMMC.pdf/files/STM32L4_Peripheral_SDMMC.pdf/jcr:content/translations/en.STM32L4_Peripheral_SDMMC.pdf 2019-01-01T12:37:04 < dongs> i think its only or L4 2019-01-01T12:37:06 < dongs> or=for 2019-01-01T12:37:12 < DisruptiveNL> ah oke 2019-01-01T12:38:39 < zyp> I guess it fixes the errata that only let the old periph run at clock/2 2019-01-01T12:38:55 < zyp> i.e. 24 MHz unless you overclocked the 48MHz USB clock to 96 MHz 2019-01-01T12:39:20 < zyp> apart from that I don't see any obvious improvements 2019-01-01T12:39:22 < zyp> at a glance 2019-01-01T12:39:53 < dongs> i think old sdio doesnt support 8bit width? 2019-01-01T12:39:57 < dongs> could be wrong tho 2019-01-01T12:40:13 < dongs> i only used it on 64pin packages 2019-01-01T12:40:57 < dongs> oh it does have 8bit. 2019-01-01T12:41:00 < zyp> pretty sure it did 2019-01-01T12:41:10 < dongs> yeah i just looked at rm0090 and it does 2019-01-01T12:41:14 < zyp> only relevant for emmc though 2019-01-01T12:51:14 < DisruptiveNL> I am thinking about setting up a Open Source MIT project for doing localization with MEMS and GPS (SensorFusion) and (Extended)Kalman 2019-01-01T12:52:52 < DisruptiveNL> Do you think this would be something? 2019-01-01T12:53:04 < zyp> that's probably never been done before 2019-01-01T12:53:47 < DisruptiveNL> I am converting all the (Extended) Kalman stuff to C (ANSI 89) and I am testing the matrix culculations (inverting is the most complex) 2019-01-01T12:55:05 < DisruptiveNL> But it is complex and maybe with more we can accomplish things 2019-01-01T12:55:10 < zyp> what's the point of dicking around with a 30 year old C standard? 2019-01-01T12:55:28 < DisruptiveNL> Because I want to use a RTOS 2019-01-01T12:55:57 < zyp> I don't see how that follows 2019-01-01T12:55:58 < DisruptiveNL> And I have been working with Nuttx for some time now on STM32 and this really works! 2019-01-01T12:56:08 < zyp> are there any RTOSes that don't work with C11? 2019-01-01T12:56:48 < DisruptiveNL> Yes I tried them all I think for about 3 years now 2019-01-01T12:57:02 < DisruptiveNL> ChibiOS is great! But the license has been changed 2019-01-01T12:57:15 < DisruptiveNL> FreeRTOS... no... 2019-01-01T12:57:39 < DisruptiveNL> Nuttx! WOW! 2019-01-01T12:57:52 < zyp> huh? 2019-01-01T12:58:21 < Thorn> even sdcc is now fully c99 compliant 2019-01-01T12:58:36 < Thorn> attn dongs cool repair video https://www.youtube.com/watch?v=43NGt9RMm4Q 2019-01-01T13:05:20 < zyp> fun 2019-01-01T13:05:35 < zyp> reminds me of when I were climbing a comms tower as a kid 2019-01-01T13:05:57 -!- con3 [~kvirc@197.233.133.205] has joined ##stm32 2019-01-01T13:10:08 -!- con3 [~kvirc@197.233.133.205] has quit [Client Quit] 2019-01-01T13:14:51 -!- con3 [~kvirc@197.233.133.205] has joined ##stm32 2019-01-01T13:19:02 < DisruptiveNL> Did you guys did something like this? I never have been setting up such a project... 2019-01-01T13:19:48 < Steffanx> Ultrasauce i just receiveda 2019-01-01T13:20:03 < Steffanx> A message from the past: Happy new year 2019-01-01T13:22:07 < Steffanx> Make it os indepedent. If you use nuttx only jpa- might use it. 2019-01-01T13:22:35 < jpa-> not even me, because the only project i use nuttx for seems unlikely to need it 2019-01-01T13:22:51 < jpa-> but i'd be very surprised if the PX4 project doesn't already have a sensor fusion + location stuff for nuttx 2019-01-01T13:31:11 < DisruptiveNL> Yes maybe you are right! 2019-01-01T13:32:08 < DisruptiveNL> The logic on ¨shield¨ which can be used as a shield of some sort... 2019-01-01T13:32:19 < DisruptiveNL> Like a module 2019-01-01T13:32:32 < DisruptiveNL> But I want to transfer data with at least 400Hz 2019-01-01T13:32:45 < DisruptiveNL> Also for logging (data) 2019-01-01T13:36:46 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-01T14:02:13 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 246 seconds] 2019-01-01T14:21:28 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2019-01-01T14:33:30 -!- jadew [~razvan@unaffiliated/jadew] has quit [Quit: exit] 2019-01-01T14:40:07 < qyx> whats more wow on nuttx than on chibios/freertos? 2019-01-01T14:40:24 < qyx> I mean in the context of things you are going to do 2019-01-01T14:46:16 -!- con3 [~kvirc@197.233.133.205] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-01T14:49:55 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-01T14:51:03 < jpa-> it has more lines of code 2019-01-01T14:51:08 < PaulFertser> Thorn: they're lucky to have such a nice weather for that repair 2019-01-01T14:54:29 < DisruptiveNL> Oke ChibiOS is pure the license. I did make some cool stuff with it. 2019-01-01T14:54:45 < PaulFertser> I would expect there would be some more obvious way to detect the "rotor stuck" condition though. 2019-01-01T14:55:07 < DisruptiveNL> FreeRTOS is bulky and not ¨handy¨ in coding and setting up a project. 2019-01-01T14:55:18 < jpa-> next try mbed? 2019-01-01T14:56:02 < DisruptiveNL> Nuttx is maybe a bit ¨bigger¨ although I think this is minimal and once you get the hang of it, it is very strong in implementing drivers from datasheets, MCU-s, etc 2019-01-01T14:56:41 < DisruptiveNL> Mbed is more empty ..... It looks oke but its like Microsoft... if you get deeper you will find out its not there at all... 2019-01-01T14:58:54 < DisruptiveNL> Nuttx als has a very cool BSD license 2019-01-01T14:59:41 < DisruptiveNL> And the support on the Google group and IRC channel is also strong 2019-01-01T15:00:05 < DisruptiveNL> There is a ¨kernel¨ who is very strict, but I think thats good! 2019-01-01T15:05:02 < Steffanx> Are there other russian curse words? All i ever hear is cyke blyat. 2019-01-01T15:05:09 < Steffanx> Cyka* 2019-01-01T15:23:38 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-01T15:37:48 < PaulFertser> Cracki: he is just cursing so I am not sure why exactly but my impression is that he is just unhappy with the issue not being outright obvious for him. 2019-01-01T15:39:21 < PaulFertser> Cracki: kurwa is polish, I do not think he said that, he might be from ukrain but they do not normally say kurwa either. 2019-01-01T15:40:12 < PaulFertser> Cracki: the rotor is mechanically stuck so it should be kinda obvious by load current (or overcurrent protection kicking in) or something like that. 2019-01-01T15:41:19 < PaulFertser> He didn't even tried measuring the voltage across those resistors when the motor is trying to move. 2019-01-01T15:43:47 < PaulFertser> I haven't looked closely at the schematics but it's visible there on the door including the three resistors and he was measuring their resistances. 2019-01-01T15:45:05 < PaulFertser> Steffanx: other popular words are "khooy" (penis) and "peezduh" (vagina) and the derivatives. 2019-01-01T15:45:43 < PaulFertser> Steffanx: if you're interested, read the English wikipedia page on "russian mat", it seems to be nicely written. 2019-01-01T15:46:13 < invzim> any power pro's about? https://drive.google.com/file/d/1KhqmsSjfyCfKd3uDOAsPYN4h5OdFXVia/view 2019-01-01T15:46:19 < invzim> psu ripple @4a 2019-01-01T15:46:41 < invzim> any chance of fixing this with pi filter(s) and caps? 2019-01-01T15:46:44 < PaulFertser> Cracki: probably "tuck" which means something like ok/so/well. In ukrainian it means just "yes". 2019-01-01T15:47:06 < invzim> vpp=178mV 2019-01-01T15:47:11 < invzim> ac coupled measurement 2019-01-01T15:48:19 < invzim> I don't like that at all, no :) 2019-01-01T15:49:05 < invzim> it's an old ATX thingie I have on my desk for when I need a little omphf 2019-01-01T15:49:05 < Steffanx> Will do PaulFertser. :) 2019-01-01T15:49:58 < invzim> https://drive.google.com/file/d/1SNvNBQjRtu9kHzQP9KUYsxarCozVw9el/view 2019-01-01T15:50:05 < invzim> same setup, but with rigol dp831 2019-01-01T15:50:56 < invzim> this is the root cause of some crap that I've been troubleshooting/engineering around for 5-6 months :( 2019-01-01T15:52:36 < invzim> I should dig out another atx supply to see if the problem is as severe, or if the psu is just plain bad 2019-01-01T15:52:52 < invzim> it's the 5v rail 2019-01-01T15:53:33 < invzim> the effect is really bad video noise on a few old jamma games 2019-01-01T15:55:32 < invzim> I got a nice dp831 psu, but other people do not - this came about when doing video processing of these signals 2019-01-01T15:56:07 < invzim> so was thinking maybe making a supply cleaner thingie, if it's feasible 2019-01-01T16:03:51 < invzim> I trust it, 1.56kHz on primary 2019-01-01T16:05:53 < invzim> will do some more testing, could very well be the load isn't static 2019-01-01T16:13:34 < fenugrec> invzim, do you have a minimum load on that psu 2019-01-01T16:13:55 < fenugrec> on the "right" rail 2019-01-01T16:14:28 < invzim> not that I'm aware of, atx psu's should work fine <4A 2019-01-01T16:15:12 < fenugrec> hmm probably but it might want a few 100mA but on a certain rail for regulation to work 2019-01-01T16:16:10 < fenugrec> I'd try another one before opening that one up 2019-01-01T16:16:17 < fenugrec> another *psu 2019-01-01T16:19:14 < invzim> I actually got a fancy dc load, so can try that one too to get a base reading 2019-01-01T16:24:04 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2019-01-01T17:10:13 < Thorn> LIVE signal acquisition of New Horizons after Ultima Thule flyby https://www.youtube.com/watch?v=r-vQ49Ctc8A 2019-01-01T17:30:05 < qyx> any cheap flex pcb manufacturer? 2019-01-01T17:33:25 < Thorn> qyx: only $300 @ seeed 2019-01-01T17:44:48 < qyx> maybe it is overkill for capacitance sensors 2019-01-01T17:45:32 < qyx> some kind of printed silver ink will be probably enough 2019-01-01T17:58:50 < emeryth> qyx: oshpark just started offering flex for cheap 2019-01-01T17:59:53 < emeryth> yeah, can't wait for chinese fabs to adjust to that 2019-01-01T18:03:50 < qyx> hm, basically I would be hppy with a 2mm pitch flex cable 2019-01-01T18:04:01 < qyx> ~10 conductor 2019-01-01T18:16:07 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-01T18:28:38 < englishman> plenty of those id think 2019-01-01T18:31:59 < Thorn> press conference started 2019-01-01T18:38:27 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 240 seconds] 2019-01-01T18:53:30 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2019-01-01T18:56:08 < Steffanx> Lol. Someone used my apple account. Used Safari on Ubuntu 16.04.1 LTS. Nice try. 2019-01-01T19:01:59 < zyp> haha 2019-01-01T19:02:37 < zyp> Steffanx, house update: https://bin.jvnv.net/file/w8nQw.jpg https://bin.jvnv.net/file/cHoFY.jpg 2019-01-01T19:03:44 < zyp> probably not very interesting :) 2019-01-01T19:05:24 < Steffanx> Boxes ty :P 2019-01-01T19:06:06 < zyp> :p 2019-01-01T19:06:49 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2019-01-01T19:07:05 < Steffanx> Time for a screen update => 4K 2019-01-01T19:07:24 < Thorn> have a big cat dig into the boxes and you'll have a popular youtube video 2019-01-01T19:08:57 < zyp> put a doormat outside the front door yesterday, when I came back today it was gone 2019-01-01T19:11:31 < Thorn> there is a piano in the hallway right outside my apartment. it's been there for over 2 years 2019-01-01T19:11:32 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2019-01-01T19:11:53 < Thorn> I wish someone stole it. some drunks "play" it at night sometimes 2019-01-01T19:12:02 < Steffanx> Gone. Lol zyp? 2019-01-01T19:12:11 < zyp> it was pretty windy today 2019-01-01T19:12:20 < Steffanx> Ooh :P 2019-01-01T19:12:23 < zyp> found it behind the house :p 2019-01-01T19:13:31 < zyp> I guess I'll have to ziptie it to the drain grate or something 2019-01-01T19:15:20 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2019-01-01T19:16:50 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-01T19:17:58 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-01T19:32:38 < Thorn> how do you generate threaded code in a compiler? you need to know all the subroutine addresses in the interpreter in advance 2019-01-01T19:34:07 < Thorn> or is threaded code only usable for immediate execution in the same program where it was generated? 2019-01-01T19:34:33 < Thorn> or should I do some kind of relocation when loading 2019-01-01T19:39:50 < Thorn> but this "relocation" would essentially mean compiling bytecode into threaded code 2019-01-01T19:46:20 < mawk> there is some kind of relocation 2019-01-01T19:46:24 < mawk> at least on x86 2019-01-01T19:46:32 < mawk> using the thread local registers 2019-01-01T19:46:45 < mawk> well the thread local pointer that's in the %gs register I believe 2019-01-01T19:46:46 < mawk> %fs or %gs 2019-01-01T19:47:55 < Thorn> https://en.wikipedia.org/wiki/Threaded_code 2019-01-01T19:47:58 < Thorn> >Not to be confused with multi-threaded programming. 2019-01-01T19:48:06 < Thorn> :) 2019-01-01T19:58:26 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 250 seconds] 2019-01-01T20:00:36 -!- con3 [~kvirc@197.233.133.205] has joined ##stm32 2019-01-01T20:01:11 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Read error: Connection reset by peer] 2019-01-01T20:08:37 < mawk> ah :( 2019-01-01T20:16:31 < aandrew> I'm having understanding this wikipedia article 2019-01-01T20:17:23 < englishman> i think you a word 2019-01-01T20:17:43 < mawk> yeah it's not wonderfully written aandrew 2019-01-01T20:18:03 < mawk> it just means that you compile the opcodes to machine code only once, then your program is only a suite of call instructions 2019-01-01T20:18:15 < mawk> depending on the type of threading 2019-01-01T20:18:20 < mawk> you could have a bytecode decoding step 2019-01-01T20:20:47 -!- con3 [~kvirc@197.233.133.205] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-01T20:21:45 < mawk> so Thorn I think you have the choice depending on the complexity of the subroutine call 2019-01-01T20:22:11 < mawk> I think in any case you can compile in situ, that's a constant time, doesn't add to complexity 2019-01-01T20:22:16 < mawk> for optimization you can cache that 2019-01-01T20:22:47 < jpa-> Thorn: all of the options you are mention are possible, it depends totally on the implementation 2019-01-01T20:23:08 < Thorn> subroutines here mainly represent primitive operations, equivalent to machine instructions (pop, push, add, etc) 2019-01-01T20:24:14 < aandrew> but why 2019-01-01T20:24:23 < aandrew> why call add() instead of execute add? 2019-01-01T20:25:40 -!- brabo [~brabo@globalshellz/owner/brabo] has quit [Ping timeout: 272 seconds] 2019-01-01T20:28:04 < Thorn> add() is likely pop r0; pop r1; add r0,r0,r1; push r0 2019-01-01T20:29:56 < jpa-> on arm, a direct bytecode interpreter is probably easier and faster than trying to make it into subroutine calls 2019-01-01T20:30:46 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-01T20:32:24 -!- brabo [~brabo@globalshellz/owner/brabo] has joined ##stm32 2019-01-01T20:32:26 < mawk> why jpa- ? 2019-01-01T20:32:59 < aandrew> yeah I was going to say the same, I don't understand the benefit of threaded code 2019-01-01T20:33:01 < jpa-> pawn's bytecode interpreter for thumb2 is basically a block of code for each operation, and each block ends with macro NEXT() that does ldr r11, [r4], #4 to load next opcode, ldr pc, [r14, r11, LSL #2] to load handler address from array and jump to it; no return from subroutine needed 2019-01-01T20:33:23 < aandrew> why would you be popping and pushing anything, r0 and r1 would have been loaded and add is a single isntruction 2019-01-01T20:33:57 < Thorn> jpa-: this is indirect threaded code 2019-01-01T20:34:26 < Thorn> if I understood correctly 2019-01-01T20:34:38 < jpa-> Thorn: yeah 2019-01-01T20:35:09 < jpa-> hmm no 2019-01-01T20:35:21 < jpa-> i'd say it is more like "direct threading" in that wikipedia article 2019-01-01T20:35:37 < jpa-> hmm no 2019-01-01T20:35:48 < jpa-> i'd say it is just an efficient way to do a bytecode interpreter 2019-01-01T20:36:02 < jpa-> because the actual program doesn't have any real addresses, it has just index to a table that has the addresses 2019-01-01T20:36:31 < jpa-> in pawn, the opcode function pointer table is stored in r14, and r11 will get an index to that table (the index = bytecode instruction) 2019-01-01T20:37:21 < jpa-> ah, that's called token threading 2019-01-01T20:38:14 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-01T20:38:14 < mawk> yesterday at around 9pm I gently scared the old grandpa that lives below my appartment into making less annoying noise with his cane 2019-01-01T20:38:31 < mawk> so today at 8am his stupid son broke into my appartment and assaulted me 2019-01-01T20:38:39 < emeb> found old computer in garage: https://www.dropbox.com/s/n4lndi786572xj8/ampro_dir.png?dl=0 2019-01-01T20:39:09 < emeb> Z80 CP/M system from 1980s - still runs. 2019-01-01T20:39:27 < zyp> nice 2019-01-01T20:39:42 < zyp> my first computer also ran CP/M, albeit on x86 2019-01-01T20:40:38 < bitmask> I never really understood the getting old computers to run and building them, do you use them for anything or is it just the process that you enjoy 2019-01-01T20:40:54 < jpa-> Thorn: you could also force the addresses of the subroutines to be constant, but that would waste some flash if you want to reserve space for expansion 2019-01-01T20:41:49 < emeb> bitmask: I'm not really into retrocomputing. I just have a garage full of old stuff I used in the past and never got rid of. 2019-01-01T20:42:14 < bitmask> I see 2019-01-01T20:42:39 < emeb> I think most of the ppl who like retro stuff never actually used it when it was current. 2019-01-01T20:43:29 < bitmask> I mean I'm sure its a pretty good learning experience but for me I'm sure there are more interesting methods to learn 2019-01-01T20:43:58 < jpa-> i like retro microcontrollers from early 2010's, such as stm32f4 series 2019-01-01T20:43:59 < emeb> here's what it actually looks like (w/o case on) https://www.dropbox.com/s/nlb1xelsg6pxsux/0101191041.jpg?dl=0 2019-01-01T20:44:17 < bitmask> f4 is retro? hah 2019-01-01T20:44:30 < emeb> jpa-: what do you consider current? :) 2019-01-01T20:44:39 < bitmask> f407 disco is my main dev board 2019-01-01T20:44:57 < emeb> "you must be old" 2019-01-01T20:45:19 < bitmask> dip overload 2019-01-01T20:45:32 < jpa-> emeb: those that have letters and numbers both after F! 2019-01-01T20:45:56 < jpa-> like STM32L4R5 2019-01-01T20:46:27 < bitmask> I can't get this damn faceplate to look nice :( this is the last part I gotta design for this heated hoodie 2019-01-01T20:47:40 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:8d4c:8d39:366c:5622] has joined ##stm32 2019-01-01T20:48:33 < emeb> L4R5 - hadn't heard of those. 2019-01-01T20:50:00 < qyx> they are great 2019-01-01T20:50:02 < qyx> much hyperbus 2019-01-01T20:50:28 < emeb> mmm... octo-spi. 2019-01-01T20:50:32 < emeb> lotsa SRAM too 2019-01-01T20:50:35 < qyx> I haven't tried them yet though 2019-01-01T20:51:15 < bitmask> L are the low power ones? 2019-01-01T20:52:49 < emeb> yup 2019-01-01T20:53:23 < englishman> cool emeb 2019-01-01T20:53:28 < englishman> is that terminal over rs232 2019-01-01T20:53:46 < emeb> englishman: yes. a blazing 9600bps 2019-01-01T20:53:55 < aandrew> man these PMDT290UCE P/Nfets are the shit 2019-01-01T20:54:27 < englishman> blazing indeed 2019-01-01T20:54:37 < aandrew> I liked the NTZD3155C but they're hard to find now 2019-01-01T20:54:53 < aandrew> these have a nice low Vgsth which means they'll work down to 1V 2019-01-01T20:55:05 < emeb> I had to stack up 5 different RS-232 adapters to convert from the DB25F to my USB dongle. 2019-01-01T20:55:29 < englishman> i remember having a huge box of m/f and pin converting adapters... 2019-01-01T20:56:30 < englishman> ...and having to go to the local computer store to buy some for $20 and up... 2019-01-01T20:56:52 < emeb> Yep. Those things are a PITA. I've got one of those stupid passive LED diagnostic things too. 2019-01-01T20:57:05 < emeb> And having it in the circuit screws up the signals :P 2019-01-01T21:00:35 < PaulFertser> specing: I think it's kinda obvious that if the ADC is using Vcc as the Vref then you just have to take that into account. Of course it depends on how exactly the temperature sensor is implemented. That line of code was written several years ago so I do not remember the exact reasoning but I was getting nice results with it. 2019-01-01T21:05:17 < specing> kk 2019-01-01T21:07:32 < bitmask> what kind of temp sensor? 2019-01-01T21:09:22 < bitmask> oh the built in 2019-01-01T21:11:15 < bitmask> Im getting pretty good readings from my thermistors: https://youtu.be/xMOiasqyowc 2019-01-01T21:12:51 < PaulFertser> Learn to SI ;) 2019-01-01T21:14:02 < PaulFertser> Yes, we were discussing the temp sensor that's part of stm32 core. 2019-01-01T21:14:50 < bitmask> SI? 2019-01-01T21:15:55 < PaulFertser> Yes, where one uses measurement units that actually make sense as a system. 2019-01-01T21:17:05 < bitmask> ohhh 2019-01-01T21:17:08 < bitmask> hah 2019-01-01T21:17:17 < bitmask> wouldn't SI for temp be kelvin? 2019-01-01T21:17:39 < bitmask> ahh derived unit 2019-01-01T21:18:29 < Steffanx> You still didnt fix the logo thing bitmask :P 2019-01-01T21:19:19 < PaulFertser> Yes, primary is Kelvin, degree Celsius derived. But they're trivial to convert and also when you need some \delta T it's not required. 2019-01-01T21:19:24 < bitmask> the mirror? its not really broken, its just that the silkscreen one is on the back of the pcb so its mirrored, I think i want to switch to it anyway but its not like the silkscreen will be visible when in the case 2019-01-01T21:19:37 < Steffanx> awh 2019-01-01T21:20:13 < bitmask> I like the back one better because it doesn't look like S's 2019-01-01T21:20:48 < bitmask> so I'll switch to it, but also it won't be on the screen when I add more heaters, its just a placeholder for disabled zones 2019-01-01T21:21:04 < PaulFertser> The UI looks nice. 2019-01-01T21:21:07 < bitmask> thanks 2019-01-01T21:27:14 < bitmask> I have a button thats not being used right now, maybe I'll have it switch between C and F and long press to turn the heaters off 2019-01-01T21:29:00 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-01T21:53:01 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-01T21:54:01 -!- con3 [~kvirc@197.233.133.205] has joined ##stm32 2019-01-01T22:01:43 -!- jadew [~razvan@unaffiliated/jadew] has quit [Ping timeout: 245 seconds] 2019-01-01T22:05:52 -!- jadew [~razvan@86.121.138.15] has joined ##stm32 2019-01-01T22:12:18 -!- jadew [~razvan@86.121.138.15] has quit [Changing host] 2019-01-01T22:12:18 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-01T22:12:20 < emeb> given that the calibration constants stored in system ROM are based on deg C and Volts it's easiest just to use those anyway. 2019-01-01T22:21:05 < PaulFertser> emeb: the question is whether the actual Vcc needs to be measured and compensated for when using the internal temperature sensor of stm32 or not. 2019-01-01T22:28:26 < emeb> PaulFertser: I do that - it seems to help the accuracy a lot. 2019-01-01T22:28:52 < PaulFertser> emeb: that matches my experience. specing ^^ 2019-01-01T22:30:20 < emeb> here's how I did it on an F0 -> https://www.dropbox.com/s/j03cm2cnnjuutrn/adc.c?dl=0 2019-01-01T22:44:16 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-01T22:44:23 < englishman> ahh the good old stdperiphlib 2019-01-01T22:47:34 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-01T22:47:34 -!- [1]MrMobius is now known as MrMobius 2019-01-01T22:48:15 < emeb> englishman: yep - older project 2019-01-01T22:48:31 < bitmask> meh I dont like it https://i.imgur.com/E5L6dW0.png 2019-01-01T22:48:41 < bitmask> but im tired of trying 2019-01-01T22:50:06 < emeb> here's a HAL version for L432 -> https://www.dropbox.com/s/fxjjocksqrcdtls/l432_adc.c?dl=0 2019-01-01T22:51:15 < emeb> a bit more complicated because it uses power control and floats 2019-01-01T22:51:20 < bitmask> can you use the steinhart equation with the internal sensor? then actual voltage doesnt matter, just use the adc value 2019-01-01T22:52:08 < emeb> doubt it. 2019-01-01T22:52:25 < emeb> two reasons - the thermal sensor is a semiconductor junction, not an RTC 2019-01-01T22:52:59 < emeb> and the ADC reference ladder is driven by VDDA, so you can't avoid a VDD dependence. 2019-01-01T22:53:50 < bitmask> ahh 2019-01-01T23:06:36 < kakimir> https://drive.google.com/file/d/1T1GmUT9gPdhM9De5NIhuWE0baUcmsgXS/view?usp=sharing 2019-01-01T23:06:41 < kakimir> dones 2019-01-01T23:06:46 < kakimir> back to work 2019-01-01T23:07:13 < kakimir> tommorow work in the morning in other side of finland 2019-01-01T23:07:39 < kakimir> it was fun holiday and we made it in time 2019-01-01T23:10:35 < zyp> not looking forward to get up early tomorrow morning 2019-01-01T23:11:38 < aandrew> hm 2019-01-01T23:11:52 < aandrew> LDRB R4, [R6, #0x04] 2019-01-01T23:12:28 < aandrew> what the FUCK is the compiler emitting LDRB for 2019-01-01T23:12:44 < zyp> what's the type? 2019-01-01T23:13:07 < aandrew> twi_control_block_t *p_cb; 2019-01-01T23:13:10 < zyp> to me that looks like a struct with a uint8_t or something at offset 4 2019-01-01T23:13:13 < aandrew> yeah 2019-01-01T23:13:15 < aandrew> but look at this 2019-01-01T23:13:18 < aandrew> twi_control_block_t *p_cb; 2019-01-01T23:13:26 < zyp> yeah? 2019-01-01T23:13:29 < aandrew> p_cb = &m_cb[p_instance->drv_inst_idx]; 2019-01-01T23:13:40 < aandrew> that line is emitting a single LDRB instruction 2019-01-01T23:13:44 < aandrew> that's not right 2019-01-01T23:13:44 < aandrew> at all 2019-01-01T23:13:51 < aandrew> p_cb is a fucking 32-bit address 2019-01-01T23:14:20 < zyp> are you getting hung up on source lines not matching assembly lines exactly in optimized code? 2019-01-01T23:14:55 < aandrew> it's -Og -g 2019-01-01T23:14:58 < aandrew> so it should line up 2019-01-01T23:15:12 < zyp> you're probably looking at the instruction doing p_instance->drv_inst_idx 2019-01-01T23:15:13 < aandrew> but yeah, let me do -O0 -g 2019-01-01T23:15:20 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:8d4c:8d39:366c:5622] has quit [Quit: Konversation terminated!] 2019-01-01T23:15:43 < zyp> oh, wait 2019-01-01T23:15:46 < zyp> of course 2019-01-01T23:16:21 < zyp> you're making a pointer, compiler doesn't bother actually calculation the pointer, just the offset 2019-01-01T23:16:38 < zyp> that's why you only get the p_instance->drv_inst_idx part 2019-01-01T23:17:00 < aandrew> with O0 it works 2019-01-01T23:17:04 < zyp> then you'll probably get something like [Rx, R4 SHL 2] wherever it's used 2019-01-01T23:17:12 < aandrew> no 2019-01-01T23:17:18 < zyp> then what? 2019-01-01T23:17:21 < aandrew> with Og my "address" is zero 2019-01-01T23:17:24 < aandrew> with O0 my address is correct 2019-01-01T23:17:47 < aandrew> m_cb[] is off in RAM 2019-01-01T23:17:52 < aandrew> it's a static array of a struct 2019-01-01T23:18:06 < aandrew> p_cb is calculated to point to the right element in the array 2019-01-01T23:18:09 < aandrew> but it's zero 2019-01-01T23:18:10 < aandrew> which is not right 2019-01-01T23:18:14 < aandrew> it's index zero 2019-01-01T23:18:18 < aandrew> but it's not address zero 2019-01-01T23:18:19 < zyp> can you pastebin the source? 2019-01-01T23:18:29 < aandrew> &m_cb[] should be an address 2019-01-01T23:18:30 < aandrew> yes 2019-01-01T23:18:31 < aandrew> it's not my code 2019-01-01T23:19:01 < zyp> well, from your description, it could be one of two things 2019-01-01T23:19:02 < aandrew> https://pastebin.com/S2U6xkWv 2019-01-01T23:19:14 < aandrew> the comment out and ABK shit is me tryign to figure out wtf is going on 2019-01-01T23:19:23 < zyp> either it could be an actual optimizer bug 2019-01-01T23:20:00 < zyp> or it could be the code is doing something stupid and relying on undefined behavior, meaning the compiler is actually free to throw anything out and give you garbage 2019-01-01T23:20:12 < aandrew> it's like the compiler is saying "oh you want the offset into the thing, LDRB, here ya go, it's zero 2019-01-01T23:20:17 < aandrew> instead of saying the ADDRESS of element zero 2019-01-01T23:21:35 < zyp> is this atsam? 2019-01-01T23:22:31 < zyp> or I guess NRFX means nrf51/52 2019-01-01T23:22:32 < aandrew> this code is shit for sure 2019-01-01T23:22:35 < aandrew> no, it's nordic shit 2019-01-01T23:22:42 < zyp> got it 2019-01-01T23:22:48 < aandrew> they completely fucked up their SDKs when they wedged the nrf52 in 2019-01-01T23:22:54 < zyp> hehe 2019-01-01T23:22:56 < aandrew> they had nrf_drv_blahblah for everything 2019-01-01T23:23:02 < zyp> hmm, gtg, I can look more later 2019-01-01T23:23:03 < aandrew> then the new hardware in nrf52 needed some changes 2019-01-01T23:23:15 < aandrew> so they created a new api but renamed the old one nrfx 2019-01-01T23:23:24 < aandrew> but it's half calling new code and half calling old code 2019-01-01T23:23:25 < aandrew> it's a mess 2019-01-01T23:24:04 < zyp> where does m_cb come from? 2019-01-01T23:24:09 < zyp> global? 2019-01-01T23:24:32 < aandrew> yeah it's a static global in the nrfx driver 2019-01-01T23:24:43 < zyp> static? 2019-01-01T23:25:02 < aandrew> yes 2019-01-01T23:25:09 < aandrew> only that source file sees/maintains it 2019-01-01T23:25:14 < aandrew> it's all internal "method" shit 2019-01-01T23:25:24 < aandrew> I *hate* when people try to wedge C++ concepts into C code 2019-01-01T23:25:48 < zyp> static vars are fine to avoid symbol collisions 2019-01-01T23:25:51 < aandrew> anyway gonna update the compiler and see 2019-01-01T23:25:52 < aandrew> gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (GNU Tools for Arm Embedded Processors 7-2018-q2-update) 2019-01-01T23:25:55 < aandrew> that's not old 2019-01-01T23:26:02 < aandrew> oh yes 2019-01-01T23:26:04 < aandrew> I like static vars 2019-01-01T23:26:13 < aandrew> I'm taling about m_ bullshit 2019-01-01T23:26:40 < zyp> ah, haha 2019-01-01T23:33:02 < qyx> is there any concept in prefixing methods? 2019-01-01T23:34:05 < qyx> or generally in hungarian notation 2019-01-01T23:45:28 < aandrew> fuck hungarian notation 2019-01-01T23:45:50 < aandrew> write your code clearly and you won't have to resort to psub32_lame_coder_var 2019-01-01T23:46:26 < aandrew> it's well documented that adopting hungarian notion is the reason we had the downfall of quality microsoft code 2019-01-01T23:46:49 < aandrew> nobody could write anything clearly because they were so focused on making sure all the fucking variable prefixes were correct that they forgot what they were trying to do --- Day changed Wed Jan 02 2019 2019-01-02T00:00:54 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-02T00:10:45 -!- Gunirus [uid20073@gateway/web/irccloud.com/x-ywtzysiwxlcodpmj] has joined ##stm32 2019-01-02T00:13:07 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-02T00:15:27 < specing> PaulFertser: Well, looks like Vdda is at 2.98V 2019-01-02T00:15:34 < specing> A bit low I guess 2019-01-02T00:15:46 < specing> ADC says it is at 2.73V 2019-01-02T00:16:21 < specing> nah, it says 3.00V. I guess there is an error in RM0091 2019-01-02T00:25:20 < qyx> where 2019-01-02T00:27:02 < specing> qyx: page 252 the formula is missing the leading digit 2019-01-02T00:29:47 < qyx> oh of course, the calib value is measured at 3V3 2019-01-02T00:30:19 < qyx> in all stm32s I used so far 2019-01-02T00:30:55 < specing> and the error is there twice... lol? 2019-01-02T00:31:02 < qyx> it is funny the same error is above 2019-01-02T00:31:04 < qyx> heh 2019-01-02T00:33:46 < englishman> Thorn: 20 months to send data from New Horizons over 1-2kbps downlink 2019-01-02T00:35:37 < specing> Anyway, VREFINT_CAL is 605, 110'C cal is 526, 30'C cal is 6e0. Vrefint measured is 69b and temp sensor 793. All in hex. 2019-01-02T00:36:10 -!- con3 [~kvirc@197.233.133.205] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-02T00:40:40 < PaulFertser> qyx: are sure it's at 3.3 and not 3.0? 2019-01-02T00:41:38 < qyx> worked for m 2019-01-02T00:44:25 < specing> My datasheet says 3.3V 2019-01-02T00:44:39 < specing> stm32f072rb device data sheet, that is 2019-01-02T00:45:04 < qyx> but I just noticed PaulFertser's formula assumes 3V0 2019-01-02T01:00:29 < PaulFertser> Probably l152 is different 2019-01-02T01:06:57 < emeb> PaulFertser: L432 is calibrated @ 3.0V but F042 is calibrated @ 3.3V 2019-01-02T01:07:16 < emeb> I suspect that low power parts assume lower VDD for calibration. 2019-01-02T01:08:39 < qyx> in that case my current code should not work on L432 correctly 2019-01-02T01:08:51 < qyx> I'll check tomorrow 2019-01-02T01:09:11 < emeb> just put in some ifdefs and check the processor type 2019-01-02T01:09:20 < qyx> yeah 2019-01-02T01:10:07 < emeb> frankly kinda surprised that those calibration addresses and conditions aren't already part of the .h files for each mcu 2019-01-02T01:24:13 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has joined ##stm32 2019-01-02T01:53:55 < specing> yeah it doesen't seem to be in the SVD files 2019-01-02T01:54:51 < rajkosto> why do the aliexpress bluepills/blackpills seem to be the fastest shipping/arriving things on there 2019-01-02T01:55:00 < rajkosto> got some on the 28th already here 2019-01-02T01:58:58 < bitmask> https://i.imgur.com/BzEmldK.png 2019-01-02T01:59:00 < bitmask> I think I'm ok with this 2019-01-02T02:01:46 < specing> rajkosto: 4 days? 0.o 2019-01-02T02:02:08 < rajkosto> it arrived lightning quick in december too the one that died 2019-01-02T02:15:40 < Steffanx> Ordered something from aliexpress too, for a EU warehouse. Ended up being shipping from some local amazon warehouse. -_- 2019-01-02T02:15:46 < Steffanx> *shipped 2019-01-02T02:15:51 < Steffanx> *from. 2019-01-02T02:15:57 < Steffanx> Damn it, perhaps its time to sleep :D 2019-01-02T02:18:56 < tjq> Nah 2019-01-02T02:19:23 < englishman> interesting 2019-01-02T02:19:55 -!- Gunirus [uid20073@gateway/web/irccloud.com/x-ywtzysiwxlcodpmj] has quit [Quit: Connection closed for inactivity] 2019-01-02T02:20:55 < Steffanx> Welcome englishman, did you kill crt? 2019-01-02T02:22:16 < rajkosto> Steffanx, except these shipped from singapore like a lot of things 2019-01-02T02:22:22 < englishman> i was nowhere near at the time and can prove it 2019-01-02T02:23:19 < tjq> Why sleep Steffanx? 2019-01-02T02:26:12 < Steffanx> oh lol he's alive. 2019-01-02T02:26:27 < Steffanx> because i start to make stupid typing errors mr tjq. 2019-01-02T02:26:39 < Steffanx> Happy new year sir. 2019-01-02T02:35:37 < tjq> Thanks 2019-01-02T02:42:48 < tjq> https://usercontent.irccloud-cdn.com/file/rRq4aFh7/2019.PNG 2019-01-02T02:43:21 < tjq> Happy new year Steffanx 2019-01-02T02:43:49 < Steffanx> Are you alright sir? 2019-01-02T02:45:16 < tjq> crt was administered the solution 2019-01-02T02:46:58 < Steffanx> hm, alcohol isnt good for tjq 2019-01-02T02:47:39 < tjq> That makes no sense 2019-01-02T03:06:22 < Steffanx> Yes it does 2019-01-02T03:10:16 < Steffanx> Special music for you tjq https://www.youtube.com/watch?v=SwHqV-gLIpk 2019-01-02T03:12:11 < tjq> Wtf is that 2019-01-02T03:13:15 < tjq> Makes kakimir’s posts good 2019-01-02T03:15:30 < aandrew> yeah this is shit 2019-01-02T03:16:16 < Steffanx> Reverse Negative to Positive Mantra > what did you expect? 2019-01-02T03:21:06 < tjq> I’d expect better from kumpel Steffan 2019-01-02T03:22:35 < Steffanx> 2019 mission is to be worse than Blaxter 2019-01-02T03:24:10 < tjq> End of ##stm32 2019-01-02T03:25:34 < Steffanx> That started when crt died 2019-01-02T03:27:22 < tjq> Who was/is the worst ##stm32 in history 2019-01-02T03:27:41 < tjq> irc chatter 2019-01-02T03:29:11 < Steffanx> Hm 2019-01-02T03:29:41 < specing> The internal reference is supposed to be stable and Vdda-independent, correct? 2019-01-02T03:30:04 < specing> but it varies due to process variations or whatever and has to be calibrated? 2019-01-02T03:35:24 < emeb> internal reference is stable, but it's just another input to the ADC - you check it to get an idea of what VDDA is 2019-01-02T03:35:39 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-02T03:37:14 < specing> How come Vdd is not connected to the ADC as well? 2019-01-02T03:37:26 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-02T03:40:24 < englishman> some chips have an external vdda supply so you can add additional supply side filtering or decoupling. vssa might be present and separate for the same reason. some chips allow you to connect this internally as an option 2019-01-02T03:40:33 < emeb_mac> depends on which MCU & pkg - often VDDA is tied to Vref+ 2019-01-02T03:41:42 < emeb_mac> but the critical thing is that Vref+ & Vref- are the top/bottom of the reference ladder in the ADC, and if those move then your readings will change even if the source is stable. 2019-01-02T03:56:45 < specing> Ok I think I know why I get strange results 2019-01-02T03:57:09 < specing> They are due to numerical errors when subtracting close numbers 2019-01-02T04:02:08 < specing> but I get 25.7'C on startup now (calculated with doubles in Octave) 2019-01-02T04:03:01 < specing> I'd say the room is at 20'C though. But I guess that is within tolerance, since ST's calibration is +- 5'C and +- 10mV Vdda 2019-01-02T04:09:40 < kakimir> https://www.youtube.com/watch?v=XIO2tvOJSqc kakispecial shoegaze/gothic rock 2019-01-02T04:10:07 < specing> VREFINT_CAL = 0x605, VREFINT_DATA= 0x6a0, Vdda = 3300 * VREFINT_CAL / VREFINT_DATA, TEMP30_CAL = 0x6e0, TEMP110_CAL = 0x526, TEMP30_CAL_mV = TEMP30_CAL * 3300 / 4095, TEMP110_CAL_mV = TEMP110_CAL * 3300 / 4095, temp_ADC = 0x7ab, temp_mV = Vdda * temp_ADC / 4095, k = (110-30) / (TEMP110_CAL_mV - TEMP30_CAL_mV), x = temp_mV - TEMP30_CAL_mV, Tj = k*x + 30 2019-01-02T04:19:15 < tjq> an2834 looks neat for ADCing with stm32 2019-01-02T04:21:47 < tjq> oh until "It is recommended to use different planes for analog and digital grounds." 2019-01-02T04:21:57 * tjq hits the eject button 2019-01-02T04:25:05 < englishman> it is recommended to not eat bacon, also 2019-01-02T04:25:36 < Steffanx> Im not crazy. Im an airplane. 2019-01-02T04:26:35 -!- Chris_M|2 [~Chris_M@114-198-97-61.dyn.iinet.net.au] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-02T04:27:40 < bitmask> 3d printers blow 2019-01-02T04:27:47 < bitmask> ;) 2019-01-02T04:28:11 < bitmask> I'm tired of designing around the limitations 2019-01-02T04:28:32 < Steffanx> Get a better one 2019-01-02T04:28:55 < Steffanx> Get a many-D CNC 2019-01-02T04:29:58 < Steffanx> Id be ok with https://youtu.be/AzSMliTM-eM 2019-01-02T04:46:10 < mawk> hi Steffanx 2019-01-02T04:46:17 < mawk> you saw I got assaulted this morning 2019-01-02T04:46:20 < mawk> by some muslim 2019-01-02T04:46:31 < Steffanx> No? 2019-01-02T04:47:02 < mawk> last night I gently scared my below neighbor into making less noise with his cane 2019-01-02T04:47:16 < mawk> so this morning his son came, forced his way into my appartment, and punched me twice in the face 2019-01-02T04:47:24 < mawk> then said that he will burn everything down if I talk to the police 2019-01-02T04:47:30 < mawk> so when he left I talked to the police 2019-01-02T04:47:33 < kakimir> hmm 2019-01-02T04:47:39 < Steffanx> Whoa serious business 2019-01-02T04:47:46 < kakimir> is this uk? 2019-01-02T04:47:48 < kakimir> I assume 2019-01-02T04:47:49 < mawk> before punching me he was saying something like "don't talk to my father again, do you understand ?" 2019-01-02T04:47:59 < mawk> and I think I gave him a bit too insolent look 2019-01-02T04:48:03 < mawk> so he didn't like that and punched me 2019-01-02T04:48:27 < mawk> me kakimir ? in France 2019-01-02T04:49:11 < Steffanx> Makes me wonder how you scared the poor old man 2019-01-02T04:49:30 < mawk> I banged on his door 2019-01-02T04:49:34 < mawk> but that's all 2019-01-02T04:49:40 < kakimir> hmm 2019-01-02T04:49:44 < mawk> I didn't enter his home or anything 2019-01-02T04:50:31 < mawk> so I sued the stupid son for 4 chieves of accusation: voluntary violence, trespassing, threats to violence and threats to arson 2019-01-02T04:50:53 < mawk> but France is what it is, he will just get a slap on the fingers 2019-01-02T04:50:56 < mawk> "rappel à la loi" they call 2019-01-02T04:51:05 < mawk> a judge reads the law in front of you, asks if you understand, then you go 2019-01-02T04:52:35 < mawk> my girlfriend was very scared 2019-01-02T04:57:57 < mawk> oh and also I talked to his father again 2019-01-02T04:57:59 < mawk> he was still making noises 2019-01-02T04:58:04 < mawk> so I guess the son will show up again 2019-01-02T04:58:09 < mawk> I'll remember to not open the door that time 2019-01-02T04:58:24 < mawk> maybe I should get a fire extinguisher 2019-01-02T05:02:07 < Steffanx> And a gun 2019-01-02T05:02:42 < mawk> that's not allowed here 2019-01-02T05:02:51 < mawk> you need to be a hunter or a sports shooter 2019-01-02T05:02:55 < mawk> with a very tight license 2019-01-02T05:03:07 < mawk> but stun guns are more or less legal 2019-01-02T05:03:11 < mawk> maybe I should get one 2019-01-02T05:03:34 < mawk> here if you kill a trespasser you go to jail 2019-01-02T05:03:43 < mawk> the response needs to be proportionnate to the prejudice 2019-01-02T05:03:48 < Steffanx> Then a peephole it is 2019-01-02T05:03:57 < mawk> if the guy is stealing stuff you can't physically hurt him 2019-01-02T05:04:03 < mawk> yeah 2019-01-02T05:04:10 < mawk> but the door is almost cardboard, a few kicks and it opens I'm sure 2019-01-02T05:04:18 < mawk> let's hope he won't be angry 2019-01-02T05:05:45 < mawk> even cops are not allowed to shoot people 2019-01-02T05:05:57 < mawk> if you just draw your gun you have an immediate official investigation 2019-01-02T05:07:01 < mawk> there are rare occasions where you can shoot people when it's not a life or death situation for you 2019-01-02T05:07:26 < mawk> for instance prison guards can shoot at people trying to escape from the prison to stop them 2019-01-02T05:07:30 < mawk> after 3 oral warnings 2019-01-02T05:07:50 < mawk> even bodyguards are not allowed to carry guns 2019-01-02T05:08:00 < mawk> France hates guns 2019-01-02T05:11:34 < englishman> all the more reason to hop over to kosovo and get yourself a mitrailleuse 2019-01-02T05:11:41 < mawk> lol 2019-01-02T05:39:03 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-02T05:57:14 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-02T06:08:40 -!- fc5dc9d4_ [~quassel@p5B3A806B.dip0.t-ipconnect.de] has joined ##stm32 2019-01-02T06:12:39 -!- fc5dc9d4 [~quassel@p5B081D12.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2019-01-02T06:28:39 < rajkosto> https://images.sshnuke.net/2019-01-02_05-28-29_T7ARxVh7k.png aliexpress sellers sure know how to count pins 2019-01-02T06:36:21 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2019-01-02T06:36:54 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-02T07:08:57 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-02T07:12:16 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 250 seconds] 2019-01-02T07:12:21 -!- day__ is now known as day 2019-01-02T07:17:14 < dongs> englishman: did they fix routing cockups in A19? 2019-01-02T07:17:52 < dongs> k reading release notes 2019-01-02T07:18:44 < dongs> err 2019-01-02T07:18:44 < dongs> jadew: ignore lol 2019-01-02T07:18:49 < dongs> The name Design Workspace has been changed to Project Group, to avoid confusion with the new cloud Workspaces. The *.DsnWrk file extension has been retained for a saved Project Group. 2019-01-02T07:18:53 < dongs> wat the fuck 2019-01-02T07:18:58 < dongs> lolcloud 2019-01-02T07:19:55 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-02T07:22:16 < dongs> Updated Layer Stack Manager with new document interface and UI enhancements for stackup definition, uVia support, materials library, impedance calculator and more. 2019-01-02T07:22:19 < dongs> RIP. 2019-01-02T07:22:23 < dongs> i guess its been sidebar'd as well 2019-01-02T07:23:43 < dongs> Added ability to place dimensions in PCB lib, which do not appear in PCB layout (BC:903). 2019-01-02T07:23:49 < dongs> lol, BC903 is like 10 years old big 2019-01-02T07:23:51 < dongs> bug 2019-01-02T07:23:59 < dongs> nice to see them finally getting to it 2019-01-02T07:24:17 < dongs> Added ability to create 3D Bodies from selected tracks, arcs and solid regions. Use Tools>Convert>Create 3D Body From selected primitives (BC:1868). 2019-01-02T07:24:20 < dongs> about time too 2019-01-02T07:24:24 < dongs> okay, i guess its worth trying to upgrade to give it a try 2019-01-02T07:31:17 -!- leorat [~rat@unaffiliated/leorat] has quit [Remote host closed the connection] 2019-01-02T07:37:23 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-02T07:42:36 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-02T07:46:33 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-02T08:44:59 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-02T09:03:03 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-02T09:12:44 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 268 seconds] 2019-01-02T09:18:29 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-02T09:19:19 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-02T09:29:01 < dongs> god damn i cannot fucking stand dark tehme faggot shit 2019-01-02T09:29:09 < dongs> fucking altidumb asked to import prefs 2019-01-02T09:29:20 < dongs> why hte fuck wouldnt it import color scheme tho 2019-01-02T09:31:10 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-02T09:47:27 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [Read error: Connection reset by peer] 2019-01-02T09:58:09 < zyp> apart from "ws2812b" I don't have any suggestions 2019-01-02T09:59:04 < zyp> :) 2019-01-02T10:00:39 < zyp> sounds reasonable 2019-01-02T10:02:57 < dongs> you sound like a jew 2019-01-02T10:03:02 < dongs> see if thorn has some ideas 2019-01-02T10:03:12 < dongs> tho you might have to wait a few months to receive whatever shit he suggests 2019-01-02T10:03:17 < dongs> as the only shipping option will be HK airmail 2019-01-02T10:03:38 < dongs> i chopped up some firewood today 2019-01-02T10:03:43 < dongs> filled the truck up 2019-01-02T10:03:56 < dongs> well, cut some fallen trees up actually. 2019-01-02T10:03:58 < dongs> choping will be later. 2019-01-02T10:04:42 < Thorn> the longer the led string (if connected in series) the higher the voltage needed to drive it, I guess this is why they don't sell led strip without resistors 2019-01-02T10:04:57 < Thorn> there're lots of COB modules of all sizes though 2019-01-02T10:05:34 < zyp> oh, I was thinking constant current groups 2019-01-02T10:05:49 < zyp> like resistors, just less dumb 2019-01-02T10:31:18 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 245 seconds] 2019-01-02T10:41:42 < PaulFertser> Do you take CRI into account? 2019-01-02T10:42:37 < PaulFertser> Some LEDs are much better/healthier than the others for a living room. 2019-01-02T10:59:06 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2019-01-02T11:00:03 < rajkosto> Cracki, there are strips that are 12v and have one constant current "variable resistor" chip per 3 leds 2019-01-02T11:00:15 -!- Jybz [~jibz@ip-37-201-5-25.hsi13.unitymediagroup.de] has joined ##stm32 2019-01-02T11:00:15 < rajkosto> it still wastes the same amt of power basically 2019-01-02T11:02:44 < Thorn> how do use Kill RTX with a makefile 2019-01-02T11:02:48 < dongs> https://video.twimg.com/ext_tw_video/1079686260824903680/pu/vid/460x672/wL-L-m2dj2F0J7CO.mp4 2019-01-02T11:02:57 < Thorn> does it need special sections etc. 2019-01-02T11:04:16 < dongs> wut 2019-01-02T11:04:32 < dongs> you just add some .c files to your shit and use 2019-01-02T11:04:40 < dongs> no idea how you do that with a makefail tho 2019-01-02T11:05:14 < Thorn> how does it allocate memory for example? 2019-01-02T11:05:34 < dongs> thats the kinda shit keil users dont care about 2019-01-02T11:05:36 < dongs> it just works 2019-01-02T11:06:22 < Thorn> right 2019-01-02T11:07:36 < Thorn> you just have to pay $7000, forget about the last 20 years of language improvements and learn to live with compilation times similar to those on a commodore under cp/m 2019-01-02T11:08:16 < rajkosto> Thorn, thats a feature 2019-01-02T11:08:21 < rajkosto> there are still people out there that only use msvc6.0 2019-01-02T11:09:26 < Thorn> http://arm-software.github.io/CMSIS_5/RTOS2/html/config_rtx5.html#systemConfig only describes GUI shit 2019-01-02T11:09:58 < rajkosto> (the latest keil when i used it felt like msvc6.0 to me so thats not great) 2019-01-02T11:12:55 < rajkosto> (i only did it cuz it was for a 8051 mcu that basically only could be compiled by keil and had vendor supplied .lib in keil) 2019-01-02T11:18:45 < Ecco> Hi :) 2019-01-02T11:18:55 < Ecco> Have you guys ever read about the HSI48 oscillator? 2019-01-02T11:23:19 < dongs> ecco, what about it 2019-01-02T11:23:21 < dongs> its for USB 2019-01-02T11:23:27 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-02T11:23:30 < dongs> and it auto-tunes by using USB timing or someshit 2019-01-02T11:23:38 < dongs> pretty sure RM covers that part 2019-01-02T11:30:37 < Ecco> Well, I'm surprised because I'm reading the AN2606 about STM32H7 2019-01-02T11:30:58 < Ecco> It says the ROMed bootloader won't do DFU without an external crystal 2019-01-02T11:31:33 < Ecco> But the refman says it has an HSI48 whose goal is to provide an USB clock that auto-corrects based on the SOF frames 2019-01-02T11:32:15 < Ecco> So I was wondering wether HSI48 could really allow for crystal-less USB, and if yes, why the ROMed bootloader didn't take advantage of this 2019-01-02T11:33:33 -!- benishor [~benny@79.116.196.238] has quit [Quit: Konversation terminated!] 2019-01-02T11:33:50 < zyp> I've used HSI48 in stm32l0 2019-01-02T11:34:50 < zyp> HSI48 is coupled to the CRS block (clock recovery system, or something) 2019-01-02T11:35:28 < zyp> the CRS block can be configured to look at the rate of SOF packets and use that to tune the HSI48 2019-01-02T11:44:17 -!- jon1012 [~jon1012@foresight/developer/jon1012] has joined ##stm32 2019-01-02T11:46:06 < karlp> HSI48 is not the same as HSI... 2019-01-02T11:46:31 < Ecco> Yeah, apparently HSI48's sole purpose is to feed the USB controller 2019-01-02T11:46:35 < karlp> indeed. 2019-01-02T11:46:55 < karlp> hsi often works for usb for some people, but it's not specced well enough to be a reliable choice for realz 2019-01-02T11:47:08 < karlp> hsi48 is _for_ usb. it's the entire crystalless usb feature. 2019-01-02T11:47:12 < karlp> thank you patent expiry! 2019-01-02T11:47:26 < zyp> I've ran HSI48 without CRS also 2019-01-02T11:47:31 < karlp> happy new year you lot too. 2019-01-02T11:47:33 < zyp> it works until the device gets too hot 2019-01-02T11:47:41 < zyp> happy new year, karlp :) 2019-01-02T11:47:42 < karlp> zyp: well, that's just like hsi again :) 2019-01-02T11:47:46 < zyp> yeah 2019-01-02T11:48:13 < zyp> it's the CRS block that makes the HSI48 special, not the oscillator itself 2019-01-02T11:48:21 < karlp> (why do they even ofter hsi48 without crs? is it lower power than han msi+pll or hsi+pll?) 2019-01-02T11:48:36 < karlp> sure, but there' 2019-01-02T11:48:44 < karlp> s no parts with hsi48 withOUT crs. 2019-01-02T11:48:59 < zyp> I didn't say so either 2019-01-02T11:49:14 < zyp> I just hadn't written the code to turn on CRS yet 2019-01-02T11:50:44 < karlp> iirc, my board _didn't_ work until I turned crs on, but hey, that's the joy of out of spec right... 2019-01-02T11:55:17 < zyp> karlp, mine apparently worked for some hours, according to the guy using it 2019-01-02T11:59:07 < kakimir> HELLO WORK 2019-01-02T12:03:14 < rajkosto> so what happens if usb isnt connected 2019-01-02T12:06:34 < karlp> Cracki: bear in mind that's a reset if it started in bootloader mode, but received no commands on any of the other supported interfaces, 2019-01-02T12:06:40 < karlp> reboot seems like a pretty sane response there. 2019-01-02T12:24:45 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 250 seconds] 2019-01-02T12:24:48 < karlp> Thorn: https://github.com/karlp/oocd-rtos-locm3/tree/master/cmsis-rtos-rtx might be useful 2019-01-02T12:25:13 < karlp> it was fiddly and annoying, so even though it has nicer api names, I don't think I'll keep using it. 2019-01-02T12:31:52 -!- superbia [~superbia@unaffiliated/superbia] has joined ##stm32 2019-01-02T12:32:03 < superbia> Happy new year 2019 Steffanx ! 2019-01-02T12:32:04 < superbia> Happy new year 2019 Steffanx ! 2019-01-02T12:32:21 < Steffanx> Ty same there superbia 2019-01-02T12:32:54 < superbia> ty ty sir 2019-01-02T12:33:33 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-02T13:13:25 -!- con3 [~kvirc@197.233.252.176] has joined ##stm32 2019-01-02T13:24:14 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-02T13:28:38 -!- con3 [~kvirc@197.233.252.176] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-02T13:48:12 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-02T13:54:24 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 250 seconds] 2019-01-02T14:06:04 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-02T14:28:29 < Steffanx> happy new year Haohmaru 2019-01-02T14:36:02 < Ecco> hmm 2019-01-02T14:36:19 < Ecco> I just got a nucleo board. Hooked it to USB port, tried OpenOCD -> "error: open failed" 2019-01-02T14:37:29 < Ecco> ha, better, used stlink-v2-1, got further 2019-01-02T14:45:18 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-02T14:55:25 < dongs> looks like altifuck19 didnt fix the rotated room drag handles lols 2019-01-02T14:55:35 < dongs> i mean im sure theyt're not even aware of the bug 2019-01-02T14:58:59 < kakimir> enjoy kicad 2019-01-02T15:19:32 < Haohmaru> Steffanx oh now, don't make me feel like a speshul snowflake 2019-01-02T15:26:38 < Steffanx> speshul: an euphemism for mentally retarded... i knew it. 2019-01-02T16:03:34 -!- con3 [~kvirc@197.233.252.176] has joined ##stm32 2019-01-02T16:33:00 < Haohmaru> dr Steffanx giving diagnosis again 2019-01-02T16:33:19 < Steffanx> No, it was the urban dictionary. 2019-01-02T16:33:32 < Steffanx> i cannot help you used that word. 2019-01-02T16:34:21 < Haohmaru> you assumed i intended a meaning to "speshul" which matches whatever you read on some dictionary? 2019-01-02T16:36:13 < Steffanx> Dont use weird words so i dont have to "assume". 2019-01-02T16:36:27 -!- Jybz [~jibz@ip-37-201-5-25.hsi13.unitymediagroup.de] has quit [Ping timeout: 240 seconds] 2019-01-02T16:36:30 < Haohmaru> maybe "speshul" is not weird 2019-01-02T16:36:53 < Haohmaru> perhaps, to slavic speakers 2019-01-02T16:36:54 < Steffanx> ok 2019-01-02T16:37:39 -!- Jybz [~jibz@ip-37-201-5-25.hsi13.unitymediagroup.de] has joined ##stm32 2019-01-02T16:37:47 < Haohmaru> did i ruin your mood momentarily? 2019-01-02T16:38:35 < Steffanx> Yes, you negativity is contagious. 2019-01-02T16:38:59 < Haohmaru> eggscuse me 2019-01-02T16:59:28 -!- con3 [~kvirc@197.233.252.176] has quit [Ping timeout: 252 seconds] 2019-01-02T17:01:18 -!- con3 [~kvirc@197.233.252.176] has joined ##stm32 2019-01-02T17:09:19 < englishman> https://venturebeat.com/2018/12/31/mozilla-ad-on-firefoxs-new-tab-page-was-just-another-experiment/ 2019-01-02T17:09:27 < englishman> it was just an experiment 2019-01-02T17:10:00 < specing> stick to ESR 2019-01-02T17:10:42 < Steffanx> Experiment my arse. 2019-01-02T17:11:04 < BrainDamage> ofc it was an experiment 2019-01-02T17:11:15 < BrainDamage> it was a social experiment to see the outrage 2019-01-02T17:11:20 < BrainDamage> if no outrage, go with it 2019-01-02T17:14:11 * karlp grins 2019-01-02T17:43:08 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-02T17:43:16 < bitmask> o/ 2019-01-02T17:43:18 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-02T17:47:03 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has quit [Ping timeout: 246 seconds] 2019-01-02T17:53:19 -!- con3 [~kvirc@197.233.252.176] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-02T17:54:13 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-02T17:56:26 -!- ski7777 [~quassel@91.67.112.19] has joined ##stm32 2019-01-02T18:08:29 < Ecco> Hmm, I must be doing something stupid but for some reason I can't drive a GPIO :-/ 2019-01-02T18:08:38 < Ecco> I've correctly enabled the proper bit in AHB4ENR 2019-01-02T18:16:03 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-02T18:16:03 < karlp> is this h7 or somethign? 2019-01-02T18:16:09 < karlp> have you set it to output? 2019-01-02T18:20:37 < karlp> have you lookeda t RCC_C1_AHB4ENR as well? 2019-01-02T18:20:55 < karlp> os is that just the same thinga t a different address? 2019-01-02T18:23:54 < Ecco> oh, ok, eventually figured it out… lamest bug ever 2019-01-02T18:24:07 < Ecco> I was editing the wrong file, so that didn't update the GPIO MODER address :-/ 2019-01-02T18:24:12 < Ecco> Anywayyyy… :-) 2019-01-02T18:24:24 < Ecco> What's RCC_C1 by the way? 2019-01-02T18:24:39 < Ecco> Next question: is there anything to do to enable the L1 cache? 2019-01-02T18:25:14 < Ecco> I eventually got my blinky runnning but it's super slow 2019-01-02T18:25:38 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-02T18:25:42 < Ecco> (supposedly I clocked the H7 at 400 MHz, and it's blinking 2x slower than a 100MHz F4) 2019-01-02T18:26:03 < Ecco> I left the default WS on the Flash though (7 IIRC), thinking the cache would take care of this 2019-01-02T18:26:14 < Ecco> so if the cache isn't enabled by default, that could explain it 2019-01-02T18:26:14 < karlp> well, is it _actually_ running at 400Mhz? 2019-01-02T18:26:55 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-02T18:27:41 < Ecco> karlp: I have no idea :-D 2019-01-02T18:27:57 < Ecco> It might indeed be running at the default 64 MHz 2019-01-02T18:28:03 < Ecco> which would explain things too :) 2019-01-02T18:28:26 < Ecco> I did the whole "configure HSE, configure PLL, switch core to PLL output" 2019-01-02T18:28:39 < Ecco> but I totally may have missed a step :) 2019-01-02T18:29:01 < Thorn> karlp: thanks, looks easier to set up than freertos 2019-01-02T18:30:09 < karlp> nah, freertos is easier IMO. (same project, different directory) 2019-01-02T18:30:10 < Thorn> Ecco: if you generate a project for your mcu using cube it will include all required initialization steps 2019-01-02T18:30:26 < karlp> freertos just has more options for apis and features to use, because it grew them all over time 2019-01-02T18:30:45 < karlp> freertos is also AllInMixecd XVhungaruain asdf SOURP shit too of course, which sucks 2019-01-02T18:31:04 < Ecco> Also, other question: it looks like the H7 doesn't have a ART (flash prefetcher) 2019-01-02T18:31:13 < karlp> (if you're using cmsis, youc an skip some of the glue for locm3 in that repo too though) 2019-01-02T18:31:17 < Ecco> I assume that's because that's superseeded by the L1 cache. Is that correct? 2019-01-02T18:31:18 < Thorn> but there's another interesting question: RTX is part of cmsis 5 while cube ships with cmsis 4 2019-01-02T18:31:57 < Thorn> I hope st-specific code will work with cmsis 5 2019-01-02T18:32:24 < Thorn> (startup code and some LL is all I need) 2019-01-02T18:32:37 -!- sk_tandt1 [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-02T18:34:32 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 268 seconds] 2019-01-02T18:34:32 -!- sk_tandt1 is now known as sk_tandt 2019-01-02T18:37:00 < qyx> 17:30 < karlp> freertos is also AllInMixecd XVhungaruain asdf SOURP shit too of course, which sucks 2019-01-02T18:37:03 < qyx> lol 2019-01-02T18:39:18 < Thorn> this is what happens when you trust the Dutch enough to use their MCUs https://community.nxp.com/thread/462653 2019-01-02T18:43:49 < kakimir> LPCOpen for 800 series :p 2019-01-02T18:44:17 < kakimir> I have never touched that stuff 2019-01-02T18:44:26 < kakimir> 800 series or LPCOpen 2019-01-02T18:46:29 < kakimir> 1100 series is same price 2019-01-02T18:47:13 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-02T18:47:19 < effractur> 800 is lower power 2019-01-02T18:51:03 < kakimir> doubt it 2019-01-02T18:51:18 < kakimir> how low? 2019-01-02T18:51:36 < effractur> dono but based on the lowest clock speeds of the 8 and the 1100 2019-01-02T18:51:41 < effractur> and the featuresets 2019-01-02T18:51:58 < effractur> yea used to have them also in dip but i cant seem to find them 2019-01-02T18:56:00 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-02T18:56:11 < Thorn> afaik they discontinued all their dip packages 2019-01-02T18:57:31 < qyx> it is also shame there is no H7 in DIP 2019-01-02T18:57:47 < Thorn> or fpgas with ddr3 support 2019-01-02T19:07:25 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-02T19:18:19 -!- superbia [~superbia@unaffiliated/superbia] has left ##stm32 ["WeeChat 2.3"] 2019-01-02T19:21:27 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 244 seconds] 2019-01-02T19:23:28 -!- DocScrutinizer05 [~saturn@openmoko/engineers/joerg] has joined ##stm32 2019-01-02T19:23:36 < DocScrutinizer05> (cmode 2019-01-02T19:23:52 -!- DocScrutinizer05 [~saturn@openmoko/engineers/joerg] has left ##stm32 ["systemd breaking up recursion in dbus"] 2019-01-02T19:25:04 -!- HighInBC [~highinbc@unaffiliated/chillum] has joined ##stm32 2019-01-02T19:26:37 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-02T19:28:35 < Steffanx> Fyi: Had no issues so far after the "fix" of the usb stuff for F446, so far zyp. 2019-01-02T19:54:14 < day> im surprised. the 33c3 actually had decent talks :o 2019-01-02T19:57:43 < day> ups 33c3 is 3 years old ;^) 2019-01-02T20:18:40 < emeb> ordered L4R5 Nucleo from Mouser. See what the fuss is all about. 2019-01-02T20:23:45 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:24ab:6c4a:5971:c11a] has joined ##stm32 2019-01-02T20:26:21 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-02T20:28:13 < specing> emeb: what does it have that others do not? 2019-01-02T20:29:15 < emeb> low power, huge memory ("640kB is enough for everyone") and some new peripherals (octal-SPI, etc) 2019-01-02T20:30:26 < kakimir> should I start fpga hobby 2019-01-02T20:30:31 < qyx> no 2019-01-02T20:30:35 < emeb> yes! 2019-01-02T20:32:06 < emeb> It's a lot easier to get into these days than it used to be. Devboards and tools are cheaper, more low-end parts that are hobbyist friendly. 2019-01-02T20:32:28 < bitmask> I like the board I have but havent come up with a use for it yet 2019-01-02T20:32:41 < emeb> which board? 2019-01-02T20:32:46 < bitmask> de0-nano-soc 2019-01-02T20:33:25 < emeb> those have a lot of stuff on them. The development process for the SoC FPGAs is much more complex than for basic FPGAs. 2019-01-02T20:34:12 < bitmask> I think you can choose to ignore the arm mcu and other stuff 2019-01-02T20:34:27 < emeb> Yes, that's true. 2019-01-02T20:34:43 < kakimir> https://www.youtube.com/watch?v=XIO2tvOJSqc encore 2019-01-02T20:36:12 < emeb> Cats. Tits. Gore: https://www.youtube.com/watch?v=UbQgXeY_zi4 2019-01-02T20:38:01 -!- dima [~dima@kappa.ac93.org] has joined ##stm32 2019-01-02T20:39:31 < kakimir> hmm 2019-01-02T20:39:37 < kakimir> I don't know if to open 2019-01-02T20:39:47 < emeb> it's animation. safe. 2019-01-02T20:42:06 < kakimir> oh caravan palace 2019-01-02T20:43:28 -!- dima [~dima@kappa.ac93.org] has left ##stm32 [] 2019-01-02T20:45:20 < emeb> yep 2019-01-02T20:45:33 < emeb> France! Electro! Swing! 2019-01-02T21:04:34 -!- Laurenceb_12 [5688162e@gateway/web/freenode/ip.86.136.22.46] has joined ##stm32 2019-01-02T21:04:35 < Laurenceb_12> suppp 2019-01-02T21:07:29 < kakimir> hello 2019-01-02T21:07:47 < kakimir> I ate english sweets today Laurenceb_12 2019-01-02T21:08:02 < Laurenceb_12> tfw https://postimg.cc/RWfhDsRx 2019-01-02T21:08:08 < Laurenceb_12> were they nice? 2019-01-02T21:08:34 < kakimir> ye 2019-01-02T21:08:51 < Laurenceb_12> https://www.youtube.com/watch?v=kpMs80G3U5k 2019-01-02T21:08:58 < kakimir> I instantly imagined myself sitting on balcony having a tea moment 2019-01-02T21:09:21 < Laurenceb_12> https://www.urbandictionary.com/define.php?term=paedo%20pellets 2019-01-02T21:09:38 < kakimir> :o 2019-01-02T21:09:44 < Steffanx> Want my de0-nano (non-soc) for shipping costs kakimir? :p 2019-01-02T21:09:48 < BrainDamage> sitting on balcony with -30 °c outside? 2019-01-02T21:10:03 < Steffanx> I have it somewhere and will never use it. 2019-01-02T21:15:53 < kakimir> BrainDamage: no 2019-01-02T21:18:28 < kakimir> on mansion backyard balcony on english countryside 2019-01-02T21:26:11 < Laurenceb_12> tfw https://i.warosu.org/data/lit/img/0065/09/1431083821682.jpg 2019-01-02T21:41:51 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-02T21:42:07 -!- DisruptiveNL_ [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-02T21:42:25 -!- DisruptiveNL_ [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Client Quit] 2019-01-02T21:42:25 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Client Quit] 2019-01-02T21:42:46 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-02T21:43:56 < Thorn> firat images of ultima thule https://www.youtube.com/watch?v=21X5lGlDOfg 2019-01-02T21:44:12 < Thorn> (have to rewind to the start of the hour) 2019-01-02T21:45:42 < Thorn> https://twitter.com/SpaceflightNow/status/1080540888382750720 2019-01-02T21:53:27 < Steffanx> Thats a no kakimir? 2019-01-02T21:56:42 < kakimir> what? 2019-01-02T22:06:06 < Steffanx> Read up. 2019-01-02T22:08:00 < kakimir> https://www.youtube.com/watch?v=1pnXaENvCKc 2019-01-02T22:09:20 < Steffanx> if you were interested in the de0-nano (non-soc) i dont use. 2019-01-02T22:10:06 < kakimir> lemme see 2019-01-02T22:10:19 < Thorn> nasa = nazis confirmed https://twitter.com/shannonmstirone/status/1080308010914799617 2019-01-02T22:10:29 < Steffanx> Hi Laurence 2019-01-02T22:11:14 < kakimir> what do you feel about it if I don't use it then Steffanx ? 2019-01-02T22:11:25 < kakimir> place it in shelf "just in case" 2019-01-02T22:11:28 < Steffanx> i would be very disappointed. 2019-01-02T22:11:31 < kakimir> yes 2019-01-02T22:11:42 < Steffanx> lolno. 2019-01-02T22:11:57 < kakimir> because it's most likelly what will happen 2019-01-02T22:12:06 < Steffanx> its what happened here. 2019-01-02T22:12:18 < Steffanx> must have been like 3-4 years ago 2019-01-02T22:12:39 < kakimir> so what is the deal? 2019-01-02T22:13:01 < Steffanx> Read up ^ 2019-01-02T22:13:34 < kakimir> yes I need to learn to read 2019-01-02T22:13:51 < kakimir> I can accept 2019-01-02T22:14:03 < Steffanx> perhaps accept when you "need" it 2019-01-02T22:14:11 < Steffanx> doesnt have to be today 2019-01-02T22:14:19 < kakimir> true 2019-01-02T22:20:30 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2019-01-02T22:26:21 < bitmask> https://i.imgur.com/YbBf6GD.png 2019-01-02T22:27:56 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:24ab:6c4a:5971:c11a] has quit [Quit: Konversation terminated!] 2019-01-02T22:29:55 -!- con3 [~kvirc@197.233.252.176] has joined ##stm32 2019-01-02T22:34:25 -!- con3 [~kvirc@197.233.252.176] has quit [Client Quit] 2019-01-02T22:36:09 -!- Dave_Elec [~Dave@197.156.119.11] has quit [Quit: Dave_Elec] 2019-01-02T22:36:37 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2019-01-02T22:48:07 -!- Dave_Elec [~Dave@197.156.119.11] has quit [Ping timeout: 244 seconds] 2019-01-02T22:49:32 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2019-01-02T22:53:28 < Steffanx> Yay, always nice. Now i got two powerstep01 (stepper drivers) that are shorted and i have no clue why. PSU was current limited + protection, same with the powerstep01. 2019-01-02T22:53:36 < Steffanx> But apparently im not the only one with that issue. 2019-01-02T22:54:33 < Steffanx> The documentation of that chip is fucking awful. Im disappointed by ST. 2019-01-02T22:55:35 < Steffanx> Errors, lots of "TBD" and illogical order of register-bit description. 2019-01-02T22:56:20 < bitmask> nice, buttons work as expected, there is barely any axis movement but thats ok 2019-01-02T22:56:35 < englishman> what the shit is a protected tweet 2019-01-02T22:56:45 < englishman> social media makes zero sense 2019-01-02T22:57:00 < Steffanx> it seems the person made its account private englishman 2019-01-02T22:57:37 < Steffanx> it was there when Thorn posted it, now the account is made private. I guess someone couldnt handle the load of shit she received. 2019-01-02T22:57:40 < englishman> sign up to a vanity blog site just to blog to yourself? 2019-01-02T22:57:49 < englishman> isn't that like single player counterstrike 2019-01-02T22:58:17 < Steffanx> Nah more like a rage quit. but not really quiting 2019-01-02T22:58:34 < jadew> what did the tweet say? 2019-01-02T22:58:42 < Steffanx> You have to be one of the 14k followers 2019-01-02T22:58:59 < Steffanx> it linked to https://www.newsweek.com/nasa-named-its-next-new-horizons-target-ultima-thule-mythical-land-nazi-844318 2019-01-02T22:59:02 < jadew> I don't have a twitter account 2019-01-02T22:59:47 < Steffanx> and said something about someone else taking down a message or something. 2019-01-02T23:05:51 < jadew> I need a small CNC that can do aluminium easily 2019-01-02T23:06:10 < jadew> if it could do steel, that would be better 2019-01-02T23:07:04 < jadew> budget: ~$600 2019-01-02T23:07:22 < jadew> I've considered those CNC routers on ebay in the past, but I wasn't sold on them 2019-01-02T23:09:28 < PaulFertser> https://www.youtube.com/watch?v=zb0oNirQATE j/k 2019-01-02T23:09:40 < jadew> heh 2019-01-02T23:14:25 -!- Dave_Elec [~Dave@197.156.119.11] has quit [Read error: Connection reset by peer] 2019-01-02T23:16:11 -!- Dave_Elec [~Dave@197.156.119.7] has joined ##stm32 2019-01-02T23:16:23 < Steffanx> 5D jadew ? 2019-01-02T23:16:31 < Steffanx> like the nice ant-cutting-cnc? 2019-01-02T23:16:36 < jadew> I don't understand the D's 2019-01-02T23:17:01 < jadew> I want it to move on x y and z 2019-01-02T23:17:06 < jadew> no angles or anything fancy 2019-01-02T23:22:49 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-02T23:33:12 -!- Dave_Elec [~Dave@197.156.119.7] has quit [Ping timeout: 246 seconds] 2019-01-02T23:39:13 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2019-01-02T23:42:00 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 250 seconds] 2019-01-02T23:45:58 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-02T23:48:34 < Laurenceb_12> its an everything is hitler episode 2019-01-02T23:50:50 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-02T23:58:02 -!- Dave_Elec [~Dave@197.156.119.11] has quit [Ping timeout: 250 seconds] 2019-01-02T23:58:50 < jadew> Steffanx, looked it up, yeah, that's exactly what I'm looking for 2019-01-02T23:59:38 < jadew> on a more serious note, I'm considering one of those desktop manual mills and convert them --- Day changed Thu Jan 03 2019 2019-01-03T00:00:46 < jadew> but I think that market is full of poor quality mills too, to the point that it may be even more difficult to pick a good one 2019-01-03T00:01:37 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-03T00:04:08 < bitmask> https://imgur.com/a/365tieG 2019-01-03T00:05:44 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2019-01-03T00:06:03 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2019-01-03T00:09:48 < jadew> bitmask, how much plastic are you going through in a week? 2019-01-03T00:10:58 < bitmask> not much 2019-01-03T00:11:32 < bitmask> I havent been printing that much lately, just the past week I guess for this project but each print doesnt use much plastic 2019-01-03T00:12:40 < bitmask> I havent bought any rolls in months and I never buy more than 2-3 at a time 2019-01-03T00:15:05 < englishman> http://www.linuxtycoon.com/ 2019-01-03T00:24:22 < Laurenceb_12> lunix 2019-01-03T00:25:26 < Laurenceb_12> Lunix is an illegal hacker operating system 2019-01-03T00:26:44 < tjq> lol 2019-01-03T00:28:32 -!- con3 [~kvirc@197.233.252.176] has joined ##stm32 2019-01-03T00:35:17 -!- con3 [~kvirc@197.233.252.176] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-03T00:38:47 -!- Dave_Elec [~Dave@197.156.119.11] has quit [Read error: Connection reset by peer] 2019-01-03T00:38:51 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-03T00:39:08 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2019-01-03T00:51:35 < specing> you joke but you cannot mirror most distros in germany as it is a felony to distribute pen testing software 2019-01-03T00:51:49 < specing> so yeah, illegal hacker operating system 2019-01-03T00:58:46 < tjq> who is kmpl stffn 2019-01-03T00:58:55 < catphish> specing: sounds like someone made a law to allow themselves another excuse to prosecute people they don't like, and oss community are being pedantic 2019-01-03T00:59:52 < tjq> lol 2019-01-03T00:59:55 < catphish> laws like that suck, interpretation of them sucks too 2019-01-03T01:00:16 < catphish> in the uk it's illegal to distribute *anything* that might be useful to a terrorist 2019-01-03T01:00:19 < catphish> good luck not breaking that law 2019-01-03T01:00:58 < tjq> crt: you can pump more 2019-01-03T01:01:31 < Steffanx> https://www.youtube.com/watch?v=y7aZx6ZDuxU trottle mate. 2019-01-03T01:01:37 < catphish> the wording is "information likely to be useful to a terrorist" 2019-01-03T01:01:47 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 250 seconds] 2019-01-03T01:02:23 < tjq> hahahahahah 2019-01-03T01:03:46 < specing> oh, here is the explanation: https://en.opensuse.org/openSUSE:Build_Service_application_blacklist 2019-01-03T01:03:59 < specing> SUSE is a german company 2019-01-03T01:04:08 < specing> my first distro was suse enterprise 15 years ago 2019-01-03T01:04:26 < specing> enterprise desktop 2019-01-03T01:04:41 < specing> cca 2002 was the year of the linux desktop for me 2019-01-03T01:04:58 < catphish> wait, "amule"? 2019-01-03T01:05:07 < englishman> Please wait while KiCad 4.0.4 is being uninstalled. 2019-01-03T01:06:30 < catphish> aarfgh USB is complicated 2019-01-03T01:06:58 < Steffanx> What are you doing mr catphish 2019-01-03T01:07:19 < catphish> i'm trying to write a USB host driver for my sunxi chip 2019-01-03T01:07:48 < catphish> but it seems that 1) OHCI is pretty complicated and 2) despite its popularity, there's not many tutorials on the subject 2019-01-03T01:07:49 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 246 seconds] 2019-01-03T01:08:56 -!- Jybz [~jibz@ip-37-201-5-25.hsi13.unitymediagroup.de] has quit [Quit: Konversation terminated!] 2019-01-03T01:09:13 < specing> catphish: trying to implement USB device without libs? 2019-01-03T01:09:24 < catphish> yeah 2019-01-03T01:09:30 < specing> Nice 2019-01-03T01:09:32 < catphish> "usb host" 2019-01-03T01:09:40 < specing> oh 2019-01-03T01:09:51 < specing> I'm guessing usb device side would be simpler, right? 2019-01-03T01:10:15 < catphish> i don't know, probably yes 2019-01-03T01:11:12 < catphish> in this case, i have an arm soc running my own code rather than linux, i want it to talk to a usb device, OHCI is a nice API, but seemingly quite complicated 2019-01-03T01:11:16 -!- Dave_Elec [~Dave@197.156.119.11] has quit [Ping timeout: 250 seconds] 2019-01-03T01:11:45 < catphish> i'll get there i'm sure 2019-01-03T01:12:22 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2019-01-03T01:14:20 < specing> my surface looks into USB gave me the impression that it is overly complicated 2019-01-03T01:42:44 < ds2> USB is overly complicated 2019-01-03T01:56:37 < emeb> yes it is 2019-01-03T01:56:52 < emeb> 10lbs of crap in a 5lb bag 2019-01-03T01:57:02 < emeb> a new layer of cruft every few years 2019-01-03T01:57:13 -!- catphish [~catphish@unaffiliated/catphish] has quit [Ping timeout: 244 seconds] 2019-01-03T01:59:22 -!- XTL [xtl@kapsi.fi] has quit [Ping timeout: 250 seconds] 2019-01-03T02:11:06 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-03T02:12:52 < englishman> it's complicated for a good reason, it works and replaced over9000 other connectors 2019-01-03T02:13:55 < englishman> though i have a soft spot for ps/2 mice 2019-01-03T02:14:05 < catphish> usb is certainly awesome 2019-01-03T02:17:04 < catphish> and now my fiber is down, life sucks 2019-01-03T02:17:34 < Steffanx> First signs of brexit failing. 2019-01-03T02:17:43 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-03T02:19:59 < catphish> but brexit is supposed to make britain great again 2019-01-03T02:23:05 -!- XTL [xtl@kapsi.fi] has joined ##stm32 2019-01-03T02:24:14 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Read error: Connection reset by peer] 2019-01-03T02:24:48 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-03T02:27:28 < tjq> mbga 2019-01-03T02:27:54 < tjq> Brexit should have been 'completed' 2 years ago right? 2019-01-03T02:28:06 < Steffanx> yes 2019-01-03T02:28:16 < catphish> no 2019-01-03T02:28:39 < catphish> it should be completed my march 2019 2019-01-03T02:29:02 < englishman> will you return all the immigrants 2019-01-03T02:29:23 < catphish> the problem is that it should have *started* 2 years ago, and as far as we can tell, we've done nothing so far 2019-01-03T02:29:35 < specing> brexit is going to be cancelled 2019-01-03T02:29:38 < catphish> englishman: i hope not, we'd be fucked 2019-01-03T02:29:39 < specing> mark my words 2019-01-03T02:29:48 < Steffanx> im not convinced. 2019-01-03T02:30:02 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 272 seconds] 2019-01-03T02:30:11 -!- Laurenceb_12 [5688162e@gateway/web/freenode/ip.86.136.22.46] has quit [Ping timeout: 256 seconds] 2019-01-03T02:30:13 < tjq> rofl catphish "it should be completed my march 2019"...… sounds like when they were saying it should be completed 2018 2019-01-03T02:30:42 < catphish> tjq: i mean, technically, it MUST be completed by march 2019, unless we request an extension 2019-01-03T02:31:30 < catphish> on 2019-03-29 we leave the EU automatically, if nothing is agreed by then it's over 2019-01-03T02:31:48 < tjq> ah 2019-01-03T02:32:23 < catphish> and by over, i mean we leave fully and instantly, all deals entered with, and as part of the eu are immediately terminated 2019-01-03T02:32:46 < tjq> I hate gambling... never really made a bet but Brexit would be a fucking hilarious thing to gamble a few dollars on 2019-01-03T02:32:57 < catphish> some people here think that's a good idea and will give us an opportunity to negotiate afresh 2019-01-03T02:33:01 < catphish> i am not one of those people 2019-01-03T02:33:06 < englishman> good thing you can still rely on lotus and MG exports to canada to keep your economy alive 2019-01-03T02:33:24 < catphish> pretty sure we sold MG to china 2019-01-03T02:33:35 < englishman> notice i didnt say rolls-royce or landrover 2019-01-03T02:33:40 < catphish> lol 2019-01-03T02:34:04 < englishman> Morgan, then 2019-01-03T02:34:23 < catphish> i have no idea what, if anything, physical we export 2019-01-03T02:34:37 < catphish> though we're pretty good at IP / services 2019-01-03T02:35:05 < englishman> i sat in an ariel atom once, it was slow and unreliable 2019-01-03T02:35:27 < tjq> if only blaxter was here to explain everything 2019-01-03T02:35:50 < catphish> on the plus side, i don't really care 2019-01-03T02:35:57 < tjq> a flood of imgcrap links would happen most likely 2019-01-03T02:36:54 < catphish> as long as there's still food, i'll live :) 2019-01-03T02:37:13 < catphish> it's the government's job to care, that's what we pay them for 2019-01-03T02:40:37 < Steffanx> uk government is funny. 2019-01-03T02:40:48 < Steffanx> All those people in a too small rooming. Yelling at each other 2019-01-03T02:40:53 < Steffanx> *-ing 2019-01-03T02:41:12 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-03T02:41:13 < englishman> for the past 1000 years 2019-01-03T02:41:15 < englishman> yelling 2019-01-03T02:41:18 < tjq> lol 2019-01-03T02:43:14 < Steffanx> in dutchland we have this chairman. This chairman acts as a proxy. You're kinda not allowed to talk to someone directly. Which is also a joke. 2019-01-03T02:43:27 < Steffanx> chairman, i think tjq is an arse hole. 2019-01-03T02:44:00 < tjq> https://en.wikipedia.org/wiki/First_Fleet 2019-01-03T02:44:01 < catphish> Steffanx: that is indeed how our parliament works 2019-01-03T02:44:08 < catphish> some of the shouting is pretty funny 2019-01-03T02:44:32 < englishman> it is the same here, they yell at mr. speaker but everyone else is allowed to chant and boo and act like children in kindergarten 2019-01-03T02:44:42 < englishman> and so they do 2019-01-03T02:45:08 < tjq> this is how it is in Australia too 2019-01-03T02:45:11 < tjq> srsly 2019-01-03T02:45:17 < tjq> miiiister spooooikaaaa 2019-01-03T02:45:21 < Steffanx> lol. It happens here sometimes, but .. not often. 2019-01-03T02:45:33 < specing> I actually find it funny to watch the yell at eachother and booo 2019-01-03T02:45:34 < Steffanx> but then you all have the same queen. 2019-01-03T02:45:38 < specing> and I'm not from the UK 2019-01-03T02:45:53 < englishman> it's mundane and tiring 2019-01-03T02:45:54 < specing> I wish my country's parliament sessions were this funny to watch 2019-01-03T02:46:15 < Steffanx> Where was specing from again? .cz? 2019-01-03T02:46:16 < englishman> all these dumb fucks getting paid $180k to not read stuff and boo 2019-01-03T02:46:36 < englishman> and talk about shit they know absolutely nothing about 2019-01-03T02:46:50 < tjq> yep 2019-01-03T02:47:07 < tjq> i want to cut all their dicks off with a rusty fisherman's knife 2019-01-03T02:47:37 < Steffanx> dear tjq. Sometimes your mind sickness kicks in. Can you take some pills? 2019-01-03T02:47:42 < englishman> too bad knives are illegal and fish are extinct 2019-01-03T02:47:48 < tjq> hahah 2019-01-03T02:48:06 < tjq> dear Steffanx. I'm beyond repair 2019-01-03T02:48:13 < englishman> maybe when the oceans are dry we can find MH370 2019-01-03T02:48:18 < Steffanx> ill ask your old mate to fix you. 2019-01-03T02:48:24 < tjq> englishman: lol 2019-01-03T02:48:53 < Steffanx> Did you know tjq is short for: The Jewish Queer? 2019-01-03T02:49:06 < tjq> I told you not to tell anyone! 2019-01-03T02:49:23 < tjq> this dirty goy keeps blowing my cover 2019-01-03T02:49:48 < tjq> Is the first week of the year an off-topic freeforall? 2019-01-03T02:50:05 < Steffanx> Sure. 2019-01-03T02:50:48 < catphish> tjq: yes, and all the other weeks too 2019-01-03T02:50:51 < englishman> how are we offtopic 2019-01-03T02:51:02 < englishman> parliament makes important decisions affecting stm32 pros 2019-01-03T02:51:24 < specing> Steffanx: slovenia 2019-01-03T02:51:46 < englishman> cool 2019-01-03T02:51:54 < tjq> sounds good 2019-01-03T02:52:08 < specing> our national TV has a full channel dedicated to following government activities (including live broadcasts of parliament sessions) 2019-01-03T02:52:44 < specing> Yeah you are offtopic 2019-01-03T02:52:50 < specing> ok, me too 2019-01-03T02:52:56 * specing zips mouth 2019-01-03T02:53:27 < Steffanx> Bastard 2019-01-03T02:53:35 < Steffanx> specing got sucked in 2019-01-03T02:53:49 < tjq> the TLC tugger scam? 2019-01-03T02:54:04 < englishman> seems ontopic to me 2019-01-03T02:54:12 * catphish got sucked off too 2019-01-03T02:54:20 < Steffanx> Excellent. 2019-01-03T02:54:35 < englishman> im sure the stm32 pros of ljubljana are affected by parliamentary action 2019-01-03T02:54:53 < englishman> speaking of sucking off, we are talking about government here 2019-01-03T02:55:09 < catphish> i'm being distracted from my usb implementation 2019-01-03T02:55:35 < tjq> Brexit discussions put the whole world on pause 2019-01-03T03:04:30 < Steffanx> Im sorry catphish 2019-01-03T03:11:15 < aandrew> anyone have a good USB descriptor debugger/linter? 2019-01-03T03:11:25 < aandrew> I'm sure my USB issue is due to some fucking mistake in the descriptors 2019-01-03T03:11:33 < aandrew> works perfectly fine on osx/linux, windows hates it 2019-01-03T03:14:09 < fenugrec> aandrew, USBIF had a USBHID tool years ago but it kindof sucked and was HID only 2019-01-03T03:14:43 < fenugrec> wireshark might do some generic descr parsing, I forget 2019-01-03T03:14:46 < aandrew> yeah I remember something like that 2019-01-03T03:14:56 < aandrew> I don't remember wireshark having anything useful 2019-01-03T03:16:02 < fenugrec> snoopypro ? nah it doesn't go into details 2019-01-03T03:16:20 < catphish> i think my usb issue is likely that my hub won't recognise devices untul there's actually some data passing through 2019-01-03T03:16:25 < aandrew> I remember a microsoft one that was part of some dev kit that was really nice 2019-01-03T03:16:35 < aandrew> it'd tell you that descriptor was goofy and HOW it was goofy 2019-01-03T03:16:37 < aandrew> wtf was it though 2019-01-03T03:17:08 < fenugrec> https://docs.microsoft.com/en-us/windows-hardware/drivers/usbcon/microsoft-usb-test-tool--mutt--devices ? 2019-01-03T03:17:19 < aandrew> usbview maybe 2019-01-03T03:17:27 < fenugrec> or that, yeah 2019-01-03T03:17:31 < aandrew> aha ok 2019-01-03T03:17:34 < aandrew> I'll try both of these 2019-01-03T03:17:36 < aandrew> don't remember MUTT 2019-01-03T03:17:40 < aandrew> sweet 2019-01-03T03:17:44 < aandrew> thanks for helping jog my memory 2019-01-03T03:17:50 < aandrew> ofc win10 wants to update now 2019-01-03T03:17:55 < aandrew> fucking piece of shit os 2019-01-03T03:17:58 < aandrew> worse than linux ever was 2019-01-03T03:18:17 -!- HighInBC [~highinbc@unaffiliated/chillum] has quit [Ping timeout: 250 seconds] 2019-01-03T03:18:31 < Steffanx> Pebkac 2019-01-03T03:18:39 < catphish> for all its faults on the desktop, linux is starting to win people over with its consistency 2019-01-03T03:18:41 < tjq> IT'S NOT MY FAULT 2019-01-03T03:18:45 < tjq> IT'S NOT MY FAULT 2019-01-03T03:18:50 < tjq> \end 2019-01-03T03:19:00 < Steffanx> Wlcm 2019-01-03T03:19:22 < catphish> it rarely surprises you with random changes and doing things you dont ask it to :) 2019-01-03T03:19:24 < fenugrec> aandrew, let me know how either goes, I know I'll forget by the time I need that 2019-01-03T03:20:08 < aandrew> heh I'll repay the favour then 2019-01-03T03:20:13 < Steffanx> That doesnt sound like ubuntu catphish 2019-01-03T03:20:26 < aandrew> ubungtu is full of fucking surprises 2019-01-03T03:20:28 < aandrew> BOOM network manager 2019-01-03T03:20:41 < aandrew> BOOM fucking cinnamom or mate or whatever the fuck gay shit they want to do 2019-01-03T03:21:12 < catphish> Steffanx: yeah ubuntu did make with weird changes, i've used mint ever since, that kept ubuntu's "just works" and their classic look and feel 2019-01-03T03:21:13 < Steffanx> Hmm, aandrew is on a roll. Did you het bitten by the dongs? 2019-01-03T03:21:24 < catphish> my inner autist doesn't like change 2019-01-03T03:21:41 < Steffanx> Neither does your outer autist 2019-01-03T03:24:17 < aandrew> of course you need 500MB of shit to get the tool 2019-01-03T03:29:03 < tjq> Who’s on niggerbuntu? 2019-01-03T03:29:28 < Steffanx> Yo momma 2019-01-03T03:29:31 < aandrew> ahh yes here we go 2019-01-03T03:29:39 < aandrew> usb device viewer (usbview) 2019-01-03T03:29:56 -!- HighInBC [~highinbc@unaffiliated/chillum] has joined ##stm32 2019-01-03T03:30:22 < aandrew> device descriptor bLength is 0, should be 18 2019-01-03T03:30:35 < aandrew> although Idon't know if that's the actual problem, it's still trying to enumerate and then fails 2019-01-03T03:31:17 < aandrew> yeah it comes up 0x12 later which is right but that's after it fails to enumerate 2019-01-03T03:47:29 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-03T04:19:03 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-03T04:27:08 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 250 seconds] 2019-01-03T04:28:01 -!- davor [~davor@unaffiliated/davor] has joined ##stm32 2019-01-03T05:13:00 < dongs> sup NXP users 2019-01-03T05:13:36 < dongs> lol niggerbuntu 2019-01-03T05:13:41 * dongs highfive tjq 2019-01-03T05:22:22 < tjq> Oh hi there 2019-01-03T05:30:44 < aandrew> wtf cube usb function are you supposed to call when vbus is detected 2019-01-03T05:48:33 < tjq> sorry - A teenager has been arrested after two men were allegedly stabbed during an incident at the Church of Scientology headquarters today, with one confirmed dead. 2019-01-03T06:05:20 < englishman> https://i.imgur.com/QXgOXb3.png 2019-01-03T06:05:57 < tjq> reminds me of Bjork's tv 2019-01-03T06:06:04 < tjq> she thinks the pcb looks like a city 2019-01-03T06:09:04 < tjq> englishman: that imgur link is dead now 2019-01-03T06:09:20 < englishman> y 2019-01-03T06:09:32 -!- fc5dc9d4 [~quassel@p5B081E7E.dip0.t-ipconnect.de] has joined ##stm32 2019-01-03T06:09:39 < tjq> because clearly thejews took over imgur 2019-01-03T06:09:59 < tjq> 3 minutes ago it worked now serves me this https://i.imgur.com/removed.png 2019-01-03T06:10:46 < englishman> y 2019-01-03T06:11:51 -!- fc5dc9d4_ [~quassel@p5B3A806B.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2019-01-03T06:17:04 < tjq> y 2019-01-03T06:23:15 < tjq> could require translation 2019-01-03T06:23:59 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-03T06:26:27 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 240 seconds] 2019-01-03T06:26:27 -!- davor_ is now known as davor 2019-01-03T06:28:28 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 250 seconds] 2019-01-03T06:29:20 -!- Dave_Elec_ [~Dave@197.156.119.11] has joined ##stm32 2019-01-03T06:31:03 -!- Dave_Elec [~Dave@197.156.119.11] has quit [Ping timeout: 244 seconds] 2019-01-03T06:35:01 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2019-01-03T06:35:23 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-03T07:08:19 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-03T07:11:28 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 246 seconds] 2019-01-03T07:11:31 -!- day__ is now known as day 2019-01-03T07:26:34 < englishman> https://www.businessinsider.com/google-chrome-system-clock-tick-rate-2014-7 2019-01-03T07:27:01 < englishman> chrome set windows tickrate to fastest available, turning win8 into win7 so it could appear faster in stats charts 2019-01-03T07:27:51 -!- _unreal_ [~acer@99-60-100-45.lightspeed.wepbfl.sbcglobal.net] has quit [Remote host closed the connection] 2019-01-03T07:29:12 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-03T07:31:39 < tjq> the fucking DOGS 2019-01-03T07:51:42 < englishman> https://media.ccc.de/v/35c3-9563-wallet_fail 2019-01-03T07:51:45 < englishman> stm32 content 2019-01-03T07:57:18 < englishman> their bootloader goes through the trouble of verifying an encrypted bootloader, then just writes 0xF00DBABE to 0x08003000 to signal authentication. on a chip with SWD enabled 2019-01-03T08:02:36 < englishman> software checks for this... so they wroteto memory-mapped 0x00003000 instead and can flash custom bootloader 2019-01-03T08:03:48 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-03T08:19:10 < englishman> level 2 -> level 1 downgrade possible on f0, f1, f3 2019-01-03T08:42:16 < srk> possible if you have enough time to flip bits 2019-01-03T08:42:18 < srk> fun talk 2019-01-03T08:47:52 < englishman> doesn't seem too hard, glitch it out, see if swd results in hardfault, reset, maybe 250ms max 2019-01-03T08:48:23 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-03T08:48:37 < englishman> oh yeah, bootrom checks option bytes before jumping to application after a few hundred microseconds, glitching it at this time can result in lvl2->lvl1 2019-01-03T08:53:12 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-03T08:54:34 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-03T08:55:12 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 244 seconds] 2019-01-03T08:55:12 -!- BrainDamage_ is now known as BrainDamage 2019-01-03T09:09:01 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-03T09:12:09 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has joined ##stm32 2019-01-03T09:13:48 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-03T09:15:48 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-03T09:25:46 < englishman> https://media.ccc.de/v/35c3-9462-what_the_fax 2019-01-03T09:25:49 < englishman> super lols 2019-01-03T09:34:52 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-03T09:39:48 -!- sterna [~Adium@c-0ab8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-03T09:46:33 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-03T09:48:11 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-03T09:54:20 -!- Dave_Elec_ [~Dave@197.156.119.11] has quit [Remote host closed the connection] 2019-01-03T10:18:58 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-03T10:21:04 < Thorn> so the most readable part of pawn source code is the virtual machine for arm, written in assembly 2019-01-03T10:21:14 < Thorn> the C code seems to have been written by Laurenceb 2019-01-03T10:24:13 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Quit: Leaving] 2019-01-03T10:28:41 -!- sterna [~Adium@c-0ab8d954.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-03T10:29:13 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-03T10:32:20 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 244 seconds] 2019-01-03T10:32:20 -!- davor_ is now known as davor 2019-01-03T10:49:29 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-03T10:54:55 < kakimir> sun is shining 2019-01-03T10:55:07 < kakimir> it's orange 2019-01-03T10:55:19 < kakimir> just above horizon 2019-01-03T10:55:57 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-03T11:20:58 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Read error: Connection reset by peer] 2019-01-03T11:21:12 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-03T11:29:40 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-03T11:35:11 < Haohmaru> kakimir well ur up there in teh big white.. where things start to get weird 2019-01-03T11:35:25 < Haohmaru> u also got green shizzle in teh sky, don't you? 2019-01-03T11:41:42 < kakimir> I think sun is now under horizon 2019-01-03T11:41:50 < kakimir> or behind those buildings 2019-01-03T11:41:54 < kakimir> it's getting dark 2019-01-03T11:46:31 < karlp> englishman: yeah, the fax demo was neat. verrrrry long winded, slides would have been great, but fun to see :) 2019-01-03T11:46:56 < karlp> is the wallet one actually interesting? I skipped over it altogether 2019-01-03T11:53:10 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-03T11:58:53 -!- jon1012 [~jon1012@foresight/developer/jon1012] has quit [Quit: The Lounge - https://thelounge.github.io] 2019-01-03T11:59:44 -!- jon1012 [~jon1012@foresight/developer/jon1012] has joined ##stm32 2019-01-03T12:11:36 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-03T12:14:59 < Haohmaru> dumb hotair gun, if it's at minimum "heat" and maximum "air" it doesn't want to blow hard 2019-01-03T12:17:02 < Steffanx> :( 2019-01-03T12:18:30 < rajkosto> TURN UP THE HEAT 2019-01-03T12:18:36 < rajkosto> use distance to diminish it 2019-01-03T12:19:49 < Haohmaru> rajkosto for a moment that sounded like 90s eurodance 2019-01-03T12:20:26 < rajkosto> need a light ? 2019-01-03T12:31:42 < Steffanx> Nah hes bald. 2019-01-03T12:32:02 < rajkosto> i need HID with vendor commands for stm32f10x 2019-01-03T12:32:07 < rajkosto> without using cube 2019-01-03T12:36:10 < Haohmaru> Cracki wanted to blow off the isopropanol from under some BGA chips 2019-01-03T12:36:18 < Haohmaru> Steffanx ur quite wrong 2019-01-03T12:37:12 < Haohmaru> one of my RAM sticks suddenly doesn't want to work 2019-01-03T12:37:53 < Haohmaru> so i brushed it, cleaned the ram ports, swapped the two sticks around.. turns out one of the sticks has gone baibai 2019-01-03T12:38:18 < Haohmaru> so i got 1GB now ;P~ 2019-01-03T12:39:46 < Haohmaru> this is the comput0r at teh job 2019-01-03T12:40:01 < rajkosto> yeah ram sticks just go bad sometimes 2019-01-03T12:40:05 < Haohmaru> it's a collection of old junk randomly assembled together 2019-01-03T12:40:54 < tjq> I don't see any computer 2019-01-03T12:40:57 < rajkosto> luckily they usually come with lifetime warranty 2019-01-03T12:41:02 < rajkosto> just get em replaced 2019-01-03T12:41:52 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-03T12:43:28 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-03T12:57:19 < karlp> ?! 2019-01-03T12:57:29 < karlp> how much are you paying, and where are you shopping?! 2019-01-03T13:11:37 < Haohmaru> maybe if they are and uber eggspensive 2019-01-03T13:13:34 < rajkosto> nope, i did it even in the DDR2 days with the cheapest Transcend 800MHz modules 2019-01-03T13:13:45 < rajkosto> they die, go to the store, get a replacement module on the spot 2019-01-03T13:13:54 < rajkosto> they take the old one, doesnt even have to test it 2019-01-03T13:16:42 < Haohmaru> this is ddr2, no brand 2019-01-03T13:16:53 < Thorn> I recently learned there are now motherboard that support up to 2 TB of RAM 2019-01-03T13:17:04 < rajkosto> i mean even for lifetime warranty it would be a little hard getting on-the-spot replacements now 2019-01-03T13:17:10 < rajkosto> would have to go to manufacturer and back 2019-01-03T13:17:21 < rajkosto> or just go to any computer repair shop and get them for dirt cheap 2019-01-03T13:17:31 < rajkosto> they have them in buckets 2019-01-03T13:26:56 < Steffanx> Cant we donate Haohmaru some new ram? I bet someone here has some old ram in a box 2019-01-03T13:36:25 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Read error: Connection reset by peer] 2019-01-03T13:37:51 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-03T13:39:59 < Haohmaru> pls, no 2019-01-03T13:42:46 < jadew> I bet nothing works right on 2 Gb of RAM 2019-01-03T13:43:09 < karlp> I bet heaps does, 2019-01-03T13:43:19 < karlp> but that's just being obstinate really :) 2019-01-03T13:43:27 < karlp> I wouldn't want a desktop user system with only 2gig 2019-01-03T13:43:37 < jadew> I have a laptop with 2 Gb and it takes minutes until it even boots up 2019-01-03T13:44:06 < Haohmaru> boots up - what? 2019-01-03T13:44:11 < jadew> windows 10 :P 2019-01-03T13:44:14 < Haohmaru> crapdows 2019-01-03T13:44:23 < jadew> bestos 2019-01-03T13:44:26 < Haohmaru> pls 2019-01-03T13:44:33 < rajkosto> use windows before 10 if you have less ram 2019-01-03T13:44:43 < Haohmaru> of course 2019-01-03T13:44:51 < Haohmaru> but debian ftw 2019-01-03T13:44:56 < jadew> I'll just get more RAM at some point... 2019-01-03T13:45:05 < rajkosto> they added gpu pages to the commit size/virtual paged memory in win10 2019-01-03T13:45:22 < jadew> debian is probably still on FF 1.1 2019-01-03T13:45:25 < rajkosto> this makes the required total memory size (physical + pagefile) requirement baloon up in some uses case 2019-01-03T13:45:41 < rajkosto> even win8.1 way better in that case 2019-01-03T13:47:18 < Haohmaru> i'm uber disgusted by crapdows10, even from the very GWX.EXE up to the installer 2019-01-03T13:47:32 < rajkosto> yeah luckily GWX.exe is just a memory now 2019-01-03T13:47:39 < rajkosto> so the UX on non-win10 just got even better 2019-01-03T13:47:48 < Haohmaru> and i've been reading more bad things about it 2019-01-03T13:47:49 < rajkosto> no nags or unexpected upgrades 2019-01-03T13:48:21 < rajkosto> (the way they try to one-up GWX is to have fake non-support based on CPUID, not letting windows update work on any kaby lake or ryzen+ cpu) 2019-01-03T13:48:42 < rajkosto> (even though CPUID changes nothing w.r.t. hardware support, its more the motherboard chipset that matters, even though there's drivers for all of them anyway) 2019-01-03T13:49:07 < jadew> I find windows 10 to be the best windows yet 2019-01-03T13:49:26 < jadew> boots up very fast, it's very responsive 2019-01-03T13:49:27 < rajkosto> i really see no benefit to it 2019-01-03T13:49:32 < Haohmaru> jadew pls, wash your mouth after saying such a thang 2019-01-03T13:49:33 < Haohmaru> ;P~ 2019-01-03T13:49:36 < rajkosto> win8.1 has all the newer explorer/shell features without any of the bullshit 2019-01-03T13:49:46 < jadew> I skipped win 8.1 2019-01-03T13:49:50 < rajkosto> (and the DWM/driver improvements) 2019-01-03T13:49:54 < Haohmaru> win98SE woz teh best 2019-01-03T13:49:57 < jadew> went from w7 straight to 10 2019-01-03T13:50:29 < rajkosto> w7 is a little bit glitchy when used with XHCI-only motherboards and has some vsync issues because of the older WDDM 2019-01-03T13:50:41 < rajkosto> win8/8.1 fixes all that though 2019-01-03T13:50:52 < rajkosto> literally no reason to use win10 2019-01-03T13:51:10 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-03T13:51:33 < rajkosto> especially not the "consumer" versions which perform pretty-much-mandatory OS reinstall every 6 months 2019-01-03T13:52:22 < rajkosto> wrecks a bunch of stuff every time, as well as requiring 30GB on your OS drive, and fragmenting it to hell 2019-01-03T13:54:35 < Haohmaru> i got 8GB ram at home on the debian 2019-01-03T13:54:51 < Haohmaru> firefox still easily sh*ts teh pants tho 2019-01-03T13:55:03 < rajkosto> run 32-bit firefox pre quantum 2019-01-03T13:55:05 < rajkosto> cant leak more than 3GB then 2019-01-03T13:55:32 < rajkosto> i still use 52 ESR because thats the last one that supports proper extensions with XUL and everything 2019-01-03T13:55:36 < Haohmaru> more like.. i avoid from the dumb websites that cause it to sh*t the pants 2019-01-03T13:55:38 < karlp> jadew: so 2 minutes is "boots up very fast" ? :) 2019-01-03T13:55:38 < rajkosto> instead of just being a chromium ripoff 2019-01-03T13:55:40 < Haohmaru> f*ck em! 2019-01-03T13:56:12 < rajkosto> ive ran all 3 OS on the same hardware recently with the same crap installed 2019-01-03T13:56:20 < rajkosto> they all get to a usable desktop in about the same amt of time. 2019-01-03T13:56:28 < rajkosto> win10 fares WAY WORSE on a hdd though, not a ssd 2019-01-03T13:56:47 < jadew> karlp, on a decent PC it boots up in seconds 2019-01-03T13:56:59 < rajkosto> win8.1 boots up in about the same time 2019-01-03T13:57:08 < Haohmaru> i don't care about boot time, since i keep teh sh*t running 2019-01-03T13:57:23 < rajkosto> win7 is a little slower to "boot" but you get to a usable desktop in about the same time (it doesnt delay startup items as much as 8/10 are) 2019-01-03T13:57:31 < Haohmaru> but my sh*t boots faster than a dumb kubuntu 2019-01-03T13:57:33 < rajkosto> w7 forever 2019-01-03T13:57:41 < rajkosto> unless you have hardware issues with it 2019-01-03T13:58:03 < rajkosto> making a slipstreamed w7 iso (which is really easy now with ntLite and its automatic update downlaoder/integrator feature) is the best OS you can install 2019-01-03T13:58:14 < jadew> when it comes to software, I've decided to always stay on the latest version as a general rule 2019-01-03T13:58:21 < rajkosto> slipstreamed updates == no waiting to get it current, or wasting disk space on uninstallable updates 2019-01-03T13:58:37 < jadew> even if the older version seems better now, in time it will start causing problems, because it doesn't get as much attention anymore 2019-01-03T13:58:53 < rajkosto> fully updated win8.1 slipstreamed with ntlite is the 2nd choice 2019-01-03T13:58:59 < rajkosto> because you need Start8 on it to make the start menu not suck. 2019-01-03T13:59:06 < rajkosto> but you need that on win10 as well, if you care about good search results in it 2019-01-03T13:59:17 < rajkosto> instead of getting random garbage/full word search only that doesnt prefer lnks/exes to documents 2019-01-03T13:59:34 < jadew> what's strat8? 2019-01-03T13:59:45 < jadew> a search provider for the start menu? 2019-01-03T13:59:51 < rajkosto> best start menu replacement for win8/10 2019-01-03T13:59:54 < Steffanx> Only good menu was xp menu 2019-01-03T13:59:56 < rajkosto> start10 exists for win10 2019-01-03T14:00:02 < Steffanx> Start10 is awful as well 2019-01-03T14:00:18 < rajkosto> there's also things like Classic Shell and StartIsBack but NONE of those have the PROPER search that gets close to win7 search 2019-01-03T14:00:23 < rajkosto> so i only use Start8/Start10 2019-01-03T14:00:23 < jadew> 10" display lol 2019-01-03T14:02:07 < Haohmaru> sleepy mau5 2019-01-03T14:02:43 < rajkosto> Cracki, isnt that a battery saving measure 2019-01-03T14:03:04 < Haohmaru> battery saving would be to use a wired mouse 2019-01-03T14:03:06 < Haohmaru> ;P~ 2019-01-03T14:03:18 < rajkosto> sometimes not an option, like if your desk is full of garbage that would impede the cord 2019-01-03T14:04:21 < rajkosto> yes it takes a large threshold before it wakes up 2019-01-03T14:04:24 < rajkosto> to save battery 2019-01-03T14:04:37 < rajkosto> because its a race to get the cheapest mouse with the longest battery life, unless its a gaymer mouse 2019-01-03T14:05:00 < rajkosto> ive been using a g700 for like 10 years now so 2019-01-03T14:05:14 < rajkosto> why its a fantastic gaymer wireless mouse 2019-01-03T14:05:25 < rajkosto> nowadays they'd just fill it with rgb 2019-01-03T14:05:25 < Haohmaru> wireless x_x 2019-01-03T14:05:31 < rajkosto> yes, a requirement for me 2019-01-03T14:05:43 * Haohmaru can't stand acceleration 2019-01-03T14:05:47 < rajkosto> acceleration is off 2019-01-03T14:05:51 < rajkosto> thats actually one thing that win10 improved 2019-01-03T14:05:56 < rajkosto> mouse acceleration being on is more natural. 2019-01-03T14:06:12 < rajkosto> didnt feel the need to turn it off in win10 2019-01-03T14:06:23 < rajkosto> and actually let me be precise and cover large distances at the same time 2019-01-03T14:06:23 < jadew> I have a cheap wireless mouse that works great 2019-01-03T14:06:31 < rajkosto> but on win7 it had to be off 2019-01-03T14:06:45 < jadew> I had to replace the buttons several times, but it has good battery life and works like you'd expect it to work 2019-01-03T14:06:55 < Haohmaru> i use whatever 3button mouse with 800dpi sensor 2019-01-03T14:06:59 < rajkosto> yes i resoldered the switches on this g700, they obviously dont last 10 years 2019-01-03T14:07:16 < Haohmaru> i usually have to put heavy junk in it 2019-01-03T14:07:31 < rajkosto> i use 1200dpi on the desktop usually 2019-01-03T14:07:35 < rajkosto> sometimes 800, sometimes 1600 2019-01-03T14:07:38 < rajkosto> thats the 3 settings in my desktop profile 2019-01-03T14:07:39 < Haohmaru> otherwise teh cable pulls it away and i get angry 2019-01-03T14:08:24 < rajkosto> one thing i cant fix on this g700 is that lcicking the wheel sticks it down for a while 2019-01-03T14:08:25 < rajkosto> cant unclick it 2019-01-03T14:08:30 < rajkosto> so i just rebound MMB to one of the side buttons 2019-01-03T14:08:48 < rajkosto> the switch for that is a very delicate kapton tape'd non-resolderable switch 2019-01-03T14:14:37 < rajkosto> spaaaaaaaaaace.com 2019-01-03T14:15:10 < kakimir> so cool name 2019-01-03T14:15:15 < kakimir> ultima thule 2019-01-03T14:15:26 < rajkosto> i thought it was related to the ultimate vidja gaem 2019-01-03T14:15:32 < rajkosto> ultima* 2019-01-03T14:17:17 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Quit: Leaving] 2019-01-03T14:21:33 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2019-01-03T14:58:23 -!- con3 [~kvirc@197.233.252.176] has joined ##stm32 2019-01-03T15:11:55 -!- Laurenceb_12 [5688162e@gateway/web/freenode/ip.86.136.22.46] has joined ##stm32 2019-01-03T15:11:56 < Laurenceb_12> Ultima Thule is Hilter 2019-01-03T15:19:31 < Laurenceb_12> https://postimg.cc/6TvjNqVJ 2019-01-03T15:23:39 < karlp> we've already had that conversation. you were even here 2019-01-03T15:23:56 < karlp> and n-one wants to click your postimg.cancer links. 2019-01-03T15:24:03 < karlp> could you _find_ a host with more ads on it? 2019-01-03T15:24:08 < specing> its a sfw image 2019-01-03T15:24:19 < specing> and there are no ads 2019-01-03T15:24:57 < karlp> it's _surrounded_ by ads 2019-01-03T15:25:01 < specing> but Laurenceb_12 could still stop being offtopic 2019-01-03T15:25:19 < specing> I don't see any karlp , not even placeholder boxes. Maybe my adblock is too good? 2019-01-03T15:25:26 < rajkosto> yeah adblock is too good 2019-01-03T15:25:38 < rajkosto> however its a known ad-porn-cancer site and is blocked by many work firewalls 2019-01-03T15:25:47 < specing> kk 2019-01-03T15:25:59 < specing> Use linx.li or framapic.org, these are two good image hosts 2019-01-03T15:26:09 < Laurenceb_12> lulwut ok 2019-01-03T15:26:15 < Laurenceb_12> tfw I see 0 ads 2019-01-03T15:28:38 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-03T15:34:07 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-03T15:53:11 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Ping timeout: 244 seconds] 2019-01-03T15:54:15 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-03T15:55:59 -!- Laurenceb_12 [5688162e@gateway/web/freenode/ip.86.136.22.46] has quit [Ping timeout: 256 seconds] 2019-01-03T16:07:09 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-03T16:07:38 -!- con3 [~kvirc@197.233.252.176] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-03T16:22:40 < englishman> karlp: besides the stm32 glitching, no not really 2019-01-03T16:24:57 < PaulFertser> It's unclear how exactly Trevis fixed the discovered flaw. 2019-01-03T16:25:39 < PaulFertser> Probably by minimising the window the seed is in RAM but should still be there, and the moment can be pinpointed with precise FPGA timing then. 2019-01-03T16:32:03 < englishman> Trevis is a trezor guy or a guy from the talk? 2019-01-03T16:34:23 < dongs> https://twitter.com/lemonadead/status/1079442836590874624?s=09 muricans 2019-01-03T16:53:12 < jadew> you'd expect them to at least find america 2019-01-03T16:54:42 < jadew> I have a problem 2019-01-03T16:55:11 < jadew> I have a single board device, that has SMA connectors on both the front and back panels 2019-01-03T16:56:00 < jadew> how do I make it so when I tighten the SMA connectors from the outside, I don't put pressure on the board? 2019-01-03T16:57:03 < jpa-> maybe the solution is more SMAs? 2019-01-03T16:57:03 < jadew> been at this for a full day already, trying to take into account all tollerances, but it adds up to too much variance 2019-01-03T16:57:21 < Steffanx> wake up kakimir 2019-01-03T16:57:52 < jadew> what's worse, is that different SMA connectors, have different distances to the spot where they meet with the panel 2019-01-03T16:58:31 < jadew> so I have to commit to either commit to a single one, or find a magic solution to make up to 1mm (or even a bit more) not matter 2019-01-03T17:04:45 < englishman> rigidflex 2019-01-03T17:06:21 < jadew> considered that, but it would require more space and it would add maybe $10 to the BOM 2019-01-03T17:06:41 < jadew> (if not more) 2019-01-03T17:08:29 < jadew> in big test equipment, normally the PCB is screwed to a chasis and the connectors on one side can just hang 2019-01-03T17:11:45 < jadew> haha 2019-01-03T17:13:15 < jadew> yeah 2019-01-03T17:14:09 < Ecco> I'm having the weirdest bug 2019-01-03T17:14:19 < Ecco> I just mounted a new board with an STM32H7 2019-01-03T17:14:35 < Ecco> openocd attaches fine 2019-01-03T17:14:39 < Ecco> but won't "reset halt" 2019-01-03T17:14:45 < Ecco> I can "reset" *then* "halt" 2019-01-03T17:14:55 < Ecco> but "reset halt" doesn't work 2019-01-03T17:15:12 < Ecco> also, code execution doesn't start in Flash 2019-01-03T17:15:59 < dongs> where does it start 2019-01-03T17:16:44 < Ecco> somewhere in ICTM 2019-01-03T17:17:06 < Ecco> wait 2019-01-03T17:17:10 < Ecco> I just powered it off and back on 2019-01-03T17:17:15 < Ecco> and now it started from Flash 2019-01-03T17:17:16 < Ecco> super weird 2019-01-03T17:19:09 < Steffanx> Did you screw something up with the boot pin(s) ? 2019-01-03T17:19:41 < Ecco> well, I might 2019-01-03T17:19:57 < Ecco> but in this case I should start either in flash or in the system bootloader, right? 2019-01-03T17:20:03 < Ecco> not at some random address 2019-01-03T17:32:33 < jadew> Cracki, didn't consider making the board flexible, but that wouldn't work for this thing anyway 2019-01-03T17:32:36 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-03T17:35:39 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-03T17:36:03 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-03T17:36:24 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-03T17:45:11 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-03T17:49:01 < Steffanx> Sleep well. 2019-01-03T17:58:31 < englishman> https://en.wikipedia.org/wiki/Chang%27e_4#Lander 2019-01-03T17:58:36 < englishman> silkworms on the moon 2019-01-03T18:02:11 < jadew> will the first generation silkworms qualify as alien life? 2019-01-03T18:03:16 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-03T18:21:34 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-03T18:23:18 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-03T18:24:51 < dongs> HOLY SHIT 2019-01-03T18:24:53 < dongs> stop the presses 2019-01-03T18:24:58 < dongs> ivan reedman no longer at IBM 2019-01-03T18:25:00 < dongs> https://twitter.com/ToyM4ker 2019-01-03T18:25:05 < dongs> Chief ToyMaker @ Secarma - Opinions are my own 2019-01-03T18:28:47 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-03T18:32:25 < karlp> yes, we know that.... 2019-01-03T18:32:34 < karlp> were you here for that? 2019-01-03T18:33:11 < PaulFertser> It's kind of surprising he managed to get any job at all after the zano story became well-known in all the details nicely highlighting his incompetence. 2019-01-03T18:33:46 < dongs> no, because he still has no fucking clue 2019-01-03T18:33:58 < dongs> i am not really sure how hes wsorking for IBM *and* the new place. 2019-01-03T18:34:05 < dongs> his dicked in shows both as current employers 2019-01-03T18:34:11 < dongs> im guessing its probly neither 2019-01-03T18:34:14 < dongs> or he got sacked from IBM 2019-01-03T18:34:21 < dongs> after his failure talk at blackhat 2019-01-03T18:35:41 < dongs> donno 2019-01-03T18:42:00 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-03T18:44:59 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-03T18:53:01 < aandrew> there we go. usb is at least enumerating now 2019-01-03T18:53:17 < aandrew> I had the rx fifo size set way too small (0x10), changed to 0x80 and it came up 2019-01-03T18:53:23 < aandrew> other errors now but it's coming up at least 2019-01-03T18:54:20 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-03T18:54:32 -!- con3 [~kvirc@197.233.252.176] has joined ##stm32 2019-01-03T18:54:41 < aandrew> who the hell is toym4ker and what the fuck are you doing on twatter 2019-01-03T18:56:24 < Thorn> jlcpcb boards arrived to post office 2019-01-03T18:56:43 < aandrew> looks like 0x40 is the minimum rx fifo size for windows 2019-01-03T19:05:46 < dongs> is this usb shit 2019-01-03T19:05:59 < dongs> 64 is the control pipe length or wahtever 2019-01-03T19:06:25 < emeb> all usb is shit 2019-01-03T19:07:25 < dongs> fact 2019-01-03T19:08:10 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-03T19:09:16 < aandrew> yes, all usb is shit 100% agreed 2019-01-03T19:09:27 < aandrew> I have a perfectly nice ethernet interface here but the client wants USB so w/e 2019-01-03T19:09:29 < aandrew> I get paid 2019-01-03T19:10:48 < dongs> solution: 2019-01-03T19:10:53 < dongs> bring up USB RNDIS interface 2019-01-03T19:11:01 < emeb> repeat the happy mantra: "I'm getting paid for this" 2019-01-03T19:11:06 < dongs> then you have 2 ethernets 2019-01-03T19:11:12 * emeb is not getting paid lately 2019-01-03T19:11:21 < dongs> is that why youre opensoresing your work 2019-01-03T19:11:54 < emeb> dongs: kinda/sorta - that was a personal project that no one cared about. might as well put it up on github 2019-01-03T19:12:33 < emeb> the only thing that happened was that customers of my clients started asking if that was a new product that the clients were coming out with. 2019-01-03T19:12:58 < dongs> heh 2019-01-03T19:14:22 < emeb> client of course remained unimpressed because it doesn't fit into his worldview 2019-01-03T19:14:58 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-03T19:16:03 < aandrew> dongs: lol 2019-01-03T19:17:16 < emeb> weltanschauung? 2019-01-03T19:17:53 < jpa-> my experiences with usb rndis: surprisingly nice to expose a HTTP API, also SOF-clock syncing works well; but not so nice is that the throughput is not as reliable as plain USB bulk endpoints, it tends to have random ~50ms pauses sometimes 2019-01-03T19:19:17 < aandrew> I've not done rndis before 2019-01-03T19:19:28 < aandrew> trying to figure out why usbview hates my descriptor 2019-01-03T19:26:10 < aandrew> in the USB init struct there is a dev_endpoints 2019-01-03T19:26:28 < aandrew> if my only interface is a bulk endpoint (in/out) is that value 2 or 3? 2019-01-03T19:29:04 < aandrew> i.e. is EP0 considered part of that dev_endpoint count 2019-01-03T19:32:51 < aandrew> CDC seems to use a value of '4' for dev_endpoints which would not include EP0 in that case (you have data in/out and control in/out) 2019-01-03T19:33:25 < karlp> oh aandrew: https://github.com/libopencm3/libopencm3/issues/968 is the same thing you were seeing maybe. windows doing weird things with ep0 sizes in teh name of compatibility (with broken devices, not the usb spec) 2019-01-03T19:35:13 < aandrew> wow that is exactly what I'm seeing 2019-01-03T19:37:00 < karlp> easy solyution, don't use 16bytes for ep0, 2019-01-03T19:37:16 < karlp> everything works just fine with 32/64 2019-01-03T19:37:32 < aandrew> yeah I changed to 64 and left it 2019-01-03T19:37:43 < karlp> and there's no real need to ever use 16 anyway, unless you're trying to do this on 8bit shitvr stuff 2019-01-03T19:37:47 < aandrew> thanks for the confirmation though 2019-01-03T19:37:48 < aandrew> right 2019-01-03T19:37:55 < aandrew> I was trying to optimize the fifos 2019-01-03T19:38:08 < karlp> yeah, you can "get some more packet ram" but.... not really. 2019-01-03T19:38:20 < aandrew> since this application has almost no downstream (to device) traffic and a lot of upstream (to host) traffic, I was settin the rxfifo low 2019-01-03T19:38:23 < karlp> it's just a few extra bytes, that won't make up an entire extra packet for the other eps anyway 2019-01-03T19:38:27 < aandrew> for sure 2019-01-03T19:38:33 < aandrew> early optimization strikes again 2019-01-03T19:38:46 < Laurenceb> > a Microsoft proprietary protocol 2019-01-03T19:38:47 < Laurenceb> ewww 2019-01-03T19:38:55 < karlp> anyway, way late for me. 2019-01-03T19:39:19 < aandrew> np, thanks karlp 2019-01-03T19:42:26 < Thorn> https://www.youtube.com/playlist?list=PLbBZM9aUMsjEVZPCDMl-lXOx50rSBNFQC 2019-01-03T19:42:39 < Thorn> quality time wasters 2019-01-03T19:43:20 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Quit: Leaving] 2019-01-03T19:44:42 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-03T19:55:30 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 244 seconds] 2019-01-03T20:08:04 -!- con3 [~kvirc@197.233.252.176] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-03T20:27:12 < qyx> meanwhile in the north of .sk https://www.facebook.com/teryhochata1/videos/329198531142159/ 2019-01-03T20:29:14 < qyx> also https://pbs.twimg.com/media/Dv_SL2ZXgAAoxcf.jpg 2019-01-03T20:29:30 < Steffanx> coool :D 2019-01-03T20:29:43 < Steffanx> that snow. not the crash 2019-01-03T20:43:37 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-03T20:43:39 < specing> "on the right you see a thirsty truck reaching into the river for some water" 2019-01-03T20:45:18 < Steffanx> offtopic :P 2019-01-03T20:46:40 < catphish> Steffanx: i wanted to make the offtopic accusations today :( 2019-01-03T20:46:45 < catphish> maybe later 2019-01-03T20:46:46 < Steffanx> Haha 2019-01-03T20:51:34 -!- sterna [~Adium@c-a5ebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-03T21:09:20 -!- benishor [~benny@79.116.196.238] has joined ##stm32 2019-01-03T21:10:04 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-03T21:23:08 < Thorn> http://jotux.github.io/GccMapVisualizer/ 2019-01-03T21:23:23 < Thorn> doesn't seem to be very good tbh 2019-01-03T21:39:14 < Steffanx> it doesnt seem to do anything. 2019-01-03T21:40:53 < aandrew> yeah that has some neat web-fu in it but it seems kind of pointless 2019-01-03T21:41:02 < aandrew> I can sort by size and get a text representation of the same 2019-01-03T21:41:56 < aandrew> that's a lot of fucking snow 2019-01-03T22:04:38 -!- HighInBC [~highinbc@unaffiliated/chillum] has quit [Ping timeout: 268 seconds] 2019-01-03T22:10:19 < Steffanx> So it seems TI gave up on their ARM cortex-whatever processors? http://www.ti.com/microcontrollers/overview.html they dont list them directly 2019-01-03T22:11:01 < Steffanx> just "Other MCUs" (and the hercules, but that's cortex-R) 2019-01-03T22:11:33 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Ping timeout: 246 seconds] 2019-01-03T22:11:46 < Steffanx> Oh, not entirely. SimpleLink isnt wireless only. lol 2019-01-03T22:12:17 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2019-01-03T22:13:13 < Steffanx> somehow i missed that although it says it in big fat charactesr 2019-01-03T22:20:31 < MrMobius> the TI stellaris stuff had some routines in ROM 2019-01-03T22:20:41 < MrMobius> but some of them were bugged 2019-01-03T22:20:57 < MrMobius> neat idea though 2019-01-03T22:21:12 < Steffanx> lpc has that too 2019-01-03T22:23:23 < kakimir> lpc mentioned 2019-01-03T22:23:31 < Steffanx> SMA SMA SMA. 2019-01-03T22:23:47 < kakimir> drove snus load from sweden yet again 2019-01-03T22:24:09 < Steffanx> Bye kakimir 2019-01-03T22:44:17 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-03T22:49:24 < jadew> I discovered today that you can share all your steam games with family accounts 2019-01-03T22:50:08 < Thorn> Steffanx: https://i.imgur.com/MWROnmR.png 2019-01-03T23:06:17 -!- Dave_Elec [~Dave@197.156.126.9] has joined ##stm32 2019-01-03T23:11:10 < kakimir> is it web? 2019-01-03T23:11:18 < kakimir> is it cloud? 2019-01-03T23:12:08 < Steffanx> read up kakimir 2019-01-03T23:12:18 < Steffanx> aka back log 2019-01-03T23:13:58 < kakimir> not uploading my elfs 2019-01-03T23:14:30 < Steffanx> It wont kill you. snus kills you faster 2019-01-03T23:15:14 < Laurenceb> https://soundcloud.com/user-381804527/microagressions-presented-by-amwa 2019-01-03T23:15:33 < Laurenceb> 34min for epic troll 2019-01-03T23:21:10 < kakimir> Steffanx: snus doesn't kill 2019-01-03T23:21:19 < Steffanx> im not convinved 2019-01-03T23:22:01 < Steffanx> i heard the smell is awful. 2019-01-03T23:24:34 < kakimir> yes 2019-01-03T23:24:58 < kakimir> it's used in it's original form to kill insects 2019-01-03T23:25:37 < jadew> man... this fuckers with their stupid switch are fucking retards 2019-01-03T23:25:44 < jadew> I can't download their model 2019-01-03T23:26:07 < jadew> (because I have to register to a 3rd party file hosting shit that isn't working properly) 2019-01-03T23:26:23 < qyx> It’s also important to note that Weather Underground expects these readings to be supplied in Fahrenheit 2019-01-03T23:26:27 < qyx> are they serious 2019-01-03T23:26:54 < jadew> and when I try to contact them to ask about it, they ask for everything about me and also make me sign this: "I GIVE PERMISSION TO A REPRESENTATIVE TO CONTACT ME IN REGARDS TO THIS REQUEST AND RELEVANT PRODUCTS AND SOLUTIONS." 2019-01-03T23:27:15 < jadew> it just wasn't enough to be permission to contact me in regards to THIS request 2019-01-03T23:27:31 < jadew> they had to add their other shit as well and link to their full privacy policy 2019-01-03T23:27:34 < Steffanx> poor jadew. 2019-01-03T23:27:58 < jadew> so basically I have to subscribe to their spam just to ask for the fucking file 2019-01-03T23:28:36 < jadew> I couldn't find any email address on the site, so I can't write to them directly 2019-01-03T23:40:34 < Laurenceb> wew https://soundcloud.com/user-381804527/asac 2019-01-03T23:44:18 -!- Dave_Elec [~Dave@197.156.126.9] has quit [Ping timeout: 246 seconds] 2019-01-03T23:46:12 -!- Dave_Elec [~Dave@197.156.119.2] has joined ##stm32 2019-01-03T23:54:01 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2019-01-03T23:59:11 -!- Dave_Elec [~Dave@197.156.119.2] has quit [Read error: Connection reset by peer] --- Day changed Fri Jan 04 2019 2019-01-04T00:00:18 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2019-01-04T00:03:56 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-04T00:04:19 -!- Chris_M [~Chris_M@121.45.240.163] has joined ##stm32 2019-01-04T00:09:34 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:1d85:9732:f2d3:bd74] has joined ##stm32 2019-01-04T00:11:10 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-04T00:27:18 -!- sterna [~Adium@c-a5ebe155.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-04T00:27:23 < ds2> are people running proxies on EC2?! 2019-01-04T00:27:47 -!- HighInBC [~highinbc@unaffiliated/chillum] has joined ##stm32 2019-01-04T00:36:59 < upgrdman> ds2, heh, im running a vpn on DigitalOcean... close enough i guess 2019-01-04T00:40:13 < catphish> ds2: sure 2019-01-04T00:41:30 < tjq> Jadew make a model and sell it 2019-01-04T00:41:54 < jadew> tjq, hah 2019-01-04T00:41:55 < tjq> Tell the world what a pack of dogs they are 2019-01-04T00:42:04 < tjq> Lol 2019-01-04T00:42:05 < Steffanx> The dogs 2019-01-04T00:42:14 < tjq> ^ 2019-01-04T00:42:16 < Steffanx> Where is crt? 2019-01-04T00:42:19 < zyp> sup? 2019-01-04T00:42:26 < jadew> I went for a different part 2019-01-04T00:42:36 < jadew> found an alps switch that's almost identical 2019-01-04T00:42:38 < tjq> Even better 2019-01-04T00:43:16 < ds2> upgrdman: DO uses Amazon EC2? 2019-01-04T00:43:30 < upgrdman> ds2, no idea 2019-01-04T00:43:42 < ds2> too many odd user-agents seems to be coming from EC2 addresses 2019-01-04T00:43:43 < upgrdman> but running a proxy or vpn in the cloud is not exactly rare 2019-01-04T00:44:35 < ds2> yes but EC2 is expensive for just that 2019-01-04T00:45:48 < zyp> yeah, EC2 pricing doesn't seem very suitable 2019-01-04T00:45:58 < jadew> people are running the same exploitable software on VMs too 2019-01-04T00:46:28 < jadew> the fact that you're seing more traffic from that kind of addresses, could just mean that more people are using crappy hosting these days 2019-01-04T00:46:52 < mawk> hi 2019-01-04T00:47:03 < ds2> I'll just block the EC2 /9 addresses 2019-01-04T00:48:06 < ds2> on a different note - anyone tried making NFC antennas? 2019-01-04T00:48:45 < tjq> Ty 2019-01-04T00:49:48 < zyp> ds2, both me and catphish have 2019-01-04T00:52:31 < ds2> what kind of antenna? PCB print or? 2019-01-04T00:53:30 < catphish> yes, pcb printed 2019-01-04T00:54:09 < ds2> how did you tune them? 2019-01-04T00:54:50 < catphish> mine looks like https://i.imgur.com/OqNwJJe.png 2019-01-04T00:55:25 < catphish> i used an ST tool to calculate everything, the i tuned it by trial and error, calculations were a fair way off (like 50%) 2019-01-04T00:55:59 < kakimir> catphish: I have not followed innovation for a while 2019-01-04T00:56:07 < ds2> so no special tools like spec an's, etc? 2019-01-04T00:56:10 < kakimir> how are your projects? 2019-01-04T00:56:25 < catphish> ds2: i think zyp has a network analyzer 2019-01-04T00:57:11 < ds2> zyp: did you use a network analyzer to tune the NFC antenna? 2019-01-04T00:57:17 < catphish> kakimir: well, my board seems to work well, but i got distracted haven't finished the software, or case design, or commissioned a batch of prototypes 2019-01-04T00:57:42 < zyp> ds2, yes, I bought a minivna tiny just for it 2019-01-04T00:57:45 < catphish> assembled: https://i.imgur.com/o4ZSdrO.jpg 2019-01-04T00:58:31 < zyp> I didn't bother calculating too much, I just drew a spiral in the area I had convenient and tuned it until it resonated properly 2019-01-04T00:58:44 < ds2> zyp: nice... how did you use it? I see a few methods out there - a sense coil (a la the old dip meter) and some direct connection methods 2019-01-04T00:59:37 < zyp> https://bin.jvnv.net/file/m0yyr.JPG <- for tuning, I just stacked caps until the vna showed it hitting the right frew 2019-01-04T00:59:40 < zyp> freq 2019-01-04T01:00:10 < zyp> https://bin.jvnv.net/file/uNgNm.JPG <- I cut the traces to the chip and soldered to the inductors 2019-01-04T01:00:34 < ds2> but how did you attach the VNA 2019-01-04T01:00:35 < zyp> disregard the missing part, that one was harvested after tuning :p 2019-01-04T01:00:51 < zyp> did you look at the last pic? 2019-01-04T01:01:03 < zyp> that's a coax, running to the VNA 2019-01-04T01:01:30 < ds2> ah I see it now 2019-01-04T01:01:43 < catphish> as zyp said, dont worry about the calculations, just make a spiral in whatever space you can spare 2019-01-04T01:01:46 < ds2> but doesn't the 50ohm input to the VNA load down the antenna? 2019-01-04T01:02:32 < zyp> you tune the antenna until it hits the same 50 ohms :) 2019-01-04T01:03:05 < catphish> it's also worth noting that it will work *way* out of tune 2019-01-04T01:03:07 < ds2> this is where I don't understand - how can a resonant tank be at 50ohm? isn't that too low of a Q? 2019-01-04T01:03:31 < catphish> mine worked fine with no tuning at all, it wasn't until i needed super low power that i had to tune it carefully 2019-01-04T01:03:33 < zyp> idk, I'm not a pro on that math 2019-01-04T01:03:37 < ds2> really? I just need to be in the ball park? (unlike far field/2.4G type antenna) 2019-01-04T01:03:57 < zyp> but I figure that's the point of the matching network 2019-01-04T01:04:30 < catphish> zyp: i wonder if yours is perfectly tuned as you think, or working regardless, because i was astonished how well mine worked (excluding card detection) before i tuned it 2019-01-04T01:04:37 < ds2> okay, think I'll try a direct connection... a dip meter type interface SEEMS the most intuitive 2019-01-04T01:04:45 < zyp> catphish, probably working regardless 2019-01-04T01:04:56 < zyp> I'm not claiming it's perfectly tuned 2019-01-04T01:05:09 < catphish> i didn't realise i'd fucked it up until i tried to use card detection, which relies on the resonance 2019-01-04T01:05:21 < zyp> I still haven't tried that 2019-01-04T01:05:37 < zyp> have you tested range? 2019-01-04T01:05:45 < zyp> mine reads card fine through 20mm solid wood 2019-01-04T01:05:49 < zyp> or more 2019-01-04T01:05:56 < catphish> without tuning, it still coupled to the card ok, just can't self resonate 2019-01-04T01:06:05 < ds2> I'd be happy if worked 0.500 away 2019-01-04T01:06:15 < catphish> 0.5 what? 2019-01-04T01:06:15 < ds2> even 0.250 would be good :D 2019-01-04T01:06:20 < ds2> 0.500in 2019-01-04T01:06:33 < catphish> that should be quite achieveable 2019-01-04T01:06:45 < ds2> *All dimensions are in inches unless otherwise specified :D 2019-01-04T01:06:47 < zyp> should be no problem at all 2019-01-04T01:07:03 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:1d85:9732:f2d3:bd74] has quit [Quit: Konversation terminated!] 2019-01-04T01:07:06 < catphish> i dont have accurate before and after, probably about 80-90mm in air without accurate tuning 2019-01-04T01:07:09 < ds2> I am trying to prototype it with copper foil on a vinyl cutter 2019-01-04T01:07:15 < ds2> copper tape specifically 2019-01-04T01:07:25 < catphish> also for the love of god learn metric 2019-01-04T01:07:36 < zyp> ds2, haha 2019-01-04T01:07:39 < catphish> don't bother 2019-01-04T01:07:42 < catphish> use PCB 2019-01-04T01:07:44 < BrainDamage> ds2: you're using the wrong definition of Q, the valid one for RF is energy_dissipated/cycle_energy characteristic impedance is NOT dissipation 2019-01-04T01:07:46 < zyp> agreed 2019-01-04T01:08:01 < zyp> the antenna shape doesn't really matter much, since you can just adjust the caps to match 2019-01-04T01:08:16 < catphish> just make a PCB, make the antenna 3-4 turns of 20-40mm, it'll be fine 2019-01-04T01:08:34 < catphish> regardless of the anntenna, you can tune it later 2019-01-04T01:08:45 < catphish> just be sure to make space for several caps in parallel 2019-01-04T01:09:36 < ds2> BrainDamage: Do you mind explaining? characteristic impedence can be modeled as a R (i.e the terminator)... so how is that different if I am slapping 50ohm across the tank? 2019-01-04T01:09:38 < catphish> zyp: card detection only woks to about 20mm air gap, but that's good enough, then once it powers up, the range is obviously much more than that 2019-01-04T01:09:38 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-04T01:10:14 < ds2> supposely an unshielded ferrite inductor can work too but I have had 0 luck there 2019-01-04T01:10:17 < BrainDamage> ds2: a resistor dissipates, a char impedance doesn't necessarily so 2019-01-04T01:10:55 < BrainDamage> eg a pure LC network can show you 50Ohm despite not dissipating one bit 2019-01-04T01:11:33 < ds2> hmmmm 2019-01-04T01:12:00 < BrainDamage> think also of a waveguide 2019-01-04T01:12:15 < ds2> Given what you are saying, would this be true - a pure LC network @ resonance will absorb power at the same rate that a 50ohm resistor will? 2019-01-04T01:12:15 < BrainDamage> it has 50Ohm char impedance, but the dissipation is unrelated to that 2019-01-04T01:12:46 < BrainDamage> it's not a pure LC resonance 2019-01-04T01:12:57 < BrainDamage> it's LC resonance coupled with the vacuum's 2019-01-04T01:13:21 < BrainDamage> you're not seeing the LC's resonance, but the resonance of the whole thing 2019-01-04T01:13:53 < ds2> then where is the energy going in a pure LC setup (nothing else coupling to it)? 2019-01-04T01:13:56 < BrainDamage> if it was at the LC's pure resonance, then you'd only see the R component of the LC 2019-01-04T01:14:22 < ds2> which would be 0 for ideal L and C 2019-01-04T01:14:32 < BrainDamage> yup, you get 0 dissipation in an ideal LC 2019-01-04T01:14:39 < BrainDamage> and you'd see 0 or infinite resistance 2019-01-04T01:15:29 < ds2> maybe I have a defective understanding of dissipiation 2019-01-04T01:15:38 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has quit [Quit: ZNC - http://znc.in] 2019-01-04T01:22:47 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has joined ##stm32 2019-01-04T01:23:46 < ds2> cd /home/ds2/rrdtool 2019-01-04T01:23:47 < ds2> NG \ 2019-01-04T01:23:47 < ds2> -t "Particulate Matter" \ 2019-01-04T01:23:47 < ds2> --slope-mode --start -3600 --end now --vertical-label raw \ 2019-01-04T01:23:47 < ds2> DEF:temp1=PM25-fast.rrd:PM25:MAX \ 2019-01-04T01:23:47 < ds2> DEF:temp2=PM10-fast.rrd:PM10:MAX \ 2019-01-04T01:23:47 < ds2> LINE1:temp1#ff0000:"PM25" \ 2019-01-04T01:23:47 -!- ds2 [~ds2@rehut.com] has quit [Excess Flood] 2019-01-04T01:24:45 < zyp> hmm, what's the fan over the kitchen stove called in english? kitchen exhaust? 2019-01-04T01:25:05 < zyp> (I put it up today: https://bin.jvnv.net/file/eu8xE.jpg) 2019-01-04T01:28:34 < tjq> good one zyp 2019-01-04T01:28:39 < tjq> I call It the rangehood 2019-01-04T01:29:22 < tjq> https://www.thegoodguys.com.au/cooking-and-dishwashers/rangehoodshttps://www.thegoodguys.com.au/cooking-and-dishwashers/rangehoods 2019-01-04T01:29:27 < tjq> ffs https://www.thegoodguys.com.au/cooking-and-dishwashers/rangehoods 2019-01-04T01:29:33 < tjq> this keyboard is so autistic 2019-01-04T01:30:55 < zyp> in norwegian it's simply called «ventilator» 2019-01-04T01:31:27 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2019-01-04T01:31:28 < zyp> electrician had for some reason put up a junction box above it instead of a normal power socket 2019-01-04T01:31:43 < tjq> zyp this one looks like yours https://www.thegoodguys.com.au/delonghi-90cm-canopy-rangehood-dethalassa90b 2019-01-04T01:31:45 < zyp> (all the ones I've seen come with a normal plug, so sockets should be obvious) 2019-01-04T01:32:12 < tjq> I've never seen one like that in an Australian house 2019-01-04T01:32:56 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-04T01:33:13 -!- ds2 [~ds2@rehut.com] has joined ##stm32 2019-01-04T01:33:45 < tjq> unfortunately 90% of Australia's free-to-air tv are 'home renovation reality shows' or 'cooking competition shows' 2019-01-04T01:33:51 < BrainDamage> I didn't know delonghi sold abroad 2019-01-04T01:34:26 < ds2> hmmmmm 2019-01-04T01:34:27 < zyp> isn't delonghi a worldwide brand? I've seen delonghi products here too 2019-01-04T01:34:41 < ds2> how much junk did I spew? looks like my mouse went nuts 2019-01-04T01:34:43 < tjq> BrainDamage: my mother got a delonghi cooktop 10 years ago 2019-01-04T01:34:46 < ds2> sorry about that. 2019-01-04T01:34:51 < tjq> so they been here a while 2019-01-04T01:35:04 < BrainDamage> ds2: at least they aren't hentai links 2019-01-04T01:35:20 < tjq> pls repost 2019-01-04T01:35:25 < zyp> tjq, I picked up mine at ikea: https://www.ikea.com/no/no/catalog/products/50389140/ 2019-01-04T01:35:38 < tjq> I want to do the blaxter ratio on your links ds2 2019-01-04T01:35:56 < ds2> links? 2019-01-04T01:36:13 < zyp> but this style is fairly common here now, bunch of brands looks like that 2019-01-04T01:36:19 < ds2> it looks like it somehow dumped stuff relating to rrdtool graphing of my sensors 2019-01-04T01:36:33 < tjq> heh looks alien to me 2019-01-04T01:36:45 < ds2> mouse disabled 2019-01-04T01:36:51 < tjq> what did it do then 2019-01-04T01:36:56 < tjq> no hentai? 2019-01-04T01:37:04 < ds2> let me scroll 2019-01-04T01:37:20 < ds2> oh that's graphing the PM2.5/PM10 sensors 2019-01-04T01:38:19 < ds2> built up a BLE connected PM2.5/PM10 pollution sensor that sends data ultimately to a MQTT broker; a cron job reads the MQTT data and places it in a RRDtool database. that line generates a graph from that 2019-01-04T01:38:47 < karlp> how do you use a cron job to read mqtt? 2019-01-04T01:39:04 < karlp> are you relying on qos >= 1 and queueing between cron runs? 2019-01-04T01:39:18 < ds2> I am sampling it with a cronjob 2019-01-04T01:39:36 < ds2> so every interval I read the latest value and place that in the DB 2019-01-04T01:39:46 < ds2> not grabbing every single value 2019-01-04T01:40:55 < ds2> amazing how much cruft builds up when one goes from gerber -> SVG -> DXF :/ 2019-01-04T01:41:18 < karlp> heh, fair enough, that's one way of dealing with different clock rates :) 2019-01-04T01:42:35 < ds2> I suppose I could subscribe to it and maintain a running average so I can do a proper decimation but... 2019-01-04T01:48:33 < karlp> Steffanx: heh, man, I feel sorry for anyone that got in bed with any of the TI parts. 2019-01-04T01:48:36 < karlp> what a train wreck 2019-01-04T01:49:50 < tjq> what happened? 2019-01-04T01:50:46 < ds2> did TI every directly have Cortex-M parts? Thought all they did was keep Stellaris acquisition stuff on life support? 2019-01-04T01:51:36 < tjq> hahah they've got DSPs with cortex-M 2019-01-04T01:51:43 < karlp> why wouldn't ec2 pricing be ok for running a personal vpn? should be able to pretty much stay on free tier 2019-01-04T01:51:57 < zyp> ds2, yeah, I think it's all just stellaris that key keep renaming 2019-01-04T01:52:09 < zyp> karlp, transfer pricing? 2019-01-04T01:53:04 < ds2> EC2 nickels and dimes you on every little bit 2019-01-04T01:53:40 < ds2> vinyl cutter NFC antenna on copper tape is a fail :( 2019-01-04T01:54:36 < zyp> haha 2019-01-04T01:55:09 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has quit [Quit: ZNC - http://znc.in] 2019-01-04T01:56:10 < ds2> 10mil traces are too fine 2019-01-04T01:57:07 < tjq> http://www.ti.com/product/dm505 dsp+dual coarrrr M4 2019-01-04T01:57:08 < tjq> wow 2019-01-04T01:57:17 < ds2> guess it will have to be silver printing 2019-01-04T01:57:21 < karlp> ds2: yeah, they built new parts, then they developed the msp432 line, and then lots of their rf stuff moved from 8051 cores to cortex-m cores. 2019-01-04T01:57:38 < karlp> zyp: for the bandwidth you mean? 2019-01-04T01:57:53 < zyp> yes 2019-01-04T01:57:59 < karlp> I dunno, depends how much you're running throuhg it, I've not calculated, but I thought even free tier was ok. 2019-01-04T01:58:13 < zyp> free tier is 15GB if I'm reading it correctly 2019-01-04T01:58:26 < karlp> I'm not sure I'd be pirating dozens of gigs, but it's probably ~similar to the rate you get on a paid vpn? 2019-01-04T01:58:36 < karlp> except a different privacy problem 2019-01-04T01:58:45 < karlp> what's a $5/month vpn account get you? 2019-01-04T01:59:28 < zyp> linode's $5 plan gets you 1TB 2019-01-04T01:59:34 -!- CheBuzz [~CheBuzz@204.77.3.219] has joined ##stm32 2019-01-04T01:59:35 -!- CheBuzz [~CheBuzz@204.77.3.219] has quit [Changing host] 2019-01-04T01:59:35 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has joined ##stm32 2019-01-04T01:59:39 < zyp> vpn idk, I don't vpn 2019-01-04T01:59:53 < karlp> ok, but what's $5 get you on ec2? 2019-01-04T02:00:07 * karlp shrugs. doesn't really matter I guess. 2019-01-04T02:00:16 < karlp> ec2 is great for tuning them on an off easily. 2019-01-04T02:00:44 < karlp> I mean, linode has hourly billing too if you like, but still, ec2/aws is great for "turn on my personal vpn provider now plz" 2019-01-04T02:01:44 < zyp> yeah 2019-01-04T02:02:32 < zyp> the way I see it, the biggest advantage of aws is super flexible scaling, everything is designed to scale up and down depending on demand 2019-01-04T02:03:01 < ds2> for practical stuff, linode is miles cheaper then EC2 2019-01-04T02:03:53 < zyp> yes 2019-01-04T02:04:17 < zyp> but also less flexible 2019-01-04T02:04:45 < ds2> yes but I rather not get nickled and dimed w/no easy to estimate cap on the expense 2019-01-04T02:05:19 < zyp> I mean, I use linode myself, but I can see the point of aws too, it just doesn't fit my use 2019-01-04T02:06:41 < jadew> you can set up a VPN on linode? 2019-01-04T02:06:46 < zyp> if all you want to do is run an irc client and some toy websites like me, linode is fine 2019-01-04T02:06:57 < karlp> jadew: why wouldn't you be able to? 2019-01-04T02:07:00 < jadew> I'd like to watch the US netflix 2019-01-04T02:07:05 < karlp> you get a machine, what you install on it is up to you 2019-01-04T02:07:24 < karlp> just like any other vps provider 2019-01-04T02:07:32 < tjq> installing Netflix blows up your computer 2019-01-04T02:07:36 < zyp> I tried setting up vpn to a tokyo linode once to get around some geoblocking bullshit 2019-01-04T02:07:46 < jadew> it's very cheap... I thought there may be some limitations 2019-01-04T02:07:56 < zyp> turns out tokyo linodes have an ip range geoip claims are in the us 2019-01-04T02:08:08 < tjq> the dogs 2019-01-04T02:08:15 < karlp> jadew: digital ocean are probably cheaper 2019-01-04T02:08:25 < karlp> there's a sea of cheap vps these days 2019-01-04T02:08:44 < tjq> ANIMEvps 2019-01-04T02:09:05 < jadew> karlp, they seem similarly priced 2019-01-04T02:09:13 < jadew> but I'm bookmarking that too 2019-01-04T02:09:31 < zyp> hrm 2019-01-04T02:09:36 < ds2> the cheapest tier is like an Intel atom box 2019-01-04T02:09:45 < zyp> I formally got the new house today 2019-01-04T02:09:56 < zyp> but I still don't have internet there 2019-01-04T02:09:57 < jadew> nice, you moved in? 2019-01-04T02:10:20 < zyp> I started moving stuff last weekend already 2019-01-04T02:10:47 < zyp> but I don't think we'll start living there for another couple of days at least 2019-01-04T02:10:55 < zyp> kinda hard without internet :) 2019-01-04T02:11:33 < ds2> wireless internet not available ? 2019-01-04T02:11:54 < zyp> in what sense? LTE? 2019-01-04T02:12:22 < ds2> Yes 2019-01-04T02:14:13 < zyp> well, my phone plan only includes a few gigs a month, I normally only use that when I'm not home 2019-01-04T02:14:21 < zyp> wouldn't last long for typical home usage 2019-01-04T02:14:42 < ds2> better then nothing 2019-01-04T02:15:49 < zyp> I was streaming tv from one of the chess matches some weeks ago while I were working on assembling the kitchen, just the one match ate most of my monthly cap :p 2019-01-04T02:16:20 < ds2> ah 2019-01-04T02:16:53 < zyp> the thing is that the alternative isn't nothing, the alternative is being at the old apartment which still has a 500/500 connection that's paid for until the end of the month :p 2019-01-04T02:18:26 < zyp> the way I see it, until I have internet that's actually usable for streaming video at the new house, there's not much point in moving the tv, and there's also not much point in moving the couch before I move the tv 2019-01-04T02:22:52 < zyp> I looked into the LTE data plans with like 100GB, but I think I concluded that it's not worth it 2019-01-04T02:23:55 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-04T02:24:21 < BrainDamage> here 20GB LTE is 5 bucks/month 2019-01-04T02:24:47 < zyp> I figure I'll ask the neighbor next time I run into them if I can borrow internet until the new fiber comes 2019-01-04T02:26:35 < zyp> and if not, I have a friend living a couple of houses away, just a little bit less convenient since he's on the other side of the road 2019-01-04T02:28:50 < specing> BrainDamage: where is here? 2019-01-04T02:28:53 < BrainDamage> pull a fiber into their box 2019-01-04T02:28:57 < BrainDamage> specing: italy 2019-01-04T02:29:15 < zyp> hehe 2019-01-04T02:29:47 < specing> BrainDamage: interesting 2019-01-04T02:30:12 < BrainDamage> we suck for many things, but not cell radio 2019-01-04T02:30:28 < zyp> BrainDamage, free roaming also? 2019-01-04T02:30:55 < specing> BrainDamage: is that why you have such a huge deficit? 2019-01-04T02:30:59 < zyp> can you get me a 100G plan and just mail me the simcard? :p 2019-01-04T02:31:36 < tjq> https://imgur.com/a/qNljQ1V 2019-01-04T02:32:20 < BrainDamage> zyp: free roaming in EU, maybe norway too, I need to check if it's "enough EU" 2019-01-04T02:32:55 < specing> pretty sure its 1GB in EU or some such 2019-01-04T02:32:59 < zyp> all norwegian companies also offers free roaming in EU, since we're part of EEA 2019-01-04T02:33:05 < ds2> when did free roaming in EU come into effect? 2019-01-04T02:33:18 < zyp> summer 2017, wasn't it? 2019-01-04T02:34:07 < ds2> ah more recent then 2014... couldn't roam in FR with a UK sim at that time 2019-01-04T02:34:17 < ds2> (at least not for free) 2019-01-04T02:35:18 < zyp> I remember having to pay for data when I went to .dk in spring 2017 2019-01-04T02:35:32 < zyp> but when I went to .uk in fall 2017, I didn't 2019-01-04T02:35:35 < zyp> heh 2019-01-04T02:35:44 < zyp> wonder how that's gonna turn out after brexit 2019-01-04T02:37:11 < jadew> I don't remember, anyone here doing stock market trading or just currency? 2019-01-04T02:39:00 < BrainDamage> 60GB costs 10€, ( it's 9€ + 1€ for LTE which is free for the the first 6 months ), unused monthly traffic carries over the successive months. there's an activation cost of 60 bucks, which become 0 if you carry over the contract for at least 24 months or (or 30 months if you rent the modem), you pay it if you rescind the contract 2019-01-04T02:39:09 < BrainDamage> sec that I'm checking the roaming areas 2019-01-04T02:41:08 < BrainDamage> you're covered by full roaming, so no extra costs 2019-01-04T02:42:02 < ds2> no restrictions on duration of roaming? 2019-01-04T02:42:06 < BrainDamage> none 2019-01-04T02:42:11 < ds2> nice 2019-01-04T02:42:41 < BrainDamage> I have a friend that lives in france that uses an italian sim 2019-01-04T02:43:06 < tjq> hmm 2019-01-04T02:43:24 < tjq> sim cards ey 2019-01-04T02:44:04 < zyp> cheapest 50GB plan here seems to be €45 2019-01-04T02:44:34 < specing> sounds interesting BrainDamage, maybe I'll buy one next I visit trieste 2019-01-04T02:44:39 < specing> next time* 2019-01-04T02:44:40 < BrainDamage> https://www.tre.it/tariffe/piani-internet/ricaricabili/solo-sim-int 2019-01-04T02:46:02 < tjq> fuck me sideways 2019-01-04T02:46:05 < tjq> 3 still exist? 2019-01-04T02:47:14 < specing> BrainDamage: is it prepaid or monthly contract? 2019-01-04T02:47:37 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has joined ##stm32 2019-01-04T02:49:22 < BrainDamage> first one is prepared, 2nd and 3rd are contract 2019-01-04T02:49:43 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-04T02:50:00 < specing> the 6 eur solo sim one? 2019-01-04T02:50:04 < tjq> As of 30 August 2013, all 3 Mobile systems and accounts have been closed, including My3 and our 3 Care call centre. Thanks for your loyalty over the past 10 years. 2019-01-04T02:50:17 < tjq> that was Australia 2019-01-04T02:50:43 < BrainDamage> specing: yes 2019-01-04T02:50:55 < BrainDamage> tjq: ouch 2019-01-04T02:51:06 < specing> nice, 6 eur per month home internet seems nice 2019-01-04T02:51:11 < specing> what is the speed limit on it? 2019-01-04T02:51:42 < BrainDamage> tjq: here it merged with another company, that's why it's still alive 2019-01-04T02:54:02 < specing> BrainDamage: Here there is 200GB for 15 eur montly, prepaid 2019-01-04T02:54:11 < specing> but no good cheaper package 2019-01-04T02:54:25 < zyp> hey, that sounds nice 2019-01-04T02:54:53 < specing> bandwidth limit is 25/5, but can be raised to 50/20 for additional 2 eur 2019-01-04T02:55:07 < zyp> does that mean you can just sign up, put in €15, use 200GB, then throw it away? 2019-01-04T02:55:12 < specing> yep 2019-01-04T02:55:18 < specing> the SIM costs 2 eur in store 2019-01-04T02:55:34 < BrainDamage> specing: 100MBit down, 50Mbit up 2019-01-04T02:55:53 < specing> BrainDamage: woah! 2019-01-04T02:55:57 < zyp> specing, also with roaming? 2019-01-04T02:56:18 < specing> zyp: only a small amount is included for EU roaming, around 5 GB 2019-01-04T02:56:23 < zyp> aw 2019-01-04T02:56:29 < zyp> that's no fun 2019-01-04T02:57:10 < zyp> hmm, wonder if prepaid data plans exists here at all 2019-01-04T02:57:57 < BrainDamage> also, RE: roaming rules, until the 31st of 2018 companies were allowed to overtax foreign traffic past a certain limit 2019-01-04T02:58:10 < specing> zyp: usually if there is a tourism industry they will exist 2019-01-04T02:58:11 < BrainDamage> eg it was 4GB for tre 2019-01-04T02:58:17 < specing> zyp: but might be lame 2019-01-04T02:58:30 < zyp> specing, I'm thinking data plans, not phone+data plans 2019-01-04T02:58:35 < BrainDamage> but since this year's jan, they cannot 2019-01-04T02:58:56 < zyp> the latter exists, but those aren't any better than the phone plan I've already got 2019-01-04T03:02:23 < tjq> NBN: we can do Netflix...… cable internet could do that in 2002 2019-01-04T03:02:25 < tjq> https://youtu.be/0YeKabc0nxM?t=283 2019-01-04T03:23:31 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-04T03:45:53 < tjq> starbucks in Italy..... what could go wrong 2019-01-04T04:31:51 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-04T04:50:19 < ds2> sigh... oshpark it is 2019-01-04T05:55:17 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-04T06:00:21 < englishman> https://hologram.io/ 2019-01-04T06:00:23 < englishman> whoa 2019-01-04T06:00:26 < englishman> this looks SUPER useful 2019-01-04T06:08:02 -!- fc5dc9d4_ [~quassel@p5B081FFE.dip0.t-ipconnect.de] has joined ##stm32 2019-01-04T06:12:06 -!- fc5dc9d4 [~quassel@p5B081E7E.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2019-01-04T06:32:28 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has left ##stm32 [] 2019-01-04T06:34:12 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2019-01-04T06:34:46 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-04T06:47:42 < tjq> Is it ok 2019-01-04T06:56:44 < ds2> wow.. oshpark really need to update their worse case times for 2L boards 2019-01-04T07:06:33 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-04T07:07:03 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-04T07:09:30 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 246 seconds] 2019-01-04T07:09:35 -!- day__ is now known as day 2019-01-04T07:19:41 < tjq> oshpark 2019-01-04T07:19:51 < tjq> sounds niggerlicious 2019-01-04T08:03:47 < ds2> back into the drawer it goes 2019-01-04T08:15:51 < HighInBC> they seem faster than ever fo rme 2019-01-04T08:21:25 < tjq> thanks for the new channel topic Steffanx 2019-01-04T08:24:29 < emeb_mac> kitties 2019-01-04T08:48:07 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-04T08:51:38 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-04T09:06:04 -!- tlwoerner [~Trevor@unaffiliated/tlwoerner] has joined ##stm32 2019-01-04T09:08:11 -!- sterna [~Adium@c-60b9d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-04T09:08:29 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-04T09:16:58 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-04T09:19:26 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-04T09:19:26 -!- [1]MrMobius is now known as MrMobius 2019-01-04T09:21:13 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-04T09:23:58 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-04T09:24:13 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 258 seconds] 2019-01-04T09:24:13 -!- [1]MrMobius is now known as MrMobius 2019-01-04T09:28:44 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-04T09:31:57 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-04T09:40:57 -!- Jybz [~jibz@ip-37-201-5-25.hsi13.unitymediagroup.de] has joined ##stm32 2019-01-04T09:53:10 -!- sterna [~Adium@c-60b9d954.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-04T09:56:58 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-04T09:58:59 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-04T10:18:47 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-04T10:20:20 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-04T10:21:10 -!- sterna1 [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-04T10:21:10 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Read error: Connection reset by peer] 2019-01-04T11:05:57 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2019-01-04T11:08:37 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2019-01-04T11:09:47 < Steffanx> Wlcm tjq 2019-01-04T11:11:48 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Client Quit] 2019-01-04T11:12:47 < Ultrasauce> come on and slam 2019-01-04T11:13:06 < Ecco> hi everyone :) 2019-01-04T11:14:13 < Steffanx> Happy new day Ultrasauce 2019-01-04T11:14:19 < Steffanx> *I wish you a 2019-01-04T11:18:04 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-04T11:21:34 < Ecco> Hmm… I have a dumb error. I'm trying to write the FMC configuration register, but I always read back zero :-/ 2019-01-04T11:27:05 < Ecco> nope 2019-01-04T11:27:09 < Ecco> MAybe I should start with this 2019-01-04T11:27:20 < Ecco> but I'm porting code that worked on an F4 to an H7 2019-01-04T11:27:47 < karlp> ds2: why "sigh... oshpark it is" ? 2019-01-04T11:30:36 < Ecco> found it. Stupid bug: AHB3ENR address is different :-) 2019-01-04T11:50:53 < marble_visions> hi all, i'm trying to make sense of the stm32l011 i2c master transmit.. there's a flowchart in the refman at the end of which it says that if i2c.isr.tc = 0 i'm done, but if it 1, i need to do something and then there are ellipses (...) and i don't know what to do 2019-01-04T11:50:59 < marble_visions> https://www.st.com/content/ccc/resource/technical/document/reference_manual/21/bd/0f/bd/1c/88/40/f0/DM00108282.pdf/files/DM00108282.pdf/jcr:content/translations/en.DM00108282.pdf 2019-01-04T11:51:01 < marble_visions> page 607 2019-01-04T11:51:22 < marble_visions> does a tc = 1 mean that something's failed and i need to restart the tx procedure? 2019-01-04T11:51:42 < marble_visions> also, it is not a multimaster setup and i'm sending less than 256 bytes 2019-01-04T11:52:26 < marble_visions> from the rest of the text i make out that tc is used in transfers of more than 255 bytes 2019-01-04T11:53:14 < marble_visions> of used in software end mode as well 2019-01-04T11:53:58 < marble_visions> so if i'm using automatic stop and no dma i shouldn't be concerned with tc at all? 2019-01-04T11:55:10 < marble_visions> just wondering, i am seeing correct behavior on scl and sda 2019-01-04T11:55:18 < marble_visions> so it's not a big issue 2019-01-04T11:59:34 < marble_visions> Cracki: yes 2019-01-04T12:03:33 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-04T12:08:18 < marble_visions> i was thinking roughly the same, but then if tc is not 1, how do you initiate another transfer again down the line at some point in the future? shouldn't TC become 1 regardless of whether or not i want to transmit again? 2019-01-04T12:11:01 < marble_visions> Cracki: right 2019-01-04T12:11:24 < marble_visions> that makes sense, being relevant only to software stop mode 2019-01-04T12:11:28 < marble_visions> thanks! 2019-01-04T12:14:55 < marble_visions> indeed 2019-01-04T12:19:41 < marble_visions> that would be nice 2019-01-04T12:43:24 -!- jadew [~razvan@unaffiliated/jadew] has quit [Quit: exit] 2019-01-04T12:50:38 < rajkosto> https://images.sshnuke.net/2019-01-04_11-50-00_2qZ13kFWW.png the black pills ordered on dec 28 arrived 2019-01-04T12:50:43 < rajkosto> why is the font on the chips different lol 2019-01-04T12:50:46 < rajkosto> which one is more legit 2019-01-04T12:53:29 < marble_visions> rajkosto: you mean the text on the package? i've seen both, delivered by mouser 2019-01-04T12:53:38 < rajkosto> one has slightly fatter font 2019-01-04T12:53:48 < marble_visions> yes 2019-01-04T12:54:21 < rajkosto> at least its not top-aligned like the chip that died 2019-01-04T13:02:26 < karlp> what is with this obsession over fonts anyway? do you have any real indiciation that you have fakes? 2019-01-04T13:03:27 < srk> if they use comic sans it's def. fake 2019-01-04T13:05:22 < Ecco> isn't the right USB port f-ed up? 2019-01-04T13:06:44 < rajkosto> just a bit crooked 2019-01-04T13:07:12 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-04T13:07:19 < rajkosto> dont use microusb on these yet anyway 2019-01-04T13:16:31 -!- jadew [~razvan@unaffiliated/jadew] has quit [Ping timeout: 258 seconds] 2019-01-04T13:43:43 < kakimir> what do you think about using inverted data + parity bit for usart data validation? 2019-01-04T13:43:54 < kakimir> so first normal data byte 2019-01-04T13:43:58 < kakimir> parity is on 2019-01-04T13:44:18 < kakimir> *used.. idk. how parity bit works never tried it 2019-01-04T13:44:23 < jpa-> uses a lot of bandwidth for quite small integrity protection 2019-01-04T13:44:24 < kakimir> in usart comms 2019-01-04T13:44:34 < rajkosto> what is the opposite of a sieve ? 2019-01-04T13:44:53 < Haohmaru> eveis 2019-01-04T13:45:12 < jpa-> if you really have a situation where simple parity is not enough, your dual-byte scheme doesn't improve the reliability much 2019-01-04T13:45:27 < jpa-> whereas e.g. CRC would 2019-01-04T13:47:58 < karlp> even parityis dubious when you have crc too 2019-01-04T13:48:25 < karlp> but there's information theory on all this you can read if you want to nerd otu 2019-01-04T13:50:26 < kakimir> my chip has crc ofc 2019-01-04T13:50:34 < kakimir> crc engine 2019-01-04T13:50:50 < specing> don't they all have it? 2019-01-04T13:51:06 < kakimir> but it's only for program integrity 2019-01-04T13:51:11 < kakimir> cannot point it to ram 2019-01-04T13:51:15 < specing> 0.o what 2019-01-04T13:51:28 < kakimir> attiny 2019-01-04T13:51:32 < specing> oh 2019-01-04T13:51:56 < karlp> My favourite is mark and space parity 2019-01-04T13:52:05 < karlp> aka, "let's just pad the frame for fun" 2019-01-04T13:52:20 < kakimir> I don't understand 2019-01-04T13:54:18 < karlp> you commonly only hear of even or odd parity bits, 2019-01-04T13:54:28 < karlp> but lots of hardware has support for "mark" and "space" parity too 2019-01-04T13:56:32 < kakimir> should look into it 2019-01-04T13:56:47 < karlp> are you having communications errors? 2019-01-04T13:57:01 < marble_visions> kakimir: do you have the resources for a crc8/16 in software? 2019-01-04T13:57:13 < marble_visions> also, what karlp just said 2019-01-04T13:57:29 -!- con3 [~kvirc@197.233.252.176] has joined ##stm32 2019-01-04T13:57:33 < kakimir> I have code based crc ofc 2019-01-04T13:57:34 < kakimir> but 2019-01-04T13:57:56 < kakimir> nah man 2019-01-04T13:58:04 < kakimir> I don't throw that beast in there 2019-01-04T13:58:20 < kakimir> I have better uses for flash 2019-01-04T13:58:36 < srk> run vusb on it 2019-01-04T13:58:59 < Steffanx> Idk go for haskell 2019-01-04T13:59:05 < Steffanx> -k 2019-01-04T13:59:19 < karlp> hasell? 2019-01-04T13:59:33 < kakimir> haskell on attiny 2019-01-04T13:59:35 < karlp> or "I don't go for haskell" 2019-01-04T13:59:43 < Steffanx> Yes arlp 2019-01-04T14:00:43 < marble_visions> kakimir: crc can be fast and lean: https://en.wikipedia.org/wiki/Cyclic_redundancy_check#Polynomial_representations_of_cyclic_redundancy_checks 2019-01-04T14:00:45 < srk> just add 1G of sram and sdcard so you can boot linux on it, then it is easy 2019-01-04T14:00:54 < kakimir> attiny has only odd and even parity for usart 2019-01-04T14:01:11 < marble_visions> i've seen chips that do "checksums" by counting all the data bytes 2019-01-04T14:04:16 < karlp> you can get into info theory and even jsut choose to do a checksum instead ofa crc 2019-01-04T14:07:17 < kakimir> my data amounts are very small 2019-01-04T14:07:23 < kakimir> and not in hurry 2019-01-04T14:07:40 < kakimir> just few bytes at time from target to tester 2019-01-04T14:07:57 < kakimir> plannin to use 9600 or so because - no hurry 2019-01-04T14:09:52 < kakimir> just identification data first and then it's all few fault flags per test 2019-01-04T14:10:12 < kakimir> and some measured values 2019-01-04T14:10:19 < kakimir> 2byte max values 2019-01-04T14:10:45 < jpa-> i can't see why you'd need anything more than just parity there 2019-01-04T14:11:38 < kakimir> parity isn't a strong checksum 2019-01-04T14:11:53 < kakimir> it's really weak really basic 2019-01-04T14:11:58 < kakimir> I want extra level 2019-01-04T14:12:17 < kakimir> that requires complex data error to be fooled 2019-01-04T14:12:33 < kakimir> but is cheap in terms of flash size 2019-01-04T14:13:27 < kakimir> inverting is cheap 2019-01-04T14:13:36 < jpa-> yeah, feel free to pick your favourite checksum algorithm, i'm just saying that i can't see what improvement that would make - even single bit errors should be rare enough 2019-01-04T14:14:17 < kakimir> I don't recall seeing any errors latelly 2019-01-04T14:14:19 < jpa-> one point is that properly handling parity errors on PC with portable software is difficult, so it may be easier to add a custom scheme 2019-01-04T14:14:42 < kakimir> I didn't say pc 2019-01-04T14:14:53 < jpa-> i did 2019-01-04T14:15:18 < kakimir> I mean I have pulled megabytes of logs from mcu without a single error 2019-01-04T14:15:24 < kakimir> at 115200 2019-01-04T14:15:26 < kakimir> without any checks 2019-01-04T14:15:43 < Steffanx> How you know? 2019-01-04T14:15:53 < kakimir> sorry 2019-01-04T14:16:01 < kakimir> *no apparent errors 2019-01-04T14:16:20 < Steffanx> :P 2019-01-04T14:16:30 < kakimir> numerical data can have errors without noticing it 2019-01-04T14:16:41 < jpa-> the main error class that parity doesn't catch is framing errors, but a simple inversion scheme doesn't catch that very well either 2019-01-04T14:16:42 < kakimir> if only low bytes are flipped 2019-01-04T14:16:52 < jpa-> whereas just "sum of all bytes in specific field in the packet" already does 2019-01-04T14:40:07 -!- con3 [~kvirc@197.233.252.176] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-04T14:42:21 < Laurenceb> wew this https://soundcloud.com/user-381804527/asac 2019-01-04T14:42:47 < Laurenceb> ywlts the psychiatric assessment squads 2019-01-04T14:42:54 < karlp> you pasted that yesterday 2019-01-04T14:45:44 < Steffanx> Why you feel sorry for getting in bed with the TI parts karlp? Because they seem to have given up on them? 2019-01-04T14:46:02 < Laurenceb> > getting in bed with the TI parts 2019-01-04T14:46:11 < Laurenceb> blasphemy 2019-01-04T14:48:04 < Thorn> I received my jlcpcb boards 2019-01-04T14:48:13 < Steffanx> Did you get a broken pen as well? 2019-01-04T14:48:33 < Thorn> nope no pen 2019-01-04T14:48:58 < Thorn> there is dessicant for some reason 2019-01-04T14:49:09 < Thorn> are the PCBs MSL1 or something? 2019-01-04T14:53:19 < Thorn> https://i.imgur.com/rttOXzs.jpg 2019-01-04T14:55:39 * Ecco is getting crazy 2019-01-04T14:55:55 < Ecco> I'm trying to port code that talks to an LCD using the FSMC from F4 to H7 2019-01-04T14:56:51 < Ecco> for some reason, the single address bus bit that is used doesn't toggle the same way on F4 and H7 2019-01-04T14:57:18 < dongs> . 2019-01-04T14:59:38 < Ecco> It's very weird, I can send commands to the LCD panel, but not pixel data :/ 2019-01-04T15:05:40 < kakimir> what is the de facto parity for usart comms? 2019-01-04T15:05:51 < kakimir> not that it matters which one is used 2019-01-04T15:06:19 < kakimir> is it better to use multiple stop bits compared to 1? 2019-01-04T15:06:39 < specing> de facto is no parity 2019-01-04T15:07:04 < kakimir> yes 2019-01-04T15:07:10 < kakimir> but in case parity is used? 2019-01-04T15:08:50 < Thorn> kakimir: >1 stop bits is required for mechanical teletypes 2019-01-04T15:09:10 < Thorn> if you're using electronics you shouldn't need that 2019-01-04T15:09:17 < kakimir> interesting 2019-01-04T15:29:00 -!- con3 [~kvirc@197.233.252.176] has joined ##stm32 2019-01-04T15:34:22 < tjq> RECITIFIER 2019-01-04T15:34:29 < Steffanx> its alive :o 2019-01-04T15:37:40 < Thorn> seems like every compiler course ends up being mostly about parsing, as if it's the most important thing in the compiler. almost no time is spent on code generation and optimizations 2019-01-04T15:39:50 < zyp> well, it makes sense, parsing is the hardest part of making something basic 2019-01-04T15:40:34 < zyp> you can halfass code generation and skip optimizations and still produce working code, but your parser needs to be able to handle the full source syntax 2019-01-04T15:57:08 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-04T16:05:35 < PaulFertser> kakimir: Modbus over serial mandates even parity support. 2019-01-04T16:06:09 < PaulFertser> kakimir: stm32 bootloader is also using even parity 2019-01-04T16:12:49 < kakimir> thanks PaulFertser 2019-01-04T16:27:48 < karlp> (it _recommends_ that parity be default, but it's modbus, nothing's reallllly required) 2019-01-04T16:28:23 < karlp> Steffanx: re TI, yeah, just the continued rebranding, remarketing must be a heartache 2019-01-04T16:31:04 -!- con3|2 [~kvirc@197.233.79.165] has joined ##stm32 2019-01-04T16:32:33 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 250 seconds] 2019-01-04T16:33:57 -!- con3 [~kvirc@197.233.252.176] has quit [Ping timeout: 252 seconds] 2019-01-04T16:38:11 < PaulFertser> karlp: not according to my understanding of the "Modbus over Serial" official specification document. It requires support for even parity and recommends optional support for no parity. 2019-01-04T16:40:03 < karlp> yeah, fari enough, though there's still a metric fuckton that don't do parity. 2019-01-04T16:40:23 < karlp> ti also says that 19200@8e1 should be default too, not 9600@8n1 like heaps of people do 2019-01-04T16:40:44 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-04T16:59:35 < Steffanx> why no one told me digikey does the paypal nowadays 2019-01-04T17:00:21 < englishman> 2018-05-07 17:15:28 englishman digikey takes paypal now 2019-01-04T17:00:30 < Steffanx> See, you didnt tell me. 2019-01-04T17:01:07 < Steffanx> Interesting how fast you were able to find that englishman :D 2019-01-04T17:02:22 < englishman> yes weechat is quite powerful 2019-01-04T17:04:34 < Steffanx> ty 2019-01-04T17:09:36 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-04T17:17:52 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 244 seconds] 2019-01-04T17:20:10 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has quit [Ping timeout: 250 seconds] 2019-01-04T18:00:32 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-04T18:08:04 < Laurenceb> https://www.mirror.co.uk/news/uk-news/fake-social-media-accounts-pretending-11175055 2019-01-04T18:10:10 < dongs> bad news for laurence/b/ eh 2019-01-04T18:21:19 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-04T18:22:34 < dongs> i dont even understand that article anyway 2019-01-04T18:22:36 < dongs> is it satire or something? 2019-01-04T18:23:09 < dongs> One sex offender even pretended to be a ROAD outside a girls' secondary school to entice teen students to accept his friend request. < need brexiteer->english translation 2019-01-04T18:26:25 < specing> dongs: https://media.ccc.de/v/35c3-9523-internet_of_dongs 2019-01-04T18:36:17 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-04T18:38:29 -!- sterna1 [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-04T18:39:16 < bitmask> anyone watch applied science on youtube? that guy is my hero 2019-01-04T18:43:34 < upgrdman> do you think of Ben when you're falling asleep and touching yourself 2019-01-04T18:44:28 < bitmask> oh yes 2019-01-04T18:44:40 < bitmask> hes dreamy 2019-01-04T18:50:27 -!- con3|2 is now known as con3 2019-01-04T18:51:21 < malinus> He has that cheesy ending that bitmask always thinks off 2019-01-04T18:51:31 < malinus> "BAAAAAJJJJJJJJJJJJJJJJJJJJ" 2019-01-04T18:56:00 -!- tjq [uid339161@gateway/web/irccloud.com/x-kbumtgluymhwbccb] has quit [Quit: Connection closed for inactivity] 2019-01-04T19:00:45 < Ecco> hmm 2019-01-04T19:01:12 < Ecco> So I've been using a logic analyzer to see the difference between what the FSMC outputs on an F4 and what the FMC outputs on an H7 running the same code 2019-01-04T19:01:53 < Ecco> and for some reason the H7's signals all come back to a "default" state between cycles, whereas they stay as they were on the F4 2019-01-04T19:01:56 < Ecco> Is that normal? 2019-01-04T19:02:01 < upgrdman> https://i.redd.it/ecyt6b8jbb821.jpg 2019-01-04T19:02:27 < Steffanx> old. 2019-01-04T19:05:22 < dongs> what does that do 2019-01-04T19:05:27 < dongs> i dont get it 2019-01-04T19:05:32 < dongs> mousetrap? 2019-01-04T19:05:48 < Ecco> yeah, it's one of those old prototyping pcbs 2019-01-04T19:05:54 < Ecco> where the holes are connected in lines 2019-01-04T19:06:07 < Ecco> so you could cut traces manually with a drill 2019-01-04T19:06:27 < karlp> so most of the board isn't even live? 2019-01-04T19:06:28 < BrainDamage> it's a BDSM paddle 2019-01-04T19:06:31 < karlp> doesn't look very good 2019-01-04T19:06:47 < Ecco> karlp: yeah, they should have connected even and odds 2019-01-04T19:07:10 < BrainDamage> the only connected portions are ~1cm wide strips centered where the screws are 2019-01-04T19:07:45 < BrainDamage> you could probably make it much better soldering bridges using the board itself 2019-01-04T19:07:56 < Ecco> It doesn't even have cheese anyway 2019-01-04T19:08:06 < Ecco> so it's a suicidal mouse trap 2019-01-04T19:08:12 < Ecco> at best 2019-01-04T19:08:29 < BrainDamage> BDSM paddle 2019-01-04T19:12:54 < upgrdman> dongs, ya, reddit claims its a mouse trap, haha 2019-01-04T19:13:10 < Steffanx> AND what do you think? 2019-01-04T19:13:27 < upgrdman> i think it's a photo worth a smirk and not much else ;) 2019-01-04T19:14:40 < Steffanx> aha 2019-01-04T19:29:23 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-04T19:43:25 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-04T19:51:33 < Steffanx> ty 2019-01-04T19:53:17 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 268 seconds] 2019-01-04T19:57:05 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-04T19:57:45 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-04T20:09:50 < Thorn> https://www.youtube.com/watch?v=znKAjg2mJOY 2019-01-04T20:11:08 < Steffanx> hope for space things, got cats. 2019-01-04T20:11:17 < englishman> connecting the plate to PE in this case is a bad idea 2019-01-04T20:12:15 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 250 seconds] 2019-01-04T20:13:03 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:ca0:b532:c615:50ca] has joined ##stm32 2019-01-04T20:16:06 < Ecco> Hmm 2019-01-04T20:16:18 < Ecco> I've been fighting the hardest bug for like 6 hours 2019-01-04T20:16:25 < Ecco> I've narrowed it down though 2019-01-04T20:16:37 < Ecco> I'm using the FMC using a 16-bit bus 2019-01-04T20:17:13 < Ecco> on an STM32F4, doing a 16-bit write to the FMC yields a single write to the pins on the STM32 2019-01-04T20:17:40 < Ecco> on the H7, doing a 16-bit write to the FMC yields… 3 writes 2019-01-04T20:18:04 < Ecco> (the NWE pin is toggled 3 times, and the data pins also move several times 2019-01-04T20:18:10 < Ecco> I have *no* idea what's going on 2019-01-04T20:20:30 < Thorn> Ecco: the cache is your enemy 2019-01-04T20:21:56 < Ecco> I don't think I enabled the cache 2019-01-04T20:34:52 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-04T20:37:53 < zyp> does it default to disabled? 2019-01-04T20:38:04 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-04T20:38:22 < Ecco> I don't know 2019-01-04T20:38:36 < zyp> doesn't make too much sense either way 2019-01-04T20:38:40 < Ecco> but anyway, how could cache explain multiple memory transaction after the FMC? 2019-01-04T20:38:47 < Ecco> indeed :) 2019-01-04T20:39:24 < Ecco> But using a logic analyzer, I can definitely see multiple oscillations on NWE for a single write 2019-01-04T20:39:42 < Ecco> (e.g. *0x60000000 = 0x1234 yields 4 oscillations of NWE) 2019-01-04T20:39:47 < qyx> can you decode what is it trying to write? 2019-01-04T20:39:51 < zyp> are you sure it's exactly three and you're not seeing aliasing? 2019-01-04T20:40:14 < Ecco> qyx: not entirely, I only have an 8-port analyzer 2019-01-04T20:40:37 < Ecco> zyp: I don't knkow 2019-01-04T20:41:02 < Ecco> even weirder, the CSX pin is also toggled at some point during the write :-/ 2019-01-04T20:41:47 < zyp> ah, but you're not looking at addrs that get written? 2019-01-04T20:42:00 < Ecco> https://i.imgur.com/AjPHHe7.png 2019-01-04T20:42:15 < Ecco> I have an LCD panel connected to the bus 2019-01-04T20:42:19 < Ecco> not an actual memory 2019-01-04T20:42:40 < Ecco> What's very weird is that the first part of the write is correct because the LCD panels reacts properly 2019-01-04T20:43:20 < Ecco> when I want to send 16 bits, apparently 64 are sent 2019-01-04T20:43:30 < zyp> sure it's not 128? 2019-01-04T20:43:49 < Ecco> not positive 2019-01-04T20:44:12 < Ecco> -> If the LCD instruction is 16-bit long, then it works, because the correct instructions is sent first, then 3 garbage instructions 2019-01-04T20:44:20 < Ecco> -> if the instruction is longer, it doesn't work 2019-01-04T20:44:40 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-04T20:45:18 < zyp> I figure if cache is involved here, it might be flushing whole cache lines 2019-01-04T20:46:01 < zyp> if you have A0/A1 available, they would be interesting to see 2019-01-04T20:46:12 < Ecco> well I guess I could write it up 2019-01-04T20:47:51 < zyp> hmm, seems that cache lines are 256 bits, so that doesn't make all that much sense 2019-01-04T20:59:03 < englishman> wtf imgur remove image editing 2019-01-04T20:59:07 < englishman> *removed 2019-01-04T20:59:21 < englishman> il have to switch to laurenceb imagehost 2019-01-04T20:59:43 < emeb> jlcpcb order placed sun eve. arrived just now. 2019-01-04T20:59:49 < englishman> wow 2019-01-04T21:00:29 < emeb> standard processing, standard shipping. 2019-01-04T21:01:14 < emeb> granted their std shipping is DHL express which cost ~$17 - roughly the same as the fab cost. 2019-01-04T21:01:27 < englishman> that's still pretty cheap 2019-01-04T21:01:51 < englishman> i couldn't ride on an A330 for $17 2019-01-04T21:01:58 < qyx> last time I DHL'd something from china, it was stuck at customs for a week 2019-01-04T21:02:03 < emeb> Yeah. 5x ea of 3 different designs. 2019-01-04T21:06:44 < englishman> i paid much more than that in china for some 140mm wide designs with enig but the silkscreen still sucks dick so it kind of wasn't worth it 2019-01-04T21:07:15 < Steffanx> Standard shipping is dhl?! 2019-01-04T21:08:46 < bitmask> they have cheaper but its only very slightly cheaper and takes twice as long 2019-01-04T21:09:17 < bitmask> for me it was 13 for 8-14 day and 16 for 2-7 day or whatever it is 2019-01-04T21:09:24 < bitmask> dhl being $16 2019-01-04T21:11:36 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-04T21:17:58 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 245 seconds] 2019-01-04T21:18:06 < englishman> https://i.imgur.com/DIPdVt0.jpg 2019-01-04T21:25:55 -!- HighInBC [~highinbc@unaffiliated/chillum] has quit [Ping timeout: 250 seconds] 2019-01-04T21:34:33 < Steffanx> ty 2019-01-04T21:36:16 < catphish> anyone know where i should holiday in finland, want lakes and chill 2019-01-04T21:37:26 < Steffanx> i'd visit jpa- 2019-01-04T21:37:39 < Steffanx> dont you have lakes EVERYWHERE in finland? 2019-01-04T21:37:44 < qyx> karlp: after updating libopencm3 compilation fails with cannot open linker script file libopencm3_stm32f4.ld: No such file or directory 2019-01-04T21:37:57 < Steffanx> i was in lappeenranta once catphish . Pretty much lakes an chill. 2019-01-04T21:37:59 < Steffanx> and 2019-01-04T21:38:01 < catphish> yeah it does seem to be pretty much mostly lakes 2019-01-04T21:38:06 < qyx> did you remember some obvious change before I start digging? 2019-01-04T21:38:52 < Steffanx> and you can even take a train to St. Petersbrug if you want to catphish. 2019-01-04T21:38:57 < englishman> catphish, will you go to the rally of 1000 jumps https://moottoriurheilukauppa.fi/category/179 2019-01-04T21:39:00 < Steffanx> back in the time you could without visa iirc. 2019-01-04T21:39:18 < catphish> Steffanx: oh yeah, that's kinda cool 2019-01-04T21:39:36 -!- HighInBC [~highinbc@unaffiliated/chillum] has joined ##stm32 2019-01-04T21:42:38 -!- boB_K7IQ [~boBK7IQ@73.109.62.136] has joined ##stm32 2019-01-04T21:47:11 < jpa-> catphish: yeah, visit here in jyväskylä, plenty of lakes 2019-01-04T21:48:01 < qyx> recently I was browsing some .fi sites selling islands 2019-01-04T21:48:19 < qyx> you can get one for ~50keur 2019-01-04T21:48:25 < Steffanx> yay. 2019-01-04T21:48:35 < qyx> even less but they are hardly usable for anything 2019-01-04T21:48:49 < Steffanx> If you like camping... 2019-01-04T21:49:11 < qyx> thts not the problem 2019-01-04T21:49:17 < qyx> either there were no tress, rocks only 2019-01-04T21:49:21 < Steffanx> ah 2019-01-04T21:49:21 < qyx> or it was too flat 2019-01-04T21:49:33 < qyx> or a similar issue 2019-01-04T21:50:13 < qyx> I would fear that a moderate storm could wash everything away 2019-01-04T21:50:21 < Thorn> do you want an island with a mountain to build your castle on top of it? 2019-01-04T21:50:42 < Steffanx> Example code as an installer (exe) WTF are you doing infineon 2019-01-04T21:51:26 < Steffanx> oh lol. And after installing you get a directory with a zip. LOL 2019-01-04T21:51:56 < qyx> Thorn: no, something like this would suffice https://ak.picdn.net/offset/photos/5a720cda17fb156e48075f0b/medium/offset_655137.jpg 2019-01-04T21:52:13 < qyx> but as I say, being slightly higher 2019-01-04T21:52:19 < Thorn> Steffanx: try opening that exe with 7zip or winzip or something, it might work 2019-01-04T21:52:52 < qyx> islands like this are too flat http://i.imgur.com/PBM2Ii3.jpg 2019-01-04T21:53:07 < Steffanx> 7z cant do it Thorn 2019-01-04T21:53:21 < Steffanx> still pretty cool actually. 2019-01-04T21:53:32 < Steffanx> but i wouldnt like getting from and to my house with a boat. 2019-01-04T21:54:09 < qyx> you can always get a heli 2019-01-04T21:54:36 < Steffanx> Not sure if the fellow finnishers like that 2019-01-04T21:55:21 < englishman> qyx: you can put your arctic ocean secret spy base on one of those islands. https://www.nytimes.com/2018/10/31/world/europe/sakkiluoto-finland-russian-military.html 2019-01-04T21:55:38 < Thorn> musics https://www.youtube.com/watch?v=ClRHYnwjQrY 2019-01-04T21:57:08 < qyx> englishman: yeah I did see that 2019-01-04T21:59:24 < jpa-> https://goo.gl/maps/LEN6qcujsCU2 this tiny island near me is quite cute 2019-01-04T21:59:44 < qyx> karlp: nevermind, solved, cortex-m-generic 2019-01-04T21:59:51 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-04T21:59:53 < Steffanx> such 3d 2019-01-04T22:00:33 < qyx> wow 2019-01-04T22:05:24 < qyx> not everything is 3d 2019-01-04T22:08:48 < mawk> I'm writing a MRF24J40 test driver on linux, running on a RPi 2019-01-04T22:08:50 -!- boB_K7IQ [~boBK7IQ@73.109.62.136] has quit [Ping timeout: 250 seconds] 2019-01-04T22:09:07 < mawk> the chip has two SPI word size, the first is 8 bits, classical 2019-01-04T22:09:12 < mawk> the second is 12 bits 2019-01-04T22:09:16 < mawk> who designed that 2019-01-04T22:09:47 < qyx> did you remember words sizes in PIC? 2019-01-04T22:09:51 < qyx> *do 2019-01-04T22:10:41 < mawk> I never used PIC 2019-01-04T22:11:03 < mawk> they could've used right-aligned 16 bits and then be compatible with the rest of the world 2019-01-04T22:11:22 < mawk> maybe it's just the linux spi module that can't but the SPI peripheral on the SoC can 2019-01-04T22:12:04 < qyx> Program instructions vary in bit-count by family of PIC, and may be 12, 14, 16, or 24 bits long 2019-01-04T22:13:08 < mawk> yeah I said word size but it was just SPI word size 2019-01-04T22:13:16 < mawk> number of bits per half transfer 2019-01-04T22:13:20 < jpa-> mawk: the timing diagrams seem to show 24 bits in the transfer, even though part of it is "X" 2019-01-04T22:13:34 < jpa-> so basically just 3 bytes 2019-01-04T22:13:48 < mawk> yeah I guess I can do it like that 2019-01-04T22:13:56 < mawk> I was using two half-duplex transfers 2019-01-04T22:14:04 < mawk> good idea 2019-01-04T22:14:05 < mawk> thanks 2019-01-04T22:14:07 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-04T22:20:25 < mawk> but it's nonetheless ugly 2019-01-04T22:20:54 < jpa-> how so? 2019-01-04T22:21:06 < mawk> I'll have to send zeroes at the end of the tx buf, and put zeroes at the beggining of rx buf 2019-01-04T22:21:22 < jpa-> .. like you always do with spi? 2019-01-04T22:21:49 < mawk> I do it when I can't do it otherwisz 2019-01-04T22:22:07 < mawk> the linux spi device let's you do half-duplex transfers in turn 2019-01-04T22:22:13 < mawk> like god intended 2019-01-04T22:22:15 < jpa-> if you want to do it with half-duplex transfers, you can do a 2-byte send and 1-byte receive/send 2019-01-04T22:22:44 < jpa-> like the timing diagrams show, the X's are in the middle so that the last byte is aligned on a byte boundary 2019-01-04T22:23:08 < mawk> yeah 2019-01-04T22:23:10 < jpa-> but i'm pretty sure the half-duplex transfer just adds the zeros in the driver 2019-01-04T22:24:17 < mawk> yeah 2019-01-04T22:24:23 < mawk> I guess 2019-01-04T22:24:46 < mawk> should say it 2019-01-04T22:25:49 < jpa-> besides, two half-duplex transfers sounds like double the syscall overhead, which can be quite significant when the transfer itself is just microseconds 2019-01-04T22:26:30 < mawk> and it does, iirc 2019-01-04T22:35:52 < catphish> buying a cheap island would be nice, i'd want to build a simple cabin on it though, so washing away is no good :( 2019-01-04T22:36:02 < catphish> jpa-: i'll look up jyväskylä :) 2019-01-04T22:37:40 < englishman> you can do what the floridians do, and just buy a mobile home. then when it gets blasted by a hurricane, just get another 2019-01-04T22:38:16 < jpa-> if it's on a lake, it's not like you get particularly huge storms in finland 2019-01-04T22:43:55 < catphish> some pleasant places around there :) 2019-01-04T22:47:29 < catphish> this looks pleasant https://www.google.com/maps/@62.2652129,25.4485919,227a,35y,200.97h,44.95t/data=!3m1!1e3 2019-01-04T22:48:42 < qyx> how do people get electricity to those islans? do they lay cables under water? 2019-01-04T22:48:59 < catphish> probably 2019-01-04T22:49:32 < catphish> might move there one day, as long as i can install fiber :) 2019-01-04T22:50:00 < qyx> I would say theu own generators but I saw proper electrical boxes on some photos 2019-01-04T22:51:53 < catphish> makes sense to have both :) 2019-01-04T22:52:37 < qyx> true if there are copper-hungry aligators in finland 2019-01-04T23:07:28 -!- boB_K7IQ [~boBK7IQ@73.109.60.124] has joined ##stm32 2019-01-04T23:20:32 -!- Jybz [~jibz@ip-37-201-5-25.hsi13.unitymediagroup.de] has quit [Quit: Konversation terminated!] 2019-01-04T23:21:26 < mawk> jpa- if it was two syscalls I'd just use a single full-duplex with padding 2019-01-04T23:21:30 < mawk> I'm aiming for the most elegant 2019-01-04T23:21:49 < mawk> it's a single syscall, you specify a list of operations to do in a single chip selection 2019-01-04T23:21:58 < mawk> each operation can be half-duplex or full-duplex, you can wait between them, etc 2019-01-04T23:22:17 < mawk> you use some ioctl with a list of struct spi_ioc_transfer 2019-01-04T23:22:35 < mawk> akin to linux syscalls taking I/O vectors as parameters 2019-01-04T23:22:39 < mawk> readv, writev 2019-01-04T23:25:52 < mawk> I went with the bare-metal kernel interface because all the RPi libs look like having stupid interfaces 2019-01-04T23:26:19 < mawk> also it's the POSIX interface that's on the system I'm eventually targeting 2019-01-04T23:33:42 -!- boB_K7IQ [~boBK7IQ@73.109.60.124] has quit [Ping timeout: 250 seconds] 2019-01-04T23:34:44 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-04T23:47:00 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:ca0:b532:c615:50ca] has quit [Quit: Konversation terminated!] 2019-01-04T23:49:06 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 --- Day changed Sat Jan 05 2019 2019-01-05T00:04:58 -!- tjq [uid339161@gateway/web/irccloud.com/x-nizxfptmatexaefv] has joined ##stm32 2019-01-05T00:06:26 < karlp> aww man, totally bogus, opened up an old ipod mini to pull the microdrive out and see what the music was, but it's got a crazy proprietary conenctor 2019-01-05T00:06:34 < karlp> should have know better than expecting a stock microdrive 2019-01-05T00:08:26 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-05T00:13:04 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-05T00:13:30 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Client Quit] 2019-01-05T00:27:41 < Steffanx> Awh. Ipod with HDD. The good old times 2019-01-05T00:29:45 < tjq> Bogus 2019-01-05T00:31:52 < malinus> well it was another 10+ years before 512GB small sized affordable flash. Wait it still isn't a thing 2019-01-05T00:37:39 < Steffanx> 250 euro is affordable malinus.. 2019-01-05T00:38:05 < Steffanx> And its a lot smaller than the micro drive 2019-01-05T00:38:59 < malinus> and faster 2019-01-05T00:39:34 < malinus> at the time you didn't have any choice though. Unless you just wanted to have the same 10 songs 2019-01-05T00:40:10 < Steffanx> MP3 cd players were a thing too right? 2019-01-05T00:40:46 < BrainDamage> my car stereo is a mp3 cd player 2019-01-05T00:40:48 < tjq> And then throttle 2019-01-05T00:41:24 < Steffanx> Ive no clue if mine can do it. Never used the cd player 2019-01-05T00:41:41 < tjq> Dutch radio 2019-01-05T00:41:44 < BrainDamage> me neither 2019-01-05T00:41:58 < BrainDamage> but it's written on the plastic mask in big lettters 2019-01-05T00:42:01 < Steffanx> Oh nevermind. I have no cd player. I replaced the radio unit :D 2019-01-05T00:42:05 < BrainDamage> I've only ever used the aux in 2019-01-05T00:42:33 < tjq> Steffanx: did you replace with stroopwafel iron 2019-01-05T00:44:16 < Steffanx> No that would be a big fia(t)sco. 2019-01-05T00:45:04 < tjq> I’ll ask kasyan tv for a video about it 2019-01-05T00:45:11 < Steffanx> How about your vehicle tjq? 2019-01-05T00:45:34 < tjq> CD player and aux in 2019-01-05T00:45:49 < tjq> All vehicles have this right? 2019-01-05T00:46:08 < BrainDamage> no 2019-01-05T00:46:25 < BrainDamage> I've seen car stereos with cassette tapes and no aux 2019-01-05T00:46:47 < zyp> like every car from before cds were invented? 2019-01-05T00:46:54 < tjq> 8 track player 2019-01-05T00:47:00 < tjq> Lol 2019-01-05T00:47:15 < zyp> my old car originally had only a cassette tape player 2019-01-05T00:47:15 < BrainDamage> cds were invented in the 80s 2019-01-05T00:47:27 < Steffanx> Do you even own a 4-wheeled vehicle tjq? 2019-01-05T00:47:35 < BrainDamage> but until the early 2000s, there weren't popular in car stereos 2019-01-05T00:50:34 < upgrdman> i wish my 2005 toyota stereo was less basic. it can play cd's and that's about it. no aux in, no usb, no mp3 or dvd support, no bluetooth, etc. 2019-01-05T00:51:05 < tjq> Steffanx: not currently 2019-01-05T00:51:10 < Steffanx> But you own a cheap arse fm radio mp3 player right? 2019-01-05T00:51:15 < Steffanx> *transmitter 2019-01-05T00:51:25 < tjq> Me? 2019-01-05T00:51:31 < Steffanx> No me upgrdman 2019-01-05T00:51:34 < upgrdman> Steffanx, it's been years, but last time i tried an fm tx, the audio quality was shit 2019-01-05T00:51:35 < tjq> Oh 2019-01-05T00:51:49 < tjq> Also I could buy car tomorrow if I wanted to 2019-01-05T00:51:59 < Steffanx> Who are you btw, tjq. You are new? Whats your stm32 project? 2019-01-05T00:52:15 < upgrdman> my first mp3 player had fm tx... Neuros something. kinda miss it, but it was big and had meh battery life. 2019-01-05T00:52:34 < tjq> My stm32 project is sharc 2019-01-05T00:53:02 < bitmask> upgrdman does it have sat in? 2019-01-05T00:53:29 < upgrdman> oh wow, the memories. this was what i had back in the day http://www.laaudiofile.com/images/neurosIIf.jpg 2019-01-05T00:53:32 < upgrdman> bitmask, no 2019-01-05T00:53:41 < upgrdman> bitmask, am, fm, cd. that's it. nothing else. 2019-01-05T00:54:13 < Steffanx> What does it do, tjq? 2019-01-05T00:54:20 < bitmask> I added a usb port with mp3 playback, hd radio, bluetooth audio with an iSimple but that requires a satellite input 2019-01-05T00:54:56 < tjq> Steffanx: it bites 2019-01-05T00:55:08 < Steffanx> Sharcnado. 2019-01-05T00:55:22 < tjq> I came here to learn throttle 2019-01-05T00:55:45 < tjq> crt told me it was here 2019-01-05T00:56:01 < BrainDamage> upgrdman: you can buy cheap shit FM transmitters 2019-01-05T00:56:02 < tjq> Before hanging himself 2019-01-05T00:56:18 < BrainDamage> transmit to an empty band and tune from the cat stereo 2019-01-05T00:56:28 < upgrdman> BrainDamage, yes. but do they sound decent? last time i tried them, they sounded like ass 2019-01-05T00:56:48 < qyx> ass-128 2019-01-05T00:56:49 < BrainDamage> when I say cheap shit, I mean cheap shit 2019-01-05T00:57:02 < upgrdman> but muh FLAC 2019-01-05T00:57:10 < upgrdman> j/k, but ya, i want decent sound. 2019-01-05T00:57:20 < BrainDamage> replace the car stereo 2019-01-05T00:57:29 < BrainDamage> there's "universal" connectors 2019-01-05T00:57:36 < BrainDamage> you can replace even OEM dashboards 2019-01-05T00:57:48 < BrainDamage> you'll just get unsightly front panels 2019-01-05T00:58:19 < Steffanx> I replaces mine. It looks pretty much like the original panel 2019-01-05T00:58:22 < upgrdman> car isn't worth much now, heh. im tempted to just buy a new car. my car works fine, but is showing it age. paint is oxidized, seat upholstry is fraying, etc. 2019-01-05T00:58:23 < Steffanx> Replaced* 2019-01-05T00:58:29 < upgrdman> not worth pouring money into it :( 2019-01-05T00:58:36 < karlp> upgrdman: yeah, audio quality on an fm tx I had was apalling 2019-01-05T00:58:36 < Steffanx> It runs android now. 2019-01-05T00:58:39 < Steffanx> Yay. 2019-01-05T00:58:55 < karlp> I loved my old headunit that plaued mp3s on cds had a whole stack of ~7-10 albums per disc, super nice. 2019-01-05T01:01:59 < tjq> Imagine a world without arduino 2019-01-05T01:02:20 < BrainDamage> it was bound to happen 2019-01-05T01:02:37 < BrainDamage> if it wasn't arduino, it would've been something else later 2019-01-05T01:02:46 < tjq> Was testing if dong was awake 2019-01-05T01:02:59 < upgrdman> basic stamp 2 was a thing 2019-01-05T01:03:00 < tjq> :D 2019-01-05T01:03:07 < upgrdman> i had one before the arduino 2019-01-05T01:03:12 < tjq> Picaxe that was filth 2019-01-05T01:03:17 < Steffanx> Hahha 2019-01-05T01:03:19 < upgrdman> sucked ass, since you had to code in basic, but ya it worked i guess 2019-01-05T01:03:42 < Steffanx> Avr has bascom :) 2019-01-05T01:03:44 < englishman> lego dacta > lego mindstorms > * 2019-01-05T01:04:30 < Steffanx> Good day englishman 2019-01-05T01:04:46 < englishman> hi pops 2019-01-05T01:05:00 < englishman> i got a christmas card from belgium and thought it was from you 2019-01-05T01:05:05 < englishman> but alas, it was another chatter 2019-01-05T01:05:07 < Steffanx> Next time. 2019-01-05T01:05:14 < Steffanx> Ill try to not forget 2019-01-05T01:05:25 < tjq> I got a card from chinagirl 2019-01-05T01:05:33 < tjq> Not joking 2019-01-05T01:05:37 < Steffanx> Wut? 2019-01-05T01:05:42 < tjq> Yeah 2019-01-05T01:05:57 < tjq> All the chinagirls signed the card 2019-01-05T01:06:09 < Steffanx> you have a china girl? 2019-01-05T01:06:25 < tjq> Everyone does 2019-01-05T01:07:00 < specing> what 2019-01-05T01:07:02 < specing> pics 2019-01-05T01:07:13 < englishman> "happy holidays! please stop using LCSC. Sincerely, Chinababe" 2019-01-05T01:07:21 < tjq> Lol 2019-01-05T01:07:23 < Steffanx> catphish, wake up. 2019-01-05T01:07:33 < catphish> ahoyhoy 2019-01-05T01:08:01 < catphish> i'm not waking up unless someone can walk me through making my usb work 2019-01-05T01:08:07 < Steffanx> pass 2019-01-05T01:08:17 < catphish> Steffanx: did you want something? 2019-01-05T01:08:23 < tjq> Dr 2019-01-05T01:08:37 < BrainDamage> a couch to share intimate moments? 2019-01-05T01:08:52 < Steffanx> nah, if you dont understand its your loss, catphish 2019-01-05T01:09:40 < tjq> Boxing Day sales must have really fallen through. Still getting 5 emails a day 2019-01-05T01:09:51 < catphish> i have no idea what's going on 2019-01-05T01:10:10 < Steffanx> :P 2019-01-05T01:12:36 < tjq> 2019 2019-01-05T01:16:23 < englishman> 1) connect usb 2019-01-05T01:16:29 < englishman> 2) there is no 2, shit just works 2019-01-05T01:17:40 < BrainDamage> connect usb, negotiate isochronous transfer for low latency audio, see whole os to break down on missing samples 2019-01-05T01:17:50 < Steffanx> 1b) wrong way around mother fucker. Rotated connector. 2019-01-05T01:18:08 < Steffanx> *rotate 2019-01-05T01:18:22 < englishman> 1) connect ps/2 2019-01-05T01:18:25 < englishman> 2) boot computer 2019-01-05T01:20:44 < bitmask> sewing blows 2019-01-05T01:21:46 < Steffanx> dont you have a gf for that? 2019-01-05T01:22:27 < BrainDamage> get into cosplay as hobby, develop sewing skills 2019-01-05T01:22:48 < bitmask> she is doing most of it but I'm not gonna make her do everything 2019-01-05T01:23:12 < Steffanx> ah so there is still the gf :p 2019-01-05T01:23:18 < bitmask> spent $15 on a rayon/spandex blend :) 2019-01-05T01:23:27 < bitmask> of course :) 2019-01-05T01:23:35 < englishman> BrainDamage i ate a panettone 2019-01-05T01:23:48 < Steffanx> idk if that is "of course" since you raged a lot a while ago :P 2019-01-05T01:24:04 < BrainDamage> englishman: I hate them 2019-01-05T01:24:10 < englishman> same 2019-01-05T01:24:10 < BrainDamage> pandoro are so much better 2019-01-05T01:24:21 < bitmask> yea that was a bad time, i'm staying away from tha booze 2019-01-05T01:24:32 < tjq> did Laurence put on a show earlier 2019-01-05T01:24:51 < Steffanx> no 2019-01-05T01:25:36 < BrainDamage> englishman: https://en.wikipedia.org/wiki/Pandoro 2019-01-05T01:25:45 < BrainDamage> while not great, they are considerably better 2019-01-05T01:25:48 < englishman> imo if you are going to make sweet bread just make beer 2019-01-05T01:26:18 < englishman> i have enough frustra in my life tyvm 2019-01-05T01:26:40 < tjq> beer beer 2019-01-05T01:26:51 < zyp> I also need to get a sewing machine 2019-01-05T01:27:09 < tjq> hmm 2019-01-05T01:27:21 < Steffanx> uhm no? 2019-01-05T01:27:56 < BrainDamage> tbh I think the reason people eat them is just tradition 2019-01-05T01:28:14 < catphish> i just can't figure how how to get my usb up and running from the host side, i set up some stuff, nothing happens 2019-01-05T01:28:35 < zyp> apparently curtains only come in one length: «too fucking long so you can adjust them yourself to fit whatever» 2019-01-05T01:28:55 < Steffanx> did you turn it on catphish? 2019-01-05T01:29:05 < catphish> dunno, maybe 2019-01-05T01:29:23 < catphish> where's the power button 2019-01-05T01:29:30 < emeb> zyp: sewing machine is handy. someone who knows how to operate it is even better. 2019-01-05T01:30:00 < zyp> I used to know how, I hope I didn't forget 2019-01-05T01:30:02 < BrainDamage> it's not *that* hard 2019-01-05T01:30:06 < tjq> it's no longer legal to fly in slaveniggers 2019-01-05T01:30:14 < emeb> depends on what you're trying to do. 2019-01-05T01:30:34 < zyp> emeb, adjust the length of curtains 2019-01-05T01:31:01 < zyp> cut, fold, fold, sew, result largely depends on how accurate the folds are 2019-01-05T01:31:10 < emeb> zyp: same as hemming pants then. 2019-01-05T01:31:40 < zyp> yeah, I need to do that too 2019-01-05T01:32:20 < emeb> trick there is doing the hem stitch so it doesn't show from the outside. 2019-01-05T01:34:25 < ds2> fabric glue! 2019-01-05T01:34:59 < BrainDamage> just use cyanoacrylate 2019-01-05T01:35:03 < BrainDamage> on cotton it makes noxious vapours 2019-01-05T01:35:16 < BrainDamage> along an extremely exotermic reaction that can set on fire stuff 2019-01-05T01:36:07 < tjq> i'll brb 2019-01-05T01:36:24 < ds2> anyone ever figured a way to make a electrical connection to aluminum tape? 2019-01-05T01:37:28 < BrainDamage> sure, crimp it 2019-01-05T01:37:31 < upgrdman> ds2, a half-assed way might to be crimp a 0.1" contact onto it 2019-01-05T01:38:13 < BrainDamage> you can even solder it, BUT you'll need an HF based flux, something I don't recommend to breathe 2019-01-05T01:38:15 < ds2> that doesn't sound as half ass as using conductive epoxy or those carbon "conductive" glues 2019-01-05T01:38:34 < ds2> no HF. done the safety training, don't want to deal with it :D 2019-01-05T01:39:20 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-05T01:40:01 < tjq> HF sounds evil 2019-01-05T01:40:35 < BrainDamage> aluminium passivation layer is resistant to most acids 2019-01-05T01:40:55 < BrainDamage> not even HCl will strip it 2019-01-05T01:41:14 < BrainDamage> you either need a strong base, or a stronger oxidizer than oxygen 2019-01-05T01:42:32 < ds2> what's stronger then oxygen? 2019-01-05T01:42:37 < BrainDamage> fluorine 2019-01-05T01:42:45 < BrainDamage> hence HF 2019-01-05T01:42:50 -!- con3 [~kvirc@197.233.79.165] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-05T01:43:18 < ds2> is stronger oxidizer same as more electronegative? 2019-01-05T01:44:09 < tjq> is this the gear https://upload.wikimedia.org/wikipedia/commons/e/ef/Hydrogen_fluoride.JPG 2019-01-05T01:44:18 < emeb> why not use copper tape? 2019-01-05T01:44:21 < BrainDamage> in inorganic chemistry, yes, one implies the other 2019-01-05T01:44:48 < BrainDamage> tjq: at 40% it'll etch your lungs without even needing the soldering iron 2019-01-05T01:44:56 < tjq> hmmm tasty 2019-01-05T01:44:58 < ds2> $$$ trying to figure out the limits of my vinyl cutter and burnign through at roll of $1 alumimum tape is better then a $10 roll of copper tape 2019-01-05T01:45:10 < tjq> the Wikipedia told me they use it to make prozac 2019-01-05T01:45:12 < tjq> interesting lol 2019-01-05T01:45:22 < ds2> <--- very rusty with redox chem 2019-01-05T01:45:26 < ds2> :D 2019-01-05T01:46:02 < BrainDamage> if you can get your hands on https://en.wikipedia.org/wiki/Chlorine_trifluoride you can oxidize almost everything 2019-01-05T01:46:11 < BrainDamage> including water, sand, asbestos, and ash 2019-01-05T01:47:07 * ds2 looks to see what will contain that 2019-01-05T01:47:18 < emeb> googling for "aluminum soldering" gives some interesting results 2019-01-05T01:47:41 < emeb> seems like the solder and flux are not hard to get and not super nasty 2019-01-05T01:47:45 < BrainDamage> I've heard some insane people scratch it under a layer of oil, then try to solder it 2019-01-05T01:47:57 < tjq> mmm nuclear reprocessing 2019-01-05T01:48:10 < BrainDamage> emeb: what do they use as flux? 2019-01-05T01:48:24 < Steffanx> U-235 tjq 2019-01-05T01:48:31 < tjq> ah the good stuff? 2019-01-05T01:48:51 < tjq> send me a bit yeah? 2019-01-05T01:49:11 < emeb> BrainDamage: https://www.globalindustrial.com/p/tools/welding/soldering-brazing-kits/aluminum-solder-paste?infoParam.campaignId=T9F&gclid=Cj0KCQiApbzhBRDKARIsAIvZue9rSsWlaeEndsmJVfr9BEg1TzeqpIJgeekcm5aGbDAI3pAXAfsdOXsaApThEALw_wcB 2019-01-05T01:49:43 < ds2> that stuff doesn't eat glass 2019-01-05T01:50:54 < emeb> the msds has some odd stuff listed, but doesn't seem awful 2019-01-05T01:51:32 < ds2> awful as compared to what is found at a fab? :D 2019-01-05T01:51:39 < ds2> or a superfund site ? 2019-01-05T01:51:47 < emeb> awful as HF 2019-01-05T01:51:48 < BrainDamage> you might want a separate tip for that stuff 2019-01-05T01:51:55 < emeb> definitely 2019-01-05T01:52:07 < BrainDamage> otherwise looks ok 2019-01-05T01:54:05 < tjq> Steffanx: where did he go 2019-01-05T01:54:53 < Steffanx> who? 2019-01-05T01:55:55 < tjq> tectu 2019-01-05T01:56:02 -!- psprint [~psprint@91.245.82.2] has left ##stm32 ["WeeChat 2.3"] 2019-01-05T01:56:21 < Steffanx> dead 2019-01-05T01:56:40 < emeb> wat? 2019-01-05T01:56:53 < Steffanx> lolno 2019-01-05T01:57:11 < emeb> trolled 2019-01-05T01:57:13 < tjq> why did you kill him steffan? 2019-01-05T01:57:39 < BrainDamage> killed by a poisonous condom 2019-01-05T01:57:46 < tjq> https://www.youtube.com/watch?v=sUmb4EW2ORY 2019-01-05T01:57:47 < Steffanx> i cannot confirm nor deny with the secretary's approval 2019-01-05T01:57:53 < Steffanx> *without 2019-01-05T01:57:55 < Steffanx> damnit 2019-01-05T01:58:20 < emeb> "As always, should you or any of your Force be caught or killed, the Secretary will disavow any knowledge of your actions." 2019-01-05T01:58:47 < BrainDamage> hollywood has a fetish for the word disavow 2019-01-05T01:58:59 < emeb> It sounds very official 2019-01-05T01:59:54 < tjq> I would like to know if tectu is in steffan's freezer 2019-01-05T02:00:22 * emeb disavows Steffanx's freezer 2019-01-05T02:01:15 < tjq> fleck is still a suspect 2019-01-05T02:02:30 < bitmask> I'm late to the convo but I'm using silver glue for my project and it works pretty well 2019-01-05T02:02:56 < tjq> better late than never 2019-01-05T02:03:02 < bitmask> :) 2019-01-05T02:03:04 < tjq> rip tectu 2019-01-05T02:04:04 < englishman> rip tectu 2019-01-05T02:04:41 < Steffanx> i know about tectu's where abouts this week, but .. i cant tell :P 2019-01-05T02:04:54 < tjq> in your boot 2019-01-05T02:05:12 < tjq> then the river 2019-01-05T02:05:25 < englishman> having another visitor to the sex dungeon eh stefs 2019-01-05T02:05:33 < tjq> :} 2019-01-05T02:05:34 < Steffanx> almost. 2019-01-05T02:05:55 < Steffanx> but i was sick so we couldnt meet. 2019-01-05T02:05:58 < tjq> moord 2019-01-05T02:06:01 < englishman> maple syrup season is coming 2019-01-05T02:06:07 < tjq> \o/ 2019-01-05T02:06:28 < BrainDamage> maple syroup as a kink play toy? 2019-01-05T02:06:40 < Steffanx> sticky mess. meh. 2019-01-05T02:06:51 < BrainDamage> also, don't you have to wait for unfreezing season for the lymph to flow? 2019-01-05T02:06:55 < emeb> Canada's chance to shine 2019-01-05T02:07:14 < emeb> as long as the maple syrup rustlers don't interfere. 2019-01-05T02:07:33 < Steffanx> https://www.myrecipes.com/extracrispy/stroop-is-the-dutch-syrup-that-could-be-better-than-maple 2019-01-05T02:07:41 < englishman> yes brainz the forecast is for a mild and wet spring 2019-01-05T02:08:17 < englishman> syrups could be flowing early march 2019-01-05T02:08:42 < englishman> some of my products will be employed during the harvest 2019-01-05T02:08:51 < englishman> but they do not have stm32 inside so that is off topic :( 2019-01-05T02:09:05 < tjq> sharc? 2019-01-05T02:09:16 < BrainDamage> what do you monitor? 2019-01-05T02:09:44 < englishman> it's a gadget for affixing nipples to tubes 2019-01-05T02:09:53 < Steffanx> catphish, why you forgot about the offtopic card? 2019-01-05T02:09:59 < emeb> and there's the kinky bit 2019-01-05T02:10:09 < englishman> as the sap is sucked out at 30 inHg and everything needs to be attached and sealed 2019-01-05T02:10:36 < emeb> 30" is almost a hard vacuum, no? 2019-01-05T02:10:37 < Steffanx> its your kinky mind emeb. 2019-01-05T02:10:46 < catphish> Steffanx: oh, yeah, that, well, see, now it's late and i don't really care any more :) 2019-01-05T02:10:48 < englishman> yeah maybe not 30 but i know they were doing 22 and moved up 2019-01-05T02:10:59 < catphish> maybe tomorrow 2019-01-05T02:11:10 < BrainDamage> 30inHg is 1 atm 2019-01-05T02:11:16 < Steffanx> i called you in before, but you didnt get it catphish :P 2019-01-05T02:11:19 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-05T02:11:28 < catphish> yeh, it was late then too 2019-01-05T02:11:32 < catphish> my loss 2019-01-05T02:11:34 < Steffanx> awh 2019-01-05T02:11:47 < Steffanx> not really, mr s pecing just joined the conversation :P 2019-01-05T02:12:26 < catphish> i just realised the reason my usb doesn't work is probably because i'm trying to use usb 1 without first setting up usb 2.0, i think the relationship might be the reverse of what i thought it was 2019-01-05T02:13:03 < catphish> so now i have to learn EHCI and i hope everyone dies 2019-01-05T02:13:13 -!- con3 [~kvirc@197.233.79.165] has joined ##stm32 2019-01-05T02:14:00 < englishman> oh wow it really is 29.9" now 2019-01-05T02:14:07 < Steffanx> should try http://suicidemachine.org/ catphish 2019-01-05T02:14:56 < kakimir> https://www.youtube.com/watch?v=uLprfbmpnNU try this 2019-01-05T02:15:20 < tjq> https://upload.wikimedia.org/wikipedia/commons/c/c2/Uluru%2C_helicopter_view%2C_cropped.jpg 2019-01-05T02:15:23 < tjq> muh heritage 2019-01-05T02:15:29 < englishman> https://www.youtube.com/watch?v=9TTWOgQc1B4 2019-01-05T02:15:41 < kakimir> tjq: not photoshopped 2019-01-05T02:15:57 < englishman> not-ayers-rock-anymore 2019-01-05T02:16:06 < englishman> ubuntu rock 2019-01-05T02:16:08 < Steffanx> where did that thing come from tjq? 2019-01-05T02:16:18 < kakimir> australia has a big fucking rock 2019-01-05T02:16:59 < BrainDamage> I would go on it merely because it insults some tribes' creed 2019-01-05T02:17:00 < tjq> and that's about all there is 2019-01-05T02:17:18 < tjq> BrainDamage: I hope its a future test site for a 60 megaton hydrogen bomb 2019-01-05T02:17:57 < BrainDamage> do you have to hate everything australian? 2019-01-05T02:18:23 < englishman> it's a pile of sand literally in the middle of nowhere 2019-01-05T02:18:37 < englishman> it's like a 5 day trip 2019-01-05T02:19:05 < BrainDamage> idk, hating things takes effors 2019-01-05T02:19:13 < englishman> i think there are better places to go 2019-01-05T02:19:16 < englishman> liek starbucks 2019-01-05T02:19:19 < BrainDamage> pile of sand in the mid of nowhere is barely relevant to my life 2019-01-05T02:19:38 < tjq> BrainDamage: yes I do 2019-01-05T02:19:46 < Steffanx> i hate steven. 2019-01-05T02:20:03 < Steffanx> the twat 2019-01-05T02:20:18 < tjq> steven died 2019-01-05T02:22:37 < tjq> poison kanjers 2019-01-05T02:24:32 < Steffanx> ill ship some more 2019-01-05T02:27:41 < tjq> didn't he want some wooden shoes? 2019-01-05T02:28:53 < Steffanx> not anymore 2019-01-05T02:29:16 < tjq> shame he had to die 2019-01-05T02:31:01 < karlp> catphish: heh, I was a little curious why you wanted ohci :) 2019-01-05T02:31:54 < catphish> karlp: i do need ohci, afaik it's the only way to talk to usb 1 devices 2019-01-05T02:32:14 < catphish> but i think i need to layer it on top of ehci 2019-01-05T02:36:35 < kakimir> did you like my musics? 2019-01-05T02:41:02 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-05T02:41:47 < Steffanx> n 2019-01-05T02:44:02 < tjq> did anyone say yes? 2019-01-05T02:44:21 < englishman> kaks i ordered stuff from varusteleka again 2019-01-05T02:48:10 < kakimir> I should buy new hoodie from there 2019-01-05T02:48:15 < tjq> lcsc don't have my bits 2019-01-05T02:48:24 < kakimir> one that costs >100eurs and is worth every penny 2019-01-05T02:48:33 < kakimir> made of furry animals 2019-01-05T02:49:07 < Steffanx> is it pink? 2019-01-05T02:49:44 < Steffanx> and fluffy 2019-01-05T02:49:47 < kakimir> black. 2019-01-05T02:50:32 < kakimir> https://www.varusteleka.com/en/product/sarma-merino-wool-hoodie/30651 2019-01-05T02:50:42 < kakimir> actually I would thake oxblood 2019-01-05T02:54:11 < kakimir> last one started wear out it's color and it had epoxy on it and finally I torn it in washing machine 2019-01-05T02:54:40 < kakimir> no wait - the zipper failed first 2019-01-05T02:56:01 < kakimir> every good shirt I have eventually will have epoxy on it 2019-01-05T03:07:16 < Steffanx> what kakimir actually needs https://www.thaly.nl/wp-content/uploads/2016/08/overalls-non-woven-algemeen.jpg 2019-01-05T03:07:33 < tjq> a man and his dog 2019-01-05T03:08:04 < Steffanx> or perhaps https://boerenbond.nl/media/catalog/product/cache/image/560x560/e9c3970ab036de70892d86c6d221abfe/M/8/M8713042000540.jpg 2019-01-05T03:12:37 < englishman> I have that hoodie kaks 2019-01-05T03:12:57 < englishman> it's really nice in summer 2019-01-05T03:23:28 < kakimir> for winter you use polar bear fur? 2019-01-05T03:23:59 < Steffanx> In the winter you dont go outside. 2019-01-05T03:29:57 -!- con3 [~kvirc@197.233.79.165] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-05T03:30:23 < tjq> ty 2019-01-05T03:31:45 < tjq> https://images.encyclopediadramatica.rs/0/0a/Kkklol.png 2019-01-05T03:33:31 -!- boB_K7IQ [~boBK7IQ@73.109.63.64] has joined ##stm32 2019-01-05T03:35:20 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has joined ##stm32 2019-01-05T03:44:09 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has joined ##stm32 2019-01-05T03:44:12 < Laurenceb_123> sup 2019-01-05T03:47:24 < tjq> hi 2019-01-05T03:47:27 -!- boB_K7IQ [~boBK7IQ@73.109.63.64] has quit [Ping timeout: 258 seconds] 2019-01-05T03:47:35 < tjq> I was hoping you'd share the latest news 2019-01-05T03:48:01 < Laurenceb_123> on emdrive? 2019-01-05T03:48:13 < tjq> sure that'll do 2019-01-05T03:48:22 < Laurenceb_123> https://www.researchgate.net/publication/329754104_Propellant-less_Propulsion_from_Quantised_Inertia 2019-01-05T03:48:23 < tjq> and eestor 2019-01-05T03:48:29 < Laurenceb_123> kek eestor 2019-01-05T03:48:45 -!- boB_K7IQ [~boBK7IQ@73.109.63.64] has joined ##stm32 2019-01-05T03:48:50 < Laurenceb_123> u are even more of an autist troll than I am, I'd forgotten that that clusterfuck existed 2019-01-05T03:49:41 < Laurenceb_123> someone needs to send Kieran some gunz so he can shoot up UVA 2019-01-05T03:52:15 -!- cnt [uid317556@gateway/web/irccloud.com/x-yuvvqoabewspijnc] has joined ##stm32 2019-01-05T03:53:17 -!- boB_K7IQ [~boBK7IQ@73.109.63.64] has quit [Ping timeout: 250 seconds] 2019-01-05T03:53:17 < tjq> Guns you say 2019-01-05T03:54:00 < Laurenceb_123> ikr I'm in bongland 2019-01-05T03:54:10 < tjq> I can’t buy them 2019-01-05T03:54:29 < tjq> The police asked me for a lawful reason 2019-01-05T03:54:30 < Laurenceb_123> gunz will protect me from da police *gets shot for jaywalking* 2019-01-05T03:54:45 < tjq> I said killing the rest of the abos 2019-01-05T03:54:54 < tjq> Didn’t go down well sir 2019-01-05T03:54:54 < Laurenceb_123> kek I knew this was crt 2019-01-05T03:55:10 < tjq> Who didn’t 2019-01-05T03:55:21 < Laurenceb_123> oh shit 2019-01-05T03:55:33 < Laurenceb_123> I just realised what tjq stands for, my sides 2019-01-05T03:55:46 < tjq> Hahahahahaha 2019-01-05T03:57:41 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has quit [Quit: Leaving] 2019-01-05T03:57:54 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has joined ##stm32 2019-01-05T04:00:40 < Laurenceb_123> >ppl get "papers" on emdrive published 2019-01-05T04:00:48 < Laurenceb_123> the absolute state of pier review 2019-01-05T04:02:30 -!- Flea86 [~WeChat@c27-253-35-57.thoms4.vic.optusnet.com.au] has joined ##stm32 2019-01-05T04:04:45 < tjq> Yeah it’s kinda sad 2019-01-05T04:04:53 -!- boB_K7IQ [~boBK7IQ@73.109.63.40] has joined ##stm32 2019-01-05T04:05:12 < tjq> Hi Flea86 2019-01-05T04:05:50 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has quit [Ping timeout: 250 seconds] 2019-01-05T04:08:54 < ds2> @!#$@!#@!@# I HATE JAVA APP WRITERS 2019-01-05T04:09:06 < tjq> only just now? 2019-01-05T04:11:28 -!- boB_K7IQ [~boBK7IQ@73.109.63.40] has quit [Ping timeout: 250 seconds] 2019-01-05T04:11:34 < Flea86> tjq: Hey 2019-01-05T04:11:47 < ds2> every single damn app wants their own build tools 2019-01-05T04:12:06 < ds2> and it is all encouraged by the POS known as gradle 2019-01-05T04:16:23 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has left ##stm32 [] 2019-01-05T04:20:13 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-05T04:26:29 -!- boB_K7IQ [~boBK7IQ@73.109.63.105] has joined ##stm32 2019-01-05T04:37:17 -!- boB_K7IQ [~boBK7IQ@73.109.63.105] has quit [Ping timeout: 244 seconds] 2019-01-05T04:38:42 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-05T05:50:09 -!- dunnousernamefn [~dunnouser@ool-43523ad8.dyn.optonline.net] has joined ##stm32 2019-01-05T05:51:32 < dunnousernamefn> Hey, so I'm trying to use STM32CubeMX with a makefile and it is absolutely terrible... the HAL either gives multiple definitions of every function or there is an undefined reference to that function... what should I do? 2019-01-05T05:51:48 < dunnousernamefn> It also couldn't find CC initially 2019-01-05T05:53:24 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-05T05:53:27 < dunnousernamefn> oh, this stupid thing is compiling every .o in twice when it tries to link... ? 2019-01-05T05:54:43 < dunnousernamefn> lol ok I just compiled it manually and it fixed. For some reason it compiles the same files twice and fails 2019-01-05T06:04:53 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has quit [Read error: Connection reset by peer] 2019-01-05T06:06:50 -!- fc5dc9d4 [~quassel@p5B0812BC.dip0.t-ipconnect.de] has joined ##stm32 2019-01-05T06:10:47 -!- cnt [uid317556@gateway/web/irccloud.com/x-yuvvqoabewspijnc] has quit [Quit: Connection closed for inactivity] 2019-01-05T06:11:12 -!- fc5dc9d4_ [~quassel@p5B081FFE.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 2019-01-05T06:33:30 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2019-01-05T06:33:40 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-05T06:48:20 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2019-01-05T07:03:21 -!- dan2wik [dan2wik@hellomouse.net] has joined ##stm32 2019-01-05T07:03:21 -!- dan2wik [dan2wik@hellomouse.net] has quit [Changing host] 2019-01-05T07:03:21 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has joined ##stm32 2019-01-05T07:05:22 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-05T07:09:05 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 258 seconds] 2019-01-05T07:09:05 -!- day__ is now known as day 2019-01-05T07:33:27 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2019-01-05T07:34:40 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-05T07:38:35 < dongs> https://blog.keyboard.io/post/181333242149/december-2018-a-startling-discovery this was a funny read 2019-01-05T07:38:48 < dongs> retweeted to chinagirl for some english practice 2019-01-05T08:08:19 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-05T08:14:42 -!- tjq [uid339161@gateway/web/irccloud.com/x-nizxfptmatexaefv] has quit [Quit: Connection closed for inactivity] 2019-01-05T08:38:02 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-05T09:06:27 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-05T09:06:39 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-05T09:54:38 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-05T09:57:45 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 258 seconds] 2019-01-05T09:57:45 -!- [1]MrMobius is now known as MrMobius 2019-01-05T09:59:06 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-05T10:02:21 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 258 seconds] 2019-01-05T10:02:21 -!- [1]MrMobius is now known as MrMobius 2019-01-05T10:03:34 -!- tjq [uid339161@gateway/web/irccloud.com/x-jrrgnbbhqusgyqft] has joined ##stm32 2019-01-05T10:19:53 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-05T10:25:49 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-05T10:26:35 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Client Quit] 2019-01-05T11:02:08 < Flea86> Cracki: Nice kitty @ 1:23 2019-01-05T11:29:52 < marble_visions> dongs: jesus christ what a horror story 2019-01-05T11:31:00 < marble_visions> i wonder if such cases shouldn't be followed through for maximum penalty, as an example to other aspiring scammers 2019-01-05T11:31:09 < marble_visions> life in prison sounds like a good deterrent 2019-01-05T11:40:41 < Steffanx> Haha chinagirl. Nice read indeed dongs 2019-01-05T11:48:05 < jadew> that's long 2019-01-05T11:48:17 < jadew> what was the conclusion, did they get their money back, or not? 2019-01-05T11:58:43 < rajkosto> its wankery keyboards anyway 2019-01-05T12:00:56 < jadew> https://www.rt.com/usa/448058-dark-overlord-leaks-11-september/ 2019-01-05T12:01:24 < jadew> https://www.ccn.com/bitcoin-ransom-hacker-group-releases-layer-1-of-damaging-9-11-papers/ 2019-01-05T12:11:11 < Steffanx> I yet have to read something more concrete 2019-01-05T12:11:20 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Quit: Meh] 2019-01-05T12:11:35 -!- Steffanx [~steffanx@unaffiliated/steffanx] has joined ##stm32 2019-01-05T12:15:14 < jadew> apparently nothing interesting in the documents that were released now 2019-01-05T12:16:19 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:f5b8:6b2:5478:5b52] has joined ##stm32 2019-01-05T12:16:24 < jadew> if they really have something, they'll get killed and then the released information will be more garbage 2019-01-05T12:18:19 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Quit: Meh] 2019-01-05T12:18:35 < tjq> steffan killed crt 2019-01-05T12:20:32 < tjq> that article was long 2019-01-05T12:25:26 -!- Steffanx [~steffanx@unaffiliated/steffanx] has joined ##stm32 2019-01-05T12:29:57 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-05T12:49:46 < specing> Huh, there are 64-bit mcus? 2019-01-05T12:49:51 < jadew> https://www.digitimes.com/news/a20190104PD206.html 2019-01-05T12:50:03 < specing> cortex-M23, M33, M35P 2019-01-05T12:50:22 < jadew> are those new? 2019-01-05T12:51:12 < jadew> where did you see the 64-bit thing? 2019-01-05T12:51:37 < jadew> "The ARMv8-M architecture is a 32-bit architecture." 2019-01-05T12:51:49 < zyp> v8m is not 64-bit 2019-01-05T12:52:30 < zyp> armv8 is 64-bit, but v8m didn't get those parts 2019-01-05T12:53:37 < specing> jadew: https://en.wikipedia.org/wiki/ARM_Cortex-M#Instruction_sets 2019-01-05T12:54:15 < specing> I'm trying to hunt down what the "negs" instruction is, which is generated by gcc for stm32f072, but the programming manual does not mention it 2019-01-05T12:54:30 < specing> 8000208: 4264 negs r4, r4 2019-01-05T12:54:46 < specing> Does gcc/gas rename some instructions? 2019-01-05T12:55:47 < jadew> maybe it's this? http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0489h/CJAEDJHJ.html 2019-01-05T12:56:03 < jadew> no, this: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0802b/NEGS_SUBS_addsub_shift.html 2019-01-05T12:56:20 < jpa-> http://shell-storm.org/online/Online-Assembler-and-Disassembler/?opcodes=4264&arch=arm-t&endianness=big#disassembly says rsbs r4, r4, #0 2019-01-05T12:57:03 < jpa-> so yeah, jadew's first link with the pseudo-instruction 2019-01-05T12:57:09 < jpa-> it says it assembles to rsbs 2019-01-05T12:57:16 < specing> the programming manual for stm32f0 does not include it 2019-01-05T12:57:27 < specing> oh I already said that, nvm 2019-01-05T13:07:11 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-05T13:16:07 -!- Jybz [~jibz@ip-37-201-5-25.hsi13.unitymediagroup.de] has joined ##stm32 2019-01-05T13:32:03 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-05T13:43:28 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 250 seconds] 2019-01-05T13:43:47 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-05T14:11:24 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-05T15:03:40 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-05T15:05:14 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-05T15:05:56 -!- Flea86 [~WeChat@c27-253-35-57.thoms4.vic.optusnet.com.au] has quit [Quit: Goodbye and thanks for all the dirty sand ;-)] 2019-01-05T15:07:03 -!- con3 [~kvirc@197.233.9.235] has joined ##stm32 2019-01-05T15:24:56 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-05T15:27:36 < Steffanx> hows your temperature/data logger jadew ? :P 2019-01-05T15:27:51 < Steffanx> I just got reminded you were going to do one. 2019-01-05T15:31:32 < jadew> hehe, didn't get to it yet 2019-01-05T15:34:38 < jadew> I've been working on something for a couple of years already, (on and off) and I'm close to finishing it 2019-01-05T15:39:34 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-05T16:08:14 < jadew> but the closer I get, the more I feel like doing something else, like I don't want to finish it or something 2019-01-05T16:10:34 < jadew> some say it's fear of success, but I think it's really fear of failure 2019-01-05T16:10:48 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Bye!] 2019-01-05T16:11:26 < tjq> 🐈 2019-01-05T16:12:40 < jadew> tjq, can't tell what that character is 2019-01-05T16:14:21 < tjq> A cat 2019-01-05T16:20:00 < srk> aww! 2019-01-05T16:22:14 -!- con3 [~kvirc@197.233.9.235] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-05T16:38:20 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2019-01-05T16:44:27 -!- kuldeep_ [~kuldeepdh@45.252.183.53] has joined ##stm32 2019-01-05T16:45:44 -!- kuldeep_ [~kuldeepdh@45.252.183.53] has quit [Remote host closed the connection] 2019-01-05T16:46:02 -!- kuldeep_ [~kuldeepdh@unaffiliated/kuldeepdhaka] has joined ##stm32 2019-01-05T16:46:06 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Remote host closed the connection] 2019-01-05T16:46:24 -!- kuldeep_ is now known as kuldeep 2019-01-05T16:48:18 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has joined ##stm32 2019-01-05T16:49:39 < Laurenceb_123> suppppp 2019-01-05T16:57:04 < Laurenceb_123> which one r u ? http://oi63.tinypic.com/2gt6s01.jpg 2019-01-05T17:00:41 < englishman> nice read dongs 2019-01-05T17:03:11 < Laurenceb_123> sheeet reloading da page and I get shitposted with weird shit 2019-01-05T17:03:17 < Laurenceb_123> ur right 2019-01-05T17:05:12 -!- con3 [~kvirc@197.233.9.235] has joined ##stm32 2019-01-05T17:06:55 < Laurenceb_123> kek wtf 2019-01-05T17:07:39 < Laurenceb_123> >using coinbase 2019-01-05T17:07:48 < Laurenceb_123> even I'm not that dumb 2019-01-05T17:11:08 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2019-01-05T17:11:47 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2019-01-05T17:16:12 < Steffanx> tomeaton17, what brings you here today? 2019-01-05T17:17:04 < tomeaton17> Steffanx: just booted up my irc client 2019-01-05T17:17:15 < Laurenceb_123> https://mobile.twitter.com/pottermore/status/1081242428105998336 2019-01-05T17:17:37 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-05T17:17:58 < tomeaton17> I'm having to move to PICs unfortunately 2019-01-05T17:18:03 < Steffanx> No. 2019-01-05T17:18:07 < Steffanx> You dont 2019-01-05T17:18:54 < englishman> noone "has" to use PIC 2019-01-05T17:19:29 < Laurenceb_123> ewww pic 2019-01-05T17:19:55 < tomeaton17> not for personal stuff but for uni project its required 2019-01-05T17:20:05 < specing> what 2019-01-05T17:20:06 < specing> why 2019-01-05T17:20:29 < tomeaton17> idk 2019-01-05T17:20:53 < tomeaton17> I can use what I want in 3rd year but not 2nd 2019-01-05T17:21:01 < englishman> if you make an legit argument to your profs about how much pic sucks cock they might be impressed and let you use better shit and give you a grade bump 2019-01-05T17:21:16 < englishman> or they could be dicks. either way 2019-01-05T17:21:29 < Steffanx> What pic is it me tomeaton17 2019-01-05T17:21:32 < Steffanx> Dspic? 2019-01-05T17:22:30 < Steffanx> Xmega. 2019-01-05T17:22:33 < specing> arms are not too complex 2019-01-05T17:22:44 < marble_visions> i can think of only two academic arguments for PICs 2019-01-05T17:22:56 < specing> the only difference with atmega is that you have to enable peripheral clocks and interrupt in NVIC 2019-01-05T17:23:05 < specing> at least for cortex-m0 2019-01-05T17:23:21 < specing> and PICs are awful due to paging 2019-01-05T17:23:35 < tomeaton17> the pic18 2019-01-05T17:23:44 < Steffanx> In assembly? 2019-01-05T17:23:51 < englishman> write your program directly in binary opcodes and submit that. tell them you are making it hard for them to grade because they are making it hard to develop 2019-01-05T17:23:53 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-05T17:24:00 < Steffanx> W-register 4 ever \O/ 2019-01-05T17:24:04 < specing> Lol englishman 2019-01-05T17:24:35 < marble_visions> tomeaton17: show us your course 2019-01-05T17:24:37 < Thorn> stm8 > *8 2019-01-05T17:24:39 < marble_visions> if it's public 2019-01-05T17:25:53 < tomeaton17> yeah asm 2019-01-05T17:26:30 < tomeaton17> dont think its public 2019-01-05T17:26:37 < tomeaton17> but I go to uni of manchester 2019-01-05T17:27:41 < jadew> given how the university is supposed to prepare you for life and how a lot of legacy shit is running PICs... maybe that's why 2019-01-05T17:28:01 < jadew> it's like learning C, when the world has C++ 2019-01-05T17:28:06 < Steffanx> Thats not what a uni is for. 2019-01-05T17:28:45 < jadew> I don't know what it's for... I quit 2019-01-05T17:29:42 < tomeaton17> I like the course but its way too tailored towards NI stuff who sponsor a lot of it 2019-01-05T17:30:00 < specing> jadew: as if C++ were good 2019-01-05T17:30:42 < marble_visions> tomeaton17: are you in cs or ee? cs alumni here :) 2019-01-05T17:30:43 < jadew> specing, I was only trolling, but yeah, it is 2019-01-05T17:30:56 < specing> jadew: it is not good 2019-01-05T17:31:06 < tomeaton17> marble_visions: eee 2019-01-05T17:31:14 < jadew> specing, you'll have to be more specific than that 2019-01-05T17:31:29 < specing> jadew: it inherits all the bad things from C 2019-01-05T17:31:29 < jadew> you're attacking the language of choice for everything awesome 2019-01-05T17:31:36 < tomeaton17> make a basic calculator 2019-01-05T17:31:47 < tomeaton17> so basically just leds 2019-01-05T17:32:03 < specing> jadew: that is C++'s greatest weakness, it embeds C 2019-01-05T17:32:15 < jadew> specing, well, it's relatively backwards compatible with C, so... it inherits a lot 2019-01-05T17:32:16 < specing> and on microcontrollers C++ is often just "C with classes" 2019-01-05T17:32:44 < jadew> C with classes is better than C 2019-01-05T17:33:16 < marble_visions> ah, eee. well, good luck anyway 2019-01-05T17:34:20 < tomeaton17> is labview actually used alot in industry 2019-01-05T17:34:21 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 244 seconds] 2019-01-05T17:39:09 < Thorn> http://www.ni.com/video/598/en/ 2019-01-05T17:39:29 < Thorn> this page tells you even more about them than they intended lol 2019-01-05T17:39:41 < Laurenceb_123> https://i.postimg.cc/2ygLYTKj/df7c51630b0d00e015079eb375e5a945724226ace4d6b14708835a37f933c739.png 2019-01-05T17:39:45 < Thorn> >Requires Adobe Flash 2019-01-05T17:46:00 -!- kuldeep_ [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2019-01-05T17:46:06 < specing> Where do I look for fet drivers for switching applications? 2019-01-05T17:46:11 < specing> SMPS* 2019-01-05T17:46:34 < specing> stm has an appnote for a buck-boost, but they just assemble their own with discrete components 2019-01-05T17:47:09 < specing> I'm open for fets, too :) Even more so if they have integrated drivers 2019-01-05T17:48:08 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-05T17:48:29 < specing> and I'm guessing I'd have paid much more for the discrete components in stm's fet drivers than if I just bought a purpose made driver 2019-01-05T17:48:38 < specing> Cracki: controller = stm32 2019-01-05T17:50:43 < kakimir> https://drive.google.com/file/d/1Tgrk_Gcc2H-kIFx866fQa3Mvh7KWEsKK/view?usp=sharing 2019-01-05T17:51:22 < specing> Cracki: yeah. I'd like to start with 15W / 5A max, so not too much 2019-01-05T17:51:44 < specing> basically I want to play with SMPS, which means I need more flexibility than dedicated SMPS chips can provide 2019-01-05T17:52:28 < specing> well, the stm32 can certainly drive one, but problem is that it would take too long to overcome gate capacitance I guess 2019-01-05T17:52:53 < specing> admittedly I have no actually done any calculations 2019-01-05T17:52:56 < specing> not* 2019-01-05T17:53:06 < specing> yet 2019-01-05T17:54:13 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-05T17:57:15 < Thorn> yeah but you never really know what the source impedance of the MCU is 2019-01-05T17:57:15 -!- kuldeep [~kuldeepdh@unaffiliated/kuldeepdhaka] has quit [Read error: Connection reset by peer] 2019-01-05T17:59:07 -!- kuldeep_ [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Remote host closed the connection] 2019-01-05T17:59:41 < Thorn> I've seen it on my scope 2019-01-05T18:00:57 < specing> stm has AN4449 describing the buck-boost on 3348 disco and the 3348 disco has the schematics for it 2019-01-05T18:05:41 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2019-01-05T18:19:02 < specing> Apparently Microchip makes fet drivers. I'll see if they have any PIC SMPS ANs 2019-01-05T18:24:58 < Thorn> because microchip drivers are incompatible with stm32 2019-01-05T18:30:16 < specing> ? :O 2019-01-05T18:30:47 < specing> those ANs should contain schematics and other part numbers... 2019-01-05T18:31:01 -!- con3 [~kvirc@197.233.9.235] has quit [Ping timeout: 252 seconds] 2019-01-05T18:31:44 -!- tjq [uid339161@gateway/web/irccloud.com/x-jrrgnbbhqusgyqft] has quit [Quit: Connection closed for inactivity] 2019-01-05T18:32:14 -!- con3 [~kvirc@197.233.9.235] has joined ##stm32 2019-01-05T18:36:14 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-05T19:22:43 -!- con3 [~kvirc@197.233.9.235] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-05T19:41:56 -!- con3 [~kvirc@197.233.175.196] has joined ##stm32 2019-01-05T19:41:59 -!- con3 [~kvirc@197.233.175.196] has quit [Client Quit] 2019-01-05T19:42:16 -!- con3 [~kvirc@197.233.175.196] has joined ##stm32 2019-01-05T20:07:54 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2019-01-05T20:16:20 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Ping timeout: 272 seconds] 2019-01-05T20:23:52 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has quit [Ping timeout: 250 seconds] 2019-01-05T20:25:22 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-05T20:25:51 < bitmask> ugh, trying to organize my hard drive and I have a 10GB folder of unorganized pics from projects and other random shit 2019-01-05T20:26:23 < bitmask> all pics in the root folder, most with numbered filenames from camera 2019-01-05T20:31:07 < bitmask> yea I think that will do 2019-01-05T20:31:50 < bitmask> I wanted to go through and delete shitty pics because half the time I take a few pics of the same thing to choose the best later 2019-01-05T20:31:58 < bitmask> but I may just organize it now and go through some other time 2019-01-05T20:32:33 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-05T20:34:48 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-05T20:37:27 -!- Frans-Willem [~quassel@5ED252C3.cm-7-3b.dynamic.ziggo.nl] has quit [Ping timeout: 240 seconds] 2019-01-05T20:41:12 -!- Frans-Willem [~quassel@5ED252C3.cm-7-3b.dynamic.ziggo.nl] has joined ##stm32 2019-01-05T21:33:06 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 268 seconds] 2019-01-05T21:39:32 -!- tjq [uid339161@gateway/web/irccloud.com/x-wyfaqdeveakyhyaf] has joined ##stm32 2019-01-05T21:40:12 < tjq> Anime is a prime example of why two nukes wasn't enough 2019-01-05T21:43:45 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-05T21:47:14 < veverak> lol 2019-01-05T21:56:07 < malinus> two nukes is what causes stuff like that tjq 2019-01-05T21:57:17 < veverak> I sense the you consider anime a bad thing 2019-01-05T21:59:17 < Steffanx> no, he actually loves it, but he doesnt want ##stm32 to know that. 2019-01-05T21:59:51 < veverak> I see 2019-01-05T22:04:46 < mawk> my software for editing heating curves on my ecig is in °F 2019-01-05T22:04:55 < mawk> I'm burning my ecig now 2019-01-05T22:04:59 < Steffanx> > ecig 2019-01-05T22:05:20 < mawk> :( 2019-01-05T22:05:34 < Steffanx> Thats one of those other things you shouldn't say out loud in ##stm32 2019-01-05T22:05:47 < MrMobius> F = freedom units 2019-01-05T22:07:00 < Steffanx> and suddenly MrMobius is a yankee again 2019-01-05T22:08:07 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-05T22:09:10 < mawk> I did 33k puffs on my ecig, according to the stats 2019-01-05T22:09:29 < mawk> for a total of around 5 hours 2019-01-05T22:09:48 < mawk> I spent 5 hours inhaling nicotinated smoke 2019-01-05T22:09:51 < mawk> and I'm still alive 2019-01-05T22:09:56 < Steffanx> are you sure 2019-01-05T22:11:40 -!- Frans-Willem [~quassel@5ED252C3.cm-7-3b.dynamic.ziggo.nl] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 2019-01-05T22:11:48 < mawk> yeah 2019-01-05T22:12:28 < Steffanx> Didnt the son of the neighbour tell you? "T'es mort!". 2019-01-05T22:12:56 < mawk> lol 2019-01-05T22:13:15 < mawk> no he didn't say that, otherwise I'd have added death threat to the complaint 2019-01-05T22:13:31 < mawk> but I have threats of arson so it's nice too 2019-01-05T22:13:40 < MrMobius> mawk, do you upload your spreadsheets to your insurance company? 2019-01-05T22:13:49 < mawk> with a bit of luck he'll even get jailtime 2019-01-05T22:13:58 < mawk> I have no insurance MrMobius 2019-01-05T22:14:08 < MrMobius> thats sucks 2019-01-05T22:14:13 < MrMobius> prolly shouldnt smoke then bro 2019-01-05T22:14:20 < mawk> I vape 2019-01-05T22:14:25 < mawk> to quit smoking 2019-01-05T22:14:31 < Steffanx> dont say the V-word! 2019-01-05T22:14:34 < mawk> lol 2019-01-05T22:14:37 < mawk> sorry 2019-01-05T22:14:42 < mawk> I was smoking around 30 rolled cigs a day 2019-01-05T22:14:47 < Steffanx> No insurance? Better not come to dutchland then. its mandatory. 2019-01-05T22:14:55 < mawk> here too 2019-01-05T22:14:58 < mawk> I'm illegal and stuff 2019-01-05T22:15:09 < mawk> then I was smoking like 5 cigs a day and *aping along, then I just quit the cigs 2019-01-05T22:15:10 < Steffanx> ah 2019-01-05T22:15:24 < Steffanx> there goes 130+ euro/month to the company and i get hardly anything for it. 2019-01-05T22:15:28 < mawk> well house insurance is mandatory 2019-01-05T22:15:31 < mawk> medical insurance isn't 2019-01-05T22:15:34 < mawk> but if you're poor enough it's free 2019-01-05T22:15:46 < mawk> but it's a shit insurance 2019-01-05T22:15:57 < mawk> for instance if you smash your teeth they pay for the ugly metal fake teeth, not the ceramic ones 2019-01-05T22:16:22 < MrMobius> mawk, do you live in a *-stan? 2019-01-05T22:16:35 < mawk> no, in France 2019-01-05T22:16:42 < mawk> but it's the same regime more or less 2019-01-05T22:16:44 < Steffanx> MrMobius lives in a *-stan 2019-01-05T22:16:44 < mawk> crypto-communist stuff 2019-01-05T22:16:47 < MrMobius> Franceistan 2019-01-05T22:16:49 < mawk> yeah 2019-01-05T22:17:10 < PaulFertser> mawk: ugly metal teeth are the best. The most sturdiest and reliable. 2019-01-05T22:17:17 < MrMobius> Steffansmomistan 2019-01-05T22:17:18 < Steffanx> and fucking hell ugly. 2019-01-05T22:17:28 < mawk> yeah when you're a guy it's fine PaulFertser 2019-01-05T22:17:32 -!- mode/##stm32 [+o Steffanx] by ChanServ 2019-01-05T22:17:32 < mawk> and even more fine if you're a rapper 2019-01-05T22:17:34 <@Steffanx> what did you say MrMobius ? :P 2019-01-05T22:17:35 < mawk> but for a girl it's lame 2019-01-05T22:17:42 -!- mode/##stm32 [-o Steffanx] by Steffanx 2019-01-05T22:17:44 -!- Frans-Willem [~quassel@5ED252C3.cm-7-3b.dynamic.ziggo.nl] has joined ##stm32 2019-01-05T22:17:53 < MrMobius> 0_0 2019-01-05T22:17:54 < MrMobius> :D 2019-01-05T22:18:38 < invzim> whyyy can't they make 'normal' keyboards wireless.. 2019-01-05T22:18:50 < Steffanx> because they can? 2019-01-05T22:19:02 < PaulFertser> mawk: "If you're not in metal, you're not my friend! Heavy metal, or no metal at all, whimps and pozers, leave the hall." 2019-01-05T22:19:21 < Steffanx> only 3 stripes is what PaulFertser wants. 2019-01-05T22:19:22 < mawk> lol 2019-01-05T22:19:46 < PaulFertser> Steffanx: "Stripes on tiger don't wash away. Manowar's made of steel not clay." 2019-01-05T22:19:56 < invzim> Steffanx: linky? I got something like this, https://www.amazon.com/Lenovo-73p5220-External-Preferred-Keyboard/dp/B000AOYWVE 2019-01-05T22:20:16 < Steffanx> looks ok to me 2019-01-05T22:20:18 < invzim> comes with lenovo desktops - costs almost nothing, and is wired 2019-01-05T22:21:07 < Steffanx> oh i read wireless, lol. 2019-01-05T22:21:17 < PaulFertser> mawk: seriously, when I needed to cover a broken tooth I tried to find more info on this topic and the conclusion was unambigous -- metal is the best. 2019-01-05T22:21:44 < invzim> I don't like the shiny plastic crappy logitech stuff 2019-01-05T22:22:11 < MrMobius> I saw a guy once with a fake ceramic tooth that was 3-4 teeth wide but they hadn't carved individual tooth shapes out of it 2019-01-05T22:22:14 < Steffanx> but its fucking hell ugly. At least when its one of the front teeth. 2019-01-05T22:22:22 < mawk> yeah PaulFertser 2019-01-05T22:22:34 < mawk> I guess for durability it's the best 2019-01-05T22:22:46 < mawk> but in æsthetics it loses 2019-01-05T22:23:12 < PaulFertser> I have two 2nd pre-molars covered with metal, not the front teeth, I admit. 2019-01-05T22:23:52 < Steffanx> why do you break them in the first place? 2019-01-05T22:24:25 < PaulFertser> No particular reason, they just eventually broke. 2019-01-05T22:28:52 < Steffanx> hm 2019-01-05T22:31:50 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2019-01-05T22:32:23 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2019-01-05T22:37:07 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has quit [Client Quit] 2019-01-05T22:37:35 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2019-01-05T22:59:52 -!- Jybz [~jibz@ip-37-201-5-25.hsi13.unitymediagroup.de] has quit [Quit: Konversation terminated!] 2019-01-05T23:04:34 < karlp> invzim: https://www.gigabyte.com/Keyboard/KM7590#kf is fine? (mouse is garbage, but keyboard is ok) 2019-01-05T23:05:18 < karlp> (or what actually is the complaint about wireless keyboards?) 2019-01-05T23:05:33 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-05T23:06:58 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2019-01-05T23:10:53 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has quit [Quit: quit has dan2wik!] 2019-01-05T23:11:37 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-05T23:11:45 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Remote host closed the connection] 2019-01-05T23:12:46 -!- dan2wik [dan2wik@2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.rdns.hellomouse.net] has joined ##stm32 2019-01-05T23:12:46 -!- dan2wik [dan2wik@2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.rdns.hellomouse.net] has quit [Changing host] 2019-01-05T23:12:46 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has joined ##stm32 2019-01-05T23:19:16 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-05T23:20:39 -!- leorat [~rat@unaffiliated/leorat] has quit [Read error: Connection reset by peer] 2019-01-05T23:20:57 < Steffanx> I thought you were a mechanical kb guy karlp 2019-01-05T23:27:47 < invzim> don't like the extremely low travel on wireless keyboards 2019-01-05T23:29:10 < invzim> if I was retired I'd make a usb host to wireless thingie :) 2019-01-05T23:31:27 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has quit [Quit: quit has dan2wik!] 2019-01-05T23:31:34 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Read error: Connection reset by peer] 2019-01-05T23:33:26 < mawk> Steffanx: what is the gun legislation in the NLs ? 2019-01-05T23:33:41 < mawk> if I acquire a gun that shoots gum balls can I bring it to the netherlands 2019-01-05T23:33:55 < mawk> here to acquire it I need to get reviewed by a psychiatrist that testifies I'm not insane, then register the gun with the police headquarters 2019-01-05T23:34:16 < mawk> if it's a real gun I need to be a hunter with a permit, to do sportive shooting like ball-trap, or be a policeman 2019-01-05T23:34:29 < mawk> and I'm neither of the three 2019-01-05T23:35:14 -!- dan2wik [dan2wik@2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.rdns.hellomouse.net] has joined ##stm32 2019-01-05T23:35:14 -!- dan2wik [dan2wik@2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.rdns.hellomouse.net] has quit [Changing host] 2019-01-05T23:35:14 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has joined ##stm32 2019-01-05T23:38:58 < Steffanx> If it looks real its a no go 2019-01-05T23:39:44 < Steffanx> Airguns are legal though 2019-01-05T23:40:48 < Steffanx> Real guns require a permit. Idk how to get one 2019-01-05T23:40:58 < Steffanx> Never bothered to get ir 2019-01-05T23:41:00 < Steffanx> It. 2019-01-05T23:44:15 < mawk> well it's a real gun 2019-01-05T23:44:20 < mawk> but it shoots only gum balls 2019-01-05T23:44:26 < mawk> but with gunpowder 2019-01-05T23:44:44 < mawk> and knowing that france is very restrictive in its weapon legislation I wouldn't be surprised if the NLs allowed a bit more 2019-01-05T23:45:04 < Ecco> hi :) 2019-01-05T23:45:06 < mawk> also it's maybe legal to own something that looks like a gun here but if you use it to point to someone it's the exact same sentence as if it were a real loaded gun 2019-01-05T23:45:08 < mawk> hi Ecco 2019-01-05T23:45:36 < Ecco> Dumb STM32 question: how slow can the CPU be slowed down? 2019-01-05T23:45:47 < Ecco> I'm asking because I'm randomling reading an F7's datasheet 2019-01-05T23:46:03 < Ecco> and they give power usage for a range of frequencies, between 25 and 216 MHz 2019-01-05T23:46:10 < mawk> that depends on the cpu I guess 2019-01-05T23:46:18 < Ecco> I'm wondering why it doesn't go much lower 2019-01-05T23:46:20 < mawk> inside cubemx you can play with the clocks and it says 2019-01-05T23:46:30 < Ecco> oh, great, thanks, I'll give that a try 2019-01-05T23:46:39 < mawk> but it should be said in the datasheet 2019-01-05T23:46:49 < mawk> I just brought up cubemx in case you have it at hand 2019-01-05T23:47:10 < Ecco> I do 2019-01-05T23:48:06 < Steffanx> I think its a no-go then mawk. Because gun powder 2019-01-05T23:49:12 < mawk> lame 2019-01-05T23:49:22 < mawk> so even guns that shoot blanks aren't authorized ? 2019-01-05T23:49:26 < mawk> sounds more restrictive than France 2019-01-05T23:49:52 < mawk> I'll make it illegally enter the country 2019-01-05T23:49:58 < mawk> throwing it above the border 2019-01-05T23:52:36 < Steffanx> I bet you can just drive it over. 2019-01-05T23:53:18 < Steffanx> Unless you have a suspicious looking face. 2019-01-05T23:54:17 < zyp> Ecco, I don't think the cpu itself has any lower limit, but the oscillators do 2019-01-05T23:54:48 < zyp> I guess if you feed it an internal clock from somewhere, you could probably run it at kHz if you wanted to 2019-01-05T23:54:58 < zyp> or perhaps less? :) 2019-01-05T23:55:03 < zyp> external* 2019-01-05T23:55:50 < mawk> NL law says "People with felonies, drug addictions, and mental illnesses may not possess firearms." 2019-01-05T23:55:51 < mawk> :( 2019-01-05T23:55:55 < mawk> that's discrimination ! 2019-01-05T23:56:08 < Steffanx> Racism! 2019-01-05T23:58:06 < mawk> maybe they don't count former addiction and support treatments as addiction 2019-01-05T23:58:11 < specing> that is all fun and games until Hitler invades and nobody can defend (and does not know how to handle a firearm even if issued one by state 1h prior) 2019-01-05T23:58:30 < specing> best plan for defending your country in europe is to run the other way 2019-01-05T23:59:28 < Steffanx> You sounds like r2com now specing. Are you sure you want that? --- Day changed Sun Jan 06 2019 2019-01-06T00:00:00 < Ecco> zyp: interesting :) 2019-01-06T00:00:06 < Ecco> Is the power usage proportional to the frequency? 2019-01-06T00:00:07 < Steffanx> If its not internationally registered and you lie about it mawk... 2019-01-06T00:00:20 < specing> I'm just stating facts and would be more than happy if we could all return to topic 2019-01-06T00:00:29 < Ecco> If yes, then why bother with a sleep mode at all (instead one could just run the CPU very slowly) 2019-01-06T00:00:37 < specing> and I don't know who r2com is 2019-01-06T00:01:03 < mawk> yeah Steffanx 2019-01-06T00:12:34 < Steffanx> Lol specing 2019-01-06T00:13:08 < mawk> you can't run it too slow Ecco 2019-01-06T00:13:13 < mawk> also sleep mode saves more power 2019-01-06T00:18:36 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-06T00:24:07 < zyp> Ecco, you may 2019-01-06T00:24:24 < zyp> Ecco, for some applications that might be beneficial 2019-01-06T00:24:42 < zyp> for other applications, you save more power by completing computations quickly and then going to sleep 2019-01-06T00:24:58 < zyp> and the latter scales better with dynamic loads 2019-01-06T00:25:09 < zyp> if you have more work to do, you just spend less time asleep 2019-01-06T00:26:11 < tjq> Sleeping cat 2019-01-06T00:26:24 < zyp> if a reduced speed strategy is gonna work, you need to find the right speed to complete work on time without spending a lot of time idle 2019-01-06T00:26:35 < zyp> that can be hard to predict 2019-01-06T00:27:13 < zyp> but it might be beneficial if you have light work that needs to be performed at really short intervals 2019-01-06T00:27:18 < specing> I don't think you save power by using lower frequency 2019-01-06T00:27:29 < zyp> of course you do 2019-01-06T00:27:42 < specing> the switches are designed for some switching speed and that is independent of clock frequency 2019-01-06T00:27:54 < specing> there are just less switches per second 2019-01-06T00:27:59 < zyp> digital electronics 101: power is largely consumed during switching 2019-01-06T00:28:12 < specing> but you still need the same amount of switches to do the same work 2019-01-06T00:28:19 < specing> you just do it more slowly 2019-01-06T00:28:27 < zyp> yes 2019-01-06T00:29:09 < specing> maybe it would matter on F7 or something where the branch predictor/RAM access clock latency increases with frequency 2019-01-06T00:29:13 < zyp> the question here is whether you're looking at energy vs time or energy vs work 2019-01-06T00:29:17 < specing> but not on 48 MHz M0 2019-01-06T00:29:54 < specing> energy vs time? Only if your psu is power constrained? 2019-01-06T00:30:03 < specing> e.g. if you are running from alkaleak coin cells 2019-01-06T00:30:27 < zyp> you're missing parts of the picture 2019-01-06T00:30:50 < zyp> if you're looking only at energy vs work, you're leaving out what to do when you're idle 2019-01-06T00:31:06 < specing> nothing, you wait for more work 2019-01-06T00:31:36 < zyp> yes, and the question here is how to do nothing consuming the least amount of energy 2019-01-06T00:31:49 < zyp> this is where the two strategies differ 2019-01-06T00:32:12 < zyp> either you go to sleep in a low power state 2019-01-06T00:32:32 < zyp> or in the other case, you tune the cpu clock so you minimize the time spent idle 2019-01-06T00:33:20 < zyp> going to sleep and waking up is not entirely free, so you'd want to spend enough time asleep to make it worthwhile 2019-01-06T00:33:57 < zyp> if you have light but very frequent work, a reduced speed strategy might end up more efficient overall 2019-01-06T00:35:35 < zyp> however, I'd argue that those would be special cases and you should only consider that when you're power optimizing at a late stage in the project 2019-01-06T00:37:43 < specing> Yes 2019-01-06T00:48:25 -!- cnt [uid317556@gateway/web/irccloud.com/x-gfaapsteyfuxdrec] has joined ##stm32 2019-01-06T00:49:20 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-06T01:18:43 < con3> hmm... https://www.youtube.com/watch?v=GGlPmuZBmdc 2019-01-06T01:21:18 < Steffanx> hmm 2019-01-06T01:22:06 < con3> anyone fooled around with this AI pack? 2019-01-06T01:33:12 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:f5b8:6b2:5478:5b52] has quit [Quit: Konversation terminated!] 2019-01-06T01:36:00 < karlp> Steffanx: not really, I bought a das keyboard because my old keyboard as noisy, and I had been conned into believint that a cherry brown with o-ring dampeners would be quiet, yet pleasnt, and I liked the volume dial and the usb3 hub built into the keyboard, 2019-01-06T01:36:10 < karlp> but it was just as clacky as the old one, or I type too heavily. 2019-01-06T01:36:26 < karlp> _this_ one was nice and quiet in the beginning, but particularlt he space key is just super loud 2019-01-06T01:36:45 < karlp> it's less important now that I've moved the desk out of the bedroom, maybe I should dig up the das keyboard again.... 2019-01-06T01:36:55 * karlp wonders why he didn't think of that earlier 2019-01-06T01:37:00 < jadew> the browns are quiet 2019-01-06T01:37:18 < jadew> (no click, other than bottoming out the key) 2019-01-06T01:37:22 < karlp> invzim: if it's just about the travel, the that one I linked is ~same as any normal generic keyboard, just wireless instead of wired. 2019-01-06T01:38:13 < jadew> karlp, maybe it was a shipping mistake and they gave you the wrong version? 2019-01-06T01:39:30 < karlp> no, they're brown. 2019-01-06T01:39:35 < karlp> I had to pu tmy own key caps on them 2019-01-06T01:39:42 < karlp> and it's definitely quieter than blues I've tried, 2019-01-06T01:40:04 < karlp> it's just that "quiet for a desk beside a bed" is not what many people seem to think is "quiet" 2019-01-06T01:40:32 < jadew> ah, yeah, it's not entirely quiet 2019-01-06T01:40:39 < karlp> I feel like people think "quiet" just means, "it's not like a model-m" 2019-01-06T01:40:49 < karlp> which is .... true, but not exactly quiet :) 2019-01-06T01:40:56 < jadew> I don't know how it sounds with the dampners, but if it completely eliminates the bottoming out sound, then they should be fairly quiet 2019-01-06T01:41:03 < karlp> it doesn't. 2019-01-06T01:41:11 < karlp> and it doesn't type as nicely afterwards either 2019-01-06T01:41:39 < karlp> anywya, as said, moved the desk, can make noise again really :) 2019-01-06T01:41:48 < jadew> this is me typing regularly: http://86.121.138.15/stuff/Recording.m4a 2019-01-06T01:41:52 < jadew> (no dampners) 2019-01-06T01:42:11 < jadew> you can even hear the click of the switches - I could sleep on that 2019-01-06T01:42:20 < karlp> yeah, I don't really get how people thnk audio recordings are useful indicators of "noise" but thanks for trying :) 2019-01-06T01:42:54 < jadew> you can at least compare with yours 2019-01-06T01:43:03 < jadew> if the sound is similar 2019-01-06T01:44:19 < karlp> how are we meant to normalise our volumes? 2019-01-06T01:44:23 < jadew> when I got the M out and tried it for a few minutes, my wife came in and said something like "I hope you're not planning to use that now..." 2019-01-06T01:44:57 < jadew> you want me to say something? 2019-01-06T01:45:26 < karlp> I have no reference for what you sound like :) this is why I think it's so funny :) 2019-01-06T01:45:34 < karlp> I do appreciate the effort, but just relax, do something else :) 2019-01-06T01:45:55 * jadew deletes recording 2019-01-06T01:45:58 < karlp> I'm about to pig out eating the last of the christmas pig, the last of my dutch cheese, and some good icelandic beer, and play video games :) 2019-01-06T01:46:16 < Steffanx> its sleep o clock. :P 2019-01-06T01:46:17 < karlp> and I'm guessing probbly kenyan snow peas 2019-01-06T01:46:25 < karlp> no, my time. 2019-01-06T01:46:30 < BrainDamage> no christmas beer? 2019-01-06T01:46:37 < karlp> I got up this morning, and we've done two christmas parties and a birthday party today 2019-01-06T01:46:40 < karlp> I get to sleep in tomorrow 2019-01-06T01:46:55 < karlp> BrainDamage: have a few, but have to keep them as presents for my brother in amonth in aus 2019-01-06T01:47:13 < jadew> karlp, christmas party after the christmas 2019-01-06T01:47:21 < jadew> that must be a first 2019-01-06T01:47:31 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has joined ##stm32 2019-01-06T01:47:35 < karlp> hardly 2019-01-06T01:47:41 < karlp> 12th night isn't until tomorrow 2019-01-06T01:47:50 < karlp> we'll have big bonfires and fireworks tomorrow too 2019-01-06T01:48:02 < Steffanx> 12th night, never heard of that 2019-01-06T01:48:15 < karlp> and both these parties were for extended families to meet up avoiding all the _other_ christmas parties around christmas itself. 2019-01-06T01:48:32 < BrainDamage> here xmas time ends with the epiphany 2019-01-06T01:48:32 < karlp> Steffanx: we've got 13 santa clauses, leaving one by one, one night at a time. it takes a while 2019-01-06T01:49:20 < karlp> BrainDamage: yeah, that's what I'm talking about 2019-01-06T01:49:28 < karlp> we call it "thirteenth" 2019-01-06T01:49:35 < jadew> didn't know christmas takes so long 2019-01-06T01:49:36 < karlp> in english it's often 12th night. 2019-01-06T01:49:41 < Steffanx> epiphany, we dont do that here. 2019-01-06T01:49:51 < jadew> in here it takes only 3 days IIRC 2019-01-06T01:49:58 < karlp> we sure as fuck don't go to church :) but the date is still significant 2019-01-06T01:50:03 < jadew> but people only seem to care about the first 2 2019-01-06T01:50:30 < jadew> well, it's the christmas eve, the christmas day and the second day of christmas 2019-01-06T01:50:36 < jadew> and then everyone goes back to work 2019-01-06T01:51:09 < jadew> oh wait, we have that day too 2019-01-06T01:51:29 < Steffanx> afaik we dont. we gave up on our catholic roots i guess 2019-01-06T01:51:34 < jadew> and yeah, it's important, I just didn't know it's related to christmas 2019-01-06T01:51:56 < jadew> it's called the baptism day 2019-01-06T02:08:33 < tjq> We’ll check around here ok 2019-01-06T02:11:03 < Steffanx> there is no piece of crt here, sorry. 2019-01-06T02:13:43 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 258 seconds] 2019-01-06T02:16:15 -!- con3 [~kvirc@197.233.175.196] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-06T02:17:22 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-06T02:21:14 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-06T02:21:47 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 240 seconds] 2019-01-06T02:22:04 -!- BrainDamage_ is now known as BrainDamage 2019-01-06T02:23:23 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-06T02:29:38 < englishman> cheese 2019-01-06T02:32:30 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-06T02:33:48 < Steffanx> hm 2019-01-06T02:35:15 -!- tlwoerner [~Trevor@unaffiliated/tlwoerner] has quit [Quit: Leaving] 2019-01-06T02:41:28 -!- tlwoerner [~Trevor@unaffiliated/tlwoerner] has joined ##stm32 2019-01-06T02:49:40 < Laurenceb_123> my lips is bleeding :( 2019-01-06T02:51:08 < BrainDamage> take off your lip piercings before orally servicing people next time 2019-01-06T02:54:34 < Steffanx> not so mean to our Laurenceb_123 2019-01-06T02:54:53 < Laurenceb_123> its probably muh heritage :( 2019-01-06T02:55:21 < Laurenceb_123> tfw Maram Susli lips 2019-01-06T02:56:15 < Steffanx> are you sure its blood and not the lipstick you put on this morning? 2019-01-06T02:56:28 < Laurenceb_123> kek 2019-01-06T02:57:15 < Steffanx> is your house done yet Laurenceb_123? 2019-01-06T02:57:29 < Laurenceb_123> yeah finished that ages ago 2019-01-06T02:58:20 < Steffanx> so you finally have something to show pics of and you refuse to do so -_ 2019-01-06T02:58:22 < Steffanx> _ 2019-01-06T02:58:23 < Steffanx> - 2019-01-06T02:59:12 < Laurenceb_123> tfw https://i.postimg.cc/zGZbW9Bq/IMGP0236.jpg 2019-01-06T02:59:57 < Laurenceb_123> oops you can see neighbours reflected lol 2019-01-06T03:00:02 < Steffanx> that cant be it. i spotted klompen. 2019-01-06T03:00:06 < Steffanx> aka wooden shoes. 2019-01-06T03:01:05 < Laurenceb_123> https://i.postimg.cc/XJmFPXVC/IMGP0029.jpg 2019-01-06T03:01:09 < Laurenceb_123> earlier 2019-01-06T03:01:49 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-06T03:02:16 < Steffanx> ah cool, that was quite some project. 2019-01-06T03:03:16 < jadew> everyone here seems to live in a house 2019-01-06T03:03:20 < jadew> makes me feel inadequate 2019-01-06T03:04:31 < tjq> WB Laurenceb 2019-01-06T03:04:54 < tjq> I live in a theepot 2019-01-06T03:07:53 -!- cnt [uid317556@gateway/web/irccloud.com/x-gfaapsteyfuxdrec] has quit [Quit: Connection closed for inactivity] 2019-01-06T03:08:07 < Laurenceb_123> https://i.postimg.cc/vZrz67GS/IMGP0110.jpg https://i.postimg.cc/63gjh9gH/IMGP0232.jpg 2019-01-06T03:09:22 < Steffanx> i like how you didnt paint those wooden bars. :) 2019-01-06T03:10:41 < Laurenceb_123> everything is coated 2019-01-06T03:10:54 < tjq> The shy horse 2019-01-06T03:11:06 < Laurenceb_123> wax or varnish 2019-01-06T03:12:27 < tjq> Does the queen watch anime 2019-01-06T03:13:11 < BrainDamage> your house is below road level? 2019-01-06T03:13:24 < BrainDamage> I hope you've got excellent drainage, because it's going to flood 2019-01-06T03:13:51 < Laurenceb_123> BrainDamage: sure, it is "tanked" 2019-01-06T03:14:19 < Laurenceb_123> it's only lower at one side, it's on a hillside 2019-01-06T03:15:03 < Laurenceb_123> original wall - bitumin coating - air gap with drainage - insulation - steel framed wall 2019-01-06T03:15:33 < Steffanx> you dont live there do you? 2019-01-06T03:16:10 < Laurenceb_123> mi5 spotted 2019-01-06T03:16:42 < BrainDamage> bitcoin coating 2019-01-06T03:16:50 < Steffanx> nah, mi5 wouldnt spot the klompen 2019-01-06T03:17:13 < Laurenceb_123> https://www.reddit.com/r/NeckbeardNests/comments/6s7nty/now_this_is_a_neckbeards_den/ 2019-01-06T03:17:24 < Laurenceb_123> ^my actual lair 2019-01-06T03:17:42 < Steffanx> no thats tjq 2019-01-06T03:17:46 < Steffanx> 's 2019-01-06T03:18:21 < jadew> I like the poster with the tittie 2019-01-06T03:21:26 < Laurenceb_123> stray cat sighting https://i.postimg.cc/WbgZz2n2/IMGP0987.jpg 2019-01-06T03:22:21 < jadew> jeez, that last link you posted set me on a course of self discovery 2019-01-06T03:22:39 < jadew> and self-betterment 2019-01-06T03:23:54 < jadew> that room is probably a masturbatorium, like that second comment points out, but it's also the room of someone who gave in a little too much to his silly pleasures 2019-01-06T03:24:21 < jadew> it's also a room where nothing productive happens 2019-01-06T03:25:09 < jadew> not because the shit there is not useful (which I'm sure it isn't) but because of how that shit got there - it's not there with a purpose, but to satisfy a desire 2019-01-06T03:26:08 < jadew> makes you think about your own lair, isn't it? 2019-01-06T03:26:43 < jadew> and if this is not visible around you, it may be visible on your PC 2019-01-06T03:27:26 < BrainDamage> you're overanalyizing it, it's not like there's a single explanation, the anime crap and the posters can be misguided attempts to make the room more humane / comfortable 2019-01-06T03:27:31 < jadew> I think it's probably a good thing to keep in mind and try to distance yourself from if you decide to lead a productive life 2019-01-06T03:27:58 < BrainDamage> instead of painting the walls and have a proper lighting and degree of cleaniness 2019-01-06T03:28:09 < BrainDamage> however, if it's rented, painting may not be possible 2019-01-06T03:28:10 < jadew> BrainDamage, their existence alone is an offence 2019-01-06T03:28:24 < BrainDamage> you get offended too easily then 2019-01-06T03:28:33 < jadew> it's not offending me 2019-01-06T03:28:42 < jadew> it's bad for the guy 2019-01-06T03:28:50 < Steffanx> guy? 2019-01-06T03:28:54 < jadew> I get one or two, but that many it's just nuts 2019-01-06T03:29:11 < jadew> Steffanx, ze? 2019-01-06T03:29:17 < jadew> xe? 2019-01-06T03:29:33 < BrainDamage> so you're acting offended, you say it's offence, but it's not offending you? 2019-01-06T03:29:58 < jadew> I'm not offended, I'm exilerated for realizing this 2019-01-06T03:30:03 < Steffanx> jadew, ye 2019-01-06T03:30:09 < jadew> because I can now correct that sort of crap in my own life 2019-01-06T03:31:29 < Steffanx> thats what they made you think 2019-01-06T03:31:30 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-06T03:32:22 < jadew> yeah, because when it's my own mess, I don't recognize the insanity 2019-01-06T03:33:36 < Steffanx> did you know blaxter is long gone? 2019-01-06T03:33:49 < jadew> I'm sure that's not his room 2019-01-06T03:34:08 < jadew> I was just sharing my little epiphany 2019-01-06T03:35:01 < jadew> wish I had a picture of my lab a week ago 2019-01-06T03:35:05 < jadew> it looked a lot like that 2019-01-06T03:43:05 < jadew> the question that raises into my mind is if everything in my lab is a product of my insanity or if it has a good reason for being here 2019-01-06T03:45:21 < jadew> I have a few items that shouldn't be here, because I wanted to do something with them and then I didn't 2019-01-06T03:45:53 < jadew> even tho, I didn't give up on those ideas, something else took precedence 2019-01-06T03:46:17 < jadew> and that's how you end up with a room full of dolls... 2019-01-06T03:48:02 < jadew> I guess the cure for this is to refuse to start something else until you finish the previous project 2019-01-06T03:48:57 < jadew> which is difficult, because there are delays that force you to take on multiple projects at the same time (for example waiting for PCBs) 2019-01-06T03:49:39 < englishman> you could take up a hobby that you can stop and start whenever, like smoking drugs 2019-01-06T03:49:48 < jadew> haha 2019-01-06T03:50:42 < englishman> Laurenceb_123: https://www.youtube.com/watch?v=h7NmRVDOOfQ 2019-01-06T03:51:45 < Laurenceb_123> holy sheet 2019-01-06T03:52:00 < Laurenceb_123> but very stupid, quadcopter meme strikes again 2019-01-06T03:52:58 < jadew> how did it land? 2019-01-06T03:53:10 < jadew> oh look, it did land 2019-01-06T03:53:21 < Laurenceb_123> land, who cares about that shit 2019-01-06T03:54:06 < jadew> 30 minutes going that fast, that's great battery life 2019-01-06T03:55:31 < jadew> at least they managed to prove that the earth is flat, because the bend in the earth's curvature is reversed in some frames, because of the lens 2019-01-06T03:55:48 < Laurenceb_123> keek 2019-01-06T03:55:48 < jadew> or at least that NASA is lying to us 2019-01-06T04:02:39 -!- Adluc [Adluc@base48.cz] has quit [Quit: ZNC - http://znc.in] 2019-01-06T04:02:39 -!- hrochopier [hexo@base48.cz] has quit [Quit: ZNC - http://znc.in] 2019-01-06T04:02:39 -!- srk [sorki@fedora/sorki] has quit [Quit: ZNC - http://znc.in] 2019-01-06T04:02:58 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-06T04:11:42 < tjq> Xtra-pc 2019-01-06T04:12:04 < tjq> Linux for nigs 2.0 2019-01-06T04:13:45 < Steffanx> lol who killed base48? 2019-01-06T04:28:08 < dongs> http://dangerousprototypes.com/docs/images/b/be/Bp-cable-color-hk.png 2019-01-06T04:28:17 < dongs> this is the most fucking insane and moronic diagram i have ev er seen 2019-01-06T04:28:29 < dongs> i mean, its opensores so its retarded by default but god damn 2019-01-06T04:29:14 < jadew> heh 2019-01-06T04:29:30 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-06T04:29:32 < jadew> coloring the table a bit differently would have solved it 2019-01-06T04:29:46 < dongs> not at all 2019-01-06T04:30:03 < jadew> would have made it clearer at least 2019-01-06T04:30:39 < jadew> (just highlighting the headers) 2019-01-06T04:33:51 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-06T04:35:33 < mawk> anyone played with the beaglebone black ? 2019-01-06T04:35:41 < mawk> that stuff feels so artisanal compared to the RPi 2019-01-06T04:36:02 < mawk> it's full of handwritten bash scripts with typos and no documentation 2019-01-06T04:41:46 < dongs> gah the clips that came with chink clone of buttpirate are absolutely fucking awful 2019-01-06T04:42:08 < emeb_mac> shocking! 2019-01-06T04:42:59 < dongs> im not sure its a clone tho 2019-01-06T04:43:17 < sync> the buttpirate is pretty much a joke imho 2019-01-06T04:43:21 < dongs> https://sandboxelectronics.com/?product=bus-pirate-v3b-with-probe-cable 2019-01-06T04:43:23 < dongs> of course it is 2019-01-06T04:43:27 < dongs> but i need to read/write some spi flash 2019-01-06T04:43:33 < dongs> and im too lazy to code a thing on stm to do it 2019-01-06T04:44:02 < dongs> i think thats official 2019-01-06T04:44:05 < dongs> and thats the awful fucking huge clips 2019-01-06T04:48:03 -!- Adluc [Adluc@base48.cz] has joined ##stm32 2019-01-06T04:48:35 < jadew> you spent $30 on that? 2019-01-06T04:51:36 -!- hexo_ [hexo@base48.cz] has joined ##stm32 2019-01-06T04:51:38 < jadew> I'm surprised nobody is selling bare PCBs for $2 or something like that 2019-01-06T04:52:50 < dongs> this is hardware from 2018 2019-01-06T04:52:51 < dongs> err 2019-01-06T04:52:52 < dongs> 2010 2019-01-06T04:53:00 < dongs> its been in my desk drawer literally since then 2019-01-06T04:53:06 < jadew> ah 2019-01-06T04:53:20 < jadew> thought you just bought it 2019-01-06T04:54:00 < dongs> haha no 2019-01-06T04:55:41 -!- srk [sorki@fedora/sorki] has joined ##stm32 2019-01-06T05:01:24 < dongs> oh wow 2019-01-06T05:01:31 < dongs> flashrom.org is a typical fucking faggot lunix opensores proj 2019-01-06T05:01:53 < dongs> win32 builds site = dead 2019-01-06T05:01:58 < dongs> requires using libusb, o nwindwos, ahah 2019-01-06T05:02:00 < dongs> fucking aids 2019-01-06T05:02:27 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2019-01-06T05:15:57 < tjq> Black magic ass pirate 2019-01-06T05:19:49 < tjq> created after a 7 day Ayahuasca binge 2019-01-06T05:36:27 < Thorn> unbelievable. soldered a qfn + central pad mcu, worked first time. swd, uart, i2c, all works 2019-01-06T05:37:20 < tjq> that's a bingo 2019-01-06T05:37:44 < tjq> how fun! 2019-01-06T05:40:27 < dongs> of course, #flashrom is racist to non-registeredf users 2019-01-06T05:40:28 < dongs> great 2019-01-06T05:40:30 < dongs> fucking lunix faggdots 2019-01-06T05:40:34 < dongs> i hope they choke on their own cocks 2019-01-06T05:41:17 < tjq> they do on a daily basis 2019-01-06T05:41:19 -!- dongs_ [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2019-01-06T05:41:39 -!- dongs_ [~dongs@l212168.ppp.asahi-net.or.jp] has left ##stm32 [] 2019-01-06T05:42:29 < tjq> wtf is '#flashrom' 2019-01-06T05:42:39 < tjq> is that a legit name for some open source project? 2019-01-06T05:42:41 < dongs> support channel for this nigger software 2019-01-06T05:42:42 < dongs> yeah 2019-01-06T05:42:42 < tjq> :\ 2019-01-06T05:45:27 < tjq> IMPORTANT: If something went wrong during flashing, do NOT turn off/reboot your computer. Instead, let us help you recover. We can be contacted via IRC (#flashrom on freenode.net, webchat) or email. Please allow for a few hours until someone responds on IRC, we're all volunteers. 2019-01-06T05:46:32 < dongs> question asked, expecting to get banned in a few hours 2019-01-06T05:47:02 < dongs> standard opensores response to criticism = mute the complainers 2019-01-06T05:51:07 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-06T05:52:21 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-06T05:55:45 -!- Kerr-A [~Kerr-A@2605:e000:1b05:c480:3474:bb16:a9c7:c827] has joined ##stm32 2019-01-06T05:56:52 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-06T06:05:37 -!- fc5dc9d4_ [~quassel@p5B0814AF.dip0.t-ipconnect.de] has joined ##stm32 2019-01-06T06:06:27 < jadew> dongs, that's not true 2019-01-06T06:06:30 < jadew> they insult you first 2019-01-06T06:09:21 < dongs> ok shitpirate back in the drawer never to be used again 2019-01-06T06:09:34 < dongs> in the 1 hour i wasted trying to make it wokr I could have just copied my working SPI flash shit from STM 2019-01-06T06:09:39 < dongs> and adjusted it to the task i need to do 2019-01-06T06:09:51 -!- fc5dc9d4 [~quassel@p5B0812BC.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 2019-01-06T06:10:30 < jadew> did you at least succeed? 2019-01-06T06:10:37 < dongs> no? 2019-01-06T06:10:49 < dongs> this is the "wasted 1 hour trying to make it work" part 2019-01-06T06:12:52 < jadew> I guess that's what you get for trying to use two opensource things together 2019-01-06T06:13:02 < jadew> one by itself might have worked 2019-01-06T06:13:09 < dongs> lmao yeah. 2019-01-06T06:13:30 < dongs> http://dangerousprototypes.com/docs/Bus_Pirate#Download 2019-01-06T06:13:30 < dongs> i mean 2019-01-06T06:13:34 < dongs> their own fucking wiki 2019-01-06T06:13:35 < dongs> says 2019-01-06T06:13:42 < dongs> the fucktards abandoned the hardware and software 2019-01-06T06:13:48 < dongs> so youre basically on your fucked own 2019-01-06T06:14:05 < jadew> they abandoned it since day 2 2019-01-06T06:15:18 < dongs> opensored faggot shit 2019-01-06T06:21:11 < dongs> retrying with flashrom on niggerberrypi 2019-01-06T06:21:20 < dongs> 1st roadblock: i need to connect to pins thatr are like 25+ in number 2019-01-06T06:21:28 < dongs> faggotberry header isnt numbered 2019-01-06T06:21:29 < tjq> a lot of gay niggery going on here 2019-01-06T06:21:32 < dongs> not even like 10/20/30 2019-01-06T06:21:39 < dongs> i have to fucking count from pin1 2019-01-06T06:21:42 < dongs> and not make mistakes 2019-01-06T06:21:45 < dongs> this is fucking ridiculous 2019-01-06T06:21:46 < tjq> the open source way 2019-01-06T06:24:09 < dongs> is tjq the new crt or something 2019-01-06T06:24:21 < tjq> yeah 2019-01-06T06:24:36 < jadew> he's dodging the AI 2019-01-06T06:24:55 < tjq> you can fill in the blanks -> t j q 2019-01-06T06:25:03 < tjq> Laurence solved it quickly 2019-01-06T06:25:32 < dongs> uh 2019-01-06T06:25:40 < dongs> im not as dumb as lawrence/bb 2019-01-06T06:26:03 < tjq> https://en.wikipedia.org/wiki/Jewish_question 2019-01-06T06:26:22 < dongs> oookay 2019-01-06T06:26:50 < tjq> anyway 2019-01-06T06:26:59 < tjq> so bus pirate never worked properly? 2019-01-06T06:27:24 < dongs> yeah 2019-01-06T06:27:27 < dongs> already off my desk 2019-01-06T06:27:33 < dongs> moving on to retrying same aids on ragerberry pi 2019-01-06T06:27:43 < dongs> still counting pins 2019-01-06T06:29:22 < jadew> mark them when you find them 2019-01-06T06:31:53 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2019-01-06T06:32:18 -!- con3 [~kvirc@197.233.175.196] has joined ##stm32 2019-01-06T06:32:20 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-06T06:32:36 < dongs> looks like it passed compiling lunix_spi.c 2019-01-06T06:32:40 < dongs> so ther's some hope 2019-01-06T06:33:29 < englishman> >Unfortunately it seems that Dangerous Prototypes have abandoned the Bus Pirate firmware development 2019-01-06T06:33:30 < englishman> wut 2019-01-06T06:33:30 < dongs> linux_spi_init: failed to open /dev/spidev0.0: No such file or directory 2019-01-06T06:33:33 < dongs> aahahahahahhaha 2019-01-06T06:33:35 < englishman> i thought that was their MAJOR product 2019-01-06T06:33:37 < dongs> fucking hell 2019-01-06T06:34:35 < jadew> englishman, all their hardware was really just prototypes 2019-01-06T06:35:15 < tjq> the zano model 2019-01-06T06:35:31 < dongs> zano model was just sucking cock from day1 2019-01-06T06:35:37 < dongs> and buying $100k scope for ivan 2019-01-06T06:35:38 < jadew> they always put only the minimum amount of work in the firmware/software and let the customers fill in the gaps 2019-01-06T06:35:41 < dongs> which then sold for liek 15k 2019-01-06T06:35:46 < englishman> the buttpirate link that is on every one of their pages goes to a broken seeeedshitdio link 2019-01-06T06:35:53 < dongs> yeah 2019-01-06T06:35:55 < dongs> i clicked that oo 2019-01-06T06:35:58 < dongs> to see what hte fuck they'[re selling 2019-01-06T06:36:19 < englishman> all the links are broken 2019-01-06T06:36:35 < englishman> Barton Dring designed and built a Polar Coaster drawing machine to draw custom, round drink coasters: 2019-01-06T06:36:41 < englishman> very important innovations 2019-01-06T06:36:50 < jadew> it's a RSS feed 2019-01-06T06:37:09 < jadew> (at least I think it is) 2019-01-06T06:38:08 < tjq> I just threw up - Seeed Studio Bazaar, The IoT Hardware enabler. 2019-01-06T06:38:13 < englishman> this esp32 is +-0 seconds after a month at room temp 2019-01-06T06:38:52 < dongs> idiot hardware enabler is right 2019-01-06T06:43:25 < tjq> did I miss the boat on why my electric shaver needs the internet? 2019-01-06T06:50:48 < dongs> yep, of course i got the pins completely wrong 2019-01-06T06:50:49 < dongs> wow. 2019-01-06T06:51:50 < englishman> taht sux, why didnt you follow the instructions 2019-01-06T07:05:07 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-06T07:06:30 < dongs> ok fuck this gonna go chop wood instead 2019-01-06T07:06:36 < dongs> another hour wasted, this time on rageberry 2019-01-06T07:06:44 < dongs> CS never goes down in ragerberry verswion 2019-01-06T07:06:49 < dongs> it tries to or someshit but never changes 2019-01-06T07:07:54 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 246 seconds] 2019-01-06T07:07:59 -!- day__ is now known as day 2019-01-06T07:18:52 < englishman> how many python programmers are really markov chain bots 2019-01-06T07:20:46 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-06T07:23:11 -!- con3 [~kvirc@197.233.175.196] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-06T07:33:13 -!- con3 [~kvirc@197.233.175.196] has joined ##stm32 2019-01-06T07:40:52 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 264 seconds] 2019-01-06T07:44:12 -!- con3 [~kvirc@197.233.175.196] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-06T07:49:56 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-06T08:41:34 < tjq> The whole lot 2019-01-06T08:41:51 < tjq> I’ve never met a human who does the python 2019-01-06T08:43:36 < dongs> all of them since no actual skill is needed to write python 2019-01-06T08:43:41 < dongs> and its not meant to be read by anyone 2019-01-06T08:50:03 < jadew> what's the name of that actress that looks like emma stone but is a junkie and a whore? 2019-01-06T08:52:28 < dongs> its hilarious that even retarduino wasted extra $0.05 to make labeled pin headers 2019-01-06T08:52:37 < dongs> but rageberry pi faggots who made billions off dumb niggers 2019-01-06T08:52:47 < dongs> dont even bother labeling pin1, or like every 10th pin or so 2019-01-06T08:52:55 < dongs> just put a fucking line on the silkscreen 2019-01-06T08:53:04 < dongs> or pay china to make custom 20pin header with little numbers on it 2019-01-06T08:53:07 < dongs> like retarduino does 2019-01-06T08:55:08 < tjq> it costs more money to do that/??!1kgdf 2019-01-06T08:55:12 < tjq> ?> 2019-01-06T08:55:12 < jadew> maybe the pin one mark is under the plastic 2019-01-06T08:55:23 < tjq> oh of fucking course it would be lol 2019-01-06T08:55:51 < tjq> the Fs and Ns count is off the chart today 2019-01-06T08:56:12 < dongs> pin1 mark is rectangular pad 2019-01-06T08:56:18 < dongs> thats not the point tho 2019-01-06T08:56:24 < dongs> they know it will have a header there 2019-01-06T08:56:34 < dongs> and they know people refer to the gay pins as numbers 2019-01-06T08:56:45 < dongs> and they know people use this trash for random hacks 2019-01-06T08:56:54 < dongs> where you can't open 10 different webpages at once trying to found which pin is fucking which 2019-01-06T08:57:01 < dongs> god damn negroids 2019-01-06T08:57:05 < jadew> why bother if business is going great anyway? 2019-01-06T08:57:38 < dongs> bulletproof opensores logic. 2019-01-06T08:58:15 < dongs> so tehre's a HC257 on this board that SPI flash goes through 2019-01-06T08:59:06 < tjq> so like .life TLD 2019-01-06T08:59:48 < tjq> cloner.life 2019-01-06T09:05:08 < dongs> and here it comes 2019-01-06T09:05:12 < dongs> 16:04 <@stefanct> not it wasnt 2019-01-06T09:05:15 < dongs> 16:04 <@stefanct> but you seeem to be way smarter than us 2019-01-06T09:12:08 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Ping timeout: 245 seconds] 2019-01-06T09:15:53 < tjq> let me guess 2019-01-06T09:16:03 < tjq> that thing you posted on earlier? 2019-01-06T09:16:17 < dongs> yeah, in flashrom 2019-01-06T09:16:53 < zyp> can confirm, am markov chain 2019-01-06T09:17:03 < tjq> did suspect it 2019-01-06T09:17:58 < tjq> ##electronics suspects I am, for nothing else than constant shit posting :\ 2019-01-06T09:18:48 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-06T09:43:43 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has joined ##stm32 2019-01-06T09:59:50 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2019-01-06T10:04:11 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2019-01-06T10:20:09 < marble_visions> lol @ dongs' rageberry and opensores 2019-01-06T10:23:12 < dongs> yeah dude. 2019-01-06T10:23:14 < dongs> this shit is nuts 2019-01-06T10:23:27 < dongs> fucking garbage piled up on top of other garbage 2019-01-06T10:24:23 < tjq> is there an easier painfree way? 2019-01-06T10:24:35 < marble_visions> yes, but more expensive 2019-01-06T10:24:40 < dongs> i finally got it to work btw 2019-01-06T10:24:43 < dongs> and the real problem was 2019-01-06T10:24:47 < dongs> *drumroll* 2019-01-06T10:24:51 < tjq> please 2019-01-06T10:24:53 < dongs> the fucking flashrom shit didnt even support my flash ID 2019-01-06T10:25:00 < dongs> my initial tests wiht fucking shitpirate were corect 2019-01-06T10:25:04 < marble_visions> we've had to explain to customers that rpi's and arduinos are not industrial grade hardware 2019-01-06T10:25:04 < dongs> but it never printed the fucking ID anywhere 2019-01-06T10:25:08 < dongs> so I thought i was just reading garbage 2019-01-06T10:25:12 < dongs> fucking unusable faggot software 2019-01-06T10:25:43 < marble_visions> great dongs 2019-01-06T10:28:42 < tjq> the problem solved is good 2019-01-06T10:29:47 -!- leorat [~rat@unaffiliated/leorat] has quit [Remote host closed the connection] 2019-01-06T10:30:04 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 264 seconds] 2019-01-06T10:30:32 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-06T10:30:56 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-06T10:33:11 < rajkosto> where do i find which master timers correspond to a slave timer's ITRx 2019-01-06T10:33:30 < rajkosto> "For example, if TIM2 uses ITR2 as an internal trigger, this means that TIM2 is synchronized 2019-01-06T10:33:30 < rajkosto> with TIM3." 2019-01-06T10:44:17 < rajkosto> its table 82. in RM0008 2019-01-06T10:52:08 < dongs> god damn im so fucking stoned 2019-01-06T10:52:15 < dongs> took a chip off board 2019-01-06T10:52:21 < dongs> put it next to new chip 2019-01-06T10:52:30 < dongs> proceeded to solder it right back on the fucking thing instead of new one 2019-01-06T10:54:44 < Ultrasauce> is that why they call it rework 2019-01-06T10:56:09 < tjq> nobody here gets stoned 2019-01-06T11:05:18 < dongs> what the fuck is "fc" on niggerberry 2019-01-06T11:05:25 < dongs> i was looking for equivalent to filecompare on windows 2019-01-06T11:05:27 < dongs> which is fc.exe 2019-01-06T11:05:32 < dongs> i typed fc 2019-01-06T11:05:35 < dongs> it opens some 'GNU NANO shit 2019-01-06T11:05:37 < dongs> lmao fuckign t rash 2019-01-06T11:06:45 < zyp> what's filecompare? something like diff? 2019-01-06T11:07:19 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 258 seconds] 2019-01-06T11:07:31 < dongs> fc.exe /b just prints offset:old:new byte 2019-01-06T11:07:43 < dongs> im doing binary files, i dont need text diff 2019-01-06T11:07:45 < zyp> ah, like a binary diff 2019-01-06T11:09:47 < dongs> https://www.youtube.com/watch?v=1yYRR9tOgJE 2019-01-06T11:11:40 < zyp> haha 2019-01-06T11:14:42 < PaulFertser> dongs++ GNU Nano is fucking trash, I wholeheartedly agree. 2019-01-06T11:15:01 < dongs> it was tarsh back when it was called "pico" 2019-01-06T11:16:02 < zyp> idk what fc is, but it opens vim here, so I guess it's just whatever you have configured in $EDITOR 2019-01-06T11:17:00 < zyp> seems like it's a bash builtin that lets me edit the last command I wrote 2019-01-06T11:17:09 < zyp> that could be useful 2019-01-06T11:18:17 < zyp> «The fc utility shall list, or shall edit and re-execute, commands previously entered to an interactive sh.» 2019-01-06T11:18:21 < zyp> ref. https://www.systutorials.com/docs/linux/man/1p-fc/ 2019-01-06T11:18:37 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-06T11:19:04 < Thorn> is T12-DL12 better than D12? 2019-01-06T11:21:02 < zyp> doesn't look all that different 2019-01-06T11:26:52 < rajkosto> theres no way to make sure a timer output pin is just CNT < ARR ? 2019-01-06T11:27:18 < rajkosto> i thought that's what the active/inactive OC mode would do but they just keep the pin high 2019-01-06T11:39:04 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 250 seconds] 2019-01-06T11:39:43 < rajkosto> i hate the internet and stm32 timer docs 2019-01-06T11:42:14 < rajkosto> i google "what is stm32 timer trigger" and it gives me how to trigger dma with trigger and shti like that 2019-01-06T11:43:18 -!- cnt [uid317556@gateway/web/irccloud.com/x-wltrfeowrtfkwgwy] has joined ##stm32 2019-01-06T11:57:54 < dongs> try search instead "how do i fix this stm32 timer, nigger" 2019-01-06T11:59:41 < rajkosto> im not crazy 2019-01-06T11:59:44 < rajkosto> the docs agree with me 2019-01-06T11:59:54 < rajkosto> "trigger" is the same as setting timer enable to true by CPU 2019-01-06T11:59:58 < rajkosto> yet its not fuckin doin that 2019-01-06T12:01:03 < dongs> damh 'hxd' is fucking useful 2019-01-06T12:01:06 < dongs> despite being written by germans 2019-01-06T12:01:12 < dongs> i can select a block of shit in hex 2019-01-06T12:01:16 < dongs> and calculate various CRCs of it 2019-01-06T12:01:26 < dongs> i needed a CRC32 of a random block inside firmware to checksum and update 2019-01-06T12:01:29 < dongs> this shit made it fuckign easy 2019-01-06T12:01:44 < dongs> if I was liek zyp i'd be firing up gaython and writing some one-liner that I will never use again 2019-01-06T12:01:52 < dongs> but instead, i used quality windows software and was impressed. 2019-01-06T12:01:55 < rajkosto> i use hex workshop for that all the time 2019-01-06T12:02:12 < dongs> yeah but it has "ordering' link 2019-01-06T12:02:13 < dongs> hxd is free 2019-01-06T12:02:21 < rajkosto> yeah but 2019-01-06T12:02:25 < rajkosto> glow in the dark 2019-01-06T12:02:25 < dongs> https://mh-nexus.de/en/hxd/ 2019-01-06T12:02:28 < dongs> the waht 2019-01-06T12:02:34 < rajkosto> you run them over with your car 2019-01-06T12:16:41 < tjq> searched for what you suggested 2019-01-06T12:17:04 < dongs> tjq, how high in the results were this channel logs 2019-01-06T12:18:05 < tjq> never comes up 2019-01-06T12:18:06 < tjq> https://warosu.org/diy/thread/1267468 2019-01-06T12:18:40 < tjq> How bad is this for a nigger rigged arc welder? Am I going to get electrocuted somewhere down the line? 2019-01-06T12:21:22 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-06T12:22:27 < Steffanx> Who cares youll be revived and be a new 3-character ircer 2019-01-06T12:51:35 -!- ^DEMOSS^ [~^DEMOSS^@178.76.234.142] has joined ##stm32 2019-01-06T12:52:34 -!- ^DEMOSS^ [~^DEMOSS^@178.76.234.142] has quit [Client Quit] 2019-01-06T13:07:45 < tjq> i read ricer 2019-01-06T13:15:39 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:3d45:e6ec:a590:8bcb] has joined ##stm32 2019-01-06T13:24:12 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-06T13:32:43 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Read error: Connection reset by peer] 2019-01-06T13:33:38 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-06T13:45:21 -!- cnt [uid317556@gateway/web/irccloud.com/x-wltrfeowrtfkwgwy] has quit [Quit: Connection closed for inactivity] 2019-01-06T14:21:47 < rajkosto> so why wont timer start after i write CR1 CEN bit 2019-01-06T14:22:36 < rajkosto> it does if i UG but i dont want to generate update event 2019-01-06T14:43:00 < dongs> UGUU event 2019-01-06T15:18:22 < rajkosto> yes 2019-01-06T15:18:26 < rajkosto> pleas tell how 2 fix thank 2019-01-06T15:25:41 < rajkosto> i enabled their UPDATE interrupt and i get it exactly once 2019-01-06T15:29:51 < rajkosto> oh hmm it doesnt like ARR being 0 2019-01-06T15:32:21 -!- con3 [~kvirc@197.233.241.64] has joined ##stm32 2019-01-06T15:48:01 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-06T16:07:34 < rajkosto> yes 2019-01-06T16:07:35 < rajkosto> much 2019-01-06T16:07:57 < rajkosto> setting arr to 0 then setting CR1 CEN does nothing, if its 1 then it starts the timer 2019-01-06T16:09:18 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-06T16:09:31 < rajkosto> maybe 0 ARR would work too, if i found a way to clear whatever was preventing it from restarting 2019-01-06T16:10:05 < rajkosto> because it works once 2019-01-06T16:42:00 -!- con3 [~kvirc@197.233.241.64] has quit [Ping timeout: 252 seconds] 2019-01-06T16:42:09 < rajkosto> https://images.sshnuke.net/2019-01-06_15-41-34_6ALKSFRJk.png anyway that's a beaut 2019-01-06T16:52:18 -!- con3 [~kvirc@197.233.241.64] has joined ##stm32 2019-01-06T17:08:12 < specing> STM says their ADC does 1 us conversions and less if lower resolution, but then the sample time can be as much as several hundred microseconds !?! 2019-01-06T17:09:34 < rajkosto> yes, how much of the value you want averaged ? 2019-01-06T17:13:28 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-06T17:14:14 < specing> that is not averaging 2019-01-06T17:14:57 < rajkosto> ok how large do you want the error due to sample and hold to be 2019-01-06T17:16:22 < specing> less than 2**-12 2019-01-06T17:16:38 < rajkosto> its how long it waits for the sampling caps to charge before taking a reading 2019-01-06T17:18:44 < specing> the internal temperature sensor says 4 us minimum, but the SMP register is weird 2019-01-06T17:18:57 < specing> there must be a counter behind it, but you cannot directly load a value in it 2019-01-06T17:19:03 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has joined ##stm32 2019-01-06T17:20:11 < specing> irritating 2019-01-06T17:22:15 < englishman> are FCC infringement response teams operating during the us govt shutdown? 2019-01-06T17:22:41 < BrainDamage> https://twitter.com/FCC/status/1080898050372055041 2019-01-06T17:24:17 < BrainDamage> according to the pdf, it seems so 2019-01-06T17:30:34 < englishman> which acronym would that be 2019-01-06T17:30:58 < Laurenceb_123> tfw the EU claims victory 2019-01-06T17:31:02 < englishman> what's the point of a govt shutdown if everything keeps working 2019-01-06T17:31:20 < Laurenceb_123> just have to pay ur megabux to tax dodging ISO group in the EU 2019-01-06T17:33:06 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:3d45:e6ec:a590:8bcb] has quit [Quit: Konversation terminated!] 2019-01-06T17:33:13 < Steffanx> "I thought @comcast and @verizon were paying the bills these days..." lol 2019-01-06T17:43:30 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 246 seconds] 2019-01-06T17:43:32 < rajkosto> i got MMBT2222A, MMBT3904 and MMBT3906 can i make a inverting 3.3v to 5V driver with that (i need only the HIGH output to be driven, the LOW should be open) 2019-01-06T18:05:44 -!- Ecco [~user@unaffiliated/ecco] has quit [Remote host closed the connection] 2019-01-06T18:10:51 < Sadale> I wonder if automated test case is a thing for embedded development, like test-driven development. 2019-01-06T18:12:12 -!- con3 [~kvirc@197.233.241.64] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-06T18:17:32 < jpa-> Sadale: most embedded code is just portable C, you can test it on PC easily enough 2019-01-06T18:18:00 < Sadale> hmm. true. 2019-01-06T18:18:12 < jpa-> and setting up tests to run automatically on real hardware is not difficult either, though i rarely bother 2019-01-06T18:18:14 < Sadale> But wouldn't stuffs like the size of datatype comes into the play? 2019-01-06T18:18:38 < jpa-> yeah, but you can compile code as 32-bit x86 and it is pretty much the same as 32-bit arm 2019-01-06T18:18:47 < Sadale> true. 2019-01-06T18:18:58 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-06T18:19:23 < Sadale> Unit tests are probably easy. What about integration tests? 2019-01-06T18:19:50 < jpa-> yeah, that's where it gets annoying 2019-01-06T18:19:54 < Sadale> For example, if the device requires interacting with sensor, would you automate the integration tests somehow, like reading the data from sensor and ensure that the data read is correct. 2019-01-06T18:20:25 < BrainDamage> the latter is harder 2019-01-06T18:20:28 < Sadale> I'm just curious if it's a thing in embedded programming world. That's because test automation seems to be a big thing in higher level software development. 2019-01-06T18:20:36 < BrainDamage> unless the sensor has a test mode, you cannot ensure a consistent read 2019-01-06T18:20:41 < Sadale> true. 2019-01-06T18:21:00 < jpa-> automatic testing is always a tradeoff, not everything is worth testing automatically 2019-01-06T18:21:13 < Sadale> perhaps manipulating the environment could work. But that'd be a lot of efforts to do that, depending on the kind of sensor. 2019-01-06T18:21:25 < Sadale> jpa-, agreed. 2019-01-06T18:21:32 < BrainDamage> englishman: there's a non-akronym bold text in the 2nd to last page 2019-01-06T18:21:49 < jpa-> i've found that what works best is developing robust portable libraries and unittest them on PC, and then do the integration testing on embedded system manually 2019-01-06T18:22:40 < jpa-> e.g. a sensor driver, you write it once, test it, no need to run full test again unless you change the driver 2019-01-06T18:22:46 < Sadale> true. :) 2019-01-06T18:22:53 < jpa-> if it breaks due to some other change in system, a simple smoke test should catch it 2019-01-06T18:23:03 < englishman> "safety of life or protection of property" 2019-01-06T18:23:08 < englishman> pirate radio is open for business 2019-01-06T18:32:59 -!- Ecco [~user@unaffiliated/ecco] has joined ##stm32 2019-01-06T18:34:05 < mawk> I convinced a french researcher to use stm32 2019-01-06T18:34:13 < mawk> now I will go to heaven I hope 2019-01-06T18:35:00 < mawk> BrainDamage: because it's not the sensor you're testing can't you just fake the data the sensor is returning ? 2019-01-06T18:35:22 < BrainDamage> you're testing everything 2019-01-06T18:35:39 < BrainDamage> the hardware link layer and the protocol 2019-01-06T18:36:00 < mawk> then faking the sensor with an external fake sensor ? 2019-01-06T18:36:36 < BrainDamage> sure, it boils then to amount of efforts 2019-01-06T18:36:50 < BrainDamage> also, testing the protocol doesn't strictly requires the hw 2019-01-06T18:37:04 < jpa-> then you are just testing that driver works with fake sensor, which is not necessarily very useful 2019-01-06T18:37:22 < BrainDamage> as long as the hw adheres to the protocol without bugs and it's perfectly specified 2019-01-06T18:37:30 < BrainDamage> however, reality isn't always that nice 2019-01-06T18:37:47 < jpa-> the most difficult bugs to find are stuff like "sensor doesn't lock register updates in this particular situation, causing half-corrupted reads of 16-bit registers very rarely" 2019-01-06T18:46:55 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2019-01-06T18:47:26 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2019-01-06T18:52:27 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 240 seconds] 2019-01-06T18:52:34 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-06T18:52:58 -!- davor_ is now known as davor 2019-01-06T19:11:55 < specing> Sadale | But wouldn't stuffs like the size of datatype comes into the play? 2019-01-06T19:12:02 < specing> you can choose the exact types you need 2019-01-06T19:12:15 < specing> and not use 'int' all over the place 2019-01-06T19:12:34 < Sadale> true. But that can be problematic if the code is intended to be used for multiple different microcontrollers. 2019-01-06T19:12:56 < Sadale> I meant, it would work perfectly probably. But there can be performance hit. 2019-01-06T19:14:26 < specing> you can check the disassembly if the compiler inserted additional checks and adjust code so these situations cannot arise 2019-01-06T19:14:59 < specing> and no, it is not problematic when the code is used for multiple mcus 2019-01-06T19:15:20 < specing> you tell the compiler how many bits and/or the range you need and it will make sure this happens or error out 2019-01-06T19:18:44 < specing> I'm pretty sure people all the time rely on int holding really big values, even though the standards usually only guarantee int being at least 16 bit 2019-01-06T19:33:24 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-06T19:35:12 < Laurenceb_123> who is responsible for the javascript abomination that is the modern internet? 2019-01-06T19:35:14 < Laurenceb_123> https://i.postimg.cc/FRzN1ywM/c01b70053b2f471377208bf751d5100695478e4450acfb16c72f6e034562546d.png 2019-01-06T19:35:36 < Laurenceb_123> >engineer >JS 2019-01-06T19:35:46 < rajkosto> i managed to make a inverter with a single MMBT3906 but it wont act as voltage converter 2019-01-06T19:35:59 < qyx> VL53L1_SetXTalkCompensationEnable(dev, 0); // Disable crosstalk compensation 2019-01-06T19:36:01 < qyx> fuk 2019-01-06T19:36:21 < qyx> opensauce strikes 2019-01-06T19:36:39 < dongs> i almsot read that as SexTalk 2019-01-06T19:38:54 < Laurenceb_123> keeek sextalkcompensator 2019-01-06T19:39:13 < Laurenceb_123> is dat some lazar rangefinder? 2019-01-06T19:39:21 < kakimir> hmm 2019-01-06T19:41:24 < qyx> yes 2019-01-06T19:41:45 < qyx> I am enjoying rpi 2019-01-06T19:41:52 < specing> Laurenceb_123: topic 2019-01-06T19:41:53 < Laurenceb_123> ah I had the earlier version of that 2019-01-06T19:42:12 < Laurenceb_123> never managed to get it to be very stable 2019-01-06T19:42:29 < Laurenceb_123> even with all the compensation stuff, but I did couple it to optic fibres ok 2019-01-06T19:43:26 < qyx> this is perfectl stable except when I cover it with a PC plastic 2019-01-06T19:43:59 < qyx> it is ~2mm off max compared to a Hilti laser distance meter 2019-01-06T19:44:07 < qyx> (against a wall) 2019-01-06T19:44:36 < Steffanx> 2mm on .. 1m? 2m? 2019-01-06T19:44:57 < qyx> ~2m 2019-01-06T19:46:28 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-06T20:01:33 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-06T20:02:14 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-06T20:16:32 < Laurenceb_123> wow not bad 2019-01-06T20:16:59 < Laurenceb_123> but my application was for measuring cloudy liquids 2019-01-06T20:17:14 < Laurenceb_123> it didnt seem to like that 2019-01-06T20:22:12 < qyx> now I am trying to run that xtalk calibration to get some results for distances >50cm 2019-01-06T20:23:31 < Laurenceb_123> it'd be nice to investigate putting custom firmware on it 2019-01-06T20:23:47 < Laurenceb_123> I suspect the onboard signal processing was giving me issues 2019-01-06T20:24:00 < Laurenceb_123> ideally it'd output the whole TPSF 2019-01-06T20:24:27 < Laurenceb_123> I suspect the hardware is capable of doing that 2019-01-06T20:29:07 -!- tjq [uid339161@gateway/web/irccloud.com/x-wyfaqdeveakyhyaf] has quit [Quit: Connection closed for inactivity] 2019-01-06T20:38:17 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-06T20:41:04 < Laurenceb_123> it's a pity ST dont make a TPSF measuring system, it'd replace multiple k of kit on a optical bench with one simple sensor 2019-01-06T20:41:41 < Laurenceb_123> also wtf Cortez is shilling 4chan now 2019-01-06T20:41:49 < Laurenceb_123> she literally posted her tits 2019-01-06T20:42:26 < Steffanx> yes, because photoshop doesnt exist. 2019-01-06T20:42:55 < Laurenceb_123> also >le independent latina >called Cortez 2019-01-06T20:43:04 < Laurenceb_123> hitting irony levels that shouldnt even be possible 2019-01-06T20:43:07 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has quit [Ping timeout: 240 seconds] 2019-01-06T20:48:12 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-06T21:13:10 < Thorn> mountain lion travels to the mountains (and you don't) https://www.instagram.com/p/BsTO-UMhrCV/ 2019-01-06T21:15:50 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 250 seconds] 2019-01-06T21:21:57 < Steffanx> yt 2019-01-06T21:21:58 < Steffanx> ty 2019-01-06T21:37:17 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2019-01-06T21:42:25 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-06T21:55:30 < Laurenceb_123> I hear a mountain lion 2019-01-06T22:03:20 -!- superbia [~superbia@unaffiliated/superbia] has joined ##stm32 2019-01-06T22:03:46 < superbia> evening pro Steffanx 2019-01-06T22:03:56 < Steffanx> HI superbia https://www.st.com/content/ccc/resource/technical/document/application_note/cd/33/56/56/87/13/46/25/DM00024853.pdf/files/DM00024853.pdf/jcr:content/translations/en.DM00024853.pdf 2019-01-06T22:04:58 < superbia> stm yuck, i wanted to ask you about riping something 2019-01-06T22:05:07 < Steffanx> the what? 2019-01-06T22:05:22 < superbia> can you imagine teensy 2019-01-06T22:05:35 < Steffanx> pjrc? 2019-01-06T22:06:03 < superbia> yes 2019-01-06T22:06:09 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-06T22:07:21 < superbia> can you imagine it or not 2019-01-06T22:07:35 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Client Quit] 2019-01-06T22:07:40 < Steffanx> Idk, what to think. 2019-01-06T22:07:50 < superbia> https://kamami.com/5606-large_default/maple-mini-r2.jpg 2019-01-06T22:07:56 < superbia> can you imagine this type of a thing 2019-01-06T22:08:23 < superbia> can you rip the black thing on the pins ? 2019-01-06T22:08:32 < Steffanx> Sure. 2019-01-06T22:08:34 < superbia> with pliers or something 2019-01-06T22:09:20 < superbia> do you first use cutters to separate each 'block of plastic' and then use pliers to take out each link ? 2019-01-06T22:09:32 < superbia> or do you like wiggle everything with pliers ? 2019-01-06T22:09:50 < Steffanx> i never do that, but i would probably cut it down into smaller blocks. 2019-01-06T22:09:58 < Steffanx> or maybe melt them off. :P 2019-01-06T22:10:06 < superbia> the fuck is that it's already soldered to my micro 2019-01-06T22:10:35 < superbia> and for some fucking reason, i need to remove the fucking black plastic (because americans designed my pcb) 2019-01-06T22:10:42 < Steffanx> Or you just desolder the pins and put new in. 2019-01-06T22:10:51 < superbia> see 2019-01-06T22:10:52 < superbia> https://i.imgur.com/2aQFVvi.jpg 2019-01-06T22:11:00 < superbia> i don't have a pump 2019-01-06T22:11:11 < Steffanx> Ask stvn. 2019-01-06T22:11:46 < Steffanx> Are you sure they removed the plastic here? and its not just longer pins with the plastic stuff on the other side? 2019-01-06T22:11:53 < Steffanx> or is this your photo? :D 2019-01-06T22:12:05 < superbia> fuck 2019-01-06T22:12:20 < Steffanx> nah based on the shadow it cant be that 2019-01-06T22:12:33 < superbia> https://i.imgur.com/DGoQ3U0.png 2019-01-06T22:12:35 < superbia> other side 2019-01-06T22:12:44 < Steffanx> ah, awesome. 2019-01-06T22:12:52 < superbia> they removed plastic on the other side 2019-01-06T22:13:09 < superbia> right ? 2019-01-06T22:13:48 < superbia> and they cut the extra pin length 2019-01-06T22:13:59 < Steffanx> idk.. 2019-01-06T22:14:56 < BrainDamage> that logo is what pharmacies have here 2019-01-06T22:15:13 < Steffanx> You can always heat up a scapel a bit, cut the blocks and pull them of. 2019-01-06T22:15:46 < Steffanx> or ask BrainDamage. He always has good ideas 2019-01-06T22:15:57 < BrainDamage> since when 2019-01-06T22:16:01 < Steffanx> today. 2019-01-06T22:16:16 < superbia> apartheid was his ide? 2019-01-06T22:16:21 < superbia> a 2019-01-06T22:18:07 < BrainDamage> I think your best option is replace the pins 2019-01-06T22:18:14 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-06T22:18:29 < BrainDamage> removing the plastic without bending/destroying them is going to be extremely troublesome 2019-01-06T22:18:51 < BrainDamage> you don't strictly need a desoldering pump 2019-01-06T22:18:59 < BrainDamage> cut the strips first 2019-01-06T22:19:05 < BrainDamage> then flood with solder on the other side 2019-01-06T22:19:10 < superbia> ill try to borrow a pump 2019-01-06T22:19:15 < BrainDamage> and pull from the other using pliers 2019-01-06T22:19:49 < superbia> thnanks for pro tips 2019-01-06T22:19:58 < Steffanx> bitte sehr. 2019-01-06T22:19:59 < superbia> now i have to fix broken keyboard firmware in c 2019-01-06T22:20:09 < superbia> later Steffi 2019-01-06T22:20:13 < Steffanx> i would use nim 2019-01-06T22:20:25 -!- con3 [~kvirc@197.233.241.64] has joined ##stm32 2019-01-06T22:20:35 < superbia> one sec let me show you 2019-01-06T22:21:01 < superbia> https://config.qmk.fm/#/ergodox_ez/LAYOUT_ergodox_pretty_80 2019-01-06T22:21:05 < englishman> i thought you were pro superbia 2019-01-06T22:21:13 < englishman> why are you dicking around with make:r tarduino keyboardss 2019-01-06T22:21:26 < englishman> shouldnt you be buying diamond encrusted swiss precision keyboardss 2019-01-06T22:21:51 < superbia> my left wrist started making weird sounds 2019-01-06T22:22:10 < superbia> so i figured, i don't want to have wrist and or carpal problems 2019-01-06T22:22:23 < Steffanx> fap more with your other hand mate. 2019-01-06T22:22:32 < englishman> https://en.wikipedia.org/wiki/Microsoft_Natural_Keyboard 2019-01-06T22:22:38 < englishman> problem solved literally 30 years ago 2019-01-06T22:23:49 < superbia> good keyboard needs to make people shit themselves by looking at it 2019-01-06T22:23:51 < superbia> https://pbs.twimg.com/media/DlMX8atVsAAN-B8.jpg 2019-01-06T22:24:08 < englishman> that looks like the opposite of ergonomic 2019-01-06T22:24:20 < englishman> are you supposed to type the inside-facing keys with your dick 2019-01-06T22:24:20 < Steffanx> april fools is a few months from now.. 2019-01-06T22:24:57 < BrainDamage> I remember one insane keyboard where you're supposed to flip the keys with the tips of your fingers 2019-01-06T22:25:03 < con3> englishman: they really think of everything nowadays hey. what a time to be alive 2019-01-06T22:25:11 < superbia> more conservative japanese shit https://yushakobo.jp/shop/helix-keyboard-kit/ 2019-01-06T22:25:17 < BrainDamage> https://en.wikipedia.org/wiki/DataHand 2019-01-06T22:26:18 < superbia> BrainDamage: exactly. the most ergonomic stuff is ugly 2019-01-06T22:26:42 < Steffanx> 1995. Looks like something that was ahead of its time. 2019-01-06T22:29:09 < BrainDamage> there's also https://en.wikipedia.org/wiki/Power_Glove 2019-01-06T22:29:49 < kakimir> https://www.youtube.com/watch?v=weGYilwd1YI "1995 by Kewlers & mfx" (2006) 2019-01-06T22:32:29 < Steffanx> So this H bridge driver does really doenst have a "power pad" or whatever? Its just the pins? https://www.st.com/en/automotive-analog-and-power/vnh7070as.html ? 2019-01-06T22:32:35 < Steffanx> -does 2019-01-06T22:45:01 -!- con3 [~kvirc@197.233.241.64] has quit [Ping timeout: 252 seconds] 2019-01-06T22:48:41 -!- tjq [uid339161@gateway/web/irccloud.com/x-ratfoinfrcbnnulp] has joined ##stm32 2019-01-06T22:52:21 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2019-01-06T22:55:45 -!- superbia [~superbia@unaffiliated/superbia] has left ##stm32 ["WeeChat 2.3"] 2019-01-06T23:03:15 < Laurenceb_123> Penguins are based 2019-01-06T23:05:55 < mawk> I have midterm exams tomorrow 2019-01-06T23:06:05 < tjq> The birds 2019-01-06T23:06:07 < mawk> they make us print 300 useless pages on CAN busses to bring with us 2019-01-06T23:06:27 < mawk> it's a special kind of exam, they don't want us to bring down the school statistics so they allow us to have any kind of documentation with us 2019-01-06T23:06:28 < Steffanx> lolwut mawk? 2019-01-06T23:07:20 < mawk> so I took the CAN bus presentation, make it 2×2 slides on a single page, removed the background images, put it in black and white, and printed it on both sides of the paper; now it's only 100 pages 2019-01-06T23:07:57 < mawk> https://serveur.io/CAN.pdf 2019-01-06T23:08:46 < BrainDamage> such a french domain 2019-01-06T23:08:50 < mawk> lol 2019-01-06T23:08:52 < Steffanx> Je ne parle pas français. 2019-01-06T23:09:11 < malinus> silly people. Why use CAN bus when you can use PWM. That's what drones do! 2019-01-06T23:09:27 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2019-01-06T23:09:38 < englishman> only shitty drones 2019-01-06T23:09:43 < englishman> the good ones have canbutt 2019-01-06T23:09:53 < Steffanx> so those dont exist 2019-01-06T23:10:00 < malinus> yeah, basically 2019-01-06T23:10:21 < englishman> nœud A 2019-01-06T23:10:26 < englishman> such french 2019-01-06T23:10:57 < englishman> Trame avec bits de bourrage 2019-01-06T23:10:58 < englishman> lol 2019-01-06T23:11:13 < englishman> mes bits sont bourrrrrrrrré 2019-01-06T23:11:27 < Steffanx> bifilaires mate 2019-01-06T23:13:17 < englishman> Bit entaché d’erreurs 2019-01-06T23:13:23 < englishman> god french is such an awful technical language 2019-01-06T23:14:08 < englishman> your french language course in a french country is this entaché with a bunch of english 2019-01-06T23:27:12 < mawk> yeah and that teacher takes pride in writing the less english possible 2019-01-06T23:27:28 < mawk> otherwise "trame avec bits de bourrage" would have been something like "trames avec bits de padding" 2019-01-06T23:29:40 < mawk> in advertising yes 2019-01-06T23:29:44 < mawk> but in other domains no 2019-01-06T23:29:57 < mawk> in public communication also maybe 2019-01-06T23:30:01 < mawk> but otherwise it's pretty free 2019-01-06T23:30:07 < mawk> but you're maybe thinking about a quebec law 2019-01-06T23:30:13 < mawk> lol 2019-01-06T23:30:17 * BrainDamage bourrages all over the presentation 2019-01-06T23:30:32 < Laurenceb_123> https://files.catbox.moe/n5n7al.jpeg 2019-01-06T23:31:43 < mawk> lol 2019-01-06T23:31:48 < mawk> bourrage is like stuffing 2019-01-06T23:31:50 < mawk> stuffing bits 2019-01-06T23:32:26 < mawk> I guess 2019-01-06T23:32:32 < mawk> that's how I'd translate padding 2019-01-06T23:32:40 < mawk> but I never translate it, I just say padding 2019-01-06T23:32:52 < BrainDamage> il ete ne pas gras, cette sons gross os 2019-01-06T23:33:02 < BrainDamage> damn my french is rusty 2019-01-06T23:33:05 < mawk> lol 2019-01-06T23:33:11 < mawk> sounds like a line from asterix 2019-01-06T23:33:22 < mawk> je ne suis pas gras, j'ai juste de gros os 2019-01-06T23:34:44 < mawk> you speak better french than I could speak italian or spanish BrainDamage 2019-01-06T23:34:56 < mawk> you speak french like I speak german, maybe 2019-01-06T23:35:06 < mawk> the two grammars are equally horrible 2019-01-06T23:36:41 < mawk> I think he meant "il n'est pas gras, ce sont ses os qui sont gros" 2019-01-06T23:37:00 < mawk> or in toddler french, which looks more like english, "il est pas gras, ce sont ses os" 2019-01-06T23:37:33 < mawk> word to word translation would be "he is not fat, it is his bones" 2019-01-06T23:37:47 < mawk> it's just a simple negation 2019-01-06T23:37:51 < mawk> il n'est pas 2019-01-06T23:37:54 < mawk> "pas" is the negation 2019-01-06T23:38:02 < mawk> and n'/ne is just to speak the higher french 2019-01-06T23:38:04 < mawk> but you can omit it 2019-01-06T23:38:14 < mawk> yeah I guess it could look like a double negation 2019-01-06T23:38:19 < mawk> but it's just for speaking the one true french 2019-01-06T23:39:40 < mawk> you have roughly three levels of language, and only in the highest you add the n'/ne 2019-01-06T23:41:06 < mawk> lol 2019-01-06T23:41:21 < mawk> toddler french is my translation of "petit nègre", which means "speaking like a little nigger" 2019-01-06T23:41:42 < mawk> but curiously no antiracist association has banned this expression yet 2019-01-06T23:41:48 < mawk> but they banned the "tête de nègre" pastry 2019-01-06T23:42:29 < mawk> petit nègre is like broken french with no grammar, etc 2019-01-06T23:43:16 < Steffanx> What does the low class french say? They just skip the "ne"? 2019-01-06T23:43:22 < mawk> yeah 2019-01-06T23:43:26 < Steffanx> Je ne parle pas français? 2019-01-06T23:43:37 < mawk> yeah, that becomes "je parle pas français" 2019-01-06T23:43:39 < Steffanx> Damn high school couldve been much easier 2019-01-06T23:43:43 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has quit [Ping timeout: 244 seconds] 2019-01-06T23:43:44 < mawk> it's like casual talk 2019-01-06T23:43:57 < mawk> you use the ne and proper inversion of words in questions in the higher form 2019-01-06T23:44:11 < mawk> otherwise you just drop the ne from negations, and just slam a ? at the end if you want to make a question 2019-01-06T23:44:37 < mawk> eg "we are we going ?" would be "où allons-nous ?" in higher form, and "on va où ?" in casual form 2019-01-06T23:45:00 < mawk> "where are we going ?" * sorry 2019-01-06T23:46:02 < mawk> everything is conjugated 2019-01-06T23:46:13 < mawk> you can't not conjugate verb, otherwise you're speaking petit-nègre 2019-01-06T23:46:33 < mawk> it's just that in higher form you say "nous" for "us", but in casual form you say "on", which is like "man" in english 2019-01-06T23:46:38 < mawk> like "one" in english sorry 2019-01-06T23:46:42 < mawk> and like "man" in german 2019-01-06T23:47:03 < mawk> so it's just a different conjugation of the aller verbe, on va, nous allons 2019-01-06T23:47:55 < mawk> lol 2019-01-06T23:47:58 < mawk> yeah I can feel that 2019-01-06T23:48:09 < mawk> I was bad in german and in latin because of all the conjugations 2019-01-06T23:48:15 < mawk> my brain is already clobbered with french 2019-01-06T23:48:56 < zyp> Steffanx, sorry for the lack of updates, been busy moving 2019-01-06T23:49:00 < zyp> have a pic: https://bin.jvnv.net/file/sA81c.jpg 2019-01-06T23:49:28 < zyp> (that's two thirds of the copper runs) 2019-01-06T23:50:51 < zyp> probably, idk 2019-01-06T23:52:28 < zyp> might end up running shit like KVM or hdbase-t on some, depending on what I want to do 2019-01-06T23:55:05 < zyp> main goal is to have network outlets available in every room and then some, which ends up being used and what for remains to be seen 2019-01-06T23:55:30 < mawk> using 1GBps ethernet cables between all rooms ? 2019-01-06T23:55:33 < mawk> and a switch in every room 2019-01-06T23:55:40 < mawk> or something like this 2019-01-06T23:56:01 < zyp> originally I were planning on running dual cat6 to every point 2019-01-06T23:56:17 < zyp> but I fucked up, 16mm conduit is too narrow to fit two cat6 2019-01-06T23:56:37 < mawk> when I did my first network internship I was just parachuted like this in the new company offices, on my own on a weekend, with hundreds of meters of ethernet cables, brand new switches, a router, a fiber arrival, and my computer; and nobody to help me 2019-01-06T23:56:38 < zyp> but I managed to fit one cat6 and one cat5e 2019-01-06T23:56:41 < mawk> ah, nice 2019-01-06T23:58:00 < zyp> cat5e is probably plenty anyway, I'll also be running fiber to all the points that are likely to see anything >1G 2019-01-06T23:58:16 < mawk> isn't there a 10G standard for ethernet ? 2019-01-06T23:58:21 < mawk> or that's fiber only above 1Gbps 2019-01-06T23:58:27 < zyp> there is 2019-01-06T23:58:34 < zyp> but fiber is cheaper 2019-01-06T23:58:38 < mawk> I see 2019-01-06T23:58:45 < zyp> at least for now 2019-01-06T23:59:04 < zyp> and when that changes, I also have one cat6 to each point --- Day changed Mon Jan 07 2019 2019-01-07T00:00:03 < mawk> why two links ? for aggregation ? 2019-01-07T00:00:11 < mawk> VLANs aren't enough ? 2019-01-07T00:00:18 < zyp> nah 2019-01-07T00:00:27 < zyp> just in case 2019-01-07T00:01:12 < zyp> maybe I wanna have two devices somewhere, saves a switch 2019-01-07T00:01:22 < mawk> yeah 2019-01-07T00:01:23 < zyp> maybe I wanna run something other than ethernet on one cable 2019-01-07T00:01:28 < zyp> etc… 2019-01-07T00:02:56 < zyp> I figure I'll have the network closet running from UPS, PoE switch in there, then all PoE powered devices around the house will keep working in a power outage 2019-01-07T00:05:32 < zyp> put another way, I'll rather put it in and not need it than not put it in and need it 2019-01-07T00:10:54 < Steffanx> Ah fancy, zyp. 2019-01-07T00:11:06 < Steffanx> Better get a knife or scissors for the tape next time :P 2019-01-07T00:11:38 < zyp> why? 2019-01-07T00:12:29 < Steffanx> pulling (and stretching) it is so ugly :P 2019-01-07T00:16:18 < Steffanx> no fibre in there btw? or is that on the todo list? 2019-01-07T00:18:11 < qyx> zand whats the orange cable? 2019-01-07T00:19:40 < Steffanx> looks like some kind of fish tape to me. 2019-01-07T00:19:44 < Steffanx> or whatever you call that in english 2019-01-07T00:27:51 < englishman> exactly that 2019-01-07T00:28:46 < englishman> leaving out ne/n' isn't lower class french it's stupid and redundant 2019-01-07T00:30:04 < englishman> i do like that french has an alternative to 'yes' when responding to a question asked in the negative 2019-01-07T00:30:57 < BrainDamage> you have an alternative in many languages 2019-01-07T00:31:09 < BrainDamage> you can eg say "correct" 2019-01-07T00:36:34 < qyx> fish tape, na ja 2019-01-07T00:41:28 < mawk> si 2019-01-07T00:41:33 < mawk> sì 2019-01-07T00:42:19 < mawk> if you leave out "ne" when talking to a CEO, to the parliament, to fancy dinners, etc, they'll think you're poor and uneducated englishman 2019-01-07T00:42:45 < BrainDamage> you're a poor and uneducated englishman* 2019-01-07T00:44:28 -!- dogukan [~dogukan@unaffiliated/dogukan] has joined ##stm32 2019-01-07T00:44:59 < englishman> osti ch'n'a pas temps pour ca 2019-01-07T00:45:01 < englishman> garde 2019-01-07T00:45:03 < englishman> i put the n' 2019-01-07T00:45:06 < englishman> i am high class 2019-01-07T00:46:31 < englishman> ceos and parliament can suce mon p'tit bitt 2019-01-07T00:56:00 < jadew> if you speak flawless french, they'll find other reasons to consider you poor and uneducated 2019-01-07T00:56:30 -!- dogukan [~dogukan@unaffiliated/dogukan] has quit [Quit: Konversation terminated!] 2019-01-07T00:56:59 < jadew> the only way to get out of it is to be either rich or educated 2019-01-07T01:05:54 < aandrew> hm 2019-01-07T01:06:04 < aandrew> all my USB stuff is working, except transmitting back to the PC 2019-01-07T01:06:26 < aandrew> I receive perfectly fine, and my setup for TX looks correct (sending to EP 0x81, buffer is right, length is right, etc.) 2019-01-07T01:06:43 < aandrew> but when it actually starts to transmit, I get a USB IRQ (naturally) and then enver recover 2019-01-07T01:07:06 < aandrew> it's like the data in (to pc) stage isn't being handled correctly 2019-01-07T01:07:46 < aandrew> USB_OTG_GINTSTS_IEPINT is in endpoint interrupt I am guessing 2019-01-07T01:07:48 < aandrew> which is right 2019-01-07T01:08:22 < aandrew> ep_intr is 0x02 though which doesn't sound right... shouldn't it be 1 for EP 0x81? 2019-01-07T01:08:51 < aandrew> 0x81 is my to-the-pc endpoint, 0x02 is my from-the-pc endpoint 2019-01-07T01:10:41 < aandrew> er no ep_intr isn't that, it's something else 2019-01-07T01:13:57 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has joined ##stm32 2019-01-07T01:15:57 < kakimir> poo 2019-01-07T01:20:29 < Laurenceb_123> uh oh 2019-01-07T01:20:40 < Laurenceb_123> u been brappp-posting too? 2019-01-07T01:23:21 -!- con3 [~kvirc@197.233.241.64] has joined ##stm32 2019-01-07T01:24:43 < Laurenceb_123> til there are cheap houses in Italy 2019-01-07T01:24:51 < Laurenceb_123> <100k euros 2019-01-07T01:25:27 * antto photoshops Laurenceb_123 onto a mansion 2019-01-07T01:25:53 < Laurenceb_123> reinforced concrete earthquake protection looks like a pita 2019-01-07T01:26:22 < Laurenceb_123> also the climate is weird, actually colder than uk atm in northern italy 2019-01-07T01:27:21 < kakimir> I just posted a big one down the drains 2019-01-07T01:27:42 < antto> thicc 2019-01-07T01:28:20 < BrainDamage> that is correct 2019-01-07T01:28:46 < BrainDamage> italy being sunny and warm is just a stereotype, and mostly applies to the south 2019-01-07T01:29:01 < BrainDamage> a place that not many would stomach live in I'd wager 2019-01-07T01:31:08 < kakimir> hot 2019-01-07T01:31:42 < kakimir> volcanos 2019-01-07T01:31:46 < kakimir> mob running the place 2019-01-07T01:31:55 < Laurenceb_123> Malta looks ok 2019-01-07T01:32:03 < zyp> Steffanx, haven't bought the fiber yet 2019-01-07T01:32:37 < kakimir> usually in the spring sometimes finland is the hottest place in europe 2019-01-07T01:33:10 < antto> really? 2019-01-07T01:33:20 < kakimir> once it was like >25C in lapland while the whole europe had rain and 15-20C 2019-01-07T01:33:46 < antto> hm, santa farting much 2019-01-07T01:33:57 < BrainDamage> that's a point data and more of a consequence of the other countries being temporarily clouded over 2019-01-07T01:34:05 < BrainDamage> rather than a season thing 2019-01-07T01:34:49 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-07T01:35:45 < Steffanx> nah finland is always ice cold due to the finnish people. 2019-01-07T01:36:02 < kakimir> https://yle.fi/uutiset/3-6668810 >30C in may in lapland while central europe was ~15C 2019-01-07T01:36:09 < kakimir> 2013 2019-01-07T01:36:24 < Steffanx> ympäristökeskuksen, i agree 2019-01-07T01:37:27 < kakimir> it says thought that there was some places in eastern europe with >30C same time 2019-01-07T01:37:32 < kakimir> *though 2019-01-07T01:37:45 < Steffanx> what would happen if you'd skip all those ä en ös kakimir. would that be weird? 2019-01-07T01:37:54 < kakimir> yes 2019-01-07T01:38:00 < kakimir> or even change them to a an o 2019-01-07T01:38:04 < kakimir> weird 2019-01-07T01:38:08 < Steffanx> would it make finnish totally un-understandable? 2019-01-07T01:38:19 < zyp> ä is closer to e than a, no? 2019-01-07T01:38:26 < zyp> at least that's the case in swedish 2019-01-07T01:38:59 < zyp> and ö is pretty unique 2019-01-07T01:39:25 < zyp> does finnish use å? 2019-01-07T01:39:32 < kakimir> no 2019-01-07T01:40:07 < zyp> explains why I can't recall having seen it 2019-01-07T01:40:30 < kakimir> swedish names for finnish places have them 2019-01-07T01:40:36 < kakimir> Åbo 2019-01-07T01:40:41 < kakimir> - Turku 2019-01-07T01:40:47 < zyp> yeah, I know that 2019-01-07T01:40:48 < kakimir> Åland 2019-01-07T01:40:54 < kakimir> Ahvenanmaa 2019-01-07T01:40:56 < zyp> tervetuloa 2019-01-07T01:41:00 < zyp> ei saa peittää 2019-01-07T01:41:05 < zyp> taskumatti 2019-01-07T01:41:13 < zyp> mansikka 2019-01-07T01:41:28 < zyp> maybe that one also had some ¨-s 2019-01-07T01:41:37 < kakimir> everything is correct 2019-01-07T01:41:40 < zyp> cool 2019-01-07T01:42:05 < Steffanx> lol you can even write the dots. thats too pro for my kb 2019-01-07T01:42:18 < zyp> Steffanx, you don't have a key for that? 2019-01-07T01:42:23 < Steffanx> nope 2019-01-07T01:42:24 < kakimir> norw has same keys 2019-01-07T01:42:33 < kakimir> fi/se/no same kb 2019-01-07T01:42:33 < Steffanx> i write "o 2019-01-07T01:42:38 < Steffanx> ö 2019-01-07T01:42:49 < zyp> hit space instead of the o 2019-01-07T01:42:51 < kakimir> wow 2019-01-07T01:43:01 < kakimir> I can make ö like that 2019-01-07T01:43:14 < zyp> kakimir, not entirely the same 2019-01-07T01:43:24 < kakimir> hmm 2019-01-07T01:43:26 < kakimir> maybe not 2019-01-07T01:43:36 < zyp> norwegian keyboard have Æ/Ø keys, swedish/finnish have Ä/Ö 2019-01-07T01:44:00 < Steffanx> i bet you can do `o and 'o as well, kakimir 2019-01-07T01:44:13 < zyp> òó? 2019-01-07T01:44:35 < zyp> also ô 2019-01-07T01:44:48 < Steffanx> Affirmative. 2019-01-07T01:44:52 < BrainDamage> ò_ó 2019-01-07T01:44:58 < zyp> :D 2019-01-07T01:45:32 < zyp> Stëffänx 2019-01-07T01:46:57 < zyp> uh 2019-01-07T01:47:15 < zyp> Steffanx, https://upload.wikimedia.org/wikipedia/commons/2/24/Nederlandse_toetsenbordindeling_-_tekst_als_paden.svg <- this doesn't look all that different from my layout 2019-01-07T01:47:42 < Steffanx> but but i dont use that, not ever. 2019-01-07T01:47:49 < zyp> which then? 2019-01-07T01:47:52 < Steffanx> i think us international whatever, is more standard in dutchland 2019-01-07T01:48:03 < zyp> oh, heh 2019-01-07T01:48:27 < Steffanx> the real dutch one has a huge enter iirc 2019-01-07T01:48:42 < zyp> norwegian also has a two-row enter 2019-01-07T01:49:05 < Laurenceb_123> kek I found Rei on twitter https://mobile.twitter.com/enn_nafnlaus?max_id=1080451498734219263 2019-01-07T01:49:18 < Laurenceb_123> autism for Tesla now rather than emdrive 2019-01-07T01:49:36 < Laurenceb_123> dat Musk worship 2019-01-07T01:49:41 < Steffanx> Laurenceb_123, doesnt your autism tell you we have no fucking clue who Rei is. 2019-01-07T01:49:47 < kakimir> https://en.wikipedia.org/wiki/Keyboard_layout#/media/File:Telegraph_Keyboard.jpg look at this layout 2019-01-07T01:49:52 < Steffanx> or that other 4chan girl you mentioned etc. 2019-01-07T01:50:01 < Laurenceb_123> Steffanx: one of the weirdos responsible for emdrive 2019-01-07T01:50:03 < zyp> but yeah, just using the us layout makes sense if your language doesn't use any uncommon letters or anything 2019-01-07T01:50:07 < Steffanx> oh, and perhaps that boring. 2019-01-07T01:51:00 < Steffanx> as long as its not Æ/Ø etc. or this circle on an aoie etc., i can do it. 2019-01-07T01:51:15 < BrainDamage> I use the us layout 2019-01-07T01:51:24 < BrainDamage> altough the single row enter weirds me out 2019-01-07T01:51:27 < zyp> to me it'd be unnatural to use a keyboard without ÆØÅ, but apart from those and habit I don't have any particular reason to use the norwegian layout 2019-01-07T01:53:10 < Steffanx> we mainly use é or è to emphasize stuff. umlauts(fuck why we also call it an umlaut, i dont know the english term) are more common. 2019-01-07T01:53:17 < Steffanx> i blame the germans for that.. umlaut. 2019-01-07T01:53:34 < zyp> aren't they called umlaut in english? 2019-01-07T01:53:44 < Steffanx> idk. 2019-01-07T01:54:10 < Steffanx> i guess 2019-01-07T01:54:26 < zyp> «The diacritic ¨, called either an umlaut or a diaeresis depending on which phonological phenomenon it indicates» 2019-01-07T01:55:39 < Laurenceb_123> https://mobile.twitter.com/enn_nafnlaus/status/1054504629088780289?p=v 2019-01-07T01:56:37 < Laurenceb_123> dis twitter is so cringe 2019-01-07T01:57:07 < zyp> dis Laurenceb_123 is so cringe 2019-01-07T01:57:34 < zyp> speaking of elon 2019-01-07T01:58:03 < zyp> one of the stores I'm driving by every day is apparently called «elon» now, they put up new huge signs a few days ago 2019-01-07T01:58:04 < Laurenceb_123> *saint elon* 2019-01-07T02:03:23 < Steffanx> time to sleep Laurenceb_123, otherwise you wont be fresh in the morning. 2019-01-07T02:03:48 < Steffanx> i was going for "downy" but not sure if that's actually a good translation 2019-01-07T02:16:26 -!- con3 [~kvirc@197.233.241.64] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-07T02:30:28 * karlp has a ö key, a þ key, a ð key _and_ a æ key... 2019-01-07T02:30:36 < munki_> hey all 2019-01-07T02:30:47 < munki_> gonna paste a few lines in here asking some questions about electronics stuff 2019-01-07T02:30:49 < munki_> pls dont b& 2019-01-07T02:30:50 < karlp> worst programming keyboards ever, {[]}~ are all on alt-gr 2019-01-07T02:30:57 < karlp> then don't fucking spam loser 2019-01-07T02:31:04 < karlp> use a paste service like you _KNOW_ you should do 2019-01-07T02:31:10 < munki_> hey all 2019-01-07T02:31:10 < munki_> if i wanted to do a project that required a uC to drive a pretty high res screen 2019-01-07T02:31:10 < munki_> id' need a good amount of ram right 2019-01-07T02:31:10 < munki_> what are uC's with large quantities of RAM available, or maybe what are good resources to learn about how to use external RAM chips 2019-01-07T02:31:10 < munki_> like an 800x480 screen, assuming 1 byte per pixel, that's 384k of ram just for a single screen buffer 2019-01-07T02:31:10 < munki_> though i guess reducing the pallet size to something like 2019-01-07T02:31:20 * karlp laughs 2019-01-07T02:31:21 < munki_> 24 colors that would substantialy reduce ram usage 2019-01-07T02:31:27 < karlp> the "hey all" was particularly redundant 2019-01-07T02:31:56 < karlp> you can also get screen controllers that take care of some of this for you... 2019-01-07T02:32:11 < munki_> true 2019-01-07T02:32:29 < munki_> trying to keep board complexity down but that would be a useful thing to consider i agree 2019-01-07T02:32:51 < munki_> having external ram would however increase board copmlexity in and of itself so that's a moot point most likely 2019-01-07T02:33:36 < karlp> ask another way, what do you need a MCU on this for at all? 2019-01-07T02:33:57 < karlp> have you considered a more regular embedded linux solution instead? 2019-01-07T02:34:05 < munki_> the goal is to have some sort of files on an SD card, and read from them, to display on the screen 2019-01-07T02:34:28 < karlp> you can probably by that as a single chip solution, given the old prevalance of picture frame shitz 2019-01-07T02:34:37 < munki_> i figured having a lunix solution would be substantially more complex to create a board for and mfg 2019-01-07T02:34:48 < munki_> let alone program and develop 2019-01-07T02:34:51 < karlp> did you actually investigate? 2019-01-07T02:35:02 < munki_> like look at how complex an rpi is 2019-01-07T02:35:15 < karlp> have you ever heard of a module? 2019-01-07T02:35:26 < munki_> compared to seomething like a gen4-iod-24t esp8266 screen board 2019-01-07T02:35:36 < karlp> sounds like you have the answers you need then. 2019-01-07T02:35:52 < karlp> who gave you answers you didn't like, that led you hear? 2019-01-07T02:36:08 < karlp> 4d is one of the companies that will give you those external controllers I mentioned 2019-01-07T02:36:11 < karlp> let me guess 2019-01-07T02:36:16 < karlp> "boo hoo, it's fucking expensive" 2019-01-07T02:36:35 < munki_> no, i'm just working on a little project and wanted a little bit of direction from potentially mroe experienced people 2019-01-07T02:36:42 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has left ##stm32 [] 2019-01-07T02:37:04 < munki_> as for cost, if i can keep a single unit below idk $150? 200? i'd be more or less happy 2019-01-07T02:37:10 < munki_> it's a very limited run 2019-01-07T02:37:16 < karlp> though honestly, that 4d system is way chaper than older 4d stuff, just use it and move on 2019-01-07T02:37:33 < munki_> too low resolution, i used it for this year's iteration and for next year i'd like to have soething substantially higher res 2019-01-07T02:37:48 * karlp laughs 2019-01-07T02:38:11 < munki_> that's not very nice sir 2019-01-07T02:38:22 < munki_> sorry if i offended you 2019-01-07T02:44:33 < Steffanx> Isnt an rpi + dsi display cheap enough. Certainly < 100 dollwr 2019-01-07T02:45:25 < Steffanx> There are some stm32 discovery/eval kits with a display, not sure what sizes 2019-01-07T02:51:29 < bitmask> mmm pickle flavored potato chips 2019-01-07T02:55:47 < englishman> hey munki 2019-01-07T02:56:10 < englishman> esp8266 plus external display memory? yikes 2019-01-07T02:57:02 < englishman> for that price, lunix + shitberreypi compute module for sure 2019-01-07T02:57:06 < tjq> I need to set the cuck frequency 2019-01-07T03:07:41 < englishman> wow you guys wasted no time in chasing off a noob 2019-01-07T03:12:37 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-07T03:39:46 -!- ds2 [~ds2@rehut.com] has quit [Ping timeout: 250 seconds] 2019-01-07T03:56:42 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2019-01-07T03:58:05 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-07T04:09:35 < munki_> englishman: yeah i won't be using esp for sure 2019-01-07T04:09:46 < munki_> that's why i was wondering about other uC with larger ram available 2019-01-07T04:10:02 < dongs> why would you limit yourself not to use esp1477 2019-01-07T04:10:20 < munki_> only esp1488 here 2019-01-07T04:11:32 < dongs> munki, FTDI sells t his "EVE" shit 2019-01-07T04:11:38 < dongs> that will drive the screen size you need 2019-01-07T04:11:41 < dongs> and you just send it drawing commands 2019-01-07T04:11:47 < dongs> like 'draw line, draw circle, fill rect' 2019-01-07T04:11:58 < dongs> then you can use it even with esp1488 or retarduino 2019-01-07T04:12:02 < munki_> interesting 2019-01-07T04:12:22 < dongs> looks like they're on 3rd gen of that 2019-01-07T04:12:30 < dongs> https://www.ftdichip.com/Products/ICs/BT81X.html 2019-01-07T04:12:48 < munki_> i will say, the 4D library had some good features i liked specifically the ability to send an entire screen buffer over 4-byte SPI words 2019-01-07T04:12:55 < dongs> yes, this is similar to 4D shit 2019-01-07T04:13:18 < munki_> it's for the next version of htis https://github.com/thatfunkymunki/pumpbadge/blob/master/pumpbadge.ino 2019-01-07T04:13:21 < dongs> so if that stuff would have worked for you (but was too fucking expensive) then FTDI would be ok 2019-01-07T04:13:35 < munki_> which i used the gay little 4d display 2019-01-07T04:13:54 < munki_> but i want something better and more pixxxels so i can display actual ansi art and not just gay little blox of mirc art 2019-01-07T04:14:11 < dongs> FTDI it is 2019-01-07T04:14:18 < dongs> anything else is gonna involve way too much aids 2019-01-07T04:14:24 < munki_> figures 2019-01-07T04:14:24 < dongs> i mean youcould setupo a F4 with external sdram 2019-01-07T04:14:27 < dongs> and 24bit LCD 2019-01-07T04:14:31 < dongs> but you'll spend a year routing it 2019-01-07T04:14:35 < dongs> and then another year writing firmware 2019-01-07T04:14:35 < munki_> lololo 2019-01-07T04:14:40 < dongs> ftdi, you buy their evalboard 2019-01-07T04:14:41 < munki_> yeah that's what i was hoping to avoid 2019-01-07T04:14:46 < dongs> hook it up to some -discovery with SPI 2019-01-07T04:14:48 < dongs> code your shit 2019-01-07T04:14:54 < dongs> then make a board and route in like 1 hour 2019-01-07T04:14:55 < dongs> done 2019-01-07T04:14:59 < munki_> true 2019-01-07T04:15:00 < munki_> good call 2019-01-07T04:16:09 < dongs> anyway i used it for some proj a while ago, the FT800 thing 2019-01-07T04:16:22 < dongs> it wasn't awful, and since they're on 3rd gen now its probly still selling and doing OK 2019-01-07T04:16:31 < dongs> and you can always buy that shit on digikey so thats a bonus 2019-01-07T04:16:40 < dongs> not some random china IC that may be EOL tomororw 2019-01-07T04:18:26 < munki_> thx for the tip 2019-01-07T04:18:41 < munki_> i'll buy their dev board and have a look 2019-01-07T04:23:19 < dongs> https://www.youtube.com/watch?v=qwQ3yGBknGA 2019-01-07T04:23:24 < dongs> you could totally scroll bigmatix here 2019-01-07T04:23:43 < munki_> already did :D https://www.youtube.com/watch?v=j13i0H_oam0 2019-01-07T04:23:54 < dongs> lols 2019-01-07T04:26:11 < munki_> it was p cool, read pumps directly from sd card 2019-01-07T04:26:49 < englishman> cool ftdi chip 2019-01-07T04:28:12 -!- impulse [~impulse@S01062c7e81ff33f0.mh.shawcable.net] has joined ##stm32 2019-01-07T04:32:20 < impulse> if i have a pin set up as a timer input capture, can i still read the state of that pin at any time? 2019-01-07T04:35:34 < dongs> you can alwas try 2019-01-07T04:36:11 < dongs> im pretty sure IDR is updated always 2019-01-07T04:36:13 < dongs> of pin status 2019-01-07T04:50:50 < impulse> ok thanks 2019-01-07T04:59:07 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2019-01-07T05:00:20 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-07T05:11:23 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has quit [Ping timeout: 258 seconds] 2019-01-07T05:32:49 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has joined ##stm32 2019-01-07T06:04:35 -!- fc5dc9d4 [~quassel@p5B081E8B.dip0.t-ipconnect.de] has joined ##stm32 2019-01-07T06:08:53 -!- fc5dc9d4_ [~quassel@p5B0814AF.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 2019-01-07T06:31:09 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2019-01-07T06:31:27 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-07T06:46:35 -!- jlstrauss [cb1346b7@gateway/web/freenode/ip.203.19.70.183] has joined ##stm32 2019-01-07T07:02:58 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-07T07:06:30 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 244 seconds] 2019-01-07T07:06:30 -!- day__ is now known as day 2019-01-07T07:16:32 -!- ds2 [~ds2@rehut.com] has joined ##stm32 2019-01-07T07:27:17 -!- jlstrauss [cb1346b7@gateway/web/freenode/ip.203.19.70.183] has quit [Ping timeout: 256 seconds] 2019-01-07T07:38:22 -!- tjq [uid339161@gateway/web/irccloud.com/x-ratfoinfrcbnnulp] has quit [Quit: Connection closed for inactivity] 2019-01-07T07:44:47 < rajkosto> does the counter mode Up/Down matter for making PWM1 OC 2019-01-07T07:51:31 < dongs> why would it 2019-01-07T07:52:59 < rajkosto> why would anything matter in this cruel world 2019-01-07T08:04:58 -!- inca [~inca@162.154.131.90] has quit [Ping timeout: 250 seconds] 2019-01-07T08:13:07 < rajkosto> thanks for sharing this video,do you have code of keil cubemx 2019-01-07T08:13:45 < dongs> DO YOU HAVE THE CODES 2019-01-07T08:14:13 < dongs> PLEASE SEND CODES TO PARAKEET.SINGARAM@GMAIL>COM 2019-01-07T08:15:19 -!- sterna [~Adium@c-61ebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-07T08:17:26 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-07T08:22:33 -!- tjq [uid339161@gateway/web/irccloud.com/x-znwbpolqdfoppkqk] has joined ##stm32 2019-01-07T08:26:56 < rajkosto> do you think they would actually appreciate getting codes for what they wanted 2019-01-07T08:27:00 < rajkosto> like 2 years after 2019-01-07T08:31:37 -!- sterna [~Adium@c-61ebe155.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-07T08:43:33 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-07T08:43:50 -!- inca [~inca@162.154.131.90] has joined ##stm32 2019-01-07T08:52:25 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-07T08:56:54 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-07T08:57:12 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-07T09:05:23 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-07T09:21:16 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-07T09:21:57 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-07T09:28:54 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-07T09:33:37 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-07T09:42:58 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-07T09:43:37 -!- rajkosto [~Rajko@178.149.114.98] has joined ##stm32 2019-01-07T10:00:43 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-07T10:11:24 < munki_> Thank you for doing the needful and sending for me the codes. 2019-01-07T10:12:20 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-07T10:26:56 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-07T10:29:03 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-07T10:41:30 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-07T10:42:03 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-07T10:42:39 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Client Quit] 2019-01-07T10:44:31 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-07T11:03:33 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2019-01-07T11:07:59 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-07T11:12:20 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-07T11:12:42 -!- con3 [~kvirc@197.233.215.98] has joined ##stm32 2019-01-07T11:13:34 < kakimir> is there analog solution for detecting analog signal unstability? 2019-01-07T11:13:55 < kakimir> I think I want to measure my voltage lines in tester 2019-01-07T11:14:16 < kakimir> not just amplitude 2019-01-07T11:14:50 < kakimir> but if the signal has become unstabile for any reason 2019-01-07T11:19:20 -!- Kerr-A [~Kerr-A@2605:e000:1b05:c480:3474:bb16:a9c7:c827] has quit [Quit: I was standing in the park wondering why frisbees got bigger as they get closer. Then it hit me.] 2019-01-07T11:22:24 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-07T11:23:32 < dongs> ur untable 2019-01-07T11:26:28 < rajkosto> https://images.sshnuke.net/2019-01-07_10-26-24_2k4ohHIeF.png what interrupt do i use to read these out 2019-01-07T11:26:48 < dongs> CC 2019-01-07T11:26:55 < dongs> it dpeends on timer 2019-01-07T11:27:02 < dongs> some of them just use a generic TIMx_IRQ 2019-01-07T11:27:09 < dongs> and then you check flag and pull CC or update or wahtever 2019-01-07T11:27:09 < rajkosto> its on TIM1 2019-01-07T11:27:16 < rajkosto> which flag tho 2019-01-07T11:27:17 < dongs> ok, then TIM1 has a separate CC irq 2019-01-07T11:30:55 < rajkosto> does ARR, OPM matter for this use case ? 2019-01-07T11:32:21 < zyp> yes 2019-01-07T11:32:49 < zyp> you can use ARR to set a timeout 2019-01-07T11:33:16 < rajkosto> i think OPM should be on as its getting externally triggered 2019-01-07T11:33:25 < zyp> no 2019-01-07T11:33:53 < zyp> or maybe, idk, I don't think I used it 2019-01-07T11:34:06 < kakimir> dongs: ouch 2019-01-07T11:34:49 < kakimir> how is innovation? 2019-01-07T11:36:22 < zyp> rajkosto, here's some code I wrote many years ago, using that mode to decode shit: https://cgit.jvnv.net/suzumebachi/tree/drivers/ppmsum.cpp 2019-01-07T11:37:11 < zyp> hitting ARR triggers line 16, first edge of a pulse triggers line 21 and last edge of a pulse triggers line 32 2019-01-07T11:39:17 < zyp> each update sends a train of pulses, I store the width of each pulse, between each train there's at least 5000 clocks, so I use a long period to detect when a new train starts 2019-01-07T11:40:08 < zyp> if I stop getting updates at all, I'll run into ARR and call it a timeout 2019-01-07T11:40:33 < rajkosto> OPM should be off because the slave mode is set to Reset not Trigger 2019-01-07T11:40:40 < zyp> yes 2019-01-07T11:45:13 < zyp> just empty it out after each suck 2019-01-07T11:45:26 < rajkosto> push the button rapidly a few times 2019-01-07T11:45:28 < zyp> push the plunger all the way 2019-01-07T11:45:48 < zyp> on mine, that makes it protrude all the way through the tip 2019-01-07T11:46:19 < zyp> I recommend having a trashcan nearby for this purpose :p 2019-01-07T11:55:26 < zyp> no, it's common 2019-01-07T11:56:09 < zyp> adding more gets you better heat transfer 2019-01-07T11:56:10 < tjq> ah the pump 2019-01-07T11:57:25 < tjq> i still use one http://www.edsyn.com/product/DS017.html , it's quicker than waiting for my vacuum desolderer to heat up 2019-01-07T11:57:55 < tjq> do regularly clean the inside if your suction is weak and relube it with petroleum jelly (lol) 2019-01-07T12:02:28 < rajkosto> it wasnt cuz it came otu with plunger push 2019-01-07T12:02:45 < rajkosto> the actual clog is when you have to dissasemble it and clean the spring of tiny flecks 2019-01-07T12:03:11 < rajkosto> btw if the tip is filled with solder thats stuck to the tip you can use soldering iron to get it out 2019-01-07T12:03:16 < karlp> man, arm.com does the least possible worst implementation of "opt out of cookies" I've seen in a while. 2019-01-07T12:03:28 < tjq> i just jam the tip in upside down to clean it 2019-01-07T12:03:39 < karlp> "here's some things we're using, go visit each of their sites one by one in turn to learn how you can opt out" 2019-01-07T12:04:13 < tjq> karlp: my interpretation of 99% of the things is 'accept cookies or don't use our site at all' 2019-01-07T12:05:05 < karlp> yeah, "nice" ones have things that actually let you opt out, but msot of the rest do seem to be "fuck yall, your coice is to leave" 2019-01-07T12:05:42 < rajkosto> zyp, i see you also did TIM_UpdateRequestConfig(DIM_TIMER, TIM_UpdateSource_Global); 2019-01-07T12:05:49 < rajkosto> thats not in the RM0008 2019-01-07T12:06:38 < zyp> huh? 2019-01-07T12:06:53 < rajkosto> set 0x4 in CR1 2019-01-07T12:07:24 < zyp> let me look up the RM so I can give you an answer as to why 2019-01-07T12:07:40 < rajkosto> https://images.sshnuke.net/2019-01-07_11-07-39_q5lxfXh23.png 2019-01-07T12:08:01 < rajkosto> i guess to suppress update interrupt via slave controller ? 2019-01-07T12:08:41 < zyp> exactly, I don't want UIF set when the first edge triggers a reset, just when ARR causes overflow 2019-01-07T12:09:07 < zyp> it's only relevant if you use ARR as a timeout mechanism 2019-01-07T12:09:29 < rajkosto> TIM1 has separate CC and UPD interrupts 2019-01-07T12:09:41 < rajkosto> guess i gotta enable both and clear accordingly 2019-01-07T12:10:06 < zyp> you mean they are hooked to different IRQs? 2019-01-07T12:10:13 < rajkosto> yes 2019-01-07T12:10:28 < rajkosto> https://images.sshnuke.net/2019-01-07_11-10-27_cCcjN2TnT.png 2019-01-07T12:10:50 < zyp> doesn't make a big difference, if you point both at the same ISR, you can handle it the same way as the other timers with only one IRQ 2019-01-07T12:11:04 < zyp> or you can split the ISR into two 2019-01-07T12:12:34 < zyp> after all, you don't interact with the IRQ itself apart from enabling it in the NVIC, you just clear the flags in the timer and they are the same regardless of how which IRQs they are routed to 2019-01-07T12:12:50 < rajkosto> you can clear the interupt flag only or the full timer flag 2019-01-07T12:13:12 < rajkosto> (gotta clear at least one of them otherwise the interrupt will just repeat forever) 2019-01-07T12:13:33 < zyp> what do you mean by full timer flag? 2019-01-07T12:13:43 < rajkosto> TIM_SetFlagStatus is full timer flag 2019-01-07T12:13:49 < rajkosto> TIM_ClearITPendingBit is just interrupt flag 2019-01-07T12:14:02 < zyp> those function names doesn't tell me anything :) 2019-01-07T12:14:12 < rajkosto> google them they are in cmsis/stdperiph 2019-01-07T12:14:41 < zyp> I'm not really all that interested :p 2019-01-07T12:14:52 < rajkosto> of course you arent, you dont even label your bits as constants 2019-01-07T12:14:53 < rajkosto> you animal 2019-01-07T12:15:20 < karlp> "I don't like this help, I want other help" 2019-01-07T12:15:20 < zyp> in newer code I generally do, that shit is 7-8 years old now :p 2019-01-07T12:15:29 < rajkosto> karlp, im just being snarky 2019-01-07T12:15:37 < karlp> no shit. 2019-01-07T12:15:43 < karlp> you've been kinda snarky for a while now :) 2019-01-07T12:15:54 < karlp> stm32sucks, stm32 did wtc.... or something.... 2019-01-07T12:16:05 < rajkosto> karl play a record 2019-01-07T12:16:17 < zyp> karlp, wanting other help is not unreasonable when the help you get is not useful :) 2019-01-07T12:19:05 < rajkosto> TIM_ClearITPendingBit and TIM_ClearFlag seem to actually do the same thing 2019-01-07T12:19:09 < rajkosto> BEANBOOZLED 2019-01-07T12:23:58 -!- con3 [~kvirc@197.233.215.98] has quit [Ping timeout: 252 seconds] 2019-01-07T12:34:49 < tjq> wonder how many kikes this little can took out 2019-01-07T12:35:13 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-07T12:42:11 < rajkosto> zyp, ok this works except UPDATE triggers all the time 2019-01-07T12:42:22 < rajkosto> so if i set it to clear the measurement it clears it 2019-01-07T12:42:29 < zyp> even with that bit set? 2019-01-07T12:42:40 < zyp> the global whatever 2019-01-07T12:43:29 < Haohmaru> global warming 2019-01-07T12:45:07 -!- catphish [~catphish@unaffiliated/catphish] has quit [Remote host closed the connection] 2019-01-07T12:48:20 < rajkosto> https://pastebin.com/xYueKcnb 2019-01-07T12:51:58 < rajkosto> the reading stuff works but overflow seems to trigger every cycle 2019-01-07T12:55:48 < rajkosto> kinda need the overflow tho, because when the input signal is 100%, its just a constant 1 level, so i need to set that there 2019-01-07T13:05:35 < rajkosto> the key to yours, zyp, is that you have one interrupt handler 2019-01-07T13:06:05 < rajkosto> doing this makes it work https://pastebin.com/Qk4jtjUg 2019-01-07T13:06:18 < zyp> ah, of course, I use if/else 2019-01-07T13:07:09 < zyp> well, like I said, you can just register the same ISR for both IRQs 2019-01-07T13:08:27 < rajkosto> its good like this 2019-01-07T13:21:03 < englishman> the same company that is installing public EV charging stations is also selling private recharging stations to companies, with the same logos and interface as the public ones 2019-01-07T13:21:27 < englishman> so now there's a ton of charging stations around that you can't use, but they look identical 2019-01-07T13:21:32 < englishman> UX fail 2019-01-07T13:28:12 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-07T13:31:39 < zyp> fun 2019-01-07T13:32:08 < zyp> the norwegian operators also sell private ones, but they are clearly marked as such 2019-01-07T13:32:16 < kakimir> is englishman electric already? 2019-01-07T13:32:22 < englishman> since may 2019-01-07T13:33:13 < Haohmaru> electricishman 2019-01-07T13:33:34 < zyp> I need to figure out some stuff for the new house soon 2019-01-07T13:35:04 < Steffanx> Since electricity is dirt cheap in norway, make it public 2019-01-07T13:40:30 < Haohmaru> can i come and fill two buckets of electricty then? 2019-01-07T13:47:32 < kakimir> they have oil 2019-01-07T13:47:38 < kakimir> take 2 buckets of diesel 2019-01-07T13:48:01 < Haohmaru> i have no use for diesel 2019-01-07T13:48:35 < kakimir> it's interesting how high fuel pump prices are in norway 2019-01-07T13:48:51 < zyp> most of it are fees 2019-01-07T13:49:03 < kakimir> you have super high fuel tax there? 2019-01-07T13:49:16 < zyp> yeah 2019-01-07T13:50:12 < kakimir> baseprice of a litre is like 20cents 2019-01-07T13:50:22 < kakimir> then 3eur of taxes and fees on top of it 2019-01-07T13:50:34 < specing> good 2019-01-07T13:50:49 < kakimir> and it is not even a problem because rich 2019-01-07T13:50:51 < zyp> let's see, there's a 5.19 NOK road tax and a 1.04 NOK co2 tax per liter of gasoline 2019-01-07T13:51:01 < zyp> and then there's 25% VAT on top of everything 2019-01-07T13:51:51 < zyp> not sure how much gas is nowadays, but at 16 NOK/l, 9.43 NOK is taxes 2019-01-07T13:53:56 < specing> zyp: How come your VAT is so high? 2019-01-07T13:54:15 < Haohmaru> it's smoking grass 2019-01-07T13:56:51 < zyp> specing, compared to what? VAT in the 20%-range isn't all that uncommon in europe as far as I can tell 2019-01-07T13:57:32 < tjq> lol 2019-01-07T13:57:55 < tjq> smoking grass? 2019-01-07T13:59:15 < kakimir> I think that in funland there is like at least 60% taxes in fuel 2019-01-07T13:59:16 < kakimir> or more 2019-01-07T13:59:57 < BrainDamage> 56% in italy 2019-01-07T14:00:23 < BrainDamage> and italy has 22% VAT 2019-01-07T14:02:40 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Ping timeout: 246 seconds] 2019-01-07T14:20:06 < Thorn> https://twitter.com/UKDefJournal/status/1080790459574874112 2019-01-07T14:20:28 < specing> zyp: yes but it is not common for european countries to be oil rich 2019-01-07T14:21:41 < kakimir> coal coal coal 2019-01-07T14:26:39 < karlp> heh, 6+1 m4fs, plus at least 1 m0+: https://www.sony-semicon.co.jp/products_en/spresense/ 2019-01-07T14:26:44 < karlp> sillyness 2019-01-07T14:26:55 < karlp> it's like propellor 2019-01-07T14:27:49 < emeryth> will this be the new audiophile platform? 2019-01-07T14:30:34 < englishman> gas is cheap as hell now but diesel is 35% more 2019-01-07T14:31:36 < Ecco> Hi 2019-01-07T14:31:45 < Ecco> Just to tell you guys I think I found my FMC bug on H7 2019-01-07T14:31:50 < englishman> cool 2019-01-07T14:32:02 * Ecco should have read the doc more carefully 2019-01-07T14:32:06 < Ecco> as always 2019-01-07T14:32:09 < Ecco> On Cortex-M7 2019-01-07T14:32:15 < Ecco> FSMC lives on the AXI bus 2019-01-07T14:32:31 < Ecco> and size of transctions on the AXI bus depend on MPU settings 2019-01-07T14:32:44 < Ecco> apparently they do NOT depend on the CPU instruction 2019-01-07T14:32:46 < Ecco> "The memory region MPU attribute must be configured as “Device” or “strongly-ordered” in order to prevent issues on devices that do not have the byte select feature. As an example, if byte accesses are performed to 16-bit memories with the MPU attribute set to “Normal memory”, the AXI transaction size is 64 bits and the FMC splits the transaction into four consecutive accesses while only one 2019-01-07T14:32:52 < Ecco> access is expected instead of four." 2019-01-07T14:33:20 < Steffanx> Heh. At least you figured it out :) 2019-01-07T14:33:51 < Ecco> indeed :) 2019-01-07T14:35:52 < specing> DC/DC converter and audio on the same chip? 2019-01-07T14:37:08 < karlp> specing: everything's fine as long as you have external nichicon capacitors 2019-01-07T14:37:19 < karlp> and make sure to use raised crystals 2019-01-07T14:38:52 < karlp> audios all digital these days anyway.... 2019-01-07T14:42:23 -!- Steffann [~steffanx@unaffiliated/steffanx] has joined ##stm32 2019-01-07T14:44:56 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Ping timeout: 250 seconds] 2019-01-07T14:50:39 < sync> englishman: it is the other way around here 2019-01-07T14:50:48 < sync> diesel is cheep 2019-01-07T14:53:43 < englishman> heading off to new pro irc EE job 2019-01-07T14:53:46 < englishman> wish me success 2019-01-07T14:58:21 < dongs> will y ou be using altidongs 2019-01-07T14:58:30 < englishman> i sure hope so 2019-01-07T15:18:13 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has joined ##stm32 2019-01-07T15:34:17 < Ecco> holy f*cking shit. That was it indeed. 2019-01-07T15:34:31 < Ecco> had to tweak the MPU, and now FMC performs writes as expected 2019-01-07T15:36:51 < Laurenceb_123> loicense 2019-01-07T15:36:52 < Laurenceb_123> https://metro.co.uk/2019/01/07/plan-require-id-online-porn-april-go-ahead-8317148/ 2019-01-07T15:41:24 < mawk> credit card details ?? 2019-01-07T15:41:28 < mawk> is that a fake article 2019-01-07T15:41:42 < mawk> usually website that require "credit card details" to confirm your age just steal from you 2019-01-07T15:42:41 < BrainDamage> as opposed to the british government 2019-01-07T15:45:04 < Laurenceb_123> >bongistan ip b&s all webshites that might allow pronz 2019-01-07T15:45:07 < Laurenceb_123> >irc b& 2019-01-07T15:45:39 < Laurenceb_123> >all Twitter posts are now logged into your real name/ID since Twitter also has porn 2019-01-07T16:00:58 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-07T16:03:23 < rajkosto> is it safe to leave 5V levels on 5V tolerant inputs all the time ? 2019-01-07T16:03:42 < jpa-> as long as Vdd is on 2019-01-07T16:03:49 < rajkosto> well vdd just wasnt on 2019-01-07T16:03:57 < rajkosto> and it works fine still 2019-01-07T16:04:13 < jpa-> yeah, it might survive, but it is outside the specs 2019-01-07T16:05:11 < rajkosto> i had it unplugged from usb which is how it gets power but still connected to 5v inputs 2019-01-07T16:05:50 < rajkosto> this must happen a lot 2019-01-07T16:06:27 < jpa-> sure, it is a common gotcha; most of the time the Vdd will float up enough that the pins aren't broken (absolute maximum rating is Vdd+4V) 2019-01-07T16:07:09 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-07T16:13:15 -!- sk_tandt1 [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-07T16:15:49 < zyp> karlp, haha, cute 2019-01-07T16:16:51 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 258 seconds] 2019-01-07T16:16:51 -!- sk_tandt1 is now known as sk_tandt 2019-01-07T16:17:48 < zyp> I see utility in having multiple cores, since you can dedicate one to a high frequency task and not have to worry about latency and context switching overhead 2019-01-07T16:18:11 < zyp> but six cores might be going a bit too far :) 2019-01-07T16:18:41 < rajkosto> https://images.sshnuke.net/2019-01-07_15-18-40_twPEjJct8.png 2019-01-07T16:19:00 < rajkosto> M cores are tiny 2019-01-07T16:19:32 < zyp> if you simply need six cores to get enough number crushing power, cm4f is probably not the right platform for the application 2019-01-07T16:19:59 < rajkosto> one core per interrupt source 2019-01-07T16:21:03 < zyp> parts only available in 0.4mm pitch is also not so fun :) 2019-01-07T16:32:31 < Steffann> Great fun 2019-01-07T16:32:59 < aandrew> ugh this usb shit is killing me 2019-01-07T16:33:04 < aandrew> must be something stupidly simple 2019-01-07T16:34:26 < Steffann> Good luck englishman:) 2019-01-07T16:37:51 < jadew> Laurenceb_123, time to download porn, while it's still available 2019-01-07T16:38:11 < Laurenceb_123> ikr 2019-01-07T16:38:43 < jadew> you'd have to be stupid to give your ID to porn sites 2019-01-07T16:39:32 < jadew> maybe it's a ploy to increase birth rate 2019-01-07T16:39:50 < jadew> their reasoning: less masturbation = more fucking 2019-01-07T16:40:32 < zyp> aandrew, what's the problem? 2019-01-07T16:41:56 < aandrew> zyp: bulk device; 2 endpoints (0x81 and 0x02) - PC can write to the STM just fine, STM can receive the data without issue. When I transmit though, I correctly set the buffer address and count, all the LL shit looks good, but when the write completes (PC does not receive it though) I get an STM interrupt that seems ot not get handled and end up in an infinite loop in the ISR 2019-01-07T16:42:38 < zyp> got some code I can look at? 2019-01-07T16:43:09 < aandrew> I can post it but don't know how useful it will be. let me try to gather it up. you know STM bullshit, a million c/h files 2019-01-07T16:43:23 < zyp> ah, you're using st libs? 2019-01-07T16:44:04 < dongs> hal i would imagine 2019-01-07T16:45:26 < aandrew> USBD_LL_Transmit() calls HAL_PCD_EP_Transmit() calls USB_EPStartXfer(). that sees it's not ZLP, sets up USBx_INEP (ep->num is right, 0x01 for pipe 0x81), not using DMA. 2019-01-07T16:46:12 < aandrew> that sets USBx_DEVICE->DIEPEMPMSK to unmask the endpoint interupt and then boom, infinite interrupts 2019-01-07T16:46:13 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-07T16:46:21 < aandrew> yes, HAL usbd library 2019-01-07T16:46:26 < zyp> well, I presume third party code is supposed to work, so let's start looking at your code 2019-01-07T16:46:37 < aandrew> yes, my suspicion is in my setup 2019-01-07T16:46:45 < aandrew> one moment, let me gather that in a pastebin 2019-01-07T16:46:59 < aandrew> could just be a matter of needing to use DMA 2019-01-07T16:47:29 < zyp> you don't need to use DMA to do USB on any of the cores 2019-01-07T16:47:58 < aandrew> no but perhaps the code is half-DMA enabled because of some stupid thing 2019-01-07T16:48:01 < aandrew> one moment 2019-01-07T16:48:04 < zyp> only OTG_HS supports it at all, but you don't need to do it, you can treat it the same as OTG_FS and write data yourself instead 2019-01-07T16:48:08 < aandrew> I wonder if my FIFO setup is worng 2019-01-07T16:48:12 < zyp> yeah 2019-01-07T16:48:16 < zyp> I was about to say 2019-01-07T16:48:24 < aandrew> HAL_PCDEx_SetRxFiFo(&hpcd_USB_OTG_FS, 0x40); 2019-01-07T16:48:29 < aandrew> HAL_PCDEx_SetTxFiFo(&hpcd_USB_OTG_FS, 0, 0x80); 2019-01-07T16:48:32 < aandrew> that's all I'm doing 2019-01-07T16:48:44 < aandrew> but I don't know the correct way there 2019-01-07T16:48:51 < zyp> my loose guess is that you've forgot to configure the tx endpoint correctly, so you write garbage into the rxfifo area 2019-01-07T16:48:52 < aandrew> my only two endpoints are 0x81 and 0x02 2019-01-07T16:49:04 < zyp> that 0 is probably the offset in the fifo ram 2019-01-07T16:49:35 < zyp> with a 0x40-sized rxfifo, you'd want txfifo to start at offset 0x40 2019-01-07T16:50:06 < aandrew> that 0 is the tx fifo number 2019-01-07T16:50:10 < aandrew> (from reading the source 2019-01-07T16:50:15 < zyp> oh, okay 2019-01-07T16:50:35 < zyp> does the source keep an allocator so you always get a free area then? 2019-01-07T16:51:17 < zyp> https://cgit.jvnv.net/laks/tree/usb/dwc_otg.h#n81 <- ref. buf_end in this func 2019-01-07T16:51:42 < aandrew> https://pastebin.com/aa5iafwy 2019-01-07T16:51:46 < aandrew> that is the HAL function 2019-01-07T16:52:27 < aandrew> basically it calculates the FIFO address by walking through the FIFO list and summing the sizes to figure out the fifo's start address 2019-01-07T16:52:56 < zyp> ah, right 2019-01-07T16:53:25 < aandrew> I'm not getting the mapping between fifo number and endpoint number though 2019-01-07T16:53:29 < zyp> but you're only configuring the txfifo for EP0, not for EP2 2019-01-07T16:53:50 < aandrew> is fifo # = ep# ? 2019-01-07T16:53:55 < zyp> yes 2019-01-07T16:53:57 < aandrew> aha 2019-01-07T16:54:08 < zyp> you need EP0 for control as well 2019-01-07T16:54:22 < aandrew> right 2019-01-07T16:54:37 < zyp> also, you don't need to do 0x81 and 0x02, you can do 0x81 and 0x01 2019-01-07T16:54:38 < aandrew> I am not doing any control stuff (other than the standard stuff which is handled internally from the look of it 2019-01-07T16:54:43 < zyp> in/out are independent 2019-01-07T16:55:07 < zyp> yeah, but the standard stuff still needs the txfifo 2019-01-07T16:55:12 < aandrew> hm, everything I've ever done on USB has said that endpoints *are* independent but ep & 0x7f must be unique 2019-01-07T16:55:27 < zyp> no, that is not true 2019-01-07T16:56:06 < zyp> only control endpoints have any relation between in and out, other endpoints are fully independent 2019-01-07T16:56:17 < zyp> and then it's up to hardware which ones are actually available 2019-01-07T16:56:32 < aandrew> hm ok 2019-01-07T16:56:56 < aandrew> success! 2019-01-07T16:57:13 < aandrew> HAL_PCDEx_SetRxFiFo(&hpcd_USB_OTG_FS, 0x40); 2019-01-07T16:57:13 < aandrew> HAL_PCDEx_SetTxFiFo(&hpcd_USB_OTG_FS, 0, 0x40); 2019-01-07T16:57:13 < aandrew> HAL_PCDEx_SetTxFiFo(&hpcd_USB_OTG_FS, 1, 0x80); 2019-01-07T16:57:13 < aandrew> HAL_PCDEx_SetTxFiFo(&hpcd_USB_OTG_FS, 2, 0x80); 2019-01-07T16:57:38 < aandrew> had to allocate '1' as well (guess the default/reset config is bad/invalid) 2019-01-07T16:57:45 < zyp> I think size is expressed in words 2019-01-07T16:57:46 < aandrew> gonna flip over to 0x81 and 0x01 as well now 2019-01-07T16:58:00 < aandrew> zyp: I think so too, but when I had the rxfifo set to 0x10 it did not work at all 2019-01-07T16:58:17 < aandrew> or raher it worked on osx/linux but not on windows ... would not enumerate and on osx/linux would enumerate after many seconds 2019-01-07T16:58:22 < zyp> well, rxfifo is shared and also stores metadata in addition to packet payloads 2019-01-07T16:58:49 < zyp> so 256 is a reasonable value for the rxfifo, I think that's what I default to in my stack as well 2019-01-07T16:59:02 < zyp> 0x40*4 = 256 2019-01-07T16:59:21 < zyp> but for the txfifos, you don't really need to do any more than 64 bytes each 2019-01-07T16:59:45 < zyp> unless you're doing high speed or isochronous or actually got dual buffering to work 2019-01-07T17:00:19 < zyp> i.e. 0x10 words each is plenty 2019-01-07T17:00:24 < aandrew> right, *eventually* this will be HS with external phy but not at the moment 2019-01-07T17:00:55 < zyp> OTG_HS has larger ram available for fifos 2019-01-07T17:01:06 < zyp> IIRC OTG_FS has 1.25k and OTG_HS has 4k 2019-01-07T17:01:37 < aandrew> 0x81/0x01 works too 2019-01-07T17:01:48 < aandrew> zyp: yep. gotta wlak before I run though :-) 2019-01-07T17:01:55 < aandrew> ok so it was just fifo bullshit screwing me 2019-01-07T17:02:05 < zyp> so with the code you pasted, last half of txfifo2 is actually overflowing 2019-01-07T17:02:09 < aandrew> thank you for the rubber duck debugging, zyp 2019-01-07T17:02:22 < zyp> so that'll give you some fun issues once you've transferred a few packets :) 2019-01-07T17:02:27 < aandrew> zyp: right, and if I tranferred larger packets I'd see it 2019-01-07T17:02:34 < zyp> not larger, more 2019-01-07T17:02:37 < aandrew> I'll clean that up now, but the rxfifo size was confusing me 2019-01-07T17:02:52 < aandrew> oh, fifo, right 2019-01-07T17:02:56 < zyp> I believe in practice the fifos are ringbuffers 2019-01-07T17:03:58 < aandrew> what was that C++ code you pasted, si that your usb library stuff? 2019-01-07T17:04:06 < zyp> yes 2019-01-07T17:04:44 < zyp> I'm familiar with a bunch of usb issues because I've ran into them myself before :) 2019-01-07T17:04:44 < aandrew> nice 2019-01-07T17:05:10 < aandrew> naturally 2019-01-07T17:05:17 < aandrew> thank you for the help, very much appreciated 2019-01-07T17:05:20 < zyp> np 2019-01-07T17:06:18 < aandrew> hm, where did you read about the rxfifo RAM use? GRXFSIZ docu only says min 16 dwords, max 1024 dwords and must respect the amount of FIFO memory and not exceed the power-on value 2019-01-07T17:07:18 < zyp> the reference manual states somewhere that you need to keep enough space for at least MPS plus three back to back SETUP packets or something like that 2019-01-07T17:07:45 < zyp> and there's also metadata stored in there, when you read out GRXSTSP, it's actually popping the rxfifo 2019-01-07T17:08:23 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 268 seconds] 2019-01-07T17:08:47 < aandrew> hm, ok 2019-01-07T17:08:57 < zyp> hang on, I'm looking up in the RM 2019-01-07T17:09:27 < zyp> 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 2019-01-07T17:09:30 < zyp> page 1354 2019-01-07T17:09:40 < zyp> "Program the OTG_FS_GRXFSIZ register, to be able to receive control OUT data and setup data. If thresholding is not enabled, at a minimum, this must be equal to 1 max packet size of control endpoint 0 + 2 words (for the status of the control OUT data packet) + 10 words (for setup packets)." 2019-01-07T17:10:12 -!- pulsar [~PLS@88.198.83.182] has quit [Quit: *poof*] 2019-01-07T17:10:39 < zyp> and this is the minimum 2019-01-07T17:11:22 < zyp> if you have larger OUT endpoints that EP0, (i.e. HS or iso), you need to have room for the largest OUT packet that you can receive 2019-01-07T17:12:01 < aandrew> ok, that's 37.16.6 in RM0385 (for STM32F75x) 2019-01-07T17:14:10 < aandrew> man USB is such a shit peripheral. insanely complicated for what it can actually do 2019-01-07T17:14:18 < aandrew> no wonder everyone prefers ethernet. :-) 2019-01-07T17:15:32 < zyp> haha 2019-01-07T17:15:47 < zyp> dwc_otg is super complex though 2019-01-07T17:16:26 < zyp> the device only periph in other stm32s have like five global registers and one per endpoint :) 2019-01-07T17:17:07 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-07T17:18:22 -!- tjq [uid339161@gateway/web/irccloud.com/x-znwbpolqdfoppkqk] has quit [Quit: Connection closed for inactivity] 2019-01-07T17:18:28 < karlp> dwc_otg, because you buy IP from "trusted" brands, regardless of actual quality... 2019-01-07T17:19:19 < zyp> ethernet in itself is fairly simple, but as soon as you layer TCP/IP on top of it, you've got more complexity than a small usb stack got :) 2019-01-07T17:20:14 < zyp> karlp, I wouldn't say it's that bad 2019-01-07T17:21:57 < zyp> I'd say dwc_otg is a better design than st_usbfs, the latter is a little bit too simple 2019-01-07T17:22:29 < karlp> was just taking a jab a snps 2019-01-07T17:22:47 < karlp> there's been a slew of fixes and hacks related to dwc usb over the years, 2019-01-07T17:22:58 < zyp> I know 2019-01-07T17:23:09 < karlp> but no real evidence anyone elses IP cores are significantly better/worse. 2019-01-07T17:23:23 < karlp> inventra/musb is pretty known to be garbage as well. 2019-01-07T17:23:59 < karlp> allwinner uses musb for gadget/host, and something else for device mode, with a mux internally that you need to also switch, because inventra device mode is fail or something 2019-01-07T17:24:08 < zyp> I haven't looked at that many usb cores yet, but the one in stellaris has so far been the worst I've seen 2019-01-07T17:24:22 < zyp> I mean TI lm4f 2019-01-07T17:24:43 < karlp> that's th eown with the weird byte/word addressing right? 2019-01-07T17:25:48 < zyp> it has packet registers, not 32-bit aligned, yes 2019-01-07T17:25:53 < zyp> but other issues as well 2019-01-07T17:26:50 < zyp> IIRC it didn't tell you whether you got a SETUP packet or a data packet on rx0, so you just had to keep track of what you were expecting (and disregard that the host can choose to abort a request and send a new SETUP packet at any time) 2019-01-07T17:27:02 < zyp> or something like that 2019-01-07T17:27:05 < aandrew> what is dwc? 2019-01-07T17:27:11 < zyp> designware 2019-01-07T17:27:26 < zyp> synopsys' line of IP cores 2019-01-07T17:27:42 < aandrew> zyp: and yes, layer TCP/Ip on top and it's as complex as any USB stack, but it's a) faster and b) much more standardized 2019-01-07T17:27:50 < zyp> both the ethernet core and the OTG core used in stm32 are licensed from synopsys 2019-01-07T17:28:21 < zyp> which means that you find the same cores in a ton of other devices as well 2019-01-07T17:28:26 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-07T17:28:40 < zyp> nxp mcus also use synopsys ethernet, but some other usb cores 2019-01-07T17:28:47 < aandrew> *nods* I need to learn more about the backend of the industry 2019-01-07T17:29:03 < zyp> efm32 and whatever the broadcom thing on rpi is also uses dwc_otg 2019-01-07T17:29:06 < aandrew> nobody writes their own cores, need ot learn and understand the designs from the originators 2019-01-07T17:29:13 < zyp> :) 2019-01-07T17:29:58 < aandrew> actually I learned VHDL because I got sick of working around other people's hardware bugs. I watned to write my own 2019-01-07T17:30:19 < aandrew> it was a very enlightening exercise and I am very happy I did it 2019-01-07T17:38:07 < dongs> > wanted to write my own hardware bugs 2019-01-07T17:38:11 < dongs> youre doing pretty good there 2019-01-07T17:38:14 < dongs> ynm 2019-01-07T17:38:18 < aandrew> now now my HDL isn't that bad fcker 2019-01-07T17:41:07 < rajkosto> it is, cuz its not verilog 2019-01-07T17:41:25 < Haohmaru> 2019-01-07T17:43:29 < Haohmaru> HL == Half-Life, HDL == Half-Definition-Life ? 2019-01-07T17:44:32 < srk> unless you prove your code it's not mugically bug free by using HDL 2019-01-07T17:44:39 < srk> a 2019-01-07T17:46:14 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 272 seconds] 2019-01-07T17:46:23 < rajkosto> you need to use SpinalHDL for that 2019-01-07T17:53:29 < srk> no such thing as pure code irl 2019-01-07T17:54:14 < aandrew> yeah, no 2019-01-07T17:54:16 < aandrew> i like VHDL 2019-01-07T17:54:29 < aandrew> I like it's pedantic nature in the same way I'd hate it in software 2019-01-07T17:54:49 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-07T17:55:29 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-07T17:55:57 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 244 seconds] 2019-01-07T17:57:22 < srk> there's modern stuff like migen or clash 2019-01-07T17:57:29 < srk> https://clash-lang.org/ 2019-01-07T17:58:03 < aandrew> I like its delta cycles 2019-01-07T17:58:30 < aandrew> Cracki: I like vhdl's nit-picky nature but I also dislike it 2019-01-07T18:07:35 < aandrew> well 2019-01-07T18:07:45 < aandrew> verilog resolves it by making assumptions 2019-01-07T18:07:48 -!- sterna [~Adium@host.212.73.177.219.bitcom.se] has joined ##stm32 2019-01-07T18:07:56 < aandrew> which is like C and anything else that isn't anal about typing 2019-01-07T18:08:04 < aandrew> for some reason I like that in hardware though 2019-01-07T18:08:06 < aandrew> it's just a personal thing 2019-01-07T18:12:04 -!- sterna [~Adium@host.212.73.177.219.bitcom.se] has quit [Ping timeout: 250 seconds] 2019-01-07T18:12:55 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-07T18:13:31 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2019-01-07T18:34:27 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:41e6:6a4:c56b:a682] has joined ##stm32 2019-01-07T18:40:51 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Quit: Leaving] 2019-01-07T18:42:07 < kakimir> is technical term latch correct for bit shift register operation where buffered outputs are updated to register values? 2019-01-07T18:43:26 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-07T18:44:21 < HighInBC> kakimir: I believe so 2019-01-07T18:44:26 < dongs> what 2019-01-07T18:44:32 < dongs> HighInBC: is this who i think this is 2019-01-07T18:44:38 < HighInBC> could be 2019-01-07T18:44:42 < HighInBC> been using this nick for 20 years 2019-01-07T18:44:42 < dongs> the ex-kikepedia operator 2019-01-07T18:44:49 < dongs> who had trouble with a certain 4letter organization 2019-01-07T18:44:52 < dongs> that ends with -AA 2019-01-07T18:45:05 < HighInBC> you are probably confused 2019-01-07T18:53:21 < dongs> ok cool 2019-01-07T18:54:52 < kakimir> how oldbeards you guise are? 2019-01-07T18:55:35 < HighInBC> kakimir: my first computer was a vic-20 2019-01-07T18:56:14 < HighInBC> video arcades existed and charged 25 cents 2019-01-07T18:56:35 < HighInBC> and only rich stock traders had giant cell phones 2019-01-07T19:05:10 < englishman> thanks Steffann 2019-01-07T19:05:21 < englishman> it is an altium shop 2019-01-07T19:05:35 < englishman> so far so good 2019-01-07T19:05:53 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-07T19:05:58 < englishman> dongs it is indeed him 2019-01-07T19:06:04 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-07T19:06:46 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-07T19:06:56 < dongs> englishman: i know, i just w anted to hear it from the man himself 2019-01-07T19:06:58 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-07T19:07:00 < dongs> but seems he's confused 2019-01-07T19:08:17 < HighInBC> ya I dealt with a lot of trolls, individual ones don't stand out. I don't really give them much memory, they are all variations of the same thing 2019-01-07T19:10:54 < Steffann> Lolol this is a great reunion. 2019-01-07T19:12:05 < emeb> Steffann lost the x 2019-01-07T19:12:17 < Steffann> Yeah ping took it 2019-01-07T19:12:24 < emeb> fscking ping 2019-01-07T19:12:30 -!- Steffann is now known as Steffanx 2019-01-07T19:12:38 < emeb> yay 2019-01-07T19:13:23 < Steffanx> "by persecuting the GNAA's fearless leader Timecop over alleged threatening phonecalls" lol 2019-01-07T19:13:42 < specing> topic people 2019-01-07T19:14:23 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-07T19:14:23 < Steffanx> The rest of the story is a bit silly. 2019-01-07T19:14:28 < Steffanx> Fuck the internet. 2019-01-07T19:14:42 < Steffanx> Hi specing. How was your day today? 2019-01-07T19:15:39 < Laurenceb_123> https://files.catbox.moe/zmy55x.jpeg 2019-01-07T19:15:54 < Laurenceb_123> wew dongs fucked up 2019-01-07T19:25:56 < specing> Steffanx: it was on-topic 2019-01-07T19:27:28 < Steffanx> Excellent. 2019-01-07T19:28:27 < kakimir> maybe time to go home 2019-01-07T19:28:32 < kakimir> and join shitfest 2019-01-07T19:29:20 < Steffanx> Oh no. Did they hate you for it? 2019-01-07T19:32:22 -!- Adluc [Adluc@base48.cz] has quit [Excess Flood] 2019-01-07T19:32:33 -!- Adluc [Adluc@base48.cz] has joined ##stm32 2019-01-07T19:35:47 < Steffanx> Apple computer. 2019-01-07T19:36:57 -!- rajkosto [~Rajko@178.149.114.98] has quit [Ping timeout: 258 seconds] 2019-01-07T19:38:30 < Steffanx> But yeah. A pump poops those tin tubes. 2019-01-07T19:42:18 < emeb> what kind of old apple HW is superbia1 reworking? 2019-01-07T19:45:57 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-07T19:46:20 < emeb> keyboard? 2019-01-07T19:47:38 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-07T19:47:44 < emeb> sounds fun 2019-01-07T19:48:08 < bitmask> hi 2019-01-07T19:48:51 < emeb> lots of cheap kbds in the thrift stores I go to, but I assume they're all single-unit cheapo constructions w/ rubber dome style failures. 2019-01-07T19:49:48 < emeb> the future! 2019-01-07T19:51:05 < englishman> these lasers are fuckin loud 2019-01-07T19:51:14 < emeb> pew! pew! 2019-01-07T19:51:31 < englishman> that is exactly how they sound 2019-01-07T19:51:51 < emeb> watch out for sharks 2019-01-07T19:52:46 < englishman> the lasers could melt them from the ice 2019-01-07T19:54:00 < emeb> englishman: what kind of lasers? 2019-01-07T19:57:24 < englishman> there is one that is 10kW not sure what kind 2019-01-07T20:05:36 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-07T20:07:58 < englishman> they gave me nice bevelless dells but they are 1080p 2019-01-07T20:11:14 < bitmask> anyone use ikea skadis pegboard? wondering if the slots are better than holes 2019-01-07T20:12:37 -!- Ecco [~user@unaffiliated/ecco] has quit [Ping timeout: 246 seconds] 2019-01-07T20:28:20 < Steffanx> I still wonder what you do for a living superbia1. Or do you google for random pdfs? 2019-01-07T21:02:45 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-07T21:04:25 < Steffanx> ty 2019-01-07T21:06:54 < Thorn> lotus 123 freezes in dosbox (both installer and the program itself), halp 2019-01-07T21:09:41 < Steffanx> Absolutely sounds like a tool you still need in 2019 2019-01-07T21:14:16 -!- con3 [~kvirc@197.233.179.65] has joined ##stm32 2019-01-07T21:19:51 -!- con3 [~kvirc@197.233.179.65] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-07T21:21:02 < PaulFertser> https://en.wikipedia.org/wiki/Lotus_(computer_games) might worth spending some time on though 2019-01-07T21:21:31 < Steffanx> i'd rather play https://en.wikipedia.org/wiki/Stunts_(video_game) 2019-01-07T21:28:16 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-07T21:30:02 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Ping timeout: 258 seconds] 2019-01-07T21:35:24 < Thorn> I like spreadsheets more than games 2019-01-07T21:44:21 < jadew> https://www.youtube.com/watch?v=jYLugke-GiQ 2019-01-07T21:44:35 < Thorn> my first computer was a 486 with borland c++ 3.1 on it, which came with an example project -- spreadsheet named turbocalc with source code 2019-01-07T21:53:20 < qyx> fuk china jumper wires 2019-01-07T21:53:24 < qyx> they are made of steel 2019-01-07T21:53:41 < qyx> I discovered it when they grouped around my magnetic screwdriver 2019-01-07T21:54:27 < Thorn> at least they have some metal inside 2019-01-07T21:55:12 < qyx> not tht much actually, it is 0.4mm dia 2019-01-07T22:12:59 < malinus> Thorn: reminds me that if you search "c++ download", bloodshed with Dev-c++ is still the first result 2019-01-07T22:13:40 < malinus> I remember searching that exact same keywords around 2003. 17 years later and you still get a link to their shitty IDE 2019-01-07T22:27:56 < Steffanx> here it isnt malinus 2019-01-07T22:27:58 < Steffanx> google knows you 2019-01-07T22:29:01 < malinus> Steffanx: I'm googling trough duckduckgo, so you are the one in the search boble ;) 2019-01-07T22:29:22 < Steffanx> here it still isnt. 2019-01-07T22:29:23 < Steffanx> its microsoft. 2019-01-07T22:29:28 < Steffanx> visual c++ 2019-01-07T22:30:45 < Steffanx> whats the alternative? bing? 2019-01-07T22:31:28 < malinus> superbia1: it's just a nice way to avoid being in a search buble 2019-01-07T22:31:34 < malinus> at least that's why I use it 2019-01-07T22:31:38 < Steffanx> so what does superbia1 do for a living? 2019-01-07T22:34:55 < Steffanx> i cannot believe that, but .. if you say so it must be true :P 2019-01-07T22:35:43 < Steffanx> ty superbia1 2019-01-07T22:36:52 < Steffanx> even Laurenceb_123 is more funny than you atm superbia1 2019-01-07T22:39:49 < Steffanx> bye then 2019-01-07T22:40:11 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-07T22:55:13 < Steffanx> have a good day in the clothshop superbia1 2019-01-07T23:08:52 -!- tjq [uid339161@gateway/web/irccloud.com/x-tvrrqpnjfgyhcllf] has joined ##stm32 2019-01-07T23:13:07 < mawk> you turned into dongs superbia1 2019-01-07T23:17:54 -!- Jybz [~jibz@ip-37-201-5-47.hsi13.unitymediagroup.de] has joined ##stm32 2019-01-07T23:21:04 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-07T23:21:32 < tjq> so now we have 2? 2019-01-07T23:22:28 < mawk> yeah 2019-01-07T23:26:58 < Steffanx> 3 2019-01-07T23:27:05 < mawk> who's the third 2019-01-07T23:27:09 < Steffanx> stvn ofcourse. 2019-01-07T23:35:14 < qyx> do you know how do I start pumping? 2019-01-07T23:36:08 < qyx> using SSR directly on a 3V3 gpio seems to work 2019-01-07T23:39:32 < Steffanx> Pump it up 2019-01-07T23:41:19 -!- Jybz [~jibz@ip-37-201-5-47.hsi13.unitymediagroup.de] has quit [Quit: Konversation terminated!] 2019-01-07T23:58:13 < tjq> Who is that stvn 2019-01-07T23:59:28 < Steffanx> My mom. --- Day changed Tue Jan 08 2019 2019-01-08T00:02:42 < srk> The FIREWALL is an additional protection syst em offered by microcontrollers of the STM32 L0 and L4 series. It is used to protect some parts of code or data inside the Flash or the SRAM memories from any attack intended to dump the code or to get visibility of the associated sensitive data. 2019-01-08T00:02:47 < srk> lal 2019-01-08T00:11:36 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-08T00:13:02 < Laurenceb_123> muh funnies 2019-01-08T00:13:25 < Laurenceb_123> wait wtf 2019-01-08T00:13:44 < Laurenceb_123> ywlts stm32 antivirus 2019-01-08T00:14:37 < englishman> newjob is cool 2019-01-08T00:18:49 < kakimir> how is business englishman? 2019-01-08T00:20:27 < Steffanx> Yay englishman 2019-01-08T00:24:17 < karlp> qyx: depends on the SSR :| 2019-01-08T00:24:48 < englishman> business is closed kaks 2019-01-08T00:24:56 < catphish> i've spent over a week trying to get USB working on my sunxi board, it still doesn't work and i hate everything and everyone :) 2019-01-08T00:25:46 < specing> XD 2019-01-08T00:28:17 < aandrew> hm, interesting 2019-01-08T00:28:41 < aandrew> zyp: I'm finding that that fifo sizing is more tricky than it appears 2019-01-08T00:29:00 < karlp> heh :) 2019-01-08T00:29:02 < aandrew> my bulk descriptor says that the packet size is 0x80 bytes 2019-01-08T00:29:08 < karlp> max packet size 2019-01-08T00:29:13 < karlp> not packet size 2019-01-08T00:29:51 < aandrew> right, max packet size is 0x80 bytes 2019-01-08T00:30:12 < aandrew> if I set the fio to 0x20 dwords 9which is 0x80 bytes) it doesn't transmit 2019-01-08T00:32:24 < aandrew> if I set it to 0x40, it hangs like it did when my fifos were misconfigured 2019-01-08T00:32:57 < aandrew> if I set it to 0x80 it doesn't hang anymore, but the PC doesn't get any data back either (libusb_bulk_xfer returns 0, and len read is 0) 2019-01-08T00:33:11 < aandrew> if I do it enough it changes from no error to stalled endpoint after 32 reads 2019-01-08T00:33:35 < aandrew> but 0x80 dwords plus 0x40 dwords plus 0x40 dwords is more than the 1.5k I think 2019-01-08T00:33:55 < aandrew> 256+256+512, no tha'ts 1k 2019-01-08T00:38:23 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:41e6:6a4:c56b:a682] has quit [Quit: Konversation terminated!] 2019-01-08T00:44:03 < aandrew> aha! 2019-01-08T00:44:30 < aandrew> reducing the max packet size in the descriptor to 64 (from 128) and setting the txfifo size for ep1 to 0x20 worked 2019-01-08T00:44:35 < aandrew> 0x10 did not 2019-01-08T00:46:18 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 258 seconds] 2019-01-08T00:52:09 < zyp> aandrew, max packet size for FS bulk endpoints aren't allowed to be anything but 64 2019-01-08T00:52:29 < zyp> fifo size doesn't matter, just need to be large enough to fit a packet 2019-01-08T00:53:27 < zyp> actual packet size is written into DIEPTSIZ when you're sending it 2019-01-08T01:09:37 < englishman> https://i.imgur.com/TRBBwGt.jpg 2019-01-08T01:19:05 < jadew> do you guys think 0.7 mm of the footprint's copper, of a 0602 component, is too close to the metal wall? 2019-01-08T01:22:16 < Laurenceb_123> wut is sunxi? 2019-01-08T01:22:42 < Laurenceb_123> The Britons ate nothing at all before furriners invented their food 2019-01-08T01:24:47 < specing> sunxi is the project to get some life out of allwinner SoCs 2019-01-08T01:24:50 -!- con3 [~kvirc@197.233.179.65] has joined ##stm32 2019-01-08T01:25:13 < specing> I think catphish should try writing his driver in mandarin, it'll be more understandable by the processor 2019-01-08T01:25:26 < catphish> lol :) 2019-01-08T01:25:37 < englishman> nice 2019-01-08T01:26:13 < jadew> what driver? 2019-01-08T01:32:07 < catphish> on the plus side, i bought myself my first bass guitar today :D 2019-01-08T01:33:38 < jadew> after several years of trying, last week I put my guitar away 2019-01-08T01:34:15 < jadew> best decision ever 2019-01-08T01:34:26 < jadew> now I can reach the white board a lot easier 2019-01-08T01:38:07 < Laurenceb_123> buzzword bingo https://www.st.com/content/st_com/en/about/media-center/press-item.html/p4116.html 2019-01-08T01:39:00 -!- con3 [~kvirc@197.233.179.65] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-08T01:39:12 < englishman> has ble, iot, missing lorawan 2019-01-08T01:39:41 < catphish> i'm really not good at guitar, but i'm enjoying learning 2019-01-08T01:40:17 < Laurenceb_123> ANN on stm32 is a stupid idea 2019-01-08T01:40:17 -!- Thorn [~Thorn@unaffiliated/thorn] has quit [Read error: Connection reset by peer] 2019-01-08T01:40:20 < catphish> also, everyone else i meet who says they're "not good" at guitar, seems to be pretty competent, i am not :) 2019-01-08T01:40:29 < catphish> ANN? 2019-01-08T01:40:33 < Laurenceb_123> unless ST make a neural accelerator, that would be cool 2019-01-08T01:40:40 < Laurenceb_123> artificial neural network 2019-01-08T01:41:47 < englishman> Laurenceb_123-quality link https://i.imgur.com/SYiX7rB.jpg 2019-01-08T01:43:29 < jadew> catphish, I'm genuinely not good 2019-01-08T01:43:56 < jadew> my son likes some of my songs, but that's about it 2019-01-08T01:44:39 < catphish> well i'm hoping i can get good with a few more years of practice :) 2019-01-08T01:44:51 < catphish> but right now i can't make anythng resembling a song 2019-01-08T01:45:03 < Laurenceb_123> kek englishman 2019-01-08T01:50:09 < Laurenceb_123> obligatory https://www.youtube.com/watch?v=oMMJ2Dgkrm0 2019-01-08T01:50:11 -!- Thorn [~Thorn@unaffiliated/thorn] has joined ##stm32 2019-01-08T02:46:26 -!- phryk [~phryk@ip-88-153-140-200.hsi04.unitymediagroup.de] has quit [Ping timeout: 250 seconds] 2019-01-08T02:58:57 -!- phryk [~phryk@ip-88-153-140-200.hsi04.unitymediagroup.de] has joined ##stm32 2019-01-08T03:01:33 -!- con3 [~kvirc@197.233.179.65] has joined ##stm32 2019-01-08T03:15:43 < aandrew> zyp: hm, I missed that in the spec/previous work 2019-01-08T03:16:04 < aandrew> englishman: lol @ install 2019-01-08T03:16:52 < aandrew> catphish has a bass guitar 2019-01-08T03:16:54 < aandrew> cats like fish 2019-01-08T03:27:04 -!- con3 [~kvirc@197.233.179.65] has quit [Ping timeout: 252 seconds] 2019-01-08T03:32:13 < fenugrec> anyone familiar with freescale mcu part numbering / marking ? I have one "SC667137" in QFP144 but can't find anything about it 2019-01-08T03:35:33 -!- con3 [~kvirc@197.233.179.65] has joined ##stm32 2019-01-08T03:48:52 < dongs> https://www.theverge.com/2019/1/6/18171454/mui-iot-block-of-wood-kickstarter-indiegogo-indemand-ces-2019-smart-home 2019-01-08T03:54:14 < specing> dongs: have you watched the internet of dongs talk? :D 2019-01-08T04:00:11 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-08T04:00:25 < bitmask> https://i.imgur.com/sKOaavO.png 2019-01-08T04:00:32 < bitmask> 1337 sewing skillz 2019-01-08T04:05:11 < dongs> specing: yeah the guy was tryhard 2019-01-08T04:11:47 < jadew> dongs, neat... an extremely low resolution, monochrome display with a wood-like paint for $500 2019-01-08T04:11:58 < jadew> what every house needs 2019-01-08T04:22:50 < catphish> usb works, i sleep now :) 2019-01-08T04:23:14 -!- con3 [~kvirc@197.233.179.65] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-08T04:28:49 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-08T04:38:28 -!- jadew [~razvan@unaffiliated/jadew] has quit [Quit: exit] 2019-01-08T04:53:46 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-08T04:55:17 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-08T04:58:51 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-08T05:06:13 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has quit [Ping timeout: 272 seconds] 2019-01-08T05:08:35 -!- superbia2 [~superbia@unaffiliated/superbia] has joined ##stm32 2019-01-08T05:08:59 < tjq> Please 2019-01-08T05:28:37 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has joined ##stm32 2019-01-08T05:37:33 < englishman> this whole ccc seemed to be tryhard 2019-01-08T05:50:16 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-08T06:03:35 -!- fc5dc9d4_ [~quassel@p5B081BA3.dip0.t-ipconnect.de] has joined ##stm32 2019-01-08T06:07:55 -!- fc5dc9d4 [~quassel@p5B081E8B.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 2019-01-08T06:14:26 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 250 seconds] 2019-01-08T06:16:04 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-08T06:22:47 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-08T06:30:05 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2019-01-08T06:30:12 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-08T06:45:38 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 250 seconds] 2019-01-08T06:51:38 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Ping timeout: 268 seconds] 2019-01-08T06:52:12 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-08T06:58:12 -!- Jybz [~jibz@ip-37-201-5-47.hsi13.unitymediagroup.de] has joined ##stm32 2019-01-08T07:02:15 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-08T07:03:37 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-08T07:05:54 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 272 seconds] 2019-01-08T07:05:55 -!- day__ is now known as day 2019-01-08T07:06:22 < dongs> thats waht all the millenial "hackers" are 2019-01-08T07:06:25 < dongs> tryhards 2019-01-08T07:19:48 -!- Jybz [~jibz@ip-37-201-5-47.hsi13.unitymediagroup.de] has quit [Quit: Konversation terminated!] 2019-01-08T07:31:38 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 268 seconds] 2019-01-08T07:32:21 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-08T07:59:51 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-08T08:03:32 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 272 seconds] 2019-01-08T08:03:33 -!- day__ is now known as day 2019-01-08T08:10:28 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-08T08:28:54 < tjq> Gaming, anime 2019-01-08T08:29:05 < tjq> What else does we need? 2019-01-08T08:31:25 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-08T08:33:04 < tjq> Steffan? 2019-01-08T08:33:18 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-08T08:41:12 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-08T08:43:25 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-08T08:44:58 -!- sterna [~Adium@c-06b8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-08T08:45:40 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-08T08:53:41 -!- cnt [uid317556@gateway/web/irccloud.com/x-kmkfatpjqxsocdqp] has joined ##stm32 2019-01-08T08:55:44 < rajkosto> doritos ? 2019-01-08T08:55:47 * Haohmaru yawns 2019-01-08T09:11:46 -!- tjq [uid339161@gateway/web/irccloud.com/x-tvrrqpnjfgyhcllf] has quit [Quit: the dog bit me] 2019-01-08T09:13:27 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-08T09:21:37 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-08T09:30:16 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-08T09:31:54 < cnt> attn dongs - https://auticon.com/projects-services/ 2019-01-08T09:37:13 -!- sterna [~Adium@c-06b8d954.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-08T09:59:46 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-08T10:03:25 < rajkosto> how to make cool uis for 128x32 single bit displays 2019-01-08T10:05:54 -!- sferrini [sid115350@gateway/web/irccloud.com/x-olvkkqxjxlpevwos] has quit [Ping timeout: 264 seconds] 2019-01-08T10:06:00 -!- specing [~specing@unaffiliated/specing] has quit [Quit: ZNC - https://znc.in] 2019-01-08T10:06:16 -!- specing [~specing@unaffiliated/specing] has joined ##stm32 2019-01-08T10:06:50 -!- mringwal [~mringwal@77.56.42.136] has joined ##stm32 2019-01-08T10:07:08 -!- sferrini [sid115350@gateway/web/irccloud.com/x-ciaxsvzesohpvyxr] has joined ##stm32 2019-01-08T10:08:06 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-08T10:41:05 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-08T11:35:21 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-08T11:59:03 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-08T12:02:08 -!- phryk [~phryk@ip-88-153-140-200.hsi04.unitymediagroup.de] has quit [Ping timeout: 245 seconds] 2019-01-08T12:05:33 < cnt> https://i.redd.it/6twvpujgpfk11.jpg 2019-01-08T12:05:48 < jadew> netflix removed the ctrl + shift + alt + s menu :/ 2019-01-08T12:08:15 < cnt> how do you do that on a tv 2019-01-08T12:08:20 < jadew> now it's playing in potato quality 2019-01-08T12:08:28 < jadew> on the TV I don't have to 2019-01-08T12:08:35 < jadew> it just goes into the max resolution 2019-01-08T12:08:48 < jadew> but in the browser it playes at 480p :/ 2019-01-08T12:09:03 < jadew> plays 2019-01-08T12:16:58 -!- Thorn [~Thorn@unaffiliated/thorn] has quit [Ping timeout: 244 seconds] 2019-01-08T12:22:39 -!- Thorn [~Thorn@unaffiliated/thorn] has joined ##stm32 2019-01-08T12:43:59 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has joined ##stm32 2019-01-08T12:45:18 < Laurenceb_123> https://imgoat.com/uploads/cdd60ea004/183265.jpg 2019-01-08T12:45:29 < cnt> Laurenceb_123: i got the muscle to shove enough of this factory so far up your stupid wop ass you'll shit snow for a year 2019-01-08T12:45:39 < Laurenceb_123> wtf 2019-01-08T12:45:42 < Laurenceb_123> thats gay 2019-01-08T12:46:58 -!- Thorn [~Thorn@unaffiliated/thorn] has quit [Ping timeout: 246 seconds] 2019-01-08T12:52:59 < cnt> GaY 2019-01-08T12:55:11 < kakimir> ##gay32 2019-01-08T13:02:28 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has quit [Ping timeout: 272 seconds] 2019-01-08T13:11:00 < cnt> well that worked better than expected 2019-01-08T13:19:03 -!- Thorn [~Thorn@unaffiliated/thorn] has joined ##stm32 2019-01-08T13:40:03 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2019-01-08T13:47:03 < englishman> can't believe i have to go back into work today 2019-01-08T13:47:05 < englishman> and like, every day 2019-01-08T13:48:04 < dongs> how was day 1 2019-01-08T13:48:09 < dongs> was tehre much innovation 2019-01-08T13:49:18 < englishman> none, i'll be learning about their products all week 2019-01-08T13:51:17 < englishman> there's a few different projects to do this year, one i.mx8, another fpga 2019-01-08T13:54:35 < englishman> why bother with goat simulator https://i.imgur.com/PrDkBFB.png 2019-01-08T13:58:41 -!- mringwal [~mringwal@77.56.42.136] has quit [Quit: mringwal] 2019-01-08T14:37:31 < cnt> good 1 2019-01-08T14:40:33 < cnt> is steffan on 2019-01-08T14:44:32 < Laurenceb> kek wut 2019-01-08T14:45:53 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-08T14:48:42 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Client Quit] 2019-01-08T14:49:41 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-08T14:56:27 < cnt> yeah 2019-01-08T15:01:13 -!- superbia2 [~superbia@unaffiliated/superbia] has left ##stm32 ["WeeChat 2.3"] 2019-01-08T15:01:29 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-08T15:03:03 < jadew> this is great, my fusion design crashes when I try to add a new line 2019-01-08T15:03:21 < Laurenceb> maybe it will be ready in 50 years 2019-01-08T15:04:21 < srk> hehe, frsky r9 radio - stm32f103 & sx1276 2019-01-08T15:09:06 < Laurenceb> nice 2019-01-08T15:10:41 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-08T15:10:50 < Laurenceb> pro at an affordable price 2019-01-08T15:11:19 < dongs> is FrSky still innovating^Wstealing opensores designs 2019-01-08T15:16:05 < Laurenceb> triggering the libtards epic style 2019-01-08T15:19:17 < srk> dongs: maybe they've just ported openlrs :P 2019-01-08T15:19:28 < srk> which one did they steal? 2019-01-08T15:20:59 < dongs> oh i dnono, i thought they stole everything 2019-01-08T15:21:26 < specing> maybe they stole from a non-opensores design? 2019-01-08T15:24:07 < srk> yeah, the big rc dispute now is crossfire vs r9 2019-01-08T15:24:34 < srk> about time for stm32 port of openlrs 2019-01-08T15:25:13 < dongs> uh wasnt that done years ago 2019-01-08T15:26:30 < srk> nop 2019-01-08T15:32:52 < srk> these are pretty cool tho https://static.rcgroups.net/forums/attachments/4/5/7/9/8/1/a10875997-47-R9-Mini.jpg 2019-01-08T15:33:49 < Laurenceb> impressive 2019-01-08T15:36:14 -!- phryk [~phryk@ip-88-153-140-200.hsi04.unitymediagroup.de] has joined ##stm32 2019-01-08T15:41:56 < Laurenceb> https://pbs.twimg.com/media/DwWnAPOWkAAtVD_.jpg 2019-01-08T15:42:01 < Laurenceb> thats gay 2019-01-08T15:47:03 < Laurenceb> is there some sort of strain relief I can use where pre assembled cables enter an enclosure? 2019-01-08T15:48:18 < jpa-> https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR7OHOFI3uvNLDLypOyq80TorliRLHmiq_AZ25KbOFXLWaIcZq6-w this kind that snaps on? 2019-01-08T15:48:28 < Laurenceb> aha 2019-01-08T15:48:39 < Laurenceb> yeah what are those things called? 2019-01-08T15:49:11 < qyx> https://www.tme.eu/sk/katalog/priechodky_112545/ 2019-01-08T15:49:29 < qyx> idk but you can select by picture and then search for partno 2019-01-08T15:49:37 < Laurenceb> ok thanks 2019-01-08T15:49:41 < jpa-> they are called Skladaná priechodka clearly 2019-01-08T15:49:49 < Laurenceb> keek 2019-01-08T15:49:54 < qyx> Strain Relief Bushing 2019-01-08T15:49:58 < qyx> hh 2019-01-08T15:50:40 < Laurenceb> BM3622 2019-01-08T15:51:03 < Laurenceb> https://www.tme.eu/en/details/bm3622/grommets/bm-group/3622/ 2019-01-08T15:54:40 < Laurenceb> maybe... this is for usb cables 2019-01-08T15:54:49 < Laurenceb> so 4.83mm OD is standard right? 2019-01-08T15:55:52 < Laurenceb> tfw https://twitter.com/KieranRaviB/status/1078858933542899712 2019-01-08T16:21:06 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-08T16:23:08 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-08T16:24:33 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Client Quit] 2019-01-08T16:31:54 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-08T16:34:01 < dongs> Laurenceb: https://www.gizmodo.com.au/2019/01/chinese-scientist-who-created-crispr-babies-could-face-the-death-penalty-fellow-geneticist-warns/ why is this a big deal 2019-01-08T16:34:25 < dongs> if he gets consent from parents/wahtever that they're potentially making a retarded child or somethign that might need to be terminated for medical reasons 2019-01-08T16:34:26 < bitmask> gotta sew another border around the very edge to make it look better but not terrible :P https://i.imgur.com/rRyJB4V.jpg 2019-01-08T16:34:29 < dongs> where's the problem 2019-01-08T16:34:49 < Laurenceb> they could remove the jew genes 2019-01-08T16:35:23 < karlp> bitmask: nice 2019-01-08T16:35:48 < dongs> whats this, inside gonna be LCD + some buttons? 2019-01-08T16:35:53 < bitmask> yup 2019-01-08T16:35:56 < bitmask> oled 2019-01-08T16:36:11 < bitmask> https://youtu.be/xMOiasqyowc 2019-01-08T16:36:12 < bitmask> thats my UI 2019-01-08T16:36:30 < bitmask> https://i.imgur.com/nC0V2r0.png 2019-01-08T16:36:33 < dongs> i guess thats a bit less autistic than ecco's shitty console 2019-01-08T16:36:41 < bitmask> that shows the buttons, (and 3x 1w cob leds) 2019-01-08T16:36:44 < dongs> wait what? what does this do exactly 2019-01-08T16:36:49 < dongs> measure temperature? 2019-01-08T16:36:50 < bitmask> heated hoodie 2019-01-08T16:36:54 < dongs> oh.. 2019-01-08T16:37:08 < bitmask> carbon fiber set in silicone for heating panels 2019-01-08T16:39:43 < dongs> Laurenceb: why would that be bad 2019-01-08T16:39:51 < Laurenceb> kek 2019-01-08T16:39:56 < Laurenceb> the self hating jew 2019-01-08T16:40:25 < jadew> that DNA editing thing is amazing news 2019-01-08T16:40:37 < dongs> eyah so why is the chink getting death penalty over it? 2019-01-08T16:40:40 < dongs> cuz 'murica didnt do it firsT? 2019-01-08T16:41:15 < jadew> it breaks some moral barriers 2019-01-08T16:41:38 < jadew> the fear being that these sort of practices could irreversably screw up our genetic makeup 2019-01-08T16:41:47 < dongs> right 2019-01-08T16:41:52 < dongs> but like i said 2019-01-08T16:41:56 < dongs> if its controlled 2019-01-08T16:42:01 < dongs> and consent exists 2019-01-08T16:42:04 < jadew> yeah, it's still awesome 2019-01-08T16:42:07 < dongs> about possible termination etc 2019-01-08T16:44:06 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-08T16:47:40 < jadew> 20 years from now, you can accessorize your kid with one shot 2019-01-08T16:48:05 < jadew> you could get to pick his eye color, penis size, etc 2019-01-08T16:49:10 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-08T16:49:22 < Laurenceb> https://imgoat.com/uploads/cdd60ea004/183361.png 2019-01-08T16:49:25 < jadew> I suspect 100 years from now the majority of the population will have a relative-to-now IQ of 250, a 30 cm cock and double D breasts 2019-01-08T16:49:35 < dongs> gross. 2019-01-08T16:49:41 < dongs> hopefully just in romania 2019-01-08T16:49:43 < BrainDamage> all at once 2019-01-08T16:49:46 < dongs> ^^^ 2019-01-08T16:49:53 < jadew> BrainDamage, haha, yeah 2019-01-08T16:51:08 < specing> jadew: I worry the outcome in idiocracy is more likely 2019-01-08T16:51:25 < jadew> Cracki, few women will be able to take on 30 cm cocks, so the population will go down 2019-01-08T16:52:03 < jadew> specing, I don't think it's going to get there for everyone 2019-01-08T16:52:06 < bitmask> length wont stop fucking, its girth 2019-01-08T16:52:17 < bitmask> its not like you need to put the whole thing in 2019-01-08T16:52:23 < jadew> specing, IMO, if we're going that route, there's going to be a divide, between the very smart and the very stupid 2019-01-08T16:52:50 < jadew> lol 2019-01-08T16:53:11 < specing> lol 2019-01-08T16:54:55 < bitmask> you should spin a wheel and each kid gets one super strong skill/benefit 2019-01-08T16:55:34 < jadew> so they get born into a job? 2019-01-08T16:55:41 < Thorn> daily cat dose https://www.youtube.com/watch?v=Otej3xdS9Mk 2019-01-08T16:55:45 -!- Chris_M [~Chris_M@121.45.240.163] has quit [Ping timeout: 258 seconds] 2019-01-08T16:55:56 < bitmask> well its better than everyone being the same 2019-01-08T16:55:56 < jadew> the mathematician, the lumber jack and the guy who bags their wives 2019-01-08T17:03:14 -!- con3 [~kvirc@197.233.25.80] has joined ##stm32 2019-01-08T17:23:02 -!- cnt [uid317556@gateway/web/irccloud.com/x-kmkfatpjqxsocdqp] has quit [Quit: Connection closed for inactivity] 2019-01-08T17:23:26 < karlp> great if they're not overcooked, chances of that in a cafeteria are pretty low though :) 2019-01-08T17:23:32 * karlp prefers pan fried 2019-01-08T17:25:09 < Laurenceb> https://pbs.twimg.com/media/DvE9sxwUwAARPwd.jpg:large 2019-01-08T17:26:56 < Laurenceb> wtf 2019-01-08T17:27:00 < Laurenceb> microwave them 2019-01-08T17:32:07 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 240 seconds] 2019-01-08T17:34:35 < karlp> bah, orbuculum last commit is nearyl a year ago, basically dead 2019-01-08T17:35:00 -!- con3 [~kvirc@197.233.25.80] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-08T17:46:25 < Laurenceb> https://pbs.twimg.com/media/Dt-kwCPXcAAicSU.jpg 2019-01-08T17:47:02 < Laurenceb> how will he recover from this? 2019-01-08T17:48:49 < specing> Laurenceb: be on topic please 2019-01-08T17:49:06 < Laurenceb> sorry I was enjoying trolling twitter 2019-01-08T18:03:55 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-08T18:04:26 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-08T18:20:25 < rajkosto> bitmask, i broke my oled :( https://images.sshnuke.net/2019-01-08_17-20-01_pHbZNLgBu.jpg 2019-01-08T18:20:50 < rajkosto> dont push on the bottom corners. 2019-01-08T18:27:53 < aandrew> yeah dont' do that 2019-01-08T18:28:13 < aandrew> I bought like a hundred of the displays (not the board too); they're handy little indicators and dirt cheap, I think $0.93/ea 2019-01-08T18:28:22 < rajkosto> the bottom of the glass is slightly floating 2019-01-08T18:28:27 < aandrew> yep it is 2019-01-08T18:28:29 < rajkosto> the part where the display is, is solidly glued on 2019-01-08T18:28:41 < rajkosto> i was pushing it into a connector on all 4 corners and the bottom left cracked 2019-01-08T18:28:46 < aandrew> and the glas is unused, but I bet the crack caused problems that severed traces on the glass that wasn't cracked 2019-01-08T18:28:56 < rajkosto> theres like a billion traces there, microscopic 2019-01-08T18:29:14 < rajkosto> the trace "ribbon" is on the cracked line 2019-01-08T18:29:15 < aandrew> depends on where exactly it cracked but yes 2019-01-08T18:32:06 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-08T18:32:16 < Laurenceb> https://img.huffingtonpost.com/asset/5c0d2dbe2600007f04848399.jpeg?cache=VQrJac7T2s&ops=scalefit_630_noupscale 2019-01-08T18:38:52 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-08T18:43:22 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-08T18:43:26 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Client Quit] 2019-01-08T18:45:20 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-08T18:47:42 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-08T18:49:58 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Client Quit] 2019-01-08T19:00:48 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-08T19:10:39 -!- talsit [foobar@gromit.mixdown.ca] has left ##stm32 [] 2019-01-08T19:14:56 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-08T19:18:30 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-08T19:22:49 -!- phryk [~phryk@ip-88-153-140-200.hsi04.unitymediagroup.de] has quit [Ping timeout: 246 seconds] 2019-01-08T19:28:53 < HighInBC> it is very common for audition calls to specify race. They probably did not want a white man because they are seen as the devil today 2019-01-08T19:29:28 < specing> but that is racist and OFFTOPIC here 2019-01-08T19:37:23 < englishman> srk: r9 has nothing to do with openlrs, it is the same ota as frisky 2.4g with different rf driver 2019-01-08T19:38:12 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-08T19:40:31 < englishman> jobs are boring 2019-01-08T19:40:47 < englishman> I kinda still want to become a mailman 2019-01-08T19:46:14 < antto> mailishman 2019-01-08T19:49:42 < englishman> ty 2019-01-08T19:55:47 < srk> englishman: yeah I know, openlrs uses rfm something, with rfm95w you can basically build r9 2019-01-08T19:56:12 < englishman> is that the Lora one 2019-01-08T19:56:20 < englishman> openlrs isnt 2019-01-08T19:56:47 < englishman> anyway, r9 works and doesn't cost a lot and you don't have to give any money to fucking trappy, automatic win 2019-01-08T20:09:00 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-08T20:09:56 < Steffanx> wut, job is no longer awesome great englishman? 2019-01-08T20:10:26 < englishman> nah they just didn't give me shit to do yet 2019-01-08T20:10:42 < srk> englishman: yeah and there are swd pins if you're not happy with their fw :D 2019-01-08T20:10:53 < Laurenceb> https://www.facebook.com/theCUMB/?hc_ref=ARRs1V1K_29cnMM7imcGG8I5GLMItDguEYFTuNBDAiIty63r5ccSxjxp6OsuJscH-M0&__xts__%5B0%5D=68.ARC_nvTrkrVJ4Hz6RbXor8d1qzuKjSALum7gjmy_flE-0QcED8_6jRjTDbuXBkIkXhzf_dfcPSERIi2YFb5noSHeGkjTB4eCHaGl2sB6XxugCjZmwhwXkdTEweJ-d3GgSdlUfxPEj7EPaT9_rdtMUZvP68Jd8L9zhxdHUwD4ORUEoa81B5V1dT-NmIJPwimQJeEwvF1iQYmimTn24Ibm_SDsByKTu0e6-AUOH1ICtF_jxhg-xaSNGK6YFR6f4B73r7EFOJH1jDUaP73Nziwa_Zpn6J6M-om-m4ZGHe0-YCJzQrZCcWNsP1v-5eiohvPJp_rzeMNh 2019-01-08T20:10:54 < Laurenceb> Mfb1btVz9bflug&__tn__=kC-R 2019-01-08T20:11:13 < englishman> the i.mx8 project looks cool 2019-01-08T20:11:27 < Laurenceb> murican "humour" also murican url 2019-01-08T20:11:30 < englishman> laurencefail 2019-01-08T20:11:41 -!- mode/##stm32 [+o Steffanx] by ChanServ 2019-01-08T20:11:41 -!- Laurenceb was kicked from ##stm32 by Steffanx [Meh] 2019-01-08T20:11:44 < englishman> ty 2019-01-08T20:11:53 -!- Laurenceb [~laurence@128.243.52.196] has joined ##stm32 2019-01-08T20:12:59 < englishman> it is all msp430 and FPGA here 2019-01-08T20:13:25 <@Steffanx> will you introduce stm32? 2019-01-08T20:13:28 <@Steffanx> or 8 2019-01-08T20:13:38 < Laurenceb> wow I unironically want to kill all muricans after watching the shit on that page 2019-01-08T20:13:59 < englishman> stm32 2019-01-08T20:14:02 < mawk> stop hate-speeching Laurenceb 2019-01-08T20:14:04 < englishman> probably f7 2019-01-08T20:14:27 <@Steffanx> heh, thats quite a big difference. msp430 vs stm32f7 2019-01-08T20:26:55 < rajkosto> help 2019-01-08T20:26:55 < rajkosto> while((SPI1->SR & (SPI_I2S_FLAG_TXE))==0); 2019-01-08T20:26:58 < rajkosto> never stops 2019-01-08T20:27:23 < mawk> how did you declare SPI1 ? 2019-01-08T20:27:31 < mawk> is it something you made yourself ? 2019-01-08T20:27:34 < rajkosto> its part of cmsis 2019-01-08T20:27:36 < rajkosto> #define SPI1 ((SPI_TypeDef *) SPI1_BASE) 2019-01-08T20:27:37 < mawk> right 2019-01-08T20:27:45 < mawk> then use * 2019-01-08T20:27:47 < mawk> ah 2019-01-08T20:27:48 < mawk> no nevermind 2019-01-08T20:31:52 -!- sterna [~Adium@c-7febe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-08T20:32:10 < Laurenceb> https://imgoat.com/uploads/cdd60ea004/183419.jpg 2019-01-08T20:34:33 -!- con3 [~kvirc@197.233.25.80] has joined ##stm32 2019-01-08T20:37:13 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:5d54:809a:fa5a:8991] has joined ##stm32 2019-01-08T20:45:02 < rajkosto> while (SPI_I2S_GetFlagStatus(SPI1, SPI_I2S_FLAG_TXE) == 0){} 2019-01-08T20:45:02 < rajkosto> SPI_I2S_SendData(SPI1,theByte); 2019-01-08T20:45:02 < rajkosto> while (SPI_I2S_GetFlagStatus(SPI1, SPI_I2S_FLAG_RXNE) == 0){} 2019-01-08T20:45:04 < rajkosto> seems to work 2019-01-08T20:45:33 < rajkosto> why you doubt cmsis 2019-01-08T20:47:48 < rajkosto> no 2019-01-08T20:47:50 < rajkosto> the order matters 2019-01-08T20:48:07 < rajkosto> check flag first, set DR, check RECEIVE flag to see if its been sent 2019-01-08T20:49:27 < rajkosto> ok 2019-01-08T20:49:28 < rajkosto> while((SPI1->SR & (SPI_I2S_FLAG_TXE))==0); 2019-01-08T20:49:28 < rajkosto> SPI1->DR = theByte; 2019-01-08T20:49:28 < rajkosto> while((SPI1->SR & (SPI_I2S_FLAG_RXNE))==0); 2019-01-08T20:49:28 < rajkosto> that works 2019-01-08T20:49:31 -!- Laurenceb was kicked from ##stm32 by Steffanx [Meh] 2019-01-08T20:52:31 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2019-01-08T20:54:23 -!- con3 [~kvirc@197.233.25.80] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-08T20:54:45 < Ultrasauce> st makes you login to get stdperiphlib now?? 2019-01-08T20:56:28 <@Steffanx> not just now. they have been doing that for a while now. 2019-01-08T20:56:31 <@Steffanx> im sorry Ultrasauce 2019-01-08T20:56:43 < Ultrasauce> eh one more reason to never use it again 2019-01-08T20:56:52 < Ultrasauce> not that one was needed 2019-01-08T20:57:07 <@Steffanx> its not THAT bad. 2019-01-08T20:57:11 < Ultrasauce> yes it is 2019-01-08T20:57:14 <@Steffanx> ok. 2019-01-08T20:57:38 <@Steffanx> Happy day Ultrasauce 2019-01-08T20:57:54 < Ultrasauce> likewise 2019-01-08T21:03:14 < mawk> well for gentile it's normal, it means the same thing 2019-01-08T21:03:20 < mawk> but for merchant it's a coincidence 2019-01-08T21:03:55 < mawk> well gentile doesn't mean the same thing, but it has the same translation, gentil 2019-01-08T21:03:58 < mawk> meaning non-jewish 2019-01-08T21:04:02 -!- talsit [foobar@gromit.mixdown.ca] has joined ##stm32 2019-01-08T21:04:11 -!- talsit [foobar@gromit.mixdown.ca] has left ##stm32 [] 2019-01-08T21:04:11 < mawk> so your english word probably comes from french 2019-01-08T21:11:27 -!- gnom [~aleksande@178.150.7.153] has quit [Remote host closed the connection] 2019-01-08T21:15:59 -!- Laurenceb [~laurence@128.243.52.196] has joined ##stm32 2019-01-08T21:18:41 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-08T21:19:35 < mawk> what for ? 2019-01-08T21:22:33 < mawk> ah ! 2019-01-08T21:31:56 < rajkosto> ok so my SPI NSS isnt changing 2019-01-08T21:32:23 < rajkosto> why is everyone just using it as a GPIO in the examples 2019-01-08T21:32:44 < jpa-> because the hardware management often isn't what you actually want 2019-01-08T21:33:02 < rajkosto> shouldnt CR1 |= 0100 etc toggle it manually 2019-01-08T21:33:19 < rajkosto> when its configured with 0x200 2019-01-08T21:33:22 < rajkosto> (SPI_NSS_Soft) 2019-01-08T21:34:11 < jpa-> i think that only matters when you are using it as SPI slave 2019-01-08T21:44:11 < rajkosto> well when i use GPIO to toggle CS i get this weird situation 2019-01-08T21:44:12 < rajkosto> https://images.sshnuke.net/2019-01-08_20-44-02_FVZg5b91W.png 2019-01-08T21:44:20 < rajkosto> CS toggles before the bits are even clocked out 2019-01-08T21:46:18 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-08T21:48:17 < rajkosto> ok i added while((SPI1->SR & (SPI_I2S_FLAG_BSY))!=0); 2019-01-08T21:48:22 < rajkosto> that seems to fix that 2019-01-08T21:50:48 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:5d54:809a:fa5a:8991] has quit [Quit: Konversation terminated!] 2019-01-08T21:56:43 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2019-01-08T21:57:23 < marble_visions> i don't get it, why is everyone and their mother using -O2 in the desktop world, but i get incorrect results when using it with gcc-arm-none-eabi 2019-01-08T21:58:55 < rajkosto> yeah but 2019-01-08T21:59:04 < rajkosto> _Soft should let me toggle it via the CR bit ? 2019-01-08T21:59:07 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-08T21:59:10 < marble_visions> i'll double check 2019-01-08T22:00:16 < rajkosto> anyway i thought by letting the SPI controller manage NSS/CS it would wait for all bits to be clocked out before toggling it 2019-01-08T22:00:53 < rajkosto> because even with that while loop, sometimes the GPIO CS goes high before the CLK line goes low https://images.sshnuke.net/2019-01-08_21-00-32_bdTOPUSvE.png 2019-01-08T22:02:09 < rajkosto> yes im in the most basic mode 0 2019-01-08T22:02:28 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-08T22:02:28 -!- [1]MrMobius is now known as MrMobius 2019-01-08T22:02:49 < rajkosto> the while loop waits for the clock rising edge but not the falling, in that case lol 2019-01-08T22:03:18 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-08T22:04:23 < rajkosto> at higher spi clocks i guess its better 2019-01-08T22:04:33 < marble_visions> jesus christ it was a bug 2019-01-08T22:04:34 < rajkosto> this is only 600khz 2019-01-08T22:04:39 < marble_visions> Cracki: ^ 2019-01-08T22:04:46 < marble_visions> i mean a bug in my code 2019-01-08T22:04:48 < marble_visions> nice, 2019-01-08T22:07:53 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has joined ##stm32 2019-01-08T22:08:04 < marble_visions> indeed 2019-01-08T22:12:38 < Thorn> https://archive.org/details/computermagazines 2019-01-08T22:12:50 < karlp> rajkosto: you _can_ get it to use the cs line for you, but it's way suckier than just using a pio for most people 2019-01-08T22:13:43 < rajkosto> how do 2019-01-08T22:13:52 < rajkosto> i set it to _Soft, set the NSSOEEnable 2019-01-08T22:14:05 < rajkosto> doesnt care about 0x100 still 2019-01-08T22:18:50 < mawk> "slave" is banned now 2019-01-08T22:19:01 < mawk> say parent and children 2019-01-08T22:19:29 < mawk> it's not a joke, python cleared it from its documentation 2019-01-08T22:21:28 < mawk> yeah 2019-01-08T22:21:37 < mawk> but offensive to orphans or sterile people 2019-01-08T22:21:51 < mawk> offence is the new sin 2019-01-08T22:25:48 -!- Thorn [~Thorn@unaffiliated/thorn] has quit [Ping timeout: 258 seconds] 2019-01-08T22:29:28 -!- Thorn [~Thorn@unaffiliated/thorn] has joined ##stm32 2019-01-08T22:35:38 < catphish> people who know C - can i initialize my BSS in C? 2019-01-08T22:36:11 < Thorn> you mean at startup? 2019-01-08T22:36:15 < catphish> yeah 2019-01-08T22:36:20 < catphish> i assume i just need labels for the start and end of it in my linker script, then i can set it in C? 2019-01-08T22:36:52 < jpa-> yeah 2019-01-08T22:37:17 < Thorn> from my lpc startup file: /* blank the bss section */ while (dest < &_ebss) *(dest++) = 0; 2019-01-08T22:37:27 < jpa-> https://jpa.kapsi.fi/svn/paatti/interrupt_vectors.c steal __Init_Data(); function 2019-01-08T22:37:36 < catphish> there's an example here :) https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_node/ld_21.html 2019-01-08T22:37:52 < Thorn> (looks like they assume bss goes after data, so they don't even initialize dest at the start of the loop) 2019-01-08T22:38:39 < catphish> { _bstart = . ; *(.bss) *(COMMON) ; _bend = . ;} 2019-01-08T22:39:31 < catphish> then for (char* dst = _bstart; dst< _bend; dst++) *dst = 0; 2019-01-08T22:40:24 < Thorn> you can use int* (4 times faster) but make sure the sections starts and ends @ int-aligned adresses 2019-01-08T22:42:58 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 245 seconds] 2019-01-08T22:44:47 < catphish> indeed :) thanks all! 2019-01-08T22:50:00 < Thorn> lol I may have found a bug in startup code 2019-01-08T22:50:56 < Thorn> related question: when should you initialize .data/.bss / call .init_array: before or after configuring clocking? 2019-01-08T22:51:47 < jpa-> before, if you like to write clock config stuff in C and perhaps do stuff like "static int g_CurrentClockFreq;" 2019-01-08T22:51:55 < jpa-> after, if you need to get it done real fast 2019-01-08T22:56:36 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has quit [Ping timeout: 244 seconds] 2019-01-08T23:11:39 -!- Ecco [~user@unaffiliated/ecco] has joined ##stm32 2019-01-08T23:12:05 < malinus> never seen a manufacturer do it AFTER 2019-01-08T23:12:16 < malinus> (nxp, stm, avr) 2019-01-08T23:13:52 <@Steffanx> *microchip 2019-01-08T23:16:03 < catphish> does it matter? 2019-01-08T23:16:12 < malinus> meh I let the hardware guys keep track of who owns who in each particular month ;) 2019-01-08T23:16:20 < catphish> as long as it gets done, and the memory init doesn't depend on it, it's all good 2019-01-08T23:16:34 < MrMobius> my favorite startup bug is when it takes too long to initialize .data and the watchdog timer resets it before it gets to your first line turning it off 2019-01-08T23:16:58 < catphish> lol 2019-01-08T23:17:04 < malinus> MrMobius: fucking TI never clear the BSS and use that as an excuse 2019-01-08T23:17:23 < malinus> even though it should be done according to the C standards iirc 2019-01-08T23:18:36 < catphish> c says it should be done, doesn't say who should do it, or when :) 2019-01-08T23:19:42 < malinus> allright. Either way it won't get done with whatever standard toolchain+startup code TI provides ;) 2019-01-08T23:19:55 < catphish> well that sucks 2019-01-08T23:20:17 -!- cnt [uid317556@gateway/web/irccloud.com/x-hrkemredkzyqaecs] has joined ##stm32 2019-01-08T23:21:15 < aandrew> what the fuck are you putting in BSS that is that huge 2019-01-08T23:27:09 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2019-01-08T23:27:50 < Laurenceb> the cringe is real https://www.youtube.com/watch?v=xk4lePMDPLM 2019-01-08T23:30:33 < Thorn> anyway I think my BOD setup should run before all that stuff 2019-01-08T23:35:22 < malinus> either way, who in their right mind buys stm, when you can get NXP for cheaper running 600MHz ;) 2019-01-08T23:35:55 < cnt> Laurenceb: R O F L 2019-01-08T23:36:15 < cnt> thundercunts 2019-01-08T23:36:34 < antto> cunderthunts 2019-01-08T23:36:58 < cnt> hi sir 2019-01-08T23:37:02 < antto> o hai 2019-01-08T23:37:40 < cnt> i was thinking earlier 2019-01-08T23:37:56 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 244 seconds] 2019-01-08T23:37:56 < cnt> if hitler didn't spend so much time digging for jews he might have won 2019-01-08T23:39:08 < antto> let's test that in the WW2 simulator.. 2019-01-08T23:39:24 < antto> where's muh p0pcr0nz 2019-01-08T23:44:56 < invzim> anyone used FPC connectors? 2019-01-08T23:45:02 < invzim> like, on irc, here 2019-01-08T23:45:26 < Thorn> I have, for displays 2019-01-08T23:45:28 < invzim> is it correct that there are 2 versions, depending on if you want the leads to be on top or bottom? 2019-01-08T23:45:49 < Thorn> yes top/bottom contact 2019-01-08T23:45:57 < invzim> ordered 5 of these to sample, https://www.buydisplay.com/default/128x64-oled-i2c-0-96-display-white-color-connector-fpc-ssd1306 2019-01-08T23:46:44 < invzim> guess you have to watch your step when making the parts in regards to pin numbering :) 2019-01-08T23:47:16 <@Steffanx> why 2019-01-08T23:48:01 < Thorn> I used ERC12864-something and their pin numbering is the inverse of the numbering in the connector datasheet 2019-01-08T23:51:03 < Thorn> yet another trap for young players (C) Dave 2019-01-08T23:51:27 * antto has used FPC 2019-01-08T23:51:30 < antto> :~( 2019-01-08T23:52:31 -!- superbia [~superbia@unaffiliated/superbia] has joined ##stm32 2019-01-08T23:52:58 < superbia> guten abend 2019-01-08T23:57:28 < superbia> wo sind alle 2019-01-08T23:57:35 <@Steffanx> gute nacht. 2019-01-08T23:58:41 < invzim> Fliegende Kinderscheisse! --- Day changed Wed Jan 09 2019 2019-01-09T00:00:59 < antto> ze germanz are heer 2019-01-09T00:03:23 <@Steffanx> good day i wish you antto 2019-01-09T00:06:00 < cnt> Hi sir 2019-01-09T00:09:45 < englishman> hello innovators 2019-01-09T00:13:08 < superbia> hallo Steffanx hallo master englishman 2019-01-09T00:13:20 -!- Chris_M [~Chris_M@203-214-94-150.dyn.iinet.net.au] has joined ##stm32 2019-01-09T00:13:35 < superbia> today was some printing job, preparing for work 2019-01-09T00:14:43 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2019-01-09T00:15:13 < Thorn> attn englishman https://www.youtube.com/watch?v=VPDTBK7jiQA 2019-01-09T00:17:36 <@Steffanx> Did you print on a T-shirt superbia? 2019-01-09T00:17:44 < cnt> Ty I was expecting that Thorn :D 2019-01-09T00:17:49 < cnt> Cats 2019-01-09T00:18:33 * superbia wears not wee shirts 2019-01-09T00:18:45 <@Steffanx> But you make em. 2019-01-09T00:19:03 -!- con3 [~kvirc@197.233.25.80] has joined ##stm32 2019-01-09T00:21:57 < superbia> when cnt was a boy https://www.youtube.com/watch?v=opiMHTaUEaA&feature=youtu.be&t=60 2019-01-09T00:26:43 <@Steffanx> So hows the kb going superbia? 2019-01-09T00:28:08 < superbia> the fat guy still havent' send me the parts 2019-01-09T00:30:43 < aandrew> https://www.youtube.com/watch?v=sGjfLuVn44Q 2019-01-09T00:46:11 -!- con3 [~kvirc@197.233.25.80] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-09T01:14:19 -!- superbia [~superbia@unaffiliated/superbia] has left ##stm32 ["WeeChat 2.3"] 2019-01-09T01:21:41 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2019-01-09T01:33:54 < englishman> $1b to get a seat on the board of tesla 2019-01-09T01:34:01 < englishman> Ellison is nuts 2019-01-09T01:48:31 -!- sterna [~Adium@c-7febe155.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 246 seconds] 2019-01-09T02:01:27 < kakimir> 0verclockers 2019-01-09T02:06:54 < kakimir> can I put liquid metal to direct heatpipe connection? 2019-01-09T02:07:09 < kakimir> should I fill the gaps between pipes first 2019-01-09T02:10:36 < kakimir> are you okay Cracki 2019-01-09T02:10:50 < kakimir> what is up wit ol' muskie? 2019-01-09T02:11:38 < kakimir> ? 2019-01-09T02:12:00 < englishman> ole muskie and the timid harmless larry ellison are going to bring down the SEC apparently 2019-01-09T02:13:35 < kakimir> who is ellison? 2019-01-09T02:14:13 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has left ##stm32 [] 2019-01-09T02:23:16 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has joined ##stm32 2019-01-09T02:23:17 < Laurenceb_123> j a m e s g o d d a r d 2019-01-09T02:32:53 < englishman> larry ellison is a software pirate, the captain of a boat that is bigger than your country 2019-01-09T02:34:29 -!- con3 [~kvirc@197.233.25.80] has joined ##stm32 2019-01-09T02:37:07 < ds2> 6.range86-136.btcentralplus.com) 2019-01-09T02:37:07 < ds2> +has joined channel ##stm32 2019-01-09T02:37:08 < ds2> j a m e s g o d d a r d 2019-01-09T02:37:08 < ds2> Tue Jan 8 16:24:56 2019 2019-01-09T02:37:08 < ds2> *** OutBackDingo (~quassel@unaffiliated/outbackdingo) has joined channel 2019-01-09T02:37:08 < ds2> +#yocto 2019-01-09T02:37:08 < ds2> ah, the purge is starting? 2019-01-09T02:37:09 < ds2> Tue Jan 8 16:28:55 2019 2019-01-09T02:37:09 < ds2> *** gtristan (~tristanva@24.48.71.248) has joined channel #yocto 2019-01-09T02:37:10 < ds2> larry ellison is a software pirate, the captain of a boat that is 2019-01-09T02:37:10 < ds2> +bigger than your country 2019-01-09T02:37:11 < ds2> Tue Jan 8 16:34:28 2019 2019-01-09T02:37:32 < englishman> hello ds2 2019-01-09T02:39:01 < englishman> oh boy my china enig panels came 2019-01-09T02:42:10 < englishman> https://i.imgur.com/9XGJzoT.jpg 2019-01-09T02:42:21 -!- con3 [~kvirc@197.233.25.80] has quit [Remote host closed the connection] 2019-01-09T02:51:02 < cnt> The SW is DOG 2019-01-09T02:51:45 < englishman> how many of these threads did you start cnt 2019-01-09T02:55:12 < ds2> arrrrrrg 2019-01-09T02:55:30 < ds2> danger of a wireless mouse on the couch. Sorry 2019-01-09T03:14:15 -!- talsit [foobar@gromit.mixdown.ca] has joined ##stm32 2019-01-09T03:24:11 < cnt> Englishman none 2019-01-09T03:34:06 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-09T03:35:07 -!- con3 [~kvirc@197.233.25.80] has joined ##stm32 2019-01-09T03:46:15 -!- television [~alex@unaffiliated/arexr] has joined ##stm32 2019-01-09T03:57:37 < cnt> Ty for some amusement 2019-01-09T04:19:13 < aandrew> hm, apparently dongs altium name is Peter Twiss 2019-01-09T04:21:33 < Laurenceb_123> the demiurge 2019-01-09T04:29:20 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has quit [Ping timeout: 244 seconds] 2019-01-09T04:31:13 < dongs> lmao 2019-01-09T04:31:17 < dongs> hi aandrew 2019-01-09T04:31:23 < dongs> no thats R2COM 2019-01-09T04:31:28 < dongs> i would never call altium "shit sofT" 2019-01-09T04:31:38 < dongs> and thats literally his trademark phrase 2019-01-09T04:38:53 < aandrew> heh 2019-01-09T04:39:16 < dongs> are you in #stm32 on telegram 2019-01-09T04:39:23 < aandrew> no 2019-01-09T04:39:31 < aandrew> I'm oldschool, wtf is telegram 2019-01-09T04:39:37 < aandrew> sounds like some web 2.0 mobile bullshit 2019-01-09T04:42:01 -!- con3 [~kvirc@197.233.25.80] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-09T04:46:00 < sync> wut dongs, I just looked and there are some arabic and russian ones wtf 2019-01-09T04:46:11 < dongs> haha 2019-01-09T04:46:36 < dongs> yeah the arabic one is the one i meant. nah, i'v ebeen trying to get englishman + others to join there to make a new english one for sending cat pics 2019-01-09T04:47:28 < sync> why not I guess 2019-01-09T04:48:02 < dongs> cuz its way easier to send catpics 2019-01-09T04:48:20 < englishman> you never sent me the join link 2019-01-09T04:48:39 < englishman> I figured you were trying to keep me away 2019-01-09T04:52:52 -!- Chris_M [~Chris_M@203-214-94-150.dyn.iinet.net.au] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-09T05:13:30 -!- ohsix [~ohsix@bc175210.bendcable.com] has quit [Ping timeout: 268 seconds] 2019-01-09T05:15:30 -!- ohsix [~ohsix@bc175210.bendcable.com] has joined ##stm32 2019-01-09T05:19:46 < cnt> Where is cat land 2019-01-09T05:20:55 < cnt> Telegram sounds like a good idea I feel filthy being on freenode 2019-01-09T05:21:47 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has joined ##stm32 2019-01-09T05:24:43 < dongs> whats your filthy id onm there 2019-01-09T05:24:59 < dongs> syncs too 2019-01-09T05:27:44 < cnt> I’ll have to make one after work 2019-01-09T05:27:55 < cnt> It was on my to-do list 2019-01-09T05:28:09 < dongs> good idea 2019-01-09T05:32:00 < aandrew> why the fuck would you be promoting telegram over irc 2019-01-09T05:32:16 < dongs> literally 100x faster to send cat pics 2019-01-09T05:32:27 < dongs> have you ever tried to use imgur to send a pic from phone? 2019-01-09T05:32:31 < dongs> it takes like 20 clicks 2019-01-09T05:32:34 < aandrew> yep 2019-01-09T05:32:35 < aandrew> it sucks 2019-01-09T05:32:44 < aandrew> but it looks like telegram is ass for actually blogging 2019-01-09T05:38:20 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-09T05:47:04 < dongs> not bad 2019-01-09T05:49:05 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-09T05:52:19 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-09T05:52:19 -!- [1]MrMobius is now known as MrMobius 2019-01-09T06:02:24 -!- fc5dc9d4 [~quassel@p5B081D12.dip0.t-ipconnect.de] has joined ##stm32 2019-01-09T06:06:34 -!- fc5dc9d4_ [~quassel@p5B081BA3.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 2019-01-09T06:28:36 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 260 seconds] 2019-01-09T06:29:01 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-09T06:53:07 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-09T06:54:50 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-09T06:58:36 -!- fc5dc9d4_ [~quassel@p5B081D12.dip0.t-ipconnect.de] has joined ##stm32 2019-01-09T07:02:09 -!- Netsplit *.net <-> *.split quits: fc5dc9d4, MrMobius, BrainDamage, jsoft, boB_K7IQ 2019-01-09T07:02:09 -!- BrainDamage_ is now known as BrainDamage 2019-01-09T07:02:10 -!- [1]MrMobius is now known as MrMobius 2019-01-09T07:03:17 -!- Netsplit over, joins: boB_K7IQ 2019-01-09T07:04:27 -!- errebino [~rbino@rbino.com] has quit [Ping timeout: 246 seconds] 2019-01-09T07:06:59 -!- rbino [~rbino@rbino.com] has joined ##stm32 2019-01-09T07:07:53 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-09T07:09:47 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-09T07:32:11 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 260 seconds] 2019-01-09T07:32:58 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-09T07:40:34 < cnt> r2 have you been on the Altium users forum? 2019-01-09T07:50:48 < cnt> Cool 2019-01-09T07:51:04 < cnt> The whole internet is gay, isn’t it R2? 2019-01-09T07:51:52 < cnt> Oh 2019-01-09T07:52:01 < cnt> Where is crt? 2019-01-09T07:52:22 < cnt> Good news 2019-01-09T07:52:32 < cnt> What type of beer? 2019-01-09T07:53:06 < cnt> Innovator’s lager? 2019-01-09T07:53:31 < cnt> Not bad 2019-01-09T07:53:38 < cnt> I did enjoy that 2019-01-09T07:54:21 < cnt> Nigger’s piss, that was the first guess 2019-01-09T07:55:26 < cnt> Good times 2019-01-09T07:59:10 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-09T07:59:56 < rajkosto> yess full color OLED TFT IPS 2019-01-09T08:01:20 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-09T08:02:19 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 246 seconds] 2019-01-09T08:02:24 -!- day__ is now known as day 2019-01-09T08:03:20 < cnt> Ty 2019-01-09T08:05:35 < cnt> trump should nuke Mexico 2019-01-09T08:08:37 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-09T08:08:44 < cnt> We could do some gestapo camps and just kill the dirty ones 2019-01-09T08:09:00 < cnt> What do you think? 2019-01-09T08:09:40 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-09T08:15:21 -!- sterna [~Adium@c-acebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-09T08:33:50 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-09T08:37:01 < dongs> rajkosto: received? picssssssssssssss 2019-01-09T08:37:12 < rajkosto> no 2019-01-09T08:37:20 < rajkosto> it cant be OLED and IPS at the same time 2019-01-09T08:37:28 < dongs> it can 2019-01-09T08:37:30 < rajkosto> there dont seem to be any full color OLED 2019-01-09T08:37:32 < dongs> in china, anything is possible 2019-01-09T08:37:37 < dongs> suer there is plenty? 2019-01-09T08:37:44 < dongs> is 65k color full color enough for you? 2019-01-09T08:37:50 < rajkosto> https://www.aliexpress.com/item/IPS-0-96-inch-7P-SPI-HD-65K-Full-Color-LCD-Module-ST7735-Drive-IC-80/32859445140.html i want this but in OLED 2019-01-09T08:38:03 < rajkosto> i see RGB 96x64 OLED without a pcb for MUCH more 2019-01-09T08:38:13 < dongs> that fakeass image 2019-01-09T08:38:27 < rajkosto> do you like how its a honest seller so they put (Not OLED) in the description 2019-01-09T08:38:32 < rajkosto> but they still want the clicks from searching OLED ? 2019-01-09T08:39:09 < rajkosto> the other listings just cram TFT IPS OLED SPI I2C FULL COLOR LCD 2019-01-09T08:39:20 < rajkosto> also the pins are labeled SCL and SDA even though its SPI 2019-01-09T08:39:26 < dongs> thats normal 2019-01-09T08:39:34 < dongs> most of those STwahtever controllers can do both 2019-01-09T08:39:39 < rajkosto> nah, the other blue pcbs have MISO 2019-01-09T08:39:46 < dongs> and if its SPI or i2c depends by some other strap pins 2019-01-09T08:39:55 < rajkosto> yes but this has no unpopulated resistors for that. 2019-01-09T08:40:04 < rajkosto> its only "4-SPI" as its says on the back 2019-01-09T08:40:53 < rajkosto> wonder why they dont make 8-bit OLED instead of 1-bit OLED, all it would take is more RAM in the controller since they already support PWM 2019-01-09T08:54:39 < cnt> now. 2019-01-09T08:54:48 < cnt> how about drugs? an instrument everybody loves 2019-01-09T08:54:49 < cnt> https://www.youtube.com/watch?v=fqM7bN3Kc7I 2019-01-09T08:56:49 -!- sterna [~Adium@c-acebe155.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-09T09:03:51 < cnt> how the fark do i telegram 2019-01-09T09:04:06 < dongs> web.telegram.org or install on your GAYPHONE 2019-01-09T09:04:59 < cnt> i downloaded the app 2019-01-09T09:05:01 < cnt> on PC 2019-01-09T09:05:06 < dongs> that works too 2019-01-09T09:05:16 < rajkosto> now this 2019-01-09T09:05:17 < rajkosto> is rock and roll 2019-01-09T09:05:29 < cnt> one too tree four 2019-01-09T09:06:26 < cnt> dongs: which stm32 is good 2019-01-09T09:06:38 < dongs> did you make an id yet 2019-01-09T09:06:43 < cnt> yes 2019-01-09T09:06:51 < dongs> is it crt 2019-01-09T09:06:54 < cnt> n 2019-01-09T09:07:00 < dongs> pumps4crt 2019-01-09T09:07:10 < cnt> stvnzz 2019-01-09T09:09:08 -!- jadew [~razvan@unaffiliated/jadew] has quit [Quit: exit] 2019-01-09T09:22:50 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-09T09:34:25 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-09T09:45:51 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-09T09:54:18 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-09T10:07:16 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-09T10:13:39 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-09T10:19:06 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-09T10:53:13 -!- sterna [~Adium@cvis.oal.lindholmen.se] has joined ##stm32 2019-01-09T10:58:08 < cnt> Steffanx: wake up 2019-01-09T10:58:20 <@Steffanx> Ty 2019-01-09T10:59:04 < cnt> did you join the cat club 2019-01-09T11:02:05 < rajkosto> grab a brush put on a little make up ? 2019-01-09T11:35:38 -!- mode/##stm32 [-o Steffanx] by Steffanx 2019-01-09T11:35:50 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has quit [Ping timeout: 268 seconds] 2019-01-09T11:36:57 < Haohmaru> u wanted to 2019-01-09T11:49:35 < Steffanx> Uh? 2019-01-09T12:03:37 -!- sterna [~Adium@cvis.oal.lindholmen.se] has quit [Quit: Leaving.] 2019-01-09T12:20:18 < karlp> bloody moxa 2019-01-09T12:46:52 < karlp> huh, there's an option in a setup wizard I've never seen before, "choose how much ram to use" and a slider. 2019-01-09T12:50:33 < Steffanx> Moxa from the moxa iologik? 2019-01-09T12:50:48 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has joined ##stm32 2019-01-09T12:51:41 < karlp> yeah, that moxa 2019-01-09T12:51:50 < karlp> just a bad website with all sorts of cross logins 2019-01-09T12:52:01 < karlp> and docs with links to "watch a video of this" that don't work 2019-01-09T13:00:51 < PeterM> is it as bad as looking for datasheets for capacitors and only getting packaging information and assembly guidelines? 2019-01-09T13:01:27 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has quit [Ping timeout: 246 seconds] 2019-01-09T13:02:34 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-09T13:03:33 < jpa-> PeterM: it usually just means that the actual datasheet is in a different pdf 2019-01-09T13:05:14 < PeterM> in a lot of cases it can also mean we dont provide that data 2019-01-09T13:05:40 < qyx> don't be overly pessimistic 2019-01-09T13:06:22 < PeterM> most good manufacturers put the data in a seperate document for "characteristic data", but some dont provide it, its a pain in the ass 2019-01-09T13:07:55 < jpa-> well, with such unreliable manufacturers you are actually lucky if they don't just put out a fake datasheet 2019-01-09T13:07:58 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has joined ##stm32 2019-01-09T13:08:11 < qyx> I am curious if it is enough to use the internatl STM32 ADC to interface to a strain gauge 2019-01-09T13:08:15 < qyx> with oversampling of course 2019-01-09T13:08:35 < qyx> or if it is better to use a dedicated adc 2019-01-09T13:09:01 < qyx> I would say stm32 is going to be more power hungy in this case 2019-01-09T13:09:27 < jpa-> it does what it's specced to do, for many strain gauge applications even non-oversampled ~10bit effective resolution could be enough 2019-01-09T13:09:46 < PeterM> nah even big manufactuerers do it, but its mostly on trash teir parts 2019-01-09T13:11:29 < karlp> PeterM: similar I guess. I have had those joys with capacitor datasheets too :) 2019-01-09T13:29:24 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [] 2019-01-09T13:41:38 < Thorn> qyx: there are Σ∆ ADCs with built in 64x/128x PGAs 2019-01-09T13:41:42 < Thorn> ADS12xx something 2019-01-09T13:42:02 < Thorn> probably still cheaper than a good in-amp 2019-01-09T13:51:04 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-09T14:04:08 < englishman> telegram is pretty good for chatting aandrew 2019-01-09T14:04:43 < qyx> Cracki: I have seem hx711, somehow I would like something less chiny 2019-01-09T14:04:57 < qyx> s/seem/seen 2019-01-09T14:07:01 < karlp> aandrew: thanks for the apollo 440 ride 2019-01-09T14:09:19 < qyx> 2mV/V, which gives me about 6mV full scale.. I will probably just use the internal adc with an external inamp 2019-01-09T14:09:23 -!- rajkosto [~Rajko@cable-178-149-114-98.dynamic.sbb.rs] has quit [Ping timeout: 268 seconds] 2019-01-09T14:15:45 < cnt> https://youtu.be/Mks9E7kdhGY?t=60 2019-01-09T14:24:07 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-09T14:26:02 -!- c10ud_ [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-09T14:26:39 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-09T14:26:55 < Laurenceb> sup 2019-01-09T14:27:06 < Laurenceb> kek slashdot went 503 2019-01-09T14:27:12 < Laurenceb> the lunix server 2019-01-09T14:30:12 < cnt> 503 2019-01-09T14:30:39 < Laurenceb> 503 error: Lunix is Lunixing 2019-01-09T14:33:26 * specing points to topic 2019-01-09T14:35:47 < cnt> cats? 2019-01-09T14:38:05 < cnt> sup specing 2019-01-09T14:47:06 < Laurenceb> you think the knights templar are a thing of the past? well think again.. this is the last veil of the joos.. 2019-01-09T14:47:32 < Laurenceb> study up on masonic hand signs cnt, and you'll see every shill out there 2019-01-09T14:49:57 < Laurenceb> linux is a fake "illegal hacker os" actually created by the knights templar 2019-01-09T14:50:44 < karlp> telegram _requires_ a phone to use it? 2019-01-09T14:50:49 < karlp> what sort of chat is that? 2019-01-09T14:51:01 < Laurenceb> you talk to the illuminati 2019-01-09T14:53:23 < qyx> st.com is 403 forbidden? 2019-01-09T14:53:42 < cnt> according to bing - https://youtu.be/Mks9E7kdhGY?t=60 2019-01-09T14:53:53 < cnt> wrong paste 2019-01-09T14:53:56 < Laurenceb> qyx: not for me 2019-01-09T14:54:00 < qyx> wat 2019-01-09T14:54:09 < cnt> according to bing - exherbo is linux for paedophiles 2019-01-09T14:54:35 < Laurenceb> >exhebe moar liek 2019-01-09T14:54:42 < qyx> it works in a private window 2019-01-09T14:54:51 < qyx> what did they do 2019-01-09T14:56:14 -!- sterna [~Adium@cvis.oal.lindholmen.se] has joined ##stm32 2019-01-09T14:58:38 -!- munki_ [~lol@fm.synthte.ch] has quit [Ping timeout: 244 seconds] 2019-01-09T15:12:58 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-09T15:26:42 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-09T15:27:42 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 268 seconds] 2019-01-09T15:41:24 < Laurenceb> https://www.youtube.com/watch?v=AjOHNobeiWs 2019-01-09T15:45:44 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2019-01-09T15:48:35 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2019-01-09T16:00:59 < dongs> 503: Unavailable for legal reasons 2019-01-09T16:05:29 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-09T16:26:46 -!- ccole [~cole@cpe-174-104-217-206.neo.res.rr.com] has joined ##stm32 2019-01-09T16:47:30 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-09T16:47:43 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-09T16:48:25 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-09T16:48:45 -!- sterna [~Adium@cvis.oal.lindholmen.se] has quit [Quit: Leaving.] 2019-01-09T17:05:19 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-09T17:16:47 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-09T17:33:05 < Laurenceb> https://www.bbc.co.uk/news/technology-46809807 2019-01-09T17:33:16 < Laurenceb> not sure if troll 2019-01-09T17:38:45 < dongs> We have a team of absolute genius woman and LGBTQI engineers (and a few wonderful men) working on every aspect of this product — including a Doctor of Mechanical Engineering with expertise in Robotics and AI and a Mechanical Design Engineer who specializes in Material Science with a background in Chemistry. 2019-01-09T17:38:50 < dongs> lmao 2019-01-09T17:38:50 < dongs> waht the fuck is this shit 2019-01-09T17:39:05 < Laurenceb> orbital sides activated 2019-01-09T17:41:36 < dongs> majority of LGBTQIAP+BBQ people are gay faggot jews that couldn't get laid with anyone, so they make excuses that they're different so they can explain why they're fucking virgins 2019-01-09T17:41:55 < dongs> y/n/m 2019-01-09T17:41:55 < Laurenceb> so MGTOW then 2019-01-09T17:42:32 < zyp> sup? 2019-01-09T17:43:18 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-09T17:43:24 < zyp> IKEA got 20% off on appliances, so I ended up spending like 25k NOK today: https://bin.jvnv.net/file/h2h6B.jpg 2019-01-09T17:43:46 < dongs> two fridges? 2019-01-09T17:44:01 < Laurenceb> wtf 2019-01-09T17:44:04 < zyp> wasn't planning on getting that stuff until later this year, but 6k NOK savings is worth it 2019-01-09T17:44:12 < zyp> dongs, fridge and freezer 2019-01-09T17:44:21 < BrainDamage> freezer for body parts 2019-01-09T17:44:24 < zyp> and oven and microwave 2019-01-09T17:44:24 < dongs> do you even need either in norway 2019-01-09T17:44:29 < dongs> i thought its cold there all the time 2019-01-09T17:44:31 < zyp> haha 2019-01-09T17:44:33 < dongs> you can just store shit outside 2019-01-09T17:44:34 < Laurenceb> even bigger than a muricans fridge and freezer 2019-01-09T17:45:05 < Laurenceb> my bong fridgefreezer is half the size of one of them 2019-01-09T17:45:18 < zyp> dongs, I actually got a couple bottles of stuff to drink sitting on the balcony at the house now 2019-01-09T17:45:33 < zyp> since fridge haven't been installed yet 2019-01-09T17:46:10 < zyp> Laurenceb, when you actually start buying groceries and cooking yourself instead of eating prepared shit, fridge fills up quickly 2019-01-09T17:46:18 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 245 seconds] 2019-01-09T17:46:39 < PaulFertser> zyp: bottles of vodka? Or why doesn't it freeze outside? 2019-01-09T17:47:04 < zyp> it's close to 0 nowadays, and plastic bottles can handle a bit of expansion 2019-01-09T17:47:16 < PaulFertser> Heh, lame. -9C in moscow atm. 2019-01-09T17:47:25 < karlp> it's +9 or something silly here 2019-01-09T17:47:35 < karlp> we've had like 2 days of snow all winter so far 2019-01-09T17:49:50 -!- cnt [uid317556@gateway/web/irccloud.com/x-hrkemredkzyqaecs] has quit [Quit: Connection closed for inactivity] 2019-01-09T17:50:20 < zyp> !wz Grimstad, Norway 2019-01-09T17:50:21 < englishbot> [Grimstad, Norway] Clear. Temp is 1.3°C. Humidity: 59%. 2019-01-09T17:53:49 < zyp> here's a pic I snapped of current fridge last time people here were talking about fridges: https://bin.jvnv.net/file/Bkd7w.jpg 2019-01-09T17:57:18 < Steffanx> Still the same jappy stuff in the door 2019-01-09T17:59:18 < BrainDamage> so many asian ingredients 2019-01-09T18:01:39 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-09T18:07:16 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-09T18:10:16 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 250 seconds] 2019-01-09T18:11:39 < dongs> say 2019-01-09T18:11:43 < dongs> 200mhz logic analyzer 2019-01-09T18:11:51 < dongs> will i be able to realibly pickup 125mhz clock 2019-01-09T18:11:53 < dongs> or am i rip 2019-01-09T18:12:45 < BrainDamage> only if the LA has some interrupt/clock mode input 2019-01-09T18:12:54 < BrainDamage> if it's random sampling, not reliably 2019-01-09T18:13:02 < dongs> ohj hmm 2019-01-09T18:18:57 < Laurenceb> til Alba-chan cuts herself https://imgoat.com/uploads/cdd60ea004/183715.jpg 2019-01-09T18:20:15 < dongs> ok 2019-01-09T18:20:17 < dongs> there's sync mode 2019-01-09T18:20:43 < aandrew> who the fuck is alba-chan 2019-01-09T18:21:50 < Laurenceb> aandrew: think female chris-chan 2019-01-09T18:21:58 < dongs> looks liek gross shit 2019-01-09T18:22:12 < Laurenceb> those cut makes are legit nasty 2019-01-09T18:22:25 < aandrew> Laurenceb: that doesn't help me at all. who the fuck is chris-chan 2019-01-09T18:22:36 < Laurenceb> lurn2 internet 2019-01-09T18:22:57 < Laurenceb> also, you have been warned, NSFL awaits 2019-01-09T18:23:01 < aandrew> Laurenceb: nah, I'm not all that interested in the latest teen craze 2019-01-09T18:23:14 < aandrew> it's almost as bad as dongs recommending telegram for #stm32 2019-01-09T18:23:22 < Laurenceb> keeek 2019-01-09T18:26:00 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-09T18:27:20 < aandrew> found dongs' lost luggage: https://www.reddit.com/r/gifs/comments/ae5mbm/waiting_at_the_baggage_carousel_to_see_who_picks/ 2019-01-09T18:27:41 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-09T18:29:37 < Laurenceb> https://imgoat.com/uploads/cdd60ea004/183716.png 2019-01-09T18:30:07 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Ping timeout: 240 seconds] 2019-01-09T18:31:45 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-09T18:35:28 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 246 seconds] 2019-01-09T18:44:13 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: Leaving] 2019-01-09T18:44:21 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-09T18:52:28 < Ecco> Hi :) 2019-01-09T18:52:36 < Ecco> I'm running into the weirdest issue on an F7 2019-01-09T18:52:44 < Ecco> For some reason, I can't write into the DTCM 2019-01-09T18:52:51 < Ecco> Is that normal? 2019-01-09T18:54:25 -!- ccole [~cole@cpe-174-104-217-206.neo.res.rr.com] has quit [Quit: leaving] 2019-01-09T18:59:26 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-09T18:59:34 -!- c10ud_ [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-09T19:06:03 < karlp> so wht, hdmi laptop to display port screen you need to power the adapter? 2019-01-09T19:06:10 < karlp> hdmi to dvi is just wires? 2019-01-09T19:06:51 < dongs> wat? 2019-01-09T19:07:11 < dongs> hdmi to displayport can be bus powered 2019-01-09T19:07:18 < dongs> i made that sorta adapter before. 2019-01-09T19:07:27 < dongs> doesnt your shit have usb-c 2019-01-09T19:07:34 < dongs> thats a $10-15 cable to go to dispalyport 2019-01-09T19:10:44 < dongs> hmm 2019-01-09T19:10:48 < dongs> yeah this shit is not capturing all data 2019-01-09T19:10:49 < dongs> too noisty 2019-01-09T19:10:57 < dongs> sometimes catches 0 as 1 and etc. 2019-01-09T19:14:06 < dongs> https://i.imgur.com/WjHvEEG.png 2019-01-09T19:14:15 < dongs> both data are 0x47 2019-01-09T19:16:28 < Laurenceb> https://www.youtube.com/watch?v=Jr2L3EITO0w 2019-01-09T19:17:39 < dongs> not funny mr.lawrence 2019-01-09T19:18:17 < karlp> new laptop has hdmi and usbc, onitor has display port and dvi. 2019-01-09T19:18:28 < dongs> eyah so.. usb-c>dp cable 2019-01-09T19:18:29 < karlp> think hdmi->dvi will be easiest to leave usb-c port free 2019-01-09T19:19:57 < dongs> is this some 1080p shit? 2019-01-09T19:20:08 < karlp> yeah, just plain 1080p monitor 2019-01-09T19:20:53 < dongs> https://www.amazon.com/dongs/dp/B014I8UU2W 2019-01-09T19:20:55 < dongs> i guess this exists. 2019-01-09T19:23:27 < karlp> yeah, that's what I was looking at, I think I even have a https://www.amazon.com/Rankie-Adapter-2-Pack-Gold-Plated-Converter/dp/B00ZMVGTA2 lying around somewhere 2019-01-09T19:23:43 < dongs> thats not how it works 2019-01-09T19:23:45 < dongs> thats the other way around 2019-01-09T19:23:50 < dongs> converting 5V DVI to hdmi 3.3V or whatever 2019-01-09T19:24:10 < dongs> oh m says bidirectional 2019-01-09T19:24:12 < dongs> ok amybe i guess 2019-01-09T19:24:51 < englishman> karlp: just to sign up 2019-01-09T19:25:25 < englishman> I use the web shitterface 99% of the time 2019-01-09T19:27:37 < dongs> this fucking japbox 2019-01-09T19:27:42 < dongs> runs GUI written in node.js 2019-01-09T19:27:45 < dongs> on tv 2019-01-09T19:33:58 < englishman> 3rd day of doing duck all@ work 2019-01-09T19:34:21 < englishman> Senior guy sez that can be expected for the first year 2019-01-09T19:34:40 < englishman> not sure if I found a great job or a shitty one 2019-01-09T19:34:50 < dongs> work on opensores 2019-01-09T19:34:53 < dongs> of your own 2019-01-09T19:35:14 < englishman> gross, opensores 2019-01-09T19:38:51 < dongs> hmm 2019-01-09T19:39:03 < dongs> am i gonna have to bust out some fucking cpld/fpga board for this shit 2019-01-09T19:41:41 < englishman> why not a freq counter or oscope 2019-01-09T19:41:44 < englishman> what do you wanna do 2019-01-09T19:45:10 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-09T19:48:08 < dongs> i want to actually capture the stuff. 2019-01-09T19:48:12 < dongs> reliably 2019-01-09T19:48:21 < dongs> i can see it on scope, its shit 2019-01-09T19:53:08 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-09T19:54:58 < Laurenceb> https://imgoat.com/uploads/cdd60ea004/183732.jpg 2019-01-09T19:55:59 < englishman> does your tw crap only go to 200m 2019-01-09T19:56:11 < englishman> and your mso doesn't do capture? 2019-01-09T19:56:41 < dongs> eh i have logic in mso, good point 2019-01-09T19:56:47 < dongs> but.. 2019-01-09T19:56:50 < dongs> probly no good way to get it out 2019-01-09T19:59:40 < dongs> 61ps on the tek 2019-01-09T20:09:57 < Thorn> on the importance of interrupts https://youtu.be/wzMsgnnDIRE?t=665 2019-01-09T20:12:24 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-09T20:16:33 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-09T20:23:39 < dongs> lel 2019-01-09T20:23:42 < dongs> ps mode 2019-01-09T20:23:48 < dongs> aka t he 'magniview' or wahtever 2019-01-09T20:23:55 < dongs> only captures like ~200 transitions 2019-01-09T20:24:00 < dongs> regardless of your depth 2019-01-09T20:24:12 < dongs> i think mso channels rob proportional number of bits from 20mbit samples 2019-01-09T20:24:20 < dongs> so if you have x channels on, its gonna be 20/x leftover 2019-01-09T20:24:42 < dongs> and then magnishit just samples like 100-200 or someshit per channel, like it does in fastview scope mode 2019-01-09T20:27:09 < dongs> huh 2019-01-09T20:27:16 < dongs> it cant even save waveforms from digital part. 2019-01-09T20:27:19 < dongs> only scope?? 2019-01-09T20:34:23 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-09T20:36:05 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Remote host closed the connection] 2019-01-09T20:41:24 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:b181:149c:d27b:88b6] has joined ##stm32 2019-01-09T20:41:34 < dongs> https://i.imgur.com/tzvorkK.png 2019-01-09T20:41:38 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-09T20:45:16 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2019-01-09T20:46:31 < tomeaton17> george hotz is gonna be the next terry davis 2019-01-09T20:46:40 < dongs> ya? 2019-01-09T20:46:43 < dongs> is he getting stoned yet? 2019-01-09T20:48:28 < tomeaton17> yeah he is 2019-01-09T20:48:47 -!- sterna [~Adium@c-c1e0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-09T20:51:47 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-09T20:52:06 < tomeaton17> you can just see it in his eyes 2019-01-09T20:54:59 < dongs> i got the scope to parse the shit in spi mode 2019-01-09T21:00:37 < kakimir> how to find ssh server key on server? 2019-01-09T21:00:43 < kakimir> what is the correct term for it? 2019-01-09T21:00:51 < kakimir> I mean when first connection to host is made 2019-01-09T21:01:12 < kakimir> putty asks you want to trust this key 123456781234567890 yes no 2019-01-09T21:02:12 < PaulFertser> kakimir: $ ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key 2019-01-09T21:04:33 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-09T21:07:33 -!- boB_K7IQ [~boBK7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-09T21:26:26 < kakimir> thx 2019-01-09T21:27:07 < bitmask> https://i.imgur.com/mrH3ijm.jpg 2019-01-09T21:27:18 < bitmask> a bit bigger than Id like but its not bad 2019-01-09T21:27:30 < kakimir> should take my ass to grocery shopping 2019-01-09T21:27:45 < Ecco> :-) 2019-01-09T21:27:54 < Ecco> So I've been trying to figure out what I did wrong 2019-01-09T21:27:58 < Ecco> but no luck 2019-01-09T21:28:18 < Ecco> Have you guys ever heard of this: on an F7, I can't seem to be able to write into the DTCM 2019-01-09T21:28:26 < Ecco> even from GDB or from compiled code 2019-01-09T21:28:49 < Ecco> simple stuff such as *(uint32_t *)0x20000000 = 0x1234; will just not do anything 2019-01-09T21:28:59 < Ecco> (i.e. reading back 0x20000000 I get zero) 2019-01-09T21:29:45 < Ecco> Namely, that's on an F722 2019-01-09T21:38:41 < Thorn> is this knife any good https://www.aliexpress.com/item/9-Blades-Wood-Carving-Tools-Fruit-Food-Craft-Sculpture-Engraving-Knife-Scalpel-DIY-Cutting-Tool-PCB/32425534341.html 2019-01-09T21:40:28 < kakimir> PaulFertser: is correct term for it public key? 2019-01-09T21:41:36 < Thorn> or maybe this one https://www.aliexpress.com/item/10-pc-20-23-Carbon-Steel-Surgical-Scalpel-Blades-1pc-4-Handle-Scalpel-DIY-Cutting-Tool/32860576976.html 2019-01-09T21:41:37 < bitmask> why are you ordering an xacto knife from ali, just go to the store 2019-01-09T21:43:54 < PaulFertser> kakimir: the command as I pasted works. And it's verbatim from "man ssh" 2019-01-09T21:45:02 < kakimir> oh the path is parameter 2019-01-09T21:47:15 < kakimir> it generates public key from private key 2019-01-09T21:47:23 < kakimir> yes 2019-01-09T21:47:26 < kakimir> thanks 2019-01-09T21:49:26 -!- boB_K7IQ [~boBK7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-09T22:03:18 < aandrew> dongs: any way to use synchronous capture? tell your LA to use ext clock and pull in the data using the source clock? 2019-01-09T22:06:49 < kakimir> I su - mainuser 2019-01-09T22:07:01 < kakimir> then my remote x session doesn't work 2019-01-09T22:07:17 < kakimir> lemme check another program 2019-01-09T22:07:34 < kakimir> oh 2019-01-09T22:07:37 < kakimir> now I remember 2019-01-09T22:07:42 < kakimir> bashrc 2019-01-09T22:09:03 < kakimir> hmm identical files 2019-01-09T22:11:25 < Steffanx> lol bitmask, i must save that quote somehwere :P 2019-01-09T22:11:56 < bitmask> :) 2019-01-09T22:11:57 < PaulFertser> kakimir: X over ssh is using ~/.Xauthority files. If you want to use as another user you need to add the file via "xauth". ssh -Y does that automatically for the current user. 2019-01-09T22:14:12 < kakimir> I think I will just start a new session 2019-01-09T22:15:42 < kakimir> login now reminds me /usr/bin/xauth: file /home/pi/.Xauthority does not exist 2019-01-09T22:15:57 < kakimir> nevermind X works 2019-01-09T22:16:45 < kakimir> nevermind X doesn't seem to work with sudo 2019-01-09T22:17:24 < kakimir> you never guess what I'm trying to archive 2019-01-09T22:17:28 < kakimir> with all this 2019-01-09T22:21:10 < kakimir> sudo users-admin instead off sudo adduser 2019-01-09T22:21:56 < kakimir> I would make pretty good professional sysadmin 2019-01-09T22:35:56 < kakimir> hmm 2019-01-09T22:36:34 < kakimir> there is no undo command in linux 2019-01-09T22:37:34 < kakimir> how to make /home contents unaccessable 2019-01-09T22:37:46 < kakimir> while each user can still use their own home folder 2019-01-09T22:38:41 < kakimir> hmm 2019-01-09T22:38:45 < kakimir> I have done that 2019-01-09T22:39:19 < kakimir> I just don't know how I exactly unfucked it so that directories in /home are invisible now 2019-01-09T22:40:47 < kakimir> drwxr-x--x 5 root root 4096 tammi 9 22:25 home 2019-01-09T22:41:09 < kakimir> yes it was drwxr-xr--x before 2019-01-09T22:44:08 -!- cnt [uid317556@gateway/web/irccloud.com/x-wykpjlbahodmgevi] has joined ##stm32 2019-01-09T22:44:27 < cnt> hmm 2019-01-09T22:49:57 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-09T22:50:51 < Steffanx> Can you hear me? 2019-01-09T22:51:17 < marble_visions> Steffanx: loud and clear 2019-01-09T22:51:38 < cnt> pumped 2019-01-09T22:52:30 < marble_visions> kakimir: drwxr-xr-x. root:root for home 2019-01-09T22:52:56 < marble_visions> drwx------. ${USER}:${USER} for each homedir 2019-01-09T22:53:13 < qyx> go-r /home also 2019-01-09T22:53:29 < marble_visions> that way home folder existence is visible to everyone, home folder contents are invisible 2019-01-09T22:54:00 < qyx> non-root users usually should not be allowed to list homes 2019-01-09T22:54:15 < marble_visions> yes, what qyx said if you want to hide home list 2019-01-09T22:54:39 < kakimir> I did it for users 2019-01-09T22:54:52 < marble_visions> by default centos has decided to not hide hode 2019-01-09T22:54:58 < kakimir> but are you sure about what you said I should set for /home 2019-01-09T22:55:10 < kakimir> because it was like that before and I could list homes 2019-01-09T22:55:27 < kakimir> removed that r from group and cannot anymore 2019-01-09T22:55:48 < marble_visions> not group, remove it from "others" 2019-01-09T22:55:52 < marble_visions> the last bitfield 2019-01-09T22:56:10 < kakimir> hmm 2019-01-09T22:56:43 < marble_visions> also yes, if you want only root and no one else to list homes, remove it from "group" as well 2019-01-09T22:56:53 < marble_visions> are you root at the moment? 2019-01-09T22:57:49 < marble_visions> where is dongs to shame you for using linux 2019-01-09T22:58:47 < cnt> he's busy https://youtu.be/Mks9E7kdhGY?t=60 2019-01-09T23:00:22 -!- boB_K7IQ [~boBK7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-09T23:01:17 < kakimir> in sshhostkeys in putty register I see values 2019-01-09T23:01:51 < kakimir> 2 large hex values per one entry 2019-01-09T23:01:58 < kakimir> separated by , 2019-01-09T23:03:42 < marble_visions> can't help there, i don't do X over SSH, sorry 2019-01-09T23:04:02 < Ecco> http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0489d/BABGBGEB.html 2019-01-09T23:04:21 < Ecco> "The TCM interfaces can be enabled at reset in the system by an external signal on the processor." -> What does "an external signal on the processor" mean? 2019-01-09T23:05:15 < aandrew> hm 2019-01-09T23:06:04 < aandrew> I don't see any way to handle vendor requests without modifying the usbd library code 2019-01-09T23:06:17 < aandrew> this is all part of the idiocy that is required to support windows MS OS descriptors 2019-01-09T23:06:33 < aandrew> there's a nice way to return the idiotic MS OS string descriptor request 2019-01-09T23:07:02 < aandrew> but then the very next thing windows does is issue a vendor request with bRequest equal to whateer number you gave them in the OS String descriptor and index 4 2019-01-09T23:07:16 < aandrew> and that's all handled by USBD_StdDevReq() 2019-01-09T23:07:29 < aandrew> there's no hook in there to handle other device requests 2019-01-09T23:07:39 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-09T23:11:24 -!- con3 [~kvirc@197.233.26.167] has joined ##stm32 2019-01-09T23:11:34 < aandrew> yep this looks like something overlooked by the cubemx usbd library code 2019-01-09T23:11:47 < aandrew> there's no way to catch device/interface requests that are not standard 2019-01-09T23:15:36 < karlp> locm3 can let you do that, butt it doesn't (yet) support the non-sequential stringiids that that MS stuff needs. 2019-01-09T23:15:40 < karlp> software sucks :) 2019-01-09T23:16:32 < aandrew> yeah, I wouldn't mind if it didn't have ANY support for it 2019-01-09T23:16:38 < aandrew> but half-assed support is rage-inducing 2019-01-09T23:16:46 < aandrew> clearly nobody ever tried to do anything with it 2019-01-09T23:17:06 < karlp> I'd say you're just expected to hack in all the files, layering be damned 2019-01-09T23:17:32 < karlp> that's what I found most confusing with the cubemx code, which bits you were _meant_ to touch, and which bits you shouldn't have to, but probably would anyay 2019-01-09T23:17:53 < karlp> at least you have usb, mbed still doesn't 2019-01-09T23:20:14 < Steffanx> Now i know why englishman wants to be a mail man > Canada Post strike. 2019-01-09T23:33:48 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-09T23:38:34 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 268 seconds] 2019-01-09T23:41:12 < aandrew> there we go 2019-01-09T23:41:13 < aandrew> that works 2019-01-09T23:41:26 < zyp> https://bin.jvnv.net/file/AYNj3.jpg <- got the fridges up into the kitchen 2019-01-09T23:41:26 < aandrew> speaking of englishman 2019-01-09T23:41:35 < aandrew> want to hear about my boards that need to be built? 2019-01-09T23:43:38 < Thorn> >stainless steel cocktail straws 2019-01-09T23:43:41 < Thorn> wat 2019-01-09T23:43:57 < zyp> aandrew, if you ever get tired of cube, my usb stack will let you hook any control request that's not handled by the core stack 2019-01-09T23:44:18 < Thorn> mine too lol 2019-01-09T23:45:05 < Steffanx> mine too. 2019-01-09T23:45:13 -!- funnel [~funnel@unaffiliated/espiral] has quit [Ping timeout: 246 seconds] 2019-01-09T23:45:29 < catphish> mine won't 2019-01-09T23:45:33 < zyp> aww 2019-01-09T23:46:08 < catphish> my usb stack is currently struggling with the basic task of talking to an attached device at all 2019-01-09T23:46:26 < zyp> but you're doing a host stack, not device stack :) 2019-01-09T23:47:18 -!- funnel [~funnel@unaffiliated/espiral] has joined ##stm32 2019-01-09T23:47:33 < englishman> yes aandrew i do 2019-01-09T23:47:48 < aandrew> zyp: usb here is only a stepping stone, I am ultimately using ethernet 2019-01-09T23:47:53 < aandrew> why they want to test with usb is beyond me 2019-01-09T23:47:59 < catphish> zyp: ah yes 2019-01-09T23:48:03 < aandrew> probably becuase they feel they can't write a simple ethernet switch in HDL too fast 2019-01-09T23:48:19 < zyp> heh :) 2019-01-09T23:48:21 < aandrew> englishman: so car-san I thinkw ill be out of business within 6mos. sad but true 2019-01-09T23:48:38 < aandrew> englishman: their main machine programmer did not come back from their christmas shutdown 2019-01-09T23:48:45 < catphish> there's a guy around these parts making an fpga ethernet switch 2019-01-09T23:48:46 < englishman> rip 2019-01-09T23:48:46 < aandrew> so the machines could not be programmed 2019-01-09T23:48:55 < zyp> what are you gonna do for testing then? usb ethernet? 2019-01-09T23:49:01 < aandrew> they called in one of the daughters who has experience with it 2019-01-09T23:49:02 < englishman> no documentation = rip 2019-01-09T23:49:07 < englishman> relying on a single employee = rip 2019-01-09T23:49:22 < aandrew> the daughters were scheduled to runt he entire company since the old man retired but there was some serious shit went down and both daughters left to find other jobs 2019-01-09T23:49:34 < aandrew> englishman: yep 2019-01-09T23:49:35 < englishman> continue 2019-01-09T23:49:59 < zyp> usb ethernet in the simplest variants are fairly easy; just write the right descriptors and set up a pair of bulk pipes, one for each direction 2019-01-09T23:50:00 < englishman> surface scratching has revealed fail underneath a very thin coat of marketing 2019-01-09T23:50:07 < aandrew> anyway the less angry of the two daughters came back and they've got the machine programmed and unless other excrement hit the air conditioning, the bottom of the panel was done today 2019-01-09T23:50:12 < aandrew> top tomorrow 2019-01-09T23:50:23 < aandrew> zyp: nah, I just did a simple bulk device 2019-01-09T23:50:45 < zyp> then you just send ethernet packets as bulk transfers on one pipe and receive ethernet packets on the other 2019-01-09T23:51:01 < aandrew> but what's upset me is that they didn't tell me they were struggling so I could work with it 2019-01-09T23:51:10 < zyp> aandrew, plain bulk that you're sending ethernet packets over? 2019-01-09T23:51:16 < aandrew> and I'm currently in turks and caicos supposedly on a vacation 2019-01-09T23:51:23 < aandrew> zyp: no, not sending ethernet at all 2019-01-09T23:51:26 < aandrew> just bulk 2019-01-09T23:51:27 < zyp> ah, ok 2019-01-09T23:51:48 < aandrew> they send me a control struct, I use that to set up the payload return whcih is just a series of another struct filled with dummy data 2019-01-09T23:52:00 < aandrew> englishman: nah they don't do marketing 2019-01-09T23:52:19 < aandrew> the old man started the company 30y ago and it's been steadily declining in the last 2-3 years 2019-01-09T23:53:02 < aandrew> I tried to help them by trying to rejig them as a maker/proto house where if people put shit in a standard format it would take less manpower to setup/mfg but they didn't want ot do it 2019-01-09T23:53:07 < aandrew> basically like a macrofab or something 2019-01-09T23:53:12 < aandrew> so whatever 2019-01-09T23:53:16 < englishman> theres no money in that really 2019-01-09T23:53:20 < englishman> idk how macrofab does it 2019-01-09T23:53:29 < englishman> probably burning thru cash 2019-01-09T23:53:35 < aandrew> there's no money in what they're doing now but at least with the college and two universities they might have some steady work 2019-01-09T23:53:38 < zyp> I couldn't sleep last night so I ended up lying awake at 4AM thinking about how some simple IP/UDP implementation and an ER-X for the test setup would be really convenient 2019-01-09T23:53:46 < aandrew> ER-X? 2019-01-09T23:53:47 < zyp> for workstuff 2019-01-09T23:53:51 < zyp> edgerouter x 2019-01-09T23:54:35 < aandrew> anyway that's my story. it's sad because I"ve known them for 20y but really it's one of those if you don't want to help yourself I can't help either kind of situations 2019-01-09T23:54:46 < aandrew> shoudl have given it off to OES in london or something 2019-01-09T23:54:57 < zyp> I have a bunch of stuff that runs some L2 protocol where one node will be a master and the rest are slaves 2019-01-09T23:55:26 < aandrew> nice 2019-01-09T23:55:35 < zyp> and then for testing people would like to run multiple masters, and that doesn't work with the protocol, so I hacked up some other stuff before that uses raw ethernet frames and MAC addressing 2019-01-09T23:55:39 < aandrew> I've thought of SDN with an FPGA but it's nothing real vendors haven't already thought of 2019-01-09T23:55:42 < aandrew> just an interesting idea 2019-01-09T23:55:43 < zyp> and it's a hassle to maintain 2019-01-09T23:55:56 < zyp> and raw ethernet is annoying to deal with on windows 2019-01-09T23:56:46 < zyp> winpcap makes it possible, but it's kinda fragile and doesn't deal well with a lot of uninteresting traffic since I have to accept everything and filter in software 2019-01-09T23:57:07 < aandrew> that sounds like a royal pita 2019-01-09T23:57:11 < zyp> yeah 2019-01-09T23:57:49 < zyp> I was pondering last night on putting each master on its own VLAN, but windows doesn't really handle VLAN trunks either 2019-01-09T23:58:34 < zyp> and then I realized I could just make a thin IP/UDP layer that runs alongside the L2 protocol 2019-01-09T23:59:18 < zyp> ER-X is cheap and has five ports, so I could just put each master on its own L2 segment, ER-X would route the IP traffic and ignore the rest 2019-01-09T23:59:46 < zyp> and the interface software only has to deal with UDP which makes it a lot more sane to work with on windows --- Day changed Thu Jan 10 2019 2019-01-10T00:00:03 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2019-01-10T00:00:28 < catphish> i'm a huge fan of the er-x 2019-01-10T00:00:42 < aandrew> interesting little device I just looked it up 2019-01-10T00:00:52 < aandrew> 5 port POE switch/router 2019-01-10T00:00:59 < zyp> I haven't tried the X-line of devices yet 2019-01-10T00:01:05 < zyp> no, no poe 2019-01-10T00:01:13 < aandrew> erx is poe 2019-01-10T00:01:15 < zyp> they have poe variants too 2019-01-10T00:01:17 < aandrew> ah 2019-01-10T00:01:20 -!- boB_K7IQ [~boBK7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 272 seconds] 2019-01-10T00:01:26 < zyp> ah, ER-X is poe passthrough 2019-01-10T00:01:37 < zyp> can be powered by poe on one port and power one more device on another port 2019-01-10T00:01:44 < catphish> yep 2019-01-10T00:01:51 < aandrew> but what's this protocol, it doesn't look like erx is programmable 2019-01-10T00:02:08 < catphish> aandrew: there's a guy on freenode called azonenberg making an open source fpga switch, not sure of the details, but i thought it was cool 2019-01-10T00:02:15 < aandrew> catphish: yep I talk with him almost daily 2019-01-10T00:02:21 < catphish> :) 2019-01-10T00:02:31 < zyp> aandrew, doesn't matter, I want it to just ignore anything that's not UDP 2019-01-10T00:03:06 < catphish> you just want a firewall? 2019-01-10T00:03:17 < aandrew> zyp: I'm not understanding how the erx can be configured to do that 2019-01-10T00:03:29 < zyp> it's a router, that's what routers do 2019-01-10T00:03:42 -!- con3 [~kvirc@197.233.26.167] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-10T00:03:44 < catphish> as far as router's go, it's probably the best value out there 2019-01-10T00:04:39 < aandrew> how good is edgeos? 2019-01-10T00:05:12 < zyp> any plain IP router has a number of interfaces each connected to a network segment 2019-01-10T00:06:00 < zyp> when IP traffic arrives on an interface, it'll be routed to wherever it needs to go 2019-01-10T00:06:20 < zyp> other traffic that's not IP will simply be dropped as the router doesn't know what to do about it 2019-01-10T00:06:56 < catphish> aandrew: i really like it, very similar to junos 2019-01-10T00:07:25 < zyp> IIRC edgeos branced off from vyatta/vyos 2019-01-10T00:07:26 < catphish> aandrew: i rarely run into anything it can't do, and the interface is nice if you like junos-style 2019-01-10T00:07:38 < catphish> yes it is 2019-01-10T00:07:56 < catphish> plus a not-terrible web intrface thrown in 2019-01-10T00:08:12 < zyp> I'm currently running an ERPOE-5 2019-01-10T00:08:35 < catphish> i have a combo of ERL, ER-X and ER 2019-01-10T00:08:38 < zyp> before that, I had an ERL-3 2019-01-10T00:09:16 < zyp> and I'm planning to eventually switch to ER-4 in the new house, mainly because it's rackmountable :p 2019-01-10T00:09:22 < aandrew> I know nothing about junos. I know just enough ios to be dangerous, and my home switches are 2970g and 3560poe 2019-01-10T00:09:36 < catphish> my erl-3's mostly died (they had a huge problem with bad flash combined with overheating) 2019-01-10T00:09:36 < aandrew> oled ebayed shit 2019-01-10T00:09:40 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-10T00:09:42 < catphish> er-x is a great replacement 2019-01-10T00:09:45 < aandrew> old not oled, lol 2019-01-10T00:10:14 < zyp> catphish, yeah, we've had a bunch of them dying too 2019-01-10T00:10:39 < catphish> i fixed a couple with new flash (it's just usb) 2019-01-10T00:10:40 < zyp> revived some by changing the «flash» (it's just a usb memory) 2019-01-10T00:10:42 < zyp> :D 2019-01-10T00:11:31 < zyp> home network in the new house is taking shape, ran some more cable today 2019-01-10T00:11:39 < catphish> cool 2019-01-10T00:11:56 < zyp> forgot to snap a pic, but here's one from the other day: https://bin.jvnv.net/file/sA81c.jpg 2019-01-10T00:12:39 < zyp> ran another five pairs today, now it's only missing one pair to the outdoor storage, because I haven't terminated the conduit there yet 2019-01-10T00:13:02 < zyp> and five fiber cables that I haven't bought yet 2019-01-10T00:14:39 < zyp> rj45 sockets should be arriving tomorrow, so I can start terminating the cables :) 2019-01-10T00:15:04 < englishman> need to add $30 to digikey cart 2019-01-10T00:15:13 < cnt> Ty zyp 2019-01-10T00:15:20 < englishman> ooh a wallwart is needed 2019-01-10T00:15:39 < cnt> Just use a capacitor 2019-01-10T00:18:48 < englishman> need to add $4 to cart 2019-01-10T00:19:08 < englishman> extra inductors 2019-01-10T00:19:11 < englishman> in case of "damage" 2019-01-10T00:20:01 < specing> $26 for a wallwart?! 2019-01-10T00:21:22 < englishman> $6 for the cable, there's the scam 2019-01-10T00:23:26 < Steffanx> Topic ^ 2019-01-10T00:26:21 < aandrew> lol 2019-01-10T00:26:37 < zyp> interesting 2019-01-10T00:30:07 < aandrew> I fidn P and I are easy to describe and to have someone else comprehend 2019-01-10T00:30:11 < aandrew> D gets a little iffy 2019-01-10T00:30:16 < aandrew> can't imagine trying to explain the others 2019-01-10T00:35:35 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-10T00:36:31 < aandrew> the idea behind D is to try to "get ahead" of the change so that you don't overshoot due to high P or I values 2019-01-10T00:36:55 < mawk> ST is releasing a new BLE chip or something 2019-01-10T00:37:01 < mawk> and they're making workshops to present them 2019-01-10T00:37:05 < mawk> I'll go there, they give free boards 2019-01-10T00:37:23 < englishman> speaking of which i got some g0 spam today, it doesnt seem to be very different from f0/l0 2019-01-10T00:37:23 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Read error: Connection reset by peer] 2019-01-10T00:37:39 < englishman> better interrupts maybe? movable vectab? does it really warrant a whole new letter 2019-01-10T00:38:08 < mawk> they invite me to webinars all the time 2019-01-10T00:38:08 < englishman> yes mawk, you go, get free shit, learn shit and talk to some field engineers 2019-01-10T00:38:14 < mawk> but here it's a physical thing 2019-01-10T00:38:17 < mawk> so I'll go 2019-01-10T00:38:26 < mawk> but it's not in Paris, it's in some obscure city in Britanny 2019-01-10T00:38:28 < englishman> i went to one a few years ago it was gr8 2019-01-10T00:38:38 < mawk> why did they not choose the greatest city of all 2019-01-10T00:38:40 < mawk> no, I don't think so 2019-01-10T00:39:32 < mawk> yeah 2019-01-10T00:44:16 < mawk> and the board can do 802.15.4 as well 2019-01-10T00:44:23 < mawk> so thread ant zigbee whatever 2019-01-10T00:44:59 -!- con3 [~kvirc@197.233.26.167] has joined ##stm32 2019-01-10T00:51:27 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-10T00:55:07 -!- sterna [~Adium@c-c1e0e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-10T00:59:10 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:b181:149c:d27b:88b6] has quit [Quit: Konversation terminated!] 2019-01-10T00:59:26 < bitmask> should I sew magnets straight to the hoodie or sew in fabric pouches so the magnets can be removed 2019-01-10T00:59:33 < bitmask> magnets have holes in the middle 2019-01-10T00:59:50 < specing> pouches 2019-01-10T01:04:51 < kakimir> https://drive.google.com/file/d/1Y9YlAGgXR-dYFVQPQo46K8qxFQ3qKw2c/view?usp=sharing sled with rebuilt engine 2019-01-10T01:09:07 < Steffanx> Lol dont crash it kakimir 2019-01-10T01:10:09 < bitmask> yea I guess 2019-01-10T01:10:26 < zyp> kakimir, nice 2019-01-10T01:10:42 < kakimir> I'm riding easy 2019-01-10T01:11:04 < zyp> haven't driven one of those since I were a kid 2019-01-10T01:11:28 < bitmask> sled? with an engine? like a snowmobile? 2019-01-10T01:11:33 < bitmask> link isnt working for me 2019-01-10T01:11:40 < bitmask> oh there it goes 2019-01-10T01:11:59 < zyp> yeah, sled confused me too, but it looks like a plain snowmobile to me 2019-01-10T01:12:23 < zyp> a sled would be the trailer you hang after the snowmobile :p 2019-01-10T01:12:51 < kakimir> it would be a sleigh 2019-01-10T01:13:22 < zyp> aren't sled and sleigh the same word? 2019-01-10T01:15:05 < kakimir> anyway 2019-01-10T01:15:08 < kakimir> that is easy riding 2019-01-10T01:15:38 < kakimir> 1/3 throttle 1/2 throttle 2019-01-10T01:16:08 < kakimir> when conditions are right you can push those turns in full throttle with a much greater speed 2019-01-10T01:18:55 < kakimir> usually what happens is that I get exhausted and cannot keep it in the turn by countersteer + weight on another side and when it falls from the turn it throws the driver off 2019-01-10T01:20:03 < kakimir> kinda pointless to do that stuff at full power with 400kg sled 2019-01-10T01:20:38 < catphish> sounds fun 2019-01-10T01:21:02 < kakimir> just getting winded when you need to walk/run after the sled multiple times 2019-01-10T01:21:52 < catphish> drive better? :) 2019-01-10T01:22:57 < kakimir> ye 2019-01-10T01:25:31 < kakimir> steering has 5degrees free play and all the steering linkages are stiff as hell especially under stress 2019-01-10T01:25:46 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-10T01:26:58 < catphish> is this the thing you're rebuilding? 2019-01-10T01:27:14 < kakimir> I did rebuild the engine but not the steering 2019-01-10T01:27:29 < englishman> is that you tipping it over or you flying the drone 2019-01-10T01:27:42 < kakimir> tipping over 2019-01-10T01:27:53 < catphish> looks fun 2019-01-10T01:28:02 -!- con3 [~kvirc@197.233.26.167] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-10T01:28:02 < catphish> best fix the steering 2019-01-10T01:28:08 < kakimir> actually not 2019-01-10T01:28:16 < kakimir> I wanted to do it first 2019-01-10T01:28:32 < kakimir> but the steering has like 20 moving parts and linkages 2019-01-10T01:28:41 < catphish> ah 2019-01-10T01:28:53 < kakimir> plastic bearings that wear out immidietelly 2019-01-10T01:29:14 < kakimir> there is no purpose to make it better than it needs to be 2019-01-10T01:29:31 < englishman> what kind of sled 2019-01-10T01:29:39 < kakimir> rs viking 2019-01-10T01:29:54 < englishman> kool 2019-01-10T01:31:28 < kakimir> when I tipped over the drone did automatic stop without controller input 2019-01-10T01:31:47 < kakimir> the collision avoidance is pretty good 2019-01-10T01:32:35 < kakimir> actually it stopped because I did stop 2019-01-10T01:34:37 < kakimir> issue with the system is chase shoots like chase car drifting on ice track 2019-01-10T01:35:08 -!- boB_K7IQ [~boBK7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-10T01:35:28 < kakimir> when threshold for distance per current flight speed is reached it does full power stop and the car drives away 2019-01-10T01:37:31 < kakimir> so from it's flight controller perspective it thinks it's "10 meters from collision with static object" 2019-01-10T01:38:06 < kakimir> but the object (car) is actually moving almost identical speed with the drone 2019-01-10T01:46:40 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 246 seconds] 2019-01-10T01:47:43 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-10T02:07:18 < Thorn> https://i.imgur.com/gXAXZ1A.png 2019-01-10T02:14:58 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has quit [Ping timeout: 272 seconds] 2019-01-10T02:21:41 < catphish> considering how many PIDs a drone has to run, you wouldn't think using one for anticollision would be a big challenge 2019-01-10T02:22:47 < catphish> but for most situations "stop when something is too close" is probably good enough 2019-01-10T02:23:10 < kakimir> https://www.youtube.com/watch?v=JLJ7NnpmGus thw 2019-01-10T02:23:11 < kakimir> e 2019-01-10T02:23:26 < kakimir> world's happiest animal 2019-01-10T02:27:49 -!- con3 [~kvirc@197.233.26.167] has joined ##stm32 2019-01-10T02:38:30 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has joined ##stm32 2019-01-10T02:38:33 < Laurenceb_123> when ppl say google results aren't hardcoded 2019-01-10T02:38:35 < Laurenceb_123> https://www.google.com/search?q=Where+can+I+buy+a+flying+water+tower?&kgmid=/m/03fkyw&kponly 2019-01-10T02:40:59 < Laurenceb_123> if I was paranoid I'd say Rei was the SJW responsible for google results hardcoding 2019-01-10T02:45:53 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-10T02:46:40 < specing> topic... 2019-01-10T02:48:42 * Laurenceb_123 heads to twitter to troll Rei by directing her to the RationalWiki emdrive page 2019-01-10T02:55:38 -!- con3 [~kvirc@197.233.26.167] has quit [Read error: Connection reset by peer] 2019-01-10T03:02:41 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 268 seconds] 2019-01-10T03:17:33 -!- boB_K7IQ [~boBK7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-10T03:28:10 < Laurenceb_123> wew it all checks out too 2019-01-10T03:28:12 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-10T03:28:19 < Laurenceb_123> tiem to email James Damore 2019-01-10T03:35:46 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 250 seconds] 2019-01-10T03:39:48 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-10T03:54:48 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2019-01-10T04:06:48 -!- con3 [~kvirc@197.233.26.167] has joined ##stm32 2019-01-10T04:12:08 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has quit [Ping timeout: 245 seconds] 2019-01-10T04:37:00 < englishman> looks like I'll be replacing a winCE product 2019-01-10T04:37:10 < englishman> that is still on the market and popular 2019-01-10T04:38:05 < englishman> winCE itself isn't the problem, the module it's on is discontinued 2019-01-10T04:52:06 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-10T04:53:14 < PeterM> sounds interesting 2019-01-10T05:23:12 -!- con3 [~kvirc@197.233.26.167] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-10T05:35:52 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2019-01-10T05:38:23 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-10T05:50:16 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-10T05:51:05 < englishman> PeterM get on telegram 2019-01-10T05:58:38 < PeterM> the fuck is telegram 2019-01-10T05:59:15 < PeterM> aside from an archeic form of communication for incredibly long distances 2019-01-10T06:01:12 -!- fc5dc9d4 [~quassel@p5B081A2D.dip0.t-ipconnect.de] has joined ##stm32 2019-01-10T06:02:09 -!- machinehum [~machinehu@ip-142-232-166-224.ptr.bcit.ca] has joined ##stm32 2019-01-10T06:02:29 -!- machinehum [~machinehu@ip-142-232-166-224.ptr.bcit.ca] has quit [Client Quit] 2019-01-10T06:03:30 -!- machinehum [~machinehu@ip-142-232-166-224.ptr.bcit.ca] has joined ##stm32 2019-01-10T06:05:12 -!- fc5dc9d4_ [~quassel@p5B081D12.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2019-01-10T06:12:21 < BrainDamage> something banned in russia 2019-01-10T06:13:29 -!- cnt [uid317556@gateway/web/irccloud.com/x-wykpjlbahodmgevi] has quit [Quit: Connection closed for inactivity] 2019-01-10T06:14:47 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-10T06:17:17 < machinehum> mm 2019-01-10T06:27:20 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 268 seconds] 2019-01-10T06:27:39 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-10T06:30:28 -!- machinehum [~machinehu@ip-142-232-166-224.ptr.bcit.ca] has quit [Ping timeout: 245 seconds] 2019-01-10T06:32:08 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] 2019-01-10T06:34:33 -!- PeterM [~bgdwiepp@1.129.109.216] has joined ##stm32 2019-01-10T06:49:44 -!- boB_K7IQ [~boBK7IQ@170.173.8.12] has joined ##stm32 2019-01-10T06:50:00 -!- PeterM [~bgdwiepp@1.129.109.216] has quit [Ping timeout: 246 seconds] 2019-01-10T06:52:47 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-10T06:59:48 -!- fc5dc9d4_ [~quassel@p5B0818EF.dip0.t-ipconnect.de] has joined ##stm32 2019-01-10T07:04:00 -!- fc5dc9d4 [~quassel@p5B081A2D.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2019-01-10T07:08:28 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-10T07:17:20 -!- television [~alex@unaffiliated/arexr] has quit [Remote host closed the connection] 2019-01-10T07:23:36 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Ping timeout: 246 seconds] 2019-01-10T07:24:11 -!- impulse [~impulse@S01062c7e81ff33f0.mh.shawcable.net] has quit [Ping timeout: 250 seconds] 2019-01-10T07:31:59 -!- television [~alex@unaffiliated/arexr] has joined ##stm32 2019-01-10T07:36:18 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2019-01-10T07:42:37 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-10T07:52:30 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-10T07:57:23 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-10T08:01:24 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 272 seconds] 2019-01-10T08:01:25 -!- day__ is now known as day 2019-01-10T08:08:26 -!- cnt [uid317556@gateway/web/irccloud.com/x-qjwqjcfxhjmvetdc] has joined ##stm32 2019-01-10T08:40:14 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-10T08:50:44 < qyx> englishman: get winCE for rpi 2019-01-10T08:51:35 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-10T08:53:31 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-10T08:57:01 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-10T09:02:29 < cnt> telegram 2019-01-10T09:03:20 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-10T09:08:24 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-10T09:08:32 < Steffanx> Whats all this fuzz about telegram englishman 2019-01-10T09:14:28 -!- sterna [~Adium@c-0de0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-10T09:15:47 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 240 seconds] 2019-01-10T09:16:46 -!- davor [~davor@unaffiliated/davor] has joined ##stm32 2019-01-10T09:21:04 < cnt> Erlaube mir bitte 2019-01-10T09:26:19 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-10T09:27:21 < dongs> aandrew: thats what I did. 2019-01-10T09:27:28 < dongs> aandrew: but sync capture still has 5ns resolution 2019-01-10T09:28:45 < cnt> steffan needs some assistance 2019-01-10T09:34:34 < cnt> hey mate 2019-01-10T09:34:51 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-10T09:38:09 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-10T09:39:20 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-10T10:12:38 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-10T10:22:50 < cnt> put one in 2019-01-10T10:30:26 -!- mringwal [~mringwal@fiber7.gleis70.ch] has joined ##stm32 2019-01-10T10:30:27 -!- mringwal [~mringwal@fiber7.gleis70.ch] has quit [Client Quit] 2019-01-10T10:31:03 -!- mringwal [~mringwal@fiber7.gleis70.ch] has joined ##stm32 2019-01-10T10:33:56 -!- HQ [x13@gateway/shell/suchznc/x-fmnusglrmizdjwzu] has quit [Ping timeout: 250 seconds] 2019-01-10T10:49:47 < cnt> everyone must have gone to telegram 2019-01-10T10:50:25 -!- X230t [x13@gateway/shell/suchznc/x-imwadqaemanjdlar] has joined ##stm32 2019-01-10T11:03:59 < dongs> now that peterm is there it has officially become 10x more pro 2019-01-10T11:05:29 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-10T11:06:40 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2019-01-10T11:10:37 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-10T11:18:14 < Steffanx> Who do i send my briefcase with money bills to get an invite dongs? 2019-01-10T11:18:24 < dongs> err just search for stm32 2019-01-10T11:18:25 < dongs> i think 2019-01-10T11:18:27 < dongs> it should work now 2019-01-10T11:18:49 < dongs> dont pick the paki one 2019-01-10T11:48:27 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Ping timeout: 244 seconds] 2019-01-10T11:50:40 -!- Steffanx [~steffanx@unaffiliated/steffanx] has joined ##stm32 2019-01-10T11:53:20 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 250 seconds] 2019-01-10T11:56:46 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-10T11:57:14 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-10T12:17:33 -!- rajkosto [~Rajko@178.149.127.67] has joined ##stm32 2019-01-10T12:39:39 < karlp> heh, post sent us the invoice for some uni e-car people. 2019-01-10T12:44:43 < cnt> hmm 2019-01-10T12:45:35 < PeterM> are you planning on giving it to the uni e-car people? 2019-01-10T12:45:47 < karlp> nah, just back to the post. 2019-01-10T12:45:58 < karlp> was jsut fun to look at what pcbs they were getting from seeed :) 2019-01-10T12:46:15 < karlp> 185x85mm 4 layer boards 2019-01-10T12:46:16 < cnt> the good ones 2019-01-10T12:51:05 < PeterM> i am not sure i would get pcbs from seeeed for an e-car 2019-01-10T12:52:36 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has joined ##stm32 2019-01-10T12:58:48 < cnt> arent they crappy chin-boards? 2019-01-10T12:59:01 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-10T12:59:23 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-10T12:59:24 < karlp> depends who you talk to I guess, 2019-01-10T13:00:01 < karlp> this stuff is kinda neat: https://www.zglue.com/technology#zip 2019-01-10T13:01:07 -!- Laurenceb_123 [~laurence@host86-136-22-46.range86-136.btcentralplus.com] has quit [Ping timeout: 246 seconds] 2019-01-10T13:05:03 < PeterM> the uni i am at atm for mech-e has a solar car project/team, its a deathtrap 2019-01-10T13:05:31 < cnt> nice! 2019-01-10T13:05:47 < cnt> invite elon musk 2019-01-10T13:07:34 < PeterM> that is a decent idea... 2019-01-10T13:07:51 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-10T13:11:29 < PeterM> its a bit of a situation of the more you look the worse it is 2019-01-10T13:12:18 < PeterM> upon first inspection it was just a case of no respect paid to clearance and creepage distances 2019-01-10T13:13:24 < Steffanx> Why its a trap PeterM? 2019-01-10T13:13:29 < PeterM> but looking closer it is a fundamentally terrible design and a endless list of terrible decisions, like 0402 resistors accross 250v 2019-01-10T13:13:36 < Steffanx> Because you cant beat the dutchies 2019-01-10T13:13:43 < Steffanx> Or jappies? 2019-01-10T13:14:02 < Steffanx> Ah. 2019-01-10T13:14:45 < PeterM> there is no isolation between control electronics and drivetrain electronics, not even fucntional isolation 2019-01-10T13:15:36 < PeterM> the entire vehicle is carbon fiber and aluminium, so there is potential for say, an insulation breakdown in the motor to cause the chassis to become live 2019-01-10T13:16:19 < PeterM> and then the shared ground refrence in the control electronics with sweaty hands putting 250v+ accross a person 2019-01-10T13:19:00 < PeterM> but im not touching that shit, im staying miles away 2019-01-10T13:19:33 < PeterM> done the reasonable disclosure thing 2019-01-10T13:22:24 -!- sterna [~Adium@c-0de0e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-10T13:29:22 < Steffanx> Isnt there a serious check on those cars before they can enter the competition PeterM 2019-01-10T13:30:07 < Steffanx> Or isnt it the "real" solar challenge 2019-01-10T13:36:02 < PeterM> no, the only serious checks are for cheating, not safety 2019-01-10T13:36:15 < PeterM> and it is the "real" solar challenge 2019-01-10T13:41:49 < specing> solar cars are an idiotic concept 2019-01-10T13:41:53 < specing> solar trikes though! 2019-01-10T13:42:15 < specing> solar recumbent tricycles, that is 2019-01-10T13:43:13 < PeterM> nah its all rpetty dumb 2019-01-10T13:43:33 < PeterM> the surface area required to generate enough electrical energy to provide propultion isnt practical 2019-01-10T13:43:51 < PeterM> its just a bit of a pissing contest 2019-01-10T13:43:52 < specing> well yes, batteries are going to weight less than panels unless you are going for 200km range 2019-01-10T13:44:19 < specing> PeterM: for a tricycle 200W would be enough for comfortable 50km/h with human assistance 2019-01-10T13:44:27 < englishman> thats what batteries are for 2019-01-10T13:45:03 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-10T13:45:19 < Sadale> I'm feeling dumb >_< 2019-01-10T13:45:28 < Sadale> Wasted an hour on debugging software issue. 2019-01-10T13:45:32 < PeterM> specing sure but to get 200w and a human in a tricycle the thing is going to be pretty larhe 2019-01-10T13:45:34 < PeterM> laarge 2019-01-10T13:45:34 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-10T13:45:51 < Sadale> Turns out that I've forgot to flash the option bytes to remap a pin so that its ADC would work >_< 2019-01-10T13:47:24 < specing> PeterM: a recumbent tricycle is at least 2m long. put half a metre of panels on each side and you get the 2m^2 for 200W 2019-01-10T13:48:38 < Haohmaru> now put a lamp and u got free energy! 2019-01-10T13:51:27 < specing> Lol 2019-01-10T13:52:00 < Haohmaru> it's real! i've seen it on pootube 2019-01-10T14:07:04 < PeterM> specing yeah, as i said, laarge 2019-01-10T14:15:35 < specing> PeterM: it would still take up much less space than a car, so a net win for society 2019-01-10T14:16:08 < specing> not that we aren't already hopelessly fucked due to pollution 2019-01-10T14:17:24 < karlp> I'm with peter, solar for direct propulsion is dumb. 2019-01-10T14:19:42 < specing> it is not dumb, our expectations of speed are dumb 2019-01-10T14:19:53 < specing> speed and performance 2019-01-10T14:20:02 < englishman> solar is dumb especially where karlp and i live 2019-01-10T14:20:17 < englishman> autonomous vehicles powered by geothermal or hydroelectric is where it's at 2019-01-10T14:20:23 < englishman> so i can get to work at 300km/h 2019-01-10T14:20:43 < englishman> i can't wait until it is illegal to drive. 2019-01-10T14:21:06 < specing> now 300km/h is insane unless in a near-vacuum tube 2019-01-10T14:21:27 < englishman> or a series of autonomous vehicles all slipstreaming behind each other. 2019-01-10T14:21:28 < specing> englishman: why not skip this madness and work from home? 2019-01-10T14:21:45 < englishman> because i don't do software or customer support 2019-01-10T14:21:51 < specing> What do you do? 2019-01-10T14:21:53 < karlp> yeah, batteries for the vehicle, and solar for charging is totally sane. 2019-01-10T14:21:58 < englishman> drink coffee and chat 2019-01-10T14:22:08 < karlp> but putting solar on personal transportation devices is dumb 2019-01-10T14:22:15 < specing> englishman: you can drink coffee and chat with your neighbours, too 2019-01-10T14:22:23 < englishman> i'd also need a car to get to them 2019-01-10T14:22:56 < specing> karlp: solar on ocean lines would not be dumb 2019-01-10T14:23:12 < englishman> sails on ocean lines would make far more sense 2019-01-10T14:23:25 < specing> englishman: you can have a coffee and chat with your local bear population, then 2019-01-10T14:23:28 < englishman> even if they just run a generator 2019-01-10T14:23:47 < specing> englishman: why not both sails and solar? 2019-01-10T14:24:30 < englishman> maybe in a few years when panel production drops another order of magnitude and efficiency increases 2019-01-10T14:24:37 < englishman> *production cost 2019-01-10T14:25:02 < specing> panels already make cost in a few years, no? 2019-01-10T14:25:37 < qyx> they are ~100€ for nerly 300Wpk now 2019-01-10T14:25:46 < qyx> they were like double few years ago 2019-01-10T14:27:35 < specing> 100eur gets you 600kWh here, that is about a year of 300Wpk operation? 2019-01-10T14:33:32 -!- con3 [~kvirc@197.233.26.167] has joined ##stm32 2019-01-10T14:37:14 < kakimir> how visible led is with 3mA? 2019-01-10T14:37:46 < kakimir> have you used led with such low current? 2019-01-10T14:38:29 < kakimir> leds are used only for debugging / troubleshooting 2019-01-10T14:40:26 < karlp> specing: I agree (re boats) that's why I said personal transportation 2019-01-10T14:41:00 < karlp> 3mA is heaps for leds. 2019-01-10T14:42:48 < specing> karlp: I'd say it would be visible but not annoying, 1kOhm resistor to led is standard at 3-5V, no? 2019-01-10T14:42:52 < specing> kakimir: ^ 2019-01-10T14:43:21 < specing> For flashlight use it is 3-5A per LED 2019-01-10T14:47:54 < qyx> specing: one year is more like <400kWh 2019-01-10T14:48:17 < qyx> not counting other inefficiencies 2019-01-10T14:48:40 < Laurenceb> keek https://uk.rs-online.com/web/p/products/8300608/ 2019-01-10T14:49:07 < Laurenceb> 150 failures 2019-01-10T14:51:27 < specing> qyx: so 1.5 years to break even? That is still great 2019-01-10T14:52:35 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2019-01-10T14:52:37 < qyx> if you are selling the electricity, maybe yes 2019-01-10T14:52:45 < qyx> you have to count all the infrastructure costs too 2019-01-10T14:52:55 < qyx> or batteries in a offgrid system 2019-01-10T14:53:06 < zyp> selling the electricity generally pays you less per kWh than you have to buy it for 2019-01-10T14:53:16 < qyx> here no 2019-01-10T14:53:49 < kakimir> I have 1k and 5v 2019-01-10T14:53:51 < kakimir> yellow leds 2019-01-10T14:54:01 < kakimir> every function on tester board has it's own led 2019-01-10T14:54:15 < qyx> at least when there were subsidies for it 2019-01-10T14:54:28 < qyx> you could sell for 0.38€/kWh iirc 2019-01-10T14:54:35 < qyx> and buy back for like 0.11 or so 2019-01-10T14:54:47 < kakimir> specing: bad flashlights drive maximum amperes 2019-01-10T14:54:56 < kakimir> or more 2019-01-10T14:55:01 < kakimir> efficiency is bad 2019-01-10T14:55:49 < kakimir> but in flash lights it's all shit anyways.. aluminum reflector, glass, bezel everything 2019-01-10T14:56:11 < kakimir> ending up with optical efficiency under 90% 2019-01-10T14:56:24 < specing> kakimir: it is either that or complicated optics and diode spam 2019-01-10T14:56:57 < kakimir> flashlights have lightweight optics though - and cheap 2019-01-10T14:57:07 < specing> Sure efficiency is about 40% lower than if the leds would be driven at 1/10 power, but it is more compact and much cheaper 2019-01-10T14:57:26 < kakimir> and there needs to be spot on flashlight light 2019-01-10T14:57:36 < kakimir> so you cannot just go crazy with optics 2019-01-10T14:58:11 < specing> what do you mean by 'spot on flashlight light'? 2019-01-10T14:58:24 < kakimir> flashlights are assumed to be throwers 2019-01-10T14:58:34 < specing> and yes you absolutely can go crazy with optics (see fenix BC21R for bicycle use) 2019-01-10T14:58:38 < specing> by whom? 2019-01-10T14:58:38 < kakimir> not close distance lights with a wide beam 2019-01-10T14:58:55 < specing> I have two headlamps with a TIR lens optimised for maximum flood 2019-01-10T14:59:42 < kakimir> bc21r is not a flashlight 2019-01-10T15:00:08 < specing> What is it, then? 2019-01-10T15:01:29 < kakimir> bicycle light 2019-01-10T15:03:12 < specing> that is just one subtype of flashlight 2019-01-10T15:04:20 < kakimir> maybe 2019-01-10T15:06:09 < kakimir> it's a blurred line 2019-01-10T15:08:10 < specing> its not blurred 2019-01-10T15:14:08 -!- joyce72 [~joyce72@101.100.162.247] has joined ##stm32 2019-01-10T15:15:58 < joyce72> Hello, I am using CubeMX and System Workbench for STM32 to create a project. I am using the FATFS middleware in my project. When I try to build the project however, System Workbench complains that it cannot find a file ff_gen_drv.h 2019-01-10T15:16:10 < zyp> sorry to hear that 2019-01-10T15:16:32 < joyce72> I have checked the include paths, and the folder containing the sources for the FATFS middleware are indeed defined in the project 2019-01-10T15:16:41 < joyce72> Anyone dealt with this before? 2019-01-10T15:24:06 < jpa-> joyce72: well, does that file exist there? 2019-01-10T15:24:16 < joyce72> Yup 2019-01-10T15:24:29 < jpa-> ok, so it is basically a problem in using system workbench 2019-01-10T15:24:41 < joyce72> Right now, I have redone the sources 2019-01-10T15:24:51 < joyce72> and I now get a completely different error 2019-01-10T15:25:25 < joyce72> undefined reference to `FATFS_LinkDriver' <-- Except that the function does exist in the middleware sources 2019-01-10T15:26:38 < joyce72> and its header is included on the top of the source 2019-01-10T15:26:53 < zyp> undefined reference means the headers are okay, but you forgot to link the library 2019-01-10T15:28:23 < joyce72> Hmmmm :/ 2019-01-10T15:43:27 -!- joyce72 [~joyce72@101.100.162.247] has quit [Quit: Leaving] 2019-01-10T15:44:26 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has joined ##stm32 2019-01-10T15:51:34 -!- boB_K7IQ [~boBK7IQ@170.173.8.12] has quit [Ping timeout: 250 seconds] 2019-01-10T15:56:57 -!- con3 [~kvirc@197.233.26.167] has quit [Remote host closed the connection] 2019-01-10T16:04:12 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 252 seconds] 2019-01-10T16:04:41 < Steffanx> Lol. A typical ##stm32. I bet dongs would like. My client urlified the ip address of "joyce" and i clicked on it :O 2019-01-10T16:05:03 < Steffanx> ##stm32 user* 2019-01-10T16:08:58 < Haohmaru> wut is this? hexchat 2019-01-10T16:10:18 < Steffanx> What is what Haohmaru 2019-01-10T16:14:21 < Haohmaru> wut's yer client 2019-01-10T16:15:30 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2019-01-10T16:15:39 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-10T16:18:07 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-10T16:18:07 -!- [1]MrMobius is now known as MrMobius 2019-01-10T16:21:10 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:cfd:5dc4:9f26:206d] has joined ##stm32 2019-01-10T16:24:21 -!- ski7777 [~quassel@91.67.112.19] has quit [Ping timeout: 244 seconds] 2019-01-10T16:24:37 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has joined ##stm32 2019-01-10T16:27:57 -!- cnt [uid317556@gateway/web/irccloud.com/x-qjwqjcfxhjmvetdc] has quit [Quit: Connection closed for inactivity] 2019-01-10T16:32:54 < aandrew> dongs hm. I think you may need a faster device then 2019-01-10T16:35:29 < aandrew> wow you guys were chatty last night 2019-01-10T16:36:25 < dongs> yea 2019-01-10T16:37:15 < zyp> all the chats 2019-01-10T16:45:27 < kakimir> all the pump 2019-01-10T16:56:34 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Ping timeout: 250 seconds] 2019-01-10T16:57:04 < aandrew> dongs: what are you logic analyzing? 2019-01-10T16:58:07 < dongs> jappu shit 2019-01-10T16:58:13 < dongs> 125mhz serial mpegts 2019-01-10T16:58:22 < aandrew> wow back at mpegts stuff? nice 2019-01-10T17:00:16 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-10T17:04:37 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-10T17:16:13 -!- m4ssi [~massi@2.194.0.122] has joined ##stm32 2019-01-10T17:18:09 -!- psprint [~psprint@91.245.82.2] has quit [Quit: WeeChat 2.3] 2019-01-10T17:33:24 -!- m4ssi [~massi@2.194.0.122] has quit [Ping timeout: 250 seconds] 2019-01-10T17:49:26 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-10T17:56:23 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-10T18:08:35 < marble_visions> i don't like how the datasheet of the stm32l011 says it supports fast mode i2c and then the refman says it doesn't 2019-01-10T18:08:39 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-10T18:09:04 < marble_visions> i need a third source for a majority vote, but the errata doesn't say anything on the matter 2019-01-10T18:10:10 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 252 seconds] 2019-01-10T18:16:27 < specing> marble_visions: that is a tiny chip you have there 2019-01-10T18:16:58 < marble_visions> yes, the devkit is really small as well 2019-01-10T18:21:01 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: Leaving] 2019-01-10T18:21:44 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-10T18:22:43 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Ping timeout: 272 seconds] 2019-01-10T18:28:31 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-10T18:28:49 < kakimir> https://www.youtube.com/watch?v=aKibLPORq2s and musics 2019-01-10T18:34:04 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-10T18:40:23 -!- Drzacek [~Drzacek@200116b8009a3b004947c99ee7f66065.dip.versatel-1u1.de] has joined ##stm32 2019-01-10T18:45:23 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-10T18:49:00 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-10T18:49:39 < kakimir> planning to mark gnd test pads and supply test pads with silkscreen 2019-01-10T18:49:51 < kakimir> any designs to mimmic? 2019-01-10T18:49:58 < kakimir> I use 4mm test pads 2019-01-10T18:50:36 < kakimir> I dont wonder if there is at least 25cm2 of testpads 2019-01-10T19:17:17 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-10T19:21:23 < marble_visions> is anyone doing software triggered timestamps on any FX or LX? why do I get the feeling that it's impossible from the docs 2019-01-10T19:24:32 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-10T19:27:32 < marble_visions> my bad, no need, a rtc_tr read locks the rtc_dr 2019-01-10T19:30:09 < Laurenceb> https://www.youtube.com/watch?v=v0yomhG9v2w 2019-01-10T19:43:36 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-10T19:43:50 -!- mringwal [~mringwal@fiber7.gleis70.ch] has quit [Quit: mringwal] 2019-01-10T19:48:22 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-10T19:56:27 -!- Drzacek [~Drzacek@200116b8009a3b004947c99ee7f66065.dip.versatel-1u1.de] has quit [Read error: Connection reset by peer] 2019-01-10T19:56:48 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 246 seconds] 2019-01-10T20:10:36 < bitmask> what up boys 2019-01-10T20:15:01 < Steffanx> sky 2019-01-10T20:26:45 < Thorn> how elevators kill (complete with a demo) https://www.youtube.com/watch?v=MP2oU6ae00w 2019-01-10T20:32:20 < kakimir> is it you Thorn? 2019-01-10T20:32:52 < Thorn> who, the elevator tech guy or the box? 2019-01-10T20:34:04 < kakimir> tech gui 2019-01-10T20:34:52 < Steffanx> KAK 2019-01-10T20:34:59 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-10T20:35:37 < Thorn> I'm not in Ukraine 2019-01-10T20:48:38 < c10ud> I wonder when youtube will have translation, I enjoy watching the igor negoda guy but I can't understand shit 2019-01-10T20:48:47 < c10ud> they could atleast put the translate in the subtitles 2019-01-10T21:04:25 < Steffanx> You have to speak some english for that c10ud 2019-01-10T21:28:36 < c10ud> it's weird since I cannot even open the settings window 2019-01-10T21:28:43 < c10ud> only russian captions 2019-01-10T21:31:55 -!- cnt [uid317556@gateway/web/irccloud.com/x-hxofbcolgjzuvvfe] has joined ##stm32 2019-01-10T21:33:05 < zyp> hacked up some internets in new house while waiting for the fiber 2019-01-10T21:33:45 < cnt> imagine if the chinese sold fiber cables with ferrite beads on them :) 2019-01-10T21:33:52 < zyp> found out the other day that one of the neighbors were running a WEP network 2019-01-10T21:33:57 < zyp> so I cracked the key for it 2019-01-10T21:33:58 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 272 seconds] 2019-01-10T21:35:06 < zyp> then I put openwrt on a rpi and set it to act as a client so I can run cabled lan here 2019-01-10T21:35:09 < zyp> :p 2019-01-10T21:35:37 < zyp> and then plugged my travel router into that again to get my own wlan 2019-01-10T21:35:55 < cnt> sounds like you've been busy 2019-01-10T21:36:10 < zyp> nah, didn't take long 2019-01-10T21:36:33 < zyp> I figure I should start terminating the cat6 I ran soon 2019-01-10T21:37:31 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:cfd:5dc4:9f26:206d] has quit [Quit: Konversation terminated!] 2019-01-10T21:37:43 < Steffanx> Hmm zyp. 2019-01-10T21:37:49 < Steffanx> Better ask next time :P 2019-01-10T21:40:21 < zyp> I've considered asking the next door neighbors if I can run a cable over to them :p 2019-01-10T21:41:43 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:d0d2:781d:1712:5275] has joined ##stm32 2019-01-10T21:42:41 < cnt> Steffanx: it wasn't like he went on a CP spree 2019-01-10T21:45:12 < specing> cnt: you joke but I actually went and checked aliexpress... 2019-01-10T21:45:28 < specing> sadly did not find fiber cables with ferrite beads 2019-01-10T21:45:37 < cnt> ah damn :( 2019-01-10T21:51:10 < Steffanx> Topic ^ 2019-01-10T22:03:46 < Ultrasauce> how are you supposed to filter out rfi then 2019-01-10T22:04:57 < qyx> what do stm32 pros think about enclosing stm32+humidity sensor in a hollow wooden stick 2019-01-10T22:05:05 < qyx> (there are eco reasons for wooden enclosure) 2019-01-10T22:05:30 < qyx> I am curious if the humidity reading will be ~~accurate 2019-01-10T22:06:12 < qyx> and if there is a need to make some holes or the wood is breathing enough 2019-01-10T22:07:24 < Ultrasauce> use a magnet+hall sensor to measure an internal dimension and use the box as the hygrometer 2019-01-10T22:09:42 < qyx> heh 2019-01-10T22:12:25 < specing> Lol 2019-01-10T22:13:51 < specing> qyx: find a blonde to give you one of her hair, to which you attach a resistor that can bend 2019-01-10T22:22:31 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-10T22:24:08 < zyp> https://bin.jvnv.net/file/dfwWn.jpg 2019-01-10T22:24:22 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-10T22:24:29 < zyp> I think I'll need a bigger switch 2019-01-10T22:27:12 < Steffanx> You need less cables. 2019-01-10T22:27:40 < Adluc> is that regular schrack(or similar) keystone? 2019-01-10T22:31:55 < Adluc> the RJ45 ports on patch panel 2019-01-10T22:33:34 < qyx> zyp: is it cat6? 2019-01-10T22:33:39 < qyx> those cables looks thin 2019-01-10T22:33:47 < qyx> -s 2019-01-10T22:34:09 < zyp> half of them are 2019-01-10T22:34:26 < zyp> found out I fucked up and couldn't do dual cat6 in 16mm conduit 2019-01-10T22:34:37 < zyp> but I managed to fit one cat6 and one cat5e in each 2019-01-10T22:34:51 < zyp> so every point got one of each now 2019-01-10T22:36:00 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:d0d2:781d:1712:5275] has quit [Quit: Konversation terminated!] 2019-01-10T22:39:35 < Steffanx> not? 2019-01-10T22:39:39 < Steffanx> What kind of cat6 is this? 2019-01-10T22:42:53 < sync> 16mm conduit is pretty small 2019-01-10T22:45:30 < zyp> yeah 2019-01-10T22:45:49 < zyp> I know two cat5 fits fine, didn't expect cat6 to be that much thicker 2019-01-10T22:47:23 < zyp> next time I run network in a house, I'll do 20mm 2019-01-10T22:48:37 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-10T22:49:46 < Steffanx> 6mm should fit right? 2019-01-10T22:50:49 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-10T22:52:22 < cnt> this SW is DOG 2019-01-10T22:53:47 < Steffanx> so what is the diameter of your cat6 cable zyp ? 2019-01-10T22:54:26 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-10T22:57:15 < cnt> Cracki: maybe kero the wolf 2019-01-10T22:57:23 < cnt> he'll have to work from jail rofl 2019-01-10T23:00:05 < Laurenceb> wtf 2019-01-10T23:00:37 < Laurenceb> sounds worse than chris-chan 2019-01-10T23:03:46 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-10T23:06:05 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has joined ##stm32 2019-01-10T23:12:31 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-10T23:16:23 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 258 seconds] 2019-01-10T23:19:23 -!- c10ud^ [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-10T23:24:35 < zyp> Steffanx, remember that 16mm is outer diameter of the conduit 2019-01-10T23:24:46 < Steffanx> yes, true. 2019-01-10T23:25:52 < Steffanx> but some random googling told me it could be an inner diameter of 13.7-12.2mm, but i have no clue what you used ofcourse :P 2019-01-10T23:27:35 -!- mringwal [~mringwal@77-56-42-136.dclient.hispeed.ch] has quit [Quit: mringwal] 2019-01-10T23:28:14 -!- con3 [~kvirc@197.233.169.1] has joined ##stm32 2019-01-10T23:30:16 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-10T23:30:31 < Laurenceb> which of you is this? https://imgoat.com/uploads/ecca5b6365/184094.png 2019-01-10T23:32:13 < cnt> at least you posted a direct link 2019-01-10T23:32:30 < cnt> instead of a pack full of quack medicine and "simple tricks/hacks/fuckingshit" 2019-01-10T23:32:34 < cnt> *page 2019-01-10T23:32:40 < Laurenceb> kek muh adblock 2019-01-10T23:32:50 < cnt> also 2019-01-10T23:32:57 < cnt> i'll give them a fucking simple trick mate 2019-01-10T23:33:09 < Laurenceb> one simple trick 2019-01-10T23:33:11 < cnt> it involves a gun, 1 bullet and it goes on from there 2019-01-10T23:33:20 < Laurenceb> and it's beautiful 2019-01-10T23:33:36 < Laurenceb> 5 things you need to know about crt 2019-01-10T23:38:31 < cnt> thats a bingo 2019-01-10T23:41:17 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-10T23:43:37 < zyp> Laurenceb, looks like a guy I used to know 2019-01-10T23:44:46 -!- sterna [~Adium@c-60e1e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-10T23:44:55 < Steffanx> Gotye 2019-01-10T23:49:26 < englishman> assembling 200VDC booster 2019-01-10T23:55:27 < Steffanx> *pumper 2019-01-10T23:55:40 < Ecco> "quadrature SPI" 2019-01-10T23:55:43 < Ecco> gotta love ST's docs :) 2019-01-10T23:56:38 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 258 seconds] --- Day changed Fri Jan 11 2019 2019-01-11T00:02:20 < marble_visions> lol Ecco, is that in a refman? datasheet? marketing material? 2019-01-11T00:04:20 < kakimir> https://pr0gramm.com/new/2938113 I found video of what happens inside of me when the phone alarms for half hour straight in the morning 2019-01-11T00:05:04 < kakimir> https://www.youtube.com/watch?v=stONlmgi8kM youtube version 2019-01-11T00:05:32 < Ecco> marble_visions: AN4661 2019-01-11T00:08:25 < marble_visions> Ecco: also this from the same PDF "serial parallel interface".. maybe they are training AI to do the writing now.. feed in the chip RTL from one side, get a manual out the other :D 2019-01-11T00:08:35 < Ecco> :-D 2019-01-11T00:08:44 < Ecco> Indeed, didn't catch that one 2019-01-11T00:08:46 -!- HorizonBreak [sid131374@gateway/web/irccloud.com/x-qtsqkwdvlbmlwqhm] has quit [Ping timeout: 252 seconds] 2019-01-11T00:08:46 -!- esden [sid32455@gateway/web/irccloud.com/x-vieviltnyuunqmre] has quit [Ping timeout: 252 seconds] 2019-01-11T00:10:34 -!- esden [sid32455@gateway/web/irccloud.com/x-mouyosevovslgxcv] has joined ##stm32 2019-01-11T00:10:41 -!- HorizonBreak [sid131374@gateway/web/irccloud.com/x-jaskfsamfrsvsxph] has joined ##stm32 2019-01-11T00:13:56 < antto> and i played audio thru a motor 2019-01-11T00:16:09 < Ecco> Is there a guide I should read about the proper use of DTCM? Namely, should the stack live in there? If so, why? Is there a perf gain? 2019-01-11T00:18:13 < Ecco> yes, that's it 2019-01-11T00:18:20 < Ecco> pretty much the same thing 2019-01-11T00:18:36 < Ecco> ah, great thanks 2019-01-11T00:23:41 -!- Ultrasauce [sauce@2600:3c03::f03c:91ff:fe49:4bf1] has quit [Quit: Ultrasauce] 2019-01-11T00:24:39 < englishman> woooo it works 2019-01-11T00:30:19 -!- Ultrasauce [sauce@2600:3c03::f03c:91ff:fe49:4bf1] has joined ##stm32 2019-01-11T00:30:31 < englishman> https://i.imgur.com/opVHLNU.jpg 2019-01-11T00:31:16 < PeterM> whats it for? 2019-01-11T00:31:39 < Steffanx> Those resistors... 2019-01-11T00:31:43 < englishman> make:r internet of dicks shit 2019-01-11T00:32:28 < PeterM> nah but legit, is it like EL wire or something? 2019-01-11T00:32:39 < englishman> dixie tubes 2019-01-11T00:32:46 < PeterM> ahh 2019-01-11T00:32:48 < PeterM> close enough LOL 2019-01-11T00:32:50 < englishman> https://i.imgur.com/WfAZhoE.jpg 2019-01-11T00:32:51 < englishman> yeah 2019-01-11T00:32:55 < englishman> i bought them like 5 years ago 2019-01-11T00:33:28 < englishman> going to be powered by esp32 2019-01-11T00:33:36 < Thorn> quality soldering there 2019-01-11T00:33:45 < Thorn> all the colorful oxides 2019-01-11T00:33:45 < englishman> yeah i'm out of practice 2019-01-11T00:34:47 < PeterM> mind me asking about the controller you're using? 2019-01-11T00:36:02 < englishman> uc3843d8 2019-01-11T00:36:15 < englishman> nothing to it really 2019-01-11T00:36:32 < PeterM> a classic, i hope you're using the current loop on it though 2019-01-11T00:36:50 < englishman> thats what the big resistor is for 2019-01-11T00:37:01 < PeterM> dafuq 2019-01-11T00:37:16 < PeterM> a 2512 is usually sufficient 2019-01-11T00:37:32 < englishman> idk im measuring liek 1.5v across it 2019-01-11T00:37:53 < englishman> 0.5 ohm 2019-01-11T00:39:06 -!- con3 [~kvirc@197.233.169.1] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-11T00:43:35 < PeterM> yeah, i guess, should be closer to 1v because thats the threshold, but yeah there will be quite a bit of dissipation because of your high dutycycle 2019-01-11T00:43:59 < PeterM> what is your dutycycle? 90% or something? 2019-01-11T00:44:22 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-11T00:44:58 < PeterM> usually you see only about ~0.5w of dissipation because low dutycycle 2019-01-11T00:49:13 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2019-01-11T00:49:27 < grindhold> can i use stm32f103c8 as usb _host_ for hid? 2019-01-11T00:49:45 < zyp> no, f103 is not host capable 2019-01-11T00:50:06 < grindhold> which is the smallest (read: cheapest) stm32f1xx that supports usb host? 2019-01-11T00:51:12 < specing> does it need to be f1? 2019-01-11T00:51:47 < englishman> not sure, haven't applied a load yet 2019-01-11T00:51:50 < specing> oh usb host 2019-01-11T00:51:53 < specing> nvm 2019-01-11T00:52:24 < zyp> grindhold, I think f105/f107 are both host capable, but I'd rather go for f405 2019-01-11T00:52:35 < englishman> f04x should have usbotg host? 2019-01-11T00:52:55 < zyp> f40x, you mean 2019-01-11T00:52:57 < zyp> and yes 2019-01-11T00:52:59 < grindhold> zyp: thanks. i will look for f405 devboards 2019-01-11T00:53:23 < zyp> maybe get a f4-discovery, it comes with a f407 and all the OTG hardware 2019-01-11T00:53:31 < zyp> f407 is essentially a bigger f405 2019-01-11T00:53:46 < englishman> yes f4 thanks 2019-01-11T00:53:54 < grindhold> okay, so i should be able to develop in f407, port to f405 easily and use that in production? 2019-01-11T00:54:32 < Lux> been there done that ^ 2019-01-11T00:54:39 < Lux> definetly feasible 2019-01-11T00:56:40 < grindhold> nice. thank you very much, zyp and Lux 2019-01-11T00:57:10 < Lux> iirc even flashing the same binary works if you use ones with the same flash size 2019-01-11T00:58:37 < Lux> and don't use 407 exclusive periphs 2019-01-11T00:58:51 < specing> Lux: yes I use f030 binaries on f072 2019-01-11T00:59:23 < specing> the reference manual is the same for all of them, though 2019-01-11T01:01:55 -!- sterna [~Adium@c-60e1e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-11T01:03:20 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-11T01:03:58 < zyp> IIRC the only difference between f405 and f407 is that f407 has ethernet 2019-01-11T01:04:49 < zyp> apart from that they're identical, so any code not using ethernet will run the same on both 2019-01-11T01:07:54 < aandrew> zyp: do you know any real difference between F767 and F756 regarding usb fs? 2019-01-11T01:10:44 < zyp> I haven't used f7 myself yet 2019-01-11T01:10:54 < zyp> let's see 2019-01-11T01:11:51 < zyp> according to the feature matrix on the homepage, I can't see any differences related to usb at all 2019-01-11T01:12:48 < zyp> only usb-related difference is that f7x3 apparently has a builtin HS PHY 2019-01-11T01:13:14 < zyp> apart from that it seems all parts in the f7 range has OTG_FS and OTG_HS just like f4 2019-01-11T01:13:30 < zyp> so I figure any difference would just be the number of supported endpoints on each, if any 2019-01-11T01:14:11 < zyp> f4 has 3/5 respectively, IIRC I read somewhere that some newer parts got 4/6 or something 2019-01-11T01:14:22 < zyp> but I don't remember which 2019-01-11T01:14:58 < zyp> btw, why are you asking? 2019-01-11T01:33:50 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-11T01:41:36 -!- cnt [uid317556@gateway/web/irccloud.com/x-hxofbcolgjzuvvfe] has quit [Quit: Connection closed for inactivity] 2019-01-11T01:56:22 < aandrew> zyp: my code works fine on F767, but same .hex on F756 doesn't seem tow ork at all 2019-01-11T01:56:41 < aandrew> I haven't got the latter in front of me but it should be compatible, I'm not using more than 2 endpoints and I'm not usign a lot of RAM or flash 2019-01-11T01:56:47 < aandrew> I'll be able to check it out next week for sure 2019-01-11T01:58:34 < specing> is there an F787 dreamliner? 2019-01-11T02:16:09 -!- jadew [~razvan@unaffiliated/jadew] has quit [Quit: exit] 2019-01-11T02:31:53 -!- rajkosto [~Rajko@178.149.127.67] has quit [Ping timeout: 258 seconds] 2019-01-11T02:34:33 -!- cnt [uid317556@gateway/web/irccloud.com/x-wuyfcsfsctvcviud] has joined ##stm32 2019-01-11T02:46:25 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-11T02:48:28 -!- con3 [~kvirc@197.233.169.1] has joined ##stm32 2019-01-11T02:55:51 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-11T03:19:19 -!- con3 [~kvirc@197.233.169.1] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-11T03:19:49 -!- con3 [~kvirc@197.233.169.1] has joined ##stm32 2019-01-11T03:28:17 < cnt> Should I 2019-01-11T03:43:28 < cnt> Cracki: is it a good link? 2019-01-11T04:01:11 < Laurenceb_123> oh wow 2019-01-11T04:01:35 < Laurenceb_123> I just got back on late train, two autists behind me 2019-01-11T04:01:47 -!- con3 [~kvirc@197.233.169.1] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-11T04:01:51 < Laurenceb_123> they were driving me insane with their reddit tier autism 2019-01-11T04:02:43 < Laurenceb_123> so I turn around and its a grrrl from tinder who I muh ducked last year, with her latest autist catch 2019-01-11T04:02:57 < Laurenceb_123> I probably need to kill myself 2019-01-11T04:05:02 < Laurenceb_123> >when you witness ur autism level irl 2019-01-11T04:16:14 < Laurenceb_123> online dating: pure concentrated autism 2019-01-11T04:18:05 < Laurenceb_123> https://imgoat.com/uploads/ecca5b6365/184138.jpg 2019-01-11T04:21:13 < cnt> Hi sir 2019-01-11T04:21:35 < cnt> Good stm32 post sir 2019-01-11T04:31:19 < Laurenceb_123> autists are so annoying to listen too, they can't control the volume of their voices and they talk like reddit posts read out loud 2019-01-11T04:37:02 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has quit [Ping timeout: 272 seconds] 2019-01-11T04:48:02 < cnt> Lol 2019-01-11T04:48:19 < cnt> Hitler would have ended them all 2019-01-11T04:52:45 -!- con3 [~kvirc@197.233.169.1] has joined ##stm32 2019-01-11T04:56:06 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-11T05:13:47 -!- machinehum [~machinehu@ip-142-232-170-185.ptr.bcit.ca] has joined ##stm32 2019-01-11T05:41:31 -!- con3 [~kvirc@197.233.169.1] has quit [Ping timeout: 252 seconds] 2019-01-11T05:41:43 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 245 seconds] 2019-01-11T05:49:51 -!- con3 [~kvirc@197.233.169.1] has joined ##stm32 2019-01-11T06:03:01 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-11T06:09:56 -!- con3 [~kvirc@197.233.169.1] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-11T06:26:21 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2019-01-11T06:26:47 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-11T06:29:35 -!- Ik90 [~Ik90@157.49.253.192] has joined ##stm32 2019-01-11T06:42:10 < cnt> telegram 2019-01-11T06:54:38 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Ping timeout: 250 seconds] 2019-01-11T06:59:02 -!- fc5dc9d4 [~quassel@91.8.23.244] has joined ##stm32 2019-01-11T07:00:37 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-11T07:01:41 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-11T07:02:52 -!- fc5dc9d4_ [~quassel@p5B0818EF.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 2019-01-11T07:29:18 -!- machinehum [~machinehu@ip-142-232-170-185.ptr.bcit.ca] has quit [Ping timeout: 272 seconds] 2019-01-11T07:31:48 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2019-01-11T07:35:24 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-11T07:48:43 -!- Ik90 [~Ik90@157.49.253.192] has quit [Remote host closed the connection] 2019-01-11T07:54:25 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-11T07:56:47 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-11T08:00:21 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 272 seconds] 2019-01-11T08:00:21 -!- day__ is now known as day 2019-01-11T08:28:35 < cnt> Hey Steffanx 2019-01-11T08:50:39 -!- sterna [~Adium@c-75e1e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-11T08:58:00 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-11T08:58:25 -!- mentar [~quassel@38.ip-51-254-125.eu] has quit [Read error: Connection reset by peer] 2019-01-11T08:58:29 -!- mentar_ [~quassel@38.ip-51-254-125.eu] has joined ##stm32 2019-01-11T08:59:07 -!- mentar_ [~quassel@38.ip-51-254-125.eu] has quit [Remote host closed the connection] 2019-01-11T09:00:42 < Steffanx> Lo 2019-01-11T09:02:27 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-11T09:15:02 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-11T09:15:27 < dongs> hm 2019-01-11T09:15:34 < dongs> im failing to 3-wire SPI 2019-01-11T09:18:11 < Haohmaru> how so 2019-01-11T09:18:16 < dongs> it doesnt work 2019-01-11T09:18:25 < Haohmaru> you didn't forget to chipselect, did you? 2019-01-11T09:18:45 < dongs> it works in 4 wire mode. im trying to get rid of 4th wire (SDO) because it injects current into stm in stadby 2019-01-11T09:19:03 < Haohmaru> SDO == MOSI? 2019-01-11T09:19:15 < dongs> miso 2019-01-11T09:19:19 < dongs> master in slave out 2019-01-11T09:19:25 < dongs> SDO from slave to STM32. 2019-01-11T09:19:55 < Haohmaru> put a 10k series resistor on it? ;P~ 2019-01-11T09:19:58 < qyx> do you need bidirectional 3 wire? 2019-01-11T09:20:15 < qyx> or how are you failing removing one wire? 2019-01-11T09:20:20 < dongs> not really. im trying to hack aroudn it right now 2019-01-11T09:20:41 < qyx> wut, then simply disconnect it, no? 2019-01-11T09:21:03 < dongs> you need to put SPI peripheral into 3 wire mode too 2019-01-11T09:21:09 < Haohmaru> and make sure the disconnected input ain't floating 2019-01-11T09:21:13 < dongs> and it seems to have an effect on RXNE shit etc 2019-01-11T09:21:15 < qyx> no you dont 2019-01-11T09:21:17 < dongs> yes you do 2019-01-11T09:21:40 < qyx> and why are you messing with rxne if you don't want to receive? 2019-01-11T09:22:11 -!- jadew [~razvan@unaffiliated/jadew] has quit [Ping timeout: 244 seconds] 2019-01-11T09:22:14 < Haohmaru> can't you set it up like it's 4-wire and just ignore the input data? 2019-01-11T09:22:35 < qyx> I did it and it worked 2019-01-11T09:22:41 < Haohmaru> or u need teh pin for something else? 2019-01-11T09:22:53 < dongs> qyx, the rxne shit is during spiTransfer() 2019-01-11T09:23:15 < dongs> just switching chip to 3wiore mode isnt working. 2019-01-11T09:23:15 < dongs> hmm 2019-01-11T09:24:24 < qyx> and what about using spi_send instead 2019-01-11T09:24:37 < qyx> also I still think it should work 2019-01-11T09:24:51 < qyx> because the spi peripheral dones't know the pin is disconnected 2019-01-11T09:24:58 < qyx> or configured to analol in or what 2019-01-11T09:25:04 < qyx> it will simply read all 0 or all 1 2019-01-11T09:25:24 < qyx> how are you setting 3wire? using BIDIMODE? 2019-01-11T09:25:43 < dongs> yeah 2019-01-11T09:25:48 < dongs> tho stdperiph calls it retardely somethign else 2019-01-11T09:26:37 < qyx> iirc it simply combines mosi and miso into one pin, I don't remember which one 2019-01-11T09:27:08 < dongs> yes, i read that 2019-01-11T09:27:25 < dongs> its MOSI in master mode 2019-01-11T09:27:54 < qyx> then go on and read transmit only mode 2019-01-11T09:28:00 < qyx> Simplex communications 2019-01-11T09:28:08 < qyx> Transmit-only mode (RXONLY=0): The configuration settings are the same as for full- 2019-01-11T09:28:11 < qyx> duplex. The application has to ignore the information captured on the unused input pin. 2019-01-11T09:28:14 < qyx> This pin can be used as a standard GPIO. 2019-01-11T09:28:17 -!- jadew [~razvan@86.121.138.15] has joined ##stm32 2019-01-11T09:29:06 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-11T09:30:06 -!- jadew [~razvan@86.121.138.15] has quit [Changing host] 2019-01-11T09:30:06 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-11T09:35:39 < dongs> fuckkkkkkkkkkkkk 2019-01-11T09:35:45 < dongs> there;s also SPI_BiDirectionalLineConfig() 2019-01-11T09:35:54 < dongs> holy fuck how i wish they would jsut use nromal fuckign register names 2019-01-11T09:35:59 < dongs> that match the fucking refman 2019-01-11T09:39:03 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-11T09:40:23 < dongs> at least keil register view is correct 2019-01-11T09:40:36 < dongs> so BIDIMODE is on 2019-01-11T09:40:39 < dongs> BIDIOE is on 2019-01-11T09:40:42 < dongs> rxonly is off 2019-01-11T09:40:47 < dongs> all ot her shit is correct 2019-01-11T09:41:47 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-11T09:41:47 -!- [1]MrMobius is now known as MrMobius 2019-01-11T09:44:41 < dongs> ok what if i jsut leave the shit in 4wire mode 2019-01-11T09:44:45 < dongs> and just switch slave to 3 wire 2019-01-11T09:44:52 < dongs> and dont give a shit about sdo pin actually beign connected 2019-01-11T09:46:21 < qyx> in SPI, both the masterna and slave don't give a shit about spi pins being connected or not 2019-01-11T09:46:26 < qyx> except CS and SCK 2019-01-11T09:46:27 < dongs> yes im aware 2019-01-11T09:46:39 < dongs> anyway, this will need to be cut on pcb for real test 2019-01-11T09:46:54 < qyx> so I don't get how can you have any problems with it 2019-01-11T09:46:56 < dongs> i think the problme is spi slave device (while in low power mode) is injecting shit into STM via it's SDO pin 2019-01-11T09:47:11 < dongs> stm => standby, so everythign is highz 2019-01-11T09:47:15 < dongs> or so it should be 2019-01-11T09:47:23 < qyx> do there is electrical problem, not sw one? 2019-01-11T09:47:32 < dongs> well, sw is also there 2019-01-11T09:47:39 < dongs> i can't make stm actually do anything useful in 3 wire spi mode. 2019-01-11T09:47:48 < qyx> and setting the sdo/miso to analog input? 2019-01-11T09:47:48 < dongs> so i just put it back into 4 wire and not care bout reading status back 2019-01-11T09:48:00 < dongs> i just don't configure it but yeah i'll do that aswell 2019-01-11T09:50:07 < zyp> aandrew, maybe they have different versions of the core? 2019-01-11T09:53:58 -!- sk_tandt [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-11T09:54:18 -!- sk_tandt1 [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-11T09:55:27 -!- sterna [~Adium@c-75e1e253.016-35-62726f1.bbcust.telenor.se] has quit [Ping timeout: 240 seconds] 2019-01-11T10:02:43 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 250 seconds] 2019-01-11T10:16:21 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-11T10:32:19 < ds2> couldn't you just drop a PFET on MISO? 2019-01-11T10:32:46 < dongs> i dont really need to read shit out . 2019-01-11T10:32:51 < dongs> but it doenst change 2019-01-11T10:32:57 < dongs> i tried with the shit cut and its still injecting 2019-01-11T10:32:58 < dongs> hmmmmm 2019-01-11T10:34:15 < ds2> how do you know it is injecting current? 2019-01-11T10:34:23 < ds2> vs the slave drawing it 2019-01-11T10:34:29 < dongs> because 2019-01-11T10:34:33 < dongs> if i cut the spi lines 2019-01-11T10:34:45 < dongs> idle current goes to like uA range 2019-01-11T10:34:47 < dongs> like it should be 2019-01-11T10:34:51 < dongs> and if they're connected 2019-01-11T10:34:54 < dongs> draw is like 0.13mA 2019-01-11T10:35:11 < ds2> cut all of them or just MISO? 2019-01-11T10:35:14 < dongs> all 2019-01-11T10:35:24 < dongs> after configuring it of course 2019-01-11T10:35:27 < ds2> couldn't the slave be drawing current on SS? 2019-01-11T10:35:30 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-11T10:35:33 < ds2> or SCLK 2019-01-11T10:35:55 < dongs> it has specified current draws 2019-01-11T10:35:56 < ds2> or maybe MOSI is in the middle state and driving things into the analog region 2019-01-11T10:36:00 < Haohmaru> is there a very low value pull resistor somewhere? 2019-01-11T10:36:12 < dongs> there's SDO on slave internally pulled up which is 30k. 2019-01-11T10:36:28 < dongs> its pulled to vccio, but im not sure if device will operate with vccio off. 2019-01-11T10:37:15 < dongs> but in my setup i can't separate them anyway cuz vddio can't be higher than vcc+0.1 2019-01-11T10:37:28 < dongs> but vdd here is 2.8V and i/o is (when shit is powered up) 3.3V 2019-01-11T10:37:37 < dongs> when its in standby, 3.3V domain is completely off 2019-01-11T10:37:42 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-11T10:39:33 -!- sk_tandt [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 268 seconds] 2019-01-11T10:39:34 -!- sk_tandt1 is now known as sk_tandt 2019-01-11T10:41:57 < zyp> dongs, got a schematic or something? I have problems picturing your setup just from the description 2019-01-11T10:45:09 < PeterM> anyone here hand draw schematics and write down math on paper when just "thinking" of circuits? 2019-01-11T10:45:24 < zyp> yeah? 2019-01-11T10:46:26 < ds2> yep 2019-01-11T10:46:27 < PeterM> what kind of paper do you use? ruled? grid? dotted? plain? 2019-01-11T10:46:36 < ds2> cad just interferes with thinking 2019-01-11T10:47:11 < zyp> whatever is conveniently available 2019-01-11T10:47:27 < zyp> on my work desk I got a pile of post-its 2019-01-11T10:47:41 < ds2> or even back of envelopes 2019-01-11T10:47:54 < zyp> yes 2019-01-11T10:48:10 < PeterM> fair enough - i was asking because my current go to book is almost full (its just plain, reasonably heavy paper) and thinking of if there is any improvements 2019-01-11T10:48:59 < ds2> notebooks have their place 2019-01-11T10:49:45 < zyp> https://bin.jvnv.net/file/2xxXK.jpg 2019-01-11T10:52:59 < PeterM> yeah, i used to use envelopes and postits but i found that kinda stuff ends up making your desk messy 2019-01-11T10:53:29 < PeterM> its easier to keep track of stuff in a notebook too 2019-01-11T10:53:57 < PeterM> im mainly interested in if you think gridded or dotted paper would be better than plain 2019-01-11T10:54:24 < zyp> I used to use gridded 2019-01-11T10:54:27 -!- mentar [~quassel@38.ip-51-254-125.eu] has joined ##stm32 2019-01-11T10:54:43 < zyp> dotted I haven't tried, ruled is mostly useful for writing text 2019-01-11T10:55:17 < Haohmaru> zyp i see tetris and arkanoid 2019-01-11T10:55:39 < PeterM> yeah, im not keen on ruled, its is a bit annoying when drawing schematics 2019-01-11T10:55:53 < Haohmaru> i use MSPaint 2019-01-11T10:56:09 < zyp> Haohmaru, :) 2019-01-11T10:56:22 < Haohmaru> if i really need paper, i take old calendar sheets 2019-01-11T10:56:57 < PeterM> Haohmaru i used to too, but as soon as you need to write anything it kills the flow 2019-01-11T10:57:08 < PeterM> paint is fine for drawings though 2019-01-11T10:57:15 < Haohmaru> yeah, writing text with teh pencil sux 2019-01-11T10:57:28 < Haohmaru> ..in MSPaint i mean.. or any app 2019-01-11T10:58:03 < zyp> I suck at handwriting 2019-01-11T10:58:15 < PeterM> https://i.imgur.com/42YcJw9.png 2019-01-11T10:58:15 < zyp> these days, even signatures are a hassle 2019-01-11T10:58:27 < PeterM> jsut a random mspaint image 2019-01-11T10:58:42 < Haohmaru> PeterM noice 2019-01-11T10:58:43 < Steffanx> Draw with your mouse? 2019-01-11T10:58:46 < zyp> had to sign like ten documents in the bank the other day, I were like "wait, how do I write my name again?" 2019-01-11T10:58:47 < Steffanx> Drawn* 2019-01-11T10:58:52 < Haohmaru> but i use junction dots 2019-01-11T10:58:55 < PeterM> yeah text is hard as shit with the mouse too 2019-01-11T10:59:28 < Haohmaru> makes your schematic look like spoodrman 2019-01-11T10:59:32 < Steffanx> Yes, you wront r2com wrong PeterM 2019-01-11T10:59:37 < Steffanx> Wrong. Damnit 2019-01-11T10:59:39 < Haohmaru> u just need a bit moar jpeg artefacts 2019-01-11T10:59:40 < PeterM> hahaha 2019-01-11T10:59:42 < Steffanx> Wrote* 2019-01-11T10:59:57 < Steffanx> I cant even correctly correct myself. Lol 2019-01-11T11:00:10 < PeterM> i handwrite quite a bit, but that doesnt mean i should https://i.imgur.com/qd3Rxe6.jpg 2019-01-11T11:00:27 < Haohmaru> does an even number of mistakes result in correctness? 2019-01-11T11:01:13 < Steffanx> I only write with a jappy pencil with rotating tip nowadays. 2019-01-11T11:01:29 < Steffanx> No, not a hitachi. 2019-01-11T11:01:52 < PeterM> classy Steffanx, classy 2019-01-11T11:02:10 < zyp> kuru something? 2019-01-11T11:02:33 < Steffanx> Kuru toga indeed 2019-01-11T11:03:17 < Steffanx> + roulette, it seems 2019-01-11T11:04:07 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-11T11:04:34 < PeterM> i run only the finest pilot hi-tec-c 2019-01-11T11:05:07 < PeterM> because if i didnt my writing would be even harder to read :( 2019-01-11T11:05:29 < Haohmaru> https://i.imgur.com/kdOaz5W.png 2019-01-11T11:06:23 < Haohmaru> btw, that's how u fry teh poor beeper x_x 2019-01-11T11:09:35 < PeterM> Steffanx https://www.youtube.com/watch?v=crMw-QOHvBQ 2019-01-11T11:11:42 < Steffanx> Ty cnt will like it. 2019-01-11T11:20:25 < qyx> PeterM: I am using A5 plain paper notebook and carrying it whenever I go 2019-01-11T11:20:30 < qyx> *wherever 2019-01-11T11:28:49 < PeterM> qyx nice, how do you fine A5 vs A4? 2019-01-11T11:28:55 < PeterM> find* 2019-01-11T11:29:34 < PeterM> i figured A5 would be big enough to need to stick in a bag or case so i may aswell use an A4 2019-01-11T11:30:28 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-11T11:34:32 < qyx> A5 is enough for me, I would lost myself on A4 2019-01-11T11:34:47 < qyx> I also have a pack of Stabilo fineliners with it 2019-01-11T11:36:36 < zyp> I used to use gridded A4 2019-01-11T11:36:58 < ds2> i am experimenting with different apps on phones 2019-01-11T11:37:06 < PeterM> ahh, yeah, stabilo fineliners are great, i had forgotten about them 2019-01-11T11:37:23 < kakimir> would you use plugable terminal block headers for tester - jig connections? 2019-01-11T11:37:35 < PeterM> i might grab one of both (gridded and dotted), they're cheap enough 2019-01-11T11:37:53 < PeterM> ds2 i almost bought one of those sony e-paper notebook things 2019-01-11T11:38:06 < PeterM> but i couldnt jsutify the $1k 2019-01-11T11:38:09 < ds2> e-paper does not cut it. the lag is annoying 2019-01-11T11:38:32 < ds2> PeterM: do you use pencil or pen? 2019-01-11T11:38:38 < PeterM> pen 2019-01-11T11:38:54 < PeterM> [20:04] i run only the finest pilot hi-tec-c 2019-01-11T11:39:02 < zyp> ds2, have you tried remarkable? according to what I've heard they've focused a lot on minimizing lag 2019-01-11T11:39:16 < ds2> how do you manage revisions with a pen? 2019-01-11T11:39:32 < ds2> zyp: no, I was very tempted but that thing is $$$$$ 2019-01-11T11:39:43 < zyp> yeah 2019-01-11T11:39:59 < ds2> I had a cheap android eReader repurposed with to run regular apps 2019-01-11T11:40:13 < PeterM> ds2 cross out, make changes - once enough changes are made, i re-draw 2019-01-11T11:40:33 < zyp> I haven't tried it myself either, but I've talked to some of the developers 2019-01-11T11:40:44 < ds2> PeterM: doesn't that make it rules/grids agnostic? 2019-01-11T11:41:01 < ds2> if you cross out enough, rules/grids won't do anything 2019-01-11T11:41:22 < PeterM> zyp i was tossing up between remarkable and sony digital paper, but both are $$$$ 2019-01-11T11:41:31 < ds2> i wind up working at random place a lot and a phone seems to be what I have on me 2019-01-11T11:41:42 < zyp> I actually interviewed with them a couple of years ago, but then I ended up getting a good offer elsewhere that I jumped on 2019-01-11T11:42:18 < ds2> i wonder how locked down is the remarkable stuff 2019-01-11T11:42:24 < PeterM> ds2 it is still think it would be nice to have something regular to align things to, 2019-01-11T11:42:35 < zyp> I think it's fairly hackable 2019-01-11T11:43:06 < ds2> by the time I want it neat, my thoughts are organized enough to do it in cad 2019-01-11T11:43:35 < ds2> IMO - grids are more suitable for mechanical stuff where there is a notion of scale 2019-01-11T11:43:42 < ds2> prehaps when roughing out layouts 2019-01-11T11:44:48 < PeterM> nah, i like my hand drawn schematics to be very readable, i find it makes it easier to find issues if you arent trying to decipher your own schematic 2019-01-11T11:45:08 < PeterM> grids are very good for mechanical drawings, yes 2019-01-11T11:45:23 < ds2> how complex are your hand drawn schematics? 2019-01-11T11:47:56 < PeterM> they vary from jsut small hand full of discrete components to say, 4 16 pin ics and associated passives and discretes 2019-01-11T11:47:57 < rajkosto> i like this module better https://images.sshnuke.net/2019-01-11_10-47-50_BnN1tgJSn.png 2019-01-11T11:48:07 < rajkosto> cant break 2019-01-11T11:49:15 < ds2> oh that's why you can afford to have neat hand schematics 2019-01-11T11:49:32 < ds2> i usually just have pieces and glue them together when they get to the cad stage 2019-01-11T11:50:48 < PeterM> its all mostly analog stuff, so it rarely has busses and shit, its like fet drivers, current sense amps, switching controllers, filters etc 2019-01-11T11:51:48 < PeterM> complexity also kinda varies depending on how "into it" i get 2019-01-11T11:53:16 < PeterM> fig 32 in this http://www.ti.com/lit/an/slua143/slua143.pdf is about the average complexity i would do on paper 2019-01-11T11:54:08 < ds2> that's more then what I'd do 2019-01-11T12:01:01 < qyx> is it a 5V DC welder 2019-01-11T12:01:11 < qyx> 100A, much sparks 2019-01-11T12:01:38 -!- cnt [uid317556@gateway/web/irccloud.com/x-wuyfcsfsctvcviud] has quit [Quit: Connection closed for inactivity] 2019-01-11T12:04:39 < PeterM> nah, not a welder, 5v way to low to maintain an arc 2019-01-11T12:11:30 < qyx> on a different topic, having a PDM microphone and a STM32 wihtout the new DFSDM peripheral 2019-01-11T12:11:43 < qyx> is it more sane to use I2S or SPI to capture the btstream? 2019-01-11T12:12:08 < qyx> SPI looks more straightforward and easier 2019-01-11T12:14:23 < karlp> aandrew: re usb on f7, as zyp said, there doesn't _appear_ to be any differences with f4, but at least for me, using the f4 usb code doens't work on my f756 disco, but it does for other people allegedly. so... something's fucky with f7 on something... 2019-01-11T12:17:30 < karlp> PeterM: I use an a5 plain paper notebook too, but it just stays on my desk at work. 2019-01-11T12:18:11 < karlp> at home I use a school exercise pad, with .7cm grid or something, it's better sometimes, worse othertimes 2019-01-11T12:18:20 < PeterM> what. PDM microphone, I2S, SPI? i assume you mean MEMS microphone? and i'd probably use SPI if thats the case 2019-01-11T12:19:03 < PeterM> karlp i might give A5 a go 2019-01-11T12:20:18 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 258 seconds] 2019-01-11T12:21:45 < qyx> yes, but MEMS can be analol, I2S or PDM, at least these seem to be common 2019-01-11T12:22:21 < qyx> analol and I2S is easy, PDM can be interfaced to DFSDM, I2S/SAI or SPI peripheral 2019-01-11T12:23:31 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-11T12:26:59 < rajkosto> https://www.aliexpress.com/item/0-91-Inch-128x32-OLED-LCD-White-Display-Module-SPI-Series-SSD1306-July-Drop-Ship/32890130639.html where do i find the pinout for these so i can just use the display as is 2019-01-11T12:27:12 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 258 seconds] 2019-01-11T12:28:31 < Thorn> rajkosto: maybe https://www.buydisplay.com/default/0-91-inch-128x32-oled-display-module-serial-spi-ssd1306-white-on-black 2019-01-11T12:29:41 < rajkosto> ribbon on all of those looks different 2019-01-11T12:29:42 < PeterM> could you not just pump the pdm into a counter, and grab the value of the counter + reset it at the sample rate? 2019-01-11T12:31:52 -!- tairaeza [~tairaeza@soyuz.whatbox.ca] has joined ##stm32 2019-01-11T12:34:19 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-11T12:37:42 < rajkosto> Thorn, those are the 15pin ones, pinout here https://www.aliexpress.com/item/0-91-inch-white-OLED-LCD-128x32-SPI/32611317730.html 2019-01-11T12:38:03 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2019-01-11T12:38:30 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-11T12:42:07 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 240 seconds] 2019-01-11T12:43:49 < rajkosto> https://www.aliexpress.com/item/0-91-inch-14PIN-White-OLED-Display-Screen-SH1306-Drive-IC-128-32-I2C-Interface/1961838424.html 14 pin is this ? maybe ? 2019-01-11T12:48:32 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-11T12:52:30 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 258 seconds] 2019-01-11T12:53:27 < Thorn> make:electronics from the 1980s http://annex.retroarchive.org/crescent/Hardware%20Tutor.pdf 2019-01-11T12:53:46 < rajkosto> what are some SMD buttons that are easy to press 2019-01-11T13:02:41 < kakimir> with silicone gap? 2019-01-11T13:02:59 < kakimir> how big small we are talking about? 2019-01-11T13:04:33 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-11T13:04:56 < rajkosto> 4x3mm shell 2019-01-11T13:06:34 < rajkosto> i have these atm https://images.sshnuke.net/2019-01-11_12-06-16_EZOMtTCs6.png i need to hold the entire board from the other side to push them kinda annoying 2019-01-11T13:06:42 -!- con3 [~kvirc@197.233.169.1] has joined ##stm32 2019-01-11T13:08:10 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 250 seconds] 2019-01-11T13:12:34 < kakimir> >90 test points 2019-01-11T13:12:40 < kakimir> my record 2019-01-11T13:13:34 < kakimir> only 14cm2 of testpads 2019-01-11T13:13:39 < kakimir> testpoints* 2019-01-11T13:15:24 < kakimir> 17 led indicators 2019-01-11T13:16:08 < kakimir> 400 components total 2019-01-11T13:22:56 < qyx> how many SMAs? 2019-01-11T13:25:15 < kakimir> mm 2019-01-11T13:25:18 < kakimir> 0 2019-01-11T13:25:25 < kakimir> I have temptation 2019-01-11T13:25:52 < kakimir> 2 singal pins are connected to target mcu pins with needles 2019-01-11T13:25:55 < kakimir> signal 2019-01-11T13:35:14 < jadew> https://www.youtube.com/watch?v=dLBJA8SlH2w 2019-01-11T13:37:54 < dongs> yep, fuck 2019-01-11T13:37:56 < dongs> ST replied 2019-01-11T13:38:13 < dongs> the problem is power consumtpion of slave datsheet is only spec'd for vdd, does not include vddio 2019-01-11T13:38:24 < dongs> looks like i'll have to gate vddio wiht a fet or something 2019-01-11T13:38:27 < dongs> or maybe just gpio 2019-01-11T13:40:01 < zyp> fun 2019-01-11T13:40:09 < Haohmaru> aww 2019-01-11T13:40:15 < dongs> i just gotta ask them if i can power vddio separately like that 2019-01-11T13:40:22 < dongs> i don't see why it wouldn't work if its ONLY used for io 2019-01-11T13:40:46 < Haohmaru> tell them to join ##stm32 2019-01-11T13:40:47 < Haohmaru> >:) 2019-01-11T13:42:05 < kakimir> china soon 2019-01-11T13:42:32 < kakimir> tommorow 2019-01-11T13:43:25 < Haohmaru> you going to china? 2019-01-11T13:43:33 < Haohmaru> oh, right 2019-01-11T13:43:46 < Haohmaru> kakichwang 2019-01-11T13:49:52 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-11T13:50:18 -!- hexo_ is now known as demental 2019-01-11T13:50:19 < qyx> a contribution to zypsnips, TPS62175, low Iq (+sleep mode) sync buck, 28Vin, quite cheap 2019-01-11T13:50:44 < dongs> does it work with a chip inductor 2019-01-11T13:51:22 < dongs> lol very nice schematic 2019-01-11T13:51:27 < dongs> fucking finally nothing external 2019-01-11T13:51:35 < Thorn> looks like you can put the whole TPS6xxxx series into zypsnips 2019-01-11T13:51:53 < Thorn> they're all good stuff 2019-01-11T13:52:25 < qyx> didn't try yet, but I can confirm TPS62825 works 2019-01-11T13:52:34 < qyx> with 1V8 out 2019-01-11T13:52:45 < zyp> oh, cute 2019-01-11T13:52:54 < dongs> sneeze and i ts gone 2019-01-11T13:52:56 < zyp> no feedback divider and shit 2019-01-11T13:53:41 < zyp> (on 177) 2019-01-11T13:54:34 < dongs> you can use it to make negative supply too 2019-01-11T13:55:06 < dongs> http://www.ti.com/lit/an/slva542a/slva542a.pdf 2019-01-11T13:56:02 < zyp> you can hook most bucks like that 2019-01-11T13:56:06 < dongs> ah ok 2019-01-11T13:56:48 < zyp> it's basically the same thing 2019-01-11T13:58:27 < zyp> normally a buck sits on GND, takes VIN and gives you a lower VOUT 2019-01-11T13:59:20 < zyp> to make a negative voltage, you instead reference it from -VOUT, so you get an input voltage between VIN and -VOUT and it regulates down to a lower output voltage between GND and -VOUT 2019-01-11T14:03:05 < zyp> dongs, did you see my network tweet yesterday? 2019-01-11T14:03:39 < zyp> https://bin.jvnv.net/file/dfwWn.jpg 2019-01-11T14:04:21 < englishman> how is that new house smell 2019-01-11T14:05:02 < zyp> it's nice 2019-01-11T14:06:43 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-11T14:06:46 < Steffanx> So what new mikrotik is it going to be zyp? 2019-01-11T14:07:15 < zyp> https://mikrotik.com/product/crs328_24p_4s_rm 2019-01-11T14:07:37 < zyp> eventually 2019-01-11T14:08:58 < zyp> short term I don't need to have every port hooked up, so I'm just gonna make do with the one I have 2019-01-11T14:09:10 < kakimir> https://www.youtube.com/watch?v=fqUZT8x74oU musics of kaki 2019-01-11T14:14:49 < dongs> zyp: clicking 2019-01-11T14:15:46 < dongs> very nice 2019-01-11T14:17:37 < zyp> yeah, I'm very happy with how it's turning out 2019-01-11T14:17:53 < qyx> 500W poe output, you can mount poe camera on every port 2019-01-11T14:19:51 < zyp> well, yeah, it's way more than I need 2019-01-11T14:22:04 < zyp> but still, I need something that has a couple 10G ports, a couple PoE ports, and a bunch of plain 1G ports 2019-01-11T14:22:43 < qyx> what do you n eed 10G for? 2019-01-11T14:22:44 < zyp> I haven't seen anything else that can do all of those in a single affordable device 2019-01-11T14:22:52 < qyx> migrting your storage from fiberchannel? 2019-01-11T14:23:20 < qyx> or it wasn't you 2019-01-11T14:23:24 < zyp> I did that years ago 2019-01-11T14:23:38 < sync> zyp: after the shitshow with our mikrodik switch I'm not so sure I want hardware from them 2019-01-11T14:23:57 < zyp> idk, the small one I've got works fine 2019-01-11T14:24:21 < sync> we had one of the cloudswitches and it would eat dhcp acks 2019-01-11T14:24:33 < zyp> which one? 2019-01-11T14:24:34 < qyx> no single mikrotik shitshow here and I used tens of them, starting with old RB133 2019-01-11T14:25:18 < zyp> I've had the small one for around three years now, never a problem 2019-01-11T14:25:21 < qyx> mhm, actually I remember one firmware flash problem on RB1200 2019-01-11T14:25:40 < qyx> it always died after ~month 2019-01-11T14:27:15 < qyx> interesting that ST recommends 10n+1u on VDDA on a L4 2019-01-11T14:27:25 < dongs> ? 2019-01-11T14:27:32 < dongs> dont they always 2019-01-11T14:27:39 < sync> I think some crs326 24g 2s was it 2019-01-11T14:27:40 < qyx> wasn't it 100n+1u? 2019-01-11T14:27:55 < dongs> they probly want less noise onvdda 2019-01-11T14:28:24 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-11T14:28:29 < sync> for a wider soundstage 2019-01-11T14:29:00 < Haohmaru> put bigger caps for moar THICC bass 2019-01-11T15:09:27 -!- con3|2 [~kvirc@197.233.175.25] has joined ##stm32 2019-01-11T15:09:51 -!- con3|2 [~kvirc@197.233.175.25] has quit [Read error: Connection reset by peer] 2019-01-11T15:11:18 -!- con3 [~kvirc@197.233.169.1] has quit [Ping timeout: 252 seconds] 2019-01-11T15:11:19 -!- con3|2 [~kvirc@197.233.175.25] has joined ##stm32 2019-01-11T15:11:30 -!- con3|2 is now known as con3 2019-01-11T15:16:31 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-11T15:20:30 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 272 seconds] 2019-01-11T15:26:10 -!- con3 [~kvirc@197.233.175.25] has quit [Ping timeout: 252 seconds] 2019-01-11T15:45:55 -!- con3 [~kvirc@197.233.190.54] has joined ##stm32 2019-01-11T15:51:49 -!- cnt [uid317556@gateway/web/irccloud.com/x-pkzxjeepcmuzpwip] has joined ##stm32 2019-01-11T15:51:59 < cnt> Hi friends 2019-01-11T15:56:08 < dongs> are you thorn now 2019-01-11T15:57:40 < Thorn> https://www.youtube.com/watch?v=BI-X8TEz0vw 2019-01-11T15:59:49 < cnt> lol 2019-01-11T16:09:38 < cnt> Hedde drugs op? 2019-01-11T16:12:28 < karlp> tps62177 does look nice. 2019-01-11T16:17:09 < Thorn> door handles have been discussed many times in the comments 2019-01-11T16:17:17 < Thorn> nothing changed so far 2019-01-11T16:21:17 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-11T16:31:50 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Ping timeout: 250 seconds] 2019-01-11T16:33:59 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-11T16:35:00 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-11T16:35:44 < aandrew> karlp: ok, yeah I'm seeing the same between F7 families (F757 vs F765 I think) 2019-01-11T16:35:52 < aandrew> no worries, I'll figure it out when I have hardware in hand 2019-01-11T16:36:45 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-11T16:39:04 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 268 seconds] 2019-01-11T16:44:15 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-11T16:53:44 -!- con3|2 [~kvirc@197.233.49.237] has joined ##stm32 2019-01-11T16:54:10 -!- con3 [~kvirc@197.233.190.54] has quit [Ping timeout: 252 seconds] 2019-01-11T16:56:18 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Ping timeout: 245 seconds] 2019-01-11T16:56:26 -!- con3|2 is now known as con3 2019-01-11T16:57:58 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-11T17:05:27 -!- con3 [~kvirc@197.233.49.237] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-11T17:12:51 < Thorn> stream is live 2019-01-11T17:13:14 < Thorn> actually just muzak 2019-01-11T17:15:57 < Thorn> now it's live 2019-01-11T17:18:25 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-11T17:18:46 < Ecco> Hi! 2019-01-11T17:20:42 < Laurenceb_123> imagine being this autistic https://imgoat.com/uploads/ecca5b6365/184294.png 2019-01-11T17:22:14 < Ecco> For some reason I can't seem to be able to enable L1 cache on a memory-mapped QSPI memory 2019-01-11T17:22:33 < Laurenceb_123> on F7? 2019-01-11T17:22:35 < Ecco> Yep 2019-01-11T17:22:46 < Ecco> Is there anything special to do besides toggling a couple bits in CCR? 2019-01-11T17:22:50 < Laurenceb_123> didnt even know it supported that, nice 2019-01-11T17:23:12 < Ecco> :) 2019-01-11T17:23:15 < Ecco> Supposedly 2019-01-11T17:23:25 < Laurenceb_123> so it can just run straight from the QSPI? 2019-01-11T17:23:31 < Ecco> yep 2019-01-11T17:23:34 < Laurenceb_123> nice 2019-01-11T17:23:39 * catphish doesn't have to imagine 2019-01-11T17:23:41 < Ecco> nice, but… slow 2019-01-11T17:23:50 < Laurenceb_123> no more overpriced stm32 with loads of flash 2019-01-11T17:23:56 < Ecco> Indeed 2019-01-11T17:24:02 < Ecco> Have a look at 730 2019-01-11T17:24:02 < Laurenceb_123> not that I've ever needed more than about 50k 2019-01-11T17:24:05 < Ecco> F730 that is 2019-01-11T17:24:16 < Ecco> Cracki: yes? 2019-01-11T17:24:45 < Laurenceb_123> thinking of that, I never had an avr project that used more than 15k 2019-01-11T17:24:51 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-11T17:25:20 < Ecco> Cracki: L1 is only for external flash memory 2019-01-11T17:26:01 < Laurenceb_123> heh 2019-01-11T17:26:25 < Laurenceb_123> muh logger with mass stoRAGE and labview gui interface and all the shit enabled was only 55k 2019-01-11T17:28:25 < Laurenceb_123> >not running code from i2c eeprom 2019-01-11T17:29:55 < dongs> anyoen know of a CPLD in 24-qfn 5x5 2019-01-11T17:30:07 < Laurenceb_123> 2minutes 2019-01-11T17:31:31 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-11T17:31:42 < Ecco> https://i.imgur.com/H0Xs67H.png 2019-01-11T17:32:02 < Ecco> -> The Quad-SPI path goes through the l1 cache, doesn't it? 2019-01-11T17:33:37 < Thorn> dongs: ice40 family has qfn32 5x5 2019-01-11T17:34:00 < dongs> this is 24 2019-01-11T17:34:03 < dongs> 6 pins on each side 2019-01-11T17:34:16 < dongs> hmmm 2019-01-11T17:34:19 < dongs> i see nothing on digikeyz 2019-01-11T17:35:24 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 258 seconds] 2019-01-11T17:36:31 < dongs> https://i.imgur.com/yVUt5RT.jpg trying to figure out what this is 2019-01-11T17:37:13 < dongs> can't tell 2019-01-11T17:37:21 < dongs> i mean sorta, looks like it 2019-01-11T17:37:49 < dongs> nope 2019-01-11T17:39:45 < dongs> nah 2019-01-11T17:40:04 < karlp> kinda reminds me of lpc5x part numbers. 2019-01-11T17:40:16 < karlp> or a nordic part number 2019-01-11T17:40:32 < karlp> but i take it it's not a mcu that you expect? 2019-01-11T17:48:43 < Laurenceb_123> argg audiophools 2019-01-11T17:49:01 < Laurenceb_123> "sennheiser phantom power to mic on 3.5mm TRS jack" 2019-01-11T17:49:07 < Laurenceb_123> wtf does that even mean 2019-01-11T17:49:59 < Laurenceb_123> nah they mean TRS with 5v going... somewhere 2019-01-11T17:50:42 < Laurenceb_123> this is the standard design https://www.gearslutz.com/board/attachments/newbie-audio-engineering-production-question-zone/400864d1401424649-how-connect-unpowered-3-5-mm-microphone-rme-fireface-ufx-computer-mic-input-circuit.jpg 2019-01-11T17:52:58 < Laurenceb_123> I hate audiophools 2019-01-11T17:53:27 < BrainDamage> that's a standard design 2019-01-11T17:53:37 < BrainDamage> the supply is to power electret microphones 2019-01-11T17:53:50 < BrainDamage> that have an internal transistor hardwired to the mic input 2019-01-11T17:54:36 < BrainDamage> the 5V biases the transistor, hence why there's the resistor too 2019-01-11T17:54:55 < BrainDamage> it's a common feature of many pc audio cards too 2019-01-11T17:56:34 < catphish> unless, i'm missing something, "phantom power to mic on 3.5mm TRS jack" makes perfect sense, a TRS jack with a DC voltage to power microphones plugged into it 2019-01-11T17:57:38 < jpa-> Ecco: yeah, quad-spi memory mapped part goes through cache, peripheral registers go directly 2019-01-11T17:57:39 < dongs> also its QFN4x4 i guess 2019-01-11T17:57:40 < dongs> noty 5x5 2019-01-11T17:57:42 < dongs> 24pin 2019-01-11T18:02:09 < dongs> err 4x4mm 2019-01-11T18:02:12 < dongs> with 6 pins on each side 2019-01-11T18:02:18 < dongs> anyway, it looks liek it does something wiht usb trace 2019-01-11T18:02:23 < dongs> so probly garbage 2019-01-11T18:02:24 < dongs> i dont think tis cpld 2019-01-11T18:04:34 < qyx> usb repeater? 2019-01-11T18:04:40 < qyx> or how is it called properly 2019-01-11T18:05:29 < rajkosto> a hub ? 2019-01-11T18:05:47 < qyx> what the hell is it 2019-01-11T18:06:04 < Laurenceb_123> ok looks like sennheiser send voltage down the mic line https://sennheiseruk.happyfox.com/kb/article/104-ew-plug-pin-configuration/ 2019-01-11T18:06:16 < rajkosto> is stm32 integrated pullup enough for buttons ? 2019-01-11T18:07:19 < rajkosto> you can set PU on gpios 2019-01-11T18:07:27 < rajkosto> that good enough for button inputs ? 2019-01-11T18:07:30 < dongs> yes of course it is 2019-01-11T18:07:31 < qyx> yes 2019-01-11T18:07:32 < dongs> why wouldtn it be 2019-01-11T18:07:50 < dongs> anyway, now that i saw usb going to it i lost interst in it 2019-01-11T18:07:52 < dongs> its not cpld 2019-01-11T18:08:02 < dongs> whatever the fuck it is, probly a usb switch or somethign 2019-01-11T18:08:03 < rajkosto> because stuff like 100K pullups can be too little sometimes 2019-01-11T18:08:17 < rajkosto> buttons 2019-01-11T18:08:24 < dongs> look in datasheet. 2019-01-11T18:08:30 < dongs> internal pu is like 30-50k iirc 2019-01-11T18:09:41 < kakimir> there is IP+ and IP- pins in hall current sensor 2019-01-11T18:10:41 < kakimir> it doesn't really describe them much 2019-01-11T18:11:09 < kakimir> so output grows in positive direction as there is current from IP+ to IP-? 2019-01-11T18:11:55 < kakimir> ACS724 2019-01-11T18:14:32 < kakimir> yes 2019-01-11T18:14:39 < kakimir> queiscent voltage 2019-01-11T18:14:49 < kakimir> but I use unidir version of the chip 2019-01-11T18:17:45 < kakimir> so it's more of importance 2019-01-11T18:19:26 < kakimir> noted 2019-01-11T18:20:23 -!- cnt [uid317556@gateway/web/irccloud.com/x-pkzxjeepcmuzpwip] has quit [Quit: Connection closed for inactivity] 2019-01-11T18:20:54 * Laurenceb_123 is obviously a microphone permanoob 2019-01-11T18:21:24 < Laurenceb_123> if I have an electret with 50µA current, 4.4k impedance, and 1.3v voltage, what do i do? 2019-01-11T18:23:31 < jpa-> you disregard all the parameters and just connect it into a microphone preamp 2019-01-11T18:23:37 < Laurenceb_123> keek 2019-01-11T18:23:45 < Laurenceb_123> https://www.endrich.com/fm/2/SOB-413S42-EM.pdf 2019-01-11T18:23:47 < Laurenceb_123> arg wtf 2019-01-11T18:24:19 < Laurenceb_123> so I connect it to 1.3v using a 4.4k resistor and it draws 50µA ? 2019-01-11T18:24:35 < Laurenceb_123> audiophoools are incapable of talking sense 2019-01-11T18:25:05 < jpa-> that datasheet says operating voltage is 1.5 to 10V, so you connect it to something like that and the output voltage will be approx 1.3V 2019-01-11T18:25:31 < jpa-> though that datasheet seems different on all specs than what you said 2019-01-11T18:26:01 < jpa-> but basically any electret you can connect with ~2kohm resistor to +3.3V and get something 2019-01-11T18:26:57 < Laurenceb_123> sorry I was just using that datasheet as an example 2019-01-11T18:27:02 < Laurenceb_123> I only have specs for my mic 2019-01-11T18:28:00 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: Leaving] 2019-01-11T18:28:07 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-11T18:35:42 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-11T18:40:58 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Quit: Leaving] 2019-01-11T18:48:54 < dongs> https://www.youtube.com/watch?v=HGS5H_oLDfk 2019-01-11T18:52:24 < jadew> jeez... found an issue with fusion (on the todo list since 2015) 2019-01-11T18:52:36 < jadew> you can't add a hole table on the drawings 2019-01-11T18:52:51 < jadew> how am I going to go with this to the machinist I don't know 2019-01-11T18:53:01 < jadew> I guess I'll have to write the coordinates by hand 2019-01-11T18:53:30 < jadew> dongs, wth is that? 2019-01-11T18:55:12 < dongs> looks like ellen feiss 2019 2019-01-11T18:55:36 < jadew> Cracki, yeah 2019-01-11T18:56:07 < jadew> not really, I'm going to take it to an old school guy 2019-01-11T18:56:17 < jadew> so he's going to manually mill it 2019-01-11T18:56:48 < jadew> I'll have to hand him an actual piece of paper with the coords 2019-01-11T18:57:19 < jadew> I tried to show their positions on an extra drawing, but they're too many 2019-01-11T18:57:32 < jadew> it would be simpler for the machinist to have a table 2019-01-11T19:00:18 < jadew> yeah, it's still on the road map since 2015 2019-01-11T19:00:34 < jadew> in the meantime the only table function gives you a table which is not editable 2019-01-11T19:00:53 < jadew> not me 2019-01-11T19:01:08 < jadew> neat 2019-01-11T19:02:06 < jadew> yeah, with the parts on the sheet 2019-01-11T19:02:15 < jadew> and you can only fill in the description field 2019-01-11T19:04:35 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-11T19:06:01 < Laurenceb_123> >be audiophool 2019-01-11T19:06:10 < Laurenceb_123> >work with low speed simple analogue kit 2019-01-11T19:06:34 < Laurenceb_123> >manage to make it massively complex by avoiding documentation and adding loads of nonsense 2019-01-11T19:08:43 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-11T19:10:49 < jadew> Cracki, how? I'd be fine with it for now 2019-01-11T19:11:03 < jadew> but then again, I can just make a notepad and enter the values myself 2019-01-11T19:11:52 < jadew> oh, that's neet 2019-01-11T19:11:59 < jadew> yeah 2019-01-11T19:12:06 < jadew> that is a problem 2019-01-11T19:12:15 < jadew> because everything else is linked 2019-01-11T19:12:45 < jadew> well, at lest there's an empty table thing 2019-01-11T19:12:55 < jadew> thanks 2019-01-11T19:15:17 < karlp> heh, only sales to one country https://imgur.com/a/Y6h6Xe0 2019-01-11T19:15:36 -!- SadMan [foobar@212.89.225.153] has quit [Ping timeout: 260 seconds] 2019-01-11T19:15:37 < jadew> what does? 2019-01-11T19:15:46 < jadew> Cracki, yeah, that would be helpful 2019-01-11T19:18:34 < jadew> I'll leave this part for another day, I'll have to show him the drawings I have so far and see if he can even make it to my specifications 2019-01-11T19:18:45 < jadew> because it's rather complex and I'm not sure what they can do on a manual mill 2019-01-11T19:21:30 < jadew> I've put so much work into this, it's silly 2019-01-11T19:21:49 < jadew> I bet I'll sell like... 3 2019-01-11T19:23:52 < jadew> heh, maybe he has a bigger market than you think 2019-01-11T19:28:32 -!- SadMan [foobar@sadman.net] has joined ##stm32 2019-01-11T19:28:48 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 245 seconds] 2019-01-11T19:29:55 < karlp> heh, everything that is wrong with graphical programming https://www.hjemmeautomasjon.no/uploads/monthly_2018_03/image.thumb.png.664250aa081a98dae527bd8f81725e5f.png 2019-01-11T19:30:03 < karlp> imagine trying to work on that or version control it. 2019-01-11T19:30:55 < mawk> Thomas 2019-01-11T19:31:18 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 245 seconds] 2019-01-11T19:32:27 < dongs> http://www.directfb.org/ l m a o 2019-01-11T19:45:36 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:7c51:8ac8:311f:2f77] has joined ##stm32 2019-01-11T19:50:06 < dongs> well 2019-01-11T19:50:11 < dongs> i was looking for an official release of directfb 2019-01-11T19:50:14 < dongs> seems like its fucking dead tho 2019-01-11T19:50:17 < dongs> .org = spam 2019-01-11T19:50:22 < dongs> .net = parked domain 2019-01-11T19:50:32 < dongs> shithub has no releases or version tags 2019-01-11T19:50:37 < dongs> last commit like 9 years ago 2019-01-11T19:50:56 < dongs> gui on that directfb shit 2019-01-11T19:51:03 < dongs> graphical lunix console boot 2019-01-11T19:51:05 < dongs> like rageberry 2019-01-11T20:00:47 -!- psprint [~psprint@91.245.82.2] has quit [Quit: WeeChat 2.3] 2019-01-11T20:01:14 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-11T20:07:47 < Laurenceb_123> failberry 2019-01-11T20:07:54 < Laurenceb_123> >still less fail than BBB 2019-01-11T20:14:51 < antto> Laurenceberry 2019-01-11T20:21:38 < mawk> what's wrong with bbb Laurenceb_123 2019-01-11T20:21:43 < mawk> I have one on my desk, it feels classy 2019-01-11T20:21:50 < mawk> it's heavy, metallic, nice blue leds 2019-01-11T20:21:58 < mawk> perfect for pressing my papers 2019-01-11T20:22:17 < Laurenceb_123> RTC broken, battery charger broken, battery power broken, sleep mode broken 2019-01-11T20:22:31 < Laurenceb_123> auto wakeup stuff broken 2019-01-11T20:22:36 < Laurenceb_123> PMIC broken 2019-01-11T20:22:47 < specing> BBB = Broken, Broken and Broken? 2019-01-11T20:22:51 < Laurenceb_123> aparent from that its good 2019-01-11T20:22:53 < Laurenceb_123> yup 2019-01-11T20:23:20 < Laurenceb_123> I fixed mine but it looks like a rats nest and has several holes drilled through the pcb 2019-01-11T20:24:27 < mawk> I have one broken 2019-01-11T20:24:31 < mawk> something something capacitor says the internet 2019-01-11T20:24:43 < mawk> so I gave it back to the teacher so that he could give me a new one 2019-01-11T20:24:52 < mawk> "you will pay it back with your own money !!" he said with a red face 2019-01-11T20:25:04 < mawk> so I emailed him the forum links of people having dead bbb for no reason 2019-01-11T20:27:55 < Laurenceb_123> BBB would be very cool if they fixed it, actual working embedded lunix 2019-01-11T20:28:03 < Laurenceb_123> >implying embedded lunix is a good idea 2019-01-11T20:29:00 < mawk> yeah I'm not a fan of this in the first place 2019-01-11T20:29:03 < specing> it is a good idea if the drivers are done well and mainlined 2019-01-11T20:29:04 < mawk> but bbb has coprocessor ! 2019-01-11T20:29:07 < mawk> so it's not embedded lunix 2019-01-11T20:29:09 < specing> which is almost never the case 2019-01-11T20:29:13 < mawk> it's lunix controlling real embedded 2019-01-11T20:29:21 < specing> so I avoid embedded linux like the plague 2019-01-11T20:29:46 < mawk> I thought you'd mention the software Laurenceb_123 2019-01-11T20:30:06 < mawk> the sloppy handwritten bash scripts doing critical init work, the dirty arborescence in /boot, the outdated doc in various config file 2019-01-11T20:30:11 < specing> mawk: every x86 machine has at least one coprocessor, your point is invalid 2019-01-11T20:30:21 < mawk> but judging by your coding style I'd have guessed that doesn't bother you 2019-01-11T20:30:36 < mawk> you can't use it without being intel engineer or blackhat sensei specing 2019-01-11T20:30:39 < mawk> yours is invalid 2019-01-11T20:30:49 < specing> you can, its documented 2019-01-11T20:31:00 < mawk> where 2019-01-11T20:31:06 < specing> well, some are. Some such as the embedded controller 2019-01-11T20:31:07 < Laurenceb_123> in cancer docs 2019-01-11T20:31:12 < mawk> ah 2019-01-11T20:31:20 < mawk> I thought you were talking about the IME 2019-01-11T20:31:42 < Laurenceb_123> if I was working on something serious I'd unironically run VXWorks 2019-01-11T20:31:46 < specing> no, but I'd be pleased if IME was open 2019-01-11T20:31:57 < specing> instead I have to buy 10 year old thinkpads for Libreboot 2019-01-11T20:32:19 < mawk> why Laurenceb_123 2019-01-11T20:32:37 < Laurenceb_123> mawk: because it's a proper documented rtos 2019-01-11T20:32:45 < Laurenceb_123> or just use chibios 2019-01-11T20:32:55 < mawk> freertos is documented enough for my school to give classes in it 2019-01-11T20:33:13 < mawk> they did vxworks previously 2019-01-11T20:33:18 < Laurenceb_123> or that, but I find it a bit cancerous 2019-01-11T20:33:21 < mawk> but I suspect they didn't want to pay the license any further 2019-01-11T20:33:22 < Laurenceb_123> chibios ftw 2019-01-11T20:33:33 < mawk> sounds like weeaboo name 2019-01-11T20:33:38 < mawk> I want my software to have classy name 2019-01-11T20:34:33 < antto> CORTANA.EXE 2019-01-11T20:35:49 < Laurenceb_123> tay.exe 2019-01-11T20:35:52 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-11T20:35:52 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-11T20:36:08 < antto> wut's that Laurenceb_123? looks fishy 2019-01-11T20:36:28 < Laurenceb_123> chibios? 2019-01-11T20:36:37 < antto> no, tay.exe 2019-01-11T20:36:42 * antto ain't clicking 2019-01-11T20:36:46 < Laurenceb_123> kek 2019-01-11T20:36:51 < Laurenceb_123> /pol/ chatbot 2019-01-11T20:37:07 < mawk> what about arm's stuff Laurenceb_123 2019-01-11T20:37:08 < antto> u w0t? 2019-01-11T20:37:09 < mawk> keil rtx or something 2019-01-11T20:37:25 < Laurenceb_123> never tried it... dunno 2019-01-11T20:37:30 < mawk> it's microsoft chatbot antto 2019-01-11T20:37:37 < mawk> on twitter 2019-01-11T20:37:46 < antto> oh 2019-01-11T20:37:48 < mawk> that /pol/ turned nazi in a couple hours 2019-01-11T20:38:08 < mawk> so they had to plug it off 2019-01-11T20:38:10 < antto> doesn't M$ have better things to do? 2019-01-11T20:38:55 < Laurenceb_123> tfw http://www.chibios.com/forum/download/file.php?avatar=2_1462542734.jpg 2019-01-11T20:38:59 < mawk> it was good for their PR 2019-01-11T20:39:01 < mawk> supposed to be good 2019-01-11T20:39:11 < Laurenceb_123> the stare of death 2019-01-11T20:39:11 < antto> ...like polish their evil plans to sabotage leenookz 2019-01-11T20:39:19 < mawk> but it's not terrible, now they joined the club of companies targeted by hatespeech and they can whine about it 2019-01-11T20:41:11 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:7c51:8ac8:311f:2f77] has quit [Quit: Konversation terminated!] 2019-01-11T20:43:25 < mawk> let's make some EjUiCe 2019-01-11T20:43:34 < mawk> I have 200 mg/mL nicotine juice 2019-01-11T20:44:01 < mawk> a few drops are enough to kill you in a minute 2019-01-11T20:44:08 < mawk> let's put some gloves and long sleeves 2019-01-11T20:44:17 < antto> why do you have such things? 2019-01-11T20:44:46 < mawk> it's cheaper to buy in bulk 2019-01-11T20:44:52 < mawk> also nicotine juice is banned in the EU now 2019-01-11T20:45:00 < antto> oh? 2019-01-11T20:45:02 < mawk> so I imported very strongly dosed nicotine juice from the US in one big package to have enough for years 2019-01-11T20:45:11 < mawk> and I just buy the nicotine-free stuff legally here 2019-01-11T20:45:13 < mawk> and mix the two 2019-01-11T20:45:21 < antto> :/ 2019-01-11T20:45:31 < mawk> nicotine juice of more than 20mg/mL in 10mL package is banned, specifically 2019-01-11T20:45:41 < mawk> the rest is authorized to sell to more than 18yo people 2019-01-11T20:45:53 < mawk> also advertising for it is banned, etc 2019-01-11T20:45:54 < mawk> like tobacco 2019-01-11T20:45:55 < antto> ah, i smoke 12mg/mL i think 2019-01-11T20:46:16 < antto> advertizing tobacco surely ain't banned here 2019-01-11T20:46:35 < antto> i mean, on billboards and every bus stop 2019-01-11T20:46:42 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-11T20:46:50 < antto> i think they are banned for TV ads 2019-01-11T20:47:01 < mawk> yeah that's just in France I guess 2019-01-11T20:47:12 < mawk> they banned any kind of alcohol and tobacco advertising 2019-01-11T20:47:24 < mawk> but some wine producers made lobbying and maybe wine advertising will be authorized agains 2019-01-11T20:47:31 < mawk> when kids aren't watching the tv 2019-01-11T20:47:43 < antto> they required them to put the "smoking kills" message onto the ads, and they do 2019-01-11T20:48:01 < antto> right now, a pile of billboards about this IQOS bullsh*t 2019-01-11T20:48:44 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:41be:17a1:b4f8:bb12] has joined ##stm32 2019-01-11T20:48:48 < antto> i got glycerin 2019-01-11T20:48:58 < antto> but i bought it to make flux ;P~ 2019-01-11T20:49:26 < antto> with citric acid and water 2019-01-11T20:49:27 < mawk> iqos is shit 2019-01-11T20:49:45 < mawk> shameful attempt from tobacco company to not lose the battle 2019-01-11T20:49:51 < mawk> and still very damaging to health 2019-01-11T20:50:17 < antto> i haven't checked, but i don't expect the IQOS to be cheaper than cigs 2019-01-11T20:50:27 < antto> e-cigs are much cheaper 2019-01-11T20:51:33 < mawk> yeah 2019-01-11T20:55:19 < Steffanx> > Cigs .... 2019-01-11T20:56:03 < bitmask> loser vapers 2019-01-11T20:56:46 < antto> what?! 2019-01-11T20:57:05 < bitmask> Im just kidding... I used to vape and everyone in this room hassled me for it 2019-01-11T20:57:22 < antto> used to? what happened? 2019-01-11T20:57:48 < bitmask> I quit, dropped down to zero nicotine and got to the point that I didnt need it anymore, vape and cig free for a while now 2019-01-11T20:58:00 < antto> nice 2019-01-11T20:58:15 < antto> i started with 24mg/mL, dropped to 12 2019-01-11T20:59:14 < bitmask> yea i started around the same, got down to 3 and then id just squirt a tiny bit in each batch I made to give myself the illusion that it had some in there and then I stopped adding any 2019-01-11T20:59:51 < antto> homeopathic e-juice 2019-01-11T20:59:56 < antto> >:) 2019-01-11T21:00:02 < bitmask> heh 2019-01-11T21:00:28 < Steffanx> antto is also a vaper. Daaamn 2019-01-11T21:00:42 < antto> i smoked cigs 12 years 2019-01-11T21:00:46 < Steffanx> Hi. Hows the day so far antto 2019-01-11T21:00:53 < antto> not gud 2019-01-11T21:01:02 < Steffanx> Ok. Take care. 2019-01-11T21:01:29 < antto> but i warned teh boss, so i don't care too much 2019-01-11T21:01:57 < antto> it's not like i haven't ever said "we shouldn't sell stuff that ain't even tested at all.." 2019-01-11T21:04:29 < Steffanx> Hah. Yeah. 2019-01-11T21:06:57 < Steffanx> Did you at least do the "told you so"? 2019-01-11T21:07:40 < antto> this saying doesn't seem to have such an effect in my language 2019-01-11T21:08:02 < antto> i'm not even sure what the effect is 2019-01-11T21:08:53 < Steffanx> In dutchland we actually say it in english. 2019-01-11T21:08:58 < Steffanx> Not sure why. 2019-01-11T21:09:25 < Steffanx> Probably because it doesnt work well in dutch either 2019-01-11T21:21:57 < MrMobius> even your language submits to yankee domination Steffanx 2019-01-11T21:22:09 < Steffanx> Yes 2019-01-11T21:22:32 < Steffanx> Sorry meneer mobius 2019-01-11T21:26:07 -!- HighInBC [~highinbc@unaffiliated/chillum] has quit [Ping timeout: 250 seconds] 2019-01-11T21:37:57 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-11T21:39:31 -!- HighInBC [~highinbc@unaffiliated/chillum] has joined ##stm32 2019-01-11T21:56:15 < Laurenceb_123> https://imgoat.com/uploads/ecca5b6365/184354.jpg 2019-01-11T21:56:33 < Laurenceb_123> tfw bottom right guy 2019-01-11T22:03:54 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-11T22:38:36 -!- cnt [uid317556@gateway/web/irccloud.com/x-qhrquhmtbuwtwqsv] has joined ##stm32 2019-01-11T22:39:58 < Steffanx> Oh no 2019-01-11T22:45:31 < cnt> Hi dad 2019-01-11T22:47:57 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-11T22:50:26 < Steffanx> Hi pa. 2019-01-11T22:52:12 < Steffanx> Ctrl+shift+d cnt 2019-01-11T23:05:38 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-11T23:08:44 -!- con3 [~kvirc@197.233.57.29] has joined ##stm32 2019-01-11T23:10:04 < cnt> https://usercontent.irccloud-cdn.com/file/YKBqnbBH/ctrl+shift+mate.JPG 2019-01-11T23:11:02 < cnt> Does jolly want a friend? 2019-01-11T23:13:06 -!- codyps [~codyps@richard.einic.org] has quit [Ping timeout: 252 seconds] 2019-01-11T23:16:09 < jadew> https://i.imgur.com/07SRe43.jpg 2019-01-11T23:16:22 -!- con3 [~kvirc@197.233.57.29] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-11T23:18:03 < cnt> Guessing she intended that 2019-01-11T23:21:19 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-11T23:22:42 < Laurenceb_123> >Warning - thread "Woman's face gets eaten off by a dog" might contain content that is not suitable for all ages. 2019-01-11T23:22:45 < Laurenceb_123> kek liveleak 2019-01-11T23:30:48 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-11T23:32:33 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] 2019-01-11T23:32:33 -!- KolK [~KolK@kolk.net.pl] has quit [Quit: SysUpgrade] 2019-01-11T23:34:21 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-11T23:34:54 -!- KolK [~KolK@kolk.net.pl] has joined ##stm32 2019-01-11T23:35:59 -!- KolK [~KolK@kolk.net.pl] has quit [Client Quit] 2019-01-11T23:36:04 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-11T23:36:50 -!- KolK [~KolK@kolk.net.pl] has joined ##stm32 2019-01-11T23:36:53 -!- KolK [~KolK@kolk.net.pl] has quit [Client Quit] 2019-01-11T23:37:55 < cnt> Whip it out 2019-01-11T23:45:14 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2019-01-11T23:50:15 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:41be:17a1:b4f8:bb12] has quit [Remote host closed the connection] 2019-01-11T23:51:18 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:a5c3:852c:31c6:1a3e] has joined ##stm32 2019-01-11T23:51:51 < Laurenceb_123> v i c t o r i a b a t e m a n 2019-01-11T23:54:09 < cnt> Victoria N. Bateman is a British feminist economist and academic 2019-01-11T23:54:13 < cnt> why why whyyyyy 2019-01-11T23:54:40 < Laurenceb_123> >feminist 2019-01-11T23:55:10 < Laurenceb_123> she will be on jobseekers once the dean reads his emails lol --- Day changed Sat Jan 12 2019 2019-01-12T00:05:01 < kakimir> https://drive.google.com/file/d/1-xV8nEhFOaU0WyiHLxRjnY0rG-lR4dBA/view?usp=sharing memories 2019-01-12T00:05:42 < kakimir> of unfinished projects 2019-01-12T00:05:59 < kakimir> now I have unfinished personal projects and unfinished work projects 2019-01-12T00:06:31 < zyp> home network update: https://bin.jvnv.net/file/LaV0U.jpg 2019-01-12T00:06:45 < zyp> did some termination today 2019-01-12T00:07:30 < zyp> (and organization) 2019-01-12T00:08:20 < kakimir> how many gigabits? 2019-01-12T00:09:43 < zyp> all the gigabits 2019-01-12T00:09:51 < specing> zyp: 0/10 low effort 2019-01-12T00:09:58 < zyp> :( 2019-01-12T00:10:04 < specing> no coloured wires and no serial port 2019-01-12T00:10:14 < kakimir> all them! 2019-01-12T00:10:26 < specing> all my network cabling is made of green wires 2019-01-12T00:10:26 < zyp> specing, serial what? 2019-01-12T00:10:49 < specing> it looks better than all-gray, but I have the same mono-colour problem now 2019-01-12T00:10:55 < karlp> does green make them go faster? or is it just more environmentally sound?Ð 2019-01-12T00:11:06 < specing> it makes them more eye-friendly 2019-01-12T00:11:45 < zyp> I actually did a bunch of searching for colored cat6, my original plan was to run two in each conduit and I wanted different colors on them 2019-01-12T00:12:11 < kakimir> green color makes them green 2019-01-12T00:12:24 < zyp> but everything I found was either grey or expensive or CCA bullshit 2019-01-12T00:12:45 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:a5c3:852c:31c6:1a3e] has quit [Remote host closed the connection] 2019-01-12T00:12:52 < zyp> and neither was particularly appealing 2019-01-12T00:13:29 < zyp> https://bin.jvnv.net/file/dfwWn.jpg <- I got blue patch cords though, and the switch got a serial port! 2019-01-12T00:13:44 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:9d2d:4c73:82fe:a713] has joined ##stm32 2019-01-12T00:14:36 < zyp> I've considered getting patch colors in more colors, tons of options there, but I haven't figured out what to indicate with the colors yet, so I just bought a bunch of blue 2019-01-12T00:14:42 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-12T00:14:48 < zyp> patch cords* 2019-01-12T00:14:58 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-12T00:16:55 < specing> zyp: I was willing to pay a premium for not having gray cabling 2019-01-12T00:17:22 < Steffanx> Topic. 2019-01-12T00:17:25 < Steffanx> Lol. 2019-01-12T00:17:39 < karlp> hrm, updated from fedora 27 to feedora 29, bash completion of git branches is gone.... 2019-01-12T00:17:58 < karlp> zyp: what's "CCA bullshit"? 2019-01-12T00:17:59 < Steffanx> Why is it relevant when you hardly ever see it. When you use something like zyp does? 2019-01-12T00:18:07 < specing> Steffanx: I've lost hope 2019-01-12T00:18:10 < zyp> karlp, copper clad aluminum 2019-01-12T00:18:19 < karlp> does that matter for in wall stuff? 2019-01-12T00:18:34 < zyp> CCA? yeah, it's shit 2019-01-12T00:19:28 < zyp> I mean, I don't have any firsthand experience, but I'm surprised it even exists 2019-01-12T00:20:05 < Steffanx> Its cheaper and usually works 2019-01-12T00:20:10 < Steffanx> Until it doesnt. 2019-01-12T00:20:37 < zyp> it's apparently not standards compliant and thin aluminum wires have shit mechanical properties 2019-01-12T00:21:26 < zyp> and I'm surprised it's so much cheaper to make copper clad aluminum wires that it's worthwhile to make network cables of it 2019-01-12T00:21:27 < Steffanx> And higher resistance > possible issues with PoE? 2019-01-12T00:21:46 < zyp> that too, but I doubt that's a major concern 2019-01-12T00:22:19 < zyp> it's mostly the mechanical properties that steers me away from it 2019-01-12T00:23:39 < zyp> also, Steffanx has a point, my cables aren't gonna be very visible once I got the switch and router mounted above them in the rack 2019-01-12T00:24:28 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-12T00:25:11 < Steffanx> Hah good specing. Youve given in 2019-01-12T00:26:10 < zyp> my color problem worked out well enough though 2019-01-12T00:26:41 < zyp> since I ended up running cat6+cat5e instead of dual cat6, there's no problem telling them apart even though they are both gray/beige :p 2019-01-12T00:30:59 < Laurenceb_123> where cna I find <3.2mm OD USB cables? 2019-01-12T00:31:19 < mawk> OD = overdose 2019-01-12T00:31:43 < mawk> gggggggoeienavond Steffanx 2019-01-12T00:31:57 < zyp> Laurenceb_123, I have some, they are shit 2019-01-12T00:32:25 < zyp> Laurenceb_123, if you want thin usb cables, just go buy the cheapest shittiest stuff from china that you can find 2019-01-12T00:32:29 < Laurenceb_123> who cares, I just need the diameter to be small enough 2019-01-12T00:32:42 < Laurenceb_123> hmm has to be RS/farnell whatever 2019-01-12T00:32:54 < zyp> haha 2019-01-12T00:33:13 < Laurenceb_123> I'll try mouser, cant find <3.5 on Farnell or RS 2019-01-12T00:36:07 < Steffanx> Lol, are you the guy from the lottery? 2019-01-12T00:36:12 < Steffanx> mawk. 2019-01-12T00:36:48 < Steffanx> Mawk https://youtu.be/ClPFFLe0ryw 2019-01-12T00:37:18 < Steffanx> zyp and then get cables without shielding. 2019-01-12T00:37:39 < zyp> Steffanx, what do you mean? all the cables I ran are UTP 2019-01-12T00:38:03 < Steffanx> I mean the cheap skate usb cables 2019-01-12T00:38:10 < zyp> ah, right 2019-01-12T00:38:27 < zyp> yeah, the chinese shit I'm talking about doesn't have any of that 2019-01-12T00:38:44 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-12T00:40:15 < mawk> lol Steffanx 2019-01-12T00:41:40 < Laurenceb_123> aha busted https://www.mouser.co.uk/ProductDetail/Amphenol-LTW/UC-20AMM-QA8A02?qs=sGAEpiMZZMsgIz308WEU03r6YWCXSUS1ikFgG7tij%2fZiW6hnNl%2f9%2fw%3d%3d 2019-01-12T00:41:42 < Laurenceb_123> 2.8mm 2019-01-12T01:02:59 < rajkosto> need easier to press smd buttons than this https://images.sshnuke.net/2019-01-11_23-06-59_kBY9lT9CZ.png what do 2019-01-12T01:21:27 < Steffanx> Where is cnt? 2019-01-12T01:21:33 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:9d2d:4c73:82fe:a713] has quit [Quit: Konversation terminated!] 2019-01-12T01:23:59 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-12T01:25:06 < englishman> hello innovators 2019-01-12T01:25:23 < englishman> can anyone recommend a good cmos 2019-01-12T01:25:31 < englishman> ON bought a couple companies, looks like 2019-01-12T01:25:34 < englishman> so they are competing with sony 2019-01-12T01:29:18 < Thorn> are you making a $80,000 digital cinema camera or a video intercom or what 2019-01-12T01:29:43 < englishman> yes 2019-01-12T01:30:08 < Laurenceb_123> I accidentally a cmos 2019-01-12T01:31:17 < zyp> the cmos 2019-01-12T01:33:35 < sync> I rather nmos 2019-01-12T01:35:37 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-12T01:41:01 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-12T01:41:59 < Thorn> have you heard about the Xilinx vs. Robert Feranec scandal yet btw 2019-01-12T01:43:32 < englishman> yes but i figured someone else would post it here 2019-01-12T01:46:08 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-12T01:48:44 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-12T01:52:50 < rajkosto> Fedevel guy ? why 2019-01-12T01:53:51 < jadew> link? 2019-01-12T01:54:22 < rajkosto> https://www.youtube.com/watch?v=swVuqG9-H0E this i guess 2019-01-12T01:55:35 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-12T01:56:28 < jadew> what a stupid move... 2019-01-12T01:56:42 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-12T01:58:39 < jadew> makes you wonder who makes these decisions 2019-01-12T01:59:24 < jadew> did that came from a part of the company that's disconnected from what the company is and what it does? 2019-01-12T01:59:55 < jadew> or someone higher up said "let's fire this guy" 2019-01-12T02:00:02 < jadew> *sue 2019-01-12T02:00:10 < jadew> either way, it doesn't reflect good 2019-01-12T02:00:13 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-12T02:00:28 < jadew> in the first case it would show poor management 2019-01-12T02:01:44 < jadew> in the second, it would show that whoever is in charge doesn't understand the market 2019-01-12T02:05:12 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-12T02:08:06 < jadew> where did you get that from? 2019-01-12T02:10:08 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-12T02:10:13 < jadew> yeah 2019-01-12T02:10:25 < englishman> https://i.imgur.com/z5qHmBg.jpg 2019-01-12T02:13:49 < BrainDamage> englishman: I cannot stand tubes backlit by leds, it feels such anachronism 2019-01-12T02:13:54 < englishman> haha 2019-01-12T02:14:09 < englishman> the effect is pretty neat when they are a certain shade of blue 2019-01-12T02:14:29 < englishman> as a baby's first esp32 project this was surprisingly fast 2019-01-12T02:18:11 < Thorn> but that shade of blue is called "green" 2019-01-12T02:20:38 < englishman> yes it cycles through set_amazing_rainbow() 2019-01-12T02:24:41 < Steffanx> Gay rainbox tube. 2019-01-12T02:24:47 < Steffanx> Rainbow. Damnit 2019-01-12T02:29:19 -!- con3 [~kvirc@197.233.38.184] has joined ##stm32 2019-01-12T02:32:19 < zyp> fucking home router bullshit 2019-01-12T02:33:01 < zyp> I dug out and configured the router my ISP gave me at the apartment, so I'll still have working internet here when I move all the nice networking gear to the house tomorrow 2019-01-12T02:33:44 < zyp> zyxel p8702n 2019-01-12T02:34:00 < zyp> not the worst shit I've ever encountered, but not super pleasant either 2019-01-12T02:34:55 -!- con3 [~kvirc@197.233.38.184] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-12T02:35:51 < Thorn> https://twitter.com/eevblog/status/1083267806085312512 2019-01-12T02:39:34 < Thorn> 2019: the year when X has to explain themselves to Dave Jones 2019-01-12T02:39:56 < Thorn> (not really but still pretty funny) 2019-01-12T02:40:01 < BrainDamage> it's ridicolous that accountability for companies has to come through social justic 2019-01-12T02:58:29 < englishman> i'm pretty sure xilinx gives zero fucks about dave jones 2019-01-12T02:59:08 < englishman> or the tens of sales they might lose 2019-01-12T03:00:01 < jadew> they probably won't lose much now, but if they scare away newcomers, they'll lose in the future 2019-01-12T03:00:45 < jadew> there's a reason students get $$$$$$ worth of software for free 2019-01-12T03:02:53 < jadew> anyway, they realized their mistake and fixed it (it seems) 2019-01-12T03:04:28 < sync> jadew: they will loose nothing in that market either 2019-01-12T03:04:39 < sync> as they have contracts with the universities 2019-01-12T03:04:45 < sync> and nobody there is going to care 2019-01-12T03:05:26 < jadew> sync, I didn't mean they'll lose with students, only gave that thing as an example to point out that you want to get them while they're young 2019-01-12T03:06:06 < jadew> and if they shut down technical channels that fight their battles for them, that's obviously not helping 2019-01-12T03:06:58 < zyp> wtf 2019-01-12T03:07:00 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-12T03:07:25 < zyp> apparently the router picked up an upgrade from somewhere, installed it and rebooted, out of nowhere 2019-01-12T03:07:55 < jadew> OCD hacker? 2019-01-12T03:08:13 < zyp> no, I assume it called home 2019-01-12T03:08:33 < zyp> this is some ISP provided shit, running customized firmware 2019-01-12T03:08:54 < jadew> yeah, mine is similar 2019-01-12T03:09:28 < jadew> I'm not particularly happy about the ISP guys being able to VPN into my network if they want to 2019-01-12T03:11:11 < sync> that is why you assume the router to be the enemy 2019-01-12T03:11:39 < BrainDamage> ^^^^ 2019-01-12T03:11:46 < BrainDamage> your network ends before the router 2019-01-12T03:12:10 < jadew> yeah, I should probably do something about that 2019-01-12T03:21:47 < BrainDamage> you just have your own router before the isp 2019-01-12T03:21:52 < BrainDamage> isp's* 2019-01-12T03:22:13 < BrainDamage> then they'll just hit a brick (fire)wall if they try to access your network 2019-01-12T03:22:30 < jadew> I used to, but port forwarding is easier with out it 2019-01-12T03:22:52 < jadew> the important stuff on the network behaves like it's on the internet anyway 2019-01-12T03:23:32 < jadew> so at least there's that, but yeah, I guess it's not a bad idea to get back to how things used to be 2019-01-12T03:24:15 < jadew> might need a more powerful router, I think another reason I gave up on that arrangement was because I wasn't getting maximum throughput 2019-01-12T03:25:27 < BrainDamage> consider also that ipv6 has no natting 2019-01-12T03:25:59 < BrainDamage> so your internal network, if ipv6 enabled, gets exposed to the interwebs 2019-01-12T03:26:39 < BrainDamage> I bet a ton of shit networking and security policies will be exposed as ipv6 gets more common 2019-01-12T03:26:57 < BrainDamage> read: you shouldn't rely on natting as firewall, you'll need explicit firewall rules 2019-01-12T03:30:43 -!- con3 [~kvirc@197.233.38.184] has joined ##stm32 2019-01-12T03:33:29 < jadew> that's indeed good to keep in mind 2019-01-12T03:35:19 < sync> well you *can* nat v6 2019-01-12T03:35:26 < sync> you might not want to do so, but you can 2019-01-12T03:37:04 < BrainDamage> it's not the configuration of nearly every ipv6 device around, you'll need to go out your way to do it 2019-01-12T03:37:26 < BrainDamage> so while default ipv4 hypothesis is nat, the opposite for ipv6 2019-01-12T03:45:40 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 250 seconds] 2019-01-12T04:02:14 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-12T04:04:44 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 250 seconds] 2019-01-12T04:04:44 -!- BrainDamage_ is now known as BrainDamage 2019-01-12T04:26:24 < fenugrec> is there supposed to be a non-obvious difference between bxcan periphs on F042 and F072 devices ? I just ported some code to F072 and it's stuck in automatic retransmit for some reason 2019-01-12T04:27:05 < fenugrec> they're both the same family, same RM0091... 2019-01-12T04:52:45 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 258 seconds] 2019-01-12T04:54:37 -!- con3 [~kvirc@197.233.38.184] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-12T05:25:07 -!- cnt [uid317556@gateway/web/irccloud.com/x-qhrquhmtbuwtwqsv] has quit [Quit: Connection closed for inactivity] 2019-01-12T05:26:16 < Laurenceb_123> maybe its not the peripheral but something to do with clocking 2019-01-12T05:32:24 -!- boB_K7IQ [~boBK7IQ@73.109.60.63] has joined ##stm32 2019-01-12T05:49:36 -!- cnt [uid317556@gateway/web/irccloud.com/x-dndbnmmrjgzsmbwi] has joined ##stm32 2019-01-12T06:19:21 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has quit [Ping timeout: 246 seconds] 2019-01-12T06:25:11 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2019-01-12T06:25:33 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-12T06:27:30 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 244 seconds] 2019-01-12T06:50:42 -!- boB_K7IQ [~boBK7IQ@73.109.60.63] has quit [Ping timeout: 250 seconds] 2019-01-12T06:57:36 -!- fc5dc9d4_ [~quassel@p57A32CCE.dip0.t-ipconnect.de] has joined ##stm32 2019-01-12T07:01:33 -!- fc5dc9d4 [~quassel@91.8.23.244] has quit [Ping timeout: 258 seconds] 2019-01-12T07:11:59 -!- Chris_M [~Chris_M@203-214-94-150.dyn.iinet.net.au] has joined ##stm32 2019-01-12T07:14:38 -!- boB_K7IQ [~boBK7IQ@73.109.61.132] has joined ##stm32 2019-01-12T07:35:16 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 260 seconds] 2019-01-12T07:36:36 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-12T07:56:08 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-12T07:59:10 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 250 seconds] 2019-01-12T07:59:15 -!- day__ is now known as day 2019-01-12T09:07:20 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-12T09:22:29 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2019-01-12T09:27:16 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2019-01-12T09:30:24 -!- boB_K7IQ [~boBK7IQ@73.109.61.132] has quit [Ping timeout: 268 seconds] 2019-01-12T09:30:45 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-12T09:35:07 -!- cnt [uid317556@gateway/web/irccloud.com/x-dndbnmmrjgzsmbwi] has quit [Quit: Connection closed for inactivity] 2019-01-12T09:42:54 -!- cnt [uid317556@gateway/web/irccloud.com/x-ikwrydnrodrswnrq] has joined ##stm32 2019-01-12T09:49:40 < cnt> pc shhpeaker 2019-01-12T09:57:29 < dongs> fucking this retarded opensores shit 2019-01-12T09:57:42 < dongs> libpng changed thier api from just directly taking shit out of png_info struct 2019-01-12T09:57:48 < dongs> into get_/put_ calls 2019-01-12T09:57:59 < dongs> and this fucking ancient DirectFB shit im using still uses the old api 2019-01-12T10:02:15 < dongs> woohoo it finally builds 2019-01-12T10:02:46 < cnt> yeah sounds beautiful https://en.wikipedia.org/wiki/DirectFB 2019-01-12T10:03:24 < dongs> ya did you see their homepage? < dongs> http://www.directfb.org/ l m a o 2019-01-12T10:04:07 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-12T10:04:45 < cnt> useless 2019-01-12T10:05:29 < dongs> im gonna guess this shit i just compiled on rageberry isnt gonna run on the other box because of lunix glibc/etc dll hell 2019-01-12T10:08:42 < dongs> Doing DirectFBInit (&argc, &argv) 2019-01-12T10:08:42 < dongs> Done DirectFBInit (&argc, &argv) 2019-01-12T10:08:43 < dongs> Usage: directfbtext fontfile fontsize r g b < input 2019-01-12T10:08:45 < dongs> whoa it ran 2019-01-12T10:09:04 -!- dunnousernamefn [~dunnouser@ool-43523ad8.dyn.optonline.net] has quit [Read error: Connection reset by peer] 2019-01-12T10:09:19 -!- dunnousernamefn [~dunnouser@ool-43523ad8.dyn.optonline.net] has joined ##stm32 2019-01-12T10:13:32 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 272 seconds] 2019-01-12T10:14:47 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-12T10:20:11 < dongs> http://bcas.tv/paste/results/ARhc9655.html 2019-01-12T10:20:12 < dongs> warez 2019-01-12T10:23:27 < zyp> idk what it is, but cute 2019-01-12T10:23:58 < dongs> im trying to print shit on top of wahtever's this settopbox is displaying 2019-01-12T10:23:59 < dongs> on screen 2019-01-12T10:24:21 < dongs> it uses some old directfb thats been vendor patched i guess to add all this extra shit 2019-01-12T10:25:19 < dongs> cant figure out how to print shit yet but i think i need to share the shit with overlay or something 2019-01-12T10:25:29 < dongs> the samples all want exclusive screen access 2019-01-12T10:27:34 < dongs> their api is kinda gay 2019-01-12T10:27:50 < dongs> apiptr->FuncName(apiptr, args) 2019-01-12T10:27:51 < dongs> like wat 2019-01-12T10:27:57 < dongs> wh the fuck not just FuncName(apiptr 2019-01-12T10:28:01 < dongs> why i need to type that shit twice 2019-01-12T10:35:53 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 245 seconds] 2019-01-12T10:48:51 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-12T10:58:55 < zyp> or just apiptr->FuncName(args) 2019-01-12T11:02:52 < PaulFertser> DirectFB is in C, so no implicit "this" pointer. 2019-01-12T11:04:39 < zyp> wait, so apiptr is a pointer to a struct, containing a function pointer named FuncName? 2019-01-12T11:05:39 < zyp> in that case, there shouldn't exist more than one instance of the struct, so passing it to the function seems kinda pointless 2019-01-12T11:12:40 < Thorn> in C, every instance of an object will contain pointers to all its methods 2019-01-12T11:14:01 < PaulFertser> zyp: see e.g. https://wiki.gumstix.com/index.php/How_to_get_started_with_DirectFB. , it's not only main interface but also arbitrary number of "surfaces". 2019-01-12T11:15:58 < cnt> There is currently no text in this page. You can search for this page title in other pages, or search the related logs, but you do not have permission to create this page. 2019-01-12T11:16:24 < cnt> :[ 2019-01-12T11:22:05 < PaulFertser> cnt: the url includes trailing dot 2019-01-12T11:23:34 * cnt SMASHES DISCORD 2019-01-12T11:23:40 < cnt> I mean IRCCLOUD 2019-01-12T11:23:46 < cnt> they're both fucked anyway 2019-01-12T11:24:46 < Steffanx> ircclown 2019-01-12T11:25:33 < PaulFertser> Apparently DirectFB allows all operations to be performed via some proxy, hence dynamic dispatch. 2019-01-12T11:28:40 < PaulFertser> DirectFB allows running multiple applications on same screen, and it also allows to use the API remotely. 2019-01-12T11:28:57 < Thorn> on the difference between compilers and interpreters https://youtu.be/0Ttw9ks05G4?t=1251 2019-01-12T11:35:25 < dongs> PaulFertser: so i should be able to draw on top of shit despite some app already using fb? 2019-01-12T11:36:18 < dongs> anyway ill look into it later 2019-01-12T11:36:30 < dongs> it takes like 20 clicks to exfiltrate built app from rageberry and copy to stb 2019-01-12T11:36:40 < dongs> i need to find a quicker way to get shit happening before i start trying random shit 2019-01-12T11:37:44 < PaulFertser> dongs: "Running multiple DirectFB applications at the same time" in README says it needs a specific build 2019-01-12T11:38:45 < PaulFertser> Thorn: heh, good old days without all those confusing VMs, JIT and AOT tricks. 2019-01-12T11:39:03 < Steffanx> Gobble gook :) 2019-01-12T11:39:04 < dongs> PaulFertser: hmm shitty. 2019-01-12T11:39:27 < dongs> where is this readme 2019-01-12T11:39:33 < dongs> and whats the capabiltiy option that shows its possible 2019-01-12T11:40:00 < PaulFertser> dongs: https://github.com/DirectFB/directfb/ 2019-01-12T11:40:22 < dongs> yeah, fusion is here 2019-01-12T11:43:50 < cnt> dogged it 2019-01-12T11:44:13 < cnt> seems like it's all in gobbledygook 2019-01-12T11:44:16 < dongs> rebuildilng my rageberry shit with multi 2019-01-12T11:44:26 < dongs> but i wonder if i really need to 2019-01-12T11:44:35 < dongs> because, im not using the libs, im just building an app using the libs 2019-01-12T11:44:40 < dongs> probly some #ifdef MULTI shit in headers tho 2019-01-12T11:44:43 < dongs> that disables stuff 2019-01-12T11:44:56 < dongs> and then the app uses libs taht are installed on stb 2019-01-12T11:45:04 < dongs> (whcih works, surprisingly, very very surprisingly) 2019-01-12T11:45:31 < dongs> Linux-Fusion header not found. Using EXPERIMENTAL Builtin Multi application core! 2019-01-12T11:45:34 < dongs> hmm gay 2019-01-12T11:45:35 < dongs> i dont want to install taht shit 2019-01-12T11:51:47 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2019-01-12T11:52:14 < PaulFertser> dongs: btw, I think if you can somehow make that original application not touch a specific part of the screen then you should be able to draw directly into framebuffer by whatever means you prefer. 2019-01-12T11:53:00 < dongs> im gonna reverse a couple more bin and see how they startup the directfb shit 2019-01-12T11:53:07 < dongs> because the gpu has so many different overlays and shit 2019-01-12T11:53:18 < dongs> i think i might be able to ex. take something that EPG overlay draws over and use that 2019-01-12T11:53:26 < dongs> maybe they're considered as separate 'screens' by the lib 2019-01-12T12:01:27 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Ping timeout: 252 seconds] 2019-01-12T12:01:38 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-12T12:15:12 < dongs> [2019-01-10 18:39:05.524] (*) DirectFB/Core: Multi Application Core. (2018-10-11 23:55) [ DEBUG ] 2019-01-12T12:15:15 < dongs> [2019-01-10 18:39:05.570] (*) Direct/Memcpy: Using libc memcpy() 2019-01-12T12:15:17 < dongs> [2019-01-10 18:39:05.586] (*) Fusion/SHM: Using MADV_REMOVE (3.10.24.0 >= 2.6.19.2) 2019-01-12T12:15:20 < dongs> yeah the STB directfb is multicore 2019-01-12T12:17:16 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:6430:87cf:5227:86ab] has joined ##stm32 2019-01-12T12:17:23 < dongs> PaulFertser: waht do you mean 'wahtever means you prefer'? there's no /dev/fb shit 2019-01-12T12:19:13 < PaulFertser> dongs: oh, so it uses some hardware directfb driver, ok. I assumed it's available through /dev/fb0. 2019-01-12T12:19:26 < dongs> yes, right 2019-01-12T12:19:35 < dongs> DirectFB/Graphics: ViXS Systems Inc XCODE VI (SDK) 1.0 (ViXS Systems Inc) 2019-01-12T12:19:45 < dongs> this shit does all teh drawing i guess, and allows multiple shit apps/whatever draw things 2019-01-12T12:20:13 < dongs> on boot there's no video until one of these starts up 2019-01-12T12:20:18 < dongs> all the blogging is via uart console 2019-01-12T12:20:25 < dongs> so i think lunixfb or whatever console doesnt even exist 2019-01-12T12:24:23 < dongs> VidDecAPI_MoveResize(638,44,644,366) 2019-01-12T12:39:38 -!- Jybz [~jibz@ip-37-201-5-47.hsi13.unitymediagroup.de] has joined ##stm32 2019-01-12T12:39:42 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:6430:87cf:5227:86ab] has quit [Quit: Konversation terminated!] 2019-01-12T12:42:57 < Steffanx> Sync happens to be around? I bet you know this. Car steering wheels often(always??) have this 5 bolt connector. Is this some official standard? 2019-01-12T12:43:12 < Steffanx> And happen to know the name 2019-01-12T12:43:43 < sync> bolt? 2019-01-12T12:43:49 < sync> no, there is no standard 2019-01-12T12:44:07 < Steffanx> Actually 5 holes foe bolts. 2019-01-12T12:44:10 < Steffanx> For 2019-01-12T12:44:20 < Steffanx> Or screws or whatever 2019-01-12T12:45:55 < sync> you mean aftermarket ones? 2019-01-12T12:46:52 < Steffanx> I mean like this: https://s.s-bol.com/imgbase0/imagebase3/large/FC/8/1/8/5/9200000080035818.jpg 2019-01-12T12:47:01 < Steffanx> (random pic) 2019-01-12T12:47:14 < Steffanx> Sorry i fail. Its 6 :P 2019-01-12T12:47:25 < sync> yes, and it is aftermarket 2019-01-12T12:47:28 < PeterM> i dont think there is a standard for it 2019-01-12T12:47:57 < PeterM> most oems are press fit+large central nut iirc 2019-01-12T12:48:18 < PeterM> or atleast fucking tight tfit 2019-01-12T12:48:58 < Steffanx> Hm so its no official standard. although they all seem the have it. 2019-01-12T12:49:04 < Steffanx> They = the after market stuff 2019-01-12T12:49:45 < sync> yeah 2019-01-12T12:49:45 < PeterM> yeah, i think its mostly so one manufactuerer can make one wheel, then jsut make a whole bunch of different mounting kits for a whole bunch of different makes and models 2019-01-12T12:52:14 < Steffanx> Ok. Ty :) 2019-01-12T12:57:27 < PeterM> somewhat related, doing a transmission swap on my car, considering putting flappy paddles on the wheel for shifting 2019-01-12T12:59:09 < Steffanx> Haha. :D 2019-01-12T12:59:18 < dongs> those are cool 2019-01-12T12:59:23 < dongs> ricerfags usually get them tho 2019-01-12T12:59:27 < dongs> to put on their hondas 2019-01-12T12:59:28 < dongs> or whaetver 2019-01-12T12:59:39 < dongs> i want the disabled gas/brake stuff on wheel 2019-01-12T12:59:44 < dongs> so i can be even more lazy than driving on cruisecontrol 2019-01-12T13:01:14 < PeterM> the other option was just a gear hold paddle/button, since its an auto would be nice for thrashing it 2019-01-12T13:10:24 < zyp> dongs, the what? 2019-01-12T13:11:00 < zyp> D/B mode selection? 2019-01-12T13:11:07 < PaulFertser> For driving without legs? I fail to see how that can be more easy/lazy. 2019-01-12T13:12:39 -!- oz4ga [~tim@hator.sunsite.lv] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2019-01-12T13:30:01 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-12T13:30:04 -!- Drzacek [~Drzacek@200116b800be4f009c279de131dc6535.dip.versatel-1u1.de] has joined ##stm32 2019-01-12T14:15:17 < Steffanx> Imagine doing it without hands (and no not a self-driving car) PaulFertser. A foot steer is actually a thing in the dutchland. 2019-01-12T14:15:46 < dongs> zyp wat? 2019-01-12T14:16:53 < PaulFertser> Steffanx: sounds dangerous, especially to the cyclists and motobikers... 2019-01-12T14:18:49 < Steffanx> Idk PaulFertser, when you're used it it... i wonder if it makes a real differents 2019-01-12T14:19:11 < Steffanx> http://www.mobiel-prototypebouw.nl/images/aanpassingen-bestelbus-auto/vlak-voetstuur-02.jpg bad pic, but .. you get the idea. 2019-01-12T14:20:10 < PaulFertser> Heh. I hope they do not drive aggressively then. 2019-01-12T14:22:17 < dongs> zyp, if youre talkign about gas/brake shit, you can get official (or aftermarket?) thingies where you can control gas/brake by paddles-like thing on the steering wheel. for people who drive wihtout legs or whatever. 2019-01-12T14:23:30 < Steffanx> it doesnt even look that hard PaulFertser https://youtu.be/4fDAo2MN92Q?t=142 2019-01-12T14:23:46 < Steffanx> and dont forget in dutchland we have bike lanes :P 2019-01-12T14:31:46 -!- bitrot [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-12T14:31:54 < sync> ah, system kempf 2019-01-12T14:31:57 < sync> yeah 2019-01-12T14:31:58 < sync> they are around 2019-01-12T14:32:04 < PaulFertser> Steffanx: imho that's a lame example, it doesn't show how an ordinary person is able to properly control the car in a relatively crowded and dynamic city conditions. 2019-01-12T14:32:06 < sync> super fucking strange to drive iti tho 2019-01-12T14:34:39 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 258 seconds] 2019-01-12T14:34:41 < Steffanx> true, but the woman actually drives it like that. sadly she doesnt show 2019-01-12T14:35:08 -!- cnt [uid317556@gateway/web/irccloud.com/x-ikwrydnrodrswnrq] has quit [Quit: Connection closed for inactivity] 2019-01-12T14:35:59 < sync> there is also the system franz 2019-01-12T14:36:10 < sync> which has bicycle style crank for the steering 2019-01-12T14:36:16 < sync> that is even stranger 2019-01-12T14:36:22 < sync> but makes more sense anatomically 2019-01-12T14:36:22 < jpa-> i wonder why it is a wheel and not just direction pedals like in an aircraft 2019-01-12T14:36:35 < sync> because that is more hassle to make 2019-01-12T14:36:47 < sync> you still have to work with a regular steering boxxy 2019-01-12T14:36:51 < PaulFertser> And because you need the other leg to control throttle and brakes. 2019-01-12T14:37:15 < jpa-> aircraft pedals usually have brakes controlled with the tip of your foot 2019-01-12T14:37:20 < jpa-> (toes? ;) 2019-01-12T14:37:38 < PaulFertser> Also, I guess control precision wouldn't be enough. 2019-01-12T14:39:38 < PaulFertser> You have several times 360 degrees with a regular steering wheel. Hm, but otoh motorbike steering works just fine. No idea how to explain that. 2019-01-12T14:41:16 -!- pulsar [~PLS@2a01:4f8:130:4029::1:7] has joined ##stm32 2019-01-12T14:41:31 < sync> you don't have very high steering forces in a motorcycle 2019-01-12T14:41:52 < sync> and you don't need very large inputs most of the time 2019-01-12T14:42:14 < sync> as you cannot turn the handlebar suddenly to one side like you can in a car 2019-01-12T14:55:37 < PaulFertser> Steering forces are not too relevant with modern power steering. Large inputs are not mostly needed with the cars too. Rally racers use about 540 degrees while regular cars might have 1080+ . 2019-01-12T15:00:20 -!- sterna [~Adium@h-235-5.A357.priv.bahnhof.se] has joined ##stm32 2019-01-12T15:04:26 < PaulFertser> F1 cars have 360 degrees. 2019-01-12T15:08:19 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:29c7:294f:11e2:4481] has joined ##stm32 2019-01-12T15:08:35 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:29c7:294f:11e2:4481] has quit [Client Quit] 2019-01-12T15:21:47 < PaulFertser> Steffanx: https://www.youtube.com/watch?v=I_kgMO_l2ys 2019-01-12T15:22:25 < Steffanx> heh PaulFertser D 2019-01-12T15:22:26 < Steffanx> :D 2019-01-12T15:22:40 < PaulFertser> Manual transmission 2019-01-12T15:24:27 < Steffanx> Captain Cup :) 2019-01-12T15:24:43 < Steffanx> Nah, he's got good arms, so looks like a proper solution to me :) 2019-01-12T15:24:52 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-12T15:31:54 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-12T15:32:19 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-12T15:32:58 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2019-01-12T15:33:14 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-12T15:37:45 -!- bitrot [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 244 seconds] 2019-01-12T16:07:07 < dongs> so uh what is modern way to work with spartan6, surely tehre's something better than isntalling ISE in vmware.. 2019-01-12T16:09:12 < Thorn> there is something better: downloading a VM with preinstalled ISE 2019-01-12T16:09:47 < Thorn> I even got it to work with platform cable connected to the host but only on a mac 2019-01-12T16:10:16 < dongs> really? 2019-01-12T16:10:39 < specing> no opensores, closedsores! 2019-01-12T16:11:14 < dongs> Thorn: wehre? 2019-01-12T16:11:37 < dongs> https://www.xilinx.com/support/documentation/sw_manuals/xilinx14_7/ug1227-spartan6-vm-windows10.pdf 2019-01-12T16:11:45 < Thorn> there is an opensores synthethis toolkit (supporting much more modern verilog than ISE too but not VHDL) but afaik nobody is working on adding s-6 support to it 2019-01-12T16:11:54 < dongs> yeah no. 2019-01-12T16:11:56 < dongs> i want shit that works 2019-01-12T16:12:10 < dongs> i dont know enough about this shit to fuck with it, i just want working stuff 2019-01-12T16:12:39 < Thorn> you may also try this https://stackoverflow.com/questions/48219896/ise-design-suite-14-7-ise-spartan-6-virtual-machine-vm-for-windows-10 2019-01-12T16:13:16 < dongs> thats the old trick that i recall failed some way otr another 2019-01-12T16:13:18 < dongs> ill jsut do vm 2019-01-12T16:13:36 < dongs> oh fucking gross 2019-01-12T16:13:38 < dongs> that VM is lunix 2019-01-12T16:13:41 < dongs> fuck 2019-01-12T16:13:51 < Thorn> of course, what else 2019-01-12T16:13:55 < dongs> at that point i might as well just install win7 and install ISE myself... 2019-01-12T16:14:01 < dongs> well iw anted shit that WORSK 2019-01-12T16:14:02 < Thorn> did you expect licensed wiendows inside? 2019-01-12T16:14:14 < Thorn> it works 2019-01-12T16:14:18 < dongs> why would they need to be licensed 2019-01-12T16:14:21 < Thorn> it's freaking slow but works 2019-01-12T16:14:25 < specing> ISE works better on Linux than on windows 2019-01-12T16:14:39 < dongs> we must have wildly different definitions of "works" 2019-01-12T16:16:06 < malinus> Will stm32 ever start making high-end cheap m7's with no flash or will it just die to nxp? 2019-01-12T16:16:22 < dongs> whats the big deal about m7 2019-01-12T16:16:41 < Thorn> there is h750 iirc with a little internal flash 2019-01-12T16:16:43 < malinus> cheap, fast (more cache etc.). 2019-01-12T16:16:44 < specing> malinus: considering that you can get a chinese cortex-a* for the price of an m4... 2019-01-12T16:18:25 < malinus> yeah half the price of stm32f4, not all m4's 2019-01-12T16:21:13 < malinus> I doubt any western companies use counterfeit chips anyway. At least none who produce volume. So it's not a fair comparison. 2019-01-12T16:21:29 < specing> counterfeit? 2019-01-12T16:21:49 < specing> stuff like allwinner and rockchip 2019-01-12T16:22:03 < specing> they don't do counterfeits of western chips 2019-01-12T16:22:13 < specing> and mediatek 2019-01-12T16:22:48 < dongs> yeah they just stuff them full of stolen IP 2019-01-12T16:22:58 < dongs> to the point where they don't even have docs for the shit they put in there 2019-01-12T16:23:04 < dongs> like allwhiner has a mpeg2ts input port 2019-01-12T16:23:11 < dongs> thats completely undocumented 2019-01-12T16:24:23 < Thorn> how do they manage to synthesize all of it without any help from IP vendors? 2019-01-12T16:24:37 < dongs> shrug 2019-01-12T16:28:08 < dongs> oh i already had a winxp vm 2019-01-12T16:28:09 < dongs> with ISE 2019-01-12T16:28:10 < dongs> in it 2019-01-12T16:29:08 < specing> lol 2019-01-12T16:29:38 < malinus> specing: meh, cheapest allwinner cortex-a is still $2+ 2019-01-12T16:29:47 < dongs> and cheapest m7 is way more 2019-01-12T16:29:49 < dongs> your point??? 2019-01-12T16:30:17 < malinus> dongs: no it isn't. 2019-01-12T16:30:29 < malinus> and that's my point 2019-01-12T16:30:47 < dongs> its not? 2019-01-12T16:30:55 < dongs> well please link me to some cortex m7s for <$2 2019-01-12T16:33:39 < malinus> well all the nxp rt's series. You can get them all for less than $2 in 1M+ volume. 2019-01-12T16:33:48 < dongs> https://www.aliexpress.com/item/chinatrash/32241350256.html found the xc6 breakout board i have 2019-01-12T16:36:03 < Thorn> almost twice as expensive as a slx16 + sdram board that I have 2019-01-12T16:36:30 < dongs> well thats not what i paid for it 2019-01-12T16:36:41 < dongs> the pic matches, im just looking for schematic or whatever 2019-01-12T16:36:47 < dongs> but looks like the jtag port is standard platform cable thing 2019-01-12T16:37:07 < dongs> and led pin#s are labeled 2019-01-12T16:40:09 < dongs> >> this didnt fucking work, loll 2019-01-12T16:40:18 < dongs> got some nice comments in last verilog i tried to fuck wiht 2019-01-12T16:42:33 < Laurenceb_123> lel the state of wambulances in uk 2019-01-12T16:43:07 < Laurenceb_123> >they tansport intensive care patients in wambulances using intensive care kit running off 240vac from an inverter off the battery 2019-01-12T16:43:30 < Laurenceb_123> >its all shitty consumer grade kit, if it fails the patient dies 2019-01-12T16:45:53 < Thorn> attn dongs https://www.xilinx.com/support/answers/62380.html 2019-01-12T16:45:58 < Thorn> not sure if works 2019-01-12T16:46:36 < dongs> Thorn: yea i saw that 2019-01-12T16:46:38 < dongs> i was gonna fuck with it but 2019-01-12T16:46:43 < dongs> i checked vmware folder on my nas 2019-01-12T16:46:50 < dongs> and i already made a xp + ise14.7 in like 2014 2019-01-12T16:46:54 < dongs> and it seems to be working OK 2019-01-12T16:46:57 < dongs> so no need to fuck with shit 2019-01-12T16:53:40 < dongs> '1': IDCODE is '24001093' (in hex). 2019-01-12T16:53:40 < dongs> '1': : Manufacturer's ID = Xilinx xc6slx9, Version : 2 2019-01-12T16:53:41 < dongs> nice 2019-01-12T16:53:43 < dongs> shit works 2019-01-12T17:00:06 < specing> malinus: 1M+ volume? LOL 2019-01-12T17:00:16 < specing> we ain't Apple 2019-01-12T17:04:05 < specing> Laurenceb_123: if that means they can have 5 ambulances for the price of 1, that is a net win for society 2019-01-12T17:04:08 < Thorn> holy crap did you actually have to plug joystick into an IC socket on the motherboard https://youtu.be/VWcuh8QLlBc?t=221 2019-01-12T17:17:11 < bitmask> is it ok to leave mosfets connected to a power source if the MCU which controls the gate is off? 2019-01-12T17:18:39 < dongs> you better pull the gate to the state you want it to be by default 2019-01-12T17:18:42 < dongs> i.e. up or down 2019-01-12T17:18:51 < bitmask> yea I did that 2019-01-12T17:18:57 < bitmask> its pulled down 2019-01-12T17:18:58 < dongs> then who cares. 2019-01-12T17:19:00 < bitmask> ok 2019-01-12T17:19:25 < dongs> in my current shitty lowpower design thats what i did, i ahve a fet that gates boost converter + other shit 2019-01-12T17:19:31 < dongs> that stm turns on after wake up 2019-01-12T17:19:41 < dongs> and when it goes to standby, stm pin goes highz, and pulldown turns shit off 2019-01-12T17:19:54 < bitmask> I shoulda done that for my bucks, oh well 2019-01-12T17:23:42 < dongs> not all converters will actually disconnect in from out 2019-01-12T17:23:43 < dongs> when disabled 2019-01-12T17:24:02 < dongs> shit will be just vin - coil R - vout 2019-01-12T17:25:16 < bitmask> well I guess one always has to be on when the power switch is on, thats what powers the mcu, but the second I was between using a mosfet on the input or the output and opted for the output because I wasn't sure if I wanted to do some pwm with it, it wont be a big deal though 2019-01-12T17:32:25 < Laurenceb_123> https://imgoat.com/uploads/ecca5b6365/184584.jpg 2019-01-12T17:36:19 < dongs> unfunny as usual 2019-01-12T17:41:41 < Thorn> does misra rule 14.7 (no early return) lead to increased cyclomatic complexity? 2019-01-12T17:43:42 < Steffanx> misra > complexity :P 2019-01-12T17:43:50 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:294a:c066:3ff0:c5f6] has joined ##stm32 2019-01-12T17:44:34 < dongs> "As a rule of thumb, Rule xxx shall only be used in cases where it makes the code more readable." 2019-01-12T17:45:12 < dongs> https://doc.micrium.com/display/kernel304/MISRA-C2004+Rule+14.7+Required heh 2019-01-12T17:48:34 < Steffanx> :) 2019-01-12T17:48:54 < Steffanx> kinda a stupid argument though "we prefer". 2019-01-12T17:55:59 < Steffanx> yeah 2019-01-12T17:57:08 < mawk> https://doc.micrium.com/display/kernel304/MISRA-C2004+Rule+8.5+Required 2019-01-12T17:57:11 < mawk> I don't understand 2019-01-12T17:57:20 < mawk> they quote an offending code that doesn't offend anything 2019-01-12T17:57:28 < mawk> since it's just a macro that in fine declares as extern 2019-01-12T17:57:40 < mawk> so it's just a declaration, not a definition 2019-01-12T17:59:04 < mawk> https://doc.micrium.com/display/kernel304/MISRA-C2004+Rule+17.4+Required 2019-01-12T17:59:12 < mawk> that rule breaking is undefendable 2019-01-12T17:59:16 < mawk> lol 2019-01-12T17:59:30 < mawk> "we won't comply because it's common practice" 2019-01-12T17:59:35 < mawk> I see 2019-01-12T17:59:45 < Steffanx> but this: https://doc.micrium.com/display/kernel304/MISRA-C2004+Rule+17.4+Required .. 2019-01-12T18:00:01 < Steffanx> C has pointers but we dont want to have you use pointers so you cannot do it. 2019-01-12T18:01:13 < mawk> ((void (*)(void))((uint8_t *)p + 0x20))(); 2019-01-12T18:01:19 < mawk> they don't want stuff like this probably 2019-01-12T18:02:01 < mawk> yeah 2019-01-12T18:04:36 < mawk> while (*s++) putchar(*s); 2019-01-12T18:04:57 < dongs> my gawd planhead shit is so fucking annoying as fuck holy shit 2019-01-12T18:05:05 < dongs> changing some pins and making a new ucf = 200 clicks 2019-01-12T18:05:13 < dongs> adn it doesnt save previously used locations or anything 2019-01-12T18:05:22 < dongs> so you have eto basically export teh shit as new every fucking time 2019-01-12T18:05:24 < dongs> such shit 2019-01-12T18:05:30 < dongs> i think its written in a mix of QT and TCL 2019-01-12T18:06:11 < mawk> lol 2019-01-12T18:06:18 < dongs> is eggdrop stil around 2019-01-12T18:06:24 < mawk> yeah 2019-01-12T18:06:26 < dongs> i would have expected it to be deader than BSD 2019-01-12T18:06:28 < dongs> by now 2019-01-12T18:08:44 < dongs> great. 2019-01-12T18:08:53 < dongs> ater i exported new ucf from shitahead, now it doesnt map 2019-01-12T18:09:04 < dongs> because a random button is on some clock iobuf 2019-01-12T18:09:10 < dongs> no i deleted the original 2019-01-12T18:09:16 < dongs> and no its completely different 2019-01-12T18:09:19 < dongs> old one looked handwritten 2019-01-12T18:09:22 < dongs> or moaybe with some otehr gay tool 2019-01-12T18:09:26 < dongs> new shit looks autogenerated 2019-01-12T18:11:19 < Steffanx> Cracki, it does mandate that. by rule 14.7. https://doc.micrium.com/display/kernel304/MISRA-C2004+Rule+14.7+Required 2019-01-12T18:12:32 < Steffanx> not going to look up the official page 2019-01-12T18:13:05 < mawk> https://doc.micrium.com/pages/viewpage.action?pageId=15705866 2019-01-12T18:13:19 < mawk> on the index table on the left they say alternatively µC/OS and uC/OS 2019-01-12T18:13:26 < mawk> that doesn't look very professionnal 2019-01-12T18:13:43 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2019-01-12T18:14:28 < Steffanx> true, but by ignoring that they also have to break the break rule. 2019-01-12T18:15:02 < mawk> ah yeah Cracki 2019-01-12T18:15:09 < mawk> it's alternatively µC/OS and uC-OS 2019-01-12T18:15:10 < mawk> even worse 2019-01-12T18:16:31 < mawk> µC/OS™ 2019-01-12T18:17:13 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-12T18:17:36 < Steffanx> When will CrackiOS be a thing. 2019-01-12T18:17:53 < Steffanx> for all your AVR multitasking. 2019-01-12T18:18:53 < bitmask> https://imgur.com/a/uRjV2es 2019-01-12T18:19:17 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 258 seconds] 2019-01-12T18:19:30 < bitmask> finally added a power switch 2019-01-12T18:20:42 < bitmask> of course 2019-01-12T18:21:03 < bitmask> 128x32 pixels is plenty 2019-01-12T18:21:24 < Steffanx> Did you get rid of all the wires properly bitmask ? > a "bomb fest" wouldnt be nice. 2019-01-12T18:22:18 < bitmask> working on it. my gf made pouches for all the panels, now I just need to sew in paths for the wires to hide behind in the hoodie 2019-01-12T18:22:45 < Steffanx> Soon your gf will take youe hoodie? :d 2019-01-12T18:23:18 < bitmask> noes! I will have to add a bomb to it now as a security measure :P 2019-01-12T18:27:40 < bitmask> I may need to ordered some precrimped wires, mine are questionable... 2019-01-12T18:27:50 < bitmask> maybe I should just buy a better crimper 2019-01-12T18:27:54 -!- oz4ga [~tim@hator.sunsite.lv] has joined ##stm32 2019-01-12T18:28:11 < bitmask> what kinda crimper do you use for small jst and stuff 2019-01-12T18:28:48 < bitmask> wow, thank you for that valuable information 2019-01-12T18:29:01 < Steffanx> is it hte 13 dollar one from ebay? 2019-01-12T18:29:06 < Steffanx> or aliexpress 2019-01-12T18:29:18 < dongs> https://www.sparkfun.com/products/retired/10219 2019-01-12T18:29:24 < dongs> sparkJEWs used to sell this jap tool 2019-01-12T18:29:26 < dongs> i have it 2019-01-12T18:29:38 < dongs> and yeah uhhhhhhhh crimping your own jst is fuckign aids 2019-01-12T18:29:48 < dongs> its so gay i just let china do it even if its for like 10 wires 2019-01-12T18:29:50 < dongs> its just not worth my time 2019-01-12T18:29:52 < bitmask> yea mine is just the standard ratcheting one but the dies are so thick, if I use thick wire then the crimper just destroys the wire 2019-01-12T18:32:38 < englishman> yeah NEVER do that shit 2019-01-12T18:32:47 < englishman> just buy some precrimped and shove them into JSTs 2019-01-12T18:32:53 < englishman> by the 100 2019-01-12T18:32:59 < bitmask> that sparkfun one looks like it would solve my problem but I may just order em 2019-01-12T18:33:11 < englishman> crimping is for chinamen and chinamen only 2019-01-12T18:33:59 < englishman> so hdmi 2.1 is just displayport 1.5 2019-01-12T18:35:36 < dongs> is it? they r eplaced clk lane with another diff dat apair right 2019-01-12T18:37:38 < kakimir> where are you dongs? 2019-01-12T18:42:41 < englishman> yeah packets and 4 diffpairs 2019-01-12T18:43:11 < englishman> @ 12Gb/s 2019-01-12T18:59:19 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has quit [Ping timeout: 246 seconds] 2019-01-12T19:10:06 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 244 seconds] 2019-01-12T19:22:24 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-12T19:22:34 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-12T19:53:49 < bitmask> https://www.aliexpress.com/store/product/17MM-13MM-Fan-rivet-North-south-rivet-Spring-rivet-Heat-sinks-fasteners/116524_32820058957.html 2019-01-12T19:54:23 < Steffanx> ty 2019-01-12T19:54:48 < bitmask> yw 2019-01-12T19:54:57 < Steffanx> lol 2019-01-12T20:02:54 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 246 seconds] 2019-01-12T20:06:21 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-12T20:22:53 < englishman> what are some non-fpga, non-lunix ways to receive lvds 2019-01-12T20:28:54 < englishman> i.mx8 without lunix possibly 2019-01-12T20:30:44 < mawk> I should pull up the spi pins ? 2019-01-12T20:31:29 < mawk> even the clock ? that sounds weird 2019-01-12T20:33:48 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-12T20:35:46 < jpa-> englishman: depending on speed, slap a LVDS deserializer chip on STM32 DCMI interface? 2019-01-12T20:36:22 < englishman> ah yeah, considered a cortex-m for about 5 minutes but most of these sensors are 480mbit+ per channel 2019-01-12T20:36:34 < englishman> up to 600mbit/s 2019-01-12T20:36:49 < jpa-> ah 2019-01-12T20:37:03 < englishman> interface has to be usb3 as well 2019-01-12T20:37:12 < Steffanx> englishman stopped assembling and got a shitload of time for pro-projects now? 2019-01-12T20:37:39 < englishman> the previous generation of this product is pushing 400mbyte/s+ over usb3 and this new one will be higher res and fps 2019-01-12T20:37:53 < zyp> sounds like what people will do fpga+fx3 for 2019-01-12T20:37:56 < englishman> yes although i still have some assembly to do :( 2019-01-12T20:38:00 < englishman> yes that is the previous gen 2019-01-12T20:38:06 < englishman> spartan6+fx3 2019-01-12T20:38:15 < englishman> but the fpga guys left 2019-01-12T20:38:29 < englishman> so it will be me hacking together some shit on a zynq 2019-01-12T20:38:29 < zyp> well, fpga+fx3 is gonna be the best solution still 2019-01-12T20:38:31 < englishman> rip, company 2019-01-12T20:38:38 < englishman> yes it looks like it 2019-01-12T20:38:58 < englishman> cool part is then i can put it together on some cool ass 10 layer 2019-01-12T20:39:04 < zyp> fun 2019-01-12T20:39:06 < englishman> and add fpga pro to the CV 2019-01-12T20:39:29 < englishman> but of course i should prevent that solution and 1-2 others 2019-01-12T20:39:47 < englishman> i.mx8 would be cool, as it will probably be used in another product as well 2019-01-12T20:40:10 < zyp> I worked on a 10L board once, idk how it went, the board went to fab right before my last day at that company :p 2019-01-12T20:40:27 < Steffanx> Does the company still exist? 2019-01-12T20:40:47 < jpa-> fx3 + deserializer chip (like SN65LV1224) might work also 2019-01-12T20:41:00 < zyp> I assume so, but they went bankrupt a year ago or something 2019-01-12T20:41:03 < jpa-> not as flexible as fpga but less coding to do 2019-01-12T20:41:48 < zyp> ah, june last year 2019-01-12T20:41:56 < englishman> i wonder if that would indeed be an option 2019-01-12T20:43:02 < zyp> as long as the data doesn't need any reformatting 2019-01-12T20:43:22 < jpa-> and as long as FX3 can meet your buffering needs 2019-01-12T20:43:54 < englishman> indeed there is a little arm9 2019-01-12T20:44:29 < englishman> hmm 100MHz gpios tho 2019-01-12T20:44:41 < englishman> no, buffering would definitely be needed 2019-01-12T20:44:45 < Steffanx> id dump in a zynq and rule the world. 2019-01-12T20:45:25 < englishman> save dropping in 8x deserializers 2019-01-12T20:51:53 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Read error: Connection reset by peer] 2019-01-12T21:01:25 -!- cnt [uid317556@gateway/web/irccloud.com/x-gxrrrmtdqlnxcrac] has joined ##stm32 2019-01-12T21:03:12 < Steffanx> OH NO 2019-01-12T21:03:21 < mawk> what 2019-01-12T21:03:31 < Steffanx> Stvn woke up 2019-01-12T21:03:46 < mawk> it's early 2019-01-12T21:06:30 < Steffanx> Yea 2019-01-12T21:06:58 < cnt> It is dog 2019-01-12T21:07:18 < Steffanx> dog o'clock 2019-01-12T21:09:09 < cnt> https://usercontent.irccloud-cdn.com/file/GcdkqmDa/it+is+dog.JPG 2019-01-12T21:10:58 < Steffanx> Déjà vu 2019-01-12T21:11:04 < cnt> Woof 2019-01-12T21:12:08 < Steffanx> Next time, drink a coffee before you join ##stm32, cnt 2019-01-12T21:13:19 < cnt> What is ##stm32 2019-01-12T21:14:46 < cnt> It is cold 2019-01-12T21:14:56 < Steffanx> !wz melbourne 2019-01-12T21:14:58 < englishbot> [Melbourne, Australia] Clear. Temp is 13.2°C. Humidity: 87%. 2019-01-12T21:15:05 < Steffanx> !wz groningen 2019-01-12T21:15:06 < englishbot> [Groningen, Netherlands] Overcast. Temp is 7.9°C. South wind: 4.3 kph. Humidity: 81%. 2019-01-12T21:15:22 < Steffanx> !wz cold 2019-01-12T21:15:23 < englishbot> [Cold Lake, Canada] Partly Cloudy. Temp is -8.9°C but feels like -13°C. SW wind: 6.4 kph. Humidity: 78%. 2019-01-12T21:15:45 < BrainDamage> cold lake is cold 2019-01-12T21:15:58 < cnt> Indeed 2019-01-12T21:17:12 < cnt> https://usercontent.irccloud-cdn.com/file/l78TAEa6/crt.JPG 2019-01-12T21:20:22 < Steffanx> Whats a crt? 2019-01-12T21:20:56 < cnt> One for the dogs 2019-01-12T21:33:39 < HighInBC> Steffanx: an ancient technology that allowed tvs to be as thick are they are wide 2019-01-12T21:33:45 < HighInBC> and weight as much as a thousand suns 2019-01-12T21:35:33 < Steffanx> hah, so cnt is a fat arse. 2019-01-12T21:43:41 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-12T21:47:40 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-12T22:05:21 < englishman> 10% of spacex employees fired 2019-01-12T22:05:33 < englishman> told to go home and wait for an email that said if they kept their job 2019-01-12T22:06:26 -!- pulsar is now known as pulsar256 2019-01-12T22:07:48 < Steffanx> sores englishman ? 2019-01-12T22:08:33 < englishman> news 2019-01-12T22:08:38 < Steffanx> ty 2019-01-12T22:15:06 < zyp> https://bin.jvnv.net/file/V7zgX.jpg 2019-01-12T22:15:13 < zyp> got all the cat6 terminated in this end 2019-01-12T22:15:19 < zyp> (and none in the other end so far) 2019-01-12T22:18:15 -!- Drzacek [~Drzacek@200116b800be4f009c279de131dc6535.dip.versatel-1u1.de] has quit [Quit: Leaving] 2019-01-12T22:18:19 < englishman> did you also get a new bed at Ikea? if so, how are the mattresses? 2019-01-12T22:20:30 < zyp> got a bed at ikea three years ago, mattresses are still comfy 2019-01-12T22:21:44 < zyp> idk how to judge mattresses objectively though 2019-01-12T22:21:52 < zyp> might be I just prefer it because I'm used to it 2019-01-12T22:24:01 < englishman> the price is pretty good vs. local scammers 2019-01-12T22:26:33 < bitmask> looks for some CC led driver ics, any thoughts on the cl6807 2019-01-12T22:26:37 < bitmask> looking* 2019-01-12T22:27:17 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-12T22:27:22 < Laurenceb_123> A study by Robert J. Lilly estimates that a total of 14,000 civilian women in England, France and Germany were raped by American GIs during World War II.[27] 2019-01-12T22:40:58 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Ping timeout: 268 seconds] 2019-01-12T22:41:35 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Read error: Connection reset by peer] 2019-01-12T22:45:09 -!- Dave_Elec [~Dave@197.156.118.11] has joined ##stm32 2019-01-12T22:47:51 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-12T22:52:25 -!- Jybz [~jibz@ip-37-201-5-47.hsi13.unitymediagroup.de] has quit [Quit: Konversation terminated!] 2019-01-12T22:53:04 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2019-01-12T22:57:21 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-12T23:12:18 < aandrew> hm, in altiudumb with a panel (embedded board arrays) is it possible to measure the location of a component (fiducial) on the panel itself and a component (e.g. a fidiucial) on one of the embedded boards? 2019-01-12T23:12:39 < aandrew> I can't select any components on the embedded panels, and all I can pick up is the x,y of the embedded board 2019-01-12T23:12:46 < aandrew> so I guess I can calculate from there but that's... subpar 2019-01-12T23:15:25 < aandrew> maybe I can do this directly from the gerbers 2019-01-12T23:17:17 * karlp lols irl at malinnus quoting nxp budgetary pricing for million+ volumes 2019-01-12T23:17:19 < karlp> nice one. 2019-01-12T23:18:16 < aandrew> whos' malinnus 2019-01-12T23:19:55 < karlp> mawk: are you actuallly trying to use mucous2/3 in something? 2019-01-12T23:20:10 < zyp> englishman, that's the thing about ikea, they have decent stuff at decent prices 2019-01-12T23:23:07 < karlp> mostly, thye also have junk at pretty junnnk prices 2019-01-12T23:23:18 < karlp> and they also have pretty ordinary stuff at not much cheaper than custum prices sometimes 2019-01-12T23:23:19 < zyp> yeah, you pretty much get what you pay for 2019-01-12T23:23:52 < karlp> we got semi custom cupboards put in recentlyt,t and they were more flexible, way better fit, and onyl abaaout 30% more expensive than ikea's non-solution 2019-01-12T23:24:35 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-12T23:25:43 < karlp> inspired by your router update zyp, I'ðm updating minne :) 2019-01-12T23:25:49 < zyp> I like that it's «only 30%» :) 2019-01-12T23:25:55 < zyp> hehe 2019-01-12T23:26:02 < karlp> well, it'ss wayyyyy better than what ikea was offering. 2019-01-12T23:26:07 * karlp shhrugs 2019-01-12T23:26:19 < karlp> ikea's great, but there's other options :) 2019-01-12T23:26:48 < zyp> sure, 30% is easy enough to justify, but not totally insignificant 2019-01-12T23:27:01 < zyp> and yeah 2019-01-12T23:27:38 < zyp> ikea's customer support is also great 2019-01-12T23:29:05 < zyp> was missing some parts for a table I assembled the other day, so I dropped by the support desk and asked for them 2019-01-12T23:29:33 -!- cnt [uid317556@gateway/web/irccloud.com/x-gxrrrmtdqlnxcrac] has quit [Quit: Connection closed for inactivity] 2019-01-12T23:29:59 < zyp> «also, while you're at it, can I also have these parts for attaching this thing to the wall? I've just moved and I'm not sure where they went» «yeah, sure» 2019-01-12T23:30:06 < karlp> nice. updated and didn't even drop the ssh session 2019-01-12T23:30:16 < karlp> yerah, ikea support is pretty great 2019-01-12T23:30:25 < zyp> turned out they didn't have some of the brackets in stock, so they had them shipped free of charge 2019-01-12T23:30:42 < zyp> and yeah 2019-01-12T23:30:54 < mawk> mucous karlp ? 2019-01-12T23:31:04 < zyp> kitchen tap was leaky, replaced without any hassle 2019-01-12T23:31:12 < mawk> ah µC/OS™ 2019-01-12T23:31:27 < mawk> no it's just dongs that linked the site 2019-01-12T23:31:34 < mawk> you used it already ? 2019-01-12T23:31:54 < zyp> and like I mentioned the other day, they started a 20% discount campain right after I bought a kitchen hood, got the 20% refunded after asking 2019-01-12T23:32:02 < Steffanx> But the parts should be missing in the first place. 2019-01-12T23:32:12 < Steffanx> And the tap shouldnt leak :P 2019-01-12T23:32:31 < Laurenceb_123> https://www.dailymail.co.uk/news/article-6573057/Bizarre-prototypes-military-equipment-revealed-Ghana.html 2019-01-12T23:32:39 < zyp> Steffanx, yeah, nobody should fuck up, ever 2019-01-12T23:32:55 < Steffanx> Yes, but ikea is known for missing parts. 2019-01-12T23:33:08 < zyp> that's not my experience 2019-01-12T23:33:18 < Steffanx> Hm in dutchland it is 2019-01-12T23:33:44 < zyp> are you speaking from firsthand experience or word of mouth? 2019-01-12T23:34:28 < Steffanx> Both. 2019-01-12T23:35:12 < Steffanx> But based on a single sample personal experience 2019-01-12T23:35:16 < zyp> I'm inclined to believe a lot of people complaining about missing parts managed to lose them themselves :p 2019-01-12T23:35:25 < Steffanx> So perhaps not completely fair 2019-01-12T23:36:01 < karlp> mawk: used ucos2 in uni, a few months back, seeing them mention it was now "free for makers" I signed up and downloaded it all,l was going to do some comparisons 2019-01-12T23:36:25 < karlp> but it's a great big pile of unrneadable macros and old school code and I just decided I wasn't interested in spending the time on it. 2019-01-12T23:37:19 < zyp> are there any decent modern rtoses? 2019-01-12T23:37:35 < zyp> modern as a counterpoint to old school code 2019-01-12T23:38:23 * karlp shrugs 2019-01-12T23:38:30 < qyx> do you mean some rust-ware? 2019-01-12T23:38:32 < karlp> mucos just felt like it was stuck whhere it had been. 2019-01-12T23:38:39 < karlp> freertos at least thas more users around. 2019-01-12T23:38:56 < karlp> I just didn't like the apis at all for mucos 2019-01-12T23:40:29 < mawk> I see 2019-01-12T23:40:35 < mawk> how do you compare freertos to commercial stuff ? 2019-01-12T23:42:12 < zyp> freertos feels a bit old school to me, but fairly usable 2019-01-12T23:42:38 < karlp> ony commerciall one I coudl try was cmsis-rtx now that it's avilable 2019-01-12T23:42:45 < karlp> none of the others did evals 2019-01-12T23:43:04 < karlp> ucos was like freertos, but older, and way smaller community, so ~zero gain 2019-01-12T23:43:24 < karlp> cmsis-rtx was nicer syntax, but klunky if you weren't using keil 2019-01-12T23:51:07 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-12T23:58:25 < Thorn> vxworks or qnx make:r edition when --- Day changed Sun Jan 13 2019 2019-01-13T00:00:50 < mawk> is that a thing ? 2019-01-13T00:00:53 < mawk> make:r edition 2019-01-13T00:04:41 < Steffanx> Freesoftware.ru ;) 2019-01-13T00:06:10 < karlp> Steffanx: yeah, I was more interested in trying out thihngs I could legit use later :) 2019-01-13T00:09:17 -!- cnt [uid317556@gateway/web/irccloud.com/x-luqwcwbhxtvgmtlc] has joined ##stm32 2019-01-13T00:26:41 -!- sterna [~Adium@h-235-5.A357.priv.bahnhof.se] has quit [Quit: Leaving.] 2019-01-13T00:28:30 < karlp> yeah, that's where I've fallen back to :) 2019-01-13T00:28:47 < karlp> nuttx has appeal, but it's a very different world 2019-01-13T00:30:12 < Thorn> private airforce http://www.thedrive.com/the-war-zone/25927/check-out-cockpit-in-draken-internationals-private-mirage-f-1m-aggressor-jet 2019-01-13T00:31:34 < karlp> "adversary support" means what exactly? 2019-01-13T00:33:31 < karlp> so why private? 2019-01-13T00:33:53 < karlp> I mean, I understand the militaary themselves operating threat emuation, duh, but private? I don't get tht. 2019-01-13T00:33:59 < karlp> or did they just outsource it? 2019-01-13T00:35:18 -!- sterna [~Adium@h-235-5.A357.priv.bahnhof.se] has joined ##stm32 2019-01-13T00:40:02 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-13T00:47:48 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2019-01-13T00:57:37 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-13T01:02:35 < invzim> yay, fluke 17b+ "calibrated" 2019-01-13T01:02:43 < invzim> 5v is now actually 5.00V 2019-01-13T01:03:04 < karlp> what did you have to do? 2019-01-13T01:03:32 < Thorn> The Impact of Cleavages on Swiss Voting Behaviour: A Modern Research Approach http://gen.lib.rus.ec/book/index.php?md5=AD5E446E1993563B51820AFFFF7E88AB 2019-01-13T01:05:14 < invzim> calibrated somehow doesn't mean accurate 2019-01-13T01:06:00 < invzim> https://www.eevblog.com/forum/testgear/calibration-of-fluke-1517-b-(_plus_)/msg982061/#msg982061 2019-01-13T01:07:37 < invzim> FPC stuff.. connector I'm looking at is top & bottom, cable is top - would that work ok or do I need a specific top connector? 2019-01-13T01:10:40 -!- con3 [~kvirc@197.233.154.90] has joined ##stm32 2019-01-13T01:10:47 -!- con3 [~kvirc@197.233.154.90] has quit [Client Quit] 2019-01-13T01:13:06 < Laurenceb_123> atheists eternally btfo https://en.wikipedia.org/wiki/G%C3%B6del%27s_ontological_proof 2019-01-13T01:14:10 < invzim> Cracki: so it's only to make bom/inventory flexible? 2019-01-13T01:14:22 < Laurenceb_123> tfw u troll the athiests epic style 2019-01-13T01:14:25 < invzim> or option to have copper on both sides of fpc? 2019-01-13T01:21:14 < invzim> Looking at this one, https://media.digikey.com/pdf/Data%20Sheets/Omron%20PDFs/XF2M.pdf 2019-01-13T01:21:26 < invzim> "• Dual-sided contact reduces the number of parts. 2019-01-13T01:21:28 < invzim> " 2019-01-13T01:22:03 < invzim> I'll have a play with 3d models and see if the dimensions/pins adds up 2019-01-13T01:25:56 < zyp> yeah 2019-01-13T01:26:04 < zyp> that's what they mean by reducing number of parts 2019-01-13T01:26:20 < zyp> it'll work for both top-contact and bottom-contact FFC 2019-01-13T01:26:43 < zyp> yes 2019-01-13T01:26:52 < zyp> it's a common issue when dealing with FFC 2019-01-13T01:28:16 < zyp> the disadvantage is that it's easy to fuck up if the orientation is not obvious 2019-01-13T01:28:32 < invzim> I'll make a test pcb :) 2019-01-13T01:29:03 < invzim> I really like the ssd1306 OLED screens, but the PTH versions are a PITA to assemble, and the hot-bar stuff is prob not any better - so found this: 2019-01-13T01:29:10 < invzim> https://www.buydisplay.com/default/128x64-oled-i2c-0-96-display-white-color-connector-fpc-ssd1306 2019-01-13T01:29:55 < karlp> what do the cables themselves cost? 2019-01-13T01:31:33 < karlp> invzim: why don't you get the connector from eastrising as well? 2019-01-13T01:32:07 < karlp> I think ffc is the way to go for some board to board stuff I've got in mind honestly. 2019-01-13T01:32:19 < karlp> current shti with edge soldered contacts is teh suck 2019-01-13T01:32:33 < invzim> karlp: want to have boards assembled by 3rd party, or at least the option to do it 2019-01-13T01:32:50 < invzim> ordered a few samples to play with 2019-01-13T01:32:59 < karlp> well, you've got to ship them parts anyway right, including the screens? 2019-01-13T01:33:10 < karlp> but sure, no need to buy vendor accessories :) 2019-01-13T01:33:37 < invzim> not sure how I'll actually physically mount the screens - think glue is the common way to do it 2019-01-13T01:33:58 < invzim> and I won't have clear pcb area dedicated for that 2019-01-13T01:34:39 < invzim> I think, things will get a little more clear once I get them physically 2019-01-13T01:46:26 < invzim> Cracki: https://irkenlabs.com/images/news/2018-05-23-jvspac2.JPG 2019-01-13T01:46:29 < invzim> current PTH design 2019-01-13T01:47:13 < invzim> nah, current uses a module 2019-01-13T01:47:26 < invzim> want to redesign to use fpc instead 2019-01-13T01:48:14 < invzim> or glue or something like that 2019-01-13T01:48:24 < invzim> there is a soic8 under there as well 2019-01-13T01:48:36 < invzim> not sure if it's physically feasible, but I think it may be 2019-01-13T01:49:07 < invzim> gtg, catch you fantastic guys later 2019-01-13T01:49:38 < aandrew> invzim: I have a bunch of the hotbar ones 2019-01-13T01:50:40 < aandrew> the fpc option is nice but that immediately limits your sources 2019-01-13T01:51:45 < karlp> hang on, so the lcd vendor has _different_ options for "hotbar assembly" vs fpc assemby? 2019-01-13T01:52:00 < karlp> I though you just either hotbar'd it to you board, or used a fpc connector? 2019-01-13T01:52:54 < karlp> from the pics it' sjust length of the connector? 2019-01-13T01:52:57 < aandrew> karlp: no, the hotbar ones don't have any matching connector 2019-01-13T01:54:34 < karlp> right ok, I see it now zoomed in on the pics: https://www.buydisplay.com/media/catalog/product/cache/1/image/c577d1203d4a53d9f98182eb6081b1d6/e/r/er-oled0.96-1_bottomview_2.jpg vs https://www.buydisplay.com/media/catalog/product/cache/1/image/c577d1203d4a53d9f98182eb6081b1d6/e/r/er-oled0.96-1.3_1_1.jpg 2019-01-13T01:55:26 < karlp> I guess the "hotbar" version is just fatter. you could always hotbar the "connector" veersion too, just tighter tolerances 2019-01-13T02:39:37 < Laurenceb_123> Gödel would not publish because he was afraid that others might think "that he actually believes in God" 2019-01-13T02:39:44 < Laurenceb_123> truly epic trolling 2019-01-13T02:42:08 < aandrew> karlp: depends on if the FFC version has contact on both sides; you need good heat transfer 2019-01-13T02:50:32 -!- sterna [~Adium@h-235-5.A357.priv.bahnhof.se] has quit [Quit: Leaving.] 2019-01-13T03:30:54 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 258 seconds] 2019-01-13T03:33:57 < Thorn> controversial cat video https://www.instagram.com/p/Bsir76sgeQK/ 2019-01-13T03:42:34 < karlp> Cracki: so, you floated a bunch of divs right? 2019-01-13T03:46:43 < karlp> that's pretty lolrence tier 2019-01-13T04:19:59 < karlp> enough cats, time for karl muzak: https://www.youtube.com/watch?v=fIOBCdc9fAM 2019-01-13T04:48:16 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:294a:c066:3ff0:c5f6] has quit [Quit: Konversation terminated!] 2019-01-13T05:02:04 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has quit [Ping timeout: 268 seconds] 2019-01-13T05:02:23 < dongs> < karlp> hang on, so the lcd vendor has _different_ options for "hotbar assembly" vs fpc assemby? 2019-01-13T05:02:27 < dongs> no its very different 2019-01-13T05:02:52 < dongs> also there's a third way with thermal glue, that requires yet 3rd type of fpc 2019-01-13T05:03:11 < dongs> heatsealing 2019-01-13T05:04:19 < dongs> karlp: what oled is this 2019-01-13T05:04:21 < dongs> is that color 2019-01-13T05:04:27 < dongs> or is that the 2color thing 2019-01-13T05:17:49 < dongs> where's everyones chatting 2019-01-13T05:17:57 < dongs> hm i need to get FT600 or something evalboard 2019-01-13T05:18:35 < dongs> wat why is this shit so fucking gay 2019-01-13T05:22:35 < dongs> why cant that shit come wiht normal fucking 2.54mm connectors 2019-01-13T05:22:43 < dongs> instead it has this retarded highspeed shit that nothing will mate to 2019-01-13T05:23:58 < karlp> "performance" 2019-01-13T05:29:41 < dongs> can someone help me denigger some simple verilog to change serial>parallel from 16bit to 8bit 2019-01-13T05:30:03 < dongs> its probly like one line change 2019-01-13T05:31:03 < dongs> https://codeshare.io/axYbXM 2019-01-13T05:31:27 < dongs> and i donno wat REQ is for in there 2019-01-13T05:31:30 < dongs> i dont think i need/want it 2019-01-13T05:31:39 < dongs> yea no 2019-01-13T05:32:59 < dongs> no shit 2019-01-13T05:34:40 < dongs> its for fx2 fifo but i dont need t hat either 2019-01-13T05:35:07 < dongs> hmm actually that shit isnt gonna wrok 2019-01-13T05:35:12 < dongs> it doesnt have sync on psync 2019-01-13T05:35:14 < dongs> signal 2019-01-13T05:36:10 < dongs> maybe that shit there just works 2019-01-13T05:36:17 < dongs> updated with new code 2019-01-13T05:37:49 < dongs> maybe that one will work. ill just try building it and see 2019-01-13T05:42:45 < aandrew> dongs: yeah I've been looking at FT600 as well 2019-01-13T05:42:57 < dongs> i want a quick evalboard for it but fuck those connectors 2019-01-13T05:43:31 < dongs> apparently they actually fit into some off the shelf xilinx devboard 2019-01-13T05:43:42 < aandrew> what connector 2019-01-13T05:43:48 < aandrew> I only see the normal usb3 shit and a barrel jack 2019-01-13T05:43:54 < aandrew> or are you talking about hsmc or whatever is on the bottom 2019-01-13T05:44:02 < dongs> yes, the shit to get data into it 2019-01-13T05:44:16 < dongs> https://imgur.com/a/5xkF8LR 2019-01-13T05:44:17 < dongs> that crap 2019-01-13T05:45:08 < aandrew> 600A/601A uses nice samtec HSMC 2019-01-13T05:45:16 < dongs> thats not "nice" 2019-01-13T05:45:17 < aandrew> 600X is the stupid xilinx shit 2019-01-13T05:45:23 < aandrew> dongs: nothing wrong with those qstrips 2019-01-13T05:45:32 < dongs> i cant niggerrig them 2019-01-13T05:45:34 < dongs> so there's that 2019-01-13T06:01:52 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-13T06:20:23 < dongs> xilinx errors are fuckign retarded damn 2019-01-13T06:24:17 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2019-01-13T06:24:47 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-13T06:41:31 < aandrew> yes 2019-01-13T06:41:41 < aandrew> almost as bad as forgetting a semicolon in C 2019-01-13T06:42:36 < dongs> well, combined with me having absolutely zero lcue of waht im dine 2019-01-13T06:42:38 < dongs> doing 2019-01-13T06:42:39 < dongs> its even worse 2019-01-13T06:42:47 < aandrew> what are you running in to 2019-01-13T06:43:24 < dongs> ~oh jsut dumb unexplainable shit 2019-01-13T06:48:34 < dongs> ok the leds blink again 2019-01-13T06:48:42 < dongs> so i put together that ts shit AND led shit into same module 2019-01-13T06:48:45 < dongs> and its not working 2019-01-13T06:48:47 < dongs> with random nigger errors 2019-01-13T06:48:50 < dongs> comment out ts shit, leds work 2019-01-13T06:48:54 < aandrew> blinking leds are a must 2019-01-13T06:48:56 < aandrew> particularly blue 2019-01-13T06:49:05 < aandrew> and a minimum of 3000000000000000000mcd 2019-01-13T06:49:27 < dongs> i got a 8bit counter 2019-01-13T06:49:35 < dongs> with green leds 2019-01-13T06:49:45 < aandrew> that's probably your problem right there 2019-01-13T06:49:55 < aandrew> green is old tech, only works with 2N2222A 2019-01-13T06:51:46 < bitmask> for a little pcb drill should I go with a 555 or 775 motor 2019-01-13T06:52:45 -!- con3 [~kvirc@197.233.154.90] has joined ##stm32 2019-01-13T06:56:41 -!- fc5dc9d4 [~quassel@p5B0819E8.dip0.t-ipconnect.de] has joined ##stm32 2019-01-13T06:59:19 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-13T07:00:35 -!- fc5dc9d4_ [~quassel@p57A32CCE.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 2019-01-13T07:28:48 -!- con3 [~kvirc@197.233.154.90] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-13T07:32:42 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2019-01-13T07:34:01 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-13T07:34:36 < dongs> i still havent figured out how to make planahead quit "cleanly" and update UCF 2019-01-13T07:35:00 < dongs> each fucking time i change pins i have to export ucf (and pick export path), then close design, exit planshithead, and on next run it warns me that im alreadty editing shit 2019-01-13T07:35:04 < dongs> what fucking garbage nigger tools 2019-01-13T07:35:28 < dongs> nice now its not even starting 2019-01-13T07:37:16 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Excess Flood] 2019-01-13T07:41:12 < dongs> FUCK 2019-01-13T07:41:40 < dongs> http://bcas.tv/paste/results/S7gXCD62.html 2019-01-13T07:41:46 < dongs> this is the sorta shit im talking about, aandrew 2019-01-13T07:41:53 < dongs> like THE FUCK WHAT 2019-01-13T07:41:56 < dongs> i just have a god damn button 2019-01-13T07:42:00 < dongs> to flip led spin direction 2019-01-13T07:42:07 < dongs> and im looking at this god damn wall of text 2019-01-13T07:43:16 < dongs> lemme see if i can move it to another button 2019-01-13T07:43:17 < dongs> nope 2019-01-13T07:43:18 < dongs> GOD DAMN 2019-01-13T07:43:22 < dongs> FUCK YOU 2019-01-13T07:43:27 < dongs> same fucking ngiger error 2019-01-13T07:48:28 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2019-01-13T07:55:25 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-13T07:58:27 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 240 seconds] 2019-01-13T07:58:34 -!- day__ is now known as day 2019-01-13T08:15:51 < dongs> http://bcas.tv/paste/results/ebgmsT27.html 2019-01-13T08:46:26 -!- Dave_Elec [~Dave@197.156.118.11] has quit [Ping timeout: 244 seconds] 2019-01-13T08:49:33 -!- cnt [uid317556@gateway/web/irccloud.com/x-luqwcwbhxtvgmtlc] has quit [Quit: Connection closed for inactivity] 2019-01-13T08:54:07 < bitmask> damn aliexpress not taking my prepaid visa 2019-01-13T08:54:25 < bitmask> gotta go through this damn appeal process 2019-01-13T09:33:28 -!- cnt [uid317556@gateway/web/irccloud.com/x-wrjuqbjbwqszahjq] has joined ##stm32 2019-01-13T09:33:30 < cnt> Cats 2019-01-13T10:18:48 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 272 seconds] 2019-01-13T11:23:56 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 258 seconds] 2019-01-13T11:24:06 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-13T11:38:37 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-13T11:42:50 -!- cnt [uid317556@gateway/web/irccloud.com/x-wrjuqbjbwqszahjq] has quit [Quit: Connection closed for inactivity] 2019-01-13T12:00:19 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-13T12:00:59 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2019-01-13T12:06:20 -!- oz4ga [~tim@hator.sunsite.lv] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2019-01-13T12:21:48 -!- XTL [xtl@kapsi.fi] has left ##stm32 [] 2019-01-13T12:22:56 -!- oz4ga [~tim@hator.sunsite.lv] has joined ##stm32 2019-01-13T12:28:43 -!- sterna [~Adium@c-4ce3e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-13T12:37:58 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 245 seconds] 2019-01-13T12:47:34 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-13T12:58:20 -!- sterna [~Adium@c-4ce3e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-13T13:14:22 -!- con3 [~kvirc@197.233.6.253] has joined ##stm32 2019-01-13T13:15:24 -!- con3 [~kvirc@197.233.6.253] has quit [Client Quit] 2019-01-13T13:33:49 -!- Drzacek [~Drzacek@200116b80012b700a5b68eee818f2369.dip.versatel-1u1.de] has joined ##stm32 2019-01-13T14:10:35 -!- sterna [~Adium@h-79-136-64-196.NA.cust.bahnhof.se] has joined ##stm32 2019-01-13T14:34:20 -!- cnt [uid317556@gateway/web/irccloud.com/x-uyltvkuvceanlmkg] has joined ##stm32 2019-01-13T14:51:28 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-13T14:55:51 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 246 seconds] 2019-01-13T15:08:20 < kakimir> hmm so now I know what smog is 2019-01-13T15:09:18 < kakimir> also I have never seen 20km of sea ports in row before 2019-01-13T15:14:25 < Steffanx> hmm, where is the kakimir? 2019-01-13T15:18:53 < kakimir> Shenzhen 2019-01-13T15:20:00 < dongs> are you looking for more SMA connectors 2019-01-13T15:20:08 < kakimir> not yet 2019-01-13T15:20:11 < kakimir> maybe later 2019-01-13T15:20:23 < kakimir> should visit "the mall" 2019-01-13T15:20:54 < kakimir> it's like 2 hours driving there or so 2019-01-13T15:21:14 < Steffanx> work visit or holiday kakimir? 2019-01-13T15:21:21 < kakimir> work chills 2019-01-13T15:21:32 < Steffanx> cool 2019-01-13T15:22:19 < kakimir> some companys have a bit excitement over our visit 2019-01-13T15:23:47 < kakimir> boss receives floods of emails from them.. there will be probably some crazy welcome seremony in every place we go 2019-01-13T15:24:22 < dongs> i wish i knew what the fuck im doing in verilog 2019-01-13T15:24:23 < dongs> damn 2019-01-13T15:24:29 < dongs> this shit is incomprehensible 2019-01-13T15:24:36 < kakimir> me go> 2019-01-13T15:25:49 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 258 seconds] 2019-01-13T15:29:58 < Steffanx> try vhdl dongs :P 2019-01-13T15:30:05 < Steffanx> you can always go for python 2019-01-13T15:30:06 < dongs> thats even less readable 2019-01-13T15:30:07 < dongs> sorry 2019-01-13T15:30:12 < dongs> ? i want the shit to actually work 2019-01-13T15:30:16 < dongs> why would python be heflpful here 2019-01-13T15:31:22 < Steffanx> haha :P 2019-01-13T15:36:03 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-13T15:37:39 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-13T15:41:46 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2019-01-13T15:49:09 < jpa-> dongs: in true linux fashion, python can be helpful in so many ways! you can code your design in migen, myhdl, veriloggen or pyrtl, and then in addition to figuring out verilog problems, you can sometimes also have python problems! 2019-01-13T15:50:24 < dongs> christ 2019-01-13T15:50:43 < dongs> HDLCompiler:1128 - "C:\projects\faggot\top.v" Line 92: Assignment under multiple single edges is not supported for synthesis 2019-01-13T15:50:46 < dongs> INFO - You can change the severity of this error message to warning using switch -change_error_to_warning "HDLCompiler:1128" 2019-01-13T15:50:49 < dongs> like i dont evne udnerstand what het fuck this means 2019-01-13T15:51:12 < dongs> if (psync_flag && !clk_in) 2019-01-13T15:51:14 < dongs> ??? 2019-01-13T15:51:42 < jpa-> do you want that to be combinatorial, or synchronous? 2019-01-13T15:51:48 < dongs> the hell does that mean 2019-01-13T15:51:59 < dongs> i just want to execute shit when the flag is set and clock is low 2019-01-13T15:52:02 < jpa-> combinatorial = simple and gate, changes immediately when input signals change 2019-01-13T15:52:32 < jpa-> "execute shit" sounds like something more than a simple AND gate 2019-01-13T15:52:43 < dongs> no, i jsut dont know what im doing so 2019-01-13T15:52:48 < jpa-> so then you need to sync it to *one* edge, either to clock falling edge, or psync_flag rising edge 2019-01-13T15:53:37 < jpa-> you cannot tell "do this when this condition is true" because that would mean "do it all the time when the signals are in this state", instead of "do it once when the clock rises" 2019-01-13T15:54:02 < dongs> yeah so how do i tell that difference 2019-01-13T15:54:03 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2019-01-13T15:54:15 < dongs> i basically just wanna reset a bunch of counters on psync going high 2019-01-13T15:54:19 < dongs> i dont think i even need !clk in there. 2019-01-13T15:54:41 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2019-01-13T15:54:52 < jpa-> that would be something like always @(posedge psync_flag) begin ... do shit ... end 2019-01-13T15:55:08 < jpa-> inside that begin..end you can put if (!clk) if you want 2019-01-13T15:55:15 < dongs> oh what hteh fuck already have that then 2019-01-13T15:55:22 < dongs> im just adding if (shit) inside that 2019-01-13T15:55:25 < dongs> and its beign a fucking nigger 2019-01-13T15:55:42 < dongs> oh psync_flag is a reg 2019-01-13T15:56:07 < dongs> hm wait, i dont even need that. the fuck am i doing 2019-01-13T15:56:21 < jpa-> usually you'd have everything inside always @(posedge clk) instead.. but then !clk makes no sense because clock would never be low if it has just had posedge 2019-01-13T15:59:10 < dongs> ok so 2019-01-13T15:59:11 < dongs> if I have 2019-01-13T15:59:20 < dongs> always posedge clk, psync 2019-01-13T15:59:26 < dongs> and then inside that ill do 2019-01-13T15:59:29 < dongs> if (psync) { 2019-01-13T15:59:33 < dongs> is that only gonna run when it goes high? 2019-01-13T15:59:44 < dongs> or all the time while its high 2019-01-13T15:59:49 < dongs> fucking garbage man 2019-01-13T15:59:56 < jpa-> um, "always @(posedge clk, psync)" doesn't seem like it would work 2019-01-13T16:00:02 < dongs> well, you get the idea 2019-01-13T16:00:08 < jpa-> no, i don't :) 2019-01-13T16:00:09 < dongs> always @(posedge clk_in or posedge psync_in) 2019-01-13T16:00:15 < dongs> this compiles at least 2019-01-13T16:00:16 < jpa-> no, that wouldn't work either 2019-01-13T16:00:23 < dongs> fucks sake 2019-01-13T16:00:34 < dongs> why the hell not 2019-01-13T16:00:35 < jpa-> hm, well the synthetizer might find some funny way to implement that 2019-01-13T16:00:50 < dongs> but i want to reset some stuff on psync going high 2019-01-13T16:01:12 < jpa-> but the flipflops on FPGA usually only have one clock input, so you can only trigger on one edge (+ usually a separate reset input, which is more limited in what you can do) 2019-01-13T16:01:26 < jpa-> maybe it synthetizes to use the async reset logic then 2019-01-13T16:02:38 < Thorn> dongs: always @(posedge clk) { if (psync == 1 && old_psync == 0) { ... } } 2019-01-13T16:02:43 < Thorn> you want something like that 2019-01-13T16:03:21 < Thorn> and of course old_psync <= psync; every clock cycle 2019-01-13T16:03:27 < jpa-> yeah, check psync only on clock edges if you can 2019-01-13T16:03:28 < dongs> man 2019-01-13T16:03:44 < dongs> ok 2019-01-13T16:03:45 < dongs> lets see 2019-01-13T16:04:01 < Thorn> https://www.chipverify.com/verilog/verilog-positive-edge-detector etc. 2019-01-13T16:04:17 < dongs> ped0 2019-01-13T16:04:22 < dongs> paging Laurenceb_123 2019-01-13T16:04:41 < Steffanx> This site maintenance is possible thanks to advertising revenues. To keep on browsing this site, thank you for disabling AdBlock. Refresh the page when done. 2019-01-13T16:04:42 < dongs> i can't delay tho 2019-01-13T16:04:42 < Laurenceb_123> wut 2019-01-13T16:07:05 < Thorn> what you really can't do is trigger on an async input in a sync circuit 2019-01-13T16:07:41 < jpa-> (except one async input, in case the fpga in question has async reset inputs into its flipflops) 2019-01-13T16:08:10 < jpa-> despite coding in a somewhat high-level language, one needs to think about how it will get implemented in hardware 2019-01-13T16:09:02 < dongs> https://i.imgur.com/Jto3Uid.png like, sbyte and clk are synced 2019-01-13T16:09:12 < dongs> so on sbyte going up i wanna reset some counters and shit 2019-01-13T16:09:13 < dongs> i cant delay it 2019-01-13T16:09:19 < dongs> sbyte = psync in mycode 2019-01-13T16:10:02 < jpa-> there isn't such thing as synced edges, one will always be before or after the other 2019-01-13T16:10:25 < dongs> uh so what teh shit do i do>? 2019-01-13T16:10:26 < jpa-> i think you'd want to do things on the falling edge of the CLK there 2019-01-13T16:10:34 < jpa-> then all the signals will be stable 2019-01-13T16:11:09 < jpa-> and when you see SBYTE go high and remember it was low the prior CLK edge, you can reset counters and do whatever else you should do on CLK edge 2019-01-13T16:25:13 < dongs> holy shit 2019-01-13T16:25:14 < dongs> it compiled 2019-01-13T16:26:36 < Thorn> ship it 2019-01-13T16:34:10 < aandrew> dongs: paste the HDL 2019-01-13T16:34:33 < dongs> im about to 2019-01-13T16:34:35 < dongs> hold on 2019-01-13T16:34:42 < dongs> doing final build of something that maybe will work lol 2019-01-13T16:35:07 < dongs> Process "Generate Programming File" completed successfully 2019-01-13T16:35:09 < dongs> nice 2019-01-13T16:35:21 < dongs> http://bcas.tv/paste/results/YZJpwr23.html 2019-01-13T16:37:27 < dongs> it compiles 2019-01-13T16:37:31 < dongs> whether it works or not is anothr story 2019-01-13T16:38:06 < aandrew> dongs: led module has no debounce on that key which might make shit difficult but that's minor 2019-01-13T16:38:12 < aandrew> you're also not synchronizing anythign at all 2019-01-13T16:38:16 < dongs> oh yeah, i dont care thats jsut for testing 2019-01-13T16:38:19 < dongs> i dont know what im doing man 2019-01-13T16:38:28 < dongs> what is syncronizing anything 2019-01-13T16:38:38 < aandrew> what's clk_in 2019-01-13T16:38:43 < dongs> 125mhz clock 2019-01-13T16:39:00 < aandrew> and sys_clk? 2019-01-13T16:39:06 < dongs> thats onboard osc 2019-01-13T16:39:08 < dongs> 25mhz or someshit 2019-01-13T16:39:10 < dongs> i ont care about that one 2019-01-13T16:39:13 < dongs> its just for led shite 2019-01-13T16:39:59 < dongs> https://i.imgur.com/Jto3Uid.png = clk_in on top, psync_in = SBYTE, sdat_in = D6 2019-01-13T16:41:30 < dongs> basicalyl led is there just so i can make sure design is running 2019-01-13T16:41:41 < dongs> so i dont care about what its clocked from or etc 2019-01-13T16:41:55 < aandrew> ok so you are shifting in 8bit data on a 125MHz clock and putting what you find on 8 pins? 2019-01-13T16:42:02 < dongs> yeah, serial to parallel 2019-01-13T16:42:09 < dongs> and halvingg? 1/8'ing? the clock 2019-01-13T16:42:13 < dongs> to turn it into parallel clock 2019-01-13T16:42:15 < aandrew> right 2019-01-13T16:42:16 < dongs> 1/4'ing the clock? 2019-01-13T16:42:17 < dongs> i think 2019-01-13T16:44:06 < aandrew> I think you're trying to do too much at once 2019-01-13T16:44:30 < aandrew> hm maybe not 2019-01-13T16:45:03 -!- oz4ga [~tim@hator.sunsite.lv] has quit [Remote host closed the connection] 2019-01-13T16:45:14 < Ecco> Hi :) 2019-01-13T16:45:24 < Sadale> hi Ecco :3 2019-01-13T16:45:27 -!- oz4ga [~tim@hator.sunsite.lv] has joined ##stm32 2019-01-13T16:45:49 < Ecco> I'm reading about the Flash memory on F7, and apparently it can be reached by the CPU through two buses: ITCM and AXIM 2019-01-13T16:46:04 < Ecco> When does it use either of them? 2019-01-13T16:47:21 < dongs> theres some unuised shit 2019-01-13T16:47:28 < dongs> i wish fucking ise would warn me about unused crap 2019-01-13T16:47:32 < jpa-> Ecco: ITCM is used for instruction fetch 2019-01-13T16:47:41 < dongs> dval_count is remainder of old shit 2019-01-13T16:47:51 < dongs> im not sure the tscounter thing counter works 2019-01-13T16:47:59 < dongs> basically i want to ++ it after ever 8 bits 2019-01-13T16:48:04 < Ecco> oh, ok, so it'll read instructions through ITCM and will read data through AXI? 2019-01-13T16:48:12 < jpa-> yeah 2019-01-13T16:48:22 < Ecco> allright :) 2019-01-13T16:48:26 < Ecco> Couldn't find this in the doc 2019-01-13T16:48:27 < dongs> hmm no, i should move it to another place 2019-01-13T16:48:54 < Ecco> Doc says "This bus is used by the Cortex®-M7 for instruction fetches and data access on the embedded flash mapped on ITCM interface and instruction fetches only on ITCM RAM" 2019-01-13T16:49:00 < Ecco> (This bus == ITCM bus) 2019-01-13T16:49:10 < dongs> i thought tcm = tightly coupled shit 2019-01-13T16:49:21 < Ecco> dongs: yeah, but it's also the name of a bus 2019-01-13T16:49:48 < Ecco> which the CPU uses to access said memory, _plus_ the internal Flash 2019-01-13T16:49:50 < jpa-> hmm yeah, the manual seems to contradict me 2019-01-13T16:50:04 < dongs> is there less ugly way to do i++ 2019-01-13T16:50:06 < dongs> in veriblog 2019-01-13T16:50:06 < Ecco> I'm not sure though, the manual isn't very precise 2019-01-13T16:50:48 < dongs> i also have no idea between difference in <= and = 2019-01-13T16:50:53 < dongs> both compile.. 2019-01-13T16:50:57 < dongs> im sure means completely different shit 2019-01-13T16:51:12 < jpa-> Ecco: AN4667 may be relevant 2019-01-13T16:51:38 < dongs> how can i simulate this shit 2019-01-13T16:51:50 < dongs> i think they removed waveform simulation in like ISE 6 2019-01-13T16:51:56 < dongs> in fact i dont see any sim shit at all 2019-01-13T16:51:58 < Ecco> Interesting, thanks 2019-01-13T16:52:01 < dongs> for 20gigs of shit installed 2019-01-13T16:52:06 < dongs> that is sure unimpressive 2019-01-13T16:52:28 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has quit [Ping timeout: 268 seconds] 2019-01-13T16:52:39 < Ecco> it may have an anwser to my current problem: I'm replacing an F4@96MHz by an F7@192MHz and am currently measuring a nearly equal level of performance 2019-01-13T16:52:50 < Ecco> I assume I have misconfigured the F7, but I have a hard time finding out why/ow 2019-01-13T16:52:51 < Ecco> how 2019-01-13T16:53:08 < dongs> Line 26: Result of 9-bit expression is truncated to fit in 8-bit target. < how do i fix this shit? led_count <= led_count + 1; 2019-01-13T16:53:44 < aandrew> I just use ghdl/gtkview or scansion but that doesn't help you 2019-01-13T16:53:48 < jpa-> it seems that cache is only used if you access through AXI interface, while the ITCM uses the ART prefetcher instead 2019-01-13T16:54:01 -!- cnt [uid317556@gateway/web/irccloud.com/x-uyltvkuvceanlmkg] has quit [Quit: Connection closed for inactivity] 2019-01-13T16:54:03 < Ecco> that would make sense 2019-01-13T16:54:11 < dongs> hey wat 2019-01-13T16:54:13 < dongs> i replced 2019-01-13T16:54:19 < dongs> led_count <= led_count + 1'b1; 2019-01-13T16:54:22 < dongs> and now no warnigns 2019-01-13T16:54:25 < dongs> the fuck is the difference? 2019-01-13T16:54:31 < dongs> isnt it literally same shit 2019-01-13T16:54:42 < dongs> vs led_count + 1; 2019-01-13T16:54:52 < aandrew> not sure the difference in verilog but it could be converting to int and back when you're not doing bit 2019-01-13T16:54:59 -!- oz4ga [~tim@hator.sunsite.lv] has quit [Remote host closed the connection] 2019-01-13T16:55:14 < jpa-> the differences between configurations in AN4667 seem quite minimal though; even executing from quadspi is just 1.7x slower 2019-01-13T16:55:24 -!- oz4ga [~tim@hator.sunsite.lv] has joined ##stm32 2019-01-13T16:56:01 < Ecco> well yeah, supposedly the L1 cache does its magic 2019-01-13T16:56:35 < Ecco> But even when running code from the interal flash on both MCUs, I don't see a great perf difference 2019-01-13T16:57:14 < jpa-> how are you measuring, and what kind of code? 2019-01-13T16:57:25 < Ecco> measuring with a clock :) 2019-01-13T16:57:52 < Ecco> code is a mandelbrot fractal using MicroPython 2019-01-13T16:57:56 < Ecco> so supposedly CPU-bound 2019-01-13T16:59:04 < Ecco> Things I haven't done yet : 1/ put the stack in the TCM (I don't know if it has any impact) 2/ Enable D-cache (for some reason it crashes) 3/ Enable Over-drive (not sure it's needed) 2019-01-13T16:59:34 < Ecco> but even without all this, I would have hoped for a significant performance gap between an F4 and an F7 clocked at twice the speed 2019-01-13T17:00:51 < Ecco> oh, thanks jpa- 2019-01-13T17:00:57 < Ecco> your AN seems to have an anwser 2019-01-13T17:01:02 < Ecco> "The Flash memory is accessible by the CPU through ITCM starting from the address 0x00200000." 2019-01-13T17:01:09 < Ecco> "The Flash memory is accessible by the CPU through AXI starting from the address 0x08000000." 2019-01-13T17:01:25 < Ecco> damn 2019-01-13T17:01:32 < Ecco> they should put that shit in bold in the datasheet 2019-01-13T17:01:37 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-13T17:01:55 < jpa-> oh, interesting 2019-01-13T17:01:59 < Ecco> he refman, they actually did mention this 2019-01-13T17:02:00 < dongs> so uh 2019-01-13T17:02:03 < dongs> how can i simulate this 2019-01-13T17:02:07 < dongs> it seems isim is installed 2019-01-13T17:02:15 < dongs> oh right. aandrew uses opensores 2019-01-13T17:02:18 < dongs> fuckin hell 2019-01-13T17:02:26 < dongs> gnu/hdl 2019-01-13T17:02:31 < dongs> how can that even be useful 2019-01-13T17:04:03 < Ecco> Extra question: the AN/RefMan say explicitely that DTCM/ITCM can be accessed at clock speed w/o any wait-states 2019-01-13T17:04:12 < Ecco> but they don't explicitely say anything for "regular" SRAM 2019-01-13T17:04:30 < Ecco> is the TCM faster than SRAM or did they just not mention it? 2019-01-13T17:05:01 < jpa-> AFAIK they are the same speed, but because the regular AHB/AXI bus is shared by many masters (DMA etc.), the CPU may sometimes have to wait 2019-01-13T17:05:10 < Ecco> oh, makes sense 2019-01-13T17:05:15 < Ecco> I see 2019-01-13T17:05:38 < Ecco> same speed, but CPU latency to TCM is guaranteed since it's the only one using it 2019-01-13T17:05:54 < jpa-> though i assume the CPU also has to wait if some other master accesses TCM through the AHB-CPU-bridge 2019-01-13T17:06:14 < Ecco> yeah, they talk about that. You can give the CPU a higher priority in that case 2019-01-13T17:06:21 < Ecco> and it only applies to DTCM anyway 2019-01-13T17:06:26 < Ecco> (ITCM is CPU-only) 2019-01-13T17:06:29 < jpa-> true 2019-01-13T17:09:03 < dongs> oh 2019-01-13T17:09:05 < dongs> theres simulation tab 2019-01-13T17:09:05 < dongs> ok 2019-01-13T17:09:18 < dongs> aandrew: the tools shouldnt matter, but how can i poke random stuff like clock/data etc 2019-01-13T17:09:23 < dongs> to have some input to the shit 2019-01-13T17:09:32 < dongs> do oi have to write a fucking verilog test bench hting 2019-01-13T17:11:15 < aandrew> yep 2019-01-13T17:11:29 < aandrew> basically you have to create the signal you want to test against 2019-01-13T17:12:56 < mawk> that reminds me of my vhdl classes 2019-01-13T17:13:11 < mawk> nobody liked to write that testbench 2019-01-13T17:13:11 < dongs> aandrew: how? my source is basically can be any random .ts bitstream 2019-01-13T17:13:20 < dongs> cant i just read some shit from a file? 2019-01-13T17:13:31 < dongs> or fuck i donno 2019-01-13T17:13:32 < dongs> googling 2019-01-13T17:13:34 < aandrew> well that's where you figure how strict you want your code to be 2019-01-13T17:13:39 < aandrew> you can read from file of course 2019-01-13T17:13:42 < aandrew> but really you don't care for that 2019-01-13T17:13:46 < aandrew> you are just testing the shift register 2019-01-13T17:13:49 < dongs> yeah sure 2019-01-13T17:13:50 < dongs> i mean 2019-01-13T17:13:55 < dongs> in ISE6 i would just draw the fucking waveforms 2019-01-13T17:13:58 < dongs> but i think they got rid of that 2019-01-13T17:13:59 < dongs> so wat do 2019-01-13T17:14:05 < aandrew> so create a .v that generates 16 bits, with that first byte with SYNC high and the second with SYNC low 2019-01-13T17:14:18 < dongs> generates to what 2019-01-13T17:14:29 < aandrew> let me paste my .vhdl testbench for SPI so you can see what I did and adapt 2019-01-13T17:14:49 < dongs> ugh vhdl how good is that gonna do to me 2019-01-13T17:16:06 < aandrew> https://pastebin.com/iax3kEEA 2019-01-13T17:16:10 < dongs> ok lets se 2019-01-13T17:16:20 < dongs> jesus 2019-01-13T17:16:22 < aandrew> basically you're creating code that generates signals and then instantiating your module to test it 2019-01-13T17:16:23 < dongs> you lost me at like 10th line down 2019-01-13T17:16:25 < aandrew> this is a larger one 2019-01-13T17:16:35 < aandrew> becaues I created a procedure to do a spi transfer 2019-01-13T17:16:57 < aandrew> basically I'm just creating MOSI/SCK/SS and a (I think for me 50MHz) system clock 2019-01-13T17:17:03 < aandrew> then I wire that shit up to the module I'm actually writing 2019-01-13T17:17:27 < aandrew> you use a sim tool (I'm using ghdl) and it spits out waveforms, sometimes via vcd files you ahve to feed to a viewing tool 2019-01-13T17:17:53 < aandrew> in that paste, my module I'm testing is called 'uut' 2019-01-13T17:18:06 < aandrew> so in the port map I wire up the testbench signals to it to see how it responds to them 2019-01-13T17:18:29 < aandrew> then I have a clock process that just generates my system clock. do the same for sck because I'm lazy 2019-01-13T17:18:44 < aandrew> forget do_lookup, I'm just testing my register lookup there 2019-01-13T17:19:48 < aandrew> stim_proc is where I'm actually exercising things. I make sure asserting reset does what I want, I make sure that the module responds well to shitty masters, then I am just practising register reads/writes to see if it does the right thing 2019-01-13T17:20:12 < aandrew> so for yours, you would just reset, then set sync high and create a sync byte 2019-01-13T17:20:15 < aandrew> you don't have to be fancy 2019-01-13T17:20:19 < aandrew> literally something like 2019-01-13T17:20:36 < aandrew> wait for clk = '1'; 2019-01-13T17:20:40 < dongs> yeah but thats vhdl. i hav enough trouble reading veriblog. anyway, checking for some wa to do this crap 2019-01-13T17:20:42 < aandrew> sync_bit <= '1' 2019-01-13T17:20:48 < aandrew> databit <= '0'; 2019-01-13T17:20:52 < aandrew> wait for clk = '1'; 2019-01-13T17:20:56 < aandrew> databit <= '1'; 2019-01-13T17:21:00 < aandrew> wiat for clk = '1' 2019-01-13T17:21:00 < dongs> lol.. hm ok 2019-01-13T17:21:00 < aandrew> etc 2019-01-13T17:21:13 < aandrew> it gets tedious to do that which is why I created procedures to do some of that for me 2019-01-13T17:21:36 < aandrew> test benches can get real fancy, read from files, call external processes, print shit, etc. etc. 2019-01-13T17:21:56 < aandrew> all comes down to how thoroughly you want to test 2019-01-13T17:22:19 < aandrew> you can do screwy timings where the data bit is skewed in relation to the clock, etc. but I don't think you care about any of that shit 2019-01-13T17:22:40 < aandrew> you just want to see your moudle emit 0x47 blah blah blah blah 2019-01-13T17:24:40 < aandrew> you'll find development REALLY speeds up with testbenches/sim 2019-01-13T17:24:50 < dongs> i have noidea dude. 2019-01-13T17:24:58 < aandrew> I really like ghdl for that because it literally creates an executable you run and it spits out a .vcd 2019-01-13T17:25:08 < aandrew> so you can use a makefile and shit 2019-01-13T17:27:59 < dongs> ok i added test harness thing and ise autogen'd somes hit 2019-01-13T17:28:01 < dongs> i think i get it 2019-01-13T17:31:07 < dongs> FUCKING TRASH NOT WORKING 2019-01-13T17:31:17 < dongs> fucking nigger shit 2019-01-13T17:32:29 < dongs> always 2019-01-13T17:32:29 < dongs> #10 clk_in = ~clk_in; 2019-01-13T17:32:30 < dongs> this doesnt work 2019-01-13T17:33:51 < dongs> ok something does 2019-01-13T17:38:26 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-13T17:40:23 < emeb> followed up on the g0 announcement that englishman mentioned the other day - yep not much different from F0/L0 2019-01-13T17:40:45 < emeb> except it's cortex M0+, so that'll make zyp happy for his bootloader. 2019-01-13T17:40:53 < englishman> did you sign up for the FREE webinar 2019-01-13T17:40:58 < emeb> nah 2019-01-13T17:41:05 < englishman> yes it's an important feature if you need it 2019-01-13T17:41:17 < dongs> hmm dout is not getting set in sim 2019-01-13T17:41:19 < englishman> also interrupts are a little more flexible iirc 2019-01-13T17:41:27 < emeb> it'll go 64MHz so it's a bit faster than F0 2019-01-13T17:42:01 < englishman> cool 2019-01-13T17:42:09 < englishman> still no hardware divide 2019-01-13T17:42:33 < emeb> I've never had trouble w/ IRQs on F0 though 2019-01-13T17:43:38 < emeb> meh - was porting some F373 code from StdPeriph to HAL the other day - what a clusterfuck. 2019-01-13T17:44:44 < dongs> wat teh fuck 2019-01-13T17:44:53 < dongs> https://i.imgur.com/7f5lSmv.png 2019-01-13T17:45:02 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-13T17:45:02 < emeb> API for ADC & SDADCs changed a lot so it took a while to get DMA working right. 2019-01-13T17:45:16 < dongs> http://bcas.tv/paste/results/H7rZ2b43.html 2019-01-13T17:45:18 < dongs> the fuck did I do wrong? 2019-01-13T17:45:25 < dongs> why is clock so much faster than all the other shit thats timed same way 2019-01-13T17:45:50 < emeb> dongs is doing Verilog! 2019-01-13T17:46:02 < dongs> no im failing at verilog 2019-01-13T17:46:18 < dongs> it took me entire day to write a serial>parallel converter that actaull compiled 2019-01-13T17:46:27 < dongs> and i feel im gonna spend another day writing a test thing to see if it works 2019-01-13T17:46:54 < emeb> not sure I see what the problem is there 2019-01-13T17:47:05 * emeb is coming in mid-stream 2019-01-13T17:47:08 < dongs> clock is about 10x too fast i think 2019-01-13T17:47:41 < emeb> based on the source, that waveform looks right. 2019-01-13T17:47:53 < emeb> you specified a 10ns high + 10ns low period 2019-01-13T17:47:59 < emeb> and I count 10 cycles in 200ns 2019-01-13T17:48:45 < emeb> if you want a 100ns clock cycle then you need to write "#50 clk = ~clk;" 2019-01-13T17:48:58 < dongs> oh fucking lol 2019-01-13T17:49:50 < emeb> "do what I mean, not what I say" :) 2019-01-13T17:50:12 < dongs> fucking vmware 15 2019-01-13T17:50:27 < dongs> i lost mouse because fucking USB hub died due to vmware usb redirect of t he fucking x ilinx platform cable 2019-01-13T17:50:37 < dongs> powered it down, but now im trying ot shut down all the fuckign VMs manually 2019-01-13T17:50:43 < veverak> lol 2019-01-13T17:50:44 < dongs> ctrl-alt to lose focus, works sure 2019-01-13T17:50:54 < dongs> but alt-f/etc doesnt work 2019-01-13T17:50:58 < dongs> even tho vmware window is focused 2019-01-13T17:51:03 < dongs> theyt must haev forgot people use shit from keytboard 2019-01-13T17:51:05 < dongs> fucking niggers FUCK 2019-01-13T17:51:07 < dongs> fuck you all 2019-01-13T17:51:12 < dongs> fuck every lunix user in the world 2019-01-13T17:51:25 < veverak> hmm, dongs looks maaad :) 2019-01-13T17:51:47 < emeb> time to deploy that "hit WTC" macro 2019-01-13T17:51:56 < antto> dongs wut did i do to you? 2019-01-13T17:56:30 < dongs> kys 2019-01-13T17:57:10 < emeb> random chars -> dongs is testing his kbd 2019-01-13T17:58:28 < englishman> lunix is good for job security 2019-01-13T17:58:31 < englishman> and little else 2019-01-13T17:58:45 -!- ohsix [~ohsix@bc175210.bendcable.com] has quit [Ping timeout: 244 seconds] 2019-01-13T17:59:27 -!- ohsix [~ohsix@bc175210.bendcable.com] has joined ##stm32 2019-01-13T17:59:44 < emeb> eh. works for me. YMMV 2019-01-13T18:00:31 < antto> i think it might be an abbreviation 2019-01-13T18:00:47 < antto> from urban dictionary: "kys" == "Short for "kill yourself". Used by 12 year olds who think they're edgy" 2019-01-13T18:04:17 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-13T18:16:26 -!- Drzacek [~Drzacek@200116b80012b700a5b68eee818f2369.dip.versatel-1u1.de] has quit [Quit: Leaving] 2019-01-13T18:18:42 < dongs> ok back totrying this ISE trash 2019-01-13T18:18:47 < dongs> fuck vmware hard 2019-01-13T18:21:52 < specing> dongs: please practice safe computing, wear a condom while having intercourse with virtual machines 2019-01-13T18:22:19 < Steffanx> its not lunix... 2019-01-13T18:23:14 < dongs> ok back to reading waht emeb said 2019-01-13T18:23:45 < emeb> makes sense? 2019-01-13T18:24:21 < dongs> yeah but i dont think thats the clock i want 2019-01-13T18:24:50 < dongs> https://i.imgur.com/wt40PNf.png 2019-01-13T18:24:58 < dongs> its not syncronized to that wide bit below 2019-01-13T18:25:00 < dongs> taht should be one clock pulse 2019-01-13T18:25:38 < dongs> hm maybe i shoulda used 8/16/etc for cycles 2019-01-13T18:25:45 < emeb> show the source? 2019-01-13T18:26:00 < dongs> http://bcas.tv/paste/results/k2mC5d60.html 2019-01-13T18:26:04 < dongs> i think i need #40 not 50 there 2019-01-13T18:26:32 < emeb> why are you increasing the delay every step? 2019-01-13T18:26:38 < dongs> waht delay 2019-01-13T18:26:45 < dongs> i ahve no fucking clue waht im doing 2019-01-13T18:26:47 < emeb> the value after the # 2019-01-13T18:26:56 < dongs> isnt that just "do this shit at this clock cycle? 2019-01-13T18:27:21 < emeb> the #xxx number is "wait xxx time" 2019-01-13T18:27:26 < dongs> ... 2019-01-13T18:27:51 < dongs> so to do what i want what do i do? 2019-01-13T18:27:55 < dongs> #100 2019-01-13T18:27:55 < dongs> and then 2019-01-13T18:27:59 < dongs> #10 psync_in bla 2019-01-13T18:28:05 < dongs> #10 sdat_in = blah/ 2019-01-13T18:28:06 < dongs> or wat 2019-01-13T18:28:24 < emeb> yes - if you want 10ns between events then use #10 for everything 2019-01-13T18:28:55 < emeb> and if you want a 10ns clock period then you want #5 clk = ~clk; 2019-01-13T18:29:37 < dongs> im changing sdat_in every clock tick, at least that s what i watn to do 2019-01-13T18:30:13 < dongs> ok #5 did the trick there 2019-01-13T18:30:43 < dongs> https://i.imgur.com/hSx4UNB.png 2019-01-13T18:31:13 < emeb> of course now everything is on the falling edge 2019-01-13T18:31:17 < emeb> of clk 2019-01-13T18:31:24 < dongs> oh. 2019-01-13T18:31:26 < dongs> is taht wrong? 2019-01-13T18:31:31 < dongs> yeah i think thats off from waht my code shoudl be doing 2019-01-13T18:31:35 < dongs> i should do delay of 95? 2019-01-13T18:31:37 < dongs> initial 2019-01-13T18:31:51 < emeb> if you want output changing on FE that's fine 2019-01-13T18:32:09 < dongs> no, the code is doing negedge 2019-01-13T18:32:14 < dongs> i mean, the code being tested 2019-01-13T18:32:27 < emeb> then you're good 2019-01-13T18:33:18 < dongs> ok 2019-01-13T18:33:26 < dongs> well, Dout isnt being assigned, so i fucked up somewhere i guess 2019-01-13T18:33:30 < dongs> hmm clock_out isnt working either 2019-01-13T18:33:31 < dongs> nice 2019-01-13T18:35:20 < dongs> err... post-routing sim works 2019-01-13T18:36:17 < dongs> huh 2019-01-13T18:36:19 < dongs> its completely wrong tho 2019-01-13T18:36:37 < emeb> didn't set initial values on some states? 2019-01-13T18:36:48 < emeb> would lead to propagating X 2019-01-13T18:37:05 < emeb> but post-route includes FPGA initialization to known values 2019-01-13T18:37:18 < dongs> https://i.imgur.com/Su4cdvS.png 2019-01-13T18:37:49 < dongs> dout loosk completely dongs 2019-01-13T18:37:56 < dongs> it should be 0x47 2019-01-13T18:38:02 < dongs> or 0b01000111 2019-01-13T18:38:25 < emeb> ya - just deserial of sdat_in 2019-01-13T18:38:34 < dongs> but it doesnt look that. 2019-01-13T18:38:37 < emeb> nope 2019-01-13T18:38:52 < dongs> hm also its off by one bit... 2019-01-13T18:39:38 < dongs> oh wait 2019-01-13T18:39:40 < dongs> thats my garbage code 2019-01-13T18:39:46 < emeb> source for top module? 2019-01-13T18:40:01 < dongs> http://bcas.tv/paste/results/XVtMzR37.html 2019-01-13T18:40:03 < dongs> dont laugh to hard 2019-01-13T18:40:08 < dongs> this was a days worth of wank 2019-01-13T18:41:21 < emeb> working up the curve. 2019-01-13T18:43:17 < emeb> so what you're trying to do is start a counter on rising edge of psync 2019-01-13T18:43:33 < emeb> then grab the value of sreg when the counter rolls over 8 cy cles later 2019-01-13T18:43:52 < emeb> counter and sreg are always running 2019-01-13T18:43:56 < dongs> i think so, im probly doing it wrong tho 2019-01-13T18:44:17 < dongs> thus causing one clock delay 2019-01-13T18:44:54 < emeb> since counter always runs, you'll be updating psync every time counter = 3'b000, so every 8 cycles. 2019-01-13T18:45:05 < emeb> s/psync/dout/ 2019-01-13T18:45:16 < dongs> yeah 2019-01-13T18:45:19 < dongs> thats what i want, i think 2019-01-13T18:46:10 < dongs> https://i.imgur.com/MELIB60.png ok so at least CLK_OUT works correctly 2019-01-13T18:46:19 < dongs> PSYNC is correctly forwarded out to match 2019-01-13T18:46:21 < dongs> hmm wait, fuck 2019-01-13T18:46:25 < dongs> i need to delay everything by 8bits 2019-01-13T18:46:29 < dongs> including psync_out 2019-01-13T18:46:45 < dongs> because i can't have the correct DOUT before gathering all 8 bits 2019-01-13T18:46:55 < emeb> yeah 2019-01-13T18:47:14 < dongs> tahts probly why i had psybnc_flag shit in ther bfeore hmm 2019-01-13T18:47:15 < emeb> also note that DOUT updates at beginning too. loads whatever is in sreg 2019-01-13T18:47:26 < dongs> does it? 2019-01-13T18:47:30 < dongs> because of assign? 2019-01-13T18:47:53 < emeb> anytime count = 0 2019-01-13T18:48:21 < emeb> so it sees count get reset to 0 at rising edge of psync 2019-01-13T18:48:23 < dongs> ah yeah i see it 2019-01-13T18:49:50 < emeb> and the reason your pre-route sim has X outs is that you never initialize psync_old 2019-01-13T18:49:57 < emeb> so the first if() always fails 2019-01-13T18:50:12 < emeb> because psync_old is always X 2019-01-13T18:50:22 < dongs> where do i initialize that? 2019-01-13T18:50:25 < dongs> in the test sim? 2019-01-13T18:50:26 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has quit [Ping timeout: 260 seconds] 2019-01-13T18:50:30 < emeb> in top 2019-01-13T18:50:39 < emeb> add an "initial" block 2019-01-13T18:50:48 < emeb> to set state of sreg and psync_old to 0 2019-01-13T18:50:52 < dongs> isnt that for sim only? 2019-01-13T18:51:01 < emeb> it's OK to use in FPGA 2019-01-13T18:51:15 < emeb> because FPGAs reset their registers at powerup 2019-01-13T18:51:25 < emeb> not OK in ASIC because no global reset 2019-01-13T18:52:15 -!- mirage335 [~mirage335@204.141.172.74] has joined ##stm32 2019-01-13T18:52:46 < emeb> but if you want to be really anal retentive then you provide a global reset to your logic and clear regs when that asserts. 2019-01-13T18:52:58 < dongs> yeah i dont have that and this is jsut a quick wank test anyway 2019-01-13T18:53:03 < dongs> psync is basically reset 2019-01-13T18:53:10 < dongs> i don't care about any other shit before or after it 2019-01-13T18:54:12 < dongs> behavioural still didnt work bit i dont really carea bout that 2019-01-13T18:55:11 < emeb> whatevs 2019-01-13T18:55:15 < dongs> ok so to delay... i ahve to start a counter at psync going high 2019-01-13T18:55:22 < dongs> collect sreg 2019-01-13T18:55:29 < dongs> er counter = flag 2019-01-13T18:55:48 < dongs> on next count[] overflow, i clear flag and pulse out sbyte_out 2019-01-13T18:55:53 < dongs> set another flag 2019-01-13T18:56:07 < dongs> on next count[] poverflow, clear sbyte_out 2019-01-13T18:56:16 < dongs> clear that falg too 2019-01-13T18:56:22 < dongs> any... less idiotic way? 2019-01-13T18:56:39 < emeb> well, sounds like a lot of counters 2019-01-13T18:56:51 < emeb> but I don't know what your requirements are. 2019-01-13T18:57:01 < mawk> how many times do you cycle between different flags dongs 2019-01-13T18:57:04 < mawk> just 2 times like this ? 2019-01-13T18:57:09 < mawk> you don't need a less idiotic way 2019-01-13T18:57:20 < dongs> ya 2019-01-13T18:57:37 < mawk> because idiotic is good for documentation 2019-01-13T18:57:43 < mawk> up to a certain extent 2019-01-13T19:00:38 < dongs> ok lets see 2019-01-13T19:01:48 < dongs> definitely cucked something up 2019-01-13T19:01:49 < dongs> damn 2019-01-13T19:02:21 < dongs> i think my count[] should be testing at like 7 not at 0 2019-01-13T19:02:25 < dongs> to dl all those things 2019-01-13T19:04:42 < dongs> emeb: if pclk_count[3:0] is it even gonna hit > 7 ever? 2019-01-13T19:05:05 < dongs> hm 4 bit counter? 2019-01-13T19:05:19 < dongs> so i guess yes it will 2019-01-13T19:13:42 < dongs> i dont think i need both count[] and pclk_count[].. tehy do same shit 2019-01-13T19:13:45 < dongs> time to try and clean this shit up 2019-01-13T19:21:34 < dongs> Net does not have a driver. 2019-01-13T19:21:34 < dongs> wat 2019-01-13T19:21:37 < dongs> this is new 2019-01-13T19:22:49 < dongs> ah, count[] was a 3 bit counter not 4 2019-01-13T19:24:29 < dongs> hm emeb. why this shit in behavioral doesnt work? i already init everything in initial 2019-01-13T19:25:36 < dongs> post routed test takes fucking ages 2019-01-13T19:25:39 < dongs> to compile 2019-01-13T19:26:09 < emeb> do you initialize every reg to known value? 2019-01-13T19:26:30 < dongs> well 2019-01-13T19:26:43 < dongs> http://bcas.tv/paste/results/7IRSRw88.html 2019-01-13T19:26:57 < dongs> liek this i guess 2019-01-13T19:27:14 < emeb> maybe add all stuff inside top to waveform output. 2019-01-13T19:27:35 < dongs> i can view it 2019-01-13T19:27:37 < dongs> while stepping 2019-01-13T19:27:44 < dongs> they're all xx's 2019-01-13T19:27:44 < emeb> sreg[7:0] <= 1'b00000000; 2019-01-13T19:27:47 < emeb> that's wrong 2019-01-13T19:27:49 < dongs> oh 2019-01-13T19:27:50 < dongs> yeah it is 2019-01-13T19:27:52 < dongs> 8' 2019-01-13T19:27:53 < emeb> needs to be 7'b 2019-01-13T19:27:56 < emeb> ya that 2019-01-13T19:28:19 < emeb> but that doesn't fix if counters etc not running right. 2019-01-13T19:28:56 < dongs> https://i.imgur.com/4Gr6wWU.png 2019-01-13T19:29:03 < dongs> count[] never gets not x 2019-01-13T19:29:08 < dongs> but if i do post routing it works 2019-01-13T19:29:43 < dongs> http://bcas.tv/paste/results/GbQXoN64.html current mess 2019-01-13T19:30:54 < dongs> oops tehresa bug but unrelated 2019-01-13T19:31:00 < dongs> wait no there isnt 2019-01-13T19:31:32 < emeb> any chance that the inputs are X at start & are corrupting stuff? 2019-01-13T19:31:47 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-13T19:31:54 < dongs> i guess? but i init'd count[] right? 2019-01-13T19:31:58 < dongs> so it shouldnt be x 2019-01-13T19:32:47 < dongs> count[3:0] <= 4'b0000; vs count <= 4'b0000; 2019-01-13T19:33:05 < emeb> shouldn't matter 2019-01-13T19:36:25 < dongs> ok my counter doesnt reset after 8 2019-01-13T19:38:09 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 250 seconds] 2019-01-13T19:38:17 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2019-01-13T19:45:26 < dongs> http://bcas.tv/paste/results/jIGarI35.html 2019-01-13T19:45:28 < dongs> this isnt gonna work is it 2019-01-13T19:45:28 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 250 seconds] 2019-01-13T19:45:34 < dongs> its not sequential but parallel? 2019-01-13T19:46:45 < emeb> it's in an edge-sensitive always block and using non-blocking assignments, so there's the possibility of a conflict sending and received are both high. 2019-01-13T19:47:01 < emeb> in those cases it's the last assignment that rules 2019-01-13T19:47:04 < dongs> fuck verilog. why couldnt i just write hardware shit in C 2019-01-13T19:47:14 < emeb> yeah - try to get parallelism in C 2019-01-13T19:47:42 < emeb> I've seen it tried - needs all kinds of ugly hacks 2019-01-13T19:47:50 < dongs> so how the hell do i get this two counter shit working 2019-01-13T19:48:00 < dongs> when i get psync, i set psync_received 2019-01-13T19:48:16 < dongs> on next 8 bits, i set psync_out and set psync_sending 2019-01-13T19:48:20 < dongs> ah, i forgot to clear psync-received 2019-01-13T19:48:21 < dongs> maybe that 2019-01-13T19:48:59 < dongs> i really wish i knew hwo to fix behavior sim 2019-01-13T19:49:06 < dongs> place and route takes forever even for this simple shit 2019-01-13T19:49:18 < emeb> what part are you targeting? 2019-01-13T19:49:30 < dongs> oh i dont care. its random chinkese xc6slx9 board 2019-01-13T19:49:52 < dongs> i THOUGHT this wasw gonna be a quick hack so i can slow down this 125mhz serial shit intoparallel/usable form 2019-01-13T19:49:56 < emeb> spartan 6 lx9 - yeah, PAR won't go super fast 2019-01-13T19:50:49 < dongs> ok COOl. psync shit fixed. 2019-01-13T19:56:18 < dongs> i think my test data is fucked... 2019-01-13T19:56:48 < dongs> https://i.imgur.com/PcNyaqn.png 2019-01-13T19:56:58 < dongs> thats 8 bits of sdat 2019-01-13T19:57:08 < dongs> but it continues clocking it out for 2 more bits... 2019-01-13T19:57:48 < dongs> 01000111XX 2019-01-13T19:59:40 < dongs> ok fixed that too 2019-01-13T20:00:45 < emeb> you're just using Xilinx ISIM for this sim? 2019-01-13T20:01:08 < dongs> yeah 2019-01-13T20:01:32 < dongs> https://i.imgur.com/NsdSDFg.png 2019-01-13T20:01:34 < dongs> making some progress 2019-01-13T20:01:42 < dongs> DOUT is almost correct, just off by one bit 2019-01-13T20:02:19 < emeb> do the capture when count = 8, not 7? 2019-01-13T20:02:37 < dongs> if (count > 7) begin 2019-01-13T20:02:39 < dongs> i thought i did that 2019-01-13T20:02:47 < emeb> ah right 2019-01-13T20:03:07 < emeb> does that update at 8 and 9, 10, etc? 2019-01-13T20:03:19 < dongs> no i set it back to 0 in that if 2019-01-13T20:03:24 < emeb> ok 2019-01-13T20:03:28 < dongs> http://bcas.tv/paste/results/3ZSz9a20.html 2019-01-13T20:03:30 < dongs> current trash 2019-01-13T20:05:15 < dongs> i think its probly cuz im thinking this is C 2019-01-13T20:05:18 < dongs> and not parallel 2019-01-13T20:05:34 < emeb> yeah - that's a hurdle to get over 2019-01-13T20:05:58 < dongs> but in either case i have no idea wahts wrong :p 2019-01-13T20:07:29 < dongs> hmm sreg is one clock cycle delayed 2019-01-13T20:07:49 < emeb> get rid of that #1 2019-01-13T20:07:55 < dongs> https://i.imgur.com/FlLZJBY.png 2019-01-13T20:08:10 < dongs> the sreg <= thing? 2019-01-13T20:08:20 < emeb> yup - it's not synthesizable 2019-01-13T20:08:37 < emeb> (can't put arbitrary delays into clocked logic like that) 2019-01-13T20:08:38 < dongs> waht teh fuck is it, is that actualyl same thing as #delay in test bench? 2019-01-13T20:08:43 < dongs> i didnt write that 2019-01-13T20:08:46 < dongs> i think i copied from somewehre 2019-01-13T20:09:02 < emeb> cargo cult! 2019-01-13T20:09:02 < dongs> is that wahts fucking it up? 2019-01-13T20:09:11 < emeb> probably not, but it's not helping. 2019-01-13T20:09:15 < dongs> rebuiding to check 2019-01-13T20:09:52 < dongs> ya no diff 2019-01-13T20:11:29 < dongs> lets move count++ under the if () 2019-01-13T20:11:34 < emeb> add sreg & count to your waveform display - see what they're doing in relation to inputs/outputs 2019-01-13T20:11:43 < dongs> yeah i watched them in debug 2019-01-13T20:11:45 < dongs> stepping 2019-01-13T20:12:01 < dongs> FUCK well that backfired lmao 2019-01-13T20:12:30 < dongs> k lemme add them to display 2019-01-13T20:12:45 < emeb> I suspect they're happening 1 cycle later than you think 2019-01-13T20:14:28 < Thorn> verilog emergency in ##stm32 2019-01-13T20:14:44 < Thorn> I took a nap and it's still going on 2019-01-13T20:14:46 < dongs> https://i.imgur.com/mFrIm0s.png 2019-01-13T20:14:54 < dongs> Thorn: yeah, im dumb as fuck with this 2019-01-13T20:15:04 < dongs> C i can at least pretend to know something but this is confusing as hell 2019-01-13T20:15:21 < dongs> and yes sreg is shifted, but no idea why 2019-01-13T20:24:00 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-13T20:25:23 < dongs> wait my sreg is 2 cycles behind 2019-01-13T20:25:27 < dongs> yea tahts realyl fucked up 2019-01-13T20:25:27 < dongs> blah 2019-01-13T20:26:37 < mawk> you downgraded the clock right ? 2019-01-13T20:26:44 < Laurenceb_123> *cock 2019-01-13T20:26:44 < mawk> and that's the reason it's doing this 2019-01-13T20:26:53 < dongs> downgraded what 2019-01-13T20:27:09 < mawk> the clock freq 2019-01-13T20:28:43 -!- tairaeza [~tairaeza@soyuz.whatbox.ca] has quit [Changing host] 2019-01-13T20:28:43 -!- tairaeza [~tairaeza@unaffiliated/tairaeza] has joined ##stm32 2019-01-13T20:38:00 < rajkosto> whats the max switching frequency you could get a stm32 SMPS to be 2019-01-13T20:38:50 < dongs> over 9000MHz 2019-01-13T20:40:02 < englishman> gpio clock / 2 2019-01-13T20:40:23 < englishman> or rather timer clock / 2 I guess 2019-01-13T20:40:36 < englishman> but then you are stuck at 50% duty cycle only 2019-01-13T20:40:51 < englishman> so it would not be a very flexible smps 2019-01-13T20:41:12 < dongs> https://i.imgur.com/5nz7boW.png looks like my pclk_out is busted too 2019-01-13T20:41:16 < dongs> one cycle too long 2019-01-13T20:41:28 < dongs> and probly needs to be inverted but thats easy 2019-01-13T20:53:31 < rajkosto> englishman, i would think either ADC or Interrupts would be the bottlenecks 2019-01-13T20:54:35 < qyx> why 2019-01-13T20:54:55 < qyx> switching freq != control loop freq 2019-01-13T20:55:57 < rajkosto> switching freq at 1MHz would leave only 72 pwm levels possible 2019-01-13T20:56:07 < rajkosto> but control loop freq would have to be way lower 2019-01-13T20:57:01 < qyx> you could also do some kind of dithering 2019-01-13T20:57:12 < qyx> but that sounds too Laurenceb_123-ish 2019-01-13T20:59:47 < Thorn> rajkosto: look at f373, they have HRTIM 2019-01-13T21:00:35 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:d452:2bc6:cb1f:9a9e] has joined ##stm32 2019-01-13T21:27:52 -!- con3 [~kvirc@197.233.111.214] has joined ##stm32 2019-01-13T21:28:08 < karlp> Ecco: jpa- speaking of that f7 two busses: https://github.com/libopencm3/libopencm3/pull/776 2019-01-13T21:28:18 < karlp> tl;dr: shit's complicated y0 2019-01-13T21:31:44 < rajkosto> Thorn, i would rather use a fixed function SMPS chip but none of them have an "instant" EN pin 2019-01-13T21:32:46 < rajkosto> need to be able to enable and disable its output very quickly (> 1KHz), all the ones that have EN pin take some time after its gone high to start up 2019-01-13T21:35:39 < qyx> did you try smps led drivers with EN pwm dimming? 2019-01-13T21:35:51 < qyx> they need to react fast 2019-01-13T21:36:33 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:d452:2bc6:cb1f:9a9e] has quit [Quit: Konversation terminated!] 2019-01-13T21:36:52 -!- con3 [~kvirc@197.233.111.214] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-13T21:37:31 < Laurenceb_123> muh sportzball 2019-01-13T21:37:43 < jpa-> karlp: huh.. weird that they chose to map it at different offset, instead of just having a configurable remap through some register 2019-01-13T21:40:51 < rajkosto> qyx, not fast enough 2019-01-13T21:41:29 < rajkosto> ive actually had more luck feeding my pwm signal into the current sense pin via 30k resistor 2019-01-13T21:41:51 < qyx> why do you need to turn on/off so quick? 2019-01-13T21:42:00 < rajkosto> create epilepsy 2019-01-13T21:42:01 < qyx> cannot you use a power switch after the converter? 2019-01-13T21:42:12 < rajkosto> that confuses the hell out of it 2019-01-13T21:42:49 < BrainDamage> use a stable SMPS and then toggle the outpit 2019-01-13T21:43:06 < BrainDamage> you cannot fast startup a SMPS due to multiple reasons 2019-01-13T21:43:09 < rajkosto> either way i dont know how to wire it since the one i have switches the low 2019-01-13T21:43:27 < BrainDamage> for one the inductor needs to be charged, and the control loop has finite bandwith 2019-01-13T21:43:38 < BrainDamage> typically hundred Hz or so 2019-01-13T21:44:21 < rajkosto> i need more then 2019-01-13T21:44:41 < rajkosto> qyx, cant use a power switch after the converter because it confuses current sense 2019-01-13T21:45:00 < englishman> Start coding online with the Arduino Web Editor, save your sketches in the cloud, and always have the most up-to-date version of the IDE, including all the contributed libraries and support for new Arduino boards. 2019-01-13T21:45:18 < BrainDamage> rajkosto: how does it? 2019-01-13T21:45:27 < rajkosto> makes smps think it should be at 100% duty cycle 2019-01-13T21:45:42 < rajkosto> as theres no current out even though its workin it 2019-01-13T21:45:53 < BrainDamage> add a small bleeding resistor 2019-01-13T21:46:29 < rajkosto> i think the onyl way would be to have some sort of switch that keeps wasting power ? 2019-01-13T21:47:31 < rajkosto> the CS override is working best actually, with no additional components 2019-01-13T21:47:43 < jpa-> rajkosto: current out? so is this constant-current, not constant-voltage smps? 2019-01-13T21:47:48 < rajkosto> yep 2019-01-13T21:47:59 < qyx> lul 2019-01-13T21:48:07 < qyx> then simply short the output? 2019-01-13T21:48:35 < BrainDamage> ^ 2019-01-13T21:49:08 < jpa-> 1kHz doesn't seem particularly fast anyway, with most SMPS operating at >100kHz 2019-01-13T21:49:11 < rajkosto> that makes it turn off and doesnt turn on until i reset it 2019-01-13T21:49:18 < rajkosto> (toggle EN pin) 2019-01-13T21:49:48 < qyx> why does it turn off? 2019-01-13T21:49:52 < rajkosto> overcurrent 2019-01-13T21:49:54 < qyx> does it detect zero output voltage? 2019-01-13T21:50:29 < jpa-> rajkosto: is it a buck or a boost regulator? 2019-01-13T21:50:51 < rajkosto> a boost regulator operating in buck mode 2019-01-13T21:51:11 < jpa-> ... 2019-01-13T21:51:15 < rajkosto> exactly 2019-01-13T21:51:33 < mawk> I'm at -1.2k€ on my bank account 2019-01-13T21:52:13 < mawk> that's maybe why my bank is sending me two letters every day 2019-01-13T21:52:23 < Steffanx> Want mw to donate stroopwafels? 2019-01-13T21:52:31 < Steffanx> Me* 2019-01-13T21:52:47 < rajkosto> i have that one, i have one that has the chip marking sanded off so i dont know what it is, and im waiting for a proper boost one to arrive 2019-01-13T21:52:50 -!- sterna [~Adium@h-79-136-64-196.NA.cust.bahnhof.se] has quit [Quit: Leaving.] 2019-01-13T21:52:56 < mawk> my mother sent me a load of money 2019-01-13T21:53:06 < mawk> but it's too late, the bank blocked my card remotely 2019-01-13T21:53:12 < mawk> now when I use it it says unrecognized card 2019-01-13T21:53:23 < mawk> they burned a fuse remotelt when I did the last transactiob 2019-01-13T21:53:40 < mawk> without a warning 2019-01-13T21:54:29 < mawk> that tx was to buy a calculator for my CAN bus midterm exam 2019-01-13T21:54:43 < mawk> so I did it without a calculator, only with paper arithmetic 2019-01-13T21:55:36 -!- Drzacek [~Drzacek@200116b80012b700b47526c9d37050ab.dip.versatel-1u1.de] has joined ##stm32 2019-01-13T21:56:07 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-13T21:59:16 < Steffanx> Lol mawk. 2019-01-13T22:02:30 < mawk> so I live on cash for the moment 2019-01-13T22:02:52 < mawk> my netflix account got blocked because they couldn't withdraw the money 2019-01-13T22:03:03 < mawk> so I said my girlfriend it's probably a netflix bug and she believed me 2019-01-13T22:03:25 < BrainDamage> is the balance at -1.2k after the transfer? 2019-01-13T22:03:49 < Steffanx> Lol. Is it that hard to tell the truth mawk 2019-01-13T22:03:59 < BrainDamage> also, do you have overdraft fees? 2019-01-13T22:04:34 < mawk> yeah BrainDamage 20% yearly fee 2019-01-13T22:04:41 < mawk> + around 10€ "incident" fee for every failed transaction 2019-01-13T22:04:47 < mawk> so it gets very very expensive very quickly to be negative 2019-01-13T22:05:15 < specing> mawk: 1.2k for a calculator? 2019-01-13T22:05:32 < mawk> no the calculator was 10€ 2019-01-13T22:05:41 < mawk> but it was the very last transaction 2019-01-13T22:05:45 < mawk> that fused the card 2019-01-13T22:05:50 < mawk> yes Steffanx 2019-01-13T22:05:56 < mawk> because I'm not supposed to be that low 2019-01-13T22:06:05 < mawk> I'm virtually even lower because I had money that wasn't mine on that account 2019-01-13T22:06:20 < mawk> but I'm pretty sure I didn't spent all that much, I'll review the transactions tomorrow to spot if there was a fraud 2019-01-13T22:06:34 < mawk> I'm just a student that doesn't have to pay a rent, I can't spend 1.2k a month 2019-01-13T22:06:40 < mawk> I just spend for food and caffeine 2019-01-13T22:06:57 < qyx> maybe your gf.. 2019-01-13T22:07:09 < mawk> no 2019-01-13T22:07:16 < mawk> she has more money than me, and there's just one card 2019-01-13T22:07:41 < Steffanx> Hm 2019-01-13T22:11:58 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-13T22:13:17 -!- cnt [uid317556@gateway/web/irccloud.com/x-nredbnabvbfptcbd] has joined ##stm32 2019-01-13T22:19:40 < Thorn> no $$$ — no gf 2019-01-13T22:19:49 < cnt> tfwnogf 2019-01-13T22:20:33 < rajkosto> qyx, what if i use the same signal to tell the smps current is way too high as well as switch the output off ? 2019-01-13T22:20:45 < cnt> is our wizard present? 2019-01-13T22:20:52 < Steffanx> No. 2019-01-13T22:20:58 < cnt> good morning stffn 2019-01-13T22:21:07 < Steffanx> Welcome sir. 🍕? 2019-01-13T22:25:31 < Laurenceb_123> wojak 2019-01-13T22:26:00 < qyx> wheres vojak 2019-01-13T22:27:13 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:f08a:5d56:616e:d19f] has joined ##stm32 2019-01-13T22:30:27 < cnt> Laurenceb_123: did you hear about babby 2019-01-13T22:30:50 < Laurenceb_123> no, what is this? 2019-01-13T22:31:14 < cnt> this happened in the motherland (india) https://www.independent.co.uk/news/uk/home-news/decapitated-baby-doctor-mothers-womb-delivery-death-vaishnavy-laxman-tribunal-ninewells-hospital-a8344696.html 2019-01-13T22:32:22 < Steffanx> Dear cnt 2019-01-13T22:32:26 < cnt> hi sir 2019-01-13T22:32:43 < Steffanx> Some things are better left on independent.co.uk 2019-01-13T22:33:52 < cnt> https://www.hindustantimes.com/india-news/rajasthan-baby-s-legs-broke-liver-ruptured-during-botched-delivery-autopsy/story-5DuUComul0UMykzWNcJ3vM.html 2019-01-13T22:33:55 < jadew> it happened in march 2014 2019-01-13T22:34:07 < Steffanx> You get when i mean mr cnt. 2019-01-13T22:34:07 < jadew> took the news 4 years to get to the UK 2019-01-13T22:37:13 < cnt> i misread that as it took 4 years to get it out 2019-01-13T22:38:47 < jadew> think she walked into the wrong room? 2019-01-13T22:39:34 < jadew> India is fascinating to me 2019-01-13T22:39:49 * catphish watches STTNG 2019-01-13T22:40:01 < jadew> definitely a great place to visit 2019-01-13T22:40:14 < Laurenceb_123> attn cnt https://metro.co.uk/2019/01/13/couple-smeared-blood-caught-sex-woods-surrounded-chanting-women-8338985/ 2019-01-13T22:41:34 < cnt> the loaded dogs 2019-01-13T22:42:14 < jadew> the two chicks who found them, took their time there 2019-01-13T22:42:25 < jadew> they saw the whole thing 2019-01-13T22:42:48 < jadew> the blood painting, the sex 2019-01-13T22:42:48 < cnt> seems metro.co.uk is dead to .au 2019-01-13T22:43:09 < kakimir> hello 4:43AM 2019-01-13T22:43:18 < cnt> 7:43am here 2019-01-13T22:43:25 < kakimir> woke up 2019-01-13T22:43:39 < jadew> Cracki, indeed 2019-01-13T22:44:00 < jadew> a while later, they went back for more - that's when they saw the other women chanting around the couple 2019-01-13T22:45:51 < kakimir> uk? 2019-01-13T22:48:25 < kakimir> it's true 2019-01-13T22:51:55 < cnt> the dogs 2019-01-13T22:52:21 < cnt> I was thinking about microcontrollers 2019-01-13T23:06:22 -!- Drzacek [~Drzacek@200116b80012b700b47526c9d37050ab.dip.versatel-1u1.de] has quit [Quit: Leaving] 2019-01-13T23:07:46 < antto> whatever floats senpai's boat 2019-01-13T23:08:19 < cnt> senpai is now Steffanx 2019-01-13T23:08:29 < antto> oh? 2019-01-13T23:08:45 < antto> well i've no idea what he's akchually doing every day 2019-01-13T23:08:48 < cnt> whois senpai 2019-01-13T23:09:53 < cnt> what is macron 2019-01-13T23:10:23 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-13T23:10:36 < Steffanx> Same as you antto 2019-01-13T23:11:35 < antto> of course you know what i'm doing 2019-01-13T23:11:38 < antto> who doesn't 2019-01-13T23:11:49 < Steffanx> Yes, you are a open book to everyone. 2019-01-13T23:11:58 < Steffanx> *an 2019-01-13T23:12:32 < cnt> read a page of the old paper 2019-01-13T23:13:46 < antto> i gotta go run the end titles.. 2019-01-13T23:14:07 < Steffanx> so did you enjoy what you did today, antto? 2019-01-13T23:14:58 < antto> not very much 2019-01-13T23:15:05 < antto> did you enjoy collecting my answer? 2019-01-13T23:17:49 < Steffanx> Nah, it was the same as usual, which is good enough for me. 2019-01-13T23:18:11 < zyp> Steffanx, https://bin.jvnv.net/file/1mCyR.jpg 2019-01-13T23:19:12 < Steffanx> vafler :) 2019-01-13T23:19:18 < cnt> that's a bingo 2019-01-13T23:19:28 < zyp> yeah 2019-01-13T23:19:40 < Steffanx> 2 euro/piece? Daaamn 2019-01-13T23:20:09 < zyp> for a pack of 6, yeah 2019-01-13T23:20:26 < zyp> didn't buy though, doubt they are as good as the kanjers 2019-01-13T23:20:27 < Steffanx> oh ok, thats not so bad 2019-01-13T23:20:37 < cnt> these are one ones i can source locally http://www.atouchofdutch.com.au/catalog/product_info.php/manufacturers_id/28/products_id/176/osCsid/1lc57j38a9imlbma6q5vkur423 2019-01-13T23:20:40 < Steffanx> You will only know after a taste-test 2019-01-13T23:20:43 < zyp> I need to put in an order for some kanjers soon 2019-01-13T23:20:54 < zyp> :p 2019-01-13T23:21:14 < Steffanx> cnt too, but he refuses to do so. 2019-01-13T23:21:32 < cnt> refuses ey 2019-01-13T23:21:45 < cnt> is the stroopshop open again? 2019-01-13T23:21:48 < Steffanx> together will a pair of klompen. 2019-01-13T23:21:51 < Steffanx> it never closed. 2019-01-13T23:21:54 < cnt> hahahahah 2019-01-13T23:21:57 < cnt> KLOMPEN 2019-01-13T23:22:12 < cnt> a classic unit 2019-01-13T23:22:21 < Steffanx> oh you reminded me i have to renew the domain, otherwise no waffle express no more. 2019-01-13T23:22:38 < cnt> how many shrekels 2019-01-13T23:22:51 < cnt> my domain autoreniggers 2019-01-13T23:22:59 < cnt> i will probably have to hand it over to senpai 2019-01-13T23:23:51 < zyp> https://bin.jvnv.net/file/CnJ0W.jpg <- I moved my charger to the new house today 2019-01-13T23:24:06 < zyp> ghettoed up some power: https://bin.jvnv.net/file/ZsamE.jpg 2019-01-13T23:24:48 < Steffanx> cnt owns a domain? 2019-01-13T23:24:51 < cnt> nice1 2019-01-13T23:25:17 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-13T23:25:30 < zyp> I'm gonna run 3x32A to a sub panel there, hence the thick conduit, but I don't have the parts for that yet 2019-01-13T23:26:06 < zyp> so for now I just pulled some old cable I had through the conduit and hooked it to one of the existing circuit breakers 2019-01-13T23:27:02 < zyp> house has dedicated circuits for both laundry machine and dryer, since I have a combined unit I'm only using one of them, so I'm using the other one for the charger now 2019-01-13T23:27:35 < zyp> not entirely legal to do it like that, but eh, it'll do fine as a temporary thing :p 2019-01-13T23:28:00 < cnt> in australia if a nigger broke in and electrocuted himself on it, that'd be my fault 2019-01-13T23:28:06 < cnt> fucking niggers 2019-01-13T23:28:48 < zyp> there shouldn't be any real safety risk involved here 2019-01-13T23:29:31 < Steffanx> why wouldnt it be legal zyp? 2019-01-13T23:30:05 < Steffanx> Is that flexible conduit a permanent solution ( i never like that when its not covered) 2019-01-13T23:30:43 < zyp> in addition to not strictly being allowed to do this myself, the only violations I've got is that the conduit is not fastened satisfactory and I don't have a DC RCD on the charging circuit 2019-01-13T23:32:03 < zyp> I'm planning to put the conduit inside a … hmm, I forgot the word 2019-01-13T23:32:09 < zyp> kabelkanal in norwegian 2019-01-13T23:32:45 < cnt> zyp: yeah i know 2019-01-13T23:32:59 < cnt> it is safu 2019-01-13T23:33:02 < zyp> https://www.cyberpuerta.mx/img/product/L/CP-THORSMAN-TEK-100-A-1.jpg <- this shit 2019-01-13T23:33:11 < zyp> or similar 2019-01-13T23:34:05 < zyp> that's why I put the hole through the wall at that height, I'm planning to run a horizontal one all the way across the room, under that box on the right side 2019-01-13T23:34:21 < cnt> nice one 2019-01-13T23:34:23 < zyp> and then a vertical one between that and the ceiling where the cables come down 2019-01-13T23:34:48 -!- sterna [~Adium@c-a2e3e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-13T23:35:27 < cnt> the bingo 2019-01-13T23:35:43 -!- con3 [~kvirc@197.233.95.172] has joined ##stm32 2019-01-13T23:37:06 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:f08a:5d56:616e:d19f] has quit [Quit: Konversation terminated!] 2019-01-13T23:40:20 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 250 seconds] 2019-01-13T23:41:04 -!- davor [~davor@unaffiliated/davor] has joined ##stm32 2019-01-13T23:54:43 < zyp> oh, and I also moved the couch today, forgot to say 2019-01-13T23:55:13 < zyp> https://bin.jvnv.net/file/AlHVM.jpg <- one trip was plenty, just stacked it all on the roof --- Day changed Mon Jan 14 2019 2019-01-14T00:03:12 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-14T00:08:57 -!- con3 [~kvirc@197.233.95.172] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-14T00:09:42 < Steffanx> hah kabelkanal made sense zyp :) 2019-01-14T00:10:09 < Steffanx> not even mr bean style zyp 2019-01-14T00:25:57 < cnt> Good bloggin’ 2019-01-14T00:26:41 < cnt> https://usercontent.irccloud-cdn.com/file/m9ghFK7s/for+steffan.JPG 2019-01-14T00:26:46 < cnt> I forgot 2019-01-14T00:27:52 < cnt> https://usercontent.irccloud-cdn.com/file/cYhbjR4P/steffan.JPG 2019-01-14T00:27:59 -!- sterna [~Adium@c-a2e3e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-14T00:28:04 < cnt> Is that alright 2019-01-14T00:33:21 < Thorn> http://james-iry.blogspot.com/2009/05/brief-incomplete-and-mostly-wrong.html 2019-01-14T00:37:29 < Steffanx> Haha cnt 2019-01-14T00:38:36 < Laurenceb_123> kek wut 2019-01-14T00:40:36 < Laurenceb_123> > Later still, in an effort to cash in on the popularity of skin diseases the language is renamed ECMAScript. 2019-01-14T00:40:38 < Laurenceb_123> accurate 2019-01-14T00:49:38 < Laurenceb_123> tfw radical centrist https://www.imgoat.com/uploads/ecca5b6365/184870.jpg 2019-01-14T00:51:50 < zyp> Steffanx, well, dutch and norwegian seems to halfway be mutually intelligible 2019-01-14T01:18:53 < mawk> I never did category theory and this statement is intelligible to me Cracki 2019-01-14T01:18:57 < mawk> everything's fine 2019-01-14T01:19:39 < mawk> :( 2019-01-14T01:20:16 < mawk> a mondad is a set of endofunctors with an associative law 2019-01-14T01:20:19 < mawk> and a neutral element 2019-01-14T01:20:41 < mawk> the endo- in endofunctor means it goes to the same set it's coming from 2019-01-14T01:20:50 < mawk> it relates to functionnal programming 2019-01-14T01:20:59 < mawk> and program proving and stuff 2019-01-14T01:22:21 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has quit [Ping timeout: 246 seconds] 2019-01-14T01:22:33 < mawk> well it's a fundamental structure yeah 2019-01-14T01:22:40 < mawk> like a plain monoid is in group theory 2019-01-14T01:22:55 < mawk> you add more properties and you get from monoid to group, to ring, to field, etc 2019-01-14T01:23:42 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has joined ##stm32 2019-01-14T01:23:53 < mawk> the description of a field in itself doesn't help for doing stuff, but you have a rich theory on fields that can be applied to anything that can be viewed as a field 2019-01-14T01:24:47 < mawk> yeah they're historical names I guess 2019-01-14T01:24:53 < zyp> so what's the understandable description of a monad? 2019-01-14T01:24:56 < mawk> that come from the initial usage they've been introduced for 2019-01-14T01:24:58 < zyp> because now I'm wondering what it is 2019-01-14T01:25:06 < mawk> I don't think you can understand that without some background zyp 2019-01-14T01:25:12 < mawk> but the thing to understand is what a functor is 2019-01-14T01:25:18 < mawk> once you get it a monoid is pretty simple 2019-01-14T01:25:28 < mawk> well category theory is nicknamed "abstract nonsense" 2019-01-14T01:25:32 < mawk> among mathematicians 2019-01-14T01:25:37 < zyp> a functor is a function-object, no? 2019-01-14T01:27:08 < zyp> I'd describe a functor as a object that both has state and is callable, but I'm not sure that's accurate 2019-01-14T01:28:14 < mawk> it's something like a meta-function that can act on objects like a regular function but also wrap other functions 2019-01-14T01:28:20 < karlp> zyp: heh, we hhave those tiger stroop too. 2019-01-14T01:28:49 < zyp> hmm, seems like haskell uses the term differently 2019-01-14T01:28:52 < mawk> your functor can act on objects of a category, but can also act on morphisms of that category (to another category, or to the same category) 2019-01-14T01:28:54 < zyp> https://en.wikipedia.org/wiki/Functor_(disambiguation) 2019-01-14T01:28:56 < mawk> while preserving nice properties 2019-01-14T01:30:41 < zyp> karlp, nice, didn't expect anybody to recognize the shop 2019-01-14T01:30:58 < karlp> I dind't buy any though, thye looked kinda so so 2019-01-14T01:31:09 < zyp> same 2019-01-14T01:31:23 < mawk> you could say it's a higher-order function zyp 2019-01-14T01:31:26 < mawk> for summary 2019-01-14T01:31:38 < mawk> a function (functor) that acts on functions (morphisms) 2019-01-14T01:32:25 < PaulFertser> zyp: C++ guy explains https://bartoszmilewski.com/2015/05/11/using-monads-in-c-to-solve-constraints-1-the-list-monad/ 2019-01-14T01:36:10 < PaulFertser> https://bartoszmilewski.wordpress.com/2011/01/09/monads-for-the-curious-programmer-part-1/ 2019-01-14T01:36:24 < specing> monads monads monads *haskelling intensifies* 2019-01-14T01:38:27 < PaulFertser> "If you know what to look for you’ll find monads everywhere." 2019-01-14T01:40:00 < mawk> yeah I don't like this approach Cracki 2019-01-14T01:41:47 < mawk> but it's really higher-order 2019-01-14T01:41:55 < mawk> if it returns a new function, that is 2019-01-14T01:42:17 < mawk> if it's int (int (*fp)()); in C++ it's not higher-order 2019-01-14T01:42:44 < mawk> the term is borrowed from other parts of maths 2019-01-14T01:42:51 < mawk> for instance the theory of tensors 2019-01-14T01:42:56 < mawk> of linear forms 2019-01-14T01:43:07 < mawk> you have functions that take functions that return a function that take a function ... 2019-01-14T01:43:17 < mawk> lol 2019-01-14T01:43:29 < mawk> not really majored because I was doing drugs all of the time 2019-01-14T01:43:33 < mawk> but it was my favorite coursez 2019-01-14T01:43:57 < mawk> yeah 2019-01-14T01:44:21 < mawk> the intitulate was "mathematics, physics and engineering sciences" 2019-01-14T01:44:27 < mawk> then the second year was just "mathematics, physics" 2019-01-14T01:44:32 < mawk> but more maths than physics 2019-01-14T01:45:36 < mawk> yeah 2019-01-14T01:45:39 < mawk> I don't like this approach 2019-01-14T01:45:43 < mawk> mathematics is an art on its own 2019-01-14T01:45:54 < mawk> it should be treated with infinite respect 2019-01-14T01:45:55 < mawk> yeah 2019-01-14T01:46:12 < mawk> it's not really constructed, I think it's rather discovered 2019-01-14T01:46:17 < mawk> mathematics are self-consistent 2019-01-14T01:46:27 < mawk> an alien at the other edge of the universe would discover the same maths as us 2019-01-14T01:46:41 < mawk> well maths usually lead the real world 200 years or so 2019-01-14T01:46:54 < mawk> maths discovered some centuries ago are useful today in physics 2019-01-14T01:47:24 < mawk> you can't publish if it's not consistent 2019-01-14T01:47:27 < mawk> you'll be laughed at 2019-01-14T01:47:30 < mawk> unlike psychology 2019-01-14T01:47:45 < mawk> or philosophy or whatever 2019-01-14T01:47:54 < mawk> where you can always construct stuff and call that a theory 2019-01-14T01:53:30 < aandrew> dongs: your testbench waveforms show you driving the signal on falling edge not rising edge 2019-01-14T01:58:14 < aandrew> heh 2019-01-14T01:58:17 < aandrew> yeah something like that 2019-01-14T01:58:31 < aandrew> it's more about not meeting setup/hold requirements 2019-01-14T02:03:32 -!- codyps [~codyps@richard.einic.org] has joined ##stm32 2019-01-14T02:07:27 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-14T02:11:27 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 240 seconds] 2019-01-14T02:17:51 -!- codyps [~codyps@richard.einic.org] has quit [Quit: quit] 2019-01-14T02:18:17 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-14T02:23:35 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Read error: Connection reset by peer] 2019-01-14T02:25:18 < Laurenceb_123> 4chan sighted https://www.imgoat.com/uploads/ecca5b6365/184884.jpg 2019-01-14T02:29:03 < Laurenceb_123> freedom of food https://www.imgoat.com/uploads/ecca5b6365/184885.jpg 2019-01-14T02:29:40 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 268 seconds] 2019-01-14T02:29:49 < aandrew> thats a big girl 2019-01-14T02:33:53 < Laurenceb_123> $U 2019-01-14T02:34:06 < Laurenceb_123> epic fail 2019-01-14T02:35:51 -!- codyps [~codyps@richard.einic.org] has joined ##stm32 2019-01-14T02:41:11 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2019-01-14T02:43:09 < mawk> she couldn't afford a working sharpie ? 2019-01-14T02:43:19 < mawk> that sign is terrible 2019-01-14T02:43:23 < mawk> she will go to hell 2019-01-14T02:47:03 -!- mirage335 [~mirage335@204.141.172.74] has quit [Ping timeout: 246 seconds] 2019-01-14T03:00:52 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has joined ##stm32 2019-01-14T03:08:05 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has quit [Ping timeout: 258 seconds] 2019-01-14T03:10:13 < kakimir> 5/5 breakfest 2019-01-14T03:10:48 < kakimir> breakfast or breakfest 2019-01-14T03:11:13 < kakimir> in finnish it's aamupala 2019-01-14T03:11:21 < kakimir> meaning literally morning bite 2019-01-14T03:11:57 < kakimir> aamu = morning pala = piece, bite 2019-01-14T03:13:18 < PeterM> connector or connecter? 2019-01-14T03:13:25 < PeterM> in kakimir it's SMA 2019-01-14T03:13:33 < PeterM> meaning literally all of the connectors on a board 2019-01-14T03:23:01 -!- cnt [uid317556@gateway/web/irccloud.com/x-nredbnabvbfptcbd] has quit [Quit: Connection closed for inactivity] 2019-01-14T03:36:23 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-14T03:41:02 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-14T03:42:42 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-14T05:19:51 -!- cnt [uid317556@gateway/web/irccloud.com/x-zmsxbiyiofpzobtu] has joined ##stm32 2019-01-14T05:42:49 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-14T06:02:57 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has left ##stm32 [] 2019-01-14T06:20:15 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 272 seconds] 2019-01-14T06:23:18 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2019-01-14T06:23:41 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-14T06:24:22 < dongs> dongs 2019-01-14T06:39:48 -!- con3 [~kvirc@197.233.95.172] has joined ##stm32 2019-01-14T06:41:47 -!- benishor [~benny@79.116.196.238] has quit [Read error: Connection reset by peer] 2019-01-14T06:54:37 < dongs> aandrew: isnt that what the code wnats too? @negefge or wahegver 2019-01-14T06:55:26 -!- fc5dc9d4_ [~quassel@p5B081BE7.dip0.t-ipconnect.de] has joined ##stm32 2019-01-14T06:57:04 -!- mwfc [~mwfc@playerpiano.mwfc.info] has quit [Ping timeout: 264 seconds] 2019-01-14T06:59:37 -!- fc5dc9d4 [~quassel@p5B0819E8.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 2019-01-14T07:05:22 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-14T07:12:06 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Ping timeout: 268 seconds] 2019-01-14T07:25:41 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 258 seconds] 2019-01-14T07:25:52 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-14T07:33:01 -!- cnt [uid317556@gateway/web/irccloud.com/x-zmsxbiyiofpzobtu] has quit [Quit: Connection closed for inactivity] 2019-01-14T07:37:31 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 260 seconds] 2019-01-14T07:38:31 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-14T07:53:46 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-14T07:56:44 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 258 seconds] 2019-01-14T07:56:48 -!- day__ is now known as day 2019-01-14T08:10:02 < dongs> hey waht 2019-01-14T08:10:04 < dongs> i changed clock polarity 2019-01-14T08:10:09 < dongs> and now behavioural sim works too 2019-01-14T08:10:17 < dongs> well, works as in, gives me same fucked up result 2019-01-14T08:10:22 < dongs> but at least shit isnt xx'd now 2019-01-14T08:11:53 -!- cnt [uid317556@gateway/web/irccloud.com/x-qivqeqcfqehlsznx] has joined ##stm32 2019-01-14T08:28:25 -!- con3 [~kvirc@197.233.95.172] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-14T08:47:28 -!- benishor [~benny@188.24.190.169] has joined ##stm32 2019-01-14T08:49:11 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-14T08:51:00 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-14T08:51:39 -!- Jybz [~jibz@ip-37-201-5-47.hsi13.unitymediagroup.de] has joined ##stm32 2019-01-14T08:55:57 -!- sterna [~Adium@c-7fb8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-14T08:55:58 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2019-01-14T09:00:29 -!- sterna [~Adium@c-7fb8d954.016-35-62726f1.bbcust.telenor.se] has quit [Client Quit] 2019-01-14T09:00:42 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2019-01-14T09:01:34 -!- sterna [~Adium@c-7fb8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-14T09:11:18 * Haohmaru connects Laurenceb to 3.3V in series with an electret, and whispers in it 2019-01-14T09:19:17 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-14T09:22:51 < dongs> hmm 2019-01-14T09:23:02 < dongs> counters in verilog dont overflow?? 2019-01-14T09:23:19 < dongs> i thought i could set [3:0] to 1111 and on next tick it will be 0 2019-01-14T09:23:20 < dongs> but noo 2019-01-14T09:33:25 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-14T09:38:46 < zyp> they don't? I'd expect the same 2019-01-14T09:40:06 < dongs> well it certainly didnt for me 2019-01-14T09:40:17 < dongs> on reset i did a counter = 1111 2019-01-14T09:40:21 < dongs> and on next tick there's a ++ 2019-01-14T09:40:25 < dongs> but it just remained at 1111 2019-01-14T09:46:34 -!- sterna [~Adium@c-7fb8d954.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-14T09:50:03 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-14T09:52:04 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-14T09:54:26 < c10ud> mfw I enable uart and get an i2c exception 2019-01-14T09:55:24 < dongs> exception? 2019-01-14T09:55:27 < dongs> le fuck 2019-01-14T09:55:57 < c10ud> ye ipsr reads 0x49 2019-01-14T09:56:28 < c10ud> im debugging some init-serial boilerplate running on f2 2019-01-14T10:10:53 < zyp> and you've accounted for the fact that hander 0x49 is IRQ 0x39? 2019-01-14T10:11:18 < zyp> handler* 2019-01-14T10:11:24 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-14T10:11:42 < zyp> since the first 16 vectors are reserved for exceptions and stuff, so IRQ 0 is handler 16 2019-01-14T10:12:44 < c10ud> zyp, uhhhh I was just comparing with the OS exception list 2019-01-14T10:12:54 < c10ud> let's see 2019-01-14T10:13:56 < c10ud> dma2channel2, well that could be it, since this layer is just initializing dma+uart 2019-01-14T10:22:54 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-14T10:22:59 < c10ud> wow, st is numbering vectors 0-n while the OS is doing 1-n+1 2019-01-14T10:23:01 -!- cnt [uid317556@gateway/web/irccloud.com/x-qivqeqcfqehlsznx] has quit [Quit: Connection closed for inactivity] 2019-01-14T10:23:27 < c10ud> uncrustifying this codebase is so nice :) 2019-01-14T10:33:22 -!- cnt [uid317556@gateway/web/irccloud.com/x-wmmbvcpgcksaykgr] has joined ##stm32 2019-01-14T10:40:15 < cnt> the voltage beavers 2019-01-14T11:05:01 -!- con3 [~kvirc@197.233.184.58] has joined ##stm32 2019-01-14T11:35:07 -!- con3 [~kvirc@197.233.184.58] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-14T12:06:23 < jadew> c10ud, you mean 0 to (n-1) and 1 to n 2019-01-14T12:07:00 < c10ud> yes, but no difference in practice m8 2019-01-14T12:10:16 -!- con3 [~kvirc@197.233.184.58] has joined ##stm32 2019-01-14T12:12:07 < jadew> in practice one overflows, the other doesn't :) 2019-01-14T12:12:41 < Ecco> Hmm, I'm running into a very weird "issue" 2019-01-14T12:12:58 < Ecco> Apparently ARM has changed the meaning of a register between two revisions of the M7 core 2019-01-14T12:14:13 < Ecco> http://infocenter.arm.com/help/topic/com.arm.doc.ddi0489b/CIHCJHBI.html 2019-01-14T12:14:14 < Ecco> vs 2019-01-14T12:14:23 < Ecco> http://infocenter.arm.com/help/topic/com.arm.doc.ddi0489c/CIHCJHBI.html 2019-01-14T12:14:54 < Ecco> InD bit has a reversed meaning 2019-01-14T12:17:52 < jpa-> lol, nice 2019-01-14T12:17:59 -!- con3 [~kvirc@197.233.184.58] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-14T12:18:30 < Thorn> should be an error in the manual 2019-01-14T12:18:58 < jpa-> probably yeah, apparently "InD" means "instruction not data" so the r1 manuals make more sense 2019-01-14T12:22:57 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-14T12:27:27 < Ecco> indeed 2019-01-14T12:27:39 < Ecco> CMSIS uses the r1 version 2019-01-14T12:27:50 < Ecco> and there's no "if", so I also assume an error 2019-01-14T12:28:04 < Ecco> was made in the r0 version 2019-01-14T12:51:55 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2019-01-14T12:55:32 -!- con3 [~kvirc@197.233.184.58] has joined ##stm32 2019-01-14T13:01:19 < cnt> hmm 2019-01-14T13:18:49 < Steffanx> Hm 2019-01-14T13:25:48 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Ping timeout: 246 seconds] 2019-01-14T13:32:08 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-14T13:39:10 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2019-01-14T13:48:58 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-14T13:51:42 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 268 seconds] 2019-01-14T13:51:43 -!- BrainDamage_ is now known as BrainDamage 2019-01-14T13:52:12 -!- con3 [~kvirc@197.233.184.58] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-14T14:19:40 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2019-01-14T14:19:59 -!- Dave_Elec [~Dave@197.156.119.11] has quit [Remote host closed the connection] 2019-01-14T14:39:49 < jadew> the last family guy episode is brutal 2019-01-14T14:40:03 < jadew> very funny tho 2019-01-14T14:42:08 < Laurenceb> tfw https://imgoat.com/uploads/ecca5b6365/184973.png 2019-01-14T14:43:46 < Laurenceb> So I see this channel is still shit. I've been unironically posting on reddit lately and it's better than this place. Imagine being even shittier than reddit. You should feel embarrassed. 2019-01-14T14:44:10 * Laurenceb saves to his copypasta folder 2019-01-14T14:46:44 -!- effractu1 [~Erik@195.140.242.50] has joined ##stm32 2019-01-14T14:47:04 < veverak> cry me a river? 2019-01-14T14:49:35 -!- effractur [~Erik@195.140.242.50] has quit [Ping timeout: 268 seconds] 2019-01-14T14:53:14 < Laurenceb> https://imgoat.com/uploads/ecca5b6365/184974.jpg 2019-01-14T14:56:19 < Haohmaru> dafuq? 2019-01-14T14:56:44 < Haohmaru> but why did i click that.. what did i eggspect.. x_x 2019-01-14T15:07:06 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-14T15:14:44 < Laurenceb> https://pbs.twimg.com/media/Dw1VQg3X0AAKVuo.jpg 2019-01-14T15:26:27 -!- hornang [~quassel@185.56.186.27] has quit [Ping timeout: 240 seconds] 2019-01-14T15:28:37 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2019-01-14T15:38:21 < karlp> gonan speak? or just keep shitpasting? 2019-01-14T15:48:44 < Thorn> Dr. Blaxter is ronery 2019-01-14T15:48:54 < Laurenceb> PhD in shitposting 2019-01-14T15:49:49 < Ultrasauce> from a diploma mill 2019-01-14T15:50:00 < Laurenceb> correct 2019-01-14T15:55:34 -!- hornang [~quassel@185.56.186.27] has quit [Quit: No Ping reply in 180 seconds.] 2019-01-14T15:58:01 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2019-01-14T16:04:24 -!- hornang [~quassel@185.56.186.27] has quit [Quit: No Ping reply in 180 seconds.] 2019-01-14T16:06:06 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2019-01-14T16:10:30 < Steffanx> /b/axter 2019-01-14T16:13:39 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-14T16:18:45 -!- hornang [~quassel@185.56.186.27] has quit [Quit: No Ping reply in 180 seconds.] 2019-01-14T16:25:15 < Laurenceb> epin fail https://it.slashdot.org/story/19/01/14/1416238/usb-type-c-headphones-were-nowhere-in-sight-at-ces-2019 2019-01-14T16:25:32 < Laurenceb> I should make one using muh accelerometer sensor 2019-01-14T16:26:10 < Laurenceb> see some stm32f072 to Dr Dre 2019-01-14T16:26:13 < Laurenceb> *sell 2019-01-14T16:30:35 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-14T16:31:52 < specing> Laurenceb: too expensive, need nuvoton or cheaper 2019-01-14T16:32:08 < specing> stm32f032 maybe? 2019-01-14T16:35:28 < dongs> i emailed this jap company for some info about some stuff 2019-01-14T16:35:30 < dongs> they called and said 2019-01-14T16:35:47 < dongs> "sorry we're currently not looking for new customers for this product" 2019-01-14T16:35:49 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2019-01-14T16:35:51 < dongs> what in the actual fuck 2019-01-14T16:37:53 < specing> Lol 2019-01-14T16:38:03 < dongs> some stuff being some ICs 2019-01-14T16:38:14 < dongs> so liek, how can you NOT want to sell them 2019-01-14T16:38:19 < dongs> the mind fuckign boggles 2019-01-14T16:39:58 < day> just answer thank you for your support. i would like to order the following quantity: :P 2019-01-14T16:41:12 < day> maybe they were just nice and about to discontinue the product 2019-01-14T16:44:06 -!- hornang [~quassel@185.56.186.27] has quit [Quit: No Ping reply in 180 seconds.] 2019-01-14T16:46:09 < dongs> it jsut came out 2019-01-14T16:48:41 -!- hornang [~quassel@185.56.186.27] has joined ##stm32 2019-01-14T16:51:18 < Laurenceb> damn I missed a business idea https://www.bbc.co.uk/news/uk-england-leeds-46814527 2019-01-14T16:51:30 < Laurenceb> >Brexit survival kit 2019-01-14T16:51:33 < Laurenceb> my sidesa 2019-01-14T16:51:53 * Haohmaru gives Laurenceb a jar of pickles 2019-01-14T16:56:02 < Laurenceb> http://sotcaa.org/history/sotcaa2000/forum/forumarchive02/star-1.jpg 2019-01-14T16:59:49 < dongs> hmm 2019-01-14T17:07:34 -!- talsit [foobar@gromit.mixdown.ca] has left ##stm32 [] 2019-01-14T17:08:35 < aandrew> dongs: no, you want yoru testbench to *drive* on rising edge, because your code (and the waveforms you shared from the mpeg2 page) sample on falling 2019-01-14T17:10:01 < dongs> i have no idea waht that means 2019-01-14T17:10:04 < dongs> my shit's broken still anyway. 2019-01-14T17:10:07 < dongs> i have an off by one somewehre 2019-01-14T17:10:14 < dongs> pprogbably due to hdl being parallelistic faggotry 2019-01-14T17:10:21 < dongs> and im just writing sequential code as I'd do it in C 2019-01-14T17:10:48 < dongs> i amde clk start high and #5 thing inverts it. 2019-01-14T17:13:16 < aandrew> dongs: think of it from a time perspective 2019-01-14T17:13:37 < aandrew> your HDL waits for the falling edge and then looks at the other signals to see their state, right? 2019-01-14T17:13:52 < dongs> i dont know. i changed shit and now i have 2 off 2019-01-14T17:13:56 < dongs> and ih ave no idea why 2019-01-14T17:13:57 < dongs> fuck 2019-01-14T17:14:01 < dongs> i could write this in C in 30 seconds 2019-01-14T17:14:09 < dongs> why does this nigger shit have to be so retarded 2019-01-14T17:14:11 < aandrew> heh 2019-01-14T17:14:18 -!- chipant [~chipant@27.34.69.120] has joined ##stm32 2019-01-14T17:14:29 < aandrew> it's not, but you're having the same mental issues I did when learning HDL 2019-01-14T17:14:32 < dongs> how do i delay a signal by 8 clocks? 2019-01-14T17:14:40 < aandrew> #1 problem is that you're thinking in software 2019-01-14T17:14:45 < aandrew> it's not software, it's hardware, you've got to think in hardware 2019-01-14T17:14:51 < aandrew> anyway 2019-01-14T17:15:01 < aandrew> if you imagine a 7474 or wahtever D flip flop 2019-01-14T17:15:07 < marble_visions> is it me or C can't really do sizeof(my_struct.my_field) ? 2019-01-14T17:15:08 < aandrew> when the clock changes, it samples D and puts it on Q 2019-01-14T17:15:22 < dongs> marble_visions: it most absoultely does 2019-01-14T17:15:51 < aandrew> marble_visions: C does that without issue 2019-01-14T17:16:22 < marble_visions> indeed, there was something else going on, thanks :) 2019-01-14T17:16:28 < aandrew> dongs: if you look at the datasheet for any D flip flop it will have something called setup and hold time requirements 2019-01-14T17:16:45 < aandrew> basically whatever is on D must be stable 'x' ns before the clock change, and must remain stable for 'x' ns after the clock change 2019-01-14T17:17:03 < aandrew> otherwise it cannot guarantee that that the signal that was sampled will be stored correctly 2019-01-14T17:17:04 < dongs> uh , i dont think i'm even at the point of giving about about that aandrew 2019-01-14T17:17:08 < jadew> dongs, to delay the signal for 8 clock cycles you need a shift register 2019-01-14T17:17:13 < dongs> my shit is basically failing in behavior sim 2019-01-14T17:17:16 < karlp> I get how making the test drive on positive when the target samples on negative "works" 2019-01-14T17:17:24 < karlp> but is that really the standard way of writing the tests? 2019-01-14T17:17:28 < aandrew> yes 2019-01-14T17:17:33 < aandrew> because that is how the actual hardware does it too 2019-01-14T17:17:35 < karlp> can't you just write them to say, "plus x% clock" ? 2019-01-14T17:17:39 < aandrew> well yes 2019-01-14T17:17:43 < karlp> how does one test ddr stuff? 2019-01-14T17:17:50 < aandrew> the spec will say sample on falling edge and s/h requirements are whatever ns 2019-01-14T17:17:59 < aandrew> but really what the driving ahrdware will almost always do is drive on rising 2019-01-14T17:17:59 < jadew> karlp, you need a DDR model 2019-01-14T17:18:03 < aandrew> it guarantees maximum s/h 2019-01-14T17:18:05 < karlp> I would have thought, naiively, that you'd setup your tests to run some x time in front of each edge. 2019-01-14T17:18:11 < aandrew> karlp: ddr is a different beast 2019-01-14T17:18:18 < aandrew> and will usually just have s/h requirements 2019-01-14T17:18:28 < jadew> ah, that's what you mean, yeah, you can time delay 2019-01-14T17:18:29 < aandrew> karlp: depends on the system for sure 2019-01-14T17:18:43 < aandrew> but most hardware drives on opposite sample edge because it's trivial to implement in hardware 2019-01-14T17:18:43 < karlp> it just sounds like "tests run on one edge, target samples on other edge" is a convenient work around rather htan specifying your setuyp times better 2019-01-14T17:18:53 < karlp> ok then. 2019-01-14T17:18:57 < dongs> jadew: and waht do i set as output, 7th bit of the register? 2019-01-14T17:19:05 < jadew> dongs, yeah 2019-01-14T17:19:18 < dongs> lets fucking see 2019-01-14T17:19:19 < aandrew> dongs: np, just let me know what you're trying to do. you're almost there but this is important t understand why the shit's failing 2019-01-14T17:19:37 < dongs> fucking yes 2019-01-14T17:19:41 < dongs> instantly fixed the psync shit. 2019-01-14T17:20:18 < aandrew> well until you run into metastable problems 2019-01-14T17:20:38 < aandrew> if your system is clocked from the incoming clock there will be none, but if not you'll have it work most of the time but fail occasionally and it'll drive you mad 2019-01-14T17:20:57 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-14T17:21:44 < marble_visions> ugh: https://stackoverflow.com/questions/3553296/sizeof-single-struct-member-in-c 2019-01-14T17:22:02 < dongs> uhhhhh 2019-01-14T17:22:06 < dongs> what teh FUCK are you trying to do 2019-01-14T17:22:32 < aandrew> he's trying to declare a struct member which is an arry to be the sizeof another struct member 2019-01-14T17:22:35 < dongs> whatever itis, it sounds really bad 2019-01-14T17:22:38 < dongs> yeah i know 2019-01-14T17:22:39 < aandrew> stop trying to be cute and just use #define 2019-01-14T17:22:42 < dongs> but thats fucking awful 2019-01-14T17:23:15 < jadew> marble_visions, you can use a union if you need char * access to the data 2019-01-14T17:23:20 < marble_visions> i'm only trying to get the size of an element of a struct 2019-01-14T17:23:30 < marble_visions> and it's not an array, it's an uint16_t 2019-01-14T17:23:39 < marble_visions> i wanted to use sizeof to make it more flexible 2019-01-14T17:23:42 < aandrew> marble_visions: sizeof(struct.foo) does it 2019-01-14T17:23:55 < aandrew> if you want to *use* sizeof(struct.foo) as the size of an array, stop trying to be cute 2019-01-14T17:24:00 < jadew> marble_visions, why not just define a property of that type? 2019-01-14T17:24:15 < jadew> union { MyType x; char * xp; } 2019-01-14T17:24:40 < marble_visions> aandrew: it's not an array 2019-01-14T17:24:44 < marble_visions> it's an uint16_t 2019-01-14T17:24:54 < karlp> so share your concrete problem then 2019-01-14T17:24:55 < aandrew> marble_visions: stop trying to give us shit one little bit at a time 2019-01-14T17:25:00 < aandrew> tell us, clearly, what it is you're trying to do 2019-01-14T17:25:10 < aandrew> you've said you want to get the size of an array member, we told you how 2019-01-14T17:25:14 < aandrew> now you're saying something else 2019-01-14T17:26:00 < marble_visions> aandrew: i haven't said anything about arrays? 2019-01-14T17:26:26 < aandrew> marble_visions: again, please state clearly and concisely what it is you are trying to do 2019-01-14T17:26:32 < dongs> yeah dont link to blindleadingtheblind.com 2019-01-14T17:26:36 < dongs> actually explain wtf youre trying to do 2019-01-14T17:26:49 < dongs> cuz whatever the fuck that nigger there is doing is dumb 2019-01-14T17:27:11 < qyx> you are not being nice 2019-01-14T17:27:44 < dongs> https://i.imgur.com/I36Wxjm.png ok so PSYNC_OUT solved 2019-01-14T17:27:51 < marble_visions> i want to get the size of an uint16_t element from a struct, in case uint16_t later changes to uint32_t or uint8_t 2019-01-14T17:27:55 < dongs> now i need to figure out why my DOUT is 2 bits offset 2019-01-14T17:28:23 < dongs> im grabbing serial data from sdat_in using a shift register, and I want it on d-out once the register is full 2019-01-14T17:28:26 < jadew> dongs, looks like ISim 2019-01-14T17:28:31 < dongs> it is 2019-01-14T17:28:33 < jadew> you didn't turn on Xilinx? :P 2019-01-14T17:28:36 < marble_visions> or you want to know why i want to know the size of an uint16_t? 2019-01-14T17:28:55 < dongs> marble_visions: so where's the problem? 2019-01-14T17:29:03 < dongs> struct nigger { 2019-01-14T17:29:03 < dongs> uint16_t blogger; 2019-01-14T17:29:03 < dongs> } 2019-01-14T17:29:03 < dongs> struct nigger fagggot; 2019-01-14T17:29:03 < dongs> sizeof(faggot.blogger) = ? 2019-01-14T17:29:27 < jadew> 5 2019-01-14T17:29:29 < Thorn> does freertos completely clobber main stack when the scheduler starts? i.e. Foo foo; vTaskStartScheduler(); <-- is foo still alive and can it be references from within tasks? 2019-01-14T17:29:38 < dongs> 2, but thats not the point 2019-01-14T17:29:44 < aandrew> marble_visions: and sizeof(struct.member) works, does it not? 2019-01-14T17:29:52 < dongs> of course it works 2019-01-14T17:29:58 < marble_visions> yep, just tested it out, issue is that struct is typedef'd 2019-01-14T17:30:09 < aandrew> marble_visions: code please 2019-01-14T17:30:46 < marble_visions> later, got to go now 2019-01-14T17:30:52 < jadew> lol 2019-01-14T17:30:55 < marble_visions> anyway thanks all 2019-01-14T17:30:59 < aandrew> heh 2019-01-14T17:31:00 < jadew> must be a secret strcut 2019-01-14T17:31:04 < jadew> *struct 2019-01-14T17:31:14 < aandrew> jadew: no then he'd use & :-) 2019-01-14T17:31:17 < aandrew> er -> 2019-01-14T17:31:31 < marble_visions> yes, i'll be linking to an NDA soon, i'd like all of you to sign please :D 2019-01-14T17:31:51 < Thorn> https://www.freertos.org/FreeRTOS_Support_Forum_Archive/January_2015/freertos_Main_stack_pointer_reset_when_starting_the_scheduler_e5a776c1j.html 2019-01-14T17:32:44 < aandrew> Thorn: hm, I best check my code, I think I do keep some shit in main()'s stack in some code 2019-01-14T17:33:20 < dongs> http://bcas.tv/paste/results/vQPCy052.html 2019-01-14T17:33:38 < aandrew> I always enjoy dongs' code snippets 2019-01-14T17:34:20 < marble_visions> dongs: you're cheating 2019-01-14T17:34:25 < dongs> how so 2019-01-14T17:34:34 < Thorn> dongs needs to work on readability. type names should be capitalized 2019-01-14T17:34:36 < marble_visions> i can also do it via a var of the type 2019-01-14T17:34:41 < dongs> ... 2019-01-14T17:35:20 < aandrew> Thorn: i'll cut your tongue out if you ever suggest capitalizing anything in C ever again 2019-01-14T17:35:20 < marble_visions> issue is i can't plug in the type name directly 2019-01-14T17:35:31 < dongs> yeah no capital variables in C plz 2019-01-14T17:35:36 < dongs> straight off to the cat oven you go 2019-01-14T17:36:09 < qyx> vDongsDelete 2019-01-14T17:36:10 < qyx> also 2019-01-14T17:36:18 < qyx> Thorn: how would you use variables from the main()? 2019-01-14T17:36:18 < dongs> < jadew> you didn't turn on Xilinx? :P < jadew waT? 2019-01-14T17:36:25 < Thorn> aandrew: right now I'm code like struct Leds Leds; Leds->Toggle(); 2019-01-14T17:36:36 < dongs> please name another fpga package that at least attempts to integrate sim into workflow 2019-01-14T17:36:37 < jadew> dongs, the recent outrage about Xilinx being assholes :P 2019-01-14T17:36:42 < dongs> oh yeah, they're assholes for suer 2019-01-14T17:36:46 < aandrew> qyx: you don't; but you may define something that you pass along to tasks defined 2019-01-14T17:36:48 < dongs> but i found XP vm with thier warez isntalled os im ok 2019-01-14T17:36:58 < dongs> i dont care what platform this ends up being on 2019-01-14T17:37:02 < dongs> HDL is HDL anywhere 2019-01-14T17:37:04 < Thorn> qyx: pass pointer to it into a task as the pvParameters 2019-01-14T17:37:06 < dongs> i just want it to work 2019-01-14T17:37:12 < qyx> oh 2019-01-14T17:37:35 < aandrew> dongs: is your FPGA going to be doing anything other than taking serial data in and outputting to an 8 bit bus? 2019-01-14T17:37:41 < dongs> yeah, thats it 2019-01-14T17:37:51 < aandrew> I bet you're using an Artix 7 for that task. :-) 2019-01-14T17:37:55 < dongs> totally 2019-01-14T17:38:01 < dongs> the $20k version 2019-01-14T17:38:10 < dongs> devboard on teh desk makes more heat than my aircon in heater mode 2019-01-14T17:38:18 < aandrew> heh 2019-01-14T17:38:22 < c10ud> sup, anyone hit from ampire 10.1" lvds screens being out of production? 2019-01-14T17:38:30 < dongs> > lvds 2019-01-14T17:38:33 < dongs> yeah there's y our problem 2019-01-14T17:38:48 < dongs> you can get 10.1" 2 lane eDP screens tho with standar 30 pin ipex 2019-01-14T17:39:01 < c10ud> yeah, glass mfr out of business lol 2019-01-14T17:39:17 < c10ud> old crap using this stuff 2019-01-14T17:40:55 < aandrew> what's the FreeRTOS way of passing data to/from interrupt handlers to standard tasks? 2019-01-14T17:41:19 < dongs> don't they have the usual rtos primitives? 2019-01-14T17:41:26 < dongs> queues/semaphores/mutex/etc 2019-01-14T17:41:41 < aandrew> that's what I'm thinking. just use a queue or smh 2019-01-14T17:41:44 < aandrew> smth 2019-01-14T17:43:45 < dongs> ok so jadew, if i have 8 bit serial shift register collecting data, when do I know its time to output it? 2019-01-14T17:43:56 < dongs> i tried keeping 3 bit counter and checking on 0 2019-01-14T17:44:03 < dongs> that results in 2 clock cycles off for conversion 2019-01-14T17:44:10 < dongs> i tried keepign 4 bit counter and checking when its == 8 2019-01-14T17:44:13 < dongs> thats off by one 2019-01-14T17:44:16 < jadew> dongs, you don't do it with the counter 2019-01-14T17:44:19 < dongs> then? 2019-01-14T17:44:24 < jadew> on each clock cycle you shift the bits 2019-01-14T17:44:45 < dongs> but when they're all shifted, i need to copy it to DOUT 2019-01-14T17:44:46 < jadew> you shift and set the 0 bit to the current value 2019-01-14T17:44:53 < dongs> yeah, shifting works 2019-01-14T17:44:53 < jadew> just make a wire 2019-01-14T17:45:01 < dongs> it can't change while its shifting tho 2019-01-14T17:45:07 < jadew> assign DOUT = sr[7] 2019-01-14T17:45:20 < dongs> nono. DOUT is 8bits. parallel output 2019-01-14T17:45:26 < jadew> ah 2019-01-14T17:45:28 < dongs> so i collect 8 bits 2019-01-14T17:45:33 < dongs> then i want to assign that to output. 2019-01-14T17:45:46 < jadew> hold on... you said you wanted to delay a signal 2019-01-14T17:45:52 < dongs> oh thats done 2019-01-14T17:45:53 < jadew> the shift register was for a single signal, not for 8 2019-01-14T17:45:56 < dongs> that works fine 2019-01-14T17:46:01 < dongs> < dongs> https://i.imgur.com/I36Wxjm.png ok so PSYNC_OUT solved 2019-01-14T17:46:09 < jadew> so what's the problem now? 2019-01-14T17:46:16 < dongs> see sdat_in? 2019-01-14T17:46:19 < dongs> and DOUT 2019-01-14T17:46:27 < dongs> i want 01000111 in sdat_in 2019-01-14T17:46:30 < dongs> in DOUT 2019-01-14T17:46:33 < dongs> once its done shifting it in 2019-01-14T17:46:44 < dongs> but its missing 2 bits in my current version 2019-01-14T17:47:17 < jadew> ah, I see what you mean 2019-01-14T17:47:21 < dongs> psync_in going high is a reset signal so i clear all stuff and initialize shift reigster and shift in first stuff 2019-01-14T17:47:27 < jadew> you want to accumulate them via sdat_in 2019-01-14T17:47:27 < aandrew> I'd just do it with a counter but that's just me 2019-01-14T17:47:28 < dongs> or at least thats waht my code is written to do 2019-01-14T17:47:28 < dongs> but its not 2019-01-14T17:47:34 < dongs> yes, im using counter but its failing. 2019-01-14T17:47:37 < jadew> and then keep them steady for 8 cycles in DOUT 2019-01-14T17:47:40 < dongs> i dont know when to actually shift out 2019-01-14T17:47:43 < aandrew> set to 7 on psync_in rising edge, when zero, output 2019-01-14T17:47:43 < dongs> jadew: yes 2019-01-14T17:47:46 < jadew> you need another register for DOUT 2019-01-14T17:47:54 < dongs> jadew: i have one 2019-01-14T17:48:03 < dongs> aandrew: there's lots more bytes of data after psync 2019-01-14T17:48:07 < aandrew> so what 2019-01-14T17:48:08 < jadew> you shift them in each clock cycle and when you get to 8 you copy them to the DOUT register 2019-01-14T17:48:11 < aandrew> oh 2019-01-14T17:48:12 < aandrew> I see 2019-01-14T17:48:22 < aandrew> yeah ok but hten you just keep decremebting becuase after 0 you'll underflow 2019-01-14T17:48:25 < aandrew> and start at 7 again 2019-01-14T17:48:25 < dongs> jadew: yeah i made that. lemme put that code back 2019-01-14T17:48:33 < aandrew> fuck it why don't I just write the shit in vhdl and show you 2019-01-14T17:48:52 < dongs> no 2019-01-14T17:48:54 < dongs> cuz vhdl is unreadable 2019-01-14T17:48:58 < dongs> and i wanna figure this out 2019-01-14T17:50:47 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-14T17:51:14 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-14T17:51:33 < dongs> https://i.imgur.com/jQTgQRq.png = http://bcas.tv/paste/results/e5LTiq50.html 2019-01-14T17:52:00 < dongs> hmm now its completely broke 2019-01-14T17:52:16 < dongs> o yeah i forgot to clear coutner. 2019-01-14T17:52:37 < jadew> you can step over stuff too 2019-01-14T17:52:42 < dongs> oh i do. 2019-01-14T17:52:42 < emeb> verilogging like a fiend. 2019-01-14T17:52:42 < jadew> like you would debug a program 2019-01-14T17:52:45 < dongs> it doesnt help 2019-01-14T17:52:52 < dongs> shit changes but id ont know why 2019-01-14T17:52:57 < jadew> heh 2019-01-14T17:53:05 < dongs> ok back to ysterdays problem 2019-01-14T17:53:33 < dongs> https://i.imgur.com/GMCVHsR.png = http://bcas.tv/paste/results/ofAKPG16.html 2019-01-14T17:53:44 < dongs> so everythign works as i want except DOUT is one bit late 2019-01-14T17:53:49 < dongs> or early rather 2019-01-14T17:53:53 < dongs> input is 01000111 2019-01-14T17:54:02 < jadew> hmm 2019-01-14T17:54:07 < dongs> and dout is 00100011 2019-01-14T17:54:09 < jadew> is that shift register OK? 2019-01-14T17:54:22 < jadew> should it be sreg[7:1], sdat_in 2019-01-14T17:54:29 < jadew> shouldn't 2019-01-14T17:54:30 < jadew> ? 2019-01-14T17:54:37 < emeb> nope 2019-01-14T17:54:41 < dongs> psync is same wway and it works 2019-01-14T17:54:51 < jadew> ok, haven't done verilog in a while 2019-01-14T17:57:02 < jadew> oh, right, it's correct 2019-01-14T17:58:08 < dongs> at 100ns, psync goes high 2019-01-14T17:58:14 < dongs> but count is already 1 2019-01-14T17:58:55 < aandrew> your approach is problematic 2019-01-14T17:59:01 < dongs> no doubt 2019-01-14T17:59:02 < aandrew> I'd not write it this way at all 2019-01-14T17:59:09 < dongs> im writing it in C 2019-01-14T17:59:12 < dongs> not in hdl 2019-01-14T17:59:49 < aandrew> you know the parable of the old woman at the doctor? 2019-01-14T18:00:12 < dongs> is it another romanian proverb shit 2019-01-14T18:00:19 < aandrew> not that I'm aware of 2019-01-14T18:00:36 < aandrew> "doctor, doctor, you've got to help me, it hurts when I tug on my ear!" 2019-01-14T18:00:42 < aandrew> "don't tug on your ear." 2019-01-14T18:01:19 < dongs> hmm i think my clock / 8 division is dumb too 2019-01-14T18:01:28 < dongs> i bet i could do this with another counter/shiftreg 2019-01-14T18:01:35 < dongs> and output its like 3rd bit or something 2019-01-14T18:01:43 < aandrew> problem #1: creating a clock from logic 2019-01-14T18:01:48 < dongs> oh fuck off i know that 2019-01-14T18:01:57 < aandrew> you should be running on a system clock and outputting a 'data valid" pulse 2019-01-14T18:01:58 < dongs> im not gonna figure out how to use DCM or whatever teh fuck 2019-01-14T18:02:05 < dongs> yes, thats not how this is gonna work 2019-01-14T18:02:07 < aandrew> but you want to do it this way 2019-01-14T18:02:07 < specing> dongs: why don't you go to #fpga? they could help you better 2019-01-14T18:02:12 < dongs> most likely i'll end up sticking this on the cheapest cpld 2019-01-14T18:02:15 < aandrew> no, they'll tell him all this same stuff 2019-01-14T18:02:24 < aandrew> or at least I will, I'm there. :) 2019-01-14T18:02:35 < specing> aandrew: yes but it'll actually be ontopic there 2019-01-14T18:02:37 < aandrew> you can do it this way, it's jsut... not riht 2019-01-14T18:02:51 < aandrew> this is ontopic here, since there is no other talk going on 2019-01-14T18:02:53 < dongs> ignoring clocking logic im open to suggestions on fixing shit 2019-01-14T18:03:10 < aandrew> dongs: well doing it right *is* the suggestion on fixing shit 2019-01-14T18:03:46 < aandrew> I mean you can use the incoming tsclk to drive the shift reg and create logic to create a 1/8 clock on ouptut which is high for 4 bits after the whole thing is shifted in 2019-01-14T18:03:58 < Thorn> specing: are you sure he's not banned there 2019-01-14T18:04:05 < specing> dongs: why are you doing verilog and not VHDL? 2019-01-14T18:04:12 < emeb> rofl 2019-01-14T18:04:23 < emeb> let's muddy the waters with a language war! 2019-01-14T18:04:27 < aandrew> :-) 2019-01-14T18:04:35 < specing> Thorn: I'm not 2019-01-14T18:04:44 < specing> muddy? 2019-01-14T18:04:49 < specing> VHDL is vastly superior 2019-01-14T18:04:53 < dongs> specing: because vhdl is utterly unreadable, even worse than python & co 2019-01-14T18:04:55 < emeb> here we go... 2019-01-14T18:05:05 * qyx grabs popcorn 2019-01-14T18:05:09 < karlp> it's also completely irrelevant to the question at hand. 2019-01-14T18:05:13 < dongs> yes also that 2019-01-14T18:05:17 < karlp> shit in another language is still shit 2019-01-14T18:05:17 < specing> VHDL unreadable? Thats rich from someone writing verilog 2019-01-14T18:05:30 < dongs> karlp++ 2019-01-14T18:11:47 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-14T18:12:08 < zyp> vhdl has ancient level verbosity, like pascal 2019-01-14T18:12:09 < dongs> https://i.imgur.com/C8JeQPS.png = http://bcas.tv/paste/results/n973wQ53.html cleaned up /8 clock as well 2019-01-14T18:12:23 < zyp> verilog is a bit less verbose 2019-01-14T18:14:42 < karlp> can you actually use vhdl with things like yosys/icestorm etc? or onyl with the vendor tools? 2019-01-14T18:15:18 < zyp> is vhdl support that uncommon? 2019-01-14T18:15:35 < zyp> I had the impression they were fairly evenly matched 2019-01-14T18:15:52 < zyp> hence why there's an argument at all and no clear winner 2019-01-14T18:16:36 < karlp> I think it's ~same when you use hte vendor tools yes, but wasn't sure that was the same in yosys land 2019-01-14T18:18:07 < zyp> well, yosys is verilog specificly, so naturally you'd need an equivalent alternative that does vhdl instead 2019-01-14T18:18:35 < dongs> hmm 2019-01-14T18:18:36 < karlp> yeah, but I don't know what that is... 2019-01-14T18:18:41 < dongs> so i donno what im doing wrong here 2019-01-14T18:19:35 < dongs> does orrder of shit matter 2019-01-14T18:19:43 < dongs> like i shift in stuff after checking psync_in and other crap 2019-01-14T18:20:04 < aandrew> lots of people prefer verilog because it's less wordy and "feels" more like programming 2019-01-14T18:20:23 < zyp> aandrew, yeah, that's my main argument 2019-01-14T18:20:32 < aandrew> the latter is precisely why I don't like it, but also my vhdl preference is largely due to it being so much more suited toward writing logic 2019-01-14T18:20:49 < aandrew> delta cycles FTW 2019-01-14T18:20:51 < zyp> not that I really care all that much 2019-01-14T18:21:00 < Laurenceb> Alba-chan sighting https://www.youtube.com/watch?v=whXkYvkRyKM 2019-01-14T18:21:03 < aandrew> I find my mind trying to do sw dev in verilog all the time 2019-01-14T18:22:08 < zyp> last I toyed around with an fpga I used migen 2019-01-14T18:22:16 < Thorn> not only yosys but free sim tools (no vhdl match for icarus verilog afaik) 2019-01-14T18:22:23 < zyp> seemed a lot more useful than dicking around with HDL overall 2019-01-14T18:22:32 < dongs> yeah im not gonna change my shit to python for a fucking serial in.paralel out shift register, zyp 2019-01-14T18:22:51 < zyp> dongs, I know how much you love python :) 2019-01-14T18:23:45 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-14T18:24:04 < emeb> I've been coding verilog for longer than a lot of folks here have been alive. I've been using VHDL for about 10yrs. Both are fine for the stuff I do. 2019-01-14T18:24:48 < dongs> https://i.imgur.com/P2q7Lz2.png so i step this shit 2019-01-14T18:24:53 < emeb> VHDL is better a catching stupid errors during synthesis, but that only saves you a little time. Verilog gets the point across with less typing. 2019-01-14T18:25:04 < dongs> at 100ns my testbench sets psync, sdat_in is 1 2019-01-14T18:25:09 < dongs> and its supposed to reset counter to 0 2019-01-14T18:25:13 < dongs> but counter is already 1 at that point 2019-01-14T18:26:50 < dongs> if i move count++ after count = 8 compare shit completely breaks and i dont know why 2019-01-14T18:28:37 < dongs> http://bcas.tv/paste/results/NvFrSt94.html line 96 vs 110 2019-01-14T18:28:38 < dongs> why? 2019-01-14T18:28:42 < dongs> the fuck is the difference 2019-01-14T18:29:39 < emeb> order makes a difference when you have multiple assignments 2019-01-14T18:30:05 < dongs> whats 'assignment' in my code? 2019-01-14T18:30:06 < dongs> <= shit? 2019-01-14T18:30:07 < emeb> when you do it at 96 then it can be overridden by 102 2019-01-14T18:30:15 < emeb> No - that's correct. 2019-01-14T18:30:26 < emeb> always use non-blocking inside a clocked process 2019-01-14T18:30:32 < emeb> yes 2019-01-14T18:30:43 < dongs> is this <= vs = thing 2019-01-14T18:30:47 < dongs> i donno the difference either way 2019-01-14T18:30:54 < dongs> i doubt thats my issue either 2019-01-14T18:31:04 < emeb> you assign clock in 4 different places 2019-01-14T18:31:11 < emeb> some of them are valid at the same time 2019-01-14T18:31:18 < dongs> count you men? 2019-01-14T18:31:19 < dongs> mean 2019-01-14T18:31:23 < emeb> yes 2019-01-14T18:31:45 < dongs> i only see 2 2019-01-14T18:31:49 < emeb> 90, 96/110, 102 2019-01-14T18:32:17 < emeb> "=" is blocking. "<=" is non-blocking 2019-01-14T18:33:08 < emeb> blocking means that the simulator queues that result in the order of execution 2019-01-14T18:33:14 < emeb> so it acts like C code. 2019-01-14T18:33:30 < emeb> non-blocking means that all the results are queued at the same time step 2019-01-14T18:35:15 < emeb> It definitely makes a difference in how the synthesis tool approaches the task. 2019-01-14T18:35:57 < emeb> think of it as series vs parallel 2019-01-14T18:36:36 < emeb> a sequence of blocking assignments would be designed as one gate feeds another gate, feeds another. 2019-01-14T18:37:14 < dongs> F UUUUUUUUUUUUUUUUUUUUUUCK KKKKKKKKKK 2019-01-14T18:38:28 < dongs> holy shit i think i fixed it 2019-01-14T18:38:36 < emeb> conga-rats 2019-01-14T18:38:41 < emeb> what'd you change? 2019-01-14T18:39:17 < dongs> https://i.imgur.com/aHJA8QK.png condition for the count == 8 thing http://bcas.tv/paste/results/SAibjX18.html 2019-01-14T18:40:35 < emeb> just moved the count inc up to the top? 2019-01-14T18:40:52 < emeb> because it was overriding the reset 2019-01-14T18:41:03 < dongs> no 2019-01-14T18:41:11 < dongs> if (count == 7) begin 2019-01-14T18:41:13 < dongs> this was == 8 2019-01-14T18:41:18 < dongs> it was getting an extra shift in 2019-01-14T18:41:19 < dongs> or someshit 2019-01-14T18:41:21 < emeb> ah 2019-01-14T18:41:30 < dongs> i think before i fixed clkdiv and psync delay 2019-01-14T18:41:37 < dongs> i was using that also to invert / delay clocks and shit 2019-01-14T18:41:41 < dongs> and it broke a lot of shit back then 2019-01-14T18:45:02 < dongs> wait fucking what 2019-01-14T18:45:18 < dongs> ah nvm wrong bits in my testbench 2019-01-14T18:45:32 < emeb> count reg can now be just 3 bits 2019-01-14T18:45:44 < emeb> since you always reset it before it gets to 8 2019-01-14T18:45:45 < dongs> yes, right 2019-01-14T18:47:10 < aandrew> heh this is why VHDL is much nicer for logic. it's a lot harder to make these mistakes 2019-01-14T18:47:16 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-14T18:47:25 < emeb> not really true. 2019-01-14T18:47:30 -!- paul_99 [~paul@89.129.15.186] has joined ##stm32 2019-01-14T18:47:34 < aandrew> Cracki: combinatorial is "there is no FF involved, so the output changes as soon as the inputs change" 2019-01-14T18:47:50 < emeb> VHDL has similar order of execution issues and blocking / non-blocking applies as well 2019-01-14T18:48:26 < aandrew> emeb: not really; you have everything occuring on delta cycles and you can't use := on any signals outside of a procedure 2019-01-14T18:48:40 < paul_99> Hi, just been working with a BluNRG-2 QFN32 and read in the errata... 2019-01-14T18:48:44 < paul_99> " During debug connection via (SWD) port, if a specific bit pattern is sent/ received to/from the SWDIO pin, the chip could not answer anymore subsequent SWD requests, thus breaking the connection. The bit pattern represented as 32 bit word is 0x39E6xxxx." 2019-01-14T18:49:01 < paul_99> workaround:none 2019-01-14T18:49:06 < paul_99> thats like 1 in 65535 chance 2019-01-14T18:49:13 < paul_99> how are they still shipping this product 2019-01-14T18:49:30 < paul_99> well your bitstream is effectively random data 2019-01-14T18:49:37 < aandrew> why would anyone be sending random data on SWD during reset/power up 2019-01-14T18:49:38 < karlp> no, your tools can control that 2019-01-14T18:49:40 < paul_99> the compiler will produce what it produces 2019-01-14T18:49:49 < karlp> yes, but it doesn't have to be written over swd as is. 2019-01-14T18:49:59 < karlp> witness the ldrd errata on cortex-m. 2019-01-14T18:50:10 < karlp> compilers simply choose not to create those patterns now. 2019-01-14T18:50:27 < paul_99> so program the flash with breaks if that is detected 2019-01-14T18:50:34 < karlp> indeed. 2019-01-14T18:50:41 < aandrew> Cracki: ok fine, but if your tools are putting weird shit on the line that's a problem with the tool 2019-01-14T18:50:44 < karlp> ie, there's workaroudnsd, but nothing you can do on the part itself. 2019-01-14T18:50:50 < aandrew> I agree that this is a bug but it's so minor it's inconsequential 2019-01-14T18:50:50 < paul_99> riiight, that'll be why there is a custom build of ST-Link Utility 2019-01-14T18:50:58 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-14T18:50:58 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Read error: Connection reset by peer] 2019-01-14T18:51:12 < paul_99> "BlueNRG1 ST-LINK Utility" 2019-01-14T18:51:15 < paul_99> I did wonder why 2019-01-14T18:51:35 < paul_99> but could easily be some ROM data too 2019-01-14T18:51:39 < paul_99> some audio sample 2019-01-14T18:51:40 < paul_99> whatever 2019-01-14T18:52:00 < karlp> could verify by flashing with altnernate tools and checking for the battern 2019-01-14T18:52:45 < karlp> would be slow but safe. 2019-01-14T18:53:01 < karlp> faster would be to fail and pop adialog saying, "if it died, reconnect and turn on this "go slow" option" 2019-01-14T18:53:01 -!- cnt [uid317556@gateway/web/irccloud.com/x-wmmbvcpgcksaykgr] has quit [Quit: Connection closed for inactivity] 2019-01-14T18:53:32 < dongs> hmm 2019-01-14T18:53:36 < dongs> my test bench is kidna fucky 2019-01-14T18:53:43 < karlp> heh, ms provides a rpm repo for vscode. 2019-01-14T18:53:48 < karlp> the product is just called "code" 2019-01-14T18:53:51 < karlp> nice naming 2019-01-14T18:54:09 < dongs> ok fixed. 2019-01-14T18:54:12 < dongs> extra delay in wrong place 2019-01-14T18:54:42 < Thorn> is "BluNRG" actual part number? 2019-01-14T18:54:51 < dongs> i think its sales brochure 2019-01-14T18:54:54 < dongs> name 2019-01-14T18:54:58 < dongs> TRADEMARK(TM) 2019-01-14T18:55:29 < Thorn> BLUENRG-232 VFQFPN 5X5X1.0 32L Tape And Reel lol 2019-01-14T18:55:51 < dongs> what is it, RS232 to bluetooth? 2019-01-14T18:56:07 < paul_99> there is a new firmware update in this custom ST-LINK utility 2019-01-14T18:56:15 < paul_99> but its been a while so it could be a generic update 2019-01-14T18:56:30 < dongs> Thorn: and yeah 2019-01-14T18:56:33 < dongs> if you look at datasheet 2019-01-14T18:56:37 < dongs> 'ordering infromation' table 2019-01-14T18:56:46 < dongs> page 161 2019-01-14T18:56:48 < paul_99> so the splitting of the these word writes that is done (presumably). That must be in the ST-Link Utility firmware right ? 2019-01-14T18:57:05 < paul_99> if its only in this custom ST-Link Utility build then the problem will still exist when programming with other tools 2019-01-14T18:57:46 < paul_99> no really any more information on it than that errata note 2019-01-14T18:59:59 < dongs> https://i.imgur.com/SlQtiU2.png yay it works 2019-01-14T19:00:57 < dongs> lets see how bad rtl graph for it looks like 2019-01-14T19:01:00 < dongs> the old shit was nasty 2019-01-14T19:01:28 < dongs> wow its so cleaner 2019-01-14T19:02:36 < aandrew> what's your code look like now 2019-01-14T19:02:59 < dongs> http://bcas.tv/paste/results/pOPNsP42.html 2019-01-14T19:05:07 < aandrew> you shouldn't have to reset counter back to zero on line 102, otherwise looks nice and clean 2019-01-14T19:05:43 < dongs> because it overflows? 2019-01-14T19:05:53 < dongs> it didnt work for me last time tho 2019-01-14T19:06:03 < dongs> ++'d shit would just remain at 111 or wahtever 2019-01-14T19:06:06 < dongs> without gvoing to zero 2019-01-14T19:06:07 < aandrew> sim might bitch about it overflowing but it's a 3 bit counter it should absolutely overflow 2019-01-14T19:06:34 < emeb> +1 2019-01-14T19:06:52 < dongs> hm lemme try. 2019-01-14T19:07:14 < dongs> anyawy post-routed sim looks ok too 2019-01-14T19:07:42 < dongs> ok, it works 2019-01-14T19:07:43 < dongs> fine 2019-01-14T19:15:37 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-14T19:27:27 < dongs> so aandrew you were saying in a proper design i should be using some high mhz internal clock and sampling shit there? 2019-01-14T19:27:51 < dongs> or wahts the difference 2019-01-14T19:28:02 < dongs> for the 'using logic as clock' thing 2019-01-14T19:35:56 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 258 seconds] 2019-01-14T19:36:02 < karlp> huh, vscode can't do "find all references" in c/c++ code 2019-01-14T19:36:05 < karlp> out the window it goes then. 2019-01-14T19:36:12 < dongs> lol vscode 2019-01-14T19:36:15 < dongs> why would you even tryt 2019-01-14T19:36:26 < dongs> retarded javascript faggotry 2019-01-14T19:37:09 < dongs> ok thanks all especially jadew and emeb/aandrew on halping me out wiht this garbage. ill try it on real hardware tomorrow :p 2019-01-14T19:38:10 < aandrew> heh 2019-01-14T19:38:18 < aandrew> glad it's working at least in theory 2019-01-14T19:40:56 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-14T19:47:36 < emeb> glad to help 2019-01-14T19:51:08 -!- mitrax [mitrax@lfbn-ncy-1-325-94.w83-196.abo.wanadoo.fr] has joined ##stm32 2019-01-14T19:52:41 -!- Drzacek [~Drzacek@200116b800733b00e01eeb9da8808e09.dip.versatel-1u1.de] has joined ##stm32 2019-01-14T20:05:14 < jpa-> dongs: if your input data has a 125MHz clock, IMO it is easier to use that directly; for sampling with a different clock, you'd need atleast 250MHz 2019-01-14T20:08:50 < jadew> I was away for the past hour and a half, but I'm glad to hear it works 2019-01-14T20:11:25 < Steffanx> Welcome back 2019-01-14T20:11:33 < jadew> thanks 2019-01-14T20:12:31 < jadew> watched the first half of the fellowship of the ring with my son, he doesn't seem traumatised 2019-01-14T20:13:10 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 250 seconds] 2019-01-14T20:14:57 < jpa-> try hobbit next, if he's not disturbed by the differences to the book you should start getting worried 2019-01-14T20:15:28 < jadew> heh 2019-01-14T20:16:12 < jadew> the most intense scene was when the nazgul stabbed the empty beds 2019-01-14T20:16:22 < jadew> should have covered his eyes for that 2019-01-14T20:16:26 < jadew> the other killings were ok 2019-01-14T20:16:27 < Steffanx> How young is he? 2019-01-14T20:16:32 < jadew> 5 2019-01-14T20:16:39 < Steffanx> Oh :P 2019-01-14T20:16:43 < jadew> :) 2019-01-14T20:16:51 < Steffanx> Not sure id watch lotr. 2019-01-14T20:16:56 < Steffanx> If i would* 2019-01-14T20:17:16 < jadew> yeah... I'm pushing it a little, but I think he's old enough now for some real drama 2019-01-14T20:17:38 < jadew> (as real as it gets in LOTR) 2019-01-14T20:17:43 < Steffanx> Should watch the extended editions in one g 2019-01-14T20:17:45 < Steffanx> O 2019-01-14T20:17:51 < jadew> hah 2019-01-14T20:18:05 < antto> i watched IT when i was 8 or less 2019-01-14T20:18:05 < jadew> I'm sure he'd want that, he seemed to enjoy it a lot 2019-01-14T20:18:12 < Steffanx> Train his attention span 2019-01-14T20:19:48 < jadew> he can do cartoons for hours in a row, so he's good in that regard :P 2019-01-14T20:23:20 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-14T20:30:42 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-14T20:44:21 < Thorn> The largest parabolic dish antennas in the world are the Five-hundred-meter Aperture Spherical radio Telescope in southwest China, and the Arecibo radio telescope in Arecibo, Puerto Rico, US, which both have effective apertures of about 300 meters. The gain of these dishes at 3 GHz is roughly 90 million, or 80 dBi. 2019-01-14T20:45:03 < jadew> that's a good antenna 2019-01-14T20:45:35 < jpa-> too bad that you need to rotate a whole planet for the rough aiming 2019-01-14T20:47:47 < jadew> learned from the last thunderfoot video that the new horizon probe (the one that did the pluto photo-shoot has only a 12 W transmitter) 2019-01-14T20:49:37 < jadew> and it takes 5 hours for the signal to reach us 2019-01-14T20:50:08 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-14T20:52:25 < jadew> can only imagine now weak the signal is 2019-01-14T20:52:56 < specing> the signal rate is half a kilobit per second or something ridiculous like that 2019-01-14T20:53:09 < jadew> yeah, 600 bps 2019-01-14T20:53:24 < jadew> @ 4 GHz 2019-01-14T20:53:34 < specing> isn't new horizons nuclear powered? 2019-01-14T20:53:40 < jadew> it is 2019-01-14T20:53:57 < specing> so what prevented them from mounting a 100+W transmitter on it? 2019-01-14T20:54:08 < jadew> don't know... 2019-01-14T20:54:19 < jadew> apparently it has a 200W power source or something 2019-01-14T20:54:53 < jadew> maybe they just wanted to keep it interesting 2019-01-14T20:55:12 < jadew> they wanted funding for a bigger dish 2019-01-14T20:55:18 < specing> where do the other190Wgo? 2019-01-14T20:55:32 < jadew> good question 2019-01-14T20:56:51 < BrainDamage> 100W transmitter would mean no budget for the instruments 2019-01-14T20:57:13 < BrainDamage> you still need to operate the sensors, the radar, the computer, etc 2019-01-14T20:57:29 < jadew> well, you could turn them off during data transmissin 2019-01-14T20:57:33 < jadew> *transmission 2019-01-14T20:57:45 < jadew> but I guess they figured all they need is 12 W 2019-01-14T20:57:46 < BrainDamage> it's transmitting continously 2019-01-14T20:57:59 < BrainDamage> at 600bps, to transmit a pic you need many hours/days 2019-01-14T20:58:24 < BrainDamage> and yes, you need the slow rate to lower the SNR requirements 2019-01-14T20:58:44 < BrainDamage> also the power at the antenna, before the antenna gain is 10log10(12W/1mW)+35−10log10((4pi·(5h·c)/(c/4GHz))^2) = 223dBm 2019-01-14T20:58:49 < jpa-> 250W is the heat power of the RTG, you get perhaps something like 50W electricity out of it 2019-01-14T20:59:02 < jadew> ah ha 2019-01-14T20:59:07 < jadew> that explains it then 2019-01-14T20:59:10 < BrainDamage> -223dBm 2019-01-14T20:59:40 < BrainDamage> I've assumed a 35dB dish on the probe 2019-01-14T20:59:52 < BrainDamage> which should be ok given the size and freq 2019-01-14T21:00:11 < BrainDamage> it might differ by say, +-5dB, but won't change the order of magnitude of my calc 2019-01-14T21:00:17 < BrainDamage> so -220dBm or so 2019-01-14T21:00:33 < jadew> not sure if it's 4 or 8 GHz 2019-01-14T21:00:47 < jadew> I've read a paper where they said they planned something and went with something else 2019-01-14T21:00:51 < jadew> but it's one of the two 2019-01-14T21:01:33 < BrainDamage> with 8GHz it's -229, not a huge difference 2019-01-14T21:01:45 < jadew> I didn't know you could even listen to signals that low 2019-01-14T21:02:10 < jadew> so a 50 dBi antenna would bring it to what... -180? 2019-01-14T21:02:12 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-14T21:02:18 < jadew> yeah... I guess that's doable 2019-01-14T21:02:36 < BrainDamage> -180dBm may or may not be doable 2019-01-14T21:02:50 < BrainDamage> you need to compare to the noise spectral density 2019-01-14T21:02:58 < BrainDamage> integrated over the band 2019-01-14T21:03:05 < BrainDamage> that's where having slow speed helps 2019-01-14T21:03:42 < jpa-> hmm, not sure now if that 200 watts is the thermal power or the electric power, different sources say different things 2019-01-14T21:05:09 < jpa-> i guess electrical power after all, http://pluto.jhuapl.edu/Mission/Spacecraft/Systems-and-Components.php 2019-01-14T21:05:49 < BrainDamage> assuming your LNA is cooled by LN2, and bits/baud is 1, the thermal noise spectral power is 4boltzmann·77K·600Hz 10log10(4boltzmann·77K·600Hz/1mW)=-146dBm 2019-01-14T21:06:57 < BrainDamage> so your receiver system's gain, which includes both antenna gain and any eventual code gain by spread spectrum tecniques to at least -146dBm to have SNR=1 2019-01-14T21:07:09 < BrainDamage> which is considered the treshold for detection 2019-01-14T21:08:15 < BrainDamage> so your antenna gain needs to be ~80dB to work 2019-01-14T21:09:03 < BrainDamage> less if it has spread spectrum codes 2019-01-14T21:10:24 < jadew> wouldn't it be possible to use a lock in amplifier to get even better sensitivity? 2019-01-14T21:10:44 < BrainDamage> a radio IS a lock in amplifier 2019-01-14T21:11:07 < BrainDamage> compare the two, literally the same structure 2019-01-14T21:11:25 < jadew> ah... thought that's what they'd be used for 2019-01-14T21:11:58 < BrainDamage> also the numbers I cited are merely due to physical processes 2019-01-14T21:12:06 < BrainDamage> no amount of electronics can better them 2019-01-14T21:12:15 < Laurenceb_123> New Horizons? 2019-01-14T21:12:27 < BrainDamage> you can get away with less thermal noise with colder LNAs 2019-01-14T21:12:29 < Laurenceb_123> hmm I should actually launch muh rockoon 2019-01-14T21:12:35 < Steffanx> lol 2019-01-14T21:12:49 < Laurenceb_123> shitposting all day is depressing 2019-01-14T21:15:44 -!- chipant_ [~chipant@27.34.69.120] has joined ##stm32 2019-01-14T21:18:02 < Steffanx> /b/axter got tired? 2019-01-14T21:18:47 -!- chipant [~chipant@27.34.69.120] has quit [Ping timeout: 240 seconds] 2019-01-14T21:21:34 < Laurenceb_123> I got bored, then I got bored of /b/ 2019-01-14T21:21:51 < Steffanx> so what will the your next stm32 project be? 2019-01-14T21:23:41 < Laurenceb_123> maybe I should have another go at software gps 2019-01-14T21:24:45 < BrainDamage> what advantage do you have with sw gps? 2019-01-14T21:26:37 < Laurenceb_123> no limits, can run in v low power modes, IMU integration/EKF 2019-01-14T21:27:11 -!- cnt [uid317556@gateway/web/irccloud.com/x-wcpaiguzdhhshvll] has joined ##stm32 2019-01-14T21:27:12 < BrainDamage> so you integrate your IMU during gps shutdown? 2019-01-14T21:27:18 < BrainDamage> to save power? 2019-01-14T21:27:32 < BrainDamage> and faster lock reacquisition 2019-01-14T21:27:33 < Laurenceb_123> one idea, yeah 2019-01-14T21:28:12 < Laurenceb_123> or power on and grab a few ms of data then process using fft based acquisition 2019-01-14T21:28:24 < Laurenceb_123> for lock once an hour type applications 2019-01-14T21:31:10 < Laurenceb_123> the core tracking part seems doable in thumb2, but then there is all the other service type stuff, and also supposedly CW blockers are required 2019-01-14T21:33:28 < qyx> I still have some SE4110L 2019-01-14T21:33:32 < qyx> I am waiting for your codez 2019-01-14T21:34:17 < Laurenceb_123> I only got as far as writing the core processing loops 2019-01-14T21:34:44 < Laurenceb_123> nibble based iirc 2019-01-14T21:35:00 < qyx> yeah you mentioned it 2019-01-14T21:35:28 < Laurenceb_123> all the other stuff is still a major headache 2019-01-14T21:35:58 < Laurenceb_123> I managed to get as far as working fixes in matlab with <3.5m error, but theres tons of stuff that has to work 2019-01-14T21:36:16 < Laurenceb_123> all the ephemeris processing and stuff, I just copypastered the libraries 2019-01-14T21:36:28 < Laurenceb_123> its v big job 2019-01-14T21:37:01 < Laurenceb_123> I guess there is Piksi, thats using stm32 2019-01-14T21:39:10 < jpa-> i'd want to experiment with GPS direction finding by putting two antennas + 2x SE4110L feeding into one FPGA or STM32, and using the time difference between antennas to find orientation; but yeah, pretty much coding to do 2019-01-14T21:39:57 < Laurenceb_123> that part is v easy if you once have the rest of it running 2019-01-14T21:41:28 < jpa-> yeah, it's the rest that is the "lot of coding" part :) 2019-01-14T21:43:16 < sync> oh the se4110l looks line a neat part 2019-01-14T21:43:49 -!- con3 [~kvirc@197.233.94.203] has joined ##stm32 2019-01-14T21:44:20 < malinus> jpa-: you need RTK to do that. The normal GPS accuracy is way too shitty to do it. Unless you have like 20m between the antennas. 2019-01-14T21:45:56 < jpa-> malinus: yeah, of course it would use RTK (or rather, just the satellite phases directly), that's kind of the point of doing it in software instead of two separate GPS receivers 2019-01-14T21:46:48 < Laurenceb_123> actually ublox does support some useful stuff... 2019-01-14T21:46:53 < malinus> jpa-: how small a distance between the antennas do you figure you can get away with? 2019-01-14T21:47:03 < Laurenceb_123> pseudoranges and phase output over ubx on some receivers 2019-01-14T21:47:36 < malinus> with be nice with a cortex-a so you could run rtklib 2019-01-14T21:47:38 < Laurenceb_123> malinus: depends how good pointing accuracy you need and over what bandwidth 2019-01-14T21:47:44 < jpa-> malinus: i have no idea really, it will be a tradeoff between angle accuracy vs. averaging time vs. antenna distance 2019-01-14T21:48:00 < Laurenceb_123> phase wobble is usually <5 degrees with a good signal 2019-01-14T21:48:17 < Laurenceb_123> over say 20hz bandwidth 2019-01-14T21:48:56 < jpa-> also geometric dilution of precision will matter, if all the satellites you see are overhead there is not much direction finding you can do 2019-01-14T21:48:58 < Laurenceb_123> so you could use a mems gyro to get down to <1degree heading accuracy with a 35cm or some antenna spacing perhaps 2019-01-14T21:49:19 < Laurenceb_123> problem is you get signal leaking off your chassis and all sort of weird nonlinearities in the rf 2019-01-14T21:49:32 -!- chipant_ [~chipant@27.34.69.120] has quit [Remote host closed the connection] 2019-01-14T21:50:00 -!- chipant_ [~chipant@27.34.69.120] has joined ##stm32 2019-01-14T21:50:09 < Laurenceb_123> so getting good absolute heading accuracy over 35cm is close to impossible 2019-01-14T21:51:02 < Laurenceb_123> yes 2019-01-14T21:51:45 -!- chipant__ [~chipant@27.34.69.120] has joined ##stm32 2019-01-14T21:51:48 < Laurenceb_123> its used on a lot of satellites, but usually they have a yuuuge calibration table to correct for "distortion" 2019-01-14T21:51:58 < mawk> I blinked two leds on a disco board using freertos today 2019-01-14T21:51:59 < jpa-> it's annoying how difficult it is to get accurate heading using any method; magnetometers are so sensitive to surroundings, and gyros drift too fast 2019-01-14T21:52:05 < mawk> 5 years of study to finally do that 2019-01-14T21:52:06 < mawk> I want a refund 2019-01-14T21:52:20 < Laurenceb_123> Cracki: not quite 2019-01-14T21:52:30 < Cracki> you studied theoretical math, not electrical engineering 2019-01-14T21:52:31 < Laurenceb_123> multiple entire gps front ends usually 2019-01-14T21:52:45 < mawk> I did 2 years of maths, then 3 years of "embedded computing" Cracki 2019-01-14T21:52:51 < mawk> I changed studies after the maths thing 2019-01-14T21:53:00 < mawk> I skipped too many classes to be accepted in a theoretical math school 2019-01-14T21:53:03 < Cracki> ah, congratulations on the decision :> 2019-01-14T21:53:10 < Laurenceb_123> I can reliably get <1degree absolute heading offset from my calibrated imu 2019-01-14T21:53:15 < Laurenceb_123> ... sitting in a field 2019-01-14T21:53:17 < mawk> because of the physics exam mainly, if it were only for the maths it'd be fine 2019-01-14T21:53:42 < Cracki> Laurenceb_123, in a field because elsewhere... earth magnetic field is disturbed or what? 2019-01-14T21:53:58 < Laurenceb_123> but it's interesting that even in steel framed buildings the heading is almost always <15degrees off 2019-01-14T21:54:03 < Laurenceb_123> Cracki: building steel 2019-01-14T21:54:09 < Cracki> yeh that fucks with things 2019-01-14T21:54:15 < Laurenceb_123> usually in steel buildings the field is much weaker tho 2019-01-14T21:54:20 < mawk> you can't use the imu everywhere 2019-01-14T21:54:22 < Laurenceb_123> like down to 25% field strength 2019-01-14T21:54:31 < mawk> you usually fuse multiple sources 2019-01-14T21:54:42 < mawk> imu, gps, accelerometer, odometer, whatever 2019-01-14T21:54:55 < Cracki> where you have a weaker magnetic field, you'll have weaker sat signals too 2019-01-14T21:54:59 < Laurenceb_123> yeah good luck in the real world 2019-01-14T21:55:03 -!- chipant_ [~chipant@27.34.69.120] has quit [Ping timeout: 246 seconds] 2019-01-14T21:55:03 < mawk> if you want to keep a relatively high precision when you have blackouts 2019-01-14T21:55:09 < Laurenceb_123> indoor positioning isnt really possible 2019-01-14T21:55:25 < mawk> my last internship was at a company that do it, Laurenceb_123 2019-01-14T21:55:28 < Cracki> good, then we're talking about steel structures *under* your feet 2019-01-14T21:55:30 < mawk> for the french military 2019-01-14T21:55:38 < Laurenceb_123> my ublox8 can get a fix on ground floor, but ~100m errors 2019-01-14T21:55:42 < Cracki> sensor fusion or indoor nav? 2019-01-14T21:55:50 < mawk> they have several projects 2019-01-14T21:55:54 < Laurenceb_123> indoor nav using beacons works ok 2019-01-14T21:55:57 < mawk> but they all include sensor fusion, and some projects are indoor nav yeah 2019-01-14T21:55:58 < Cracki> indoor nav is awful because unstructured environment 2019-01-14T21:56:02 < Cracki> beacons ftw 2019-01-14T21:56:24 < Laurenceb_123> yeah I've never seen one of these indoor nav sensor fusion things work in the real world 2019-01-14T21:56:37 < aandrew> so with FMC set up as 1 bank of 16 bit wide PSRAM, I should be able to have the stm32 start a DMA transfer to internal SRAM and have my FPGA manage the actual transfer by manipulating the WAIT# signal 2019-01-14T21:56:38 < jpa-> at work i once used a laser gyro based heading finder that got something like 0.1 deg accuracy after 1 minute stabilization; but it cost 50kEUR or something 2019-01-14T21:56:42 < Cracki> full blown Augmented Reality could maybe do it 2019-01-14T21:56:52 < Laurenceb_123> nice jpa- 2019-01-14T21:56:52 < Cracki> works for highly "textured" environments such as malls 2019-01-14T21:57:10 < Cracki> not so much for bureaucracy bunkers where all the doors and hallways are the same 2019-01-14T21:57:12 < mawk> they're on the stock market for 10 years Laurenceb_123 so I guess it works 2019-01-14T21:57:16 < aandrew> www.atraxa.ca <- I was part of that project 2019-01-14T21:57:18 < mawk> the projects were kinda confidential so I didn't see them in action 2019-01-14T21:57:21 < mawk> but I read their brochures 2019-01-14T21:57:26 < Laurenceb_123> I think compute vision could work for indoor with a 3d model 2019-01-14T21:57:28 < aandrew> now part of a competing product (similar tech, different appilcation) 2019-01-14T21:57:44 < Cracki> aandrew, so you wanna hook up stm32 and fpga? interesting 2019-01-14T21:57:50 < aandrew> yep 2019-01-14T21:57:53 < aandrew> already hooked up 2019-01-14T21:57:56 < aandrew> just writing software 2019-01-14T21:58:00 -!- con3 [~kvirc@197.233.94.203] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-14T21:58:02 < aandrew> SPI, FMC and RMII actually 2019-01-14T21:58:08 < Laurenceb_123> in fact I think thats been done, simple wireframe model of building that camera + line fitting + matching 2019-01-14T21:58:14 < Laurenceb_123> *then 2019-01-14T21:58:58 < Cracki> AR/CV doesn't "need" a complete 3d model. floor plan and landmarks (shop fronts) would be good enough 2019-01-14T21:59:16 < mawk> at the company I was they have a bunker in the backyard with a big machine made for calibrating location sensors 2019-01-14T21:59:18 < Cracki> besides, you get 3d data from AR anyway 2019-01-14T21:59:30 < mawk> with restricted importation because it's used to make rockets 2019-01-14T21:59:41 < Cracki> ms hololens even shows you the mesh if you "click" into space 2019-01-14T21:59:43 < Laurenceb_123> Cracki: not if ur name is Jeri Ellsworth 2019-01-14T21:59:48 < Cracki> who 2019-01-14T21:59:54 < Laurenceb_123> then you get a bank balance of $0 from AR 2019-01-14T21:59:59 < Cracki> did Jeri Ryan marry or something 2019-01-14T22:00:15 < Laurenceb_123> https://en.wikipedia.org/wiki/CastAR 2019-01-14T22:00:24 < Laurenceb_123> >was 2019-01-14T22:00:25 < Cracki> ah, shitstarter tier 2019-01-14T22:02:10 -!- Jybz [~jibz@ip-37-201-5-47.hsi13.unitymediagroup.de] has quit [Quit: Konversation terminated!] 2019-01-14T22:02:40 < Steffanx> does kickstarter still exist? Its no longer a daily ##stm32 topic. What happened? 2019-01-14T22:03:15 < Steffanx> Same as that paki job website. 2019-01-14T22:03:27 < gnom> https://youtu.be/XM8aBESf8EI 2019-01-14T22:04:07 < Cracki> HowToBasic? 2019-01-14T22:04:23 < Laurenceb_123> > Playground Global funded $15M into castAR to build its product 2019-01-14T22:04:32 < Cracki> money laundering 2019-01-14T22:04:33 < Laurenceb_123> how did they blow that much 2019-01-14T22:04:59 < Cracki> hard drugs and hooker undertaking 2019-01-14T22:05:32 < Steffanx> > Before the time of the 2017 company shutdown all Kickstarter funds had been paid back to the original backers. 2019-01-14T22:05:48 < Steffanx> oh, they used funding to replay the backers? 2019-01-14T22:05:54 < Steffanx> *pay 2019-01-14T22:06:26 < Steffanx> + coupons 2019-01-14T22:09:58 < Laurenceb_123> Cracki: the only way Ellsworth could get laid 2019-01-14T22:10:24 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:144e:2f21:b0ca:15d3] has joined ##stm32 2019-01-14T22:10:26 < Cracki> cool wine aunt, only career path left 2019-01-14T22:10:46 < Laurenceb_123> /b/tard detected 2019-01-14T22:11:03 < Laurenceb_123> tfw cool wine aunt is literally my aunt 2019-01-14T22:11:16 < Steffanx> sure its your aunt? 2019-01-14T22:11:38 -!- Drzacek [~Drzacek@200116b800733b00e01eeb9da8808e09.dip.versatel-1u1.de] has quit [Quit: Leaving] 2019-01-14T22:11:48 < Laurenceb_123> maybe I should check muh heritage with dna shit 2019-01-14T22:12:03 < Laurenceb_123> *le 56% face intensifies* 2019-01-14T22:12:04 < Steffanx> i meant it could be your uncle. 2019-01-14T22:12:23 < Laurenceb_123> keeek one of the wambulance managers broke the wambulance 2019-01-14T22:12:43 < Laurenceb_123> suspension is fucked after he drove it over about 20 speed bumps at 50mph 2019-01-14T22:12:51 < Laurenceb_123> my sides 2019-01-14T22:13:08 < Laurenceb_123> the air suspension is leaking 2019-01-14T22:13:16 < Steffanx> Great build quality of brit ambulances.. 2019-01-14T22:13:47 < Cracki> Chang'e 4 Lunar Landing In Detail 2019-01-14T22:13:47 < Cracki> https://www.youtube.com/watch?v=unEbg_dt3DM 2019-01-14T22:13:53 < Steffanx> Mercedes or fiat Laurenceb_123 ? 2019-01-14T22:13:54 < Cracki> (some days old) 2019-01-14T22:13:57 < Laurenceb_123> Merc 2019-01-14T22:14:23 < Laurenceb_123> but britbongs modified the stock Mercedes van a lot 2019-01-14T22:18:17 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-14T22:19:33 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2019-01-14T22:20:11 -!- BrainDamage_ is now known as BrainDamage 2019-01-14T22:34:05 < Cracki> buncha wild cats chasing a laser dot https://youtu.be/EOY1LVjohrw?t=559 2019-01-14T22:36:44 < Laurenceb_123> oh my god https://www.youtube.com/watch?v=CB5nivyN3SQ 2019-01-14T22:37:16 < Cracki> gah 2019-01-14T22:37:24 < Cracki> I can understand transfash but not that 2019-01-14T22:38:27 < Cracki> single mother. every time. 2019-01-14T22:38:33 < cnt> that is called a javascripting language which is installed in your hardware. not in your software 2019-01-14T22:38:56 < Cracki> can haz pls 2019-01-14T22:39:18 < Laurenceb_123> cnt: javascript is a heating system 2019-01-14T22:39:26 < cnt> lol 2019-01-14T22:39:31 < Laurenceb_123> it heats ur house as you try to load a webpage 2019-01-14T22:39:56 < cnt> so flash is like the afterburner? 2019-01-14T22:40:17 < Laurenceb_123> flash actually works 2019-01-14T22:40:26 < Laurenceb_123> unironically replace javascript with flash 2019-01-14T22:40:38 < Cracki> flash uses ecmascript anyway 2019-01-14T22:40:50 < Cracki> the only diff is they are shit at making it perform 2019-01-14T22:42:08 < Laurenceb_123> kek wut 2019-01-14T22:42:20 < Laurenceb_123> how come flash actually runs with sane cpu useage 2019-01-14T22:43:15 < Cracki> it doesn't? 2019-01-14T22:43:28 < Cracki> perhaps because they designed it to use 100% in 2005 2019-01-14T22:44:09 < Cracki> they put more thought into how animations should work (fixed frame rate) while random js kiddies just run their js full tilt 2019-01-14T22:44:58 < Laurenceb_123> yeah flash seems well designed 2019-01-14T22:45:12 < Laurenceb_123> javascript just copypastas yuuuge libraries 2019-01-14T22:45:35 < Cracki> ah that, simply don't do it :P 2019-01-14T22:49:57 < zyp> then again, flash was actually designed 2019-01-14T22:50:36 < zyp> javascript has a ton of competing implementations, flash has one 2019-01-14T22:50:39 < Laurenceb_123> yeah 2019-01-14T22:51:14 < Steffanx> Did they design the security flaws in as well? 2019-01-14T22:51:20 < zyp> probably 2019-01-14T22:51:44 < Steffanx> I dont miss flash and hardly have an issue with javascript. 2019-01-14T22:52:09 < zyp> same 2019-01-14T22:52:41 < Cracki> js has beedn standardized for a long while 2019-01-14T22:52:45 < Cracki> as ecmascript 2019-01-14T22:53:10 < Cracki> and everyone tends to stick to some standard... just consider, js only has floats 2019-01-14T22:53:16 < Cracki> so anything beyond 53 bits is fucked 2019-01-14T22:53:34 < Cracki> someone could get the idea to introduce big nums, or at least integer types 2019-01-14T22:53:45 < Cracki> but that would fuck up too much of the ecosystem because then people would rely on that 2019-01-14T22:53:59 < zyp> there's still a lot of variation on which parts of the javascript standard are supported in the various implementations 2019-01-14T22:54:33 < Cracki> you probably mean DOM stuff and all that 2019-01-14T22:54:41 < Cracki> the language itself isn't all that complicated 2019-01-14T22:54:58 < Cracki> it's like with versions of C and C++ 2019-01-14T22:59:00 < mawk> the new cubemx is so lame 2019-01-14T22:59:05 < mawk> and they even have regressions 2019-01-14T22:59:26 < mawk> the interface not registering when you modify peripherals and you have to restart, duplicated lines in the makefile like in the good old times 2019-01-14T23:00:54 < cnt> no good news 2019-01-14T23:01:01 < cnt> is there a better cortex m platform? 2019-01-14T23:01:15 < mawk> platform ? 2019-01-14T23:01:16 < cnt> seriously 2019-01-14T23:01:22 < cnt> as in 2019-01-14T23:01:28 < cnt> a better cortex m 2019-01-14T23:01:28 < mawk> cubemx is just one part 2019-01-14T23:01:30 < mawk> ah$ 2019-01-14T23:02:00 < cnt> i hear people ranting and raving, so i guess maybe there's a better cortex m with happy libraries and tools 2019-01-14T23:02:16 < mawk> stm32 is cool 2019-01-14T23:02:23 < mawk> it's just they have to devote more money to that cube thing 2019-01-14T23:02:35 < mawk> but it'd quite useful without the bugs 2019-01-14T23:02:45 < Cracki> well, people bitch about inconsistent peripherals across stm32 series, so I guess some other company must make cortex m with more consistent periphs? 2019-01-14T23:03:12 < mawk> yeah speaking of that on the disco I tried today it wants a 48 MHz clock for usb or something, but precisely 48 MHz 2019-01-14T23:03:19 < mawk> so you have to make a special multiplier and divider in the PLL 2019-01-14T23:03:30 < mawk> but when you do that you can't put the other clocks to full speed, including the cortex clock 2019-01-14T23:03:40 < mawk> so either you have USB either you have a full speed clock 2019-01-14T23:03:57 < mawk> I tried the auto clock resolver from cubemx but it tried for 20s then didn't converge 2019-01-14T23:04:21 < zyp> mawk, which part? 2019-01-14T23:04:39 < mawk> stm32f429I 2019-01-14T23:05:07 < zyp> 180MHz max? 2019-01-14T23:05:07 -!- sferrini_ [sid115350@gateway/web/irccloud.com/x-lnqblvgarrhakmbs] has joined ##stm32 2019-01-14T23:05:10 < mawk> yeah 2019-01-14T23:05:28 < zyp> yeah, that's not gonna work, IIRC you're limited to 168 2019-01-14T23:05:32 < mawk> using the 8 MHz HSE of the stlink through the PLL 2019-01-14T23:05:41 < mawk> no you can go 180 MHz, if you drop the 48 MHz clock 2019-01-14T23:05:43 < mawk> and drop USB then 2019-01-14T23:05:48 < zyp> that's what I meant 2019-01-14T23:05:50 < mawk> ah 2019-01-14T23:05:51 < mawk> yeah 2019-01-14T23:05:57 < mawk> is it deliberate design ? 2019-01-14T23:06:22 < mawk> and they advertise USB everywhere in the whitepapers and stuff, so they know USB will be activated 2019-01-14T23:06:43 -!- beaky1 [~beaky@2a03:b0c0:0:1010::17cf:7003] has joined ##stm32 2019-01-14T23:06:55 < zyp> for f40x, max is 168MHz, standard config is 336MHz out of the PLL, /2 divider for sysclk and /7 divider for USB 2019-01-14T23:07:06 -!- karlp1 [karlp@palmtree.beeroclock.net] has joined ##stm32 2019-01-14T23:07:07 < Cracki> wait, how is the 48 mhz usb clock related to system clock? factor 3.5 should be doable by some PLL 2019-01-14T23:07:22 < mawk> when you do that the PLL output clock for the other clocks is too high Cracki 2019-01-14T23:07:26 < mawk> so it can't be done 2019-01-14T23:07:29 < Cracki> uh 2019-01-14T23:07:50 < zyp> Cracki, it's a common PLL with several dividers 2019-01-14T23:07:55 < Cracki> ic 2019-01-14T23:08:04 < mawk> one divider before, one multiplier before, then two dividers 2019-01-14T23:08:06 < zyp> so the PLL output needs to be a multiple of 48 2019-01-14T23:08:09 < mawk> one for the 48MHz, one for the other clocks 2019-01-14T23:08:18 < Cracki> integer dividers only? 2019-01-14T23:08:20 < mawk> yes 2019-01-14T23:08:31 < zyp> for those speeds, the P divider will always be /2, so you're limited to sysclk steps of 24 MHz 2019-01-14T23:08:31 < mawk> divide by 2 4 8 iirc 2019-01-14T23:08:39 < mawk> then multiplier is whatever reasonable integer 2019-01-14T23:08:42 < zyp> so next step up is 192 MHz, and that's above rating 2019-01-14T23:09:01 < Cracki> so... what's the solution, giving usb its own crystal? 2019-01-14T23:09:11 < zyp> no, the solution is running at 168 MHz 2019-01-14T23:09:16 -!- chipant__ [~chipant@27.34.69.120] has quit [Quit: Leaving] 2019-01-14T23:09:21 < Cracki> oh well, that's the spec right 2019-01-14T23:09:30 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-14T23:09:41 < mawk> you have a solution for running at 45MHz and not 48MHz, would that really mess up usb ? 2019-01-14T23:09:46 < Steffanx> F446 can do it iirc. It can use the i2s clock/pll iirc 2019-01-14T23:09:46 < zyp> another 7% of cpu clock doesn't make that much of a difference 2019-01-14T23:09:48 < zyp> yes 2019-01-14T23:10:08 < zyp> FS USB needs to be accurate to 0.25% or so IIRC 2019-01-14T23:10:12 < mawk> ah 2019-01-14T23:10:15 < zyp> and that's including oscillator inaccuracy 2019-01-14T23:10:31 < zyp> HSI is not stable enough to comply with usb spec 2019-01-14T23:10:52 -!- pulsar [~PLS@88.198.83.182] has joined ##stm32 2019-01-14T23:10:59 < zyp> HSI48 on the parts that have it can be autotuned by CRS to be 2019-01-14T23:11:01 < mawk> in the st examples they use HSI for usb in some places 2019-01-14T23:11:11 < mawk> CRS ? 2019-01-14T23:11:34 < zyp> clock recovery system 2019-01-14T23:11:38 -!- sferrini [sid115350@gateway/web/irccloud.com/x-ciaxsvzesohpvyxr] has quit [Ping timeout: 268 seconds] 2019-01-14T23:11:39 -!- karlp [karlp@palmtree.beeroclock.net] has quit [Ping timeout: 268 seconds] 2019-01-14T23:11:43 -!- pulsar256 [~PLS@2a01:4f8:130:4029::1:7] has quit [Ping timeout: 268 seconds] 2019-01-14T23:11:43 -!- HighInBC [~highinbc@unaffiliated/chillum] has quit [Ping timeout: 268 seconds] 2019-01-14T23:11:45 -!- sferrini_ is now known as sferrini 2019-01-14T23:11:45 < zyp> it's a peripheral in the parts that advertise crystalless usb 2019-01-14T23:11:47 -!- HighInBC [~highinbc@unaffiliated/chillum] has joined ##stm32 2019-01-14T23:11:52 < mawk> ah 2019-01-14T23:12:15 < zyp> it locks on to either the rate of usb SOF tokens, or some other stable source 2019-01-14T23:12:21 < zyp> and uses that to tune the HSI48 2019-01-14T23:12:34 < Laurenceb_123> you can use it to lock to other sources too 2019-01-14T23:12:35 < zyp> IIRC it can also use LSE 2019-01-14T23:12:36 < mawk> how long can it hold before significant drift ? 2019-01-14T23:12:40 < Laurenceb_123> but its FLL not PLL 2019-01-14T23:12:47 < mawk> like don't you have to reboot often to tune again ? 2019-01-14T23:12:48 < Laurenceb_123> so never gets perfect phase lock 2019-01-14T23:12:55 < zyp> mawk, huh? 2019-01-14T23:13:06 < mawk> what do you call tuning ? 2019-01-14T23:13:16 < zyp> it's a continous process 2019-01-14T23:13:21 < mawk> ah ! 2019-01-14T23:13:22 < mawk> ok 2019-01-14T23:13:50 < zyp> it's mostly found in lowend parts, I've only used it on L0 2019-01-14T23:14:03 < zyp> lets me get away without a crystal, which is the point 2019-01-14T23:14:18 < mawk> did you try the big H7 chips ? 2019-01-14T23:14:26 < mawk> I have to port some ada runtime on it 2019-01-14T23:14:26 < zyp> for highend parts, you probably want the crystal anyway 2019-01-14T23:14:29 < zyp> nah 2019-01-14T23:14:49 < zyp> I haven't written code for anything faster than F4 yet 2019-01-14T23:15:04 < mawk> it has ethernet, but I heard it's complicated on stm32, like mandatory DMA 2019-01-14T23:15:12 < zyp> I got a F7 disco, but I never did anything more than turning it on and running the demo it came with :p 2019-01-14T23:15:14 < qyx> on L4 the MSI is tunable too 2019-01-14T23:15:21 < mawk> lol 2019-01-14T23:15:25 < zyp> most ethernet cores are mandatory DMA 2019-01-14T23:15:32 < mawk> the h7 could run linux maybe 2019-01-14T23:15:40 < zyp> the one stm32 uses is a synopsys core 2019-01-14T23:15:57 < zyp> you give it a list of buffer pointers, it consumes/fills them and tells you when 2019-01-14T23:16:02 < zyp> with scatter/gather and everything 2019-01-14T23:16:06 < mawk> I see 2019-01-14T23:16:12 < mawk> doesn't look that complicated 2019-01-14T23:16:12 < zyp> pretty easy to use 2019-01-14T23:16:18 < catphish> ethernet dma is indeed extremely common, in fact doing ethernet any other way seems wrong 2019-01-14T23:16:38 < Laurenceb_123> > the h7 could run linux maybe 2019-01-14T23:16:41 < zyp> I haven't done much with ethernet on stm32 yet, I wrote some code once to send packets just to test and it worked just fine 2019-01-14T23:16:44 < Laurenceb_123> >using embedded lunix ever 2019-01-14T23:17:00 < mawk> I'm not a fan of embedded linux Laurenceb_123 2019-01-14T23:17:02 < specing> h7? 2019-01-14T23:17:05 < srk> even f7 can run linux 2019-01-14T23:17:06 < zyp> but I'm doing ethernet on TI hercules for work, it's also mandatory DMA 2019-01-14T23:17:06 < mawk> maybe with exotic solutions 2019-01-14T23:17:17 < mawk> specing: stm32h743zi 2019-01-14T23:17:39 < zyp> anything can run linux, but there's not much of a point when you don't have a MMU 2019-01-14T23:17:41 < mawk> well linux with 1MiB ram will be complicated no ? 2019-01-14T23:17:47 < mawk> it doesn't have a mmu ? 2019-01-14T23:17:56 < mawk> I thought I saw mmu stuff in the core docs 2019-01-14T23:18:11 < zyp> cortex-m doesn't have a MMU, that's kinda the distinguishing factor between cortex-m and cortex-a 2019-01-14T23:18:14 < mawk> ah 2019-01-14T23:18:28 < mawk> it's not the same as MPU then ? 2019-01-14T23:18:30 < mawk> memory protection unit 2019-01-14T23:18:31 < zyp> no 2019-01-14T23:18:34 < mawk> ah 2019-01-14T23:18:44 < mawk> lame 2019-01-14T23:18:54 < zyp> MPU lets you set access rules for memory regions, but it doesn't virtualize memory 2019-01-14T23:19:04 < Laurenceb_123> not lame 2019-01-14T23:19:07 < zyp> a typical MMU got pagetables and stuff 2019-01-14T23:19:13 < Laurenceb_123> who needs MMU shit on embedded 2019-01-14T23:19:20 < mawk> so MPU is like segmented memory on x86 ? 2019-01-14T23:19:45 < zyp> no, segmented memory is still virtual memory, just less flexible than paging 2019-01-14T23:20:08 < zyp> cortex-m doesn't do virtual memory at all 2019-01-14T23:21:05 -!- con3 [~kvirc@197.233.94.203] has joined ##stm32 2019-01-14T23:21:21 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 260 seconds] 2019-01-14T23:21:55 -!- sterna [~Adium@c-e8e0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-14T23:23:04 < mawk> ah 2019-01-14T23:44:31 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:144e:2f21:b0ca:15d3] has quit [Quit: Konversation terminated!] 2019-01-14T23:48:27 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2019-01-14T23:49:40 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 272 seconds] 2019-01-14T23:50:50 < mitrax> does RDP (read protection) level1 have any implication on the running code besides disabling read/erase/program from the debugger? flash can be manipulated the same way as with level 0 right? i'm wondering if it can have some side effect i haven't considered 2019-01-14T23:51:33 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 --- Day changed Tue Jan 15 2019 2019-01-15T00:00:39 < Cracki> some slide set on the L4 says rdp affects the debug interface only, but other protection modes might do more 2019-01-15T00:01:03 < Cracki> PcROP protects flash even from cpu reads 2019-01-15T00:01:11 < Cracki> (so it can only execute) 2019-01-15T00:01:57 < Cracki> https://www.st.com/content/ccc/resource/training/technical/product_training/b9/d2/34/3a/59/45/47/45/STM32L4_System_Memory_Protections.pdf/files/STM32L4_System_Memory_Protections.pdf/jcr:content/translations/en.STM32L4_System_Memory_Protections.pdf 2019-01-15T00:02:06 < Cracki> details slide 5ff 2019-01-15T00:03:20 < Cracki> sounds like it prevents debug access completely 2019-01-15T00:05:34 < Cracki> but that appears to be all it does 2019-01-15T00:14:11 -!- talsit [foobar@gromit.mixdown.ca] has joined ##stm32 2019-01-15T00:16:13 < kakimir> setting up vpn to my server 2019-01-15T00:16:29 < kakimir> in dark hotel room 2019-01-15T00:17:01 < kakimir> I feel like mr. robot 2019-01-15T00:17:50 < Steffanx> kakimir: https://eliasoenal.com/2017/11/10/verzweiflung-a-story-about-how-i-hacked-the-internet/ 2019-01-15T00:18:14 < kakimir> shiet it's internets link 2019-01-15T00:18:53 < kakimir> I live inside of shell terminals now 2019-01-15T00:20:43 < Ultrasauce> https://www.youtube.com/watch?v=__FbXCr8CoE 2019-01-15T00:21:13 < Steffanx> Its a must read kakimir 2019-01-15T00:21:24 < mitrax> Cracki: thanks, just wanted to double check before programming a batch of boards ... 2019-01-15T00:21:35 < Cracki> yolo 2019-01-15T00:21:57 < mitrax> hello and happy new year to everybody btw... :p 2019-01-15T00:22:04 < Cracki> stay at level 1 and you can always erase again 2019-01-15T00:22:04 < Steffanx> Its a must read for you, while in china, kakimir 2019-01-15T00:22:04 < kakimir> gen-dh running 2019-01-15T00:22:08 * Cracki looks at the calendar 2019-01-15T00:22:23 < kakimir> I did steff papa 2019-01-15T00:22:50 < kakimir> how long is gen-dh going to take? 2019-01-15T00:22:53 < mitrax> Cracki: haven't been here for a month or so, thought i would be polite :p 2019-01-15T00:23:06 < Steffanx> 16.7163 hours kakimir 2019-01-15T00:23:09 < kakimir> it's been like 5minutes already 2019-01-15T00:25:47 < Steffanx> Ohnoes. 2019-01-15T00:26:32 -!- con3 [~kvirc@197.233.94.203] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-15T00:27:36 < kakimir> gen-dh doesn't say it's going to take a few minutes 2019-01-15T00:27:50 < kakimir> it says "This is going to take a long time" 2019-01-15T00:28:22 < kakimir> oh fuck 2019-01-15T00:28:50 < kakimir> I just remembered that I changed my server to raspi1 because my load averages are 0.00 2019-01-15T00:28:54 < kakimir> anyways 2019-01-15T00:29:00 < kakimir> just irssi 2019-01-15T00:29:17 < kakimir> this is going to take a while! 2019-01-15T00:29:48 < BrainDamage> pretend to jerk off your mouse 2019-01-15T00:29:54 < BrainDamage> it'll increase the entropy pool 2019-01-15T00:30:13 < kakimir> I did some forward thinking there when I did pi3->pi1 2019-01-15T00:30:47 < kakimir> if I was real hackerman I would lust for more processing power 2019-01-15T00:31:01 < kakimir> overkill my servers 2019-01-15T00:31:34 < kakimir> I wonder if I should watch youtube 2019-01-15T00:31:53 < kakimir> my roaming is 0.149eur/MB 2019-01-15T00:31:58 < Laurenceb_123> the memes https://imgoat.com/uploads/872ed9fc22/185075.jpg 2019-01-15T00:32:05 < Laurenceb_123> ywlts norf fc become real 2019-01-15T00:32:25 < Steffanx> Speak english please. 2019-01-15T00:32:28 < Thorn> kakimir: what is the weather like? 2019-01-15T00:32:49 < Steffanx> !wz Shenzhen 2019-01-15T00:32:50 < englishbot> [Shenzhen, China] Overcast. Temp is 7°C. NNE wind: 11 kph. Humidity: 93%. 2019-01-15T00:32:52 < BrainDamage> "hazy, with a chance of acid rain" 2019-01-15T00:33:44 < mitrax> kakimir: oh you're in SZ? 2019-01-15T00:34:24 < kakimir> https://security.stackexchange.com/questions/95178/diffie-hellman-parameters-still-calculating-after-24-hours 2019-01-15T00:34:42 < kakimir> phef I have only 2048 2019-01-15T00:34:47 < kakimir> so maybe 2hours 2019-01-15T00:34:55 < kakimir> should have done it in screen 2019-01-15T00:35:22 < kakimir> Thorn: smog 2019-01-15T00:35:42 < specing> plastics are in the air 2019-01-15T00:35:50 < kakimir> weird smells 2019-01-15T00:35:53 < specing> kakimir: how many electric vehicles do you see daily? 2019-01-15T00:36:02 < kakimir> specing: hundreds 2019-01-15T00:36:15 < zyp> oh, just like in norway 2019-01-15T00:36:24 < kakimir> I have been 3/4 of my rides in electric vehicle 2019-01-15T00:36:38 < specing> kakimir: how many ICEs are still there? 2019-01-15T00:36:57 < kakimir> one fake taxi was gasoline car 2019-01-15T00:37:09 < specing> kakimir: how many electric vehicles do you see daily on fire? 2019-01-15T00:37:12 < kakimir> so we paid 10x price at our first ride 2019-01-15T00:37:24 < kakimir> specing: 0 2019-01-15T00:37:38 < Laurenceb_123> tfw https://imgoat.com/uploads/872ed9fc22/185078.png 2019-01-15T00:37:46 < kakimir> all the busses and taxis are "BYD" brand 2019-01-15T00:38:03 < Laurenceb_123> https://www.youtube.com/watch?v=lRRrybuxpJY 2019-01-15T00:38:11 < specing> BYD is a really large auto manufacturer in China 2019-01-15T00:38:47 < zyp> yeah 2019-01-15T00:38:55 < specing> kakimir: so only fake taxis are gasoline? 2019-01-15T00:39:05 < zyp> IIRC in absolute numbers, BYD is the largest EV mfg 2019-01-15T00:39:08 < specing> bigger than Tesla, lol 2019-01-15T00:39:32 < zyp> well, tesla isn't even second largest, is it? 2019-01-15T00:40:19 < specing> the second largest being in China as well? 2019-01-15T00:40:41 < kakimir> factories here are.. interesting.. 2019-01-15T00:40:43 < zyp> dunno, I'm not that familiar with the international EV market 2019-01-15T00:41:39 < zyp> here in norway, TMS is the fourth most common EV, TMX is the sixth most common EV 2019-01-15T00:41:52 < zyp> adding those together, tesla would be the third most common EV brand 2019-01-15T00:42:06 < zyp> first being nissan, second being vw 2019-01-15T00:42:24 < kakimir> fucking cortana has used same amount of data than putty.exe 2019-01-15T00:42:27 < aandrew> hm, stm32f756 is failing because of FPU init in startup code apparently 2019-01-15T00:42:33 < Laurenceb_123> https://www.youtube.com/watch?v=bVIMSHimZZA 2019-01-15T00:42:58 -!- sterna [~Adium@c-e8e0e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-15T00:43:00 < BrainDamage> kakimir: switch to lunix :J 2019-01-15T00:43:10 < kakimir> I should 2019-01-15T00:43:56 < aandrew> SCB->CPACR |= ((3UL << 10*2)|(3UL << 11*2)); causes it to hang in SystemInit() 2019-01-15T01:16:49 < kakimir> still calculating the safe prime 2019-01-15T01:16:58 < kakimir> or finding it 2019-01-15T01:20:29 < kakimir> oh 2019-01-15T01:20:31 < kakimir> reptyr 2019-01-15T01:20:45 < kakimir> re-pty program 2019-01-15T01:47:27 < kakimir> yeah 2019-01-15T01:47:37 < kakimir> subprocesses messed it up 2019-01-15T01:48:02 < kakimir> now I have disown process there that doesn't re-pty to anything 2019-01-15T01:48:36 < kakimir> maybe it will complete during breakfast 2019-01-15T01:49:46 < BrainDamage> wait, are you generating entropy on a shitberry pi? 2019-01-15T01:50:05 < BrainDamage> a remote server doesn't have much in io, so is entropy pool is going to be starved as hell 2019-01-15T01:50:10 < BrainDamage> its* 2019-01-15T01:50:29 < BrainDamage> load the kernel module for the hw RNG and have it feed the entropy pool 2019-01-15T01:50:48 < BrainDamage> or use one of the those sw solutions like haveged that use clock jitter 2019-01-15T01:51:02 < BrainDamage> otherwise, it'll take ages 2019-01-15T01:51:16 < BrainDamage> and the less you'll attend it, the more it'll take 2019-01-15T01:51:53 -!- beaky1 [~beaky@2a03:b0c0:0:1010::17cf:7003] has quit [Quit: WeebChat 2.0.1] 2019-01-15T01:53:48 -!- Simon-- [~sim@2606:6a00:0:28:5604:a6ff:fe02:702b] has quit [Quit: brb] 2019-01-15T02:08:54 -!- Simon-- [~sim@2606:6a00:0:28:5604:a6ff:fe02:702b] has joined ##stm32 2019-01-15T02:14:14 -!- cnt [uid317556@gateway/web/irccloud.com/x-wcpaiguzdhhshvll] has quit [Quit: Connection closed for inactivity] 2019-01-15T03:15:20 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-15T03:18:14 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-15T03:31:02 < aandrew> dongs: https://www.aliexpress.com/item/x/32861682555.html any use for your recent troubles? 2019-01-15T03:34:40 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-15T03:50:20 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 272 seconds] 2019-01-15T03:50:50 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has left ##stm32 [] 2019-01-15T03:56:55 < Cracki> for anyone who found bladerunner 2049 below expectations, try Upgrade (2018) 2019-01-15T03:57:45 < Cracki> if you consider buying a dslogic16, check sigrok support first. I think I remember there was some "story" there... ask in #sigrok 2019-01-15T03:58:08 < Cracki> in any case, china clones of a dslogic are probably the more ethical buying choice 2019-01-15T03:59:26 < jadew> the only story I'm aware of is the same story with all opensource hw 2019-01-15T03:59:28 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-15T03:59:55 < jadew> they promised great software and delivered a reskined sigrok 2019-01-15T04:01:10 < Cracki> additionally they seemed to have "difficulty" upstreaming their stuff no matter how the sigrok peeps pleaded 2019-01-15T04:01:53 < Cracki> anyway, 4ch 400 MHz sounds really nice 2019-01-15T04:02:47 < Cracki> I hope it uses RLE for its buffer too, otherwise that's full in a split second 2019-01-15T04:03:55 < Cracki> specs would imply that it does 2019-01-15T04:04:51 < Cracki> huh, they seem only confident of capturing signals upto 100 MHz in bw. maybe they don't trust their wires that much 2019-01-15T04:05:43 < jadew> yeah, that's usually the problem 2019-01-15T04:07:15 < Cracki> I think they're shielded already but that's where a scope would start wanting active probes 2019-01-15T04:08:12 < jadew> there are 500 MHz passive probes 2019-01-15T04:08:19 < Cracki> hmhmhm 2019-01-15T04:29:47 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-15T04:39:46 < Cracki> maaan I know what I'm gonna be for carnival... a machete-wielding doctor and engineer! 2019-01-15T04:54:02 -!- cnt [uid317556@gateway/web/irccloud.com/x-qyfnundevqdfhuhn] has joined ##stm32 2019-01-15T05:01:17 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has quit [Ping timeout: 268 seconds] 2019-01-15T05:43:46 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-15T05:44:51 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-15T05:59:41 < dongs> aandrew: thats just saleae16 clone isnt it? 2019-01-15T05:59:44 < dongs> garbage 2019-01-15T06:22:03 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2019-01-15T06:22:13 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-15T06:54:04 -!- fc5dc9d4 [~quassel@p5B0819E5.dip0.t-ipconnect.de] has joined ##stm32 2019-01-15T06:58:16 -!- fc5dc9d4_ [~quassel@p5B081BE7.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 2019-01-15T07:01:37 < bitmask> grr 2019-01-15T07:02:37 < bitmask> I'm trying to do the cohen coon tuning method but how do you do it when your output looks like this... I don't know why I'm putting so much time into this, I can just do a P controller and stay within a couple degrees: https://i.imgur.com/kJZ8sBI.png 2019-01-15T07:03:40 -!- cnt [uid317556@gateway/web/irccloud.com/x-qyfnundevqdfhuhn] has quit [Quit: Connection closed for inactivity] 2019-01-15T07:07:42 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has quit [Ping timeout: 268 seconds] 2019-01-15T07:07:48 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has joined ##stm32 2019-01-15T07:27:49 -!- con3 [~kvirc@197.233.94.203] has joined ##stm32 2019-01-15T07:28:48 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has quit [Ping timeout: 245 seconds] 2019-01-15T07:32:05 -!- CheBuzz [~CheBuzz@204.77.3.219] has joined ##stm32 2019-01-15T07:32:05 -!- CheBuzz [~CheBuzz@204.77.3.219] has quit [Changing host] 2019-01-15T07:32:05 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has joined ##stm32 2019-01-15T07:53:15 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-15T07:54:01 -!- con3|2 [~kvirc@197.233.62.173] has joined ##stm32 2019-01-15T07:54:21 -!- con3|2 [~kvirc@197.233.62.173] has quit [Client Quit] 2019-01-15T07:56:57 -!- con3 [~kvirc@197.233.94.203] has quit [Ping timeout: 252 seconds] 2019-01-15T07:57:02 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2019-01-15T07:57:03 -!- day__ is now known as day 2019-01-15T07:58:48 -!- cnt [uid317556@gateway/web/irccloud.com/x-mhygwuoqexoehowx] has joined ##stm32 2019-01-15T08:06:53 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has quit [Ping timeout: 258 seconds] 2019-01-15T08:07:14 -!- CheBuzz [~CheBuzz@204.77.3.219] has joined ##stm32 2019-01-15T08:07:14 -!- CheBuzz [~CheBuzz@204.77.3.219] has quit [Changing host] 2019-01-15T08:07:14 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has joined ##stm32 2019-01-15T08:32:52 -!- benishor [~benny@188.24.190.169] has quit [Ping timeout: 250 seconds] 2019-01-15T08:39:27 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2019-01-15T08:42:02 -!- sterna [~Adium@c-18b9d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-15T08:43:50 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-15T08:44:11 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-15T08:48:25 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-15T08:53:39 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 258 seconds] 2019-01-15T08:54:16 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-15T09:05:58 -!- qyx_ [~qyx@gw2.krtko.org] has joined ##stm32 2019-01-15T09:05:59 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2019-01-15T09:06:34 -!- qyx_ is now known as qyx 2019-01-15T09:09:26 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-15T09:12:03 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-15T09:12:10 -!- sterna [~Adium@c-18b9d954.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2019-01-15T09:12:30 -!- sterna [~Adium@c-18b9d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-15T09:17:41 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-15T09:19:35 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-15T09:29:30 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-15T09:36:51 -!- sterna [~Adium@c-18b9d954.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-15T09:38:32 < dongs> trying to read how to use DCM to make a clock and wow holy shit 2019-01-15T09:39:22 < cnt> DCM ey 2019-01-15T09:39:48 < cnt> discontinuous conduction mode to me 2019-01-15T09:40:00 < dongs> nah some shitlinx clock generator/pll shit 2019-01-15T09:40:05 < dongs> i dont even know wheer to start with it 2019-01-15T09:40:14 < dongs> it has like 30 inputs/outputs 2019-01-15T09:40:19 < dongs> just to make a fucking clock what the fuck 2019-01-15T09:40:46 < cnt> bag of dicks it should be called 2019-01-15T09:40:55 < dongs> literally 2019-01-15T09:41:07 < cnt> with 30 in/out there's nothing more to be said 2019-01-15T09:41:18 < dongs> http://bcas.tv/paste/results/QbMXx062.html ??? 2019-01-15T09:41:32 < dongs> like i dont give a shit about any of those 2019-01-15T09:41:37 < dongs> i just want clock in, and clock out 2019-01-15T09:41:41 < dongs> need the [x] simple mode button 2019-01-15T09:43:53 < jpa-> altera tools have some wizard to generate those, maybe xilinx has too? 2019-01-15T09:46:30 < dongs> SELECT IP 2019-01-15T09:46:32 < dongs> lets try 2019-01-15T09:46:35 < dongs> there's some dumb wizard 2019-01-15T09:47:19 < dongs> ... 2019-01-15T09:47:25 < dongs> teh dumb wizard doesnt even list spartan6 2019-01-15T09:47:53 < Haohmaru> fpgdongs 2019-01-15T09:52:10 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-15T09:53:20 < cnt> hmmmm 2019-01-15T10:04:29 < dongs> Minimum period: 2.070ns (Maximum Frequency: 483.092MHz) 2019-01-15T10:04:30 < dongs> nice 2019-01-15T10:04:44 < dongs> i removed that dumb LED blinking block 2019-01-15T10:04:46 < dongs> and shit became super faster 2019-01-15T10:04:54 < dongs> i think i mgiht even have 125Mhz clock out 2019-01-15T10:04:57 < dongs> gonna try in a bit 2019-01-15T10:05:14 < dongs> i used their dumb core wizzard shit to make clock thing then copypasted just the code and deleted wizard generated shit 2019-01-15T10:07:41 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-15T10:18:32 < cnt> durfte ich mich vielleicht erkundigen 2019-01-15T10:18:42 < cnt> that was meant for steffan 2019-01-15T10:26:14 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-15T10:57:50 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 272 seconds] 2019-01-15T11:05:38 < qyx> https://privatebin.net/?387f7a7cae217376#ZQgt2iABisfk7li9e9vsqniCDiMttfvwLdn+zp3ECSs= 2019-01-15T11:05:54 < qyx> bruteforce approach for calculating 3-resistor dividers 2019-01-15T11:25:16 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-15T11:31:41 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-15T11:37:58 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-15T11:43:10 < marble_visions> seems like c++11 has what i'm looking for, but i'm not willing to switch to c++ just because of that https://en.wikipedia.org/wiki/Sizeof#Object_members 2019-01-15T11:43:19 < marble_visions> dongs: fyi ^ 2019-01-15T11:44:38 < Haohmaru> c++ ftw 2019-01-15T11:45:00 < marble_visions> i'm just wondering why isn't this supported for fully defined types in c.. seems like something the compiler should know and be able to compute 2019-01-15T11:45:34 < Haohmaru> cuz the compiler acts dumb in C mode? 2019-01-15T11:46:38 < marble_visions> no idea, i think the issue is that there isn't syntax defined for accessing struct members. you can access members of a variable of type struct, but not struct members 2019-01-15T11:47:12 < Haohmaru> i can access errythang.. in C++ 2019-01-15T11:47:31 < c10ud> because packing and alignment probably 2019-01-15T11:48:06 < c10ud> if types are known then why sizeof() on struct members 2019-01-15T11:48:10 < qyx> ok, so you wanted to get sizeof(struct struct_type.member) 2019-01-15T11:48:17 < qyx> not sizeof(struct_variable.member) 2019-01-15T11:48:18 -!- karlp1 is now known as karlp 2019-01-15T11:49:28 < dongs> hm 2019-01-15T11:49:38 < dongs> apparently i need some speshul pin to output 125mhz clock out of spartan6 2019-01-15T11:49:48 < dongs> i jsut wanna scope it 2019-01-15T11:50:26 < zyp> marble_visions, I haven't been following earlier conversation, but I believe the typical C pattern is something like this: sizeof((struct struct_type*)0->member) 2019-01-15T11:51:13 < dongs> zyp, yeah 2019-01-15T11:51:16 < dongs> thats what he didnt wanna do 2019-01-15T11:52:04 < zyp> cruft like that is what you get when you insist on sticking to C :p 2019-01-15T11:52:06 < marble_visions> seems like i must do it like this 2019-01-15T11:52:10 < dongs> http://bcas.tv/paste/results/V1Mz0w14.html 2019-01-15T11:52:45 < dongs> like, english plz 2019-01-15T11:54:02 < marble_visions> qyx: https://pastebin.com/6cxyzPfw neither line 13 nor line 14 compile 2019-01-15T11:54:19 < marble_visions> i was entertaining c++ if only for namespace support 2019-01-15T11:54:30 < dongs> righyfully so 2019-01-15T11:54:34 < cnt> https://i.imgur.com/AR2gcx8.jpg 2019-01-15T11:57:07 < marble_visions> c10ud: the idea was to have more flexible code, and be able to change struct member types 2019-01-15T11:57:55 < zyp> marble_visions, so what stops you from doing C++ really? nobody is forcing you to write object oriented code, you can pick the features you like and write fairly plain C otherwise 2019-01-15T11:57:57 < marble_visions> but i'll be going with the null pointer dereference quirk 2019-01-15T11:58:08 < marble_visions> zyp: indeed 2019-01-15T11:58:20 < dongs> just the fact that C++ takes way longer to compile 2019-01-15T11:58:21 < dongs> than C 2019-01-15T11:58:25 < c10ud> marble_visions, well that really depends on how you're going to design your code, but you can treat structs as a whole 2019-01-15T11:58:29 < marble_visions> lol @ dongs 2019-01-15T11:58:45 < c10ud> if you change a function member type your other code that's using it most likely will have to be modified as well 2019-01-15T11:59:15 < marble_visions> c10ud: right 2019-01-15T12:04:39 < zyp> dongs, I don't think that's the case 2019-01-15T12:05:30 < dongs> hmm 2019-01-15T12:05:42 < dongs> i need to do 2 clocks in my design for simulation and i cant figure out how 2019-01-15T12:05:55 < dongs> always begin #blah clk1 #blah clk2 isnt working 2019-01-15T12:06:00 < dongs> neither do multiple always blocks 2019-01-15T12:06:08 < dongs> #1 clk_in = ~clk_in; 2019-01-15T12:07:42 < specing> dongs: but it was well worth it to have turing complete templates! 2019-01-15T12:08:07 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-15T12:11:18 < dongs> ok DCM shit works 2019-01-15T12:11:20 < dongs> at least in sim 2019-01-15T12:11:26 < dongs> now to figure out how to make it output that shit on a pin 2019-01-15T12:12:32 < dongs> mayb ill just do that ucf constraint since i dont give a shit if its delayed by half a picosecond 2019-01-15T12:14:41 < dongs> nice 2019-01-15T12:24:51 < dongs> https://i.imgur.com/N5cSFxW.png hueahauha 2019-01-15T12:24:55 < dongs> i have mhz 2019-01-15T12:25:08 < Haohmaru> 2019-01-15T12:25:43 < Haohmaru> i have propagation delay 2019-01-15T12:26:52 < Haohmaru> prropaaggatiiionn ddelaay 2019-01-15T12:28:03 < cnt> thats a good one 2019-01-15T12:28:55 < cnt> matt duff would be happy 2019-01-15T12:34:29 -!- benishor [~benny@79.116.215.144] has joined ##stm32 2019-01-15T12:39:47 < dongs> i couldnt even tell if theres a delay or not 2019-01-15T12:42:25 < qyx> have you been raging for two days just to get 125MHz out? 2019-01-15T12:43:08 < dongs> haha no 2019-01-15T12:43:13 < dongs> the rage part is done 2019-01-15T12:43:19 < dongs> now im autisming next step 2019-01-15T12:43:35 < Thorn> just the fact that keil takes way longer to compile 2019-01-15T12:43:41 < Thorn> ftfy 2019-01-15T12:43:50 < dongs> thorn, its true, but keil compile >>>>>>>>>>>>>>>>>>> gcc in quality 2019-01-15T12:43:55 < dongs> so im willing to deal with the speed 2019-01-15T12:44:49 < Thorn> if you're using gcc 4.x before the big backend overhaul then maybe but there is now gcc 7 or even 8 2019-01-15T12:45:22 < marble_visions> dongs: about that, remember the serialization/deserialization thing 2 weeks back? that keil generates revs instead of shifts and gcc doesnt? gcc does as well, when you compile with -O2/-Og 2019-01-15T12:46:21 < marble_visions> forgot what the case was, but it was interesting that gcc seemed to not know about rev 2019-01-15T12:46:40 < marble_visions> turns out it does with optimizations enabled 2019-01-15T12:51:17 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-15T13:02:50 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has quit [Ping timeout: 250 seconds] 2019-01-15T13:31:58 < jadew> any ideas on what steel quality means (A2 vs A4)? 2019-01-15T13:32:01 < jadew> which is better? 2019-01-15T13:36:07 < qyx> A4 is better 2019-01-15T13:36:18 < qyx> both are stainless steel 2019-01-15T13:36:23 < jadew> thanks 2019-01-15T13:36:31 < jadew> yeah 2019-01-15T13:36:42 < jadew> is there a chart somewhere? 2019-01-15T13:37:34 < jadew> nvm, found some info 2019-01-15T13:57:10 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-15T13:57:29 < rajkosto> why the chinamen clone boards so they look identical but use different main chip 2019-01-15T13:57:43 < rajkosto> and then sand off the chip 2019-01-15T13:58:28 < rajkosto> http://aitendo3.sakura.ne.jp/aitendo_data/product_img/ic/LED-driver/BIT3260/BIT3260.pdf "Internal Soft-Start" noooo 2019-01-15T14:09:07 < Haohmaru> "Beyond Innovation Technology Co., Ltd." 2019-01-15T14:09:11 < Haohmaru> i'm sold 2019-01-15T14:09:14 < englishman> https://travel.gc.ca/destinations/china 2019-01-15T14:09:14 < englishman> Exercise a high degree of caution in China due to the risk of arbitrary enforcement of local laws. 2019-01-15T14:09:20 < englishman> yay it's official 2019-01-15T14:25:44 < Laurenceb> kek 2019-01-15T14:25:47 < Laurenceb> sounds liek UK 2019-01-15T14:28:54 < Laurenceb> tfw dongs https://files.catbox.moe/j1ruz6.jpg 2019-01-15T14:35:51 < Laurenceb> kek the Gillette war has begun https://www.youtube.com/watch?v=IPPf3sZIo-Q 2019-01-15T14:51:08 < Laurenceb> tfw u r american https://imgoat.com/uploads/872ed9fc22/185199.jpg 2019-01-15T14:56:17 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Ping timeout: 258 seconds] 2019-01-15T15:00:57 < aandrew> dongs: apparently not; I don't think saleae could ever do anything > 100mhz 2019-01-15T15:01:47 < aandrew> dongs: most of the time (at least with altera) I'll use the megafunction wizard to generate the IP and then just instantiate it in my code 2019-01-15T15:02:15 < Laurenceb> > the megafunction wizard 2019-01-15T15:02:26 < Laurenceb> kek what autist came up with that name 2019-01-15T15:02:53 < aandrew> dongs: you're gonna need syncrhonizers 2019-01-15T15:03:18 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-15T15:03:39 < aandrew> marble_visions: once again you are speaking without communicating 2019-01-15T15:03:52 < aandrew> tell us, *clearly* what it is you are trying to do, what the error(s) are, what else you've tried, etc. 2019-01-15T15:04:01 < aandrew> as it is right now you're just blogging 2019-01-15T15:05:42 < aandrew> dongs: to output a clock instantiate a DDR IO; tie the clkhi input to '1' and clklo to '0' and feed the clock to it 2019-01-15T15:05:51 < dongs> yeah i read that 2019-01-15T15:06:00 < dongs> i don't want DDR, anyway i just told it to ignore that shit 2019-01-15T15:06:02 < dongs> and output it 2019-01-15T15:06:03 < dongs> and it worked 2019-01-15T15:06:06 < dongs> so watevs 2019-01-15T15:06:17 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-15T15:07:03 < aandrew> depends on what you're doing 2019-01-15T15:07:27 < aandrew> if you want a stable clock out you use DDR. if you just want something wiggling to verify you can route it to any io block 2019-01-15T15:09:13 < dongs> yeah 2019-01-15T15:09:27 < dongs> i just wanted to see if dcm shit worked without having 100megs of autogenerated shit in wizard dir 2019-01-15T15:12:20 < aandrew> lol 2019-01-15T15:12:29 < aandrew> you can't get around that wtih FPGAs 2019-01-15T15:13:00 < dongs> well it did actually 2019-01-15T15:13:18 < dongs> i copypasted init into my main.v 2019-01-15T15:13:20 < dongs> and it still works 2019-01-15T15:13:27 < dongs> and deleted all the remainders of the autogen'd shit 2019-01-15T15:16:28 < aandrew> interesting. I haven't worked with xilins shit in a long time 2019-01-15T15:17:04 < dongs> its just a simple dcm thing for the built in clock shit, so im sure its just a matter of setup 2019-01-15T15:17:16 < dongs> even simulator works wiht it tho, was surprised 2019-01-15T15:17:25 < aandrew> yes; you should be able to instantiate it directly if you know the parameters to feed it 2019-01-15T15:17:36 < dongs> yep thats waht i pasted 2019-01-15T15:17:37 < aandrew> and yes, the sim would understand it if it has the vendor libraries 2019-01-15T15:17:52 < aandrew> eg the lattice shit all works as expecte din sim because their libs are in there 2019-01-15T15:17:53 -!- Steffanx [~steffanx@unaffiliated/steffanx] has joined ##stm32 2019-01-15T15:22:04 < dongs> i was told by fpgapro that lattice are kinda garbage 2019-01-15T15:22:35 < aandrew> depends on what you're after 2019-01-15T15:22:50 < aandrew> for 99% of FPGA uses lattice is cheap and low pin count and gets enough done 2019-01-15T15:23:06 < aandrew> then the rest (high speed, transcievers, etc.) is a slugfest between intel and xilinx 2019-01-15T15:23:52 < karlp> it seems a lot like, "if you know what you need, you know, if you don't, the cheapest is perfectly suitable" 2019-01-15T15:23:53 < aandrew> I'm partial to altera/intel because xilinx seems to be all about instantiating specific blocks rather than inferring them, where intel/altera is more about "describe it correctly and we will correctly infer it" which seems a better general approach 2019-01-15T15:24:00 < aandrew> karlp: 100% exactly 2019-01-15T15:24:19 < aandrew> dongs: you may (MAY!) be able to get away with those stupid greenpak devices for your specific need (serial to parallel) 2019-01-15T15:24:31 < aandrew> but they're very tiny (logic space) so even that may not fit 2019-01-15T15:24:33 < karlp> wot you callin stupid mate?! 2019-01-15T15:24:43 < dongs> ya but i wanna have shit i can actually purchase in the future 2019-01-15T15:24:49 < dongs> anyway, mach XO2 is fine for this i think 2019-01-15T15:24:51 < dongs> there's a 32qfn 2019-01-15T15:24:53 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-15T15:24:57 < karlp> greenpack got bought up by dialog, so not going away anytime soon. 2019-01-15T15:25:01 < dongs> i could probly even do a little reclocking fifo on that thing 2019-01-15T15:25:06 < dongs> oh yea? 2019-01-15T15:25:20 < karlp> iirc, yosys even targets prev gen of greenpak 2019-01-15T15:25:42 < karlp> I've got training emails from dialog post acquisition, so I don't think they just bought the people and are killing it either 2019-01-15T15:26:37 < aandrew> yeah but x03 is cheaper I bet 2019-01-15T15:26:55 < dongs> why would xo3 be cheaper than xo2 2019-01-15T15:27:01 < aandrew> karlp: I never found a good use for them, and being such a tiny little device (in the sense of programmable logic) it makes me worried about having them around in future 2019-01-15T15:27:20 < karlp> me either :) 2019-01-15T15:27:29 < aandrew> karlp: interesting I'll have to check them out again 2019-01-15T15:27:30 < karlp> but then, I've never needed an fpga either.... 2019-01-15T15:27:35 < aandrew> dongs: it was when I was designing this prototype 2019-01-15T15:27:42 < aandrew> but ultimately I went ice40lp 2019-01-15T15:27:53 < karlp> or, I've always used hte hammers I have, perhaps... 2019-01-15T15:27:55 < dongs> XO3 only comes in retard packages 2019-01-15T15:27:56 < aandrew> which was a mistake I think becuase the toolset is completely different 2019-01-15T15:28:02 < aandrew> dongs: nvm then 2019-01-15T15:28:34 < dongs> https://www.digikey.com/product-detail/en/lattice-semiconductor-corporation/LCMXO2-256HC-4SG32C/220-2636-ND/3232671 2019-01-15T15:28:40 < dongs> this shit is 3 bucks in singles 2019-01-15T15:28:54 < aandrew> you're in chinaland why not go for someo fthose asian fpgas 2019-01-15T15:28:59 < aandrew> eevblag was on about them 2019-01-15T15:29:04 < dongs> you mean like actel? 2019-01-15T15:29:07 < karlp> gowin! 2019-01-15T15:29:08 < dongs> their tools are even worse than lattice 2019-01-15T15:29:23 < dongs> well i dont exactly gfollow eevbeg 2019-01-15T15:29:25 < dongs> how would i know 2019-01-15T15:29:39 < dongs> the only time i seen eevbeg video was when ohsix would linke it in here 2019-01-15T15:29:42 < dongs> before i put him on ignore 2019-01-15T15:30:29 < karlp> digikey says x03 is cheaper than x02, but no qfn parts for x03... 2019-01-15T15:30:34 < dongs> yep 2019-01-15T15:31:09 < aandrew> oh maybe that si why I went ice40 2019-01-15T15:31:11 < aandrew> lack of qfn 2019-01-15T15:31:34 < aandrew> I used xo2 to convert 4 lane MIPI to 32-bit parallel for fx3 2019-01-15T15:31:37 < aandrew> easily did it 2019-01-15T15:32:11 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-15T15:32:12 < karlp> fuc me, lattice has 1700 ball parts 2019-01-15T15:32:38 < dongs> mm, balls 2019-01-15T15:32:50 < aandrew> yep 2019-01-15T15:33:00 < Sadale> \o/ I managed to use 5 IO pins to control 16 LEDs + 9 buttons + a slider switch. 2019-01-15T15:33:32 < aandrew> that stupid digitizer board I made I placed, reflowed, reballed, placed, reflowed a 178 ball 0.8mm bga and a 256 ball 1.0mm bga before I realized my soldering is pro and the problem was elsewhere 2019-01-15T15:33:33 < karlp> ecp2 comes in tqfp, but only 144 lead :) 2019-01-15T15:34:25 < karlp> heh, xilinx gets you to 2892 bga. cute 2019-01-15T15:34:40 < karlp> 55x55mm whee 2019-01-15T15:34:50 < karlp> that's bigger than our entire boards. 2019-01-15T15:35:10 < zyp> :) 2019-01-15T15:35:17 < aandrew> that's a bit fucking part, wow 2019-01-15T15:35:23 < karlp> sliiiiiiiightly more expensive too. 2019-01-15T15:35:42 < karlp> unsurprisingly, not stocked: https://www.digikey.com/product-detail/en/xilinx-inc/XCVU440-3FLGA2892E/XCVU440-3FLGA2892E-ND/7604556 2019-01-15T15:35:47 < zyp> I bet it's like $1 per square mm 2019-01-15T15:36:00 < zyp> uh 2019-01-15T15:36:01 < dongs> virtex is dead 2019-01-15T15:36:07 < zyp> more like $20 per square mm :) 2019-01-15T15:36:09 < dongs> thats like what 3-4 gens behind 2019-01-15T15:36:59 < karlp> jus picked the biggest not the newest 2019-01-15T15:37:58 < dongs> i wonder whats the best practice for calling in/out port names 2019-01-15T15:38:06 < dongs> to not confuse shit 2019-01-15T15:38:16 < aandrew> zipcpu dude actually recently did a thing on that 2019-01-15T15:38:16 < dongs> aandrew: wat do you do 2019-01-15T15:38:37 < aandrew> personally I have my entity declarations typically suffixed with _i or _o, but not always 2019-01-15T15:38:47 < aandrew> and if I can (if the design is big enough) I group shit into records and pass records in and out 2019-01-15T15:40:05 < dongs> ok i_blah o_blah seems to be pretty ok 2019-01-15T15:40:09 < dongs> or suffix 2019-01-15T15:40:51 < zyp> o_sole_mio 2019-01-15T15:44:21 < aandrew> I prefer suffixes because otherwise sorting gets fucked up (grouped by io rather than function) 2019-01-15T15:44:55 < karlp> whenever I use one way, I ened up wanting the other way.. 2019-01-15T15:46:12 < aandrew> heh too true 2019-01-15T15:46:18 < aandrew> that's why I like records so much 2019-01-15T15:51:33 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-15T15:55:08 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-15T15:58:04 < dongs> hmm 2019-01-15T15:58:10 < dongs> do i even need to use assign 2019-01-15T16:00:15 < rajkosto> boost smps are fucked up 2019-01-15T16:00:20 < rajkosto> unplug the load and it goes to max voltage 2019-01-15T16:00:27 < rajkosto> replug it and it blows 2019-01-15T16:00:34 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-15T16:00:35 < dongs> thats cuz you fucked it up 2019-01-15T16:00:40 < bitmask> herro 2019-01-15T16:00:59 < bitmask> no, you fucked it up 2019-01-15T16:02:00 < rajkosto> how have i done this 2019-01-15T16:02:05 < bitmask> would it make sense for the integral term of a PID controller to be large on a very slow to respond system? 2019-01-15T16:03:02 < specing> I have a china 100W boost for $3 that works properly, I'm sure you can make a working one as well 2019-01-15T16:03:03 < Cracki> scales are relative 2019-01-15T16:03:10 < specing> if not, you can always buy one from china ;) 2019-01-15T16:04:10 < Cracki> if by term you mean the state, then term * gain matters, but also time scales. if it vanishes again in a tenth of a second, it's nothing but a jolt 2019-01-15T16:04:51 < bitmask> well the P is 7 and the I is 1, thats not entirely true, recalculating P, I think it may be larger (or smaller :P) 2019-01-15T16:05:16 < Cracki> those values totally depend on the quantities you measure and the quantities you control 2019-01-15T16:06:02 < Cracki> and they're even relative to each other 2019-01-15T16:06:21 < Cracki> grab matlab or something, let it plot step response for you, fiddle with the parameters? 2019-01-15T16:06:23 < bitmask> yes yes I know 2019-01-15T16:06:39 < bitmask> but you can usually tell how a system will somewhat respond by the ratio 2019-01-15T16:06:43 < Cracki> anyway, the gains I have could be on the order of 0.1, 1, 10, 100, ... 2019-01-15T16:07:33 < Cracki> the gain corresponding to the springiness of the rotor is probably proportional to 1/deflection 2019-01-15T16:07:49 < marble_visions> aandrew: about what? 2019-01-15T16:07:53 < bitmask> why do you think it has anything to do with a rotor? 2019-01-15T16:07:54 < Cracki> so the harder I'd want the "spring" to be, the more that gain fucks off to big numbers 2019-01-15T16:08:03 < Cracki> I don't, but my controller is for a motor 2019-01-15T16:08:32 -!- cnt [uid317556@gateway/web/irccloud.com/x-mhygwuoqexoehowx] has quit [Quit: Connection closed for inactivity] 2019-01-15T16:09:30 < Cracki> I find the states I have to be intuitive physical properties such as elasticity, viscous friction, ... 2019-01-15T16:10:01 < bitmask> alright my new calculation is Kp = 22 and Ki = 1.05 2019-01-15T16:10:06 < bitmask> I guess I'll just try it out 2019-01-15T16:10:23 < bitmask> that seems a bit more reasonable 2019-01-15T16:11:47 < Cracki> calculation according to that famous rule of thumb? 2019-01-15T16:12:07 < bitmask> cohen and coon 2019-01-15T16:12:15 < Cracki> oh boy 2019-01-15T16:12:45 < bitmask> its tough when my response curve looks like this: https://i.imgur.com/kJZ8sBI.png 2019-01-15T16:13:22 < Cracki> perhaps try to model the "plant" so you don't have to wait... 10 minutes? 2019-01-15T16:13:31 < Cracki> what's the time scale for those 2019-01-15T16:13:58 < bitmask> thats almost 15 min 2019-01-15T16:14:32 < bitmask> well the I term should add up pretty quickly to get the system moving 2019-01-15T16:15:32 < Cracki> try a simple model of a mass and heat dissipation into environment 2019-01-15T16:16:25 < bitmask> with just a P controller I stay within 3 degrees of setpoint, I just wanted to try adding an I term to see what would happen, I dont really need this accuracy 2019-01-15T16:16:36 < Cracki> ic ic 2019-01-15T16:16:56 < Cracki> the worst that could happen is that the I oscillates... then you get pwm :> 2019-01-15T16:17:38 < bitmask> I'm already controlling it with a low frequency pwm, the PID controller sets the duty cycle 2019-01-15T16:17:56 < bitmask> and by low frequency I mean real low, the period is like 2 seconds or something 2019-01-15T16:18:32 < bitmask> I'll speed it up a little bit after some tests but its not really important 2019-01-15T16:22:18 < Cracki> I assume integration yields you x*t for t amount of time, i.e. controller runs once a second or multiplies by time step? 2019-01-15T16:23:50 < Cracki> then the integral term would grow "3 degrees" per second, or 180 per minute. if the plant responds that slowly, I'd say the gain will probably be a fraction 2019-01-15T16:24:13 < Cracki> do you scale your pwm to 0..1 or do you use integer range? 2019-01-15T16:24:34 < bitmask> I store it as a percentage between 0 and 100 2019-01-15T16:25:42 < bitmask> I wasn't really thinking about time with the integral term, usually the derivative is more time related but that doesnt mean the I is too 2019-01-15T16:25:51 < bitmask> I'll have to see how quickly it winds up 2019-01-15T16:26:03 < Cracki> it absolutely is, because the I term stands for enduring error 2019-01-15T16:26:32 < bitmask> yea I know, just forgot to think about it :) 2019-01-15T16:26:45 < Laurenceb> what are you building? 2019-01-15T16:26:51 * Laurenceb too lazy to scrollback 2019-01-15T16:27:03 < Cracki> besides... when you wear that hoodie, wind blowing through it might affect its temperature primarily 2019-01-15T16:27:04 < bitmask> PID for heated hoodie 2019-01-15T16:27:06 < Laurenceb> _oven_ controller? 2019-01-15T16:27:09 < Laurenceb> oh lol 2019-01-15T16:27:12 < Cracki> yes, oven controller 2019-01-15T16:27:16 < Cracki> good german tradition 2019-01-15T16:27:16 < Laurenceb> that sounds tricky 2019-01-15T16:27:19 < Laurenceb> keeek 2019-01-15T16:27:22 < bitmask> its so slow to respond 2019-01-15T16:27:29 < bitmask> https://i.imgur.com/kJZ8sBI.png 2019-01-15T16:27:32 < Laurenceb> tricky as properties will change a lot 2019-01-15T16:27:32 < bitmask> thats 15 min 2019-01-15T16:27:38 < Cracki> that test, is it heating with 100% duty cycle? 2019-01-15T16:27:46 < Laurenceb> so optimal in one case might oscillate/go mental in another case 2019-01-15T16:27:49 < bitmask> start is stable at 15% pwm, then jumped to 50% and watched 2019-01-15T16:27:59 < Cracki> ic 2019-01-15T16:28:02 < Laurenceb> maybe try a PID autotuning technique 2019-01-15T16:28:08 < bitmask> I used cohen coon 2019-01-15T16:28:13 < Laurenceb> they do work very reliably in my experience 2019-01-15T16:28:17 < bitmask> we'll see how it turns out when I try the params 2019-01-15T16:28:21 < Laurenceb> but they are also very suboptimal 2019-01-15T16:28:46 < bitmask> even with just a randomly/intuitively chosen P controller I stayed within 3 degrees 2019-01-15T16:28:52 < Laurenceb> like my arm prodding device, optimal control was <25ms response time, PID was >450ms 2019-01-15T16:29:24 < Cracki> silicone isn't the best heat conductor but I can't think of a better alternative for the application 2019-01-15T16:29:54 < Laurenceb> PID was very rodust, but optimal control sometimes went mad 2019-01-15T16:29:55 < bitmask> not sure how it will respond when its actually tested in the cold and also held against my body 2019-01-15T16:29:59 < Laurenceb> *robust 2019-01-15T16:30:11 < Cracki> what's "optimal control" in that sense 2019-01-15T16:30:16 < Cracki> more terms than PID? 2019-01-15T16:30:16 < Laurenceb> yeah 2019-01-15T16:30:34 < bitmask> I let the magic smoke out of one of the heater mosfets, I need to be more careful 2019-01-15T16:30:44 < Laurenceb> nah modelling and solving for best possible response 2019-01-15T16:30:56 < Cracki> how did that happen? driving them in the linear zone? 2019-01-15T16:31:04 < Laurenceb> very hard to do with heated clothes 2019-01-15T16:31:21 < bitmask> I went to check the voltage on a connector and shorted em :P 2019-01-15T16:31:28 < Cracki> that works too 2019-01-15T16:32:02 < Laurenceb> but heated clothes seems a bit lame, teledildonics is where its at 2019-01-15T16:32:32 < bitmask> hah sure 2019-01-15T16:32:34 < Cracki> ironing the roastbeef 2019-01-15T16:32:41 < Laurenceb> https://www.youtube.com/watch?v=YNdyvSWmLt0 2019-01-15T16:32:55 < Cracki> these kinky fucks 2019-01-15T16:33:37 < Laurenceb> says the German, where there are legal brothels 2019-01-15T16:33:41 < Laurenceb> oh wait 2019-01-15T16:35:10 < Cracki> did you know, the same sexual practice is called "englisch" in german and "german" in english 2019-01-15T16:35:20 < Cracki> it's the "no u" of kink 2019-01-15T16:36:55 < BrainDamage> apply your heater knowledge to dildos 2019-01-15T16:36:59 < BrainDamage> make a heated dildo 2019-01-15T16:37:21 < Laurenceb> nah dildo with electrodes and capacitor discharge 2019-01-15T16:37:34 < Laurenceb> replicate that panda video 2019-01-15T16:38:22 < Cracki> estim isn't just capacitor discharge >_> 2019-01-15T16:38:30 < BrainDamage> https://stpihkal.docs.buttplug.io/ 2019-01-15T16:39:06 < Laurenceb> dat url 2019-01-15T16:39:30 < Laurenceb> oh wow wtf 2019-01-15T16:39:48 < Laurenceb> >Note: There is no encryption (xor bytes) used. 2019-01-15T16:40:03 < Laurenceb> kek dildo haxors 2019-01-15T16:41:06 < Cracki> xor. encryption. 2019-01-15T16:41:17 < Cracki> hm well... one time pad? 2019-01-15T16:42:03 < specing> if the key stream is non-repetitive then xor is good encryption, but.... it never is :D 2019-01-15T16:45:25 * Haohmaru xors specing with zeros 2019-01-15T16:45:41 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-15T16:45:59 < specing> and then you get wardildoing haxxors 2019-01-15T16:46:11 < Laurenceb> wtf dat table 2019-01-15T16:46:16 < specing> can you imagine that.. in the future there will be botnets made of internet of dongs 2019-01-15T16:46:32 < Laurenceb> it looks like that future is already here 2019-01-15T16:46:41 < Cracki> do what we tell you or you get zapped in the pink 2019-01-15T16:46:44 < specing> not yet, but soon 2019-01-15T16:50:02 < Laurenceb> keeek https://stpihkal.docs.buttplug.io/hardware/petrainer.html#python-script 2019-01-15T16:53:15 < Cracki> ook over pelvis? 2019-01-15T16:53:26 < Cracki> oh shock collar 2019-01-15T16:53:28 < Cracki> even more fun 2019-01-15T16:54:52 < Laurenceb> 43 Eagle Drive, Flitwick, Bedfordshire 2019-01-15T16:55:01 < Laurenceb> pervert programmers located 2019-01-15T16:56:50 < Cracki> smells like selfdox 2019-01-15T16:57:01 < Laurenceb> kek https://www.google.com/maps/@52.001656,-0.5043491,3a,75y,259.43h,87.41t/data=!3m6!1e1!3m4!1sSnheWpVyeW-CgfOW0eL5bw!2e0!7i13312!8i6656 2019-01-15T16:57:17 < Laurenceb> internet of buttplugs doesnt pay well 2019-01-15T16:57:33 < Laurenceb> wonder if that is the buttplug delivery van 2019-01-15T16:57:48 < Cracki> oh it does, if you put any effort at all into it 2019-01-15T16:59:02 < HighInBC> the trick is to offer delivery 2019-01-15T17:01:23 < Laurenceb> wonder if they ever hang out on this channel 2019-01-15T17:02:33 < BrainDamage> the author of that repo hangs out in another channel, but I won't say which 2019-01-15T17:03:43 < Cracki> ##teledildonics or something 2019-01-15T17:05:06 < Ultrasauce> #metafetish 2019-01-15T17:08:09 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Quit: Leaving] 2019-01-15T17:19:15 < dongs> Hello! My name is Dan Gisselquist, and I'm one of the leading Christian FPGA technical blogger's out there. 2019-01-15T17:19:18 < dongs> wot 2019-01-15T17:23:38 < Laurenceb> kek 2019-01-15T17:24:02 < Laurenceb> >no islamic jihad FPGA blogger 2019-01-15T17:24:44 < dongs> could be you 2019-01-15T17:24:58 < Laurenceb> Admiral Ackbar 2019-01-15T17:24:58 < srk> like there's a difference xD 2019-01-15T17:25:08 < Laurenceb> based and redpilled 2019-01-15T17:33:52 < rajkosto> https://images.sshnuke.net/2019-01-15_16-33-45_Xj2qLaLbX.png 16 million. 2019-01-15T17:43:09 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 244 seconds] 2019-01-15T17:54:36 < Laurenceb> https://imgoat.com/uploads/872ed9fc22/185247.jpg my sides 2019-01-15T17:54:58 < aandrew> HAMBERDLER 2019-01-15T17:54:59 < dongs> hamberders 2019-01-15T17:55:00 < dongs> the fuck 2019-01-15T17:57:58 < Cracki> covfefe. dude knows autocorrect is a curse. 2019-01-15T17:59:02 < Cracki> okok there's no way to hit E when going for U 2019-01-15T17:59:37 < HighInBC> perhaps he is broken in the head 2019-01-15T18:01:05 -!- effractu1 [~Erik@195.140.242.50] has quit [Read error: error:1408F10B:SSL routines:ssl3_get_record:wrong version number] 2019-01-15T18:02:02 < Cracki> trump derangement syndrome. you can get treated for that. 2019-01-15T18:02:37 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-15T18:06:12 -!- effractu1 [~Erik@195.140.242.50] has joined ##stm32 2019-01-15T18:09:23 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-15T18:11:02 -!- effractu1 is now known as effractur 2019-01-15T18:18:01 < karlp> fucking stlink loses it's mind everytime I turn this variac off. 2019-01-15T18:19:06 < dongs> [1-hour webinar] Simplifying Embedded Microcontroller Design using the STM32G0 and STM32CubeMX 5.0 2019-01-15T18:23:20 < mitrax> happens to me very often... that shit is super sensitive to transient EMI 2019-01-15T18:23:40 < mawk> stm32g0 2019-01-15T18:23:43 < mawk> what's that 2019-01-15T18:29:17 < karlp> mitrax: never really had any problems with it til now, but super annoying! 2019-01-15T18:29:26 < dongs> heyo 2019-01-15T18:29:29 < dongs> my shit works on real hardware 2019-01-15T18:29:32 < dongs> serialparalell 2019-01-15T18:29:36 < dongs> i can see it converting 2019-01-15T18:29:42 < dongs> now need to hookup a usb fifo and get some data out 2019-01-15T18:29:56 < mawk> nice 2019-01-15T18:33:24 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Quit: Leaving] 2019-01-15T18:33:58 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-15T18:34:19 < aandrew> heh you are signed up to the same lists I am 2019-01-15T18:52:03 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-15T18:53:03 < dongs> and i have parallel ts 2019-01-15T18:53:07 < dongs> over usb 2019-01-15T18:56:43 < Laurenceb> https://twitter.com/PrisonPlanet/status/1085215102435876865 2019-01-15T18:57:02 < Laurenceb> the memes 2019-01-15T18:59:10 < Laurenceb> someone should send him a mirror to spot the soyboy 2019-01-15T19:01:28 < aandrew> damn. the house I'm looking at has street number 10420. so close to 10240. :-) 2019-01-15T19:01:43 < karlp> 10240 means what? 2019-01-15T19:01:44 < dongs> i think 420 would be a better number 2019-01-15T19:01:46 < dongs> for someone like you 2019-01-15T19:01:58 < aandrew> someone like me? I'm not a stoner 2019-01-15T19:02:07 < dongs> you can be! 2019-01-15T19:04:20 < aandrew> 10240 = 10kB 2019-01-15T19:07:42 < dongs> hmm 2019-01-15T19:07:53 < dongs> now i got a fucked up issue and im not even sure how to handle that one 2019-01-15T19:07:58 < dongs> shit loses last byte 2019-01-15T19:08:05 < dongs> because source stops teh clock every so often 2019-01-15T19:08:16 < Laurenceb> wtf muricans 2019-01-15T19:08:26 < Laurenceb> are there really 10240 houses on one street? 2019-01-15T19:08:35 < aandrew> no 2019-01-15T19:08:38 < dongs> he siad street number 2019-01-15T19:08:39 < dongs> nigger' 2019-01-15T19:08:52 < aandrew> these are all 911 numbers which have more to do with distances than a count of anything 2019-01-15T19:09:06 < aandrew> because you can theoretically split a property and the 911 numbers don't have to be redistributed 2019-01-15T19:09:29 < Laurenceb> wut the 2019-01-15T19:09:36 < Laurenceb> I will never understand muricans 2019-01-15T19:10:23 < Laurenceb> >name street >number houses 1,2,3,4,5 2019-01-15T19:10:27 < Laurenceb> why is this hard 2019-01-15T19:11:01 < Laurenceb> not >number houses over9000 >elect Trump 2019-01-15T19:12:58 < qyx> anyone tried L4 adc with libopencm3? 2019-01-15T19:15:12 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-15T19:23:11 * karlp can't even remember if there's a PR for it. 2019-01-15T19:24:24 < qyx> mhm, theres a couple of new register bits 2019-01-15T19:24:34 < qyx> L4 apparently has a dedicated ADC vreg 2019-01-15T19:24:38 < qyx> and deeppwdn mode 2019-01-15T19:24:47 < qyx> which must be disabled/enabled 2019-01-15T19:24:47 < Laurenceb> sounds useful 2019-01-15T19:25:15 < Laurenceb> I've only ever managed to get decent ADC performance with dedicated analogue vreg on F1 and F4 2019-01-15T19:25:39 < qyx> but still I cannot get it working 2019-01-15T19:26:49 < karlp> extra clocks? 2019-01-15T19:27:22 < qyx> looks like it is clocked froms ystem clock by default 2019-01-15T19:28:25 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2019-01-15T19:28:33 * karlp shrugs 2019-01-15T19:29:01 < englishman> hello nerds 2019-01-15T19:29:15 < karlp> hrm, I must have done somethign with it. 2019-01-15T19:29:39 < englishman> ne1 have pirated xilinx ip cores like usb3 or slvs-ec 2019-01-15T19:29:47 < karlp> https://github.com/karlp/libopencm3-tests/blob/master/tests/adc-power/main-stm32l4-disco.c 2019-01-15T19:30:17 < qyx> static int hack(void) { :> 2019-01-15T19:30:39 < karlp> https://github.com/karlp/libopencm3-tests/blob/master/tests/adc-power/adc-power.c#L81 perhaps? 2019-01-15T19:31:33 < qyx> yeah 2019-01-15T19:31:43 < qyx> I did ~about the same 2019-01-15T19:31:44 < qyx> checking 2019-01-15T19:33:46 < qyx> why are you ding double power off? 2019-01-15T19:34:00 < karlp> was a bug in the library in the past 2019-01-15T19:34:01 < aandrew> he wants to make sure it's off 2019-01-15T19:34:03 < karlp> double off was hanging. 2019-01-15T19:34:23 < karlp> iirc 2019-01-15T19:34:28 < karlp> somethign like that anyway. 2019-01-15T19:34:34 < qyx> ok, still hangs at adc_power_on(adc) 2019-01-15T19:34:58 < karlp> running my code on your l4 board? 2019-01-15T19:35:01 < karlp> that sucks. 2019-01-15T19:35:19 < karlp> poke me later, I'm about to leave work. 2019-01-15T19:38:41 < qyx> no. I just copy&pasted parts of your code 2019-01-15T19:39:50 < qyx> l4 is great but it needs some time and love 2019-01-15T19:39:52 < Thorn> https://twitter.com/alt_kia/status/975909957185912832 verilog rules for integers 2019-01-15T19:44:11 < englishman> slvs-ec is pretty cool 2019-01-15T19:45:38 < Cracki> that's what you have to deal with if you mix signed and unsigned. same trouble as in C. 2019-01-15T19:45:59 < Cracki> in C, signed+unsigned is also promoted to unsigned 2019-01-15T19:46:41 < veverak> -Wconversion 2019-01-15T19:47:20 < qyx> RCC_CCIPR |= 3 << 28; 2019-01-15T19:47:21 < Cracki> I assume similar warnings can be had for verilog? 2019-01-15T19:47:22 < qyx> karlp: ^ 2019-01-15T19:47:33 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-15T19:48:27 < dongs> Thorn: who is that kia shit 2019-01-15T19:48:47 < Thorn> dunno 2019-01-15T19:49:00 < dongs> why teh fuck does every twatter seems to have a patreon these days 2019-01-15T19:50:58 < antto> moniez 2019-01-15T19:55:43 < Thorn> wtf is the tweet already deleted? 2019-01-15T19:55:49 < rajkosto> what is rule for making mcu smps ? just if adc > half value reduce pwm duty else increase pwm duty ? 2019-01-15T19:57:12 < englishman> lol xilinx took em down 2019-01-15T19:57:18 < englishman> probably 2019-01-15T19:57:45 < englishman> that does not sound like a well designed control loop 2019-01-15T19:58:01 < jpa-> rajkosto: you could use either PID or bang-bang control algorith 2019-01-15T19:58:38 < jpa-> rajkosto: but that "reduce pwm duty else increase pwm duty" sounds like I-controller, which is never stable 2019-01-15T19:59:30 < Laurenceb> hmm interesting 2019-01-15T19:59:32 < Laurenceb> https://www.bennylingbling.com/2017/the-xiaomi-m365-electric-scooter-part-ii-electric-boogaloo/ 2019-01-15T19:59:41 < Laurenceb> wonder what stm32 based ebil mods could be made 2019-01-15T19:59:42 < rajkosto> what does hardware error amplifier do ? 2019-01-15T19:59:59 < Laurenceb> put openesc on it or something 2019-01-15T20:00:41 < Cracki> why is that twitter profile now completely gone? 2019-01-15T20:00:59 < Thorn> amplifies error in hardware 2019-01-15T20:01:10 < Thorn> I dunno the tweet was a year old 2019-01-15T20:01:16 < rajkosto> i mean emulate that stuff in stm32 code 2019-01-15T20:01:16 < dongs> Cracki: https://www.patreon.com/user?u=12717330 you can hve the gaytreon instead 2019-01-15T20:01:29 < Thorn> I managed to save the slides from telegram 2019-01-15T20:01:36 < jpa-> rajkosto: usually they are PI or PID controllers 2019-01-15T20:01:40 < Cracki> user just deactivated or what 2019-01-15T20:01:59 < jpa-> rajkosto: though some may be P controllers or even bang-bang in some high-ripple low-power pulse skipping controllers 2019-01-15T20:02:20 < Laurenceb> oh wow https://m365.botox.bz/ 2019-01-15T20:02:26 < Laurenceb> unironically buying one 2019-01-15T20:02:44 < dongs> Laurenceb: get a EUC instead 2019-01-15T20:02:51 < Cracki> twitter user id 1356205700, also completely gone... 2019-01-15T20:02:52 < dongs> those escooters are for faggots 2019-01-15T20:03:01 < Laurenceb> dongs: someone reverse engineered and opensoured the stock ecu 2019-01-15T20:03:10 < dongs> ya but who cares 2019-01-15T20:03:22 < Laurenceb> me cuz I want gorillian mph scooter 2019-01-15T20:03:28 < Laurenceb> with decent battery 2019-01-15T20:03:33 < dongs> < dongs> Laurenceb: get a EUC instead 2019-01-15T20:03:43 < dongs> how does 30kmh, 80+km range sound 2019-01-15T20:03:54 < dongs> instead of a fucking nigger chinese toy 2019-01-15T20:04:37 < jpa-> rajkosto: i've used this http://paste.dy.fi/hXQ/plain 2019-01-15T20:05:05 < Laurenceb> wtf their flash app runs on android 2019-01-15T20:05:09 < Laurenceb> wtf I cant even right now 2019-01-15T20:05:10 < dongs> yes... 2019-01-15T20:05:13 < rajkosto> jpa-, how many clock cycles is that 2019-01-15T20:05:15 < dongs> welcome to 2018 2019-01-15T20:05:20 < Laurenceb> reee 2019-01-15T20:05:32 < jpa-> rajkosto: uh, count yourself? maybe 20 or something 2019-01-15T20:05:56 < jpa-> depends on cpu, whether it has hardware divide etc. 2019-01-15T20:06:26 < Laurenceb> woah it literally haxors arm binary https://github.com/BotoX/xiaomi-m365-firmware-patcher/blob/master/patcher.py 2019-01-15T20:09:55 < rajkosto> jpa-, so what do i use for the magic values control range and I_DIVIDER 2019-01-15T20:11:36 < jpa-> rajkosto: whatever values make your system stable 2019-01-15T20:12:46 < karlp> qyx: all working after that CCIPR thhing? 2019-01-15T20:12:55 < karlp> I'm having bad memories of struggling on that myself. 2019-01-15T20:13:51 < karlp> Thorn: care to share this? 2019-01-15T20:14:32 < Thorn> https://imgur.com/a/VpHIUCW 2019-01-15T20:15:59 < Thorn> the order is 3,1,2 2019-01-15T20:23:06 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 250 seconds] 2019-01-15T20:26:00 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-15T20:28:45 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-15T20:35:09 < Steffanx> Will it brexit? 2019-01-15T20:36:05 < qyx> karlp: apparently yes 2019-01-15T20:38:10 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Read error: Connection reset by peer] 2019-01-15T20:38:19 < qyx> except that it converts bullshit 2019-01-15T20:45:56 -!- Cracki [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-15T20:47:47 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-15T20:49:16 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 246 seconds] 2019-01-15T20:59:45 < aandrew> Thorn: thanks ofr that imgur link 2019-01-15T21:00:12 < aandrew> VHDL avoids such silliness by way of simply refusing to assume 2019-01-15T21:02:31 -!- sterna [~Adium@c-cab9d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-15T21:02:39 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-15T21:15:55 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:a8e7:867b:a2d6:e914] has joined ##stm32 2019-01-15T21:30:31 < bitmask> hmmm 2019-01-15T21:30:32 < bitmask> https://i.imgur.com/xgLjClm.png 2019-01-15T21:30:58 < bitmask> I think I can live with that 2019-01-15T21:40:38 -!- cnt [uid317556@gateway/web/irccloud.com/x-scbqucnglhstrkuy] has joined ##stm32 2019-01-15T21:41:31 < qyx> the hardware versampler is cool 2019-01-15T21:41:35 < qyx> *oversampler 2019-01-15T21:42:00 < cnt> we'll check around here okay 2019-01-15T21:44:48 < Steffanx> Not ok. 2019-01-15T21:49:26 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-15T21:51:12 < cnt> matt duff would be happy 2019-01-15T21:57:38 < Steffanx> STM32F411CE 2019-01-15T21:59:45 < zyp> let there be light: https://bin.jvnv.net/file/v3vXg.jpg 2019-01-15T22:00:23 < aandrew> -1, no stm32. 2019-01-15T22:00:45 < zyp> aww 2019-01-15T22:01:16 < aandrew> just dangle some nucleo board off the lamp and I'll change it to +1 2019-01-15T22:02:04 < zyp> hmm, apparently they are using efr32 2019-01-15T22:02:27 < zyp> according to https://www.powerelectronictips.com/teardown-inside-ikeas-smart-led-bulb/ 2019-01-15T22:06:10 < Steffanx> :) 2019-01-15T22:06:20 < Steffanx> We always knew zyp is a norsk God. 2019-01-15T22:06:43 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 268 seconds] 2019-01-15T22:08:09 < ds2> wow the geckos are in use 2019-01-15T22:12:31 < zyp> hmm, those look cute 2019-01-15T22:12:57 < zyp> I wanna do some ZLL devices myself, maybe efr32 would be a good starting point 2019-01-15T22:13:10 < Steffanx> I opened up my gateway as well, dont remember whats in there. Probably the same thing 2019-01-15T22:13:18 < zyp> gateway has more stuff 2019-01-15T22:13:42 < zyp> https://github.com/basilfx/TRADFRI-Hacking <- according to this thing, the efr32s are unlocked, so they can just be dumped and reflashed 2019-01-15T22:14:08 < zyp> I guess to get started I can just buy a spare remote, crack it open and reflash it :) 2019-01-15T22:15:43 < qyx> zyp: what size is a single step on your staircase? 2019-01-15T22:15:53 < qyx> I mean hxv 2019-01-15T22:16:12 < cnt> b r e x i t 2019-01-15T22:16:19 < zyp> qyx, haven't measured, why? 2019-01-15T22:16:23 < Steffanx> IS IT DONE YURI? 2019-01-15T22:16:26 < cnt> i'm fallong apart, or as blaxter would say, "muh sides" 2019-01-15T22:16:40 < cnt> Steffanx: do not listen to yuri's lies!! 2019-01-15T22:17:25 < qyx> zyp: it looks too steep to me, I want to compare to mine 2019-01-15T22:19:17 < zyp> https://bin.jvnv.net/file/ZKi79.png 2019-01-15T22:19:33 < Steffanx> What looks weird to me is the non-parallel handrails 2019-01-15T22:19:40 < Steffanx> or is that an optical illusion? 2019-01-15T22:20:00 < cnt> i cannot understand the dialect of idk 2019-01-15T22:20:11 < qyx> Steffanx: yeah lol 2019-01-15T22:20:12 < cnt> i'd assume its the .no language 2019-01-15T22:20:31 < qyx> they are awesome 2019-01-15T22:21:25 < zyp> Steffanx, when it curves 180 degrees, naturally the inner handrail is shorter than the outer while the height is the same, so naturally it's steeper 2019-01-15T22:22:02 < zyp> qyx, so 183.3mm height per step, 260mm depth 2019-01-15T22:22:22 < zyp> but I'm not sure where those 260mm are measured, if it's in center or what 2019-01-15T22:23:11 < zyp> https://portal.hagen.eu/ShowCompass3D/Default.aspx?OrderNum=349884 2019-01-15T22:23:35 < cnt> Elon was right 2019-01-15T22:23:44 < qyx> zyp: so they are not that steep 2019-01-15T22:23:48 < cnt> they drugged the kids, from there on maybe the pedo got his hand in 2019-01-15T22:24:16 < zyp> qyx, nah, it's just the angle the photo was taken that makes it look steep 2019-01-15T22:24:20 < cnt> has anyone here experienced a hard dose of ketamine 2019-01-15T22:24:21 < qyx> I have 240mm height per step, 250mm step size with 50mm overlap, so 200mm effective step size 2019-01-15T22:24:24 < zyp> it's perfectly natural to walk in 2019-01-15T22:24:32 < qyx> to the basement though 2019-01-15T22:32:21 -!- sterna [~Adium@c-cab9d954.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-15T22:33:37 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-15T22:33:46 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-15T22:44:05 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-15T23:02:46 < Laurenceb> https://pbs.twimg.com/media/Dw-uDdtW0AEpKGv.jpg:large 2019-01-15T23:06:28 < cnt> Lol wut 2019-01-15T23:06:36 < cnt> Brexit me Laurence 2019-01-15T23:07:50 < cnt> Put it in the Corbin!! 2019-01-15T23:08:15 -!- ohsix_ [~ohsix@72.35.141.27] has joined ##stm32 2019-01-15T23:08:26 < ohsix_> who's got baidu credits, they won't accept any of my payment junk 2019-01-15T23:08:31 < ohsix_> dongs: beep 2019-01-15T23:08:49 < Steffanx> whoa, ohsix_ is alive. 2019-01-15T23:09:05 < ohsix_> yea, really busy hehe 2019-01-15T23:09:27 < cnt> ohsix_: I don’t think senpai can see your chats 2019-01-15T23:09:31 < ohsix_> also the machine i had attached to irc most times had a thing 2019-01-15T23:09:43 < ohsix_> oh, yea; forgot 2019-01-15T23:10:18 < cnt> ohsix_: As the guy said to chris Hansen ‘my computer kind of flipped out’ 2019-01-15T23:11:05 < ohsix_> i'll just send him some money on paypal 2019-01-15T23:11:28 < ohsix_> last time i said something about korea and the transaction was blocked for months until paypal finally contacted me, it was on his birthday or something 2019-01-15T23:11:36 < ohsix_> +north 2019-01-15T23:16:22 -!- benishor [~benny@79.116.215.144] has quit [Remote host closed the connection] 2019-01-15T23:16:59 < ohsix_> alipay/wechat is some weird stuff the first go around 2019-01-15T23:17:38 < Steffanx> You can always send a telegram. 2019-01-15T23:18:55 < antto> a postal pigeon 2019-01-15T23:20:12 < karlp> hah! just watched bill gates jump over a chair 2019-01-15T23:20:45 < Steffanx> Can he still do that karlp ? 2019-01-15T23:21:14 < antto> not if the chair runs linux 2019-01-15T23:21:24 < ohsix_> why is it so hard to spend 3$ in china 2019-01-15T23:22:20 < zyp> because they use yuan? 2019-01-15T23:23:18 < ohsix_> there's no heart button on irc 2019-01-15T23:23:38 < ohsix_> they accept visa at the various pay things but shits' not workin 2019-01-15T23:26:50 < Steffanx> Ask kakimir to pay for it in person 2019-01-15T23:27:12 -!- con3 [~kvirc@197.233.234.190] has joined ##stm32 2019-01-15T23:27:14 < ohsix_> lol can't find the place to scan a qr code in baidu but the porn is right there 2019-01-15T23:28:17 < antto> priorities 2019-01-15T23:28:23 < cnt> Just send a telegram 2019-01-15T23:29:00 < cnt> Steffanx: put the dogs on them 2019-01-15T23:37:46 < ohsix_> the de-facto information brokering going on on baidu is pretty kewl tho 2019-01-15T23:41:19 < malinus> hue http://i.4cdn.org/g/1547484979888.jpg 2019-01-15T23:44:25 < ohsix_> anyway there's money for this if anyone wants it, tell dongs i'm looking for him 2019-01-15T23:44:29 -!- ohsix_ [~ohsix@72.35.141.27] has quit [Quit: floop] 2019-01-15T23:48:28 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 268 seconds] 2019-01-15T23:52:52 < Laurenceb> kek 2019-01-15T23:58:19 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:a8e7:867b:a2d6:e914] has quit [Quit: Konversation terminated!] --- Day changed Wed Jan 16 2019 2019-01-16T00:00:00 < englishman> come back o6 nooo 2019-01-16T00:00:25 < englishman> i dont get it malinus 2019-01-16T00:01:11 < Steffanx> malinus forgot about the 4ban 2019-01-16T00:01:16 < Steffanx> Aka no 4cham 2019-01-16T00:01:17 < Steffanx> N 2019-01-16T00:01:59 < Steffanx> Only /b/axter understands 2019-01-16T00:04:26 < specing> There is a 4chan ban? 2019-01-16T00:04:26 < englishman> blaxter doesnt understand 2019-01-16T00:04:57 < englishman> it is not fairly enforced specing. you can post 4chan links. but you shouldnt 2019-01-16T00:05:36 < Ultrasauce> not gonna lie i went looking for the thread 2019-01-16T00:06:19 < cnt> Wtf does the image have to do with 4chan.... stm32 in /g/ wtf 2019-01-16T00:06:29 < cnt> Quite odd to find that there 2019-01-16T00:07:12 < englishman> to evade the ban, laurent takes awful 4chan links, and put them on an awful image host 2019-01-16T00:07:27 < cnt> LOL 2019-01-16T00:07:52 < cnt> That’s why I hate that site, just 4chan shit posts 2019-01-16T00:07:54 < Ultrasauce> and then gets banned anyway 2019-01-16T00:07:57 < Ultrasauce> when someone can be bothered 2019-01-16T00:08:02 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-16T00:08:55 < cnt> Yes 2019-01-16T00:09:04 < cnt> I like blxtr 2019-01-16T00:09:43 < Steffanx> But you are infected by the quack. 2019-01-16T00:09:43 < cnt> His imgshits are horrid though 2019-01-16T00:09:48 < cnt> I am 2019-01-16T00:10:06 < cnt> Today they took my blood 2019-01-16T00:10:12 < cnt> Testing me for autism 2019-01-16T00:10:27 < cnt> 💉🦆 2019-01-16T00:10:41 < Steffanx> Why did you need a test foe that? 2019-01-16T00:10:44 < Steffanx> For 2019-01-16T00:11:11 < englishman> i hope you get an A+ 2019-01-16T00:12:09 < cnt> Ty 2019-01-16T00:12:26 < Steffanx> Dont die stvn 2019-01-16T00:12:57 < mitrax> cnt: are your teeth bleeding? 2019-01-16T00:15:40 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2019-01-16T00:26:42 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 268 seconds] 2019-01-16T00:30:07 -!- nn7 [~nn7@c-73-181-124-81.hsd1.co.comcast.net] has joined ##stm32 2019-01-16T00:30:33 < nn7> Anyone here willing to help me find a demo program for the STM32F3discovery? 2019-01-16T00:31:17 < nn7> I have TrueStudio and CubeMX installed. I pulled up the f3discovery, checked the boxes for additional software to support the MEMS, generated the code.... 2019-01-16T00:31:41 < nn7> and there's nothing MEMS anywhere in the code. 2019-01-16T00:32:20 < malinus> start with blinky 2019-01-16T00:32:31 < nn7> ok, how? 2019-01-16T00:33:06 < nn7> I feel like I'm missing something. Demo code anywhere? 2019-01-16T00:35:05 < specing> Write it. In assembly. While blindfolded. 2019-01-16T00:35:31 < nn7> That doesn't sound fun at all. 2019-01-16T00:36:42 < karlp> hrm, how does this hardware output nss work again? 2019-01-16T00:41:47 < nn7> Ah ha! STMCubeMX will download the demo programs but doesn't tell you where OR give you a graphical way to access them. 2019-01-16T00:42:11 < nn7> It's in the intuitive location C:\Users\me\STM32Cube\Repository\STM32Cube_FW_F3_V1.9.1\Projects\STM32F3-Discovery\Demonstrations 2019-01-16T00:47:26 < Steffanx> You can also download stm32cubef3 or something. It has demos/examples in the zip 2019-01-16T00:48:13 < Steffanx> Like examples for each peripheral 2019-01-16T00:48:24 < nn7> ok thanks 2019-01-16T00:48:36 < Steffanx> Using the HAL or (so called) LL drivers 2019-01-16T00:49:10 < Steffanx> It also includes examples for other boards but could still be useful for you 2019-01-16T00:49:12 < karlp> ok, works. goodo 2019-01-16T00:49:18 < karlp> hadn't set afs properly. 2019-01-16T00:49:25 < Steffanx> Hah 2019-01-16T00:50:28 < karlp> wonder why I never used it like this before? 2019-01-16T00:50:37 < karlp> having to remembe to disable/enable spi is probably why, 2019-01-16T00:52:18 < karlp> nnow, keep tweaking and optimizing this shit, or start spi slave side ... 2019-01-16T00:54:27 -!- con3 [~kvirc@197.233.234.190] has quit [Ping timeout: 252 seconds] 2019-01-16T01:10:47 -!- ski7777 [~quassel@ip5b437013.dynamic.kabel-deutschland.de] has quit [Ping timeout: 240 seconds] 2019-01-16T01:35:07 < englishman> https://www.youtube.com/watch?v=Ovs3wlGWMtI 2019-01-16T01:39:10 < cnt> Ty 2019-01-16T01:39:34 < cnt> Oh man I thought it was a nebelung vid :((( 2019-01-16T01:48:26 < englishman> plenty of usb3 cores for virtex and artix7, no need to buy CYPRESS SHIT 2019-01-16T01:59:25 -!- mitrax [mitrax@lfbn-ncy-1-325-94.w83-196.abo.wanadoo.fr] has quit [] 2019-01-16T02:04:33 < zyp> huh 2019-01-16T02:04:33 < zyp> https://www.silabs.com/products/wireless/mesh-networking/mighty-gecko-modules/mgm13s-mighty-gecko-sip-module 2019-01-16T02:04:33 < zyp> this is pretty fucking cute 2019-01-16T02:06:28 < zyp> 6.5x6.5mm chip, got crystal, buck reg (complete with passives), and antenna all packed nicely up inside, all that's required is feeding it power 2019-01-16T02:08:51 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-16T02:13:25 < nn7> how do I includ the BSP drivers into a TrueStudio project? 2019-01-16T02:13:36 < nn7> include 2019-01-16T02:14:21 < nn7> it shows the CMSIS and HAL drivers included, but not BSP. 2019-01-16T02:19:51 < mawk> use makefile 2019-01-16T02:19:54 < mawk> and it works 2019-01-16T02:19:58 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-16T02:20:00 < mawk> but otherwise cubemx can export to truestudio 2019-01-16T02:20:06 < mawk> give it a try to see how it does it 2019-01-16T02:20:22 < nn7> I tried CubeMX, that's how I got the project started, but no BSP. 2019-01-16T02:20:26 < nn7> I think I figured it out. 2019-01-16T02:21:09 < karlp> wut, how does the freertos release code not work? https://zerobin.net/?062a3cafe0a9ba8c#DOhIad83pAh83gDIRcrHjcEanDUH/S5XUY6ga7LCfhI= 2019-01-16T02:22:13 < mawk> how could you have no BSP ? 2019-01-16T02:22:15 < karlp> zyp: cute partts 2019-01-16T02:22:18 < mawk> cubemx puts the bsp everytime when I use it 2019-01-16T02:22:55 < mawk> where do you call portYIELD_FROM_ISR karlp ? 2019-01-16T02:22:57 < mawk> what argument did you use ? 2019-01-16T02:23:12 < mawk> you're supposed to put true or false 2019-01-16T02:23:24 < karlp> just copied the demo from https://www.freertos.org/a00119.html 2019-01-16T02:23:33 < mawk> ah 2019-01-16T02:23:55 < karlp> here, with the code itself https://zerobin.net/?f18e2309c05d1167#UWNmyVUzvsM+jWYanlZRYP9qJOmaYbttM/lOzCUHCM0= 2019-01-16T02:24:17 < mawk> hmm 2019-01-16T02:25:08 < mawk> I don't think you're supposed to use port* functions no ? 2019-01-16T02:25:15 < mawk> it's part of the bsp 2019-01-16T02:25:33 < mawk> but otherwise I'd just put true in the argument 2019-01-16T02:25:36 < mawk> as a quick hack 2019-01-16T02:25:57 < karlp> well task.... doesn't exist, 2019-01-16T02:26:07 < karlp> and gcc suggested, "did you mean port*" ? 2019-01-16T02:26:23 * karlp just ignores waking higher ones for now, doesn't matter in this case, but was just trying to "do the right thing" 2019-01-16T02:26:27 < mawk> yeah I don't see the task thing anywhere in the code 2019-01-16T02:27:02 < karlp> hrm, shit just got complicated, need a second oocd instance for the other board now :) 2019-01-16T02:27:24 < karlp> need to get the host board to be purely usb controlled pronto 2019-01-16T02:27:35 < mawk> even in the reference manual I don't see this macro 2019-01-16T02:27:39 < mawk> ah yes I see it 2019-01-16T02:27:41 < mawk> search is just slow 2019-01-16T02:28:07 < mawk> it's an internal macro defined by freertos ports 2019-01-16T02:28:11 < mawk> apparently 2019-01-16T02:28:29 < mawk> maybe not internal, but part of the port 2019-01-16T02:28:39 < mawk> let's see in my stm32 port 2019-01-16T02:33:59 < mawk> ok karlp I got it 2019-01-16T02:34:04 < mawk> with the stm32 port it's called portEND_SWITCHING_ISR() 2019-01-16T02:35:08 < mawk> uh no nevermind I thought it was taskEND_SWITCHING_ISR 2019-01-16T02:35:10 < karlp> yeah, I can read portmacro.h too, 2019-01-16T02:35:12 < mawk> yeah well just put 1 in it 2019-01-16T02:35:18 < karlp> but it just calls it on anyway. 2019-01-16T02:35:23 < karlp> I don't get how it's broken out of the box... 2019-01-16T02:37:07 < mawk> lack of doc to indicate the name of that thing is port-specific 2019-01-16T02:37:36 < mawk> see around queue.h:1432 2019-01-16T02:38:47 < karlp> what, the "// Actual macro used here is port specific." 2019-01-16T02:39:00 < karlp> that's just the same thing it says on the original queue docs 2019-01-16T02:39:12 < karlp> still, we've found the macro, 2019-01-16T02:39:16 < karlp> it just doesn't compile :) 2019-01-16T02:43:16 -!- ski7777 [~quassel@91.67.127.193] has joined ##stm32 2019-01-16T02:48:14 < karlp> fucking nucleo64 manual says that on the l073 boaard, there's a PB 6, which is SPI1 CS 2019-01-16T02:48:22 < karlp> PB6 doesn't have _anything_ spi on any AF. 2019-01-16T02:48:49 < dongs> do you evne care waht pin SPI_CS is unless you're slave? 2019-01-16T02:49:01 < dongs> its not like it will automatically assert/deassert it for you in master case? 2019-01-16T02:49:20 < karlp> this is for slave mode. 2019-01-16T02:49:25 < dongs> oh, rip in that case/ 2019-01-16T02:49:45 < karlp> have a shitty little usb controlled spi master, now writing the spi slave. 2019-01-16T02:50:43 < karlp> made it a little hard on myself too, l1 on one side, with spi-v1, and l0 on the other, with spi-v2 2019-01-16T03:00:11 < dongs> https://i.imgur.com/0ePfb04.png i know this is kidna reaching limits with my equipment but do you think this is for latching on posedge or negedge 2019-01-16T03:00:41 < dongs> i wanna say negedge but that clock looks mega retarded :p 2019-01-16T03:02:56 < dongs> https://i.imgur.com/6xmDRfQ.png 2019-01-16T03:07:20 < aandrew> dongs: that is clearly driving on rising edge, so sample on falling 2019-01-16T03:07:30 < srk> cat tree assembled with pretty cats https://www.coolcattreeplans.com/wp-content/uploads/2018/09/cat-trees-carpet-real-tree-800x1420.jpg 2019-01-16T03:07:37 < aandrew> notice how the yellow waveform never moves near a falling edge of the turquoise trace 2019-01-16T03:07:48 < dongs> 2nd pic? 2019-01-16T03:07:52 < aandrew> yes 2nd pic 2019-01-16T03:08:33 -!- nn7 [~nn7@c-73-181-124-81.hsd1.co.comcast.net] has quit [Quit: Leaving] 2019-01-16T03:08:44 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-16T03:09:20 < dongs> so about my problem of stopped clock that I thought i had 2019-01-16T03:09:58 < dongs> https://i.imgur.com/b5qdVJA.png they stop teh clock for a bit between packets (about 127k clocks or so) 2019-01-16T03:10:08 < dongs> and i thought i would lose the last byte but 2019-01-16T03:10:22 < dongs> i guess when clock restarts, it shifts out the last byte that was still in shift register as normal 2019-01-16T03:10:44 < dongs> i need to sim what happens if i stop/restart clock followed by psync 2019-01-16T03:11:09 < dongs> now sure how i can 'stop' a clock that i have as always() in testbench 2019-01-16T03:11:21 < dongs> do i just make it 0 after some delay in code? 2019-01-16T03:12:40 < aandrew> that's why you don't clock with someone else's clock :-) 2019-01-16T03:13:11 < dongs> http://bcas.tv/paste/results/drhGEq97.html 2019-01-16T03:13:12 < dongs> lol plz 2019-01-16T03:13:22 < dongs> and what would you do if you had 125mhz serial data incoming 2019-01-16T03:13:27 < dongs> with a clock already 2019-01-16T03:13:31 < dongs> i dont think there's much that can be done 2019-01-16T03:14:00 < dongs> i think i'm like 99% clear on the conversion/capture. i see occasional bit errors 2019-01-16T03:14:02 < aandrew> I would use my system clock fasteer than that, say 200MHz or so, synchronize the incoming clock and capture it that way 2019-01-16T03:14:06 < dongs> i think thats just due to fucking transformer air wires 2019-01-16T03:14:12 < aandrew> just like I do for TDMA systems 2019-01-16T03:14:40 < aandrew> same with SPI slave implementations, UARTs, etc., etc. 2019-01-16T03:14:41 < dongs> that sounds like a lot of work 2019-01-16T03:14:46 < dongs> how do you "syncronize" a clock 2019-01-16T03:14:47 < aandrew> well doing it right is 2019-01-16T03:14:57 < aandrew> a clock is just like any other signal 2019-01-16T03:15:05 < aandrew> you run it through 2 FFs in series 2019-01-16T03:15:08 < karlp> hrm, getting lots of overruns and shit. get interrupts, so get .... something. 2019-01-16T03:15:15 < aandrew> when you see the synchronized signal go from high to low you sample the data bit 2019-01-16T03:15:24 < aandrew> alternatively 2019-01-16T03:15:48 < aandrew> you can run the serial-to-parallel with the incomign clock and stuff the data into a DCFIFO 2019-01-16T03:16:11 < aandrew> then pull the data out the other end, but if they're stopping the clock before you can get the last byte into the DCFIFO you're kind of screwed 2019-01-16T03:16:34 < dongs> aye, but anyway, i think i better just sim and see what actualyl happens with clock stoppage 2019-01-16T03:17:03 < Cracki> uh... why again do you have trouble? that clock only does an edge for each data bit 2019-01-16T03:17:08 < Cracki> no matter if it stops or not 2019-01-16T03:17:23 < aandrew> I think that's the first time in... over a decade? that I"ve ever seen you write "aye" 2019-01-16T03:17:31 < Cracki> if that's proper SPI, you as a receiver should not expect any clock past deasserted chip select 2019-01-16T03:17:35 < aandrew> I swear if you say m'ilady I'm going to kickban you 2019-01-16T03:17:42 < Cracki> arrr 2019-01-16T03:17:49 < aandrew> Cracki: I prefer not to fuck with DCFIFOs without a good reason 2019-01-16T03:18:00 < Cracki> wat even are *DC* fifos 2019-01-16T03:18:07 < dongs> blah. of course zeroing it doesnt work 2019-01-16T03:18:08 < aandrew> dual clock FIFOs 2019-01-16T03:18:10 < dongs> dual clock 2019-01-16T03:18:17 < dongs> an altera shit but xilinx has something similar 2019-01-16T03:18:20 < Cracki> and anyway, upon the last clock edge of the last bit, you should have a full byte, no? 2019-01-16T03:18:31 < dongs> cracki, no 2019-01-16T03:18:57 < Cracki> and that's because why? do you rely on more clock after the last bit? 2019-01-16T03:19:13 < dongs> https://i.imgur.com/Qmjz1vZ.png i'm doing serial>parallel conversion 2019-01-16T03:19:22 < dongs> data is 3rd from bottom 2019-01-16T03:19:32 < dongs> clock for that data is above it 2019-01-16T03:19:32 < Cracki> yeah sure, a shift register, and counting bits, and latching data and stuff 2019-01-16T03:19:35 < dongs> yeah 2019-01-16T03:19:55 < dongs> < dongs> https://i.imgur.com/b5qdVJA.png they stop teh clock for a bit between packets (about 127k clocks or so) 2019-01-16T03:20:10 < dongs> at the end of orange arrow on zoomed in data 2019-01-16T03:20:21 < Cracki> still, how does that fuck anything up 2019-01-16T03:20:24 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-16T03:20:26 < Cracki> clock is allowed to stop 2019-01-16T03:20:40 < dongs> i'm not sure if it does! thats what im trying to simulate 2019-01-16T03:20:49 < Cracki> I understand you use that clock to drive your stuff, but does your stuff need more than one clock edge to do whatever it does per bit? 2019-01-16T03:20:50 < dongs> i cant make fucking veriblog pause the clock tho 2019-01-16T03:20:54 < dongs> no 2019-01-16T03:20:54 < Cracki> hm 2019-01-16T03:21:02 < Cracki> how do you define your stimulus clock? 2019-01-16T03:21:16 < dongs> just always #5 clk_in = ~clk_in; 2019-01-16T03:21:21 < Cracki> ah... 2019-01-16T03:21:36 < Cracki> make a counter 2019-01-16T03:21:51 < Cracki> switch clock on or off after it's counted down to zero, then reload? 2019-01-16T03:22:03 < dongs> in that always thing? 2019-01-16T03:22:07 < dongs> ok lemme think 2019-01-16T03:22:15 < dongs> increment counter always, 2019-01-16T03:22:23 < dongs> if it hits number, stop clock, or else do normal invert on each cycle 2019-01-16T03:22:28 < Cracki> uh, I'd keep that ~clk_in thing, but then modulate it 2019-01-16T03:22:29 < dongs> ok. lemme try that. 2019-01-16T03:22:39 < dongs> oh hm 2019-01-16T03:22:57 < dongs> so you mean make anotehr reg for clock 2019-01-16T03:23:00 < dongs> that inverts #5 2019-01-16T03:23:10 < dongs> and then if condition, output zero or else output that clock 2019-01-16T03:23:11 < dongs> k 2019-01-16T03:23:13 < Cracki> and gate basically, with one input being a counter compare 2019-01-16T03:23:16 < dongs> yes 2019-01-16T03:23:36 < Cracki> I'd go that way, but I have no clue if that's sensible or if there's a smarter way 2019-01-16T03:25:47 < englishman> nice srk 2019-01-16T03:29:53 < dongs> ok it sorta works now i gotta count some clocks 2019-01-16T03:36:25 < dongs> https://i.imgur.com/Fim0lE3.png hmm yeah 2019-01-16T03:36:27 < dongs> its doing the right thing 2019-01-16T03:40:11 < englishman> 3 lines of verilog = $30k ip core 2019-01-16T03:40:30 < dongs> no doubt 2019-01-16T03:40:59 < Cracki> looks like it's emitting the byte on the first clock of the next one 2019-01-16T03:41:01 < dongs> https://i.imgur.com/Y4oKcsw.jpg do you think i could have noise issues with 125mhz-clocked serial in this kinda setup? 2019-01-16T03:41:06 < dongs> Cracki: right 2019-01-16T03:41:46 < englishman> nah yr good 2019-01-16T03:42:08 < dongs> i thought i could do better by soldering in 3 SMAs there 2019-01-16T03:42:24 < englishman> good up to 6ghz serial 2019-01-16T03:42:33 < dongs> good enough for displayport but thats differential 2019-01-16T03:42:56 < Cracki> pcie over soggy bootstrap 2019-01-16T03:43:11 < dongs> well dp is same shit as pcie, 8/10 or wahtever 2019-01-16T03:43:23 < dongs> and all those buttcoin miner extension things are dodgy as fuck 2019-01-16T03:43:25 < dongs> and shit still works 2019-01-16T03:43:37 < englishman> this slvs-ec is fuckin nuts 2019-01-16T03:43:42 < dongs> but again, differential 2019-01-16T03:43:43 < dongs> whats that 2019-01-16T03:43:47 < englishman> 2.3gbps/lane with like 200mv diff signalling 2019-01-16T03:43:56 < dongs> ah 2019-01-16T03:44:11 < dongs> what was wrong with mipi 2019-01-16T03:44:18 < dongs> i guess sony wanted to invent something retarded 2019-01-16T03:44:20 < englishman> haha 2019-01-16T03:44:32 < englishman> there are like 0 sensors that use mipi 2019-01-16T03:44:37 < dongs> uhhhhhhhhhhhhh 2019-01-16T03:44:39 < dongs> you mean like all of them 2019-01-16T03:44:42 < englishman> ok, fast ones 2019-01-16T03:44:48 < englishman> like every global shutter one is lvds 2019-01-16T03:44:51 < Cracki> raspi connectors are mipi csi/dsi 2019-01-16T03:44:57 < dongs> well yeah, global shutter shit sure 2019-01-16T03:44:59 < Cracki> but nobody uses that 2019-01-16T03:45:06 < dongs> but every phone camera shit is all mipi 2019-01-16T03:45:06 < englishman> slvs-ec is what sony came up with so they can route out signals all over the die 2019-01-16T03:45:14 < englishman> every shit camera 2019-01-16T03:46:01 < englishman> idk as soon as you get to global shutter or anything with some throughput mipi totally disppears 2019-01-16T03:46:48 < dongs> most likely 2019-01-16T03:50:18 -!- cnt [uid317556@gateway/web/irccloud.com/x-scbqucnglhstrkuy] has quit [Quit: Connection closed for inactivity] 2019-01-16T04:03:13 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-16T04:04:09 < aandrew> might be some noisy shit there, your waveforms didn't look fantastic 2019-01-16T04:10:08 < dongs> yeah 2019-01-16T04:34:05 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-16T04:37:41 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 268 seconds] 2019-01-16T05:00:00 < englishman> NVIDIA says Xavier delivers 30 trillion operations per second of processing capability, all while using only 30 watts of energy. 2019-01-16T05:00:03 < englishman> watts of energy 2019-01-16T05:00:14 * englishman writes a letter 2019-01-16T05:09:58 < dongs> xavier sounds mexican. build a wall 2019-01-16T05:40:22 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Disconnected by services] 2019-01-16T05:40:24 -!- Cracki [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-16T05:41:53 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-16T05:46:22 < kakimir> dongs where are you? 2019-01-16T05:46:27 < dongs> israel 2019-01-16T05:46:27 < dongs> sup? 2019-01-16T05:46:37 < kakimir> me in sh 2019-01-16T05:46:51 < dongs> ya i thought so 2019-01-16T05:46:53 < dongs> im in jp tho 2019-01-16T05:47:00 < dongs> going to 2nd china in a week 2019-01-16T05:47:02 < dongs> (taiwan 2019-01-16T05:47:40 < kakimir> should have tooken vacatiok after this 2019-01-16T05:48:05 < kakimir> an visited jo 2019-01-16T05:48:09 < kakimir> jp 2019-01-16T05:48:33 < kakimir> not so long way from hk 2019-01-16T06:03:18 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-16T06:11:36 < PeterM> !wz penrith australia 2019-01-16T06:11:37 < englishbot> [Penrith, Australia] Clear. Temp is 39.3°C but feels like 46°C. 2019-01-16T06:12:41 < PeterM> lies, not that hot... 2019-01-16T06:17:12 < dongs> jesus 2019-01-16T06:17:14 < dongs> that is fucked 2019-01-16T06:17:15 < PeterM> !wz summer beaver canada 2019-01-16T06:17:18 < englishbot> [Summer Beaver, Canada] Mostly Cloudy. Temp is -29°C but feels like -40°C. NW wind: 15 kph. Humidity: 76%. 2019-01-16T06:19:52 < PeterM> nah, is fine, felt hotter yesterday 2019-01-16T06:20:07 < dongs> i fired up the stove for the first time yesterday 2019-01-16T06:20:12 < dongs> making use of all that wood i chopped up 2019-01-16T06:20:30 < kakimir> !wz shenzhen 2019-01-16T06:20:31 < englishbot> [Shenzhen, China] Clear. Temp is 4°C but feels like 1°C. North wind: 11 kph. Humidity: 61%. 2019-01-16T06:20:38 < dongs> oh wow what the fuck 2019-01-16T06:20:42 < kakimir> wat 2019-01-16T06:20:43 < dongs> thats a lot colder than I expected 2019-01-16T06:20:57 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2019-01-16T06:20:58 < kakimir> not correct 2019-01-16T06:20:58 < PeterM> yea, isnt sz almost tropical? 2019-01-16T06:21:03 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-16T06:21:18 < dongs> that must be F or soemthing 2019-01-16T06:21:26 < kakimir> I have first hand knowledge 2019-01-16T06:21:38 < PeterM> !wz dongs japan 2019-01-16T06:21:39 < englishbot> Unable to locate query. 2019-01-16T06:21:44 < dongs> google says its 18C 2019-01-16T06:21:45 < dongs> thats more likely 2019-01-16T06:26:25 < ds2> are there any known brands of microSD that will work at 1.8V? 2019-01-16T06:31:09 < dongs> does SD even spec 1.8V operation 2019-01-16T06:31:13 < dongs> i thought that was reserved for MMC 2019-01-16T06:33:17 < PeterM> i think unless the cards are "LV" cards you're pretty much rolling the dice 2019-01-16T06:33:58 < ds2> not officially 2019-01-16T06:34:08 < ds2> I have heard years ago certain brands worked at 1.8V 2019-01-16T06:34:17 < PeterM> https://www.sdcard.org/developers/overview/low_voltage_signaling/index.html 2019-01-16T06:34:24 < ds2> are there uSD form factor LV cards? 2019-01-16T06:34:31 < PeterM> The new specification now lets LVS host devices start in UHS-I 1.8V mode directly after power up on the LVS card. 2019-01-16T06:34:47 < ds2> hmmm 2019-01-16T06:52:59 -!- fc5dc9d4_ [~quassel@p5B081918.dip0.t-ipconnect.de] has joined ##stm32 2019-01-16T06:57:18 -!- fc5dc9d4 [~quassel@p5B0819E5.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 2019-01-16T07:19:15 -!- HighInBC [~highinbc@unaffiliated/chillum] has quit [Ping timeout: 268 seconds] 2019-01-16T07:29:21 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-16T07:36:59 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2019-01-16T07:37:35 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-16T07:51:25 -!- con3 [~kvirc@197.233.175.37] has joined ##stm32 2019-01-16T07:52:37 -!- day__ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-16T07:55:57 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 258 seconds] 2019-01-16T07:55:59 -!- day__ is now known as day 2019-01-16T07:58:54 -!- HighInBC [~highinbc@unaffiliated/chillum] has joined ##stm32 2019-01-16T08:04:09 -!- sterna [~Adium@c-c2b8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-16T08:13:44 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-16T08:19:18 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-16T08:23:44 < ds2> looks like no practical way to source a 1.8V uSD :/ 2019-01-16T08:24:46 < ds2> at least it is a 2L pcb so hacking in a level shifter is doable :( 2019-01-16T08:26:00 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-16T08:26:32 -!- con3 [~kvirc@197.233.175.37] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-16T08:27:15 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-16T08:31:42 -!- cnt [uid317556@gateway/web/irccloud.com/x-tfshckfrvwgausvm] has joined ##stm32 2019-01-16T08:31:44 < cnt> Shibasoku 2019-01-16T08:37:52 < dongs> any LoRa dongs in here, how many devices can one gateway handle 2019-01-16T08:38:01 < dongs> is there some protocol/air link/whatever imposed limit? 2019-01-16T08:42:59 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-16T08:54:24 < qyx> ask englishman, he is a LoRa pro now 2019-01-16T09:04:10 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-16T09:12:22 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-16T09:23:05 -!- sterna [~Adium@c-c2b8d954.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-16T09:31:31 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-16T09:37:44 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-16T09:39:56 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has joined ##stm32 2019-01-16T09:42:46 < R2COM> hi 2019-01-16T09:51:23 < cnt> that elephant ate my entire platoon 2019-01-16T09:52:48 < upgrdman> mechanical pros: anyone know if the carriage block on a linear rail like this has much play if you try to twist it along the long axis? https://www.amazon.com/Iverntech-Linear-Carriage-Printer-Machine/dp/B0762MKQFD 2019-01-16T09:53:31 < upgrdman> like, you normally use 2 rails... but i want to use 1, and the load is pretty light. but not sure if the carriage block will pivot much if there is no second rail to stabilize that axis 2019-01-16T09:53:40 < upgrdman> https://www.amazon.com/Iverntech-Linear-Carriage-Printer-Machine/dp/B0762MKQFD 2019-01-16T09:56:24 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-16T09:58:23 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-16T09:59:08 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has quit [] 2019-01-16T10:01:09 -!- benishor [~benny@79.116.215.144] has joined ##stm32 2019-01-16T10:04:24 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-16T10:19:18 < marble_visions> !help 2019-01-16T10:19:35 < marble_visions> !wz shenzhen 2019-01-16T10:19:37 < englishbot> [Shenzhen, China] Clear. Temp is 5°C but feels like 2°C. NNW wind: 14 kph. Humidity: 53%. 2019-01-16T10:19:44 < marble_visions> !wz 2019-01-16T10:20:05 < marble_visions> !wz help 2019-01-16T10:20:06 < englishbot> [Helpsen, Germany] Light Drizzle. Temp is 6.6°C. SSW wind: 2.9 kph. Humidity: 88%. 2019-01-16T10:20:11 < marble_visions> lol 2019-01-16T10:20:49 < marble_visions> PeterM: any man pages for englishbot? 2019-01-16T10:21:10 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 268 seconds] 2019-01-16T10:22:30 -!- PeterM [~bgdwiepp@1.129.104.205] has joined ##stm32 2019-01-16T10:22:51 < marble_visions> maybe i should ask englishman 2019-01-16T10:44:41 < qyx> fuk my sx1232 doesn't set packet_sent in the intrrupt flags 2019-01-16T10:44:48 < qyx> *sx1231 2019-01-16T10:45:18 < dongs> SEGGER—First Class Support 2019-01-16T10:45:19 < dongs> Thank you very much, your inquiry has been submitted successfully. 2019-01-16T10:45:25 < dongs> shit better be first class 2019-01-16T10:45:39 < dongs> im so fucking tired of this shit needing a replug if I connect the swd cable backwards 2019-01-16T10:46:37 < zyp> haha 2019-01-16T10:46:57 < zyp> you know, if you just used keyed headers, you wouldn't have that problem :p 2019-01-16T10:47:13 < dongs> lul 2019-01-16T10:47:30 < dongs> yeah but keyed header takes up way too much fuckign sapce 2019-01-16T10:47:45 < zyp> just use the one that's only partly shrouded 2019-01-16T10:48:13 < zyp> https://t1.daumcdn.net/cfile/tistory/140CEE1E4CE1F5BA32 <- this shit 2019-01-16T10:48:33 < zyp> doesn't take more area than an unshrouded one 2019-01-16T10:48:58 < zyp> or drop the entire connector and do tag-connect, they are also keyed 2019-01-16T10:54:09 < dongs> ugh 2019-01-16T10:54:13 < dongs> garbage faggot tools at remote office 2019-01-16T10:54:36 < dongs> ozone steps in, as soon as it htis RCC_* stuff it flies off into 0x1000 0000+ addresses 2019-01-16T10:54:42 < dongs> what in the fuck damn 2019-01-16T11:13:49 < cnt> ah shuck me cawk 2019-01-16T11:19:32 < karlp> I love the idea of those partly shrouded ones, but they're always too expensive 2019-01-16T11:20:15 < dongs> yeah its hte price 2019-01-16T11:20:23 < dongs> i can get china to snip 2x5 headers for liek $1 for 100 2019-01-16T11:20:30 < dongs> but that shrounded stuff is probly $10 for 1 2019-01-16T11:24:44 < qyx> hm those china spring 433MHz antennas are like ~20dB worse than a 165mm piece of wire 2019-01-16T11:24:55 < karlp> 3.3 in singles: https://www.digikey.com/products/en?keywords=SAM8799-ND 2019-01-16T11:25:01 < qyx> or I did some antenna magic fuckup on the pcb 2019-01-16T11:25:04 < karlp> it's inm zypsnips as "esden's choice" 2019-01-16T11:26:52 < karlp> https://www.digikey.com/product-detail/en/amphenol-icc-fci/20021221-00010C4LF/609-3700-2-ND/2209062 is cheaper, but not quite as small. much smaller than some of the other shrouded ones htough 2019-01-16T11:28:57 < karlp> hrm, I think that's actually for some custom thing though, not a normal idc 2019-01-16T11:30:18 < zyp> yeah, normal idcs are not gonna fit 2019-01-16T11:32:22 < dongs> oo samtec 2019-01-16T11:32:28 < dongs> don't mention about them to englishbot 2019-01-16T11:32:32 < dongs> or englishman 2019-01-16T11:32:51 < cnt> yes his fave 2019-01-16T11:33:25 < karlp> oh, those ones are for board2board stuff. 2019-01-16T11:38:07 < cnt> m 2019-01-16T11:55:47 < qyx> karlp: when receiving from spi on a SPIv2, I have to do send8(0), read8, right? 2019-01-16T11:58:06 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-16T12:14:16 < PaulFertser> dongs: suppose I have a microsoft sticker on an old laptop. Product number is clearly readable, product name is completely invisible by now. Why the hell microsoft doesn't let me enter this number somewhere so that I learn what particular type of the professional OS that is? 2019-01-16T12:25:00 < karlp> qyx: no idea, I was trying tha tlast night and getting overruns and not really working, but it was day 0 of trying spi slae stuff. 2019-01-16T12:25:11 < karlp> for my master stuff I just use spi_xfer. 2019-01-16T12:25:45 < karlp> PaulFertser: it probably does, just unable to find it. 2019-01-16T12:26:09 < karlp> and I think they often say, "oh, you're not allowed to _reinistall_ that, that was for oem bundling only" 2019-01-16T12:26:49 < PaulFertser> karlp: do they really? The HDD died, so how the hell am I not supposed to reinstall it? 2019-01-16T12:28:23 < karlp> you mena, you want to use an disk that 's not original? :) 2019-01-16T12:28:32 * karlp has no idea. 2019-01-16T12:30:09 < qyx> spi_xfer corrupts fifo or what because it transfers more than a single byte 2019-01-16T12:30:28 < qyx> and if you select 8bit transfer the bytes are messed somehow 2019-01-16T12:30:29 < PaulFertser> Need dongs to rage 2019-01-16T12:31:24 < cnt> set a trap on freelancer 2019-01-16T12:33:18 < karlp> if spi_xfer doesn't work at all on the v2 parts, then that's just a bug. 2019-01-16T12:33:29 < karlp> but how does it transfer multiple? 2019-01-16T12:34:21 < zyp> it's the fifo thing 2019-01-16T12:34:41 < zyp> if you have it configured to 8 bit per transfer and you do a 16/32 bit register write, it puts two transfers into the fifo 2019-01-16T12:35:15 < zyp> so you need to explicitly do 8-bit register writes 2019-01-16T12:35:43 < zyp> https://cgit.jvnv.net/laks/commit/?id=d2086a59c15125a0503649ecbadadfdb9fc23b2f 2019-01-16T12:36:51 < karlp> is this the thing with the SPI_DR definitions being MMIO16 or something? 2019-01-16T12:37:25 < karlp> is this still not actually fixed for spi v2? 2019-01-16T12:37:41 < qyx> now there are two functions, send and send8 2019-01-16T12:37:47 < qyx> the same for read 2019-01-16T12:37:51 < qyx> but xfer is only one 2019-01-16T12:38:22 < karlp> oh. joy 2019-01-16T12:38:47 < karlp> guess you have to use them manually then I suppose. 2019-01-16T12:39:22 < qyx> yeah, I am doing that, but now I am debugging why I get things like 0x3a3a, 0x7474 and such from an IRQ status registers 2019-01-16T12:39:37 * karlp shrugs. you're ahread of me here sorry 2019-01-16T12:40:25 < qyx> but fuk things because there are many changes, I have nucleo-F411 with RFM69 working and L432 with SX1231 not 2019-01-16T12:40:58 < qyx> and basically all works except some minor details which makes the whole thing not funvtional 2019-01-16T12:41:46 < qyx> like packet sent bit is never set for some reason despite all other working properly and the packet is received 2019-01-16T12:47:12 < jpa-> PaulFertser: what does it matter? AFAIK you can still install windows 10 with just about any key 2019-01-16T12:48:19 < PaulFertser> jpa-: vista is not upgradable to 10 afaik. And that laptop is kinda old, I'm not sure it's worth trying w10 on it due to all those driver issues I've heard about. 2019-01-16T12:49:03 < jpa-> true, though windows 10 works fine on my 2007-bought acer laptop 2019-01-16T12:49:22 < jpa-> (as in, as well as the vista it came with ever did) 2019-01-16T12:49:41 < PaulFertser> Hm, that's some "packard bell" thing, was high-end back then, came with vista. Not legally upgradable to w10 last time I checked, because it's vista, not w7. 2019-01-16T12:52:31 < jpa-> https://www.microsoft.com/en-us/software-download/windows7 you could try if this accepts the key, though if it is a vista key it probably won't 2019-01-16T12:53:05 < jpa-> windows 10 isos you can get without key even, so you'll end up installing first and then find out your license doesn't work 2019-01-16T12:53:28 < PaulFertser> I'll just install Debian with KDE on it but I have a feeling my sister might need a backup windows system so if there's a key why not install it but wtf does microsoft make it so non-obvious. 2019-01-16T12:53:56 < jpa-> because they have no money to gain from people re-using old license keys 2019-01-16T12:54:01 < PaulFertser> Well, I know the answer but I'd still like to hear the other side. 2019-01-16T13:07:25 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-16T13:27:25 < PeterM> cant you do what all the other russians do? 2019-01-16T13:31:16 < qyx> karlp: basically it seems you always have to do send8 & read8 or the fifo gets shifted.. which sounds logical now 2019-01-16T13:32:12 < karlp> be nice to get a single api that works nicely though 2019-01-16T13:41:43 < Steffanx> Just buy a 5 dollar oem key on ebay :) 2019-01-16T13:43:32 < PeterM> nah, fuck it, install an enterprise LSTB copy, cuts out so much bloat 2019-01-16T13:45:30 < cnt> that sounds neat 2019-01-16T13:45:50 < englishman> dongs: lorawan gateway, not Lora, can handle hundreds of lorawan devices 2019-01-16T13:46:00 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2019-01-16T13:46:12 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-16T13:46:26 < englishman> lorawan covers a lot more layers than physical and link 2019-01-16T13:46:33 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2019-01-16T13:59:52 < qyx> my sx is working properly now, I trashed those china antennas 2019-01-16T14:00:27 < qyx> a pig tail shaped wire works better 2019-01-16T14:10:14 < rajkosto> dongs, whats wrong with mipi is that its a phone manufs cartel 2019-01-16T14:23:03 < dongs> i wish more things were wrong like that 2019-01-16T14:26:49 < dongs> anyone ever used FT2232H as 8 or 16bit fifo 2019-01-16T14:26:51 < dongs> to usb 2019-01-16T14:29:44 < specing> I wanted to, but the devkit I used did not have it connected that way :( 2019-01-16T14:32:58 -!- branjb [~pseudosin@c-73-24-157-174.hsd1.az.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-16T14:33:09 -!- branjb [~pseudosin@c-73-24-157-174.hsd1.az.comcast.net] has joined ##stm32 2019-01-16T14:40:09 < dongs> damn wtf the evalboard for that is actually ridiculously priced 2019-01-16T14:40:13 < dongs> like 30 bucks 2019-01-16T14:41:56 < Cracki> 10 bucks aliex 2019-01-16T14:42:32 < Cracki> *tenbux 2019-01-16T14:43:40 < Cracki> heh for 6 bucks more you get one of those jlink v8 cases for it https://www.aliexpress.com/item/New-FT2232HL-Development-Board-FT2232H-USB-Port-Support-JTAG-openOCD/32944486685.html 2019-01-16T14:46:42 < dongs> lol no 2019-01-16T14:46:46 < dongs> i would need full breakout 2019-01-16T14:46:51 < dongs> not jewtag version 2019-01-16T14:46:59 < dongs> and im not buying shit off aliexpress anyway 2019-01-16T14:48:17 < Cracki> I see lotsa tin plated holes there, might be enough https://www.aliexpress.com/item/EYEWINK-FT2232HL-development-board-learning-board-FT2232H-MINI-FT4232H-UM232H-development-board/32806818411.html 2019-01-16T14:50:23 < Cracki> (and a more cramped version for twice that) 2019-01-16T14:51:04 < Cracki> I'm blown away by them making boards with double row pin strips facing down, as if protoboards for that were easy to get 2019-01-16T14:51:31 < dongs> the fuck is a protoboard 2019-01-16T14:52:18 < Cracki> breadboard* 2019-01-16T14:56:01 < aandrew> I've never used FT2232 as fifo 2019-01-16T14:56:08 < aandrew> jtag and uart only for me 2019-01-16T14:56:13 < dongs> it has a sync fifo clocked at 60mhz 2019-01-16T14:56:25 < dongs> {'C': 158, '\x07': 28508, 'G': 1375825, '\x06': 1} 2019-01-16T14:56:32 < dongs> out of 1.3mil packets, im getting some missed bits in ts 2019-01-16T14:56:39 < aandrew> why don't you buy shit off ali? I've only had one bad interaction and they fixed it right up 2019-01-16T14:56:54 < aandrew> dongs: sounds like you got your issues worked around 2019-01-16T14:57:16 < aandrew> the odd blip/slip could be due to lack of synchronizers or poor SI if you haven't fixed that shit up 2019-01-16T14:57:17 < dongs> no, if i had them worked around that list would say 'G': some number 2019-01-16T14:57:23 < dongs> yeah, im about to resolder the mess 2019-01-16T14:57:27 < dongs> shorten wires a bit and shit 2019-01-16T14:57:31 < dongs> im not sure what else i can do 2019-01-16T14:57:31 < aandrew> sounds like good progress though 2019-01-16T14:57:39 < aandrew> ideally use ribbon cable and ground every other pin 2019-01-16T14:58:00 < aandrew> so all your signals have nice reference nearby and have some minor shielding 2019-01-16T14:58:05 < dongs> for serial? 2019-01-16T14:58:08 < dongs> parallel lloosk ok 2019-01-16T14:58:19 < aandrew> for 125MHz signals, doesn't matter what is on it 2019-01-16T14:58:24 < aandrew> 125MHz digital* 2019-01-16T14:58:41 < dongs> oh shit 2019-01-16T14:58:46 < dongs> i could use that flexible wire i got 2019-01-16T14:58:50 < specing> why use FT* anyway 2019-01-16T14:58:51 < dongs> i think its 8 or so conductor 2019-01-16T14:58:53 < specing> they are overpriced 2019-01-16T14:59:01 < dongs> specing: suggestions welcome 2019-01-16T14:59:02 < specing> better write a stm32f032 usb 2019-01-16T14:59:08 < dongs> need up to 100mbit parallel input 2019-01-16T14:59:10 < aandrew> you don't have old IDE or floppy disk cables hiding somewher 2019-01-16T14:59:19 < dongs> aandrew: . those are garbage 2019-01-16T14:59:21 < aandrew> wait 2019-01-16T14:59:23 < specing> dongs: oh that is going to get expensive 2019-01-16T14:59:32 < specing> dongs: ethernet maybe? 2019-01-16T14:59:46 < aandrew> 100mbit? your parallel clock is 12.5MHz? 2019-01-16T14:59:55 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-16T15:00:03 < dongs> aandrew: 16.something 2019-01-16T15:00:07 < aandrew> yes ethernet would work, each pair should be ground+signal 2019-01-16T15:00:09 < dongs> its not continous tho 2019-01-16T15:00:19 < aandrew> it's something, but not as good as ribbon I don't think 2019-01-16T15:00:27 < dongs> ive got ribbon. 2019-01-16T15:00:30 < dongs> negroing it up. 2019-01-16T15:00:44 < aandrew> these aren't balanced signals or anything, I'm just trynig to keep the signals from interfereing and giving them a good reference 2019-01-16T15:00:47 < aandrew> I guess TP is the same 2019-01-16T15:01:08 < aandrew> since the different twists would offer isolation and the refernce doesn't gie a shit if it's twisted around the signal or beside it 2019-01-16T15:01:18 < specing> Oh I know 2019-01-16T15:01:21 < specing> use FX2LP 2019-01-16T15:01:32 < aandrew> is it also possible that your rx signal may have periodic errors in it? 2019-01-16T15:01:36 < specing> cypress cheap USB 2.0 8051 mcu 2019-01-16T15:01:41 < aandrew> specing: yep we all know it well 2019-01-16T15:01:42 < dongs> i know i could, the problem with that is 8051 2019-01-16T15:01:44 < aandrew> dongs loves the 8051 2019-01-16T15:01:52 < aandrew> you know how I know? 2019-01-16T15:01:54 < aandrew> keil loves the 8051 2019-01-16T15:01:56 < dongs> and i dont wanna use fx3 beacuse.. you know what? 2019-01-16T15:01:59 < aandrew> and dongs loves the keil 2019-01-16T15:02:03 < aandrew> fx3 is shit 2019-01-16T15:02:05 < dongs> its toolchain is fucking gcc shitware opensores nigger faggot shit 2019-01-16T15:02:07 < aandrew> holy fuck stay the fuck away 2019-01-16T15:02:12 < aandrew> that's not even the issue 2019-01-16T15:02:20 < dongs> no, thats the biggest issue :) 2019-01-16T15:02:29 < aandrew> it was so much fucking work getting the gpif2 configured, and it's arm7tdmi and .. ugh 2019-01-16T15:02:38 < Haohmaru> aww, dongs is allergic 2019-01-16T15:03:06 < dongs> yeah the gpif shit is just what teh fuck ever 2019-01-16T15:03:13 < dongs> and every single engineer at cyupress is a fucking indian 2019-01-16T15:03:17 < dongs> good luck getting any halp from them 2019-01-16T15:03:22 < aandrew> yes that is true 2019-01-16T15:03:27 < specing> Lol dongs 2019-01-16T15:03:30 < specing> gcc owns 2019-01-16T15:03:44 < aandrew> I had no real support for FX3, no real support for PSoC... that's a fucking good point 2019-01-16T15:03:50 < specing> I cannot use anything else than gcc 2019-01-16T15:04:28 < aandrew> 24h turn for every question and at least 4 turns to get them to give more of an answer than "look at TRM" or telling me something COMPLETELY fucking unrelated to the issue 2019-01-16T15:04:49 < dongs> aandrew: i have this amazing silicone ribbon cable from chinagirl 2019-01-16T15:05:13 < aandrew> I gotta get me a chinagirl 2019-01-16T15:05:18 < aandrew> particularly since I'm single again 2019-01-16T15:05:38 < dongs> wat 2019-01-16T15:05:41 < dongs> did you dump your CE trash 2019-01-16T15:05:54 < dongs> or is taht EE 2019-01-16T15:06:00 < aandrew> what? 2019-01-16T15:06:06 < dongs> central/eastern europe 2019-01-16T15:06:13 < aandrew> heh 2019-01-16T15:06:16 < aandrew> romania yes 2019-01-16T15:06:36 < dongs> i'd watch al lyour creditcards for the next several years 2019-01-16T15:06:46 < dongs> gunna git haxed 2019-01-16T15:07:07 < aandrew> didn't dump her. after 13y it's ... well I think we are sick of each other's shit and even if I fixed the shit she loathes about me she's said plainly and simply that she's not gonna change 2019-01-16T15:07:19 < aandrew> I'm sad but I'll figure it out, this isn't my first divorce 2019-01-16T15:07:24 < Cracki> so... you guys don't like cypress, which means psoc, fx3, fx2? 2019-01-16T15:07:27 < dongs> sounds about right 2019-01-16T15:07:41 < dongs> the only good support i got from cypress was on parts they bought from uh.. i forgot who 2019-01-16T15:07:45 < dongs> ASI-related shit 2019-01-16T15:07:53 < dongs> it was from indians but they knew what they were doing 2019-01-16T15:07:54 < aandrew> nah she's not like that. one thing I have always admired about her is that she's honest and would rather attack head-on than be sneaky 2019-01-16T15:08:00 < dongs> fx2/psoc shit is just fuck offff 2019-01-16T15:08:01 < aandrew> Cracki: correct 2019-01-16T15:08:19 < Cracki> congrats on the freedom btw 2019-01-16T15:08:27 < Cracki> now you get to enjoy the kids without the harpie :> 2019-01-16T15:08:30 < aandrew> don't really want freedom yet 2019-01-16T15:08:41 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-16T15:08:45 < Cracki> there are services where you can get shackled 2019-01-16T15:08:49 < aandrew> I have two young boys I wanted to be with until they were "old enough" and then part ways 2019-01-16T15:10:02 < Cracki> wait, "honest", I remember statements to the contrary 2019-01-16T15:10:15 < Cracki> maybe that's just the gaslighting talking 2019-01-16T15:11:12 < aandrew> well there's gaslighting yes 2019-01-16T15:11:31 < aandrew> but I'm talking about screwing out of money or property or shit like that 2019-01-16T15:11:49 < aandrew> gaslighting was more about "no, you said the sky was green" or "I never said you were the devil" 2019-01-16T15:12:04 < dongs> i wanna hear stories of laurence/b/ divorces 2019-01-16T15:12:05 < aandrew> "you're crazy, I never said that ever" 2019-01-16T15:12:40 < specing> But seriously dongs, why do you dislike gcc? 2019-01-16T15:12:46 < PeterM> fuck i forgot about laurenceb, ive had him on ignore for so long 2019-01-16T15:12:46 < dongs> holy shit silicone wire is so much easier to strip and work with 2019-01-16T15:13:02 < dongs> PeterM: he comes in here everyday and just pastes random shit from 4chan 2019-01-16T15:13:06 < dongs> wihtout any context or explanation 2019-01-16T15:13:10 < dongs> sometimes says soemthing like "my sides" 2019-01-16T15:13:17 < PeterM> should i leave him on ignore? 2019-01-16T15:13:18 < dongs> and then yanks ethernet out of his shitty lunix esktop and leaves 2019-01-16T15:13:33 < PeterM> its keeping the chat clean 2019-01-16T15:13:35 < dongs> i dont think you'd be missing any quality chats if you didnt 2019-01-16T15:13:41 < Cracki> oh right, dongs, there was some ohsix who wants to throw money at you 2019-01-16T15:13:42 < PeterM> fair enough 2019-01-16T15:13:49 < dongs> Cracki: yea, hes on ignore as well 2019-01-16T15:13:54 < aandrew> silicone is an interesting insulator 2019-01-16T15:13:54 < dongs> i got email tho 2019-01-16T15:13:56 < dongs> and handled it 2019-01-16T15:14:48 < Cracki> silicone ribbon cable.. never seen that before 2019-01-16T15:15:51 < dongs> its flexible and amazing 2019-01-16T15:16:05 < Cracki> I can imagine, but must be hard to obtain 2019-01-16T15:16:33 < Cracki> I see some on digikey, but aliex wouldn't know what it was 2019-01-16T15:16:48 < Cracki> >kink resistant 2019-01-16T15:16:54 < dongs> aww yiss 2019-01-16T15:17:05 < Cracki> very orthodox 2019-01-16T15:17:40 < PeterM> speaking of chain grill, i gotta start getting my orders together soon, otherwise it'll be the end of the month and i wont get shit 2019-01-16T15:17:59 < dongs> yepo 2019-01-16T15:18:08 < dongs> mine already booked tix to some bumfuck place in china 2019-01-16T15:18:48 * karlp finally figured out what chain grill meant. 2019-01-16T15:18:54 < aandrew> hahaha 2019-01-16T15:18:58 < aandrew> kink resistant, very orthodox 2019-01-16T15:19:12 < karlp> heh, didn't even see that :) nice. 2019-01-16T15:19:17 < specing> dongs, why do you dislike gcc? 2019-01-16T15:19:25 < aandrew> wtf is chain grill 2019-01-16T15:19:32 < karlp> china girl 2019-01-16T15:19:34 < PeterM> china girl 2019-01-16T15:19:37 < dongs> specing: mostly because its shit 2019-01-16T15:20:01 < specing> dongs: why do you think it is shit? 2019-01-16T15:20:27 < karlp> specing: would you respect the answers any more than dongs would? 2019-01-16T15:20:56 < aandrew> ahh 2019-01-16T15:22:53 < specing> karlp: I am truly wondering what his answer will be 2019-01-16T15:24:16 < specing> I think his statements are undefined anger in all directions 2019-01-16T15:24:31 < PeterM> specing, i once saw on a wise persons profile: "The game is to provoke an emotional response, not to provide one." 2019-01-16T15:29:07 < Haohmaru> dongs is wise? 2019-01-16T15:37:52 < dongs> nah im just dongs 2019-01-16T15:38:43 < PeterM> i dunno, he's not on my ignore list yet so hes doing better than a lot of people 2019-01-16T15:40:53 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-16T15:41:03 < Haohmaru> i should invent a wise-o-meter device 2019-01-16T15:42:03 < specing> PeterM: your tolerance must be quite high 2019-01-16T15:42:40 < Haohmaru> or he's just on the same frequency as dongs 2019-01-16T15:43:40 < PeterM> nah, not that high, dongs is too good value to ignore, the pros far outweigh the cons 2019-01-16T15:43:57 < PeterM> with Laurenceb there are pretty much no cons though... 2019-01-16T15:44:09 < PeterM> *pros 2019-01-16T15:44:43 < Haohmaru> Laurenceb seems to have multiple personality thing 2019-01-16T15:44:57 < specing> Laurenceb is here, but no word in hours 2019-01-16T15:44:58 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-16T15:45:02 < Haohmaru> he does this only here as far as i can see 2019-01-16T15:46:02 < PeterM> nah, he has to be like this somewhere else, otherwise where does he get all the stuff he shitposts from? 2019-01-16T15:46:21 < specing> 4chan 2019-01-16T15:47:05 -!- catphish [~catphish@unaffiliated/catphish] has quit [Client Quit] 2019-01-16T15:47:21 < Laurenceb_123> So there I was, putting on my rape slippers and practicing my sexual harassment pickup lines this morning. I had just got done cyberbullying my co-workers and neighbours as one does before coffee in the morning. 2019-01-16T15:47:21 < Laurenceb_123> It was time to shave. 2019-01-16T15:47:48 < Haohmaru> x_x 2019-01-16T15:48:00 < PeterM> nah, 4ch is probably too "cucked" for him, im sure hes on some more intense shit 2019-01-16T15:48:02 < Haohmaru> ^ 's pretty busy 2019-01-16T15:48:10 < Laurenceb_123> 8chan ftw 2019-01-16T15:48:32 < Haohmaru> sounds like double the amount of "chan" 2019-01-16T15:48:41 < Haohmaru> double dose 2019-01-16T15:49:10 < Laurenceb_123> accurate 2019-01-16T15:49:31 < Haohmaru> i only speak da truff 2019-01-16T15:49:36 < Laurenceb_123> also more FC Norf and beachmaster posting 2019-01-16T15:49:53 < karlp> everyday I get closer to ignoring lolrecent. 2019-01-16T15:50:10 < karlp> my ignore count has never gotten higher than 1 per channel before though, so I'm kinda loath to do so... 2019-01-16T15:50:22 < Haohmaru> i don't ignore anyone 2019-01-16T15:50:24 < Haohmaru> ever 2019-01-16T15:50:29 < PeterM> who is the lucky ##stm32 poster karlp? 2019-01-16T15:50:41 < PeterM> return2communism? 2019-01-16T15:50:42 < karlp> that cypress boi. 2019-01-16T15:50:45 < karlp> yar 2019-01-16T15:51:09 < Haohmaru> commune2returnism 2019-01-16T15:51:35 < dongs> here comes laurence/b/ 2019-01-16T15:53:18 < PeterM> i wonder whatever did happen to r2com and his wo(man) gf who always fought in here 2019-01-16T15:53:27 < dongs> he doesnt chat here too often 2019-01-16T15:53:29 < dongs> lately 2019-01-16T15:53:45 < karlp> three quotes (two useful) from aretoo in zypsnips, 9 for lolrence, perhaps 1 useful, some funny. 2019-01-16T15:54:15 < dongs> hmmm 2019-01-16T15:54:26 < dongs> this fucjing thing cant drive the clock signal worth a shit 2019-01-16T15:54:31 < dongs> damn 2019-01-16T15:54:41 < dongs> it worked over coat hanger 2019-01-16T15:54:45 < karlp> bah, semtech got rid of their banner logo that had a green wire 2019-01-16T15:54:48 < Haohmaru> pour some RedBulls on it 2019-01-16T15:54:50 < Cracki> you need to abort 2019-01-16T15:55:04 < dongs> but i put it on this ribbon and the clock turns into complete shit 2019-01-16T15:55:06 < Cracki> need a line driver for that setup of yours? 2019-01-16T15:55:15 < Cracki> bad ribbon? 2019-01-16T15:55:20 < dongs> ribbon is fine. 2019-01-16T15:55:21 < Cracki> bad contacts? 2019-01-16T15:55:21 < karlp> it's the silicon 2019-01-16T15:55:24 < karlp> too flexy 2019-01-16T15:55:28 < dongs> i think it jsut adds too much capacitance 2019-01-16T15:55:30 < karlp> not orthodox enough 2019-01-16T15:55:35 < dongs> and the shit cant drive it 2019-01-16T15:56:00 < Haohmaru> wrongodox 2019-01-16T15:57:16 < Cracki> what was the goal of all this, besides avoiding lvds 2019-01-16T15:58:39 < Haohmaru> innovation 2019-01-16T15:58:41 < PeterM> im goin for too much cap too 2019-01-16T15:59:03 < karlp> hrm, git cherry is busted after updating pc. 2019-01-16T15:59:12 < karlp> still complets branch names for checkout and outer commands. 2019-01-16T16:00:07 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2019-01-16T16:00:32 < karlp> guessing it's this: https://github.com/git/git/commit/61018fe9e005a54e18184481927519d64035220a#diff-f37c4f4a898819f0ca4b5ff69e81d4d9 2019-01-16T16:00:38 < karlp> fuckers. makes no sense to me 2019-01-16T16:00:48 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-16T16:05:08 < dongs> https://i.redd.it/fz9u3knfira21.jpg found laurenc/b/ post 2019-01-16T16:05:48 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-16T16:06:02 < Haohmaru> dafuq is a key cleaner and why does it look like a mains power outlet? 2019-01-16T16:07:35 < dongs> youre not very bright are you 2019-01-16T16:07:44 < dongs> mebbe you need to get soem keys cleaned 2019-01-16T16:09:26 < Haohmaru> i adjust my brightness as i see fit 2019-01-16T16:09:34 < PeterM> he will be bright if he uses https://www.artlebedev.com/vilkus/ 2019-01-16T16:09:50 < kakimir> hello dongs 2019-01-16T16:10:05 < PeterM> hello sma 2019-01-16T16:15:31 < kakimir> should I visit the mall? 2019-01-16T16:15:38 < kakimir> is it worth the time? 2019-01-16T16:15:42 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-16T16:16:19 < PeterM> lol, just skimming zypsnips, see this: https://github.com/karlp/zypsnips/blob/master/simulation.advice.txt im not sure if R2COM and upgdman were trying to be funny or retarded because all the info to sim the toroid is in the graphs and charts in the fucking listing 2019-01-16T16:16:19 < Haohmaru> toss a coin 2019-01-16T16:21:20 < Cracki> some people can't detect irony... 2019-01-16T16:23:36 < karlp> I just thought it looked ok and kept it. I can't always judge on the spot whether some things are entirely valid :) 2019-01-16T16:24:09 < karlp> hrm, that's actually less useful than I thought 2019-01-16T16:24:21 < karlp> downgrade r2 to 1 useful... 2019-01-16T16:25:04 < Haohmaru> you're collecting useful conversations from this channel? 2019-01-16T16:28:05 -!- PeterM [~bgdwiepp@1.129.104.205] has quit [Ping timeout: 268 seconds] 2019-01-16T16:28:45 < karlp> can you read the /topic? 2019-01-16T16:29:01 < karlp> we're sure not here for the blaxter links. 2019-01-16T16:30:16 < Haohmaru> well i meant that they are rarer than gold 2019-01-16T16:30:27 < karlp> so, not really that rare then. 2019-01-16T16:30:59 < Haohmaru> but burried in sh*t 2019-01-16T16:33:13 < rajkosto> whats faster, jtag or swdio ? 2019-01-16T16:33:14 < karlp> well yeah, not much surface gold these days inthe world either... 2019-01-16T16:33:25 < karlp> rajkosto: do you prefer blue or red? 2019-01-16T16:33:42 < rajkosto> jtag has to run at 1MHz only for some reason on stm32 and its quite slow 2019-01-16T16:33:50 * karlp laughs 2019-01-16T16:33:56 < karlp> "has to" "for some reason" 2019-01-16T16:34:03 < dongs> {'G': 470953} 2019-01-16T16:34:04 < dongs> naisu 2019-01-16T16:34:13 < karlp> switching to swd won't fix intrinsic problems. 2019-01-16T16:34:23 < rajkosto> its because of clock tree setup when the chip is not running fully etc 2019-01-16T16:34:47 < karlp> "ur doin it wrong" 2019-01-16T16:36:13 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-16T16:36:57 < aandrew> hm interesting 2019-01-16T16:36:58 < rajkosto> it seems swd is actually faster 2019-01-16T16:37:00 < aandrew> STM32F107 has ethernet 2019-01-16T16:37:09 < aandrew> only LQFP though 2019-01-16T16:37:19 < aandrew> oh no there's a larger pkg bga 2019-01-16T16:38:59 < aandrew> F207 has a nicer pkg 2019-01-16T16:39:22 < aandrew> er no, it's .4mm pitch bga 2019-01-16T16:39:23 < aandrew> fuck that 2019-01-16T16:45:23 < kakimir> burning my roaming quota 2019-01-16T16:45:30 < kakimir> with youtubes random musics videos 2019-01-16T16:45:47 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-16T16:45:50 < kakimir> apparently it's 10MB per minute of 480p 2019-01-16T16:47:42 < Haohmaru> pick videos where there's minimum visuals ;P~ 2019-01-16T16:49:29 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-16T16:50:13 < kakimir> youtube should do service where you only receive the audio track of the musics video 2019-01-16T16:50:25 -!- mitrax [mitrax@lfbn-ncy-1-399-98.w83-196.abo.wanadoo.fr] has joined ##stm32 2019-01-16T16:50:48 < kakimir> so you listen the free musics without high bandwidth 2019-01-16T16:50:53 < Haohmaru> there's soundcloud and similar websites 2019-01-16T16:51:27 < kakimir> I need one kick ass song 2019-01-16T16:51:38 < kakimir> that I can play on repeat for next 4 days 2019-01-16T16:52:42 < karlp> mountain - stereolab 2019-01-16T16:52:56 < kakimir> that name sounds promising 2019-01-16T16:53:48 < dongs> kakimir: yeah, isntall the fucking shit called newpipe 2019-01-16T16:53:52 < dongs> and that can play audio only 2019-01-16T16:53:55 < Haohmaru> kakimir what genre? 2019-01-16T16:54:02 < dongs> https://newpipe.schabi.org/ 2019-01-16T16:54:08 < dongs> it can also play jewtub in a popup window 2019-01-16T16:54:16 < dongs> or in background as audio only etc 2019-01-16T16:54:28 < Steffanx> Fancy. 2019-01-16T16:54:32 < Steffanx> Buying 2019-01-16T16:54:36 < dongs> . its free 2019-01-16T16:54:45 < dongs> (and opensores) 2019-01-16T16:54:46 < Steffanx> Oh no playstore app? 2019-01-16T16:54:50 < dongs> its just apk 2019-01-16T16:54:55 < Cracki> videos with just a static "cover" actually compress very well. most of the bitrate is spent in the audio track 2019-01-16T16:54:58 < dongs> f-droid is some opensores repository 2019-01-16T16:55:03 < dongs> because ~freeduhms~ 2019-01-16T16:55:07 < dongs> but you can just download .apk there 2019-01-16T16:55:23 < Steffanx> Meh. 2019-01-16T16:55:37 < Cracki> but if you have a video with some kind of bargraph effects or even real camera footage... yeah 2019-01-16T16:56:05 < Cracki> you can try youtube-dl. frequently youtube hosts audio and video separately, which ytdl can select 2019-01-16T16:56:44 < karlp> as can newpipe... 2019-01-16T16:56:57 < karlp> and youtube-dl still needs a player right? 2019-01-16T16:57:22 < kakimir> youtube hosts audio only too? 2019-01-16T16:57:26 < Cracki> yes 2019-01-16T16:57:29 < kakimir> why? 2019-01-16T16:57:44 < Cracki> dunno, seems related to streaming it easier 2019-01-16T16:57:57 < Cracki> or the player selects what the platform can play 2019-01-16T16:58:16 < Cracki> (or has hw codecs for), aac, opus, ... h264, h265, vpx, ... 2019-01-16T16:59:47 < kakimir> whoops I had youtube autoplay on 2019-01-16T16:59:55 < kakimir> that's 50MB unnoticed 2019-01-16T17:00:17 < Steffanx> Hows china today? 2019-01-16T17:00:45 < Cracki> but thanks for the app recommendation, I'm sure I'll be using that 2019-01-16T17:02:28 < karlp> hrm, 60V/1250A. 2019-01-16T17:02:32 < karlp> that's going to be fun. 2019-01-16T17:03:01 < Thorn> planning a mining rig? 2019-01-16T17:03:27 < karlp> don't care, just measuring it. 2019-01-16T17:03:38 < karlp> not sure what they're doing here. 2019-01-16T17:06:13 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-16T17:06:20 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-16T17:09:16 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-16T17:11:16 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has quit [Ping timeout: 252 seconds] 2019-01-16T17:15:40 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-16T17:16:56 < dongs> aandrew: ribbon was total fail 2019-01-16T17:17:00 < dongs> re-wired using transformer wire only 2019-01-16T17:17:04 < dongs> and a fat gnd trace 2019-01-16T17:17:18 < dongs> either 0 or 2-3 errors per gb 2019-01-16T17:17:35 < dongs> clk/snc/data = transformer wire 2019-01-16T17:17:56 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-16T17:20:58 < kakimir> Steffanx: little kids scream and clown around me in mcdonalds, service in places is really nice, suppliers treat us as gods and next visit the internet to outside world is probably completelly sealed to totally unusable level 2019-01-16T17:21:58 < kakimir> little known fact: sh had a couple of decaides back 30k population 2019-01-16T17:22:07 < kakimir> this place is completelly new 2019-01-16T17:22:39 < kakimir> but also everything but really nice places look old 2019-01-16T17:23:47 < kakimir> 5years old factory can look like it was made in 60s 2019-01-16T17:28:31 < kakimir> taste of ginger and frying is in everything 2019-01-16T17:31:21 < Cracki> old because grimy, or anachronistic architecture? 2019-01-16T17:32:22 < mitrax> beware of elevators :p 2019-01-16T17:33:01 < Cracki> did one bite you? 2019-01-16T17:33:59 < kakimir> I'm in 5 star hotel 2019-01-16T17:34:10 < kakimir> this place has Kone elevators 2019-01-16T17:34:19 < mitrax> no but in some of those buildings the elevators were making screechy noises and were obviously not maintained 2019-01-16T17:34:59 < kakimir> in factories big cargo elevators are used to enter facilities 2019-01-16T17:37:03 < kakimir> in one place the door made banging noises and hardly closed 2019-01-16T17:37:32 < mitrax> that's what i'm refering to :) 2019-01-16T17:37:42 < aandrew> 2 or 3 errors per gigabit? that's not acceptable? are you sure the errors are not coming from the source? 2019-01-16T17:39:21 < dongs> aandrew: yeah not from source. its same bit shift stuff 2019-01-16T17:39:28 < dongs> i dont carea bout these 2019-01-16T17:39:32 < dongs> this shows proof of concept works 2019-01-16T17:39:32 < aandrew> ok 2019-01-16T17:39:52 < dongs> one 500meg capped 100% clean 2019-01-16T17:39:56 < Cracki> time to ass error correction maybe :P 2019-01-16T17:39:57 < dongs> ~900megs had like 2 errors 2019-01-16T17:39:57 < dongs> so.. 2019-01-16T17:40:13 < Cracki> *add 2019-01-16T17:40:16 < Cracki> but ass works too 2019-01-16T17:40:44 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-16T17:42:01 < kakimir> traffic is not as bad as I expected 2019-01-16T17:42:24 < kakimir> even after being in traffic crash today I think it's pretty fine 2019-01-16T17:43:30 < kakimir> I saw the crash to occur 2 seconds before it did but I didn't want to distract the driver who didn't talk english 2019-01-16T17:44:34 < kakimir> things like traffic lights are respected 2019-01-16T17:45:07 < kakimir> and walkways usually but if the driver uses horn it means don't fucking go there 2019-01-16T17:45:18 < aandrew> so the bit shifts are likely do to the HDL design and not SI is what you're saying 2019-01-16T17:45:19 < day> kakimir: you were in the car? 2019-01-16T17:45:25 < kakimir> yes 2019-01-16T17:45:38 < kakimir> really nice new audi suv 2019-01-16T17:46:15 < day> sucks. but i had something similar, luckily didnt end in a crash. but i knew as well in the situation, that it was pointless to talk 2019-01-16T17:46:32 < day> totalled? 2019-01-16T17:46:44 < kakimir> I was also a little bit curious to see what would happen 2019-01-16T17:46:49 < day> kek 2019-01-16T17:47:12 < kakimir> bumpers smashed 2019-01-16T17:47:25 < kakimir> driving lights on one side 2019-01-16T17:49:29 < kakimir> everything tastes and smells like ginger and frying 2019-01-16T17:49:34 < kakimir> even the air 2019-01-16T17:51:31 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-16T17:51:39 < dongs> https://www.bbc.com/news/uk-46884697 bad news for laurence/b/ 2019-01-16T17:56:15 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-16T18:00:01 < bitmask> do you ever use 1206 resistors? 2019-01-16T18:00:11 < aandrew> sometimes 2019-01-16T18:00:33 < bitmask> hmm ok 2019-01-16T18:00:34 < aandrew> if you need the spacing for voltage, ESD or creep/strike 2019-01-16T18:00:44 < aandrew> sometimes again for power rating 2019-01-16T18:01:31 < bitmask> thats out of my knowledge (except power rating of course) but I'll keep em in my cart 2019-01-16T18:01:50 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-16T18:01:52 < bitmask> I hope ali doesn't erase carts after a certain time 2019-01-16T18:02:04 < aandrew> I've had some items in my ali cart for over a year 2019-01-16T18:02:09 < aandrew> don't trust it 2019-01-16T18:02:12 < kakimir> bitmask: power 2019-01-16T18:02:13 < aandrew> but they don't appear to 2019-01-16T18:02:16 < bitmask> yea ive had stuff in there a while too, not quite that long though 2019-01-16T18:06:21 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-16T18:16:05 < karlp> weðve used even bigger than 1206 resistors for power reasons 2019-01-16T18:16:18 < karlp> unisolated capactive ac powersupplies hwee 2019-01-16T18:19:04 < Cracki> ali has "wishlists". I've never seen them delete anything. even when the listing is removed, I see a shadow of it in the list 2019-01-16T18:21:08 -!- cnt [uid317556@gateway/web/irccloud.com/x-tfshckfrvwgausvm] has quit [Quit: Connection closed for inactivity] 2019-01-16T18:43:05 < c10ud> anyone uses PTC Creo? 2019-01-16T18:45:47 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 240 seconds] 2019-01-16T18:56:24 < Cracki> nope, only heard of it, appears to be useful for artistic product design beyond utilitarian construction 2019-01-16T18:56:41 < Cracki> but then everyone does nurbs and t-splines and all that nowadays 2019-01-16T18:59:16 -!- paul_99 [~paul@89.129.15.186] has quit [] 2019-01-16T19:08:21 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-16T19:08:37 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-16T19:09:25 < Cracki> disappears in a c10ud of smoke 2019-01-16T19:15:54 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has joined ##stm32 2019-01-16T19:24:44 < aandrew> they use it where I had my last contract 2019-01-16T19:33:06 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-16T19:33:31 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-16T19:33:44 -!- Drzacek [~Drzacek@200116b8004f6800c07105446efb646e.dip.versatel-1u1.de] has joined ##stm32 2019-01-16T19:34:54 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-16T19:39:17 < englishman> dongs: yes with python 2019-01-16T19:44:06 < specing> kakimir: new audi suv? Aren't you driving around in electric taxis? 2019-01-16T19:44:54 < Steffanx> no those burn 2019-01-16T19:45:00 < Steffanx> in flames 2019-01-16T19:46:37 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:a148:a78b:d496:b927] has joined ##stm32 2019-01-16T19:52:27 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-16T20:01:48 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 246 seconds] 2019-01-16T20:01:55 < englishman> newpipe is fuckin great 2019-01-16T20:03:37 < PaulFertser> Too bad android is such a pos though. 2019-01-16T20:20:02 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 250 seconds] 2019-01-16T20:26:11 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-16T20:55:03 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:a148:a78b:d496:b927] has quit [Quit: Konversation terminated!] 2019-01-16T21:05:36 < Steffanx> work for me PaulFertser 2019-01-16T21:06:44 < PaulFertser> Steffanx: newpipe can't save to uSD card due to some insane API decisions. 2019-01-16T21:11:54 < Steffanx> oh i happen to have no usd card in my phone anyway 2019-01-16T21:29:25 < Laurenceb> https://www.imgoat.com/uploads/1fefc0e570/186377.jpg 2019-01-16T21:30:16 < Steffanx> pastor /b/axter 2019-01-16T21:31:15 < Laurenceb> correct 2019-01-16T21:31:26 < Thorn> musics https://www.youtube.com/watch?v=uWYTTQFyt74 2019-01-16T21:33:14 < Steffanx> no cats? 2019-01-16T21:33:34 < Thorn> 2 new videos today, also owls 2019-01-16T21:36:14 -!- ski7777 [~quassel@91.67.127.193] has quit [Read error: Connection reset by peer] 2019-01-16T21:36:36 -!- ski7777 [~quassel@ip5b437fc1.dynamic.kabel-deutschland.de] has joined ##stm32 2019-01-16T21:51:30 -!- Drzacek [~Drzacek@200116b8004f6800c07105446efb646e.dip.versatel-1u1.de] has quit [Quit: Leaving] 2019-01-16T21:53:06 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-16T22:07:00 < Laurenceb> keek wut 2019-01-16T22:07:04 < Laurenceb> >2119 an-148 2019-01-16T22:07:44 < Laurenceb> antonov 148 is a google manually curated result 2019-01-16T22:11:43 < Laurenceb> Rei has been busy 2019-01-16T22:13:35 < Cracki> lol the chinese have trained an AI to tell if you're a criminal from nothing but your face 2019-01-16T22:13:41 < Laurenceb> uh oh 2019-01-16T22:13:44 < Cracki> physiognomy confirmed 2019-01-16T22:15:56 < Cracki> soon they'll look for ways to FORBID a neural network from learning truth 2019-01-16T22:17:14 < Cracki> and then they morph your face towards criminal/non-criminal and you absolutely see why it works 2019-01-16T22:21:44 -!- cnt [uid317556@gateway/web/irccloud.com/x-vfcqgqdjncgggeiw] has joined ##stm32 2019-01-16T22:22:46 < Laurenceb> We have turned in the last couple of years into a spineless, grasping, bigoted little shithole of a nation where foreigners fear being attacked walking down the streets, decent MPs are shot outside their offices, people voluntarily vote to make themselves poorer to be allowed to kick out some foreigners 2019-01-16T22:23:23 < Laurenceb> ftw bong 2019-01-16T22:23:55 < cnt> tnp 2019-01-16T22:24:17 < bitmask> what up bois 2019-01-16T22:25:12 -!- sterna [~Adium@c-f1e0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-16T22:25:20 < specing> NMI is up 2019-01-16T22:25:23 < Cracki> wondering how to squeeze single float to ascii decimal into few bytes of code 2019-01-16T22:25:59 < Cracki> that avr libc wants a thousand bytes extra for the privilege 2019-01-16T22:26:45 < specing> Cracki: just dump it in hex 2019-01-16T22:26:48 < Cracki> I think I'm gonna go with a slow algorithm that's simple at least 2019-01-16T22:27:22 < Cracki> I know there are hex floats but I'm not sure I can make the boss/customer eat that 2019-01-16T22:28:14 < Cracki> looky, c++ has them starting from c++17 2019-01-16T22:30:17 < specing> Why are you doing floats on an avr? 2019-01-16T22:30:23 < specing> in a stm32 channel? 2019-01-16T22:30:36 < Cracki> just giving them a GUI would be easier but I can tell they want a serial text interface as well 2019-01-16T22:30:52 < specing> you can tell? 2019-01-16T22:30:57 < specing> in written format? 2019-01-16T22:31:40 < Cracki> cats! https://www.youtube.com/watch?v=azsjGTcYCwQ 2019-01-16T22:48:57 < Steffanx> Hows your avr doing today specing ? 2019-01-16T22:49:07 < Steffanx> iirc we met for the first time in #avr 2019-01-16T22:50:13 < specing> no usable toolchain Steffanx, otherwise fine 2019-01-16T22:50:40 < specing> and I've decided to migrate to cortex-m*, anyway 2019-01-16T22:52:35 < Steffanx> :) 2019-01-16T22:56:20 < specing> and AVRs were expensive to debug (dragon was like 50 eur or sth, while st-link is everywhere on cheap kits) 2019-01-16T22:56:26 < specing> not that I need debugging nowadays 2019-01-16T23:16:27 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:5c92:11a1:8dcf:8be7] has joined ##stm32 2019-01-16T23:23:58 < specing> Does anyone know how to mix .rodata and .text sections with gcc? Right now there is stuff in .rodata that is accessed by a pointer stored together with the code, but I'd like it to skip that if possible 2019-01-16T23:30:49 < zyp> why? 2019-01-16T23:32:33 < specing> why not? 2019-01-16T23:32:57 < specing> saves some code space and makes things faster. win-win 2019-01-16T23:33:46 < zyp> how do you figure? 2019-01-16T23:34:14 < zyp> is this like a small object in .rodata and you want it emitted directly into the constant pool rather than a pointer to it? 2019-01-16T23:34:25 < specing> yes, e.g. strings 2019-01-16T23:34:37 < zyp> strings are not small objects 2019-01-16T23:34:43 < specing> why not? 2019-01-16T23:36:22 < specing> and it does not matter. they are both accessed indirectly and the processor does not care whether the pointer to them is pc+0xwhatever or .rodata+0xwhateverelse 2019-01-16T23:37:05 < zyp> so what's the problem then? 2019-01-16T23:38:55 < specing> double indirection 2019-01-16T23:39:22 < specing> I'd like to save the additional load and 4 bytes of flash 2019-01-16T23:40:36 < karlp> is it actually _doing_ double indirection? 2019-01-16T23:40:43 < specing> yes 2019-01-16T23:40:49 < specing> I checked disassembly 2019-01-16T23:40:56 < karlp> just checking, lots of people assume things like that witthout looking at the dissassembly 2019-01-16T23:41:11 < zyp> loading a pointer from the constant pool and generating a pointer to the constant pool shouldn't be all that different, speed wise 2019-01-16T23:41:18 < karlp> Personally, I justt love the "not that I need debugging nowadays" line 2019-01-16T23:41:49 < zyp> and I don't think there's any way to ask the compiler to throw a string into the constant pool either 2019-01-16T23:41:53 < specing> ldr rsth, pc+... followed by a branch with link 2019-01-16T23:42:13 < specing> zyp:it is different, it increases memory pressure and inflates storage requirements 2019-01-16T23:42:27 < specing> karlp: well, it is actually true :) 2019-01-16T23:42:28 < karlp> Thorn: nice jeanette pick :) 2019-01-16T23:43:06 < zyp> specing, well, in theory, but have you measured the difference in practice? 2019-01-16T23:43:28 < specing> zyp: no, I only checked disassembly 2019-01-16T23:44:02 < zyp> the constant pool is local, so if you're on a highend chip, it's probably already in cache so the load just fetches it from there 2019-01-16T23:44:33 < specing> I'm on m0: stm32f072 2019-01-16T23:44:46 < zyp> also, having a shared string pool in .rodata lets the compiler deduplicate strings 2019-01-16T23:45:25 < zyp> and first of all 2019-01-16T23:45:50 < specing> zyp: It doesen't have to store all strings with program code. Just the ones that are not accessed from outside the function 2019-01-16T23:45:50 < zyp> what the fuck are you doing with strings that makes you worry so much about performance that you are microoptimalizing it? 2019-01-16T23:46:22 < specing> I like reading disassembly, zyp. Having double indirections makes it harder to follow 2019-01-16T23:46:33 < zyp> use a better disassembler 2019-01-16T23:46:51 < specing> ... 2019-01-16T23:46:55 < karlp> "I don't debug" "I read disassembly".... ? 2019-01-16T23:47:10 -!- jadew_test [~jadew_tes@82.137.15.58] has joined ##stm32 2019-01-16T23:47:15 < jadew_test> https://i.imgur.com/aN0aDJw.jpg 2019-01-16T23:47:33 < specing> karlp: no, not needing debug is due to a different reason 2019-01-16T23:47:38 -!- jadew_test is now known as wedaj 2019-01-16T23:47:43 < zyp> no really, if you're doing some serious digging in disassembly, IDA helps a lot 2019-01-16T23:48:43 < specing> binutils objdump generates nice disassembly with high level code mixed in 2019-01-16T23:48:50 < specing> so I've got that covered 2019-01-16T23:51:49 < zyp> haha 2019-01-16T23:51:57 < zyp> are you looking at unoptimized code? 2019-01-16T23:54:04 < specing> no, -Os 2019-01-16T23:54:10 < antto> i tried this "cutter" tool, it reads binaries and it can even describe the instructions 2019-01-16T23:54:50 -!- sterna [~Adium@c-f1e0e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-16T23:55:30 < qyx> jpa-: do I understand it correctly that I don't need to have a .proto file nor to run protoc if I am going to use pb_encode_varint, pb_decode_tag and such functions manually? 2019-01-16T23:56:17 < specing> So... does anyone know how? 2019-01-16T23:56:31 < antto> i meant this: https://en.wikipedia.org/wiki/Radare2 with the "Cutter" visualisation thing --- Day changed Thu Jan 17 2019 2019-01-17T00:00:47 < karlp> specing: so, just putting them in the same section isn't enough? 2019-01-17T00:02:08 < specing> karlp: I'm not putting them in the same section, gcc puts them in .rodata 2019-01-17T00:02:29 < specing> or rather binutils, since linking is binutils's job 2019-01-17T00:03:02 < karlp> so... put them in the same section then, if that's what youy want. 2019-01-17T00:03:16 < specing> I don't know how! 2019-01-17T00:03:28 < specing> Thats why am asking 2019-01-17T00:03:29 < karlp> oh well, I'm sure you'll figure it out. 2019-01-17T00:03:53 -!- con3 [~kvirc@197.233.31.149] has joined ##stm32 2019-01-17T00:04:21 < cnt> Good morning 2019-01-17T00:04:50 < antto> eh? 2019-01-17T00:05:00 * antto adjusts cnt's solar clock 2019-01-17T00:06:56 < cnt> Hi sir 2019-01-17T00:07:16 < antto> hai 2019-01-17T00:07:42 < antto> "sir" .. that sounds very official 2019-01-17T00:08:39 < cnt> https://usercontent.irccloud-cdn.com/file/2JKL14oW/proime+ministuh.JPG 2019-01-17T00:08:57 < cnt> Laurence your PM turned into a bird 2019-01-17T00:11:26 -!- wedaj [~jadew_tes@82.137.15.58] has quit [Ping timeout: 250 seconds] 2019-01-17T00:33:39 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:5c92:11a1:8dcf:8be7] has quit [Quit: Konversation terminated!] 2019-01-17T00:42:04 -!- con3 [~kvirc@197.233.31.149] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-17T01:12:21 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-17T01:12:24 < Laurenceb_123> muh freedoms 2019-01-17T01:12:30 < Laurenceb_123> muh aunt is now a cucknadian 2019-01-17T01:12:56 < Laurenceb_123> cuz ebil bigoted and racist brexit 2019-01-17T01:23:22 < karlp> spi slave is teh suck. 2019-01-17T01:33:34 < karlp> I'm a byte behind on doing "register read" sttuff 2019-01-17T01:35:13 * karlp goes to look at spi slave sheeets to see what read/write hold times I should be allowed torequire 2019-01-17T01:36:49 < karlp> bah, I've got more than 4us, should be plenty of time. 2019-01-17T01:47:16 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-17T01:50:14 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-17T01:50:14 -!- [1]MrMobius is now known as MrMobius 2019-01-17T01:59:49 -!- con3 [~kvirc@197.233.31.149] has joined ##stm32 2019-01-17T02:00:21 -!- con3 [~kvirc@197.233.31.149] has quit [Client Quit] 2019-01-17T02:01:18 -!- con3 [~kvirc@197.233.31.149] has joined ##stm32 2019-01-17T02:17:51 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-17T02:20:59 < Laurenceb_123> https://www.imgoat.com/uploads/1fefc0e570/186434.png 2019-01-17T02:23:21 < Laurenceb_123> meanwhile in bongland https://www.imgoat.com/uploads/1fefc0e570/186436.jpg 2019-01-17T02:39:37 < englishman> PaulFertser: i agree the sdcard thing is a horrible choice for google to make. along with not putting sdcard slots on their phones. 2019-01-17T02:48:27 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 268 seconds] 2019-01-17T02:50:53 < mawk> karlp: the MRF24J40 module doesn't implement the MAC part of 802.15.4 ? 2019-01-17T02:53:30 < mawk> in the IEEE802154_MRF24J40 driver in linux there's a dependance on the MAC802154 driver, which is the software MAC driver 2019-01-17T02:55:46 < mawk> or maybe it's not implemented in linux, all 802.15.4 drivers in it are dependent on it 2019-01-17T02:57:48 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-17T03:00:31 < dongs> good morning chat professionals 2019-01-17T03:00:45 < dongs> waht did google do 2019-01-17T03:01:00 -!- con3 [~kvirc@197.233.31.149] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-17T03:01:03 < dongs> oh save to sd 2019-01-17T03:01:05 < dongs> yeah whaetver 2019-01-17T03:07:20 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-17T03:11:17 < dongs> sup upgrdman are you still in china 2019-01-17T03:11:19 < dongs> hang out with kikemir 2019-01-17T03:11:28 -!- cnt [uid317556@gateway/web/irccloud.com/x-vfcqgqdjncgggeiw] has quit [Quit: Connection closed for inactivity] 2019-01-17T03:11:49 < upgrdman> dongs, ya 2019-01-17T03:11:54 < upgrdman> where is kakimir in cn? 2019-01-17T03:12:01 < dongs> shitzen i think so a bit far 2019-01-17T03:12:16 < dongs> damn how long has your current china shit been 2019-01-17T03:12:18 < dongs> isnt it like months 2019-01-17T03:12:25 < upgrdman> ah :( ya, quite far from me in shanghai 2019-01-17T03:12:44 < dongs> might as well just move to china at this point 2019-01-17T03:13:05 < upgrdman> ya lol kinda. ~2 months in china, 3 weeks in usa, 2 months in china, 3 weeks in usa, and now another 2 months in china :) 2019-01-17T03:13:07 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-17T03:13:12 < dongs> nice 2019-01-17T03:13:22 < upgrdman> but its ok. i got a chinagirl now. life is good 2019-01-17T03:13:28 < dongs> excellent 2019-01-17T03:14:57 < upgrdman> finally finding some chinese food that i like 2019-01-17T03:15:04 < upgrdman> some is super fucking good. 2019-01-17T03:15:58 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-17T03:18:59 -!- demental [hexo@base48.cz] has quit [Quit: ZNC - http://znc.in] 2019-01-17T03:18:59 -!- srk [sorki@fedora/sorki] has quit [Quit: ZNC - http://znc.in] 2019-01-17T03:18:59 -!- Adluc [Adluc@base48.cz] has quit [Quit: ZNC - http://znc.in] 2019-01-17T03:21:38 < Cracki> thanks upgrdman for telemetryviewer. that helped me play with controllers just yesterday 2019-01-17T03:27:03 -!- Adluc [Adluc@base48.cz] has joined ##stm32 2019-01-17T03:27:43 < upgrdman> Cracki, cool 2019-01-17T03:27:50 < upgrdman> youre welcome 2019-01-17T03:29:02 < Cracki> sad part is I think I'm gonna have to reinvent the wheel because I'm gonna need a back channel :P 2019-01-17T03:29:38 < Cracki> c++ with qt: tons of dlls, can't ship that. python + qt: customer might not be able to install python and shit 2019-01-17T03:30:15 < Cracki> java: perhaps :P but never used it. c# would need no additional runtime, but I haven't done that either 2019-01-17T03:30:39 -!- hexo_ [hexo@base48.cz] has joined ##stm32 2019-01-17T03:31:30 < upgrdman> back channel? as in be able to send data over the uart from the software? that's planned, but ya, no idea when i'll have time to implement it 2019-01-17T03:31:33 < Cracki> anyway, very cool stuff, I was surprised that it could handle drawing 16 values * 1 khz * 10 secs without breaking a sweat. graphics acceleration is great. 2019-01-17T03:31:42 < upgrdman> ya :) 2019-01-17T03:31:45 < Cracki> aye, read/write state in the controller 2019-01-17T03:32:21 < upgrdman> i regulared to 10kHz and plots shit loads of stuff at 4k60. but thats with a gtx1080 2019-01-17T03:32:21 < Cracki> also write new control loop programs... and for that I'm gonna need to do a simple asm/disasm and make it as user friendly as possible 2019-01-17T03:32:26 < upgrdman> regularly* 2019-01-17T03:32:48 < Cracki> hehe well my gtx560 on QHD worked well 2019-01-17T03:33:33 < upgrdman> good 2019-01-17T03:34:05 < upgrdman> and i still have lots of room for improvement. still using the old fixed function poopline opengl stuff in many places 2019-01-17T03:34:49 -!- srk [sorki@fedora/sorki] has joined ##stm32 2019-01-17T03:38:11 < Laurenceb_123> https://www.imgoat.com/uploads/1fefc0e570/186447.jpg 2019-01-17T03:38:19 < Laurenceb_123> Libya NO 2019-01-17T03:39:29 -!- jon1012 [~jon1012@foresight/developer/jon1012] has quit [Read error: Connection reset by peer] 2019-01-17T03:39:45 -!- jon1012 [~jon1012@foresight/developer/jon1012] has joined ##stm32 2019-01-17T03:40:57 < Cracki> hmmm now I'm actually considering java too... executable size looks acceptable. most of it is opengl stuff 2019-01-17T03:41:58 < upgrdman> Cracki, the jar is way oversize too. it contains opengl stuff for windows AND linux AND macos 2019-01-17T03:42:04 < Cracki> and arm 2019-01-17T03:42:06 < Cracki> I looked :> 2019-01-17T03:42:08 < upgrdman> ya 2019-01-17T03:42:10 < upgrdman> :) 2019-01-17T03:46:48 -!- mawk [sabu@znc.serveur.io] has quit [Ping timeout: 252 seconds] 2019-01-17T03:54:05 -!- cnt [uid317556@gateway/web/irccloud.com/x-ajpheahbitpsuplm] has joined ##stm32 2019-01-17T03:56:34 -!- mawk [sabu@znc.serveur.io] has joined ##stm32 2019-01-17T03:56:57 -!- mawk is now known as Guest95179 2019-01-17T03:57:31 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 268 seconds] 2019-01-17T03:59:13 -!- Guest95179 is now known as mawk 2019-01-17T04:02:46 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has quit [Ping timeout: 272 seconds] 2019-01-17T04:11:37 < englishman> http://stm32.pro 2019-01-17T04:12:08 < englishman> what the shit are you doing back in china 2019-01-17T04:12:55 < upgrdman> xray stuff, as usual 2019-01-17T04:13:22 < englishman> i got upgraded to lazer stuff 2019-01-17T04:13:30 < englishman> both visible and INvisible 2019-01-17T04:13:40 < upgrdman> "do not look into lazer with remaining eye" 2019-01-17T04:14:04 < englishman> today i got to control a 5kW lazer with mmbt3906 2019-01-17T04:14:06 -!- psprint [~psprint@91.245.82.2] has quit [Read error: Connection reset by peer] 2019-01-17T04:14:35 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-17T04:14:47 < upgrdman> nice 2019-01-17T04:14:54 < upgrdman> what are you doing. cutting metal sheets? 2019-01-17T04:15:15 < englishman> no it's a laser instrumentation company so all the lasors are for r&d or calibration 2019-01-17T04:18:06 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has quit [Ping timeout: 246 seconds] 2019-01-17T04:18:29 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has quit [Ping timeout: 268 seconds] 2019-01-17T04:20:09 -!- television [~alex@unaffiliated/arexr] has quit [Ping timeout: 244 seconds] 2019-01-17T04:21:53 -!- CheBuzz [~CheBuzz@204.77.3.219] has joined ##stm32 2019-01-17T04:21:53 -!- CheBuzz [~CheBuzz@204.77.3.219] has quit [Changing host] 2019-01-17T04:21:53 -!- CheBuzz [~CheBuzz@unaffiliated/chebuzz] has joined ##stm32 2019-01-17T04:23:16 -!- television [~alex@unaffiliated/arexr] has joined ##stm32 2019-01-17T04:33:54 -!- zygron_ [mitrax@lfbn-ncy-1-399-98.w83-196.abo.wanadoo.fr] has joined ##stm32 2019-01-17T04:34:03 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Ping timeout: 250 seconds] 2019-01-17T04:45:37 -!- CygniX- [~CygniX@2605:6400:30:fdc6:68:f4:4e:78] has joined ##stm32 2019-01-17T04:46:15 -!- Netsplit *.net <-> *.split quits: mitrax, CygniX, Lux 2019-01-17T04:58:59 < englishman> found PaulFertser https://i.imgur.com/J64oXRo.png 2019-01-17T05:11:08 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has joined ##stm32 2019-01-17T05:11:42 < Thorn> which one is him 2019-01-17T05:14:21 -!- Lux [~Luggi09@parabox.it-syndikat.org] has joined ##stm32 2019-01-17T05:22:20 < PeterM> hes behind the camera 2019-01-17T05:24:07 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-17T05:24:24 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has quit [Ping timeout: 252 seconds] 2019-01-17T05:33:23 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has joined ##stm32 2019-01-17T05:39:21 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Disconnected by services] 2019-01-17T05:39:22 -!- Cracki [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-17T05:43:30 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-17T05:50:34 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 244 seconds] 2019-01-17T05:54:07 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has quit [Ping timeout: 252 seconds] 2019-01-17T06:04:56 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has joined ##stm32 2019-01-17T06:07:25 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-17T06:10:09 < sync> upgrdman: what kind of microfocus tubes are for has in china? 2019-01-17T06:10:33 < upgrdman> sync, good microfocus doesnt exist in china afaik 2019-01-17T06:13:44 < sync> aww 2019-01-17T06:14:11 < sync> so I have to keep buying russian ones? 2019-01-17T06:14:20 < upgrdman> prolly 2019-01-17T06:14:30 < upgrdman> what kinda specs do you need 2019-01-17T06:14:42 < upgrdman> kv/ma/focal spot size/etc 2019-01-17T06:18:10 < sync> hmm, 50kV/1mA/sub 50µm would work 2019-01-17T06:20:05 < upgrdman> heh, all the china stuff i know is >= 200um 2019-01-17T06:20:24 < upgrdman> but for security applications, not microfocus 2019-01-17T06:21:56 < sync> yeah 2019-01-17T06:22:08 < sync> I want to look at BGAs and pcbs 2019-01-17T06:22:48 -!- benishor [~benny@79.116.215.144] has quit [Ping timeout: 250 seconds] 2019-01-17T06:22:55 < upgrdman> sync, no idea is this is suited to your application, but here's an amaerican microfocus option https://microxray.com/products/ 2019-01-17T06:23:14 < upgrdman> 5um, etc. 2019-01-17T06:25:45 < sync> yes but I don't want to sell two kidneys 2019-01-17T06:26:02 < upgrdman> understandable 2019-01-17T06:26:12 < Cracki> you can sell pieces of liver repeatedly. it grows back. 2019-01-17T06:26:51 < sync> protip, have three kidneys 2019-01-17T06:31:52 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 264 seconds] 2019-01-17T06:32:00 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-17T06:33:26 < sync> but good to know that china doesn't do proper tubes 2019-01-17T06:33:29 -!- cnt [uid317556@gateway/web/irccloud.com/x-ajpheahbitpsuplm] has quit [Quit: Connection closed for inactivity] 2019-01-17T06:34:05 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has joined ##stm32 2019-01-17T06:35:45 < R2COM> sup 2019-01-17T06:49:55 < upgrdman> sync, its possible they do, i don't do any work with microfocus. but every time that topic comes up, everyone i know looks to US or EU suppliers. 2019-01-17T06:51:37 -!- fc5dc9d4 [~quassel@p5B0813A9.dip0.t-ipconnect.de] has joined ##stm32 2019-01-17T06:55:57 -!- fc5dc9d4_ [~quassel@p5B081918.dip0.t-ipconnect.de] has quit [Ping timeout: 258 seconds] 2019-01-17T07:06:51 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Read error: Connection reset by peer] 2019-01-17T07:08:40 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-17T07:10:25 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Read error: Connection reset by peer] 2019-01-17T07:10:45 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-17T07:19:04 < PeterM> !wz penrith australia 2019-01-17T07:19:06 < englishbot> [Penrith, Australia] Clear. Temp is 42.1°C but feels like 46°C. 2019-01-17T07:22:59 -!- cnt [uid317556@gateway/web/irccloud.com/x-sfvfufbtocfvasdv] has joined ##stm32 2019-01-17T07:26:59 < cnt> China doesn’t do proper ____________ 2019-01-17T07:29:33 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-17T07:30:31 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-17T07:31:14 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has quit [Ping timeout: 252 seconds] 2019-01-17T07:33:58 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 268 seconds] 2019-01-17T07:34:30 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-17T07:51:05 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-17T07:51:51 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has joined ##stm32 2019-01-17T07:54:13 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 258 seconds] 2019-01-17T07:54:16 -!- day_ is now known as day 2019-01-17T07:59:57 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-17T08:01:23 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-17T08:03:10 -!- veegee_ [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2019-01-17T08:03:30 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Ping timeout: 246 seconds] 2019-01-17T08:05:22 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Client Quit] 2019-01-17T08:07:34 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-17T08:25:14 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2019-01-17T08:29:45 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2019-01-17T08:34:53 -!- sterna [~Adium@c-c2b8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-17T08:38:04 -!- benishor [~benny@86.123.21.243] has joined ##stm32 2019-01-17T08:47:16 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-17T08:55:21 -!- blacktronics [uid142493@gateway/web/irccloud.com/x-agqzrkhcovbbadii] has joined ##stm32 2019-01-17T08:56:53 < jpa-> qyx: correct 2019-01-17T09:05:24 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-17T09:08:37 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-17T09:32:12 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-17T09:36:43 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 245 seconds] 2019-01-17T09:38:03 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has quit [] 2019-01-17T09:39:53 -!- sterna [~Adium@c-c2b8d954.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-17T09:49:07 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-17T09:55:02 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-17T09:59:55 -!- marble_visions [~user@68.183.79.8] has quit [Quit: bye] 2019-01-17T10:00:37 -!- marble_visions [~user@68.183.79.8] has joined ##stm32 2019-01-17T10:04:18 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-17T10:15:12 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-17T10:16:00 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-17T10:16:14 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 268 seconds] 2019-01-17T10:21:36 < cnt> hmm 2019-01-17T10:34:34 < Steffanx> Mmh 2019-01-17T10:35:49 -!- drz3k [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-17T10:38:00 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has quit [Ping timeout: 252 seconds] 2019-01-17T10:38:26 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Ping timeout: 268 seconds] 2019-01-17T10:42:30 -!- mirage335 [~mirage335@204.141.172.74] has joined ##stm32 2019-01-17T10:47:26 -!- sk_tandt [~Thunderbi@83.149.169.242] has joined ##stm32 2019-01-17T11:01:21 < marble_visions> https://en.wikipedia.org/wiki/Const_(computer_programming)#C_convention do you follow this or do you place const before the type? 2019-01-17T11:01:49 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Quit: Leaving] 2019-01-17T11:03:11 < dongs> wut 2019-01-17T11:03:55 < marble_visions> indeed 2019-01-17T11:04:36 < dongs> i didnt read too much buit i think tehy're talking about the case when you have a pointer to const array but the pointer itself isnt const (i.e. it can be changed to another const array or wahtever 2019-01-17T11:12:16 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 246 seconds] 2019-01-17T11:12:30 < jpa-> marble_visions: i put const before the type in simple cases; but sometimes you have stuff like void * const *arg that looks weird no matter what 2019-01-17T11:13:31 < zyp> I always put const first 2019-01-17T11:13:43 < zyp> i.e. const foo_t foo; 2019-01-17T11:15:20 * Haohmaru too 2019-01-17T11:15:26 < zyp> the only sensible exception would be foo_t* const foo; which means that the pointer is const, not the base type, but I can't really imagine any situations where it would make sense to declare a const pointer 2019-01-17T11:16:11 -!- PeterM [~bgdwiepp@1.129.105.126] has joined ##stm32 2019-01-17T11:16:23 < Haohmaru> i might put it afterwards maybe for visual enhancement... if i got a pile of declarations with the same time and some are const.. 2019-01-17T11:16:52 < Haohmaru> * same type 2019-01-17T11:17:31 < dongs> are you one of those fags that aligns variable names on the longest type name before it 2019-01-17T11:17:38 < dongs> int faggot; 2019-01-17T11:17:42 < dongs> gaytype loser; 2019-01-17T11:17:44 < dongs> or wahtever 2019-01-17T11:18:37 < Haohmaru> i do it if i feel so, not always 2019-01-17T11:20:00 * Haohmaru strips away dongs' indentation 2019-01-17T11:21:02 < Steffanx> It makes muh structs look nice 2019-01-17T11:22:46 < marble_visions> const type reads better, but having type const is then uniform with the other times where you have type * const 2019-01-17T11:23:26 < Haohmaru> sprinkle const everywhere untill it stops compiling 2019-01-17T11:23:33 < Haohmaru> also constexpr 2019-01-17T11:23:37 < Haohmaru> mmm tasty 2019-01-17T11:24:00 < zyp> marble_visions, but when do you ever have type * const in real world code? 2019-01-17T11:25:04 < marble_visions> zyp: marks intention, but doesn't serve the API 2019-01-17T11:25:16 < marble_visions> means you're not going to modify the pointer 2019-01-17T11:26:53 < zyp> I know what it means, it just doesn't seem very useful 2019-01-17T11:28:19 < marble_visions> you can get compiler warnings if you try to do *var = blah, instead of var = blah 2019-01-17T11:28:32 < zyp> const is useful on stuff that's pass-by-reference because you know the function you call won't edit the original 2019-01-17T11:28:55 < marble_visions> yes, that's more important 2019-01-17T11:28:59 < zyp> but not very useful on stuff that's pass-by-value, since in that case changing the copy doesn't change the value anyway 2019-01-17T11:29:30 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-17T11:29:52 < zyp> and you generally don't pass pointers by reference unless as part of a struct, in which case it may make sense for the struct to be const 2019-01-17T11:30:55 < zyp> mixing up *var = blah and var = blah should give errors anyway, as *var and var are different types 2019-01-17T11:57:00 < karlp> I'm so glad upgrdman finally found some good chinese food. 2019-01-17T11:57:23 < cnt> stop me if you've heard this one before 2019-01-17T11:59:04 < Steffanx> Stooop 2019-01-17T12:00:35 < cnt> good morning steffan 2019-01-17T12:06:21 < PaulFertser> englishman: am I the anime girl on the left or the old fart on the right? Hm, considering my grumpy nature I guess I know the answer. Also, the girl handles some modern smartphone, so that can't be me, indeed. BTW, that map is from St.Petersburg, not Moscow. 2019-01-17T12:07:32 < zyp> PaulFertser, context? 2019-01-17T12:07:48 < PaulFertser> zyp: 05:58 < englishman> found PaulFertser https://i.imgur.com/J64oXRo.png 2019-01-17T12:07:57 < zyp> ah 2019-01-17T12:09:29 < Haohmaru> dat hair o_O 2019-01-17T12:11:05 < Haohmaru> those shoes look suspiciously big ;P~ 2019-01-17T12:11:49 < cnt> ANiMEY 2019-01-17T12:16:15 < Steffanx> Haohmaru sounds jappyish. Does it originate from anime, Haohmaru? 2019-01-17T12:16:28 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-17T12:16:47 < Haohmaru> Haohmaru is a character from the game samurai shodown ;P~ 2019-01-17T12:22:21 < Steffanx> Hm 2019-01-17T12:25:15 < cnt> [][] 2019-01-17T12:25:28 < Laurenceb_123> https://imgoat.com/uploads/1fefc0e570/186484.png 2019-01-17T12:26:00 < cnt> A mexican, a jew and a colored guy walk into a bar... The bartender looks up and says Get the fuck out of here 2019-01-17T12:28:44 < Haohmaru> 2019-01-17T12:51:39 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has quit [Ping timeout: 244 seconds] 2019-01-17T12:57:21 < PeterM> so, ive got a board that can use an ACS758/ACS770, the board works fine with either of them. the ACS758 is NRND but still in production. the ACS770 is "new" and also inproduciton. the ACS758 is cheaper than the ACS770, does anyone see any problems with using the ACS758 until its out of produiction? 2019-01-17T13:01:04 < jpa-> well, if you have tested with both, i can't see why not; i assume you have noted the differences like different allowed voltage ranges etc. 2019-01-17T13:07:30 < PeterM> yeah, they are very very close in performance, the older part is ever so slightly faster, and the new part has ever so slightly better offset, but both are well within my specs and have used both for testing (even mixed and matched) 2019-01-17T13:08:03 < PeterM> i think they're both fine, i was jsut double checking 2019-01-17T13:11:24 -!- sk_tandt [~Thunderbi@83.149.169.242] has quit [Quit: sk_tandt] 2019-01-17T13:12:27 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has quit [Ping timeout: 252 seconds] 2019-01-17T13:17:01 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has joined ##stm32 2019-01-17T13:18:19 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-17T13:21:24 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-17T13:21:24 -!- [1]MrMobius is now known as MrMobius 2019-01-17T13:29:42 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-17T13:32:52 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-17T13:32:52 -!- [1]MrMobius is now known as MrMobius 2019-01-17T13:34:09 < englishman> sorry PaulFertser. 2019-01-17T13:36:54 < PaulFertser> You're breaking the ##stm32 rules englishman, successful trolling here must be celebrated, no excuses can be appropriate. 2019-01-17T13:37:25 < Haohmaru> 2019-01-17T13:37:40 < Haohmaru> sh*t, i'm unable to spell today 2019-01-17T13:38:08 < englishman> for the record, I did imagine you as the old man. 2019-01-17T13:40:33 < PaulFertser> :) 2019-01-17T13:45:48 < dongs> wtf is X7S dielectric? 2019-01-17T13:46:00 < dongs> where does that fit on the chart 2019-01-17T13:47:24 < englishman> less than r 2019-01-17T13:47:45 < englishman> bro Im pretty sure this is on wikipedo 2019-01-17T13:47:46 < dongs> cap prices are retarded evn i nchian 2019-01-17T13:47:52 < Haohmaru> +/-22% maybe? 2019-01-17T13:47:53 < dongs> trying to buy 3 reels of 1210 10uF 50V 2019-01-17T13:48:02 < englishman> this company buys only y5v 2019-01-17T13:48:04 < dongs> like 12c 2019-01-17T13:48:07 < dongs> isnt that garbage? 2019-01-17T13:48:11 < dongs> y5v 2019-01-17T13:48:24 < englishman> cuz a) everything is calibrated b) at room temp 2019-01-17T13:48:24 < Haohmaru> X7S (−55/+125, ΔC/C0 = ±22%), 2019-01-17T13:48:42 < PeterM> yeah, also if not much dc bias y5v is fine 2019-01-17T13:49:09 < PeterM> and at super high dc bias, even x7r is garbage so what does it matter? 2019-01-17T13:49:11 < englishman> 10u50v will be expensive 2019-01-17T13:49:17 < dongs> certainly 2019-01-17T13:49:18 < englishman> no matter what 2019-01-17T13:49:27 < englishman> sur especially 2019-01-17T13:49:31 < englishman> x7r 2019-01-17T13:49:51 < PeterM> ive been using a lot of china aluminium polymer caps lately for 5-35v low esr, they're pretty damn good 2019-01-17T13:50:00 < dongs> what package are those? 2019-01-17T13:50:09 < dongs> this is just for output of dc/dc stepdown 2019-01-17T13:50:29 < PeterM> you can get either leaded or smd cans 2019-01-17T13:50:33 < dongs> oh you mean 2019-01-17T13:50:37 < englishman> what DC? bias 2019-01-17T13:50:40 < dongs> the alu FC style shit 2019-01-17T13:50:54 < dongs> yeah i have a footprint for that on the board 2019-01-17T13:51:01 < dongs> together with some mlcc 2019-01-17T13:52:28 < PeterM> im not sure i follow, "alu FC style" 2019-01-17T13:53:32 < Haohmaru> electrolytic? 2019-01-17T13:53:45 < PeterM> yeah, polymer electrolytic 2019-01-17T13:59:37 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-17T14:05:17 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 258 seconds] 2019-01-17T14:05:18 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-17T14:05:42 -!- davor_ is now known as davor 2019-01-17T14:21:07 < dongs> PeterM: https://media.digikey.com/photos/Panasonic%20Photos/FC%20SERIES%205.5H,4.0D_sml.jpg i.e. this shit 2019-01-17T14:21:17 * karlp cleverly adds fields to a struct stored in eeprom in the middle of another struct. 2019-01-17T14:22:53 < karlp> https://imgflip.com/i/2rcp4q 2019-01-17T14:23:52 < c10ud> karlp, just put a guard word at the end 2019-01-17T14:24:08 < c10ud> so you can invalidate it 2019-01-17T14:25:31 < karlp> oh, I alreayd have a mechanism for versioning the eeprom structure 2019-01-17T14:25:36 < karlp> just have to go and fuckign use it 2019-01-17T14:25:47 < PeterM> dongs: yeah sorta, same package, but the panasonic fc series is a normal wet electrolyte capacitor not a polymer electrolyte 2019-01-17T14:25:48 < karlp> and keep the old struct around so I can neatly do teh load/save properly. 2019-01-17T14:26:31 < dongs> PeterM: oh, isee. so the dry ones are better or wat 2019-01-17T14:27:36 < karlp> better in every way 2019-01-17T14:27:41 < PeterM> the dry ones are really really low ESR compared to the wet ones 2019-01-17T14:28:20 < dongs> how about case sizes 2019-01-17T14:28:29 < dongs> do tehy follow the same cas ABCD whaetver shit like panasonic stuff? 2019-01-17T14:28:30 < karlp> wet are cheaper, and higher voltages. 2019-01-17T14:28:34 < dongs> ah 2019-01-17T14:28:44 < dongs> cheaper is what i need then :D 2019-01-17T14:29:03 < karlp> they're still procs and cons, 2019-01-17T14:29:07 < karlp> wet dry out though, 2019-01-17T14:29:20 < PeterM> if its the output of a dc-dc and you're currently using ceramics, you can use a very small high voltage alu poly and come out ahead though 2019-01-17T14:29:36 < PeterM> because of the low esr, you need a much smaller cap comapred to wet 2019-01-17T14:30:34 < karlp> tant polys are pretty mcuh always better than tants though, iirc 2019-01-17T14:31:28 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-17T14:34:40 < PeterM> yeah, except in the $$$ market 2019-01-17T14:35:08 < PeterM> tant polys are lower esr and tend not to spontaneously combust 2019-01-17T14:35:47 < PeterM> whats your DC-DC converters outpout dongs? 2019-01-17T14:35:52 < dongs> hey 2019-01-17T14:35:54 < dongs> lemme open teh shit up 2019-01-17T14:36:01 < dongs> its chineseshit 2019-01-17T14:36:07 < dongs> 5V@12A 2019-01-17T14:36:32 < dongs> i currently have 47uF alu and 6x 10uF ceramic on output 2019-01-17T14:36:37 < PeterM> how many khz? but initially that sounds like an almost perfect place for alu poly 2019-01-17T14:36:44 < dongs> and 47uF 50V and 2x 10uF 50V ceramic on input 2019-01-17T14:36:51 < dongs> 600khz-1mhz 2019-01-17T14:38:00 < dongs> using SC8001 dc/dc 2019-01-17T14:42:52 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-17T14:46:00 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-17T14:46:00 -!- [1]MrMobius is now known as MrMobius 2019-01-17T14:46:05 < PeterM> 3 of ULR507M07D85RR http://www.manyue.com/standard/Man%20Yue_E_X-CON%20Catalogue16_ULR.pdf would easily beat what you currently have on the output i reckon in both price and performance 2019-01-17T14:46:23 < PeterM> whats your input voltage? 2019-01-17T15:04:22 < kakimir> the mall visited 2019-01-17T15:04:41 < kakimir> in exact words it's multiple buildings 2019-01-17T15:17:02 < kakimir> https://drive.google.com/file/d/1JTrt5h8xr0oe0Ku_5ztHgWgg36JP4pB6/view?usp=sharing some of them 2019-01-17T15:18:26 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-17T15:24:55 < dongs> PeterM: 12-35V 2019-01-17T15:26:52 < dongs> PeterM: anything like that in 50V? 2019-01-17T15:26:56 < dongs> in DIP 2019-01-17T15:26:58 < dongs> 330uf+ 2019-01-17T15:27:17 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-17T15:27:17 < kakimir> maybe it's sauna time.. cannot sleep at least in 2hours 2019-01-17T15:34:27 < kakimir> hotel has multiple saunas and pools 2019-01-17T15:35:52 < PeterM> dongs yeah, but not very cheaply - see if your chinagirl can find em - i have trouble getting 50v greater than 100uf in aluminium polymer (although they are still affordable compared to ceramics for the same effective capacitance) 2019-01-17T15:37:11 < kakimir> should getmyself chinagirl to do some sourcing and stuff in sh 2019-01-17T15:37:22 < dongs> emphasis on 'and stuff' 2019-01-17T15:37:23 < dongs> yes 2019-01-17T15:37:28 < PeterM> aishi pz series come in 50v 330uf 2019-01-17T15:37:29 < kakimir> yes 2019-01-17T15:37:41 < PeterM> dunno where to fucking get them though 2019-01-17T15:37:54 < kakimir> have you ever met your chinagirl dongs? 2019-01-17T15:38:26 < dongs> yes several times 2019-01-17T15:39:38 < kakimir> where? 2019-01-17T15:39:43 < dongs> in sz? 2019-01-17T15:39:51 < kakimir> ye 2019-01-17T15:39:52 < dongs> and i got her to come to HK when i was there for some event 2019-01-17T15:40:37 < kakimir> https://drive.google.com/file/d/1OuLsPDpK4fbt-mS-S55N1-VhmdzkQ8Ay/view?usp=sharing advert in dress store 2019-01-17T15:40:59 < kakimir> slash entry to metro slash crossing the street 2019-01-17T15:41:06 < kakimir> via metro 2019-01-17T15:43:14 < dongs> sounds normal 2019-01-17T15:43:16 < Haohmaru> personalized ad, it looks like that only to you 2019-01-17T15:56:08 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-17T15:58:06 < kakimir> metro was very fine 2019-01-17T16:02:36 < kakimir> saw insanelly massive building on way from baoan to some direction 2019-01-17T16:04:42 < kakimir> shengshen international convention and exhibition center 2019-01-17T16:05:13 < kakimir> floorarea half a million square meters 2019-01-17T16:05:17 < Laurenceb> the finngolian returns to his homeland 2019-01-17T16:07:59 < kakimir> I think it was couple of kilometers long 2019-01-17T16:08:34 < kakimir> anyway time to go to sauna 2019-01-17T16:08:37 < kakimir> > 2019-01-17T16:10:10 < aandrew> dongs: status report on ts shit 2019-01-17T16:10:58 < dongs> works 100% 2019-01-17T16:11:46 < dongs> does yosys (lol) support machxo2 100% 2019-01-17T16:11:51 < dongs> or does it only do some weird shit 2019-01-17T16:12:38 < zyp> isn't it mainly ice40? 2019-01-17T16:12:58 < dongs> thats why i asked 2019-01-17T16:13:54 < aandrew> daveshah in ##fpga would have that answer 2019-01-17T16:24:03 < Laurenceb> I need to find Rei 2019-01-17T16:24:42 -!- PeterM [~bgdwiepp@1.129.105.126] has quit [Ping timeout: 250 seconds] 2019-01-17T16:24:58 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-17T16:27:53 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-17T16:31:09 < karlp> they're looking at lattice epc5 I think as next best supported, not mach x02/3 at all from what I read. 2019-01-17T16:32:38 < dongs> i see 2019-01-17T16:32:39 < dongs> rip then 2019-01-17T16:32:42 < dongs> i tried lattice tools once 2019-01-17T16:32:45 < dongs> it was so fucking terrible 2019-01-17T16:32:49 < dongs> its basically a collection of random payware 2019-01-17T16:32:58 < dongs> from modelsim, some random synthesizer company 2019-01-17T16:32:59 < dongs> etc 2019-01-17T16:33:09 < dongs> just a bunch of shitcalling random .exes tied togethwer with gay tcl scripts 2019-01-17T16:34:49 < Haohmaru> dongs makes teh best reviews 2019-01-17T16:35:28 < aandrew> yeah icecube2 is ass 2019-01-17T16:35:31 < aandrew> diamond wasn't bad 2019-01-17T16:35:34 < aandrew> but they have some new shit out now 2019-01-17T16:36:38 < Thorn> synplify pro is not a "random synthesizer" 2019-01-17T16:37:19 < dongs> yes that 2019-01-17T16:37:30 < dongs> yes its a "random synthesizer" 2019-01-17T16:55:17 < Laurenceb> https://www.imgoat.com/uploads/1fefc0e570/186590.png 2019-01-17T16:55:44 < rajkosto> i member when ##fpga was ##stm32 now its the opposite 2019-01-17T16:56:16 < specing> This has always been ##/b/ 2019-01-17T17:03:12 < aandrew> heh 2019-01-17T17:04:33 < karlp> 1.1milllllllion volt dc 2019-01-17T17:04:58 -!- drz3k [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-17T17:07:58 < specing> karlp: Im shocked 2019-01-17T17:09:20 < karlp> 3000km, 12GW. 2019-01-17T17:09:21 < karlp> nice one china 2019-01-17T17:09:38 < karlp> in other news, mains was 52hz here yesterday. good jobs 2019-01-17T17:11:54 < specing> 52hz??? Isn't that waaaaay out of regulations? 2019-01-17T17:12:41 < Haohmaru> karlp wowz, where's that? 2019-01-17T17:13:38 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 268 seconds] 2019-01-17T17:16:46 < karlp> big UHVDC line in china: https://www.google.com/maps/dir/44.65,89.123611/31.005556,+118.572222/@37.3298208,94.6898861,5z/data=!4m6!4m5!1m0!1m3!2m2!1d118.572222!2d31.005556?hl=en 2019-01-17T17:17:33 < karlp> 52 hz is out of line yes, they say they guarantee 47-52 100% of the time. and 49.5-50.5 99.5% of the time. 2019-01-17T17:18:02 < specing> 12GW at 1.1 MV is 10kA wow 2019-01-17T17:18:12 < specing> those must be some thick wires 2019-01-17T17:21:06 < qyx> karlp: is your grid freq-synced to eu? 2019-01-17T17:21:14 < qyx> or totally independent 2019-01-17T17:21:42 < qyx> I mean idk if there is any underwater cable 2019-01-17T17:21:59 < specing> that looks totaly independent, here in EU we had something like 0.1 Hz deficiency a year ago and it generated a lot of news reports 2019-01-17T17:23:29 -!- cnt [uid317556@gateway/web/irccloud.com/x-sfvfufbtocfvasdv] has quit [Quit: Connection closed for inactivity] 2019-01-17T17:33:24 < karlp> well, it wasn't for very long. just digging up our own records of it. the one minute aggregates only show a spike up to 50.3 or something 2019-01-17T17:33:33 < karlp> qyx: totally independent network. 2019-01-17T17:35:00 < specing> karlp: do you manage a factory down there? 2019-01-17T17:44:40 -!- blacktronics [uid142493@gateway/web/irccloud.com/x-agqzrkhcovbbadii] has quit [Quit: Connection closed for inactivity] 2019-01-17T17:50:22 < karlp> here: https://imgur.com/a/40kdRiZ 2019-01-17T17:50:24 < aandrew> karlp: if it's HVDC it doesn't have a frequency 2019-01-17T17:50:25 < karlp> down where? 2019-01-17T17:50:34 < karlp> I'ðm talking about two separate thigns. 2019-01-17T17:50:37 < aandrew> karlp: ah 2019-01-17T17:50:39 < karlp> wooo big dc line in china 2019-01-17T17:50:47 < karlp> boo bad net management in iceland 2019-01-17T17:50:55 < karlp> network's too small vs the bigger consumers 2019-01-17T17:51:04 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 258 seconds] 2019-01-17T18:03:37 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-17T18:29:35 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-17T18:31:20 < kakimir> dongs: anything fun in sh? 2019-01-17T18:31:39 < dongs> nah i donno 2019-01-17T18:31:51 < dongs> i mostly stayed at chiangirl office or went around to places i needed to visit for workshti 2019-01-17T18:31:56 < dongs> and then just sleep 2019-01-17T18:31:59 < kakimir> yes 2019-01-17T18:32:08 < kakimir> this is "work place" 2019-01-17T18:32:14 < kakimir> purell 2019-01-17T18:32:18 < kakimir> purelly 2019-01-17T18:32:33 < Haohmaru> let me see u work it 2019-01-17T18:32:51 < Haohmaru> 2019-01-17T18:33:07 < kakimir> no diggity 2019-01-17T18:38:08 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:4148:674c:4610:e3e2] has joined ##stm32 2019-01-17T18:40:33 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-17T18:41:19 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Quit: Leaving] 2019-01-17T18:45:03 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 246 seconds] 2019-01-17T18:48:13 -!- cnt [uid317556@gateway/web/irccloud.com/x-zdgrttsrtboniirs] has joined ##stm32 2019-01-17T19:02:19 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-17T19:04:05 < Laurenceb> she really is a supreme troll https://www.dailymail.co.uk/news/article-6601789/Saudi-teen-granted-asylum-Canada-enjoys-glass-red-wine-rolled-cigarette.html 2019-01-17T19:05:03 < Steffanx> You should troll us and become a normal human being. 2019-01-17T19:05:12 < Steffanx> That would be a good troll 2019-01-17T19:19:23 < englishman> kakimir: dongs doesn't drink so he missed out on 90% of what Chinese do. also he hates fun. 2019-01-17T19:21:09 < englishman> having a good twitter game gets you fast tracked through the years-long refugee immigrant program 2019-01-17T19:21:15 < englishman> what an age we live in 2019-01-17T19:22:11 < englishman> lol @ "cigarette" 2019-01-17T19:22:41 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-17T19:30:26 -!- Ultrasauce [sauce@2600:3c03::f03c:91ff:fe49:4bf1] has quit [Quit: Ultrasauce] 2019-01-17T19:31:11 -!- Ultrasauce [sauce@2600:3c03::f03c:91ff:fe49:4bf1] has joined ##stm32 2019-01-17T19:31:23 < cnt> pity her dad and her 10 brothers broke her in 2019-01-17T19:35:36 -!- sterna [~Adium@c-5ee1e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-17T19:37:12 -!- Drzacek [~Drzacek@200116b8009e9b00c999ab86af77d09b.dip.versatel-1u1.de] has joined ##stm32 2019-01-17T19:39:32 < aandrew> yeah 2019-01-17T19:39:42 < aandrew> that's not bacon, that's back bacon, aka smoked ham 2019-01-17T19:39:47 < aandrew> and that's not a cigarette, that's a fucking joint 2019-01-17T19:40:05 < aandrew> pretty sure she's not old enough to drink either, we should send her back 2019-01-17T19:40:13 < aandrew> it's clear she was in trouble at home because she didn't follow rules 2019-01-17T19:51:24 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-17T19:51:51 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-17T19:53:17 < mawk> it's 21 for alcohol in canada too ? 2019-01-17T19:53:19 < mawk> what strange laws 2019-01-17T19:53:23 < mawk> it's 16 or 18 in the rest of the world 2019-01-17T19:53:38 < cnt> or 5 2019-01-17T19:53:44 < mawk> that's in pseudo-countries 2019-01-17T19:53:51 < mawk> banana republics as we call them 2019-01-17T19:55:02 < cnt> hmm banana 2019-01-17T19:55:29 < mawk> bananian republic to be exact 2019-01-17T19:55:56 < englishman> no 2019-01-17T19:55:58 < englishman> 18 2019-01-17T19:56:05 < englishman> except for the english parts 2019-01-17T19:56:08 < englishman> then it's 19 2019-01-17T19:56:16 < englishman> except for one english part 2019-01-17T19:56:19 < englishman> there it's 18 2019-01-17T19:56:27 < aandrew> fuuuuck 2019-01-17T19:56:57 < aandrew> I spent the last 30 minutes trying to figure out why the fuck when I wrote 0x12 the fpga stored 0x18 and why when I wrote 0x55 it stored 0x85 2019-01-17T19:57:10 < aandrew> the f ucking simulator output was using decimal for the destination register visualization 2019-01-17T20:02:28 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-17T20:02:40 -!- jon1012 [~jon1012@foresight/developer/jon1012] has quit [Ping timeout: 250 seconds] 2019-01-17T20:05:37 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 258 seconds] 2019-01-17T20:08:30 -!- Ultrasauce [sauce@2600:3c03::f03c:91ff:fe49:4bf1] has quit [Quit: Ultrasauce] 2019-01-17T20:09:01 -!- Ultrasauce [sauce@omae.wa.mou.shindei.ru] has joined ##stm32 2019-01-17T20:12:25 < emeb> https://twitter.com/twoscooters/status/1085683617479696384 2019-01-17T20:12:39 < emeb> It's like it was made for dongs 2019-01-17T20:14:06 < cnt> THE DIPLOMA IN GAMING 2019-01-17T20:14:14 < aandrew> emeb: lol 2019-01-17T20:14:50 < cnt> my friend has some relative that is known to be a bludger and told us he was doing a 'diploma in gaming' 2019-01-17T20:14:56 < cnt> i've never laughed so hard in my life 2019-01-17T20:15:16 < cnt> adam the dole bludger i call him 2019-01-17T20:19:21 < Laurenceb> ree the prince is still alive 2019-01-17T20:20:36 < cnt> which one 2019-01-17T20:21:53 < cnt> Laurenceb: there are so many to choose from 2019-01-17T20:25:31 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-17T20:27:14 -!- veverak [~squirrel@ip-89-102-104-133.net.upcbroadband.cz] has quit [Read error: No route to host] 2019-01-17T20:46:29 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-17T20:58:41 < Thorn> in men's fashion, 90% of the job is making sure nothing looks like nazi uniforms (which is hard to do if you want to do a good job) 2019-01-17T20:58:55 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:4148:674c:4610:e3e2] has quit [Quit: Konversation terminated!] 2019-01-17T21:06:19 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-17T21:08:58 -!- Drzacek [~Drzacek@200116b8009e9b00c999ab86af77d09b.dip.versatel-1u1.de] has quit [Quit: Leaving] 2019-01-17T21:12:54 < Cracki> uh, hugo boss uniforms would be selling like crazy if they made them again 2019-01-17T21:27:03 < mawk> lol 2019-01-17T21:41:48 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-17T21:42:18 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Remote host closed the connection] 2019-01-17T21:42:24 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-17T21:42:44 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-17T21:42:55 -!- squirrel1 [~squirrel@ip-89-102-104-133.net.upcbroadband.cz] has joined ##stm32 2019-01-17T21:43:56 -!- squirrel1 is now known as veverak 2019-01-17T21:58:47 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-17T22:14:08 < invzim> lcsc rules, pcbcart had no problems sourcing from them 2019-01-17T22:14:30 < invzim> cut my quoted bom cost by 30% 2019-01-17T22:17:07 < Steffanx> \o/ 2019-01-17T22:39:33 < Thorn> what is rfm69 and why 2019-01-17T22:39:46 < Thorn> is it sx1276 minus lora? 2019-01-17T22:48:50 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:4161:a5db:ef1a:800e] has joined ##stm32 2019-01-17T22:55:49 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 258 seconds] 2019-01-17T23:24:33 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-17T23:26:06 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 258 seconds] 2019-01-17T23:26:06 -!- BrainDamage_ is now known as BrainDamage 2019-01-17T23:43:33 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Disconnected by services] 2019-01-17T23:43:33 -!- Cracki [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-17T23:52:45 -!- sterna [~Adium@c-5ee1e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] --- Day changed Fri Jan 18 2019 2019-01-18T00:07:20 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:4161:a5db:ef1a:800e] has quit [Quit: Konversation terminated!] 2019-01-18T00:21:27 < englishman> i personally like the new dick-swastika design 2019-01-18T00:22:40 < englishman> touching 4 dicks together is basically how development happens with slack anyway 2019-01-18T00:23:28 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-18T00:24:37 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-18T00:24:40 < englishman> Thorn: i think its old as fuck pre-lora design 2019-01-18T00:27:46 < englishman> wow VGA resolution microbolometers are fuckin cheap 2019-01-18T00:37:51 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-18T00:38:07 < Laurenceb_123> the demiurge!!! 2019-01-18T00:38:58 < sync> yes englishman 2019-01-18T00:39:06 < sync> especially if you buy them from non-cunt companies 2019-01-18T00:39:11 < englishman> like who 2019-01-18T00:39:19 < englishman> theres like 6 that will sell to the public 2019-01-18T00:39:32 < englishman> the french and korean ones are interesting 2019-01-18T00:48:12 < sync> yes 2019-01-18T00:54:09 < aandrew> heh 2019-01-18T00:54:30 < aandrew> if you want 0.65mm pitch or LQFP you have very good device compatibilty, from STM32H7 down to F1. 2019-01-18T00:54:43 < aandrew> if you want more sane options like 0.8mm, you're kind of stuck at the higher end 2019-01-18T01:08:38 < zyp> Steffanx, sorry, I don't have any new photos today, but maybe this will do: https://bin.jvnv.net/file/NHjmN.png 2019-01-18T01:09:00 < englishman> nice 2019-01-18T01:09:03 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Read error: Connection reset by peer] 2019-01-18T01:09:07 < englishman> what's it for though 2019-01-18T01:09:08 < englishman> ? 2019-01-18T01:09:56 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-18T01:10:13 < Laurenceb_123> sheeet BBC QT is in muh hood 2019-01-18T01:10:32 < Laurenceb_123> keek everyone in the audience backs brexit 2019-01-18T01:10:37 < zyp> I'm still waiting for ISP to come install the fiber, so I don't have a fixed connection yet 2019-01-18T01:11:29 < zyp> the past week I've been leeching from one of the neighbors' wifi, there were one nearby network running WEP so I cracked the key :p 2019-01-18T01:12:00 < zyp> but I wanted something faster and more reliable, so I picked up a pair of these 2019-01-18T01:12:47 < zyp> got a friend living right up the street, so now I'm getting internet from there instead :) 2019-01-18T01:13:28 < zyp> originally I were going to get a pair of nanostations instead, distance is only 65m or so according to google maps, but they were not in stock, so I went for the second cheapest instead 2019-01-18T01:14:12 < zyp> gain on these things are so high they warn about possible receiver saturation even on lowest tx power 2019-01-18T01:14:39 < zyp> but link seems to be perfectly stable and fast enough to saturate my friends connection :p 2019-01-18T01:14:54 < zyp> ref. http://www.speedtest.net/result/7965341519 2019-01-18T01:18:20 < englishman> whoa, WEP 2019-01-18T01:18:51 < zyp> yeah, I see like 15 WPA networks and 1 WEP network from here 2019-01-18T01:18:56 < rajkosto> im gonna have to embed a stm32 into this pcb im making 2019-01-18T01:18:57 < englishman> sync what about industrial IMUs what do you recommend 2019-01-18T01:19:05 < rajkosto> whats the latest and greatest sample pcb schematic/layout 2019-01-18T01:19:13 < englishman> pirated altium 2019-01-18T01:19:19 < rajkosto> check 2019-01-18T01:19:23 < rajkosto> i mean for stm32 designs 2019-01-18T01:19:30 < englishman> pirated altium footprint editor 2019-01-18T01:19:32 < rajkosto> like whats the best price/perf chineseium regulator to use, etc 2019-01-18T01:19:55 < englishman> just put some diodes in series 2019-01-18T01:20:05 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-18T01:20:09 < rajkosto> that actually worked perfectly for a FX2 pcb i made once 2019-01-18T01:20:10 < englishman> or resistors if you're feeling bold 2019-01-18T01:20:16 < rajkosto> just 2 non schottky in series 2019-01-18T01:20:29 < rajkosto> but thats not sugoi 2019-01-18T01:20:38 < rajkosto> there are many 5 legged smd small vregs to use 2019-01-18T01:20:42 < englishman> yes 2019-01-18T01:20:58 < englishman> spx3819 comes to mind 2019-01-18T01:21:17 < zyp> isn't there a whole list of ldos in zypsnips? 2019-01-18T01:21:22 < zyp> ref. topic 2019-01-18T01:21:28 < englishman> https://github.com/karlp/zypsnips/blob/master/sot23-5.ldos.dongs 2019-01-18T01:23:02 < rajkosto> also where do i find altium footprint for "electrolyic capacitor laying down" 2019-01-18T01:23:14 < rajkosto> with step model 2019-01-18T01:23:19 < zyp> make your own? 2019-01-18T01:24:06 < englishman> englishman> pirated altium footprint editor 2019-01-18T01:25:27 < rajkosto> i cant make cool bent step models 2019-01-18T01:25:52 < rajkosto> also when making components, what do you put for "Comment" vs "Description", i need to be able to see it all in pcb view not just schematic 2019-01-18T01:26:05 < englishman> yeah 2019-01-18T01:26:14 < englishman> comment gets carried over to pcb, and thus to BOM 2019-01-18T01:27:30 < sync> hmm englishman, industrial in what sense? 2019-01-18T01:27:46 < englishman> high vibration, 500g shock 2019-01-18T01:33:13 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-18T01:34:12 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-18T01:47:40 < Laurenceb_123> oh wow 2019-01-18T01:47:49 < Laurenceb_123> my home city is terrifying 2019-01-18T01:48:13 < Laurenceb_123> https://www.imgoat.com/uploads/1fefc0e570/186759.png 2019-01-18T01:51:18 < Laurenceb_123> >What do they think is happening here? We're so fucked 2019-01-18T01:51:20 < Laurenceb_123> tfw 2019-01-18T01:56:52 < zyp> how's brexit? 2019-01-18T01:57:15 < Laurenceb_123> probably hard 2019-01-18T01:57:35 < Laurenceb_123> keek now /pol/ what to move to my city 2019-01-18T01:57:41 < Laurenceb_123> *want 2019-01-18T02:10:38 < englishman> Hertz did not realize the practical importance of his radio wave experiments. He stated that, 2019-01-18T02:10:38 < englishman> "It's of no use whatsoever..." 2019-01-18T02:10:38 < englishman> Asked about the applications of his discoveries, Hertz replied, 2019-01-18T02:10:38 < englishman> "Nothing, I guess." 2019-01-18T02:13:53 < zyp> haha 2019-01-18T02:15:18 -!- cnt [uid317556@gateway/web/irccloud.com/x-zdgrttsrtboniirs] has quit [Quit: Connection closed for inactivity] 2019-01-18T02:28:56 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-18T02:29:34 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2019-01-18T02:29:52 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-18T02:31:10 < Laurenceb_123> https://www.imgoat.com/uploads/1fefc0e570/186769.png 2019-01-18T02:35:35 < specing> ##/b/ 2019-01-18T02:37:13 -!- mode/##stm32 [+o englishman] by ChanServ 2019-01-18T02:37:15 -!- mode/##stm32 [+b *!*@host86-141-2-42.range86-141.btcentralplus.com] by englishman 2019-01-18T02:37:15 -!- Laurenceb_123 was kicked from ##stm32 by englishman [Laurenceb_123] 2019-01-18T02:37:18 <@englishman> yes good idea 2019-01-18T02:37:30 -!- mode/##stm32 [-o englishman] by ChanServ 2019-01-18T02:37:43 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-18T02:41:25 < specing> englishman: why no banforward to ##/b/? 2019-01-18T02:41:34 < specing> or ##defocus, let freenode opers deal with him 2019-01-18T02:41:35 < englishman> idk what that is 2019-01-18T02:41:45 < englishman> is that python 2019-01-18T02:41:47 < englishman> idk python 2019-01-18T02:42:11 < specing> +bf mask channel iirc 2019-01-18T02:42:25 < specing> but I do not remmember any more 2019-01-18T02:44:10 < englishman> You can append $#channel to any ban to redirect banned users to another channel. 2019-01-18T02:44:11 < englishman> meh 2019-01-18T02:44:16 < englishman> laurent knows how to /join 2019-01-18T02:46:35 < specing> what if it takes him off guard 2019-01-18T02:46:53 < specing> and he starts spamming defocus 2019-01-18T02:47:04 < englishman> what's in that channel? 2019-01-18T02:47:24 < specing> it is the main freenode social channel 2019-01-18T02:47:37 < englishman> >freenode 2019-01-18T02:47:39 -!- Laurenceb_ [568d022a@gateway/web/freenode/ip.86.141.2.42] has joined ##stm32 2019-01-18T02:47:39 < englishman> >social 2019-01-18T02:48:18 < specing> there are also many freenode operators there, so kline is not excluded 2019-01-18T02:49:03 -!- mode/##stm32 [+o englishman] by ChanServ 2019-01-18T02:49:20 <@englishman> hmm 2019-01-18T02:49:26 <@englishman> i have to be oper in the destination channel too? 2019-01-18T02:49:45 -!- mode/##stm32 [+b *!568d022a@gateway/web/freenode/ip.86.141.2.42$##stm32] by englishman 2019-01-18T02:49:49 -!- Laurenceb_ was kicked from ##stm32 by englishman [Laurenceb_] 2019-01-18T02:50:01 <@englishman> that worked.... although it's a little pointless 2019-01-18T02:50:11 < Ultrasauce> noperator 2019-01-18T02:50:17 -!- mode/##stm32 [-b *!568d022a@gateway/web/freenode/ip.86.141.2.42$##stm32] by englishman 2019-01-18T02:50:17 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-18T02:52:07 -!- mode/##stm32 [-b *!*@host86-141-2-42.range86-141.btcentralplus.com] by englishman 2019-01-18T02:52:18 -!- mode/##stm32 [-o englishman] by ChanServ 2019-01-18T02:52:20 < englishman> sauce 2019-01-18T02:52:22 < englishman> sup sauce 2019-01-18T02:52:33 < englishman> wanna buy a smt assembly line? 2019-01-18T02:56:32 < Ultrasauce> uhhhhh yes 2019-01-18T02:58:50 < englishman> hmu 2019-01-18T03:00:11 < Ultrasauce> i can offer 2 pogs and some dryer lint 2019-01-18T03:00:50 < englishman> are they metal foil pogs 2019-01-18T03:00:59 < Ultrasauce> one is 2019-01-18T03:01:19 < englishman> tough one 2019-01-18T03:02:37 < Ultrasauce> its really nice soft dryer lint 2019-01-18T03:02:48 < englishman> what flavour 2019-01-18T03:03:06 < Ultrasauce> purple 2019-01-18T03:03:13 < englishman> no deal 2019-01-18T03:04:41 < Ultrasauce> what if i throw in half a clif bar 2019-01-18T03:04:53 < englishman> i only eat powdered cricket bars sorry 2019-01-18T03:12:41 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-18T03:20:56 < englishman> dongs 2019-01-18T03:21:04 < englishman> did you know about Display Clearance Boundaries 2019-01-18T03:22:20 < englishman> https://i.imgur.com/XaQbVkW.png 2019-01-18T03:25:07 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-18T03:25:47 < englishman> for real Ultrasauce i know you have a top trim tesla and ray-bans and shit with that kickstarter money if you need an smt assembly line let me know 2019-01-18T03:31:52 < Ultrasauce> i might be able to make that terrible decision in a year or so 2019-01-18T03:39:56 < kakimir> mornings 2019-01-18T03:41:41 < englishman> kaks, my varusteleka order arrived 2019-01-18T03:41:45 < englishman> super awesome stuff as always 2019-01-18T03:41:47 < englishman> thanks! 2019-01-18T03:57:18 -!- fc5dc9d4_ [~quassel@p5B0813A9.dip0.t-ipconnect.de] has joined ##stm32 2019-01-18T04:00:19 -!- Netsplit *.net <-> *.split quits: mirage335, srk, fc5dc9d4, veverak, comptroller, ohsix 2019-01-18T04:00:19 -!- sorki [sorki@fedora/sorki] has joined ##stm32 2019-01-18T04:00:47 -!- Netsplit over, joins: ohsix 2019-01-18T04:01:24 -!- sorki is now known as srk 2019-01-18T04:01:42 -!- comptroller_ [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2019-01-18T04:04:55 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 268 seconds] 2019-01-18T04:05:28 -!- mirage335 [~mirage335@mirage335-base.soaringindustries.space] has joined ##stm32 2019-01-18T04:07:13 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-18T04:07:21 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-18T04:08:18 -!- veverak [~squirrel@ip-89-102-104-133.net.upcbroadband.cz] has joined ##stm32 2019-01-18T04:13:47 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-18T04:44:10 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-18T04:59:49 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-18T05:06:15 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-18T05:15:22 < dongs> englishman: yeah i think so, it shows outline of shit while your drawing tracks right? 2019-01-18T05:15:31 < dongs> to show where the clearance is? 2019-01-18T05:15:49 < englishman> ya 2019-01-18T05:15:57 < englishman> i like it 2019-01-18T05:16:01 < englishman> learned that today 2019-01-18T05:16:03 < dongs> ive turned it on briefly and went back 2019-01-18T05:16:05 < dongs> didnt like 2019-01-18T05:16:06 < englishman> and some other lil trix 2019-01-18T05:16:16 < englishman> but the altidumb guy didnt understand my question 2019-01-18T05:16:26 < englishman> when i asked why the sidebar tab shit doesnt work 2019-01-18T05:16:42 < englishman> as he proceeded to use the mouse to enter into the polygon pour menu to hide polygons 2019-01-18T05:17:06 < dongs> gross 2019-01-18T05:17:09 < dongs> instead of TGH? 2019-01-18T05:17:11 < dongs> or whatever 2019-01-18T05:17:20 < dongs> mouse in that menu is just screaming newb 2019-01-18T05:17:46 < englishman> yes 2019-01-18T05:18:00 < englishman> exactly that 2019-01-18T05:18:04 < englishman> also: https://imgur.com/WwxxBrX 2019-01-18T05:21:56 -!- johntramp [~john@unaffiliated/johntramp] has quit [Quit: WeeChat 2.3] 2019-01-18T05:25:12 < dongs> who>? 2019-01-18T05:25:44 < englishman> some coinscam 2019-01-18T05:26:07 -!- johntramp [~john@175.111.102.145] has joined ##stm32 2019-01-18T05:29:53 < aandrew> englishman: lol 2019-01-18T05:34:00 < dongs> well at least his stock wasnt dropping while he was toking on a talk show 2019-01-18T05:36:26 < Cracki> is there a picture of his companies' stocks dropping? 2019-01-18T05:36:46 < Cracki> finding the date and looking it up is a little inconvenient 2019-01-18T05:37:45 < Cracki> Musk calls the Guardian the world’s ‘most insufferable newspaper’ https://www.theguardian.com/technology/2018/sep/07/tesla-chief-elon-musk-smokes-marijuana-on-live-web-show 2019-01-18T05:40:41 < Cracki> oh well, 7 sep 2018, it took a dip but bounced back up the next day 2019-01-18T05:41:09 < Cracki> october looks "worse" 2019-01-18T05:52:46 < dongs> http://bcas.tv/paste/results/1IQuqb48.html zyp i spent an hour yesterady trying to debug this 2019-01-18T06:07:24 < mawk> packet is char * right dongs ? 2019-01-18T06:07:28 < dongs> uint8 yeah 2019-01-18T06:07:31 < mawk> right 2019-01-18T06:07:36 < dongs> and p is uint8 ptr 2019-01-18T06:07:41 < dongs> thats not where the issue is 2019-01-18T06:08:10 < dongs> packet is uint8[ts_read_size] and p is uint8 *p 2019-01-18T06:09:24 < mawk> shouldn't you be moving at packet + remaining at the end ? 2019-01-18T06:09:35 < dongs> i thought so to but no, p is a dynamic pointer. 2019-01-18T06:09:51 < dongs> at the end, its pointing to <= TS_PACKET_SIZE until end of packet[] 2019-01-18T06:10:02 < dongs> so the memmove is correct. 2019-01-18T06:10:05 < dongs> it needs to move that tail to the top 2019-01-18T06:10:15 < mawk> ah 2019-01-18T06:13:14 < Cracki> "remaining = fread"... 2019-01-18T06:13:58 < dongs> sofar cracki is the closest to right answer :d 2019-01-18T06:14:04 < Cracki> maybe a different name for "the number of items read or written" would cause less confusion 2019-01-18T06:14:22 < Cracki> what's TS, mpeg transport stream? 2019-01-18T06:14:25 < dongs> yeah 2019-01-18T06:14:30 < Cracki> interesting! 2019-01-18T06:15:00 < Cracki> oh, not even sockets, so a read should return the full requested size (unless end) 2019-01-18T06:15:08 < dongs> sure thing 2019-01-18T06:16:19 < Cracki> my brain's spent, I've messed with f32 to ascii decimal the past two days. not too difficult, but... the lesson (reinforced) is to always write down and work through all the reasoning 2019-01-18T06:16:41 < Cracki> I meant to say, there are zero comments 2019-01-18T06:16:46 < dongs> anyway the fix is remaining += fread() 2019-01-18T06:16:57 < dongs> because when you move the tail, there's remaining bytes 2019-01-18T06:17:07 < Cracki> sounds plausible 2019-01-18T06:17:10 < dongs> and you read ts_read_size - remaining 2019-01-18T06:17:28 < dongs> which makes the read buffer smaller and smaller over each loop 2019-01-18T06:17:36 < Cracki> but then you have transfer += remaining as well, which would cause transfer to grow quadratically or something 2019-01-18T06:17:51 < dongs> yeah, total transfer is wrong. 2019-01-18T06:17:54 < dongs> thats actually just debug 2019-01-18T06:17:57 < dongs> i shodul remove it, nothing uses it 2019-01-18T06:18:07 < dongs> i was trying to figure out why it would start shitting out after like 2nd loop iteration 2019-01-18T06:18:42 < Cracki> ah, now I see the pattern. read a block, parse out as many frames as possible, loop 2019-01-18T06:19:45 < Cracki> suggested abstraction: ring buffer struct and functions to work on it 2019-01-18T06:20:49 < Cracki> I see why the memmove helps. no need to wrap around in logic to read a packet. 2019-01-18T06:20:59 < dongs> yes 2019-01-18T06:21:09 < dongs> and it checks sync on each 2019-01-18T06:21:55 < Cracki> IsSynced looks for that 0x47/'G' byte or something, eh? 2019-01-18T06:22:33 < dongs> yes, and other bytes in header and makes sure continuity counter is legit 2019-01-18T06:23:24 < dongs> this is TLV in ts so header is always 47 00 01 0X where X is cc 2019-01-18T06:23:35 < Cracki> so... you're parsing a transport stream, which you got out of some device via shiftregistering and bodgewiring 2019-01-18T06:23:59 < dongs> yeah 2019-01-18T06:24:14 < Cracki> btw, https://pbs.twimg.com/media/DxGTddNV4AAOqMy.jpg 2019-01-18T06:24:23 < dongs> ive got few100 megs with zero errors out of bodgewiring 2019-01-18T06:24:42 < Cracki> good stuff 2019-01-18T06:25:09 < Thorn> RAPISt-1 launch recording https://www.youtube.com/watch?v=e5CdLrFAGaw 2019-01-18T06:25:25 < Thorn> a lot of moonspeak there 2019-01-18T06:27:08 < Cracki> RAEP! 2019-01-18T06:27:28 < dongs> Thorn: why the hell you didnt tell me earlier, i could have probly seen the rocket 2019-01-18T06:27:36 < dongs> fukin japs 2019-01-18T06:27:38 < dongs> i always miss th e shit 2019-01-18T06:27:43 < dongs> last launch was like morning or day time or something 2019-01-18T06:27:48 < dongs> i thought i saw something but wasnt sure 2019-01-18T06:27:54 < Thorn> I was asleep 2019-01-18T06:27:55 < Cracki> spacex should do synchronized booter landings again. that rocked even though they weren't really meant to synchronize 2019-01-18T06:27:55 < dongs> in evening like that it would have been clear for sure 2019-01-18T06:28:24 < Cracki> skip to 11 minutes 2019-01-18T06:29:03 < Thorn> spacex is planning 2 falcon heavy flights ~soon 2019-01-18T06:29:10 < Cracki> launch near 35 mins 2019-01-18T06:29:35 < Cracki> >we have a go for pyrotechnics arming 2019-01-18T06:29:36 < dongs> oh wait 2019-01-18T06:29:38 < dongs> it was live 4 hours ago 2019-01-18T06:29:41 < dongs> so during day 2019-01-18T06:29:42 < Cracki> pyrotechnics my sides 2019-01-18T06:29:43 < dongs> i wouldnt have seen 2019-01-18T06:30:00 < sync> the rocket takes off pretty swiftly 2019-01-18T06:30:50 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2019-01-18T06:30:58 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-18T06:31:19 < Cracki> I might be wrong but it looks comparatively small too 2019-01-18T06:31:46 < Cracki> maybe that sat isn't too big-boned 2019-01-18T06:32:49 < Thorn> also next NROL-71 launch abort in ~13h 2019-01-18T06:32:58 < Cracki> >launch abort 2019-01-18T06:33:02 < Cracki> scheduled? 2019-01-18T06:33:46 < sync> with nrol it is pretty much a given 2019-01-18T06:33:58 < Thorn> or 14.5h, 1905UTC 2019-01-18T06:34:21 < Thorn> no that's jan 19 2019-01-18T06:34:30 < Thorn> so tomorrow 2019-01-18T06:35:08 < Cracki> they got one NRO sat up at least that I remember... but with some paranoid requirements such as fuck the booster and nobody gets to see shit 2019-01-18T06:35:28 < Cracki> for that other thing recently, I understand they needed all the fuel to get it up there... 2019-01-18T06:50:39 -!- fc5dc9d4 [~quassel@p5B081460.dip0.t-ipconnect.de] has joined ##stm32 2019-01-18T06:54:50 -!- fc5dc9d4_ [~quassel@p5B0813A9.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 2019-01-18T07:11:20 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-18T07:15:55 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-18T07:16:38 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-18T07:28:06 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-18T07:28:28 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2019-01-18T07:28:30 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-18T07:33:47 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-18T07:37:21 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2019-01-18T07:39:00 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-18T07:45:20 -!- cnt [uid317556@gateway/web/irccloud.com/x-lkkqxussnpfgolnv] has joined ##stm32 2019-01-18T07:50:22 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-18T07:53:37 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2019-01-18T07:53:44 -!- day_ is now known as day 2019-01-18T08:07:52 -!- dunnousernamefn [~dunnouser@ool-43523ad8.dyn.optonline.net] has quit [Read error: Connection reset by peer] 2019-01-18T08:08:13 -!- dunnousernamefn [~dunnouser@ool-43523ad8.dyn.optonline.net] has joined ##stm32 2019-01-18T08:16:26 < cnt> hmm 2019-01-18T08:20:04 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has joined ##stm32 2019-01-18T08:26:13 < cnt> good one 2019-01-18T08:29:18 < R2COM> sup 2019-01-18T08:29:29 < cnt> just chillin' 2019-01-18T08:29:31 < cnt> u? 2019-01-18T08:45:48 < cnt> object-oriented disaster 2019-01-18T08:46:01 < dongs> R2COM: have you been using altium shit soft lately 2019-01-18T08:49:57 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-18T08:52:13 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-18T08:55:32 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-18T08:55:43 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-18T09:09:09 -!- sterna [~Adium@c-62b9d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-18T09:24:56 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-18T09:26:13 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-18T09:35:23 -!- sterna [~Adium@c-62b9d954.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-18T09:40:33 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-18T09:44:04 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-18T09:53:03 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-18T10:05:52 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 272 seconds] 2019-01-18T10:06:54 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Ping timeout: 268 seconds] 2019-01-18T10:11:43 * Haohmaru drops a 0805 resistor on teh concrete floor.. the sound resonates and cuts thru the silence 2019-01-18T10:13:18 < Steffanx> Vulcan hearing? 2019-01-18T10:15:04 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-18T10:30:38 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-18T10:32:48 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 250 seconds] 2019-01-18T10:32:49 -!- BrainDamage_ is now known as BrainDamage 2019-01-18T10:35:00 < R2COM> no dongs i dont use altium. its funny you asked me this now...because today when i was leaving work, on the way home i got call from Altium representative who wanted to sell it to me 2019-01-18T10:35:06 < R2COM> lol 2019-01-18T10:35:17 < dongs> sure sure 2019-01-18T10:35:21 < dongs> what garbage do you use then? 2019-01-18T10:35:23 < dongs> orcad? 2019-01-18T10:35:24 < R2COM> im serious 2019-01-18T10:35:26 < R2COM> yes 2019-01-18T10:35:29 < dongs> do they have a version that uses modern GPUs? 2019-01-18T10:35:33 < R2COM> at work i use allegro 2019-01-18T10:35:37 < dongs> or do tehy still draw with like GDI 2019-01-18T10:35:44 < dongs> and have a menu item to "redraw screen" 2019-01-18T10:35:51 < dongs> because its hard to keep state and shit gets unsyned sometimes 2019-01-18T10:36:10 < R2COM> i dont think they use GPU...but honestly i dont think its required...nothing heavy to process there 2019-01-18T10:36:13 < dongs> last i used pirated copy of cuckcad, there was a view->refresh everythign (or somethin) menu item 2019-01-18T10:36:17 * Haohmaru XOR blends dongs repeatedly 2019-01-18T10:37:09 < R2COM> you dont need to use gpu really for that shit 2019-01-18T10:37:43 < R2COM> i dont like cadence IC design software its a horrible shit, but PCB stuff is ok 2019-01-18T10:37:58 < dongs> its a horrible shit cuz it runs on lunix 2019-01-18T10:38:00 < dongs> you know that already. 2019-01-18T10:38:22 < R2COM> its worse, i have to use some client (ExceedOnDemand) to connect to server 2019-01-18T10:38:32 < R2COM> and that EOD stuff runs on top of my Win10 2019-01-18T10:38:36 < R2COM> at work 2019-01-18T10:38:45 < dongs> eyah thats lunix . its an Xserver or hwatever 2019-01-18T10:38:47 < dongs> garbage. 2019-01-18T10:38:57 < R2COM> so on top of linux shit i also have server delays and lags + slowness of cadence soft 2019-01-18T10:39:40 < R2COM> those bastards dont improve IC software 2019-01-18T10:39:43 < R2COM> cuz noone is pushing 2019-01-18T10:39:49 < R2COM> they literally have monopoly on it 2019-01-18T10:39:54 < R2COM> so they dont have to work hard on this 2019-01-18T10:40:06 < R2COM> PCB on the other hand is different, lots of companies to choose from 2019-01-18T10:40:09 < dongs> with $500k per license they don't have to work hard at all 2019-01-18T10:40:15 < R2COM> so they keep their orcad PCB suite well working 2019-01-18T10:40:29 < dongs> i dont think it works well 2019-01-18T10:40:35 < dongs> its unintuitive and shitty 2019-01-18T10:40:38 < R2COM> lol its more than $500k for us for all the packages we got 2019-01-18T10:40:58 < R2COM> and each license costs more 2019-01-18T10:41:05 < R2COM> for example there are 100 slots for simulator 2019-01-18T10:41:10 < R2COM> only 100 people then can use 2019-01-18T10:41:11 < R2COM> etc 2019-01-18T10:41:17 < R2COM> every slot = $$$ 2019-01-18T10:41:37 < R2COM> its totally jewish company 2019-01-18T10:43:15 < R2COM> there is nothing better than cadence for PCB now 2019-01-18T10:43:24 < R2COM> and im not going to spend time now on learning new PCB soft 2019-01-18T10:43:48 < R2COM> even more - paying for new soft 2019-01-18T10:45:49 < Haohmaru> leenookz 2019-01-18T10:46:01 < dongs> < R2COM> there is nothing better than cadence for PCB now 2019-01-18T10:46:07 < dongs> lul altium wipes the floor with cadence 2019-01-18T10:46:22 -!- jon1012 [~jon1012@foresight/developer/jon1012] has joined ##stm32 2019-01-18T10:46:30 < dongs> its so much better theres no comparison 2019-01-18T10:46:32 < Haohmaru> wasn't altium a "disaster" ? ;P~ 2019-01-18T10:46:37 < R2COM> unfortunately not. too many actions and dialogs and shit to just export parts into layout 2019-01-18T10:46:38 < R2COM> etc 2019-01-18T10:46:40 < dongs> yes, but orcad is disaster x 100 2019-01-18T10:46:44 < R2COM> all actions are multiple steps 2019-01-18T10:47:05 < R2COM> and biggest thing is, altium routing sucks really bad 2019-01-18T10:47:24 < R2COM> if area is congested you have to manual route every fucking mil your route 2019-01-18T10:47:32 < dongs> isnt routing something you should be good at, not pcb soft 2019-01-18T10:47:34 < R2COM> whereas routing in cadence is very intuitive 2019-01-18T10:47:39 < R2COM> and flexibnle options 2019-01-18T10:47:45 < R2COM> no 2019-01-18T10:47:52 < R2COM> pcb soft needs to be intuitive 2019-01-18T10:47:56 < dongs> it is 2019-01-18T10:47:58 < dongs> altium that is 2019-01-18T10:47:59 < R2COM> no 2019-01-18T10:48:00 < dongs> orcad isnt 2019-01-18T10:48:06 < R2COM> uh 2019-01-18T10:48:09 < R2COM> i used both 2019-01-18T10:48:20 < Haohmaru> it intuitively makes ugly track turns? ;P~ 2019-01-18T10:48:21 < R2COM> altium is not good routing 2019-01-18T10:48:39 < dongs> altium is great routing 2019-01-18T10:48:41 < R2COM> intuitive = figure out relatively proper route among obstacles 2019-01-18T10:48:44 < dongs> single route, multiroute, etc. 2019-01-18T10:49:02 < R2COM> enjoy your chinese soft 2019-01-18T10:49:05 < Haohmaru> ah, sorta like kicad's push&shove router 2019-01-18T10:49:15 < dongs> where doyou think they stole it from 2019-01-18T10:49:23 < R2COM> from some old compa y 2019-01-18T10:49:25 < R2COM> foprghot name 2019-01-18T10:49:26 < dongs> its straight copy from altium 2019-01-18T10:49:37 < R2COM> i mean altium was built on..protel;? 2019-01-18T10:49:38 < R2COM> whatever 2019-01-18T10:49:40 < Haohmaru> i thought cern wrote it 2019-01-18T10:50:02 < R2COM> is kicad advanced nowadays? 2019-01-18T10:50:08 < R2COM> i havent touched it for ages 2019-01-18T10:50:16 < Haohmaru> it works for me plenty fine 2019-01-18T10:50:42 < Haohmaru> if it's gud enough for making computer motherboards and single board computers - i guess it's not too bad 2019-01-18T10:50:47 < R2COM> length matching and differential route? 2019-01-18T10:51:06 < R2COM> not sure if any PC motherboard manufacturer uses kicad lol 2019-01-18T10:51:26 < Haohmaru> no, some folks who use kicad have made such things 2019-01-18T10:51:52 < R2COM> just buy PC soft which you like and stop raging dongs 2019-01-18T10:52:01 < R2COM> and if you rage it means your soft sucks and you are unhappy 2019-01-18T10:52:13 < Haohmaru> there's differential pair routing, length and skew matching, but i don't know if it currently takes vias into account 2019-01-18T10:53:02 < Haohmaru> i'm only using the stable versions, there's more new things in the dev version 2019-01-18T10:53:30 < R2COM> there you go dongs, switch to kicad 2019-01-18T10:53:35 < Haohmaru> oh noes 2019-01-18T10:53:46 * Haohmaru hides 2019-01-18T10:54:07 < R2COM> shitt its late 2019-01-18T10:54:09 < R2COM> i need to sleep 2019-01-18T10:54:24 < R2COM> i played this game again for few hours 2019-01-18T10:54:31 < Haohmaru> which one? 2019-01-18T10:54:42 < R2COM> elite dangerous 2019-01-18T10:54:50 < Haohmaru> sounds 1337 2019-01-18T10:54:59 < dongs> its some garbage space sim 2019-01-18T10:55:02 < dongs> like star shittyzen 2019-01-18T10:55:06 < dongs> except its acutally out 2019-01-18T10:55:18 < R2COM> its cool sim 2019-01-18T10:55:24 < R2COM> btw dongs it supports VR 2019-01-18T10:55:49 < Haohmaru> pull teh curtains down when using VR 2019-01-18T10:56:53 < dongs> i cant play recroom since upgrading to gaytracing2080 2019-01-18T10:56:56 < dongs> shit crashes at startup 2019-01-18T10:57:03 < dongs> i have a ticket open they havent solved it for over a week 2019-01-18T10:57:06 < dongs> lazy bums 2019-01-18T10:57:07 < R2COM> i bought $75 ship in star citizen like...5 years ago or so, the game is not out ytet lol 2019-01-18T10:57:14 < dongs> haha 2019-01-18T10:57:44 < Haohmaru> uh, so what can you do with that ship? 2019-01-18T10:57:52 < R2COM> fly i guess 2019-01-18T10:58:05 < R2COM> but there is no full universe and game is far from ready 2019-01-18T10:58:06 < Haohmaru> i'd sell it for $150 2019-01-18T10:58:08 < R2COM> you cant do much at all 2019-01-18T10:58:23 < Haohmaru> abandon ship! 2019-01-18T10:59:02 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has quit [] 2019-01-18T11:00:46 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-18T11:07:56 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-18T11:51:51 < day> Haohmaru: i dont think it takes vias into account for length matching because i dont think kicad knows the pcb thickness, does it? 2019-01-18T11:52:08 < Haohmaru> yeah 2019-01-18T11:52:22 < Haohmaru> not in the stable version at least 2019-01-18T11:53:49 < day> would be rather difficult to use i think. pcb core thickness, layer thickness, isolator thickness etc. 2019-01-18T11:53:52 < Haohmaru> but i read some sort of guide on pcb layout that says that if one highspeed signal has to go thru a via - the others (which are related to it) should too 2019-01-18T11:54:41 < day> yeah when you route dif wires and hit the via button it will via both automatically, thats what i always did so far 2019-01-18T11:54:56 < day> wires/traces 2019-01-18T11:55:05 < Haohmaru> tracks ;P~ 2019-01-18T11:55:18 < day> :P 2019-01-18T11:57:01 < Haohmaru> i recently made an spdif thing with digital audio interfance, and it worked fine 2019-01-18T11:57:32 < Haohmaru> it's not differential, so i routed the tracks manually, and then adjusted their lengths individually so they match 2019-01-18T11:58:17 < Haohmaru> but i guess that's not very high-speed 2019-01-18T12:02:08 < karlp> I'm surprised you even bothered for that 2019-01-18T12:03:26 < Haohmaru> it's easy, so i'd rather do it than end up with 5 non-working PCBs 2019-01-18T12:04:36 < Haohmaru> i calculated that at the highest sampling rate i wanted to support, the audio clock would be a bunch of MHz 2019-01-18T12:05:06 < Haohmaru> iirc it waz something like 19200*2*32 2019-01-18T12:06:08 < Haohmaru> oops, forgot one zero 2019-01-18T12:15:44 < rajkosto> its like a couple of mhz max 2019-01-18T12:15:55 < rajkosto> and spdif is a single wire anyway ? 2019-01-18T12:19:18 < rajkosto> chyna shuts down 24th jan to 14th feb 2019-01-18T12:20:29 < Haohmaru> rajkosto i meant on the other side of the interface, there are like 3 or so signals 2019-01-18T12:20:38 < rajkosto> i2s 2019-01-18T12:21:38 < Haohmaru> i slammed them onto a 74hc595 for ghetto-style serial to parallel ;P~ 2019-01-18T12:26:10 < Laurenceb> sup trolls 2019-01-18T12:33:30 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-18T12:35:39 * Haohmaru shifts Laurenceb eight times 2019-01-18T12:38:22 < rajkosto> come on lawrence you know ive got lumbago 2019-01-18T12:41:38 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-18T12:42:07 < englishman> hello doges 2019-01-18T12:42:50 < Laurenceb> dogge 2019-01-18T12:42:58 < englishman> too cloudy to see venus, jupiter ans antares rise :( 2019-01-18T12:44:21 < Haohmaru> Laurenceb: shine for teh englishman 2019-01-18T12:44:30 < Haohmaru> bright like a diamond 2019-01-18T12:44:44 < englishman> lunar eclipse this weekend 2019-01-18T12:44:53 < BrainDamage> shine on you crazy diamon 2019-01-18T12:47:05 < BrainDamage> none of us will be able to see it unless in great china 2019-01-18T12:50:19 < englishman> did you get shanghai'd too 2019-01-18T12:50:31 < englishman> careful of laws being applied arbitrarily 2019-01-18T12:50:53 < Laurenceb> so uk then 2019-01-18T13:04:21 < Ecco> Hi :) 2019-01-18T13:04:52 < Ecco> Does the MCU enforce a state on a wake-up pin that waits for a rising edge? 2019-01-18T13:05:05 < Ecco> I would assume it pulls it down, but I'm not positive 2019-01-18T13:05:14 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-18T13:08:22 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 250 seconds] 2019-01-18T13:09:24 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Client Quit] 2019-01-18T13:09:33 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-18T13:09:50 < qyx> I would assume it does nothing 2019-01-18T13:17:27 < jpa-> Ecco: i assumed it does nothing (high-Z), but atleast on STM32F030 it enables the internal pull-down resistor (which is of course also mentioned in reference manual) 2019-01-18T13:17:50 < jpa-> though that is only in standby mode, in stop and higher power states the pins keep their previous configured state 2019-01-18T13:23:41 < zyp> now that it's light outside, I snapped a couple photos of my internet connection: https://bin.jvnv.net/file/IdQue.jpg https://bin.jvnv.net/file/Ve6Gy.jpg 2019-01-18T13:24:17 < zyp> (my pal that I'm borrowing from lives up in 88B on the right side of the photo) 2019-01-18T13:24:19 < jpa-> does your neighbour know you're stealing his bits? 2019-01-18T13:25:26 < zyp> it'd be pretty hard to put up the antenna on his end, run the cable inside and plug it in without his knowledge 2019-01-18T13:26:16 < zyp> if you zoom into the pic, you'll see the remote antenna mounted on the railings on the stair 2019-01-18T13:26:19 < englishman> no snow even in january 2019-01-18T13:26:52 < zyp> we got the first snow for this year the other day, but it all rained away yesterday 2019-01-18T13:27:34 < englishman> you wont get to use that nice ice dam 2019-01-18T13:27:38 < jpa-> we have ~50cm here 2019-01-18T13:28:58 < englishman> about the same here https://i.imgur.com/Keaz4XE.jpg 2019-01-18T13:29:47 < zyp> I'm happy I don't need to deal with snow while moving 2019-01-18T13:29:48 < jpa-> you have no buildings :| 2019-01-18T13:30:25 < zyp> doing this sort of stuff would be kinda inconvenient in the middle of a snow storm: https://bin.jvnv.net/file/AlHVM.jpg 2019-01-18T13:32:20 < qyx> woo englishland 2019-01-18T13:32:47 < PeterM> zyp how weatherproof are those outdoor units? they look pretty... indoorsy 2019-01-18T13:33:18 < zyp> https://www.ui.com/airmax/litebeam-ac-gen2/ 2019-01-18T13:33:32 < qyx> ui == ubiquit? 2019-01-18T13:33:33 < zyp> not sure what part of that looks indoorsy 2019-01-18T13:33:37 < zyp> apparently 2019-01-18T13:33:44 < zyp> haven't seen that domain before 2019-01-18T13:33:52 < qyx> pretty cool domain 2019-01-18T13:34:54 < zyp> apparently this shit is meant for 5-15km, I don't see how you're gonna manage that indoors 2019-01-18T13:35:31 < PeterM> zyp all the small holes and crevices on the case makes it look pretty indoorsy, im not sure how well its sealed because i havent seen one in real life before, but i personally would confuse that for a unit that is to be mounted indoors, behind a window or something 2019-01-18T13:35:37 < zyp> my link is like 65m, and the devices complain about rx power being too high even though I set tx power to minimum 2019-01-18T13:35:53 < PeterM> if you hadnt mentiopned it 2019-01-18T13:36:46 < zyp> it's all passive mechanical parts, apart from the center thing which is a single enclosed unit 2019-01-18T13:37:04 < PeterM> yeah, i jsut saw that in the little exploded view thing on the website 2019-01-18T13:37:11 < PeterM> i wouldnt have known that from your photo 2019-01-18T13:37:11 < zyp> only opening is for the ethernet cable entry in the back, which is designed so that water doesn't run in, while letting moisture out 2019-01-18T13:37:23 < zyp> i.e. typical design for outdoor stuff 2019-01-18T13:37:54 < englishman> the holes in the reflector are probably to keep it light, so when the wind blows it off it won't break a windshield 2019-01-18T13:39:43 < zyp> yeah 2019-01-18T13:40:33 < PeterM> yeah, it makes sense looking at the website 2019-01-18T13:41:06 < zyp> cute hardware either way 2019-01-18T13:41:41 < zyp> once I get the fiber installed, I guess I'll play around with some longer shots to test performance/range 2019-01-18T13:43:31 < zyp> oh well, time to get some more stuff moved 2019-01-18T13:47:04 < PeterM> wow, they are pretty cheap zyp 2019-01-18T13:47:13 < dongs> AIR MAX 2019-01-18T13:47:13 < dongs> sup 2019-01-18T13:47:21 < PeterM> if you do get around to long range testing, tell us how it goes 2019-01-18T13:47:29 < PeterM> g'dongs 2019-01-18T13:49:55 < dongs> PeterM: https://mikrotik.com/product/wireless_wire_dish 2019-01-18T13:50:11 < dongs> o wait, i missed what are you trying to do? 2019-01-18T13:50:59 < PeterM> im not doing shit, just curious 2019-01-18T13:51:06 < dongs> ah 2019-01-18T13:51:16 < dongs> ive got a nice network of mikodiks around my place 2019-01-18T13:51:54 < day> mikrodicks* 2019-01-18T13:53:13 < PeterM> also im not keen on mikrodik, ive opened some of their stuff before and seen parts not up to spec (like something says 12-24v input and the input goes striahgt into a buck converter than maxes out at 23v...) 2019-01-18T13:53:42 < Laurenceb> GAMMON 2019-01-18T13:53:53 < dongs> PeterM: eh, maybe but their shit works for me 2019-01-18T13:54:10 < dongs> i have their SXT and mANT shit up outside and they lived through typhoons and garbage jap weather 2019-01-18T13:54:23 < dongs> by the time you're over 100+meters of cat5, that 24V from PoE is gonna be a lot less 2019-01-18T13:56:13 < englishman> i'm kinda torn, mikrodik has that underdog feeling, but just navigating their catalogue of over9000 parts is frustrating, i cant imagine what their shitty BeOS based os would be like, ubnt looks friendly and inviting 2019-01-18T13:57:27 < PeterM> dongs fair enough, i think it was on one of their older lines of routers and switches - probably stopped doing that shit when i sent them an email about it... 2019-01-18T13:57:43 < PeterM> englishman i agree 100% 2019-01-18T13:58:02 < dongs> i dont really give a shit waht garbage OS the shit runs 2019-01-18T13:58:06 < dongs> i've had to deal with it a total of: 0 times 2019-01-18T13:58:13 < dongs> i turn it on, click CPE/AP in gui, and done 2019-01-18T13:58:40 < PeterM> noice 2019-01-18T13:59:54 < dongs> and i donno hwo ubnt shit works but 2019-01-18T13:59:58 < dongs> with mikrodik winbox 2019-01-18T14:00:07 < dongs> i can see ALL my shit despite it being on different networks and shit 2019-01-18T14:00:23 < dongs> it sees my fiber/gbe switch, all the wireless shit even at remote locations etc. 2019-01-18T14:00:41 < dongs> so i can fuck with it all from one place 2019-01-18T14:01:18 < PeterM> who writes this shit though; "Fiber speed and quality on distances up to 1500 m" "offering a stable and fast link for distances of 1500 meters or more." - is it less than 1500m, 1500m or mroe than 1500m? 2019-01-18T14:01:39 < dongs> i dont expect it to work > 1.5km 2019-01-18T14:01:47 < dongs> but its not for that purpose either. 2019-01-18T14:01:55 < qyx> mikrotik is not beosof course 2019-01-18T14:02:04 < dongs> pretty sure he was joking 2019-01-18T14:02:11 < qyx> uh, missed that part 2019-01-18T14:02:26 < dongs> its ReeeeeeeeOS 2019-01-18T14:03:12 < PeterM> sure, i bet it isn't (meant to work >1.5km) but they could be clear in their own material on the site. 2019-01-18T14:03:37 < qyx> using mikrotiks from ~2005 and I can say they work 2019-01-18T14:03:43 < PeterM> and im sure their products are fine, i mean, they're still in bussiness so people must still buy their parts 2019-01-18T14:03:57 < englishman> god damn every time i go to that site, fucking rage 2019-01-18T14:04:14 < englishman> wAP ac or hAP ac? 2019-01-18T14:04:19 < englishman> better not tell me what the difference is 2019-01-18T14:04:46 < qyx> idk, for some time the names were logical 2019-01-18T14:04:48 < englishman> or what the hAP ac 2 does different, or why the non-2 model is still sold 2019-01-18T14:05:06 < englishman> maybe i should check out the hAP ac lite TC ? or just get the ubnt on amazon 2019-01-18T14:05:31 < englishman> page closed, fuck mikrodik 2019-01-18T14:07:55 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-18T14:25:28 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 245 seconds] 2019-01-18T14:32:27 < Steffanx> Such raging 2019-01-18T14:32:46 < kakimir> good fun day in sh 2019-01-18T14:33:31 < kakimir> good works 2019-01-18T14:37:15 < Steffanx> Ni hao? 2019-01-18T14:37:37 < kakimir> sese 2019-01-18T14:37:46 < Haohmaru> kakichwang 2019-01-18T14:37:49 < kakimir> nihao 2019-01-18T14:38:31 < Haohmaru> kakilee 2019-01-18T14:38:39 < dongs> https://youtu.be/e5CdLrFAGaw?t=4956 ??? 2019-01-18T14:38:53 < kakimir> cannot watch 2019-01-18T14:39:24 < kakimir> is there visa free coutnries around ch? 2019-01-18T14:39:28 < kakimir> cn* 2019-01-18T14:39:34 < dongs> HK? 2019-01-18T14:39:37 < kakimir> yes 2019-01-18T14:39:40 < kakimir> no other? 2019-01-18T14:39:41 < dongs> pretty sure nobody needs a visa to go to hk 2019-01-18T14:39:45 < dongs> how about macau? 2019-01-18T14:39:51 < kakimir> ye 2019-01-18T14:39:57 < dongs> or you could go up north 2019-01-18T14:39:59 < dongs> into mongolia and shit 2019-01-18T14:40:07 < kakimir> without visa? 2019-01-18T14:40:12 < dongs> i donno google shit man 2019-01-18T14:40:18 < kakimir> ye 2019-01-18T14:40:19 < dongs> google 'visa requirements for xxx citizens' 2019-01-18T14:40:26 < kakimir> nah 2019-01-18T14:40:29 < kakimir> I go to spa now 2019-01-18T14:40:54 < dongs> mongolia is visa free for eu 2019-01-18T14:40:59 < dongs> https://en.wikipedia.org/wiki/Visa_requirements_for_European_Union_citizens 2019-01-18T14:42:03 < kakimir> wow everything south and east from china is visa free 2019-01-18T14:42:09 < dongs> ya 2019-01-18T14:42:09 < kakimir> I'm comming dongs 2019-01-18T14:42:20 < dongs> you can go to botswana 2019-01-18T14:42:45 < kakimir> I can crash your couch 2019-01-18T14:42:59 < dongs> you coudl go to any shitty south eas asia country 2019-01-18T14:43:10 < dongs> flips/indonesia/malayshit etc 2019-01-18T14:43:18 < kakimir> yes 2019-01-18T14:46:44 < dongs> im goin to malayshit next week 2019-01-18T14:46:51 < dongs> you can come hang out 2019-01-18T14:47:03 < kakimir> shiet 2019-01-18T14:47:13 < kakimir> next week when? 2019-01-18T14:47:20 < dongs> 24-28 i think 2019-01-18T14:47:31 < kakimir> na too long 2019-01-18T14:47:47 < kakimir> need to leave country tommorow 2019-01-18T14:47:53 < dongs> RIP 2019-01-18T14:49:31 < kakimir> I almost call engineer dudes in factory dongs 2019-01-18T14:52:13 < kakimir> should probs go to spa my work mates have been there for a while 2019-01-18T14:52:29 < kakimir> mate! 2019-01-18T14:52:31 < kakimir> > 2019-01-18T14:56:19 < cnt> don't get your nose bitten off by saigon whors 2019-01-18T14:56:23 < cnt> whores 2019-01-18T14:58:51 < cnt> have a biscuit 2019-01-18T15:01:55 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-18T15:20:36 < Laurenceb> https://www.youtube.com/watch?v=bEqwGK205aM 2019-01-18T15:26:47 < cnt> hi Laurenceb 2019-01-18T16:12:44 < day> not all eu passports are equal 2019-01-18T16:13:01 < day> germans dont need a visa for turkey, but im pretty sure most other eu countries need one 2019-01-18T16:20:44 < Steffanx> Like you want to go to turkey.. 2019-01-18T16:20:52 < BrainDamage> I went to turkey with just my ID card like about 8 years ago 2019-01-18T16:20:52 < Steffanx> Have fun with the erdo. 2019-01-18T16:21:25 < Steffanx> Makes me wonder if we have turkish ##stm32ers 2019-01-18T16:23:12 < PaulFertser> I had a dream reading Fleck was originally from the Ukraine, no fucking idea how that could make sense. 2019-01-18T16:23:27 * karlp loved turkey last time, but that was pre erdo 2019-01-18T16:23:38 < Steffanx> Hm interesting dream PaulFertser 2019-01-18T16:24:01 < PaulFertser> Do you dream of ##stm32 convos Steffanx ? 2019-01-18T16:27:06 < Steffanx> No, not ever PaulFertser 2019-01-18T16:27:21 < Steffanx> Or perhaps i do, but i dont remember 2019-01-18T16:27:21 < PaulFertser> Guess that means you're not _involved_ enough ;) 2019-01-18T16:30:26 < Thorn> dogs meet lynx https://www.youtube.com/watch?v=Q0cftnxoDME 2019-01-18T16:32:22 < PaulFertser> ty Thorn 2019-01-18T16:35:41 < day> already been there. quite handy. i neither needed a visa nor a passport. just my national id is sufficient 2019-01-18T16:38:00 -!- tlwoerner [~Trevor@unaffiliated/tlwoerner] has quit [Quit: Leaving] 2019-01-18T16:45:35 < BrainDamage> I am italian, and the requirement is the same for me 2019-01-18T16:46:25 < day> does italy have close ties with turkey? do you have many turkish immigrants? 2019-01-18T16:47:16 -!- tlwoerner [~Trevor@unaffiliated/tlwoerner] has joined ##stm32 2019-01-18T16:47:46 < day> it's probably not a unique thing to german, but it definitely doesnt work for all eu citizens, as the wiki visa requirement link from dongs shows. some even need visas. 2019-01-18T16:48:20 < BrainDamage> not particularly, but I think my country tends to have good diplomatic relationships with most 2019-01-18T16:48:34 < BrainDamage> it's one of the countries with least visa requirements in absolute 2019-01-18T16:48:35 < day> noone hates italy :p 2019-01-18T16:48:45 < BrainDamage> except italians 2019-01-18T16:48:50 < day> good weather, good food and nice cars! 2019-01-18T16:49:19 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 272 seconds] 2019-01-18T16:49:36 < qyx> Thorn: why is there "gone wrong", the gril is still smiling 2019-01-18T16:50:25 < Thorn> one of the dogs got scared 2019-01-18T16:54:36 < cnt> chomp 2019-01-18T16:54:47 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-18T17:14:37 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-18T17:44:24 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-18T18:02:13 -!- tctw [~Tectu@82-197-160-105.init7.net] has joined ##stm32 2019-01-18T18:14:38 -!- Sadale [~Sadale@unaffiliated/sadale] has quit [Max SendQ exceeded] 2019-01-18T18:15:04 -!- Sadale [~Sadale@unaffiliated/sadale] has joined ##stm32 2019-01-18T18:16:24 -!- Sadale [~Sadale@unaffiliated/sadale] has quit [Max SendQ exceeded] 2019-01-18T18:16:58 -!- Sadale [~Sadale@unaffiliated/sadale] has joined ##stm32 2019-01-18T18:19:32 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-18T18:23:40 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Ping timeout: 272 seconds] 2019-01-18T18:24:46 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-18T18:30:57 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Ping timeout: 246 seconds] 2019-01-18T18:32:34 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-18T18:42:06 -!- paul_99 [~paul@89.129.15.186] has joined ##stm32 2019-01-18T18:42:29 < paul_99> anyone using Attolic TrueSTUDIO ? 2019-01-18T18:43:19 < dongs> no 2019-01-18T18:43:23 < dongs> we mostly use keil 2019-01-18T18:43:30 < dongs> some masochists use MakeFiles 2019-01-18T18:43:48 < aandrew> I use makefiles. they're groovy 2019-01-18T18:43:57 < dongs> holy shit 2019-01-18T18:44:05 < dongs> this jap device im looking at is like fucking node.js of hardware 2019-01-18T18:44:13 < aandrew> way better than some hidden and proprietary mixture of automated dependency bullshit 2019-01-18T18:44:14 < dongs> there's two completely separate SoC boards in one enclosure 2019-01-18T18:44:19 < dongs> connected internally by ethernet 2019-01-18T18:44:20 < aandrew> dongs: hahaha 2019-01-18T18:44:23 < aandrew> I've seen that before 2019-01-18T18:44:43 < aandrew> the tencent AR/VR system I was working on was like that 2019-01-18T18:44:54 < kakimir> dongs: how did you get your chinagirl? 2019-01-18T18:45:06 < dongs> secret 2019-01-18T18:45:09 < aandrew> kidnapped her with a marriage sack, kind of like borat 2019-01-18T18:45:31 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-18T18:45:43 < kakimir> but seriously 2019-01-18T18:45:45 < kakimir> it's interesting 2019-01-18T18:46:00 < specing> ordered her on taobao? 2019-01-18T18:46:06 < kakimir> maybe 2019-01-18T18:46:38 < dongs> haha 2019-01-18T18:46:40 < dongs> best answer 2019-01-18T18:47:25 < kakimir> how much you pay your chinagirl per month? 2019-01-18T18:47:35 < kakimir> or how does the arrangement work exactly? 2019-01-18T18:47:36 < aandrew> yeah it's crazy improtant to have a few good people on the ground in .cn or it's just an uphill struggle every day 2019-01-18T18:47:50 < aandrew> wowwee had an entire .hk office dedicated to that shit 2019-01-18T18:47:54 < aandrew> has* 2019-01-18T18:48:17 < aandrew> I'm sure they have some people in shenzhen as well, IIRC one would come into the .hk office a few days a week/few weeks 2019-01-18T18:49:47 < aandrew> yep this PSRAM emulation will work good for FMC I think 2019-01-18T18:50:09 < aandrew> STM32 DMA from FMC memory space to SRAM, FPGA diddles the WAIT# line as needed. easy peasy 2019-01-18T18:50:18 < paul_99> keil doesn't work with my chip, no idea why, 3 others on their forums with the same problem 2019-01-18T18:50:20 < dongs> kakimir: i buy stuff and she gets a bit of kickback 2019-01-18T18:50:34 < dongs> sometimes i treat her to stuff if we do pretty good biz 2019-01-18T18:50:41 < paul_99> problem I am having is that their gdb server is not loading the flash image 2019-01-18T18:50:54 < dongs> paul_99: wat chip is it 2019-01-18T18:50:57 < aandrew> dongs: so basically you ask her to find and she comes back with a list, you select and buy from her for price+markup? 2019-01-18T18:51:00 < paul_99> debugging doesn't work, its all fine if I preload the image with ST Utility 2019-01-18T18:51:03 < paul_99> BLUENRG-2 2019-01-18T18:51:07 < dongs> oh that shit lol 2019-01-18T18:51:08 < paul_99> the bluetooth one 2019-01-18T18:51:37 < paul_99> was hoping someone would have TrueSTUDIO and can load a flash image on the command line so I can at least compare to what I'm getting 2019-01-18T18:51:56 < aandrew> paul_99: sorry, I don't do IDEs. they are almost always more trouble than they're worth IME 2019-01-18T18:52:25 < paul_99> yea, well the idea was to at least jsut be able to build and quickly go through the sample projects 2019-01-18T18:52:32 < paul_99> without having to setup each one.. 2019-01-18T18:53:00 < paul_99> only supplied for Keil,TrueSTUDIO and IAR 2019-01-18T18:53:41 < dongs> isnt turdstudio free now? 2019-01-18T18:53:44 < paul_99> yea 2019-01-18T18:53:47 < paul_99> STM32 edition 2019-01-18T18:53:52 < paul_99> think STM bought then 2019-01-18T18:53:53 < paul_99> them 2019-01-18T18:54:15 < paul_99> looks like they only changed the branding, and didn't actually test anything on their parts 2019-01-18T18:54:19 < kakimir> dongs: how big slice you give typically of how big deals? 2019-01-18T18:55:20 < dongs> kakimir: i donno, its not decided 2019-01-18T18:56:24 < kakimir> so you have 0 track record with business with her? 2019-01-18T18:56:33 < kakimir> or what do you mean 2019-01-18T18:57:26 < kakimir> or that you just say do this stuff for me and I give you 300rmb 2019-01-18T18:58:49 < dongs> what do you mean? ive been fuckin around with her for like.. hm i dont even remember this shit 2019-01-18T18:58:52 < dongs> years 2019-01-18T18:58:54 < PaulFertser> kakimir considers being dongs' girl? 2019-01-18T19:04:44 < dongs> hope not 2019-01-18T19:05:17 < Haohmaru> doesn't he have to be.. a girl 2019-01-18T19:05:25 < Haohmaru> ..first 2019-01-18T19:05:25 < kakimir> yes 2019-01-18T19:05:31 < kakimir> it's important part 2019-01-18T19:05:37 < Haohmaru> then it ain't gonna work 2019-01-18T19:06:29 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-18T19:07:11 < aandrew> haohmaru obviously does not know how dedicated kakimir is 2019-01-18T19:08:35 < PaulFertser> Gender is a self-assigned trait nowadays. 2019-01-18T19:09:26 < Cracki> is this a monty python sketch set in ancient rome, about some judean liberation front? 2019-01-18T19:10:54 < englishman> beep emeb 2019-01-18T19:11:08 < englishman> what do you know about the GTP peripheral? 2019-01-18T19:11:19 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-18T19:12:29 < englishman> also aandrew 2019-01-18T19:12:45 < englishman> this device has ardik-7 connected to the ss lanes 2019-01-18T19:12:58 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] 2019-01-18T19:12:58 < englishman> I thought it was not usb3 characterized 2019-01-18T19:13:14 < englishman> are they just spamming their own shit? it does have their own driver 2019-01-18T19:13:34 < dongs> GTP is what you use on dicklinx when you wanna do displayport and shit 2019-01-18T19:13:43 < dongs> its some differential shit 2019-01-18T19:15:09 < rajkosto> GTP is for DP, Pci-E, USB3, SATA, etc 2019-01-18T19:15:20 < rajkosto> but you gotta implement everything yourself or licence an IP core which is yuge 2019-01-18T19:15:41 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-18T19:15:59 < englishman> right, I did not think GTP was for usb3, you needed higher end GTX shit 2019-01-18T19:16:26 < rajkosto> can it do 5gbps ? 2019-01-18T19:16:38 < englishman> yes ofc 2019-01-18T19:16:58 < rajkosto> GTP/GTX are just names of different series of "Gigabit Transciever" 2019-01-18T19:17:02 < englishman> yes 2019-01-18T19:17:04 < englishman> I know 2019-01-18T19:17:20 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-18T19:19:17 < rajkosto> what are these fucks called https://images.sshnuke.net/2019-01-18_18-19-13_u38Uw5Kr9.png 2019-01-18T19:19:33 < englishman> connectors 2019-01-18T19:19:38 < rajkosto> specifically 2019-01-18T19:20:02 < rajkosto> https://images.sshnuke.net/2019-01-18_18-19-54_ZqmqwvubS.png 2019-01-18T19:20:14 < dongs> thats jst-xh or someshit 2019-01-18T19:20:14 < rajkosto> i need one that wont lose any connection/glitch when wiggled/dropped 2019-01-18T19:20:21 < dongs> or jst-someshit 2019-01-18T19:20:23 < dongs> chinaclones 2019-01-18T19:20:32 < dongs> wahts the pitch 2019-01-18T19:20:40 < rajkosto> zwei 2019-01-18T19:20:43 < aandrew> yeah I was gonna say something JST 2019-01-18T19:20:54 < kakimir> jst ph? 2019-01-18T19:21:02 < englishman> tusb9261 exists, fuck cypress 2019-01-18T19:21:04 < emeb> beep englishman 2019-01-18T19:21:10 < englishman> hai 2019-01-18T19:21:16 < dongs> ph should work 2019-01-18T19:21:17 < emeb> hola wassup? 2019-01-18T19:21:17 < englishman> what do you think? 2019-01-18T19:21:28 < tctw> tectu 2019-01-18T19:21:29 < englishman> GTP connected directly to usb3 ss lanes 2019-01-18T19:21:58 < emeb> englishman: never used GTP. 2019-01-18T19:22:05 < dongs> i think emeb fpga expertise ends at 192000kHz 2019-01-18T19:22:06 < englishman> ahh 2019-01-18T19:22:16 < englishman> more like 8khz amirite 2019-01-18T19:22:31 < dongs> nah he gotta cater to the 'fools crowd 2019-01-18T19:22:39 < dongs> need some higher highs 2019-01-18T19:22:41 < aandrew> I haven't used transcievers either, my PCIe work used an external PHY becaue the CyIV-GX did not meet spec at -40C 2019-01-18T19:22:43 < emeb> eh - I do radios so my stuff sometimes runs @ 2ghz 2019-01-18T19:22:52 < emeb> but mostly 100-200MHz 2019-01-18T19:23:01 < emeb> (in the fabric) 2019-01-18T19:23:05 < rajkosto> what about these fucks, they are high voltage something but they never disconnect as they lock in https://images.sshnuke.net/2019-01-18_18-22-51_N0rmsrmir.png 2019-01-18T19:23:09 < tctw> I have intel cpu 4ghz 2019-01-18T19:23:27 < dongs> that looks like some backlight trash 2019-01-18T19:23:27 < englishman> two gtps for slvs-ec, two gtps for tusb9261, $100 ardix-7, bam imager 2019-01-18T19:23:27 < aandrew> don't know those rajkosto 2019-01-18T19:23:39 < aandrew> deep socket, pins only 1/3 way in, that's HV for sure 2019-01-18T19:23:47 < emeb> I did a board years ago where we pinned out a few GTPs but never used them. 2019-01-18T19:23:48 < rajkosto> tctw, i win https://images.sshnuke.net/2019-01-18_18-23-44_SPyg2RiZq.png 2019-01-18T19:24:23 < tctw> rajkosto, nope, you can't beat an i7-8086K collector's edition 2019-01-18T19:24:31 < tctw> that's nice tho, rajkosto 2019-01-18T19:24:35 < rajkosto> then its not 4GHz 2019-01-18T19:24:56 < tctw> yes it is 2019-01-18T19:24:58 < rajkosto> 9900k still has moar cores 2019-01-18T19:25:05 < tctw> 4.01GHz base speed, turbo to like 4.4 2019-01-18T19:25:13 < rajkosto> why not 5 2019-01-18T19:25:17 < rajkosto> you paid for it 2019-01-18T19:25:31 < tctw> I don't watch my CPU specs all the time, can't be sure atm 2019-01-18T19:25:45 < rajkosto> on 8086k you get 5ghz at stock volts 2019-01-18T19:26:02 < tctw> ah, then I might just be wrong 2019-01-18T19:26:20 < rajkosto> you just need to change the multiplier max in bios and enable multi core enhancement 2019-01-18T19:26:34 < tctw> I can also just not give a shit and continue working 2019-01-18T19:26:44 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-18T19:26:44 < tctw> :p 2019-01-18T19:26:46 < rajkosto> aandrew, whats funny is that the chinese are using the HV ones for 12V while the former ones for 60V 2019-01-18T19:27:03 < aandrew> rajkosto: heh 2019-01-18T19:27:18 < aandrew> you don't need that kind of connector for 12v 2019-01-18T19:27:28 < rajkosto> its just for lock in 2019-01-18T19:27:43 < rajkosto> as it going open circuit then suddenly reconnecting would make it go boom 2019-01-18T19:29:58 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-18T19:36:17 < englishman> >tectu 2019-01-18T19:36:25 < englishman> >working 2019-01-18T19:37:03 < englishman> we all know you just cruise around in your top trim Tesla and stolen Jew gold shooting sg550s 2019-01-18T19:38:05 < tctw> englishman, something like that. Spend 6 hours on the shooting range yesterday, employees kept working. #feelinggood 2019-01-18T19:38:22 < englishman> like a baus 2019-01-18T19:38:49 < englishman> do you have one of those shooting ranges that goes across a busy road 2019-01-18T19:38:59 < tctw> I was given a tesla - I returned it. never going to get rid of my jeep grand-cherokee 2019-01-18T19:39:10 < tctw> englishman, in fact, we do have that too, yes. 2019-01-18T19:39:17 < tctw> also in hiking areas 2019-01-18T19:39:24 < tctw> (because all areas are hiking areas here) 2019-01-18T19:39:27 < englishman> living the true life of kings 2019-01-18T19:39:44 < englishman> you could have saved that Tesla to shoot at 2019-01-18T19:39:49 < englishman> but you gave it back 2019-01-18T19:40:26 < PaulFertser> tctw: is it the real grand cherokee or the new qashqai-like cherokee? 2019-01-18T19:40:37 < tctw> PaulFertser, the real one. I feel insulted T__T 2019-01-18T19:40:47 < tctw> but I totally get your question :p 2019-01-18T19:40:51 < tctw> that should be the default question. 2019-01-18T19:41:08 < englishman> *I* never doubted you 2019-01-18T19:41:25 < tctw> PaulFertser, this one: https://www.youtube.com/watch?v=31Z5cRzSkdU 2019-01-18T19:41:43 < karlp> grand cherokee, because you wanted a land cruiser, but wanted to have worse fuel efficiency amirite? 2019-01-18T19:41:58 < englishman> how about something not made in Russia 2019-01-18T19:42:15 < tctw> karlp, well, yeah :/ 2019-01-18T19:43:32 < englishman> emeb will you be enjoying the lunar eclipse this weekend 2019-01-18T19:43:51 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2019-01-18T19:44:01 -!- bitmask_ [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-18T19:44:26 < PaulFertser> tctw: btw, do you get any offroading with it? 2019-01-18T19:44:56 < tctw> PaulFertser, yes 2019-01-18T19:45:22 < PaulFertser> tctw: on AT tires? 2019-01-18T19:45:47 < tctw> PaulFertser, yeah, I'm actually getting new tires the upcoming Monday 2019-01-18T19:45:58 < PaulFertser> My friend is always on MT. 2019-01-18T19:46:26 < tctw> wut? 2019-01-18T19:47:00 < PaulFertser> Mud Terrain, all the time 2019-01-18T19:47:08 < tctw> wut -> but why? 2019-01-18T19:47:17 < tctw> russia is snowy anyway, no? :p 2019-01-18T19:48:23 < PaulFertser> MT works ok for for ~120km/h cruising on a highway, and is much better for occassional offroading. 2019-01-18T19:48:34 < emeb> englishman: probably go out and look at it. 2019-01-18T19:48:54 < emeb> we usually get pretty good visibility on those. 2019-01-18T19:54:43 < kakimir> saw some woman smiling at us in sh center 2019-01-18T19:55:18 -!- cnt [uid317556@gateway/web/irccloud.com/x-lkkqxussnpfgolnv] has quit [Quit: Connection closed for inactivity] 2019-01-18T19:55:22 < kakimir> when she walked pass us she said 2019-01-18T19:55:34 < kakimir> "privjet" 2019-01-18T19:56:08 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 272 seconds] 2019-01-18T19:56:48 < PaulFertser> Crazy russian? 2019-01-18T19:59:04 < kakimir> I don't know if crazy but she looked like she knew the city and though we were probably kommrades 2019-01-18T19:59:50 < PaulFertser> kakimir: what city are you in? 2019-01-18T19:59:57 < kakimir> it's was the electronics district of sh 2019-01-18T19:59:58 < Steffanx> What does "minjet" mean PaulFertser? 2019-01-18T20:00:03 < PaulFertser> Steffanx: blowjob 2019-01-18T20:00:05 < Steffanx> lol 2019-01-18T20:00:08 < Steffanx> whokay. 2019-01-18T20:00:28 < PaulFertser> Steffanx: looking for nice words to tell your russian gf? 2019-01-18T20:00:42 < Steffanx> lol no, Russian games told me to say that :D 2019-01-18T20:00:46 < Steffanx> *gamers 2019-01-18T20:05:37 < kakimir> so many question.. what does lady do alone in futian district 2019-01-18T20:06:39 < kakimir> also russian* 2019-01-18T20:07:16 < kakimir> and clearly effortlessly navigating the area 2019-01-18T20:19:31 < antto> hiding from her mafia boss husband? 2019-01-18T20:19:45 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-18T20:31:17 < rajkosto> where do you lads stash your custom altium libraries 2019-01-18T20:31:41 < rajkosto> i used to put them same place altium put theirs but taht shit gets overwritten on uninstalls/reinstalls 2019-01-18T20:32:09 < zyp> I used to just keep a lib in each project and just copy it over to the next project 2019-01-18T20:32:22 < zyp> but eventually I made a git repo to hold a separate library project 2019-01-18T20:32:40 < zyp> so the answer to your question: in that git repo 2019-01-18T20:32:43 < rajkosto> 1. is what im doing atm 2019-01-18T20:32:48 < rajkosto> i meant on the filesystem 2019-01-18T20:32:51 < zyp> something like ~/Documents/altium_lib/ 2019-01-18T20:33:33 < zyp> messing inside altium's folders is just dumb, and you've found out one reason why :p 2019-01-18T20:33:39 < rajkosto> can i have example of effective comment/description before i make a fuckton of resistors 2019-01-18T20:34:00 < zyp> why make a fuckton? just make one 2019-01-18T20:34:27 < zyp> I mean, people are split on that, but IMO it makes more sense to just have one resistor part with a Value parameter 2019-01-18T20:34:46 < rajkosto> value doesnt pass to pcb 2019-01-18T20:34:52 < zyp> I think my comment on the part is something like =Value 2019-01-18T20:34:52 < rajkosto> so you have to edit the comment/descrtiption every time you update value 2019-01-18T20:34:57 < zyp> sure it does 2019-01-18T20:35:29 < rajkosto> i like to have a fake-BOM by looking at the pcb list 2019-01-18T20:36:10 < zyp> I'd pull it up and snap some screenshots for you, but my desktop computer is in the middle of being moved, so it's sitting disconnected in a corner 2019-01-18T20:37:01 < rajkosto> what is this "=Value" thing 2019-01-18T20:37:09 < rajkosto> comment is most prominently visible in pcb view 2019-01-18T20:37:34 < rajkosto> so i would put stuff like SMD Resistor 0603 =Value 1% ? 2019-01-18T20:37:51 < rajkosto> and the =Value would automatically pass from set value in schematic ? 2019-01-18T20:37:55 < mawk> http://imj.ie/semenly-harmless-back-pain-an-unusual-presentation-of-a-subcutaneous-abscess/ 2019-01-18T20:38:13 < Steffanx> no rajkosto 2019-01-18T20:38:25 < mawk> irish doing sub-cutaneous semen injection to cure back pain 2019-01-18T20:38:39 < rajkosto> i dont want to have to have to edit the value twice, one not being visible in schematic, and one not being visible in pcb 2019-01-18T20:38:46 < rajkosto> good mistake fodder 2019-01-18T20:38:46 < Steffanx> Almost the same thing was discussed on 23-december 2018 2019-01-18T20:39:36 < Steffanx> and it seems you were involved in this converstation. 2019-01-18T20:39:46 < rajkosto> and i didnt get proper answer 2019-01-18T20:40:07 < Cracki> wat semen injection 2019-01-18T20:40:18 < Cracki> and they seriously did lit research on that 2019-01-18T20:40:27 < Cracki> *review 2019-01-18T20:40:29 < rajkosto> googling for Altium "=Value" gives me nothin 2019-01-18T20:40:59 < Cracki> that altium "feature" seems to either require very new versions, or it's a myth 2019-01-18T20:41:09 < mawk> intraveinous injection sorry, not subcunaeous 2019-01-18T20:41:13 < mawk> I don't know if that's worse 2019-01-18T20:41:18 < Cracki> what you wanna "google" for is documentation on some kind of string interpolation or variables 2019-01-18T20:41:40 < Cracki> it was subcutaneous, not iv 2019-01-18T20:41:42 < Steffanx> rajkosto, it was semi answered 2019-01-18T20:41:46 < Cracki> iv wouldn't have caused an abscess 2019-01-18T20:41:52 < rajkosto> yes and since then ive been manually updating Comment and Description 2019-01-18T20:41:52 < mawk> bad iv does 2019-01-18T20:41:55 < Steffanx> and the conclusion was this is ufly: https://electronics.stackexchange.com/questions/369454/can-i-combine-comment-field-from-other-parameters-in-altium-designer 2019-01-18T20:41:56 < mawk> if you miss the vein 2019-01-18T20:42:01 < Steffanx> ugly 2019-01-18T20:42:04 < Cracki> then it's not iv, but beside the vein 2019-01-18T20:42:07 < rajkosto> but now i see this =Value thing 2019-01-18T20:42:21 < mawk> I guess he mainly did iv but sometimes missed the vein and went subcutaneous 2019-01-18T20:42:30 < mawk> also he seemed to have put bubbles in here 2019-01-18T20:42:47 < Cracki> oh heck they do say he tied i.v. 2019-01-18T20:43:09 < Cracki> bubbles in veins are verrry good 2019-01-18T20:45:40 < rajkosto> also i suppose you can have one schematic symbol for all the resistors and then choose 0603 or 0402 as the footprint but this like NEVER works out 2019-01-18T20:46:01 < Cracki> such incidents are always because they're perverts and they always come with an "innocent" excuse 2019-01-18T20:46:35 < Cracki> circuit design needs to be rethought 2019-01-18T20:47:26 < rajkosto> the footprint selection in schematic editor is kinda sucky and doesnt update the pcb properly even if you do the whole "Update Footprint from libraries" thing 2019-01-18T20:52:24 < rajkosto> preference? in value include the unit or not (farads, ohms, henries) 2019-01-18T20:52:53 < zyp> rajkosto, one schematic part for all footprints is what I do, works for me 2019-01-18T20:54:24 < rajkosto> i had troubles even using the altiuum supplied onesa with the "medium, low, high" density settings 2019-01-18T20:54:49 < rajkosto> update footprint in schematic, it doesnt change properly in pcb after changelist 2019-01-18T21:07:55 -!- tctw [~Tectu@82-197-160-105.init7.net] has quit [Quit: Leaving] 2019-01-18T21:10:13 < specing> Does anyone know how to mix .rodata and .text sections with gcc? Right now there is stuff in .rodata that is accessed by a pointer stored together with the code, but I'd like it to skip that if possible. 2019-01-18T21:16:27 < qyx> you are trying to achieve interesting things 2019-01-18T21:21:24 < mawk> what do you mean skip specing ? 2019-01-18T21:21:34 < mawk> you want less indirection ? 2019-01-18T21:22:24 < mawk> because currently you're using a GOT 2019-01-18T21:38:41 < Steffanx> why the BrainDamage is missing out of the pro stm32 telegram group/ 2019-01-18T21:39:17 < Steffanx> i mean, its all blaxter without the laurence 2019-01-18T21:41:31 < Ultrasauce> wait theres a tg group 2019-01-18T21:44:27 < specing> mawk: to skip having to store the whole 4-byte pointer by moving that data into pc-relative range (thumb) 2019-01-18T21:46:58 < mawk> yeah but it's required 2019-01-18T21:47:28 < mawk> if the function is too far away 2019-01-18T21:47:43 < mawk> but it's in a 64 MiB around the position counter, it should be fine 2019-01-18T21:47:53 < mawk> maybe your toolchain enabled this by default 2019-01-18T21:47:57 < mawk> try -mno-long-calls 2019-01-18T21:52:35 < zyp> specing, no matter how many times you ask, you're still not gonna get the compiler to stuff strings into local literal pools :) 2019-01-18T21:53:41 < zyp> plain variables should be doable by declaring them static const 2019-01-18T21:54:47 < zyp> non-static const have to be emitted to .rodata so it's visible to other translation units, but for static const the compiler would discard all symbols it has folded all references to 2019-01-18T21:55:17 < specing> zyp: why not 2019-01-18T21:56:16 < specing> mawk: this is M0, so PC +- 1024 give or take (thumb) and that is why I am asking how to make it emit local constants SO IT WILL NOT BE FAR AWAY 2019-01-18T21:56:36 < zyp> because compilers doesn't do that, AFAIK strings are always emitted to .rodata so that the linker can deduplicate reused literals 2019-01-18T21:56:45 < specing> sorry for yelling, I just want to get this point across 2019-01-18T21:56:50 < mawk> you can alter that behavior zyp 2019-01-18T21:56:57 < mawk> but you have to be a master in writing linker scripts 2019-01-18T21:57:03 < zyp> sure, you can write your own compiler 2019-01-18T21:57:11 < mawk> but I don't think you can do it in a general way 2019-01-18T21:57:28 < mawk> you'll have to define your own little local pools for every chunk of data&code you want to be close to each other 2019-01-18T21:57:55 < specing> zyp: but the linker can choose to place those constants into a local pool if it can 2019-01-18T21:57:56 < zyp> mawk, using a linker script to move the literals closer won't turn the already compiled references to them into local references 2019-01-18T21:58:03 < zyp> specing, no, it can't 2019-01-18T21:58:06 < specing> Now the question is how to make it do so 2019-01-18T21:58:18 < mawk> you can choose inside the .c where you put the litterals 2019-01-18T21:58:19 < zyp> constant pools are generated by the compiler, not the linker 2019-01-18T21:58:33 < mawk> using __attribute__((__section__("something"))) attributes 2019-01-18T21:58:37 < zyp> by the time the linker sees this, they are already part of the function 2019-01-18T21:59:38 < zyp> mawk, I'm pretty sure anything that's in another section will get full pointer references, even though the linker might still later locate that other section within a 1024B offset 2019-01-18T22:00:04 < zyp> because the compiler doesn't know where the linker will put it, and thus have to be on the safe side 2019-01-18T22:00:10 < mawk> yeah 2019-01-18T22:00:17 < mawk> yeah, that makes sense 2019-01-18T22:01:29 < mawk> you can always do it in the code section using something like __asm__("mystr:\n\tasciz \"something\""); but that's not something very pretty 2019-01-18T22:02:03 < mawk> but even when you do that I don't know if the compiler won't make a full pointer ref when you reference the label 2019-01-18T22:02:16 < zyp> I know on some platforms, the linker has the ability to insert thunks for function calls 2019-01-18T22:03:26 < zyp> i.e. when the call instruction takes multiple data widths, the compiler emits the smallest one by default, and when the called function is too far away, the linker adds a thunk which is essentially just a small piece of code that loads the full address of the actual function and jumps to it 2019-01-18T22:04:07 < mawk> sounds like the PLT 2019-01-18T22:04:08 < zyp> but I'm not aware of a similar mechanism for data, and I don't think this applies to cortex-m anyway 2019-01-18T22:04:20 < zyp> no, the PLT solves a different problem 2019-01-18T22:07:06 < zyp> the point of a thunk is to be close to where it's called from, so they are spread around in the code, not collected up in a single table 2019-01-18T22:07:11 < mawk> yes 2019-01-18T22:07:21 -!- psprint [~psprint@91.245.82.2] has quit [Quit: WeeChat 2.3] 2019-01-18T22:10:34 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-18T22:11:18 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-18T22:13:09 < mawk> try to put your strings in .code specing 2019-01-18T22:13:15 < mawk> and if that doesn't work you can give up 2019-01-18T22:13:43 < specing> that is exactly what I'm trying .. 2019-01-18T22:13:49 < mawk> then do it 2019-01-18T22:13:57 < mawk> __attribute__((__section__(".code"))) 2019-01-18T22:14:04 < specing> or rather researching, since I don't know how to implement it 2019-01-18T22:15:46 < mawk> I don't know about the subsection names that gcc uses 2019-01-18T22:15:58 < mawk> you can maybe put the string directly inside the function to be sure it's closez 2019-01-18T22:15:59 < mawk> -z 2019-01-18T22:18:37 < Laurenceb_123> this should "just work" 2019-01-18T22:18:53 < Laurenceb_123> you dont need to do AVR style shit on arm 2019-01-18T22:19:45 < zyp> I tried a few tricks here 2019-01-18T22:20:29 < specing> Laurenceb_123: stm32f030 is only like ... 16 KB of code? 2019-01-18T22:20:38 < zyp> both using the string literal directly, making a static const char array containing the string and using that and doing that inside the function 2019-01-18T22:21:00 < Laurenceb_123> > static const 2019-01-18T22:21:04 < Laurenceb_123> that does it for me 2019-01-18T22:21:06 < zyp> they all result in exactly the same code 2019-01-18T22:21:16 < Laurenceb_123> no __attribute__ shit 2019-01-18T22:21:46 < zyp> only difference is that the plain literal puts the string into .rodata.str1.1, the other two puts stuff directly into .rodata 2019-01-18T22:23:14 < zyp> Laurenceb_123, you're missing the context completely :) 2019-01-18T22:23:25 < Laurenceb_123> ok sorry 2019-01-18T22:23:36 < zyp> Laurenceb_123, but you're also right, shit works, specing is just unhappy about how it works 2019-01-18T22:23:47 < Laurenceb_123> thought it was perman00b question time 2019-01-18T22:24:25 < mawk> you didn't try in .code ? 2019-01-18T22:24:34 < mawk> I don't know any ARM assembly so I can't try 2019-01-18T22:24:43 < zyp> there isn't a section named .code, it's .text 2019-01-18T22:24:57 < mawk> ah .text sorry yes 2019-01-18T22:25:05 < zyp> and no, I didn't try, it's not gonna make a difference 2019-01-18T22:25:13 < zyp> I mean, I could 2019-01-18T22:25:29 < mawk> yeah 2019-01-18T22:25:38 < mawk> gcc doesn't know the referenced address is near 2019-01-18T22:25:57 < mawk> do it in assembly if you don't like how it's done specing 2019-01-18T22:26:45 < zyp> still no difference :) 2019-01-18T22:27:10 < mawk> why not ? if you can put your strings near your code 2019-01-18T22:27:20 < mawk> without any gcc involved 2019-01-18T22:27:21 < zyp> https://paste.jvnv.net/view/2NUD8 2019-01-18T22:27:36 < mawk> ah you mean with the section thing 2019-01-18T22:27:39 < zyp> yeah 2019-01-18T22:27:57 < zyp> doing it with inline assembly is a mess 2019-01-18T22:28:04 < mawk> yeah 2019-01-18T22:28:21 < zyp> emitting the string right in the middle of code means you'd have to jump over it, defeating any potential savings immediately :p 2019-01-18T22:28:23 < specing> I'd like it to just work, without modifications to each and every string 2019-01-18T22:28:23 < mawk> because in any you you're gonna have to declare the label, and gcc doesn't know where it is 2019-01-18T22:28:46 < rajkosto> you know what would be cool in altium 2019-01-18T22:28:48 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has quit [Ping timeout: 245 seconds] 2019-01-18T22:28:58 < rajkosto> seeing the 3d body in 2d view in footprint editor so i can nail the holes to match the legs 2019-01-18T22:29:00 < zyp> specing, but why are you so obsessed over it? what problems are the standard behavior causing you? 2019-01-18T22:29:34 < specing> zyp: it makes it harder to follow disassembly if I have to track double indirection 2019-01-18T22:29:51 < zyp> rajkosto, sounds dumb, generally you shouldn't trust 3d models :) 2019-01-18T22:30:52 < zyp> make footprints from datasheet, use 3d model to verify it looks sane, if 3d model disagrees, recheck datasheet 2019-01-18T22:32:19 < zyp> specing, oh, right, that was your argument 2019-01-18T22:32:50 < rajkosto> i forgot if you could have multiple pads with same designator or if you should make polygons/fills that just ouch it 2019-01-18T22:32:53 < zyp> IIRC the other day I were asking if you were only disassembling unoptimized code, but I didn't have time to stick around to see your answer 2019-01-18T22:33:16 < zyp> rajkosto, multiple pads with same designator is perfectly fine 2019-01-18T22:33:34 < zyp> for connectors with multiple shield pins, I tend to designate them all SH 2019-01-18T22:34:08 < rajkosto> what about mounting pads/holes that arent actually connected to each other 2019-01-18T22:34:23 < specing> zyp: I am using -Os 2019-01-18T22:34:30 < zyp> rajkosto, what are they connected to? 2019-01-18T22:34:41 < rajkosto> nothing, just structurally there 2019-01-18T22:34:48 < rajkosto> you would usually make them GND so they dont rip off 2019-01-18T22:35:01 < zyp> well, yeah, that's SH in my book :p 2019-01-18T22:35:15 < rajkosto> but they could be anything, and if you make them all the same 2019-01-18T22:35:28 < rajkosto> then you cant 2 different tracks through 2 different ones 2019-01-18T22:35:33 < Getty> stupid question, someone ever saw some power splitter where you have like 2 outputs and a switch to switch between them? like that never both are connected just one depending on where the switch is? 2019-01-18T22:35:41 < Getty> having a hard time finding something 2019-01-18T22:35:46 < zyp> rajkosto, that's true, but IMO that would be poor design anyway 2019-01-18T22:36:24 < rajkosto> also, rectangles or rounded rectangles for pads 2019-01-18T22:36:29 < zyp> Getty, what's the purpose? i.e. what are you powering? 2019-01-18T22:37:15 -!- superbia [~superbia@unaffiliated/superbia] has joined ##stm32 2019-01-18T22:37:17 < zyp> do you need some sort of interlocking? 2019-01-18T22:37:20 < superbia> good evening professionals 2019-01-18T22:37:33 < zyp> rajkosto, whatever you want 2019-01-18T22:37:39 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:4563:aad4:69e4:a66c] has joined ##stm32 2019-01-18T22:37:40 < Getty> zyp: its just for the bath where we have dishwasher and washing machine and both can't run at once 2019-01-18T22:37:46 < Getty> zyp: so i wanted to simplify that situation 2019-01-18T22:38:03 < rajkosto> most double throw switches are like that ? 2019-01-18T22:38:06 < karlp> why cant they both run? 2019-01-18T22:38:20 < superbia> shitty installations 2019-01-18T22:38:24 < Getty> the power in this house is no good ;) 2019-01-18T22:38:26 < superbia> probably east european 2019-01-18T22:38:26 < zyp> yeah, a plain double throw switch should be fine 2019-01-18T22:38:42 < Getty> germany ;) old house 2019-01-18T22:38:50 < superbia> germany is east european 2019-01-18T22:39:06 < superbia> well half 2019-01-18T22:39:11 < superbia> i think 2019-01-18T22:39:20 < zyp> sounds like the opposite situation to what I have 2019-01-18T22:39:45 < superbia> you have good installations, but no $ to pay the bills? 2019-01-18T22:40:10 < zyp> I have two outlets on dedicated circuits in the laundry room, one for the laundry machine and one for the dryer, but I have a combined laundry machine/dryer, so I'm only making use of one of them :p 2019-01-18T22:40:33 < specing> What would be cool would be smarter dishwashers/laundry machines that can talk to eachother and not run high power consumers at the same time 2019-01-18T22:40:57 < specing> so you could have a 3kW residential connection instead of 7kW and pay 8 eur less per month 2019-01-18T22:41:08 < zyp> wat, 7kW? 2019-01-18T22:41:20 < superbia> a massive pump 2019-01-18T22:41:36 < specing> and still everything would get washed at approximately the same time, just e.g. electric water heaters in them would not run at the same time 2019-01-18T22:41:50 < Getty> yeah the primary problem is that just one circuit reaches that room and the electrician explicit reminded me that i still cant run both even tho they made those additional wires (before that it was all horrible worst even) 2019-01-18T22:41:54 < day> isnt 11kW normal? 2019-01-18T22:41:56 < specing> zyp: 220V at 35A 2019-01-18T22:42:14 < day> 3 phases each 16A @230V 2019-01-18T22:42:16 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has joined ##stm32 2019-01-18T22:42:21 < superbia> that sounds right 2019-01-18T22:42:22 < zyp> that sounds awfully low, but then again I guess you have a gas service too 2019-01-18T22:42:26 < Getty> but that still doesn't answers my question 2019-01-18T22:42:27 < specing> day: 11kW is 3-phase residential, for 1-phase 7kW is quite normal 2019-01-18T22:42:31 < Getty> :D 2019-01-18T22:42:55 < Getty> i mean, is this wish so absurd? I can imagine a lot of other scenarios where such a "switch" could be handy 2019-01-18T22:42:56 < specing> Are there any projects for reverse engineering dishwashers/laundry machines? 2019-01-18T22:43:04 < superbia> yea 2019-01-18T22:43:12 < specing> that replace their brains with stm32 and decent code 2019-01-18T22:43:18 < superbia> it's called smart home, prevent both from working at once 2019-01-18T22:43:35 < zyp> I actually lived in a house with single phase 35A 230V some years back 2019-01-18T22:43:37 < specing> zyp: I have russian gas pipeline to home 2019-01-18T22:43:39 < Ecco> hi :) 2019-01-18T22:43:50 < zyp> when I were a student, renting a room in an old house 2019-01-18T22:43:52 < superbia> specing: u got a drill? 2019-01-18T22:44:12 < specing> superbia: many drills 2019-01-18T22:44:14 < zyp> I remember during the winter we blew the main fuse a bunch of times :p 2019-01-18T22:44:26 < day> switching from 3phases 11kW to one phase 7kW is probably problematic due to the cabling 2019-01-18T22:44:44 < rajkosto> zyp, https://images.sshnuke.net/2019-01-18_21-44-35_tMEJ4vlNh.png for stuff like this better to use fill (like it is here) or another pad 2019-01-18T22:44:54 < Ecco> I'd like to find a DC-DC converter for a test bench. Would take 5V and output 4.2V, very accurately. I don't really care about the unit price since I'll buy like 10. Would you guys have any recommendation? 2019-01-18T22:45:45 < day> 4.2V? is that some kind of standard output voltage I've never heard about? 2019-01-18T22:45:50 < Getty> i really can't find anything remotely relevant on amazon.... 2019-01-18T22:45:59 < Ecco> day: no, just faking a fully charged lipo cell 2019-01-18T22:46:01 < zyp> day, lipo fully charged, I guess 2019-01-18T22:46:04 < day> ah 2019-01-18T22:46:05 < Ecco> zyp's good 2019-01-18T22:46:07 < zyp> :) 2019-01-18T22:46:09 < Ecco> :-) 2019-01-18T22:46:23 < Ecco> Could as well be 4.1, or even 4 actually 2019-01-18T22:46:34 < zyp> depends on the charge profile 2019-01-18T22:46:35 < day> yeah. dont see the reason for it to be accurate 2019-01-18T22:46:52 < superbia> bedtime 2019-01-18T22:46:55 < Ecco> day: to calibrate other devices 2019-01-18T22:47:07 < day> in that case you probably also want massive current output capability? 2019-01-18T22:47:15 -!- superbia [~superbia@unaffiliated/superbia] has left ##stm32 ["WeeChat 2.3"] 2019-01-18T22:47:24 < Ecco> massive I don't know, less that 1A 2019-01-18T22:47:33 < zyp> why 5V in? why not a normal benchtop supply? 2019-01-18T22:47:33 < Ecco> (not sure that qualifies as massive) 2019-01-18T22:47:50 < Ecco> zyp: because 5V PSU are available everywhere? 2019-01-18T22:47:56 < day> i thought you might want to simulate peak output with like 20A or so 2019-01-18T22:48:01 < Ecco> oh no 2019-01-18T22:49:02 < zyp> Ecco, if you want an accurate supply for calibration, you probably don't want to rely on random 5V supplies 2019-01-18T22:49:18 < day> my hack solution would be a linear regulator powered by a 5V charger 2019-01-18T22:49:22 < zyp> I mean, you know that by design, usb chargers drop the voltage when you increase the current draw? 2019-01-18T22:49:40 < Ecco> zyp: I didn't know it was "by design" 2019-01-18T22:49:55 < day> they dont maintain 5V at the rated output current? 2019-01-18T22:50:23 < Ecco> day: yeah, that's what I had in mind: put an LDO behind a 5V charger 2019-01-18T22:50:25 < zyp> no, this is how chargers signal current capacity 2019-01-18T22:50:53 < Ecco> really? 2019-01-18T22:50:58 < day> isnt that done via the resistor network in the charger? 2019-01-18T22:51:03 < Ecco> that's in the USB standard? 2019-01-18T22:51:32 < zyp> when current increases towards the capacity of the charger, voltage decreases towards a reference voltage signalling that the consumer shouldn't draw more 2019-01-18T22:51:41 < day> pretty sure theres a resistor in there that tells the device how much power they can supply (at least pre usb3) 2019-01-18T22:51:43 < Ecco> oh, intersting 2019-01-18T22:52:06 < zyp> IIRC the resistor only says what kind of port it is 2019-01-18T22:52:25 < rajkosto> for the usb charging specification, a "dumb charger" will have a resistor between D+ and D- 2019-01-18T22:52:30 < rajkosto> indicating how much current it can supply 2019-01-18T22:52:50 < rajkosto> you cant do that if the data lines are actually used 2019-01-18T22:53:11 < day> https://www.instructables.com/id/Modify-a-cheap-USB-charger-to-feed-an-iPod-iPhone/ 2019-01-18T22:53:14 < PaulFertser> I've seen samsung phone refusing to draw more than 500mA unless D+/D- (shorted) had specific voltage. 2019-01-18T22:53:39 < day> the device checks voltage levels on the D- D+ lines to determine how much power can be drawn 2019-01-18T23:01:52 -!- cnt [uid317556@gateway/web/irccloud.com/x-rvacwtozecgnopih] has joined ##stm32 2019-01-18T23:03:09 < zyp> here's what BC 1.2 says about dedicated chargers: https://bin.jvnv.net/file/B7JDq.png 2019-01-18T23:04:11 < zyp> resistance between data lines is 200 ohms, regardless of current capacity 2019-01-18T23:05:05 < zyp> the purpose of the data lines is only to indicate whether it's a DCP or different type of port 2019-01-18T23:07:44 -!- nicksonT [uid310565@gateway/web/irccloud.com/x-bcburtuofgilvhik] has joined ##stm32 2019-01-18T23:09:01 < day> zyp: DCPs can supply up to 1.5A and are identified by a short between D+ to D-. 2019-01-18T23:09:09 < day> src: https://www.maximintegrated.com/en/app-notes/index.mvp/id/4803 2019-01-18T23:09:23 < zyp> BC 1.2 says 200 ohms 2019-01-18T23:09:52 < zyp> your source are quoting BC 1.1 2019-01-18T23:10:08 < day> i see 2019-01-18T23:10:43 < day> so i take it non DCP ports can do 1A. DCP ports can do more but are a bit more complex 2019-01-18T23:11:36 < zyp> 1.2 CDPs can also do 1.5A 2019-01-18T23:11:44 < zyp> but, yeah 2019-01-18T23:11:53 < zyp> the whole usb charging situation is a mess 2019-01-18T23:12:14 < day> just wait till they add the digital signing stuff ontop 2019-01-18T23:13:15 < zyp> officially, there's USB BC in multiple revisions, USB PD in multiple revisions and the simple signalling in USB type-C 2019-01-18T23:13:36 < zyp> and then there's qualcomm QC in multiple revisions and a bunch of proprietary standards 2019-01-18T23:14:22 < day> i hope oneplus WARP charge is just a fancy marketing name for the same stuff... 2019-01-18T23:15:31 < zyp> type-C has the simplest mechanism, the CC pullup/down that signals whether it's a host or a device has three possible values for host, signalling current capacity; legacy (500mA), 1.5A or 3A 2019-01-18T23:16:06 < zyp> hehe 2019-01-18T23:16:35 < zyp> PD is digital comms 2019-01-18T23:17:24 < zyp> the old revision (pre type-C) does sideband comms over vbus 2019-01-18T23:17:46 < zyp> it got a new revision along with type-C, instead doing sideband comms over the new CC line 2019-01-18T23:18:28 < zyp> I don't think anybody used the old revision for anything useful, but the new one seems to be gaining traction, now that a bunch of laptops can charge from usb-c 2019-01-18T23:24:53 < karlp> paypal wants to charge me $4.30 in fees to transfer $4.30 as a refund to an aliexpress duder 2019-01-18T23:24:56 < karlp> nice one. 2019-01-18T23:25:23 < rajkosto> aliexpress supports paypal now ? 2019-01-18T23:25:33 < malinus> not last I checked (yesterday) 2019-01-18T23:27:33 < karlp> no, seller refunded me because the product handed arrived when ali protection ran out 2019-01-18T23:27:37 < karlp> product arrived yesterday 2019-01-18T23:27:42 < karlp> wsa trying to refund them 2019-01-18T23:28:25 < karlp> had some paypal balance I can't use, was hoping to use it. 2019-01-18T23:29:25 < cnt> karlp: the only thing to do is throw a hand grenade at this aliexpress 2019-01-18T23:36:14 < rajkosto> Supplier: Dinkle Enterprise 2019-01-18T23:53:15 < zyp> karlp, so you ordered something, it didn't show up on time, you got your money back, it showed up and now you want to pay for it again? 2019-01-18T23:55:29 < zyp> sounds like pointless hassle, I would have just called the money compensation for stuff not being delivered at the contracted time and kept them :p 2019-01-18T23:55:58 < englishman> hello innovators 2019-01-18T23:56:07 < englishman> got the 5kW lazer working with alligator clips 2019-01-18T23:56:15 < zyp> good 2019-01-18T23:57:11 < englishman> no more mmbt3904, i will upgrade to 2n7002 2019-01-18T23:58:53 < karlp> zyp: well, I offered, but if they make it a hassle, no. 2019-01-18T23:59:39 < karlp> man, fucking hate it when you put things to bed, behaving repeatedly, commit it, known state. 2019-01-18T23:59:49 < karlp> try it again the next day. doens't behave at all the same. --- Day changed Sat Jan 19 2019 2019-01-19T00:08:49 * karlp flips table. 2019-01-19T00:11:47 < Laurenceb_123> https://files.catbox.moe/2spsmk.png 2019-01-19T00:13:28 < zyp> karlp, always fun 2019-01-19T00:20:44 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-19T00:30:33 < Laurenceb_123> https://www.youtube.com/watch?v=0Zo3L9la0x0 2019-01-19T00:36:44 < Ultrasauce> yeah im just gonna 2019-01-19T00:36:55 -!- mode/##stm32 [+o Ultrasauce] by ChanServ 2019-01-19T00:37:11 -!- mode/##stm32 [+b *!*@host86-141-2-42.range86-141.btcentralplus.com] by Ultrasauce 2019-01-19T00:37:16 -!- mode/##stm32 [-o Ultrasauce] by Ultrasauce 2019-01-19T00:38:45 -!- day [~Unknown@unaffiliated/day] has quit [Remote host closed the connection] 2019-01-19T00:48:05 -!- day [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-19T00:53:48 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:4563:aad4:69e4:a66c] has quit [Quit: Konversation terminated!] 2019-01-19T01:04:19 < rajkosto> what does Comment set to * do in Altium 2019-01-19T01:45:19 -!- cnt [uid317556@gateway/web/irccloud.com/x-rvacwtozecgnopih] has quit [Quit: Connection closed for inactivity] 2019-01-19T01:47:01 < mawk> that happened to me a few times karlp 2019-01-19T01:47:39 < mawk> you start to believe if a god is playing with you 2019-01-19T01:48:12 < anonnumberanon> Hi I found a large pdf(300pages) to learn the F103 with. Do you know a neat way to get it printed online so it is nice and useful to read? 2019-01-19T01:56:19 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-19T02:00:22 < specing> 300 pages is not large ;p 2019-01-19T02:00:32 < specing> What do you mean by 'printed online'? 2019-01-19T02:42:51 -!- cnt [uid317556@gateway/web/irccloud.com/x-mjyquxgihesypdzn] has joined ##stm32 2019-01-19T02:46:53 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-19T03:11:14 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 272 seconds] 2019-01-19T04:06:20 * karlp hi5s Ultrasauce the shadow warrior 2019-01-19T04:09:02 < dongs> sup pros 2019-01-19T04:09:15 < dongs> rajkosto: nothing 2019-01-19T04:09:51 < karlp> CS is up. not down. that's what's up 2019-01-19T04:12:08 < dongs> specing: i think he means like make a book out of it 2019-01-19T04:12:17 < dongs> kinkos will print it double-sided and bind it for you 2019-01-19T04:12:29 < dongs> assuming y oure in a first world country 2019-01-19T04:13:12 < rajkosto> dont KinkosShame 2019-01-19T04:14:51 < dongs> i wonder if amazon self-publishing shit would work too 2019-01-19T04:14:57 < karlp> last printed ref man I saw/fondled was for coldfire. 2019-01-19T04:15:08 < dongs> you could put the file up, then buy it yourself 2019-01-19T04:15:16 < dongs> karlp: i have like 30kg of printed manuals for a smartcard chip 2019-01-19T04:15:20 < dongs> because its the only fuckin way to get it 2019-01-19T04:15:25 < dongs> you cant get it in pdf 2019-01-19T04:15:25 < karlp> yeah, legacy as fuck. 2019-01-19T04:15:27 < dongs> because ~secure~ 2019-01-19T04:15:31 < dongs> no, its modern shit 2019-01-19T04:15:40 < karlp> yeah, but still legacy worldview 2019-01-19T04:15:42 < dongs> they only provide the shit printed 2019-01-19T04:15:43 < dongs> right 2019-01-19T04:15:51 < dongs> i also totally didnt take them to kinkos 2019-01-19T04:15:53 < dongs> to get them all scanned 2019-01-19T04:15:57 < dongs> nope not at all 2019-01-19T04:15:58 * karlp laughs 2019-01-19T04:16:10 < karlp> we have some standards we bought at work, 2019-01-19T04:16:22 < rajkosto> and then upload to those chinese websites that give you credit for sharing pdfs 2019-01-19T04:16:31 < karlp> pdfs, but with a header that says, "not allowed to be printed by anyone other than xxxx" and "not allowed to be stored digitally" 2019-01-19T04:16:40 < dongs> lul the last part 2019-01-19T04:16:48 < karlp> I _prefer_ it in it's digital version 2019-01-19T04:16:57 < rajkosto> how are you reading the pdf if it cant be stored digitally 2019-01-19T04:17:01 < dongs> how do y ou store it non-digitally? on cassette tape? 2019-01-19T04:17:01 < karlp> but a colleague hahs a pile of loose leafe printed bullshit 2019-01-19T04:17:09 < karlp> rajkosto: don't ask, don't tell or something 2019-01-19T04:17:11 < rajkosto> its in RAM if youre reading it 2019-01-19T04:17:13 < BrainDamage> both have advantages 2019-01-19T04:17:19 < BrainDamage> you can't ctrl f paper 2019-01-19T04:17:22 < BrainDamage> or have hyperlinks 2019-01-19T04:17:38 < karlp> BrainDamage: sure, I do like them on paper form time to time, but if I could only pick one, I'd definitely pick digital 2019-01-19T04:17:58 < rajkosto> aint got desk space to flip over a book 2019-01-19T04:21:19 < specing> dongs: if they are hiding docs like that then it isn't secure at all 2019-01-19T04:21:25 < specing> just security by obscurity 2019-01-19T04:24:34 < rajkosto> hmm what resistors should be on gates of power mosfets 2019-01-19T04:25:07 < rajkosto> seems to be stuff from 2r2 to 4r7 2019-01-19T04:25:54 < sync> haha yeah karlp 2019-01-19T04:26:34 < sync> I wonder if anybody would care about something that is written inside of a document not to print it 2019-01-19T04:26:58 < karlp> fucking separated these test fixures again to avoid any mixed drive of pins. still no cs. 2019-01-19T04:27:05 < sync> although they could troll a bit and put a eurion constellation in there 2019-01-19T04:27:13 < karlp> with both the hardware and the software drive versions. insane. 2019-01-19T04:27:21 < karlp> so much for "just check it one more time" 2019-01-19T04:29:13 < sync> BrainDamage: I usually print out the relevant section of some datasheet and write shit down if I really need to 2019-01-19T04:48:59 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 244 seconds] 2019-01-19T04:49:17 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-19T04:57:09 -!- nicksonT [uid310565@gateway/web/irccloud.com/x-bcburtuofgilvhik] has quit [Quit: Connection closed for inactivity] 2019-01-19T04:58:58 < rajkosto> so why does altium schematic library editor have different grid settings than the normal schematic and/or pcb editor 2019-01-19T04:59:14 < dongs> rajkosto: the idea there is to always be on grid 2019-01-19T04:59:19 < dongs> i suggest leaving it at 100 2019-01-19T04:59:22 < rajkosto> yes but why cant i change it to imperial 2019-01-19T04:59:27 < dongs> don't 2019-01-19T04:59:36 < rajkosto> it defaults me to mm grid which no symbols ever use 2019-01-19T04:59:42 < dongs> ??? what mm grid 2019-01-19T04:59:47 < rajkosto> best i can do is click the grid icon and change to 2.54mm 2019-01-19T04:59:55 < rajkosto> https://images.sshnuke.net/2019-01-19_03-59-54_1oJEctBme.png 2019-01-19T05:00:05 < rajkosto> Q doesnt work 2019-01-19T05:00:10 < dongs> grid: 100mil for me 2019-01-19T05:00:13 < dongs> hold on, it must be some trash in settings 2019-01-19T05:00:28 < rajkosto> and for normal schematic i can change the template to one of the american sizes and then it switches to mils 2019-01-19T05:00:30 < dongs> yea 2019-01-19T05:00:34 < rajkosto> but not for schematic library editor 2019-01-19T05:00:34 < dongs> settings , schematic - general 2019-01-19T05:00:49 < dongs> units 2019-01-19T05:00:51 < dongs> mils/mms 2019-01-19T05:01:06 < rajkosto> yeah 2019-01-19T05:01:10 < rajkosto> that changes the default for shematics 2019-01-19T05:01:14 < rajkosto> not schematic libraries 2019-01-19T05:01:20 < rajkosto> grid is still in mm 2019-01-19T05:01:26 < dongs> no... 2019-01-19T05:01:29 < dongs> ive never seen it in mm 2019-01-19T05:01:34 < rajkosto> https://images.sshnuke.net/2019-01-19_04-01-33_AxZyoK8kJ.png 2019-01-19T05:01:41 < rajkosto> https://images.sshnuke.net/2019-01-19_04-01-40_TXKt8EZXM.png 2019-01-19T05:01:56 < dongs> holy nigger can you change that fucking unreadable colorscheme to black on white lmao 2019-01-19T05:01:59 < dongs> i cant even see shit 2019-01-19T05:02:00 < rajkosto> its in Tools->Document Options 2019-01-19T05:02:08 < dongs> who tehfuck at altinigger thought gray on gray was a good idea 2019-01-19T05:02:11 < rajkosto> https://images.sshnuke.net/2019-01-19_04-02-10_hN83e9uTQ.png 2019-01-19T05:02:17 < rajkosto> it looks like Autodesk 2019-01-19T05:02:19 < rajkosto> thats why 2019-01-19T05:02:25 < rajkosto> i dont mind it in Max etc 2019-01-19T05:02:47 < rajkosto> the problem with altium is that when you are editing schematics the background is light... 2019-01-19T05:02:54 < rajkosto> with pcb editor its better as the background is dark 2019-01-19T05:02:57 < dongs> > problem 2019-01-19T05:03:10 < dongs> may be for you 2019-01-19T05:03:13 < dongs> but not for normal users 2019-01-19T05:03:21 < rajkosto> i can tolerate 2019-01-19T05:03:27 < rajkosto> 18 was the worst 2019-01-19T05:03:28 < rajkosto> 19 is better 2019-01-19T05:04:08 < karlp> ##stm32, demonstrating daily why altium is the best/worst.... 2019-01-19T05:04:22 < rajkosto> the real question is 2019-01-19T05:04:27 < rajkosto> make the schematic ICs have yellow boxes or transparent boxes 2019-01-19T05:04:42 < dongs> yellow transparent 2019-01-19T05:05:03 < dongs> rajkosto: default for altium has always been mils for schematic 2019-01-19T05:05:06 < dongs> ive never seen it in mm 2019-01-19T05:05:09 < dongs> what the fuck did you change 2019-01-19T05:05:14 < aandrew> for schematic always leave your grid at 100. 2019-01-19T05:05:17 < rajkosto> i told you how i change for schematic 2019-01-19T05:05:24 < rajkosto> but for schematic library i had to just figure it out 2019-01-19T05:05:25 < dongs> aandrew: for some reason, his shit is in millimeters 2019-01-19T05:05:30 < aandrew> yeah he made a change 2019-01-19T05:05:32 < rajkosto> its always in mm for a new schematic libraries 2019-01-19T05:05:32 < aandrew> I did that once 2019-01-19T05:05:33 < dongs> where? 2019-01-19T05:05:35 < aandrew> it's hell to put back 2019-01-19T05:05:48 < dongs> i dont even know where properties for sch library are 2019-01-19T05:05:51 < aandrew> hang on let me see if I can find the shit 2019-01-19T05:05:54 < rajkosto> i actually didnt change anything 2019-01-19T05:05:55 < dongs> since everything is a niggerified sidebar now 2019-01-19T05:05:57 < rajkosto> told 19 not to import anything 2019-01-19T05:06:08 < dongs> i told 19 to import all my shit 2019-01-19T05:06:09 < dongs> from 18 2019-01-19T05:06:10 < dongs> and 2019-01-19T05:06:17 < dongs> it went ahead and ignore the 1st change that i make 2019-01-19T05:06:26 < dongs> which is turning off the faggot unreadable theme 2019-01-19T05:07:23 < dongs> ah 2019-01-19T05:07:24 < dongs> found 2019-01-19T05:07:25 < dongs> rajkosto: 2019-01-19T05:07:38 < aandrew> hm, prefs -> schematic -> grids, mine are all 10/50/100mil with visible set to 100 for everything 2019-01-19T05:07:45 < dongs> no 2019-01-19T05:07:47 < dongs> thats not here 2019-01-19T05:07:56 < dongs> rajkosto: open schlib 2019-01-19T05:07:58 < aandrew> oh this is 17 2019-01-19T05:07:59 < dongs> click inside any symbol 2019-01-19T05:08:02 < aandrew> not sure what you can do in 19 2019-01-19T05:08:02 < dongs> T, D 2019-01-19T05:08:09 < rajkosto> dongs, you niggerfaggot 2019-01-19T05:08:11 < aandrew> ahh 2019-01-19T05:08:12 < rajkosto> i told you i found that. 2019-01-19T05:08:12 < dongs> then change units to mils on the gay sidebar 2019-01-19T05:08:17 < rajkosto> i even gave you a shot of it 2019-01-19T05:08:21 < dongs> yeah so? 2019-01-19T05:08:23 < dongs> whats hte problem 2019-01-19T05:08:24 < rajkosto> but why is my default for new schlib always mm 2019-01-19T05:08:30 < aandrew> prefs -> schematic -> default units, in there make sure you're using "dxp defaults" 2019-01-19T05:08:31 < dongs> oh probably cuz tyoure some eurofaggot 2019-01-19T05:08:36 < rajkosto> I AM 2019-01-19T05:08:37 < aandrew> that is what I fucked up 2019-01-19T05:08:53 < rajkosto> that doesnt mean altium should be racis 2019-01-19T05:09:03 < dongs> OH! 2019-01-19T05:09:21 < dongs> rajkosto: https://i.imgur.com/akyq6w8.png also here 2019-01-19T05:09:27 < dongs> schematic-.defaults 2019-01-19T05:09:29 < dongs> i bet thats it 2019-01-19T05:09:49 < rajkosto> already in mils there 2019-01-19T05:09:53 < dongs> ok then 2019-01-19T05:09:56 < dongs> i'd say cuz youre eurofag. 2019-01-19T05:09:58 < rajkosto> i think this is for when you make a new thingy 2019-01-19T05:10:05 < rajkosto> not the general schematic editor 2019-01-19T05:10:32 < rajkosto> ill just have to remember to change it each time i make a new sch or schlib 2019-01-19T05:10:38 < dongs> anyway http://worksonmymachine.pro 2019-01-19T05:10:43 < dongs> lemme try make a new schlib 2019-01-19T05:10:47 < dongs> its been literally years since i made a new one 2019-01-19T05:11:02 < rajkosto> it might be doing something dumb like assuming from your windows regional settings 2019-01-19T05:11:22 < dongs> nope, 2019-01-19T05:11:24 < dongs> grid is 100mil 2019-01-19T05:11:26 < dongs> for new lib 2019-01-19T05:11:39 < dongs> i guess y ou just fail it 2019-01-19T05:11:44 < rajkosto> it is for me now too 2019-01-19T05:11:50 < dongs> < rajkosto> it might be doing something dumb like assuming from your windows regional settings 2019-01-19T05:11:54 < dongs> thats my guess 2019-01-19T05:11:54 < dongs> which is why i said 2019-01-19T05:11:56 < dongs> cuz youre eurofag 2019-01-19T05:12:04 < dongs> thats ridiculous tho but whateverf 2019-01-19T05:12:22 < rajkosto> it has always been mm and ive just been changing the grid to 2.54mm lol to get close enoughj\ 2019-01-19T05:12:27 < dongs> more than half of altidumb is still writtten in delphi 2019-01-19T05:12:35 < dongs> so the stupid shows 2019-01-19T05:12:57 < PeterM> rajkosto you probably set it to metric/mm when you installed it or in one of the initial configs 2019-01-19T05:13:11 < dongs> well he claimed 2019-01-19T05:13:15 < dongs> he said "not to import" anything 2019-01-19T05:13:17 < dongs> from old 2019-01-19T05:15:13 < rajkosto> you guys ever make the proper usage of input/output/power pins 2019-01-19T05:15:18 < rajkosto> i just leave everything passive cuz dont wanna bother 2019-01-19T05:15:27 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-19T05:15:31 < rajkosto> most are multifunctional anyway 2019-01-19T05:16:47 < PeterM> depends on the project - for dicking around erc can be a cunt but on bigger stuff yeah i usually set them 2019-01-19T05:16:58 < dongs> sometimes i do 2019-01-19T05:17:04 < dongs> yeah same as peterm 2019-01-19T05:17:18 < dongs> i will usually set shit for interface converting things 2019-01-19T05:17:26 < dongs> just to get those nice arrows in sch 2019-01-19T05:17:32 < rajkosto> arrows are independent tho 2019-01-19T05:17:37 < rajkosto> thats just "Symbols" 2019-01-19T05:17:39 < dongs> you get them if you set type 2019-01-19T05:18:03 < rajkosto> i set the arrows if the manufs symbol has them 2019-01-19T05:18:13 < rajkosto> but never bother with type, as i ignore compiler warnings anyway 2019-01-19T05:19:01 < aandrew> dongs: prefs -> schematic -> default units, in there make sure you're using "dxp defaults" 2019-01-19T05:19:22 < rajkosto> thats not there in 19 2019-01-19T05:19:35 < dongs> aandrew: doesnt exist in 19 2019-01-19T05:19:38 < dongs> ive seen it before 2019-01-19T05:19:50 < rajkosto> i think thats just schematic->General->Units now 2019-01-19T05:19:51 < aandrew> ugh 2019-01-19T05:20:07 < rajkosto> dongs, https://images.sshnuke.net/2019-01-19_04-20-06_GETr8eEqM.png 2019-01-19T05:20:12 < rajkosto> whats ytour sheet size here 2019-01-19T05:20:25 < rajkosto> Schematic->General 2019-01-19T05:20:32 < dongs> doesnt matter cuz i change that depending on what im drawing 2019-01-19T05:20:41 < rajkosto> yes but when you change those 2019-01-19T05:20:43 < rajkosto> the units change 2019-01-19T05:20:47 < rajkosto> if you use A4 it switcehs to mm 2019-01-19T05:21:00 < rajkosto> i switch manually to one of the american ones to get mil 2019-01-19T05:21:08 < dongs> lets see 2019-01-19T05:21:38 < dongs> 'A' 2019-01-19T05:21:48 < dongs> (not A4) 2019-01-19T05:21:54 < rajkosto> k ill never need to switch anymore i dont think 2019-01-19T05:21:56 < rajkosto> will be mil forever 2019-01-19T05:22:02 < dongs> i think if you set it to A, yeah 2019-01-19T05:22:12 < dongs> i neer cahnged that 2019-01-19T05:22:16 < dongs> so unless it kept importing shit 2019-01-19T05:22:17 < rajkosto> (ofc i use mm in pcb editor im not mad) 2019-01-19T05:22:22 < rajkosto> that might be region defaults 2019-01-19T05:23:59 < rajkosto> why is altium 19 randomly doing the IE click sound btw 2019-01-19T05:26:03 < dongs> NO IDEA 2019-01-19T05:26:13 < dongs> maybe they gave up on using shitzilla for embedded browser 2019-01-19T05:26:17 < dongs> and switched to superior IE 2019-01-19T05:26:18 -!- Laurenceb_123 [~laurence@host86-141-2-42.range86-141.btcentralplus.com] has quit [Ping timeout: 245 seconds] 2019-01-19T05:26:21 < rajkosto> it does it when its minimized 2019-01-19T05:31:36 < dongs> nope 2019-01-19T05:32:44 < anonnumberanon> Staring at the acreen all day for higher level programming i think having this as a paper book would be great 2019-01-19T05:33:52 < anonnumberanon> People with datasheets print them out and stuff them in binders i may do the same 2019-01-19T05:58:07 < rajkosto> https://images.sshnuke.net/2019-01-19_04-58-05_ZHrpn3i8S.png 2019-01-19T06:00:44 < dongs> lol'd 2019-01-19T06:05:32 < aandrew> dongs l0de is hoping you'd stop by 2019-01-19T06:05:56 < dongs> yea i just connected 2019-01-19T06:07:39 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has joined ##stm32 2019-01-19T06:13:11 < R2COM> sup 2019-01-19T06:13:25 < R2COM> damn im so tired its friday and i left work at like 7 2019-01-19T06:14:24 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 252 seconds] 2019-01-19T06:29:17 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2019-01-19T06:29:45 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-19T06:33:22 < dongs> holy FUCKING SHIT. ASSDROID IS SUCH COMPLETE FUCKING USELESS GARBAGE FUCK. Sitting at home listening to jewtooth headphones. Car in garage like 30meters away is started and about to leave. phone switches audio TO THE FUCKIGN CAR BLUETOOTH. 2019-01-19T06:33:30 < dongs> WHAT THE FUCK IS WRONG WITH YOU PIECES OF SHIT. WHO THE FUCK EVER THOUGHT SOMETHING WITH RSSI OF LIKE -9000 WOULD NEED TO TAKE PRIORITY OVER SHIT THATS 1 METER AWAY FROM PHONE. 2019-01-19T06:33:49 < dongs> fucking dumb nigger shit 2019-01-19T06:34:52 < kakimir> you are dongs 2019-01-19T06:37:45 < englishman> dongs> which is turning off the faggot unreadable theme 2019-01-19T06:37:52 < englishman> i submitted a bug for that btw 2019-01-19T06:38:01 < englishman> expect it fixed in altium 78 2019-01-19T06:43:18 < englishman> http://brechpunkt.de/q2vkpt/ 2019-01-19T06:44:09 < englishman> an actual reason to get RTX 2019-01-19T06:44:14 < dongs> sweet 2019-01-19T06:44:18 < dongs> is there a .exe 2019-01-19T06:44:49 < dongs> yes looks like its on shithub 2019-01-19T06:47:50 < rajkosto> ahhh shit i need a cheap aliexpress-common CR2032 holder for stm32 board with footprint and 3d model 2019-01-19T06:48:42 < dongs> plastic top-loader type 2019-01-19T06:48:45 < dongs> or metal clip type? 2019-01-19T06:49:46 < rajkosto> whichever's cheaper 2019-01-19T06:49:47 -!- fc5dc9d4_ [~quassel@p57A328AF.dip0.t-ipconnect.de] has joined ##stm32 2019-01-19T06:50:03 < rajkosto> its only for RTC 2019-01-19T06:50:50 < dongs> it depends. im using like 1-2k per month of the metal clip side loader, but i had chinagirl find some place that literally cloned BAT-HLD-01 2019-01-19T06:51:25 < rajkosto> oh i dont like the fully metal type 2019-01-19T06:51:31 < rajkosto> plastic base seems better 2019-01-19T06:51:34 < dongs> https://www.digikey.com/product-detail/en/linx-technologies-inc/BAT-HLD-001-TR/BAT-HLD-001-TRCT-ND/5803803 2019-01-19T06:51:37 < dongs> thios shit 2019-01-19T06:51:39 < dongs> then uh.. lemme check my records 2019-01-19T06:51:41 < dongs> yueah 2019-01-19T06:52:05 < dongs> S8421R 2019-01-19T06:52:15 -!- cnt [uid317556@gateway/web/irccloud.com/x-mjyquxgihesypdzn] has quit [Quit: Connection closed for inactivity] 2019-01-19T06:52:17 < dongs> https://www.digikey.com/product-detail/en/harwin-inc/S8421-45R/952-1737-1-ND/3131075 2019-01-19T06:52:20 < dongs> china clones those 2019-01-19T06:53:09 < dongs> 3d model is on harwin site 2019-01-19T06:53:37 < dongs> https://i.imgur.com/nkpnpnQ.png 2019-01-19T06:53:39 -!- fc5dc9d4 [~quassel@p5B081460.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2019-01-19T06:54:18 < rajkosto> https://www.aliexpress.com/item/Free-shipping-STM32F4-board-STM32F407VET6-STM32-Cortex-M4-development-board-DIY-pin-header/32843484907.html whats on these 2019-01-19T06:54:58 < dongs> hmm havent seen that 2019-01-19T06:55:15 < dongs> damn lol at that price 2019-01-19T06:55:28 < dongs> wait waht 2019-01-19T06:55:30 < rajkosto> thats a CR1220 holder 2019-01-19T06:55:30 < dongs> it comes with lcd? 2019-01-19T06:55:33 < rajkosto> no 2019-01-19T06:55:34 < rajkosto> lcd is 13 2019-01-19T06:55:48 < rajkosto> i have a pinout of the lcd header if you decide to buy one 2019-01-19T06:55:58 < rajkosto> that does not come in the specs 2019-01-19T06:56:03 < dongs> i think i have that one, is that t he HY32D thing? 2019-01-19T06:56:07 < dongs> waveshare sells same shit 2019-01-19T06:56:19 < dongs> https://www.waveshare.com/3.2inch-320x240-touch-lcd-c.htm 2019-01-19T06:56:36 < rajkosto> no idea i dont have the actual lcd 2019-01-19T06:56:38 < rajkosto> i wired in my own 2019-01-19T06:56:40 < dongs> ah 2019-01-19T06:57:01 < rajkosto> but that battery holder is just CR1220 versio nof the harwin ? 2019-01-19T06:57:10 < dongs> maybe 2019-01-19T06:57:19 < rajkosto> looks different 2019-01-19T06:58:37 < rajkosto> https://images.sshnuke.net/2019-01-19_05-58-33_dYGL6Jtmn.png 2019-01-19T06:58:47 < rajkosto> https://images.sshnuke.net/2019-01-19_05-58-43_8BMwJh2Bn.png 2019-01-19T07:01:19 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-19T07:01:38 < englishman> hmm stm32g0 has timers that can run at 128mhz 2019-01-19T07:03:16 < englishman> and will come in 8-SON 2019-01-19T07:09:00 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 244 seconds] 2019-01-19T07:14:01 < PeterM> noiceee 2019-01-19T07:14:59 < dongs> you can finally ghetto up that dc/dc you always wanted to custom make 2019-01-19T07:15:04 < dongs> so that it explodes shit when your code sucks 2019-01-19T07:15:26 < PeterM> nah that board and parts are already ordered 2019-01-19T07:15:50 < dongs> no wasn't specificlaly referring to your proj, i meant the usual autism of wanting yo make your own buck or boost or whatever 2019-01-19T07:15:53 < dongs> isntead of using an existing part 2019-01-19T07:16:08 < PeterM> also re rtx, why cant i just play quake 2 and see shitty graphics 2019-01-19T07:16:08 < dongs> like using STMs wiht that HRTIM shit 2019-01-19T07:16:30 < PeterM> i dunno the obsession with mcu controlled dc-dc 2019-01-19T07:17:01 < dongs> SAVE COSTS 2019-01-19T07:18:25 < PeterM> 0/10 2019-01-19T07:19:21 < englishman> increase costs 2019-01-19T07:19:24 < englishman> AND complexity 2019-01-19T07:19:39 < englishman> those guys at TI and LT have NO idea what they are doing! 2019-01-19T07:19:44 < PeterM> increase dev time, increase dev costs, reduce reliability 2019-01-19T07:19:46 < dongs> yep thats the spirit 2019-01-19T07:19:55 < PeterM> sounds like a plan 2019-01-19T07:19:57 < dongs> fuck those big name guys 2019-01-19T07:20:01 < dongs> they are dumb 2019-01-19T07:20:04 < dongs> i will save money wiht stm32 2019-01-19T07:20:17 < englishman> i am buying some non-ITAR XGA microbolometers 2019-01-19T07:20:24 < englishman> ne1 want some dope af nightviz 2019-01-19T07:24:07 -!- cnt [uid317556@gateway/web/irccloud.com/x-rwatjpdnrintgpyn] has joined ##stm32 2019-01-19T07:31:46 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2019-01-19T07:32:51 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-19T07:46:37 -!- gnom [~aleksande@178.150.7.153] has quit [Ping timeout: 246 seconds] 2019-01-19T07:48:46 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-19T07:52:00 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 250 seconds] 2019-01-19T07:52:03 -!- day_ is now known as day 2019-01-19T08:08:23 < Cracki> DRV8825, one of *the* TI parts to look at if you still believe they know what they're doing 2019-01-19T08:18:21 < Ultrasauce> more like listen to 2019-01-19T08:19:56 -!- benishor [~benny@86.123.21.243] has quit [Read error: Connection reset by peer] 2019-01-19T08:22:48 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Disconnected by services] 2019-01-19T08:22:48 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-19T08:22:52 -!- Cracki_ is now known as Cracki 2019-01-19T08:43:05 < jpa-> dongs: for low power output auxiliary voltages, making software controlled dc-dc is IMO a good idea; especially if voltage control & monitoring is needed 2019-01-19T08:43:31 < jpa-> but of course one needs to understand basic principles of SMPS controllers first 2019-01-19T08:53:58 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-19T08:54:40 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-19T08:55:17 < bitmask_> heated hoodie ready for first real world test 2019-01-19T09:00:47 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2019-01-19T09:10:29 -!- bitmask_ [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-19T09:10:37 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Ping timeout: 246 seconds] 2019-01-19T09:25:26 < dongs> main.c(512): warning C5045: Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified 2019-01-19T09:25:30 < dongs> fucks sake what is this garbage lmao 2019-01-19T09:25:48 < dongs> why cant i just compile shit that works 2019-01-19T09:32:15 -!- cnt [uid317556@gateway/web/irccloud.com/x-rwatjpdnrintgpyn] has quit [Quit: Connection closed for inactivity] 2019-01-19T09:43:51 < jpa-> why would it warn about that 2019-01-19T09:43:57 < dongs> i dont know 2019-01-19T09:44:11 < dongs> its jsut an uh.. 2019-01-19T09:44:26 < dongs> uint8_t tag = p[0]; 2019-01-19T09:44:32 < dongs> where p is uint8_t * 2019-01-19T09:44:52 < jpa-> apparently enabled by /Wall 2019-01-19T09:44:57 < dongs> yes 2019-01-19T09:45:11 < PeterM> jpa- i sorta understand what you mean, but at the same time, you still need 90% of the same components, so why not just get a 3c switching converter instead of a 2c mosfet that will do it all for oyu? 2019-01-19T09:45:12 < jpa-> "This option enables all warnings so it can be a bit noisy. Even the VC++ libraries don’t attempt to be clean for all warnings (/Wall)." eh, crap 2019-01-19T09:46:24 < jpa-> PeterM: if you need voltage control from mcu, a 3c switching converter doesn't do the same 2019-01-19T09:47:15 < jpa-> but yeah, for the simplest cases of just making a constant voltage, there is not much benefit doing it in software 2019-01-19T09:47:22 < PeterM> yes it does, you can just r-c filter pwm and hook it to the fb node to get whatever target votlage you like 2019-01-19T09:48:02 < PeterM> you can still have the MCU adjust it 2019-01-19T09:48:39 < jpa-> PeterM: hmm; i considered that once but it seemed a bit problematic in the details, like how will the rc-filter affect the stability of the control loop 2019-01-19T09:49:56 < jpa-> but at that point you have atleast 2 extra parts ;) 2019-01-19T09:50:07 < PeterM> if you have a current mode converter that is probably internally compensated, the internal compensation usually makes them quite stable under nearly all conditions at the cost of transient response 2019-01-19T09:50:36 < PeterM> 2 extra parts to place, but they are parts that will already be in the bom 2019-01-19T09:52:15 < jpa-> i think you may be overestimating the trouble of doing it in software, it's just a pwm pin directly to logic-level mosfet, and PI/PID control loop in software 2019-01-19T09:52:52 < dongs> lol 2019-01-19T09:53:00 < jpa-> whereas just figuring out which kind of converters that fb-trick will work with seems like a lot of trouble 2019-01-19T09:56:23 < PeterM> not really, jsut look for "current mode" in the description, and make sure in the example it doesnt have a boat load of rs and cs around the fb pin or comp pin 2019-01-19T09:58:13 < jpa-> what's the benefit, though? 2019-01-19T10:00:58 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-19T10:04:35 < PeterM> higher switching frequencies for lower noise or smaller passives, potentially faster loop for better transient response, you can "set and forget" the PWM peripheral, so no need to service a PID loop, if you can use the same part for non-mcu controlled dc-dc to reduce bom items 2019-01-19T10:04:40 < PeterM> theres a fair few 2019-01-19T10:05:20 < jpa-> true enough; depends totally on situation 2019-01-19T10:07:55 < PeterM> yeah, i mean, if you have a powerful mcu or fpga with lots of left overs, and already have a logic level fet in the bom, i dont have a huge issue with it 2019-01-19T10:09:01 < jpa-> i think that rajkosto might have enough trouble implementing either of the options :) 2019-01-19T10:25:20 < PeterM> i mean, if you cant find the inch<-> mm setting on altium, i think you're probably not destined for engineering 2019-01-19T10:25:54 < PeterM> it might be hard, but you're going to have a lot harder challenges later... 2019-01-19T10:27:53 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-19T10:33:36 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-19T10:33:38 -!- benishor [~benny@79.116.238.93] has joined ##stm32 2019-01-19T10:47:58 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] 2019-01-19T10:48:19 < dongs> ugh 2019-01-19T10:48:23 < dongs> can i remove a fuckign git tag 2019-01-19T10:51:12 < PaulFertser> dongs: from remote repo? 2019-01-19T10:51:30 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-19T10:51:51 < dongs> no, i got it figured out 2019-01-19T10:51:53 < dongs> looks like i didnt push it yet 2019-01-19T10:51:57 < dongs> so local remove was easy 2019-01-19T10:52:54 < PaulFertser> Ok 2019-01-19T10:54:53 < dongs> thank you 2019-01-19T11:28:50 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-19T11:36:29 < dongs> uh 2019-01-19T11:36:36 < dongs> what hte fuck happened to wolframalpha quadratic fit 2019-01-19T11:36:45 -!- comptroller_ [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Quit: ZNC - http://znc.in] 2019-01-19T11:36:54 < dongs> its no longer working with shit i used like a year ago 2019-01-19T11:36:59 < dongs> quadratic fit {1050,2.0},{990,2.1},{941,2.2},{901,2.3},{880,2.4},{845,2.5},{806,2.6},{773,2.7},{745,2.8},{717,2.9},{698,3.0} 2019-01-19T11:40:28 < dongs> http://danaleeling.blogspot.com/2010/10/quadratic-fit-with-wolfram-alpha.html 2019-01-19T11:40:34 < dongs> yeah i think they quietly removed that shit 2019-01-19T11:40:35 < dongs> what the hell 2019-01-19T11:41:43 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 245 seconds] 2019-01-19T11:42:40 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2019-01-19T11:44:46 < jpa-> dongs: you should just use gnuplot 2019-01-19T11:45:45 < dongs> fuck outta here 2019-01-19T11:46:13 < PeterM> is there a gnuplot gui that can take input in wolframalpha syntax and provide wolfram alpha syntax output? 2019-01-19T11:46:33 < dongs> there's unlikely to be any turdplot gui at all 2019-01-19T11:47:40 < jpa-> http://psy.swansea.ac.uk/staff/carter/gnuplot/gnuplot_interface.png greatest gui ever 2019-01-19T11:49:34 < dongs> haha 2019-01-19T11:50:19 < jpa-> the buttons just autotype text into the command window 2019-01-19T11:53:11 < PeterM> watched a video before basically saying there is no sex-ed in china and that most chinese dudes learn to bang from JAV lol 2019-01-19T11:53:22 < dongs> gross 2019-01-19T11:53:50 < PeterM> all i could think of is "what are you going to learn, shits all censored?" 2019-01-19T11:55:30 < dongs> nigga 2019-01-19T11:56:15 < dongs> i had to use this shit http://www.xuru.org/rt/PR.asp#CopyPaste for the quadric fit 2019-01-19T11:56:24 < dongs> since jewframalpha decided to remove that function 2019-01-19T11:57:38 -!- cnt [uid317556@gateway/web/irccloud.com/x-odgkkfaynjupwaho] has joined ##stm32 2019-01-19T12:00:13 < PeterM> im tempted to pay for wolframalpha pro simply for the support 2019-01-19T12:00:29 < dongs> i dont use it enough to really give a shit 2019-01-19T12:02:43 < PeterM> i dont use it that much either, but its pretty cheap so i thought why not 2019-01-19T12:05:57 < zyp> isn't Stephen Wolfram kind of an asshole though? 2019-01-19T12:08:56 -!- dunnousernamefn [~dunnouser@ool-43523ad8.dyn.optonline.net] has quit [Remote host closed the connection] 2019-01-19T12:17:22 < dongs> arent they all 2019-01-19T12:17:30 < dongs> hmm 2019-01-19T12:17:33 < dongs> im completely fucking failing 2019-01-19T12:22:15 < zyp> dongs, what was those mikrotiks you were dicking around with? 2019-01-19T12:22:28 < zyp> and what performance are you getting out of them? 2019-01-19T12:22:35 < dongs> which oens? 2019-01-19T12:22:38 < dongs> i have several 2019-01-19T12:22:45 < zyp> any 2019-01-19T12:22:48 < dongs> 5ghz sxts and mANT 2019-01-19T12:23:05 < dongs> i wanted to try airfiber or whatever but i already had mAnt setup and the uplink is only 100mbit anway 2019-01-19T12:23:32 < dongs> https://i.imgur.com/zR3xc8Q.png 2019-01-19T12:23:35 < dongs> all my mikrotik warez 2019-01-19T12:24:19 < dongs> RB921 thing is mANT i think 2019-01-19T12:24:56 < zyp> did you see my ubnt tweet the other day? 2019-01-19T12:25:17 < zyp> https://bin.jvnv.net/file/IdQue.jpg https://bin.jvnv.net/file/Ve6Gy.jpg 2019-01-19T12:25:40 < zyp> stealing internets from my pal living up in 88B on the right side there 2019-01-19T12:26:03 < dongs> nice 2019-01-19T12:26:35 < PeterM> zyp damn they're cheap like $240 strayan for a pair thats like $180 freedom or so 2019-01-19T12:26:46 < zyp> just curious how the mikrotiks compare 2019-01-19T12:26:59 < dongs> the gigabit shit works fine between 3 locations 2019-01-19T12:27:05 < dongs> but my distances are ~100meters 2019-01-19T12:27:10 < zyp> PeterM, sounds about right, I paid about 700 NOK/ea 2019-01-19T12:27:13 < dongs> the 2 n-typesa re between 400meters 2019-01-19T12:27:23 < dongs> all this shit is rated for like 5-10km tho 2019-01-19T12:27:40 < zyp> distance here is around 65m, they complain about possible receiver saturation even at lowest tx power setting 2019-01-19T12:28:09 < zyp> but the cheap things with lower gain antennas were out of stock and these were second cheapest 2019-01-19T12:29:05 < zyp> what sorts of speed do you see? 2019-01-19T12:29:10 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:ddd9:d7:7165:ebe2] has joined ##stm32 2019-01-19T12:31:27 < dongs> it saturates 100mbit uplink/download 2019-01-19T12:31:30 < dongs> downlink 2019-01-19T12:31:45 < dongs> and around 200-250?ish for gb->gb transfers 2019-01-19T12:32:40 < zyp> sounds comparable 2019-01-19T12:33:04 < dongs> http://www.speedtest.net/result/7969784825 i mean its like 7.30pm on a saturday 2019-01-19T12:33:06 < zyp> speedtest.net here gets me like 127/127 on what's supposed to be a 120Mb/s uplink 2019-01-19T12:33:26 < dongs> i've seen 98/98-ish during off-times 2019-01-19T12:33:35 < zyp> http://www.speedtest.net/result/7965341519 2019-01-19T12:34:30 < zyp> I'd try iperf but I don't have access to any devices on the other side of the link to test against 2019-01-19T12:34:54 < dongs> doesnt jewtunto shit have something at the antenna level? 2019-01-19T12:34:59 < dongs> mikrotik has some bandwidth testing tools 2019-01-19T12:35:01 < dongs> you can just run 2019-01-19T12:35:06 < dongs> on both wireless ends 2019-01-19T12:35:12 < PeterM> http://www.speedtest.net/result/7969788210.png 2019-01-19T12:35:20 < dongs> lul 2019-01-19T12:36:02 < cnt> Australians all let us rejoice 2019-01-19T12:38:07 < PeterM> i've had this fault open since 23rd october 2019-01-19T12:38:14 < PeterM> what a bunch of useless cunts 2019-01-19T12:38:25 < PeterM> called em atleast once a week 2019-01-19T12:44:27 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Ping timeout: 240 seconds] 2019-01-19T12:44:43 < zyp> dongs, yeah, they do, but it's giving me lower results than speedtest.net, so I don't trust it 2019-01-19T12:47:01 < PaulFertser> Please consider using http://www.dslreports.com/speedtest , it's a much saner and transparent test, and it also properly measures bufferbloat. 2019-01-19T12:50:05 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-19T12:50:30 < zyp> hmm, looks neat 2019-01-19T12:51:22 < zyp> http://www.dslreports.com/speedtest/44836523 2019-01-19T12:51:30 < zyp> with local wifi being the bottleneck 2019-01-19T12:51:39 < PaulFertser> So you can use it to fine-tune your QoS when interactive latency is too high. 2019-01-19T12:52:11 < PaulFertser> You Failed bufferbloat test ;) 2019-01-19T12:52:21 < dongs> zyp, oic 2019-01-19T12:52:26 < zyp> what difference does the question about fiber/whatever make? 2019-01-19T12:53:15 < PaulFertser> No idea, sorry. Probably just the amount of data transferred. 2019-01-19T12:54:06 < zyp> gonna switch from wifi to cabled and retest 2019-01-19T12:55:29 < zyp> http://www.dslreports.com/speedtest/44836610 2019-01-19T12:55:44 < zyp> that sorted out the bufferbloat :p 2019-01-19T12:56:59 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-19T12:57:28 < PaulFertser> yay :) 2019-01-19T12:57:38 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2019-01-19T13:00:13 < PeterM> http://www.dslreports.com/speedtest/44836663 2019-01-19T13:01:11 < dongs> PeterM's shit is so garbage, they can't even rate hwo garbage it is 2019-01-19T13:01:13 < dongs> its like an F- 2019-01-19T13:02:32 < PeterM> yeah, and thats with nothing else using it, i mean, aside from irc and telegram 2019-01-19T13:07:37 < PaulFertser> Yeah, that's impressively low by today's expectations. But I clearly remember how a stable 28800 baud V.34 connection could fill one with joy. 2019-01-19T13:08:59 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Read error: Connection timed out] 2019-01-19T13:09:43 < PeterM> i feel like this connection wouldnt be too bad if it wasnt shared with like 4 other people 2019-01-19T13:12:21 < PaulFertser> PeterM: if you properly configure SQM on your border gateway it might help. 2019-01-19T13:14:33 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-19T13:15:09 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2019-01-19T13:18:23 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 245 seconds] 2019-01-19T13:23:48 < PeterM> I used to have it enabled, but it would turn itself off when the connection dropped and i cbf checking that shit so often 2019-01-19T13:26:20 < PaulFertser> PeterM: is there a ticket number? 2019-01-19T13:29:59 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Remote host closed the connection] 2019-01-19T13:30:23 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-19T13:31:11 < PeterM> yeah, aparrently its a pretty big issue 2019-01-19T13:31:29 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Remote host closed the connection] 2019-01-19T13:31:58 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-19T13:32:24 < PeterM> i see dudes from the telco every day fuckin around with it 2019-01-19T13:33:19 < PeterM> either in the pits or with the covers off the pillars 2019-01-19T13:57:23 < PaulFertser> PeterM: I do not understand you. SQM is Smart Queue Management, a set of traffic shaping-related software modules for Linux-based routers. OpenWrt supports it out of the box. 2019-01-19T13:58:16 < PaulFertser> Are you using something shittier than OpenWrt? 2019-01-19T14:05:45 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-19T14:12:08 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 245 seconds] 2019-01-19T14:17:52 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-19T14:20:51 < PeterM> PaulFertser yes, i understand what you are saying, i am saying that every time my connection dropped SQM would disable itself. 2019-01-19T14:21:23 < PeterM> as for the "is there a ticket number" i thought you were referring to the status of my fault with my telco, which yes, there is a open ticket 2019-01-19T14:27:10 < PeterM> I think it had something to do wiht SQM complaining that the assigned bandwidth was higher than the available bandwith and disabling itself 2019-01-19T14:41:11 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-19T14:41:55 < PaulFertser> PeterM: hm, I have no idea what part of SQM can be saying that. 2019-01-19T14:43:09 < PeterM> yeah, i dunno, was shitting me so i turned it off and it was fine without it until my phone line got a case of aids 2019-01-19T14:43:26 < cnt> Anime 2019-01-19T14:46:37 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-19T14:53:46 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-19T14:54:04 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-19T15:00:03 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] 2019-01-19T15:04:15 -!- PeterM [~bgdwiepp@1.129.110.226] has joined ##stm32 2019-01-19T15:10:03 < Thorn> https://www.midi.org/articles-old/the-midi-manufacturers-association-mma-and-the-association-of-music-electronics-industry-amei-announce-midi-2-0tm-prototyping 2019-01-19T15:10:32 < dongs> great news 2019-01-19T15:21:52 < Thorn> rs232 2.0 when 2019-01-19T15:39:57 -!- Streaker [~Streaker@45.250.227.21] has joined ##stm32 2019-01-19T15:41:09 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-19T15:47:42 -!- Streaker [~Streaker@45.250.227.21] has quit [Remote host closed the connection] 2019-01-19T15:49:49 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-19T15:50:25 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:ddd9:d7:7165:ebe2] has quit [Quit: Konversation terminated!] 2019-01-19T15:51:20 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-19T15:52:21 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-19T15:58:40 < bitmask> I wonder how many little metal pin snips are around my room. You snip pin headers or something and you just hear it bouncing off walls :/ 2019-01-19T16:01:06 < karlp> heh, same with the lab in the office. 2019-01-19T16:06:28 < PeterM> wouldnt an office lab use something like esd safe high wear vinyl flooring, easily swept/vaccuumed? 2019-01-19T16:15:22 < jpa-> i've often seen that the labs are off-limits for cleaning people, for safety and so that they don't break anything 2019-01-19T16:15:30 < Steffanx> Hm 2019-01-19T16:18:56 < Steffanx> At work only the work benches are off limits 2019-01-19T16:27:40 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Quit: Meh] 2019-01-19T16:27:57 -!- Steffanx [~steffanx@unaffiliated/steffanx] has joined ##stm32 2019-01-19T16:28:33 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Client Quit] 2019-01-19T16:32:32 < karlp> PeterM: "lab" is perhaps a bit much, its just some work benches really, 2019-01-19T16:32:46 < karlp> and yeah, it's easily swept when we do it. 2019-01-19T16:36:29 -!- Steffanx [~steffanx@unaffiliated/steffanx] has joined ##stm32 2019-01-19T16:37:36 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-19T16:38:26 < jadew> https://www.sciencealert.com/father-of-dna-james-watson-stripped-of-accolades-in-ugly-racism-row 2019-01-19T16:43:36 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-19T16:44:58 < catphish> i have a gcc linker question - i'm looking to put some uninitialized variables at an arbitrary memory location, but failing completely, how might i do this? 2019-01-19T16:45:46 < catphish> i've successfully set the SECTION for them, but i'm not totally sure how to instruct the linker where to put that section, and also NOT put it in the output (because it's uninitialized) 2019-01-19T16:49:47 < Thorn> something like .section: { . = 0xaddress; KEEP(*(.section*)) } > RAM ? 2019-01-19T16:53:42 < catphish> hmm, i think i have soemthing that works: .uncached 0x50000000 : { *(UNCACHED); } 2019-01-19T16:56:33 < catphish> the other question is why my elf that only contains data up to 5kB expands to 33MB when i convert it to a bin 2019-01-19T16:57:22 -!- cnt [uid317556@gateway/web/irccloud.com/x-odgkkfaynjupwaho] has quit [Quit: Connection closed for inactivity] 2019-01-19T17:01:10 < catphish> oh, it doesn't know my new section is uninitialized i guess 2019-01-19T17:02:25 < catphish> fixed with --remove-section .uncached 2019-01-19T17:11:26 -!- jadew [~razvan@unaffiliated/jadew] has quit [Quit: exit] 2019-01-19T17:11:40 < rajkosto> need a STEP model of these https://ae01.alicdn.com/kf/HTB1ZjvFdjQnBKNjSZSgq6xHGXXai/10PCS-12-12-7-33uh-330-SMD-SMT-Patch-Shielding-Power-Inductor-12-12-7MM-12X12X7.jpg_640x640.jpg 2019-01-19T17:12:03 < rajkosto> making just a box wont do 2019-01-19T17:15:25 < dongs> thats WURST style 2019-01-19T17:16:27 < rajkosto> why 2019-01-19T17:16:30 < dongs> https://www.digikey.com/product-detail/en/wurth-electronics-inc/7447715330/732-2196-1-ND/2175711 2019-01-19T17:16:35 < dongs> because i fucking said 2019-01-19T17:16:42 < dongs> look in that category and get their 3d model 2019-01-19T17:16:48 < dongs> that one is short 2019-01-19T17:16:52 < dongs> probly lower current 2019-01-19T17:17:01 < dongs> https://www.digikey.com/product-detail/en/wurth-electronics-inc/7447709330/732-1244-1-ND/1639305 2019-01-19T17:17:04 < dongs> there you go 2019-01-19T17:17:07 < rajkosto> BIGLY 2019-01-19T17:17:20 < rajkosto> 7mm is the ones i got 2019-01-19T17:17:32 < dongs> well christ, you figure it out from there 2019-01-19T17:17:47 < dongs> https://www.digikey.com/product-detail/en/wurth-electronics-inc/744770133/732-1229-1-ND/1639290 2019-01-19T17:17:50 < dongs> this is pretty close 2019-01-19T17:19:23 < rajkosto> good model. 2019-01-19T17:19:55 < rajkosto> https://images.sshnuke.net/2019-01-19_16-19-47_SKLUiR3p8.png even has the coils inside which it doesnt need 2019-01-19T17:20:05 < dongs> haha 2019-01-19T17:20:22 < rajkosto> https://images.sshnuke.net/2019-01-19_16-20-21_lsINw6feF.png 2019-01-19T17:22:50 < dongs> MAKE:ing 2019-01-19T17:30:50 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-19T17:37:50 < englishman> raj 2019-01-19T17:38:01 < englishman> go to mfg, if it isn't there 2019-01-19T17:38:08 < englishman> go to 3dcontentcentral 2019-01-19T17:38:10 < englishman> done 2019-01-19T17:38:13 < englishman> u pro now 2019-01-19T17:38:15 < rajkosto> mfg is "random ass aliexpress stuff" 2019-01-19T17:38:18 < dongs> yeah but hes pulling this shit from chinks 2019-01-19T17:38:18 < rajkosto> i dont know how to search digikey 2019-01-19T17:38:22 < englishman> rip 2019-01-19T17:38:31 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2019-01-19T17:38:33 < englishman> time2learn 2019-01-19T17:38:50 < rajkosto> its fine i got dongs to do it for me 2019-01-19T17:39:01 < karlp> this time :) 2019-01-19T17:39:13 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2019-01-19T17:39:27 < englishman> the first one is free 2019-01-19T17:39:27 < karlp> does altiumship with a bunch of 3d models? 2019-01-19T17:39:44 < karlp> rajkosto, all hooked up on that dongsmack 2019-01-19T17:39:50 < englishman> vault has shit but vault is 100% outlawed by real pros 2019-01-19T17:40:15 < englishman> it's basically aidsfruit libraries that you pay for 2019-01-19T17:40:17 < englishman> aka garbage 2019-01-19T17:40:21 < rajkosto> karlp, i hate the altium models 2019-01-19T17:40:35 < rajkosto> theyre all just boxes 2019-01-19T17:40:56 < rajkosto> and at least in the past, using shit from the "Vault" meant you couldnt edit it properly as it was some special compiled uneditable type 2019-01-19T17:40:58 < rajkosto> of file 2019-01-19T17:41:39 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-19T17:42:08 < englishman> if it takes you more than 3 minutes to make and verify a footprint, back to irc ee school 2019-01-19T17:42:21 < rajkosto> i like drawing nice things on silk 2019-01-19T17:43:41 < Thorn> I'm sure dongs can share his library of dicks and swastikas so that you don't have to draw them 2019-01-19T17:45:00 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-19T17:45:00 -!- [1]MrMobius is now known as MrMobius 2019-01-19T17:46:34 < specing> ALL BOW TO THE MIGHTY ALTIDONG! 2019-01-19T17:46:45 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-19T17:47:20 < Steffanx> Welcome specing 2019-01-19T17:47:21 < specing> (by /part and /join ##/b/ 2019-01-19T17:47:22 < Steffanx> hows the day 2019-01-19T17:47:44 < specing> Hi Steffanx 2019-01-19T17:48:25 < specing> Today I am investigating about writing a webapp for automated TV/radio recording with rtl-sdr 2019-01-19T17:48:34 < dongs> Lol wut 2019-01-19T17:49:36 < Steffanx> did you know ##stm32 doeesnt like web 2019-01-19T17:49:54 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-19T17:49:54 -!- [1]MrMobius is now known as MrMobius 2019-01-19T17:50:22 < specing> it won't be an ordinary webapp 2019-01-19T17:50:30 < specing> no PHP/perl/etc 2019-01-19T17:51:32 < dongs> it will be node.jews 2019-01-19T17:51:50 < specing> nope 2019-01-19T17:52:38 < PeterM> rajkostoso like how do you find specs on those chink inductors? 2019-01-19T17:52:53 < rajkosto> PeterM, i dont 2019-01-19T17:52:57 < Steffanx> what will it be then specing? 2019-01-19T17:53:03 < rajkosto> just type in 47uh inductor and get 12x12x7 one 2019-01-19T17:53:29 < PeterM> so what good is a 47uh inducctor that could saturate at 1ma? 2019-01-19T17:53:39 < PeterM> because you dont know the spec 2019-01-19T17:53:39 < rajkosto> they are good enough at that size 2019-01-19T17:53:47 < specing> Steffanx: Ada 2019-01-19T17:53:50 < rajkosto> the chinks use them themselves 2019-01-19T17:53:51 < PeterM> good enough for what? 2019-01-19T17:53:56 < rajkosto> dc2dc 2019-01-19T17:54:15 < PeterM> ... 2019-01-19T17:54:23 < rajkosto> current rating comes from the wire thickness 2019-01-19T17:54:30 < rajkosto> and at that size they have thick wire 2019-01-19T17:54:37 < PeterM> bro 2019-01-19T17:54:39 < PeterM> dude 2019-01-19T17:54:41 < PeterM> man 2019-01-19T17:54:43 < PeterM> mate 2019-01-19T17:54:44 < PeterM> cunt 2019-01-19T17:54:47 < rajkosto> oi 2019-01-19T17:54:55 < PeterM> thats not how inductors work 2019-01-19T17:55:19 < rajkosto> they work 2019-01-19T17:55:29 < rajkosto> 10pcs for 1$ all good 2019-01-19T17:56:23 < PeterM> ... 2019-01-19T17:57:43 < BrainDamage> currrent rating is wire thickness only if the core is not lossy 2019-01-19T17:57:58 < BrainDamage> spoiler: at high freq cores are pretty lossy 2019-01-19T17:59:01 < PeterM> inductors usually have 2 current ratings, one is the "rated current", which is temperature rise current (usually current for 25 or 40c rise), and a "saturation current", (usually the point that inductance drops by 30%), often the saturation current will be lower than the rated current 2019-01-19T17:59:17 < PeterM> and that is also usually at a specific test frequency 2019-01-19T18:00:22 * karlp laughs out loud and edits zysnips 2019-01-19T18:00:29 < PeterM> so as frequency increases current handling decreases, and if you start to saturate your inductor, current rises very rapidly (because inductance drops) and you get into a bit of a vicious cycle 2019-01-19T18:01:50 < aandrew> PeterM: yep, sizing inductors is a bit tricky 2019-01-19T18:02:07 < aandrew> it's the same with digikey and "switch rating: 4A (3A)" 2019-01-19T18:03:34 < PeterM> a good way to estimate your absolute minimum saturation current is 1.15x your output current, because a reasonable delta I L is around 0.3x output current, and oyu want that swing to be +/- 0.15x so peak will be 1.15x, and thats your absolute minimum, because saturation current is when the inductance has already dropped by 30% 2019-01-19T18:04:37 < aandrew> PeterM: nice rule of thumb 2019-01-19T18:05:23 < aandrew> I need to build up a little tester that sweeps frequency and measures inductance 2019-01-19T18:05:46 < aandrew> tells me the current @ frequency 2019-01-19T18:06:10 < Steffanx> but you skipped all the interesting stuff now karlp. 2019-01-19T18:06:14 < PeterM> aandrew yeah, that is a bit annoying, though often not as bad because you should over-spec it a bit for efficiency 2019-01-19T18:07:48 < PeterM> usually it won't be too much difference in inductance with freq, but you will get heating much sooner 2019-01-19T18:25:43 -!- ski7777 [~quassel@ip5b437fc1.dynamic.kabel-deutschland.de] has quit [Read error: Connection reset by peer] 2019-01-19T18:27:08 -!- PeterM [~bgdwiepp@1.129.110.226] has quit [Ping timeout: 245 seconds] 2019-01-19T18:39:43 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 272 seconds] 2019-01-19T18:41:00 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Read error: Connection reset by peer] 2019-01-19T18:51:37 < karlp> Steffanx: I have afew other bits not added, but let me knwo if y ou've got other bits you want of course. 2019-01-19T18:51:55 < karlp> or do you mean peter's rule of thumb? 2019-01-19T18:52:03 < karlp> I only just sat down again, I'llred and perhaps update 2019-01-19T18:53:05 -!- ski7777 [~quassel@ip5b437fc1.dynamic.kabel-deutschland.de] has joined ##stm32 2019-01-19T18:59:08 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-19T18:59:20 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-19T19:05:24 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 250 seconds] 2019-01-19T19:05:41 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-19T19:13:59 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-19T19:16:04 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-19T19:19:27 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-19T19:19:54 < Thorn> Niklaus Wirth veriloggin' https://www.inf.ethz.ch/personal/wirth/FPGA-relatedWork/ 2019-01-19T19:33:03 < emeb> You'd think he'd prefer VHDL 2019-01-19T19:33:33 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-19T19:33:58 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2019-01-19T19:34:00 -!- BrainDamage_ is now known as BrainDamage 2019-01-19T19:35:05 < emeb> oh yay - another new language "Lola" 2019-01-19T19:35:16 < emeb> walks like a woman and talks like a man? 2019-01-19T19:37:57 < Getty> not "Lolita"? ;) i would be careful! its a trap! 2019-01-19T19:43:56 -!- boB_K7IQ [~boBK7IQ@50.125.75.99] has joined ##stm32 2019-01-19T19:47:08 < Steffanx> Yeah was referring to what Peter said after it karlp 2019-01-19T20:07:27 -!- boB_K7IQ [~boBK7IQ@50.125.75.99] has quit [Ping timeout: 246 seconds] 2019-01-19T20:20:37 < Thorn> https://www.youtube.com/watch?v=DxjaRK2S7fw Delta IV NROL-71 Live Launch Abort Broadcast 2019-01-19T20:21:21 < Thorn> >The launch team is now evaluating a reading from a leak detector on the port side of the Delta 4's launch table at Vandenberg Air Force Base. 2019-01-19T20:21:22 < Thorn> >ULA's team is also looking at an unexpected data indication from one of the launch pad's swing arms. 2019-01-19T20:29:21 -!- boB_K7IQ [~boBK7IQ@50.125.75.99] has joined ##stm32 2019-01-19T20:34:45 < specing> 400 M$ for something SpaceX does for 10 M$ 2019-01-19T20:35:09 < specing> They charge 60 M$ but the real cost is low 2019-01-19T20:36:02 -!- boB_K7IQ [~boBK7IQ@50.125.75.99] has quit [Ping timeout: 244 seconds] 2019-01-19T21:03:42 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 250 seconds] 2019-01-19T21:47:39 -!- cnt [uid317556@gateway/web/irccloud.com/x-egchrnknwrdnffux] has joined ##stm32 2019-01-19T21:49:12 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 268 seconds] 2019-01-19T22:01:08 < emeb> Gov't Contractors 2019-01-19T22:01:16 < emeb> No pressure to keep cost low 2019-01-19T22:02:58 < Cracki> lol ULA, only reason they aren't out of a job by now is because govt handouts 2019-01-19T22:03:13 < Cracki> not just one issue, but two... 2019-01-19T22:12:38 < emeb> having spent many years working as a subcontractor to these primes I'm not at all surprised. 2019-01-19T22:13:19 < emeb> they're like any other bureaucracy - their main reason to exist is to continue to exist. 2019-01-19T22:13:56 < emeb> so they load up with administrators who can secure contracts and skimp on the actual engineering. 2019-01-19T22:15:34 < emeb> It's all a bunch of backslapping fat guys in suits, sitting around conference tables drinking bad coffee and playing musical chairs between the private/public sector. 2019-01-19T22:47:26 < Cracki> gah the dude wore a bow tie 2019-01-19T22:47:43 < Cracki> home schooled. not enough bullying. 2019-01-19T22:48:08 < Cracki> at least he's white 2019-01-19T22:53:07 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-19T22:57:04 < Cracki> hahaha their cigar caught fire once! 2019-01-19T22:58:59 < Cracki> is there a nice list of aborts on this payload? I see at least two aborts before the one today 2019-01-19T23:02:37 < Cracki> wew they tried four times in december 2019-01-19T23:09:16 < Cracki> wat, it actually took off! 2019-01-19T23:18:23 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] --- Day changed Sun Jan 20 2019 2019-01-20T00:13:05 -!- boB_K7IQ [~boBK7IQ@73.109.60.194] has joined ##stm32 2019-01-20T00:22:10 -!- boB_K7IQ [~boBK7IQ@73.109.60.194] has quit [Ping timeout: 250 seconds] 2019-01-20T00:24:38 -!- boB_K7IQ [~boBK7IQ@73.109.63.68] has joined ##stm32 2019-01-20T00:26:23 -!- veegee_ is now known as veegee 2019-01-20T00:46:04 < rajkosto> when something has no 3d model theres a clearance constraint in violation when they are too close 2019-01-20T00:46:05 < rajkosto> why this 2019-01-20T00:51:38 < Thorn> because without a 3d model altium uses maximal dimensions of the footprint to calculate clearance 2019-01-20T00:51:50 < rajkosto> how do i draw a fake 3d model it can use for clearance 2019-01-20T00:52:04 < rajkosto> i dont want the model to be there on NO-STUFF version of my components 2019-01-20T00:52:19 < Thorn> you can draw a box in the footprint editor itself 2019-01-20T00:52:34 < rajkosto> what layer 2019-01-20T00:52:36 < Thorn> place -> 3d body -> ... 2019-01-20T00:52:36 < rajkosto> it needs to be 2d only 2019-01-20T00:52:39 < rajkosto> no bodies 2019-01-20T00:52:56 < Thorn> 3d model == 3d body 2019-01-20T00:53:03 < rajkosto> yes i dont want 3d models 2019-01-20T00:53:18 < rajkosto> its "DNP" version of footprint, no model should show up 2019-01-20T00:53:50 < Thorn> you do want a 3d model. but it can be a simple box 2019-01-20T00:54:01 < rajkosto> i dont. want. 3d models. 2019-01-20T00:54:14 < rajkosto> it needs to just be the pads for the "DNP" footprint 2019-01-20T00:54:39 < Thorn> that's not how altium disaster works 2019-01-20T00:55:00 < rajkosto> can i have a model but not show it 2019-01-20T00:55:22 < Thorn> maybe, not sure 2019-01-20T01:08:02 < englishman> of course 2019-01-20T01:08:38 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-20T01:11:23 < rajkosto> https://images.sshnuke.net/2019-01-20_00-11-17_Fu5udD0uS.png best footprint 2019-01-20T01:11:28 -!- boB_K7IQ [~boBK7IQ@73.109.63.68] has quit [Ping timeout: 268 seconds] 2019-01-20T01:32:02 < rajkosto> no way to mirror a 3d body in altium ? 2019-01-20T01:38:08 < rajkosto> cant figure anything out in freecad 2019-01-20T01:53:19 < englishman> a thruhole smt electrolytic 2019-01-20T01:54:17 < rajkosto> you may be asking why would you mirror a 3d body when you cant do that irl 2019-01-20T01:54:22 < rajkosto> but you can, if you bend the legs of a capacitor the other way 2019-01-20T02:08:06 < karlp> well, this has been fun. 2019-01-20T02:24:41 < bitmask> I dont have the best crimper and I messed up a lot of my connections (jst-xh, jst-ph, and some others) so I just re-crimped everything for this project and I'm a lot happier with it. I want to solidify the connection though so I'm thinking of putting some epoxy on the connectors to help with strain relief, any thoughts? 2019-01-20T02:33:57 < karlp> make "no" changes, poke it in the dbeugger, get CS pin working. 2019-01-20T02:34:06 < karlp> unplug debugger, unplug hardware, replug, doesn't work anymore. 2019-01-20T02:34:31 < karlp> this has been entirely unpleasant 2019-01-20T02:51:37 -!- con3 [~kvirc@154.119.40.228] has joined ##stm32 2019-01-20T02:57:51 -!- con3 [~kvirc@154.119.40.228] has quit [Remote host closed the connection] 2019-01-20T03:12:51 -!- cnt [uid317556@gateway/web/irccloud.com/x-egchrnknwrdnffux] has quit [Quit: Connection closed for inactivity] 2019-01-20T03:13:09 < rajkosto> https://images.sshnuke.net/2019-01-20_02-12-16_38df1xP0o.png do i need more cooling holes or am i good 2019-01-20T04:13:37 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-20T05:15:48 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 244 seconds] 2019-01-20T05:17:12 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Disconnected by services] 2019-01-20T05:17:14 -!- Cracki [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-20T06:02:48 < PeterM> ahh that feel when you're going through your BOM tying to find that one combination of resistors that isnt crazy huge for a voltage divider to save adding the 9.487k resistor to your bom... 2019-01-20T06:04:19 < englishman> cant afford the extra $0.0002 eh :( oz economy is really killing you isnt it 2019-01-20T06:05:20 < PeterM> nah, just dont want another reel of a random value part thats only going to be used once per board 2019-01-20T06:07:58 < englishman> i hear you i have a couple shelves full of $3 reels of e24 resistors 2019-01-20T06:08:24 < PeterM> dont we all? 2019-01-20T06:09:30 < englishman> i'd mail you the whole set but we already discussed the futility of recycling. to a chinese landfill they will go. 2019-01-20T06:11:16 < PeterM> tbh if i could stick em on a pallet and send em to china for free so they could re-reel them for use on farting novelty toys i probably would 2019-01-20T06:11:57 < englishman> too bad they aren't full of harmful petrochemicals. i could burn them too heat my home. fuckin rohs 2019-01-20T06:13:15 < PeterM> hahaha, do an oil change on all of your farm equiptment at the start of winter and stick the old oil into the oil burner heater 2019-01-20T06:14:22 < PeterM> but seriously, it is pretty annoying to have to add some random value resistor that you'll only use once to your bom 2019-01-20T06:24:09 < R2COM> sup nigs 2019-01-20T06:24:18 < R2COM> darn i worked all day today 2019-01-20T06:24:31 < R2COM> its time now to drink 2019-01-20T06:27:55 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 252 seconds] 2019-01-20T06:28:24 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-20T06:30:03 < englishman> i'd say that cypress ruined another life but we all know there was not much there to ruin 2019-01-20T06:31:31 < R2COM> life is amazing, i have 4 strip clubs near my house, 1 gun range, and 1 new casino will be opened in 2019 6 mins away from me 2019-01-20T06:31:35 < R2COM> cant get any better 2019-01-20T06:36:12 < dongs> thats a pretty shite gauge for "good life" 2019-01-20T06:44:43 < PeterM> do the houses in your neighbourhood have bars on the windows? 2019-01-20T06:45:00 < PeterM> do all the houses have long grass? 2019-01-20T06:46:49 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-20T06:48:24 -!- fc5dc9d4 [~quassel@p5B3A8C05.dip0.t-ipconnect.de] has joined ##stm32 2019-01-20T06:52:33 -!- fc5dc9d4_ [~quassel@p57A328AF.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 2019-01-20T06:52:45 < englishman> >arizona 2019-01-20T06:52:47 < englishman> >grass 2019-01-20T06:53:48 < PeterM> he lives in az? i thought he lived in ma 2019-01-20T06:57:27 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-20T06:57:34 < dongs> he moved to work for cypress 2019-01-20T06:58:00 < dongs> R2PRO is like the only non-indian working there 2019-01-20T06:59:29 < englishman> truth 2019-01-20T06:59:52 < englishman> i am trying so hard to avoid fx3 in this proj 2019-01-20T07:00:05 < dongs> use FTDI instead 2019-01-20T07:00:09 < dongs> the usb3 fifo thing 2019-01-20T07:00:23 < dongs> FT601? or someshit 2019-01-20T07:00:26 < dongs> or 600 2019-01-20T07:00:37 < englishman> oh nice 2019-01-20T07:00:51 < dongs> LimeSDR uses that 2019-01-20T07:01:01 < dongs> and they provide an appnote to glue it to xilinx/wahtever 2019-01-20T07:01:05 < dongs> as fifo 2019-01-20T07:01:14 < englishman> oh shit that actually looks good 2019-01-20T07:01:15 < dongs> and driver isnt terrible, the D2xx dll or wahtever shit youbasically just open it and pipe shit out 2019-01-20T07:02:01 < englishman> appnotes for xilinx 2019-01-20T07:02:19 < dongs> and failtera 2019-01-20T07:02:29 < englishman> whotera 2019-01-20T07:02:31 < englishman> alwhat 2019-01-20T07:06:55 < englishman> rip cypress 2019-01-20T07:07:16 < dongs> FX3 sucks cuz gcc and GPIF thing is fucking annoying as hell 2019-01-20T07:07:16 < englishman> you know how much i learned about cmos sensors this week 2019-01-20T07:07:28 < englishman> cypress had a cmos division, they sold to ON 2019-01-20T07:07:35 < englishman> like 5 companies sold their shit to ON 2019-01-20T07:07:41 < englishman> and ON makes just bullshit now 2019-01-20T07:07:43 < dongs> ahh, thats why onsemi has these weird global shutter sensors 2019-01-20T07:07:52 < englishman> yeah they have too much shit 2019-01-20T07:07:53 < dongs> they got them from someone else 2019-01-20T07:08:08 < englishman> they bought aptina 2019-01-20T07:08:14 < dongs> intersting, never knew 2019-01-20T07:08:21 < dongs> aptina was dead anyway 2019-01-20T07:08:27 < dongs> as soon as gobro started losing biz 2019-01-20T07:08:27 < englishman> they were micron 2019-01-20T07:08:28 < dongs> to c hina 2019-01-20T07:08:31 < englishman> they had all the tech 2019-01-20T07:08:39 < englishman> they had dual conversion gain 12 years ago 2019-01-20T07:08:57 < englishman> something that sony introduced last year 2019-01-20T07:09:05 < dongs> cool 2019-01-20T07:09:31 < englishman> hynix sold their cmos division to megachips, which literally ran it into the ground and was left with nothing 2019-01-20T07:10:27 < englishman> in like 2001 2019-01-20T07:10:36 < englishman> then hynix bought another cmos company a few years later 2019-01-20T07:10:42 < englishman> its liek pokemon cards 2019-01-20T07:13:15 < PeterM> pokemon wafers 2019-01-20T07:14:02 < dongs> megachips 2019-01-20T07:14:07 < dongs> the company that buys shit to run it into the ground 2019-01-20T07:14:09 < dongs> because japs 2019-01-20T07:14:22 < dongs> they bought a bunch of displayport shit from ST 2019-01-20T07:14:24 < dongs> and did same thing 2019-01-20T07:16:17 < englishman> didnt they buy sitime 2019-01-20T07:16:32 < englishman> a bunch of shit anyway 2019-01-20T07:16:36 < dongs> sitime only existed because of audiophile group buys 2019-01-20T07:16:54 < dongs> gotta have those stable crystals for jitter-less spdif 2019-01-20T07:19:56 < englishman> haha 2019-01-20T07:19:57 < englishman> https://i.imgur.com/G2lTMbk.jpg 2019-01-20T07:20:27 < dongs> haha 2019-01-20T07:20:34 < dongs> nice ppt you got there 2019-01-20T07:20:55 < kakimir> hello dongs 2019-01-20T07:20:58 < dongs> yo dongs 2019-01-20T07:21:23 < PeterM> i thought sitime was kept afloat soley by apple? 2019-01-20T07:21:50 < kakimir> how old are dongs? 2019-01-20T07:21:51 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-20T07:24:31 < dongs> 13 2019-01-20T07:24:31 < dongs> why 2019-01-20T07:25:10 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-20T07:25:11 -!- [1]MrMobius is now known as MrMobius 2019-01-20T07:25:12 < PeterM> i thought you were 12 and what is this? 2019-01-20T07:25:32 < dongs> god damn opensores 2019-01-20T07:25:36 < dongs> mbedtls comes with visualc workspace 2019-01-20T07:25:41 < dongs> but only downloadable as .targzx 2019-01-20T07:25:47 < dongs> the fuck is a windows nigga gonna do with that shti 2019-01-20T07:25:49 < dongs> fucking garbage 2019-01-20T07:40:16 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 264 seconds] 2019-01-20T07:40:29 < kakimir> https://youtu.be/4kfBEaTncjI 2019-01-20T07:41:46 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-20T07:45:03 < dongs> what a waste of time good thing i skipped through most of it 2019-01-20T07:45:07 < dongs> fuck youtube 2019-01-20T07:46:04 < kakimir> you busy 2019-01-20T07:47:58 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-20T07:51:41 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2019-01-20T07:51:42 -!- day_ is now known as day 2019-01-20T08:04:25 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-20T08:49:09 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-20T08:49:45 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-20T08:56:18 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-20T08:57:06 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2019-01-20T08:57:06 -!- BrainDamage_ is now known as BrainDamage 2019-01-20T09:30:20 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-20T10:19:50 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-20T10:54:50 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 250 seconds] 2019-01-20T10:54:50 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2019-01-20T10:58:28 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2019-01-20T10:59:00 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-20T11:08:51 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-20T11:24:48 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 272 seconds] 2019-01-20T11:26:03 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-20T11:30:41 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Remote host closed the connection] 2019-01-20T11:31:55 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-20T11:36:50 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:b4d2:123c:c26d:a8c2] has joined ##stm32 2019-01-20T11:39:22 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 272 seconds] 2019-01-20T11:40:41 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-20T11:53:13 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-20T12:26:27 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 240 seconds] 2019-01-20T12:29:32 -!- PeterM [~bgdwiepp@1.129.107.91] has joined ##stm32 2019-01-20T12:45:18 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-20T12:47:41 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 268 seconds] 2019-01-20T12:59:27 < kakimir> I don't know why but almost cried when I saw white ground and blue cross flag in helsinki international airport 2019-01-20T13:00:53 < kakimir> almost cried as in seing sensational / emotional scene in some movie 2019-01-20T13:04:01 < kakimir> the trip wasn't that hard 2019-01-20T13:05:11 < jpa-> back to finland, who wouldn't cry? 2019-01-20T13:06:30 < kakimir> https://drive.google.com/file/d/1OjQHeWE7B7eiwF50HGwQ2SK-ehiUKmtr/view?usp=sharing finland from 11km 2019-01-20T13:24:13 < zyp> what do you mean «the trip wasn't that hard»? 2019-01-20T13:24:19 < zyp> was it supposed to be? 2019-01-20T13:28:06 < kakimir> have you ever done long work trips to another side of the globe? 2019-01-20T13:29:07 < zyp> yeah, I were sitting two weeks in LG's basement in korea once 2019-01-20T13:34:46 < kakimir> well it wasn't a piece of cake was it? 2019-01-20T13:36:18 < zyp> in what sense? I quite enjoyed the trip 2019-01-20T13:37:28 < kakimir> timezone, culture, language 2019-01-20T13:37:38 < kakimir> arrangements 2019-01-20T13:39:42 < zyp> ah, is this your first long trip? 2019-01-20T13:41:10 < zyp> korea didn't feel all that different from japan for me 2019-01-20T13:42:07 < zyp> language was a bit confusing, I forgot I weren't in japan and tried speaking japanese to a couple of the workers at the airport :p 2019-01-20T13:43:01 < antto> konichiwa? 2019-01-20T13:48:06 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-20T13:48:22 < zyp> I think my suitcase somehow got sorted out and a worker came over with it on a cart, and I thanked him in japanese 2019-01-20T13:49:55 < con3> has anyone here had an issue where the sdcard driver gets stuck in a tick loop? 2019-01-20T13:51:31 < Steffanx> were yoou homesick a bit kakimir? 2019-01-20T13:51:40 < Steffanx> i never used it con3 2019-01-20T13:57:12 < kakimir> Steffanx: not at all 2019-01-20T14:01:14 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-20T14:03:49 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-20T14:07:50 < kakimir> I'm not technically homeless, but mentally I'm in a weird void 2019-01-20T14:09:12 < dongs> is kikemir missing chinagirl already 2019-01-20T14:10:40 < kakimir> I see only facilities for accommodation 2019-01-20T14:10:56 < kakimir> dongs: maybe 2019-01-20T14:12:10 < Steffanx> "mentally I'm in a weird void" whats new? :D 2019-01-20T14:12:31 < PeterM> need more SMAs in your life? 2019-01-20T14:12:36 < kakimir> mentally homeless 2019-01-20T14:12:53 < kakimir> there is no home 2019-01-20T14:13:34 < Steffanx> mencave doesnt feel like home no more? 2019-01-20T14:13:39 < specing> top kekimir 2019-01-20T14:14:45 < kakimir> indeed not Steffanx 2019-01-20T14:14:54 < Steffanx> oh no specing got the /b/axter 2019-01-20T14:17:16 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 244 seconds] 2019-01-20T14:46:21 < con3> Steffanx: I'm a little worried that it started working without me changing anything 2019-01-20T14:46:41 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-20T14:48:48 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 245 seconds] 2019-01-20T14:48:50 -!- BrainDamage_ is now known as BrainDamage 2019-01-20T14:51:03 < Thorn> fun fact(?): electron apps seem to be more responsive than qt apps, e.g. vs code vs. qt creator 2019-01-20T14:51:17 < dongs> Lol. 2019-01-20T14:51:19 < Thorn> electron is html+javascript 2019-01-20T14:51:27 < dongs> thats because niggerscript apps dont do fucking anything of value 2019-01-20T14:51:46 < Thorn> vs code does much more than qt creator 2019-01-20T14:52:07 < dongs> it doesnt because its written in javashit 2019-01-20T14:53:13 < rajkosto> ground planes below power inductors is bad no no, right 2019-01-20T14:53:43 < karlp> qt creator can at least do "find all usages" right? 2019-01-20T14:53:46 < rajkosto> Thorn, old Skype was Qt 2019-01-20T14:53:48 < karlp> vs code couldn't 2019-01-20T14:53:50 < rajkosto> new Skype is webshit 2019-01-20T14:53:55 < rajkosto> guess which one was better 2019-01-20T14:53:57 < karlp> haven't tried qtcreator for a while 2019-01-20T14:54:20 < Thorn> karlp: intellisense setup is very tricky but once it is set up it can do cross reference stuff 2019-01-20T14:54:39 < rajkosto> new Skype doesnt even try to be usable on desktop, it just labels itself "Skype" in the taskbar instead of who you are talking to 2019-01-20T14:55:00 < karlp> Thorn: if it's possible at all, it was farrrrrr to hard to make work out of the box => bin 2019-01-20T14:56:30 < PeterM> rajkosto if the inductor is a shielded inductor, put the ground plane, if its an unshielded inductor, dont put it 2019-01-20T14:56:50 < PeterM> if you are referring to your chink inductors from yesterday, they're shielded 2019-01-20T14:57:10 < rajkosto> https://images.sshnuke.net/2019-01-20_13-56-46_KaPbXTODu.png i think i need to rotate input caps first 2019-01-20T14:57:25 -!- cnt [uid317556@gateway/web/irccloud.com/x-ddflwydpemiudfyt] has joined ##stm32 2019-01-20T15:00:41 < PeterM> i honestly dont even know what im looking at from that picture 2019-01-20T15:01:43 < rajkosto> https://images.sshnuke.net/2019-01-20_14-01-41_wPtHq3xkm.png 2019-01-20T15:01:46 < karlp> don't worry, it's altium, it's pro 2019-01-20T15:02:21 < PeterM> yeah, totally pro... 2019-01-20T15:02:45 < PeterM> is that a boost converter, wiht CE3 the input cap? 2019-01-20T15:02:48 < rajkosto> yes 2019-01-20T15:03:16 < PeterM> whats with all the resistors coming off the switching node? 2019-01-20T15:03:21 < rajkosto> dont worry about that 2019-01-20T15:03:28 < rajkosto> likely will be DNP 2019-01-20T15:04:01 < Thorn> quality time sink https://www.youtube.com/playlist?list=PLCC59953860B62145 2019-01-20T15:06:14 < PeterM> will keep note of that thorn 2019-01-20T15:09:10 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-20T15:09:17 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-20T15:16:34 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-20T15:19:36 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-20T15:19:36 -!- [1]MrMobius is now known as MrMobius 2019-01-20T15:23:20 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-20T15:26:43 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-20T15:26:43 -!- [1]MrMobius is now known as MrMobius 2019-01-20T16:06:07 -!- catphish-1 [~catphish@185.102.133.45] has joined ##stm32 2019-01-20T16:06:37 -!- catphish-1 [~catphish@185.102.133.45] has quit [Client Quit] 2019-01-20T16:09:37 -!- con3 [~kvirc@154.119.40.228] has joined ##stm32 2019-01-20T16:10:04 < con3> man I can't wait for the day that I feel comfortable with this crap 2019-01-20T16:10:11 * con3 hopes that day comes 2019-01-20T16:12:33 < dongs> the sooner you stop using lunix, gcc, cube and eclipse, the sooner you'll get shit together 2019-01-20T16:13:07 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Remote host closed the connection] 2019-01-20T16:13:43 < con3> god damn, right in the heart there dongs 2019-01-20T16:13:47 < veverak> you got it wrong 2019-01-20T16:13:54 < veverak> lunix, gcc, cube and im 2019-01-20T16:13:56 < veverak> *vim 2019-01-20T16:13:57 < veverak> damn it :) 2019-01-20T16:14:49 < con3> cube is out at this point, just finishing using it in my current project and then not touching it again 2019-01-20T16:14:54 * con3 promises 2019-01-20T16:15:25 < con3> don't use eclipse, only linux from time to time :p 2019-01-20T16:16:20 < con3> dongs: how long have you been working with embedded systems? 2019-01-20T16:16:27 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-20T16:16:43 < Steffanx> > cube 2019-01-20T16:16:50 < con3> cube? 2019-01-20T16:17:03 < dongs> con3: 2 weeks 2019-01-20T16:17:06 < rajkosto> cube 2 : hypercube 2019-01-20T16:17:14 < con3> dongs: <3 2019-01-20T16:18:03 < PeterM> hes a quick learner for a 13 year old 2019-01-20T16:18:36 < con3> the sarcasm in this group <3 2019-01-20T16:19:24 * con3 opens cube in secret 2019-01-20T16:20:10 < rajkosto> probably not ok to use this space for a resistor 2019-01-20T16:20:11 < rajkosto> https://images.sshnuke.net/2019-01-20_15-19-54_JcQsGeSeP.png 2019-01-20T16:20:45 < Steffanx> it seems to fit :P 2019-01-20T16:20:52 < con3> why not :p 2019-01-20T16:20:57 < rajkosto> and that package seems to always have that leg cut off 2019-01-20T16:21:14 < con3> yeah d2pak doesn't have the drain leg ever 2019-01-20T16:21:14 < dongs> ive done that before 2019-01-20T16:21:23 < dongs> gate resistor for the fets, rigth there 2019-01-20T16:21:28 < dongs> except i think i used 0402 res 2019-01-20T16:21:29 < rajkosto> exactly that 2019-01-20T16:21:31 < dongs> so it can be horizontal 2019-01-20T16:21:58 < rajkosto> sample bom has that resistor as 1206 so i used 0805 2019-01-20T16:22:26 < con3> 0402 is tiny af 2019-01-20T16:22:34 < PeterM> 0402 is fine 2019-01-20T16:22:43 < rajkosto> lower than 0402 requires microscopes 2019-01-20T16:22:52 < rajkosto> but 0402 is fine 2019-01-20T16:22:59 < rajkosto> just dont put them too close to each other if you are hand soldering 2019-01-20T16:28:05 < rajkosto> whoa, in 19 if you move a component with vias and traces right on it, it moves all of ti 2019-01-20T16:28:23 < dongs> ? it always has? it just does a shit job of it, as usaul 2019-01-20T16:28:57 < rajkosto> https://images.sshnuke.net/2019-01-20_15-28-47_3UFRt6Mg2.gif 2019-01-20T16:29:03 < rajkosto> i skipped 18 but 17 didnt do that 2019-01-20T16:29:30 < rajkosto> it would try to rejigger the traces instead 2019-01-20T16:33:31 < PeterM> uhh im still using 17 and it does that just fine? 2019-01-20T16:34:01 < rajkosto> i didnt box select, just selected the resistor 2019-01-20T16:34:14 < dongs> im pretty sure its an option 2019-01-20T16:34:17 < dongs> that got enabled by default 2019-01-20T16:45:24 < dongs> rajkosto: did you make those shits a union or somethign 2019-01-20T16:45:29 < rajkosto> nop 2019-01-20T16:45:37 < rajkosto> just placed vias near the pad 2019-01-20T16:45:43 < rajkosto> then routed to them 2019-01-20T16:57:48 < renn0xtk9> I am trying to compile libopencm3 I get an error getline.c:10:20: fatal error: memory.h: No such file or directory . If anybody has experience with it ? 2019-01-20T16:59:34 < jpa-> renn0xtk9: getline.c doesn't sound like a file from libopencm3 2019-01-20T17:00:55 < renn0xtk9> jpa no, language abuse sorry, I am trying to follow instruction of this book https://www.apress.com/la/book/9781484236239 getline.c is actually in rtos 2019-01-20T17:05:15 -!- cnt [uid317556@gateway/web/irccloud.com/x-ddflwydpemiudfyt] has quit [Quit: Connection closed for inactivity] 2019-01-20T17:16:08 < PeterM> phase names, abc vs rst vs uvw vs l1 l2 l3, which do you use in your designs? 2019-01-20T17:23:00 < jpa-> renn0xtk9: no, getline.c doesn't sound like FreeRTOS file name either 2019-01-20T17:29:01 < dongs> uvw 2019-01-20T17:29:15 < dongs> sounds like 'uwu' 2019-01-20T17:32:13 < renn0xtk9> jpa 2019-01-20T17:32:15 < renn0xtk9> find -name getline.c 2019-01-20T17:32:16 < renn0xtk9> ./rtos/libwwg/src/getline.c 2019-01-20T17:32:18 < renn0xtk9> that is what I mean 2019-01-20T17:32:22 < renn0xtk9> anyway problem solved 2019-01-20T17:33:41 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-20T17:33:44 < PeterM> goddamn weaboo bullshit 2019-01-20T17:34:16 < PeterM> also yeah i use uvw too 2019-01-20T17:37:49 < Thorn> Niklaus Wirth is using Xilinx https://www.youtube.com/watch?v=BJIqHIYSDrk 2019-01-20T17:40:00 < Steffanx> What are you trying to say Thorn? 2019-01-20T17:40:27 < Thorn> nothing Mr. Steffanx 2019-01-20T17:40:37 < Steffanx> ok 2019-01-20T17:40:43 < Steffanx> ty 2019-01-20T17:42:25 -!- con3 [~kvirc@154.119.40.228] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-20T17:57:50 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-20T18:35:33 < zyp> PeterM, L1, L2, L3 2019-01-20T18:43:53 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-20T18:45:33 < specing> Is Niklaus Wirth some sort of a celebrity now? 2019-01-20T18:50:11 < rajkosto> who the hell is niklaus wurth and why was his name mentioned 4 times in last 24 hours 2019-01-20T18:51:14 < specing> He is the inventor of wirthian syntax... what Pascal, Ada, VHDL, ... 2019-01-20T18:51:23 < specing> use 2019-01-20T18:51:28 < rajkosto> the bad one 2019-01-20T18:51:28 < rajkosto> good 2019-01-20T18:53:03 < specing> the bad one? 2019-01-20T18:53:04 < MrMobius> he also makes those butterscotch candies 2019-01-20T18:54:54 < fenugrec> has anyone seen a handy visual chart with SOT+TO package size and outlines ? the ones I find aren't super comprehensive 2019-01-20T18:58:45 < Cracki> "comprehensive" might be tricky. there are lots of pcb rulers that have some common footprints on them. 2019-01-20T19:01:56 < PeterM> fenugrec i dont think it exists. most of the charts i see are just comparing similar packages or replacement packages, rather than highlighting all of the packages 2019-01-20T19:03:34 < fenugrec> right, but there's a finite, reasonable number of <= 6-pin packages, it's at most a few PDF pages 2019-01-20T19:04:49 < fenugrec> I can't be bothered to remember whether st-323 is smaller or equivalent to sc70 or TO-236 2019-01-20T19:05:35 < fenugrec> this one comes close, but doesn't have the SC and TO nomenclatures http://www.mccsemi.com/ProductSelectionGuides/SMDDimensionSelectionGuide.pdf 2019-01-20T19:06:07 -!- PeterM [~bgdwiepp@1.129.107.91] has quit [Ping timeout: 240 seconds] 2019-01-20T19:06:12 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-20T19:09:11 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-20T19:09:42 < Cracki> looks like you'll have to compile your own chart for those 2019-01-20T19:10:01 < Cracki> plonk some down in your favorite pcb editor 2019-01-20T19:14:16 < fenugrec> Someday (tm) when I have time (c) 2019-01-20T19:19:28 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:b4d2:123c:c26d:a8c2] has quit [Quit: Konversation terminated!] 2019-01-20T19:20:13 < fenugrec> ho hey, free shipping at Arrow 2019-01-20T19:22:26 < zyp> do they actually ship though? 2019-01-20T19:25:48 < Steffanx> englishman knows. 2019-01-20T19:26:18 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-20T19:36:14 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Quit: Leaving] 2019-01-20T19:40:22 < englishman> they are the AOL Free Month CD of shipping 2019-01-20T19:40:30 < englishman> you thought you ordered one 2019-01-20T19:40:35 < englishman> you'll get 50 shipments 2019-01-20T19:41:02 < englishman> half will come from dutchland 2019-01-20T19:41:12 < englishman> half will come from Verical and arrow will know nothing about the shipment whatsoever 2019-01-20T19:41:53 < englishman> order from digikey at the same time, by the time you get all your parts from arrow your product will be in the market place and you'll be developing the 2nd gen product 2019-01-20T19:42:03 < fenugrec> hahahah 2019-01-20T19:42:28 < englishman> how is your rafale today fenu 2019-01-20T19:42:38 < englishman> we are having a good rafale, can't leave the house 2019-01-20T19:42:42 < fenugrec> y vente en esti 2019-01-20T19:42:59 < fenugrec> snow piled up against the door 2019-01-20T19:43:04 < englishman> https://www.instagram.com/p/BsgAq3VgZCe/ 2019-01-20T19:43:26 < englishman> made eggs and bacon on the wood stove 2019-01-20T19:43:50 < fenugrec> sounds about right 2019-01-20T19:44:17 < zyp> nice 2019-01-20T19:45:20 < Steffanx> Raging in french.. 2019-01-20T19:45:55 < zyp> it's below freezing here today, but no snow, just a layer of frost on the roads 2019-01-20T19:45:58 < Steffanx> vidoes on instagram should be forbidden. You have no clue how long they'll be and cant fast forward. 2019-01-20T19:46:03 < Steffanx> !wz groningen 2019-01-20T19:46:05 < englishbot> [Groningen, Netherlands] Clear. Temp is 0.0°C. WSW wind: 5.0 kph. Humidity: 77%. 2019-01-20T19:46:08 < Steffanx> lies 2019-01-20T19:46:09 < zyp> !wz grimstad 2019-01-20T19:46:10 < englishbot> [Grimstad, Norway] Overcast. Temp is -0.6°C. Humidity: 86%. 2019-01-20T19:46:37 < fenugrec> thought .no was all about winter... today qc wins 2019-01-20T19:46:57 < zyp> not this winter, thankfully 2019-01-20T19:47:07 < Steffanx> not yet. 2019-01-20T19:47:13 < zyp> yeah, that too 2019-01-20T19:47:26 < zyp> last winter had tons of snow, this winter haven't had much at all so far 2019-01-20T19:47:28 < englishman> meanwhile 50C in oz 2019-01-20T19:47:35 < BrainDamage> holy shit, it's not even a video url 2019-01-20T19:47:40 < zyp> which is a good thing, I'm happy I don't have to deal with snow while moving 2019-01-20T19:47:43 < BrainDamage> it's a javascript object 2019-01-20T19:47:59 < BrainDamage> wtfff 2019-01-20T19:48:04 < Steffanx> lolwut? 2019-01-20T19:48:16 < BrainDamage> inspect the element 2019-01-20T19:48:49 < BrainDamage> I was wondering why I could get the resource link 2019-01-20T19:48:55 < zyp> who cares 2019-01-20T19:49:11 < Steffanx> its there though. there most be an addon. 2019-01-20T19:49:18 < Steffanx> at least its mp4 2019-01-20T19:49:20 < BrainDamage> if you can access the resource directly, then the browser native controls would work 2019-01-20T19:49:26 < BrainDamage> that's why "who cares" 2019-01-20T19:49:47 < Steffanx> You can BrainDamage, but you'll have to use the network tool to get the resource. 2019-01-20T19:50:44 < zyp> I just close links that are too annoying to deal with :p 2019-01-20T19:51:19 < zyp> I figure I'm not really missing out anyway 2019-01-20T19:51:42 < Steffanx> -_- 2019-01-20T20:03:51 < englishman> i concur 2019-01-20T20:14:48 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-20T20:16:53 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-20T20:19:07 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2019-01-20T20:26:24 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2019-01-20T20:28:14 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-20T20:28:28 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-20T20:28:58 < BrainDamage> http://www.ryangeraghty.com/dongle/ 2019-01-20T20:32:23 < Steffanx> Cant even buy -_- 2019-01-20T20:36:29 < mawk> "If you foresee needing multiple USB ports, we recommend buying a second (or third) Dongle." 2019-01-20T20:40:08 < qyx> it would be only $1200 2019-01-20T20:41:10 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:5c73:8cd:267b:2aaf] has joined ##stm32 2019-01-20T20:42:37 < jpa-> never knew that iphone had TTY adapter available 2019-01-20T20:42:48 < qyx> what is tty 2019-01-20T20:43:09 < jpa-> teletype (used by deaf for phonecalls) 2019-01-20T20:43:54 < jpa-> not sure why you'd want it to go to external printer/keyboard though 2019-01-20T20:44:32 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Remote host closed the connection] 2019-01-20T20:45:01 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-20T20:45:23 < jpa-> https://www.youtube.com/watch?v=3hMj8Y0EFlc 2019-01-20T20:46:03 < englishman> dongle berry 2019-01-20T20:53:30 < Steffanx> Heh cool. 2019-01-20T20:53:44 < Steffanx> Dream job. 2019-01-20T20:56:43 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Ping timeout: 245 seconds] 2019-01-20T20:57:26 < HighInBC> tty, still a thing 2019-01-20T21:03:12 < renn0xtk9> how can I prevent st-flash from willing to be executed with sudo all the time? I hav added it to sudo visudo but still no progreess 2019-01-20T21:04:58 < HighInBC> you could put a script in front of it and only call the script 2019-01-20T21:06:50 < PaulFertser> renn0xtk9: use openocd and its udev rules. 2019-01-20T21:07:38 < renn0xtk9> PaulFerster do you have somehting like a githib link for those udev ruels? 2019-01-20T21:08:40 < jpa-> google for "openocd udev rules" 2019-01-20T21:10:43 -!- wedaj [~jadew_tes@82.137.10.106] has joined ##stm32 2019-01-20T21:14:18 < wedaj> sup? 2019-01-20T21:14:27 < Steffanx> yks 2019-01-20T21:14:42 < invzim> Future Electronics any good? 2019-01-20T21:14:57 < Steffanx> good enough afaik 2019-01-20T21:16:00 < renn0xtk9> jpa did it but don't understand in what they differ form the st-flash one aside from the group, which did not fix it 2019-01-20T21:16:06 -!- Dave_Elec [~Dave@197.156.119.11] has quit [Remote host closed the connection] 2019-01-20T21:18:21 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2019-01-20T21:21:25 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 272 seconds] 2019-01-20T21:22:38 < jpa-> renn0xtk9: probably not much difference - so neither set of udev rules works for you? 2019-01-20T21:23:58 < renn0xtk9> jpa no and I add st-flash and co to sudo visudo, but it still asking for my sudo password 2019-01-20T21:37:51 -!- Laurenceb [~laurence@128.243.52.196] has quit [Ping timeout: 260 seconds] 2019-01-20T21:40:00 -!- Laurenceb [~laurence@cca100-pool11.nottingham.ac.uk] has joined ##stm32 2019-01-20T21:53:01 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-20T21:55:32 < mawk> sudo visudo ? 2019-01-20T21:55:41 < mawk> visudo is for editing /etc/sudoers 2019-01-20T21:55:42 < mawk> don't use that 2019-01-20T21:56:33 -!- Dave_Elec [~Dave@197.156.119.11] has quit [Ping timeout: 246 seconds] 2019-01-20T21:58:06 -!- Dave_Elec [~Dave@197.156.119.6] has joined ##stm32 2019-01-20T22:01:46 < rajkosto> Laurenceb, https://images.sshnuke.net/2019-01-20_21-01-39_aRnQZyKQR.png 2019-01-20T22:03:19 < englishman> invzim: yeah future is pro 2019-01-20T22:07:26 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-20T22:17:49 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:5c73:8cd:267b:2aaf] has quit [Quit: Konversation terminated!] 2019-01-20T22:26:31 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-20T22:36:38 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-20T22:38:55 < karlp> PeterM: l1/l2/l3 or abc, uvw rst shit is too regional. 2019-01-20T22:39:49 -!- jadew_test` [~jadew_tes@82.137.11.211] has joined ##stm32 2019-01-20T22:40:55 -!- wedaj [~jadew_tes@82.137.10.106] has quit [Ping timeout: 268 seconds] 2019-01-20T22:43:02 < zyp> uvw are motor windings to me 2019-01-20T22:43:55 < zyp> I saw rst in docs on old installations when I were an electrician 2019-01-20T22:44:04 < zyp> abc I've never seen 2019-01-20T22:44:36 < karlp> they're just intuitive. 2019-01-20T22:44:51 < karlp> I wonder if rennblah forgot to reload udev? 2019-01-20T22:49:22 < bitmask> anyone ever solder to a 18650 successfully? 2019-01-20T22:52:34 < zyp> generally you don't solder 18650s, you spot weld them 2019-01-20T22:52:48 < zyp> and then solder to the tabs you spot welded 2019-01-20T22:52:51 < bitmask> I know that, thats why I said successfully 2019-01-20T22:54:16 < jadew_test`> time to make a spot welder 2019-01-20T22:54:26 < englishman> there is some opensores one iirc 2019-01-20T22:54:28 -!- jadew_test` is now known as wedaj 2019-01-20T22:54:38 < bitmask> yea ive seen a couple, guess its worth it 2019-01-20T22:54:55 < wedaj> all you need is a broken microwave oven 2019-01-20T22:55:11 < bitmask> I wonder if the local recycling place lets people take dumped electonics, maybe I can get a microwave 2019-01-20T22:55:40 < wedaj> if they don't, you can tip the guy $3 and he'll let you get a fridge too 2019-01-20T22:56:04 < wedaj> be careful with the microwave ovens tho 2019-01-20T22:56:15 < bitmask> yea I'll have to look up how to discharge the caps 2019-01-20T22:56:58 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 268 seconds] 2019-01-20T22:56:58 < wedaj> it's not that, if you break the magnetron and it's made out of Be oxide, it's extremely dangerous 2019-01-20T22:57:09 < bitmask> or maybe I can just spend a dollar more per battery and get tabs prewelded 2019-01-20T22:57:14 -!- Jegeva [~Jegeva@d8D873CA2.access.telenet.be] has joined ##stm32 2019-01-20T22:57:15 < wedaj> even a bit of that dust can cripple you for life 2019-01-20T22:57:21 < bitmask> oh fun 2019-01-20T22:57:39 < wedaj> should be ok if you don't break it 2019-01-20T22:58:24 < wedaj> and not all of them are made with Be oxide, but still... it's good to know so you don't get any ideas 2019-01-20T22:58:42 < bitmask> yea 2019-01-20T23:00:14 -!- wedaj is now known as jadew 2019-01-20T23:00:18 -!- zygron_ is now known as mitrax 2019-01-20T23:01:02 < Jegeva> hey guys & gals. got a problem on a bluepill (f103c8), using a fresh hal from CubeMx, code here https://pastebin.com/z1L5YPwH , my AF pins for TIM1 aren't outputing anything on scope (checked with non AF output and everything is fine on elec. level), all other periphs that could share the AF are unclocked and the code works for TIM2,3,4. could somebody have a look ? i spent the entire day looking for a 2019-01-20T23:01:08 < Jegeva> solution and i am at loss here :) 2019-01-20T23:01:42 < karlp> my eyeessss 2019-01-20T23:03:25 < karlp> looks like my LA is .... fucking up. 2019-01-20T23:03:31 < Jegeva> remapped USART1 also just in case (it shares an AF pin) to no avail 2019-01-20T23:03:38 < karlp> dmm on my damn CS pin toggles when I tell it. 2019-01-20T23:06:41 -!- jadew_test` [~jadew_tes@82.137.10.106] has joined ##stm32 2019-01-20T23:08:39 -!- jadew [~jadew_tes@82.137.11.211] has quit [Ping timeout: 246 seconds] 2019-01-20T23:09:06 < bitmask> is there a difference between yellow and black smd tantalums? 2019-01-20T23:09:36 < karlp> classically, yellow are tants 2019-01-20T23:09:41 < karlp> black are alu poly 2019-01-20T23:09:54 < karlp> for the cases I presume you're talking about 2019-01-20T23:10:19 < bitmask> https://www.ebay.com/itm/100-PCS-10UF-16V-1206-A-CASE-3216-18-SMD-Tantalum-capacitor-16V-10UF-/371079523229 2019-01-20T23:13:51 < jadew_test`> bitmask, why are you buying capacitors off of ebay? 2019-01-20T23:13:55 -!- jadew_test` is now known as jadew 2019-01-20T23:14:06 < bitmask> I'm not 2019-01-20T23:14:13 < bitmask> I was identifying a component 2019-01-20T23:14:24 < jadew> ah 2019-01-20T23:18:07 < jadew> test 2019-01-20T23:18:40 < jadew> for anyone wondering: it was successful 2019-01-20T23:18:48 -!- Dave_Elec [~Dave@197.156.119.6] has quit [Ping timeout: 245 seconds] 2019-01-20T23:20:11 -!- Dave_Elec [~Dave@197.156.119.11] has joined ##stm32 2019-01-20T23:21:04 < rajkosto> everyone knows you buy capacitors off aliexpress 2019-01-20T23:21:19 < jadew> yeah, you don't 2019-01-20T23:21:26 < rajkosto> i od 2019-01-20T23:21:39 < specing> aren't electrolytic caps supposed to degreade over time? 2019-01-20T23:22:10 < specing> I have on made who knows how many decades back, and it still has 5% more capacity than declared 2019-01-20T23:22:13 < specing> one* 2019-01-20T23:22:20 < rajkosto> has it been used ? 2019-01-20T23:22:28 < jadew> if they're from alyexpress, they're just a shell around a smaller electrolytic cap, that's already degraded and which was recovered from the sewer 2019-01-20T23:22:38 < rajkosto> they degrade @ their rated temperature 2019-01-20T23:22:45 < rajkosto> at no use they usually dont degrade 2019-01-20T23:24:08 < jadew> I know they can dry out - is this what you mean by degradin? 2019-01-20T23:24:46 -!- cnt [uid317556@gateway/web/irccloud.com/x-koqasjnwrwikoelt] has joined ##stm32 2019-01-20T23:24:48 < jadew> I'm not sure how the drying happens, but I don't think it happens to all of them 2019-01-20T23:25:22 < cnt> just stick a telegram in it 2019-01-20T23:27:18 < Steffanx> fuck telegram 2019-01-20T23:30:15 < specing> rajkosto: no use whatsoever 2019-01-20T23:30:38 < specing> also it is Iskra brand, probably made in europe 2019-01-20T23:30:43 < rajkosto> made here ;) 2019-01-20T23:30:55 < antto> iskra sounds slavic 2019-01-20T23:31:19 < rajkosto> probably pretty bad quality then lol 2019-01-20T23:31:28 < rajkosto> ive encountered them a few times but only ages ago 2019-01-20T23:31:32 < antto> what is it? 2019-01-20T23:31:35 < specing> antto: yes, Slovenian SFRJ mega-corp 2019-01-20T23:31:58 < specing> dissected and sold off after we got democratized 2019-01-20T23:33:31 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-20T23:35:56 < karlp> bitmask: not sure that a ebay description means much :) 2019-01-20T23:37:00 < bitmask> I see that in multiple places 2019-01-20T23:37:26 < karlp> probably no particular rule honestly. 2019-01-20T23:37:37 < karlp> I know you can get tantalum manganese and tantalum p oly in yellow, 2019-01-20T23:37:38 < bitmask> yea but its still probably tantalum, just doesnt mean anything 2019-01-20T23:37:55 < karlp> you can probal get alu poly and tant poly in black or yellow too. 2019-01-20T23:41:45 < jadew> bitmask, not sure what you're trying to find or why, but the kind of cap is also important 2019-01-20T23:42:02 < karlp> fwiw, digi's alu poly search for smd will be 99% black. 2019-01-20T23:42:18 < karlp> and digikeys' tant and tant poly are mayb 85-90% yellow, with the rest black 2019-01-20T23:42:30 < jadew> unless you replace it with an alu poly, in which case you don't have to worry about derrating and shit like that 2019-01-20T23:42:56 < bitmask> its just whats on this nano clone, black and says C106, everywhere I look, that combo returns tantalum 2019-01-20T23:43:13 < karlp> hrmn, tant poly is actually more black than 10% 2019-01-20T23:43:23 < karlp> might be tant :) 2019-01-20T23:43:29 < jadew> yeah, but you can't replace a 16V alu polymer with a 16V tantalum mg polymer 2019-01-20T23:43:45 < antto> !wz varna 2019-01-20T23:43:46 < englishbot> [Varna, Bulgaria] Patches of Fog. Temp is 6.6°C. Humidity: 92%. 2019-01-20T23:44:02 < karlp> jadew: depends what it's on the board for, I bet you often could. 2019-01-20T23:44:19 < jadew> yeah 2019-01-20T23:44:22 < jadew> just not always 2019-01-20T23:44:24 < karlp> it might have been placed "because thi sis the new cool" --- Day changed Mon Jan 21 2019 2019-01-21T00:01:10 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-21T00:02:20 < Steffanx> Did the patches make it a better day for you antto or do you need more patches? 2019-01-21T00:04:01 < antto> much patches, very fog 2019-01-21T00:04:33 < Steffanx> !wz groningen 2019-01-21T00:04:35 < englishbot> [Groningen, Netherlands] Clear. Temp is -0.2°C. SE wind: 3.5 kph. Humidity: 77%. 2019-01-21T00:05:20 < Steffanx> Tonight is a good night to watch thr bloody moon 2019-01-21T00:06:22 < Steffanx> the* 2019-01-21T00:10:01 < antto> why is it bleeding? 2019-01-21T00:12:40 < Steffanx> Blood Moon eclipse:P 2019-01-21T00:12:53 -!- SuperBawlz [~SuperBawl@c-68-60-126-222.hsd1.mi.comcast.net] has joined ##stm32 2019-01-21T00:13:11 < antto> i don't buy that 2019-01-21T00:13:16 < antto> smells like a crime 2019-01-21T00:13:47 < karlp> I wonder if tthis is why the LA didn't like the CS line much.... https://imgur.com/a/YpsRq8J 2019-01-21T00:14:09 < karlp> I'm still rurpised it wasn't seeing it at all, ever, not even glitchy, but... 2019-01-21T00:15:16 < aandrew> karlp: how long is your ground lead 2019-01-21T00:16:05 < karlp> it's slow as shihtt anyway. 2019-01-21T00:16:21 < karlp> what's worse is that the LA is now seeing it all perfectly again, now that there's a scope lead on it. 2019-01-21T00:16:25 < karlp> it's all fucking shit 2019-01-21T00:16:49 < karlp> it's been seeing mosi/sck flawlessly every time, but cs is either _never_ there, or _perfectly_ there, 2019-01-21T00:17:13 < karlp> which, despite that horrific ringing, would imply other problems than the ringing. 2019-01-21T00:18:36 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-21T00:20:45 < karlp> yeah, fun. now it's decided to work again, unplug and replug it all, CS works, and now sck is glithcy, more like we might expect 2019-01-21T00:20:53 * karlp blames this yolo board design. 2019-01-21T00:21:29 < rajkosto> karlp needs more ground vias 2019-01-21T00:22:06 < karlp> it's much mor elikely to be the forks in probed traces IMO, those are almost definitly reflection central. 2019-01-21T00:22:23 < englishman> how fast is your spi 2019-01-21T00:22:36 < englishman> isnt it usually in "who cares" territory 2019-01-21T00:22:48 < karlp> yeah, thatt's what I was expecting. 2019-01-21T00:23:44 < karlp> it's like 1-4 Mhz or less, right now it's at 32MHZ/64, so really should be in the slow as shit, no problems case. 2019-01-21T00:23:48 < rajkosto> needs more 22R resistors then 2019-01-21T00:23:48 -!- Dave_Elec [~Dave@197.156.119.11] has quit [Ping timeout: 245 seconds] 2019-01-21T00:24:04 * karlp grumps off for some wine and video games. 2019-01-21T00:27:26 -!- Dave_Elec [~Dave@197.156.119.10] has joined ##stm32 2019-01-21T00:46:38 -!- Cracki [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-21T00:52:53 < jadew> karlp, sounds like shitty connections 2019-01-21T00:53:30 < jadew> I'd start probing the connection itself (at the pin, at the jumper, at the other end of the jumper, etc) with the scope 2019-01-21T01:01:34 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-21T01:01:45 -!- jadew_test` [~jadew_tes@82.137.9.36] has joined ##stm32 2019-01-21T01:04:20 -!- jadew [~jadew_tes@82.137.10.106] has quit [Ping timeout: 272 seconds] 2019-01-21T01:10:03 -!- jadew_test` [~jadew_tes@82.137.9.36] has quit [Ping timeout: 245 seconds] 2019-01-21T01:16:49 < rajkosto> anyone tried making something nontrivial in EasyEda.com ? 2019-01-21T01:19:54 < R2COM> noone does nontrivial stuff in shitsoft 2019-01-21T01:21:10 < rajkosto> Viper-7 in ##electronics linked me to a couple of projects he made entirely in it 2019-01-21T01:21:29 < rajkosto> what would you tell a beginner to use for schematic/board design 2019-01-21T01:21:57 < R2COM> kicad 2019-01-21T01:22:03 < rajkosto> but that's.... weird 2019-01-21T01:22:20 < rajkosto> easyeda already has a fuckton of simple footprints included 2019-01-21T01:22:33 < R2COM> then pay proper $$ and get pro soft and stop complaining 2019-01-21T01:23:30 < R2COM> did o6 clone himself 2019-01-21T01:23:31 < rajkosto> altium is weird to get used to and you pretty much gotta build up your own schematic/footprint database too 2019-01-21T01:24:02 < R2COM> then go get your soft and stop complaining i guess? 2019-01-21T01:24:18 < rajkosto> i use altium, asking for someone who's totally a beginner 2019-01-21T01:24:28 < R2COM> i answered you 2019-01-21T01:25:09 < R2COM> there is no soft with all proper footprints 2019-01-21T01:25:18 < R2COM> one needs to make them all the time, and build up 2019-01-21T01:25:19 < specing> Kicad should be fine 2019-01-21T01:25:34 < R2COM> if someone is judging PCB soft by amount of included footprints then he is a dumbfuck 2019-01-21T01:25:53 < rajkosto> a beginner wanting to whip up a shitty arduino shield would only care about that pretty much 2019-01-21T01:26:06 < paul_99> rajkosto, I found a ton of decent tempalte foorprints for altium on github 2019-01-21T01:26:11 < rajkosto> yes 2019-01-21T01:26:13 < rajkosto> i use rutledge as base 2019-01-21T01:26:31 < rajkosto> but you HAVE to judiciously copy paste/modify to suit your needs, build up your library 2019-01-21T01:26:32 < paul_99> most standard part sizes, you do still have to do the schematic bit tho 2019-01-21T01:27:05 < rajkosto> everyone has their own naming/parameter/separation system so you cant just use someone elses 2019-01-21T01:27:32 < paul_99> its unnamed, just the footprint 2019-01-21T01:29:58 < paul_99> I ended up using this library for the footprint, then a script from csv for the schematic pin entry/names 2019-01-21T01:30:00 < paul_99> its pretty quick 2019-01-21T01:30:45 < rajkosto> most people use the altium footprint wizard for the footprint 2019-01-21T01:30:48 < rajkosto> which makes decent but generic ones 2019-01-21T01:32:05 < paul_99> takes longer then copy paste from an existing set 2019-01-21T01:33:07 < rajkosto> well over time i ended up with each project having a buncvh of its own schlib/pcblib with footprints and symbols all from different sources and named/parametrized differently cuz i just copy pasted from the internet 2019-01-21T01:33:08 < paul_99> each to their own, but naming in schematic entry was the bit that took time 2019-01-21T01:33:14 < paul_99> especialyl for BGA parts 2019-01-21T01:33:32 < rajkosto> for BGA it might be best to try and rip from the vault 2019-01-21T01:33:34 < rajkosto> just for the symbol 2019-01-21T01:33:53 < paul_99> again, the pcb bit is easy to find a template.. or use the wizard 2019-01-21T01:33:59 < rajkosto> if you can figure out how to separate it from cmplib 2019-01-21T01:33:59 < paul_99> its naming 100's of pins is a nightmare 2019-01-21T01:34:49 < rajkosto> so now im trying to name/parametrize/comment everything consistently and build up a global library 2019-01-21T01:34:55 < paul_99> you can just select and copy paste out of any existing library into your own footprint file 2019-01-21T01:35:04 < rajkosto> you can 2019-01-21T01:35:08 < rajkosto> not from cmplib tho from the vault 2019-01-21T01:35:19 < rajkosto> so what i do is make a schematic with it then use the "Build library from scematic" and then copy from there 2019-01-21T01:35:22 < rajkosto> and close it without saving 2019-01-21T01:43:57 -!- cnt [uid317556@gateway/web/irccloud.com/x-koqasjnwrwikoelt] has quit [Quit: Connection closed for inactivity] 2019-01-21T01:45:56 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-21T01:46:10 -!- munki [munki@blogging.is.nigga.technology] has joined ##stm32 2019-01-21T01:46:29 -!- munki is now known as munki_ 2019-01-21T01:54:39 -!- SuperBawlz [~SuperBawl@c-68-60-126-222.hsd1.mi.comcast.net] has quit [Quit: Leaving] 2019-01-21T02:00:42 < englishman> rajkosto: diptrace has a good free version and isnt shit 2019-01-21T02:14:50 < Thorn> https://youtu.be/jlPaby7suOc?t=101 2019-01-21T02:16:07 < PeterM> bitmask black tants are also commonly tant poly - lower esr, higher currents and capacitances 2019-01-21T02:16:09 < Cracki> lisp 2019-01-21T02:17:39 < PeterM> invzim Future is pretty good, sometimes their prices arre amazing, a while back i got a few reels of f030s for less than 2nd hand china ones 2019-01-21T02:31:59 < Cracki> that clojure spoof talk distracts me from rebuilding a partition table 2019-01-21T02:34:01 < PeterM> BrainDamage what a ripoff of a dingle, it doesnt even have a db-9 for my serial mouse, 5 pin din for my at keyboard, toslink or coax for my audio, my parallel port for my scanner, my game port for my joystick, the rj-11 for my dialup modem, a 5.5/2.1mm dc barrel jack for charging or anything! 2019-01-21T02:38:02 < englishman> what do you expect from millenials 2019-01-21T02:38:21 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Remote host closed the connection] 2019-01-21T02:43:36 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-21T02:48:48 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-21T02:49:10 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-21T03:06:30 < R2COM> it takes me no more than 15 mins to make complex symbol with orcad 2019-01-21T03:06:38 < R2COM> s/symbol/symbol&footprint 2019-01-21T03:12:42 < PeterM> i think the longest part is reading the datasheet usually 2019-01-21T03:13:33 < PeterM> like "where the fuck is the dimension for this part of the footprint?" "oh, you dont specify it, you have to derive it from the stackup of 14 other measurements" 2019-01-21T03:17:51 < aandrew> PeterM: yep 2019-01-21T03:18:17 < aandrew> the dimension guys love to play silly bugger with the dimensions 2019-01-21T03:26:20 < englishman> it takes me 15 minutes to choose which orscab .exe to click and it is usually the wrong one 2019-01-21T03:30:48 < aandrew> englishman: so I collected the parts and boards and stencils from carsan on friday. I'm delivering them to OES in london tomorrow 2019-01-21T03:31:00 < aandrew> we'llh ave 9 panels in 10 days 2019-01-21T03:31:11 < aandrew> I don't think carsan will be around too much longer 2019-01-21T03:32:44 < englishman> nice 2019-01-21T03:32:49 < englishman> so it was about 8 weeks? 2019-01-21T03:32:57 < aandrew> yeah what a fucking shitshow 2019-01-21T03:33:53 < aandrew> OES is charging us $3600, 600 of that stencil costs which I don't think we'll ahve now 2019-01-21T03:34:03 < aandrew> I've got the two 20" frameless sencils carsan had made 2019-01-21T03:35:25 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-21T03:39:57 < englishman> cheap 2019-01-21T04:11:11 < dongs> < rajkosto> altium is weird to get used to and you pretty much gotta build up your own schematic/footprint database too 2019-01-21T04:11:18 < dongs> you have to do it in any pro soft 2019-01-21T04:11:33 < dongs> only faggot MAKE:R shit like eagle comes with random MAKE parts 2019-01-21T04:11:43 < dongs> anything pro is gonna be from NDA parts anyway 2019-01-21T04:11:47 < dongs> and you wont be finding any footprints for it 2019-01-21T04:11:54 < rajkosto> 2pro 2019-01-21T04:11:54 < dongs> or symbols 2019-01-21T04:11:59 < rajkosto> CUSTOM footprints 2019-01-21T04:12:05 < rajkosto> not just datasheets 2019-01-21T04:19:10 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 250 seconds] 2019-01-21T04:19:49 < englishman> bs 2019-01-21T04:20:03 < englishman> sony provided a bunch of shit for their pregius sensors 2019-01-21T04:29:40 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-21T04:30:29 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 268 seconds] 2019-01-21T04:30:30 -!- davor_ is now known as davor 2019-01-21T04:30:54 < rajkosto> https://4donline.ihs.com/images/VipMasterIC/IC/PANA/PANA-S-A0000040541/PANA-S-A0000040541-1.pdf anyone used these 2019-01-21T04:32:30 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-21T04:35:18 < rajkosto> need to know which way to place it on pcb so clockwise turns equal more resistance 2019-01-21T04:48:59 < aandrew> nope never used them 2019-01-21T04:57:12 < dongs> uhhhhh 2019-01-21T04:57:19 < dongs> how can it be anything other than left to right? 2019-01-21T04:58:07 < rajkosto> turned all the way counterclockwise == A is at 0ohm wrt B ? 2019-01-21T04:58:09 < rajkosto> always a guarantee ? 2019-01-21T04:58:22 < dongs> yeah dude, cuz think of how they work 2019-01-21T04:58:28 < dongs> there's a ring of resistive shit 2019-01-21T04:58:33 < dongs> and center tap rolls on it 2019-01-21T04:58:42 < dongs> so left most turned = A=B=0 2019-01-21T04:58:47 < dongs> right most turned B=C=0 2019-01-21T05:14:22 < rajkosto> https://images.sshnuke.net/2019-01-21_04-14-19_QPBx9hZDl.png how strange this looks 2019-01-21T05:15:48 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-21T05:15:48 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Disconnected by services] 2019-01-21T05:15:52 -!- Cracki_ is now known as Cracki 2019-01-21T05:21:30 < englishman> is this the ldo you are making? 2019-01-21T05:21:43 < rajkosto> ldo ? 2019-01-21T05:23:07 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-21T05:26:04 < dongs> it looks like autism 2019-01-21T05:26:04 < dongs> is what 2019-01-21T05:27:33 < rajkosto> please be patient 2019-01-21T05:30:25 < rajkosto> https://images.sshnuke.net/2019-01-21_04-30-23_f7ricd8Ia.png better ? 2019-01-21T05:32:10 < dongs> why would you even do this 2019-01-21T05:32:21 < rajkosto> Coarse, Finer, Finest 2019-01-21T05:32:22 < PeterM> what the fuck am i looking at 2019-01-21T05:32:24 < dongs> are you trying to make a... 160k trimpot? 2019-01-21T05:32:29 < PeterM> ... 2019-01-21T05:32:35 < PeterM> 0/10 2019-01-21T05:32:41 < dongs> -10/10 more like 2019-01-21T05:33:09 < rajkosto> and yes i am 2019-01-21T05:35:58 < rajkosto> https://images.sshnuke.net/2019-01-21_04-35-56_fJGUDYlYy.png 2019-01-21T05:36:22 < dongs> rajkosto: i dont think you understand how this works 2019-01-21T05:36:39 < rajkosto> why not 2019-01-21T05:37:44 < dongs> youre tryting to make a ghetto decade box or something out of trimpots 2019-01-21T05:38:29 < rajkosto> why is that wrong 2019-01-21T05:46:48 < englishman> how about ADT5259 2019-01-21T05:46:54 < englishman> AD5259 2019-01-21T05:47:26 < tpw_rules> fiber to the home? 2019-01-21T05:47:28 < tpw_rules> lol 2019-01-21T05:57:44 < PeterM> pots have contact bounce and also wear out, this is exaggerated on higher resistance pots, from the look of the net names, this appears to be a voltage divider for a feedback node, this can lead to unpredictable output whilst adjusting hte pot, or the output having no negative feedback if the pot goes open circuit. one way to help alleviate this is to tie the wiper to one end of the potentiometer 2019-01-21T05:57:47 < PeterM> and use the resistance accross the pot, not the wiper. that way, if the wiper fails, the resistance is no more than the resistance of the pot 2019-01-21T05:59:22 < rajkosto> so just tie the wiper with the pin thats currently unused 2019-01-21T05:59:22 < rajkosto> got it 2019-01-21T06:00:31 < PeterM> also, if the supply requires precision control only at one extreme of the range, it may be worth while jsut using a logarithmic taper pot instead of a linear pot 2019-01-21T06:00:54 < rajkosto> its something completely inconsequential 2019-01-21T06:01:15 < PeterM> then why does it need 3 fucking pots? 2019-01-21T06:01:26 < rajkosto> to get to 155k 2019-01-21T06:02:37 < PeterM> get a 150k pot and stick 5k in series with it then 2019-01-21T06:06:30 < rajkosto> much more expensive than getting 3 and doesnt get me the finest control on the edge 2019-01-21T06:07:10 < dongs> 150k pot is more expensive than 3 random-valued pots + fixed R? 2019-01-21T06:07:11 < dongs> ok 2019-01-21T06:07:16 < rajkosto> yes 2019-01-21T06:07:19 < rajkosto> beauty of aliexpress 2019-01-21T06:08:15 < dongs> https://www.sparkfun.com/products/13006 jsut get this, done 2019-01-21T06:08:29 < rajkosto> larger than my entire pcb 2019-01-21T06:09:04 < PeterM> "doesnt get me the finest control on the edge" vs "its something completely inconsequential" 2019-01-21T06:09:07 < PeterM> wot 2019-01-21T06:09:09 < rajkosto> https://www.aliexpress.com/item/20pcs-Trimming-resistance-1K-2K-3K-5K-10k-20K-50K-ohm-3-3-smd-Adjustable-resistance/32949589996.html 2019-01-21T06:13:20 < dongs> god damn jew 2019-01-21T06:13:23 < dongs> youre the new Thorn 2019-01-21T06:16:21 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-21T06:17:41 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-21T06:19:06 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 272 seconds] 2019-01-21T06:19:07 -!- BrainDamage_ is now known as BrainDamage 2019-01-21T06:24:56 < rajkosto> englishman, thats nice 2019-01-21T06:25:17 < rajkosto> ive actually encountered a pcb where someone tried to emulate that by using a bunch of GPIO to turn on/off transistors which would short/not short a resistor each 2019-01-21T06:25:23 < rajkosto> now THAT'S a ghetto decade box 2019-01-21T06:27:02 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 268 seconds] 2019-01-21T06:27:10 < rajkosto> dongs, not all of us have the privilege of a digikey/arrow/mouser down the street 2019-01-21T06:27:12 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-21T06:28:44 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-21T06:29:06 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-21T06:41:04 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Read error: Connection reset by peer] 2019-01-21T06:46:09 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-21T06:47:09 -!- fc5dc9d4_ [~quassel@p5B081AFA.dip0.t-ipconnect.de] has joined ##stm32 2019-01-21T06:51:18 -!- fc5dc9d4 [~quassel@p5B3A8C05.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 2019-01-21T06:56:15 < emeb_mac> englishman: eclipse! 2019-01-21T07:04:51 < rajkosto> dongs, lol the feature to move vias with component is annoying me now, as soon as i place one, later moving it takes unrelated vias with it 2019-01-21T07:19:56 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-21T07:33:52 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-21T07:35:48 < BrainDamage> sorry for the mediocre quality, my hands are shaky and I've used a phone camera: https://ptpb.pw/wzmH.jpg https://ptpb.pw/sGKL.jpg https://ptpb.pw/C1gC.jpg zoom out a lot for best effect 2019-01-21T07:38:41 < PeterM> is that a dismembered testicle? 2019-01-21T07:39:17 < BrainDamage> yes 2019-01-21T07:39:27 < PeterM> thought so... 2019-01-21T07:40:16 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 264 seconds] 2019-01-21T07:41:09 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-21T07:47:21 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-21T07:47:39 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-21T07:49:20 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 250 seconds] 2019-01-21T07:49:32 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-21T07:50:30 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 246 seconds] 2019-01-21T07:50:33 -!- day_ is now known as day 2019-01-21T08:03:49 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-21T08:18:09 -!- cnt [uid317556@gateway/web/irccloud.com/x-icjbdttbchvhyhcq] has joined ##stm32 2019-01-21T08:21:14 -!- gsi_ [~gsisig@x4dbdb77b.dyn.telefonica.de] has joined ##stm32 2019-01-21T08:30:34 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-21T08:41:33 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 268 seconds] 2019-01-21T08:42:13 -!- Netsplit *.net <-> *.split quits: sykemyke, nikomo, dan2wik 2019-01-21T08:43:07 -!- dan2wik [dan2wik@hellomouse.net] has joined ##stm32 2019-01-21T08:43:07 -!- dan2wik [dan2wik@hellomouse.net] has quit [Changing host] 2019-01-21T08:43:07 -!- dan2wik [dan2wik@unaffiliated/dan2wik] has joined ##stm32 2019-01-21T08:43:16 -!- Netsplit over, joins: nikomo 2019-01-21T08:45:22 -!- Dave_Elec [~Dave@197.156.119.10] has quit [Quit: Dave_Elec] 2019-01-21T08:47:29 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-21T09:07:53 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-21T09:20:57 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-21T09:21:16 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-21T09:27:17 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-21T09:29:15 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-21T09:32:03 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-21T09:36:18 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 245 seconds] 2019-01-21T09:40:58 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-21T09:42:19 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-21T09:43:21 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-21T09:49:01 -!- zygron_ [mitrax@lfbn-ncy-1-399-98.w83-196.abo.wanadoo.fr] has joined ##stm32 2019-01-21T09:51:01 -!- mitrax [mitrax@lfbn-ncy-1-399-98.w83-196.abo.wanadoo.fr] has quit [Ping timeout: 246 seconds] 2019-01-21T10:14:49 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-21T10:18:15 -!- gsi__ [~gsisig@x4db9568d.dyn.telefonica.de] has joined ##stm32 2019-01-21T10:20:34 -!- gsi_ [~gsisig@x4dbdb77b.dyn.telefonica.de] has quit [Ping timeout: 250 seconds] 2019-01-21T10:23:43 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-21T10:39:51 < invzim> englishman: PeterM , thanks for info on future electronics. Will give them a try next time (only had 1 part I needed in stock and small order, so didn't make sense to use them this time) 2019-01-21T10:46:27 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has quit [] 2019-01-21T10:48:24 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-21T10:58:13 < cnt> are they over 2019-01-21T10:58:18 < cnt> kaput? 2019-01-21T11:00:54 < cnt> https://c1.staticflickr.com/6/5197/7197453698_f4b00a2c37_b.jpg 2019-01-21T11:07:22 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-21T11:10:28 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 245 seconds] 2019-01-21T11:19:13 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 246 seconds] 2019-01-21T11:24:02 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-21T11:42:35 -!- Steffann [~steffanx@unaffiliated/steffanx] has joined ##stm32 2019-01-21T11:44:13 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Ping timeout: 245 seconds] 2019-01-21T12:22:41 -!- sk_tandt1 [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-21T12:25:48 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 250 seconds] 2019-01-21T12:25:49 -!- sk_tandt1 is now known as sk_tandt 2019-01-21T12:30:01 -!- sk_tandt1 [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-21T12:32:57 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 246 seconds] 2019-01-21T12:32:57 -!- sk_tandt1 is now known as sk_tandt 2019-01-21T12:35:18 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 272 seconds] 2019-01-21T12:58:38 < srk> that's a wierd cat! 2019-01-21T13:11:19 < englishman> cool BrainDamage and emeb_mac it was cloudy here couldn't see the moon at all 2019-01-21T13:13:12 < kakimir> superbloodwolfmoon 2019-01-21T13:13:24 < cnt> bacon 2019-01-21T13:13:42 < kakimir> I would have seen it if I didn't do force sleep from 06 to 08 2019-01-21T13:57:20 < cnt> ever wanted to see it 2019-01-21T14:01:35 < karlp> slavery act 2015, thanks for that. 2019-01-21T14:16:56 < karlp> "Does your organisation have a documented policy to ensure that neither slavery nor human trafficking takes place within your organisation" 2019-01-21T14:28:45 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-21T14:48:08 * Haohmaru hides teh slaves in teh basement 2019-01-21T14:48:12 < Haohmaru> what slaves? 2019-01-21T14:50:38 < karlp> read the supply chain amendments section https://en.wikipedia.org/wiki/Modern_Slavery_Act_2015 2019-01-21T14:51:20 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-21T16:07:53 -!- cnt [uid317556@gateway/web/irccloud.com/x-icjbdttbchvhyhcq] has quit [Quit: Connection closed for inactivity] 2019-01-21T16:17:01 < Thorn> 2020: Does your organisation have a documented policy to ensure that hiring of males does not take place within your organisation unless absolutely necessary? 2019-01-21T16:23:27 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-21T16:23:29 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-21T16:30:12 -!- grindhold [~quassel@84.200.43.162] has quit [Ping timeout: 250 seconds] 2019-01-21T16:30:47 -!- grindhold [~quassel@84.200.43.162] has joined ##stm32 2019-01-21T16:34:30 < Haohmaru> aww noes 2019-01-21T16:40:59 < karlp> heh, some hot water customers here got way higher bills last year, because they used more water. 2019-01-21T16:41:13 < karlp> .... because the incoming hot water was colder than it used to be, so they needed more for heating. 2019-01-21T16:41:26 < karlp> hooray for volumetic billing rather than energy transfer billing 2019-01-21T16:49:20 * Haohmaru measures karlp's volume in four dimensions 2019-01-21T16:53:46 -!- srk [sorki@fedora/sorki] has quit [Ping timeout: 244 seconds] 2019-01-21T16:55:29 -!- srk [sorki@fedora/sorki] has joined ##stm32 2019-01-21T16:56:16 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-21T16:59:46 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-21T17:00:22 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-21T17:03:10 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-21T17:09:40 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-21T17:11:18 < Thorn> ADC2>CR2 |= ADC_CR2_SWSTART; <--- apparently this compiles 2019-01-21T17:22:39 < karlp> heh, does that collapse to adc2 |= blah? 2019-01-21T17:22:45 < karlp> which is probably then the first reg? 2019-01-21T17:31:17 < Thorn> did I mention that Niklaus Wirth is my hero 2019-01-21T17:35:58 < specing> Thorn: do you like languages that were actually designed and not just built from what was handy at the time? 2019-01-21T17:36:23 < Thorn> exactly 2019-01-21T17:36:24 < bitmask> with a heating application, the voltage only affects how fast it will heat up right? If you have 6 batteries either as 2s3p or 3s2p the higher voltage will heat up quicker but require less power to maintain temp and battery should be about the same? 2019-01-21T17:37:08 < bitmask> be the same = battery life 2019-01-21T17:37:34 < BrainDamage> battery life is better with higher voltage 2019-01-21T17:37:44 < BrainDamage> because less current = less internal heating in the battery 2019-01-21T17:38:01 < BrainDamage> and heating up the battery degrades both current charge and capacity 2019-01-21T17:38:21 < bitmask> well it will be way under the max current of the battery 2019-01-21T17:38:24 < bitmask> either way 2019-01-21T17:38:32 < BrainDamage> also heating in the battery might not be heating delivered to your thermal load 2019-01-21T17:38:34 < qyx> I think he asked how fast will the heating element heat 2019-01-21T17:38:36 < qyx> not the battery 2019-01-21T17:38:45 < bitmask> no, I want to know battery life 2019-01-21T17:39:27 < bitmask> and with a heating application wouldnt higher voltage always equal higher current? 2019-01-21T17:39:36 < bitmask> with a pure resistive load 2019-01-21T17:41:02 < BrainDamage> higher voltage means higher current, but remember you care about ratio of power in load vs power in battery 2019-01-21T17:41:24 < BrainDamage> so higher power overall, but better power ratio 2019-01-21T17:41:38 < BrainDamage> and higher power gets compensated by the controller 2019-01-21T17:41:49 < bitmask> right 2019-01-21T17:41:50 < bitmask> ok 2019-01-21T17:41:56 < bitmask> I'll stick with 12v then 2019-01-21T17:49:56 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-21T18:12:04 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-21T18:20:17 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-21T18:47:40 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-21T18:53:48 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-21T18:56:32 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-21T19:04:19 -!- HighInBC [~highinbc@unaffiliated/chillum] has quit [Quit: Leaving] 2019-01-21T19:06:56 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Quit: Leaving] 2019-01-21T19:15:35 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 272 seconds] 2019-01-21T19:18:06 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 272 seconds] 2019-01-21T19:20:30 < specing> How is the component that senses weight in scales called? 2019-01-21T19:20:46 < specing> 'strain gauge' yields unsatisfactory results 2019-01-21T19:22:00 < Steffann> Load cell 2019-01-21T19:24:58 < karlp> profibus, for when it absolutely must cost a fuckton: https://www.distrelec.de/en/digital-display-led-profibus-gs-industrie-elektronik-da100-nb40-p1re/p/17691017 2019-01-21T19:25:34 < specing> Steffann: Is that it? I see them for 3 eur and up... and the first page is full of newegg business on octopart. this cannot be right 2019-01-21T19:25:51 < specing> I have a kitchen scale here that was <$10 and has 4 of them inside 2019-01-21T19:27:31 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-21T19:30:10 < Steffann> Yes, spe 2019-01-21T19:30:15 < Steffann> specing. 2019-01-21T19:30:38 < Steffann> Ebay and co have them for dirt cheap 2019-01-21T19:31:06 < PaulFertser> specing: https://www.ebay.com/itm/Digital-Scale-Strain-Gauge-Tenso-Sensor-00000592-40kg-Scales-Weight-Load-Cell-/253516060053 2019-01-21T19:31:36 < Steffann> https://m.banggood.com/nl/4pcs-DIY-50KG-Body-Load-Cell-Weight-Strain-Sensor-Resistance-With-HX711-AD-Module-p-1326815.html?gmcCountry=NL¤cy=EUR&cur_warehouse=CN&createTmp=1&utm_source=googleshopping&utm_medium=cpc_bgs&utm_content=frank&utm_campaign=pla-nl-nl-css-elc2-mb 2019-01-21T19:31:36 < specing> PaulFertser: that is even more expensive 2019-01-21T19:31:40 < Steffann> Whops 2019-01-21T19:31:42 < PaulFertser> specing: but that's 40kg 2019-01-21T19:31:49 < Steffann> But you get the idea 2019-01-21T19:31:53 < specing> PaulFertser: so what, personal scalers aren't $50 2019-01-21T19:31:58 < specing> scales* 2019-01-21T19:32:13 < Steffann> You can find those for even less 2019-01-21T19:33:10 < Steffann> 50kg kitchen scale <3 2019-01-21T19:33:32 < Steffann> Or more 2019-01-21T19:33:52 < specing> Steffann: that banggood link looks reasonable 2019-01-21T19:34:44 < karlp> fucking mobile links 2019-01-21T19:34:51 < karlp> there's not even a way to get back to the full version 2019-01-21T19:35:21 < Steffann> Sorry! 2019-01-21T19:35:33 < Steffann> Im mobile. 2019-01-21T19:37:17 < karlp> another fun day of winning at software for no reason: http://batman.gyptis.org/zerobin/?28f4ec4b70dfc9bc#aKxMrEypQkjD8cGUQuE45bLmaIbI4mW2LH3vMURmYSc= 2019-01-21T19:42:21 < Steffann> No idea why.. 2019-01-21T19:43:43 -!- hexo_ is now known as hovniatko 2019-01-21T19:46:38 < Rajko> what connector should i use for internal 5V supply ? 2019-01-21T19:46:46 < Rajko> maybe the floppy one ? 2019-01-21T19:47:09 < PaulFertser> karlp: what's even more fucking is that banggood apparently sees "arm" or something like that in my obviously non-mobile Firefox ESR and forces me to their mobile version unless I override user agent to something (I use "fuckbanggood"). 2019-01-21T19:48:32 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Quit: Leaving] 2019-01-21T19:48:43 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-21T19:49:42 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-21T20:09:20 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:bcff:39ba:9f65:92fb] has joined ##stm32 2019-01-21T20:09:59 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-21T20:18:48 -!- ekaOlogik [~quassel@p5DE8638C.dip0.t-ipconnect.de] has joined ##stm32 2019-01-21T20:19:44 -!- Steffann is now known as Steffanx 2019-01-21T20:21:07 < emeb> x = n 2019-01-21T20:25:02 < Steffanx> Gooday emeb 2019-01-21T20:25:19 < emeb> g'day Steffanx 2019-01-21T20:25:48 -!- Ecco [~user@unaffiliated/ecco] has quit [Ping timeout: 246 seconds] 2019-01-21T20:26:11 < Steffanx> You're missing out on all the ##stm32 in the stm32 chat professionals telegram group emeb 2019-01-21T20:26:19 < Steffanx> *##stm32 cats 2019-01-21T20:26:53 < emeb> telegram? 2019-01-21T20:27:58 < Steffanx> Whatsapp for nerds 2019-01-21T20:28:03 < emeb> is that some new social thing all the kids are flocking to in order to escape the old farts? 2019-01-21T20:28:20 < Steffanx> not the kids. 2019-01-21T20:28:27 < antto> is that some new proprieterribull chat app? 2019-01-21T20:28:54 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-21T20:29:11 < emeb> I tried whatsapp for about an hour - then realized it was just another frontend for Facebook datamining. 2019-01-21T20:29:33 < BrainDamage> What isn 2019-01-21T20:29:42 < emeb> +100 2019-01-21T20:29:59 < antto> at the job i was kinda forced to start using this vib0r bullsh*t 2019-01-21T20:30:01 < antto> >:( 2019-01-21T20:30:56 < antto> it's so f*cked up i can't even eggsplain it 2019-01-21T20:31:14 < emeb> typical employer edict 2019-01-21T20:31:32 < Steffanx> now i understand what antto is always so sad. 2019-01-21T20:31:56 < antto> no, i'm not "sad" about this, more like, angry/pissed 2019-01-21T20:31:59 < emeb> CIO's teenage son thought something looked cool, so now the whole company has to use it. 2019-01-21T20:32:31 -!- sykemyke [syke@kapsi.fi] has joined ##stm32 2019-01-21T20:32:37 < antto> all employees have vib0r, eggscept me 2019-01-21T20:32:51 < antto> also smarta$$phones 2019-01-21T20:33:56 < antto> it's funny what happens if you move the vib0r window partially off-screen 2019-01-21T20:34:06 < antto> just, exposes how dumb it was made 2019-01-21T20:34:26 < Steffanx> i never heard of it 2019-01-21T20:35:02 < antto> it's some proprietary bullsh*t for smartphones, it lets you chat and make calls 2019-01-21T20:35:14 < zyp> I'm so fucking tired of every single irc channel moving to this or that chat service so that now I need a bunch of different clients to keep up with stuff 2019-01-21T20:35:31 < Steffanx> you dont have to zyp :p 2019-01-21T20:35:39 < antto> zyp i stay away from themz 2019-01-21T20:35:50 < zyp> I know, that's why I've stopped keeping up with most of them 2019-01-21T20:35:52 < rajkosto> > using some fad instead of good old tried and true irc 2019-01-21T20:36:14 < emeb> irc is fine as-is. 2019-01-21T20:36:22 < Steffanx> i have no clue why dongs / englishman moved to that telegram stuff to be honest. 2019-01-21T20:36:37 < antto> (i'm not gonna protest about dongs) 2019-01-21T20:36:44 < emeb> oh - they left entirely? 2019-01-21T20:36:48 < Steffanx> no 2019-01-21T20:36:53 < Steffanx> copied themselves to there 2019-01-21T20:36:55 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-21T20:37:00 < antto> ah 2019-01-21T20:37:07 < emeb> well then - keep the seats warm 2019-01-21T20:37:19 * antto puts back teh sparkling wine 2019-01-21T20:37:34 < Steffanx> no party yet 2019-01-21T20:38:14 < emeb> as long as Steffanx never leaves us we'll be a family... 2019-01-21T20:38:22 < Steffanx> lol. 2019-01-21T20:38:42 < emeb> ;) 2019-01-21T20:38:59 < antto> who #included 2019-01-21T20:39:50 * Steffanx hugs antto 2019-01-21T20:40:07 < antto> unresolved reference to "antto" 2019-01-21T20:40:12 < antto> "hugs" not declared 2019-01-21T20:40:58 < antto> "Steffanx" is not recognized as an internal or external function 2019-01-21T20:43:04 * Steffanx gives antto the one and only keil. 2019-01-21T20:43:10 < Steffanx> Now it works. Heil keil. 2019-01-21T20:43:29 < antto> keil kitler 2019-01-21T20:48:22 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-21T21:04:31 -!- con3 [~kvirc@154.119.40.228] has joined ##stm32 2019-01-21T21:34:40 -!- superbia [~superbia@unaffiliated/superbia] has joined ##stm32 2019-01-21T21:34:44 < superbia> evening gentleman 2019-01-21T21:37:29 < emeb> afternoon 2019-01-21T21:39:52 < superbia> how did i solder 2019-01-21T21:40:01 < superbia> i need expert critic on my job 2019-01-21T21:40:03 < superbia> https://i.imgur.com/kOnd3cm.jpg 2019-01-21T21:40:40 < Steffanx> https://imgur.com/a/r01bslV superbia 2019-01-21T21:41:59 < kakimir> superbia: the fuck is that? 2019-01-21T21:43:12 < superbia> yay or nay 2019-01-21T21:46:12 < Steffanx> did you solder it from the top? 2019-01-21T21:46:20 < superbia> yes i did 2019-01-21T21:46:44 < superbia> why is everybody asking me that 2019-01-21T21:47:04 < Steffanx> because i think thats no how its done, usually. 2019-01-21T21:47:07 < Steffanx> not 2019-01-21T21:47:29 < superbia> i follwed ad guide 2019-01-21T21:48:00 < Steffanx> or should the bottom be totally flat? 2019-01-21T21:48:20 < superbia> tehre's shit that goes on the other side 2019-01-21T21:49:08 < superbia> Steffanx: that sits on top https://i.imgur.com/0kAzfYg.jpg 2019-01-21T21:50:07 < Steffanx> hm 2019-01-21T21:52:58 < superbia> Steffanx: let me show you the guide 2019-01-21T21:55:39 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 250 seconds] 2019-01-21T21:56:57 < rajkosto> how do i crimp these JST PH connectors 2019-01-21T21:58:50 < superbia> Steffanx: final verdict 2019-01-21T21:59:16 < rajkosto> ohhh you can slip the connectors out of the casing, good 2019-01-21T21:59:26 -!- nn7 [~nn7@c-73-181-124-81.hsd1.co.comcast.net] has joined ##stm32 2019-01-21T21:59:37 < Steffanx> Looks fine to me. Most important thing: does it work. superbia 2019-01-21T21:59:52 < superbia> Steffanx: i can't test , because i need to order new arduinos 2019-01-21T22:00:25 < nn7> I'm trying to flash an STM32F405 in DFU mode. I'm using TrueStudio and have compiled a binary. I'm using dfu-util to flash address 0x08000000. So far my test code isn't working. My suspicion is that whatever TrueStudio is generating is not what dfu-util wants. 2019-01-21T22:00:43 < superbia> for some reason, the 32u4 breadboarduinos i have use a mini usb plug, and since like 2018 they ship them with micro usb plugs which are 5mm less in width; so i can't fit them on these pcb's 2019-01-21T22:02:33 < superbia> tldr; we ordering new arduinos Steffanx https://external-preview.redd.it/4pXnIKryEY0gVWFkCU1z9nWfoRJAR4Uf-39zUthrTis.jpg?width=1024&auto=webp&s=7d24c501a047d54d99f1ed027d1c78ea16121cdd 2019-01-21T22:05:00 < nn7> I've tried an Intel Hex format, a Motorola S format, and a Binary format. 2019-01-21T22:06:13 < PaulFertser> nn7: pastebin dfu-util output then, with maximum debug/verbosity 2019-01-21T22:06:58 < PaulFertser> nn7: it's probably not plain DFU but DfUsE 2019-01-21T22:09:33 < nn7> PaulFertser, https://pastebin.com/R1aTAZrZ 2019-01-21T22:12:37 < PaulFertser> nn7: doesn't look like you get any errors 2019-01-21T22:13:03 < nn7> which is why I suspect I'm not telling TrueStudio the right output format. 2019-01-21T22:13:46 < PaulFertser> nn7: why do not you just use objdump to convert from ihex to binary? 2019-01-21T22:14:08 < nn7> because I don't know what I'm doing and wouldn't know how to do that. 2019-01-21T22:14:30 < nn7> I'm lacking any sort of instructions, so your feedback is very helpful. 2019-01-21T22:14:34 < PaulFertser> nn7: arm-none-eabi-objdump -O binary /path/to/your.hex /path/to/your.bin 2019-01-21T22:15:20 < PaulFertser> nn7: in fact, you do not need ihex at all, objdump can convert to binary directly from elf. 2019-01-21T22:15:44 < nn7> ok, thanks! I'll give this a try 2019-01-21T22:16:41 < PaulFertser> dfu-util man page doesn't tell anything about ihex, only raw binaries and binaries with special dfuse suffix are supported. 2019-01-21T22:17:13 * PaulFertser sighs seeing OpenMoko mentioned 2019-01-21T22:17:36 < Steffanx> no love for the moko? 2019-01-21T22:19:52 -!- Netsplit *.net <-> *.split quits: sykemyke 2019-01-21T22:20:05 < PaulFertser> Back then it felt like openmoko had a chance to establish a niche of user-friendly smartphones. Lots of support from enthusiasts, cool projects based on it etc etc. And from all that great story only dfu-util survived, heh. 2019-01-21T22:21:58 < PaulFertser> nn7: btw, developing for stm32 and not having an SWD (or JTAG) adapter is kinda suboptimal. 2019-01-21T22:26:33 < specing> openmoko was damn too expensive imo 2019-01-21T22:26:58 < specing> also it was doomed from the start due to closed modems 2019-01-21T22:27:31 < Steffanx> Reminds me of this new "open phone" that doesnt even have a modem. 2019-01-21T22:27:32 < Steffanx> LOL 2019-01-21T22:28:42 < emeb> voip/wifi only? 2019-01-21T22:29:36 < PaulFertser> specing: no, not really. The device was relatively cheap, you can look it up, it was much cheaper than e.g. iphone1. And the closed firmware for GSM module was partially available for modification for the openmoko engineers, so it was reasonable. 2019-01-21T22:30:22 < Steffanx> yeah emeb 2019-01-21T22:31:42 < PaulFertser> Steffanx: all current mass-produced smartphones have shared memory with the modem, so that's unacceptable for a proper device. And USB modules are expensive, power-hungry and big. 2019-01-21T22:32:42 < Steffanx> Yeah, but meh. 2019-01-21T22:32:57 < PaulFertser> nn7: so, got it working? From your log it looks like all you need is just convert it to binary with objcopy, and that should be it. 2019-01-21T22:33:31 < PaulFertser> Steffanx: isn't AMT/ME meh? Isn't most of the modern IT?.. 2019-01-21T22:35:38 < Steffanx> was more referring to an open sores "phone" without a sim slot without a modem that costs 1200 euro (atm) is a joke. 2019-01-21T22:38:48 < specing> PaulFertser: how much did it cost? 2019-01-21T22:38:56 < specing> I remember something insane like 800 eur 2019-01-21T22:41:48 < PaulFertser> specing: that's neo900 preorders, not openmoko 2019-01-21T22:42:52 < PaulFertser> specing: $400 or so 2019-01-21T22:44:03 < PaulFertser> Compare to this: "The iPhone was released in the United States on June 29, 2007 at the price of $499 for the 4 GB model and $599 for the 8 GB model, both requiring a 2-year contract." 2019-01-21T22:46:21 -!- ekaOlogik [~quassel@p5DE8638C.dip0.t-ipconnect.de] has quit [Read error: Connection reset by peer] 2019-01-21T22:48:20 < PaulFertser> With Freerunner you just insert whatever uSD you want, so it can be a "16 GB" model for cheap. 2019-01-21T22:51:27 < invzim> any led experts about? 2019-01-21T22:51:50 < invzim> I usually go with 1k resistor and it works ok and don't think anything more about it 2019-01-21T22:52:01 < rajkosto> invzim, what led 2019-01-21T22:52:21 < invzim> pretty much whatever, for power indication and stuff 2019-01-21T22:52:23 < rajkosto> Vres = Supply_Voltage - Led_Forward_Voltage 2019-01-21T22:52:37 < rajkosto> LedCurrent = Vres / Rres 2019-01-21T22:52:40 < invzim> yeah, I never bothered being anal about that stuff as 1K has served me well :) 2019-01-21T22:52:48 < rajkosto> 1k is waaay too much for SMD leds for me 2019-01-21T22:52:51 < rajkosto> 10k more like 2019-01-21T22:52:54 < rajkosto> or you get blinded 2019-01-21T22:53:11 < invzim> anyhoo, assembly house suggests this 2019-01-21T22:53:13 < invzim> https://datasheet.lcsc.com/szlcsc/Lite-On-LTST-C191KRKT_C125099.pdf 2019-01-21T22:53:32 < invzim> on page 4 it lists the intensity as min 18, max 180, typ 54 2019-01-21T22:53:36 < invzim> which is a rather large span?! 2019-01-21T22:53:38 < rajkosto> standard 0805 ? 2019-01-21T22:53:47 < rajkosto> yes it depends on what current you push through it 2019-01-21T22:53:49 < invzim> 0603 2019-01-21T22:54:02 < invzim> proto uses something marked 100-120mcd, 20mA 2019-01-21T22:54:10 < invzim> which works fine (with 1k :)) 2019-01-21T22:54:25 < rajkosto> forward voltage is 2.0 2019-01-21T22:54:32 < rajkosto> if supply is 3.3v then resistor voltage is 1.3 2019-01-21T22:55:30 < rajkosto> http://ledcalc.com/ 2019-01-21T22:58:24 < Thorn> I use 270...360Ω for smd leds, what do you mean 10K 2019-01-21T22:58:44 < rajkosto> 10k works just fine, doesnt blind me, with 0805s, looking at them straight on 2019-01-21T22:59:06 < Thorn> are you a cat 2019-01-21T22:59:10 < rajkosto> nop 2019-01-21T22:59:31 < rajkosto> keep in mind blue has a higher voltage than red/green 2019-01-21T22:59:49 < rajkosto> anyway use calculator for desired milliamps through led, done 2019-01-21T23:00:13 < rajkosto> if its connected straight through leg of STM32, keep in mind the maximuim per-pin drive currents, and maximum per-chip IO current 2019-01-21T23:00:26 < invzim> nah, for this it's straight after the LDO 2019-01-21T23:02:16 < rajkosto> if you have proto, and you did 1k and the brightness is good, use 1k 2019-01-21T23:02:29 < invzim> yes, but this is a different led 2019-01-21T23:03:39 < invzim> ah, it will emit SOMETHING for sure 2019-01-21T23:03:46 < invzim> it's just to confirm power 2019-01-21T23:03:55 < rajkosto> is it the same COLOR of led ? 2019-01-21T23:03:57 < invzim> i'll approve and redo next batch if terible 2019-01-21T23:04:00 < rajkosto> is it also SMD ? 2019-01-21T23:04:02 < invzim> yup, RED 2019-01-21T23:04:03 < invzim> smd 2019-01-21T23:04:04 < invzim> :) 2019-01-21T23:04:09 < rajkosto> then it will be approx the same 2019-01-21T23:04:33 < rajkosto> just depends on led efficiency 2019-01-21T23:04:38 < invzim> allright, had some leds previously I think that was noticably dimmer 2019-01-21T23:05:09 < nn7> PaulFertser, I understand it's suboptimal. This is kind of a specialized case that I'm dealing with. 2019-01-21T23:06:05 < nn7> PaulFertser, one place you say objcopy another you say objdump 2019-01-21T23:06:39 < nn7> although TrueStudio will create a binary version, so maybe my problem is elsewhere. 2019-01-21T23:13:21 < mawk> with extension .bin ? 2019-01-21T23:13:25 < mawk> you checked right ? 2019-01-21T23:13:34 < mawk> also DFU is a special format, you can't flash the raw thing 2019-01-21T23:13:37 < mawk> you need nice headers and stuff 2019-01-21T23:14:24 < mawk> read the specs and put the headers yourself, or if you're on windows use the program made by ST 2019-01-21T23:15:24 < invzim> I use the dfu filemanager thingie, works great 2019-01-21T23:16:09 < invzim> push the bootloader via USB in same step as verifying power entry 2019-01-21T23:19:35 < nn7> Well, I had made the code incredibly simple, "turn on LED". Couldn't get it working. Tried adding "delay, turn off LED, delay" to make sure I had the polarity right, didn't work. 2019-01-21T23:19:53 < nn7> Added sending text through the UART, both UART and LED are working. 2019-01-21T23:19:54 < nn7> 2019-01-21T23:20:12 < rajkosto> whats the point of a 10m resistor 2019-01-21T23:20:16 < rajkosto> mega* 2019-01-21T23:20:33 < nn7> resisting a lot? 2019-01-21T23:20:38 < rajkosto> to ground 2019-01-21T23:21:30 < nn7> we used them to simulate the shunt resistance of a photodiode when testing ADC's 2019-01-21T23:21:43 < mawk> yeah nn7 but you need a proper dfu file format 2019-01-21T23:21:45 < mawk> not just binary 2019-01-21T23:21:49 < mawk> else, don't use DFU 2019-01-21T23:21:51 < mawk> flash the binary directly 2019-01-21T23:21:59 < nn7> mawk, dfu-util flashes the binary 2019-01-21T23:29:01 < rajkosto> 2.54mm headers are huge, what smaller connector do i use 2019-01-21T23:29:57 < catphish> for what? 2019-01-21T23:30:10 < rajkosto> was thinking some sort of flat flex 2019-01-21T23:30:31 < rajkosto> just board to board 2019-01-21T23:38:54 < Cracki> 1.27mm ribbon? 2019-01-21T23:38:58 < Cracki> .63mm ribbon? 2019-01-21T23:39:26 < Cracki> ribbon soldered or ribbon with Insulation Displacement Connectors 2019-01-21T23:39:44 < Cracki> ribbon steamed, ribbon sauteed, ... 2019-01-21T23:40:04 < rajkosto> boil em mash em stick em in a stew ? 2019-01-21T23:40:28 < Cracki> tasty chemicals 2019-01-21T23:41:22 < Cracki> there are 1.27mm pitch pin headers too. IIRC cortex m debug header is 2x5 pin with that pitch 2019-01-21T23:41:47 -!- sk_tandt [~Thunderbi@37.182.146.7] has joined ##stm32 2019-01-21T23:42:30 < Cracki> 0.5mm flatflex is a commodity so if it makes sense, why not 2019-01-21T23:42:39 < rajkosto> why not 1.0mm 2019-01-21T23:42:43 < rajkosto> easier to solder if i need to bodge 2019-01-21T23:42:45 < Cracki> sure, that too 2019-01-21T23:43:36 < rajkosto> now i remember flat flexd has weird "forward" and "reverse" types 2019-01-21T23:43:44 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 268 seconds] 2019-01-21T23:43:53 < rajkosto> top/bottom 2019-01-21T23:44:21 < qyx> search mouser/farnell or whatever 2019-01-21T23:44:26 < qyx> there are tons of them 2019-01-21T23:44:39 < rajkosto> yes, too many 2019-01-21T23:44:48 < qyx> all n*2 pin versions, same side or opposite 2019-01-21T23:45:00 < qyx> opossite wat 2019-01-21T23:45:18 < qyx> the first was right 2019-01-21T23:53:40 < Cracki> most common is one plane of contacts, that are exposed up/down/both on each side 2019-01-21T23:54:01 < aandrew> karlp: that USB3340 --> FT2232 works. microchip documentation team has their heads up their asses 2019-01-21T23:54:03 < Cracki> double-layer copper is also possible but I guess nobody uses that 2019-01-21T23:54:51 < Cracki> just recently someone here had a flatflex connector that touched the end from top and bottom, so you could feed it any type of ribbon. just make sure pin 1 is on the right end 2019-01-21T23:56:48 < rajkosto> those would be the best 2019-01-21T23:56:51 < rajkosto> but most are one side only 2019-01-21T23:57:01 < rajkosto> so you have to match it with the cable, which is either top-top or bottom-bottom or top-bottom --- Day changed Tue Jan 22 2019 2019-01-22T00:04:47 < Cracki> toptop is bottombottom 2019-01-22T00:05:15 < Cracki> unless you have some keying which is... nonstandard 2019-01-22T00:05:53 < Cracki> I would always use same-side by default, unless opposite-side makes construction easier 2019-01-22T00:07:11 < Cracki> figuring from mechanical construction, I'd say bottom-contact connectors are easier. fixed contacts, and the top is just for fastening 2019-01-22T00:13:43 < Cracki> let's see if this works... 2019-01-22T00:13:45 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Quit: Leaving] 2019-01-22T00:13:58 -!- sk_tandt [~Thunderbi@37.182.146.7] has quit [Ping timeout: 244 seconds] 2019-01-22T00:25:33 < rajkosto> its actually not the same 2019-01-22T00:25:39 < rajkosto> the plastic blue part is in a different spot 2019-01-22T00:28:10 -!- Cracki [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-22T00:35:20 -!- sk_tandt [~Thunderbi@37.182.146.7] has joined ##stm32 2019-01-22T00:56:00 -!- sk_tandt [~Thunderbi@37.182.146.7] has quit [Ping timeout: 246 seconds] 2019-01-22T00:56:46 < Cracki> mad lad takes the store apart because he didn't get paid for his work https://twitter.com/joefblue/status/1087401547355561984 2019-01-22T00:57:59 < Thorn> Killdozer Jr.? 2019-01-22T00:58:08 -!- jadew [~jadew_tes@82.137.11.214] has joined ##stm32 2019-01-22T00:59:34 < jadew> https://www.youtube.com/watch?v=yFMYWQJn8cY 2019-01-22T00:59:41 < Cracki> it's an island.they don't have the space for full sized ones 2019-01-22T01:00:24 < Cracki> ride enhancement 2019-01-22T01:01:05 < englishman> jesus is it a holiday in usa already 2019-01-22T01:01:21 < englishman> do these guys ever work 2019-01-22T01:01:25 < Cracki> oh wow the muricans are out of food stamps... collapse of civilization in 3 2 1 2019-01-22T01:02:09 < Cracki> they made a movie about it. mark wahlberg and janet jackson starred in it. 2019-01-22T01:04:16 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:bcff:39ba:9f65:92fb] has quit [Quit: Konversation terminated!] 2019-01-22T01:07:58 < superbia> quit 2019-01-22T01:08:00 < superbia> exit 2019-01-22T01:08:04 < superbia> quit 2019-01-22T01:08:07 -!- superbia [~superbia@unaffiliated/superbia] has quit [Quit: WeeChat 2.3] 2019-01-22T01:09:10 -!- con3 [~kvirc@154.119.40.228] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-22T01:22:08 < rajkosto> englishman, so did you directly use the AD5259 2019-01-22T01:22:14 < rajkosto> i might use it for the actual potentiometer that matters 2019-01-22T01:23:52 < rajkosto> 3$ at digikey is OOF tho 2019-01-22T01:23:55 -!- sk_tandt [~Thunderbi@37.182.146.7] has joined ##stm32 2019-01-22T01:25:08 < rajkosto> cheaper on ali 2019-01-22T01:25:23 < rajkosto> but still shouldnt these things be like 30 cents 2019-01-22T01:26:50 -!- paul_99 [~paul@89.129.15.186] has quit [Read error: Connection reset by peer] 2019-01-22T01:28:42 < Thorn> https://lcsc.com/activity.html#/specialdeals?id=superdeal 2019-01-22T01:29:47 < rajkosto> gotta get my design shipped before the 28th then 2019-01-22T01:32:30 < Thorn> I'm trying to google XH pins but keep finding nonassociative algebras and symplectic topologies 2019-01-22T01:32:53 < Thorn> I hoped it wouldn't require advanced math 2019-01-22T01:36:02 < karlp> aandrew: good to hear. 2019-01-22T01:37:00 < Cracki> Thorn, what about them, jst has a shit catalog without any tables 2019-01-22T01:37:48 < Thorn> I'm buying Boom Precision from lcsc. trying to find contacts that are compatible with a particular connector body 2019-01-22T01:39:59 < Adluc> Thorn: hows the quality of things from lcsc? 2019-01-22T01:43:09 < Thorn> Adluc: never had any problems 2019-01-22T01:43:40 < Adluc> Thorn: packages arrive like aliexpress? do customs care? 2019-01-22T01:44:23 < Thorn> they have several shipping options 2019-01-22T01:44:41 < Thorn> I haven't had problems so far (knock on wood) 2019-01-22T01:58:37 < englishman> rajkosto: i didnt use it but i saw it in an opamp-based adjustable gain stage 2019-01-22T01:59:59 < Thorn> lcsc hasn't had any SMA connectors in stock for months (or if they have something then they're not categorized properly) 2019-01-22T02:08:11 < Cracki> all out of stock https://lcsc.com/products/RF-Connectors-Coaxial-Connectors_11072.html?q=SMA 2019-01-22T02:13:34 < rajkosto> i have all of those 2019-01-22T02:13:37 < rajkosto> right here 2019-01-22T02:14:01 < rajkosto> why lcsc out of stock on so many things 2019-01-22T02:14:17 < rajkosto> arent they in china and thus can get stuff suiper fast 2019-01-22T02:17:45 -!- jadew [~jadew_tes@82.137.11.214] has quit [] 2019-01-22T02:35:11 < aandrew> my tinyarm dev kit came 2019-01-22T02:35:16 < aandrew> it's teh same chip as in my scope 2019-01-22T02:35:22 < aandrew> kind of neat 2019-01-22T02:47:04 < Cracki> tinyarm? 2019-01-22T02:58:20 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-22T03:07:36 < aandrew> sorry not tinyarm 2019-01-22T03:07:41 < aandrew> it's friendlyarm or tiny2416 2019-01-22T03:07:49 < aandrew> it's a samsung s3c2416 dev kit 2019-01-22T03:08:10 < Cracki> ooh 2019-01-22T03:08:16 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-22T03:08:57 < aandrew> there ya go dongs: https://i.imgur.com/V83lXf7.gif 2019-01-22T03:09:11 < Cracki> arm9, 400-533 MHz, lotsa stuff 2019-01-22T03:09:14 < aandrew> yep 2019-01-22T03:09:28 < aandrew> including a couple expansion busses 2019-01-22T03:09:49 < aandrew> I'll probably never use it but the idea was to fuck around with it instead of my scope and once I got soem experience under my belt I'd be less inclined to brick my scope 2019-01-22T03:10:02 < Cracki> and a motherboard with every peripheral there is http://www.friendlyarm.net/products/tiny2416 2019-01-22T03:10:11 < Cracki> good thinking 2019-01-22T03:10:28 < Cracki> oh right windows embedded runs on arm 2019-01-22T03:11:11 < tpw_rules> windows 10 :D 2019-01-22T03:11:47 < Cracki> last friday I was visiting a local company for "job shadowing"... they do industrial inspection of plastic bottles and caps and pre-forms, and they use windows on *everything* 2019-01-22T03:12:33 < tpw_rules> yu[ 2019-01-22T03:12:34 < tpw_rules> yup* 2019-01-22T03:12:35 < tpw_rules> i hope all their PLCs have candy crush installed 2019-01-22T03:12:40 < tpw_rules> or at least hmi computers 2019-01-22T03:13:05 < Cracki> they were quite squirrely with their "trade secrets" but basically it's good engineering and low latency "smart" cameras (processing without moving the picture off-device) 2019-01-22T03:13:19 < Cracki> oh also teamviewer on everything 2019-01-22T03:13:57 < aandrew> heh 2019-01-22T03:14:08 < Cracki> they had one asian guy visiting. he paid lots of attention to the machines 2019-01-22T03:15:18 < Cracki> they said their GUI is still plain winapi... I'm amazed. 2019-01-22T03:15:28 < Cracki> no clue how they made multitouch work for that 2019-01-22T03:17:11 < Cracki> one secret they did admit to was "touching a few pixels as possible" to keep latency down... but as soon as you echo that back, they act like they should have switched off all the measurement markings in their pictures that give the idea away 2019-01-22T03:17:19 < Cracki> *as 2019-01-22T03:18:33 < Cracki> one of the guys presented his project, which was optical coherence tomography... they must have shit signal or shit algorithms because they take minutes to process the data... and it isn't really much either 2019-01-22T03:22:21 < specing> or they did it all in python 2019-01-22T03:22:50 < Cracki> you have no clue 2019-01-22T03:23:09 < specing> cs people sure love python these days 2019-01-22T03:23:21 < tpw_rules> faster than matlab 2019-01-22T03:23:35 < specing> try Octave ;) 2019-01-22T03:23:47 < tpw_rules> if i didn't want good toolboxes, i would just use python 2019-01-22T03:29:17 < tpw_rules> the big problem with matlab is that the language is absolutely bonkers garbage, and octave embraces that with open arms 2019-01-22T03:32:07 < specing> there is sci-lab, too 2019-01-22T03:32:16 < specing> Though I'm not sure what they are thinking 2019-01-22T03:32:21 < Cracki> mathworks would get so many fanboys if they'd support python to glue all their toolboxes together 2019-01-22T03:32:34 < tpw_rules> Cracki: i know right. that's what i dream of 2019-01-22T03:32:52 < specing> wasn't there some project called jupyter notebooks or something? 2019-01-22T03:32:56 < tpw_rules> yeah, that's what i use 2019-01-22T03:33:08 < tpw_rules> but like i have literally every toolbox available for free, legitimately. still not worth to use them 2019-01-22T03:33:15 < specing> uh oh, webapp 2019-01-22T03:33:18 < Cracki> that's not quite matlab tho, because matlab is its toolboxes and you only get them with matlab 2019-01-22T03:33:38 < Cracki> the most bitching about matlab I hear is from people who have no clue what all these toolboxes can do... they don't even know simulink 2019-01-22T03:34:08 < tpw_rules> jupyter is okay 2019-01-22T03:34:20 < tpw_rules> it's not quite the same as matlab's ide and that's kind of annoying. like there's no variable explorer 2019-01-22T03:34:38 < Cracki> "notebooks" is what matlab, mathematica, ... emacs, ... did for decades 2019-01-22T03:34:49 < tpw_rules> matlab notebooks are crap 2019-01-22T03:35:05 < Cracki> something like matlab, but for python, that'd be nice. variables lying around in a workspace, explorable, ... 2019-01-22T03:35:13 < tpw_rules> but if i could use matlab and keep everything except the matlab language, i might actually pay them the $99 for my own copy 2019-01-22T03:35:39 < specing> wht I really like about matlab's language is that by omitting ; you get the result printed 2019-01-22T03:35:46 < Cracki> people recommended me "spyder". not sure what to make of it. 2019-01-22T03:35:47 < tpw_rules> same in python, actually :P 2019-01-22T03:36:07 < tpw_rules> ooh that looks neat 2019-01-22T03:36:44 < tpw_rules> also to be honest omitting the ; and accidentally printing a 1000x1000 matrix annoys me more than it's useful 2019-01-22T03:37:01 < Cracki> matlab and numpy abbreviate those 2019-01-22T03:37:05 < tpw_rules> eew it's conda 2019-01-22T03:37:24 < Cracki> python doesn't abbreviate its own data structures, but numpy knows it's a feature 2019-01-22T03:37:26 < tpw_rules> numpy does. maybe matlab will for 1000x1000 but i do it by accident often enough to get annoyed 2019-01-22T03:38:00 < Cracki> I don't like conda either. their package pile is shit 2019-01-22T03:38:14 < tpw_rules> yeah 2019-01-22T03:38:16 < Cracki> every dumb fucker can just publish their pozzed shit 2019-01-22T03:39:16 < Cracki> it's even starting in pypi... needed pycryptoplus recently, some dude grabbed the identifier and retargeted it to cryptodome instead of pycrypto... but cryptodome dropped some shit, and he missed that, so it wouldn't build just like that 2019-01-22T03:40:38 < Cracki> appalling, the hoops I have to jump through just to get a script using aes-xts working again 2019-01-22T03:40:49 < tpw_rules> is miniconda not a thing anymore 2019-01-22T03:41:01 < tpw_rules> >ppc64le 2019-01-22T03:41:02 < Cracki> "little shit" doesn't change the flavor 2019-01-22T03:41:12 < tpw_rules> yeah i know but i wanted to give scipy a try 2019-01-22T03:41:18 < tpw_rules> spyder* 2019-01-22T03:41:28 < Cracki> scipy is its own package, no need for any conda 2019-01-22T03:41:34 < Cracki> ah, does it require conda? 2019-01-22T03:41:52 < tpw_rules> yeah there's a big scary warning about trying to install it outside of conda 2019-01-22T03:41:57 < tpw_rules> it sure is encouraging™ that apparently i can't just install conda in a directory 2019-01-22T03:42:05 < Cracki> spyder is on pypi so it shouldn't need it 2019-01-22T03:42:07 < tpw_rules> anything that requires an installer scares me 2019-01-22T03:42:34 < Cracki> smells like Continuum is developing that... and they want to push their shit 2019-01-22T03:42:55 < Cracki> just like intel is in the process of fucking up opencv to suit their needs and theirs alone 2019-01-22T03:43:18 < Cracki> they recently removed some quite (old but) fundamental algorithms because nobody at intel gives a shit 2019-01-22T03:44:00 < tpw_rules> excellent 2019-01-22T03:44:32 < Cracki> kek spyder has notebooks too 2019-01-22T03:44:50 < Cracki> nvm, they're not, they're just html output 2019-01-22T03:45:29 < Cracki> ... and qwebengine hosting a jupyter 2019-01-22T03:45:58 < tpw_rules> welp it installed just fine with pip 2019-01-22T03:46:58 < tpw_rules> there's a static code analysis button and it gave my code a score of -10/10 2019-01-22T03:48:13 < bitmask> man, I"m getting arrested in Norway 2019-01-22T03:48:32 < tpw_rules> sexy 2019-01-22T03:48:51 < bitmask> Halden prison looks like a country club 2019-01-22T03:50:28 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 272 seconds] 2019-01-22T03:50:29 < Cracki> wat did you do 2019-01-22T03:50:47 < bitmask> nothing yet, well nothing I got caught for :) 2019-01-22T03:50:50 < Cracki> or, wat do you plan to do to get arrested 2019-01-22T03:51:00 < bitmask> just watching a show on world prisons 2019-01-22T03:51:20 < rajkosto> englishman, can the ad5259 be used as a true resistor, like can i parallel it with another 2019-01-22T03:51:39 < Cracki> you know such bourgeois "prisons" only work for domesticated peoples 2019-01-22T03:51:55 < tpw_rules> oh my fuck 2019-01-22T03:52:56 -!- PeterM [~bgdwiepp@1.129.106.67] has joined ##stm32 2019-01-22T03:57:47 < Cracki> *sigh* they want you broke, dead, your kids raped and brainwashed, and they think it's funny https://pbs.twimg.com/media/DxZHm-mWkAEibea.jpg:orig 2019-01-22T04:21:48 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-22T04:31:22 < Cracki> I'm gonna hack the python interpreter to see "if True" wherever I write "fake news" 2019-01-22T04:39:04 < mawk> lol 2019-01-22T04:51:37 < Cracki> https://pbs.twimg.com/media/DxeNUJZX4AAAvr2.jpg:orig 2019-01-22T04:51:47 < Cracki> he literally said that just now 2019-01-22T04:53:08 -!- gsi_ [~gsisig@x4dbeb1d9.dyn.telefonica.de] has joined ##stm32 2019-01-22T04:55:53 -!- gsi__ [~gsisig@x4db9568d.dyn.telefonica.de] has quit [Ping timeout: 245 seconds] 2019-01-22T05:02:19 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has joined ##stm32 2019-01-22T05:02:47 < R2COM> hi 2019-01-22T05:05:32 < mawk> Cracki: python3 -c 'import readline, code; type("Console", (code.InteractiveConsole,), {"raw_input": lambda s, p: super(s.__class__, s).raw_input(p).replace("fake news", "if True")})().interact()' 2019-01-22T05:05:49 < Cracki> wow 2019-01-22T05:16:38 < aandrew> Cracki: sounds plausible 2019-01-22T05:16:42 < aandrew> it's 8 minutes to the sun 2019-01-22T05:17:10 < Cracki> earth-sun is pretty stable, but earth-mars is wild because we're both on orbits around the sun 2019-01-22T05:17:14 < aandrew> yep 2019-01-22T05:17:17 < rajkosto> actually, it woudl be better if i used something like a ad5259 but WITHOUT the eeprom 2019-01-22T05:17:21 < aandrew> which is why the estimate is so wide 2019-01-22T05:17:34 < rajkosto> as i will be setting the value via stm32 with its own eeprom/battery backup anyway 2019-01-22T05:17:44 < Cracki> this always trips me up... sometimes a roundtrip being 40+ minutes, sometimes way less 2019-01-22T05:17:51 < aandrew> hm, I was hoping I could set the FTDI modes without their fucking library 2019-01-22T05:17:58 < rajkosto> nop 2019-01-22T05:18:00 < aandrew> they're just vendor requests, I shouldn't have to use that idiotic library 2019-01-22T05:18:01 < Cracki> decompile library 2019-01-22T05:18:08 < rajkosto> aandrew, you need the nda'd datasheet 2019-01-22T05:18:08 < Cracki> sniff usb? 2019-01-22T05:18:15 < aandrew> yeah I could just sniff it 2019-01-22T05:18:21 < aandrew> just surprisd it's not already online 2019-01-22T05:18:32 < rajkosto> i have the nda'd datasheet for 2232h and it let me just use WinUSB 2019-01-22T05:18:45 < aandrew> what's the filename? 2019-01-22T05:18:47 < rajkosto> there's some of it reverse engineered in libftdi or whatever, that goes over libusbk 2019-01-22T05:18:49 < aandrew> I'll see if I can find it online 2019-01-22T05:19:14 < rajkosto> i have no idea, ftdi sent it to me 2019-01-22T05:19:47 < aandrew> actually maybe I don't need to, I bet openocd already does it 2019-01-22T05:19:59 < rajkosto> if youre asking about mpsse 2019-01-22T05:20:00 < rajkosto> its already in that mode 2019-01-22T05:20:17 < rajkosto> you only need stuff to get it into the fast fifo and 8-bit modes 2019-01-22T05:20:24 < rajkosto> and UART is an eeprom setting 2019-01-22T05:20:28 < aandrew> well my board is just defaulted 2019-01-22T05:20:41 < aandrew> need JTAG on ADBUS and UART on BDBUS 2019-01-22T05:20:43 < rajkosto> so as long as its not in UART mode on that channel, you can use mpsse right away (just perform the reset and synchronisation) 2019-01-22T05:20:48 < rajkosto> then you need an eeprom 2019-01-22T05:20:53 < rajkosto> the 16 byte one will do 2019-01-22T05:21:05 < aandrew> I have one, but FTDI said I didn't need it, I could just issue the command to set teh mode 2019-01-22T05:21:07 < rajkosto> use the ftdiprog thing to set B to uart 2019-01-22T05:21:15 < aandrew> yeah 2019-01-22T05:21:15 < rajkosto> nah, UART switches the driver used. 2019-01-22T05:21:22 < aandrew> oh right 2019-01-22T05:21:25 < aandrew> that was the trick 2019-01-22T05:21:43 < rajkosto> if youre got an eeprom attached just program it 2019-01-22T05:22:53 < aandrew> yeah 2019-01-22T05:23:03 < rajkosto> for openocd you have to manually install libusbk driver for channel A anyway 2019-01-22T05:23:09 < rajkosto> or libftdi cant find it 2019-01-22T05:23:19 < rajkosto> (on windows, on linux its automatic libusb anyway) 2019-01-22T05:25:38 < rajkosto> PeterM, ok for my ACTUAL feedback resistor, i need value from 19.624k to 245.308k and i want to control it via stm32 if possible, what use 2019-01-22T05:28:18 < tpw_rules> continuous servo and 10 turn pot 2019-01-22T05:28:53 < Cracki> so you need to emulate a resistor... how is the resistor electrically "used"? 2019-01-22T05:29:02 < Cracki> this either means creating voltage, or creating current 2019-01-22T05:30:07 < Cracki> first is a dac, that's simple. second... requires knowing some electrical engineering to pick a standard current source that's adjustable in a way you can adjust it 2019-01-22T05:30:25 < rajkosto> https://images.sshnuke.net/2019-01-22_04-30-24_EEKUQ3HTX.png 2019-01-22T05:30:28 < rajkosto> used like this 2019-01-22T05:30:40 < Cracki> what does that do 2019-01-22T05:30:50 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-22T05:30:54 < rajkosto> controls current 2019-01-22T05:30:58 < rajkosto> in a linear fashion 2019-01-22T05:30:58 < Cracki> what does the thing with its corner visible do with it 2019-01-22T05:31:02 < Cracki> gief name, gief shiet 2019-01-22T05:31:08 < rajkosto> http://www.ti.com/lit/ds/symlink/tps61196.pdf 2019-01-22T05:32:01 < Cracki> I see V_ISET nominall 1.229 volts... 2019-01-22T05:32:08 < Cracki> is that doing a current mirror or what 2019-01-22T05:32:14 < rajkosto> no idea 2019-01-22T05:32:21 < Cracki> ah it does 2019-01-22T05:32:23 < rajkosto> 1.229v is always on that pin 2019-01-22T05:32:24 < Cracki> K_ISET 2019-01-22T05:32:28 < Cracki> I_IFB / I_ISET 2019-01-22T05:32:40 < Cracki> K_ISET is 3992 2019-01-22T05:33:12 < Cracki> so... you get to be a current sink 2019-01-22T05:33:29 < Cracki> yeah, servo and ten turn pot 2019-01-22T05:33:53 < Cracki> very simple :P maybe some electrical engineer knows how to make a programmable current sink 2019-01-22T05:34:06 < rajkosto> you never heard of a digital potentiometer ? 2019-01-22T05:34:07 < rajkosto> https://www.analog.com/media/en/technical-documentation/data-sheets/ad5259.pdf 2019-01-22T05:34:13 < rajkosto> wouldnt that work 2019-01-22T05:34:22 < Cracki> dunno, does it give the range you need 2019-01-22T05:35:33 < Cracki> now you need to calculate the current you need, and the current required at ISET, and see if your digital pot has the right resistance for that I and V 2019-01-22T05:36:23 < rajkosto> why would that matter 2019-01-22T05:36:44 < rajkosto> if i can find 200k digital potentiometer, i add 20k in series 2019-01-22T05:36:46 < rajkosto> god enough 2019-01-22T05:37:13 < Cracki> just saying, you can figure out the limits, and whether the limits are acceptable to you, before you buy a part 2019-01-22T05:37:47 < aandrew> rajkosto: do you put it in CPU FIFO or F232 FIFO mode for MPSSE/JTAG? 2019-01-22T05:37:59 < rajkosto> neither 2019-01-22T05:38:05 < aandrew> I have only four options 2019-01-22T05:38:13 < rajkosto> mpsse has its own initialization mode 2019-01-22T05:38:21 < rajkosto> use f232 fifo then 2019-01-22T05:38:37 < aandrew> I have "RS232 UART" "245 FIFO" "CPU FIFO" and "OPTO Isolate" 2019-01-22T05:38:44 < Cracki> as for the resistance at ISET... it fucks off to infinity if you want the current to go down... so you will have a minimum current before "off" 2019-01-22T05:40:30 < Cracki> (assuming that digital pot can be switched to high impedance/disconnect) 2019-01-22T05:41:42 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-22T05:41:55 < rajkosto> aandrew, i think the 2 fifo modes only have a different at what the pins initially are set up, pulldown/pullup wise 2019-01-22T05:42:03 < rajkosto> mpsse mode works in either 2019-01-22T05:42:19 < rajkosto> and you reconfigure the port pins as you wish then 2019-01-22T05:42:23 < aandrew> right 2019-01-22T05:42:34 < rajkosto> Cracki, cant find 200k digital pot 2019-01-22T05:42:51 < aandrew> if I understand, the biggest thing is to set it so it asks for the FTDI driver not VCP 2019-01-22T05:43:02 < rajkosto> thats just uart vs everything else 2019-01-22T05:43:05 < rajkosto> also "Load VCP driver" checkbox 2019-01-22T05:43:14 < Cracki> you said 19.624-245.308k... can you narrow that down 2019-01-22T05:43:18 < aandrew> yes but that's what prevents the VCP from grabbing it 2019-01-22T05:43:21 < rajkosto> Cracki, i can do 20k to 220k 2019-01-22T05:43:27 < rajkosto> so 20k static + 200k digital 2019-01-22T05:43:31 < Cracki> good 2019-01-22T05:43:34 < Cracki> otherwise two in series 2019-01-22T05:45:58 < Cracki> or... google "current sink circuit" and see what suits you 2019-01-22T05:46:18 < Cracki> can be had as an IC too 2019-01-22T05:46:44 < Cracki> then you have an actual proportional relationship, not inversely proportional 2019-01-22T05:47:34 < mawk> https://paste.serveur.io/mGtyUDtR.h 2019-01-22T05:47:37 < mawk> writing this is like meditation 2019-01-22T05:47:45 < mawk> defining registers from datasheet 2019-01-22T05:47:51 < Cracki> it autoformatted the spaces away! 2019-01-22T05:48:15 < Cracki> >PAN_ID BEEF 2019-01-22T05:48:30 < Cracki> lunch is 8 hours away thanks 2019-01-22T05:48:36 < mawk> lol 2019-01-22T05:49:04 < englishman> raj idk i'm not a datasheet 2019-01-22T05:49:27 < rajkosto> https://www.analog.com/media/en/technical-documentation/data-sheets/ad5243_5248.pdf the AD5248 here has ONLY wiper and B, no A terminal 2019-01-22T05:49:58 < rajkosto> so maybe better as i dont need voltage divider, instead just variable resistor 2019-01-22T05:50:07 < Cracki> they're the same 2019-01-22T05:50:12 < Cracki> for the first, you'd leave one pin disconnected 2019-01-22T05:50:17 < rajkosto> https://images.sshnuke.net/2019-01-22_04-50-15_oCtDoq2Gy.png 2019-01-22T05:50:26 < rajkosto> calls one "WIPER" vs "RDAC" 2019-01-22T05:50:33 < Cracki> you mustn't run it as a divider anyway because that first chip needs resistance, not voltage 2019-01-22T05:50:47 < rajkosto> i know but most of these are designed to be dividers 2019-01-22T05:50:53 < Cracki> because it's an RDAC 2019-01-22T05:51:08 < englishman> cool, 200kW charging stations going in 2019-01-22T05:52:02 < Cracki> read up on the construction of these things. they're probably a bunch of switches defining the current path through a bunch of resistors, such that it is equivalent to a wiper 2019-01-22T05:52:32 < rajkosto> Cracki, well i know that some other design using the same TI chip... has a bunch of transistors shorting resistors on the board, with GPIO bins going to their bases 2019-01-22T05:52:49 < Cracki> the single ended ones don't need to set up the "second leg" so that's simpler, or leaves more resolution I guess 2019-01-22T05:52:59 < Cracki> sounds plausible 2019-01-22T05:53:39 < Cracki> that's a simple structure then, combining one end _and_ the switching into gpio 2019-01-22T05:53:57 < rajkosto> yeah but i dont have that many gpio pins free 2019-01-22T05:54:07 < rajkosto> i2c digital potentiometer should work better and use less space 2019-01-22T05:54:10 < Cracki> your chip wants one end to ground anyway 2019-01-22T05:54:15 < Cracki> ya use it then 2019-01-22T05:54:30 < Cracki> or, if you want to play with opamps: https://www.analog.com/en/design-center/reference-designs/circuit-collections/lt1001-precision-current-sink.html#cc-overview 2019-01-22T05:54:36 < rajkosto> really dont 2019-01-22T05:54:52 < rajkosto> so just short B1 to W2 and the 2 channels will be in series ? 2019-01-22T05:55:27 < Cracki> uh sounds possible, but do check the sheet for any limitations 2019-01-22T05:56:43 < Cracki> heh, fig 38, equivalent circuit. very interesting. 2019-01-22T05:59:09 < rajkosto> lcsc ships free if you get pcbs at the same time right ? 2019-01-22T05:59:40 < Cracki> not quite sure if they mean to suggest eight stages, or 256... because if they have eight stages, and more than one switches the "resistor backbone" to the wiper, you get a shortcut between A and B 2019-01-22T05:59:54 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-22T06:00:12 < rajkosto> im going to turn the device off, set the resistance, then turn it on 2019-01-22T06:00:16 < rajkosto> any glitches dont matter 2019-01-22T06:00:41 < Cracki> no I mean if this were binary coded like a normal DAC, you'd have any of eight signals on or off at the same time 2019-01-22T06:01:56 < Cracki> looks like it won't produce (noticeable) glitches anyway because I think it uses 256 small resistors in series and that many switches/transistors/mosfets 2019-01-22T06:01:59 < rajkosto> A isnt even on the chip im getting 2019-01-22T06:02:05 < rajkosto> just B and wipe 2019-01-22T06:02:44 < Cracki> the single ended one could have a simpler, exponential, construction 2019-01-22T06:06:13 < rajkosto> Because there is 2019-01-22T06:06:13 < rajkosto> a 160 Ω wiper contact resistance 2019-01-22T06:09:47 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 240 seconds] 2019-01-22T06:10:01 < rajkosto> having A and not using B would be cool as then value of 0 in the digital pot means lowest current (highest resistance) 2019-01-22T06:10:09 < rajkosto> but in a stm32 i can just subtract values so its no big deal 2019-01-22T06:10:44 < Cracki> check the tolerances... 2019-01-22T06:10:57 < Cracki> a bit here and there won't matter. these things don't promise much. 2019-01-22T06:11:10 < rajkosto> lcsc doesnt have the one that has A though (AD5243) so gotta go with B 2019-01-22T06:11:20 < Cracki> I've also not found any description of what happens when you program a different value while it's getting voltage to its terminals 2019-01-22T06:11:32 < rajkosto> it updates, supposedly glitchless 2019-01-22T06:12:14 < Cracki> that would involve disconnecting the wiper, or moving by increments between old and new value 2019-01-22T06:12:27 < rajkosto> no wait this one has glitches https://images.sshnuke.net/2019-01-22_05-12-23_Eo3TbKWGA.png 2019-01-22T06:12:34 < rajkosto> the other one didnt 2019-01-22T06:12:38 < Cracki> jumping would otherwise short the distance 2019-01-22T06:12:51 < Cracki> the AB should glitch, the single-ended one should not 2019-01-22T06:13:02 < rajkosto> well they put the same datasheet for both 2019-01-22T06:13:11 < Cracki> the single ended one can be made with 1,2,4,8,...128xR array 2019-01-22T06:13:13 < rajkosto> they dont make a difference between them anywhere other than the pinouts 2019-01-22T06:13:15 < Cracki> they're asses 2019-01-22T06:13:37 < Cracki> that's a specialty part and nobody bitches at them to make the shiet better 2019-01-22T06:13:43 < rajkosto> if you measure these with a multimeter, it would measure exactly like a normal resistor would, no ? 2019-01-22T06:13:48 < rajkosto> its not that special 2019-01-22T06:13:49 < Cracki> yep 2019-01-22T06:14:01 < rajkosto> theres similar things made by microchip etc, used for digital volume control 2019-01-22T06:14:17 < Cracki> it's special. the thickness of the datasheet says so. 2019-01-22T06:14:59 < Cracki> nvm, they actually do use the word "glitch" once 2019-01-22T06:23:57 -!- benishor [~benny@79.116.238.93] has quit [Ping timeout: 268 seconds] 2019-01-22T06:25:50 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2019-01-22T06:25:57 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-22T06:33:32 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-22T06:46:11 -!- fc5dc9d4 [~quassel@p5B081344.dip0.t-ipconnect.de] has joined ##stm32 2019-01-22T06:50:03 -!- fc5dc9d4_ [~quassel@p5B081AFA.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 2019-01-22T07:10:01 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-22T07:14:58 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-22T07:15:55 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Client Quit] 2019-01-22T07:17:45 < Cracki> since you're all so quiet, may I present to you the swedish minister of fucking culture https://pbs.twimg.com/media/Dxc3_kjWkAErueY.jpg:orig 2019-01-22T07:18:13 < rajkosto> that hair is growing a few cultures for sure 2019-01-22T07:18:16 < con3> she looks nice 2019-01-22T07:27:25 < Cracki> don't touch that without a good delousing 2019-01-22T07:30:19 < rajkosto> Cracki, that resistor doesnt say if AD0/1 pins have internal pullups or pulldowns or nada 2019-01-22T07:30:38 < Cracki> uh 2019-01-22T07:30:43 < Cracki> then maybe it has none of that 2019-01-22T07:30:58 < rajkosto> the AD5243 is fixed to to 1,1 2019-01-22T07:30:59 < Cracki> I'd go with the equivalent circuit 2019-01-22T07:31:00 < rajkosto> so i assume it has pull ups 2019-01-22T07:34:08 < rajkosto> i wired it like this https://images.sshnuke.net/2019-01-22_06-34-06_kUYdXyOhe.png 2019-01-22T07:35:01 < rajkosto> its actually slightly larger than the smd potentiometers https://images.sshnuke.net/2019-01-22_06-34-51_kgc6dVkcd.png 2019-01-22T07:35:21 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-22T07:35:28 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 264 seconds] 2019-01-22T07:36:05 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-22T07:36:06 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-22T07:36:45 < Cracki> what do AD0/1 do again? 2019-01-22T07:36:52 < rajkosto> just address selection bits 2019-01-22T07:36:53 < rajkosto> for i2c 2019-01-22T07:36:57 < Cracki> oh, fuck that then 2019-01-22T07:37:10 < Cracki> you can skip the Rs if you want 2019-01-22T07:37:18 < Cracki> but no backsies then 2019-01-22T07:37:18 < rajkosto> yeah but i like to wire them so that its the opposite of what they are without anything connected 2019-01-22T07:37:25 < rajkosto> then i can DNP the resistors if i want it the other way 2019-01-22T07:37:33 < Cracki> makes sense 2019-01-22T07:38:33 < rajkosto> does it matter if it goes SIG->W1->B1->W2->B2->GND or GND->W1->B1->W2->B2->SIG 2019-01-22T07:38:34 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-22T07:39:43 < Cracki> I would think not... 2019-01-22T07:45:43 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-22T07:47:15 -!- upgrdman_ [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-22T07:48:52 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 250 seconds] 2019-01-22T07:48:55 -!- day_ is now known as day 2019-01-22T07:50:54 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Ping timeout: 268 seconds] 2019-01-22T07:59:49 < rajkosto> im getting rid of the resistors anyway 2019-01-22T07:59:58 < rajkosto> makes routing easier, doesnt break up the board as much 2019-01-22T08:08:56 < Cracki> solder bridge 2019-01-22T08:09:07 < rajkosto> nah, forced gnd 2019-01-22T08:09:12 < rajkosto> way nicer routing with no vias needed for i2c 2019-01-22T08:09:26 < Cracki> it's like a resistor but you don't feel it when you inhale it 2019-01-22T08:09:38 < rajkosto> ive never inhaled resistors, not even 0201 2019-01-22T08:09:42 < rajkosto> they are too heavy for that 2019-01-22T08:09:47 < Cracki> orly 2019-01-22T08:10:00 < Cracki> you can sniff them 2019-01-22T08:10:04 < rajkosto> if you lose them out of your sight they are banished to the shadow realm tho 2019-01-22T08:10:06 < rajkosto> never to return 2019-01-22T08:10:18 < Cracki> repeat after me "das tritt sich fest" 2019-01-22T08:10:45 < Cracki> it'll tread down 2019-01-22T08:11:14 < Cracki> it's fun to calculate the value a component has to have for it to be worth picking up 2019-01-22T08:11:31 < rajkosto> all depends on how many you have at the moment 2019-01-22T08:11:35 < Cracki> a cent or penny isn't worth picking up if you get paid for your time 2019-01-22T08:15:51 -!- sk_tandt [~Thunderbi@37.182.146.7] has quit [Quit: sk_tandt] 2019-01-22T08:16:47 < Cracki> at 36/hour, a second is a cent. there's an app to make coin noises for when you shit on company time. 2019-01-22T08:17:23 < rajkosto> just shit pennies, no need for apps 2019-01-22T08:18:11 < Cracki> dude I know made a penny gun from some rubber bands and card board. he shot some so deep into his walls they disappeared. 2019-01-22T08:18:30 < rajkosto> https://www.youtube.com/watch?v=f9aM_dT5VMI 2019-01-22T08:18:39 < Cracki> so... porcelain might just shatter :P 2019-01-22T08:20:01 < Cracki> apropos golf... https://i.ytimg.com/vi/ZPe7XVrzyS0/maxresdefault.jpg 2019-01-22T08:20:14 < Cracki> it's called fuji golf, part of an "entertainment pack" 2019-01-22T08:44:22 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-22T08:46:24 -!- codyps [~codyps@richard.einic.org] has quit [Quit: quit] 2019-01-22T08:46:52 -!- codyps [~codyps@richard.einic.org] has joined ##stm32 2019-01-22T08:52:36 < Cracki> dat video whyy 2019-01-22T08:52:50 < rajkosto> pennies. 2019-01-22T08:53:13 < Cracki> that is some 1920s weimar shit right there 2019-01-22T08:55:24 < rajkosto> only 409 vias on 5x10 board so far, needs way more 2019-01-22T08:55:57 -!- benishor [~benny@79.116.202.193] has joined ##stm32 2019-01-22T08:56:05 < Haohmaru> 5x10 wat? meters? 2019-01-22T08:56:09 < rajkosto> cm 2019-01-22T08:57:00 < Haohmaru> how many layerz? 2019-01-22T08:57:31 < rajkosto> 2 2019-01-22T09:00:08 < Cracki> nailing something down? 2019-01-22T09:01:37 < rajkosto> https://youtu.be/whnms4CLJys?t=43 2019-01-22T09:02:18 < qyx> y u no have caps near tot he chip 2019-01-22T09:02:30 < Haohmaru> pics? 2019-01-22T09:02:52 < qyx> 06:34 < rajkosto> i wired it like this https://images.sshnuke.net/2019-01-22_06-34-06_kUYdXyOhe.png 2019-01-22T09:03:00 < rajkosto> i added one 2019-01-22T09:03:19 < rajkosto> https://images.sshnuke.net/2019-01-22_08-03-18_RyvbUswcM.png 2019-01-22T09:03:48 < rajkosto> https://images.sshnuke.net/2019-01-22_07-01-02_N2Afr90kT.png 2019-01-22T09:04:15 < Haohmaru> wut's that schematic editor? is that spellcheck curvy underlines? 2019-01-22T09:05:09 < rajkosto> underlines is because its a signal not connected to anything else yet 2019-01-22T09:05:13 < rajkosto> no stm32 on board yet 2019-01-22T09:08:40 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-22T09:14:47 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 240 seconds] 2019-01-22T09:18:20 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-22T09:22:05 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-22T09:25:21 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2019-01-22T09:26:14 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-22T09:27:05 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has quit [] 2019-01-22T09:34:28 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-22T09:38:11 < Cracki> cats https://www.youtube.com/watch?v=GljugezVvbI 2019-01-22T09:42:25 -!- sterna [~Adium@c-50b8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-22T09:43:47 -!- sterna [~Adium@c-50b8d954.016-35-62726f1.bbcust.telenor.se] has quit [Read error: Connection reset by peer] 2019-01-22T09:44:03 -!- sterna [~Adium@c-50b8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-22T09:48:29 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-22T09:59:51 -!- cnt [uid317556@gateway/web/irccloud.com/x-stuczsprfazokgvl] has joined ##stm32 2019-01-22T10:05:29 -!- upgrdman_ [~upgrdman@blender/artist/upgrdman] has quit [Read error: Connection reset by peer] 2019-01-22T10:05:31 -!- upgrdman__ [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-22T10:08:18 -!- upgrdman__ [~upgrdman@blender/artist/upgrdman] has quit [Client Quit] 2019-01-22T10:08:48 -!- gsi_ [~gsisig@x4dbeb1d9.dyn.telefonica.de] has quit [Ping timeout: 245 seconds] 2019-01-22T10:15:54 -!- gsi_ [~gsisig@x4dbe2b5a.dyn.telefonica.de] has joined ##stm32 2019-01-22T10:20:01 -!- sterna [~Adium@c-50b8d954.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-22T10:30:22 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-22T10:40:28 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Read error: Connection reset by peer] 2019-01-22T10:47:10 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-22T10:49:06 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 272 seconds] 2019-01-22T10:49:08 -!- BrainDamage_ is now known as BrainDamage 2019-01-22T10:50:58 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 268 seconds] 2019-01-22T11:03:42 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-22T11:11:01 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-22T11:25:17 -!- davor [~davor@unaffiliated/davor] has joined ##stm32 2019-01-22T12:06:56 -!- sync [~sync@sync-hv.de] has quit [Quit: WeeChat 1.9.1] 2019-01-22T12:16:39 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-22T12:16:53 < jpa-> https://www.upwork.com/job/Electrical-engineer-and-designer-needed-for-car-that-charges-moves-Idea-will-provided_~01babf9a960395e231/ hehe, i bet the idea is something like "put balloons underneath the car and only drive on fluffy carpets" 2019-01-22T12:22:47 < cnt> hi sir 2019-01-22T12:24:48 < PeterM> comedy gold 2019-01-22T12:30:41 < cnt> $50 2019-01-22T12:31:15 < Haohmaru> wut does this $50 mean? 2019-01-22T12:31:20 < Haohmaru> one time payment? 2019-01-22T12:31:32 < Haohmaru> 50 bucks per day? per hour? 2019-01-22T12:31:37 < cnt> who knows.... 2019-01-22T12:31:56 < Haohmaru> oh it says "fixed price" 2019-01-22T12:32:05 < Haohmaru> so it's the whole project budget? 2019-01-22T12:32:10 < cnt> this person..... must be insane. 2019-01-22T12:32:12 < Haohmaru> >:) 2019-01-22T12:32:40 < Haohmaru> when innovation hits the ghetto 2019-01-22T12:32:47 < jpa-> you didn't know that before reading the price? 2019-01-22T12:33:07 < Haohmaru> didn't know what? 2019-01-22T12:33:15 < jpa-> that the person is insane 2019-01-22T12:33:48 < Haohmaru> i cannot compute a diagnosis from the information presented 2019-01-22T12:33:51 < cnt> I'm still hemorrhaging from the ear at "car that charges as it moves" 2019-01-22T12:41:15 < Haohmaru> maybe a tank with fluffy carpets on the inside of the tracks 2019-01-22T12:41:31 < Haohmaru> on the inside so that they don't get all muddy 2019-01-22T12:44:42 < Haohmaru> they still gon get a bit muddy, so we can mount Freddie with his moustache and his vacuum cleaner in there to constantly deal with that issue 2019-01-22T12:45:11 < Haohmaru> in a cage, otherwise he'll break free 2019-01-22T12:45:51 < zyp> toyota are running prius commercials like that 2019-01-22T12:46:13 < zyp> charges while you drive, so you never have to plug it in, etc… 2019-01-22T12:46:15 < Haohmaru> haven't seen them.. they're not very popular here 2019-01-22T12:46:57 < Haohmaru> we still mostly drive EU's "thrown away" cars 2019-01-22T12:47:29 < zyp> I'm not sure those commercials are run elsewhere 2019-01-22T12:48:24 < zyp> in norway, EVs have a fairly large market share 2019-01-22T12:48:51 < Haohmaru> i know, my cousin lives there and he bought an electric car a few years ago coz it woz cheap0r 2019-01-22T12:49:05 < zyp> I guess counting both plain EVs and plug-in hybrids, they've had over half the market for a while 2019-01-22T12:49:06 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-22T12:49:26 < zyp> so toyota is marketing shit as «it's electric, but you don't have to plug it in!» 2019-01-22T12:49:56 < zyp> which is pretty dumb 2019-01-22T12:50:02 < karlp> toyota is in trouble here for their ads for their hybrids. 2019-01-22T12:50:09 < Haohmaru> i thought they all would have a generator thing.. or generative breaks or something 2019-01-22T12:50:12 < Haohmaru> dynamo shizzle 2019-01-22T12:50:21 < karlp> they cooked some figures to get 50% more range and 50% electric shit, 2019-01-22T12:50:33 < karlp> and people were like, uh, no. stahp 2019-01-22T12:50:51 < zyp> they are essentially saying «you can't plug it in», which is a pretty dumb thing to market when electricity is like one fifth of the price of gasoline per km driven 2019-01-22T12:50:52 < karlp> and they've currently just kept the same campagain with a tiny star at the bottom saying, "according to our blah methods" 2019-01-22T12:51:27 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-22T12:51:27 -!- [1]MrMobius is now known as MrMobius 2019-01-22T12:51:53 < zyp> Haohmaru, all hybrids do 2019-01-22T12:51:59 < Haohmaru> "* according to our highly biased, hand-twisting, pseudo-accurate lab tests" 2019-01-22T12:55:13 < jpa-> i don't really understand why non-plugggable hybrids even exist 2019-01-22T12:55:45 < jpa-> even a crappy small battery with crappy slow charger could handle many people's daily work commute 2019-01-22T12:55:59 < Haohmaru> they only way to charge those is to pour fuel in them? 2019-01-22T12:56:26 < specing> its to balance for the horrible ICE engines 2019-01-22T12:57:00 < specing> the packs in most hybrids are really small though < 1kWh effective energy 2019-01-22T12:59:54 < zyp> jpa-, efficiency 2019-01-22T13:00:22 < jpa-> zyp: well yeah, better than fuel-only, but why not just put a plug on it? 2019-01-22T13:01:07 < zyp> even non-pluggable hybrids have a little efficiency gain, by regenerative braking and keeping the engine either off or in an efficient power band 2019-01-22T13:01:39 < specing> I don't understand why it is not yet mandated by law for all cars to be hybrids or better 2019-01-22T13:01:59 < zyp> in the prius solution, the entire transmission is electric 2019-01-22T13:02:04 < specing> jpa-: because those packs are constantly topped off by the built-in charger 2019-01-22T13:02:05 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-22T13:02:20 < specing> jpa-: so they are always ready to assist the ICE when accelerating 2019-01-22T13:02:33 < jpa-> specing: hm, true, not much to charge from grid 2019-01-22T13:02:40 < specing> There would be no gain if you would charge already charged packs 2019-01-22T13:02:46 < zyp> engine->generator->inverter->motor->wheels, the entire variable transmission thing is performed by the inverter, there's no changing gears 2019-01-22T13:03:21 < zyp> (that's simplifying, there's also a mechanical connection and some differentials, and stuff) 2019-01-22T13:04:47 < specing> and in small EVs the motor, inverter and generator cost more than the battery 2019-01-22T13:05:10 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-22T13:05:10 -!- [1]MrMobius is now known as MrMobius 2019-01-22T13:05:24 < specing> I looked at the DIY EV market and the inverters and motors start north of $3k each 2019-01-22T13:05:40 < zyp> specing, I don't think regulating technologies are that useful, regulating results makes more sense 2019-01-22T13:05:50 < zyp> i.e. emissions 2019-01-22T13:06:09 < specing> most people seem to build DIY EVs from used forklift DC motors that can be had for <$300 2019-01-22T13:06:19 < zyp> if hybrid is the way to go to limit emissions, everybody will be pushed there anyway 2019-01-22T13:06:30 < specing> zyp: that works if the tests (1) aren't flawed (2) limits are ambitious 2019-01-22T13:06:37 < zyp> yeah 2019-01-22T13:06:37 < specing> they are neither (1) nor (2) 2019-01-22T13:06:48 < zyp> idk, isn't WLTP fairly decent? 2019-01-22T13:07:01 < specing> and "all cars have to be at least hybrids" is much easier to test for 2019-01-22T13:07:15 < specing> zyp: yes but see (2) 2019-01-22T13:07:24 < zyp> nah, then you have to define what is a hybrid, and makers will do the minimum to qualify 2019-01-22T13:07:39 < specing> China is on the right track with the 8% electric rule 2019-01-22T13:07:58 < zyp> ha, 8% electric :) 2019-01-22T13:08:23 < specing> yeah no idea how they'll do it, but I heard western exporters to China got into panic 2019-01-22T13:09:04 < specing> zyp: isn't it 10% this year already? 2019-01-22T13:09:13 < specing> zyp: its a rule that increases % each year or some such 2019-01-22T13:09:36 < zyp> % of what? new car sales? 2019-01-22T13:09:39 < PeterM> specing really? iirc stuff like front cuts of nissan leafs are pretty cheap 2019-01-22T13:09:44 < specing> zyp: y 2019-01-22T13:09:58 < specing> PeterM: "front cuts"??? 2019-01-22T13:10:04 < zyp> 8% is cute 2019-01-22T13:10:27 < zyp> people are saying that norway might hit 50% this year 2019-01-22T13:10:51 < PeterM> front cut - the car is cut in half infront of the b pilar, and you get the front half of the car, ie the important bits, often used for wrecks or imported vehicles 2019-01-22T13:11:01 < specing> yeah but (1) GDP per capita in norway is like 10x of that in China (2) China is damn huge 2019-01-22T13:11:04 < zyp> I think we're approaching 8% of all cars being electric, not just new cars 2019-01-22T13:11:43 < zyp> and yeah yeah, absolute numbers vs relative numbers, I know :) 2019-01-22T13:12:18 < specing> but this is interesting as it puts pressure off governemnt (to subsidize EVs) and onto automakers 2019-01-22T13:12:43 < zyp> I'm wondering how long the norwegian subsides will last 2019-01-22T13:12:49 < specing> so the latter will be forced to make cheap EVs that people will actually buy, or they wont be able to sell ICEs 2019-01-22T13:13:31 < specing> there are no direct subsidies in Norway, just waivers on VAT and others and 100+% tax on ICEs 2019-01-22T13:14:01 < specing> they aren't buying EVs because they'd be cheaper than ICEs, they are buying EVs because the ICEs are taxed to the sky 2019-01-22T13:14:39 < zyp> the end result is what matters, not how you massage the numbers to get there 2019-01-22T13:14:46 < specing> yes 2019-01-22T13:15:20 < zyp> VAT and car taxes were a thing before they wanted to make people buy EVs, so an exempt is a subside 2019-01-22T13:15:45 < zyp> also free parking, free ferries, free road tolls, etc… 2019-01-22T13:15:52 < zyp> those are starting to go away however 2019-01-22T13:16:20 < specing> yes, but it is not a direct subsidy 2019-01-22T13:16:30 < zyp> haven't claimed so either :) 2019-01-22T13:16:33 < PeterM> specing see https://www.coinspot.com.au/my/dashboard 2019-01-22T13:16:40 < PeterM> gahd damnit wrong link 2019-01-22T13:16:48 < PeterM> https://www.ebay.com/itm/122968243006 2019-01-22T13:17:12 < zyp> but I mean 2019-01-22T13:17:24 < zyp> I've owned my EV for almost three years now 2019-01-22T13:17:34 < specing> PeterM: I'll open it when I get real internet 2019-01-22T13:18:01 < specing> zyp: where are you? 2019-01-22T13:18:07 < PeterM> specing tl:dr its a 2013-2016 nissan leaf traction motor for $1000 usd 2019-01-22T13:18:25 < zyp> specing, I'm pretty sure I said «here in norway» earlier in the conversation 2019-01-22T13:18:31 < PeterM> im sure the same guy has a wholebunch of parts taht would also be useful for making a diy ev 2019-01-22T13:18:44 < PeterM> because hes a motor wrecker 2019-01-22T13:18:58 < zyp> hmm 2019-01-22T13:18:59 < specing> PeterM: add inverter and it goes sky high 2019-01-22T13:19:12 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 272 seconds] 2019-01-22T13:19:26 < specing> I was actually looking at prices for new stuff, but ok 2019-01-22T13:19:47 < zyp> EV benefits have probably saved me on the order of 8-10k EUR so far, including the VAT and stuff 2019-01-22T13:19:56 < PeterM> yeah, new stuff is pricey, but the same applies to ICE new stuff. 2019-01-22T13:20:11 < specing> the single highest road block to having your own DIY EV is that you can't get it registered 2019-01-22T13:20:15 < zyp> the simple fact that electricity is cheaper than gasoline have probably saved me 5-6k EUR 2019-01-22T13:20:40 < PeterM> also, inverters aren't that pricey, iirc there are a few decent opensource ones good to 300kw that are like $2k 2019-01-22T13:21:01 < zyp> by the time the car is five years old, not having to buy gasoline should have saved me more than anything else combined 2019-01-22T13:21:54 < specing> zyp: How much does 1L of fuel cost there? 2019-01-22T13:22:39 < zyp> I don't really know, I haven't been keeping up :p 2019-01-22T13:23:00 < zyp> last I heard it was varying in the 14-17 NOK range 2019-01-22T13:25:22 < specing> How much is that in euros? 2019-01-22T13:25:49 < zyp> move the dot over one digit, roughly 2019-01-22T13:26:05 < specing> thats not that expensive then 2019-01-22T13:26:14 < specing> it is 1.3 eur here 2019-01-22T13:26:35 < zyp> how much is electricity per kwh? 2019-01-22T13:27:12 < specing> 0.04 - 0.07 raw, 0.14 - 0.17 with taxes if you monthly use is cca 300kWh 2019-01-22T13:29:03 < zyp> heh 2019-01-22T13:29:17 < zyp> last year I didn't use less than 1000 kWh any single month :p 2019-01-22T13:30:40 < zyp> seems electricity is around 0.13 here now, including taxes 2019-01-22T13:30:57 < zyp> but I've seen it at 0.07 too 2019-01-22T13:31:14 < zyp> it's generally more expensive in the winter, naturally 2019-01-22T13:35:26 < specing> zyp: did you factor in static costs? 2019-01-22T13:36:48 < zyp> no, just marginal costs per kWh 2019-01-22T13:37:10 -!- sykemyke [syke@kapsi.fi] has joined ##stm32 2019-01-22T13:37:11 < zyp> base cost just to have power at all are not interesting to compare 2019-01-22T13:37:48 < specing> at 1MWh monthly probably not 2019-01-22T13:38:08 < specing> but at 300kWh it is 20-30% of the bill 2019-01-22T13:38:29 < zyp> if we start comparing that, we also have to factor in what you pay to have your gas line, that I save since I only have electricity, electric heating, electric cooking and so on 2019-01-22T13:38:56 < specing> true, even more static costs there 2019-01-22T13:50:33 < qyx> my electricity is dynamic 2019-01-22T13:51:49 < zyp> speaking of electricity, I just got the energy meter installed in the new house, so no more free electricity :p 2019-01-22T14:00:04 < englishman> jpa-: early hybrid batteries were super tiny, pretty much only big enough to store energy from 8-10 brakings. no need to include charging equipment 2019-01-22T14:01:02 < englishman> hot tub is at 36C 2019-01-22T14:01:08 < englishman> outdoor temp -21C 2019-01-22T14:01:16 < englishman> electricity is cheap here 2019-01-22T14:03:52 < qyx> how is it possible that my Si7021 shows 111% RH 2019-01-22T14:06:01 < PeterM> RH is usually absolute humidity + some temperature math right? maybe its temp sensor is off? 2019-01-22T14:06:32 < Lux> no rh comes directly from the sensor 2019-01-22T14:06:56 < Lux> dew point and abs humidity needs some calc 2019-01-22T14:09:53 < qyx> interents say that 100% RH saturates most sensors 2019-01-22T14:09:59 < qyx> giving false results 2019-01-22T14:10:28 < qyx> Si7021 has a heater inside to get rid of the condensed water apparently 2019-01-22T14:23:32 < Cracki> 111% sounds like oversaturation, i.e. condensed :D 2019-01-22T14:23:59 < Cracki> like, literally, that's a percentage you get physically 2019-01-22T14:24:21 < PeterM> nothing whacky going on like extreme temperature gradients accross the device or oddly high pressure enclosures etc? 2019-01-22T14:27:47 < dongs> qyx, you broke it 2019-01-22T14:28:42 < qyx> PeterM: if mist and -5°C is nothing whacky, then no 2019-01-22T14:33:03 < PeterM> heh, mist sounds like your sensor is reading correctly at 111% RH then LOL 2019-01-22T14:33:12 < dongs> haha 2019-01-22T14:48:05 < dongs> BREAKING: US Singer Chris Brown arrested in Paris on suspicion of raping a 24-year-old woman, local media says. 2019-01-22T14:48:51 < Haohmaru> kool, i didn't like him at all 2019-01-22T14:49:10 < Haohmaru> it'd be nice if they stop playing all his nasty videos now 2019-01-22T14:50:35 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-22T15:19:04 -!- cnt [uid317556@gateway/web/irccloud.com/x-stuczsprfazokgvl] has quit [Quit: Connection closed for inactivity] 2019-01-22T15:50:47 < kakimir> muh biggest project 2019-01-22T15:50:51 < kakimir> by component count 2019-01-22T15:51:24 < Haohmaru> a 1000-piece puzzle? 2019-01-22T15:51:49 < jpa-> a 1000-sma breakout board 2019-01-22T15:51:59 < dongs> lmao 2019-01-22T15:55:32 < jpa-> hmm, freelancer.com vs. upwork.com is weird, upwork is much more pro but among all the spam in freelancer, it is still easier to find profitable projects 2019-01-22T15:55:59 < jpa-> it looks like there are real people doing real work on upwork for like $5/hour 2019-01-22T15:57:04 < jpa-> on freelancer you can ask for $80/hour and still beat the indians who can't even write proper bids 2019-01-22T15:59:41 < kakimir> https://www.youtube.com/watch?v=gdPEO8Mf3iQ musics 2019-01-22T16:00:48 < Haohmaru> kakimir can haz internetpacketzburger 2019-01-22T16:03:40 < kakimir> internets packets are moving 2019-01-22T16:08:40 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-22T16:13:39 < Haohmaru> quick! put fluffy carpet on them! 2019-01-22T16:15:52 -!- PeterM [~bgdwiepp@1.129.106.67] has quit [Ping timeout: 250 seconds] 2019-01-22T16:16:00 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 244 seconds] 2019-01-22T16:18:39 -!- PeterM [~bgdwiepp@1.144.107.208] has joined ##stm32 2019-01-22T16:25:12 < PeterM> i dunno if im going blind, or i was always blind and jsut havent noticed it until now, but an optivisor or two is looking like a decent investment 2019-01-22T16:37:32 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 250 seconds] 2019-01-22T16:38:42 -!- davor [~davor@unaffiliated/davor] has joined ##stm32 2019-01-22T16:39:41 < dongs> BREAKING: Aeroflight flight SU1515 from Surgut to Moscow is diverting to Khanty-Mansiysk with squawk 7600 (radio failure) after a possible hijack, air traffic control source says, indicating that a passenger is demanding the plane be diverted to Afghanistan 2019-01-22T16:39:53 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-22T16:51:48 < Haohmaru> Wearescrewednistan 2019-01-22T16:52:25 * Haohmaru observes the bitmask value 2019-01-22T16:53:07 < bitmask> my heated hoodie keeps catching fire 2019-01-22T16:53:49 < Haohmaru> AND it with zero! 2019-01-22T16:54:03 < bitmask> dont kill me 2019-01-22T16:54:16 < Haohmaru> not u, da hoodee 2019-01-22T16:56:41 < dongs> https://www.youtube.com/watch?v=BIi36PvZojE 2019-01-22T17:02:49 < rajkosto> stm32 45-degree rotated or not 2019-01-22T17:04:24 -!- PeterM [~bgdwiepp@1.144.107.208] has quit [Ping timeout: 250 seconds] 2019-01-22T17:04:32 < Haohmaru> just rotate your board edge 2019-01-22T17:05:29 < rajkosto> ow the edge 2019-01-22T17:05:56 < Haohmaru> i'm kidding, that's probably not a gud idea 2019-01-22T17:07:14 -!- PeterM [~bgdwiepp@1.129.108.196] has joined ##stm32 2019-01-22T17:08:25 < PeterM> i dunno why but most of those pnp look pretty slow for a place that does stuff like video cards... looks pretty un-pro. also what the fuck is with the garbage music, its on like half the japanese youtube videos like that 2019-01-22T17:09:05 < dongs> PeterM: i kno right?? that entire line looks lowbudget as fuck 2019-01-22T17:09:37 < dongs> the chip shooters are fucking slow too 2019-01-22T17:09:53 < dongs> and tray change on ddr with gpu ic 2019-01-22T17:10:18 < PeterM> yeah, and the other thing is... is there only like 1 fuckign line in this building? 2019-01-22T17:10:29 < dongs> the most profitable line 2019-01-22T17:11:01 < PeterM> heh probs, the other lines in the bldg behind the cameraman are all tarduino shields 2019-01-22T17:12:59 < dongs> on the other hand if they gotta run each card through dickmark 2019-01-22T17:13:05 < dongs> they dont need to be a in a hurry 2019-01-22T17:14:50 < rajkosto> gotta make sure theres no space invaders on screen 2019-01-22T17:15:05 < dongs> some jap in comments complained about slow speeds too 2019-01-22T17:15:42 < PeterM> yeah that is true dongs, but at the same time i feel like they could have shitloads of garbage pcs to run skidmark on 2019-01-22T17:15:58 < dongs> get one of those buttcoin miner boards 2019-01-22T17:16:00 < dongs> with 20 pcie slots 2019-01-22T17:16:04 < dongs> then you can buttmark 20 at a time 2019-01-22T17:16:17 < rajkosto> you cant, buttmark is fullscreen only 2019-01-22T17:16:29 < rajkosto> 1x pcie is also oof 2019-01-22T17:16:47 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-22T17:35:12 < karlp> bitmask: is it really on fire?! awesome! pics please! 2019-01-22T17:36:41 < bitmask> no not really, I just keep burning up mosfets. everything works fine when I have it layed out but when I put it on it keeps messing up. I think its just the stupid connections. When I put it together and close the cases the wires with jst connectors get squished and shit happens 2019-01-22T17:37:50 < bitmask> I think I'm gonna just solder the wires to the board 2019-01-22T17:44:36 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-22T17:54:10 -!- brabo [~brabo@globalshellz/owner/brabo] has quit [Ping timeout: 244 seconds] 2019-01-22T17:55:01 -!- brabo [~brabo@globalshellz/owner/brabo] has joined ##stm32 2019-01-22T18:01:27 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-22T18:07:23 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-22T18:19:41 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-22T18:24:47 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [Remote host closed the connection] 2019-01-22T18:38:43 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-22T18:40:04 < dongs> https://stackoverflow.com/questions/16194124/autoconf-spaces-in-path/16202169#16202169 haha 2019-01-22T18:41:28 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 250 seconds] 2019-01-22T18:41:28 -!- davor_ is now known as davor 2019-01-22T18:41:52 < rajkosto> anything makefile based has a really hard time with spaces in paths 2019-01-22T18:41:57 < PaulFertser> dongs: but is it true? OpenOCD uses autoconf and I think it builds just fine from a directory with spaces. 2019-01-22T18:41:59 < rajkosto> because they use space as the "list delimiter" in string comprehension 2019-01-22T18:42:17 < rajkosto> it only works if no absolute paths are used in the makefile 2019-01-22T18:43:25 < PaulFertser> rajkosto: but why one would use absolute paths there? 2019-01-22T18:43:30 < rajkosto> sometimes you gotta 2019-01-22T18:43:39 < rajkosto> you generate an absolute path in the makefile then use it 2019-01-22T18:43:43 < rajkosto> instead of trying to be relative all the time 2019-01-22T18:44:03 < PaulFertser> dongs: hm, I lied, it fails :) 2019-01-22T18:45:40 < zyp> haha 2019-01-22T18:46:09 < zyp> rubber bands and paperclips 2019-01-22T18:46:41 < dongs> lunix is fucking awful. fact. 2019-01-22T18:48:48 < Steffanx> ^ 2019-01-22T18:49:45 < dongs> https://www.vox.com/policy-and-politics/2019/1/22/18192804/trump-transgender-military-ban-supreme-court hey look, trump is doing something postiive?? 2019-01-22T18:53:24 < zyp> heh 2019-01-22T18:53:41 < PaulFertser> dongs: but it failed in jimtcl which is not using autoconf. 2019-01-22T18:55:06 < dongs> PaulFertser: when it was using tcl for anything in 2019, it has already failed logn time ago 2019-01-22T18:56:15 < rajkosto> how do i sldprt into step 2019-01-22T18:56:33 < karlp> autowinning.... 2019-01-22T18:56:40 < karlp> friends dont let friends autofail 2019-01-22T18:56:45 < PaulFertser> dongs: what language would you prefer to see embedded in a tool like openocd? 2019-01-22T18:57:12 < karlp> lua 2019-01-22T18:57:24 < karlp> but switching cost is insane of course 2019-01-22T18:57:49 < Steffanx> Install solidworks, save as... Step rajkosto 2019-01-22T18:58:02 < rajkosto> dont got solidworks 2019-01-22T18:58:13 < Steffanx> Russia does 2019-01-22T18:58:20 < rajkosto> aint got time or space to waste on something just to output step 2019-01-22T18:58:24 < rajkosto> do u hav 2019-01-22T18:58:31 < Steffanx> Yeah 2019-01-22T18:58:31 < rajkosto> https://grabcad.com/library/stm32f103c8t6-1 2019-01-22T18:59:03 < Steffanx> Why dont you create a new footprint with step model in altium? 2019-01-22T18:59:11 < dongs> yeah what the fuck just make a new footprint for qfp48 2019-01-22T18:59:13 < dongs> and take the .step model 2019-01-22T18:59:17 < dongs> you dont need that text etched on it 2019-01-22T18:59:20 < rajkosto> it doesnt have cool ST marking 2019-01-22T18:59:24 < rajkosto> it has TQFP-48 text on it 2019-01-22T18:59:37 < rajkosto> https://images.sshnuke.net/2019-01-22_17-59-35_u50XmcEyo.png 2019-01-22T18:59:45 < dongs> no it doesnt 2019-01-22T18:59:52 < dongs> thats not generated with ipc wizard 2019-01-22T18:59:53 < rajkosto> anyway altium just makes a box 2019-01-22T18:59:56 < rajkosto> i dont like just the box 2019-01-22T18:59:57 < dongs> no 2019-01-22T18:59:59 < Steffanx> Lies 2019-01-22T19:00:05 < dongs> you check the "[x] create step model" 2019-01-22T19:00:06 < dongs> in lower left 2019-01-22T19:00:08 < dongs> of IPC wizard. 2019-01-22T19:00:11 < dongs> and it makes legs and shit. 2019-01-22T19:00:12 < rajkosto> can i have St model thanks 2019-01-22T19:00:27 < dongs> why does niggercad only give it as sldrpt 2019-01-22T19:00:36 < rajkosto> its whatever the user uploads 2019-01-22T19:00:39 < rajkosto> most users upload step as well 2019-01-22T19:00:52 < dongs> even 3dcucktentcentral offers automatic online converter 2019-01-22T19:00:55 < dongs> that does like 200 fotmars 2019-01-22T19:00:57 < dongs> formats 2019-01-22T19:01:03 < rajkosto> thats where i got the tqfp48 one 2019-01-22T19:01:31 < dongs> https://www.convertcadfiles.com/ see if those php errors mean its not gonna work 2019-01-22T19:01:44 < dongs> oh 1EUR per file 2019-01-22T19:01:45 < dongs> haha 2019-01-22T19:01:51 < Steffanx> rajkosto if you can wait like 30 min ill do it for yoy 2019-01-22T19:01:58 < rajkosto> yes 2019-01-22T19:02:05 < dongs> grabcad also needs an account 2019-01-22T19:02:09 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-22T19:02:22 < Steffanx> Oh better give me the sw file then :) 2019-01-22T19:03:21 < rajkosto> https://files.sshnuke.net/stm32f103c8t6-1.snapshot.1.zip 2019-01-22T19:03:55 < dongs> rajkosto: btw, little known fact: altidumb can load solidcocks spdprt as 3d model 2019-01-22T19:04:33 < Steffanx> Haha lol 2019-01-22T19:04:36 < dongs> https://i.imgur.com/V83YnbX.png 2019-01-22T19:05:04 < rajkosto> https://images.sshnuke.net/2019-01-22_18-05-03_e6VrOSuWd.png 2019-01-22T19:05:06 < Steffanx> I actually knew that. :p 2019-01-22T19:05:19 < dongs> rajkosto: dick 2019-01-22T19:05:27 < rajkosto> i thought it only did step 2019-01-22T19:05:28 < rajkosto> i only used step 2019-01-22T19:05:32 < rajkosto> i know it cant do stl 2019-01-22T19:06:01 < dongs> https://www.sendspace.com/file/5bv6cn here's step just in case you wanna keep your shittylib consistent 2019-01-22T19:06:19 < rajkosto> dope 2019-01-22T19:06:24 < rajkosto> doesnt it internally convert anyway ? 2019-01-22T19:06:26 < rajkosto> stores in its own format 2019-01-22T19:06:37 < dongs> well, i keep all .step files in a folder next to lib 2019-01-22T19:06:42 < dongs> despite it being able to embed 2019-01-22T19:06:46 < dongs> just for future reference etc. 2019-01-22T19:07:12 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-22T19:07:34 < dongs> https://i.imgur.com/WIP0Aij.png 2019-01-22T19:07:43 < dongs> stealing 2019-01-22T19:07:52 < rajkosto> for some reason that step is offset 0.05mm from center 2019-01-22T19:07:57 < rajkosto> stlprt is as well 2019-01-22T19:08:06 < zyp> are you cloning ST shit now? 2019-01-22T19:08:14 < dongs> i hate it when they do that 2019-01-22T19:08:23 < dongs> sometimes vendors have the 3d model at some absolutely retarded x/y/z 2019-01-22T19:08:40 < rajkosto> so when you rotate it moves all over the place 2019-01-22T19:08:42 < dongs> like 0 isn't board level and it ends up being like in the middle and shit 2019-01-22T19:08:46 < zyp> does it matter where they put the origin? 2019-01-22T19:08:53 < PeterM> rajkosto how many .sldprt do you have? 200 or so 1 for every stm? 2019-01-22T19:09:02 < rajkosto> 0 2019-01-22T19:09:05 < rajkosto> its from grabcad 2019-01-22T19:09:20 < dongs> i think hes trying to say you're being an autistic fuck 2019-01-22T19:09:25 < dongs> for wanting a part# on the shit 2019-01-22T19:09:30 < rajkosto> https://images.sshnuke.net/2019-01-22_18-09-27_p8GWMqcZ2.png much better 2019-01-22T19:09:33 < PeterM> p.much 2019-01-22T19:09:42 < rajkosto> its nice, its a very common chip 2019-01-22T19:09:54 < zyp> last I dicked with 3D in altium I just clicked the center of a pin and the center of the pad it was going through and got them autoaligned 2019-01-22T19:10:02 < dongs> wot 2019-01-22T19:10:05 < rajkosto> that never works 2019-01-22T19:10:07 < dongs> how did you do that 2019-01-22T19:10:08 < rajkosto> it always aligns to some vertex 2019-01-22T19:10:27 < PaulFertser> OpenOCD builds in a directory with spaces (after a small tweak to jimtcl), confirmed. 2019-01-22T19:10:30 < zyp> pff, worked on every part I added 3D models for 2019-01-22T19:10:53 < dongs> PaulFertser: you gonna commit that fix? haha 2019-01-22T19:11:02 < zyp> PaulFertser, does it also run correctly from a directory with spaces? :) 2019-01-22T19:11:34 < zyp> dongs, just the standard alignment tools 2019-01-22T19:12:05 < zyp> first click a face that's level with the board surface, then click a point and match it up with a point in the footprint 2019-01-22T19:14:01 < PaulFertser> zyp: yes 2019-01-22T19:16:01 < rajkosto> stm32 24mhz crystal 2019-01-22T19:16:07 < rajkosto> does it work or do i gotta use 8 2019-01-22T19:16:12 < dongs> of course it works 2019-01-22T19:16:14 < dongs> why wouldnt it 2019-01-22T19:16:15 < zyp> depends on the part 2019-01-22T19:16:16 < dongs> 12, 25 also works 2019-01-22T19:16:20 < rajkosto> doesnt it have a bootloader that only works when its 8 2019-01-22T19:16:32 < dongs> no, i can confirm F1 bootloader definitely works with 12 2019-01-22T19:16:46 < rajkosto> 24 tho 2019-01-22T19:16:58 < zyp> f4 and friends can use any integer MHz crystal from 4-26 MHz without special considerations 2019-01-22T19:17:08 < dongs> rajkosto: it doesnt use external crystal for bootloader 2019-01-22T19:17:08 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-22T19:17:16 < dongs> it runs off hsi 2019-01-22T19:17:31 < zyp> IIRC HSE range is 4-26, and either way you divide it down to 1 MHz before feeding it to the PLL 2019-01-22T19:17:45 < zyp> so it doesn't really matter 2019-01-22T19:17:56 < dongs> only F3/F4 use external xtal for USB DFU shit 2019-01-22T19:18:13 < zyp> other parts with the simpler PLL block without the input divider might be more picky 2019-01-22T19:18:29 < zyp> so if you're doing F0/F1/F3 double check the clock tree 2019-01-22T19:18:49 < dongs> https://www.st.com/content/ccc/resource/technical/document/application_note/6c/a3/24/49/a5/d4/4a/db/CD00164185.pdf/files/CD00164185.pdf/jcr:content/translations/en.CD00164185.pdf 2019-01-22T19:18:56 < dongs> The external oscillator frequency ranges from: 2019-01-22T19:18:56 < dongs> ● 4 to 16 MHz on STM32F101xx, STM32F102xx and STM32F103xx devices 2019-01-22T19:18:56 < dongs> ● 4 to 24 MHz for STM32F100xx value line devices 2019-01-22T19:18:57 < dongs> ● 3 to 25 MHz on connectivity line devices 2019-01-22T19:19:06 < dongs> looks like 12 max for you 2019-01-22T19:19:16 < dongs> or 16 2019-01-22T19:19:47 < zyp> I've used 25 for f4 to save a BOM entry 2019-01-22T19:19:48 < dongs> i like those getting-started checklists from ST 2019-01-22T19:19:57 < dongs> tehy have them for every family 2019-01-22T19:20:05 < dongs> makes sure you don't miss shit like vcap caps etc 2019-01-22T19:20:18 < dongs> or leave boot1 floating 2019-01-22T19:20:24 < dongs> and then wonder why it randomly boots from ram 2019-01-22T19:20:26 < dongs> when you tryin to bootload 2019-01-22T19:20:46 < zyp> haven't you done enough boards that you know all the pitfalls already? :p 2019-01-22T19:20:53 < aandrew> lol @ $500 Dell U2417H monitor 2019-01-22T19:21:08 < aandrew> no thanks, amazon, I'm not stupid 2019-01-22T19:21:35 < zyp> that sounds steep 2019-01-22T19:21:43 < zyp> seems to be half that here 2019-01-22T19:21:48 < dongs> that aint even 4KL 2019-01-22T19:21:52 < dongs> get the fuck out 2019-01-22T19:21:56 < aandrew> nope, which is why it's lol 2019-01-22T19:22:06 < dongs> its $260 on dell.com 2019-01-22T19:22:13 < dongs> i wouldnt pay that much for a 1080p shit tho 2019-01-22T19:22:14 < aandrew> every now and again amazon sends me a price just to see if I'm an idiot 2019-01-22T19:22:17 < aandrew> nope 2019-01-22T19:22:18 < aandrew> me either 2019-01-22T19:22:18 < dongs> not even UP24xx 2019-01-22T19:22:25 < karlp> wow, spending the time to want the part number on the 3dmodel? nice 2019-01-22T19:22:25 < dongs> which means shit panel, shit colors 2019-01-22T19:22:32 < dongs> autism++ 2019-01-22T19:22:36 < zyp> I assume the price means it's a wide gamut monitor 2019-01-22T19:22:55 < aandrew> I stare at code all day. I don't need a wide fucking gamut to look at Laurenceb's cat pics 2019-01-22T19:23:15 < dongs> zyp, Uxx stuff is generallty just cheap shit 2019-01-22T19:23:22 < dongs> UPxx = professional-ish 2019-01-22T19:23:36 < zyp> dunno, my wide-gamut thing is Uxx 2019-01-22T19:23:47 < zyp> U2713H IIRC 2019-01-22T19:24:17 < dongs> ~premier color!~ 2019-01-22T19:24:24 < zyp> yeah yeah 2019-01-22T19:24:30 < dongs> 130W 2019-01-22T19:24:31 < dongs> hoyl shit 2019-01-22T19:24:38 -!- PeterM [~bgdwiepp@1.129.108.196] has quit [Ping timeout: 272 seconds] 2019-01-22T19:24:50 < rajkosto> RGB LED backlight ? 2019-01-22T19:24:51 < zyp> I originally bought a U2711, IIRC they didn't have standard gamut stuff in that size at the time 2019-01-22T19:25:22 < dongs> rajkosto: dont know about that particular one, but some dell stuff does 2019-01-22T19:25:24 < zyp> and when I got a warranty replacement, it naturally got replaced with a U2713H that was the next generation, rather than the cheaper U2713HM 2019-01-22T19:26:19 < dongs> and yeah, its the rgb backlight 2019-01-22T19:26:21 < dongs> proper stuff 2019-01-22T19:26:23 < dongs> not fucking annoying blue shit 2019-01-22T19:26:39 < dongs> i wish someone would make a modern 4K lcd 2019-01-22T19:26:41 < dongs> in 24" 2019-01-22T19:26:44 < dongs> with rgb backlight 2019-01-22T19:26:51 < dongs> that fucking turns on wehn the room is cold 2019-01-22T19:28:04 < zyp> heh 2019-01-22T19:28:36 < qyx> would it help? 2019-01-22T19:28:39 < zyp> I wonder if monitors will still be at 4k when I see a point in replacing what I have 2019-01-22T19:28:48 < dongs> what will they be at 2019-01-22T19:28:51 < dongs> 5K? 8K? 2019-01-22T19:28:56 < rajkosto> why you need more than 1440p at 24" 2019-01-22T19:28:57 < rajkosto> eagle eyes 2019-01-22T19:29:03 < rajkosto> retina burning display 2019-01-22T19:29:05 < dongs> rajkosto: my 13" laptop is 4K 2019-01-22T19:29:07 < dongs> kthx 2019-01-22T19:29:19 < dongs> i need all those pixels to see shitty code im writing 2019-01-22T19:29:28 < PaulFertser> dongs: I've created an issue instead: https://github.com/msteveb/autosetup/issues/43 2019-01-22T19:29:30 < qyx> my is 1366x768 \o/ 2019-01-22T19:29:42 < zyp> idk, I just figure I don't really see a point in replacing my current monitor yet 2019-01-22T19:30:01 < dongs> PaulFertser: in what? autoconf? 2019-01-22T19:30:16 < zyp> and considering resolutions have just been increasing so far, why would they stop at 4k? 2019-01-22T19:30:19 < PaulFertser> dongs: no, the bug is in autosetup (some alternative to autoconf) 2019-01-22T19:30:30 < dongs> ah i see 2019-01-22T19:30:40 < dongs> god damn opensores. 2019-01-22T19:30:50 < zyp> haha 2019-01-22T19:30:51 < dongs> why the fuck is tehre more than one "autoconf" 2019-01-22T19:30:58 < dongs> why not fix the bugs in existing one??? 2019-01-22T19:31:04 < dongs> instead of making a new one with MORE bugs 2019-01-22T19:31:08 < dongs> this shit never makes sense 2019-01-22T19:31:15 < aandrew> PaulFertser: ftdi_layout_signal foo -ndata 0x0600 means that when openocd wants to set foo 1, it will clear CBUS5 and CBUS6? 2019-01-22T19:31:21 < PaulFertser> dongs: because different tools have different usecases, different tradeoffs. 2019-01-22T19:31:29 < dongs> yeah they all ahve tradeoffs 2019-01-22T19:31:31 < dongs> they run on lunix 2019-01-22T19:31:49 < PaulFertser> aandrew: yes, it looks like that 2019-01-22T19:32:36 < aandrew> ok, I thought I understood but but staring at it I start to doubt myself 2019-01-22T19:33:16 < PaulFertser> aandrew: hm, I'm not so sure actually, I usually open ft232h datasheet when I look at those values. 2019-01-22T19:34:09 < PaulFertser> aandrew: so no, 0x0600 means ACBUS1 + ACBUS2 2019-01-22T19:34:57 < PaulFertser> dongs: what's your favourite build system? 2019-01-22T19:35:26 < dongs> PaulFertser: visualstudio.exe 2019-01-22T19:35:43 < PaulFertser> dongs: building firmware projects with it? 2019-01-22T19:36:22 < aandrew> PaulFertser: hm. 0x6000 is what i want I guess 2019-01-22T19:36:25 < dongs> i could be if i wanted to, with visualdgb or wahetver. for that i use keil 2019-01-22T19:36:39 < rajkosto> use GNU ARM Eclipse ;) 2019-01-22T19:36:46 < aandrew> oh fuck I wrote 0x6000 in the config file 0x0600 here 2019-01-22T19:36:48 < aandrew> hah 2019-01-22T19:36:53 < PaulFertser> aandrew: not for 5 and 6, no :) 0x3000 2019-01-22T19:36:59 < aandrew> what? 2019-01-22T19:37:08 < aandrew> H5 and H6 are C5 and C6 2019-01-22T19:37:11 < PaulFertser> Oh sorry, I can't count 2019-01-22T19:37:20 < aandrew> oh good, I thought it was me 2019-01-22T19:37:41 < aandrew> ACBUS seems to map directly to GPIOH, and DBUS high bits are low 4 bits 2019-01-22T19:37:42 < PaulFertser> I got confused by presence of CBUS8 and 9. 2019-01-22T19:37:54 < aandrew> right there is no 8 and 9 on 2232 2019-01-22T19:37:58 < zyp> dongs, alternatively «that tool is shit, let's make a non-shit alternative», and then you end up with another shitty tool 2019-01-22T19:37:59 < aandrew> ok good 2019-01-22T19:38:11 < dongs> zyp, well yeah 2019-01-22T19:38:19 < dongs> cue in cmake 2019-01-22T19:38:21 < dongs> and similar garbage 2019-01-22T19:38:22 < dongs> god damn 2019-01-22T19:38:30 < dongs> everytime i try to install some opensores shit from source 2019-01-22T19:38:31 < dongs> its like 2019-01-22T19:38:40 < dongs> ok lets see waht crap do i need to isntall before i can actually build this shit 2019-01-22T19:38:50 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 268 seconds] 2019-01-22T19:39:01 < PaulFertser> dongs: you are just unfamiliar with the problem space the build systems need to cover. 2019-01-22T19:39:15 < dongs> like supporting VAX compiler from 1986? 2019-01-22T19:39:17 < dongs> i'm sure. 2019-01-22T19:39:57 < dongs> make that 1976 2019-01-22T19:43:09 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-22T19:43:25 < PaulFertser> dongs: how would you implement a web interface like this http://workware.net.au/developer/ ? 2019-01-22T19:44:25 < Steffanx> he wouldnt 2019-01-22T19:44:34 < dongs> ya wut am i even looking at 2019-01-22T19:45:16 < qyx> he would use micropython for sure 2019-01-22T19:45:51 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-22T19:47:45 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-22T19:48:03 < PaulFertser> According to the Features list on http://workware.net.au/ it's quite a capable system. And it's using Tcl. In 2019. People pay for it. 2019-01-22T19:48:21 < specing> he'd use lunix for sure 2019-01-22T19:48:28 < PaulFertser> What's your alternative solution dongs? Many people need web interfaces on embedded devices, you can't deny that. 2019-01-22T19:48:31 < dongs> peopel pay for FPGA tools too 2019-01-22T19:48:36 < dongs> and it uses tcl 2019-01-22T19:48:47 < dongs> doesnt make tcl any less awful 2019-01-22T19:49:16 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 264 seconds] 2019-01-22T19:50:44 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-22T19:51:06 < aandrew> note to self: in future, route JTAG traces ONLY on outer layers 2019-01-22T20:04:10 < rajkosto> https://images.sshnuke.net/2019-01-22_19-04-03_BHqOfcx5y.png did they forget ground connection on the left ? 2019-01-22T20:05:44 < aandrew> rajkosto: yes 2019-01-22T20:05:49 < rajkosto> genius 2019-01-22T20:29:23 < jpa-> but: does it matter? 2019-01-22T20:30:01 < rajkosto> wtf is Laurenceb PMs 2019-01-22T20:30:05 < jpa-> they'll load the crystal the same, but there is risk that problematic voltages could build on the floating node 2019-01-22T20:32:08 < rajkosto> is Laurenceb a bot now 2019-01-22T20:56:23 < rajkosto> do i need to do something to TAMPER-RTC if i want the RTC to work 2019-01-22T20:56:37 < zyp> no 2019-01-22T20:56:54 < zyp> the tamper input is meant for when you have a tamper switch in your enclosure 2019-01-22T20:57:13 < zyp> if you do, the RTC can detect and store when the enclosure was opened 2019-01-22T20:57:28 < zyp> even when the rest of the system is sleeping 2019-01-22T20:57:51 < rajkosto> its not set to "reset sram" by default or anything 2019-01-22T20:59:39 -!- Jegeva [~Jegeva@d8D873CA2.access.telenet.be] has quit [Ping timeout: 244 seconds] 2019-01-22T21:01:43 -!- Jegeva [~Jegeva@d8D873CA2.access.telenet.be] has joined ##stm32 2019-01-22T21:08:26 -!- cnt [uid317556@gateway/web/irccloud.com/x-vdggwgnyxmniyava] has joined ##stm32 2019-01-22T21:11:11 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-22T21:25:29 -!- Jegeva [~Jegeva@d8D873CA2.access.telenet.be] has quit [Ping timeout: 244 seconds] 2019-01-22T21:27:33 -!- Jegeva [~Jegeva@d8d873ca2.access.telenet.be] has joined ##stm32 2019-01-22T22:41:23 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-22T22:45:45 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-22T22:55:17 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2019-01-22T23:11:26 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-22T23:14:03 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-22T23:24:09 < fenugrec> englishman, got my arrow free month CD 2019-01-22T23:24:19 < fenugrec> shipped in 6 boxes, how do they even 2019-01-22T23:33:07 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 240 seconds] 2019-01-22T23:45:34 -!- catphish-1 [~catphish@185.102.133.45] has joined ##stm32 2019-01-22T23:45:42 -!- catphish-1 [~catphish@185.102.133.45] has quit [Remote host closed the connection] 2019-01-22T23:45:59 -!- catphish [~catphish@185.102.133.45] has joined ##stm32 2019-01-22T23:46:04 -!- catphish [~catphish@185.102.133.45] has quit [Changing host] 2019-01-22T23:46:04 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-22T23:46:09 < rajkosto> should i ever bother binding boot1 to a button 2019-01-22T23:46:13 < rajkosto> boot0 is useful cuz uart bootloader 2019-01-22T23:48:26 < englishman> ArrowOL 2019-01-22T23:48:31 < rajkosto> what even is "Embedded SRAM" 2019-01-22T23:48:42 < englishman> sram that is embedded 2019-01-22T23:49:18 < rajkosto> isnt there only 4K of that 2019-01-22T23:49:38 < malinus> rajkosto: embedded into the die? 2019-01-22T23:49:42 < englishman> without any context to that question, no, trillions of kilobytes are produced every year 2019-01-22T23:50:09 < specing> billions of megabytes 2019-01-22T23:50:15 < malinus> embedded SRAM = SRAM inside a IC 2019-01-22T23:50:16 < rajkosto> on a common stm32, when boot1 and boot0 are 1 2019-01-22T23:52:47 < rajkosto> 0, X is normal flash, 1, 0 is ROM bootloader, 1, 1 is for what 2019-01-22T23:52:54 < qyx> then it boots from the embedded sram 2019-01-22T23:53:33 < rajkosto> is it for something like FX2 reenumeration with USB-uploaded firmware ? 2019-01-22T23:54:35 < qyx> I don't use this mode, but idk how are you reasoning 2019-01-22T23:54:40 < qyx> you just place anything in the sram 2019-01-22T23:54:57 < qyx> and then I assume it boots from 0x20000000 after reset 2019-01-22T23:55:11 < qyx> at least thats how I understand it 2019-01-22T23:55:18 < rajkosto> yeah but you could only place code into the sram with code running on the stm32 2019-01-22T23:55:26 < qyx> why so 2019-01-22T23:55:37 < qyx> you have swd 2019-01-22T23:56:01 < rajkosto> cant swd reboot it from any address anyway 2019-01-22T23:56:09 < rajkosto> dont need external pin 2019-01-22T23:56:54 < qyx> I did never need this mode, maybe the guys at ST had some usecase for it --- Day changed Wed Jan 23 2019 2019-01-23T00:08:05 -!- cnt [uid317556@gateway/web/irccloud.com/x-vdggwgnyxmniyava] has quit [Quit: Connection closed for inactivity] 2019-01-23T00:24:13 -!- friendofafriend [~ian@pool-71-120-200-135.nrflva.fios.verizon.net] has joined ##stm32 2019-01-23T00:25:03 < rajkosto> this is necessary for stm32f103, right ? https://i.stack.imgur.com/tgpRh.jpg theres no register-controlled usb pullup like in stm32f4 ? 2019-01-23T00:25:34 < englishman> sounds correct 2019-01-23T00:26:22 < rajkosto> (ofc you can always just not have the bjt there but then you cant reenumerate usb from firmware) 2019-01-23T00:27:07 < englishman> also there is no usb bootloader unless you write your own 2019-01-23T00:29:06 < rajkosto> isnt there an additional thing needed for usb wake from standby 2019-01-23T00:43:18 < rajkosto> https://images.sshnuke.net/2019-01-22_23-43-13_6np2V93lB.png hehe autocorrect to STM 2019-01-23T00:57:32 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has joined ##stm32 2019-01-23T01:10:51 < aandrew> rajkosto: unless you've got a reason, no 2019-01-23T01:11:04 < aandrew> on my digitizer board I brought BOOT0 out to an FT232 pin but it's set to always boot from flash 2019-01-23T01:13:41 < rajkosto> is there a recommended pin1 for jst connectors 2019-01-23T01:14:40 < aandrew> there's no marker? 2019-01-23T01:15:16 < rajkosto> the top protrusions is what prevent wrongful insertion 2019-01-23T01:17:34 < karlp> (you can also just set the d+ line to gpio and toggle high/low yourself...) 2019-01-23T01:17:42 < karlp> (it's ... kinda hacky, but works pretty well) 2019-01-23T01:18:01 < rajkosto> that lets you renumerate properly ? 2019-01-23T01:18:15 < rajkosto> without "Unknown device" 2019-01-23T01:18:34 < karlp> ssure, https://github.com/libopencm3/libopencm3/blob/master/tests/gadget-zero/main-stm32f103-generic.c#L51 2019-01-23T01:18:37 < karlp> works good. 2019-01-23T01:19:00 < rajkosto> great, saves space 2019-01-23T01:19:12 < rajkosto> so only hardcoded 1.5k resistor needed on D+ to 3.3v 2019-01-23T01:19:23 < karlp> you may wish to experiment if it meets _your_ desires, but yeah, works well. 2019-01-23T01:19:47 < karlp> just bear in mind that you will then _always_ be detected instantly, you just have the option to force re-enum 2019-01-23T01:19:56 < rajkosto> is the flash boot/reset time long enough to trigger a false unknown device ? 2019-01-23T01:19:57 < karlp> it's not ht esame as a proper soft connect 2019-01-23T01:20:03 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 245 seconds] 2019-01-23T01:20:32 < rajkosto> can you switch to GPIO GND fast enough to not have a phantom plugin sound 2019-01-23T01:20:56 < karlp> maybe, suck it and see. 2019-01-23T01:21:13 < karlp> it works for lots of people, whehther it works for _you_ is just something I suggested that you might consider 2019-01-23T01:21:28 < karlp> you could also, you know, consider a less shit part than fucking f1 2019-01-23T01:21:34 < rajkosto> never. 2019-01-23T01:21:40 < karlp> stop supporting blue pill of fuckery 2019-01-23T01:21:49 < rajkosto> you know you love it 2019-01-23T01:21:56 < karlp> no, I refuse to buy that garbage. 2019-01-23T01:22:13 < rajkosto> better than any arduino 2019-01-23T01:22:20 < mawk> is there like a newlib but for C++ ? 2019-01-23T01:22:41 < mawk> like a lightweight stl implementation that you just have to provide with a handful of "syscalls" 2019-01-23T01:23:08 < mawk> why don't you like F1 karlp ? 2019-01-23T01:23:37 < aandrew> karlp: not sure if you saw in the other chan, but I got the shit working 2019-01-23T01:23:55 < aandrew> passthrough works, jtag works, swd works 2019-01-23T01:24:00 < Rickta59> it is ancient mawk 2019-01-23T01:24:25 < mawk> ah 2019-01-23T01:24:31 < mawk> and there's an alternative ? 2019-01-23T01:24:38 < Rickta59> any other stm32 2019-01-23T01:24:39 < mawk> like blue pill price and format but more recent 2019-01-23T01:24:57 < mawk> no I mean like a board, not just the chip 2019-01-23T01:25:11 < Rickta59> any nucleo board is a better pick * aside from the nucelo-f103 2019-01-23T01:25:15 < rajkosto> bluepills are only supposed to be used on breadboards 2019-01-23T01:25:21 < mawk> that's not the same form factor nor price 2019-01-23T01:25:38 < rajkosto> anything more complicated and you design own board 2019-01-23T01:25:54 < Rickta59> i use the nucleo boards they are like $10 2019-01-23T01:26:07 < Rickta59> how many boards do you need mawk ? 2019-01-23T01:26:39 < Rickta59> if you want to use the stm32f103 bluepill form factor buy a robotdyn board 2019-01-23T01:26:46 < karlp> nucleo32 exists mawk, just for starters 2019-01-23T01:26:58 < karlp> the continued swarm of people buying bluepills is why they keep gettting fucking made. 2019-01-23T01:27:14 < Rickta59> seems like there are cracks in the supply chain now 2019-01-23T01:27:20 < karlp> stop supporting undocumnted usb, unpopulated trace, and the oldest, least portable stm32 2019-01-23T01:27:26 < Rickta59> people getting 32k chips being sold as 64k 2019-01-23T01:28:31 < rajkosto> unpopulated trace ? 2019-01-23T01:28:44 < rajkosto> Rickta59, i got 128k chips marked as 64 2019-01-23T01:28:48 < karlp> as in, you don't get swo on teh debug header, so you're getting a neutered experience 2019-01-23T01:28:58 < rajkosto> swo is avaialble as a gpio 2019-01-23T01:29:23 < rajkosto> i use them in full jtag mode, all the pins are there 2019-01-23T01:29:27 < mawk> but nucleo is expensive and big 2019-01-23T01:29:33 < mawk> the smallest nucleo may be fine 2019-01-23T01:29:34 < karlp> you really think having a spiderweb of wires is a "nice" experience? 2019-01-23T01:29:37 < Rickta59> expensive ? 2019-01-23T01:29:42 < karlp> mawk I said nucleo32 and no, it' snot expensive 2019-01-23T01:29:50 < karlp> if you're using blue pills as products, you're on your own 2019-01-23T01:29:58 < karlp> if you're not, nucleo32s are perfectly cheap enoughh 2019-01-23T01:30:25 < mawk> 10€ vs 1.7€ is expensive 2019-01-23T01:30:37 < Rickta59> how many are you going to buy mawk ? 2019-01-23T01:30:43 < rajkosto> for 10e get a bluepill and your own custom pcb for it 2019-01-23T01:30:47 < mawk> I'm not buying them, I'm just wondering 2019-01-23T01:30:57 < rajkosto> then transplant all the components over ;) 2019-01-23T01:30:58 < Rickta59> well if you aren't buying thousands who cares 2019-01-23T01:31:34 < mawk> I have some nucleos but it was expensive yes 2019-01-23T01:31:36 < mawk> I'm not rich 2019-01-23T01:31:41 < mawk> maybe you don't care 2019-01-23T01:32:00 < Rickta59> electronics is a rich persons game 2019-01-23T01:32:02 < mawk> I'm sure that's partly why people keep buying the blue pill thing 2019-01-23T01:32:25 < mawk> I bought my scope on the french craiglist from an university laboratory 2019-01-23T01:32:36 < rajkosto> its cuz you search for stm32 on ebay or aliexpress and get bluepills 2019-01-23T01:32:42 < mawk> lol 2019-01-23T01:32:49 < mawk> no I got a nucleo before anything 2019-01-23T01:32:55 < Rickta59> which one? 2019-01-23T01:33:02 < mawk> like, the evening after my first stm32 class at school I thought it was so cool that I had to buy one 2019-01-23T01:33:03 < mawk> stm32L1 2019-01-23T01:33:12 < mawk> L152RE, nucleo 64 2019-01-23T01:35:33 < Rickta59> aside from the speed that seems reasonable 2019-01-23T01:35:43 < mawk> it was almost the cheapest 2019-01-23T01:35:47 < mawk> also low power sounded nice to try 2019-01-23T01:36:39 < specing> > some nucleos but it was expensive 2019-01-23T01:37:03 < specing> stm32 disco/nucleo kits are probably the cheapest way to start embedded development 2019-01-23T01:37:11 < karlp> it's hhow people got into stm32s. 2019-01-23T01:37:16 < karlp> certainly how I did. 2019-01-23T01:37:29 < Rickta59> i got a bunch of free discovery boards back 5 years ago 2019-01-23T01:37:37 < Rickta59> they were just sending them to anyone who asked 2019-01-23T01:38:24 < Rickta59> you don't need more than 2 boards 2019-01-23T01:38:43 < Rickta59> otherwise you get distracted 2019-01-23T01:38:47 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-23T01:41:08 < emeb> rofl 2019-01-23T01:41:23 * emeb looks at the huge box of disco/nucleo under his desk... 2019-01-23T01:41:31 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 246 seconds] 2019-01-23T01:41:31 -!- davor_ is now known as davor 2019-01-23T01:41:38 < Rickta59> and how many of those have you actualyl spent any time with emeb ? 2019-01-23T01:42:27 < emeb> Rickta59: well, I've been doing stm32 dev for nigh on 10 yrs now, so I've got months on some of them and at least a few hours on most. 2019-01-23T01:42:52 < emeb> but there are a few that have only been used once. 2019-01-23T01:43:07 < Rickta59> but admit it ... mostly they sit in a box under your desk feeling like a childhood teddy bear 2019-01-23T01:43:28 -!- nn7 [~nn7@c-73-181-124-81.hsd1.co.comcast.net] has quit [Quit: Leaving] 2019-01-23T01:43:36 < aandrew> lol 2019-01-23T01:43:44 < emeb> Mostly I just use the st-link on one of them. 2019-01-23T01:44:39 < emeb> but given that most of them cost about $10 and I've spent at least an hour with them I'd consider that money well spent. 2019-01-23T01:44:42 < Rickta59> i wish i had focused on the stm32 stuff when i started .. i was mucking with all different processors for a couple of years before I decided to focus on the stm32 2019-01-23T01:44:58 < Rickta59> wasted a lot of time on ti crap 2019-01-23T01:45:04 < Rickta59> then nxp 2019-01-23T01:45:13 < emeb> same 2019-01-23T01:45:31 < emeb> did some actual paying work on dsPIC, but that petered out. 2019-01-23T01:45:57 < Rickta59> but to be honest the stm32 6 years ago when i first got one wasn't sorted on linux .. * I was focused on the m0 then 2019-01-23T01:46:09 < Rickta59> so swd wasn't really ready in openocd 2019-01-23T01:46:42 < emeb> openocd + st-link 2.1 + nucleo is pretty much bullet-proof now. 2019-01-23T01:47:01 < Rickta59> and ST kind of screwed them selves back then with thier goofy license on their headers 2019-01-23T01:47:01 < emeb> I used to use black magic probe more because it was more reliable than OOCD 2019-01-23T01:47:31 < Rickta59> yeah same here 2019-01-23T01:47:37 < Rickta59> but yes now there is no reason 2019-01-23T01:47:41 < emeb> but lately BMP seems to lag on new silicon 2019-01-23T01:48:10 < Rickta59> seems to work well with stm32f1 :) 2019-01-23T01:48:13 < emeb> I was doing some heavy F7 dev about 1.5 yrs ago and BMP didn't support it yet, so OOCD was the only way. 2019-01-23T01:49:01 < mawk> https://serveur.io/MRF24J40_Data_Sheet_IEEE_802.15.4_2.4_GHz_RF_Transceiver-12.pdf 2019-01-23T01:49:03 < Rickta59> but honestly the best advice i can say is just get a nucleo board, with say an L4 on it and just focus on that, it will keep you learning for a long time 2019-01-23T01:49:07 < aandrew> I haven't used bmp yet, just jlink for everything 2019-01-23T01:49:13 < mawk> I don't understand this graphic, I'm supposed to release CE when talking to the MRF24J40 ? 2019-01-23T01:49:22 < mawk> between the address write and the register read/write 2019-01-23T01:49:31 < mawk> that's unexpected 2019-01-23T01:50:31 < mawk> ah, no it's just a general graphic 2019-01-23T01:50:33 < mawk> nevermind 2019-01-23T01:54:07 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Ping timeout: 240 seconds] 2019-01-23T01:58:05 < englishman> emeb: have you used xilinx SelectIO 2019-01-23T02:02:26 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-23T02:03:05 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-23T02:05:03 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-23T02:05:03 -!- [1]MrMobius is now known as MrMobius 2019-01-23T02:07:37 < emeb> englishman: I've been using Zynq parts for the last 1+ year, so technically I guess the answer is yes. 2019-01-23T02:07:57 < emeb> but I haven't really studied the resources in the I/O very closely. 2019-01-23T02:07:59 < emeb> why? 2019-01-23T02:08:12 < englishman> lvds 2019-01-23T02:08:27 < emeb> Yeah, used that some. 2019-01-23T02:10:36 < englishman> cool 2019-01-23T02:11:01 < emeb> basic differential stuff w/ some on-chip termination options. 2019-01-23T02:11:15 < englishman> yeah seems handy. and a lot of them 2019-01-23T02:14:25 < emeb> I did a huge Virtex 5 board with 2 95T parts that had a giant LVDS bus between them running @ 125MHz. Worked fine. 2019-01-23T02:15:55 < emeb> Same system had some 250MHz ADCs w/ LVDS outputs driving one of the V5 parts. Never had any issues w/ signal integrity. Did have to fiddle a bit with clock / data timing to get reliable data, but once I had it figured out it was fine thereafter. 2019-01-23T02:16:45 < emeb> That wasn't SelectIO, but V5 equivalent - not a whole lot of difference. 2019-01-23T02:23:45 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 246 seconds] 2019-01-23T02:24:08 < englishman> cool, doing both tx and rx 2019-01-23T02:26:18 < emeb> yeah. fun thing about that is if you control both ends then routing options open up - you can reverse polarity on one end to help routing if you know it and then invert the signal inside the FPGA. 2019-01-23T02:26:57 < emeb> That's a big help when you're running hundreds of pairs across a 10L board. 2019-01-23T02:27:18 < englishman> no kidding. with zero clock skew 2019-01-23T02:27:28 < englishman> sony is pushing this SLVS-EC thing hard and I can totally see why 2019-01-23T02:28:29 < emeb> looks like fun stuff 2019-01-23T02:32:16 < englishman> btw https://i.imgur.com/oAiKSHp.jpg 2019-01-23T02:33:51 -!- leorat [~rat@unaffiliated/leorat] has quit [Ping timeout: 268 seconds] 2019-01-23T02:34:12 < emeb> your Volvo has a snow fort. 2019-01-23T02:34:12 -!- CygniX- [~CygniX@2605:6400:30:fdc6:68:f4:4e:78] has quit [Remote host closed the connection] 2019-01-23T02:35:15 -!- CygniX [~CygniX@opensuse/member/CygniX] has joined ##stm32 2019-01-23T02:36:01 -!- CygniX [~CygniX@opensuse/member/CygniX] has left ##stm32 [] 2019-01-23T02:36:58 < Cracki> heh. "silk screen" because the screen was made of silk https://www.youtube.com/watch?v=NS8Q9LUIKA8 2019-01-23T02:37:06 -!- CygniX [~CygniX@opensuse/member/CygniX] has joined ##stm32 2019-01-23T02:48:39 -!- dunnousernamefn [~dunnouser@ool-43523ad8.dyn.optonline.net] has joined ##stm32 2019-01-23T02:51:25 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-23T03:07:31 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has left ##stm32 [] 2019-01-23T03:09:11 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-23T03:41:04 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-23T03:53:19 -!- mawk [sabu@znc.serveur.io] has quit [Ping timeout: 268 seconds] 2019-01-23T04:22:45 < rajkosto> seems jst uses 1.25mm not 1.27mm 2019-01-23T04:34:22 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 272 seconds] 2019-01-23T04:36:56 -!- PeterM [~bgdwiepp@1.129.109.48] has joined ##stm32 2019-01-23T04:42:57 < Getty> This picture is very awkward for a cooling device: https://www.amazon.de/Arctic-Klimager%C3%A4te-Luftk%C3%BChler-Anschlu%C3%9F-Netzstecker/dp/B07FBZPCBS/ref=sr_1_39 2019-01-23T04:43:13 -!- mawk [sabu@serveur.io] has joined ##stm32 2019-01-23T04:45:59 -!- rmaw [~rmaw@rmaw.hostless.org] has joined ##stm32 2019-01-23T04:50:38 < Cracki> rajkosto, it also has 2.5 _and_ 2.54, but I think the connectors are named distinctly 2019-01-23T04:50:45 -!- gsi__ [~gsisig@x4db424e5.dyn.telefonica.de] has joined ##stm32 2019-01-23T04:50:51 < Cracki> not Xsomething and Xother 2019-01-23T04:51:27 < rajkosto> 2.00 is most common 2019-01-23T04:51:33 < rajkosto> and 1.00 seems to be mostly available in smd 2019-01-23T04:52:27 < Cracki> nice round numbers, very japanese 2019-01-23T04:53:25 < dongs> Getty: the text on that is saying "don't stay up late"/.. 2019-01-23T04:53:27 -!- gsi_ [~gsisig@x4dbe2b5a.dyn.telefonica.de] has quit [Ping timeout: 240 seconds] 2019-01-23T04:54:06 < dongs> 我让你熬夜 2019-01-23T04:54:52 < Getty> dongs: LOL.... now it makes even less sense 2019-01-23T04:55:01 < dongs> right? dumb chinks 2019-01-23T04:55:13 < Getty> dongs: do you have some kind of explaination cultural why it ended up as picture for an amazon product? 2019-01-23T04:55:23 < dongs> no, i guess just a fuckup 2019-01-23T04:55:32 < dongs> or maybe someone didnt like that seller, hacked their account, and replaced all the shit pics 2019-01-23T04:55:33 < Getty> yeah.... very awkward fuckup 2019-01-23T04:56:16 < Getty> the others are fine.. really interesting 2019-01-23T05:18:38 < aandrew> sigh 2019-01-23T05:19:02 < aandrew> the clock gen IC needs a differential reference clock, not cmos 2019-01-23T05:19:27 < aandrew> so now I'm deadbugging a DS90LV011 on top of the damn chip after first removing it to cut the REF- to ground trace 2019-01-23T05:20:02 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-23T05:20:28 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 245 seconds] 2019-01-23T05:20:28 -!- davor_ is now known as davor 2019-01-23T05:23:55 -!- mawk [sabu@serveur.io] has quit [Read error: Connection reset by peer] 2019-01-23T05:26:44 -!- mawk [znc@serveur.io] has joined ##stm32 2019-01-23T05:28:25 -!- mawk [znc@serveur.io] has quit [Read error: Connection reset by peer] 2019-01-23T05:34:28 -!- mawk [znc@serveur.io] has joined ##stm32 2019-01-23T06:07:18 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-23T06:12:23 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-23T06:24:48 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2019-01-23T06:24:55 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-23T06:42:02 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2019-01-23T06:45:08 -!- fc5dc9d4_ [~quassel@p5B081169.dip0.t-ipconnect.de] has joined ##stm32 2019-01-23T06:49:03 -!- fc5dc9d4 [~quassel@p5B081344.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2019-01-23T07:10:13 -!- rue_shop1 [~rue_mohr@d205-250-204-74.bchsia.telus.net] has joined ##stm32 2019-01-23T07:10:22 < rue_shop1> help? 2019-01-23T07:10:28 < rue_shop1> usr/lib/arm/ld/Makefile.linker:65: *** unknown device stm32f103c8t6 for the linker. Cannot generate ldscript. Stop. 2019-01-23T07:10:49 < rue_shop1> will the linker tell me what it does support? 2019-01-23T07:11:10 < rue_shop1> and why did i have to get Makefile.linker from an old copy? 2019-01-23T07:39:59 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has joined ##stm32 2019-01-23T07:40:16 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 264 seconds] 2019-01-23T07:40:50 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-23T07:45:15 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-23T07:48:58 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2019-01-23T07:48:58 -!- day_ is now known as day 2019-01-23T07:58:56 < mawk> what are you doing rue_shop1 2019-01-23T08:02:38 < rue_shop1> I worked it out 2019-01-23T08:02:53 < rue_shop1> there was a correction I'd made to the awk script that has since been removed 2019-01-23T08:05:27 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2019-01-23T08:24:16 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Ping timeout: 272 seconds] 2019-01-23T08:25:56 < PeterM> what tvs/esd do you lads use for your IO? ive been using CS0816, pretty solid, pretty cheap 2019-01-23T08:42:50 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-23T08:43:03 < upgrdman> whats the word for digits after the decimal point? like "1.234" has 3 uh... decimal places? 2019-01-23T08:44:15 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-23T08:46:05 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-23T08:56:52 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 250 seconds] 2019-01-23T08:58:50 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-23T09:08:42 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-23T09:10:26 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-23T09:10:29 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-23T09:18:48 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-23T09:27:07 < qyx> Ultrasauce: fractional part? 2019-01-23T09:27:11 < qyx> No. 2019-01-23T09:27:16 < qyx> upgr^ 2019-01-23T09:27:40 < jpa-> it has one decimal place, one centinal place and one millian place 2019-01-23T09:34:04 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-23T09:43:24 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-23T09:47:51 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-23T09:49:13 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 268 seconds] 2019-01-23T09:49:14 -!- davor_ is now known as davor 2019-01-23T09:50:30 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-23T09:53:42 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-23T09:53:55 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-23T10:00:17 -!- cnt [uid317556@gateway/web/irccloud.com/x-wxlxjgzunyxmbuib] has joined ##stm32 2019-01-23T10:00:57 < cnt> muh 2019-01-23T10:16:53 -!- forrestv [forrestv@unaffiliated/forrestv] has joined ##stm32 2019-01-23T10:48:34 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-23T11:06:37 < kakimir> what would be good order for power planes? 2019-01-23T11:06:41 < kakimir> bottom gnd 2019-01-23T11:06:44 < kakimir> then signal? 2019-01-23T11:07:00 < kakimir> then vcc and then top signal / components layer? 2019-01-23T11:07:48 < kakimir> top layer won't have copper fill 2019-01-23T11:07:51 < kakimir> maybe 2019-01-23T11:10:15 < Haohmaru> i recently found some nice pdf that suggests a few things with explanations 2019-01-23T11:12:29 < Haohmaru> kakimir this: https://docs.toradex.com/102492-layout-design-guide.pdf 2019-01-23T11:12:59 < Haohmaru> oh wait, are you doing 2-layer? 2019-01-23T11:14:03 < kakimir> 4 2019-01-23T11:16:16 < Haohmaru> okay, you might find useful things in that document (i do, coz i'm a n00b) 2019-01-23T11:17:41 < Haohmaru> from what i read, a typical organization of the layers is, top-to-bottom: fast signals | gnd | power rails | slower signals 2019-01-23T11:23:06 < Haohmaru> it also gives examples of wrong and less-wrong things, and talks about why that is so 2019-01-23T11:42:09 < kakimir> I'm going to do my way 2019-01-23T11:42:12 < kakimir> :) 2019-01-23T11:42:13 < karlp> rue_shop1: asking for help with local modifications? :) nice one :) 2019-01-23T11:42:40 < Haohmaru> the kakiway 2019-01-23T11:45:03 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 245 seconds] 2019-01-23T11:45:26 < karlp> kakimir: I feel we'v ehad this exact discussion about layers before 2019-01-23T11:45:53 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-23T11:49:38 < Haohmaru> no worries, he gon' innovate 2019-01-23T11:52:33 < karlp> not really sure where in that doc you're seeing "wrong" layer stacks 2019-01-23T11:53:37 < Haohmaru> no, there are examples of bad/gud track routing, component arangement, feng-shui, etc.. 2019-01-23T11:54:13 < karlp> thought kaks was only looking at layer stackups. 2019-01-23T11:54:26 < karlp> you can't advise him on anything else, he'll just ignore you and add SMAs anyway 2019-01-23T11:54:30 < Haohmaru> karlp as long as the information in that document isn't wrong, then it is very useful to me, since i'm not even an engineer 2019-01-23T11:54:45 < Haohmaru> what's this SMA thing? 2019-01-23T11:54:55 < Haohmaru> is it wifi antenas? 2019-01-23T11:55:10 < Haohmaru> or SMA diodes 2019-01-23T11:58:07 < Haohmaru> anyway, after briefly reading thru that document, i realized that perhaps when i copy/paste an example schematic from a datasheet or demoboard, some of the passive components in it are maybe there due to the PCB layout, so i shouldn't just copy them in the schematic and place them anywhere.. but this is typically not explained in the documents 2019-01-23T11:59:12 < Haohmaru> like, it says that you should have stuff like "stitching capacitors" 2019-01-23T11:59:49 < Haohmaru> i didn't know about this at all before, and i guess some of the weird 10nF caps i've previously copy-pasted might have been exactly that 2019-01-23T12:00:02 < Haohmaru> i don't even know where i've placed them on the boards x_x 2019-01-23T12:01:06 < Haohmaru> probably in some dumb corner *shrug* 2019-01-23T12:05:23 < Haohmaru> altho, some of the more "complex" boards have been 4-layer ones, where i've used 2-layer for my version, so things change anywayz 2019-01-23T12:06:11 < Haohmaru> still, for a nub guy like me, this document is useful, i thought someone else might also find it useful 2019-01-23T12:06:54 < Haohmaru> i just recently began working on my first 4-layer project, but it's currently frozen 2019-01-23T12:31:05 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-23T12:31:45 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-23T12:31:58 < PeterM> bukakimir robert feranec has a bit of a talk about it in his review of a server motherboard layout 2019-01-23T12:32:22 < zyp> stitching capacitors? sounds weird 2019-01-23T12:34:47 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-23T12:35:31 < Haohmaru> *shrug* 2019-01-23T12:35:47 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-23T12:37:00 < zyp> kakimir, simple 4L designs are signal on outer, gnd/power on inner, it doesn't matter too much which is ground and which is power for simple stuff 2019-01-23T12:37:51 < zyp> when you start doing transmission line calculations on signals, you want a ground directly adjacent to them 2019-01-23T12:39:44 < zyp> when I do semi-complex 4L stuff, I tend to do fanout on top and routing on bottom, in which case it'd make sense to put the ground on the inner bottom layer since that's what the signal will travel adjacent to for the most part 2019-01-23T12:40:46 < Haohmaru> i keep forgetting what this "fanout" thing means 2019-01-23T12:41:21 < zyp> signals "fanning out" from chip pin to vias 2019-01-23T12:41:31 < zyp> chip pads to vias* 2019-01-23T12:42:44 < Haohmaru> that's when you don't run tracks on that same layer but immediately send the signal from the pin to a different layer? or is it also called that way in general when switching to another layer? 2019-01-23T12:43:03 -!- Ecco [~user@unaffiliated/ecco] has joined ##stm32 2019-01-23T12:43:17 < Ecco> hi :) 2019-01-23T12:43:53 < Haohmaru> hai Ecco, are you RoHS compliant? 2019-01-23T12:45:28 < zyp> Haohmaru, I think the term is generally used for larger chips in more complex designs, where it's not possible to route everything in one layer anyway :) 2019-01-23T12:46:13 < zyp> BGA chips, you generally can't route out in only one layer 2019-01-23T12:46:50 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has quit [] 2019-01-23T12:47:00 < Haohmaru> i guess you mean that thing.. i've seen it on some boards, where (for example) the top layer mostly has only horizontal tracks, while the bottom layer mostly only vertical ones 2019-01-23T12:47:30 < Haohmaru> or maybe not 2019-01-23T12:48:08 < zyp> nah, that sounds dumb 2019-01-23T12:48:19 < Haohmaru> oh, i think i know.. it's when you put smd components on the top, and then try to leave the bottom layer free so you can have just tracks there 2019-01-23T12:48:57 < zyp> that's unrelated to fanning out, but that's a reasonable design strategy 2019-01-23T12:49:36 < Haohmaru> no was talking about your previous sentence about "when i do semi-complex 4-layer stuff" 2019-01-23T12:49:43 < zyp> yeah 2019-01-23T12:49:50 < zyp> https://bin.jvnv.net/file/ScDxl.png <- here's an example 2019-01-23T12:50:21 < Haohmaru> yeah, no blue cmponentz 2019-01-23T12:50:33 < zyp> it's not super dense, but you see how all the long traces run on the bottom 2019-01-23T12:51:06 < Ecco> Haohmaru: hopefully :-D 2019-01-23T12:52:45 < karlp> vertical on one, horizontal on another was somethign I was advised years and years ago as a routing approach, it's not for any science though. 2019-01-23T12:53:19 < zyp> vertical on one, horizontal on another sounds old and outdated to me 2019-01-23T12:53:30 < Ecco> really? I'd say it's a great start 2019-01-23T12:54:05 < Haohmaru> maybe it's a simple naive rule for noobs who have absolutely no idea how to start routing? 2019-01-23T12:54:29 < Haohmaru> in the beginning, i had no idea wtf i'm doing and i was often getting stuck very soon in the layout 2019-01-23T12:54:33 < zyp> yeah, and it probably made more sense before everything became so integrated 2019-01-23T12:55:12 < zyp> today you typicall have a central chip that like 90% of your signals goes to/from 2019-01-23T12:55:32 < Haohmaru> i know a one or two old folks who have routed PCBs with tape on a huge table.. x_x 2019-01-23T12:56:30 < zyp> https://bin.jvnv.net/file/Jvtp0.png <- here's another design I did once 2019-01-23T12:56:42 < zyp> bit denser than the previous 2019-01-23T12:56:43 < karlp> yeah, this was in mostly throughhole designs 2019-01-23T12:56:54 < karlp> and with much fatter minimum traces 2019-01-23T12:57:27 < karlp> it's completley bogus for anything that' slike an stm32 with things on it, as it's all on one side in one node, like zyp said 2019-01-23T12:57:53 < zyp> you also wanna avoid vias 2019-01-23T12:58:27 < Haohmaru> yeah 2019-01-23T12:58:33 < zyp> my rule of thumb when routing is that a signal should at most have two vias; one to get from the source part to the routing layer and one to get from the routing layer to the target part 2019-01-23T12:59:06 < zyp> it's not always possible (or even desireable), but it gets you a pretty good starting point 2019-01-23T12:59:07 < Haohmaru> that document i'm reading says the same thing too 2019-01-23T12:59:51 < zyp> and then you have some signals that are not just point to point, they might naturally have more vias 2019-01-23T13:00:02 -!- cnt [uid317556@gateway/web/irccloud.com/x-wxlxjgzunyxmbuib] has quit [Quit: Connection closed for inactivity] 2019-01-23T13:00:26 < Haohmaru> when i started, i knew that the number of vias should be kept as small as possible, but i didn't know why.. i thought that maybe they affect the PCB fab price 2019-01-23T13:00:44 < zyp> well, there's two reasons 2019-01-23T13:00:52 < zyp> one is that they affect signal integrity 2019-01-23T13:01:07 < zyp> and the other is that they are simply big, they consume a bunch of area on all layers 2019-01-23T13:08:53 < karlp> vias are just 90degree bends, 2019-01-23T13:08:57 < karlp> they're not the devil 2019-01-23T13:11:21 < Haohmaru> https://i.imgur.com/bLDocds.png 2019-01-23T13:16:30 < zyp> they are also impedance incontinuities since they depart from the reference layer 2019-01-23T13:16:54 < zyp> not that it matters much for normal stuff 2019-01-23T13:18:01 < zyp> Haohmaru, you should also consider DFM 2019-01-23T13:18:14 < Haohmaru> dee-eff-wat 2019-01-23T13:18:45 < zyp> only having parts on top means PTH parts can be cheaply wave soldered 2019-01-23T13:19:01 < Haohmaru> design for.. manufacturing? 2019-01-23T13:19:03 < zyp> if you have SMT parts on bottom, they need special considerations 2019-01-23T13:19:14 < zyp> manufacturability 2019-01-23T13:19:55 < zyp> in this context, design it so it's cheap to solder 2019-01-23T13:20:14 < Haohmaru> i solder these myself still 2019-01-23T13:20:22 < Haohmaru> with le iron 2019-01-23T13:21:16 < Haohmaru> but yeah i wasn't gonna manage to make it small if i had to put parts only on certain sides 2019-01-23T13:21:26 < Haohmaru> and it was important for it to be small 2019-01-23T13:21:43 < zyp> yeah, but the way is short, one day you might find out other people would be interested in your shit too, enough to make a 100-batch of stuff, and then you've got the ball rolling 2019-01-23T13:21:46 < zyp> been there, done that 2019-01-23T13:21:59 < Haohmaru> now, my next project is reinventing this same module, with a cortex mcu, and 4-Layers 2019-01-23T13:22:14 < Haohmaru> and i have to make it smaller, or at least not bigger than the old one 2019-01-23T13:23:28 < Haohmaru> i don't even wanna think about that, luckily it's frozen at the moment 2019-01-23T13:23:44 < zyp> is this the ethernet thing? 2019-01-23T13:23:50 < Haohmaru> yez 2019-01-23T13:24:07 < zyp> IIRC you have plenty of area :p 2019-01-23T13:24:23 < zyp> what was the board dimensions again? 2019-01-23T13:24:35 < Haohmaru> 70x40mm, on that picture 2019-01-23T13:25:18 < karlp> fucking kill those hc49 crystals for a start 2019-01-23T13:25:23 < karlp> free realestate 2019-01-23T13:25:30 < karlp> and should be a bom price drop too 2019-01-23T13:26:02 < zyp> that 3x10 header thing looks pretty crazy 2019-01-23T13:26:14 < Haohmaru> yes, i switched to.. SMD 4pin crystals on the new project 2019-01-23T13:26:22 < zyp> at first I thought this was some RC servo thing 2019-01-23T13:26:23 < karlp> what's the second big qfp? or the first, I take it one of these is your xmega lovechild? 2019-01-23T13:26:32 < zyp> phy, I guess? 2019-01-23T13:27:01 < Haohmaru> the big one is the xmega, the smol one is teh wiznet w5000 2019-01-23T13:27:16 < Haohmaru> muh love 2019-01-23T13:27:17 < Haohmaru> ;P~ 2019-01-23T13:27:55 < zyp> but still, 40x70 is huge 2019-01-23T13:28:24 < Haohmaru> well, the cortex is huge too 2019-01-23T13:29:06 < zyp> https://bin.jvnv.net/file/ScDxl.png <- IIRC this is 60x60-ish, and if you cut away the wire terminals, all the mess in the top left and move the vreg to the bottom left, it'd be plenty smaller than 40x70 2019-01-23T13:30:29 < Haohmaru> what footprint is that cortex? 2019-01-23T13:30:48 < zyp> qfp100 2019-01-23T13:31:06 < zyp> f407v IIRC 2019-01-23T13:32:01 < zyp> https://bin.jvnv.net/file/X0LvB.png <- here's another I did, I think this is about 40mm wide, probably longer than 70mm but you can cut off the stuff in the top and bottom that's not relevant to you 2019-01-23T13:33:07 < Haohmaru> i know it's probably pretty possible, but i got also some other things to deal with, and most importantly - i'm not a magician ;P~ 2019-01-23T13:34:30 < Haohmaru> i might be allowed to make board first (read, big) just for prototyping/testing while i develop the actual firmware, and then adjust the layout to make it smol 2019-01-23T13:35:26 < zyp> oh, btw, if you're making some sort of ethernet module, I advise throwing on some sort of serial flash on it, couple of megabytes or so :) 2019-01-23T13:35:28 < Haohmaru> at least this is one of the very few projects which has a fixed functionality 2019-01-23T13:35:41 < Haohmaru> what for? 2019-01-23T13:36:20 < zyp> it doesn't cost much area, and you'd wish you had when people later figure out they wanna serve up some files or shit over http 2019-01-23T13:36:33 < zyp> or receive firmware images or whatever 2019-01-23T13:37:02 < Haohmaru> people? who are them people? 2019-01-23T13:37:22 < zyp> whoever is gonna use this hardware in a project 2019-01-23T13:37:23 < Haohmaru> i'm the only "dev" guy here :/ 2019-01-23T13:37:32 < Haohmaru> <--- 2019-01-23T13:37:36 < Haohmaru> x_x 2019-01-23T13:37:42 < zyp> well, point still stands 2019-01-23T13:38:24 < Haohmaru> i've never poked my nose into anything bigger than 64KB eeprom, aren't these flash chips kinda huge 2019-01-23T13:38:45 < Haohmaru> like 10x10mm-ish 2019-01-23T13:39:02 < zyp> if people later come ask you for a fancy http ui, you can just make a javascript app that runs all in the browser and stuff it into that flash, and then just make a simple API for it to call 2019-01-23T13:39:12 < zyp> no need to do dynamic pages on the server side 2019-01-23T13:39:20 < Haohmaru> oh, i'm also allowed to use BGA for this, but i try to avoid it as much as possible 2019-01-23T13:39:45 < zyp> even if you don't have any plans for it now, keep in mind you're making a reusable module 2019-01-23T13:39:49 < karlp> what?! no, they're just so8 normally. 2019-01-23T13:39:56 < zyp> also, what karlp said 2019-01-23T13:40:08 < Haohmaru> i don't speak Java and i got no clue about webdev stuff 2019-01-23T13:40:11 < karlp> and that's if you want the big ones, you can get them in much smaller. 2019-01-23T13:40:30 < Haohmaru> hm 2019-01-23T13:40:57 < zyp> my point is, think about future needs, not current needs 2019-01-23T13:41:15 < Haohmaru> i can't 2019-01-23T13:41:20 < zyp> you don't want to redo the board design every time somebody asks for a new feature 2019-01-23T13:41:28 < Haohmaru> the boss decides 2019-01-23T13:41:55 < zyp> adding software to support new features is simple, adding hardware is not 2019-01-23T13:42:29 < Haohmaru> well, if it's a matter of inserting a SOIC8 chip with a few passives around it - i could just reserve an SPI? module on the brain chip and some area for the flash chip 2019-01-23T13:43:12 < zyp> as long as you're working with low volumes, trimming the hardware to the bare minimum does not make sense, that's what you do when you want to ship some thousands of units so that the cost optimization will pay for itself 2019-01-23T13:44:06 < Haohmaru> the boss makes those kinds of decisions 2019-01-23T13:44:36 < zyp> if you're already reserving space, just put down the footprint, and if boss doesn't let you buy the part for it, just leave it unpopulated :p 2019-01-23T13:44:56 < zyp> at least you don't have to refab the pcb when the need arrives 2019-01-23T13:46:02 < Haohmaru> well as i mentioned, it's quite likely that i will be allowed to make a bigger prototype board first 2019-01-23T13:47:03 < Haohmaru> i already have an SPI eeprom (altho, not in a SOIC8 footprint) for the ethernet mac address, so.. there will be time to decide what to do about such minor details 2019-01-23T13:47:47 < zyp> let me tell you from experience, when you don't get the features you might need into the design, you get to sit there and solder them into the design by hand later instead: https://bin.jvnv.net/file/6n9NM.jpg 2019-01-23T13:49:57 < Haohmaru> if you can see some of the PCBs behind my chair here, this on your picture is nothing 2019-01-23T13:50:01 < Haohmaru> ;P~ 2019-01-23T13:50:15 < zyp> my point still stands :p 2019-01-23T13:50:19 < Haohmaru> i know 2019-01-23T13:50:46 < karlp> I'll also add that "leaving this spaces for things in the hardware" is ideal, but very hard to get right :) 2019-01-23T13:50:57 < Haohmaru> i try to explain the situation and options to the boss as much as i can, then he decides 2019-01-23T13:53:37 < zyp> karlp, yeah, one thing is trying to predict what you might need, another is actually guessing right 2019-01-23T13:54:26 < zyp> but I'm speaking from experience when I suggest that extra storage is useful for ethernet modules :) 2019-01-23T13:57:28 < karlp> indeed, as soon as you have ethernet it instantly becomes, "where's the webserver?" 2019-01-23T14:14:13 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Read error: Connection reset by peer] 2019-01-23T14:15:27 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-23T14:26:18 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Ping timeout: 245 seconds] 2019-01-23T14:27:14 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-23T15:39:09 -!- kristoiv [~kristoiv@195.139.214.6] has joined ##stm32 2019-01-23T15:39:49 < kristoiv> Hello. Is there a way of software reseting the entire uC (including ALL registers for peripherals and arm cores). 2019-01-23T15:41:01 < kristoiv> Would, for example, a watchdog reset definitively reset everything? 2019-01-23T15:41:42 < zyp> SYSRESETREQ 2019-01-23T15:42:16 < zyp> a watchdog reset would also work, but is more roundabout 2019-01-23T15:42:23 < zyp> SYSRESETREQ is straight to the point 2019-01-23T15:43:52 < zyp> no global resets would however reset the backup domain, as the purpose of the backup domain is to survive system shutdown/restarts 2019-01-23T15:43:57 < jpa-> (even it will only reset stuff that NRST pin resets, i.e. it won't reset debug unit or RTC) 2019-01-23T15:44:32 < kristoiv> zyp, thanks for answering, isn't this just reseting the ARM core itself, or does it also reset peripherals? 2019-01-23T15:45:02 < zyp> it resets everything except backup domain 2019-01-23T15:45:10 -!- sk_tandt [~Thunderbi@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: sk_tandt] 2019-01-23T15:45:22 < kristoiv> zyp, Thanks! 2019-01-23T15:45:32 < kristoiv> Any documentation on what the backup domain entails? 2019-01-23T15:45:36 -!- sk_tandt [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-23T15:45:50 < zyp> backup domain is mostly the RTC 2019-01-23T15:45:59 < zyp> also IWDG, I guess 2019-01-23T15:46:00 < kristoiv> zyp, okay. 2019-01-23T15:46:14 < zyp> and some parts have BACKUPSRAM 2019-01-23T15:46:34 < kristoiv> Our primary problem seen is random data in SPI buffers 2019-01-23T15:46:44 < kristoiv> On startup after reset 2019-01-23T15:47:05 < jpa-> i think sysresetreq resets IWDG unless it is enabled by option bytes 2019-01-23T15:47:41 < zyp> jpa-, might be, I haven't checked in detail 2019-01-23T15:47:51 < jpa-> me neither :) 2019-01-23T15:48:29 < zyp> kristoiv, random how and in which buffers? 2019-01-23T15:48:56 < zyp> does DR actually have a defined initial value? 2019-01-23T15:49:20 < zyp> or are we talking about ram buffers here? (for DMA or whatever) 2019-01-23T15:49:29 < kristoiv> zyp, We have a selfwritten bootloader (to upgrade over spi), after finishing and resetting the device it sends/receives invalid bytes (sometimes) that are left in the SPI peripheral buffers 2019-01-23T15:49:43 < jpa-> or perhaps you are changing SPI configuration when SPE bit is 1 2019-01-23T15:49:58 < jpa-> it causes STM32 SPI to go silly and do strange stuff like 13-bit transfers 2019-01-23T15:50:32 < zyp> are you sure you're seeing full bytes, not just random garbage that happens when the spi lines are released upon a reset? 2019-01-23T15:51:19 < zyp> are you doing SPI without a chip select? 2019-01-23T15:51:53 < kristoiv> Yes to chip select. No to changing configs while SPE 2019-01-23T15:51:54 < zyp> normally you'd want a chip select even in a situation with just a single slave, to handle synchronization and signal valid data 2019-01-23T15:52:26 < zyp> otherwise you risk every noise on the lines being processed as a valid clock 2019-01-23T15:54:46 -!- grindhold [~quassel@84.200.43.162] has quit [Ping timeout: 244 seconds] 2019-01-23T15:55:12 -!- grindhold [~quassel@84.200.43.162] has joined ##stm32 2019-01-23T15:56:00 -!- drz3k [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-23T15:57:02 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Read error: Connection reset by peer] 2019-01-23T15:57:18 -!- drz3k [~drzacek@b941c009.business.dg-w.de] has quit [Remote host closed the connection] 2019-01-23T16:20:39 < Thorn> Blue Origin New Shepard T - 30 min https://www.youtube.com/watch?v=JSNZTNg6kt8 https://www.youtube.com/watch?v=rRdYfy53pMg 2019-01-23T16:26:18 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 245 seconds] 2019-01-23T16:26:56 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-23T16:41:27 -!- X230t is now known as HQ 2019-01-23T16:49:48 -!- HQ is now known as \\server\share 2019-01-23T16:50:06 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-23T16:56:08 -!- PeterM [~bgdwiepp@1.129.109.48] has quit [Ping timeout: 250 seconds] 2019-01-23T17:01:23 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-23T17:04:22 < kristoiv> Thorn, thanks, I had no idea :) 2019-01-23T17:04:24 -!- kristoiv [~kristoiv@195.139.214.6] has quit [Quit: Leaving] 2019-01-23T17:11:54 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-23T17:16:15 < Ultrasauce> love the hosts talking over each other 2019-01-23T17:30:22 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-23T17:33:52 -!- uramhoaH [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-23T17:34:54 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [Killed (hitchcock.freenode.net (Nickname regained by services))] 2019-01-23T17:34:54 -!- uramhoaH is now known as haohmaru 2019-01-23T17:40:59 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-23T18:00:56 -!- boB_K7IQ [~boBK7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 252 seconds] 2019-01-23T18:01:37 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-23T18:03:27 < bitmask> o/ 2019-01-23T18:03:55 < bitmask> how does a silicon wafer get cut into chips? 2019-01-23T18:04:08 < englishman> https://www.youtube.com/watch?v=BIi36PvZojE 2019-01-23T18:05:47 < bitmask> for something like a small sot package, does it even use a silicon wafer for that? 2019-01-23T18:08:41 < karlp> how else would they do it? 2019-01-23T18:09:13 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-23T18:09:37 < englishman> idk i just order shit on amazon 2019-01-23T18:09:41 < bitmask> well obviously that was my only guess, doesnt mean there cant be something I dont know about 2019-01-23T18:10:47 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 240 seconds] 2019-01-23T18:11:30 < bitmask> do they just use a drill or laser or something to cut it? just seems like a lot of wasted space relative to the size of the chip 2019-01-23T18:15:40 < jpa-> bitmask: some wafers are just scribed and broken, like you would cut glass 2019-01-23T18:16:02 < jpa-> no wasted material, only a bit of space needed for the scribe line 2019-01-23T18:16:08 < bitmask> ahh ok 2019-01-23T18:16:20 < jpa-> but usually i think they use diamond saws 2019-01-23T18:16:36 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-23T18:16:46 < jpa-> https://en.wikipedia.org/wiki/Wafer_dicing 2019-01-23T18:16:58 < englishman> and lazors 2019-01-23T18:17:05 < englishman> lazors, i know 2019-01-23T18:17:14 < bitmask> ahh thanks 2019-01-23T18:17:28 < haohmaru> shine bright like a laz0r 2019-01-23T18:17:50 < rajkosto> why cant i route all these vias 2019-01-23T18:18:55 < bitmask> 75 micrometers average 2019-01-23T18:19:46 -!- sk_tandt [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 250 seconds] 2019-01-23T18:30:05 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-23T18:34:26 < bitmask> https://youtu.be/YEveSWFWOkw 2019-01-23T18:36:37 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-23T18:49:27 -!- haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-23T18:53:25 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-23T18:58:35 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: Leaving] 2019-01-23T19:11:39 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-23T19:21:26 < BrainDamage> giant diamond wire saw 2019-01-23T19:21:41 < BrainDamage> and the space that gets cut doesn't go wasted 2019-01-23T19:21:57 < BrainDamage> typically you put there test circuits 2019-01-23T19:22:17 < BrainDamage> or test patterns to measure the process quality 2019-01-23T19:22:27 < karlp> test patterns I can see, but test circuits? 2019-01-23T19:22:34 < karlp> they're getting cut/lazo9red 2019-01-23T19:23:28 < BrainDamage> they are used before the wafer gets cut 2019-01-23T19:23:41 < BrainDamage> they are used to perfom die binning 2019-01-23T19:24:17 < BrainDamage> you route outside some test pads and connect temporary contacts 2019-01-23T19:24:38 < BrainDamage> which also get cut away, so you don't care if the temp contact ruins the sillycon 2019-01-23T19:25:17 < rajkosto> sillycon, nichicon, chemicon 2019-01-23T19:41:34 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-23T19:50:26 -!- psprint_ [~psprint@91.245.82.2] has joined ##stm32 2019-01-23T19:52:04 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 250 seconds] 2019-01-23T20:00:17 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-23T20:01:33 -!- sterna [~Adium@c-76e2e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-23T20:02:51 < rajkosto> can you leave VBAT unconnected ? 2019-01-23T20:05:38 -!- gsi_ [~gsisig@x4dbd26dd.dyn.telefonica.de] has joined ##stm32 2019-01-23T20:08:32 -!- gsi__ [~gsisig@x4db424e5.dyn.telefonica.de] has quit [Ping timeout: 250 seconds] 2019-01-23T20:09:13 < Steffanx> i think the datasheet/ref manual tells you to connect it to vcc when unused. 2019-01-23T20:09:20 < rajkosto> yes but what if i am using it 2019-01-23T20:09:24 < rajkosto> what if the battery just isnt there 2019-01-23T20:14:36 < rajkosto> does the RTC and SRAM still work ? i assume it does because there should be an internal switch that uses VDD for those instead of VBAT whenever VDD is present (to not waste battery power when VDD is on) 2019-01-23T20:32:54 < zygron_> rajkosto: iirc there is indeed an internal switch (at least on F4XX), and it's recommended to put a diode between the battery and VBAT so no current is injected into the battery when the cpu is powered on 2019-01-23T20:33:14 -!- zygron_ is now known as mitrax 2019-01-23T20:37:31 < englishman> Keil free for g0 2019-01-23T20:37:55 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-23T20:38:56 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-23T20:44:27 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 240 seconds] 2019-01-23T21:11:31 < Steffanx> fuck keil. 2019-01-23T21:16:16 < specing> gcc nao 2019-01-23T21:16:38 < Steffanx> im still happy you gave in, specing. im proud of us. 2019-01-23T21:26:57 < specing> Steffanx: I'll help you reach a new bottom 2019-01-23T21:32:55 < Steffanx> I dont think you're able to do that specing 2019-01-23T21:34:54 < specing> hold my milk 2019-01-23T22:07:23 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2019-01-23T22:14:41 < Thorn> (some kind of) live converage of venezuela https://www.youtube.com/watch?v=y52yPUfgf-g 2019-01-23T22:16:01 < Thorn> https://www.youtube.com/watch?v=CQJQdtGQkpw 2019-01-23T22:17:20 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:41fd:6dbb:71f5:87e4] has joined ##stm32 2019-01-23T22:17:28 < Cracki> are they eating the rich yet? 2019-01-23T22:17:34 < Cracki> they're fat and juicy 2019-01-23T22:17:47 < Cracki> who's that big-nosed journalist in that live stream 2019-01-23T22:18:18 < Cracki> do they never learn to use lenses that DON'T enlarge noses more than necessary? 2019-01-23T22:20:55 < Steffanx> His nose is so big you didnt notice his ears? :P 2019-01-23T22:21:14 < Thorn> at this time it looks like national guard is shooting protesters 2019-01-23T22:22:18 < Cracki> lovely. the workers rise up and who beats them down? the fucking commies 2019-01-23T22:23:09 < Cracki> it's all bullshit. "the people" are irrelevant to bolshevism. hoarding power is relevant. 2019-01-23T22:51:27 < Cracki> so... tarduino uses libm function "dtostrf" for float-to-string conversion, but rolls its own for float-to-Stream... and the most popular, and only, library for reading/writing JSON AGAIN rolls its own, instead of just using dtostrf 2019-01-23T22:51:39 < Cracki> anyone got a better explanation than "it's tarduino"? 2019-01-23T22:51:55 < Cracki> I asked in the channel. people didn't wanna hear the truth. 2019-01-23T22:54:40 < aandrew> look what someone did to my beautiful board: https://imgur.com/a/bBeWfEF 2019-01-23T22:54:43 < aandrew> he's a co-op student and this is probably his first attempt at hand assembly of SMT 2019-01-23T22:54:49 < aandrew> he clearly tried to move the part when it wasn't hot... forcefully 2019-01-23T22:55:44 < Ultrasauce> beautiful 2019-01-23T22:56:40 < Steffanx> whops 2019-01-23T22:57:40 < Cracki> board raepd 2019-01-23T22:57:58 < Cracki> who teaches him and why did he move that part 2019-01-23T22:58:26 < aandrew> I don't think anyone was monitoring him 2019-01-23T22:58:37 < Cracki> at least he did it in the right order: first the few hard parts, then the many simple parts :> 2019-01-23T22:58:49 < Cracki> moose 2019-01-23T22:58:56 < Cracki> let the sackings commence 2019-01-23T22:59:17 < aandrew> nah, we gave him the job to learn 2019-01-23T22:59:20 < Cracki> is the part ok tho 2019-01-23T22:59:39 < Cracki> I meant sack everyone who didn't watch and teach him 2019-01-23T23:00:09 < Cracki> how much do the part and the board cost? 2019-01-23T23:00:09 < aandrew> oh 2019-01-23T23:00:13 < aandrew> it's hceap 2019-01-23T23:00:15 < aandrew> the part is fine 2019-01-23T23:00:20 < aandrew> the board is not, but it's a cheap board 2019-01-23T23:00:23 < aandrew> we just dn't have many 2019-01-23T23:00:31 < Cracki> *g* 2019-01-23T23:00:56 < Cracki> tomorrow, reball this AMD threadripper pls 2019-01-23T23:01:43 < specing> > threadripper 2019-01-23T23:01:48 < specing> IBM begs to differ 2019-01-23T23:01:59 < Cracki> I do wonder... do y'all just point the hot air at the pins, or do you help it along by heating from below? don't mean big rework station... hotplate or heating element helps already 2019-01-23T23:02:36 < specing> I fixed my nvidia by heating it from above 2019-01-23T23:02:46 < Steffanx> "fixed" 2019-01-23T23:03:19 < specing> Steffanx: did so 20-30 times before giving up and buying a new used computer 2019-01-23T23:03:38 < Steffanx> Hah, see. 2019-01-23T23:03:53 < specing> it was NVidia on life support 2019-01-23T23:04:32 < specing> what was interesting is that the life time between reflows fell logarithmically until it settled at cca 1 week 2019-01-23T23:04:49 < Cracki> bake at 230 celsius for 10 minutes 2019-01-23T23:04:49 < rajkosto> didnt reflow good enouigh 2019-01-23T23:04:53 < rajkosto> should have added tons of flux 2019-01-23T23:05:11 < Cracki> porn studios order their "flux" by the barrel 2019-01-23T23:05:17 < specing> I wasn't reflowing at all, just heating it up 2019-01-23T23:05:30 < specing> the problem was iirc in the interposer, not pcb connection 2019-01-23T23:05:57 < Cracki> 9000-layer boards must be masters at conducting heat away from any spot 2019-01-23T23:09:30 < antto> dumb question: say i need to feed a circuit with 0.5A at 5V.. now if i use a regulator to generate those 5V, and the regulator itself runs on 10V - it will draw 0.25A from 10V? 2019-01-23T23:09:56 < rajkosto> what regulator 2019-01-23T23:10:38 < antto> one of those that doesn't just turn the excess voltage into boiling water 2019-01-23T23:11:01 < rajkosto> which one 2019-01-23T23:11:02 < rajkosto> chip 2019-01-23T23:11:16 < antto> well, i'm thinking of mc33063 maybe 2019-01-23T23:12:01 < rajkosto> 0.3125A from 10V 2019-01-23T23:12:09 < rajkosto> at 80% efficiency since its a buck/boost 2019-01-23T23:12:56 < antto> right, i was oversimplifying it as if efficiency == eggcelent 2019-01-23T23:13:30 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:41fd:6dbb:71f5:87e4] has quit [Quit: Konversation terminated!] 2019-01-23T23:18:19 < Cracki> basically yes, no waste means input power = output power 2019-01-23T23:22:58 -!- fc5dc9d4_ [~quassel@p5B081169.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 2019-01-23T23:23:21 < aandrew> Cracki: depends 2019-01-23T23:23:36 < aandrew> I do have a rework station with a heater but I haven't used it much 2019-01-23T23:23:43 < aandrew> mostly I just blast it from the top and be patient 2019-01-23T23:24:17 -!- fc5dc9d4 [~quassel@p5B081F1A.dip0.t-ipconnect.de] has joined ##stm32 2019-01-23T23:24:55 < Cracki> ic ic 2019-01-23T23:25:10 < aandrew> antto: if your load draws 0.5A at 5V that's 2.5W. The regulator itself will not be 100% efficient so you derate that by the efficiency at that load and recompute for your 10V incoming power 2019-01-23T23:25:35 < aandrew> Cracki: yes, I use it to reflow ICs. :-) 2019-01-23T23:26:25 < aandrew> antto: so 80% efficiency (taking rajkosto's number) would be 2.5W / 0.8 = 3.125W now that you're including the losses in the regulator 2019-01-23T23:26:37 < aandrew> 3.125W / 10V = 0.3125A from a 10V source 2019-01-23T23:27:31 < antto> i was thinking 0.5A * 5V/10V == 0.25A, 0.25A/0.8 2019-01-23T23:27:38 < antto> but i guess, same sh*t? 2019-01-23T23:27:59 < Cracki> maths the same but one has the power term explicitly 2019-01-23T23:28:05 < karlp> now you get to have fun calculating the heat rise 2019-01-23T23:28:43 < aandrew> heh 2019-01-23T23:28:57 < Cracki> mass, specific heat (right term?), time, ... 2019-01-23T23:28:58 < aandrew> I always struggle with theta-jc vs theta-ja 2019-01-23T23:29:34 < aandrew> so I think I figured out why my 125MHz clock isn't showing up 2019-01-23T23:30:45 < aandrew> the fet drivers (just using them because they're beefy) have no hope in hell of switching 125MHz 2019-01-23T23:30:49 < aandrew> 10MHz they are doing great 2019-01-23T23:31:00 -!- gnom [~aleksande@178.150.7.153] has quit [Remote host closed the connection] 2019-01-23T23:31:30 < Cracki> so you want mosfets to toggle at 125 MHz... why? 2019-01-23T23:31:52 < Cracki> I think with beefier drivers, you might get further :> 2019-01-23T23:32:21 < aandrew> I don't 2019-01-23T23:32:23 < aandrew> at all 2019-01-23T23:32:29 < aandrew> I'm not driving mosfets with these 2019-01-23T23:32:36 < aandrew> I'm just driving MCX ports 2019-01-23T23:32:39 < Cracki> *headscratch* 2019-01-23T23:32:53 < Cracki> so the clock doesn't show up... but it isn't supposed to anyway? 2019-01-23T23:33:05 < aandrew> but I like using fet drivers for driving cables because they're also very capacitive and the fet drivers are robust 2019-01-23T23:33:06 < Cracki> ah! 2019-01-23T23:33:15 < Cracki> the drivers are just meant to drive mcx ports... 2019-01-23T23:33:19 < aandrew> yep 2019-01-23T23:33:35 < Cracki> ic, used as "line" driver 2019-01-23T23:33:44 < aandrew> I have differential clock --> DS90C402 (diff-to-se) --> MIC4126 --> MCX 2019-01-23T23:34:17 < aandrew> the DS90C402 is just "tapping" the LVDS line (the clock is really going to the ADC, where it's actually terminated) 2019-01-23T23:35:14 < Cracki> so what's different about mosfet drivers compared to other line drivers that makes them not output that clock... 2019-01-23T23:35:27 < aandrew> well this mosfet driver is jst too slow 2019-01-23T23:35:36 < aandrew> it's not meant to transmit sucha fast signal 2019-01-23T23:35:53 < Cracki> hm! but it's meant to charge a gate quickly 2019-01-23T23:36:08 < Cracki> but not too often? 2019-01-23T23:36:32 < Cracki> could these things have lowpassed inputs maybe? 2019-01-23T23:36:48 < Cracki> MIC4126 you say 2019-01-23T23:36:51 < aandrew> they could be slewed yes 2019-01-23T23:36:56 < aandrew> yeah it's a nice strong driver 2019-01-23T23:36:59 < Cracki> now I'm curious 2019-01-23T23:37:13 < Cracki> zero mentions of "hz" in that sheet 2019-01-23T23:37:18 < aandrew> I do actually use them as fet drivers as well but this was more of a "hey I need to drive a capacitive load, I'm already using these!" 2019-01-23T23:37:29 < aandrew> correct, I just checked that beore starting this conversation too 2019-01-23T23:37:32 < Cracki> single mention of "slew" in relation to input characteristics 2019-01-23T23:37:43 < aandrew> there's rise/fall times 2019-01-23T23:37:54 < aandrew> but I suspect that's more about driving capacitors 2019-01-23T23:37:56 < Cracki> 20 ns, that would (not) do it 2019-01-23T23:38:20 < aandrew> for 125mhz? nope 2019-01-23T23:38:33 < aandrew> that's 8ns 2019-01-23T23:38:35 < rajkosto> is it ok if i route nRST through another chip pin 2019-01-23T23:38:35 < Cracki> yeh, that's almost 3 periods 2019-01-23T23:38:50 < aandrew> rajkosto: what do you mean 2019-01-23T23:39:03 < rajkosto> ill also assign it to another gpio just so i can route it out 2019-01-23T23:39:08 < Cracki> alternate function for reset? 2019-01-23T23:39:22 < rajkosto> so there will be 2 pins on stm32 routed to nRST 2019-01-23T23:39:26 < Cracki> oh 2019-01-23T23:39:30 < aandrew> rajkosto: no, it's a dedicated input 2019-01-23T23:39:34 < aandrew> you can route it externally though 2019-01-23T23:39:42 < Cracki> how can two pins be mapped to nrst at the same time? 2019-01-23T23:39:45 < aandrew> i.e. have a GPIO pin on the STM32 drive a n-fet which pulls RST down 2019-01-23T23:39:49 < aandrew> but it'll look glitchy 2019-01-23T23:39:59 < aandrew> you really want to either drive a RST pin on a supervisory IC or use a monostable 2019-01-23T23:40:03 < rajkosto> i have to route it through another unused gpio pin to escape 2019-01-23T23:40:12 < rajkosto> i dont plan on ever setting that gpio 2019-01-23T23:40:13 < aandrew> rajkosto: fix your routing 2019-01-23T23:40:14 < Cracki> routing on pcb you mean? 2019-01-23T23:40:26 < rajkosto> aandrew, not possible to do better 2019-01-23T23:40:29 < Cracki> is there enough space to route between legs? 2019-01-23T23:40:30 -!- cnt [uid317556@gateway/web/irccloud.com/x-nbkkqpfcvtpkbqhm] has joined ##stm32 2019-01-23T23:40:31 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-23T23:40:33 < rajkosto> of course not. 2019-01-23T23:40:36 < aandrew> you can set the pin to ADC input and disable the digital buffer but you're just asking for trouble 2019-01-23T23:40:36 < Cracki> or drop to other layer? 2019-01-23T23:40:44 < aandrew> rajkosto: I'm sure it is 2019-01-23T23:40:46 < aandrew> show us the layout 2019-01-23T23:40:49 < cnt> Where’s my fav blxtr 2019-01-23T23:40:50 < Cracki> so that pin will just be unused? sure, why not 2019-01-23T23:41:01 < aandrew> Cracki: because you can't guarantee you'll ever be sure to reset 2019-01-23T23:41:19 < aandrew> if the pin is just a gpio input with pullup enabled (default on blank part) you should be ok 2019-01-23T23:41:27 < aandrew> but what if your errant program ends up driving that pin? 2019-01-23T23:41:29 < Cracki> hmm cut the pin that's "in the way" physically so it doesn't even touch the board 2019-01-23T23:41:33 < rajkosto> i can always break off the tqfp pin 2019-01-23T23:41:35 < rajkosto> before soldering 2019-01-23T23:41:37 < aandrew> drive low = insta-reset which isn't (really) bad but what if it drives it high? 2019-01-23T23:41:40 < rajkosto> but thats not cool 2019-01-23T23:41:47 < aandrew> like I said, fix your layout 2019-01-23T23:41:54 < rajkosto> im just asking, stm32 shouldnt ever glitch anything on PORTB low ? 2019-01-23T23:41:56 < aandrew> I do not believe that it's impossible to escape, especially on tqfp 2019-01-23T23:41:59 < rajkosto> if i dont explicitly tell it to 2019-01-23T23:42:04 < aandrew> it may be UGLY but it should be doable 2019-01-23T23:42:14 < bitmask> heated hoodie is a success, now to slim it down and make it comfortable 2019-01-23T23:42:31 < aandrew> rajkosto: so you're going to guarantee that it's impossible to inadvertendly have that pin become an output? 2019-01-23T23:42:40 < aandrew> bitmask: that's cool 2019-01-23T23:42:41 < aandrew> well warm 2019-01-23T23:42:46 < bitmask> :) 2019-01-23T23:42:57 < Cracki> wow 27h idle 2019-01-23T23:42:57 < aandrew> you put that in some slim girlie hoodie and I will buy one from you for my wife 2019-01-23T23:43:13 < aandrew> she only likes full zippered though (not pullover type) 2019-01-23T23:43:32 < Cracki> CE logo on it :3 2019-01-23T23:44:42 < aandrew> damn, the fastest fet driver I can find on digikey in the same footprint (not sure on pinning) is 5ns 2019-01-23T23:44:55 < bitmask> I ordered some 1mm silicone sheeting to try and make slimmer panels by sandwiching the heater between that instead of in this huge 5-6mm mold. If that is still too thick then I'll just sew it into fabric and deal with hotspots 2019-01-23T23:45:02 < aandrew> ISL6700 2019-01-23T23:45:27 < aandrew> incompatible pinning 2019-01-23T23:46:29 < aandrew> oh there I have some options if I go to 8ns 2019-01-23T23:48:15 < bitmask> is there any flexible heat shrink tubing? I want to strengthen my wires by using some cover to hold multiple wires together but heat shrink is too stiff, I'm using this wire loom stuff for other parts but something like a more flexible heatshrink would be better 2019-01-23T23:48:33 < bitmask> vs buying multicore wire 2019-01-23T23:48:49 < aandrew> UCC2752x is pin compatible and 6-7ns typical 2019-01-23T23:49:17 < aandrew> 15ns minimum guaranteed input pulse width though 2019-01-23T23:50:10 -!- sterna [~Adium@c-76e2e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-23T23:50:25 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-23T23:50:41 < jadew> must love the post 2019-01-23T23:50:56 < jadew> boards sent 2 weeks apart, arrive at the same time 2019-01-23T23:55:11 < Steffanx> :) 2019-01-23T23:55:29 < zyp> fun fun 2019-01-23T23:55:47 < Steffanx> Very express 2019-01-23T23:55:51 < Steffanx> zyp: 2019-01-23T23:56:02 < antto> eggzpress 2019-01-23T23:56:37 < Steffanx> Hi antto. Hows the day 2019-01-23T23:57:05 < Steffanx> Whops didnt mean mention you mr Z 2019-01-23T23:57:18 < zyp> Steffanx, sorry about the lack of photos lately, hope this helps: https://bin.jvnv.net/file/H4zjD.jpg 2019-01-23T23:57:35 < Steffanx> Haah ty. 2019-01-23T23:57:42 < Steffanx> What was thia wireless thing btw? 2019-01-23T23:58:00 < zyp> https://bin.jvnv.net/file/IdQue.jpg <- this? 2019-01-23T23:58:05 < zyp> LBE-5AC-Gen2 --- Day changed Thu Jan 24 2019 2019-01-24T00:01:16 < Steffanx> Nah i meant the screenshot, but this must be it. 2019-01-24T00:01:35 -!- CygniX [~CygniX@opensuse/member/CygniX] has left ##stm32 ["Konversation terminated!"] 2019-01-24T00:02:51 < jadew> any suggestions for a tiny PCB holder? 2019-01-24T00:02:59 -!- CygniX [~CygniX@opensuse/member/CygniX] has joined ##stm32 2019-01-24T00:03:03 < jadew> by tiny I mean less than 1 cm square 2019-01-24T00:03:08 < zyp> holder? 2019-01-24T00:03:15 < jadew> yeah, so I can work on it 2019-01-24T00:03:28 < jadew> so... it would have to be made out of metal 2019-01-24T00:03:45 < zyp> why? 2019-01-24T00:04:02 < jadew> or any other material that doesn't melt @ soldering temperatures? 2019-01-24T00:04:35 < Rickta59> so i guess my answer to the question I asked you Cracki was an stm32 board 2019-01-24T00:04:37 < jadew> I need a mill, that's what I need 2019-01-24T00:04:58 < zyp> just grab some bare scrap pcbs and align them around it and tape them down 2019-01-24T00:04:58 < Cracki> bitmask, not heatshrink but there's webbing, and there are helically cut apart plastic tubes you can wrap around 2019-01-24T00:05:14 < jadew> zyp, that's a great idea 2019-01-24T00:05:15 < zyp> so that you get a square slot in the middle that it fits in 2019-01-24T00:05:16 < jadew> thanks 2019-01-24T00:05:18 < bitmask> yea I have some of both of that 2019-01-24T00:05:19 < Cracki> (webbing such as used by atx psus) 2019-01-24T00:05:29 < bitmask> it will have to do 2019-01-24T00:06:38 < Cracki> jadew, aren't there pcb "stick vises"? 2019-01-24T00:07:27 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has quit [Quit: leaving] 2019-01-24T00:07:45 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has joined ##stm32 2019-01-24T00:07:55 < jadew> Cracki, stick vise - is this the one with the v-groove? 2019-01-24T00:08:09 < Cracki> I'd go with scrap pcbs too. not sure how heat resistant those vises are... they look like they have plastic parts 2019-01-24T00:08:14 < Cracki> possibly. 2019-01-24T00:08:21 < Cracki> I think they come in various grooves 2019-01-24T00:08:24 < zyp> ah, I should get one of those vises 2019-01-24T00:08:31 < zyp> I've been wanting something like that 2019-01-24T00:08:36 < Rickta59> why were you interested in using tarduino Cracki ? 2019-01-24T00:08:46 < jadew> they do look nice 2019-01-24T00:09:00 < Cracki> there's a < groove and an L groove on these pics 2019-01-24T00:09:12 < jadew> and if you have a milling machine, you can make those plastic parts out of metal :P 2019-01-24T00:09:18 < jadew> another reason to have a milling machine 2019-01-24T00:09:31 < Cracki> hard "soft" jaws 2019-01-24T00:09:46 < Cracki> good thinking 2019-01-24T00:10:25 < Cracki> it's a mouse trap! https://www.kickstarter.com/projects/2065435222/pcbgrip-vise-panavise-model-201-base-compatible 2019-01-24T00:11:11 < jadew> heh 2019-01-24T00:17:57 < Cracki> edward norton doing the topless curbstomper, but in 2019 he's a hero: https://www.imdb.com/title/tt6823368/ 2019-01-24T00:23:01 < rajkosto> another Unbreakable ? 2019-01-24T00:23:24 < Cracki> apparently 2019-01-24T00:24:36 < Cracki> oh, it's the third of the series 2019-01-24T00:24:50 < Cracki> split (2016) was the second 2019-01-24T00:26:38 -!- englishman [~englishma@stm32.party] has quit [Excess Flood] 2019-01-24T00:27:45 -!- englishman [~englishma@stm32.party] has joined ##stm32 2019-01-24T00:27:48 < Cracki> ... I realize if I measured the runtime for windows guis, it'd be comparable to Qt's, but damn! shipping a single sub-megabyte executable to a customer is just completely different from having to package all those qt dlls because I can't rely on the customer having them 2019-01-24T00:30:26 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-24T00:34:00 < Rickta59> did anyone see the jeeh code? 2019-01-24T00:34:27 < Rickta59> https://github.com/jeelabs/jeeh/ 2019-01-24T00:37:27 < aandrew> nice I found some drivers that will work 2019-01-24T00:38:14 < aandrew> Infineon 2EDN7524 has compatible pinout and minimum pulse of 6-10ns (6 typical) 2019-01-24T01:00:08 < aandrew> englishman: you know that little metal "tape" that they use to stick two pieces of reel strips together? it's got the same hole pattern as the strip itself and allows you to attach a leader to an existing reel? 2019-01-24T01:07:55 < karlp> Rickta59: fuck me, he's off the deepend now. 2019-01-24T01:08:24 < Rickta59> you think? he does seem to go to extremes 2019-01-24T01:08:40 < Rickta59> last i noticed he was deep into forth 2019-01-24T01:08:59 < karlp> I admire his prolific...ness? prolificity? over the years, but somettimes I think he digs massive piles before he decides it might be a bit weird and too far off in one direction 2019-01-24T01:09:09 < Rickta59> now he eschews all defines 2019-01-24T01:10:27 < karlp> nothing wrong with thatt, consts are good too. 2019-01-24T01:10:30 < karlp> fuck the preprocessor 2019-01-24T01:10:39 < Rickta59> he was radio silent for a yaer and this is what he popped up with 2019-01-24T01:10:41 < karlp> and he's using c++. lots of "nice" ways of doing it. 2019-01-24T01:11:57 < Rickta59> i kind of like it... if he used defines it would be perfect 2019-01-24T01:12:13 < karlp> so... why would you need defines then? 2019-01-24T01:12:17 < karlp> yo ulike it already? 2019-01-24T01:12:21 < karlp> I'm missing something 2019-01-24T01:12:33 < Rickta59> defines for the peripheral addresses 2019-01-24T01:12:46 < Rickta59> instead of hard coding them 2019-01-24T01:13:12 < Rickta59> include the stm32fx device include 2019-01-24T01:14:15 < Rickta59> i guess i like the fact that someone is making a thin layer that isn't tarduino or HAL or LL 2019-01-24T01:15:39 < karlp> what? 2019-01-24T01:15:47 < karlp> how is a define not hardcoded? 2019-01-24T01:16:02 < karlp> you just include the right file, like he's doing, and like you'd do with definess? 2019-01-24T01:16:17 < karlp> have you tried mbed? 2019-01-24T01:16:24 < Rickta59> bloated 2019-01-24T01:16:27 < Rickta59> i have 2019-01-24T01:16:41 < Rickta59> and they lay it on top of hal .. or at least they did the last time i loked 2019-01-24T01:17:23 < Rickta59> the nice thing is you can use the commercial compiler online for free 2019-01-24T01:18:53 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2019-01-24T01:19:03 < Rickta59> defines as in GPIOA vs constexpr static uint32_t gpio = 0x40010800; 2019-01-24T01:19:34 < Rickta59> I can see why he does it .. just seems like you might use the device header instead of your own 2019-01-24T01:25:04 < Rickta59> since he posted all that stuff .. nothing .. i wonder if he is dead 2019-01-24T01:25:43 < Rickta59> I'm guessing he must be semi-retired 2019-01-24T01:29:18 -!- fc5dc9d4_ [~quassel@p5B081C2B.dip0.t-ipconnect.de] has joined ##stm32 2019-01-24T01:31:22 -!- fc5dc9d4 [~quassel@p5B081F1A.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 2019-01-24T01:39:18 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-24T01:45:36 < rajkosto> looks like i wont have space for 4 button inputs, so will have to stick them all into one analog 2019-01-24T01:49:42 < rajkosto> except all the analog capable pins are on the wrong side 2019-01-24T02:10:15 -!- cnt [uid317556@gateway/web/irccloud.com/x-nbkkqpfcvtpkbqhm] has quit [Quit: Connection closed for inactivity] 2019-01-24T02:29:52 < englishman> aandrew: yes i have some crimpy things and a crimper 2019-01-24T02:32:15 < aandrew> what is that called? I'd like to buy that same kind of thing 2019-01-24T02:35:58 < englishman> lol no idea i asked chinagirl 2019-01-24T02:36:11 < aandrew> you got a chinagirl too 2019-01-24T02:36:15 < englishman> https://tapesplice.com/ 2019-01-24T02:36:19 < aandrew> looks like "smt splice tool" 2019-01-24T02:36:28 < englishman> actually i called digikey and asked them once 2019-01-24T02:36:32 < englishman> and they gave me like 3 places 2019-01-24T02:36:37 < englishman> cuz they buy the stuff but dont sell it 2019-01-24T02:36:48 < englishman> digikey is super friendly and helpful all the time it's kind of annoying 2019-01-24T02:36:58 < aandrew> "smt splice tool" in ali or google is giving me lots of results now 2019-01-24T02:37:01 < aandrew> "splice" was the magic word 2019-01-24T02:37:03 < englishman> and open for several hours still 2019-01-24T02:37:17 < aandrew> yep I asked them for the details on their identification system and it's actually some standard 2019-01-24T02:37:25 < aandrew> yep I have an order going in to them 2019-01-24T02:38:59 < aandrew> I tell ya, I'm getting closer and closer to just starting my own fucking assembly line 2019-01-24T02:41:22 < englishman> wanna buy some smt equipment 2019-01-24T02:41:58 < aandrew> I probably can't afford anything you've got 2019-01-24T02:42:09 < aandrew> and if I'm patient I bet carsan will go tits-up soon 2019-01-24T02:42:10 < rajkosto> do i2c FRAM chips have the same pinout as normal i2c eeproms ? 2019-01-24T02:42:21 < aandrew> rajkosto: the datasheet will tell you 2019-01-24T02:42:30 < englishman> pff you are always bragging about your income, time to write a cheque your ass CAN cash 2019-01-24T02:42:42 < aandrew> I'm a cheap bastard 2019-01-24T02:42:56 < englishman> then we'll get along well, i'll give you a good deal 2019-01-24T02:43:03 < aandrew> I might make a good wage but life is expensive. 2019-01-24T02:43:07 < aandrew> what machines do you have anyway? 2019-01-24T02:59:48 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-24T03:10:24 < ColdKeyboard> Anyone have a LoRa driver (Semtech SX1231/SX1276) that they used with STM and know it's working? 2019-01-24T03:11:04 < Thorn> I'm writing one 2019-01-24T03:12:38 < englishman> doesnt st provide one? 2019-01-24T03:12:44 < englishman> or just lorawan 2019-01-24T03:13:18 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-24T03:13:29 < englishman> https://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32-ode-function-pack-sw/fp-atr-lora1.html 2019-01-24T03:13:33 < ColdKeyboard> I'm not sure, I just got the modules and want to give a try... 2019-01-24T03:13:42 < englishman> fff just lorawan 2019-01-24T03:13:53 < englishman> maybe there is something in there 2019-01-24T03:14:04 < englishman> the lorawan shit was a total nobrainer it was dead easy 2019-01-24T03:14:16 < englishman> all the radio shit over there -> i can go and write application code and not give a shit 2019-01-24T03:14:56 < ColdKeyboard> Hah, that's awesome 2019-01-24T03:15:07 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 240 seconds] 2019-01-24T03:15:16 < ColdKeyboard> I'll take a peak at STM's LoRa 2019-01-24T03:15:56 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-24T03:26:13 < rajkosto> got no more room on the top i have to put the lone eeprom on the back :( 2019-01-24T03:27:12 < englishman> dont 2019-01-24T03:28:56 < rajkosto> no can fit otherwise 2019-01-24T03:30:02 < englishman> find space 2019-01-24T03:30:39 < rajkosto> https://images.sshnuke.net/2019-01-24_02-30-37_NOEJPa3EE.png no space 2019-01-24T03:31:41 < englishman> lose the silkscreen 2019-01-24T03:31:56 < rajkosto> doesnt help anything, is already cramped 2019-01-24T03:32:33 < englishman> defeatist attitude 2019-01-24T03:32:52 < rajkosto> i got nothin on the back 2019-01-24T03:32:56 < rajkosto> soldering one sot23-5 aint so bad 2019-01-24T03:33:02 < englishman> whyd you start routing with less than all the parts placed 2019-01-24T03:33:09 < rajkosto> because otherwise its a COLOSSAL mess 2019-01-24T03:34:51 < rajkosto> maybe i wont even use the eeprom and rely just on battery, thus it can remain DNP on the back 2019-01-24T03:37:45 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has left ##stm32 [] 2019-01-24T03:38:18 < rajkosto> also, not only did i not place everything before routing 2019-01-24T03:38:28 < rajkosto> i didnt even know what parts i would use until i went along 2019-01-24T03:43:36 < ColdKeyboard> Thorn: Is your LoRa library working? And available to check out? :) 2019-01-24T03:44:09 < Thorn> I'm actually doing fsk first, not lora 2019-01-24T03:45:20 < Thorn> I might publish it on github when it takes some shape 2019-01-24T03:45:50 < aandrew> everyone's on this LORA thing. I've been looking at it but haven't done anythign with it yet 2019-01-24T03:46:24 < aandrew> rajkosto: your silk is way big 2019-01-24T03:46:33 < rajkosto> yes i will stop using the stroke font too 2019-01-24T03:46:48 < rajkosto> but thats later 2019-01-24T03:46:53 < ColdKeyboard> Thorn: Okay 2019-01-24T03:46:57 < aandrew> and yeah when it gets too tight I just drop designators for anything but things I might want to fuck with (resistor straps, buttons/leds, etc.) 2019-01-24T03:47:08 < ColdKeyboard> I just got two boards and want to test some ping-pong to gauge the range on these babies :) 2019-01-24T03:47:31 < aandrew> rajkosto: routing before placing is pretty much a recipe for shit routing and problems like wanting to run RST# through another GPIO 2019-01-24T03:47:40 < rajkosto> aandrew, sorted that 2019-01-24T03:47:45 < rajkosto> and no, i get that the other way around 2019-01-24T03:47:49 < rajkosto> found out i placed everything too tight 2019-01-24T03:48:20 < aandrew> I spent probably 60-75% of my layout time on placement 2019-01-24T03:48:37 < rajkosto> https://images.sshnuke.net/2019-01-24_02-48-33_qNYHi2vV6.png nrst does not go to any other pins 2019-01-24T03:49:26 < aandrew> it's hard to see for sure but it looks like you're not adopting a north/south for one layer and east-west for another strategy 2019-01-24T03:50:10 < rajkosto> https://images.sshnuke.net/2019-01-24_02-50-02_7YD3EkwsU.png looks pretty opposite to me 2019-01-24T03:50:33 < aandrew> ah see, it was hard to see from the closeup 2019-01-24T03:50:39 < aandrew> how big are those vias? 2019-01-24T03:50:40 < englishman> bump to 4L it'll be better and doesnt cost much more 2019-01-24T03:50:45 < rajkosto> 0.3mm/0.6mm 2019-01-24T03:50:51 < rajkosto> englishman, costs 72$ vs 10$ 2019-01-24T03:50:52 < aandrew> not bad 2019-01-24T03:50:52 < rajkosto> "much more" 2019-01-24T03:50:58 < englishman> pff 2019-01-24T03:51:13 < englishman> where are you getting that, shitstudio 2019-01-24T03:51:22 < rajkosto> anywhere. 2019-01-24T03:51:34 < rajkosto> cheapest "prototype" rate is 6/6, 0.3mm holes, 0.15 annular 2019-01-24T03:51:52 < rajkosto> make any of those better and the price goes way higher 2019-01-24T03:51:54 < englishman> if you are prototyping then why does size matter 2019-01-24T03:52:04 < rajkosto> im gonna stick this into a device 2019-01-24T03:52:14 < rajkosto> im not going to sell these. 2019-01-24T03:53:10 < englishman> then why does price matter 2019-01-24T03:53:26 < rajkosto> because i dont want to pay 72$ for something with like 3$ of components on it ? 2019-01-24T04:00:31 < rajkosto> ive only ever made 2 layer pcbs anyway 2019-01-24T04:01:13 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-24T04:04:56 < englishman> jlcpcb quoted me $29 for 100x100mm 4l 2019-01-24T04:04:59 < englishman> i didnt even ask nicely 2019-01-24T04:05:02 < Thorn> https://imgur.com/gallery/OadBGUU 2019-01-24T04:05:13 < englishman> $15 for 50x50 2019-01-24T04:05:16 < rajkosto> still 3x the cost, without ship 2019-01-24T04:05:52 < rajkosto> its "2$" for the prototype 2l 2019-01-24T04:06:02 < rajkosto> shipping is another 8$ tho 2019-01-24T04:06:11 < englishman> are you from one of those countries that ends in -stan 2019-01-24T04:06:14 < rajkosto> yes. 2019-01-24T04:06:23 < englishman> ok i'll stop 2019-01-24T04:08:56 < mawk> if I use DMA with the spi peripheral in slave mode that means it'll register everything I receive inside some address, incrementing the pointer each time ? 2019-01-24T04:09:01 < mawk> and trigger an interrupt 2019-01-24T04:09:25 < rajkosto> if that is how you set it up 2019-01-24T04:09:36 < rajkosto> you can enable interrupt on end of transfer, or buffer filled, etc 2019-01-24T04:09:45 < rajkosto> you can also set the auto increment mode 2019-01-24T04:21:56 < mawk> I see 2019-01-24T04:30:15 -!- machinehum [~machinehu@ip-142-232-166-215.ptr.bcit.ca] has joined ##stm32 2019-01-24T04:38:17 < mawk> what's burst size ? 2019-01-24T04:38:28 < mawk> and threshold 2019-01-24T04:48:45 -!- gsi__ [~gsisig@x4db39d64.dyn.telefonica.de] has joined ##stm32 2019-01-24T04:51:43 -!- gsi_ [~gsisig@x4dbd26dd.dyn.telefonica.de] has quit [Ping timeout: 245 seconds] 2019-01-24T05:04:20 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-24T05:06:49 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2019-01-24T05:07:10 -!- aeo1ack [~psprint@91.245.82.2] has joined ##stm32 2019-01-24T05:08:18 < ds2> who's making reasonable price FRAM chips? 2019-01-24T05:08:48 -!- psprint_ [~psprint@91.245.82.2] has quit [Ping timeout: 245 seconds] 2019-01-24T05:10:23 -!- PeterM [~bgdwiepp@1.129.104.101] has joined ##stm32 2019-01-24T05:23:55 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-24T05:26:21 -!- aeo1ack [~psprint@91.245.82.2] has quit [Ping timeout: 246 seconds] 2019-01-24T05:31:24 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-24T05:54:22 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-24T05:54:43 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has joined ##stm32 2019-01-24T05:56:05 < fenugrec> ds2, nobody 2019-01-24T05:57:27 < fenugrec> IIRC cypress and toshiba/fujitsu have the most "available" selection 2019-01-24T05:57:35 < fenugrec> but $$ last I checked 2019-01-24T05:58:25 -!- machinehum [~machinehu@ip-142-232-166-215.ptr.bcit.ca] has quit [Quit: WeeChat 1.4] 2019-01-24T06:11:43 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 245 seconds] 2019-01-24T06:16:26 -!- fc5dc9d4 [~quassel@p5B0815C1.dip0.t-ipconnect.de] has joined ##stm32 2019-01-24T06:20:28 -!- fc5dc9d4_ [~quassel@p5B081C2B.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 2019-01-24T06:23:26 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 240 seconds] 2019-01-24T06:23:59 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-24T07:09:47 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-24T07:10:26 -!- PeterM [~bgdwiepp@1.129.104.101] has quit [Ping timeout: 240 seconds] 2019-01-24T07:14:00 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-24T07:22:08 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-24T07:23:23 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-24T07:43:36 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-24T07:46:43 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 245 seconds] 2019-01-24T07:46:47 -!- day_ is now known as day 2019-01-24T08:37:28 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has quit [] 2019-01-24T08:41:14 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-24T08:48:06 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-24T08:50:28 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] 2019-01-24T08:56:25 -!- PeterM [~bgdwiepp@1.129.105.54] has joined ##stm32 2019-01-24T09:13:42 -!- sterna [~Adium@c-8ee0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-24T09:20:03 -!- benishor [~benny@79.116.202.193] has quit [Ping timeout: 245 seconds] 2019-01-24T09:20:48 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-24T09:23:10 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-24T09:27:11 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-24T09:32:14 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-24T09:32:48 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Ping timeout: 250 seconds] 2019-01-24T09:50:21 < rajkosto> components, american components, russian components, all made in tai wan 2019-01-24T10:00:59 -!- sterna [~Adium@c-8ee0e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-24T10:04:38 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-24T10:04:50 < kakimir> shotgun style vias 2019-01-24T10:06:02 < Haohmaru> wot.. pics? 2019-01-24T10:07:23 < rajkosto> its, errrm errr, context sensitive 2019-01-24T10:09:24 < Steffanx> Are you home yet kakimir? 2019-01-24T10:10:01 < kakimir> ollu jo pidemmän aikaa 2019-01-24T10:14:29 < kakimir> holy shit this board is ugli 2019-01-24T10:14:35 < kakimir> but if it works it's okay 2019-01-24T10:15:19 < rajkosto> i have to add tons of polygon pour cutouts to make mine pretty 2019-01-24T10:16:39 < kakimir> oh 2019-01-24T10:17:21 < kakimir> like car manufs hide their design in arbitrary patterns you hide your ugli board in similar pattern? 2019-01-24T10:18:53 < Haohmaru> pour teh copper! obfuscate teh fuggliness! 2019-01-24T10:19:47 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-24T10:22:22 < rajkosto> no i just dont like some of the nonsense shapes it makes 2019-01-24T10:23:08 < Haohmaru> pour teh etchant! 2019-01-24T10:25:19 < kakimir> run uglinessobfuscator.py 2019-01-24T10:27:21 < jpa-> https://www.tme.eu/gb/katalog/unregulated-voltage-regulators_100215/ unregulated voltage regulators? :D 2019-01-24T10:27:56 < rajkosto> they follow NO laws 2019-01-24T10:28:17 < Ecco> Hi :) 2019-01-24T10:28:22 < kakimir> they are a wild bunch 2019-01-24T10:28:37 < Ecco> Quick question regarding the HSE crystal: how do you pick its value? 2019-01-24T10:28:51 < kakimir> what value? 2019-01-24T10:28:55 < Ecco> The crystal's 2019-01-24T10:28:57 < rajkosto> what stm 2019-01-24T10:29:09 < Ecco> F4 or F7 2019-01-24T10:29:16 < rajkosto> they can yeet up to 24MHz 2019-01-24T10:29:32 < rajkosto> so just pick integer number like that 2019-01-24T10:29:39 < Ecco> What would be the difference between, say, a 4 MHz crystal with a 4 PLLM and a 25 MHz with a 25 PLLM 2019-01-24T10:29:48 < rajkosto> lower ppm is better, and the capacitance should be pretty low, they recommend like 7pf or something 2019-01-24T10:30:18 < Ecco> rajkosto: how would that translate in terms of crystal frequency? 2019-01-24T10:30:31 < rajkosto> frequency is irrelevant since you divide it to 1MHz anyway ? 2019-01-24T10:30:36 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-24T10:31:23 < Ecco> So it has like 0 impact at all? 2019-01-24T10:31:27 < jpa-> Ecco: higher frequency crystals may be easier to find in smaller packages 2019-01-24T10:31:34 < rajkosto> different divider to set in code ? 2019-01-24T10:31:37 < Ecco> jpa-: Interesting :) 2019-01-24T10:31:46 < jpa-> lower frequency crystals may use slightly less power if you are running CPU at low freq also 2019-01-24T10:31:48 < Ecco> No, I was talking about the kind of things jpa said :) 2019-01-24T10:31:55 < jpa-> but for actual operation it doesn't matter too much 2019-01-24T10:32:46 < Ecco> allright 2019-01-24T10:32:51 < jpa-> i guess there might be some effect to phase jitter; I think the less you have to multiply by PLL the less the phase jitter grows, but it might be that the inherent noise in the PLL is higher than that effect anyway 2019-01-24T10:32:51 < Ecco> I have an example where it does matter 2019-01-24T10:33:16 < Ecco> Internal USB-DFU bootloader auto-detects the crystal frequency 2019-01-24T10:33:24 < Ecco> by comparing it to its internal HSI 2019-01-24T10:33:36 < qyx> yes, but on some MCUs not all freq are supported 2019-01-24T10:33:40 < Ecco> yes 2019-01-24T10:33:57 < Ecco> Usually it's "whatever that's an integer number of Mhz between 4 and 25" 2019-01-24T10:34:37 < Ecco> But then, the higher the frequency, the smaller the difference (relatively, 25 and 24 MHz are a lot more similar than 4 and 5) 2019-01-24T10:34:47 -!- benishor [~benny@79.116.208.40] has joined ##stm32 2019-01-24T10:34:49 < Ecco> so the DFU bootloader is more prone to bad auto-detection 2019-01-24T10:34:53 < Ecco> (I've had this happen…) 2019-01-24T10:37:50 < jpa-> how do you know that it was what happened? 2019-01-24T10:38:08 < jpa-> seems quite difficult to debug 2019-01-24T10:39:58 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 250 seconds] 2019-01-24T10:40:00 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-24T10:40:01 < Ecco> It was really hard to debug 2019-01-24T10:40:22 < Ecco> 1/ Swapping MCUs between falty board and working one had the issue following the MCU 2019-01-24T10:40:24 -!- davor_ is now known as davor 2019-01-24T10:40:33 < Ecco> 2/ Device got enumerated but flashing failed quickly 2019-01-24T10:41:06 < Ecco> (so gave an idea about clock drift) 2019-01-24T10:41:22 < Ecco> 3/ Attached a debugger, peeked the PLL registers, found that auto-detection was off by 1 MHz 2019-01-24T10:41:41 < Ecco> 4/ Measured HSI with MCO pin, sure enough, it was off by 4% 2019-01-24T10:41:41 < jpa-> nice 2019-01-24T10:44:33 < Ecco> So as a safety measure, I'm considering using a smaller freq crystal 2019-01-24T10:44:47 < Ecco> Something like 25 MHz down to 16 or 8 2019-01-24T10:44:51 < Ecco> Maybe even 4? 2019-01-24T10:44:57 < Ecco> We're using a 3225 package 2019-01-24T10:45:03 < Ecco> would you guys have any recommendation? 2019-01-24T10:45:46 < jpa-> I've always just used 8MHz everywhere because that seems most common 2019-01-24T10:46:04 < qyx> I am using 3225 16MHz everywhere 2019-01-24T10:48:30 < Haohmaru> i think i also picked the 3225 SMD package 2019-01-24T10:49:44 < zyp> Ecco, what do you mean by safety measure? 2019-01-24T10:49:58 < zyp> oh, for auto detection 2019-01-24T10:50:42 < zyp> I've never worried about that, I'm always doing my own bootloader which knows the actual crystal value 2019-01-24T10:51:26 < Haohmaru> uh, shouldn't the bootloader use some internal clock source? 2019-01-24T10:51:37 < Haohmaru> if it's a generic one i mean 2019-01-24T10:51:40 < zyp> HSI isn't accurate enough for USB 2019-01-24T10:51:48 < Haohmaru> oh 2019-01-24T10:51:51 < Haohmaru> meeeh 2019-01-24T10:52:05 < zyp> except the new parts with HSI48/CRS, you need HSE for USB 2019-01-24T10:52:06 < Haohmaru> then ya gotta recompile teh bootloader i guess 2019-01-24T10:53:12 < zyp> personally I've always just went with 8 MHz out of habit, except one board where I had a 25 MHz crystal for the ethernet phy, so I used the same part for the mcu to save a BOM line 2019-01-24T10:53:13 < Haohmaru> my xmega bootloader (sorry) uses internal clock, doesn't matter if the frequency is quite off even 2019-01-24T10:53:38 < zyp> for usb? 2019-01-24T10:54:03 < Haohmaru> nah, for my devices (no USB there, just ethernetz) 2019-01-24T10:54:12 < zyp> uh 2019-01-24T10:54:26 < zyp> I don't assume you're doing ethernet without a crystal :p 2019-01-24T10:54:42 < Haohmaru> the w5500 deals with the ethernetz 2019-01-24T10:55:02 < Haohmaru> all communications before that are synchronous, so their crystals don't matter too much 2019-01-24T10:57:50 < jpa-> Haohmaru: stm32 bootloader also supports serial, spi etc. with internal oscillator, it's just USB that it needs HSE for 2019-01-24T10:59:27 < Haohmaru> i guess you can "try" to switch to an external crystal, and if it happens that there isn't one - you could detect that and switch to an internal clock? 2019-01-24T11:00:03 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 245 seconds] 2019-01-24T11:00:03 -!- Jak_o_Ombroj [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-24T11:03:13 < jpa-> Haohmaru: nah, on stm32 you can enable the external oscillator without switching over to it 2019-01-24T11:04:18 < Haohmaru> yes, but i mean.. there's a way to figure out if it's "usable" (what if it's not populated at all) without crashing or freezing the program.. 2019-01-24T11:04:23 < Haohmaru> right? 2019-01-24T11:04:57 < qyx> yes, you just enable it a check if it is enabled 2019-01-24T11:05:08 < Haohmaru> right 2019-01-24T11:05:19 < qyx> there is a HSEON and HSERDY or such 2019-01-24T11:05:40 < Haohmaru> but i guess, you maybe can't know it's frequency 2019-01-24T11:05:56 < qyx> there is also a clock recovery system for that purpose 2019-01-24T11:06:01 < qyx> and you can 2019-01-24T11:06:05 < Haohmaru> altho, even if you do, hardcoded stuff won't automagically update itself 2019-01-24T11:06:12 < qyx> because usually you have HSI16 or MSI or whatever 2019-01-24T11:06:23 < qyx> you can measure its freq using another osc 2019-01-24T11:06:30 < Haohmaru> nice 2019-01-24T11:06:40 < qyx> or with LSE 2019-01-24T11:09:36 -!- cnt [uid317556@gateway/web/irccloud.com/x-ggggcrkhjrrishyt] has joined ##stm32 2019-01-24T11:23:48 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-24T11:26:24 -!- sk_tandt [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-24T11:26:46 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-24T11:44:05 < rajkosto> my board is beautiful 2019-01-24T11:45:23 < srk> picz 2019-01-24T11:45:34 < srk> is there a cat on it? 2019-01-24T11:47:41 < rajkosto> no but it has 737 vias on it 2019-01-24T11:48:18 < Haohmaru> i have a pic.. 2019-01-24T11:48:24 < Haohmaru> 2019-01-24T11:48:42 < Haohmaru> ah no, wrong pic 2019-01-24T11:48:48 < Haohmaru> 2019-01-24T11:50:22 < rajkosto> jlcpcb.com stuk at 92% 2019-01-24T11:53:08 < Steffanx> Hm 2019-01-24T12:16:32 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-24T12:19:18 < cnt> cat 2019-01-24T12:19:26 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-24T12:19:26 -!- [1]MrMobius is now known as MrMobius 2019-01-24T12:24:45 < qyx> does via compare to sma? 2019-01-24T12:27:43 < Haohmaru> wut's this SMA thing?! 2019-01-24T12:28:53 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-24T12:29:47 < jpa-> Haohmaru: https://drive.google.com/file/d/0B2GcdpJiNGfKY2wxWGk3VmhER1E/view 2019-01-24T12:30:32 < Haohmaru> O_O 2019-01-24T12:30:59 < Haohmaru> brain tumor generator 2019-01-24T12:56:23 < rajkosto> i made dis https://images.sshnuke.net/2019-01-24_11-56-20_b88Cjwtln.png 2019-01-24T12:58:27 < karlp> "marking" ?! I thought you were autisming on the text and logos in your models 2019-01-24T12:58:33 < rajkosto> is wurth model 2019-01-24T12:58:50 < Haohmaru> so it's not wurth it to autism on it 2019-01-24T12:58:56 < Haohmaru> kewl board 2019-01-24T12:59:01 < kakimir> SMA mentioned 2019-01-24T12:59:09 * Haohmaru hides 2019-01-24T12:59:15 < rajkosto> karlp, notice i autism drew the little circles inside the inductor tho 2019-01-24T12:59:39 < rajkosto> https://images.sshnuke.net/2019-01-24_11-59-36_lWhaUesjR.png totally unnecessary 2019-01-24T12:59:49 < kakimir> I remember my foolish boy years.. just playing with SMAs in my designs 2019-01-24T12:59:59 < Haohmaru> that's against IPC law 2019-01-24T13:00:07 * Haohmaru calls the IPC police 2019-01-24T13:00:14 < rajkosto> inter planetary core ? 2019-01-24T13:00:32 < Haohmaru> nah, i forgot wut it meant 2019-01-24T13:00:41 < Haohmaru> doesn't matter boi, ur going to jail 2019-01-24T13:01:34 < qyx> what are those resistors connecting gnd with gnd 2019-01-24T13:01:50 < rajkosto> RDx ? 2019-01-24T13:02:01 < qyx> no RS 2019-01-24T13:02:04 < rajkosto> its for seeing if drains connected together vs not gives better results 2019-01-24T13:02:08 < rajkosto> those are shunt resistors for current monitoring 2019-01-24T13:02:09 < rajkosto> beef cake 2019-01-24T13:02:16 < qyx> no 2019-01-24T13:02:30 < qyx> the unmarked ones 2019-01-24T13:02:46 < Haohmaru> above the SOIC? 2019-01-24T13:02:54 < rajkosto> i just do that cuz i have autism and its a dual layer 2019-01-24T13:03:13 < rajkosto> see if connecting a fat piece of metal there helps SI 2019-01-24T13:03:35 < rajkosto> usually left unpopulated 2019-01-24T13:03:48 < rajkosto> free ground test points 2019-01-24T13:04:36 < karlp> did someone say "smas spotted"? https://www.latticesemi.com/-/media/LatticeSemi/Images/ProductImages/DevelopmentKitsAndBoards/MachXO3LBreakoutBoard/MachXO3LSMABreakoutBoardTopView.ashx 2019-01-24T13:05:02 < Haohmaru> wut is dis madness?!!? 2019-01-24T13:05:34 < rajkosto> every high speed capable signal output to a sma 2019-01-24T13:05:47 < Steffanx> You really want to have those tiny buttons so close to a connector and each other rajkosto? 2019-01-24T13:05:50 < qyx> does kakimir work at lattice? 2019-01-24T13:05:58 < rajkosto> to each other is intentional 2019-01-24T13:06:09 < rajkosto> theyre not that close to connector 2019-01-24T13:06:17 < rajkosto> ill likely never use them 2019-01-24T13:06:31 < rajkosto> but if its ever stuck in a state where i need to reset to bootloader before jtag works properly 2019-01-24T13:06:35 < rajkosto> fat finger both buttons 2019-01-24T13:06:36 < Steffanx> Lolol karlp. I think you found kakimir's latest project 2019-01-24T13:08:59 < kakimir> I see I have future in laticesemi 2019-01-24T13:09:27 < kakimir> I should send them my board 2019-01-24T13:09:38 < Haohmaru> you need to make your own company kakisemi 2019-01-24T13:10:10 < Haohmaru> or kakiconductors incorporated 2019-01-24T13:10:45 < rajkosto> https://clips.twitch.tv/ShakingSparklyDiscVoteNay 2019-01-24T13:12:51 < kakimir> that latice board has matched pairs 2019-01-24T13:13:11 < kakimir> also maybe matched lenghts for every pair 2019-01-24T13:13:18 < kakimir> between pairs 2019-01-24T13:15:14 < kakimir> that is beyond my level 2019-01-24T13:16:17 < Haohmaru> aww 2019-01-24T13:16:48 < kakimir> I don't like the board visually 2019-01-24T13:17:13 < kakimir> it lacks the funk 2019-01-24T13:17:37 < Haohmaru> yeah, there's no groove in it 2019-01-24T13:18:19 < kakimir> yes 2019-01-24T13:21:35 < kakimir> https://drive.google.com/file/d/0B2GcdpJiNGfKdUtOa0tXd0J1ekE/view?usp=drivesdk 2019-01-24T13:21:59 < kakimir> it's all about patterns 2019-01-24T13:25:01 < kakimir> I have obsession about visual pattern 2019-01-24T13:29:53 < karlp> speaking of lattice love: green(red) wire in product photos! https://eu.mouser.com/images/lattice/lrg/MICROSD-ADP-EVN_SPL.jpg 2019-01-24T13:34:59 < kakimir> half a litre of coffee 2019-01-24T13:35:09 < kakimir> now I feel like I'm awake 2019-01-24T13:35:34 < kakimir> I'm comming around 2019-01-24T13:37:38 < kakimir> spurdo spärdes! 2019-01-24T13:43:01 < kakimir> wow tommorrow is last day to get this pcb in 2019-01-24T13:43:15 < kakimir> note: chinese new year 2019-01-24T13:46:48 < Haohmaru> uh oh 2019-01-24T13:46:54 < Haohmaru> MOAR COFFEE 2019-01-24T13:47:16 * Haohmaru drowns kakimir in a swimming pool filled with coffee 2019-01-24T13:53:52 * kakimir drinks it all 2019-01-24T13:54:10 < Haohmaru> gud sponge 2019-01-24T13:54:38 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Ping timeout: 245 seconds] 2019-01-24T13:54:58 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-24T14:02:13 -!- n0facemen [~androirc@195.64.208.249] has joined ##stm32 2019-01-24T14:03:52 < n0facemen> Hello! :) 2019-01-24T14:04:09 < Haohmaru> hai 2019-01-24T14:09:30 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Ping timeout: 252 seconds] 2019-01-24T14:16:11 < kakimir> maybe I should remove copper fill in internal layers under mcu EP 2019-01-24T14:16:17 < kakimir> leave only top and bottom 2019-01-24T14:16:24 < kakimir> I have vias there 2019-01-24T14:16:46 < kakimir> maybe it could help soldering it 2019-01-24T14:17:25 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 246 seconds] 2019-01-24T14:23:05 < zyp> sounds stupid 2019-01-24T14:23:55 < zyp> if you're having problems soldering it, fix your technique/equipment, not the design 2019-01-24T14:24:41 < Haohmaru> boil teh board before baking it 2019-01-24T14:24:53 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-24T14:25:34 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-24T14:26:03 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Client Quit] 2019-01-24T14:26:15 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-24T14:28:38 -!- sk_tandt [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 272 seconds] 2019-01-24T14:29:17 < rajkosto> kakimir, what service has last day tomorrow 2019-01-24T14:30:27 < kakimir> pcb 4layer normal schedule 2019-01-24T14:30:52 < rajkosto> what site 2019-01-24T14:32:35 < Haohmaru> i got this from leapelectronic: "Please note that we will have the Spring Festival Holiday from 29th, January to 13th, February." 2019-01-24T14:33:12 < rajkosto> some have started not doing new orders since the 22nd 2019-01-24T14:34:24 < Haohmaru> i gotta try to finish like 2 or 3 boards till then so i can order them together and save on teh shipping price 2019-01-24T14:34:35 < rajkosto> uhh, they need to be done by the 29thg 2019-01-24T14:34:39 < kakimir> rajkosto: pcbway 2019-01-24T14:46:59 < Haohmaru> their motto could be "your PCBs are on their pcbWAY!" 2019-01-24T14:58:16 < rajkosto> hyuck hyuck 2019-01-24T15:07:58 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-24T15:12:43 -!- n0facemen [~androirc@195.64.208.249] has quit [Remote host closed the connection] 2019-01-24T15:15:53 -!- PeterM [~bgdwiepp@1.129.105.54] has quit [Ping timeout: 245 seconds] 2019-01-24T15:20:26 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-24T15:21:43 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 245 seconds] 2019-01-24T15:25:55 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-24T15:45:24 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-24T15:47:26 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-24T16:15:00 -!- con3 [~kvirc@154.119.40.228] has joined ##stm32 2019-01-24T16:17:30 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-24T16:20:53 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 245 seconds] 2019-01-24T16:20:59 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Client Quit] 2019-01-24T16:55:52 < karlp> I love how https://portal.office.com/servicestatus still says everything' 2019-01-24T16:55:55 < karlp> s A-OK! 2019-01-24T16:57:23 < qyx> no worky? 2019-01-24T16:57:30 < Steffanx> karlp got bitten by office365-1? 2019-01-24T16:57:41 < karlp> Steffanx: heh, yah. 2019-01-24T16:57:48 < karlp> been bsuted all day so far qyx 2019-01-24T16:58:00 < karlp> sharepoitn/excel stuff works, but no outlook 2019-01-24T16:58:56 < Steffanx> We use 365 for office et all, but self-hosted exchange 2019-01-24T17:00:30 < Thorn> https://support.jlcpcb.com/article/73-jlcpcb-spring-festival-holiday-schedule 2019-01-24T17:02:33 < Steffanx> Oh thanks. Means i have to hurry. 2019-01-24T17:02:59 < Steffanx> But since i work best with deadlines its a good thing :) 2019-01-24T17:06:17 < Thorn> lcsc is taking order until jan 30 iirc 2019-01-24T17:06:26 < Thorn> +s 2019-01-24T17:10:01 < Steffanx> And shipping them after 11febr.? 2019-01-24T17:10:50 -!- uramhoaH [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-24T17:11:11 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [Killed (rajaniemi.freenode.net (Nickname regained by services))] 2019-01-24T17:11:11 -!- uramhoaH is now known as Haohmaru 2019-01-24T17:11:20 < Steffanx> Hows the day Haohmaru 2019-01-24T17:11:29 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-24T17:11:43 < Thorn> nope I'm wrong you have to order before 7pm jan 27 2019-01-24T17:15:31 < Haohmaru> like x[n-1] 2019-01-24T17:16:16 < Thorn> it was your last day? 2019-01-24T17:16:28 < Haohmaru> uh.. no 2019-01-24T17:17:31 -!- con3 [~kvirc@154.119.40.228] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-24T17:22:47 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-24T17:29:45 < Steffanx> I dont remember what x[n] was. What to do Haohmaru 2019-01-24T17:30:34 < Haohmaru> x[n-1] is the previous sample 2019-01-24T17:31:07 < Steffanx> I meant x[n-1] indeed :P 2019-01-24T17:33:34 < Steffanx> Haohmaru: 1 Steffan con3 boB_K7IQ 2019-01-24T17:34:17 < Haohmaru> wut 2019-01-24T17:34:51 -!- ekaOlogik [~quassel@p5DC6BE1A.dip0.t-ipconnect.de] has joined ##stm32 2019-01-24T17:37:17 < Thorn> you have function flip(int k, int[] array) which reverses the first k elements of array, e.g. flip(3, [1,2,3,4,5]) -> [3,2,1,4,5]. write an array sort function using only flip() to mutate the array. 2019-01-24T17:37:59 < Haohmaru> wut is dis? homework?! 2019-01-24T17:38:40 < Thorn> lol no 2019-01-24T17:38:57 < Cracki> bubble sort is based on adjacent-element flips 2019-01-24T17:39:10 < Cracki> and if you aren't allowed to use slices, you're fucked anyway 2019-01-24T17:39:23 < Cracki> quicksort and mergesort are based on "slices" (in general) 2019-01-24T17:39:48 < Cracki> oh, still, this works too... 2019-01-24T17:39:53 < Cracki> it feels like towers of hanoi 2019-01-24T17:40:16 < Haohmaru> this is gonna be an inefficient sort 2019-01-24T17:40:26 < Cracki> you have the flipper, with which you can pick up the "last" element and pull it down into first position 2019-01-24T17:41:53 < Cracki> one iteration: for w = n downto 2: if x[0] > x[w-1] then flip(w, array) 2019-01-24T17:42:24 < Cracki> can't do it upwards because the middle section gets flipped all the time 2019-01-24T17:45:01 < Steffanx> Lol sorry Haohmaru, cat on keyboard talk. 2019-01-24T17:45:53 < Haohmaru> 2019-01-24T17:46:07 < Steffanx> A valid one. 2019-01-24T17:46:17 < Cracki> that flip() can be understood to flip x[0] and x[w-1], to hell with anything in between. there you have bubblesort now. just make sure the loop counting direction is ok 2019-01-24T17:46:26 < Thorn> next time the cat will learn how to /ban 2019-01-24T17:46:39 < Steffanx> It was actually phone hands unlocked talk, but.. the result is the same :P 2019-01-24T17:52:16 -!- con3 [~kvirc@154.119.40.228] has joined ##stm32 2019-01-24T17:55:38 < dongs> d o n g s 2019-01-24T17:56:11 < con3> c u b e 2019-01-24T17:56:33 < dongs> t i m e c u b e 2019-01-24T17:57:04 < Haohmaru> o m g w t f b o o m 2019-01-24T17:57:28 * con3 throws grenade 2019-01-24T18:05:08 < Cracki> want a grenade? https://www.citylab.com/transportation/2015/09/why-are-little-kids-in-japan-so-independent/407590/ 2019-01-24T18:06:20 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-24T18:09:11 -!- con3 [~kvirc@154.119.40.228] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-24T18:16:54 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-24T18:44:09 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-24T18:52:43 < zyp> one of the things that's convenient about ikea is that I have a warehouse like 40 km away, so it's easy to head over and pick up shit I need whenever 2019-01-24T18:53:29 < zyp> but for some reason, they don't stock the kitchen bases in black 2019-01-24T18:54:50 < zyp> shit they don't stock can be ordered for pickup for free though, so I ordered three tall bases a couple of weeks ago 2019-01-24T18:55:20 < zyp> originally they were supposed to arrive on the 17th, then I got a message saying they were delayed until 25th, then 29th, then 11th of february 2019-01-24T18:56:08 < zyp> apparently that shit is almost not in stock at any warehouses in norway either 2019-01-24T18:56:19 < zyp> turns out in denmark it is 2019-01-24T18:56:50 < zyp> so now I've rented a van for tomorrow, bought ferry tickets, and are going to head over to denmark to pick them up 2019-01-24T18:57:16 < zyp> also turns out that they are cheaper enough in denmark that the rental van and the ferry tickets pays for itself by doing that 2019-01-24T18:59:32 < Cracki> lol 2019-01-24T18:59:43 < Cracki> did you call ahead to reserve what you want? 2019-01-24T19:00:14 < zyp> not yet 2019-01-24T19:00:27 < Thorn> PSLV-DL rocket / Microsat-R T - 40 min https://www.youtube.com/watch?v=8WQoDy9QPDo 2019-01-24T19:00:58 < zyp> they have this click&collect service, but it seems to cost extra and the form asks me for a danish address 2019-01-24T19:01:06 < zyp> doesn't seem worthwhile to dick around with 2019-01-24T19:01:26 < zyp> if they sell out at the Aalborg warehouse I have time enough to drive down to Aarhus instead 2019-01-24T19:01:29 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-24T19:08:43 < Cracki> good point 2019-01-24T19:09:25 < Cracki> aal-, aar-, they sorted their towns alphabetically from top to bottom 2019-01-24T19:10:38 -!- sync [~sync@sync-hv.de] has joined ##stm32 2019-01-24T19:18:03 < zyp> :) 2019-01-24T19:19:02 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-24T19:23:39 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-24T19:34:18 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 244 seconds] 2019-01-24T19:39:19 -!- cnt [uid317556@gateway/web/irccloud.com/x-ggggcrkhjrrishyt] has quit [Quit: Connection closed for inactivity] 2019-01-24T19:39:19 < zyp> made a shopping list now for the stuff I'm planning to pick up tomorrow, price difference is like 240€ 2019-01-24T19:39:20 < Cracki> clown country bans CHEESE TOASTIES https://pbs.twimg.com/media/DxsU23BXgAAMjPg.jpg:orig 2019-01-24T19:39:41 < zyp> some of the parts I need are cheaper in norway, so I'll naturally not buy them in .dk 2019-01-24T19:39:49 < Cracki> so... 240 saved on the wares, and free to spend on transportation 2019-01-24T19:39:56 < zyp> yeah 2019-01-24T19:40:24 < zyp> I think I paid around 140 for the van and ferry tickets 2019-01-24T19:40:30 < Cracki> I wonder how they arrive at these price differences 2019-01-24T19:40:46 < zyp> and I'd needed to rent a van to pick up the stuff either way 2019-01-24T19:40:53 < Cracki> it's not like materials and production costs any more or less 2019-01-24T19:40:58 < zyp> true 2019-01-24T19:41:05 < zyp> just varying margins, I assume 2019-01-24T19:41:43 < bitmask> silicone sheet comes tomorrow, hopefully its thin enough to make a comfortable heating panel 2019-01-24T19:42:30 < zyp> one of the products almost seems to be wrongly priced in norway, it's 27€ in .dk and 87€ in .no 2019-01-24T19:44:41 < Cracki> maybe they switched particle board for card board 2019-01-24T19:44:58 < Cracki> or... new models, and old are on sale ¯\_(ツ)_/¯ 2019-01-24T19:45:14 < zyp> no, exactly same product 2019-01-24T19:46:47 < Cracki> now's the time to compare the price of bread or some other indicator between countries 2019-01-24T19:46:55 < englishman> what can you bring down to Denmark to make even more scratch 2019-01-24T19:47:04 < englishman> no sense driving an empty van 2019-01-24T19:48:51 < emeb> So here's a funny story: trying to build a little F042 project to do USB->SPI (to stand in for an FT2232 in an FPGA application) 2019-01-24T19:49:16 < emeb> built up my own little C project for that using HAL + USB Device stuff supplied by ST 2019-01-24T19:49:33 < zyp> englishman, haha, didn't even think about that 2019-01-24T19:49:39 < emeb> Got it all compiling last night and when hooked to a host the descriptor is all mangled. 2019-01-24T19:49:56 < zyp> englishman, by the way, I hear we have a bigger moose than you 2019-01-24T19:50:11 < englishman> I've also been hearing about that nonstop 2019-01-24T19:50:16 < emeb> after much banging on it discovered that it was the GCC optimization level of -O3 that was causing problem. 2019-01-24T19:50:24 < englishman> yours is also the t1000 model apparently 2019-01-24T19:50:57 < emeb> -O0 thru -O2 works fine though so *shrug* 2019-01-24T19:51:52 < zyp> emeb, then it's one out of two 2019-01-24T19:52:01 < zyp> either there's a bug in one of the optimizer steps 2019-01-24T19:52:03 < englishman> does it work in keil -03 2019-01-24T19:52:37 < emeb> don't have keil 2019-01-24T19:52:38 < zyp> or you're making assumptions about some undefined behavior that one of the optimizer steps throws out 2019-01-24T19:52:53 < emeb> zyp: this is all ST codes. None of mine 2019-01-24T19:53:01 < zyp> optimization dependant bugs are usually the latter 2019-01-24T19:53:02 < emeb> (all auto generated from CubeMX) 2019-01-24T19:53:06 < zyp> well 2019-01-24T19:53:12 < zyp> that doesn't mean it's bug-free :) 2019-01-24T19:53:25 < emeb> So I assume ST has some undefined expectations in their stuff. 2019-01-24T19:57:58 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:44ba:5784:3188:93e] has joined ##stm32 2019-01-24T20:04:06 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [] 2019-01-24T20:05:04 < ds2> ~ 2019-01-24T20:05:47 < jpa-> so has anyone tried this yet? https://github.com/ARMmbed/littlefs 2019-01-24T20:09:33 < qyx> I am about to 2019-01-24T20:09:42 < kakimir> is there anything fail safe in fatfs? 2019-01-24T20:09:47 < qyx> no 2019-01-24T20:09:59 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-24T20:09:59 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-24T20:10:23 < qyx> jpa-: I tried spifs, the other alternative was littlefs 2019-01-24T20:10:28 < qyx> *spiffs 2019-01-24T20:12:14 < kakimir> I need some spiffs 2019-01-24T20:13:57 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Client Quit] 2019-01-24T20:14:08 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-24T20:28:56 < jpa-> qyx: yeah, according to some benchmarks littlefs is a lot faster 2019-01-24T20:29:12 < jpa-> https://github.com/RIOT-OS/RIOT/pull/8316 2019-01-24T20:30:23 < BrainDamage> yifffs 2019-01-24T20:30:57 < qyx> I am not much into speed 2019-01-24T20:31:16 < qyx> I would rather want consistency 2019-01-24T20:38:21 < malinus> < qyx> I am not much into speed 2019-01-24T20:38:47 < malinus> said no one working with RT, ever. 2019-01-24T20:39:12 < srk> :D lol 2019-01-24T21:02:57 < aandrew> wow OES in London, ON had a decent facility 2019-01-24T21:03:28 < aandrew> simatic ASM machines, full mechanical design/assembly factory in the next building, etc. 2019-01-24T21:04:22 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:44ba:5784:3188:93e] has quit [Quit: Konversation terminated!] 2019-01-24T21:08:22 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-24T22:00:12 < kakimir> wow neighbours have weed 2019-01-24T22:00:27 < kakimir> I can tell from laughter 2019-01-24T22:00:58 < Steffanx> Join em. 2019-01-24T22:01:07 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-24T22:01:09 < kakimir> I don't know them 2019-01-24T22:01:20 < Steffanx> yet. 2019-01-24T22:01:42 < rajkosto> whats the deal with 3225/3215 crystals why use 4p instead of 2p, why some 4p have metal casing some are black 2019-01-24T22:02:41 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2019-01-24T22:02:58 < jpa-> don't be a crystal racist 2019-01-24T22:04:08 < Steffanx> Welcome jpa- . hows the day today? 2019-01-24T22:08:37 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-24T22:09:07 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 240 seconds] 2019-01-24T22:31:42 -!- ekaOlogik [~quassel@p5DC6BE1A.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 2019-01-24T22:53:44 -!- cnt [uid317556@gateway/web/irccloud.com/x-nhocpzkugfodtruh] has joined ##stm32 2019-01-24T22:57:18 < cnt> is he here? 2019-01-24T22:58:02 < qyx> yes 2019-01-24T22:58:38 < cnt> thank you 2019-01-24T23:03:38 < qyx> he's pumping lowlands in .nl 2019-01-24T23:05:27 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:3c75:497c:d02:3278] has joined ##stm32 2019-01-24T23:07:21 < Steffanx> Damn did stvn/crt move to .nl? 2019-01-24T23:07:34 < zyp> cool 2019-01-24T23:07:41 < Cracki> Rajko, must have something to do with parasitic properties. a while ago I saw some info on stuff like this, where they have >2pin footprints for L and C too 2019-01-24T23:07:42 < zyp> I'll have to stop by next time 2019-01-24T23:08:03 < Cracki> or... power pins 2019-01-24T23:08:32 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-24T23:09:47 < Cracki> I see some stuff online, not sure what to make of it, but it has gnd,vcc,output, output enable (!) 2019-01-24T23:10:28 -!- sterna [~Adium@c-2db8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-24T23:10:39 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-24T23:10:44 < Cracki> so... 2p is just crystal and needs circuitry around it, 4p might generate a nice square wave all on its own 2019-01-24T23:11:29 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2019-01-24T23:12:41 < zyp> Cracki, what are you talking about? are you mixing up crystals and crystal oscillators? 2019-01-24T23:13:06 < Cracki> _he_ is talking about something, what it is or could be is the question 2019-01-24T23:13:46 < zyp> plain crystals come in both 2 and 4-pin packages, the latter seems more common 2019-01-24T23:14:07 < Cracki> so my first comment is probably wrong, but I wouldn't be surprised by crystals with 4p 2019-01-24T23:14:14 < zyp> the 4-pin ones have two unused pins that you normally either ground or leave floting 2019-01-24T23:14:44 < Cracki> what's the point 2019-01-24T23:14:47 < zyp> and then you have crystal oscillators, which come in similar packages to the 4-pin crystals, and as you say do output a square wave on their own 2019-01-24T23:15:02 < zyp> point of the 4-pin ones? probably mechanical stability 2019-01-24T23:15:32 < zyp> one pad in each corner attaches better than just one on each end 2019-01-24T23:17:06 < Rajko> Cracki, those are explicitly called oscillators 2019-01-24T23:17:16 < Rajko> and are way larger/more expensive 2019-01-24T23:17:28 < Cracki> then it's simple 2019-01-24T23:18:13 < Rajko> its still that some 3225-4P have metal case (and its connected to the 2 other pins) but some have black case and the 2 other pins are unconnected 2019-01-24T23:18:15 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:3c75:497c:d02:3278] has quit [Remote host closed the connection] 2019-01-24T23:19:20 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:ac94:5fc4:66d:1538] has joined ##stm32 2019-01-24T23:39:15 < Steffanx> Some have a black case the other 2 pins are connected :P 2019-01-24T23:39:23 < Steffanx> Its good to stay connected 2019-01-24T23:40:38 < jadew> anyone knows a cad like drawing program? 2019-01-24T23:40:53 < jadew> I'm making a label and I want to add some constraints 2019-01-24T23:41:55 < BrainDamage> ipe 2019-01-24T23:42:34 < jadew> BrainDamage, that looks very basic 2019-01-24T23:43:02 < jadew> I'll look for a video 2019-01-24T23:43:06 < jadew> maybe it can do what I want 2019-01-24T23:43:25 < qyx> cad like drawing? 2019-01-24T23:43:29 < qyx> did you try inkscape? 2019-01-24T23:44:08 < jadew> qyx, yeah, I'm using inkscape, but I don't know how to to tell it that I want an arrow to be exactly the same distance from the edge as the arrow on the other side 2019-01-24T23:44:29 < qyx> did you try "align" toolbar? 2019-01-24T23:45:03 < qyx> select multiple, object->align and distribute 2019-01-24T23:45:05 < BrainDamage> it's not basic at all 2019-01-24T23:45:51 < jadew> qyx, I've used that feature before, but I don't see how I could achieve this 2019-01-24T23:46:02 < jadew> BrainDamage, I'll give it a try 2019-01-24T23:46:02 -!- invzim [~perole@2a02:7b40:d418:6708::1] has quit [Remote host closed the connection] 2019-01-24T23:46:18 < qyx> idk what you want to achieve exactly 2019-01-24T23:46:46 < jadew> qyx, I want two objects on opposite sides of the page to be exactly the same distance from their respective edge of the page 2019-01-24T23:47:00 < jadew> eventually, I'd like the ability to enter that distance manually 2019-01-24T23:47:31 < jadew> BrainDamage, yep, youtube says it's not 2019-01-24T23:47:33 < jadew> it looks nice 2019-01-24T23:47:34 < jadew> thanks 2019-01-24T23:47:56 < qyx> I'll just do some group¢er 2019-01-24T23:48:12 < qyx> but I don't know how to apply that to page borders actually 2019-01-24T23:48:19 < jadew> qyx, that would work too, thanks for the tip 2019-01-24T23:49:08 < jadew> it worked 2019-01-24T23:49:35 < jadew> but now I want text to be the same distance from the objects :P 2019-01-24T23:49:42 < jadew> I'll give ipx a try too and see how it goes 2019-01-24T23:50:24 < jadew> ipe 2019-01-24T23:51:16 < jadew> BrainDamage, I take it you know about it because of the LaTeX capability? 2019-01-24T23:51:25 < BrainDamage> yup 2019-01-24T23:56:55 < Steffanx> Use a CAD to and dont go 3D jadew? :p 2019-01-24T23:57:00 < Steffanx> Tool* 2019-01-24T23:57:52 < jadew> I would but I have other graphics too and Fusion doesn't deal that well with that --- Day changed Fri Jan 25 2019 2019-01-25T00:07:25 -!- sterna [~Adium@c-2db8d954.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-25T00:41:56 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 240 seconds] 2019-01-25T00:42:50 -!- davor [~davor@unaffiliated/davor] has joined ##stm32 2019-01-25T00:53:04 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Quit: Leaving] 2019-01-25T00:53:12 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-25T00:53:38 < rajkosto> really need to get one of those resistor/capacitor books 2019-01-25T00:55:13 < englishman> be sure to read them discretely 2019-01-25T00:56:20 < rajkosto> the clock on lcsc and jlcpcb shows local time for me instead of GMT+8 as it should 2019-01-25T00:56:25 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-25T00:59:20 < Cracki> your local time? is it different from the gmt+8 you want? 2019-01-25T00:59:50 < Cracki> according to my sources, you're gmt+1 2019-01-25T01:00:26 < rajkosto> https://images.sshnuke.net/2019-01-25_00-00-18_2pwOxy2hO.png its either broken or confusing 2019-01-25T01:00:38 < rajkosto> as its not 00:00:13 GMT+8 2019-01-25T01:00:43 < rajkosto> its 00:00:13 my local time which is GMT+1 2019-01-25T01:07:37 < rajkosto> can never tell if i ordered all the components i need and if ill have everything when it arrives in like a month 2019-01-25T01:10:02 < Cracki> lol 2019-01-25T01:10:03 < Cracki> weird 2019-01-25T01:10:56 < Cracki> maybe their javascript is fucked and they only test it with local tz == set tz 2019-01-25T01:11:32 < Cracki> Oo it says gmt+8 for me too... but time is local time 2019-01-25T01:46:24 < mawk> the problem is javascript 2019-01-25T01:53:39 < Thorn> yes lcsc time zone is wrong 2019-01-25T01:53:49 < Thorn> as displayed 2019-01-25T01:55:58 < Cracki> wow. vegans barbeque a dog in the street to promote veganism 2019-01-25T01:56:26 < Cracki> I actually think they thought that through. they just had no luck with their diminished brain capacity. 2019-01-25T02:02:37 < mawk> barbecue, barbaque 2019-01-25T02:02:40 < mawk> sounds like the same word 2019-01-25T02:02:48 < mawk> barbaque means meat in argotic french 2019-01-25T02:15:45 < aandrew> alright. what else do I want from digikey 2019-01-25T02:19:22 < ds2> a half dozen beaglebones? :D 2019-01-25T02:19:56 < ds2> or a few reels of some random F4's? ;) 2019-01-25T02:19:57 < aandrew> no Im' already $450 in 2019-01-25T02:20:08 < aandrew> don't need to make the $100 free shipping 2019-01-25T02:20:18 < aandrew> I shudder when I look to see how much I've spent there over the years 2019-01-25T02:20:18 < ds2> what country are you in? 2019-01-25T02:20:21 < aandrew> canada 2019-01-25T02:20:32 < ds2> GRRRRRR apparently no $100 free shipping for US 2019-01-25T02:20:39 < aandrew> digikey fucks the us 2019-01-25T02:20:41 < aandrew> I don't know why 2019-01-25T02:20:57 < aandrew> even without free shipping, my shipping rate is always $8 and is always overnight 2019-01-25T02:21:01 < ds2> should do the reverse - ship it to a border city and pick it up in person ;) 2019-01-25T02:21:13 -!- cnt [uid317556@gateway/web/irccloud.com/x-nhocpzkugfodtruh] has quit [Quit: Connection closed for inactivity] 2019-01-25T02:22:28 < Thorn> attn Steffanx https://twitter.com/Alex_Parker/status/1088545622045720576 2019-01-25T02:39:54 < specing> aandrew: jsut order from arrow? free shipping, free shipping everywhere 2019-01-25T02:40:41 < ds2> arrow's web UI is a major PITA 2019-01-25T02:40:51 < ds2> and they like spamming you afterwards 2019-01-25T02:42:13 < aandrew> yeah not a fan of arrow 2019-01-25T02:42:22 < aandrew> verical isn't bad, but that's jsut arrow 2019-01-25T02:42:28 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-25T02:44:48 < ds2> but then digikey has in the last year crippled their UI 2019-01-25T02:45:07 < ds2> their website is getting to be a major PITA that burns your CPU 2019-01-25T02:45:14 < ds2> (and data plan if you are mobile) 2019-01-25T02:45:21 < specing> ds2: spamming with what? 2019-01-25T02:45:36 < specing> I don't seem to be getting much email from them 2019-01-25T02:46:15 < specing> or maybe that is because I am from EU and they are afraid of the mighty GDPR? 2019-01-25T02:46:47 < Thorn> https://mobile.twitter.com/danslimmon/status/1087730579322400771 2019-01-25T02:47:22 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-25T02:47:36 < ds2> specing: Emails from sales rep asking "if you provide XYZ we can look into discounts...." or offering other serivces 2019-01-25T02:48:19 < ds2> specing: I consider none of the suppliers business what I am building. I'll shop around to get pricing I like 2019-01-25T02:48:38 < ds2> I have even gotten offers, let's set up a meeting and talk about how we can help you 2019-01-25T02:48:40 < aandrew> ds2: why not let them help 2019-01-25T02:48:49 < aandrew> here's my BOM, what can you do for qty 100 2019-01-25T02:49:09 < ds2> aandrew: I did that and they wasted my time - bottom line, oh we can't do anything about that 2019-01-25T02:49:22 < ds2> they even admitted they work on commission and that wasn't worth their time 2019-01-25T02:49:25 < aandrew> I dunno, I don't think it hurts 2019-01-25T02:51:35 < ds2> I got better things to do like getting my design to work 2019-01-25T02:51:52 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:ac94:5fc4:66d:1538] has quit [Quit: Konversation terminated!] 2019-01-25T03:24:00 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has left ##stm32 [] 2019-01-25T03:26:34 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-25T03:48:23 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 245 seconds] 2019-01-25T03:59:58 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-25T04:01:01 < rajkosto> is oshpark subject to the chinese holidays ? 2019-01-25T04:03:22 < Rickta59> no 2019-01-25T04:04:07 < Rickta59> "OSH Park is a community printed circuit board (PCB) order that brings you high quality, lead-free boards which are manufactured in the United States and shipped for free to anywhere in the world." 2019-01-25T04:25:18 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-25T04:46:58 -!- gsi_ [~gsisig@x4db9ab58.dyn.telefonica.de] has joined ##stm32 2019-01-25T04:47:55 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-25T04:50:07 -!- gsi__ [~gsisig@x4db39d64.dyn.telefonica.de] has quit [Ping timeout: 245 seconds] 2019-01-25T05:37:41 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-25T05:37:48 < englishman> digikey is fucking great 2019-01-25T05:37:55 < englishman> still the best parametric search by far 2019-01-25T05:38:06 < aandrew> yep 2019-01-25T05:38:07 < englishman> and excellent customer support, far beyond anyone else 2019-01-25T05:38:18 < englishman> arrow sucks cocks 2019-01-25T05:38:24 < aandrew> I just can't beleive that the americans have the worst shipping options 2019-01-25T05:38:26 < englishman> mauser hasn't even figured out how to suck cocks 2019-01-25T05:38:31 < aandrew> hahaha 2019-01-25T05:38:33 < aandrew> that is so true 2019-01-25T05:38:49 < aandrew> although the last few orders I have given them ahve been almost as good as digikey 2019-01-25T05:38:54 < aandrew> but their site/searchs ucks 2019-01-25T05:38:58 < englishman> yea 2019-01-25T05:39:21 < englishman> their shipping and packing is on par with digikey 2019-01-25T05:39:23 < englishman> and pricing is better 2019-01-25T05:41:35 < aandrew> yes their pricing is sometimes a good 15% better 2019-01-25T05:42:39 < ds2> mouser has a slightly different selection...very useful 2019-01-25T05:42:51 < ds2> like parts of Oki/Metcal irons 2019-01-25T05:43:08 < rajkosto> probably shouldnt trust the dimensions on this weird model, huh ? https://grabcad.com/library/oled-tft-0-96-inch-64x128-monochrome-i2c-1 2019-01-25T05:43:48 < rajkosto> heightmapped scanned textures :| 2019-01-25T05:44:20 < englishman> mouser has a bunch of crazy expensive shit too 2019-01-25T05:44:29 < englishman> like 50 megadixel cmos sensors 2019-01-25T05:44:30 < englishman> wtf 2019-01-25T05:44:48 < englishman> who the shit is going to buy that on mouser 2019-01-25T05:45:26 < englishman> looks like every one of those modules ive ever seen for the last 10 years raj 2019-01-25T05:47:28 < rajkosto> i need the "folded flex cable" dimensions to know exactly where to place the pads so it doesnt stick up or fall short 2019-01-25T05:51:33 < aandrew> short of buying one I wouldn't trust a random drawing 2019-01-25T05:51:37 < rajkosto> i have one 2019-01-25T05:51:53 < Cracki> can you show us it? 2019-01-25T05:51:54 < rajkosto> i smashed it but i have one 2019-01-25T05:52:14 < Cracki> show drawing or measure object, whatever works :P 2019-01-25T05:52:36 < rajkosto> probably best to just copy their pcb 2019-01-25T05:52:40 < rajkosto> incl slot 2019-01-25T05:52:48 < rajkosto> which means i gotta desolder the cable from it 2019-01-25T05:56:32 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 250 seconds] 2019-01-25T05:59:19 < aandrew> hot air would have done that easily 2019-01-25T05:59:25 < rajkosto> melt 2019-01-25T05:59:34 < aandrew> don't crank it so high 2019-01-25T05:59:38 < rajkosto> aint got no settings 2019-01-25T05:59:46 < aandrew> maybe get better equipment 2019-01-25T05:59:51 < rajkosto> aint got no money 2019-01-25T05:59:56 < rajkosto> its fine i desodlered it 2019-01-25T06:01:15 -!- PeterM [~bgdwiepp@1.129.105.235] has joined ##stm32 2019-01-25T06:01:51 < englishman> innovate and sell shit to retards 2019-01-25T06:01:56 < englishman> = money 2019-01-25T06:05:53 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 245 seconds] 2019-01-25T06:15:29 -!- fc5dc9d4_ [~quassel@p5B08117C.dip0.t-ipconnect.de] has joined ##stm32 2019-01-25T06:16:27 < rajkosto> how edit stlprt without solidworks 2019-01-25T06:19:27 -!- fc5dc9d4 [~quassel@p5B0815C1.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2019-01-25T06:22:48 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2019-01-25T06:22:55 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-25T06:25:00 < Cracki> uh, got any other commercial program that could import this? 2019-01-25T06:25:15 < Cracki> srsly people always need to upload step and stl files too 2019-01-25T06:27:07 < rajkosto> no i actually need to edit it 2019-01-25T06:27:11 < rajkosto> i need just the display and ribbon 2019-01-25T06:27:11 < rajkosto> not the pcb 2019-01-25T06:33:01 < rajkosto> opening step files in freecad etc just shows one "thing" even though you can select sub-things i dont know how to delete them 2019-01-25T06:37:08 -!- benishor [~benny@79.116.208.40] has quit [Ping timeout: 245 seconds] 2019-01-25T07:00:48 < Cracki> grab autodesk inventor. they hand that out free to anyone who has a university email address 2019-01-25T07:01:34 < Cracki> oh, have a grabcad acc... 2019-01-25T07:02:16 < Cracki> I'm gonna see what I can do 2019-01-25T07:04:40 < rajkosto> https://ae01.alicdn.com/kf/HTB1zmcsbfuSBuNkHFqDq6xfhVXad.jpg 2019-01-25T07:05:06 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-25T07:12:57 < Cracki> file's all russian 2019-01-25T07:12:59 < Cracki> awesome 2019-01-25T07:13:04 < Cracki> the flex is a sweep 2019-01-25T07:13:23 < rajkosto> cant altium actually make flex pcb better than this 2019-01-25T07:17:55 < rajkosto> https://ae01.alicdn.com/kf/HTB10id8KXmWBuNjSspdq6zugXXaf.jpg 2019-01-25T07:17:59 < rajkosto> Great it. 2019-01-25T07:26:29 < Cracki> ok so I managed to trim the PCB off that solidworks file... but now it's inventor and I don't know if that helps you at all 2019-01-25T07:27:34 < rajkosto> yes some tools let you import step and solidworks but not as a "part" but as a generic 3d model 2019-01-25T07:27:41 < rajkosto> which then cant be used as step/solidworks 2019-01-25T07:27:49 < rajkosto> meshlab does this for stl 2019-01-25T07:27:53 < rajkosto> unusable 2019-01-25T07:28:43 < Cracki> the flex part of the model appears to match that alicdn drawing 2019-01-25T07:37:25 < rajkosto> it shattered beautifully 2019-01-25T07:39:26 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 240 seconds] 2019-01-25T07:39:28 < rajkosto> easiest way to make flex step model would probably be to use altium rigid-flex layers feature then export step 2019-01-25T07:39:29 < rajkosto> https://www.altium.com/documentation/15.1/display/ADES/((Rigid-Flex+Design))_AD 2019-01-25T07:40:32 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-25T07:42:10 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-25T07:45:43 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2019-01-25T07:45:44 -!- day_ is now known as day 2019-01-25T08:02:56 -!- wooosaiiii [~woo@cpe-90-157-180-95.static.amis.net] has joined ##stm32 2019-01-25T08:07:37 -!- wooosaiiii is now known as wosaiii 2019-01-25T08:07:54 -!- wosaiii is now known as wooosaiii 2019-01-25T08:08:03 -!- wooosaiii is now known as wooosaii 2019-01-25T08:08:17 -!- wooosaii is now known as wooosaiiii 2019-01-25T08:18:48 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 245 seconds] 2019-01-25T08:35:46 -!- cnt [uid317556@gateway/web/irccloud.com/x-nccmxvvnitfbcwan] has joined ##stm32 2019-01-25T08:37:47 < cnt> Fuck my ars 2019-01-25T08:42:22 < ds2> blah 2019-01-25T08:45:17 < cnt> Fine. 2019-01-25T08:46:16 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-25T08:52:01 -!- sterna [~Adium@c-6bb8d954.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-25T09:02:29 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-25T09:04:37 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-25T09:06:53 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-25T09:22:43 -!- gnom [~aleksande@178.150.7.153] has quit [Remote host closed the connection] 2019-01-25T09:37:04 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2019-01-25T09:41:10 -!- sterna [~Adium@c-6bb8d954.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-25T09:47:06 < kakimir> my pcb "PCB houses hate this customer because of small trick.. see photos" 2019-01-25T09:48:52 < kakimir> should I maybe add some vias to the edge of the board? 2019-01-25T09:49:12 < kakimir> so that those copper planes are not flapping around in the breeze 2019-01-25T09:49:17 < Haohmaru> i don't understand whut you're talking about 2019-01-25T09:49:27 < Haohmaru> was there a picture? 2019-01-25T09:52:04 < kakimir> https://drive.google.com/file/d/1-JJaavAUSFc8FC3C0bpfiVBcty7GqWGW/view?usp=drivesdk 2019-01-25T09:52:06 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-25T09:52:39 < Haohmaru> google shows me a lock 2019-01-25T09:52:43 < kakimir> I see 2019-01-25T09:53:51 < kakimir> now you can see the power plane 2019-01-25T09:54:19 < kakimir> what is the difference in kicad if you have signal plane or power plane in pcb settings? 2019-01-25T09:54:25 < kakimir> I just use signal plane all the time 2019-01-25T09:54:32 < kakimir> copper is copper after all 2019-01-25T09:54:51 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-25T09:54:58 < Haohmaru> not sure, might have to do with the naming of the gerbers? 2019-01-25T09:55:12 < kakimir> oh 2019-01-25T09:55:20 < kakimir> pcbfab doesn't care 2019-01-25T09:55:29 < Haohmaru> when you use the "use protel filenames" it puts different (specific) extensions to each layer 2019-01-25T09:55:52 < Haohmaru> not sure if this layer setting in question might affect the extension in that case 2019-01-25T09:55:53 < kakimir> pcbfab is like gimme your board order from top to bottom with filenames 2019-01-25T09:56:19 < Haohmaru> i just zip the gerberz and upload and there are typically no questions 2019-01-25T09:56:22 -!- branjb [~pseudosin@c-73-24-157-174.hsd1.az.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-25T09:56:49 < kakimir> in 2layer boards there has been 0 questions ever 2019-01-25T09:57:43 < Haohmaru> so, you sent them your files, and they contacted you, telling you that there's some issue with your files? did they point out what the issue is? 2019-01-25T09:58:00 < kakimir> never 2019-01-25T09:58:20 < Haohmaru> but.. there is an issue? 2019-01-25T09:58:36 < Haohmaru> and you are now trying to figure out what it could be? 2019-01-25T09:59:39 < kakimir> no 2019-01-25T10:00:30 * Haohmaru scratches head 2019-01-25T10:00:33 < kakimir> it just has generous amount of drill work 2019-01-25T10:01:20 < Haohmaru> i see lots of vias but not many that actually connect to that copper zone 2019-01-25T10:01:35 < Haohmaru> u need moar maybe? 2019-01-25T10:01:41 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-25T10:01:44 < kakimir> it's power plane 2019-01-25T10:02:43 < kakimir> +5V 2019-01-25T10:02:59 < kakimir> once my board didn't process 2019-01-25T10:03:06 < kakimir> I contacted myself them 2019-01-25T10:03:22 < Haohmaru> >:/ 2019-01-25T10:03:38 < Haohmaru> * syntax error detected 2019-01-25T10:03:53 < kakimir> kicad made copper box around circular pcb and they tried to figure it out 2019-01-25T10:04:23 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-25T10:04:30 < Haohmaru> well why did you leave it that way in the first place 2019-01-25T10:04:55 < kakimir> even when I had image attached with note written that pcb is this round area here do not mind of that copper mess around it 2019-01-25T10:05:07 < Haohmaru> i know having silkscreen graphics outside of the board usually is "okay" (they don't complain) 2019-01-25T10:05:30 < kakimir> well that is obivious 2019-01-25T10:05:59 < Haohmaru> not even sure how you managed to get that with kicad 2019-01-25T10:06:12 < Haohmaru> but you could've fixed it 2019-01-25T10:06:55 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-25T10:07:01 < kakimir> how? 2019-01-25T10:07:15 < kakimir> with a text editor? 2019-01-25T10:07:28 < Haohmaru> well at worst - redraw the shape of your zone 2019-01-25T10:07:50 < kakimir> as hexagon? 2019-01-25T10:07:55 < kakimir> as octagon? 2019-01-25T10:08:13 < Haohmaru> as whatever is good enough and yet doesn't get copper outside the board 2019-01-25T10:08:24 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-25T10:08:38 < kakimir> yes 2019-01-25T10:08:43 < Haohmaru> i thought the edge.cuts blocks the copper fill 2019-01-25T10:08:58 < kakimir> kicad. 2019-01-25T10:09:00 < Haohmaru> don't remember getting copper outside the board 2019-01-25T10:09:08 < Haohmaru> i do have a round board too 2019-01-25T10:09:18 < kakimir> I have had a few too 2019-01-25T10:09:18 < Haohmaru> and some with rounded corners 2019-01-25T10:09:22 < kakimir> that board shitted the bet 2019-01-25T10:10:04 < Haohmaru> hm.. did you fill the zone while you were using legacy mode? not sure if that makes a difference tho 2019-01-25T10:10:20 < Haohmaru> b honest 2019-01-25T10:10:31 < kakimir> I bet plotter uses data model not related anyway to viewer 2019-01-25T10:13:55 < kakimir> the thing with board was that copper needed to reach as close as possible to pcb edge because of electrical contact in the edge 2019-01-25T10:14:42 < Haohmaru> yeah, sure 2019-01-25T10:14:55 < kakimir> I think after talking a while about it with customer service I got it down to 0.1mm or so 2019-01-25T10:15:18 < kakimir> from edge 2019-01-25T10:15:23 < Haohmaru> oh wait, the pcbfab may not like it if you have copper very near to the board edge 2019-01-25T10:15:36 < Haohmaru> even if it's on the inside of the board 2019-01-25T10:16:10 < Haohmaru> some fabs even say stuff like "no copper closer than 1mm from board edge allowed" for example 2019-01-25T10:17:07 < kakimir> well 2019-01-25T10:17:18 < kakimir> I said get it as close as possible 2019-01-25T10:17:28 < kakimir> they said maybe we can do 0.1mm or so 2019-01-25T10:17:37 < kakimir> and they did 2019-01-25T10:20:51 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-25T10:24:55 < Haohmaru> hm.. switching regulators.. do they have a problem with very small consumption? 2019-01-25T10:25:15 < Haohmaru> i mean if the load is very small 2019-01-25T10:25:15 -!- gnom [~aleksande@178.150.7.153] has quit [Remote host closed the connection] 2019-01-25T10:27:05 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-25T10:27:14 < kakimir> some 2019-01-25T10:27:35 < kakimir> iirc. some low output voltage variations need minimum load to be stabile or so 2019-01-25T10:28:05 < kakimir> example circuits using load resistor to archive minimum current 2019-01-25T10:28:49 < kakimir> at least these legacy regulators 2019-01-25T10:29:22 < Haohmaru> i use mc33063 to generate a negative power rail, and i noticed a problem which smells as if there's something wrong with the power rail, when i tweak stuff a little bit (to get it loaded a bit more) the problem goes away, but when i leave it for a long-ish time - the problem comes back again 2019-01-25T10:29:45 < Haohmaru> the negative rail is -17VDC and the max consumption is like less than 100mA 2019-01-25T10:30:33 < qyx> why did you choose mc33063? 2019-01-25T10:30:41 < qyx> just an unrelated question 2019-01-25T10:30:48 < Haohmaru> the weird thing is.. while the problem is there - the negative power rail reads fine 2019-01-25T10:30:51 < kakimir> I have the same question 2019-01-25T10:31:05 < qyx> the shittiest smps in this universe 2019-01-25T10:31:24 < kakimir> maybe thats why? 2019-01-25T10:31:29 < Haohmaru> i didn't choose it 2019-01-25T10:31:46 < Haohmaru> i had to become familiar with it 2019-01-25T10:32:05 < Haohmaru> while i'm not familiar with others 2019-01-25T10:32:17 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2019-01-25T10:32:36 < Haohmaru> i also know this LM2576 (or whatever it was), but iirc it can't generate a negative rail 2019-01-25T10:33:10 < kakimir> such ic is okay for playing around 2019-01-25T10:33:28 < ds2> fine according to what? 2019-01-25T10:33:29 < Haohmaru> also, this -17VDC actually goes into a linear regulator afterwards which makes it -15VDC 2019-01-25T10:33:31 < ds2> scope or meter? 2019-01-25T10:33:41 < Haohmaru> ds2 multimeter 2019-01-25T10:33:52 < kakimir> but there is place-and-forget solutions if you really want to get it done 2019-01-25T10:35:23 < Haohmaru> hm, actually, i didn't check if -15V come out of that regulator, when the problem is present 2019-01-25T10:35:24 < Haohmaru> dumb me 2019-01-25T10:35:31 < kakimir> yes 2019-01-25T10:35:37 < kakimir> that is dumb 2019-01-25T10:36:09 < kakimir> but priorities! first you need to irc about it 2019-01-25T10:36:13 < ds2> check with a scope to see if there is any oscillation 2019-01-25T10:36:19 < Haohmaru> i've put a trimpot with the mc33063 so i can adjust the actual voltage a bit 2019-01-25T10:36:21 < kakimir> I follow that rule always 2019-01-25T10:36:30 < ds2> some switchers can't reduce the duty cycle sufficiently for low output 2019-01-25T10:36:51 < Haohmaru> don't have a scope at home :/ 2019-01-25T10:38:24 < ds2> what are you starting with ? 2019-01-25T10:38:27 < ds2> +17V? 2019-01-25T10:39:32 < Haohmaru> +21VDC (it comes from a transformer > fullwave rectifier > reservoir caps) 2019-01-25T10:39:53 < kakimir> what is maximum operating voltage of that regu? 2019-01-25T10:39:55 < ds2> why not get -17V from the transformer? 2019-01-25T10:40:13 < Haohmaru> mm 2019-01-25T10:40:27 < ds2> or you out of space for caps? :D 2019-01-25T10:40:28 < Haohmaru> not sure how 2019-01-25T10:40:50 < qyx> so -21V -> -17V -> -15V 2019-01-25T10:41:03 < qyx> why is there a smps even 2019-01-25T10:41:05 < ds2> what kind of full wave rectifier? bridge? also what kind of xformer? 2019-01-25T10:41:32 < ds2> if you have a center tap, then it is easy 2019-01-25T10:41:34 < Haohmaru> the device actually needs +15 and -15 to work, it has LM7815 and LM7915 (iirc) and also 5V, so i need to feed enough voltage so those work 2019-01-25T10:41:58 < ds2> otherwise, you could have 2 diodes - one for + and one for -...make the other end of the xformer gnd 2019-01-25T10:42:10 < ds2> just sucks for power factor stuff and cap sizing 2019-01-25T10:42:16 < Haohmaru> thus i feed the unregulated 21V directly to the 7815, while i use a mc33063 to generate -17V for the 7915, which should be enough 2019-01-25T10:42:26 < ds2> if you have a center tap, then a bridge can give you +/- if you use the CT as reference 2019-01-25T10:42:57 < Haohmaru> rectifier is 4 diodes 2019-01-25T10:43:10 < Haohmaru> transformer is not center tap 2019-01-25T10:43:14 < ds2> bridge I assume 2019-01-25T10:43:36 < Haohmaru> i get 26VDC with absolutely no load, it falls to 21VDC when the device is running 2019-01-25T10:43:58 < Haohmaru> the positive power rail is more loaded because the device makes its 5V from it 2019-01-25T10:46:31 < Haohmaru> oh and yes.. there is a nifty online calculator for this regulator 2019-01-25T10:47:51 < Haohmaru> i'll check what's going on with the actual -15VDC while the problem is present, and i'm gonna try putting a resistor to load it a bit more 2019-01-25T10:48:21 < Haohmaru> i do have LEDs on each power rail, but they are drawing less than 1mA 2019-01-25T10:50:50 -!- gnom [~aleksande@178.150.7.153] has quit [Remote host closed the connection] 2019-01-25T10:52:01 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2019-01-25T10:55:03 -!- benishor [~benny@188.24.139.193] has joined ##stm32 2019-01-25T10:59:53 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has quit [Ping timeout: 268 seconds] 2019-01-25T11:16:43 -!- PeterM [~bgdwiepp@1.129.105.235] has quit [Ping timeout: 245 seconds] 2019-01-25T11:20:15 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-25T11:32:14 -!- gnom [~aleksande@178.150.7.153] has quit [Remote host closed the connection] 2019-01-25T11:33:43 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2019-01-25T11:45:56 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-25T12:31:42 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-25T13:26:45 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has joined ##stm32 2019-01-25T13:31:57 < Thorn> https://twitter.com/eevblog/status/1088628943270273025 2019-01-25T13:35:59 < jadew> Thorn, TLDR? 2019-01-25T13:36:08 < jadew> a youtuber offed himself? 2019-01-25T13:39:12 < Thorn> unconfirmed 2019-01-25T13:41:47 < jpa-> was java involved? https://i.imgur.com/Jls86YV.png 2019-01-25T13:52:47 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 240 seconds] 2019-01-25T13:53:04 < karlp> fucking jre 2019-01-25T13:53:12 < karlp> install jdk packages, still have a jre 2019-01-25T14:11:27 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-25T14:15:31 -!- cnt [uid317556@gateway/web/irccloud.com/x-nccmxvvnitfbcwan] has quit [Quit: Connection closed for inactivity] 2019-01-25T14:20:22 -!- con3 [~kvirc@ml.sun.ac.za] has joined ##stm32 2019-01-25T14:23:52 -!- invzim [~perole@2a02:7b40:d418:6708::1] has joined ##stm32 2019-01-25T14:42:34 < rajkosto> did someone say java 2019-01-25T14:42:35 < rajkosto> https://media.discordapp.net/attachments/103875996138102784/538285351790313484/The-floor-is-java.jpg 2019-01-25T14:43:14 < jadew> java could have been great, if the people behind it weren't idiots 2019-01-25T14:43:15 < Haohmaru> hahaha 2019-01-25T14:43:49 < jadew> c# did great and stole a lot of their market share precisely because of that 2019-01-25T14:46:19 < jadew> IMO, priciniples are great, but the moment they become something that you constantly have to deal with and are responsible for shitty results in the end, you have to stop and maybe consider the posibility that they're shit principles 2019-01-25T14:46:36 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-25T14:48:14 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-25T14:56:54 < rajkosto> never used jlcpcb before, this is a cool feature https://images.sshnuke.net/2019-01-25_13-55-40_tdYtmUehO.png 2019-01-25T14:57:10 < rajkosto> pretty useless but neat 2019-01-25T14:57:27 < jadew> wankery sells 2019-01-25T14:57:52 < Haohmaru> fancy 2019-01-25T14:58:48 < Haohmaru> allpcb just show a status "your files are being reviewed.." "your PCB is being fabbed" "your PCB haz been shipz0red" 2019-01-25T14:59:29 < jadew> and I assume all this matters? 2019-01-25T14:59:52 < jadew> I'm happy with "your boards were shipped" 2019-01-25T14:59:55 < jadew> kthx 2019-01-25T15:00:00 < Haohmaru> same 2019-01-25T15:00:39 < Haohmaru> maybe in the future they will attach a GoPro onto your order so you can see it in realtime, in UBER HD 2019-01-25T15:01:07 < jadew> they should attach it when they ship it out 2019-01-25T15:01:18 < Haohmaru> nice try 2019-01-25T15:02:12 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-25T15:02:17 < Haohmaru> then it might be a cheap 640x480 clone "GuPru" or some such 2019-01-25T15:02:34 < Haohmaru> GuPru HORO 2019-01-25T15:03:17 < jadew> I have sun glasses with a camera 2019-01-25T15:03:45 < jadew> should give them a try when I go biking 2019-01-25T15:04:09 < jadew> although, having a chinese battery resting on my face is somewhat concerning 2019-01-25T15:04:40 < jadew> face plant with a boom 2019-01-25T15:09:07 < Ecco> What's the generic name of this kind of cable? 2019-01-25T15:09:08 < Ecco> https://i5.walmartimages.com/asr/4ca2f487-c073-4f6c-a293-7e856c62e6b6_1.0319d58ecd73e459cc9bf4b012213238.jpeg?odnBg=ffffff 2019-01-25T15:09:18 < Ecco> (I know this one's an IDe connector specifically, but what's the general name?) 2019-01-25T15:09:27 < karlp> elecrow takes nice pictures of your pcbs when they are ready to go 2019-01-25T15:09:38 < Haohmaru> that's a flat cable 2019-01-25T15:09:40 < karlp> Ecco: IDC cable (insulation displacement) 2019-01-25T15:09:42 < Haohmaru> IDC 2019-01-25T15:11:14 < Ecco> thanks! 2019-01-25T15:11:26 < Ecco> does that always mean a 2.54mm pitch? 2019-01-25T15:11:33 < Haohmaru> no 2019-01-25T15:11:48 < Ecco> ok :) 2019-01-25T15:12:02 < Haohmaru> but 2.54 and 1.27mm pitch are two very common ones 2019-01-25T15:12:29 < Ecco> Looks like the RPi header is *exactly* an IDE one 2019-01-25T15:12:36 < Ecco> Have you guys ever tried? 2019-01-25T15:13:01 < Haohmaru> well IDE cables fit on your usual header pins 2019-01-25T15:13:19 < Haohmaru> ehm i meant IDC cables 2019-01-25T15:13:46 < Haohmaru> also, the actual connector is easy to put onto the cable with almost bare hands 2019-01-25T15:34:13 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] 2019-01-25T15:38:13 -!- PeterM [~bgdwiepp@1.129.104.187] has joined ##stm32 2019-01-25T15:41:41 < kakimir> https://www.youtube.com/watch?v=ov0FAPhRK0c 2019-01-25T15:41:44 < kakimir> just musics 2019-01-25T15:53:17 < Thorn> jlcpcb canceled chinese new year? https://support.jlcpcb.com/article/73-jlcpcb-spring-festival-holiday-schedule 2019-01-25T15:57:59 < kakimir> Standard Prototype PCB Orders(HASL, Green Solder Mask) will be proceeded with production. Multi-layer PCB orders, Stencil, small-batch orders won't be put into production until Feb 12th. 2019-01-25T15:58:20 < kakimir> multilayer, small-batch etc. 2019-01-25T15:58:38 < karlp> Ecco: original rpi header was designed to fit 40pin ide cables yes, but aren't the new ones longer? 2019-01-25T15:58:49 < Haohmaru> do i see Comic Sans in that table?! 2019-01-25T15:58:55 < Thorn> but they initially decided to start holidays on the 27th 2019-01-25T15:59:21 < Ecco> karlp: I don't think they changed. Did they? 2019-01-25T16:00:48 < rajkosto> Haohmaru, actually just uploading the AOI images of your board to the website as its finished should be perfect, for seeing defects before you get the boards, if slow shipping 2019-01-25T16:01:15 < Ecco> Which hole size / pad size would you use for 2.54mm-pitched headers? 2019-01-25T16:01:25 < Ecco> I picked 1mm hole, 1.5mm pad diam 2019-01-25T16:01:44 < Haohmaru> rajkosto that would be useful indeed 2019-01-25T16:01:55 < rajkosto> Ecco, i use 1 mm hole 1.75 mm pad 2019-01-25T16:02:21 < Haohmaru> Ecco don't you have some sort of library with these very common components? 2019-01-25T16:02:29 < Ecco> Haohmaru: well, no 2019-01-25T16:02:34 < Haohmaru> how come?! 2019-01-25T16:02:40 < Haohmaru> wut EDA you're using 2019-01-25T16:02:44 < Ecco> Altium 2019-01-25T16:02:58 < rajkosto> use the wizard ? 2019-01-25T16:02:59 < Haohmaru> i thought you might be MSPaint'ing gerbers 2019-01-25T16:03:15 < Haohmaru> doesn't that thing have libraries, dafuq 2019-01-25T16:03:30 < karlp> heh, intel killed edison, now they're killing quark :) 2019-01-25T16:03:39 < rajkosto> Haohmaru, it doesnt really come wiht anything useful no 2019-01-25T16:03:49 < rajkosto> there are a few community libraries but just make your own footprints 2019-01-25T16:03:51 < rajkosto> for the basic stuff 2019-01-25T16:03:57 < rajkosto> usually using the wizard 2019-01-25T16:04:03 < Haohmaru> huh 2019-01-25T16:04:13 < rajkosto> for proper chips you'd be using the "Altium Vault" 2019-01-25T16:04:25 < PeterM> for pretty much any 0.1" header i ahve seen the mfgs suggest 0.8mm holes 2019-01-25T16:04:34 < Haohmaru> well then, you should check the datasheet of yer header pins and they should typically have a suggested footprint 2019-01-25T16:04:43 < rajkosto> arent the pins 0.8mm square 2019-01-25T16:04:48 < rajkosto> so 1.0mm round needed 2019-01-25T16:04:56 < rajkosto> for tolerance wankery 2019-01-25T16:05:52 < Haohmaru> i measure more like 0.7-ish 2019-01-25T16:06:08 < Haohmaru> iirc in kicad the drills are like 1.016mm or some such 2019-01-25T16:06:15 < rajkosto> wurth footprint has 1.1mm holes iirc 2019-01-25T16:06:43 < karlp> Ecco: yeah, otherway round, first rpis had 26 pin headers, new ones were designed for ide, with 40 pin 2019-01-25T16:07:06 < rajkosto> do they have GND in the same 6 places as the IDE cable does too ? 2019-01-25T16:07:11 < PeterM> sorry, yep 1.016mm is correct, 0.8 is for 0.05inch stuff 2019-01-25T16:08:31 < Haohmaru> one datasheet says 0.64mm 2019-01-25T16:08:56 < Haohmaru> or 0.025" 2019-01-25T16:09:53 < rajkosto> Ecco, https://www.we-online.com/web/en/electronic_components/produkte_pb/bauteilebibliotheken/altium/altium.php Altium_WR-PHD_PIN_HEADER (rev18b).IntLib (Rev. 18b) 2019-01-25T16:10:20 < rajkosto> totally unnecessary and likely has the pins numbered wrong 2019-01-25T16:10:24 < rajkosto> just make your own 2019-01-25T16:11:04 < Haohmaru> wowz, i feel lucky i went with kicad 2019-01-25T16:11:16 < rajkosto> the wurth footprint uses 1.1mm hole 1.6mm pad 2019-01-25T16:11:28 < rajkosto> Haohmaru, it has a wizard for easily generating these as you need them 2019-01-25T16:11:37 < Haohmaru> sure but.. 2019-01-25T16:11:46 < rajkosto> generate exactly pin count you need 2019-01-25T16:12:00 < rajkosto> or use these weird EU manuf provided ones 2019-01-25T16:12:10 < Haohmaru> i don't like reading datasheets even for the most bloody common passive components 2019-01-25T16:12:45 < Haohmaru> it'd suck if i get everything right except the pitch of a stupid header 2019-01-25T16:12:54 < PeterM> Haohmaru i am going to guess you probably dont respect votlage ratings on smd resistors either 2019-01-25T16:12:55 < Haohmaru> or the drill diameter 2019-01-25T16:12:59 < rajkosto> no guarantee that is right with the crappy eagle makershit libs either 2019-01-25T16:13:26 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 240 seconds] 2019-01-25T16:13:27 < Haohmaru> PeterM define "respect" 2019-01-25T16:14:11 < qyx> like using 0603 resistors for 230V 2019-01-25T16:14:30 < PeterM> "its ok because its 1meg ohm, thats like no current, its fine" 2019-01-25T16:14:32 < rajkosto> 1206 1uF capacitors that are "high voltage 100V" are expensive 2019-01-25T16:15:06 < Haohmaru> well, i wouldn't put 0603 there, it's too tiny and a smol lightning bolt could just jump over its legs 2019-01-25T16:15:38 < Haohmaru> i'd probably put a THT resistor 2019-01-25T16:16:18 < Haohmaru> but i've not done any such circuits (it smells like one of those inductorless psu designs) 2019-01-25T16:17:10 < qyx> even in unductorful you will usually need some to bootstrap-power the switcher 2019-01-25T16:17:40 < Haohmaru> i am kinda scared of electricity, so i naturally am worried about any exposed metal that might have lots of voltage on it 2019-01-25T16:17:50 < rajkosto> how much is lots 2019-01-25T16:17:55 < karlp> stupid microchip ref design uses _seven_ series resistors for the mains incomers :) 2019-01-25T16:18:03 < karlp> AD only uses 2 :) 2019-01-25T16:18:12 < PeterM> standard 1/4 watt th resistors arent good for mains either... 2019-01-25T16:18:48 < Haohmaru> i don't know PeterM, i've only read some microsh*t document about inductorless psu crap, out of curiousity 2019-01-25T16:19:12 < Haohmaru> i have eggzactly one board so far with 230VAC on it, and it goes to a transformer 2019-01-25T16:20:47 < karlp> (didyou read the datasheet for the transformer? ;) 2019-01-25T16:21:00 < Haohmaru> yes? 2019-01-25T16:21:45 < rajkosto> do you have the fuse, ceramic cap, and ntc before the transformer ? 2019-01-25T16:22:08 < Haohmaru> no NTC 2019-01-25T16:22:16 < PeterM> usually 1/4w tht resistors are rated to maximum working voltage of 350v, mains with a peak >350v is still within spec for lots of countries 2019-01-25T16:23:20 < Haohmaru> i was thinking about NTC but couldn't decide what, so i went "meh" 2019-01-25T16:23:28 < PeterM> just sayin, its worth while reading spec sheets on passives too, or atleast knowing them. 2019-01-25T16:23:40 < Haohmaru> certainly 2019-01-25T16:24:30 < Haohmaru> but some components are so common and sorta no-brainer level that it's dumb if you have to draw your own footprints 2019-01-25T16:25:01 < Haohmaru> some datasheets even don't show a suggested footprint, they just tell you what kind of package or footprint it is and that's all 2019-01-25T16:25:31 < PeterM> and then you go to the mfg website, go to their package spec page and downlaod the pdf for that package 2019-01-25T16:25:59 -!- PeterM [~bgdwiepp@1.129.104.187] has quit [Read error: Connection reset by peer] 2019-01-25T16:26:17 < qyx> ragequit 2019-01-25T16:26:20 < Haohmaru> nah, i just select 2x10 2.54mm pin header footprint from kicad 2019-01-25T16:26:43 < Haohmaru> thanks to the folks who make these 2019-01-25T16:26:44 -!- PeterM [~bgdwiepp@1.129.104.187] has joined ##stm32 2019-01-25T16:26:54 < rajkosto> Haohmaru, it takes way less time to make those footprints than you wasted here arguing against it 2019-01-25T16:27:03 < PeterM> ^ 2019-01-25T16:27:10 < PeterM> plus, you only need to make the footprint once 2019-01-25T16:27:10 < Haohmaru> why tho? 2019-01-25T16:27:22 < Haohmaru> it's right there in the list 2019-01-25T16:27:28 < PeterM> because you will always need to make footprints 2019-01-25T16:27:40 < PeterM> what if it isnt "right there on the list"? 2019-01-25T16:27:42 < Haohmaru> i've been making footprints since the beginning 2019-01-25T16:27:55 < Haohmaru> just not for the common/boring parts since the library has them 2019-01-25T16:28:14 < rajkosto> well altium comes with "FPGA 32-bit components" whatever that is 2019-01-25T16:28:43 < rajkosto> youre supposed to get the rest from the internet, the vault, or build up your own library as you go 2019-01-25T16:29:15 < rajkosto> https://images.sshnuke.net/2019-01-25_15-29-13_FU4ilQp35.png comes with these 2019-01-25T16:29:17 < PeterM> if you want to use someone else footprint library like you are doing with kicad, you can do that with altium too 2019-01-25T16:29:21 < Haohmaru> i got my own library of symbols and footprints since the beginning, but it only has some exotic or obscure stuff 2019-01-25T16:29:50 < Haohmaru> ah, then why is mr Ecco not using it? 2019-01-25T16:30:02 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-25T16:30:18 < rajkosto> it actually totally has 2.54" headers in it 2019-01-25T16:30:23 < rajkosto> https://images.sshnuke.net/2019-01-25_15-30-22_ejZsKoC4l.png 2019-01-25T16:30:30 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 268 seconds] 2019-01-25T16:30:31 -!- davor_ is now known as davor 2019-01-25T16:31:16 < Haohmaru> when i'm making a symbol or footprint, i'm always worried that i might make a mistake and f*ck it up, so i do it very carefully and tripple-check stuff 2019-01-25T16:31:53 < Haohmaru> so far i think i only f*cked up the distance between the NPTH holes on a DSUB-25 port 2019-01-25T16:32:17 < Haohmaru> but i could still plug it in by bending the metal mounting legs 2019-01-25T16:32:29 < PeterM> Haohmaru a good sanity check is adding the 3d models that the manufacturer provides 2019-01-25T16:32:36 < Haohmaru> thus i prefer to use the library ones because so far they worked perfectly 2019-01-25T16:32:44 < rajkosto> anyway whole argument is moot since it comes with 2.54" and 1.27" header symbols/footprints 2019-01-25T16:32:44 < PeterM> you should do that anyway so you can check component clearances too 2019-01-25T16:33:17 < rajkosto> its just that nobody who uses altium uses them, forgot they were 2019-01-25T16:33:20 < Haohmaru> haven't had issues so far besides the dsub25 2019-01-25T16:33:59 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-25T16:34:35 < rajkosto> the realtime 3d view in altium is supremely handy in checking clearances when component placing, or seeing if you got the footprint right/it properly accomodates the component 2019-01-25T16:34:58 < Haohmaru> i *do* check them a little bit, for example, on some THT diode, i'd check like if the drill hole is big enough for the leg of the thing, but these are quick checks 2019-01-25T16:36:24 < Haohmaru> most components i've used don't have exotic clearance requirements, so the illustration/outline on their Fab layer and the actual Courtyard is simple enough 2019-01-25T16:36:44 < rajkosto> still helps so much to see it all in 3d ocassionally 2019-01-25T16:37:02 < rajkosto> with only 2d and all the layers visible unstacked, you lose sense of scale 2019-01-25T16:37:05 < Haohmaru> i also check the 3D view very often and stare around to see anything fishy 2019-01-25T16:37:30 < Haohmaru> i switch to high-contrast mode and/or hide certain layers 2019-01-25T16:38:00 < Haohmaru> otherwise yeah, the pcb layout editor tends to look like a rainbow vomit 2019-01-25T16:44:54 < Haohmaru> or like chewed-up M&Ms 2019-01-25T17:00:59 < c10ud> dongs, how do you deal with the constant stream of bugs of altium? 2019-01-25T17:01:31 < Haohmaru> he vomits vulgar words? 2019-01-25T17:01:57 < c10ud> like, today my colleague suddently cannot save the project he's working on 2019-01-25T17:02:01 < c10ud> lol 2019-01-25T17:02:08 < Haohmaru> wut 2019-01-25T17:02:18 < Haohmaru> wait and hope for autosave to save you? 2019-01-25T17:03:08 < Haohmaru> did someone break the key for a mutex lock? 2019-01-25T17:08:53 < zyp> hrm 2019-01-25T17:09:17 < Ecco> Is there a name for the common through-hole LED package? 2019-01-25T17:09:21 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 268 seconds] 2019-01-25T17:09:42 < zyp> disadvantage with going to denmark for ikea is that now I've got hours to waste before return ferry leaves 2019-01-25T17:09:56 < zyp> wish they were running a bit more often 2019-01-25T17:10:03 < c10ud> Haohmaru, idk I'll wait and see if he manages to unfuck it 2019-01-25T17:10:11 < Haohmaru> Ecco the diameter usually is the key 2019-01-25T17:10:30 < Ecco> I assume 5mm? 2019-01-25T17:10:58 < Haohmaru> well there are 3mm ones, 5mm, 8mm, 10mm probably others, and then there are non-round ones too 2019-01-25T17:11:05 < Ecco> Sure :) 2019-01-25T17:11:09 < jpa-> zyp: is it so much cheaper in denmark? 2019-01-25T17:11:31 < zyp> 2400 NOK price difference on the stuff I'm buying 2019-01-25T17:12:04 < zyp> but the main reason is that half the stuff I wanted is not stocked at my local ikea 2019-01-25T17:12:29 < zyp> I originally backordered it on the 7th, delivery on the 17th 2019-01-25T17:12:52 < zyp> then shit got delayed, new estimates was 25th, 29th and then finally feb 11 2019-01-25T17:14:47 < zyp> 2735 DKK here, 5695 NOK for the same products in norway 2019-01-25T17:15:25 < PeterM> Haohmaru i find the models extremely useful if you use things like right angle mounted through hole capacitors, if you go by the bounding box, they're huge, but if you have them as a cylinder, you get about 60-70% of the area underneath them because they have clearence except in the center 2019-01-25T17:15:26 < zyp> 5965* 2019-01-25T17:15:55 < zyp> i.e. like 40% off 2019-01-25T17:16:50 < Haohmaru> sure 2019-01-25T17:24:31 -!- PeterM [~bgdwiepp@1.129.104.187] has quit [Read error: Connection reset by peer] 2019-01-25T17:29:13 -!- PeterM [~bgdwiepp@1.129.104.187] has joined ##stm32 2019-01-25T17:33:23 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-25T17:41:06 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-25T17:41:56 -!- PeterM [~bgdwiepp@1.129.104.187] has quit [Ping timeout: 240 seconds] 2019-01-25T17:46:03 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-25T17:48:33 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-25T17:52:02 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2019-01-25T18:06:59 -!- con3 [~kvirc@ml.sun.ac.za] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-25T18:07:31 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-25T18:09:13 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 245 seconds] 2019-01-25T18:10:46 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-25T18:10:46 -!- [1]MrMobius is now known as MrMobius 2019-01-25T18:18:26 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-25T18:25:28 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-25T18:26:03 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:3c21:d986:6ace:cd3c] has joined ##stm32 2019-01-25T18:32:45 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-25T18:35:57 < emeb> what's a good way to do a hardware-based delay within an ISR on an F0 part? 2019-01-25T18:36:31 < emeb> can't use HAL_Delay() because that relies on Systick ISR which will be held off inside an ISR 2019-01-25T18:37:21 < emeb> On F3/F4/F7 parts I'd use zyp's cyclesleep stuff which runs off the cycle counter, but F0 parts don't have that feature 2019-01-25T18:39:12 < Thorn> emeb: probably start a timer in one shot mode and busy wait for it to stop 2019-01-25T18:39:18 < aandrew> why on earth are you delaying in an ISR 2019-01-25T18:39:26 < aandrew> rethink your implementation 2019-01-25T18:40:18 < emeb> Thorn: yeah, could do that. 2019-01-25T18:40:25 < emeb> aandrew: fair point. 2019-01-25T18:41:26 < emeb> aandrew: this is bitbanging on some external hardware that can't respond instantly. putting the hardware interaction outside the ISR gets really ugly. 2019-01-25T18:41:36 < aandrew> right, I know that for ever "rule" there are exceptions 2019-01-25T18:41:58 < aandrew> but delays in ISRs are pretty bad because you're blocking evyrhting else (forget nested interupts for the moment) 2019-01-25T18:42:08 < aandrew> how long are you delaying? 2019-01-25T18:42:31 < emeb> aandrew: probably not more than a few tens of microseconds. 2019-01-25T18:43:15 < aandrew> you could use the ISR to drive a state machine and then spin in the main loop 2019-01-25T18:43:16 < aandrew> but yeah 2019-01-25T18:43:49 < aandrew> that way you could set up the timer in the pin change ISR and bump the state, timer expriation ISR bumps the state etc 2019-01-25T18:43:56 < aandrew> and main loop is doing the actual bit moves 2019-01-25T18:44:04 < aandrew> not as straightforward 2019-01-25T18:44:06 < aandrew> and maybe overdesign 2019-01-25T18:44:33 < aandrew> all you can do in F0 is develop a nop loop for say a microsecond or tens of microseconds 2019-01-25T18:45:18 < emeb> the trouble is that this ISR is the USB CDC receive. I can't bail out of it until I use the data it gives me, and I can't use the data until I bang the hardware and hand off the data. 2019-01-25T18:45:32 < emeb> ie - exiting fast is not the ideal. 2019-01-25T18:45:50 < jpa-> why can't you bail out of it? some weird stack that has to get the buffer back instantly? 2019-01-25T18:46:01 < jpa-> normally the host will happily wait for the device 2019-01-25T18:46:05 < aandrew> the "correct" way to do it would be to stall until you have data and then the next request works 2019-01-25T18:47:32 < emeb> OK - definitely no expert on how USB tx/rx works, but AIUI the receive ISR is called when there's data in the buffer from the OUT endpoint. I need to use that data before proceeding, otherwise it's overwritten by the next rx. 2019-01-25T18:47:44 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-25T18:48:24 < emeb> so stalling in that ISR is how the system handshakes with the host. 2019-01-25T18:48:34 < jpa-> emeb: what usb stack is this? 2019-01-25T18:48:39 < aandrew> looks like you need to default to stall and then only when data comes in from hw, allow the next request to return data 2019-01-25T18:48:47 < emeb> jpa-: evil ST USBD stack 2019-01-25T18:52:00 < emeb> (the one that CubeMX spits out when you select USB middleware on F0) 2019-01-25T19:15:37 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-25T19:24:16 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-25T19:40:37 < englishman> never tried Keurig coffee before 2019-01-25T19:40:40 < englishman> I regret it 2019-01-25T19:40:48 < englishman> how do people drink this swill 2019-01-25T19:42:32 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-25T19:46:47 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-25T19:47:32 < bitmask> oooo this silicone is nice 2019-01-25T19:50:23 < aandrew> englishman: I have a nice little moka pot and I grind some nice medium-roast beans fairly fine every morning 2019-01-25T19:56:20 < englishman> I love my Moka pot had it nearly a decade 2019-01-25T20:30:06 -!- Drzacek [~Drzacek@200116b800708a00b081e7895e0424a7.dip.versatel-1u1.de] has joined ##stm32 2019-01-25T20:38:56 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 240 seconds] 2019-01-25T20:40:40 < aandrew> sign of a true pro is the moka pot 2019-01-25T20:40:50 < aandrew> no fucking around, just great coffee 2019-01-25T20:42:07 < aandrew> nice. I have a routine now that will take a string of values and create a list from them 2019-01-25T20:42:33 < aandrew> e.g. "7,1,5-8,14,0-3" will create an array of 7,1,5,6,7,8,14,0,1,2,3 2019-01-25T20:44:02 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-25T20:48:02 < Rickta59> that is a c++ compile time template aandrew ? 2019-01-25T20:48:15 < aandrew> no, straight c 2019-01-25T20:48:32 < aandrew> you give the list over a telnet interface and it lights up those leds in the order specified 2019-01-25T20:48:47 < Rickta59> fun 2019-01-25T20:49:21 < aandrew> yep 2019-01-25T20:49:31 < aandrew> the HDL was more fun but I needed a generic list parser 2019-01-25T20:49:55 < aandrew> I was going to ahve it allow reverse ranges to, eg 8-3 but I got lazy and didn't want to hack around to get the last digit 2019-01-25T21:19:05 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: Leaving] 2019-01-25T21:23:28 -!- Frans-Willem [~quassel@5ED252C3.cm-7-3b.dynamic.ziggo.nl] has quit [Read error: Connection reset by peer] 2019-01-25T21:24:53 -!- Frans-Willem [~quassel@5ED252C3.cm-7-3b.dynamic.ziggo.nl] has joined ##stm32 2019-01-25T21:41:11 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-25T21:49:49 -!- con3 [~kvirc@154.119.40.228] has joined ##stm32 2019-01-25T22:01:55 < antto> qyx https://i.imgur.com/nKaMhLq.jpg 2019-01-25T22:03:21 < aandrew> nice lookign board, what's it for 2019-01-25T22:04:20 < antto> https://i.imgur.com/m7wGHe6.jpg https://i.imgur.com/stFosPS.jpg https://i.imgur.com/nYaqCfP.jpg 2019-01-25T22:05:14 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2019-01-25T22:06:03 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-25T22:06:25 < antto> https://i.imgur.com/rIBxkcD.png 2019-01-25T22:06:33 < aandrew> something midi? 2019-01-25T22:06:58 < antto> it's just a PSU for this black thang 2019-01-25T22:07:11 < aandrew> ah inverting regulator 2019-01-25T22:11:48 -!- con3|2 [~kvirc@154.119.40.228] has joined ##stm32 2019-01-25T22:14:30 -!- con3 [~kvirc@154.119.40.228] has quit [Ping timeout: 252 seconds] 2019-01-25T22:20:26 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Ping timeout: 240 seconds] 2019-01-25T22:20:54 < Steffanx> ah there it is antto. Cool :) 2019-01-25T22:30:56 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-25T23:09:36 -!- Drzacek [~Drzacek@200116b800708a00b081e7895e0424a7.dip.versatel-1u1.de] has quit [Quit: Leaving] 2019-01-25T23:36:09 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-25T23:41:58 -!- con3|2 [~kvirc@154.119.40.228] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2019-01-25T23:52:16 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:3c21:d986:6ace:cd3c] has quit [Quit: Konversation terminated!] --- Day changed Sat Jan 26 2019 2019-01-26T00:13:31 < qyx> why is antto hiding his board in a box? 2019-01-26T01:08:25 -!- cnt [uid317556@gateway/web/irccloud.com/x-vwmcqotkvuffnqrj] has joined ##stm32 2019-01-26T01:12:44 < aandrew> he's keeping it fresh 2019-01-26T01:45:30 -!- funnel [~funnel@unaffiliated/espiral] has quit [Ping timeout: 268 seconds] 2019-01-26T01:45:58 -!- funnel [~funnel@unaffiliated/espiral] has joined ##stm32 2019-01-26T01:49:16 -!- davor [~davor@unaffiliated/davor] has quit [Read error: Connection reset by peer] 2019-01-26T01:52:27 -!- davor [~davor@unaffiliated/davor] has joined ##stm32 2019-01-26T02:02:53 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-26T02:11:12 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-26T02:11:33 < rajkosto> Cracki, any luck separating that step model 2019-01-26T02:11:40 < Cracki> gave up 2019-01-26T02:11:52 < Cracki> I did separate it, but there's nothing of value there 2019-01-26T02:12:01 < Cracki> you can just construct all that from the drawing 2019-01-26T02:14:15 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-26T02:17:13 < rajkosto> i cant bend the cable like that 2019-01-26T02:17:21 < rajkosto> well maybe i can but i dont know how 2019-01-26T02:20:13 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-26T02:20:19 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-26T02:20:29 -!- Dave_Elec [~Dave@197.156.119.10] has joined ##stm32 2019-01-26T02:23:44 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 268 seconds] 2019-01-26T02:25:00 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-26T02:25:12 < rajkosto> https://images.sshnuke.net/2019-01-26_01-25-09_22aO9shAq.png how do i solve this 2019-01-26T02:25:20 < rajkosto> the through hole footprints dont have M1 and M2 pads 2019-01-26T02:27:08 < englishman> pad is not a port 2019-01-26T02:27:36 < rajkosto> i have M1 and M2 on the schematic symbol so i can tie them to gnd or shield or leave them floating as i desire 2019-01-26T02:27:52 < rajkosto> but this only applies to the smd footprint, the th footprint doesnt have those 2019-01-26T02:27:57 < rajkosto> so it cant compile the integrated library 2019-01-26T02:30:16 < rajkosto> i tried leaving the box empty in the symbol pad mapping but it doesnt fix it 2019-01-26T02:30:58 < rajkosto> https://images.sshnuke.net/2019-01-26_01-30-56_N72pgcxc7.png 2019-01-26T02:31:34 < englishman> good question 2019-01-26T02:32:28 < englishman> just make another sch symbol 2019-01-26T02:32:30 < englishman> i guess 2019-01-26T02:33:38 < rajkosto> oh lord oh man 2019-01-26T02:46:52 < Cracki> you do that cable by doing a sweep or whatever it calls that. draw the bent profile 2019-01-26T02:47:40 < Cracki> make it from pieces. straight and curved. 2019-01-26T03:37:51 < Thorn> https://twitter.com/kdfarquharson/status/1088897200212664320 2019-01-26T03:40:00 < cnt> Thorn: is that l0de radio hour 2019-01-26T04:07:41 -!- tjq [uid339161@gateway/web/irccloud.com/x-ncuguuvdaouoyyva] has joined ##stm32 2019-01-26T04:11:35 < rajkosto> dongs, copy pasted the project to another folder, guess what changed https://images.sshnuke.net/2019-01-26_03-11-21_inZV2OVnc.png 2019-01-26T04:16:07 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 240 seconds] 2019-01-26T04:18:46 < Thorn> your consignment of wisdom has arrived https://twitter.com/SebAaltonen/status/1080069784644059139 2019-01-26T04:19:25 -!- PeterM [~bgdwiepp@1.129.111.129] has joined ##stm32 2019-01-26T04:22:36 < rajkosto> why write all this in tweets 2019-01-26T04:25:33 < englishman> agree 2019-01-26T04:25:37 < englishman> page closed almost immediately 2019-01-26T04:25:45 < englishman> even wordpress is better than twitter 2019-01-26T04:27:54 < Thorn> englishdongs detected 2019-01-26T04:28:04 < Thorn> there is a threadreaderapp.something link at the end 2019-01-26T04:31:15 < BrainDamage> it's a really horrible format to read in 2019-01-26T04:32:18 < Cracki> no u 2019-01-26T04:32:32 < Cracki> that's the proper response to threads on twitter 2019-01-26T04:32:49 < Cracki> it's not like you can follow real investigative journalism as it happens... 2019-01-26T04:39:23 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-26T04:45:06 -!- gsi__ [~gsisig@x4dbe99e1.dyn.telefonica.de] has joined ##stm32 2019-01-26T04:47:47 -!- gsi_ [~gsisig@x4db9ab58.dyn.telefonica.de] has quit [Ping timeout: 240 seconds] 2019-01-26T04:58:47 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2019-01-26T05:08:46 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-26T05:09:17 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Disconnected by services] 2019-01-26T05:09:17 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-26T05:09:17 -!- Cracki_ is now known as Cracki 2019-01-26T05:11:21 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-26T05:14:45 < rajkosto> so i have this connector on one board https://images.sshnuke.net/2019-01-26_04-14-05_rh8Boqo8g.png and then on the other board i need to have it on the back, but that reversed the order of the pins https://images.sshnuke.net/2019-01-26_04-14-43_0R66sutdV.png what do 2019-01-26T05:19:10 < rajkosto> make a reverse version of the footprint or just swap it in the schematic 2019-01-26T05:35:05 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2019-01-26T05:50:35 -!- cnt [uid317556@gateway/web/irccloud.com/x-vwmcqotkvuffnqrj] has quit [Quit: Connection closed for inactivity] 2019-01-26T06:01:06 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 272 seconds] 2019-01-26T06:06:08 -!- PeterM [~bgdwiepp@1.129.111.129] has quit [Ping timeout: 244 seconds] 2019-01-26T06:06:51 < rajkosto> the cable looks like this https://images.sshnuke.net/2019-01-26_05-00-51_IafnpAlFA.png and it has to, otherwise the wires arent straight and would twist somewhere 2019-01-26T06:09:43 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-26T06:10:21 -!- jon1012 [~jon1012@foresight/developer/jon1012] has quit [Read error: Connection reset by peer] 2019-01-26T06:14:22 -!- fc5dc9d4 [~quassel@p57A32330.dip0.t-ipconnect.de] has joined ##stm32 2019-01-26T06:18:18 -!- fc5dc9d4_ [~quassel@p5B08117C.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2019-01-26T06:21:15 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2019-01-26T06:21:24 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-26T06:31:28 < rajkosto> ##electronics is completely useless 2019-01-26T06:32:28 < englishman> yes 2019-01-26T06:35:34 < PeterM> full of aidsfruit tarduino bloggers 2019-01-26T06:36:53 < rajkosto> so the pins for the connector on one of the boards has to be reversed, do i do it in the schematic or do i make a mirrored footprint 2019-01-26T06:37:19 < PeterM> both 2019-01-26T06:37:44 < PeterM> make a new footprint with the pins mirrored and the correct 3d model on the rear of the board 2019-01-26T06:37:55 < PeterM> and make a new sch part for the new footprint 2019-01-26T06:37:56 -!- Dave_Elec [~Dave@197.156.119.10] has quit [Ping timeout: 240 seconds] 2019-01-26T06:37:58 < rajkosto> but then nothing needs to hapepn in the schematic 2019-01-26T06:38:00 < rajkosto> 1 stays 1 2019-01-26T06:38:36 < rajkosto> unless you care about which side the pins are on in the symbol 2019-01-26T06:39:09 < PeterM> you should use a new sch part with the new footprint, instead of using the alternate footprint for the same symbol 2019-01-26T06:39:13 < rajkosto> but if thats the case it would be for readability, not actually correspond to the footprint used 2019-01-26T06:39:49 < rajkosto> but its the same part 2019-01-26T06:39:56 < rajkosto> why would it need 2 symbols 2019-01-26T06:41:07 < PeterM> you can use one symbol with alternate footprints, but there is risk of accidentally selecting the footprint with the wrong assembly 2019-01-26T06:41:32 < rajkosto> if i do what you said with the footprint, and make it default bottom instead of default top, it would be pretty obvious 2019-01-26T06:41:32 < tjq> cuck grenade 2019-01-26T06:41:44 < PeterM> like i have two footprints and 2 sch parts for the same caps, but mounted vertically and right angle 2019-01-26T06:42:13 < rajkosto> then whats the point of letting you select more than 1 footprint per symbol 2019-01-26T06:42:31 < PeterM> for different placement densities 2019-01-26T06:43:55 < PeterM> sometimes i have the same footprint but with no silk, i use it for that too 2019-01-26T06:43:55 < rajkosto> thats too pro 2019-01-26T06:48:30 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2019-01-26T06:52:11 -!- PeterM [~bgdwiepp@1.129.111.222] has joined ##stm32 2019-01-26T06:54:49 -!- cjbaird [~cjb@124-149-120-179.dyn.iinet.net.au] has joined ##stm32 2019-01-26T06:59:43 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-26T07:02:37 < tjq> https://i.imgur.com/lGJwpzb.png 2019-01-26T07:26:13 -!- benishor [~benny@188.24.139.193] has quit [Ping timeout: 244 seconds] 2019-01-26T07:33:56 < Cracki> in starving venezuela, they're taking down a maduro ad and guess what's underneath... chicken tendies! 2019-01-26T07:40:00 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 268 seconds] 2019-01-26T07:40:44 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-26T07:41:44 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-26T07:44:38 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 245 seconds] 2019-01-26T07:44:43 -!- day_ is now known as day 2019-01-26T07:59:36 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-26T08:50:44 < rajkosto> dad, whats a venezuela 2019-01-26T08:51:00 < rajkosto> is that like a vuvuzela 2019-01-26T08:54:05 < Cracki> you live in a place that knows what socialism is like, right? 2019-01-26T08:54:09 < rajkosto> yes. 2019-01-26T08:54:15 < rajkosto> knocked that shit off in the 80s 2019-01-26T08:54:33 < rajkosto> when the dolla bills started having about 20 zeroes 2019-01-26T08:54:35 < rajkosto> with one more zero every day 2019-01-26T08:54:42 < rajkosto> but i wasnt born then 2019-01-26T08:55:24 < rajkosto> anyway it didnt seem to be military-murderin-civilians socialism 2019-01-26T08:55:29 < rajkosto> but "nobody really works yet they still get paid" socialism 2019-01-26T08:56:18 < Cracki> btw huffpost/buzzfeed fired dozens of hacks because they weren't even worth their shit gender studies degrees anymore 2019-01-26T08:56:26 < Cracki> so... hooray capitalism 2019-01-26T08:56:27 < rajkosto> nah 2019-01-26T08:56:39 < rajkosto> just plausible deniability 2019-01-26T08:56:42 < rajkosto> so the company doesnt get sued 2019-01-26T08:56:54 < rajkosto> they didnt mind when they were bringing in the outrage clicks 2019-01-26T08:57:07 < Cracki> I'm not all that fond of capitalism though... I see some benefits in socialism, but also nationalism. 2019-01-26T08:57:48 < Cracki> last time someone tried to combine those two, the powers that be got frightened and shut it down 2019-01-26T08:59:12 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Quit: Leaving] 2019-01-26T09:04:44 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:300e:a28a:41e8:3fa] has joined ##stm32 2019-01-26T09:11:53 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-26T09:16:26 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-26T09:17:42 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-26T09:23:56 < rajkosto> bah im making things complicated again by sticking a ft2232h onto this little display board so i dont have to use a separate jtag pod 2019-01-26T09:28:57 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2019-01-26T09:37:12 < dongs> fag 2019-01-26T09:37:38 < dongs> im so pissed off icestick didnt put full 8bit fifo bus to the fpga from FT2232h 2019-01-26T09:40:24 < rajkosto> they usually dont because they want jtag on channel A 2019-01-26T09:40:42 < rajkosto> and then you are left with the 8MB/s max bus transfer on channel B or something 2019-01-26T09:41:49 -!- Cracki [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-26T09:47:48 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-26T09:51:22 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 250 seconds] 2019-01-26T09:51:36 < antto> qyx because 230VAC 2019-01-26T10:11:24 -!- tjq [uid339161@gateway/web/irccloud.com/x-ncuguuvdaouoyyva] has quit [Quit: Connection closed for inactivity] 2019-01-26T10:24:37 -!- gsi_ [~gsisig@x4db96bd1.dyn.telefonica.de] has joined ##stm32 2019-01-26T10:26:06 -!- gsi__ [~gsisig@x4dbe99e1.dyn.telefonica.de] has quit [Ping timeout: 246 seconds] 2019-01-26T10:39:32 -!- PeterM [~bgdwiepp@1.129.111.222] has quit [Ping timeout: 268 seconds] 2019-01-26T10:42:37 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-26T10:49:22 < c10ud> wow, youtube actually read this chat when I complained I couldn't understand shit in the igor negoda videos lol 2019-01-26T10:49:34 < c10ud> now with sub translation, wow m3n 2019-01-26T11:13:38 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Remote host closed the connection] 2019-01-26T11:13:59 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-26T11:15:37 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 244 seconds] 2019-01-26T11:19:15 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-26T11:22:35 < rue_shop1> anyone have a sharable 74ls595 library? 2019-01-26T11:22:51 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 272 seconds] 2019-01-26T11:24:46 * rue_shop1 ports from avr library... 2019-01-26T11:26:53 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-26T11:28:45 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Remote host closed the connection] 2019-01-26T11:29:11 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-26T11:40:42 < Thorn> what is a "595 library"? do you need something more than just spi? 2019-01-26T11:41:12 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 268 seconds] 2019-01-26T12:05:29 -!- mitrax [mitrax@lfbn-ncy-1-399-98.w83-196.abo.wanadoo.fr] has quit [] 2019-01-26T12:05:58 -!- mitrax [mitrax@lfbn-ncy-1-399-98.w83-196.abo.wanadoo.fr] has joined ##stm32 2019-01-26T12:31:45 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has quit [Ping timeout: 246 seconds] 2019-01-26T12:52:09 < kakimir> 595 library :) 2019-01-26T12:58:20 < Steffanx> Welcome kakimir. Are you home yet? 2019-01-26T13:03:11 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has joined ##stm32 2019-01-26T13:08:28 < kakimir> nope 2019-01-26T13:14:42 -!- cjbaird [~cjb@124-149-120-179.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] 2019-01-26T13:18:03 < antto> rue_shop1 i got some.. but it's C++ 2019-01-26T13:18:16 < antto> and it's at teh job 2019-01-26T13:21:39 < Steffanx> Does that make it your boss's IP? 2019-01-26T13:21:42 < Steffanx> *doesnt 2019-01-26T13:22:07 < antto> i don't think so 2019-01-26T13:33:39 < Steffanx> hm 2019-01-26T13:41:05 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-26T14:14:38 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 245 seconds] 2019-01-26T14:17:55 -!- PeterM [~bgdwiepp@1.129.108.182] has joined ##stm32 2019-01-26T14:19:20 < marble_visions> i can't seem to word my question correctly to google, but is there a standard library or header that includes names of non-character bytes of ascii? 2019-01-26T14:22:16 < BrainDamage> so you want an ascii table? 2019-01-26T14:22:42 < marble_visions> BrainDamage: yes, but specifically the control symbols 2019-01-26T14:22:58 < BrainDamage> get a full one and trim the unwanted stuff 2019-01-26T14:23:38 < specing> marble_visions: ASCII.HT? ASCII.NUL, ...? 2019-01-26T14:23:48 < marble_visions> specing knows. 2019-01-26T14:24:08 < specing> why do you want to trim one? 2019-01-26T14:24:17 < specing> you can use it in ZFP just fine 2019-01-26T14:24:26 < marble_visions> i can always roll my own out, but was wondering if there's already one in a standard place 2019-01-26T14:24:49 < marble_visions> specing: it's a c-only project, so I can't 2019-01-26T14:25:20 < marble_visions> well, i could, but i'll be entering in a world of hurt with a mixed language project 2019-01-26T14:26:39 < specing> my condolences :D 2019-01-26T14:27:21 < specing> you can't use escape codes \n \r? 2019-01-26T14:28:16 < jpa-> marble_visions: i'm not aware of such standard library 2019-01-26T14:28:40 < marble_visions> i would rather work with value representations instead of escape codes. seems cleaner that way. seems like a custom header with ASCII_ defines is the way to go 2019-01-26T14:29:07 < jpa-> who cares about the names anyway? 2019-01-26T14:30:05 < specing> marble_visions: const char nl = '\n'; 2019-01-26T14:30:07 < specing> ? 2019-01-26T14:30:25 < jpa-> very few control codes are used for their original uses anymore; #define ASCII_LF 0x0A #define ASCII_CR 0x0D will get you far 2019-01-26T14:30:44 < jpa-> though IMO just '\n' and '\r' are clearer 2019-01-26T14:31:11 < marble_visions> jpa-: i'm writing against a spec that uses their original names so i'd rather stick to that 2019-01-26T14:31:14 < specing> marble_visions: oh I just realized this was ##stm32 :) 2019-01-26T14:31:31 < marble_visions> specing: indeed 2019-01-26T14:32:05 < jpa-> marble_visions: ok 2019-01-26T14:32:24 < marble_visions> i liked the idea of getting away from defines, but i got into an issue with the compiler and went back to them 2019-01-26T14:32:41 < marble_visions> specing: ^ 2019-01-26T14:33:10 < marble_visions> so #define ASCII_BLAH it is 2019-01-26T14:34:30 < specing> hmm, could une put type information into define? E.g. #define nl ((char)'\n') 2019-01-26T14:34:49 < specing> not sure if it would help much, given the laissez-faire nature of C 2019-01-26T14:38:56 < jpa-> it will become int as soon as you touch it anyway 2019-01-26T14:43:52 -!- benishor [~benny@188.24.132.130] has joined ##stm32 2019-01-26T14:52:26 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 240 seconds] 2019-01-26T15:16:56 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-26T15:31:53 -!- catphish [~catphish@unaffiliated/catphish] has quit [Remote host closed the connection] 2019-01-26T15:35:00 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-26T15:36:18 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 250 seconds] 2019-01-26T15:36:18 -!- davor_ is now known as davor 2019-01-26T15:41:19 < zyp> why not enum { ASCII_NUL, ASCII_BLAH, …};? 2019-01-26T15:45:35 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-26T15:52:30 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: Leaving] 2019-01-26T16:02:21 < marble_visions> zyp: better, i wanted to go with this and use the enum as a type but it's a serial wire communication protocol and i don't have a compiler-neutral way to specify that my enum should be uint8_t 2019-01-26T16:25:04 < zyp> you can just use an untyped enum 2019-01-26T16:25:29 < zyp> or you could switch to C++, C++ has a standard way of specifying enum type :) 2019-01-26T16:26:35 < aandrew> marble_visions: why would you worry about that? 2019-01-26T16:26:44 < aandrew> marble_visions: that's compiler-specific 2019-01-26T16:27:41 < specing> zyp: I have a feeling marble_visions could switch to something even better :) 2019-01-26T16:33:01 < zyp> specing, like? 2019-01-26T16:33:10 < zyp> rust? 2019-01-26T16:41:04 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Remote host closed the connection] 2019-01-26T16:41:31 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-26T16:57:39 < specing> zyp: like ... https://linx.li/s/usart.png 2019-01-26T17:00:55 < Steffanx> That NVIC.ISR := .. DAMN specing. 2019-01-26T17:01:36 < specing> :D it looks cool but := 2**29; makes it clearer :) 2019-01-26T17:04:41 < invzim> paste on boards, all components blank business cards - time to pnp 2019-01-26T17:04:50 < invzim> prep really takes quite a bit of time 2019-01-26T17:19:47 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-26T17:23:09 < bitmask> I just tested my heated hoodie in the real world and didn't catch on fire 2019-01-26T17:23:12 < bitmask> only had one heater and one battery pack, set to 130F for an hour, battery went from 12.5V to 11.7V 2019-01-26T17:24:40 < invzim> what could possibly go wrong.. :) 2019-01-26T17:24:51 < bitmask> I could get much warmer :P 2019-01-26T17:32:43 < specing> bitmask: you must make the highest setting be 'fire' 2019-01-26T17:34:49 < bitmask> theres no setting for that, your are just lucky if you happen to attain that setting 2019-01-26T17:35:13 < bitmask> so 1 battery pack with 4 heaters would last about an hour, thats pretty good 2019-01-26T17:35:22 < bitmask> on high setting 2019-01-26T17:37:10 < BrainDamage> I hope you have a temp sensor on the batts 2019-01-26T17:38:23 < specing> I hope you have meatsink on the batts 2019-01-26T17:38:23 < bitmask> no but I dont need one 2019-01-26T17:38:41 < bitmask> the batteries arent even close to drawing their rated current 2019-01-26T17:39:05 < specing> bitmask: which batteries are these? 2019-01-26T17:39:10 < bitmask> they are 20-30A batteries and drawing a few amps at most 2019-01-26T17:39:18 < bitmask> they are my old vaping 18650s 2019-01-26T17:40:09 < bitmask> although I'm looking into buying some 8-10A 18650s with 3500mAh 2019-01-26T17:40:42 < specing> bitmask: F1L are cheap, 3.3 Ah but 5A max 2019-01-26T17:40:47 < specing> LG iirc 2019-01-26T17:40:56 < bitmask> yea those are one of the ones im lookin at 2019-01-26T17:41:03 < bitmask> lg is correct 2019-01-26T17:41:24 < bitmask> $4.50 - $5 a piece if I recall correctly 2019-01-26T17:43:22 < specing> sounds expensive. They shouldn't be more than $3, esp. if you buy 10+ of them 2019-01-26T17:43:44 < bitmask> theres no way they are $3 a piece 2019-01-26T17:43:58 < bitmask> maybe in quantity but I only need 3 or 6 2019-01-26T17:44:40 < specing> ah yes, they are 4 eur in qty 1 from nkon 2019-01-26T17:45:22 < bitmask> I can get 2600 mah low current ones for $3 2019-01-26T17:45:30 < bitmask> but not really worth it 2019-01-26T17:46:16 < specing> yes 2019-01-26T17:46:35 < specing> there used to be a spreadsheet sorting nkon offers by price per capacity 2019-01-26T18:00:12 < jadew> specing, what language is that? pascal? 2019-01-26T18:00:20 < jadew> also, what IDE? 2019-01-26T18:02:37 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-26T18:05:01 < specing> jadew: The language is Ada and the IDE is GPS (GNAT Programming Studio). 2019-01-26T18:05:28 < jadew> looks like pascal 2019-01-26T18:07:59 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-26T18:08:16 < specing> jadew: both use wirthian syntax, so yes 2019-01-26T18:09:05 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 268 seconds] 2019-01-26T18:09:10 -!- BrainDamage_ is now known as BrainDamage 2019-01-26T18:19:36 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-26T18:20:28 < jadew> specing, why are you using it? 2019-01-26T18:21:13 < marble_visions> jadew: i can tell you why i'm using it 2019-01-26T18:21:29 < jadew> go ahead 2019-01-26T18:22:14 < marble_visions> it's safer than c and formal verification is less painful compared to frama-c's rte+wp 2019-01-26T18:23:01 < jadew> what makes it safer? 2019-01-26T18:24:39 -!- cnt [uid317556@gateway/web/irccloud.com/x-knbdjdwkzofhslzr] has joined ##stm32 2019-01-26T18:25:01 < marble_visions> better syntax (least so for expressing proper constants in base 2, 8, 10 and 16), better type system, more stuff built in the language itself 2019-01-26T18:25:57 < jadew> I'll have to read up on it 2019-01-26T18:26:19 < jadew> I haven't changed languages in quite a long time 2019-01-26T18:26:37 < jadew> (not planning to either, but I guess it's good to know what's available) 2019-01-26T18:28:09 < marble_visions> chances are you won't be mindblown, but ada does some stuff in a different way from the mainstream langs 2019-01-26T18:29:21 < specing> it detects a lot of bugs in the compile phase that C/C++ will never catch and detects a ton more with the extensive run-time checks 2019-01-26T18:30:00 < specing> for example I have a integer print procedure where I checked if input is negative, then negated it and started the division loop 2019-01-26T18:30:57 < specing> with Ada there was a runtime check generated (and a warning printed by compiler) for this input being the lowest possible integer 2019-01-26T18:32:19 -!- con3 [~kvirc@154.119.40.228] has joined ##stm32 2019-01-26T18:32:24 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-26T18:33:02 < specing> if it were not for Ada, my code would still print something wrong when given the lowest possible integer 2019-01-26T18:35:49 -!- con3|2 [~kvirc@154.119.40.228] has joined ##stm32 2019-01-26T18:38:05 < specing> it is also possible to do formal verification in line with the code, but I have not used that yet 2019-01-26T18:39:22 -!- con3 [~kvirc@154.119.40.228] has quit [Ping timeout: 252 seconds] 2019-01-26T18:41:07 < marble_visions> specing: you can do formal in C as well, but it's more difficult initially. however wp allows for function pointers (spark doesn't, although i don't know how they are treated in analysis) 2019-01-26T18:42:26 < specing> Right now my bug-elimination consists of looking at the disassembly for calls to the program-wide exception handler 2019-01-26T18:42:38 < specing> then changing my code until no such calls are generated any more 2019-01-26T18:43:21 < specing> so I'm more or less guaranteed that there will be no array bounds violations, arithmetic overflows, type conversion errors et cetera 2019-01-26T18:45:37 < mawk> we had ada classes at school 2019-01-26T18:45:44 < specing> mawk: nice! 2019-01-26T18:45:51 < mawk> I made a flappy bird game in ada on a stm32 disco 2019-01-26T18:45:57 < specing> I wish I was taught Ada in school 2019-01-26T18:46:14 < marble_visions> mawk: us or france? 2019-01-26T18:46:23 -!- con3|2 is now known as con3 2019-01-26T18:46:24 < mawk> France 2019-01-26T18:46:37 < mawk> by school I mean engineering school, not elementary school 2019-01-26T18:46:51 < mawk> but even in elementary school they want to teach """code""" now 2019-01-26T18:47:02 < mawk> probably python or something 2019-01-26T18:47:11 < marble_visions> yep, france takes formal verification seriously it seems. some french people have created the verified c compiler and frama-c 2019-01-26T18:47:20 < mawk> yeah 2019-01-26T18:47:26 < mawk> some national institute created Caml also 2019-01-26T18:47:45 < mawk> yeah it's the same institute as your C compiler 2019-01-26T18:47:49 < mawk> INRIA 2019-01-26T18:47:56 < marble_visions> that one. 2019-01-26T18:50:17 < specing> France has a rather large aerospace industry, so the demand for safer programming is there 2019-01-26T18:55:18 -!- con3 [~kvirc@154.119.40.228] has quit [Ping timeout: 252 seconds] 2019-01-26T18:55:28 -!- PeterM [~bgdwiepp@1.129.108.182] has quit [Ping timeout: 245 seconds] 2019-01-26T18:56:35 < englishman> how is it going mawk 2019-01-26T18:56:41 < englishman> has anyone set you on fire this week 2019-01-26T18:59:06 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-26T18:59:11 < mawk> lol 2019-01-26T18:59:23 < mawk> yeah it's fine, nobody came 2019-01-26T18:59:35 < mawk> well the guy came in the building some days ago, but didn't knock on my door 2019-01-26T18:59:49 < mawk> he was doing suspicious work in the appartment above me, I don't know how he obtained the keys 2019-01-26T18:59:53 < mawk> maybe he stuck a bomb there 2019-01-26T19:00:37 < Steffanx> Wut specing. Looking at the disassembly for specific calls to find bugs. Wut? 2019-01-26T19:01:15 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-26T19:01:22 < mawk> because of static check Steffanx 2019-01-26T19:01:26 < specing> Steffanx: yes. Sadly the compiler generates "May call last_chance_handler" warnings even if the final optimized code does not contain them 2019-01-26T19:01:46 < mawk> if the compiler emits calls to exception handlers that means the static checker wasn't able to enforce the correctness 2019-01-26T19:02:19 < Steffanx> But... No tools to do this for you? 2019-01-26T19:02:33 < Steffanx> Or have it emit warnings when it generates such call? 2019-01-26T19:04:26 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-26T19:07:52 < specing> Steffanx: Not that I know of. 2019-01-26T19:08:18 < marble_visions> specing: wasn't there a switch to disable runtime checks? 2019-01-26T19:09:01 < mawk> he's just using the presence of runtime checks as the static proof 2019-01-26T19:09:11 < mawk> he doesn't want to get rid of runtime checks just for the sake of it 2019-01-26T19:09:13 < mawk> as I understood it 2019-01-26T19:11:48 < specing> mawk: yes 2019-01-26T19:12:13 < specing> I am getting rid of runtime checks by changing my code so that such situation cannot occur any more 2019-01-26T19:12:37 < mawk> also could it be that you discovered a bug in the optimizer ? 2019-01-26T19:12:48 < specing> no, why? 2019-01-26T19:13:02 < mawk> that optimizes away exception calls even when the static checker asked for the exception call to be here 2019-01-26T19:14:08 < specing> no, redundant 'may call..' warnings are all over the place 2019-01-26T19:14:28 < specing> every other line of my integer to string procedure causes one to be emitted 2019-01-26T19:17:11 < mawk> I see 2019-01-26T19:21:02 < specing> I should make a report to AdaCore 2019-01-26T19:21:20 < mawk> the flappy bird game we made is for the adacore contest 2019-01-26T19:21:28 < mawk> you can contest too if you have a good idea 2019-01-26T19:21:57 < specing> the final calls can be uniquely matched to the file and line number, so it shoudn't be hard to supress redundant warnings 2019-01-26T19:22:10 < mawk> yes 2019-01-26T19:22:14 < mawk> you can make a PR too 2019-01-26T19:22:21 < specing> but it would require modifications to the compiler, doing an external tool for this would be silly 2019-01-26T19:35:44 < jpa-> something like objdump foo.elf | grep my_exception_handler | cut -f 1 | xargs addr2line -e foo.elf might work 2019-01-26T19:38:14 < bitmask> https://i.imgur.com/enL8v1u.png 2019-01-26T19:38:16 < bitmask> tha new silicone 2019-01-26T19:39:58 < BrainDamage> make boob shapes to put the heaters in 2019-01-26T19:42:00 < Steffanx> Anlol 2019-01-26T19:42:02 < Steffanx> lol* 2019-01-26T19:42:42 < bitmask> :) 2019-01-26T19:44:51 < Steffanx> I would do it and ship it to BrainDamage 2019-01-26T19:52:49 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-26T20:28:37 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2019-01-26T20:32:31 -!- cnt [uid317556@gateway/web/irccloud.com/x-knbdjdwkzofhslzr] has quit [Quit: Connection closed for inactivity] 2019-01-26T20:33:13 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-26T20:45:45 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Read error: Connection reset by peer] 2019-01-26T21:04:23 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-26T21:21:12 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-26T21:40:24 < Steffanx> "This Driver can't release to failure!!" Excellent error message. 2019-01-26T21:42:29 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-26T21:45:01 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:300e:a28a:41e8:3fa] has quit [Quit: Konversation terminated!] 2019-01-26T21:46:26 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 240 seconds] 2019-01-26T22:06:10 < bitmask> fuck man, thought I could watch some drug docu's.. I gotta stay away from that shit 2019-01-26T22:06:18 < marble_visions> Steffanx: oh man you should see some linux kernel driver code with the comments in actual chinese glyphs 2019-01-26T22:08:40 < bitmask> what to watch 2019-01-26T22:11:03 < jadew> bitmask, BrainDamage is on to something, a warmed fleshlight could sell 2019-01-26T22:12:02 < bitmask> not a bad idea but since guys cum in like 3 seconds you might as well just soak it in hot water for a few min first :P 2019-01-26T22:12:18 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-26T22:12:22 < jadew> good point 2019-01-26T22:12:51 < rajkosto> jadew, these already exist 2019-01-26T22:13:04 < jadew> oh 2019-01-26T22:13:10 < rajkosto> theres also super cheap "onahole warmers" for normal ones 2019-01-26T22:13:28 < jadew> by normal ones you mean live ones? 2019-01-26T22:13:45 < rajkosto> the ones that are just a slab of silicone 2019-01-26T22:13:49 < jadew> ah 2019-01-26T22:13:57 < rajkosto> live ones should already be heated or youre doing something very wrong 2019-01-26T22:13:59 < jadew> thought you mean there are pussy warmers 2019-01-26T22:14:52 < jadew> https://i.ebayimg.com/images/g/06sAAOSwxixaNe2O/s-l640.jpg 2019-01-26T22:15:07 < bitmask> aww, what a cute pussy 2019-01-26T22:15:20 < bitmask> hot pussy too 2019-01-26T22:20:34 -!- gnom [~aleksande@178.150.7.153] has quit [Ping timeout: 244 seconds] 2019-01-26T22:32:20 -!- boB_K7IQ [~boBK7IQ@73.109.61.126] has joined ##stm32 2019-01-26T22:33:53 -!- dobson [~dobson@68.ip-149-56-14.net] has quit [Quit: Leaving] 2019-01-26T22:37:26 < Ecco> Heya 2019-01-26T22:37:36 < Ecco> I'm looking for 3.2 x 2.5 mm crystals 2019-01-26T22:38:08 < Ecco> For some reason, on Farnell, the lowest freq they have at this package is 12 MHz 2019-01-26T22:38:27 < Ecco> I'd rather like 4 or 8 MHz 2019-01-26T22:38:37 < Ecco> should I expect to find any at this size? 2019-01-26T22:39:15 -!- gnom [~aleksande@178.150.7.153] has joined ##stm32 2019-01-26T22:40:05 < Thorn> Ecco: I've been told they exist but I haven't seen any personally 2019-01-26T22:40:17 < Ecco> ok 2019-01-26T22:40:29 < Ecco> What's the most common size for 4 or 8 MHz crystal? 2019-01-26T22:41:38 < rajkosto> the cheapest ones are the metal can types 2019-01-26T22:41:59 < englishman> 5x3.2 iirc 2019-01-26T22:42:07 < englishman> well the smallest common 2019-01-26T22:42:18 < rajkosto> if you want small smd packages use 3225 or 3215 2019-01-26T22:42:18 < englishman> the yuge metal can ones are definitely the cheapest and therefore most common 2019-01-26T22:42:28 < englishman> what's the application 2019-01-26T22:42:31 < Ecco> interesting 2019-01-26T22:42:37 < rajkosto> https://en.wikipedia.org/wiki/Crystal_oscillator says HC-49/S is most common 2019-01-26T22:42:42 < Ecco> the point of the crystal is to be able to do USB 2019-01-26T22:42:53 < englishman> on stm32? 2019-01-26T22:42:55 < Thorn> here is a 8MHz 3225 https://lcsc.com/product-detail/SMD-Crystals_KDS_DSX321G-8MHz_8MHz-12pF-20ppm_C57131.html 2019-01-26T22:42:56 < Ecco> yes 2019-01-26T22:43:07 < englishman> 12, 16, 24mhz wont work for some reason? 2019-01-26T22:43:12 < rajkosto> https://images.sshnuke.net/2019-01-26_21-43-07_1yLQMk6uh.png here is a 3225 and 3215 next to a stm32 2019-01-26T22:43:15 < englishman> if you want a small xtal 2019-01-26T22:43:35 < Ecco> rajkosto: yeah, I know the size of a 3225, but thanks :) 2019-01-26T22:43:38 < Thorn> so they do exist but they're not common afaict 2019-01-26T22:43:39 < englishman> or use a stm32 with xtalless usb 2019-01-26T22:43:43 < rajkosto> the big one would have taken space for both of those and then more 2019-01-26T22:43:51 < Ecco> I have a circuit ready 2019-01-26T22:43:53 < marble_visions> englishman: ++ 2019-01-26T22:44:09 < Ecco> in production, we're running into issues with ST's DFU bootloader 2019-01-26T22:44:16 < Ecco> ST's code auto-detects the crystal 2019-01-26T22:44:26 < Ecco> and fails miserably because the HSI is slightly our of spec 2019-01-26T22:44:27 < Thorn> can you even run stm32 from 4MHz HSE btw? 2019-01-26T22:44:35 < Thorn> isn't it 8...25? 2019-01-26T22:44:38 < Ecco> Thorn: yes. At least that's what the spec says 2019-01-26T22:44:45 < rajkosto> 8 or 12 works best 2019-01-26T22:44:50 < Ecco> Maybe it depends on the model 2019-01-26T22:45:01 < Ecco> Specs for the one I'm using says 4-26 2019-01-26T22:45:18 < Ecco> So like I said, we already have the PCB ready 2019-01-26T22:45:29 < englishman> are you using a 1% xtal or putting totally wrong caps or something 2019-01-26T22:45:37 < Ecco> nope 2019-01-26T22:45:44 < Ecco> the HSI is off 2019-01-26T22:45:55 < Ecco> which is what the STM32 uses to auto-detect the crystal 2019-01-26T22:46:01 < englishman> are you testing at -40C 2019-01-26T22:46:04 < Ecco> so it believes there's a 26 MHz crystal attached 2019-01-26T22:46:06 < Ecco> nope 2019-01-26T22:46:07 < Ecco> room temp 2019-01-26T22:46:10 < englishman> maybe time for a chat with st 2019-01-26T22:46:15 < Ecco> HSI is at 15.4 MHz 2019-01-26T22:46:17 < Ecco> Definitely 2019-01-26T22:46:25 < Ecco> we're having a discussion 2019-01-26T22:46:32 < englishman> cool 2019-01-26T22:46:45 < Ecco> in the meantime, I'm trying to find a workaround / make our design more resilient to HSI errors 2019-01-26T22:46:58 < Ecco> so I'm looking at lower freq crystals 2019-01-26T22:47:07 < englishman> switch to the superior atmega328p maybe 2019-01-26T22:47:31 < Ecco> because ST's bootloader looks for crysals that are an integer number of MHz between 4 and 26 2019-01-26T22:47:55 < Ecco> but 1MHz differece at 25 MHz is a 4% error. 1MHz diff at 4MHz is a 25% error. 2019-01-26T22:48:39 < Ecco> What you said regarding crystal price was interesting 2019-01-26T22:49:01 < rajkosto> the big ones are as cheap as pennies 2019-01-26T22:49:09 < Ecco> Do you have any idea of how cheap we'd talk? 2019-01-26T22:49:41 < Ecco> Currently we pay $0.17 for a 3225 2019-01-26T22:49:51 < rajkosto> thats pretty good 2019-01-26T22:49:53 < Ecco> should we expect a much lower price for a HC-49 one? 2019-01-26T22:50:27 < Ecco> Also, stupid question: wouldn't the pick'n'place have a harder time with larger parts? 2019-01-26T22:50:29 < rajkosto> 5 cents for one at 100pcs ? 2019-01-26T22:50:39 < englishman> thats pretty cheap for an xtal 2019-01-26T22:50:55 < Thorn> 150+ $0.0796 https://lcsc.com/product-detail/SMD-Crystals_Yangxing-Tech-X322512MSB4SI_C9002.html 2019-01-26T22:51:22 < rajkosto> metal case too, nice 2019-01-26T22:51:25 < Thorn> I use these to clock ethernet 2019-01-26T22:51:29 < Thorn> (iirc) 2019-01-26T22:51:31 < Ecco> Damn 2019-01-26T22:51:34 < Ecco> That's nice 2019-01-26T22:51:48 < englishman> Ecco: no 2019-01-26T22:51:55 < Ecco> why? 2019-01-26T22:51:58 < englishman> if your dicknplace has trouble with can xtals, find a new assembler 2019-01-26T22:52:15 < Ecco> oh, you were replying to the picknplace question :) 2019-01-26T22:52:17 < englishman> yes 2019-01-26T22:52:23 < Ecco> ok, I assumed it wouldn't be a problem, just wanted to make sure 2019-01-26T22:52:24 < Thorn> or maybe not these exact ones, these are 12 not 25MHz lol 2019-01-26T22:52:33 < englishman> as long as they still come on tape of course 2019-01-26T22:52:37 < Ecco> BTW, what's this lcsc.com website? 2019-01-26T22:52:40 < Ecco> englishman: sure 2019-01-26T22:52:51 < rajkosto> Ecco, chinese digikey for international users 2019-01-26T22:52:56 < Ecco> ok 2019-01-26T22:53:08 < Ecco> how relevant are their prices? 2019-01-26T22:53:59 < Ecco> I mean, digikey and friends are always much more expensive than dealing with the supplier directly 2019-01-26T22:54:15 < Ecco> they're very uesful if you want small quantities or need some parts shipped very fast 2019-01-26T22:54:28 < Ecco> but they're virtually useless if you want to estimate the final price of your bom, right? 2019-01-26T22:56:08 < marble_visions> Ecco: about your first few messages, the HSE is out of spec, right? "HSI" was a typo? 2019-01-26T22:56:08 < rajkosto> why are you using a 4MHz xtal anyway 2019-01-26T22:56:17 < Ecco> marble_visions: nope 2019-01-26T22:56:39 < rajkosto> using a 8MHz would probably fix your issue 2019-01-26T22:56:51 < rajkosto> or 12, or 16 or 24 (if supported) 2019-01-26T22:56:51 < Ecco> no, the HSI is out of spec, which trips the DFU bootloader when it auto-configures the HSE 2019-01-26T22:57:07 < Ecco> rajkosto: well, 24 vs 25 wouldn't probably change anything 2019-01-26T22:57:16 < rajkosto> what are you using 2019-01-26T22:57:18 < Ecco> 8 MHz would be a great start 2019-01-26T22:57:20 < Ecco> 25 MHz 2019-01-26T22:57:27 < rajkosto> isnt that out of spec 2019-01-26T22:57:37 < Ecco> nope 2019-01-26T22:57:46 < Ecco> spec says 4..26 MHz 2019-01-26T22:58:06 < Ecco> damn 2019-01-26T22:58:21 < Ecco> I'm really glad I got your advice on this guys 2019-01-26T22:58:32 < Ecco> indeed, SMD crystals are a lot more expensive than HC49 2019-01-26T22:58:50 < rajkosto> but hc49 is huge 2019-01-26T22:59:03 < Ecco> it is 2019-01-26T22:59:09 < Ecco> It's not that bad though 2019-01-26T22:59:18 < Ecco> anyway, I can make it fit in my design I think 2019-01-26T22:59:34 < Ecco> while we're on the topic of crystal prices 2019-01-26T22:59:41 < Ecco> what would be the cheapest way to get the RTC running? 2019-01-26T22:59:44 < rajkosto> for the big crystals make sure theres no massive current spikes returning through the ground plane around it 2019-01-26T22:59:54 < rajkosto> Ecco, the 32.768khz can with legs ? 2019-01-26T22:59:57 < Ecco> rajkosto: you lost me 2019-01-26T23:00:05 < Ecco> rajkosto: "the 32.768khz can with legs " -> Maybe? 2019-01-26T23:00:17 < rajkosto> those are so common 2019-01-26T23:00:22 < marble_visions> right, i need to rtfm to see what the stm bootloader does with the clocks. 2019-01-26T23:00:30 < Ecco> Also, how the hell are those pick-n-placed? 2019-01-26T23:00:36 < rajkosto> theyre not 2019-01-26T23:00:45 < Ecco> so… how are they mounted? 2019-01-26T23:00:52 < rajkosto> chiense sweatshop 2019-01-26T23:01:08 < rajkosto> you probably want the SMD black box ones that are similar size to hc49 2019-01-26T23:01:19 < rajkosto> those are next cheapest 2019-01-26T23:01:29 < rajkosto> https://media.rs-online.com/t_large/F6676117-01.jpg 2019-01-26T23:01:34 < Ecco> Yeah, so it's like 3cents for the crystal + 50 cents for assembly 2019-01-26T23:01:40 < Ecco> oh, ok 2019-01-26T23:01:52 < Ecco> lcsc does indeed say 3 cents for a legged crystal 2019-01-26T23:02:01 < Ecco> boy I had my bom completly wrong on crystals 2019-01-26T23:03:11 < rajkosto> the SMD 49 actually takes up more pcb space but can be pick and placed 2019-01-26T23:03:18 < Ecco> indeed 2019-01-26T23:03:55 < Ecco> well, that being said, if you have good flux I think the two-legged one can be soldered in a matter of seconds 2019-01-26T23:04:11 < Ecco> but it still doesn't look like a dream job 2019-01-26T23:04:18 < rajkosto> oh there are 32.768khz ones in smd 49 too 2019-01-26T23:04:43 < Ecco> well I might not be looking in the right place 2019-01-26T23:04:51 < Ecco> lcsc doesn't give me any 2019-01-26T23:05:07 < Ecco> sure they seem to have far fewer parts than digikey and friends 2019-01-26T23:05:12 < Ecco> but actually I'm looking for common parts 2019-01-26T23:05:18 < Ecco> so that's actually a good thing 2019-01-26T23:05:23 < rajkosto> lcsc has the 3215 32.768khz same price as the bigger smd ones, at 15cents 2019-01-26T23:05:33 < Ecco> yeah 2019-01-26T23:05:45 < rajkosto> https://lcsc.com/product-detail/SMD-Crystals_Seiko-Instruments__Seiko-Instruments-SSP-T7-F-32-768kHz-20PPM-12-5p_C108687.html vs https://lcsc.com/product-detail/SMD-Crystals_EPSON_Q13FC1350000400_FC-135-32-768KHz-20ppm-12-5pF_C32346.html 2019-01-26T23:05:45 < Ecco> 5 times more than the cylinder one 2019-01-26T23:06:06 < rajkosto> both are cheap enough/common enough to be used on bluepill/blackpill boards btw 2019-01-26T23:06:40 < rajkosto> so just use them 2019-01-26T23:06:57 < rajkosto> and 3225 for 12MHz, done 2019-01-26T23:07:12 < Ecco> yeah, but HC49 is a lot cheaper 2019-01-26T23:07:37 < Ecco> Completely unrelated question 2019-01-26T23:07:39 < rajkosto> 5c vs 11c 2019-01-26T23:07:52 < Ecco> how the hell can you pick'n'place on both sides of the PCB?? 2019-01-26T23:07:55 < rajkosto> worth having a honking can on your pcb ? 2019-01-26T23:08:01 < rajkosto> Ecco, you pay 3x the price for assembly 2019-01-26T23:08:02 < rajkosto> is how 2019-01-26T23:08:19 < rajkosto> absolutely avoid putting anything on the bottom 2019-01-26T23:08:21 < rajkosto> for that reason 2019-01-26T23:08:35 < rajkosto> other than maybe tht connectors 2019-01-26T23:08:38 < Ecco> yeah, I've just seen that on the bluepill 2019-01-26T23:08:38 < aandrew> wtf 2019-01-26T23:08:46 < aandrew> double sided SMT assembly is not THAT much more expensive 2019-01-26T23:08:53 < Ecco> apparently those are cheap devices 2019-01-26T23:09:01 < rajkosto> Ecco, they are also massive quantity produced 2019-01-26T23:09:02 < Ecco> but price aside, how can it even work? 2019-01-26T23:09:03 < aandrew> it's only another paste+place+reflow cycle 2019-01-26T23:09:08 < aandrew> Ecco: uh 2019-01-26T23:09:10 < rajkosto> at quantity, the cost goes down 2019-01-26T23:09:18 < aandrew> you paste+place+reflow, flip, do it again 2019-01-26T23:09:20 < Ecco> won't parts fall down on the second reflow cycle? 2019-01-26T23:09:28 < rajkosto> no, they are reflowed first 2019-01-26T23:09:29 < aandrew> you don't put heavy components on the bottom side unless you glue them 2019-01-26T23:09:35 < aandrew> surface tension holds them just fine 2019-01-26T23:09:47 < Ecco> oh, fun 2019-01-26T23:09:50 < BrainDamage> surface tension will have a decent holding capability on its own 2019-01-26T23:10:00 < rajkosto> unless you whack the board, components dont fall off the bottom side 2019-01-26T23:10:01 < BrainDamage> you can also use solders with different melting points 2019-01-26T23:10:10 < Ecco> BrainDamage: ha, good point 2019-01-26T23:14:49 < rajkosto> there can also be a glue squirting pass after the paste pass but before pick and place 2019-01-26T23:14:55 < Ecco> rajkosto: what did you mean about current spikes below the crystal? 2019-01-26T23:15:11 < rajkosto> Ecco, dont let the ground plane below the crystal carry significant return currents 2019-01-26T23:15:20 < Ecco> why not? 2019-01-26T23:15:25 < rajkosto> the crystal is very low voltage and is quite noise sensitive 2019-01-26T23:15:32 < Ecco> ok 2019-01-26T23:15:50 < Ecco> would a larger crystal be more sensitive? 2019-01-26T23:15:57 < rajkosto> theres more ground plane below it 2019-01-26T23:15:59 < rajkosto> is why im saying 2019-01-26T23:16:04 < Ecco> oh, ok :) 2019-01-26T23:16:24 < rajkosto> thats why some pcbs have cuts in the ground plane around the big crystal 2019-01-26T23:16:46 < Ecco> oh, interesting 2019-01-26T23:17:10 < Ecco> that's a good question though: how does current flow in a plane that connects two points? 2019-01-26T23:17:24 < rajkosto> low freqnecy == straight line, high frequency == under the signal 2019-01-26T23:17:41 < Ecco> what does "under the signal" mean? 2019-01-26T23:17:49 < rajkosto> ground plane as close to the signal line 2019-01-26T23:17:54 < rajkosto> usually straigth under it 2019-01-26T23:18:29 < Ecco> oh, ok 2019-01-26T23:18:34 < Ecco> got it 2019-01-26T23:18:35 < Ecco> that's fun 2019-01-26T23:19:43 < Ecco> gotta love chinese engrish 2019-01-26T23:19:47 < Ecco> https://datasheet.lcsc.com/szlcsc/ZheJiang-East-Crystal-Elec-C04000J091_C259039.pdf 2019-01-26T23:19:52 < Ecco> "Hing reliability is achieved by metal cap" 2019-01-26T23:19:56 < Ecco> Hing reliability :-D 2019-01-26T23:19:59 < rajkosto> anyway for big crystals they either do this https://i.stack.imgur.com/KPKN3.png or this https://images.sshnuke.net/2019-01-26_22-19-57_A21yL0VvD.png 2019-01-26T23:20:20 < Ecco> rajkosto: thank you so much for taking your time to explain this 2019-01-26T23:20:21 < rajkosto> both pretty extreme 2019-01-26T23:20:26 < rajkosto> you can yolo it and hope it works with no cuts though 2019-01-26T23:20:30 < rajkosto> usually does 2019-01-26T23:20:31 < Ecco> First one I understood 2019-01-26T23:20:35 < Ecco> second one not so much 2019-01-26T23:20:37 < Ecco> oh wait 2019-01-26T23:20:45 < rajkosto> cut in plane == return current has to avoid it 2019-01-26T23:20:45 < Ecco> that's just an isolated plane, right? 2019-01-26T23:20:59 < Ecco> is it actually connected to gnd somehow? 2019-01-26T23:21:03 < rajkosto> it is 2019-01-26T23:21:04 -!- dobson [~dobson@68.ip-149-56-14.net] has joined ##stm32 2019-01-26T23:21:07 < Ecco> first solution seems easier 2019-01-26T23:21:08 < rajkosto> under the XI/XO wires 2019-01-26T23:21:16 < rajkosto> you can also omit the cut to the very right 2019-01-26T23:21:22 < rajkosto> current will still avoid it 2019-01-26T23:21:30 < Ecco> ok 2019-01-26T23:21:35 < Ecco> second screenshot looks like Altium 2019-01-26T23:21:45 < Ecco> can you define "keep-out" areas for polygon pours? 2019-01-26T23:21:45 < rajkosto> yes its a board i hand etched. 2019-01-26T23:21:54 < rajkosto> its called polygon cutout 2019-01-26T23:21:58 < Ecco> Or do you have to define a funky shape for the polygon pour 2019-01-26T23:22:01 < rajkosto> and its exactly what the dashed line rectangels are 2019-01-26T23:22:02 < Ecco> oh, ok, nice 2019-01-26T23:22:05 < Ecco> great 2019-01-26T23:22:06 < Ecco> thanks! 2019-01-26T23:23:08 < rajkosto> why are you even worrying about xtal prices if you are a beginner 2019-01-26T23:24:24 < Ecco> well, parts tend to be so integrated these days that you can get quite a lot of things working even if you suck at actual EE 2019-01-26T23:24:46 < rajkosto> yeah but 20 vs 10 cents doesnt matter at small quantities for messing around 2019-01-26T23:25:10 < Ecco> sure, but not if you buy a lot :) 2019-01-26T23:25:45 < Ecco> I mean, the board house doesn't give a shit wether your design is good or not 2019-01-26T23:25:55 < Ecco> and even bad design have a great chance of working most of the time 2019-01-26T23:26:32 < Ecco> apparently there are quite a few details I overlooked, and so far didn't run into any trouble 2019-01-26T23:26:40 < Ecco> e.g. trace length matching on quad-spi 2019-01-26T23:26:50 < Ecco> or in this case, avoiding current below a crystal 2019-01-26T23:27:00 < rajkosto> well you ARE having crystal problems 2019-01-26T23:27:03 < Ecco> maybe we had a few boards fail because of that 2019-01-26T23:27:07 < Ecco> oh no 2019-01-26T23:27:08 < Ecco> we don't 2019-01-26T23:27:09 < rajkosto> value too weird/high though is more likely 2019-01-26T23:27:17 < Ecco> no, we really don't 2019-01-26T23:27:22 < Ecco> the crystals are just right 2019-01-26T23:27:31 < Ecco> it's the STM32's HSI that's off 2019-01-26T23:27:49 < Ecco> so it thinks it's hooked to a 26 MHz crystal when in reality it's hooked to a 25 one 2019-01-26T23:29:28 < Ecco> anyway 2019-01-26T23:29:34 < Ecco> it's true that HC49 are huge 2019-01-26T23:29:57 < Ecco> they didn't look that big on the bluepill picture 2019-01-26T23:30:40 < rajkosto> larger than the chip + pins 2019-01-26T23:30:54 < Ecco> yeah, true 2019-01-26T23:39:00 -!- boB_K7IQ [~boBK7IQ@73.109.61.126] has quit [Ping timeout: 268 seconds] 2019-01-26T23:40:10 -!- oz4ga [~tim@hator.sunsite.lv] has quit [Quit: ZNC 1.7.1 - https://znc.in] --- Day changed Sun Jan 27 2019 2019-01-27T00:04:51 -!- boB_K7IQ [~boBK7IQ@73.109.60.243] has joined ##stm32 2019-01-27T00:19:37 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has joined ##stm32 2019-01-27T00:21:50 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-27T00:23:07 -!- boB_K7IQ [~boBK7IQ@73.109.60.243] has quit [Ping timeout: 240 seconds] 2019-01-27T00:24:52 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-27T00:29:07 < jadew> Ecco, you don't need length matching for SPI 2019-01-27T00:29:31 < jadew> unless you're doing really high frequency or your lines are extremely off 2019-01-27T00:29:46 -!- machinehum [~machinehu@ip-142-232-166-215.ptr.bcit.ca] has joined ##stm32 2019-01-27T00:34:06 < jadew> I just did the math on this, with a clock speed of 10 MHz, your traces could be different by as much as 7 meters and it would still work 2019-01-27T00:34:36 < machinehum> For? 2019-01-27T00:34:41 < jadew> for SPI 2019-01-27T00:34:48 < machinehum> At what f 2019-01-27T00:34:55 < jadew> 10 MHz clock speed 2019-01-27T00:35:22 < machinehum> That's just for signal timing? 2019-01-27T00:35:26 < jadew> yeah 2019-01-27T00:35:48 < jadew> this was about how length matching is not necessary 2019-01-27T00:35:48 < machinehum> I mean parasitic inducatace will fuck you before 2019-01-27T00:36:19 < machinehum> Guess I should stop length matching like a pussy 2019-01-27T00:36:42 < rajkosto> spi can go up to 80-100MHz for common serial falsh 2019-01-27T00:36:49 < qyx> how did you get 7m? 2019-01-27T00:36:58 < machinehum> c bro 2019-01-27T00:37:00 < rajkosto> just length match to 10mm and its fine 2019-01-27T00:37:22 < jadew> qyx, c / 10e6 * FR-4 velocity factor 2019-01-27T00:38:24 < qyx> thats about 30m for 100ns not considering velocity factor 2019-01-27T00:38:32 < qyx> but yeah, thats for the whole clock cycle 2019-01-27T00:38:37 < rajkosto> halve it 2019-01-27T00:38:43 < qyx> ok, fair enough 2019-01-27T00:38:46 < BrainDamage> you want 1/10, not 1/2 2019-01-27T00:39:00 < BrainDamage> but even then it'd be 3m 2019-01-27T00:39:16 < jadew> yep and if you divide it, you get the half cycle by when the signal has to be stable 2019-01-27T00:39:23 < machinehum> I've never actually length matched for SPI... 2019-01-27T00:39:31 < jadew> BrainDamage, what do you mean? 2019-01-27T00:39:33 < machinehum> Only for a parallel ram chip 2019-01-27T00:39:45 < jadew> c / 10e6 * vf = 14.4 meters 2019-01-27T00:39:55 < BrainDamage> jadew: a whole wavelength of delay is a 360 deg rotation 2019-01-27T00:39:58 < jadew> divided by 2, for the half cycle, you get 7 m 2019-01-27T00:40:01 < BrainDamage> signal gets fucked already at 1/4 rotation 2019-01-27T00:40:20 < BrainDamage> because it's a 90 deg phase shift 2019-01-27T00:40:42 < BrainDamage> and it's linear with phase, so you want even less than 90 deg 2019-01-27T00:40:51 < BrainDamage> ideally you want say, 20-30 deg rotation max 2019-01-27T00:41:16 < BrainDamage> hence why, 1/4 to get 90 deg, *1/2 to get to 45, and some extra margin gives you 1/10 2019-01-27T00:41:48 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-27T00:41:56 < jadew> what fucks it by 1/4? 2019-01-27T00:42:07 < machinehum> Hey has anyone ever designed a 400Mhz antenna that is 4cm long? 2019-01-27T00:42:25 < BrainDamage> jadew: a 90 deg phase shift is a lot 2019-01-27T00:42:39 < jadew> BrainDamage, yeah, but does it have to ruin the signal? 2019-01-27T00:42:58 < BrainDamage> for analog consider it's a completely different orthogonal base 2019-01-27T00:43:09 < jadew> you'd get transmission line effects... so if it's well designed, shouldn't it survive the trip? 2019-01-27T00:43:15 < BrainDamage> there's whole modulations built upon that a 90 deg phase shift is an orthogonal shift 2019-01-27T00:43:40 < BrainDamage> no, more like the sampling crap at the ic won't see a stable signal 2019-01-27T00:44:35 < BrainDamage> machinehum: if you're doing a 4cm antenna it's electrically short, it means your performance will be sub-optimal, but it's doable 2019-01-27T00:44:45 < BrainDamage> machinehum: a "rubber ducky" pattern will work 2019-01-27T00:45:34 < jadew> BrainDamage, can you please elaborate on the previous topic please? what would destroy the signal? 2019-01-27T00:45:51 < BrainDamage> jadew: are you familiar with odd-even signal analysis? 2019-01-27T00:45:58 < machinehum> BrainDamage: Wavelength is like 18cm or something 2019-01-27T00:46:01 < BrainDamage> also called common mode and differential 2019-01-27T00:46:17 < jadew> I am not 2019-01-27T00:46:18 < machinehum> We want like a -3db antenna 2019-01-27T00:46:25 < BrainDamage> machinehum: wavelength is 78cm, 1/4 lambda is 18cm 2019-01-27T00:46:57 < machinehum> So you could get 0db with 18cm and enough gnd 2019-01-27T00:47:18 < BrainDamage> a 18cm antenna is a marconian antenna, which has 6db gain 2019-01-27T00:47:23 < BrainDamage> jadew: it's a direct application of superposition, you can decompose any pair of generators into odd-even pair 2019-01-27T00:47:35 < BrainDamage> jadew: one is a common mode one, another is a differential 2019-01-27T00:48:04 < BrainDamage> this produces symmetries in the circuit, which let you analyse it easier 2019-01-27T00:48:11 < jadew> I'll have to read up on it 2019-01-27T00:48:13 < BrainDamage> eg common mode caps disappear under differential signal, etc 2019-01-27T00:48:24 < BrainDamage> the result is that you get 2 different char impedances 2019-01-27T00:48:44 < BrainDamage> one on common mode, another on differential 2019-01-27T00:49:45 < jadew> is this relevant only for this low frequency and because of the relatively big length of trace we were speaking about? 2019-01-27T00:50:07 < BrainDamage> calculate the reflection coefficient with a gamma that implies a rotation of 90°, and you'll see that very little signal ends up at your pin 2019-01-27T00:50:17 < BrainDamage> no, it can be applied at any freq 2019-01-27T00:50:22 < machinehum> BrainDamage: Is a -3db antenna possible in 4cm? You know RF because I sure don't. 2019-01-27T00:50:49 < BrainDamage> jadew: small or big of circuit is only relative to the wavelength 2019-01-27T00:51:08 < jadew> BrainDamage, is that assuming that the input pin is of a different impedance than the TL? 2019-01-27T00:51:17 < BrainDamage> the output will be 2019-01-27T00:51:22 < BrainDamage> because of the mismatch 2019-01-27T00:52:21 < BrainDamage> machinehum: it miiight be possible 2019-01-27T00:52:31 < BrainDamage> but it's kinda stretching it 2019-01-27T00:52:42 < machinehum> Do you have sim software? 2019-01-27T00:52:51 < machinehum> Because there's bitcoin in it for you. 2019-01-27T00:52:58 < BrainDamage> yes, I have a sim 2019-01-27T00:56:16 < machinehum> But serious how much would you charge for your "best shot" 2019-01-27T00:59:08 < BrainDamage> I'm rather rusty in antenna design, you might want someone else 2019-01-27T00:59:55 < machinehum> Fine I'll go find someone else on a random IRC channel 2019-01-27T01:01:27 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-27T01:11:30 < englishman> Ecco: you can certainly buy 35khz smt xtals. 2019-01-27T01:12:24 < englishman> and, unless you are buying millions of parts, distributors are pretty much how you will be buying stuff 2019-01-27T01:12:50 < englishman> even then, probably distributors 2019-01-27T01:18:07 < BrainDamage> machinehum: https://www.digikey.com/product-detail/en/linx-technologies-inc/ANT-433-HETH/ANT-433-HETH-ND/625468 2019-01-27T01:18:44 < machinehum> Tried it 2019-01-27T01:20:45 < BrainDamage> I would say to crawl digikey, there's plenty of readily made coil ( rubber ducky ) antennas you can slap on your pcb 2019-01-27T01:21:11 < machinehum> The problem is 2019-01-27T01:21:25 < machinehum> The amount of gnd you need on your pcb is massive 2019-01-27T01:21:52 < machinehum> For instance look at this guy 2019-01-27T01:21:54 < machinehum> https://www.digikey.com/product-detail/en/linx-technologies-inc/AEK-433-USP/AEK-433-USP-ND/3830744 2019-01-27T01:22:50 < machinehum> Like yeah you antenna is 12mm long... the PCB that you've done your testing on is 20cm... 2019-01-27T01:22:55 < machinehum> your* 2019-01-27T01:23:03 < BrainDamage> that's why I suggested a coil antenna 2019-01-27T01:23:17 < BrainDamage> you DON'T want ground planes under the antenna 2019-01-27T01:23:45 < BrainDamage> see my link's datashit 2019-01-27T01:23:56 < machinehum> There are no gain plots for that part though 2019-01-27T01:24:08 < machinehum> Yeah I got the link thanks :) 2019-01-27T01:24:27 < BrainDamage> it offers a max gain and a VSWR 2019-01-27T01:24:44 < BrainDamage> if you assume that the losses are constant in freq for your region 2019-01-27T01:24:58 < BrainDamage> then flip the VSWR and you got your gain plot 2019-01-27T01:25:33 < BrainDamage> in particular, you can turn VSWR into gamma ( reflection coefficient ) 2019-01-27T01:25:47 < BrainDamage> gamma^2 gives you % of reflected power 2019-01-27T01:26:13 < BrainDamage> is this a tx antenna? 2019-01-27T01:26:17 < machinehum> Yes 2019-01-27T01:26:32 < BrainDamage> typical acceptable vswr for tx'ing is 2:1 2019-01-27T01:26:41 < BrainDamage> which corresponds to about 10% of reflected power 2019-01-27T01:26:55 < BrainDamage> which you can see indicated in the graph 2019-01-27T01:28:03 < machinehum> I mean don't you still need a ton of gnd for these guys? Because it's technically the other side of a dipole? 2019-01-27T01:28:25 < machinehum> Keep in might I don't really know what I'm talking about 2019-01-27T01:29:54 < BrainDamage> yes, but you can reduce the ground size and get just reduced performance 2019-01-27T01:30:35 < BrainDamage> also that ground plane is part of your circuit anyway 2019-01-27T01:30:49 < BrainDamage> what's your pcb size? 2019-01-27T01:30:52 < machinehum> Ideally I want to keep that performance 2019-01-27T01:31:00 < machinehum> < 40cm x 40cm 2019-01-27T01:31:15 < BrainDamage> that's more than enough 2019-01-27T01:31:29 < BrainDamage> lambda/4 ground plane size is sufficient 2019-01-27T01:31:40 < BrainDamage> yours reaches more than lambda/2 2019-01-27T01:31:58 < machinehum> I thought lamdba/4 was 18cm? 2019-01-27T01:32:07 < BrainDamage> yes, and yours is 40 2019-01-27T01:32:11 < BrainDamage> which is more than twice 2019-01-27T01:32:17 < machinehum> Shit sorry. 2019-01-27T01:32:21 < machinehum> 40mm x 40mm 2019-01-27T01:32:30 < machinehum> My bad. 2019-01-27T01:32:59 < BrainDamage> ok, yes, that'll reduce performance considerably 2019-01-27T01:33:16 < BrainDamage> you'll have to sim to know 2019-01-27T01:34:20 < machinehum> Is there any magic? Our BOM target is unlimited 2019-01-27T01:34:31 < machinehum> Like crazy materials 2019-01-27T01:35:11 < BrainDamage> the higher the dielectric and the magnetic constants, the smaller you can make your shit 2019-01-27T01:35:25 < BrainDamage> or you could use two of those 2019-01-27T01:35:37 < BrainDamage> you don't strictly need ground as a counterpoise 2019-01-27T01:35:41 < machinehum> Yeah I found some shit like that ... Really expensive materials which is okay 2019-01-27T01:35:53 < BrainDamage> you can use another and form a helical dipole 2019-01-27T01:36:09 < machinehum> Cool 2019-01-27T01:36:14 < BrainDamage> it won't be as omni as a single one, but it could be acceptable 2019-01-27T01:36:21 < BrainDamage> however, again, you'll need to sim 2019-01-27T01:36:34 < BrainDamage> but you might get away with something rather compact 2019-01-27T01:36:38 < machinehum> I gotta go, I'll go look around 2019-01-27T01:36:39 < machinehum> thanks! 2019-01-27T01:36:44 -!- machinehum [~machinehu@ip-142-232-166-215.ptr.bcit.ca] has quit [Quit: WeeChat 1.4] 2019-01-27T02:05:46 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-27T02:44:04 -!- dunnousernamefn [~dunnouser@ool-43523ad8.dyn.optonline.net] has quit [Ping timeout: 250 seconds] 2019-01-27T02:44:41 -!- dunnousername [~dunnouser@ool-43523ad8.dyn.optonline.net] has joined ##stm32 2019-01-27T02:44:48 -!- dunnousername [~dunnouser@ool-43523ad8.dyn.optonline.net] has quit [Remote host closed the connection] 2019-01-27T03:10:17 < rajkosto> https://images.sshnuke.net/2019-01-27_02-10-13_wTECkyLwv.png 2019-01-27T03:20:42 < Cracki> weird meme but ok 2019-01-27T03:26:48 < Cracki> the borg command you to dial 101010 https://www.youtube.com/watch?v=XaRF277497Y 2019-01-27T03:27:52 < rajkosto> https://pbs.twimg.com/media/Dk-zDmeU4AAMLH7.jpg 2019-01-27T03:31:48 < bitmask> can I get some physics help? 2019-01-27T03:32:08 < bitmask> basic electricity stuff 2019-01-27T03:32:53 < bitmask> if I have multistrand carbon fiber and have it connected at both ends to regular wire, does it matter if the strands are touching throughout the path? 2019-01-27T03:33:12 < bitmask> if I split it into say two sets of paths does it change anything? 2019-01-27T03:34:23 < mawk> I don't know the resistance of that wire bitmask 2019-01-27T03:34:28 < mawk> but I guess it's non negligible 2019-01-27T03:34:37 < bitmask> 9 ohms per meter 2019-01-27T03:34:38 < mawk> it all depends on the current you're planning 2019-01-27T03:34:39 < rajkosto> cant win, if i export to parasolid to try and get copper traces, i get unfolded board, with step i get folded but no copper 2019-01-27T03:35:14 < mawk> if you split the two wires with exactly the same number of strands in them it should be okay bitmask 2019-01-27T03:35:39 < BrainDamage> bitmask: draw the thing 2019-01-27T03:36:06 < bitmask> but I dont need numbers, just say I have it all together and it draws 2 amps, if I keep it connected at the ends but just pull it apart in the middle to 'draw' two separate paths with it, will it still draw 2 amps and just be in a ratio of however many strands are in each path 2019-01-27T03:36:47 < Cracki> bitmask, consider: wherever they touch, they'd have the same voltage potential there, right? 2019-01-27T03:36:56 < Cracki> (before touching, of course) 2019-01-27T03:37:33 < Cracki> model it as four resistors, two series, two parallel 2019-01-27T03:37:41 < Cracki> nothing will happen 2019-01-27T03:38:25 < Cracki> things would happen if the near-beginning of one strand touched the near-end of the other... then you'd have a very short current path 2019-01-27T03:38:42 < bitmask> I guess I'm more wondering about how electrons flow, is it by cross sectional area or does it mostly travel on the surface so surface area, I guess that doesnt really make sense 2019-01-27T03:39:01 < mawk> the surface thing is for AC 2019-01-27T03:39:01 < Cracki> for hf, "skin effect" 2019-01-27T03:39:06 < bitmask> ahh 2019-01-27T03:39:06 < Cracki> for dc, all through 2019-01-27T03:39:16 < mawk> I computed it in school, but I don't remember 2019-01-27T03:39:24 < bitmask> ok so then its just like having thousands of resistors in parallel so I'm good 2019-01-27T03:40:01 < mawk> splitting in two will double the resistance, no ? 2019-01-27T03:40:08 < mawk> that's another thing you might be concerned about 2019-01-27T03:40:20 < bitmask> its all still connected together at the ends 2019-01-27T03:40:24 < Cracki> 2R but two strands, so again R 2019-01-27T03:40:29 < mawk> yes 2019-01-27T03:40:38 < Cracki> makes no diff how you slice the current carrier 2019-01-27T03:40:39 < mawk> if it's exactly the same strands the current will just halve properly 2019-01-27T03:40:48 < mawk> but if they are not symmetrical something bad could happen no ? 2019-01-27T03:40:50 < bitmask> so each strand has double the resistance but half the current so it totals the same 2019-01-27T03:40:57 < mawk> yes, if they're the same cross section 2019-01-27T03:41:01 < Cracki> only worry should be if strands touch so that the current path is actually shortened 2019-01-27T03:41:07 < bitmask> right 2019-01-27T03:41:09 < bitmask> ok 2019-01-27T03:41:15 < mawk> if they touch it's at the same length from start as you said, it should be fine 2019-01-27T03:42:10 < bitmask> I just want to reduce the hotspots without using more carbon fiber, thus increasing resistance. so I was gonna spread the strands out 2019-01-27T03:42:20 < bitmask> so as long as I dont create shorts I"m good 2019-01-27T03:42:55 < BrainDamage> slather them in silicone 2019-01-27T03:43:00 < Cracki> yeah spread'em 2019-01-27T03:43:04 < bitmask> thats what I'm doing 2019-01-27T03:43:34 < bitmask> 1mm sheet on bottom, spread thin layer of silicone adhesive on top, lay it out, then plot another 1mm on top 2019-01-27T03:43:41 < BrainDamage> more silicone than a washed out 60yo diva 2019-01-27T03:44:10 < BrainDamage> oh btw, make sure you have short circuit protection at the battery 2019-01-27T03:44:28 < BrainDamage> with movement and rubbing around, the insulation of the wires from the batteries might wear out and short 2019-01-27T03:45:14 < bitmask> I do 2019-01-27T03:45:51 < bitmask> short circuit and over current @ 10A and over discharge 2019-01-27T04:05:19 -!- tjq [uid339161@gateway/web/irccloud.com/x-xekftzggsriwdjtm] has joined ##stm32 2019-01-27T04:20:16 < Cracki> lovely https://pbs.twimg.com/media/DxuJIP-WwAAGn6O.jpg 2019-01-27T04:22:56 < aandrew> Cracki: awesome 2019-01-27T04:24:01 < Cracki> thousands of people save this shit because in 20 years we'll have summary trials that are very short 2019-01-27T04:27:18 < aandrew> https://www.getfpv.com/45-degree-male-to-female-sma-connector-1-pcs.html 2019-01-27T04:27:19 < aandrew> interesting 2019-01-27T04:38:03 < englishman> nice annenuator 2019-01-27T04:43:13 -!- gsi__ [~gsisig@x4db6b9f6.dyn.telefonica.de] has joined ##stm32 2019-01-27T04:46:43 -!- gsi_ [~gsisig@x4db96bd1.dyn.telefonica.de] has quit [Ping timeout: 268 seconds] 2019-01-27T04:58:29 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-27T05:01:50 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Bye!] 2019-01-27T05:03:23 < tjq> that was left handed! 2019-01-27T05:08:48 -!- Chris_M|2 [~Chris_M@203-214-92-156.dyn.iinet.net.au] has joined ##stm32 2019-01-27T05:08:49 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Disconnected by services] 2019-01-27T05:08:49 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-27T05:08:53 -!- Cracki_ is now known as Cracki 2019-01-27T05:09:14 -!- Chris_M [~Chris_M@203-214-94-150.dyn.iinet.net.au] has quit [Ping timeout: 250 seconds] 2019-01-27T05:45:57 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-27T05:51:12 < tjq> https://usercontent.irccloud-cdn.com/file/QwV1q9wx/blaxter 2019-01-27T05:51:23 < tjq> wanted to show Laurenceb 2019-01-27T05:52:18 < tjq> I saw this while visiting blxtrland 2019-01-27T05:52:39 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 244 seconds] 2019-01-27T05:52:51 < Cracki> apropos "kill whitey"... https://harvardmagazine.com/2002/09/abolish-the-white-race.html 2019-01-27T05:54:54 < tjq> maybe send that to him 2019-01-27T05:55:22 < Cracki> I don't think he's ready for that. he strikes me as a centrist. 2019-01-27T05:55:43 < tjq> idk then 2019-01-27T05:56:02 < tjq> put him in the cor-bin then 2019-01-27T05:56:56 < rue_shop1> anyone good with openocd? 2019-01-27T05:59:06 < Cracki> you should rephrase that question 2019-01-27T05:59:46 < rajkosto> the ARM GCC Eclipse has a good openocd port 2019-01-27T06:13:17 -!- fc5dc9d4_ [~quassel@p5B081D8E.dip0.t-ipconnect.de] has joined ##stm32 2019-01-27T06:17:08 -!- fc5dc9d4 [~quassel@p57A32330.dip0.t-ipconnect.de] has quit [Ping timeout: 245 seconds] 2019-01-27T06:19:56 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 240 seconds] 2019-01-27T06:20:24 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-27T06:26:02 < rue_shop1> openocd -f $(OPENOCD_SCRIPTS_DIR)/interface/stlink-v2.cfg -f $(OPENOCD_SCRIPTS_DIR)/target/stm32f1x_stlink.cfg -c init -c targets -c "halt" -c "flash write_image erase ./$(BINARY).elf" -c "verify_image ./$(BINARY).elf" -c "reset run" -c shutdown 2019-01-27T06:26:27 < rue_shop1> this line fails with a lockup usually the first time I use it, and I have to wait for a timeout and run it agian, any ideas? 2019-01-27T06:27:27 < rue_shop1> I'm assuming someone uses it so much they just have an entirely different answer I can use 2019-01-27T06:37:13 < englishman> it might be a little late for the openocd pros, maybe stick around until they wak eup 2019-01-27T06:37:57 < rue_shop1> about 72 hours by my clock 2019-01-27T06:38:12 < rue_shop1> think rue 2019-01-27T06:38:38 < englishman> my clock only goes up to 12 2019-01-27T06:38:41 < rue_shop1> whats a good paristaltic.... wait, ... wrong channel 2019-01-27T06:43:37 < Cracki> did you just ask for a laxative 2019-01-27T06:43:48 < Cracki> no this is totally the right channel for htat 2019-01-27T06:44:57 < bitmask> https://i.imgur.com/J9G6MX0.png 2019-01-27T06:45:04 < bitmask> now thats a heater ;) 2019-01-27T06:48:06 < aandrew> what's the green wire 2019-01-27T06:49:16 < bitmask> thermistor 2019-01-27T06:49:50 < aandrew> interesting 2019-01-27T06:50:27 < bitmask> did you see my original panels? 2019-01-27T06:50:36 < bitmask> they were 2-3x thicker 2019-01-27T06:52:11 < bitmask> https://i.imgur.com/KGMCetV.png 2019-01-27T07:06:27 < aandrew> I think I saw those pics 2019-01-27T07:06:34 < aandrew> what did you do to reduce the thickness? just different silicone? 2019-01-27T07:11:00 < Cracki> sheets of silicone instead of a mold 2019-01-27T07:11:22 < bitmask> yea I 3d printed a mold I designed and then just filled it with silicone caulk 2019-01-27T07:11:47 < bitmask> this time I just bought 1mm thick sheet of silicone and then used silicone adhesive to sandwich everything together 2019-01-27T07:13:59 < bitmask> also for the mold, one of the reasons I made it thick was to hold magnets in the corners which were 3mm thick (so 3mm + 1mm on each side to hold in place), but that was a stupid idea 2019-01-27T07:31:56 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 240 seconds] 2019-01-27T07:33:25 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-27T07:39:54 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-27T07:43:42 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 268 seconds] 2019-01-27T07:43:42 -!- day_ is now known as day 2019-01-27T08:04:58 -!- tjq [uid339161@gateway/web/irccloud.com/x-xekftzggsriwdjtm] has quit [Quit: Connection closed for inactivity] 2019-01-27T08:19:13 -!- gsi__ is now known as gsi_ 2019-01-27T08:21:38 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-27T08:32:32 -!- cnt [uid317556@gateway/web/irccloud.com/x-golsckabitkzeqyz] has joined ##stm32 2019-01-27T09:12:29 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Disconnected by services] 2019-01-27T09:12:29 -!- Cracki [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-27T09:12:41 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-27T09:14:45 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Client Quit] 2019-01-27T09:14:57 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-27T09:16:12 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 268 seconds] 2019-01-27T09:17:46 -!- PaulFertser [paul@paulfertser.info] has quit [Read error: Connection reset by peer] 2019-01-27T09:18:05 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2019-01-27T09:19:39 -!- Peter_M [~bgdwiepp@1.129.107.34] has joined ##stm32 2019-01-27T09:19:47 -!- Peter_M [~bgdwiepp@1.129.107.34] has quit [Client Quit] 2019-01-27T09:21:26 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 250 seconds] 2019-01-27T09:21:52 -!- PeterM [~bgdwiepp@1.129.107.34] has joined ##stm32 2019-01-27T09:49:27 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Ping timeout: 240 seconds] 2019-01-27T09:54:57 < Cracki> london's eels are on coke https://www.news.com.au/technology/science/animals/eels-in-river-thames-hooked-on-cocaine/news-story/62fe09b2ed32c159603fa0cc8f39cd8c 2019-01-27T09:57:29 < Cracki> they should just tax the coke noses 2019-01-27T10:06:21 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-27T10:13:00 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has quit [Ping timeout: 250 seconds] 2019-01-27T10:14:18 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-27T10:48:08 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-27T10:49:18 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-27T10:50:26 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-27T10:52:09 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-27T10:52:18 -!- cnt [uid317556@gateway/web/irccloud.com/x-golsckabitkzeqyz] has quit [Quit: Connection closed for inactivity] 2019-01-27T11:00:53 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-27T11:08:50 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:b4cb:c16c:cf87:da30] has joined ##stm32 2019-01-27T11:10:31 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has joined ##stm32 2019-01-27T11:28:24 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 250 seconds] 2019-01-27T11:40:07 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-27T11:41:26 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 240 seconds] 2019-01-27T11:41:26 -!- davor_ is now known as davor 2019-01-27T11:47:02 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 250 seconds] 2019-01-27T12:04:55 < dongs> warning C4293: '<<': shift count negative or too big, undefined behavior 2019-01-27T12:05:02 < dongs> pValue = (uint64_t)((Array[0] << 56) | (Array[1] << 48) | (Array[2] << 40) | (Array[3] << 32) | (Array[4] << 24) | (Array[5] << 16) | (Array[6] << 8) | Array[7]); 2019-01-27T12:05:05 < dongs> why? 2019-01-27T12:11:20 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-27T12:16:34 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-27T12:16:55 < specing> dongs: array is not uint64_t[]? 2019-01-27T12:21:42 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 244 seconds] 2019-01-27T12:24:46 < zyp> because you're casting to 64-bit after the shift, not before it 2019-01-27T12:37:15 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 246 seconds] 2019-01-27T12:43:30 -!- ekaOlogik [~quassel@p4FF16F8B.dip0.t-ipconnect.de] has joined ##stm32 2019-01-27T12:43:46 < Thorn> quality musics https://www.youtube.com/watch?v=K_d1AQuur3Q 2019-01-27T13:10:03 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 245 seconds] 2019-01-27T13:10:34 < Steffanx> You forgot to say "imho" Thorn 2019-01-27T13:33:21 -!- catphish [~catphish@unaffiliated/catphish] has quit [Ping timeout: 268 seconds] 2019-01-27T14:13:26 -!- Chris_M|2 [~Chris_M@203-214-92-156.dyn.iinet.net.au] has quit [Ping timeout: 240 seconds] 2019-01-27T14:26:06 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-27T14:31:16 -!- PeterM [~bgdwiepp@1.129.107.34] has quit [Ping timeout: 250 seconds] 2019-01-27T14:34:35 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-27T15:05:21 < kakimir> sweet I'm still under the blanket 2019-01-27T15:14:28 < antto> wut'cha doin' there? 2019-01-27T15:15:26 < dongs> zyp, do i need to cast all of them 2019-01-27T15:16:42 < kakimir> I don't know antto, watching repair videos for DC3 2019-01-27T15:17:17 < antto> kakimir so, wut kind of switching regulator would you recommend, since you laughed at the mc33063 sorta 2019-01-27T15:20:35 < kakimir> basically anything else 2019-01-27T15:22:20 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-27T15:23:56 < jpa-> mc33063 is quite inefficient and outdated, but is there something else wrong with it? 2019-01-27T15:25:12 < antto> jpa- i had to get familiar with it because my collegue had chosen it (no idea how), so i read about it but more importantly - i found a nifty online calculator for it 2019-01-27T15:25:34 < antto> don't know much about other similar regulators (i'm sure there are thousands) 2019-01-27T15:26:03 < jpa-> there are, and "basically anything else" is not a good rule because there are a lot worse choices 2019-01-27T15:27:19 < jpa-> https://github.com/karlp/zypsnips/blob/master/regs-stepdown.txt 2019-01-27T15:28:16 < antto> mm, the nifty thing about mc33063 is that iirc it supports multiple scenarios - boost, buck, inverting 2019-01-27T15:28:36 < antto> in my case i was using it as inverting 2019-01-27T15:29:00 < jpa-> yeah, does many things and nothing particularly well 2019-01-27T15:29:59 < antto> a gud balance then ;P~ 2019-01-27T15:36:41 -!- ekaOlogik [~quassel@p4FF16F8B.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 2019-01-27T15:50:56 < kakimir> I can point out few of cons of mc33063 2019-01-27T15:51:05 < kakimir> 100khz switching 2019-01-27T15:51:11 < kakimir> high Iq 2019-01-27T15:51:23 < kakimir> no thermal protection 2019-01-27T15:53:10 < kakimir> and in 2019 you probs get better chips for same or lower price to do the job in high volume products 2019-01-27T15:53:27 < antto> it's not a high-volume product 2019-01-27T15:57:30 < zyp> dongs, yes 2019-01-27T15:58:02 < zyp> for 32-bit you wouldn't need to, since operations like that automatically gets promoted to 32-bit 2019-01-27T16:28:37 -!- ekaOlogik [~quassel@p4FF16F8B.dip0.t-ipconnect.de] has joined ##stm32 2019-01-27T16:42:43 -!- wooosaiii [~woo@cpe-90-157-180-95.static.amis.net] has joined ##stm32 2019-01-27T16:43:52 -!- wooosaiiii [~woo@cpe-90-157-180-95.static.amis.net] has quit [Ping timeout: 250 seconds] 2019-01-27T16:47:25 -!- wooosaii [~woo@cpe-90-157-180-95.static.amis.net] has joined ##stm32 2019-01-27T16:49:12 -!- wooosaiii [~woo@cpe-90-157-180-95.static.amis.net] has quit [Ping timeout: 272 seconds] 2019-01-27T16:52:10 -!- wooosaiii [~woo@cpe-90-157-180-95.static.amis.net] has joined ##stm32 2019-01-27T16:54:16 -!- wooosaii [~woo@cpe-90-157-180-95.static.amis.net] has quit [Ping timeout: 272 seconds] 2019-01-27T16:56:39 < karlp> rue_shop1: it may be simpler to use "program blah.elf verify reset exit" than your chains of writes and verify and reset and shutdown stuff. 2019-01-27T17:47:16 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-27T17:53:25 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-27T18:19:12 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-27T18:40:45 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-27T18:40:53 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 245 seconds] 2019-01-27T18:41:03 -!- davor_ is now known as davor 2019-01-27T18:49:12 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2019-01-27T18:53:13 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2019-01-27T18:54:53 -!- ohama [ohama@cicolina.org] has quit [Ping timeout: 244 seconds] 2019-01-27T19:02:33 -!- ohama [ohama@cicolina.org] has joined ##stm32 2019-01-27T19:18:40 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 272 seconds] 2019-01-27T20:02:16 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-27T20:03:17 < zyp> kitchen update, got up the section with appliances: https://bin.jvnv.net/file/PoGWT.jpg 2019-01-27T20:04:02 < malinus> the fuck you need two ovens for 2019-01-27T20:04:25 < zyp> top one is microwave 2019-01-27T20:04:45 < BrainDamage> props for the consistent aesthetic 2019-01-27T20:04:59 < malinus> looks expensive 2019-01-27T20:05:56 < zyp> expensive is relative 2019-01-27T20:06:19 < BrainDamage> appliances last you 15-20 years 2019-01-27T20:06:35 < BrainDamage> 100-200 bucks more get amortized over a decade 2019-01-27T20:06:47 < Steffanx> \o/ 2019-01-27T20:07:18 < BrainDamage> might as well get something decent, that will feel better to use and possibly have less failures 2019-01-27T20:07:18 < Steffanx> Where does the excess heat of the ovens go? 2019-01-27T20:07:28 < zyp> I hadn't really planned on picking up those appliances until later, but ikea all of a sudden had 20% off on appliances, so I figured I might as well just pick up everything at once: https://bin.jvnv.net/file/h2h6B.jpg 2019-01-27T20:07:55 < zyp> paid around €2500 in total 2019-01-27T20:08:01 < BrainDamage> is that an horizontal fridge? 2019-01-27T20:08:23 < zyp> on the photo it's horizontal, it's kinda hard to transport standing up :p 2019-01-27T20:08:37 < Steffanx> Its behind the black doors i guess? 2019-01-27T20:08:40 < Steffanx> both 2019-01-27T20:08:49 < zyp> yeah 2019-01-27T20:09:16 < zyp> excess heat from the ovens seems to mostly be vented out the front 2019-01-27T20:09:30 < zyp> but there's also vents in the back of the cabinets, all the way from the bottom to the top 2019-01-27T20:09:51 < malinus> Nah, always get the chepeast stuff. That's the only non-brainlet way to save money. It will still last you years. 2019-01-27T20:10:07 -!- catphish [~catphish@unaffiliated/catphish] has quit [Remote host closed the connection] 2019-01-27T20:10:50 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-27T20:10:51 < zyp> malinus, consider this; what are you saving money for? 2019-01-27T20:12:55 < malinus> zyp: retirement by 40. I want to sail around the worth with wife and kids. 2019-01-27T20:13:18 < englishman> i thought 15-20 years was optimistic but we've had this washer-dryer for 10 years and this microwave for 15 though the microwave set on fire this month, it's time for another 2019-01-27T20:14:02 < englishman> in that case, wouldnt resale value be important for you 2019-01-27T20:14:07 < englishman> when you go in that offloading stage 2019-01-27T20:14:29 < englishman> i have a family member who is leaving on that trip in 2 years and is starting to reduce his inventory of stuff 2019-01-27T20:15:55 < malinus> we don't have anything to offload 2019-01-27T20:17:13 < englishman> when will you leave? 2019-01-27T20:18:13 < englishman> so you are a liveaboard now? 2019-01-27T20:18:37 < malinus> we live in a tiny appartment, and are looking for a (bigger) boat. 2019-01-27T20:18:56 < englishman> ah 2019-01-27T20:21:56 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 240 seconds] 2019-01-27T20:24:04 < Steffanx> lol retirement by 40 malinus. Good luck. 2019-01-27T20:24:11 < Steffanx> Dying.. 41? 2019-01-27T20:24:54 < malinus> massive consumerism culture make you think it's impossible, eh? 2019-01-27T20:25:12 < malinus> funny considering the shitload of money we make 2019-01-27T20:28:36 < Steffanx> idk about your "shit load" :P 2019-01-27T20:29:34 < malinus> * assuming you live in the west and work in IT 2019-01-27T20:31:23 < zyp> it's easy enough to retire early, just grab your savings and move to a third world country 2019-01-27T20:32:03 < zyp> but then again, then you have to live in a third world country 2019-01-27T20:32:19 < malinus> indeed 2019-01-27T20:32:21 < Steffanx> but 25+ years early... 2019-01-27T20:32:32 < Steffanx> assuming it's also 65+ for malinus 2019-01-27T20:33:02 < malinus> 65? It's gonna be 75 2019-01-27T20:33:10 < Steffanx> Yes, probably. 2019-01-27T20:33:19 < Steffanx> makes me wonder what country mr malinus is in 2019-01-27T20:33:19 < emeb> any usb gurus here? 2019-01-27T20:33:25 < zyp> sup? 2019-01-27T20:33:33 < malinus> Steffanx: dk 2019-01-27T20:33:40 < emeb> trying something that's probably silly - 2019-01-27T20:33:48 < emeb> making a usb -> spi bridge 2019-01-27T20:33:50 < zyp> malinus, oh, you're in .dk? whereabouts? 2019-01-27T20:34:06 < emeb> using F042 in CDC class just to carry raw bytes. 2019-01-27T20:34:29 < zyp> emeb, yeah? 2019-01-27T20:34:56 < emeb> I send data from a host app to CDC endpoint in bundles of 64 bytes but it seems like some extra data is being inserted into stream. 2019-01-27T20:35:31 < zyp> ACM seems a bit inconvenient for SPI since that's just giving you a bytestream 2019-01-27T20:35:48 < emeb> yes, I parse out some header info 2019-01-27T20:36:00 < emeb> start of pkt + 4 bytes length 2019-01-27T20:36:11 < zyp> I'd prefer using framing coupled to chip select control 2019-01-27T20:36:12 < emeb> then ship length bytes to spi 2019-01-27T20:36:53 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-27T20:37:11 < zyp> well, the thing is, the host drivers can break up your serial writes into as many usb transfers as it likes 2019-01-27T20:37:24 < emeb> that's OK w/ me 2019-01-27T20:37:36 < emeb> but it seems like extra crap is getting into the stream somehow. 2019-01-27T20:37:47 < zyp> sure, as long as you don't assume anything about where the packet boundaries would be 2019-01-27T20:38:02 < zyp> as for extra crap, idk about that 2019-01-27T20:38:07 < emeb> I don't think I am - I use the incoming sizes, not assuming any fixed size 2019-01-27T20:38:14 < zyp> maybe LF/CRLF translation happening? 2019-01-27T20:38:26 < emeb> but I send eg 71338 bytes and receive 71344 2019-01-27T20:38:34 < emeb> 16 extra 2019-01-27T20:39:02 < emeb> hmm... will look for CR/LF. 2019-01-27T20:39:03 < qyx> 6 you mean 2019-01-27T20:39:10 < emeb> yes 2019-01-27T20:39:55 < zyp> to figure out where the extra bytes come from, start by figuring out what and where the extra bytes are :) 2019-01-27T20:40:07 < emeb> so simple! 2019-01-27T20:40:14 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-27T20:40:34 < zyp> as in, log the data you put in and log the data that comes out, and compare it 2019-01-27T20:40:53 < emeb> yes 2019-01-27T20:40:54 < zyp> hmm 2019-01-27T20:41:06 < emeb> logging output is tricky w/ big data and tiny RAM. 2019-01-27T20:41:12 < zyp> I guess it could also be xon/xoff flow control if that's somehow enabled 2019-01-27T20:41:31 < zyp> how about doing loopback? 2019-01-27T20:42:02 < zyp> or even hex-loopback so that the translation doesn't happen in reverse on the return channel 2019-01-27T20:42:20 < zyp> i.e. translate every received byte into ascii hex and send it back 2019-01-27T20:42:24 < emeb> I've been using my digi scope to capture output. Works for start & end of packet where CS edge is nearby. Not so great in the middle. 2019-01-27T20:42:53 < zyp> you might want to get a cheap usb logic analyzer if you don't have one already 2019-01-27T20:43:11 < emeb> I've got one. Just haven't gotten it out yet. 2019-01-27T20:43:50 < emeb> just wanted to find out if there was something dumb I didn't know about re USB inserting crap. 2019-01-27T20:44:37 < zyp> there's nothing like that in ACM itself, it should be a transparent pipe 2019-01-27T20:44:48 < emeb> good - that's what I was assuming. 2019-01-27T20:45:09 < zyp> so it must be either the host doing something weird or a bug somewhere that corrupts something 2019-01-27T20:45:27 < emeb> yeah. will keep banging on it. thx for ideas. 2019-01-27T20:49:40 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-27T21:16:50 < emeb> sent a just raw 0x00 - 0xff to see what happens - looks like CR/LF crap may be the problem. 2019-01-27T21:18:11 -!- Chris_M [~Chris_M@203-214-87-37.dyn.iinet.net.au] has joined ##stm32 2019-01-27T21:18:27 < zyp> maybe you just need to open the serial port in binary mode on the host 2019-01-27T21:18:40 < emeb> perhaps. 2019-01-27T21:19:00 < emeb> I'm using "open()" and "write()" calls, not fopen/fwrite. 2019-01-27T21:19:17 < emeb> open/write don't seem to support binary mode flags? 2019-01-27T21:22:40 < zyp> maybe you need to do something like stty -F /dev/ttyACM0 -onlcr -onlret 2019-01-27T21:23:32 < Rajko> emeb, O_BINARY ? 2019-01-27T21:25:10 < emeb> Rajko: no such flag for open() 2019-01-27T21:28:12 < fenugrec> emeb, +1 what zyp said about XON/XOFF 2019-01-27T21:28:41 < fenugrec> there's a truckload of O_* flags to disable all the medieval termios crap too 2019-01-27T21:29:14 < emeb> fenugrec: using fopen/fwrite w/ "wb" seems to be helping. 2019-01-27T21:30:15 < emeb> but the termios stuff seems like a good lead to chase down. 2019-01-27T21:30:30 < fenugrec> emeb, if you can, use sigrok's libserialport 2019-01-27T21:30:30 < emeb> any pointers on where in the docs to find those details? 2019-01-27T21:30:49 < fenugrec> do you really want to go down in there ? 2019-01-27T21:31:07 < fenugrec> https://github.com/fenugrec/freediag/blob/master/scantool/diag_tty_unix.c 2019-01-27T21:31:29 < fenugrec> lines 200+ 2019-01-27T21:33:45 < emeb> fenugrec: cool - thx. Just trying to keep my code simple w/o learning a whole layer of library stuff. 2019-01-27T21:36:09 < fenugrec> emeb, I know what you mean, but serial port code has 30+ years of dried crap all over it. here's what it can look like with libsp : https://pastebin.com/Hv30Vndj 2019-01-27T21:36:38 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-27T21:36:38 < fenugrec> as painless as it gets AFAIK 2019-01-27T21:37:51 -!- mitrax [mitrax@lfbn-ncy-1-399-98.w83-196.abo.wanadoo.fr] has quit [Read error: No route to host] 2019-01-27T21:37:54 < fenugrec> mercy on your soul if you start reading on termios, then termios2, then ioctls, ... 2019-01-27T21:39:24 < emeb> fenugrec: heh - I see what you mean. 2019-01-27T21:39:36 < zyp> at some point you should just drop ACM entirely and use libusb instead 2019-01-27T21:39:58 < zyp> IMO libusb is easier to deal with than serial ports 2019-01-27T21:40:21 < emeb> zyp: yeah - starting to seem like going down a rathole 2019-01-27T21:40:36 < emeb> these are the lessons we learn when trying to take shortcuts. 2019-01-27T21:40:39 < fenugrec> zyp, I'd like to think so too, but ACM gives you cross-platform without doing a driver circus act on win* 2019-01-27T21:41:41 < zyp> depends 2019-01-27T21:42:33 < zyp> if windows compatibility is desired, HID is probably easier 2019-01-27T21:43:03 < zyp> after all, windows doesn't autobind the usb serial driver to devices it doesn't know about, so you'll have to make .inf files 2019-01-27T21:43:13 < fenugrec> can it ever not be a pain to juggle libusb / usbX / usbK / winusb / usb-win32 2019-01-27T21:43:23 < fenugrec> true, HID is definitely an option 2019-01-27T21:43:28 < zyp> and at that point, you might as well make it bind to winusb instead 2019-01-27T21:43:48 < zyp> I've done plenty of usb on windows too, I find it fairly painless 2019-01-27T21:44:32 < zyp> IIRC half the stuff you listed were obsolete even before I started playing with usb on windows years ago 2019-01-27T21:45:26 < fenugrec> ok, TBH I was discouraged early on by those forks of forks half-working, so my experience is limited to simple garbage that is well served by ACM 2019-01-27T21:45:29 < zyp> if you're doing plain usb on windows, in 99% of cases you want the device bound to winusb, and normal modern libusb would then be able to find and open it just as easy as on other platforms 2019-01-27T21:46:16 < zyp> oh, and starting with win8, you can also do some descriptor magic to make windows bind winusb by default, but I haven't tried doing that myself yet 2019-01-27T21:47:23 < fenugrec> good to know 2019-01-27T21:53:31 -!- ekaOlogik [~quassel@p4FF16F8B.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 2019-01-27T22:02:18 < jpa-> yeah, the winusb descriptor stuff works quite ok 2019-01-27T22:14:58 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-27T22:16:47 -!- cnt [uid317556@gateway/web/irccloud.com/x-febsvaggxzvtwywt] has joined ##stm32 2019-01-27T22:27:26 -!- scrts [~quassel@unaffiliated/scrts] has joined ##stm32 2019-01-27T22:27:26 -!- scrts [~quassel@unaffiliated/scrts] has quit [Client Quit] 2019-01-27T22:27:50 -!- scrts [~quassel@unaffiliated/scrts] has joined ##stm32 2019-01-27T22:29:52 -!- tjq [uid339161@gateway/web/irccloud.com/x-owutarpvsnlpvfnm] has joined ##stm32 2019-01-27T22:43:57 < scrts> sup? 2019-01-27T22:46:50 < Steffanx> sky? 2019-01-27T22:46:55 < Steffanx> and tjq 2019-01-27T22:47:12 < Steffanx> oh no, hes down. Down under. 2019-01-27T23:00:24 < Rajko> zyp, isnt CDC a way to bind the usb serial driver 2019-01-27T23:00:49 < bitmask> steffy 2019-01-27T23:00:52 < bitmask> you see the new panel? 2019-01-27T23:00:54 < Rajko> also, whenever i do anything as a serial port, windows LOVES to attach the Microsoft Intellimouse driver to it and not let me use the COM port normally unless i delet sermouse from starting 2019-01-27T23:01:40 < bitmask> about to make another but this silver glue takes forever to dry 2019-01-27T23:02:32 < zyp> Rajko, CDC is a usb class with a bunch of subclasses, ACM is the serial subclass of it 2019-01-27T23:03:06 < Rajko> neither prolific, cp2102 nor ft232h use CDC ACM tho, always need custom driver 2019-01-27T23:03:15 < Rajko> is there something wrong with ACM 2019-01-27T23:03:52 < zyp> a device declaring itself as a CDC ACM device will be autodetected as a serial device on linux and macos, but not on windows 2019-01-27T23:03:55 < tjq> Steffanx: thankyou 2019-01-27T23:04:17 < tjq> I've been filling the ovens 2019-01-27T23:04:21 < zyp> on windows they need an .inf file to instruct windows to bind the usb serial driver 2019-01-27T23:05:04 < zyp> I assume the reason usb serial bridge chips are not using ACM is because they want to simplify the protocol 2019-01-27T23:05:13 < zyp> ACM requires an interrupt endpoint for out of band signalling 2019-01-27T23:05:21 < zyp> and it has to be there even if you don't need it 2019-01-27T23:12:22 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:b4cb:c16c:cf87:da30] has quit [Quit: Konversation terminated!] 2019-01-27T23:14:11 < englishman> im pretty sure cdc-adm enumerates as a comport as of win10 2019-01-27T23:14:30 < englishman> yea https://docs.microsoft.com/en-us/windows-hardware/drivers/usbcon/usb-driver-installation-based-on-compatible-ids 2019-01-27T23:15:31 < zyp> oh 2019-01-27T23:15:41 < zyp> didn't know that 2019-01-27T23:16:50 < zyp> that's nice 2019-01-27T23:18:29 < Steffanx> i think i have bitmask 2019-01-27T23:18:50 < bitmask> https://i.imgur.com/J9G6MX0.png 2019-01-27T23:18:52 < bitmask> just incase ;) 2019-01-27T23:19:28 < Steffanx> Was bored and browsing aliexpress a few days ago. It made me think of you. Since they have "heat jackets" :P 2019-01-27T23:19:39 < bitmask> heh 2019-01-27T23:19:49 < bitmask> amazon has a lot too 2019-01-27T23:20:51 < zyp> makita does too, runs on the same batteries as their power tools :p 2019-01-27T23:21:59 -!- Chris_M [~Chris_M@203-214-87-37.dyn.iinet.net.au] has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/] 2019-01-27T23:22:30 -!- Chris_M [~Chris_M@203-214-87-37.dyn.iinet.net.au] has joined ##stm32 2019-01-27T23:22:35 -!- Chris_M [~Chris_M@203-214-87-37.dyn.iinet.net.au] has quit [Client Quit] 2019-01-27T23:22:42 < bitmask> milwuakee or however you spell it seems to be more common, at least here 2019-01-27T23:23:24 < bitmask> are those 18V? 2019-01-27T23:23:28 < bitmask> or something like that 2019-01-27T23:23:40 -!- Chris_M [~Chris_M@203-214-87-37.dyn.iinet.net.au] has joined ##stm32 2019-01-27T23:24:37 < Steffanx> for $20 ? 2019-01-27T23:24:55 < zyp> the makita thing is probably expensive like most of their stuff :p 2019-01-27T23:24:57 < bitmask> is that the ali price? 2019-01-27T23:25:07 < bitmask> those are usually $200 2019-01-27T23:25:10 < BrainDamage> bitmask: is that your hair? 2019-01-27T23:25:28 < bitmask> yes, yes it is 2019-01-27T23:25:33 < bitmask> it heats up nicely 2019-01-27T23:25:56 < BrainDamage> I would've gone for a slightly different pattern 2019-01-27T23:26:09 < BrainDamage> if you tug the connector towards the bottom, the wires will end up shorting 2019-01-27T23:26:12 < zyp> what's wrong with a dick pattern? 2019-01-27T23:26:35 < bitmask> meh, the thermistor wires are in the way :P 2019-01-27T23:29:00 < Steffanx> idk, it was some $20 thing 2019-01-27T23:29:29 < bitmask> probably one of those kits with a few shitty pieces of fabric with nichrome or whatever in it 2019-01-27T23:29:40 < Steffanx> it wasnt a kit. 2019-01-27T23:29:51 < bitmask> oh, have you seen the kits though? 2019-01-27T23:29:55 < Steffanx> nein 2019-01-27T23:30:17 < Steffanx> i think BrainDamage bought one, because some italian guy posted a review. 2019-01-27T23:30:28 < emeb> zyp: fenugrec: got my CDC raw binary stuff working. 2019-01-27T23:30:31 < Steffanx> (i love this wonderful logic, italian guy = BrainDamage) 2019-01-27T23:30:31 < bitmask> https://www.aliexpress.com/item/2017-New-Winter-Heated-Jackets-Vest-Carbon-Fiber-Heating-Pads-Electric-Warm-Clothing-5-in-1/32817528696.html 2019-01-27T23:31:10 < bitmask> that one is actually carbon fiber :P 2019-01-27T23:31:22 < emeb> just used tcgetattr() & tcsetattr() to turn off all the "helpful" stuff. 2019-01-27T23:32:32 < Steffanx> So is it actually cold atm bitmask? 2019-01-27T23:32:45 < bitmask> !wz long branch 2019-01-27T23:32:50 < bitmask> !wu long branch 2019-01-27T23:32:51 < bitmask> what is it? 2019-01-27T23:32:54 < Steffanx> !wz magic 2019-01-27T23:32:55 < englishbot> [Magic Hollow, Virginia] Overcast. Temp is 8.9°C. SSW wind: 1.6 kph. Humidity: 56%. 2019-01-27T23:33:07 < Steffanx> !wz long branch 2019-01-27T23:33:07 < zyp> !wz grimstad 2019-01-27T23:33:08 < bitmask> why doesnt it work for me 2019-01-27T23:33:08 < englishbot> [Long Branch, New Jersey] Partly Cloudy. Temp is 6.6°C. Humidity: 67%. 2019-01-27T23:33:09 < englishbot> [Long Branch, New Jersey] Snow. Temp is -4.6°C. ENE wind: 3.2 kph. Humidity: 94%. 2019-01-27T23:33:12 < bitmask> oh there 2019-01-27T23:33:12 < Steffanx> haha 2019-01-27T23:33:43 < Steffanx> 6.6 and -4.6 at the same time.. Interesting 2019-01-27T23:33:46 < bitmask> heh 2019-01-27T23:33:46 < zyp> haha 2019-01-27T23:33:58 < Steffanx> !wz long branch 2019-01-27T23:33:58 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 246 seconds] 2019-01-27T23:33:59 < englishbot> [Long Branch, New Jersey] Partly Cloudy. Temp is 6.5°C. NNE wind: 4.7 kph. Humidity: 67%. 2019-01-27T23:34:35 < Steffanx> or is englishman but bugged and did actually do the grimstad 2019-01-27T23:34:41 < Steffanx> *englishman's bot 2019-01-27T23:34:54 < zyp> probably 2019-01-27T23:34:58 < zyp> !wz grimstad 2019-01-27T23:35:00 < englishbot> [Grimstad, Norway] Snow. Temp is -4.6°C. ENE wind: 3.2 kph. Humidity: 94%. 2019-01-27T23:35:05 < bitmask> heh 2019-01-27T23:35:07 < zyp> yeah, that's it 2019-01-27T23:35:28 < zyp> must be a race condition somewhere 2019-01-27T23:35:33 < Steffanx> :) 2019-01-27T23:35:46 < bitmask> !wz montego bay 2019-01-27T23:35:48 < zyp> probably some funky async shit that didn't consider reentrancy :p 2019-01-27T23:35:58 < Steffanx> !wz groningen 2019-01-27T23:35:59 < englishbot> [Groningen, Netherlands] Overcast. Temp is 4.7°C. ESE wind: 9.0 kph. Humidity: 82%. 2019-01-27T23:36:08 < Steffanx> !wz montego bay 2019-01-27T23:36:09 < englishbot> [Montego Bay, Jamaica] Scattered Clouds. Temp is 26.6°C. WSW wind: 1.1 kph. Humidity: 63%. 2019-01-27T23:36:21 < Steffanx> it doenst like you bitmask 2019-01-27T23:36:24 < bitmask> !wu montego bay 2019-01-27T23:36:25 < bitmask> it really doesnt 2019-01-27T23:36:34 < bitmask> is there wz and wu 2019-01-27T23:36:35 < bitmask> ? 2019-01-27T23:36:39 < zyp> this winter has been mostly snowless so far, but this weekend we apparently got all the snow we didn't get the rest of the winter all at once 2019-01-27T23:36:42 < Steffanx> i only know about wz 2019-01-27T23:36:45 < bitmask> oh ok 2019-01-27T23:36:51 < bitmask> I thought thats why I got two results 2019-01-27T23:36:55 < Steffanx> And that's > 30cm zyp? 2019-01-27T23:37:00 < zyp> yeah 2019-01-27T23:37:11 < Steffanx> cool 2019-01-27T23:37:13 < Steffanx> i wasnt some 2019-01-27T23:37:14 < Steffanx> *want 2019-01-27T23:37:15 < Steffanx> damnit 2019-01-27T23:37:23 < bitmask> meh, time to do the dishes while this silver glue dries 2019-01-27T23:37:25 < bitmask> laterz 2019-01-27T23:37:27 < zyp> you can come and take as much as you want, I don't want it :p 2019-01-27T23:38:16 < zyp> on the other hand, I'm really happy I finished moving stuff before the snow fell 2019-01-27T23:38:55 < zyp> haven't finished cleaning the old apartment though 2019-01-27T23:39:12 < zyp> I went over there this morning after digging the driveway here 2019-01-27T23:39:28 < zyp> shoveling* 2019-01-27T23:39:53 < zyp> it was totally snowed in and I figured I didn't want to shovel that driveway too, so I just turned around and went back home :p 2019-01-27T23:40:03 < antto> hm 2019-01-27T23:40:10 < Steffanx> I like snow. just to witness how crazy dutchland goes. We had like 3-4cm last week and dutchland went all crazy. 2019-01-27T23:40:12 < antto> use gpus to dig nowflakes! 2019-01-27T23:40:14 < Steffanx> End of the world crazy. 2019-01-27T23:40:17 < antto> * snowflakes 2019-01-27T23:40:34 < qyx> Steffanx: it is like here in south-west .sk 2019-01-27T23:40:39 < zyp> hehe 2019-01-27T23:40:42 < qyx> ~5cm and all drivers are crazy 2019-01-27T23:42:10 < qyx> we even have a viral video about it 2019-01-27T23:42:18 < qyx> https://www.youtube.com/watch?v=sqEsLJrEIck 2019-01-27T23:42:52 < zyp> norway is pretty used to dealing with snow, but when there's a lot of snow coming, the plow trucks can't be everywhere at once 2019-01-27T23:43:37 < antto> our prime minister once promised that "we will catch every snowflake" 2019-01-27T23:43:38 < zyp> main roads were mostly cleared but the small roads still had a bunch of snow when I were out driving earlier today 2019-01-27T23:43:52 < zyp> even managed to get my car stuck and had to walk home to get the shovel :p 2019-01-27T23:48:07 < qyx> and today a couple of people were stuck on a ski-lift 2019-01-27T23:48:13 < qyx> probably a broken VFD 2019-01-27T23:48:39 < zyp> fun 2019-01-27T23:49:24 < qyx> looks like a very old one 2019-01-27T23:49:35 < qyx> https://myorava.sme.sk/g/116721/zachrana-lyziarov-v-malej-lucivnej?ref=https%3A%2F%2Fmyorava.sme.sk%2Fc%2F22038812%2Fzachranari-museli-evakuovat-lyziarov-na-pokazenom-vleku.html&list=1 2019-01-27T23:52:28 < zyp> https://bin.jvnv.net/file/wfb45.jpg https://bin.jvnv.net/file/AHnKW.jpg 2019-01-27T23:53:18 < Steffanx> Heh thats a nice vid qyx 2019-01-27T23:54:39 < Steffanx> Seems your neighbours dont want privacy :) 2019-01-27T23:54:45 < mawk> trains cease to function where there's snow here too 2019-01-27T23:54:52 < zyp> Steffanx, yeah, I've noticed too 2019-01-27T23:54:53 < mawk> but I'm sure many people use it as an excuse to get free vacation 2019-01-27T23:55:31 < zyp> we haven't put up curtains in the living room yet either, but I'm planning to 2019-01-27T23:57:06 < BrainDamage> what amuses me is that highways here get snow plowed, but in switzerland not 2019-01-27T23:57:16 < zyp> wat 2019-01-27T23:57:29 < BrainDamage> cross the border and you start playing a roller coaster 2019-01-27T23:57:51 < zyp> if it's drivable at all, they can't be getting much snow :p 2019-01-27T23:58:35 < BrainDamage> 20-30 cm is drivable, but still shit to drive in 2019-01-27T23:59:04 < BrainDamage> esp on the highway with the trucks, they tend to dig holes 2019-01-27T23:59:15 < BrainDamage> so you play a roller coaster of bumps 2019-01-27T23:59:54 < Steffanx> I wonder how my italian car would handle 20-30cm. I guess ill never know --- Day changed Mon Jan 28 2019 2019-01-28T00:00:07 < zyp> my car gets stuck in that :p 2019-01-28T00:01:16 < zyp> egolf is totally flat under, so it's fairly easy to get it hanging 2019-01-28T00:01:43 < zyp> ref. https://bin.jvnv.net/file/01Owm.jpg 2019-01-28T00:02:03 < BrainDamage> that's pretty low compliance too 2019-01-28T00:02:19 < BrainDamage> i guess it's not necessary since it's flat 2019-01-28T00:03:21 < zyp> my old car was taller under and not flat, it could do deep snow better 2019-01-28T00:03:35 < zyp> but it it didn't do slippery roads well 2019-01-28T00:04:00 < zyp> rwd with little weight in the back = low traction 2019-01-28T00:27:56 < bitmask> ugh, these silver glue joints arent pretty, why does this stuff have to be so damn expensive 2019-01-28T00:27:57 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-28T00:29:47 < zyp> because there's silver in it? :p 2019-01-28T00:30:04 < bitmask> hah 2019-01-28T00:30:16 < bitmask> yea I guess thats it :/ 2019-01-28T00:32:38 -!- cnt [uid317556@gateway/web/irccloud.com/x-febsvaggxzvtwywt] has quit [Quit: Connection closed for inactivity] 2019-01-28T00:33:40 < englishman> zyp https://i.imgur.com/Nh6Kg3Z.jpg 2019-01-28T00:33:58 < bitmask> fuckers stole my ideas 2019-01-28T00:33:59 < bitmask> https://www.aliexpress.com/item/Men-s-Winter-Electric-Heating-Vest-Warm-Coat-for-Snow-Biker-Outdooor-Heated-Down-Jacket-Kit/32839040827.html 2019-01-28T00:34:08 < bitmask> panel in teh same place and they have heating zones too 2019-01-28T00:34:19 < Rajko> rip u 2019-01-28T00:36:23 -!- Rajko [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Quit: Leaving] 2019-01-28T00:36:34 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-28T00:36:55 < zyp> englishman, nice 2019-01-28T00:42:24 < englishman> hmm 2019-01-28T00:42:33 < englishman> !wz vancouver, canada 2019-01-28T00:42:33 < englishman> !wz miami, florida 2019-01-28T00:42:34 < englishbot> [Miami, Florida] Overcast. Temp is 22.3°C. ENE wind: 1.6 kph. Humidity: 85%. 2019-01-28T00:42:34 < englishbot> [Miami, Florida] Partly Cloudy. Temp is 9.0°C. West wind: 10.1 kph. Humidity: 80%. 2019-01-28T00:42:46 < englishman> !wz vancouver, canada 2019-01-28T00:42:47 < englishbot> [Vancouver, Canada] Partly Cloudy. Temp is 9.0°C. West wind: 10.1 kph. Humidity: 80%. 2019-01-28T00:44:50 < englishman> yeah this script is really not set up to handle multiple requests 2019-01-28T00:45:16 < englishman> the name is written when it finds the weather station location from the search, then the weather request is made after 2019-01-28T00:45:42 < bitmask> how do you balance charge a 3s3p pack 2019-01-28T00:46:11 < englishman> !forecast grimstad 2019-01-28T00:46:16 < englishbot> [Grimstad, Norway] [*Sunday Night*]: Windy. Snow this evening will give way to snow showers overnight. Low -4C. Winds NNE at 30 to 50 km/h. Chance of snow 90%. 3-7cm of snow expected. Winds could occasionally gust over 65 km/h. [*Monday*]: Snow showers before noon. Becoming partly cloudy later. High -2C. Winds N at 25 to 40 km/h. Chance of snow 40%. 2019-01-28T00:46:53 < catphish> bitmask: i believe the parallel cells aren't relevant to the process 2019-01-28T00:47:46 < bitmask> I guess I would need to get balance charge boards and charge through their, I had planned on using a separate charger with balance charge function but that complicates things 2019-01-28T00:47:58 < bitmask> there* 2019-01-28T00:48:30 < catphish> there are various ways to balance cells anyway, but generally one just buys a management board from china and let it do its thing 2019-01-28T00:59:42 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-28T01:16:16 < zyp> yeah, number of cells in parallel doesn't matter 2019-01-28T01:17:27 < bitmask> what if they are different capacity cells though 2019-01-28T01:17:35 < zyp> a chain of three cells in series are equivalent to a chain of three groups in series, each group consisting of multiple cells in parallel as far as balancing is concerned 2019-01-28T01:17:38 < bitmask> it shouldnt matter right? 2019-01-28T01:18:01 < zyp> no, but that sounds dumb 2019-01-28T01:18:06 < bitmask> ok 2019-01-28T01:18:36 < zyp> cells in parallel will per definition always be at the same voltage 2019-01-28T01:18:47 < bitmask> yea I know 2019-01-28T01:18:59 < bitmask> I get it 2019-01-28T01:19:03 < zyp> and since voltage is coupled to state of charge, that means they will be balanced 2019-01-28T01:21:00 < zyp> two cells will have twice the capacity of one cell, so connecting three cells in parallel will be equivalent to connecting two cells in parallel with one cell :p 2019-01-28T01:21:16 < zyp> so different capacities in itself won't be a problem 2019-01-28T01:22:06 < zyp> but the differences in chemistries that causes the different capacities might give a different I/V/SoC relationship, which is indesireable 2019-01-28T01:26:29 < zyp> karlp, I'm getting closer to revisiting the plan of getting some more energy metering in here, I wanna know where my money is going, and I wonder how to best do it 2019-01-28T01:26:37 < zyp> panel looks like this: https://bin.jvnv.net/file/vUXFc.jpg 2019-01-28T01:27:03 < karlp> Thorn: I liked the totten mechanismums thanks 2019-01-28T01:27:20 < zyp> so your 12-module bars should be a good fit, but I don't need to measure the neutrals 2019-01-28T01:27:56 < zyp> but since your CTs attach together, will it be rigid enough if I skip every other CT? 2019-01-28T01:28:36 < englishman> ooh indicators on breakers 2019-01-28T01:28:50 < zyp> yeah, those indicate residual current 2019-01-28T01:29:10 < englishman> every circuit is RCD protected? 2019-01-28T01:29:24 < englishman> regulation? 2019-01-28T01:29:37 < zyp> you can push the test button and it will give you some pulse sequence that tells you the residual current in mA 2019-01-28T01:30:09 < zyp> and the green apparently will turn yellow and then red as it nears the 30 mA tripping point 2019-01-28T01:30:22 < karlp> zyp: yeah, you can skip as many cts as you like really. 2019-01-28T01:30:32 < karlp> I've got gaps in mine at home too. 2019-01-28T01:31:05 < karlp> re the cdc-acm discussion earlier, cdc-acm doesn't offer aas much control over the eextra signals and pins as thhe chip vendors wanted, so they mostly all use their own driver 2019-01-28T01:31:25 < zyp> they'll still stay properly connected to the bar even when not being attached to any neighbors? 2019-01-28T01:31:34 < karlp> yeah, no problem 2019-01-28T01:31:37 < zyp> cool 2019-01-28T01:32:24 < karlp> you can just bars, use your own modbus/rtu, get current, or put in bars+gate+mains and get mqtt/http/snmp/modbus-tcp and have powerfactor too. 2019-01-28T01:32:33 < karlp> mix and match at your leisure. 2019-01-28T01:32:46 < zyp> yeah, I remember that from last we talked 2019-01-28T01:33:53 < zyp> I figure I'd start with just the bars to get current, and extend that later to get proper energy metering 2019-01-28T01:34:14 < karlp> yeah, no problem. 2019-01-28T01:34:31 < karlp> modbus rtu is easy, and realyl, current is all most people _actually_ need 2019-01-28T01:34:45 < karlp> they just all got told that they had to have an _energy_ meter 2019-01-28T01:34:59 < zyp> and I still need to see when I can fit it into the budget :) 2019-01-28T01:35:01 < karlp> which is true for billing, not really nearly as relevant for operational monitoring stuff. 2019-01-28T01:35:44 < karlp> I'm working on getting the price of the gate+mains down, new gen stuff, but bars won't change an awful lot short term 2019-01-28T01:38:31 < zyp> well, they are reasonably priced already 2019-01-28T01:39:04 < karlp> the bars are, IMO, yeah. cheaper is always better. 2019-01-28T01:39:17 < zyp> I would have ordered them right away if not for the fact that I have a ton of other stuff I would also like to order right away :) 2019-01-28T01:39:20 < karlp> but I'd like to get the other stuff down, won't happen on current gen thoughh. 2019-01-28T01:41:59 < zyp> would be nice if the gateway soft could run on an rpi, I could power the entire thing from PoE then 2019-01-28T01:44:13 < zyp> I also figured out some neat uses for the current sensors 2019-01-28T01:45:31 < zyp> I expect that monitoring the current draw of the laundry machine could identify fairly easily what sort of program it's running 2019-01-28T01:45:58 < zyp> i.e. distinguish between only washing and wash+dry 2019-01-28T01:46:34 < zyp> and in the former case, be used to trigger a reminder that there's clean laundry in the machine that needs to be hung to dry 2019-01-28T02:04:20 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-28T02:04:47 -!- Jak_o_Ombroj [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 240 seconds] 2019-01-28T02:05:14 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-28T02:10:49 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-28T02:25:25 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has quit [Ping timeout: 268 seconds] 2019-01-28T02:26:03 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has joined ##stm32 2019-01-28T02:48:39 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-28T03:05:17 < karlp> gateway certainly can, haven't entirely worked out the right way of distributing that right now though.... 2019-01-28T03:22:03 -!- cnt [uid317556@gateway/web/irccloud.com/x-ozgqnhsdgzyjefhb] has joined ##stm32 2019-01-28T03:37:04 < rue_shop1> anyone who can help me with an openocd thing? 2019-01-28T03:41:53 < rue_shop1> hahhaa 2019-01-28T03:42:15 < rue_shop1> "7 sings your not in a good state to be coding" 2019-01-28T03:42:18 < rue_shop1> if (flag) j = 1; 2019-01-28T03:42:18 < rue_shop1> flag = 0; 2019-01-28T03:42:31 < rue_shop1> "for some reason, flag is always 0!" 2019-01-28T03:42:49 < Cracki> wat 2019-01-28T03:42:59 < Cracki> looks like journalist code 2019-01-28T03:44:44 < rue_shop1> maybe today I should just stick to cleaning the shop? 2019-01-28T03:45:32 < rue_shop1> ouch my head 2019-01-28T03:46:43 < rue_shop1> no I got an error here and I'm not in a state I can see it 2019-01-28T03:48:53 < Cracki> error is "flag = 0" 2019-01-28T03:48:59 < Cracki> obviously 2019-01-28T03:49:05 < Cracki> or did you mean openocd 2019-01-28T03:49:27 < rue_shop1> hard to tell, I'm trying to play while migrane 2019-01-28T03:49:37 < rue_shop1> I have an openocd issue 2019-01-28T03:50:01 < specing> rue_shop1: that would not compile in Ada, as Ada conditionals are strictly structured if .. then .. else .. end if; 2019-01-28T03:50:02 < rue_shop1> the sequence I have for flasing the stm32 hangs when it tries to do an autoerase 2019-01-28T03:50:57 < rue_shop1> can anyone take a look at the openocd command for programming and see if they can spot an obvious error? 2019-01-28T03:51:38 < Cracki> why do you ask if you aren't even showing it 2019-01-28T03:51:41 < rue_shop1> https://paste.debian.net/1062812/ 2019-01-28T03:51:47 < rue_shop1> :) I'm asking to ask :) 2019-01-28T03:54:04 < Cracki> explain to us how you arrived at this sequence of commands 2019-01-28T03:54:37 < rue_shop1> I think specing helped me make it 2019-01-28T03:54:40 < rue_shop1> https://paste.debian.net/1062813/ 2019-01-28T03:54:43 < rue_shop1> here is more detail 2019-01-28T03:55:01 < rue_shop1> I think it needs something else before the -c flash command 2019-01-28T03:55:25 < specing> rue_shop1: grep openocd ~/.bash_history 2019-01-28T03:55:32 < Cracki> http://openocd.org/doc/html/General-Commands.html 2019-01-28T03:55:45 < rue_shop1> specing, its run from a makefile 2019-01-28T03:55:53 < specing> darn 2019-01-28T03:55:53 < Cracki> WARNING: target/stm32f1x_stlink.cfg is deprecated, please switch to target/stm32f1x.cfg 2019-01-28T03:56:05 < Cracki> the first thing you should fix, or know why you want it that way 2019-01-28T03:56:10 < rue_shop1> Cracki, knowning the commands is one think, knowing what sequence to program an stm32 is another thing 2019-01-28T03:56:39 < rue_shop1> Cracki, is anyone using openocd to flash stm32s? 2019-01-28T03:56:50 < Cracki> sure 2019-01-28T03:56:52 < rue_shop1> or are they just clicking a button in an IDE? 2019-01-28T03:56:56 < Cracki> yes, that :P 2019-01-28T03:57:01 < rue_shop1> :/ 2019-01-28T03:57:09 < Cracki> and that can be openocd, or segger stuff, or a blackmagic probe 2019-01-28T03:57:23 < rue_shop1> so there is 1 person in the world who wrote the ide that knows how to use openocd to flash an stm32 2019-01-28T03:57:41 < Cracki> defeatist thinking 2019-01-28T03:57:53 < rue_shop1> given the history, yes 2019-01-28T03:58:44 < Cracki> again: WARNING: target/stm32f1x_stlink.cfg is deprecated, please switch to target/stm32f1x.cfg 2019-01-28T03:58:53 < Cracki> read it, understand it, try it 2019-01-28T03:59:21 < Cracki> or explain why you ignore it 2019-01-28T03:59:34 < rue_shop1> because I'm pretty sure its not part of the problem 2019-01-28T03:59:45 < Cracki> have you tried it? 2019-01-28T03:59:49 < rue_shop1> I'll do it, then we can move on 2019-01-28T04:00:16 < Cracki> also take a look in those files you specify. there might be interesting stuff in there 2019-01-28T04:01:11 < rue_shop1> ok, it still locks up every 2nd time its run 2019-01-28T04:01:34 < Cracki> good. what's the target, what runs on it 2019-01-28T04:01:45 < rue_shop1> stm32 2019-01-28T04:01:53 < rue_shop1> stm32f103c6t8 2019-01-28T04:01:53 < Cracki> what meaning... is there anything that messes with debug access 2019-01-28T04:02:03 < specing> the classic stm 2019-01-28T04:02:20 < rue_shop1> nothing messing with it that I know of 2019-01-28T04:02:46 < rue_shop1> this looks a lot to me like the flash command is hitting the stm32 when its not in a state its ready to be flashed in 2019-01-28T04:02:56 < rue_shop1> and I have no idea what kinda states there are 2019-01-28T04:03:52 < rue_shop1> I'm kinda thinking this has been done a lot, esp by people in this channel, and someone can say "hey, thats not the right command sequence to flash it! *this* is!..." 2019-01-28T04:04:08 < rue_shop1> aka there shouldn't have to be any "figuring out" going on 2019-01-28T04:04:26 < rue_shop1> just a lookup of the defacto standard answer 2019-01-28T04:04:30 < Cracki> I agree, someone probably did this already, but I'm not the right one for that 2019-01-28T04:04:32 < tjq> attention trolls 2019-01-28T04:04:33 < tjq> https://www.youtube.com/watch?v=gQ7TTuiDH1M 2019-01-28T04:04:35 < tjq> eevblog is live 2019-01-28T04:04:44 < rue_shop1> tjq, they unlocked him eh? 2019-01-28T04:04:51 < tjq> idk 2019-01-28T04:04:57 < tjq> just came up in my feed ://// 2019-01-28T04:07:13 < Cracki> rue_shop1, walk through this? https://github.com/rogerclarkmelbourne/Arduino_STM32/wiki/Programming-an-STM32F103XXX-with-a-generic-%22ST-Link-V2%22-programmer-from-Linux 2019-01-28T04:08:07 < Cracki> note how that dude uses while true; do... so be careful with his advice 2019-01-28T04:08:29 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Read error: Connection reset by peer] 2019-01-28T04:08:37 < rue_shop1> "Next we need to run openocd, but since I had no clue how this works, I opted to run it in a bash loop using the default config files that ship with openocd...." 2019-01-28T04:08:40 < Cracki> it also seems he doesn't use it for just flashing, but keeps it running 2019-01-28T04:09:23 < rue_shop1> ok, so that link can go in the bin... 2019-01-28T04:10:06 < Cracki> https://electronics.stackexchange.com/questions/226383/gnu-arm-eclipse-flash-and-run-without-debug 2019-01-28T04:10:12 < Cracki> this talks about hanging 2019-01-28T04:10:58 < Cracki> but again eclipse ide 2019-01-28T04:12:08 < rue_shop1> :) I appreciate the effort 2019-01-28T04:12:20 < Cracki> this one talks about monitor a lot http://vedder.se/2012/12/debugging-the-stm32f4-using-openocd-gdb-and-eclipse/ 2019-01-28T04:12:27 < Cracki> and also included "write_image" 2019-01-28T04:12:30 < rue_shop1> but the fact that nobody uses a makefile to program an stm32 disturbs me 2019-01-28T04:12:54 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-28T04:12:58 < Cracki> apparently gdb "script" 2019-01-28T04:13:02 < Ultrasauce> plenty of people do rue 2019-01-28T04:13:10 < rue_shop1> any of them here? 2019-01-28T04:13:27 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 240 seconds] 2019-01-28T04:13:30 < rue_shop1> cause it really looks like I'm standing on my own out here 2019-01-28T04:13:58 < rue_shop1> (I'm used to it) 2019-01-28T04:14:19 < Cracki> maybe this, looks like what you want to do https://acassis.wordpress.com/2016/08/22/flashing-firmware-with-openocd-without-using-telnet/ 2019-01-28T04:14:27 < Cracki> uses fewer commands 2019-01-28T04:15:29 < Ultrasauce> did you take karlp's advice yet 2019-01-28T04:15:48 < rue_shop1> ah it does init, reset, flash 2019-01-28T04:16:11 < Cracki> "reset halt" specifically 2019-01-28T04:17:43 < rue_shop1> thats it! 2019-01-28T04:17:52 < rue_shop1> :) thankyou 2019-01-28T04:18:42 < rue_shop1> I think 2019-01-28T04:19:06 < rue_shop1> yea, ok, the rest are my coding problems 2019-01-28T04:19:28 < rue_shop1> I think in the state I'm in, I would hit problems at 3 trying to count my fingers 2019-01-28T04:19:38 < Cracki> what was it? 2019-01-28T04:19:59 < rue_shop1> openocd -f $(OPENOCD_SCRIPTS_DIR)/interface/stlink-v2.cfg -f $(OPENOCD_SCRIPTS_DIR)/target/stm32f1x.cfg -c init -c "reset halt" -c "flash write_image erase ./$(BINARY).elf" -c "verify_image ./$(BINARY).elf" -c "reset run" -c shutdown 2019-01-28T04:20:37 < Cracki> so "reset halt" did it? 2019-01-28T04:20:57 < Cracki> oh well 2019-01-28T04:21:14 < rue_shop1> yup 2019-01-28T04:26:40 < rue_shop1> haha 72Mhz is fast 2019-01-28T04:28:54 < rue_shop1> huh, I can see a light flash when its only on for 0.4ms 2019-01-28T04:29:10 < Cracki> your eyes perceive logarithmically 2019-01-28T04:29:48 < Cracki> 0.4ms of a second is "only" -30 dB or something 2019-01-28T04:30:52 < rue_shop1> coool 2019-01-28T04:30:56 < Cracki> if full-on blinds you, that should be a firefly 2019-01-28T04:31:13 < Cracki> glad you got it working 2019-01-28T04:31:50 < rue_shop1> np @ 0.2ms 2019-01-28T04:32:02 < rue_shop1> its a 0.2ms pulse every second too 2019-01-28T04:32:31 < rue_shop1> Cracki, fixing that makes life SO much happier, turn around time and all 2019-01-28T04:32:42 < rue_shop1> nothing like waiting for your programmer to time out every second time you run it 2019-01-28T04:32:52 < Cracki> heh 2019-01-28T04:33:02 < Cracki> I'm sure there's a value to configure timeout :P 2019-01-28T04:33:24 < rue_shop1> I'd like to save the bandaids for other peoples problems 2019-01-28T04:34:20 < rue_shop1> 0.1ms and I can still see it 2019-01-28T04:34:45 < rue_shop1> this is pretty good considering that its flashing it via a 74hc595 2019-01-28T04:34:46 < Cracki> then it's either very faint, or those 0.1ms might not be 0.1ms really 2019-01-28T04:34:56 < rue_shop1> its on the scope 2019-01-28T04:35:04 < Cracki> good, you got the right tools 2019-01-28T04:35:16 < rue_shop1> I'm gonna check the 595 transfer time, I'm curious how narrow I can go 2019-01-28T04:35:35 < Cracki> I would have said duty cycle function on a multimeter, but those might only be 0.1% precise (not talking about accurate) 2019-01-28T04:35:50 < Cracki> 0.1ms is nothing. it should do at least 10 times better 2019-01-28T04:36:20 < Cracki> oh hm, depends on spi too... 2019-01-28T04:36:24 < rue_shop1> yea 2019-01-28T04:36:26 < johntramp> I am using an external gpio interrupt to read accelerometer data. In the ISR I disable the IRQ, clear the IRQ, read the data, and then enable the IRQ. However quite often the interrut has somehow been set during the time it was disabled (and the ISR immediately reenters when it shouldn't). Is there something I am missing here? 2019-01-28T04:36:30 < rue_shop1> just hooking up the logic ana 2019-01-28T04:37:00 < Cracki> johntramp, don't disable it, but clear the flag at the end of the ISR 2019-01-28T04:37:30 < Cracki> scope/LA on the interrupt line, let your ISR wiggle some other output to see when it's active 2019-01-28T04:37:49 < johntramp> that is what I am doing re scope, and toggling of LEDs when in the ISR 2019-01-28T04:38:05 < Cracki> clearing the flag right away of course would leave you open to it getting set while you're in the ISR 2019-01-28T04:38:21 < Cracki> anyway... it's an accelerometer 2019-01-28T04:38:40 < Cracki> how long does your handler take? longer than one period between interrupts _should_ take? 2019-01-28T04:39:06 < Cracki> put differently: if that ISR is called again right away, is there new data already? 2019-01-28T04:40:08 < Cracki> rue_shop1, random 595 datasheet says fclock max ~21-36 MHz for 4.5-5.0 volt 2019-01-28T04:40:51 < Cracki> 5 mhz for 2 volts, so that's a lower bound for 3.3 2019-01-28T04:41:31 -!- gsi__ [~gsisig@x4db97fa5.dyn.telefonica.de] has joined ##stm32 2019-01-28T04:44:26 -!- gsi_ [~gsisig@x4db6b9f6.dyn.telefonica.de] has quit [Ping timeout: 240 seconds] 2019-01-28T04:44:40 < rue_shop1> hahah wholy *&%^&^$ it takes 7us to do the transfer 2019-01-28T04:44:57 < johntramp> it has an internal fifo, and running it at 6.5khz I need it to fill the fifo to a certain level before reading it, else there is too much overhead and the fifo overflows 2019-01-28T04:46:39 < rue_shop1> so I'm clocking in at 1.2Mhz 2019-01-28T04:46:59 < rue_shop1> gpio_set_mode(GPIOC, GPIO_MODE_OUTPUT_2_MHZ, GPIO_CNF_OUTPUT_PUSHPULL, GPIO13); 2019-01-28T04:47:05 < rue_shop1> that kinda makes sense 2019-01-28T04:47:50 * rue_shop1 dials it to 10Mhz 2019-01-28T04:49:17 < rue_shop1> odd, same, and there is only 1 NOP 2019-01-28T04:51:22 < rue_shop1> ok, modulating 32 solinoids with this wont be an issue 2019-01-28T04:52:49 < Cracki> johntramp, so... when is the interrupt triggered 2019-01-28T04:53:14 < Cracki> maybe it's triggering multiple times because you haven't cleared the fifo enough yet 2019-01-28T04:53:44 < Cracki> just speculating... give a part number and data sheet maybe 2019-01-28T05:29:46 < Ultrasauce> use the spi peripheral to drive it and you'll be able to go >20MHz trivially 2019-01-28T05:31:45 -!- cnt [uid317556@gateway/web/irccloud.com/x-ozgqnhsdgzyjefhb] has quit [Quit: Connection closed for inactivity] 2019-01-28T05:51:18 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-28T05:54:08 < johntramp> Cracki: I am just reading the INT pin state on the start of the ISR, and clearing the interrupt and exiting immediately if the interrupt is not supposed to be triggered - not a pretty solution but it seems to be working fine 2019-01-28T05:54:29 < Cracki> so... help me out here, explain it 2019-01-28T05:54:46 < Cracki> are you implying INT isn't asserted but the handler is STILL triggered a second time? 2019-01-28T05:54:51 < johntramp> yes 2019-01-28T05:54:59 < Cracki> good. that's something we can work with. 2019-01-28T05:55:21 < Cracki> clearing the interrupt does eventually work, or does it keep running the handler? 2019-01-28T05:56:20 < johntramp> so the interrupt is disabled, I clear the interrupt, read the data, and the INT line goes low. then, by the time I get to the end of the ISR, the interrupt has been set again even though it has been disabled 2019-01-28T05:56:33 < Cracki> you'll also want to clear that interrupt several cycles before ending the handler. iirc cortex-m interrupt handler execution would otherwise not notice and schedule another run 2019-01-28T05:56:54 < Cracki> you need to clear the interrupt AFTER the int line goes low 2019-01-28T05:57:06 < johntramp> even though it is disabled? 2019-01-28T05:57:10 < Cracki> disabling the interrupt only disables executing the handler, it does not disable setting the interrupt flag 2019-01-28T05:57:16 < johntramp> ahhh 2019-01-28T05:57:32 < Cracki> :) I think that's solved now :P 2019-01-28T05:58:24 < Cracki> (but please confirm anyway) 2019-01-28T05:59:14 < Cracki> how did you hook up that interrupt line to your stm32? exti I assume? 2019-01-28T06:01:17 < johntramp> I am actually using an silicon labs EFR32 part (cortex m4) 2019-01-28T06:01:18 < Cracki> if you dig in the reference manual, EXTI_PR (pending register) is probably the term you wanna start with 2019-01-28T06:01:22 < Cracki> ic ic 2019-01-28T06:01:43 < johntramp> but fairly similar to stm32f4 from my experiences 2019-01-28T06:02:06 < johntramp> except has a bluetooth module alongside 2019-01-28T06:02:07 < Cracki> they'll hook that up to the nvic somehow as well 2019-01-28T06:02:12 < Cracki> interesting 2019-01-28T06:03:55 < johntramp> yes that seems to have fixed the issue for me :) clearing the interrupt after reading out the FIFO data, which is when the INT line would deassert 2019-01-28T06:03:56 < Cracki> they call it "exti"-something too 2019-01-28T06:05:58 < johntramp> I am using the silabs HAL library, it deals with the EXTI* registers 2019-01-28T06:06:25 < johntramp> thanks for your help :) 2019-01-28T06:06:34 < Cracki> np 2019-01-28T06:12:06 -!- fc5dc9d4 [~quassel@p5B081A50.dip0.t-ipconnect.de] has joined ##stm32 2019-01-28T06:16:22 -!- fc5dc9d4_ [~quassel@p5B081D8E.dip0.t-ipconnect.de] has quit [Ping timeout: 250 seconds] 2019-01-28T06:18:56 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 240 seconds] 2019-01-28T06:19:17 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-28T06:20:30 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 244 seconds] 2019-01-28T07:17:05 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has quit [] 2019-01-28T07:26:36 -!- tjq [uid339161@gateway/web/irccloud.com/x-owutarpvsnlpvfnm] has quit [Quit: Connection closed for inactivity] 2019-01-28T07:31:36 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-28T07:39:13 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-28T07:39:26 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 240 seconds] 2019-01-28T07:40:51 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-28T07:42:27 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 246 seconds] 2019-01-28T07:42:32 -!- day_ is now known as day 2019-01-28T08:09:47 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-28T08:21:56 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-28T08:30:54 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has joined ##stm32 2019-01-28T08:43:50 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-28T08:48:17 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-28T08:48:29 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-28T08:57:17 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-28T09:03:44 -!- sterna [~Adium@cgn85-194-12-25.bredband.comhem.se] has quit [Quit: Leaving.] 2019-01-28T09:05:09 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-28T09:08:21 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-28T09:29:07 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-28T09:35:50 < PaulFertser> dongs: Segger rules http://openocd.zylin.com/4875 2019-01-28T09:36:56 < kakimir> hmm 2019-01-28T09:37:16 < kakimir> anyone done DAC controlled CV load with PNP darlington and opamp? 2019-01-28T09:38:42 < Haohmaru> not me 2019-01-28T09:38:59 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-28T09:39:10 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 250 seconds] 2019-01-28T09:39:16 -!- BrainDamage_ is now known as BrainDamage 2019-01-28T09:39:34 < qyx> no but you can use a common ldo or smps and inject current to the FB using DAC 2019-01-28T09:39:45 < kakimir> interesting 2019-01-28T09:40:31 < kakimir> what FB? 2019-01-28T09:40:43 < kakimir> any circuit you could show me? 2019-01-28T09:41:15 < Haohmaru> faceb00k, ferrite bead, feedback 2019-01-28T09:41:24 < kakimir> yes 2019-01-28T09:41:42 < Haohmaru> football? 2019-01-28T09:41:46 < kakimir> why LDO instead of opamp? 2019-01-28T09:42:03 < Haohmaru> ldo can give loads of current 2019-01-28T09:42:07 < Haohmaru> opamps usually can't 2019-01-28T09:42:21 < qyx> because you don't want to do the regulation in software 2019-01-28T09:42:22 < Haohmaru> just guessing 2019-01-28T09:42:29 < qyx> TI slva861 for example 2019-01-28T09:42:56 < qyx> but idk, pbp + opamp may be doable 2019-01-28T09:43:02 < qyx> I would never try that 2019-01-28T09:43:19 < qyx> because vregs are cheap and confirmed working 2019-01-28T09:43:25 < kakimir> yes 2019-01-28T09:43:37 < Haohmaru> but where's teh innovation in that 2019-01-28T09:43:53 < qyx> https://www.maximintegrated.com/en/app-notes/index.mvp/id/818 2019-01-28T09:43:56 < qyx> or here ^ 2019-01-28T09:44:07 < qyx> you could also use PWM output instead of dac 2019-01-28T09:44:10 < qyx> I did that too 2019-01-28T09:44:52 < kakimir> irrelevant 2019-01-28T09:46:37 < kakimir> oh.. and transistor driver needs to be sinking type 2019-01-28T09:47:12 < kakimir> that doesn't work that well with some LDO or does it? 2019-01-28T09:48:48 < kakimir> load will be PNP type 2019-01-28T09:50:20 < qyx> wait what 2019-01-28T09:50:27 < qyx> you want to do a load? 2019-01-28T09:50:47 < kakimir> yes 2019-01-28T09:50:49 < qyx> I misread it then 2019-01-28T09:51:18 < kakimir> yes 2019-01-28T09:51:21 < kakimir> I noticed 2019-01-28T09:51:22 < qyx> I though you wanted to do a DAC controlled CV vreg using a PNP pass transistor 2019-01-28T09:59:54 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Ping timeout: 268 seconds] 2019-01-28T10:05:30 -!- tjq [uid339161@gateway/web/irccloud.com/x-fgtxpypuvgbpthoz] has joined ##stm32 2019-01-28T10:07:44 < kakimir> I should maybe use npn darlington 2019-01-28T10:07:51 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-28T10:08:04 < kakimir> if emiter is connected to gnd 2019-01-28T10:08:09 < kakimir> emitter* 2019-01-28T10:08:44 < tjq> https://youtu.be/w623-bkXjrs?t=17 2019-01-28T10:08:47 < kakimir> I can drive the whole 0-5V range with npn? 2019-01-28T10:09:07 < kakimir> opamp will have +5v supply and maximum voltage to be sinked is 5v 2019-01-28T10:09:51 * tjq falls off a cliff 2019-01-28T10:12:39 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-28T10:14:07 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-28T10:15:21 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-28T10:15:31 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-28T10:26:18 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Ping timeout: 245 seconds] 2019-01-28T10:26:48 < kakimir> okay I cannot do full 0-5v range 2019-01-28T10:27:15 < kakimir> because of such high saturation Vce 2019-01-28T10:27:21 < kakimir> but no problem 2019-01-28T10:28:04 < kakimir> interesting area is above that saturation Vce 2019-01-28T10:30:56 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has joined ##stm32 2019-01-28T10:38:18 < kakimir> oh yes saturation Vce is in function of Ic and everything 2019-01-28T10:39:13 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 245 seconds] 2019-01-28T10:41:07 -!- Chris_M [~Chris_M@203-214-87-37.dyn.iinet.net.au] has quit [Ping timeout: 240 seconds] 2019-01-28T10:43:04 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 268 seconds] 2019-01-28T10:43:44 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-28T10:45:34 -!- jon1012 [~jon1012@foresight/developer/jon1012] has joined ##stm32 2019-01-28T10:51:47 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-28T11:04:19 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-28T11:06:43 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-28T11:07:11 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-28T11:08:02 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 272 seconds] 2019-01-28T11:08:02 -!- BrainDamage_ is now known as BrainDamage 2019-01-28T11:09:13 < rajkosto> 0your organs sound delicious 2019-01-28T11:09:33 < Haohmaru> wat o_O 2019-01-28T11:11:17 < kakimir> #mad32 2019-01-28T11:12:14 < kakimir> anti-sulfur resistors 2019-01-28T11:12:25 < kakimir> why you need anti-sulfur in automotive use? 2019-01-28T11:12:37 < rajkosto> they SMELL like SULFUR 2019-01-28T11:14:49 < kakimir> https://www.digikey.com/en/pdf/s/stackpole-electronics/anti-sulfur-resistors 2019-01-28T11:17:59 < emeryth> can I use them to desulfur a car battery? 2019-01-28T11:18:32 < Haohmaru> these will be perfect in HELL 2019-01-28T11:18:39 < kakimir> https://www.bourns.com/docs/technical-documents/technical-library/fixed-resistors/publications/bourns_sulphur-resistant_film_resistor_networks_white_paper.pdf 2019-01-28T11:21:27 < Haohmaru> i think we'll need sulphur-resistant lungs then 2019-01-28T11:21:34 -!- oz4ga [~tim@hator.sunsite.lv] has joined ##stm32 2019-01-28T11:22:48 < kakimir> I think sulphur doesn't occur in free form 2019-01-28T11:26:26 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 240 seconds] 2019-01-28T11:36:45 < Haohmaru> you gotta buy it in bottles 2019-01-28T11:42:43 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-28T11:43:23 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 245 seconds] 2019-01-28T11:43:29 -!- BrainDamage_ is now known as BrainDamage 2019-01-28T11:44:22 < day> kakimir: freeform as in pure? 2019-01-28T11:48:42 < rajkosto> theres sulphur everywhere 2019-01-28T11:48:53 < kakimir> yes 2019-01-28T11:49:02 < rajkosto> earth atmosphere is slowly becoming hell more and more each year 2019-01-28T11:49:29 < Haohmaru> 2019-01-28T11:57:29 < karlp> I wishi cracki would stop ohsixing answers from google if they don't know. no way of knowing if what you found was actually functional 2019-01-28T12:01:15 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-28T12:05:27 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 240 seconds] 2019-01-28T12:35:09 -!- tjq [uid339161@gateway/web/irccloud.com/x-fgtxpypuvgbpthoz] has quit [Quit: Connection closed for inactivity] 2019-01-28T12:35:24 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-28T12:36:34 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2019-01-28T12:36:34 -!- BrainDamage_ is now known as BrainDamage 2019-01-28T12:41:41 -!- tjq [uid339161@gateway/web/irccloud.com/x-bhyutxxqdwooingi] has joined ##stm32 2019-01-28T13:17:58 < tjq> if i buy winrar will they try and make me pay for 30 years of unlicensed use 2019-01-28T13:29:36 < zyp> yes 2019-01-28T13:30:48 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 268 seconds] 2019-01-28T13:31:09 < Haohmaru> they will pull those 30 years out of your nose 2019-01-28T13:37:26 < qyx> uncompressed 2019-01-28T13:52:39 < catphish> how could you forget to pay for winrar for 30 years? they literally remind you every time you run it ;) 2019-01-28T13:57:53 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-28T13:58:04 < Haohmaru> muscle memory 2019-01-28T13:58:22 < Haohmaru> "run winrar, click that dialog button.. do your stuff" 2019-01-28T14:00:51 < Haohmaru> just like installing software on windewz 2019-01-28T14:01:39 < Haohmaru> "Allow, Next, I Accept, Next, Next, Next, Finish, Restart Now" 2019-01-28T14:02:26 < Haohmaru> "keygen.exe" 2019-01-28T14:02:32 < emeryth> you must have a lot of toolbars in your internet explorer 2019-01-28T14:03:22 < Haohmaru> me? 2019-01-28T14:06:25 < Thorn> speaking of which 2019-01-28T14:06:28 < Thorn> has anyone implemented [de]compression (other than RLE) for mcus? 2019-01-28T14:06:40 < Thorn> lz77/lzw/deflate/etc 2019-01-28T14:06:56 < Thorn> or does it need several MB of ram for the dictionary? 2019-01-28T14:23:59 < qyx> see heatshrink, LZSS 2019-01-28T14:24:01 < qyx> dongs approved 2019-01-28T14:24:06 < qyx> I am using it 2019-01-28T14:24:48 < qyx> karlp: you may want to add it to zypsnips 2019-01-28T14:40:09 < karlp> yah, heatshrink comes up enough 2019-01-28T14:40:51 < Thorn> cool thanks 2019-01-28T14:44:48 < Haohmaru> zypsnips - your catalogue of high-quality QC-PASSED, dongs approved, RoHS compliant things 2019-01-28T14:45:57 < jpa-> Thorn: i reimplemented deflate for one work project, it doesn't need much ram to do for small window sizes, but existing implementations are quite ram-heavy 2019-01-28T15:25:09 -!- tjq [uid339161@gateway/web/irccloud.com/x-bhyutxxqdwooingi] has quit [Quit: Connection closed for inactivity] 2019-01-28T15:37:43 < qyx> ahy hints how to get a freertos bt of a given thread? (gdb) 2019-01-28T15:41:14 < PaulFertser> qyx: are you using openocd and thread awareness enabled? 2019-01-28T15:41:46 < PaulFertser> qyx: if yes, then you can see the list of threads with "i thr" and switch to the thread you're interested in with "thr N" (N is the thread number) and then bt. 2019-01-28T15:42:19 < qyx> no thread awareness 2019-01-28T15:42:24 < qyx> I am not aware of such thing 2019-01-28T15:43:32 < PaulFertser> qyx: you can add "$_TARGET configure -rtos auto" to the end of your config or invocation line to enable it. 2019-01-28T15:43:54 < PaulFertser> qyx: but with a recent enough freertos version you'll have to add one file to your project, see the OpenOCD manual. 2019-01-28T16:03:55 < karlp> (free rtos thread detection is ~busted since free rtos 8.2 https://github.com/karlp/oocd-rtos-locm3/tree/master/fr-blink 2019-01-28T16:04:23 < karlp> only downside to sticking with freertos 8.2 is you don't get some of the newer "stream buffers" stuff 2019-01-28T16:05:46 < karlp> I've not spent anytime trying to fix it. 10.0.x was broken in freertos side, (they broke a bunch of os aware debuggers) but that only fixes the detection portion. 2019-01-28T16:12:04 < aandrew> Thorn: I've only done RLE, sorry 2019-01-28T16:13:17 < aandrew> qyx: thanks for the tip, looking at heatshrink 2019-01-28T16:13:37 * karlp added compression.txt if anyone wants to chime in with more right now. 2019-01-28T16:14:01 < aandrew> qyx: thread apply all bt 2019-01-28T16:14:21 < aandrew> qyx: have you added that little blurb to put the freertos thread info into the binary? 2019-01-28T16:14:42 < karlp> aandrew: what version of freertos are you using? 2019-01-28T16:14:55 < aandrew> karlp: whatever is in cubemx, it's not new 2019-01-28T16:15:22 < Haohmaru> when an LDO goes out of input voltage (power goes own) - does it sorta "shrug" and leave the output power rail unaffected, or can it sorta start acting weird and eat away the power rail (assuming there are caps there keeping some charge) ? 2019-01-28T16:16:10 < karlp> depends on the LDO, but all sorts of things can happen 2019-01-28T16:16:28 < aandrew> const int __attribute__((used)) uxTopUsedPriority = configMAX_PRIORITIES; 2019-01-28T16:17:05 < aandrew> that with openocd's configure -rtos auto seems to work well for me 2019-01-28T16:21:59 < karlp> hrmm, brand new cube install will use freertos 9.0, which would n't work with openocd for me. 2019-01-28T16:23:12 < Haohmaru> is there something simple i can do to give a few hundred milliseconds of guaranteed "power", the stuff i could think of is slapping a series diode and then a big reservoir cap.. 2019-01-28T16:23:27 < Haohmaru> but this introduces a diode voltage drop of course 2019-01-28T16:25:49 < karlp> huh, "nice" cube is gneerating freertos with the cmsis-rtos wrappers 2019-01-28T16:26:13 < Haohmaru> http://tinyurl.com/y9wzmxfy (link to falstad circuit) 2019-01-28T16:27:53 -!- fenugrec [~fenugrec@24.105.71.66] has joined ##stm32 2019-01-28T16:28:51 < karlp> you can also put the caps on the input side of your ldo.... 2019-01-28T16:29:34 < Haohmaru> true, but there they will power more things 2019-01-28T16:30:20 < Haohmaru> while i was tring to just give the "brainz" slightly longer time to live so they can detect the power outtage and emit a message 2019-01-28T16:30:36 < BrainDamage> a schottcky diode drop can be as low as 200mV 2019-01-28T16:31:09 < BrainDamage> compensate with larger cap and you can have your brownout detection 2019-01-28T16:32:00 < BrainDamage> alternatively, use a P-mos 2019-01-28T16:32:15 < BrainDamage> and tie the gate to gnd 2019-01-28T16:32:36 < Haohmaru> power-mosfet or p-channel mosfet? 2019-01-28T16:32:43 < BrainDamage> pchannel mosfet 2019-01-28T16:32:52 < Haohmaru> okay, i can slap that in falstad 2019-01-28T16:33:27 < Haohmaru> the mosfet can act as a switch, high-Z or "connected" without a voltage drop, right? 2019-01-28T16:35:15 < BrainDamage> it has a voltage drop due to the internal resistance, but it's lower than a diode 2019-01-28T16:35:23 < BrainDamage> however, thinking more, the mos won't work 2019-01-28T16:35:59 < Haohmaru> it changed the discharge response.. 2019-01-28T16:36:01 < BrainDamage> since they are sufficiently symmetrical that if the input is 0 and the output is powered by the cap, you'll get a channel on the source side and it'll conduct backwards 2019-01-28T16:36:05 < BrainDamage> discharging it 2019-01-28T16:36:12 < Haohmaru> i'm not very gud with transistors and FETs :/ 2019-01-28T16:37:48 < BrainDamage> a simple solution could be to give a sep ldo for the mcu, and put diode and cap before ldo 2019-01-28T16:38:01 < BrainDamage> provided you have sufficient voltage margin 2019-01-28T16:38:14 < Haohmaru> hm, true 2019-01-28T16:38:44 < Haohmaru> 5V (from a switching regulator), then i use LM1117 for 3.3V 2019-01-28T16:38:55 < Haohmaru> so, a schottky there? 2019-01-28T16:39:05 < BrainDamage> yup, can even use a regular diode 2019-01-28T16:39:12 < Haohmaru> and a big cap between that and the 3.3V reg 2019-01-28T16:39:41 < Haohmaru> regular like.. rectifying diode? 2019-01-28T16:39:58 < BrainDamage> regular, as in, whatever you can get your hands on 2019-01-28T16:40:16 < Haohmaru> k 2019-01-28T16:40:37 < BrainDamage> 5V-Vdiode-Vldo-3.3V is the deltaV that the cap will discharge 2019-01-28T16:41:11 < BrainDamage> how much do you want for it to stay up? and what's the current consumption? 2019-01-28T16:43:03 < Haohmaru> that's a little hard to say right now.. but i know i'll have to figure out the value of the reservoir cap later 2019-01-28T16:45:12 < karlp> I prototyped using the AWD on the raw vin to detect the brownout early, and turn off periphs. worked ok. 2019-01-28T16:46:13 < Haohmaru> i'm measuring the input power (12V) as early (in the circuit) as possible, that is.. before a series diode 2019-01-28T16:46:19 < Haohmaru> ..with ADC 2019-01-28T17:04:56 < zyp> https://www.google.com/search?q=how+to+tell+if+you%27re+running+jdk+or+jre 2019-01-28T17:05:17 < Haohmaru> this suicidal stuff again? 2019-01-28T17:05:54 < zyp> sorry, did it already get tweeted? 2019-01-28T17:06:11 < Haohmaru> i read this yesterday on another channel 2019-01-28T17:06:18 < Haohmaru> not even sure why i opened it 2019-01-28T17:06:38 < zyp> I didn't see it until now, found it amusing 2019-01-28T17:06:57 < Haohmaru> it's just google trying to be subliminal 2019-01-28T17:07:07 < zyp> :) 2019-01-28T17:14:02 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [Ping timeout: 268 seconds] 2019-01-28T17:15:55 -!- blacktronics [uid142493@gateway/web/irccloud.com/x-hzluptqnmsouhibn] has joined ##stm32 2019-01-28T17:23:21 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 252 seconds] 2019-01-28T17:23:31 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2019-01-28T17:54:02 -!- Ik90 [~Ik90@157.45.217.254] has joined ##stm32 2019-01-28T18:00:58 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-28T18:01:15 -!- Ik90 [~Ik90@157.45.217.254] has quit [Ping timeout: 246 seconds] 2019-01-28T18:09:40 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-28T18:12:26 -!- wooosaiii [~woo@cpe-90-157-180-95.static.amis.net] has quit [Ping timeout: 240 seconds] 2019-01-28T18:17:56 -!- wooosaiii [~woo@cpe-90-157-180-95.static.amis.net] has joined ##stm32 2019-01-28T18:27:03 -!- Ik90 [~Ik90@157.45.217.254] has joined ##stm32 2019-01-28T18:36:13 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-28T18:36:18 -!- mitrax [mitrax@lfbn-ncy-1-399-98.w83-196.abo.wanadoo.fr] has joined ##stm32 2019-01-28T18:47:52 < karlp> this is cute: https://blog.sense.com/articles/solving-hardware-problems/ 2019-01-28T18:48:28 < karlp> only 1.2mm separation, but stillcute. 2019-01-28T18:53:52 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-28T18:53:56 -!- Drzacek [~Drzacek@200116b8002712001d3793f0bc0d5cd1.dip.versatel-1u1.de] has joined ##stm32 2019-01-28T18:54:27 -!- Ik90 [~Ik90@157.45.217.254] has quit [Ping timeout: 246 seconds] 2019-01-28T18:55:11 -!- Steffanx [~steffanx@unaffiliated/steffanx] has joined ##stm32 2019-01-28T18:58:44 < kakimir> I need solution to drive 13fets all in different potentials 2019-01-28T18:59:01 < kakimir> but the thing is: it needs to be cheap cheap cheap 2019-01-28T18:59:22 < kakimir> and it should have low power consumption 2019-01-28T19:00:31 < kakimir> all them can be on and off at same time 2019-01-28T19:00:53 < kakimir> so basically one input -> 13fets in different potentials 2019-01-28T19:03:04 < kakimir> is there any cheap gate driver that could handle this potential difference thing 2019-01-28T19:03:18 < kakimir> multiple drivers chained somehow or one driver 2019-01-28T19:07:37 < aandrew> I'm kind of curious whether the exposed PCB trace presents other issues about creep/strike 2019-01-28T19:07:57 < aandrew> 1.2mm doesn't sound like it'll pass UL 2019-01-28T19:07:59 < kakimir> other than? 2019-01-28T19:08:14 < aandrew> kakimir: bare copper 1.2mm apart compared to soldermasked copper 1.2mm apart 2019-01-28T19:08:33 < aandrew> although I wonder if the filter could be designed so that instead of PCB between the two sides you actually routed a slot 2019-01-28T19:08:35 < kakimir> the distance required is multiplied with like 4x 2019-01-28T19:11:27 < kakimir> all the corners are potential sparking points 2019-01-28T19:19:01 < aandrew> kakimir: well that's kind of my point; I'm not convinced that this BPF is actually providing the required isolation 2019-01-28T19:29:32 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:fd42:919d:dba5:6229] has joined ##stm32 2019-01-28T19:35:53 < qyx> kakimir: fhat freq 2019-01-28T19:39:39 < zyp> kakimir, elaborate on different potentials 2019-01-28T19:42:35 < qyx> are he kakiing up some battery cell thing? 2019-01-28T19:42:50 < zyp> if they all have a common reference there might be a voltage that saturates them all without exceeding ratings 2019-01-28T19:43:49 < zyp> and vice versa 2019-01-28T19:44:53 < karlp> aandrew: well, it's a US marked product, claiming UL, but yeah, 1.2mm didn't sound like much to me either. 2019-01-28T19:46:29 < zyp> maybe you don't need more than 1.2mm if the goal is to isolate N from PE when they are supposed to be at the same level anyway 2019-01-28T19:46:49 < karlp> I'd never heard of galvanically isolated wifi ports anyway 2019-01-28T19:47:03 < zyp> that's not what the article said either 2019-01-28T19:47:09 < karlp> and in a power meter thing like that product is, I would have thought you'd put isolation elsewhere in the system 2019-01-28T19:47:15 < zyp> it said they had digital isolators on the signals below it before 2019-01-28T19:47:28 < zyp> but they removed it to save on BOM and remove some EMI problems 2019-01-28T19:47:30 < aandrew> karlp: yes. current transformers are way better for isolation 2019-01-28T19:48:25 < karlp> "several isolators plus an isolated supply" just soundsd messy 2019-01-28T19:49:17 -!- Ecco [~user@unaffiliated/ecco] has quit [Ping timeout: 272 seconds] 2019-01-28T19:49:17 < zyp> if you have powered circuitry on both sides of the isolation barrier, you necessarily need an isolated supply :) 2019-01-28T19:49:45 < zyp> (and getting the isolated supply supplied externally still counts) 2019-01-28T19:55:29 < englishman> that is indeed neat karlp 2019-01-28T19:56:16 < englishman> if there is no isolation distance requirement 2019-01-28T20:04:57 < kakimir> zyp: battery pack 2019-01-28T20:09:58 < kakimir> dumb module 2019-01-28T20:10:13 < kakimir> just switch cells to rail and off from rail 2019-01-28T20:10:16 < kakimir> *rails 2019-01-28T20:13:27 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-28T20:24:06 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 272 seconds] 2019-01-28T20:37:08 -!- Sadale [~Sadale@unaffiliated/sadale] has quit [Ping timeout: 245 seconds] 2019-01-28T21:17:30 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-28T21:30:40 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-28T21:38:03 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-28T21:42:04 -!- Ecco [~user@unaffiliated/ecco] has joined ##stm32 2019-01-28T21:46:56 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-28T21:47:06 < Ecco> Hi :) 2019-01-28T21:47:24 < Ecco> If I want to mount a PCB above another one (think, like an Ardunio shield) 2019-01-28T21:47:43 < Ecco> which kind of mounting screws shall I use? 2019-01-28T21:47:48 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-28T21:47:53 < Ecco> Can i find some on mouser/digikey? 2019-01-28T21:50:24 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has joined ##stm32 2019-01-28T21:54:32 -!- Laurenceb [~laurence@cca100-pool11.nottingham.ac.uk] has quit [Ping timeout: 250 seconds] 2019-01-28T21:58:42 -!- Ecco [~user@unaffiliated/ecco] has quit [Remote host closed the connection] 2019-01-28T21:58:46 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 244 seconds] 2019-01-28T22:03:25 -!- Laurenceb [~laurence@cca100-pool11.nottingham.ac.uk] has joined ##stm32 2019-01-28T22:05:34 -!- Drzacek [~Drzacek@200116b8002712001d3793f0bc0d5cd1.dip.versatel-1u1.de] has quit [Quit: Leaving] 2019-01-28T22:17:22 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has quit [Quit: ZNC 1.7.1 - https://znc.in] 2019-01-28T22:18:02 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2019-01-28T22:24:41 -!- tjq [uid339161@gateway/web/irccloud.com/x-ajclgfsrmvnskweo] has joined ##stm32 2019-01-28T22:28:52 -!- Sadale [~Sadale@unaffiliated/sadale] has joined ##stm32 2019-01-28T22:58:13 < rajkosto> the pin headers keep them tight enough 2019-01-28T22:58:18 < rajkosto> if you have them on both sides 2019-01-28T22:58:33 < rajkosto> otherwise you just use whatever screws for the spacers you have 2019-01-28T23:08:14 -!- Ecco [~user@unaffiliated/ecco] has joined ##stm32 2019-01-28T23:09:11 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 --- Day changed Tue Jan 29 2019 2019-01-29T00:00:15 -!- DisruptiveNL [~Disruptiv@5ED4324B.cm-7-5a.dynamic.ziggo.nl] has quit [Quit: Leaving] 2019-01-29T00:09:04 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2019-01-29T00:16:36 < englishman> Ecco: you shall use PCB standoffs and mezzanine connectors, as a stm32 irc ee pro 2019-01-29T00:23:19 < Steffanx> So hows the EE pro job going mr englishman ? 2019-01-29T00:23:27 < englishman> pretty cool 2019-01-29T00:24:06 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:fd42:919d:dba5:6229] has quit [Quit: Konversation terminated!] 2019-01-29T00:35:10 < Ecco> :-) 2019-01-29T00:38:14 < englishman> zyp: i think il get this https://guide.openenergymonitor.org/setup/iotawatt/ 2019-01-29T00:38:20 < englishman> >esp1488 2019-01-29T00:38:26 < englishman> you know its good 2019-01-29T00:43:07 < zyp> hah 2019-01-29T00:44:10 < zyp> what for? charger or general monitoring? 2019-01-29T00:44:58 < englishman> whole house 2019-01-29T00:45:16 < englishman> both the car and evse already log charging, i dont think i need another one 2019-01-29T00:46:11 < zyp> so general monitoring 2019-01-29T00:46:25 < englishman> yeah 2019-01-29T00:46:27 < zyp> how much is it? 2019-01-29T00:46:42 < englishman> 125gbp plus taps 2019-01-29T00:46:57 < englishman> plus vat 2019-01-29T00:47:01 < zyp> huh, that's expensive 2019-01-29T00:47:52 < englishman> a bit yeah 2019-01-29T00:47:59 < zyp> might as well just get karlp's stuff at that point 2019-01-29T00:48:26 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 240 seconds] 2019-01-29T00:48:34 < zyp> although I guess you don't have the modular breakers that we use in europe 2019-01-29T00:48:46 < englishman> modular? 2019-01-29T00:50:37 < englishman> wow its UL certed 2019-01-29T00:51:17 < zyp> https://bin.jvnv.net/file/vUXFc.jpg <- this kind 2019-01-29T00:52:21 < zyp> https://www.etactica.com/wp-content/uploads/2016/09/Installation-Manual-eTactica-Current-Bar-v-1.2.pdf <- karlp's stuff 2019-01-29T00:52:28 < englishman> neat, so you just mount them and attach a bussbar 2019-01-29T00:52:33 < zyp> yeah 2019-01-29T00:53:04 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-29T00:53:19 < zyp> there's some variations, apparently in .is they don't switch N, so each single phase circuit is only a single module breaker 2019-01-29T00:54:06 < zyp> I'm planning to get a pair of those 12-sensor bars, but only mount the ones that would go on L 2019-01-29T00:54:10 < PeterM> kakimir depending on the speed you need the mosfets to switch, (say, if its only 10s of hz) you can use photodiode output optocouplers - they will generate say 10v at 10-100ua 2019-01-29T00:54:45 < PeterM> should be plenty to act as load switches 2019-01-29T01:04:23 -!- tjq [uid339161@gateway/web/irccloud.com/x-ajclgfsrmvnskweo] has quit [Quit: Connection closed for inactivity] 2019-01-29T01:04:31 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2019-01-29T01:04:35 < jadew> zyp, we don't switch the N either 2019-01-29T01:04:47 < jadew> this reminds me that I have to replace one breaker 2019-01-29T01:05:05 < jadew> I improvised something when it melted and forgot about it 2019-01-29T01:05:13 < qyx> we don't too 2019-01-29T01:05:34 < qyx> in .at they do 2019-01-29T01:05:58 < jadew> that circuit breaker box looks awesome 2019-01-29T01:06:25 < jadew> with the pretty lights 2019-01-29T01:06:48 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-29T01:07:14 < jadew> so here's a question, do you need a ground connection for RCD breakers? 2019-01-29T01:07:42 < jadew> I have a box full of them and I wonder if I can just replace the old ones (it's an old building and I don't think I have a ground connection at the panel) 2019-01-29T01:08:08 < jadew> I guess I could check one out 2019-01-29T01:10:58 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 244 seconds] 2019-01-29T01:11:54 < qyx> you always have some kind of PE, which may cause some leakage current to flow from/to L or N 2019-01-29T01:12:10 < jadew> what's PE? 2019-01-29T01:12:17 < Lux> in old houses you only have 2 wires 2019-01-29T01:12:24 < Lux> PE is ground 2019-01-29T01:12:30 < Lux> or earth 2019-01-29T01:12:47 < qyx> in order to make RCD nonfunctional you would have to have an IT system 2019-01-29T01:12:49 < jadew> then I don't understand what qyx means 2019-01-29T01:12:57 < qyx> oe. the PE completely isolated 2019-01-29T01:12:58 < Lux> for a RCD to work you definetly need 3 wires 2019-01-29T01:13:19 < jadew> why does it need the earth connection? 2019-01-29T01:13:34 < Lux> cause in those old installations earth and N are just shorted in the plug 2019-01-29T01:13:55 < Lux> at least from what i've seen so far 2019-01-29T01:13:58 < jadew> ah, I don't think that's the case here 2019-01-29T01:14:10 < qyx> yeah thats TN-C 2019-01-29T01:14:55 < qyx> the RCD would not be able to detect leakage between L and PEN 2019-01-29T01:15:14 < jadew> we have an earth connection for some of the power outlets 2019-01-29T01:15:25 < aandrew> balls. 2019-01-29T01:15:54 < jadew> qyx, I thought it detects that the current is different between L and N 2019-01-29T01:15:55 < aandrew> I connected two FPGA IO banks to 3.3V but they're for LVDS and should have been at 2.5V 2019-01-29T01:16:05 < qyx> however it would work with leakage between L and PEN *before* the RCD 2019-01-29T01:16:12 < aandrew> I am hoping that since it is a receiver-only design that it might still work alright for these prototypes 2019-01-29T01:16:28 < qyx> ie. if you touch L and plumbing or heayers or whatever 2019-01-29T01:16:45 < qyx> jadew: it does 2019-01-29T01:17:16 < jadew> qyx, so why is the earth connection important? 2019-01-29T01:17:20 < englishman> here N is never switched i think it's against code 2019-01-29T01:17:32 < Lux> pretty sure that would just cause random tripping of the rcd 2019-01-29T01:17:49 < Lux> it's too easy to get leakage in those systems 2019-01-29T01:18:19 < qyx> jadew: because if you only have 2 wires, you cannot have different currents in them 2019-01-29T01:18:27 < Lux> i even had a lan cable trip the rcd once 2019-01-29T01:18:36 < qyx> you have to leak some current from L or N 2019-01-29T01:18:52 < qyx> through the ground for example 2019-01-29T01:19:12 < jadew> qyx, uhmm... isn't current normally going through both L and N? like 2019-01-29T01:19:16 < jadew> L => Load => N 2019-01-29T01:19:28 < qyx> yes, thats the point 2019-01-29T01:19:30 < jadew> the only leak here that I'm concerned about is L => earth 2019-01-29T01:19:42 < jadew> why would L => N matter and how would it be detected? 2019-01-29T01:19:45 < englishman> thats what an rcd is for no? 2019-01-29T01:20:31 < qyx> yes but if you make your ground from N *after* the RCD, it cannot be detected 2019-01-29T01:20:37 < englishman> oh i see your question 2019-01-29T01:20:53 < qyx> necause your L-ground leak will go through the N 2019-01-29T01:21:09 < jadew> qyx, ah, I see what you mean, yeah... I'm not planning to do that 2019-01-29T01:21:27 < qyx> thats what Lux is saying 2019-01-29T01:21:30 < catphish> jadew: he said leak FROM L OR N (to earth) 2019-01-29T01:21:35 < englishman> if you have grounds randomly added after the breaker panel, wtf 2019-01-29T01:21:50 < qyx> englishman: thats TN-C 2019-01-29T01:22:00 < qyx> you only have L and PEN 2019-01-29T01:22:14 < qyx> PEN is split in individual sockets 2019-01-29T01:22:18 < jadew> qyx, and there's a way to counterract TN-C leaks too? 2019-01-29T01:22:33 < jadew> how would it know the difference between a leak and a load? 2019-01-29T01:22:36 < zyp> uh 2019-01-29T01:22:39 < englishman> according to wikipedia, you still dont add grounds wherever, there is one ground back at the source 2019-01-29T01:22:44 < zyp> wtf are you guys talking about? 2019-01-29T01:22:53 < zyp> RCDs are not connected to PE at all 2019-01-29T01:22:56 < englishman> ^ 2019-01-29T01:23:01 < qyx> they are not 2019-01-29T01:23:09 < catphish> it doesn't matter where the current leaks from, as long as it doesn't return through the rcd it's detectable 2019-01-29T01:23:28 < zyp> RCDs have a sum transformer, i.e. a CT that measures the sum through all the conductors on the circuit 2019-01-29T01:23:32 < qyx> yeah thats the gheneralization of the whole problem 2019-01-29T01:23:36 < catphish> if it leaks into the actual physical soil below you, it's detected as missing return current 2019-01-29T01:23:47 < jadew> that was my impression as well 2019-01-29T01:23:51 < zyp> that is correct 2019-01-29T01:24:12 < catphish> so your incoming L and N (which connect only to load) have their currents compared, simple as that 2019-01-29T01:24:16 < jadew> so I should be able to replace the old breakers with RCDs without having an earth connection at the panel? 2019-01-29T01:24:22 < zyp> correct 2019-01-29T01:24:37 < jadew> that's what I wanted to know 2019-01-29T01:24:41 < jadew> thanks 2019-01-29T01:24:44 < catphish> as long as you don't create a ground *after* the RCD, all current leaked is detectable 2019-01-29T01:24:49 < qyx> wat, no 2019-01-29T01:24:53 < jadew> obviously... 2019-01-29T01:24:54 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-29T01:25:01 < catphish> jadew: yes you can 2019-01-29T01:25:09 < qyx> you ncannot break PEN in a TN-C 2019-01-29T01:25:13 < jadew> but is there a way to even detect that scenario? 2019-01-29T01:25:14 < catphish> as long as there's no earth created *after* the panel (inside) 2019-01-29T01:25:29 < qyx> how are you going to connect it? 2019-01-29T01:25:47 < catphish> you have a ground from somewhere, right? 2019-01-29T01:25:55 < zyp> is TN-C actually used for anything but the main supply anywhere? 2019-01-29T01:26:05 < catphish> and that ground is eventually connected to N outside the property if not at the panel 2019-01-29T01:26:10 < qyx> yes in old installations 2019-01-29T01:26:15 < qyx> as jadew mentiomed 2019-01-29T01:26:15 < zyp> all TN systems I've seen are TN-C-S 2019-01-29T01:26:38 < jadew> this terminology is new to me 2019-01-29T01:26:43 < jadew> PEN = earth wire 2019-01-29T01:26:50 < zyp> where it's TN-C from the grid and into the house, where PEN gets split into PE and N 2019-01-29T01:26:51 < jadew> TN-C = N connected to PEN? 2019-01-29T01:26:52 < qyx> you cannot simply replace 1-pole breaker with a 2-pole one or a RCD 2019-01-29T01:27:03 < zyp> jadew, C = combined PE and N 2019-01-29T01:27:17 < zyp> S = separate PE and N 2019-01-29T01:27:20 < jadew> got it 2019-01-29T01:27:22 < qyx> here in .sk TN-C is very common 2019-01-29T01:27:24 < Lux> zyp in installations older than 30 years or so 2019-01-29T01:27:29 < zyp> fair 2019-01-29T01:27:35 < zyp> most old stuff here is IT 2019-01-29T01:27:37 < qyx> TN-C-S is mandatory from 2000 or so 2019-01-29T01:27:37 < catphish> but the choice of any of those systems makes no difference to RCD operation 2019-01-29T01:27:44 < Lux> i've got it here in a few non renovated sections in the house 2019-01-29T01:27:59 < zyp> catphish, correct 2019-01-29T01:28:17 < catphish> you still put an RCD on your L/N input after earth is sparated 2019-01-29T01:28:31 < catphish> so it compares current into the legitimate load with current out of it 2019-01-29T01:28:31 < Lux> looks like that: https://preview.ibb.co/me3zAJ/20180617_124518.jpg 2019-01-29T01:28:51 < catphish> dafuq 2019-01-29T01:29:06 < Lux> ;) 2019-01-29T01:29:13 < englishman> safer than a live PE 2019-01-29T01:29:17 < catphish> is that a bypassed rcd running on one pole? 2019-01-29T01:29:32 < qyx> no 2019-01-29T01:29:38 < qyx> it is a tn-c socket 2019-01-29T01:29:39 < catphish> what is it? 2019-01-29T01:29:41 < Lux> that's from an era where no rcd existed 2019-01-29T01:29:43 < zyp> haha 2019-01-29T01:29:48 < zyp> cute 2019-01-29T01:29:55 < qyx> Lux: where are you from? 2019-01-29T01:29:56 < jadew> that looks dangerous 2019-01-29T01:30:08 < catphish> so black is live? 2019-01-29T01:30:12 < catphish> and the other 2 are N and E? 2019-01-29T01:30:15 < Lux> right 2019-01-29T01:30:17 < catphish> oh ok 2019-01-29T01:30:20 < zyp> yes, blue is always N 2019-01-29T01:30:31 < qyx> ntw PEN should be green-yellow, not blue 2019-01-29T01:30:42 < qyx> but otherwise yes, common here 2019-01-29T01:30:49 < Lux> it'd be more dangerous without the bridge 2019-01-29T01:30:49 < catphish> in UK we have 2 colouring systems, in one of them black is neutral 2019-01-29T01:31:02 < catphish> (old system luckily) 2019-01-29T01:31:23 < jadew> Lux, don't know... I've always considered N to be live too 2019-01-29T01:31:24 < zyp> UK electric stuff is all sorts of fucked up though :p 2019-01-29T01:31:32 < zyp> ring circuits and whatnot 2019-01-29T01:31:36 < catphish> i've never seem earth split at a socket like that 2019-01-29T01:31:40 < jadew> and with that arrangement you're basically connecting the chasis to a live wire 2019-01-29T01:31:48 < qyx> ues 2019-01-29T01:32:08 < qyx> if your PEN breaks, you gen L on your metal device 2019-01-29T01:32:23 < qyx> fuk android 2019-01-29T01:32:34 < catphish> zyp: i have no idea why ring circuits are still used 2019-01-29T01:33:03 < catphish> has the benefit of more total current with less wire though 2019-01-29T01:33:16 < PeterM> im still trying to see the issue with putting an RCD on that - it is no LESS safe than without an RCD 2019-01-29T01:33:16 < qyx> Lux: wjats your TN-C land if I may ask? 2019-01-29T01:33:53 < qyx> PeterM: it would break your ground if it trips 2019-01-29T01:34:11 < catphish> PeterM: one obvious problem with putting an rcd on that is that it will detect leaks from the chassis of the appliance and trip when it shouldn't 2019-01-29T01:34:28 < PeterM> catphish that isnt a safety issue though 2019-01-29T01:34:33 < catphish> breaking ground doesn't seem unsafe if there's no live 2019-01-29T01:34:43 < PeterM> qyx you can get single pole rcds tyo only break L 2019-01-29T01:34:47 < catphish> not ideal, but not unsafe 2019-01-29T01:35:04 < Lux> qyx: austria, a house built 1900 2019-01-29T01:35:18 < qyx> yeah, neighbor 2019-01-29T01:35:19 < englishman> like switzerland, only nicer 2019-01-29T01:35:20 < catphish> one benefit of uk, afaik we've *always* had proper earth wiring 2019-01-29T01:35:26 < englishman> like germany, only cheaper 2019-01-29T01:35:40 < Lux> nah germany is cheaper than here 2019-01-29T01:35:53 < englishman> swap switzerland and germany then 2019-01-29T01:36:50 < Lux> but it really depends on the area 2019-01-29T01:37:09 < catphish> would be easier if germany just took over the whole lot 2019-01-29T01:37:11 < Lux> tirol is pretty expensive housing wise, but munich too 2019-01-29T01:38:21 < englishman> so apparently, when stock broking companies take your stock purchase order, they dont have to actually buy the stock 2019-01-29T01:38:29 < englishman> instead, they just keep your money 2019-01-29T01:38:47 < englishman> since most people lose money on the stock market, this is a profitable enterprise 2019-01-29T01:39:31 < jadew> so they're gambling against you 2019-01-29T01:39:34 < Lux> i guess anything with handling other peoples investments is profitable 2019-01-29T01:40:09 < jadew> I wanted to buy some stock too, but it seems it's not easy to buy US stock from europe 2019-01-29T01:40:29 < Lux> hmm how do most people lose money on the stock market if it's only been growing ? 2019-01-29T01:40:45 < jadew> it's not only been growing tho 2019-01-29T01:40:58 < Lux> iirc the longest you have to wait after a crash was 8 years till regaining your capital 2019-01-29T01:41:12 < jadew> it seems there's a bubble - bubble-popping cycle 2019-01-29T01:41:19 < Lux> if you've spread your stocks that is 2019-01-29T01:41:22 < englishman> the money input is probably not through stock brokers 2019-01-29T01:41:48 < PeterM> indexed funds, 10/10 2019-01-29T01:42:18 < englishman> 33 black, 1/38 2019-01-29T01:48:49 < zyp> Lux, it's easy to lose money, just buy high and sell low 2019-01-29T01:48:52 < zyp> :) 2019-01-29T01:49:14 < Lux> patience wins :) 2019-01-29T01:49:46 < PeterM> "you never lose money if you never sell" 2019-01-29T02:26:00 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-29T02:44:22 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-29T02:53:06 < jadew> this is ironic... I'm getting spam from one of the servers of a security company (CCTV and shit) 2019-01-29T02:58:29 -!- BrainDamage_ [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-29T03:00:15 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 246 seconds] 2019-01-29T03:00:15 -!- BrainDamage_ is now known as BrainDamage 2019-01-29T03:09:42 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-29T03:19:13 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has quit [Ping timeout: 245 seconds] 2019-01-29T03:26:10 -!- upgrdman_ [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-29T03:29:13 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Ping timeout: 245 seconds] 2019-01-29T03:30:51 < mawk> I set my 802.15.4 device to monitor mode by mistake 2019-01-29T03:30:55 < mawk> when coding the driver 2019-01-29T03:31:05 < mawk> and I'm receiving frames with very low RSSI, for far away 2019-01-29T03:31:16 < mawk> so I'm getting signal from some IOT device nearby 2019-01-29T03:31:24 < mawk> maybe zigbee or z-wave 2019-01-29T03:31:29 < mawk> let's mess with the neighbors 2019-01-29T03:58:26 -!- BrainDamage [~BrainDama@unaffiliated/braindamage] has joined ##stm32 2019-01-29T04:04:00 -!- ski7777 [~quassel@ip5b437fc1.dynamic.kabel-deutschland.de] has quit [Ping timeout: 268 seconds] 2019-01-29T04:05:09 -!- ski7777 [~quassel@ip5b437fc1.dynamic.kabel-deutschland.de] has joined ##stm32 2019-01-29T04:07:48 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-29T04:16:34 -!- grindhold [~quassel@84.200.43.162] has quit [Ping timeout: 272 seconds] 2019-01-29T04:25:18 -!- grindhold [~quassel@84.200.43.162] has joined ##stm32 2019-01-29T04:28:56 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-29T04:38:43 -!- gsi_ [~gsisig@x4db3a6e7.dyn.telefonica.de] has joined ##stm32 2019-01-29T04:41:52 -!- gsi__ [~gsisig@x4db97fa5.dyn.telefonica.de] has quit [Ping timeout: 250 seconds] 2019-01-29T04:43:48 -!- fenugrec [~fenugrec@24.105.71.66] has quit [Ping timeout: 245 seconds] 2019-01-29T04:45:35 -!- blacktronics [uid142493@gateway/web/irccloud.com/x-hzluptqnmsouhibn] has quit [Quit: Connection closed for inactivity] 2019-01-29T04:58:30 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-29T05:06:45 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Disconnected by services] 2019-01-29T05:06:45 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-29T05:06:49 -!- Cracki_ is now known as Cracki 2019-01-29T05:10:27 -!- Lux [~Luggi09@parabox.it-syndikat.org] has quit [Ping timeout: 240 seconds] 2019-01-29T05:19:12 -!- Lux [~Luggi09@parabox.it-syndikat.org] has joined ##stm32 2019-01-29T05:22:09 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-29T05:43:50 -!- tjq [uid339161@gateway/web/irccloud.com/x-poyyxvnpuhyslxni] has joined ##stm32 2019-01-29T05:49:02 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 250 seconds] 2019-01-29T05:49:40 -!- Getty [getty@stardestroyer.de] has quit [Ping timeout: 272 seconds] 2019-01-29T05:57:22 -!- Getty [getty@stardestroyer.de] has joined ##stm32 2019-01-29T06:07:29 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-29T06:11:07 -!- fc5dc9d4_ [~quassel@p5B08130E.dip0.t-ipconnect.de] has joined ##stm32 2019-01-29T06:11:12 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 272 seconds] 2019-01-29T06:11:12 -!- [1]MrMobius is now known as MrMobius 2019-01-29T06:15:12 -!- fc5dc9d4 [~quassel@p5B081A50.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2019-01-29T06:17:56 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 240 seconds] 2019-01-29T06:18:33 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-29T06:18:44 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-29T06:28:58 -!- hovniatko [hexo@base48.cz] has quit [Excess Flood] 2019-01-29T06:29:24 -!- hexo_ [hexo@base48.cz] has joined ##stm32 2019-01-29T06:49:21 -!- cjbaird [~cjb@124-149-120-179.dyn.iinet.net.au] has joined ##stm32 2019-01-29T07:08:48 < upgrdman_> i have a dynamically generated mesh that changes every frame. i know that the x,y,z values should be interleaves to make things cache-friendly, but it's stored in memory as x[] y[] and z[]. is it better to let the GPU trash its cache every frame, or have the CPU trash its cache every frame to give the GPU nicely interleaved data? 2019-01-29T07:08:53 < upgrdman_> oops wrong channel 2019-01-29T07:26:13 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-29T07:29:52 < Cracki> not at all 2019-01-29T07:30:10 < Cracki> planar data just makes you use n-fold more cache lines 2019-01-29T07:30:39 < Cracki> planar is a good idea these days 2019-01-29T07:32:17 < upgrdman_> Cracki, opengl docs indicate otherwise 2019-01-29T07:32:26 < Cracki> eh 2019-01-29T07:32:46 < Cracki> it's just three lines instead of one 2019-01-29T07:33:12 < upgrdman_> well i guess i should just stfu and profile and see 2019-01-29T07:33:25 < Cracki> I was about to say compare and measure 2019-01-29T07:33:44 < upgrdman_> or more likely: leave it to the gpu, and update the minimum system requirements ;) 2019-01-29T07:33:45 < Cracki> not necessarily in that order 2019-01-29T07:34:02 < Cracki> how come you have planar data anyway 2019-01-29T07:34:17 < upgrdman_> because thats how the data arrives on the CPU 2019-01-29T07:34:26 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 240 seconds] 2019-01-29T07:34:47 < Cracki> converting wouldn't "trash" the cache". it would involve three lines for reading and one for gathering into 2019-01-29T07:35:34 < upgrdman_> it's my TelemetryViewer thinggy. "y" values are stored in sequence. "x" can be timestamps, which i dont want to duplicate for every dataset, so i want to store it in a seaparate array 2019-01-29T07:35:44 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-29T07:35:45 < Cracki> it only "trashes" the cache insofar as all the data doesn't fit in the cache 2019-01-29T07:35:55 < Cracki> hmmm makes sense 2019-01-29T07:36:08 < Cracki> wait... so you're "updating geometry" 2019-01-29T07:36:14 < upgrdman_> yes 2019-01-29T07:36:20 < upgrdman_> lines :) 2019-01-29T07:36:22 < Cracki> you'd do well not to update the x/t values 2019-01-29T07:36:37 < Cracki> unless that's for the monkey head 2019-01-29T07:37:00 < upgrdman_> but the time needs to be accurate if the user wants time as the domain 2019-01-29T07:37:16 < upgrdman_> and e.g. apple says to interleave if you give a shit about performance https://developer.apple.com/library/archive/documentation/3DDrawing/Conceptual/OpenGLES_ProgrammingGuide/TechniquesforWorkingwithVertexData/TechniquesforWorkingwithVertexData.html 2019-01-29T07:37:25 < Cracki> ah so your x values are time, not "screen coordinates" 2019-01-29T07:37:53 < upgrdman_> well x = unix timestamp and some math = screen coord 2019-01-29T07:37:54 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-29T07:38:20 < upgrdman_> "some math" can be uniforms passed into the vertex shader 2019-01-29T07:38:34 -!- upgrdman_ is now known as upgrdman 2019-01-29T07:39:01 < Cracki> ic ic 2019-01-29T07:39:36 < Cracki> >An exception to this rule is... 2019-01-29T07:40:06 < Cracki> they are right, interleaved does give better locality, but that's really not that big of a deal 2019-01-29T07:40:32 < upgrdman> i wish i could find a profiles that'd confirm if my program requires x version of opengl. or even better say something like "if you can live without xyz, your program could work in opengl version blah" 2019-01-29T07:40:36 < Cracki> are you gonna send all data to gpu over and over, or is there a way to "append"? 2019-01-29T07:40:50 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 250 seconds] 2019-01-29T07:40:53 < upgrdman> Cracki, the plan is to "append" into a ring buffer 2019-01-29T07:40:55 -!- day_ is now known as day 2019-01-29T07:41:10 < Cracki> ic 2019-01-29T07:41:53 < Cracki> I really wouldn't worry about packing that stuff. just leave it planar if that's even just slightly more convenient 2019-01-29T07:42:12 < Cracki> *misaligned* is a way bigger deal 2019-01-29T07:43:06 < Cracki> and even that isn't really 2019-01-29T08:02:04 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-29T08:02:16 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-29T08:06:16 < jpa-> Cracki: planar vs. interleaved doesn't matter much if the vertex data is read sequentially, but if it is random access and not all is accessed then that "just three cache lines instead of one" becomes 3x slower 2019-01-29T08:06:50 < jpa-> i guess for upgrdman's case he'll be rendering most or all of the vertices; but if it was some game with a huge scene only part of which is visible, it would make a difference 2019-01-29T08:12:13 < upgrdman> oh ya that makes sense 2019-01-29T08:12:57 < upgrdman> hmm well maybe not. vertex shaders can execute in "random" order... it's not like they cleanly march through each vertex in order 2019-01-29T08:13:02 < jpa-> if it all is going to be read into cache anyway (and fits there), it's true that it shouldn't matter whether it is planar or interleaved 2019-01-29T08:13:09 < upgrdman> but i suppose the gpu silicon manages that order to be cache-friendly-ish 2019-01-29T08:52:30 -!- sterna [~Adium@c-8ee0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-29T08:56:12 -!- qyx [~qyx@gw2.krtko.org] has quit [Read error: Connection reset by peer] 2019-01-29T09:00:29 -!- qyx [~qyx@gw2.krtko.org] has joined ##stm32 2019-01-29T09:26:31 -!- sterna [~Adium@c-8ee0e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-29T09:33:41 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-29T09:34:03 -!- sk_tandt [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-29T09:39:48 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-29T09:47:42 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-29T09:48:09 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-29T09:49:27 < kakimir> is there any benefits using sot23 package for small diode 2019-01-29T09:49:39 < kakimir> why would you do that? 2019-01-29T09:49:54 < kakimir> and I'm talking about single diode 2019-01-29T09:49:57 < kakimir> not dual 2019-01-29T09:51:43 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-29T09:51:43 -!- [1]MrMobius is now known as MrMobius 2019-01-29T09:51:52 < upgrdman> kakimir, cant put it in backwards unless you try? 2019-01-29T09:52:43 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-29T09:53:43 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-29T09:53:48 < PeterM> oi kakimir did you endup finding your mosfet drive solution? 2019-01-29T09:53:49 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-29T09:54:10 < kakimir> no 2019-01-29T09:54:28 < kakimir> I was thinking about optical solution 2019-01-29T09:54:39 < kakimir> fotodiodes or something 2019-01-29T09:54:55 < kakimir> and optic guide 2019-01-29T09:55:00 < PeterM> yeah photodiode output optocouplers were my suggestion if you dont need speed 2019-01-29T09:56:14 < kakimir> I think optocouplers would be too expensive 2019-01-29T09:56:44 < PeterM> how many fets are you switching and at what kinda speed? 2019-01-29T09:56:57 < kakimir> it's a power switch type of deal 2019-01-29T09:57:14 < kakimir> not in rush at all 2019-01-29T09:57:15 < PeterM> for mains? 2019-01-29T09:57:19 < kakimir> no 2019-01-29T09:57:44 < kakimir> problem with optocouplers is power consumption 2019-01-29T09:58:08 < qyx> maybe a series cap + diode + parallel cap to ground? 2019-01-29T09:58:13 < PeterM> there is a part ht0440 that is sorta expensive but is ok for power consumption 2019-01-29T09:58:56 < PeterM> might be suitable 2019-01-29T09:59:08 < PeterM> or ht0740 for single channel version 2019-01-29T09:59:10 < kakimir> lemme see the price 2019-01-29T09:59:33 < kakimir> nope 2019-01-29T09:59:51 < PeterM> you're probably not gonna get cheaper than a photodiode output optocoupler 2019-01-29T10:00:13 < qyx> kakimir is building a reconfigurable battery pack, I can smell it 2019-01-29T10:00:52 < PeterM> if it didnt need to be isolated you could just use a boostconverter to well above any potential vgs, then resistor + zener clamp on it 2019-01-29T10:01:40 < kakimir> hmm 2019-01-29T10:01:50 < kakimir> hmmm 2019-01-29T10:02:06 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-29T10:02:11 < Haohmaru> hmmmm 2019-01-29T10:02:24 < PeterM> haohmmmmmmmmary 2019-01-29T10:02:30 < PeterM> *u 2019-01-29T10:02:34 < Haohmaru> petermmmmmmmmmm 2019-01-29T10:03:39 < kakimir> HMMM 2019-01-29T10:03:51 * Haohmaru optoisolates kakimir 2019-01-29T10:04:19 * PeterM turns off the old transformer powersupply to get rid of the mains hmmmmm 2019-01-29T10:04:41 < qyx> with optoisolation or any other digital isolation you need additional power to pull the gate up/down 2019-01-29T10:04:54 < qyx> if you AC couple the gate (transformer, cap) you don't need it 2019-01-29T10:05:00 < PeterM> no, not with photodiode outputs 2019-01-29T10:05:01 < qyx> if your duty cycle/freq allows it 2019-01-29T10:05:13 < PeterM> photodiode outputs can supply 10-100ua 2019-01-29T10:05:23 < qyx> true 2019-01-29T10:05:41 < PeterM> thats enough to drive a mosfet gate for switching at say 100hz 2019-01-29T10:06:03 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-29T10:06:24 < Haohmaru> mmmmmmosssfet 2019-01-29T10:06:47 < Haohmaru> that's very mosfet-ish 2019-01-29T10:07:34 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-29T10:12:08 < kakimir> castellated hole is just a hole in pcb edge from perspective of pcb layout design? 2019-01-29T10:12:11 < jpa-> kakimir: one benefit is that SOT23 is harder to place wrong way arond :P 2019-01-29T10:12:41 < jpa-> oh upgrdman already said that 2019-01-29T10:13:04 < jpa-> kakimir: yeah http://support.seeedstudio.com/knowledgebase/articles/910767-what-are-plated-half-holes-castellated-holes 2019-01-29T10:14:28 -!- Chris_M [~Chris_M@203-214-87-37.dyn.iinet.net.au] has joined ##stm32 2019-01-29T10:15:03 < kakimir> it doesn't make any sense 2019-01-29T10:15:26 < kakimir> if fab or so has difficulties getting diodes right way around 2019-01-29T10:16:14 < qyx> jpa-: oh nice to know they do castellated holes now 2019-01-29T10:16:43 < kakimir> how long castellated holes you have made? 2019-01-29T10:16:50 < kakimir> I plan to do 0,8mm wide 2019-01-29T10:16:57 < kakimir> but 5mm long 2019-01-29T10:17:26 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-29T10:22:05 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-29T10:23:40 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-29T10:39:19 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-29T10:43:56 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-29T10:49:36 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-29T10:58:56 -!- cjbaird [~cjb@124-149-120-179.dyn.iinet.net.au] has quit [Ping timeout: 244 seconds] 2019-01-29T10:58:59 -!- baird [~cjb@124-149-120-179.dyn.iinet.net.au] has joined ##stm32 2019-01-29T11:00:47 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-29T11:06:08 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-29T11:08:38 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-29T11:33:30 -!- tjq [uid339161@gateway/web/irccloud.com/x-poyyxvnpuhyslxni] has quit [Quit: Connection closed for inactivity] 2019-01-29T11:40:28 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-29T11:55:03 -!- cnt [uid317556@gateway/web/irccloud.com/x-uhrkrrgcdnpxmgpe] has joined ##stm32 2019-01-29T12:09:29 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-29T12:11:14 < Haohmaru> see en tea 2019-01-29T12:14:08 < cnt> ANIME 2019-01-29T12:16:54 < cnt> > 2019-01-29T12:19:31 < cnt> Haohmaru: do you like anime 2019-01-29T12:20:27 < Haohmaru> i've watched a few japanese animated movies, they were kewl 2019-01-29T12:28:36 < rajkosto> https://images.sshnuke.net/2019-01-29_11-28-28_DOPMFclw4.png no lcsc until december, lads 2019-01-29T12:34:56 < PaulFertser> I guess this was written after they started "celebrating". 2019-01-29T12:40:37 < karlp> lcsc does pcbs too? 2019-01-29T12:41:25 < emeryth> lcsc is jlcpcb 2019-01-29T12:43:28 < cnt> rice crackers 2019-01-29T12:44:23 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 268 seconds] 2019-01-29T12:44:26 < Haohmaru> different names for the same company - china 2019-01-29T12:47:09 < karlp> oh, I didn't see how they could be doing orders together until I saw that banner ad thing from rajkosto 2019-01-29T12:48:59 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 244 seconds] 2019-01-29T12:54:06 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-29T13:16:23 < mitrax> GAAAH i had to help a friend with some arduino stuff... now i know why it's called tarduino... 2019-01-29T13:16:36 < mitrax> never again, IDE is lousy, fucking avr compiler segfaults randomly, it's a fucking joke 2019-01-29T13:19:00 < karlp> avr-gcc segfaulting is something I've never seen,that's pretty cool. 2019-01-29T13:22:13 < Haohmaru> neither have i 2019-01-29T13:22:36 < Haohmaru> but crapduino ide - i don't even wanna look at that 2019-01-29T13:31:14 < rajkosto> yes lets rename cpp files to .ino 2019-01-29T13:33:54 < cnt> mitrax: that's my shed 2019-01-29T13:33:56 -!- psprint [~psprint@91.245.82.2] has quit [Ping timeout: 244 seconds] 2019-01-29T13:34:07 -!- benishor [~benny@188.24.132.130] has quit [Quit: Konversation terminated!] 2019-01-29T13:36:40 -!- baird [~cjb@124-149-120-179.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] 2019-01-29T13:38:47 < mitrax> cnt: i know it's your fucking shed! hi 2019-01-29T13:39:53 < cnt> o/ 2019-01-29T13:41:23 < mitrax> karlp: really? it happened a dozen of times, guess i should have saved the error messages 2019-01-29T13:41:23 < Cracki> it's a notepad ¯\_(ツ)_/¯ 2019-01-29T13:45:34 < cnt> n 2019-01-29T13:50:57 < englishman> tarduino 2019-01-29T13:55:56 * Haohmaru measures Laurenceb's resistance 2019-01-29T13:57:24 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 250 seconds] 2019-01-29T13:58:49 < cnt> welcome englishman 2019-01-29T13:59:27 < Haohmaru> how would they call it if britain decides to come back to EU? 2019-01-29T13:59:53 < mitrax> suicide 2019-01-29T13:59:57 < Haohmaru> brundo? 2019-01-29T14:00:08 < cnt> they'd call it what's happening in a few weeks 2019-01-29T14:00:09 < cnt> lol 2019-01-29T14:09:14 < kakimir> have you noticed increased errors in ADC measurements when using high current pins of MCUs to drive leds ie. 2019-01-29T14:09:55 < kakimir> I can see errors even when leds are externally driven 2019-01-29T14:10:17 < kakimir> I'm just thinking 2019-01-29T14:10:41 < Haohmaru> did you put inductors and caps specifically on AVCC? 2019-01-29T14:10:57 < kakimir> lemme see if I have AVCC 2019-01-29T14:11:02 < Haohmaru> doh 2019-01-29T14:11:54 < kakimir> oh 2019-01-29T14:12:01 < kakimir> separate io port supply 2019-01-29T14:12:52 < Haohmaru> check your chip's documents for recommended circuit and pcb layout, and compare ;P~ 2019-01-29T14:13:31 < Haohmaru> otherwise.. 2019-01-29T14:13:43 * Haohmaru gives какимир a C0G capacitor 2019-01-29T14:19:07 -!- hexo_ is now known as plytkejsie 2019-01-29T14:24:56 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 240 seconds] 2019-01-29T14:26:37 < kakimir> I have done shit without that fancy stuff 2019-01-29T14:27:19 < Haohmaru> ..and it worked, right? 2019-01-29T14:28:50 -!- PeterM [~bgdwiepp@1.144.110.28] has joined ##stm32 2019-01-29T14:31:55 < kakimir> yes 2019-01-29T14:32:33 < Haohmaru> so don't listen to the datasheets, they lie 2019-01-29T14:32:50 < kakimir> indeed 2019-01-29T14:33:13 < Haohmaru> they are biased by caps and inductors manufacturers 2019-01-29T14:34:08 < Haohmaru> drive your LEDs moar gradually thenz 2019-01-29T14:58:49 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-29T15:06:18 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Ping timeout: 245 seconds] 2019-01-29T15:08:58 -!- benishor [~benny@188.24.132.130] has joined ##stm32 2019-01-29T15:08:59 < kakimir> hmm 2019-01-29T15:09:12 < kakimir> datasheet doesn't even tell what pins are for serial debug 2019-01-29T15:09:37 < kakimir> it has only timing page 2019-01-29T15:15:46 < kakimir> it hase also SPD 2019-01-29T15:26:21 < kakimir> oh reference manual 2019-01-29T15:30:21 < kakimir> yes 2019-01-29T16:00:31 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 246 seconds] 2019-01-29T16:05:42 -!- sk_tandt [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Read error: Connection reset by peer] 2019-01-29T16:06:01 -!- sk_tandt [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-29T16:12:06 -!- drz3k [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-29T16:14:20 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Ping timeout: 250 seconds] 2019-01-29T16:16:46 -!- davor_ [~davor@unaffiliated/davor] has joined ##stm32 2019-01-29T16:17:19 -!- davor [~davor@unaffiliated/davor] has quit [Ping timeout: 272 seconds] 2019-01-29T16:17:19 -!- davor_ is now known as davor 2019-01-29T16:23:19 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-29T16:23:26 < bitmask> ahoy there maties 2019-01-29T16:23:40 < bitmask> I took an old laser printer from the junkyard, anything cool I can get from it? 2019-01-29T16:24:34 < bitmask> I was gonna grab a microwave to make a spot welder but the guard came out 2019-01-29T16:26:35 -!- benishor_ [~benny@188.27.56.237] has joined ##stm32 2019-01-29T16:26:36 -!- benishor [~benny@188.24.132.130] has quit [Read error: Connection reset by peer] 2019-01-29T16:26:39 < zyp> haha 2019-01-29T16:32:15 < Haohmaru> bitmask take out the laz0r, make a laz0r gun, go back to the hunkyard, shoot the guard, get teh microwave 2019-01-29T16:32:30 < Haohmaru> * junkyard 2019-01-29T16:34:54 < bitmask> :) 2019-01-29T16:34:56 < bitmask> good plan 2019-01-29T16:35:05 < bitmask> I think I may try to get this printer working 2019-01-29T16:35:31 < bitmask> would be nice for toner transfer 2019-01-29T16:37:32 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-29T16:37:58 -!- PeterM [~bgdwiepp@1.144.110.28] has quit [Ping timeout: 245 seconds] 2019-01-29T16:40:17 < zyp> what printer model is it? 2019-01-29T16:40:23 < Cracki> bitmask, laser printers contain a spinning prism mirror 2019-01-29T16:40:27 < Cracki> and a laser diode 2019-01-29T16:40:36 < Cracki> also a bunch of motors and perhaps a psu 2019-01-29T16:40:37 < bitmask> hp laserjet 2300n 2019-01-29T16:40:44 < bitmask> 2003-2005 2019-01-29T16:40:49 < Cracki> tons of switches, mechanical and light 2019-01-29T16:40:54 < zyp> ah, those 2019-01-29T16:40:58 -!- cnt [uid317556@gateway/web/irccloud.com/x-uhrkrrgcdnpxmgpe] has quit [Quit: Connection closed for inactivity] 2019-01-29T16:41:07 -!- sk_tandt [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 246 seconds] 2019-01-29T16:41:09 < bitmask> its usb at least, I just need a power cord 2019-01-29T16:41:21 < bitmask> it would be awesome if it just worked 2019-01-29T16:41:34 < bitmask> would be even awesome-r if it had a toner cartridge in it 2019-01-29T16:41:34 < Cracki> if you ever want to make your own pcb exposer, that spinning prism would be useful 2019-01-29T16:41:37 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-29T16:41:57 < Cracki> (not that anyone would want to do that...) 2019-01-29T16:42:04 < zyp> well, if it doesn't have toner, you're better off buying a new printer than buying toner for it :p 2019-01-29T16:42:11 < bitmask> shhh 2019-01-29T16:42:16 < bitmask> dont ruin the dream 2019-01-29T16:42:17 < bitmask> :P 2019-01-29T16:42:46 < Cracki> I think there must be "used" toner, cartridges that can still go for a billion pages 2019-01-29T16:44:23 < bitmask> https://www.amazon.com/Compatible-Q2610A-Toner-Hp-2300/dp/B000FNBPVA 2019-01-29T16:44:26 < bitmask> why is that only $20 2019-01-29T16:45:05 < zyp> somebody went dumpster-diving for a cartridge and filled it up, probably :p 2019-01-29T16:45:42 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has joined ##stm32 2019-01-29T16:45:43 < bitmask> you can get remanufactured for $40 2019-01-29T16:46:46 < emeryth> I bet you can find a used working printer with some toner for $40 2019-01-29T16:46:49 < bitmask> oh shit there is a cartridge in there, how do you check toner level, you have to a test print 2019-01-29T16:46:50 < bitmask> ? 2019-01-29T16:47:03 < emeryth> shake it and listen 2019-01-29T16:47:47 < bitmask> I think I hear something when I tilt it 2019-01-29T16:48:09 < bitmask> I may have gotten lucky 2019-01-29T16:48:23 < Haohmaru> nah, you're hearing the data in the eeprom 2019-01-29T16:48:38 < bitmask> :) 2019-01-29T16:49:18 < Haohmaru> buy a brand new toner head, weigh it, then weigh yours, subtract, ???, profit 2019-01-29T16:49:49 < bitmask> walk out the front door, ???, profit 2019-01-29T16:50:01 < Haohmaru> that also works 2019-01-29T16:50:03 < bitmask> take a nap, ???, profit 2019-01-29T16:50:13 < kakimir> is it normal for mcu to not have reset pin? 2019-01-29T16:50:35 < zyp> no 2019-01-29T16:50:50 < bitmask> kaki, its for pros that dont need no stinking reset pin 2019-01-29T16:51:21 < kakimir> ýes 2019-01-29T16:51:25 < zyp> it's normal on low pincount mcus that reset shares one pin with other functions 2019-01-29T16:51:33 < zyp> i.e. pin can be configured to reset or gpio 2019-01-29T16:51:47 < kakimir> reference manual 2019-01-29T16:51:49 < kakimir> 900pages 2019-01-29T16:51:57 < kakimir> ctrl - f "reset pin" 2019-01-29T16:52:02 < kakimir> 0 results 2019-01-29T16:52:08 < zyp> which mcu? 2019-01-29T16:52:14 < kakimir> xmc1100 2019-01-29T16:53:51 < Thorn> you can reconfigure reset to gpio on lpc8xx 2019-01-29T16:54:19 < Thorn> and probably lpc15xx too 2019-01-29T17:01:01 < kakimir> yes 2019-01-29T17:01:22 < kakimir> I have not done lpc stuff latelly 2019-01-29T17:01:36 < kakimir> Thorn: lpc15xx has dedicated reset pin 2019-01-29T17:03:04 < zyp> cute stuff 2019-01-29T17:03:24 < zyp> not too hard to do without reset in practice 2019-01-29T17:03:45 < zyp> I always hook it up to the debugger connector, but my debugger doesn't touch it 2019-01-29T17:03:58 < kakimir> I never use it 2019-01-29T17:04:25 < kakimir> but when code shits lpc11xx 2019-01-29T17:04:34 < kakimir> then I need to enter ISP mode 2019-01-29T17:04:41 < kakimir> to restore debugging 2019-01-29T17:05:09 < kakimir> I have some wires hanging in the breeze and I just poke pads on board and thing restores 2019-01-29T17:05:55 < Cracki> bitmask, if you're adventurous, some toner cartridges have a rotating closure you can turn... but turn it when it's upside, or you'll have a mess 2019-01-29T17:06:17 < kakimir> how do you select eeprom chip? 2019-01-29T17:06:33 < kakimir> datasheet says power consumption when chip is reading and when chip is not selected 2019-01-29T17:06:44 < kakimir> and ofc when chip is writing 2019-01-29T17:06:46 < Cracki> you care about power consumption of eeprom? 2019-01-29T17:06:53 < kakimir> hmm yes 2019-01-29T17:07:55 < kakimir> https://www.dhgate.com/product/xm28c010-25-xm28c010-128kx8-eeprom-5v-module/400291942.html oh 2019-01-29T17:08:02 < kakimir> ceramic and gold 2019-01-29T17:08:06 < kakimir> sweet 2019-01-29T17:14:57 < kakimir> there simply is no reset pin in this micro 2019-01-29T17:15:45 < karlp> wotcha doing with infineon kaks? 2019-01-29T17:15:58 < kakimir> it just so good 2019-01-29T17:17:41 < karlp> because of what? 2019-01-29T17:17:52 < kakimir> I see that only way maybe to get reset pin functionality is gpio input interrupt with soft reset code 2019-01-29T17:18:18 < kakimir> but I have 0 reason to even have that 2019-01-29T17:18:23 -!- kow_ [~afed@135.0.26.171] has joined ##stm32 2019-01-29T17:18:48 < kakimir> karlp: 5v 2019-01-29T17:19:00 < kakimir> not "5v tolerant" 2019-01-29T17:19:23 < kakimir> 12bit ADC 2019-01-29T17:19:30 < karlp> why are you doing 5v again? 2019-01-29T17:19:42 < kakimir> my sensors are 5v 2019-01-29T17:20:01 < kakimir> simplify the shit out of this 2019-01-29T17:20:50 < kakimir> regulators, power switching, different voltage rails all are simplified to the max 2019-01-29T17:22:46 < kakimir> like 1/3 of schematic *puff* 2019-01-29T17:24:23 < kakimir> man this has all the sweet stuff 2019-01-29T17:52:41 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-29T17:54:06 < kakimir> what kind of circuits you guise use to drive logic level gates with mcu? 2019-01-29T17:54:24 < kakimir> series resistor just for a good measure ofc? 2019-01-29T17:55:31 < kakimir> external pull-ups and downs to condition gates when mcu is in reset state 2019-01-29T17:56:45 < Haohmaru> i put external pull resistors on "important" signals 2019-01-29T17:59:01 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [Remote host closed the connection] 2019-01-29T18:05:34 < kakimir> things that do stuff 2019-01-29T18:06:56 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-29T18:07:39 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-29T18:17:15 < kakimir> what do you think about reed switch as replacement of button 2019-01-29T18:17:39 < kakimir> only in certain condition the state is read 2019-01-29T18:17:48 < kakimir> and device enters calibration 2019-01-29T18:18:20 < kakimir> I bet potting fucks it up 2019-01-29T18:25:35 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-29T18:25:50 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Read error: Connection reset by peer] 2019-01-29T18:25:58 < kakimir> concern is also about messing the calibration measurement with magnets being thrown around the main pcb 2019-01-29T18:27:39 < kakimir> should maybe provide a magnet with it 2019-01-29T18:29:13 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 245 seconds] 2019-01-29T18:45:28 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-29T18:50:42 -!- Hamilton [~Hamilton@unaffiliated/hamilton] has quit [Quit: Leaving] 2019-01-29T18:52:31 < emeb> STM32F042 based USB FPGA loader -> https://github.com/emeb/iceload 2019-01-29T19:04:57 < Rickta59> what are you doing with the fpga chip? running a risc-v soft core on it? 2019-01-29T19:05:13 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-29T19:06:13 < Ultrasauce> youre telling me you made a project with timecube to program an ice40 2019-01-29T19:06:17 < Ultrasauce> and you didnt call it ice cube? 2019-01-29T19:10:28 < karlp> that name's already used. 2019-01-29T19:10:46 < karlp> emeb: did you rip that out of a projec tdoing somethign else with the f042? 2019-01-29T19:41:30 < Steffanx> Ultrasauce the windows tool for the ice stuff is called ice cube. 2019-01-29T19:41:42 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2019-01-29T19:41:53 < Steffanx> IceCube² 2019-01-29T19:43:30 < kakimir> I have gate capacitors 2019-01-29T19:43:44 < qyx> you are going with infineon because 5V? 2019-01-29T19:44:16 < kakimir> and cortex codebase 2019-01-29T19:44:21 < kakimir> cortex m0 2019-01-29T19:44:33 < kakimir> I won't start portting to 8bit 2019-01-29T19:44:45 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 246 seconds] 2019-01-29T19:45:52 < qyx> idk if trolling or serious 2019-01-29T19:46:14 < kakimir> serious 2019-01-29T19:46:18 < kakimir> what is the problem? 2019-01-29T19:46:38 < qyx> 5V in 2019 & low power 2019-01-29T19:46:42 < qyx> eeprom 2019-01-29T19:46:44 < qyx> parallel 2019-01-29T19:47:04 < qyx> those words just cannot be said together 2019-01-29T19:47:27 * antto cuts of qyx's mains cables and feeds 1.8VDC in them 2019-01-29T19:48:06 * antto feeds mains into kakimir's eeprom 2019-01-29T19:48:22 < kakimir> eeprom removed from design 2019-01-29T19:48:28 < Ultrasauce> oh well that's disappointing 2019-01-29T19:48:30 < antto> eeprom erase time: instant 2019-01-29T19:48:31 < kakimir> flash it is 2019-01-29T19:48:34 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Read error: Connection reset by peer] 2019-01-29T19:48:55 < kakimir> I hope I get familiar with that flash api 2019-01-29T19:49:03 < kakimir> it looks pretty straight forward 2019-01-29T19:50:13 < kakimir> this desing will have 0 comforts 2019-01-29T19:50:19 < kakimir> 0 useless shit 2019-01-29T19:50:53 < kakimir> I feel pretty good about this 2019-01-29T19:50:53 < antto> 100% success 2019-01-29T19:51:03 < zyp> I wrote a flash config storage thing at work today 2019-01-29T19:51:19 < antto> C++? 2019-01-29T19:51:24 < zyp> no, C 2019-01-29T19:51:28 < antto> aww 2019-01-29T19:51:53 < zyp> I've been debating for a while how to go about it 2019-01-29T19:52:25 < zyp> I've got two 16k pages to use 2019-01-29T19:52:46 < antto> bluh, that's a big page 2019-01-29T19:53:06 < zyp> yeah 2019-01-29T19:53:23 < zyp> there's four of them in total, but I wanna use the other two for other stuff 2019-01-29T19:54:35 < zyp> the simple way of storing config in flash is to just make a big struct, and then alternate pages every time I need to write it 2019-01-29T19:54:55 < emeb> karlp: no, that was a stand-alone project since I hate using FTDI chips for USB->SPI bridging. 2019-01-29T19:55:20 < zyp> but that has some drawbacks, you get tied to a layout and you need to have ram enough to hold a copy of the entire thing too 2019-01-29T19:55:46 < qyx> nanopb to the rescue 2019-01-29T19:55:47 < kakimir> alternate pages? 2019-01-29T19:56:09 < qyx> yes, because you do not want to erase the current page if there is no copy of it 2019-01-29T19:56:11 < zyp> yeah, you want to always keep one page intact 2019-01-29T19:56:20 < emeb> Rickta59: I've got a whole lot of different things that I use the FPGA for - I've got some SDR stuff, an FM audio synthesizer, etc. 2019-01-29T19:56:34 < zyp> if you erase and rewrite the same page, you risk bricking the device if the process gets interrupted 2019-01-29T19:56:52 < kakimir> my device will just return to uncalibrated state 2019-01-29T19:57:22 < kakimir> requiring user to calibrate it in order to return the functionality 2019-01-29T19:57:31 < zyp> I'm storing stuff like bus addrs, which the whole system relies on to be able to communicate 2019-01-29T19:57:32 < kakimir> restore 2019-01-29T19:57:42 < kakimir> okay 2019-01-29T19:57:51 < qyx> zyp: internal flash? 2019-01-29T19:57:59 < zyp> yeah, this is TI RM4x 2019-01-29T19:58:29 < zyp> it has one bank for code that can't be rewritten while executing from it and one bank for data 2019-01-29T19:58:34 < zyp> the latter got four 16k pages 2019-01-29T19:59:00 < kakimir> thing with xmc1100 is that 64k flash 2019-01-29T19:59:02 < kakimir> also 2019-01-29T19:59:11 < zyp> I decided to go for a sort of key/value store 2019-01-29T19:59:17 < kakimir> totally new balance of ram and flash 2019-01-29T19:59:38 < zyp> each page has a header with a sequence number and then an array of records 2019-01-29T19:59:50 < zyp> every time I need to write a new value, I just append to the array 2019-01-29T20:00:06 < kakimir> how big is your conf? 2019-01-29T20:00:10 < zyp> when doing lookups, I search from the end so I find the newest value for a key 2019-01-29T20:00:35 < Ecco> let's talk flux 2019-01-29T20:00:37 < emeb> zyp: a buddy of mine uses program flash on STM32F0 for eeprom emulation - he's got a little struct with all his stuff in it and just adds more & more to the flash page sequentially until the page is full, then only erases it once and starts over at the beginning. 2019-01-29T20:00:52 < emeb> when reading he scans thru until he finds the last one and uses that. 2019-01-29T20:00:58 < zyp> yeah, that's similar to what I'm doing 2019-01-29T20:01:06 < qyx> zyp: I did this once but I don't remember what for 2019-01-29T20:01:09 < qyx> https://github.com/iqyx/kvstore 2019-01-29T20:01:11 < zyp> except I'm doing it per value 2019-01-29T20:01:11 < qyx> I have never used it 2019-01-29T20:01:23 < emeb> primitive wear leveling since you don't erase often. 2019-01-29T20:01:42 < Ecco> Let's talk soldering flux. Currently I have two kind of flux: a very liquid one (kinda like water). Works great, but will evaporate as soon as I put the iron nearby. Smells terrible when evaporating, but doesn't leave any residue. 2019-01-29T20:02:01 < zyp> my idea is when one page is full, I'll defragment it by copying the latest values for all the keys over to the other page 2019-01-29T20:02:11 < zyp> but I haven't written the defragmenting yet 2019-01-29T20:02:14 < Ecco> Then I got another one, comes in a syringe. Works even better, doesn't evaporate when soldering, and doesn't smell. Very very useful to use. But leaves a terribly sticky residue on the board. 2019-01-29T20:02:51 < zyp> the flash has ECC per 64 bits, so I made my records 64-bit 2019-01-29T20:03:11 < qyx> Ecco: I am using the latter one and wash the PCB in IPA after soldering 2019-01-29T20:03:12 < zyp> 16-bit key, 16-bit reserved, 32-bit for value 2019-01-29T20:03:22 < qyx> are you hashing your keys? 2019-01-29T20:03:29 < qyx> or you have value->id table? 2019-01-29T20:03:39 < zyp> in what sense? 2019-01-29T20:03:58 < zyp> I'm just doing a linear search for the lookup 2019-01-29T20:03:58 < Ecco> IPA = Isopropyl Alcohol? 2019-01-29T20:03:59 < qyx> 16bit key is small to contain "reasonable_string" 2019-01-29T20:04:15 < qyx> Ecco: yes 2019-01-29T20:04:16 < zyp> ah, all my parameters will have assigned keys 2019-01-29T20:04:21 < zyp> I'll make some enums of that 2019-01-29T20:04:25 < emeb> zyp: ah so you have a tag/value pair and you can update them fine-grained. 2019-01-29T20:04:30 < zyp> yeah 2019-01-29T20:04:42 < Ecco> qyx: interesting. Two questions then: would regular ethanol work as well? How exactly do you wash out the goo? 2019-01-29T20:04:47 < emeb> so when you scan thru you just update all the latest tag/value pairs 2019-01-29T20:05:16 < emeb> seems like defragging would just be a normal pass thru and then write all pairs at once to new page. 2019-01-29T20:05:30 < zyp> I'm not loading entire config at once 2019-01-29T20:05:41 < emeb> ah 2019-01-29T20:05:47 < emeb> search for just one 2019-01-29T20:05:59 < zyp> I only want to load the config at startup anyway, so each module looks up their own values 2019-01-29T20:06:07 < zyp> and deals with missing values as they see fit 2019-01-29T20:06:07 -!- drz3k [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-29T20:06:22 < emeb> not quite so monolithic 2019-01-29T20:06:27 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-29T20:06:59 < zyp> e.g. when I make an ip stack, it'll do something like config_get_u32(CONFIG_IP_ADDRESS, &address); 2019-01-29T20:07:13 < zyp> where CONFIG_IP_ADDRESS comes from some enum 2019-01-29T20:08:37 < emeb> yep 2019-01-29T20:09:25 < emeb> so defragger has to search for every possible tag. 2019-01-29T20:09:26 < Ecco> https://hackaday.com/2011/06/07/cleaning-flux-from-pcbs-the-easy-way/ 2019-01-29T20:09:39 < Ecco> "We used to throw assembled boards into one of several off the shelf dishwashers and ran them through a regular wash cycle" 2019-01-29T20:09:42 < Ecco> lolwut? 2019-01-29T20:09:42 < zyp> yeah, defragging will be O(log(n)) I figure 2019-01-29T20:09:59 < emeb> giant hash table or something. 2019-01-29T20:10:30 < emeb> are the values fixed or variable depending on the tag? 2019-01-29T20:10:35 < emeb> (in size) 2019-01-29T20:11:17 < zyp> I figure I'll just loop backwards through every record in the old page, then search new page for the same tag and if not found copy record and append to new page 2019-01-29T20:11:34 < zyp> all records are the same size, so they can be copied easily 2019-01-29T20:11:45 < zyp> but I figure some will be float and some will be u32 2019-01-29T20:11:55 < zyp> and possibly other types 2019-01-29T20:11:56 < emeb> that simplifies it 2019-01-29T20:12:16 < zyp> if larger values are needed, I'll split it across multiple parameters 2019-01-29T20:13:16 < zyp> one benefit of doing it like that is that I have two kinds of nodes 2019-01-29T20:13:35 < zyp> they run different firmwares, but it's built from the same base, so e.g. the networking code is shared 2019-01-29T20:13:50 < qyx> Ecco: ultrasonic cleaner with 1/1 water-IPA or curaprox with IPA 2019-01-29T20:14:39 < zyp> and since doing it like this is flexible, I can now have some tags that only exists on one kind and some that only exists on the other, and some that exists on both 2019-01-29T20:15:12 < zyp> this is running on freertos, so in practice it means they have some tasks in common and some tasks of their own 2019-01-29T20:15:41 < emeb> nice 2019-01-29T20:15:47 < emeb> you like freertos? 2019-01-29T20:15:58 < qyx> I am not zyp but I do 2019-01-29T20:16:06 < zyp> it's not bad 2019-01-29T20:16:16 < emeb> it seems to be quite popular 2019-01-29T20:16:46 < zyp> thing is, I might eventually have to deal with SIL certification and shit, and freertos seems to have a fairly simple migration path to safertos if it comes to that 2019-01-29T20:17:06 < Ecco> I always assumed water would competely destroy a PCB 2019-01-29T20:17:13 < Ecco> I've spilled water on a laptop before 2019-01-29T20:17:23 < Ecco> that insta-killed it 2019-01-29T20:17:37 < zyp> Ecco, it's not the water that's bad, it's the shit in the water 2019-01-29T20:17:43 < emeb> deionized water generally is OK 2019-01-29T20:17:49 < BrainDamage> there's quite some difference between water while it's running and water while it's off 2019-01-29T20:17:56 < zyp> and also that ^ 2019-01-29T20:18:00 < Ecco> oh, so RO/DI water? 2019-01-29T20:18:08 < emeb> it's not uncommon for PCBs to be washed in DI water after reflow 2019-01-29T20:18:10 < Ecco> My aquarium hobby might eventually pay off :-D 2019-01-29T20:18:30 < emeb> looks like a giant dishwasher. racks & everything. 2019-01-29T20:18:37 < Ecco> ha, fun 2019-01-29T20:18:42 < zyp> hmm 2019-01-29T20:18:48 < Ecco> is the flux residue water soluble? 2019-01-29T20:18:59 < zyp> I should probably go do some more cleaning in the old apartment 2019-01-29T20:19:05 -!- Laurenceb [~laurence@cca100-pool11.nottingham.ac.uk] has quit [Quit: Ex-Chat] 2019-01-29T20:19:09 < emeb> some flux is water soluble. 2019-01-29T20:19:11 -!- Laurenceb [~laurence@cca100-pool11.nottingham.ac.uk] has joined ##stm32 2019-01-29T20:19:22 < Ecco> ok 2019-01-29T20:19:33 < zyp> possibly the worst part of moving is in the end when you're more or less done and tired of dealing with moving, and then you have to go back and clean up the place so it looks nice 2019-01-29T20:19:41 < emeb> yeah 2019-01-29T20:19:49 < emeb> PITA, but it's good to get the deposit back 2019-01-29T20:19:58 < zyp> yeah 2019-01-29T20:20:01 < Ecco> and how about ultrasonic cleansing? Couldn't that damage the PCB? 2019-01-29T20:20:22 < Ecco> Just to give you guys an idea, currently I do plain old ethanol + toothbrush 2019-01-29T20:20:36 < Ecco> works meh 2019-01-29T20:20:44 < emeb> nothing wrong with that. 2019-01-29T20:20:54 < emeb> just don't use the GF's toothbrush 2019-01-29T20:20:54 < zyp> when I moved in 2015 I didn't have to deal with that, place was water damaged and the interior would be torn down to be renovated as soon as I was out :p 2019-01-29T20:21:09 < Ecco> yeah, so far I haven't destroyed any PCB, but the toothbrush tastes funny afterwards 2019-01-29T20:22:00 < emeb> mmm - pine rosin 2019-01-29T20:22:12 < emeb> tastes like Greek retsina! 2019-01-29T20:22:26 < Ecco> :-D 2019-01-29T20:23:01 < Ecco> I could buy an ultrasonic cleansing machine 2019-01-29T20:23:06 < Ecco> What liquid do you put in those? 2019-01-29T20:23:07 < Thorn> suddenly: aliexpress is selling 3d printers that use uv resin instead of filament 2019-01-29T20:23:15 < Steffanx> What happens if you dont clean it zyp? Theyll have you pay them doing it? 2019-01-29T20:23:46 < Steffanx> Reviews werent too great last time i checked 2019-01-29T20:23:50 < emeb> ultrasonic machines usually use water w/ weak soap 2019-01-29T20:23:53 < Steffanx> @ thorn 2019-01-29T20:24:41 < Ecco> what if i put ethanol in there? 2019-01-29T20:25:11 < emeb> summons dread Cthulu. don't do it. ;) 2019-01-29T20:25:21 < emeb> (should be fine) 2019-01-29T20:25:33 < BrainDamage> just don't put it near a flame 2019-01-29T20:25:53 < Ecco> I definitely can buy DI water though 2019-01-29T20:25:56 < Thorn> Steffanx: I'm talking to someone who is using https://www.aliexpress.com/item/2018-Newest-Flyingbear-Shine-UV-Resin-DLP-3D-Printer-Color-Touch-Screen-2560-1440-LCD-High/32880016830.html to print enclosures and its apparently working well 2019-01-29T20:26:14 < BrainDamage> I use deionized water and either non foaming soap or viakal 2019-01-29T20:26:36 < emeb> always wondered what would happen if you put an inflammable liquid into an ultrasonic nebulizer and then piped the vapor to a flame... 2019-01-29T20:27:58 -!- tsprlng [~tsprlng@cpc99580-brnt1-2-0-cust501.4-2.cable.virginm.net] has joined ##stm32 2019-01-29T20:28:37 < BrainDamage> put a glade air refreshner in front of a candle to have a random firing flamethrower 2019-01-29T20:29:10 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:7965:f90a:f3ef:a892] has joined ##stm32 2019-01-29T20:29:28 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-29T20:31:02 < emeb> lol 2019-01-29T20:31:25 < emeb> someone needs to use that as a plot point in a murder mystery 2019-01-29T20:33:37 < kakimir> https://www.youtube.com/watch?v=5t_AfMEn6pk 2019-01-29T20:33:49 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-29T20:33:51 < Thorn> https://www.instagram.com/p/BtOFkH_nyiV/ 2019-01-29T20:34:09 < kakimir> musics 2019-01-29T20:35:08 < Thorn> musics https://www.youtube.com/watch?v=91CWsO4jY8k 2019-01-29T20:35:25 < kakimir> did you watch my link? 2019-01-29T20:36:25 < kakimir> anyone here have bought extension to google account storage space? 2019-01-29T20:36:56 -!- jadew [~razvan@unaffiliated/jadew] has quit [Ping timeout: 250 seconds] 2019-01-29T20:37:06 < Ecco> kakimir: nope 2019-01-29T20:37:07 < Thorn> lol kakimir ran out of space for photos 2019-01-29T20:37:12 < Thorn> imgur is free 2019-01-29T20:37:18 < Ecco> so is Google Photos BTW 2019-01-29T20:37:32 < kakimir> imgur is cancer 2019-01-29T20:40:05 < boB_K7IQ> imgure is the cure 2019-01-29T20:40:16 < boB_K7IQ> for something... 2019-01-29T20:40:56 < oz4ga> .edu email @ 2$ -> unlimited gdrive 2019-01-29T20:41:01 < kakimir> every time someone pastes their pcb photo I find myself at 4AM browsing through endless photo gallery 2019-01-29T20:41:13 < Ecco> oz4ga: what do you mean "at $2"? 2019-01-29T20:41:21 < kakimir> and PCB was pasted 6hours earlier 2019-01-29T20:41:36 < oz4ga> buy .edu email at ebay for 2$ or so 2019-01-29T20:42:06 < kakimir> anyone have samsung phone here? 2019-01-29T20:42:20 < Ecco> oz4ga: oh, those can be sold? 2019-01-29T20:42:33 < Ecco> Also, what if I already have one? I can get unlimited GDrive with one? 2019-01-29T20:43:03 < kakimir> what kind of edu email? 2019-01-29T20:43:08 < oz4ga> I guess so 2019-01-29T20:43:17 < Ecco> fun 2019-01-29T20:43:26 < kakimir> some dudes edu email? 2019-01-29T20:43:48 < Ecco> mine 2019-01-29T20:43:50 < kakimir> nice hack but I try to throw money away 2019-01-29T20:43:50 < oz4ga> yes 2019-01-29T20:43:57 < kakimir> not save it 2019-01-29T20:44:58 < Ecco> On the topic of soldering gear 2019-01-29T20:45:08 < kakimir> good point Ecco 2019-01-29T20:45:08 < Ecco> I'm doing all my soldering with the naked eye 2019-01-29T20:45:17 < Ecco> 0603, nothing incredible 2019-01-29T20:45:22 < Ecco> or 0.25mm pitch 2019-01-29T20:45:24 < kakimir> I need to replace ts100 I lost 2019-01-29T20:45:31 < Ecco> still, I think I could use something to help me see better 2019-01-29T20:45:43 < Ecco> I have a very small (yet strong) magnifying glass 2019-01-29T20:45:56 < Ecco> Maybe you guys would have something else to recommend? 2019-01-29T20:46:11 < kakimir> Ecco: get greasy print of your nose to that glass 2019-01-29T20:46:19 < kakimir> and still can't actually see shit 2019-01-29T20:46:31 < oz4ga> ecco: benishor_ has some kind of microscope for soldering. No tterible expensive, looks fine at pics 2019-01-29T20:46:55 < kakimir> Ecco: watch daves videos about those chinese microscopes with hdmi out 2019-01-29T20:47:13 < kakimir> with sony image chip and fullhd and whatnot 2019-01-29T20:47:51 < kakimir> https://www.youtube.com/watch?v=CWVbVSKT7js 2019-01-29T20:47:53 < Steffanx> Buying stuff like that on ebay oz4ga. Reminds me of the office 365/2016 stuff on ebay. Very shady stuff. 2019-01-29T20:48:13 < kakimir> https://www.youtube.com/watch?v=fF65DBtsaEo 2019-01-29T20:48:26 < Ecco> oh, wow, the image quality is great 2019-01-29T20:48:26 < kakimir> you need propper lens with it though 2019-01-29T20:48:30 < Steffanx> Someone has 600k office 365 accounts. Lol. 2019-01-29T20:48:37 < Ecco> $500 is more than I considered though 2019-01-29T20:48:51 < kakimir> where all the cheap ms licences come from? 2019-01-29T20:48:51 < Ecco> I had a budget of $50 in mind 2019-01-29T20:49:56 < Steffanx> Fuck video only scopes kak 2019-01-29T20:50:15 < Steffanx> kakimir. 2019-01-29T20:50:32 < kakimir> I don't quite follow Steffanx 2019-01-29T20:50:58 < Ecco> By the way, is the TS100 soldering iron any good? 2019-01-29T20:51:02 < Ecco> How are you supposed to power it? 2019-01-29T20:51:30 < kakimir> buy a brick 2019-01-29T20:51:47 < kakimir> I also have lipo cable for it 2019-01-29T20:51:50 < Steffanx> I mean. I dont to look at a flat screen to while soldering, kakimir 2019-01-29T20:52:02 < Ecco> what's a brick? 2019-01-29T20:52:08 < kakimir> wall brick 2019-01-29T20:52:16 < Ecco> wall brick that delivers 60W? 2019-01-29T20:52:21 < kakimir> yes 2019-01-29T20:52:24 < kakimir> @ 24W 2019-01-29T20:52:29 < kakimir> 24V 2019-01-29T20:52:42 < kakimir> I mean 19V is bearable 2019-01-29T20:52:51 < kakimir> 12V is total crap 2019-01-29T20:53:06 < Steffanx> Sounds like a random laptop charger 2019-01-29T20:53:10 < Ecco> Yeah ok 2019-01-29T20:53:12 < kakimir> I bought converter for dell laptop charger 2019-01-29T20:53:19 < Ecco> Would it be better than a Hakko 888D though? 2019-01-29T20:53:24 < kakimir> to 5.5mm / 2.5mm plug 2019-01-29T20:54:00 < kakimir> Ecco: definitelly 2019-01-29T20:54:14 < Ecco> Interesting. How? 2019-01-29T20:54:15 < kakimir> you just need to improvise with accessory parts 2019-01-29T20:54:21 < kakimir> integrated heater 2019-01-29T20:54:31 < Ecco> I don't understand 2019-01-29T20:54:45 < kakimir> integrated tip-heater 2019-01-29T20:55:15 < Ecco> Is till don't get it 2019-01-29T20:55:17 < kakimir> module 2019-01-29T20:56:10 < kakimir> https://www.ebay.co.uk/itm/Original-Replacement-Solder-Tip-For-TS100-Digital-LCD-Soldering-Iron-/182720381090 integrated tip-heater module 2019-01-29T20:56:30 < kakimir> there is no separate heater and separate soldering tip 2019-01-29T20:56:38 < Ecco> oh, ok 2019-01-29T20:56:42 < Ecco> and that's a good thing? 2019-01-29T20:56:52 < Ecco> On the hakko one, tips are very cheap 2019-01-29T20:57:09 < kakimir> chinesium tips? 2019-01-29T20:57:21 < kakimir> or original tips? 2019-01-29T20:57:31 < Ecco> original ones 2019-01-29T20:57:37 < Ecco> they're like $5 or something 2019-01-29T20:57:45 < Ecco> it's really just a piece of metal though 2019-01-29T20:58:41 < Ecco> I think this dudes explains in details what you meant: https://www.reddit.com/r/soldering/comments/8szcwm/soldering_iron_ts100_or_similar_clone_or_hakko/ 2019-01-29T20:59:50 < Ecco> That being said, I rarely (if ever) change soldering tips 2019-01-29T21:00:40 < kakimir> https://www.ebay.com/itm/DC-Power-7-9-x-5-5mm-Female-To-5-5-x-2-5mm-Male-Adapter-Cable-Lenovo-IBM-Laptop/171945439468 2019-01-29T21:00:51 < kakimir> I have similar but without the cable 2019-01-29T21:00:54 < kakimir> just direct piece 2019-01-29T21:02:17 < kakimir> cannot find it anymore 2019-01-29T21:04:42 < kakimir> Ecco: you could get stereo microscope 2019-01-29T21:04:55 < kakimir> but $50 nah 2019-01-29T21:05:30 < kakimir> good magnifying glass with multi joint arm and mains powered led lights is $50 2019-01-29T21:07:23 < kakimir> I have one but it's still pain to use 2019-01-29T21:07:32 < kakimir> I rather just use my lazer gaze 2019-01-29T21:12:05 < Steffanx> Are you home yet kakimir? 2019-01-29T21:13:00 < kakimir> I guess 2019-01-29T21:13:48 -!- unclenorton [~unclenort@9b88-415c-cdae-c8e3-2a80-8069-07d0-2001.dyn.estpak.ee] has joined ##stm32 2019-01-29T21:14:29 -!- tjq [uid339161@gateway/web/irccloud.com/x-pnamtewzuykeuify] has joined ##stm32 2019-01-29T21:18:34 < Steffanx> Hi tjq 2019-01-29T21:22:13 < Thorn> https://www.youtube.com/watch?v=kz0XYgEuKCo 2019-01-29T21:22:57 -!- unclenorton [~unclenort@9b88-415c-cdae-c8e3-2a80-8069-07d0-2001.dyn.estpak.ee] has quit [Quit: Leaving] 2019-01-29T21:24:25 < boB_K7IQ> kitty kitty 2019-01-29T21:25:24 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-29T21:41:22 < Thorn> https://www.st.com/en/evaluation-tools/stm8-so8-disco.html?ecmp=tt9188_gl_social_jan2019 2019-01-29T21:43:12 < specing> Thorn: looks cool 2019-01-29T21:47:38 -!- Laurenceb [~laurence@cca100-pool11.nottingham.ac.uk] has quit [Quit: Ex-Chat] 2019-01-29T21:47:45 -!- Laurenceb [~laurence@cca100-pool11.nottingham.ac.uk] has joined ##stm32 2019-01-29T21:48:24 -!- mode/##stm32 [-q *!*@cca100-pool11.nottingham.ac.uk] by ChanServ 2019-01-29T21:48:30 < Laurenceb> sup 2019-01-29T21:48:37 < specing> why are you unmuting Laurenceb ? 2019-01-29T21:48:44 < Laurenceb> hi Steffanx 2019-01-29T21:48:51 < Laurenceb> to enable shitpost mode 2019-01-29T21:50:10 < Steffanx> He asked nicely. He never did that before specing. 2019-01-29T22:01:15 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-29T22:01:29 -!- sterna [~Adium@c-ece0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-29T22:02:38 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has joined ##stm32 2019-01-29T22:02:47 < kakimir> wow 2019-01-29T22:02:58 < kakimir> laurencer can actually interact 2019-01-29T22:07:45 < Steffanx> oh now. they are using crapillary refill in this series. Did they hire you Laurenceb? 2019-01-29T22:07:53 < Laurenceb> hahah wtf 2019-01-29T22:07:56 < Laurenceb> what series? 2019-01-29T22:08:46 < Steffanx> You dont want to know. Because it involves autism. (not joking) 2019-01-29T22:09:53 < Laurenceb> do they find that it is useless? 2019-01-29T22:11:17 < qyx> some hospital-sos-drama series? 2019-01-29T22:11:36 < Laurenceb> >steffanx watches utter shit tv 2019-01-29T22:11:41 < Steffanx> yes 2019-01-29T22:11:47 < Steffanx> "watching" 2019-01-29T22:11:56 < Steffanx> its just playing in the background 2019-01-29T22:12:00 < Laurenceb> >steffanx faps to utter shit tv 2019-01-29T22:12:16 < Steffanx> > Laurenceb doesnt know about tab nick completion 2019-01-29T22:12:29 < Laurenceb> a u t i s m 2019-01-29T22:14:39 < kakimir> anyone know optical properties of FR4? 2019-01-29T22:14:56 < qyx> it is brownish 2019-01-29T22:14:59 < qyx> sometimes 2019-01-29T22:15:24 < kakimir> near infrared 2019-01-29T22:15:28 < kakimir> and FR4 2019-01-29T22:15:36 < kakimir> does it block 100%? 2019-01-29T22:24:40 < Ecco> kakimir: if you want to block light, then just leave the copper on it? 2019-01-29T22:25:05 < kakimir> jeez 2019-01-29T22:25:18 < kakimir> genious 2019-01-29T22:25:29 < Ecco> ? 2019-01-29T22:25:55 < kakimir> you saw I didn't even have a problem to begin with 2019-01-29T22:25:59 < kakimir> *had 2019-01-29T22:26:51 * Ecco can't figure out wether kakimir is sarcastic 2019-01-29T22:28:05 < jpa-> i think he isn't 2019-01-29T22:28:10 < Ecco> ok :) 2019-01-29T22:28:14 < Ecco> Glad I helped then ^^ 2019-01-29T22:30:47 < kakimir> I'm just brainstorming 2019-01-29T22:30:54 < kakimir> sucking all the good ideas 2019-01-29T22:32:20 < Steffanx> lol kakimir doesnt do sarcasm, Ecco 2019-01-29T22:32:28 < Ecco> :-D ok :) 2019-01-29T22:34:17 < kakimir> I came out a bit sarcastically but I was actually astounded by how simple the solution to my problem was 2019-01-29T22:34:29 < kakimir> *it came out 2019-01-29T22:34:42 < Ecco> Great :) 2019-01-29T22:34:55 < Ecco> I actually had the exact same thought process a few month ago 2019-01-29T22:35:02 < kakimir> why? 2019-01-29T22:35:12 < Steffanx> He is you. 2019-01-29T22:35:13 < Ecco> ("how can I prevent that super bright LED from bleeding light through my super thin PCB" 2019-01-29T22:35:20 < kakimir> hmm 2019-01-29T22:35:21 < Ecco> "ohwait, I'll just leave the copper on." 2019-01-29T22:35:32 < Steffanx> Is Ecco also from finnishland? 2019-01-29T22:35:43 < kakimir> order it with gold finish and you get reflector too 2019-01-29T22:35:44 < Ecco> don't have this luck 2019-01-29T22:35:48 < Ecco> :-D 2019-01-29T22:35:53 < Steffanx> Spain? 2019-01-29T22:36:06 < kakimir> you need to polish it though 2019-01-29T22:36:14 -!- oz4ga [~tim@hator.sunsite.lv] has quit [Remote host closed the connection] 2019-01-29T22:37:07 -!- oz4ga [~tim@hator.sunsite.lv] has joined ##stm32 2019-01-29T22:43:21 < Ecco> nope :) 2019-01-29T22:43:44 < kakimir> eastern europe? 2019-01-29T22:43:49 < Ecco> neither 2019-01-29T22:43:51 < kakimir> france? 2019-01-29T22:43:54 < Ecco> uep 2019-01-29T22:43:56 < Ecco> yep 2019-01-29T22:44:27 < kakimir> nice 2019-01-29T22:44:50 < qyx> much west 2019-01-29T22:46:21 < Ecco> https://img-9gag-fun.9cache.com/photo/a83q4WV_460svh265.mp4 2019-01-29T22:47:24 < zyp> Steffanx, presumably owner would deduct a cleaning fee from the security deposit 2019-01-29T22:47:45 < Steffanx> :) 2019-01-29T22:49:50 < Steffanx> Wheres your yellow jacket, Ecco? 2019-01-29T22:54:03 < Ecco> let's not talk about this shit :-D 2019-01-29T22:54:25 < Steffanx> :P 2019-01-29T22:58:58 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-29T22:59:55 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-29T23:00:52 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Client Quit] 2019-01-29T23:01:37 -!- oz4ga [~tim@hator.sunsite.lv] has quit [Remote host closed the connection] 2019-01-29T23:03:01 -!- oz4ga [~tim@hator.sunsite.lv] has joined ##stm32 2019-01-29T23:06:45 < Steffanx> Its the only thing to talk about with french, ecco 2019-01-29T23:19:40 < kakimir> french girls 2019-01-29T23:20:28 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Ping timeout: 245 seconds] 2019-01-29T23:35:16 < karlp> emeb: fair enough, more practise writing usb device fw I guess :) (I'm with zyp, I thtink using cdc-acm made that more complicated than necessary) 2019-01-29T23:36:08 < karlp> zyp: yeah, log based storage seems like the "right" way of using big pages if your structs to store are much smaller. 2019-01-29T23:36:14 * karlp just hugs l1 with eeprom... 2019-01-29T23:36:58 < karlp> we did an rolling index thing for eeprom emulation in flash as well, for some things that needed to be written more often. 2019-01-29T23:37:12 < zyp> I haven't really thought much about the page size, I mainly went that way for the flexibility 2019-01-29T23:39:43 < Steffanx> Partial write (due to power down or whatever) are just discarded in your case i assume zyp? 2019-01-29T23:39:49 < Steffanx> Writes* 2019-01-29T23:40:02 < zyp> I guess so 2019-01-29T23:40:11 < zyp> worst case they would have invalid CRC I guess 2019-01-29T23:40:32 < Steffanx> Oh you do crc? 2019-01-29T23:40:40 < zyp> but I would expect line writes to be atomic 2019-01-29T23:40:56 < zyp> flash is 144-bit wide 2019-01-29T23:41:01 < zyp> i.e. 128 bit plus crc 2019-01-29T23:41:15 < zyp> but crc for each 64-bit half is independent 2019-01-29T23:41:33 < zyp> so I made my records 64-bit 2019-01-29T23:43:34 -!- tjq [uid339161@gateway/web/irccloud.com/x-pnamtewzuykeuify] has quit [Quit: Connection closed for inactivity] 2019-01-29T23:44:49 < karlp> we wrote the index counter last, after the data, and that's atomic word, 2019-01-29T23:44:55 < karlp> so it doesn't count as valid until then.. 2019-01-29T23:45:52 < zyp> I might do that when defragmenting 2019-01-29T23:53:30 -!- tjq [uid339161@gateway/web/irccloud.com/x-kdhohabzwxnhtpsm] has joined ##stm32 2019-01-29T23:55:07 < karlp> "usernames with spaces don't work" .... don't fucking do that then?! --- Day changed Wed Jan 30 2019 2019-01-30T00:13:37 -!- bvernoux [~Ben@chl26-1-88-183-104-56.fbx.proxad.net] has quit [Quit: Leaving] 2019-01-30T00:15:38 -!- sterna [~Adium@c-ece0e253.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-30T00:33:07 < tjq> Hi sir 2019-01-30T00:36:59 -!- grindhold [~quassel@84.200.43.162] has quit [Remote host closed the connection] 2019-01-30T00:37:21 < zyp> oh, by the way, regarding freertos 2019-01-30T00:37:41 < zyp> what would be the nicest way to do inter-task RPC? 2019-01-30T00:38:11 -!- grindhold [~quassel@84.200.43.162] has joined ##stm32 2019-01-30T00:39:20 < zyp> say I have a service that can be used by other tasks (like the config thing), but all calls have to go through the service task since MPU only lets the service touch some underlying memory 2019-01-30T00:42:56 < zyp> I guess the service should have some sort of queue that the caller pushes a command object to, and the object should probably also contain some information about how to report back completion 2019-01-30T00:43:08 < Getty> I am not sure for your specifics, but MessagePack makes a very good package for MPU communication, low memory usage even on big data 2019-01-30T00:43:26 < zyp> messagepack? 2019-01-30T00:43:28 < Getty> like literally the lowest possible required memory ;-) no package is more effective beside if you design your own 2019-01-30T00:44:16 < Getty> yeah check it up, really sexy shit, i use it for everything on my 64K 107 2019-01-30T00:44:36 < zyp> I'm not really looking for serialization 2019-01-30T00:44:50 < Getty> well it helps making such a thing, so i am not sure what you ask for 2019-01-30T00:44:51 < mitrax> doesn't FreeRTOs have some queues mechanism? xQueueSend() and the like 2019-01-30T00:45:05 < zyp> yeah 2019-01-30T00:45:31 < zyp> probably a queue for commands and an event group for reporting back completion 2019-01-30T00:46:07 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-30T00:46:09 < zyp> or maybe even a queue for reporting back, not sure which is lighter 2019-01-30T00:46:11 < mitrax> have the service thread read from a queue, it's blocking when it's empty, then pass around some pointers to the RPC argument and if the call needs to be marshalled wait on a semaphore or something on the calling thread until the message is retrieved and processed 2019-01-30T00:46:17 < englishman> https://i.imgur.com/RQE4paF.gifv 2019-01-30T00:46:38 < mitrax> never messed with freertos but i guess it has all the synchronization primitives to do that 2019-01-30T00:46:55 < zyp> sure, it's just a matter of how to combine them most sensibly 2019-01-30T00:48:02 < mitrax> i'm getting really shitty read speed from a NOR flash, around (0.8MBytes/sec) using SPI at 45Mhz (flash is rated at 6.5MBytes at 50Mhz), it's in polling mode (ST's hal) but even without DMA it shouldn't be that slow should it? 2019-01-30T00:50:25 < zyp> where's the bottleneck? 2019-01-30T00:51:58 < mitrax> i haven't investigated yet, but i only saw a x2 speed increase when going from a /16 prescaler to /2 2019-01-30T00:57:33 < bitmask> arduinos have built in eeprom? how did I not know this? 2019-01-30T00:57:43 < bitmask> gotta change up my UI now 2019-01-30T01:05:22 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:7965:f90a:f3ef:a892] has quit [Quit: Konversation terminated!] 2019-01-30T01:09:38 < mitrax> zyp: seems to be within the HAL_SPI_Receive() function cause that's all my calling when benchmarking, the transfer loop is pretty straightforward, on RXNE flag read DR, increment dst pointer, there's a timeout check when RXNE is not set, cpu is running at 180Mhz, the interrupt load is pretty low, maybe that's to be expected with polling SPI but 0.8 MBytes/sec that seems pretty slow 2019-01-30T01:24:38 -!- jadew [~razvan@unaffiliated/jadew] has quit [Ping timeout: 245 seconds] 2019-01-30T01:29:40 < mitrax> bed time 2019-01-30T02:13:09 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-30T02:31:27 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-30T02:40:04 -!- jadew [~razvan@unaffiliated/jadew] has quit [Ping timeout: 250 seconds] 2019-01-30T02:45:28 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-30T02:48:02 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-30T03:03:34 -!- tjq [uid339161@gateway/web/irccloud.com/x-kdhohabzwxnhtpsm] has quit [Quit: Connection closed for inactivity] 2019-01-30T03:07:01 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-30T03:07:58 -!- cjbaird [~cjb@124-149-120-179.dyn.iinet.net.au] has joined ##stm32 2019-01-30T03:09:30 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-30T03:13:53 -!- jadew [~razvan@unaffiliated/jadew] has quit [Ping timeout: 244 seconds] 2019-01-30T03:15:11 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-30T03:34:22 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-30T03:35:19 -!- jadew [~razvan@unaffiliated/jadew] has quit [Read error: Connection reset by peer] 2019-01-30T03:35:53 -!- jadew [~razvan@86.127.198.105] has joined ##stm32 2019-01-30T03:36:03 < jadew> SSD Spare Blocks: 0 2019-01-30T03:36:09 < jadew> this means it's fucked, right? 2019-01-30T03:38:01 < mawk> not really 2019-01-30T03:38:14 < mawk> it just means that blocks will start to die and you'll lose capacity 2019-01-30T03:38:20 < mawk> but that ssd is still very good for reading a bunch of files 2019-01-30T03:38:33 < jadew> well, I have 20 Gb free and if I create a new file, it disappears after reboot 2019-01-30T03:38:36 < mawk> don't put caches or swap on it and it's fine 2019-01-30T03:38:38 < mawk> ah 2019-01-30T03:38:43 < mawk> that's a bigger issue 2019-01-30T03:39:02 < jadew> I hope it's still in warranty 2019-01-30T03:39:37 < jadew> so I shouldn't worry about losing everything on it, right? 2019-01-30T03:40:27 < mawk> I don't think so no, just from that statistic 2019-01-30T03:40:43 < mawk> but having no spare blocks left shouldn't prevent writing to it 2019-01-30T03:40:52 < mawk> it just means that once in a while a block will go bad and won't be replaced 2019-01-30T03:41:10 < jadew> I see 2019-01-30T03:41:24 < jadew> well, it's causing lots of crashes (obviously) 2019-01-30T03:41:45 < mawk> it should more or less be transparent to the computer, maybe your disk has bigger problems 2019-01-30T03:42:17 < dongs> hello dongs 2019-01-30T03:42:24 < jadew> hey 2019-01-30T03:42:39 < dongs> finally out of 3rd world and into somewhat civilized location 2019-01-30T03:42:44 < dongs> still needto get back to jp tho 2019-01-30T03:42:51 < mawk> you're japanese ? 2019-01-30T03:43:04 < mawk> you say dong too many to be japanese 2019-01-30T03:43:06 < dongs> no im a jew yo fgt 2019-01-30T03:43:20 < mawk> according to what I see on tv 2019-01-30T03:45:36 < emeb_mac> how is dongs? 2019-01-30T03:45:39 < mawk> japan is a dictature 2019-01-30T03:45:58 < mawk> our national pride Carlos Ghosn has been jailed without trial for months 2019-01-30T03:46:00 < mawk> to get it to confess 2019-01-30T03:46:17 < mawk> we're much better losing eyes at yellow vests protests here 2019-01-30T03:50:54 -!- jadew [~razvan@86.127.198.105] has quit [Ping timeout: 246 seconds] 2019-01-30T03:53:08 -!- rcc [~rcc@unaffiliated/rcc] has joined ##stm32 2019-01-30T03:55:43 -!- branjb [~pseudosin@c-73-24-157-174.hsd1.az.comcast.net] has joined ##stm32 2019-01-30T03:57:40 < branjb> got a rando project to do for a shop, i have option of either cash payment for the job or % royalties from the project 2019-01-30T03:57:42 < branjb> which is better 2019-01-30T03:59:11 < mawk> how much sales do you expect 2019-01-30T03:59:17 < aandrew> exactly 2019-01-30T03:59:24 < branjb> anywhere from 0 to 20,000+ 2019-01-30T03:59:28 < branjb> customer thinks 20,000 2019-01-30T03:59:34 < mawk> you don't have previous data from other products . 2019-01-30T03:59:35 < mawk> ? 2019-01-30T03:59:35 < aandrew> how much effort does it take from you 2019-01-30T03:59:36 < branjb> but customer is usually wrong 2019-01-30T03:59:38 < mawk> to make some statistics 2019-01-30T03:59:49 < aandrew> i.e. is this a 40h job or a 400h job for you? 2019-01-30T03:59:52 < branjb> they have sales of 20,000 - 100,000 on other products 2019-01-30T03:59:56 < branjb> it's like a 12 hour job lol 2019-01-30T04:00:00 < aandrew> branjb: royalties 2019-01-30T04:00:03 < aandrew> with a lawyer 2019-01-30T04:00:05 < aandrew> legal like 2019-01-30T04:00:07 < aandrew> no handshake eals 2019-01-30T04:00:09 < aandrew> deals 2019-01-30T04:00:29 < branjb> it's probably 12 hours of real work and another 20-40 of logistic bs 2019-01-30T04:00:37 < aandrew> you can afford to piss away 12h and get nothing other than experience but it's worth the gamble otherwise 2019-01-30T04:00:40 < aandrew> right 2019-01-30T04:00:44 < branjb> yeah that's what I was thinking 2019-01-30T04:00:57 < aandrew> I want 0.5% for convincing you :-) 2019-01-30T04:01:05 < branjb> just wanted to get ##sexytimes opinion 2019-01-30T04:02:24 -!- rcc [~rcc@unaffiliated/rcc] has quit [Remote host closed the connection] 2019-01-30T04:07:25 < dongs> 12 hours of work adn 400 hours of autism 2019-01-30T04:07:44 < branjb> probably 2019-01-30T04:15:30 -!- rcc [~rcc@2a02:2f0a:b616:800:24b6:3032:6e2:566c] has joined ##stm32 2019-01-30T04:15:46 -!- rcc [~rcc@2a02:2f0a:b616:800:24b6:3032:6e2:566c] has quit [Changing host] 2019-01-30T04:15:46 -!- rcc [~rcc@unaffiliated/rcc] has joined ##stm32 2019-01-30T04:16:02 < rcc> I guess I'll be a linux user until I get a new SSD 2019-01-30T04:16:18 < rcc> this year didn't start well 2019-01-30T04:17:27 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 240 seconds] 2019-01-30T04:20:53 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-30T04:23:26 -!- benishor_ [~benny@188.27.56.237] has quit [Ping timeout: 240 seconds] 2019-01-30T04:29:27 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 240 seconds] 2019-01-30T04:29:46 -!- rcc [~rcc@unaffiliated/rcc] has quit [Remote host closed the connection] 2019-01-30T04:36:52 -!- gsi__ [~gsisig@x4db6a664.dyn.telefonica.de] has joined ##stm32 2019-01-30T04:39:38 -!- gsi_ [~gsisig@x4db3a6e7.dyn.telefonica.de] has quit [Ping timeout: 245 seconds] 2019-01-30T04:41:31 < englishman> branjb: imo cash up front 2019-01-30T04:41:44 < englishman> one time work for one time pay 2019-01-30T04:41:52 < englishman> the rest is a gamble 2019-01-30T04:42:12 < englishman> if your shit is good they will come back to you, then you can ask for more 2019-01-30T04:45:57 < englishman> you could buy my dicknplace and make money on both ends 2019-01-30T04:46:31 < branjb> isn't your dicknplace vital to your livelihood? 2019-01-30T04:51:34 < englishman> no i retired 2019-01-30T04:54:33 < aandrew> englishman: yes it's a gamble 2019-01-30T04:54:41 < upgrdman> for printf, "%.2f" gives 2 places after the decimal point. any way to make that 2 a variable that is passed to printf? 2019-01-30T04:54:54 < aandrew> for for a week's worth of work it might pay off, and I'm betting he's got the ability to accept payment in experience only if it goes wrong 2019-01-30T04:55:15 < englishman> oh great, more free experience 2019-01-30T04:55:19 < englishman> just what i needed 2019-01-30T04:55:24 < aandrew> you're missing the point 2019-01-30T04:55:26 < englishman> - noone 2019-01-30T04:55:28 < aandrew> it's a gamble 2019-01-30T04:55:42 < aandrew> no different than putting a week's worth of wages into a blackjack game 2019-01-30T04:55:52 < englishman> yeah leave that to the gamblers 2019-01-30T04:56:15 < englishman> get paid, spend it and move on 2019-01-30T04:56:57 < aandrew> speaking of gambles 2019-01-30T05:00:40 < dongs> BLOG OUT THAT DONG 2019-01-30T05:01:45 < dongs> so any reason not to use yosys 2019-01-30T05:01:48 < dongs> (on windows) 2019-01-30T05:01:56 < aandrew> you? using OSS? 2019-01-30T05:02:01 < aandrew> are you running a fever? 2019-01-30T05:02:03 < dongs> oh god 2019-01-30T05:02:07 < dongs> they have Codeofconduct 2019-01-30T05:02:10 < dongs> okay shithub closed 2019-01-30T05:02:18 < dongs> https://github.com/YosysHQ/yosys/blob/master/CodeOfConduct 2019-01-30T05:02:31 < dongs> CANNOT_TAKE_SERIOUSLY 2019-01-30T05:03:10 -!- PeterM [~bgdwiepp@1.144.110.246] has joined ##stm32 2019-01-30T05:03:15 < englishman> https://github.com/betaflight/betaflight/blob/master/CODE_OF_CONDUCT.md 2019-01-30T05:03:33 < englishman> copypasted like everything else in that project 2019-01-30T05:03:43 < dongs> lulz 2019-01-30T05:04:00 < branjb> code of tranny 2019-01-30T05:04:04 < dongs> should I add one to baseflight, saying that niggers cannot contribute 2019-01-30T05:04:10 < branjb> lol 2019-01-30T05:05:28 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Disconnected by services] 2019-01-30T05:05:28 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-30T05:05:32 -!- Cracki_ is now known as Cracki 2019-01-30T05:06:31 < dongs> (These changes are planned for F4 and F7, F3’s flash space limitations mean we won’t be able to fit all of this in.) 2019-01-30T05:06:34 < dongs> lul 2019-01-30T05:06:37 < dongs> fucking retards 2019-01-30T05:06:38 < dongs> did they manage to run out of 256kflash 2019-01-30T05:06:42 < dongs> due to ??????????/ 2019-01-30T05:06:58 < dongs> how many copies of JVM do they have now 2019-01-30T05:12:25 < englishman> yeah like a year ago 2019-01-30T05:12:51 < englishman> adding in hundreds of kb of libs 2019-01-30T05:16:12 < dongs> I like how i managed to support all the fucking clone garbage including different hardware revisions in like 64k flash 2019-01-30T05:19:27 < PeterM> today i learned dongs is more jew friendly than betaflight 2019-01-30T05:20:59 < mawk> what's baseflight dongs 2019-01-30T05:29:02 < englishman> some stolen tarduino code ported to stm8 then stm32 that runs on 99% of drones today 2019-01-30T05:31:30 < mawk> I see 2019-01-30T05:31:39 < mawk> I have to finish my 6LoWPAN """stack""" tomorrow 2019-01-30T05:32:13 < Cracki> upgrdman, did anyone respond? "%.*f" with precision before value as argument... is a syntax I remember from somewhere 2019-01-30T05:32:17 < mawk> it's more a cascade of headers quickly scribbled around a testsuite than a full blown stack tho 2019-01-30T05:32:45 < mawk> we had like 9 months to make the project, but we started 2 or 3 weeks ago 2019-01-30T05:32:50 < mawk> by we I mean me 2019-01-30T05:33:03 < mawk> well to be fair another guy is writing a SPI driver for the target, that's legit too 2019-01-30T05:33:23 < mawk> it's on the beaglebone black 2019-01-30T05:33:43 < mawk> stm32 compared to this could be setup by a blind toddler 2019-01-30T05:34:13 -!- PeterM [~bgdwiepp@1.144.110.246] has quit [Ping timeout: 245 seconds] 2019-01-30T05:35:31 < dongs> speaking of aids 2019-01-30T05:35:47 < dongs> was at customer location and tey inisist using this TI CC1310 or someshit stuff 2019-01-30T05:35:49 < dongs> holy shit 2019-01-30T05:35:53 < dongs> crap composter studio 2019-01-30T05:35:55 < dongs> takes like 30 seconds 2019-01-30T05:35:57 < dongs> from click debug 2019-01-30T05:35:58 < mawk> lol 2019-01-30T05:35:59 < mawk> composter 2019-01-30T05:36:02 < dongs> to flash + start stepping 2019-01-30T05:36:17 < dongs> the thign is beyond awful 2019-01-30T05:36:22 < dongs> and all TI shit uses some custom faggot shit 2019-01-30T05:36:24 < dongs> i thought it was SWD 2019-01-30T05:36:28 < dongs> but apparently its "cJTAG" 2019-01-30T05:36:31 < dongs> needs its own gay prbe and shit 2019-01-30T05:36:38 < dongs> fail on fail 2019-01-30T05:37:00 < dongs> i mean im glad im only doing hardware for that shit 2019-01-30T05:37:02 < dongs> and never have to touch the code 2019-01-30T05:37:07 < dongs> but im sorry for the dude that does 2019-01-30T05:37:21 < dongs> and instead of integrating shit into like eclipse build system or soemthign 2019-01-30T05:37:29 < dongs> you press build it pops up some lunixy makefile-output window 2019-01-30T05:37:32 < dongs> scrolling builds shit 2019-01-30T05:37:39 < mawk> makefile is nice 2019-01-30T05:37:50 < mawk> you can modify it without passing an eclipse Ph.D first 2019-01-30T05:37:52 < dongs> ya well not when it takes 30 seconds 2019-01-30T05:37:58 < dongs> no, tis all autogenertad shit 2019-01-30T05:38:04 < dongs> made by CCS 2019-01-30T05:38:06 < mawk> ah 2019-01-30T05:38:22 < dongs> anyway, i will never use TI for anything of my own for sure 2019-01-30T05:38:32 < dongs> the integrated RF shit prices are kinda ok tho 2019-01-30T05:38:35 < mawk> not even your pocket calculator ? 2019-01-30T05:38:41 < dongs> 1.7$ or something for that cortex m3 wiht 128k flash and sub-ghz rf 2019-01-30T05:38:53 < dongs> no, i dont have a pocket calculator i just use calc.exe 2019-01-30T05:38:56 < mawk> :( 2019-01-30T05:39:15 < mawk> my calculator is this one: https://education.ti.com/-/media/ti/education/images/products/product-details/hero/product-nspire-cx-cas-hero.png?rev=bc6019ce-77fd-41a2-b64f-69c002619a43&h=320&w=420&la=fr&hash=A0FECB0BD759B512347BC35B12476FEF9C124E0B 2019-01-30T05:39:28 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-30T05:39:42 < mawk> I lost the software box that came with it so I can't flash it anymore without paying the software 2019-01-30T05:40:07 < mawk> what an idea to give that to highschoolers 2019-01-30T05:40:20 < mawk> TI marketing guys convinced the head of school to make a grouped purchase or something 2019-01-30T05:40:26 < mawk> he had too much money on his hands 2019-01-30T05:40:48 < mawk> but I must say it's the first thing I programmed on, maybe without TI I wouldn't be a dev today 2019-01-30T05:48:47 < Cracki> we had ti 83 in high school. that got a bunch of my classmates into (casual) programming... usually because they got some random script from someone, got curious how it works, and saw it's easy 2019-01-30T05:56:27 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [Ping timeout: 240 seconds] 2019-01-30T05:59:47 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-30T06:01:36 < englishman> silabs is probably cheaper and better with more flash 2019-01-30T06:01:55 < englishman> and equivalent garbage eclipse based ide 2019-01-30T06:03:48 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-30T06:08:25 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has quit [Quit: Its never too late!] 2019-01-30T06:09:53 < dongs> silabs has integrated rf? 2019-01-30T06:09:58 < dongs> linky 2019-01-30T06:10:07 -!- fc5dc9d4 [~quassel@p5B0815E1.dip0.t-ipconnect.de] has joined ##stm32 2019-01-30T06:10:11 < dongs> aha WIRELES AND IOT SOLUTIONS 2019-01-30T06:10:12 < dongs> fuck 2019-01-30T06:11:43 < dongs> Package Type: QFN64 2019-01-30T06:11:44 < dongs> hueg 2019-01-30T06:11:47 < dongs> 9x9 2019-01-30T06:11:48 < dongs> gtfo 2019-01-30T06:11:51 < dongs> TI shit is 7x7 qfn48 2019-01-30T06:14:03 -!- fc5dc9d4_ [~quassel@p5B08130E.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2019-01-30T06:15:49 -!- kuldeep [~kuldeep@unaffiliated/kuldeepdhaka] has joined ##stm32 2019-01-30T06:16:56 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 240 seconds] 2019-01-30T06:17:26 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-30T06:23:03 < branjb> eclipse Ph. D lol 2019-01-30T06:23:22 < branjb> i might be retarded but getting eclipse set up for auto complete of syntax is like writing a thesis 2019-01-30T06:31:20 < dongs> https://www.silabs.com/products/wireless/proprietary/ezr32-happy-gecko-sub-ghz 2019-01-30T06:31:21 < dongs> oo 2019-01-30T06:38:24 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has joined ##stm32 2019-01-30T06:53:52 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-30T06:56:06 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-30T07:37:08 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-30T07:37:49 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 250 seconds] 2019-01-30T07:38:47 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-30T07:40:42 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 272 seconds] 2019-01-30T07:40:43 -!- day_ is now known as day 2019-01-30T08:23:47 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-30T08:29:37 -!- upgrdman_ [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2019-01-30T08:32:39 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Ping timeout: 272 seconds] 2019-01-30T08:33:40 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-30T08:36:05 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-30T08:46:25 < qyx> silabs cryotimer O_o 2019-01-30T08:48:38 < qyx> the happygecko has too small flash&ram :( 2019-01-30T08:54:21 -!- PeterM [~bgdwiepp@115-69-25-80-cpe.spintel.net.au] has quit [] 2019-01-30T08:55:29 < cjbaird> Gives me a Ham Radio boner. (At the moment I'm blasting WSPR on 2m..) Pity it's MO+ ... stuff like FreeDV would want an FPU at that clock. 2019-01-30T08:57:42 -!- tjq [uid339161@gateway/web/irccloud.com/x-lcxjhhxmzfpvhpgx] has joined ##stm32 2019-01-30T08:58:07 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has quit [] 2019-01-30T08:58:37 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-30T08:59:44 < qyx> EFR32FG13P231F512GM32 this one looks good 2019-01-30T08:59:59 < qyx> 512K/64K, 40MHz, M4 2019-01-30T09:00:06 < qyx> with radio 2019-01-30T09:00:08 < jpa-> that's a heck of a product number 2019-01-30T09:00:38 < qyx> in a qfn32 2019-01-30T09:00:51 -!- PeterM [bgdwiepp@115-69-25-80-cpe.spintel.net.au] has joined ##stm32 2019-01-30T09:02:30 < tjq> i've got a problem with my computor 2019-01-30T09:02:55 < Haohmaru> is it called cortana.exe? 2019-01-30T09:03:32 < tjq> nah this window keeps opening with videos of gay men pumping each other's ass holes 2019-01-30T09:03:48 < Haohmaru> smells like a virus 2019-01-30T09:04:27 < Haohmaru> have you been browsing obscure russian websites? 2019-01-30T09:05:08 < tjq> it's all i do 2019-01-30T09:10:21 -!- sterna [~Adium@c-0aebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-30T09:23:23 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Ping timeout: 245 seconds] 2019-01-30T09:26:16 < kakimir> I have RC circuits in fet gates 2019-01-30T09:26:23 < kakimir> is it okay 2019-01-30T09:28:26 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-30T09:28:55 < jpa-> sometimes 2019-01-30T09:30:01 < kakimir> what we would call "small signal" fets 2019-01-30T09:30:05 < kakimir> sot23 2019-01-30T09:30:31 < kakimir> is it just waste of space to have led drivers with rc circuit? 2019-01-30T09:36:29 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-30T09:45:21 -!- sterna [~Adium@c-0aebe155.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-30T09:46:30 < rajkosto> can uart receive into a buffer via dma 2019-01-30T09:46:50 < rajkosto> without waiting for fixed amt of chars 2019-01-30T09:52:26 < kakimir> would you feel comfortable to clamp up to 1mA via mcu inputs? 2019-01-30T09:53:17 < kakimir> I'm wondering if to throw away some clamping diodes 2019-01-30T09:54:17 -!- upgrdman_ [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2019-01-30T09:54:39 < kakimir> simulation says that when input has 300v the signal line leaving from divider requires like 1mA of clamping 2019-01-30T09:56:03 < kakimir> I also have a problem 2019-01-30T10:02:19 < kakimir> if mcu is sleeping 2019-01-30T10:02:35 < kakimir> clamping currents may exceed mcu power consumption 2019-01-30T10:06:17 < kakimir> what is "overload current" in input pins? is this clamping? 2019-01-30T10:06:35 < kakimir> there is no explanation 2019-01-30T10:09:41 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-30T10:10:46 < kakimir> oh 2019-01-30T10:11:21 < kakimir> most of the time having simply a series resistor is enough 2019-01-30T10:11:55 < kakimir> it is normal to "overload" gpio pins 2019-01-30T10:13:15 -!- sterna [~Adium@host.212.73.177.219.bitcom.se] has joined ##stm32 2019-01-30T10:13:48 < kakimir> https://www.nxp.com/docs/en/application-note/AN4731.pdf 2019-01-30T10:14:34 -!- benishor_ [~benny@82.137.45.168] has joined ##stm32 2019-01-30T10:14:51 -!- benishor_ is now known as benishor 2019-01-30T10:25:30 -!- Jybz [~jibz@eduroam-192-52-1-27.mobile.uni-freiburg.de] has joined ##stm32 2019-01-30T10:26:13 < kakimir> what do you think off adding just a load resistor to voltage bus 2019-01-30T10:26:39 < kakimir> consuming static amperes 2019-01-30T10:27:06 < kakimir> 500uA or so 2019-01-30T10:27:20 < kakimir> hey me stupid 2019-01-30T10:27:35 < kakimir> I avoided using zener just because of that 2019-01-30T10:28:31 < kakimir> "omg it leaks like 300uA @ 5V cannot use it" 2019-01-30T10:28:53 < kakimir> but it would definitelly protect better than resistor 2019-01-30T10:48:05 -!- tsprlng [~tsprlng@cpc99580-brnt1-2-0-cust501.4-2.cable.virginm.net] has quit [Quit: Ping timeout (120 seconds)] 2019-01-30T10:48:31 -!- tsprlng [~tsprlng@cpc99580-brnt1-2-0-cust501.4-2.cable.virginm.net] has joined ##stm32 2019-01-30T10:55:12 < kakimir> and leak less in operating voltage 2019-01-30T11:08:38 -!- leorat_ [~rat@1.124.110.145] has joined ##stm32 2019-01-30T11:10:42 -!- leorat_ [~rat@1.124.110.145] has quit [Client Quit] 2019-01-30T11:10:46 -!- leorat [~rat@unaffiliated/leorat] has quit [Ping timeout: 244 seconds] 2019-01-30T11:24:23 -!- cnt [uid317556@gateway/web/irccloud.com/x-tiuafdldwpeivinh] has joined ##stm32 2019-01-30T11:38:22 -!- tjq [uid339161@gateway/web/irccloud.com/x-lcxjhhxmzfpvhpgx] has quit [Quit: Connection closed for inactivity] 2019-01-30T11:44:59 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-30T11:48:58 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 272 seconds] 2019-01-30T11:48:59 -!- [1]MrMobius is now known as MrMobius 2019-01-30T12:00:49 < cnt> i'm sorry 2019-01-30T12:29:54 -!- joro_ [~joro_@194.141.26.89] has joined ##stm32 2019-01-30T12:31:12 -!- joro_ [~joro_@194.141.26.89] has left ##stm32 [] 2019-01-30T12:32:40 -!- joro_ [~joro_@194.141.26.244] has joined ##stm32 2019-01-30T12:57:52 < Steffanx> Youre not 2019-01-30T13:00:56 -!- joro_ [~joro_@194.141.26.244] has quit [Ping timeout: 240 seconds] 2019-01-30T13:40:14 -!- cjbaird [~cjb@124-149-120-179.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] 2019-01-30T14:16:46 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-30T14:25:34 < Laurenceb> sup 2019-01-30T14:26:01 < Laurenceb> >I am writing to you all in light of last night’s Parliamentary votes. 2019-01-30T14:26:39 < Laurenceb> >Here I set out some of the practical measures we are taking to protect our community in the event of a ‘No Deal’ scenario and work to protect ourselves in a post-Brexit environment. 2019-01-30T14:27:24 < Laurenceb> >Whatever the future holds, we will safeguard the values and the things that make us who we are. They can never take that away from us. 2019-01-30T14:27:31 < Laurenceb> the salt is real 2019-01-30T14:27:41 < specing> gbr rip 2019-01-30T14:27:54 < Laurenceb> my inbox is as bad as reddit 2019-01-30T14:28:58 < Laurenceb> should I troll this guy with farrage memes? 2019-01-30T14:29:47 < specing> even trump makes better deals than thatcheresa maygheret 2019-01-30T14:30:00 < Laurenceb> wew its not a guy its a murican woman 2019-01-30T14:30:14 < Laurenceb> why does she even care about uk politics 2019-01-30T14:30:18 < Laurenceb> also >our 2019-01-30T14:30:26 < Laurenceb> tiem to deport her 2019-01-30T14:30:28 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 246 seconds] 2019-01-30T14:30:28 < specing> murica used to be a british colony 2019-01-30T14:30:51 < Laurenceb> I'm on some lulzy mailing lists 2019-01-30T14:31:05 < Laurenceb> they are all on meltdown right now, salt level >9000 2019-01-30T14:31:39 < PaulFertser> Laurenceb: so I've heard you're into science. Do you know any estimations from real economics models regarding post-brexit changes of median income, GDP, international trade balance etc? 2019-01-30T14:32:12 < Laurenceb> PaulFertser: nope, but I know that the predictions so far have all turned out wrong 2019-01-30T14:32:30 < Laurenceb> FTSE is probably going to fall once we get no deal, they rebound a lot 2019-01-30T14:32:44 < PaulFertser> Laurenceb: how come, I thought it's a proper science now, with good models. Are they giving all those Nobel prizes for nothing that really works? 2019-01-30T14:32:55 < Laurenceb> I might try to buy in the dip, but lots of other traders will have the same idea so I dunno 2019-01-30T14:33:20 < Laurenceb> PaulFertser: well the evidence speaks for itself, there was supposed to be a serious depression in uk by now 2019-01-30T14:33:33 < karlp> and there's not? 2019-01-30T14:33:42 < PaulFertser> Laurenceb: can I read a paper with numbers regarding that? 2019-01-30T14:34:02 < specing> PaulFertser: they already lost 3% of GDP growth because of the brexit disaster 2019-01-30T14:34:25 < Laurenceb> https://en.wikipedia.org/wiki/Economy_of_the_United_Kingdom#/media/File:UK_GDP_year-on-year_growth_rates.png 2019-01-30T14:35:21 < Laurenceb> no effect from brexit so far 2019-01-30T14:36:10 < Laurenceb> https://www.ft.com/__origami/service/image/v2/images/raw/http%3A%2F%2Fcom.ft.imagepublish.upp-prod-eu.s3.amazonaws.com%2F53b705d4-cc8c-11e8-b276-b9069bde0956?source=next&fit=scale-down&quality=highest&width=700 2019-01-30T14:36:16 < Laurenceb> no effect on employment 2019-01-30T14:36:46 < rmaw> well nothings actually happend yet 2019-01-30T14:37:15 < Laurenceb> yeah but there was supposed to be a depression already 2019-01-30T14:37:23 < rmaw> its make differences 2019-01-30T14:37:46 < Laurenceb> citation required 2019-01-30T14:38:39 < jpa-> but how do you know how well you'd be doing without brexit? 2019-01-30T14:38:46 < rmaw> https://snag.gy/hQzAuy.jpg 2019-01-30T14:38:53 < rmaw> 2 months after brexit 2019-01-30T14:38:58 < rmaw> brexit pizza 2019-01-30T14:39:05 < rmaw> sainsburys made it oval 2019-01-30T14:39:07 < rmaw> for the same money 2019-01-30T14:39:11 < Laurenceb> wut 2019-01-30T14:39:13 < rmaw> that used to be round 2019-01-30T14:39:22 < Laurenceb> muh brexit 2019-01-30T14:39:22 < rmaw> pound dropped 2019-01-30T14:39:28 < rmaw> after the vote, quite alot 2019-01-30T14:39:43 < rmaw> obvious made in poland or something, so thye had to shrink the size or up the price 2019-01-30T14:40:00 < Cracki> yeah well transient spikes 2019-01-30T14:40:05 < Cracki> did it stay down or did it rebound 2019-01-30T14:40:30 < rmaw> still way down from pre brexit 2019-01-30T14:40:32 < rmaw> vote 2019-01-30T14:40:41 < Cracki> ¯\_(ツ)_/¯ 2019-01-30T14:40:52 < Cracki> preserving your nation > economy 2019-01-30T14:40:57 < Laurenceb> looks like 10% versus euro 2019-01-30T14:41:08 < Laurenceb> change due to brexit 2019-01-30T14:41:08 < Cracki> a healthy nation will have a healthy economy somehow 2019-01-30T14:41:30 < Cracki> we have limits on capitalism for a reason: it would kill nations 2019-01-30T14:41:42 < Laurenceb> and 9% change versus dollar 2019-01-30T14:41:46 < Laurenceb> hardly huge 2019-01-30T14:42:10 < rmaw> no 2019-01-30T14:42:15 < rmaw> its more like 20% 2019-01-30T14:42:22 < rmaw> 1.13 now, it was 1.4 before the vote 2019-01-30T14:43:02 < Cracki> oh btw, I'm looking for a way to get power (gnd,12v) onto around 5-10 boards that are in a row. I was thinking there must be some kind of insulation displacement stuff where I can just push the two cables onto it. anyone know such a thing? 2019-01-30T14:43:20 < Cracki> like idc but without the male/female stuff, straight onto the pcb 2019-01-30T14:43:34 < rmaw> still think there is a fair chance it won't happen 2019-01-30T14:43:40 < Laurenceb> rmaw: no ur getting confused by the noise 2019-01-30T14:44:07 < rmaw> how am I confused? 2019-01-30T14:44:28 < rmaw> GBP/EUR was 1.4 before the vote, its not 1.15 2019-01-30T14:44:31 < rmaw> now* 2019-01-30T14:45:07 < Cracki> you're comparing values with YEARS between them 2019-01-30T14:45:24 < Cracki> you think it'd otherwise have stayed flat as a mirror? 2019-01-30T14:45:54 < Laurenceb> 1.27->1.15 2019-01-30T14:46:03 < Cracki> discerning long term effects would be debatable 2019-01-30T14:46:03 < Laurenceb> a 9.5% decrease due to brexit 2019-01-30T14:46:20 < Laurenceb> https://fullfact.org/media/uploads/UK_economic_growth_within_the_G7.png 2019-01-30T14:46:24 < Laurenceb> ^more random noise 2019-01-30T14:46:28 < rmaw> well it has been pretty flat 2019-01-30T14:46:31 < Cracki> kek what happened in 09 2019-01-30T14:46:37 < Cracki> that's some dip there 2019-01-30T14:46:41 < Laurenceb> Cracki: financial crash 2019-01-30T14:46:48 < rmaw> since it dropped 2019-01-30T14:47:09 < Cracki> it's more likely that some shekel sharks fuck the economy again, rather than brexit being to blame for anything 2019-01-30T14:47:20 < Laurenceb> so worst case ~0.5% decrease due to brexit, but its lost in the noise 2019-01-30T14:47:40 < rmaw> https://snag.gy/E9CW6M.jpg 2019-01-30T14:48:00 < rmaw> looks like a big drop, then noise for 2 years 2019-01-30T14:48:11 < rmaw> ranging at a much lower level 2019-01-30T14:48:14 < Cracki> you ignore the trend before that date 2019-01-30T14:48:15 < Laurenceb> yeah a 9.5% drop 2019-01-30T14:48:22 < Laurenceb> worst case 2019-01-30T14:48:23 < mitrax> rmaw: regarding your brexit pizza example, to me that means one thing... maybe it's time for some european countries to regrow an industry instead of importing manufactured shit from all around the world.. be it food or whatever. 2019-01-30T14:48:27 < Cracki> looks like it's been going down since 2015 2019-01-30T14:48:38 < Cracki> what mitrax said 2019-01-30T14:48:53 < karlp> mitrax: sure, just as long as consumers accept that means that lots of their food will cost more :) 2019-01-30T14:48:55 < Cracki> whatever is most profitable will be done 2019-01-30T14:49:10 < karlp> which is what all the food retailers just said this wek. 2019-01-30T14:50:19 < jpa-> raising prices on imported food just means that people will find even cheaper imported food 2019-01-30T14:50:21 < Laurenceb> https://fullfact.org/media/uploads/bank_of_england_growth_forecasts.png 2019-01-30T14:50:23 < Laurenceb> ^oops 2019-01-30T14:50:48 < karlp> jpa-: wat? you think the incentives might not be pure? ohboi 2019-01-30T14:53:34 < rmaw> Laurenceb, gbp/eur started dropping before the vote, in anticipation 2019-01-30T14:53:40 < rmaw> you can't only attribute the drop post vote 2019-01-30T14:53:55 < Laurenceb> rmaw: doesnt look much like that from the graph 2019-01-30T14:54:04 -!- cnt [uid317556@gateway/web/irccloud.com/x-tiuafdldwpeivinh] has quit [Quit: Connection closed for inactivity] 2019-01-30T14:54:19 < rmaw> preceeding the approach to the vote, it was 1.4 arguable trending up 2019-01-30T14:54:40 < rmaw> when they announced it, started dropping 2019-01-30T14:55:02 < Cracki> that 1.4 is an exchange rate, eh? you're measuring two things at once with that 2019-01-30T14:55:11 < Laurenceb> https://www.explainxkcd.com/wiki/images/f/f6/technical_analysis.png 2019-01-30T14:55:13 < Cracki> namely pounds AND euro 2019-01-30T14:55:35 < rmaw> yes.. 2019-01-30T14:55:49 < jpa-> :( msvc doesn't like my macro magic 2019-01-30T14:55:56 < Laurenceb> I wonder if there is a goatkcd of that one... 2019-01-30T14:56:27 < Cracki> "random walk" is a basic assumption in finance 2019-01-30T14:56:55 < Cracki> if the future were predictable, someone would exploit the pattern, thus destroying the pattern 2019-01-30T14:57:20 < Laurenceb> more importantly, why is my car insurance so expensive 2019-01-30T14:57:25 < Laurenceb> inb4 "cuz brexit" 2019-01-30T14:57:38 < Cracki> all the permits and loicenses cost money 2019-01-30T14:57:38 < mitrax> karlp: sure some of the food that can't be produced locally will cost more, but transforming / processing can be done locally and that would create jobs (e.g the pizza thing). And for manufactured goods I'd rather pay 40-50% more on a smartphone, computer, tv screen or whatever and live in a country that still has factories and a real economy (i.e not 90% tertiary jobs) 2019-01-30T14:57:42 < jpa-> Laurenceb: they've taken your babby shaker data and used it to predict your future 2019-01-30T14:57:53 < rmaw> besides that, I have a friend who does some kind of renewable energy brokering, I was in London last weekend and hes got two clients who are holding off 2019-01-30T14:57:54 < Laurenceb> >look at price comparison sites, cheapest £1250 2019-01-30T14:57:58 < rmaw> to see what happens with brexit 2019-01-30T14:58:06 < rmaw> one os German the other some other eu 2019-01-30T14:58:09 < Laurenceb> >ring insurance guy, get it for £235 2019-01-30T14:58:11 < rmaw> it will have an effect 2019-01-30T14:58:21 < Laurenceb> this does not inspire confidence 2019-01-30T14:58:24 < Cracki> you brits drive on the wrong side of the road all the time. of COURSE insurances are worried 2019-01-30T14:58:34 < mitrax> ahaha 2019-01-30T14:58:40 < Laurenceb> who says I cant get it for £100 or something if I ring the right person 2019-01-30T14:58:48 < Laurenceb> wtf is going on 2019-01-30T14:58:57 < Cracki> yes yo uhave to ring persons 2019-01-30T14:59:12 < Laurenceb> price comparison sites seem to be useless for insurance 2019-01-30T14:59:33 < Cracki> also... 1250 wtf that's bullshit or including all the bells and whistles for the worst possible combination of factors 2019-01-30T14:59:45 < Laurenceb> Cracki: no that was basic third party only 2019-01-30T15:00:08 < Cracki> maybe the first page were sponsored results 2019-01-30T15:00:16 < Laurenceb> broker guy goes direct and knows how to fudge the policy details to get the best deal, or at least thats how he explained it 2019-01-30T15:00:18 < Cracki> or it was per year, not month 2019-01-30T15:00:26 < Cracki> also that 2019-01-30T15:00:27 < Laurenceb> he charged my £25, pretty good deal tbh 2019-01-30T15:01:22 < Laurenceb> I have a really weird rule where I can only drive 1k miles in a month, and 8k per year, but they have no way to check lol 2019-01-30T15:02:12 < Laurenceb> guess if I crashed they could check if the dash makes sense 2019-01-30T15:02:19 < rmaw> your mot has it written down 2019-01-30T15:02:27 < Laurenceb> rmaw: only once every year 2019-01-30T15:02:30 < rmaw> so when you crash into a lampost they could check our milage 2019-01-30T15:02:33 < rmaw> your* 2019-01-30T15:02:45 < Laurenceb> yeah 2019-01-30T15:03:00 < rmaw> they wouldn't .. but they could 2019-01-30T15:03:06 < Cracki> 8k/y is ~22/day. I think that's within a lot of people's usage. 2019-01-30T15:03:22 < Laurenceb> Cracki: yeah its normal to have a per year limit 2019-01-30T15:03:30 < Laurenceb> but I have weird per month limit too 2019-01-30T15:03:44 < Cracki> no eurotrip for you 2019-01-30T15:04:36 < Cracki> sooo. any recommendations as to what insulation displacement stuff there is I could solder onto a board and then push wires onto? 2019-01-30T15:05:18 < Cracki> like this, but terminal for pcb, and I'm not particular about the tooling https://commons.wikimedia.org/wiki/File:Schneidklemme-Angelegte_Ader.jpg 2019-01-30T15:05:33 < Cracki> I'm browsing digikey, haven't hit the right category yet 2019-01-30T15:06:23 < Laurenceb> wtf now parliament is discussing muh domestic abuse 2019-01-30T15:06:34 < Laurenceb> no wonder we are gunna get hard brexit 2019-01-30T15:06:47 < Laurenceb> inb4 ban muh toxic masculinity 2019-01-30T15:07:05 < Cracki> do like buttfeed did, but for your govt: fire all the hacks 2019-01-30T15:07:11 < Cracki> not banned already? 2019-01-30T15:07:33 < Cracki> if they do, you can say you're syrian (?), forbidding you would be insensitive to your culture 2019-01-30T15:07:44 < Laurenceb> >Our main aim through this work is to prevent domestic abuse by challenging the acceptability of abuse and addressing the underlying attitudes and norms that perpetuate it 2019-01-30T15:07:46 < Laurenceb> kekking 2019-01-30T15:07:56 < Cracki> pussies 2019-01-30T15:08:48 < Laurenceb> their wordsalads are delaying actual useful discussion when we have time limit 2019-01-30T15:08:52 < Laurenceb> facepalming 2019-01-30T15:08:56 < Cracki> arresting people for wrongthink and facecrime, but not for actual crimes 2019-01-30T15:09:10 < Cracki> I think they speculate on running over the limit 2019-01-30T15:09:31 < Cracki> goal is to prevent anything from being done 2019-01-30T15:09:40 < Laurenceb> hard brexit would be a bit retarded, but so is parliament 2019-01-30T15:10:18 < Cracki> britain is a meme country already, very little to lose now 2019-01-30T15:10:34 < Cracki> (not that germany is better...) 2019-01-30T15:12:27 < Laurenceb> >enable high-risk domestic abuse offenders to be subject to polygraph testing 2019-01-30T15:12:29 < Laurenceb> oh wow 2019-01-30T15:12:30 < Cracki> ze fuk that's pretty much what I want but I found it on a german website as a "novelty" https://cdn.weka-fachmedien.de/thumbs/media_uploads/images/1383042411-16-wirthbild5.jpg.950x534.jpg 2019-01-30T15:12:44 < Cracki> high risk 2019-01-30T15:12:44 < Laurenceb> inb4 >use emdrive to fight domestic abuse 2019-01-30T15:13:06 < Cracki> so if they think you look funny, you're having an inquisition 2019-01-30T15:13:18 < Laurenceb> >use emdrive mounted on a eestor powered zano to fight domestic abuse 2019-01-30T15:13:46 < Laurenceb> >use Alex Jones to fight domestic abuse 2019-01-30T15:14:07 < Cracki> he'd actually fight it 2019-01-30T15:14:36 < Laurenceb> uk parliament are unironically considering compulsory polygraph tests 2019-01-30T15:14:37 < Cracki> how much domestic abuse is committed by women? I'd watch him fight that 2019-01-30T15:14:41 < Laurenceb> my orbital sides 2019-01-30T15:15:04 < Cracki> you people need to police your gene pool. these specimens in your govt aren't viable. 2019-01-30T15:15:12 < Laurenceb> https://www.science20.com/gerhard_adam/pseudoscience_lie_detectors-93551 2019-01-30T15:15:57 < Cracki> I'd really like to play with a polygraph... see what it can read 2019-01-30T15:18:17 < Laurenceb> *insert xkcd technical analysis cartoon here* 2019-01-30T15:22:00 < karlp> Cracki: look at te/harwin/amp et al directly, I've seen some pcb soldered blades that you were meant to just push cable into like you want, but can't remember the vendor 2019-01-30T15:22:57 < Cracki> eh fuck it, I'll use pin strips and skewer the cable on those 2019-01-30T15:24:34 < karlp> what areyou trying to avoid again? 2019-01-30T15:25:13 < Cracki> ooh those look ideal http://www.avx.com/products/connectors/wire-to-board/standard-idc-18-24-awg-00-9176/ 2019-01-30T15:25:30 < karlp> yeah, those are like I was remembering 2019-01-30T15:25:50 < karlp> I think I've seen even shorter, like one pair of blades, instead of two, but very similar 2019-01-30T15:26:37 < karlp> is the distance betwen your baords going to be very variable? 2019-01-30T15:28:09 < karlp> and are you hoping to have the wire feed through and do multi tap is it? 2019-01-30T15:28:20 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2019-01-30T16:16:13 -!- tprrt [~tprrt@217.114.201.133] has quit [Read error: Connection reset by peer] 2019-01-30T16:16:36 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-30T16:16:38 < Cracki> https://pbs.twimg.com/media/DyJz4FPUYAAJpBC.jpg:orig 2019-01-30T16:18:58 < Cracki> london: foreigner axing down people, police would rather talk about "right wingers" 2019-01-30T16:58:41 -!- Steffann [~steffanx@unaffiliated/steffanx] has joined ##stm32 2019-01-30T17:00:55 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Ping timeout: 268 seconds] 2019-01-30T17:17:01 -!- sk_tandt [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-30T17:22:32 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-30T17:26:10 -!- sk_tandt [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 246 seconds] 2019-01-30T17:33:58 < kakimir> hey guise 2019-01-30T17:34:13 < kakimir> if I make RC filter for PMOS gate 2019-01-30T17:34:57 < kakimir> should I connect the cap to drain instead of GND 2019-01-30T17:36:15 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-30T17:36:39 < bitmask> why do I always have to complicate things 2019-01-30T17:36:45 < bitmask> I gotta get this eeprom shit done 2019-01-30T17:44:04 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has joined ##stm32 2019-01-30T17:46:18 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has joined ##stm32 2019-01-30T17:47:03 -!- sk_tandt_ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Ping timeout: 244 seconds] 2019-01-30T17:52:28 < Laurenceb> hygenic earth energy actually makes sense 2019-01-30T17:52:30 < Laurenceb> https://patents.google.com/patent/WO2017136924A1/en 2019-01-30T18:06:35 -!- Haohmaru [~Haohmaru@195.24.53.110] has quit [] 2019-01-30T18:14:18 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-30T18:18:24 < Laurenceb> kek this will still never work 2019-01-30T18:19:06 < Laurenceb> claim 23 - the byproduct gasses will accumulate around the well and block the hydrogen 2019-01-30T18:19:37 < Laurenceb> also their webshit is the lulziest buzzword bingo ever 2019-01-30T18:21:42 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 268 seconds] 2019-01-30T18:22:48 -!- sk_tandt__ [~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it] has quit [Quit: Leaving] 2019-01-30T18:24:17 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-30T18:31:54 < Laurenceb> https://pwc.blogs.com/.a/6a00d83451623c69e201b8d2068c2f970c-800wi 2019-01-30T18:31:56 < Laurenceb> keeeeek 2019-01-30T18:40:36 -!- Jak_o_Ombroj [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-30T18:41:16 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 272 seconds] 2019-01-30T18:42:56 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-30T18:46:24 -!- Jak_o_Ombroj [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 250 seconds] 2019-01-30T19:02:45 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-30T19:06:16 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-30T19:06:16 -!- [1]MrMobius is now known as MrMobius 2019-01-30T19:12:15 < Laurenceb> oh wow we reached peak internet 2019-01-30T19:12:38 < Laurenceb> https://postimg.cc/0ry07SvR 2019-01-30T19:14:49 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-30T19:14:59 -!- Luggi09 [~Luggi09@parabox.it-syndikat.org] has joined ##stm32 2019-01-30T19:15:22 -!- Lux [~Luggi09@parabox.it-syndikat.org] has quit [Ping timeout: 246 seconds] 2019-01-30T19:19:04 < emeb> people keep saying that, and yet it just gets worse 2019-01-30T19:20:25 < Laurenceb> if he fuggs her we will have a babby troll on our hands 2019-01-30T19:22:01 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 246 seconds] 2019-01-30T19:25:15 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-30T19:28:25 -!- Jybz [~jibz@eduroam-192-52-1-27.mobile.uni-freiburg.de] has quit [Quit: Konversation terminated!] 2019-01-30T19:30:11 -!- sterna [~Adium@host.212.73.177.219.bitcom.se] has quit [Quit: Leaving.] 2019-01-30T19:34:27 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 240 seconds] 2019-01-30T19:45:07 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-30T19:58:10 < Laurenceb> https://www.reddit.com/r/unitedkingdom/comments/akxh26/does_brexit_make_anyone_else_just_fill_up_full_of/ 2019-01-30T19:58:19 < Laurenceb> >thick gammon 2019-01-30T20:04:52 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 272 seconds] 2019-01-30T20:05:26 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-30T20:06:47 < aandrew> heh 2019-01-30T20:07:02 < aandrew> I'm still surprised that everyone thinks they'll get a sweet deal with the EU 2019-01-30T20:07:10 < aandrew> when it's by far int he EU's best interest to do the exact opposite 2019-01-30T20:07:35 < zyp> it's not like delusional people is anything new 2019-01-30T20:15:59 -!- sterna [~Adium@c-0aebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-30T20:16:03 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-30T20:26:25 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 272 seconds] 2019-01-30T20:34:51 -!- tairaeza [~tairaeza@unaffiliated/tairaeza] has quit [Quit: tairaeza] 2019-01-30T20:36:28 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 250 seconds] 2019-01-30T20:38:05 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-30T20:41:06 < kakimir> https://www.youtube.com/watch?v=kw3mlykbAfk my work musics 2019-01-30T20:42:21 < antto> wut iz dis 2019-01-30T20:42:45 < kakimir> gud musics? 2019-01-30T20:42:53 < antto> cheezy crap 2019-01-30T20:43:38 < antto> https://www.youtube.com/watch?v=OaFavPu3o0c 2019-01-30T20:44:58 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has joined ##stm32 2019-01-30T20:48:17 < antto> https://www.youtube.com/watch?v=6oAqOFz6QsU 2019-01-30T20:52:08 < kakimir> pretty flat 2019-01-30T21:01:07 < kakimir> https://www.youtube.com/watch?v=gYG_4vJ4qNA listened the lyrics first time.. seems like she has hanged out with the Musk 2019-01-30T21:07:43 -!- cnt [uid317556@gateway/web/irccloud.com/x-buvwsjopclkfncgd] has joined ##stm32 2019-01-30T21:09:51 < cnt> http://i.imgur.com/DpQ9YJl.png 2019-01-30T21:24:34 -!- Jak_o_Shadows [~Jak@unaffiliated/jak-o-shadows/x-0479135] has quit [Ping timeout: 250 seconds] 2019-01-30T21:24:51 < kakimir> Laurenceb: https://pr0gramm.com/new/2974140 2019-01-30T21:25:14 < Laurenceb> flat earth 2019-01-30T21:25:58 < Laurenceb> obligatory https://www.youtube.com/watch?v=oMMJ2Dgkrm0 2019-01-30T21:40:39 -!- Steffann is now known as Steffanx 2019-01-30T21:55:18 < kakimir> https://www.youtube.com/watch?v=rXxY8DYPLu4 this was interesting sci-fi series 2019-01-30T21:56:15 < Steffanx> No. 2019-01-30T21:57:42 < Laurenceb> https://www.youtube.com/watch?v=vPK0qQZo4JQ 2019-01-30T21:58:13 < Laurenceb> tfw leaver thots are as annoying as remainers 2019-01-30T21:58:40 < Laurenceb> >tweeties 2019-01-30T21:59:56 < Steffanx> Laurenceb you know +q is just as easy as -q? 2019-01-30T22:00:03 < Laurenceb> based 2019-01-30T22:00:06 < kakimir> who wins in this brexit mess Laurenceb? 2019-01-30T22:00:21 < Laurenceb> kakimir: youtube trolls 2019-01-30T22:00:22 < kakimir> in such big movement it cannot be just stupidity that plays role 2019-01-30T22:02:36 < kakimir> or just public making decisions 2019-01-30T22:10:34 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has quit [Quit: ZNC 1.7.2 - https://znc.in] 2019-01-30T22:11:06 -!- tomeaton17 [tomeaton17@unaffiliated/tomeaton17] has joined ##stm32 2019-01-30T22:20:01 < kakimir> https://pr0gramm.com/new/2974021 musks privatejet? 2019-01-30T22:22:27 < Laurenceb> >isreal 2019-01-30T22:23:08 < kakimir> https://en.wikipedia.org/wiki/S%C3%A3o_Jos%C3%A9_dos_Campos#/media/File:SaoPaulo_Municip_SaoJosedosCampos.svg brand new embrarier.. flight starts from sao paulo 2019-01-30T22:34:53 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has joined ##stm32 2019-01-30T22:39:33 < kakimir> but no article says that muskie has embraer and I don't think that that is coincidence that flight begins from sao paulo but it is the orgin of the jet 2019-01-30T22:41:46 < kakimir> or 2019-01-30T22:42:31 < kakimir> maybe musk visited sao paulo to order new embraer jet 2019-01-30T22:43:32 -!- psprint [~psprint@91.245.82.2] has joined ##stm32 2019-01-30T22:50:41 < qyx> wtf is this troll https://infinitysav.com/magneticgenerator/ 2019-01-30T22:50:54 < qyx> level 9000 2019-01-30T22:53:30 < Steffanx> Gangnam-gu, Seoul. dongs secret project. 2019-01-30T22:53:50 < mitrax> "REVOLUTIONAZING" TECHNOLOGY FOR A BETTER TOMORROW 2019-01-30T23:00:31 < mitrax> https://vk.com/id356330649 2019-01-30T23:01:00 < kakimir> https://pr0gramm.com/new/2973934 what is this musics? 2019-01-30T23:01:17 < kakimir> german techno? 2019-01-30T23:03:47 < Steffanx> https://www.youtube.com/watch?v=IwLSrNu1ppI 2019-01-30T23:03:52 < Steffanx> ^ kaks. 2019-01-30T23:04:30 < kakimir> thanks 2019-01-30T23:04:36 < kakimir> how did you know what it was? 2019-01-30T23:04:46 < Steffanx> I used an app for that. :P 2019-01-30T23:05:11 < Steffanx> Play sound on pc > let phone/app listen. And it will tell me what it is. 2019-01-30T23:12:17 < kakimir> shazam? 2019-01-30T23:20:02 * karlp prefers soundhound 2019-01-30T23:24:39 < bitmask> someone teach me programming 2019-01-30T23:24:53 < bitmask> how would you implement a menu list 2019-01-30T23:25:18 < bitmask> I was thinking linked list but the leaf nodes are fuckin me up because they can be various types 2019-01-30T23:25:37 < bitmask> I'm getting lost in a sea of template attempts that fail somewhere 2019-01-30T23:25:47 -!- dobson [~dobson@68.ip-149-56-14.net] has quit [Ping timeout: 240 seconds] 2019-01-30T23:27:01 -!- dobson [~dobson@68.ip-149-56-14.net] has joined ##stm32 2019-01-30T23:28:20 < bitmask> https://www.reddit.com/r/PublicFreakout/comments/aky4la/he_tried_really_hard/?st=JRJPC0I2&sh=988c12f0 2019-01-30T23:29:21 < bitmask> created by Laurenceb 2019-01-30T23:30:29 < Thorn> https://www.instagram.com/p/BtQdAy0HUC3/ 2019-01-30T23:31:43 < kakimir> bitmask: static menu structure? 2019-01-30T23:31:57 < bitmask> yes 2019-01-30T23:33:50 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-30T23:37:37 < bitmask> ohh I think I have an idea 2019-01-30T23:39:42 < kakimir> there are multiple ways to skin the cat 2019-01-30T23:42:00 -!- cnt [uid317556@gateway/web/irccloud.com/x-buvwsjopclkfncgd] has quit [Quit: Connection closed for inactivity] 2019-01-30T23:50:31 < qyx> bitmask: cli menu? 2019-01-30T23:51:07 < bitmask> essentially, its for a .9" oled so one line at a time 2019-01-30T23:52:43 < bitmask> I want to scroll through the root items, then when you select on the new level shows on the right half of the screen, if you select another then the right half switches to the left and the new level is shown on the right, and if you select a leaf node (variable to change) then it displays the name on the left and the value being changed on the right 2019-01-30T23:53:52 < Ecco> Hi :) 2019-01-30T23:54:01 < Ecco> Do you guys use solder paste stencils? 2019-01-30T23:54:09 < qyx> if you want to inspire yourself https://github.com/iqyx/plumcore/blob/develop/services/cli/system_cli_tree.c 2019-01-30T23:54:18 < qyx> but beware, it is a mess 2019-01-30T23:54:23 < Ecco> How are you even supposed to use them anyway? 2019-01-30T23:54:40 < Ecco> Apply solder paste, place components manually, then put in oven? 2019-01-30T23:54:49 < qyx> I have a library to interpret such tree structured menu and make a CLI from it 2019-01-30T23:55:05 < qyx> the same structure could benused for odisplay menus 2019-01-30T23:56:38 < bitmask> it seems all your leaves have a name and an exec, its the exec for various data types I'm having trouble implementing 2019-01-30T23:57:38 < qyx> there are values, commands and subnodes 2019-01-30T23:57:47 < qyx> values can be of different types 2019-01-30T23:57:53 < qyx> uhm 2019-01-30T23:58:18 < qyx> you mean displaying a proper controp for the specific value type? 2019-01-30T23:58:33 < qyx> *control 2019-01-30T23:58:58 < bitmask> yea, if its switching between a few string options, or increasing/decreasing integer or floating point values 2019-01-30T23:59:01 < bitmask> that kinda thing 2019-01-30T23:59:46 < qyx> just do a enum type + union combination --- Day changed Thu Jan 31 2019 2019-01-31T00:00:27 < qyx> Ecco: yes 2019-01-31T00:00:43 < Ecco> is it more convenient than hand soldering with an iron? 2019-01-31T00:00:59 < qyx> I mean your procedure is correct 2019-01-31T00:01:05 < qyx> I don't use them 2019-01-31T00:01:14 < Ecco> oh, ok :) 2019-01-31T00:01:39 < Ecco> I mean, I understand why reflowing in an oven is efficient, but that's the placing that takes forever anyway, right? 2019-01-31T00:02:10 < Ecco> also, I wonder how you can manually place components in paste without having them moving around 2019-01-31T00:03:56 < qyx> if you want to speed up hand soldering prototypes, I recommend an array of small boxes (properly marked) with components 2019-01-31T00:04:52 < qyx> then it is just a matter of few seconds to place a single SMD passive 2019-01-31T00:05:52 < Ecco> indeed 2019-01-31T00:05:55 < qyx> like a row of boxes with 0603 resistors ordered by value 2019-01-31T00:05:59 < Ecco> yeah 2019-01-31T00:06:21 < qyx> there are some on ebay 2019-01-31T00:06:29 < qyx> wen-tai marked iirc 2019-01-31T00:06:47 < qyx> they are ~good 2019-01-31T00:08:16 < bitmask> those silicone soldering mats with built in recesses look handy for doing a handful of components at a time 2019-01-31T00:08:47 < rajkosto> bitmask, have you looked at littlevgl 2019-01-31T00:09:06 < bitmask> nope 2019-01-31T00:09:47 < bitmask> that looks like way overkill for a 128x32 oled 2019-01-31T00:10:34 < bitmask> I thought of a way to do what I want, I'll create the standard menu as a linked list and when you reach a value it will call a static function to handle input with a pointer back to the linked list when you are done 2019-01-31T00:18:45 -!- rcc [~rcc@86.124.31.69] has joined ##stm32 2019-01-31T00:19:11 < rcc> so.. I've spent the past 6 hours trying to install windows 2019-01-31T00:19:30 < rajkosto> thats why i switched to 128x64, x32 is too tiny 2019-01-31T00:20:17 < bitmask> its fine for what I'm doing 2019-01-31T00:20:19 < rajkosto> there was a display list library for flickerless refresh but i cant find it now 2019-01-31T00:20:22 < Steffanx> Pebkac for sure rcc 2019-01-31T00:20:24 < bitmask> I actually really like my UI 2019-01-31T00:21:05 < rcc> Steffanx: sort of, it needed the SSD to be on the first SATA port (which it was) and it had to be in AHCI mode 2019-01-31T00:21:11 < bitmask> this was before I decided to add a menu system but the main display is great: https://youtu.be/xMOiasqyowc 2019-01-31T00:21:11 < rcc> couldn't deal with RAID or IDE 2019-01-31T00:21:15 < rcc> (I had it in RAID) 2019-01-31T00:21:18 < rajkosto> rcc, it can deal with raid and ide 2019-01-31T00:21:35 < rajkosto> but dont use raid unless youre actually using raid 2019-01-31T00:21:36 < rcc> I remember I had the same issue in the past and once I switched to AHCI it worked 2019-01-31T00:21:49 < Steffanx> What kind of weird hw do you have? 2019-01-31T00:21:53 < rcc> thing is, the first time I was able to switch back to RAID after installation 2019-01-31T00:22:04 < rcc> but now it stops booting if I do that 2019-01-31T00:22:17 < rajkosto> cool amount of information about your hardware setup you have provided 2019-01-31T00:22:18 < rcc> so my raid 1 has to be relocated on a different controller 2019-01-31T00:22:39 < rcc> rajkosto, 8 HDD, 2 of them in RAID 1 2019-01-31T00:22:48 < rajkosto> what. controller. 2019-01-31T00:22:51 < rcc> two SATA controllers 2019-01-31T00:23:10 < PaulFertser> Real RAID or software? 2019-01-31T00:23:15 < rcc> sw 2019-01-31T00:23:30 < rajkosto> software what 2019-01-31T00:23:37 < PaulFertser> RAID 2019-01-31T00:23:37 < rcc> rajkosto: sw RAID 2019-01-31T00:23:48 < rajkosto> software raid what 2019-01-31T00:23:56 < PaulFertser> rcc has sw raid, not real raid 2019-01-31T00:24:03 < rajkosto> linux software raid ? 2019-01-31T00:24:04 < rajkosto> dmraid ? 2019-01-31T00:24:11 < rajkosto> lvm raid ? 2019-01-31T00:24:13 < PaulFertser> No, windows software raid. 2019-01-31T00:24:16 < rajkosto> dynamic disks ? 2019-01-31T00:24:20 < rcc> problem is that relocating the RAID on the other controller means the disks will be reinitialized, so now I have to back them up 2019-01-31T00:24:28 < rajkosto> PaulFertser, i doubt it. 2019-01-31T00:24:35 < rcc> rajkosto: I was just saying that I'm installing windows :) 2019-01-31T00:24:39 < rcc> why do you doubt that? 2019-01-31T00:24:45 < rajkosto> i doubt he has windows software raid 2019-01-31T00:24:52 < rcc> why? 2019-01-31T00:24:57 < rajkosto> if he did, it'd be controller agnostic. 2019-01-31T00:25:13 < rcc> the controller still initializes the drives tho 2019-01-31T00:25:19 < rajkosto> then its not software aid. 2019-01-31T00:25:21 < rcc> before presenting them as a raid array 2019-01-31T00:25:32 < rcc> rajkosto: it is 2019-01-31T00:25:34 < rajkosto> its either controller defined fakeRAID 2019-01-31T00:25:36 < rajkosto> or dynamic disks 2019-01-31T00:25:38 < rajkosto> please define what you have. 2019-01-31T00:25:46 < rcc> if it's not implemented by the OS, you'll see two HDDs 2019-01-31T00:25:56 < rcc> in fact, you can still access them separately 2019-01-31T00:26:15 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:4da8:3ccf:a30f:af6d] has joined ##stm32 2019-01-31T00:26:16 < rajkosto> if you werent trolling, you would have said what controller and type of raid it was already 2019-01-31T00:26:23 < rajkosto> so have fun rebuilding it 2019-01-31T00:26:24 < PaulFertser> rajkosto: oh come on, fakeRAID is essentially software RAID just with shitty means of configuring it. 2019-01-31T00:26:44 < rajkosto> PaulFertser, not to windows 2019-01-31T00:26:49 < rajkosto> not to linux 2019-01-31T00:26:53 < rcc> rajkosto: I don't know what controller it is, it's provided by the MOBO 2019-01-31T00:27:00 < rcc> rajkosto: to both 2019-01-31T00:27:01 < rajkosto> then you can say what mobo it is ? 2019-01-31T00:27:07 < rcc> I've been using this setup for years 2019-01-31T00:27:13 < rajkosto> ive been using fakeRAID since 2005 2019-01-31T00:27:30 < rcc> ga 890gpa udh3 2019-01-31T00:27:35 < rcc> why do you care tho? 2019-01-31T00:27:46 < rcc> because you think it's hw raid? 2019-01-31T00:28:01 < rajkosto> its fakeraid, promise controller cuz its AMD SB 2019-01-31T00:28:14 < rajkosto> all you need to do for windows to work is load driver 2019-01-31T00:28:16 < rcc> fakeraid is sw raid, like PaulFertser said 2019-01-31T00:28:21 < rajkosto> its better 2019-01-31T00:28:24 < rajkosto> its bootable and works across OS 2019-01-31T00:28:39 < rajkosto> software raid is either dynamic disks or linux swraid partitions 2019-01-31T00:29:34 < rajkosto> what windows 2019-01-31T00:29:56 < rcc> didn't know that distinction meant that much, to me it was all the same because linux managed to fuck it up because it didn't recognize it (a couple of years back) 2019-01-31T00:30:01 < rcc> and it mounted just one of the disks 2019-01-31T00:30:12 < rcc> that's when I realized it was a soft RAID 2019-01-31T00:30:14 < zyp> no, it's worse, you get tied to a specific controller, unless you fiddle with some shit to make plain software raid mimic the on-disk layout 2019-01-31T00:30:17 < rajkosto> dmraid works automatically with all sorts of fakeRAID 2019-01-31T00:30:33 < rcc> rajkosto: except it didn't 2019-01-31T00:30:37 < rajkosto> zyp, ive been able to go from nForce raid to Intel RST to AMD SB fakeraid without rebuilding anything 2019-01-31T00:30:45 < rajkosto> dmraid is very useful 2019-01-31T00:30:54 < rcc> yeah, works fine now 2019-01-31T00:31:08 < rajkosto> rcc, what windows 2019-01-31T00:31:12 < rcc> 10 2019-01-31T00:31:21 < rajkosto> what bitness 2019-01-31T00:31:26 < rcc> had this thing with w7 too 2019-01-31T00:31:43 < rcc> 64, but why? 2019-01-31T00:32:17 < rajkosto> http://1drv.ms/1HKHD8Z 2019-01-31T00:32:36 < rajkosto> mobo in RAID mode, put that on a usb stick, "Load driver" during windows install, point it to the folder 2019-01-31T00:32:39 < rcc> zyp: so if it was hw RAID, I could have moved the drives between controllers and it would have been fine? 2019-01-31T00:32:55 < zyp> no 2019-01-31T00:33:07 < rcc> ah, that would have been great 2019-01-31T00:33:26 < rajkosto> you can move drives between controllers with the help of dmraid to swap the metadata to a different format over 2019-01-31T00:33:36 < rajkosto> hwraid is way more candid about that 2019-01-31T00:34:03 < zyp> I'm not sure how this conversation started and what the original problem is 2019-01-31T00:34:12 < rcc> rajkosto: problem is when I try to create the new RAID array, it tells me it will erase the data on the disks 2019-01-31T00:34:24 < rajkosto> why are you creating a new raid array ? 2019-01-31T00:34:31 < zyp> but I figure this hwraid vs fakeraid vs swraid dick measuring contest isn't very useful 2019-01-31T00:34:34 < rcc> zyp, I was just saying I spent 6 hours trying to install windows 2019-01-31T00:34:45 < rajkosto> because you didnt know about "Load drivers" button ? 2019-01-31T00:34:49 < zyp> there's a solution to that: don't install windows 2019-01-31T00:34:51 < rajkosto> that shows up on the disk selection page ? 2019-01-31T00:34:52 < zyp> :) 2019-01-31T00:35:04 < rcc> rajkosto, I didn't know what drivers to load 2019-01-31T00:35:07 < rajkosto> win10 should have raid drivers for all the chipsets anyway 2019-01-31T00:35:10 < rajkosto> rcc, the ones i linked you 2019-01-31T00:35:11 < rcc> also, I wouldn't expect that to be a problem in 2019 2019-01-31T00:35:27 < rcc> also, it worked before 2019-01-31T00:35:28 < rajkosto> its from here https://www.win-raid.com/t29f25-Recommended-AHCI-RAID-and-NVMe-Drivers.html 2019-01-31T00:35:32 < rcc> (with a different HDD) 2019-01-31T00:35:40 < rcc> so I assumed it was either the HDD acting up or windows 2019-01-31T00:35:41 -!- veegee [~veegee@ipagstaticip-3d3f7614-22f3-5b69-be13-7ab4b2c585d9.sdsl.bell.ca] has quit [Quit: veegee] 2019-01-31T00:35:43 < zyp> what sort of raid are you trying to install windows on? 2019-01-31T00:36:02 < zyp> 0? 1? 5? does fakeraid even support 6? 2019-01-31T00:36:02 < rcc> zyp, I'm not trying to install it on a RAID, the RAID was on the same controller 2019-01-31T00:36:06 < zyp> oh 2019-01-31T00:36:13 < rcc> but with the controller in RAID mode, windows won't boot 2019-01-31T00:36:19 < rajkosto> because yhou dont have the driver 2019-01-31T00:36:22 < zyp> then stop using raid mode 2019-01-31T00:36:25 < rcc> so I have to move the RAID disks to a different controller 2019-01-31T00:36:28 < zyp> and do a plain swraid instead 2019-01-31T00:36:30 < rajkosto> he cant because his raid1 will desync 2019-01-31T00:37:07 < rajkosto> what i would have done is just disconnect the raid disks, install in ahci mode, install the driver, switch to raid mode, reboot verify it still boots, reconnect disks 2019-01-31T00:37:16 < rajkosto> or just load driver during the install 2019-01-31T00:37:22 < zyp> yeah, that sounds reasonable 2019-01-31T00:37:27 < rcc> that's what I did 2019-01-31T00:37:29 < zyp> dumb but easy 2019-01-31T00:37:30 < rcc> minus the driver 2019-01-31T00:37:38 < rcc> it's the only thing that worked 2019-01-31T00:37:49 < rajkosto> > 2019 2019-01-31T00:37:57 < rajkosto> > not slipstreaming all the updates and drivers you need into the iso before starting the install 2019-01-31T00:38:25 < zyp> haha 2019-01-31T00:38:33 < rajkosto> for windows XP the raid drivers had to be on a FLOPPY 2019-01-31T00:38:42 < rajkosto> if you didnt slipstream 2019-01-31T00:39:18 < rcc> so what are you suggesting? MS removed the drivers from their current ISO? 2019-01-31T00:39:29 < rajkosto> win10 is a mess, it wouldnt surprise me 2019-01-31T00:39:36 < zyp> I haven't done a windows install in years, is it really that ridiculous? 2019-01-31T00:39:44 < rajkosto> the intel RST driver bundled with latest win10 is the post-optane one that doesnt work properly with RAID5, for example 2019-01-31T00:40:26 < zyp> from the way you describe it, it's less hassle to install macos on a hackintosh than it is to install windows 2019-01-31T00:40:31 < rcc> rajkosto, thing about those drivers is that I won't install them unless they come from microsoft.com or from whoever made my mobo 2019-01-31T00:40:36 < rajkosto> anyway, easily remediable by sticking the inf and sys file from that package i linked onto a usb stick and clicking "Load drivers" on the partition selection page 2019-01-31T00:40:54 < zyp> rcc, haha, what 2019-01-31T00:40:55 < rcc> zyp, yeah, it surprised me too 2019-01-31T00:40:55 < rajkosto> rcc, the ones i linked are from AMD and you can verify digital signatures 2019-01-31T00:41:10 < rajkosto> zyp, theres no fakeraid/dmraid support AT ALL on hackintosh 2019-01-31T00:41:23 < zyp> good, fuck that shit 2019-01-31T00:41:33 < rajkosto> theres also no drivers for any pci express cards that exist 2019-01-31T00:41:33 < rajkosto> so 2019-01-31T00:41:36 < rajkosto> no raid 4 u, ever 2019-01-31T00:41:52 < zyp> uh, ok 2019-01-31T00:42:23 < Steffanx> Who needs raid? 2019-01-31T00:42:25 < zyp> nevermind my 16x3TB raid then :) 2019-01-31T00:42:51 < rcc> are you serious? 2019-01-31T00:43:03 < zyp> who serious about what? 2019-01-31T00:43:11 < rcc> about that array 2019-01-31T00:43:13 < Steffanx> Thats your server... Not your hackintosh mac 2019-01-31T00:43:36 < zyp> Steffanx, yeah, but I still got it mounted on the hackintosh :) 2019-01-31T00:43:49 < Steffanx> Nfs or what? 2019-01-31T00:44:00 < zyp> after all, there are macos drivers for the 10G ethernet NIC I put into it 2019-01-31T00:44:12 < zyp> despite it being a pci express card 2019-01-31T00:44:14 -!- sterna [~Adium@c-0aebe155.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-31T00:44:55 < Steffanx> Same here. After i "hacked" special ids into the eeprom of the intel nic :) 2019-01-31T00:45:25 < zyp> ah, you're using the small tree drivers? 2019-01-31T00:45:32 < Steffanx> But i no more hackintosh since it didnt support my gpu 2019-01-31T00:45:32 < zyp> or whatever they were called 2019-01-31T00:45:49 < Steffanx> Yes i think so. Those rebranded intel cards 2019-01-31T00:45:57 < zyp> I remember looking at those 2019-01-31T00:46:17 < zyp> but went with some myri10g stuff instead 2019-01-31T00:46:35 < zyp> they were cheaper and had drivers that just work 2019-01-31T00:46:38 < Steffanx> I just went for what ebay had for me. 2019-01-31T00:46:46 < zyp> same 2019-01-31T00:46:49 < zyp> hmm 2019-01-31T00:47:31 < zyp> I googled, seems like there are macos drivers for the LSI HBA I've got in the server too, should I wish to stick it into the hackintosh 2019-01-31T00:47:59 < zyp> but I don't see why I want 16 noisy drives on my desk when I can have them in the other end of the house instead :p 2019-01-31T00:48:32 < zyp> rcc, does it sound so unreasonable? 2019-01-31T00:48:57 < rcc> zyp: no, it sounds great 2019-01-31T00:49:08 < rcc> I was thinking of doing something similar 2019-01-31T00:49:20 < rcc> sort of disconnect the storage from the work machine 2019-01-31T00:49:47 < zyp> it's technically just 15 drives now, I sent one in for a warranty replacement: https://paste.jvnv.net/view/rZDdX 2019-01-31T00:49:55 < zyp> should have the new one tomorrow 2019-01-31T00:49:58 < rcc> but 16 drives is a lot, that's why I wasn't sure if you're joking or not 2019-01-31T00:50:41 < rajkosto> https://images.sshnuke.net/2019-01-30_23-50-39_KsCnS1pkv.png 2019-01-31T00:50:44 < zyp> well 2019-01-31T00:51:14 < zyp> originally I were replacing a 6x1.5TB raid5 that I was tired of being full 2019-01-31T00:51:24 < rcc> zyp, what are they mounted in? 2019-01-31T00:51:27 < zyp> so I overdid it a bit to make sure I wouldn't run into the same problem again 2019-01-31T00:51:29 < zyp> in 2013 2019-01-31T00:51:37 < zyp> it's still less than half full :) 2019-01-31T00:51:56 < Steffanx> Couldve removed the porn. 2019-01-31T00:52:05 < zyp> some norco cabinet, let me find a pic 2019-01-31T00:52:37 < zyp> https://bin.jvnv.net/file/1Ubni.jpg <- here's it on a shelf in the old apartment 2019-01-31T00:53:08 < rcc> that looks neat 2019-01-31T00:53:11 < zyp> at the moment I just have it lying on the floor, planning to buy a little wheeled rack for it eventually 2019-01-31T00:54:18 < zyp> https://bin.jvnv.net/file/emEVb.JPG <- oh, and here's the NIC, had to saw out the end of the PCI slot since I only had a 4x slot free :) 2019-01-31T00:55:55 < rcc> what's that other board? more SATA ports? 2019-01-31T00:56:06 < zyp> that's the HBA for the drives 2019-01-31T00:56:11 < rcc> (they don't look like sata) 2019-01-31T00:56:17 < rcc> don't know what that is 2019-01-31T00:56:28 < rajkosto> its SAS 2019-01-31T00:56:38 < rajkosto> you can usually break those out into 2 SATA 2019-01-31T00:56:47 < zyp> they are mini-sas connectors, each carry four sas/sata lanes 2019-01-31T00:57:00 < rajkosto> anyway, big $$$ for those 2019-01-31T00:57:06 < rcc> nice 2019-01-31T00:57:14 < zyp> nah, it's fairly affordable 2019-01-31T00:57:40 < rajkosto> unless you get one of those that nobody wants because they are limited to certain motherboards unless you reflash them with hacks 2019-01-31T00:59:08 < zyp> cabinet has a backplane for each row of drives with the same connector on the other end 2019-01-31T00:59:24 < zyp> otherwise you get fanout cables with one of those in one end and four sata ports in the other 2019-01-31T00:59:32 < rcc> so here's a question, if I install the drivers now and I switch the controller back to RAID, will it still boot? 2019-01-31T00:59:40 < rajkosto> do it 2019-01-31T00:59:42 < rajkosto> you got nothing to lose 2019-01-31T00:59:46 < rcc> windows would have to recognize it on the next boot, isn't it? 2019-01-31T00:59:47 < rajkosto> if it doesnt boot just switch back to ahci 2019-01-31T01:00:11 < rajkosto> if it cant boot let it try "startup repair" once 2019-01-31T01:00:27 < rcc> I'm still backing up that RAID, once it's done, I'll give it a try 2019-01-31T01:00:30 < rajkosto> that seems to rejigger active drivers 2019-01-31T01:01:01 < rcc> linux seems to have much lower performance with NTFS than windows 2019-01-31T01:01:14 < rcc> about 5 times lower, but I'm not sure exactly what's the deal there 2019-01-31T01:01:23 < rajkosto> linux is faster for me lol 2019-01-31T01:01:34 < rajkosto> it does more caching stuff with dmraid than the intel RST driver does 2019-01-31T01:01:45 < rajkosto> judicious use of sync required 2019-01-31T01:06:30 < zyp> the fuck would you do ntfs on linux for anyway? 2019-01-31T01:06:44 < rajkosto> i still dont understand why backing up a raid1 2019-01-31T01:06:55 < zyp> because raid is not backup? 2019-01-31T01:07:07 < rajkosto> i meant specifically before "rebuilding" it 2019-01-31T01:07:11 < zyp> although, if a raid1 fails, each drive could just be accessed independently 2019-01-31T01:07:14 < rajkosto> since you can rebuild a raid1 from a single drive 2019-01-31T01:07:18 < rajkosto> without losing any data 2019-01-31T01:07:24 < zyp> yeah 2019-01-31T01:07:24 < rajkosto> it just copies all the sectors to the 2nd drive 2019-01-31T01:07:38 < rcc> rajkosto, I don't want to risk it 2019-01-31T01:07:53 < zyp> your data, your choice :) 2019-01-31T01:08:37 < rajkosto> uninformed zoomer wastes 6 hours for not knowing how raid works or about the load driver button on the very dialog that he gets the error on 2019-01-31T01:09:03 < rcc> rajkosto: didn't know what driver to look for anyway 2019-01-31T01:09:12 < rajkosto> "amd raid driver" 2019-01-31T01:09:20 < rcc> I never looked too deep into it 2019-01-31T01:09:39 < rcc> yeah, but I assumed the SSD, which wasn't part of the RAID array, wouldn't need that 2019-01-31T01:09:47 < rcc> especially since it was working 2019-01-31T01:10:07 < rcc> the installer successfully wrote to it 2019-01-31T01:10:09 < rajkosto> btw for fakeraid, all that changing the mode from ahci to raid in the firmware setup utility does 2019-01-31T01:10:11 < rajkosto> is change the device id 2019-01-31T01:10:18 < rcc> it was just failing at random points 2019-01-31T01:10:22 < rajkosto> and also maybe enable the option rom to run before boot 2019-01-31T01:10:37 < rajkosto> the different device id lets the different driver be loaded instead of generic AHCI 2019-01-31T01:11:07 < rajkosto> oh you didnt just get no drives to choose from ? 2019-01-31T01:11:20 < rcc> no, it was working and then failing randomly 2019-01-31T01:11:22 < rajkosto> then yeah blame win10 for including unstable driver in latest win10 edition, just like they did for intel RST 2019-01-31T01:11:30 < rcc> and leaving the SSD with an incomplete install 2019-01-31T01:12:04 < rajkosto> if using XHCI and NVMe, use win8.1 instead, otherwise, win7 ;) 2019-01-31T01:14:20 < rajkosto> where do i find actual proper copper multistrand wire 28AWG with 0.8 or 1.0mm OD 2019-01-31T01:26:34 -!- renn0xtk9 [~max@2a02:8070:a19d:2500:4da8:3ccf:a30f:af6d] has quit [Quit: Konversation terminated!] 2019-01-31T01:31:31 -!- rcc [~rcc@86.124.31.69] has quit [Remote host closed the connection] 2019-01-31T01:57:59 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-31T02:00:51 -!- [2]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-31T02:01:02 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-31T02:04:04 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 250 seconds] 2019-01-31T02:20:03 -!- tprrt [~tprrt@ram31-1-82-234-79-177.fbx.proxad.net] has quit [Ping timeout: 245 seconds] 2019-01-31T02:27:48 -!- [2]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Organize your IRC] 2019-01-31T02:28:20 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-31T02:28:51 -!- mitrax [mitrax@lfbn-ncy-1-399-98.w83-196.abo.wanadoo.fr] has quit [] 2019-01-31T02:31:19 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-31T02:51:28 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-31T02:54:31 -!- catphish [~catphish@unaffiliated/catphish] has quit [Quit: Leaving] 2019-01-31T03:17:48 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-31T03:18:00 < jadew> the driver thing didn't work 2019-01-31T03:19:20 < jadew> and I couldn't find drivers for the second SATA controller (windows didn't recognize the RAID either) so I arrived to the same conclusion as zyp, fakeRAID is worse than pure sw RAID 2019-01-31T03:20:12 < jadew> the bottom line is that I switched everything to AHCI and made a sw RAID 2019-01-31T03:20:17 < jadew> and I'm copying my data back now 2019-01-31T03:24:50 < jadew> I'll have to make something to change the creation time back 2019-01-31T03:42:26 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-31T03:51:45 -!- jadew [~razvan@unaffiliated/jadew] has quit [Quit: exit] 2019-01-31T03:52:37 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-31T04:01:54 -!- boB_K7IQ [~boBK7IQ@73.109.61.34] has joined ##stm32 2019-01-31T04:02:52 < branjb> is ##stm32 still a libertarian channel? 2019-01-31T04:06:18 -!- boB_K7IQ [~boBK7IQ@73.109.61.34] has quit [Ping timeout: 268 seconds] 2019-01-31T04:21:15 < jadew> branjb, I think so 2019-01-31T04:21:20 < jadew> why do you ask? 2019-01-31T04:23:19 -!- jadew_test` [~jadew_tes@86.124.31.69] has joined ##stm32 2019-01-31T04:23:23 -!- jadew_test` is now known as jadew`` 2019-01-31T04:24:49 -!- jadew [~razvan@unaffiliated/jadew] has quit [Quit: exit] 2019-01-31T04:30:07 < Thorn> ##stm32 practices donguism 2019-01-31T04:35:04 -!- gsi_ [~gsisig@x4dbe5b0b.dyn.telefonica.de] has joined ##stm32 2019-01-31T04:37:23 < englishman> ##stm32 only recognizes Gun as the ultimate authority 2019-01-31T04:37:29 < englishman> praise Gun 2019-01-31T04:37:59 < jadew``> speaking of which, where's r2com? 2019-01-31T04:38:20 -!- gsi__ [~gsisig@x4db6a664.dyn.telefonica.de] has quit [Ping timeout: 250 seconds] 2019-01-31T04:38:21 < englishman> digging holes in the backyard at cypress inc 2019-01-31T04:38:21 < jadew``> I see him on steam a lot 2019-01-31T04:38:41 < jadew``> and by a lot, I mean, however rarely I log in, he's there 2019-01-31T04:44:28 -!- cjbaird [~cjb@124-149-120-179.dyn.iinet.net.au] has joined ##stm32 2019-01-31T04:46:05 < Thorn> musics https://www.youtube.com/watch?v=ilEHAXsUfDM 2019-01-31T05:04:14 -!- Cracki_ [~cracki@unaffiliated/crackwitz] has joined ##stm32 2019-01-31T05:04:14 -!- Cracki [~cracki@unaffiliated/crackwitz] has quit [Disconnected by services] 2019-01-31T05:04:14 -!- Cracki_ is now known as Cracki 2019-01-31T05:12:45 -!- jadew [~razvan@unaffiliated/jadew] has joined ##stm32 2019-01-31T05:15:28 -!- jadew`` [~jadew_tes@86.124.31.69] has quit [Ping timeout: 245 seconds] 2019-01-31T05:17:10 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-31T05:20:18 -!- jadew [~razvan@unaffiliated/jadew] has quit [Ping timeout: 272 seconds] 2019-01-31T05:37:31 -!- tjq [uid339161@gateway/web/irccloud.com/x-zugzonscdhvtdspd] has joined ##stm32 2019-01-31T05:56:02 -!- jsoft [~jsoft@unaffiliated/jsoft] has joined ##stm32 2019-01-31T06:09:06 -!- fc5dc9d4_ [~quassel@p5B081399.dip0.t-ipconnect.de] has joined ##stm32 2019-01-31T06:12:56 -!- fc5dc9d4 [~quassel@p5B0815E1.dip0.t-ipconnect.de] has quit [Ping timeout: 240 seconds] 2019-01-31T06:15:26 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 240 seconds] 2019-01-31T06:15:57 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-31T06:28:45 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has quit [Ping timeout: 268 seconds] 2019-01-31T07:14:23 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has joined ##stm32 2019-01-31T07:36:26 -!- day_ [~Unknown@unaffiliated/day] has joined ##stm32 2019-01-31T07:39:28 -!- day [~Unknown@unaffiliated/day] has quit [Ping timeout: 250 seconds] 2019-01-31T07:39:35 -!- day_ is now known as day 2019-01-31T07:41:26 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 268 seconds] 2019-01-31T07:42:17 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-31T07:57:27 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-31T08:07:17 -!- tjq [uid339161@gateway/web/irccloud.com/x-zugzonscdhvtdspd] has quit [Quit: Connection closed for inactivity] 2019-01-31T08:09:53 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-31T08:11:54 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-31T08:13:08 -!- jadew [~jadew_tes@86.124.31.69] has joined ##stm32 2019-01-31T08:16:40 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-31T08:17:07 -!- jadew [~jadew_tes@86.124.31.69] has quit [Ping timeout: 244 seconds] 2019-01-31T08:17:13 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has joined ##stm32 2019-01-31T08:36:57 -!- tjq [uid339161@gateway/web/irccloud.com/x-gixvmdvywubyxlyh] has joined ##stm32 2019-01-31T08:40:30 -!- leorat [~rat@unaffiliated/leorat] has joined ##stm32 2019-01-31T08:40:42 < tjq> Laurenceb: got yer IRC LOICENCE? 2019-01-31T08:41:47 -!- sterna [~Adium@c-0aebe155.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-31T08:49:31 -!- Haohmaru [~Haohmaru@195.24.53.110] has joined ##stm32 2019-01-31T08:50:25 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-31T08:51:50 -!- [2]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-31T08:53:19 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 246 seconds] 2019-01-31T08:53:19 -!- [3]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-31T08:54:31 < Steffanx> Wasnt yours revoked tjq? 2019-01-31T08:54:39 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-31T08:54:56 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-31T08:56:18 -!- [2]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 245 seconds] 2019-01-31T08:57:56 -!- [3]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 240 seconds] 2019-01-31T09:00:24 < tjq> https://youtu.be/7CPKXr8H-C8?t=380 2019-01-31T09:03:04 -!- emeb_mac [~ericb@ip68-2-70-26.ph.ph.cox.net] has quit [Quit: Leaving.] 2019-01-31T09:03:29 < Cracki> thanks, I'll watch that movie now 2019-01-31T09:20:07 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-31T09:20:12 < tjq> it's a nice little gun 2019-01-31T09:20:17 < tjq> it's a beautiful little gun 2019-01-31T09:22:42 -!- sterna [~Adium@c-0aebe155.016-35-62726f1.bbcust.telenor.se] has quit [Quit: Leaving.] 2019-01-31T09:29:20 < kakimir> music. 2019-01-31T09:29:45 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has quit [Quit: Gone to sleep...] 2019-01-31T09:29:47 < Haohmaru> no cheezy italodisco 2019-01-31T09:30:07 * Haohmaru puts kakimir on a musical diet 2019-01-31T09:42:18 < Ultrasauce> https://series200.bandcamp.com/album/dragon-soul musics 2019-01-31T09:43:51 < kakimir> Clio - Faces 2019-01-31T09:46:12 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-31T09:49:14 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-31T09:52:03 < Haohmaru> that's it kakimir, i'm prescribing you 4 weeks of intensive psytrance therapy 2019-01-31T09:54:02 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-31T09:55:57 -!- wooosaiii [~woo@cpe-90-157-180-95.static.amis.net] has quit [Ping timeout: 268 seconds] 2019-01-31T09:56:36 -!- wooosaiii [~woo@cpe-90-157-180-95.static.amis.net] has joined ##stm32 2019-01-31T09:58:13 < dongs> h mm nice 2019-01-31T09:58:20 < dongs> Max. Clock Frequency (fSYSTEM) 208.333 MHz. 2019-01-31T09:58:28 < dongs> so this shit should work on my cheapass cpld 2019-01-31T10:00:13 < Haohmaru> that clock frequency isn't OCD compliant 2019-01-31T10:00:59 -!- jadew [~razvan@86.124.31.69] has joined ##stm32 2019-01-31T10:01:10 < zyp> dongs, how's inventing? 2019-01-31T10:01:20 < Haohmaru> is it possible to write code if you have OCD? 2019-01-31T10:01:22 < tjq> cuck frequency 2019-01-31T10:04:16 < dongs> zyp, just got back to jp 2019-01-31T10:04:19 < dongs> gonna innovate some shit 2019-01-31T10:04:34 < zyp> fun fun 2019-01-31T10:04:44 < tjq> any ANIME? 2019-01-31T10:04:50 < zyp> I need to get my desktop computer set up again some time soon 2019-01-31T10:05:03 < Haohmaru> tjq with or without tentacles? 2019-01-31T10:05:03 < tjq> buy wqhd monitors like i did 2019-01-31T10:05:13 < zyp> need to invent some light switches 2019-01-31T10:05:20 < tjq> can i see them zyp 2019-01-31T10:05:22 < dongs> > wqhd 2019-01-31T10:05:23 < dongs> > 2019 2019-01-31T10:05:28 < tjq> o/// 2019-01-31T10:05:42 < dongs> fuck off, I've had 4K back wehn you were still enjoying 1080piss TN panels 2019-01-31T10:05:49 < tjq> dongs if i make a youtube video of smashing it 2019-01-31T10:05:57 < tjq> (them) 2019-01-31T10:06:00 < tjq> will you like it? 2019-01-31T10:06:03 < dongs> depends 2019-01-31T10:06:08 < Haohmaru> dongs so wut'cha doing with all them pixels? 2019-01-31T10:06:08 < tjq> no dicks? 2019-01-31T10:06:08 < dongs> only if you are a pumper 2019-01-31T10:06:18 < tjq> how do I become a pumper? 2019-01-31T10:07:49 -!- tprrt [~tprrt@217.114.201.133] has joined ##stm32 2019-01-31T10:08:10 < Haohmaru> tjq find some vaccuum, then pump it up with jam 2019-01-31T10:08:20 < tjq> i do miss my 4k munituh 2019-01-31T10:08:46 < Haohmaru> uberHD 2019-01-31T10:09:27 < Haohmaru> i've heard there's a lot of vaccuum in space 2019-01-31T10:09:39 < tjq> ok 2019-01-31T10:09:47 < Haohmaru> nah, don't go there 2019-01-31T10:10:12 < tjq> wtf are you talking about 2019-01-31T10:10:46 < Haohmaru> quasi-random stuff 2019-01-31T10:16:44 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Quit: Konversation terminated!] 2019-01-31T10:17:41 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has joined ##stm32 2019-01-31T10:19:52 < kakimir> I need special goo for my pcb 2019-01-31T10:19:55 -!- Jybz [~jibz@2a02:8071:9289:5900:4a51:b7ff:fe84:99e6] has quit [Client Quit] 2019-01-31T10:20:05 < kakimir> is there any like jelly thing 2019-01-31T10:20:52 < Steffanx> Im not going to suggest anything 2019-01-31T10:21:00 < Haohmaru> hot snot 2019-01-31T10:21:17 < jpa-> the usual alternatives are either conformal coating or potting compound 2019-01-31T10:21:29 < Haohmaru> kakimir what's the purpose 2019-01-31T10:23:55 < kakimir> I have dual board stack 2019-01-31T10:24:12 < kakimir> potting compound between them would fuck them 2019-01-31T10:24:33 < kakimir> also components if something is not done first to protect components 2019-01-31T10:24:45 < dongs> hmm delay in sim looks massive tho 2019-01-31T10:24:49 < dongs> maybe cpld isnt gonna work so well 2019-01-31T10:24:49 < dongs> lols 2019-01-31T10:26:25 < tjq> what are you creating dongs? 2019-01-31T10:27:12 < dongs> fucking garbage 2019-01-31T10:27:16 < dongs> new proejct, totally different dir 2019-01-31T10:27:26 < dongs> dumb XILINX impact shit keeps saving results into previous project folder 2019-01-31T10:27:55 < kakimir> that's gay 2019-01-31T10:28:08 < zyp> haha 2019-01-31T10:28:15 < Haohmaru> kakimir wash your mouth 2019-01-31T10:28:26 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 240 seconds] 2019-01-31T10:28:52 < tjq> hmmm 2019-01-31T10:28:57 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2019-01-31T10:29:26 < dongs> i was given this tinyFPGA shit 2019-01-31T10:29:30 < dongs> which looks like lattice XO2 stuff 2019-01-31T10:29:40 < dongs> the knockoff programmer it comes with uses a PIC 2019-01-31T10:29:48 < Haohmaru> aww noes 2019-01-31T10:29:53 < tjq> that'd boil your pot wouldn't it dongs? 2019-01-31T10:29:53 < dongs> for USB 2019-01-31T10:30:07 < dongs> PIC16LF1455 2019-01-31T10:30:12 < Haohmaru> ewww 2019-01-31T10:30:20 < dongs> doesnt even have native USB? 2019-01-31T10:30:23 < tjq> ah the ubiquitous pic 2019-01-31T10:30:28 < dongs> what the fuck are they buttbanging it? 2019-01-31T10:30:42 < dongs> o wait it has USB 2019-01-31T10:30:44 < dongs> but comes in DIP 2019-01-31T10:30:45 < dongs> ahaha 2019-01-31T10:30:46 < Haohmaru> pic folks like to write in ASM 2019-01-31T10:30:53 < dongs> thats all thy can write it 2019-01-31T10:30:58 < dongs> C compiler cost $$$ 2019-01-31T10:31:00 < tjq> that is the most horrid thing to ASM man 2019-01-31T10:31:12 < tjq> it is putrid. 2019-01-31T10:31:18 < zyp> old pic has banked memory, not very suitable to run C 2019-01-31T10:32:02 < dongs> i have to install some python faggotware to program it 2019-01-31T10:32:03 < dongs> wth 2019-01-31T10:32:37 < Haohmaru> i don't even get this banked memory sh*t, all i know is i couldn't make an array bigger than 256 bytes unless i modify some linker script stuff in SDCC according to some fishy alternative medicine forum post 2019-01-31T10:35:33 < dongs> wow 2019-01-31T10:35:43 < dongs> i donno if i wanna go down the rabbithole of tinyfpga shit 2019-01-31T10:35:48 < dongs> the more i see the more i want to smash tehse boards 2019-01-31T10:35:53 < dongs> USB cores written in python 2019-01-31T10:35:57 < dongs> openswores logos everywhere 2019-01-31T10:35:57 < dongs> fuck 2019-01-31T10:36:08 < zyp> haha 2019-01-31T10:36:25 < Haohmaru> 2019-01-31T10:36:42 < dongs> oh hahah and pcb made in kikecad, of course 2019-01-31T10:36:48 < Haohmaru> aww 2019-01-31T10:36:49 < dongs> im getting so triggered 2019-01-31T10:37:04 < jpa-> that's my definition of total pro 2019-01-31T10:39:15 < dongs> Here comes the TinyFPGA Programmer. Rather than an FTDI2232 USB interface chip it uses a PIC16F1455 USB microcontroller. While not compatible with the FTDI2232 chip, the PIC micro has a much lower BOM cost allowing the programmer hardware to be cheaper. 2019-01-31T10:39:49 < dongs> uh oh 2019-01-31T10:40:07 < dongs> Paul Stoffregen name drop 2019-01-31T10:40:17 < dongs> aids intensifies 2019-01-31T10:41:15 < jpa-> PIC16F1455 has more capable USB core than STM32: 8 bidirectional endpoints 2019-01-31T10:41:45 < Haohmaru> but is it bett0r than xmega USB 2019-01-31T10:41:59 < dongs> jpa-, but then you'd have to be using PIC 2019-01-31T10:42:11 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has joined ##stm32 2019-01-31T10:42:15 < Haohmaru> using PIC is not good for the health 2019-01-31T10:42:34 < dongs> https://tinyfpga.com/tinyfpga-a-prog-fpga-detected.png 2019-01-31T10:42:35 < dongs> lul 2019-01-31T10:42:39 < dongs> is that seriosuly a tcl/tk GUI 2019-01-31T10:42:41 < dongs> to some python trash 2019-01-31T10:42:42 < Steffanx> Did you know PIC = dongs, when you say it in dutch? 2019-01-31T10:42:59 < Steffanx> PIC = PIK = DONGS 2019-01-31T10:43:12 < Steffanx> Yw for this info 2019-01-31T10:43:31 < dongs> naisu 2019-01-31T10:45:45 < zyp> same in norwegian, it's spelled pikk 2019-01-31T10:46:04 < Haohmaru> wut it means? 2019-01-31T10:46:11 < zyp> cock 2019-01-31T10:46:16 < Haohmaru> aww 2019-01-31T10:46:23 < zyp> or dick, rather 2019-01-31T10:46:25 < zyp> cock is kuk 2019-01-31T10:46:27 < dongs> but how do you deal wiht PIC MICRO 2019-01-31T10:46:28 < Haohmaru> NSFW that sh*t 2019-01-31T10:47:00 < rajkosto> that tiny fpga is too tiny to be useful 2019-01-31T10:47:15 < dongs> rajkosto: of course, its a fucking shitstarter proj 2019-01-31T10:47:22 < dongs> but im not gonna refuse free 2019-01-31T10:47:23 < dongs> however 2019-01-31T10:47:29 < dongs> i will refuse installing pyhton just to program it 2019-01-31T10:47:53 < rajkosto> only good enough to be used as glue chip 2019-01-31T10:48:02 < dongs> https://i.imgur.com/6XUNrgn.png lattice is charging $160 for a cable with this schematic 2019-01-31T10:48:03 < rajkosto> but for that, the greenpak are a better/smaller value 2019-01-31T10:48:20 < rajkosto> dongs, the xilinx platform cable is supposed to be 320$ too 2019-01-31T10:48:32 < rajkosto> clones are like 6.5$ on ebay 2019-01-31T10:48:49 < rajkosto> that has a cpld at least 2019-01-31T10:48:55 < dongs> yeah i have some gook platform cable that im sure was not $320 2019-01-31T10:49:46 < dongs> rajkosto: after getting rid of led stuff my serial2parallel mpegts stuff compiles into half of XC264A 2019-01-31T10:49:54 < dongs> so that lattice stuff would be quite suitable 2019-01-31T10:49:58 < dongs> depends whts cheaepr 2019-01-31T10:50:24 < rajkosto> you can do serial2parallel with a shift register tho 2019-01-31T10:50:30 < dongs> ah, so digikey has finally got gayified 2019-01-31T10:50:39 < dongs> rajkosto: not for specific shit Im doing wiht it 2019-01-31T10:50:47 < dongs> there's other signals taht need to follow 2019-01-31T10:52:31 < dongs> hmm xilinx cpld is more expensive at digikey 2019-01-31T10:52:33 < dongs> rip 2019-01-31T10:52:51 < rajkosto> they dont make cpld right no mor 2019-01-31T10:53:04 < dongs> XC2C64A is still available 2019-01-31T10:53:33 < dongs> ooh. but XC2C32A is even cheaper 2019-01-31T10:53:36 < dongs> lets see if my shit fits into that 2019-01-31T10:54:22 < tjq> the internet taught me 2019-01-31T10:55:53 < dongs> https://imgur.com/a/6qlBnl3 quality chinese assembly 2019-01-31T10:56:15 < Haohmaru> i see a short 2019-01-31T10:56:20 < dongs> yes, tehre's 2 of htem 2019-01-31T10:57:40 < rajkosto> 20 pcs of XC2C32A for 20 bucks 2019-01-31T10:57:50 < rajkosto> tqfp44 2019-01-31T10:57:56 < dongs> right 2019-01-31T10:59:20 < dongs> still trying to find computer-readable version of layout 2019-01-31T10:59:27 < dongs> so i can confirm if those are shorts or wat 2019-01-31T11:00:26 < rajkosto> get dat micropencil out 2019-01-31T11:00:53 < zyp> probably double grounds or something 2019-01-31T11:01:03 < rajkosto> wonder how compatible these are for running in series with a stm32 JTAG 2019-01-31T11:01:03 < zyp> since they are both connected to caps 2019-01-31T11:01:08 < rajkosto> so you can use one jtag port for b oth 2019-01-31T11:01:12 < zyp> fuck that 2019-01-31T11:01:15 < zyp> use swd 2019-01-31T11:01:29 < rajkosto> would need 2 ports for programming the 2 parts then 2019-01-31T11:01:42 < dongs> https://i.imgur.com/T5LpIjv.png i guess they'er intentional 2019-01-31T11:04:14 -!- cnt [uid317556@gateway/web/irccloud.com/x-fapmmvwprkndkpnz] has joined ##stm32 2019-01-31T11:10:13 < kakimir> what are you doings dongs? 2019-01-31T11:10:23 < kakimir> donghuan 2019-01-31T11:12:49 < rajkosto> how much for the lattice 2019-01-31T11:12:53 < kakimir> what is your innovation? 2019-01-31T11:13:01 < rajkosto> though installing the DIAMOND software is probably too much of a burden 2019-01-31T11:29:29 -!- rajkosto [~Rajko@cable-178-149-127-67.dynamic.sbb.rs] has quit [Read error: Connection reset by peer] 2019-01-31T11:48:24 < karlp> ~hrm, no new "migrating applications to stm32g0" doc yet. 2019-01-31T11:50:48 -!- ohsix [~ohsix@bc175210.bendcable.com] has quit [Ping timeout: 250 seconds] 2019-01-31T12:10:58 < Haohmaru> so migration requires innovation 2019-01-31T12:11:08 < Haohmaru> or at least improvisation 2019-01-31T12:13:16 -!- Jybz [~jibz@eduroam-192-52-1-196.mobile.uni-freiburg.de] has joined ##stm32 2019-01-31T12:14:50 -!- leorat [~rat@unaffiliated/leorat] has quit [Quit: leorat] 2019-01-31T12:18:28 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Read error: Connection reset by peer] 2019-01-31T12:18:46 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-31T12:19:02 -!- Jybz [~jibz@eduroam-192-52-1-196.mobile.uni-freiburg.de] has quit [Quit: Konversation terminated!] 2019-01-31T12:19:24 -!- Jybz [~jibz@eduroam-192-52-1-196.mobile.uni-freiburg.de] has joined ##stm32 2019-01-31T12:21:02 < Haohmaru> innovation is a successiful improvisation 2019-01-31T12:21:34 < Haohmaru> wut'cha think bout these cortex-M23 and such? 2019-01-31T12:21:53 < Haohmaru> they seem still kinda new 2019-01-31T12:24:01 < zyp> it's like a v8m M0+ 2019-01-31T12:24:26 < zyp> IIRC v8m basically adds stack overflow protection and trustzone 2019-01-31T12:26:02 < zyp> stack overflow protection should help trap and debug fuckups, trustzone is probably useful if you're handling sensitive shit like crypto keys, but otherwise not all that interesting on a MCU 2019-01-31T12:27:27 < zyp> in a sense, you both need to have sensitive data and a complex enough firmware that it makes sense to split it into trusted and untrusted code 2019-01-31T12:27:38 < Haohmaru> yeah it's best if you can be conservative with RAM in general 2019-01-31T12:28:08 < zyp> so overall I don't see much of a reason to pick M23 over M0+ 2019-01-31T12:28:25 < Haohmaru> i was considering a given cortex-M23 for crypto stuff, but the program size and RAM size was kinda pretty low 2019-01-31T12:28:50 < Haohmaru> so i guess it might work as a crypto-coprocessor only 2019-01-31T12:28:53 < Haohmaru> but.. meh 2019-01-31T12:29:14 < zyp> look at the larger ones then 2019-01-31T12:29:30 < zyp> I guess M33 is the next gen M4 2019-01-31T12:29:45 < zyp> and I see there's also a M35P 2019-01-31T12:29:46 < Haohmaru> yeah, i don't think i saw such when i was looking 2019-01-31T12:31:32 < Haohmaru> damn, there are literally thousands of cortex-M chips x_x 2019-01-31T12:33:02 < zyp> in general it's most useful to define your requirements first, and then pick something that fits those requirements 2019-01-31T12:33:06 < zyp> :) 2019-01-31T12:33:15 < Haohmaru> i know 2019-01-31T12:33:48 < Haohmaru> with foggy or non-existant requirements, there are still hundreds of chips that "might be suitable" 2019-01-31T12:36:59 < zyp> yes 2019-01-31T12:37:12 < zyp> nobody says you have to pick the most suitable one 2019-01-31T12:37:25 < zyp> just find something you like that fits the bill well enough and stick to that 2019-01-31T12:37:50 < Haohmaru> don't like any of them 2019-01-31T12:37:54 < Haohmaru> :~( 2019-01-31T12:38:02 < zyp> stop hating then :p 2019-01-31T12:38:39 < Haohmaru> there are infinitely many points between liking and hating something 2019-01-31T12:46:58 < Steffanx> Haohmaru stop the hate. 2019-01-31T12:47:06 < Haohmaru> pls 2019-01-31T12:47:26 < Steffanx> ;) 2019-01-31T12:47:56 < Haohmaru> maybe i would've liked them a bit more if there weren't so many gotchas in the datasheetz 2019-01-31T12:48:18 < Haohmaru> but this is not specific to arm 2019-01-31T12:49:04 < Haohmaru> iz like i have to read the datasheetz with a lawyer and a puzzle solving champion 2019-01-31T12:53:19 < Cracki> hate is healthy https://en.wikipedia.org/wiki/The_Beginnings 2019-01-31T12:54:07 < Haohmaru> luckily i'm not english 2019-01-31T12:54:11 < Cracki> a century later, again it's a german who fucks it up for europe (merkel) 2019-01-31T12:54:39 < Cracki> actually, it wasn't really germans who caused WW1 2019-01-31T12:55:04 < Haohmaru> i don't know, i wasn't there 2019-01-31T12:55:08 < Cracki> same 2019-01-31T12:55:22 -!- jsoft [~jsoft@unaffiliated/jsoft] has quit [Ping timeout: 250 seconds] 2019-01-31T12:55:37 < Cracki> the german word for history is "Geschichte". that's the same word they use for "story" or "tale". 2019-01-31T12:56:23 < Cracki> winners write the tale. no country won either of both wars. 2019-01-31T12:59:15 < cnt> where can i buy ANIME 2019-01-31T13:00:11 < Haohmaru> in the dark web 2019-01-31T13:00:26 < cjbaird> at Anime Club 2019-01-31T13:00:32 < Haohmaru> you'll need a candle, and a sword 2019-01-31T13:03:17 < Steffanx> And a goos day. Does Haohmaru have that? 2019-01-31T13:03:24 < Steffanx> Good. Yay 2019-01-31T13:03:35 < Steffanx> Damn typos 2019-01-31T13:03:56 * Haohmaru gives Steffanx a new keyboard 2019-01-31T13:05:04 < Steffanx> Ty. Does it do click clack much? 2019-01-31T13:05:52 < Haohmaru> nah, it's RUBBER DOME 2019-01-31T13:06:41 -!- tjq [uid339161@gateway/web/irccloud.com/x-gixvmdvywubyxlyh] has quit [Quit: Connection closed for inactivity] 2019-01-31T13:08:20 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Remote host closed the connection] 2019-01-31T13:10:39 < Haohmaru> i can almost bet a program exists that plays click-clack sounds when you type on the keyboard 2019-01-31T13:10:51 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has joined ##stm32 2019-01-31T13:13:26 < Cracki> you can have wood chopping sounds too 2019-01-31T13:13:43 < cjbaird> I was sad when I discovered that 'xset c on' didn't work ;_; 2019-01-31T13:16:51 < Cracki> https://indefiniteloop.com/blog/resource/typewriter-keyboard-make-your-keyboard-sound-like-a-typewriter.html 2019-01-31T13:18:47 < Cracki> looool web wanker not having a clue how to run things asynchronously, so he creates a web server for it... https://github.com/colszowka/linux-typewriter 2019-01-31T13:19:19 -!- comptroller [~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net] has joined ##stm32 2019-01-31T13:20:18 < kakimir> web wanker.. oh that's the word 2019-01-31T13:21:26 -!- Jybz [~jibz@eduroam-192-52-1-196.mobile.uni-freiburg.de] has quit [Ping timeout: 240 seconds] 2019-01-31T13:24:14 < Haohmaru> Cracki you know what'd be funny? glass rubbing sounds 2019-01-31T13:24:15 < Haohmaru> >:) 2019-01-31T13:24:25 < Cracki> kinky 2019-01-31T13:24:52 < Cracki> fork on blackboard 2019-01-31T13:25:10 < Cracki> rough paper against tooth 2019-01-31T13:25:26 < Cracki> here have some plushy cats https://www.youtube.com/watch?v=dLHAywzE3Ww 2019-01-31T13:53:16 < englishman> lol @ tinyfpga blogs 2019-01-31T13:53:33 < dongs> lol 2019-01-31T13:53:35 < dongs> whats up? 2019-01-31T13:54:20 < englishman> lolling at the bloggery in the scrollback 2019-01-31T13:54:58 < englishman> python, paull socksyiffgen, garbo chink assembly 2019-01-31T13:55:05 < englishman> all the signs of a successful dickstarter 2019-01-31T13:55:08 < dongs> yep 2019-01-31T13:55:24 < dongs> forgot tcl/tk gui 2019-01-31T13:57:40 < karlp> go infineon, keep being odd and strange: https://www.infineon.com/cms/en/product/evaluation-boards/my-iot-adapter/ 2019-01-31T13:59:48 < zyp> dongs, oh, btw, I'm thinking about doing another arcin batch soon 2019-01-31T13:59:54 < zyp> probably after CNY 2019-01-31T13:59:57 < dongs> sure, sounds good 2019-01-31T14:00:14 < zyp> when is CNY this year? 2019-01-31T14:00:19 < dongs> it has started 2019-01-31T14:00:22 < dongs> ends in ~ 2 weeks? 2019-01-31T14:00:23 < dongs> or wahtever 2019-01-31T14:00:53 < zyp> good, first half of feb was also my impression 2019-01-31T14:02:40 < karlp> Haohmaru: sign me up for your intensive psytrance diet plz 2019-01-31T14:03:37 < dongs> karlp just goto di.fm/goapsy 2019-01-31T14:11:15 < karlp> nah, want someone's picked shit 2019-01-31T14:11:29 < karlp> plnety of stuff to choose if I just soundcloud/youtube/di whatever. 2019-01-31T14:13:52 -!- cjbaird [~cjb@124-149-120-179.dyn.iinet.net.au] has quit [Quit: Konversation terminated!] 2019-01-31T14:14:33 < dongs> luckily i have that pcie lattice board 2019-01-31T14:14:38 < dongs> that comes wiht a proper jtag programmer 2019-01-31T14:14:44 < dongs> so i will be able to skip the faggotry 2019-01-31T14:14:53 < dongs> of python 2019-01-31T14:15:01 < dongs> noiw just need to deal with faggotry of lattice shitsoft 2019-01-31T14:15:24 < Haohmaru> the therapy i prescribed consists of only one psytrance track 2019-01-31T14:15:52 < Haohmaru> this was a diet, no le gourme manifique 2019-01-31T14:19:29 < karlp> and the track? 2019-01-31T14:21:18 < kakimir> psytrance tracks can last one hour 2019-01-31T14:21:59 < Haohmaru> it's hard or impossible to find.. not sure if that's even the real name of it: astral projection - electric blue (synsun remix) 2019-01-31T14:22:14 < Haohmaru> the original has pretty much nothing in common 2019-01-31T14:23:17 < Haohmaru> got it from some warez'ed collection of mp3s in the early 2000s 2019-01-31T14:23:36 < karlp> so who knows what it really is anyway. back in those days shit was tagged with all sorts of bullshit 2019-01-31T14:25:05 < karlp> well, share it then j0: https://mixtape.moe/ 2019-01-31T14:25:24 < Laurenceb> found crt on youtube, he is garagearts 2019-01-31T14:25:33 < Haohmaru> yeah, i've been trying to find it now, but there is nothing coming up, so i suspect it's either very obscure, or the titles are wrong 2019-01-31T14:25:45 < cnt> Laurenceb: where 2019-01-31T14:26:18 < karlp> so, share the file itself then. I gave you a nice file host linke 2019-01-31T14:26:25 < Haohmaru> karlp i can share it when i get home 2019-01-31T14:26:34 < karlp> what sort of internet connectoed world are you in :) 2019-01-31T14:26:36 < Haohmaru> i got an account somewhere 2019-01-31T14:26:38 < karlp> ok, later then :) 2019-01-31T14:26:46 < karlp> in the meantime ultrasuace is providing 2019-01-31T14:26:49 < Haohmaru> karlp teh mp3 is at home 2019-01-31T14:27:12 < Laurenceb> crt: https://www.youtube.com/user/maskmaker3977/videos 2019-01-31T14:27:34 < Laurenceb> https://files.catbox.moe/kokv1p.jpg 2019-01-31T14:30:38 < jpa-> eh, this silicon labs sdk has "first stage bootloader", "second stage bootloader" and then also "apploader" 2019-01-31T14:30:54 < Laurenceb> overcomplex much 2019-01-31T14:31:56 < Haohmaru> jpa- that's how you launch into space 2019-01-31T14:32:29 < jpa-> it comes preprogrammed with something, but it isn't compatible with current SDK, so my BGM113 was just in infinite loop around 0x5c8 until i figured out i had to dig out and separately program a bootloader image onto it 2019-01-31T14:35:47 -!- jadew [~razvan@86.124.31.69] has quit [Ping timeout: 240 seconds] 2019-01-31T14:38:52 < dongs> I verify that I am not an employee of Cadence Design Systems, Mentor Graphics Corporation, or Magma Design Automation 2019-01-31T14:39:02 < dongs> why does lattice ban those 3 companies from getting licenses to their shit lol 2019-01-31T14:41:44 < jpa-> either they have special license agreements, or they just don't like them :P 2019-01-31T14:42:08 < Haohmaru> hat0rz 2019-01-31T14:49:12 -!- Jybz [~jibz@eduroam-192-52-1-196.mobile.uni-freiburg.de] has joined ##stm32 2019-01-31T14:53:10 < dongs> hmm wow 2019-01-31T14:53:15 < dongs> lattice tools are certainly much faster 2019-01-31T14:53:17 < dongs> at compile etc. 2019-01-31T14:53:27 < dongs> its nearly instant for the same code that takes a bit with xilinx shite 2019-01-31T14:53:58 < Steffanx> Icecube? 2019-01-31T14:54:04 < dongs> no, diamond 2019-01-31T14:54:06 < dongs> this is for xo2 2019-01-31T15:06:10 -!- jadew [~razvan@86.124.31.69] has joined ##stm32 2019-01-31T15:28:13 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-31T15:31:25 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 268 seconds] 2019-01-31T15:31:26 -!- [1]MrMobius is now known as MrMobius 2019-01-31T15:33:16 -!- jadew [~razvan@86.124.31.69] has quit [Ping timeout: 268 seconds] 2019-01-31T15:49:57 < Laurenceb> argg the pussy pass 2019-01-31T15:50:24 < Laurenceb> its a Russian grrl is getting ppl to do her jerb for her episode 2019-01-31T15:50:43 < zyp> I don't think build speed is necessarily indicative of tool quality, might just be that it's putting less effort into optimizing the design 2019-01-31T15:51:32 < karlp> Caution: 2019-01-31T15:51:35 < karlp> USART word length includes parity which is not the case for most of UART terminal. 2019-01-31T15:51:50 < karlp> no shit st, maybe you should have been more like everyone else, instead of having to put "Caution!" in your docs 2019-01-31T15:52:05 < zyp> haha 2019-01-31T15:54:34 < karlp> 7.4.2: "Keil ® has no semihosting capability" 2019-01-31T15:55:41 < dongs> some gcc faggot shit 2019-01-31T15:55:45 < dongs> where you can printf to debugger 2019-01-31T15:55:50 < dongs> by calling a "syscall" or someshit 2019-01-31T15:55:53 < karlp> this doc even has errors in it. 2019-01-31T15:56:05 < karlp> says swo printf will hardfault if not removed before switching to "production" 2019-01-31T15:56:06 < dongs> brokebitch version of debugger for peopel wh ocan't afford a real probe wiht SWO 2019-01-31T15:56:11 < dongs> it doesnt 2019-01-31T15:56:21 < karlp> well, 7.4.1, "IARTM EWARM provides a highly integrated semihosting feature, enabled by default." 2019-01-31T15:56:43 < dongs> > IAR 2019-01-31T15:56:44 < dongs> yea no 2019-01-31T15:58:58 -!- ekaOlogik [~quassel@p5DE860A4.dip0.t-ipconnect.de] has joined ##stm32 2019-01-31T15:59:39 < Laurenceb> gcc is free software 2019-01-31T16:00:27 < Laurenceb> Russian grrrl has left my lair, tiem to fap 2019-01-31T16:00:51 < Laurenceb> sorry I should stop liveblogging 2019-01-31T16:01:16 -!- [1]MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has joined ##stm32 2019-01-31T16:01:19 < Laurenceb> tfw 3 stories underground 2019-01-31T16:01:33 < PaulFertser> dongs: swo doesn't work when you need several chips in a jtag chain. 2019-01-31T16:01:42 < dongs> yeah neither does swd 2019-01-31T16:01:43 < dongs> but nice try 2019-01-31T16:01:52 < dongs> i mean there's some multihop swd or wahtever shit 2019-01-31T16:02:04 < dongs> but its in the same obscure shit category as SWO with multiple chains 2019-01-31T16:02:09 < PaulFertser> Is it supported by newer stm32 families? 2019-01-31T16:02:10 < dongs> besdies, wehn youa re using jtag, SWO is simply out anyway 2019-01-31T16:02:13 < dongs> since t hats JTDO pin 2019-01-31T16:03:06 < dongs> hmm 2019-01-31T16:03:18 < dongs> does lattice XO2 shit have stuff like xilinx global clock nets etc 2019-01-31T16:05:02 -!- MrMobius [~default@c-73-134-82-217.hsd1.va.comcast.net] has quit [Ping timeout: 272 seconds] 2019-01-31T16:05:03 -!- [1]MrMobius is now known as MrMobius 2019-01-31T16:05:23 < dongs> time to hita fpga 2019-01-31T16:05:42 < dongs> ##fpga Cannot join channel (+r) - you need to 2019-01-31T16:05:44 < dongs> fucking nazi niggers 2019-01-31T16:05:44 < dongs> god damn 2019-01-31T16:07:07 < dongs> i cant 2019-01-31T16:07:11 < dongs> because feenode admins are cunts 2019-01-31T16:07:18 < Steffanx> Get a new nick 2019-01-31T16:07:21 < dongs> no 2019-01-31T16:07:27 < Steffanx> Get a 2nd nick 2019-01-31T16:07:32 < dongs> -NickServ(NickServ@services.)- Registered : May 03 14:39:30 2006 (12y 39w 2d ago) 2019-01-31T16:07:34 < Steffanx> Or third or 51th 2019-01-31T16:07:36 < dongs> this is my account 2019-01-31T16:07:48 < Steffanx> Aha 2019-01-31T16:08:04 < Steffanx> He cant 2019-01-31T16:08:13 < Steffanx> Because admins are cunta 2019-01-31T16:12:55 < dongs> no 2019-01-31T16:12:58 < dongs> which is the problem 2019-01-31T16:13:05 < dongs> i don't have the password (probably reset by admins) 2019-01-31T16:13:11 < dongs> and i don't have an email assocaited to it either. 2019-01-31T16:13:13 < dongs> so i can't reset. 2019-01-31T16:13:17 < dongs> and they're being cunts. 2019-01-31T16:13:21 < dongs> that will reset creation date. 2019-01-31T16:13:38 < dongs> thats not a solution 2019-01-31T16:14:36 < dongs> nope 2019-01-31T16:16:14 < zyp> haha 2019-01-31T16:16:58 < zyp> oh, heh 2019-01-31T16:17:14 < zyp> I was thinking your account was pretty old 2019-01-31T16:17:25 < zyp> turns out mine's even older 2019-01-31T16:17:26 < zyp> Registered : Aug 13 19:48:12 2004 (14y 24w 5d ago) 2019-01-31T16:17:35 < dongs> yeah im not a big fan of faggotnode 2019-01-31T16:18:13 < dongs> really 2019-01-31T16:18:21 < dongs> lets see 2019-01-31T16:18:38 < dongs> lmao 2019-01-31T16:18:49 < dongs> Haohmaru: thanks, that works 2019-01-31T16:22:39 < Laurenceb> https://www.youtube.com/watch?v=BHHJaEqMSqQ 2019-01-31T16:24:25 -!- ohsix [~ohsix@bc175210.bendcable.com] has joined ##stm32 2019-01-31T16:25:14 < Laurenceb> woah bateman is at it again 2019-01-31T16:25:30 < Laurenceb> the dirty doctor 2019-01-31T16:29:41 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-31T16:29:51 < Laurenceb> would tbh 2019-01-31T16:29:51 < dongs> what the fuck 2019-01-31T16:30:03 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-31T16:30:05 < dongs> garbage docs on tinyfpga 2019-01-31T16:30:57 < dongs> yes 2019-01-31T16:32:32 < Laurenceb> good cuz nobody else is laughing 2019-01-31T16:38:33 < Laurenceb> orbital sides https://www.bbc.co.uk/news/newsbeat-47072323 2019-01-31T16:39:03 < Cracki> wat 2019-01-31T16:39:13 < Laurenceb> ur a rape culture 2019-01-31T16:39:42 < Cracki> just say "I wouldn't rape her" and watch the triggering 2019-01-31T16:40:05 < Cracki> banning students for TEN YEARS... 2019-01-31T16:40:20 < Laurenceb> rape culture is banning for 10 years rather than sentencing them to death 2019-01-31T16:40:33 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-31T16:40:51 < Cracki> this marxist bullshit needs to be rejected decisively 2019-01-31T16:40:59 < Cracki> it's weaponized crying 2019-01-31T16:42:46 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-31T16:42:48 < Cracki> crying is what caused y'all to import all the rape 2019-01-31T16:42:53 < specing> Lol weaponized crying 2019-01-31T16:43:52 < Cracki> nah, people just forgot what "sticks and stones..." means 2019-01-31T16:54:02 -!- emeb [~ericb@ip68-2-70-26.ph.ph.cox.net] has joined ##stm32 2019-01-31T16:55:15 < day> best part i read on irc was "they had trouble handling my pronouns" kek 2019-01-31T16:57:45 -!- jadew [~razvan@86.124.31.69] has joined ##stm32 2019-01-31T17:01:05 < Steffanx> Haohmaru would you like to get your birthdate reset? 2019-01-31T17:01:42 < zyp> I heard .nl doesn't do birthdate adjustments 2019-01-31T17:01:55 < Steffanx> Nope. 2019-01-31T17:02:02 < Steffanx> The guu failed doing that 2019-01-31T17:02:59 < Steffanx> Guy. 2019-01-31T17:03:28 < zyp> uguu~ 2019-01-31T17:04:14 < Steffanx> It was funny though. "People want to get their gender changed. I dont feel 65, but 45, so i want to change my birthdate" 2019-01-31T17:05:31 < Steffanx> Suddenly you wouldnt be a pedo? Lol. 2019-01-31T17:07:03 < Steffanx> No, was just a random comment. 2019-01-31T17:07:35 < dongs> USB-BUTT PLUG 2019-01-31T17:07:59 < Steffanx> I cant. 2019-01-31T17:08:31 < Steffanx> One day, when you dont expect it, youll get it back. 2019-01-31T17:10:46 -!- Jybz [~jibz@eduroam-192-52-1-196.mobile.uni-freiburg.de] has quit [Quit: Konversation terminated!] 2019-01-31T17:14:58 -!- boB_K7IQ [boB_K7IQ@c-73-193-6-103.hsd1.wa.comcast.net] has quit [Ping timeout: 244 seconds] 2019-01-31T17:47:50 -!- R2COM [~R2COM@ip68-3-184-221.ph.ph.cox.net] has quit [] 2019-01-31T18:03:32 -!- Jybz [~jibz@eduroam-192-52-1-196.mobile.uni-freiburg.de] has joined ##stm32 2019-01-31T18:11:35 -!- bitmask [~bitmask@pool-100-35-68-83.nwrknj.fios.verizon.net] has joined ##stm32 2019-01-31T18:16:36 -!- drzacek [~drzacek@b941c009.business.dg-w.de] has quit [Quit: Leaving] 2019-01-31T18:21:53 -!- Jybz [~jibz@eduroam-192-52-1-196.mobile.uni-freiburg.de] has quit [Quit: Konversation terminated!] 2019-01-31T18:22:12 -!- Jybz [~jibz@eduroam-192-52-1-196.mobile.uni-freiburg.de] has joined ##stm32 2019-01-31T18:23:24 -!- tprrt [~tprrt@217.114.201.133] has quit [Ping timeout: 250 seconds] 2019-01-31T18:32:09 -!- Jybz [~jibz@eduroam-192-52-1-196.mobile.uni-freiburg.de] has quit [Quit: Konversation terminated!] 2019-01-31T18:55:24 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-31T18:57:21 < bitmask> I think I'm gonna get a 5W solar panel to keep my car battery charged because its always dying from parasitic drain. Anyone have experience with something like that? 2019-01-31T18:58:16 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-31T18:58:32 < bitmask> 5W/18V with a cheap 10-20A charge controller is like $30, maybe even a little less 2019-01-31T19:00:33 < emeryth> and how much is a new non-shitty battery? 2019-01-31T19:02:03 < bitmask> well if its parasitic drain then a new battery wont fix it, I am still gonna do testing before I commit to anything 2019-01-31T19:02:15 < kakimir> hmm 2019-01-31T19:02:43 < bitmask> it could be the battery (which I'm gonna have checked when I get my brakes done soon) because the car was sitting for a year outside dead. but I had battery problems before this 2019-01-31T19:03:04 < Steffanx> You have to drive more 2019-01-31T19:03:15 < bitmask> yea thats the issue 2019-01-31T19:03:53 < bitmask> I need a job first to be able to afford to drive more :P 2019-01-31T19:04:29 < bitmask> it just really sucks everytime I go to start the car and all I hear is click click click 2019-01-31T19:05:55 < kakimir> yes 2019-01-31T19:06:10 < kakimir> that also means one cycle for your battery 2019-01-31T19:06:18 < kakimir> or deep discharge 2019-01-31T19:06:18 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-31T19:06:30 < bitmask> yea, the solar would be a good temporary fix 2019-01-31T19:07:30 < kakimir> in terms of starter battery value every full cycle might be something like 5-10eur 2019-01-31T19:07:40 < bitmask> I googled and found out my car had a problem with the hands free bluetooth unit so I checked before and I was drawing 300mA with the car off. I unplugged it and it went down to 60 2019-01-31T19:08:16 < bitmask> I did one test after that and the car still died but I may not have fully recharged it 2019-01-31T19:08:42 < bitmask> so thats why more testing is needed first 2019-01-31T19:08:46 < kakimir> or your battery is busted 2019-01-31T19:08:51 < bitmask> could be 2019-01-31T19:09:08 < bitmask> what do places check when you bring it in? internal resistance? 2019-01-31T19:09:22 < bitmask> how do you know if a battery is good or not 2019-01-31T19:09:47 < kakimir> some chargers can tell it 2019-01-31T19:09:54 < bitmask> tell what 2019-01-31T19:09:55 < kakimir> some batteries have also this window 2019-01-31T19:09:59 < kakimir> with color code 2019-01-31T19:10:05 < kakimir> green is good etc. 2019-01-31T19:10:13 < kakimir> also there is battery testers 2019-01-31T19:10:22 < bitmask> right, thats what I'm asking, what does it test 2019-01-31T19:10:39 < bitmask> does it do a charge/discharge cycle or something? 2019-01-31T19:10:53 < kakimir> I think those things give instant report 2019-01-31T19:11:11 < kakimir> press button and beep results are on screen 2019-01-31T19:11:16 < bitmask> hmm 2019-01-31T19:12:30 < bitmask> https://www.harborfreight.com/digital-automotive-battery-analyzer-66892.html 2019-01-31T19:12:36 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-31T19:12:39 < bitmask> Checks voltage, cold cranking amps (CCA), resistance and overall battery condition 2019-01-31T19:14:17 < kakimir> I wonder if it has sense leads inside 2019-01-31T19:16:55 < Steffanx> My windows bluetooth crap drained my car batt too once, bitmask 2019-01-31T19:16:59 < Steffanx> Windows 2019-01-31T19:17:40 < bitmask> this was the crappy unit they used, I never even had my phone connected 2019-01-31T19:17:55 < bitmask> I guess it keeps looking for devices even when the car is off 2019-01-31T19:22:29 < kakimir> bluetooth craps draining batteries 2019-01-31T19:22:45 < kakimir> what has the world become 2019-01-31T19:27:27 -!- phryk [~phryk@ip-95-223-42-204.hsi16.unitymediagroup.de] has quit [Ping timeout: 240 seconds] 2019-01-31T19:28:58 -!- c10ud [~c10ud@emesene/dictator/c10ud] has quit [Quit: Leaving] 2019-01-31T19:29:26 < Steffanx> Nowadays i have android in my car kakimir :P 2019-01-31T19:29:39 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-31T19:30:08 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-31T19:35:17 < Cracki> one could test the chemistry, i.e. take a sample and check that 2019-01-31T19:41:28 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-31T19:42:56 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-31T19:46:03 < englishman> why would Keil want to support semihosting it supports real debuggers not dumb hacks 2019-01-31T19:46:52 < PaulFertser> jlink's rtt is not entirely unlike semihosting 2019-01-31T19:47:17 < Laurenceb> the absolute state https://twitter.com/meg_wain/status/1089935804099690498 2019-01-31T19:49:19 < PaulFertser> Also, there're many eval boards from manufacturers that embed dumb hacks (ft2232h) as an on-board debugger, it would be kinda silly to not support those. 2019-01-31T19:50:12 < karlp> englishman: I don't really see semihosting as a debugger, just somethign that can be useful 2019-01-31T19:50:22 < karlp> adn it's old and well defined, so yeah, I kinda expected it to work 2019-01-31T19:53:35 < jpa-> semihosting is quite useful for running automated tests on real platform or simulator; other than that, not very useful for anything requiring realtime response 2019-01-31T19:55:02 < aandrew> have any of you done non-isolated PoE supplies? I have a closed network so do not need to adhere to the isolation requirement which can bring cost down a bit 2019-01-31T19:55:30 < Laurenceb> https://www.google.com/maps/@52.9281342,-1.5197894,3a,37.5y,199.06h,85.77t/data=!3m6!1e1!3m4!1sv8-aTRWhWkV0Yvvp9ce5tA!2e0!7i13312!8i6656 2019-01-31T19:56:48 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-31T19:57:30 < bitmask> I'm such a noob 2019-01-31T19:57:33 < bitmask> I dont know what to do 2019-01-31T19:57:58 < bitmask> when I power from 12V everything works great, if I plug usb cable into the nano to flash it then something burns 2019-01-31T19:58:09 < bitmask> but I cant see what 2019-01-31T20:00:02 < aandrew> describe the problem again 2019-01-31T20:00:10 < aandrew> what are the devices, it sounds like you have three 2019-01-31T20:00:19 < aandrew> power source, thing that you want to flash, and thing you're flashing it with 2019-01-31T20:01:04 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has joined ##stm32 2019-01-31T20:01:05 < Cracki> bitmask, sounds like ground is fucked 2019-01-31T20:01:11 < Cracki> post a picture 2019-01-31T20:01:21 < bitmask> well its my heated hoodie electronics, so I have the nano soldered to the pcb with a 5v buck and an oled 2019-01-31T20:01:37 < Cracki> 12v sounds isolated, usb appears not 2019-01-31T20:01:54 < Cracki> uh... 2019-01-31T20:02:03 < Cracki> you use those 12v for load too, eh? 2019-01-31T20:02:30 < bitmask> hmm the 12v plugs into the second board and ground planes are connected, that could be the problem? the 5v would be plugged into a different board 2019-01-31T20:02:31 < Cracki> look at how a nano connects vusb... it might take that as vin... 2019-01-31T20:02:40 < Cracki> and then you have load on usb power... 2019-01-31T20:03:02 < Cracki> exactly what connections are there? 2019-01-31T20:03:09 < Cracki> (to outside) 2019-01-31T20:04:36 < bitmask> there are two pcbs with grounds connected, the 12v battery connects to board A which sends power up to board B through a switch, that powers 5v buck which provides power to nano, oled and outputs 5v which goes back to board A to power thermistors and demux 2019-01-31T20:04:56 < Cracki> lol 2019-01-31T20:05:09 < Cracki> maybe that battery is powering your usb 2019-01-31T20:05:19 < Cracki> schematic perhaps 2019-01-31T20:05:20 < bitmask> the battery wasn't connected 2019-01-31T20:05:25 < Cracki> schematic. 2019-01-31T20:05:29 < Cracki> words are shit to debug. 2019-01-31T20:05:46 < bitmask> thats why I dont see how I can burn something on 5v usb but not on 12v liion :P 2019-01-31T20:05:54 < Cracki> different current paths 2019-01-31T20:06:11 < Laurenceb> https://twitter.com/5Pillarsuk/status/1090362762054774785 2019-01-31T20:06:13 < Cracki> how much current when you supply it 12v? 2019-01-31T20:06:40 < Cracki> maybe the buck doesn't like 5v on its output with nothing on input 2019-01-31T20:06:52 < bitmask> thats what I was thinking 2019-01-31T20:07:12 < bitmask> but the buck seems to be behaving correctly (still outputting 5v) when I reconnect the battery 2019-01-31T20:07:23 < Cracki> so it's not broken from that 2019-01-31T20:07:26 < bitmask> although maybe I'm killing the nano voltage reg 2019-01-31T20:07:27 < Cracki> doesn't mean it's good 2019-01-31T20:07:38 < Cracki> something is being tortured 2019-01-31T20:07:41 < Cracki> schematic. 2019-01-31T20:07:49 < Cracki> and probe everything. 2019-01-31T20:08:09 < bitmask> I wish I knew what I was doing :P let me see if I can get a clean schematic 2019-01-31T20:12:24 -!- sterna [~Adium@h-90-120.A137.corp.bahnhof.se] has quit [Quit: Leaving.] 2019-01-31T20:14:45 < bitmask> https://imgur.com/a/mhC66Gl 2019-01-31T20:15:00 < bitmask> I know thats not a schematic but while I look you might be able to get what you need from that :P 2019-01-31T20:17:15 < Cracki> is the nano soldered in or socketed? 2019-01-31T20:17:29 < Cracki> if socketed, check if it heats out of the socket 2019-01-31T20:17:46 < bitmask> unfortunately its soldered so I cant even remove it 2019-01-31T20:18:10 < bitmask> space is too important to socket it although I should have for testing 2019-01-31T20:19:01 < bitmask> 5v usb goes through the regulator, the 5v powered from battery into buck bypasses it, that could def be it 2019-01-31T20:19:15 < bitmask> yes? 2019-01-31T20:23:51 < Laurenceb> Alba-Chan getting troll'd https://twitter.com/elisled/status/1090289223029219328 2019-01-31T20:23:58 < Cracki> I would systematically test each component for its behavior, starting with the bucks 2019-01-31T20:24:05 < Cracki> i.e. whether they like power on output 2019-01-31T20:25:40 < bitmask> hmm 3.3 on the nano is reading 3.8 and vin is reading 4.6v when supplying 5v to the 5v pin 2019-01-31T20:26:38 -!- m4ssi [~massi@host138-130-static.62-82-b.business.telecomitalia.it] has quit [Remote host closed the connection] 2019-01-31T20:26:58 < bitmask> buck output is 4.99v as it always has been 2019-01-31T20:27:19 < bitmask> I do think the oled is damaged, I'm gonna have to remove that and test it 2019-01-31T20:27:30 < bitmask> it just flashes a random set of pixels on and off 2019-01-31T20:30:19 < Cracki> 3.3 being 3.8 sounds off... 2019-01-31T20:30:23 < bitmask> yea 2019-01-31T20:30:31 < Cracki> what kinda nano is that anyway, afaik 3.3v nanos run at 8 mhz 2019-01-31T20:30:46 < bitmask> its a 5v nano, not sure why it has a 3.3v pin, maybe for aref 2019-01-31T20:30:48 < Cracki> and the regulator is solely for turning vin (12v) into 5v 2019-01-31T20:31:03 < bitmask> some cheap china clone probably 2019-01-31T20:31:08 < Cracki> 3.3v might come out of the ch340 2019-01-31T20:32:10 < bitmask> which is what I'm thinking is damaged, I think plugging in the usb (in addition to smoking) it stopped detecting 2019-01-31T20:32:36 < Cracki> literally smoking? 2019-01-31T20:32:46 < bitmask> havent seen smoke but I can smell it 2019-01-31T20:33:03 < bitmask> what if I just flash through the icsp or whatever it is 2019-01-31T20:33:15 < Cracki> it's fucked, jim 2019-01-31T20:33:24 < Cracki> yes you can flash through the ISP header 2019-01-31T20:33:34 < Cracki> you can use another arduino for that 2019-01-31T20:34:28 < Cracki> (or get a used avrisp mk2 off ebay for cheap, or try some cheap china dongles that probably work with "avrdude") 2019-01-31T20:34:34 < bitmask> is it a bad idea to still use this arduino? if I dont use the 5v is the ch340 bypassed completely except for supplying the 3.3v? 2019-01-31T20:34:51 < bitmask> I'll just use another arduino 2019-01-31T20:34:56 < bitmask> I have a nano somewhere 2019-01-31T20:35:02 < Cracki> as long as it itself doesn't heat up... 2019-01-31T20:35:16 < bitmask> yea its been on for quite a few min now and I dont notice any heat up 2019-01-31T20:35:32 < bitmask> or smell 2019-01-31T20:35:37 < Cracki> worst that can happen is you catch fire 2019-01-31T20:35:46 < bitmask> it will just keep me warmer 2019-01-31T20:35:53 < bitmask> win win 2019-01-31T20:35:53 < Cracki> whatever heated up is probably toast now 2019-01-31T20:37:11 < Cracki> if something got fucked dead by connecting usb, it's likely the ch340/ftdi... so I'd hope the rest is still good 2019-01-31T20:37:20 < Cracki> but maybe a diode or cap was also affected 2019-01-31T20:38:19 < bitmask> the only other thing acting weird is the oled but that could just be that when I tried to flash it the ch340 was already fucked, only thing I dont get is that the upload is verified and read ok 2019-01-31T20:39:20 < Cracki> upload to arduino? then it should do its duty 2019-01-31T20:39:40 < bitmask> then I'll have to test this oled somewhere else 2019-01-31T20:41:43 < Cracki> gotta love US democrats... if they keep going, they'll legalize post-birth abortion up until the newborn has become an adult 2019-01-31T20:42:10 < Cracki> just imagine... just abort your unruly teenager! 2019-01-31T20:52:40 < emeryth> bitmask: arduino nano has a schottky diode on usb power that often burns out 2019-01-31T20:54:45 * antto slaps karlp and какимир with https://app.box.com/s/xxf3fweiwwmixy94dgw7rzbtk1c7wvej 2019-01-31T20:56:10 -!- Drzacek [~Drzacek@200116b800d7b40099d33e9118fb59bf.dip.versatel-1u1.de] has joined ##stm32 2019-01-31T20:58:34 < Steffanx> suka blyat, antto 2019-01-31T20:58:47 < antto> que? 2019-01-31T20:59:20 < Steffanx> oops, copN (i dont know how to reverse the N) 2019-01-31T20:59:36 < antto> Copu 2019-01-31T21:01:36 < Steffanx> nah more like: copи or something 2019-01-31T21:01:46 < antto> lemme eggzplain it: N -> n, И -> u 2019-01-31T21:01:55 < antto> it makes sense if you think about it 2019-01-31T21:02:17 < Steffanx> Russian doenst make sense, ever. 2019-01-31T21:02:25 < antto> i'm not russian 2019-01-31T21:02:33 < antto> cyrillic != russian 2019-01-31T21:03:18 < Steffanx> Sure, but for the outsider its Russian. 2019-01-31T21:03:28 < antto> >:/ 2019-01-31T21:03:44 < Steffanx> Hows the day in today? 2019-01-31T21:04:14 < antto> hopefully worse 2019-01-31T21:04:17 < antto> than tomorrow 2019-01-31T21:05:22 < Steffanx> Did you know that doesnt really say much about the current day. 2019-01-31T21:05:42 < antto> it sez enuf 2019-01-31T21:06:01 < Steffanx> No, because today can be good, and tomorrow perfect. 2019-01-31T21:06:17 < Steffanx> or today could be fucking awful and tomorrow just awful 2019-01-31T21:06:17 < antto> and are you complaining about such a scenario? 2019-01-31T21:06:30 < antto> only the relative difference matters 2019-01-31T21:06:44 < antto> if you're asking in increments 2019-01-31T21:07:02 < antto> i don't know the maths, someone else can eggsplain it better than me 2019-01-31T21:08:13 < Steffanx> there is no math in this 2019-01-31T21:08:18 < antto> plus, i don't know what a perfect day is 2019-01-31T21:08:32 < kakimir> when I open netflix just before the movie browser opens I see some chinese symbol gliching in left upper corner of the screen where the menu is 2019-01-31T21:08:32 < antto> it could be the seed for a complete disaster 2019-01-31T21:08:47 < Steffanx> lunix kakimir? 2019-01-31T21:09:08 < kakimir> win10 2019-01-31T21:09:13 < antto> eww 2019-01-31T21:09:31 < antto> don't touch me with those hands kakimir 2019-01-31T21:10:38 < kakimir> touchy 2019-01-31T21:10:57 < antto> 2019-01-31T21:11:09 < Steffanx> time to get some latex gloves kakimir 2019-01-31T21:11:21 < antto> i won't allow that 2019-01-31T21:12:33 < Steffanx> not today, but ... what about tomorrow. 2019-01-31T21:12:35 < kakimir> time to get full body latex 2019-01-31T21:12:46 < kakimir> for both of us 2019-01-31T21:12:53 < antto> pls 2019-01-31T21:14:16 < bitmask> arduino nano, both say v3, one with ch340 and one with ftdi, can you surmise anything from that info? 2019-01-31T21:15:13 < kakimir> fake? 2019-01-31T21:16:10 < Steffanx> i bet you can find something on the alie kakimir 2019-01-31T21:16:27 < bitmask> which is fake? 2019-01-31T21:16:44 < bitmask> ive heard china uses ch340 for fakes and also heard fake ftdi chips for fakes 2019-01-31T21:16:54 < bitmask> so I cant really tell if its a fake ftdi 2019-01-31T21:18:02 -!- boB_K7IQ [boB_K7IQ@c-98-247-192-179.hsd1.wa.comcast.net] has joined ##stm32 2019-01-31T21:18:05 < bitmask> so fake ftdi is far worse than anything apparently since new drivers are broken with them 2019-01-31T21:18:08 < bitmask> unless thats old news 2019-01-31T21:18:11 < bitmask> fuck it 2019-01-31T21:18:32 < aandrew> very old news 2019-01-31T21:18:55 < aandrew> ftdi has a utility you can run to detect if it's a fake 2019-01-31T21:19:16 < aandrew> IIRC fakes will allow 8 bit read/writes to EEPROM but the genuine article won't 2019-01-31T21:19:26 < aandrew> or fakes allowed for unaligned writes and genuine won't 2019-01-31T21:19:27 < aandrew> something like that 2019-01-31T21:22:33 < Cracki> ch340 is normal for china clones. can't call them fake. 2019-01-31T21:22:49 < Cracki> nobody in their right mind still uses ftdi. they fucked too many people over. 2019-01-31T21:23:10 < Cracki> ch340 is the cheap option, cp21xx is the versatile option 2019-01-31T21:23:47 < marble_visions> https://www.aisec.fraunhofer.de/content/dam/aisec/ResearchExcellence/woot17-paper-obermaier.pdf ouch 2019-01-31T21:23:54 -!- cnt [uid317556@gateway/web/irccloud.com/x-fapmmvwprkndkpnz] has quit [Quit: Connection closed for inactivity] 2019-01-31T21:24:13 < marble_visions> tldr, you can brute force guess the location of the option bytes of peeled chip, and set the RDP level to 1 2019-01-31T21:24:13 < Cracki> that's a long abstract 2019-01-31T21:25:48 < Cracki> abstract doesn't talk about "peeling" 2019-01-31T21:26:00 < Cracki> or any physical tampering 2019-01-31T21:27:53 < marble_visions> Cracki: this "Secondly, we reveal a design weakness in thesecurity configuration storage which allows an attackerto downgrade the level of firmware protection, therebyenabling additional attacks" is that 2019-01-31T21:28:00 < Cracki> usage of commas reveals the authors to be german 2019-01-31T21:29:03 < marble_visions> they remove the chip package, start exposing to UV light until they downgrade, then narrow down exposed regions on only modify rdp bits 2019-01-31T21:29:30 < bitmask> I think I have ft232, ch340g and cp2102 ICs (as well as atmega 328p) I should just implement my own nano on these boards 2019-01-31T21:29:53 < bitmask> I'm not there yet though, need more experience 2019-01-31T21:30:30 < Cracki> so... for level 1, SRAM isn't cleared upon debug connection 2019-01-31T21:30:33 < Cracki> that's shit 2019-01-31T21:31:48 < Cracki> and their readout poc depends on a bootloader checking crc of flash, and them watching that crc 2019-01-31T21:32:00 < Cracki> not bad, but... I'll read on 2019-01-31T21:38:06 < Cracki> so they search for the option bytes in flash... assuming flash has no wear leveling 2019-01-31T21:42:10 < Cracki> I find their dissection of debugger-triggered flash lockout most interesting 2019-01-31T21:43:12 < Cracki> kek some data may arrive in the read buffer before flash lockout! 2019-01-31T21:43:21 < Cracki> yeah that's fucked 2019-01-31T21:44:03 < marble_visions> "debugger-triggered flash lockout" you mean where they snapshot ram and reset? 2019-01-31T21:44:10 < Cracki> no, later 2019-01-31T21:45:44 < Cracki> hmmm this reads as if merely halting target wouldn't trigger lockout... and then the bus is free of course, so that race would reliably deliver data 2019-01-31T21:49:05 < Cracki> sooo... F0 is busted 2019-01-31T21:53:45 -!- cnt [uid317556@gateway/web/irccloud.com/x-cuujgeinzsraigbk] has joined ##stm32 2019-01-31T21:56:23 < marble_visions> does the mcu "sense" a debug connection attempt at rdp 2? 2019-01-31T22:01:01 < Thorn> musics https://www.youtube.com/watch?v=CzJ8y-Z0Fsg 2019-01-31T22:02:31 -!- c10ud [~c10ud@emesene/dictator/c10ud] has joined ##stm32 2019-01-31T22:05:41 -!- Drzacek [~Drzacek@200116b800d7b40099d33e9118fb59bf.dip.versatel-1u1.de] has quit [Quit: Leaving] 2019-01-31T22:08:20 < Steffanx> More random music https://soundcloud.com/matthijsbos/arpeggio-searches-for-producer (the title is a bit silly though) 2019-01-31T22:09:32 -!- tjq [uid339161@gateway/web/irccloud.com/x-zecisfudezmxmwbv] has joined ##stm32 2019-01-31T22:20:27 -!- catphish [~catphish@unaffiliated/catphish] has joined ##stm32 2019-01-31T22:26:06 -!- Rickta59 [~kimballr@unaffiliated/rickta59] has quit [Read error: Connection reset by peer] 2019-01-31T23:23:31 -!- sterna [~Adium@c-ece0e253.016-35-62726f1.bbcust.telenor.se] has joined ##stm32 2019-01-31T23:25:00 < karlp> TIL aws even offers gitt hosting 2019-01-31T23:27:46 < tjq> hmmm 2019-01-31T23:35:32 < englishman> hmm 2019-01-31T23:35:52 < englishman> powered by usb: can program msp430 and stm32f303 running off of same vcc rail 2019-01-31T23:36:02 < englishman> powered by 9v barrel jack: can program msp430 but not stm32 2019-01-31T23:39:01 < qyx> I would say it is broken somehow, isn't it? 2019-01-31T23:39:10 < englishman> perhaps 2019-01-31T23:40:36 < malinus> englishman: you sure that your stm32 dev board is designed to be powered by 9v? 2019-01-31T23:40:48 < malinus> maybe it's 5v (like the imxRT dev boards) 2019-01-31T23:40:51 < englishman> not a devboard and yeah --- Log closed Fri Feb 01 00:00:33 2019