--- Log opened la loka 01 00:00:05 2022 2022-10-01T00:02:27 -!- machinehum [~machinehu@2604:3d08:937f:cf00::7be5] has quit [Ping timeout: 248 seconds] 2022-10-01T00:03:24 -!- machinehum [~machinehu@2604:3d08:937f:cf00::30db] has joined ##stm32 2022-10-01T00:07:47 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 248 seconds] 2022-10-01T00:16:13 < upgrdman> lunix pros: is there a simple tool to verify two files are exactly the same? they are binary files, and VERY large (too big to fit in RAM) 2022-10-01T00:17:51 < Xogium> cmp 2022-10-01T00:18:15 < Xogium> if it doesn't talk they are identical, otherwise it will tell you they aren't 2022-10-01T00:19:15 < zyp> I tend to shasum them 2022-10-01T00:19:17 < upgrdman> nice, thx 2022-10-01T00:19:20 < Xogium> that too 2022-10-01T00:19:41 < Xogium> but byte to byte comparison is nice, you can know where they differ to some extent 2022-10-01T00:20:23 < upgrdman> does cmd.exe have some like that too? 2022-10-01T00:20:27 < upgrdman> something* 2022-10-01T00:20:36 < Xogium> I've honestly got no idea about that 2022-10-01T00:20:53 < zyp> indeed, depends what differences you expect and what you need the knowledge for 2022-10-01T00:21:20 < upgrdman> im just testing my code that exports files. rewriting it to use threads, want to make sure the results are the same :) 2022-10-01T00:21:27 < upgrdman> each file is ~400GB 2022-10-01T00:21:35 < zyp> calculating a checksum has the advantage you don't need to reread both files if you regenerate one 2022-10-01T00:21:38 < Xogium> diffoscope is also a great tool, but I believe it loads to ram to show a comparison, not sure 2022-10-01T00:21:50 < zyp> in your case I'd totally do checksums 2022-10-01T00:21:55 < upgrdman> k 2022-10-01T00:21:56 < zyp> since that's all you care about 2022-10-01T00:22:06 < Xogium> yeah checksum should do it 2022-10-01T00:22:47 < Xogium> diffoscope helped me figure out why my erofs filesystem wasn't reproducible in buildroot ;p gotta love that tool 2022-10-01T00:22:49 < zyp> you can calculate the known good checksum once, and then calculate checksums of the file you're testing multiple times 2022-10-01T00:22:56 < zyp> also don't need to keep the known good file around 2022-10-01T00:24:42 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2022-10-01T01:04:16 < qyx> ok mouser is dead wrt stm32 2022-10-01T01:04:25 < qyx> farnell has plenty of stuff 2022-10-01T01:12:01 < kaki> PaulFertser: how is life? 2022-10-01T01:18:58 < qyx> I just opened chibios github 2022-10-01T01:19:08 < qyx> immediate heart attack 2022-10-01T01:19:14 < qyx> they are still using svn in 2022 2022-10-01T01:19:26 < qyx> also 2022-10-01T01:19:27 < qyx> Mass change: Source code convention changed from CRLF to just CR (Unix). 2022-10-01T01:19:28 < qyx> wut 2022-10-01T01:21:18 < qyx> ok thats not the code I want to use anymore 2022-10-01T01:32:34 < upgrdman> i need to feed some op amps +/- voltage rails. exact voltage isn't critical, around +/-3.3 or +/-5V is fine. what's a simple and cheap way to do that which isn't too noisey? any idea of a switched capacitor ic is good enough to power a dozen op amps? 2022-10-01T01:33:18 < upgrdman> or is there some trick to power it via GPIOs feeding caps and diodes to pump up some rails? 2022-10-01T01:34:39 -!- kaki8 [~kaki@37-33-116-48.bb.dnainternet.fi] has joined ##stm32 2022-10-01T01:35:36 -!- kaki [~kaki@37-33-116-48.bb.dnainternet.fi] has quit [Ping timeout: 252 seconds] 2022-10-01T01:37:45 < upgrdman> shit, an rs232 driver may be good enough. hmmm 2022-10-01T01:38:00 < qyx> heh, yes 2022-10-01T01:40:08 < upgrdman> any idea what the cheapest common one is? 2022-10-01T01:40:23 < upgrdman> or if there's some 74 series logic that has something like it 2022-10-01T01:40:50 < qyx> they have compatible footprints 2022-10-01T01:40:56 < qyx> max232 probably 2022-10-01T01:41:19 < qyx> but those are 2+2 channels 2022-10-01T01:41:26 < qyx> maybe there are some with less 2022-10-01T01:41:40 < qyx> as you don't need them 2022-10-01T01:42:10 < upgrdman> looks like 75232-series is cheapest in stock on digikey 2022-10-01T01:42:17 < upgrdman> hmm 2022-10-01T01:43:13 < upgrdman> aww, it doesnt have internal pump 2022-10-01T01:43:14 < upgrdman> fuck 2022-10-01T01:43:48 < qyx> https://www.allaboutcircuits.com/projects/build-your-own-negative-voltage-generator/ 2022-10-01T01:43:52 < qyx> or something like this 2022-10-01T02:25:03 -!- upgrdman [~upgrdman@47.180.47.55] has quit [Quit: Leaving] 2022-10-01T02:55:30 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-01T03:01:11 -!- ferdna [~ferdna@user/ferdna] has quit [Ping timeout: 265 seconds] 2022-10-01T03:05:25 -!- Spirit532 [~Spirit532@user/Spirit532] has quit [Killed (NickServ (GHOST command used by Spirit5321))] 2022-10-01T03:05:30 -!- Spirit532 [~Spirit532@user/Spirit532] has joined ##stm32 2022-10-01T03:07:11 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Ping timeout: 260 seconds] 2022-10-01T03:11:25 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-01T03:22:59 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 248 seconds] 2022-10-01T03:49:14 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-01T04:23:34 -!- rajkosto [~rajkosto@77-46-231-199.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-01T07:55:52 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-01T08:10:04 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-01T08:27:42 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-01T08:56:42 -!- fury [uid193779@id-193779.helmsley.irccloud.com] has quit [Quit: Connection closed for inactivity] 2022-10-01T09:04:46 -!- boB_K7IQ [~boB_K7IQ@184-98-42-152.phnx.qwest.net] has joined ##stm32 2022-10-01T10:25:08 -!- lagash_ [lagash@lagash.shelltalk.net] has joined ##stm32 2022-10-01T10:25:51 -!- lagash [lagash@lagash.shelltalk.net] has quit [Ping timeout: 260 seconds] 2022-10-01T10:57:50 -!- fury [uid193779@id-193779.helmsley.irccloud.com] has joined ##stm32 2022-10-01T11:58:36 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 260 seconds] 2022-10-01T12:14:33 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-01T12:36:46 < invzim> aaah, goddamn paypal and automatic payments. Looks like alibaba and PayPal set this up without consent now 2022-10-01T12:37:13 < invzim> automatic payments in paypal=use balance with crappy conversion rates (+ messing up my accounting) 2022-10-01T13:09:19 -!- IanW_ [~IceChat9@arcanum.force9.co.uk] has joined ##stm32 2022-10-01T13:18:37 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Read error: Connection reset by peer] 2022-10-01T13:24:05 < kaki8> invzim: didn't accidentally click on automatic checkbox? 2022-10-01T13:24:21 < kaki8> remember my shit checkbox 2022-10-01T14:00:12 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2022-10-01T14:58:20 < invzim> may have been pre-clicked, PITA 2022-10-01T15:05:16 < Steffanx-> Undo the transaction get a refund, make it look like it never happened. 2022-10-01T15:19:06 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-01T15:22:26 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-01T15:46:55 -!- IanW_ [~IceChat9@arcanum.force9.co.uk] has quit [Ping timeout: 268 seconds] 2022-10-01T15:50:14 < specing> invzim: afaik it can't be set to use your bank's conversion, they love making you use their shitty rates 2022-10-01T15:50:26 < specing> *to automatically use that 2022-10-01T15:50:34 < specing> you have to select it each and every time 2022-10-01T15:53:54 < invzim> I haven't seen an 'undo' button, I presume a refund or whatever only will make accounting worse 2022-10-01T16:06:16 < invzim> lesson learned I guess is to never use PayPal for payments on alibaba (or other places) if you inted your CC to be charged 2022-10-01T16:09:08 < specing> invzim: you can use paypal there? 2022-10-01T16:09:13 < specing> I thought it was all alipay 2022-10-01T16:18:59 < invzim> I picked PayPal, but in practice it's alipay->paypal 2022-10-01T16:19:24 < invzim> which set up the automatic thingie (I guess), which automatically uses your balance+crappy exchange rate 2022-10-01T17:21:55 -!- IanW_ [~IceChat9@arcanum.force9.co.uk] has joined ##stm32 2022-10-01T17:29:35 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-01T18:55:20 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-01T19:24:48 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-01T19:50:23 -!- BrainDamage [~braindama@user/BrainDamage] has quit [Ping timeout: 265 seconds] 2022-10-01T19:51:32 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-01T20:01:26 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-01T20:14:28 -!- BrainDamage [~braindama@user/BrainDamage] has joined ##stm32 2022-10-01T20:22:28 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-01T20:35:58 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-01T20:36:10 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-01T20:58:58 < kaki8> did you watch tesla AI day? 2022-10-01T20:59:03 -!- kaki8 is now known as kaki 2022-10-01T20:59:12 < kaki> tl;dw 2022-10-01T20:59:20 < kaki> but let's see summary 2022-10-01T21:35:39 < Steffanx-> give us a summary of that summary 2022-10-01T21:42:34 < jpa-> did you watch tectu shower show today? 2022-10-01T21:44:53 < kaki> Steffanx-: summary was too long didnt watch 2022-10-01T21:45:18 < Steffanx-> duh jpa- . i was there. 2022-10-01T21:46:08 < jpa-> Steffanx-: i'm sorry, the editor must have cut you out 2022-10-01T21:47:10 < Steffanx-> Time for some Bob instead kaki: https://www.twitch.tv/bobross 2022-10-01T21:47:28 < kaki> how about music that is boppin 2022-10-01T21:48:11 < Steffanx-> idk what boppin music is 2022-10-01T21:49:25 < kaki> "(Verb): The act of giving another person oral sex, generally a female to a male." 2022-10-01T21:51:25 < Steffanx-> what is wrong with you kaki 2022-10-01T21:51:39 < kaki> https://www.urbandictionary.com/define.php?term=Bopping 2022-10-01T21:54:23 < Steffanx-> ok thanks 2022-10-01T21:55:52 < kaki> bop is from "bebop" 2022-10-01T21:56:39 < kaki> "Bebop or bop is a style of jazz developed in the early-to-mid-1940s in the United States. The style features compositions characterized by a fast tempo, complex chord progressions with rapid chord changes and numerous changes of key, instrumental virtuosity, and improvisation based on a combination of harmonic structure, the use of scales and 2022-10-01T21:56:39 < kaki> occasional references to the melody. " 2022-10-01T22:00:23 -!- mouseghost [~draco@user/mouseghost] has joined ##stm32 2022-10-01T22:04:58 < kaki> it's rather subjective what is boppin 2022-10-01T22:13:12 < kaki> but generally dance music, DnB etc. 2022-10-01T22:13:29 < kaki> faster tempo, strong beat 2022-10-01T22:22:32 < Steffanx-> time to share some then, mr kaki 2022-10-01T23:06:26 < kaki> I have nothing new to share but 2022-10-01T23:07:43 < kaki> https://www.youtube.com/watch?v=hAiu04sUDMg definitelly boppin in french. I believe someone here posted this like 7years ago 2022-10-01T23:23:26 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Ping timeout: 260 seconds] 2022-10-01T23:55:46 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 --- Day changed su loka 02 2022 2022-10-02T00:02:41 < kaki> 2015-08-17T21:23:01 < kakimir> https://www.youtube.com/watch?v=hAiu04sUDMg music time 2022-10-02T00:26:18 < mouseghost> kaki fun 2022-10-02T00:32:01 < Steffanx-> Im glad it got purged from my memory kaki . Lets try that again 2022-10-02T00:32:36 < kaki> you understand french? 2022-10-02T00:33:16 < Steffanx-> a little 2022-10-02T00:33:21 < Steffanx-> https://www.imdb.com/title/tt10268488/ movie for you kaki 2022-10-02T00:33:53 < kaki> promissing 2022-10-02T00:37:19 < kaki> it also has the optimum rating for my taste 2022-10-02T00:37:33 < kaki> I usually like that 6.5 - 7.5 range 2022-10-02T00:46:19 < kaki> https://www.imdb.com/title/tt3569230/ 2022-10-02T00:48:29 < kaki> it's drama covered in mafia movie 2022-10-02T00:48:43 < kaki> plot not very strong 2022-10-02T00:48:52 < kaki> but Tom Hardy is excelent 2022-10-02T01:00:04 < kaki> Steffanx-: https://www.imdb.com/title/tt0450259 I had totally missed this movie with Leo on it 2022-10-02T01:02:14 < kaki> it was good 2022-10-02T01:13:05 -!- mouseghost [~draco@user/mouseghost] has quit [Quit: mew wew] 2022-10-02T01:18:25 -!- ferdna [~ferdna@user/ferdna] has quit [Ping timeout: 244 seconds] 2022-10-02T01:20:33 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-02T01:30:41 -!- ferdna [~ferdna@user/ferdna] has quit [Ping timeout: 252 seconds] 2022-10-02T02:07:05 -!- IanW_ [~IceChat9@arcanum.force9.co.uk] has quit [Quit: Bye] 2022-10-02T02:09:07 -!- qyx [~qyx@84.245.120.103] has quit [Ping timeout: 250 seconds] 2022-10-02T02:11:02 -!- qyx [~qyx@84.245.120.21] has joined ##stm32 2022-10-02T02:11:49 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-02T02:52:36 -!- steve_ [~steve@ool-182c2b80.dyn.optonline.net] has quit [Ping timeout: 264 seconds] 2022-10-02T03:05:39 -!- ferdna [~ferdna@user/ferdna] has quit [Ping timeout: 252 seconds] 2022-10-02T03:07:19 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 265 seconds] 2022-10-02T03:12:36 -!- jadew [~rcc@5-12-182-254.residential.rdsnet.ro] has quit [Ping timeout: 244 seconds] 2022-10-02T03:26:34 -!- jadew [~rcc@5-12-189-166.residential.rdsnet.ro] has joined ##stm32 2022-10-02T03:30:16 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-02T03:33:06 -!- qyx [~qyx@84.245.120.21] has quit [Ping timeout: 260 seconds] 2022-10-02T03:35:03 -!- qyx [~qyx@84.245.120.241] has joined ##stm32 2022-10-02T04:19:47 -!- octorian [octo@2600:3c00::f03c:91ff:fe93:a61c] has quit [Quit: ZNC - http://znc.sourceforge.net] 2022-10-02T04:27:41 -!- octorian [~octo@chroniton.logicprobe.org] has joined ##stm32 2022-10-02T04:46:24 -!- boB_K7IQ [~boB_K7IQ@184-98-42-152.phnx.qwest.net] has quit [Ping timeout: 265 seconds] 2022-10-02T04:51:38 -!- boB_K7IQ [~boB_K7IQ@184-98-42-152.phnx.qwest.net] has joined ##stm32 2022-10-02T05:25:29 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-02T05:26:31 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Ping timeout: 265 seconds] 2022-10-02T05:30:32 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-02T06:15:27 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Read error: Connection reset by peer] 2022-10-02T07:30:37 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-02T09:14:19 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-02T12:24:16 -!- Jak_o_Shadows [~quassel@user/jak-o-shadows/x-5091859] has joined ##stm32 2022-10-02T12:58:01 -!- Jak_o_Shadows [~quassel@user/jak-o-shadows/x-5091859] has quit [Ping timeout: 246 seconds] 2022-10-02T12:58:35 -!- Jak_o_Shadows [~quassel@user/jak-o-shadows/x-5091859] has joined ##stm32 2022-10-02T13:05:54 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-02T13:42:11 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-02T13:56:44 -!- blathijs [~matthijs@tika.stderr.nl] has quit [Quit: brb] 2022-10-02T13:57:05 -!- blathijs [~matthijs@tika.stderr.nl] has joined ##stm32 2022-10-02T14:42:26 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-02T15:56:45 -!- BrainDamage [~braindama@user/BrainDamage] has quit [Ping timeout: 252 seconds] 2022-10-02T16:10:00 -!- BrainDamage [~braindama@user/BrainDamage] has joined ##stm32 2022-10-02T16:49:11 -!- flatmush_ [~benbrewer@82-69-13-96.dsl.in-addr.zen.co.uk] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 2022-10-02T16:49:19 -!- flatmush [~benbrewer@82-69-13-96.dsl.in-addr.zen.co.uk] has joined ##stm32 2022-10-02T17:05:52 -!- flatmush [~benbrewer@82-69-13-96.dsl.in-addr.zen.co.uk] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 2022-10-02T17:06:45 -!- flatmush [~benbrewer@82-69-13-96.dsl.in-addr.zen.co.uk] has joined ##stm32 2022-10-02T17:58:16 -!- alan_ [~alan@172-7-159-77.lightspeed.dybhfl.sbcglobal.net] has joined ##stm32 2022-10-02T18:00:45 -!- alan_o [~alan@2600:1700:1902:210f:dd76:4312:3259:8480] has quit [Ping timeout: 244 seconds] 2022-10-02T19:28:03 -!- begriffs [~begriffs@user/begriffs] has joined ##stm32 2022-10-02T19:40:04 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-02T19:49:18 < Steffanx-> . 2022-10-02T19:51:01 < qyx> . 2022-10-02T19:51:13 < qyx> no innovation today? 2022-10-02T19:51:28 < specing> laurencer is not here, so no innovation today 2022-10-02T19:57:42 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-02T20:00:26 -!- CatCow [~wtf_over@98.246.223.133] has quit [Client Quit] 2022-10-02T20:04:59 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-02T20:15:53 < Steffanx-> nothing interesting at least 2022-10-02T20:16:35 < jpa-> Six days you shall innovate and do all your work, but the seventh day is the angst of your depression. In it you shall not do any work and just feel bad. 2022-10-02T20:17:08 < Steffanx-> I hereby give you permission to have a walk outside, jpa- 2022-10-02T20:17:17 < specing> lol 2022-10-02T20:17:36 < jpa-> Steffanx-: but it's dark out there 2022-10-02T20:17:50 < Steffanx-> Get this light you made for the kid 2022-10-02T20:31:52 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-02T20:37:09 < qyx> lol 2022-10-02T20:43:16 < Steffanx-> Im sorry i couldnt motivate you to do it jpa- 2022-10-02T20:51:18 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-02T21:32:56 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-02T21:58:57 < kaki> jpa-: seventh day you should do just the amount you feel like 2022-10-02T21:59:06 < kaki> work but don't get worked up 2022-10-02T21:59:19 < Steffanx-> what if thinking about work is already too worked up? 2022-10-02T22:00:00 < kaki> have you figured any solutions for your burnout Steffanx-? 2022-10-02T22:00:14 < kaki> sell your house and go to see the world or some shit 2022-10-02T22:00:37 < Steffanx-> no need to sell the house for that 2022-10-02T22:00:41 < kaki> ah 2022-10-02T22:00:45 < kaki> even better 2022-10-02T22:00:47 < Steffanx-> if i owned a house that is :P 2022-10-02T22:00:59 < qyx> has Steffanx- burned out? 2022-10-02T22:01:01 < kaki> ah not so much better 2022-10-02T22:01:04 < qyx> left his work? 2022-10-02T22:01:12 < kaki> Steffanx- is totally burned 2022-10-02T22:01:15 < qyx> no more microchips? 2022-10-02T22:01:21 < Steffanx-> lol idk i am qyx 2022-10-02T22:01:22 < kaki> still works 2022-10-02T22:01:51 < Steffanx-> if i was i wouldnt be able to work. 2022-10-02T22:02:43 < kaki> bummed out at least 2022-10-02T22:03:50 < Steffanx-> Sometimes i get the idea 99% the people here is "bummed out" whatever that means 2022-10-02T22:04:22 < qyx> idk what bummed out means, but I know what burned out means 2022-10-02T22:05:29 < kaki> qyx: just thinking "fukkin fuk this shit is draining life out of me" 2022-10-02T22:05:43 < Steffanx-> what is life? 2022-10-02T22:05:59 < kaki> touche 2022-10-02T22:08:09 < Steffanx-> So what about mr kaki ? 2022-10-02T22:08:38 < kaki> farmin slowing down 2022-10-02T22:08:46 < Steffanx-> winter is coming? 2022-10-02T22:08:54 < kaki> yees 2022-10-02T22:11:32 < qyx> more time for programming? 2022-10-02T22:13:02 < kaki> yes 2022-10-02T22:13:20 < kaki> but idk the darkness and weather.. damn 2022-10-02T22:13:40 < Steffanx-> next week will be 18+ again. Great temperature. 2022-10-02T22:13:52 < Steffanx-> 18+ °C 2022-10-02T22:14:01 < kaki> very nice 2022-10-02T22:14:22 < kaki> but I have noticed I have totally different energy in june 2022-10-02T22:14:34 < Steffanx-> lack of sunlight? 2022-10-02T22:15:02 < kaki> ofc 2022-10-02T22:15:12 < kaki> soon sun goes hiding for months 2022-10-02T22:17:03 < kaki> you can try to stay moving but it just slows you down 2022-10-02T22:18:38 < kaki> some people are ofc more affected than others 2022-10-02T22:27:59 < englishman> we had first frost last night kaki 2022-10-02T22:28:15 < kaki> ah 2022-10-02T22:28:24 < englishman> all the tomatoes and cucumbers got harvested yesterday happily 2022-10-02T22:28:25 < kaki> we had like a month ago almost 2022-10-02T22:28:36 < kaki> now it's warm again 2022-10-02T22:30:09 < qyx> ok after seeing this I concluded our roads are super high quality https://www.youtube.com/watch?v=_ZX_QLg58wQ 2022-10-02T22:35:06 < Steffanx-> lol nice transition 2022-10-02T22:37:05 < zyp> welcome to norway :D 2022-10-02T22:40:41 < qyx> but hey recently I checked one of our offcially recognised class 3. public roads https://bin.jvnv.net/file/RU29e/P1130706.JPG 2022-10-02T22:41:40 < zyp> first couple of minutes of the video seems to mostly be about drivers unaccustomed to winter roads 2022-10-02T22:44:51 < kaki> https://www.youtube.com/watch?v=2-S8coLeXcg 2022-10-02T22:46:45 < kaki> and there is like 10-20kilometers of this 2022-10-02T22:47:22 < kaki> also tunnels that are just big enough for a tourist coach to go through 2022-10-02T22:47:56 < zyp> ah, we have tourist roads too: https://www.youtube.com/watch?v=NoyaPaNzbrk 2022-10-02T22:48:02 < kaki> never go in there in your own car 2022-10-02T22:50:30 < kaki> zyp: definitelly difficult serpentine road but nowhere near the amount of traffic that amalfi had 2022-10-02T22:52:09 < kaki> https://www.youtube.com/watch?v=hUthVS7iKiM see this shit.. imagine 10km of this :D 2022-10-02T22:54:45 < kaki> it's not just one corner 2022-10-02T22:55:05 < qyx> so, unrelated, any new nordic metal? 2022-10-02T22:55:13 < kaki> there is nothing but corners 2022-10-02T22:58:42 < zyp> qyx, hmm, now I wanna go on a road trip again 2022-10-02T23:00:37 < kaki> zyp: in norway? 2022-10-02T23:00:45 < zyp> yeah 2022-10-02T23:01:33 < zyp> or europe for that matter 2022-10-02T23:02:00 < kaki> qyx: https://www.youtube.com/watch?v=9zUgqT94g1o something 2022-10-02T23:02:37 < kaki> zyp: lets meet at steffs place 2022-10-02T23:02:44 < zyp> been there, done that 2022-10-02T23:02:50 < kaki> what 2022-10-02T23:02:57 < kaki> when+-? 2022-10-02T23:03:04 < zyp> five years ago 2022-10-02T23:03:19 < zyp> I think that was the last proper road trip I did 2022-10-02T23:03:49 < kaki> did you go anywhere with steff 2022-10-02T23:03:50 < zyp> hmm, four years ago maybe 2022-10-02T23:05:17 < qyx> kaki: oh are they still alive 2022-10-02T23:05:46 < kaki> idk 2022-10-02T23:06:32 < qyx> I like nintento folk metal 2022-10-02T23:06:40 < kaki> ? 2022-10-02T23:07:22 < kaki> you know beast in black? 2022-10-02T23:07:32 < qyx> I know wnsiferum 2022-10-02T23:07:37 < qyx> oh, nope 2022-10-02T23:08:41 < kaki> https://www.youtube.com/watch?v=TZcWVsDSqpE 2022-10-02T23:08:58 < kaki> it's more like easier radio friendly musics 2022-10-02T23:09:11 < kaki> melodic ofc 2022-10-02T23:10:30 < kaki> that song is a bop 2022-10-02T23:11:37 < kaki> what is nintento folk metal? 2022-10-02T23:12:05 < Steffanx-> He didnt get to see my place, just some city near me kaki 2022-10-02T23:12:34 < qyx> kaki: melodic speed 2022-10-02T23:12:46 < kaki> did you see him Steffanx-? 2022-10-02T23:12:49 < Steffanx-> yes 2022-10-02T23:12:58 < kaki> but did he see you? 2022-10-02T23:13:02 < kaki> :o 2022-10-02T23:13:07 < Steffanx-> I think so 2022-10-02T23:14:09 < kaki> qyx: listen that beast in black song and tell me you have never heard it? 2022-10-02T23:15:00 < kaki> https://www.youtube.com/watch?v=2N4tXf3Ensw here is another one 2022-10-02T23:15:24 < qyx> kaki: no, too poppy 2022-10-02T23:15:32 < Steffanx-> awful lyrics though... 2022-10-02T23:16:50 < qyx> recorded by an elder man with a potato cam 2022-10-02T23:17:07 < kaki> qyx: throw me the benchmark song of that nintento speed melodic 2022-10-02T23:17:42 < kaki> I'm not very pro in terms of metal genres 2022-10-02T23:18:04 < qyx> dragonforce thru the fire and flames for example 2022-10-02T23:18:17 < qyx> https://www.youtube.com/watch?v=EB32uwVNBLs 2022-10-02T23:18:41 < kaki> ah :P 2022-10-02T23:18:56 < kaki> I call that metal genre "tilu lilu" 2022-10-02T23:20:02 < Steffanx-> "Mouser doesn't sell this product in your region". Just when digikey is out-of-stock. 2022-10-02T23:20:16 < Steffanx-> Can't order from farnell because .. im not a company. I guess its time to be one. 2022-10-02T23:20:31 < qyx> wut 2022-10-02T23:20:39 < kaki> by sound of guitars that make very rapid "tilu lilu" sound 2022-10-02T23:20:39 < qyx> farnell is b2b only? 2022-10-02T23:20:44 < Steffanx-> Yes 2022-10-02T23:21:00 < Steffanx-> At least nl.farnell.com is 2022-10-02T23:22:40 < kaki> farnell has always been 2022-10-02T23:22:42 < kaki> iirc 2022-10-02T23:28:29 < BrainDamage> kaki: fretboard tapping, aka "tapping" ? 2022-10-02T23:29:46 < kaki> yes 2022-10-02T23:30:18 < kaki> qyx: see what BrainDamage said 2022-10-02T23:30:37 < kaki> https://www.youtube.com/watch?v=IJBr8RWC5ro let me save you from googling 2022-10-02T23:33:31 < kaki> https://rockguitaruniverse.com/guitar-tapping-songs/ 2022-10-02T23:38:54 < kaki> it's not all metal 2022-10-02T23:40:40 < qyx> I recentyl found another Kurkele's project 2022-10-02T23:40:44 < qyx> not metal though 2022-10-02T23:41:00 < karlp> jpa-: thta thread is started in response to me asking on the freecad discord, and that drmarco guy starting it there. I don't have a forum login at home and was busy all weekend, but yeah, that thread is me, thanks to you :) 2022-10-02T23:42:52 < kaki> qyx: Johanna Kurkela? 2022-10-02T23:43:29 < qyx> yeah 2022-10-02T23:43:55 < qyx> is she kurkelA? 2022-10-02T23:43:56 < qyx> meh 2022-10-02T23:44:34 < kaki> what project? 2022-10-02T23:44:54 < qyx> eye of melion, only a single album so far 2022-10-02T23:46:14 -!- specing_ [~specing@user/specing] has joined ##stm32 2022-10-02T23:46:14 -!- specing [~specing@user/specing] has quit [Killed (NickServ (GHOST command used by specing_))] 2022-10-02T23:46:35 < qyx> hm, the new ensiferum is okish although two or three songs have very similar melody to some older ones 2022-10-02T23:46:57 < kaki> I have never listened ensiferum 2022-10-02T23:47:10 < qyx> you pasted it ^ 2022-10-02T23:47:22 < kaki> I just remembered from some metalheads saying ensiferum was good 2022-10-02T23:47:50 -!- specing_ is now known as specing 2022-10-02T23:49:46 < kaki> is there a metal genre where you cannot even make sense of the lyrics? 2022-10-02T23:49:53 < kaki> basically just screaming? 2022-10-02T23:50:50 < kaki> we call it "örinä hevi" 2022-10-02T23:51:24 < kaki> would translate into gruntting heavy 2022-10-02T23:52:15 < kaki> lyrics are just the vocalist gruntting loudly 2022-10-02T23:53:01 < BrainDamage> growl 2022-10-02T23:53:08 < kaki> yes growl 2022-10-02T23:53:12 < BrainDamage> that's the "singing" tecnique 2022-10-02T23:53:22 < kaki> :D 2022-10-02T23:53:26 < kaki> depends 2022-10-02T23:53:37 < BrainDamage> something like trash metal often has growl 2022-10-02T23:53:50 < BrainDamage> try sepultura 2022-10-02T23:55:01 < kaki> how long you guys have been metal heads? 2022-10-02T23:55:30 < BrainDamage> I'm not particularly a metal head, I like rock more 2022-10-02T23:55:35 < kaki> sepultura has quite clear vocals 2022-10-02T23:56:31 < qyx> kaki: hm about 15y 2022-10-02T23:58:50 < kaki> crazy 2022-10-02T23:58:58 < kaki> would have never guessed --- Day changed ma loka 03 2022 2022-10-03T00:00:14 < kaki> what was the moment? when you realized you like metal? which song? 2022-10-03T00:01:54 < Steffanx-> Metal is the best music for when your down and depressed. It's really inspiring and lifts your mood. 2022-10-03T00:05:15 < kaki> I rather like metal that embraces the melancholy 2022-10-03T00:07:35 < kaki> and also the pop metal 2022-10-03T00:09:58 < qyx> kaki: nightwish over the hills and far away 2022-10-03T00:10:40 < kaki> damn 2022-10-03T00:11:30 < kaki> it was a bop when it was released 2022-10-03T00:11:41 < qyx> yep 2022-10-03T00:20:46 < kaki> musics for steff https://www.youtube.com/watch?v=JcaTbyUkacA 2022-10-03T00:46:50 < rustyaxe> http://istabpeople.com/junk/wtfh.jpg 2022-10-03T00:47:09 < rustyaxe> what even does it need plugged in for? 2022-10-03T01:02:21 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Ping timeout: 252 seconds] 2022-10-03T01:06:17 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-03T01:14:15 < kaki> to operate the microwave? 2022-10-03T01:14:43 < kaki> but you could use the switch of the door to ring a bell inside house or something 2022-10-03T01:24:35 < rustyaxe> you could do that with a $0.50 solar cell and an 18650 tho too... :P 2022-10-03T01:59:49 -!- mouseghost [~draco@user/mouseghost] has joined ##stm32 2022-10-03T02:00:06 < kaki> no 2022-10-03T02:00:12 < kaki> copper is the bestest 2022-10-03T02:10:19 -!- mouseghost [~draco@user/mouseghost] has quit [Quit: mew wew] 2022-10-03T02:21:06 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-03T02:46:23 -!- Kerr_ [~quassel@2601:602:ce80:df10::a85e] has joined ##stm32 2022-10-03T02:48:31 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 268 seconds] 2022-10-03T02:50:48 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-03T03:42:54 -!- steve_ [~steve@ool-182c2b80.dyn.optonline.net] has joined ##stm32 2022-10-03T03:46:14 -!- CygniX [~CygniX@2a01:8740:1:727:4e:80:7f:2d] has left ##stm32 [Konversation terminated!] 2022-10-03T04:09:33 -!- gnom [~alex@178.150.7.153] has quit [Ping timeout: 250 seconds] 2022-10-03T04:38:26 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-03T04:53:25 -!- duude__- [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-03T04:54:28 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 265 seconds] 2022-10-03T04:55:00 -!- duude__- is now known as duude__ 2022-10-03T05:06:37 -!- CygniX [~CygniX@2a01:8740:1:727:4e:80:7f:2d] has joined ##stm32 2022-10-03T05:51:42 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Read error: Connection reset by peer] 2022-10-03T05:57:14 -!- machinehum [~machinehu@2604:3d08:937f:cf00::30db] has quit [Quit: WeeChat 3.5] 2022-10-03T07:44:40 -!- kraiskil [~kraiskil@mob-194-230-161-93.cgn.sunrise.net] has joined ##stm32 2022-10-03T07:54:41 -!- gnom [~alex@178.150.7.153] has joined ##stm32 2022-10-03T08:07:49 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-03T08:14:48 < jpa-> karlp: oh, should have looked at date :) 2022-10-03T08:34:46 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-03T08:39:57 -!- kraiskil [~kraiskil@mob-194-230-161-93.cgn.sunrise.net] has quit [Ping timeout: 252 seconds] 2022-10-03T09:10:54 < jpa-> meh, not having CFSR on cortex-m0+ is quite annoying 2022-10-03T09:11:00 < jpa-> and so is not having instruction trace.. 2022-10-03T09:38:27 -!- kraiskil [~kraiskil@mob-194-230-161-93.cgn.sunrise.net] has joined ##stm32 2022-10-03T09:43:21 -!- c10ud [~c10ud@user/c10ud] has joined ##stm32 2022-10-03T09:57:34 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Read error: Connection reset by peer] 2022-10-03T10:22:59 -!- kraiskil [~kraiskil@mob-194-230-161-93.cgn.sunrise.net] has quit [Ping timeout: 252 seconds] 2022-10-03T10:25:47 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-03T10:34:49 < qyx> is there any home assistant compatible (uh oh esp32) wall socket/plug switch? 2022-10-03T10:39:26 -!- kaki [~kaki@37-33-116-48.bb.dnainternet.fi] has quit [Quit: Client closed] 2022-10-03T11:12:27 < zyp> all of them? 2022-10-03T11:14:58 < qyx> idk, I have never seen any 2022-10-03T11:15:12 < qyx> only 433MHz stuff with custom remote control 2022-10-03T11:15:37 < qyx> I found this https://github.com/martin-ger/ESP8266-WiFi-Socket 2022-10-03T11:15:46 < qyx> I was in OBI yesterday :S 2022-10-03T11:16:20 < Steffanx-> Ikea has their zigbee ones. 2022-10-03T11:16:23 < Steffanx-> And lidl too 2022-10-03T11:16:38 < Steffanx-> Who wants esp? 2022-10-03T11:16:58 < zyp> people who don't want to have a zigbee gateway in between 2022-10-03T11:16:58 < qyx> I don't have zeegbee 2022-10-03T11:18:05 < qyx> I realised I have some stuff here which would be good to run when there is surplus energy available 2022-10-03T11:18:16 < zyp> but yeah, I'd expect anything common to be supported 2022-10-03T11:19:24 < zyp> you can look it up on https://www.home-assistant.io/integrations/ before you buy 2022-10-03T11:20:24 < zyp> for esp stuff, maybe https://esphome.io/ 2022-10-03T11:20:28 < qyx> hm I didn't use my brain that way 2022-10-03T11:21:41 < zyp> I think that esphome thing is «build your own whatever or grab some off the shelf shit with esp and flash custom firmware» 2022-10-03T11:22:13 < qyx> basically a 10 line firmware with MQTT should work 2022-10-03T11:22:30 < qyx> I guess there is a ready made one too for somple relay toggling 2022-10-03T11:22:42 < qyx> I'll check the esphome 2022-10-03T11:22:43 < zyp> that too 2022-10-03T11:23:58 < qyx> a bit of context, I am making dried apples 2022-10-03T11:55:13 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-03T12:24:28 < karlp> yeah, esphome has "reflash this shit on ~any china stuff and it becomes hass compat" 2022-10-03T12:27:19 < srk> :D 2022-10-03T12:28:15 < srk> I run esps with nodemcu, lua interpreter on telnet, whole automation is just sending chunks of lua over telnet 2022-10-03T12:31:33 < srk> echo 'off()lo(5)' | nc -N lamp.iot 23 2022-10-03T12:32:47 < karlp> just describe that int he api docs, sure... 2022-10-03T12:34:56 < srk> api? what api? 2022-10-03T12:34:58 < srk> :D 2022-10-03T12:37:01 < srk> shell script is an api :D 2022-10-03T15:38:27 -!- alan_ [~alan@172-7-159-77.lightspeed.dybhfl.sbcglobal.net] has quit [Quit: Leaving] 2022-10-03T15:38:53 -!- alan_o [~alan@2600:1700:1902:210f:cdf6:8bbe:5546:eb29] has joined ##stm32 2022-10-03T16:53:50 -!- qyx [~qyx@84.245.120.241] has quit [Read error: Connection reset by peer] 2022-10-03T16:54:58 -!- qyx [~qyx@84.245.120.241] has joined ##stm32 2022-10-03T17:09:26 -!- rajkosto [~rajkosto@178.220.157.100] has joined ##stm32 2022-10-03T17:10:36 -!- specing [~specing@user/specing] has quit [Ping timeout: 264 seconds] 2022-10-03T17:48:03 -!- catphish_ [~charlie@user/catphish] has joined ##stm32 2022-10-03T19:15:43 -!- tomeaton17 [~tomeaton1@vps-dd79483c.vps.ovh.net] has joined ##stm32 2022-10-03T19:16:16 < tomeaton17> Hi, is it possible to configure the i2c peripheral so that it ignores slave NACK? 2022-10-03T19:17:25 < tomeaton17> Ti dmp has a IGNACK bit which you can set and I am hoping that stm32 has something similar but couldn't find anything in the RM. 2022-10-03T19:17:32 < karlp> what's the goal? 2022-10-03T19:18:05 < karlp> I mean, if the slave is naking, pretending it's not doesn't really sound like it helps much? 2022-10-03T19:18:20 < tomeaton17> There is a protocol very similar to i2c expect the 9th bit is a don't care 2022-10-03T19:18:27 < tomeaton17> And I would like to use that 2022-10-03T19:22:33 < tomeaton17> Doesn't seem like there is an equivalent bit to disable the nack unfortunately. Might have to write my own driver. 2022-10-03T19:23:47 -!- specing [~specing@user/specing] has joined ##stm32 2022-10-03T19:29:13 < Steffanx-> What are you talking too? 2022-10-03T19:29:23 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-03T19:29:24 < Steffanx-> Or is this your NDA'd thing? 2022-10-03T19:29:40 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-03T19:30:00 -!- tomeaton17 [~tomeaton1@vps-dd79483c.vps.ovh.net] has quit [Read error: Connection reset by peer] 2022-10-03T19:30:24 < Steffanx-> Bye. Thanks 2022-10-03T19:35:40 < qyx> no problem 2022-10-03T19:41:23 -!- BrainDamage [~braindama@user/BrainDamage] has quit [Ping timeout: 265 seconds] 2022-10-03T19:54:18 -!- BrainDamage [~braindama@user/BrainDamage] has joined ##stm32 2022-10-03T21:28:54 -!- kaki [~kaki@37-33-116-48.bb.dnainternet.fi] has joined ##stm32 2022-10-03T21:35:48 -!- machinehum [~machinehu@S0106d4e2cb4a7fa7.vn.shawcable.net] has joined ##stm32 2022-10-03T21:42:53 < kaki> hello metal pro 2022-10-03T21:44:03 < machinehum> hi 2022-10-03T22:00:19 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-03T22:01:08 < kaki> is brexit finished? 2022-10-03T22:01:29 < kaki> I mean it has been apparently like 5years 2022-10-03T22:04:06 < kaki> do you guise use special board materials with wireless SOCs? 2022-10-03T22:15:50 < catphish> brexit is indeed finished 2022-10-03T22:16:12 < catphish> unless there's some transitional deal i'm unaware of, which is entirely plausible 2022-10-03T22:16:41 < catphish> i've never used a wireless SoC, so i can't comment, so i won't 2022-10-03T22:17:57 < rustyaxe> ive played a bit with esp8266 boards for sensors stuff 2022-10-03T22:18:20 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-03T22:18:24 < Laurence_b> lol the muskbot 2022-10-03T22:18:31 < Laurence_b> Terminator 1 style 2022-10-03T22:20:52 < kaki> welcom Laurence_b 2022-10-03T22:54:28 -!- kraiskil [~kraiskil@mobile-access-bcee9e-51.dhcp.inet.fi] has joined ##stm32 2022-10-03T23:26:16 -!- kraiskil [~kraiskil@mobile-access-bcee9e-51.dhcp.inet.fi] has quit [Ping timeout: 260 seconds] 2022-10-03T23:45:00 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-03T23:57:28 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] --- Day changed ti loka 04 2022 2022-10-04T00:18:15 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 252 seconds] 2022-10-04T00:27:43 -!- rajkohaxor [~rajkosto@93-87-105-249.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-04T00:29:27 -!- rajkosto [~rajkosto@178.220.157.100] has quit [Ping timeout: 265 seconds] 2022-10-04T00:29:38 < qyx> kaki: You know, metal is so popular in Finland that they have metal band for kids named Hevisaurus 2022-10-04T00:29:41 < qyx> is that true? 2022-10-04T00:30:58 < kaki> ye 2022-10-04T00:31:14 < kaki> idk how popular hevisaurus is 2022-10-04T00:37:46 < Steffanx-> is kaki from this world? 2022-10-04T00:38:03 < kaki> unlikelly 2022-10-04T00:39:11 < qyx> ok I lold irl 2022-10-04T00:39:25 < qyx> but other than being weird it is just weird 2022-10-04T00:41:22 < kaki> did I do something weird? 2022-10-04T00:41:40 < kaki> I'm not even being activelly weird rn 2022-10-04T00:42:19 < kaki> when I'm activelly weird every time Steffanx- cannot help to point that out 2022-10-04T00:43:30 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-04T00:44:22 < Steffanx-> Not untrue 2022-10-04T01:29:54 -!- rajkohaxor [~rajkosto@93-87-105-249.dynamic.isp.telekom.rs] has quit [Quit: Leaving] 2022-10-04T01:42:59 < qyx> I am failing at CAN once again 2022-10-04T01:46:02 < specing> you CANt 2022-10-04T01:46:08 < catphish> try connecting CANH to CANH and CANL to CANL 2022-10-04T01:46:15 < catphish> that always works for me 2022-10-04T01:46:47 < qyx> hw is goodthere is some catch 500k vs 1M 2022-10-04T01:47:27 < catphish> 500k is best k 2022-10-04T01:48:50 < qyx> [13728.490000] m_can f8054000.can can0: bus-off 2022-10-04T01:48:52 < qyx> uh oh 2022-10-04T01:48:57 < qyx> may be the reason 2022-10-04T01:49:30 < qyx> works now 2022-10-04T02:09:14 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-04T02:10:19 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-04T02:27:19 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-04T02:28:32 -!- CatCow [~wtf_over@98.246.223.133] has quit [Client Quit] 2022-10-04T02:45:18 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 268 seconds] 2022-10-04T03:11:23 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-04T03:34:11 -!- qyx [~qyx@84.245.120.241] has quit [Ping timeout: 260 seconds] 2022-10-04T03:36:06 -!- qyx [~qyx@84.245.121.64] has joined ##stm32 2022-10-04T03:43:57 -!- Ad0 [~Ad0@93.124.245.194] has quit [Ping timeout: 252 seconds] 2022-10-04T03:58:27 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-04T04:26:51 -!- boB_K7IQ [~boB_K7IQ@184-98-42-152.phnx.qwest.net] has quit [Ping timeout: 252 seconds] 2022-10-04T04:58:30 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-04T05:13:52 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-04T05:25:34 -!- kaki [~kaki@37-33-116-48.bb.dnainternet.fi] has quit [Ping timeout: 252 seconds] 2022-10-04T05:33:54 -!- fluiD [~fluiD@66.186.208.227] has joined ##stm32 2022-10-04T06:37:56 -!- steve_ [~steve@ool-182c2b80.dyn.optonline.net] has quit [Ping timeout: 260 seconds] 2022-10-04T06:38:11 -!- boB_K7IQ [~boB_K7IQ@184-98-42-152.phnx.qwest.net] has joined ##stm32 2022-10-04T09:06:06 -!- steve_ [~steve@ool-182c2b80.dyn.optonline.net] has joined ##stm32 2022-10-04T09:44:49 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-04T10:51:01 -!- m5zs7k [aquares@web10.mydevil.net] has quit [Ping timeout: 265 seconds] 2022-10-04T10:53:41 -!- m5zs7k [aquares@web10.mydevil.net] has joined ##stm32 2022-10-04T11:21:32 -!- tomeaton17 [~tomeaton1@vps-dd79483c.vps.ovh.net] has joined ##stm32 2022-10-04T11:21:40 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-04T11:22:12 < tomeaton17> Hi I got disconnected last night, just wondering if anyone had any ideas on how to get i2c peripheral to ignore slave nack 2022-10-04T11:22:59 < jpa-> just bitbang it 2022-10-04T11:23:40 -!- tomeaton17 [~tomeaton1@vps-dd79483c.vps.ovh.net] has quit [Read error: Connection reset by peer] 2022-10-04T11:23:45 -!- tomeaton17_ [~tomeaton1@vps-dd79483c.vps.ovh.net] has joined ##stm32 2022-10-04T11:24:02 < tomeaton17_> Yeah that would definitely work 2022-10-04T11:24:22 < tomeaton17_> I would just prefer to not implement it but seems like I must 2022-10-04T11:25:16 < jpa-> just steal from the webs 2022-10-04T11:25:57 < jpa-> https://en.wikipedia.org/wiki/I%C2%B2C#Example_of_bit-banging_the_I2C_protocol even wikipedia has it :D 2022-10-04T11:26:31 < tomeaton17_> That's great thanks 2022-10-04T11:27:47 < PaulFertser> tomeaton17_: what is that odd protocol that's similar enough to I2C but weird enough to require ignoring NACKs? 2022-10-04T11:29:47 -!- tomeaton17_ [~tomeaton1@vps-dd79483c.vps.ovh.net] has quit [Read error: Connection reset by peer] 2022-10-04T12:09:22 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-04T12:12:56 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-04T12:15:34 -!- Laurence_b [~Laurence_@cust226-dsl93-89-135.idnet.net] has joined ##stm32 2022-10-04T12:15:50 < Laurence_b> the final solution for autists 2022-10-04T12:15:52 < Laurence_b> https://ichef.bbci.co.uk/news/976/cpsprodpb/1699A/production/_122307529_mediaitem122307528.jpg.webp 2022-10-04T12:19:11 < jpa-> Laurence_b: how can we apply it? we have one Lb in need of a final solution 2022-10-04T12:20:02 < Laurence_b> we will need a lot of detention cells for all the autists 2022-10-04T12:20:27 < Laurence_b> >Russia is ebil they put autists in detention cells unlike UK 2022-10-04T12:22:59 < Laurence_b> tfw no detention cells for arduino users 2022-10-04T13:05:08 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 268 seconds] 2022-10-04T13:13:41 < specing> lol 2022-10-04T13:22:12 < BrainDamage> https://nitter.it/josecastillo/status/1577136108097314816 2022-10-04T13:25:14 < Laurence_b> wow that looks cancerous 2022-10-04T13:25:20 < Laurence_b> >adafruit 2022-10-04T13:26:30 < BrainDamage> it boggles my mind that it attemps to include libs by header name 2022-10-04T13:34:44 -!- Laurence_b [~Laurence_@cust226-dsl93-89-135.idnet.net] has quit [Quit: Client closed] 2022-10-04T13:47:46 < srk> typical automagic surprises 2022-10-04T13:48:36 < BrainDamage> it's reinventing package management in a worse way, "content curation is hard, so we won't do it" 2022-10-04T13:54:39 < ventYl> TBH the only dependency management which ever kind of worked was autohell 2022-10-04T13:54:53 < ventYl> it sucks, so everyone has to play nice with everyone else 2022-10-04T13:55:27 < ventYl> once you start coupling things together tightly using some "we selected this for you" mechanism, things go fishy very fast 2022-10-04T13:57:12 < jpa-> IMO platformio package/dependency management works quite ok 2022-10-04T13:57:32 < jpa-> i don't like the autodiscovery, but you can just explicitly list the libraries 2022-10-04T13:58:31 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-04T14:00:52 < karlp> I'm 99% sure that the "sqlite pulls in doom" is a platformio include path corruption fail. 2022-10-04T14:01:04 < karlp> oh, we're actualyl talking about anyway 2022-10-04T14:01:06 < karlp> lol 2022-10-04T14:06:13 < jpa-> yeah, framework-arduino-mbed is a mess though, and for some reason there is no clean rp2040 picosdk available on platformio 2022-10-04T14:06:28 < jpa-> instead you have to get this package that forces mbedos and all kinds of crap into the system 2022-10-04T14:08:05 < jpa-> funny thing is that because the libraries/doom/src/config.h is pretty standard HAVE_STDLIB_H etc. stuff, it might even work for sqlite :P 2022-10-04T14:09:08 -!- Laurence_b [~Laurence_@cust226-dsl93-89-135.idnet.net] has joined ##stm32 2022-10-04T14:09:43 < BrainDamage> I don't doubt it 'works' or it'd have been caught sooner, but that's going to bite in the ass in weird ways somewhere down the line 2022-10-04T14:10:46 -!- rajkosto [~rajkosto@93-87-105-249.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-04T14:11:04 < rajkosto> https://www.holtek.com/productdetail/-/vg/ht1621 how do i sniff the data bus of this thing 2022-10-04T14:13:55 < jpa-> you put your nose close to it and inhale 2022-10-04T14:14:05 < jpa-> if it smells burned, there is a bus conflict 2022-10-04T14:14:19 < jpa-> if it smells like ozone, there is overvoltage condition 2022-10-04T14:14:30 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 265 seconds] 2022-10-04T14:15:37 < jpa-> if there is neither of those, you can connect your logic analyzer to CS, RD, WR and DATA and decode it as if it was weird SPI with two clock signals 2022-10-04T14:16:01 < Xogium> hehehehe 2022-10-04T14:22:23 < Laurence_b> Look at the not a master and not a slave line 2022-10-04T14:23:06 < Laurence_b> boss out, wagie in and wagie out, boss in 2022-10-04T14:43:02 < Laurence_b> bush out, blair in 2022-10-04T14:44:33 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-04T14:54:10 -!- rajkosto [~rajkosto@93-87-105-249.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-04T15:02:18 -!- Laurence_b [~Laurence_@cust226-dsl93-89-135.idnet.net] has quit [Quit: Client closed] 2022-10-04T15:08:53 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 252 seconds] 2022-10-04T15:40:09 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-04T16:06:49 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 252 seconds] 2022-10-04T16:37:05 -!- fluiD [~fluiD@66.186.208.227] has quit [Ping timeout: 265 seconds] 2022-10-04T17:08:03 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-04T17:17:16 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 260 seconds] 2022-10-04T17:25:32 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-04T17:48:55 -!- fluiD [~fluiD@66.186.208.227] has joined ##stm32 2022-10-04T17:53:45 < bitmask> why the fuck does vscode auto import headers in .cpp files i cant find out where to turn this 'feature' off 2022-10-04T18:14:54 < Mangy_Dog> back to having problems with eclipse just not working again :( 2022-10-04T18:18:27 -!- fluiD [~fluiD@66.186.208.227] has quit [Read error: Connection reset by peer] 2022-10-04T18:19:26 -!- alan_o [~alan@2600:1700:1902:210f:cdf6:8bbe:5546:eb29] has quit [Remote host closed the connection] 2022-10-04T18:19:46 -!- alan_o [~alan@2600:1700:1902:210f:5cd2:897e:ce7e:3584] has joined ##stm32 2022-10-04T18:21:19 -!- fluiD [~fluiD@66.186.208.227] has joined ##stm32 2022-10-04T18:46:57 -!- kaki [~kaki@37-33-116-48.bb.dnainternet.fi] has joined ##stm32 2022-10-04T19:06:23 < Steffanx-> You're doing it wrong again Mangy_Dog 2022-10-04T19:21:19 -!- Netsplit *.net <-> *.split quits: zapb__, Steffanx-, \dev\ice, karlp, dima, boB_K7IQ, Laco-LLL, phryk, Jak_o_Shadows, joel135, (+15 more, use /NETSPLIT to show all of them) 2022-10-04T19:22:59 -!- Netsplit over, joins: boB_K7IQ, Jak_o_Shadows, rektide, GenTooMan, ColdKeyboard, zapb__, sauce, steve_, machinehum, BrainDamage (+15 more) 2022-10-04T19:23:00 -!- phryk [~totallyno@user/phryk] has quit [Max SendQ exceeded] 2022-10-04T19:23:13 -!- phryk_ [~totallyno@user/phryk] has joined ##stm32 2022-10-04T19:26:01 < Mangy_Dog> naaa steffanx- not me this time 2022-10-04T19:26:02 < Mangy_Dog> i mean 2022-10-04T19:26:31 < Mangy_Dog> the program deffo builds in both arduino and visual studio with the sodding pay for (trial) plugin 2022-10-04T19:26:54 < Mangy_Dog> this time something has gone wrong with the program and installing sloeber 2022-10-04T19:27:12 < Mangy_Dog> ive tried reinstalling it but thats just broken it even more 2022-10-04T19:27:19 < Mangy_Dog> cant even install the plugin sloeber any more through the market place 2022-10-04T19:27:30 < Mangy_Dog> and downloading the main built for program has other issues too 2022-10-04T20:13:09 < Mangy_Dog> https://cdn.discordapp.com/attachments/613131136784269398/1026904778443337728/unknown.png 2022-10-04T20:13:13 < Mangy_Dog> current error 2022-10-04T20:13:53 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-04T20:14:59 < srk> try `chmod +x /bin/arm-none-eabi-g++` 2022-10-04T20:16:42 < Mangy_Dog> in build options 2022-10-04T20:16:43 < Mangy_Dog> ? 2022-10-04T20:17:47 -!- rajkosto [~rajkosto@93-87-105-249.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-04T20:20:12 < Steffanx-> Looks like this is windows srk... 2022-10-04T20:20:28 < Mangy_Dog> yes 2022-10-04T20:25:41 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 260 seconds] 2022-10-04T20:31:31 -!- octorian [~octo@chroniton.logicprobe.org] has quit [Ping timeout: 244 seconds] 2022-10-04T20:31:52 -!- octorian_ [octo@2600:3c00::f03c:91ff:fe93:a61c] has joined ##stm32 2022-10-04T20:35:07 -!- octorian_ is now known as octorian 2022-10-04T20:53:07 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 250 seconds] 2022-10-04T20:56:40 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-04T21:12:09 < Steffanx-> Doesn't sloeber have a support forum/channel/whatever? I assume its sloeber breaking up here? 2022-10-04T21:30:22 < Mangy_Dog> honestly ivbe tried there 2022-10-04T21:30:30 < Mangy_Dog> the author constantly says theres nothing wrong with his plugin 2022-10-04T21:56:00 < bitmask> wut wut in the butt 2022-10-04T21:56:07 < bitmask> sorry, hi 2022-10-04T21:58:26 < Steffanx-> You're not sorry 2022-10-04T21:59:08 < bitmask> you're right 2022-10-04T21:59:10 < bitmask> :) 2022-10-04T22:32:19 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-04T23:04:01 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 246 seconds] 2022-10-04T23:49:02 -!- c10ud [~c10ud@user/c10ud] has quit [Read error: Connection reset by peer] 2022-10-04T23:49:19 -!- c10ud [~c10ud@host-213-26-199-10.business.telecomitalia.it] has joined ##stm32 2022-10-04T23:49:19 -!- c10ud [~c10ud@host-213-26-199-10.business.telecomitalia.it] has quit [Changing host] 2022-10-04T23:49:19 -!- c10ud [~c10ud@user/c10ud] has joined ##stm32 --- Day changed ke loka 05 2022 2022-10-05T00:03:53 < Steffanx-> Got some peanut butter, bitmask? 2022-10-05T00:16:05 < rustyaxe> ad9959 is here 2022-10-05T00:16:06 < rustyaxe> IT WAS NOT A SATCHEL OF SEEDS THIS TIME! 2022-10-05T00:16:14 < rustyaxe> It has stm32f103 on the board too 2022-10-05T00:17:41 < rustyaxe> tho im curious.. the usb port is just for power, so im guessing i prolly should look into a serial capable bootloader? 2022-10-05T00:17:57 < rustyaxe> ive an unlabeled 3 pin pad near the stm32, i assume is stlink 2022-10-05T00:23:25 -!- upgrdman [~upgrdman@47.180.47.55] has joined ##stm32 2022-10-05T00:24:25 < upgrdman> c/cpp pros: is there a convenient way to embed html in c source code? like "text blocks" in higher-level languages 2022-10-05T00:24:40 < upgrdman> it'll be a pain in the ass to escape all the quotes, etc. 2022-10-05T00:25:22 < qyx> I did it by "compressing" all the html as a uncompressed cpio archive 2022-10-05T00:25:31 < qyx> and linking it as an individual section 2022-10-05T00:25:43 < qyx> then I had helpers to read files from the cpio archive 2022-10-05T00:26:04 < qyx> I guess esp32 maker guys will have a solution for this 2022-10-05T00:26:15 < qyx> for their esp32 webservers 2022-10-05T00:29:54 < BrainDamage> you can always base64 encode it 2022-10-05T00:31:53 < BrainDamage> bonus point is that you can deserialize it on the fly as it's requested, and even support seeking 2022-10-05T00:43:47 < kaki> somebody is innovatin 2022-10-05T00:44:49 < kaki> Steffanx-: https://www.youtube.com/watch?v=vuWAO9QSG2Y how do you like hybrid? 2022-10-05T00:51:57 < kaki> https://www.youtube.com/watch?v=NJrmm5P5WSw encore 2022-10-05T00:57:20 < rustyaxe> qyx: we just use spiffs/littlefs :P 2022-10-05T00:58:05 < rustyaxe> this is gonna be a hell. 2022-10-05T00:58:09 < rustyaxe> Random chinese dev board just arrived 2022-10-05T00:58:53 < rustyaxe> stm32f103, ad9959 (4 channel DDS with 10bit DAC @ 500msps) 2022-10-05T00:59:30 < rustyaxe> Looks like usb connector is only for power, theres a 3 pin unlabeled unpopulated set of pads for a header next to the stm32.. 4 pin elsewhere with serial txd/rxd + 5v/gnd. 2022-10-05T01:16:49 < rustyaxe> st32f103cbt6 -- looks like its a recycled part 2022-10-05T01:26:10 < catphish> hardcore nighttime study musics https://www.youtube.com/watch?v=WWGmpRVoX18&t=187s 2022-10-05T01:28:23 < kaki> no way that is nightcore 2022-10-05T01:28:51 < kaki> where are the classics 2022-10-05T01:30:05 < kaki> ah songs are Nigthcore'd 2022-10-05T01:30:16 < kaki> so I mistake it for the originals 2022-10-05T01:36:50 < catphish> yeah these are just collections of high rpm remixes 2022-10-05T01:37:04 < catphish> i like them for studying 2022-10-05T01:46:43 -!- upgrdman [~upgrdman@47.180.47.55] has quit [Quit: Leaving] 2022-10-05T01:47:05 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-05T02:18:36 -!- rajkohaxor [~rajkosto@93-86-163-111.static.isp.telekom.rs] has joined ##stm32 2022-10-05T02:22:06 -!- rajkosto [~rajkosto@93-87-105-249.dynamic.isp.telekom.rs] has quit [Ping timeout: 260 seconds] 2022-10-05T02:24:20 -!- rajkohaxor [~rajkosto@93-86-163-111.static.isp.telekom.rs] has quit [Ping timeout: 265 seconds] 2022-10-05T02:38:33 < Mangy_Dog> btw fixed sloeber, had to correct the build enviroment variable 2022-10-05T02:47:46 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 260 seconds] 2022-10-05T02:48:06 -!- Miyu [~hackkitte@2a00:6020:5090:5700:c1d8:5589:123b:4033] has joined ##stm32 2022-10-05T02:52:05 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:28e6:124a:cc92:7347] has quit [Ping timeout: 268 seconds] 2022-10-05T03:04:09 -!- ferdna [~ferdna@user/ferdna] has quit [Remote host closed the connection] 2022-10-05T03:04:31 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-05T03:14:42 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-05T03:27:36 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-05T04:15:22 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-05T04:21:22 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-05T04:23:15 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-05T04:42:28 < rustyaxe> usb cable ended up being 2 wire 2022-10-05T04:42:36 < rustyaxe> why would you ship that with something that has serial over usb... 2022-10-05T04:42:57 < rustyaxe> -looks like they shorted me the $0.10 heatsink shown in photo too... 2022-10-05T04:48:00 < rustyaxe> plopped a big ole heatsink i had on the ad9959 chip, a little one on the solder pad on its backside, and a smaller one on the 5v reg that gets kinda warm 2022-10-05T05:29:45 -!- lagash_ [lagash@lagash.shelltalk.net] has quit [Remote host closed the connection] 2022-10-05T05:30:16 -!- lagash [lagash@lagash.shelltalk.net] has joined ##stm32 2022-10-05T05:31:06 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 260 seconds] 2022-10-05T05:33:00 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Ping timeout: 268 seconds] 2022-10-05T06:07:41 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2022-10-05T07:42:36 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-05T07:54:36 -!- Kerr [~Kerr@2601:602:ce80:df10:8528:7de2:3621:99ef] has joined ##stm32 2022-10-05T08:03:04 -!- Kerr [~Kerr@2601:602:ce80:df10:8528:7de2:3621:99ef] has quit [Quit: Client closed] 2022-10-05T08:03:20 -!- Kerr [~Kerr@2601:602:ce80:df10:8528:7de2:3621:99ef] has joined ##stm32 2022-10-05T08:20:22 -!- Kerr [~Kerr@2601:602:ce80:df10:8528:7de2:3621:99ef] has quit [Quit: Client closed] 2022-10-05T09:56:18 -!- milkylainen [~christian@static-212-247-174-226.cust.tele2.se] has quit [Quit: kernel] 2022-10-05T10:48:05 -!- m5zs7k [aquares@web10.mydevil.net] has quit [Ping timeout: 252 seconds] 2022-10-05T10:53:11 -!- m5zs7k [aquares@web10.mydevil.net] has joined ##stm32 2022-10-05T11:26:08 -!- Miyu is now known as hackkitten 2022-10-05T11:48:01 -!- rob_w [~bob@host-82-135-31-73.customer.m-online.net] has joined ##stm32 2022-10-05T12:15:42 -!- milkylainen [~christian@static-212-247-174-226.cust.tele2.se] has joined ##stm32 2022-10-05T12:25:06 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-05T12:41:58 -!- kaki [~kaki@37-33-116-48.bb.dnainternet.fi] has quit [Quit: Client closed] 2022-10-05T13:02:12 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 264 seconds] 2022-10-05T13:30:41 < jpa-> meh, i thought it would be reasonable to use windows event log for logging stuff from a service on windows 2022-10-05T13:31:03 < jpa-> turns out windows users don't know how to use event viewer even with instructions 2022-10-05T13:31:45 < karlp> :( 2022-10-05T13:32:43 -!- Kerr_ [~quassel@2601:602:ce80:df10::a85e] has quit [Ping timeout: 268 seconds] 2022-10-05T13:33:06 -!- Kerr [~quassel@2601:602:ce80:df10::a85e] has joined ##stm32 2022-10-05T13:50:40 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-05T14:17:43 -!- potash [~foghorn@user/foghorn] has quit [Excess Flood] 2022-10-05T14:17:59 -!- potash [~foghorn@user/foghorn] has joined ##stm32 2022-10-05T14:22:45 -!- Coldberg [~C-Man@ip-78-31-190-82.infiumhost.net] has quit [Read error: Connection reset by peer] 2022-10-05T14:23:08 -!- Coldberg [~C-Man@2a01:4f8:a0:2296::2:1000] has joined ##stm32 2022-10-05T14:28:34 < jadew> can someone please give me the TL;DR for why I would want to use protobuf over other object serialization methods? 2022-10-05T14:29:18 < qyx> what are "other object serialisation methods"? 2022-10-05T14:29:35 < jadew> packing everything in order for example 2022-10-05T14:29:40 < jadew> json could be another example 2022-10-05T14:30:36 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has joined ##stm32 2022-10-05T14:30:49 < Laurence_b> https://dailysceptic.org/2022/10/05/police-force-entry-into-journalists-home-arrest-her-and-put-her-in-a-cell-for-allegedly-writing-insulting-messages-on-internet/ 2022-10-05T14:31:05 < Laurence_b> keeek this is what kiwifarms posts look like irl 2022-10-05T14:31:20 < Laurence_b> thought they might be middle aged autistic housewives 2022-10-05T14:31:32 < qyx> jadew: platform independence, language independence, coolness, IDL, packing effectivity (varints, etc.) 2022-10-05T14:31:44 < jadew> is that the British thought police? 2022-10-05T14:32:00 < Laurence_b> yeah but the kiwifarms aspect is lulzy 2022-10-05T14:32:08 < Laurence_b> >ten year old daughter with autism 2022-10-05T14:32:13 < Laurence_b> the autism is inherited 2022-10-05T14:32:27 < jadew> qyx, yeah... I'm not sold 2022-10-05T14:32:28 < jadew> thanks 2022-10-05T14:32:49 < qyx> haha 2022-10-05T14:33:42 < Laurence_b> I remember when channers trolled kiwifarms as being full of bored autistic housewives, didnt realise it was literally true 2022-10-05T14:34:09 < qyx> also future proofing, structs having required/optional members 2022-10-05T14:34:30 < qyx> that's not possible with packing everything in order, you would have to version it 2022-10-05T14:35:03 < jadew> my serialization library has versioning, but yeah, the optional bit is nice 2022-10-05T14:35:05 < qyx> json is ok too if you want readability, but other than than, json sucks in multiple different ways 2022-10-05T14:35:39 < qyx> ok, compared to your serialisation library, json or protobuf or cbor or whatever is much better 2022-10-05T14:35:57 < Laurence_b> >readability >when everything is on a computer 2022-10-05T14:35:58 < qyx> if the serialised blob is used as an API or protocol 2022-10-05T14:36:03 < Laurence_b> I never understood this meme 2022-10-05T14:36:16 < qyx> because I can parse json or protobuf with a single line of code and no unusual external dependency 2022-10-05T14:36:31 < Laurence_b> >oh wowz the binary data is in a certain format that can be put into ascii form 2022-10-05T14:36:32 < jadew> yeah, but this is not for external consumption 2022-10-05T14:36:39 < qyx> with anything custom you are creating a one more hassle 2022-10-05T14:36:48 < jadew> how so? 2022-10-05T14:36:51 < qyx> one more hassle whatever 2022-10-05T14:36:59 < jadew> I already have the library 2022-10-05T14:37:00 < Laurence_b> there are plenty of binary protocols 2022-10-05T14:37:09 < qyx> you have to maintain the library, your library is less tested, etc. 2022-10-05T14:37:26 < qyx> been there done that 2022-10-05T14:37:27 < jadew> it's plenty tested, and serialization isn't a big deal 2022-10-05T14:37:29 < qyx> never again 2022-10-05T14:37:29 < jadew> it's easy 2022-10-05T14:37:35 < qyx> no it is not 2022-10-05T14:37:43 < qyx> you will bite yourself 2022-10-05T14:37:59 < jadew> I've been doing it like this for more than a decade... 2022-10-05T14:38:07 < qyx> after years you will still encounter bugs 2022-10-05T14:38:16 < qyx> and you will be the one to fix them 2022-10-05T14:38:21 < jadew> never had issues, was just wondering if something can be improved 2022-10-05T14:38:35 < qyx> idk 2022-10-05T14:38:57 < qyx> if there are no extreme specifics you are dealing with, I would use anything standard 2022-10-05T14:39:01 < qyx> compared to my own creation 2022-10-05T14:39:32 < jadew> so would I, but the benefits don't seem to outweigh the cost in the case of protobuf 2022-10-05T14:39:40 < jadew> I don't want to deal with generators and crap like that\ 2022-10-05T14:39:46 < jadew> my shit is literally one header file 2022-10-05T14:39:47 < qyx> so use cbor 2022-10-05T14:40:27 < qyx> or flatbuffers or what the new thing is 2022-10-05T14:41:54 -!- steve_ [~steve@ool-182c2b80.dyn.optonline.net] has quit [Ping timeout: 265 seconds] 2022-10-05T14:42:55 < englishman> qyx can't you read? jadwe's self-developed library is superior in every way 2022-10-05T14:43:11 < jadew> didn't say that 2022-10-05T14:43:20 < karlp> you pretty much did. 2022-10-05T14:43:21 < qyx> sorry I was gonna ask if he uses it to store data in his temperature logger 2022-10-05T14:43:22 < jadew> but switching to something else I have to deal with: 2022-10-05T14:43:29 < jadew> 1) Switching to something else. 2022-10-05T14:43:59 < jadew> 2) Adding a dependency and dealing with its requirements. 2022-10-05T14:44:07 < jadew> Benefits: -- 2022-10-05T14:44:16 < karlp> do you have any issues right now? 2022-10-05T14:44:20 < jadew> no 2022-10-05T14:44:24 < karlp> problem solved then 2022-10-05T14:44:30 < karlp> back to the temperature logger then. 2022-10-05T14:44:35 < qyx> :D 2022-10-05T14:44:43 < jadew> very funny 2022-10-05T14:45:28 < jadew> I do have something I'm worrying about was kinda wondering if these libraries could address that issue, but probably not 2022-10-05T14:45:40 < qyx> you didn't mention the issue 2022-10-05T14:45:42 < jadew> *and was 2022-10-05T14:46:07 < karlp> can't mention the issue, as it exposes private better source 2022-10-05T14:46:09 < jadew> it's not really an issue, I would like to have reliable connectivity, even if the connection goes down, device gets rebooted, etc 2022-10-05T14:46:43 < jadew> I'm about to write something to address that, but I was kinda hoping it was already addressed by other libraries 2022-10-05T14:46:54 < qyx> I am sure I understand 2022-10-05T14:47:09 < qyx> what does a serialisation library have to do with connection issues 2022-10-05T14:47:58 < jadew> IDK, they're part of the communication protocol, was hoping there's something in there to address this issue 2022-10-05T14:47:59 < karlp> jadew's monolithic ivory tower has everythign built in 2022-10-05T14:48:22 < jadew> simple data packers don't really offer much advantage over how things were done 20 years ago 2022-10-05T14:48:38 < jadew> (cuz we've been packing data for quite some time and we know how to do it already) 2022-10-05T14:49:44 < qyx> sorry, *I was not sure 2022-10-05T14:49:55 < qyx> but meh 2022-10-05T14:50:20 < qyx> have to do some shopping and another 400 m of cable is waiting for me on the drum 2022-10-05T14:55:00 < englishman> oh we have been packing alright 2022-10-05T15:41:57 < jadew> this is what my stuff looks like: https://pastebin.com/ukK7DMBt 2022-10-05T15:42:11 < jadew> it's inspired by boost serialize (I think) 2022-10-05T15:43:49 < jadew> would any of those libraries make my life better compared to what's there? 2022-10-05T15:45:43 < ventYl> probably not 2022-10-05T15:57:17 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-05T16:17:46 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has quit [Quit: Client closed] 2022-10-05T16:19:24 -!- fenugrec [~f@97.107.220.18] has quit [Quit: fenugrec] 2022-10-05T16:23:13 -!- fenugrec [~f@97.107.220.18] has joined ##stm32 2022-10-05T17:11:32 -!- rob_w [~bob@host-82-135-31-73.customer.m-online.net] has quit [Remote host closed the connection] 2022-10-05T17:37:13 -!- kaki [~kaki@37-33-116-48.bb.dnainternet.fi] has joined ##stm32 2022-10-05T17:38:45 -!- rajkosto [~rajkosto@178-221-116-53.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-05T17:39:16 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has joined ##stm32 2022-10-05T17:39:19 < Laurence_b> https://hackaday.com/2022/10/04/2022-hackaday-supercon-speakers-will-inspire-you/ 2022-10-05T17:39:23 < Laurence_b> faces of autism 2022-10-05T17:39:50 < Laurence_b> https://hackaday.com/wp-content/uploads/2022/10/20220923_010905-Nick_Poole_thumbnail-1.png?resize=400,400 2022-10-05T17:39:53 < Laurence_b> >this is normal 2022-10-05T17:47:51 < specing> Laurence_b: found a ton of kek here https://nitter.net/alifarhat79 2022-10-05T17:58:57 < kaki> https://pop.system76.com/ what dis? 2022-10-05T18:00:18 < Steffanx-> Laurence_b posting this for you because relevant: https://youtu.be/erwtQFfFNTQ 2022-10-05T18:39:39 < rajkosto> kaki, a shitty ubuntu spinoff 2022-10-05T18:39:53 < rajkosto> that some youtubers shill because it has some drivers preinstalled ? 2022-10-05T18:46:38 -!- kaki [~kaki@37-33-116-48.bb.dnainternet.fi] has quit [Ping timeout: 252 seconds] 2022-10-05T18:52:35 -!- kaki [~kaki@37-33-116-48.bb.dnainternet.fi] has joined ##stm32 2022-10-05T19:10:51 < kaki> Steffanx-: how did you like hybrid? 2022-10-05T19:18:50 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has quit [Quit: Client closed] 2022-10-05T19:29:13 -!- phryk_ is now known as phryk 2022-10-05T19:32:43 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-05T19:35:47 -!- kaki [~kaki@37-33-116-48.bb.dnainternet.fi] has quit [Quit: Client closed] 2022-10-05T19:48:19 < machinehum> Does anyone know of a nRF52 board that has an IMU + button cell slot 2022-10-05T19:53:45 < englishman> this https://www.waveshare.com/nrf52840-eval-kit.htm plus any of the numerous addons probably 2022-10-05T19:58:05 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-05T20:02:53 -!- catphish_ is now known as catphish 2022-10-05T20:26:48 -!- rajkosto [~rajkosto@178-221-116-53.dynamic.isp.telekom.rs] has quit [Ping timeout: 264 seconds] 2022-10-05T20:32:32 -!- rajkosto [~rajkosto@178-221-116-53.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-05T20:49:28 -!- upgrdman [~upgrdman@47.180.47.55] has joined ##stm32 2022-10-05T20:56:47 -!- steve_ [~steve@ool-182c2b80.dyn.optonline.net] has joined ##stm32 2022-10-05T21:01:10 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-05T21:01:47 < bitmask> hmm, does a c++ vector need the contained type to have a copy constructor or is a move constructor ok? 2022-10-05T21:06:48 < specing> T must meet the requirements of CopyAssignable and CopyConstructible. 2022-10-05T21:07:11 < bitmask> boo 2022-10-05T21:12:12 < Steffanx-> I bet specing duckduckgood that. 2022-10-05T21:12:59 < rustyaxe> engrish? 2022-10-05T21:13:13 < specing> Steffanx-: I did 2022-10-05T21:13:14 * rustyaxe goes back to getting this stupid IPX shit working 2022-10-05T21:14:54 < Steffanx-> enjoy rustyaxe 2022-10-05T21:15:29 < rustyaxe> A DOOMing we shall gooo 2022-10-05T21:15:55 < Steffanx-> Don't die 2022-10-05T21:17:18 < rustyaxe> if i get IPX over websockets working.. it should be OK 2022-10-05T21:19:10 < PaulFertser> Why use original Doom and not any recent fork that has sane networking? 2022-10-05T21:23:05 < bitmask> rustyaxe whatcha doin? 2022-10-05T21:24:37 < rustyaxe> bitmask: playing with old dos games in dosemu2 in the browser :o 2022-10-05T21:27:00 < bitmask> i see 2022-10-05T21:28:05 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-05T21:29:16 < bitmask> I'm working on a game engine (C++/Vulkan) thought you were coding something 2022-10-05T21:37:38 < bitmask> move/copy shit in c++ drives me nuts, I should have a better grasp on it by now 2022-10-05T21:49:50 < bitmask> so i guess it doesnt have to support copy constructible if you use std::move 2022-10-05T21:50:10 < rustyaxe> yea i try to avoid C++ like it is a herpesvirus. 2022-10-05T21:50:14 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-05T21:50:27 < bitmask> i like it 2022-10-05T21:50:32 < bitmask> its confusing sometimes but still 2022-10-05T21:50:55 < rustyaxe> Yea i'd rather save them resources for useful things than a type system babysitting me :P 2022-10-05T21:50:57 < bitmask> maybe i just like it because its the language im most comfortable with 2022-10-05T21:51:09 < rustyaxe> i mostly program on tiny things these days 2022-10-05T21:51:39 < bitmask> i was doing embedded for a few years for some personal projects but then I started getting into this game engine 2022-10-05T21:51:48 < PaulFertser> A GPU driver developer shares impressions from using Rust for a kernel driver: https://nitter.snopyta.org/LinaAsahi/status/1577667445719912450#m 2022-10-05T21:52:17 < bitmask> yea rust actually piqued my interest 2022-10-05T21:52:21 < rustyaxe> heh vidja games and scamcoin are a waste of computing resources that could be curing humanities problems :P 2022-10-05T21:52:38 < bitmask> what kinda nonsense is that 2022-10-05T21:53:38 < BrainDamage> you cannot put videogames and cryptocurrencies on the same level 2022-10-05T21:54:14 < BrainDamage> by that logic, unless you're solving world hunger you shouldn't do anything, and forget that humanity also needs entertainment 2022-10-05T21:55:23 < bitmask> yea that was a stupid statement :/ 2022-10-05T21:55:27 < rustyaxe> its ok, were it not for humanities wasting all their resources to kill each other, we'd already be exploring the galaxy :o 2022-10-05T21:55:38 < rustyaxe> humanity's 2022-10-05T21:57:25 < jadew> PaulFertser, the guy compares it with C 2022-10-05T21:58:22 < jadew> other than assembly, I don't know what language would allow you to write leakier code than C 2022-10-05T21:58:48 < bitmask> at least c++ has utilities to to help prevent that stuff 2022-10-05T21:59:27 < bitmask> i dont think i have a single new keyword in my engine 2022-10-05T21:59:32 < jadew> ans smart pointers, so things get freed when they need to be freed, like the OP mentions 2022-10-05T22:01:09 < PaulFertser> jadew: of course. C++ doesn't have automatic ownership lifetime tracking though. And probably ensuring safe concurrency is harder. And despite all the efforts Rust is the first second language accepted by mainline Linux now. 2022-10-05T22:01:20 < jadew> PaulFertser, it does 2022-10-05T22:01:26 < jadew> shared_ptr 2022-10-05T22:02:01 < jadew> also, if you want concurrency safety there's boost's synchronized_value (possibly in STL now) 2022-10-05T22:02:02 < PaulFertser> That costs more than what Rust offers for the purpose. 2022-10-05T22:02:20 < jadew> how could it be done more efficiently? 2022-10-05T22:02:54 < rustyaxe> right a kernel in rust is interesting 2022-10-05T22:02:55 < jadew> it's just reference counting 2022-10-05T22:03:14 < rustyaxe> you lose a bit of stuff from the runtime that you can use, but its really quite pleasant to work with 2022-10-05T22:03:49 < rustyaxe> even dealing with x86 boot lunacy isnt that awful since you can still call into linked assembly in a sane way 2022-10-05T22:03:49 < PaulFertser> shared_ptr is doing runtime reference counting, https://rustc-dev-guide.rust-lang.org/borrow_check.html works compile-time 2022-10-05T22:04:51 < jadew> oh, that's the same with the move mechanism in c++ 2022-10-05T22:05:16 < jadew> again... c++ has that by default as well 2022-10-05T22:05:47 < jadew> (the move constructors) 2022-10-05T22:06:22 < PaulFertser> Nothing prevents you from using a variable even after explicit std::move() 2022-10-05T22:06:42 < jadew> that's true 2022-10-05T22:08:20 < PaulFertser> Same about e.g. creating a lambda with [&] assigning it to some call back, leaving the scope, and then getting the callback called and using all the invalid references. 2022-10-05T22:12:39 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 252 seconds] 2022-10-05T22:14:57 < jadew> PaulFertser, what happens if you pass it to two threads? 2022-10-05T22:16:03 < PaulFertser> jadew: in Rust? 2022-10-05T22:16:13 < jadew> yeah, how does it deal with that? 2022-10-05T22:18:27 < PaulFertser> I think it will give you a compile time error in that case. You'd need to be explicit about using something similar to shared_ptr. 2022-10-05T22:18:41 < jadew> I see 2022-10-05T22:19:51 < jadew> I wonder if new c++ compilers follow std::move and complain about accessing it afterwards - if they'd do that, it would be the same? 2022-10-05T22:24:08 < jadew> they don't 2022-10-05T22:25:35 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-05T22:26:28 < PaulFertser> I'm not skilled enough to answer properly, but afaict, not really, and that's not the only essential difference which makes Rust better for driver development. 2022-10-05T22:28:52 < PaulFertser> https://www.reddit.com/r/cpp/comments/7c9qmh/is_there_a_way_to_reproduce_rusts_borrow_checker/ 2022-10-05T22:29:38 < PaulFertser> https://www.reddit.com/r/cpp/comments/ug90nz/a_ruststyle_borrow_checker_for_c_with_partial/ 2022-10-05T22:36:27 -!- boB_K7IQ [~boB_K7IQ@184-98-42-152.phnx.qwest.net] has quit [] 2022-10-05T22:53:52 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 268 seconds] 2022-10-05T23:08:54 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-05T23:14:02 -!- boB_K7IQ [~boB_K7IQ@184-98-42-152.phnx.qwest.net] has joined ##stm32 --- Day changed to loka 06 2022 2022-10-06T00:10:27 -!- kaki [~kaki@37-33-116-48.bb.dnainternet.fi] has joined ##stm32 2022-10-06T00:24:40 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-06T00:36:13 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-06T00:47:46 < Mangy_Dog> well now it looks like im going to try and impliment something like this in this stm32duino thing :/ https://www.hackster.io/javier-munoz-saez/all-pins-as-pwm-at-the-same-time-baremetal-stm32-1df86f 2022-10-06T00:47:59 < Mangy_Dog> shame i dont really know how to work with dma and hal :/ 2022-10-06T00:58:06 -!- upgrdman [~upgrdman@47.180.47.55] has quit [Quit: Leaving] 2022-10-06T01:06:05 -!- veverak [~veverak@ip-78-45-245-126.bb.vodafone.cz] has quit [Ping timeout: 252 seconds] 2022-10-06T01:16:26 -!- steve_ [~steve@ool-182c2b80.dyn.optonline.net] has quit [Ping timeout: 260 seconds] 2022-10-06T01:30:10 -!- veverak [~veverak@ip-78-45-245-126.bb.vodafone.cz] has joined ##stm32 2022-10-06T01:35:28 -!- veverak [~veverak@ip-78-45-245-126.bb.vodafone.cz] has quit [Ping timeout: 246 seconds] 2022-10-06T01:52:06 -!- hexo [~hexo@user/hexo] has quit [Ping timeout: 268 seconds] 2022-10-06T01:52:40 -!- Ikkepop [~C-Man@ip-78-31-190-82.infiumhost.net] has joined ##stm32 2022-10-06T01:55:45 -!- hexo [~hexo@user/hexo] has joined ##stm32 2022-10-06T01:56:37 -!- Coldberg [~C-Man@2a01:4f8:a0:2296::2:1000] has quit [Ping timeout: 268 seconds] 2022-10-06T02:29:19 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 252 seconds] 2022-10-06T03:04:45 -!- Spirit532 [~Spirit532@user/Spirit532] has quit [Read error: Connection reset by peer] 2022-10-06T03:06:30 -!- Spirit532 [~Spirit532@user/Spirit532] has joined ##stm32 2022-10-06T03:13:24 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-06T03:30:40 -!- Ikkepop [~C-Man@ip-78-31-190-82.infiumhost.net] has quit [Quit: Leaving] 2022-10-06T03:39:27 -!- qyx [~qyx@84.245.121.64] has quit [Ping timeout: 268 seconds] 2022-10-06T03:41:06 -!- qyx [~qyx@84.245.120.46] has joined ##stm32 2022-10-06T04:19:08 -!- steve_ [~steve@ool-182c2b80.dyn.optonline.net] has joined ##stm32 2022-10-06T05:09:58 -!- rajkosto [~rajkosto@178-221-116-53.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-06T05:28:06 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Read error: Connection reset by peer] 2022-10-06T05:53:09 < jadew> have you guys seen any good movies lately? 2022-10-06T05:55:47 < rustyaxe> beavis and butthead do the universe 2022-10-06T05:56:27 < jadew> never seen any beavis and butthead 2022-10-06T05:57:32 < jadew> sounds like I might need some background when watching that 2022-10-06T05:57:36 < jadew> what else? 2022-10-06T06:11:42 < rustyaxe> not sure, im not really up on the disney thing :P 2022-10-06T06:12:23 < jadew> I don't think I've seen any good movies this year 2022-10-06T07:02:28 < srk> jadew: alien :D 2022-10-06T08:59:42 -!- veverak [~veverak@ip-89-102-215-57.bb.vodafone.cz] has joined ##stm32 2022-10-06T09:15:35 < Steffanx-> Is it 1979 srk? 2022-10-06T09:24:33 -!- rob_w [~bob@host-82-135-31-73.customer.m-online.net] has joined ##stm32 2022-10-06T09:28:50 < jadew> srk, saw that recently 2022-10-06T09:29:17 < jadew> maybe two weeks ago 2022-10-06T09:30:19 < jadew> it was ok, but Life was better 2022-10-06T09:32:23 < jadew> when I look back at my rating history on IMDB I can't believe how harsh I was with movies 2022-10-06T09:32:38 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-06T09:33:13 < jadew> mainly because movies back were not the utter shit of today 2022-10-06T09:33:42 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-06T09:33:50 < jadew> *back then 2022-10-06T09:34:11 < jadew> I gave Life a 7 2022-10-06T09:34:20 < jadew> if I was to rate it in 22, it would get a 10+ 2022-10-06T09:35:04 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Client Quit] 2022-10-06T09:35:32 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-06T09:40:51 < jadew> "Best upcoming movies" - how the fuck do you know they're going to be good if they're not even out... ffs 2022-10-06T09:42:18 < jadew> they're probably going to be shit I reckon 2022-10-06T10:32:50 -!- m5zs7k [aquares@web10.mydevil.net] has quit [Ping timeout: 265 seconds] 2022-10-06T10:40:14 -!- boB_K7IQ [~boB_K7IQ@184-98-42-152.phnx.qwest.net] has quit [Read error: Connection reset by peer] 2022-10-06T10:40:32 -!- m5zs7k [aquares@web10.mydevil.net] has joined ##stm32 2022-10-06T10:41:52 -!- boB_K7IQ [~boB_K7IQ@184-98-42-152.phnx.qwest.net] has joined ##stm32 2022-10-06T10:42:01 -!- BrainDamage [~braindama@user/BrainDamage] has quit [Ping timeout: 265 seconds] 2022-10-06T10:51:43 -!- BrainDamage [~braindama@user/BrainDamage] has joined ##stm32 2022-10-06T10:54:19 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-06T11:21:18 < Steffanx-> Lol yeah the stories and acting back then were AMAZING. Perhaps it's just you growing old jadew 😉 2022-10-06T11:35:14 < jadew> maybe... I may be getting old and bitter 2022-10-06T11:38:59 -!- tomeaton17 [~tomeaton1@vps-dd79483c.vps.ovh.net] has joined ##stm32 2022-10-06T11:40:55 -!- tomeaton17 [~tomeaton1@vps-dd79483c.vps.ovh.net] has quit [Read error: Connection reset by peer] 2022-10-06T11:41:01 -!- tomeaton17_ [~tomeaton1@155.234-255-62.static.virginmediabusiness.co.uk] has joined ##stm32 2022-10-06T11:48:32 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-06T11:54:43 -!- tomeaton17 [~tomeaton1@155.234-255-62.static.virginmediabusiness.co.uk] has joined ##stm32 2022-10-06T11:55:21 -!- tomeaton17 [~tomeaton1@155.234-255-62.static.virginmediabusiness.co.uk] has quit [Remote host closed the connection] 2022-10-06T11:57:25 -!- tomeaton17_ [~tomeaton1@155.234-255-62.static.virginmediabusiness.co.uk] has quit [Ping timeout: 265 seconds] 2022-10-06T12:09:25 -!- perdmann [~patrick@nostromo.0x47.net] has joined ##stm32 2022-10-06T12:13:00 < perdmann> Hi, i just started with STM32 and I decided to use MBED for a simple project. Is there a simple way or template to seperate user code and generated code? (For main its possible, but for Interrupt handlers?) 2022-10-06T12:15:58 < perdmann> I decided to not use freertos because the main loop will be enough. I just need a timer a button and a GPIO output. 2022-10-06T12:16:18 < jpa-> what generated code do you even need? 2022-10-06T12:17:01 < perdmann> jpa-: It configures the whole CPU, Clocks, the interrupt handler... Its nice to not do this by hand. 2022-10-06T12:18:17 < perdmann> And as I said, this is the first project with STM32, i plan to use it in other projects later on. 2022-10-06T12:18:21 < jpa-> i would expect such code to go into a separate init function that you can just call 2022-10-06T12:19:32 < perdmann> I would expect that the generator generates the function prototype but not the implementation 2022-10-06T12:21:50 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 268 seconds] 2022-10-06T12:22:39 < perdmann> jpa-: ... wait 2022-10-06T12:23:39 < perdmann> jpa-: the file is generated but everyting between the comments will not be overwritten... 2022-10-06T12:23:45 < perdmann> jpa-: thank you :-D 2022-10-06T12:28:24 < jpa-> glad to bring another person into cubehell 2022-10-06T12:28:55 < karlp> didn't they say mbed? 2022-10-06T12:29:05 < Steffanx-> He did. 2022-10-06T12:29:05 < karlp> soundsd like cube magic comments though yes :) 2022-10-06T12:29:13 < karlp> they. :) 2022-10-06T12:29:28 < karlp> everyone's a furry on the weebnets 2022-10-06T12:31:45 < jpa-> does mbed have some own generator? 2022-10-06T12:31:53 < jpa-> i though cube can generate some crap with mbed also 2022-10-06T12:36:12 < perdmann> Oh i thought that cubeMX thing is the generator in STM world to generate specific mbed "OS" ? 2022-10-06T13:01:30 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-06T13:02:10 < karlp> when you say mbed, do you mean embedded in general, or the mbed software project? 2022-10-06T13:16:04 < perdmann> karlp: mbed software project 2022-10-06T13:26:25 < qyx> are cubemx and mbed related nowadays somehow? 2022-10-06T13:27:04 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-06T13:28:05 < jpa-> cubemx has some "mbed" project type that alters what kind of crappy code it spits out 2022-10-06T13:31:04 < perdmann> jpa-: is there an alternative for that? Honestly speaking I used such tools a lot in automotive industry, before it started to move more and more to linux 2022-10-06T13:32:38 < jpa-> i'm firmly in "just write the code yourself" camp 2022-10-06T13:32:47 < qyx> oh so your software quality acceptance level must be pretty low 2022-10-06T13:33:00 < jpa-> it is, but i live with it 2022-10-06T13:33:06 < qyx> I mean, perdmann's 2022-10-06T13:33:09 < jpa-> i know ;) 2022-10-06T13:33:42 < qyx> when I hear automotive industry, clicky generators come to my mind 2022-10-06T13:36:47 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-06T13:37:21 < jadew> clickety clack 2022-10-06T13:37:23 < perdmann> Oh it depends. My opinion about this is: DRY. I dont want to rewrite everything everytime again. So you link manually against the STM peripheral driver or also write these by yourself? 2022-10-06T13:39:42 < qyx> code generator sounds like code duplication 2022-10-06T13:39:48 < qyx> and code duplication sounds like something is wrong 2022-10-06T13:40:04 < perdmann> For example: I dont create my Linux Images from scratch, i use yocto for that... If there is something similar for STM32 i would use that. 2022-10-06T13:40:30 < perdmann> qyx: ok so where do you put your drivers? Where did you get them from? 2022-10-06T13:40:59 < qyx> for simple stuff I use libopencm3 2022-10-06T13:41:09 < qyx> for a bit less simple stuff freertos and libopencm3 2022-10-06T13:41:15 < qyx> not that it is ideal, but works 2022-10-06T13:41:30 * jadew never used drivers for stm32 2022-10-06T13:41:50 < jadew> and I was deeply dissatisfied with the shit generated by cube 2022-10-06T13:42:10 < jadew> but it's been a while since I touched any of that, so maybe it's different now 2022-10-06T13:42:20 < perdmann> jadew: dont use drivers basically means you write them by yourself? 2022-10-06T13:42:26 < jadew> yeah 2022-10-06T13:43:07 < qyx> you can use chibios with its hal, if you want 2022-10-06T13:43:13 < qyx> or stm32 cobe ecosystem with their middleware 2022-10-06T13:43:19 < qyx> or mbed 2022-10-06T13:43:41 < qyx> nuttx for adventurous people liking posix 2022-10-06T13:43:58 < perdmann> jadew: so you configure DMA, IRQ, SPI and develop a abstract driver for that if you want to attach a SPI memory? 2022-10-06T13:44:17 < jadew> yes 2022-10-06T13:45:18 < jadew> I'm not opposed to using pre-generated or readily available drivers if they work well and are easy to use tho 2022-10-06T13:45:35 < jadew> otherwise, I would rather spend the time reading the reference manual and get exactly what I want 2022-10-06T13:46:09 < perdmann> Ok if I did this when i was studying, after that work is taking too much time. 2022-10-06T13:46:45 < perdmann> qyx: I really thought cubemx and mbed were related. I will try out mbed. 2022-10-06T13:48:24 < perdmann> I meant: I did this when i was studying. 2022-10-06T13:49:23 < jadew> I would have done it the other way around, duct tape for school project, concrete for the actual house 2022-10-06T13:52:37 < perdmann> I dont believe that i can do better then code which is widely used. (But i do agree, that i should try to avoid bad generated code) 2022-10-06T14:05:47 < Mangy_Dog> oh joy now im some what awake and trying to read this properly... i now realise why i struggled so hard last night with it... The english.... its sooooo broken https://www.hackster.io/javier-munoz-saez/all-pins-as-pwm-at-the-same-time-baremetal-stm32-1df86f 2022-10-06T14:08:51 < jpa-> lol, does it really rewrite the whole memory buffer when you change PWM value? 2022-10-06T14:09:07 < jpa-> and even does it per each pin 2022-10-06T14:09:41 < Mangy_Dog> i dont know 2022-10-06T14:09:41 < Mangy_Dog> yet 2022-10-06T14:09:57 < Mangy_Dog> im still trying to get my head around the concept and how i could impliment it with the core i use 2022-10-06T14:10:28 < jadew> what's so difficult about it? you're bitbanging pwm 2022-10-06T14:10:37 < Mangy_Dog> basically 2022-10-06T14:10:40 < Mangy_Dog> but using dma 2022-10-06T14:10:40 < jpa-> also a bit funny using 3 timers when they could just use 3 channels of a single timer 2022-10-06T14:11:18 < Mangy_Dog> but i dont know hal, and ive never actually directly used dma before... so im not exsactly sure how to do it :p 2022-10-06T14:12:18 < Mangy_Dog> but then i also need to figure out what timer i can use because im pretty sure some of the timers are tied to things the core uses 2022-10-06T14:12:31 < Mangy_Dog> and some of the hardware 2022-10-06T14:12:37 < Mangy_Dog> and i dont want to break serial or i2c 2022-10-06T14:12:50 < jpa-> ah, "core" in this case does not mean the CPU, but rather some crappy arduino-style software library you are using? 2022-10-06T14:12:59 < Mangy_Dog> yes 2022-10-06T14:13:02 < jpa-> fancy 2022-10-06T14:13:43 < Mangy_Dog> roger clarks thingy 2022-10-06T14:17:01 < Mangy_Dog> one thing i dont quite get 2022-10-06T14:17:27 < Mangy_Dog> its using three WORDS to hold the duty? 2022-10-06T14:17:32 < Mangy_Dog> but thats only 96 steps 2022-10-06T14:17:34 < Mangy_Dog> not 100 2022-10-06T14:17:46 < Mangy_Dog> he claims 100 steps in the duty 2022-10-06T14:18:06 < Mangy_Dog> unless hes truncating something and not really mentioning it 2022-10-06T14:20:07 < Mangy_Dog> also can dma access multiple pins and multple sets fo data at the same time? 2022-10-06T14:20:29 < jpa-> it's using one word per port per step 2022-10-06T14:20:54 < jpa-> gpioa / gpiob / gpioc 2022-10-06T14:21:21 < Mangy_Dog> oh ok 2022-10-06T14:34:02 < Mangy_Dog> so if i need 100 steps i need a 100 word array? 2022-10-06T14:37:13 < Mangy_Dog> for three ports thats 9600bits 2022-10-06T14:37:36 < Mangy_Dog> 1.2kb 2022-10-06T14:37:39 < Mangy_Dog> hmmmmmmm 2022-10-06T14:38:08 < Mangy_Dog> This hackyness is going on a C6... only 10KB ram :p 2022-10-06T14:42:04 < Mangy_Dog> well at least i understand what its actually doing now 2022-10-06T14:42:42 < Mangy_Dog> the bottom 16 bits of each... step... are the port values 2022-10-06T14:42:48 < Mangy_Dog> high low 2022-10-06T14:43:00 < Mangy_Dog> and its just constantly cycling that buffer 2022-10-06T14:43:04 < Mangy_Dog> in full 2022-10-06T14:43:29 < Mangy_Dog> and i just edit the value along the buffer 2022-10-06T14:45:50 < jpa-> if you rewrite the whole buffer anyway and have no other GPIO stuff in the same port, you can also just write the 16-bit word, halving the memory use 2022-10-06T14:46:30 < Mangy_Dog> because the top 16 bits are identical? 2022-10-06T14:46:42 < Mangy_Dog> and can just append that at dma runtime? 2022-10-06T14:46:46 < jpa-> because you can write ODR instead of BSRR 2022-10-06T14:47:19 < Mangy_Dog> ODR? 2022-10-06T14:47:24 < Mangy_Dog> sorry thats a new one o nme 2022-10-06T14:47:29 < jpa-> GPIOx->ODR vs. GPIOx->BSRR 2022-10-06T14:48:47 < Mangy_Dog> canthe ODR be accessed byt he dma? 2022-10-06T14:49:31 < jpa-> sure 2022-10-06T14:49:48 < Mangy_Dog> soooo why was this guy saying use the BSRR? 2022-10-06T14:50:00 < Mangy_Dog> what was the implied bonus of that? 2022-10-06T14:50:21 < jpa-> you can have other gpio stuff on the same port 2022-10-06T14:51:09 < Mangy_Dog> ohhh so if im sharing the port with serial... use the bsrr 2022-10-06T14:51:17 < Mangy_Dog> so not to delete the hardwares data 2022-10-06T14:51:21 < jpa-> serial is not gpio, it is dedicated peripheral 2022-10-06T14:51:23 < Mangy_Dog> odr is more brute? 2022-10-06T14:51:30 < Mangy_Dog> i thought it shared ports 2022-10-06T14:51:34 < Mangy_Dog> iok 2022-10-06T14:51:40 < jpa-> you'll need a deep dive into the reference manual 2022-10-06T14:51:56 < Mangy_Dog> already got the datasheet open 2022-10-06T14:52:09 < jpa-> doesn't help when all the information is in the reference manual, not in the datasheet 2022-10-06T14:52:12 < jpa-> growing up with hardware hiding layers has pampered you 2022-10-06T14:52:27 < Mangy_Dog> i agree 2022-10-06T14:52:36 < Mangy_Dog> or hampered me 2022-10-06T14:52:36 < Mangy_Dog> :D 2022-10-06T14:52:58 < Mangy_Dog> certainly in the wanting to move away from sloeber side of things 2022-10-06T14:53:48 < karlp> Unimplemented compression type 3 2022-10-06T14:53:50 < karlp> doh. 2022-10-06T15:08:19 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 252 seconds] 2022-10-06T15:09:19 * Mangy_Dog returns with tea 2022-10-06T15:09:23 < Mangy_Dog> yeah for a button on PA0 2022-10-06T15:09:28 < Mangy_Dog> sooo gonna have to do bsrr 2022-10-06T15:09:43 < Mangy_Dog> got a button 2022-10-06T15:10:40 < jpa-> if you think about it, you'll realize that input is fine 2022-10-06T15:11:42 < Mangy_Dog> well that explains idr then 2022-10-06T15:13:18 < Mangy_Dog> so i guess the die, routes the pin to the IDR or ODR based on if its set to a in or out put 2022-10-06T15:13:31 < Mangy_Dog> so if set at input, any data set to the ODR is ignored on that pin 2022-10-06T15:13:52 < Mangy_Dog> i really need to get off my ssris :/ they really dont help me think 2022-10-06T15:22:31 < Mangy_Dog> one thing im not entirely sure about 2022-10-06T15:22:33 < Mangy_Dog> is what the timer is for 2022-10-06T15:22:42 < Mangy_Dog> if the dma is just cycling the buffer 2022-10-06T15:23:04 < srk> jadew: thanks for the tip :) 2022-10-06T15:23:23 < jpa-> Mangy_Dog: the timer triggers each dma transfer, so that they occur in regular intervals 2022-10-06T15:23:31 < Mangy_Dog> unless the timer is whats triggering the dma transfer, but how would the timer know when the dma has finished its buffer run? 2022-10-06T15:23:47 < jpa-> DMA transfers one word every time timer triggers 2022-10-06T15:24:06 < Mangy_Dog> hmm ok 2022-10-06T15:24:15 < jpa-> if you would free-run the transfer, the speed would depend on other load on the system bus 2022-10-06T15:24:25 < Mangy_Dog> but then still... how does the timer know when to trigger the dma? is there something in the dma that resets the timer? 2022-10-06T15:24:37 < jpa-> no, the timer just runs at its own frequency 2022-10-06T15:24:47 < jpa-> it can trigger the DMA e.g. once per microsecond 2022-10-06T15:25:01 < jpa-> and then you get PWM period of 100 microseconds if your DMA buffer is 100 words long 2022-10-06T15:25:46 < Mangy_Dog> oh is dma instantly fast then? 2022-10-06T15:25:59 < Mangy_Dog> so it would, fall out fo sync withg the timer? 2022-10-06T15:26:03 < Mangy_Dog> wouldnt 2022-10-06T15:26:13 < jpa-> DMA on STM32 takes about 6 cpu cycles 2022-10-06T15:26:24 < jpa-> you don't want to set the timer period faster than that 2022-10-06T15:26:31 < Mangy_Dog> ok 2022-10-06T15:27:25 < Mangy_Dog> i guess all i need to knwo now is what timer is safe to use on this "core" 2022-10-06T15:29:12 < jpa-> start debugger, check what timer clocks have been enabled in RCC 2022-10-06T15:29:28 < jpa-> (or even printf RCC registers to do the same) 2022-10-06T15:30:07 < Mangy_Dog> sighs, debugger isnt setup t the moment... had another nightmare with sloeber failing and had to reinstall it. 2022-10-06T15:30:13 < Mangy_Dog> ill be doing that a little later 2022-10-06T15:30:29 < Mangy_Dog> id need to resetup openocd 2022-10-06T15:52:55 < karlp> or just try different timers til it works ;) 2022-10-06T15:53:19 < Mangy_Dog> true 2022-10-06T15:54:26 -!- witcher [dd5f7b3c87@2604:bf00:561:2000::296] has joined ##stm32 2022-10-06T15:58:55 < witcher> as part of my uni class, i'm looking to develop for the STM32f429I-DISC1 without the use of STM32CubeIDE on Linux. can someone point me to a guide of how i would set this up with a build system like Make or Meson? 2022-10-06T15:59:56 < witcher> excuse me if I can't be more specific on what *exactly* i need -- the semester has just started and i'm not familiar with this! if you need more info to show me a guide or similar I'll ask again another time! 2022-10-06T16:02:48 < BrainDamage> you can look for example at libopencm3 example makefiles 2022-10-06T16:02:51 < BrainDamage> https://github.com/libopencm3/libopencm3-examples/blob/master/examples/stm32/f1/Makefile.include 2022-10-06T16:03:32 < BrainDamage> you'll also need linker infos with the memory boundaries for the specific chip you have 2022-10-06T16:03:38 < BrainDamage> eg https://github.com/libopencm3/libopencm3-examples/blob/master/examples/stm32/f1/stm32-h103/stm32-h103.ld 2022-10-06T16:22:11 < jadew> srk, np 2022-10-06T16:22:20 < specing> witcher: you can also get the GNAT toolchain and develop in Ada/C/C++ 2022-10-06T16:43:45 * Mangy_Dog cries 2022-10-06T16:43:51 < Mangy_Dog> why do things have to be so difficult 2022-10-06T16:44:04 < srk> jadew: hackers is not bad, I've only seen it recently for the first time 2022-10-06T16:44:04 < Mangy_Dog> ODR doesnt apepar to be defined in the roger clark core 2022-10-06T16:45:35 < Mangy_Dog> hmmmm it is 2022-10-06T16:45:38 < Mangy_Dog> strange 2022-10-06T16:53:24 < karlp> https://github.com/libopencm3/libopencm3-template is perhaps better setup as an example...? 2022-10-06T16:53:30 < karlp> or at least, that was it's intention ;) 2022-10-06T16:53:51 < karlp> (it will use the linker script generator too, so you jsut name your device) 2022-10-06T16:54:14 -!- rob_w [~bob@host-82-135-31-73.customer.m-online.net] has quit [Quit: Leaving] 2022-10-06T16:54:32 < Mangy_Dog> its tempting but i cant jump to locm3 right now 2022-10-06T16:55:12 < rustyaxe> as a real, young hacker of that time frame, i can say the only redeeming quality of that movie was angelina jolie in a wet t shirt :P 2022-10-06T16:55:35 < Mangy_Dog> she had her nipples out too in one or two scenes 2022-10-06T16:56:49 < rustyaxe> That too 2022-10-06T16:56:58 < karlp> Mangy_Dog: I was more talking to witcher, and "updating" braindamage's advice. 2022-10-06T16:57:05 < Mangy_Dog> ohh 2022-10-06T16:57:19 < Mangy_Dog> but in all honesty i do want to move over to locm3 :D 2022-10-06T17:02:08 < Mangy_Dog> and seems to get to the register its GPIOA->regs->ODR rather than GPIOA->ODR 2022-10-06T17:20:44 < jpa-> someone has been too fancy to use even the stm32fxxx.h 2022-10-06T17:21:42 < Mangy_Dog> ? 2022-10-06T17:21:48 < Mangy_Dog> what have i done wrong now? D: 2022-10-06T17:22:09 < karlp> gotta have more c++! gotta be special! 2022-10-06T17:22:23 < karlp> though that cant be intentional surely? 2022-10-06T17:23:39 < Mangy_Dog> well i think i have the timer and dma side of things setup 2022-10-06T17:24:56 < Mangy_Dog> https://pastebin.com/Dm3pF3fz 2022-10-06T17:25:21 < Mangy_Dog> i will play with the timer settings 2022-10-06T17:25:38 < Mangy_Dog> i might be running at 48mhz so need to figure out a good timing for it and roll over 2022-10-06T17:30:44 < karlp> "might be running" ? 2022-10-06T17:31:01 < Mangy_Dog> tbh chances are i will 2022-10-06T17:31:05 < Mangy_Dog> if i can get away with it 2022-10-06T17:31:36 < karlp> I wsa more suggesting that you should _know_ this sort of thing, not just guess and make things up.. 2022-10-06T17:31:52 < Mangy_Dog> well im aiming to 2022-10-06T17:32:00 < Mangy_Dog> if this softpwm works happily under it 2022-10-06T17:36:49 < srk> rustyaxe: and the cgi! 2022-10-06T17:56:25 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 244 seconds] 2022-10-06T17:57:07 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-06T18:01:00 < Mangy_Dog> now with my slushy foggy brain im trying to remember bitwise D: 2022-10-06T18:16:19 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 248 seconds] 2022-10-06T18:29:22 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-06T18:33:19 -!- RikusW [~rikus@102.182.117.113] has joined ##stm32 2022-10-06T18:40:27 < Mangy_Dog> well got the timer working it seems 2022-10-06T18:40:31 < Mangy_Dog> the dma transfer not so much 2022-10-06T18:40:36 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-06T19:19:06 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 260 seconds] 2022-10-06T19:45:56 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 260 seconds] 2022-10-06T19:51:18 -!- RikusW [~rikus@102.182.117.113] has left ##stm32 [] 2022-10-06T19:53:38 -!- steve__ [~steve@ool-182c2b80.dyn.optonline.net] has joined ##stm32 2022-10-06T19:56:24 -!- steve_ [~steve@ool-182c2b80.dyn.optonline.net] has quit [Ping timeout: 265 seconds] 2022-10-06T19:57:10 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-06T19:58:43 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-06T20:10:07 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-06T20:13:02 < bitmask> damn, puked an hour ago for the first time in years 2022-10-06T20:19:37 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 252 seconds] 2022-10-06T20:46:39 < Mangy_Dog> D: 2022-10-06T20:59:39 < Mangy_Dog> i dont think the dma is actually dmaing 2022-10-06T20:59:40 < Mangy_Dog> :/ 2022-10-06T21:23:47 -!- upgrdman [~upgrdman@47.180.47.55] has joined ##stm32 2022-10-06T21:28:54 < Steffanx-> i thank you for this information bitmask 2022-10-06T21:29:12 < bitmask> anytime, its the only kind of information I share, useless 2022-10-06T22:03:02 < Steffanx-> kaki: it was meh. 2022-10-06T22:32:02 -!- kaki [~kaki@37-33-116-48.bb.dnainternet.fi] has quit [Ping timeout: 252 seconds] 2022-10-06T22:45:21 < Mangy_Dog> my brain is still a mess.... im struggling to get bitwise to insert a zero 2022-10-06T22:45:24 < Mangy_Dog> dataA[i] &= (1UL << p); 2022-10-06T22:45:33 < Mangy_Dog> dataA[i] &= ~(1UL << p); 2022-10-06T22:45:50 < Mangy_Dog> p being the bit number to turn to zero 2022-10-06T22:47:27 < specing> Mangy_Dog: you know, first thing I did back when I started coding for mcus in C was make set_bit and get_bit functions 2022-10-06T22:47:35 < specing> so I only had to break my brain once 2022-10-06T22:48:05 < Mangy_Dog> :D 2022-10-06T22:54:03 < specing> not sure why these functions aren't provided by default, in language spec 2022-10-06T22:54:16 < specing> even Ada doesen't seem to have them 2022-10-06T22:54:47 < Steffanx-> Rust doesnt even have them. Another language doomed to fail now. 2022-10-06T22:55:28 < specing> well see 2022-10-06T22:55:40 < Steffanx-> Did you Rust yet mr specing ? 2022-10-06T22:55:52 < specing> no, I'm now working on de-Rustifying 2022-10-06T22:56:49 < Steffanx-> WD-40 2022-10-06T22:57:12 < specing> basically WD-40ing my system yes 2022-10-06T22:57:42 < specing> on Gentoo it takes half a day to build rustc, half a day for nodejs and half a day for firefox. And the former are only needed to build firefox 2022-10-06T22:57:55 < specing> by switching to firefox binaries I can dump the two 2022-10-06T23:03:00 < qyx> what did I just hear 2022-10-06T23:03:06 < qyx> gentoo in 2022? 2022-10-06T23:03:51 < specing> yeah 2022-10-06T23:04:34 < qyx> being sadomasochist is a specific life style too 2022-10-06T23:04:46 < qyx> now I don't feel that bad with debian 2022-10-06T23:07:59 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has joined ##stm32 2022-10-06T23:14:16 < specing> qyx: terrible life choices in the past 2022-10-06T23:14:18 < specing> :) 2022-10-06T23:36:24 -!- upgrdman [~upgrdman@47.180.47.55] has quit [Quit: Leaving] 2022-10-06T23:52:20 < Mangy_Dog> https://twitter.com/MD_Builds/status/1578125771394220231 --- Day changed pe loka 07 2022 2022-10-07T00:01:28 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-07T00:08:25 -!- yukam [~yukam@user/yukam] has quit [Ping timeout: 252 seconds] 2022-10-07T00:09:01 -!- Xogium [~Xogium@LuminaSensum/founder/Xogium] has quit [Ping timeout: 260 seconds] 2022-10-07T00:14:47 < specing> Mangy_Dog: ? 2022-10-07T00:16:12 < Mangy_Dog> ??? 2022-10-07T00:16:33 < specing> Mangy_Dog: you linked a video to blinky? What is this, #arduino?! 2022-10-07T00:16:48 < Mangy_Dog> tricorder 2022-10-07T00:17:02 < Mangy_Dog> this is what i was trying to fix earlier with the pwm conflicts 2022-10-07T00:17:12 < Mangy_Dog> by implimenting a softpwm 2022-10-07T00:17:20 < Mangy_Dog> but wanted to do it with dma as it would be better to 2022-10-07T00:17:21 < Mangy_Dog> but 2022-10-07T00:17:27 < Mangy_Dog> counldnt get that to work 2022-10-07T00:17:32 < specing> such a high tech device and you're using C to program it 2022-10-07T00:17:37 < specing> rude 2022-10-07T00:17:59 < Mangy_Dog> lcars sdk is due out in about 300 years 2022-10-07T00:18:13 < Mangy_Dog> i chose not to wait 2022-10-07T00:19:30 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-07T00:22:12 -!- yukam [~yukam@user/yukam] has joined ##stm32 2022-10-07T01:07:25 -!- Xogium [~Xogium@LuminaSensum/founder/Xogium] has joined ##stm32 2022-10-07T02:11:50 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 268 seconds] 2022-10-07T02:20:09 < karlp> man, this jlc parts list is kinda weird to try and use 2022-10-07T02:36:23 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-07T02:50:00 < catphish> yep it sucks 2022-10-07T02:51:08 < catphish> the only useful thing it can do is show stock levels and show you a list of basic parts 2022-10-07T02:53:31 < karlp> Imean, forgetabout _basic_ that's a tiny set of parts, but even "extended" aka "normal" is still very limiting, and they made the lcsc search _worse_ 2022-10-07T02:53:38 < karlp> it's horrificly bad. 2022-10-07T02:53:52 < karlp> I'd rather just have visible flags on lcsc that "you can use this for assembly" 2022-10-07T02:57:38 < karlp> if the jlc parts page lists a price for 3000+ does thatm ean you can't use it for a 5 piece order? the "help with ordering" says "you need 11" 2022-10-07T02:59:32 < catphish> i either 1) choose candidate parts elsewhere then type in the part numbers til one is available or 2) sort available parts by stock level to find the most generic ones 2022-10-07T02:59:56 < catphish> we'd all be happy if they had proper parametric searching but they do not 2022-10-07T03:00:40 < catphish> parametric works for passives, like if i want to choose the 1k 0402 resistor, it's fine, but otherwise no chance 2022-10-07T03:03:37 < karlp> yeah, but the jlc interface is even worse and flakier than lcsc's :| 2022-10-07T03:08:49 < catphish> yep 2022-10-07T03:10:02 < catphish> it's garbage, but what you gonna do? not use it? :D 2022-10-07T03:11:09 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-07T03:49:53 < karlp> well, it's my first time. 2022-10-07T03:50:40 < karlp> I've sent some assembly to china,anmd just gave them a bom, including lcsc and mouser and digikey part numbers, and they gave me very fair rates, but going to have a go at the jlc assembly for something personl, jsut to try it out 2022-10-07T03:52:33 < catphish> i use jlc for the simple reason that i don't want to bother with the back and forth with a human 2022-10-07T03:52:50 < catphish> i can just upload machine readable files and get a quote instantly 2022-10-07T03:53:02 < catphish> but it does mean extra work choosing available parts 2022-10-07T03:53:27 < catphish> basically, with my order volume, i assume "if you have to ask, you can't afford it" 2022-10-07T04:16:17 -!- steve__ [~steve@ool-182c2b80.dyn.optonline.net] has quit [Ping timeout: 252 seconds] 2022-10-07T04:29:07 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Ping timeout: 248 seconds] 2022-10-07T04:33:07 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-07T04:33:24 < karlp> bleh, "failed processing cpl file" 2022-10-07T04:33:41 < karlp> and the page has hung. I'm not sure I'm going to get this done tonight 2022-10-07T04:37:40 < karlp> now it's "incorrect format".. 2022-10-07T04:41:41 < karlp> and now "timeout" 2022-10-07T04:41:48 < karlp> guess its timeout for me too then. 2022-10-07T04:56:11 -!- Kerr [~quassel@2601:602:ce80:df10::a85e] has quit [Remote host closed the connection] 2022-10-07T05:02:34 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-07T06:33:31 < jadew> for ubuntu there's a tutorial on how to create shortcuts... 2022-10-07T06:33:43 < jadew> because there's no intuitive way of doing it 2022-10-07T06:34:11 < jadew> and it involves writing the shortcut file yourself 2022-10-07T06:34:49 < jadew> https://linuxconfig.org/how-to-create-desktop-shortcut-launcher-on-ubuntu-22-04-jammy-jellyfish-linux 2022-10-07T06:35:07 < jadew> that said, I tried to make a shortcut to a URL and it's not working as expected 2022-10-07T06:35:36 < jadew> if I double click on it, it complains that there's something wrong with it, if I right click -> edit, it opens the actual HTML of the page in the text editor... 2022-10-07T06:36:17 < jadew> next year will definitely be the year of the linux desktop 2022-10-07T06:36:51 < jadew> oh, compare this with windows: you drag the link from your browser to the desktop. DONE 2022-10-07T06:40:55 < jadew> they used to have a create launcher thing, but the brilliant minds behind gnome decided to remove that 2022-10-07T06:47:56 < jadew> there's a tutorial on how to install "create launcher" and gives you the command line for it, and a user asks: "do you have to be online to do this?" 2022-10-07T06:48:35 < jadew> LMFAO, yes you do, you have to be fucking online to create a stupid shortcut 2022-10-07T07:09:40 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-07T07:56:55 < qyx> uh oh? no "create launcher" context menu? 2022-10-07T07:57:39 < qyx> aha removed 2022-10-07T09:09:32 -!- rob_w [~bob@host-82-135-31-73.customer.m-online.net] has joined ##stm32 2022-10-07T09:18:28 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-07T10:03:07 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-07T10:52:09 < witcher> thank you all for the suggestions from my question yesterday! i'll try them all out and see what fits best :) 2022-10-07T11:21:42 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-07T11:53:25 < karlp> jadew: I long ago replaced things on the desktop with things on teh windows key.. less hiding and restoring windows and finding it, 2022-10-07T12:09:33 < jpa-> to be honest, ubuntu desktop experience is total crap and has been for years 2022-10-07T12:10:07 < jpa-> it's a sad situation when mate and similar forks that just kept the old working gnome are a lot better than anything new they have developed in past 5 years 2022-10-07T12:14:11 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-07T12:14:33 < karlp> I've been largely happy actualyl with fedora and "just plain gnome as they intended" but there have beena few moments of "they stopped doign a thing I'm used to doing!" 2022-10-07T12:14:51 < karlp> and then followed by, "ok, hrm, this is different, but I can see what the thinking is here, and yeah, it's better..." 2022-10-07T12:41:32 < Steffanx-> I don't like this disappearing "Dock" 2022-10-07T12:44:28 -!- rob_w [~bob@host-82-135-31-73.customer.m-online.net] has quit [Quit: Leaving] 2022-10-07T12:45:52 < karlp> huh, uboot includes plan9 and vxworks loading support out of the box, but I can _also_ enable booting freertos images! 2022-10-07T12:46:00 < karlp> for when you _really_ want to run freertos on a cortex-a 2022-10-07T12:46:19 -!- potash [~foghorn@user/foghorn] has quit [Ping timeout: 246 seconds] 2022-10-07T12:47:03 -!- potash [~foghorn@user/foghorn] has joined ##stm32 2022-10-07T12:48:48 < jadew> Steffanx-, isn't it called a dash on ubuntu? 2022-10-07T12:49:06 < jadew> I've done away with all of that anyway 2022-10-07T12:51:18 < Steffanx-> Yeah it's called dash. I didnt like it. I prefer a "dock". At the time I tried it the dash to Dock extension was so-so. Didn't try again yet 2022-10-07T12:51:43 < jadew> I'm using dash to panel 2022-10-07T12:51:46 < Steffanx-> It probably improved a lot 2022-10-07T12:52:06 < jadew> it looks a lot like windows 10 now 2022-10-07T12:52:08 < jadew> which is good 2022-10-07T12:52:12 < Steffanx-> :P 2022-10-07T12:52:17 < jadew> :) 2022-10-07T12:53:00 < jadew> oh, and arcmenu, for the start menu 2022-10-07T12:53:12 < jadew> has multiple layouts to choose from 2022-10-07T13:11:17 < jadew> it just occurred to me that windows is also more eco friendly 2022-10-07T13:11:36 < jadew> when you delete something, it goes into "recycle bin", while on linux it ends up in "trash" 2022-10-07T13:21:32 < karlp> very green, much friendly. 2022-10-07T13:24:13 < jadew> yandex.com wants to: See text and images copied to the clipboard 2022-10-07T13:24:21 < jadew> wtf kind of permission is that? 2022-10-07T13:24:41 < jadew> and why is chromium capable of giving that permission 2022-10-07T13:46:46 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-07T14:01:47 < ventYl> these days pretty much everything looks like everything else 2022-10-07T14:01:57 < ventYl> to me KDE Plasma seems to be 1:1 with Windows 10 2022-10-07T14:02:08 < ventYl> the only difference is that you can turn off some of stupid behavior they have 2022-10-07T14:05:20 < jadew> ubuntu has a look of its own: stupid 2022-10-07T14:07:15 < jadew> it's good you can customize it (although, they're tirelessly working on changing that), but the customizations will never be as good as if they were part of the core thing 2022-10-07T14:11:12 < jadew> I've been using linux exclusively for most of this year 2022-10-07T14:11:15 < jadew> got used to it 2022-10-07T14:11:40 < jadew> when I hear a repeating beep from the other room, I know it crashed 2022-10-07T14:12:04 < jadew> when one of the monitors doesn't wake up, I ctrl + alt + F3 and then back to the UI one - that fixes it 2022-10-07T14:12:29 < jadew> when the microphone resets itself, alsamixer 2022-10-07T14:12:49 < ventYl> somehow, on my machine, there are bigger problem with running windows, than linux 2022-10-07T14:12:56 < ventYl> and it is pretty much off-the-shelf gaming PC 2022-10-07T14:13:07 < jadew> when the on-screen keyboard stops working - a virtual key is stuck 2022-10-07T14:14:30 < jadew> what goes wrong on windows? 2022-10-07T14:18:36 < jadew> currently my biggest annoyance is the streaming quality on amazon prime 2022-10-07T14:18:46 < jadew> can only watch rings of woke in SD 2022-10-07T14:20:15 < jadew> at times is like watching flip phone footage 2022-10-07T14:21:13 < Steffanx-> DRM crap? 2022-10-07T14:21:16 < jadew> yeah 2022-10-07T14:21:57 < jadew> I heard that media companies won't allow them to stream at higher quality 2022-10-07T14:22:22 < jadew> but they don't do that for amazon originals either so I don't know what to believe 2022-10-07T14:22:39 < ventYl> jadew: for some reason, front mic input is not recognized at all. In Linux it works out of box. 2022-10-07T14:23:56 < ventYl> another issue is that Windows disables wifi when turned off (but not when rebooted) in a way that radio cannot be found in linux afterwards and sometimes even windows doesn't find it 2022-10-07T14:24:43 < jadew> oh, I had issues like that with windows/linux reboot, but I don't remember with what 2022-10-07T14:24:52 < jadew> but windows worked every time 2022-10-07T14:25:10 < ventYl> another "issue" is that there are no drivers for my printer/scanner 2022-10-07T14:25:15 < jadew> it was linux that couldn't use whatever was broken after a windwos reboot 2022-10-07T14:25:23 < jadew> on windows? 2022-10-07T14:25:35 < ventYl> yes, i have to reboot into linux when I want to print or scan 2022-10-07T14:25:48 < jadew> I find that hard to believe 2022-10-07T14:25:51 < jadew> what printer do you have? 2022-10-07T14:26:16 < ventYl> same here. if windows fucks up the wifi, linux will detect the wifi, but won't find radio. once or twice even windows wasn't able to find it after boot 2022-10-07T14:26:57 < jadew> but see, that means that the linux driver isn't taking the correct steps to initialize it 2022-10-07T14:26:57 < ventYl> Canon MP280 2022-10-07T14:27:19 < ventYl> which is sad, because the driver was supplied by Intel itself 2022-10-07T14:27:26 < jadew> https://www.canon-europe.com/support/consumer_products/products/fax__multifunctionals/inkjet/pixma_mp_series/pixma_mp280.html?type=drivers&language=en&os=windows%2010%20(64-bit) 2022-10-07T14:27:39 < ventYl> I guess that it is not driver problem, rather UEFI/platform issue 2022-10-07T14:27:46 < ventYl> maybe something with power management 2022-10-07T14:28:02 < ventYl> I haven't disassembled DSDT to see how much garbage is in there 2022-10-07T14:28:13 < jadew> possibly, but if it works with one driver, then the other one is at fault 2022-10-07T14:28:31 < jadew> I found the driver for your printer 2022-10-07T14:28:49 < ventYl> well, it works like 90% with the other. i have mitigated the problem by sleeping the machine instead shutting it down. or if I shut it down, then I do it from linux 2022-10-07T14:29:12 < jadew> what wifi card is it? 2022-10-07T14:30:21 < ventYl> Intel AX200 2022-10-07T14:30:27 < ventYl> wifi6 + bt + ble 2022-10-07T14:30:32 < jadew> I think mine is intel as well 2022-10-07T14:30:58 < ventYl> the only intel-based piece of HW in this machine 2022-10-07T14:31:05 < ventYl> also the only piece of HW making trouble 2022-10-07T14:31:38 < jadew> maybe that's why their stock price is plummeting 2022-10-07T14:31:48 < jadew> shit wifi cards 2022-10-07T14:32:07 < ventYl> other than that it works ok 2022-10-07T14:32:22 < ventYl> I guess that their wifis are one of less fucked up products 2022-10-07T14:32:47 < ventYl> at least if compared to their GPUs and server CPUs 2022-10-07T14:33:30 < PaulFertser> ventYl: those cards' stability depends a lot on iwlwifi "ucode" version. 2022-10-07T14:34:23 < PaulFertser> Often times users see ucode mini-dumps in dmesg, and Intel devs sometimes pay attention to reports with that on kernel bugzilla. 2022-10-07T14:34:51 < ventYl> PaulFertser: plausible. this is first intel wifi I use after ~10 years. the previous one, I thrown away because it was overheating AF 2022-10-07T14:36:06 < jadew> it was only overheating if that wasn't the normal temperature it was running at :P 2022-10-07T14:36:38 < PaulFertser> ventYl: there's also a sick way to make them work as an AP on 5 GHz band: https://tildearrow.org/?p=post&month=7&year=2022&item=lar 2022-10-07T14:37:20 < ventYl> jadew: I used it as a hack replacement of original broadcom in my mac as that broadcom was of one very few, where there was almost no probability on making them work 2022-10-07T14:37:44 < ventYl> then I bought some atheros which was in the machine until I removed linux from it and returned mac os there 2022-10-07T14:38:25 < ventYl> PaulFertser: my interest of this wifi will vanish once I finish reconstruction of my house and introduce ethernet into this room 2022-10-07T14:38:31 < ventYl> so far so good, then I don't care 2022-10-07T14:39:09 < jadew> PaulFertser, the reason they disable 5G probably has to do with power ratings 2022-10-07T14:40:51 < jadew> that's usually the main difference between US and EU versions of wifi hardware 2022-10-07T14:41:07 < jadew> I don't know why it would work as a client tho 2022-10-07T14:41:36 < PaulFertser> jadew: no, they just do not market their cards as AP-capable, and to have easier time with regulatory they hardcode most of the restrictions in firmware (unlike proper cards that use Linux regulatory framework in a sane way). 2022-10-07T14:41:56 < jadew> I see 2022-10-07T14:42:02 < PaulFertser> jadew: so by default they're in "world regulatory domain" and have no-IR (initiated radiation) flag set on 5 GHz channels. 2022-10-07T14:48:11 < ventYl> guy from CZ NIC told me that pretty much the only wifi with not-fucked-up driver is some Mediatek something 2022-10-07T14:48:17 < ventYl> everything else sucks 2022-10-07T14:48:53 < karlp> well, mt76 has the most open drivers, 2022-10-07T14:49:13 < Xogium> ventYl: he's about right, mediatek 2022-10-07T14:49:18 < Xogium> at least for usb wifi dongles 2022-10-07T14:49:22 < karlp> it's still totally a closed party, with a few devs having docs, but not really open still 2022-10-07T14:50:30 < Xogium> karlp: yep agree, but at least the driver does not suck 2022-10-07T14:50:42 < Xogium> and its upstreamed 2022-10-07T14:52:24 * specing gave up on wifi long ago 2022-10-07T14:52:32 < specing> running cables everywhere is less painful in the long run 2022-10-07T14:52:48 < Xogium> specing: as long as you don't trip up on them ;p 2022-10-07T14:53:05 < specing> Xogium: they're neatly placed 2022-10-07T14:54:08 < ventYl> Xogium: he said basically that they still have some binary BLOB, but it only manages power management and something and everything else is outside in C 2022-10-07T14:54:11 < ventYl> unlike others 2022-10-07T14:54:41 < ventYl> but the talk wasn't really about this, so I didn't pay much attention. I've been just surprised because mediatek's SoCs suck, when it comes to linux support 2022-10-07T14:54:47 < ventYl> I had to sell my Gemini PDA due to this 2022-10-07T14:55:07 < Xogium> ventYl: yep they do. SoCs from mediatek are evil 2022-10-07T14:55:46 < karlp> that's a pretty sweeping statement :) 2022-10-07T14:56:04 < karlp> they have a _large_ lineup, they're probably no different badly supported than anyone else? 2022-10-07T14:56:47 < ventYl> IMO it depends, if SoC is targeted for mobile (=Android) or embedded (=Linux) 2022-10-07T14:57:16 < ventYl> SoC in question was mobile, used in PDA and with Linux, there was never any official Linux support planned 2022-10-07T14:57:42 < Xogium> routers SoCs are of course badly supported 2022-10-07T14:58:21 < ventYl> now I run combo of rockchip and allwinner, works for me 2022-10-07T14:58:38 < Xogium> allwinner ? That's odd 2022-10-07T14:59:00 < ventYl> yes, some crap 2 or 4 core shit, but good enough for Kodi 2022-10-07T14:59:12 < Xogium> ah yeah 2022-10-07T15:00:23 < PaulFertser> Xogium: mediatek router SoCs are nicely supported 2022-10-07T15:02:23 < ventYl> Xogium: anyway, regarding computing power, I am humble. It is not that long, I've been using PowerPC G4 and was happy with it 2022-10-07T15:02:40 < Xogium> PaulFertser: even in mainline? 2022-10-07T15:07:28 < PaulFertser> Xogium: OpenWrt is pretty close to mainline, and support is getting upstreamed steadily. 2022-10-07T15:10:13 < specing> ventYl: which is better supported ? rc or allwiner? 2022-10-07T15:10:43 < specing> I'm considering switching to an arm desktop next year or so 2022-10-07T15:11:22 < ventYl> specing: RC has some support, but not all of it is upstreamed. thus it is not perfect. 2022-10-07T15:11:45 < ventYl> the allwinner has way less Oomph, so I wouldn't consider it as candidate for desktop 2022-10-07T15:13:12 < ventYl> specing: I bought Pine64's rockpro64. I had old defunct iMac G5, stipped it of guts, cut display connector and soldered HDMI connector and it works. The only stuff which remains is to put together PSU which will power this thing as the original PSU died 2022-10-07T15:13:53 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 268 seconds] 2022-10-07T15:16:32 < specing> ventYl: yeah, apparently rk3588 already vastly outperforms this x86 laptop 2022-10-07T15:16:48 < specing> just needs a board with more I/O and 32GB ram (which apparently it supports) 2022-10-07T15:17:07 < ventYl> it doesn't support more than 4GB RAM 2022-10-07T15:17:14 < ventYl> the successor supports 2022-10-07T15:17:21 < specing> rk3588 supports 32 GB 2022-10-07T15:17:33 < ventYl> ah ok, I have 33somethingsomething in there 2022-10-07T15:17:43 < ventYl> the one which is also in pinebook 2022-10-07T15:17:45 < ventYl> pro 2022-10-07T15:19:45 < specing> 3399? 2022-10-07T15:19:55 < ventYl> yeah 2022-10-07T15:20:08 < ventYl> quart64 has 3566, but can be obtained with 8GB RAM 2022-10-07T15:20:22 < ventYl> if it is "pin-compatible" with rockpro64, I will be able to swap it 2022-10-07T15:22:53 < ventYl> it seems that expensive bosch thermometer thingy is broken 2022-10-07T15:26:36 < Mangy_Dog> i really want some 3588 boards 2022-10-07T15:26:38 < Mangy_Dog> :/ 2022-10-07T15:27:04 < Mangy_Dog> but theyre all hidiously over priced right now 2022-10-07T15:27:56 < ventYl> quartz can be obtained at ~100 EUR 2022-10-07T15:28:17 < ventYl> which is IMO not that bad given the price of parts 2022-10-07T15:29:36 < specing> that's not 3588 though 2022-10-07T15:29:45 < ventYl> ah, right 2022-10-07T15:29:56 < specing> Also I wish they'd finaly start supporting SO-DIMMs 2022-10-07T15:30:30 < ventYl> that's something which probably won't happen 2022-10-07T15:30:41 < ventYl> it rises costs and engineering effort a lot 2022-10-07T15:31:08 < ventYl> as you have to write bootloaders which are able to train DDRs of various types, buy connectors, etc. 2022-10-07T15:31:31 < ventYl> it would raise price tag substantially 2022-10-07T15:33:57 < specing> ah ok 2022-10-07T15:34:16 < specing> why aren't there cheap x86 boards with soldered ram common, then? 2022-10-07T15:36:24 < ventYl> the DDR train functionality is probably already part of platform code obtained from CPU / chipset manufacturer, so you don't have to deal with it. and the cost of designing such solution is absorbed in large amount of pieces produced 2022-10-07T15:37:00 < ventYl> PaulFertser probably knows more about it. I only know a bit from presentation guys from Fujitsu-Siemens gave us 2022-10-07T15:39:42 < specing> ventYl: still lots of connectors to buy 2022-10-07T15:39:55 < PaulFertser> I think for Intel processors the DDR training is part of the closed source FSP, yes. 2022-10-07T15:40:25 < ventYl> specing: costs for connectors fall dramatically once you buy millions of them 2022-10-07T15:40:53 < specing> ventYl: costs is probably about there at thousands already 2022-10-07T15:41:40 < ventYl> specing: but I doubt anyone will be able to produce such HW in thousands 2022-10-07T15:41:59 < ventYl> even Pine's HW is produced at ~1200 per batch 2022-10-07T15:42:23 < specing> two sodimm slots per hardware is thousands :D 2022-10-07T15:42:31 < specing> or idk how many channels these ARMs have 2022-10-07T15:42:33 < specing> 2? 2022-10-07T15:43:07 < ventYl> I'd guess they only have LPDDR support 2022-10-07T15:47:23 < specing> These things have a lot of cores and a GPU, it's got to need a lot of RAM bandwith 2022-10-07T15:47:29 < specing> bandwidth* 2022-10-07T15:49:52 < ventYl> it doesn't have that much of it. RK3399 in PBP has like 1/10 of 1st gen i3 bandwidth 2022-10-07T15:50:02 < ventYl> or maybe even less 2022-10-07T15:50:31 < ventYl> effectively, just displaying static 4k image consumes 50% of memory bandwidth 2022-10-07T15:51:22 < specing> :O 2022-10-07T15:51:55 < specing> well idk then, but according to geekbench the rk3588 outperforms my 3rd gen i5 so 2022-10-07T15:52:04 < specing> (desktop) 2022-10-07T15:52:15 < specing> suspicious results but hey 2022-10-07T15:52:28 < ventYl> maybe the benchmark in question can be fit into L2 cache or is not memory bandwidth bound 2022-10-07T15:52:47 < ventYl> also, maybe 3588 has increased bandwidth 2022-10-07T15:53:58 < specing> these boards are tiny so maybe someday some will fit into this thinkpad case 2022-10-07T15:54:03 < specing> that'd be pretty sweet :) 2022-10-07T15:54:33 < ventYl> the biggest issue is display connection 2022-10-07T15:54:41 < ventYl> that's why I fitted rockpro into iMac 2022-10-07T15:54:51 < karlp> anyone here experimented with how fast you can get DFU to go? 2022-10-07T15:55:06 < specing> ventYl: yeah, needs LVDS for this thing 2022-10-07T15:55:10 < karlp> it's capped at 4k transfer sizes on windows/linux because it's a control transfer, 2022-10-07T15:55:16 < ventYl> iMacs of that era (G5 and early intels) use panels which have HDMI PHY rather than plain LVDS 2022-10-07T15:55:22 < specing> but there's eDP to LVDS converters, and probably also HDMI to LVDS 2022-10-07T15:55:24 < specing> but idk 2022-10-07T15:55:36 < karlp> I'm getting ~1.2MB/sec, which is .. ok, but compared to usb mass storage, which gives ~9-10MB/sec it's kinda shit? 2022-10-07T15:55:37 < ventYl> so it was all just a matter of stripping the old mobo connector and soldering HDMI connector 2022-10-07T15:57:03 < ventYl> karlp: isn't the difference coming from the fact that DFU doesn't use `bulk` transfer mode? (IDK if it does though) 2022-10-07T15:57:24 < karlp> that's what I suspect, yeah, that the control transfer mechanism in4k chunks means I'm probably "at the limit" alreadyd 2022-10-07T15:57:39 < karlp> just wondering if someone "knows" that, or whether I've got to and do maths and shit and try and figure it out 2022-10-07T16:04:03 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has joined ##stm32 2022-10-07T16:04:17 < Laurence_b> hi, anyone here know how to read hex out of netcat? 2022-10-07T16:05:16 < ventYl> again, you are trying to do somethin stupid? 2022-10-07T16:05:27 < ventYl> is that your "telemetry" again? 2022-10-07T16:06:11 < Laurence_b> hmm 2022-10-07T16:06:19 < Laurence_b> xxd -p with a timeout seems to do it 2022-10-07T16:06:22 < Laurence_b> yeah 2022-10-07T16:07:10 < ventYl> somehow I don't understand why are you gluing it together from trash rather than writing something at least half-proper 2022-10-07T16:07:14 < karlp> right, yeah, there's no bwPolltimeouts being used, this is as fast as it goes then... 2022-10-07T16:07:59 < ventYl> karlp: as fast as hardware/firmware goes, or as fast as protocol goes? 2022-10-07T16:08:14 < karlp> as fast as protocol goes I imagine. 2022-10-07T16:09:23 < specing> Laurence_b: billion dollar high-tech, controlled by 1960s tech, is it? 2022-10-07T16:09:34 < Laurence_b> yes 2022-10-07T16:09:52 < Laurence_b> 19inch rack mount stuff 2022-10-07T16:10:35 < specing> you need to do better 2022-10-07T16:10:45 < specing> wifi control and then make tricorders to control it 2022-10-07T16:11:17 < ventYl> everything that moves is controlled by ancient tech 2022-10-07T16:11:20 < karlp> even just putting uboot into the ram backend, so theres "zero" waiting for flash, it's exactly same speed. 2022-10-07T16:11:39 < karlp> so yeah, ~1.3MB/sec is about the top of DFU. 2022-10-07T16:13:18 < ventYl> self-driving cars are a desperate attempt to mount non-functional prototype of photon torpedo launcher onto chassis of VW bug with analogue engine control unit and Phosphorus direct injection 2022-10-07T16:15:57 < karlp> huh, lol. I filed an issue with libusb 7 years ago about why they have this limitation on 4k... 2022-10-07T16:17:49 < specing> ventYl: wat.jpg 2022-10-07T16:18:31 < Laurence_b> hmm how do I send data with netcat? 2022-10-07T16:18:45 < Laurence_b>  echo -e -n '\x04\x58\x16\x00\x20\x20\x30\x31\x32\x00' | nc -u localhost 1251 2022-10-07T16:18:49 < Laurence_b> ^that does nothing 2022-10-07T16:20:39 < karlp> nc blah < (echo hoho) ? 2022-10-07T16:21:12 < karlp> oh, -q1? 2022-10-07T16:21:21 < karlp> there's netcat versions with... rather different command line interfaces 2022-10-07T16:21:52 < karlp> or, echo blah | nc -N host port 2022-10-07T16:22:16 < Laurence_b> hmm /dev/udp works ok 2022-10-07T16:22:27 < karlp> its probably sitting there waiting for somethign without the -N 2022-10-07T16:23:07 < karlp> I've also heard of things like nc exiting before it's drained stdin... 2022-10-07T16:23:34 < karlp> (or use socat which has less incompatible versions around, and does all the same shit) 2022-10-07T16:26:25 < ventYl> specing: large portion of SW developers in automotive are really old-school guys incapable of working with anything at least modular 2022-10-07T16:26:51 < ventYl> there is modular paradigm for automotive for at least 20 years, but it successfully exploited in a way, that everything is still essentailly monolithic 2022-10-07T16:27:01 < ventYl> just to make these guys feel comfortable 2022-10-07T16:27:23 < ventYl> it causes all kinds of troubles, delays, fuckups, recalls, but nevermind, carps feel comfortable 2022-10-07T16:27:32 < Laurence_b> hmm ok I can send to port 1255 but not port 1251 2022-10-07T16:27:38 < Laurence_b> but there is no error 2022-10-07T16:27:53 < Laurence_b>  sudo echo -e -n '\x04\x58\x16\x00\x20\x20\x30\x31\x32\x00' > /dev/udp/127.0.0.1/1251 2022-10-07T16:28:01 < ventYl> yet, this approach fails miserably if you want to introduce ADAS, things *have* to be modular 2022-10-07T16:28:08 < Laurence_b> should that work even if root owns the port? 2022-10-07T16:28:11 < ventYl> and here is the place where shit hit the fan 2022-10-07T16:30:18 < Laurence_b> actually I might be being blocked by iptables, confusing 2022-10-07T16:33:56 < karlp> is "carps" the industry slang for greybeards or something? 2022-10-07T16:34:04 < Laurence_b> hmm wtf 2022-10-07T16:34:18 < Laurence_b> my c code can send on 1251, but /dev/udp fails 2022-10-07T16:35:40 < Laurence_b> https://www.pastiebin.com/63402b207ed34 2022-10-07T16:36:02 < Laurence_b> redirect logic is triggered by /dev/udp but not a c program using a socket 2022-10-07T16:38:22 < Laurence_b> packets get marked in raw table then redirected in nat table 2022-10-07T16:39:24 -!- specing [~specing@user/specing] has quit [Ping timeout: 264 seconds] 2022-10-07T16:40:49 < Laurence_b> if(setsockopt(udpoutsock, SOL_SOCKET, SO_MARK, &yes, sizeof(yes)) <0) { 2022-10-07T16:40:50 < Laurence_b>   perror("OTMR: Error setting processed OTMR output UDP socket mark"); 2022-10-07T16:40:52 < Laurence_b> reeeeeee 2022-10-07T16:41:09 < Laurence_b> developers made this code impossible to debug, nice 2022-10-07T16:41:40 < Laurence_b> only marked packets can get past the firewall 2022-10-07T16:44:41 < Laurence_b> maybe lunix has a simple command line way to haxor this 2022-10-07T16:45:53 < Laurence_b> oh its a bash function, nice 2022-10-07T16:46:26 < ventYl> karlp: "carps" is my slang for people who oppose any change for "historic reasons" i.e. because it would make them obsolete and/or they would have to learn something fundamentally new 2022-10-07T16:49:01 < Laurence_b> hmm looks like it might be easier just to physiclly haxor these modules 2022-10-07T16:49:14 < Laurence_b> they just echo rs485 to ethernet so shouldnt be too hard 2022-10-07T16:49:47 < Laurence_b> everything is firewalled like crazy in these old school racks 2022-10-07T16:51:00 < Laurence_b> wait I know, I could add extra iptables rules to mark then redirect packets sent to a "haxor port", then I will be able to inject fake rs485 packets through the firewall 2022-10-07T16:54:44 < Laurence_b> hometimes, more haxoring next week lol 2022-10-07T16:55:28 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has quit [Quit: Client closed] 2022-10-07T17:45:52 -!- catphish_ [~charlie@user/catphish] has joined ##stm32 2022-10-07T17:48:44 < ventYl> I am sorry for whoever who will have to use Laurence's solution if it ever makes to production 2022-10-07T17:49:57 < Steffanx-> i wonder if he even documents/writes down what he did 2022-10-07T17:50:21 < ventYl> impossible, target device/paper would immediately catch fire 2022-10-07T17:50:50 < Steffanx-> :P 2022-10-07T17:51:55 < ventYl> i wonder if they did any progress with that telemetry stuff, or they are still basically figuring out how to keep the channel online long enough to transmit any data 2022-10-07T17:52:03 < ventYl> no surprise if it was the latter 2022-10-07T17:54:44 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-07T18:00:33 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-07T18:19:06 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-07T18:44:47 -!- rajkosto [~rajkosto@178-221-116-53.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-07T18:58:06 -!- Posterdati [~Posterdat@user/Posterdati] has quit [Read error: Connection reset by peer] 2022-10-07T19:03:53 -!- c10ud [~c10ud@user/c10ud] has quit [Read error: Connection reset by peer] 2022-10-07T19:16:19 -!- Posterdati [~Posterdat@user/Posterdati] has joined ##stm32 2022-10-07T19:22:22 -!- specing [~specing@user/specing] has joined ##stm32 2022-10-07T19:30:22 < perdmann> Hi, today i received a small eval board with a STM32F103C8T6. I want to program it with a Olimex ARM - USB - TINY. I only connected GND, 3.3V, SWCLK and SWDIO. These are the only ones which are available to me. It is not working for me, i get several openocd errors 2022-10-07T19:36:43 < jpa-> perdmann: i assume you have the special adapter that ARM-USB-TINY needs for SWD support? 2022-10-07T19:40:09 < perdmann> jpa-: no i dont have any adapter 2022-10-07T19:40:34 < perdmann> it looks like there is communication: Error: stm32f1x.cpu: IR capture error; saw 0x0f not 0x01 2022-10-07T19:41:33 < jpa-> according to arm-usb-tiny manual it only supports jtag without adapter, you need some external resistors for SWD 2022-10-07T19:42:08 < perdmann> :/ 2022-10-07T19:43:14 < jpa-> https://www.olimex.com/Products/ARM/JTAG/ARM-JTAG-SWD/resources/ARM-JTAG-SWD-schematic.pdf not as simple as i expected 2022-10-07T19:43:25 < jpa-> why aren't you just using STM32 discovery or nucleo boards like everybody? 2022-10-07T19:44:36 < perdmann> https://www.olimex.com/Products/ARM/JTAG/ARM-JTAG-20-10/resources/ARM-JTAG-20-10_latest-schematic.pdf 2022-10-07T19:45:46 < perdmann> https://www.olimex.com/Products/ARM/JTAG/ARM-JTAG-SWD/resources/ARM-JTAG-SWD-schematic.pdf Hm complicated. But i only need two pins 2022-10-07T19:46:52 < PaulFertser> perdmann: use swd resistor hack then 2022-10-07T19:47:04 < PaulFertser> perdmann: see interface/ftdi/swd-resistor-hack.cfg in openocd 2022-10-07T19:49:02 < karlp> ~or just use it in jtag... 2022-10-07T19:49:15 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-07T19:49:20 < bitmask> FUCKING LANTERN FLIES 2022-10-07T19:49:30 < karlp> good morning bitmask 2022-10-07T19:49:33 < bitmask> mornin 2022-10-07T19:49:43 < jpa-> bitmask: sounds like a nice way to spend an evening, but aren't they a bit small? 2022-10-07T19:49:52 < bitmask> eww 2022-10-07T19:49:59 < perdmann> PaulFertser: ill have a look 2022-10-07T19:50:01 < perdmann> thanks 2022-10-07T19:51:17 < bitmask> there were two on my front door, gf knocked them off and one flew right at me i swatted it and it flew back and landed on her. that was on the way back from getting haircuts and on the sidewalk we counted about 20 dead ones walking half a block 2022-10-07T19:51:37 < bitmask> wtf is going on 2022-10-07T19:54:35 < bitmask> ok, back to coding 2022-10-07T19:59:09 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 265 seconds] 2022-10-07T20:14:19 -!- tomeaton17 [~tomeaton1@94.9.137.108] has joined ##stm32 2022-10-07T20:14:29 < tomeaton17> Steffanx- hey 2022-10-07T20:25:49 < Steffanx-> Uhm hi? 2022-10-07T20:30:09 < tomeaton17> hows it going 2022-10-07T20:30:18 < Steffanx-> wonderful and there mr tomeaton17 ? 2022-10-07T20:31:32 < tomeaton17> Steffanx- great actually I started a graduate job recently come a long way since I was getting a lot of help in this channel ~5 years ago 2022-10-07T20:33:36 < Steffanx-> hah, alright. Congrats. Did you go to laurenceb's favourite uni? 2022-10-07T20:34:31 < tomeaton17> Which is his favourite uni? 2022-10-07T20:34:37 < tomeaton17> I went to Manchester and Imperial 2022-10-07T20:35:15 < Steffanx-> oh, i thought the all time favourite nottingham 2022-10-07T20:35:19 < tomeaton17> Actually working on STM32 stuff at work now but don't expect that will be for most of the time 2022-10-07T20:35:51 < tomeaton17> Unfortunately not 2022-10-07T20:38:23 < tomeaton17> Luckily for you guys I cannot ask questions about my work here 2022-10-07T20:39:50 < Steffanx-> You did try a few times last week and left pretty soon after dropping the question ;) 2022-10-07T20:40:30 < tomeaton17> Yeah I was reminded that I should not be doing that 2022-10-07T20:40:38 < tomeaton17> I got it working anyway :) 2022-10-07T20:40:41 < Steffanx-> haha 2022-10-07T20:40:55 < tomeaton17> I expect they are watching me 2022-10-07T20:42:32 < ventYl> someone else from your company is in charge of asking STM32 questions here? 2022-10-07T20:42:43 < rustyaxe> lol 2022-10-07T20:42:47 < ventYl> and you have to follow the chain of order? 2022-10-07T20:42:56 < rustyaxe> and they send spies to watch you? 2022-10-07T20:43:02 < PaulFertser> tomeaton17: was reminded whom by? Is your both watching you? 2022-10-07T20:43:04 < rustyaxe> and report you to Rob? 2022-10-07T20:43:12 < Steffanx-> i suspect you are this spy, rustyaxe 2022-10-07T20:43:22 < specing> lol 2022-10-07T20:43:56 < tomeaton17> I work in defence so I will leave it at that 2022-10-07T20:44:05 < Steffanx-> We all report to Rob. Rob235 aka bitmask 2022-10-07T20:44:25 < specing> tomeaton17: killer robots is it? 2022-10-07T20:44:27 < Steffanx-> When we feed him too much shit he will puke. 2022-10-07T20:44:43 < rustyaxe> damnit 2022-10-07T20:44:52 < rustyaxe> i left my gun in the cubicle again, bbiab 2022-10-07T20:44:53 < tomeaton17> Lol I can neither confirm nor deny that 2022-10-07T20:45:18 < specing> killer robots confirmed 2022-10-07T20:45:23 < bitmask> uhh wha? 2022-10-07T20:45:29 < Steffanx-> Aer you a true redneck rustyaxe ? 2022-10-07T20:45:37 < tomeaton17> hah sounds like a fun project 2022-10-07T20:46:28 < tomeaton17> I'm trying to convince company to buy a keysight uxr 2022-10-07T20:46:30 < Steffanx-> Should you be using stm32 if you actually want to manufacture those bots? 2022-10-07T20:47:17 < tomeaton17> We usually operate at low TRL 2022-10-07T20:47:29 < tomeaton17> So thats the clients problem 2022-10-07T20:47:34 < PaulFertser> russians used stm32 in war things, why shouldn't british do? 2022-10-07T20:48:07 < ventYl> russians used whatever they can get their hands on in war things 2022-10-07T20:48:15 < ventYl> even museum items 2022-10-07T20:48:46 < ventYl> PaulFertser: btw, did you (manage to) leave? 2022-10-07T20:49:01 < PaulFertser> ventYl: have you read that report? I do not remember any museum age things mentioned. 2022-10-07T20:49:17 < PaulFertser> ventYl: not yet :/ 2022-10-07T20:49:55 < ventYl> PaulFertser: what report? I've only seen some T-62s which broke in Ukraine and were vacated by the crews 2022-10-07T20:51:21 < ventYl> this summer I've been around some outdoor WW2 museums, those T-34 smell as if there were still engines inside and the whole thing was basically functional after certain effort 2022-10-07T20:52:55 < PaulFertser> ventYl: https://static.rusi.org/RUSI-Silicon-Lifeline-final-web.pdf 2022-10-07T20:53:41 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-07T20:53:54 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-07T21:10:07 < \dev\ice> good article 2022-10-07T21:10:30 < \dev\ice> i think they will move to riscv in the future 2022-10-07T21:12:40 < PaulFertser> Several russian companies already have Cortex-M0/1/3 cores source codes (enough to implement in any ASIC) so why would they bother? 2022-10-07T21:13:05 < PaulFertser> Cortex-A too 2022-10-07T21:19:29 < specing> PaulFertser: because it's going to be impossible to license new stuff 2022-10-07T21:19:34 < specing> so better move to risc-v asap 2022-10-07T21:20:15 < PaulFertser> specing: in the case russia is not forcefully demilitarised, you think anyone there is going to care about licensing? 2022-10-07T21:20:36 < specing> PaulFertser: ah right 2022-10-07T21:20:39 < specing> fair enough 2022-10-07T21:23:37 < \dev\ice> having riscv as your mcu/cpu - is much easier to manufacture 2022-10-07T21:23:44 < \dev\ice> i mean find where to 2022-10-07T21:23:47 < \dev\ice> o 2022-10-07T21:24:04 < \dev\ice> sw side too 2022-10-07T21:24:20 < \dev\ice> same reason they looked into reactOS 2022-10-07T21:24:36 < \dev\ice> or n korea has "national linux" 2022-10-07T21:25:31 < PaulFertser> https://riscv.org/news/2019/12/yadro-takes-control-of-russian-risc-v-startup-peter-clarke-eenews-europe/ but that was long before the war 2022-10-07T21:26:00 < specing> Does russia have domestic manufacture capabilities? And which noes? 2022-10-07T21:26:03 < specing> nodes* 2022-10-07T21:26:17 < \dev\ice> i think they have some 2022-10-07T21:27:18 < \dev\ice> aj, looked at VLIW history 2022-10-07T21:27:22 < \dev\ice> seems outside 2022-10-07T21:27:32 < \dev\ice> The Elbrus 2000 (Russian: Эльбрус 2000) and its successors are Russian 512-bit wide VLIW microprocessors developed by Moscow Center of SPARC Technologies (MCST) and fabricated by TSMC. 2022-10-07T21:27:33 < PaulFertser> specing: https://ru.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA_%D0%BC%D0%B8%D0%BA%D1%80%D0%BE%D1%8D%D0%BB%D0%B5%D0%BA%D1%82%D1%80%D0%BE%D0%BD%D0%BD%D1%8B%D1%85_%D0%BF%D1%80%D0%BE%D0%B8%D0%B7%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2#%D0%92_%D0%A0%D0%BE%D1%81%D1%81%D0%B8%D0%B8_%D0%B8_%D0%A1%D0%9D%D0%93 2022-10-07T21:28:34 < PaulFertser> It might be they have resources to get down to 90 nm with reasonable yield. 2022-10-07T21:28:58 < rustyaxe> 512 bit words? wtf 2022-10-07T21:29:19 < PaulFertser> btw, plenty of illegal Cortex-M MCU clones are getting manufactured in China, so probably licensing can be "workarounded" sometimes. 2022-10-07T21:29:52 < \dev\ice> 90 nm for mil, even space, is good enought 2022-10-07T21:35:53 < PaulFertser> \dev\ice: you know that DPRK Linux adds unique computer fingerprints to each document you view, so if it ever gets in the hands of authorities they could trace it back though the distribution chain? 2022-10-07T21:39:51 < specing> \dev\ice: yep 2022-10-07T21:41:34 < \dev\ice> PaulFertser: i didnt 2022-10-07T21:42:49 < PaulFertser> Guess their AOSP variant has similar "feature". 2022-10-07T21:43:39 < PaulFertser> Can't imagine russia degrading to DPRK-style state. Iran-like seems possible though. 2022-10-07T21:50:59 < specing> aren't they already iran-like? 2022-10-07T21:51:05 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-07T21:53:57 < PaulFertser> specing: afaict, no, far from it 2022-10-07T21:57:49 < PaulFertser> Prior to the war: no moral police in most parts of the country, almost no sanctions (even after Crimea annexion!), working to a certain extent relationships with the other countries etc etc. 2022-10-07T22:01:43 < tomeaton17> is there not milspec stm32? 2022-10-07T22:02:47 -!- upgrdman [~upgrdman@47.180.47.55] has joined ##stm32 2022-10-07T22:03:04 < ventYl> guy working on military plane lighting told me, that there are no milspec parts for most of the stuff you need 2022-10-07T22:03:26 < ventYl> you take best you can get, either automotive, or aerospace, or whatever and then test it if it fits 2022-10-07T22:16:55 -!- hexo [~hexo@user/hexo] has quit [Remote host closed the connection] 2022-10-07T22:17:15 -!- hexo [~hexo@user/hexo] has joined ##stm32 2022-10-07T22:22:23 -!- hexo [~hexo@user/hexo] has quit [Remote host closed the connection] 2022-10-07T22:22:45 -!- hexo [~hexo@user/hexo] has joined ##stm32 2022-10-07T22:26:36 -!- fluiD [~fluiD@66.186.208.227] has quit [Read error: Connection reset by peer] 2022-10-07T22:26:55 -!- fluiD [~fluiD@66.186.208.227] has joined ##stm32 2022-10-07T22:33:55 -!- hexo [~hexo@user/hexo] has quit [Remote host closed the connection] 2022-10-07T22:34:15 -!- hexo [~hexo@user/hexo] has joined ##stm32 2022-10-07T22:42:25 -!- tomeaton17 [~tomeaton1@94.9.137.108] has quit [Quit: Client closed] 2022-10-07T23:18:00 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-07T23:42:40 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-07T23:44:10 -!- upgrdman [~upgrdman@47.180.47.55] has quit [Quit: Leaving] 2022-10-07T23:51:12 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-07T23:51:14 < Laurence_b> Joe Biden doesn’t take any s*** from anyone–even himself. A petty man holds on to stress and baggage. But Joseph sent us all a powerful message. “Just let it go, man,” was the chunky lesson we needed in these stressful times. Donald Trump, in an effort to be viewed as a ‘macho man’, would have totally held it in. 2022-10-07T23:54:00 -!- fluiD [~fluiD@66.186.208.227] has quit [Quit: Leaving] 2022-10-07T23:54:23 < \dev\ice> ventYl: space do that too 2022-10-07T23:54:26 < \dev\ice> i mean "new space" 2022-10-07T23:55:08 < \dev\ice> lots of stm32 in space but they not graded like that :-) 2022-10-07T23:55:12 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-07T23:55:24 -!- catphish [~charlie@user/catphish] has joined ##stm32 --- Day changed la loka 08 2022 2022-10-08T00:00:00 < PaulFertser> One engineer told me they prefer older MCUs for space as they find them more rad-tolerant due to larger transistors. 2022-10-08T00:10:28 < ventYl> AVR is widely known for high LEO radiation tolerance 2022-10-08T00:18:36 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 260 seconds] 2022-10-08T00:43:06 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-08T00:45:56 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-08T01:07:05 < karlp> lol, $60 for pcb assembly. $20 for shipping (in that $60) and $18 of what's left is the setup charges per unique component. actually pcb and assembly and parts are sooo cheap. 2022-10-08T01:07:22 < karlp> glad I used 2x10k instead of 5.1k resistors :) 2022-10-08T01:35:12 < Steffanx-> jlcpcb shipping $20?! 2022-10-08T01:36:03 < Steffanx-> have some 2x6cm 4 layer pcb and shipping alone is over that $20 :S 2022-10-08T01:36:18 < Steffanx-> which includes a stencil 2022-10-08T01:36:35 < Steffanx-> but that doesnt change must 2022-10-08T01:56:58 -!- hexo [~hexo@user/hexo] has quit [Read error: Connection reset by peer] 2022-10-08T01:57:21 -!- hexo [~hexo@user/hexo] has joined ##stm32 2022-10-08T01:59:17 < karlp> $20 for fedex, or $13 for "sometime maybe" shipping 2022-10-08T01:59:27 < karlp> decided I might as well pay the extra, given how cheap everythign else was. 2022-10-08T02:09:04 < Steffanx-> Still surprisingly cheap 😅 2022-10-08T02:13:43 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 252 seconds] 2022-10-08T02:15:23 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-08T02:15:33 < Laurence_b> You can increase the appeal of your comment by ending it with "Few understand this". Few understand this. 2022-10-08T02:26:56 -!- hexo [~hexo@user/hexo] has quit [Read error: Connection reset by peer] 2022-10-08T02:26:59 < karlp> you can increase the quality of your code by using spaces, to make it easier to read... 2022-10-08T02:28:40 < Steffanx-> What if no one ever reads it anyway? Few understand this. 2022-10-08T02:57:32 -!- hexo [~hexo@user/hexo] has joined ##stm32 2022-10-08T03:13:24 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-08T03:44:36 -!- qyx [~qyx@84.245.120.46] has quit [Ping timeout: 265 seconds] 2022-10-08T03:46:09 -!- qyx [~qyx@84.245.121.21] has joined ##stm32 2022-10-08T04:46:27 -!- rajkosto [~rajkosto@178-221-116-53.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-08T05:52:35 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-08T06:09:36 -!- boB_K7IQ [~boB_K7IQ@184-98-42-152.phnx.qwest.net] has quit [Ping timeout: 265 seconds] 2022-10-08T06:10:52 -!- steve__ [~steve@ool-182c2b80.dyn.optonline.net] has joined ##stm32 2022-10-08T06:15:32 -!- potash [~foghorn@user/foghorn] has quit [Read error: Connection reset by peer] 2022-10-08T06:16:11 -!- potash [~foghorn@user/foghorn] has joined ##stm32 2022-10-08T06:27:13 -!- alan_o [~alan@2600:1700:1902:210f:5cd2:897e:ce7e:3584] has quit [Remote host closed the connection] 2022-10-08T07:20:21 -!- steve__ [~steve@ool-182c2b80.dyn.optonline.net] has quit [Ping timeout: 260 seconds] 2022-10-08T09:29:29 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-08T09:29:52 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-08T10:51:35 -!- steve__ [~steve@ool-182c2b80.dyn.optonline.net] has joined ##stm32 2022-10-08T10:55:08 -!- witcher [dd5f7b3c87@2604:bf00:561:2000::296] has left ##stm32 [WeeChat 3.6] 2022-10-08T11:47:53 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-08T12:32:50 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-08T13:13:24 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 268 seconds] 2022-10-08T13:19:13 -!- duude__ [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-08T13:33:38 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-08T13:42:29 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 265 seconds] 2022-10-08T13:45:57 -!- duude__ [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-08T13:51:01 < karlp> lol, bom optimization on recent boards, yes, apparently. 2022-10-08T13:51:33 < karlp> just going to try and populate a board now, and I really used 22uF 0805 in two different voltages, and _ordered_ them both too, what was I thinking... 2022-10-08T14:22:11 < karlp> lol, who designed this shit?! 0805 22uF 30V+ rated caps... 2022-10-08T14:27:52 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-08T14:30:53 -!- duude__- [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-08T14:32:01 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 260 seconds] 2022-10-08T14:32:30 -!- duude__- is now known as duude__ 2022-10-08T14:46:22 < Steffanx-> Sorry 2022-10-08T14:50:18 < karlp> feck, lcsc tossed my cart again. 2022-10-08T15:01:22 < catphish_> lol 2022-10-08T15:09:57 < karlp> well, this morning of "assemble that project while the kids are out" has gone fairly astray :) 2022-10-08T15:10:14 < karlp> guess I'm taking it all into the office to steal parts there instead... 2022-10-08T16:05:56 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 260 seconds] 2022-10-08T16:07:55 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 268 seconds] 2022-10-08T17:32:30 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-08T18:23:55 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-08T19:32:51 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-08T19:48:04 < kaki> BrainDamage: was the water in the biggest river of Italy replenished yet? 2022-10-08T19:52:38 -!- ferdna_ [~ferdna@ip68-103-254-30.ks.ok.cox.net] has joined ##stm32 2022-10-08T19:54:10 -!- ferdna [~ferdna@user/ferdna] has quit [Ping timeout: 265 seconds] 2022-10-08T19:56:41 < qyx> karlp: haha ok yes 2022-10-08T20:14:46 -!- boB_K7IQ [~boB_K7IQ@184-98-42-152.phnx.qwest.net] has joined ##stm32 2022-10-08T20:30:54 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 265 seconds] 2022-10-08T20:51:12 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-08T21:49:40 -!- ferdna_ [~ferdna@ip68-103-254-30.ks.ok.cox.net] has quit [Quit: Leaving] 2022-10-08T21:54:16 -!- begriffs [~begriffs@user/begriffs] has quit [Quit: Leaving] 2022-10-08T22:53:18 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-08T23:00:57 < kaki> hyperboy 2022-10-08T23:01:37 < kaki> how is axle seals in hyper train? 2022-10-08T23:06:29 < Steffanx-> Hypertrain is a myth kaki 2022-10-08T23:07:10 < kaki> yet again bamboozled by Laurence_b? 2022-10-08T23:07:32 < kaki> didn't he post some picture of drive unit or something 2022-10-08T23:07:44 < Steffanx-> dont remmember.. 2022-10-08T23:08:02 < kaki> I think it was legit- the drive unit that is 2022-10-08T23:08:09 < Laurence_b> axle seals isnt my jerb, luckily 2022-10-08T23:08:23 < Laurence_b> we are building derivative unit for TGV 2022-10-08T23:09:00 < Laurence_b> axel seals will probably be rubber seals onto beryllium copper with oil header tank 2022-10-08T23:09:44 < kaki> why beryllium? 2022-10-08T23:10:42 < kaki> werent some seals your problem like a month ago? 2022-10-08T23:11:16 < Steffanx-> navy seals maybe. 2022-10-08T23:11:31 < kaki> that 2022-10-08T23:13:29 < Steffanx-> Time for some live "pirate" music kaki ? https://www.twitch.tv/dushi109 2022-10-08T23:47:51 < Laurence_b> hard and conductive 2022-10-08T23:49:51 < BrainDamage> now I wonder if you shave it enough if you get the equivalent of beryllium oxide dust 2022-10-08T23:58:55 < kaki> they make non-spark tools from beryllium-copper --- Day changed su loka 09 2022 2022-10-09T00:00:38 < kaki> https://www.avensafetytools.com/product/beryllium-copper-tool-kit-50-piece/ 2022-10-09T00:01:24 < kaki> "All orders require a $5000 minimum purchase." 2022-10-09T00:01:28 < Steffanx-> Berylliosis sounds nice. 2022-10-09T00:07:25 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-09T00:09:18 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-09T00:22:01 < Laurence_b> https://ichef.bbci.co.uk/news/976/cpsprodpb/149F5/production/_126896448_annabel2.jpg.webp 2022-10-09T00:38:01 < kaki> thanks lurencer 2022-10-09T00:44:11 < karlp> TIL about samsung "land side capacitors" 2022-10-09T00:46:47 < kaki> same thing than on board capacitors? 2022-10-09T00:49:52 < karlp> caps that are like 0.1mm thick and lower, designed for going _between_ a bga and the board itself... 2022-10-09T00:50:23 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 252 seconds] 2022-10-09T00:51:01 < karlp> so 0402, but 0.1 high instead of ~0.4 or more. 2022-10-09T00:51:06 < kaki> tiny caps 2022-10-09T00:51:35 < karlp> (samsgun cl "regular" 0402 are availabel in heighs of 0.2 throgh 0.7 2022-10-09T00:51:43 < kaki> anything else astounishing about them than the size? 2022-10-09T00:52:27 < karlp> nah, j ust the idea of mountingin underneath bga/lga components was new to me :) 2022-10-09T00:52:34 < kaki> volumetric capacity? materials? 2022-10-09T00:53:55 < kaki> i have not seen any yet inside bga ballgrid 2022-10-09T00:54:07 < kaki> not that I have looked 2022-10-09T00:55:00 < kaki> would make life of whoever makes layout much more enjoyable if the purpose is to move some of bypass to chip itself 2022-10-09T00:56:07 < qyx> https://thumbs.dreamstime.com/b/processor-underside-bypass-capacitors-connector-focused-photo-filled-wuth-voltage-data-stabilisation-purposes-183909748.jpg 2022-10-09T00:56:11 < qyx> maybe? 2022-10-09T00:56:28 < qyx> the idea is quite old 2022-10-09T00:56:31 < karlp> so, I've found errors on my usb board, before I've even started assembling, that would be ~easy to fix with greenwire, and stacking some parts, or do I just review it again and eat the board cost? 2022-10-09T00:57:05 < karlp> yeah I'd just not seen caps labelled for it explicitly. 2022-10-09T00:57:57 < karlp> heh, new arrivals on lcsc: https://lcsc.com/product-detail/New-Arrivals_deli-6970914820008_C3020009.html 2022-10-09T00:58:38 < qyx> I have found a new ADC now when I already have one working design and two PCBs waiting to be assembled 2022-10-09T00:58:55 < qyx> so, maybe eating the board makes sense 2022-10-09T00:59:00 < qyx> I mean, the cost of it 2022-10-09T00:59:33 < karlp> also, usb2517 are back in stock in many hundreds on lcsc, so not even needing to hoard the parts right now.. 2022-10-09T00:59:45 < karlp> but I have _way_ too many bom items to ask themt o make it... 2022-10-09T01:00:02 -!- mannerism [~tic@107.191.100.185] has quit [Remote host closed the connection] 2022-10-09T01:00:06 < qyx> I don't do china anymore 2022-10-09T01:00:45 -!- mannerism [~tic@107.191.100.185] has joined ##stm32 2022-10-09T01:01:43 < Steffanx-> dont like china no more? 2022-10-09T01:03:12 -!- begriffs [~begriffs@user/begriffs] has joined ##stm32 2022-10-09T01:39:33 < qyx> no 2022-10-09T01:40:13 < Steffanx-> No aliexpress, no lcsc, no jlcpcb no nothing? 2022-10-09T01:42:57 < qyx> exactly 2022-10-09T01:45:15 < qyx> the only thing I haven't found a replacement for are lifepo4 cells 2022-10-09T01:45:46 < qyx> I bet there are some but not that easily available 2022-10-09T01:47:30 < karlp> heh, recommended pattern from the vendor, special doc for just that, includes a pad. 2022-10-09T01:47:42 < karlp> reference design evb gerbers don't even have the pad, let alone connected 2022-10-09T01:55:53 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-09T02:25:18 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-09T02:29:03 -!- lagash [lagash@lagash.shelltalk.net] has quit [Ping timeout: 268 seconds] 2022-10-09T02:39:23 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-09T02:42:55 < karlp> heh, datasheet says 4.7U or 2.2U depending on where in the doc, 2022-10-09T02:42:58 < karlp> evb has 1uf. 2022-10-09T02:43:02 < karlp> bom justice is great 2022-10-09T02:52:53 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-09T02:55:20 -!- lagash [lagash@lagash.shelltalk.net] has joined ##stm32 2022-10-09T03:06:24 -!- lagash [lagash@lagash.shelltalk.net] has quit [Ping timeout: 264 seconds] 2022-10-09T03:25:23 -!- lagash [lagash@lagash.shelltalk.net] has joined ##stm32 2022-10-09T03:37:04 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-09T03:41:07 -!- boB_K7IQ [~boB_K7IQ@184-98-42-152.phnx.qwest.net] has quit [Ping timeout: 248 seconds] 2022-10-09T03:42:02 -!- boB_K7IQ [~boB_K7IQ@ip72-201-138-188.ph.ph.cox.net] has joined ##stm32 2022-10-09T03:46:36 -!- boB_K7IQ [~boB_K7IQ@ip72-201-138-188.ph.ph.cox.net] has quit [Ping timeout: 268 seconds] 2022-10-09T03:47:13 -!- boB_K7IQ [~boB_K7IQ@ip72-201-138-188.ph.ph.cox.net] has joined ##stm32 2022-10-09T03:48:35 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 252 seconds] 2022-10-09T04:42:15 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-09T05:57:51 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-09T06:18:24 -!- [_] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-09T06:21:03 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Ping timeout: 265 seconds] 2022-10-09T07:49:05 -!- [_] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-09T10:17:34 -!- steve__ [~steve@ool-182c2b80.dyn.optonline.net] has quit [Ping timeout: 268 seconds] 2022-10-09T10:32:08 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-09T12:36:51 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-09T15:35:55 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 265 seconds] 2022-10-09T16:09:39 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-09T16:31:46 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-09T16:42:50 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-09T18:04:58 -!- rajkosto [~rajkosto@178-221-116-53.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-09T19:05:36 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-09T19:50:33 < perdmann> Hi, i tried the swd-resistor-hack but now i get: Error: 599 516 adi_v5_swd.c:348 swd_connect_single(): Error connecting DP: cannot read IDR 2022-10-09T19:51:34 < PaulFertser> perdmann: are you sure you did everything as described? Do you have Vcc from the target connected to Vtref pin of the adapter? And what adapter do you have? 2022-10-09T20:05:36 < jpa-> karlp: i'm disappointed at the EasyEDA model for that ball 2022-10-09T20:08:58 < karlp> heh, yeah, thoought that too :) 2022-10-09T20:12:07 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-09T20:12:16 < Laurence_b> lol bbc says truck bomb is fake news 2022-10-09T20:12:22 < Laurence_b> doubt.jpg 2022-10-09T20:15:04 < specing> it was probably someone smoking in a non-smoking area on the bridge 2022-10-09T20:16:50 < Laurence_b> lol 2022-10-09T20:17:04 < Laurence_b> blast marks clearly look like a bomb on the road surface 2022-10-09T20:17:15 < Laurence_b> bbc claims it was a robot boat lol 2022-10-09T20:17:27 < specing> possible 2022-10-09T20:17:39 < specing> I think one did wash up on the shore there recently 2022-10-09T20:18:12 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Quit: Leaving] 2022-10-09T20:19:01 < Laurence_b> yeah a tiny boat, not close to enough splosives 2022-10-09T20:19:30 < specing> Laurence_b: how tiny? 2022-10-09T20:19:45 < specing> also the bridge is probably shoddily constructed anyway 2022-10-09T20:19:48 < Laurence_b> a modified canoe 2022-10-09T20:19:57 < Laurence_b> the blast was huge 2022-10-09T20:23:43 < specing> a modified canoe can still carry 200kg or what? 2022-10-09T20:26:43 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-09T20:34:34 < jpa-> and the blast was estimated at 1-2 tons of advanced explosives or 10-20 tons of typical terrorist-grade stuff 2022-10-09T20:38:35 < ventYl> Laurence_b: on one CCTV recording from bridge, there is some kind of ship visible seconds prior explosion underneath the bridge. 2022-10-09T20:39:01 < Laurence_b> looked like waves to me 2022-10-09T20:39:04 < ventYl> also, poles around are not stripped off, even if it was majestic explosion, which suggests that it came from underneath 2022-10-09T20:39:14 < Laurence_b> hmm doubtful 2022-10-09T20:39:15 < ventYl> you guys have weird waves in UK then 2022-10-09T20:47:29 < Steffanx-> here's the footage ventYl is referring to? (cant find a proper source sadly): https://www.dumpert.nl/?selectedId=100043159_d1127d9c ? 2022-10-09T20:47:43 < Steffanx-> this one probably includes a shitload of ads 2022-10-09T20:53:25 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 252 seconds] 2022-10-09T20:58:27 < Laurence_b> sheeet 2022-10-09T20:58:30 < Laurence_b> fake news busted 2022-10-09T21:09:17 < perdmann> PaulFertser: i soldered the adapter by myself and i measured everything looks ok Vref to VCC, GND to GND, TCK to SWCLK, TDO to SWDIO and TDO - 470 Ohm - SWDIO 2022-10-09T21:13:20 < Laurence_b> >ardupilot now has nothing to do with tarduino 2022-10-09T21:13:20 < PaulFertser> perdmann: please show schematics for your adapter then. 2022-10-09T21:13:22 < Laurence_b> wtf lol 2022-10-09T21:13:27 < Laurence_b> actually looks very pro now 2022-10-09T21:13:40 < PaulFertser> perdmann: also, what's your target? Is it already flashed with something? 2022-10-09T21:14:28 < Laurence_b> >everything runs on chibios 2022-10-09T21:14:38 < Laurence_b> lol its just openpilot with mavlink at this point 2022-10-09T21:16:36 < perdmann> PaulFertser: board/stm32f103c8_blue_pill.cfg... AFAIK nothing should be flashed. Schematics is exactly what was written in: interface/ftdi/swd-resistor-hack.cfg - Except it did not solder nRST 2022-10-09T21:17:08 < PaulFertser> perdmann: what's your debug adapter really? Just a bare ft232h? 2022-10-09T21:18:32 < perdmann> PaulFertser: interface/ftdi/olimex-jtag-tiny.cfg 2022-10-09T21:19:12 < perdmann> PaulFertser: https://www.olimex.com/Products/ARM/JTAG/ARM-USB-TINY/ 2022-10-09T21:21:37 < Laurence_b> that """boat""" video is totally unconvincing 2022-10-09T21:21:39 < Laurence_b> fake news 2022-10-09T21:21:50 < Laurence_b>  (the bbc one, not the troll video) 2022-10-09T21:21:56 < PaulFertser> perdmann: and you have the target board powered and pin 1 of JTAG adapter connected to 3.3 V, right? 2022-10-09T21:22:14 < perdmann> PaulFertser: looks like there is some kind of bootloader on that board... 2022-10-09T21:22:22 < perdmann> PaulFertser: yes, double checked this 2022-10-09T21:22:31 < perdmann> PaulFertser: let me tripple check 2022-10-09T21:23:02 < PaulFertser> perdmann: if it's a blue pill can you switch the jumper into UART bootloader mode and retry? 2022-10-09T21:23:24 < perdmann> perdmann: yes definetly 2022-10-09T21:25:00 < PaulFertser> perdmann: or just jumper target RESET to GND, the OpenOCD output would change on connection attempt. 2022-10-09T21:26:20 < perdmann> PaulFertser: ok, keeping the device in Reset should change the openOCD output? 2022-10-09T21:27:22 < PaulFertser> perdmann: yes 2022-10-09T21:28:44 < qyx> Steffanx-: :D 2022-10-09T21:29:52 < perdmann> PaulFertser: no it does not change :/ Do i make a mistake with the openocd commandline? https://dpaste.org/vZTMg 2022-10-09T21:31:10 < PaulFertser> perdmann: no, looks right 2022-10-09T21:31:18 < PaulFertser> perdmann: please pastebin full -d3 output. 2022-10-09T21:35:10 < perdmann> PaulFertser: https://dpaste.org/sHjHm 2022-10-09T21:35:12 < perdmann> of course 2022-10-09T21:41:52 < PaulFertser> perdmann: if you're still using SWD then you've forgotten to -f interface/ftdi/swd-resistor-hack.cfg for that paste. 2022-10-09T21:48:30 -!- begriffs [~begriffs@user/begriffs] has quit [Quit: Leaving] 2022-10-09T22:06:31 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-09T22:09:37 -!- boB_K7IQ [~boB_K7IQ@ip72-201-138-188.ph.ph.cox.net] has quit [] 2022-10-09T22:16:50 < perdmann> # 2022-10-09T22:22:54 < perdmann> PaulFertser: sorry https://dpaste.org/6W9ZN 2022-10-09T22:23:56 < PaulFertser> perdmann: hm, in case it might be a regression, can you try older release? 2022-10-09T22:44:54 < perdmann> PaulFertser: sorry https://dpaste.org/6W9ZN 2022-10-09T22:45:19 < perdmann> PaulFertser: sorry. Yes i will try. Do you have a tip? For Beagleboard i had to use 0.2. 2022-10-09T22:50:41 < PaulFertser> perdmann: just 0.10.0 should be good to try 2022-10-09T22:51:14 < PaulFertser> perdmann: I meant 0.11.0 2022-10-09T22:59:11 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-09T23:05:19 < perdmann> PaulFertser: compiling... 2022-10-09T23:23:34 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-09T23:24:11 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Read error: Connection reset by peer] 2022-10-09T23:24:23 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-09T23:46:05 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-09T23:46:07 < Laurence_b> ok wtf 2022-10-09T23:46:17 < Laurence_b> Lunix is dropping udp packets sent via localhost 2022-10-09T23:48:23 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] --- Day changed ma loka 10 2022 2022-10-10T00:18:42 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 268 seconds] 2022-10-10T00:33:23 < Laurence_b> this is really weird 2022-10-10T00:34:56 < specing> Laurence_b: wtf, isn't hyperloop controlled by windows XP like any other piece of fine industrial hardware?! 2022-10-10T00:58:03 < kaki> no 2022-10-10T00:58:15 < kaki> just about 1000 rasberry pis 2022-10-10T00:58:44 < kaki> *rpi 2022-10-10T01:07:43 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-10T01:16:51 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-10T01:16:55 < Laurence_b> >just 1k rpis 2022-10-10T01:16:58 < Laurence_b> pretty much 2022-10-10T01:21:26 < Laurence_b> aha found it 2022-10-10T01:21:32 < Laurence_b> node-red causes issues 2022-10-10T01:23:48 < Laurence_b> wtf 2022-10-10T01:37:07 < Steffanx-> Wut? Wtf is node-red used for? 2022-10-10T01:37:57 -!- josuah [~irc@46.23.94.12] has quit [Remote host closed the connection] 2022-10-10T01:38:19 -!- josuah [~irc@46.23.94.12] has joined ##stm32 2022-10-10T01:40:57 < Laurence_b> some of the rest of the software stack 2022-10-10T01:41:03 < Laurence_b> yeah this is def the issue 2022-10-10T01:41:31 < Laurence_b> UDP works fine without node-red 2022-10-10T02:38:50 < Laurence_b> tfw watching captain phillips 2022-10-10T02:38:54 < Laurence_b> rooting for the pirates 2022-10-10T02:46:36 < Laurence_b> stupid pro murican trash 2022-10-10T02:46:44 < Laurence_b> how did this win any awards 2022-10-10T02:48:33 < Laurence_b> based somali pirates tbh 2022-10-10T03:24:19 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 268 seconds] 2022-10-10T03:30:06 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-10T03:49:37 -!- qyx [~qyx@84.245.121.21] has quit [Ping timeout: 265 seconds] 2022-10-10T03:51:16 -!- qyx [~qyx@84.245.121.94] has joined ##stm32 2022-10-10T03:59:39 -!- begriffs [~begriffs@user/begriffs] has joined ##stm32 2022-10-10T04:27:40 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-10T04:36:34 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-10T04:53:04 -!- duude__- [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-10T04:54:21 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 268 seconds] 2022-10-10T04:54:45 -!- duude__- is now known as duude__ 2022-10-10T05:34:50 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-10T07:22:43 -!- rajkosto [~rajkosto@178-221-116-53.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-10T08:02:25 -!- steve__ [~steve@ool-182c2b80.dyn.optonline.net] has joined ##stm32 2022-10-10T08:18:39 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-10T08:26:20 -!- steve__ [~steve@ool-182c2b80.dyn.optonline.net] has quit [Quit: Leaving] 2022-10-10T09:13:00 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-10T09:36:11 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has joined ##stm32 2022-10-10T09:54:08 -!- c10ud [~c10ud@host-213-26-199-10.business.telecomitalia.it] has joined ##stm32 2022-10-10T09:54:08 -!- c10ud [~c10ud@host-213-26-199-10.business.telecomitalia.it] has quit [Changing host] 2022-10-10T09:54:08 -!- c10ud [~c10ud@user/c10ud] has joined ##stm32 2022-10-10T10:04:35 -!- kraiskil [~kraiskil@90.red-81-38-73.dynamicip.rima-tde.net] has quit [Ping timeout: 268 seconds] 2022-10-10T12:15:11 -!- gnom [~alex@178.150.7.153] has quit [Ping timeout: 265 seconds] 2022-10-10T12:19:40 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-10T12:19:49 < Laurence_b> they see me riding, they hatin 2022-10-10T12:19:51 < Laurence_b> https://nitter.net/pic/orig/media%2FFeqJRlxWQAMelhd.jpg 2022-10-10T12:20:52 -!- gnom [~alex@178.150.7.153] has joined ##stm32 2022-10-10T13:44:08 < Laurence_b> https://euroweeklynews.com/2022/10/08/was-the-destruction-of-the-crimea-bridge-a-suicide-mission/ 2022-10-10T13:44:55 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-10T14:05:29 -!- drzacek_ [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-10T14:06:16 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Ping timeout: 268 seconds] 2022-10-10T14:09:22 < Laurence_b> he cant keep getting away with it 2022-10-10T14:13:39 -!- drzacek_ [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Ping timeout: 252 seconds] 2022-10-10T14:23:34 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has quit [Quit: Client closed] 2022-10-10T14:32:16 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-10T14:40:53 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has joined ##stm32 2022-10-10T14:53:42 -!- kraiskil [~kraiskil@static-75-135-130-217.ipcom.comunitel.net] has joined ##stm32 2022-10-10T15:02:39 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-10T15:58:23 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-10T16:18:23 -!- kraiskil [~kraiskil@static-75-135-130-217.ipcom.comunitel.net] has quit [Ping timeout: 268 seconds] 2022-10-10T16:24:18 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has quit [Quit: Client closed] 2022-10-10T17:15:17 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has joined ##stm32 2022-10-10T18:10:35 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Quit: Leaving] 2022-10-10T20:03:09 < octorian> So apparently there's an ST Developer's Conference on Wednesday near the SF Airport. Been thinking of going, because its nearby and free. Just wondering when/if they'll send any follow-up Emails since I "registered" a few weeks ago. 2022-10-10T20:12:27 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-10T20:12:51 -!- ds2 [~ds2@162-194-129-85.lightspeed.sntcca.sbcglobal.net] has quit [Read error: No route to host] 2022-10-10T20:22:17 < Steffanx-> I would expect a follow up email. Or "registration successfull" email 2022-10-10T20:22:33 < Steffanx-> -l 2022-10-10T20:26:18 -!- ds2 [~ds2@162-194-129-85.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2022-10-10T20:29:56 -!- kraiskil [~kraiskil@mob-194-230-144-199.cgn.sunrise.net] has joined ##stm32 2022-10-10T20:39:02 < octorian> Steffanx-, I got one of those right when I registered. But the website seems to say they'll send follow-ups with parking info and such to those who registered. I guess they still have another day or two to do that. 2022-10-10T20:58:49 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 246 seconds] 2022-10-10T21:01:11 -!- catphish_ [~charlie@user/catphish] has quit [Quit: Leaving] 2022-10-10T21:36:16 -!- kraiskil [~kraiskil@mob-194-230-144-199.cgn.sunrise.net] has quit [Ping timeout: 246 seconds] 2022-10-10T21:46:51 < machinehum> Anyone wanna design review my shit? 2022-10-10T21:46:54 < machinehum> I'll pay 2022-10-10T21:49:29 < octorian> And a reminder Email just went out :-) 2022-10-10T22:05:29 < kaki> machinehum: what is it? 2022-10-10T22:06:39 < kaki> actual poop? 2022-10-10T22:13:42 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-10T22:37:55 < Steffanx-> Lol kaki.. ofcourse 2022-10-10T23:23:11 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-10T23:23:26 < Laurence_b> til floating point and double nan are different things 2022-10-10T23:24:11 < specing> How many passengers died to bring us this information? :) 2022-10-10T23:34:28 -!- josuah [~irc@46.23.94.12] has quit [Quit: WeeChat 3.4.1] 2022-10-10T23:36:45 -!- josuah [~irc@46.23.94.12] has joined ##stm32 2022-10-10T23:45:03 < octorian> The whole world of IEEE 758 floating point is full of head scratchers and cases where naive number operations don't work as expected. 2022-10-10T23:45:37 < octorian> I sometimes find myself writing a variety of utility functions to deal with things I'd almost have expected math.h to already contain helpers or macros for. 2022-10-10T23:48:31 -!- mouseghost [~draco@user/mouseghost] has joined ##stm32 --- Day changed ti loka 11 2022 2022-10-11T01:03:48 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-11T01:06:36 -!- ferdna [~ferdna@user/ferdna] has quit [Ping timeout: 260 seconds] 2022-10-11T01:32:29 -!- duude__- [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-11T01:33:54 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 268 seconds] 2022-10-11T01:33:54 -!- duude__- is now known as duude__ 2022-10-11T02:23:47 -!- mouseghost [~draco@user/mouseghost] has quit [Quit: mew wew] 2022-10-11T02:26:37 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 252 seconds] 2022-10-11T02:50:22 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has quit [Quit: Client closed] 2022-10-11T03:06:26 -!- Spirit532 [~Spirit532@user/Spirit532] has quit [Killed (NickServ (GHOST command used by Spirit5323))] 2022-10-11T03:06:32 -!- Spirit532 [~Spirit532@user/Spirit532] has joined ##stm32 2022-10-11T03:08:57 < machinehum> kiki yeah 2022-10-11T03:09:17 < machinehum> I want to know what you think of my diet 2022-10-11T03:09:21 < machinehum> It's a mains device 2022-10-11T03:29:27 -!- [_] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-11T03:32:03 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Ping timeout: 248 seconds] 2022-10-11T04:10:26 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 268 seconds] 2022-10-11T04:41:22 < begriffs> I'm looking at some freertos example code that checks a global called "initialized" and does a taskYEILD() if false. I don't see condition variables in freertos documentation, does anyone know a better pattern for tasks to communicate readiness than spinning on reading a global? 2022-10-11T04:42:23 < begriffs> (Meaning I'd be inclined to use a cond var for this, but they don't seem to be present) 2022-10-11T04:57:02 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2022-10-11T05:09:26 -!- [_] is now known as [itchyjunk] 2022-10-11T05:25:53 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Read error: Connection reset by peer] 2022-10-11T05:37:28 < begriffs> Hm, I found FreeRTOS+POSIX, worth a shot. https://freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_POSIX/index.html 2022-10-11T08:01:41 < jpa-> begriffs: event groups will work for the purpose also 2022-10-11T08:01:59 < jpa-> or if it is a single task, xTaskNotify() 2022-10-11T08:03:21 < jpa-> but in reality, taskyield() for waiting for initialization seems just fine for me, unless you need realtime constraints for initialization 2022-10-11T08:15:47 -!- ventYl [~ventyl@bband-dyn239.178-40-46.t-com.sk] has quit [Ping timeout: 265 seconds] 2022-10-11T08:22:31 -!- ventYl [~ventyl@adsl-dyn187.78-98-105.t-com.sk] has joined ##stm32 2022-10-11T08:26:59 -!- ventYl [~ventyl@adsl-dyn187.78-98-105.t-com.sk] has quit [Ping timeout: 248 seconds] 2022-10-11T08:28:44 -!- ventYl [~ventyl@bband-dyn25.178-40-106.t-com.sk] has joined ##stm32 2022-10-11T08:39:56 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-11T09:02:57 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-11T09:09:37 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-11T10:23:29 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Read error: Connection reset by peer] 2022-10-11T12:28:47 -!- c10ud [~c10ud@user/c10ud] has quit [Ping timeout: 268 seconds] 2022-10-11T12:34:27 -!- emeryth [emeryth@boston-packets.hackerspace.pl] has quit [Ping timeout: 248 seconds] 2022-10-11T12:34:47 -!- emeryth [emeryth@boston-packets.hackerspace.pl] has joined ##stm32 2022-10-11T12:40:26 -!- c10ud [~c10ud@host-213-26-199-10.business.telecomitalia.it] has joined ##stm32 2022-10-11T12:40:26 -!- c10ud [~c10ud@host-213-26-199-10.business.telecomitalia.it] has quit [Changing host] 2022-10-11T12:40:26 -!- c10ud [~c10ud@user/c10ud] has joined ##stm32 2022-10-11T14:06:22 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-11T14:18:12 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has joined ##stm32 2022-10-11T14:18:15 < Laurence_b> kek wtf 2022-10-11T14:18:37 < Laurence_b> >hyperdata ""big data"" guy has made an AWS based processing system 2022-10-11T14:18:53 < Laurence_b> it can process.... 1 datapoint per second 2022-10-11T14:27:04 < Laurence_b> new project: TGV toilet controller 2022-10-11T14:27:06 < Laurence_b> funtimes 2022-10-11T14:28:22 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has quit [Quit: Client closed] 2022-10-11T14:54:22 < karlp> lolrence: but, it can be scaled sideways now, just pay for more aws resources ;) 2022-10-11T16:16:51 -!- specing [~specing@user/specing] has quit [Ping timeout: 250 seconds] 2022-10-11T16:18:41 -!- specing [~specing@user/specing] has joined ##stm32 2022-10-11T16:19:26 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-11T16:19:27 < bitmask> mornin' 2022-10-11T16:50:51 -!- specing [~specing@user/specing] has quit [Ping timeout: 252 seconds] 2022-10-11T17:09:55 < bitmask> wow, ps5 hacked already 2022-10-11T17:10:19 < Sadale> old news 2022-10-11T17:10:29 < Sadale> I think it was hacked like a week ago or so 2022-10-11T17:15:17 < qyx> oh no 2022-10-11T17:17:03 < bitmask> im so sorry that im a week late 2022-10-11T17:17:05 < rustyaxe> after the ps3 fiasco? I've not and will never buy another sony product. We specifically bought our ps3 because it was sony's suggestion for how to play german ps1/ps2 games in the USA. 2022-10-11T17:17:25 < rustyaxe> Then they disable backwards compatibility.. which was present IN HARDWARE in the model i had in a software update 2022-10-11T17:17:26 < bitmask> i'll only buy a console if its moddable 2022-10-11T17:17:47 < Sadale> raspberry pi 2022-10-11T17:17:59 < Sadale> screw it. Just buy a PC. 2022-10-11T17:18:00 < rustyaxe> i wont buy sony products period, but i havent touched a video game in...at least 1.5 decades :P 2022-10-11T17:18:09 < rustyaxe> just lost interest in them 2022-10-11T17:18:48 < bitmask> yea i almost never play games, im more interested in making them 2022-10-11T17:18:50 < rustyaxe> between my rage over us owning literally hundreds of useless games (we ended up importing a german ps2 in the end at a cost about equal to a ps3 all said and done) 2022-10-11T17:18:57 < bitmask> although i have no good game ideas 2022-10-11T17:18:59 < rustyaxe> and just idk something changed and they got boring as hell? :P 2022-10-11T17:19:00 < bitmask> so im just working on an engine 2022-10-11T17:19:10 < Sadale> lol I actually finished a couple of games long time ago. 2022-10-11T17:19:13 < rustyaxe> make a game you go around and rob drug dealers while dressed as fake cops 2022-10-11T17:19:19 < rustyaxe> :p 2022-10-11T17:19:24 < rustyaxe> like dopewars but graphical 2022-10-11T17:19:27 < Sadale> In one of the games you're a bird that's paid to poop on people 2022-10-11T17:21:39 < srk> I've managed to get couple of ps1/ps2 games running with retroarch recently, just had to grab some BIOSes from internetz 2022-10-11T17:22:22 < rustyaxe> srk: this was years ago, i do not even have that same wife anymore :P 2022-10-11T17:22:27 < bitmask> I have a pretty nice emu/rom collection 2022-10-11T17:22:39 < rustyaxe> i switched from german to chinese 2022-10-11T17:23:12 < bitmask> id like to try some of the newer system emulators but my 'gaming htpc' as i call it is pretty old 2022-10-11T17:23:15 < rustyaxe> firmware's a little buggy sometimes, but definitely an upgrade either way 2022-10-11T17:23:32 < bitmask> only has a 980 2022-10-11T17:23:52 < rustyaxe> a what? 2022-10-11T17:24:23 < bitmask> graphics card, nividia geforce gtx 980 or something like that 2022-10-11T17:24:46 < rustyaxe> i see 2022-10-11T17:25:24 < bitmask> looks like it came out in 2014 2022-10-11T17:25:31 < bitmask> so thats when i got it 2022-10-11T17:25:46 < bitmask> old 2022-10-11T17:27:06 < srk> plenty for PS :) 2022-10-11T17:29:12 < srk> this is impressive tho https://www.youtube.com/watch?v=fnorDYd0JQc but I can't reproduce :D 2022-10-11T17:29:27 < rustyaxe> now if only we could take all those computing resources and electricities used for vidja games..and use them to do something that would actually cure human sufferings :o 2022-10-11T17:29:40 < srk> retroarch has bunch of interesting shaders to improve the quality of the old games 2022-10-11T17:31:32 < bitmask> are you really saying that AGAIN rustyaxe 2022-10-11T17:34:03 < karlp> we'll, they've already opened their mouth and proved things about themselves, hardly surprising they'd keep doing it.. 2022-10-11T17:36:31 < jpa-> it's not weird to overgrow video games, but demanding that all human activity should be focused on some altruistic goal is just silly 2022-10-11T17:40:50 < BrainDamage> what's more weird is the obsession with video games, as if it was the only entertainment activity 2022-10-11T17:41:09 < BrainDamage> vs movies, car racing, etc etc 2022-10-11T17:41:36 < srk> fpv racing! 2022-10-11T17:47:26 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Quit: Leaving] 2022-10-11T17:48:19 < rustyaxe> because 95% of the whiney ass customers i have to deal with on the internet side of things is "mah vidja game is too laggy zomg we need 10gbit fiber" :P 2022-10-11T17:52:19 < jpa-> so you sell laggy internet connections and resolve it by selling extra fake bandwidth that does not actually resolve the latency? 2022-10-11T17:52:28 < jpa-> sounds like very useful activity 2022-10-11T17:56:10 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 244 seconds] 2022-10-11T17:56:36 -!- catphish_ [~charlie@user/catphish] has joined ##stm32 2022-10-11T18:02:24 < rustyaxe> nope they supply their own internet connection, we just deal with setting up routers, wifi kit, etc that they're too dumb to do themselves and thus pay someone else to do. But they KNOW they need at least gigabit fiber so their brat kids will stop crying about losing in their vidja games :P 2022-10-11T18:55:36 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 264 seconds] 2022-10-11T19:08:43 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-11T19:24:00 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 244 seconds] 2022-10-11T19:37:21 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-11T19:47:19 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has joined ##stm32 2022-10-11T20:10:07 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-11T20:11:01 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 244 seconds] 2022-10-11T20:14:17 -!- specing [~specing@user/specing] has joined ##stm32 2022-10-11T20:23:38 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-11T20:41:10 < kaki> https://www.youtube.com/watch?v=byKyJ0b04Lo 2022-10-11T20:45:15 < bitmask> fuck i feel terrible, i dont think i can take anymore methadone either 2022-10-11T20:50:41 < kaki> speed? 2022-10-11T20:53:22 < kaki> you had chrons? 2022-10-11T20:59:09 < Steffanx-> Don't do that bitmask 2022-10-11T20:59:32 < bitmask> had? have 2022-10-11T20:59:50 < bitmask> Steffanx- i wont, i took enough 2022-10-11T21:00:41 < Steffanx-> I mean the dont feel bad. The methadone... yeah idk 😋 2022-10-11T21:01:00 < bitmask> ohh, yea cause i have a choice hah 2022-10-11T21:01:56 < bitmask> I think exercising is helping though. I just went to get blood drawn and usually its a whole thing and it was nice and easy this time 2022-10-11T21:02:08 < Steffanx-> Always a choice. Luckily I don't have to make this one 2022-10-11T21:02:16 < Steffanx-> Theres* 2022-10-11T21:03:09 < Steffanx-> When I hear how mr mwk goes crazy when he's out of methadone...... 2022-10-11T21:03:33 < bitmask> is he on a program or does he get it illegally? 2022-10-11T21:03:57 < Steffanx-> Both? I guess 2022-10-11T21:03:59 < bitmask> does he just not take it as he should so he runs out? 2022-10-11T21:04:22 < Steffanx-> Heh idk. My mawk knows 2022-10-11T21:04:53 < mawk> I kind increased the dose a little bit by mistake 2022-10-11T21:04:58 < mawk> I'm prescribed 120mg 2022-10-11T21:05:05 < mawk> and I'm taking around 450mg 2022-10-11T21:05:11 < Steffanx-> Mr. Not my. 2022-10-11T21:05:17 < mawk> I stopped keeping track of it to not scare myself 2022-10-11T21:05:31 < Steffanx-> A little. Yeah.. 2022-10-11T21:05:31 < bitmask> I take extra on tuesdays (the day I go to pick it up) and less on monday. I may take slightly more/less on other days but not as much as mon/tues I actually like taking less on monday which is why i continue to do it. it gives me a day to poop even if I dont feel as good 2022-10-11T21:05:35 < mawk> I just pop them pills and forget about it 2022-10-11T21:05:55 < bitmask> wtf 450? 2022-10-11T21:05:55 < mawk> you need 350mg to kill a horse 2022-10-11T21:05:59 < mawk> I'm stronger than a horse 2022-10-11T21:06:02 < mawk> yeah 2022-10-11T21:06:05 < mawk> it's tolerance 2022-10-11T21:06:05 < bitmask> why 2022-10-11T21:06:11 < bitmask> thats kinda dumb 2022-10-11T21:06:19 < mawk> why 2022-10-11T21:06:27 < mawk> it doesn't feel good at lower doses anymore 2022-10-11T21:06:29 < bitmask> its gonna take forever to get off 2022-10-11T21:06:31 < mawk> so I have to increase 2022-10-11T21:06:37 < mawk> maybe 2022-10-11T21:06:42 < bitmask> I only take 37mg 2022-10-11T21:06:46 < mawk> decreasing from 450 to 120 isn't that hard 2022-10-11T21:06:50 < mawk> the last mgs are the hardest 2022-10-11T21:06:54 < mawk> like from 20 to 0 2022-10-11T21:06:56 < bitmask> true but still 2022-10-11T21:07:03 < Steffanx-> The difference is.. you want to stop, mawk doesn't, bitmask ? 2022-10-11T21:07:04 < bitmask> i never heard of anyone taking more than like 160 or 200 2022-10-11T21:07:09 < mawk> currently I'm on 120 since 3 days and I have only very minor wd 2022-10-11T21:07:13 < mawk> just some insomnia 2022-10-11T21:07:38 < mawk> when I take too much my vision blurs 2022-10-11T21:07:49 < mawk> I wonder if my heart is okay 2022-10-11T21:07:53 < mawk> with that long QT thing 2022-10-11T21:07:58 < mawk> I need BrainDamage to diagnose me 2022-10-11T21:08:00 < Steffanx-> Is your brain OK? 2022-10-11T21:08:02 < bitmask> i do wonder if I could stop. I dont want to keep taking it but I also do. I really have to because of my stomach though 2022-10-11T21:08:18 < mawk> brain is fine 2022-10-11T21:08:28 < bitmask> yea you should get your heart checked at least once a year 2022-10-11T21:08:49 < Steffanx-> Health care probably makes it free anyway mawk 2022-10-11T21:08:56 < bitmask> I got mine checked shortly after I started and a year later and not since but im on a low dosage 2022-10-11T21:09:05 < mawk> but I heard the QT thing is bs 2022-10-11T21:09:10 < bitmask> really? 2022-10-11T21:09:11 < bitmask> why 2022-10-11T21:09:11 < mawk> pushed by a concurrent lab of methadone 2022-10-11T21:09:17 < mawk> by buprenorphine manufacturer 2022-10-11T21:09:21 < mawk> to push for their own treatment 2022-10-11T21:09:36 < Steffanx-> What's QT? I know QuickTime, but.. 2022-10-11T21:09:40 < bitmask> well it only takes a minute to check anyway so might as well 2022-10-11T21:09:48 < mawk> I read that in ASUD, a risk reduction journal in France 2022-10-11T21:09:50 < mawk> yeah 2022-10-11T21:09:53 < bitmask> a part of the heart beat cycle 2022-10-11T21:10:01 < mawk> Steffanx- it's some component of your heart rythm 2022-10-11T21:10:08 < mawk> the time interval between the Q and the T time markers, I guess 2022-10-11T21:10:17 < mawk> and if it's too long you can die suddenly or something 2022-10-11T21:10:50 < bitmask> supposedly methadone can elongate the rhythm which could be dangrous 2022-10-11T21:10:56 < mawk> yeah 2022-10-11T21:10:56 < bitmask> oh ok 2022-10-11T21:11:20 < mawk> with long QT you can die of jumpscare or things like that 2022-10-11T21:11:22 < bitmask> just ask the clinic to test you 2022-10-11T21:11:22 < mawk> not very cool 2022-10-11T21:11:34 < mawk> yeah they did at the start of treatment 2022-10-11T21:11:36 < Steffanx-> Oh skipped that biology class I guess 2022-10-11T21:11:37 < mawk> I can ask for a new one 2022-10-11T21:12:03 < bitmask> even if its not from methadone its a free heart test :) 2022-10-11T21:13:12 < mawk> methadone with crohn's sounds awful 2022-10-11T21:13:23 < mawk> I destroy toilets everywhere I go and I don't have crohn's 2022-10-11T21:13:28 < bitmask> heh 2022-10-11T21:13:30 < mawk> but I eat zero fiber 2022-10-11T21:13:45 < mawk> I hope at 37.5mg the constipation is less than at 450 at least 2022-10-11T21:13:57 < Steffanx-> Lol 2022-10-11T21:14:00 < mawk> I saw there is this opioid antagonist that doesn't cross the BBB that you can take 2022-10-11T21:14:01 < Steffanx-> Long way to go 2022-10-11T21:14:08 < mawk> and it reverses methadone effects on the GI tract 2022-10-11T21:14:13 < mawk> I think it's been FDA approved 2022-10-11T21:14:19 < mawk> if you're in the us you can try that 2022-10-11T21:15:03 < Steffanx-> Also lol you mawk. You've been deadly quiet lately. And you come back to life when it's all about drugs and crap 😋 2022-10-11T21:15:05 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 244 seconds] 2022-10-11T21:15:13 < mawk> lol 2022-10-11T21:15:17 < mawk> you hilited me 2022-10-11T21:15:19 < mawk> I'm abroad 2022-10-11T21:15:22 < bitmask> the opposite of immodium 2022-10-11T21:15:27 < mawk> in the land of braindommage 2022-10-11T21:15:30 < mawk> yeah bitmask 2022-10-11T21:15:48 < bitmask> i shit once a week, sometimes every other week 2022-10-11T21:16:11 < Steffanx-> Gotta monitor the bridges mawk? 2022-10-11T21:16:21 < mawk> just to visit 2022-10-11T21:16:30 < mawk> yeah same bitmask 2022-10-11T21:16:30 < bitmask> though my gut hasnt been well the past couple weeks so its slightly more often and different 2022-10-11T21:16:47 < mawk> on codeine it was worse though 2022-10-11T21:16:52 < mawk> methadone can be managable if I eat fiber 2022-10-11T21:16:57 < mawk> which I don't because McDonald's is tasty 2022-10-11T21:17:25 < mawk> since I took it from such a young age I thought it was normal to shit only every 2 weeks 2022-10-11T21:17:32 < mawk> then I realized people go everyday or something 2022-10-11T21:17:33 < mawk> weird 2022-10-11T21:17:35 < bitmask> the crohn's is mostly right at the end of my small intestine so I think its hard for stuffs to enter my colon 2022-10-11T21:18:07 < mawk> I see 2022-10-11T21:18:19 < bitmask> i have a colonoscopy and MRI coming up in like a month 2022-10-11T21:19:03 < Steffanx-> Colonoscopy fun times 2022-10-11T21:19:11 < bitmask> its the prep that sucks 2022-10-11T21:19:16 < kaki> are they going to remove a part of small intestine? 2022-10-11T21:19:25 < bitmask> no, at least not yet 2022-10-11T21:19:48 < bitmask> depends what the colonoscopy shows i guess 2022-10-11T21:20:32 < Steffanx-> 1/week.. 2022-10-11T21:20:35 < Steffanx-> How? 2022-10-11T21:20:45 < Steffanx-> Where does the food go? 2022-10-11T21:20:47 < bitmask> he couldnt get the camera into the bad area last time because it was too inflamed. i think he wants to be able to see it this time 2022-10-11T21:21:06 < bitmask> when it comes out its just really dense/hard 2022-10-11T21:21:10 < mawk> Steffanx- 1 every 2 weeks, even 2022-10-11T21:21:11 < Steffanx-> Lol. 2022-10-11T21:21:18 < bitmask> its like rocks 2022-10-11T21:21:21 < bitmask> :P 2022-10-11T21:21:36 < mawk> also I eat only once a day 2022-10-11T21:21:41 < Steffanx-> Maybe you can check out machinehum's shit too. He even wanted to pay you for it. 2022-10-11T21:21:52 < mawk> why 2022-10-11T21:21:56 < Steffanx-> ##poop32 2022-10-11T21:22:03 < mawk> does he have a scat fetish 2022-10-11T21:22:18 < mawk> there's no price that would convince me to partake in that 2022-10-11T21:22:58 < bitmask> wtf 2022-10-11T21:24:10 < Steffanx-> Haha. When people refer to objects with "shit" :) 2022-10-11T21:28:00 < bitmask> hmmm, i dont know how to design this part of my game engine. im on the third attempt. 2022-10-11T21:28:20 < bitmask> im not a very good software architect 2022-10-11T21:29:12 < machinehum> Guys I didn't eat corn 2022-10-11T21:29:47 < kaki> does your shit still need design review? 2022-10-11T21:29:56 < bitmask> always 2022-10-11T21:30:56 < rustyaxe> I mean you can just control what you eat and that'll adjust the design of your shits.... 2022-10-11T21:30:57 < kaki> machinehum needed someone to look at his shit yesterday 2022-10-11T21:31:11 < kaki> and he would pay for it 2022-10-11T21:31:17 < rustyaxe> you're not gonna shit cubes like that one australian animal tho 2022-10-11T21:31:33 < rustyaxe> wombat. 2022-10-11T21:31:52 < kaki> cubes :o 2022-10-11T21:32:15 < bitmask> wow they really are cubes 2022-10-11T21:32:40 < Steffanx-> Kaki doesn't shit ice cubes??? 2022-10-11T21:32:54 < Steffanx-> I thought finnish were ICECOLD 2022-10-11T21:33:08 < rustyaxe> Ya, if wombats even exist, they supposedly shit cube shaped poop. But i dont believe in australia as A: I've never met an australian, B: I've never seen australia or heard of it EXCEPT on teevee and internet and C: most importantly australia seems to be whats left of the british east indies trading company -- PIRATES! 2022-10-11T21:33:36 < Steffanx-> U wot moite?? 2022-10-11T21:33:51 < rustyaxe> you have mites? 2022-10-11T21:34:35 < rustyaxe> i mean ive met people on the internet who claim they're from australia, yes. But that well could be just internet myths. 2022-10-11T21:35:01 < bitmask> like the earth being round 2022-10-11T21:35:31 < kaki> https://www.youtube.com/watch?v=v6yg4ImnYwA 2022-10-11T21:35:44 < Xogium> hahahaha, hey, cube shaped poop. Minecraft poop 2022-10-11T21:35:54 < kaki> Get in the fokkin car Morty 2022-10-11T21:36:44 < Steffanx-> I shipped stroopwafels to Aussieland once rustyaxe . Internet said it arrived. 2022-10-11T21:37:02 < Steffanx-> i believed it 2022-10-11T21:37:20 < machinehum> The largest responce I've ever gotten from this channel 2022-10-11T21:37:30 < machinehum> You guys are very interested in my shit 2022-10-11T21:37:57 < Steffanx-> Hows your magic touch usb drive going machinehum ? is it real yet? 2022-10-11T21:38:34 < rustyaxe> Xogium: nah bro, wombat poop 2022-10-11T21:38:46 < rustyaxe> Wombats shit cubes. 2022-10-11T21:38:53 < rustyaxe> machinehum shits.. gerbils. :P 2022-10-11T21:40:51 < bitmask> think rob, think 2022-10-11T21:40:55 < machinehum> Steffanx-: Change of plan, you have to shit it on before plugging it in 2022-10-11T21:41:31 < Steffanx-> *sit on it 2022-10-11T21:41:41 < machinehum> I haven't built it yet, no thanks to you guys not reviewing my shit 2022-10-11T21:43:15 < rustyaxe> Dude 2022-10-11T21:43:19 < rustyaxe> just post it on ratemypoop.com 2022-10-11T21:43:28 < rustyaxe> someone will review it for you 2022-10-11T21:43:50 < rustyaxe> i dont know if thats still a website anymore 2022-10-11T21:53:06 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [Ping timeout: 265 seconds] 2022-10-11T21:58:30 < machinehum> I should post my mains powered device on ratemypoop.com 2022-10-11T21:58:47 < machinehum> "Kinda shitty might not make it though UL" 2022-10-11T21:59:13 < kaki> what is your device? 2022-10-11T21:59:50 < machinehum> Smart dimmer 2022-10-11T22:00:13 < machinehum> Uses FL5160 2022-10-11T22:11:11 < qyx> FL5160? 2022-10-11T22:11:13 < qyx> rings a bell 2022-10-11T22:11:54 < qyx> oh it is not that switcher I used in the past 2022-10-11T22:12:58 < bitmask> damnit, why dont any of you use vulkan 2022-10-11T22:13:18 < qyx> for our custom shit you mean? 2022-10-11T22:13:30 < Steffanx-> Gaming is a bad way of spending your time. Humanity should know better 2022-10-11T22:13:44 < qyx> sorry I couldn't resist 2022-10-11T22:13:44 < bitmask> for anything, I need to talk something out with someone who is familiar 2022-10-11T22:13:50 < bitmask> oh 2022-10-11T22:14:05 < bitmask> Steffanx- haha 2022-10-11T22:23:01 < kaki> lan partys we have been having couple times with friends are nice 2022-10-11T22:23:48 < Steffanx-> Are finnish lan parties like a sauna or more like a bus stop? 2022-10-11T22:25:15 < kaki> just start drinking bier 2022-10-11T22:26:10 < kaki> pizza delivered to door 2022-10-11T22:26:19 < Steffanx-> So its starts cold and distant, but turns into something warm and cosy. 2022-10-11T22:26:40 < kaki> grind some game as team for whole evening and night 2022-10-11T22:28:28 < bitmask> do people still play fortnite? i never tried it 2022-10-11T22:29:14 < Steffanx-> Me neither. Never sounded like a game for me. 2022-10-11T22:29:35 < bitmask> i used to play counterstrike when it first came out 2022-10-11T22:30:21 < bitmask> I was always terrible at it, im a fairly patient person but I would always just rush out and die :P 2022-10-11T22:34:46 < kaki> bitmask: it's for pre-teens 2022-10-11T22:34:53 < bitmask> how so 2022-10-11T22:37:16 < bitmask> did you see the ariana grande concert in it? I dont like her but I was curious so I watched it on youtube. it was kinda cool 2022-10-11T22:37:31 < kaki> internets says 60% 18-24 though 2022-10-11T22:37:33 < bitmask> though what I just said proves your point 2022-10-11T22:39:13 < bitmask> since when is 18-24 preteens :P 2022-10-11T22:42:23 < kaki> it isn't. kids just got super hyped about the dances, characters etc. but may not even have played the game themselfs 2022-10-11T22:43:22 < bitmask> i see 2022-10-11T22:44:12 < kaki> but I think 15-20 is that age range in any game where hours accumulate 2022-10-11T23:14:20 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-11T23:14:23 < Laurence_b> https://download.monin.net/f.php?h=34Kwc9Tc&p=1 2022-10-11T23:21:45 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has quit [Quit: Client closed] 2022-10-11T23:27:01 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has joined ##stm32 2022-10-11T23:27:10 < kaki> is that virus? 2022-10-11T23:28:09 < kaki> interesting thing: cypress wireless soc comes with rtos burned into rom 2022-10-11T23:28:37 < kaki> also all kinds of stuffs for that wireless thing and ip 2022-10-11T23:30:35 < kaki> rtos burned into rom have you seen that before? 2022-10-11T23:32:34 < Steffanx-> Why is mouser so damn awful slow lately? Like it makes my browser hang on every page load. 2022-10-11T23:33:58 < qyx> some additional checks you are not a Steffbot 2022-10-11T23:34:34 < bitmask> select all the horses 2022-10-11T23:40:47 < Laurence_b> sheet 2022-10-11T23:40:56 < Laurence_b> 4chan says uk gets nuked tomorrow afternoon 2022-10-11T23:42:25 < catphish> what did we do? 2022-10-11T23:49:38 < Steffanx-> What didn't you do? 2022-10-11T23:52:20 < kaki> Laurence_b: by who? 2022-10-11T23:52:50 < kaki> anyways 2022-10-11T23:53:40 < kaki> does basic particle filters do anything or do I need those filters that have more ratings to filter nuclear dust? --- Day changed ke loka 12 2022 2022-10-12T00:11:55 < Xogium> kaki: tbh I wouldn't worry about the dust but the radiation in the air ;) 2022-10-12T00:12:14 < kaki> main thing is to not get it in you 2022-10-12T00:12:22 < Xogium> I mean okay radioactive dust is bad but it emits radiation just as well on the ground, right ? 2022-10-12T00:12:30 < kaki> yes 2022-10-12T00:12:35 < kaki> and on your clothes 2022-10-12T00:12:58 < Xogium> on food packaging 2022-10-12T00:12:59 < Xogium> woops 2022-10-12T00:13:39 < Xogium> kaki: do you have huh, how's that called again 2022-10-12T00:13:45 < Xogium> iodine pills ? 2022-10-12T00:14:25 < Xogium> I've heard a lot about how it can be helpful to take that 2022-10-12T00:15:10 < Xogium> then again maybe it is just helpful with nuclear reactor fuckups 2022-10-12T00:15:46 < kaki> https://yle.fi/news/3-12655676 2022-10-12T00:16:44 < kaki> you know what happened when they said you should get iodine pills? 2022-10-12T00:16:58 < Xogium> kaki: no, honestly I don't 2022-10-12T00:17:09 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has quit [Quit: Client closed] 2022-10-12T00:17:18 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has joined ##stm32 2022-10-12T00:18:20 < kaki> everything sold in one day or so 2022-10-12T00:19:07 < Xogium> heh well... 2022-10-12T00:19:22 < Xogium> that's not very surprising 2022-10-12T00:19:32 < Xogium> when people panic over something, sure tends to do that 2022-10-12T00:19:39 < Xogium> but yeah I get the point hah 2022-10-12T00:19:57 < kaki> it happens time to time 2022-10-12T00:21:52 < Xogium> I remember at the start of the covid crisis, everyone rushed to buy toilet paper hehe 2022-10-12T00:22:24 < Xogium> some with good reasons, mind, but lot probably just stocked it up like mad 2022-10-12T00:23:52 < kaki> I think if there is enough panic buying eventually everyone is stocked 2022-10-12T00:24:27 < Xogium> yeah 2022-10-12T00:26:52 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-12T00:34:18 < Steffanx-> So how badly did you panic, kaki? 2022-10-12T00:34:54 < kaki> so badly that drove by pharmacy not remembering to get my dose 2022-10-12T00:41:32 < Steffanx-> 💩 2022-10-12T00:42:46 < specing> wtf people breathe in cancerous car exhaust on a daily basis and now they worry about some radioactive particles here and there? 2022-10-12T00:42:52 < specing> tell them to get out of here 2022-10-12T00:44:14 < GenTooMan> Xogium, they wiped out all the TP .. I'm sure it took a year to clean that mess up :D 2022-10-12T00:45:25 < Xogium> GenTooMan: :D 2022-10-12T00:48:09 -!- duude__- [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-12T00:48:13 * GenTooMan always has enough TP for at least a quarter so it's weird when people panic buy it, "What are you an idiot, and think that everything will be just fine? What do you buy things Just In Time who told you that?" 2022-10-12T00:48:38 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-12T00:48:59 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 244 seconds] 2022-10-12T00:49:59 -!- duude__- is now known as duude__ 2022-10-12T00:52:10 < kaki> specing: and they nuked some desert flats in nevada like hundreds of times 2022-10-12T00:53:22 < kaki> sometimes wind blew wrong way 2022-10-12T00:53:37 < specing> GenTooMan: real men use a bidet and do not require toilet paper 2022-10-12T00:54:11 < specing> kaki: yeah, also some islands and the russkis flattened a whole peninsula 2022-10-12T00:54:34 < kaki> is exposed reactor core worse than nukes? 2022-10-12T00:54:39 < specing> people live fine in hiroshima and nagasaki 2022-10-12T00:54:47 < specing> kaki: yep, lots worse 2022-10-12T00:55:08 < kaki> because of there is thousands of kilograms of the stuff? 2022-10-12T00:55:55 < specing> nah, because nukes kill with shock waves, and to get better shock waves you have to use up the material efficiently 2022-10-12T00:56:26 < specing> whereas exposed reactor cores equal very slow reaction 2022-10-12T00:56:34 < specing> though I'm no physicist 2022-10-12T00:56:47 < kaki> yeah 2022-10-12T00:56:54 < karlp> I'd imagine that if it's exposed and it's not meant to me, it's probably no longer running in any form of "stable slow" reaction process... 2022-10-12T00:56:56 < kaki> it's blowing the material into skies 2022-10-12T00:57:14 < kaki> and there is thousands of kilograms of that stuff 2022-10-12T00:58:18 < specing> yeah, but when it blows material into skies it disperses rapidly and thus reaction slows down to a crawl 2022-10-12T01:00:00 < qyx> but nowadays reactors are not carbon moderated, there is nothing to burn and blow 2022-10-12T01:00:56 < specing> on the other hand, nukes might reverse climate change by (1) putting material into sky to block sunlight (2) killing our fossil-fieled economy 2022-10-12T01:01:53 < qyx> russia is doing their best to kill fossils atm 2022-10-12T01:02:34 < lagash> specing: technically that doesn't reverse climate change, it makes more of it, and much more quickly... 2022-10-12T01:03:15 < specing> lagash: how so? 2022-10-12T01:03:26 < lagash> Oh, and there's no disputing it's anthropogenic... :P 2022-10-12T01:03:40 < specing> I'm sure plenty of survivors will deny it lol 2022-10-12T01:04:05 < lagash> Well, it changes the climate, sounds like climate change to me! :P 2022-10-12T01:04:34 < lagash> No mega-volcano eruptions needed! :) 2022-10-12T01:11:35 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-12T01:11:36 < Laurence_b> >Putin will nuke muh dick and balls 2022-10-12T01:11:51 < rustyaxe> Putin can like muh balls. 2022-10-12T01:12:06 < Laurence_b> ultimate bdsm 2022-10-12T01:12:13 < rustyaxe> lick 2022-10-12T01:12:21 < rustyaxe> Damn i cannot type in your alien language so well 2022-10-12T01:14:50 < qyx> did you do his orbital sides even 2022-10-12T02:18:54 < Laurence_b> https://www.unmannedtechshop.co.uk/product/hdzero-whoop-hd-fpv-divimath-video-transmitter-3/ 2022-10-12T02:18:56 < Laurence_b> nice 2022-10-12T02:19:11 < Laurence_b> dunno how hard it would be to interface a camera with it 2022-10-12T02:19:55 < Laurence_b> https://www.unmannedtechshop.co.uk/product/fatshark-shark-byte-digital-fpv-whoop-combo/ 2022-10-12T02:19:57 < Laurence_b> sheeet 2022-10-12T02:20:02 < Laurence_b> lol \dev\ice cooling fan 2022-10-12T02:21:47 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 250 seconds] 2022-10-12T02:23:18 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-12T02:25:36 < Laurence_b> oh sheeeeeetttt 2022-10-12T02:28:35 < kaki> what? 2022-10-12T02:29:26 * Laurence_b has been emailed MVB "dictionary" for TGV 2022-10-12T02:31:11 < Laurence_b> this is horrifying,  xls spreadhseet with a billion tabs 2022-10-12T02:31:32 < Laurence_b> I need to make a new toilet controller lol 2022-10-12T02:33:22 < rustyaxe> lol 2022-10-12T02:33:55 < rustyaxe> We had the splicing diagrams for 17k miles of fiber optic cables in visio documents at [redacted]... 2022-10-12T02:35:47 < Laurence_b> I found the "train direction" bit 2022-10-12T02:35:52 < Laurence_b> not very useful... 2022-10-12T02:37:28 < Laurence_b> hmm nice https://www.mouser.co.uk/datasheet/2/698/REN_tw9992_SDS_20211119-2931960.pdf 2022-10-12T02:39:02 < Laurence_b> its actually practical to run digital video over 5.8GHz 2022-10-12T02:41:32 < karlp> x million dron operators can't be wrong.... 2022-10-12T02:45:20 < Laurence_b> I meant PAL -> MIPI -> digital 2022-10-12T02:45:48 < karlp> who the fuck is creating pal?! :) 2022-10-12T02:47:59 -!- Miyu [~hackkitte@2a00:6020:5090:5700:5a7:111a:ec19:8082] has joined ##stm32 2022-10-12T02:52:07 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:c1d8:5589:123b:4033] has quit [Ping timeout: 268 seconds] 2022-10-12T03:37:56 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-12T03:54:38 -!- qyx [~qyx@84.245.121.94] has quit [Ping timeout: 265 seconds] 2022-10-12T03:56:36 -!- qyx [~qyx@84.245.120.184] has joined ##stm32 2022-10-12T04:16:23 -!- Netsplit *.net <-> *.split quits: Spirit532, Laco-LLL, \dev\ice, quinor, ventYl, Miyu, GenTooMan, dima, qyx, ColdKeyboard, (+1 more, use /NETSPLIT to show all of them) 2022-10-12T04:16:31 -!- Netsplit over, joins: ventYl 2022-10-12T04:16:48 -!- ColdKeybo[a]rd [~ColdKeybo@user/coldkeyboard] has joined ##stm32 2022-10-12T04:17:07 -!- Netsplit over, joins: Laco-LLL 2022-10-12T04:17:55 -!- Netsplit over, joins: karlp 2022-10-12T04:18:52 -!- Netsplit over, joins: GenTooMan 2022-10-12T04:20:44 -!- Netsplit over, joins: quinor 2022-10-12T04:21:29 -!- Netsplit over, joins: dima 2022-10-12T04:21:29 -!- \dev\ice [~eabdb@2a01:4f8:1c1c:2178::1] has joined ##stm32 2022-10-12T04:21:37 -!- Netsplit over, joins: qyx 2022-10-12T04:21:37 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-12T04:52:12 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-12T06:06:23 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-12T07:49:24 -!- rajkosto [~rajkosto@178-221-116-53.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-12T07:58:28 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-12T08:51:04 -!- rajkosto [~rajkosto@178-221-116-53.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-12T09:27:38 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-12T09:42:51 -!- Netsplit *.net <-> *.split quits: begriffs, rektide, yukam, ds2, machinehum, grindhold, hexo, jadew, potash, m5zs7k, (+2 more, use /NETSPLIT to show all of them) 2022-10-12T09:43:05 -!- jadew [~rcc@5.12.189.166] has joined ##stm32 2022-10-12T09:43:16 -!- Netsplit over, joins: josuah 2022-10-12T09:43:32 -!- Netsplit over, joins: machinehum, grindhold 2022-10-12T09:44:02 -!- potash [~foghorn@94-225-47-8.access.telenet.be] has joined ##stm32 2022-10-12T09:44:16 -!- potash [~foghorn@94-225-47-8.access.telenet.be] has quit [Changing host] 2022-10-12T09:44:16 -!- potash [~foghorn@user/foghorn] has joined ##stm32 2022-10-12T09:45:01 -!- Netsplit over, joins: begriffs 2022-10-12T09:45:55 -!- Netsplit over, joins: m5zs7k 2022-10-12T09:47:15 -!- Jak_o_Shadows [~quassel@user/jak-o-shadows/x-5091859] has joined ##stm32 2022-10-12T09:47:56 -!- rektide [~rektide@eldergods.com] has joined ##stm32 2022-10-12T09:47:57 -!- yukam [~yukam@user/yukam] has joined ##stm32 2022-10-12T10:27:34 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:5a7:111a:ec19:8082] has joined ##stm32 2022-10-12T10:52:57 -!- Spirit532 [~Spirit532@user/Spirit532] has joined ##stm32 2022-10-12T13:44:54 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-12T13:51:08 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has quit [Quit: Client closed] 2022-10-12T14:31:48 -!- hexo [~hexo@user/hexo] has joined ##stm32 2022-10-12T17:25:44 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has joined ##stm32 2022-10-12T17:37:03 < karlp> if a part has a "preorder" logo stamp on it on lcsc, what does that really mean? that it _can_ be bought, to jlc for instance, or that it can't? 2022-10-12T17:37:45 < karlp> like these are the same thing... but not? https://bin.jvnv.net/file/shoA4.png 2022-10-12T17:38:16 < kaki> it means out of stock 2022-10-12T17:38:30 < kaki> pay now get later 2022-10-12T17:40:05 < kaki> it''s just other way of saying out of stock 2022-10-12T17:59:13 < catphish_> why not just use the in stock one and not care? 2022-10-12T18:05:26 < Steffanx-> What about let's use karlp's experience to find out what it means 2022-10-12T18:35:35 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 268 seconds] 2022-10-12T18:42:49 < karlp> there's only 10 of them, and none anywhere int he west either. 2022-10-12T18:42:59 < karlp> re-designing, this is a sign I've been doing it wrong :) 2022-10-12T19:07:01 < catphish_> oh yeah, only 10 :( 2022-10-12T19:07:09 < catphish_> use different part :) 2022-10-12T19:07:59 < catphish_> that looks like an extremely generic mosfet, why does it matter? 2022-10-12T19:08:18 < catphish_> apart from the fact that it can carry 210A :D 2022-10-12T19:09:27 < kaki> https://www.diodes.com/assets/Datasheets/DMN67D7L.pdf 2022-10-12T19:10:19 < kaki> 210mA 2022-10-12T19:11:49 < kaki> this thing looks rather unremarkable 2022-10-12T19:11:54 < catphish_> i use C8545 2022-10-12T19:12:06 < catphish_> (which is a JLC basic part) 2022-10-12T19:12:23 < kaki> are you talking JLC code language? 2022-10-12T19:12:32 < catphish_> that a LCSC code 2022-10-12T19:12:51 < catphish_> MFG part number is 2N7002 but i assume that's generic 2022-10-12T19:13:37 < catphish_> this https://www.lcsc.com/product-detail/MOSFETs_Jiangsu-Changjing-Electronics-Technology-Co-Ltd-2N7002_C8545.html 2022-10-12T19:14:05 < kaki> thats even more generic 2022-10-12T19:14:26 < kaki> it's the very basic signal mosfet 2022-10-12T19:14:32 < catphish_> it's the most generic mosfet that exists, basically free from JLC 2022-10-12T19:15:02 < catphish_> so so was the one karlp posted, at 5 ohms, it's hardly a power device 2022-10-12T19:16:18 < kaki> ye 2022-10-12T19:16:48 < kaki> sufficient to switch power to some IC or region 2022-10-12T19:19:39 < karlp> it's special because it has a 40V limit on the gate/source 2022-10-12T19:19:48 < karlp> that's _very_ uncommon. 2022-10-12T19:26:34 < kaki> ah 2022-10-12T19:26:43 < kaki> why though? 2022-10-12T19:26:50 < kaki> you have that in your design? 2022-10-12T19:33:20 < kaki> if my design had gate voltages >15V I would think hard 2022-10-12T19:34:36 < jpa-> think of the electrons, they have a fear of high potential differences 2022-10-12T19:35:16 < karlp> here, you can play with it: https://tinyurl.com/2ehapq6c 2022-10-12T19:35:33 < karlp> it's allowing 5/10/12/24V wet driven voltages to make a digital input... 2022-10-12T19:36:50 < kaki> wet? 2022-10-12T19:38:14 < kaki> ah fet 2022-10-12T19:40:25 < jpa-> karlp: why not just stick a zener in it, or use a fet with built-in clamp? 2022-10-12T19:43:40 < karlp> a zener in the divider makes ~no real difference to the voltages seen, or the current consumed in the divider, for the voltages of interest, and is an extra part? 2022-10-12T19:44:08 < karlp> kaki wet as in actively driving inputs, as opposed to dry, where the input is just a contact opening and closing with no applied voltage. 2022-10-12T19:44:41 < kaki> ah 2022-10-12T19:44:48 < jpa-> yeah, i guess your divider is fine for 20V Vgs limit - what was this about 40V? 2022-10-12T19:45:59 < karlp> the old divider was 300ohm:1M, 2022-10-12T19:46:32 < karlp> and the 24v tvs diodes have a clamping voltage of like 39V 2022-10-12T19:46:49 < karlp> but yeh, going iwth 30V fet now, and better dividers. 2022-10-12T19:49:00 < BrainDamage> karlp: do you have bjts the design? 2022-10-12T19:49:48 < karlp> no, but I was thinking, "are we doign this wrong? shoudl we just use bjts or something?" 2022-10-12T19:50:16 < BrainDamage> karlp: https://tinyurl.com/2epkf4xw 2022-10-12T19:50:47 < BrainDamage> the bjts _can_be replaced with mosfets, the regular Vgate kind 2022-10-12T19:51:21 < karlp> why the two transistors? 2022-10-12T19:51:37 < BrainDamage> because that's the configuration that allows you to swap with mosfets 2022-10-12T19:51:44 < karlp> that design currently uses more power, and two parts though? what's the advantage? 2022-10-12T19:51:47 < BrainDamage> with bjts you can get away with a single one 2022-10-12T19:52:22 < karlp> I mean, the fets are only for that secetion, doesn't matter to me if it's fet or bjt really. 2022-10-12T19:52:35 < BrainDamage> oh, then a single bjt will work 2022-10-12T19:56:34 < jpa-> i have often seen a dual-BJT constant current source + opto isolator being used for digital inputs that need to have a wide voltage range 2022-10-12T19:58:00 < kaki> why dual-bjt? 2022-10-12T19:58:55 < jpa-> https://jpa.kapsi.fi/stuff/pix/wide_voltage_range_digital_input.png this kind of stuff 2022-10-12T19:59:01 < jpa-> a bit overkill for many cases probably 2022-10-12T19:59:13 < karlp> like this BrainDamage: seems to work well then I guess? https://tinyurl.com/2fhjxp9p 2022-10-12T19:59:49 < jpa-> karlp: do note that without a pull-down resistor, that BJT will turn off quite slowly if the input is disconnected 2022-10-12T19:59:58 < kaki> jpa-: I need to save that 2022-10-12T20:00:00 < jpa-> and even otherwise, BJTs can be a bit slow to get out of saturation 2022-10-12T20:00:49 < kaki> what if I want range of... 12-400V :o 2022-10-12T20:01:49 < karlp> slow like, "under 100khz" or slow like "100hz" ? 2022-10-12T20:02:46 -!- machinehum1 [~machinehu@2620:10d:c090:400::5:e88e] has joined ##stm32 2022-10-12T20:07:37 < jpa-> karlp: i'd say 1-100µs delay depending on transistor 2022-10-12T20:08:04 < jpa-> also kind of poor noise immunity in the case where the input is disconnected, that is basically the circuit used for contactless AC voltage detectors 2022-10-12T20:09:13 < jpa-> with a bjt i usually put the pulldown resistor on the left side of the base resistor, but i'm not sure if that makes a difference 2022-10-12T20:10:11 < karlp> eh, I'm not seeing any advantage over the fet version right now, except having to find bjts that have ~30-40V ratings still, which is more common sure, but 2022-10-12T20:10:37 < BrainDamage> karlp: yes 2022-10-12T20:11:32 < jpa-> the BJT input will stay at 0.7V max (except for negative voltages) 2022-10-12T20:13:40 < karlp> oh , right, yeah, was just looking at that. all the drop is on the base resistor, 2022-10-12T20:13:51 < karlp> but you get non-zero emitter current, if that matters 2022-10-12T20:18:40 < machinehum1> https://old.reddit.com/r/AskElectronics/comments/y0v80v/calculating_the_forward_voltage_of_optocoupler/ 2022-10-12T20:18:45 < machinehum1> What do you guys think? 2022-10-12T20:18:54 < machinehum1> Reddit doesn't have a clue 2022-10-12T20:22:00 < jpa-> machinehum1: what value of resistor in your second test circuit? 2022-10-12T20:22:19 < machinehum1> 1k 2022-10-12T20:22:31 < jpa-> datasheet fig 11 gives Vce_sat = 0.10V for 1mA at 20°C 2022-10-12T20:22:51 < jpa-> seems reasonable to get 0.03V at 0.01mA 2022-10-12T20:23:18 < machinehum1> hmm 2022-10-12T20:24:05 < machinehum1> Yeah sounds about right 2022-10-12T20:24:20 < machinehum1> Alright cool 2022-10-12T20:24:26 < machinehum1> I think my shit might work 2022-10-12T20:37:33 < Mangy_Dog> https://youtu.be/oIlh9rpHSes 2022-10-12T20:45:07 < machinehum1> Mangy_Dog: You're youtube famious? 2022-10-12T20:45:18 < Mangy_Dog> Im a suuuper star 2022-10-12T20:45:23 < Mangy_Dog> naa 2022-10-12T20:45:30 < Mangy_Dog> only got 3.5k subs 2022-10-12T20:46:01 < machinehum1> wtf is that blooper to the left 2022-10-12T20:46:11 < Mangy_Dog> blooper? 2022-10-12T20:46:28 < machinehum1> Yeah it looks like something from Star Trek 2022-10-12T20:46:42 < machinehum1> Just fucking bleeping and blooping to the left 2022-10-12T20:49:25 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has quit [Quit: Client closed] 2022-10-12T20:49:28 < machinehum1> https://www.youtube.com/watch?v=S5SCBe_CzjQ&ab_channel=Worlds 2022-10-12T20:49:46 < machinehum1> Behold my fame 2022-10-12T20:49:49 -!- machinehum1 [~machinehu@2620:10d:c090:400::5:e88e] has left ##stm32 [WeeChat 3.5] 2022-10-12T20:49:57 < Mangy_Dog> ooohhh the tricorder 2022-10-12T20:50:22 < Mangy_Dog> yeah im doing a run of new builds 2022-10-12T20:50:26 < Mangy_Dog> selling them on 2022-10-12T20:50:31 < Mangy_Dog> I placed it in the video as a teaser 2022-10-12T20:50:40 < Mangy_Dog> as ill be making a new video on the new design later down the line 2022-10-12T21:50:13 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-12T22:06:45 -!- rajkosto [~rajkosto@178-221-116-53.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-12T22:08:48 < Steffanx-> is that you machinehum? 2022-10-12T22:16:31 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-12T22:23:28 < bitmask> no its me 2022-10-12T22:26:50 < Steffanx-> No you're a ginger. 2022-10-12T22:28:55 < bitmask> oh did he show a pic or something? 2022-10-12T22:29:15 < bitmask> oops 2022-10-12T22:33:33 < Mangy_Dog> ?? 2022-10-12T22:33:58 < qyx> what does being a ginger mean 2022-10-12T22:34:21 < bitmask> i just joined and obviously lied saying it was me. did he show a pic? 2022-10-12T22:34:51 < bitmask> gonna make me look at the logs? 2022-10-12T22:35:25 < bitmask> < machinehum1> https://www.youtube.com/watch?v=S5SCBe_CzjQ&ab_channel=Worlds 2022-10-12T22:37:49 < bitmask> qyx: that guy is not a ginger, therefore it cant be me 2022-10-12T22:39:49 < Steffanx-> what bitmask said 2022-10-12T22:41:11 < qyx> oh 2022-10-12T23:04:12 -!- C-Man [~C-Man@ip-78-31-190-82.infiumhost.net] has joined ##stm32 2022-10-12T23:32:35 < begriffs> Subjective question, but how popular is libopencm3 vs something older like CMSIS? 2022-10-12T23:33:39 < qyx> subjective answer, I am using libopencm3 only so far 2022-10-12T23:35:06 < begriffs> Would you say it's better than CMSIS for low level control of the device, or is that just what you happened to learn and use first? 2022-10-12T23:36:02 < qyx> it is what I happened to learn and it matched my mindset 2022-10-12T23:36:14 < begriffs> It does seem like libopencm3 includes extra stuff for peripherals that I'd otherwise have to piece together from CMSIS-Driver or something. 2022-10-12T23:36:23 < qyx> I also tried stdperiph, noway 2022-10-12T23:36:39 < qyx> chibios hal was terrible 2022-10-12T23:36:59 < qyx> but that was 10y ago 2022-10-12T23:37:41 < Steffanx-> stdperiph wasnt too bad compared to the current HAL crap 2022-10-12T23:38:27 < qyx> I don't like the way it initialises things using structs 2022-10-12T23:39:02 < qyx> whats that retarded design pattern 2022-10-12T23:39:07 < begriffs> OK. As a beginner I'm trying to get a reasonable understanding of how the MCU works (so not using too much abstraction), while trying to invest time into a library that's been around and is stable. 2022-10-12T23:39:23 < qyx> "hey I want to do everything using a single call to the init function" 2022-10-12T23:39:26 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-12T23:39:33 < qyx> "I don't really need to.." 2022-10-12T23:39:52 < qyx> "oh hey theres like a half a thousand of different parameters" 2022-10-12T23:40:06 < qyx> "let's put that shit inside a struct and pass that struct instead" 2022-10-12T23:40:17 < begriffs> lol 2022-10-12T23:42:55 < qyx> I am not saying reinventing named arguments in C isn't fun, but.. 2022-10-12T23:46:07 < begriffs> Anyone know how I'm supposed to use CMSIS outside of IDEs? Do I have to dig parts of of the following repos?: ARM-software/CMSIS_5 ARM-software/CMSIS-Driver STMicroelectronics/STM32CubeF4 STMicroelectronics/cmsis_device_f4 2022-10-12T23:46:54 < begriffs> Kind of build object files from all these repos and put them together to match my STM32F411 and the peripherals I want to use? 2022-10-12T23:49:26 < begriffs> Maybe that's the appeal of libopencm3, because I can link a single libopencm3_stm32f4.a and away I go. --- Day changed to loka 13 2022 2022-10-13T00:07:05 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-13T00:52:50 < karlp> man, vscode is some fucking garbage still. 2022-10-13T00:53:02 < karlp> how the fuck is this acceptable completion?! 2022-10-13T00:53:37 < karlp> the "An example configuration that should work with most projects is shown below." is absolutely useless, and even after teh recommended "compiler_commands.json" parsing, it's still horrifically bad. 2022-10-13T00:54:21 < karlp> I mena, yay, addressable led blink on esp32c3, but... you get _no_ completion for members of structs?! 2022-10-13T00:54:35 < karlp> it cant' even recognise what code is #ifdef'd out?! 2022-10-13T01:02:19 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has joined ##stm32 2022-10-13T01:23:32 < karlp> also, turns out my esp32c3 mini dev board is _not_ compatible _at all_ with the "standard" vendor one.. 2022-10-13T01:23:57 < qyx> oh what are you doing with cš, 2022-10-13T01:24:00 < qyx> c3? 2022-10-13T01:24:15 < qyx> I tried it too, I aleady have 3 programmable lights in the houser 2022-10-13T01:24:51 < karlp> hoping to knock up something a little fun to play with the daughter to put in a pumpkin or something 2022-10-13T01:25:03 < karlp> ultrasonic sensor and some led strip is the idea at least... 2022-10-13T01:25:27 < qyx> uhm 2022-10-13T01:25:34 < qyx> the timers are a bit.. constrained 2022-10-13T01:26:04 < qyx> a pity the didn't get inspired by ST 2022-10-13T01:33:02 < karlp> Ive got a "normal" esp32 board or two too, if they're any better, just thought I'd go with the c3 first... 2022-10-13T02:02:15 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-13T02:02:23 < Laurence_b> one gorillion dorrars 2022-10-13T02:03:02 < Laurence_b> begriffs: I've done it - you can copy out all the random shit st tools download, or just use gcc on the command line 2022-10-13T02:08:25 < karlp> begriffs: you dont want to emulate lolrence... 2022-10-13T02:09:30 * rustyaxe chuckles as a line from Full Metal Jacket comes to mind 2022-10-13T02:09:40 < rustyaxe> Or rather a few lines :P 2022-10-13T02:13:52 < karlp> lol, esp32c3 toolchain is all python3, 2022-10-13T02:14:07 < karlp> thebinary distro of riscv32-esp-elf-gdb islinked against python 2.7 2022-10-13T02:20:23 < Laurence_b> ewwwwww 2022-10-13T02:20:44 * Laurence_b has to debug python code next week 2022-10-13T02:21:20 < Laurence_b> hyperloop telemetry server is written in python, atm it can eat 1 packet per second before maxing out a xeon server... 2022-10-13T02:22:26 < Laurence_b> raspberry pi compute module can generate ten packets / second using 0.5% of one core 2022-10-13T02:25:14 < Laurence_b> web dev guy decided to make everything a database on a different virtualised core or something 2022-10-13T02:27:12 < Laurence_b> >open a socket to another machine then query a database that exists on another machine to find out what the packet header is 2022-10-13T02:32:54 < karlp> man, bit of a pain getting this source into netbeans these days :| 2022-10-13T02:33:03 < karlp> too much python gloop in the build chain :| 2022-10-13T02:33:50 < rustyaxe> netbeans? isnt that java crap? *shudders* java..python..what other unholiness will you throw in? 2022-10-13T02:34:58 < karlp> netbeans is a functional c++ ide, I don't care what it's built in. 2022-10-13T02:35:29 < Laurence_b> yeah I've used it for work stuff 2022-10-13T02:35:40 < karlp> but current esp-idf uses lots of python inside cmake, so i've nto yet worked out how to get it to load a esp32c2 project yet. 2022-10-13T02:35:48 < karlp> I'm close though, I can smell it. 2022-10-13T02:35:52 < karlp> anyway, bed time. 2022-10-13T02:36:04 < Laurence_b> a hyperloop guy was going to use esp32 for can nodes 2022-10-13T02:36:11 < Laurence_b> but he cant make the can work 2022-10-13T02:46:07 < Laurence_b> something weird is wrong, almost like crc is incorrect 2022-10-13T02:52:48 * Laurence_b charges the channel ONE BILLION DOLLARZ for misinformation 2022-10-13T02:54:30 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [] 2022-10-13T03:27:28 -!- ferdna [~ferdna@user/ferdna] has quit [Read error: Connection reset by peer] 2022-10-13T04:01:03 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has quit [Quit: Client closed] 2022-10-13T04:20:39 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-13T05:34:57 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-13T05:35:14 -!- rustyaxe [~eltaco@zoo-york.istabpeople.com] has quit [Quit: Forced reboot, bbiab] 2022-10-13T05:50:08 -!- rajkosto [~rajkosto@178-221-116-53.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-13T06:12:36 < bitmask> i have no idea what im doing 2022-10-13T07:15:03 -!- C-Man [~C-Man@ip-78-31-190-82.infiumhost.net] has quit [Read error: Connection reset by peer] 2022-10-13T08:39:29 -!- ds2 [~ds2@162-194-129-85.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2022-10-13T09:03:32 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-13T09:15:51 < Steffanx-> Welcome to the club bitmask 2022-10-13T09:16:19 < bitmask> for the whole day ive just been moving around lines of code and I'm not any closer to figuring out how to set this up 2022-10-13T09:18:55 < Steffanx-> Time to get out have a walk ans get the eureka moment 2022-10-13T09:18:59 < Steffanx-> And 2022-10-13T09:19:59 < bitmask> yea but its almost 2:30AM, i should really just go to sleep 2022-10-13T09:26:28 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-13T10:26:42 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-13T11:02:33 < qyx> better than moving around boxes in labview 2022-10-13T12:19:29 -!- zxrom [~zxrom@mm-106-31-212-37.vitebsk.dynamic.pppoe.byfly.by] has joined ##stm32 2022-10-13T13:23:10 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Ping timeout: 246 seconds] 2022-10-13T13:24:13 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-13T14:18:33 -!- Helmholtz [~leibnizma@2001:470:69fc:105::3124] has quit [Quit: Bridge terminating on SIGTERM] 2022-10-13T14:24:47 -!- Helmholtz [~leibnizma@2001:470:69fc:105::3124] has joined ##stm32 2022-10-13T15:00:45 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-13T15:01:59 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-13T15:52:03 -!- \dev\ice [~eabdb@2a01:4f8:1c1c:2178::1] has quit [Changing host] 2022-10-13T15:52:03 -!- \dev\ice [~eabdb@user/device/x-9920846] has joined ##stm32 2022-10-13T17:01:46 -!- Netsplit *.net <-> *.split quits: Alexer, drzacek, \dev\ice, Sadale 2022-10-13T17:01:52 -!- \dev\ice [~eabdb@2a01:4f8:1c1c:2178::1] has joined ##stm32 2022-10-13T17:02:11 -!- Netsplit over, joins: Alexer, drzacek 2022-10-13T17:02:35 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Client Quit] 2022-10-13T17:02:50 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-13T17:03:35 -!- Netsplit over, joins: Sadale 2022-10-13T17:49:22 -!- alan_o [~alan@2600:1700:1902:210f:685e:4e82:f0c5:cd52] has joined ##stm32 2022-10-13T17:52:09 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-13T18:22:54 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Quit: Leaving] 2022-10-13T18:36:59 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has joined ##stm32 2022-10-13T18:37:03 < Laurence_b> funtimez 2022-10-13T18:37:11 < Laurence_b> windozer 10 kills openvpn 2022-10-13T18:38:05 -!- lagash [lagash@lagash.shelltalk.net] has quit [Remote host closed the connection] 2022-10-13T18:39:09 < zxrom> Windozer 10 - hahahah! 2022-10-13T18:48:03 < bitmask> its a new day... 2022-10-13T18:48:17 < bitmask> gotta figure out this problem 2022-10-13T18:53:55 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has joined ##stm32 2022-10-13T18:58:02 < karlp> geh, lcsc's bomtool is busted. 2022-10-13T18:58:23 < karlp> you can "fixup" inline search results, but ... if you try and fix up a second one, it just applies that fixup to the first one. 2022-10-13T19:00:39 < karlp> like, it has a column for uploading the lcsc part #, but if you _just_ upload that, it jsut fails to find anything :| 2022-10-13T19:10:47 -!- lagash [lagash@lagash.shelltalk.net] has joined ##stm32 2022-10-13T19:16:21 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has quit [Quit: Client closed] 2022-10-13T19:23:00 < Steffanx-> kaki music: https://youtu.be/WsuBeIYud9k 2022-10-13T19:25:39 -!- dima [~dima@kappa.ac93.org] has quit [Remote host closed the connection] 2022-10-13T19:26:53 -!- dima [~dima@kappa.ac93.org] has joined ##stm32 2022-10-13T19:37:56 < karlp> lol, I fiddled it enought o make it's bom import happy, so you have 8 of this, 4 of this, blah, and you can say "this, times N quantity, add to cart" 2022-10-13T19:37:58 < karlp> so far so good, 2022-10-13T19:38:17 < karlp> but _before_ it does the "times N quantity" it raises _all_ of the individuals up to the "min ordered quantity" 2022-10-13T19:38:54 < karlp> so for a bom line item of count 2, times 50, with a minimum of 50, you end up having 50*50 in your cart, instead of 100... 2022-10-13T19:38:57 < karlp> top notch. 2022-10-13T20:08:11 < mawk> bitmask it's by doing what you do that I ended up horribly slipping 2022-10-13T20:08:18 < mawk> taking more some day and less the next 2022-10-13T20:08:33 < mawk> it ended up becoming taking more everyday and buy the rest myself very quickly 2022-10-13T20:08:41 < Steffanx-> I expected Mr mawk to be smarter 2022-10-13T20:08:47 < mawk> why 2022-10-13T20:09:15 < Steffanx-> That ^ 2022-10-13T20:09:25 < mawk> it's not me 2022-10-13T20:09:32 < mawk> it's the daemon lurking in my subconscious 2022-10-13T20:09:49 < mawk> whose goal is maximizing the activation of the feel good receptors 2022-10-13T20:10:02 < mawk> your rational mind can't compete 2022-10-13T20:10:49 < Steffanx-> Now you sound religious.. 2022-10-13T20:12:38 < bitmask> i havent purchased any drugs since I started methadone, even when I take more on some days 2022-10-13T20:13:02 < bitmask> i just suffer a bit on days that i have less 2022-10-13T20:14:53 < bitmask> maybe i smoked weed once or twice around when I first started but that was years ago 2022-10-13T20:16:18 < mawk> it's not other drugs that I buy, it's just more methadone 2022-10-13T20:16:23 < mawk> to fill in the rest of the week 2022-10-13T20:17:14 < bitmask> i understand, im including methadone in that list 2022-10-13T20:17:35 < bitmask> ive never bought extra to make up for when i took extra on some day 2022-10-13T20:17:54 < bitmask> it would be nice to have but im not willing to go down that path 2022-10-13T20:18:12 < bitmask> because i know that will lead me to taking more and more 2022-10-13T20:20:01 < bitmask> it does suck that my stomach isn't doing well. I'm going to have 2 shitty days instead of my usual 1 before I pick up on tuesday 2022-10-13T20:22:07 < bitmask> ugh vulkan is pissing me off 2022-10-13T20:22:22 < Steffanx-> Time for a walk outside 2022-10-13T20:22:46 < bitmask> no i just did take a break, im about to start back up again 2022-10-13T20:23:18 < bitmask> i have something to try at least 2022-10-13T20:28:47 < mawk> good then bitmask 2022-10-13T20:28:54 < mawk> you have more willpower than me 2022-10-13T20:29:06 < mawk> although I did what you did for 4 years without slipping up 2022-10-13T20:29:09 < mawk> but I eventually did 2022-10-13T20:29:20 < mawk> after my Ukrainian gf got deported by Mark Rutte I was quite sad 2022-10-13T20:29:28 < mawk> so I gobbled up all my stash 2022-10-13T20:49:05 < Steffanx-> blame ivan, not rutte 2022-10-13T20:49:12 < Steffanx-> or boris or whatever the name was 2022-10-13T20:56:51 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-13T21:06:26 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 260 seconds] 2022-10-13T21:55:46 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-13T21:55:49 < Laurence_b> https://nitter.net/pic/media%2FFe8mLO2WAAA-QVo.jpg%3Fname%3Dsmall 2022-10-13T22:14:03 -!- qyx [~qyx@84.245.120.184] has quit [Ping timeout: 252 seconds] 2022-10-13T22:15:51 -!- qyx [~qyx@84.245.121.62] has joined ##stm32 2022-10-13T22:54:23 -!- qyx [~qyx@84.245.121.62] has quit [Ping timeout: 252 seconds] 2022-10-13T22:56:07 -!- qyx [~qyx@84.245.121.173] has joined ##stm32 2022-10-13T23:14:16 -!- qyx [~qyx@84.245.121.173] has quit [Ping timeout: 268 seconds] 2022-10-13T23:26:32 -!- qyx [~qyx@84.245.120.121] has joined ##stm32 2022-10-13T23:27:49 < Laurence_b> https://nitter.net/MartiniTower/status/1578616659887390720#m 2022-10-13T23:39:07 -!- qyx [~qyx@84.245.120.121] has quit [Ping timeout: 252 seconds] 2022-10-13T23:41:11 -!- qyx [~qyx@84.245.120.131] has joined ##stm32 2022-10-13T23:41:59 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 268 seconds] 2022-10-13T23:44:12 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Ping timeout: 244 seconds] --- Day changed pe loka 14 2022 2022-10-14T00:09:32 -!- TinyNewt [~TinyNewt@user/TinyNewt] has joined ##stm32 2022-10-14T01:02:38 < kaki> PaulFertser: https://www.youtube.com/watch?v=7LQgLl_89Po how is this project going? 2022-10-14T01:20:14 < qyx> ok google please die 2022-10-14T01:20:33 < kaki> ? 2022-10-14T01:20:48 < qyx> I am trying to setup a new tablet, the actual blood pressure is about 300/200 mmHg 2022-10-14T01:22:10 -!- Guest15 [~Guest15@2001:558:6017:173:4188:1c0a:2389:5025] has joined ##stm32 2022-10-14T01:22:15 < qyx> the first question after boot should be "[x] yes I am a developer and know how to do things" 2022-10-14T01:22:15 < specing> lol 2022-10-14T01:22:33 < specing> qyx: you clearly made wrong hardware choices at the start lol 2022-10-14T01:23:23 < qyx> google games, what the hell does anybody need this 2022-10-14T01:23:33 < qyx> and all the other google sh't 2022-10-14T01:23:53 < qyx> if I want to play anything, I can install it 2022-10-14T01:26:43 < kaki> you get it all 2022-10-14T01:26:52 < kaki> like it or not 2022-10-14T01:27:34 < qyx> nope. trying to load a degoogled image 2022-10-14T01:27:39 < qyx> aosp or lineage 2022-10-14T01:37:07 < kaki> are tablets still relevant? 2022-10-14T01:41:36 < qyx> idk I was using one 2022-10-14T01:41:43 < qyx> until kids made it unusable 2022-10-14T01:50:00 < kaki> phones have catched up 2022-10-14T01:52:18 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 264 seconds] 2022-10-14T01:53:06 < kaki> tablet from 2014 still works fine for reading news and playing videos for kids 2022-10-14T01:53:27 < qyx> yeah I had 2016 2022-10-14T02:04:44 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-14T02:04:52 * Laurence_b has weird segfault on lunix 2022-10-14T02:05:21 < Laurence_b> #0 0x00016a68 in parse_config_file (f=0x2c150, t=0x2066) at aux_get.c:839 2022-10-14T02:05:38 < Laurence_b>  p *t 2022-10-14T02:05:38 < Laurence_b> Cannot access memory at address 0x2066 2022-10-14T02:05:44 < Laurence_b> wtf 2022-10-14T02:07:29 < Laurence_b> cant work this out 2022-10-14T02:07:38 < Laurence_b> looks like a valid address to me? 2022-10-14T02:08:50 < Laurence_b> oh sheeeeet 2022-10-14T02:08:55 < kaki> what are you doin 2022-10-14T02:09:03 < Laurence_b> I think maybe perman00bs installed 64bit arm linux 2022-10-14T02:09:15 < Laurence_b> installing sheeet on pi hardware 2022-10-14T02:11:04 < Laurence_b> wait no its 32bit 2022-10-14T02:11:07 < Laurence_b> wtf is going on 2022-10-14T02:18:45 < Laurence_b> hmm found this issue - array overflow, but only appeared on hardware running older kernel 2022-10-14T02:43:10 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-14T02:57:01 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-14T03:11:39 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Remote host closed the connection] 2022-10-14T04:01:32 -!- jmcgnh [~jmcgnh@wikipedia/jmcgnh] has joined ##stm32 2022-10-14T04:18:06 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-14T04:33:18 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-14T04:45:49 -!- lemmi [~lemmi@user/lemmi] has quit [Remote host closed the connection] 2022-10-14T04:54:54 -!- lemmi [~lemmi@user/lemmi] has joined ##stm32 2022-10-14T05:13:24 -!- lemmi [~lemmi@user/lemmi] has quit [Read error: Connection reset by peer] 2022-10-14T05:15:21 -!- lemmi [~lemmi@user/lemmi] has joined ##stm32 2022-10-14T05:19:06 -!- rajkosto [~rajkosto@178-221-120-16.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-14T05:25:54 -!- lemmi [~lemmi@user/lemmi] has quit [Remote host closed the connection] 2022-10-14T05:26:17 -!- lemmi [~lemmi@user/lemmi] has joined ##stm32 2022-10-14T05:27:54 -!- lemmi [~lemmi@user/lemmi] has quit [Read error: Connection reset by peer] 2022-10-14T05:29:00 -!- lemmi [~lemmi@user/lemmi] has joined ##stm32 2022-10-14T05:31:01 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-14T06:15:44 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-14T06:43:00 -!- Sadale [~Sadale@user/sadale] has quit [Ping timeout: 264 seconds] 2022-10-14T07:05:29 -!- Guest15 [~Guest15@2001:558:6017:173:4188:1c0a:2389:5025] has quit [Quit: Client closed] 2022-10-14T07:05:49 -!- rajkosto [~rajkosto@178-221-120-16.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-14T07:42:50 -!- Sadale [~Sadale@user/sadale] has joined ##stm32 2022-10-14T08:34:30 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-14T08:49:27 -!- rajkosto [~rajkosto@178-221-120-16.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-14T09:16:33 -!- \dev\ice [~eabdb@2a01:4f8:1c1c:2178::1] has quit [Changing host] 2022-10-14T09:16:33 -!- \dev\ice [~eabdb@user/device/x-9920846] has joined ##stm32 2022-10-14T09:30:31 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-14T09:31:45 -!- rajkosto [~rajkosto@178-221-120-16.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-14T11:58:36 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Ping timeout: 264 seconds] 2022-10-14T13:02:48 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-14T13:32:01 -!- specing [~specing@user/specing] has quit [Ping timeout: 268 seconds] 2022-10-14T13:43:48 -!- specing [~specing@user/specing] has joined ##stm32 2022-10-14T13:47:19 < benishor> anyone used swo on a h750? 2022-10-14T13:47:29 < benishor> not sure how to init swd 2022-10-14T13:48:34 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has joined ##stm32 2022-10-14T13:48:47 < Laurence_b> anyone know how to make openvpn work on windows10? 2022-10-14T13:48:54 < Laurence_b> atm its dead, nothing loads 2022-10-14T13:48:57 < specing> install linux? 2022-10-14T13:54:28 < Laurence_b> lol yeah 2022-10-14T14:05:29 < Laurence_b> how do I read return code from a command on windows cmd? 2022-10-14T14:10:10 < englishman> i install openvpn then load the config file then click the button then it works 2022-10-14T14:11:16 < karlp> benishor: what are you collecting it with? normally that end has the commands for configuring it... 2022-10-14T14:11:38 < karlp> benishor: like, for oocd it's just a line like "tpiu config internal swo.dump.log uart off " or something in your openocd.cfg 2022-10-14T14:14:51 < benishor> karlp: and what is the coreclkspeed exactly? 2022-10-14T14:15:37 < benishor> is it the HSE source or the final clock after the PLL? 2022-10-14T14:34:37 < karlp> final clock, hclk.. 2022-10-14T14:38:06 < benishor> no init needed on the software side? 2022-10-14T14:38:12 < benishor> enabling swo? 2022-10-14T14:39:02 < karlp> I mean, you can, but IMO it's dumb and just wastes code space. 2022-10-14T14:39:08 < karlp> let the debugger do that itself. 2022-10-14T14:39:31 < karlp> TIL about current mode vs voltage mode phys for the first time. 2022-10-14T14:39:37 < karlp> now I understand the extra 2V shit sometimes. 2022-10-14T14:39:58 < karlp> I'm not sure I'm any closer to understanding the "right" connection between shield and ground for a magjack though 2022-10-14T14:41:40 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-14T14:42:22 < benishor> karlp: thanks, got it working 2022-10-14T14:42:34 * Laurence_b is getting hardfault on tms320f28388d 2022-10-14T14:43:01 < Laurence_b> looks like it might be caused by simulink ipc blocks - if I set ipc to blocking it doesnt happen 2022-10-14T14:43:19 < Laurence_b> but thats when I set blocking on the tms320 end not the cortex m4 end 2022-10-14T14:43:33 < Laurence_b> any clues whats going on? 2022-10-14T14:46:10 < karlp> benishor: yay, more trace users! 2022-10-14T14:55:04 -!- TinyNewt [~TinyNewt@user/TinyNewt] has quit [Read error: Connection reset by peer] 2022-10-14T15:02:11 -!- catphish [~charlie@user/catphish] has quit [Read error: Connection reset by peer] 2022-10-14T15:14:53 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-14T15:18:49 -!- zxrom_ [~zxrom@mm-221-39-212-37.vitebsk.dynamic.pppoe.byfly.by] has joined ##stm32 2022-10-14T15:21:01 -!- zxrom [~zxrom@mm-106-31-212-37.vitebsk.dynamic.pppoe.byfly.by] has quit [Ping timeout: 246 seconds] 2022-10-14T15:22:50 < benishor> karlp: well, it worked on my small test on the same board 2022-10-14T15:23:06 < benishor> but it doesn't seem to work when using the fucking custom libdaisy framework 2022-10-14T15:23:29 < benishor> clocks seem to have an impact 2022-10-14T15:24:02 < karlp> yes... does daisy change clocking dynamically? 2022-10-14T15:27:50 -!- zxrom_ [~zxrom@mm-221-39-212-37.vitebsk.dynamic.pppoe.byfly.by] has quit [Remote host closed the connection] 2022-10-14T15:29:36 -!- zxrom [~zxrom@mm-221-39-212-37.vitebsk.dynamic.pppoe.byfly.by] has joined ##stm32 2022-10-14T15:31:33 < benishor> not sure 2022-10-14T15:35:11 < benishor> karlp: I created a basic cubemx project for the stm32h750 in which I simply ITM_SendChar() in a loop each second 2022-10-14T15:35:19 -!- zxrom [~zxrom@mm-221-39-212-37.vitebsk.dynamic.pppoe.byfly.by] has quit [Remote host closed the connection] 2022-10-14T15:35:22 < benishor> I configure the clock only from mx 2022-10-14T15:35:34 < benishor> when the clock is 96MHz, things work as they should 2022-10-14T15:35:35 -!- zxrom [~zxrom@mm-221-39-212-37.vitebsk.dynamic.pppoe.byfly.by] has joined ##stm32 2022-10-14T15:35:46 < benishor> if I chang the clock to 200MHz for instance, things stop working 2022-10-14T15:36:16 -!- zxrom [~zxrom@mm-221-39-212-37.vitebsk.dynamic.pppoe.byfly.by] has quit [Remote host closed the connection] 2022-10-14T15:38:36 < benishor> karlp: actually swdv works in cube if I set the right frequency 2022-10-14T15:38:44 < benishor> need to see what exactly libdaisy is doing 2022-10-14T15:46:39 < benishor> using the cubemx clock generation works on the seed. now to find out what exactly fucks up swo logging 2022-10-14T15:46:44 < benishor> good: https://pastebin.com/77Gq8UZT 2022-10-14T15:46:52 < benishor> bad: https://pastebin.com/uTP2HKNA (going on the 400MHz path) 2022-10-14T15:52:57 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has quit [Ping timeout: 244 seconds] 2022-10-14T16:14:32 < karlp> there might be a divider overflow at 400mhz or something, I've never tried anything that fast... 2022-10-14T16:14:33 -!- zxrom [~zxrom@mm-221-38-212-37.vitebsk.dynamic.pppoe.byfly.by] has joined ##stm32 2022-10-14T17:02:33 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Quit: Leaving] 2022-10-14T20:38:23 < benishor> https://twitter.com/jordanschnyc/status/1580889343417233409?t=Fc43-C4hrnHgFmmg965NHg&s=08 2022-10-14T20:55:47 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 248 seconds] 2022-10-14T20:59:01 -!- c10ud [~c10ud@user/c10ud] has quit [Quit: Leaving] 2022-10-14T22:03:48 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has quit [Quit: Client closed] 2022-10-14T23:04:09 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has joined ##stm32 2022-10-14T23:04:34 < kaki> expect chip shortage to become worse? 2022-10-14T23:18:04 < Steffanx-> worse then what? 2022-10-14T23:18:08 < Steffanx-> than 2022-10-14T23:19:26 < kaki> than ever 2022-10-14T23:19:59 -!- zxrom [~zxrom@mm-221-38-212-37.vitebsk.dynamic.pppoe.byfly.by] has left ##stm32 [Leaving] 2022-10-14T23:26:30 -!- haritz [~hrtz@user/haritz] has quit [Ping timeout: 264 seconds] 2022-10-14T23:45:27 -!- haritz [~hrtz@2a02:8010:65b5:0:6009:6384:e3cb:2220] has joined ##stm32 2022-10-14T23:45:27 -!- haritz [~hrtz@2a02:8010:65b5:0:6009:6384:e3cb:2220] has quit [Changing host] 2022-10-14T23:45:28 -!- haritz [~hrtz@user/haritz] has joined ##stm32 --- Day changed la loka 15 2022 2022-10-15T00:09:29 -!- rajkosto [~rajkosto@178-221-120-16.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-15T00:09:45 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-15T00:10:24 < rajkosto> is there such a thing as an i2c switch/selector to mux multiple i2c that have the same device addr 2022-10-15T00:11:24 < kaki> sure 2022-10-15T00:12:19 < kaki> google i2c mux 2022-10-15T00:12:35 < kaki> https://www.youtube.com/watch?v=I-BbQ-GzWMU 2022-10-15T00:30:00 < Steffanx-> You alright kaki ? 2022-10-15T00:38:06 < qyx> rajkosto: yes 2022-10-15T00:41:18 < Steffanx-> Yes 2022-10-15T00:57:41 < karlp> hrm, my esp32 code that worked from a couple of years ago doesnt work on esp32-c3 anymore... I wonder what I have copied and pasted badly :) 2022-10-15T00:57:44 < karlp> silly hacking 2022-10-15T01:30:41 -!- mouseghost [~draco@user/mouseghost] has joined ##stm32 2022-10-15T01:30:49 < qyx> ok going to psychiatry on monday 2022-10-15T01:30:57 < qyx> to get some drugs 2022-10-15T01:31:16 < qyx> someone bought all the remaining ADCs usable for strain gauges 2022-10-15T01:31:59 < qyx> except MCP3564, which is sh*t 2022-10-15T01:35:05 < mawk> what is your illness qyx 2022-10-15T01:35:16 < karlp> he never gets ti finish a design before someone buys all the parts 2022-10-15T01:35:28 < karlp> it's driving him up the wall, or of the bridge perhaps... 2022-10-15T01:37:32 < mawk> lol 2022-10-15T02:10:23 -!- mouseghost [~draco@user/mouseghost] has quit [Quit: mew wew] 2022-10-15T02:16:27 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-15T02:50:09 < karlp> ok, distance sensor works again, now just up against the fucking wall with 3.3v being useless for ws2812 strips again.. 2022-10-15T03:31:55 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 268 seconds] 2022-10-15T03:35:55 < kaki> https://www.youtube.com/watch?v=LSXRZXWEOi8 2022-10-15T04:31:33 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-15T06:03:08 -!- duude__- [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-15T06:03:39 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 252 seconds] 2022-10-15T06:04:27 -!- duude__- is now known as duude__ 2022-10-15T06:05:52 -!- rajkosto [~rajkosto@178-221-120-16.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-15T06:22:32 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [] 2022-10-15T06:45:10 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-15T08:04:13 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-15T08:07:15 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-15T08:09:03 -!- drfff [~k\o\w@72.53.234.152] has quit [Read error: Connection reset by peer] 2022-10-15T09:22:44 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-15T09:47:48 -!- lagash [lagash@lagash.shelltalk.net] has quit [Ping timeout: 264 seconds] 2022-10-15T10:33:13 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-15T10:34:42 -!- lagash [lagash@lagash.shelltalk.net] has joined ##stm32 2022-10-15T11:28:28 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has quit [Quit: Client closed] 2022-10-15T11:35:32 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-15T11:36:25 < bitmask> glsl is a pain in the ass 2022-10-15T11:38:29 -!- [itchyjunk] is now known as [spookyjunk] 2022-10-15T11:51:40 < bitmask> hmm, if you pass a reference to a vector into a lambda and the vector reallocates itself that lambda is gonna be useless isnt it 2022-10-15T12:37:44 -!- [spookyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-15T13:02:57 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Ping timeout: 268 seconds] 2022-10-15T13:12:07 -!- bitmask [~bitmask@2601:84:c701:9e00:5938:8169:978f:edf] has joined ##stm32 2022-10-15T13:14:50 < catphish_> i'm just learning vulkan, glsl will be on my plate soon 2022-10-15T13:19:26 < bitmask> im sure its not as bad as I think. I just dont understand the rules because ive never taken the time to read them 2022-10-15T13:19:36 < bitmask> i have more pressing things to set up first 2022-10-15T13:20:29 < bitmask> but the thing biting me in the ass is buffer layouts. things have to be aligned to like 16 bytes unless you specify a different standard or some shit. it was crashing my graphics card 2022-10-15T13:21:41 < bitmask> i just temporarily put the problem area into vec4's and now it works 2022-10-15T13:26:00 -!- Helmholtz [~leibnizma@2001:470:69fc:105::3124] has quit [Write error: Connection reset by peer] 2022-10-15T13:30:02 -!- Helmholtz [~leibnizma@2001:470:69fc:105::3124] has joined ##stm32 2022-10-15T13:38:49 < bitmask> lets see if it crashes now 2022-10-15T14:16:17 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-15T14:59:02 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-15T15:07:19 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-15T15:21:44 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 268 seconds] 2022-10-15T15:26:56 -!- HelloShitty [~psysc0rpi@bl6-131-248.dsl.telepac.pt] has quit [Read error: Connection reset by peer] 2022-10-15T15:33:16 < bitmask> catphish_ when you're ready: https://learnopengl.com/Advanced-OpenGL/Advanced-GLSL 2022-10-15T15:33:39 < bitmask> seems to have the important stuff 2022-10-15T16:13:54 < catphish_> exciting 2022-10-15T16:29:54 -!- Luggi09498284764 [~lux@ip5b426bc8.dynamic.kabel-deutschland.de] has joined ##stm32 2022-10-15T16:34:34 -!- bitmask [~bitmask@2601:84:c701:9e00:5938:8169:978f:edf] has quit [Remote host closed the connection] 2022-10-15T16:35:19 -!- bitmask [~bitmask@2601:84:c701:9e00:5938:8169:978f:edf] has joined ##stm32 2022-10-15T16:35:21 < bitmask> fuck 2022-10-15T16:35:25 < bitmask> i thought i figured it out 2022-10-15T16:35:55 -!- HelloShitty [~psysc0rpi@bl6-131-248.dsl.telepac.pt] has joined ##stm32 2022-10-15T16:39:18 -!- bitmask [~bitmask@2601:84:c701:9e00:5938:8169:978f:edf] has quit [Remote host closed the connection] 2022-10-15T16:39:55 -!- bitmask [~bitmask@2601:84:c701:9e00:5938:8169:978f:edf] has joined ##stm32 2022-10-15T16:42:24 < bitmask> oh nvm, that was just a stupid mistake 2022-10-15T16:44:09 < bitmask> ugh, one more test 2022-10-15T16:59:37 < catphish_> i might do some work in on it now actually, unfortunately vulkan requires a LOT of work to get everything in place, i'm still understanding all the memory management, cant write much in the way of shaders until that's all done 2022-10-15T17:00:09 < BrainDamage> opengl is more like a 3d engine builtin, vulkan you write the 3d engine 2022-10-15T17:01:30 < catphish_> well opengl handles all the low level management of resources for you 2022-10-15T17:02:19 < catphish_> with vulkan, if you want some data in VRAM, you have to manage the DMA transfers :) 2022-10-15T17:03:51 < catphish_> and i still don't fully understand its rendering pipeline yet 2022-10-15T17:06:52 < bitmask> There are a few things i have completely glossed over and use some default code I found. I'm not sure how things like pipeline barriers come into play. I know they are used to keep the order of operations correct because vulkan is designed to be parallel but i wouldnt even know where to begin using them for anything special. I also have a bunch of design questions I'm not really sure about but other than that it mostly makes sense 2022-10-15T17:07:45 < bitmask> I also havent gotten into subpasses yet 2022-10-15T17:08:23 < catphish_> bitmask: are you using vulkan then? 2022-10-15T17:08:27 < bitmask> yea 2022-10-15T17:08:52 < catphish_> my code is just an implementation of https://vulkan-tutorial.com/ in C 2022-10-15T17:09:13 < bitmask> yea thats where I started too, I think i ended up liking vkguide.dev or whatever it is better though 2022-10-15T17:09:42 < catphish_> i suspect it will pay to do both 2022-10-15T17:09:47 < bitmask> definitely 2022-10-15T17:09:59 < bitmask> i know after finishing vulkan-tutorial i was still confused as hell 2022-10-15T17:10:35 < catphish_> it's mostly the render pipeline i kinda glossed over and just copied the code because i was getting impatient to see something on my screen! 2022-10-15T17:10:50 < catphish_> but clearly that's important, so i'll have to do this a couple of times 2022-10-15T17:12:27 < bitmask> i'm currently working on descriptor set management 2022-10-15T17:12:55 < bitmask> still now 100% sure what direction im going for everything related. 2022-10-15T17:13:12 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-15T17:13:17 < catphish_> the big problem here at the moment is that you have to do so much to get a result, it's hard to focus on understanding any one part properly at the begininning 2022-10-15T17:13:56 < bitmask> yea i agree, but once it mostly makes sense its a lot easier, it will click eventually if you keep at it 2022-10-15T17:15:36 -!- [itchyjunk] is now known as [spookyjunk] 2022-10-15T17:16:29 < bitmask> i'm implementing glTF files, i got morph target animations working and next I want to do joint/skinning animations 2022-10-15T17:16:53 < catphish_> i should probably stop working in a single 1000 line file soon 2022-10-15T17:17:10 < bitmask> heh, any reason you are choosing C over C++ 2022-10-15T17:20:31 < catphish_> i just prefer C, i can't really say why, C++ feels messy 2022-10-15T17:21:02 < bitmask> heh in some ways i agree and other ways I feel the opposite 2022-10-15T17:21:17 < bitmask> for a large program like this i much prefer c++ though 2022-10-15T17:23:03 < catphish_> i like OOP, and for a long time i thought i should learn C++ for classes, but a few weeks ago i learned go for some contract work, and that really made me realise that you can do OOP perfectly fine in C 2022-10-15T17:25:14 < bitmask> uhhh wha? 2022-10-15T17:26:29 < catphish_> i no longer feel that there's a meaningful difference between a class, and a file containing a struct and a series of functions that accept a pointer to that struct as their first argument 2022-10-15T17:28:53 < bitmask> if you are trying to replicate a feature why not just use the language that has said feature, what about inheritance, polymorphism, templates, all the benefits of the standard library 2022-10-15T17:29:41 < bitmask> smart pointers, containers, algorithms 2022-10-15T17:29:47 < catphish_> it's true that as programs get larger i might feel i'd benefit from inheritance 2022-10-15T17:30:16 < catphish_> but so far, i haven't felt i needed anything that was missing from C's standard library 2022-10-15T17:30:18 < catphish_> that may well change 2022-10-15T17:31:04 < bitmask> I never really put the effort into learning modern c++ until a year or two ago. its like a whole new language 2022-10-15T17:31:17 < catphish_> if C++ was merely C with with classes, i think i'd gravitate to it, but whenever i look at it, it just seems like a wild mess, starting at the very beginning with cout << "helo" 2022-10-15T17:33:21 < bitmask> with destructors and smart pointers its almost like having garbage collection. makes worrying about memory leaks a thing of the past 2022-10-15T17:33:51 < bitmask> anyway, to each his own, gonna take a break before I get back to coding 2022-10-15T17:33:58 < catphish_> enjoy 2022-10-15T17:35:02 < zyp> catphish_, judging C++20 by C++03 or whatever isn't really fair 2022-10-15T17:37:49 -!- kraiskil [~kraiskil@mob-194-230-161-171.cgn.sunrise.net] has joined ##stm32 2022-10-15T17:40:20 < zyp> as in, there's a lot of weird shit in older C++ that's replaced by saner stuff in modern C++ 2022-10-15T17:40:36 < zyp> cout included 2022-10-15T17:47:18 < catphish_> well that's encouraging 2022-10-15T18:05:25 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 246 seconds] 2022-10-15T18:06:37 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-15T18:37:20 -!- kraiskil [~kraiskil@mob-194-230-161-171.cgn.sunrise.net] has quit [Ping timeout: 268 seconds] 2022-10-15T19:24:01 -!- kraiskil [~kraiskil@mob-194-230-161-171.cgn.sunrise.net] has joined ##stm32 2022-10-15T19:33:13 -!- catphish_ [~charlie@user/catphish] has quit [Quit: Leaving] 2022-10-15T19:38:14 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 268 seconds] 2022-10-15T20:19:44 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-15T20:28:06 -!- rajkosto [~rajkosto@178-221-120-16.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-15T20:40:26 -!- Kerr [~quassel@2601:602:ce80:df10::18f3] has joined ##stm32 2022-10-15T20:42:17 -!- catphish [~charlie@user/catphish] has quit [Quit: Leaving] 2022-10-15T21:09:39 -!- kraiskil [~kraiskil@mob-194-230-161-171.cgn.sunrise.net] has quit [Ping timeout: 268 seconds] 2022-10-15T21:15:43 -!- Posterdati [~Posterdat@user/Posterdati] has quit [Ping timeout: 250 seconds] 2022-10-15T21:25:33 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-15T21:29:25 -!- Posterdati [~Posterdat@user/Posterdati] has joined ##stm32 2022-10-15T21:34:33 -!- Kerr [~quassel@2601:602:ce80:df10::18f3] has quit [Quit: Bye.] 2022-10-15T21:38:53 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [] 2022-10-15T21:39:58 -!- begriffs [~begriffs@user/begriffs] has quit [Quit: Leaving] 2022-10-15T21:41:05 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has joined ##stm32 2022-10-15T21:48:49 < kaki> c++ rules 2022-10-15T21:49:05 < kaki> there is no going back 2022-10-15T21:49:41 -!- Kerr [~quassel@2601:602:ce80:df10::18f3] has joined ##stm32 2022-10-15T21:49:46 < kaki> it's said that c++ is a namespace extension for c 2022-10-15T21:50:17 < kaki> you should rather think that c is a subset of c++ 2022-10-15T21:51:07 < kaki> kinda lite version 2022-10-15T21:51:15 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-15T21:51:47 < kaki> catphish: http://xob.kapsi.fi/~jpa/stm32/2022-10.log press End 2022-10-15T21:56:47 < catphish> i tried a couple of times, maybe i'll try again one day 2022-10-15T22:00:14 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-15T22:00:15 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [Excess Flood] 2022-10-15T22:00:36 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-15T22:26:13 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-15T22:26:25 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-15T22:27:49 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 268 seconds] 2022-10-15T23:03:28 < fenugrec> does c++20 finally add VLA and that other thing C has since 99 2022-10-15T23:09:33 < qyx> named struct initialisers? 2022-10-15T23:09:53 < Steffanx-> Yeah so you can write a nice hal init function. 2022-10-15T23:10:07 < qyx> no. 2022-10-15T23:10:11 < Steffanx-> hah. 2022-10-15T23:10:28 < fenugrec> but yes, I was thinking of named struct initializers 2022-10-15T23:39:21 -!- qyx [~qyx@84.245.120.131] has quit [Ping timeout: 268 seconds] 2022-10-15T23:40:58 -!- qyx [~qyx@84.245.120.40] has joined ##stm32 2022-10-15T23:55:05 < PaulFertser> "64-Bit RISC-V CPU, 32-Bit CPU, embedded 64MB PSRAM memory and build-on 3 radio RF (Wifi, BT, Zigbee)" https://wiki.pine64.org/wiki/Ox64 should be available this November for less than ten bucks. --- Day changed su loka 16 2022 2022-10-16T00:02:26 < qyx> I tried their BL-something risc-v in the past 2022-10-16T00:02:32 < qyx> I gave up after 2 hours 2022-10-16T00:25:23 -!- alan_o [~alan@2600:1700:1902:210f:685e:4e82:f0c5:cd52] has quit [Ping timeout: 248 seconds] 2022-10-16T01:16:00 < karlp> c++ refusing named stuct field init just feels like stubbornness, it's fucking moronic. 2022-10-16T01:16:15 < karlp> definitely thebiggest, "wtf" 2022-10-16T01:33:18 < kaki> just use template magic 2022-10-16T01:33:28 < Steffanx-> C++20 supports it apparently.. 2022-10-16T01:33:37 < kaki> there you go 2022-10-16T01:33:49 < kaki> C is obsolete now 2022-10-16T01:34:32 < Steffanx-> What about kaki32? 2022-10-16T01:36:31 < karlp> well, I put a 1g125 buffer between this esp32-c3 and this ws2812 strip, and it's wayyyy more reliablie, but it still glitches out a lot, particularly the first led. 2022-10-16T01:38:11 < karlp> I wonder if this is just the RMT implementation or something. 2022-10-16T01:38:17 < karlp> either way it'sa wayyyyy better than it was :) 2022-10-16T01:39:17 < kaki> let's see some 90s cyber movie 2022-10-16T01:39:23 < kaki> the net 2022-10-16T01:40:00 < kaki> sandra bullock is some sort of hacker cyber girl in this movie 2022-10-16T01:42:35 < Steffanx-> Sounds awful 2022-10-16T01:44:07 < kaki> floppydisks 2022-10-16T01:44:19 < kaki> internets 2022-10-16T01:44:45 < kaki> plasma screensavers, ordering pizza from internets 2022-10-16T01:47:36 < karlp> deadbug tastic: https://nc.beeroclock.net/s/iGYTDqcygHcZgKf 2022-10-16T01:48:11 < kaki> normal normal 2022-10-16T01:49:07 < kaki> Steffanx-: how you liked this musics https://www.youtube.com/watch?v=LSXRZXWEOi8 2022-10-16T01:53:23 < kaki> https://www.youtube.com/watch?v=dsRynn4S1dM original 2022-10-16T01:56:55 < karlp> ~man, vbus is only 4.2V here. no fuckign wonder shit's fucked. 2022-10-16T01:57:58 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-16T01:58:09 < Laurence_b> we now have multiple confirmed sightings of the hurd 2022-10-16T01:58:43 < Laurence_b> going to stallcon level 3, all wamzn are instructed to wear potted plants around their necks at all times 2022-10-16T02:02:16 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-16T02:03:18 < kaki> did anyone decrypt what Laurence_b just pasted from chans? 2022-10-16T02:10:52 < Steffanx-> Not my kinda music kaki 2022-10-16T02:22:37 < kaki> movie was naah 2022-10-16T02:24:48 < kaki> hackers was better 2022-10-16T02:44:45 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-16T03:06:30 -!- Spirit532 [~Spirit532@user/Spirit532] has quit [Killed (NickServ (GHOST command used by Spirit5328))] 2022-10-16T03:06:35 -!- Spirit532 [~Spirit532@user/Spirit532] has joined ##stm32 2022-10-16T03:07:15 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-16T03:21:53 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 250 seconds] 2022-10-16T04:10:34 -!- rajkosto [~rajkosto@178-221-120-16.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-16T04:22:37 -!- Netsplit *.net <-> *.split quits: ds2, oz4ga, swoolley, snappy, Ecco, qyx, bulletsquid 2022-10-16T04:22:48 -!- Netsplit over, joins: ds2, oz4ga 2022-10-16T04:23:04 -!- bulletsquidV2 [~bulletsqu@user/bulletsquid] has joined ##stm32 2022-10-16T04:23:22 -!- snappy [~snappy@45.32.228.130] has joined ##stm32 2022-10-16T04:23:59 -!- snappy [~snappy@45.32.228.130] has quit [Changing host] 2022-10-16T04:23:59 -!- snappy [~snappy@user/snappy] has joined ##stm32 2022-10-16T04:27:39 -!- swoolley [~seth@user/swoolley] has joined ##stm32 2022-10-16T04:27:46 -!- Ecco [~user@lfbn-idf1-1-1530-116.w90-90.abo.wanadoo.fr] has joined ##stm32 2022-10-16T04:28:02 -!- qyx [~qyx@84.245.120.40] has joined ##stm32 2022-10-16T04:29:47 -!- bulletsquidV2 is now known as bulletsquid 2022-10-16T05:11:57 -!- [spookyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Ping timeout: 250 seconds] 2022-10-16T05:16:01 -!- [spookyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-16T06:02:54 -!- [spookyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-16T06:50:36 -!- mannerism [~tic@107.191.100.185] has quit [Remote host closed the connection] 2022-10-16T06:52:44 -!- mannerism [~tic@107.191.100.185] has joined ##stm32 2022-10-16T07:19:36 -!- bitmask [~bitmask@2601:84:c701:9e00:5938:8169:978f:edf] has quit [Ping timeout: 264 seconds] 2022-10-16T08:56:59 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-16T09:22:16 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-16T11:16:34 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Read error: Connection reset by peer] 2022-10-16T11:37:37 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-16T12:12:16 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 260 seconds] 2022-10-16T13:49:47 -!- dima [~dima@kappa.ac93.org] has quit [Ping timeout: 250 seconds] 2022-10-16T13:51:36 -!- dima [~dima@kappa.ac93.org] has joined ##stm32 2022-10-16T14:24:34 -!- veverak [~veverak@ip-89-102-215-57.bb.vodafone.cz] has quit [Read error: Connection reset by peer] 2022-10-16T14:29:25 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-16T14:36:28 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-16T15:48:54 -!- catphish_ [~charlie@user/catphish] has joined ##stm32 2022-10-16T15:50:29 < catphish_> github copilot is both awesome and creepy 2022-10-16T15:57:07 < catphish_> i'm just writing comments right now, and in some cases it's entirely able to describe what the code does 2022-10-16T16:00:29 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-16T16:02:15 < ventYl> to me that's not entirely surprising 2022-10-16T16:05:14 < specing> catphish_: if it copied the code, it can also copy the comments 2022-10-16T16:05:17 < specing> d'oh 2022-10-16T16:06:07 < catphish_> fsvo of copied, yes 2022-10-16T16:06:49 < ventYl> catphish_: do you know of any resource on some in-depth stuff about EVs? 2022-10-16T16:07:10 < ventYl> I'd like to see some "not so consumer" details on how they are built together but interwebs are only full of fuck 2022-10-16T16:08:34 < catphish_> ventYl: it's all a bit sporadic, probably best to focus on a specific vehicle, the openinverter wiki has a fair amount of information about individual parts 2022-10-16T16:08:56 < catphish_> ventYl: or you could read DIY build threads like mine 2022-10-16T16:08:56 < ventYl> catphish_: I have focus on two-to-three models 2022-10-16T16:10:08 < catphish_> the truth is i couldn't say where i got my information, except basically by googling specific devices and reading up on them, most of what i know comes from openinverter forum / wiki i think 2022-10-16T16:10:14 < ventYl> if our legislation wasn't a complete fuckup, I'd probably custom build one myself, but here it is almost impossible to legalize such build 2022-10-16T16:10:32 < catphish_> in UK it's easy as long as you don't modify the chassis 2022-10-16T16:10:47 < catphish_> though i suspect the law will soon change to require a proper test, which is still quite reasonable 2022-10-16T16:10:49 < ventYl> here it is hard. punktum 2022-10-16T16:11:05 < ventYl> any change on car. like *any* is fineable up to some 2k eur I think 2022-10-16T16:11:18 < catphish_> well that sucks, we love car mods in uk 2022-10-16T16:11:54 < catphish_> surely you have a process to approve a car though? but i assume it's hard 2022-10-16T16:12:12 < ventYl> if you can work around this by "this is just a spare part" formula, then you hit the wall with the fact, that it is not possible to change vehicle's fuel, except of gasoline to gasoline + LPG/CNG or diesel to diesel + CNG 2022-10-16T16:13:10 < ventYl> catphish_: well, law recognizes that process, but AFAIK, there are rules for the process missing, or it is so hard, that even one small, low volume manufacturer transported their cars abroad, approved cars there and then re-imported them locally 2022-10-16T16:14:22 < catphish_> that's quite gay 2022-10-16T16:15:19 < ventYl> even some improvements made abroad, which are approved are nullified once car is imported 2022-10-16T16:15:49 < ventYl> like, mine was EURO 2 back in germany, but as I imported it, it became EURO 1, because it was made as such and changes made in germany are not recognized here 2022-10-16T16:16:38 < catphish_> in UK you can't change emissions certification 2022-10-16T16:17:45 < catphish_> my car was built as euro4 with 205 g/km of CO2 emissions, that can never change, not if it has a V12 installed, not if it has an electric motor installed 2022-10-16T16:18:23 < catphish_> i guess they couldn't be bothered to make a process to recertify 2022-10-16T16:21:02 < ventYl> in germany, you have approved devices with list of approved engines you can attach the devices to. you first have to pass regular emission control for current emission standard, then you have the device mounted by approved workshop and then you proceed to another emission test for new emission standard 2022-10-16T16:21:20 < ventYl> if you pass it, then the device becomes mandatory part of car and from that time on, the new emission standard becomes mandatory for you 2022-10-16T16:21:58 < catphish_> are you in germany? 2022-10-16T16:22:06 < ventYl> euro 1 to 2 is fairly trivial, because the most crucial change was that euro 2 has some means of treatment of cold-running emissions, while euro 1 does not have any 2022-10-16T16:22:28 < ventYl> nope, i am a bit more towards east 2022-10-16T16:22:55 < catphish_> ah ok, i was going to say, getting an EV conversion approved in germany requires some specific tests but 100% possible on a DIY budget 2022-10-16T16:24:00 < catphish_> i should visit the east one day 2022-10-16T16:24:17 < ventYl> for me it would probably easiest to simply approve the car in poland and then re-import it here 2022-10-16T16:25:32 < ventYl> or buy regular EV 2022-10-16T16:25:37 < ventYl> I am in no need of long range 2022-10-16T16:26:08 < catphish_> if you just want an EV, the best approach is to buy one 2022-10-16T16:26:15 < catphish_> leaf is getting cheap now 2022-10-16T16:27:21 < catphish_> you can buy mine if you like 2022-10-16T16:29:34 < ventYl> I'd prefer something with thermal-managed battery pack, which is not the case of first leafs, which are dead cheap 2022-10-16T16:29:43 < ventYl> this is probably the reason, batpacks are degraded 2022-10-16T16:29:57 < catphish_> mine has a battery temperature readout on the dash :D 2022-10-16T16:30:18 < ventYl> your's is also a RHD 2022-10-16T16:30:23 < catphish_> also true 2022-10-16T16:30:34 < catphish_> mine has no actual battery cooling or heating though 2022-10-16T16:30:43 < catphish_> it has a port for that, but i never connected anything to it 2022-10-16T16:30:43 < ventYl> which became like completely useless in continental europe after brexit 2022-10-16T16:31:04 < catphish_> they were useless before brexit 2022-10-16T16:31:09 < catphish_> you can't see where you're going 2022-10-16T16:31:23 < ventYl> but at least you could legally register one 2022-10-16T16:31:29 < catphish_> can you not any more? 2022-10-16T16:31:44 < catphish_> afaik it's fine to register LHD in UK, it's just stupid 2022-10-16T16:32:00 < ventYl> at least not here 2022-10-16T16:32:19 < ventYl> before that, you could register RHD here if you owned it in UK for at least six months prior relocation 2022-10-16T16:32:19 < catphish_> i'm getting a broken surface pro tomorrow, i overpaid for it, i do hope i can fix it :) 2022-10-16T16:32:49 < ventYl> *but* you couldn't sell it later 2022-10-16T16:33:41 < ventYl> the law was a clear statement of "we don't want RHD cars here, but EU forced us to accept them because of free citizens and goods movement. so this is the minimum what we had to do" 2022-10-16T16:34:13 < catphish_> sounds like your government just just love cars 2022-10-16T16:35:02 < ventYl> as long as you have unmodified LHD car you are mostly OK 2022-10-16T16:38:27 -!- kraiskil [~kraiskil@mob-194-230-161-18.cgn.sunrise.net] has joined ##stm32 2022-10-16T16:46:36 < ventYl> eh, ok EVs with no thermal management are not that rare 2022-10-16T16:59:26 < zyp> my e-golf doesn't have thermal management of the battery 2022-10-16T17:02:17 < ventYl> e-golf is the one I am interested in 2022-10-16T17:02:40 < zyp> which gen? 2022-10-16T17:02:49 < ventYl> whatever I can buy used :> 2022-10-16T17:02:53 < zyp> mine is first, MY16 2022-10-16T17:03:08 < ventYl> one I saw was probably first gen with 24.something kWh batpack 2022-10-16T17:03:15 < zyp> yeah 2022-10-16T17:03:20 < ventYl> with some 60k km on clock 2022-10-16T17:03:38 < zyp> mine is at 100k+ 2022-10-16T17:04:02 < ventYl> at this pace, it would probably take me 20 years to make another 100k with any car 2022-10-16T17:04:02 < zyp> not sure exactly how much now, mostly my wife driving it nowadays 2022-10-16T17:04:43 < ventYl> I did 100k on my current car in some ~11 years, but I wasn't driving it exclusively 2022-10-16T17:05:00 < ventYl> but now I mostly work from home, so I do only like ~100km per week 2022-10-16T17:05:22 < zyp> my ioniq 5 recently passed 20k and I've had it for around a year now 2022-10-16T17:06:31 < zyp> my commute to work is only a few minutes, so that's not where the kilometers are going 2022-10-16T17:07:40 < zyp> IIRC home-kindergarden-work-home is almost exactly 10km on bicycle, probably not much longer by car 2022-10-16T17:08:30 < zyp> so that'll make up only like 10% of the driving I do 2022-10-16T17:08:44 < ventYl> where the rest goes then? 2022-10-16T17:10:38 < zyp> going other places, I guess 2022-10-16T17:11:06 < ventYl> that's what motorbike is for 2022-10-16T17:11:24 < ventYl> and with limited range of ~170km e-golf would probably also not be the main choice for such trips 2022-10-16T17:20:48 < specing> eh, ok EVs with no thermal management are not that rare 2022-10-16T17:21:08 < specing> most EVs are in the personal mobility category: electric bicycles, scooters, etc 2022-10-16T17:21:34 < specing> no space to mount thermal management. And the price of it would be too high 2022-10-16T17:21:52 < ventYl> I meant EV cars :) 2022-10-16T17:22:11 < ventYl> I'd guess that if you have something so expensive, you will try at least a bit to perform some thermal management 2022-10-16T17:22:41 < ventYl> but with my expected mileage, except of sudden cell death, battery pack probably is not a huge deal for me 2022-10-16T17:23:00 < ventYl> I should worry more about general car rotting in electrics and structure 2022-10-16T17:23:20 < specing> ventYl: fyi it's easier to buy a used EV APC battery pack than it is to buy a used EV APC without a battery 2022-10-16T17:23:28 < specing> ebay has lots of offers 2022-10-16T17:23:42 < ventYl> ABC here stands for? 2022-10-16T17:23:44 < ventYl> *APC 2022-10-16T17:23:53 < specing> ventYl: armored personnel carrier (car) 2022-10-16T17:23:58 < ventYl> lol :D 2022-10-16T17:24:31 < ventYl> the EV I was interested in before even had batpack "user servicable" 2022-10-16T17:24:42 < ventYl> so you only had to replace parts of it 2022-10-16T17:24:52 < specing> cool, which one and what kind of battery 2022-10-16T17:25:01 < ventYl> the old Fiat 500e 2022-10-16T17:25:09 < specing> yeah, I don't think that's feasible outside of sudden cell death 2022-10-16T17:25:26 < specing> ventYl: how old, lead-acid? 2022-10-16T17:25:44 < ventYl> batpack is bolted together, internal wiring is also bolted together and there are only two types of modules used 2022-10-16T17:25:56 < ventYl> specing: no, it is li-ion, samsung SDI cells 2022-10-16T17:26:06 < ventYl> IIRC they are the same as used in some BMW i3s 2022-10-16T17:26:47 < ventYl> battery has thermal management, inverter is water cooled, motor is water cooled, pretty good construction given the Fiat CEOs statement that people shouldn't buy these cars 2022-10-16T17:27:45 -!- yukam [~yukam@user/yukam] has quit [Ping timeout: 252 seconds] 2022-10-16T17:30:03 < specing> Lol 2022-10-16T17:30:10 < zyp> I thought the old fiat had a leaf drivetrain 2022-10-16T17:30:26 < specing> "Buy our gas guzzler instead, we only have these to satisfy emission trading whatever" 2022-10-16T17:30:58 < ventYl> zyp: it comes from chevy spark, or something like that 2022-10-16T17:31:16 < ventYl> leaf's powertrain is inferior to fiat's 2022-10-16T17:31:20 < zyp> ah 2022-10-16T17:31:25 < ventYl> which is kinda funny 2022-10-16T17:31:32 < zyp> either way it weren't very fun to drive 2022-10-16T17:31:39 < zyp> I tried it at a car show once 2022-10-16T17:31:52 < ventYl> well, it is essentially a tin can, isn't it? 2022-10-16T17:31:54 < specing> *APC show 2022-10-16T17:32:08 < specing> Stop refering to these things as cars, and start referring to them as light APCs 2022-10-16T17:32:44 < ventYl> because of weight? 2022-10-16T17:33:18 < specing> because they are armored 2022-10-16T17:33:27 -!- yukam [~yukam@user/yukam] has joined ##stm32 2022-10-16T17:45:22 < ventYl> zyp: the only reason, why I am not a fan of Fiat is that it completely lacks any means of fast charging and even the slow charging is like extremely slow 2022-10-16T17:47:50 < zyp> ah, yeah, fuck that 2022-10-16T17:48:30 < zyp> my egolf has a 3.7kW charger, which is reasonable enough for a battery that size 2022-10-16T17:48:41 < zyp> but I wouldn't have bought it if it didn't also have fast charging 2022-10-16T17:49:47 < ventYl> exactly 2022-10-16T17:50:30 < ventYl> I would probably even slowed down charging somehow as with my weekly mileage even as low as 1kW would be more than enough 2022-10-16T17:50:46 < zyp> fast charging isn't something you want to rely on for regular day to day use, but it's essential for the occasional longer trip 2022-10-16T17:51:17 < zyp> less so as the pack size increases though 2022-10-16T17:51:47 < zyp> I rarely fast charge the ioniq 5 2022-10-16T17:52:09 < zyp> except the onboard charger failed a few weeks ago… 2022-10-16T17:54:32 < zyp> dealer let me borrow a hyundai kona while waiting for a replacement, but shit is too small 2022-10-16T17:54:47 < ventYl> I hope I can rely on PV charging the car 2022-10-16T17:54:59 < ventYl> as I won't have any other sensible use for surplus electricity 2022-10-16T17:55:14 < zyp> offgrid? 2022-10-16T17:57:04 < ventYl> nope 2022-10-16T18:11:03 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-16T18:18:01 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 260 seconds] 2022-10-16T18:39:24 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-16T18:39:26 < Laurence_b> https://hackaday.com/2022/10/16/automatic-flag-waver-lets-you-show-your-loyalty-without-getting-tired/ 2022-10-16T18:41:25 < Laurence_b> lol the comments 2022-10-16T18:46:39 < Laurence_b> Nukes can only be detonated during certain Vedic hours of the day a complex and ultimately spiritual topic. This is why J Robert Oppenheimer quoted the Bhagavad Gita after developing the nuke. 2022-10-16T18:48:24 < mawk> lol 2022-10-16T18:56:51 -!- [itchyjunk] is now known as [spookyjunk] 2022-10-16T19:04:47 -!- begriffs [~begriffs@user/begriffs] has joined ##stm32 2022-10-16T19:07:22 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-16T19:47:43 -!- kraiskil [~kraiskil@mob-194-230-161-18.cgn.sunrise.net] has quit [Ping timeout: 250 seconds] 2022-10-16T20:12:44 < Steffanx-> Found your brother on the net Laurence_b .. why does he hate Aston Martin? 2022-10-16T20:13:38 < Steffanx-> https://twitter.com/richfelgate/status/1581603204386914304 2022-10-16T20:27:50 < Laurence_b> https://twitter.com/LozLozdalton/status/1581607917504974849 2022-10-16T20:31:56 -!- IanW_ [~IceChat9@arcanum.force9.co.uk] has joined ##stm32 2022-10-16T20:56:13 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-16T20:58:31 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-16T21:26:08 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 268 seconds] 2022-10-16T21:37:32 -!- catphish_ [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-16T21:39:25 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-16T22:32:14 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Ping timeout: 244 seconds] 2022-10-16T22:41:12 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-16T22:41:41 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-16T22:41:44 < Laurence_b> https://www.youtube.com/watch?v=bW_nnt313s8&t=3s 2022-10-16T22:41:46 < Laurence_b> kek wtf 2022-10-16T22:41:54 < Laurence_b> weirdest jerb for a thai hooker ever 2022-10-16T22:57:22 -!- Kerr [~quassel@2601:602:ce80:df10::18f3] has quit [Quit: Bye.] 2022-10-16T23:04:42 -!- begriffs [~begriffs@user/begriffs] has quit [Quit: Leaving] 2022-10-16T23:05:16 < catphish> copilot really is quite incredible 2022-10-16T23:11:12 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 264 seconds] 2022-10-16T23:59:07 < Laurence_b> hmm I'm confused 2022-10-16T23:59:21 < Laurence_b> some hardware getting host not found socket errors connecting to server 2022-10-16T23:59:31 < Laurence_b> but other hardware works fine 2022-10-16T23:59:41 < Laurence_b> all hardware thinks server is on the same ip address 2022-10-16T23:59:57 < Laurence_b> some sort of routing error on the network? --- Day changed ma loka 17 2022 2022-10-17T00:03:24 < qyx> I would say host not found means host not found 2022-10-17T00:03:49 < qyx> so either 1. your requested hostname is garbage or 2. your host is not found 2022-10-17T00:04:08 < catphish> what actual error is this "host not found"? 2022-10-17T00:04:09 < qyx> you are not dealing with IPs yet 2022-10-17T00:05:09 < qyx> and also what is "the hardware", because it may negative cache dns errors 2022-10-17T00:05:15 < catphish> it certainly sounds like a name lookup error, but it would be better if you could be more specific 2022-10-17T00:31:25 < jadew> https://www.youtube.com/watch?v=OL2ah56SlH8 2022-10-17T00:35:44 < Steffanx-> So how do they fell jadew ? 2022-10-17T00:35:49 < Steffanx-> feel 2022-10-17T00:36:20 < jadew> I didn't try it yet 2022-10-17T00:50:59 < Steffanx-> Thats pretty much where i stopped watching 2022-10-17T01:02:43 < kaki> there was this finnish weird dude that lived in Goa for winters 2022-10-17T01:03:21 < kaki> esoteric writer dude 2022-10-17T01:03:34 < kaki> sukked his own pp 2022-10-17T01:03:56 < kaki> gave him strength 2022-10-17T01:05:05 < kaki> https://en.wikipedia.org/wiki/Ior_Bock 2022-10-17T01:14:47 < mawk> Laurence_b: check ARP messages with tcpdump 2022-10-17T01:14:53 < mawk> see what's happening 2022-10-17T01:15:39 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-17T01:19:59 < jadew> kaki, that's an impressive skill 2022-10-17T01:20:33 < jadew> most people can barely touch their toes 2022-10-17T01:20:39 < kaki> I cannot judge him for it 2022-10-17T01:20:48 < kaki> I cannot do it myself 2022-10-17T01:21:16 < kaki> so I don't know about the benefits 2022-10-17T01:21:35 < jadew> it strengthens your back 2022-10-17T01:36:52 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-17T01:39:21 < kaki> it was too much for lurencer 2022-10-17T01:39:47 < jadew> haha 2022-10-17T01:40:11 < kaki> where have you been jadew? 2022-10-17T01:40:16 < kaki> what have you done latelly? 2022-10-17T01:41:10 < jadew> partly busy with work, partly on discord 2022-10-17T01:41:53 < kaki> discord? 2022-10-17T01:42:27 < jadew> yeah, it's like IRC, but with voice 2022-10-17T01:42:33 < jadew> and text 2022-10-17T01:46:45 < kaki> yes 2022-10-17T01:46:54 < kaki> but it's for gayming 2022-10-17T01:46:59 < kaki> what is there? 2022-10-17T01:47:06 < jadew> nah, there are serious stuff there too 2022-10-17T01:47:10 < kaki> really? 2022-10-17T01:47:34 < jadew> yep, I'm mostly on the politics stuff 2022-10-17T01:47:43 < jadew> but there are electronics servers as well 2022-10-17T01:47:48 < kaki> ofc. I opened discord after a year or so and it had became garbage 2022-10-17T01:48:21 < kaki> everywhere there is these pay features 2022-10-17T01:49:17 < jadew> yeah, lots of garbage like that, but go to https://disboard.org/servers and sort by number of users 2022-10-17T01:49:35 < jadew> usually if it has lots of users it's not necessarily awful 2022-10-17T01:52:11 -!- Kerr [~quassel@2601:602:ce80:df10::18f3] has joined ##stm32 2022-10-17T01:53:34 < catphish> my image texture doesn't work :'( 2022-10-17T01:54:32 -!- IanW_ [~IceChat9@arcanum.force9.co.uk] has quit [Quit: Bye] 2022-10-17T02:01:49 < catphish> and now it does, yay 2022-10-17T02:03:17 < kaki> wyd? 2022-10-17T02:06:20 < catphish> learning how to use vulkan 2022-10-17T02:06:37 < catphish> this tutorial https://vulkan-tutorial.com/ 2022-10-17T02:19:13 -!- rajkosto [~rajkosto@93-86-97-228.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-17T02:19:49 < kaki> rather advanced 2022-10-17T02:31:48 < catphish> it's quite amusing, copilot knows how to do this tutorial, it's autocompleting my code with implausible accuracy, presumably because so many other people have committed the same code publicly 2022-10-17T02:32:40 < catphish> but it's doing it using my own quirks 2022-10-17T02:34:10 < catphish> it was just as creepy easlier finishing my (definitely not public) go code 2022-10-17T02:59:11 < kaki> copilot? 2022-10-17T03:03:54 -!- Kerr [~quassel@2601:602:ce80:df10::18f3] has quit [Quit: Bye.] 2022-10-17T03:04:19 < BrainDamage> github's ai code completion that returns whole functions 2022-10-17T03:04:50 < kaki> damn 2022-10-17T03:05:29 < kaki> and it's old news 2022-10-17T03:08:51 < kaki> has countdown for obsolesence of programmers started? 2022-10-17T03:12:07 < kaki> ah it's basically copy-pasteing github to your project 2022-10-17T03:12:19 < kaki> github is the training set for it 2022-10-17T03:17:31 < catphish> it doesn't just return whole functions (though it can), the marketing says it can write a whole function based on a comment, though i find it more useful just for autocompleting lines 2022-10-17T03:18:16 < catphish> and yeah, it's trained on all github public repos, though you can choose whether to block code it generates that is accidentally identical to existing code 2022-10-17T03:44:54 < kaki> https://www.youtube.com/watch?v=pEfrdAtAmqk 2022-10-17T03:45:07 < kaki> iceberg of programming languages 2022-10-17T03:50:18 < kaki> could it really be that 40% of banking is still runnin cobol? 2022-10-17T04:24:02 < englishman> only 40%? by transaction volume or dollar volume? 2022-10-17T04:49:22 -!- catphish [~charlie@user/catphish] has quit [Quit: Leaving] 2022-10-17T04:52:19 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 252 seconds] 2022-10-17T04:53:16 -!- duude__ [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-17T04:53:26 -!- [spookyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-17T05:10:04 -!- kaki [~kaki@87-93-173-122.bb.dnainternet.fi] has quit [Ping timeout: 244 seconds] 2022-10-17T05:23:49 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-17T05:58:15 -!- rajkosto [~rajkosto@93-86-97-228.dynamic.isp.telekom.rs] has quit [Quit: Leaving] 2022-10-17T06:09:48 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-17T07:57:32 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-17T08:13:05 -!- Netsplit *.net <-> *.split quits: pwillard, yukam, mannerism, esden, Posterdati, rektide, Jak_o_Shadows, \dev\ice, con3, dreamcat4 2022-10-17T08:13:14 -!- \dev\ice [~eabdb@2a01:4f8:1c1c:2178::1] has joined ##stm32 2022-10-17T08:13:19 -!- Jak_o_Shadows [~quassel@61-245-148-70.3df594.adl.nbn.aussiebb.net] has joined ##stm32 2022-10-17T08:13:28 -!- Jak_o_Shadows [~quassel@61-245-148-70.3df594.adl.nbn.aussiebb.net] has quit [Changing host] 2022-10-17T08:13:28 -!- Jak_o_Shadows [~quassel@user/jak-o-shadows/x-5091859] has joined ##stm32 2022-10-17T08:13:56 -!- Netsplit over, joins: mannerism, esden, pwillard 2022-10-17T08:14:15 -!- Posterdati [~Posterdat@host-87-1-218-1.retail.telecomitalia.it] has joined ##stm32 2022-10-17T08:14:26 -!- Netsplit over, joins: dreamcat4 2022-10-17T08:14:33 -!- Posterdati [~Posterdat@host-87-1-218-1.retail.telecomitalia.it] has quit [Changing host] 2022-10-17T08:14:33 -!- Posterdati [~Posterdat@user/Posterdati] has joined ##stm32 2022-10-17T08:14:59 -!- con3 [~con3@143.198.53.32] has joined ##stm32 2022-10-17T08:18:22 -!- Netsplit over, joins: rektide 2022-10-17T08:23:26 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-17T08:38:35 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-17T09:05:59 -!- \dev\ice [~eabdb@2a01:4f8:1c1c:2178::1] has quit [Changing host] 2022-10-17T09:05:59 -!- \dev\ice [~eabdb@user/device/x-9920846] has joined ##stm32 2022-10-17T09:11:35 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-17T09:15:36 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-17T09:18:09 -!- yukam [~yukam@user/yukam] has joined ##stm32 2022-10-17T09:37:29 -!- c10ud [~c10ud@user/c10ud] has joined ##stm32 2022-10-17T09:49:27 < qyx> jpa-: how's your esd tester? 2022-10-17T09:53:57 -!- rob_w [~bob@host-82-135-31-73.customer.m-online.net] has joined ##stm32 2022-10-17T10:30:42 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Quit: Leaving] 2022-10-17T10:44:22 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-17T11:35:20 < jpa-> qyx: no changes 2022-10-17T11:40:27 < zyp> no charges 2022-10-17T11:43:39 < qyx> hm I'll need one 2022-10-17T12:40:42 < jpa-> lead time 5 years, powered by stm32h7 2022-10-17T12:44:27 * ventYl is crying :( 2022-10-17T13:17:32 < qyx> jpa-: is it oshw? 2022-10-17T13:24:51 -!- rajkosto [~rajkosto@178.220.156.15] has joined ##stm32 2022-10-17T13:28:57 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 250 seconds] 2022-10-17T13:57:29 < jpa-> qyx: it could be, but really the first proto has bugs and i have not fixed them 2022-10-17T14:48:02 -!- rajkosto [~rajkosto@178.220.156.15] has quit [Read error: Connection reset by peer] 2022-10-17T15:22:33 -!- Prudence42 [~Prudence@154.47.25.2] has joined ##stm32 2022-10-17T15:26:54 -!- Miyu [~hackkitte@94.31.101.136] has joined ##stm32 2022-10-17T15:28:19 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:5a7:111a:ec19:8082] has quit [Ping timeout: 248 seconds] 2022-10-17T16:05:49 -!- Miyu [~hackkitte@94.31.101.136] has quit [Read error: Connection reset by peer] 2022-10-17T16:06:00 -!- alan_o [~alan@172-7-159-77.lightspeed.dybhfl.sbcglobal.net] has joined ##stm32 2022-10-17T16:06:06 -!- Miyu [~hackkitte@2a00:6020:5090:5700:5a7:111a:ec19:8082] has joined ##stm32 2022-10-17T16:24:57 -!- specing [~specing@user/specing] has quit [Ping timeout: 252 seconds] 2022-10-17T16:42:45 -!- rob_w [~bob@host-82-135-31-73.customer.m-online.net] has quit [Quit: Leaving] 2022-10-17T17:04:18 -!- Miyu is now known as hackkitten 2022-10-17T17:17:31 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-17T17:31:18 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-17T17:40:26 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Quit: Leaving] 2022-10-17T17:50:45 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-17T18:55:01 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 260 seconds] 2022-10-17T19:11:48 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 264 seconds] 2022-10-17T19:12:44 -!- duude__ [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-17T19:31:57 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 252 seconds] 2022-10-17T19:43:34 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-17T19:48:24 -!- Prudence42 [~Prudence@154.47.25.2] has quit [Ping timeout: 264 seconds] 2022-10-17T19:48:51 -!- specing [~specing@user/specing] has joined ##stm32 2022-10-17T20:28:25 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-17T20:29:37 -!- oz4ga [~tim@hator.sunsite.lv] has quit [Quit: ZNC 1.8.2 - https://znc.in] 2022-10-17T20:30:46 -!- oz4ga [~tim@hator.sunsite.lv] has joined ##stm32 2022-10-17T20:34:51 -!- oz4ga [~tim@hator.sunsite.lv] has quit [Client Quit] 2022-10-17T20:36:00 -!- oz4ga [~tim@hator.sunsite.lv] has joined ##stm32 2022-10-17T21:16:11 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 260 seconds] 2022-10-17T21:18:31 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-17T21:28:33 -!- splud [~noneya.bi@user/splud] has quit [Ping timeout: 252 seconds] 2022-10-17T21:44:20 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-17T21:44:22 < Laurence_b> https://www.facebook.com/permalink.php?story_fbid=pfbid02YJkchdia2MRwo6FferaMhUaQAi9XTDDupA2LDz14vn4AGtmikKKGNYNzxc4PSL6Ml&id=100001430544106&__cft__[0]=AZUiXAhfrlbE1FJH3C1cZLQq9lFYT0TPYSaHYaXLCFXRVf4pqa-E1Y9_f6FtOB73Lj4Q89RJr0Qz9LEJA4kMqtqwlGgX4pxG728YWboPMi4DMpN_T3_v9bNASVWXfIvpG8ubKqga4ixPO2CArQPZ1LZlJzmNTy9p_kyVy1q0EZfk-g&__tn__=%2CO%2CP-R 2022-10-17T21:44:34 < Laurence_b> lol at QC pass 2022-10-17T21:47:49 < englishman> definitely designed by white people if they are using Wurth and Analog 2022-10-17T21:48:27 < Steffanx-> What was this thing part of? 2022-10-17T21:48:39 < englishman> and Halo, heh 2022-10-17T21:48:54 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [] 2022-10-17T21:50:13 < Steffanx-> oh one of this "drones" i guess 2022-10-17T21:50:26 < Laurence_b> yeah, "suicide" drone 2022-10-17T21:50:39 < Laurence_b> noice rf link hardware 2022-10-17T21:51:57 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-17T21:54:33 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-17T22:09:00 < catphish> yay i managed to render an actual object in vulkan :) https://i.imgur.com/EsP2Ibf.png 2022-10-17T22:10:39 -!- splud [~noneya.bi@user/splud] has joined ##stm32 2022-10-17T22:13:36 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-17T22:13:36 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [Excess Flood] 2022-10-17T22:13:59 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-17T22:15:27 -!- splud [~noneya.bi@user/splud] has quit [Ping timeout: 250 seconds] 2022-10-17T22:27:04 -!- splud [~noneya.bi@user/splud] has joined ##stm32 2022-10-17T22:35:04 < Laurence_b> wonder if they have live video from the drones, seems unlikely given the range and altitude 2022-10-17T22:35:17 < Laurence_b> maybe they could have a tethered blimp to control them from russia 2022-10-17T22:35:35 < Laurence_b> I should apply for a jerb with putin 2022-10-17T22:37:44 < Laurence_b> I'm not sure that board is real tho... looks more like some minicomputer thing 2022-10-17T22:43:26 -!- catphish [~charlie@user/catphish] has quit [Quit: Leaving] 2022-10-17T22:56:00 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-17T23:15:34 < Laurence_b> https://gvid.tv/v/ou3JNN 2022-10-17T23:19:03 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-17T23:19:51 < Steffanx-> did you place a bet yet Laurence_b ? https://www.youtube.com/watch?v=Sm-RE95lKJ0 2022-10-17T23:20:45 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 252 seconds] 2022-10-17T23:25:16 -!- alan_o [~alan@172-7-159-77.lightspeed.dybhfl.sbcglobal.net] has quit [Read error: Connection reset by peer] 2022-10-17T23:25:24 < Laurence_b> lol 2022-10-17T23:26:09 -!- alan_o [~alan@2600:1700:1902:210f:2c79:c7a7:4473:9f95] has joined ##stm32 2022-10-17T23:26:16 < Laurence_b> https://www.derbytelegraph.co.uk/whats-on/whats-on-news/derbyshire-swingers-reveal-dogging-sites-2769774 2022-10-17T23:26:26 < Laurence_b> >whats-on/whats-on-news 2022-10-17T23:29:09 < Laurence_b> they know their audience 2022-10-17T23:30:30 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-17T23:42:01 -!- qyx [~qyx@84.245.120.40] has quit [Ping timeout: 252 seconds] 2022-10-17T23:43:47 -!- qyx [~qyx@84.245.121.101] has joined ##stm32 2022-10-17T23:59:39 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 --- Day changed ti loka 18 2022 2022-10-18T00:04:31 -!- nerozero [~nerozero@87.253.63.54] has quit [Remote host closed the connection] 2022-10-18T00:37:16 < Laurence_b> sheet my hyperloop hardware is on streetview 2022-10-18T00:44:59 < hexo> :D 2022-10-18T00:45:08 < hexo> screenshot or didn happen 2022-10-18T00:56:09 < Laurence_b> kekking at twitter 2022-10-18T00:56:15 < Laurence_b> >I am pro-choice republican for individualism and negative liberties . 2022-10-18T00:58:38 < Laurence_b> https://nitter.net/NonNomian 2022-10-18T01:22:04 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-18T01:35:48 < kaki> qyx: what is your exciter thing? 2022-10-18T01:35:55 < kaki> why it has so many connectors? 2022-10-18T01:36:59 < hexo> exciter? the audio thingy? 2022-10-18T01:38:24 < kaki> audio exciter? 2022-10-18T01:38:35 < kaki> idk its part of qyx module system 2022-10-18T02:20:47 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-18T03:24:55 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 268 seconds] 2022-10-18T03:41:23 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-18T05:41:43 < machinehum> catphish: Is the UK fucked? 2022-10-18T05:49:52 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-18T06:36:12 -!- rajkosto [~rajkosto@178.220.156.15] has joined ##stm32 2022-10-18T07:39:41 -!- machinehum [~machinehu@S0106d4e2cb4a7fa7.vn.shawcable.net] has quit [Quit: WeeChat 3.5] 2022-10-18T08:05:41 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-18T08:10:57 -!- tkoskine [tkoskine@kapsi.fi] has joined ##stm32 2022-10-18T09:25:26 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-18T09:41:50 -!- rajkosto [~rajkosto@178.220.156.15] has quit [Read error: Connection reset by peer] 2022-10-18T09:52:39 < kaki> always has been 2022-10-18T10:26:09 < Steffanx-> Always will be 2022-10-18T11:38:56 < drzacek> I missed a meme-time? aw dang 2022-10-18T11:55:33 -!- Sadale [~Sadale@user/sadale] has quit [Excess Flood] 2022-10-18T11:56:16 -!- Sadale [~Sadale@user/sadale] has joined ##stm32 2022-10-18T12:39:22 < karlp> are those white/black r0001 and r0003 parts current sense resistors I presume? (on the "drone" board?) 2022-10-18T12:41:11 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Ping timeout: 252 seconds] 2022-10-18T13:48:23 < qyx> which drone baord 2022-10-18T13:55:12 < Steffanx-> Laurenceb posted some long facebook url yesterday 2022-10-18T14:02:52 < qyx> oh dual AD9361 2022-10-18T14:02:54 < qyx> much pro 2022-10-18T14:03:12 < qyx> it is a 330 € chip 2022-10-18T14:30:23 < karlp> digikey sending out product promo emails for things you can't buy again. 2022-10-18T14:30:28 < karlp> I wonder who's to blame there. 2022-10-18T14:30:45 < karlp> I wonder if dk is just taking TI's advertising budget and just laughing to the bank? 2022-10-18T14:38:36 < englishman> heh, like nissan dealers sending me oil change coupons for the leaf 2022-10-18T14:40:37 < karlp> lol. 2022-10-18T14:40:39 < karlp> that's even worse. 2022-10-18T14:49:55 -!- specing [~specing@user/specing] has quit [Ping timeout: 248 seconds] 2022-10-18T14:55:53 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-18T14:57:05 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-18T15:05:15 -!- Prudence42 [~Prudence@185.108.106.73] has joined ##stm32 2022-10-18T15:05:27 -!- Prudence42 [~Prudence@185.108.106.73] has quit [K-Lined] 2022-10-18T15:45:22 -!- c10ud [~c10ud@user/c10ud] has quit [Read error: Connection reset by peer] 2022-10-18T16:25:45 -!- specing [~specing@user/specing] has joined ##stm32 2022-10-18T16:53:22 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 268 seconds] 2022-10-18T16:55:22 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-18T17:49:17 -!- catphish_ [~charlie@user/catphish] has joined ##stm32 2022-10-18T18:02:02 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Quit: Leaving] 2022-10-18T18:10:56 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 260 seconds] 2022-10-18T18:13:45 -!- splud [~noneya.bi@user/splud] has quit [Ping timeout: 252 seconds] 2022-10-18T18:27:43 -!- splud [~noneya.bi@user/splud] has joined ##stm32 2022-10-18T18:45:16 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-18T18:45:45 -!- c10ud [~c10ud@host-213-26-199-10.business.telecomitalia.it] has joined ##stm32 2022-10-18T18:45:45 -!- c10ud [~c10ud@host-213-26-199-10.business.telecomitalia.it] has quit [Changing host] 2022-10-18T18:45:45 -!- c10ud [~c10ud@user/c10ud] has joined ##stm32 2022-10-18T18:53:59 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-18T18:54:09 < Laurence_b> hi, anyone here used rsyslog.conf on lunix? 2022-10-18T18:57:05 < Laurence_b> my config has stopped working on more recent lunix for some reason 2022-10-18T18:57:33 < Laurence_b> I've put                     :msg, contains, "pam_unix" ~ 2022-10-18T18:57:54 < Laurence_b> at top of file but its not having any effect, dunno if anyone has ever played with this on lunix? 2022-10-18T19:05:08 < PaulFertser> Laurence_b: did you check rsyslog log? 2022-10-18T19:05:15 < PaulFertser> Laurence_b: does it not warn you about deprecated actions? 2022-10-18T19:05:22 < Laurence_b> hmm 2022-10-18T19:05:29 < Laurence_b> where is that log located? 2022-10-18T19:06:21 < PaulFertser> Laurence_b: probably it prints it to stdout. You can usually see that with "systemctl status rsyslog.service" if you're using systemd. 2022-10-18T19:06:31 < PaulFertser> Here's what works for me on current Debian: :msg, contains, "udhcpc: sending renew to" stop 2022-10-18T19:07:09 < Laurence_b> argggg 2022-10-18T19:07:23 < Laurence_b> retard assistant has just unplugged the power cable 2022-10-18T19:07:26 < Laurence_b> genius move 2022-10-18T19:07:54 < Laurence_b> >its 5pm, time to go home, lets unplug everything 2022-10-18T19:09:37 < Laurence_b> lol kiwifarms has verified accounts 2022-10-18T19:09:58 < Laurence_b> only the fbi now has copies of all verification documentation 2022-10-18T19:17:32 < catphish_> today i'm trying to bring a dead surface pro back to life :) 2022-10-18T19:24:27 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 268 seconds] 2022-10-18T19:26:29 < Laurence_b> https://pastebin.com/tGdvMTR3 2022-10-18T19:26:50 < Laurence_b> I don't see the problem... 2022-10-18T19:28:37 < Laurence_b> hmm old config is the same, looks like lunix has changed 2022-10-18T19:43:07 -!- duude__ [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-18T19:51:10 < PaulFertser> Laurence_b: don't use ~ 2022-10-18T19:51:22 < Laurence_b> ok, why not? 2022-10-18T19:51:38 < PaulFertser> rsyslog deprecated it long time ago 2022-10-18T19:51:49 < Laurence_b> ah ok, this is making sense now 2022-10-18T19:51:55 < Laurence_b>  /dev/null      ? 2022-10-18T19:52:19 < PaulFertser> Laurence_b: depends on what you want. /dev/null won't inhibit later processing. 2022-10-18T19:52:40 < Laurence_b> hmm ok, yeah I want to ignore the matching messages 2022-10-18T19:54:30 < PaulFertser> I use "stop" statement. 2022-10-18T19:55:19 < Laurence_b> ah ok, thanks 2022-10-18T19:55:37 < Laurence_b> now I just have to wait for someone to plug the hardware back in.... 2022-10-18T20:05:22 -!- c10ud_ [~c10ud@host-213-26-199-10.business.telecomitalia.it] has joined ##stm32 2022-10-18T20:05:40 -!- c10ud_ [~c10ud@host-213-26-199-10.business.telecomitalia.it] has quit [Read error: Connection reset by peer] 2022-10-18T20:05:49 -!- c10ud [~c10ud@user/c10ud] has quit [Read error: Connection reset by peer] 2022-10-18T20:05:57 -!- c10ud_ [~c10ud@host-213-26-199-10.business.telecomitalia.it] has joined ##stm32 2022-10-18T20:57:15 -!- kraiskil [~kraiskil@185.195.233.248] has joined ##stm32 2022-10-18T21:00:07 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-18T21:38:09 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 250 seconds] 2022-10-18T22:15:35 < qyx> hm the last ST's innovation was the G0 series, wasn't it? 2022-10-18T22:20:29 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-18T22:40:55 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Ping timeout: 244 seconds] 2022-10-18T22:57:56 < qyx> karlp: y/n? kicad/bullseye-backports 6.0.6+dfsg-1~bpo11+1 amd64 2022-10-18T22:59:16 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-18T23:51:28 -!- kraiskil [~kraiskil@185.195.233.248] has quit [Ping timeout: 268 seconds] 2022-10-18T23:52:19 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-18T23:57:31 < kaki> in 80s when there was like 12 different DOS 2022-10-18T23:57:49 < kaki> was there any software compatibility across them? --- Day changed ke loka 19 2022 2022-10-19T00:07:59 < PaulFertser> kaki: pc-dos, dr-dos were pretty compatible with ms-dos syscalls, yes. 2022-10-19T00:13:18 < PaulFertser> kaki: most advanced software were working with hardware directly, so other than using the file system, what DOS features do you have in mind? 2022-10-19T00:13:30 < kaki> idk 2022-10-19T00:13:41 < PaulFertser> Didn't you use DOS back in the 90s? 2022-10-19T00:13:53 < kaki> that was all dos was for? file system? 2022-10-19T00:14:31 < kaki> I used it yes but 2022-10-19T00:14:57 < Steffanx-> Just to play games.. 2022-10-19T00:15:03 < kaki> yes 2022-10-19T00:15:46 < kaki> gayms used hardware directly 2022-10-19T00:17:50 < Steffanx-> I wasted so much time on Stunts 2022-10-19T00:17:56 < Steffanx-> Designing tracks 2022-10-19T00:23:00 < kaki> did dos have any multitasking? 2022-10-19T00:23:47 < PaulFertser> I think for certain purposes many apps were using BIOS APIs, and also there were separate VESA (graphics) APIs provided by a video card. 2022-10-19T00:25:11 < PaulFertser> kaki: no, but some people used https://en.wikipedia.org/wiki/DESQview . Windows up to 3.11 were running kinda on top of DOS and provided cooperative multitasking. 2022-10-19T00:43:25 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-19T00:43:28 < Laurence_b> https://nitter.net/pic/media%2FFe9v0jeXkAEoMh4.jpg%3Fname%3Dsmall 2022-10-19T00:58:23 < karlp> qyx: just 6.06? 2022-10-19T00:58:33 < karlp> 6.0.8 is out, restored step export for me, 2022-10-19T00:58:48 < qyx> yeah better than nothing I would say 2022-10-19T01:00:50 < karlp> spent the day lokoing at 2.54mm sockets 2022-10-19T01:01:14 < karlp> they are _wildly_ expensive int he west nowadays. 2022-10-19T01:02:23 < karlp> but, I split a multi connnector symbol/footprint for a SoM into three symbols and three footprints that are all still lined up, so now correct BOM and pick and place files are generated for assembly. 2022-10-19T01:02:26 < karlp> so that's win... 2022-10-19T01:02:47 < karlp> lol, playing with this esp shit some more... 2022-10-19T01:03:01 < karlp> have a basic proto of what I want, but now wanted to add all the goodies. 2022-10-19T01:03:24 < karlp> thought i'd experiment with one of the frameworks out there, as I want a nice OTA solution and some apis. 2022-10-19T01:03:45 < karlp> esphome looks like a nice basic package, lots built in, web ui, admin, remotes, lots of developers, lots of thought... 2022-10-19T01:04:07 < karlp> fastled and neopixelbus are both only supported when the underlying framework is "arduino" 2022-10-19T01:04:19 < karlp> but esp32c3 is onyl supported when the underlying framework is "esp-idf" 2022-10-19T01:14:08 < karlp> I also think it just downloaded a second fuckign copy of the toolchain 2022-10-19T01:16:42 < karlp> god this is like docker gone wild. 2022-10-19T01:16:58 < karlp> platformio gone wild I guess. 2022-10-19T01:21:20 < qyx> nah I didn't even try to do ws281x on esp32c3 2022-10-19T01:23:43 < karlp> should have just ignored the C3.... 2022-10-19T01:23:57 < karlp> nothing but more toolchain bloat and nothing extra :) 2022-10-19T01:27:37 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-19T01:28:06 < qyx> hm I didn't notice 2022-10-19T01:28:25 < qyx> esp-idf was usable, basically everything worked on first try 2022-10-19T01:28:33 < qyx> no external library dependencies though 2022-10-19T01:31:57 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-19T01:39:00 < karlp> yeah, esp-idf has come a long way, I just wanted to freeload on the goodies like the web ui and ota shits and stuff from other projects. 2022-10-19T01:56:48 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 264 seconds] 2022-10-19T02:21:39 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-19T02:47:49 -!- Miyu [~hackkitte@2a00:6020:5090:5700:8820:182:28e:18ab] has joined ##stm32 2022-10-19T02:52:00 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:5a7:111a:ec19:8082] has quit [Ping timeout: 264 seconds] 2022-10-19T03:40:31 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-19T03:52:10 -!- Xogium_ [~Xogium@LuminaSensum/founder/Xogium] has joined ##stm32 2022-10-19T03:53:55 -!- oz4ga [~tim@hator.sunsite.lv] has quit [Ping timeout: 248 seconds] 2022-10-19T03:54:30 -!- oz4ga [~tim@hator.sunsite.lv] has joined ##stm32 2022-10-19T03:54:59 -!- Xogium [~Xogium@LuminaSensum/founder/Xogium] has quit [Ping timeout: 248 seconds] 2022-10-19T03:54:59 -!- Xogium_ is now known as Xogium 2022-10-19T04:29:23 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-19T04:56:23 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-19T05:53:55 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-19T05:59:31 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-19T06:48:12 -!- Netsplit *.net <-> *.split quits: Fleck, GenTooMan, alan_o, grindhold, srk, m5zs7k, josuah 2022-10-19T06:48:30 -!- alan_o [~alan@2600:1700:1902:210f:c5dd:98d8:5c99:f0ae] has joined ##stm32 2022-10-19T06:48:41 -!- Netsplit over, joins: josuah, grindhold 2022-10-19T06:48:51 -!- Netsplit over, joins: GenTooMan 2022-10-19T06:49:55 -!- Netsplit over, joins: m5zs7k 2022-10-19T06:50:37 -!- Netsplit over, joins: Fleck 2022-10-19T06:51:39 -!- Netsplit over, joins: srk 2022-10-19T06:55:15 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 248 seconds] 2022-10-19T08:58:05 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-19T09:25:47 -!- drzacek [~drzacek@80.74.62.130] has joined ##stm32 2022-10-19T10:13:45 -!- Posterdati [~Posterdat@user/Posterdati] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 2022-10-19T10:22:15 -!- Posterdati [~Posterdat@user/Posterdati] has joined ##stm32 2022-10-19T10:58:54 -!- Miyu is now known as hackkitten 2022-10-19T11:43:15 -!- rustyaxe [revtaco@zoo-york.istabpeople.com] has joined ##stm32 2022-10-19T11:46:22 < rustyaxe> Ok so ive come up with a stupid project.. I have ad9959 DDS with 4 outputs with an stm32f103 onboard that controls it, I need to send sound samples for I/Q to the L/R outputs of a pcm5102A (32bit 384khz PCM DAC) (i2c/i2s) and fetch L/R inputs from some yet unchosen but similarly spec dual ADC hooked to an stm32f401 dev board. WHat's the best route to go about presenting that as a sound card to a computer? 2022-10-19T11:47:06 < rustyaxe> maybe if theres enough grunt left, pass serial stream of commands through from that board to the ad9959 module, to avoid need for a usb hub 2022-10-19T12:03:01 < jpa-> pick the software platform you hate the least, rip off their USB audio example and be done? 2022-10-19T12:03:58 < qyx> sounds hard 2022-10-19T12:04:08 < rustyaxe> there is a linux driver for the DAC 2022-10-19T12:04:09 < rustyaxe> over i2c 2022-10-19T12:04:27 < rustyaxe> hifiberry uses it, fwiw. But that still leaves how to stuff it over USB 2022-10-19T12:36:37 < karlp> what part of jpa's answer didn't you like? 2022-10-19T13:08:04 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-19T13:21:32 < catphish_> just implement USB audio in the STM32 alongside the frequency control 2022-10-19T13:22:02 -!- rajkosto [~rajkosto@178.220.156.15] has joined ##stm32 2022-10-19T13:22:41 < catphish_> a linux driver doesn't seem useful, you need STM32 code for the DAC and ADC, then present it as a standard USB audio device 2022-10-19T13:54:27 -!- potash [~foghorn@user/foghorn] has quit [Read error: Connection reset by peer] 2022-10-19T13:54:50 -!- potash [~foghorn@user/foghorn] has joined ##stm32 2022-10-19T14:07:57 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-19T14:27:47 < catphish_> ugh, i get myself in such a mess with header files in a multi-file C project 2022-10-19T14:33:18 < catphish_> i think i've got it right, i write the c file with all its headers at the top, then i *move* any definitions i want to export (and anything those exports depend on) to a h file, which is then included by its own C file as well as others that want to use my exports 2022-10-19T14:33:23 < jpa-> add more macros and the header file mess will not feel as big 2022-10-19T14:33:49 < catphish_> it's not about the size so much as what to put in there vs what to put in the C file 2022-10-19T14:34:58 < PaulFertser> catphish_: I suggest to always make all functions and global variables "static" by default. 2022-10-19T14:35:15 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-19T14:35:36 < PaulFertser> Then when you see you want to use this function in another C file you remove static and add it to the corresponding header. 2022-10-19T14:35:44 < PaulFertser> (with extern for variables of course) 2022-10-19T14:36:27 < PaulFertser> And yes, the C file that implements the function should be also including its own header file for consistency. 2022-10-19T14:39:03 < catphish_> this is what i'm doing right now: https://github.com/catphish/vulkan_experimental/tree/master/engine - engine.c for example uses glfw3.h but its exported struct "engine" also requires that library for its definition, so i move the include to the h file, does that make sense? 2022-10-19T14:40:04 < PaulFertser> Yes 2022-10-19T14:40:37 < catphish_> great 2022-10-19T14:40:40 < catphish_> i'll carry on then 2022-10-19T14:42:01 < jpa-> catphish_: if other modules are not supposed to access the members of engine directly, you can also just forward-declare it ("struct engine;") 2022-10-19T14:42:16 < jpa-> it depends on if you want them to be able to do so or not 2022-10-19T14:43:14 < PaulFertser> Opaque C struct 2022-10-19T14:45:30 < karlp> fuckin website gives ssltest B grade, supports tls 1.2 and by all appearances modern eneough hashs, firefox is "no, no compatible found. can't visit that website anymore" 2022-10-19T14:46:31 < jpa-> karlp: must be a bug with the MITM proxy i installed, i'll try to fix it.. 2022-10-19T14:53:39 < karlp> gonna fucking sudo update-crypto-policies --set LEGACY and see what it says then fuckers. 2022-10-19T14:58:37 < catphish_> thanks jpa- PaulFertser :) 2022-10-19T15:31:23 -!- drzacek [~drzacek@80.74.62.130] has quit [Quit: Leaving] 2022-10-19T15:39:13 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-19T15:47:10 -!- rajkosto [~rajkosto@178.220.156.15] has quit [Quit: Leaving] 2022-10-19T16:12:33 < karlp> qyx: you still using a pci-express 1x card edge connector for your backplane right? cheap, easy to use... 2022-10-19T16:13:04 < karlp> still, 0.50 currency units in china.... 2022-10-19T16:13:13 < karlp> you should be using: https://advdownload.advantech.com/productfile/PIS/iDAQ-934/Product%20-%20Photo(B)/iDAQ934_01--_Square_S20211019152507.jpg 2022-10-19T16:13:26 < karlp> tada! dsub15! only 0.15 in china, even though you need two, still a win ;) 2022-10-19T16:15:58 < zyp> 36 vs 15 signals though 2022-10-19T16:16:48 < karlp> shush... I'm not seriously saying they should use dsub... 2022-10-19T16:17:06 < karlp> it was more a lol at the advantech design. 2022-10-19T16:17:11 < karlp> usb3-b too, 2022-10-19T16:17:25 < karlp> and that fuckign glorious "turn the fucking knob to do some manual addressing shit" 2022-10-19T16:18:10 < karlp> man they've got some fucking resources behind them though, they have incredible product depth 2022-10-19T16:27:49 -!- alan_o [~alan@2600:1700:1902:210f:c5dd:98d8:5c99:f0ae] has quit [Quit: Leaving] 2022-10-19T16:27:56 -!- m5zs7k [aquares@web10.mydevil.net] has quit [Ping timeout: 260 seconds] 2022-10-19T16:28:03 -!- alan_o [~alan@2600:1700:1902:210f:c5dd:98d8:5c99:f0ae] has joined ##stm32 2022-10-19T16:34:24 -!- m5zs7k [aquares@web10.mydevil.net] has joined ##stm32 2022-10-19T16:42:31 < qyx> karlp: that thing is an exact copy of NI cDAQ 2022-10-19T16:42:39 < qyx> NI is also using DSUB15 2022-10-19T16:43:05 < qyx> the same power connector too 2022-10-19T16:43:35 < qyx> https://www.artisantg.com/itemimages/National_Instruments_cDAQ_9184_View1_2017718122036.jpg 2022-10-19T16:43:38 < qyx> see the difference 2022-10-19T16:47:04 < qyx> https://www.newark.com/ni/865663-01/usb-temperature-measurement-bundle/dp/71AJ8515 2022-10-19T16:47:19 < qyx> hah, I thing I may increase the cost with a factor of 4 at least 2022-10-19T16:47:21 < qyx> *think 2022-10-19T16:54:22 < karlp> qyx: nice :) 2022-10-19T16:54:52 < karlp> I suspect the real problem in this field is just getting your brand respected enough you can charge those 2022-10-19T16:55:01 < karlp> and part of that requires that massive fucking depth 2022-10-19T16:58:40 < qyx> or just narrow the business a bit 2022-10-19T16:58:52 < qyx> but yeah, automated eol testing requires that 2022-10-19T16:59:27 < qyx> but NI is absolutely not suited for long term monitoring because of their mechanical design, power draw, windows labview shit, etc. 2022-10-19T17:00:19 < jpa-> as a buyer in this field, the real problem is finding stuff with reasonable software & drivers 2022-10-19T17:00:29 < qyx> advantech is pretty popular here, NI is considered too expensive 2022-10-19T17:01:12 < qyx> but what is reasonable 2022-10-19T17:01:35 < jpa-> works and not riddled with ridiculous licenses and restrictions 2022-10-19T17:01:36 < qyx> being reasonable for me is not the same as being reasonable for automotive industrial park making car seats 2022-10-19T17:02:24 < qyx> where cost of getting labview runtime is not prohibitive and they are sure anyone can program it 2022-10-19T17:02:27 < qyx> lol at the last part 2022-10-19T17:24:48 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-19T17:30:36 < karlp> it blows my mind that the labview graphical thing with zero version control and "scripts" inside visual pieces is remotly considered a viable solution for any of this. 2022-10-19T17:30:58 < karlp> but it's like excel, someone gets it running, and it's "test people's world" so it jsut stays like that. 2022-10-19T17:31:04 < karlp> and test budgets just baloon 2022-10-19T17:40:35 < zyp> same 2022-10-19T17:40:53 < qyx> everything labview related we uswd could have been made using few line python scrips 2022-10-19T17:41:01 < qyx> maybe except the UI 2022-10-19T17:41:25 < zyp> simulink has the same issue 2022-10-19T17:54:29 -!- fluiD [~fluiD@66.186.208.227] has joined ##stm32 2022-10-19T18:15:32 -!- c10ud_ [~c10ud@host-213-26-199-10.business.telecomitalia.it] has quit [Quit: Leaving] 2022-10-19T18:18:45 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Quit: Leaving] 2022-10-19T18:18:59 -!- fluiD [~fluiD@66.186.208.227] has quit [Read error: Connection reset by peer] 2022-10-19T18:21:29 -!- fluiD [~fluiD@66.186.208.227] has joined ##stm32 2022-10-19T18:57:45 -!- fluiD [~fluiD@66.186.208.227] has quit [Quit: Leaving] 2022-10-19T19:06:19 < rustyaxe> catphish_: ahh i was thinking somehow presenting an i2s interface on the stm32 to the computer over usb? 2022-10-19T19:06:52 < catphish_> rustyaxe: nope, that's not how you do USB :) 2022-10-19T19:08:25 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-19T19:08:47 < karlp> I mena, you could, but ... then you're doing all the host side as well. 2022-10-19T19:14:14 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-19T19:23:02 < rustyaxe> im building a radio that will go inside a case that shall look as much like this one as possible: http://www.oldcomputers.net/kayproii.html -- for memories of childlife 2022-10-19T19:28:08 < rustyaxe> might just have to find something like a pi but more sanely priced these days with suitable i2s/i2c buses 2022-10-19T19:28:19 < rustyaxe> instead of using the stm32 as a usb 'bridge' :\ 2022-10-19T19:59:54 < Steffanx-> rustyaxe are you ruemohr's lost brother? 2022-10-19T20:00:25 < rustyaxe> i do not know what that is 2022-10-19T20:01:08 < rustyaxe> i am just radio experimenter who likes to build things. stm32s have made building the stuff and things much easier.. May easier enough to build the horrible thing i have longed to build for some time now 2022-10-19T20:01:12 < jpa-> Steffanx-: are you Steffann's lost soulmate? 2022-10-19T20:01:42 < Steffanx-> I'm yours, jpa- 2022-10-19T20:03:03 < Steffanx-> You've not been long enough on irc then rustyaxe 2022-10-19T20:03:32 < jpa-> i have to attend a meeting tomorrow.. already two meetings this year, this is getting boring 2022-10-19T20:04:03 < Steffanx-> Anonymous Alcoholics meeting or what? 2022-10-19T20:04:19 < jpa-> anonymous codeslaves 2022-10-19T20:05:15 < rustyaxe> Steffanx-: i have been on irc since 1990s 2022-10-19T20:07:08 < Steffanx-> Hm 2022-10-19T20:41:04 -!- alan_ [~alan@2600:1700:1902:210f:c5dd:98d8:5c99:f0ae] has joined ##stm32 2022-10-19T20:41:16 -!- alan_o [~alan@2600:1700:1902:210f:c5dd:98d8:5c99:f0ae] has quit [Remote host closed the connection] 2022-10-19T20:41:16 -!- alan_ [~alan@2600:1700:1902:210f:c5dd:98d8:5c99:f0ae] has quit [Remote host closed the connection] 2022-10-19T20:48:46 < Laurence_b> over 22 years of irc 2022-10-19T20:49:00 < Laurence_b> tfw only been on irc for 16years 2022-10-19T20:52:26 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-19T21:09:41 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 260 seconds] 2022-10-19T21:13:51 < rustyaxe> was about 95 when someone on irc convinced me to replace 386bsd with this new linux thing :P 2022-10-19T21:17:32 < Steffanx-> when did the axe get rusty? 2022-10-19T21:17:52 < rustyaxe> after your mom forgot to dry it before putting it away :( 2022-10-19T21:18:24 < rustyaxe> Now i am eternally burdened with rust 2022-10-19T21:19:23 < Steffanx-> hi dad 2022-10-19T21:31:39 -!- kraiskil [~kraiskil@185.195.233.181] has joined ##stm32 2022-10-19T21:33:55 < rustyaxe> I told you not to call me that. :( 2022-10-19T21:35:33 -!- upgrdman [~upgrdman@47.180.47.55] has joined ##stm32 2022-10-19T21:39:49 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-19T21:51:30 -!- drzacek [~drzacek@188.126.174.13] has joined ##stm32 2022-10-19T21:51:47 < drzacek> hello there, I'm back with more noob questions 2022-10-19T21:53:27 < drzacek> so if I understand it right, I can either go for external crystal and configure HSE in cubemx, or skip the crystal and go for hsi - it will both work the same, but the frequency might not be exactly what I need, and it might be noticeable when I want to run some high speed communication, dunno, 100mhz spi on 64mhz mcu 2022-10-19T21:53:57 < drzacek> but for the most part it should be alright to just run on hsi and the mcu will still run "stable"? 2022-10-19T21:54:50 < drzacek> I ask cause apparently the tssop20 packages are lacking the rcc in/out pins 2022-10-19T21:57:08 * drzacek wants to drive few addressable LEDs with stm32g0 2022-10-19T22:00:29 < Steffanx-> Should be all fine for that purpose. If you really want to know look at the characteristics chapter and look for the max error etc. For those cheap ass addressable leds i cannot imagine its an issue. (as long as you're not too close to the limits etc.) 2022-10-19T22:01:10 < qyx> for SPI, freq doesn't matter as it is synchronous interface 2022-10-19T22:01:43 < qyx> for addressable LEDs, the tolerance is so wide that id doesn't matter either 2022-10-19T22:01:51 < drzacek> thx 2022-10-19T22:02:21 < Steffanx-> also good luck with 100 MHz spi @ 64 MHz mcu :P 2022-10-19T22:02:22 < drzacek> my only experiences with those leds is hooking some strips to preflashed esp32 modules 2022-10-19T22:02:46 < srk> ws2812? 2022-10-19T22:02:48 < drzacek> 'twas the joke 2022-10-19T22:02:51 < drzacek> ws2813 2022-10-19T22:03:07 < Steffanx-> no jokes in this channel please. 2022-10-19T22:03:52 < Steffanx-> working with stm32 is a serious and delicate business. 2022-10-19T22:07:30 < Steffanx-> for SPI it does matter when you (ab)use with those leds... 2022-10-19T22:08:29 < drzacek> spi? 2022-10-19T22:09:25 < qyx> yes those LEDs are best driven with SPI 2022-10-19T22:09:27 < drzacek> I don't quit understand how those leds work, it looks super wonky to me - having 0 and 1 as pwm with different duty cycle? 2022-10-19T22:11:04 < qyx> if you are adventurous enough you can extract the WS281x code from my spaghetti https://gitlab.com/iqyx/vy-pi-nac/-/blob/master/fw/main.c 2022-10-19T22:11:46 < qyx> it starts at line 229, libopencm3 based 2022-10-19T22:12:32 < srk> seems like 2.5MHz 2022-10-19T22:12:45 < qyx> this is super pro https://gitlab.com/iqyx/vy-pi-nac/-/blob/master/fw/main.c#L272 2022-10-19T22:14:13 < srk> haha 2022-10-19T22:14:36 < srk> https://www.pjrc.com/teensy/td_libs_OctoWS2811.html#tech 2022-10-19T22:15:38 < aandrew> qyx: that's not THAT bad, and depending on the compiler optimization, it'd probably end up unrolling things like that anyway 2022-10-19T22:15:58 < srk> you can also drive these using i2s 2022-10-19T22:16:03 < aandrew> laziness is a key indicator for pro... you are lazy where you can get away with it so you can expend your energy where it matters most 2022-10-19T22:16:23 < aandrew> srk: that would be more pro if speed/cpu time mattered 2022-10-19T22:17:08 < drzacek> too lazy for a loop - I love it 2022-10-19T22:18:42 < srk> aandrew: well someone's talking 100MHz on 64MHz mcu :) 2022-10-19T22:19:31 < qyx> it was a POC code, so apart from my OCPD and habits trying to keep the code quality at a reasonable level, it is total shit 2022-10-19T22:19:39 < qyx> but yeah, it probably unrolls 2022-10-19T22:20:12 < srk> -funroll-infinite-loops 2022-10-19T22:22:27 < drzacek> okay, I think I understand. so you configure spi to known freq, and then use the 8 bits in a byte as duty cycle. clever 2022-10-19T22:22:29 < srk> pros unroll by hand anyway cause -Os 2022-10-19T22:22:39 < drzacek> and I think simpler than pwm with dma 2022-10-19T22:22:53 < qyx> yes 2022-10-19T22:22:58 < qyx> you can probably do the same with UART 2022-10-19T22:23:05 < qyx> although it is not that suitable for 4 MHz 2022-10-19T22:23:52 < drzacek> and hsi is ok for that? 2022-10-19T22:24:12 < qyx> the tolerance for those led strips is iirc ~400-800 kHz or so 2022-10-19T22:24:23 * drzacek assumes that's a lot 2022-10-19T22:24:24 < qyx> HSI is maybe 1% or so 2022-10-19T22:25:03 < qyx> but check yourself, I don't remember exactyl 2022-10-19T22:25:16 * drzacek checks himself 2022-10-19T22:30:37 -!- upgrdman [~upgrdman@47.180.47.55] has quit [Quit: Leaving] 2022-10-19T22:42:34 -!- alan_o [~alan@2600:1700:1902:210f:6d25:b1d5:7a57:c218] has joined ##stm32 2022-10-19T23:11:23 -!- kraiskil [~kraiskil@185.195.233.181] has quit [Ping timeout: 252 seconds] 2022-10-19T23:13:24 -!- drzacek [~drzacek@188.126.174.13] has quit [Quit: Leaving] 2022-10-19T23:43:22 -!- qyx [~qyx@84.245.121.101] has quit [Ping timeout: 268 seconds] 2022-10-19T23:44:20 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-19T23:44:52 -!- qyx [~qyx@84.245.121.134] has joined ##stm32 --- Day changed to loka 20 2022 2022-10-20T00:14:59 < bitmask> hmm designing UI is not fun, especially when i have no idea what im doing with ImgUI 2022-10-20T00:16:46 < Steffanx-> I have faith in you, bitmask 2022-10-20T00:16:55 < bitmask> awww thanks 2022-10-20T00:16:57 < bitmask> ;) 2022-10-20T00:21:21 < Mangy_Dog> imgUI? 2022-10-20T00:23:17 < bitmask> gui framework type thing for opengl/vulkan/whatever 2022-10-20T00:23:41 < bitmask> https://github.com/ocornut/imgui 2022-10-20T00:23:53 < Steffanx-> Apparently its even called "Dear ImGui" 2022-10-20T00:24:11 < bitmask> yes 2022-10-20T00:24:23 < bitmask> but you can waste your time writing dear, I will not :) 2022-10-20T00:24:48 < bitmask> i will start to capitalize the correct letters though 2022-10-20T00:24:49 < bitmask> :P 2022-10-20T00:25:12 < Steffanx-> Dear BitMASK. 2022-10-20T00:25:31 < bitmask> never looked at the extensions before, some are pretty nice 2022-10-20T00:25:45 < bitmask> even has a node editor 2022-10-20T00:25:49 < bitmask> might come in handy 2022-10-20T00:27:05 < Steffanx-> So what game will you make for us? 2022-10-20T00:28:18 < bitmask> prob nothing, thats why i chose a game engine :P 2022-10-20T00:28:28 < Steffanx-> Something that is great for ##stm32 and looks well on your resume 2022-10-20T00:28:49 < bitmask> we will see though 2022-10-20T00:28:53 < bitmask> i'll need demos at least 2022-10-20T00:28:58 < bitmask> but thats a long ways out 2022-10-20T00:32:33 < Mangy_Dog> ohhh will check it out 2022-10-20T00:32:39 < bitmask> oh nice, someone created an imgui builder 2022-10-20T00:32:53 < bitmask> https://github.com/Code-Building/ImGuiBuilder 2022-10-20T00:33:14 < bitmask> not sure if im gonna use it but its nice to know it exists 2022-10-20T00:33:31 < bitmask> its prety basic 2022-10-20T00:36:27 < bitmask> to use docking or not to 2022-10-20T00:44:51 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-20T00:47:34 < kaki> poop time 2022-10-20T00:54:19 < Steffanx-> Enjoy kaki 2022-10-20T00:54:28 < kaki> it was good 2022-10-20T00:58:49 < bitmask> gud 2022-10-20T01:05:20 < kaki> highly recommended 2022-10-20T01:10:07 < qyx> was it turned into electricity or heat? 2022-10-20T01:23:16 < kaki> heat 2022-10-20T01:26:30 < qyx> great 2022-10-20T01:51:24 < karlp> ok, tossed esp32c3, nromal esp32, most things works. just flickery led 1, which seems super common, with no particularly common answer :) 2022-10-20T02:07:13 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-20T02:07:19 < Laurence_b> wtf I love ethan kien now 2022-10-20T02:17:23 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-20T02:53:13 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 252 seconds] 2022-10-20T03:37:36 -!- jmcgnh [~jmcgnh@wikipedia/jmcgnh] has quit [Ping timeout: 264 seconds] 2022-10-20T03:39:21 -!- jmcgnh [~jmcgnh@wikipedia/jmcgnh] has joined ##stm32 2022-10-20T03:43:30 < catphish> yay, i've rewritten this vulkan boilerplate 3 times and i think i now understand it 2022-10-20T04:11:32 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Ping timeout: 244 seconds] 2022-10-20T05:48:10 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Read error: Connection reset by peer] 2022-10-20T06:40:04 -!- jmcgnh [~jmcgnh@wikipedia/jmcgnh] has quit [Ping timeout: 255 seconds] 2022-10-20T06:48:25 -!- jmcgnh [~jmcgnh@wikipedia/jmcgnh] has joined ##stm32 2022-10-20T07:28:34 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-20T08:42:20 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-20T09:34:48 < qyx> karlp: I had flickering first LED too, idk what did I do 2022-10-20T09:35:12 < qyx> it took some oscilloscoooping time 2022-10-20T09:40:55 -!- Posterdati [~Posterdat@user/Posterdati] has quit [Read error: Connection reset by peer] 2022-10-20T09:41:02 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-20T09:56:25 -!- Posterdati [~Posterdat@user/Posterdati] has joined ##stm32 2022-10-20T10:13:24 -!- Posterdati [~Posterdat@user/Posterdati] has quit [Read error: Connection reset by peer] 2022-10-20T10:28:24 -!- Posterdati [~Posterdat@user/Posterdati] has joined ##stm32 2022-10-20T10:42:12 < Steffanx-> Karlp must be using FastLED because the web is filled with flickering first leds with that lib. 2022-10-20T11:28:36 -!- splud [~noneya.bi@user/splud] has quit [Ping timeout: 264 seconds] 2022-10-20T11:48:38 < drzacek> hello there 2022-10-20T11:48:52 < drzacek> so exactly how bad is it to send something via uart from within the interrupt? 2022-10-20T11:53:51 < karlp> Steffanx-: switching to neopixelbus as some suggested makes.... zero difference. 2022-10-20T11:53:57 * karlp shrugs. 2022-10-20T11:54:06 < drzacek> I a have a situation when I need to send stuff at precise timing and set some GPIOs before/after uart transmit. I wrote it all inside interrupt - timer triggers it, and I read data from sensors, get some pins high, transmit via uart, then wait for gpio from the receiver to go high 2022-10-20T11:54:07 < karlp> kinda wild how widespread these thigns are with issues like that still so common. 2022-10-20T11:54:35 < karlp> drzacek: only you know your application requirements. 2022-10-20T11:55:12 < karlp> are you using out of band signalling via gpios? sounds wild and overwrought :) 2022-10-20T11:55:17 < drzacek> yeah, but somehow it doesn't feel right 2022-10-20T11:55:31 < karlp> well, we don't really know what you're really tryign to do (yet?) 2022-10-20T11:55:34 < drzacek> out of band? 2022-10-20T11:57:56 < drzacek> I am trying to send sensor data every 5ms, and I want this to be sent at precisely 5ms. not 2,3 or 4.32ms. and it is constructed this way, that I need to signal the receiver with GPIO that data will come - this way it all goes faster cause it triggers an interrupt at the receiver, and it gives feedback that it has received data via gpio too so I am sure that it all worked properly 2022-10-20T11:58:20 < drzacek> spoiler alert - it all seems to be working properly, been using this system for some time now. 2022-10-20T11:59:06 < drzacek> but 1) I want to add the UART Receive to my stm32 project, need to read data between the transmits, and also would like to clean the code a bit, so it's less spaghetti and more meatballs 2022-10-20T11:59:07 < benishor> anyone here has the hakko omnivise? 2022-10-20T12:08:06 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-20T12:11:05 < drzacek> basically I think that I should move some part of the code from interrupt to main 2022-10-20T12:38:00 -!- splud [~noneya.bi@user/splud] has joined ##stm32 2022-10-20T12:49:24 -!- rajkosto [~rajkosto@109-92-200-30.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-20T12:52:59 < karlp> so, you'r eusing a gpio, to trigger an interrtupt on the remote system, so it it can read the uart? 2022-10-20T12:54:11 < karlp> just ignore the "hello, uart data coming now!" pin, and use the standard uart rx interrupts? 2022-10-20T12:54:34 < karlp> which side is the stm32, the sender or the receiver? 2022-10-20T12:55:07 < karlp> are you trying to _sense_ at a known interval, or _send_ at a known interval? 2022-10-20T12:55:32 < karlp> I'm guessing you are really trying to sense at a known sample rate, rather than do uart writes at a known rate, though they might be conflated right now. 2022-10-20T12:55:47 < qyx> all is manageable and quite common, you are overinnovating as a result of misunderstanding 2022-10-20T13:00:02 < karlp> that's ok, I emailed a vendor yesterday to ask if they had a version of their product I couldn't find... 2022-10-20T13:00:12 < karlp> it was... on the second page of the datasheet that I didn't scroll too 2022-10-20T13:14:39 < drzacek> karlp, I dont have access to the receiver end, it's just what it accepts 2022-10-20T13:14:57 < drzacek> stm32 is the sender, the master of the system 2022-10-20T13:15:42 < drzacek> karlp, kinda both, but I know what you mean. I want to acquire data at exact 5ms, and then quickly send it over, so it needs to happen fast, not after 3 miliseconds 2022-10-20T13:16:04 < drzacek> qyx, I'm open to all constructive criticism 2022-10-20T13:18:14 < qyx> idk if the receiver is behaving that way and you cannot change it, meh 2022-10-20T13:18:25 < karlp> pretty lol receiver though. 2022-10-20T13:18:32 < karlp> are you sure it's not just hardware flow control though? 2022-10-20T13:21:47 < drzacek> no 2022-10-20T13:22:15 < drzacek> it has also a signal to trigger transmit - it's a second microcontroller that handles rf communication 2022-10-20T13:22:38 < drzacek> I send data to, it buffers it, and I can tell it when to send, to have more fine-control over when the transmit really takes place 2022-10-20T13:23:20 < drzacek> but the gpio signaling is not a problem, that cost no time. I just wonder if doing uart transmit from interrupt is okay 2022-10-20T13:23:56 < drzacek> also I learned that any HAL function is kinda no-no in interrupt, since it has timeouts that are based on hal_delay, and hal_delay timer is not updated inside interrupt, so it can lock 2022-10-20T13:24:43 -!- haritz [~hrtz@user/haritz] has quit [Remote host closed the connection] 2022-10-20T13:59:34 -!- haritz [~hrtz@82-69-11-11.dsl.in-addr.zen.co.uk] has joined ##stm32 2022-10-20T13:59:34 -!- haritz [~hrtz@82-69-11-11.dsl.in-addr.zen.co.uk] has quit [Changing host] 2022-10-20T13:59:34 -!- haritz [~hrtz@user/haritz] has joined ##stm32 2022-10-20T14:20:28 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-20T14:20:53 < karlp> lol, have a bug in kicad preventing me from exporting a complete step file from 6.0.8, different bug in 6.99 prevents me from exporting at all. 2022-10-20T14:40:15 * drzacek checks his kicad version 2022-10-20T14:41:16 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-20T14:41:42 < qyx> it is unbelievable mouser doesn't allow filtering power switches by voltage 2022-10-20T14:42:04 < qyx> oh it does 2022-10-20T14:42:07 < qyx> me blind 2022-10-20T15:42:07 < Steffanx-> Lol the lettuce outlasted Truss 2022-10-20T15:49:51 < englishman> lol 2022-10-20T15:50:05 < englishman> will bojo be back 2022-10-20T16:06:34 < drzacek> I want to drive few LEDs directly from the pin. I assume around 5mA per LED, in datasheet says something something 15 or 20mA per pin, 80mA total. I guess at 5 LEDs x 5mA I am safe? 2022-10-20T16:07:08 < drzacek> also, does it make a difference if I would drive the LEDs HIGH (1 is on), or low (the pin is ground)? 2022-10-20T16:28:32 < catphish_> oh shit she quit! 2022-10-20T16:35:51 < karlp> liz truss - gone, 2022-10-20T16:35:54 < karlp> lettuce - romaine... 2022-10-20T16:37:39 -!- dima [~dima@kappa.ac93.org] has quit [Ping timeout: 248 seconds] 2022-10-20T16:38:39 < Steffanx-> drzacek: 5mA for modern leds can be a lot. Blue leds <3. And yes it can make a difference. Look at what the pins can sink and what it can source. 2022-10-20T16:40:19 < catphish_> i blame the EU, the sooner we can get oue the better! 2022-10-20T16:41:54 < Steffanx-> Maybe you can apply for the job catphish_ :) 2022-10-20T16:42:24 < Steffanx-> Should* 2022-10-20T16:42:30 < BrainDamage> it's quite likely that he can 2022-10-20T16:42:48 -!- dima [~dima@2a02:8010:679f:0:ca85:6068:42e3:2044] has joined ##stm32 2022-10-20T16:43:38 < qyx> uk was stable and prospering country before brexit, you know 2022-10-20T16:43:44 < qyx> time to brundo 2022-10-20T16:44:35 < catphish_> qyx: i think compared to right now pretty much anything could be called stable and prospering 2022-10-20T16:45:50 < qyx> we have that on a daily basis 2022-10-20T16:45:53 < drzacek> Steffanx-, https://pic.infini.fr/11VuFMkb/7ZEwSR4f.png looks to me like it's 15ma both directions 2022-10-20T16:46:38 < qyx> there are some super sink capable pins drzacek 2022-10-20T16:46:52 < qyx> for I2C FM+ mode for example 2022-10-20T16:47:37 < drzacek> qyx, yeah, but I don't need it. I just want to turn 5 leds on and off and on and off, and sometimes on-off again 2022-10-20T16:47:52 < drzacek> I probly won't be able to pwm dimm them on those pins, but meh, dont need to 2022-10-20T16:48:46 < qyx> as Steffanx- says, 1 mA is enough for mostmodern LEDs 2022-10-20T16:48:55 < qyx> and you can PWM them in software 2022-10-20T16:49:01 < qyx> Iamdoingit regularly 2022-10-20T16:49:10 < drzacek> maybe I will 2022-10-20T16:49:22 < drzacek> right now at hw design 2022-10-20T16:51:15 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Quit: Leaving] 2022-10-20T16:54:44 -!- dima [~dima@2a02:8010:679f:0:ca85:6068:42e3:2044] has quit [Ping timeout: 272 seconds] 2022-10-20T16:56:19 -!- dima [~dima@kappa.ac93.org] has joined ##stm32 2022-10-20T16:58:32 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-20T17:06:15 -!- dima [~dima@kappa.ac93.org] has quit [Remote host closed the connection] 2022-10-20T17:08:05 -!- dima [~dima@kappa.ac93.org] has joined ##stm32 2022-10-20T17:46:10 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-20T17:48:53 -!- dima [~dima@kappa.ac93.org] has quit [Quit: Lost terminal] 2022-10-20T17:50:48 -!- dima [~dima@kappa.ac93.org] has joined ##stm32 2022-10-20T18:15:17 < bitmask> anyone use vscode? how the hell do you stop it from auto importing C/C++ headers 2022-10-20T18:15:24 < bitmask> its driving me crazy 2022-10-20T19:01:40 < jpa-> google and press the keys it says to press 2022-10-20T19:11:41 < Steffanx-> What does it auto import bitmask? 2022-10-20T19:11:59 < bitmask> jpa- i have tried looking 2022-10-20T19:12:14 < bitmask> #include statements 2022-10-20T19:12:28 < bitmask> i meant to say include not import 2022-10-20T19:12:46 < Steffanx-> Does it auto include? 2022-10-20T19:13:00 < Steffanx-> Never seen it do that 2022-10-20T19:13:02 < bitmask> it will just add #include statements as it sees fit 2022-10-20T19:13:16 < bitmask> it adds them in the cpp file too which is weird 2022-10-20T19:13:34 < bitmask> I mean i guess its not that weird, thats the file id be editing at the time 2022-10-20T19:19:01 < Steffanx-> Google has several related suggestions 2022-10-20T19:19:45 < bitmask> i didnt see anything related to c++ 2022-10-20T19:19:56 < Steffanx-> One of them is related to soms clangd extension 2022-10-20T19:20:00 < Steffanx-> Some 2022-10-20T19:20:09 < bitmask> oh really? maybe i didnt look hard enough 2022-10-20T19:20:13 < bitmask> link pweese 2022-10-20T19:20:14 < bitmask> :) 2022-10-20T19:20:19 < jpa-> bitmask: which c++ extension are you using? 2022-10-20T19:20:21 < Steffanx-> https://github.com/clangd/vscode-clangd/issues/4 2022-10-20T19:20:43 < bitmask> damn thanks, how did i miss that 2022-10-20T19:20:56 < Steffanx-> First hit here 2022-10-20T19:21:38 < jpa-> (though that only matters if you are using the clangd extension) 2022-10-20T19:22:11 < bitmask> jpa- I use C/C++ and clangd for C++ stuff, also have CMake, CMake Tools, Customize UI, glTF Tools, Hex Editor, Monkey Patch (not sure what that is), and Shader language support 2022-10-20T19:22:28 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 246 seconds] 2022-10-20T20:27:29 < catphish_> bitmask: i actually *want* my vscode to add import statements but never found a way to do it :( 2022-10-20T20:27:41 < catphish_> the default C plugin definitely doesn't do it 2022-10-20T20:28:38 < bitmask> have fun with it... it only adds to cpp files and it adds files that arent necessary 2022-10-20T20:28:47 < bitmask> maybe there are settings for it, dunno 2022-10-20T20:31:00 < catphish_> oh, maybe it no work for me because i use C not Cpp 2022-10-20T20:31:59 < bitmask> clangd says C/C++ completion, dunno 2022-10-20T20:38:33 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-20T20:57:49 -!- rajkosto [~rajkosto@109-92-200-30.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-20T21:32:21 -!- drfff [~k\o\w@72.53.234.152] has joined ##stm32 2022-10-20T22:39:26 < qyx> anyone noticed mouser being extremely slow on javascript? 2022-10-20T22:39:35 < qyx> it lags when using filters 2022-10-20T22:39:57 < Steffanx-> YES 2022-10-20T22:40:22 < Steffanx-> not sure if javascript, but scrolling listing would make my browser hang all the time. 2022-10-20T22:40:23 < qyx> but only the last week or so 2022-10-20T22:40:30 < qyx> yes exactly 2022-10-20T22:40:59 < Steffanx-> seems like its not longer the case 2022-10-20T23:17:06 < karlp> heh, mouser backordered "promised" october 13. 2022-10-20T23:17:09 < karlp> sorry, october 14. 2022-10-20T23:17:18 < karlp> sent out emails every few weeks, "yep, still october 14" 2022-10-20T23:17:26 < karlp> october 13, "yep, still october 14 ship date" 2022-10-20T23:17:32 < karlp> today: "yeah, december 14 now..." 2022-10-20T23:17:42 < englishman> lol 2022-10-20T23:17:53 < englishman> but will they do the same when it comes time to pay ? 2022-10-20T23:18:22 * karlp shrugs. 2022-10-20T23:18:37 < karlp> Im doing my part, trying to back order some parts I need so I that I can have them maybe one day... 2022-10-20T23:18:43 < englishman> sorry but it will take me 99 weeks to get the money. see i am waiting on parts from mouser 2022-10-20T23:19:03 < karlp> I coughed up for 1000 parts from microchip, because there was zero stock, and very long lead times. 2022-10-20T23:19:12 < karlp> today, digikey has turned up 6k units.... 2022-10-20T23:19:21 < karlp> so we're sitting on this half reelat the moment. 2022-10-20T23:19:30 < karlp> gave us breathing space at least for a key part :) 2022-10-20T23:20:01 < karlp> digikey even has 400 of the quectel modems we use, for the low low price of $60 or something. 2022-10-20T23:20:12 < karlp> vs the $19 we were paying quectel for.... 2022-10-20T23:20:26 < qyx> quacktel 2022-10-20T23:26:48 < karlp> yeah baby 2022-10-20T23:27:41 < karlp> and what's different between these two? https://www.digikey.com/en/products/detail/EG91EXGA-128-SGNS/2958-EG91EXGA-128-SGNSCT-ND/13923839 and https://www.digikey.com/en/products/detail/EG91EXGA-128-SGNS/2958-EG91EXGA-128-SGNSCT-ND/13923839 anyway? who knows! quectekl isn't sharing detailed ordering codes... 2022-10-20T23:50:35 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 --- Day changed pe loka 21 2022 2022-10-21T00:07:10 < karlp> in good news, my respin of the ch582 board now "correctly" has a btle signal. 2022-10-21T00:07:29 < karlp> fuck knows what was wrong before, presuming shorted out antenna or something. new one works just like the dev board does though. 2022-10-21T00:22:46 < qyx> karlp: what's the average door height in iceland? 2022-10-21T00:23:23 < qyx> have you seen "trapped"? 2022-10-21T00:39:33 < qyx> meh aisler automatically selects "HD" board when there are elongated holes 2022-10-21T00:43:19 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-21T00:55:21 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 255 seconds] 2022-10-21T01:07:27 -!- pragmalin [~pragmalin@user/pragmalin] has quit [Quit: Leaving] 2022-10-21T01:19:23 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-21T02:40:13 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-21T03:06:57 -!- Spirit532 [~Spirit532@user/Spirit532] has quit [Killed (NickServ (GHOST command used by Spirit5329))] 2022-10-21T03:07:03 -!- Spirit532 [~Spirit532@user/Spirit532] has joined ##stm32 2022-10-21T03:43:21 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-21T04:30:46 -!- Netsplit *.net <-> *.split quits: Spirit532 2022-10-21T04:31:14 -!- Netsplit over, joins: Spirit532 2022-10-21T05:10:17 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-21T05:15:31 -!- Sadale [~Sadale@user/sadale] has quit [Ping timeout: 248 seconds] 2022-10-21T05:29:05 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-21T07:03:01 -!- rkta [~rkta@vps12297460.delta-networks.de] has quit [Remote host closed the connection] 2022-10-21T07:03:11 -!- rkta_ [~rkta@vps12297460.delta-networks.de] has joined ##stm32 2022-10-21T07:03:49 -!- CygniX_ [~CygniX@2a01:8740:1:727:4e:80:7f:2d] has joined ##stm32 2022-10-21T07:04:28 -!- CygniX [~CygniX@2a01:8740:1:727:4e:80:7f:2d] has quit [Read error: Connection reset by peer] 2022-10-21T07:20:43 -!- Jak_o_Shadows [~quassel@user/jak-o-shadows/x-5091859] has quit [Remote host closed the connection] 2022-10-21T07:21:57 -!- Jak_o_Shadows [~quassel@user/jak-o-shadows/x-5091859] has joined ##stm32 2022-10-21T07:32:52 -!- rkta_ is now known as rkta 2022-10-21T07:36:51 -!- rajkosto [~rajkosto@109-92-200-30.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-21T08:29:18 -!- Sadale [~Sadale@user/sadale] has joined ##stm32 2022-10-21T09:02:31 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-21T09:02:44 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-21T09:28:37 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-21T09:32:19 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-21T09:51:41 < kaki> https://www.youtube.com/watch?v=Uo3cL4nrGOk 2022-10-21T10:10:00 -!- rajkosto [~rajkosto@109-92-200-30.dynamic.isp.telekom.rs] has quit [Quit: Leaving] 2022-10-21T10:19:34 < Steffanx-> Early kaki must still be asleep posting such video 2022-10-21T11:18:52 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-21T11:43:14 -!- Helmholtz [~leibnizma@2001:470:69fc:105::3124] has quit [Quit: Bridge terminating on SIGTERM] 2022-10-21T11:49:13 -!- Helmholtz [~leibnizma@2001:470:69fc:105::3124] has joined ##stm32 2022-10-21T11:51:22 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 260 seconds] 2022-10-21T12:41:52 < karlp> qyx: yeah, aisler is still playing catchup. 2022-10-21T12:42:41 < karlp> average door height? fucked if I know. I've lived ina 1926 converted basement, an 80s MDU, and a 30s house, extended vertically and horiztonally in the 40s. I'm not sure any of our doors are "normal" to measure anything from. 2022-10-21T13:02:19 < Steffanx-> Google knows all. 2022-10-21T13:02:40 < Steffanx-> Google even knows about your doors. 2022-10-21T13:02:55 -!- rajkosto [~rajkosto@109-92-200-30.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-21T13:06:51 < Steffanx-> What's even up with "average door" sizes karlp? When is this ever relevant? 2022-10-21T13:07:59 < qyx> I was asking 2022-10-21T13:08:19 < qyx> I mean, wife was asking, in the "Trapped" series all doors were small apparently 2022-10-21T13:09:16 < Steffanx-> Oh I missed that question 2022-10-21T13:09:55 < karlp> hang on, I need to find out what show trapped was. 2022-10-21T13:10:25 < karlp> ok, yeah, the doors in the houses in the country were probably small, yes, but those are old houses, 2022-10-21T13:10:40 < karlp> the big fat cop guy is also a big guy, so he's goign to make everything look small anyway? 2022-10-21T13:12:17 < karlp> our internal doors are taller than our external door too? maybe some old weather idea? 2022-10-21T13:12:29 < karlp> how high are they in .sk? 2022-10-21T13:12:33 < qyx> 1970 mm 2022-10-21T13:13:00 < qyx> hm yeah maybe because of the weather 2022-10-21T13:13:20 < karlp> those are pretty small doors yourself then... 2022-10-21T13:13:44 < karlp> olafur darri is at least 190. 2022-10-21T13:13:52 < karlp> (ok, I had to check, internet sys he's 189. 2022-10-21T13:14:02 < qyx> haha 2022-10-21T13:14:07 < karlp> well, another source says he's 194, 2022-10-21T13:14:15 < karlp> and another 191 2022-10-21T13:14:17 * karlp shrugs 2022-10-21T13:14:30 < qyx> maybe it is variable depending on the amount of stuff he is wearing 2022-10-21T13:15:26 < karlp> lots of old houses here were built quite low though, I don't have enough insight into reasons or norms, 2022-10-21T13:15:51 < karlp> but duckign my head through doorways in old houses isn't unheard of. 2022-10-21T13:16:09 < karlp> even if the spaces themselves are fine. 2022-10-21T13:18:17 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 2022-10-21T13:18:44 < karlp> PIC32CX-BZ2 it's a pic, it's a cm4, it's btle, it's got zigbee, it's got can, it's q100 cert, it's got everything we could throw at it! 2022-10-21T13:26:16 < qyx> is ethernet pair polarity interchangeable? 2022-10-21T13:27:01 < Steffanx-> PIC32 cm4.. when did that happen? 2022-10-21T13:29:00 < qyx> https://microchipsupport.force.com/s/article/Can-the-Ethernet-transformer-pairs-be-swapped 2022-10-21T13:29:03 < qyx> sounds relevant 2022-10-21T13:29:15 < qyx> 100BASE-T uses MLT-3 signals that are symmetric about +/- pin swing; i.e. the same signal is detected by the receiver regardless of the polarity; having matching polarity is a don't care, or rather, irrelevant 2022-10-21T13:29:51 < qyx> because I don't like this https://bin.jvnv.net/file/VyXjS/Screenshot_2022-10-21_12-29-27.png 2022-10-21T13:44:10 < karlp> iirc, some phys let you swap happily, some don't? 2022-10-21T13:47:07 < qyx> they are saying all 100/1000base-T 2022-10-21T13:47:24 < karlp> cool. 2022-10-21T13:47:31 < qyx> I should probably test 2022-10-21T13:47:52 < qyx> idk what this mediatek has inside 2022-10-21T13:48:26 < qyx> also idk where did I use AP63357 2022-10-21T13:48:43 < qyx> qyx@qyx4:~/Work $ grep AP63357 * -r 2022-10-21T13:50:25 -!- kilobyte_ch [~kbch@77.109.171.24] has joined ##stm32 2022-10-21T13:51:44 < kilobyte_ch> I'm trying to debug a Default_Handler/Infinite_Loop issue. For that I would like to get the values of the NVIC_IABRx Registers. Is there a way to get these values over GDB? 2022-10-21T13:52:09 < kilobyte_ch> I think STM32CubeIDE can display them somehow. But I'm using VSCode with GDB. 2022-10-21T13:54:36 < PaulFertser> kilobyte_ch: sure thing, if you compile and link with -ggdb3 you can use macro names in regular gdb print command. 2022-10-21T13:54:55 < PaulFertser> kilobyte_ch: so you can access them the same way you would access from firmware. 2022-10-21T13:56:17 < PaulFertser> kilobyte_ch: what target core is that, M0(+) or something better? 2022-10-21T14:02:12 < kilobyte_ch> PaulFertser: STM32F103VCT6 / M3 2022-10-21T14:02:33 < kilobyte_ch> PaulFertser: I have -ggdb3 set. So I should be able to print it with `print NVIC_IABR1` 2022-10-21T14:02:47 < kilobyte_ch> PaulFertser: GDB blames that it is not in the context 2022-10-21T14:08:16 < PaulFertser> kilobyte_ch: probably NVIC->IABR1 ? 2022-10-21T14:09:04 < PaulFertser> kilobyte_ch: on M3 you can use https://github.com/karlp/zypsnips/blob/master/armv7m-vecstate-zippe.gdb 2022-10-21T14:13:28 -!- rajkosto [~rajkosto@109-92-200-30.dynamic.isp.telekom.rs] has quit [Quit: Leaving] 2022-10-21T14:18:53 < kilobyte_ch> PaulFertser: Thanks, I have now loaded that macro. It outputs this. Not sure how to deal with it. https://pastebin.com/raw/qzjn0YBF 2022-10-21T14:19:31 < karlp> do you have the correct ram size set? 2022-10-21T14:19:36 < karlp> when does this trigger? 2022-10-21T14:21:14 < kilobyte_ch> RAM size should be lonely set in the Linker file right? I have the Linker file from STM32CubeMX. 2022-10-21T14:21:36 < karlp> then you've probably stepped outside an array and trampled your stack somewhere. 2022-10-21T14:21:42 < PaulFertser> kilobyte_ch: "undefined instruction" in __aeabi_d2iz 2022-10-21T14:21:56 < PaulFertser> kilobyte_ch: run "disass" now 2022-10-21T14:22:19 < kilobyte_ch> The 3dcube.c:51 is a float operation. 2022-10-21T14:22:29 < kilobyte_ch> The same file works fine in Keil Compiler. 2022-10-21T14:22:42 < kilobyte_ch> So a wrong RAM setting or something like that sounds very likely. 2022-10-21T14:22:59 < kilobyte_ch> (Float operations at another place work) 2022-10-21T14:23:01 < karlp> just starting with things that people fuck up the most commonly... 2022-10-21T14:23:05 < PaulFertser> kilobyte_ch: yes, looks like you compile with gcc set to use FP core which STM32F103 doesn't have. 2022-10-21T14:23:22 < karlp> isn't the __aeabi stuff the sw stubs? 2022-10-21T14:23:43 < PaulFertser> Who knows, that's why I asked for disassembly 2022-10-21T14:23:56 -!- drzacek_ [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-21T14:25:41 < PaulFertser> __aeabi_ just means it's some compiler internal function. 2022-10-21T14:26:16 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Ping timeout: 246 seconds] 2022-10-21T14:27:14 -!- drzacek_ [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Client Quit] 2022-10-21T14:27:20 < PaulFertser> kilobyte_ch: btw, if your intention is to work with "float" then you need to be quite careful as C standard automatically propogates that to "double" in many places. 2022-10-21T14:27:31 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-21T14:27:51 < PaulFertser> So you'll get slow downs from conversion back and forth. 2022-10-21T14:29:04 < kilobyte_ch> Not sure what I'm doing wrong but the disass doesn't really seem to output what I think it should https://pastebin.com/s8AE90dz 2022-10-21T14:30:23 < PaulFertser> kilobyte_ch: do "up" and then retry. 2022-10-21T14:30:36 < karlp> the slowdown from swfloat to swdouble isn't nearly as much as from hwfloat to "oops" swdouble though :) 2022-10-21T14:30:55 < karlp> especially on code sizie 2022-10-21T14:32:39 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-21T14:34:08 < PaulFertser> You can also do "l /build/arm-none-eabi-gcc/src/gcc-12.2.0/libgcc/config/arm/ieee754-df.S:1370" or "disass __aeabi_d2iz". 2022-10-21T14:36:24 < kilobyte_ch> Ok, got a disass of d2iz now I think https://pastebin.com/TR2RFFjN 2022-10-21T14:37:08 < karlp> if other float stuff is working, it's pretty unlikely to be a problem with floating point linking. 2022-10-21T14:37:30 < karlp> I'd guess you've trampled memory elsewhere, this just runs into it. 2022-10-21T14:38:10 < PaulFertser> But then reading from that memory would show that incorrect instruction. 2022-10-21T14:39:21 < PaulFertser> kilobyte_ch: your output is truncated, that function is longer than that, clearly it's not full disassembly. 2022-10-21T14:39:28 < PaulFertser> kilobyte_ch: I expect to see 08000af8 in there. 2022-10-21T14:40:26 < kilobyte_ch> oh shit, sorry, stupid me. https://pastebin.com/RQdstS1p 2022-10-21T14:43:17 < PaulFertser> https://developer.arm.com/documentation/dui0473/j/neon-and-vfp-instructions/vrhadd 2022-10-21T14:43:26 -!- BrainDamage [~braindama@user/BrainDamage] has quit [Ping timeout: 260 seconds] 2022-10-21T14:44:06 < PaulFertser> kilobyte_ch: do "arm-none-eabi-gcc -print-multi-lib" and see if it has thumb/v7-m/nofp line 2022-10-21T14:44:27 < PaulFertser> kilobyte_ch: if yes, use those options exactly both for compiling and linking. 2022-10-21T14:45:19 < PaulFertser> (my first guess was correct, yay) 2022-10-21T14:45:57 < karlp> good job :) 2022-10-21T14:46:11 < karlp> (so why are other float ops working?) 2022-10-21T14:46:50 < karlp> oh, guesing from the filnames, it's float ops in app and float ops in the library :) 2022-10-21T14:48:33 < kilobyte_ch> It seems to have the line. Which option should I add to compiling/linking? https://pastebin.com/u9HMR2gz 2022-10-21T14:49:02 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-21T14:49:11 < karlp> do you have the _same_ lines for compile and link at the moment? 2022-10-21T14:50:39 -!- rajkosto [~rajkosto@178-222-117-79.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-21T14:50:42 < kilobyte_ch> hmm, I think I start to know what the cause might be 2022-10-21T14:51:02 < kilobyte_ch> I'm not having the CFLAGS used for the Linker 2022-10-21T14:51:36 < karlp> you should. 2022-10-21T14:51:44 < karlp> and yes, that will do it. 2022-10-21T14:51:53 < PaulFertser> kilobyte_ch: -mthumb -march=armv7-m -mfloat-abi=soft 2022-10-21T14:52:31 < kilobyte_ch> Nice, now it works 2022-10-21T14:52:42 < karlp> (or -mcpu=cortex-m3 and drop the arch/thumb) 2022-10-21T14:53:12 < karlp> still confused why other float ops "worked" though. 2022-10-21T14:53:15 < kilobyte_ch> I had `-c` in the CFLAGS which prevented building succesfully when putting CFLAGS in the linking. Without -c I can now use CFLAGS for building and Linking. 2022-10-21T14:53:42 < kilobyte_ch> With other float ops I meant float ops in the main file. Not sure if they were treated differently 2022-10-21T14:54:16 < kilobyte_ch> And I just used the calculated float value in printf. Not sure if that made another difference. 2022-10-21T14:54:25 < karlp> you can split up however you like, in libopencm3 for instance the cpu/float is kept in ARCH_FLAGS 2022-10-21T14:54:36 < karlp> and then CFLAGS and LD_FLAGS both get ARCH_FLAGS added to it. 2022-10-21T14:54:47 < karlp> if you don't like calling your linker with "C" flags. 2022-10-21T14:54:54 < kilobyte_ch> But very interesting fault. I searched at the complete wrong spot. Thank you very much for the help! 2022-10-21T14:55:23 < kilobyte_ch> Well, I don't know why I put `-c` into the cflags. Removed it now and can use the same variable for both. 2022-10-21T14:57:13 -!- BrainDamage [~braindama@user/BrainDamage] has joined ##stm32 2022-10-21T15:13:18 -!- rajkosto [~rajkosto@178-222-117-79.dynamic.isp.telekom.rs] has quit [Quit: Leaving] 2022-10-21T16:47:33 < jbo> is kilobyte_ch a swissy? 2022-10-21T16:48:44 < kilobyte_ch> jbo: Yes 2022-10-21T16:49:05 < jbo> nice, so I'm not that alone anymore. only took like 13 years 2022-10-21T16:49:16 < jbo> welcome o/ 2022-10-21T16:53:13 < kilobyte_ch> jbo: smoehow your nick rings a bell, but don't know why. Checked my IRC history and didn't find any conversation. 2022-10-21T16:53:50 < jbo> kilobyte_ch, this is a newer nick of mine. haven't really been active in this channel for a while, unfortunately. trying to change that again. 2022-10-21T16:54:21 < jbo> kilobyte_ch, in any case, I'm deep in the mountains so you probably wouldn't just accidentially stumble upon me anyway :D 2022-10-21T16:54:32 < kilobyte_ch> Mabye just my brain doing weird things 2022-10-21T16:54:44 < jpa-> jbo: you were never alone, Tectu is swiss also!! 2022-10-21T16:54:55 < jbo> jpa-, ;) 2022-10-21T16:55:30 < jbo> jpa-, wanted to become more like you :-* 2022-10-21T16:55:40 < jbo> for the preparation of our visit 2022-10-21T16:56:09 < jpa-> you're aiming for the waist-deep-in-wet-snow season, right? 2022-10-21T16:56:21 < jbo> kilobyte_ch, I was wondering the same thing tho. kbch seems familiar... 2022-10-21T16:56:33 < jbo> jpa-, that's how I grew up anyway. 2022-10-21T16:56:50 < jbo> although climate change changes this as well 2022-10-21T16:57:48 < Steffanx-> A swissers says to another swisser he's "deep into the mountains". Arent ALLL swissies? 2022-10-21T16:58:17 < jbo> no 2022-10-21T16:58:23 < qyx> no 2022-10-21T16:58:24 < jbo> switzerland has some hilariously flat parts 2022-10-21T16:58:30 < qyx> Steffanx-: you know a 100 m hill is not a mountain 2022-10-21T16:58:31 < jbo> that's where most of us live actually 2022-10-21T16:58:45 < Steffanx-> You've never been in dutchland I guess ;) 2022-10-21T16:58:47 < jbo> and statistically speaking most likely also where kilobyte_ch resides 2022-10-21T16:59:59 < kilobyte_ch> jbo: I'm just somewhere in the nowhere with fast internet, but not really in the mountains :D 2022-10-21T17:00:25 < jbo> kilobyte_ch, oh, was your internet connection also upgraded from 1Gbps/1Gbps to 10Gbps/10Gbps for free recently? 2022-10-21T17:02:01 < kilobyte_ch> jbo: nope, still have P2P 1G. But soon P2P 25G. Could have P2MP 10G but I don't want touch this P2MP stuff with a stick.. 2022-10-21T17:02:22 < Steffanx-> Talking about statistics. You are supposed to live in the most sunny part of swisserland 😝 2022-10-21T17:02:26 < Steffanx-> @ jbo 2022-10-21T17:02:33 < jbo> kilobyte_ch, yeah, a bit of the same problem here. I stuck to the 1G for now. 2022-10-21T17:02:45 < jbo> Steffanx-, yes 2022-10-21T17:02:58 < Steffanx-> I dont trust Swiss statistics anymore 2022-10-21T17:02:59 < jbo> Steffanx-, today the weather is more or less what it was when you visited tho :D 2022-10-21T17:03:40 < kilobyte_ch> Weather here is pretty normal, just a bit rain in the morning. But a colleague told that it is pretty stormy where he is (swiss too). 2022-10-21T17:04:18 < jbo> wow, soon we can have ##stm32_ch 2022-10-21T17:05:33 < jpa-> yeah, in 2027 when we can get stm32's again 2022-10-21T17:06:22 < jbo> yeah, how is that looking these days? I don't have a lot of hardware projects at the moment :( 2022-10-21T17:07:06 < kilobyte_ch> The situation is basically that bad that we created some conversion boards to adapt other Microcontrollers onto STM32 footprints. 2022-10-21T17:07:53 < jbo> oh boy 2022-10-21T17:08:53 < jbo> and in our case we initially moved from developing hardware ourselves to supporting/consulting larger US based corporations that had the means to still get components and now we moved to completely software based projects for the moment. every know and then some hardware stuff but small stuff 2022-10-21T17:11:24 -!- pragmalin [~pragmalin@user/pragmalin] has quit [Quit: Leaving] 2022-10-21T17:27:38 < Steffanx-> You're doing it wrong jbo. Here hw business is still on-going. Just some stuff has looooong lead times. 2022-10-21T17:28:55 < jbo> Steffanx-, yeah, it's usually likely that I do things wrong. hw business is going badly here. 2022-10-21T17:30:59 < Steffanx-> Not that clients are happy with the lead times obviously. 2022-10-21T17:31:50 < Steffanx-> Or when stuff gets brokered and their €70 product is €140 now 2022-10-21T17:31:53 < jbo> :LD 2022-10-21T17:31:56 < jbo> indeed 2022-10-21T17:32:02 < jbo> we have some germans waiting at the moment 2022-10-21T17:32:04 < jbo> for 14 months 2022-10-21T17:32:17 < jbo> not even stm32 2022-10-21T17:32:18 < jpa-> you can get triple the income by retargeting the same codebase to new CPUs every time one part runs out 2022-10-21T17:32:43 < Steffanx-> We did that jpa- :D 2022-10-21T17:32:44 < jbo> yeah, when stm32 became unavailable we noticed a spike in ugfx customers :D 2022-10-21T17:33:57 < karlp> my cpus are available, just not my regulators and isolators 2022-10-21T17:34:41 < Steffanx-> China mcus karlp? 2022-10-21T17:35:57 < karlp> no no 2022-10-21T17:36:06 < karlp> those are for hobbies 2022-10-21T17:40:03 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [Ping timeout: 248 seconds] 2022-10-21T18:02:38 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-21T18:15:05 -!- boB_K7IQ [~boB_K7IQ@98.186.217.244] has joined ##stm32 2022-10-21T18:30:21 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Quit: Leaving] 2022-10-21T18:42:08 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-21T18:43:47 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-21T18:55:39 -!- boB_K7IQ [~boB_K7IQ@98.186.217.244] has quit [Ping timeout: 272 seconds] 2022-10-21T19:17:01 -!- ventYl [~ventyl@bband-dyn25.178-40-106.t-com.sk] has quit [Ping timeout: 260 seconds] 2022-10-21T19:17:37 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-21T19:18:23 < Laurence_b> wtf I broke lunix interval timers 2022-10-21T19:19:09 < Laurence_b> weird sheet 2022-10-21T19:19:56 < Laurence_b> https://pastebin.com/a1Ctzd51 2022-10-21T19:20:30 < mawk> what's broken? 2022-10-21T19:20:43 < mawk> what's wrong in that paste Laurence_b ? 2022-10-21T19:20:48 < mawk> this ? 78 ../sysdeps/unix/syscall-template.S: No such file or directory. 2022-10-21T19:20:51 < mawk> that's normal 2022-10-21T19:21:39 < Laurence_b> the breakpoint is never hit again 2022-10-21T19:21:56 < Laurence_b> timer never fires again 2022-10-21T19:23:28 < Laurence_b> hmm maybe somehow it got set to zero 2022-10-21T19:23:34 < Laurence_b> hard to see how from that trace 2022-10-21T19:26:38 < Laurence_b> yeah I'm not seeing it 2022-10-21T19:26:51 < Laurence_b> its like the timer just died for no reason 2022-10-21T19:29:09 < Laurence_b> maybe there is memory corruption or something weird... 2022-10-21T19:35:26 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-21T19:36:03 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:8820:182:28e:18ab] has quit [Read error: Connection reset by peer] 2022-10-21T19:36:42 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:8820:182:28e:18ab] has joined ##stm32 2022-10-21T19:37:46 < kaki> https://www.comedywildlifephoto.com/gallery/finalists/2022_finalists.php#&gid=1&pid=39 2022-10-21T19:42:06 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:8820:182:28e:18ab] has quit [Read error: Connection reset by peer] 2022-10-21T19:42:25 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:8820:182:28e:18ab] has joined ##stm32 2022-10-21T19:43:39 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:8820:182:28e:18ab] has quit [Read error: Connection reset by peer] 2022-10-21T19:44:39 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:8820:182:28e:18ab] has joined ##stm32 2022-10-21T19:45:20 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:8820:182:28e:18ab] has quit [Read error: Connection reset by peer] 2022-10-21T19:46:23 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:8820:182:28e:18ab] has joined ##stm32 2022-10-21T19:54:00 < Laurence_b> hmm the timer value is 0,0 2022-10-21T19:54:10 < Laurence_b> should disable the timer? 2022-10-21T19:58:07 < qyx> Steffanx-: yeah stm32 market is somewhat stable now, I am able to get everything I need, sooner or later 2022-10-21T19:58:24 < qyx> regulators are the issue now as karlp says 2022-10-21T19:58:33 < qyx> I need to change them every 1-2 months 2022-10-21T20:00:37 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 255 seconds] 2022-10-21T20:22:16 < Laurence_b> nope I found example code that is doing it the same way 2022-10-21T20:22:17 < Laurence_b> wtf 2022-10-21T20:24:18 < kaki> qyx: which ones? 2022-10-21T20:31:51 < kaki> Laurence_b: boris is comin back 2022-10-21T20:53:43 < Mangy_Dog> i keep seeing the news but i dont believe it 2022-10-21T20:53:47 < Mangy_Dog> i refuse to accept it 2022-10-21T21:54:37 < kaki> boris news? 2022-10-21T22:03:47 < BrainDamage> it's like watching a beached whale 2022-10-21T22:05:59 < kaki> 100 speed cameras have been stolen in swe 2022-10-21T22:06:41 < kaki> those speed cameras and russian military drones have the same camera sensor 2022-10-21T22:07:29 < qyx> ah this is the catch 2022-10-21T22:07:51 < kaki> apparently swe has camera in every box and no alarm 2022-10-21T22:08:05 < kaki> or something like that 2022-10-21T22:10:08 < kaki> yes 2022-10-21T22:13:03 < jpa-> boris is not the pm the uk needs, but he is the pm they deserve 2022-10-21T22:13:40 < jpa-> should have just paid the eu costs :) 2022-10-21T22:15:47 < kaki> wym? 2022-10-21T22:18:43 < kaki> I think Brits got all the special arrangements where they got to just ride along 2022-10-21T22:19:46 < kaki> from the start 2022-10-21T22:25:14 < jbo> Steffanx-, ping 2022-10-21T22:27:48 < Steffanx-> Pong sir jbo 2022-10-21T22:29:24 < jbo> Steffanx-, please rate the following choices of artists in descending order regarding "importancy": Jeugd van Tegenwoordig, Opgezwolle, Sticks, Fresku, Opposites, Extince 2022-10-21T22:29:43 < Steffanx-> Uh what 2022-10-21T22:29:54 < Steffanx-> I only know 2 2022-10-21T22:30:26 < kaki> I know 0 2022-10-21T22:30:36 < kaki> is it dubstep? 2022-10-21T22:30:36 < jbo> Steffanx-, which two would those be? 2022-10-21T22:30:41 < jbo> kaki, dutch rappers 2022-10-21T22:30:54 < qyx> I know 0 2022-10-21T22:30:56 < Steffanx-> Jeugd and fresku, but the last one just by name 😅 2022-10-21T22:31:17 < qyx> any new swiss metal? 2022-10-21T22:31:22 < qyx> hows anna murphy? 2022-10-21T22:31:29 < jbo> qyx, possibly. have been living under a rock since 2020 2022-10-21T22:31:36 < qyx> they have been quite quiet recently 2022-10-21T22:31:43 < jbo> yep 2022-10-21T22:31:52 < jbo> but so have I :D 2022-10-21T22:33:14 < qyx> I am assuming too much family life 2022-10-21T22:33:28 < qyx> have you replicated yet? 2022-10-21T22:33:41 < jbo> nope 2022-10-21T22:33:43 < qyx> I may have asked already 2022-10-21T22:35:02 < Steffanx-> I hardly care about rap jbo 2022-10-21T22:36:12 < jbo> Steffanx-, same here. hence I am actively asking to expand my horizon. 2022-10-21T22:36:17 < Steffanx-> The jeugd is probably from my younger years 2022-10-21T22:36:18 < jbo> not that it would change my state of caring for the genre 2022-10-21T22:37:05 < jbo> alright, time to go home 2022-10-21T22:37:07 < jbo> take care, folks o/ 2022-10-21T22:37:09 < jbo> and thank you, Steffanx- 2022-10-21T22:37:22 < qyx> o/ 2022-10-21T22:37:31 < jbo> o/ :) 2022-10-21T22:38:11 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Ping timeout: 244 seconds] 2022-10-21T22:38:25 < qyx> oh lol they are on an UK tour starting from today 2022-10-21T22:38:31 < qyx> is that called telepathy 2022-10-21T22:47:04 < qyx> wut TPS62825 is in stock again, the world is fixed now 2022-10-21T22:47:14 < qyx> that was my favourite switcher 2022-10-21T22:47:22 < Steffanx-> Oh opposites I might know as well jbo. But can't name a single song 2022-10-21T22:50:05 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-21T23:03:04 -!- begriffs [~begriffs@user/begriffs] has joined ##stm32 2022-10-21T23:12:25 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-21T23:20:08 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 2022-10-21T23:44:12 -!- qyx [~qyx@84.245.121.134] has quit [Ping timeout: 260 seconds] 2022-10-21T23:45:55 -!- qyx [~qyx@84.245.120.146] has joined ##stm32 --- Day changed la loka 22 2022 2022-10-22T01:00:55 -!- pragmalin [~pragmalin@user/pragmalin] has quit [Quit: Leaving] 2022-10-22T01:39:20 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 272 seconds] 2022-10-22T02:34:15 -!- CygniX_ [~CygniX@2a01:8740:1:727:4e:80:7f:2d] has left ##stm32 [Konversation terminated!] 2022-10-22T02:41:51 -!- CygniX [~CygniX@2a01:8740:1:727:4e:80:7f:2d] has joined ##stm32 2022-10-22T03:30:22 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-22T04:57:40 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-22T05:22:28 -!- [_] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-22T05:23:26 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-22T05:26:43 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Ping timeout: 272 seconds] 2022-10-22T05:53:34 -!- Laco-LLL [Laco-LLL@is.only.here.for-some.fun] has quit [Ping timeout: 246 seconds] 2022-10-22T06:35:26 -!- [_] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-22T08:30:32 -!- Netsplit *.net <-> *.split quits: perdmann, Kamilion 2022-10-22T08:30:41 -!- Netsplit over, joins: perdmann 2022-10-22T08:31:31 -!- Netsplit over, joins: Kamilion 2022-10-22T08:54:02 -!- Netsplit *.net <-> *.split quits: Steffanx-, zapb__, joel135, sauce 2022-10-22T08:54:05 -!- zapb_ [~zapb@2a01:4f8:c010:372f::1] has joined ##stm32 2022-10-22T08:54:48 -!- Steffanx- [sid97872@2a03:5180:f:5::1:7e50] has joined ##stm32 2022-10-22T08:55:20 -!- Netsplit over, joins: joel135 2022-10-22T08:56:30 -!- Netsplit over, joins: sauce 2022-10-22T09:34:48 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-22T10:40:24 -!- gnom [~alex@178.150.7.153] has quit [Remote host closed the connection] 2022-10-22T10:54:03 -!- Laco-LLL [Laco-LLL@is.only.here.for-some.fun] has joined ##stm32 2022-10-22T11:12:40 -!- ventYl [~ventyl@bband-dyn25.178-40-106.t-com.sk] has joined ##stm32 2022-10-22T11:22:15 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-22T13:15:46 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-22T13:17:40 -!- ventYl [~ventyl@bband-dyn25.178-40-106.t-com.sk] has quit [Ping timeout: 250 seconds] 2022-10-22T13:27:55 -!- ventYl [~ventyl@bband-dyn25.178-40-106.t-com.sk] has joined ##stm32 2022-10-22T13:37:58 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-22T14:14:16 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-22T14:46:04 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 250 seconds] 2022-10-22T15:50:42 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-22T16:08:59 -!- specing_ [~specing@user/specing] has joined ##stm32 2022-10-22T16:08:59 -!- specing [~specing@user/specing] has quit [Killed (NickServ (GHOST command used by specing_))] 2022-10-22T16:10:37 -!- specing_ is now known as specing 2022-10-22T16:29:04 -!- specing [~specing@user/specing] has quit [Killed (NickServ (GHOST command used by specing_))] 2022-10-22T16:29:04 -!- specing_ [~specing@user/specing] has joined ##stm32 2022-10-22T16:30:43 -!- specing_ is now known as specing 2022-10-22T17:17:42 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 2022-10-22T17:25:39 -!- kraiskil [~kraiskil@mob-194-230-161-83.cgn.sunrise.net] has joined ##stm32 2022-10-22T17:58:54 -!- kraiskil [~kraiskil@mob-194-230-161-83.cgn.sunrise.net] has quit [Ping timeout: 250 seconds] 2022-10-22T18:05:12 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 264 seconds] 2022-10-22T18:07:51 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-22T18:27:09 -!- veverak [~veverak@ip-89-102-215-57.bb.vodafone.cz] has joined ##stm32 2022-10-22T18:40:03 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 255 seconds] 2022-10-22T18:51:36 -!- pragmalin [~pragmalin@user/pragmalin] has quit [Quit: Leaving] 2022-10-22T19:11:40 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-22T19:12:23 < bitmask> man, i thought i understand the hardest parts about vulkan, boy was I wrong 2022-10-22T19:14:06 < Steffanx-> Oh boy oh boy 2022-10-22T19:42:45 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-22T20:06:43 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-22T20:06:52 < Laurence_b> they see my protestin, they hatin 2022-10-22T20:06:54 < Laurence_b> https://nitter.net/pic/media%2FFfMZH-DXkAAJG7d.jpg%3Fname%3Dsmall 2022-10-22T20:10:43 < Laurence_b> https://nitter.net/pic/orig/media%2FFfNUhlAX0AAImBx.jpg 2022-10-22T20:16:05 < Laurence_b> https://nitter.net/pic/media%2FFfFktcuXgAEyfAs.jpg%3Fname%3Dsmall 2022-10-22T20:21:28 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 250 seconds] 2022-10-22T20:24:31 -!- qyx [~qyx@84.245.120.146] has quit [Ping timeout: 272 seconds] 2022-10-22T20:25:59 -!- qyx [~qyx@84.245.120.182] has joined ##stm32 2022-10-22T20:34:10 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-22T20:36:03 -!- lagash [lagash@lagash.shelltalk.net] has quit [Quit: ZNC - https://znc.in] 2022-10-22T20:37:45 -!- lagash [lagash@lagash.shelltalk.net] has joined ##stm32 2022-10-22T20:37:49 < Laurence_b> hmmm 2022-10-22T20:37:59 * Laurence_b has weird data on udp port 1281 2022-10-22T20:38:11 < Laurence_b> any ideas if there is anything that could cause this? 2022-10-22T20:38:31 < Laurence_b> some sort of service? 2022-10-22T20:49:13 -!- catphish [~charlie@user/catphish] has quit [Ping timeout: 255 seconds] 2022-10-22T20:49:55 < Laurence_b> sheeet 2022-10-22T20:50:03 < Laurence_b> looks like it might be memory corruption 2022-10-22T20:50:04 < Laurence_b> not good 2022-10-22T20:52:32 < karlp> yet again, I'm hapy not to work with lolrence 2022-10-22T20:58:17 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-22T21:13:28 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 250 seconds] 2022-10-22T21:26:36 -!- kraiskil [~kraiskil@152.89.160.187] has joined ##stm32 2022-10-22T21:41:42 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-22T22:24:03 < jbo> aren't we all 2022-10-22T22:35:24 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-22T22:35:57 < Steffanx-> Idk are you? 2022-10-22T22:41:57 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [Ping timeout: 272 seconds] 2022-10-22T22:49:11 -!- kraiskil [~kraiskil@152.89.160.187] has quit [Ping timeout: 276 seconds] 2022-10-22T22:52:28 < qyx> are we 2022-10-22T22:55:43 < jpa-> i'm happy not to work with or without lb 2022-10-22T23:00:46 < Steffanx-> It's weekend jpa- 2022-10-22T23:01:19 < Steffanx-> You forgot to tell us all about about your meeting 2022-10-22T23:02:09 -!- kraiskil [~kraiskil@mob-194-230-161-83.cgn.sunrise.net] has joined ##stm32 2022-10-22T23:05:43 < jpa-> it was so boring that hopefully i have forgotten all about it by now 2022-10-22T23:11:27 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 2022-10-22T23:12:59 -!- kraiskil [~kraiskil@mob-194-230-161-83.cgn.sunrise.net] has quit [Ping timeout: 272 seconds] 2022-10-22T23:33:41 < catphish> tonight i seem to have run out of maturity and am making stable diffusion draw porn 2022-10-22T23:49:13 < Steffanx-> The what catphish ? 2022-10-22T23:55:10 < catphish> stable diffusion is an open source image thing that generates images from text prompts 2022-10-22T23:56:42 < qyx> https://lists.denx.de/pipermail/u-boot/2022-October/497955.html 2022-10-22T23:59:20 < karlp> happy saturday catphish 2022-10-22T23:59:51 < karlp> also, I understand the depression, being in the uk and all ;) --- Day changed su loka 23 2022 2022-10-23T00:05:36 < catphish> turns out it's actually quite good at artistic nudes 2022-10-23T00:16:19 < Steffanx-> What does it make of a naked catphish ? 2022-10-23T00:19:01 < Steffanx-> No need to share, though 2022-10-23T00:20:14 < catphish> Steffanx-: https://i.imgur.com/eWA9XNr.jpg safe for work (i think) 2022-10-23T00:21:10 < Steffanx-> Haha not too bad 2022-10-23T00:29:30 -!- ferdna [~ferdna@user/ferdna] has quit [Read error: Connection reset by peer] 2022-10-23T00:29:49 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-23T00:50:31 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-23T00:53:25 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-23T00:54:22 -!- pragmalin [~pragmalin@user/pragmalin] has quit [Quit: Leaving] 2022-10-23T01:48:12 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 250 seconds] 2022-10-23T02:22:11 -!- drkow [~k\o\w@72.53.234.152] has joined ##stm32 2022-10-23T02:24:54 -!- drfff [~k\o\w@72.53.234.152] has quit [Ping timeout: 255 seconds] 2022-10-23T02:54:59 -!- haritz [~hrtz@user/haritz] has quit [Remote host closed the connection] 2022-10-23T03:51:06 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-23T04:35:01 -!- CygniX [~CygniX@2a01:8740:1:727:4e:80:7f:2d] has left ##stm32 [Konversation terminated!] 2022-10-23T04:46:40 -!- CygniX [~CygniX@2a01:8740:1:727:4e:80:7f:2d] has joined ##stm32 2022-10-23T05:04:45 < karlp> lol 2022-10-23T05:28:13 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-23T05:49:22 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-23T05:50:42 -!- Kerr [~Kerr@2600:387:15:81b::c] has joined ##stm32 2022-10-23T06:19:03 -!- Kerr [~Kerr@2600:387:15:81b::c] has quit [Quit: Client closed] 2022-10-23T06:33:46 -!- Kerr [~Kerr@2600:387:15:81b::c] has joined ##stm32 2022-10-23T06:35:03 -!- Kerr [~Kerr@2600:387:15:81b::c] has quit [Client Quit] 2022-10-23T06:53:46 -!- Kerr [~Kerr@2600:387:15:81b::c] has joined ##stm32 2022-10-23T07:31:10 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-23T07:34:24 -!- Kerr [~Kerr@2600:387:15:81b::c] has quit [Quit: Client closed] 2022-10-23T07:41:30 -!- Kerr [~Kerr@2600:387:15:81b::c] has joined ##stm32 2022-10-23T07:53:35 -!- Kerr [~Kerr@2600:387:15:81b::c] has quit [Quit: Client closed] 2022-10-23T08:35:29 < jpa-> catphish: i knew this was about you https://www.smbc-comics.com/comic/uncanny-2 2022-10-23T08:37:39 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-23T08:58:42 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-23T08:58:43 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [Excess Flood] 2022-10-23T08:59:04 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-23T10:08:19 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-23T12:22:12 -!- IanW_ [~IceChat9@arcanum.force9.co.uk] has joined ##stm32 2022-10-23T13:30:40 < catphish_> haha 2022-10-23T13:39:01 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 2022-10-23T13:47:27 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-23T13:58:15 -!- rajkosto [~rajkosto@178.220.189.13] has joined ##stm32 2022-10-23T14:31:04 -!- rajkosto [~rajkosto@178.220.189.13] has quit [Quit: Leaving] 2022-10-23T14:50:28 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-23T14:53:01 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-23T14:53:27 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-23T14:55:14 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-23T15:29:02 -!- ferdna [~ferdna@user/ferdna] has quit [Remote host closed the connection] 2022-10-23T15:29:29 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-23T16:16:29 -!- pragmalin [~pragmalin@user/pragmalin] has quit [Quit: Leaving] 2022-10-23T16:27:07 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Ping timeout: 244 seconds] 2022-10-23T17:10:33 < jbo> hello folks o/ 2022-10-23T17:10:44 < jbo> all good? 2022-10-23T17:10:45 < benishor> anyone knows of a low power stm32 with 3 or 4 timers which I can use for reading encoders? 2022-10-23T17:10:47 < jpa-> hello mr. jelly bean officer 2022-10-23T17:11:12 < benishor> I was eyeing stm32l010 but that only has two timers 2022-10-23T17:11:13 < jbo> jpa-, how is that border of yours looking? all quiet? 2022-10-23T17:11:53 < jpa-> saw some people skinny dipping near the lot border this morning, but otherwise quiet 2022-10-23T17:12:22 < jbo> aye, good to hear 2022-10-23T17:16:37 < englishman> still worried about those swedes invading? 2022-10-23T17:17:34 < catphish_> benishor: how many encoders do you want to read? 2022-10-23T17:22:15 < catphish_> benishor: the chip you mentioned appears to have 3 x 16 bit timers with encoder mode, but i didn't check all the pin mappings, in any case i'd just work through the options in cube 2022-10-23T17:45:22 < qyx> if L010 is not enoigh, maybe try higher numbers or use parametric search on st.com? 2022-10-23T17:50:33 < jpa-> the total list of well-stocked STM32 models in non-BGA packages: L010, L011, F030, G031, L412, L433 2022-10-23T17:50:40 < jpa-> it doesn't take much effort to check them all 2022-10-23T17:50:56 < jpa-> picking an STM32 model has never been this easy 2022-10-23T17:54:11 < catphish_> L433 is my favourite chip because it can run USB with no external crystal, i might buy a few actually if they're in stock again 2022-10-23T17:56:20 < catphish_> you can do USB peripherals with almost no external parts 2022-10-23T17:57:23 < jpa-> digikey stock levels are funny, details page shows 0 stock for STM32L433 while listing page shows 7680 stock 2022-10-23T17:57:27 < catphish_> actually the L412 has that too, and even smaller 2022-10-23T17:59:29 < jpa-> or did catphish just buy them all ;) 2022-10-23T17:59:38 < catphish_> ooo L433 has CAN too, get in my basket :D 2022-10-23T18:00:29 < Xogium> catphish_: stop buying all the chips ! :p 2022-10-23T18:00:58 < Xogium> jpa-: maybe catphish_ is the origin of the chip shortage 2022-10-23T18:01:01 < Xogium> ^^ 2022-10-23T18:01:15 < Xogium> naaah just kidding 2022-10-23T18:01:17 < catphish_> i see no L433 stock on mouser or farnell :( 2022-10-23T18:02:42 < Xogium> maybe someone did indeed buy them all 2022-10-23T18:03:24 < catphish_> they're available on digikey, expensive though :( 2022-10-23T18:04:04 < catphish_> https://www.digikey.co.uk/en/products/detail/stmicroelectronics/STM32L433RCT3/8257916 << great chip if you can afford one :D 2022-10-23T18:05:02 < catphish_> i used it in my USB floppy controller project a couple of years ago, as i said, crazy simple for a USB peripheral, and now i realise it has CAN too which would make it super cool for car stuff, except i'm done with that 2022-10-23T18:06:01 < Xogium> oh boy floppy 2022-10-23T18:06:14 < Xogium> brings back memories, that does 2022-10-23T18:07:01 < Xogium> I still have some of those around lol 2022-10-23T18:07:09 < Xogium> I've absolutely no clue what they store 2022-10-23T18:24:16 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-23T18:24:21 < kaki> https://www.youtube.com/watch?v=8Ab3ArE8W3s 2022-10-23T18:30:04 < catphish_> Xogium: my floppy controller was designed to read and write disks of legacy formats (like amiga) using a PC, mostly because i had an amiga and wanted to be able to download games, write them to disk, and play them 2022-10-23T18:31:09 < catphish_> it worked but i abandoned the project because it transpired that someone else was working on *exactly* the same project at the same time so i just contributed to his instead 2022-10-23T18:31:46 < kaki> hsnt it been done by the community like 100times? 2022-10-23T18:32:35 < catphish_> perhaps, though i'm only aware of 2 projects, one was based on a PCI card, and then this new one which is USB 2022-10-23T18:36:42 < catphish_> this is the project that i abandoned mine in favour of: https://github.com/keirf/greaseweazle - the developer also happens to be the original author of xen 2022-10-23T18:36:56 < Xogium> nice 2022-10-23T18:37:40 < catphish_> that's quite cool anyway, an STM32 that sits between USB and a standard floppy drive, then it can read/write raw data in any legacy format 2022-10-23T18:38:17 < catphish_> nice for archiving (and pirating) ancient games mostly 2022-10-23T19:16:26 -!- IanW_ [~IceChat9@arcanum.force9.co.uk] has quit [Ping timeout: 250 seconds] 2022-10-23T19:17:51 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 272 seconds] 2022-10-23T19:20:28 -!- IanW_ [~IceChat9@arcanum.force9.co.uk] has joined ##stm32 2022-10-23T19:20:51 < Xogium> hehe yeah 2022-10-23T19:21:20 < Xogium> I idly wonder if it could figure out how cpm based systems wrote info on the floppy disks... 2022-10-23T19:22:10 < Xogium> friend of mine is toying around with an old, probably first computer made for the blind, that was based on cpm, except that instead of having 3 drives for the whole system it was stored on 3 eeprom 2022-10-23T19:22:37 < Xogium> but it used floppy for user data, documents and the likes 2022-10-23T19:22:52 < Xogium> weirdly enough, even linux refuses to read such floppy, claiming they have no id 2022-10-23T19:24:38 < Xogium> my guess is they either stored the info without any kind of fs, or made their own. Like raw blob of data 2022-10-23T19:26:30 < Xogium> he even has the whole reference manual for the system, and in there they describe a little how things were formatted.. 80 tracks on each floppy, 40 per side, 4 first tracks reserved for file allocation table 2022-10-23T19:26:35 < Xogium> the rest was free to use 2022-10-23T19:26:51 < jpa-> linux is not very adept at reading anything other than standard PC floppies 2022-10-23T19:27:05 < Xogium> yeah, so it seems 2022-10-23T19:27:37 < Xogium> this thing is so ancient it used a 8085 processor andhad 8080 assembler :D 2022-10-23T19:27:46 < Xogium> *and a 2022-10-23T19:27:54 < Xogium> oh, and yes. It still works 2022-10-23T19:29:00 < Xogium> I'm sure someone could dump the roms and emulate the system on a pc these days 2022-10-23T19:30:24 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-23T19:30:34 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-23T19:31:30 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-23T19:32:02 < Xogium> my friend was the rather advanturous type and even managed to fuck up a board running this so bad that the whole thing had to be replaced. Messing about in memory regions with basic. I guess the hardware was badly design and you could potentially seriously mess it up writing to memory regions you weren't supposed to touch 2022-10-23T19:32:22 < Xogium> whole system went insane, braille didn't make sense anymore, nothing worked right 2022-10-23T19:33:12 < Xogium> talk about a way to brick hardware 2022-10-23T19:39:22 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 272 seconds] 2022-10-23T19:58:07 -!- IanW_ [~IceChat9@arcanum.force9.co.uk] has quit [Ping timeout: 272 seconds] 2022-10-23T19:59:36 -!- IanW_ [~IceChat9@arcanum.force9.co.uk] has joined ##stm32 2022-10-23T20:14:12 < lagash> I mean, at least it didn't go up in flames... or did it? 2022-10-23T20:14:35 < Xogium> lagash: lol, no, luckily it didn't 2022-10-23T20:15:06 < Xogium> the guys that replaced the board were like jeez, what did you do to it ! 2022-10-23T20:15:12 -!- GenTooMan [~cyberman@c-73-214-106-63.hsd1.pa.comcast.net] has joined ##stm32 2022-10-23T20:20:32 -!- GenTooMan [~cyberman@c-73-214-106-63.hsd1.pa.comcast.net] has quit [Ping timeout: 260 seconds] 2022-10-23T20:43:46 -!- Kerr [~Kerr@2600:387:15:81b::c] has joined ##stm32 2022-10-23T20:47:34 -!- Kerr [~Kerr@2600:387:15:81b::c] has quit [Client Quit] 2022-10-23T20:57:29 -!- rajkosto [~rajkosto@93-87-136-18.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-23T20:57:29 -!- rajkosto [~rajkosto@93-87-136-18.dynamic.isp.telekom.rs] has quit [Client Quit] 2022-10-23T21:17:56 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 276 seconds] 2022-10-23T21:50:46 -!- MangyDog [~Mange@82-69-39-176.dsl.in-addr.zen.co.uk] has joined ##stm32 2022-10-23T21:52:00 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 250 seconds] 2022-10-23T22:21:17 -!- upgrdman [~upgrdman@047-034-172-219.res.spectrum.com] has joined ##stm32 2022-10-23T22:24:47 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 260 seconds] 2022-10-23T22:25:19 < upgrdman> any workworkers in here? i need to dado some strips of wood, but i dont have a router. how stupid would it be to use a drill press + fence + tounge-and-groove router bit? 2022-10-23T22:26:01 < kaki> strips? 2022-10-23T22:26:13 < kaki> elaborate further 2022-10-23T22:26:37 < qyx> isn't drill press like one or two order of magnitude slower? 2022-10-23T22:26:57 < upgrdman> qyx, ya 2022-10-23T22:27:00 < qyx> my router is > 20krpm, drill press is about 500-1500 rpm 2022-10-23T22:27:25 < qyx> it could work, although very slow 2022-10-23T22:27:32 < upgrdman> kaki, like a piece of wood that is 1" x 2", and wants to make a 1/2" groove in it 2022-10-23T22:27:37 < kaki> aa 2022-10-23T22:28:21 < kaki> I have a router 2022-10-23T22:28:39 < kaki> in box somewhere 2022-10-23T22:28:54 < kaki> I thought I would make cnc out of it but idk man 2022-10-23T22:47:23 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-23T22:50:57 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-23T22:50:59 < Laurence_b> https://nitter.net/pic/orig/media%2FFfw6bFTXwAAHSqc.jpg 2022-10-23T23:00:18 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-23T23:10:04 -!- upgrdman [~upgrdman@047-034-172-219.res.spectrum.com] has quit [Remote host closed the connection] 2022-10-23T23:10:27 -!- upgrdman [~upgrdman@047-034-172-219.res.spectrum.com] has joined ##stm32 2022-10-23T23:12:10 -!- ferdna [~ferdna@user/ferdna] has quit [Ping timeout: 250 seconds] 2022-10-23T23:26:15 -!- sync [~sync@2a01:4f8:121:2c1::2] has quit [Quit: WeeChat 2.8] 2022-10-23T23:29:58 -!- MangyDog [~Mange@82-69-39-176.dsl.in-addr.zen.co.uk] has quit [] 2022-10-23T23:30:13 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-23T23:32:57 -!- sync [~sync@2a01:4f8:121:2c1::2] has joined ##stm32 2022-10-23T23:53:49 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-23T23:56:07 -!- upgrdman [~upgrdman@047-034-172-219.res.spectrum.com] has quit [Quit: Leaving] --- Day changed ma loka 24 2022 2022-10-24T00:01:24 < kaki> has anyone used all of the features of c++20 in one project ever? 2022-10-24T00:09:31 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-24T00:13:18 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 2022-10-24T00:13:48 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-24T00:21:37 < catphish> what are sane options for connecting IoT devices to interwebs these days? zigbee + hub? wifi chips? 2022-10-24T00:23:20 < kaki> esp32 2022-10-24T00:24:17 < catphish> esp32 would certianly be my default? is that likely the best wifi option? i think i prefer wifi over zigbee because of flexibility, but seems like a mild pain to configure initially 2022-10-24T00:24:28 -!- GenTooMan [~cyberman@c-73-214-106-63.hsd1.pa.comcast.net] has joined ##stm32 2022-10-24T00:24:57 < kaki> zigbee for home automation gadgets and also if running from battery 2022-10-24T00:25:15 < kaki> sensors, switches that don't need wiring etc. 2022-10-24T00:25:25 < BrainDamage> for direct to interwebs wifi is better, zigbee is better if the device should work standalone because it will mesh with others 2022-10-24T00:25:37 < BrainDamage> and can even p2p binding eg a switch to a lamp 2022-10-24T00:25:43 < catphish> i keep thinking i want to build some kind of iot, but haven't decided what yet, i was thinking primarily along the lines of sensors, switches, relays, that kind of thing 2022-10-24T00:25:57 < kaki> what was the name of zigbee nowdays? 2022-10-24T00:26:22 < BrainDamage> zigbee is still zigbee, but there is a new thing from the same authors called matter 2022-10-24T00:26:39 < BrainDamage> but that is pretty much only a spec, came out few months ago 2022-10-24T00:26:55 < BrainDamage> also, likely going to be a nightmare to search for 2022-10-24T00:26:56 < catphish> i know very little about zigbee, is there like a standard say to say "hi zigbee network i'm a switch" and then lamps know how to interop with you because they know what a switch does? 2022-10-24T00:27:09 < BrainDamage> yes 2022-10-24T00:27:18 < catphish> well that sounds good 2022-10-24T00:27:24 < catphish> i realise i'm a little late to the party 2022-10-24T00:27:33 < catphish> but always fancied building this kind of stuff 2022-10-24T00:28:07 < catphish> is there an obvious choice of IC/module for that? 2022-10-24T00:28:24 < BrainDamage> theres some from TI 2022-10-24T00:28:30 < BrainDamage> sec 2022-10-24T00:29:15 < karlp> cool, went to the effort of building this P1 hardware. seems like the port isn't (yet?) enabled on the meters... just no data coming out at all. :| 2022-10-24T00:29:57 < BrainDamage> https://www.ti.com/product/CC2652R this is one, there is a few other from the same family 2022-10-24T00:30:19 < BrainDamage> oh, wow, they already added matter 2022-10-24T00:32:22 < karlp> matter is the old "chip" which was also an unsearchable name. 2022-10-24T00:32:53 < catphish> that looks nice, wonder if i can buy as module if i'm too incompetent to design the RF and solder the QFN? 2022-10-24T00:32:55 < karlp> silabs and st radios have support too. 2022-10-24T00:33:18 < BrainDamage> yes, there is the usual castellated modules you can slap on 2022-10-24T00:33:47 < catphish> yummy 2022-10-24T00:36:39 < catphish> i guess with such a MCU, STM32 is probably redundant 2022-10-24T00:38:26 < karlp> well, stm32wb is the radio, with ~an L4 inside... 2022-10-24T00:41:02 < BrainDamage> catphish the coordinator is necessary to add new items to the network, to tell one device to bind to another, and to interface with the wifi/interwebs 2022-10-24T00:41:20 < BrainDamage> for everything else, it can be literally offline, and the network will still work independently 2022-10-24T00:41:45 < BrainDamage> generally, each non battery powered device will act as a router, relaying traffic in the mesh 2022-10-24T00:43:07 < BrainDamage> I recommend getting a generic coordinator, and control it with zigbee2mqtt or similar 2022-10-24T00:43:41 < BrainDamage> the vendor coordinators have the bad tendency to refuse other brands devices, despite the standard fully supporting interoperation 2022-10-24T00:44:43 < catphish> BrainDamage: in my house right now i have some philips lights and switches, and their hub that lets me link and program things with their app, so i sort of understand how it works 2022-10-24T00:51:23 < BrainDamage> unrelated, this is quite neat: https://transparency.entsoe.eu/dashboard/show 2022-10-24T01:00:12 < catphish> i like this one (Uk specific) https://grid.iamkate.com/ 2022-10-24T01:02:47 -!- pragmalin [~pragmalin@user/pragmalin] has quit [Quit: Leaving] 2022-10-24T01:03:21 < catphish> 0% of UK power is coming from solar right now :'( 2022-10-24T01:06:37 < karlp> how can I either pull a pin to 5V, or let it float? I'm stuck on how to get a pfet or nfet do that, I can have it puled to 5V, or pulled down, but not pulled to 5v or disconnected. 2022-10-24T01:08:22 < catphish> karlp: in what context? it seems that a pfet should do exacty that 2022-10-24T01:08:51 < karlp> yeah, I'm doing something wrong obviously. 2022-10-24T01:08:57 < kaki> Mangy_Dog: good news 2022-10-24T01:09:02 < karlp> or not reading falstad output properly. 2022-10-24T01:09:09 < Mangy_Dog> ??? 2022-10-24T01:09:16 < kaki> boris left the prime minister race 2022-10-24T01:09:24 < Mangy_Dog> hehe he pulled out 2022-10-24T01:09:24 < kaki> or whatever it's called 2022-10-24T01:09:30 < kaki> pull out yes 2022-10-24T01:09:31 < Mangy_Dog> first tiem he managed to do that! 2022-10-24T01:09:41 < catphish> yes he pulled out (yes that's funny because of reasons) 2022-10-24T01:09:53 < kaki> why he did that? 2022-10-24T01:10:14 < catphish> the same reason he resigned in the first place 2022-10-24T01:10:32 < kaki> that is what? 2022-10-24T01:10:45 < catphish> it's not "appropriate" for him to be the prime minister, because of misconduct / disrepute 2022-10-24T01:11:38 < Mangy_Dog> also the whole... he was probebly lying about having enough backers 2022-10-24T01:11:54 < qyx> oh no, no boris? 2022-10-24T01:15:25 < catphish> karlp: pfet pullup/float: https://tinyurl.com/243hhlfp 2022-10-24T01:20:32 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-24T01:25:18 -!- IanW_ [~IceChat9@arcanum.force9.co.uk] has quit [Quit: Bye] 2022-10-24T01:36:52 < qyx> mouser fixed their ublock origin "you are a bot" bug 2022-10-24T01:50:51 -!- zenodub [zenodub@2600:3c00::f03c:93ff:fee7:cd5b] has joined ##stm32 2022-10-24T02:51:26 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Ping timeout: 250 seconds] 2022-10-24T02:55:18 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-24T03:30:26 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 250 seconds] 2022-10-24T04:29:38 -!- GenTooMan [~cyberman@c-73-214-106-63.hsd1.pa.comcast.net] has quit [Remote host closed the connection] 2022-10-24T04:30:10 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-24T04:53:18 -!- duude__- [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-24T04:54:24 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 264 seconds] 2022-10-24T04:54:34 -!- duude__- is now known as duude__ 2022-10-24T05:51:37 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-24T06:45:08 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Read error: Connection reset by peer] 2022-10-24T08:18:26 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-24T08:22:58 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-24T09:37:44 -!- rob_w [~bob@host-82-135-31-73.customer.m-online.net] has joined ##stm32 2022-10-24T09:44:45 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-24T09:47:44 < Steffanx-> Don't recall I ever had that qyx 2022-10-24T09:57:47 -!- rajkosto [~rajkosto@93-87-110-173.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-24T10:30:29 < benishor> thanks jpa 2022-10-24T10:30:48 < benishor> I fucking hate this chip shortage crap already 2022-10-24T10:30:52 < benishor> it's been going for too long 2022-10-24T10:31:29 < qyx> Steffanx-: it lasted for about a week 2022-10-24T11:46:52 < kaki> benishor: at least induztries are saying shortages are getting less bad 2022-10-24T11:50:58 < qyx> industriez are paying, they may be saying 2022-10-24T11:53:55 -!- rajkosto [~rajkosto@93-87-110-173.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-24T11:56:11 < jpa-> it may be long time until shortages get less bad for ordinary small volume buyers 2022-10-24T12:14:28 < Steffanx-> Luckily people for ##stm32 tend to be unordinary 2022-10-24T12:14:35 < Steffanx-> From* 2022-10-24T12:57:14 < qyx> meh aisler changed prices? 2022-10-24T12:57:34 < qyx> or is the pcb really that big 2022-10-24T13:10:44 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-24T13:17:36 -!- drzacek_ [~drzacek@188.126.181.205] has joined ##stm32 2022-10-24T13:19:57 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Ping timeout: 272 seconds] 2022-10-24T13:21:25 -!- drzacek_ is now known as drzacek 2022-10-24T13:21:36 -!- drzacek [~drzacek@188.126.181.205] has quit [Client Quit] 2022-10-24T13:21:47 -!- drzacek [~drzacek@188.126.181.205] has joined ##stm32 2022-10-24T13:29:49 < qyx> https://sk.farnell.com/yageo/3rl075m-5-s/gdt-75v-5ka-3-terminal-smd/dp/3052463 2022-10-24T13:29:53 < qyx> this price break is crazy 2022-10-24T13:31:37 < jpa-> how? 2022-10-24T13:33:12 < qyx> within 1-100, it usually hardly reaches even 200% 2022-10-24T13:38:17 -!- rajkosto [~rajkosto@93-87-110-173.dynamic.isp.telekom.rs] has joined ##stm32 2022-10-24T13:43:26 -!- drzacek_ [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-24T13:46:40 -!- drzacek [~drzacek@188.126.181.205] has quit [Ping timeout: 255 seconds] 2022-10-24T13:58:42 -!- veverak [~veverak@ip-89-102-215-57.bb.vodafone.cz] has quit [Ping timeout: 260 seconds] 2022-10-24T14:34:03 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has joined ##stm32 2022-10-24T14:34:10 < Laurence_b> united cuckdoim 2022-10-24T14:42:49 < qyx> now I am curious why I selected metric 2520 inductor size for a pcb 2022-10-24T14:49:53 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-24T14:54:54 < karlp> catphish: I dont get it, you've got sources on both sides? I've got a spec like, "pull this pin to 5V to turn on, disconnect to turn off. for backwards compat reasons, you may not pull this to zero" 2022-10-24T14:57:39 < karlp> https://bin.jvnv.net/file/mMd75.png 2022-10-24T15:42:57 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-24T15:51:50 < englishman> very nice documentation 2022-10-24T15:52:06 -!- BrainDamage [~braindama@user/BrainDamage] has quit [Quit: Bridge terminating on SIGTERM] 2022-10-24T15:55:51 -!- BrainDamage [~braindama@user/BrainDamage] has joined ##stm32 2022-10-24T16:15:42 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has quit [Ping timeout: 244 seconds] 2022-10-24T16:19:53 < qyx> that data request is something very resembling that thing drzacek_ had 2022-10-24T16:25:39 < karlp> it's https://www.netbeheernederland.nl/_upload/Files/Slimme_meter_15_a727fce1f1.pdf if you're keen, 2022-10-24T16:28:30 < fenugrec> oh so you can actually buy stm32 again ? I'm seeing some F0 , G4 at irrational prices 2022-10-24T16:40:47 < qyx> farnell has some 2022-10-24T16:41:00 < qyx> I am trying to sort out my VAT issues 2022-10-24T16:41:09 < qyx> and I will buy EVERYTHING 2022-10-24T16:44:35 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 2022-10-24T16:44:40 < jpa-> what kind of VAT issues do you have? 2022-10-24T16:45:00 < drzacek_> someone called? 2022-10-24T16:45:12 < qyx> sorted out now, they are not adding 21% VAT to the order 2022-10-24T16:45:21 < drzacek_> me just bought few stm32 for a fair price 2022-10-24T16:45:27 < qyx> they responded they will add it correctly after the order is placed 2022-10-24T16:45:53 < qyx> but thats weird and unusual, you are confirming an order with 0% VAT 2022-10-24T16:46:39 < jpa-> farnell is weird and unusual in many ways.. they send 4 separate invoices for 1 order and a truck full of packages 2022-10-24T16:47:08 < drzacek_> they might source from different warehouses, maybe? 2022-10-24T16:47:30 < fenugrec> surely they can't beat avnet at that game 2022-10-24T16:47:38 < qyx> farnell is avnet now 2022-10-24T16:47:41 < fenugrec> 5 boxes for a 35$ order is my personal best 2022-10-24T16:47:42 < qyx> maybe thats the reason 2022-10-24T16:47:42 < jpa-> IIRC in finland farnell doesn't even sell to people without VAT number 2022-10-24T16:47:47 < fenugrec> o I thought it was == newark 2022-10-24T16:48:10 < drzacek_> farnell belongs to avnet 2022-10-24T16:48:28 < drzacek_> and avnet has weird way of doing things 2022-10-24T16:49:15 < qyx> jpa-: I have a VAT number, but I don't pay VAT on my own, idk how are those economy things called properly in proper languages 2022-10-24T16:49:42 < drzacek_> qyx, what data request? what did I miss? 2022-10-24T16:49:43 < qyx> so I buy with a VAT added, much less paperwork for me later 2022-10-24T16:49:49 < qyx> 11:57 < karlp> https://bin.jvnv.net/file/mMd75.png 2022-10-24T16:49:50 < qyx> drzacek_: ^ 2022-10-24T16:49:59 < drzacek_> link wont open 2022-10-24T16:50:05 < qyx> werent you the one with that weird request? 2022-10-24T16:50:16 < qyx> asserting a data request line before sending data over an UART 2022-10-24T16:50:20 < qyx> indeed it does 2022-10-24T16:50:46 -!- drzacek [~drzacek@188.126.181.205] has joined ##stm32 2022-10-24T16:51:11 < drzacek> oh I am weird alright, but which one? 2022-10-24T16:51:43 < jpa-> qyx: ok, interesting that they are willing to do that 2022-10-24T16:51:59 < qyx> I guess they have to 2022-10-24T16:52:07 < jpa-> i wouldn't bother if i was selling something to business only customers 2022-10-24T16:52:21 < qyx> yeah but I am business customer 2022-10-24T16:52:21 < karlp> the asserting isn't a problem really, it can just be tie dhigh, as long as it's tied high it's meant to repeat the messages every second. 2022-10-24T16:52:36 < karlp> I just wanted to be able to disconnect and connect, to "reset" things if I needed. 2022-10-24T16:52:40 < jpa-> i find VAT reverse charge easier, both as buyer and as seller 2022-10-24T16:55:14 < drzacek> qyx, lately I only asked about adressable LEDs (ws2812/13) 2022-10-24T16:55:17 -!- drzacek_ [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Ping timeout: 272 seconds] 2022-10-24T16:55:49 < drzacek> oh wait, I did asked about uart with multiple control GPIO between two MCUs 2022-10-24T16:59:54 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 250 seconds] 2022-10-24T17:03:43 < zyp> it's interesting how a simple concept like VAT can be made so fucking complicated 2022-10-24T17:06:28 -!- rob_w [~bob@host-82-135-31-73.customer.m-online.net] has quit [Remote host closed the connection] 2022-10-24T17:12:02 < zyp> for me it doesn't really matter whether I pay VAT at time of purchase, pay VAT at time of import or just have the importer file it as VAT owed 2022-10-24T17:13:01 < zyp> it's just a matter of picking the right option from a dropdown when I file the invoice(s), and then it settles out to the same after the VAT settlement 2022-10-24T17:14:48 < zyp> generally all VAT my company pays is deductible, so I'm getting back anything I've paid, and in the case it's just filed as owed, it settles out to zero 2022-10-24T17:20:23 -!- drzacek_ [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-24T17:23:47 -!- drzacek [~drzacek@188.126.181.205] has quit [Ping timeout: 272 seconds] 2022-10-24T17:26:14 -!- pragmalin [~pragmalin@user/pragmalin] has quit [Quit: Leaving] 2022-10-24T17:29:55 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-24T17:56:10 -!- veverak [~veverak@ip-89-102-215-57.bb.vodafone.cz] has joined ##stm32 2022-10-24T18:24:20 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-24T19:36:17 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 276 seconds] 2022-10-24T19:44:02 -!- Helmholtz [~leibnizma@2001:470:69fc:105::3124] has quit [Quit: Bridge terminating on SIGTERM] 2022-10-24T19:49:20 -!- Helmholtz [~leibnizma@2001:470:69fc:105::3124] has joined ##stm32 2022-10-24T20:03:31 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-24T20:23:55 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 272 seconds] 2022-10-24T20:24:17 -!- qyx [~qyx@84.245.120.182] has quit [Ping timeout: 272 seconds] 2022-10-24T20:25:56 -!- qyx [~qyx@84.245.120.43] has joined ##stm32 2022-10-24T20:45:02 -!- rajkosto [~rajkosto@93-87-110-173.dynamic.isp.telekom.rs] has quit [Read error: Connection reset by peer] 2022-10-24T21:05:05 -!- qyx [~qyx@84.245.120.43] has quit [Ping timeout: 272 seconds] 2022-10-24T21:05:23 -!- qyx [~qyx@84.245.121.180] has joined ##stm32 2022-10-24T21:16:04 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-24T21:42:41 -!- drzacek_ [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Quit: Leaving] 2022-10-24T21:50:48 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-24T21:50:51 < Laurence_b> https://nitter.net/HerrMogus27/status/1584511597443108864#m 2022-10-24T21:51:28 < Laurence_b> https://nitter.net/HerrMogus27/status/1584471492976607233#m 2022-10-24T22:02:13 < catphish> karlp: perhaps my example wasn't clear enough, the pmos pulls the line high (when it's input it low) or lets it float (when its input is high), the source on the right was purely for demonstration purposes 2022-10-24T22:03:17 < catphish> (the 100Hz signal was just to demonstrate that the line line can do whatever it wants when the mosfet isn't pulling it high) 2022-10-24T22:05:12 < Laurence_b> https://nitter.net/pic/media%2FFfY72-1WQAARotb.jpg%3Fname%3Dsmall 2022-10-24T22:06:17 < catphish> karlp: simple version: https://tinyurl.com/2868qsj7 2022-10-24T22:06:20 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-24T22:06:36 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-24T22:10:45 < BrainDamage> careful that float won't be if the line exceeds 5V, because the body diode will turn on 2022-10-24T22:12:28 < catphish> yeah my design assumes the whole system is digital and doesn't exceed 5V 2022-10-24T22:13:46 < BrainDamage> that's a standard open drain logic, fwiw 2022-10-24T22:56:58 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-24T23:19:36 -!- Netsplit *.net <-> *.split quits: m5zs7k, emeryth, karlp, rektide, PaulFertser, hexo, milkylainen, Fleck 2022-10-24T23:19:39 -!- Netsplit over, joins: PaulFertser 2022-10-24T23:19:59 -!- Netsplit over, joins: milkylainen, rektide 2022-10-24T23:20:16 -!- Netsplit over, joins: karlp, emeryth 2022-10-24T23:21:06 -!- Netsplit over, joins: hexo, Fleck 2022-10-24T23:21:28 -!- Netsplit over, joins: m5zs7k 2022-10-24T23:21:37 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 260 seconds] 2022-10-24T23:26:40 -!- GenTooMan [~cyberman@c-73-214-106-63.hsd1.pa.comcast.net] has joined ##stm32 --- Day changed ti loka 25 2022 2022-10-25T00:10:00 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Ping timeout: 244 seconds] 2022-10-25T01:01:09 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-25T01:01:12 < Laurence_b> https://centerforbodytrust.com/school-for-unlearning/ 2022-10-25T01:03:13 < catphish> what on earth 2022-10-25T01:05:26 < qyx> what on flat earth 2022-10-25T01:08:31 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-25T01:24:26 < hexo> all around flat earth globe 2022-10-25T01:26:34 < englishman> flat earth with spherical properties 2022-10-25T01:49:08 < qyx> TI regulators back in stock 2022-10-25T01:49:14 < qyx> even TPS706 2022-10-25T01:53:26 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-25T02:09:23 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-25T02:15:21 -!- machinehum [~machinehu@S0106d4e2cb4a7fa7.vn.shawcable.net] has joined ##stm32 2022-10-25T02:15:24 < machinehum> Hello stm32 2022-10-25T02:17:20 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 276 seconds] 2022-10-25T02:29:33 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-25T02:29:47 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-25T03:57:14 -!- fixurserver [revtaco@zoo-york.istabpeople.com] has joined ##stm32 2022-10-25T03:58:02 -!- rustyaxe [revtaco@zoo-york.istabpeople.com] has quit [Killed (NickServ (GHOST command used by fixurserver))] 2022-10-25T03:58:06 -!- fixurserver is now known as rustyaxe 2022-10-25T04:08:42 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-25T04:10:43 -!- dobson [~dobson@static.38.6.217.95.clients.your-server.de] has quit [K-Lined] 2022-10-25T04:26:58 -!- Laco-LLL [Laco-LLL@is.only.here.for-some.fun] has quit [Quit: fBNC - https://bnc4free.com] 2022-10-25T04:28:58 -!- dobson [~dobson@static.38.6.217.95.clients.your-server.de] has joined ##stm32 2022-10-25T04:31:55 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-25T04:44:41 -!- Laco-LLL [Laco-LLL@is.only.here.for-some.fun] has joined ##stm32 2022-10-25T05:19:16 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-25T07:11:04 -!- Kerr [~quassel@2601:602:ce80:df10::18f3] has joined ##stm32 2022-10-25T07:26:23 -!- BrainDamage [~braindama@user/BrainDamage] has quit [Ping timeout: 272 seconds] 2022-10-25T07:34:48 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-25T08:32:38 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-25T09:05:52 < jpa-> jbo: lol you've joined the "hackaday is not what it used to be!!" crowd 2022-10-25T10:04:29 < Steffanx-> What did jbo do? 2022-10-25T10:09:08 < jpa-> wrote comments on hackaday and linked to the handsome photo https://blog.insane.engineer/author/joel-bodenmann/ 2022-10-25T10:09:25 < jpa-> jbo: do you always wear a suit to work? 2022-10-25T10:24:58 -!- alan_o [~alan@2600:1700:1902:210f:6d25:b1d5:7a57:c218] has quit [Ping timeout: 272 seconds] 2022-10-25T10:25:46 -!- alan_o [~alan@2600:1700:1902:210f:9d31:6465:45b5:4a84] has joined ##stm32 2022-10-25T10:44:28 -!- drzacek [~drzacek@188.126.173.35] has joined ##stm32 2022-10-25T10:47:30 -!- drzacek_ [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-25T10:50:17 -!- drzacek [~drzacek@188.126.173.35] has quit [Ping timeout: 240 seconds] 2022-10-25T10:51:42 -!- drzacek_ [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Client Quit] 2022-10-25T10:51:57 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-25T11:02:53 -!- c10ud [~c10ud@host-213-26-199-10.business.telecomitalia.it] has joined ##stm32 2022-10-25T11:02:53 -!- c10ud [~c10ud@host-213-26-199-10.business.telecomitalia.it] has quit [Changing host] 2022-10-25T11:02:53 -!- c10ud [~c10ud@user/c10ud] has joined ##stm32 2022-10-25T11:03:49 -!- Kerr [~quassel@2601:602:ce80:df10::18f3] has quit [Quit: Bye.] 2022-10-25T11:09:44 < Steffanx-> Yes he does jpa- . But he prefer latex. 2022-10-25T11:09:52 < Steffanx-> Occasionally spandex. 2022-10-25T11:10:28 < Steffanx-> Prefers * 2022-10-25T11:14:04 < drzacek> all right *giggity* 2022-10-25T11:16:04 -!- emeryth [emeryth@boston-packets.hackerspace.pl] has quit [Quit: WeeChat 3.5] 2022-10-25T11:16:13 -!- emeryth [emeryth@boston-packets.hackerspace.pl] has joined ##stm32 2022-10-25T11:44:08 < zyp> I've never worn a suit to work, always found it weird that that's a thing in other countries for the sort of work I do 2022-10-25T11:45:15 < qyx> check all ST promo pictures and you'll see 2022-10-25T11:46:34 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-25T11:46:47 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-25T11:52:36 -!- c10ud [~c10ud@user/c10ud] has quit [Read error: Connection reset by peer] 2022-10-25T11:52:54 -!- c10ud [~c10ud@host-213-26-199-10.business.telecomitalia.it] has joined ##stm32 2022-10-25T11:52:54 -!- c10ud [~c10ud@host-213-26-199-10.business.telecomitalia.it] has quit [Changing host] 2022-10-25T11:52:54 -!- c10ud [~c10ud@user/c10ud] has joined ##stm32 2022-10-25T12:30:12 < mawk> there is 1 guy that wears suit to work here 2022-10-25T12:53:52 < catphish_> i wouldn't trust him 2022-10-25T13:20:29 < englishman> i like to wear a sport jacket so i have less stuff in my pants pockets 2022-10-25T13:25:45 -!- BrainDamage [~braindama@user/BrainDamage] has joined ##stm32 2022-10-25T14:03:43 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-25T14:36:16 < PaulFertser> catphish_: would you trust someone wearing push bike lycra suit? 2022-10-25T14:41:03 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-25T15:10:28 < catphish_> PaulFertser: hard to say 2022-10-25T15:11:13 < rustyaxe> Only if they had boobies :p 2022-10-25T15:11:56 < rustyaxe> but i generally distrust bicyclists :o 2022-10-25T15:12:00 < PaulFertser> :D 2022-10-25T15:13:03 < rustyaxe> i have almost run a few over because they are stupid and try to just cross the road wherever they want to, ignoring the road signs :P 2022-10-25T15:13:25 < rustyaxe> Like imagine the dumbest places to cross the road (like at the top of a bridge) and these fools do it 2022-10-25T15:13:48 < rustyaxe> most of our local bicyclists are crystal methodists tho 2022-10-25T15:14:52 < PaulFertser> Oh, that explains it. 2022-10-25T15:15:30 < PaulFertser> It's odd how they fail to "read the traffic" despite being on the road every day. 2022-10-25T15:16:43 < BrainDamage> the reason why they do it is that they go by the absolute imperative of not breaking muscle rythm 2022-10-25T15:17:13 < BrainDamage> ofc ending up in the hospital would be because they more more than just that, but that doesn't stop them being irresponsible 2022-10-25T15:17:28 < BrainDamage> because they broke more than* 2022-10-25T15:18:13 < rustyaxe> its very frequent to find zombies wearing dark clothing on bicycles with no reflectors or lights riding all over the road at night here :( 2022-10-25T15:18:31 < rustyaxe> we have terrible zombie infestation in our city tho 2022-10-25T15:23:32 < drzacek> did someone said boobies 2022-10-25T16:09:57 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Quit: Leaving] 2022-10-25T16:46:20 -!- haritz [~hrtz@82-69-11-11.dsl.in-addr.zen.co.uk] has joined ##stm32 2022-10-25T16:46:20 -!- haritz [~hrtz@82-69-11-11.dsl.in-addr.zen.co.uk] has quit [Changing host] 2022-10-25T16:46:20 -!- haritz [~hrtz@user/haritz] has joined ##stm32 2022-10-25T16:54:34 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-25T17:01:19 < benishor> what's the minimum an L needs to startup and use I2C? can I get away with just HSI, VDD, nRST high and BOOT0 low? 2022-10-25T17:03:51 < karlp> sure. you might want i2c pullups. 2022-10-25T17:12:47 < benishor> yeah, provisioned those too if needed 2022-10-25T17:12:52 < benishor> thanks karlp! 2022-10-25T17:13:01 < benishor> also a minijtag for swd and I'm set 2022-10-25T17:15:50 < PaulFertser> An example of how typical Linux code to get configuration from DT looks like in Rust: https://nitter.snopyta.org/LinaAsahi/status/1583498896847667216#m 2022-10-25T17:16:11 < benishor> karlp: see anything wrong? https://imgur.com/a/CmMwUyp 2022-10-25T17:24:59 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-25T17:42:23 < jpa-> benishor: VSS_1 pin 23 seems unconnected 2022-10-25T17:43:23 < benishor> jpa-: yeah, thank you, caught that too 2022-10-25T17:43:47 < benishor> other than that I should be good? I think that's the default mini jtag config? 2022-10-25T17:44:05 < jpa-> i often also wire some UART TX pin to SWO on the debug connector (as L0 doesn't have real SWO), makes for handy place to put some debug prints if needed 2022-10-25T17:46:57 < benishor> good idea, especially since this L0 does not have swo 2022-10-25T17:47:02 < benishor> thanks! 2022-10-25T17:47:18 < benishor> wait, you just wrote that 2022-10-25T17:47:25 < benishor> I must be too tired :) 2022-10-25T17:52:29 < karlp> according to ST, you don't need the cap and resistor on rst, iirc. 2022-10-25T17:53:09 < karlp> also, why the fuck would you draw it like that, with the node hidden. 2022-10-25T17:53:18 < karlp> oh, it's becausey ou have a horrifically gross symbol... :) 2022-10-25T17:55:09 < benishor> yup :) 2022-10-25T17:59:29 < karlp> you should fix that... 2022-10-25T18:00:47 < benishor> I fetched that from the internets. I would need a nice example to follow 2022-10-25T18:16:54 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has joined ##stm32 2022-10-25T18:16:57 < Laurence_b> https://hackaday.io/project/175465-effect-of-moon-phase-on-tombstoning 2022-10-25T18:17:00 < Laurence_b> lollllllll 2022-10-25T18:18:32 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 260 seconds] 2022-10-25T18:19:00 < zyp> benishor, https://bin.jvnv.net/file/ZM6CN.png 2022-10-25T18:19:23 < zyp> that's a qfn28, for more pins I usually split it into multiple symbols 2022-10-25T18:19:52 < jpa-> kicad also already has symbol for STM32L030C6T6 which can just be renamed 2022-10-25T18:20:46 < benishor> jpa-: I can't seem to find that in my kicad install 2022-10-25T18:20:52 < benishor> thanks zyp 2022-10-25T18:21:19 < jpa-> err, called STM32L031C6Tx actually 2022-10-25T18:21:54 < benishor> that I do indeed find. very nice! 2022-10-25T18:22:19 < benishor> much nicer than what I had 2022-10-25T18:22:54 < jpa-> always check against datasheet though, ST has a habit of hiding tiny one-pin differences 2022-10-25T18:25:11 < benishor> of course I will, thanks again! 2022-10-25T18:26:09 < jpa-> the swapping of a single VSS pin vs. VDD in STM32F205 vs. STM32F40x is particularly sneaky 2022-10-25T18:30:53 < PaulFertser> Now this is some impressive heli https://en.wikipedia.org/wiki/Black_Hornet_Nano . Looks like FBL FP? 2022-10-25T18:40:58 < BrainDamage> "Although the Army is seeking a mini-drone for use by individual squads through the Soldier Borne Sensors (SBS) program, the individually handmade Black Hornet is seen as too expensive for large-scale deployment, with a unit costing as much as US$195,000" 2022-10-25T18:42:11 < PaulFertser> Guess that's outdated info. If they're made in quantities by now, they should be much cheaper, and essentially disposable to be of any use. 2022-10-25T18:45:06 < BrainDamage> tangentially related: how's your personal situation now? are you in a better place geographically? 2022-10-25T18:50:25 < PaulFertser> BrainDamage: moscow's not that dangerous for me atm. But no idea how it's going to change. 2022-10-25T18:56:27 -!- GenTooMan [~cyberman@c-73-214-106-63.hsd1.pa.comcast.net] has quit [Ping timeout: 272 seconds] 2022-10-25T18:56:53 -!- Laurence_b [~Laurenceb@cust226-dsl93-89-135.idnet.net] has quit [Quit: Client closed] 2022-10-25T19:04:20 < BrainDamage> good luck then, sorry for not being able to do much more 2022-10-25T19:12:26 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-25T19:21:18 < PaulFertser> Thank you BrainDamage . Wished I could do something myself to stop the nightmare... 2022-10-25T19:26:08 -!- GenTooMan [~cyberman@c-73-214-106-63.hsd1.pa.comcast.net] has joined ##stm32 2022-10-25T19:31:27 -!- GenTooMan [~cyberman@c-73-214-106-63.hsd1.pa.comcast.net] has quit [Ping timeout: 260 seconds] 2022-10-25T19:35:00 < bitmask> heyo 2022-10-25T19:38:59 -!- catphish__ [~charlie@user/catphish] has joined ##stm32 2022-10-25T19:41:03 -!- grindhold [~quassel@mail.skarphed.org] has quit [Ping timeout: 252 seconds] 2022-10-25T19:41:04 -!- blathijs [~matthijs@tika.stderr.nl] has quit [Ping timeout: 252 seconds] 2022-10-25T19:41:25 -!- catphish_ [~charlie@user/catphish] has quit [Ping timeout: 252 seconds] 2022-10-25T19:41:25 -!- yukam [~yukam@user/yukam] has quit [Ping timeout: 252 seconds] 2022-10-25T19:41:25 -!- flatmush [~benbrewer@82-69-13-96.dsl.in-addr.zen.co.uk] has quit [Ping timeout: 252 seconds] 2022-10-25T19:41:26 -!- zyp [zyp@zyp.no] has quit [Ping timeout: 252 seconds] 2022-10-25T19:41:57 -!- grindhold [~quassel@mail.skarphed.org] has joined ##stm32 2022-10-25T19:43:01 -!- zyp [zyp@zyp.no] has joined ##stm32 2022-10-25T19:43:40 -!- flatmush [~benbrewer@82-69-13-96.dsl.in-addr.zen.co.uk] has joined ##stm32 2022-10-25T19:49:41 -!- yukam [~yukam@user/yukam] has joined ##stm32 2022-10-25T19:54:00 -!- blathijs [~matthijs@tika.stderr.nl] has joined ##stm32 2022-10-25T20:02:08 < mawk> PaulFertser: become vlad's personal IT man then ransomware his BDSM porn collection 2022-10-25T20:13:50 < specing> he probably has a huge stash of ukraine getting bombed to oblivion 2022-10-25T20:19:01 < bitmask> https://i.imgur.com/p2MWg48.png 2022-10-25T20:19:03 < bitmask> wut wut 2022-10-25T20:19:32 < bitmask> got rendering in a imgui frame working 2022-10-25T20:20:50 < Steffanx-> I'm proud of you. 2022-10-25T20:21:06 < bitmask> aww, no you arent, but thank you 2022-10-25T20:22:22 < bitmask> well its time to fix the errors so i can move on 2022-10-25T20:22:47 < machinehum> What the fuck one of those little drones cost 200k? 2022-10-25T20:23:04 < bitmask> what drones 2022-10-25T20:23:36 < specing> machinehum: its made for the military so yeah 2022-10-25T20:24:28 < machinehum> I feel like a little quadcopter would be better 2022-10-25T20:24:44 < bitmask> can i see a pic please? 2022-10-25T20:25:10 < machinehum> bitmask: https://en.wikipedia.org/wiki/Black_Hornet_Nano 2022-10-25T20:25:19 < bitmask> ahh wow 2022-10-25T20:25:32 < bitmask> 200k for that? damn 2022-10-25T20:25:57 < bitmask> over 3000 have been delivered 2022-10-25T20:32:52 < karlp> well, a) it was delivered, functional to the field in 2013, and b) military contracting... maths doesn't always make sense. 2022-10-25T20:33:14 < rustyaxe> b is the main reason 2022-10-25T20:33:48 < rustyaxe> if you know someone will buy 3k of then at 200k$ - it beats trying to sell 600k of em at 2k$ lol 2022-10-25T20:34:45 < machinehum> I bet the company that developed them had tight restrictions 2022-10-25T20:35:03 < jpa-> could be that it has custom asics to integrate everything, would easily cost a lot for the first few thousand units 2022-10-25T20:35:17 < machinehum> Where do you think they cut their moulds? Probably not China 2022-10-25T20:35:37 < machinehum> I wouldn't be suprised if it had a custom asic 2022-10-25T20:36:12 < karlp> rustyaxe: they explicitly say int eh article that they were developed from scratch, for 20mil for 160 units... 2022-10-25T20:36:21 < karlp> the costs are including development. 2022-10-25T20:36:39 < karlp> so yeah, military, but also, that was cutting edge 2022-10-25T20:48:30 < rustyaxe> they are tiny for sure. Im just saying why chase trying to sell a shite ton of em to people cheap when you can do a much more managable run at DOD prices? :P 2022-10-25T20:58:13 < PaulFertser> specing: there was a famous case when putin showed footage from some computer game claiming it's russian operations in Syria. 2022-10-25T21:04:25 -!- GenTooMan [~cyberman@c-73-214-106-63.hsd1.pa.comcast.net] has joined ##stm32 2022-10-25T21:25:37 -!- GenTooMan [~cyberman@c-73-214-106-63.hsd1.pa.comcast.net] has quit [Remote host closed the connection] 2022-10-25T21:26:12 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-25T21:39:20 < qyx> PaulFertser: :D 2022-10-25T21:49:05 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-25T22:01:11 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 2022-10-25T22:06:09 < kraiskil> I have a bare skeleton project set up by STM32CubeMX. Works fine, but when debugging/stepping through it, it fails in the RCC setup. 2022-10-25T22:06:23 < kraiskil> I'm completely lost, any hints appreciated :) 2022-10-25T22:10:48 < catphish> kraiskil: well since you're stepping through, can you see exactly where it fails? 2022-10-25T22:11:17 < catphish> i'm not familiar with template projects from cube though sadly 2022-10-25T22:11:38 < qyx> sounds like your RCC setup is wrong then? 2022-10-25T22:12:50 < kraiskil> the RCC setup is generated by STM32Cube, and I didn't touch it. Uses the HSI, so it should be ok. Looking at the registers, it seems like the write to RCC_CFG has failed. 2022-10-25T22:13:22 < kraiskil> But I don't really know if this is because of the debugger, the STM32HAL, or me not understaning something 2022-10-25T22:14:42 < kraiskil> s/RCC_CFG/RCC_PLLCFGR/ 2022-10-25T22:15:46 < qyx> PLL may be out of range, VDD may be out of range (flash wait states configured wrong) 2022-10-25T22:16:02 < kraiskil> I.e. decoding the bits in RCC_PLLCFGR do not match the values the STM32HAL function call is supposed to write 2022-10-25T22:16:23 < kraiskil> qyx: flash wait states? This is new stuff for me... 2022-10-25T22:16:45 < kraiskil> and the target is a STM32Nucleo board, so the HW should be sound :D 2022-10-25T22:17:28 < qyx> if a default cube project fails on a vendor devboard, I would call the vendor 2022-10-25T22:17:40 < qyx> although you can still debig it 2022-10-25T22:17:47 < kraiskil> lol! 2022-10-25T22:17:58 < kraiskil> yeah, anyone got ST's number :p 2022-10-25T22:18:22 < qyx> hey your cubez are wrong 2022-10-25T22:18:42 < qyx> but sorry, no cube experience 2022-10-25T22:18:49 < kraiskil> ST make such beautiful HW... 2022-10-25T22:19:44 < kraiskil> yeah... I'm trying to gain some. But the more I play around with this, the more I think this CubeMX/HAL tools just slow me down instead of the promised speedup :D 2022-10-25T22:23:57 < kraiskil> If I in gdb say "load" then "monitor reset init", the RCC_PLLCFGR readback fails. But if I say 'monitor reset init', then 'load', it works... 2022-10-25T22:24:24 < kraiskil> I'm thinking the problem is me not understanding openocd :D 2022-10-25T22:26:00 < PaulFertser> kraiskil: what bit of information are you missing from the OpenOCD manual? 2022-10-25T22:27:58 < kraiskil> PaulFertser, if I knew that, I could look it up :D And to be fair, the problem could equally well be in my system, gdb or target understaning :) 2022-10-25T22:28:27 < kraiskil> Just trying to probe people for some comment that would lead to an insight for me here 2022-10-25T22:29:29 < kraiskil> the gdb 'load' command, that loads the elf to RAM, not flash, right? 2022-10-25T22:30:07 < kraiskil> so 'monitor reset init' causes the code to be run from flash, not RAM? 2022-10-25T22:30:24 < kraiskil> why would this make a difference? 2022-10-25T22:40:19 < specing> specing: there was a famous case when putin showed footage from some computer game claiming it's russian operations in Syria. 2022-10-25T22:40:32 < specing> PaulFertser: propaganda working without anyone having to die for it? Impressive 2022-10-25T22:43:24 < pragmalin> kraiskil, I would try with STM32CudeIDE as your IDE. The new project wizard then generated the debugger configuration for you and you won't have to deal with OpenOCD. 2022-10-25T22:44:22 < kraiskil> pragmalin, thanks. What does STM32CubeIDE use as the debug connection tool then? 2022-10-25T22:44:55 -!- catphish__ [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-25T22:46:00 < pragmalin> kraiskil, is used the ST-Link GDB server. A tool that is installs automatically together with the STM32CubeIDE. It also includes CubeMX, so you can do everything from the IDE. 2022-10-25T22:46:24 < pragmalin> kraiskil, typos: is=it 2022-10-25T22:47:17 < kraiskil> right, maybe I should give it a go. Installing ST tools is just such a PITA because of the licensing stuff I tend to go with other options whenever possible :D 2022-10-25T22:47:52 < kraiskil> though I'd still like to understand what the heck is going on here :D 2022-10-25T22:48:03 < PaulFertser> kraiskil: gdb load will load to flash if your ELF has addresses of the flash in it. 2022-10-25T22:48:46 < PaulFertser> specing: unfortunately, all those silly cartoons kinda prepared the russian society to a real war I'm afraid. 2022-10-25T22:49:17 < specing> PaulFertser: was the 2008 one unreal? 2022-10-25T22:49:49 < kraiskil> PaulFertser, thanks. But that just makes this even more confusing to me :D 2022-10-25T22:50:02 < PaulFertser> kraiskil: you do not need to do "monitor reset init" just about ever, as the reset-init handler is specific for OpenOCD operations such as flash programming etc, and it ramps up PLL on HSI for certain targets. 2022-10-25T22:50:09 < kraiskil> So its the 'monitor reset init' that messes things up? 2022-10-25T22:50:16 < PaulFertser> kraiskil: after "load" you can just set whatever breakpoints you want and "continue". 2022-10-25T22:50:47 < PaulFertser> specing: it was real indeed :( but it was relatively contained. 2022-10-25T22:50:53 < kraiskil> PaulFertser, but how do I restart the target if not with 'monitor reset init' 2022-10-25T22:52:22 < kraiskil> I mean I've been doing that for the better part of a few decades. Muscle memory needs updating :D 2022-10-25T22:52:23 < PaulFertser> kraiskil: you can use "run" or "start" GDB commands. If you insist on going low level, you can use "mon reset halt". 2022-10-25T22:52:41 < PaulFertser> start is "tb main" "run" essentially. 2022-10-25T22:53:56 < PaulFertser> kraiskil: so if you want to debug from the very first instruction of the reset vector you can do "mon reset halt" "mon gdb_sync" "si" 2022-10-25T22:54:07 < kraiskil> "The "remote" target does not support "run"." 2022-10-25T22:54:27 < kraiskil> break at main() should be sufficient for noe 2022-10-25T22:54:36 < kraiskil> s/noe/now 2022-10-25T22:54:59 < PaulFertser> kraiskil: use "tar ext :3333", not just "remote". 2022-10-25T22:56:18 < kraiskil> PaulFertser, hey, that works. Thanks! 2022-10-25T22:56:53 < kraiskil> so just for my understanding, what is the difference between target remote and ext? 2022-10-25T22:59:00 < PaulFertser> kraiskil: (ext) extended-remote just allows few more commands in the GDB serial protocol. OpenOCD supported them since very long, there's zero reason to not use them. 2022-10-25T23:02:20 < kraiskil> PaulFertser, thanks. Duly noted. I'll read up on those low level commans. If only to remember I should not need them :D 2022-10-25T23:03:59 < PaulFertser> kraiskil: welcome :) 2022-10-25T23:12:58 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 250 seconds] 2022-10-25T23:37:19 -!- pragmalin [~pragmalin@user/pragmalin] has quit [Quit: Leaving] 2022-10-25T23:42:43 < karlp> hrm, I think my P1 interface just needs more current.... 2022-10-25T23:43:10 < karlp> I had 10k on the OD input, but it's actually an opto, and further in the docs says 4mA -> 10mA. 2022-10-25T23:43:27 * karlp returns to the basement with a laptop... 2022-10-25T23:50:42 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 --- Day changed ke loka 26 2022 2022-10-26T00:05:42 < rustyaxe> How do i put smoke back into lm7805cv part? 2022-10-26T00:06:53 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-26T00:09:42 < Steffanx-> Just say your Farewells and move on. A 7805 in 2022 😱 2022-10-26T00:12:15 < englishman> it's what was in stock? 2022-10-26T00:13:06 < specing> no other chips blyat 2022-10-26T00:14:24 < Steffanx-> Privet comrade specing 2022-10-26T00:17:20 < karlp> and no... 2022-10-26T00:17:55 < karlp> still, 10k _is_ apparently too high, whatever resistor inside on the opto is definitely happier with shorting to 5v, so it gets the specced current, but... nod ata. 2022-10-26T00:17:57 < karlp> no data. 2022-10-26T00:18:13 < karlp> and the distrib company says the P1 ports will be enabled "end of 2022" so its just not there yet... 2022-10-26T00:18:16 < karlp> what a waste of time :) 2022-10-26T00:26:52 < qyx> icelandic distrib company 2022-10-26T00:27:16 < qyx> hm, maybe I should read something about your electrification 2022-10-26T00:36:03 < BrainDamage> at least you have a port at all 2022-10-26T00:36:25 < BrainDamage> here there's a ir iface, but you're not allowed to wire anything to it 2022-10-26T00:36:59 < BrainDamage> even using the blipping led's that's proportional to consumption is frowned upon 2022-10-26T00:38:36 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-26T01:13:06 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-26T02:00:16 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-26T02:29:16 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-26T02:45:44 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 250 seconds] 2022-10-26T02:47:40 -!- Miyu [~hackkitte@2a00:6020:5090:5700:89c7:d229:6076:b190] has joined ##stm32 2022-10-26T02:52:21 -!- hackkitten [~hackkitte@2a00:6020:5090:5700:8820:182:28e:18ab] has quit [Ping timeout: 272 seconds] 2022-10-26T03:06:34 -!- Spirit532 [~Spirit532@user/Spirit532] has quit [Killed (NickServ (GHOST command used by Spirit5324))] 2022-10-26T03:06:39 -!- Spirit532 [~Spirit532@user/Spirit532] has joined ##stm32 2022-10-26T04:33:05 -!- zenodub [zenodub@2600:3c00::f03c:93ff:fee7:cd5b] has quit [Quit: WeeChat 3.5] 2022-10-26T05:02:55 -!- romzx [~romzx@mm-185-4-212-37.vitebsk.dynamic.pppoe.byfly.by] has joined ##stm32 2022-10-26T07:29:16 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-26T08:48:02 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-26T09:09:00 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-26T09:36:06 -!- hexo [~hexo@user/hexo] has quit [Ping timeout: 250 seconds] 2022-10-26T09:39:06 -!- hexo [~hexo@user/hexo] has joined ##stm32 2022-10-26T10:11:38 -!- m5zs7k [aquares@web10.mydevil.net] has quit [Ping timeout: 250 seconds] 2022-10-26T10:20:19 -!- m5zs7k [aquares@web10.mydevil.net] has joined ##stm32 2022-10-26T10:32:04 -!- duude__- [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-26T10:33:02 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 276 seconds] 2022-10-26T10:34:13 -!- duude__- is now known as duude__ 2022-10-26T11:27:06 -!- Miyu is now known as hackkitten 2022-10-26T11:52:36 < benishor> good morning, people of earth 2022-10-26T11:53:56 < jpa-> good morning, ben of ishor 2022-10-26T12:00:08 < benishor> and how is finland this very fine morning, milord? 2022-10-26T12:05:03 < karlp> not allowed to wire to the led? on what grounds? that's it's purpose! 2022-10-26T12:05:32 < karlp> I have been told by kamstrup that "no, no, no, NO, you are NOT meant to permanently talk to the IR interface! that's got an internal battery that you're killing!" 2022-10-26T12:05:54 < karlp> which seemed..... dumb as fuck, but not my party. 2022-10-26T12:22:07 < qyx> what? 2022-10-26T12:30:19 < karlp> exactly that. 2022-10-26T12:30:56 < karlp> the IR interface on some of their meters is apparently powered by it's own battery, allegedly, and is only intended to be used by the manual meter reader person, not 24/7. 2022-10-26T12:35:31 < karlp> ask quectel contact to explain all the extra numbers and letters in order codes..... completely ignores question, just says, "use this order code..." 2022-10-26T12:37:02 < qyx> I am very curious what's that grumpiness state induced with 2022-10-26T12:37:11 < qyx> I am dealing with such things and people every day 2022-10-26T12:37:44 * karlp didn't notice he was particularly grumpy, but perhaps more than normal. sorry. 2022-10-26T12:38:06 < karlp> I sitll am surprised that braindamage says they're nota llowed to even watch the blinking usage led, as that is literally what it's for. 2022-10-26T12:38:17 < qyx> the last one was "why aren't those rails stainless, they were quoted stainless, paid for inox" 2022-10-26T12:38:25 < qyx> "oh isn't it a prototype?" 2022-10-26T12:38:47 < qyx> sorry, *paid for stainless 2022-10-26T12:38:52 < karlp> and that should have made you grumpy? 2022-10-26T12:39:12 < karlp> or are you an icon of stoicness, and just move on in bliss? 2022-10-26T12:39:46 < qyx> sometimes it is meh, but not anymore when it repeats 2022-10-26T12:46:30 < qyx> oh but on a brighter side, mouser has arrived 2022-10-26T12:46:39 < qyx> with some missing components for my STM32MP1 board 2022-10-26T12:47:02 < qyx> so I have to tidy up the table and find few hours to try it again 2022-10-26T13:15:17 < karlp> bleh, tired to use the beta-tools.analog.com/noise/ tool to try it out, but it's all got busted CORS and doesn't load. 2022-10-26T13:15:32 < karlp> "security" making the world better, minus one day at a time. 2022-10-26T13:29:37 < karlp> in other fun stuff, check out the quality 3d model here: https://app.ultralibrarian.com/details/55E2E7C9-1073-11E9-AB3A-0A3560A4CCCC/Taiyo-Yuden/NR5040T3R3N?ref=digikey 2022-10-26T13:30:04 < karlp> linked from https://www.digikey.com/en/products/detail/taiyo-yuden/NR5040T3R3N/2178890 which has a pretty decent view of the part 2022-10-26T13:32:41 < karlp> huh, chilisin is now part of yageo/pulse. 2022-10-26T13:36:16 < qyx> I usually just use IHLPxxxx 3d models 2022-10-26T13:37:04 < qyx> re: meter readout, rpi+camera! 2022-10-26T13:38:02 < qyx> actually, not that retarded idea, esp32cam is under $10 and even has a white LED 2022-10-26T13:54:07 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-26T14:03:43 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-26T14:05:53 -!- qyx [~qyx@84.245.121.180] has quit [Read error: Connection reset by peer] 2022-10-26T14:09:24 -!- qyx [~qyx@84.245.121.180] has joined ##stm32 2022-10-26T14:31:14 < qyx> https://github.com/speeduino/Hardware/tree/main/v0.3/Prior%20versions 2022-10-26T14:31:31 < qyx> I think those guys didn't read the git tutorial properly 2022-10-26T14:32:14 < qyx> also, fritzing 2022-10-26T14:33:43 < karlp> who's grumpy now? :) 2022-10-26T14:51:53 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-26T15:25:57 -!- hexo [~hexo@user/hexo] has quit [Ping timeout: 240 seconds] 2022-10-26T15:53:10 < BrainDamage> karlp: you're not allowed to attach anything to the meter, the official excuse is to prevent tampering, the reality is because they attempted to sell remote monitoring, failed, and forbid any form of possibility I guess because they might try again in the future 2022-10-26T15:54:26 < qyx> attempt to sell remote monitoring? 2022-10-26T15:54:48 < qyx> aren't all in the EU required to *have* remote readout since 2023 or so? 2022-10-26T15:55:03 < qyx> it is quite common here, you even have a web interface for that 2022-10-26T15:55:15 < BrainDamage> this was ~5 years ago 2022-10-26T15:56:00 < BrainDamage> and remote readout is present in the meters since uh, I think 15 years, but no user access 2022-10-26T15:56:43 < qyx> hm yeah the user access thing is maybe only about 5y old 2022-10-26T15:57:28 < qyx> but it is still not flexible enough, you only get data in 15 minute intervals 2022-10-26T15:57:44 < srk> well if you sense blinking led from external device is that really attaching anything? it's optocoupled .. 2022-10-26T15:58:07 < BrainDamage> physically attached 2022-10-26T15:58:46 < srk> attach it to the cabinet instead 2022-10-26T15:59:10 < BrainDamage> it's on a wall with an array of my neighbours meters 2022-10-26T15:59:37 < qyx> is it PLC or GSM based? 2022-10-26T15:59:49 < BrainDamage> PLC, but it's encrypted 2022-10-26T15:59:59 < qyx> f*ck encryption 2022-10-26T16:00:02 < srk> well, split core transformer then :) 2022-10-26T16:00:37 < BrainDamage> I think I'll just end up installing my own meter 2022-10-26T16:00:40 < qyx> such misuse of encryption 2022-10-26T16:52:15 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-26T17:43:17 -!- hexo [~hexo@user/hexo] has joined ##stm32 2022-10-26T18:02:24 < karlp> fucking, asking for updated branding icons from a partner. 2022-10-26T18:02:43 < karlp> they send me a 20000:5000 pixels png. 2022-10-26T18:02:50 < karlp> lunatics :) 2022-10-26T18:11:42 < benishor> you can make a hi quality icon out of it :D 2022-10-26T18:11:49 < benishor> even vectorize it 2022-10-26T18:12:11 < BrainDamage> they are likely vector images to begin with 2022-10-26T18:12:21 < BrainDamage> but decided to send raster 2022-10-26T18:15:17 < karlp> so they get jaggy text in their icon. I'm not chasing them for it :) 2022-10-26T18:29:18 -!- alan_o [~alan@2600:1700:1902:210f:9d31:6465:45b5:4a84] has quit [Quit: Leaving] 2022-10-26T18:29:38 -!- alan_o [~alan@2600:1700:1902:210f:84c7:a50a:d5e7:e3ba] has joined ##stm32 2022-10-26T18:31:04 -!- alan_o [~alan@2600:1700:1902:210f:84c7:a50a:d5e7:e3ba] has quit [Client Quit] 2022-10-26T18:31:19 -!- alan_o [~alan@2600:1700:1902:210f:84c7:a50a:d5e7:e3ba] has joined ##stm32 2022-10-26T19:22:37 < fenugrec> hey, one time I needed a company logo and they send me the proverbial word document with a JPG inside 2022-10-26T19:22:43 < fenugrec> *sent 2022-10-26T19:53:54 < qyx> one unnamed german infustrial client used to send us documentation as zipped jpegs and xls and the zip was included in a excel sheet, by mail 2022-10-26T19:55:53 -!- begriffs [~begriffs@user/begriffs] has quit [Remote host closed the connection] 2022-10-26T19:56:13 -!- begriffs [~begriffs@user/begriffs] has joined ##stm32 2022-10-26T20:03:21 < specing> qyx: that's high-tech! 2022-10-26T20:30:08 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-26T20:34:51 < jpa-> somehow freecad draft workbench is the weirdest of them all 2022-10-26T21:02:44 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-26T21:04:50 -!- qyx [~qyx@84.245.121.180] has quit [Ping timeout: 276 seconds] 2022-10-26T21:05:59 -!- qyx [~qyx@84.245.120.98] has joined ##stm32 2022-10-26T21:12:26 -!- alan_o [~alan@2600:1700:1902:210f:84c7:a50a:d5e7:e3ba] has quit [Ping timeout: 272 seconds] 2022-10-26T22:03:56 -!- benishor_ [~benny@82.76.124.82] has joined ##stm32 2022-10-26T22:04:50 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-26T22:04:53 < Laurence_b> https://pbs.twimg.com/media/FeiIDeYVQAAkAgh?format=png&name=small 2022-10-26T22:41:30 -!- drfff [~k\o\w@72.53.234.152] has joined ##stm32 2022-10-26T22:44:56 -!- drkow [~k\o\w@72.53.234.152] has quit [Ping timeout: 276 seconds] 2022-10-26T22:46:50 < kaki> you are kind of curious Laurence_b? 2022-10-26T22:48:31 < Laurence_b> >someone gathered that data 2022-10-26T23:11:27 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 2022-10-26T23:38:25 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 246 seconds] 2022-10-26T23:46:49 < karlp> oh freecad... 2022-10-26T23:46:59 < karlp> was having a fight with freecad this afternoon too :) --- Day changed to loka 27 2022 2022-10-27T00:02:05 < karlp> bleh, tried to reproduce a weird kicad step export bug. doesn't happen now :| 2022-10-27T00:16:00 < mawk> bitmask have you ever been on bupre 2022-10-27T00:16:04 < mawk> my doctor wants to put me on that 2022-10-27T00:16:12 < bitmask> yea 2022-10-27T00:16:24 < mawk> she says I have to be hospitalized for a week or so to change from 120mg methadone to bupre 2022-10-27T00:16:30 < mawk> it sounds lame 2022-10-27T00:16:40 < mawk> I don't like pain 2022-10-27T00:16:43 < bitmask> how are they gonna do it? switching is gonna suck 2022-10-27T00:17:17 < mawk> reduce methadone to 40mg over a week while giving me loads of benzos and sleep medication, then stop it for 3 days with even more medication, and then start the suboxone 2022-10-27T00:17:21 < mawk> I think 2022-10-27T00:17:32 < bitmask> i took bupe too early after using once and got precipitated withdrawals and thought I was gonna die for like 15 min and then it was over. pure projectile vomiting and couldn't breathe 2022-10-27T00:17:40 < mawk> I had that too 2022-10-27T00:17:55 < mawk> I took 48mg of bupre the day after the usual 300mg methadone dose 2022-10-27T00:18:05 < mawk> I was very close to calling 911, it lasted like that for two days 2022-10-27T00:18:22 < mawk> I slightly fucked up 2022-10-27T00:18:30 < bitmask> i prob didnt have much left to kick off the receptors so while it was bad, it wasnt for long 2022-10-27T00:18:46 < mawk> yeah 2022-10-27T00:18:57 < mawk> methadone lasts very long so the precipitated withdrawals do too 2022-10-27T00:19:06 < bitmask> ahh 2022-10-27T00:19:12 < mawk> but then some random guy on reddit told me to just take a shitload of heroin to cure the precipitated withdrawal so I did that and it kinda worked 2022-10-27T00:19:18 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-27T00:30:10 -!- pragmalin [~pragmalin@user/pragmalin] has quit [Quit: Leaving] 2022-10-27T00:44:09 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-27T01:09:14 -!- romzx [~romzx@mm-185-4-212-37.vitebsk.dynamic.pppoe.byfly.by] has quit [Ping timeout: 276 seconds] 2022-10-27T01:13:14 < bitmask> wtf happened, why did my cwd suddenly change 2022-10-27T01:14:25 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-27T01:24:47 -!- romzx [~romzx@mm-114-3-212-37.vitebsk.dynamic.pppoe.byfly.by] has joined ##stm32 2022-10-27T02:00:08 < Mangy_Dog> https://twitter.com/MD_Builds/status/1585404710990843905 2022-10-27T02:31:17 -!- Spirit532 [~Spirit532@user/Spirit532] has quit [Ping timeout: 240 seconds] 2022-10-27T02:43:51 -!- Spirit532 [~Spirit532@user/Spirit532] has joined ##stm32 2022-10-27T03:07:32 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 276 seconds] 2022-10-27T03:39:54 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-27T04:40:54 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [Read error: Connection reset by peer] 2022-10-27T05:20:14 -!- Netsplit *.net <-> *.split quits: begriffs, Kamilion, lagash, Laco-LLL, Steffanx-, m5zs7k, sauce, Jak_o_Shadows 2022-10-27T05:20:28 -!- Netsplit over, joins: Laco-LLL, lagash 2022-10-27T05:20:35 -!- Steffanx- [sid97872@uxbridge.irccloud.com] has joined ##stm32 2022-10-27T05:21:26 -!- Jak_o_Shadows [~quassel@2403-580d-5ec5--ebb3-32f3-9879-9e9b.ip6.aussiebb.net] has joined ##stm32 2022-10-27T05:21:41 -!- Jak_o_Shadows [~quassel@2403-580d-5ec5--ebb3-32f3-9879-9e9b.ip6.aussiebb.net] has quit [Changing host] 2022-10-27T05:21:41 -!- Jak_o_Shadows [~quassel@user/jak-o-shadows/x-5091859] has joined ##stm32 2022-10-27T05:22:31 -!- Netsplit over, joins: m5zs7k, Kamilion, begriffs 2022-10-27T05:23:24 -!- Netsplit over, joins: sauce 2022-10-27T07:45:24 -!- fenugrec [~f@97.107.220.18] has quit [Ping timeout: 264 seconds] 2022-10-27T09:06:03 -!- rob_w [~bob@host-82-135-31-73.customer.m-online.net] has joined ##stm32 2022-10-27T09:08:44 -!- fenugrec [~f@97.107.220.18] has joined ##stm32 2022-10-27T09:14:09 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-27T09:26:39 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-27T09:39:30 -!- oakyy [~oaky@90-230-169-130-no174.tbcn.telia.com] has joined ##stm32 2022-10-27T09:47:17 -!- oakyy [~oaky@90-230-169-130-no174.tbcn.telia.com] has quit [Quit: Leaving] 2022-10-27T09:52:54 -!- MGF_Fabio [~fabiocano@host-79-53-38-190.retail.telecomitalia.it] has joined ##stm32 2022-10-27T10:03:48 -!- benishor_ [~benny@82.76.124.82] has quit [Ping timeout: 250 seconds] 2022-10-27T10:24:48 -!- benishor_ [~benny@82.76.124.82] has joined ##stm32 2022-10-27T10:24:57 -!- m5zs7k [aquares@web10.mydevil.net] has quit [Ping timeout: 240 seconds] 2022-10-27T10:25:58 -!- m5zs7k [aquares@web10.mydevil.net] has joined ##stm32 2022-10-27T10:34:32 -!- benishor_ [~benny@82.76.124.82] has quit [Ping timeout: 252 seconds] 2022-10-27T11:13:11 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-27T12:54:22 -!- oakyy [~oaky@90-230-169-130-no174.tbcn.telia.com] has joined ##stm32 2022-10-27T13:22:27 -!- oakyy [~oaky@90-230-169-130-no174.tbcn.telia.com] has quit [Ping timeout: 272 seconds] 2022-10-27T13:31:09 -!- romzx [~romzx@mm-114-3-212-37.vitebsk.dynamic.pppoe.byfly.by] has quit [Quit: Leaving] 2022-10-27T13:41:21 -!- romzx [~romzx@mm-114-1-212-37.vitebsk.dynamic.pppoe.byfly.by] has joined ##stm32 2022-10-27T13:42:39 -!- Luggi09498284764 [~lux@ip5b426bc8.dynamic.kabel-deutschland.de] has quit [Read error: Connection reset by peer] 2022-10-27T14:12:18 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-27T14:18:16 -!- oakyy [~oaky@90-230-169-130-no174.tbcn.telia.com] has joined ##stm32 2022-10-27T14:18:47 -!- oakyy [~oaky@90-230-169-130-no174.tbcn.telia.com] has quit [Remote host closed the connection] 2022-10-27T14:37:34 -!- MGF_Fabio [~fabiocano@host-79-53-38-190.retail.telecomitalia.it] has quit [Ping timeout: 244 seconds] 2022-10-27T15:32:28 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-27T15:32:55 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 272 seconds] 2022-10-27T15:39:32 -!- MGF_Fabio [~MGF_Fabio@host-82-62-105-77.business.telecomitalia.it] has joined ##stm32 2022-10-27T17:02:32 -!- rob_w [~bob@host-82-135-31-73.customer.m-online.net] has quit [Remote host closed the connection] 2022-10-27T17:36:27 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has joined ##stm32 2022-10-27T17:39:02 -!- alan_o [~alan@172.58.172.7] has joined ##stm32 2022-10-27T17:40:13 -!- alan_o [~alan@172.58.172.7] has quit [Client Quit] 2022-10-27T17:41:12 -!- alan_o [~alan@172.58.172.7] has joined ##stm32 2022-10-27T17:47:11 -!- alan_o [~alan@172.58.172.7] has quit [Ping timeout: 244 seconds] 2022-10-27T17:49:05 -!- alan_o [~alan@172.58.172.7] has joined ##stm32 2022-10-27T18:14:42 -!- alan_o [~alan@172.58.172.7] has quit [Ping timeout: 252 seconds] 2022-10-27T18:15:41 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-27T18:20:42 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-27T18:30:40 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-27T18:34:54 -!- alan_o [~alan@172.58.172.7] has joined ##stm32 2022-10-27T18:42:37 -!- MGF_Fabio [~MGF_Fabio@host-82-62-105-77.business.telecomitalia.it] has quit [Quit: Konversation terminated!] 2022-10-27T18:44:49 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 272 seconds] 2022-10-27T18:45:24 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-27T18:48:08 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 250 seconds] 2022-10-27T18:56:27 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-27T18:58:04 < kaki> is there ram tests that do not require restart? 2022-10-27T18:59:48 < kaki> reboot is a sin 2022-10-27T19:00:05 < mawk> no 2022-10-27T19:00:10 < mawk> unless you don't test the whole ram 2022-10-27T19:00:42 < kaki> I have noticed random programs have started crashing 2022-10-27T19:00:50 < kaki> randomly 2022-10-27T19:01:00 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has joined ##stm32 2022-10-27T19:01:03 < mawk> what is in dmesg? 2022-10-27T19:01:09 < mawk> might be the fs too 2022-10-27T19:01:24 < kaki> C:\WINDOWS\system32>dmesg 2022-10-27T19:01:25 < kaki> 'dmesg' is not recognized as an internal or external command, 2022-10-27T19:01:25 < kaki> operable program or batch file. 2022-10-27T19:01:53 < Xogium> could be memory fragmentation aka being unable to allocate memory even for the tiniest task and resulting in super weird crashes that don't make sense 2022-10-27T19:02:00 < Xogium> ah 2022-10-27T19:02:05 < Xogium> this isn't linux lol 2022-10-27T19:02:43 < kaki> hey I had one time some "kernel security check failure" 2022-10-27T19:02:47 < Xogium> though I'm sure windows is also victim of memory fragmentation 2022-10-27T19:02:58 < kaki> it was something about some heap 2022-10-27T19:03:42 < Xogium> but afaik, ram tests are performed by filling the ram with random data then reading them back 2022-10-27T19:03:50 < mawk> if you're not on linux and you think that rebooting is a sin then you might want to reboot 2022-10-27T19:03:57 -!- alan_o [~alan@172.58.172.7] has quit [Ping timeout: 260 seconds] 2022-10-27T19:04:14 < Xogium> meaning you can't exactly have an OS running, or not a big one at any rate, because it won't be very happy with you pulling the carpet under it 2022-10-27T19:06:18 < PaulFertser> btw, memtest86+ GPL version 6.0 was recently released, it's like a complete rewrite, with UEFI support etc. 2022-10-27T19:06:36 < mawk> memtest86+ doesn't like my pc 2022-10-27T19:06:39 < mawk> I had to use the proprietary shite 2022-10-27T19:06:47 < PaulFertser> Give this release a try 2022-10-27T19:06:52 < PaulFertser> It's quite recent. 2022-10-27T19:06:53 < mawk> yeah 2022-10-27T19:09:30 < kaki> windows has memtest 2022-10-27T19:09:49 < kaki> first I upgrade bios though 2022-10-27T19:10:13 < kaki> every time I open [vendor] update there is critical bios update 2022-10-27T19:11:09 < kaki> half of the time they are fighting fires caused by intel 2022-10-27T19:12:06 < mawk> windows memtest is lame 2022-10-27T19:12:09 < mawk> try memtest86+ 2022-10-27T19:12:16 < kaki> looks the same 2022-10-27T19:12:18 < mawk> if you only find a few bad addresses you can tell windows to ignore them 2022-10-27T19:12:27 < mawk> you need memtest86+ to know exactly which addresses are failing 2022-10-27T19:12:33 < kaki> blue textmode screen and some progress bar 2022-10-27T19:12:33 < mawk> that's what I did on my laptop 2022-10-27T19:12:46 < mawk> yeah but you need the full report at the end 2022-10-27T19:12:48 < mawk> to do something about it 2022-10-27T19:12:53 < mawk> unless you don't care and just buy new ram 2022-10-27T19:13:06 < mawk> I have exactly 1 stuck bit on my RAM on my laptop, so I modified windows registry to ignore the page where it is 2022-10-27T19:13:12 < mawk> and I also played the warranty to get a new stick 2022-10-27T19:13:17 < mawk> so now I have 64GiB and it works perfectly 2022-10-27T19:13:49 < kaki> my rams are soldered in 2022-10-27T19:13:58 < mawk> then you have no choice but ignore the bad address 2022-10-27T19:14:05 < mawk> so you need a full report of which address is bad 2022-10-27T19:14:14 < kaki> bios update> 2022-10-27T19:14:19 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-27T19:14:32 < mawk> https://learn.microsoft.com/en-us/windows-hardware/drivers/whea/how-to-manage-the-pfa-memory-list 2022-10-27T19:14:34 < mawk> they say it there 2022-10-27T19:14:36 < mawk> how to do it 2022-10-27T19:14:50 < mawk> it depends on the windoz version, it's easier in earlier windoz; and much easier on lunix 2022-10-27T19:15:13 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-27T19:20:37 < jpa-> even linux is kind of fun in how there are two completely different formats for the failure map - one used by grub and another used by kernel 2022-10-27T19:21:21 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-27T19:26:47 < machinehum> My Meta RSU's are worth so much rn omg 2022-10-27T19:30:18 < Steffanx-> Still working for them machinehum ? 2022-10-27T19:30:41 < machinehum> Maybe not for long 2022-10-27T19:31:09 < Steffanx-> Ah. So yes. 2022-10-27T19:31:13 < rustyaxe> ram soldered in? sounds like some horrible crapple product? 2022-10-27T19:31:38 < jpa-> almost any laptop nowadays has at least part of the RAM soldered in 2022-10-27T19:31:49 < jpa-> on apple they are bonded in the chip-on-chip stack 2022-10-27T19:31:54 < machinehum> https://imgur.com/a/NhPF4Bg 2022-10-27T19:31:56 < machinehum> Very nice 2022-10-27T19:32:31 < machinehum> Why the fuck did I even log in 2022-10-27T19:33:58 < Steffanx-> Lol 2022-10-27T19:39:20 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-27T19:39:25 < kaki> ram ok 2022-10-27T19:40:16 < machinehum> jpa-: https://frame.work/ 2022-10-27T19:40:53 < machinehum> Those things are dope 2022-10-27T19:40:58 < jpa-> machinehum: yeah, maybe eventually they can actually be bought 2022-10-27T19:42:24 < machinehum> Says ships November 2022-10-27T19:42:50 < hexo> but the keyboard. thats junk :( 2022-10-27T19:43:11 < machinehum> o 2022-10-27T19:43:26 < jpa-> apparently can't even get local keyboard layout 2022-10-27T19:44:39 < kaki> perfect 2022-10-27T19:45:31 < kaki> isn't there like 10 of these modular laptops nowdays 2022-10-27T19:49:00 < kaki> some even from brands like hp or so 2022-10-27T19:50:33 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-27T19:53:59 < rustyaxe> i'll never buy another horrible plastic 2022-10-27T19:54:28 < rustyaxe> went through 2 of them in last then 18 months. Flimsy plastic turds. 2022-10-27T19:55:22 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [Read error: Connection reset by peer] 2022-10-27T19:55:24 < qyx> looks good, even the lcd aspect ratio looks better than 16:9 2022-10-27T19:56:23 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-27T19:59:05 < fenugrec> PaulFertser, does that new memtest86 fix multi-core ram tested ? IIRC they had longstanding bugs with that 2022-10-27T20:04:17 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-27T20:11:56 < PaulFertser> fenugrec: it should if I understand the changelog correctly. 2022-10-27T20:24:15 -!- GenTooMan [~cyberman@2601:547:437f:e5c6:21f:5bff:fefe:a883] has quit [Ping timeout: 244 seconds] 2022-10-27T20:35:39 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 272 seconds] 2022-10-27T20:42:18 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-27T21:01:21 < mawk> jpa-: yeah the one in grub sets the BIOS memory map 2022-10-27T21:01:27 < mawk> which is read by the kernel 2022-10-27T21:01:39 < mawk> but you can also directly tell the kernel to change something in the mmap 2022-10-27T21:03:17 < mawk> the one with grub doesn't work with secure boot, so I had to do the commandline 2022-10-27T21:03:18 < mawk> memmap=4K%0x889E64000+5 2022-10-27T21:06:32 -!- alan_o [~alan@172-7-159-77.lightspeed.dybhfl.sbcglobal.net] has joined ##stm32 2022-10-27T21:11:11 -!- drzacek [~drzacek@130-062-074-080.ip-addr.inexio.net] has quit [Quit: Leaving] 2022-10-27T21:22:46 < mawk> kaki's laptop died 2022-10-27T21:24:05 < mawk> my laptop is kinda like that too machinehum 2022-10-27T21:24:17 < mawk> I customized it when buying, and I can swap parts and so on without voiding warranty 2022-10-27T21:24:42 < mawk> I changed already a lot of stuff inside 2022-10-27T21:32:28 < machinehum> What laptop? 2022-10-27T21:35:26 < mawk> clevo laptop 2022-10-27T21:37:30 < machinehum> Where in Europe are you from? 2022-10-27T21:37:58 < machinehum> Can they put those crazy 64core threarippers in laptops 2022-10-27T21:40:53 < mawk> netherlands and france 2022-10-27T21:40:58 < mawk> maybe, I don't know 2022-10-27T21:41:08 < specing> sure, at 100 MHz each. 64*100 MHz = 6.4 GHz obviously! 2022-10-27T21:41:13 < mawk> https://configurelaptop.eu/ 2022-10-27T21:41:14 < mawk> it's this site 2022-10-27T21:41:15 < machinehum> Work at one place, family at other? 2022-10-27T21:41:40 < machinehum> Should I move to Europe? 2022-10-27T21:41:45 < machinehum> Or is shit on fire 2022-10-27T21:42:45 < mawk> yeah I live in the netherlands but was born in france 2022-10-27T21:48:57 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-27T21:53:22 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-27T21:58:12 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-27T21:58:33 < Laurence_b> woah, someone makes a 2-PSK ISM band transceiver, then discontinues it... 2022-10-27T21:58:35 < Laurence_b> https://www.digikey.co.uk/en/products/detail/onsemi/AX5243-1-TW30/5816927 2022-10-27T22:04:24 < specing> probably couldnt compete with china 2022-10-27T22:05:32 < specing> yeah qty1 8 and a half pounds.. who's gonna buy that 2022-10-27T22:19:59 < qyx> ax5243 is old, I have 10 of them if you need 2022-10-27T22:20:14 < qyx> I didn't manage to get RX working 2022-10-27T22:31:18 < rustyaxe> pounds? 2022-10-27T22:31:24 < rustyaxe> they have 18.5 pounds of them? 2022-10-27T22:31:28 < rustyaxe> that makes no sense 2022-10-27T22:31:48 < rustyaxe> Who sells ICs by the pound? 2022-10-27T22:35:26 < Laurence_b> I was thinking of making a new datalink, this time relatively high bandwidth 2022-10-27T22:35:35 < Laurence_b> 802.15.4 + 6lowpan sucks big time 2022-10-27T22:35:53 < hexo> hm, whats wrong with it? 2022-10-27T22:35:58 < Laurence_b> lunix ppp supports MTU down to 128bytes, thats small enough for some of these radios 2022-10-27T22:36:03 < Laurence_b> really high overheads 2022-10-27T22:36:15 < Laurence_b> and bad fragmentation 2022-10-27T22:36:19 < hexo> :( 2022-10-27T22:36:26 < hexo> disconnects? 2022-10-27T22:36:33 < hexo> network partitioning? 2022-10-27T22:36:35 < Laurence_b> no just poor throughput 2022-10-27T22:36:58 < hexo> i've heard that zigbee has this partitioning problem 2022-10-27T22:37:13 < Laurence_b> and <128byte MTU so udp or tcp/ip gets fragmented 2022-10-27T22:37:14 < hexo> that it melts when you have more than about 20 nodes 2022-10-27T22:37:55 < Laurence_b> lunix will allow down to 128byte MTU, so if you can manage that with ppp you can mount _anything_ as a network interface on lunix 2022-10-27T22:38:35 < qyx> datalink for what 2022-10-27T22:38:38 < qyx> balloons? 2022-10-27T22:38:43 < Laurence_b> its supposed to be something that talks byte streams, but you can set the MTU to be small then intercept the HDLC packet headers to encapsulate it into the hardware packets 2022-10-27T22:38:46 < Laurence_b> maybe 2022-10-27T22:38:52 < qyx> and why 2psk? 2022-10-27T22:38:59 < Laurence_b> maximum performance 2022-10-27T22:39:06 < qyx> most of the transceiver support msk/gmsk 2022-10-27T22:39:08 < qyx> which is qpsk 2022-10-27T22:39:20 < catphish> 128 byte MTU isn't valid for internet traffic afaik :( 2022-10-27T22:39:34 < Laurence_b> AT86RF looks nice, but its 802.16.4 2022-10-27T22:39:38 < catphish> iirc min is supposed to be 512 2022-10-27T22:40:02 < Laurence_b> catphish: yeah but aiui lunix can be persuaded to play nice and do packet fragmentation at that size 2022-10-27T22:40:19 * qyx running FreeRTOS on G4 2022-10-27T22:40:53 < catphish> oh yeah i guess you could do fragmentation, but eww 2022-10-27T22:41:40 < Laurence_b> yeah but the thing is 2022-10-27T22:41:52 < Laurence_b> it seems like that would be nicer than 802.16.4 + 6lowpan 2022-10-27T22:44:58 < qyx> what was the deal with STM32 and clipped sinewave oscilaltors? 2022-10-27T22:53:12 < Laurence_b> https://www.mouser.co.uk/ProductDetail/Renesas-Electronics/ZWIR4512AC1WI?qs=u8ePFVghNnQCysmEHhpnKw%3D%3D 2022-10-27T22:53:18 < Laurence_b> interesting but obselete 2022-10-27T23:00:18 < Laurence_b> spirit-1 packet mode also looks way smarter than 802.16.4 2022-10-27T23:03:26 < qyx> spirit1 is old too 2022-10-27T23:03:41 < qyx> and I think ST degoogled it 2022-10-27T23:03:48 < qyx> like it did with their wifi modules 2022-10-27T23:04:59 < qyx> oh, where is gxti? 2022-10-27T23:05:01 < qyx> I miss him 2022-10-27T23:05:16 < qyx> (just came around his forum post) 2022-10-27T23:07:34 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 2022-10-27T23:14:15 -!- GenTooMan [~cyberman@c-73-214-106-63.hsd1.pa.comcast.net] has joined ##stm32 2022-10-27T23:23:11 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-27T23:23:41 -!- scrts [~scrts@163.116.133.119] has joined ##stm32 2022-10-27T23:30:17 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-27T23:42:20 < Steffanx-> Heh yeah, long time no see. 2022-10-27T23:49:24 < scrts> Hi :) 2022-10-27T23:58:16 -!- Kerr [~Kerr@146.187.0.44] has joined ##stm32 --- Day changed pe loka 28 2022 2022-10-28T00:00:32 < karlp> is at86rf still being made? that shit's old now. 2022-10-28T00:00:40 < karlp> surely there's better 802.15.4 radios these days? 2022-10-28T00:01:44 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-28T00:02:45 -!- Kerr [~Kerr@146.187.0.44] has quit [Client Quit] 2022-10-28T00:03:04 -!- Kerr [~Kerr@146.187.0.44] has joined ##stm32 2022-10-28T00:07:28 -!- Kerr [~Kerr@146.187.0.44] has quit [Client Quit] 2022-10-28T00:14:32 < Steffanx-> Welcome scrts 2022-10-28T00:21:40 * karlp waits for lolrence to discover that matter is basicalyl 6lowpan... 2022-10-28T00:22:23 < karlp> his forum post on what? 2022-10-28T00:25:02 < qyx> TCXO using a 10n/10k on HSE_IN/HSE_OUT 2022-10-28T00:25:28 < qyx> https://www.eevblog.com/forum/microcontrollers/stm32-and-external-active-oscillator/ 2022-10-28T00:38:11 -!- josuah [~irc@46.23.94.12] has quit [Ping timeout: 260 seconds] 2022-10-28T00:40:04 -!- josuah [~irc@46.23.94.12] has joined ##stm32 2022-10-28T00:43:04 < karlp> heh, had and old ref man, that said, "It is cleared by software by 2022-10-28T00:43:06 < karlp> programming it to it." 2022-10-28T00:43:15 < karlp> thought, "ah, surely, there's a newer one that makes that more clear"... 2022-10-28T00:43:32 < karlp> narrator: "that was naiive, and he should have known better" 2022-10-28T00:45:31 < scrts> karlp TI makes some stuff on that.. 2022-10-28T00:45:51 < scrts> I would have guessed that everyone moved away from STM32 with the current stock issues :) 2022-10-28T00:46:04 < karlp> what stock issues? 2022-10-28T00:46:40 < hexo> no stock, no issues! :D 2022-10-28T00:46:45 < scrts> ^ this 2022-10-28T00:47:03 < karlp> https://bin.jvnv.net/file/k1uTR.png 2022-10-28T00:47:25 < mawk> 6lowpan is the best kind of pan 2022-10-28T00:47:39 < hexo> mmm, F0, never more :D 2022-10-28T00:47:53 < karlp> g0 too... 2022-10-28T00:48:08 < hexo> buuut, good to know there is actual stock 2022-10-28T00:48:13 < hexo> thanks 2022-10-28T00:48:19 < karlp> they have piules of f1 shits and f3.. 2022-10-28T00:49:08 < karlp> f303rb is under $4 in 10s... 2022-10-28T00:49:12 < karlp> that's pretty reasonable. 2022-10-28T00:49:30 < qyx> G4 in stock too, my favourite 2022-10-28T00:49:42 < qyx> and new and cool 2022-10-28T00:49:51 < karlp> not much u5 around though, unfrotunately. 2022-10-28T00:49:51 < hexo> G4 is really awesome 2022-10-28T00:59:20 -!- pragmalin [~pragmalin@user/pragmalin] has quit [Quit: Leaving] 2022-10-28T01:07:59 < qyx> mcp3564.c:56:2: error: variable-sized object may not be initialized 2022-10-28T01:08:02 < qyx> why is that so 2022-10-28T01:08:37 < qyx> https://paste.jvnv.net/view/iHOdO 2022-10-28T01:21:04 -!- IanW [~IceChat9@arcanum.force9.co.uk] has joined ##stm32 2022-10-28T01:21:08 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-28T01:21:12 < Laurence_b> herp derp 2022-10-28T01:21:22 < Laurence_b> CSLIP is way simpler than PPP on linux 2022-10-28T01:27:25 < Laurence_b> although its vulnerable to corruption 2022-10-28T01:36:08 -!- scrts [~scrts@163.116.133.119] has quit [Ping timeout: 244 seconds] 2022-10-28T01:36:19 -!- IanW [~IceChat9@arcanum.force9.co.uk] has quit [Quit: Bye] 2022-10-28T02:14:09 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-28T02:24:00 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 255 seconds] 2022-10-28T02:29:57 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-28T02:35:35 < qyx> this is ridiculous 2022-10-28T02:35:52 < qyx> I am trying to get this damned microchip ADC thing working 2022-10-28T02:36:04 < qyx> oh yeah, I don't need IRQ now, what for! 2022-10-28T02:36:12 < qyx> I can poll the IRQ register to know if I want 2022-10-28T02:36:30 < qyx> or I won't poll at all, just let it convert continuously, which is the default 2022-10-28T02:36:34 < qyx> and read the data register 2022-10-28T02:36:39 < qyx> no shit sherlock 2022-10-28T02:36:52 < qyx> I HAVE to setup the IRQ and even enable pullup 2022-10-28T02:37:01 < qyx> otherwise the data are not written to the data register 2022-10-28T02:39:54 < kaki> https://www.youtube.com/watch?v=QrkiJZKJfpY 2022-10-28T03:27:52 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-28T03:35:24 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-28T03:39:58 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-28T03:45:59 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-28T03:46:13 < Laurence_b> lol watching bbc documentary on Elons Musk 2022-10-28T03:46:23 < Laurence_b> guy I know from uni got name dropped 2022-10-28T03:46:40 < Laurence_b> what a weirdo 2022-10-28T03:55:50 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-28T04:42:56 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-28T05:43:25 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-28T06:08:19 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-28T06:36:30 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Read error: Connection reset by peer] 2022-10-28T07:17:32 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-28T08:07:02 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-28T08:42:59 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-28T10:15:34 -!- m5zs7k [aquares@web10.mydevil.net] has quit [Ping timeout: 244 seconds] 2022-10-28T10:16:38 -!- m5zs7k [aquares@web10.mydevil.net] has joined ##stm32 2022-10-28T12:52:46 -!- Posterdati [~Posterdat@user/Posterdati] has quit [Read error: Connection reset by peer] 2022-10-28T13:05:48 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-28T13:07:18 -!- Posterdati [~Posterdat@user/Posterdati] has joined ##stm32 2022-10-28T14:05:10 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-28T14:18:41 < srk> the NRF tooling, uff 2022-10-28T14:18:46 < srk> scary 2022-10-28T14:26:31 -!- catphish_ [~charlie@user/catphish] has joined ##stm32 2022-10-28T15:11:10 -!- scrts [~scrts@163.116.133.117] has joined ##stm32 2022-10-28T16:04:36 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Remote host closed the connection] 2022-10-28T16:04:55 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-28T16:21:42 -!- catphish_ [~charlie@user/catphish] has quit [Read error: Connection reset by peer] 2022-10-28T16:41:05 -!- hexo [~hexo@user/hexo] has quit [Remote host closed the connection] 2022-10-28T16:46:47 -!- hexo [~hexo@user/hexo] has joined ##stm32 2022-10-28T17:07:26 -!- drkow [~k\o\w@72.53.234.152] has joined ##stm32 2022-10-28T17:10:04 -!- drfff [~k\o\w@72.53.234.152] has quit [Ping timeout: 255 seconds] 2022-10-28T18:00:40 -!- drfff [~k\o\w@72.53.234.152] has joined ##stm32 2022-10-28T18:02:21 -!- drkow [~k\o\w@72.53.234.152] has quit [Ping timeout: 260 seconds] 2022-10-28T18:10:02 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-28T18:26:25 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-28T18:45:39 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 272 seconds] 2022-10-28T18:53:19 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-28T19:04:17 < jbo> got some PCB here with rather large relays (12V coil, 250VAC 50A rated). There is an SMD component parallel to each coil. The component is marked "BT 56A". A diode dest shows 0.3V voltage drop in both directions. having trouble finding a datasheet from the marking. any ideas? 2022-10-28T19:05:32 < jbo> it's a two-pad jobby 2022-10-28T19:05:50 < jbo> might be a TVS diode? 2022-10-28T19:09:54 < qyx> I would say the voltage drop is caused by the coil 2022-10-28T19:11:29 < jpa-> yeah, you are probably measuring the coil unless you desoldered the diode 2022-10-28T19:13:44 < jbo> yeah, just took the "diode" off 2022-10-28T19:13:49 < jbo> it shows open connection in both directions :D 2022-10-28T19:14:18 < jpa-> put your lab psu to 60V & 1mA or similar and see what it says 2022-10-28T19:14:20 < qyx> it is not dioding much 2022-10-28T19:14:21 < jbo> it's the relay board of a 3-phase solar inverter. apparently a lot of people had this thing breaking down and replacing the relay board helped. but that would be like a 250.- USD and currently unavailable, so trying to fix what is actually broken 2022-10-28T19:14:46 < jbo> jpa-, good idea. my bench DMM only has like 5 or 6V for diode testing afaik 2022-10-28T19:15:21 < jpa-> what size of package is it? SMA? 2022-10-28T19:15:49 < jpa-> and polarity line or no polarity line? 2022-10-28T19:16:40 < jbo> just did the bench supply thingy and still open in both directions 2022-10-28T19:16:53 < jbo> no polarization marking visible at all on this one 2022-10-28T19:17:07 < jbo> it's roughly SMA shaped, but I haven't done HW in a while so my knowledge might be off 2022-10-28T19:17:17 < jbo> the marking is BT\n56 2022-10-28T19:17:40 < jbo> and below that a company logo I don't recognize (like flower but with only four leaves) 2022-10-28T19:17:50 < jbo> leafs* jesus 2022-10-28T19:18:21 < jbo> BT 56A that is, 2022-10-28T19:18:25 < jpa-> isn't "leaves" correct? or does it have some cannabis jesus on it? 2022-10-28T19:19:20 < jbo> not important but this would be the board (random picture from the internet): https://http2.mlstatic.com/D_735392-MLB48746748437_012022-B.jpg 2022-10-28T19:22:20 < jbo> so there are four relays, each of them has one of "these". but there is also a diode across the coil of each relay 2022-10-28T19:23:56 < jpa-> so, at least that part is not stopping anything from happening 2022-10-28T19:27:10 -!- c10ud [~c10ud@user/c10ud] has quit [Quit: Leaving] 2022-10-28T19:29:42 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-28T19:33:30 < jbo> jup 2022-10-28T19:33:44 < jbo> testing the rest of the circutry, but the board seems to perform as expected on first glance (at least without load) 2022-10-28T19:37:10 < jpa-> looks like simple enough board to clone, so you can start selling it as second source 2022-10-28T19:38:00 < jbo> hehe, yeah, but that's not my style I guess 2022-10-28T19:38:14 < jbo> plus it's an ABB jobby, they'd probably kick down my door 2022-10-28T19:40:33 < karlp> why doesn't phoenix have a recommended case cut sizes for things that get plugs with clips over the top? 2022-10-28T19:40:40 < karlp> is that meant to be jsut "#experiemnt yourself...." 2022-10-28T19:41:13 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-28T19:41:27 < Laurence_b> status: sending Roko a link to BBC documentary 2022-10-28T19:42:09 < karlp> so which fediverse are you on lolrence? 2022-10-28T19:42:33 < Laurence_b> lol I aits got tiem for dat 2022-10-28T19:42:50 < Laurence_b> >Rokos Bastiat 2022-10-28T19:43:04 < Laurence_b> Musk and Grimes confirmed as full retard 2022-10-28T19:43:27 < Laurence_b> literally just a moar autistic version of Pascals wager 2022-10-28T19:43:59 < Laurence_b> epin fail https://news.slashdot.org/story/22/10/28/1529211/lego-to-discontinue-mindstorms-robot-line-after-a-24-year-run 2022-10-28T19:44:15 < Laurence_b> still not as fail as lego technic electric failway shit 2022-10-28T19:44:27 < Laurence_b> >we're gunna change the track design every 3 years 2022-10-28T20:19:07 < aandrew> to be fair they were ridiculously overpriced, their education kits (ie sold to schools) are even worse 2022-10-28T20:42:43 < specing> I loved legos. Sadly I was playing with them before these robot stuffs 2022-10-28T20:43:09 < specing> I remember what was available were bare motors with and without integrated gearboxes 2022-10-28T20:43:26 < specing> and a 6*AA handhelp off/on/reverse controller 2022-10-28T20:43:31 < specing> handheld* 2022-10-28T20:44:04 < jpa-> i had RCX kit, it was great 2022-10-28T20:45:27 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-28T20:45:48 < jpa-> NQC was what taught me C, even though it wasn't C 2022-10-28T21:08:56 -!- qyx [~qyx@84.245.120.98] has quit [Ping timeout: 250 seconds] 2022-10-28T21:11:02 -!- qyx [~qyx@84.245.121.127] has joined ##stm32 2022-10-28T21:35:58 < englishman> we had lego rcx and its predecessor at school 2022-10-28T21:36:02 < englishman> lego dacta i think it was called 2022-10-28T21:41:33 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-28T21:43:23 < kaki> I won mindstorms from drawing competition 2022-10-28T21:45:46 < kaki> I peaked as innovator at age of 12 2022-10-28T21:47:43 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-28T21:47:58 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-28T21:54:09 < englishman> after 12 it's all downhill 2022-10-28T21:54:31 < t4nk_fn> lol, indeed, I was in doubt about making a remark myself ;) 2022-10-28T21:54:46 < t4nk_fn> 'it would explain things' 2022-10-28T22:07:10 < rustyaxe> chinese diesel heater has arrived. We will not freeze to death this winter! 2022-10-28T22:09:06 < specing> rustyaxe: you will if diesel gets confiscated 2022-10-28T22:09:55 < englishman> death will be from asphyxiation instead 2022-10-28T22:12:00 < kaki> rustyaxe: briefcase type? 2022-10-28T22:12:29 < rustyaxe> specing: Confiscated? 2022-10-28T22:12:45 < rustyaxe> They better bring some big damn guns if they wanna steal anything out here lool 2022-10-28T22:12:57 < rustyaxe> englishman: It has a vent that goes outside lol 2022-10-28T22:13:11 < kaki> in case of war but they wont need couple hundred litres rustyaxe has 2022-10-28T22:13:38 -!- scrts [~scrts@163.116.133.117] has quit [Quit: Client closed] 2022-10-28T22:14:05 < rustyaxe> theres 100 gallons in the tank inside and hmm. about 1638 gallons of diesel and 4 gallons of water in the underground tank :P 2022-10-28T22:14:10 < kaki> also isn't he from across the pond? 2022-10-28T22:14:30 < kaki> yes. gallons he is talking about gallons 2022-10-28T22:14:38 < rustyaxe> Pond? we have a pond. It has turtles. They will bite you. Hard. 2022-10-28T22:15:01 < kaki> don't leave your weenie out 2022-10-28T22:15:42 < rustyaxe> thankfully never had to flog a snapper off my tallywhacker :P 2022-10-28T22:16:09 < kaki> sometimes pikes attack naked swimmers 2022-10-28T22:17:09 < kaki> rustyaxe: underground tank for oil burner? 2022-10-28T22:18:39 < rustyaxe> No, its for farm diesel 2022-10-28T22:18:50 < rustyaxe> but its untaxed so i'll burn it for backup heat as needed 2022-10-28T22:20:27 < kaki> light oil fuel 2022-10-28T22:20:28 < rustyaxe> just dont tell the british i only paid 2.23$ USD/gal for it last fill up or their tears will wash us all away :O 2022-10-28T22:20:49 < rustyaxe> Offroad diesel, dyed and untaxed. :o 2022-10-28T22:21:01 < rustyaxe> just dont put it in anything going on a road and you're fine 2022-10-28T22:21:02 < kaki> strawberry juice 2022-10-28T22:21:22 < kaki> since when you have been farmin rustyaxe? 2022-10-28T22:21:26 -!- scrts [~scrts@163.116.133.117] has joined ##stm32 2022-10-28T22:21:37 < rustyaxe> i farm lead, kaki. 2022-10-28T22:22:01 < kaki> thats very american 2022-10-28T22:25:22 < scrts> dont tell me you're in Ohio 2022-10-28T22:25:24 < kaki> https://www.youtube.com/watch?v=med677Ewmmo farming lead 2022-10-28T22:27:23 < kaki> and NSFW etc. 2022-10-28T22:27:56 < rustyaxe> no, ohio is a barren wasteland 2022-10-28T22:28:12 < kaki> rustyaxe: are you in that video? 2022-10-28T22:28:24 < rustyaxe> No that is Brother Hickok45. 2022-10-28T22:28:41 < kaki> you wished you had the swag 2022-10-28T22:29:08 < rustyaxe> http://istabpeople.com/junk/308pew.jpg sometimes you just have to murica so hard that the people at the other end of the valley hear it. 2022-10-28T22:29:32 < kaki> wtf is that 2022-10-28T22:29:36 < rustyaxe> https://istabpeople.com/junk/b00m.jpg that is what it looks like in action. It makes freedom ring 2022-10-28T22:29:53 < rustyaxe> or at least all ears within 100 meters not suitably protected :P 2022-10-28T22:30:03 < rustyaxe> It is 308 winchester pistol 2022-10-28T22:30:08 < kaki> yes I see 2022-10-28T22:30:11 < rustyaxe> Sometimes .357 magnum is not enough 2022-10-28T22:30:38 < kaki> that round is rifle round 2022-10-28T22:31:29 < kaki> how is the recoil? 2022-10-28T22:31:41 < rustyaxe> Its not too bad. It weighs about 5lb 2022-10-28T22:32:21 < kaki> does that gun have any practical purpose? 2022-10-28T22:32:54 < rustyaxe> Hunting deer. Shooting home invaders wearing soft armor. Generally most people cease their poor behaviour when you unholster it too. 2022-10-28T22:33:22 < rustyaxe> If you miss, it still has a good chance to make them on fire at moderate ranges :O 2022-10-28T22:34:40 < rustyaxe> https://istabpeople.com/junk/spiderfreeze1.jpg spiders do not care for a can of duster upside down 2022-10-28T22:35:59 < kaki> rather big spidey 2022-10-28T22:36:51 < kaki> longlegs are the biggest I have seen myself 2022-10-28T22:37:03 < rustyaxe> he is smaller of his kind but their bites take ages to heal properly 2022-10-28T22:37:22 < kaki> does it drink blood? 2022-10-28T22:37:47 < rustyaxe> nah not overly poisonous either just has nasty digestive enzymes in his bite :o 2022-10-28T22:38:35 < rustyaxe> kaki: https://istabpeople.com/junk/WeaponsPuppies.jpg i buy that here btw 2022-10-28T22:39:00 < qyx> heap_useNewlib.c:57:4: warning: #warning "This wrapper was verified for newlib version 2.5.0; please ensure newlib's external requirements for malloc-family are unchanged!" [-Wcpp] 2022-10-28T22:39:03 < qyx> anyone using this? 2022-10-28T22:41:54 < kaki> rustyaxe: any more interesting toys? 2022-10-28T22:53:12 < rustyaxe> http://istabpeople.com/junk/deathtrap.jpg 2022-10-28T22:53:35 < rustyaxe> it uses arduino, not stm32 for the ignition, sryz :( 2022-10-28T22:53:53 < rustyaxe> i had not seen the light yet :o 2022-10-28T23:00:07 < josuah> rustyaxe: that is a nice little bike though! 2022-10-28T23:00:59 < rustyaxe> it'll do at least 61mph lol 2022-10-28T23:01:16 < catphish> hint of the day: olimex ESP32 modules are absolute garbage 2022-10-28T23:01:24 < rustyaxe> I value my life slightly too much to go any faster on so tiny thing 2022-10-28T23:01:46 < rustyaxe> But the cop who stopped me said i hit 61mph in the 55 and he wasn't mad just impressed. :P 2022-10-28T23:02:07 < catphish> today i drove a tesla roadster :D 2022-10-28T23:02:19 < rustyaxe> did you wash yourself with bleach afterwards? 2022-10-28T23:03:10 < catphish> i did not, it was awesome 2022-10-28T23:07:48 < PaulFertser> rustyaxe: looks like something is wrong with your DNS, dig +trace istabpeople.com fails for me. 2022-10-28T23:08:04 < PaulFertser> Hm, probably IP block? 2022-10-28T23:08:39 < rustyaxe> you're in russia, china, or brazil i take it? 2022-10-28T23:08:42 < rustyaxe> Sorry about that :( 2022-10-28T23:08:57 < PaulFertser> Yes, I'm sorry too. 2022-10-28T23:09:02 < rustyaxe> got tired of millions of log entries a week of automated attacks 2022-10-28T23:09:17 < rustyaxe> now im down to hundreds a day 2022-10-28T23:09:46 < PaulFertser> Do you actually review them? Or was traffic consumption reduced? 2022-10-28T23:10:44 < rustyaxe> My log console stopped scrolling by like world was ending within minutes of adding the ipsets :\ 2022-10-28T23:11:03 < rustyaxe> they were beating my poor smtpd to hell and back 2022-10-28T23:11:07 < rustyaxe> trying to make spams 2022-10-28T23:11:27 < rustyaxe> and trying to brute force logins for anything they could find. It got tiresome 2022-10-28T23:12:56 < PaulFertser> So works as intended, ok then :) 2022-10-28T23:13:59 < rustyaxe> Unfortunately that happened about 2 years ago when i became mostly the only admin 2022-10-28T23:25:05 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 2022-10-28T23:43:23 -!- mouseghost [~draco@user/mouseghost] has joined ##stm32 2022-10-28T23:48:44 -!- scrts [~scrts@163.116.133.117] has quit [Quit: Client closed] --- Day changed la loka 29 2022 2022-10-29T00:22:36 < mawk> bitmask do you have narcan with you? 2022-10-29T00:22:43 < mawk> a reddit guy wants to send me a box of it 2022-10-29T00:22:53 < mawk> that sounds illegal but I'll say yes 2022-10-29T00:23:24 < bitmask> i got a few from the methadone clinic when i first started, they expired so im pretty sure i tossed them 2022-10-29T00:24:29 < Steffanx-> Mawk and his drug addiction -_- 2022-10-29T00:24:53 < mawk> it probably doesn't expire 2022-10-29T00:24:59 < mawk> but it's in solution so I don't know 2022-10-29T00:25:02 < mawk> it's not drug Steffanx- 2022-10-29T00:25:06 < mawk> it's anti-drug 2022-10-29T00:25:14 < mawk> it's the antidote to opiates 2022-10-29T00:25:23 < mawk> that you give to people overdosing so that they don't die 2022-10-29T00:25:38 < Steffanx-> So why you need it then? 2022-10-29T00:25:53 < mawk> to revive overdosing friends 2022-10-29T00:26:07 < mawk> or revive sneaky guests if they go through my methadone stash 2022-10-29T00:26:10 < mawk> or kids 2022-10-29T00:26:18 < mawk> or revive the cat if she eats a pill 2022-10-29T00:26:25 < mawk> or revive myself if I fuck up 2022-10-29T00:26:31 < mawk> not dying is pretty cool 2022-10-29T00:27:06 < Steffanx-> Don't fuck up 2022-10-29T00:27:14 < mawk> better safe than sorry 2022-10-29T00:27:38 < Steffanx-> No need to be sorry after overdosing. 2022-10-29T00:27:43 < mawk> why 2022-10-29T00:27:54 < mawk> that depends if it's voluntarily or not 2022-10-29T00:28:30 < mawk> and even when it's voluntary we tend to try to revive people that tried to die 2022-10-29T00:29:02 < Steffanx-> No need to be sorry when you, when you dont survive it 2022-10-29T00:29:20 < Steffanx-> -when you 2022-10-29T00:29:22 < Steffanx-> Lol 2022-10-29T00:29:32 < mawk> sure 2022-10-29T00:29:38 < mawk> but people are me will be sad 2022-10-29T00:29:43 < mawk> also I like being alive 2022-10-29T00:29:46 < mawk> I'm not done here 2022-10-29T00:29:57 < rustyaxe> It's evolution, baby! 2022-10-29T00:30:11 < mawk> only when I can sleep with my childhood love I can die happy 2022-10-29T00:30:19 < mawk> or maybe when I do something useful for the world 2022-10-29T00:30:21 < mawk> not before 2022-10-29T00:30:53 < rustyaxe> Human extinction? That seems useful for the world 2022-10-29T00:32:18 < mawk> if it happens after my time it's fine 2022-10-29T00:37:15 -!- pragmalin [~pragmalin@user/pragmalin] has quit [Quit: Leaving] 2022-10-29T00:45:10 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Ping timeout: 250 seconds] 2022-10-29T00:59:41 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-29T02:16:29 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-29T02:21:40 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Quit: Client closed] 2022-10-29T02:30:20 -!- mouseghost [~draco@user/mouseghost] has quit [Quit: mew wew] 2022-10-29T02:30:45 < machinehum> Got my USB boards 2022-10-29T02:30:46 < machinehum> https://imgur.com/a/9uV5ZdM 2022-10-29T02:31:30 < machinehum> Something else I havn't notices from JLC... you can get your stencils cut to a custom size 2022-10-29T02:31:45 < machinehum> I havn't been doing that and they've been shipping me fucking massive stancils 2022-10-29T02:31:48 < machinehum> stencils 2022-10-29T02:47:48 < mawk> what does it do 2022-10-29T02:48:16 < machinehum> Nothing yet 2022-10-29T02:48:18 < machinehum> https://interruptlabs.ca/2022/07/29/I-m-Building-a-Self-Destructing-USB-Drive/ 2022-10-29T02:48:24 < mawk> o 2022-10-29T02:57:22 < catphish> that usb drive is still dumb :) 2022-10-29T02:58:42 < machinehum> catphish: Thanks :-) 2022-10-29T02:59:04 < catphish> machinehum: is that your design? :) 2022-10-29T02:59:38 < machinehum> First crack yeah 2022-10-29T02:59:55 < machinehum> The internet told me it wasn't good 2022-10-29T03:00:01 < machinehum> So I built it anyway 2022-10-29T03:00:37 < catphish> :D 2022-10-29T03:01:19 < machinehum> Getting a working MSD device is the first priority 2022-10-29T03:01:32 < machinehum> Crazy Chinese IC 2022-10-29T03:15:34 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-29T03:16:22 -!- hexo [~hexo@user/hexo] has quit [Remote host closed the connection] 2022-10-29T03:17:39 -!- hexo [~hexo@user/hexo] has joined ##stm32 2022-10-29T03:53:16 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 260 seconds] 2022-10-29T05:04:01 -!- catphish [~charlie@user/catphish] has quit [Quit: Leaving] 2022-10-29T05:19:58 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-29T05:20:12 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 2022-10-29T06:06:16 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Ping timeout: 250 seconds] 2022-10-29T06:16:12 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-29T06:27:48 -!- hexo [~hexo@user/hexo] has quit [Remote host closed the connection] 2022-10-29T06:28:12 -!- hexo [~hexo@user/hexo] has joined ##stm32 2022-10-29T06:46:34 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-29T06:57:24 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [Ping timeout: 250 seconds] 2022-10-29T09:42:12 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-29T09:49:52 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-29T10:54:44 < Steffanx-> Custom size also saves you quite a bit on shipping costs machinehum 2022-10-29T12:13:44 < Steffanx-> Custom as in much smaller than default 2022-10-29T13:20:06 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-29T13:33:38 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-29T15:13:06 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-29T15:45:49 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-29T16:59:05 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has joined ##stm32 2022-10-29T16:59:32 < kaki> musk dragged a sink to twitter HQ 2022-10-29T17:00:54 < kaki> "let sink in" 2022-10-29T17:06:23 < specing> carried it in 2022-10-29T17:06:27 < specing> not dragged 2022-10-29T17:06:38 < kaki> yes 2022-10-29T17:12:08 < kaki> imagine the horror of the employees of twitter 2022-10-29T17:13:31 < specing> I don't understand why he has to buy tweeter if he intends to fire lots of people. He could just make a tweeter competitor 2022-10-29T17:16:02 < kaki> didn't trump try that? 2022-10-29T17:16:11 < kaki> yet another echo chamber 2022-10-29T17:18:25 < kaki> also I think there is no room for 2 services like twitter 2022-10-29T17:18:40 < kaki> is it called micro-blog or something 2022-10-29T17:24:03 < specing> kaki: yeah but trump has no money 2022-10-29T17:24:12 < specing> musk could actually run ads for his tweeter v2.0 2022-10-29T17:25:06 < kaki> did twitter at some point restrict musk or something? 2022-10-29T17:33:01 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 272 seconds] 2022-10-29T17:37:44 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-29T18:18:51 -!- mouseghost [~draco@user/mouseghost] has joined ##stm32 2022-10-29T18:26:22 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-29T18:26:27 < Laurence_b> supp 2022-10-29T18:26:44 < Laurence_b> anyone know of any delta-sigma modulator ics? 2022-10-29T18:38:58 < kaki> interesting question 2022-10-29T18:39:03 < kaki> why? 2022-10-29T18:39:31 < kaki> sound like a jubb for a small fpga at first 2022-10-29T18:46:25 < kaki> openssl yet again 2022-10-29T18:49:14 < qyx> Laurence_b: there are plenty 2022-10-29T18:49:34 < qyx> search for <4 bit ADCs 2022-10-29T18:50:57 < kaki> what is the use case for such? 2022-10-29T18:51:15 < qyx> isolated adc 2022-10-29T18:51:28 < kaki> ah 2022-10-29T18:51:42 < kaki> :o 2022-10-29T18:52:05 < kaki> Laurence_b: back to inverter? 2022-10-29T19:01:42 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-29T19:06:55 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-29T19:09:38 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-29T19:14:44 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-29T19:14:50 < Laurence_b> I was after fully digital 2022-10-29T19:14:55 < Laurence_b> hmm maybe stm32 can do this 2022-10-29T19:40:13 < qyx> yes fully digital, modulator on the primary side, digital isolator, stm32 with that DSFDM 2022-10-29T19:41:07 < Laurence_b> I need bidirectional tho, and stm32 cant modulate? 2022-10-29T19:44:57 -!- BrainDamage [~braindama@user/BrainDamage] has quit [Ping timeout: 240 seconds] 2022-10-29T19:48:07 < rustyaxe> people actually use twatter? 2022-10-29T19:52:42 < mouseghost> rust fanboys 2022-10-29T19:53:51 < Laurence_b> you can use nitter to avoid nag screen 2022-10-29T19:55:02 < rustyaxe> I just stick to the original antisocial networking - irc 2022-10-29T19:55:55 < rustyaxe> Speaking of, i have to attend to some ISP complaints monday. Apparently some of our users really upset some people with their websites. But its completely legal content so i wont be taking it down until they stop paying :P 2022-10-29T19:58:14 -!- BrainDamage [~braindama@user/BrainDamage] has joined ##stm32 2022-10-29T20:07:19 < Laurence_b> lulwut 2022-10-29T20:07:25 < Laurence_b> can I ask what the webshit is? 2022-10-29T20:10:48 -!- catphish_ [~charlie@user/catphish] has joined ##stm32 2022-10-29T20:11:18 -!- catphish_ [~charlie@user/catphish] has quit [Client Quit] 2022-10-29T20:12:13 -!- catphish_ [~charlie@user/catphish] has joined ##stm32 2022-10-29T20:14:26 < rustyaxe> 4 hours into power outage, UPS is starting to bitch..back whenever the third world electricity company gets their shit together... :O 2022-10-29T20:17:14 < Laurence_b> https://www.bing.com/th?id=ODL.c296e0e6b5438f43e9c828db72691e87&w=298&h=204&c=12&rs=1&qlt=99&pcl=faf9f7&o=6&dpr=1.3&pid=13.1 2022-10-29T20:37:37 < mouseghost> rustyaxe, you host somethingawful or so lol? 2022-10-29T20:57:43 < kaki> rustyaxe: what kind of power outage? 2022-10-29T20:57:58 < kaki> the normal normal? 2022-10-29T21:19:44 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 250 seconds] 2022-10-29T21:32:03 < rustyaxe> Glorious day, the powah has returned. 2022-10-29T21:45:04 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-29T21:48:15 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 272 seconds] 2022-10-29T21:58:10 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-29T22:09:19 -!- drkow [~k\o\w@72.53.234.152] has joined ##stm32 2022-10-29T22:10:46 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-29T22:12:19 -!- drfff [~k\o\w@72.53.234.152] has quit [Ping timeout: 272 seconds] 2022-10-29T22:19:28 -!- drfff [~k\o\w@72.53.234.152] has joined ##stm32 2022-10-29T22:21:55 -!- drkow [~k\o\w@72.53.234.152] has quit [Ping timeout: 255 seconds] 2022-10-29T22:54:00 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-29T22:59:43 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 255 seconds] 2022-10-29T23:18:26 -!- Kerr [~quassel@2601:602:ce80:df10::18f3] has joined ##stm32 2022-10-29T23:33:17 < qyx> normal power outages? 2022-10-29T23:42:16 < kaki> normal means like local weather related etc. 2022-10-29T23:42:25 < kaki> in my books 2022-10-29T23:49:08 < Steffanx-> I dont even remember the last power outage not caused by myself here. 2022-10-29T23:50:37 < qyx> we are in a power saving mode now 2022-10-29T23:50:48 < qyx> 5 days with no photovoltaic gain 2022-10-29T23:51:07 < qyx> 1.5kWh daily --- Day changed su loka 30 2022 2022-10-30T00:27:07 < BrainDamage> how much average power do you draw? 2022-10-30T00:27:22 < BrainDamage> I ballparked mine to 300W or so 2022-10-30T00:31:59 < qyx> around 2 kWh daily 2022-10-30T00:32:03 < qyx> so under 100 W 2022-10-30T00:32:58 < qyx> depends, but it can be 3 kWh or up to 5 kWh 2022-10-30T00:52:04 < rustyaxe> i use 263kwh/month 2022-10-30T00:52:07 < rustyaxe> in summer 2022-10-30T00:53:46 < kaki> you have gas mains? 2022-10-30T00:54:24 < kaki> and everything energy intensive running from NG? 2022-10-30T00:58:31 -!- CatCow [~wtf_over@98.246.223.133] has joined ##stm32 2022-10-30T01:03:40 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-30T01:08:09 < rustyaxe> nah just very energy efficient 2022-10-30T01:08:58 -!- begriffs [~begriffs@user/begriffs] has quit [Quit: Leaving] 2022-10-30T01:10:17 < karlp> machinehum: yeah, cutting stencisl downs can also dramatically change your shipping prices too :) 2022-10-30T01:31:47 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-30T01:31:50 < Laurence_b> woah 2022-10-30T01:32:04 < Laurence_b> esp32 has dual 2nd order sigma-delta encode and decode 2022-10-30T01:33:51 < Laurence_b> literally better than stm32 2022-10-30T01:34:01 < Laurence_b> pity the adc peripherals are shit 2022-10-30T01:34:31 < Laurence_b> also, clock is limited to only 10MHz 2022-10-30T01:55:17 -!- mouseghost [~draco@user/mouseghost] has quit [Quit: mew wew] 2022-10-30T02:06:32 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-30T02:47:08 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-30T02:47:21 < Laurence_b> esp32 has some quite good digital peripherals 2022-10-30T03:21:32 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-30T03:21:51 -!- hexo [~hexo@user/hexo] has quit [Remote host closed the connection] 2022-10-30T03:21:51 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-30T03:22:10 -!- hexo [~hexo@user/hexo] has joined ##stm32 2022-10-30T03:43:14 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Ping timeout: 250 seconds] 2022-10-30T03:47:30 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-30T03:05:17 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-30T03:09:00 < machinehum> karlp: yup 2022-10-30T03:09:30 < machinehum> Has anyone built a little linear LiPo charger with discrete components 2022-10-30T03:09:34 < machinehum> opamps and shit 2022-10-30T03:09:58 < machinehum> The chip shortage has motivated me to do things like that 2022-10-30T03:10:17 < machinehum> Simple little buck supply... should be a few opamps 2022-10-30T03:20:28 < qyx> constant off-time buck could probably be a comparator and a 555? 2022-10-30T03:21:16 < qyx> maybe a second one for pulse skipping 2022-10-30T04:38:29 < bitmask> woo, just deleted like 20 min of work 2022-10-30T04:39:40 < rustyaxe> Oof 2022-10-30T04:39:43 < bitmask> instead of using vcs to go back and check how something was I just held undo for a while, it usually works and I just redo until im back but it wouldnt redo... 2022-10-30T04:39:46 < rustyaxe> <3 git 2022-10-30T04:39:50 < rustyaxe> ;( 2022-10-30T04:39:59 < rustyaxe> i spewed out some horrible perl vomit today 2022-10-30T04:40:20 < bitmask> luckily the work was obvious, it was just tedious 2022-10-30T04:40:30 < rustyaxe> always is once oyu figured it out the first time 2022-10-30T04:40:32 < rustyaxe> Sometimes its good tho 2022-10-30T04:40:41 < rustyaxe> A rewrite might solve a bug you hadnt found yet 2022-10-30T04:40:50 < rustyaxe> now that the whole problem is fresh in your mind 2022-10-30T04:41:14 * rustyaxe wanders back to spewing KML out of perl 2022-10-30T04:41:28 < bitmask> well thats what i mean, i was just changing the way something works, there was only one way to change it so it was straightforward 2022-10-30T04:41:47 < bitmask> but yea, good idea, back to work 2022-10-30T06:00:10 -!- begriffs [~begriffs@user/begriffs] has joined ##stm32 2022-10-30T06:32:05 -!- Netsplit *.net <-> *.split quits: dobson, jmcgnh, Steffanx-, machinehum, dima, Sadale 2022-10-30T06:32:07 -!- Steffanx- [sid97872@id-97872.uxbridge.irccloud.com] has joined ##stm32 2022-10-30T06:33:29 -!- Netsplit over, joins: dima, machinehum 2022-10-30T06:34:27 -!- Netsplit over, joins: Sadale 2022-10-30T06:35:24 -!- jmcgnh [~jmcgnh@wikipedia/jmcgnh] has joined ##stm32 2022-10-30T06:36:07 -!- dobson [~dobson@static.38.6.217.95.clients.your-server.de] has joined ##stm32 2022-10-30T06:50:02 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-30T06:53:39 -!- Netsplit *.net <-> *.split quits: chiptuner, mannerism, con3, pwillard 2022-10-30T06:54:00 -!- Netsplit over, joins: chiptuner 2022-10-30T06:54:23 -!- Netsplit over, joins: mannerism, con3 2022-10-30T06:54:28 -!- pwillard [sid136981@2a03:5180:f:4::2:1715] has joined ##stm32 2022-10-30T07:00:38 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Remote host closed the connection] 2022-10-30T07:59:11 < machinehum> qyx: Yeah, that's what I figure 2022-10-30T07:59:33 < machinehum> But you would need a feedback loop 2022-10-30T08:00:15 < machinehum> It would basically be 3 parts, the pwm generator, transistor and fedback loop 2022-10-30T08:00:35 < machinehum> You could make the feedback loop a PID loop 2022-10-30T08:00:58 < machinehum> I'm very high and can't tell if that makes sense or not 2022-10-30T08:01:28 < machinehum> Oh I guess upi 2022-10-30T08:01:42 < machinehum> you're saying the comparator would be the feedback 2022-10-30T08:01:53 < machinehum> That might osicilate out of control 2022-10-30T08:02:10 < machinehum> Whatever I don't know that sounds like a cool breadboard thing 2022-10-30T08:37:49 -!- jmcgnh [~jmcgnh@wikipedia/jmcgnh] has quit [Ping timeout: 252 seconds] 2022-10-30T08:38:27 -!- jmcgnh_ [~jmcgnh@wikipedia/jmcgnh] has joined ##stm32 2022-10-30T08:41:33 -!- jmcgnh_ is now known as jmcgnh 2022-10-30T08:57:37 -!- chiptuner [~bobby@user/chiptuner] has quit [Ping timeout: 252 seconds] 2022-10-30T08:58:10 -!- mannerism [~tic@107.191.100.185] has quit [Ping timeout: 252 seconds] 2022-10-30T08:59:29 -!- chiptuner [~bobby@user/chiptuner] has joined ##stm32 2022-10-30T08:59:47 -!- CatCow [~wtf_over@98.246.223.133] has quit [Quit: Textual IRC Client: www.textualapp.com] 2022-10-30T09:00:18 -!- mannerism [~tic@107.191.100.185] has joined ##stm32 2022-10-30T09:19:49 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-30T09:31:05 -!- Streake_ [~Streaker@user/streaker] has joined ##stm32 2022-10-30T09:46:06 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-30T10:01:54 -!- Streake_ [~Streaker@user/streaker] has quit [Ping timeout: 255 seconds] 2022-10-30T10:25:44 -!- Streake_ [~Streaker@user/streaker] has joined ##stm32 2022-10-30T10:25:44 -!- Streake_ is now known as Streaker 2022-10-30T11:04:07 -!- mannerism [~tic@107.191.100.185] has quit [Ping timeout: 252 seconds] 2022-10-30T11:05:23 -!- mannerism [~tic@107.191.100.185] has joined ##stm32 2022-10-30T11:21:15 -!- IanW [~IceChat9@arcanum.force9.co.uk] has joined ##stm32 2022-10-30T11:50:19 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 252 seconds] 2022-10-30T12:02:57 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-30T12:20:07 -!- mannerism [~tic@107.191.100.185] has quit [Read error: Connection reset by peer] 2022-10-30T12:20:50 -!- mannerism [~tic@107.191.100.185] has joined ##stm32 2022-10-30T13:15:20 -!- catphish_ [~charlie@user/catphish] has quit [Ping timeout: 252 seconds] 2022-10-30T13:22:26 -!- potash [~foghorn@user/foghorn] has quit [Quit: ZNC 1.8.2 - https://znc.in] 2022-10-30T13:29:00 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-30T13:39:38 -!- potash [~foghorn@user/foghorn] has joined ##stm32 2022-10-30T13:42:50 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 246 seconds] 2022-10-30T14:17:01 -!- kraiskil [~kraiskil@mob-194-230-161-179.cgn.sunrise.net] has joined ##stm32 2022-10-30T14:27:53 -!- potash [~foghorn@user/foghorn] has quit [Read error: Connection reset by peer] 2022-10-30T14:30:38 -!- potash [~foghorn@user/foghorn] has joined ##stm32 2022-10-30T14:53:09 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 2022-10-30T15:19:18 -!- Streaker [~Streaker@user/streaker] has quit [Remote host closed the connection] 2022-10-30T15:19:42 -!- Streaker [~Streaker@user/streaker] has joined ##stm32 2022-10-30T15:40:45 -!- kraiskil [~kraiskil@mob-194-230-161-179.cgn.sunrise.net] has quit [Ping timeout: 255 seconds] 2022-10-30T15:41:10 -!- pragmalin [~pragmalin@user/pragmalin] has quit [Quit: Leaving] 2022-10-30T15:53:23 -!- kraiskil [~kraiskil@mob-194-230-161-179.cgn.sunrise.net] has joined ##stm32 2022-10-30T16:24:40 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-30T16:51:43 -!- kraiskil [~kraiskil@mob-194-230-161-179.cgn.sunrise.net] has quit [Ping timeout: 252 seconds] 2022-10-30T17:05:35 -!- kraiskil [~kraiskil@mob-194-230-161-179.cgn.sunrise.net] has joined ##stm32 2022-10-30T17:10:26 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-30T17:10:46 < Laurence_b> >if you want multichannel 2nd order sigma-delta io your choice is fpga or esp32 2022-10-30T17:11:05 < Laurence_b> wtf I love esp32 now 2022-10-30T17:14:16 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-30T17:27:29 < benishor> anyone knows of a mcu compatible LMS noise reduction implementation somewhere? 2022-10-30T17:32:53 < kaki> why esp32? 2022-10-30T17:36:19 < kaki> Laurence_b 2022-10-30T17:36:54 < kaki> sounds like a jubb for entry level fpga 2022-10-30T17:42:58 < jpa-> esp32 has built-in sigma delta modulator 2022-10-30T17:43:05 < Laurence_b> kaki: yeah, esp32 is the only micro I've found that can do it 2022-10-30T17:43:20 < jpa-> pretty much any micro can do the same by software 2022-10-30T17:43:38 < Laurence_b> not at high speed, but then again esp32 is limited to 10MHz 2022-10-30T17:44:00 < Laurence_b> generating 10MHz 2nd order sigma-delta on stm32 would be v hard 2022-10-30T17:44:04 < jpa-> isn't ESP32 modulator just 8 bit also? 2022-10-30T17:44:10 < Laurence_b> no its 16bit 2022-10-30T17:45:13 < Laurence_b> I tried to work out how hard it would be with discrete logic, looks actually quite tricky, even an entry level cpld wouldn't do it 2022-10-30T17:45:40 < Laurence_b> esp32 motor controller is quite good too, pity the adc is so poor 2022-10-30T17:46:10 < Laurence_b> it doesnt have proper synchronisation modes to control the adc sampling either 2022-10-30T17:46:26 < Laurence_b> the timer is as good as tms320 lol 2022-10-30T17:51:01 < Laurence_b> actually the esp32 can run as a i2s stereo source, so the adc could be locked to timers with some external logic 2022-10-30T17:54:38 < jpa-> Laurence_b: hmm, which ESP32 has 16-bit general purpose sigma delta? e.g. ESP32C3 shows the GPIOSD_SIGMADELTAx_REG data width as 8-bit 2022-10-30T17:55:08 < jpa-> then there is the 16-bit PCM->PDM converter as part of the I2S block, but i think that is just single channel 2022-10-30T18:02:16 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-30T18:02:28 < Laurence_b> hmm ok 2022-10-30T18:02:34 < Laurence_b> I read it as 16bit dual channel 2022-10-30T18:03:17 < Laurence_b> https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/i2s.html 2022-10-30T18:03:41 < Laurence_b> "PDM TX can only support 16 bits width sample data" 2022-10-30T18:03:49 < Laurence_b> or do they mean dual 8bit? 2022-10-30T18:06:11 < jpa-> that is the I2S PDM 2022-10-30T18:06:36 < jpa-> maybe it is two channel then 2022-10-30T18:07:14 < jpa-> usually in I2S PDM the left / right are interleaved on single pin 2022-10-30T18:07:21 < Laurence_b> wait there is another sigma-delta thing 2022-10-30T18:07:47 < jpa-> yes, there is 8-bit GPIO PDM which you use for blinking leds, and there is 16-bit I2S PDM you use for making beeps 2022-10-30T18:09:27 < jpa-> to me the I2S PDM appears to have only one output pin, even though it can interleave two stereo channels on it 2022-10-30T18:09:41 < jpa-> i guess you could separate them if you are really desperate 2022-10-30T18:09:54 < jpa-> with e.g. two D-flipflops or something 2022-10-30T18:11:31 < Laurence_b> yeah 2022-10-30T18:13:18 < jpa-> i don't quite see why you consider second order sigma delta so difficult, it seems it would be quite easily done at 10MHz on any >= 100MHz cortex-m3 2022-10-30T18:14:26 < Laurence_b> if you try to work out all the instructions required its quite demanding 2022-10-30T18:14:42 < Laurence_b> also using 100MHz of your available clock cycles for modulation is not good 2022-10-30T18:14:46 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 252 seconds] 2022-10-30T18:15:14 < jpa-> yeah, might want to use a 400MHz processor if you have several channels and other things to do 2022-10-30T18:16:03 < jpa-> i agree that hardware support is nice, but 8-bit seems quite useless 2022-10-30T18:16:12 < jpa-> PWM is pretty much as good at such bit depths 2022-10-30T18:16:12 < BrainDamage> or you coule use a dedicated mcu to act as a adc 2022-10-30T18:16:49 < jpa-> *DAC, ADC part would be easily solved with the STM32 DFSDM block 2022-10-30T18:17:09 < BrainDamage> why do you insist on 2nd order sigma delta? what's the boundary on the quantization noise that you have? 2022-10-30T18:18:17 -!- kraiskil [~kraiskil@mob-194-230-161-179.cgn.sunrise.net] has quit [Ping timeout: 246 seconds] 2022-10-30T18:19:53 < jpa-> one can also have the quantizer output e.g. 5 bits and choose a longer sequence of output bits based on that - it changes the noise shaping frequency distribution a bit, but is a lot faster 2022-10-30T18:20:16 < jpa-> (choose output bits from lookup table) 2022-10-30T18:49:35 < Laurence_b> derp the i2s - adc mode is master only 2022-10-30T18:49:43 < Laurence_b> esp32 insists on failing 2022-10-30T18:52:06 < kaki> fpga 2022-10-30T18:56:04 < Laurence_b> the motor control pwm is nice, but without a way to sync the adc its next to useless 2022-10-30T18:56:18 < Laurence_b> I guess an isr could be used but thats getting dodgy 2022-10-30T18:58:28 < BrainDamage> I like how faprenceb always ignored questions and keep on in his train of thoughts, always makes for an excellent conversational partner 2022-10-30T18:59:25 < kaki> yes 2022-10-30T18:59:39 -!- Streaker [~Streaker@user/streaker] has quit [Ping timeout: 255 seconds] 2022-10-30T18:59:39 < kaki> if you are lucky he responds with greenline 2022-10-30T19:04:30 -!- Xogium [~Xogium@LuminaSensum/founder/Xogium] has quit [Quit: Leaving.] 2022-10-30T19:10:02 < bitmask> in c++ when you have a function that has a rvalue parameter, how come to pass that to a function that accepts an rvalue parameter you have to use std::move again 2022-10-30T19:10:23 < bitmask> actually its kinda obvious 2022-10-30T19:10:27 < bitmask> i think 2022-10-30T19:10:36 < bitmask> it must turn into an lvalue inside the function 2022-10-30T19:11:25 -!- Xogium [~Xogium@LuminaSensum/founder/Xogium] has joined ##stm32 2022-10-30T19:11:34 < BrainDamage> you can extract references instead 2022-10-30T19:12:11 < bitmask> what do you mean 2022-10-30T19:14:00 < bitmask> instead of passing it as a rvalue just take the rvalue of the passed lvalue? 2022-10-30T19:14:26 < bitmask> if thats what you meant, it wont work for my purpose, im overloading functions, one with lvalue one with rvalue, they behave differently 2022-10-30T19:14:36 < bitmask> so move it is 2022-10-30T19:15:40 < BrainDamage> ok, yes, if you mix l and r, it won't work 2022-10-30T19:35:20 < Laurence_b> BrainDamage: second order sigma-delta gives good performance when oversampling by a sane ratio 2022-10-30T19:35:39 < Laurence_b> I need 10 ENOB or so 2022-10-30T19:36:28 < BrainDamage> ... 10 ENOB in linear or sigma delta? 2022-10-30T19:37:17 < BrainDamage> and why can't you send 16 bits in linear over serialized pcm? 2022-10-30T19:47:02 < qyx> tbh too much overthinking, i2c or spi adc, digital isolator, consider it done 2022-10-30T19:47:16 < qyx> no point in doing sigma delta, .. or? 2022-10-30T19:51:27 < qyx> or an isolated opamp if you have $$ 2022-10-30T19:51:41 < qyx> but considering you are trying to use esp32.. 2022-10-30T19:55:49 < BrainDamage> qyx: my point too 2022-10-30T19:56:31 -!- catphish [~charlie@user/catphish] has quit [Quit: Leaving] 2022-10-30T19:56:39 -!- catphish_ [~charlie@user/catphish] has joined ##stm32 2022-10-30T20:11:05 < Laurence_b> its to interface with off the shelf sigma-delta kit 2022-10-30T20:11:42 < Laurence_b> woah esp32 has mmu with virtual address mode 2022-10-30T20:11:52 < kaki> why not linear opto qyx? 2022-10-30T20:12:29 < kaki> are we adding digital devices to the problem unnecissarilly? 2022-10-30T20:14:10 -!- qyx [~qyx@84.245.121.127] has quit [Ping timeout: 246 seconds] 2022-10-30T20:16:03 -!- qyx [~qyx@84.245.121.149] has joined ##stm32 2022-10-30T20:18:55 < Laurence_b> probably lol 2022-10-30T20:29:30 < englishman> isn't blackfin made for situations like this 2022-10-30T20:40:20 -!- ferdna [~ferdna@user/ferdna] has quit [Ping timeout: 248 seconds] 2022-10-30T21:04:30 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-30T21:09:56 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-30T21:17:08 -!- ferdna [~ferdna@user/ferdna] has quit [Ping timeout: 248 seconds] 2022-10-30T21:36:22 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-30T21:41:00 -!- catphish_ [~charlie@user/catphish] has quit [Read error: Connection reset by peer] 2022-10-30T21:41:10 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-30T21:47:14 < Mangy_Dog> is it possible to get the esp32 to run an sql database? Nothing too large... just mainly settings and some smart home organisation stuff 2022-10-30T21:57:05 < kaki> sqlite 2022-10-30T21:58:36 < kaki> https://www.sqlite.org/footprint.html 2022-10-30T22:00:40 < kaki> a whiff over 1MB 2022-10-30T22:00:59 < kaki> x86 though 2022-10-30T22:01:00 < Mangy_Dog> nods 2022-10-30T22:03:03 < kaki> "Compiling with GCC and -Os results in a binary that is slightly less than 500KB in size. " 2022-10-30T22:07:49 < kaki> sound like you want full posix system Mangy_Dog 2022-10-30T22:07:53 -!- Posterdati [~Posterdat@user/Posterdati] has quit [Read error: Connection reset by peer] 2022-10-30T22:08:08 -!- IanW [~IceChat9@arcanum.force9.co.uk] has quit [Quit: Bye] 2022-10-30T22:09:48 < Mangy_Dog> it would have some kind of web based interface 2022-10-30T22:09:53 < Mangy_Dog> as well as an embedded interface 2022-10-30T22:12:05 -!- Posterdati [~Posterdat@user/Posterdati] has joined ##stm32 2022-10-30T22:31:09 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-30T22:31:13 < Laurence_b> wtf esp32 2022-10-30T22:31:33 < Laurence_b> they have hardware based nvic style multitasking, but the sdk uses freertos 2022-10-30T22:38:39 < Mangy_Dog> freertos can be setup to target cores 2022-10-30T22:39:14 < Mangy_Dog> not sure what nvic is though 2022-10-30T22:47:34 < Laurence_b> nested vectored interrupt controller 2022-10-30T22:59:12 < Laurence_b> looks like freertos interrupt latency is only ~2us, so not so bad 2022-10-30T22:59:48 < Laurence_b> also the timers can be connected via the gpio matrix, rather like stm32 master/slave mode with signal routing 2022-10-30T23:05:00 < BrainDamage> Mangy_Dog: maybe look first at esp32home stuff 2022-10-30T23:31:01 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 252 seconds] 2022-10-30T23:38:40 < Mangy_Dog> planning to 2022-10-30T23:43:23 < Mangy_Dog> i know some people who work on esphome stuff 2022-10-30T23:43:37 < Mangy_Dog> was going to pick their brains to see if it was something i could adapt --- Day changed ma loka 31 2022 2022-10-31T00:14:43 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-31T00:33:55 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [Ping timeout: 272 seconds] 2022-10-31T01:01:17 -!- potash [~foghorn@user/foghorn] has quit [Quit: ZNC 1.8.2 - https://znc.in] 2022-10-31T01:22:00 -!- boB_K7IQ [~boB_K7IQ@wsip-98-174-254-2.ph.ph.cox.net] has joined ##stm32 2022-10-31T02:37:08 -!- boB_K7IQ [~boB_K7IQ@wsip-98-174-254-2.ph.ph.cox.net] has quit [Ping timeout: 248 seconds] 2022-10-31T02:50:05 -!- catphish [~charlie@user/catphish] has quit [Remote host closed the connection] 2022-10-31T02:50:20 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-31T03:07:19 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-31T03:08:52 -!- Streaker [~Streaker@user/streaker] has joined ##stm32 2022-10-31T03:10:21 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has quit [Ping timeout: 272 seconds] 2022-10-31T03:53:01 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 246 seconds] 2022-10-31T03:53:18 -!- duude__ [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-31T04:24:52 -!- kaki [~kaki@37-136-36-99.rev.dnainternet.fi] has quit [Ping timeout: 244 seconds] 2022-10-31T04:26:12 -!- [_] [~itchyjunk@user/itchyjunk/x-7353470] has joined ##stm32 2022-10-31T04:28:42 -!- [itchyjunk] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Ping timeout: 246 seconds] 2022-10-31T04:30:56 -!- [_] [~itchyjunk@user/itchyjunk/x-7353470] has quit [Read error: Connection reset by peer] 2022-10-31T04:53:19 -!- duude__- [~duude__@user/duude/x-4676560] has joined ##stm32 2022-10-31T04:53:32 -!- duude__ [~duude__@user/duude/x-4676560] has quit [Ping timeout: 246 seconds] 2022-10-31T04:54:37 -!- duude__- is now known as duude__ 2022-10-31T05:43:25 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 2022-10-31T06:48:52 -!- Streaker [~Streaker@user/streaker] has quit [Ping timeout: 248 seconds] 2022-10-31T06:53:36 -!- Streaker [~Streaker@user/streaker] has joined ##stm32 2022-10-31T07:46:12 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-31T09:30:03 -!- Streaker [~Streaker@user/streaker] has quit [Ping timeout: 246 seconds] 2022-10-31T10:35:01 -!- splud [~noneya.bi@user/splud] has quit [Quit: Leaving] 2022-10-31T10:44:30 -!- splud [~noneya.bi@user/splud] has joined ##stm32 2022-10-31T11:34:51 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has joined ##stm32 2022-10-31T11:34:54 < Laurence_b> https://nitter.pussthecat.org/MemePantheon/status/1585858273894404096#m 2022-10-31T11:37:19 -!- MGF_Fabio [~MGF_Fabio@host-79-53-38-190.retail.telecomitalia.it] has joined ##stm32 2022-10-31T11:51:26 -!- Streaker [~Streaker@user/streaker] has joined ##stm32 2022-10-31T12:01:20 -!- specing [~specing@user/specing] has quit [Quit: ZNC - https://znc.in] 2022-10-31T12:16:11 < mawk> dans les prisons de Nantes y'avait un prisonnier 2022-10-31T12:16:31 < mawk> https://youtu.be/C3IvjILdWSs 2022-10-31T12:39:49 < Steffanx-> Je ne parle pas français monsieur Mawk. 2022-10-31T12:41:54 -!- catphish [~charlie@user/catphish] has quit [Quit: Leaving] 2022-10-31T12:50:38 < mawk> :( 2022-10-31T12:58:11 -!- Laurence_b [~Laurenceb@135.141.208.46.dyn.plus.net] has quit [Quit: Client closed] 2022-10-31T13:11:32 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-31T13:11:43 -!- catphish [~charlie@user/catphish] has quit [Client Quit] 2022-10-31T13:11:52 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-31T13:23:53 -!- Streake_ [~Streaker@user/streaker] has joined ##stm32 2022-10-31T13:27:01 -!- Streaker [~Streaker@user/streaker] has quit [Ping timeout: 252 seconds] 2022-10-31T13:51:55 -!- Mangy_Dog [~Mange@user/mangy-dog/x-7397214] has joined ##stm32 2022-10-31T14:56:02 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-31T15:14:39 -!- Streake_ [~Streaker@user/streaker] has quit [Ping timeout: 255 seconds] 2022-10-31T15:42:33 -!- catphish [~charlie@user/catphish] has quit [Quit: Leaving] 2022-10-31T15:44:41 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-31T15:57:30 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-31T16:33:54 -!- Jak_o_Shadows [~quassel@user/jak-o-shadows/x-5091859] has quit [Ping timeout: 250 seconds] 2022-10-31T16:34:39 -!- Jak_o_Shadows [~quassel@user/jak-o-shadows/x-5091859] has joined ##stm32 2022-10-31T16:55:54 -!- Jak_o_Shadows [~quassel@user/jak-o-shadows/x-5091859] has quit [Ping timeout: 255 seconds] 2022-10-31T17:47:10 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Ping timeout: 252 seconds] 2022-10-31T17:51:02 -!- Streake_ [~Streaker@user/streaker] has joined ##stm32 2022-10-31T17:57:06 -!- Streake_ [~Streaker@user/streaker] has quit [Ping timeout: 255 seconds] 2022-10-31T18:13:27 -!- kaki [~kaki@176-93-63-132.bb.dnainternet.fi] has joined ##stm32 2022-10-31T18:18:53 < kaki> https://www.youtube.com/watch?v=i0RkEs3Xwf0 2022-10-31T18:20:22 -!- drzacek [~drzacek@188.126.177.102] has joined ##stm32 2022-10-31T18:26:15 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 246 seconds] 2022-10-31T18:56:47 -!- Streake_ [~Streaker@user/streaker] has joined ##stm32 2022-10-31T19:11:48 -!- Streake_ [~Streaker@user/streaker] has quit [Ping timeout: 255 seconds] 2022-10-31T19:43:18 -!- MGF_Fabio [~MGF_Fabio@host-79-53-38-190.retail.telecomitalia.it] has quit [Ping timeout: 255 seconds] 2022-10-31T20:11:46 -!- catphish [~charlie@user/catphish] has quit [Quit: Leaving] 2022-10-31T20:12:01 -!- catphish [~charlie@user/catphish] has joined ##stm32 2022-10-31T20:14:15 -!- ferdna [~ferdna@user/ferdna] has quit [Quit: Leaving] 2022-10-31T20:21:22 -!- drzacek_ [~drzacek@188.126.177.102] has joined ##stm32 2022-10-31T20:24:28 -!- drzacek [~drzacek@188.126.177.102] has quit [Ping timeout: 252 seconds] 2022-10-31T20:38:03 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has joined ##stm32 2022-10-31T20:42:30 < kaki> all 4 water pump runner wheels of olkiluoto 3 have 1-2cm long cracks :o 2022-10-31T20:43:14 < kaki> 4/4 of pumps inoperable 2022-10-31T20:45:03 -!- nerozero [~nerozero@87.253.63.54] has joined ##stm32 2022-10-31T20:52:12 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has quit [Ping timeout: 246 seconds] 2022-10-31T20:53:59 < kaki> example case of redundancy 2022-10-31T20:57:47 -!- Sadale [~Sadale@user/sadale] has quit [Quit: tawa pona!] 2022-10-31T21:00:08 -!- Sadale [~Sadale@user/sadale] has joined ##stm32 2022-10-31T21:02:49 -!- ferdna [~ferdna@user/ferdna] has joined ##stm32 2022-10-31T21:08:17 -!- drzacek_ [~drzacek@188.126.177.102] has quit [Quit: Leaving] 2022-10-31T21:17:45 -!- nerozero [~nerozero@87.253.63.54] has quit [Ping timeout: 246 seconds] 2022-10-31T21:20:14 -!- boB_K7IQ [~boB_K7IQ@174-26-250-48.phnx.qwest.net] has joined ##stm32 2022-10-31T21:47:16 -!- rooferdave [~rooferdav@rrcs-24-97-76-202.nys.biz.rr.com] has joined ##stm32 2022-10-31T21:49:37 -!- rooferdave [~rooferdav@rrcs-24-97-76-202.nys.biz.rr.com] has quit [Client Quit] 2022-10-31T21:50:12 -!- rooferdave [~rooferdav@rrcs-24-97-76-202.nys.biz.rr.com] has joined ##stm32 2022-10-31T21:55:24 -!- rooferdave [~rooferdav@rrcs-24-97-76-202.nys.biz.rr.com] has quit [Quit: Konversation terminated!] 2022-10-31T22:03:09 -!- MGF_Fabio [~MGF_Fabio@net-93-65-79-208.cust.vodafonedsl.it] has joined ##stm32 2022-10-31T22:05:45 -!- MGF_Fabio [~MGF_Fabio@net-93-65-79-208.cust.vodafonedsl.it] has quit [Client Quit] 2022-10-31T22:06:03 -!- MGF_Fabio [~MGF_Fabio@net-93-65-79-208.cust.vodafonedsl.it] has joined ##stm32 2022-10-31T22:22:12 -!- boB_K7IQ [~boB_K7IQ@174-26-250-48.phnx.qwest.net] has quit [Ping timeout: 248 seconds] 2022-10-31T22:40:52 -!- bitmask [~bitmask@c-69-141-221-242.hsd1.nj.comcast.net] has quit [Ping timeout: 252 seconds] 2022-10-31T22:42:57 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has joined ##stm32 2022-10-31T22:54:07 -!- pragmalin [~pragmalin@user/pragmalin] has joined ##stm32 2022-10-31T23:00:24 -!- kraiskil [~kraiskil@10.121.104.92.dynamic.wline.res.cust.swisscom.ch] has quit [Ping timeout: 255 seconds] 2022-10-31T23:01:13 -!- Sadale [~Sadale@user/sadale] has quit [Ping timeout: 252 seconds] 2022-10-31T23:01:16 -!- Sadale_ [~Sadale@user/sadale] has joined ##stm32 2022-10-31T23:01:44 -!- Xogium [~Xogium@LuminaSensum/founder/Xogium] has quit [Quit: Leaving.] 2022-10-31T23:07:19 -!- Xogium [~Xogium@LuminaSensum/founder/Xogium] has joined ##stm32 2022-10-31T23:16:53 -!- boB_K7IQ [~boB_K7IQ@184.101.119.130] has joined ##stm32 2022-10-31T23:53:12 -!- Xogium [~Xogium@LuminaSensum/founder/Xogium] has quit [Quit: Leaving.] 2022-10-31T23:55:03 -!- lagash [lagash@lagash.shelltalk.net] has quit [Quit: ZNC - https://znc.in] 2022-10-31T23:55:15 -!- lagash [lagash@lagash.shelltalk.net] has joined ##stm32 2022-10-31T23:56:40 -!- Xogium [~Xogium@LuminaSensum/founder/Xogium] has joined ##stm32 2022-10-31T23:57:37 -!- Xogium [~Xogium@LuminaSensum/founder/Xogium] has quit [Client Quit] 2022-10-31T23:58:43 -!- Xogium [~Xogium@LuminaSensum/founder/Xogium] has joined ##stm32 --- Log closed ti marras 01 00:00:45 2022