--- Log opened Tue Oct 01 00:00:40 2013 2013-10-01T00:25:21 -!- MrM0bius is now known as MrMobius|zzz 2013-10-01T00:30:57 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has joined ##stm32 2013-10-01T00:39:01 -!- sterna [~Adium@dhcp-179072.eduroam.chalmers.se] has quit [Quit: Leaving.] 2013-10-01T00:39:41 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has quit [Quit: leaving] 2013-10-01T00:44:59 -!- PT_Dreamer [~quassel@bl13-187-105.dsl.telepac.pt] has quit [Ping timeout: 260 seconds] 2013-10-01T00:46:24 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has joined ##stm32 2013-10-01T00:54:25 < gxti> because the current flows in a loop between the coil and the diode, sort of like a bicycle when you stop pedalling it's just spinning on its own 2013-10-01T00:57:30 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-01T00:59:23 <+Steffan-> gxti is a teacher uh? 2013-10-01T01:01:33 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Quit: Ik ga weg] 2013-10-01T01:03:03 -!- Laurenceb_ [~Laurence@host86-174-21-138.range86-174.btcentralplus.com] has joined ##stm32 2013-10-01T01:11:02 -!- shiftplusone [~Shift@unaffiliated/shiftplusone] has quit [Read error: Operation timed out] 2013-10-01T01:11:22 -!- shiftplusone [~Shift@unaffiliated/shiftplusone] has joined ##stm32 2013-10-01T01:33:56 -!- alexn [~alexn@pD95EBF3B.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 2013-10-01T02:10:31 -!- zump [65a4773e@gateway/web/freenode/ip.101.164.119.62] has quit [Ping timeout: 250 seconds] 2013-10-01T02:13:43 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-01T02:26:20 * emeb is really liking doing DSP on an M4F w/ floating point. 2013-10-01T02:28:20 < zyp> :) 2013-10-01T02:30:38 -!- MrMobius [~Joey@194.176.111.163] has joined ##stm32 2013-10-01T02:33:27 < dongs> dspdongs 2013-10-01T02:33:37 -!- MrMobius|zzz [~Joey@194.176.111.168] has quit [Ping timeout: 246 seconds] 2013-10-01T02:34:58 < emeb> and the fact that the M4F is in an STM32F303 that costs ~$3 2013-10-01T02:43:29 <+Steffan-> a new few hundred $ device emeb? 2013-10-01T02:43:54 < emeb> Steffan-: That would be telling. :) 2013-10-01T02:46:24 -!- markiv [8102a4c2@gateway/web/freenode/ip.129.2.164.194] has quit [Quit: Page closed] 2013-10-01T02:54:53 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-01T02:55:14 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-01T02:58:24 <+Steffan-> meh 2013-10-01T03:09:53 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has quit [Ping timeout: 250 seconds] 2013-10-01T03:24:09 -!- Laurenceb_ [~Laurence@host86-174-21-138.range86-174.btcentralplus.com] has quit [Ping timeout: 253 seconds] 2013-10-01T03:25:41 -!- markiv [8102a4c2@gateway/web/freenode/ip.129.2.164.194] has joined ##stm32 2013-10-01T03:29:38 < markiv> hello, i am trying some simple program tests (led blinking) to check freertos on my stm32f103CB chip using IAR. i have a couple of questions, can anyone with some freertos experience help? thanks 2013-10-01T03:31:47 < dongs> IAR, freertos? you couldnt have picked worse combo of stuff. 2013-10-01T03:31:57 < markiv> is it? 2013-10-01T03:32:12 < dongs> i'd say so 2013-10-01T03:32:16 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 245 seconds] 2013-10-01T03:32:30 < dongs> keil > IAR by far, and feertos............ i'd probably even pick chibios over that shit. 2013-10-01T03:32:31 < markiv> what would you suggest? 2013-10-01T03:32:40 < markiv> ok 2013-10-01T03:32:48 < dongs> tho my personal favorite is coos. whats hte problem anyway? 2013-10-01T03:32:50 < dongs> blinking led isnt hard 2013-10-01T03:32:59 < dongs> does feertos have a hal? or you just use stdperiphlib? 2013-10-01T03:33:15 < dongs> i dont think it does, so you just configure gpio based on ST exampls and go? 2013-10-01T03:33:30 < markiv> i have setup led to blink every 1 second, but for some reason it is blinking every 9 seconds 2013-10-01T03:33:43 < dongs> sounds like you fucked up clock config 2013-10-01T03:33:49 < markiv> i'm using a freertos demo for iar 2013-10-01T03:33:50 < dongs> what evalboard are you using? 2013-10-01T03:33:59 < dongs> and whats the crystal on it 2013-10-01T03:34:08 < markiv> all the clock config seems fine for example the portTICK, TICKRATE_HZ etc 2013-10-01T03:34:19 < dongs> right, im talking about actual hardware PLL setup 2013-10-01T03:34:23 < markiv> crystal is 16 MHZ 2013-10-01T03:34:56 < dongs> not sure if you can actualyl use that on F103CB. 2013-10-01T03:35:33 < markiv> i have also tried a similar program using atollic lite 2013-10-01T03:35:41 < dongs> what's your RCC_CFGR_PLLMUL set to. 2013-10-01T03:41:07 < markiv> from the header file it says ((uint32_t)0x003C0000) though i'm not sure if that is what you were looking for.. 2013-10-01T03:45:27 < markiv> i am working with a custom stm32f103cb board 2013-10-01T03:51:37 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-01T03:57:29 -!- CheBuzz [~CheBuzz@76.164.192.124] has quit [Read error: Operation timed out] 2013-10-01T03:58:22 -!- CheBuzz [~CheBuzz@76.164.192.124] has joined ##stm32 2013-10-01T04:04:25 < dongs> shitty. 2013-10-01T04:04:28 < dongs> fucking magic numbers. 2013-10-01T04:04:32 < dongs> rewrite that stuff properly. 2013-10-01T04:10:16 < Thorn> markiv: default stdperiph lib config for f103 is 72MHz with a 8MHz crystal, so if you didn't change it you'd be trying to run at 144MHz 2013-10-01T04:14:24 < markiv> ok i will change that, thanks Thorn and dongs 2013-10-01T04:14:49 < ohsix> 1144L 2013-10-01T04:15:08 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-01T04:15:52 < Thorn> and HSI is 8MHz, which is 1/9 of 72 2013-10-01T04:21:04 < dongs> matchcocksarm hasnt made anything useful yet 2013-10-01T04:21:11 < dongs> http://www.kickstarter.com/projects/1883701526/matchboxarm 2013-10-01T04:22:59 < dongs> We will design a customized project for you, using MatchboxARM as the main brain. Robotic platforms, Internet of Things platforms, using all the kind of sensors and drivers. Temperature, light, humidity sensors, radio modules, mosfet based drivers, displays, and much more. You will have Skype contact with our team so you can tell us what your project must do, and we will make it come true for you. 2013-10-01T04:23:05 < dongs> 2 backers Limited (3 left of 5) 2013-10-01T04:23:07 < dongs> Estimated delivery: Sep 2013 2013-10-01T04:23:08 < dongs> oh my 2013-10-01T04:23:11 < dongs> they already missed THAT deadline. 2013-10-01T04:35:19 -!- BrainDamage [~BrainDama@62.10.6.72] has quit [Quit: Leaving.] 2013-10-01T04:35:30 -!- BrainDamage [~BrainDama@62.10.6.72] has joined ##stm32 2013-10-01T04:37:46 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-01T04:47:53 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-01T04:51:17 < dongs> The pack for your hackerspace. You can now create amazing projects using this five MatchboxARM in your hackerspace. They are connected over I2C forming a small redC. You can now test parallel processing algorithms. Also as a reward you get the CD with examples. 2013-10-01T04:51:22 < dongs> fucking failed 2013-10-01T04:51:31 < dongs> The pack for your hackerspace. You can now create amazing projects using this five MatchboxARM in your hackerspace. They are connected over I2C forming a small red. You can now test parallel processing algorithms. Also as a reward you get the CD with examples. 2013-10-01T04:51:35 < dongs> what. 2013-10-01T04:51:54 < dongs> what if I want to form a small GREEN. 2013-10-01T04:53:33 < emeb_mac> any color you want as long as it's red 2013-10-01T04:59:40 < ohsix> you're done, turn in your badge 2013-10-01T05:00:26 < ohsix> are you ready for some shutdown????/ 2013-10-01T05:02:43 < ohsix> dongs: what company ships parts with carbon fiber plate 2013-10-01T05:03:14 < dongs> ? 2013-10-01T05:03:18 < dongs> what is that in english 2013-10-01T05:03:22 < dongs> what "parts" 2013-10-01T05:03:28 < dongs> carbon fiber sheets? 2013-10-01T05:07:34 < ohsix> ya, big wheels of it! 2013-10-01T05:08:04 < ohsix> CoOS has interrupt latency next to zero, what's next to zero 2013-10-01T05:08:52 < dongs> 1 is next to zero 2013-10-01T05:09:48 < ohsix> http://www.coocox.org/BusinessModel.htm that's cute 2013-10-01T05:10:35 < ohsix> why is the sores behind some downloader and otherwise a login 2013-10-01T05:10:43 < dongs> who cares about business model 2013-10-01T05:10:48 < dongs> i only use it coz it has "cox' in its name 2013-10-01T05:14:50 < ohsix> why not just write your own and call it whatever you want 2013-10-01T05:15:05 < ohsix> tigerbutt OS 2013-10-01T05:15:16 < ohsix> you could have just the rear end of a vector tiger be your logo 2013-10-01T05:17:05 < ohsix> do the cortex jiggers till have manually managed cache? 2013-10-01T05:17:47 < ohsix> http://nuttx.org/ has nut in the name 2013-10-01T05:44:01 -!- MrMobius [~Joey@194.176.111.163] has quit [Ping timeout: 246 seconds] 2013-10-01T05:46:33 -!- MrMobius [~Joey@91.192.66.5] has joined ##stm32 2013-10-01T05:49:40 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 260 seconds] 2013-10-01T05:54:45 -!- BrainDamage [~BrainDama@62.10.6.72] has quit [Remote host closed the connection] 2013-10-01T05:57:40 -!- MrMobius [~Joey@91.192.66.5] has quit [Ping timeout: 246 seconds] 2013-10-01T05:58:13 -!- MrMobius [~Joey@91.192.67.229] has joined ##stm32 2013-10-01T06:01:23 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has joined ##stm32 2013-10-01T06:01:39 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2013-10-01T06:01:40 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-01T06:02:03 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-01T06:03:45 < emeb_mac> nutt, cox, lordy what next? 2013-10-01T06:05:27 * GargantuaSauce makes a mental note to call his potential future rtos PhallOS 2013-10-01T06:06:02 < emeb_mac> +1 2013-10-01T06:07:00 < emeb_mac> waiting for "dongux" 2013-10-01T06:14:31 < gxti> if i ever get tired of coos' shitty semaphores and start a new thing from scratch, i'll take it into consideration. 2013-10-01T06:16:55 -!- MrMobius [~Joey@91.192.67.229] has quit [Ping timeout: 246 seconds] 2013-10-01T06:18:07 -!- MrMobius [~Joey@194.176.111.154] has joined ##stm32 2013-10-01T06:31:54 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-01T06:31:57 -!- R0b0t1` [~dev@ip-18-11.net.ksu.edu] has joined ##stm32 2013-10-01T06:31:58 -!- R0b0t1` [~dev@ip-18-11.net.ksu.edu] has quit [Changing host] 2013-10-01T06:31:58 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-01T06:33:16 < emeb_mac> why not use laks? 2013-10-01T06:35:01 < dongs> why even need semaphores 2013-10-01T06:35:07 < dongs> if they're shitty youre doin it wrong 2013-10-01T06:36:04 < gxti> no, pretty grotesque race condition 2013-10-01T06:36:28 < gxti> check semaphore, if zero then release lock then sleep. oh look somebody incremented it after the lock is released, now you block forever 2013-10-01T06:37:09 < gxti> affects sem, mbox, queue, but not flags, and only if you specify timeout = 0 2013-10-01T06:40:19 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-01T06:41:13 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-01T06:41:17 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-01T06:41:22 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-01T06:45:33 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-01T06:56:07 < ohsix> anyone know of some sort of gps module 'review' thing, with a few data items for a handful of available modules, quiescent current and junk 2013-10-01T06:57:30 < ohsix> gxti: that sounds really wrong, is it not dependent on some atomic operation or something? 2013-10-01T06:58:58 -!- MrM0bius [~Joey@194.176.111.163] has joined ##stm32 2013-10-01T07:00:16 < ohsix> shut it dowwwwwwnn 2013-10-01T07:01:43 -!- MrMobius [~Joey@194.176.111.154] has quit [Ping timeout: 246 seconds] 2013-10-01T07:31:07 -!- MrM0bius [~Joey@194.176.111.163] has quit [Ping timeout: 246 seconds] 2013-10-01T07:34:33 -!- MrMobius [~Joey@194.176.111.174] has joined ##stm32 2013-10-01T07:48:35 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 256 seconds] 2013-10-01T07:51:01 -!- Viper168 [~Viper@node190.18.251.72.1dial.com] has joined ##stm32 2013-10-01T07:51:01 -!- Viper168 [~Viper@node190.18.251.72.1dial.com] has quit [Changing host] 2013-10-01T07:51:01 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-01T07:54:54 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2013-10-01T08:01:15 < emeb_mac> if the US Gov't is shut down, does GPS still work? 2013-10-01T08:03:54 < Guesc> if the US Gov't is shut down, can I download CP without any worries? 2013-10-01T08:05:37 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-01T08:05:46 < emeb_mac> ewww 2013-10-01T08:06:49 < ohsix> http://nuttx.org/Documentation/NuttXScreenShot.jpg 2013-10-01T08:07:16 < emeb_mac> nuttx is minimalist! 2013-10-01T08:11:57 -!- Activate_for_mor [~mirggi@host-117-152-66-217.spbmts.ru] has joined ##stm32 2013-10-01T08:13:48 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 240 seconds] 2013-10-01T08:15:01 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has quit [Quit: Page closed] 2013-10-01T08:15:43 -!- MrM0bius [~Joey@194.176.111.132] has joined ##stm32 2013-10-01T08:17:40 -!- MrMobius [~Joey@194.176.111.174] has quit [Ping timeout: 246 seconds] 2013-10-01T08:26:29 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has joined ##stm32 2013-10-01T08:29:48 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-01T08:30:56 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-01T08:42:52 < dongs> nuttx = bloated shitware 2013-10-01T08:49:18 < ohsix> or is it 2013-10-01T08:53:13 < dongs> no doubt about it. 2013-10-01T08:57:50 < emeb_mac> what was the trick that jpa said to do to link c++ with regular c? 2013-10-01T08:58:36 < Guesc> to disable name mangling ? 2013-10-01T09:00:41 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-01T09:01:00 < ohsix> extern "C" {} ? 2013-10-01T09:01:10 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-01T09:01:20 < emeb_mac> ray.o: file not recognized: File format not recognized 2013-10-01T09:01:25 < ohsix> stuff in the block don't get mangled 2013-10-01T09:01:48 < Guesc> emeb_mac: get a new harddisk 2013-10-01T09:01:56 < emeb_mac> har 2013-10-01T09:02:07 < ohsix> what does objdump say it is 2013-10-01T09:03:08 < Guesc> I like his name. Brummmm BAH. 2013-10-01T09:09:50 < emeb_mac> that's pretty close 2013-10-01T09:10:31 < emeb_mac> better than some folks who say brum-bow or broom-baw 2013-10-01T09:12:59 < emeb_mac> well, got it to compile and link - sorta. now it complains it can't find the function when it tries to link. 2013-10-01T09:13:33 -!- eroomde [~ed@cpc3-oxfd20-2-0-cust553.4-3.cable.virginmedia.com] has joined ##stm32 2013-10-01T09:14:38 < dongs> found ohsix resume http://billauer.co.il/cv.html 2013-10-01T09:15:01 < Guesc> you did the extern "C" {} thing around the function defintion 2013-10-01T09:15:35 < emeb_mac> Guesc: nope. 2013-10-01T09:19:52 < GargantuaSauce> yeah do that block around the c header includes 2013-10-01T09:20:09 -!- R2COM [~blackops@c-98-230-217-221.hsd1.nm.comcast.net] has joined ##stm32 2013-10-01T09:20:46 < Guesc> function declaration. sorry. 2013-10-01T09:20:59 < R2COM> hi dongers 2013-10-01T09:22:13 < emeb_mac> Guesc: thx - got it working now 2013-10-01T09:22:28 < Guesc> yay! 2013-10-01T09:22:40 < emeb_mac> dongs: got that raytracer running on the F303 2013-10-01T09:22:52 < emeb_mac> veeeeeerrrrrryyyyy sssssloooooowwwww 2013-10-01T09:28:00 -!- DanteA [~X@host-122-158-66-217.spbmts.ru] has joined ##stm32 2013-10-01T09:28:25 < dongs> haha 2013-10-01T09:28:34 < dongs> not with gcc i hope? 2013-10-01T09:30:26 < emeb_mac> dongs: yep - gcc 2013-10-01T09:33:07 < PaulFertser> Found your problem, hehehe 2013-10-01T09:33:50 < emeb_mac> no problem - can't expect a raytracer running on a 72MHz ARM to run particularly fast. 2013-10-01T09:34:12 < emeb_mac> Considering it takes like 20s to run on a 2GHz Intel processor... 2013-10-01T09:34:17 < PaulFertser> But dongs can, if the raytracer is compiled with Keil 2013-10-01T09:34:29 < emeb_mac> heh 2013-10-01T09:34:51 < emeb_mac> Keil is OK - been using it for other projects for a couple of months now. 2013-10-01T09:34:58 < Thorn> my first PC was much slower than that 2013-10-01T09:35:03 < emeb_mac> doesn't beat gcc for speed though. 2013-10-01T09:35:42 < dongs> lol. 2013-10-01T09:35:43 -!- xpg [~pf@5.179.82.4] has joined ##stm32 2013-10-01T09:36:29 < dongs> now you just trolling 2013-10-01T09:36:34 < emeb_mac> :) 2013-10-01T09:36:42 < emeb_mac> you didn't bite. 2013-10-01T09:36:54 < dongs> keil buries gcc in speed/size 2013-10-01T09:37:04 < emeb_mac> size I'll grant you. 2013-10-01T09:37:28 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-01T09:37:53 < dongs> flash reads arent free 2013-10-01T09:38:07 < GargantuaSauce> does it actually do a better job of vectorizing 2013-10-01T09:38:53 < emeb_mac> dongs: huh? 2013-10-01T09:40:41 < dongs> emeb_mac: smalelr size = less flash reads = faster 2013-10-01T09:41:00 < PaulFertser> If you have unrolled code, all the instructions are prefetched, so no penalty here. If you have tight code it needs more branching, hence more wait states for the flash. Am I missing something? 2013-10-01T09:41:32 < dongs> gcc still has a bug open for shit like foo[0] << 8 | foo[1] not turning into REV16 on arm... 2013-10-01T09:41:54 < emeb_mac> yeah - it misses a lot of obvious stuff. 2013-10-01T09:42:16 < emeb_mac> but it's great at unrolling / interleaving the DSP stuff that I do. 2013-10-01T09:42:46 < eroomde> dongs: oh? that's bad 2013-10-01T09:42:54 < R2COM> sometimes i look at software discussions here and understand that they are like a loop 2013-10-01T09:43:11 < emeb_mac> we repeat ourselves a lot 2013-10-01T09:43:15 < emeb_mac> but it's fun! 2013-10-01T09:43:31 < dongs> haha 2013-10-01T09:44:28 -!- DanteA [~X@host-122-158-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-01T09:45:10 < PaulFertser> It's because talks a lot about how Keil generates optimised code etc but never does any real benchmarking (esp. speed-wise) on small enough project so the results can be understood. 2013-10-01T09:45:51 < R2COM> PaulFertser: you are part of the loop too 2013-10-01T09:46:10 < GargantuaSauce> we are all made of star stuff 2013-10-01T09:46:20 < R2COM> not me 2013-10-01T09:46:26 < PaulFertser> R2COM: yes, true. 2013-10-01T09:46:35 < emeb_mac> 90% of everything is crud. - sturgeon's law. 2013-10-01T09:47:04 < emeb_mac> the two most common elements in the universe are hydrogen and stupidity. - ellison's corollary 2013-10-01T09:47:13 < R2COM> in *this* universe... 2013-10-01T09:47:41 < PaulFertser> R2COM: I don't like how dongs is unfair to free software without any good justification, just for the "lulz". Fair competition is nice and often helps. Giggling rarely does. 2013-10-01T09:48:55 < talsit> PaulFertser: dongs is troll 2013-10-01T09:49:10 < emeb_mac> heh - raytracer finished rendering - took it about 15min. x86 takes about 20s, so 45x slower? 2013-10-01T09:49:18 < dongs> if it wasnt for the lulz, why thefuck would I be on irc. 2013-10-01T09:49:21 < PaulFertser> talsit: I know it perfectly well. But he's an intellegent person, and thus his opinion matters to me. 2013-10-01T09:49:42 < talsit> he's not that smart 2013-10-01T09:49:46 < PaulFertser> dongs: e.g. I'm on IRC to get and receive help 2013-10-01T09:49:52 < PaulFertser> And provide 2013-10-01T09:50:50 < R2COM> PaulFertser: he is your Sensei 2013-10-01T09:51:15 < PaulFertser> talsit: apparently he knows quite some stuff if he manages to get his projects mass-produced. 2013-10-01T09:51:40 < PaulFertser> R2COM: sure not. It's just that I prefer to understand different people rather than curse them. 2013-10-01T09:52:15 < PaulFertser> Helps me in RL 2013-10-01T09:52:35 < R2COM> whats RL 2013-10-01T09:52:53 < dongs> Real Life 2013-10-01T09:52:55 < dongs> as opposed to IRC/EE 2013-10-01T09:52:59 < PaulFertser> real life, communicating with the other people outside my apartment 2013-10-01T09:52:59 < talsit> oh, i agree on that, it's just that I can't catagorise someone as smart if they are that destructive and toxic 2013-10-01T09:53:29 < R2COM> lol 2013-10-01T09:54:41 < dongs> toxic, eh? 2013-10-01T09:54:44 < dongs> you sound like an opensauce develoepr 2013-10-01T09:54:55 < R2COM> develoepr 2013-10-01T09:54:56 -!- dekar_ [~dekar@212.255.44.113] has joined ##stm32 2013-10-01T09:54:57 -!- mode/##stm32 [+v dekar_] by ChanServ 2013-10-01T09:54:57 < dongs> they like to call commercial projects "toxic" and "destructive" 2013-10-01T09:55:08 < talsit> no, just you 2013-10-01T09:55:10 < dongs> R2COM: i know how to spell, but I dont need to correct it when i fuck up typing. 2013-10-01T09:55:35 < R2COM> nah its just opensauce develoepr sounded more fun 2013-10-01T09:55:43 < ohsix> or do you 2013-10-01T09:55:50 < GargantuaSauce> am i the only one that finds it obvious when dongs is providing useful info vs gratuitous opinionation 2013-10-01T09:56:05 < ohsix> nope 2013-10-01T09:56:08 < GargantuaSauce> use the former ignore the latter 2013-10-01T09:56:11 < GargantuaSauce> it's not fucking hard 2013-10-01T09:57:51 < R2COM> useful info on irc is minimal 2013-10-01T09:57:56 < R2COM> just some obvious trash 2013-10-01T09:57:57 -!- DanteA [~X@host-58-158-66-217.spbmts.ru] has joined ##stm32 2013-10-01T09:58:05 < R2COM> which might be tedious to look for 2013-10-01T09:58:09 < R2COM> but still kinda interesting 2013-10-01T09:58:13 -!- dekar [~dekar@212.255.43.71] has quit [Ping timeout: 248 seconds] 2013-10-01T09:58:14 < R2COM> thats it 2013-10-01T09:58:43 < talsit> if that's what you get out of it, STFU and stop posting shitty video game scores 2013-10-01T09:58:59 < R2COM> I dont post just that 2013-10-01T09:59:02 < R2COM> what do you post? 2013-10-01T09:59:10 < PaulFertser> Depends on the channel. On some you can directly communicate with the other developers to collaborate on bugfixing or introducing new features or other cool stuff. 2013-10-01T09:59:24 < talsit> i'm usually here to learn, not so much post 2013-10-01T09:59:44 < R2COM> talsit: well then stfu yourself. and I'd take you seriously when you post something worth looking at 2013-10-01T09:59:59 < R2COM> you have 0 credibility to shut me up 2013-10-01T10:00:13 < talsit> i can't remember a single thing worthwhile from you, just remember the game stuff 2013-10-01T10:00:23 < talsit> but mostly, i do STFU until i have something worthwhile 2013-10-01T10:00:28 < PaulFertser> talsit: what about those magic RF filters? Quite impressive I'd say. 2013-10-01T10:00:29 < emeb_mac> gxti: that raytracer doesn't seem to have any problem with recursion on the ARM. 2013-10-01T10:00:48 < talsit> PaulFertser: well, i guess that signal gets lost amongst his noise 2013-10-01T10:01:01 < R2COM> you sound pathetic now 2013-10-01T10:01:05 < jpa-> i agree, nothing worthwhile from R2COM, while talsit is nice :) 2013-10-01T10:01:21 < jpa-> but of course i have 0 credibility also 2013-10-01T10:01:31 < R2COM> nice. go touch each other dicks now and be happy. 2013-10-01T10:01:32 < jpa-> because everyone on this channel except R2COM has 0 credibility 2013-10-01T10:01:56 < R2COM> I didnt say everyone. 2013-10-01T10:02:01 < jpa-> i did 2013-10-01T10:02:03 < GargantuaSauce> i think we need to change gears here 2013-10-01T10:02:12 < GargantuaSauce> and redirect all this useful hate at something that deserves it 2013-10-01T10:02:15 < GargantuaSauce> say, OSX or AVR 2013-10-01T10:02:18 < jpa-> R2COM: but please tell, who has enough credibility to tell you to shut up? :) 2013-10-01T10:02:34 < ohsix> talist: that's pretty toxic talk 2013-10-01T10:02:55 < R2COM> jpa-: go build something. 2013-10-01T10:03:01 < jpa-> R2COM: no, i want to know 2013-10-01T10:03:15 < R2COM> and I want you to go build, invent study, develop something. 2013-10-01T10:03:33 < R2COM> then post. show. we discuss 2013-10-01T10:03:36 < R2COM> you know.. 2013-10-01T10:03:47 < jpa-> so i can come show it and you can say it is crap and you have 100000x better circuit layout skills? 2013-10-01T10:03:52 < jpa-> why would i 2013-10-01T10:03:59 < Thorn> wth is going on in here again 2013-10-01T10:04:11 < PaulFertser> The toxicity! 2013-10-01T10:04:13 < ohsix> talsit trolling 2013-10-01T10:04:13 < eroomde> i'm not sure but as a new person it's a bit disconcerting 2013-10-01T10:04:23 < Guesc> full moon 2013-10-01T10:04:34 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-01T10:04:41 < R2COM> jpa-: exaggerating tactic wont work 2013-10-01T10:05:05 < R2COM> I seen some layouts of different people here and said it was cool 2013-10-01T10:05:06 < jpa-> R2COM: but i have seen you behaving like a total jackass so many times, that i want to know: is there a single person on this channel who you would believe if they told you to STFU? 2013-10-01T10:05:11 < ohsix> the whole put up or shut up thing is fun when there's no monetary or time angle 2013-10-01T10:05:37 < R2COM> jpa-: there was a reason. if someone posts some layout etc.. I wont right away go ahead and say "hey i do better" I'm not doing that dude. never did. 2013-10-01T10:05:38 < ohsix> he may feel threatened ;D 2013-10-01T10:05:45 < R2COM> you trying to portray me in a wrong way 2013-10-01T10:05:53 < R2COM> which tells me you are acting like a douche 2013-10-01T10:06:46 < jpa-> i may very well be 2013-10-01T10:07:09 < jpa-> but if it happened to be *you* acting like a douche, how could the rest of the world possibly get the point across? 2013-10-01T10:07:17 < R2COM> i never did. 2013-10-01T10:07:28 < jpa-> it's not like the person himself would know 2013-10-01T10:07:53 < R2COM> rest of the world can see and make judgement. now stop this. 2013-10-01T10:08:05 < jpa-> ah, so no way to make you stop 2013-10-01T10:08:08 * izzy84075 sighs and finally gives up on this channel. 2013-10-01T10:08:11 -!- izzy84075 [~izzy84075@50.46.20.45] has left ##stm32 ["http://quassel-irc.org - Chat comfortably. Anywhere."] 2013-10-01T10:08:12 < jpa-> but fine, i'll stop for today :) 2013-10-01T10:08:16 < jpa-> yay, one less \o/ 2013-10-01T10:08:44 < eroomde> to be fair (here I am getting involved) R2COM did suggest that someone else did not have the credibility to tell him to shut up, so it formally follows that there is a threshold of credibility at which you can tell him to shut up. so asking if anyone is above that threshold is a valid question 2013-10-01T10:08:59 < eroomde> where the answer is a list of people rather than ad hominem attacks on the person asking 2013-10-01T10:09:13 < GargantuaSauce> i say we assign a deputy minister of shut the fuck up 2013-10-01T10:09:19 < ohsix> i like the new guy 2013-10-01T10:09:19 < GargantuaSauce> i volunteer for this position 2013-10-01T10:09:36 < eroomde> i try my hardest 2013-10-01T10:10:02 < R2COM> demagogy starts rollin 2013-10-01T10:10:16 < GargantuaSauce> in the name of civility and justice i will take up the mantle of this esteemed title 2013-10-01T10:10:21 < ohsix> seems to me that the idea that someone can tell someone else to shut up is a problem of its own 2013-10-01T10:11:20 < eroomde> indeed, I was hoping that might be the conclusion 2013-10-01T10:12:09 < R2COM> you can then go ahead scroll up the chat window and blame the initiator. 2013-10-01T10:12:25 < ohsix> takes two to tango 2013-10-01T10:14:45 < dongs> basically, you're all crap 2013-10-01T10:14:50 < dongs> talsit in particular 2013-10-01T10:14:53 < dongs> for calling me toxic 2013-10-01T10:15:08 < dongs> 16:08 * izzy84075 sighs and finally gives up on this channel. 2013-10-01T10:15:08 < dongs> 16:08 -!- izzy84075 [~izzy84075@50.46.20.45] has left ##stm32 ["http://quassel-irc.org - Chat comfortably. Anywhere."] 2013-10-01T10:15:12 < dongs> what 2013-10-01T10:15:14 < dongs> ragequitter? 2013-10-01T10:15:32 < R2COM> hehe 2013-10-01T10:15:45 < dongs> zyp: your panel is done. pcba.. sometime this week i guess. 2013-10-01T10:17:24 < ohsix> i generally agree with that google talk on poisonous people, but to call someone poisonous when they aren't even in a project with you, or you don't have to cooperate in any way, it's misapplied 2013-10-01T10:25:13 < dongs> i think china parts hasnt arrived yet 2013-10-01T10:25:14 < dongs> or maybe today 2013-10-01T10:26:49 < emeb_mac> smokin' deal on chinese parts! 2013-10-01T10:27:11 < dongs> http://cdn.gottabemobile.com/wp-content/uploads/2013/09/nexus-51.jpg mmm 2013-10-01T10:27:19 < dongs> shut up and take my money 2013-10-01T10:27:52 < emeb_mac> just another smartfone 2013-10-01T10:28:14 < dongs> ya but i cracked glass back on dixus4 so i gotta replace it 2013-10-01T10:28:22 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-01T10:30:19 < ohsix> not at google 2013-10-01T10:37:08 -!- Activate_for_mor [~mirggi@host-117-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-01T11:06:10 -!- dekar_ [~dekar@212.255.44.113] has quit [Quit: Leaving] 2013-10-01T11:14:45 < dongs> any new dickstarter drama 2013-10-01T11:16:14 < ohsix> you know what would be interesting, a kickstarter that wasn't a total sham, asked for a reasonable amount of money, and had a decent amount of work already done 2013-10-01T11:16:56 < ohsix> i think my cable co just bricked my tv boxes 2013-10-01T11:20:50 -!- Activate_for_mor [~mirggi@host-117-152-66-217.spbmts.ru] has joined ##stm32 2013-10-01T11:24:37 < dongs> http://www.kickstarter.com/projects/wildhelp/wildhelp?ref=category this shit got extended 2013-10-01T11:24:40 < dongs> for sure 2013-10-01T11:24:42 < dongs> i remember it had like 6 days left 2013-10-01T11:24:47 < dongs> and no hope of reachign anywhere near 10k 2013-10-01T11:24:51 < dongs> then sudenly its got another month left 2013-10-01T11:24:54 < dongs> is that even allowed on dickstarter?? 2013-10-01T11:26:42 < ohsix> as the person that posted it you can probably do that and things like it almost indefinitely, only have to worry about spooking people who have already put up 2013-10-01T11:27:07 < dongs> http://www.kickstarter.com/projects/outlawfasteners/screwing-reinvented-the-worlds-best-deck-screw?ref=category 2013-10-01T11:27:07 < ohsix> don't actually know, though; i'd presume since it's a trust thing they'd be really permissive 2013-10-01T11:27:36 < ohsix> if only this new magic screw wasn't 10x the cost of a screw that might piss you off, sometimes 2013-10-01T11:27:56 < ohsix> those square drive ones are almost as cheap as philips, and they aren't going to catch up 2013-10-01T11:28:34 < ohsix> that ... is way bad 2013-10-01T11:29:05 < ohsix> for all the reason allen bolts are bad 2013-10-01T11:29:17 < ohsix> plus shallow center hole getting crud in it 2013-10-01T11:29:38 < dongs> http://www.kickstarter.com/projects/259499751/tikker-the-wrist-watch-that-counts-down-your-life?ref=category 2013-10-01T11:29:59 < dongs> http://www.kickstarter.com/projects/655882213/world-smallest-keyring-type-oscilloscope-with-colo?ref=category 2013-10-01T11:30:18 < ohsix> ok they blinked https://s3.amazonaws.com/ksr/assets/000/886/635/6e1681b9fe9bb4de2d71520a1dafe079_large.jpg?1378245026 2013-10-01T11:30:40 < ohsix> happiness by screwing 2013-10-01T11:31:05 < dongs> https://s3.amazonaws.com/ksr/assets/000/947/529/76d7e87d655b4b1f8840d077391cc942_large.JPG?1379943290 2013-10-01T11:31:09 < dongs> fail. 2013-10-01T11:31:22 < ohsix> how can that scope in any way be based on the radio shack one 2013-10-01T11:31:31 < ohsix> by being small? 2013-10-01T11:31:36 < dongs> yes. 2013-10-01T11:32:20 < dongs> shitty UI too. 2013-10-01T11:32:26 < dongs> and that screen looks dstn 2013-10-01T11:32:27 < dongs> what teh hell 2013-10-01T11:32:35 < dongs> where did they dig that trash out of 2013-10-01T11:32:43 < dongs> there's ghosting and horrible colors 2013-10-01T11:33:09 < ohsix> Our Team: A Collection of Geniuses. 2013-10-01T11:33:26 < ohsix> it looks like the ipod nano screen, but a clone or something 2013-10-01T11:33:37 < ohsix> maybe it was an oled at one point and they noodled it 2013-10-01T11:34:19 < dongs> FCC ID: MSP22-310A 2013-10-01T11:34:21 < dongs> cant find it in theri db 2013-10-01T11:34:57 < jpa-> i wonder why there are so many keychain/breadboard/wristwatch scopes popping up on kickstarter lately 2013-10-01T11:35:07 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-01T11:35:14 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-01T11:35:17 < jpa-> seems useless enough that one should be enough 2013-10-01T11:35:37 < ohsix> what else are you going to do with a 3d printer but ask for injection molding or something that's actually useful 2013-10-01T11:36:03 < dongs> https://apps.fcc.gov/eas/GetEas731Report.do?applicationId=87489&fcc_id=MSP22-310 2013-10-01T11:36:03 < dongs> hmm 2013-10-01T11:36:20 < dongs> bbl 2013-10-01T11:36:42 < ohsix> um what was that term i made up, kickshopping? yea, a lot of people are on there basically getting things bought for them (i know, sort of the point) except it's tooling and crap that's most of the asking price of the whole thing 2013-10-01T11:39:05 < ohsix> if they were actually getting money to have the stuff manufactured it'd be much less, as you don't really have to deliver anything, they'd still have the equipment 2013-10-01T11:40:26 < ohsix> oh noes turns out we totally botched it and blew all our money now we need more, here's our indiegogo 2013-10-01T11:40:58 < ohsix> of course i'm just jealous of people who are willing to take advantage of idiots :<<< 2013-10-01T11:41:57 -!- eroomde [~ed@cpc3-oxfd20-2-0-cust553.4-3.cable.virginmedia.com] has quit [Quit: eroomde] 2013-10-01T11:42:01 -!- Viper168 is now known as Viper168_ 2013-10-01T11:42:03 < jpa-> most of them don't fail on purpose.. i guess kickstarter could start organizing some support groups on how to properly plan your campaign to avoid over-optimism 2013-10-01T11:45:44 < ohsix> i guess, but failing is a great strategy 2013-10-01T11:47:17 < ohsix> i don't think it's even about optimism either 2013-10-01T11:47:47 < ohsix> just like, not even having done anything in the problem domain and having no idea, not even making some phone calls before they have their plans all set and up on kickstarter 2013-10-01T11:49:26 < jpa-> yeah.. in a way it makes sense to see if anyone is interested before investing time.. but that also means you lack the information necessary to plan it 2013-10-01T11:50:41 < ohsix> sure, but that time just has to be spent before you expect to get peoples money to follow up 2013-10-01T11:51:24 < ohsix> nobodies idea is so great that they can't just not do any of the work themselves, even if it's basic feasibility and calling around for prices 2013-10-01T11:52:26 < ohsix> it' sjust extra dishonest, but it doesn't really matter to the people giving kickstarter projects money, they've got even less exposure to the feasibility of any given thing 2013-10-01T11:52:57 < jpa-> as far as scams go, these are pretty small amounts of money anyway :) 2013-10-01T11:53:23 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-01T11:54:36 < ohsix> yea, but for as shallow as it is, it's super wide 2013-10-01T11:54:56 < ohsix> people sponsoring projects throw their weight around a bunch of them, a person only funding one is an exception 2013-10-01T11:55:02 -!- Robint91 [~robin@campus-extern-net-nat.kulnet.kuleuven.be] has joined ##stm32 2013-10-01T11:55:06 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 252 seconds] 2013-10-01T11:55:28 < ohsix> buzz can be influenced if you have cash on hand too, that funding number has its own trend, and if you are spreading it around, ugh, i just don't like it 2013-10-01T11:55:37 < Robint91> hi all 2013-10-01T11:55:58 < jpa-> hello 2013-10-01T11:57:22 < ohsix> the number being high early can easily be interpreted as popularity or some sort of merit, and when the actual buy in is as low as a dollar, it's a little self perpetuating 2013-10-01T11:59:31 < ohsix> if you had some of your own money to throw in on the deal, doing it early via kickstarter is definitely a solid thing to do 2013-10-01T11:59:51 < ohsix> it's not like you lose the money, you pay a fee but you can almost freely change the number at will 2013-10-01T12:00:38 < jpa-> hmm yeah.. perhaps a bit too fishy for most of the honest people there :) 2013-10-01T12:02:31 < ohsix> it's a cool forum for resellers too ;D fancy story about all the stuff, cross your fingers nobody finds it on dealextreme for the real price 2013-10-01T12:14:22 < zyp> http://z.svbtle.com/why-kickstarter-projects-are-always-delayed/ <- has this been discussed yet? 2013-10-01T12:21:10 < dongs> if I ever make a dickstarter, it will be early. 2013-10-01T12:22:31 < dongs> Yield (the percentage of products that come off the manufacturing line that are fully functional) is a tricky business, and factors into your costs. If 10% of your products fail on the manufacturing line, then your manufacturer has to charge you 10% extra for the functional units to cover the cost of the “scrap”. 2013-10-01T12:22:36 < dongs> thats pretty fucking terrible 2013-10-01T12:23:00 < dongs> my last 2k units production run had maybe ~8 boards that were dead on power up due to misaligned components mostly, which got fixed and then it was 100% 2013-10-01T12:23:23 < dongs> i guess if you're a tool you can somehow manage 10% failure 2013-10-01T12:23:38 -!- eroomde [~ed@77.89.152.84] has joined ##stm32 2013-10-01T12:24:13 < jpa-> also, with the ridiculous prices on most kickstarter stuff, i would assume a 50% margin or more.. so 10% extra cost is no reason to delay.. 2013-10-01T12:24:23 < dongs> lol 2013-10-01T12:24:23 < dongs> right. 2013-10-01T12:29:12 -!- trepidaciousMBR_ [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-01T12:31:17 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 248 seconds] 2013-10-01T12:31:17 -!- trepidaciousMBR_ is now known as trepidaciousMBR 2013-10-01T12:31:27 < dongs> http://www.farnell.com/datasheets/310633.pdf 2013-10-01T12:31:28 < dongs> hmm 2013-10-01T12:31:30 < dongs> same FCC ID 2013-10-01T12:31:43 < dongs> i would expect adding a bigger scren and different enclosure would need re-testing 2013-10-01T12:42:30 -!- Laurenceb_ [~Laurence@host86-174-21-138.range86-174.btcentralplus.com] has joined ##stm32 2013-10-01T13:01:30 -!- eroomde [~ed@77.89.152.84] has quit [Read error: Connection reset by peer] 2013-10-01T13:15:32 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Read error: Connection reset by peer] 2013-10-01T13:15:49 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-01T13:34:24 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-01T14:15:41 -!- MrMobius [~Joey@194.176.111.179] has joined ##stm32 2013-10-01T14:18:52 -!- MrM0bius [~Joey@194.176.111.132] has quit [Ping timeout: 246 seconds] 2013-10-01T14:57:36 < dongs> http://www.kickstarter.com/projects/746464472/innovative-mac-browser-which-dares-to-think-differ 2013-10-01T15:02:12 <+Steffan-> dongs is ks your homepage? 2013-10-01T15:02:25 < dongs> no 2013-10-01T15:02:30 < dongs> thou i do wish they had a rss feed 2013-10-01T15:02:32 < dongs> of new projects. 2013-10-01T15:02:40 < dongs> browsing same shit over and over and raging is really getting annoying 2013-10-01T15:02:47 < dongs> i scroll by thier "see all xxx technology projects" list 2013-10-01T15:02:49 < jon1012> dongs, all your money goes in ks ? 2013-10-01T15:02:56 < dongs> and I see all teh failures I saw the day before 2013-10-01T15:02:57 < dongs> and occasional one-two new projects. 2013-10-01T15:03:06 < dongs> jon1012: i havent spent a single dollar on it. 2013-10-01T15:03:14 < dongs> infact, i got someone to spend a dollar for me, so I can troll the project. 2013-10-01T15:03:26 < jon1012> dongs, that's what they all say :) 2013-10-01T15:03:27 <+Steffan-> Soon you'll have a show on TV called: キックスタータープロジェクトについて笑う 2013-10-01T15:03:32 <+Steffan-> ( google translate to the max ) 2013-10-01T15:03:41 < dongs> <+Steffan-> Soon you'll have a show on TV called: ???????????????????? 2013-10-01T15:03:45 <+Steffan-> Meh 2013-10-01T15:03:50 < dongs> what 2013-10-01T15:03:55 <+Steffan-> client needs fix 2013-10-01T15:03:56 <+Steffan-> yours 2013-10-01T15:04:14 <+Steffan-> http://www.naffets.nl/share/a-20131001-140411.jpg 2013-10-01T15:05:16 < dongs> laughing out loud. 2013-10-01T15:05:34 <+Steffan-> It probably makes more sense when you translate it to english :P 2013-10-01T15:05:47 <+Steffan-> using google translate that is 2013-10-01T15:05:57 < dongs> btw nice lunix fonts. 2013-10-01T15:07:03 <+Steffan-> Only when the "but os x is unix-ish based"-argument counts for you. 2013-10-01T15:08:43 <+Steffan-> dongs does that second symbol means "laugh" or so? I like the smiley :) 2013-10-01T15:09:20 < dongs> second from last you mean? 2013-10-01T15:09:40 < dongs> no, second is just soundless shit 2013-10-01T15:10:10 <+Steffan-> I read from left to right, so second. 2013-10-01T15:10:21 < dongs> well, second from last is laugh. 2013-10-01T15:10:35 < dongs> thats whty i asked. 2013-10-01T15:14:45 -!- xpg [~pf@5.179.82.4] has quit [Ping timeout: 252 seconds] 2013-10-01T15:17:04 < karlp> dongs: re failure rates: the UHF pay tv set top boxes vodafone iceland supplied had a ~28% or so failure rate within the first three months. 2013-10-01T15:17:59 < karlp> switching to a different STB was going to cost some silly amount for different provisioning hardware or some shit, so they just kept replacing them over and over again 2013-10-01T15:21:55 < karlp> man, haven't those spark dudes heard of protomold? 2013-10-01T15:22:21 <+Steffan-> I glad the one we have here works.. a rebranded cisco box 2013-10-01T15:22:43 <+Steffan-> With all interesting stuff disabled. 2013-10-01T15:29:13 -!- xpg [~pf@5.179.82.4] has joined ##stm32 2013-10-01T15:39:02 < zyp> "nitsuite warau" seems like a weird way of saying it 2013-10-01T15:41:06 < zyp> a bit roundabout, like "I laugh regarding kickstarter projects" 2013-10-01T15:41:07 -!- PT_Dreamer [~quassel@119.167.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-01T15:42:05 < jpa-> karlp: lol, and they delivered them before testing? :) 2013-10-01T15:48:33 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 256 seconds] 2013-10-01T15:48:59 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-01T15:51:28 < karlp> yeap, just picked up a box, handed to a customer, 2013-10-01T15:51:35 < karlp> customers problem to check it and come back for a new one 2013-10-01T15:56:27 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 248 seconds] 2013-10-01T16:02:51 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 248 seconds] 2013-10-01T16:03:25 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-01T16:04:10 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-01T16:04:22 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-01T16:05:07 -!- markiv [8102a4c2@gateway/web/freenode/ip.129.2.164.194] has quit [Ping timeout: 250 seconds] 2013-10-01T16:06:26 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-01T16:13:17 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-01T16:24:15 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 256 seconds] 2013-10-01T16:24:40 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-01T16:33:27 -!- claude is now known as Claude 2013-10-01T16:40:28 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 240 seconds] 2013-10-01T16:42:57 -!- Activate_for_mor [~mirggi@host-117-152-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-01T16:43:21 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-01T16:43:44 < emeb_mac> quiet time 2013-10-01T16:44:52 < jpa-> time to wake up the trolls? 2013-10-01T16:46:26 <+Steffan-> Hi jpa- !!! 2013-10-01T16:48:25 < jpa-> hi stef1!1 2013-10-01T16:50:19 <+Steffan-> How are mr. and mrs. jpa- ? 2013-10-01T16:50:49 < jpa-> i'm very lazy 2013-10-01T16:51:10 <+Steffan-> Good. What's new? 2013-10-01T16:51:46 < jpa-> i made a new controller for the led lights in bedroom.. it simulates sunrise 2013-10-01T16:51:52 < jpa-> maybe i'll survive the winter now 2013-10-01T16:51:59 < emeb_mac> *yawn* 2013-10-01T16:52:25 < emeb_mac> don't need to simulate sunrise here. alarmcat gets me up at 6:00AM sharp 2013-10-01T16:52:51 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 260 seconds] 2013-10-01T16:52:58 < jpa-> we don't have an alarmcat so far.. but i'm afraid there will be one soon enough 2013-10-01T16:53:10 < emeb_mac> \o/ 2013-10-01T16:53:14 <+Steffan-> jpa-, you know parrots and cats dont work well together 2013-10-01T16:53:16 <+Steffan-> tell here they. 2013-10-01T16:53:18 <+Steffan-> *that 2013-10-01T16:53:21 <+Steffan-> *her 2013-10-01T16:53:21 <+Steffan-> fail 2013-10-01T16:53:33 <+Steffan-> my fingers dont type what my brains wants them to do.. 2013-10-01T16:53:36 < jpa-> my sister just got another cat to keep her alarmcat busy :D 2013-10-01T16:53:39 < emeb_mac> frozen fingers 2013-10-01T16:53:42 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-01T16:53:50 <+Steffan-> No. Just stubborn fingers. 2013-10-01T16:54:27 < emeb_mac> jpa-: another case of finnish SAD? 2013-10-01T16:55:13 < jpa-> emeb_mac: nah, it doesn't really affect my mood so much, just makes me tired & difficult to wake up 2013-10-01T16:55:42 < emeb_mac> people weren't meant to live so far north. unnatural i tell you. 2013-10-01T16:56:09 < jpa-> then why do we have fur on our toes? 2013-10-01T16:56:14 <+Steffan-> jpa- is depressed? 2013-10-01T16:56:20 < emeb_mac> to discourage mosquitos 2013-10-01T16:56:53 <+Steffan-> How cold is it in finnishland currently jpa-? 2013-10-01T16:57:03 < jpa-> emeb_mac: i actually moved some 200 km closer to the arctic now.. so it will be interesting to see if the winter is any different 2013-10-01T16:57:10 < jpa-> Steffan-: about 0°C 2013-10-01T16:57:13 <+Steffan-> oof 2013-10-01T16:57:15 < jpa-> or 5°C 2013-10-01T16:57:26 < emeb_mac> wow 2013-10-01T16:57:30 <+Steffan-> And i think 16C is cold .. 2013-10-01T16:57:31 < jpa-> more like 5°C actually, 0°C during nights 2013-10-01T16:57:38 < emeb_mac> still getting into the 95F range here 2013-10-01T16:57:45 < zyp> heh, really 2013-10-01T16:57:49 < jpa-> still quite nice biking weather 2013-10-01T16:58:18 <+Steffan-> emeb_mac .. can't you invite us to your house this weekend? 2013-10-01T16:58:23 < zyp> it's still 10-15 at day and 5-10 at night here 2013-10-01T16:58:26 < jpa-> have to put the winter tires on in a few weeks.. but when it gets below zero, it becomes more difficult to breath while biking 2013-10-01T16:58:33 < emeb_mac> Steffan-: sure, come on over. 2013-10-01T16:59:25 < emeb_mac> jpa-: what do winter tires have to do with breathing? 2013-10-01T16:59:28 < jpa-> zyp: so it was here also until a week ago http://aimonen.fi/lampotila/images/month_minmax.png 2013-10-01T16:59:33 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-01T16:59:37 < jpa-> emeb_mac: they both are related to weather :) 2013-10-01T17:00:00 < zyp> I started wearing a jacket over my t-shirt when going outside only a week or two ago :p 2013-10-01T17:00:01 <+Steffan-> jpa-, when you'll give us a version in english? 2013-10-01T17:00:22 <+Steffan-> *make us 2013-10-01T17:00:22 < jpa-> Steffan-: i don't think the temperature at my home will interest the whole world.. :) 2013-10-01T17:00:30 <+Steffan-> of course it's interesting. 2013-10-01T17:00:40 <+Steffan-> the image name is in english :P 2013-10-01T17:01:07 <+Steffan-> *filename 2013-10-01T17:01:21 < emeb_mac> Steffan-: min, maks - what more do you want 2013-10-01T17:01:31 <+Steffan-> kavisomething 2013-10-01T17:01:43 <+Steffan-> *kes 2013-10-01T17:02:05 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-01T17:02:10 < jpa-> it's pretty hard to guess what goes with min and max :) 2013-10-01T17:02:15 < emeb_mac> the little two-letter abbrevs on the x axis are cute tho - looks like "do re me fa so la ti do" 2013-10-01T17:02:23 <+Steffan-> :D 2013-10-01T17:02:50 < jpa-> emeb_mac: actually the "ma ti ke to pe la su" sequence in finnish does sound a bit like "do re mi fa" :) 2013-10-01T17:03:44 < emeb_mac> keskiarvo - average. google translate ftw, plus big surprise. 2013-10-01T17:04:08 < emeb_mac> jpa-: is that weekday? 2013-10-01T17:04:12 < emeb_mac> or month? 2013-10-01T17:04:12 < jpa-> emeb_mac: yeah 2013-10-01T17:04:42 < jpa-> the graph is the last 30 days, the x axis abbrevs is the weekday (and the date underneath it) marked for every 3 days 2013-10-01T17:05:07 < emeb_mac> oooh - modulo and sampling. 2013-10-01T17:05:40 <+Steffan-> emeb_mac, meh.. i just tried to make jpa- useful for 10 seconds :P 2013-10-01T17:05:45 <+Steffan-> *make himself useful 2013-10-01T17:06:33 < jpa-> http://aimonen.fi/lampotila/images/daypie.png still a few months before it gets really cold 2013-10-01T17:07:06 < emeb_mac> it's funny - as mostly english speaker I can extrapolate a lot of euro-languages. but finnish is pretty much out. 2013-10-01T17:07:12 <+Steffan-> Not even a word that looks a bit like english or dutch or.. 2013-10-01T17:07:20 < jpa-> we think different :) 2013-10-01T17:07:23 < emeb_mac> not enough cross-pollination I guess 2013-10-01T17:07:32 < emeb_mac> too far north. :) 2013-10-01T17:08:22 < emeb_mac> when I first started seeing finnish I thought it was japanese. 2013-10-01T17:08:33 <+Steffan-> no japanese is worse. 2013-10-01T17:08:59 <+Steffan-> I can at least 'read' the characters the finnish use :) 2013-10-01T17:09:04 < emeb_mac> yep 2013-10-01T17:09:34 < emeb_mac> why can't those asians just use normal letters :P 2013-10-01T17:09:58 < jpa-> Steffan-: äöäåöäå 2013-10-01T17:10:21 < emeb_mac> lol - at least I can guess what those should sound like 2013-10-01T17:10:22 < jpa-> ääkköset ällistyttävät älyttömästi 2013-10-01T17:10:28 <+Steffan-> Like the word laugh. You see a symbol that looks like =) .. so you think that is 'laugh', but it turns out it's the symbol that looks like a little girl with pony tails 2013-10-01T17:10:37 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-01T17:10:58 < jpa-> Steffan-: and the =) turns out to be the symbol for "soundless shit".. 2013-10-01T17:11:05 <+Steffan-> Yeah. 2013-10-01T17:11:12 < jpa-> why would anyone need a symbol for that.. and do they have a symbol for "really loud shit" also? 2013-10-01T17:11:39 < emeb_mac> rofl 2013-10-01T17:11:42 < jpa-> i guess =) might be the face you make when you manage to do a soundless shit.. so maybe it makes sense 2013-10-01T17:12:05 * emeb_mac is having a hard time breathing right now 2013-10-01T17:12:12 < emeb_mac> must need winter tires 2013-10-01T17:12:16 < jpa-> :D 2013-10-01T17:12:26 <+Steffan-> but realy.. how 笑 is not girl with pony tails.. ? 2013-10-01T17:12:49 <+Steffan-> probably only proper clients show some symbol now :P 2013-10-01T17:12:50 < jpa-> to me it looks like a dude with ^^ for eyes and an unibrow 2013-10-01T17:13:48 <+Steffan-> but you are right jpa-, we don't have ä's in our language, but .. at least i can see its almost an a :) 2013-10-01T17:14:05 <+Steffan-> We do have é and è and ë etc. :) 2013-10-01T17:14:11 < emeb_mac> Steffan-: need the character that looks like a smiley and means quiet defecation... 2013-10-01T17:14:33 <+Steffan-> uh emeb_mac? 2013-10-01T17:14:56 < jpa-> ッ there you go 2013-10-01T17:15:20 <+Steffan-> oh, you were asking for this symbol. ( is it a symbol or character ?) 2013-10-01T17:15:33 < emeb_mac> cute - google translate says "tsu" 2013-10-01T17:15:46 < zyp> yeah, it's the sound "tsu" 2013-10-01T17:15:52 < jpa-> https://en.wiktionary.org/wiki/%E3%83%83 "a choked sound" 2013-10-01T17:16:07 < emeb_mac> so this is katakana which is syllables iirc 2013-10-01T17:16:15 < zyp> yep 2013-10-01T17:16:34 < emeb_mac> that at least starts to make sense to my western brain 2013-10-01T17:16:37 < zyp> no, wait, that's the small tsu 2013-10-01T17:16:45 < zyp> https://en.wiktionary.org/wiki/%E3%83%84 <- normal one 2013-10-01T17:16:49 < jpa-> "mommy i made a big tsu!" 2013-10-01T17:16:56 < emeb_mac> but apparently using katakana is considered low-class. 2013-10-01T17:17:07 < zyp> heh 2013-10-01T17:17:21 < zyp> used to be, perhaps 2013-10-01T17:17:21 <+Steffan-> google is low-class?! 2013-10-01T17:17:34 < zyp> nowadays katakana is used for imported words 2013-10-01T17:18:35 < emeb_mac> bushuru! 2013-10-01T17:19:07 < emeb_mac> which is apparently an imported word that means "to barf on the prime minister" or something. 2013-10-01T17:19:19 <+Steffan-> lol 2013-10-01T17:19:50 < emeb_mac> derived from when american pres. bush the elder did just that during a state visit to japan... 2013-10-01T17:20:29 < emeb_mac> and they say politics is boring. 2013-10-01T17:21:10 <+Steffan-> it is.. especially this wonderful shutdown in yankeeland. 2013-10-01T17:22:22 < emeb_mac> hi-larious 2013-10-01T17:22:25 < emeb_mac> idiots 2013-10-01T17:23:03 <+Steffan-> Whats new? 2013-10-01T17:23:39 < emeb_mac> apparently nothing. 2013-10-01T17:24:11 < emeb_mac> entropy - things can only get worse. we're all on that slippery slope to the heat-death of the universe 2013-10-01T17:24:31 < emeb_mac> any improvements you may notice are only localized anomalies. 2013-10-01T17:24:53 < emeb_mac> this ray of sunshine brought to you by... 2013-10-01T17:25:17 < jpa-> why do you say it is worse? 2013-10-01T17:25:37 < emeb_mac> jpa-: that's true - "worse" is a value judgement. 2013-10-01T17:26:03 < jpa-> i would value a heat death pretty much now because they won't turn on the heating until christmas 2013-10-01T17:27:29 < emeb_mac> time to get off my ass and ride the bike. without special tires. 2013-10-01T17:27:59 < jpa-> remember to breath 2013-10-01T17:29:52 -!- Robint91 [~robin@campus-extern-net-nat.kulnet.kuleuven.be] has quit [Quit: Ik ga weg] 2013-10-01T17:39:26 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-01T17:41:57 < gxti> ohsix: it holds the lock while checking/decrementing but releases it before putting the task to sleep in case it can't be decremented, which means if there is an increment in that window then the task will miss it and sleep anyway 2013-10-01T17:49:02 -!- xpg [~pf@5.179.82.4] has quit [Ping timeout: 240 seconds] 2013-10-01T17:51:45 -!- Intelaida_ [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-01T18:00:44 < karlp> jpa-: google translate is just saying that suojakeli just means "weather protection" but that doesn't fit? 2013-10-01T18:00:55 < karlp> all the other words translated well, sizzler and warm day and so on. 2013-10-01T18:01:20 < karlp> google translate even offered to type in the a with ö dots for me 2013-10-01T18:02:11 <+Steffan-> the a with ö dots as in ä ? 2013-10-01T18:06:08 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-01T18:06:25 < karlp> yep :) 2013-10-01T18:06:35 < karlp> didn't have one handy to paste, and can't work out how to type one here 2013-10-01T18:07:30 <+Steffan-> no deadkeys? 2013-10-01T18:07:36 <+Steffan-> "a ? 2013-10-01T18:07:43 <+Steffan-> "a ? 2013-10-01T18:07:43 <+Steffan-> f 2013-10-01T18:11:17 <@Tectu> Laurenceb, ping 2013-10-01T18:11:19 <@Tectu> Laurenceb_, ping 2013-10-01T18:11:20 < jpa-> karlp: it's a temperature around 0°C so that the snow is "sticky".. "suojalumi" in finnish 2013-10-01T18:11:36 < Laurenceb_> pong 2013-10-01T18:11:50 <@Tectu> Laurenceb_, didn't you use a LaTeX editor lately? some gtk stuff? 2013-10-01T18:11:53 <@Tectu> Laurenceb_, what was it? 2013-10-01T18:12:00 < Laurenceb_> gedit 2013-10-01T18:12:09 < Laurenceb_> with latex plugin 2013-10-01T18:12:20 < Laurenceb_> gives you a preview panel 2013-10-01T18:12:33 <@Tectu> does it perform nicely? 2013-10-01T18:12:34 < jpa-> oh, have to try that 2013-10-01T18:12:45 < Laurenceb_> it works ok 2013-10-01T18:12:55 < Laurenceb_> i have had a few issues with it hanging 2013-10-01T18:13:04 < Laurenceb_> but only two times total 2013-10-01T18:13:13 <@Tectu> hmm 2013-10-01T18:13:18 <+Steffan-> lunix.. 2013-10-01T18:13:20 <@Tectu> was it hard to set it up or did it work out of the box? 2013-10-01T18:13:25 < Laurenceb_> it doesnt like huge multimeg postscript files 2013-10-01T18:13:36 < Laurenceb_> you need to edit a few files, i forgot 2013-10-01T18:13:43 < Laurenceb_> theres a tutorial somewhere 2013-10-01T18:14:36 <@Tectu> hmm.... I wonder about this one https://projects.gnome.org/latexila/ 2013-10-01T18:15:04 < Laurenceb_> heh 2013-10-01T18:15:12 < Laurenceb_> kind of looks like gedit with plugin 2013-10-01T18:15:40 -!- Count_Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-01T18:16:54 <@Tectu> but no preview, eh 2013-10-01T18:18:26 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-01T18:18:36 -!- Claude is now known as claude 2013-10-01T18:18:38 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Ping timeout: 240 seconds] 2013-10-01T18:26:37 < qyx_> Accelerometer (3-axis or better) 2013-10-01T18:26:38 < qyx_> lol what 2013-10-01T18:27:43 < gxti> i'd be happy to sell you a 4th axis (time) accelerometer 2013-10-01T18:27:53 < gxti> it's just a pic12 that returns 0 when queried. 2013-10-01T18:28:41 < gxti> (and before some smartass replies something about relativity, that's only when observed from a different reference frame!) 2013-10-01T18:30:27 -!- l4cr0ss [~l4cr0ss@unaffiliated/l4cr0ss] has joined ##stm32 2013-10-01T18:33:29 -!- Intelaida_ [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-01T18:34:11 -!- Activate_for_mor [~mirggi@188.134.9.161] has joined ##stm32 2013-10-01T18:35:56 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-01T18:39:43 -!- DanteA [~X@host-58-158-66-217.spbmts.ru] has quit [Ping timeout: 260 seconds] 2013-10-01T18:42:13 -!- Int [~mirggi@host-53-152-66-217.spbmts.ru] has joined ##stm32 2013-10-01T18:42:19 -!- Int [~mirggi@host-53-152-66-217.spbmts.ru] has quit [Client Quit] 2013-10-01T18:43:04 -!- Actvt [~mirggi@host-53-152-66-217.spbmts.ru] has joined ##stm32 2013-10-01T18:43:50 -!- Activate_for_mor [~mirggi@188.134.9.161] has quit [Ping timeout: 240 seconds] 2013-10-01T18:43:56 < emeb> raytracing on an F303: http://emeb.imgur.com/all/ 2013-10-01T18:44:24 < emeb> err... http://imgur.com/KdOSdoh 2013-10-01T18:44:30 -!- Actvt [~mirggi@host-53-152-66-217.spbmts.ru] has quit [Client Quit] 2013-10-01T18:45:21 -!- Activate_for_mor [~mirggi@host-117-152-66-217.spbmts.ru] has joined ##stm32 2013-10-01T18:52:27 -!- l4cr0ss [~l4cr0ss@unaffiliated/l4cr0ss] has quit [Remote host closed the connection] 2013-10-01T19:01:15 < qyx_> emeb: lol you did run that credit card raytracer on f303? 2013-10-01T19:02:52 < qyx_> did you 2013-10-01T19:04:39 < emeb> qyx_: yes 2013-10-01T19:05:48 < qyx_> nice, how long did it take to render this part of the scene? 2013-10-01T19:06:35 < emeb> qyx_: about 15 minutes - roughly 45x slower than my Mac 2013-10-01T19:08:46 < Laurenceb_> povray :P 2013-10-01T19:09:00 < Laurenceb_> not that much slower 2013-10-01T19:09:08 < Laurenceb_> i bet its << 45 times less power 2013-10-01T19:09:11 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-01T19:09:20 < Laurenceb_> does it render .pov? 2013-10-01T19:09:35 < qyx_> no 2013-10-01T19:09:47 < qyx_> emeb: uhm, not much realtime 2013-10-01T19:10:25 < qyx_> although raytracing wasn't mean to be 2013-10-01T19:12:27 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-01T19:12:44 < emeb> Laurenceb_: it renders direct to the LCD bitmap 2013-10-01T19:12:54 < Laurenceb_> i see 2013-10-01T19:13:02 < Laurenceb_> whats the description format? 2013-10-01T19:13:07 < Laurenceb_> hardcoded then compiled? 2013-10-01T19:13:14 < jpa-> yes 2013-10-01T19:13:29 < Laurenceb_> just defining primatives? 2013-10-01T19:13:44 < emeb> yeah - it's a bitmap of data describing the location of those spheres. 2013-10-01T19:14:02 < Laurenceb_> ah 2013-10-01T19:14:14 < jpa-> http://fabiensanglard.net/rayTracing_back_of_business_card/index.php it's this one 2013-10-01T19:14:31 < emeb> the spheres are the only primitive object allowed in the scene - the sky and ground are assumed. 2013-10-01T19:18:38 < emeb> all I did was restrict the span of the x,y and convert the RGB bytes to the 16-bit format the LCD needs. 2013-10-01T19:18:54 < emeb> replaced the printf() with call to the pixel render function. 2013-10-01T19:20:32 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-01T19:34:56 -!- barthess [~barthess@178.154.61.204] has joined ##stm32 2013-10-01T19:50:11 -!- |akaWolf| [~akaWolf@188.134.9.161] has joined ##stm32 2013-10-01T20:05:05 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-01T20:05:42 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-01T20:07:54 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 252 seconds] 2013-10-01T20:15:14 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-01T20:15:55 -!- MrM0bius [~Joey@91.192.66.16] has joined ##stm32 2013-10-01T20:19:01 -!- MrMobius [~Joey@194.176.111.179] has quit [Ping timeout: 246 seconds] 2013-10-01T20:21:54 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-01T20:22:54 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 264 seconds] 2013-10-01T20:25:36 < jpa-> Steffan-: i know what i'll buy you for christmas.. http://www.alibaba.com/product-free/113701868/STIFF_SCAN_EPG.html 2013-10-01T20:27:18 < qyx_> how fast can f4 write over sdio? some real benchmarks 2013-10-01T20:28:44 < zippe> qyx_: it's limited by the card clock / card internal speed for the most part 2013-10-01T20:29:10 < jpa-> yeah, SD cards have some horribly variying write latencies 2013-10-01T20:29:10 < qyx_> i am curious if it can log 2 channels from adc at 2.4msps assuming writing to class10 sd card 2013-10-01T20:29:12 < zippe> qyx_: The memory / DMA / controller pieces are more than fast enough to keep up 2013-10-01T20:29:43 < jpa-> qyx_: most cards will have stalls of 100ms occassionally.. sometimes up to 500ms 2013-10-01T20:29:48 < jpa-> so you need a lot of RAM to buffer 2013-10-01T20:29:49 < qyx_> O_o 2013-10-01T20:29:54 < zippe> You want ~10MiB/sec sustained write into an SD card; that's going to be interesting to maintain 2013-10-01T20:30:31 < qyx_> probably i just have to try :S 2013-10-01T20:30:43 < zippe> You have the bandwidth at 4x24MHz 2013-10-01T20:30:51 < zippe> It'll come down to the specific card 2013-10-01T20:31:25 < zippe> You may find it beneficial to 'format' the FAT filesystem before you start 2013-10-01T20:31:27 < jpa-> qyx_: wire up some 8 MB of SRAM and you'll be fine 2013-10-01T20:31:50 * emeb is waiting for f42x w/ SDRAM 2013-10-01T20:32:00 < zippe> Since a better card will see that you have zeroed out the FAT and won't try to do GC on the empty parts 2013-10-01T20:32:06 < qyx_> jpa-: meh, i don't like this idea 2013-10-01T20:32:21 < jpa-> yeah.. special formatting (and perhaps using without filesystem altogether) may help 2013-10-01T20:32:27 < emeb> qyx_: what's the data? 2013-10-01T20:32:43 < zippe> jpa-: no, on an SDCard you *really* want to use FAT and write single, large files sequentially 2013-10-01T20:32:48 < jpa-> if you use fatfs with defaults, it will go and change the FAT every few sectors.. which slows down a lot 2013-10-01T20:33:02 < zippe> jpa-: They are all tuned for use in cameras 2013-10-01T20:33:21 < jpa-> zippe: yeah, but cameras don't care that much about small stalls 2013-10-01T20:33:24 < zippe> If you don't put a FAT filesystem on it, the good ones become as bad as the very stupid ones 2013-10-01T20:33:38 < zippe> jpa-: it's not that, it's that the card interprets the FAT layout 2013-10-01T20:33:59 < zippe> jpa-: so it knows where you are (probably) going to write next, and which sectors do and don't need to be GC'ed. 2013-10-01T20:34:00 < qyx_> emeb: i need to log some analog waveforms directly in the field 2013-10-01T20:34:02 < jpa-> better than a simple sequential write without filesystem? 2013-10-01T20:34:08 < jpa-> hmm, interesting 2013-10-01T20:34:11 < zippe> jpa-: often, much. 2013-10-01T20:34:17 < jpa-> i only knew they GC the FAT sectors differently 2013-10-01T20:34:44 < zippe> I'm a couple years out of date, but the Big Three were all doing it 2013-10-01T20:34:47 < jpa-> qyx_: how long recording time do you need? 2013-10-01T20:35:28 < qyx_> jpa-: minimum of about 2 min 2013-10-01T20:35:39 < qyx_> also i could lower the sampling rate a bit 2013-10-01T20:35:49 < jpa-> if it just for debugging purposes, just get a USB scope that can stream in real time 2013-10-01T20:36:02 < jpa-> *it's 2013-10-01T20:36:16 < qyx_> yep but carrying the laptop there is not an option 2013-10-01T20:36:49 < qyx_> and i need to give it to someone else who will do this for me remotely 2013-10-01T20:37:14 < jpa-> something with more ram would make life a lot easier 2013-10-01T20:37:47 < jpa-> beaglebone might work? it has quite fast ADC if i remember correctly 2013-10-01T20:37:48 < qyx_> he will connect it to device, perform some operations, disconnect.. after logging on a few devices he downloads the data, compresses it and send it to me 2013-10-01T20:38:20 < qyx_> i will try that on f4disco and see 2013-10-01T20:38:41 < jpa-> talsit can tell you about the pain with SD card latencies :) 2013-10-01T20:39:28 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 240 seconds] 2013-10-01T20:39:31 < qyx_> i did read him complaining :S thats why i am asking 2013-10-01T20:40:46 <@Tectu> jpa-, what does your gf get for christmas? 2013-10-01T20:41:30 -!- PT_Dreamer [~quassel@119.167.37.188.rev.vodafone.pt] has quit [Ping timeout: 264 seconds] 2013-10-01T20:41:50 < jpa-> Tectu: you'll see :) 2013-10-01T20:42:01 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-01T20:42:17 < emeb> that which has been seen... 2013-10-01T20:42:22 < jpa-> qyx_: and he was only writing 300kB/s or so IIRC 2013-10-01T20:46:28 < qyx_> :S 2013-10-01T20:53:42 < jpa-> but zippe is correct in that if you format carefully then maybe the card is smart enough not to GC => no lag 2013-10-01T20:54:18 < jpa-> talsit did not have that option because he needed the user to be able to freely mess with the card 2013-10-01T20:56:55 < qyx_> there will be an option to clear the logs 2013-10-01T20:57:03 < qyx_> so it can be implemented as quick format 2013-10-01T21:06:32 -!- barthess [~barthess@178.154.61.204] has quit [Remote host closed the connection] 2013-10-01T21:19:43 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 245 seconds] 2013-10-01T21:22:24 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-01T21:29:28 -!- |akaWolf| [~akaWolf@188.134.9.161] has quit [Read error: Connection reset by peer] 2013-10-01T21:30:10 -!- eroomde [~ed@cpc3-oxfd20-2-0-cust553.4-3.cable.virginmedia.com] has joined ##stm32 2013-10-01T21:36:35 <+Steffan-> Why you think i need that jpa-? 2013-10-01T21:36:52 <+Steffan-> Nevermind.. forget about it. 2013-10-01T21:43:56 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-01T21:43:58 -!- R0b0t1` [~dev@ip-18-11.net.ksu.edu] has joined ##stm32 2013-10-01T21:43:58 -!- R0b0t1` [~dev@ip-18-11.net.ksu.edu] has quit [Changing host] 2013-10-01T21:43:58 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-01T21:54:08 -!- barthess [~barthess@178.154.50.23] has joined ##stm32 2013-10-01T21:54:48 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-01T21:55:11 -!- R0b0t1 [~dev@ip-18-11.net.ksu.edu] has joined ##stm32 2013-10-01T21:55:11 -!- R0b0t1 [~dev@ip-18-11.net.ksu.edu] has quit [Changing host] 2013-10-01T21:55:11 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-01T22:00:49 < karlp> what are the big three? sandisk, lexar, kingston? 2013-10-01T22:01:51 <+Steffan-> adata? for the cheaper asses? 2013-10-01T22:07:04 <+Steffan-> http://octopart.com/partsearch#search/requestData&q=stm32f429i%20discovery .. gogo 2 available! Not sure what verical is though. They seem to ask $14.99 handling fees? 2013-10-01T22:07:58 < jpa-> looks like verical is the flash shop :) 2013-10-01T22:08:18 < jpa-> and minimum order is 2 pieces :) 2013-10-01T22:08:20 < emeb> Yep - verical has good prices for large purchases if you can spread the handling out. 2013-10-01T22:08:20 <@Tectu> Steffan-, estimated shipping date: 8 days from now 2013-10-01T22:08:26 <@Tectu> Steffan-, smarty ;-) 2013-10-01T22:08:38 <+Steffan-> wut Tectu? 2013-10-01T22:08:59 <@Tectu> anyone in here got a blackberry? 2013-10-01T22:09:20 < jpa-> i have some blueberries 2013-10-01T22:09:32 < qyx_> me too, cranberries also 2013-10-01T22:09:33 <+Steffan-> what about raspberries? 2013-10-01T22:09:43 < qyx_> raspberry free zone here 2013-10-01T22:14:48 < jpa-> cranberries are yuk yuk 2013-10-01T22:20:11 -!- fergusnoble [fergusnobl@repl.esden.net] has quit [Ping timeout: 245 seconds] 2013-10-01T22:20:51 -!- forrestv [~forrestv@unaffiliated/forrestv] has quit [Excess Flood] 2013-10-01T22:23:00 <+Steffan-> I only eat some blue and red berries once in a while. 2013-10-01T22:23:00 <+Steffan-> mainly in the summer as we grow them :) 2013-10-01T22:23:01 <+Steffan-> ourselves. 2013-10-01T22:23:01 -!- rlc [63ed50cf@gateway/web/freenode/ip.99.237.80.207] has joined ##stm32 2013-10-01T22:23:01 < rlc> Anyone used the CAN controller? 2013-10-01T22:23:01 < Thorn> I used 3 different ones 2013-10-01T22:23:02 -!- Alexer- [alexer@alexer.net] has joined ##stm32 2013-10-01T22:23:02 < rlc> How do I generally connect the CAN pins between two microcontrollers? 2013-10-01T22:23:03 < Thorn> you use physical interface ICs 2013-10-01T22:23:08 < rlc> Do I connect RX_1 -> TX_2 and RX_2 -> TX_1 ? 2013-10-01T22:24:11 < rlc> What is physical interface IC? 2013-10-01T22:27:01 < Thorn> mcp2551, sn65hvd230 etc. 2013-10-01T22:29:21 -!- forrestv [~forrestv@207.12.89.39] has joined ##stm32 2013-10-01T22:34:20 -!- fergusnoble_ [fergusnobl@repl.esden.net] has joined ##stm32 2013-10-01T22:43:31 -!- forrestv [~forrestv@207.12.89.39] has quit [Ping timeout: 245 seconds] 2013-10-01T22:48:41 -!- Netsplit *.net <-> *.split quits: Guesc, shiftplusone, zyp, mervaka, claude, nighty-, Activate_for_mor, Lt_Lemming, esden, zippe, (+65 more, use /NETSPLIT to show all of them) 2013-10-01T23:05:24 -!- forrestv [~forrestv@207.12.89.39] has joined ##stm32 2013-10-01T23:05:24 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-01T23:05:24 -!- Netsplit over, joins: esden 2013-10-01T23:05:24 -!- fergusnoble [fergusnobl@repl.esden.net] has joined ##stm32 2013-10-01T23:05:25 -!- Netsplit over, joins: rigid, @Tectu, +Steffan-, @ChanServ, ohsix, Thorn, scrts, MrM0bius, ohama, debris` (+58 more) 2013-10-01T23:06:01 < rlc> zyp: That's right, only 4 wires max. +5V, can_tx, can_rx, gnd 2013-10-01T23:06:58 -!- Alexer [alexer@alexer.net] has joined ##stm32 2013-10-01T23:07:11 -!- TeknoJuce [~TeknoJuce@bas1-london15-2925200015.dsl.bell.ca] has joined ##stm32 2013-10-01T23:07:11 -!- TeknoJuce [~TeknoJuce@bas1-london15-2925200015.dsl.bell.ca] has quit [Changing host] 2013-10-01T23:07:11 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has joined ##stm32 2013-10-01T23:07:17 < zyp> no, canh and canl 2013-10-01T23:08:03 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has quit [Ping timeout: 250 seconds] 2013-10-01T23:08:27 < eroomde> it's can and can. even if people offenbach to the contrary 2013-10-01T23:09:00 < zyp> no, canrx/cantx are the names used between controller and transceiver 2013-10-01T23:09:03 -!- BrainDamage [~BrainDama@62.10.6.72] has joined ##stm32 2013-10-01T23:09:15 -!- TeknoJuce01 [~TeknoJuce@69.158.143.7] has joined ##stm32 2013-10-01T23:09:17 < zyp> while the wires of the bus itself is normally named canh and canl 2013-10-01T23:09:37 < zyp> rx/tx doesn't make sense for the bus since it's a differential shared medium 2013-10-01T23:09:37 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-01T23:09:41 -!- Activate_for_mor [~mirggi@host-117-152-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-01T23:09:45 < eroomde> woosh 2013-10-01T23:09:49 < rlc> zyp: apparently we can connect all tx and all rx together if the lines are kept short 2013-10-01T23:09:52 -!- R0b0t1 [~dev@ip-18-11.net.ksu.edu] has joined ##stm32 2013-10-01T23:09:52 -!- R0b0t1 [~dev@ip-18-11.net.ksu.edu] has quit [Changing host] 2013-10-01T23:09:52 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-01T23:10:38 < zyp> rlc, no, it'll break the arbitration mechanism 2013-10-01T23:10:44 < rlc> http://www.mikrocontroller.net/attachment/28831/siemens_AP2921.pdf 2013-10-01T23:11:29 < zyp> the controller will check rx for every bit sent, to see if it gets the same bit back, and if not it'll interpret it as an arbitration loss and stop transmitting 2013-10-01T23:12:12 < zyp> oh, right, you want to wire it with open drain and pullup like i2c 2013-10-01T23:12:16 < zyp> that'll work 2013-10-01T23:12:25 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has quit [Ping timeout: 240 seconds] 2013-10-01T23:12:37 < zyp> then you'll only have one wire between the boards :p 2013-10-01T23:12:47 < gxti> it's still stupid :p 2013-10-01T23:13:05 < rlc> Ha 2013-10-01T23:13:06 < zyp> you don't need the diodes since you can set the stm32 pins to open drain 2013-10-01T23:13:41 < rlc> Then I can even use 2 CAN modules on those 4 wires 2013-10-01T23:13:59 < gxti> that would be convenient since you could still cross-wire then just have a jumper. then when this invariably turns out to be a stupid idea you can fall back to something sane! 2013-10-01T23:14:10 < zyp> heh :p 2013-10-01T23:15:07 -!- TeknoJuce [~TeknoJuce@bas1-london15-1279302176.dsl.bell.ca] has joined ##stm32 2013-10-01T23:15:07 -!- TeknoJuce [~TeknoJuce@bas1-london15-1279302176.dsl.bell.ca] has quit [Changing host] 2013-10-01T23:15:07 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has joined ##stm32 2013-10-01T23:17:05 -!- TeknoJuce01 [~TeknoJuce@69.158.143.7] has quit [Ping timeout: 240 seconds] 2013-10-01T23:26:31 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-01T23:40:20 -!- barthess [~barthess@178.154.50.23] has quit [Quit: Leaving.] 2013-10-01T23:47:35 < ohsix> re: the sd card thing, if it's like any other type of flash controller you could format and useonly part of it and the rest can be used for spares / overprovisioning 2013-10-01T23:56:31 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-01T23:59:05 -!- virish [81028193@gateway/web/freenode/ip.129.2.129.147] has joined ##stm32 --- Day changed Wed Oct 02 2013 2013-10-02T00:01:39 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 252 seconds] 2013-10-02T00:06:41 < virish> im having problems flashing stm32f4discovery with stm32 stlink utility 2013-10-02T00:07:04 < virish> but the stm32vldiscovery works fine.. 2013-10-02T00:07:38 < virish> is there a known problem with stm32f4discovery rev. Z that has not been solved? 2013-10-02T00:08:00 < zyp> shouldn't be 2013-10-02T00:08:09 < zyp> what's the problem? 2013-10-02T00:08:22 < qyx_> this reminds me that i have that problem too but with openocd 2013-10-02T00:09:05 < qyx_> i cannot flash f4 discovery using onboard stlink 2013-10-02T00:09:20 < virish> i have two stm32f4 discovery 2013-10-02T00:09:22 < qyx_> but i can flash f1 and f3 using the same stlink and openocd 2013-10-02T00:09:37 < virish> one has usb comunication error, no stlink detected 2013-10-02T00:09:56 < virish> the other has a problem while downloading a code 2013-10-02T00:10:02 < virish> it appears random 2013-10-02T00:10:12 < virish> i tried making sure the stlink v2 usb drivers are installed 2013-10-02T00:10:35 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 260 seconds] 2013-10-02T00:10:43 < zyp> wait, which utility are you talking about? 2013-10-02T00:11:08 < virish> the device appears as stmicrolectronics stlink dongle on device manager 2013-10-02T00:11:28 < zyp> yes, and which utility are you trying to use to flash? 2013-10-02T00:11:35 < virish> im talking about stm32 st-link utility v2.2.6 2013-10-02T00:11:43 < zyp> the GUI one? 2013-10-02T00:11:47 < virish> yes the gui one 2013-10-02T00:12:02 < zyp> ah, ok, I can't help you with that 2013-10-02T00:12:15 < virish> oh ok 2013-10-02T00:12:22 < virish> thanks 2013-10-02T00:14:00 -!- dekar [~dekar@212.255.44.113] has joined ##stm32 2013-10-02T00:14:03 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-02T00:14:13 < zyp> almost sounds like you're having usb issues 2013-10-02T00:14:20 < zyp> have you tried it on another computer? 2013-10-02T00:15:33 < virish> yes, i did.. 2013-10-02T00:16:03 < zyp> same behavior? 2013-10-02T00:16:05 < virish> i tried making changes suggested here: http://www.sonsivri.to/forum/index.php?topic=45154.0 2013-10-02T00:16:44 < virish> the behavior was the same 2013-10-02T00:21:53 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-02T00:24:58 < virish> just tested a second stm32f4discovery board that was detected by stlink 2013-10-02T00:25:22 < virish> got the following error messages while trying to load the original stm32f4-discovery-demonstration.hex file 2013-10-02T00:25:39 < virish> 'failure opening flash loader' and 'programming error @:0x08000000 2013-10-02T00:26:06 < virish> so 1 board is not detected while the other has problems while loading code, can i assume i got a bad batch? 2013-10-02T00:32:28 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 260 seconds] 2013-10-02T00:32:58 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2013-10-02T00:41:30 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 264 seconds] 2013-10-02T00:47:29 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-02T00:49:13 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Client Quit] 2013-10-02T00:52:45 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-02T01:00:55 -!- eroomde [~ed@cpc3-oxfd20-2-0-cust553.4-3.cable.virginmedia.com] has quit [Quit: eroomde] 2013-10-02T01:01:34 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-02T01:01:56 -!- bighead123 [~Administr@94.100.236.185] has joined ##stm32 2013-10-02T01:02:15 < bighead123> Hello Everyone 2013-10-02T01:04:00 < bighead123> I'd gone for a while because of terrible headache, now continuing to connect LCD to STM32 2013-10-02T01:04:15 < bighead123> however head still aches but not terrible 2013-10-02T01:05:31 < bighead123> found another one error, two of pins were connected to each other with tiny solder junk accidentally. 2013-10-02T01:08:54 < BrainDamage> http://www.rctech.net/forum/attachments/electric-off-road/540250d1263220467-anyone-modified-esc-added-mosfets-more-current-10614l2.jpg 2013-10-02T01:09:31 < Thorn> WTF 2013-10-02T01:09:44 < Thorn> no series resistors? 2013-10-02T01:10:38 <+Steffan-> lol BrainDamage 2013-10-02T01:13:48 < Laurenceb_> https://www.youtube.com/watch?v=AGBQxWwMbIA 2013-10-02T01:13:51 < Laurenceb_> epic video 2013-10-02T01:15:07 -!- MrM0bius [~Joey@91.192.66.16] has quit [Ping timeout: 246 seconds] 2013-10-02T01:15:39 -!- MrMobius [~Joey@91.192.66.16] has joined ##stm32 2013-10-02T01:15:54 < karlp> virish: get a new stlink tuilty software man 2013-10-02T01:21:05 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-02T01:21:22 -!- R0b0t1 [~dev@ip-18-11.net.ksu.edu] has joined ##stm32 2013-10-02T01:21:22 -!- R0b0t1 [~dev@ip-18-11.net.ksu.edu] has quit [Changing host] 2013-10-02T01:21:22 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-02T01:23:36 -!- virish [81028193@gateway/web/freenode/ip.129.2.129.147] has quit [Quit: Page closed] 2013-10-02T01:23:51 -!- BrainDamage [~BrainDama@62.10.6.72] has quit [Ping timeout: 260 seconds] 2013-10-02T01:24:11 -!- BrainDamage [~BrainDama@62.10.6.72] has joined ##stm32 2013-10-02T01:28:42 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-02T01:32:14 -!- Count_Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Ping timeout: 240 seconds] 2013-10-02T01:55:08 < bighead123> Anyone know what the car is this? https://www.dropbox.com/s/2641v795g5i6eod/857114_139797786187258_1429588432_o.jpg 2013-10-02T01:55:36 < dongs> looks like some retarded shit 2013-10-02T01:57:04 < Laurenceb_> ewww 2013-10-02T01:57:12 < Laurenceb_> wtf happened to her 2013-10-02T01:57:23 < bighead123> dongs: however this "shit" looks really cool 2013-10-02T01:57:36 < Laurenceb_> looks like FALCONNNN PUUUUUNCH 2013-10-02T01:58:07 < dongs> http://lovelyrides.com/~hotlink-cache/wp-content/uploads/2013/01/Lamborghini-Orange-HD-Wallpaper.jpg looks like this trash 2013-10-02T01:58:25 < dongs> or similar, probably same shit 2013-10-02T01:59:32 < Laurenceb_> http://silodrome.com/wp-content/uploads/2012/07/Reliant-Rugged-Robin.jpg 2013-10-02T02:03:46 < dongs> made in america? 2013-10-02T02:05:16 < Laurenceb_> its a reliant robin 2013-10-02T02:06:33 < dongs> o yeah. that dumb brit shit 2013-10-02T02:06:58 < dongs> didn't topgayer launch one into space 2013-10-02T02:09:40 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-02T02:09:47 < BrainDamage> more like ram it into earth 2013-10-02T02:09:53 < dongs> lol 2013-10-02T02:10:06 <+Steffan-> bighead123 you know google is smart these days? Just drop the image in google images 2013-10-02T02:10:11 <+Steffan-> and you'll see its the falcon f7 2013-10-02T02:10:47 < dongs> stopped reading after "Uniquely American" 2013-10-02T02:12:10 < bighead123> Steffan-: Thank you, never used that feature before :) 2013-10-02T02:12:23 < dongs> * iPad mini in-dash to handle GPS, music library and other systems. 2013-10-02T02:12:24 < dongs> LOL. 2013-10-02T02:12:40 < dongs> i guess if you're dumb enough to pay 200k for a shiny piece of shit, you deserve a jewpad in teh dock. 2013-10-02T02:13:09 <+Steffan-> dongs preferse a cheap honda 2013-10-02T02:13:25 < dongs> also >music library 2013-10-02T02:13:28 < dongs> don't you need itunes for that. 2013-10-02T02:13:33 <+Steffan-> and some kawasaki bike. 2013-10-02T02:13:58 <+Steffan-> You dont NEED it. 2013-10-02T02:14:29 < dongs> well, if you want to listen to music on jewpad, I think you DO. 2013-10-02T02:14:31 <+Steffan-> but then you'll need "open sores" 2013-10-02T02:14:35 < dongs> becuase there's no other way to get it in there? 2013-10-02T02:14:39 < dongs> or maybe thats just ipod. 2013-10-02T02:14:44 <+Steffan-> There are other tools. 2013-10-02T02:14:58 < dongs> I've heard about that. 2013-10-02T02:15:05 < dongs> I also heard tehy stop working wiht anything current-generation 2013-10-02T02:15:13 <+Steffan-> dont know about that. 2013-10-02T02:15:44 < dongs> i.e. this is the last ipod shuffle suported by opensores 2013-10-02T02:15:45 < dongs> http://ecx.images-amazon.com/images/I/31B394KN81L.jpg 2013-10-02T02:15:53 < dongs> and its like 4-5 revisions old now. 2013-10-02T02:16:07 -!- MrM0bius [~Joey@91.192.67.227] has joined ##stm32 2013-10-02T02:17:36 < gxti> it's a feature 2013-10-02T02:17:52 <+Steffan-> gxti is too, unfortunately. 2013-10-02T02:17:56 < dongs> oh hey gxti 2013-10-02T02:17:58 < gxti> you don't want to mix lunix aids with ifruit aids 2013-10-02T02:18:06 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-02T02:18:07 < dongs> is neo pinout really backwards 2013-10-02T02:18:08 < dongs> from usual 2013-10-02T02:18:13 < dongs> pin1 in lower right 2013-10-02T02:18:18 < dongs> or did i fuck it up 2013-10-02T02:18:19 <+Steffan-> gxti you turned into dongs.. feel sick? 2013-10-02T02:18:26 < gxti> Steffan-: so did you 2013-10-02T02:18:28 <+Steffan-> did it hurt? 2013-10-02T02:18:29 < dongs> http://i.imgur.com/r0tXSxl.png this is waht i ended up wiht 2013-10-02T02:18:44 <+Steffan-> I don't use his vocabulary too much for sure mr gxti 2013-10-02T02:18:49 -!- MrMobius [~Joey@91.192.66.16] has quit [Ping timeout: 246 seconds] 2013-10-02T02:19:07 < gxti> well i had to put it in terms that dongs can relate to 2013-10-02T02:19:16 <+Steffan-> Ah, of course. 2013-10-02T02:19:22 <+Steffan-> My bad 2013-10-02T02:20:02 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-02T02:20:28 < gxti> dongs: looks right 2013-10-02T02:20:42 <+Steffan-> You could've downloaded some EAGLE lib. 2013-10-02T02:20:48 < dongs> hokay 2013-10-02T02:20:52 < dongs> Steffan-: LOOL 2013-10-02T02:21:19 < gxti> or download the CADENCE ORCAD files from the vendor like a real pro 2013-10-02T02:21:32 < gxti> because you're too pro to make your own footprints 2013-10-02T02:22:06 <+Steffan-> lol there is actually some ulp to convert from eagle stuff to stuff dt can work with 2013-10-02T02:23:37 <+Steffan-> I bet thats the only feature dongs likes. 2013-10-02T02:24:04 < Laurenceb_> "Fremont (MAXREFDES6#): 16-Bit, High-Accuracy, 0 to 100mV Input, Isolated Analog Front-End (AFE) " 2013-10-02T02:24:06 < Laurenceb_> wut 2013-10-02T02:24:12 < Laurenceb_> its an ADC on a board 2013-10-02T02:24:30 < gxti> Laurenceb_: so? 2013-10-02T02:24:45 < Laurenceb_> Maxim are spamming me 2013-10-02T02:24:48 <+Steffan-> Sounds like the perfect board for you Laurenceb_ 2013-10-02T02:24:53 < gxti> spam them back 2013-10-02T02:24:57 <+Steffan-> 16-bit .. high-accuracy 2013-10-02T02:24:58 < Laurenceb_> heh 2013-10-02T02:25:16 < emeb> high accuracy is not the same as high resolution 2013-10-02T02:26:11 <+Steffan-> uh emeb .. did i say that? 2013-10-02T02:26:21 < Laurenceb_> "Industry's Lowest IQ Automotive Buck Converter Replaces Always-On LDO " 2013-10-02T02:26:30 < Laurenceb_> wut?? its connected to a car battery 2013-10-02T02:26:49 < emeb> Steffan-: your ironic juxtaposition of the two claims suggested a linkage 2013-10-02T02:27:41 <+Steffan-> nah, i said that because Laurenceb_ was into that once. 2013-10-02T02:27:53 < emeb> Steffan-: my bad 2013-10-02T02:27:55 <+Steffan-> He needed some 16-bit ADC for something. 2013-10-02T02:28:04 < Laurenceb_> spectroscopy 2013-10-02T02:28:22 < Laurenceb_> then i realised i could oversample a 12bit and get 19 effective bits 2013-10-02T02:28:23 < emeb> F373 ftw 2013-10-02T02:28:54 < Laurenceb_> 16bit is kind of stupid when you have such a fast 12 bit on stm32 2013-10-02T02:29:03 < qyx_> btw what about common 24bit audio adcs? 2013-10-02T02:29:17 < dongs> they're slow 2013-10-02T02:29:21 < Laurenceb_> yeah but i was hitting the shot noise limit 2013-10-02T02:29:23 < Laurenceb_> so shrug 2013-10-02T02:29:26 < qyx_> 192ksps is not too slow 2013-10-02T02:29:31 < emeb> whoa - 7 bits of added resolution - that's like 16k integration? 2013-10-02T02:29:47 < Laurenceb_> yes 2013-10-02T02:29:54 < gxti> are there hidden gotchas to using audio adc or dac for other stuff? i mean other than the stated INL and such 2013-10-02T02:30:08 < emeb> gain accuracy is usually not great 2013-10-02T02:30:31 < emeb> audio adcs /dacs are designed for relative accuracy, not absolute. 2013-10-02T02:30:39 < gxti> right. 2013-10-02T02:30:56 < qyx_> and apart of that? 2013-10-02T02:31:19 < emeb> often audio I/O parts have built-in DC blocking, so they're really only good for AC coupled signals 2013-10-02T02:31:33 < gxti> that's what i'm mainly worried about. 2013-10-02T02:32:00 < emeb> sometimes you can disable the highpass filters, sometimes not. Check the data sheets. 2013-10-02T02:32:05 < qyx_> some of them explicitly state in the datasheets that external dc blocking capacitors are needed 2013-10-02T02:32:42 < gxti> at some point i want to build up a 24bit DAC for driving voltage-controlled oscillators, absolute voltage doesn't matter but it does need to be very stable over time which pretty much rules that out 2013-10-02T02:32:42 < emeb> I'm working with an I2S audio DAC right now that has DC outputs, but can't drive much DC current so you would have to use high-impedance buffers. 2013-10-02T02:32:59 < dongs> that was another thing 2013-10-02T02:33:03 < emeb> whereas if you AC couple it then there are no strong buffering issues. 2013-10-02T02:33:03 < dongs> on my screen overlay trash 2013-10-02T02:33:10 < gxti> although maybe using it with a homebrew dual-slope converter could work 2013-10-02T02:33:11 < dongs> i was told I should use buffer/follower opamp thing 2013-10-02T02:33:18 < dongs> because stm32 adc can't deliver a lot of current 2013-10-02T02:33:56 < emeb> dongs: the stm32 DAC has built-in buffering, but it has some bandwidth issues. 2013-10-02T02:33:58 < gxti> stm32 dac has an output buffer but you have to turn it off to get rail-to-rail 2013-10-02T02:34:08 < emeb> yes, that. 2013-10-02T02:34:14 < qyx_> you were feeding dac output directly to 75ohm coax? 2013-10-02T02:34:19 < emeb> plus it causes some overshoot and lag. 2013-10-02T02:35:32 < emeb> gxti: the CS4344 I2S DAC can only source/sink 10uA DC on its outputs. If you AC couple it then it's happy with much more though. 2013-10-02T02:35:38 -!- Laurenceb_ [~Laurence@host86-174-21-138.range86-174.btcentralplus.com] has quit [Read error: Operation timed out] 2013-10-02T02:36:12 < gxti> anyway i don't really have any immediate need for something like that, just keeping an eye out for good ideas 2013-10-02T02:36:37 < gxti> i've also seen an approach that involved summing two 16bit PWM DACs, kind of a coarse/fine approach which is perfect for driving VCO 2013-10-02T02:37:11 < emeb> that can work - if you have a way to calibrate out any overlap. 2013-10-02T02:37:50 < gxti> i guess i should build a dual-slope ADC just for the learning experience 2013-10-02T02:38:59 -!- corazon-A [~cassiopea@ppp-128-36.98-62.inwind.it] has joined ##stm32 2013-10-02T02:39:07 < corazon-A> hello 2013-10-02T02:39:22 < emeb> use good switches and low-offset op-amp for your integrator 2013-10-02T02:39:46 < gxti> on a completely unrelated note, haven't done any new hardware in quite a while so i'm looking at making that isolated BMP 2013-10-02T02:40:21 < emeb> isolation on the USB side or on the SWD side? 2013-10-02T02:40:46 < gxti> swd is much simpler :p 2013-10-02T02:41:02 < emeb> except for the bi-dir on the data line 2013-10-02T02:41:14 < qyx_> any i2c isolator should work 2013-10-02T02:41:29 < gxti> just need to bring an enable line across 2013-10-02T02:41:29 < emeb> enough BW? 2013-10-02T02:41:57 < qyx_> i2c can go up to ~3mbps, so probably yes 2013-10-02T02:41:57 < emeb> so tweak the BMP firmware to output a direction line. 2013-10-02T02:42:16 < gxti> yeah reading the source now, looks like a total of 3 lines changed maybe 2013-10-02T02:42:33 < gxti> the input/output switching is a #define 2013-10-02T02:43:41 -!- corazon-A [~cassiopea@ppp-128-36.98-62.inwind.it] has left ##stm32 [] 2013-10-02T03:01:48 < dongs> gxti> stm32 dac has an output buffer but you have to turn it off to get rail-to-rail 2013-10-02T03:01:51 < dongs> oh it has? 2013-10-02T03:02:11 < dongs> well for audio only, you sure i wont ned a external bufferf? 2013-10-02T03:02:43 < gxti> read the datasheet, i don't even remember what part that was because i never got around to building whatever the thing was that i was looking at building 2013-10-02T03:02:55 < gxti> probably f3 2013-10-02T03:38:29 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Read error: Connection reset by peer] 2013-10-02T03:38:47 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-02T03:48:42 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-02T03:49:18 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 264 seconds] 2013-10-02T03:49:28 -!- BrainDamage [~BrainDama@62.10.6.72] has quit [Read error: No route to host] 2013-10-02T03:49:31 -!- BrainDamage1 [~BrainDama@62.10.6.72] has joined ##stm32 2013-10-02T03:49:37 -!- BrainDamage1 is now known as BrainDamage 2013-10-02T03:52:30 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has joined ##stm32 2013-10-02T04:01:30 < emeb> I did a project with an F100 VL part that used both DACs. Tried it with and without the buffer. 2013-10-02T04:01:58 < emeb> ended up not using the buffer because of the rail-to-rail issue and the edge ringing. 2013-10-02T04:02:25 < dongs> so, just directly to line out? 2013-10-02T04:02:33 < dongs> and no issues driving high-impedance shit? 2013-10-02T04:02:42 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Read error: Operation timed out] 2013-10-02T04:03:00 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-02T04:03:10 < emeb> No, this project needed +/-2.5V outputs, so the DAC outs went immediatedly into op-amps. 2013-10-02T04:03:26 < emeb> What kind of load are you driving? 2013-10-02T04:05:25 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 245 seconds] 2013-10-02T04:12:05 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-02T04:20:05 -!- MrM0bius [~Joey@91.192.67.227] has quit [Read error: Connection reset by peer] 2013-10-02T04:20:54 < dongs> emeb: line in on video transmitter. 2013-10-02T04:20:58 < dongs> i have no idea waht impedanec it is tho. 2013-10-02T04:21:08 < dongs> 75/50ohm? 2013-10-02T04:22:14 < dongs> audio part. 2013-10-02T04:22:15 -!- MrMobius [~Joey@91.192.67.227] has joined ##stm32 2013-10-02T04:29:53 < emeb> Audio line loads are usually > 1k ohm, if not more. 2013-10-02T04:30:20 < emeb> which stm32? 2013-10-02T04:31:10 < emeb> (some older style audio loads might go as low as 600ohm, but that's rare these days) 2013-10-02T04:34:11 < emeb> so the DAC in an F105 is rated to drive 5k with the buffer and 15k without the buffer. 2013-10-02T04:35:04 < emeb> if you want to drive a line level output you could probably squeak by with the buffer enabled, but it might have reduced drive if you hook up to a lower impedance load. 2013-10-02T04:35:38 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-02T04:38:32 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-02T04:46:36 < dongs> F3 2013-10-02T04:49:13 < emeb_mac> looks like thd F3 DAC is the same as the F105 DAC - 5k w/ buffer on, 15k w/ buffer off. 2013-10-02T04:53:10 < dongs> I just got boards for new rev of osdongs w/video generation stuff hooked up 2013-10-02T04:53:21 < dongs> should try ripping thinner-client codez 2013-10-02T05:04:02 -!- BrainDamage [~BrainDama@62.10.6.72] has quit [Quit: Leaving.] 2013-10-02T05:06:45 < emeb_mac> osdongs? 2013-10-02T05:06:56 < emeb_mac> on-screen-display. derp 2013-10-02T05:24:05 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-02T05:25:47 < dongs> y 2013-10-02T05:33:54 -!- R0b0t1` [~dev@ip-18-11.net.ksu.edu] has joined ##stm32 2013-10-02T05:33:54 -!- R0b0t1` [~dev@ip-18-11.net.ksu.edu] has quit [Changing host] 2013-10-02T05:33:54 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-02T05:34:38 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-02T05:35:25 -!- ddrown [abob@vps3.drown.org] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-02T05:36:32 -!- ddrown [abob@vps3.drown.org] has joined ##stm32 2013-10-02T05:47:11 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-02T05:57:48 < emeb_mac> har: http://www.wired.com/beyond_the_beyond/2013/09/the-historical-curse-of-king-arduino/ 2013-10-02T06:06:35 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-02T06:06:51 -!- R0b0t1 [~dev@ip-18-11.net.ksu.edu] has joined ##stm32 2013-10-02T06:06:51 -!- R0b0t1 [~dev@ip-18-11.net.ksu.edu] has quit [Changing host] 2013-10-02T06:06:51 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-02T06:07:06 < dongs> chats. where are they. 2013-10-02T06:07:45 -!- grummund [~user@unaffiliated/grummund] has quit [Read error: Operation timed out] 2013-10-02T06:09:16 < ohsix> poisoned 2013-10-02T06:12:07 < dongs> o rite 2013-10-02T06:12:18 < dongs> toxic chats 2013-10-02T06:21:51 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-02T06:23:31 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-02T06:39:39 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-02T06:39:59 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-02T06:40:09 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-02T06:40:44 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-02T06:55:36 -!- esden [esden@repl.esden.net] has quit [Ping timeout: 260 seconds] 2013-10-02T06:56:24 -!- esden [esden@repl.esden.net] has joined ##stm32 2013-10-02T07:05:23 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-02T07:19:43 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 245 seconds] 2013-10-02T07:26:14 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-02T07:27:44 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-02T07:41:53 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has quit [Quit: Page closed] 2013-10-02T07:48:21 < dongs> http://smoothieware.org/smoothiedriver 2013-10-02T07:48:25 < dongs> is that stellaris shit 2013-10-02T07:49:43 -!- esden [esden@repl.esden.net] has quit [Ping timeout: 260 seconds] 2013-10-02T07:53:24 -!- esden [esden@repl.esden.net] has joined ##stm32 2013-10-02T07:55:13 < dongs> https://github.com/davidcranor/Thinner-Client 2013-10-02T08:03:12 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-02T08:03:31 -!- R0b0t1 [~dev@ip-18-11.net.ksu.edu] has joined ##stm32 2013-10-02T08:03:31 -!- R0b0t1 [~dev@ip-18-11.net.ksu.edu] has quit [Changing host] 2013-10-02T08:03:31 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-02T08:12:43 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has joined ##stm32 2013-10-02T08:16:18 -!- MrM0bius [~Joey@91.192.66.14] has joined ##stm32 2013-10-02T08:19:19 -!- MrMobius [~Joey@91.192.67.227] has quit [Ping timeout: 246 seconds] 2013-10-02T08:22:24 < dongs> http://i.imgur.com/TfjEjxz.jpg blacks are blacker now 2013-10-02T08:24:10 < emeb_mac> nifty 2013-10-02T08:25:56 < dongs> just need to setup tim3 to do my own sync generation tho 2013-10-02T08:26:07 < dongs> so i can stop wasting gobro battery 2013-10-02T08:30:18 < emeb_mac> http://www.youtube.com/watch?v=iPrnduGtgmc 2013-10-02T08:31:28 < dongs> saw minecraft while skimming the page; closed 2013-10-02T08:31:46 < emeb_mac> must have missed that 2013-10-02T08:32:26 < dongs> im extra good at detecting fail 2013-10-02T08:33:07 < emeb_mac> that must get old - fail detector goes off all the time. 2013-10-02T08:33:16 < emeb_mac> world is full of so much of it 2013-10-02T08:49:44 < dongs> http://www.kickstarter.com/projects/joylabs/makey-makey-an-invention-kit-for-everyone?ref=tag 2013-10-02T08:49:47 < dongs> what hte fuck is this 2013-10-02T08:50:50 < dongs> rage level quickly rising 2013-10-02T08:51:02 < dongs> half a fucking million for arduino pcb with a bunch of holes in it? 2013-10-02T08:51:28 < GargantuaSauce> they made half a million because you can plug banana plugs into bananas 2013-10-02T08:52:23 < GargantuaSauce> "Another grad student made this working pressure sensitive switch by layering Play-Doh under a spring:" 2013-10-02T08:52:51 < dongs> want to stab 2013-10-02T08:53:12 -!- DanteA [~X@host-64-158-66-217.spbmts.ru] has joined ##stm32 2013-10-02T08:53:12 < GargantuaSauce> this is pretty funny 2013-10-02T08:54:56 < emeb_mac> stabby dongs 2013-10-02T09:03:42 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-02T09:05:42 < ohsix> jealously swells for those with holes 2013-10-02T09:10:06 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 256 seconds] 2013-10-02T09:14:54 -!- bighead123 [~Administr@94.100.236.185] has quit [Quit: Leaving.] 2013-10-02T09:16:40 -!- eroomde [~ed@cpc3-oxfd20-2-0-cust553.4-3.cable.virginmedia.com] has joined ##stm32 2013-10-02T09:21:23 -!- DanteA [~X@host-64-158-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-02T09:33:29 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-02T09:35:04 -!- xpg [~pf@5.179.82.4] has joined ##stm32 2013-10-02T09:37:56 -!- Viper168 is now known as Viper168_ 2013-10-02T09:40:49 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-02T09:43:07 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 248 seconds] 2013-10-02T09:49:10 -!- DanteA [~X@host-122-158-66-217.spbmts.ru] has joined ##stm32 2013-10-02T09:53:39 -!- dekar_ [~dekar@212.255.32.84] has joined ##stm32 2013-10-02T09:53:42 -!- mode/##stm32 [+v dekar_] by ChanServ 2013-10-02T09:57:08 -!- dekar [~dekar@212.255.44.113] has quit [Ping timeout: 240 seconds] 2013-10-02T10:02:48 -!- DanteA [~X@host-122-158-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-02T10:07:20 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-02T10:13:00 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-02T10:21:33 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-02T10:30:27 < ohsix> toxins 2013-10-02T10:30:38 < ohsix> no chat today 2013-10-02T10:31:43 < ohsix> chats got ld50 2013-10-02T10:33:31 < ohsix> http://en.wikipedia.org/wiki/Median_lethal_dose 2013-10-02T10:42:14 < dongs> did you just make him ragequit 2013-10-02T10:42:34 < dongs> fuck 2013-10-02T10:44:11 -!- Robint91 [~robin@2a02:2c40:400:0:9933:67d1:6205:394d] has joined ##stm32 2013-10-02T10:44:44 < Robint91> GOOD MORNING ##STM32 2013-10-02T10:44:55 < jpa-> hi robbie 2013-10-02T10:52:35 -!- Activate_for_mor [~mirggi@host-117-152-66-217.spbmts.ru] has joined ##stm32 2013-10-02T10:53:41 < dongs> sync is generating 2013-10-02T10:53:46 < dongs> now to figure out why screen isny syncing to it 2013-10-02T10:54:11 < ohsix> bits too poisonous 2013-10-02T10:54:27 < dongs> fo sho 2013-10-02T11:12:58 < Robint91> https://www.youtube.com/watch?v=RqvCNb7fKsg <- HIPSTER PROGRAMMER 2013-10-02T11:18:23 -!- eroomde [~ed@cpc3-oxfd20-2-0-cust553.4-3.cable.virginmedia.com] has left ##stm32 [] 2013-10-02T11:19:31 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has quit [Ping timeout: 250 seconds] 2013-10-02T11:27:36 < dongs> time to read analog video 101 agian 2013-10-02T11:44:57 -!- bighead123 [~Administr@94.100.236.185] has joined ##stm32 2013-10-02T11:49:26 -!- Activate_for_mor [~mirggi@host-117-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-02T12:06:20 -!- Activate_for_mor [~mirggi@host-53-152-66-217.spbmts.ru] has joined ##stm32 2013-10-02T12:16:39 -!- rigid [~rigid@unaffiliated/rigid] has quit [Ping timeout: 260 seconds] 2013-10-02T12:19:50 -!- rmob [~rmob@178-26-78-228-dynip.superkabel.de] has quit [Ping timeout: 240 seconds] 2013-10-02T12:21:52 -!- rmob [~rmob@178-26-78-228-dynip.superkabel.de] has joined ##stm32 2013-10-02T12:26:20 -!- rigid [~rigid@unaffiliated/rigid] has joined ##stm32 2013-10-02T12:26:20 -!- rigid [~rigid@unaffiliated/rigid] has quit [Excess Flood] 2013-10-02T12:43:10 -!- Activate_for_mor [~mirggi@host-53-152-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-02T12:58:42 -!- Laurenceb_ [~Laurence@host86-174-21-138.range86-174.btcentralplus.com] has joined ##stm32 2013-10-02T13:10:09 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 240 seconds] 2013-10-02T13:10:51 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-02T13:13:49 -!- trepidaciousMBR [~trepidaci@92.40.248.179.threembb.co.uk] has joined ##stm32 2013-10-02T13:20:21 -!- rigid [~rigid@unaffiliated/rigid] has joined ##stm32 2013-10-02T13:41:42 < Laurenceb_> http://www.kickstarter.com/projects/1157143472/x-winder-the-worlds-first-desktop-filament-winder 2013-10-02T13:41:50 < dongs> old 2013-10-02T13:43:08 < karlp> Robint91: that haskell video is hilarious, (or is that, hfiflfafrfifofufs!!! ?) 2013-10-02T13:44:14 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-02T13:50:52 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has joined ##stm32 2013-10-02T13:51:47 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-02T14:07:13 -!- Laurenceb_ [~Laurence@host86-174-21-138.range86-174.btcentralplus.com] has quit [Ping timeout: 246 seconds] 2013-10-02T14:16:33 -!- MrMobius [~Joey@194.176.111.155] has joined ##stm32 2013-10-02T14:19:28 -!- MrM0bius [~Joey@91.192.66.14] has quit [Ping timeout: 246 seconds] 2013-10-02T14:48:02 -!- trepidaciousMBR [~trepidaci@92.40.248.179.threembb.co.uk] has quit [Quit: trepidaciousMBR] 2013-10-02T15:01:48 < dongs> zyp: everything arived, tomrorow is some shitty holiday, friday pcba setup, monday assembly. 2013-10-02T15:03:34 -!- MrMobius [~Joey@194.176.111.155] has quit [Ping timeout: 246 seconds] 2013-10-02T15:11:46 -!- Activate_for_mor [~mirggi@host-117-152-66-217.spbmts.ru] has joined ##stm32 2013-10-02T15:20:22 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-02T15:25:44 < Thorn> my fountain pen inks also arrived 2013-10-02T15:31:17 < zyp> dongs, right, thanks 2013-10-02T15:42:03 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-232-244.clienti.tiscali.it] has joined ##stm32 2013-10-02T15:42:42 < Robint91> mhh 2013-10-02T15:43:09 < Robint91> there is a rumor that you can't execute code from the SDRAM 2013-10-02T15:43:18 < Robint91> on the STM32F429 2013-10-02T15:43:27 < dongs> why would you want to 2013-10-02T15:43:35 < dongs> thats insane. 2013-10-02T15:44:08 < dongs> can you execute code from sram on fsmc? 2013-10-02T15:44:17 < Thorn> check fig. 2 in rm0090 2013-10-02T15:44:32 < Thorn> dongs: you can but it's slow as hell 2013-10-02T15:44:43 < Thorn> I'd expect that it's the same with sdram 2013-10-02T15:45:15 < dongs> how the fuck does lunix run on F103 then 2013-10-02T15:45:46 < karlp> slowly 2013-10-02T15:45:56 < dongs> thought so 2013-10-02T15:46:22 < Laurenceb> inb4 "same as usual" 2013-10-02T15:46:30 < dongs> yea nothing new there 2013-10-02T15:46:47 < Thorn> http://electronics.stackexchange.com/questions/31456/running-executable-from-external-sram/31459#31459 2013-10-02T15:47:04 < Robint91> https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fSTM32Discovery%2fSTM32F429I-DISCO%20Coming%20Soon&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F&TopicsView=https%3A%2F%2Fmy%2Est%2Ecom%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2FSTM32Discovery%2FAllItems%2Easpx¤tviews=194 2013-10-02T15:47:15 < dongs> Laurenceb: i got mpu6050 calibrated and I see it drifting left/right over say half an hour period 2013-10-02T15:47:16 < Robint91> clive1 post: Observations with the board, 8 MB of SDRAM readily accessible at 0xD0000000. Does not appear to support mapping to zero (bank at 0xC0000000 would have been). Does not appear to permit code execution. Pin out would appear to support a 16 MB part. SDIO operation appears to clash with LCD. 2013-10-02T15:47:26 < dongs> i always thought gyro would only drift one way 2013-10-02T15:47:36 < Laurenceb> not if its calibrated 2013-10-02T15:47:52 < dongs> im talkin like few deg/minute drift 2013-10-02T15:47:54 < Laurenceb> how did you cal? 2013-10-02T15:48:00 < Laurenceb> nice 2013-10-02T15:48:13 < dongs> just get a bunch of readings and average/subtract from each reading 2013-10-02T15:48:19 < Laurenceb> heh 2013-10-02T15:48:41 < dongs> clive1 is some kinda hax0r 2013-10-02T15:50:07 < Robint91> dongs, enlighte me 2013-10-02T15:50:27 < dongie> just look at his post history at those shitty stm forums 2013-10-02T15:50:36 < dongie> he's liek a fucking god there. 2013-10-02T15:51:30 < Laurenceb> theres some funny posts by stmone 2013-10-02T15:51:43 < dongie> ya but that guy is paid to post 2013-10-02T15:51:51 < dongie> st forums are fucking awful tho 2013-10-02T15:51:51 < Laurenceb> "at ST we have decided to leave all support to Clive1" 2013-10-02T15:51:56 < Laurenceb> or something like that 2013-10-02T15:51:57 < dongie> haha 2013-10-02T15:52:07 < dongie> they arent wrong 2013-10-02T15:53:32 <+Steffan-> i bet clive1 is zyp is disguise .. 2013-10-02T15:53:52 < dongie> zyp wouldnt have a shitty matrix avatar 2013-10-02T15:54:01 < zyp> I certainly wouldn't 2013-10-02T15:54:01 <+Steffan-> No, .. animé. 2013-10-02T15:54:05 < dongie> haha 2013-10-02T15:54:07 < dongie> trudat 2013-10-02T15:59:52 < Thorn> according to fig. 2 I-bus is connected to FMC 2013-10-02T16:00:16 < Robint91> Thorn, so clive1 is WRONG 2013-10-02T16:00:19 < Robint91> DAMM 2013-10-02T16:00:27 < Robint91> the god has fallen 2013-10-02T16:01:12 < Thorn> and the rm doesn't appear to say anything about code execution wrt fmc 2013-10-02T16:01:30 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has quit [Remote host closed the connection] 2013-10-02T16:04:51 < Laurenceb> nice 2013-10-02T16:04:58 < Laurenceb> maxim made something useful http://www.maximintegrated.com/datasheet/index.mvp/id/8062 2013-10-02T16:05:19 < dongs> um 2013-10-02T16:05:32 < dongs> http://www.atmel.com/devices/atsha204.aspx how is that different form this 2013-10-02T16:05:36 < Laurenceb> going on my next datalogger i think 2013-10-02T16:05:41 < Robint91> Laurenceb, bitcoin miners? 2013-10-02T16:05:41 < BrainDamage> maxim has some useful stuff 2013-10-02T16:05:50 < BrainDamage> but they are usually outrageously expensive 2013-10-02T16:05:56 < Laurenceb> yeah 2013-10-02T16:05:58 < dongs> Laurenceb: atmeL: bigger eeprom, less pins. same fuckin thing. also like 50c or something @ digikey 2013-10-02T16:06:02 < dongs> how much is that maxim?? i bet like $10 2013-10-02T16:06:07 < Laurenceb> heh 2013-10-02T16:06:27 < dongs> shit's not even ON digikey 2013-10-02T16:06:42 < dongs> means youre fukd if you actualyl want it 2013-10-02T16:06:49 < Laurenceb> cool ill try the atmel thing 2013-10-02T16:06:49 < jpa-> Laurenceb: why do you need encrypted memory on the datalogger? 2013-10-02T16:06:58 < dongs> hes afraid of hax0rs 2013-10-02T16:07:01 < Laurenceb> for device authentication 2013-10-02T16:07:02 < BrainDamage> I have an i2c thermocouple amp with cold junction compensation ... 6.5$ 2013-10-02T16:07:02 < dongs> stealing his vibration data 2013-10-02T16:07:23 < Robint91> dongs, *vibrator FTFY 2013-10-02T16:07:23 < jpa-> Laurenceb: wouldn't the STM32 OTP + serial number be easier? 2013-10-02T16:07:24 < dongs> http://www.digikey.com/product-detail/en/ATSHA204-TSU-T/ATSHA204-TSU-TCT-ND/2827266 2013-10-02T16:07:26 < BrainDamage> same thing from another vendor cost about half 2013-10-02T16:07:29 < dongs> Laurenceb: ^ onewire interface 2013-10-02T16:07:59 < Laurenceb> neat - thought maxim had patented 1wire 2013-10-02T16:08:28 < dongs> looks like a sot23 transistor 2013-10-02T16:08:28 < dongs> super ninja 2013-10-02T16:08:38 < BrainDamage> what? 2013-10-02T16:08:44 < BrainDamage> 1-wire is from dallas 2013-10-02T16:08:51 < dongie> its not 1wire 2013-10-02T16:08:53 < BrainDamage> now ti 2013-10-02T16:08:56 < dongie> its some proprietary thing 2013-10-02T16:09:00 < dongie> but easy enough to bitbang 2013-10-02T16:09:03 < dongie> + docs in pdf 2013-10-02T16:09:31 < Laurenceb> hmm 2013-10-02T16:09:39 < Laurenceb> i only have i2c 2013-10-02T16:10:39 < dongs> they have i2c versions too 2013-10-02T16:11:08 < dongs> http://www.digikey.com/product-detail/en/ATSHA204-TH-DA-T/ATSHA204-TH-DA-TCT-ND/2827264 2013-10-02T16:11:08 < dongs> etc 2013-10-02T16:11:08 < dongs> http://www.digikey.com/product-detail/en/ATSHA204-MAH-DA-T%20SL901/ATSHA204-MAH-DA-T%20SL901CT-ND/2827258 2013-10-02T16:11:16 < Laurenceb> ic 2013-10-02T16:12:02 < dongie> http://proto-pic.co.uk/atsha204-authentication-chip-breakout/ 2013-10-02T16:12:06 < dongie> lol sparkfun 2013-10-02T16:12:53 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has quit [Ping timeout: 250 seconds] 2013-10-02T16:14:15 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-232-244.clienti.tiscali.it] has quit [Ping timeout: 260 seconds] 2013-10-02T16:15:04 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-232-244.clienti.tiscali.it] has joined ##stm32 2013-10-02T16:16:59 -!- Steffan- is now known as Steffanx 2013-10-02T16:17:26 -!- capacitor [~parrot@123-243-139-187.tpgi.com.au] has joined ##stm32 2013-10-02T16:17:34 < capacitor> thankyou, very much. 2013-10-02T16:17:47 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has joined ##stm32 2013-10-02T16:19:00 -!- mode/##stm32 [+o Steffanx] by ChanServ 2013-10-02T16:19:25 -!- mode/##stm32 [-o Steffanx] by Steffanx 2013-10-02T16:20:42 -!- mog [~mog@fsf/member/mog] has joined ##stm32 2013-10-02T16:21:25 < dongie> SysTick->VAL is wat 2013-10-02T16:21:39 <+Steffanx> 354 2013-10-02T16:21:43 < jpa-> 15 2013-10-02T16:21:54 < dongie> its a rNG! 2013-10-02T16:22:14 < jpa-> better than debian's rng, anyway 2013-10-02T16:22:33 <+Steffanx> The question is if the numbers we generated are random .. 2013-10-02T16:22:56 < jpa-> mine is in inches 2013-10-02T16:22:59 < BrainDamage> throw a dice, hardcode the result 2013-10-02T16:23:08 < BrainDamage> there, random number 2013-10-02T16:23:19 < jpa-> yours is in millimeters 2013-10-02T16:23:48 < BrainDamage> black box speaking, it's even impossible to test if it's a real rng spitting a sequence of that number without executing infinite tests 2013-10-02T16:24:09 < Thorn> http://xkcd.com/221/ 2013-10-02T16:24:22 -!- Tectu [tectu@2a01:4f8:100:4323:4f8:4f8:0:6c] has left ##stm32 ["Leaving"] 2013-10-02T16:24:28 < Thorn> that's why crypto people hate hardware RNGs 2013-10-02T16:24:31 -!- Tectu [tectu@2a01:4f8:100:4323:4f8:4f8:0:6c] has joined ##stm32 2013-10-02T16:24:34 < Thorn> they fail silently 2013-10-02T16:24:52 -!- mode/##stm32 [+o Tectu] by ChanServ 2013-10-02T16:28:22 < Laurenceb> http://web.archive.org/web/20000510024558/http://www.stileproject.com/lls.html 2013-10-02T16:28:24 < Laurenceb> nooooooooooooo 2013-10-02T16:29:25 <+Steffanx> Only you care. 2013-10-02T16:29:36 < Laurenceb> http://www.phrozen-neon.com/lls/lls4.jpg 2013-10-02T16:30:13 < dongie> i remember seeing that shit. 2013-10-02T16:34:38 -!- Steffanx is now known as Steffan- 2013-10-02T16:34:43 < capacitor> wut 2013-10-02T16:36:32 < dongie> cocks, is what 2013-10-02T16:37:00 < Posterdati> hi 2013-10-02T16:40:07 < capacitor> the rotted drill 2013-10-02T16:40:57 -!- ttmrichter [~ttmrichte@gertm.eu] has joined ##stm32 2013-10-02T16:41:44 -!- Activate_for_mor [~mirggi@host-117-152-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-02T16:46:05 -!- capacitor [~parrot@123-243-139-187.tpgi.com.au] has left ##stm32 [] 2013-10-02T16:56:22 < Posterdati> zyp: are you there? 2013-10-02T16:59:12 < zyp> maybe 2013-10-02T16:59:20 < Posterdati> ok 2013-10-02T16:59:35 < Posterdati> there's no way to make this damned usb to work... 2013-10-02T16:59:55 < Posterdati> I hate usb, it's a damned trap 2013-10-02T17:00:36 < zyp> ok 2013-10-02T17:00:46 < Posterdati> now 2013-10-02T17:01:11 < Posterdati> I've got syncrhonous bulk transfer to return -1 suddenly 2013-10-02T17:01:25 < Posterdati> damned usb 2013-10-02T17:01:46 < Posterdati> it's a moron interface designed by morons 2013-10-02T17:02:30 < karlp> are you _hoping_ to be flamed? :) 2013-10-02T17:02:33 -!- xpg [~pf@5.179.82.4] has quit [Quit: Leaving] 2013-10-02T17:02:41 < Thorn> in Thailand 2013-10-02T17:02:50 < Thorn> (because trap) 2013-10-02T17:03:34 -!- Activate_for_mor [~mirggi@host-10-157-66-217.spbmts.ru] has joined ##stm32 2013-10-02T17:12:38 -!- Activate_for_mor [~mirggi@host-10-157-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-02T17:13:29 -!- trepidaciousMBR [~trepidaci@92.40.248.179.threembb.co.uk] has joined ##stm32 2013-10-02T17:13:45 -!- rlc [63ed50cf@gateway/web/freenode/ip.99.237.80.207] has quit [Quit: Page closed] 2013-10-02T17:17:38 < Laurenceb> http://www.pe0sat.vgnet.nl/2013/dande-not-heard/ 2013-10-02T17:31:30 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-02T17:36:11 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-232-244.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-02T17:36:11 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-02T17:36:16 -!- BrainDamage1 is now known as BrainDamage 2013-10-02T17:39:11 -!- eroomde [~ed@77.89.152.84] has joined ##stm32 2013-10-02T17:40:35 < Laurenceb> dongs: eroomde is a linux user 2013-10-02T17:40:53 < eroomde> um, yes? 2013-10-02T17:41:08 < eroomde> like a large number of people who write software 2013-10-02T17:41:17 < Laurenceb> shit he must be afk 2013-10-02T17:41:27 < Laurenceb> i was hoping to incite some trollage 2013-10-02T17:43:01 < zyp> Laurenceb, go do something useful instead 2013-10-02T17:45:40 < jpa-> Laurenceb: aren't like half the people on this channel linux users? 2013-10-02T17:47:19 < Laurenceb> trollspider.jpg 2013-10-02T17:48:33 -!- jef79m [~jef79m@202.159.142.234] has quit [Ping timeout: 268 seconds] 2013-10-02T17:49:04 < karlp> zyp's trolling now, trying to get slowrence to go and do something 2013-10-02T17:49:19 < emeb_mac> that can't end well 2013-10-02T17:49:32 < jpa-> it can't end with a space, atleast 2013-10-02T17:49:39 * karlp laughs 2013-10-02T17:50:06 < jpa-> karlp: so did you figure out what suojakeli is in icelandic? 2013-10-02T17:50:25 < karlp> a few different words really, but yeah, I got what you meant, 2013-10-02T17:50:32 < karlp> it jus was the one google translate didn't work with 2013-10-02T17:50:36 < jpa-> yeah :) 2013-10-02T17:50:51 < jpa-> you don't happen to know the english word for it? i couldn't find it 2013-10-02T17:51:06 < karlp> isn't really one, not enough english native speakers in countires that get that sort of weather 2013-10-02T17:51:18 < karlp> the canucks should have one, but they probably use a first tribes word or something 2013-10-02T17:51:25 < jpa-> oh.. poor english speakers, they lack all the important words :( 2013-10-02T17:52:10 < emeb_mac> like eskimos and their 100s of words for snow? 2013-10-02T17:52:16 < jpa-> yeah 2013-10-02T17:52:25 < emeb_mac> apocryphal 2013-10-02T17:53:06 < jpa-> also sami.. they have a word for e.g. "a snow cover that is thin enough for the reindeer to find food under" 2013-10-02T17:53:09 < Laurenceb> trollercoaster 2013-10-02T17:53:52 -!- Intelaida_ [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-02T17:53:54 < BrainDamage> well, when all you see I snow ... 2013-10-02T17:54:24 -!- jef79m [~jef79m@124-171-40-123.dyn.iinet.net.au] has joined ##stm32 2013-10-02T17:55:08 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-02T17:55:14 < Laurenceb> I snow if you snow 2013-10-02T17:59:02 < karlp> anyone know something like nagios/cacti that can just give me graphs for really short periods, like performance metrics over the last half hour, every 10 seconds or something, 2013-10-02T17:59:16 < karlp> not every 5-10 minutes for the last 5 years worth 2013-10-02T17:59:36 < jpa-> can't you just log with cacti really often? :) 2013-10-02T18:00:08 < karlp> if cacti was even remotely sane to configure to even show the values in the first place 2013-10-02T18:00:18 < jpa-> yes :) 2013-10-02T18:00:26 < qyx_> zabbix for example 2013-10-02T18:00:29 < karlp> monitorix just worked out of the box, but it's preset to every 5 minutes or something 2013-10-02T18:00:30 < qyx_> or bare rrdtool 2013-10-02T18:00:33 < karlp> zabbix is next on the list, 2013-10-02T18:00:34 < qyx_> with some scripts 2013-10-02T18:00:50 < karlp> I was hoping to avoid rrdtool and doing it all by hand, but if I'd just started that I'd probably be done I guess :( 2013-10-02T18:01:52 < qyx_> some time ago mrtg was used very often 2013-10-02T18:01:56 < Thorn> munin? 2013-10-02T18:02:07 < karlp> mrtg is networking interfaces mostly if not only, 2013-10-02T18:02:28 < karlp> thanks, I'll try munin after zabbix, 2013-10-02T18:02:32 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-02T18:02:45 < qyx_> mrtg is for whatever you want 2013-10-02T18:02:51 < Thorn> I monitor my lunix servers with munin anyway. 2013-10-02T18:02:55 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-02T18:03:19 < Laurenceb> lolz everyone says lunix here now 2013-10-02T18:03:59 < karlp> mrtg is meant to run from cron once per minute anyway 2013-10-02T18:04:00 -!- DanteA [~X@host-122-158-66-217.spbmts.ru] has joined ##stm32 2013-10-02T18:05:47 < qyx_> you can try kst - qt based realtime grapher 2013-10-02T18:08:39 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has left ##stm32 ["and like that, he's gone"] 2013-10-02T18:14:45 -!- MrMobius [~Joey@91.192.66.2] has joined ##stm32 2013-10-02T18:16:54 -!- virish [8102a4c2@gateway/web/freenode/ip.129.2.164.194] has joined ##stm32 2013-10-02T18:18:14 -!- DanteA [~X@host-122-158-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-02T18:21:29 < virish> i am trying to debug my discovery board using eclipse, what does .gdbinit file mean? It is not located anywhere, is there a template? 2013-10-02T18:22:10 < Thorn> you can create it if you need to. it contains gdb commands to be executed at startup 2013-10-02T18:25:49 < virish> would i save it as a text file? should i follow this :https://sourceware.org/gdb/onlinedocs/gdb/System_002dwide-configuration.html#System_002dwide-configuration 2013-10-02T18:26:10 < dongs> i hope you arent using that sourceware gcc 2013-10-02T18:26:34 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-02T18:26:42 < virish> i am basically trying to use atollic gdbserver to debug in eclipse 2013-10-02T18:27:00 < virish> i am using the Sourcery GCC 2013-10-02T18:27:25 < virish> it is debugging fine on atollic truestudio lite 2013-10-02T18:27:57 < Thorn> virish is obviously not a lunix user 2013-10-02T18:28:13 < virish> yes sorry. i am using windows, new to this 2013-10-02T18:28:59 < dongs> http://i.imgur.com/Wggr4i1.jpg quadDP got used pretty nicely 2013-10-02T18:29:05 < Thorn> config files are text files 2013-10-02T18:29:25 < karlp> virish: .gdbinit is the same as the "prerun" window full of gdb commands in atollic 2013-10-02T18:31:01 -!- Robint91 [~robin@2a02:2c40:400:0:9933:67d1:6205:394d] has quit [Ping timeout: 245 seconds] 2013-10-02T18:31:52 < virish> karlp: is it the commands listed on 'startup Debug', 'startup analyze' etc on the atollic debug configurations? Would i just save that as a text file ? 2013-10-02T18:33:52 < karlp> startup debug is like a .gdbinit for your project 2013-10-02T18:34:45 < virish> i just used that, i keep getting "Error while launching command: gdb --version" 2013-10-02T18:38:24 -!- DanteA [~X@host-58-158-66-217.spbmts.ru] has joined ##stm32 2013-10-02T18:39:39 -!- sterna [~Adium@62.127.211.186] has joined ##stm32 2013-10-02T18:40:52 -!- sterna [~Adium@62.127.211.186] has quit [Client Quit] 2013-10-02T18:44:08 -!- DanteA [~X@host-58-158-66-217.spbmts.ru] has quit [Read error: Connection reset by peer] 2013-10-02T18:50:06 < virish> does rowley crossworks enable swd debugging ? 2013-10-02T18:51:58 -!- ouah [~ouah@195.81.139.13] has joined ##stm32 2013-10-02T18:51:58 -!- ouah [~ouah@195.81.139.13] has quit [Changing host] 2013-10-02T18:51:58 -!- ouah [~ouah@unaffiliated/ouah] has joined ##stm32 2013-10-02T18:52:07 < ouah> hi 2013-10-02T18:52:38 -!- DanteA [~X@host-122-158-66-217.spbmts.ru] has joined ##stm32 2013-10-02T18:52:39 < qyx_> hi 2013-10-02T18:52:43 < qyx_> btw is that your work? http://www.ouah.org/ogay/hmac/ 2013-10-02T18:52:44 < ouah> when I do an erase chip with ST-Link utility, all flash is set to 0x00 2013-10-02T18:52:55 < ouah> I would expect it is set to 0xFF, no? 2013-10-02T18:53:02 < ouah> qyx_: yes 2013-10-02T18:53:06 < qyx_> me too 2013-10-02T18:53:29 < ouah> qyx_: old work btw 2013-10-02T18:53:35 < qyx_> still nice 2013-10-02T18:54:34 < ouah> does stm32l1xxx have some special flash technology with 0x00 values when erased? 2013-10-02T18:55:25 < Thorn> no, blank chips contain 0xff everywhere 2013-10-02T18:57:16 < ouah> ST-Link displays all bytes to 0x00 after chip erase, and if I request a blank check, it says flash memory is blank 2013-10-02T18:57:38 -!- bighead123 [~Administr@94.100.236.185] has quit [Read error: Connection reset by peer] 2013-10-02T18:59:06 < zyp> ouah, which chip? 2013-10-02T18:59:09 < zyp> ah 2013-10-02T18:59:21 < zyp> L1 is actually 0x00 when blank, not 0xff 2013-10-02T18:59:23 < Thorn> stupid question: are you sure you're viewing flash? 2013-10-02T18:59:37 < Thorn> hm interesting, why would that be 2013-10-02T18:59:45 < zyp> dunno, but it is 2013-10-02T19:00:11 < Thorn> is it also 0x00 when fresh from the tray? 2013-10-02T19:00:14 < zyp> I remember also being puzzled by that when I wrote the BMP flash loading routine for L1 2013-10-02T19:00:18 < zyp> should be 2013-10-02T19:00:26 < Thorn> strange 2013-10-02T19:00:46 < zyp> well, it just means that the data lines are for some reason inverted 2013-10-02T19:01:32 < ouah> is there some documentation that explains this? 2013-10-02T19:01:48 < zyp> of course 2013-10-02T19:01:56 < ouah> zyp: any link?:) 2013-10-02T19:02:26 < ouah> I cannot find any reference in the stm32l1 ref manual 2013-10-02T19:02:27 < zyp> hang on 2013-10-02T19:02:32 < zyp> because it's not 2013-10-02T19:03:44 < jpa-> the stm32l1 eeprom is also 0x00 when blank.. maybe it is related? 2013-10-02T19:04:22 < jpa-> and also.. i wonder if this is why texane stlink has trouble programming factory-empty STM32L1 :P 2013-10-02T19:04:51 -!- bighead123 [~Administr@94.100.236.211] has joined ##stm32 2013-10-02T19:05:02 -!- bighead123 [~Administr@94.100.236.211] has quit [Client Quit] 2013-10-02T19:07:11 < karlp> oocd had a bug for a while too with blank L1s, 2013-10-02T19:07:13 < karlp> it's fixed now... 2013-10-02T19:07:58 < jpa-> yeah, it worked fine for me 2013-10-02T19:08:09 < jpa-> do i get to thank you for that? :) 2013-10-02T19:08:54 < karlp> fuck no, paulfertser maybe, 2013-10-02T19:09:47 < PaulFertser> karlp: nope, not me, someone else noticed that and Spencer fixed (adding configurable padding value field in the flash driver struct). 2013-10-02T19:10:46 < ouah> zyp: do you find something?:p 2013-10-02T19:11:20 < zyp> apparently not 2013-10-02T19:11:37 < PaulFertser> ouah: the stlink's retarded library uses 0 as the erase value for L series, no doubt about it. 2013-10-02T19:11:38 < zyp> I believe the PM had a note about it, but I'm looking through it and can't find it 2013-10-02T19:11:54 < zyp> but I can say for certain that it's 0 when erased ;) 2013-10-02T19:15:12 < ouah> PaulFertser: in this case, how can you program the flash when erasing with 0x00? 2013-10-02T19:15:23 < karlp> get a better tool 2013-10-02T19:15:30 < jpa-> st probably just shopped around for a low-power flash IP block and happened to get one with inverted data :) 2013-10-02T19:15:41 < PaulFertser> ouah: what do you mean? OpenOCD programs the parts fine 2013-10-02T19:15:49 < ouah> how can ST-Link program the flash correctly if it uses 0x00 to erase it 2013-10-02T19:15:50 < karlp> new enough openocd, or new enough st-link/stutil from st 2013-10-02T19:16:03 < zyp> looks like the flash has ECC, so that might be the reason 2013-10-02T19:16:10 < PaulFertser> Even old openocd would work as well. Padding value doesn't really matter imho. 2013-10-02T19:16:11 -!- virish [8102a4c2@gateway/web/freenode/ip.129.2.164.194] has quit [Ping timeout: 250 seconds] 2013-10-02T19:16:12 < jpa-> ouah: the values are just inverted when they come out of the flash 2013-10-02T19:16:15 < karlp> if texane/stlink fails with factory blank L1s, stop using texane/stlink 2013-10-02T19:16:18 < jpa-> ouah: it's really 0xFF internally 2013-10-02T19:16:57 < ouah> jpa-: PaulFertser seems to say something different, no? 2013-10-02T19:17:28 < jpa-> ouah: PaulFertser is saying that "yes, it can be programmed".. i'm trying to say "yes, of course it can be programmed" :) 2013-10-02T19:18:01 < PaulFertser> ouah: I mean for flashing old openocd version would work too because it flashes correctly. It's just that it pads sections with 0xff, but what does it affect for you? 2013-10-02T19:19:37 -!- barthess [~barthess@178.154.24.169] has joined ##stm32 2013-10-02T19:20:28 < ouah> jpa-: the values are inverted when they come out of flash? ST-Link inverts the values? or the flash controller? 2013-10-02T19:20:43 < jpa-> ouah: the flash controller on the chip 2013-10-02T19:21:02 < ouah> ok 2013-10-02T19:21:05 < zyp> hmm, didn't find it in the PM 2013-10-02T19:21:16 < zyp> http://tom-itx.dyndns.org:81/~tom-itx/irc/logs/%23%23stm32/2012-10-25.html#12:25:06 <- but I found this :p 2013-10-02T19:21:19 < trepidaciousMBR> Should the erase value matter? When I've done flashing on F4 I just erase enough sectors, then write the words I care about... I guess the words I don't write will have some erase value, but it doesn't really matter? 2013-10-02T19:21:22 < ouah> so ST_Link is correct when it displays 0x00 2013-10-02T19:21:48 < ouah> trepidaciousMBR: as it is the first time I see that, yes it matters for me:) 2013-10-02T19:21:52 < zyp> so I blame karlp for me believing it was mentioned in the PM :p 2013-10-02T19:22:07 -!- Intelaida_ [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-02T19:22:22 < trepidaciousMBR> ouah: Ah ok, so it's just that it's weird, not that it's causing a direct problem? BTW I agree it sounds weird :) 2013-10-02T19:22:28 < karlp> wat?! 2013-10-02T19:23:19 < ouah> trepidaciousMBR: no issue with that. Just wanted to found some documentation but apparently I even fail to see where ST doc says the erase value is 0x00 2013-10-02T19:25:36 < Laurenceb> http://www.youtube.com/watch?v=RcIMuoUcc1s&feature=player_embedded 2013-10-02T19:33:38 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-02T19:36:52 -!- CRF_Peter [~Peter@dhcp-190090.eduroam.chalmers.se] has joined ##stm32 2013-10-02T19:38:00 < karlp> qyx_: how exactly did you mean to use kst for watching cpu/mem load? 2013-10-02T19:38:34 < karlp> am I meant to be tailing some perf figures to a file that it watches or something? 2013-10-02T19:39:37 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has quit [Remote host closed the connection] 2013-10-02T19:42:13 < karlp> huh, ok, that's actually a somewhat neat tool, I may keep that for somethign else, 2013-10-02T19:45:46 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-02T19:46:54 -!- eroomde [~ed@77.89.152.84] has quit [Ping timeout: 252 seconds] 2013-10-02T19:48:54 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-02T19:52:40 -!- barthess [~barthess@178.154.24.169] has quit [Ping timeout: 246 seconds] 2013-10-02T19:53:39 -!- bsdfox [~h36sa@107-221-62-129.lightspeed.frokca.sbcglobal.net] has joined ##stm32 2013-10-02T19:53:41 -!- bsdfox [~h36sa@107-221-62-129.lightspeed.frokca.sbcglobal.net] has quit [Changing host] 2013-10-02T19:53:41 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has joined ##stm32 2013-10-02T19:56:27 -!- PT_Dreamer [~quassel@138.151.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-02T20:01:28 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-02T20:06:20 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-02T20:10:04 -!- LBleeeh- [524834a0@gateway/web/freenode/ip.82.72.52.160] has joined ##stm32 2013-10-02T20:10:18 -!- LBleeeh- [524834a0@gateway/web/freenode/ip.82.72.52.160] has quit [Client Quit] 2013-10-02T20:11:22 -!- Nutter [~Nutter@199.195.151.246] has quit [Disconnected by services] 2013-10-02T20:11:26 -!- Nutter [~Nutter@199-195-151-246.dyn.novuscom.net] has joined ##stm32 2013-10-02T20:15:03 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-02T20:15:39 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 248 seconds] 2013-10-02T20:17:28 < qyx_> karlp: simply do some sort of while (1) { get_load() >> file; sleep(1); } 2013-10-02T20:17:43 < karlp> yeah, just actually hacked that up with something 2013-10-02T20:18:11 < karlp> a little bit of a fuss to collect it all, but yeah, that's actually probably going to be the easiest to get what I really want 2013-10-02T20:18:32 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-02T20:19:35 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-02T20:21:31 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 248 seconds] 2013-10-02T20:25:00 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 245 seconds] 2013-10-02T20:29:31 -!- CRF_Peter [~Peter@dhcp-190090.eduroam.chalmers.se] has quit [Ping timeout: 248 seconds] 2013-10-02T20:31:48 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-02T20:47:09 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-02T21:02:11 -!- barthess [~barthess@178.154.63.232] has joined ##stm32 2013-10-02T21:10:09 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-02T21:11:12 -!- Guesc [7aa9582b@gateway/web/freenode/ip.122.169.88.43] has quit [Quit: Page closed] 2013-10-02T21:34:42 < BrainDamage> http://www.buzzfeed.com/jwherrman/the-terrifying-fallout-of-the-silk-road-shutdown commence trolling 2013-10-02T21:35:17 < gxti> no. 2013-10-02T21:59:50 -!- barthess [~barthess@178.154.63.232] has quit [Ping timeout: 240 seconds] 2013-10-02T22:00:43 < Posterdati> hi 2013-10-02T22:01:00 < Posterdati> zyp: what is supposed to be the control interface? 2013-10-02T22:05:51 -!- DanteA [~X@host-122-158-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-02T22:06:08 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-02T22:08:55 -!- PT_Dreamer [~quassel@138.151.37.188.rev.vodafone.pt] has quit [Ping timeout: 260 seconds] 2013-10-02T22:09:13 < zyp> Posterdati, huh? 2013-10-02T22:09:42 < jpa-> http://koti.kapsi.fi/jpa/stuff/pix/buttons.png i wonder if this is too hackish :) 2013-10-02T22:11:15 < karlp> what's a siemen, is that 1/ohm or something? 2013-10-02T22:12:10 < jpa-> yeah 2013-10-02T22:12:56 -!- barthess [~barthess@178.154.89.176] has joined ##stm32 2013-10-02T22:13:01 < gxti> nice. 2013-10-02T22:13:29 < jpa-> still need to add a bit of checking for debouncing (i.e. take a few samples and verify that they are all the same) 2013-10-02T22:13:47 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-02T22:13:49 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-02T22:13:51 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-02T22:18:38 <+Steffan-> jpa-, no its no hacking.. :P 2013-10-02T22:19:03 <+Steffan-> doesn't dongs favourite waveshare provide a button module that does something like that? 2013-10-02T22:21:08 < gxti> the hardware isn't that hacky but the software is delightful 2013-10-02T22:21:28 < gxti> designing it so you can convert from voltage to bitfield with plain math 2013-10-02T22:27:50 <+Steffan-> btw, is that what you come up with when youre lazy jpa-? 2013-10-02T22:28:20 < jpa-> nah, when i'm lazy i don't come up with anything 2013-10-02T22:28:49 < jpa-> nice thing about that is that i can easily have the CPU wake up on any button press (it's hooked to PA0/WKUP on stm32l151) 2013-10-02T22:30:09 < Thorn> jpa-: you should have used DTMF frequencies and a little DSP in the MCU to detect those. your method is not hacky enough. 2013-10-02T22:35:05 < qyx_> jpa-: lol 2013-10-02T22:35:46 < qyx_> even better would be to save adc input and use some form of charge transfer method and capacitors! 2013-10-02T22:38:00 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Read error: Connection reset by peer] 2013-10-02T22:38:41 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-02T22:44:18 < karlp> l1 has cap sensing channels 2013-10-02T22:44:35 < karlp> but, qyx_ l1 also has way more analog inputs than the F series parts for the same package size 2013-10-02T22:54:35 -!- Laurenceb_ [~Laurence@host86-174-21-138.range86-174.btcentralplus.com] has joined ##stm32 2013-10-02T23:12:09 -!- barthess [~barthess@178.154.89.176] has quit [Quit: Leaving.] 2013-10-02T23:29:39 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 252 seconds] 2013-10-02T23:34:12 < Posterdati> zyp: I have to find another USB stack :( 2013-10-02T23:48:14 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 240 seconds] 2013-10-02T23:51:49 < zyp> you think replacing the device side is going to solve your host problems? 2013-10-02T23:51:57 < zyp> good luck with that :p 2013-10-02T23:52:01 < karlp> of course! it's definitely the software's problem 2013-10-02T23:52:11 * karlp giggles 2013-10-02T23:53:39 < Posterdati> the problem is that transfer is slow... 2013-10-02T23:53:55 < Posterdati> no matter what I do from host side 2013-10-02T23:55:17 < Posterdati> when some packets were received they are always 4 bytes long! 2013-10-02T23:57:23 < zyp> 4 bytes? 2013-10-02T23:57:35 < Posterdati> yes 2013-10-02T23:57:37 < zyp> sounds like you've fucked up writing then 2013-10-02T23:57:51 < Posterdati> I placed 512 bytes transfer on the host 2013-10-02T23:58:34 < zyp> sure 2013-10-02T23:58:53 < zyp> but it shouldn't get 4-byte packets unless the device is sending 4-byte packets 2013-10-02T23:59:20 < zyp> which the device wouldn't unless you fuck up something 2013-10-02T23:59:42 < zyp> like writing a packet before the previous one was sent --- Day changed Thu Oct 03 2013 2013-10-03T00:00:02 < Posterdati> and how is that possible? I checked for ep_Ready 2013-10-03T00:00:16 < zyp> are you sure? 2013-10-03T00:00:20 < Posterdati> yes 2013-10-03T00:03:02 < zyp> do you still have the usb_rblog stuff in the code? 2013-10-03T00:03:13 < Posterdati> ... 2013-10-03T00:03:13 < Posterdati> usb.write(ep, data, len); 2013-10-03T00:03:13 < Posterdati> while(!usb.ep_ready(ep)) 2013-10-03T00:03:13 < Posterdati> ; 2013-10-03T00:03:32 < Posterdati> zyp: almost 2013-10-03T00:03:52 < Posterdati> in fact now it stalled at the while loop 2013-10-03T00:03:55 < zyp> have you tried looking at the log? 2013-10-03T00:04:18 < Posterdati> no, never tested the code for logging 2013-10-03T00:04:29 < zyp> can you pastebin all the code that has anything to do with this? 2013-10-03T00:04:43 < Posterdati> ok 2013-10-03T00:06:29 < Posterdati> http://pastebin.com/FhUbu4tf 2013-10-03T00:06:47 < Posterdati> this is your modified cdc class 2013-10-03T00:08:08 < Posterdati> http://pastebin.com/4jaYak9b 2013-10-03T00:08:27 < Posterdati> and this is the task that do the writes in the IN endpoint 2013-10-03T00:08:42 < zyp> and you're using IN 3? 2013-10-03T00:08:47 < Posterdati> yes 2013-10-03T00:09:19 < Posterdati> the task is fast enough 2013-10-03T00:09:35 < Posterdati> the READ state costs 4 entries in the buffer 2013-10-03T00:10:18 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has quit [Ping timeout: 264 seconds] 2013-10-03T00:10:54 < Posterdati> handle_in return always 0 2013-10-03T00:11:04 < Posterdati> or it doesn't return at all 2013-10-03T00:11:08 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has joined ##stm32 2013-10-03T00:11:24 < Posterdati> it could be void too 2013-10-03T00:12:59 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-03T00:13:38 < zyp> can you also pastebin your host code? 2013-10-03T00:13:45 < Posterdati> sure 2013-10-03T00:13:59 < zyp> device code looks fine 2013-10-03T00:14:07 < Posterdati> it is 2013-10-03T00:14:10 < Posterdati> because 2013-10-03T00:14:15 < Posterdati> it works as expected 2013-10-03T00:14:28 < Posterdati> is the transfer between device and host 2013-10-03T00:14:41 < Posterdati> I surely done something wrong 2013-10-03T00:14:52 -!- MrM0bius [~Joey@91.192.67.229] has joined ##stm32 2013-10-03T00:16:14 < Posterdati> http://pastebin.com/F4CvwuFz 2013-10-03T00:17:58 -!- MrMobius [~Joey@91.192.66.2] has quit [Ping timeout: 246 seconds] 2013-10-03T00:23:03 -!- trepidaciousMBR [~trepidaci@92.40.248.179.threembb.co.uk] has quit [Quit: trepidaciousMBR] 2013-10-03T00:24:02 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-03T00:25:24 < qyx_> jpa-: if you dont mind i will steal your button idea 2013-10-03T00:26:40 < ohsix> Reached via private message, he offered more context. He casts Silk Road as a safe haven for harmless drug users; a layer of insulation between recreational drug use and danger; as a way for the uninsured to get access to prescription drugs. The shutdown, in his view, is an injustice. 2013-10-03T00:31:19 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-03T00:35:24 -!- ddrown [abob@vps3.drown.org] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 2013-10-03T00:35:40 -!- ddrown [abob@vps3.drown.org] has joined ##stm32 2013-10-03T00:49:53 < Posterdati> zyp: I've got logging online 2013-10-03T00:54:13 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-03T00:56:43 < zyp> good 2013-10-03T00:57:05 < Posterdati> no clue there 2013-10-03T00:57:34 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Client Quit] 2013-10-03T00:57:51 < Laurenceb_> so here i am looking for a job... 2013-10-03T00:57:58 < Laurenceb_> and silk road gets shut down 2013-10-03T00:58:01 < Posterdati> me too 2013-10-03T00:58:11 < Laurenceb_> what do they say about apportunity presenting itself 2013-10-03T00:58:17 < Laurenceb_> *opportunity 2013-10-03T00:58:52 < BrainDamage> I tought your job was to troll on irc 2013-10-03T00:59:11 <+Steffan-> Laurenceb_, just go sit in front of your pc.. that helps. 2013-10-03T01:00:17 <+Steffan-> So is it Dr Laurenceb_ yet? 2013-10-03T01:21:37 < Posterdati> zyp: did you see my code? 2013-10-03T01:23:53 < Posterdati> anyway all logs confirm to write ep 3 with 64 bytes 2013-10-03T01:25:33 < Posterdati> zyp: what is RXFIFO status = 0x660001 ??? 2013-10-03T01:26:46 < zyp> a dump of the GRXSTSR register 2013-10-03T01:27:20 < Posterdati> ok 2013-10-03T01:28:20 < zyp> 0x660001 means that an OUT transfer on EP1 just completed 2013-10-03T01:29:57 < Posterdati> zyp: any clues? 2013-10-03T01:30:15 < zyp> sorry, no 2013-10-03T01:30:25 < Posterdati> :( 2013-10-03T01:30:35 < zyp> I'm a bit busy now, and I'm planning to go to bed as soon as I'm done, so I'll look at it another day 2013-10-03T01:30:44 < Posterdati> ok 2013-10-03T01:30:46 < Posterdati> thanks 2013-10-03T01:45:38 < ohsix> why doesn't that mpu6050 thing on sparkfun also have the magnetometer 2013-10-03T01:45:47 < ohsix> who buys this stuffffff 2013-10-03T01:52:32 < dongs> > sparkfun 2013-10-03T01:52:34 < dongs> found your problem 2013-10-03T01:52:50 < ohsix> that's not the root problem tho 2013-10-03T01:52:57 < ohsix> people buy this stuff 2013-10-03T01:53:16 < BrainDamage> therefore the problem is people 2013-10-03T01:53:43 < ohsix> i guess there's not much you can do with 'all parts are free' but can't mount them, vs. i need one on my breadboard but it'll cost 30$ 2013-10-03T01:56:45 < dongs> ohsix: http://www.ebay.com/itm/310625639429 2013-10-03T01:57:05 < dongs> (or hundreds of same shits under differet names. 2013-10-03T01:57:33 < ohsix> who? 2013-10-03T01:58:43 < ohsix> i dunno i've heard a lot of horror stories by people selling these 30$ things that the clones are no good 2013-10-03T01:59:09 < ohsix> and a few people reselling things on kickstarter and fighting over who actually made them 2013-10-03T02:01:41 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-03T02:11:58 <+Steffan-> Then you'll buy a new one because they are so cheap ohsix :P 2013-10-03T02:16:34 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-03T02:16:34 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-03T02:16:34 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-03T02:41:59 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-03T02:42:23 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-03T02:46:02 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-03T02:54:04 -!- MrM0bius [~Joey@91.192.67.229] has quit [Ping timeout: 246 seconds] 2013-10-03T02:54:58 -!- MrMobius [~Joey@91.192.67.229] has joined ##stm32 2013-10-03T03:08:45 -!- timemob [~dongs@g1-27-253-251-108.bmobile.ne.jp] has joined ##stm32 2013-10-03T03:09:35 -!- timemob [~dongs@g1-27-253-251-108.bmobile.ne.jp] has quit [Client Quit] 2013-10-03T03:39:53 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-03T03:40:40 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-03T03:55:57 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-03T03:57:22 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-03T03:59:39 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-03T04:36:06 -!- Laurenceb_ [~Laurence@host86-174-21-138.range86-174.btcentralplus.com] has quit [Ping timeout: 264 seconds] 2013-10-03T04:38:35 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-03T04:38:42 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-03T05:32:03 < talsit> hey, question, doing a arm-none-eabi-size -t on my elf, i get: 2013-10-03T05:32:05 < talsit> text: 59076; data: 2036; bss: 74420; dec: 135532 2013-10-03T05:32:19 < talsit> on my STM32F407VG 2013-10-03T05:32:48 < talsit> the amount of free non-CCM memory would be 128kB - (data+bss) 2013-10-03T05:33:25 < talsit> ? 2013-10-03T05:34:18 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 252 seconds] 2013-10-03T05:42:32 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-03T05:42:52 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-03T05:46:06 < dongs> you might get better information out of a map file. 2013-10-03T05:50:48 < talsit> in which way? 2013-10-03T05:51:34 < talsit> my map contains a lot of info, and the sizes of memories, but unless i want to start adding up parts, what will that give me that eabi-size won't? 2013-10-03T05:57:39 < gxti> if you want to exclude CCM you have to go more fine-grained than what 'size' does, e.g. readelf -S 2013-10-03T05:58:04 < talsit> my current linker script doesn't put anything in CCM 2013-10-03T05:58:30 < talsit> so i'm guessing all my available RAM is 128kB 2013-10-03T06:00:13 < gxti> it looks like that part has 128k total non-ccm RAM. 2013-10-03T06:00:52 < gxti> and you have 80k of crap 2013-10-03T06:02:21 < talsit> gxti: 80kB of buffers, you mean? 2013-10-03T06:02:22 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-03T06:04:18 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-03T06:04:41 < gxti> whatever is in data and bss. 2013-10-03T06:04:58 < gxti> i don't know how to answer your question because you don't know how to ask it specifically enough :p 2013-10-03T06:06:02 < talsit> is the free non-ccm RAM: 128kB - (.data + .bss)? or just .bss? 2013-10-03T06:06:44 < ohsix> that depends on the linker script 2013-10-03T06:06:48 < talsit> that's what i meant, so, cool, you answered, cheers 2013-10-03T06:07:14 < ohsix> and if you look at it, it has the layout and sizes for stuff 2013-10-03T06:08:43 < ohsix> ld -verbose will show the linker script 2013-10-03T06:09:07 < ohsix> what's ccm, btw, i don't know jack about the stm32 2013-10-03T06:09:11 < talsit> reading it now, cool 2013-10-03T06:09:17 < talsit> core-coupled-memory 2013-10-03T06:09:21 < ohsix> ah 2013-10-03T06:09:23 < talsit> you can't DMA from/to it 2013-10-03T06:09:42 < ohsix> there was something like that on the arm7 that i am familiar with 2013-10-03T06:09:52 < talsit> so some linker scripts disable it until you know what you're doing 2013-10-03T06:10:06 < ohsix> normally you have to name a section for that 2013-10-03T06:10:14 < ohsix> it's not just used until theres none left or something 2013-10-03T06:11:09 < ohsix> and then you use that with __attribute__((section ("whatever"))) 2013-10-03T06:11:28 < ohsix> or a linker script putting all of .text in there or something 2013-10-03T06:11:37 < talsit> right, that kinda makes sense now 2013-10-03T06:11:49 < talsit> just wondering what i have that could go in CCM easily 2013-10-03T06:12:12 < ohsix> use a profiler, there's usually not much return on just sticking things in there 2013-10-03T06:12:25 < ohsix> there will be operations you want to use the space thats left for, too 2013-10-03T06:12:48 < talsit> i basically need to leave as much normal-ram for write buffers for SD card 2013-10-03T06:13:03 < talsit> since i'm custantly streaming and generating about 100kB/s 2013-10-03T06:13:22 < talsit> and wanted to intelligently measure how big i can make the buffer 2013-10-03T06:13:39 < talsit> instead of using my usual technique, which is increasing it until it no longer links 2013-10-03T06:13:55 < ohsix> is there a reason it's called TCM in certain context, and CCM in others? 2013-10-03T06:14:08 < talsit> that's the "T" there? 2013-10-03T06:14:13 < ohsix> tightly 2013-10-03T06:14:43 < ohsix> http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0338g/Chdhbjjb.html 2013-10-03T06:14:52 < talsit> ah 2013-10-03T06:15:39 < ohsix> fwiw i only got like 10% improvement by shoving random junk in there with __attribute__ (memory an text) 2013-10-03T06:16:01 < talsit> is that memory faster? 2013-10-03T06:16:12 < ohsix> but i only mention that in light of how much better it is if you're not just picking stuff to put in there in preference to something 2013-10-03T06:16:16 < ohsix> ya, lots 2013-10-03T06:16:33 < ohsix> i forget most of the details though 2013-10-03T06:16:45 < talsit> i'm currently only using about 3% of CPU, so i'm more concerned with buffer space 2013-10-03T06:16:52 < talsit> but if i can shove things in there, i will 2013-10-03T06:19:21 < ohsix> hm 2013-10-03T06:19:40 < ohsix> i dunno how to tell gcc the stuff you will put in that section won't benefit as much from the work it does to help the cache 2013-10-03T06:20:12 < gxti> speaking of linker scripts, how would i go about splitting up flash into two chunks with a gap between them? e.g. one 2k chunk at 0, then a bigger chunk at 100k+ offset 2013-10-03T06:20:49 < gxti> bonus points if i can make it pack the second chunk starting at the end and growing down 2013-10-03T06:21:38 < ohsix> dunno, linker scripts are voodoo to me, mostly because i haven't had to write one where i had all the details 2013-10-03T06:23:06 < ohsix> generally tou define the area name & offset and then you should just be able to define both areas and have a whole in the section they actually end up in 2013-10-03T06:29:03 < dongs> no DMA in CCM. 2013-10-03T06:29:21 < dongs> makes it slightly less useful than lunix on desktop. 2013-10-03T06:29:21 < ohsix> or is there 2013-10-03T06:29:36 < ohsix> all it's there for is different caching behaviour 2013-10-03T06:29:39 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 256 seconds] 2013-10-03T06:30:11 -!- Activate_for_mor [~mirggi@host-99-158-66-217.spbmts.ru] has joined ##stm32 2013-10-03T06:30:22 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-03T06:31:44 < gxti> yeah looks like there's about 0% chance of ld helping me with this 2013-10-03T06:32:10 < ohsix> with the existing script? it's the only thing that really can 2013-10-03T06:32:14 < gxti> which is ok, the first chunk is only 2k and 1/4 of that will hold the vector table so not much waste 2013-10-03T06:32:24 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-03T06:32:37 < ohsix> you could also put 'something' there, at a fixed address and size that never actually has anything in it 2013-10-03T06:32:43 < ohsix> when you link it'll be skipped over 2013-10-03T06:33:31 < talsit> ok, buffer increased to 96kB, time to test some of my dodgy SD cards 2013-10-03T06:33:31 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-03T06:34:51 < ohsix> are they actually dodgy? like, do they pass h2test 2013-10-03T06:35:09 < talsit> well, not dodgy 2013-10-03T06:35:14 < ohsix> if they're not legit and they're faking write delays for writes that are actually thrown away, optimizing for that is useless 2013-10-03T06:35:23 < talsit> they are sony class 10 4gb 2013-10-03T06:35:29 < dongs> i got a sandisk 32gig ultra thing with my gobro3 and that one looks ok 2013-10-03T06:35:35 < dongs> i ran it through h2test or whatever. 2013-10-03T06:35:41 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-03T06:35:42 < talsit> but i was getting massive delays when writing to it 2013-10-03T06:36:00 < talsit> by massive i mean, massive for only using a 64kB buffer 2013-10-03T06:36:28 < dongs> i doubt you need anything beyond few kb buffer with fatfs. 2013-10-03T06:36:31 < dongs> youre doing something wrong. 2013-10-03T06:36:31 < talsit> so i was dropping about 1% of packets, instead of 0.0001% as with my sandisk extreme 2013-10-03T06:36:35 < ohsix> gxti: https://sourceware.org/binutils/docs/ld/REGION_005fALIAS.html#REGION_005fALIAS 2013-10-03T06:36:37 < gxti> ohsix: doesn't look like it will pack around it though, just start again after the gap symbol 2013-10-03T06:37:23 < ohsix> gxti: do you mean it won't pack say, if it were REGION1, REGIONSKIP, REGION2, region1 wouldn't be full before region2 starts getting things placed in it? 2013-10-03T06:37:39 < dongs> i have a project with fatfs and sdcard on 4bit SDIO and im getting something like 30meg/sec writes to a quality card. 2013-10-03T06:38:19 < ohsix> 4bit sdio 2013-10-03T06:38:41 < dongs> yeah as opposed to 1 bit or SPI mode. 2013-10-03T06:38:48 < ohsix> ya 2013-10-03T06:38:54 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-03T06:39:03 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-03T06:39:31 < talsit> dongs is that continuous or burst? 2013-10-03T06:39:42 < gxti> ohsix: maybe i have to get rid of the "> flash" after every section that i have now 2013-10-03T06:39:48 < ohsix> talsit: how is the card formatted? did you use the panasonic formatter or what, and did you leave any extra space for overprovisioning? 2013-10-03T06:39:50 < dongs> how is that relevant? 2013-10-03T06:40:08 < dongs> how do you measure "burst" when youre only writing few k at a time 2013-10-03T06:40:12 < ohsix> dongs: it's the difference from 30mb/s for 1mb and for 50mb 2013-10-03T06:40:26 < talsit> because the sd cards have a buffer on them, and every X bytes, they go to a new sector, inflicting a stall 2013-10-03T06:40:31 < talsit> up to 500ms 2013-10-03T06:40:38 < dongs> uh 2013-10-03T06:40:43 < ohsix> it might actually have high delays due to the low write rate 2013-10-03T06:42:08 < ohsix> talsit: that doesn't really explain how flash works, it can be like that, but it probably hasn't practically been since 1999 2013-10-03T06:44:24 -!- Madcore [~Madhav@122.169.88.43] has joined ##stm32 2013-10-03T06:44:28 < talsit> i'm formatting my cards with standard windows format, which is what i expect the people using my box will be using 2013-10-03T06:44:48 < ohsix> ah don't do that 2013-10-03T06:45:21 < ohsix> the cards are rather devious about things they do to optimize the speeds, one is actually being aware of FAT, and needing to have stuff aligned 2013-10-03T06:45:46 < ohsix> btw, cards formatted with something other than like, the panasonic formatter actually aren't in spec and technically can't be called an sd card ;D 2013-10-03T06:46:09 < dongs> chinese "32gb" cards are aware of fat too. 2013-10-03T06:46:30 < ohsix> yes, they can fake rather well that there's only 512mb of actual flash in that card 2013-10-03T06:47:41 < talsit> i can't control how the users are going to format their cards 2013-10-03T06:47:53 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-03T06:48:33 -!- Activate_for_mor [~mirggi@host-99-158-66-217.spbmts.ru] has quit [Ping timeout: 252 seconds] 2013-10-03T06:49:34 < gxti> digital cameras often have a format function builtin, you could do that if it makes sense for your thingy 2013-10-03T06:49:55 < ohsix> yea, and you can't really control for how they'd behave if they're not properly formatted either 2013-10-03T06:50:12 < ohsix> they'll be compliant when they're new, people shouldn't format them needlessly 2013-10-03T06:50:15 < gxti> ohsix: tried this, doesn't seem to attempt to pack at all: http://pastebin.com/z2Gm352c 2013-10-03T06:50:19 < talsit> i do have a format function, the FatFS one, but i can't *always* format it, most of the time it will come however it comes 2013-10-03T06:50:22 < gxti> ohsix: it just attempts to put everything in flash1 and fails 2013-10-03T06:50:30 < ohsix> the panasonic formatter lets you format with huge sector sizes and makes sure they're all aligned and stuff 2013-10-03T06:51:01 < ohsix> talsit: fatfs could certainly be told to hew closer to the spec 2013-10-03T06:51:48 < talsit> but that will be the exception 2013-10-03T06:51:55 < gxti> i think since i really want to make the second hunk sit at the end of flash regardless of how much code i have, i may end up writing a tool to generate the linker script with specific symbols anyway, in addition to choosing how big flash2 is 2013-10-03T06:52:39 < ohsix> hm i dunno, shouldn't those be sections not memory 2013-10-03T06:53:17 < ohsix> talsit: i guess i can't impress upon you just how bad all io will be if they're not properly formatted, it is very very very very bad, are you going to add dram to cover as many cases as you can? 2013-10-03T06:53:50 < ohsix> and even if you do, your write rates are going to be wildly different 2013-10-03T06:54:28 < talsit> i understand that the best thing would be to pre-allocate 1mb blocks directly on the card and bypass FAT directly 2013-10-03T06:54:45 < talsit> but given the use of this, people will format it however they want, and expect it to work 2013-10-03T06:55:03 < talsit> i can deal with dropping some data, but want to minimise it 2013-10-03T06:55:07 < ohsix> that's not the best thing to do though 2013-10-03T06:55:18 < ohsix> the flash controllers know about fat, you'd bypass any benefit of that 2013-10-03T06:55:23 < talsit> i was thinking of 1MB external SRAM in v2 2013-10-03T06:55:42 < talsit> which is enough for about 10s of data 2013-10-03T06:55:59 < ohsix> think about 'however they want', if they format it as ntfs is it going to work? 2013-10-03T06:56:13 < dongs> format as zfs 2013-10-03T06:56:52 < talsit> no, obviously not, but if they, instead of formatting it, they just delete all files and call it "formatted", then that's what they will do 2013-10-03T06:57:00 < ohsix> there's a spectrum of things you should account for 2013-10-03T06:57:03 < talsit> most likely, they will use osx for "formatting" 2013-10-03T06:57:22 < ohsix> deleting all files is ok, even preferrable if the last format (or if it was new) was SD compliant 2013-10-03T06:57:50 < ohsix> the problems occur when the block size and alignment change, the fat is in the wrong place, stuff like that 2013-10-03T06:57:56 < dongs> u gon have hidden __MACOSX folders everyfuckingwehre 2013-10-03T06:58:11 < dongs> or .DS_Store or whatever teh fuck they call them today 2013-10-03T06:58:35 < talsit> macdroppings, yes, i hate them to death 2013-10-03T06:59:14 < dongs> how long since mactrash didn't need a separate resource/whatever forks 2013-10-03T06:59:18 < dongs> that needed that dumb splitting 2013-10-03T06:59:20 < dongs> i bet ohsix knows 2013-10-03T06:59:35 < R0b0t1> What is least powerful part with USB? Know any besides stuff in stm line? 2013-10-03T06:59:49 < dongs> R0b0t1: um, failmega32u etc? 2013-10-03T06:59:58 < dongs> if youre into avrshit. 2013-10-03T07:00:22 < R0b0t1> Well 2013-10-03T07:00:27 < R0b0t1> s/least powerful/cheapest/ 2013-10-03T07:00:36 < gxti> same story... 2013-10-03T07:00:43 < dongs> cant beat f103 price for cheapest. 2013-10-03T07:00:59 < R0b0t1> I may opt for atmega32u[24] b/c it's got a lot of stuff for it already, but would prefer to do more stm work 2013-10-03T07:01:22 < dongs> f103 is < $2 in trays. 2013-10-03T07:01:51 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-03T07:01:53 < gxti> if he has to ask then he probably isn't buying trays, dongs 2013-10-03T07:02:08 < R0b0t1> I'm not :p 2013-10-03T07:02:10 < gxti> pic18 is also really cheap even from digikey 2013-10-03T07:03:18 < R0b0t1> I still want to keep it cheap. It will basically be supervising a tiny FPGA. What ticks me off is USB ends up being a pretty hefty requirement. 2013-10-03T07:03:46 < dongs> what will it do on USB? 2013-10-03T07:03:51 < dongs> CP2102 for usb>serial, done. 2013-10-03T07:04:07 < dongs> uh no. 2013-10-03T07:04:17 < dongs> overpriced american trash. 2013-10-03T07:04:21 < R0b0t1> Debugging. I am thinking of getting FTDI chip for JTAG, but the microcontroller isn't what I'm interested in debugging. 2013-10-03T07:04:46 < ohsix> talsit: it's not a cop out saying improperly formatted sd cards aren't sd cards at all 2013-10-03T07:05:26 < gxti> ft230x is quite cheap if you just need basic uart 2013-10-03T07:05:51 < upgrdman> ohsix: ? the filesystem is separate from the SD card. a SD card is a block device. you can treat the bytes however you damn well please 2013-10-03T07:06:04 < talsit> ohsix: it kinda is, because users won't care, they will use their macbook, format it, and if it doesn't work, then they'll blame me, end of story on that 2013-10-03T07:06:16 < ohsix> upgrdman: not if you want to use it as if the marked speeds were real, or the lifetime would be the same 2013-10-03T07:06:18 < talsit> but... lunch time now, talk later 2013-10-03T07:06:21 < R0b0t1> If I use FT232H, supports SPI. 2013-10-03T07:06:22 < ohsix> heh 2013-10-03T07:06:28 < R0b0t1> So, I *should* be able to load from it. 2013-10-03T07:06:43 < upgrdman> ohsix: wear leveling is handled by the onboard micro. how would the filesys fuck with that? 2013-10-03T07:07:03 < ohsix> talsit: even if you have a mbit of sram you'll still not cover every card that may ever exist ... at least you have the specification 2013-10-03T07:07:14 < R0b0t1> R2COM: Oh that's nice. 2013-10-03T07:07:21 < R0b0t1> I can have external memory like I wanted 2013-10-03T07:07:39 < R0b0t1> Originally I planned on micro to manage external memory and do live configuration update 2013-10-03T07:09:31 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 248 seconds] 2013-10-03T07:10:28 -!- Activate_for_mor [~mirggi@host-35-158-66-217.spbmts.ru] has joined ##stm32 2013-10-03T07:11:06 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-03T07:11:13 < dongs> cypress has some new usb.serial stuff with capsense buttons support and shit 2013-10-03T07:11:19 < dongs> i got spammed wieth that few daysa go 2013-10-03T07:11:34 < dongs> http://www.cypress.com/?id=4858&tabID=82672 2013-10-03T07:11:47 < dongs> it does usb>serial/spi/i2c and has capsense 2013-10-03T07:11:51 < dongs> 2 channels also 2013-10-03T07:12:06 < dongs> yes, how the fuck is that a problem? 2013-10-03T07:12:33 < ohsix> not megabyte-y enough 2013-10-03T07:12:36 < dongs> then you arent using that chip, OBVIOUSLY 2013-10-03T07:12:40 < R0b0t1> dongs: Dual chan as two SPI at once? Did you read about it? 2013-10-03T07:12:45 < ohsix> what if, you should have mentioned that when you started talkign about money 2013-10-03T07:12:46 < dongs> yeah. 2013-10-03T07:12:55 < ohsix> over >12mbps implies megabux! 2013-10-03T07:12:57 < dongs> R0b0t1: you can choose, it has 2 channels, and either one can be serial or i2c or spi 2013-10-03T07:13:11 < R0b0t1> neat 2013-10-03T07:13:19 < dongs> the best part i think is capsense junks 2013-10-03T07:13:47 < dongs> the channels can be independently configured to UART, I2C or SPI interfaces, and simultaneously connect two devices with different serial interfaces. 2013-10-03T07:14:54 < dongs> for sure 2013-10-03T07:15:54 < ohsix> well i can't find a leaked copy of the sd specs to point out what counts as compliant, but it's in there; if you ever find yourself with access to them 2013-10-03T07:18:49 < R0b0t1> The SD card spec includes an interface, but from a practical standpoint (as in, probably not specified beyond this point) all that matters is the block device interface 2013-10-03T07:21:44 < ohsix> hehhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh 2013-10-03T07:23:41 < dongs> that cypress shit is neat 2013-10-03T07:23:48 < dongs> you can have dual uarts, and STILL have 8 capsesne buttons. 2013-10-03T07:23:56 < dongs> and its same size 5mm qfn as cp2102 2013-10-03T07:24:37 < dongs> and: its cheaper than FT232H. 2013-10-03T07:24:42 < dongs> attn R2COM 2013-10-03T07:25:52 < R0b0t1> 'tis neat 2013-10-03T07:26:03 < ohsix> http://www.elechouse.com/elechouse/images/product/SD%20Card%20Reading%20Module/SD%20Card%20specification.pdf there 2013-10-03T07:26:05 < R0b0t1> Not sure why they threw capsense in it though 2013-10-03T07:26:22 < dongs> R0b0t1: just 3 bit gpio to mcu. 2013-10-03T07:26:24 < ohsix> go nuts, and from the reaction people have had to the truth, prepare to have your mind blown 2013-10-03T07:26:30 -!- Activate_for_mor [~mirggi@host-35-158-66-217.spbmts.ru] has quit [Ping timeout: 264 seconds] 2013-10-03T07:27:37 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-03T07:27:48 < ohsix> and it's kind of funny to think you wouldn't specialize for the filesystem you know you'll have if you're making an sd compliant controller 2013-10-03T07:29:16 < R0b0t1> I could only see that mattering for JTAG 2013-10-03T07:29:27 < R0b0t1> this doesn't support JTAG, probably explains speed reduction 2013-10-03T07:29:30 < ohsix> capsense is handy for 'stuff', you know 2013-10-03T07:29:40 < dongs> R0b0t1: it does actually 2013-10-03T07:29:47 < R0b0t1> wat 2013-10-03T07:29:52 < dongs> cypress? it has jtag 2013-10-03T07:30:07 < dongs> look at the block diagram. 2013-10-03T07:31:19 < R0b0t1> well sheet 2013-10-03T07:31:29 < R0b0t1> okay, cypress wins 2013-10-03T07:32:05 < dongs> why would it need external 12mhz xtal 2013-10-03T07:32:59 < ohsix> for one mode of it ... maybe 2013-10-03T07:33:17 < ohsix> to think that people dont' just go with the pll and it sort of works ;D 2013-10-03T07:33:31 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has joined ##stm32 2013-10-03T07:34:47 < ohsix> they don't usually specify the things that would fuck it up, unless they have a pcb too, with the right size copper and stuff 2013-10-03T07:34:54 < upgrdman> usb3.0 uart bridge :) 2013-10-03T07:35:40 < dongs> yeah its called ez-usb fx3 2013-10-03T07:35:44 < dongs> also by: cypress 2013-10-03T07:36:15 < talsit> lunch was awesome 2013-10-03T07:40:04 < upgrdman> "Small Footprint: 10x10mm 121 ball 0.8mm pitch BGA package" 2013-10-03T07:40:12 < upgrdman> sounds like fun 2013-10-03T07:40:23 < ohsix> that's huge 2013-10-03T07:40:32 < ohsix> fucking centimeters. 2013-10-03T07:40:33 < upgrdman> yup :) 2013-10-03T07:41:08 < ohsix> flip the chip and point to point the pins you actually use, like a pro 2013-10-03T07:42:18 < upgrdman> deadbug usb3. sounds like a plan 2013-10-03T07:42:41 < ohsix> IT'S JUST SOLDER AND A CHIP WHO'S TO SAY YOU HAVE TO USE IT A CERTAIN WAY 2013-10-03T07:43:39 < upgrdman> :) 2013-10-03T07:44:53 < talsit> ohsix: you mentioned a panasonic or something formatter? 2013-10-03T07:46:26 < upgrdman> i think this was the last time i dead bug'd, but i only did it cause i didnt have many PTH passives. http://rcheliguy.com/temp/uc1608fb.jpg 2013-10-03T07:46:58 < upgrdman> enamel 2013-10-03T07:47:05 < upgrdman> magnet wire 2013-10-03T07:47:25 < upgrdman> yes 2013-10-03T07:48:59 < talsit> https://www.dropbox.com/s/2l5uyz5ahyu36fk/2013-07-19%2006.03.58.jpg 2013-10-03T07:50:28 < upgrdman> now sit on that 2013-10-03T07:50:37 < upgrdman> squishy squishy :) 2013-10-03T07:51:14 < dongs> http://www.chiaki.cc/Pyxis2010/images/pyxis2010-fpgasol1.jpg done 2013-10-03T07:51:37 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-03T07:51:54 < upgrdman> lol 2013-10-03T07:52:25 < dongs> i'm not retarded 2013-10-03T07:52:29 < dongs> so it cant be mine 2013-10-03T07:52:57 < ohsix> do you have some sort of certification to that effect 2013-10-03T07:53:05 < dongs> yes. 2013-10-03T07:53:10 < dongs> irc pro certification 2013-10-03T07:53:11 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-03T07:53:34 < ohsix> talsit: https://www.sdcard.org/downloads/formatter_4/ 2013-10-03T07:53:55 < ohsix> finding out how to make fatfs do it would be pretty simple, and useful, it might already if you use the right cluster sizes and stuff 2013-10-03T07:54:35 < ohsix> vista+ and tools from linux as of 2010 or so will usually get the block alignment/size right 2013-10-03T07:54:47 < ohsix> that's 90% of the way there 2013-10-03T07:55:17 < talsit> what about OSX? 2013-10-03T07:55:28 < ohsix> click that link 2013-10-03T07:55:42 < ohsix> but, i dunno what osx does 2013-10-03T07:55:51 < talsit> as in, do you know if OSX gets it right 2013-10-03T07:55:57 < ohsix> nod 2013-10-03T07:55:57 < talsit> and thanks for the link, trying it out now 2013-10-03T07:57:12 < ohsix> fat is so gross D: 2013-10-03T07:57:57 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-03T07:57:59 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-03T07:59:43 < talsit> ohsix: just tried the sony "class 10" vs the sandisk class 10, and not a single byte drop on the sandisk, and 0.7% drop on the sony 2013-10-03T07:59:59 < talsit> that's before panasonic formatting, now will try re-formatted 2013-10-03T08:01:05 < ohsix> if you want me to understand what the drop rate means i'd need more information; but i think i know what you're expecting 2013-10-03T08:01:28 < ohsix> do you have a histogram or something of the delays? 2013-10-03T08:02:05 < talsit> when i write to the sony, the writing stalls enough for it not to be able to keep up with the streaming, so i will not write out new packets until the writing has finished 2013-10-03T08:02:10 < R0b0t1`> Hm, I think I want to go with STM32F103. How big is the USB stack? 2013-10-03T08:02:33 < ohsix> you should be able to do any latency tests on osx or whatever 2013-10-03T08:02:34 < dongs> R0b0t1`: you can have USB bootloader in 12k 2013-10-03T08:02:49 < dongs> (or like 8k if you use a real compiler) 2013-10-03T08:02:50 < R0b0t1`> Well, 16kB version is out then 2013-10-03T08:03:06 < dongs> ??? you arent gonna get 16k F103 any cheaper than 64/128k version 2013-10-03T08:03:07 < R0b0t1`> Is gcc not a real compiler? :) 2013-10-03T08:03:09 < dongs> because noone fucking buys those 2013-10-03T08:03:22 < R0b0t1`> http://www.mouser.com/Search/Refine.aspx?Keyword=STM32F103&Ns=Pricing|0&FS=True 2013-10-03T08:03:30 < dongs> ST has all tehse packages / combinations of shit but noone actualyl stocks/uses them 2013-10-03T08:03:32 < ohsix> (snap) 2013-10-03T08:03:43 < R0b0t1`> oh lel 2013-10-03T08:03:51 < R0b0t1`> 32kb is the $4.95 one 2013-10-03T08:04:20 < dongs> http://www.wvshare.com/product/STM32F103C8T6.html 2013-10-03T08:04:20 < dongs> done. 2013-10-03T08:04:24 < talsit> i accidentily bought the 16kB F103 :( 2013-10-03T08:04:28 < talsit> at least only 3 of them 2013-10-03T08:04:46 < R0b0t1`> oh wat 2013-10-03T08:05:35 < dongs> it wont make sense using16k version for anything unless y ou're buying 10k at a time 2013-10-03T08:05:38 < dongs> and can troll prices down 2013-10-03T08:06:06 < R0b0t1`> yeah I misread 2013-10-03T08:06:19 < talsit> and it especially doesn't make sense on a first prototype when you don't know how much space you're going to need 2013-10-03T08:06:42 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 264 seconds] 2013-10-03T08:07:17 < R0b0t1`> well, that's why I wasn't gonna pick it 2013-10-03T08:07:31 < R0b0t1`> I was gonna go with atmega32u2 because it seemed cheaper 2013-10-03T08:07:42 < R0b0t1`> but, now I know mouser has shitty prices 2013-10-03T08:08:03 < talsit> ohsix: yeah, just tried that sony card after using that formatting program, and still getting the same drop rate - it's kinda crapola 2013-10-03T08:08:24 < ohsix> sounds like a h2testw is in order 2013-10-03T08:10:00 < R0b0t1`> oshi- they have LDO in bga4 2013-10-03T08:15:04 < talsit> man, these sandisk cards are quite cheap 2013-10-03T08:15:15 < talsit> sandisk extreme pro 8gb: ~$20 2013-10-03T08:15:47 < ohsix> are you also using caching/flush in the diskio interfacething 2013-10-03T08:16:08 < talsit> i'm issuing a flush every 1mb 2013-10-03T08:17:00 < ohsix> and if you flush more regularly with say, 64kb? 2013-10-03T08:17:38 < talsit> from when i was testing it out last time, made no difference 2013-10-03T08:17:41 < talsit> i'll try again now 2013-10-03T08:18:35 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2013-10-03T08:19:21 < ohsix> talsit: and CTRL_ERASE_SECTOR? 2013-10-03T08:20:39 < talsit> ohsix: when is that used? 2013-10-03T08:20:49 < ohsix> it' 2013-10-03T08:20:53 < talsit> i currently have #define _USE_ERASE 0 2013-10-03T08:20:59 < ohsix> s an ioctl you can support so io is better on flash 2013-10-03T08:21:11 < talsit> lets try with that 1 2013-10-03T08:23:15 < ohsix> eh you can't just turn it on, your disk interface needs to do it; i dunno what you're using or anything 2013-10-03T08:23:52 < talsit> my disk_ioctl seems to support it 2013-10-03T08:23:56 < ohsix> hmmmmm it might not matter 2013-10-03T08:24:05 < ohsix> id unno if you can even pass that to an sd card 2013-10-03T08:24:32 < ohsix> and if it interpreted fat it would already know which parts of the disk were unused 2013-10-03T08:24:34 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-03T08:26:17 < ohsix> what disk interface code are you using 2013-10-03T08:26:33 < talsit> the one from ChibiOS 2013-10-03T08:29:01 -!- MrMobius [~Joey@91.192.67.229] has quit [Ping timeout: 246 seconds] 2013-10-03T08:29:34 < ohsix> eh, via chFileStream or what 2013-10-03T08:30:15 < dongs> lol chibios 2013-10-03T08:30:22 < dongs> theres your fucking problem 2013-10-03T08:30:25 < talsit> just directly to FatFS 2013-10-03T08:30:38 < talsit> ohsix: see what i mean? 2013-10-03T08:30:59 < ohsix> heh, fyi, i'm looking to see that it is your problem, so that's not such a strange thing to say 2013-10-03T08:31:16 < ohsix> the disk io stuff isn't in the documentation, still looking for a git tree or something 2013-10-03T08:31:59 < ohsix> oh god it's all structured like devkitpro 2013-10-03T08:32:57 < talsit> http://svn.code.sf.net/p/chibios/svn/trunk/os/various/fatfs_bindings/fatfs_diskio.c 2013-10-03T08:33:47 < talsit> is that what you're asking for? 2013-10-03T08:36:05 < ohsix> nah i found it, https://github.com/ChibiOS-Upstream/ChibiOS-RT/blob/b6c86b0f143c09247d048490171ea60a4a23f2d9/os/hal/src/sdc.c 2013-10-03T08:36:18 < ohsix> is there only one task? 2013-10-03T08:36:23 < talsit> ah, that one 2013-10-03T08:36:46 < talsit> there are several threads, the writer thread is highest priority, and the only one on that priority level 2013-10-03T08:37:50 < ohsix> ehh man this is going everywhere 2013-10-03T08:38:13 < ohsix> how hard is it for you to get a thing together where it's only one thread so i can rule out anything chibios is doing 2013-10-03T08:38:27 < talsit> my sandisk only drops maybe 200ms of data every hour, so that's good for my case 2013-10-03T08:39:38 < ohsix> or, if you have linux, do like a long test with palimpsest, it has a histogram, or if you have anything that has a histogram really 2013-10-03T08:40:26 < ohsix> https://github.com/ChibiOS-Upstream/ChibiOS-RT/blob/b6c86b0f143c09247d048490171ea60a4a23f2d9/os/hal/src/sdc.c#L89 r o f l 2013-10-03T08:41:25 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-03T08:41:41 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 245 seconds] 2013-10-03T08:43:37 < ohsix> not used to using fatfs without writing my own io driver at the same time 2013-10-03T08:47:27 -!- DanteA [~X@host-114-157-66-217.spbmts.ru] has joined ##stm32 2013-10-03T09:02:00 < talsit> thanks for chasing things up, appreciate it 2013-10-03T09:03:02 < ohsix> i'm only slightly less interested than you are in why the sd card is doing that ;D 2013-10-03T09:03:28 < ohsix> did the flush size change anything? 2013-10-03T09:03:34 < talsit> from my understanding, when you go past a certain block or sector, it stalls to prepare the next 2013-10-03T09:04:08 < ohsix> it's way more complex than that, it's certainly whats causing the stall, but 'prepare' is often not erasing an entire sector and rewriting things 2013-10-03T09:04:41 < ohsix> internally there is sector remapping and stuff to do wear levelling, any correlation you'd see is not much more than coincidence 2013-10-03T09:05:34 < talsit> i've heard lots of horror stories all over the place with SD cards - lots of stalls in inappropriate times 2013-10-03T09:05:59 < ohsix> of course, and knowing nothing about the host or the cards means basically nothing 2013-10-03T09:06:44 < ohsix> for all we know the controller might have been resetting itself or something 2013-10-03T09:09:48 -!- DanteA [~X@host-114-157-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-03T09:09:50 < ohsix> also, chibios has scheduling implications 2013-10-03T09:10:04 < ohsix> i dunno if in your situation there's stuff being held up long enough to mess with things 2013-10-03T09:10:28 < ohsix> rtos stuff is not complex, but you need to check pretty much on a case by case basis 2013-10-03T09:10:42 < talsit> ohsix: the difference between flushes is not significant 2013-10-03T09:10:50 < ohsix> ok 2013-10-03T09:10:58 < talsit> heap, chibios may be stuffing things up 2013-10-03T09:11:03 < ohsix> so at the very least, you just saved yourself a lot of memory 2013-10-03T09:12:38 < ohsix> do you see pauses with random io? 2013-10-03T09:12:47 < talsit> but, on a test between a cheap sony card and a decent sandisk card, with absolutely no changes is that the sony would drop packets every so often (4 packets every 30s or so), and the sandisk would drop a few rarely (maybe 20 once an hour) 2013-10-03T09:13:13 < talsit> no CODE changes 2013-10-03T09:13:23 < dongs> code is shit 2013-10-03T09:13:48 < talsit> ok, i'll make an ASIC next time, thanks 2013-10-03T09:15:13 < ohsix> heh what do you think they do asics with 2013-10-03T09:15:41 < talsit> ohsix: i didn't save any ram, since i still write at the same rate/speed from the same buffer, i just changed the rate of the flush() 2013-10-03T09:15:44 < ohsix> easy way to rule out the code or the card is benchmarking it and getting a histogram 2013-10-03T09:16:58 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-03T09:17:53 < ohsix> if you are able to flush more often i dunno what you'd buffer for 2013-10-03T09:18:17 < talsit> my buffer is 2x 48kB 2013-10-03T09:18:35 < talsit> i can either flush at the end of each buffer or on 1mb 2013-10-03T09:18:55 < talsit> as in, that's what i tested 2013-10-03T09:19:15 < talsit> i can buffer any more 2013-10-03T09:22:09 < ohsix> so you aren't buffering for the sake of bad sd cards, or your data is highly irregular? 2013-10-03T09:22:24 < dongs> pro irc ee advice in progress, sshhh 2013-10-03T09:22:52 < talsit> i'm trying to buffer in order to write bigger chunks, less often 2013-10-03T09:23:10 < talsit> my data is always 512bytes at 200Hz 2013-10-03T09:23:13 < dongs> card should have no problem writing 512byte blocks, often. 2013-10-03T09:23:14 < ohsix> right, but there's not much return after buffering like 64k 2013-10-03T09:23:34 < ohsix> changing how often you flush changes how much you buffer given the same rate 2013-10-03T09:24:10 < dongs> um 2013-10-03T09:24:11 < dongs> youre saying 2013-10-03T09:24:20 < dongs> your code FAILS to write sustained at 100k/sec tocard?? 2013-10-03T09:24:22 < talsit> not me buffering, but the sd card buffering, right? 2013-10-03T09:24:26 < dongs> 512bytes*200Hz = 100kib/sec 2013-10-03T09:24:31 < talsit> no, my code does not fail 2013-10-03T09:24:33 < talsit> my CARD does 2013-10-03T09:24:37 < dongs> bullfucking shit 2013-10-03T09:24:40 < dongs> 100k/sec is nothing 2013-10-03T09:24:40 < talsit> my cheap card 2013-10-03T09:24:54 < dongs> even my fucking fake 2gig32gb chinese card will do 100k sustained 2013-10-03T09:24:55 < dongs> youre full of shit 2013-10-03T09:25:03 < ohsix> so do you mean you're running sync on fatfs after 1mb or something? 2013-10-03T09:25:04 < talsit> sure, and you are so helpful 2013-10-03T09:25:19 < talsit> ohsix: yep 2013-10-03T09:25:20 < dongs> dude, 100kilobytes 2013-10-03T09:25:25 < dongs> is *nothing* 2013-10-03T09:25:37 < ohsix> and what are you actually buffering and how large are your writes? 2013-10-03T09:25:45 < dongs> i wouldnt evne buffer anything at all 2013-10-03T09:25:51 < talsit> every 30s or so, the card stalls for about 250ms 2013-10-03T09:25:56 < dongs> just push 512byte blocks out to fatfs 2013-10-03T09:26:03 < ohsix> you'd need to buffer at least 512 bytes ;D 2013-10-03T09:26:08 < dongs> well yeah 2013-10-03T09:26:31 < talsit> my good card, it stalls maybe once an hour 2013-10-03T09:26:54 < dongs> i thought this was some 5meg/sec or something that was failing. 2013-10-03T09:26:58 < dongs> if 100k fails, look at your code. 2013-10-03T09:27:01 < dongs> has nothing to do with cards. 2013-10-03T09:27:19 < talsit> really? then how can the same code have different effects on different cards? 2013-10-03T09:27:35 < ohsix> there are several things in play, your code is a small part 2013-10-03T09:27:48 < ohsix> this problem _would_ show up in histograms, i dunno why that hasn't been done yet 2013-10-03T09:27:58 -!- Madcore [~Madhav@122.169.88.43] has quit [Quit: Leaving] 2013-10-03T09:28:09 < talsit> is that h2testw one of those? 2013-10-03T09:28:09 < ohsix> if it doesn't then it's not the card 2013-10-03T09:28:38 < ohsix> no, that just does read/write tests to see if the flash is a fake hack 2013-10-03T09:29:17 -!- Madcore [~Madcore@122.169.88.43] has joined ##stm32 2013-10-03T09:29:27 < dongs> talsit: think about it for even a second. class 2 sd cards (that you can't buy anymore) 2013-10-03T09:29:32 < dongs> guarantee 2meg/sec recording 2013-10-03T09:29:36 < dongs> *guarantee* 2013-10-03T09:29:39 < dongs> *sustained* 2013-10-03T09:29:55 < dongs> you're complainign about 100kiloBYTES/sec 2013-10-03T09:30:12 < ohsix> http://lez.ham.cx/~ohsix/images/palimpsest-benchmark.png something like this 2013-10-03T09:30:17 -!- Madcore [~Madcore@122.169.88.43] has quit [Client Quit] 2013-10-03T09:30:37 < ohsix> all he knows is that sometimes it's unable to do it 2013-10-03T09:30:41 < ohsix> and nothing else 2013-10-03T09:31:13 < dongs> wghere teh fuck did you find a 250gig hdd mang 2013-10-03T09:31:14 < talsit> dongs, so you're saying that SD cards *can't* stall when writing? 2013-10-03T09:31:33 < ohsix> no, they can 2013-10-03T09:31:40 < dongs> " This was superseded by the Speed Class Rating, which guarantees a minimum rate at which data can be written to the card." 2013-10-03T09:31:50 < ohsix> but going 'hey sometimes this happens' and not knowing why, or knowing one plausible reason why, isn't a good place to stop 2013-10-03T09:31:51 < dongs> "guarantees" "minimum" 2013-10-03T09:31:55 < talsit> ok, how long can the stall be? 2013-10-03T09:32:16 < dongs> Speed Classes 2, 4, and 6 assert that the card supports the respective number of megabytes per second as a minimum sustained write speed for a card in a fragmented state. 2013-10-03T09:32:18 < ohsix> you'd have to look to the sd specs to see how large it can be 2013-10-03T09:32:57 < ohsix> dongs: there are all sorts of things that can just be slow when the write rate is low, mostly stuff that makes it clever at higher speeds 2013-10-03T09:33:57 < talsit> if the card stalls for more than 400ms at *any* point, i will lose a packet @ ~100kB/s 2013-10-03T09:35:31 < ohsix> 400ms is super unlikely length of time for anything the sd card may be doing 2013-10-03T09:35:46 < ohsix> like, even the most ignorant sector erase and rewrite 2013-10-03T09:36:52 < ohsix> but if you're not willing to suspect your code, i dunno how you'll investigate yours and the other code involved 2013-10-03T09:37:26 < ohsix> if you actually buffered a megabyte, you could get your write rates up to a few mb/s, maybe the problem would go away 2013-10-03T09:37:42 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-03T09:37:54 < talsit> if i write to the card as fast as i possibly can, i can get a throuput of about 5-8MB/s 2013-10-03T09:38:01 < talsit> withs periodic stalls 2013-10-03T09:38:03 < ohsix> i don't think fatfs is doing what you think if you have it do the buffering and run sync every once and a while 2013-10-03T09:38:31 < talsit> i'll strip down a version of the code that *just* writes the same 48kB buffer continuously to test it 2013-10-03T09:38:39 < talsit> and store the times 2013-10-03T09:40:03 < dongs> < R2COM> maybe his card is arduino controlled thats why 2013-10-03T09:40:12 < dongs> pretty sure even arduino can handle > 100k/sec writes 2013-10-03T09:41:46 < ohsix> derp, all the measurement stuff on osx is done with dtrace, and that's good; but i can't literally tell you how to use it 2013-10-03T09:47:25 < ohsix> you can't test the code in isolation without a lot of work, so test the sd card 2013-10-03T09:47:33 < talsit> i am 2013-10-03T09:47:38 < talsit> i'm stripping down a version 2013-10-03T09:47:41 < talsit> that *just* writes 2013-10-03T09:48:07 < ohsix> https://code.google.com/p/ioping/ no histogram but has min/max/avg/mdev 2013-10-03T09:50:40 < ohsix> i think you misunderstand what i mean by isolate 2013-10-03T09:51:15 < ohsix> there are about 5 things in play, chibios (other threads, scheduling)/fatfs/the sd card/the sd bus code 2013-10-03T09:51:29 < ohsix> you don't isolate any of them doing that 2013-10-03T09:52:02 < ohsix> if i knew you could get a scheduling latency histogram from chibios i'd suggest that as well, or time running with irqs disabled 2013-10-03T09:53:07 -!- dekar__ [~dekar@212.255.41.140] has joined ##stm32 2013-10-03T09:53:10 -!- mode/##stm32 [+v dekar__] by ChanServ 2013-10-03T09:53:17 < talsit> then... i don't know what you mean 2013-10-03T09:54:54 < ohsix> put the sd card in a host that's not likely to misbehave, like osx or linux or windows, get a io latency histogram 2013-10-03T09:55:06 < ohsix> if the card has a problem you will see spikes in the histogram 2013-10-03T09:55:30 < ohsix> once the card(s) are ruled out, we can find a way to break up chibios into testable parts 2013-10-03T09:56:10 -!- dekar_ [~dekar@212.255.32.84] has quit [Ping timeout: 246 seconds] 2013-10-03T09:57:23 < emeb_mac> looks like my little server just died. 2013-10-03T09:57:32 < talsit> pinging now 2013-10-03T09:57:48 < emeb_mac> any recommendations for a compact PC? 2013-10-03T10:00:36 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-03T10:01:13 < ohsix> how compact, intel has those little widgets that people seem to like 2013-10-03T10:01:58 < zippe> emeb: mac mini, of course. 2013-10-03T10:03:11 < ohsix> don't have any sd cards handy, but i do have a really shitty usb drive 2013-10-03T10:03:12 < ohsix> 19.5 k requests completed in 14.5 s, 1.4 k iops, 5.3 mb/s 2013-10-03T10:03:12 < ohsix> min/avg/max/mdev = 2 us / 735 us / 10.3 ms / 246 us 2013-10-03T10:03:37 < ohsix> looks like it sucks a little about dropping caches 2013-10-03T10:05:42 -!- Robint91 [~robin@2a02:2c40:400:0:4b2:a068:1b1a:c64d] has joined ##stm32 2013-10-03T10:07:56 < ohsix> 10.2 k requests completed in 37.1 s, 278 iops, 17.4 mb/s 2013-10-03T10:07:57 < ohsix> min/avg/max/mdev = 3.0 ms / 3.6 ms / 968.1 ms / 9.5 ms 2013-10-03T10:08:03 < ohsix> 64k io size 128m working set 2013-10-03T10:08:56 < talsit> what cmdline are you giving it? 2013-10-03T10:09:15 < ohsix> first was nothing 2013-10-03T10:09:17 < ohsix> ioping -S 128m -s 64k -i 0 . -q 2013-10-03T10:11:39 < talsit> heheh... it was doing it on my main drive :( 2013-10-03T10:12:38 < talsit> 10670 requests completed in 120004.9 ms, 89 iops, 0.3 mb/s 2013-10-03T10:12:38 < talsit> min/avg/max/mdev = 5.0/11.2/346.0/16.0 ms 2013-10-03T10:12:49 < talsit> lets try your cmdline 2013-10-03T10:13:23 < dongs> < zippe> emeb: mac mini, of course. 2013-10-03T10:13:25 < dongs> LOL 2013-10-03T10:13:25 < dongs> no. 2013-10-03T10:13:32 < dongs> emeb_mac: gigabyte brix / intel nuc 2013-10-03T10:13:51 < emeb_mac> dongs: yeah - looking @ nuc now. 2013-10-03T10:13:57 < dongs> brix might be better. 2013-10-03T10:14:04 < dongs> it has dodgy ethernet tho (realtek) 2013-10-03T10:14:08 < dongs> at least nuc is all intel stuff. 2013-10-03T10:14:30 < emeb_mac> also looking at a little shuttle i3 box 2013-10-03T10:14:39 < emeb_mac> not as compact tho 2013-10-03T10:16:31 < emeb_mac> downside is that display is VGA KVM, so all this newfangled HDMI stuff won't work easily 2013-10-03T10:20:32 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-03T10:22:47 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-03T10:26:31 < talsit> ohsix: it still hasn't finished on this card yet 2013-10-03T10:26:58 < jpa-> sounds slow :) 2013-10-03T10:27:25 < talsit> yep, that's what i'm guessing 2013-10-03T10:29:32 < talsit> 407 requests completed in 120275.9 ms, 3 iops, 0.2 mb/s 2013-10-03T10:29:32 < talsit> min/avg/max/mdev = 13.0/295.5/895.1/250.9 ms 2013-10-03T10:29:57 < talsit> cancelled it, did a 2 minute test instead 2013-10-03T10:30:03 < talsit> 3iops? 2013-10-03T10:33:36 < jpa-> talsit: is your sd card reader connected by USB or pci express? 2013-10-03T10:34:01 < ohsix> damn that is freaking awful 2013-10-03T10:34:10 < talsit> pciexpress 2013-10-03T10:34:27 < talsit> on my good card: 2013-10-03T10:34:29 < talsit> H:\>c:ioping -q -i 0 -w 120 -W . 2013-10-03T10:34:29 < talsit> --- . ( ) ioping statistics --- 2013-10-03T10:34:29 < talsit> 22034 requests completed in 120002.9 ms, 184 iops, 0.7 mb/s 2013-10-03T10:34:29 < talsit> min/avg/max/mdev = 3.0/5.4/339.0/22.5 ms 2013-10-03T10:34:40 < dongs> wut 2013-10-03T10:34:57 < jpa-> crappy card is crappy :) 2013-10-03T10:35:14 < talsit> plugging in a usb3 sd card reader 2013-10-03T10:36:47 < jpa-> on my 8 GB class 10 card: min/avg/max/mdev = 3.3/4.4/13.1/0.3 ms 2013-10-03T10:37:01 < talsit> what cmdline? 2013-10-03T10:37:09 < jpa-> the same 2013-10-03T10:37:21 < jpa-> -S 128m -s 64k -i 0 . -q 2013-10-03T10:37:38 < ohsix> adding -w 30 makes it run for 30 seconds 2013-10-03T10:37:52 < jpa-> yeah, i just ctrl-c'd it after 3 minutes 2013-10-03T10:37:56 < ohsix> nod 2013-10-03T10:41:09 < talsit> on my good card on a USB3 SD card reader: 2013-10-03T10:41:13 < talsit> I:\>c:ioping -S 128m -s 64k -i 0 -w 120 -q . 2013-10-03T10:41:13 < talsit> --- . ( ) ioping statistics --- 2013-10-03T10:41:13 < talsit> 30842 requests completed in 120000.9 ms, 257 iops, 16.1 mb/s 2013-10-03T10:41:13 < talsit> min/avg/max/mdev = 1.0/3.9/2468.1/15.9 ms 2013-10-03T10:41:37 < jpa-> i wonder if windows could be causing the delays? 2013-10-03T10:41:46 < talsit> possilby 2013-10-03T10:42:10 < jpa-> even my crappiest of the crap chinese no-brand microsd gets this: 4838 requests completed in 27055.8 ms, 183 iops, 11.4 mb/s min/avg/max/mdev = 4.0/5.5/81.7/1.2 ms 2013-10-03T10:42:14 < ohsix> that still seems a lot better 2013-10-03T10:42:36 < jpa-> the max latency of 2468 ms is pretty horrible 2013-10-03T10:42:49 < ohsix> ya i thought he was using osx :< 2013-10-03T10:42:59 < ohsix> 2.9 k requests completed in 10.0 s, 292 iops, 18.3 mb/s 2013-10-03T10:42:59 < ohsix> min/avg/max/mdev = 3.0 ms / 3.4 ms / 9.0 ms / 280 us 2013-10-03T10:43:07 < talsit> no, i'm on windows, most of my users will be osx 2013-10-03T10:43:43 < ohsix> http://www.hdtune.com/ 2013-10-03T10:48:13 < talsit> hdtune pro does writes 2013-10-03T10:49:09 < jpa-> hmm, is ioping reads or writes? 2013-10-03T10:49:24 < talsit> that cmdline, just reads, from what i gather 2013-10-03T10:50:19 < jpa-> ah 2013-10-03T11:01:16 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-03T11:01:56 -!- Viper168 is now known as Viper168_ 2013-10-03T11:05:12 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-03T11:07:19 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 256 seconds] 2013-10-03T11:24:05 -!- PfhorSlayer [~PfhorSlay@cpe-172-251-183-116.socal.res.rr.com] has joined ##stm32 2013-10-03T11:31:04 < ohsix> dongs: what was it you were talking about with gyro calibration? 2013-10-03T11:31:29 < ohsix> don't you do a linear regression to filter that junk 2013-10-03T11:35:04 < ohsix> i like how everyone has to issue a standard DO NOT CONNECT TO 5V disclaimer on anything related to arduino 2013-10-03T11:40:49 -!- PfhorSlayer [~PfhorSlay@cpe-172-251-183-116.socal.res.rr.com] has left ##stm32 [] 2013-10-03T11:41:51 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-03T11:44:41 -!- bighead123 [~Administr@94.100.236.167] has joined ##stm32 2013-10-03T11:45:11 < bighead123> Hi friends 2013-10-03T11:45:40 < zyp> dongs, http://imgur.com/a/oguKb <- I see diptrace's autorouter is the shit 2013-10-03T11:47:08 < jpa-> lol 2013-10-03T11:51:05 < zyp> (retweeted from another channel) 2013-10-03T11:51:15 < talsit> can run hdtune on sd card in write mode, will have to keep looking 2013-10-03T11:54:57 -!- trepidaciousMBR [~trepidaci@92.40.248.179.threembb.co.uk] has joined ##stm32 2013-10-03T11:57:48 -!- bighead123 [~Administr@94.100.236.167] has quit [Quit: Leaving.] 2013-10-03T11:58:02 < dongs> zyp, not too surprised. they probably didnt configure it plus i dont think it can do these kinda bends 2013-10-03T11:59:17 < Posterdati> hi 2013-10-03T11:59:46 < Posterdati> zyp: lol 2013-10-03T12:00:40 < zyp> Posterdati, hi 2013-10-03T12:01:04 < Posterdati> not bad comparing eagle 2013-10-03T12:01:18 < dongs> eagle is just trash anyway. 2013-10-03T12:01:29 < dongs> Created 15 hours ago 2013-10-03T12:01:30 < dongs> 1,791 views 2013-10-03T12:01:31 < dongs> uhhhh 2013-10-03T12:01:35 < Robint91> who uses diprace 2013-10-03T12:01:38 < dongs> where was this tweeted at 2013-10-03T12:01:41 < dongs> to get 1700 views 2013-10-03T12:01:43 < dongs> some blague? 2013-10-03T12:01:51 < dongs> Robint91: cool people 2013-10-03T12:01:56 < Robint91> -_- 2013-10-03T12:01:58 < dongs> who can't afford altium 2013-10-03T12:02:37 < dongs> why is that fucking resistor netwrok polarized 2013-10-03T12:05:39 < talsit> dongs: how much is altium? 2013-10-03T12:06:06 < dongs> 5-9k i think. 2013-10-03T12:06:10 < dongs> either way you cant afford it. 2013-10-03T12:06:31 < talsit> *sigh* 2013-10-03T12:06:41 < dongs> zyp: waht channel was that tweeted in to get 1700 views 2013-10-03T12:06:42 -!- trepidaciousMBR [~trepidaci@92.40.248.179.threembb.co.uk] has quit [Ping timeout: 264 seconds] 2013-10-03T12:06:49 < dongs> or what blag 2013-10-03T12:07:18 < jpa-> maybe many channels :) 2013-10-03T12:07:32 < dongs> thats a lot 2013-10-03T12:09:38 -!- eroomde [~ed@77.89.152.84] has joined ##stm32 2013-10-03T12:11:37 < zyp> dunno, I saw it in a small norwegian channel 2013-10-03T12:13:06 < Posterdati> zyp: so, it seems that I'm able to transfer the first two packets only, then the bus stall :( 2013-10-03T12:13:44 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-03T12:14:43 < Posterdati> no matter about the host transfer dimension 2013-10-03T12:15:27 < Posterdati> zyp: could be something wrong in the device usb configuration? 2013-10-03T12:18:07 < jpa-> poor zyp 2013-10-03T12:18:11 < dongs> i know 2013-10-03T12:18:22 < dongs> hes wasting time with Posterdati instead of writing bitbang usb device 2013-10-03T12:18:28 < dongs> or even better usb host 2013-10-03T12:18:43 < Posterdati> or even a working usb device stack 2013-10-03T12:18:51 < dongs> i'm sure he accepts paypal 2013-10-03T12:18:57 < dongs> for working usb device stacks 2013-10-03T12:19:31 < jpa-> Posterdati: lol, didn't you already look into like 2 usb stacks before settling with laks? if there is something better out there, sure, go ahead and use it 2013-10-03T12:20:08 < jpa-> atleast his stack is simple enough to understand & debug, unlike the nuttx bloat 2013-10-03T12:20:26 < Posterdati> jpa-: yes, it's an host problem at last 2013-10-03T12:20:40 < jpa-> could be both 2013-10-03T12:20:48 < jpa-> or n+1 bugs over each other 2013-10-03T12:20:56 < Posterdati> jpa-: could be 2013-10-03T12:21:08 < Posterdati> jpa-: but device is so simple... 2013-10-03T12:22:22 < jpa-> i have managed to hide 10 bugs in 100 lines of code 2013-10-03T12:23:19 < zyp> worksforme™ 2013-10-03T12:23:30 < Posterdati> anyway debugging with adxl345 is not so simple... 2013-10-03T12:25:32 < zyp> Posterdati, you'd probably save a lot of time if you had a usb analyzer so you could tell exactly what is going wrong on the bus level :p 2013-10-03T12:26:06 < Posterdati> yes, haven't got one 2013-10-03T12:27:54 < trepidaciousMBR> jpa-: I sort of nearly solved that serial problem, turns out if I don't have an event listener on the serial driver, I get lots of timeouts, if I DO have one registered and waiting for events (then doing absolutely nothing) it all works fine. Presumably I'm STILL doing something wrong somewhere ;) 2013-10-03T12:30:59 -!- theAdib [~adib@dslb-088-074-137-146.pools.arcor-ip.net] has joined ##stm32 2013-10-03T12:40:17 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-03T12:51:54 -!- jef79m [~jef79m@124-171-40-123.dyn.iinet.net.au] has quit [Quit: ZNC - http://znc.in] 2013-10-03T12:59:40 < jpa-> Posterdati: so remove adxl345 from the loop and just send dummy data? 2013-10-03T13:01:08 -!- eroomde [~ed@77.89.152.84] has quit [Ping timeout: 240 seconds] 2013-10-03T13:01:11 < jpa-> i wonder if i should port my usb analyzer to some cheap FPGA board.. difficulty is just picking up which board, pretty much anything is fast enough for USB 1.1 2013-10-03T13:03:29 -!- eroomde [~ed@77.89.152.84] has joined ##stm32 2013-10-03T13:05:58 -!- jef79m [~jef79m@124-171-40-123.dyn.iinet.net.au] has joined ##stm32 2013-10-03T13:05:59 -!- jef79m [~jef79m@124-171-40-123.dyn.iinet.net.au] has quit [Excess Flood] 2013-10-03T13:07:22 -!- jef79m [~jef79m@124-171-40-123.dyn.iinet.net.au] has joined ##stm32 2013-10-03T13:13:14 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has joined ##stm32 2013-10-03T13:17:54 -!- DanteA [~X@host-114-157-66-217.spbmts.ru] has joined ##stm32 2013-10-03T13:26:48 -!- theAdib [~adib@dslb-088-074-137-146.pools.arcor-ip.net] has quit [Ping timeout: 240 seconds] 2013-10-03T13:30:08 < karlp> ioping is funny: http://pastebay.net/1312891 2013-10-03T13:33:27 < karlp> yeah, pretty much agreed with my thoughts, reads at 15meg, writes at 124k 2013-10-03T13:33:30 < karlp> stupid card 2013-10-03T13:34:20 < Robint91> karlp, shitty card is shit 2013-10-03T13:34:51 -!- trepidaciousMBR_ [~trepidaci@92.40.248.179] has joined ##stm32 2013-10-03T13:35:15 < karlp> cheap card was cheap 2013-10-03T13:35:26 < karlp> I wasn't expecting the write performance to be so abominable though 2013-10-03T13:35:56 < karlp> fedora's disk benchmark thing is currently giving it 17meg read 3 meg write, better, but still shit 2013-10-03T13:36:11 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 248 seconds] 2013-10-03T13:37:09 < karlp> zyp: good times? <@ozomatli> I just found an entire ericsson website designed for users to ask questions about where to find things on ericsson websites. 2013-10-03T13:37:25 < Robint91> karlp, random read/write 2013-10-03T13:37:27 < Robint91> ? 2013-10-03T13:37:57 < karlp> whatever the fedora 19 disk benchmark thing does, no idea 2013-10-03T13:38:08 < karlp> only useful for comparing with other numbers from the same tool presumably :) 2013-10-03T13:39:02 -!- trepidaciousMBR_ [~trepidaci@92.40.248.179] has quit [Ping timeout: 240 seconds] 2013-10-03T13:39:29 < karlp> this is neat: http://www.theregister.co.uk/2013/10/02/canada_cassiope_spacex_satellite_terabyte_cascade_data_services/ 2013-10-03T13:39:54 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-03T13:40:01 -!- MrMobius [~Joey@91.192.66.14] has joined ##stm32 2013-10-03T13:45:18 < karlp> Robint91: this thing: http://palmtree.beeroclock.net/~karlp/disky_slowww.png 2013-10-03T13:45:28 < dongs> reminds me when I was stealing internet from satellite 2013-10-03T13:45:58 < karlp> the buffering on that card means it's super fast to write small things, but takes ages before you're allowed to actually unmount it 2013-10-03T13:46:05 < karlp> because, it hasn't actually written anything yet! 2013-10-03T13:47:16 < Robint91> karlp, I hate that 2013-10-03T13:47:19 < Robint91> delayed writes 2013-10-03T14:07:15 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-03T14:36:38 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-03T14:41:45 < jpa-> karlp: i think it is linux that is buffering and not the card 2013-10-03T14:43:58 < karlp> maybe, but it doesn't change that it's sustained write performance is abominable 2013-10-03T14:44:12 -!- Luggi09 [~Luggi09@cnh8092114237.pppoe.surfer.cnh.at] has quit [Read error: Operation timed out] 2013-10-03T14:48:13 -!- Luggi09 [~Luggi09@cnh8092114237.pppoe.surfer.cnh.at] has joined ##stm32 2013-10-03T14:52:56 < zyp> karlp, heh 2013-10-03T14:53:40 < zyp> people liked joking about how useless and impossible it were to find anything in the documentation archive :p 2013-10-03T15:04:29 < Posterdati> hi 2013-10-03T15:05:26 < Posterdati> zyp: I think it's an host related problem 2013-10-03T15:06:22 < Posterdati> I placed a stand alone usb.process() in a forever loop of a task, tick running at 1 kHz 2013-10-03T15:07:54 < Posterdati> every systick underflow I pend a PendSV call 2013-10-03T15:08:28 < Posterdati> should be suffice 2013-10-03T15:08:35 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 260 seconds] 2013-10-03T15:14:03 -!- capacitor [~parrot@123-243-139-187.tpgi.com.au] has joined ##stm32 2013-10-03T15:17:46 -!- trepidaciousMBR_ [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-03T15:17:53 < karlp> because moah arduino! http://www.engadget.com/2013/10/03/intel-ardino-galileo-development-r-pi-education/?utm_medium=feed&utm_source=Feed_Classic&utm_campaign=Engadget&ncid=rss_semi 2013-10-03T15:18:45 < karlp> only engadget link as they at least had a picture of it 2013-10-03T15:18:51 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 260 seconds] 2013-10-03T15:18:52 -!- trepidaciousMBR_ is now known as trepidaciousMBR 2013-10-03T15:19:05 < Robint91> karlp, seems a nice board 2013-10-03T15:19:21 < karlp> I bet it won't be available much outside those universities though 2013-10-03T15:19:25 < Robint91> what is that large TSSOP 2013-10-03T15:20:16 < karlp> "Today, Intel is working with 17 universities across six continents to develop curriculum based on the new Intel Galileo board." 2013-10-03T15:22:48 <+Steffan-> Too bad it's pretty expensive.. 2013-10-03T15:26:58 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-03T15:28:26 -!- theAdib [~adib@dslb-088-074-137-146.pools.arcor-ip.net] has joined ##stm32 2013-10-03T15:28:46 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-03T15:33:02 < eroomde> can't have people learning a nice assembler 2013-10-03T15:33:08 < eroomde> must force them to use x86 instead 2013-10-03T15:33:08 -!- DanteA [~X@host-114-157-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-03T15:33:20 < Posterdati> arm assembler is nice 2013-10-03T15:39:18 <+Steffan-> C is nicer :P 2013-10-03T15:40:31 < Posterdati> the worst assembler is that of the pic16/pic18 craps 2013-10-03T15:41:50 <+Steffan-> For sure. 2013-10-03T15:42:13 < capacitor> thanks 2013-10-03T15:42:28 < Posterdati> it's a shame that a similar product was so popular 2013-10-03T15:42:58 < Posterdati> they even lack a decent c compiler 2013-10-03T15:43:18 < capacitor> pic16 in da bin 2013-10-03T15:44:04 <+Steffan-> Hows mr capacitor? 2013-10-03T15:44:13 < capacitor> good, and yourself? 2013-10-03T15:44:52 <+Steffan-> Wonderful. Good to hear. 2013-10-03T15:45:02 < capacitor> ^_^ 2013-10-03T15:45:09 < Posterdati> capacitor: are you charged? 2013-10-03T15:45:21 <+Steffan-> Only when you want him to be. 2013-10-03T15:45:22 < capacitor> ARM is a great thing to write ASM for i think 2013-10-03T15:50:34 -!- ouah [~ouah@unaffiliated/ouah] has quit [Quit: Lost terminal] 2013-10-03T16:06:31 < eroomde> i have been writing arm asm recently too 2013-10-03T16:06:53 < eroomde> i'm new to it, so i thought i'd just try and bring up a toolchain from scratch, in terms of writing a linker script and doing a blinky and so on 2013-10-03T16:06:58 < eroomde> it's been quite rewarding 2013-10-03T16:07:09 < eroomde> although getting a working openocd cfg file was a bit of a pain 2013-10-03T16:10:19 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 246 seconds] 2013-10-03T16:16:05 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-03T16:20:44 -!- MrM0bius [~Joey@91.192.66.14] has joined ##stm32 2013-10-03T16:22:13 -!- MrMobius [~Joey@91.192.66.14] has quit [Ping timeout: 246 seconds] 2013-10-03T16:25:43 -!- MrM0bius [~Joey@91.192.66.14] has quit [Ping timeout: 246 seconds] 2013-10-03T16:25:48 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-03T16:31:05 < Posterdati> zyp: are you there? 2013-10-03T16:32:07 < zyp> still at work 2013-10-03T16:32:49 -!- capacitor [~parrot@123-243-139-187.tpgi.com.au] has left ##stm32 [] 2013-10-03T16:35:41 < Posterdati> ok 2013-10-03T16:40:36 -!- Laurenceb_ [~Laurence@host86-174-21-138.range86-174.btcentralplus.com] has joined ##stm32 2013-10-03T16:44:21 -!- MrMobius [~Joey@91.192.66.4] has joined ##stm32 2013-10-03T17:09:45 < Posterdati> zyp: shall I config the device via control interface before start reading from hid endpoint? 2013-10-03T17:10:00 < zyp> the OS is supposed to do that 2013-10-03T17:10:28 < Posterdati> then I quit 2013-10-03T17:14:44 < gxti> hooray! 2013-10-03T17:21:26 < Posterdati> gxti: are you happy? 2013-10-03T17:22:08 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )] 2013-10-03T17:22:18 -!- Intelaida_ [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-03T17:22:19 < gxti> yes, but not for any particular reason 2013-10-03T17:22:33 < Posterdati> ah just like an idiot :) 2013-10-03T17:22:35 < trepidaciousMBR> Euphoria 2013-10-03T17:22:40 < gxti> ignorance is bliss 2013-10-03T17:22:43 < Posterdati> drugs 2013-10-03T17:25:09 < Laurenceb_> no silk road :( 2013-10-03T17:25:18 < Laurenceb_> so no drugs any more 2013-10-03T17:25:45 < Laurenceb_> haha wtf 2013-10-03T17:25:46 < Laurenceb_> http://hackaday.com/2013/10/03/the-intel-powered-arduino/ 2013-10-03T17:26:47 < gxti> sweet. 2013-10-03T17:27:15 < Laurenceb_> ... 2013-10-03T17:27:57 < Posterdati> x86 must die 2013-10-03T17:28:26 < gxti> regrettably, x86 will never die :( 2013-10-03T17:28:57 < jpa-> universe may end, but x86 will keep going 2013-10-03T17:29:06 < jpa-> and the last windows xp machine will outlive the solar system 2013-10-03T17:29:13 < englishman> about the same processing power as a Raspberry Pi, but with Arduino compatibility, 2013-10-03T17:29:15 < englishman> sick 2013-10-03T17:29:19 < gxti> the good news is that cpus don't actually run x86 anymore, it's all emulated :P 2013-10-03T17:29:49 < jpa-> gxti: not really all that much emulated.. only some of the crazier instructions 2013-10-03T17:30:03 < ttmrichter> To me that's probably the most comical part of the x86 line these days. 2013-10-03T17:30:08 < gxti> emulated isn't quite the right word i guess 2013-10-03T17:30:13 < MrMobius> i thought it got chopped up and made into a kind of RISC format first 2013-10-03T17:30:18 < ttmrichter> I want that RISC core, but I can't access it except through that CISC front-end. 2013-10-03T17:30:28 < jpa-> yeah.. of course any modern processor mangles the instructions before they are executed 2013-10-03T17:30:52 < MrMobius> im going to make an rpi shield for the rpi so you can toggle GPIOs in real time 2013-10-03T17:31:14 < gxti> maybe some company with too much free time will come up with a new instruction set that can run on x86 cpus, probably google or something 2013-10-03T17:31:39 < Posterdati> gxti: why emulate a dead cpu based on a dead idea? 2013-10-03T17:31:59 < jpa-> wasn't that pretty much what transmeta tried to do? 2013-10-03T17:32:01 < gxti> huh? 2013-10-03T17:32:35 < gxti> jpa-: perhaps, i only vaguely know what they were up to. clearly it did not pan out. 2013-10-03T17:32:39 < Posterdati> jpa-: and trasmeta cpu consumes less power per MHz 2013-10-03T17:33:15 < jpa-> and yet, maybe it's not all that matters :) 2013-10-03T17:33:17 < trepidaciousMBR> Ooh I remember transmeta, they were going to revolutionise everything! 2013-10-03T17:33:39 < gxti> don't spoil the ending for me trepidaciousMBR 2013-10-03T17:33:45 < gxti> i want to believe 2013-10-03T17:34:45 < jpa-> they had linus and everything, how could they fail! 2013-10-03T17:36:12 < Posterdati> trepidaciousMBR: are they still alive? Or Bill Gates/Mr Intel killed them? 2013-10-03T17:36:32 < jpa-> they died of their own; no-one bought the processors 2013-10-03T17:36:57 < Posterdati> jpa-: I remember to saw a board based on Crusoe 2013-10-03T17:37:23 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-03T17:48:08 < ttmrichter> jpa-: Nobody purchased the processors, IIRC, because they were slower than anything else out there including chips a few generations old? 2013-10-03T17:49:22 < GargantuaSauce> http://www.urbit.org/2013/09/24/urbit-intro.html 2013-10-03T17:52:05 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-03T17:55:40 < Posterdati> ttmrichter: no, was the product name 2013-10-03T17:56:43 < emeb_mac> meh - galileo. "makers" shitting themselves with joy because of arduino + intel. 2013-10-03T17:57:29 < Posterdati> emeb_mac: we've got "Via arduino" too in Rome :) 2013-10-03T17:57:47 < emeb_mac> Posterdati: is that new? 2013-10-03T17:57:56 < Posterdati> what? 2013-10-03T17:58:00 < emeb_mac> or named after the ancient king? 2013-10-03T17:58:19 -!- Intelaida_ [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-03T17:58:55 < Posterdati> the ancient king 2013-10-03T17:59:18 < emeb_mac> better 2013-10-03T17:59:30 < emeb_mac> this is what I heard: http://www.anandtech.com/show/7387/intel-announces-galileo-quark-based-arduino-compatible-developer-board 2013-10-03T18:00:40 < Posterdati> https://maps.google.it/maps?q=via+arduino+roma&ie=UTF-8&hq=&hnear=0x132f617c13d82647:0x807d46992a0f811b,Via+Arduino,+Roma&gl=it&ei=E4ZNUvTcG8_54QSekIGwAQ&ved=0CCwQ8gEwAA 2013-10-03T18:01:07 < emeb_mac> kewl! 2013-10-03T18:06:26 -!- jpa- [jpa@hilla.kapsi.fi] has quit [Ping timeout: 245 seconds] --- Log closed Thu Oct 03 18:06:26 2013 --- Log opened Thu Oct 03 18:06:33 2013 2013-10-03T18:06:33 -!- jpa- [jpa@hilla.kapsi.fi] has joined ##stm32 2013-10-03T18:06:33 -!- Irssi: ##stm32: Total of 72 nicks [2 ops, 0 halfops, 2 voices, 68 normal] 2013-10-03T18:07:46 -!- Irssi: Join to ##stm32 was synced in 79 secs 2013-10-03T18:11:54 < Posterdati> zyp: I removed the hid endpoint, I'm using the CDC in one 2013-10-03T18:12:55 < zyp> ok 2013-10-03T18:13:13 < Laurenceb_> how do i find the location of an eagle library? 2013-10-03T18:13:32 < Laurenceb_> i can see the library when i try to add a part, but how can i find where it is on the filesystem? 2013-10-03T18:13:53 < Posterdati> because IN endpoint is almost free, so I use OUT to send out command to device and IN for whatever it sould return, I think it's the same that to have a single hid endpoint alone 2013-10-03T18:14:40 < Posterdati> zyp: maximum speed is 3200 * 8 * 8 = 204800 bit/s 2013-10-03T18:16:18 < karlp> GargantuaSauce: can you give me a dummy version of urbit? 2013-10-03T18:16:33 < karlp> "In Urbit’s naval terminology, ships above 64 bits are “submarines.” 64-bit ships are “yachts.” 32-bit, “destroyers.” 16-bit, “cruisers.” 8-bit, “carriers.” This also resembles a feudal hierarchy, " isn't really helping me 2013-10-03T18:16:47 < GargantuaSauce> One of Urbit’s problems is that we don’t exactly have a word for what Urbit is. If there is such a word, it somehow means both “operating system” and “network protocol,” while somehow also implying “functional” and “deterministic.” 2013-10-03T18:17:19 < GargantuaSauce> Worse yet, Hoon is not written in anything normal. It’s written in Hoon. To be precise - the Hoon compiler compiles itself to a much simpler automaton, Nock. 2013-10-03T18:17:30 < GargantuaSauce> i don't even 2013-10-03T18:17:41 < Posterdati> use Common Lisp 2013-10-03T18:17:53 < karlp> fuck off and die youcolour forth loving weirdo 2013-10-03T18:18:30 * karlp rants in a corner for a while about lisp ranters who never use lisp 2013-10-03T18:20:06 < Posterdati> karlp: did you use it? 2013-10-03T18:21:00 < emeb_mac> karlp: lol colorforth 2013-10-03T18:24:26 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-03T18:27:06 -!- trepidaciousMBR_ [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-03T18:29:26 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 240 seconds] 2013-10-03T18:29:27 -!- trepidaciousMBR_ is now known as trepidaciousMBR 2013-10-03T18:30:55 < Laurenceb_> where do people store their eagle libraries? 2013-10-03T18:31:00 < Laurenceb_> this is making me rage 2013-10-03T18:31:28 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-03T18:33:14 < qyx_> The SD cards may be either SD HC or SD XC cards and provision for both should be made in the solution 2013-10-03T18:33:17 < qyx_> lol 2013-10-03T18:33:19 < qyx_> The hardware is an ST Processor STM32F407 2013-10-03T18:33:26 < qyx_> https://www.freelancer.com/projects/C-Programming-Embedded-Software/Flash-NAS-drive-with-STM.html 2013-10-03T18:37:38 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-03T18:38:40 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Client Quit] 2013-10-03T18:39:25 < jpa-> Laurenceb_: just check the library path in the settings? 2013-10-03T18:39:48 < Laurenceb_> yeah 2013-10-03T18:39:56 < Laurenceb_> this is so annoying 2013-10-03T18:40:16 < jpa-> yeah i know, it's atleast 2 mouse clicks away 2013-10-03T18:40:18 < Laurenceb_> the libraries tab in the control panel only seems to show libraries under the version path 2013-10-03T18:40:31 < Laurenceb_> i was looking there and it wouldn't update 2013-10-03T18:41:26 -!- Robint91 [~robin@2a02:2c40:400:0:4b2:a068:1b1a:c64d] has quit [Ping timeout: 245 seconds] 2013-10-03T18:43:22 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-03T18:56:53 < karlp> did you change a library on disk are tryign to update a schematic/board to use the new details? 2013-10-03T18:59:47 < qyx_> http://data.freelancer.com/pf/7126347/D5sSvARM.jpg 2013-10-03T18:59:48 < qyx_> also nice 2013-10-03T19:03:34 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 246 seconds] 2013-10-03T19:17:15 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-03T19:28:28 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-03T19:35:56 -!- _BJFreeman [~bjfree@180.sub-75-244-189.myvzw.com] has joined ##stm32 2013-10-03T19:36:50 -!- _BJFreeman is now known as BJfreeman 2013-10-03T19:44:50 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-03T19:46:27 -!- barthess [~barthess@178.154.98.182] has joined ##stm32 2013-10-03T19:48:39 -!- amstan_ [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-03T19:48:42 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Read error: Connection reset by peer] 2013-10-03T19:53:08 -!- amstan_ [~alex@aichallenge/admin/amstan] has quit [Ping timeout: 240 seconds] 2013-10-03T19:53:19 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-03T19:56:38 -!- amstan_ [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-03T19:57:26 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 240 seconds] 2013-10-03T20:03:05 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-03T20:05:51 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-03T20:09:26 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-03T20:09:26 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-03T20:09:26 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-03T20:11:41 -!- amstan_ [~alex@aichallenge/admin/amstan] has quit [Ping timeout: 245 seconds] 2013-10-03T20:16:15 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-03T20:17:16 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-03T20:17:17 < Robint91> http://www.st.com/web/en/news/n3474 2013-10-03T20:17:18 < Robint91> mhh 2013-10-03T20:19:39 <+Steffan-> $0.32 is nice.. it they would really sell it for that. 2013-10-03T20:20:59 < Laurenceb_> has anyone seen a panellizer for gerbers? 2013-10-03T20:21:06 < Robint91> altium? 2013-10-03T20:21:12 < Robint91> or let the mfg do it 2013-10-03T20:21:14 < Laurenceb_> i want a router gerber to cut out the panels 2013-10-03T20:21:18 < Laurenceb_> they wont do it 2013-10-03T20:21:28 < Robint91> who is they 2013-10-03T20:21:30 < Laurenceb_> they need a gerber for all the cutting 2013-10-03T20:21:35 < Laurenceb_> iteadstudio 2013-10-03T20:22:03 < gxti> there's your problem 2013-10-03T20:24:02 <+Steffan-> You can get a STM32F0308 discovery from Rutronik (germany) if you really want one Robint91 :) 2013-10-03T20:24:15 <+Steffan-> They dont sell to 'private customers' :( 2013-10-03T20:35:16 < Robint91> Steffan-, they do to me 2013-10-03T20:35:18 < Robint91> HAHAHAHAHA 2013-10-03T20:36:47 < gxti> rude 2013-10-03T20:38:38 <+Steffan-> You are not a private customer .. hahahah ... 2013-10-03T20:42:06 < Thorn> Laurenceb_: CAM350 2013-10-03T20:42:32 < Laurenceb_> ah thanks 2013-10-03T20:42:51 < Robint91> Steffan-, YOU ARE STEFFANX HAHAHAHAH 2013-10-03T20:43:04 <+Steffan-> Everything ok Robint91? 2013-10-03T20:43:16 < Robint91> nope 2013-10-03T20:43:29 <+Steffan-> Good. 2013-10-03T20:45:27 < upgrdman> what could go wrong http://i.imgur.com/N90qLIh.jpg 2013-10-03T20:47:34 < gxti> it might trip the breaker, or cause premature corrosion of the contacts. or perhaps an endangered species could fall on the slightly exposed contacts :( 2013-10-03T20:49:06 < qyx_> i hope it has PE and residual current breaker 2013-10-03T21:02:28 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-03T21:10:24 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 252 seconds] 2013-10-03T21:23:57 -!- amstan_ [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-03T21:24:03 -!- amstan_ [~alex@aichallenge/admin/amstan] has quit [Client Quit] 2013-10-03T21:26:47 < Posterdati> zyp: the funny thing is that using synchronous libusb interface I was able to transfer 100 64 bytes packest before Input/output error! 2013-10-03T22:03:35 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Quit: Ik ga weg] 2013-10-03T22:07:29 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-03T22:10:22 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-03T22:12:14 < Laurenceb_> arg 2013-10-03T22:12:17 < Laurenceb_> eagle rage 2013-10-03T22:12:30 < Laurenceb_> is there a ULP to import SVG into eagle? 2013-10-03T22:13:14 <@Tectu> Steffan-, are you there? 2013-10-03T22:13:29 < zyp> Laurenceb_, nah, you're gonna have to draw the dick in eagle by hand 2013-10-03T22:13:38 <+Steffan-> No im not here. 2013-10-03T22:13:53 <@Tectu> sad, can you let me know when you're here? 2013-10-03T22:14:08 <+Steffan-> Nope. 2013-10-03T22:14:14 <@Tectu> why not? 2013-10-03T22:14:26 <+Steffan-> I dont like you. 2013-10-03T22:14:35 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Ping timeout: 248 seconds] 2013-10-03T22:14:41 <@Tectu> wtf? 2013-10-03T22:14:43 <@Tectu> what happened? 2013-10-03T22:16:49 <+Steffan-> What not. 2013-10-03T22:20:29 < Laurenceb_> http://e2e.ti.com/blogs_/b/toolsinsider/archive/2013/10/03/introducing-arduino-tre.aspx 2013-10-03T22:20:39 -!- trepidaciousMBR [~trepidaci@92.40.249.234.threembb.co.uk] has joined ##stm32 2013-10-03T22:21:37 < jpa-> Laurenceb_: doesn't google give plenty of options of importing SVG to eagle? 2013-10-03T22:22:37 < Laurenceb_> http://todbot.com/blog/2011/06/06/from-illustrator-to-eagle-vector-graphics-in-circuits/ 2013-10-03T22:22:41 < Laurenceb_> i guess thats what i want 2013-10-03T22:31:50 -!- BJfreeman [~bjfree@180.sub-75-244-189.myvzw.com] has quit [Quit: had a good time] 2013-10-03T22:34:01 -!- R0b0t1 [~dev@129.130.18.11] has joined ##stm32 2013-10-03T22:34:01 -!- R0b0t1 [~dev@129.130.18.11] has quit [Changing host] 2013-10-03T22:34:01 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-03T22:34:51 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-03T22:41:38 < Posterdati> zyp: the funny thing is that using synchronous libusb interface I was able to transfer 100 64 bytes packest before Input/output error! 2013-10-03T22:41:46 < Posterdati> lol 2013-10-03T22:43:36 -!- MrM0bius [~Joey@91.192.67.230] has joined ##stm32 2013-10-03T22:43:45 < jpa-> is it really still funny? 2013-10-03T22:43:53 < Posterdati> no 2013-10-03T22:44:00 < Posterdati> is annoying 2013-10-03T22:45:12 -!- barthess [~barthess@178.154.98.182] has quit [Quit: Leaving.] 2013-10-03T22:46:32 -!- MrMobius [~Joey@91.192.66.4] has quit [Ping timeout: 246 seconds] 2013-10-03T23:13:28 -!- theAdib [~adib@dslb-088-074-137-146.pools.arcor-ip.net] has quit [Quit: Ex-Chat] 2013-10-03T23:31:08 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-03T23:34:30 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 252 seconds] 2013-10-03T23:39:40 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-03T23:46:28 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-03T23:47:46 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-03T23:48:25 -!- forrestv [~forrestv@207.12.89.39] has quit [Changing host] 2013-10-03T23:48:25 -!- forrestv [~forrestv@unaffiliated/forrestv] has joined ##stm32 --- Day changed Fri Oct 04 2013 2013-10-04T00:02:35 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Remote host closed the connection] 2013-10-04T00:04:30 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-04T00:37:41 -!- Robint91 [~robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-04T00:38:46 -!- Laurenceb_ [~Laurence@host86-174-21-138.range86-174.btcentralplus.com] has quit [Read error: Operation timed out] 2013-10-04T00:40:34 < ohsix> dongs: in spice resistors have a polarity, and it matters for some reason! 2013-10-04T00:40:51 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-04T00:42:07 -!- Robint91 [~robin@dD5776E9E.access.telenet.be] has quit [Ping timeout: 260 seconds] 2013-10-04T00:45:26 < ohsix> gxti: emulated -> microcoded 2013-10-04T00:50:27 < ohsix> As a network protocol, we could call Urbit a “seven-layer protocol” - that is, a protocol that specifies the complete semantics of the general-purpose computer that processes it. As any decent IETF ninja will tell you, this is a very bad idea for all sorts of extremely obvious reasons. 2013-10-04T00:51:05 < ohsix> you get the impression that he talks aobut himself in the third person too 2013-10-04T00:52:13 < GargantuaSauce> one might get that impression, yes 2013-10-04T00:52:49 < qyx_> Laurenceb: i use dxf import ulp, works okay.. you can save dxf in inkscape 2013-10-04T00:58:12 < gxti> that was strange... apparently a soft reset of the PHY on powerup isn't enough, have to toggle the reset line. otherwise it was coming up deaf+mute every third time power was applied or so, but kept working/notworking no matter how many times the mcu was reset 2013-10-04T01:00:35 < ohsix> what sort of phy on what 2013-10-04T01:05:38 < karlp> where's the schematic of that BMPv2 that's floating around? 2013-10-04T01:06:10 < karlp> never mind, found it. 2013-10-04T01:07:52 < karlp> emeb: was there anything on that v2 board you didn't like or got wrong? 2013-10-04T01:08:09 < zyp> the fet, you might want to not populate it 2013-10-04T01:08:28 < zyp> because last time I checked BMP don't even control it, so the gate floats 2013-10-04T01:08:33 < emeb> karlp: I think the circuit is fine. As zyp notes, that power FET causes trouble. 2013-10-04T01:08:45 < emeb> also, the legend for the LED meanings isn't quite right. 2013-10-04T01:08:53 < zyp> and if the target is powered and the BMP is not, you'll get a reverse flow through the FET messing up 2013-10-04T01:08:59 < karlp> PWR_RR for target power? 2013-10-04T01:09:28 < karlp> I'm hacking up a rpi->arm 20 pin + arm10pin jtag plate, only really looking at the multi connector stuff 2013-10-04T01:09:53 < emeb> that stuff should all be fine 2013-10-04T01:10:16 < karlp> so nRESET on the 10pin is SRST in jtag world then? (not TRST?) 2013-10-04T01:10:36 < emeb> yeah 2013-10-04T01:11:33 < gxti> also i would recommend using a fet to pull down srst instead of connecting it directly 2013-10-04T01:12:09 < gxti> er, i guess open-drain is fine. but don't push-pull it. 2013-10-04T01:12:33 < zyp> true 2013-10-04T01:12:50 < karlp> gonna get wired straight to a raspberry pi pin that openocd will drive... 2013-10-04T01:13:00 < karlp> a fet to pull down? what's controlling the fet? 2013-10-04T01:13:12 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has joined ##stm32 2013-10-04T01:13:47 < emeb> I guess you could change that with software setup of the GPIO 2013-10-04T01:13:51 < gxti> any gpio 2013-10-04T01:14:16 < gxti> you don't want to push srst high because it blocks stm32 from triggering a reset internally 2013-10-04T01:14:36 < gxti> software reset, brownout detection, whatever 2013-10-04T01:15:05 < karlp> blegh 2013-10-04T01:15:24 * karlp goes to check the stlink schematic 2013-10-04T01:15:40 < gxti> that had me scratching my head for a good 5 minutes, because the code used to work and then at some point i upgraded my bmp and started connecting the srst line and it could no longer reset 2013-10-04T01:15:54 < gxti> you don't have to use a fet if you can do open-drain gpio 2013-10-04T01:16:00 < ohsix> bmp? 2013-10-04T01:19:16 < karlp> BlackMagicProbe 2013-10-04T01:19:49 < emeb> gxti: did you mod the bmp firmware? 2013-10-04T01:20:06 < gxti> not yet, no 2013-10-04T01:20:19 < emeb> how did you work around? Just disconnect srst? 2013-10-04T01:20:25 < gxti> yeah 2013-10-04T01:21:05 < zyp> last time I dicked around with the bmp code, it didn't even touch srst 2013-10-04T01:21:06 * emeb wonders how many little glitches are in bmp that are well known but not fixed in firmware yet 2013-10-04T01:21:10 < gxti> it would be trivial to make it open-drain, but it only just now occurred to me 2013-10-04T01:21:36 < karlp> zyp does it only use trst or what? 2013-10-04T01:21:40 < zyp> gxti, do so and submit a pull request, then you've solved the problem for everyone 2013-10-04T01:21:42 < karlp> doesn't the 10 pin connector only have srst? 2013-10-04T01:21:57 < zyp> karlp, it doesn't use any hard reset 2013-10-04T01:22:26 < emeb> zyp: did you push your fixes for the MacOS USB descriptors? 2013-10-04T01:22:26 < karlp> so emeb's trace labeld RST is actually just sitting there doing nothing? 2013-10-04T01:22:57 < gxti> i use stlink 6-pin connector for swd, it has srst and not trst (trst is not defined for swd) 2013-10-04T01:22:58 < zyp> I believe it sets the sysresetreq bit just like the software would to self-reset 2013-10-04T01:23:10 < zyp> karlp, at least in old versions it did 2013-10-04T01:23:26 < zyp> but I think somebody added srst so it could reset sleeping chips and so on 2013-10-04T01:23:43 < gxti> it has the option to now, but even when it's off it's pushing srst high 2013-10-04T01:23:53 < zyp> gxti, then that's a bug 2013-10-04T01:24:04 < zyp> again, submit a pull request 2013-10-04T01:24:31 < zyp> emeb, I don't think so, it's more «workarounds» than fixes 2013-10-04T01:25:05 < zyp> IIRC they are only needed for 10.6 or older, so I don't have any need for them any more anyway 2013-10-04T01:25:15 < emeb> zyp: true 2013-10-04T01:25:53 < emeb> but some of us are dinosaurs and don't plan to upgrade the OS, so they're handy workarounds. Maybe #ifdef them & push or something. 2013-10-04T01:26:41 < gxti> heh, RTFSing and it is in open-drain mode for stlink platform but not native 2013-10-04T01:28:00 < emeb> wtf? 2013-10-04T01:28:00 < gxti> looks like maybe some hardware is intended to use a fet. i spun my own boards so it's possible i made a mistake, checking now 2013-10-04T01:28:27 < emeb> no boards that I know of you external fet 2013-10-04T01:28:36 < emeb> s/you/use/ 2013-10-04T01:28:42 < gxti> gpio_set_val(SRST_PORT, SRST_PIN, platform_hwversion() > 0); 2013-10-04T01:28:50 < gxti> similar logic in the srst_set_val function as well 2013-10-04T01:29:11 < Laurenceb_> wtf 2013-10-04T01:29:15 < Laurenceb_> still eagle raging 2013-10-04T01:29:26 < Laurenceb_> what could cause a "drill distance" error? 2013-10-04T01:29:40 < Laurenceb_> the drill is miles from the edge of the board 2013-10-04T01:29:57 < Laurenceb_> oh wait... how does eagle know if the drill hole is inside of outside the board? 2013-10-04T01:30:08 < gxti> drills too close? 2013-10-04T01:30:14 < Laurenceb_> i'm designing a really complex flexi pcb, maybe it got confused 2013-10-04T01:30:31 < Laurenceb_> im going to try some experiments to see if eagle gets confused about inside/outside 2013-10-04T01:32:27 < zyp> does eagle even have a notion of inside/outside? 2013-10-04T01:33:43 < gxti> yep the original bmp uses a npn to pull srst 2013-10-04T01:34:01 < emeb> interesting 2013-10-04T01:34:01 < zyp> the original bmp also use a voltage translator 2013-10-04T01:34:24 < gxti> so i guess whoever added srst stuff was too lazy to set it opendrain for everything else 2013-10-04T01:34:24 < emeb> zyp is the only person I know with an original bmp 2013-10-04T01:34:55 < zyp> I'm also the only person I know with an original bmp 2013-10-04T01:35:08 < zyp> I don't know where it is though :p 2013-10-04T01:35:26 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-04T01:36:00 < zyp> I pretty much only use bmp2s nowadays 2013-10-04T01:38:57 < dongs> zyp, i repeated teh autorouter test from those faggots 2013-10-04T01:39:00 < dongs> i couldn't make it to do a via 2013-10-04T01:39:08 < dongs> http://i.imgur.com/YU106AV.png just setup same test 2013-10-04T01:39:23 < dongs> and yes i tried moving RN closer to chip, further, up, down etc. 2013-10-04T01:39:27 < dongs> it always just does what I would expect. 2013-10-04T01:40:05 < zyp> :p 2013-10-04T01:40:33 < karlp> people trolling about tool choice on the ninternet? hehe 2013-10-04T01:40:41 < Laurenceb_> arg 2013-10-04T01:40:53 < Laurenceb_> eagle is not designed for complex flexi pcb 2013-10-04T01:41:06 < ohsix> that doesn't even look close to the same 2013-10-04T01:41:07 < Laurenceb_> a folding simulator would be nice too 2013-10-04T01:41:15 < zyp> Laurenceb_, what a surprise 2013-10-04T01:41:34 < ohsix> you haxored the trace width so whatever trace distance stuff they had going on for that inner trace wouldn't be in play 2013-10-04T01:42:09 < dongs> Irregular shaped vias tend to knock the electrons around and bang them up a bit. This will produce an edgier, rougher sound. 2013-10-04T01:42:12 < dongs> On the other hand round vias are more gentle on the electrons and produce a smoother result. For the perfect treatment you should use an oval shape with the pointy end pointing against the electron flow. This gently guides the electrons into the via. 2013-10-04T01:42:16 < dongs> This is also the reason for the teardrop shape you sometimes see on circuit boards. 2013-10-04T01:42:19 < dongs> haha 2013-10-04T01:42:21 < dongs> ohsix: this is my default trace width 2013-10-04T01:42:23 < Laurenceb_> epic lolling 2013-10-04T01:42:29 < dongs> i'm sorry if your chinese $10/10 board house can't handle 8mil traces 2013-10-04T01:42:42 < dongs> or 6 mil 2013-10-04T01:42:43 < dongs> or hwatever 2013-10-04T01:42:54 < zyp> dongs, what the fuck :p 2013-10-04T01:43:24 < ohsix> bang them up a bit, and if you measured it as sound, maybe; but it's nothing anyone with human ears would notice 2013-10-04T01:43:46 < ohsix> dongs: well, you have to change the trace width to have any hope of the same thing happening 2013-10-04T01:43:53 < ohsix> and put them closer together 2013-10-04T01:43:57 < dongs> i did. 2013-10-04T01:44:56 < dongs> http://i.imgur.com/pv62Qkq.png 2013-10-04T01:44:57 < dongs> 10mil. 2013-10-04T01:45:00 < zyp> why are you so set on reproducing it anyway? 2013-10-04T01:45:14 < dongs> zyp: because the faggot is wrong. 2013-10-04T01:45:20 < dongs> OMG SOMEONE IS WRONG ON THE INTERNET. 2013-10-04T01:45:21 < ohsix> 'wrong' 2013-10-04T01:45:31 < zyp> oh well 2013-10-04T01:45:34 < ohsix> was anything but the png ever posted? 2013-10-04T01:45:49 < ohsix> 'this is weird' is way more likely than 'THIS IS THE ONLY THING THAT CAN HAPPEN' 2013-10-04T01:46:11 < ohsix> plus you could probably trust either of you to flip it the other way 2013-10-04T01:46:42 < dongs> the point of this story is 2013-10-04T01:46:46 < dongs> anyone who uses autorouter is a faggot anyway. 2013-10-04T01:46:50 < gxti> ^^^ 2013-10-04T01:46:52 < ohsix> story???// 2013-10-04T01:47:10 < ohsix> the autorouter gets you 80% of the way there on larger nets 2013-10-04T01:47:13 < dongs> story/linked reddit thread/whatever 2013-10-04T01:47:31 < gxti> it takes me less clicks to route that manually than someone who spends all day dicking with the autorouter, and that's even without using altium's route-multiple-nets-at-once feature :p 2013-10-04T01:48:03 < zyp> the route multiple feature is pretty nice though 2013-10-04T01:48:31 < gxti> i don't use it that often, i don't do a lot of busses in my designs so far 2013-10-04T01:48:38 < gxti> but it's nifty anyway 2013-10-04T01:48:44 < ohsix> plus it can do drc while it does shit so you don't have to do it all 2013-10-04T01:48:47 < dongs> http://www.anandtech.com/show/7387/intel-announces-galileo-quark-based-arduino-compatible-developer-board 2013-10-04T01:48:51 < dongs> .... 2013-10-04T01:48:59 < gxti> ooooooold 2013-10-04T01:49:50 < karlp> fuck dongs, that's the third time today 2013-10-04T01:49:54 < dongs> sorry. 2013-10-04T01:50:03 < karlp> now, has anyone pasted abotu the TRE yet? 2013-10-04T01:50:03 < dongs> < emeb_mac> meh - galileo. "makers" shitting themselves with joy because of arduino + intel. 2013-10-04T01:50:20 < karlp> BBB with onboard arduino! 2013-10-04T01:50:23 < ohsix> i just made in my pants 2013-10-04T01:50:38 < dongs> at least they have 5V level shifters on board. 2013-10-04T01:50:38 < zyp> dongs, aren't you happy now that you can run windows on arduino? 2013-10-04T01:50:54 < dongs> tarduino overDUE just left all shield using faggots with 3V IO 2013-10-04T01:50:56 < gxti> yeah no more ubuntu required 2013-10-04T01:51:00 < dongs> but I guess tehy just did that to sell more boards 2013-10-04T01:51:04 < dongs> wehn idiots smoke theirs 2013-10-04T01:51:04 < zyp> I know you've always wanted that 2013-10-04T01:52:01 < dongs> pentium ISA? 2013-10-04T01:52:11 < dongs> so it'll run dos6 and win95? 2013-10-04T01:52:30 < dongs> win2k will need > 8meg ram 2013-10-04T01:53:12 < dongs> o wait wat theres 256megs 2013-10-04T01:53:29 < gxti> i think win2k requires 64mb 2013-10-04T01:53:37 < dongs> eww, all gpio PWM provided by a single I2C IO expander 2013-10-04T01:53:38 < gxti> don't ask how i remember that 2013-10-04T01:53:47 < emeb> heh 2013-10-04T01:53:47 < dongs> it does. I haev a old sharp laptop wiht 64meg 2013-10-04T01:53:50 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-04T01:53:51 < dongs> where it installs and runs 2013-10-04T01:54:37 < ohsix> uart is a trs jack??? 2013-10-04T01:55:03 < emeb> so you can plug in yer headphones and listen to the bits 2013-10-04T01:55:36 < ohsix> kind of cool there's a pci-e connector on there 2013-10-04T01:55:59 < zyp> that's for next generation arduino shields 2013-10-04T01:56:01 < gxti> 80% of the time mini-pcie is just usb 2013-10-04T01:56:26 < gxti> on low-power stuff anyway 2013-10-04T01:56:35 < dongs> wel,l that says minipcie specifically 2013-10-04T01:56:41 < gxti> vendors lie 2013-10-04T01:56:50 < ohsix> ya it's not like expresscard or anything 2013-10-04T01:56:59 < ohsix> the diagram does show usb connected to it tho 2013-10-04T01:57:12 < gxti> the connector carries both but it's uncommon for the pci-e lanes to actually be there, especially for atoms 2013-10-04T01:57:23 < zyp> both minipcie and expresscard specs specifies both pcie and usb 2013-10-04T01:57:41 < zyp> gxti, the block diagram says the minipcie socket has both 2013-10-04T01:57:47 < zyp> but yeah, you are right 2013-10-04T01:57:55 < gxti> i guess intel lies less then 2013-10-04T01:58:28 < zyp> no msata though :p 2013-10-04T01:58:52 < zyp> I like the pcie/msata combo that some modern stuff comes with 2013-10-04T01:59:22 < zyp> got an msata ssd in the new server I picked up a couple of months ago 2013-10-04T02:00:39 < gxti> it's the mini-itx crap that generally has the connector with just usb, because they're cheap and the platform probably doesn't even *have* pci-e 2013-10-04T02:01:09 < zyp> yep 2013-10-04T02:01:20 < zyp> I had an arm geode based board like that once 2013-10-04T02:01:52 < zyp> the socket was meant for 3g modems, which usually only use usb anyway 2013-10-04T02:02:18 < emeb> karlp: there is also a BBB + Arudino - the 'tre': http://makezine.com/2013/10/03/talking-to-jason-kridner-about-the-new-arduino-tre/ 2013-10-04T02:02:37 < karlp> 22:50 < karlp> now, has anyone pasted abotu the TRE yet? 2013-10-04T02:02:40 < karlp> ;) 2013-10-04T02:02:41 < gxti> rofl 2013-10-04T02:03:07 < emeb> favorite quote: "It looks to BeagleBone split in half with an Arduino dropped in the middle" 2013-10-04T02:03:26 * emeb is a big fan of BBB but hates this idea 2013-10-04T02:03:28 < zyp> I laughed 2013-10-04T02:04:24 < emeb> just looks like desperately trying to jump on the bandwagon. 2013-10-04T02:04:41 < ohsix> isn't every arduino clone doing exactly that? 2013-10-04T02:04:41 < emeb> running down the road after it shouting "ME TOO!" 2013-10-04T02:04:55 < karlp> are you all using SMD footprints for the 10x1.27mm cortex debug? or through hole? 2013-10-04T02:05:03 < emeb> smd 2013-10-04T02:05:48 < gxti> using a stlink style 6-pin header, but might change that soon 2013-10-04T02:06:27 < zyp> I'm probably gonna put tag connect on everything I design from now on 2013-10-04T02:06:45 < karlp> well, now that you ahve a tag connect cable, sure :) 2013-10-04T02:07:19 < talsit> i put a 10-pin through hole for the little mill-max pogo pins, it's awesome 2013-10-04T02:07:34 < talsit> the 1.27mm ones 2013-10-04T02:07:54 < zyp> sounds like reinventing tag connect 2013-10-04T02:08:17 < gxti> sounds like avoiding vendor lock-in :P 2013-10-04T02:08:23 < talsit> except that it uses the same 10pin cortex pinout 2013-10-04T02:08:49 < talsit> and my footprint accomodates solderpads for soldering in an actual header for development 2013-10-04T02:08:57 < talsit> and you can leave it out for production 2013-10-04T02:09:07 < zyp> fair enough 2013-10-04T02:09:30 < zyp> I just put pads for a smt connector next to the tag connect footprint :p 2013-10-04T02:09:53 < zyp> http://bin.jvnv.net/f/PwqiM.JPG <- like this 2013-10-04T02:10:18 < karlp> talsit, and what pcb package are you using? 2013-10-04T02:10:27 * karlp is an eagle dweeb 2013-10-04T02:10:29 < talsit> eagle 2013-10-04T02:10:54 < karlp> have you got that in an exportable library at all? 2013-10-04T02:12:18 < talsit> i can export that no prob 2013-10-04T02:14:02 < karlp> that would be groovy 2013-10-04T02:14:46 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 246 seconds] 2013-10-04T02:17:59 < talsit> this is what i currently have: http://imgur.com/1OO1sIy 2013-10-04T02:20:58 < talsit> karlp: PM 2013-10-04T02:21:31 < dongs> > eagle 2013-10-04T02:21:32 < dongs> problem found. 2013-10-04T02:24:59 < karlp> yup, thanks. 2013-10-04T02:25:41 < dongs> karlp: you should check out dicktrace, it rapes eagle at just about everything. 2013-10-04T02:26:43 <+Steffan-> Not to mention that it works perfectly on lunix without WINE. 2013-10-04T02:27:10 < dongs> haha, lunix. 2013-10-04T02:28:02 < ohsix> http://www.altium.com/resources/investor_announcement/asx_releases/ASX_Announcement_Altium_Investor_Presentation_FY2014.pdf 2013-10-04T02:29:43 < dongs> page 20 2013-10-04T02:29:43 < dongs> what 2013-10-04T02:30:00 < dongs> each step is different from the previous 2013-10-04T02:30:31 <+Steffan-> details.. 2013-10-04T02:32:40 < ohsix> 22 is the notable one 2013-10-04T02:32:52 < ohsix> apparently the ceo or someone high up got the boot 2013-10-04T02:36:58 < dongs> In order to become world leader in 2013-10-04T02:36:59 < dongs> PCB design, Altium needs to have 2013-10-04T02:36:59 < dongs> a dominant presence at the two 2013-10-04T02:36:59 < dongs> extreme ends of the market. 2013-10-04T02:37:01 < dongs> this is true tho 2013-10-04T02:37:17 < dongs> they need to dump the fucking FPGA simulation/C compiler shit 2013-10-04T02:37:22 < dongs> and sell just schamtic+pcb for liek $1k 2013-10-04T02:37:25 < dongs> then I'll totally buy it 2013-10-04T02:37:48 < ohsix> also a free version 2013-10-04T02:37:57 < dongs> free version = queer2queer 2013-10-04T02:38:06 < ohsix> they'll clobber all the jerks with free stuff by being awesome 2013-10-04T02:38:14 < ohsix> then they skim licenses off the top 2013-10-04T02:38:27 < dongs> i paid for full dicktrace, never regret it 2013-10-04T02:39:08 < dongs> first 4l board i made in dicktrace paid for its license just by selling one 2013-10-04T02:39:12 < dongs> so shrug 2013-10-04T02:39:35 < dongs> but i dont wanna pay 9k for altidong when i wont use 90% of the shit in it 2013-10-04T02:39:59 < dongs> fpga??? simulation??? c compiler?? C ide??? non-working gerber editor/viewer?? no thanks to all this shit 2013-10-04T02:40:05 < englishman> eevblog had a rant about free altium recently 2013-10-04T02:40:11 < ohsix> shh 2013-10-04T02:40:29 < ohsix> co simulation is cool 2013-10-04T02:40:43 < ohsix> but yea if you cant buy the part you want at any price then you're done 2013-10-04T02:41:49 < zyp> dongs, the gerber-stuff is non working? 2013-10-04T02:42:05 < zyp> I just thought I were too dumb to understand it :p 2013-10-04T02:42:17 < ohsix> it may even be a good deal if you need some or all of that stuff, but if you can't have the pcb junk for less then you're not going to be having it 2013-10-04T02:43:36 < zyp> I'm tempted to dick around with the fpga stuff, since I have it either way 2013-10-04T02:43:57 < zyp> to see how useful it is in practice 2013-10-04T02:46:04 < dongs> zyp: yeah it didnt seem very useful at all, and broke on half the gerber files I threw at it 2013-10-04T02:46:08 < dongs> so no idea 2013-10-04T02:46:19 < dongs> but it does a good job of associating itslf with .gbr .cam .etc files 2013-10-04T02:46:30 < zyp> heh, true 2013-10-04T02:46:41 < ohsix> how do you know the files aren't broke and altium isn't just a little anal about it 2013-10-04T02:46:47 < dongs> cuz i have cam350 2013-10-04T02:47:24 < ohsix> o ic 2013-10-04T02:47:26 < zyp> ohsix, in my case it was files generated by altium itself 2013-10-04T02:47:46 < zyp> it didn't break them though, it just didn't seem to be able to do much useful with them 2013-10-04T02:47:47 < ohsix> so what happened when you opened it, did altium say what was wrong or were parts just missing or what 2013-10-04T02:48:04 < zyp> but then again I didn't bother spending time dicking around with it 2013-10-04T02:48:11 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has quit [Ping timeout: 248 seconds] 2013-10-04T03:01:13 < gxti> i've occasionally wanted to use it but couldn't even figure out how 2013-10-04T03:02:08 < karlp> talsit: what do you use that restrict box around the holes for? 2013-10-04T03:03:29 < talsit> to make sure ground fill doesn't go there 2013-10-04T03:03:54 < talsit> since, you may be inserting pins all the time, you may end up lifting some soldermask 2013-10-04T03:44:01 < dongs> sounds like a fail solution to me. 2013-10-04T03:44:11 < dongs> either shut up and use tagconnect or just flash over serial bootloader 2013-10-04T04:01:29 < ohsix> i'd consider it a personal favor to never have to read 'faggot' after this sentence 2013-10-04T04:03:49 < dongs> <&Alpaca> Anyone want a raspberry pi + wifi dongle + micro usb cable + 8GB sd card? 2013-10-04T04:03:52 < dongs> 09:00 <&Alpaca> element14 sent me 2 sets of my order by accident 2013-10-04T04:03:56 < dongs> attn ohsix 2013-10-04T04:06:21 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-04T04:19:37 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-04T04:20:03 < ohsix> what does he want? 2013-10-04T04:42:41 <+Steffan-> A greet 'n meet with dongs. 2013-10-04T04:43:49 -!- MrMobius [~Joey@194.176.111.171] has joined ##stm32 2013-10-04T04:46:41 -!- MrM0bius [~Joey@91.192.67.230] has quit [Ping timeout: 246 seconds] 2013-10-04T05:05:47 < talsit> 8MB/s on a sandisk extreme, 5.7MB/s on a sandisk ultra 2013-10-04T05:06:11 < emeb_mac> just had an exchage with some dude who wants to mass-produce my F303 breakout board. 2013-10-04T05:06:20 < emeb_mac> I told him to go for it. 2013-10-04T05:08:08 <+Steffan-> KS? 2013-10-04T05:08:30 < emeb_mac> nah. just some random dude. 2013-10-04T05:12:11 < dongs> lol 2013-10-04T05:12:16 < dongs> maybe its matchboxarm 2013-10-04T05:12:27 < emeb_mac> heh 2013-10-04T05:12:35 < dongs> http://www.kickstarter.com/projects/1883701526/matchboxarm still no updates 2013-10-04T05:12:36 < emeb_mac> that would at least give them something good to do 2013-10-04T05:12:39 < dongs> i presume they're fabbing shit in china 2013-10-04T05:12:45 < dongs> so I guess there wont be any update until 7th 2013-10-04T05:12:46 < emeb_mac> doesn't everyone? 2013-10-04T05:12:50 < dongs> at the very least 2013-10-04T05:12:52 < dongs> nope, not me 2013-10-04T05:12:54 < dongs> fuck china 2013-10-04T05:13:01 < dongs> tried to do shit there years ago, was aids 2013-10-04T05:13:07 < dongs> half a month lead time for 100 boards, and quality was shit 2013-10-04T05:13:08 < dongs> get out. 2013-10-04T05:13:18 < emeb_mac> that's what my clients are finding 2013-10-04T05:13:44 < emeb_mac> got a batch of boards with counterfeit regulators 2013-10-04T05:13:51 < emeb_mac> none worked 2013-10-04T05:13:53 < dongs> cool 2013-10-04T05:14:02 < dongs> at least my suppliers tell me 2013-10-04T05:14:05 <+Steffan-> maybe because they are all cheap *sses and all use the cheapest manufacturer they can find? 2013-10-04T05:14:05 < dongs> do you want the working part 2013-10-04T05:14:07 < dongs> or the cheap clone one 2013-10-04T05:14:13 < emeb_mac> yeah they just loved swapping out those parts by hand 2013-10-04T05:14:43 < emeb_mac> on 400 boards 2013-10-04T05:19:50 < dongs> dont use shitty suppliers :) 2013-10-04T05:24:56 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-04T05:36:17 < talsit> i found out what the issue for my "slow" writing 2013-10-04T05:36:37 < talsit> i have 2 buffers, one to write while i'm filling the other 2013-10-04T05:36:47 < talsit> the other was not aligned to 32bit 2013-10-04T05:37:09 < emeb_mac> oops 2013-10-04T05:37:52 < dongs> mm new fakesd is pretty good 2013-10-04T05:37:54 < dongs> 11meg/sec writes 2013-10-04T05:37:56 < dongs> 18.5 reads 2013-10-04T05:38:07 < dongs> and i think reads is limit of my super trash reader 2013-10-04T05:38:16 < dongs> bought from taiwan ebay 2013-10-04T05:40:04 < dongs> http://kakaku.com/item/K0000121864/shop8147/?lid=shop_itemview_shopname < fake 2013-10-04T05:40:29 < dongs> i should report them 2013-10-04T05:40:59 < emeb_mac> what's fake about it? 2013-10-04T05:41:22 < dongs> its 2gb reporting 32gb. 2013-10-04T05:41:30 < dongs> with hacks for 32gig fat 2013-10-04T05:41:36 < emeb_mac> sweet! 2013-10-04T05:41:38 < dongs> (and even 2gb is full of read errors 2013-10-04T05:41:43 < dongs> yeah its pretty awesome 2013-10-04T05:43:55 < emeb_mac> fast + unreliable. what's not to love about that? 2013-10-04T05:44:18 < dongs> this 64gig lexar usb on the other hand looks prety dodgy 2013-10-04T05:44:43 < dongs> SM3253L nand controller 2013-10-04T05:45:05 < dongs> uh oh 2013-10-04T05:45:10 < emeb_mac> ? 2013-10-04T05:45:12 < dongs> google results dont sound good 2013-10-04T05:45:22 < dongs> Lexar 32GB Damaged Controller Chip : Conventional hard drives ... 2013-10-04T05:45:47 < dongs> http://kr.siliconmotion.com.tw/download.php?t=U0wyRnpjMlYwY3k4eU1EQTVMekEwTHpJeUwzQnliMlIxWTNRNE9ESTNOelU1TnpFMExuQmtaajA5UFZOTk16STFNeUJRY205a2RXTjBJRUp5YVdWbUM%3D 2013-10-04T05:46:42 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-04T05:47:12 < dongs> Supports 13/24-bit ECC hardware engines for highly 2013-10-04T05:47:12 < dongs> error correction 2013-10-04T05:47:17 < dongs> highly error correction!! 2013-10-04T05:47:26 < emeb_mac> the best kind 2013-10-04T05:48:08 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-04T05:49:46 -!- ttmrichter [~ttmrichte@gertm.eu] has left ##stm32 ["千里之行,始于足下"] 2013-10-04T05:54:45 < dongs> http://flash-extractor.com/library/SM/SM3253/SM3253L%20AE__2c_88_04_4b__2x1.jpg 2013-10-04T05:54:47 < dongs> interesting 2013-10-04T05:54:54 < dongs> so many footprints 2013-10-04T05:55:37 < dongs> http://flash-extractor.com/library/ITE/IT1167/IT1167E%2048B__89_68_24_4a__1x1.jpg thats a pro pic 2013-10-04T05:56:10 < dongs> http://flash-extractor.com/library/Monolith/MS/Monolith%20MS%201/Monolith%20MS_1__45_c7_98_b2__1x1.jpg nice squigglies 2013-10-04T05:58:58 < emeb_mac> wtf? 2013-10-04T06:01:12 < dongs> explorer.exe is stoned cuz im copying between 2 sd cards 2013-10-04T06:01:27 < dongs> shoulda used lunix 2013-10-04T06:02:05 < emeb_mac> lol 2013-10-04T06:02:14 < emeb_mac> that'll solve all your problems 2013-10-04T06:02:59 < dongs> http://flash-extractor.com/forum/viewtopic.php?t=6687 2013-10-04T06:03:00 < dongs> wow 2013-10-04T06:03:56 < dongs> hardcore hax 2013-10-04T06:03:59 < emeb_mac> what's he doing - reverse-engineering every flash device he gets his hands on? 2013-10-04T06:04:17 < dongs> i guess. and/or runs some scammy data recovery thing. 2013-10-04T06:04:37 < dongs> i was mostly referring to tapping microsd insides 2013-10-04T06:05:05 < emeb_mac> ya 2013-10-04T06:05:11 < dongs> http://upload.wikimedia.org/wikipedia/commons/7/77/Decapsulated_microSD_memory_card_lineup-genuine,_questionable,_and_fake-counterfeit.jpg 2013-10-04T06:05:15 < dongs> that doesnt really match with this 2013-10-04T06:05:23 < emeb_mac> remember when bunnie huang did teardowns on uSD cards. 2013-10-04T06:05:25 < dongs> (this is shit from bunnie 2013-10-04T06:05:26 < dongs> right 2013-10-04T06:05:27 < emeb_mac> lotsa stuff in there 2013-10-04T06:05:28 < dongs> thats where thatpic is from 2013-10-04T06:07:48 < dongs> lolol. explorer ran out of handles again 2013-10-04T06:08:06 < dongs> http://i.imgur.com/wtNT3pY.png wehn it does it starts using fonts like these 2013-10-04T06:08:08 < dongs> for the main listview 2013-10-04T06:10:38 < GargantuaSauce> ...wat 2013-10-04T06:11:02 < Thorn> opensauce lunix shit rite? 2013-10-04T06:11:05 < Thorn> oh wait 2013-10-04T06:11:17 < dongs> ya you could mistake that for lunix fonts 2013-10-04T06:11:40 < Thorn> lolz 2013-10-04T06:38:21 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-04T06:38:37 < ohsix> fixedsys 4 life 2013-10-04T06:40:02 < talsit> with FatFS, how can you tell if a FIL struct is open or not? 2013-10-04T06:41:04 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-04T06:41:04 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-04T06:41:04 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-04T06:41:09 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-04T06:41:19 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-04T06:44:43 < ohsix> if you have one it's probably related to a file, but that sounds like a wrong thing to do in the first place 2013-10-04T06:52:17 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-04T06:52:22 < dongs> ^ mac faggot 2013-10-04T06:52:57 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-04T06:52:57 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-04T06:52:57 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-04T06:53:03 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Client Quit] 2013-10-04T06:53:08 -!- ohsix [~ohsix@208.100.175.111] has left ##stm32 [] 2013-10-04T06:54:49 < dongs> ^ ragequitter 2013-10-04T07:35:30 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-04T07:48:38 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-04T07:49:02 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-04T08:13:00 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has joined ##stm32 2013-10-04T08:18:47 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-04T08:26:23 -!- DanteA [~X@host-58-158-66-217.spbmts.ru] has joined ##stm32 2013-10-04T08:30:14 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 240 seconds] 2013-10-04T08:30:22 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-04T08:54:29 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-04T08:55:11 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-04T09:06:19 < dongs> sup killchatted 2013-10-04T09:06:52 < emeb_mac> veggin out 2013-10-04T09:07:04 -!- MrMobius [~Joey@194.176.111.171] has quit [Ping timeout: 246 seconds] 2013-10-04T09:07:53 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-04T09:15:56 < emeb_mac> dongs: http://i.imgur.com/S3hoE9D.jpg 2013-10-04T09:16:25 < dongs> retweeting 2013-10-04T09:17:35 < emeb_mac> esp like the 3rd eye 2013-10-04T09:32:31 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-04T09:45:43 -!- Robint91 [~robin@2a02:2c40:400:0:b921:503:c820:7ca7] has joined ##stm32 2013-10-04T09:45:50 < Robint91> hi all 2013-10-04T09:51:03 < emeb_mac> hola. que tal? 2013-10-04T09:52:03 -!- dekar_ [~dekar@212.255.32.3] has joined ##stm32 2013-10-04T09:52:04 -!- mode/##stm32 [+v dekar_] by ChanServ 2013-10-04T09:53:35 -!- DanteA [~X@host-58-158-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-04T09:54:11 -!- dekar_ [~dekar@212.255.32.3] has quit [Client Quit] 2013-10-04T09:55:22 -!- dekar__ [~dekar@212.255.41.140] has quit [Ping timeout: 246 seconds] 2013-10-04T10:00:56 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-04T10:01:34 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-04T10:02:24 < Robint91> is Radiant intensity mW/sr a total enegry output of a led 2013-10-04T10:03:16 < jpa-> total output per steradian 2013-10-04T10:03:59 < Robint91> jpa-, does it depend on the Angle of half intensity ? 2013-10-04T10:04:06 < emeb_mac> so you'd need to figure out number of steradians the output pattern has 2013-10-04T10:04:47 < jpa-> Robint91: that's a pretty good question.. if there is no further information, i would assume that the given value is the intensity in the strongest point of the output pattern 2013-10-04T10:10:44 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-04T10:10:46 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-04T10:17:12 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-04T10:17:28 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-04T10:22:18 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has quit [Ping timeout: 264 seconds] 2013-10-04T10:23:44 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-04T10:37:17 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-04T10:39:35 -!- rmob [~rmob@178-26-78-228-dynip.superkabel.de] has quit [Quit: NO WINE, NO WIFE, NO CARRIER] 2013-10-04T10:39:36 -!- rigid [~rigid@unaffiliated/rigid] has quit [Quit: NO WINE, NO WIFE, NO CARRIER] 2013-10-04T10:41:31 -!- xpg [~pf@5.179.82.4] has joined ##stm32 2013-10-04T10:41:33 -!- rmob [~rmob@178-26-78-228-dynip.superkabel.de] has joined ##stm32 2013-10-04T10:42:05 -!- rigid [~rigid@unaffiliated/rigid] has joined ##stm32 2013-10-04T11:01:26 -!- trepidaciousMBR [~trepidaci@92.40.249.234.threembb.co.uk] has quit [Ping timeout: 240 seconds] 2013-10-04T11:06:08 < dongs> so where teh fuck do i buy that intel thing 2013-10-04T11:07:16 < dongs> http://www.intel.com/content/dam/www/public/us/en/images/photography-consumer/marquees/galileo-three-developers-marquee-3x1.jpg.rendition.cq5dam.webintel.960.320.jpg 2013-10-04T11:07:20 < dongs> also laughing 2013-10-04T11:09:46 -!- dekar [~dekar@dslb-088-069-147-184.pools.arcor-ip.net] has joined ##stm32 2013-10-04T11:09:47 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-04T11:09:52 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-04T11:20:23 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has joined ##stm32 2013-10-04T11:39:08 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-04T11:41:02 -!- PT_Dreamer [~quassel@24.153.189.46.rev.vodafone.pt] has joined ##stm32 2013-10-04T11:44:42 -!- PT_Dreamer [~quassel@24.153.189.46.rev.vodafone.pt] has quit [Remote host closed the connection] 2013-10-04T11:45:55 < PaulFertser> dongs: Intel found the road to success: http://news.cnet.com/8301-11386_3-57605847-76/intels-galileo-aims-x86-chips-at-arduino-hardware-hackers/ 2013-10-04T11:48:15 -!- PT_Dreamer [~quassel@24.153.189.46.rev.vodafone.pt] has joined ##stm32 2013-10-04T11:54:34 < Robint91> jpa-, mhh you need to take the output pattern in account 2013-10-04T11:55:36 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-04T12:12:59 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-04T12:30:32 -!- uzi__ [~uzi@109-186-124-101.bb.netvision.net.il] has joined ##stm32 2013-10-04T12:30:49 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has joined ##stm32 2013-10-04T12:30:58 < dongs> PaulFertser: cant figure out where to buy it 2013-10-04T12:31:02 < dongs> would be a nice machine to run Win2K on 2013-10-04T12:32:52 -!- R0b0t1` [~dev@ip-18-11.net.ksu.edu] has joined ##stm32 2013-10-04T12:32:52 -!- R0b0t1` [~dev@ip-18-11.net.ksu.edu] has quit [Changing host] 2013-10-04T12:32:52 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-04T12:33:02 < dongs> i wonder whose fucking idea it was to use i2c io expander tho.. 2013-10-04T12:33:41 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-04T12:33:42 < Laurenceb_> hahaha the "Galileo" 2013-10-04T12:33:48 < Laurenceb_> clusterfail 2013-10-04T12:33:52 < dongs> of course. 2013-10-04T12:34:11 < dongs> whats hilarious is they actualyl went through the trouble of 5V level shifting 2013-10-04T12:34:17 -!- uzi__ [~uzi@109-186-124-101.bb.netvision.net.il] has quit [Quit: Leaving] 2013-10-04T12:34:17 < dongs> to make it "compatible" with "tarduino shields" 2013-10-04T12:34:20 < dongs> hilarious to the max 2013-10-04T13:00:38 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-04T13:02:28 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has quit [Ping timeout: 240 seconds] 2013-10-04T13:03:03 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has joined ##stm32 2013-10-04T13:11:21 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 256 seconds] 2013-10-04T13:12:43 < jon1012> what botters me even more is the fact they go for little headers with very few pins, while the cpu has a crapton of gpio and devices... 2013-10-04T13:13:21 < jon1012> I'd love to get a nice devboard for the new quark cpus... but why arduino headers ? :( 2013-10-04T13:14:04 < dongs> heh 2013-10-04T13:14:06 < dongs> really. 2013-10-04T13:17:08 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-04T13:25:28 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 240 seconds] 2013-10-04T13:25:44 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-04T13:26:06 < Thorn> 429i-discovery in stock at farnell 2013-10-04T13:28:18 < Thorn> hopefully no serious bugs in the initial revision 2013-10-04T13:28:19 < dongs> link 2013-10-04T13:28:55 < dongs> link fucker 2013-10-04T13:28:55 < Thorn> farnell.com/stmicroelectronics/stm32f429i-disco/stm32f4-discovery-eval-board/dp/2355377?Ntt=429i-disco 2013-10-04T13:29:03 < dongs> thx 2013-10-04T13:29:28 < dongs> um 2013-10-04T13:29:29 < dongs> fail url 2013-10-04T13:29:30 < Thorn> oshi what have I done, none will be left for me 2013-10-04T13:29:38 < Thorn> good 2013-10-04T13:30:16 < Thorn> add uk. or something at the beginning 2013-10-04T13:33:48 -!- robin_ [~robin@campus-extern-net-nat.kulnet.kuleuven.be] has joined ##stm32 2013-10-04T13:34:29 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-04T13:34:45 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-04T13:34:46 -!- Robint91 [~robin@2a02:2c40:400:0:b921:503:c820:7ca7] has quit [Ping timeout: 245 seconds] 2013-10-04T13:38:51 -!- trepidaciousMBR [~trepidaci@trepidacious.plus.com] has joined ##stm32 2013-10-04T13:39:28 < dongs> just bought 2 2013-10-04T13:39:29 < dongs> THANKS THORN 2013-10-04T13:40:08 < Thorn> I can see that you did. only 12 in stock now 2013-10-04T13:40:11 < dongs> yes 2013-10-04T13:42:56 < Thorn> 668 will be in stock on 9 Oct, 2013 2013-10-04T13:43:51 < dongs> the price is fucking great 2013-10-04T13:49:26 < trepidaciousMBR> dongs: What did you just buy? 2013-10-04T13:50:28 < dongs> that 429i-disco 2013-10-04T13:50:36 < dongs> http://uk.farnell.com/stmicroelectronics/stm32f429i-disco/stm32f4-discovery-eval-board/dp/2355377?Ntt=429i-disco 2013-10-04T13:51:30 < trepidaciousMBR> Ah back in stock? 2013-10-04T13:51:49 < trepidaciousMBR> Yeah it's an amazing price 2013-10-04T14:00:59 -!- Intelaida_ [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-04T14:03:41 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-04T14:04:47 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 260 seconds] 2013-10-04T14:07:30 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-04T14:17:32 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-04T14:20:35 -!- Intelaida_ [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-04T14:28:25 < Posterdati> hi 2013-10-04T14:36:56 < dongs> hey wow 2013-10-04T14:37:02 < dongs> crossworks 3 has code completion in teh editor 2013-10-04T14:37:03 < dongs> about fuckin time 2013-10-04T14:37:43 -!- Robint91 [~robin@2a02:2c40:400:0:f060:7b37:57e3:8ada] has joined ##stm32 2013-10-04T14:37:50 -!- robin_ [~robin@campus-extern-net-nat.kulnet.kuleuven.be] has quit [Ping timeout: 240 seconds] 2013-10-04T14:40:06 < Laurenceb> omfg 2013-10-04T14:40:12 < Laurenceb> fapfapfap 2013-10-04T14:40:22 < Laurenceb> buying F429 discovery 2013-10-04T14:45:49 < trepidaciousMBR> 429 discoveries for everyone! 2013-10-04T14:46:03 < trepidaciousMBR> Now I just need to look fondly at it until ChibiOS gets ported :) 2013-10-04T14:46:13 < dongs> lol chibios. 2013-10-04T14:46:56 < talsit> trepidaciousMBR: would there be that much difference from the F405/7? 2013-10-04T14:47:25 < trepidaciousMBR> There are some changes to registers, like VOS etc. I'm not sure how much needs doing, and I'm not that familiar with the low level stuff 2013-10-04T14:47:39 < trepidaciousMBR> I think Giovanni is going to look at it though :) 2013-10-04T14:48:30 < trepidaciousMBR> AFAICT the peripherals are very similar though, just extra ones added one, plus new banks of SRAM/Flash, more DMA streams, but it looks kind of like most stuff should just work 2013-10-04T14:49:26 < dongs> does any of that stuff even work in chibidongsOS 2013-10-04T14:49:30 < dongs> i thought half of it was broken 2013-10-04T14:50:34 < qyx_> actually never had any problem with anything 2013-10-04T14:50:45 < talsit> is it pin-compatible with 407? 2013-10-04T14:50:53 < talsit> it should be, right? 2013-10-04T14:52:00 < Laurenceb> resistive touchscreen? 2013-10-04T14:53:38 < Laurenceb> ah yeah via i2c 2013-10-04T14:53:51 < dongs> junktouch screen?? 2013-10-04T14:54:02 < Laurenceb> lol 2013-10-04T14:55:26 -!- xpg [~pf@5.179.82.4] has quit [Ping timeout: 240 seconds] 2013-10-04T14:55:53 < Laurenceb> i think that stock counter is fake 2013-10-04T14:56:02 < Laurenceb> according to ST they have 495 in stock 2013-10-04T14:56:08 < dongs> no its legit 2013-10-04T14:56:11 < dongs> i bought 2 2013-10-04T14:56:13 < dongs> and it reduced 2013-10-04T14:56:16 < Laurenceb> ah 2013-10-04T14:56:22 < dongs> my pal is about to buy one 2013-10-04T14:56:23 < Laurenceb> so noone is interested lol 2013-10-04T14:59:21 < dongs> my pal just bought one 2013-10-04T14:59:30 < dongs> 11 left. 2013-10-04T14:59:49 < Laurenceb> struggling to give a shit 2013-10-04T15:00:03 < Laurenceb> its only going to sit on my desk... 2013-10-04T15:00:36 <+Steffan-> i would buy one.. if i had a company 2013-10-04T15:00:45 < Laurenceb> damn ill buy one anyways.. its so cheap 2013-10-04T15:00:56 < dongs> someone else just got one 2013-10-04T15:01:07 < dongs> realtime stock twittering feed 2013-10-04T15:01:15 <+Steffan-> it's too much hassly to buy one.. without a company 2013-10-04T15:01:21 < Thorn> HEY LEAVE ONE FOR ME 2013-10-04T15:01:22 < dongs> Steffan-: whjy d o you need a company 2013-10-04T15:01:23 <+Steffan-> *hassle 2013-10-04T15:01:28 < dongs> cant individuals buy from farnell 2013-10-04T15:01:33 < dongs> relaly? 2013-10-04T15:01:36 <+Steffan-> you can 2013-10-04T15:01:37 <+Steffan-> but .. 2013-10-04T15:01:44 <+Steffan-> because you have to send them an email with your order, they make you an invoce 2013-10-04T15:01:47 <+Steffan-> you have to pay it 2013-10-04T15:01:53 <+Steffan-> and theyll send you it 2013-10-04T15:02:01 < dongs> hav you not heard of like credit cards and shit 2013-10-04T15:02:04 < dongs> or maybe even paypal 2013-10-04T15:02:09 < Thorn> I bought from them before 2013-10-04T15:02:12 < Thorn> no problems 2013-10-04T15:02:25 <+Steffan-> Using the email stuff? 2013-10-04T15:02:26 < Laurenceb> rage 2013-10-04T15:02:33 < Laurenceb> i need to spend £20 2013-10-04T15:02:50 < Thorn> no email, normal web order and online payment 2013-10-04T15:03:08 <+Steffan-> hmm, interesting 2013-10-04T15:03:23 < dongs> Laurenceb: buy a beaglebone black case 2013-10-04T15:03:27 <+Steffan-> the english version does not show the "companies only"-text where the dutch version does say it :S 2013-10-04T15:03:30 < dongs> and a resistor 2013-10-04T15:03:30 < dongs> http://uk.farnell.com/bourns/cat16-1003f4lf/resistor-n-w-4res-100kohm-1-smd/dp/2333516?in_merch=New%20Products&in_merch=Featured%20New%20Products&MER=i-9b10-00001144 2013-10-04T15:03:36 < dongs> http://uk.farnell.com/hammond/1593hambonetbu/enclosure-beaglebone-black-abs/dp/2356331 2013-10-04T15:03:51 < dongs> that'll bring your order total to $20.02 2013-10-04T15:03:52 < Laurenceb> wut 2013-10-04T15:04:00 < Laurenceb> why the hell would i want that 2013-10-04T15:04:19 < dongs> to put beagleboner inside of it? :) 2013-10-04T15:04:53 < Laurenceb> ill try to find a usb adaptor cable for the discovery 2013-10-04T15:05:01 < dongs> wuzzat 2013-10-04T15:05:07 < Laurenceb> usb OTG 2013-10-04T15:05:07 < dongs> usb adapter cable? 2013-10-04T15:05:16 < dongs> huh 2013-10-04T15:05:24 < dongs> thats from china for $1.67 2013-10-04T15:05:31 < Laurenceb> shrug 2013-10-04T15:05:43 < dongs> Altium TASKING™ VX-Toolset 2013-10-04T15:05:47 < dongs> is that part of altium? 2013-10-04T15:06:21 < dongs> hm no 2013-10-04T15:07:36 <+Steffan-> i guess you ordered from the russian version Thorn? 2013-10-04T15:08:06 < Thorn> sure 2013-10-04T15:08:27 < Thorn> the downside to that is postage cost, 20 euros 2013-10-04T15:08:48 <+Steffan-> Yeah, i guess that's the problem. None of the other languages show this company only text 2013-10-04T15:08:57 <+Steffan-> *my problem 2013-10-04T15:09:18 <+Steffan-> I can even send them a fax with my order, yay 2013-10-04T15:10:01 < Thorn> maybe they forgot to update it, I haven't headr about this kind of restrictions at farnell (and I'd expect them for russia rather than .nl if any) 2013-10-04T15:10:07 <+Steffan-> rurtronic has like 168 in stock btw. 2013-10-04T15:10:19 <+Steffan-> rutronik .. lets try them. 2013-10-04T15:10:25 < Thorn> farnell expects 668 in less than a week 2013-10-04T15:11:17 <+Steffan-> but .. meh company only. 2013-10-04T15:12:24 -!- trepidaciousMBR [~trepidaci@trepidacious.plus.com] has quit [Quit: trepidaciousMBR] 2013-10-04T15:21:26 -!- Robint91 [~robin@2a02:2c40:400:0:f060:7b37:57e3:8ada] has quit [Read error: Connection reset by peer] 2013-10-04T15:21:43 -!- Robint91 [~robin@campus-extern-net-nat.kulnet.kuleuven.be] has joined ##stm32 2013-10-04T15:22:54 < dongs> eh 2013-10-04T15:22:59 < dongs> LCD on 429-disco is SPI? 2013-10-04T15:23:03 < dongs> thats kinda fale 2013-10-04T15:23:09 < Thorn> wat 2013-10-04T15:24:47 < dongs> . It includes the ILI9341 2013-10-04T15:24:51 < dongs> LCD controller and can operate with a 2.8 ±0.3 V voltage. 2013-10-04T15:24:51 < dongs> The STM32F429ZIT6 MCU controls this motion sensor through the SPI interface. 2013-10-04T15:25:36 < dongs> wtf the datasheet makes no sense 2013-10-04T15:25:55 < dongs> i see parallel bits... 2013-10-04T15:26:09 < dongs> R7..R6.. G2.. etc 2013-10-04T15:26:38 < dongs> erm i mean scheamtic 2013-10-04T15:26:50 < dongs> and touchpanel is i2c 2013-10-04T15:26:53 < dongs> no spi at all 2013-10-04T15:26:57 < dongs> fucking kikes cant they make up their mind 2013-10-04T15:27:49 < Laurenceb> i think its parallel 2013-10-04T15:27:53 < Laurenceb> with i2c touch 2013-10-04T15:28:01 < dongs> it is 2013-10-04T15:28:04 < dongs> according to schematic 2013-10-04T15:28:08 < dongs> but not according to thier marketing crap 2013-10-04T15:28:11 < dongs> just few pages above in datasheet 2013-10-04T15:28:21 < dongs> unless they copytpasted "motion sensor" part 2013-10-04T15:28:23 < dongs> from gyro or something 2013-10-04T15:32:59 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-04T15:36:47 -!- ed__ [~ed@77.89.152.84] has joined ##stm32 2013-10-04T15:36:58 -!- ed__ [~ed@77.89.152.84] has quit [Remote host closed the connection] 2013-10-04T15:43:48 -!- Robint91 [~robin@campus-extern-net-nat.kulnet.kuleuven.be] has quit [Ping timeout: 240 seconds] 2013-10-04T15:46:58 -!- Robint91 [~robin@campus-extern-net-nat.kulnet.kuleuven.be] has joined ##stm32 2013-10-04T15:52:34 < Laurenceb> https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=%2Fpublic%2FSTe2ecommunities%2Fmcu%2FLists%2FSTM32Discovery%2FSTM32F429I-DISCO%20Coming%20Soon&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F¤tviews=156 2013-10-04T15:52:37 < Laurenceb> lolling 2013-10-04T15:52:53 < Robint91> Laurenceb, OLD 2013-10-04T15:52:55 < Robint91> TROLLING 2013-10-04T15:53:00 < Laurenceb> heh 2013-10-04T15:56:10 <+Steffan-> Where is the trolling Laurenceb? 2013-10-04T15:58:23 <+Steffan-> Robint91, why you dont order a few stm32f429i discoverys and get me one as well? :) 2013-10-04T15:59:03 <+Steffan-> For price + shipping of course 2013-10-04T15:59:30 < Robint91> Steffan-, let me see when I get home 2013-10-04T15:59:34 <+Steffan-> ok 2013-10-04T15:59:58 <+Steffan-> Unless Be-NL shipping is overly expensive. 2013-10-04T16:02:17 < Robint91> Steffan-, nah 2013-10-04T16:11:43 < Laurenceb> i could buy one 2013-10-04T16:11:47 < Laurenceb> but i wont 2013-10-04T16:11:50 < Laurenceb> hahahahahaha 2013-10-04T16:21:19 < Laurenceb> omg 2013-10-04T16:21:20 < Laurenceb> http://hackaday.com/2013/10/03/making-a-9ghz-doppler-radar/ 2013-10-04T16:21:26 < Laurenceb> something hardcore on hackaday 2013-10-04T16:28:51 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-04T16:32:43 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 240 seconds] 2013-10-04T16:33:07 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-04T16:33:20 < dongie> is there llvm target for cortex already? 2013-10-04T16:33:23 < dongie> that isn't fucking useless beta? 2013-10-04T16:33:29 < dongie> crossworks3.0 uses llvm apparentlty 2013-10-04T16:33:33 < dongie> instead of gcc/gae/whatever 2013-10-04T16:35:25 <+Steffan-> it does? Since when does llvm produce useable stuff for cortex-mX? 2013-10-04T16:35:33 < dongie> tahts what im wondering 2013-10-04T16:40:32 < Thorn> I haven't seen cortex-m mentioned in release notes for the last 2 releases or so 2013-10-04T16:41:38 < effractur> well if it does tumb2 and armv6/armv7(e) you can use it 2013-10-04T16:41:42 < Thorn> you can ask on #llvm at oftc 2013-10-04T16:43:55 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 260 seconds] 2013-10-04T16:44:39 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-04T16:55:37 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Read error: Connection reset by peer] 2013-10-04T16:55:39 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-04T16:55:47 -!- BrainDamage1 is now known as BrainDamage 2013-10-04T16:56:03 < Thorn> asked about it, silence 2013-10-04T16:56:57 <+Steffan-> Channel is pretty empty.. 2013-10-04T16:57:28 < Thorn> 328 people 2013-10-04T16:59:35 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Quit: Page closed] 2013-10-04T16:59:55 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-04T17:03:01 < Posterdati> zyp: hi! 2013-10-04T17:03:24 < Posterdati> zyp: I found the device usb interface went into Debug Mode 2013-10-04T17:03:42 < Posterdati> zyp: what is it? 2013-10-04T17:07:05 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has joined ##stm32 2013-10-04T17:22:13 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-04T17:22:23 < karlp> it means you're winning! 2013-10-04T17:22:49 < Posterdati> no losing my temper 2013-10-04T17:29:45 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-04T17:30:53 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Ping timeout: 256 seconds] 2013-10-04T17:32:04 -!- Robint91 [~robin@campus-extern-net-nat.kulnet.kuleuven.be] has quit [Quit: Ik ga weg] 2013-10-04T18:09:53 -!- DanteA [~X@host-122-158-66-217.spbmts.ru] has joined ##stm32 2013-10-04T18:10:51 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 248 seconds] 2013-10-04T18:13:32 < Thorn> my question on #llvm has been ignored. 2013-10-04T18:15:06 <+Steffan-> Probably not ignored. Only lurkers there.. 2013-10-04T18:15:22 < DanteA> About what? 2013-10-04T18:15:53 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-04T18:16:00 < Thorn> cortex-m support 2013-10-04T18:17:32 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-04T18:19:31 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-04T18:22:37 < DanteA> Llvm support that arch 2013-10-04T18:23:09 < DanteA> And lldb too 2013-10-04T18:27:51 < karlp> not according to lldb's webpage 2013-10-04T18:28:07 * karlp dislikes projects that don't keep front page docs up to date 2013-10-04T18:31:00 <+Steffan-> So 99.999% of them. 2013-10-04T18:47:27 < DanteA> :) 2013-10-04T18:47:27 < DanteA> Yeah 2013-10-04T18:47:28 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-04T18:51:32 -!- _BJFreeman [~bjfree@244.sub-75-233-61.myvzw.com] has joined ##stm32 2013-10-04T18:52:14 -!- _BJFreeman is now known as BJfreeman 2013-10-04T18:53:09 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has joined ##stm32 2013-10-04T18:55:51 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-04T18:57:07 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-04T18:58:46 -!- dekar [~dekar@dslb-088-069-147-184.pools.arcor-ip.net] has quit [Quit: This computer has gone to sleep] 2013-10-04T18:58:58 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-04T19:05:08 -!- DanteA [~X@host-122-158-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-04T19:10:30 < Thorn> http://thesignalpath.com/blogs/2013/08/13/experiments-and-demo-of-an-agilent-dsa-x-96204q-160gss-62ghz-oscilloscope/ 2013-10-04T19:21:03 -!- betovar [~betovar@c-24-98-225-24.hsd1.ga.comcast.net] has joined ##stm32 2013-10-04T19:22:10 < dongs> lol. 2013-10-04T19:25:38 < Laurenceb> the Tectu theme song http://www.youtube.com/watch?v=iVcG8bJBkKk 2013-10-04T19:25:55 -!- barthess [~barthess@5.100.192.104] has joined ##stm32 2013-10-04T19:31:01 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Ping timeout: 256 seconds] 2013-10-04T19:32:26 -!- zump [65a4773e@gateway/web/freenode/ip.101.164.119.62] has joined ##stm32 2013-10-04T19:32:33 -!- amstan_ [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-04T19:32:59 < zump> OT but anyone had an experience with LPC13xx MCU's? 2013-10-04T19:34:30 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Read error: Operation timed out] 2013-10-04T19:42:46 -!- |akaWolf| [~akaWolf@188.134.9.161] has joined ##stm32 2013-10-04T19:43:01 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-04T19:51:33 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-04T19:59:39 -!- amstan__ [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-04T20:02:31 -!- amstan_ [~alex@aichallenge/admin/amstan] has quit [Ping timeout: 245 seconds] 2013-10-04T20:16:27 -!- barthess1 [~barthess@178.154.39.129] has joined ##stm32 2013-10-04T20:17:29 -!- barthess [~barthess@5.100.192.104] has quit [Ping timeout: 256 seconds] 2013-10-04T20:19:50 -!- PT_Dreamer [~quassel@24.153.189.46.rev.vodafone.pt] has quit [Remote host closed the connection] 2013-10-04T20:20:36 -!- PT_Dreamer [~quassel@24.153.189.46.rev.vodafone.pt] has joined ##stm32 2013-10-04T20:25:07 -!- PT_Dreamer [~quassel@24.153.189.46.rev.vodafone.pt] has quit [Ping timeout: 260 seconds] 2013-10-04T20:34:03 -!- dekar [~dekar@212.255.32.3] has joined ##stm32 2013-10-04T20:34:03 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-04T20:51:51 -!- amstan__ [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-04T20:52:55 -!- xpg [~pf@78.143.82.145] has joined ##stm32 2013-10-04T21:03:06 -!- enots [~dimka@enot.telekom.ru] has joined ##stm32 2013-10-04T21:06:08 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Read error: Operation timed out] 2013-10-04T21:15:11 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-04T21:20:10 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-04T21:34:38 -!- BJfreeman [~bjfree@244.sub-75-233-61.myvzw.com] has quit [Quit: had a good time] 2013-10-04T21:42:53 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-04T21:59:58 -!- barthess1 is now known as barthess 2013-10-04T22:06:42 -!- |akaWolf| [~akaWolf@188.134.9.161] has quit [Read error: Connection reset by peer] 2013-10-04T22:14:52 -!- alexn [~alexn@pD95EB49E.dip0.t-ipconnect.de] has joined ##stm32 2013-10-04T22:21:41 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-04T22:29:00 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-04T22:33:19 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has joined ##stm32 2013-10-04T22:47:41 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-04T22:57:03 < Posterdati> hi 2013-10-04T22:57:05 < Posterdati> a question 2013-10-04T22:57:19 < Posterdati> is laks usb.process() thread safe? 2013-10-04T22:58:32 < jpa-> you probably shouldn't call it from multiple threads at the same time 2013-10-04T22:59:54 < Posterdati> and that's ok, I mean: all the example I saw usb.process() is called in the same loop of usb.write(), what if I've got usb.process() executed in a task and usb.write() in another task? 2013-10-04T23:00:14 <+Steffan-> look at what it does? 2013-10-04T23:00:53 < Posterdati> I can achieve a bunch of transfer than I've got libusb transfer error (code 1) 2013-10-04T23:03:08 < karlp> sounds like an answer doens't it. 2013-10-04T23:03:15 < karlp> though, given your usual antics, who the hell knows 2013-10-04T23:04:08 < jpa-> except for rblog, there doesn't seem to be an immediate conflict between usb.write() and usb.process(), but i would still put a lock on it just to be safe.. 2013-10-04T23:04:25 < Posterdati> on usb process? 2013-10-04T23:05:06 < jpa-> to serialize any access on usb 2013-10-04T23:05:28 < Posterdati> well writing to an endpoint it's done from one task only 2013-10-04T23:10:19 < Posterdati> jpa-: I was thinking that ep_ready could do that 2013-10-04T23:11:16 < jpa-> uh.. i don't think so.. 2013-10-04T23:11:24 < jpa-> were you going to busy-loop on it or what? 2013-10-04T23:11:43 < Posterdati> busy loop 2013-10-04T23:11:48 < Posterdati> with timeout 2013-10-04T23:11:48 < jpa-> sounds stupid 2013-10-04T23:12:15 < jpa-> just use semaphores or any other proper RTOS syncronization method 2013-10-04T23:13:17 < Posterdati> jpa-: what will be the stragtegy? Execute read/write outside usb.process() execution? 2013-10-04T23:13:56 < jpa-> yeah 2013-10-04T23:14:16 < Posterdati> ok, let's try... Hope this will work 2013-10-04T23:14:26 < jpa-> i bet it won't 2013-10-04T23:14:34 < Posterdati> why? 2013-10-04T23:14:46 < jpa-> you still have approximately 9 bugs left in your code 2013-10-04T23:15:01 < Posterdati> lol could you tell me which please? 2013-10-04T23:15:27 < Posterdati> your third eye surely can 2013-10-04T23:15:29 < jpa-> nope 2013-10-04T23:15:39 < jpa-> it's a statistical figure :) 2013-10-04T23:15:59 < Posterdati> if they are only 9 I'm lucky 2013-10-04T23:16:16 < Posterdati> this lock/unlock bug count for 10th? 2013-10-04T23:16:40 < jpa-> well i know nearly nothing about laks nor how you are using it 2013-10-04T23:16:51 < Posterdati> lol 2013-10-04T23:17:07 < Posterdati> so thank for your hints 2013-10-04T23:27:42 -!- alexn [~alexn@pD95EB49E.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-04T23:45:43 -!- betovar [~betovar@c-24-98-225-24.hsd1.ga.comcast.net] has quit [Quit: Leaving.] 2013-10-04T23:46:06 -!- betovar [~betovar@c-24-98-225-24.hsd1.ga.comcast.net] has joined ##stm32 2013-10-04T23:48:08 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 240 seconds] 2013-10-04T23:49:01 -!- xpg [~pf@78.143.82.145] has quit [Quit: Leaving] 2013-10-04T23:49:17 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-04T23:52:18 -!- barthess [~barthess@178.154.39.129] has quit [Ping timeout: 264 seconds] 2013-10-04T23:54:36 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 245 seconds] --- Day changed Sat Oct 05 2013 2013-10-05T00:05:16 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-05T00:11:25 < Posterdati> jpa-: problem seems to be unrelated to synchronization 2013-10-05T00:16:30 < karlp> he told you, it wsa the other 9 bugs. 2013-10-05T00:16:35 < karlp> you never listen ;) 2013-10-05T00:16:38 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-05T00:32:04 <+Steffan-> karlp knows it all. :D 2013-10-05T00:37:11 < emeb> http://uncrate.com/stuff/koffski-wallet/ - "It's the kind of idea that gives a bad idea the will to live." ~ Emerson Cod 2013-10-05T00:39:18 < karlp> amerika! 2013-10-05T00:39:42 <+Steffan-> I bet im not allowed to have that in this silly country. 2013-10-05T00:40:33 < karlp> what shops can I buy neat things from that don't normally ship out of the us? what's awesome to send to someone there on holidays to bring home for me? 2013-10-05T00:41:01 <+Steffan-> Even 'realistic' yellow colored plastic toy guns are forbidden, so that thing is forbidden as welll probably. 2013-10-05T00:41:26 < emeb> it's for your own good. why complain? 2013-10-05T00:41:27 <+Steffan-> nothing karlp? 2013-10-05T00:41:46 < karlp> well, gonna get the stm32w rfckit I've wanted, wondering what else I could/should use the opportunity for 2013-10-05T00:42:01 < karlp> anything that has free shipping/export controls :) 2013-10-05T00:42:35 <+Steffan-> for my own good emeb :P 2013-10-05T00:43:57 <+Steffan-> sample some stm32f429 discovery or so while you're there karlp :) 2013-10-05T00:44:37 <+Steffan-> meh, maybe not so useful. 2013-10-05T00:44:55 < Laurenceb_> www.nasa.gov/‎ 2013-10-05T00:44:57 < Laurenceb_> lolz 2013-10-05T00:45:03 < karlp> no, I really don't need one of them, and anywya, they can get tacked on to a work digikey/mouser order any time 2013-10-05T00:46:30 < Laurenceb_> it's for your own good. why complain? 2013-10-05T00:46:34 < Laurenceb_> troll detected 2013-10-05T00:46:52 <+Steffan-> Yeah... but I dont know what you need karlp. Except for this RF stuff you talk about once in a while 2013-10-05T00:47:15 < Laurenceb_> has anyone got an stm32w ? 2013-10-05T00:47:15 <+Steffan-> Laurenceb_, i wonder if the servers behind the nasa website etc. are actually still running 2013-10-05T00:47:20 < Laurenceb_> yeah wtf 2013-10-05T00:47:32 < Laurenceb_> why cant they just leave it running without updates 2013-10-05T00:47:45 < Laurenceb_> i think they are trying to prove a point 2013-10-05T00:48:10 <+Steffan-> it's like this christian-ish website that's closed on sunday :D 2013-10-05T00:48:26 < Laurenceb_> or all our shops in the UK 2013-10-05T00:48:37 < Laurenceb_> actually thats not 100% true anymore 2013-10-05T00:48:40 < Laurenceb_> anyways 2013-10-05T00:48:41 <+Steffan-> Yes, but this is a website.. with a message. so the server is probably still running 2013-10-05T00:48:58 < Laurenceb_> try the ip address of the old server.... 2013-10-05T00:49:15 < Laurenceb_> but i dont know what it is :P 2013-10-05T00:49:47 < emeb> wait - Laurenceb_ has accused me of trolling? :) 2013-10-05T00:50:01 < Laurenceb_> trollercoaster remember 2013-10-05T00:50:13 <+Steffan-> *DrLaurenceb emeb :P 2013-10-05T00:50:22 < karlp> Steffan-: I really need more time for playing on projects :) 2013-10-05T00:50:24 < Laurenceb_> not yet 2013-10-05T00:50:34 < karlp> or for work to have new projects more applicable to this channel :) 2013-10-05T00:50:43 < Laurenceb_> needs a while for feedback 2013-10-05T01:00:34 -!- Luggi_ [~Luggi09@cnh8092114189.pppoe.surfer.cnh.at] has joined ##stm32 2013-10-05T01:03:26 -!- Luggi09 [~Luggi09@cnh8092114237.pppoe.surfer.cnh.at] has quit [Ping timeout: 240 seconds] 2013-10-05T01:15:42 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-05T01:18:26 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has quit [Remote host closed the connection] 2013-10-05T01:22:14 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-05T01:26:07 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Client Quit] 2013-10-05T01:33:10 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has joined ##stm32 2013-10-05T01:39:07 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-05T01:53:00 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-05T01:58:38 -!- Luggi_ is now known as Luggi09 2013-10-05T02:00:24 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-05T02:06:51 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-05T02:10:40 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-05T02:11:05 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-05T02:16:24 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-05T02:21:16 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-05T02:35:36 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-05T02:41:56 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-05T02:54:13 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 246 seconds] 2013-10-05T03:07:58 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-05T03:14:46 < dongs> sup dongs 2013-10-05T03:24:11 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has quit [Ping timeout: 245 seconds] 2013-10-05T03:26:37 < GargantuaSauce> wrestling with open sauce, what else? 2013-10-05T03:53:48 < emeb> never to wrestle with a pig. You get dirty, and besides, the pig likes it 2013-10-05T03:53:58 < dongs> haha 2013-10-05T03:54:03 < karlp> doesn't mean you shouldn't do it :) 2013-10-05T03:54:12 < karlp> little bit of dirty never hurt anybody ;) 2013-10-05T03:54:22 < dongs> open dem sores 2013-10-05T03:55:00 * emeb is building a hirose fx2 footprint for geda/pcb 2013-10-05T03:55:08 < emeb> talk about wrestling 2013-10-05T03:55:20 < dongs> haha 2013-10-05T03:55:26 < dongs> thats funny 2013-10-05T03:55:28 < dongs> i made one in diptrace 2013-10-05T03:55:30 < dongs> few weeks ago 2013-10-05T03:56:28 < emeb> diptrace is much nicer for making footprints 2013-10-05T03:58:30 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-05T03:58:40 < dongs> in dicktrace its fairly easy, you make 3 lines at correct pitch, then you can use group move and grid snap to space them vertically, then do teh zigzag shit again using grid snap and selecting a row at a time 2013-10-05T03:59:01 < dongs> it would be cool if it had "offset group by xx" option but gridsnap works ok for that jsut gotta change it and calculate 2013-10-05T03:59:18 < dongs> and of course realtime measure stuff where you can just set grid to 0.01 or something and nudge it until it aligns. 2013-10-05T03:59:28 < dongs> opensauce that shit, bitch 2013-10-05T03:59:29 < emeb> ya 2013-10-05T03:59:56 < emeb> this is complicated enough that I'm considering writing a script to generate the footprint 2013-10-05T04:00:11 < dongs> lolool 2013-10-05T04:00:15 < dongs> did you check djdelorie's site 2013-10-05T04:00:17 < emeb> iknowrite? 2013-10-05T04:00:19 < dongs> maybe he already wasted time making it 2013-10-05T04:00:43 < emeb> good idea. but there's another guy who's got even more fps and he doesn't have any hirose 2013-10-05T04:01:43 < dongs> which one is it, the one on xilinx evalboards? 2013-10-05T04:02:04 < emeb> similar. just a 40-pin 2013-10-05T04:32:59 < gxti> open source magic at work https://github.com/gsmcmullin/blackmagic/pull/28 2013-10-05T04:37:17 < emeb> gxti = mtharp? 2013-10-05T04:37:31 < gxti> yes 2013-10-05T04:38:16 < emeb> kudos 2013-10-05T04:54:58 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-05T04:57:20 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-05T05:20:24 < dongs> http://www.kickstarter.com/projects/1883701526/matchboxarm/posts 2013-10-05T05:20:25 < dongs> uh 2013-10-05T05:20:31 < dongs> "we have paid manufacturer, we will have boards soon" 2013-10-05T05:20:34 < dongs> (2 weeks ago) 2013-10-05T05:20:43 < dongs> todays update: here's pics of crap on cut tape 2013-10-05T05:34:03 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has quit [Read error: Operation timed out] 2013-10-05T05:37:35 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has joined ##stm32 2013-10-05T05:37:52 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2013-10-05T05:46:41 < emeb> dongs: fp generator script -> http://pastebin.com/FMcnLTJ4 2013-10-05T05:46:48 * emeb hates perl 2013-10-05T05:46:53 < emeb> but uses it anyway 2013-10-05T05:48:24 < dongs> lolol. 2013-10-05T05:52:10 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has left ##stm32 [] 2013-10-05T05:58:53 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-05T06:16:32 -!- betovar [~betovar@c-24-98-225-24.hsd1.ga.comcast.net] has quit [Quit: Leaving.] 2013-10-05T06:27:01 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-05T06:36:40 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-05T06:36:48 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-05T07:14:00 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-05T07:14:29 < zippe> dongs: a better question is "why would you buy the fucking thing"? 2013-10-05T07:14:39 < zippe> It's another stupid SoC from a company that doesn't understand SoCs 2013-10-05T07:14:52 < zippe> I mean, 359 balls and … two fucking UARTs. Seriously; two. 2013-10-05T07:15:12 < zippe> Also, it has "DOS memory". 2013-10-05T07:15:18 < zippe> And an 8259. 2013-10-05T07:15:36 < zippe> And system management mode. 2013-10-05T07:16:39 < zippe> It even remaps Cseg to PCI so you can run PCI video card in MDA emulation mode. 2013-10-05T07:16:55 < zippe> Oh wait, MDA was B, so I guess that would be CGA mode. 2013-10-05T07:33:10 < dongs> zippe: rantin about intel x86 thing? 2013-10-05T07:33:10 < dongs> :) 2013-10-05T07:33:41 < dongs> but its neat, dammit 2013-10-05T07:40:12 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has quit [Read error: Connection reset by peer] 2013-10-05T07:40:19 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-05T07:40:19 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-05T07:40:19 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-05T07:40:36 < gxti> they would have done better putting an actual arduino on there 2013-10-05T07:40:38 -!- TeknoJuce [~TeknoJuce@bas1-london15-1279302176.dsl.bell.ca] has joined ##stm32 2013-10-05T07:40:38 -!- TeknoJuce [~TeknoJuce@bas1-london15-1279302176.dsl.bell.ca] has quit [Changing host] 2013-10-05T07:40:38 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has joined ##stm32 2013-10-05T07:41:26 < zippe> Neat? Meh. If I wanted an SoC styled after a PX/AT, I would have downloaded something from OpenCores. 2013-10-05T07:42:12 < zippe> The funniest thing is .. that board needs 3A @ 5V, and they put the chip into a … wait for it … wristwatch development kit 2013-10-05T07:43:06 < dongs> wait what 2013-10-05T07:43:15 < dongs> 3A at 5V? 2013-10-05T07:48:02 < emeb_mac> lol 2013-10-05T07:48:06 < emeb_mac> that's intel for you 2013-10-05T07:48:38 < emeb_mac> low power for them means "draws less than 20W" 2013-10-05T07:48:49 < dongs> how the fuck can they make 32nm pentium require 3A 2013-10-05T07:49:14 < dongs> < zippe> Neat? Meh. If I wanted an SoC styled after a PX/AT, I would have downloaded something from OpenCores. 2013-10-05T07:49:19 < dongs> and then spent a year figuring out all teh bugs 2013-10-05T07:55:14 < GargantuaSauce> my favourite intel thing is the atoms that all advertise <8W tdp 2013-10-05T07:55:20 < GargantuaSauce> and then the northbridge draws 2-3x as much 2013-10-05T07:56:36 < dongs> http://www.fap.co.rs/fap/home%20eng.htm 2013-10-05T08:03:12 < upgrdman> whats a northbridge do? 2013-10-05T08:05:05 < gxti> it has the rest of the crap the cpu doesn't have, like IO controllers 2013-10-05T08:05:08 < GargantuaSauce> bridges the fsb to memory and peripherals 2013-10-05T08:06:03 < GargantuaSauce> (and in the current generation has been largely integrated into the cpu) 2013-10-05T08:06:34 < upgrdman> so does a cpu just so math/logic, and leave everything else to external periphs? 2013-10-05T08:07:01 < GargantuaSauce> yep 2013-10-05T08:07:03 < gxti> it varies 2013-10-05T08:07:17 < gxti> i mean an actual cpu does, yes, but x86 stuff often still has crap on the cpu 2013-10-05T08:07:35 < upgrdman> ok 2013-10-05T08:07:37 < gxti> memory controller, pcie, etc. 2013-10-05T08:07:57 < upgrdman> pcie lines go straight to cpu? 2013-10-05T08:08:04 < GargantuaSauce> they do now 2013-10-05T08:08:09 < upgrdman> hmmm. neat 2013-10-05T08:28:45 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-05T09:34:03 -!- Lt_Lemming [Lt_Lemming@203.219.229.140] has quit [Ping timeout: 248 seconds] 2013-10-05T09:35:23 -!- Lt_Lemming [Lt_Lemming@203.219.229.140] has joined ##stm32 2013-10-05T09:37:20 < emeb_mac> dongs: mfg question: when you apply paste via stencil, do you have problems getting even coverage on fine pitch pads? 2013-10-05T09:37:54 < emeb_mac> some dude is telling me that fine pitch parts should be rotated 45deg to get even coverage on all pins. 2013-10-05T09:38:05 < dongs> uh 2013-10-05T09:38:15 < dongs> maybe his stencil printer sucks? 2013-10-05T09:38:20 < emeb_mac> heh 2013-10-05T09:38:26 < dongs> im using ghetto shit at home and i had no problems with 0.4mm pitched stuff 2013-10-05T09:38:31 < dongs> and of course production no issue at all 2013-10-05T09:38:45 < emeb_mac> he's doing an auto stenciler 2013-10-05T09:39:30 < dongs> yeah it should not be issue in production at all. 2013-10-05T09:39:42 < dongs> maybe he's fucking up mask apertures or something? 2013-10-05T09:40:06 < dongs> er mask->paste 2013-10-05T09:50:12 -!- dekar_ [~dekar@212.255.18.40] has joined ##stm32 2013-10-05T09:50:13 -!- mode/##stm32 [+v dekar_] by ChanServ 2013-10-05T09:53:08 -!- dekar [~dekar@212.255.32.3] has quit [Read error: Operation timed out] 2013-10-05T09:56:03 < emeb_mac> beats me. 2013-10-05T09:56:10 < emeb_mac> seems vaguely bogus 2013-10-05T09:57:54 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Remote host closed the connection] 2013-10-05T10:03:20 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-05T10:24:13 < dongs> emeb_mac: but dicktrace does output trash paste layer. 2013-10-05T10:24:19 < dongs> esp for anything that isnt giant dips. 2013-10-05T10:24:45 < dongs> i.e. its 'shrink' rules are retarded for .5mm pitch qfp 2013-10-05T10:24:53 < dongs> it makes the paste lines so thin they're unusable. 2013-10-05T10:25:04 < emeb_mac> orly? 2013-10-05T10:25:06 < dongs> yarly 2013-10-05T10:25:18 < dongs> bill sent me a pic before of that fail 2013-10-05T10:25:19 < emeb_mac> I guess most cms would generate their own paste mask 2013-10-05T10:25:23 < dongs> yes 2013-10-05T10:25:43 < dongs> the place that cuts stencils for me doesnt evne look at paste layer 2013-10-05T10:26:01 < dongs> tehy just genrate from the rest and ask me dumbshit like "DO YOU NEED PASTE OPENINGS OVER THIS DIP CONNECTOR???? 2013-10-05T10:26:08 < dongs> YES PLEASE 2013-10-05T10:28:01 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-05T10:30:54 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 256 seconds] 2013-10-05T10:32:17 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-05T10:33:19 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-05T10:39:29 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-05T10:50:05 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-05T10:52:54 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 264 seconds] 2013-10-05T11:16:29 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has joined ##stm32 2013-10-05T12:00:33 -!- zump [65a4773e@gateway/web/freenode/ip.101.164.119.62] has quit [Quit: Page closed] 2013-10-05T12:04:58 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-05T12:18:14 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-05T12:24:17 -!- capacitor [~parrot@123-243-139-187.tpgi.com.au] has joined ##stm32 2013-10-05T12:37:33 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-05T12:44:52 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-05T12:47:58 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-05T12:48:13 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-05T12:49:11 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-05T12:55:14 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-05T12:56:35 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-05T13:10:23 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has joined ##stm32 2013-10-05T13:16:50 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-05T13:28:16 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-05T13:28:52 -!- GargantuaSauce_ [~sauce@blk-252-19-214.eastlink.ca] has joined ##stm32 2013-10-05T13:28:57 -!- GargantuaSauce [~sauce@blk-252-19-214.eastlink.ca] has quit [Read error: Connection reset by peer] 2013-10-05T13:33:30 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has joined ##stm32 2013-10-05T14:19:02 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-05T14:53:30 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 264 seconds] 2013-10-05T15:01:10 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-05T15:08:37 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has joined ##stm32 2013-10-05T15:16:43 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-05T15:32:34 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-05T15:34:15 -!- daku is now known as DaKu 2013-10-05T15:34:18 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-05T15:40:03 -!- capacitor [~parrot@123-243-139-187.tpgi.com.au] has left ##stm32 [] 2013-10-05T15:41:23 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-05T15:43:25 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-05T15:52:18 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Read error: Connection reset by peer] 2013-10-05T15:52:38 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-05T15:54:01 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Quit: Leaving] 2013-10-05T15:54:17 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-05T16:21:14 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-05T16:21:15 < Robint91> hi all 2013-10-05T16:26:47 < Laurenceb_> http://www.youtube.com/watch?feature=player_embedded&v=EorMrpM6q9Q 2013-10-05T16:26:55 < Laurenceb_> wtf is that guy on 2013-10-05T16:28:11 < Laurenceb_> http://x-f.lv/dev/habitat-graphs/payload/08eccab801a092e3e82ebe6ab6735dea#g/battery,altitude,solar_panel,temperature_internal 2013-10-05T16:28:22 < Laurenceb_> first day = UK, second day = Finland 2013-10-05T16:28:43 < Laurenceb_> daytime in Finland is like half way to nightime 2013-10-05T16:33:27 < qyx_> is anyone ready in russia to recover it? 2013-10-05T16:36:13 < Laurenceb_> prob not 2013-10-05T16:47:38 -!- Lt_Lemming_ [Lt_Lemming@203.219.229.140] has joined ##stm32 2013-10-05T16:47:38 -!- Lt_Lemming [Lt_Lemming@203.219.229.140] has quit [Disconnected by services] 2013-10-05T16:48:03 -!- Lt_Lemming_ is now known as Lt_Lemming 2013-10-05T16:53:33 < dongs> Laurenceb_: thats pretty impressive 2013-10-05T16:54:14 < qyx_> the b14 flight is also nice 2013-10-05T16:54:27 < qyx_> i wonder what do they use to charge liion from 0.8V solar panel 2013-10-05T16:55:05 < Laurenceb_> b11 was 8 days 2013-10-05T16:55:14 < Laurenceb_> ST MPPT chip 2013-10-05T16:55:28 < Laurenceb_> dongs: yeah this is the _only_ impressive ballooning stuff 2013-10-05T16:55:42 < Laurenceb_> rest is arduino strapped to balloon and camera 2013-10-05T16:55:49 < qyx_> SPV1040 2013-10-05T16:55:52 < qyx_> this one? 2013-10-05T16:56:01 < Laurenceb_> yeah 2013-10-05T16:56:28 < Laurenceb_> http://www.leobodnar.com/balloons/B-14/Pages/3.html 2013-10-05T16:57:21 < qyx_> huh 2013-10-05T16:57:40 < Laurenceb_> thats whats flying 2013-10-05T16:57:56 < qyx_> with cover i suppose 2013-10-05T16:58:10 < Laurenceb_> just shrink wrap 2013-10-05T16:58:57 < qyx_> i am surprised its working in these conditions with temp < -40C 2013-10-05T17:24:40 < karlp> heh, "Flexible baud rate clock (300 bps to 921.6 bps) 2013-10-05T17:24:50 < karlp> I presume that's missing a k. 2013-10-05T17:27:55 < qyx_> where? 2013-10-05T17:29:04 < qyx_> if you mean telemetry downlink, it is usually even slower 2013-10-05T17:30:25 < karlp> no, reading the stm32w datasheet (which is actually a combined ref manual, not a normal datasheet) 2013-10-05T17:32:06 < karlp> it's really got very little in common with the other stm32s, 2013-10-05T17:32:19 < karlp> the peripherals are totally different 2013-10-05T17:37:53 < Robint91> karlp, isn't it wiser to use a sperate tranciever? 2013-10-05T17:39:53 < karlp> maybe 2013-10-05T17:40:12 < karlp> less parts,less size, potentially less cost, 2013-10-05T17:40:19 < karlp> just depends how the combo is :) 2013-10-05T17:45:37 < Robint91> has someone tips on using the RTC on the F1 series 2013-10-05T17:45:49 < Robint91> -> get out the current time in hh:mm:ss 2013-10-05T17:46:09 < karlp> hehe, use any stm32 other than the f1 instead? 2013-10-05T17:46:30 < Robint91> karlp, I have a pcb containing the F1 2013-10-05T17:46:35 -!- barthess [~barthess@5.100.192.73] has joined ##stm32 2013-10-05T17:46:37 < Robint91> just a one of project 2013-10-05T17:46:41 < karlp> people seem to have strong opinions on which is better, the BCD h:m:s on all other parts, or the linear seconds on the f1 2013-10-05T17:47:13 < Thorn> if it's not bcd it's not rtc 2013-10-05T17:47:22 < Thorn> just a counter 2013-10-05T17:48:51 < qyx_> rtc is just a counter 2013-10-05T17:49:25 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-05T17:52:08 < barthess> counter is better 2013-10-05T17:52:38 < barthess> hm... is there RTCs with both counter and BCD? 2013-10-05T18:17:12 < Laurenceb_> not that ive seen 2013-10-05T18:17:30 < Laurenceb_> but yeah counter makes way more sense 2013-10-05T18:28:08 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-05T18:29:32 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-05T18:35:31 < Posterdati> hi 2013-10-05T18:35:34 < Posterdati> where's zyp? 2013-10-05T18:35:41 < Posterdati> zyp: I solved! 2013-10-05T18:37:18 < Posterdati> the sad thing is that usb.process() couldn't be interrupt during packet transfer, I didn't account that in my design 2013-10-05T18:38:16 < Posterdati> maybe an interrupt driven design of your usb stack could handle this 2013-10-05T18:48:42 < Posterdati> jpa-: thanks to you too 2013-10-05T18:52:34 < Posterdati> karlp: I did it!!!!! prrrrrr!!!! 2013-10-05T18:57:41 < Robint91> apple shouldn't have used that nxp part 2013-10-05T19:03:39 -!- alexn [~alexn@pD95E83AA.dip0.t-ipconnect.de] has joined ##stm32 2013-10-05T19:04:08 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-05T19:05:32 -!- barthess [~barthess@5.100.192.73] has quit [Quit: Leaving.] 2013-10-05T19:06:19 -!- barthess [~barthess@178.154.119.178] has joined ##stm32 2013-10-05T19:12:15 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-05T19:16:19 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-05T19:19:48 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T19:22:10 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T19:22:42 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T19:25:45 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T19:27:40 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T19:29:05 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T19:31:24 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T19:31:37 < gxti> are you smarter than them Robint91? 2013-10-05T19:32:14 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has quit [Remote host closed the connection] 2013-10-05T19:32:14 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T19:34:00 < emeb_mac> attn zyp: http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,400,1198&Prod=ZYBO 2013-10-05T19:34:08 < emeb_mac> cheap Zynq board 2013-10-05T19:34:25 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T19:34:32 < gxti> ooo 2013-10-05T19:34:52 < gxti> i could put it next to the other fpga board i haven't really done anything with D: 2013-10-05T19:36:32 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T19:36:44 < emeb_mac> lolol 2013-10-05T19:37:11 < emeb_mac> lotsa goodies for $149, plus license for devtools 2013-10-05T19:37:40 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T19:38:35 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T19:40:35 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T19:41:53 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T19:43:28 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T19:44:36 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T19:46:20 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T19:48:46 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T19:48:52 -!- trepidaciousMBR_ [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T19:51:06 -!- trepidaciousMBR_ [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T19:52:40 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T19:56:44 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T19:57:25 < Thorn> Half-Life 3 will be lunix only lol 2013-10-05T19:58:14 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T20:00:10 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-05T20:00:11 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T20:01:31 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T20:06:06 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T20:06:30 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T20:07:25 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T20:09:18 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T20:12:37 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has joined ##stm32 2013-10-05T20:13:26 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T20:15:01 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T20:16:18 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T20:18:27 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T20:19:33 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T20:21:18 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T20:22:52 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T20:24:32 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T20:26:48 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T20:26:49 -!- alexn [~alexn@pD95E83AA.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-05T20:27:48 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T20:30:03 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T20:31:02 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has joined ##stm32 2013-10-05T20:32:34 -!- trepidaciousMBR [~trepidaci@92.40.248.175.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-05T20:40:28 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Read error: Connection reset by peer] 2013-10-05T20:40:52 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-05T20:43:53 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-05T21:05:10 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-05T21:20:24 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-05T21:48:08 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-05T21:57:31 < karlp> more datasheet gems, "Note 2013-10-05T21:57:31 < karlp> 1: In case of running out of PCB space, pin 4 and pin 9 can be left unconnected." 2013-10-05T21:58:10 < Posterdati> karlp: I ran out money 2013-10-05T22:00:44 < Posterdati> never left 4 and 9 2013-10-05T22:04:24 < Robint91> karlp, those pins are? 2013-10-05T22:04:29 < karlp> this datasheet says that recommended bypass capacitors for some of these pins are 3.3pF. 2013-10-05T22:10:07 < karlp> Robint91: avdd and avss on a rf transceiver, 2013-10-05T22:11:45 < qyx_> wtf is that chip? stm32w? 2013-10-05T22:13:16 < karlp> no, mrf24xa, microchip's updated version of the mrf24j40 2013-10-05T22:13:31 < karlp> cheaper, smaller, less errata, better power 2013-10-05T22:13:50 < karlp> well, according to the datasheet anwway 2013-10-05T22:14:06 < karlp> too busy reading datasheets for thigns I don't have, instead of working out why my existing ones lock up 2013-10-05T22:14:48 < karlp> has this neat thing where when you are spi clocking in a command, it clocks out a status byte for you automatically, 2013-10-05T22:14:53 < karlp> instead of just clocking out 0s 2013-10-05T22:19:46 < gxti> do the blackmagicprobe users here use the uart much? 2013-10-05T22:19:56 < gxti> trying to figure out if having uart there is worth an extra isolator 2013-10-05T22:21:50 < Robint91> gxti, those silicon isolators are cheap so? 2013-10-05T22:24:39 < gxti> board area isn't free either but if i stick to the ssop ones it won't be the limiting factor 2013-10-05T22:31:28 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-05T22:43:45 < qyx_> gxti: which isolator do you plan to use? 2013-10-05T22:45:42 < gxti> qyx_: http://www.digikey.com/product-detail/en/SI8642BA-B-IU/336-2091-5-ND/2623339 2013-10-05T22:47:12 < qyx_> hm, cheaper than similar adum parts 2013-10-05T22:48:20 < gxti> i'm somewhat worried that the price is an anomaly and will disappear just before i need them 2013-10-05T22:52:46 < karlp> no, we use ths si spi isolaters, they're just cheaper than the adum ones, 2013-10-05T22:52:48 < karlp> always have been 2013-10-05T22:53:34 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-05T23:05:59 < karlp> thanks microchip, advertises windows mac and linux tool, documentation talks about it on linux, downloads are only windows exes and apple dmgs 2013-10-05T23:06:13 < karlp> and desptie beign a java app, the images only contain binary installers 2013-10-05T23:11:51 < emeb_mac> gxti: I use the bmp serial port a lot 2013-10-05T23:13:43 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-05T23:15:42 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 264 seconds] 2013-10-05T23:21:22 < emeb_mac> karlp: could have sworn I had a MCHP toolchain on linux, but that was when it was in beta about a year ago 2013-10-05T23:21:28 < emeb_mac> don't use MCHP much any more. 2013-10-05T23:36:22 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 246 seconds] 2013-10-05T23:43:48 < Posterdati> zyyyyyyyyyyyyyyyyyyyppppppppppppppppp 2013-10-05T23:44:36 < karlp> hehe, install wine, runs installer, demands java to continue 2013-10-05T23:44:46 < karlp> what, I have to install java in wine?! 2013-10-05T23:45:13 < Posterdati> karlp: the amd64 wine version? 2013-10-05T23:45:50 < karlp> yes, but I don't really see hwo that's relevant 2013-10-05T23:46:55 < qyx_> yep, if wine sw requires java, you have to instal windows jre 2013-10-05T23:47:20 < Posterdati> karlp: times ago the amd64 bit version didn't work 2013-10-05T23:47:41 < gxti> do you need it just to run the toolchain? last time i tried mchp on linux was before they went all edgy 2013-10-05T23:47:52 < gxti> worked fine in wine 2013-10-05T23:48:04 < karlp> this is for http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2939 not for the compilers 2013-10-05T23:48:29 < Posterdati> karlp: do you use microchips micros? 2013-10-05T23:48:41 < karlp> no, I use microchips radio transceivers 2013-10-05T23:48:54 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Read error: Connection reset by peer] 2013-10-05T23:48:55 < Posterdati> ah 2013-10-05T23:48:59 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-05T23:50:18 < Posterdati> do you know the ti cc110 micros? 2013-10-05T23:54:22 -!- barthess [~barthess@178.154.119.178] has quit [Quit: Leaving.] 2013-10-05T23:57:00 < karlp> no, I use 2.4gig stuff, 2013-10-05T23:57:06 < Posterdati> ah ok 2013-10-05T23:57:14 < karlp> and I'm uninterested in 8051 junk :) 2013-10-05T23:57:50 < Posterdati> well you can completely forget the 8051, it only works for the modem part of it --- Day changed Sun Oct 06 2013 2013-10-06T00:20:02 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-06T00:27:22 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-06T00:35:38 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-06T00:36:40 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-06T00:38:38 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-06T01:13:56 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-06T01:58:10 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-06T02:00:36 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 252 seconds] 2013-10-06T02:31:28 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-06T02:35:02 < Laurenceb_> http://www.musp.it/sites/default/files/5-Andrea%20Labombarda.pdf 2013-10-06T02:35:05 < Laurenceb_> page 20 2013-10-06T02:53:35 < emeb> tiny 2013-10-06T02:56:17 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-06T02:56:44 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-06T03:01:06 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 252 seconds] 2013-10-06T03:13:08 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-06T03:41:30 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-06T03:46:16 < upgrdman> how do you manufacture that board with half-vias that dont get damaged when routed? 2013-10-06T03:47:10 < zyp> by using a fine router bit? 2013-10-06T03:47:38 < upgrdman> ok 2013-10-06T03:50:51 -!- inca [~inca@cpe-107-9-133-38.neo.res.rr.com] has joined ##stm32 2013-10-06T03:52:18 -!- Thorn [~Thorn@unaffiliated/thorn] has quit [Ping timeout: 264 seconds] 2013-10-06T04:06:55 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-06T04:10:13 < zyp> *yawn* 2013-10-06T04:10:40 < zyp> Posterdati, what's up? 2013-10-06T04:15:26 < zyp> dongs, what's your opinion of the dji phantom? 2013-10-06T04:15:42 < zyp> a friend of mine bought one, got to test it today 2013-10-06T04:54:34 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-06T04:56:28 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-06T04:59:25 -!- inca [~inca@cpe-107-9-133-38.neo.res.rr.com] has quit [Read error: Connection reset by peer] 2013-10-06T05:08:19 -!- TeknoJuce01 [~TeknoJuce@bas1-london15-1279302176.dsl.bell.ca] has joined ##stm32 2013-10-06T05:08:19 -!- inca [~inca@107.9.133.38] has joined ##stm32 2013-10-06T05:09:09 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has quit [Ping timeout: 240 seconds] 2013-10-06T05:09:37 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-06T05:10:05 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 256 seconds] 2013-10-06T05:33:07 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 260 seconds] 2013-10-06T05:38:27 -!- Posterdati [~kvirc@host103-221-dynamic.21-87-r.retail.telecomitalia.it] has quit [Read error: Operation timed out] 2013-10-06T05:39:49 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-06T05:53:54 -!- Posterdati [~kvirc@host171-214-dynamic.3-79-r.retail.telecomitalia.it] has joined ##stm32 2013-10-06T06:03:46 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Ping timeout: 245 seconds] 2013-10-06T06:17:47 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-06T06:20:41 < dongs> zyp: garbage of course. 2013-10-06T06:20:41 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-06T06:20:42 < dongs> plastic trash. 2013-10-06T06:21:21 < emeb_mac> yo dongs 2013-10-06T06:32:36 < dongs> wasted half a day on family trash 2013-10-06T06:35:27 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-06T06:35:37 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-06T06:37:40 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-06T06:43:00 < emeb_mac> family - what you gonna do? 2013-10-06T07:26:38 -!- debris` [debris@shells.ohai.su] has quit [Ping timeout: 240 seconds] 2013-10-06T07:27:46 -!- debris` [debris@shells.ohai.su] has joined ##stm32 2013-10-06T08:44:55 < gxti> murder them 2013-10-06T08:59:07 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-06T09:08:09 < emeb_mac> harsh! 2013-10-06T09:29:57 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 240 seconds] 2013-10-06T09:35:48 -!- Viper168 is now known as Viper168_ 2013-10-06T09:36:02 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-06T09:41:39 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-06T09:42:48 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-06T09:44:28 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-06T09:55:41 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-06T10:01:48 -!- LtLemming [LtLemming@5.44.105.20] has joined ##stm32 2013-10-06T10:01:48 -!- Lt_Lemming [Lt_Lemming@203.219.229.140] has quit [Disconnected by services] 2013-10-06T10:02:17 -!- LtLemming is now known as Lt_Lemming 2013-10-06T10:06:12 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-06T10:06:13 < Robint91> hi all 2013-10-06T10:06:27 < Robint91> does anyone know a nice 8 or 16 channel i2c adc 2013-10-06T10:15:30 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-06T10:18:21 -!- eroomde [~ed@77.89.152.84] has quit [Ping timeout: 252 seconds] 2013-10-06T10:38:48 -!- ohsix [~ohsix@208.100.175.111] has joined ##stm32 2013-10-06T10:38:58 < ohsix> https://imgur.com/GmpVUg7 looool 2013-10-06T10:39:37 < talsit> ohsix: welcome back 2013-10-06T10:40:09 < ohsix> nm that link sucks http://publications.futureelectronics.com/publication/f9bdc62e#/f9bdc62e/22 2013-10-06T10:40:22 < ohsix> hi 2013-10-06T10:42:50 < ohsix> one of the funniest parts is bsquared sells linux support as well 2013-10-06T10:51:19 < dongs> http://www.kickstarter.com/projects/701992503/the-worlds-only-earbuds-with-no-strings-attached solution desperately looking for a problem 2013-10-06T10:54:54 < GargantuaSauce_> $155 for a 256mb mp3 player with 4 hours of battery life 2013-10-06T10:56:56 < GargantuaSauce_> actually the best part is the volume control 2013-10-06T11:00:18 < ohsix> best part is that as cute as it would be to own a pair, the drivers will be garbage and you'll lose one 2013-10-06T11:01:17 < ohsix> theres no narrow sound channel either, the fit is guaranteed crap 2013-10-06T11:02:43 < ohsix> there are over the ear bluetooth ones with a2dp/apt-x and like 30 hour battery life 2013-10-06T11:03:50 < dongs> but jewtooth radiates gigahertz wavez and unsafe for children!!11oneoneeleventy 2013-10-06T11:04:30 < ohsix> thte obvious solution is wearing two and never putting the phone anywhere but in front of your face 2013-10-06T11:27:08 -!- barthess [~barthess@178.154.89.191] has joined ##stm32 2013-10-06T11:30:06 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has quit [Ping timeout: 264 seconds] 2013-10-06T11:35:58 -!- barthess [~barthess@178.154.89.191] has quit [Ping timeout: 246 seconds] 2013-10-06T11:36:31 -!- barthess [~barthess@178.154.86.133] has joined ##stm32 2013-10-06T11:37:39 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-06T11:45:33 -!- Lt_Lemming_ [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-06T11:47:14 -!- Lt_Lemming [LtLemming@5.44.105.20] has quit [Disconnected by services] 2013-10-06T11:48:23 -!- Lt_Lemming_ is now known as Lt_Lemming 2013-10-06T11:48:53 -!- Lt_Lemming_ [LtLemming@5.44.105.20] has joined ##stm32 2013-10-06T11:50:54 -!- Lt_Lemming_ [LtLemming@5.44.105.20] has left ##stm32 [] 2013-10-06T11:52:39 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-06T11:58:06 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-06T12:35:16 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-06T12:51:08 < Posterdati> zyp: hi 2013-10-06T12:53:55 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-06T12:57:51 < Posterdati> zyp: I managed to make it work!! 2013-10-06T13:07:48 < dongs> sup prochats 2013-10-06T13:08:11 -!- ohsix [~ohsix@208.100.175.111] has left ##stm32 [] 2013-10-06T13:12:41 < Posterdati> dongs: did you buy the oscilloscope watch??? 2013-10-06T13:12:53 < dongs> i only buy shit thts useful 2013-10-06T13:12:55 < dongs> so no 2013-10-06T13:16:42 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-06T13:26:25 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-06T13:30:33 < Posterdati> dongs: you could be a sorta superhero with it 2013-10-06T13:31:23 < zyp> Posterdati, good to hear 2013-10-06T13:31:40 -!- Viper168 is now known as Viper168_ 2013-10-06T13:31:57 < Posterdati> zyp: problem was that the adxl345 interrupt interact with usb.process() 2013-10-06T13:32:46 < Posterdati> zyp: now I used TIM1 to generate a 3200Hz interrupt, in the ISR I placed usb.process() and sensors reading and it seems to work 2013-10-06T13:33:02 < dongs> haha. 2013-10-06T13:33:16 < Posterdati> the handle_in is performed in a task with tick frequency of 800 Hz 2013-10-06T13:34:10 < zyp> uh, ok 2013-10-06T13:35:34 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-06T13:35:34 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Client Quit] 2013-10-06T13:37:03 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-06T13:41:17 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-06T13:43:29 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 256 seconds] 2013-10-06T13:45:11 < Robint91> Posterdati, what for cpp usb things are you doing 2013-10-06T13:45:23 < Robint91> which stack requires a timer ISR? 2013-10-06T13:52:48 < dongs> none 2013-10-06T13:52:52 < dongs> hes just failing 2013-10-06T13:55:28 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has joined ##stm32 2013-10-06T14:02:10 < Posterdati> Robint91: none 2013-10-06T14:02:43 < Robint91> Posterdati, what are you doing then with the timer ISR? 2013-10-06T14:03:14 < Posterdati> not me, the micro. It is generating a 3200 Hz IRQ 2013-10-06T14:04:31 < Posterdati> to read out sensors on spi bus 2013-10-06T14:05:36 < dongs> http://imgur.com/r/ImGoingToHellForThis/Yc6C7qx is this funny because islam 2013-10-06T14:06:29 < Posterdati> or because there's a cross? 2013-10-06T14:13:49 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has quit [Ping timeout: 246 seconds] 2013-10-06T14:19:32 < trepidaciousMBR> Posterdati: That seems fast? 2013-10-06T14:37:42 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-06T14:46:39 < Posterdati> what? 2013-10-06T14:52:00 < Posterdati> it is not a matter of speed is that sensors throw out data at 3200 Hz 2013-10-06T14:57:55 < dongs> http://i.imgur.com/ySRbtxg.jpg just pulled this from under my dicknplace 2013-10-06T14:58:34 < zyp> how the fuck did it get there? 2013-10-06T15:01:49 < Posterdati> lol 2013-10-06T15:01:55 < Posterdati> are you by the sea? 2013-10-06T15:02:14 < talsit> what sensors are those? 2013-10-06T15:04:05 < Posterdati> dongs: are you by the sea? 2013-10-06T15:07:06 < dongs> sure 2013-10-06T15:07:20 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-06T15:07:39 < Posterdati> dongs: where? 2013-10-06T15:07:45 < dongs> http://i.imgur.com/6X4y3kR.jpg this close 2013-10-06T15:07:57 < Posterdati> dongs: remember me to do not buy a car from you :) 2013-10-06T15:09:54 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has joined ##stm32 2013-10-06T15:14:53 -!- bighead123 [~Administr@94.100.236.55] has joined ##stm32 2013-10-06T15:43:57 -!- bighead123 [~Administr@94.100.236.55] has quit [Ping timeout: 252 seconds] 2013-10-06T15:45:40 -!- bighead123 [~Administr@94.100.236.251] has joined ##stm32 2013-10-06T16:00:14 -!- barthess [~barthess@178.154.86.133] has quit [Quit: Leaving.] 2013-10-06T16:06:20 -!- barthess [~barthess@5.100.192.41] has joined ##stm32 2013-10-06T16:10:32 < Robint91> great 2013-10-06T16:10:42 < Robint91> second Ddos attack in 14 days 2013-10-06T16:11:59 < dongs> you work at github? 2013-10-06T16:16:26 < gnomad> freenode ddos? 2013-10-06T16:20:02 -!- capacitor [~parrot@123-243-139-187.tpgi.com.au] has joined ##stm32 2013-10-06T16:21:54 < capacitor> thankyou very much 2013-10-06T16:47:43 -!- Thorn [~Thorn@unaffiliated/thorn] has joined ##stm32 2013-10-06T16:53:47 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Read error: Connection reset by peer] 2013-10-06T16:57:23 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-06T17:20:03 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-06T17:22:18 -!- capacitor [~parrot@123-243-139-187.tpgi.com.au] has left ##stm32 [] 2013-10-06T17:29:52 < Robint91> fail2ban to the rescue 2013-10-06T17:44:53 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 246 seconds] 2013-10-06T17:46:11 <+dekar_> Robint91, what are you using it for? apache? ssh? 2013-10-06T17:46:17 < Robint91> dekar_, apache 2013-10-06T17:47:57 < Robint91> dekar_, http://pastebin.com/uUYyYFqT 2013-10-06T17:48:05 < Robint91> dekar_, collected in 20 mins 2013-10-06T17:52:24 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-06T17:55:31 < Thorn> DROP all -- localhost anywhere 2013-10-06T17:56:08 < Robint91> Thorn, it was a iptables -L | grep DROP 2013-10-06T17:56:17 < Robint91> i think it was the mysql rule 2013-10-06T17:57:16 < Thorn> also you should use ipsets if you have to do the same thing to many IPs 2013-10-06T17:57:47 < Thorn> plain rules are much worse in performance 2013-10-06T18:03:37 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-06T18:08:10 -!- ed__ [~ed@77.89.152.84] has joined ##stm32 2013-10-06T18:09:44 < Thorn> so I visit ebay and see this http://i.imgur.com/VRWOoEN.png 2013-10-06T18:19:16 < Laurenceb_> arg wtf 2013-10-06T18:19:30 < Laurenceb_> eagle draws arcs as a ton of individual lines 2013-10-06T18:19:33 < zyp> Thorn, targeted advertising? 2013-10-06T18:19:37 < Laurenceb_> this is a disaster 2013-10-06T18:19:59 < Thorn> apparently dds is a doll size 2013-10-06T18:22:54 <@Tectu> http://www.area51staff.it/humiditycontrol/images/schematic.jpg 2013-10-06T18:31:47 < karlp> it's beautiful 2013-10-06T18:35:09 < zyp> is somebody supposed to say «still looks better than eagle»? :p 2013-10-06T18:38:59 < Laurenceb_> im going to columbine cadsoft offices at this rate 2013-10-06T18:45:39 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-06T18:45:39 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-06T18:45:39 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-06T18:46:59 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-06T19:00:00 -!- bighead123 [~Administr@94.100.236.251] has quit [Read error: Connection reset by peer] 2013-10-06T19:00:21 -!- bighead123 [~Administr@94.100.236.195] has joined ##stm32 2013-10-06T19:11:00 < Laurenceb_> first github now sickipedia 2013-10-06T19:11:24 < Laurenceb_> all my fav sites 2013-10-06T19:29:37 -!- bighead123 [~Administr@94.100.236.195] has quit [Quit: Leaving.] 2013-10-06T19:35:53 -!- mrmcan [~mrcan@unaffiliated/mrcan] has joined ##stm32 2013-10-06T19:36:09 -!- DaKu is now known as daku 2013-10-06T19:48:32 -!- mrcan_ [~mrcan@unaffiliated/mrcan] has joined ##stm32 2013-10-06T19:51:14 -!- mrmcan [~mrcan@unaffiliated/mrcan] has quit [Ping timeout: 246 seconds] 2013-10-06T19:58:30 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-06T20:39:08 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-06T20:40:08 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-06T20:46:53 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-06T20:47:53 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Remote host closed the connection] 2013-10-06T20:51:36 -!- alexn [~alexn@pD95E87D9.dip0.t-ipconnect.de] has joined ##stm32 2013-10-06T20:54:08 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-06T21:00:46 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-06T21:04:12 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-06T21:17:31 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 245 seconds] 2013-10-06T21:25:41 -!- alexn [~alexn@pD95E87D9.dip0.t-ipconnect.de] has quit [Quit: This computer has gone to sleep] 2013-10-06T21:28:47 -!- alexn [~alexn@pD95E87D9.dip0.t-ipconnect.de] has joined ##stm32 2013-10-06T21:30:01 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-06T21:39:00 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-06T21:52:20 -!- PT_Dreamer [~quassel@a95-93-151-119.cpe.netcabo.pt] has joined ##stm32 2013-10-06T21:52:44 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-06T21:55:49 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 246 seconds] 2013-10-06T21:59:02 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 264 seconds] 2013-10-06T22:03:45 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-06T22:28:48 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-06T22:38:25 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-06T22:39:53 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-06T22:41:47 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-06T22:51:16 -!- PT_Dreamer [~quassel@a95-93-151-119.cpe.netcabo.pt] has quit [Ping timeout: 245 seconds] 2013-10-06T22:54:12 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-06T22:56:36 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Client Quit] 2013-10-06T23:01:00 -!- PT_Dreamer [~quassel@bl12-89-73.dsl.telepac.pt] has joined ##stm32 2013-10-06T23:02:02 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-06T23:14:07 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-06T23:15:28 -!- alexn [~alexn@pD95E87D9.dip0.t-ipconnect.de] has quit [Ping timeout: 248 seconds] 2013-10-06T23:15:54 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-06T23:42:48 -!- alexn [~alexn@93.104.205.194] has quit [Ping timeout: 240 seconds] 2013-10-06T23:46:21 -!- alexn [~alexn@pD95E87D9.dip0.t-ipconnect.de] has joined ##stm32 2013-10-06T23:51:56 -!- alexn [~alexn@pD95E87D9.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] --- Day changed Mon Oct 07 2013 2013-10-07T00:05:06 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-07T00:08:12 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Quit: Ik ga weg] 2013-10-07T00:09:50 -!- PT_Dreamer [~quassel@bl12-89-73.dsl.telepac.pt] has quit [Ping timeout: 264 seconds] 2013-10-07T00:13:31 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Quit: Leaving] 2013-10-07T00:13:58 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-07T00:20:43 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-07T00:28:26 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-07T01:14:18 -!- TeknoJuce01 [~TeknoJuce@bas1-london15-1279302176.dsl.bell.ca] has quit [Ping timeout: 252 seconds] 2013-10-07T01:15:34 < Laurenceb_> http://www.youtube.com/watch?v=2OdPsXc3OXQ 2013-10-07T01:20:49 <+Steffan-> Nice trollll 2013-10-07T01:21:25 < Laurenceb_> pron music in background 2013-10-07T01:23:17 < karlp> screen does look flimsy 2013-10-07T01:25:06 <+Steffan-> its cheap.. 2013-10-07T01:26:50 < Thorn> why does the screen go white when it's turned on? that's what displays with chinese controller chips do 2013-10-07T01:31:33 < zyp> «chinese controller chips» 2013-10-07T01:33:18 < zyp> Laurenceb_, dunno what kind of porn you watch 2013-10-07T01:34:19 < BrainDamage> it's not porn, it's pron 2013-10-07T01:34:33 < BrainDamage> because he's too ashamed to even spell it correctly 2013-10-07T01:40:03 < dongs> Laurenceb_: why is that board at an angle inside the blister pack 2013-10-07T01:42:58 < gxti> because it's not in the blister pack 2013-10-07T01:43:54 < dongs> is it on top of it? 2013-10-07T01:44:04 < dongs> ok yeah. looks like 2013-10-07T01:44:09 < dongs> DISREGARD 2013-10-07T01:56:47 <+Steffan-> lol 2013-10-07T02:00:00 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Quit: Leaving] 2013-10-07T02:00:44 < Posterdati> Thorn: indian controller 2013-10-07T02:01:08 < Posterdati> Thorn: chinese controller short circuit at the 10th power on 2013-10-07T02:02:34 -!- barthess [~barthess@5.100.192.41] has quit [Ping timeout: 246 seconds] 2013-10-07T02:04:54 < Posterdati> zyp: final test is going well, sensors are read at 3200 Hz :) very good 2013-10-07T02:05:00 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-07T02:05:18 < Posterdati> and the system use only the CDC USB device :) 2013-10-07T02:07:18 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 264 seconds] 2013-10-07T02:10:19 <+Steffan-> you suddenly switched to cdc Posterdati? 2013-10-07T02:10:34 < Posterdati> yes 2013-10-07T02:10:44 < Posterdati> using hid is a nonsense at all 2013-10-07T02:11:12 < dongs> u r a nonsense 2013-10-07T02:11:39 < Posterdati> like the trolls living by the sea 2013-10-07T02:11:50 <+Steffan-> you also tried other stuff not? 2013-10-07T02:12:01 < Posterdati> other stuff? 2013-10-07T02:12:09 <+Steffan-> non-hid 2013-10-07T02:12:17 <+Steffan-> *other than hid 2013-10-07T02:12:21 < Posterdati> no 2013-10-07T02:12:23 < dongs> yeah i remember him trying to dick wiht some raw bulk transfer shit 2013-10-07T02:12:28 <+Steffan-> ^^ 2013-10-07T02:12:43 < Posterdati> never used raw 2013-10-07T02:13:23 < zyp> … 2013-10-07T02:13:36 < zyp> the libusb stuff you dicked with, that was raw. 2013-10-07T02:13:46 <+Steffan-> That was not Posterdati. 2013-10-07T02:15:50 < Posterdati> zyp: is bulk transfer raw? 2013-10-07T02:16:02 < zyp> … 2013-10-07T02:16:27 < zyp> raw in this context means «vendor specific», i.e. not a predefined class. 2013-10-07T02:16:40 < Posterdati> well I'm using cdc 2013-10-07T02:16:44 < Posterdati> is that a class? 2013-10-07T02:17:06 < zyp> when you use bulk transport directly from libusb without any class stuff in between, that can be described as talking raw usb 2013-10-07T02:17:39 < Posterdati> ok 2013-10-07T02:18:04 < zyp> cdc is a class, yes, which means you get to talk to class specific drivers 2013-10-07T02:18:24 < Posterdati> cdc coded in the device 2013-10-07T02:18:30 < zyp> so instead of talking to a usb device, you can talk to a serial port, which then the cdc driver translates to usb for you 2013-10-07T02:18:51 < Posterdati> yes I read that part 2013-10-07T02:19:31 < Posterdati> well my application could be similar to your hid example about the game pad 2013-10-07T02:20:10 < Posterdati> but I CDC could cope too 2013-10-07T02:20:27 < zyp> anyway, good to hear you found something that works 2013-10-07T02:20:44 < Posterdati> yes and it was truly simple at last 2013-10-07T02:20:55 < Posterdati> I didn't mess with usb code 2013-10-07T02:20:57 < dongs> In order to ensure the stability of board performance, our PCB manufacture craft for the heavy gold board, power supply IC all adopt imported regulator IC, the wiring lines to walk is go in strict accordance with the specification, in terms of answering the GND, anti-jamming are under a lot of kung fu, the plate is SMT patch, neat and easy appearance. 2013-10-07T02:21:02 < dongs> holy fucking shit. 2013-10-07T02:21:30 < Posterdati> zyp: only that problem with interrupt and usb.process() 2013-10-07T02:21:54 < zyp> dongs, by the way, how did it go with the F3 quadrotor boards you were making? 2013-10-07T02:22:08 < dongs> zyp: they're made. havente done anything else wiht it. 2013-10-07T02:22:21 < dongs> oh, there's some working firmware with proper calculations (not by me). 2013-10-07T02:22:28 < dongs> appears to work. 2013-10-07T02:22:48 < Posterdati> zyp: usb.process() is not thread safe :) 2013-10-07T02:22:55 < zyp> I was thinking about porting my shit to it, I'm not sure the sensors on my board is sane 2013-10-07T02:23:08 < zyp> it had native usb? 2013-10-07T02:23:12 < dongs> ya 2013-10-07T02:23:13 < zyp> and which sensors? 2013-10-07T02:23:35 < dongs> mpu6k, hmc5983, 5611 pressure 2013-10-07T02:23:42 < dongs> all on spi 2013-10-07T02:23:51 < zyp> ah, nice 2013-10-07T02:24:07 < Posterdati> mpu6k the stupid chip with do sensors fusion only if you buy the license? 2013-10-07T02:24:27 < dongs> yes, because you can't do it yourself with raw sensor readings at all. 2013-10-07T02:24:31 < dongs> the license prevents you from doing that. 2013-10-07T02:25:32 < zyp> I'll probably buy a couple off you some time then, maybe next time I'm getting other stuff from you :p 2013-10-07T02:25:33 < Posterdati> did you buy it? 2013-10-07T02:26:51 < dongs> zyp: sure. 2013-10-07T02:29:39 < Posterdati> dongs: what do you sell^ 2013-10-07T02:29:40 < Posterdati> ? 2013-10-07T02:30:02 <+dekar_> Posterdati, why is HID nonsense? It works fine for me :) 2013-10-07T02:30:36 < zyp> dekar_, because he had no idea about what he was doing 2013-10-07T02:30:40 < Posterdati> dekar_: sure it works, but I do not need for my project, cdc is ok too 2013-10-07T02:30:57 < dongs> Posterdati: everything 2013-10-07T02:31:07 < zyp> dekar_, and also because hid is not suited for the fast streaming of data that he wanted to do 2013-10-07T02:31:33 < Posterdati> dongs: I hope you don't sell cars too 2013-10-07T02:31:41 <+dekar_> that's true, though CDC usually comes with manual driver installations :/ 2013-10-07T02:31:52 < Posterdati> zyp: speed(hid) < speed(cdc)? 2013-10-07T02:32:04 < zyp> Posterdati, yes 2013-10-07T02:32:37 < Posterdati> zyp: speed(hid) < 204 kbit/s 2013-10-07T02:32:38 <+dekar_> HID only does 64bytes/ms 2013-10-07T02:32:47 < zyp> yep 2013-10-07T02:33:08 < zyp> because hid is using interrupt transport, which is limited to one packet per frame 2013-10-07T02:33:18 < zyp> so max 64 kB/s 2013-10-07T02:33:49 <+dekar_> Yet when updating my STM32's firmware via HID, the actual bottleneck is the flash erase speed. 2013-10-07T02:34:34 < zyp> you don't need insane speeds for bootloader stuff ;) 2013-10-07T02:37:36 < Posterdati> anyway it works now 2013-10-07T02:38:19 < zyp> dongs, by the way, I looked through some baseflightplus code earlier today, what's up with the 500/200/100Hz stuff? 2013-10-07T02:39:32 < Posterdati> zyp: are you going to create an IRQ base usb driver? 2013-10-07T02:40:08 < zyp> Posterdati, later 2013-10-07T02:40:41 < Posterdati> anyway stm32f107 has got only one IRQ for OTG_FS 2013-10-07T02:40:49 < zyp> of course it does 2013-10-07T02:41:11 < zyp> and it's not sane to do all the usb processing in the ISR 2013-10-07T02:41:20 < Posterdati> yes 2013-10-07T02:41:23 < Posterdati> too long 2013-10-07T02:41:27 < Posterdati> but 2013-10-07T02:41:44 < Posterdati> why interrupting usb.process() causes usb to go in error? 2013-10-07T02:42:20 < zyp> the way I'm going to do it is to have the usb processing in it's own thread, then that thread will sleep when it doesn't have anything to do, then the ISR will wake up that thread again when it has something to do 2013-10-07T02:42:37 < zyp> but before I can do that I need to put more work into my thread scheduler 2013-10-07T02:42:53 < Posterdati> ok 2013-10-07T02:44:01 < Posterdati> anyway I could not miss sensors reading 2013-10-07T02:44:32 < zyp> interrupting usb.process() shouldn't cause any problems, and ep_ready() and write() should be safe to call from other threads 2013-10-07T02:44:50 < Posterdati> mmmh it seems no to be the case 2013-10-07T02:45:12 < Posterdati> I let usb.process() in a thread 2013-10-07T02:45:17 < Posterdati> and it won't work 2013-10-07T02:45:20 < zyp> I have projects where I do it. 2013-10-07T02:45:38 < Posterdati> ok 2013-10-07T02:45:59 < zyp> however, keep in mind that the callbacks are called from usb.process(), so if your callbacks aren't threadsafe you might get issues 2013-10-07T02:46:03 < zyp> but that's not my responsibility 2013-10-07T02:46:32 < Posterdati> which callbacks? the CDC class handle_in/out? 2013-10-07T02:47:11 < zyp> yes 2013-10-07T02:47:30 < Posterdati> well I don't use out so much, but only _in 2013-10-07T02:47:42 < zyp> well, that's not a callback 2013-10-07T02:48:04 < Posterdati> I was thinking that usb.process() could live in a thread 2013-10-07T02:48:08 < zyp> I think the handle_in-name is a bit dumb, because I use handle_*-stuff for callbacks :p 2013-10-07T02:48:11 < zyp> sure 2013-10-07T02:48:47 < Posterdati> and that it could be interrupted from other tasks and IRQ 2013-10-07T02:48:51 < zyp> http://cgit.jvnv.net/suzumebachi/tree/main.cpp#n257 <- that's what it does here 2013-10-07T02:49:30 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has quit [Read error: Operation timed out] 2013-10-07T02:49:34 < zyp> ignore the interrrupt stuff on lines 252-255, it's never enabled, so it doesn't do anything 2013-10-07T02:49:45 < Posterdati> thread::yeld 2013-10-07T02:49:51 < Posterdati> cooperative multitasking? 2013-10-07T02:49:57 < zyp> yep 2013-10-07T02:50:11 < Posterdati> ah that way should work 2013-10-07T02:50:40 < Posterdati> because you are sure to pass control to other code as soon as you execute usb.process 2013-10-07T02:50:52 < zyp> fair point 2013-10-07T02:51:03 < Posterdati> I haven't got such scheduling scheme 2013-10-07T02:51:22 < Posterdati> my scheduler it's a simple round robin task switching scheme 2013-10-07T02:51:29 < zyp> so is mine 2013-10-07T02:51:38 < Posterdati> yes but not cooperative 2013-10-07T02:52:03 < Posterdati> it switches from task to the next at ixed time 2013-10-07T02:52:06 < zyp> I have no notion of whether threads are ready or not, so they all just yield whenever they don't have anything to do 2013-10-07T02:52:16 < Posterdati> ah ok 2013-10-07T02:52:22 < Posterdati> it's a scheduling strategy 2013-10-07T02:52:57 < Posterdati> I change task everytime I execute PendSV IRQ 2013-10-07T02:53:22 < zyp> I did some work on improving the scheduler while I was bored on a flight this summer, but I haven't finished it yet 2013-10-07T02:53:33 < Posterdati> good 2013-10-07T02:53:39 < zyp> I didn't bring any hardware with me, so the code has only been tested in qemu so far :p 2013-10-07T02:53:54 < Posterdati> could be a scheduler be taken from linux stuff? 2013-10-07T02:54:04 < zyp> heh 2013-10-07T02:54:05 < Posterdati> or is it too big? 2013-10-07T02:54:12 < zyp> no idea really 2013-10-07T02:54:15 < zyp> sounds pointless 2013-10-07T02:55:10 < Posterdati> well I think that a good RTOS should have a robust signals handling facility 2013-10-07T02:56:08 < zyp> http://cgit.jvnv.net/laks/log/?h=scheduler_improvements <- here's the code if you're interested in looking at it 2013-10-07T02:56:34 < dongs> zyp: didya know cmsis-rtx rtos is now free as in aids 2013-10-07T02:56:36 < zyp> it's the stuff from 07-07 and 07-20; the days I were flying to and from korea :p 2013-10-07T02:56:49 < zyp> dongs, nah, is it nice? 2013-10-07T02:56:58 < Posterdati> zyp: south Korea I hope 2013-10-07T02:57:00 < dongs> https://www.keil.com/demo/eval/rtx.htm try it out, its DEADBSD license 2013-10-07T02:57:10 < zyp> Posterdati, yes, I went on a business trip 2013-10-07T02:57:11 < dongs> full sores included 2013-10-07T02:57:17 < dongs> not sure why its under /demo/eval url but its compleet 2013-10-07T02:57:19 < Posterdati> keil = windows = freemasons 2013-10-07T02:57:21 -!- Viper168_ is now known as Viper168 2013-10-07T02:57:24 < dongs> its same shit that comes wiht payware keil 2013-10-07T02:57:24 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Quit: Leaving] 2013-10-07T02:57:27 < dongs> except freetard 2013-10-07T02:58:02 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-07T02:58:50 < Posterdati> zyp: which micro did you simulate with qemu? 2013-10-07T02:59:12 < zyp> one of the lm targets 2013-10-07T02:59:21 < zyp> hang on, I'll find the demo code 2013-10-07T02:59:55 < zyp> http://cgit.jvnv.net/laks_demo/tree/?h=qemu <- test.py has the command required for starting qemu 2013-10-07T03:01:23 < Posterdati> tx 2013-10-07T03:01:34 < Posterdati> cortex-m4 or m3? 2013-10-07T03:01:39 < zyp> m3 2013-10-07T03:01:47 < zyp> doesn't seem to support m4 yet 2013-10-07T03:01:56 < Posterdati> ok 2013-10-07T03:02:05 < zyp> but I don't care 2013-10-07T03:02:13 < Posterdati> is it possible to cooperate in this project? 2013-10-07T03:02:22 < zyp> which project? 2013-10-07T03:03:03 < Posterdati> the RTOS one 2013-10-07T03:04:11 < zyp> you're free to use or reuse parts of it as you want (it's bsd licensed, after all) 2013-10-07T03:04:58 < Posterdati> ok 2013-10-07T03:05:39 < Posterdati> I hope that for the next project I'll use a linux capable board 2013-10-07T03:06:24 < zyp> and I would certainly consider accepting good patches, but on the other hand this is a toy project that's kind of a sandbox for fun stuff I want to do, and I kinda want to keep it that way 2013-10-07T03:07:07 < Posterdati> zyp: well if your work is done like the usb one it should be more than a toy project 2013-10-07T03:07:29 < Posterdati> your usb stack is very useful 2013-10-07T03:09:23 < zyp> I think so too, that's because I wrote it like I wanted to write it :p 2013-10-07T03:09:45 < Posterdati> compared to st libraries 2013-10-07T03:09:50 -!- GargantuaSauce_ [~sauce@blk-252-19-214.eastlink.ca] has quit [Ping timeout: 264 seconds] 2013-10-07T03:10:14 < zyp> and what I don't want to do is filling my project with lots of code that's not written the way I want it to be 2013-10-07T03:11:04 < zyp> writing code for other people's needs is what I do at work, at home I want to write code for my own needs :p 2013-10-07T03:11:30 -!- GargantuaSauce [~sauce@blk-252-19-214.eastlink.ca] has joined ##stm32 2013-10-07T03:12:04 < Posterdati> :) 2013-10-07T03:21:37 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-07T03:28:07 < dongs> hmm 2013-10-07T03:28:28 < dongs> spend 800 bucks on panelook yearly subscription and mirror all datasheets, then ???? 3) profit! 2013-10-07T03:30:30 < dongs> hm, no. i gotta pay for ida this month. that;'ll be all for useless spending. 2013-10-07T04:02:55 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-07T04:35:13 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-07T05:02:52 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-07T05:13:29 < dongs> latest dixus5 leak is cute 2013-10-07T05:13:32 < dongs> full phone schematics 2013-10-07T05:30:01 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-07T05:45:48 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has joined ##stm32 2013-10-07T05:48:18 < dongs> heh, dixus 5 shcematic: using 0.1u and 100n on caps connected to same device 2013-10-07T05:50:46 < emeb_mac> huh - trying to spread out the resonances? 2013-10-07T05:52:37 < dongs> ... 2013-10-07T05:53:02 < Thorn> decoupling caps? 2013-10-07T05:53:13 < dongs> 0.1u = 100n 2013-10-07T05:53:21 < dongs> (incase that wasnt obvious) 2013-10-07T05:54:17 < emeb_mac> same kind of caps? 2013-10-07T05:54:22 < emeb_mac> (not just value) 2013-10-07T05:54:53 -!- Viper168 is now known as Viper168_ 2013-10-07T05:56:55 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-07T05:59:11 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-07T06:00:35 < dongs> duno, its a pdf schematic. 2013-10-07T06:01:29 < dongs> they're not on same vcc rail either. 2013-10-07T06:01:48 < dongs> Any of you do any arduino work? 2013-10-07T06:27:49 < zippe> Does anyone do arduino "work"? 2013-10-07T06:28:26 < zippe> dongs: re the intel Galileo thing 2013-10-07T06:28:36 < zippe> dongs: the GPIO situation is hysterical 2013-10-07T06:28:57 < dongs> zippe: you mean on i2c expander? 2013-10-07T06:29:02 < zippe> Yes 2013-10-07T06:29:04 < dongs> yeah, hysterical to the max 2013-10-07T06:29:22 < dongs> doesnt the chip have some normal fucking gpio out of 300+ balls?:) 2013-10-07T06:29:23 < zippe> I asked some folks that would know… it seems like the chip is a short bus special all around 2013-10-07T06:29:30 < zippe> It does 2013-10-07T06:29:36 < zippe> But they are 1.8V GPIOs 2013-10-07T06:29:40 < dongs> oh of course. 2013-10-07T06:29:45 < dongs> NOT COMPATIVBLE WIHT TARDUINO 2013-10-07T06:29:52 < zippe> And I think not even 3v3 tolerant 2013-10-07T06:30:03 < dongs> wouldnt surprise me if they werent. 2013-10-07T06:30:13 < dongs> but still, they're already level shifting teh shit.. 2013-10-07T06:30:24 < dongs> even off i2c expander.. 2013-10-07T06:30:28 < zippe> dongs: yeah, but Arduino GPIOs are current sources 2013-10-07T06:30:40 < zippe> and they don't have enough extra GPIOs for per-pin direction controls 2013-10-07T06:30:51 < zippe> So they would have to use the auto-sensing GPIO level shifters 2013-10-07T06:30:56 < zippe> which can't source current worth a damn 2013-10-07T06:31:06 < dongs> ah 2013-10-07T06:31:15 < dongs> shittay. 2013-10-07T06:31:21 < dongs> oh well, its tarduino after all 2013-10-07T06:31:31 < zippe> Kinda sad because the CPU core itself is actually kinda interesting 2013-10-07T06:31:34 < dongs> but yea h,w hen i saw i2c expander on block diagram, i was like... 2013-10-07T06:31:55 < zippe> But the chip is bad and the board is as far again beyond 2013-10-07T06:32:10 < dongs> i guess they're hoping that since tarduino gpio takes like 300 avr cycles to toggle, they could get away with sticking it on i2c 2013-10-07T06:32:25 < dongs> "ITS SLOW IF YOU USE ARDUINO LIBS, SO NOONE WILL NOTICE" 2013-10-07T06:33:08 < dongs> zippe, thanks for a good laugh 2013-10-07T06:34:26 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-07T06:34:36 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-07T06:36:42 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-07T06:36:42 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-07T06:37:16 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-07T06:55:16 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-07T07:02:00 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-07T07:20:23 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-07T07:23:26 < dongs> attn GargantuaSauce http://spectrum.ieee.org/img/inflaty_walkywalk-1345627710567.jpg 2013-10-07T07:25:45 < GargantuaSauce> wat 2013-10-07T07:30:08 < GargantuaSauce> cant find any more information on it :( 2013-10-07T07:30:41 < GargantuaSauce> other than the fact that they ended up getting boatloads of cash from darpa 2013-10-07T07:31:08 < dongs> taht's probly where it ended 2013-10-07T07:31:24 < dongs> step3) profit! model. 2013-10-07T07:32:58 < GargantuaSauce> step 4: arm militants with pins 2013-10-07T07:32:58 < dongs> http://www.hizook.com/blog/2011/11/21/inflatable-robots-otherlab-walking-robot-named-ant-roach-and-complete-arm-plus-hand this? 2013-10-07T07:33:03 < dongs> http://www.hizook.com/files/users/3/Riding_Inflatable_Robot.jpg haha 2013-10-07T07:33:03 < dongs> nice dong 2013-10-07T07:33:42 < GargantuaSauce> pneumatic actuation is pretty cool, i definitely want to mess with it at some point 2013-10-07T07:33:58 * GargantuaSauce adds robodongs to his list 2013-10-07T07:35:30 < emeb_mac> latest pcb - http://imgur.com/ZfZIprf 2013-10-07T07:38:11 < dongs> cool geda, bro 2013-10-07T07:38:14 < dongs> i see that fx2 connector 2013-10-07T07:38:22 < dongs> oih fuck 2013-10-07T07:38:22 < emeb_mac> yep - super pro 2013-10-07T07:38:26 < dongs> its a beagleboner CAPE 2013-10-07T07:38:30 < emeb_mac> ya 2013-10-07T07:38:31 < dongs> busted 2013-10-07T07:38:50 < emeb_mac> spartan 6 2013-10-07T07:38:50 < dongs> 2L?? 2013-10-07T07:38:56 < emeb_mac> 4 2013-10-07T07:40:21 < dongs> pro opensauce 2013-10-07T07:44:57 < gxti> speaking of which, i want to do some kind of handheld touchscreen crap. any prefab stuff worth looking at? 2013-10-07T07:47:08 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-07T07:52:24 < dongs> you mean any of hundreds chinese lcds w/touchscreen? 2013-10-07T08:09:11 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has joined ##stm32 2013-10-07T08:13:38 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-07T08:22:06 -!- TeknoJuce01 [~TeknoJuce@135.0.85.12] has joined ##stm32 2013-10-07T08:22:20 -!- DanteA [~X@host-58-158-66-217.spbmts.ru] has joined ##stm32 2013-10-07T08:24:58 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has quit [Ping timeout: 240 seconds] 2013-10-07T08:25:03 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has joined ##stm32 2013-10-07T08:32:40 -!- capacitor [~parrot@123-243-139-187.tpgi.com.au] has joined ##stm32 2013-10-07T08:44:40 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-07T08:46:13 -!- dongie [~no@bcas.tv] has quit [Ping timeout: 248 seconds] 2013-10-07T08:46:21 -!- dongie [~no@bcas.tv] has joined ##stm32 2013-10-07T09:00:29 < dongs> Boost Community - for Boost C++ libraries used in sdcc compiler 2013-10-07T09:11:07 < emeb_mac> support group. kinda like AA 2013-10-07T09:12:18 * capacitor throws an empty bottle at emeb_mac 2013-10-07T09:12:25 < capacitor> are you calling me an alcoholic 2013-10-07T09:13:14 < emeb_mac> not per-se. 2013-10-07T09:13:16 < GargantuaSauce> boost abuse is well known to ruin lives and tear families apart 2013-10-07T09:13:52 < capacitor> i kid, also welcome! 2013-10-07T09:14:49 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-07T09:16:31 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-07T09:16:53 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-07T09:32:46 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-07T09:42:14 -!- DanteA [~X@host-58-158-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-07T09:42:58 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-07T09:52:00 -!- Viper168 is now known as Viper168_ 2013-10-07T09:54:09 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-07T09:56:28 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has quit [Ping timeout: 246 seconds] 2013-10-07T09:56:32 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 248 seconds] 2013-10-07T09:59:06 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Remote host closed the connection] 2013-10-07T10:05:15 -!- jon1012 [~jon@pha75-14-88-162-134-157.fbx.proxad.net] has joined ##stm32 2013-10-07T10:05:15 -!- jon1012 [~jon@pha75-14-88-162-134-157.fbx.proxad.net] has quit [Changing host] 2013-10-07T10:05:16 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-07T10:21:26 -!- barthess [~barthess@86.57.155.106] has quit [Ping timeout: 240 seconds] 2013-10-07T10:31:43 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-07T10:31:54 < dongs> commence toxic chats 2013-10-07T10:32:20 < dongs> o nvm talsit is gone 2013-10-07T10:32:31 < GargantuaSauce> fuck you dongs 2013-10-07T10:33:11 < emeb_mac> heh 2013-10-07T10:33:17 < GargantuaSauce> besides it is not chat time, it is blog-o'clock 2013-10-07T10:33:33 < GargantuaSauce> on that note, wordpress' interface is really annoying at times 2013-10-07T10:33:33 < emeb_mac> bedtime 2013-10-07T10:34:16 < dongs> > wordpress 2013-10-07T10:34:17 < dongs> found your problem 2013-10-07T10:34:23 < GargantuaSauce> every CMS sucks 2013-10-07T10:34:39 < dongs> http://www.kickstarter.com/projects/johnonolan/ghost-just-a-blogging-platform this doesnt suck 2013-10-07T10:35:04 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-07T10:35:34 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-07T10:35:52 < GargantuaSauce> okay you're throwing me for a loop here 2013-10-07T10:36:10 < GargantuaSauce> i don't see anything obviously retarded about that but you linked to it and it's a kickstarter 2013-10-07T10:36:32 < GargantuaSauce> moreover the following text appears to be...positive? 2013-10-07T10:36:39 < dongs> the obviously retardded part is people wasted $250k gbp on it 2013-10-07T10:37:17 < dongs> for an opensores blog engine 2013-10-07T10:37:22 < dongs> 10gbp for a "digital download" 2013-10-07T10:37:24 < dongs> ???? 2013-10-07T10:38:08 < GargantuaSauce> oh i thought they were paying for hosting 2013-10-07T10:38:08 < GargantuaSauce> yeah ok 2013-10-07T10:38:13 < dongs> nope 2013-10-07T10:38:35 < dongs> pretty cool shit 2013-10-07T11:35:03 < capacitor> what a dog 2013-10-07T11:47:02 -!- Robint91 [~Robint91_@2a02:2c40:400:0:94d:af2b:77cf:c744] has joined ##stm32 2013-10-07T11:47:27 < Robint91> damm I use IPV6 2013-10-07T11:47:31 < Robint91> hipster reporting 2013-10-07T11:47:36 < zyp> ok 2013-10-07T11:56:10 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-07T12:04:45 -!- PT_Dreamer [~quassel@247.87.166.178.rev.vodafone.pt] has joined ##stm32 2013-10-07T12:07:32 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has joined ##stm32 2013-10-07T12:26:00 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-07T12:26:01 -!- Robint91 [~Robint91_@2a02:2c40:400:0:94d:af2b:77cf:c744] has quit [Ping timeout: 245 seconds] 2013-10-07T12:35:42 -!- Robint91 [~Robint91_@2a02:2c40:400:0:ddb4:c0dd:92a9:5e74] has joined ##stm32 2013-10-07T12:41:29 -!- ed__ [~ed@77.89.152.84] has quit [Remote host closed the connection] 2013-10-07T12:57:56 < dongs> http://www.kickstarter.com/projects/richardhaberkern/gps-cookie-leaving-crumbs-wherever-it-goes 2013-10-07T13:01:41 -!- dekar_ [~dekar@212.255.18.40] has quit [Quit: Leaving] 2013-10-07T13:07:24 < dongs> $25 for 4 blank pcbs. 2013-10-07T13:07:25 < dongs> fuck off. 2013-10-07T13:07:50 < dongs> ublox max6q = $10. rest of bom ~=$10 tops 2013-10-07T13:15:46 < dongs> fuck i need to dickstart something fucking obvious 2013-10-07T13:15:51 < dongs> for arduino of course. 2013-10-07T13:16:10 < GargantuaSauce> http://workman-industries.net/?p=53 blogging on blogs 2013-10-07T13:16:15 < GargantuaSauce> rambling on rambles 2013-10-07T13:18:02 < dongs> furiusouly reading 2013-10-07T13:18:05 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has joined ##stm32 2013-10-07T13:18:54 < GargantuaSauce> i held back on bitching about my garbage electronics or the fact that the closest thing to a decent servo is $50 2013-10-07T13:41:07 < jpa-> GargantuaSauce: looks like you barely found enough space on the floor to try it out :) 2013-10-07T13:41:50 < GargantuaSauce> p much, there's two couches in the room in addition to all my tools&materials 2013-10-07T13:43:43 < GargantuaSauce> once i do the mechanical reimplementation i'll stick an actual battery on there and go for a romp at the uni or something 2013-10-07T13:51:00 -!- bighead123 [~Administr@94.100.236.105] has joined ##stm32 2013-10-07T13:52:12 -!- Viper168 is now known as Viper168_ 2013-10-07T13:53:58 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-07T13:56:30 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has quit [Ping timeout: 264 seconds] 2013-10-07T13:56:41 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-07T14:06:34 -!- bighead123 [~Administr@94.100.236.105] has quit [Quit: Leaving.] 2013-10-07T14:15:24 -!- bighead123 [~Administr@94.100.236.105] has joined ##stm32 2013-10-07T14:15:51 -!- bighead123 [~Administr@94.100.236.105] has quit [Client Quit] 2013-10-07T14:16:09 -!- bighead123 [~Administr@94.100.236.105] has joined ##stm32 2013-10-07T14:24:02 -!- capacitor [~parrot@123-243-139-187.tpgi.com.au] has left ##stm32 [] 2013-10-07T14:29:13 < Laurenceb_> anyone got an F429 discovery yet? 2013-10-07T14:29:29 -!- bighead123 [~Administr@94.100.236.105] has quit [Quit: Leaving.] 2013-10-07T14:38:36 < dongs> mine shipped 2013-10-07T14:40:02 < Laurenceb_> id be interested to see if it has the silicon revision with the screwy SDRAM 2013-10-07T14:41:06 < dongs> im sure it is 2013-10-07T14:41:19 < dongs> early -discoveries always ship wiht ES chips 2013-10-07T14:41:26 < dongs> i think both of my F4's are -ES 2013-10-07T14:42:41 < Laurenceb_> yeah the early F4discovery has piss poor ADC 2013-10-07T14:42:48 < Laurenceb_> loads of noise 2013-10-07T14:44:20 < zyp> errata on the sdram controller? 2013-10-07T15:11:38 < Laurenceb_> wtf 2013-10-07T15:11:39 < Laurenceb_> http://imall.iteadstudio.com/electronic-components/ic.html 2013-10-07T15:11:43 < Laurenceb_> do not want 2013-10-07T15:12:08 < zyp> ok 2013-10-07T15:13:35 < Laurenceb_> "MEGAWIN - MPC89E58AF" 2013-10-07T15:13:37 < Laurenceb_> lolling 2013-10-07T15:35:31 < Posterdati> hi 2013-10-07T15:35:44 < Posterdati> is there any stm32 capable of running linux? 2013-10-07T15:36:07 < jpa-> µclinux runs on most stm32's with FSMC 2013-10-07T15:36:26 < jpa-> no mmu so no normal linux 2013-10-07T15:37:14 < Laurenceb_> someone needs to port linux to megawin 2013-10-07T15:37:19 < Laurenceb_> because.. megawin 2013-10-07T15:40:07 <+Steffan-> When you buy it'll be a megafail for sure. 2013-10-07T15:45:26 < Posterdati> jpa-: even m4 lacks mmu? 2013-10-07T15:45:33 < Posterdati> or it laks 2013-10-07T15:47:15 < jpa-> Posterdati: yes 2013-10-07T15:47:22 < Posterdati> :( 2013-10-07T15:47:39 < Posterdati> 64 kBytes of ram are very few 2013-10-07T15:48:02 < zyp> everything is relative 2013-10-07T15:48:50 < dongs> megawin is old trash 2013-10-07T15:48:52 < dongs> vcery cheap too 2013-10-07T15:53:16 -!- TeknoJuce [~TeknoJuce@135.0.85.12] has joined ##stm32 2013-10-07T15:53:16 -!- TeknoJuce [~TeknoJuce@135.0.85.12] has quit [Changing host] 2013-10-07T15:53:16 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has joined ##stm32 2013-10-07T15:54:08 < Sync_> 8051 compat ewww 2013-10-07T15:54:46 -!- TeknoJuce01 [~TeknoJuce@135.0.85.12] has quit [Ping timeout: 245 seconds] 2013-10-07T15:55:18 < dongs> ya 2013-10-07T15:55:31 * Sync_ learned asm in school on 8051s 2013-10-07T15:56:00 -!- PT_Dreamer [~quassel@247.87.166.178.rev.vodafone.pt] has quit [Ping timeout: 248 seconds] 2013-10-07T15:57:50 -!- TeknoJuce01 [~TeknoJuce@135.0.85.12] has joined ##stm32 2013-10-07T15:59:23 < Laurenceb_> http://www.b3tards.com/u/888fd2ceafeed217d657/jamie-sausage.gif 2013-10-07T16:00:21 < Posterdati> is 8051 a hybrid between '51 chevy and z80? 2013-10-07T16:00:50 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has quit [Ping timeout: 245 seconds] 2013-10-07T16:01:03 < Posterdati> http://www.sbkustoms.com/showroom/1951chevy.htm 2013-10-07T16:01:20 < Posterdati> 5 T of car 2013-10-07T16:01:30 < Laurenceb_> haha pimpmobile 2013-10-07T16:03:00 < Posterdati> 8051 a processor with '51 technology 2013-10-07T16:03:26 -!- TeknoJuce01 [~TeknoJuce@135.0.85.12] has quit [Ping timeout: 240 seconds] 2013-10-07T16:27:08 < Posterdati> stm51 2013-10-07T16:39:49 < trepidaciousMBR> Laurenceb: Screwy SDRAM? 2013-10-07T16:40:24 < Robint91> is VCP/CDC how are usb packets transmitted 2013-10-07T16:41:07 < Robint91> if I do a write(serial_port, buff, 128) on a does that going to write a 128 byte long usb packet 2013-10-07T16:41:28 < Robint91> or is it going to send each byte/n*bytes over the interface 2013-10-07T16:42:34 < dongs> rx/tx are bulk pipes. 2013-10-07T16:43:47 < Robint91> dongs, that means... 2013-10-07T16:45:00 < dongs> that means they can be longer than 64bytes which would be control pipe. 2013-10-07T16:45:14 < dongs> but there's some limit, no idea what it is on STM's USB thing.zyp knows. 2013-10-07T16:49:41 < trepidaciousMBR> Ah, the magic of hard faults :( 2013-10-07T16:54:23 < zyp> control and bulk transfers larger than max packet size for the endpoint will be broken down into multiple packets 2013-10-07T16:54:37 < zyp> for FS USB this is 64B 2013-10-07T16:54:45 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-07T16:54:59 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-07T16:55:35 < zyp> for CDC ACM it doesn't matter either way, because it emulates a byte stream 2013-10-07T16:56:13 < zyp> two packets of 4 bytes or one packet of 8 bytes is the same, it's all just a stream of bytes and frame boundaries have no meaning 2013-10-07T16:57:41 < zyp> but for other classes like mass storage the frame boundary is important, because it's used to distinguish between commands 2013-10-07T16:58:29 < zyp> each command consists of three transfers; command, data and status, and the data-transfer may be larger than 64 bytes, in which case it would consist of multiple packets 2013-10-07T17:00:01 < zyp> http://bin.jvnv.net/f/5pyzn.png <- like this 2013-10-07T17:00:40 < dongs> nom nom 2013-10-07T17:00:41 < zyp> first 31 bytes for the command itself, then 16384B of data split into 64B packets 2013-10-07T17:00:44 < dongs> i knew i was pulling shit out of my ass 2013-10-07T17:01:08 < dongs> since i ever cared about bulk pipes on 2.0hs 2013-10-07T17:01:45 < zyp> the only thing that's different about HS is the max packet size, which is 512 instead of 64 2013-10-07T17:01:59 < zyp> transfers larger than 512B will still be split into 512B packets 2013-10-07T17:03:15 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has joined ##stm32 2013-10-07T17:07:23 < trepidaciousMBR> God bless them for making mass storage complicated, would be cool if you just sort of, poked bytes at it and it worked :) 2013-10-07T17:07:43 < trepidaciousMBR> (Forgive the technical terms there :) 2013-10-07T17:08:07 < zyp> mass storage is pretty easy, it's just a thin wrapper for transporting scsi commands 2013-10-07T17:08:14 < zyp> it's the scsi part that's tricky :p 2013-10-07T17:09:29 < dongs> http://i.imgur.com/HhCIxlU.jpg lol. 2013-10-07T17:09:47 < Robint91> zyp, what class should I use when I want to have nice frame boundaries? 2013-10-07T17:10:52 < zyp> for what? 2013-10-07T17:12:04 < zyp> you don't need to use a class for it, plain bulk would give you that 2013-10-07T17:12:04 < zyp> the same way that classes using bulk get it 2013-10-07T17:12:40 < Robint91> zyp, mhh 2013-10-07T17:13:00 < zyp> the mechanism is as simple as this: a packet smaller than MPS terminates a transfer, while an MPS-sized packet means that another packet will follow 2013-10-07T17:13:40 < zyp> so if you want to transfer say 96B on a 64B endpoint, you send it as one transfer of 64B and one transfer of 32B 2013-10-07T17:14:04 < Robint91> zyp, yeah, I want something that behaves like hid reports 2013-10-07T17:14:07 < zyp> if your frame size is divisible by the MPS, you terminate it with a zero-length packet 2013-10-07T17:14:21 < zyp> so a 128B frame gets sent as 64,64,0 2013-10-07T17:15:11 < zyp> hid reports are sent over interrupt endpoints, which can't span multiple packets 2013-10-07T17:15:29 < zyp> which means that a hid report on FS USB can't be larger than 64B 2013-10-07T17:15:38 < Robint91> zyp, I don't want multiple packets 2013-10-07T17:15:48 < Robint91> zyp, but large size 2013-10-07T17:15:50 < Robint91> so bulk 2013-10-07T17:17:11 < zyp> bulk endpoints on FS USB aren't allowed to have a MPS different from 64B either 2013-10-07T17:17:47 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-07T17:18:27 < zyp> either way, your application shouldn't need to worry about it, splitting and reassembling transfers should be handled by the stacks 2013-10-07T17:18:48 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-07T17:20:27 < Robint91> is there something else as libusb to do custom transfers? 2013-10-07T17:20:36 < Robint91> multiplatfrom 2013-10-07T17:21:51 < zyp> what's wrong with libusb? 2013-10-07T17:22:36 < zyp> as far as I know, libusb is the only cross platform alternative 2013-10-07T17:26:06 < dongs> zyp: your shit is in queue, they're swearing it gets done tomorrow, etc. 2013-10-07T17:28:14 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-07T17:28:45 < trepidaciousMBR> On anSTM32F4 with gcc, I assume I can use ld to put text for some objects into SRAM? 2013-10-07T17:29:08 < trepidaciousMBR> I want to keep them running while I overwrite flash that contains the rest of the firmware. 2013-10-07T17:29:10 < zyp> dongs, fine by me 2013-10-07T17:29:26 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has joined ##stm32 2013-10-07T17:29:46 < zyp> I'll be away next week anyway, so as long as it's here when I get back, I'm happy 2013-10-07T17:30:48 < dongs> it was supposed to go through today but some bigger shit pushed it out of the schedule or something. so tomororw should be fine 2013-10-07T17:30:55 < dongs> i'll get some pix once its done 2013-10-07T17:31:19 < zyp> nice 2013-10-07T17:37:46 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-07T17:52:45 -!- alexn [~alexn@93.104.205.194] has left ##stm32 ["Leaving"] 2013-10-07T17:57:42 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 264 seconds] 2013-10-07T18:02:10 < Posterdati> zyp: now I'm integrating libusb with qt :) 2013-10-07T18:02:21 < Posterdati> the console libusb program works fine 2013-10-07T18:02:40 < Posterdati> I hope that will work on windows too 2013-10-07T18:04:39 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-07T18:04:57 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-07T18:09:46 -!- Robint91 [~Robint91_@2a02:2c40:400:0:ddb4:c0dd:92a9:5e74] has quit [Ping timeout: 245 seconds] 2013-10-07T18:10:00 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 245 seconds] 2013-10-07T18:11:17 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-07T18:13:33 < Luggi09> have any of you heard of this board ? http://www.kickstarter.com/projects/652945597/red-pitaya-open-instruments-for-everyone 2013-10-07T18:13:42 < Luggi09> and do you think it's any good 2013-10-07T18:15:17 < emeb_mac> seen it. nice looking board, lots of goodies. seems too expensive. iPhone integration - meh. 2013-10-07T18:16:02 < Luggi09> yeah the price is a bit hefty, apparently they are getting some of those at my university 2013-10-07T18:18:54 <+Steffan-> It'll be a PITA ya? :P 2013-10-07T18:19:14 < Luggi09> dunno, the board seems pretty nice 2013-10-07T18:19:43 < Luggi09> I'm just wondering how good the development stuff for it will be 2013-10-07T18:20:20 < cehteh> how well are the I/O's protected? 2013-10-07T18:22:59 < Luggi09> I have no idea, it only says there are protection diodes 2013-10-07T18:24:44 < Laurenceb_> specs dont seem mindblowing 2013-10-07T18:26:45 < karlp> not everything canbe mind blowing... 2013-10-07T18:30:14 < cehteh> at least nit when its a kickstarter project 2013-10-07T18:31:02 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-07T18:31:04 < BrainDamage> it looks average, not exactly super specs, but unlike other kickstarter projects it seems a bit more developed before published 2013-10-07T18:32:00 < cehteh> http://www.youtube.com/watch?v=O-WN8kPolug .. also some (thankfully failed) scamstarter project 2013-10-07T18:32:21 < Luggi09> thanks for your input, I'll report when/if I get my hands on it :) 2013-10-07T18:34:06 < Luggi09> cehteh: total scam :/ 2013-10-07T18:34:14 < cehteh> orly? :) 2013-10-07T18:34:58 < Luggi09> sure :) sadly there is allways someone buying it 2013-10-07T18:35:02 < BrainDamage> anyone with high school physics should know it's crap 2013-10-07T18:36:25 < BrainDamage> unortunately given the amount of successful but impossible kickstarter projects, it shows how much masses are knowledgeable in scientific subjects :p 2013-10-07T18:38:15 < cehteh> yeah, 90% useless crap, 9% scam, 0.9% maybe useful, 0.1% successful or so 2013-10-07T18:38:20 < cehteh> prolly even worse 2013-10-07T18:39:55 < cehteh> pebble watch and oculus rift started as kickstarter .. that are the only successful things come to mind 2013-10-07T18:39:59 < cehteh> (for me) 2013-10-07T18:42:23 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-07T18:49:36 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has joined ##stm32 2013-10-07T18:52:58 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-07T18:56:36 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-07T18:58:20 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-07T19:00:59 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has quit [] 2013-10-07T19:02:30 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has joined ##stm32 2013-10-07T19:02:30 < Luggi09> hackrf was also pretty succesful and will probably be useful 2013-10-07T19:26:53 <+Steffan-> Some disagree 2013-10-07T19:34:59 < gxti> some people say that weasel words are great 2013-10-07T19:35:47 < Luggi09> yeah at least there are allready 500 units out there and there is no real bad talk about those right ? 2013-10-07T19:35:58 < gxti> experts agree that 90% of everything is bullshit anyway 2013-10-07T19:36:15 < Luggi09> at least I couldn't find anything negative on the hackrf 2013-10-07T19:36:53 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-07T19:41:14 <+Steffan-> ##stm32 experts gxti .. 2013-10-07T19:42:12 < emeb> good morning experts 2013-10-07T19:47:52 <+Steffan-> Hi colleague 2013-10-07T20:08:19 -!- barthess [~barthess@185.6.24.34] has joined ##stm32 2013-10-07T20:26:11 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Read error: Operation timed out] 2013-10-07T20:26:46 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-07T20:32:31 -!- Thorn [~Thorn@unaffiliated/thorn] has quit [Ping timeout: 260 seconds] 2013-10-07T20:38:38 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Ping timeout: 264 seconds] 2013-10-07T20:40:49 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-07T20:42:54 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-07T20:47:50 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 240 seconds] 2013-10-07T20:50:46 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-07T20:57:51 -!- Posterdati [~kvirc@host171-214-dynamic.3-79-r.retail.telecomitalia.it] has quit [Read error: Operation timed out] 2013-10-07T21:13:24 -!- Posterdati [~kvirc@host192-225-dynamic.10-87-r.retail.telecomitalia.it] has joined ##stm32 2013-10-07T21:15:30 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-07T21:15:31 < Robint91> hi all 2013-10-07T21:19:36 < emeb> low none 2013-10-07T21:35:57 -!- |akaWolf| [~akaWolf@188.134.9.161] has joined ##stm32 2013-10-07T21:51:38 < Robint91> okay 2013-10-07T21:51:44 < Robint91> timers are way to complex 2013-10-07T21:55:15 < Laurenceb_> timers are epic 2013-10-07T21:56:38 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has quit [Ping timeout: 264 seconds] 2013-10-07T21:58:39 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-07T22:08:16 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 248 seconds] 2013-10-07T22:08:41 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-07T22:15:52 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-07T22:21:54 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-07T22:26:37 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-07T22:32:36 -!- mrcan_ is now known as mrcan 2013-10-07T22:42:05 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-07T23:02:01 -!- |akaWolf| [~akaWolf@188.134.9.161] has quit [Read error: Connection reset by peer] 2013-10-07T23:04:14 -!- barthess [~barthess@185.6.24.34] has quit [Quit: Leaving.] 2013-10-07T23:14:19 < Laurenceb_> http://www.farnell.com/datasheets/1746935.pdf 2013-10-07T23:19:36 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-07T23:26:59 <+Steffan-> what mr Laurenceb_? 2013-10-07T23:29:18 < Laurenceb_> new discovery discovered 2013-10-07T23:29:38 < zyp> pretty old news 2013-10-07T23:57:43 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )] 2013-10-07T23:58:42 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 --- Day changed Tue Oct 08 2013 2013-10-08T00:20:17 -!- UweBonnes [~bon@p5DE44620.dip0.t-ipconnect.de] has joined ##stm32 2013-10-08T00:29:50 -!- ddrown2 [abob@vps3.drown.org] has joined ##stm32 2013-10-08T00:31:29 -!- dongs_ [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-08T00:31:54 -!- dongie_ [~no@bcas.tv] has joined ##stm32 2013-10-08T00:34:50 -!- esden [esden@repl.esden.net] has quit [Ping timeout: 245 seconds] 2013-10-08T00:34:51 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 245 seconds] 2013-10-08T00:34:52 -!- dongie [~no@bcas.tv] has quit [Ping timeout: 245 seconds] 2013-10-08T00:34:52 -!- ddrown [abob@vps3.drown.org] has quit [Ping timeout: 245 seconds] 2013-10-08T00:35:24 -!- esden [esden@repl.esden.net] has joined ##stm32 2013-10-08T00:35:29 -!- ddrown2 is now known as ddrown 2013-10-08T00:36:15 < Posterdati> Laurenceb: I bought it two months ago 2013-10-08T00:37:16 < Laurenceb_> doh 2013-10-08T00:37:26 < Laurenceb_> looks good for autopilots 2013-10-08T00:38:08 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 248 seconds] 2013-10-08T00:40:59 < Posterdati> well it hasn't got the magnetometer 2013-10-08T00:41:09 < Posterdati> ah sorry 2013-10-08T00:41:20 < Posterdati> lsm303dhlc has it inside 2013-10-08T00:54:54 -!- UweBonnes [~bon@p5DE44620.dip0.t-ipconnect.de] has left ##stm32 [] 2013-10-08T01:06:08 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Quit: Ik ga weg] 2013-10-08T01:22:32 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-08T01:30:44 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-08T01:33:48 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-08T01:35:10 < emeb> Hmph. Got tired of waiting for smokin' deal on F429 Discovery & just ordered one at full price from DK. 2013-10-08T01:36:48 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Ping timeout: 268 seconds] 2013-10-08T01:43:07 <+Steffan-> hehe 2013-10-08T01:44:06 <+Steffan-> How full is full emeb? 2013-10-08T01:44:24 < emeb> $42 2013-10-08T01:44:52 <+Steffan-> That's not too bad. 2013-10-08T01:46:10 <+Steffan-> You should ask Tectu what farnell charges in zwitserland.. 2013-10-08T01:46:22 <+Steffan-> ~$50 2013-10-08T01:46:33 < emeb> Oh, I don't doubt that it's more expensive in EU. 2013-10-08T01:46:48 < emeb> Just that I was hearing rumors of freebies and I haven't seen any materialize. 2013-10-08T01:47:36 <+Steffan-> Actually, that's just 'special price' for zwitserland, in dutchland it's about $42 as well 2013-10-08T01:48:04 <+Steffan-> I always thought farnell just did some currency stuff, but that does not seem to be the case ... 2013-10-08T01:48:44 <+Steffan-> ST did show some sample button on the stm32f429i-disco page, for americans. 2013-10-08T01:55:29 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-08T01:56:11 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-08T01:58:42 < emeb> Huh. No such button when I go there. 2013-10-08T02:14:16 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has quit [Ping timeout: 256 seconds] 2013-10-08T02:50:02 -!- mrcan is now known as mrcan|afk 2013-10-08T03:23:42 < dongs_> got 2 for 18gbp/ea 2013-10-08T03:23:50 -!- dongs_ is now known as dongs 2013-10-08T03:26:51 < dongs> sup dongs 2013-10-08T03:28:17 < emeb> dongs: how'd you score that? 2013-10-08T03:35:06 < dongs> farnell 2013-10-08T03:41:03 <+Steffan-> From 'which' farnell dongs? Export.farnell.com? 2013-10-08T03:41:07 < dongs> uk 2013-10-08T03:41:24 <+Steffan-> hmm, you have an address in the uk? 2013-10-08T03:41:31 < dongs> ya. shipped to my pal. 2013-10-08T03:41:39 <+Steffan-> Aaaaaaah. 2013-10-08T03:42:01 <+Steffan-> Now it makes sense :) 2013-10-08T03:55:48 < emeb> dongs is everywhere, all the time. 2013-10-08T04:31:53 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )] 2013-10-08T04:54:15 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-08T05:01:32 -!- qyx_ [~qyx@krtko.org] has quit [Ping timeout: 268 seconds] 2013-10-08T05:01:48 -!- qyx_ [~qyx@krtko.org] has joined ##stm32 2013-10-08T05:07:52 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-08T05:09:12 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-08T06:00:34 -!- Viper168 [~Viper@node184.18.251.72.1dial.com] has joined ##stm32 2013-10-08T06:00:35 -!- Viper168 [~Viper@node184.18.251.72.1dial.com] has quit [Changing host] 2013-10-08T06:00:35 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-08T06:02:42 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Client Quit] 2013-10-08T06:03:41 -!- Viper168 [~Viper@node184.18.251.72.1dial.com] has joined ##stm32 2013-10-08T06:03:42 -!- Viper168 [~Viper@node184.18.251.72.1dial.com] has quit [Changing host] 2013-10-08T06:03:42 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-08T06:07:37 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Client Quit] 2013-10-08T06:14:54 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-08T06:17:02 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-08T06:25:53 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-08T06:33:21 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-08T06:33:32 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-08T06:38:06 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-08T06:43:06 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-08T06:51:12 < dongs> hm 2013-10-08T06:51:18 < dongs> need cheap programmable attenuator < 1GHz 2013-10-08T06:51:40 < dongs> something like -50 ~ -10dBm would be nice 2013-10-08T06:52:02 < GargantuaSauce> two antennas and a measuring tape 2013-10-08T06:52:14 < dongs> ha ha. 2013-10-08T07:23:56 < mog> hi i am just getting started with stm32 development. is there something that can show me how to get my printfs into gdb or openocd. i know i need to setup a semi hosted mode i just have never done it before 2013-10-08T07:24:12 < dongs> the problem is because youre using openocd + gdb 2013-10-08T07:25:04 < mog> ? 2013-10-08T07:26:28 < mog> im seeing things that hint at it but nothing with config or function to wrap printf in 2013-10-08T07:32:17 < dongs> i generally find printf to debugger to be extremely useless. 2013-10-08T07:32:27 < dongs> because instead you can just add watch variables and watch ram contents while stuff runs... 2013-10-08T07:37:47 < emeb_mac> dongs: for that attenuator - is that for on a board or as connectorized test equipment? 2013-10-08T07:38:21 < dongs> on board 2013-10-08T07:38:27 < dongs> i think i saw some stuff dektec used 2013-10-08T07:38:34 < dongs> but it was eol or something 2013-10-08T07:38:38 < emeb_mac> hittite makes a lot of stuff like that 2013-10-08T07:39:03 < emeb_mac> but it's almost all with low-speed parallel bit digital inputs for the control 2013-10-08T07:39:31 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-08T07:40:03 < dongs> voltage controlled would be fine. or some i2c/wahtever shit 2013-10-08T07:40:13 < dongs> heh parallel shit 2013-10-08T07:40:19 < dongs> you mean you set bits to enable attenuation steps? 2013-10-08T07:41:03 < emeb_mac> yep 2013-10-08T07:41:15 < emeb_mac> lo-tek 2013-10-08T07:41:27 < dongs> MCL31R5 is i think attenuator dicktek used on this old card 2013-10-08T07:41:32 < dongs> but all i can find now is chink sites w/it 2013-10-08T07:41:54 < emeb_mac> eol fer sure 2013-10-08T07:42:03 < dongs> cant even figure out who MCL is 2013-10-08T07:42:09 < dongs> micrel? no 2013-10-08T07:42:50 < dongs> http://perry.en.alibaba.com/product/461435354-210276264/MCL31R5.html haha that whole page is giant spam 2013-10-08T07:42:56 < dongs> random keywords pooled together 2013-10-08T07:42:57 < emeb_mac> oh look - http://www.hittite.com/products/index.html/view/HMC1095LP4E 2013-10-08T07:43:04 < emeb_mac> spi in 2013-10-08T07:43:20 < dongs> 0.5 dB LSB Steps to 31.5 dB 2013-10-08T07:43:43 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has quit [Ping timeout: 268 seconds] 2013-10-08T07:43:50 < emeb_mac> pretty typical range for step atten 2013-10-08T07:44:03 < emeb_mac> need more? use 2 2013-10-08T07:44:25 < dongs> ya lol thats waht dektec did 2013-10-08T07:44:29 < dongs> tehy have 2 of these mcl things 2013-10-08T07:45:06 < emeb_mac> I guess it's hard to get more in a single pkg 2013-10-08T07:45:13 < dongs> ya its fine. 2013-10-08T07:45:15 < dongs> that'll probly do 2013-10-08T07:47:49 -!- Count_Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-08T07:50:23 < dongs> faggots keep pushing me to do ofdm encoder/modulator thing 2013-10-08T07:50:31 < dongs> i got all the parts for it but it needs to be legal for jp shit 2013-10-08T07:50:38 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Ping timeout: 264 seconds] 2013-10-08T07:50:56 < emeb_mac> legal? 2013-10-08T07:51:02 < dongs> yeah, transmission power shit 2013-10-08T07:51:05 < emeb_mac> aha 2013-10-08T07:51:16 < emeb_mac> low enough to pass the comm regs 2013-10-08T07:51:53 < emeb_mac> hence the attenuator... 2013-10-08T07:52:18 < dongs> and programmable for when I dont care. 2013-10-08T07:52:31 < emeb_mac> yup 2013-10-08T07:55:31 < GargantuaSauce> mog: I got the impression semihosting is kind of slow and wonky 2013-10-08T07:55:44 < GargantuaSauce> I'd recommend just using another uart with a usb uart bridge 2013-10-08T07:55:52 < dongs> heh 2013-10-08T07:56:04 < mog> GargantuaSauce, i think ill just dump the memory then 2013-10-08T07:56:12 < GargantuaSauce> some projects also use the usb peripheral that way 2013-10-08T07:56:14 < mog> more boxes just means more setup 2013-10-08T07:56:30 < mog> ya eventually ill be using usb as a serial device 2013-10-08T07:56:33 < mog> im just not there yet 2013-10-08T07:58:19 < GargantuaSauce> flashing LEDs gets you pretty far :) 2013-10-08T08:01:25 < mog> ya 2013-10-08T08:01:43 < mog> i have two on this little dev board and some user defined buttons too 2013-10-08T08:02:32 < dongs> software defined buttons. the new future. 2013-10-08T08:02:50 < GargantuaSauce> isnt that what a touchscreen is? :V 2013-10-08T08:03:40 < dongs> shh. you're ruining my dickstarter idea 2013-10-08T08:07:25 < emeb_mac> use a BMP - it has an aux serial port on it. I use that for sending debug msgs. 2013-10-08T08:15:46 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Remote host closed the connection] 2013-10-08T08:24:19 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-08T08:26:47 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-08T08:31:14 < dongs> what the hell 2013-10-08T08:31:17 < dongs> this lCD panel needs -5V 2013-10-08T08:31:40 < dongs> how does a nigga make -5V 2013-10-08T08:32:14 < GargantuaSauce> charge pump? 2013-10-08T08:32:48 < dongs> o man such bullshit power sequencing 2013-10-08T08:36:33 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-08T08:58:43 < dongs> http://www.flir.com/thermography/americas/us/view/?id=61194 2013-10-08T09:00:01 < GargantuaSauce> >From the 4800-pixel thermal image clarity of the E4 2013-10-08T09:00:06 < GargantuaSauce> such clarity 2013-10-08T09:00:11 < GargantuaSauce> so resolution 2013-10-08T09:00:12 < GargantuaSauce> wooow 2013-10-08T09:00:20 < dongs> 80x60? 2013-10-08T09:00:28 < dongs> that's typical for cheapass IR cams tho. 2013-10-08T09:00:43 < dongs> but they finally got smart 2013-10-08T09:00:50 < dongs> and are integrating regular cam w/thermal 2013-10-08T09:01:17 < GargantuaSauce> the last generation of em did that too, did it not? 2013-10-08T09:01:45 < dongs> no 2013-10-08T09:19:19 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-08T09:26:23 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-08T09:28:53 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-08T09:31:23 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 245 seconds] 2013-10-08T09:31:51 < Simon--> dongs: I still think that's lame.. just make a non-shitty thermal camera 2013-10-08T09:32:21 < jpa-> yeah and a infinite power source, while you are at it 2013-10-08T09:35:52 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-08T09:36:13 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-08T09:44:37 -!- DanteA [~X@host-28-159-66-217.spbmts.ru] has joined ##stm32 2013-10-08T09:48:55 -!- Viper168 is now known as Viper168_ 2013-10-08T09:52:18 -!- DanteA [~X@host-28-159-66-217.spbmts.ru] has quit [Ping timeout: 264 seconds] 2013-10-08T09:53:20 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-08T09:59:58 -!- DanteA [~X@host-28-159-66-217.spbmts.ru] has joined ##stm32 2013-10-08T10:05:14 -!- Viper168 [~Viper@node33.19.251.72.1dial.com] has joined ##stm32 2013-10-08T10:05:14 -!- Viper168 [~Viper@node33.19.251.72.1dial.com] has quit [Changing host] 2013-10-08T10:05:14 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-08T10:10:52 -!- scrts_ [~quassel@46.17.57.19] has joined ##stm32 2013-10-08T10:13:00 -!- Sync__ [~foobar@sync-hv.de] has joined ##stm32 2013-10-08T10:14:38 -!- DanteA [~X@host-28-159-66-217.spbmts.ru] has quit [Ping timeout: 264 seconds] 2013-10-08T10:17:51 -!- Netsplit *.net <-> *.split quits: scrts, Sync_ 2013-10-08T10:22:31 -!- Robint91 [~Robint91_@2a02:2c40:400:0:6d06:da80:125d:4a66] has joined ##stm32 2013-10-08T10:34:54 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-08T11:04:06 -!- scrts_ [~quassel@46.17.57.19] has quit [Changing host] 2013-10-08T11:04:06 -!- scrts_ [~quassel@unaffiliated/scrts] has joined ##stm32 2013-10-08T11:04:17 -!- scrts_ is now known as scrts 2013-10-08T11:05:31 < Robint91> zyp, I'm going to start with libusb 2013-10-08T11:05:55 < Robint91> zyp, I want to start easy 2013-10-08T11:06:19 < Robint91> create a device with a bulk in and out endpoint 2013-10-08T11:06:30 < Robint91> can communicate with that 2013-10-08T11:07:32 < zyp> ok 2013-10-08T11:07:46 < Robint91> zyp, any tips on the libusb part 2013-10-08T11:11:12 < zyp> the libusb api is pretty simple 2013-10-08T11:11:35 < Robint91> zyp, I guess the device side is also simple 2013-10-08T11:11:38 < zyp> make sure you use libusb-1.0 2013-10-08T11:11:42 < Robint91> so special descriptors 2013-10-08T11:11:53 < Robint91> yeah, libusb-1.0 2013-10-08T11:12:04 < Robint91> does that on windows use winusb? 2013-10-08T11:12:09 < Robint91> or something else 2013-10-08T11:12:13 < zyp> yeah, you just make a vendor specific interface, and add the endpoints you need 2013-10-08T11:12:19 < zyp> yes, it can use winusb 2013-10-08T11:12:35 < zyp> it supports multiple backends, but winusb is what I've used 2013-10-08T11:13:03 < zyp> so on windows you have to make sure winusb gets bound to the device 2013-10-08T11:13:24 < Robint91> so write a inf file 2013-10-08T11:13:30 < zyp> yes 2013-10-08T11:13:39 < zyp> or use the zadig tool that would do it for you 2013-10-08T11:13:48 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-08T11:14:46 < zyp> or I believe on windows 8 and newer you could make some special string descriptor that windows would look for, that would tell windows to load winusb automatically 2013-10-08T11:15:31 < Robint91> zyp, I have read somethign about that 2013-10-08T11:16:03 < zyp> http://msdn.microsoft.com/en-us/library/windows/hardware/hh450799(v=vs.85).aspx <- it's documented here 2013-10-08T11:16:08 < zyp> but I haven't tried it myself 2013-10-08T11:16:36 < zyp> it's not too interesting when much of the world is still using windows 7 2013-10-08T11:18:20 < zyp> oh 2013-10-08T11:18:24 < zyp> «For versions of Windows earlier than Windows 8, the updated Winusb.inf is available through Windows Update.» 2013-10-08T11:18:31 < zyp> then it's maybe interesting after all 2013-10-08T11:22:24 < Robint91> zyp, "WinUSB compatible ID support on earlier versions of Windows 2013-10-08T11:22:24 < Robint91> " 2013-10-08T11:22:27 < Robint91> Oh 2013-10-08T11:36:07 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 246 seconds] 2013-10-08T11:49:42 < GargantuaSauce> woo, got eLua working 2013-10-08T11:50:20 < GargantuaSauce> i can now waste as many cycles as the f4 can throw at me 2013-10-08T11:51:53 < GargantuaSauce> i dislike their HAL right off the bat but stripping that out will sure be easier than wrestling with a custom newlib to build lua against 2013-10-08T11:53:46 < dongs> say i wanted to switch IF output from 2 tuners into single demod 2013-10-08T11:53:49 < dongs> do I just use some analog switch? 2013-10-08T11:55:19 < dongs> im guessing: yes 2013-10-08T11:55:20 < GargantuaSauce> AD has some fancy ones for rf i do believe 2013-10-08T11:56:24 < dongs> hm yeah but IF is low anyway 2013-10-08T11:56:30 < dongs> like zeroIF or lowIF around 4-5MHz 2013-10-08T11:56:37 < dongs> so i think just any random analog shit will work 2013-10-08T11:56:51 < GargantuaSauce> oh in that case yeah 2013-10-08T12:00:07 < dongs> heh those RF switches have almost s ame part numbers as their regular analog shit 2013-10-08T12:00:14 < dongs> ADG9xx instead of ADG8xx 2013-10-08T12:00:49 < dongs> ive seen a regular switch used for hooking up SD-SDI to either transmitter or receiver, and thats 270MHz shit 2013-10-08T12:02:04 -!- claude is now known as Claude 2013-10-08T12:07:55 < GargantuaSauce> jeez, and i thought i was pushing it using a 4052 to switch between clocks up to 10mhz 2013-10-08T12:11:20 < jpa-> nasty thing about switching clocks is that in theory, a single corrupted clock pulse could place the rest of the logic in an undefined state 2013-10-08T12:11:41 < jpa-> not so much a problem when switching RF that is full of noise anyway :) 2013-10-08T12:12:12 < GargantuaSauce> i assure you that's the least of the problems in my shitty OISC design 2013-10-08T12:12:29 < jpa-> :) 2013-10-08T12:21:39 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has joined ##stm32 2013-10-08T12:27:49 < dongs> OISCs have been recommended as aids 2013-10-08T12:27:56 < dongs> sounds about right. 2013-10-08T12:29:54 < GargantuaSauce> it was a super fun project until i started constructing the physical implementation, and regretting the choice of a 16 bit bus 2013-10-08T12:33:54 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has joined ##stm32 2013-10-08T12:35:58 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-08T12:45:36 < Claude> GargantuaSauce, fpga OSIC? 2013-10-08T12:45:45 < Claude> oisc 2013-10-08T12:46:00 < GargantuaSauce> cmos logic ICs :V 2013-10-08T12:46:05 < Claude> yay :) 2013-10-08T12:47:13 < GargantuaSauce> thank you for celebrating my masochism 2013-10-08T12:47:43 < Claude> hehe 2013-10-08T12:48:02 < Claude> i bet it's fun (if you like wirewrap) 2013-10-08T12:48:11 < jpa-> GargantuaSauce: wiring manually or etching pcb? 2013-10-08T12:48:21 < GargantuaSauce> point to point wiring on perfboard 2013-10-08T12:48:23 < Claude> so , a wordword jump machine then? 2013-10-08T12:49:47 < GargantuaSauce> move machine 2013-10-08T12:49:49 < GargantuaSauce> http://workman-industries.net/?p=40 2013-10-08T12:51:55 < Claude> cool 2013-10-08T12:52:27 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has joined ##stm32 2013-10-08T12:54:26 < Claude> *if* i ever will find the time for it i'll try to get a 'byte pusher' running on a fpga dev board 2013-10-08T13:02:11 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has quit [Read error: Operation timed out] 2013-10-08T13:08:22 -!- Wip [~Wip@host81-137-80-202.in-addr.btopenworld.com] has joined ##stm32 2013-10-08T13:09:34 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has quit [Read error: Connection reset by peer] 2013-10-08T13:11:38 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has quit [Ping timeout: 264 seconds] 2013-10-08T13:58:03 -!- mrcan|afk is now known as mrcan 2013-10-08T13:59:08 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-08T14:14:27 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-08T14:29:01 -!- Wip [~Wip@host81-137-80-202.in-addr.btopenworld.com] has quit [Ping timeout: 246 seconds] 2013-10-08T14:30:23 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has joined ##stm32 2013-10-08T15:22:52 -!- PT_Dreamer [~quassel@185.63.43.5.rev.vodafone.pt] has joined ##stm32 2013-10-08T15:32:10 < Laurenceb> http://www.b3tards.com/u/dceb14b0c0ee9d13b69a/top_secret_korean-sausage-avoidance.jpg 2013-10-08T15:34:54 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-08T15:44:18 -!- mog [~mog@fsf/member/mog] has quit [Ping timeout: 245 seconds] 2013-10-08T15:46:04 < Robint91> zyp, quick question my cfg descriptor should only contain a 2013-10-08T15:46:04 -!- mog [~mog@c-68-62-170-105.hsd1.al.comcast.net] has joined ##stm32 2013-10-08T15:46:06 -!- mog [~mog@c-68-62-170-105.hsd1.al.comcast.net] has quit [Changing host] 2013-10-08T15:46:06 -!- mog [~mog@fsf/member/mog] has joined ##stm32 2013-10-08T15:46:08 < Robint91> configuration descriptor 2013-10-08T15:46:11 < Robint91> interface 2013-10-08T15:46:14 < Robint91> and two endpoints 2013-10-08T15:46:19 < Robint91> to do custom bulk stuff 2013-10-08T15:47:06 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has quit [Read error: Connection reset by peer] 2013-10-08T15:47:31 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has joined ##stm32 2013-10-08T15:49:50 -!- dongie_ is now known as dongie 2013-10-08T16:03:19 < zyp> yep 2013-10-08T16:03:28 < Robint91> zyp, okay 2013-10-08T16:04:06 < zyp> http://cgit.jvnv.net/suzumebachi/tree/main.cpp#n79 <- like this 2013-10-08T16:04:27 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has quit [Ping timeout: 248 seconds] 2013-10-08T16:04:34 < zyp> (the third endpoint is an isochronous, for data streaming, just ignore that) 2013-10-08T16:17:04 < Robint91> zyp, okay, got that, how did you do the winusb stuff 2013-10-08T16:17:20 < Robint91> it errors about that it can't find a file 2013-10-08T16:18:25 -!- timemob [~dongs@g1-27-253-251-109.bmobile.ne.jp] has joined ##stm32 2013-10-08T16:28:56 < zyp> huh? 2013-10-08T16:30:11 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-08T16:30:18 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-08T16:30:49 < Robint91> zyp, "The system can't find the specific file" 2013-10-08T16:30:56 < Robint91> or something like that 2013-10-08T16:31:01 < zyp> from where? 2013-10-08T16:31:26 < Robint91> dunno 2013-10-08T16:31:30 < Robint91> even zadig fails 2013-10-08T16:32:50 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has joined ##stm32 2013-10-08T16:49:19 -!- timemob [~dongs@g1-27-253-251-109.bmobile.ne.jp] has quit [Quit: Bye] 2013-10-08T16:52:23 -!- Robint91 [~Robint91_@2a02:2c40:400:0:6d06:da80:125d:4a66] has quit [Read error: Connection reset by peer] 2013-10-08T17:08:30 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has joined ##stm32 2013-10-08T17:15:23 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-08T17:23:13 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has joined ##stm32 2013-10-08T17:25:36 -!- PT_Dreamer [~quassel@185.63.43.5.rev.vodafone.pt] has quit [Ping timeout: 248 seconds] 2013-10-08T17:27:32 -!- alexn [~alexn@93.104.205.194] has left ##stm32 ["Leaving"] 2013-10-08T17:27:50 -!- Activate_for_mor [~mirggi@host-33-152-66-217.spbmts.ru] has quit [Ping timeout: 264 seconds] 2013-10-08T17:57:49 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-08T18:00:11 < dongs> so guys i found out which IC on the iphone 4 logic board is shorting and if i get this out it only loses LED flash capability on the camera 2013-10-08T18:00:14 < dongs> how does someone with no soldering experience get this tiny SMD component out 2013-10-08T18:00:17 < dongs> i dont need to resolder anything 2013-10-08T18:00:19 < dongs> just need to get the damn thing out 2013-10-08T18:00:22 < dongs> loooooool 2013-10-08T18:02:27 < rigid> dongs, hot air or rip it out and ruin the board 2013-10-08T18:02:45 < rigid> i had to see a photo 2013-10-08T18:03:21 < dongs> http://img542.imageshack.us/img542/2182/20120502184320.png 2013-10-08T18:04:55 <+Steffan-> Which channel do you share with this guy dongs? 2013-10-08T18:05:01 < dongs> haha 2013-10-08T18:05:03 < dongs> you dont wanna kno 2013-10-08T18:05:05 < dongs> its on EFNet tho 2013-10-08T18:05:14 < dongs> so its like super pro 2013-10-08T18:05:24 <+Steffan-> must be #gnaa 2013-10-08T18:05:28 <+Steffan-> *#ex-gnaa 2013-10-08T18:05:29 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-08T18:09:58 -!- Robint91 [~Robint91_@2a02:2c40:400:0:3145:c8d2:f098:be6f] has joined ##stm32 2013-10-08T18:10:05 <@Tectu> Laurenceb, took a look at LaTeX editor crap now. I can recommend "gummi" 2013-10-08T18:10:09 < Robint91> zyp, what is a pipe error 2013-10-08T18:10:19 <@Tectu> [Tue October 08 2013 00:46:10]: Steffan- (~steffanx@unaffiliated/steffanx) (##stm32): You should ask Tectu what farnell charges in zwitserland.. 2013-10-08T18:10:21 < Robint91> when I do a libusb_bulk_transfer 2013-10-08T18:10:22 <@Tectu> dont do that :( 2013-10-08T18:10:38 <+Steffan-> I already did. 2013-10-08T18:11:03 <+Steffan-> it was totally ontopic :P 2013-10-08T18:11:07 < emeb_mac> too much 2013-10-08T18:11:11 < zyp> Robint91, I believe a stall would cause that 2013-10-08T18:11:34 < zyp> also, trying to read/write an invalid device or endpoint probably also causes that 2013-10-08T18:12:54 -!- Intelaida_ [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-08T18:18:25 <@Tectu> if anyone cares about buggy SDRAM interface on new F4: http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=979&start=40#p12554 2013-10-08T18:22:07 < trepidaciousMBR> I care, I was really hoping that would actually work :( 2013-10-08T18:22:33 < trepidaciousMBR> Oh also someone asked me a question :( 2013-10-08T18:23:35 < gxti> gg st 2013-10-08T18:25:36 < zyp> oh, in stock at digikey 2013-10-08T18:25:44 < zyp> wish I saw that yesterday 2013-10-08T18:26:50 < englishman> $50, not bad 2013-10-08T18:26:54 < gxti> if ithad a touchscreen i'd be all over that, maybe i will anyway and just put a cheapshit one on 2013-10-08T18:27:09 < zyp> it does have a touchscreen? 2013-10-08T18:27:26 < zyp> I mean, as far as I know, it does 2013-10-08T18:28:55 < englishman> just says QVGA TFT on st product page? 2013-10-08T18:29:07 < karlp> resistive touch screen 2013-10-08T18:29:12 < karlp> watch the dmeos 2013-10-08T18:29:23 < englishman> link? 2013-10-08T18:29:24 < gxti> that seems like something they might want to mention, oh i dunno, anywhere 2013-10-08T18:29:56 < emeb_mac> details 2013-10-08T18:30:07 < trepidaciousMBR> Tectu: Just responded, mine is a Y revision, which is nice :) 2013-10-08T18:30:30 < emeb_mac> so Y fixes it? 2013-10-08T18:30:45 < gxti> looks like maybe it does, the user manual mentions a 'touch panel' function in the pinout 2013-10-08T18:30:47 < trepidaciousMBR> I dunno, I'm waiting for Giovanni's ChibiOS patches to try it 2013-10-08T18:30:49 < gxti> but that is literally the only mention 2013-10-08T18:31:02 < trepidaciousMBR> It's definitely a touchscreen on the disco 427, it's pretty nice 2013-10-08T18:31:07 < trepidaciousMBR> resistive 2013-10-08T18:31:27 <+Steffan-> lol gxti .. i made the same mistake. For some reason they dont really mention the touch screen 2013-10-08T18:31:37 < gxti> i guess i'll get one then 2013-10-08T18:32:10 < gxti> ST is just full of fail 2013-10-08T18:32:17 < emeb_mac> got shipment notice this morning - should have mine in a couple days. 2013-10-08T18:32:41 < emeb_mac> I await with interest which version of the chip mine will have. :( 2013-10-08T18:33:10 < dongs> lemme see what my shit is 2013-10-08T18:33:21 < gxti> how is that big of a fuckup even possible? probably they noticed before shipping the ICs and some suit decided to do it anyway 2013-10-08T18:33:33 < gxti> "it's cool, just put it in the errata" 2013-10-08T18:33:35 <+Steffan-> Probably. 2013-10-08T18:33:40 <@Tectu> trepidaciousMBR, thanks for finally responding :P 2013-10-08T18:33:41 < trepidaciousMBR> That seems to be the ST process 2013-10-08T18:33:42 -!- Robint91 [~Robint91_@2a02:2c40:400:0:3145:c8d2:f098:be6f] has quit [Ping timeout: 252 seconds] 2013-10-08T18:33:43 <@Tectu> trepidaciousMBR, I hope to get a Y then too 2013-10-08T18:33:54 < dongs> kinda like how they shipped a shitton of F313's without USB bootloader 2013-10-08T18:33:57 < emeb_mac> trepidaciousMBR: that's the process most places. 2013-10-08T18:33:58 < talsit> "This, kids, is how not to do it" 2013-10-08T18:34:08 <+Steffan-> Why on earth they go from A to Y btw? Anyone sees the logic behind that? 2013-10-08T18:34:13 < trepidaciousMBR> Tectu: Yup, I'm pretty responsive :) TBH I need a way to tell when someone asks me something on the forum, I'm sure there is one, but I've not used it much :) 2013-10-08T18:34:15 < gxti> missing bootloader is silly but not hard to work around 2013-10-08T18:34:35 < emeb_mac> Steffan-: because they probably have other fixes in the queue for Z. 2013-10-08T18:34:39 < trepidaciousMBR> dongs: The DFU bootloader in rom? 2013-10-08T18:34:41 < gxti> totally broken memory controller, when you're shipping a dev kit that has sdram, just ridiculous 2013-10-08T18:34:42 <+Steffan-> but what's after Z? 2013-10-08T18:34:46 < dongs> trepidaciousMBR: yes. 2013-10-08T18:34:53 < dongs> it was missing in initial batch of F313s. 2013-10-08T18:34:55 < trepidaciousMBR> dongs: Wow, that sucks 2013-10-08T18:34:59 < dongs> me + emeb dumped it. it was serial only. 2013-10-08T18:35:03 < dongs> silently fixed in next lots. 2013-10-08T18:35:14 <@Tectu> trepidaciousMBR, there should be some e-mail notification per-topic thing when you create one 2013-10-08T18:35:15 < dongs> apparently if you send ST your "shitty" ones they'll replace for you. 2013-10-08T18:35:17 <+Steffan-> Didn't it take ST months to confirm that? 2013-10-08T18:35:20 < emeb_mac> oh - the f373 bug 2013-10-08T18:35:22 <@Tectu> trepidaciousMBR, or write a reply to one 2013-10-08T18:35:27 < dongs> yeah 373 not 313 2013-10-08T18:35:29 < dongs> wahtever. that shit. 2013-10-08T18:35:30 < emeb_mac> yeah - latest chip fix that. 2013-10-08T18:35:37 < trepidaciousMBR> Tectu: I don't seem to get that, I'll check settings 2013-10-08T18:35:48 <@Tectu> trepidaciousMBR, you have to enable it 2013-10-08T18:35:57 < dongs> which revision has working sdram? 2013-10-08T18:35:59 < dongs> Y? or A 2013-10-08T18:36:00 <@Tectu> trepidaciousMBR, but no idea, never used it. but there must be something like that 2013-10-08T18:36:05 <@Tectu> dongs, Y 2013-10-08T18:36:10 <@Tectu> dongs, A works too, but only through DMA 2013-10-08T18:36:18 < dongs> http://i.imgur.com/0P5ItJi.jpg 2013-10-08T18:36:20 < dongs> i guess im lucky 2013-10-08T18:36:26 < dongs> kekeke 2013-10-08T18:36:40 < zyp> heh 2013-10-08T18:36:40 < trepidaciousMBR> Seems like everyone has Y so far, hopefully there weren't many A's 2013-10-08T18:36:41 <+Steffan-> photoshop! 2013-10-08T18:37:01 < dongs> does that say 429ZIT 2013-10-08T18:37:09 <@Tectu> it does 2013-10-08T18:37:19 < dongs> funny level: chibios developers 2013-10-08T18:37:22 <@Tectu> dongs, already working display there? 2013-10-08T18:37:27 < dongs> yeah 2013-10-08T18:37:31 < dongs> it comes with some fancy firmware 2013-10-08T18:37:36 < dongs> that you can touch through menus and shit 2013-10-08T18:37:37 <@Tectu> dongs, what does it do? 2013-10-08T18:37:38 < gxti> Tectu: do you have a disco board with A rev? 2013-10-08T18:37:48 <@Tectu> gxti, I will receive mine by tomorrow :( 2013-10-08T18:37:50 < dongs> phone-style touchscreenmenu 2013-10-08T18:37:55 <@Tectu> dongs, cool 2013-10-08T18:37:58 -!- Claude is now known as claude 2013-10-08T18:38:04 < gxti> ok, i thought someone actually got disco with A, maybe i'm not giving them enough credit 2013-10-08T18:38:04 < trepidaciousMBR> With that stupid game with flipping discs that I can never win :( 2013-10-08T18:38:07 <@Tectu> dongs, so how about SDRAM crap? is it easy to use? 2013-10-08T18:38:25 < dongs> no idea. probably not easier than fsmc 2013-10-08T18:38:27 < gxti> a few lots of busted ICs fine, putting it on a dev board with RAM you can't use would be super shitty though 2013-10-08T18:38:30 < dongs> er not harder 2013-10-08T18:38:39 < dongs> http://i.imgur.com/uAUcrKg.jpg 2013-10-08T18:38:47 < dongs> defalt disco firmware 2013-10-08T18:38:56 < zyp> Tectu, of course it is, once it's configured, it's just mapped in memory space like everything else 2013-10-08T18:39:06 < gxti> that's just amazing that they have a touch demo and don't even mention 'touch' anywhere except a pinout 2013-10-08T18:39:07 <@Tectu> dongs, I got the big STM32F439-EVAL board with the 3.5" display, they have the same thing running there 2013-10-08T18:39:12 < talsit> which sdram is it? 2013-10-08T18:39:28 < dongs> some ISSI shit 2013-10-08T18:39:30 < dongs> 64mbit. 2013-10-08T18:39:35 <@Tectu> ISSI is nice man 2013-10-08T18:39:36 < dongs> PROBABLY IN DATASHEET 2013-10-08T18:39:45 <@Tectu> Capt'n caps 2013-10-08T18:40:09 < emeb_mac> look on the pix dongs posted - right there 2013-10-08T18:40:16 < trepidaciousMBR> From the errata, looks like they fixed the DCMI DMA thing from the 407 2013-10-08T18:41:20 < trepidaciousMBR> Also revision A had no over drive, I think that translates to it not actually working at 180MHz, just 168MHz, sounds like the revision A was just a 407 with a list of errata stating that all the new stuff didn't work :) 2013-10-08T18:41:59 < emeb_mac> lol 2013-10-08T18:43:16 < jpa-> i wonder if rev A was the first silicon they made for that chip.. because otherwise the bugs are way too many :) 2013-10-08T18:43:20 <@Tectu> trepidaciousMBR, still no GCAM there :P 2013-10-08T18:43:36 <@Tectu> jpa-, probably the reason for no early samples? 2013-10-08T18:44:34 < dongs> 180? 2013-10-08T18:44:35 < Laurenceb> what about a GNAA interface? 2013-10-08T18:44:46 < dongs> isnt 180 for F437 shit 2013-10-08T18:44:46 < dongs> and 429 is 168? 2013-10-08T18:45:01 < zyp> isn't 437 just a 427 with crypto? 2013-10-08T18:45:34 < dongs> http://www.st.com/web/catalog/mmc/FM141/SC1169/SS1577/LN1789/PF253574 2013-10-08T18:46:06 < dongs> The STM32F429/439 lines offer the performance of the Cortex™-M4 core (with floating point unit) running at 180 MHz while reaching lower static power consumption (Stop mode) versus STM32F405/415/407/F417. oh hm 2013-10-08T18:47:17 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-08T18:49:21 < trepidaciousMBR> Tectu: GCAM? 2013-10-08T18:50:16 < trepidaciousMBR> Looks like they have fixed some stuff from the 407, and not really broken anything major, at least if the errata is correct. 2013-10-08T18:53:04 -!- Intelaida_ [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-08T18:53:38 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has joined ##stm32 2013-10-08T18:55:08 < karlp> heh, clive1 says hs'e seen newer stlink firmware on disco boards than they have on stlink website. 2013-10-08T18:55:57 < zyp> «The dynamic and static banks cannot be accessed concurrently. 2013-10-08T18:56:00 < zyp> » 2013-10-08T18:56:14 < zyp> that one is not fixed 2013-10-08T18:57:28 < zyp> which is kinda boring if you want to use both sdram and flash, for instance 2013-10-08T19:01:52 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has quit [] 2013-10-08T19:03:19 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has joined ##stm32 2013-10-08T19:05:55 -!- DanteA [~X@host-28-158-66-217.spbmts.ru] has joined ##stm32 2013-10-08T19:18:40 -!- DanteA [~X@host-28-158-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-08T19:22:11 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has quit [Ping timeout: 265 seconds] 2013-10-08T19:24:01 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-08T19:28:34 < trepidaciousMBR> I can't seem to get my .ld to put some .text stuff in ram, it generates a 384MiB .bin file, which seems bad ;) 2013-10-08T19:29:21 < zyp> you need to set a different LMA and VMA 2013-10-08T19:29:33 < zyp> just like the .data section 2013-10-08T19:29:57 < zyp> so it'll still be stored in flash, but then expected to be copied into ram 2013-10-08T19:30:30 < trepidaciousMBR> ah ok 2013-10-08T19:31:13 < trepidaciousMBR> "> ram AT > flash" ? 2013-10-08T19:31:33 < zyp> yes 2013-10-08T19:31:40 < gxti> and don't forget something needs to actually do that copy 2013-10-08T19:31:43 -!- barthess [~barthess@185.6.24.73] has joined ##stm32 2013-10-08T19:31:48 < zyp> also correct 2013-10-08T19:31:54 < gxti> might be easier just to stuff it into the existing data output section 2013-10-08T19:32:06 < zyp> nah, then you'll get complaints about flag violations 2013-10-08T19:32:17 < zyp> since .data is not executable 2013-10-08T19:32:20 < trepidaciousMBR> Where does the data copy happen? 2013-10-08T19:32:24 < zyp> startup code 2013-10-08T19:32:47 < gxti> in that case, put it right after .data and move the 'end of data' symbols to after the new thing 2013-10-08T19:33:47 < trepidaciousMBR> This is in ChibiOS, I wonder if there is some example of this somewhere... 2013-10-08T19:34:05 < gxti> what i just suggested won't require any additional code 2013-10-08T19:35:23 < jpa-> yeah, put it wherever .data now goes 2013-10-08T19:35:58 < gxti> make a new section after the .data one, put your stuff there, and move the _edata symbol to the end of the new one 2013-10-08T19:36:14 < jpa-> gxti: does it matter whether it is a new section or the same one? 2013-10-08T19:36:34 < jpa-> i would just add it after the *(.data.*) 2013-10-08T19:36:38 < gxti> jpa-: zyp seems to think it would cause an error to mix data and text 2013-10-08T19:36:51 < gxti> i doubt it but i'm too lazy to try and i really don't know :p 2013-10-08T19:36:53 < jpa-> ah.. yeah.. still that 2013-10-08T19:37:10 < jpa-> not sure if it matter here but maybe 2013-10-08T19:37:26 < trepidaciousMBR> I'll give that a go... 2013-10-08T19:37:31 < jpa-> my chibios-provided ld script seems to already have ".ramtext" going into .data 2013-10-08T19:38:11 < trepidaciousMBR> ooh 2013-10-08T19:38:56 < trepidaciousMBR> So how do I get these functions in .ramtext? Attributes, or can I put a whole .o in there? 2013-10-08T19:39:20 < gxti> attribute to use .ramtext, or you can put the .o in the ldscript 2013-10-08T19:41:43 < gxti> or if you're using -ffunction-sections each function is its own named section so you can call them out in the ldscript that way 2013-10-08T19:42:02 < gxti> with chibios makefiles USE_LINK_GC=yes does that 2013-10-08T19:42:26 < trepidaciousMBR> sounds good, I just need to work out how to actually do that... ;) 2013-10-08T19:43:50 -!- _BJFreeman [~bjfree@250.sub-75-233-174.myvzw.com] has joined ##stm32 2013-10-08T19:44:45 -!- _BJFreeman is now known as BJfreeman 2013-10-08T19:45:14 < gxti> eh that's annoying, .text is one of the first sections in chibios ldscript which means doing it by matching sections or files doesn't work (.text already ate them) 2013-10-08T19:45:32 < gxti> so laziest solution is to use an attribute unless you have more than a few things you want to move 2013-10-08T19:48:00 < trepidaciousMBR> Hm, might not be too bad, but there are a few functions to move, basically a few of my functions plus everything they use in the ST periph library to write flash 2013-10-08T19:48:35 < trepidaciousMBR> Hopefully if I can get them in RAM and shut down the OS first, I can overwrite my firmware in flash, without trying to run the code I'm overwriting :) 2013-10-08T19:48:41 < trepidaciousMBR> There may well be a better way to do this... 2013-10-08T19:49:37 < jpa-> are you trying to get it bricked? :) 2013-10-08T19:49:51 < jpa-> why not just have a bootloader in a separate flash block? 2013-10-08T19:53:43 < trepidaciousMBR> :) 2013-10-08T19:54:22 < trepidaciousMBR> I do, just looking at how to flash from SDRAM on a 427. Currently on a 407 with PSRAM I reset to the bootloader and that does the flashing 2013-10-08T19:54:53 < trepidaciousMBR> I was wondering whether it would be possible to make the user firmware overwrite itself 2013-10-08T19:55:45 < jpa-> yeah.. definitely it is, it's just stupid to do so :D 2013-10-08T19:56:04 < zyp> self-overwriting bootloader is a nice recipe for a brickable device 2013-10-08T19:56:36 < trepidaciousMBR> Ah no, this wouldn't be that bad - the user firmware can overwrite itself, if it fails it will fall back to the bootloader and you need to use USB to flash 2013-10-08T19:56:55 < trepidaciousMBR> the user firmware can handle a network update, the bootloader can't 2013-10-08T19:57:07 < zyp> so you're putting two bootloaders in the device? 2013-10-08T19:57:50 < trepidaciousMBR> Nope, a bootloader that can update the user firmware using a USB drive, and a user firmware that can update using network 2013-10-08T19:58:00 < trepidaciousMBR> Nothing can update the bootloader (except SWD) 2013-10-08T19:58:23 < zyp> except that the updating-part of the user firmware is a second bootloader 2013-10-08T19:58:25 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-08T19:58:43 < trepidaciousMBR> Not really, it's a second thing that can write flash, but it's not a bootloader 2013-10-08T19:58:50 < gxti> :p 2013-10-08T19:59:15 < trepidaciousMBR> Yeah, I don't really like it either :( I should look at some other options I guess 2013-10-08T19:59:16 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-08T19:59:26 < gxti> is there any extra storage that is always present? 2013-10-08T19:59:29 < gxti> like the usb drive 2013-10-08T19:59:38 < zyp> say, is it just my definition of «bootloader» that is weird here? 2013-10-08T19:59:46 < zyp> because what you describe sounds like a bootloader to me 2013-10-08T19:59:53 < gxti> technically it's not a BOOTloader zyp because it runs anytime it pleases (sarcasm) 2013-10-08T20:00:00 < trepidaciousMBR> Heh 2013-10-08T20:00:03 < zyp> gxti, no, it doesn't 2013-10-08T20:00:36 < zyp> it can't run when other parts of the system is in use, since it overwrites those other parts of the system 2013-10-08T20:00:38 < trepidaciousMBR> I'll go wiki bootloader :) To me it's something that runs on boot, and then loads a "user" firmware 2013-10-08T20:01:11 < zyp> so it has to be a separate piece of code, that you switch to when you want to use it 2013-10-08T20:01:45 < gxti> trepidaciousMBR: are you copying from the network to temporary storage, or directly to flash? 2013-10-08T20:02:19 < gxti> anyway if you have enough RAM to fit the whole program then you also have enough flash 2013-10-08T20:02:36 < gxti> i can fit a chibios+lwip bootloader in 24K and i didn't even try very hard 2013-10-08T20:02:48 < zyp> trepidaciousMBR, to me it's something that loads a software package into executable memory, which in this case is xip flash 2013-10-08T20:04:01 < trepidaciousMBR> The update copies from network to PSRAM, then resets to the bootloader that copies to user flash 2013-10-08T20:04:18 < trepidaciousMBR> with SDRAM I'm not sure I can rely on it retaining contents when I reset, but I could be wrong 2013-10-08T20:04:36 < zyp> I wouldn't 2013-10-08T20:05:16 < zyp> doing it like that sounds like a bad idea either way 2013-10-08T20:05:16 < gxti> you really don't want a user to be able to "brick" their device remotely, regardless of whether there's a fallback 2013-10-08T20:05:28 < gxti> copying into volatile memory is one such bad idea 2013-10-08T20:05:41 < gxti> better than flashing directly from the network, but still a bad idea. 2013-10-08T20:06:19 < trepidaciousMBR> Unless you have enough space for two copies of firmware in flash, you can't avoid it - as soon as you erase flash, you need to finish or you are "bricked" - not really bricked, but falling back to bootloader 2013-10-08T20:06:34 < gxti> if board space is cheap you can throw a spi flash on 2013-10-08T20:06:44 < gxti> or require usb be connected and it spools the firmware tehre 2013-10-08T20:06:50 < trepidaciousMBR> In that situation, having it in PSRAM is not making anything any worse - anything that stops PSRAM working will also stop the flashing process anyway 2013-10-08T20:06:53 < gxti> since you said a usb drive was the backup 2013-10-08T20:07:15 < zyp> the actual writing to flash-part is pretty simple, so after you have received the firmware image, you can just disable interrupts and run a self-contained function that does that 2013-10-08T20:07:18 < trepidaciousMBR> Nope, there is a bootloader in flash that will accept an update from a USB drive, which is a little bit of a pain but definitely not bricked 2013-10-08T20:07:25 < gxti> psram is volatile. if the board loses power while flashing it's "bricked". if you use nonvolatile storage it can resume copying on powerup. 2013-10-08T20:07:42 < zyp> you can even put that function in the bootloader you already have and just jump to it 2013-10-08T20:07:53 < gxti> bricked is relative to the user, not an absolute thing. if they start an ugprade remotely and it breaks in such a way that they can't fix it remotely, that's bricked. 2013-10-08T20:07:55 < zyp> that way you don't have to load it into memory 2013-10-08T20:08:03 < trepidaciousMBR> gxti: Ah you mean the bootloader, yup that would be great but I don;t have anywhere non volatile to put it 2013-10-08T20:08:46 < trepidaciousMBR> Yup, if I added an additional SPI flash as big as the MCU flash that would sort it all out, not sure I have the space or budget but I should check 2013-10-08T20:09:26 < zyp> gxti, still doesn't solve the problem with loading an invalid image 2013-10-08T20:10:04 < gxti> it's easy enough to check that it's not corrupt before flashing. obviously if you ship a busted image they're fucked, but that's not nearly so bad as bricking if the copy is interrupted. 2013-10-08T20:10:06 < trepidaciousMBR> I checksum 2013-10-08T20:10:47 < gxti> trepidaciousMBR: anyway, like i said you can do a network loader in 24K or less, so consider that too 2013-10-08T20:12:21 < trepidaciousMBR> If I ship a firmware that is checksummed but breaks stuff, you have to use USB to recover, but that's not too bad 2013-10-08T20:12:48 < trepidaciousMBR> Yup I could also add networking to the bootloader, I wanted to keep it simple, but I guess it's not too much more 2013-10-08T20:13:34 < gxti> i haven't finished porting my network loader to coos but when i do maybe i'll publish it as a separate thing 2013-10-08T20:13:55 < trepidaciousMBR> I'm tempted to just say it has to be updated via USB, it shouldn't happen often and they need physical access to the device to use it anyway 2013-10-08T20:16:40 < trepidaciousMBR> Hm, small cheap 16MBit SPI flash, that would indeed mean that if a flash update started, it would definitely finish as long as it can eventually stay powered long enough :) 2013-10-08T20:17:20 < gxti> how big is the flash on your part(s)? 2013-10-08T20:18:36 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-08T20:18:38 -!- kevineng963 [~kevineng9@50-78-110-1-static.hfc.comcastbusiness.net] has joined ##stm32 2013-10-08T20:18:39 < trepidaciousMBR> Not finalised yet - somewhere from 0.5MB to 2MB 2013-10-08T20:19:15 < gxti> how did you plan for the user to interact with the network loader? something low-level like tftp, or a web browser? 2013-10-08T20:19:57 -!- BJfreeman [~bjfree@250.sub-75-233-174.myvzw.com] has quit [Read error: Connection reset by peer] 2013-10-08T20:19:57 < trepidaciousMBR> gxti: There's already PC software to use it, so it's part of that 2013-10-08T20:20:18 < trepidaciousMBR> HTTP to send the image to PSRAM, then it checksums it and if valid, software reset to the bootloader to flash it 2013-10-08T20:21:16 < trepidaciousMBR> with SPI flash I would just write to that instead of PSRAM, and I guess bootloader can just try to flash it until it succeeds and then marks it as "used" int he spi flash 2013-10-08T20:21:58 < gxti> you can also have room for two images on the spi flash, and if one fails to boot go back to the old one 2013-10-08T20:23:34 < trepidaciousMBR> Yup, I did that on a previous device that had plenty of flash 2013-10-08T20:23:37 < gxti> also if there aren't significant boot time constraints, instead of a flag indicating whether to load from spi, just always compare the active spi image against internal flash 2013-10-08T20:23:58 < trepidaciousMBR> Yeah that's true, probably wouldn't take all that long 2013-10-08T20:25:18 < trepidaciousMBR> The first approach I took was to jump to the bootloader to perform flashing, rather than resetting, I had trouble getting that to work. Seems like it should work though. 2013-10-08T20:26:41 < kevineng963> I have a question regard the DMA and SPI TX as a slave. I setup my SPI TX to use DMA as a circular buffer, I set an interrupt on TX completion and at that time I update the first byte of the TX data which is a frame counter. However, it looks like the DMA already shifts the first byte of data into the TX register so that byte is already one frame behing. 2013-10-08T20:26:55 < kevineng963> Here is the code for setup and interrupt http://pastebin.com/BmRnRqS8 2013-10-08T20:27:10 < kevineng963> any idea of how to go about solving this issue? 2013-10-08T20:27:40 < jpa-> kevineng963: why would you update the data in the interrupt? 2013-10-08T20:28:07 < jpa-> kevineng963: or rather, do it in the HTIF interrupt 2013-10-08T20:28:10 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-08T20:28:44 < kevineng963> I was doing this just for debugging since I was wondering why the first byte was always behind, typically I update it in the main application code 2013-10-08T20:29:19 < jpa-> that's pretty much asking for race conditions 2013-10-08T20:29:20 < kevineng963> and just set a flag during the inerrupty 2013-10-08T20:29:41 < jpa-> but yeah, SPI will take 1 byte in buffer.. on F4, DMA will buffer even more 2013-10-08T20:30:21 < gxti> if you're interrupting after each cycle anyway, just make it a one-shot DMA and start it again after changing the data. 2013-10-08T20:30:22 < jpa-> if you do it in HTIF, you'll have half of the transfer time available to modify the first half of the buffer 2013-10-08T20:30:35 < jpa-> ah yeah, what gxti suggests is good also 2013-10-08T20:31:27 < kevineng963> yeah it is just a one shot tx, thanks for the suggestion 2013-10-08T20:31:34 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-08T20:33:35 < trepidaciousMBR> I think you can also use double buffer mode for that, as well as HTIF 2013-10-08T20:34:26 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 246 seconds] 2013-10-08T20:42:24 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 252 seconds] 2013-10-08T20:43:29 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-08T20:44:29 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Changing host] 2013-10-08T20:44:29 -!- dfletcher_ [~fletch@drupal.org/user/72475/view] has joined ##stm32 2013-10-08T20:44:38 -!- dfletcher_ is now known as dfletcher 2013-10-08T20:57:51 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-08T21:00:48 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 256 seconds] 2013-10-08T21:06:20 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has joined ##stm32 2013-10-08T21:08:58 -!- forrestv [~forrestv@unaffiliated/forrestv] has quit [Quit: ZNC - http://znc.sourceforge.net] 2013-10-08T21:10:23 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-08T21:13:08 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has joined ##stm32 2013-10-08T21:21:00 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Read error: Operation timed out] 2013-10-08T21:57:46 -!- barthess [~barthess@185.6.24.73] has quit [Ping timeout: 240 seconds] 2013-10-08T22:08:58 -!- barthess [~barthess@178.154.108.191] has joined ##stm32 2013-10-08T22:09:25 -!- kevineng963 [~kevineng9@50-78-110-1-static.hfc.comcastbusiness.net] has quit [Read error: Connection reset by peer] 2013-10-08T22:17:15 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has quit [Quit: Leaving] 2013-10-08T22:19:47 -!- barthess [~barthess@178.154.108.191] has quit [Ping timeout: 260 seconds] 2013-10-08T22:29:59 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Read error: Connection reset by peer] 2013-10-08T22:30:03 -!- sterna1 [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-08T22:37:50 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-08T22:48:07 -!- barthess [~barthess@178.154.44.141] has joined ##stm32 2013-10-08T23:10:46 -!- barthess [~barthess@178.154.44.141] has quit [Quit: Leaving.] 2013-10-08T23:16:02 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-08T23:27:55 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 --- Day changed Wed Oct 09 2013 2013-10-09T00:07:46 -!- sterna1 [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-09T00:07:46 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-09T00:09:49 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-09T00:29:24 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-09T00:29:34 -!- Robint91_ye_2nd [~Robint91_@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-09T00:33:30 -!- Robint91_ye_2nd [~Robint91_@dD5776E9E.access.telenet.be] has quit [Ping timeout: 240 seconds] 2013-10-09T01:02:35 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-09T01:02:51 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-09T01:15:27 -!- Laurenceb_ [~Laurence@host86-135-133-168.range86-135.btcentralplus.com] has quit [Ping timeout: 260 seconds] 2013-10-09T01:24:38 -!- forrestv [~forrestv@207.12.89.39] has joined ##stm32 2013-10-09T01:45:14 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-09T01:52:14 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-09T02:10:46 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-09T02:14:03 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 252 seconds] 2013-10-09T02:26:57 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-09T02:29:31 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 248 seconds] 2013-10-09T02:37:00 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-09T02:59:42 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-09T03:02:05 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-09T03:10:24 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-09T03:11:38 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-09T03:47:38 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 264 seconds] 2013-10-09T03:54:43 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-09T04:08:43 < dongs> Do you need a QUICKTURN on PCB Assembly? 2013-10-09T04:08:47 < dongs> Small Quantity Requirements? How about a HASSLE FREE Experience? 2013-10-09T04:08:52 < dongs> GREAT NEWS! Advanced Circuits is the ONESTOP shop for you! 2013-10-09T04:09:04 < dongs> i had a rule for that shit added years ago 2013-10-09T04:09:11 < dongs> to file them under "JUNK" filter in gmail 2013-10-09T04:09:17 < dongs> and today, this ended up actual spam folder 2013-10-09T04:19:19 < emeb> I got that too 2013-10-09T04:19:24 < emeb> yawn 2013-10-09T04:26:10 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-09T05:07:45 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-09T05:08:29 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 265 seconds] 2013-10-09T05:31:33 < dongs> woot 2013-10-09T05:31:37 < dongs> got 60 pcoins on panelook 2013-10-09T05:31:40 < dongs> for uploading some trash 2013-10-09T05:31:46 < dongs> time to grab some datasheets I need 2013-10-09T05:39:37 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-09T05:42:40 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has left ##stm32 [] 2013-10-09T05:50:07 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-09T05:50:37 < dongs> got datasheet for 8.9" 1920x1200 panel that I bought. 2013-10-09T05:50:49 < dongs> maybe its time to finalyl try and make a board for it 2013-10-09T05:51:34 -!- Simon-- [~sim@2606:6a00:0:28:5604:a6ff:fe02:702b] has quit [Quit: no /dev/sdd is not 9MB] 2013-10-09T05:52:09 < emeb_mac> paneldongs 2013-10-09T05:53:09 < dongs> its only 6bit tho 2013-10-09T05:53:17 < dongs> the 5" 1920x1080 shit is 8bit. 2013-10-09T05:54:07 < dongs> 'DDK 45pin' connector 2013-10-09T05:54:09 < dongs> da fuq is that 2013-10-09T05:55:20 < dongs> http://www.jacarem.co.uk/files/cables/FF12_187.pdf 2013-10-09T05:55:20 < dongs> aja 2013-10-09T05:55:21 < dongs> aha 2013-10-09T05:55:24 < dongs> looks similar to this trash 2013-10-09T05:56:48 < dongs> FF12-45A-R11B 2013-10-09T05:57:06 < dongs> i wonder who the hell makes FPC to fit this shit 2013-10-09T05:57:43 < dongs> huh. ddk is a jap company. 2013-10-09T05:58:38 < dongs> http://www.ddknet.co.jp/product/pcb/fpcffc/ff12/ff12.html 2013-10-09T05:58:54 -!- Simon-- [~sim@2606:6a00:0:28:5604:a6ff:fe02:702b] has joined ##stm32 2013-10-09T05:59:00 < dongs> ^ hacker 2013-10-09T05:59:26 < Simon--> hey now /dev/sdd is 160GB 2013-10-09T05:59:32 < Simon--> woot 2013-10-09T05:59:36 < dongs> loonex 2013-10-09T06:13:33 -!- mrcan_ [~mrcan@unaffiliated/mrcan] has joined ##stm32 2013-10-09T06:19:10 -!- Viper168__ [~Viper@node97.18.251.72.1dial.com] has joined ##stm32 2013-10-09T06:20:49 -!- CheBuzz- [~CheBuzz@76.164.192.124] has joined ##stm32 2013-10-09T06:21:32 -!- mog`` [~mog@c-68-62-170-105.hsd1.al.comcast.net] has joined ##stm32 2013-10-09T06:22:36 -!- Netsplit *.net <-> *.split quits: mog, mrcan, Viper168_, CheBuzz 2013-10-09T06:22:36 -!- CheBuzz- is now known as CheBuzz 2013-10-09T06:29:13 -!- mog`` is now known as mog 2013-10-09T06:32:14 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-09T06:32:23 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-09T06:50:43 < dongs> woot 2013-10-09T06:50:48 < dongs> datasheet for mipi bridge obtained 2013-10-09T06:52:12 < dongs> LOADING TWEETS... 2013-10-09T06:53:11 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has joined ##stm32 2013-10-09T06:54:50 -!- Activate_for_mor [~mirggi@host-97-152-66-217.spbmts.ru] has quit [Read error: Connection reset by peer] 2013-10-09T06:55:16 < emeb_mac> windows in the virtual server that runs the domain? 2013-10-09T06:56:03 < emeb_mac> right 2013-10-09T06:56:21 < emeb_mac> probably just depends on what you're most comfortable with 2013-10-09T06:57:00 < emeb_mac> ah - depends on what services you're running 2013-10-09T06:57:48 < emeb_mac> guess: dongs = trueblue winders 2013-10-09T07:01:41 < dongs> R2COM: um, tarduino.cc? gogole shit 2013-10-09T07:01:45 < dongs> blogger.com or whatever 2013-10-09T07:02:38 < dongs> thtsa blog with default color scheme and shit 2013-10-09T07:02:46 < dongs> i think theres some customization allowed 2013-10-09T07:02:51 < dongs> layout etc. i never bothered. 2013-10-09T07:03:15 < dongs> waht do you want to do 2013-10-09T07:03:16 < dongs> blog?? 2013-10-09T07:03:43 < dongs> running your own server = fucking aids 2013-10-09T07:03:52 < dongs> there's gonna be romanians/chinese trying to hack it 24/7 2013-10-09T07:04:00 < dongs> yes but thats what i mean 2013-10-09T07:04:13 < dongs> you buy shit, you're still "running" it 2013-10-09T07:04:16 < dongs> is it? 2013-10-09T07:04:25 < dongs> only if you get some shared hosting crap that has like 5000 other sites on it 2013-10-09T07:04:31 < dongs> then they take care of it 2013-10-09T07:04:39 < dongs> but if you get some VPS or wahtever thats your shit its up to you to manage it. 2013-10-09T07:06:05 < dongs> nsa is shutdown 2013-10-09T07:06:16 < dongs> http://www.nasa.gov/ 2013-10-09T07:06:23 < dongs> Due to the lapse in federal government funding, this website is not available. 2013-10-09T07:06:23 < dongs> We sincerely regret this inconvenience. 2013-10-09T07:06:30 < englishman> lol dongs 2013-10-09T07:06:48 < dongs> i wonder if they're still feeding the dudes on ISS 2013-10-09T07:06:49 < emeb_mac> nsa = nasa - a 2013-10-09T07:07:05 < dongs> i guess that operation is probably 99% funded by soviet russia anyway. 2013-10-09T07:09:22 < dongs> yeah. 2013-10-09T07:09:52 < dongs> there arent any 2013-10-09T07:09:53 < dongs> yep 2013-10-09T07:10:18 < dongs> i bought domain for whatever it was 2013-10-09T07:10:21 < dongs> then pointed DNS to google shits 2013-10-09T07:10:24 < dongs> a.google.com or something 2013-10-09T07:10:28 < dongs> it explains what to do 2013-10-09T07:10:32 < dongs> when you make a new blog 2013-10-09T07:11:36 < dongs> just whoever, i forgot who i got tarduino.cc from 2013-10-09T07:11:40 < dongs> most opf my shit is with namecheap 2013-10-09T07:11:58 < dongs> oh, so is tarduino 2013-10-09T07:12:11 < dongs> R2COM: no idea. you can just link to shit like google drive/free upload places/etc. 2013-10-09T07:12:20 < dongs> store pics for free @ picasa/imgur 2013-10-09T07:12:20 < dongs> etc. 2013-10-09T07:12:31 < dongs> i don't think they're limiting how much text you can stick on there.. 2013-10-09T07:12:41 < dongs> prolific blogger 2013-10-09T07:13:28 < dongs> it is 2013-10-09T07:13:38 < dongs> or you can use google sites 2013-10-09T07:13:42 < dongs> if you have google apps shit. 2013-10-09T07:13:55 < dongs> it is/was free, i dunno. i signed up years ago 2013-10-09T07:14:09 < dongs> http://www.teleview.com/ 2013-10-09T07:14:12 < dongs> these guys are using google apps 2013-10-09T07:14:15 < dongs> for their homepage, lol 2013-10-09T07:15:11 < dongs> yeah. 2013-10-09T07:15:40 < dongs> https://sites.google.com/site/timecop/ 2013-10-09T07:15:44 < dongs> forgot i had this 2013-10-09T07:15:46 < dongs> last touched in 2009 2013-10-09T07:16:57 < dongs> ill make it pink next time i remember 2013-10-09T07:17:36 < emeb_mac> pink = superpro 2013-10-09T07:18:15 < dongs> yep 2013-10-09T07:19:18 < dongs> that sounds like shared + they'll take care of hax 2013-10-09T07:20:44 < dongs> you dont see it on teleview 2013-10-09T07:20:46 < dongs> except on teh bottom 2013-10-09T07:20:53 < dongs> yeah cuz i dont wanna bother attaching the site to domain 2013-10-09T07:20:54 < dongs> but i could 2013-10-09T07:20:58 < dongs> then it'll look just like teleview.com 2013-10-09T07:21:09 < dongs> only bottom bar that says powered bty google sites orw ahtever 2013-10-09T07:22:03 < dongs> lo 2013-10-09T07:23:55 < dongs> http://www.kickstarter.com/projects/173231925/lono-sprinkler-controller 2013-10-09T07:24:00 < dongs> https://s3.amazonaws.com/ksr/assets/000/981/038/ed6e6ddbdd1395f3290eef213d10bd19_large.jpg?1380819104 2013-10-09T07:28:27 < dongs> found emeb's proj http://www.kickstarter.com/projects/358568036/foxonix-embedded-sound-make-your-ideas-heard?ref=category 2013-10-09T07:28:46 < dongs> oh fuck me 2013-10-09T07:28:47 < dongs> atmega 2013-10-09T07:34:53 < dongs> it is 2013-10-09T07:34:58 < dongs> there's altium in video 2013-10-09T07:35:00 < dongs> i should zoom in 2013-10-09T07:35:02 < dongs> and see if itrs a legit copy 2013-10-09T07:36:30 < dongs> http://i.imgur.com/ETgOiEb.png enhance 2013-10-09T07:37:01 < dongs> license info is at the top 2013-10-09T07:37:50 < dongs> well use ytour NSA skills and see if it says Licensed T o Altim FAns or someshit like that at the title bar 2013-10-09T07:47:01 < dongs> load up some tweetrs 2013-10-09T07:47:02 < dongs> im bored 2013-10-09T07:47:11 < emeb_mac> i see fx2 connector 2013-10-09T07:47:32 < dongs> where 2013-10-09T07:47:40 < dongs> no thats pciex1 2013-10-09T07:48:02 < emeb_mac> odd 2013-10-09T07:48:14 < dongs> pciex1 on atmega2560 2013-10-09T07:48:16 < dongs> fuckin awesome 2013-10-09T07:48:20 < emeb_mac> lol 2013-10-09T07:52:52 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-09T07:52:54 < dongs> i should use my dickstarter account i made 2013-10-09T07:52:59 < dongs> and "ask project creator a question" 2013-10-09T07:53:16 < dongs> "Is it a licensed copy of altium you're using, or evaluation acquired from the internet?" 2013-10-09T07:53:17 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-09T07:54:16 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-09T07:54:52 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-09T07:55:37 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-09T07:58:40 -!- Viper168__ [~Viper@node97.18.251.72.1dial.com] has quit [Ping timeout: 248 seconds] 2013-10-09T08:00:19 < dongs> nope 2013-10-09T08:01:02 < dongs> um 2013-10-09T08:01:06 < dongs> domain is like $10 a year. 2013-10-09T08:01:09 < dongs> or less, whatever you get. 2013-10-09T08:01:15 < dongs> .info is like $3 or someshit i think. or was anyway. 2013-10-09T08:01:19 < dongs> its a one time purchase and you own it. 2013-10-09T08:01:27 < dongs> or you can even use free shit 2013-10-09T08:01:33 < dongs> where you c an just get crap.someexistingdomain.com 2013-10-09T08:02:04 < dongs> lol 2013-10-09T08:02:17 < dongs> well 2013-10-09T08:02:23 < dongs> $3 a month * 12 = 2013-10-09T08:02:25 < dongs> vs 2013-10-09T08:02:29 < dongs> $10 a year + free google trash 2013-10-09T08:04:02 < dongs> you dont care what server its on 2013-10-09T08:06:00 < dongs> what hte fuck are you even trying to hsot 2013-10-09T08:06:01 < dongs> host 2013-10-09T08:06:05 < dongs> text? warez? cp? 2013-10-09T08:06:29 -!- DanteA [~X@host-68-159-66-217.spbmts.ru] has joined ##stm32 2013-10-09T08:08:01 < dongs> sounds like blog or google sites and just do it all free. 2013-10-09T08:09:26 < dongs> it depends on tld. 2013-10-09T08:09:33 < dongs> there's definitely <$10 shit out there. 2013-10-09T08:09:37 < dongs> .me, .info that kinda shit 2013-10-09T08:09:57 < dongs> gayniggerfaggot.me 2013-10-09T08:09:57 < dongs> Available 2013-10-09T08:09:57 < dongs> $8.99/yr SPECIAL! 2013-10-09T08:10:05 < dongs> gayniggerfaggot.pw 2013-10-09T08:10:05 < dongs> Available 2013-10-09T08:10:05 < dongs> $3.98/yr 2013-10-09T08:10:09 < dongs> why not go for .pw 2013-10-09T08:10:40 < dongs> gayniggerfaggot.es 2013-10-09T08:10:41 < dongs> Available 2013-10-09T08:10:41 < dongs> $9.98/yr NEW TLD! 2013-10-09T08:10:43 < dongs> that looks great 2013-10-09T08:10:47 < dongs> and you can use .es for something funny. 2013-10-09T08:11:03 < dongs> goate.es 2013-10-09T08:11:15 < dongs> yea im sure thatsa taken 2013-10-09T08:11:23 < dongs> forget any 4letter domain in 2013 2013-10-09T08:12:04 < dongs> yea 2013-10-09T08:12:07 < dongs> looks like spam shit 2013-10-09T08:12:11 < dongs> domain parking crap 2013-10-09T08:12:44 < dongs> thats american shit 2013-10-09T08:12:47 < dongs> namecheap is better. 2013-10-09T08:13:55 < dongs> for .pw? 2013-10-09T08:14:19 < dongs> oic. 2013-10-09T08:14:21 < dongs> well go for it. 2013-10-09T08:18:01 < dongs> froem where? 2013-10-09T08:19:23 < dongs> you can stick arbitrary html into it so yea... 2013-10-09T08:19:45 < dongs> "only"... 2013-10-09T08:26:16 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 245 seconds] 2013-10-09T08:35:51 < GargantuaSauce> as long as you don't want particularly performant scripts or shell access, servage is great 2013-10-09T08:38:19 < emeb_mac> GUI all the things! 2013-10-09T08:39:05 -!- DanteA [~X@host-68-159-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-09T08:41:48 -!- floub [~rebecca@c-71-198-170-63.hsd1.ca.comcast.net] has joined ##stm32 2013-10-09T08:45:51 -!- floub [~rebecca@c-71-198-170-63.hsd1.ca.comcast.net] has left ##stm32 [] 2013-10-09T08:46:30 < dongs> wtf all tehse small phone panels need negative voltage 2013-10-09T08:50:34 < emeb_mac> it's a plot to sell more inverting switchers 2013-10-09T08:55:19 < dongs> wtf, occulus rift hasnt even shipped yet?? 2013-10-09T08:57:06 -!- DanteA [~X@host-103-157-66-217.spbmts.ru] has joined ##stm32 2013-10-09T08:57:08 < talsit> what? did you order one? 2013-10-09T08:57:14 < dongs> no 2013-10-09T08:58:26 < talsit> depends, are you a games dev? 2013-10-09T08:58:42 < talsit> then probably not 2013-10-09T08:58:52 < talsit> maybe next version 2013-10-09T08:59:37 < dongs> http://www.indiegogo.com/projects/mu-thermal-camera-a-great-tool-to-save-on-energy-costs?c=activity 2013-10-09T08:59:40 < dongs> haha 2013-10-09T09:01:45 < talsit> dongs, what are you talking about with the rift? 2013-10-09T09:02:06 < dongs> talsit: nothing, i just see a bunch of fgts trying to "make DIY rift" and im sorta missing what the big deal is 2013-10-09T09:02:17 < dongs> is it just a split screen and some lens? 2013-10-09T09:02:22 < talsit> ah, right 2013-10-09T09:02:47 < talsit> + IMU input with 10ms lag and custom software to do the projection properly 2013-10-09T09:03:37 < dongs> i dont get the lag numbers. 2013-10-09T09:03:39 < dongs> whats hte big deal. 2013-10-09T09:04:04 < talsit> anything above 20ms and your brain calls bullshit on the disconnect between actual motion and the visual representation 2013-10-09T09:04:14 < talsit> it's less for some people 2013-10-09T09:04:24 < dongs> um yeah and why is this hard? 2013-10-09T09:04:34 < dongs> even avr can do < 10ms sensor readings?? 2013-10-09T09:05:10 < talsit> going through the whole USB stack, windows drivers, into your program, getting your graphics card not to buffer frames, etc 2013-10-09T09:05:21 < talsit> carmack did a whole bunch of testing 2013-10-09T09:05:34 < dongs> carmack still claims OpenGL > directX 2013-10-09T09:05:38 < dongs> so his opinion on *anything* is invalid 2013-10-09T09:05:43 < dongs> opengl is dead, dead, dead. 2013-10-09T09:05:46 < talsit> a single frame at 60Hz is 16ms 2013-10-09T09:07:04 < talsit> carmack is right 2013-10-09T09:09:38 < GargantuaSauce> i have nvidia 3d vision and it is ok but not awesome 2013-10-09T09:10:05 < GargantuaSauce> it's a 120hz monitor, IR transmitter and shutter glasses 2013-10-09T09:10:55 < GargantuaSauce> as usual, the software support is the limiting factor 2013-10-09T09:11:07 < talsit> the thing about the rift is that the world spins when you move 2013-10-09T09:11:24 < GargantuaSauce> and is thus a wonderful source of nausea 2013-10-09T09:11:36 < talsit> and the response is awesome 2013-10-09T09:11:45 < dongs> uh 2013-10-09T09:11:52 < dongs> how hte fuck does that have anything to do with rift. 2013-10-09T09:12:04 < talsit> but if it drops below 120Hz, you can feel it 2013-10-09T09:12:25 < talsit> well, world spins and the FoV 2013-10-09T09:13:12 < talsit> rift are the only ones doing it properly, that's why it has all to do with the rift 2013-10-09T09:13:12 < dongs> Initial prototypes used a Hillcrest 3DoF head tracker that is normally 125 Hz, with a special firmware that John Carmack requested which makes it run at 250 Hz, tracker latency being vital due to the dependency of virtual reality's realism on response time. 2013-10-09T09:13:16 < dongs> um.. 2013-10-09T09:13:56 < dongs> i think my shitcopter is at like >600Hz if I turn off loop limiting 2013-10-09T09:14:11 < dongs> i dont see why a big deal is made out of 125 or even 250Hz. 2013-10-09T09:14:18 < GargantuaSauce> probably because usb 2013-10-09T09:14:24 < talsit> yep, all the way into windows @ 600Hz 2013-10-09T09:14:39 < dongs> yeah, use lunix, then you can get it in at 1.2khz 2013-10-09T09:14:50 < GargantuaSauce> in any case i found the head tracking to be pretty good, what really makes me want to vomit is translation 2013-10-09T09:15:08 < GargantuaSauce> can only take 10 minutes of hl2 or so when i'm moving around 2013-10-09T09:15:24 < talsit> GargantuaSauce: is that the nvidia 3d vision or rift? 2013-10-09T09:15:28 < GargantuaSauce> rift 2013-10-09T09:15:47 < talsit> yeah, i know people that are too sensitive 2013-10-09T09:15:48 < GargantuaSauce> nvidia 3d doesn't fill your field of view so there's no motion sickness, only a little eyestrain 2013-10-09T09:15:53 < talsit> i find it awesome 2013-10-09T09:17:29 -!- R2COM1 [~blackops@c-98-230-217-221.hsd1.nm.comcast.net] has joined ##stm32 2013-10-09T09:17:39 < R2COM1> I got geforce nvidia card 2013-10-09T09:18:01 < R2COM1> so turns out I just need 3D glasses 2013-10-09T09:18:07 < GargantuaSauce> which are fucking $100 2013-10-09T09:18:14 < R2COM1> so? 2013-10-09T09:18:19 < talsit> shutter glasses? 2013-10-09T09:18:25 < talsit> how do you sync them? 2013-10-09T09:18:32 < GargantuaSauce> there's an IR transmitter 2013-10-09T09:18:44 < talsit> so he needs the glasses and the transmitter 2013-10-09T09:18:48 < GargantuaSauce> connected over usb, strobes with every new frame 2013-10-09T09:19:14 < R2COM1> then its kinda relatively easier 2013-10-09T09:19:21 < R2COM1> I play with keyboard and mouse 2013-10-09T09:19:29 < R2COM1> and look into 3D looking screen 2013-10-09T09:19:48 < R2COM1> not like with rift.. full glasses but then move with joystick... 2013-10-09T09:20:02 < GargantuaSauce> i play with keyboard+mouse on the rift 2013-10-09T09:20:07 < R2COM1> (because its obvious that you are not Running and walking and climbing stairs in reality when you play) 2013-10-09T09:20:09 < GargantuaSauce> works fine as long as you're familiar with the keyboard 2013-10-09T09:20:29 < R2COM1> if someone attacks you from behind what you do? 2013-10-09T09:20:29 < R2COM1> lol 2013-10-09T09:20:52 < GargantuaSauce> rush to put your dick away 2013-10-09T09:21:08 < GargantuaSauce> http://en.rocketnews24.com/2013/10/08/wanna-sleep-with-hatsune-miku-theres-an-app-for-that/ 2013-10-09T09:21:47 < R2COM1> if someone is right 180 deg behind 2013-10-09T09:21:51 < R2COM1> in game you just turn 2013-10-09T09:21:56 < R2COM1> here you what.. need to turn head 2013-10-09T09:22:03 < GargantuaSauce> move your mouse/joystick 2013-10-09T09:22:12 < R2COM1> how about head then? 2013-10-09T09:22:15 < R2COM1> since its 3D vision 2013-10-09T09:22:15 < GargantuaSauce> the way hl2 does it is actually pretty fantastic 2013-10-09T09:22:18 < R2COM1> you must do it too 2013-10-09T09:22:23 < GargantuaSauce> you aim with the mouse, and you can turn your head with the rift 2013-10-09T09:22:45 < GargantuaSauce> and the aim reticle has depth so you can tell where you're aiming with parallax 2013-10-09T09:22:55 < R2COM1> its not convenient gameplay damnit 2013-10-09T09:23:07 < R2COM1> if 3D reality then FULL or no! 2013-10-09T09:23:29 < GargantuaSauce> heh 2013-10-09T09:23:30 < R2COM1> at least with 3D glasses + HD monitor its something more to reality but still a "behind PC" idea 2013-10-09T09:23:41 < R2COM1> so I get more effects 2013-10-09T09:23:45 < R2COM1> buts still sit in front 2013-10-09T09:23:52 < R2COM1> something like 3D movies in theaters 2013-10-09T09:23:54 < GargantuaSauce> there are spherical treadmills out there that let you actually walk around 2013-10-09T09:24:15 < R2COM1> how about climb upstairs? 2013-10-09T09:24:33 < GargantuaSauce> so basically you're demanding a full proprioceptory experience 2013-10-09T09:24:36 < dongs> sounds like time for a dickstarer project 2013-10-09T09:24:43 < GargantuaSauce> kickstart the matrix 2013-10-09T09:24:52 < dongs> R2COM's stair walker 3D simulator 2013-10-09T09:25:01 < dongs> make sure to use an arduino 2013-10-09T09:25:05 < dongs> and you'll be guaranteed succes 2013-10-09T09:25:27 < R2COM1> stairs can be emulated kinda with sphere too 2013-10-09T09:26:04 < R2COM1> what I'm trying to say is rift is shit experience 2013-10-09T09:26:07 < R2COM1> looks like it 2013-10-09T09:26:27 < GargantuaSauce> i think it's pretty damn awesome until the nausea kicks in 2013-10-09T09:26:43 < talsit> the resolution is not great at the moment 2013-10-09T09:26:45 < R2COM1> only good if you wanna be "observer" in game 2013-10-09T09:26:50 < talsit> but the experience is awesome 2013-10-09T09:26:58 < GargantuaSauce> it works well for actually playing 2013-10-09T09:27:15 < talsit> if you don't move your head at all, it's like looking into the monitor, except with 3D 2013-10-09T09:27:20 < GargantuaSauce> once i got used to it i could do stuff in hl2 like grab the energy orbs fired at me with the gravity gun a lot more effectively 2013-10-09T09:27:23 < talsit> you don't have to move your head 2013-10-09T09:27:39 < talsit> if you do, it's an added experience 2013-10-09T09:27:41 < R2COM1> the fact that some zombie can come to me from behind and start hitting and i need to rotate head full back 180deg while sitting in front position is fucking horrible 2013-10-09T09:27:57 < talsit> R2COM1: what do you normally do in a game? 2013-10-09T09:27:57 < GargantuaSauce> i don't think you get to say that without trying it 2013-10-09T09:28:10 < talsit> you turn your character with mouse/gamepad, right? 2013-10-09T09:28:15 < R2COM1> yes 2013-10-09T09:28:17 < talsit> same thing with rift 2013-10-09T09:28:28 < R2COM1> but dont I need to take a look at him? 2013-10-09T09:28:58 < talsit> ok, your body and head is disconnected with the rift, meaning, you move & fire in the direction of your body 2013-10-09T09:29:02 < talsit> but you look with your head 2013-10-09T09:29:09 < R2COM1> yes 2013-10-09T09:29:19 < talsit> if your legs turn your body, your body turns your head 2013-10-09T09:29:20 < R2COM1> which means that I wont be able to see anyone behind unless I turn head right? 2013-10-09T09:29:26 < GargantuaSauce> and it's different in some other games 2013-10-09T09:29:38 < talsit> in real life, you do walk around, right? 2013-10-09T09:29:41 < GargantuaSauce> in doom 3 you aim with both the rift and mouse 2013-10-09T09:29:46 < talsit> how does your body/head work? 2013-10-09T09:30:20 < R2COM1> head looks forward mainly 2013-10-09T09:30:30 < dongs> lol?? aim with the mouse? 2013-10-09T09:30:30 < talsit> forward being relative to your body 2013-10-09T09:30:36 < dongs> the fuck would i waste $300 on that trash for 2013-10-09T09:30:41 < dongs> FUCK RIFT; RIFT SUX; RIFT IS DYING; RIFT IS DEAD TO ME; RIFT HIT WTC 2013-10-09T09:30:43 < emeb_mac> linda blair's head looks pretty much anywhere 2013-10-09T09:31:29 < R2COM1> so what you mean GargantuaSauce is that when I move with mouse full 180deg my head will turn too, and then I just fine adjust my look with real head movement 2013-10-09T09:31:37 < talsit> yep 2013-10-09T09:31:58 < talsit> different games can do it differently, but that's a common way 2013-10-09T09:32:07 < R2COM1> then another problem 2013-10-09T09:32:17 < R2COM1> in game I usually look into place I wanna walk to 2013-10-09T09:32:25 < R2COM1> here, if I look in some place while moving, i cant get it done 2013-10-09T09:32:31 < R2COM1> say I move forward 2013-10-09T09:32:32 < GargantuaSauce> in hl2 it's very obvious where you're aiming 2013-10-09T09:32:36 < R2COM1> but looking on a side 2013-10-09T09:32:52 < R2COM1> wonder how KF will perform then with this stuff 2013-10-09T09:33:15 < talsit> KF? Kalman Filter? 2013-10-09T09:34:39 < R2COM1> no 2013-10-09T09:34:44 < R2COM1> killing floor 2013-10-09T09:34:46 < R2COM1> speaking of 2013-10-09T09:34:55 < R2COM1> http://i.imgur.com/iOSPELs.jpg 2013-10-09T09:34:59 < GargantuaSauce> heh as if hirez would patch in support 2013-10-09T09:37:40 < R2COM1> http://i.imgur.com/tyXxHSs.jpg 2013-10-09T09:40:19 < R2COM1> I know where that rift-LIKE thing can be used 2013-10-09T09:40:24 < R2COM1> found perfect use for it 2013-10-09T09:41:51 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-09T09:45:11 < R2COM1> also 2013-10-09T09:45:13 < R2COM1> http://www.domaining.com/topsales/ 2013-10-09T09:45:20 < R2COM1> #1 plz 2013-10-09T09:45:56 < dongs> 13mil? 2013-10-09T09:45:57 < dongs> haha. 2013-10-09T09:47:39 < dongs> gays.com $500,000 2013-10-09T09:47:44 < dongs> i hope it was a worthwhile purchase 2013-10-09T09:50:42 < R2COM1> mathematics.com costs only $150,000 less demand for that one 2013-10-09T09:50:59 < GargantuaSauce> how about gaymathematics 2013-10-09T09:51:40 < GargantuaSauce> hot degenerate solutions in action 2013-10-09T10:22:35 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-09T10:30:19 -!- DanteA [~X@host-103-157-66-217.spbmts.ru] has quit [Ping timeout: 260 seconds] 2013-10-09T10:47:05 -!- Robint91 [~Robint91_@2a02:2c40:400:0:2b:eab9:c1f8:6171] has joined ##stm32 2013-10-09T10:50:18 < R2COM1> hi 2013-10-09T10:50:32 < R2COM1> Robint91: so.. whats up with modulating clock for adc's 2013-10-09T10:50:56 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has joined ##stm32 2013-10-09T10:51:55 < Robint91> R2COM1, crazy stuff, searching for the correct mixer 2013-10-09T10:53:51 < Robint91> R2COM, the problem is what run length of the cables get important 2013-10-09T10:54:13 < Robint91> R2COM, yep 2013-10-09T10:55:13 < Robint91> R2COM, if the cables are matched good as posseble 2013-10-09T10:55:37 < Robint91> R2COM, I can only have lik 130ps offsets between the signals 2013-10-09T10:56:00 < Robint91> R2COM, If I modulate the clock there is a direct connection between the clock and the sync 2013-10-09T10:56:51 < Robint91> R2COM, you are going to mark the the period of the clock that you want to have the sync 2013-10-09T10:57:14 < Robint91> the sync would be a lower amplitude of the clock 2013-10-09T10:58:16 < Robint91> R2COM, yeah, the Idea is to use sines, and a limiting amplifier so that we always get a nice clock out of it 2013-10-09T10:58:20 -!- jon1012 [~jon@pha75-14-88-162-134-157.fbx.proxad.net] has joined ##stm32 2013-10-09T10:58:22 -!- jon1012 [~jon@pha75-14-88-162-134-157.fbx.proxad.net] has quit [Changing host] 2013-10-09T10:58:23 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-09T10:58:28 < Robint91> and then some demodulation to get the sync out 2013-10-09T10:59:16 < Robint91> R2COM, 10m to 20m 2013-10-09T11:00:52 < jon1012> arg, why ?!! http://www.kickstarter.com/projects/2084212109/gameduino-2-this-time-its-personal 2013-10-09T11:01:31 < Robint91> R2COM, yep 2013-10-09T11:02:56 < Robint91> *HUGE 2013-10-09T11:03:42 < Robint91> R2COM, we need like 6GHz of bandwidth 2013-10-09T11:04:16 < jpa-> jon1012: why not? 2013-10-09T11:04:45 < Robint91> R2COM, sync pulse is only 1 clock cycle high 2013-10-09T11:07:20 < jon1012> jpa-, because why the fuck would you want to use an 8bit mcu to do that ? 2013-10-09T11:07:38 < Robint91> R2COM, some periode 2013-10-09T11:07:45 < Robint91> R2COM, like 10kHz 2013-10-09T11:09:00 < Robint91> R2COM, that pulse is maybe only 300ps width 2013-10-09T11:10:03 < jpa-> jon1012: because they did so in the 80's also? :) 2013-10-09T11:10:17 < jpa-> jon1012: if you want one with high cpu power, just buy a tablet 2013-10-09T11:11:45 < jon1012> jpa-, yeah but they are adding powerful ics to compensate for low power of the mcu 2013-10-09T11:13:04 < jpa-> nothing wrong with that 2013-10-09T11:13:13 < zyp> jon1012, they had dedicated graphics chips in the 80s too 2013-10-09T11:13:30 < jpa-> IMO it is better design to offload stuff to hardware than just to throw a higher frequency CPU at it 2013-10-09T11:13:55 -!- Luggi09 [~Luggi09@cnh8092114189.pppoe.surfer.cnh.at] has quit [Read error: Operation timed out] 2013-10-09T11:15:57 < Robint91> R2COM, it depends, the rise/fall times need to fall in that period so I can accurately point out which period it is 2013-10-09T11:16:37 < Robint91> R2COM, so for example with a rising edge of the clock the signal levels should be stable 2013-10-09T11:18:39 < Robint91> R2COM, yeah, but I don't really need a mixer 2013-10-09T11:18:46 < Robint91> R2COM, I want a AM modulator 2013-10-09T11:18:59 < Robint91> to make it harder 2013-10-09T11:20:59 < Robint91> R2COM, didn't I? 2013-10-09T11:30:54 < Robint91> R2COM, brb, reboot 2013-10-09T11:31:01 -!- Robint91 [~Robint91_@2a02:2c40:400:0:2b:eab9:c1f8:6171] has quit [Read error: Connection reset by peer] 2013-10-09T11:32:45 -!- Robint91 [~Robint91_@2a02:2c40:400:0:78e2:4acf:5953:995] has joined ##stm32 2013-10-09T11:33:45 < Robint91> back 2013-10-09T11:57:41 -!- Luggi09 [~Luggi09@cnh195149218169.pppoe.surfer.cnh.at] has joined ##stm32 2013-10-09T11:59:55 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 260 seconds] 2013-10-09T12:28:14 < Robint91> zyp, that bulk thing doesn't seem to work 2013-10-09T12:28:26 < Robint91> zyp, I get stalls everytime when I try to read 2013-10-09T12:28:43 -!- claude is now known as Claude 2013-10-09T12:44:29 < zyp> opening the device and so on works without error? 2013-10-09T12:50:35 < Laurenceb> http://uk.mouser.com/ProductDetail/FTDI/FT800Q-R/?qs=sGAEpiMZZMuG9kGfO8yXpusGMrivOU2KV5jkdn4EUK4%3d 2013-10-09T12:50:39 < Laurenceb> quite cheap 2013-10-09T12:54:05 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-09T12:54:25 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-09T12:57:45 -!- Count_Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )] 2013-10-09T12:59:12 < Robint91> zyp, yes 2013-10-09T13:01:40 < Robint91> zyp, http://i.imgur.com/eoHqISo.png 2013-10-09T13:03:47 <+Steffan-> What special about that 'Video Graphic Controller' Laurenceb? 480x272 is no fun. 2013-10-09T13:04:47 <+Steffan-> *what is 2013-10-09T13:05:30 < Laurenceb> it has rescale and rotate and stuff 2013-10-09T13:05:57 < zyp> Robint91, how does the descriptors look? 2013-10-09T13:06:54 < zyp> are you reading with a 100ms timeout? 2013-10-09T13:07:00 < Robint91> zyp, yep 2013-10-09T13:07:33 < Robint91> zyp https://gist.github.com/anonymous/6899045 2013-10-09T13:07:47 < zyp> right, so first you're writing 15 bytes which is stalled, then you are trying to read 64 bytes, which times out, is that right? 2013-10-09T13:10:19 < Robint91> yes 2013-10-09T13:11:16 < zyp> anyway, a stall is a handshake sent by the device, so you need to look at why the device sends a stall 2013-10-09T13:11:36 < zyp> also, same goes for why the device is not sending any data while you're reading 2013-10-09T13:28:59 < Robint91> zyp, something in the USB stack doesn't get called 2013-10-09T13:29:06 < Robint91> silly ST stack 2013-10-09T13:30:01 -!- trepidaciousMBR_ [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-09T13:30:19 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 248 seconds] 2013-10-09T13:30:19 -!- trepidaciousMBR_ is now known as trepidaciousMBR 2013-10-09T13:32:08 <+Steffan-> It's so easy to blame ST for your own mistakes :P 2013-10-09T13:39:16 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has quit [Read error: Connection reset by peer] 2013-10-09T13:40:17 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has joined ##stm32 2013-10-09T13:49:03 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-09T14:17:36 < jpa-> it should be possible to run the STM32L1 core at 2MHz off MSI, while running USB at 48MHz off PLL? 2013-10-09T14:17:47 < jpa-> if i switch core from PLL to MSI, then USB stops working 2013-10-09T14:19:44 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-09T14:30:58 < jpa-> hmm, enumeration fails whenever PCLK1 is less than 16MHz 2013-10-09T14:31:25 < jpa-> actually less than 8MHz 2013-10-09T14:31:54 < Claude> jpa-, using a stm32l1 here too. e.g. fast i2c fails too if pclk is below 8MHz iirc 2013-10-09T14:32:33 < Claude> the datasheet is shit btw , copy&paste'ed from the stm8 2013-10-09T14:35:52 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-09T14:39:25 < Robint91> wut wut my 429DISCO arrived 2013-10-09T14:39:27 < Robint91> for FREE 2013-10-09T14:40:56 < zyp> that's nice 2013-10-09T14:45:22 < Robint91> zyp, a Out Endpoint is from PC to DEVICE? 2013-10-09T14:46:58 < zyp> yes, in/out terms are always seen from the host perspective 2013-10-09T15:02:42 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 268 seconds] 2013-10-09T15:03:21 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-09T15:09:56 < Robint91> zyp, what is the cause of timeouts? 2013-10-09T15:10:03 < Robint91> now TX and RX time out 2013-10-09T15:10:55 < zyp> huh? 2013-10-09T15:11:17 < Robint91> zyp, in that screenshot 2013-10-09T15:11:23 < Robint91> now both RX and TX timeout 2013-10-09T15:11:27 < Robint91> instead of that stall 2013-10-09T15:14:49 < zyp> well, you get a timeout if the device doesn't respond in time 2013-10-09T15:15:54 < zyp> the device will NAK an OUT token if it's not ready to receive, and NAK an IN token if it doesn't have anything to send 2013-10-09T15:20:19 < zyp> and if the device keeps doing that for the period you set as a timeout, then you get a timeout 2013-10-09T15:22:58 < Robint91> zyp, could it be also on the libusb code? 2013-10-09T15:23:51 < Robint91> zyp, I do libusb_open_device_with_vid_pid -> libusb_claim_interface -> libusb_bulk_transfer(OUT) -> libusb_bulk_transfer(IN) -> close interface 2013-10-09T15:28:01 < zyp> shouldn't be, device timing out sounds like an error on the device side 2013-10-09T15:36:16 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has quit [Ping timeout: 248 seconds] 2013-10-09T15:37:08 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has joined ##stm32 2013-10-09T15:39:04 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-09T16:00:45 * Laurenceb epic rage 2013-10-09T16:01:11 < Laurenceb> i cant get polyurethane membrane to vacuum form 2013-10-09T16:01:53 < Laurenceb> another fail project is failed 2013-10-09T16:02:25 < jpa-> moar heat 2013-10-09T16:02:54 < Laurenceb> then it melts and large holes rip out of it 2013-10-09T16:03:37 < Laurenceb> its an elastomer - usually people use thermoplastics for vac forming 2013-10-09T16:03:52 < Laurenceb> looks like elastomers dont vac form very well 2013-10-09T16:04:28 < Laurenceb> meaning im out of ideas for my sensor project 2013-10-09T16:04:43 < Laurenceb> as i can't find a way to manufacture it 2013-10-09T16:05:09 < Laurenceb> - the idea is an inflatable adhesive bladder device with built in spectrometer 2013-10-09T16:15:04 <+Steffan-> Just curious, is this suppost to be a commercial product Laurenceb? 2013-10-09T16:15:16 < Laurenceb> yes 2013-10-09T16:20:39 < BrainDamage> adhesive urine bladder 2013-10-09T16:21:10 <+Steffan-> You need those BrainDamage? 2013-10-09T16:21:36 < BrainDamage> nope 2013-10-09T16:21:54 <+Steffan-> You wouldn't tell me if you did.. 2013-10-09T16:42:02 < Laurenceb> i hate bladders 2013-10-09T16:57:45 < zyp> dongs, any update on boards yet? 2013-10-09T16:59:35 < zyp> I want those pics you mentioned so I can spam them around and tell people to buy my shit 2013-10-09T17:29:18 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-09T17:30:23 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-09T17:31:48 -!- Activate_for_mor [~mirggi@host-120-159-66-217.spbmts.ru] has joined ##stm32 2013-10-09T17:46:29 -!- Activate_for_mor [~mirggi@host-120-159-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-09T18:02:17 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-09T18:06:06 -!- Robint91 [~Robint91_@2a02:2c40:400:0:78e2:4acf:5953:995] has quit [Ping timeout: 252 seconds] 2013-10-09T18:17:07 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-09T18:19:17 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has joined ##stm32 2013-10-09T18:19:20 -!- Intelaida_ [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-09T18:25:45 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-09T18:33:10 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-09T18:36:07 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has quit [Ping timeout: 260 seconds] 2013-10-09T18:36:43 -!- Claude is now known as claude 2013-10-09T18:41:45 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-09T18:45:21 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has quit [Read error: Connection reset by peer] 2013-10-09T18:45:35 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has joined ##stm32 2013-10-09T18:47:30 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: and like that, he's gone] 2013-10-09T18:47:53 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-09T18:49:00 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-09T18:53:33 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Ping timeout: 265 seconds] 2013-10-09T18:56:11 -!- Thorn [~Thorn@unaffiliated/thorn] has joined ##stm32 2013-10-09T18:57:16 < Laurenceb> hell yeah 2013-10-09T18:57:27 < Laurenceb> successful polyurethane vacuum forming 2013-10-09T18:57:35 < Laurenceb> i needed to get it to 200C 2013-10-09T19:08:55 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has joined ##stm32 2013-10-09T19:10:40 -!- Wipster [~Wip@host81-137-80-202.in-addr.btopenworld.com] has quit [Read error: Connection reset by peer] 2013-10-09T19:11:29 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has joined ##stm32 2013-10-09T19:13:26 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has quit [Ping timeout: 264 seconds] 2013-10-09T19:16:11 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has joined ##stm32 2013-10-09T19:16:36 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-09T19:19:46 < Laurenceb> "RepRap is humanity's first general-purpose self-replicating manufacturing machine. " 2013-10-09T19:19:50 < Laurenceb> oh the humanity 2013-10-09T19:20:25 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-09T19:29:03 -!- |akaWolf| [~akaWolf@188.134.9.161] has joined ##stm32 2013-10-09T19:48:22 <@Tectu> just got my F429 disco 2013-10-09T19:50:55 <+Steffan-> yay 2013-10-09T19:52:48 <@Tectu> and it only costs like 1870'987€ 2013-10-09T19:53:00 <+Steffan-> in .ch yes 2013-10-09T19:58:41 -!- barthess [~barthess@185.6.24.18] has joined ##stm32 2013-10-09T20:11:23 -!- mrcan_ [~mrcan@unaffiliated/mrcan] has quit [Ping timeout: 248 seconds] 2013-10-09T20:24:27 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has quit [Quit: leaving] 2013-10-09T20:41:10 -!- claude is now known as Claude 2013-10-09T20:41:18 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-09T20:41:26 < Robint91> the 429DISCO IS NICE 2013-10-09T20:43:26 < englishman> how nice 2013-10-09T20:47:44 < karlp> NICE 2013-10-09T20:48:56 < Robint91> englishman, NICE NICE 2013-10-09T20:49:26 < Robint91> has someone checked what U4 is? 2013-10-09T20:49:27 < englishman> NICE. 2013-10-09T20:54:22 -!- Intelaida_ [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-09T20:55:01 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 245 seconds] 2013-10-09T21:04:55 <+Steffan-> where did Robint91 get his STM32F4blabla for free? 2013-10-09T21:05:10 < Robint91> Steffan-, AVNET/SILICA 2013-10-09T21:05:16 <+Steffan-> oh, bleh. 2013-10-09T21:12:31 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-09T21:15:19 < emeb> Tectu: what rev is the MCU? 2013-10-09T21:16:16 <+Steffan-> I bet that's the first thing he checked. 2013-10-09T21:16:47 < emeb> It's the first thing I'll check when I get mine tomorrow 2013-10-09T21:18:03 <@Tectu> emeb, Y it is 2013-10-09T21:18:07 -!- |akaWolf| [~akaWolf@188.134.9.161] has quit [Read error: Connection reset by peer] 2013-10-09T21:18:07 < Robint91> my in REV Y 2013-10-09T21:18:09 < Robint91> why? 2013-10-09T21:18:16 < emeb> sweet! 2013-10-09T21:18:18 <@Tectu> Robint91, BIG BIG BIG BIG BIG bugs in A 2013-10-09T21:18:22 <@Tectu> emeb, there are not many A's out there 2013-10-09T21:18:27 <@Tectu> emeb, only the early samples, as it appears 2013-10-09T21:18:32 < emeb> that's good 2013-10-09T21:18:50 < emeb> doing some prototyping work and that buglist really scared us. 2013-10-09T21:18:51 * Robint91 has found a weekend project 2013-10-09T21:19:01 * Robint91 goes to try to port the kernel 2013-10-09T21:19:11 < emeb> which kernel? 2013-10-09T21:19:15 < Robint91> using the flash as XIP 2013-10-09T21:19:16 < Robint91> linux 2013-10-09T21:21:06 < emeb> good luck with that. 2013-10-09T21:21:16 < emeb> hope you have some time 2013-10-09T21:21:26 < Robint91> emeb, I don't want the execute from sdram 2013-10-09T21:21:31 < Robint91> but from the internal flash 2013-10-09T21:21:38 < Robint91> which makes it "fast" 2013-10-09T21:21:40 <@Tectu> Robint91, if you get that running in a weekend... nice 2013-10-09T21:22:04 < Robint91> Tectu, not this weekend 2013-10-09T21:22:15 < Robint91> I need to do some family stuff 2013-10-09T21:22:47 <@Tectu> Robint91, do it walter white style 2013-10-09T21:22:50 <@Tectu> Robint91, or no, don't 2013-10-09T21:23:03 <@Tectu> then you spend too much time with that 2013-10-09T21:23:54 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-09T21:35:03 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-09T21:36:14 -!- mervaka [~mervaka@mervaka.co.uk] has quit [Remote host closed the connection] 2013-10-09T21:37:13 -!- ddrown [abob@vps3.drown.org] has left ##stm32 ["http://quassel-irc.org - Chat comfortably. Anywhere."] 2013-10-09T21:46:19 <+Steffan-> lol Tectu is into breaking bad 2013-10-09T21:48:38 -!- barthess [~barthess@185.6.24.18] has quit [Quit: Leaving.] 2013-10-09T21:50:05 -!- barthess [~barthess@178.154.121.74] has joined ##stm32 2013-10-09T22:04:00 -!- MrMobius [~Joey@194.176.111.174] has joined ##stm32 2013-10-09T22:21:31 -!- Claude is now known as claude 2013-10-09T22:22:35 -!- mansfeld [~andrew@robopoly/watson] has quit [Ping timeout: 248 seconds] 2013-10-09T22:22:42 -!- mansfeld [~andrew@37.58.75.231-static.reverse.softlayer.com] has joined ##stm32 2013-10-09T22:22:43 -!- mansfeld [~andrew@37.58.75.231-static.reverse.softlayer.com] has quit [Changing host] 2013-10-09T22:22:43 -!- mansfeld [~andrew@robopoly/watson] has joined ##stm32 2013-10-09T22:29:16 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-09T22:30:22 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Operation timed out] 2013-10-09T22:52:08 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 240 seconds] 2013-10-09T22:54:26 < Posterdati> hi 2013-10-09T22:54:56 < Posterdati> does anyone know a cheap pcb company in europe? 2013-10-09T22:55:53 < zyp> cheap, europe 2013-10-09T22:55:55 < zyp> no. 2013-10-09T22:57:10 < Posterdati> what about beta layout? 2013-10-09T22:57:47 -!- barthess [~barthess@178.154.121.74] has quit [Ping timeout: 248 seconds] 2013-10-09T22:59:05 < upgrdman> dongs: do you see many of these in japan? http://shape-and-colour.com/2008/05/16/murakamis-my-lonesome-cowboy-15-million/ 2013-10-09T23:12:59 -!- Laurenceb_ [~Laurence@host86-143-185-40.range86-143.btcentralplus.com] has joined ##stm32 2013-10-09T23:18:21 <+Steffan-> lol wut upgrdman :S 2013-10-09T23:18:37 < upgrdman> ya lolwut indeed 2013-10-09T23:21:37 <+Steffan-> define cheap Posterdati 2013-10-09T23:21:44 <+Steffan-> China cheap.. no 2013-10-09T23:22:03 < zyp> I think Laurenceb_ has been talking about pcbtrain 2013-10-09T23:22:12 < Laurenceb_> its not cheap 2013-10-09T23:22:16 < zyp> although I seem to recall he weren't happy with the results 2013-10-09T23:22:20 < Posterdati> china crap 2013-10-09T23:22:21 < Laurenceb_> quality is good 2013-10-09T23:22:22 < Laurenceb_> ... 2013-10-09T23:22:27 < Laurenceb_> when they dont screw up 2013-10-09T23:22:38 < Laurenceb_> their kit is good, but their staff are perman00bs 2013-10-09T23:22:42 < zyp> Laurenceb_, but according to you they do screw up :p 2013-10-09T23:23:12 < Laurenceb_> yeah about 40% of my orders have gone wrong 2013-10-09T23:23:19 < Laurenceb_> fingerprints on boards and stuff 2013-10-09T23:23:37 < Posterdati> Laurenceb: exactly 2013-10-09T23:23:38 < Laurenceb_> one had hairs glued into it 2013-10-09T23:24:06 <+Steffan-> oops Laurenceb_ .. failtrain? 2013-10-09T23:24:21 < Laurenceb_> yup 2013-10-09T23:24:33 < Laurenceb_> another order they routed with someones elses gerbers... 2013-10-09T23:24:37 < Laurenceb_> *-s 2013-10-09T23:26:00 <+Steffan-> I guess they don't check what they did .. 2013-10-09T23:26:04 < Laurenceb_> once i got a huge UPS delivery from pcbtrain 2013-10-09T23:26:18 < Laurenceb_> full of some random companies pcbs 2013-10-09T23:26:51 < Laurenceb_> seems they screwed up their address database 2013-10-09T23:28:38 < Laurenceb_> but when they do actually manage to make a pcb correctly its much better than cheap china boards, yes 2013-10-09T23:29:39 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-09T23:37:08 -!- barthess [~barthess@185.6.24.30] has joined ##stm32 2013-10-09T23:40:09 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Remote host closed the connection] 2013-10-09T23:42:16 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-09T23:44:12 -!- barthess [~barthess@185.6.24.30] has quit [Quit: Leaving.] 2013-10-09T23:47:12 < Posterdati> Steffan-: like beta layout --- Day changed Thu Oct 10 2013 2013-10-10T00:02:17 -!- Robint91_ye_2nd [~Robint91_@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-10T00:02:56 < Robint91> damm that reversi is addicting on the 429disco 2013-10-10T00:06:40 -!- Robint91_ye_2nd [~Robint91_@dD5776E9E.access.telenet.be] has quit [Ping timeout: 248 seconds] 2013-10-10T00:12:02 -!- MrMobius [~Joey@194.176.111.174] has quit [Ping timeout: 246 seconds] 2013-10-10T00:12:16 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Quit: Ik ga weg] 2013-10-10T00:20:00 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 248 seconds] 2013-10-10T00:44:27 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has joined ##stm32 2013-10-10T00:49:30 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has quit [Quit: leaving] 2013-10-10T00:49:42 < emeb> attn dongs: http://www.kickstarter.com/projects/725991125/open-source-graphics-processor-gpu 2013-10-10T00:50:00 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 245 seconds] 2013-10-10T00:51:42 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has joined ##stm32 2013-10-10T01:18:14 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-10T01:27:18 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-10T01:34:12 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-10T01:34:24 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-10T02:04:49 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: and like that, he's gone] 2013-10-10T02:06:17 < zyp> emeb, looks too niche to be successful 2013-10-10T02:07:15 < zyp> the rewards for backing it doesn't seem to give back enough to make it very worthwhile 2013-10-10T02:07:20 < emeb> yeah - the markets they mention aren't broad enough. 2013-10-10T02:07:45 < emeb> right - "your name on a list..." FAIL 2013-10-10T02:09:00 < zyp> then again, $25 is nothing 2013-10-10T02:11:19 < emeb> I think I could find better things to do with $25 2013-10-10T02:25:57 -!- Laurenceb_ [~Laurence@host86-143-185-40.range86-143.btcentralplus.com] has quit [Ping timeout: 248 seconds] 2013-10-10T02:26:09 < gxti> for some reason i find it amusing that an 8mbit spi flash is cheaper than a microsd socket, let alone the cards 2013-10-10T02:34:21 < zyp> cheaper? 2013-10-10T02:34:26 < zyp> why wouldn't it be? 2013-10-10T02:39:22 < emeb> I find it interesting that you can't really get uSD cards < 4MB any longer. 2013-10-10T02:39:48 < emeb> I guess the lower capacity devices are just too cheap to make any money on them so the mfgs have all moved up to larger capacities. 2013-10-10T02:39:58 < zyp> yeah 2013-10-10T02:39:59 < gxti> 4MB or 4GB? 2013-10-10T02:40:06 < emeb> GB - sorry 2013-10-10T02:40:30 < zyp> heh 2013-10-10T02:40:54 < zyp> I don't think I've even seen a uSD card smaller than 1GB ever 2013-10-10T02:40:57 < emeb> I've got a bunch of embedded systems the work great with 2GB filesystems and it's easier to maintain smaller ones. 2013-10-10T02:41:20 < zyp> just format it for 2GB then 2013-10-10T02:41:31 < emeb> yeah. feels wasteful though. :) 2013-10-10T02:41:36 < zyp> if the card does proper wear leveling, then you'll utilize all the blocks anyway 2013-10-10T02:42:05 < emeb> true - would make it last effectively 4x longer. If it does it properly. 2013-10-10T02:42:21 < gxti> 2GB is also the max for the original standard 2013-10-10T02:42:26 < emeb> based on bunnie huang's teardowns that's likely a big if. 2013-10-10T02:42:29 < zyp> emeb, yep, and probably faster too 2013-10-10T02:42:43 < zyp> gxti, yeah 2013-10-10T02:43:06 < gxti> why they then proceeded to make a standard that could max out within 5 years is beyond me 2013-10-10T02:43:21 < emeb> 640k should be enough for anyone. 2013-10-10T02:43:23 < zyp> the change is not too huge, I think they just replaced some byte addrs with sector addrs 2013-10-10T02:43:24 < gxti> "durr 2GB not enough better only go 32GB nobody needs that much" 2013-10-10T02:45:27 < zyp> by the way, did any of you ever look at using emmc? 2013-10-10T02:45:38 < zyp> digikey doesn't seem to have emmc chips 2013-10-10T02:45:41 < gxti> how big would a usb mass storage host implementation be? maybe i could do that instead of microsd 2013-10-10T02:45:47 < emeb> new beaglebone uses emmc. kind of a PITA 2013-10-10T02:45:48 < zyp> either that or I just suck at searching tonight 2013-10-10T02:46:18 < zyp> gxti, depends on how tailored you make it 2013-10-10T02:46:20 < emeb> what's wrong with uSD? 2013-10-10T02:47:01 < emeb> (besides that it costs more than an 8mbit spi flash?) 2013-10-10T02:48:35 < zyp> a host stack that'll only enumerate msc devices can probably be done as small as a small device stack 2013-10-10T02:48:36 < gxti> not much, i should stop waffling and just go with it. i'm having some mechanical issues that usb wouldn't fix either, though. 2013-10-10T02:48:51 < zyp> and you only need to call a few scsi commands 2013-10-10T02:49:27 < zyp> the hard part is all the error handling :p 2013-10-10T02:49:28 < gxti> the only place to put the socket on the pcb is on the bottom, and i have little enough clearance that the cheapest sockets are actually too tall. but maybe i'd be better off shoving some things around so i don't need to do that anyway. 2013-10-10T02:49:40 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-10T02:49:41 < emeb> I've put uSD on a few projects - works fine and is really small. the physical layer is probably a lot smaller than the USB one too. 2013-10-10T02:50:14 < emeb> (code-wise) 2013-10-10T02:50:44 < zyp> true 2013-10-10T02:51:42 < gxti> the other annoying thing is that the socket that i ended up using doesn't leave enough of the card sticking out the end and it barely clears the faceplate of the box 2013-10-10T02:51:52 < zyp> http://cgit.jvnv.net/laks_demo/tree/main.cpp?h=usb_msc <- lines 19-152 is a rudimentary SD driver, you don't get a full usb stack that small :p 2013-10-10T02:52:20 < gxti> yeah i already wrote the SD stack (well, rewrote it from the chibios version) 2013-10-10T02:52:39 < gxti> still got some bugs probably but i'm not exactly doing rocket science here, it's mostly for the bootloader 2013-10-10T02:53:22 < zyp> hmm, I should finish up my bootloader tomorrow 2013-10-10T02:54:11 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2013-10-10T02:55:12 < gxti> yeah never mind all that shit, i think i can shove some things around and make room for a more suitable uSD socket on the top of the PCB 2013-10-10T02:56:23 < zyp> do you need the socket? just solder the card to the board :p 2013-10-10T02:56:49 < emeb> super glue + ww wire/ 2013-10-10T02:57:08 < gxti> if i'm gonna use microsd it might as well be user removable 2013-10-10T02:57:24 < gxti> makes the bootloader a lot more useful! 2013-10-10T02:57:29 < zyp> emeb, I were thinking more just like an LGA :p 2013-10-10T02:57:51 < gxti> i don't think shenzen special cards are reflow-rated 2013-10-10T02:58:25 < zyp> then how are they manufactured? :p 2013-10-10T02:59:08 < gxti> the plastic would get all melty, not that it would really hurt anything probably 2013-10-10T02:59:10 < zyp> (ok, dumb argument, they are probably bonded, not soldered) 2013-10-10T03:13:29 -!- Viper168 [~Viper@95.kansas-01-03rs.mo.dial-access.att.net] has joined ##stm32 2013-10-10T03:13:29 -!- Viper168 [~Viper@95.kansas-01-03rs.mo.dial-access.att.net] has quit [Changing host] 2013-10-10T03:13:29 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-10T03:16:31 < gxti> anything egregiously wrong with this style of socket? http://www.digikey.com/product-detail/en/0475710001/WM9731CT-ND/4037907 2013-10-10T03:21:17 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-10T03:32:19 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-10T03:44:32 < gxti> one of these days i'm going to pick apart the altium file format... a pcb footprint library with a single component with a single pad in it is 460KB 2013-10-10T03:55:39 < GargantuaSauce> sounds more like 'spelunking' than 'picking apart' 2013-10-10T04:15:16 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-10T04:15:21 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-10T04:30:11 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-10T04:33:06 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-10T04:38:15 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has joined ##stm32 2013-10-10T04:43:15 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-10T04:43:39 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has joined ##stm32 2013-10-10T04:43:51 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-10T04:47:03 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has quit [Client Quit] 2013-10-10T04:47:28 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has joined ##stm32 2013-10-10T04:48:46 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-10T04:50:54 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has quit [Client Quit] 2013-10-10T04:53:52 < talsit> hey guys, i've got a problem with a F051 board that's kinda strange and i've run out of option on what to troubleshoot 2013-10-10T04:54:00 < talsit> HSI works fine 2013-10-10T04:54:21 < talsit> HSE works for about 5 seconds, then it goes stupid, doesn't respond to SWD 2013-10-10T04:54:47 < talsit> using a 26MHz TCXO 2013-10-10T04:58:06 < talsit> it gets stranger 2013-10-10T04:58:20 < gxti> flash wait states? 2013-10-10T04:58:25 < upgrdman> 26 sounds high for an f0...? 2013-10-10T04:59:00 < talsit> if i use the HSE directly (STM32_SW_HSE) SWD stops responding, if i use it through PLL (STM32_SW_PLL) serial goes silly after 5s 2013-10-10T04:59:08 < talsit> it supports up to 32MHz 2013-10-10T04:59:13 < talsit> according to datasheet 2013-10-10T04:59:15 < upgrdman> ok 2013-10-10T04:59:24 < gxti> how is the tcxo connected? 2013-10-10T04:59:38 < talsit> i'm using the exact same circuit as on my F4 2013-10-10T04:59:44 < talsit> and that's been working for months 2013-10-10T04:59:59 < talsit> it's a clipped sinewave 2013-10-10T04:59:59 < emeb_mac> R2COM: edison was a tool 2013-10-10T05:00:37 < talsit> gxti: 1nF in series to OSC_IN and a 1M between OSC_IN/OSC_OUT 2013-10-10T05:00:51 < gxti> talsit: sounds good 2013-10-10T05:01:17 < gxti> although technically 26mhz is just out of spec (25mhz max, for f1 anyway) 2013-10-10T05:02:20 < gxti> try dividing it down to < 8mhz using pll or whatever 2013-10-10T05:02:22 -!- inca [~inca@107.9.133.38] has quit [Ping timeout: 240 seconds] 2013-10-10T05:02:59 < talsit> gxti: according to the datasheet, i can use 4-32MHz crystal oscillator 2013-10-10T05:03:38 < talsit> with PLL, i'm PREDIV = 2 ; PLLMUL = 2 2013-10-10T05:03:49 < talsit> but i'll go down further 2013-10-10T05:03:59 < gxti> weird, f1 is 25mhz max although that's only for the oscillator, 50 is ok for input with the oscillator off 2013-10-10T05:04:26 < gxti> i'm actually also using a 26mhz tcxo but it's not directly connected because there's a mux 2013-10-10T05:04:28 < talsit> yeah, that's why i went for the F0, since i have a known TCXO that i like and use, and it's 26MHz 2013-10-10T05:08:27 < mog> does anyone have an example or can point me to some sample code of someone implementing a usb keyboard with libopencm3 2013-10-10T05:09:05 -!- inca [~inca@cpe-107-9-133-38.neo.res.rr.com] has joined ##stm32 2013-10-10T05:10:04 < talsit> clipped sinewave 2013-10-10T05:11:54 < talsit> i was following this recommendation: http://www.taitien.com.tw/db/pictures/modules/CMS/CMS060207001/AP20100105-Utilize%20Clipped%20Sine%20Waveform%20in%20Circuit%20Design.pdf 2013-10-10T05:12:07 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-10T05:12:19 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-10T05:13:53 < talsit> i was under the impression that the F051 had that for its OSC 2013-10-10T05:14:02 < gxti> all uC oscillator blocks look like that 2013-10-10T05:15:35 < gxti> talsit: if you have an oscilliscope, set up MCO and check that it looks sane. but i imagine if you did you would have done that already. 2013-10-10T05:16:40 < talsit> R2COM: this is what i have http://www.evernote.com/shard/s19/sh/4ba7192a-fa27-429b-a9f9-fb36057a5f61/356c761e1a365700ee224aabfd02c67d 2013-10-10T05:16:43 < talsit> gxti: i 2013-10-10T05:16:47 < talsit> i'll try that now 2013-10-10T05:17:01 < gxti> and probe OSC_IN too obviously 2013-10-10T05:17:36 < talsit> osc_in looks sane, not very strong, but looks the same as on my F4 board 2013-10-10T05:17:56 -!- mansfeld [~andrew@robopoly/watson] has quit [Read error: Operation timed out] 2013-10-10T05:18:17 -!- mansfeld [~andrew@37.58.75.231-static.reverse.softlayer.com] has joined ##stm32 2013-10-10T05:18:23 -!- mansfeld [~andrew@37.58.75.231-static.reverse.softlayer.com] has quit [Changing host] 2013-10-10T05:18:23 -!- mansfeld [~andrew@robopoly/watson] has joined ##stm32 2013-10-10T05:18:32 < talsit> btw, on the F051, PLL's min frequency is 16MHz, so i can only go down to that, and it does the same 2013-10-10T05:18:47 < gxti> talsit: flash wait states are correct? 2013-10-10T05:18:58 < talsit> R2COM: so how do i connect that 2013-10-10T05:19:05 < talsit> gxti: will look at it now 2013-10-10T05:19:31 < gxti> your schematic is correct 2013-10-10T05:21:27 < gxti> OSC_IN and OSC_OUT are the inverter, not the TCXO 2013-10-10T05:22:16 < talsit> gxti: it seems that you are correct, i have latency of 000 2013-10-10T05:22:22 < talsit> which is for 0-24MHz 2013-10-10T05:23:20 < talsit> lets try changing to 1 2013-10-10T05:23:46 < gxti> it doesn't explain your findings at 16MHz but it could be that the PLL is not configured correctly or something. 2013-10-10T05:25:03 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-10T05:25:46 < talsit> yep, especially at that frequency 2013-10-10T05:29:49 < talsit> gxti: flash wait states are correct for the frequencies 2013-10-10T05:30:05 < talsit> it was 000 on 16MHz and 001 at 26MHz 2013-10-10T05:36:53 < talsit> i may solder up another one to see if it's just faulty 2013-10-10T05:38:58 < talsit> F1? or F0? 2013-10-10T05:39:12 < talsit> F0 2013-10-10T05:40:24 < talsit> checking it out now 2013-10-10T05:41:05 < talsit> i did some checks a while ago 2013-10-10T05:41:11 < talsit> but i forgot what it was 2013-10-10T05:41:19 < talsit> now i'm double/triple checking again 2013-10-10T05:47:13 < talsit> R2COM: yes, it does 2013-10-10T05:48:21 < talsit> the Rf is 200kOhm 2013-10-10T05:48:26 < talsit> internal, yes 2013-10-10T05:48:56 < talsit> yes 2013-10-10T05:49:02 < talsit> the internal is not enough 2013-10-10T05:49:10 < gxti> it's fine. 2013-10-10T05:49:31 < talsit> AN2867 recommends 470k-5M for 20Mhz (even more for lower frequencies) 2013-10-10T05:49:40 < talsit> so 200k is not enough for 26Mhz 2013-10-10T05:50:08 < gxti> well, adding another resistor in parallel reduces resistance, not increases it. but the value really isn't critical. 2013-10-10T05:50:26 < talsit> umm... fuck, yeah, hehe 2013-10-10T05:50:44 < talsit> R2COM: http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/CD00221665.pdf?s_searchtype=keyword 2013-10-10T05:51:38 < gxti> anyway i would probe OSC_OUT and set up MCO and probe that, just to be 100% sure 2013-10-10T05:51:49 < talsit> ok, will do that now 2013-10-10T05:51:53 < gxti> not likely to turn up anything useful but might as well 2013-10-10T05:54:44 < gxti> rofl 2013-10-10T05:59:29 < talsit> R2COM: removed the 1M, same thing 2013-10-10T06:00:20 < talsit> not using external clock, i'm using a tcxo in clipped sinewave 2013-10-10T06:01:15 < talsit> OSC_OUT is flat @ 0V 2013-10-10T06:02:02 < gxti> talsit: then comes the dumb question, you did actually turn the HSE on and wait for the ready bit to set, right? 2013-10-10T06:02:10 < talsit> well, not really i'm getting a "sine" @ 26Mhz with about 30mV p-p 2013-10-10T06:02:16 < talsit> gxti: yes 2013-10-10T06:02:50 < talsit> 0 2013-10-10T06:02:59 < talsit> ish 2013-10-10T06:03:18 < gxti> curious. 2013-10-10T06:03:19 < talsit> 3mV 2013-10-10T06:03:34 < gxti> could just be bleeding through the resistor from the input i guess? 2013-10-10T06:03:35 < talsit> 30-40mV p-p 2013-10-10T06:05:10 < talsit> on TCXO: 1.24V p-p centred around 0.5V ; on OSC_IN: 1.24V p-p, centre: 0.144V 2013-10-10T06:06:51 < talsit> -0.44, my scope says 2013-10-10T06:07:07 < talsit> but yes 2013-10-10T06:08:13 < talsit> ok, time to get the loupe out and check again 2013-10-10T06:08:13 < talsit> yep 2013-10-10T06:10:28 < talsit> wait a sec, i just tested my F4 board that has the same TCXO circuit, and i'm getting the same 1.24Vp-p but centered around 1.56C 2013-10-10T06:10:31 < talsit> 1.56V 2013-10-10T06:11:02 < gxti> right, that's what it's supposed to be doing. the goal of the feedback resistor is to use the internal oscillator block to center it at precisely the middle of the linear region. 2013-10-10T06:11:32 < gxti> probably OSC_OUT is misconfigured or faulty or something, and is clamping to ground. 2013-10-10T06:12:13 < gxti> R2COM's suggestion is the alternate way of doing this type of thing, it does not require that OSC_OUT works although it does require that the input buffer be configured sanely and the duty cycle might not be exactly 50% since you're manually configuring the center with resistors. 2013-10-10T06:23:08 < talsit> ok, so it looks like OSC_OUT is faulty 2013-10-10T06:23:19 < talsit> on my F4, that works, it's around 1.3V 2013-10-10T06:23:25 < talsit> on this F0, it's 0 2013-10-10T06:23:44 < talsit> i lifted it off the pad, and still same reading 2013-10-10T06:24:46 < gxti> could be gpio configuration issue, perhaps? 2013-10-10T06:25:06 < talsit> i'll look at that now, good idea 2013-10-10T06:25:20 < gxti> it might want that pin to be analog input (even though it's really more of an analog output) 2013-10-10T06:26:33 < talsit> they are both set to input, pushpull, 2M, floating, af0 2013-10-10T06:27:07 < upgrdman> R2COM: what's t1? 2013-10-10T06:27:25 < talsit> transmission line 2013-10-10T06:27:40 < upgrdman> what's that? a delay line? 2013-10-10T06:27:54 < englishman> which spice is that R2COM? 2013-10-10T06:27:57 < gxti> it's not a "real" component, it simulates transmission lines 2013-10-10T06:28:06 < talsit> ltspice 2013-10-10T06:28:07 < gxti> englishman: ltspice 2013-10-10T06:28:23 < englishman> it looked like ltspice but where are all the cool components?like 50ohm source etc 2013-10-10T06:28:31 < gxti> rather, transmission lines are real things but not something you plop down on a PCB. normally, anyway. 2013-10-10T06:29:10 < upgrdman> so it's just a model for parasitics? 2013-10-10T06:29:15 < englishman> probably me being incompatible with ltspice 2013-10-10T06:29:24 < gxti> upgrdman: not exactly 2013-10-10T06:29:24 < englishman> model for reflections? 2013-10-10T06:29:47 < gxti> it's an ideal transmission line, and transmission lines are parasitic versions of ideal wires :P 2013-10-10T06:30:24 < talsit> i'll solder up a new board after lunch, see if i have better luck with that one 2013-10-10T06:30:53 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-10T06:30:55 < englishman> i tried QUCS for s-parameters, it seemed to work alright 2013-10-10T06:31:04 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-10T06:38:34 < emeb_mac> octave is ok 2013-10-10T06:38:53 < emeb_mac> if you can't/won't afford matlab it's a great workalike 2013-10-10T06:39:12 < emeb_mac> what are the limitations on the book version? 2013-10-10T06:39:55 < emeb_mac> hmmm 2013-10-10T06:40:07 < emeb_mac> I use signal proc. toolbox and filter design alot 2013-10-10T06:40:15 < emeb_mac> and octave has equivalents for those 2013-10-10T06:40:57 < emeb_mac> keep telling yourself that. 2013-10-10T06:41:47 < englishman> i don't know what it is but i can't like matlab 2013-10-10T06:41:51 < emeb_mac> yeah - some of the simpler stuff 2013-10-10T06:42:06 < gxti> insert smarmy remark here 2013-10-10T06:43:31 < emeb_mac> compiler costs extra 2013-10-10T06:43:38 < emeb_mac> a lot extra 2013-10-10T06:44:17 < emeb_mac> that's my main complaint about Matlab - every little thing is nickled/dimed 2013-10-10T06:44:40 < emeb_mac> I lolled when I found out that doing integer operations required another toolbox. 2013-10-10T06:45:12 < emeb_mac> but I still fork over $1800/yr for maintenance on it. 2013-10-10T06:46:09 < emeb_mac> what do you mean? 2013-10-10T06:46:47 < emeb_mac> heh 2013-10-10T07:35:55 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2013-10-10T07:40:25 -!- Activate_for_mor [~mirggi@host-126-158-66-217.spbmts.ru] has joined ##stm32 2013-10-10T07:43:40 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-10T07:55:30 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-10T08:07:17 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-10T08:19:55 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 248 seconds] 2013-10-10T08:23:14 -!- claude is now known as Claude 2013-10-10T08:23:27 < emeb_mac> rasslin' 2013-10-10T08:47:43 -!- Robint91 [~Robint91_@2a02:2c40:400:0:b589:4890:808f:be20] has joined ##stm32 2013-10-10T08:56:50 -!- Claude is now known as claude 2013-10-10T09:06:57 -!- DanteA [~X@host-16-152-66-217.spbmts.ru] has joined ##stm32 2013-10-10T09:16:30 -!- R2COM1 [~blackops@c-98-230-217-221.hsd1.nm.comcast.net] has joined ##stm32 2013-10-10T09:33:59 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-10T09:36:01 -!- DanteA [~X@host-16-152-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-10T09:41:20 -!- Blok [~Blok@unaffiliated/blok] has quit [Ping timeout: 268 seconds] 2013-10-10T09:49:50 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Excess Flood] 2013-10-10T09:53:36 -!- Blok [~Blok@unaffiliated/blok] has joined ##stm32 2013-10-10T09:54:18 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-10T10:15:53 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Quit: Leaving] 2013-10-10T10:22:19 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-10T10:23:04 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-10T10:23:33 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-10T10:24:36 -!- R2COM1 [~blackops@c-98-230-217-221.hsd1.nm.comcast.net] has quit [Quit: Leaving.] 2013-10-10T10:34:04 -!- Laurenceb_ [~Laurence@host86-143-185-40.range86-143.btcentralplus.com] has joined ##stm32 2013-10-10T10:58:33 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-10T11:01:05 -!- Laurenceb_ [~Laurence@host86-143-185-40.range86-143.btcentralplus.com] has quit [Read error: Operation timed out] 2013-10-10T11:02:53 -!- dfletcher [~fletch@drupal.org/user/72475/view] has quit [Ping timeout: 240 seconds] 2013-10-10T11:03:07 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 248 seconds] 2013-10-10T11:08:32 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-10T11:09:34 -!- ds2 [noinf@netblock-66-245-251-24.dslextreme.com] has quit [Ping timeout: 256 seconds] 2013-10-10T11:15:40 -!- ds2 [noinf@netblock-66-245-251-24.dslextreme.com] has joined ##stm32 2013-10-10T11:31:15 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has quit [Ping timeout: 245 seconds] 2013-10-10T11:34:01 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-10T11:52:10 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-10T11:59:35 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-10T12:05:24 < akaWolf> .qAми 2013-10-10T12:06:39 < jpa-> sadjw 2013-10-10T12:14:32 < dongs> zyp: where you want the completed shit shipepd 2013-10-10T12:14:37 < dongs> fedex? or ems? 2013-10-10T12:29:02 < zyp> hmm, home addr should be fine, fedex or ems doesn't matter, I'll have to pick it up at the same place when I get home from vacation anyway, so just pick the cheapest 2013-10-10T12:32:03 < zyp> fedex will maybe give less hassle with customs processing, customs tend to hold shipments and ask for an invoice when they get ems shipments 2013-10-10T12:48:07 < dongs> you dont have a fagex account to ship to do you? 2013-10-10T12:48:16 < dongs> ship it to your job for f ree w/their account d; 2013-10-10T12:52:07 < zyp> I don't think fedex accounts is a big thing in norway 2013-10-10T12:54:31 < zyp> by the way, which value will they put on the customs forms on the package? 2013-10-10T12:54:43 < dongs> whatever you want 2013-10-10T12:54:49 < dongs> it can be pcb assembly service at like $1/ea oer osmeshit. 2013-10-10T12:54:57 < dongs> thats what I usually ship shit by 2013-10-10T12:55:15 < zyp> sounds good 2013-10-10T12:55:41 < zyp> by the way, how about those pics you mentioned? 2013-10-10T12:55:41 < Laurenceb> i found a use for 3d printing 2013-10-10T12:55:47 < Laurenceb> vac former molds 2013-10-10T12:55:58 < Laurenceb> first confirmed use 2013-10-10T12:56:12 < dongs> wats a vac former 2013-10-10T12:56:17 < Laurenceb> fail 2013-10-10T12:56:30 < Laurenceb> lurn 2 plastic 2013-10-10T12:56:35 < dongs> oh i have pics too 2013-10-10T12:57:08 < Laurenceb> 3d printed crap is porous so the air vents out 2013-10-10T12:57:12 < dongs> hly shit hte qualiyt 2013-10-10T12:57:22 < dongs> http://i.imgur.com/c04hq6e.jpg tehy msut have took that shit with shittiest phone available 2013-10-10T12:57:27 < Laurenceb> and with a Stratsys printer the ABS it pretty heat resistant 2013-10-10T12:57:43 < Laurenceb> nice 2013-10-10T12:57:59 < Laurenceb> im vac forming at 200C and the ABS is holding up nicely 2013-10-10T12:58:10 < zyp> umm 2013-10-10T12:58:19 < zyp> why is the LED2 connectors not populated? 2013-10-10T12:59:12 < dongs> i duno if that pic was before they started soldering dips 2013-10-10T12:59:17 < dongs> they probably just stuck them in 2013-10-10T12:59:19 < dongs> will beep to confirm 2013-10-10T12:59:43 < dongs> shit';s getting done like right this minute. 2013-10-10T12:59:54 < zyp> ah 2013-10-10T12:59:57 < dongs> shipping tomrow am 2013-10-10T13:00:04 < dongs> so EMS is OK? i duno fedex might be expensive 2013-10-10T13:00:07 -!- mrmcan [~mrcan@78.189.212.235] has joined ##stm32 2013-10-10T13:00:07 -!- mrmcan [~mrcan@78.189.212.235] has quit [Changing host] 2013-10-10T13:00:07 -!- mrmcan [~mrcan@unaffiliated/mrcan] has joined ##stm32 2013-10-10T13:00:08 < dongs> if you dont ahev account 2013-10-10T13:00:10 < dongs> i can ask tho 2013-10-10T13:00:11 < dongs> either way 2013-10-10T13:00:26 < zyp> sure, EMS is ok 2013-10-10T13:03:46 < karlp> hmm, new 7 port usb hub I got reports as 2 four port hubs 2013-10-10T13:03:52 < dongs> zyp: yea that was old pic 2013-10-10T13:03:59 < dongs> shit's done and all pins are in 2013-10-10T13:04:09 < zyp> good 2013-10-10T13:04:23 < zyp> karlp, because they use two 4-port chips cascaded 2013-10-10T13:04:38 < zyp> I think it's pretty common to do that 2013-10-10T13:04:55 < karlp> yeah, I just remember looking at usb hub chips, and 7 port usb chips was common too, 2013-10-10T13:05:10 < karlp> port "8" has differnet "Hub Port Status" flags. 2013-10-10T13:10:47 < dongs> there are no 8port hub chipos 2013-10-10T13:10:49 < dongs> chips 2013-10-10T13:10:58 < dongs> there's 7 with 1 upstream 2013-10-10T13:11:59 < zyp> I looked inside an 8-port hdmi-switch yesterday 2013-10-10T13:12:19 < zyp> contained two 4-port switch chips connected to a 2-port chip 2013-10-10T13:12:25 < dongs> cutee. 2013-10-10T13:13:10 < zyp> I think the chips was from the same guys that made those chips you used for the hdmi-parallel-dp stuff, forgot what they was called 2013-10-10T13:13:16 < dongs> ITE 2013-10-10T13:13:19 < dongs> most likely 2013-10-10T13:13:21 < dongs> tehy make a lot of shit. 2013-10-10T13:13:26 < dongs> im making HDMI>mipi thing 2013-10-10T13:13:29 < dongs> for 5" screens 2013-10-10T13:13:34 < dongs> gonna use ADV7611 2013-10-10T13:13:37 < dongs> and SSD2828 2013-10-10T13:13:40 < dongs> and stm32 to control that shit 2013-10-10T13:14:13 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has left ##stm32 [] 2013-10-10T13:15:02 < zyp> got hold of 5" 1080p panels? 2013-10-10T13:16:00 < dongs> ya 2013-10-10T13:16:07 < dongs> http://www.wayengineer.com/index.php?main_page=product_info&products_id=5304 :) 2013-10-10T13:16:32 < dongs> i duno what i am gonna do wiht all different ocnnectors 2013-10-10T13:16:39 < dongs> i think i might use some standard header on controller board 2013-10-10T13:16:49 < dongs> and then have short cable breakouts for different screens 2013-10-10T13:17:57 <+Steffan-> Nice nice.. 1080x1920 for 5.9 inch :) 2013-10-10T13:18:58 < dongs> the stuff looks doable on 2layer if i dont care about trace impedance and shit. 2013-10-10T13:23:43 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-10T13:27:01 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has joined ##stm32 2013-10-10T13:28:02 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Client Quit] 2013-10-10T13:29:16 <+Steffan-> Hmm, since when ltspice does os x? 2013-10-10T13:30:49 -!- claude is now known as Claude 2013-10-10T13:37:13 < Laurenceb> i hate cad 2013-10-10T13:37:18 < Laurenceb> wtf is a constraint 2013-10-10T13:37:58 < dongs> ESL 2013-10-10T13:39:14 < jpa-> Laurenceb: something that stops you from doing something that you don't want to do :) 2013-10-10T13:43:58 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 240 seconds] 2013-10-10T13:44:21 < Laurenceb> "under constrained sketch with 30 degrees of freedom" 2013-10-10T13:44:23 < Laurenceb> WTF 2013-10-10T13:44:52 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-10T13:45:00 < jpa-> 30 things about your sketch that don't have dimensions or angles defined 2013-10-10T13:45:11 < Laurenceb> hmf 2013-10-10T13:45:15 < Laurenceb> i set grid size 2013-10-10T13:45:43 < Laurenceb> http://freecad-tutorial.blogspot.co.uk/2011/09/engine-1-piston-pin-and-pin-ring.html 2013-10-10T13:46:00 < Laurenceb> i dont understand how to get to the "60" dialogue 2013-10-10T13:46:15 < Laurenceb> " Try set up width: click on upper line and set constrain "Fix a length of a line" 2013-10-10T13:46:16 < Laurenceb> wtf 2013-10-10T13:46:34 < Laurenceb> itd help to say how the hell im sup[posed to do that 2013-10-10T13:48:02 < Laurenceb> freaking autistics 2013-10-10T13:48:30 < jpa-> knowing freecad, the GUI has probably changed 3 times since that tutorial was written 2013-10-10T13:48:43 < Laurenceb> heh 2013-10-10T13:50:31 < jpa-> did you check the video? 2013-10-10T13:50:44 < Laurenceb> no 2013-10-10T13:52:13 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 245 seconds] 2013-10-10T13:52:28 < Laurenceb> oh my screen is too narrow 2013-10-10T13:52:59 < jpa-> need some fullhd displays to use open sores probably 2013-10-10T13:53:16 < Laurenceb> woohoo error messages 2013-10-10T13:53:25 < Laurenceb> "select exactly one vertex" 2013-10-10T13:53:37 < Laurenceb> which is exactly what im doing 2013-10-10T13:54:23 < dongs> no 2013-10-10T13:54:30 < dongs> what youre doing is failing 2013-10-10T13:55:46 < Laurenceb> wtf 2013-10-10T13:55:52 < Laurenceb> everything just worked 2013-10-10T13:56:00 < Laurenceb> i dont know what i did 2013-10-10T13:56:09 < Laurenceb> rage 2013-10-10T13:57:52 < jpa-> your failing was diluted to the channel and it was no longer enough to stop the high-quality cad program from functioning 2013-10-10T13:58:17 < Laurenceb> lolz 2013-10-10T13:59:04 < Laurenceb> now i have the small issue of working out how to rotate 2013-10-10T13:59:27 < Laurenceb> prob some batshit insane key combo 2013-10-10T13:59:42 < Laurenceb> " in cad mode: left click plus middle click" 2013-10-10T13:59:44 < Laurenceb> yup 2013-10-10T13:59:54 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-10T14:05:06 < Posterdati> hi 2013-10-10T14:12:06 -!- Activate_for_mor [~mirggi@host-126-158-66-217.spbmts.ru] has quit [Ping timeout: 264 seconds] 2013-10-10T14:23:52 < jpa-> Laurenceb: i found a SATA card for you: http://amzn.to/17hl6eq (guess which one) 2013-10-10T14:24:59 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-10T14:26:38 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-10T14:26:45 < Laurenceb> lol 2013-10-10T14:29:58 <+Steffan-> I think you were not supposed to share that personalized url jpa- 2013-10-10T14:31:37 < jpa-> Steffan-: i'm looking forward to trying it out on your hard drive 2013-10-10T14:32:46 <+Steffan-> I still do IDE. 2013-10-10T14:33:04 < jpa-> oh.. 2013-10-10T14:33:11 < jpa-> i'm so sorry 2013-10-10T14:33:26 < zyp> «I had no IDEa» 2013-10-10T14:43:36 <+Steffan-> dongs tell your friends from waveshare the packaging they use is perfect :P 2013-10-10T14:43:45 <+Steffan-> but they should send a shipping notice :P 2013-10-10T14:45:23 < zyp> packaging? 2013-10-10T14:46:03 < zyp> when they sent mine, they flipped the board inside out, to have it look inconspicuous to customs 2013-10-10T14:46:06 < zyp> the box* 2013-10-10T14:47:41 < dongs> Steffan-: waht's you order 2013-10-10T14:54:23 <+Steffan-> Some discovery board + some basic modules. 2013-10-10T14:56:14 -!- gxti [~gxti@ada.partiallystapled.com] has quit [Ping timeout: 256 seconds] 2013-10-10T15:04:00 -!- gxti [~gxti@ada.partiallystapled.com] has joined ##stm32 2013-10-10T15:07:02 < Laurenceb> http://i.imgur.com/sarCRGH.png 2013-10-10T15:07:04 < Laurenceb> WTF 2013-10-10T15:08:25 <+Steffan-> wtf what Laurenceb? 2013-10-10T15:08:49 < Laurenceb> why is there no 3d shapoe 2013-10-10T15:08:55 < Laurenceb> when rotate is selected 2013-10-10T15:09:59 <+Steffan-> (Im kind of surprised the UI of FreeCAD looks just as bad as any other CAD tool 2013-10-10T15:11:02 < jpa-> it doesn't look bad to me, but despite that i've never understood it 2013-10-10T15:11:15 < jpa-> qcad + openscad is about as high as my cad skills go :P 2013-10-10T15:12:06 <+Steffan-> I used SolidWorks.. It's ok when you finally get the grasp if it 2013-10-10T15:12:09 <+Steffan-> sort of. 2013-10-10T15:12:50 < jpa-> and if you have the monies 2013-10-10T15:13:21 < qyx_> draftsight! 2013-10-10T15:13:21 <+Steffan-> uni :) 2013-10-10T15:14:17 <+Steffan-> The think that makes it hard is the 10000 of different options where each option has 1000 different settings :( 2013-10-10T15:14:53 <+Steffan-> At least, that is what makes it hard for Steffan- 2013-10-10T15:33:08 < Robint91> autocad! 2013-10-10T15:33:41 < Robint91> does anyone know a I2C IO expander in tssop 2013-10-10T15:40:14 < zyp> tca6416a 2013-10-10T15:40:26 < zyp> and related ones if you need more/less IOs 2013-10-10T15:46:57 < Robint91> zyp, thx 2013-10-10T15:47:43 < Robint91> http://www.ti.com/product/tca9554a 2013-10-10T15:49:34 < dongs> haha i can tell youre running freecad on lunix 2013-10-10T15:49:40 < dongs> cuz the fonts are ugly 2013-10-10T15:50:57 < Robint91> Steffan-, mhh solidworks, don't really like it, I like autodesk software more 2013-10-10T15:51:18 <+Steffan-> It's all about personal preferences in the world of CAD uh? 2013-10-10T15:51:23 < Robint91> and using freecad = opening a bag of worms 2013-10-10T15:51:35 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-10T15:51:36 < Robint91> Steffan-, between the proffesional stuff 2013-10-10T15:51:38 < Robint91> Steffan-, yes 2013-10-10T15:51:48 -!- MrMobius [~Joey@194.176.111.177] has joined ##stm32 2013-10-10T15:53:00 <+Steffan-> I know i shouldn't ask, but what's ugly about those fonts dongs? 2013-10-10T15:53:18 < Robint91> Steffan-, dongs likes only comic sans ms 2013-10-10T15:54:50 < jpa-> Steffan-: if you are used to specific hinting style, everything else looks ugly :) 2013-10-10T15:54:59 < jpa-> the classic windows vs. mac vs. linux fonts 2013-10-10T15:55:05 < Robint91> better yet, dongs only wants to us that unreadable manga font 2013-10-10T15:57:05 <+Steffan-> Yeah, FreeCAD is not fool proof. I just played around a bit and it crashed. 2013-10-10T15:57:32 < Robint91> FreeCAD uses openscad as backend 2013-10-10T15:57:40 < Robint91> + a bunch python 2013-10-10T16:01:23 < jpa-> Robint91: it does? 2013-10-10T16:01:55 < jpa-> it seems to have openscad module, but other than that.. 2013-10-10T16:02:47 < Robint91> jpa-, dunno, I haven't searched into it, but I saw some settings about it 2013-10-10T16:17:07 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-10T16:34:57 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-10T16:35:16 < qyx_> sometimes i wonder who does web programming for st 2013-10-10T16:35:32 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has joined ##stm32 2013-10-10T16:35:39 < jpa-> the same people who are responsible for getting the processor ID codes right 2013-10-10T16:35:47 < qyx_> i am trying to use that online tool eDesignSuite on their web 2013-10-10T16:36:13 < DanielHolth> would you say it's pretty easy to brick stm32s if you screw up the pin configs? 2013-10-10T16:36:15 < qyx_> and they restrict the input forms to KEYS with numbers only 2013-10-10T16:36:42 < DanielHolth> any hints on unbricking a F0 discovery board 2013-10-10T16:36:52 < zyp> unbricking? 2013-10-10T16:36:54 < jpa-> DanielHolth: if you have a proper programmer, no, it shouldn't be too easy 2013-10-10T16:36:58 < zyp> how did you brick it? 2013-10-10T16:37:10 < qyx_> on EN layout everywhing is okay but i cannot enter anything on different layout when you yre required to use shift to enter numbers :S 2013-10-10T16:37:13 < jpa-> DanielHolth: you need to connect under reset to recover processor when the software disables SWD 2013-10-10T16:37:18 < DanielHolth> configured PA4 as DAC and analog input 2013-10-10T16:37:22 < DanielHolth> which should be OK 2013-10-10T16:37:35 < DanielHolth> although I was worried if I configured the same pin as a digital out and a dac out that I colud short it 2013-10-10T16:37:45 < jpa-> DanielHolth: ah.. that shouldnt 2013-10-10T16:37:52 < jpa-> cause any problems 2013-10-10T16:37:56 < DanielHolth> meh 2013-10-10T16:38:27 < DanielHolth> so, openocd says "processor id is all zeroes" and can't connect to the stlink at all unless the reset button is forced. very annoying. 2013-10-10T16:40:19 < DanielHolth> i've noticed that the arduino is a bit easier :-) 2013-10-10T16:41:06 < jpa-> the stlink tool on windows is smart enough to recover from this automatically (on stlink v2, anyway) :) 2013-10-10T16:41:21 < DanielHolth> that sounds like a good idea 2013-10-10T16:41:28 < DanielHolth> mass erase ftw 2013-10-10T16:41:46 < jpa-> DanielHolth: you can try this http://paste.dy.fi/aXP/plain 2013-10-10T16:42:25 < DanielHolth> I got started with libstm32pp and the bareCortexM eclipse templates 2013-10-10T16:42:55 < DanielHolth> Unfortunately those are now abandoned 2013-10-10T16:43:19 < DanielHolth> Cool chips though. I appreciate having a PLL and a DAC. 2013-10-10T16:43:34 < DanielHolth> thanks jpa- I'll try that later today. 2013-10-10T16:44:08 -!- Activate_for_mor [~mirggi@host-62-158-66-217.spbmts.ru] has joined ##stm32 2013-10-10T16:45:55 < jpa-> the hardest part of stm32 is probably that you have to select your software & toolchain yourself :) 2013-10-10T16:46:11 < DanielHolth> argh. 2013-10-10T16:46:17 < DanielHolth> so many outdated blog posts. 2013-10-10T16:46:47 < DanielHolth> going to try andy brown's stm32plus next 2013-10-10T16:47:17 < DanielHolth> see about adding F0 support 2013-10-10T16:48:19 < jpa-> what do you need anyway? stm32f0xx.h & direct register access goes pretty far 2013-10-10T16:48:49 < DanielHolth> the C++ interfaces are just gorgeous 2013-10-10T16:48:54 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-10T16:49:10 < DanielHolth> compared to the standard libs 2013-10-10T16:49:56 < DanielHolth> PA4::enableClock(); PA4::isHigh(); or TIM6_DAC::configurePeriodicInterrupt<440>(); 2013-10-10T16:50:07 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-10T16:50:10 -!- Activate_for_mor [~mirggi@host-62-158-66-217.spbmts.ru] has quit [Ping timeout: 265 seconds] 2013-10-10T16:50:28 < jpa-> DanielHolth: zyp has some nice stuff here: http://cgit.jvnv.net/laks/tree/ 2013-10-10T16:50:55 < GargantuaSauce> a template argument for timer period? e___e 2013-10-10T16:51:04 < DanielHolth> which stm32 do you prefer? 2013-10-10T16:51:10 < DanielHolth> It was baffling to a C++ templates noob 2013-10-10T16:51:24 < jpa-> it's plain silly to have that as a template argument :) 2013-10-10T16:51:42 < DanielHolth> However unfortunately that particular library is now unmaintained. 2013-10-10T16:52:05 < DanielHolth> It computes the prescalar etc. at compile time. 2013-10-10T16:52:35 < jpa-> it could do that equally well with just a inline function.. but i guess the template argument could force it to be inlined 2013-10-10T16:53:24 < DanielHolth> I can't say the whole thing was perfect, and it took too long to figure out it was unmaintained, but overall it was much nicer and less tedious than the ST libs. 2013-10-10T16:53:35 <+Steffan-> I wonder how it went with this lib from erlkoenig. 2013-10-10T16:53:52 < DanielHolth> modern gcc is expected to inline like crazy. 2013-10-10T16:54:05 < zyp> my lib relies on gcc inlining 2013-10-10T16:54:14 < zyp> works good enough for me 2013-10-10T16:54:18 < DanielHolth> neat 2013-10-10T16:54:58 < jpa-> zyp: and Posterdati will recommend it also ;) 2013-10-10T16:55:04 < zyp> I wonder 2013-10-10T16:55:05 < zyp> :p 2013-10-10T16:55:14 < DanielHolth> that lib mostly did not use template arguments as a user-facing feature. 2013-10-10T16:55:38 < DanielHolth> you are also targeting the F1 and F4 2013-10-10T16:56:08 < zyp> my lib is targeting any cortex-m 2013-10-10T16:56:28 < zyp> I've used it with F1, F3 and F4 so far, but support for others shouldn't be very hard 2013-10-10T16:56:53 < zyp> I have some experimental LM4F and LPC4300 branches somewhere, but they aren't very useful yet 2013-10-10T16:57:08 < DanielHolth> neat 2013-10-10T16:59:09 < DanielHolth> another cool thing about the libstm32pp was the use of weak symbols for the interrupt table. so declaring an interrupt:TIM3() function automatically overrode the default noop handler 2013-10-10T16:59:19 < zyp> heh 2013-10-10T16:59:23 < dongs> uh.. 2013-10-10T16:59:24 < zyp> every lib does that 2013-10-10T16:59:26 < dongs> pp = c++? 2013-10-10T16:59:34 < DanielHolth> yes 2013-10-10T16:59:39 < zyp> (including mine) 2013-10-10T16:59:41 < dongs> aidsssssss 2013-10-10T17:00:01 < DanielHolth> perhaps I'm easily impressed 2013-10-10T17:00:08 < dongs> I prefer CMSIS-defined handler names 2013-10-10T17:00:09 < DanielHolth> you should start using #pragma once 2013-10-10T17:00:20 < dongs> which is one of 248723894723 reasons why libopenstm32 sucks 2013-10-10T17:00:32 < zyp> DanielHolth, let me impress you some more: http://cgit.jvnv.net/laks/tree/interrupt/interrupt.cpp 2013-10-10T17:01:16 < zyp> template-stuff makes it impossible to typo the interrupt name without the compiler shouting at you 2013-10-10T17:01:38 < DanielHolth> crazy 2013-10-10T17:01:47 < DanielHolth> look at all those <> 2013-10-10T17:01:50 < DanielHolth> :-) 2013-10-10T17:02:26 < DanielHolth> have you gotten around to using lambdas? 2013-10-10T17:02:49 < zyp> no, but I'm using a bunch of other neat C++11 features 2013-10-10T17:02:54 < zyp> like variadic templates 2013-10-10T17:03:15 < zyp> http://cgit.jvnv.net/laks/tree/usb/descriptor.h <- my usb descriptor stuff is full of it :p 2013-10-10T17:03:19 < dongs> variadicK 2013-10-10T17:03:50 < dongs> whats interrupt_gate 2013-10-10T17:04:20 < zyp> some shit I were experimenting with once 2013-10-10T17:06:14 < DanielHolth> the F0 is interesting. Most of the peripherals appear to be like the F3/F4 ones. IIUC the F1 is the oldest. 2013-10-10T17:06:23 < zyp> yep 2013-10-10T17:06:36 < DanielHolth> I like that it's cheaptastic and small 2013-10-10T17:06:44 < jpa-> i like L1 the best.. F0 seems to only be cheap, and quite limited 2013-10-10T17:06:53 < zyp> adding F0 support to my lib is probably around as hard as adding F3 support 2013-10-10T17:07:19 < zyp> http://cgit.jvnv.net/laks/commit/?id=ac17bb0 <- which was about this hard :p 2013-10-10T17:08:18 < zyp> jpa-, how is the price of L1 vs F3? 2013-10-10T17:10:54 < jpa-> zyp: L1 is a tiny bit cheaper.. not so much that it would matter for a hobbyist 2013-10-10T17:11:17 < jpa-> i guess it depends a lot on whether you need performance or power saving more.. 2013-10-10T17:11:28 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has quit [Ping timeout: 240 seconds] 2013-10-10T17:12:10 < zyp> on my HID board I didn't need aither 2013-10-10T17:13:36 < jpa-> IIRC F3 has the crappier GPIO version? 2013-10-10T17:13:49 < zyp> no 2013-10-10T17:13:55 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has joined ##stm32 2013-10-10T17:13:58 < jpa-> ah, ok 2013-10-10T17:13:59 < zyp> only F1 has that 2013-10-10T17:14:21 < zyp> that's the main reason I went with F3 :p 2013-10-10T17:14:33 < dongs> F3 has good GPIO 2013-10-10T17:15:16 < zyp> I were also planning to use the comparators, but it doesn't look like I have to 2013-10-10T17:15:38 < zyp> some of the inputs are hooked up to comparator inputs, but currently I'm reading them in normal digital mode, which works fine 2013-10-10T17:15:43 -!- Activate_for_mor [~mirggi@host-62-158-66-217.spbmts.ru] has joined ##stm32 2013-10-10T17:15:54 < jpa-> it's annoyingly difficult to make use of the power saving features of L1.. i was planning to keep the CPU clock at constant 4 MHz because i don't need more, but apparently USB can't work if PCLK1 is less than 8 MHz 2013-10-10T17:16:23 < zyp> if you do usb it probably doesn't matter much anyway 2013-10-10T17:16:33 < jpa-> i only do usb occassionally 2013-10-10T17:16:43 < zyp> you could just clock up when usb is connected 2013-10-10T17:16:56 < jpa-> yeah.. but then i would need to reconfigure every timer & usart 2013-10-10T17:17:14 < zyp> can't they run of a different clock source that doesn't change? 2013-10-10T17:18:23 < jpa-> i guess i could divide down PCLK2.. still i'd worry a bit about the transients 2013-10-10T17:18:57 < zyp> no, that's not what I mean 2013-10-10T17:19:24 < zyp> doesn't L1 have a clock source selection for each single peripheral? 2013-10-10T17:19:33 < jpa-> hum.. not AFAIK 2013-10-10T17:20:05 < jpa-> USB already runs from a different clock source, but for some reason it stops working if PCLK1 (for cpu interface to the usb peripheral) is too low 2013-10-10T17:20:16 -!- Activate_for_mor [~mirggi@host-62-158-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-10T17:20:27 < zyp> hmm, let's see 2013-10-10T17:22:24 -!- barthess [~barthess@86.57.155.106] has quit [Ping timeout: 248 seconds] 2013-10-10T17:24:35 < zyp> hmm, looks like I remember it wrong 2013-10-10T17:24:50 < zyp> wonder what I'm thinking of then 2013-10-10T17:25:59 -!- Activate_for_mor [~mirggi@host-62-158-66-217.spbmts.ru] has joined ##stm32 2013-10-10T17:26:17 < zyp> ah, it's the F3 that can do it 2013-10-10T17:26:57 < zyp> RCC_CFGR3 in F303 can switch clock source for each UART 2013-10-10T17:27:13 < zyp> between PCLK, SYSCLK, LSE and HSI 2013-10-10T17:27:24 < jpa-> i couldn't find any note about minimum PCLK1 frequency for USB, though.. but when i try it, the processor detects USB reset ok, i can see the host sending SETUP setaddr packet, but the processor newer gets the interrupt about an incoming packet 2013-10-10T17:27:30 < jpa-> *never 2013-10-10T17:28:21 < jpa-> but i guess it's low power enough at 16 MHz anyway.. most of the power usage will be from the e-ink 2013-10-10T17:28:29 < zyp> I2C can be switched between PCLK and HSI, and TIM1/8 can be switched between PCLK2 and PLLVCO 2013-10-10T17:28:52 < zyp> so F3 timers can actually run at up to 2xSYSCLK 2013-10-10T17:30:41 < zyp> weird that F3 has the clock switch feature, but L1 doesn't 2013-10-10T17:33:35 < dongs> just more proof l1 sucks 2013-10-10T17:39:04 <+Steffan-> Really, how can such a great too like ltspice have such a terrible user interface.. i can't get used to it 2013-10-10T17:39:36 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-10T17:48:12 < dongs> zyp: congrats on 100mil views https://youtube.com/watch?v=jofNR_WkoCE 2013-10-10T17:48:47 < zyp> cool 2013-10-10T17:50:16 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-10T17:51:07 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-10T17:51:16 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-10T17:59:14 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-10T18:00:24 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-10T18:02:26 < Posterdati> hi 2013-10-10T18:02:43 < Posterdati> jpa-: one should not talk about people that aren't here :) 2013-10-10T18:02:52 -!- Irssi: ##stm32: Total of 77 nicks [2 ops, 0 halfops, 1 voices, 74 normal] 2013-10-10T18:03:08 < jpa-> are you sure i am here? :) 2013-10-10T18:04:25 < emeb_mac> we're all here because we're not all there 2013-10-10T18:05:11 < Posterdati> yes 2013-10-10T18:05:21 < Posterdati> in the meantime we are elsewhere 2013-10-10T18:05:56 < emeb_mac> you do understand the idiomatic meaning of "not all there" ? 2013-10-10T18:06:43 < Posterdati> yes 2013-10-10T18:07:00 < jpa-> in finland we say "ei ole kaikki muumit laaksossa" 2013-10-10T18:07:33 < jpa-> that probably means that some of the moomins are on this channel 2013-10-10T18:07:54 < Posterdati> emeb_mac: in this case your language skills seems tailored for this channel 2013-10-10T18:08:06 <+Steffan-> Moomintroll for sure jpa- 2013-10-10T18:08:35 < emeb_mac> jpa-: what's moomin mean to a Fin? 2013-10-10T18:09:19 < jpa-> moomins are not mean, they are friendly 2013-10-10T18:09:21 < Posterdati> emeb_mac: seems "moronic" 2013-10-10T18:09:36 < emeb_mac> that was my inference 2013-10-10T18:09:54 < Posterdati> emeb_mac: seems "moronic" ~ "not all there" hence emeb_mac's statement 2013-10-10T18:10:15 < BrainDamage> jpa-: are you sure it's not about snow? 2013-10-10T18:10:26 < emeb_mac> oooh - back reference 2013-10-10T18:10:45 < Posterdati> emeb_mac: seems recursion to me 2013-10-10T18:10:56 -!- barthess [~barthess@86.57.155.106] has quit [Ping timeout: 248 seconds] 2013-10-10T18:11:13 < jpa-> BrainDamage: believe it or not, there are a few words in finnish that are not about snow :) 2013-10-10T18:11:27 < emeb_mac> the ones about parrots? 2013-10-10T18:11:41 < Posterdati> lol 2013-10-10T18:11:45 < jpa-> and about moomins, because moomins sleep in winter 2013-10-10T18:12:06 < emeb_mac> seems like a good idea when it gets dark 2013-10-10T18:12:21 < jpa-> indeed 2013-10-10T18:12:39 < emeb_mac> but then most people sleep in winter. maybe not _all_ winter... 2013-10-10T18:23:28 < Posterdati> jpa-: you could be an AI 2013-10-10T18:24:52 < jpa-> Posterdati: does that mean you consider me intelligent? 2013-10-10T18:25:07 < Posterdati> jpa-: I object you 2013-10-10T18:25:26 < jpa-> yay, i have methods! 2013-10-10T18:26:14 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-10T18:26:47 < Posterdati> jpa-: delete [] jpa- 2013-10-10T18:27:33 < jpa-> i may be an object and an AI, but i'm most definitely not an array allocated with new[] 2013-10-10T18:27:42 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 264 seconds] 2013-10-10T18:27:43 < Posterdati> jpa-: problem is that jpa- as class hasn't got ctors, but only dtors 2013-10-10T18:28:00 < jpa-> many dtos? 2013-10-10T18:28:15 < Posterdati> d'tors 2013-10-10T18:28:18 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-10T18:28:47 < Posterdati> jpa-: did you ever write a linker script for ld? 2013-10-10T18:29:13 < jpa-> mostly just edited pre-made ones 2013-10-10T18:29:35 < Posterdati> so you're a program that "do" other programs 2013-10-10T18:30:00 < Posterdati> this is not ld question related 2013-10-10T18:30:15 < Posterdati> as you can see I'm in multitasking mode 2013-10-10T18:30:25 < Posterdati> zyp: it works!!! 2013-10-10T18:30:25 < Posterdati> zyp: it works!!! 2013-10-10T18:30:26 * jpa- runs away before he is discovered as a perl oneliner 2013-10-10T18:30:26 < Posterdati> zyp: it works!!! 2013-10-10T18:30:46 < GargantuaSauce> multitasking is the first step down the long road of nondeterminism 2013-10-10T18:31:14 * GargantuaSauce throws a bag of semaphores at Posterdati 2013-10-10T18:31:21 < Posterdati> perl = Practical Extraction and Ripping for Limbs 2013-10-10T18:31:39 < emeb_mac> perl all the things 2013-10-10T18:31:44 < Posterdati> GargantuaSauce: semaphores are good if they are all green 2013-10-10T18:32:42 < Posterdati> my RTOS has got semaphores and road signals too 2013-10-10T18:33:09 < Posterdati> due to zyp laks usb stack for nooooobs 2013-10-10T18:33:37 < Posterdati> I've got IRQ stuffs from him too... 2013-10-10T18:35:33 -!- Claude is now known as claude 2013-10-10T18:36:55 <+Steffan-> Did tell zyp you that you have to pay for it Posterdati? 2013-10-10T18:37:16 <+Steffan-> *zyp tell 2013-10-10T18:37:26 < emeb_mac> obligatory: http://www.youtube.com/watch?v=kqiUGjghlzU 2013-10-10T18:38:26 <+Steffan-> Care if i stop watching after 30 seconds emeb_mac? 2013-10-10T18:38:54 < emeb_mac> Steffan-: make yourself happy 2013-10-10T18:39:17 -!- DanteA [~X@host-80-152-66-217.spbmts.ru] has joined ##stm32 2013-10-10T18:39:17 <+Steffan-> :P 2013-10-10T18:40:34 -!- Blehhhh [524834a0@gateway/web/freenode/ip.82.72.52.160] has joined ##stm32 2013-10-10T18:41:07 < Blehhhh> bleh 2013-10-10T18:41:10 -!- Blehhhh [524834a0@gateway/web/freenode/ip.82.72.52.160] has quit [Client Quit] 2013-10-10T18:42:35 < emeb_mac> drive-by bleh 2013-10-10T18:50:08 < dongs> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583503 2013-10-10T18:50:09 < dongs> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650321 2013-10-10T18:50:10 < dongs> lunix4u 2013-10-10T18:50:33 -!- DanteA [~X@host-80-152-66-217.spbmts.ru] has quit [Ping timeout: 252 seconds] 2013-10-10T18:51:00 -!- ds2 [noinf@netblock-66-245-251-24.dslextreme.com] has quit [Ping timeout: 265 seconds] 2013-10-10T18:51:07 -!- ds2 [noinf@netblock-66-245-251-24.dslextreme.com] has joined ##stm32 2013-10-10T18:55:14 < jpa-> dongs: lol; there is no such crazy feature that someone wouldn't rely on it :) 2013-10-10T18:58:04 < jpa-> "i don't know when to party etc unless i repackage my own util-linux" 2013-10-10T18:58:51 < GargantuaSauce> that's what you get for using debian 2013-10-10T18:59:16 < jpa-> the ddate or the lack of ddate? 2013-10-10T18:59:25 < GargantuaSauce> yes 2013-10-10T18:59:25 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Read error: Operation timed out] 2013-10-10T19:03:56 < emeb_mac> darn - no ddate on my macports. 2013-10-10T19:04:24 < jpa-> emeb_mac: it's pungenday 2013-10-10T19:04:29 < emeb_mac> no ddate in my ubuntu either 2013-10-10T19:04:36 < jpa-> my ubuntu has ddate 2013-10-10T19:04:40 < emeb_mac> debian must be... special 2013-10-10T19:06:13 < emeb_mac> jpa-: are you a discordian? 2013-10-10T19:06:20 * emeb_mac is an accordian 2013-10-10T19:07:02 < jpa-> i'm hypercordian 2013-10-10T19:07:38 < dongs> heterocordian 2013-10-10T19:08:00 < Laurenceb> you're just JEW 2013-10-10T19:08:43 < Laurenceb> attn dongs: www.bbc.co.uk/news/science-environment-24442352 2013-10-10T19:08:57 < Laurenceb> apparently you dont exist 2013-10-10T19:10:15 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-10T19:14:12 -!- Robint91 [~Robint91_@2a02:2c40:400:0:b589:4890:808f:be20] has quit [Ping timeout: 252 seconds] 2013-10-10T19:16:11 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-10T19:17:24 <+Steffan-> emeb_mac, why on earth you use macports and not brew? 2013-10-10T19:17:31 <+Steffan-> $ brew install ddate 2013-10-10T19:17:31 <+Steffan-> ==> Downloading www.discordia.ch/Programs/ddate.c 2013-10-10T19:17:31 <+Steffan-> .... 2013-10-10T19:17:57 <+Steffan-> *homebrew 2013-10-10T19:18:01 < jpa-> now you have ddate.. yay? 2013-10-10T19:18:10 <+Steffan-> No i cancelled it :P 2013-10-10T19:20:02 <+Steffan-> *cancelled the installation 2013-10-10T19:32:37 -!- MrMobius [~Joey@194.176.111.177] has quit [Ping timeout: 246 seconds] 2013-10-10T19:34:47 < emeb_mac> Steffan-: hadn't heard of brew. 2013-10-10T19:35:15 < dongs> i'd be more concerned why qualcomm hasn't sued that shit out of existence yet 2013-10-10T19:35:42 < dongs> http://en.wikipedia.org/wiki/Binary_Runtime_Environment_for_Wireless 2013-10-10T19:36:03 < dongs> It debuted in September 2001. 2013-10-10T19:36:06 < dongs> I wonder if september 11. 2013-10-10T19:36:22 < dongs> i should ask my pal who used to be brew pm or something 2013-10-10T19:36:44 < emeb_mac> lol - java 2013-10-10T19:36:59 < Posterdati> Steffan-: I've got a free account on zyp's stuffs 2013-10-10T19:39:41 < dongs> emeb_mac: wut? no 2013-10-10T19:39:49 < dongs> emeb_mac: its C 2013-10-10T19:40:06 <+Steffan-> It's officially called Homebrew dongs. :) 2013-10-10T19:40:16 < emeb_mac> dongs: the logo for qualcomm's brew looks like Java logo 2013-10-10T19:40:21 < dongs> "Brew is not a virtual machine such as Java ME, but runs native code." 2013-10-10T19:40:22 < dongs> yeah i know. 2013-10-10T19:40:24 < dongs> no idea why 2013-10-10T19:40:56 < dongs> emeb_mac: i wrote a gdbserver stub for that shit that I accessed over cell network in like 2001-2 or so 2013-10-10T19:41:07 < dongs> to dump phone memory and blah 2013-10-10T19:41:16 < dongs> back then data was limited to 16megs/day 2013-10-10T19:41:20 < dongs> awesome shit. 2013-10-10T19:41:26 < dongs> i think even usa had unlimited data by then 2013-10-10T19:41:32 < emeb_mac> and you considered yourself LUCKY! 2013-10-10T19:42:22 < emeb_mac> Steffan-: looking through the Homebrew packages - looks like they borrow a lot of stuff from Macports. 2013-10-10T19:42:32 <+Steffan-> could be :P 2013-10-10T19:42:33 < dongs> opensores faggotry spreads 2013-10-10T19:42:41 < dongs> .. just like aids. 2013-10-10T19:42:43 < emeb_mac> ie - fixes and tweaks that macports figured out. 2013-10-10T19:42:53 -!- barthess [~barthess@178.154.118.228] has joined ##stm32 2013-10-10T19:43:05 <+Steffan-> i like brew more.. it does not fuck things up so much like ports does sometimes. 2013-10-10T19:43:36 < emeb_mac> macports has been fine so far. I'll keep homebrew in mind tho... 2013-10-10T19:44:07 <+Steffan-> and it uses git for 'formulas' who needs more? 2013-10-10T19:44:26 < dongs> http://www.mcvuk.com/news/read/leyton-orient-ban-squad-from-playing-fifa-14-after-post-release-winless-streak/0122386 lol games 2013-10-10T19:44:46 -!- MrMobius [~Joey@194.176.111.173] has joined ##stm32 2013-10-10T19:47:28 -!- Activate_for_mor [~mirggi@host-62-158-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-10T20:02:50 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-10T20:05:05 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-10T20:12:02 -!- MrMobius [~Joey@194.176.111.173] has quit [Quit: I love my HydraIRC -> http://www.hydrairc.com <-] 2013-10-10T20:14:19 < emeb> F429 Discovery -> October 10, 2013 , 8:17 am Out for Delivery 2013-10-10T20:16:03 <+Steffan-> Mine could be on it's way as well. 2013-10-10T20:16:08 <+Steffan-> *its 2013-10-10T20:16:10 <+Steffan-> or whatever 2013-10-10T20:16:44 < emeb> apostrophes are like roaches - creeping about, appearing where not wanted or needed. 2013-10-10T20:16:55 -!- PaulFertser [paul@paulfertser.info] has quit [Read error: Connection reset by peer] 2013-10-10T20:16:59 -!- MrMobius [~Joey@194.176.111.154] has joined ##stm32 2013-10-10T20:18:36 <+Steffan-> In this case it's the dutch language that confuses me. 2013-10-10T20:22:36 < emeb> dutch confuses me too. likely for different reasons. 2013-10-10T20:24:31 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2013-10-10T20:25:35 <+Steffan-> Perhaps. 2013-10-10T20:32:21 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 248 seconds] 2013-10-10T20:36:26 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 245 seconds] 2013-10-10T20:38:03 -!- alexn [~alexn@pD95E9B79.dip0.t-ipconnect.de] has joined ##stm32 2013-10-10T21:01:09 -!- alexn [~alexn@pD95E9B79.dip0.t-ipconnect.de] has quit [Quit: Leaving] 2013-10-10T21:10:19 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-10T21:19:35 -!- espiral [maze@unaffiliated/espiral] has joined ##stm32 2013-10-10T21:26:50 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has quit [Quit: Leaving] 2013-10-10T21:53:26 -!- barthess [~barthess@178.154.118.228] has quit [Quit: Leaving.] 2013-10-10T21:56:07 -!- barthess [~barthess@185.6.24.114] has joined ##stm32 2013-10-10T21:57:39 -!- barthess [~barthess@185.6.24.114] has quit [Client Quit] 2013-10-10T21:58:06 -!- barthess [~barthess@185.6.24.114] has joined ##stm32 2013-10-10T22:06:35 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 248 seconds] 2013-10-10T22:08:44 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-10T22:20:24 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-10T22:34:14 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Ping timeout: 240 seconds] 2013-10-10T22:36:22 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-10T22:58:07 < karlp> anyone got the digikey part number handy for this 10pin cortex debug header people are using? 2013-10-10T22:58:37 < karlp> http://www.digikey.com/product-detail/en/20021521-00010T1LF/609-4054-ND/2414951 is that it? 2013-10-10T23:00:10 -!- MrMobius [~Joey@194.176.111.154] has quit [Ping timeout: 246 seconds] 2013-10-10T23:03:34 <+Steffan-> Looks like it karlp 2013-10-10T23:04:44 <+Steffan-> it what zyp linked to a few times ;) 2013-10-10T23:04:51 <+Steffan-> *it's 2013-10-10T23:08:27 < karlp> if you have wiki access, you could add that somewhere :) 2013-10-10T23:08:43 < karlp> that one's not keyed though, I thought zyp's was keyed 2013-10-10T23:09:06 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-10T23:09:18 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-10T23:10:57 <+Steffan-> wiki.. lol karlp :P 2013-10-10T23:11:03 <+Steffan-> No one visits that wiki 2013-10-10T23:11:25 < karlp> yeah, it was the first time I thik I'd gone there before :) 2013-10-10T23:12:54 <+Steffan-> jpa- did put some interesting stuff on there though. 2013-10-10T23:25:49 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-10T23:26:42 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-10T23:31:08 -!- barthess [~barthess@185.6.24.114] has quit [Ping timeout: 240 seconds] 2013-10-10T23:35:56 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-10T23:44:05 -!- alexn [~alexn@pD95E9B79.dip0.t-ipconnect.de] has joined ##stm32 2013-10-10T23:46:23 < Thorn> I edit the wiki every few months --- Day changed Fri Oct 11 2013 2013-10-11T00:03:25 -!- alexn [~alexn@pD95E9B79.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-11T00:10:37 < Posterdati> (hi) 2013-10-11T00:26:58 -!- Laurenceb_ [~Laurence@host86-143-185-40.range86-143.btcentralplus.com] has joined ##stm32 2013-10-11T00:46:07 -!- Viper168_ is now known as Viper168 2013-10-11T00:53:52 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 264 seconds] 2013-10-11T00:54:07 < Posterdati> praise bob 2013-10-11T00:57:37 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-11T00:57:42 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-11T01:05:03 < Posterdati> http://www.amazon.com/exec/obidos/ASIN/B0015ZP2AC/ref=nosim/0sil8 2013-10-11T01:05:07 < Posterdati> do you own one? 2013-10-11T01:05:31 < Posterdati> I want it 2013-10-11T01:15:11 -!- gxti [~gxti@ada.partiallystapled.com] has quit [Ping timeout: 245 seconds] 2013-10-11T01:27:51 <+Steffan-> Heh, yeah.. Thorn. :P 2013-10-11T01:32:16 < zyp> 22:08:43 < karlp> that one's not keyed though, I thought zyp's was keyed 2013-10-11T01:32:18 < zyp> keyed? 2013-10-11T01:32:28 < zyp> you mean the missing pin? 2013-10-11T01:32:50 < zyp> because I don't have a missing pin 2013-10-11T01:33:19 < zyp> it only fits the right way due to the shroud, that's keying enough for me 2013-10-11T01:35:34 < esden> karlp: FTSH-105-01-L-DV-K 2013-10-11T01:35:51 < esden> karlp: if you also want the pick and place tab you should attach -T at the end IIRC 2013-10-11T01:39:47 -!- gxti [~gxti@ada.partiallystapled.com] has joined ##stm32 2013-10-11T01:40:02 < zyp> I really recommend getting the shrouded one, unless the board is sitting inside an enclosure or are otherwise protected 2013-10-11T01:40:50 < zyp> unshrouded 1.27mm pitch headers are way too easy to damage otherwise 2013-10-11T01:42:34 < esden> zyp: what I linked is shrouded in a sense 2013-10-11T01:42:54 < esden> it just uses much less space then a fully shrouded connector 2013-10-11T01:43:15 < zyp> it's the one that's shrouded only on the long sides? 2013-10-11T01:43:43 < esden> http://elcodis.com/photos/27/91/279125/ftsh-120-01-l-dv-k.jpg <- just 5pins wide 2013-10-11T01:43:56 < zyp> ah, yeah 2013-10-11T01:44:21 < zyp> I haven't encountered those myself, but they are probably also good 2013-10-11T01:44:43 < esden> this is what keil and friends recommend 2013-10-11T01:45:10 < esden> http://www2.keil.com/images/default-source/classic-template/coresightconnectors.jpg?sfvrsn=0 2013-10-11T01:45:35 < zyp> yeah, I've seen 2013-10-11T01:46:16 < zyp> not sure how useful the shroud on the ETM variant is though, apart from keying 2013-10-11T02:03:01 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has quit [Ping timeout: 248 seconds] 2013-10-11T02:04:49 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-11T02:38:08 -!- Laurenceb_ [~Laurence@host86-143-185-40.range86-143.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-11T02:56:54 < emeb> F429 Discovery in da house. 2013-10-11T02:56:59 < emeb> Rev Y here too. 2013-10-11T02:57:12 < emeb> The GUI demo app is pretty slick looking. 2013-10-11T02:57:25 < dongs> zyp: /notice me your phone# for ems 2013-10-11T02:59:20 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has quit [Read error: Connection reset by peer] 2013-10-11T03:02:01 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-11T03:15:51 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has joined ##stm32 2013-10-11T03:23:03 < gxti> usb b is seeming like an attractive way to get power into this board, pretty much idiotproof. and it turns out that the usb pins on the stm32 aren't allocated yet so i may as well connect it up 2013-10-11T03:44:48 < dongs> is this the NTP thing 2013-10-11T03:51:46 < gxti> ya 2013-10-11T03:51:55 < gxti> sub-1W 2013-10-11T03:53:00 < emeb> gxti: what processor? 2013-10-11T03:53:01 < gxti> originally i had a smps module that takes 7-36V with the idea that you could connect it straight to a lead-acid battery in a shack in the mountains or something, but it's probably not really that valuable to do it in the box 2013-10-11T04:02:08 < gxti> emeb: f107 2013-10-11T04:02:49 < dongs> why the fuck do phone lcds need negative voltage 2013-10-11T04:03:10 < emeb> gxti: so no USB bootloader. :( 2013-10-11T04:03:17 < dongs> pfft? 2013-10-11T04:03:24 < dongs> ST's usb lib bootloader works w/o changes 2013-10-11T04:03:27 < dongs> dfuboot or wahtever 2013-10-11T04:03:37 < dongs> takes like 5 minutes to set it up for your hardware 2013-10-11T04:03:44 < dongs> including USB disconnect (if any), leds/whatever. 2013-10-11T04:04:01 < gxti> yeah and i don't even really need it, just SD is fine 2013-10-11T04:05:30 < dongs> http://www.rsp.renesas.com/en/news/2012/news20120418.htm oh, thats how they do it 2013-10-11T04:05:52 < dongs> they're skipping TCON and just made everything onechip 2013-10-11T04:10:16 < talsit> gxti: i lifted up my f051 from yesterday, placed down a new one, and i'm getting the same voltages at OSC_IN 2013-10-11T04:10:46 < talsit> very disconcerning 2013-10-11T04:12:12 < gxti> talsit: probe the resistance from osc_out to gnd, i bet it's being pulled low by the uc 2013-10-11T04:12:52 < gxti> that would explain why osc_in is centered at zero and osc_out has negligible signal 2013-10-11T04:13:02 < talsit> 15MOhm 2013-10-11T04:14:31 < talsit> actually, not even that 2013-10-11T04:16:17 < talsit> yeah, 15MegaOhm 2013-10-11T04:16:24 < talsit> which doesn't look like a short 2013-10-11T04:17:06 < talsit> on my F4, it's 20MegaOhm 2013-10-11T05:01:50 < talsit> AAAAAAAAAARRRRRRRRRRRRGGGGGGGGGGGGGGG 2013-10-11T05:01:59 < talsit> biggest douche on the planet today: 2013-10-11T05:02:13 < talsit> #define STM32_HSE_BYPASS 2013-10-11T05:02:29 < gxti> told you :D 2013-10-11T05:02:30 -!- talsit is now known as talsit_idiot 2013-10-11T05:02:35 < talsit_idiot> gxti: yeah, you did 2013-10-11T05:03:18 < gxti> i'm not sure what osc_out does in bypass mode honestly, i avoid using it for gpio because i think it gets clamped anyway 2013-10-11T05:08:20 < gxti> also i spent longer than i care to admit getting *my* tcxo working because the first board worked normally and the second one would not clock at all. turned out i forgot to configure the gpio to drive the mux that selected the clock, and it floated just right on the first board :p 2013-10-11T05:08:41 < talsit_idiot> nice 2013-10-11T05:08:51 < gxti> identical boards, can't be software right? 2013-10-11T05:09:23 < talsit_idiot> hey, now that i have a working board, i can actually do, you know, work 2013-10-11T05:10:13 < talsit_idiot> do you have any recommendations on chips that you've used to charge a single cell lipo and supplying power, with auto-switch over? 2013-10-11T05:10:22 < talsit_idiot> i've been looking at a few TI ones 2013-10-11T05:10:39 < talsit_idiot> but none of them have protection to not over-discharge the LIPO 2013-10-11T05:11:39 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-11T05:11:50 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-11T05:12:28 -!- inca [~inca@cpe-107-9-133-38.neo.res.rr.com] has quit [Read error: Connection reset by peer] 2013-10-11T05:12:56 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-11T05:16:23 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-11T05:20:39 -!- Bird|lappy [~Bird|ub3r@unaffiliated/htt-bird] has joined ##stm32 2013-10-11T05:23:11 < dongs> LOL CHIBIOS 2013-10-11T05:23:23 < gxti> loldongs 2013-10-11T05:23:35 < dongs> gxti: take a peek at cmsis-rtx 2013-10-11T05:23:40 < dongs> free as in aids from keil 2013-10-11T05:23:59 < dongs> https://www.keil.com/demo/eval/rtx.htm full sores included. 2013-10-11T05:24:04 < dongs> i might poke w/that next instead of coos 2013-10-11T05:24:42 -!- emeb [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-11T05:24:45 < dongs> licenseis BSD 2013-10-11T05:28:14 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has joined ##stm32 2013-10-11T05:40:06 -!- espiral [maze@unaffiliated/espiral] has quit [Ping timeout: 252 seconds] 2013-10-11T05:42:45 -!- espiral [maze@unaffiliated/espiral] has joined ##stm32 2013-10-11T05:44:21 -!- Netsplit *.net <-> *.split quits: dfletcher, Alexer, talsit_idiot, bsdfox 2013-10-11T05:44:29 -!- Netsplit over, joins: Alexer 2013-10-11T05:44:38 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-11T05:44:44 -!- bsdfox [~h36sa@107-221-62-129.lightspeed.frokca.sbcglobal.net] has joined ##stm32 2013-10-11T05:44:57 -!- Netsplit over, joins: dfletcher 2013-10-11T05:45:23 -!- bsdfox [~h36sa@107-221-62-129.lightspeed.frokca.sbcglobal.net] has quit [Changing host] 2013-10-11T05:45:23 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has joined ##stm32 2013-10-11T05:55:44 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-11T05:56:27 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 248 seconds] 2013-10-11T06:29:52 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-11T06:30:10 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-11T06:34:25 -!- Netsplit *.net <-> *.split quits: mog, espiral, mrmcan 2013-10-11T06:34:33 -!- Netsplit over, joins: mog 2013-10-11T06:34:43 -!- espiral [maze@62.73.108.245] has joined ##stm32 2013-10-11T06:34:47 -!- mog [~mog@c-68-62-170-105.hsd1.al.comcast.net] has quit [Changing host] 2013-10-11T06:34:48 -!- mog [~mog@fsf/member/mog] has joined ##stm32 2013-10-11T06:35:06 -!- espiral [maze@62.73.108.245] has quit [Changing host] 2013-10-11T06:35:06 -!- espiral [maze@unaffiliated/espiral] has joined ##stm32 2013-10-11T06:35:24 -!- Netsplit over, joins: mrmcan 2013-10-11T06:57:37 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: and like that, he's gone] 2013-10-11T06:58:32 < emeb_mac> chatless 2013-10-11T06:58:40 < dongs> indeed 2013-10-11T06:58:47 < dongs> lazy to start on mipi adapter. 2013-10-11T06:59:30 < emeb_mac> working on a board w/ that NCP1532 switcher. That thing is tiny. 2013-10-11T07:00:19 < dongs> cool 2013-10-11T07:00:25 < dongs> its in a bunch of my boards now. 2013-10-11T07:01:58 < emeb_mac> I found some teeny inductors for it - about 3mm too. 2013-10-11T07:02:10 < emeb_mac> good for 1A apparently, so they should be fine. 2013-10-11T07:02:19 < dongs> i use uh 2013-10-11T07:02:37 < dongs> VLF3010AT-2R2M1R0 2013-10-11T07:02:41 < dongs> and there's a clone 2013-10-11T07:02:51 < dongs> ELL-VGG2R2N 2013-10-11T07:02:54 < dongs> thats cheapr 2013-10-11T07:04:09 < emeb_mac> aha - the VLF3010 is what I'm using. 2013-10-11T07:04:23 < emeb_mac> the pix you posted a while back seemed different from those. 2013-10-11T07:05:45 < emeb_mac> that ELL part use the same footprint as the VLF? 2013-10-11T07:23:02 < dongs> yes 2013-10-11T07:23:08 < dongs> wel, not really but it works in VLF footprint 2013-10-11T07:23:12 < dongs> ive been using them interchangeably 2013-10-11T07:23:26 < dongs> you could just enlarge vlf pads a bit and it'll work for both 2013-10-11T07:23:46 < dongs> ell is probably the one I posted, with D> mark on it 2013-10-11T07:27:33 < emeb_mac> kk 2013-10-11T07:27:55 < emeb_mac> the VLF ones are nice because there's lots of room between the pads for other routing. 2013-10-11T07:28:08 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-11T07:28:17 < emeb_mac> but they cost 2x 2013-10-11T07:28:47 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 272 seconds] 2013-10-11T07:29:43 < dongs> uh 2013-10-11T07:29:48 < dongs> you shouldnt be routing anything under inductor anyway 2013-10-11T07:30:21 < dongs> I just looked at ncp evalboard gerbers 2013-10-11T07:30:24 < dongs> and made my shit similar 2013-10-11T07:30:31 < dongs> i got it working nicely with 0603 parts and 0805 caps 2013-10-11T07:30:36 < dongs> doesnt take a lot of space 2013-10-11T07:30:44 < dongs> all single layer too 2013-10-11T07:30:50 < dongs> except for vfb pin 2013-10-11T07:32:19 < emeb_mac> I'm only routing VIN under one of the inductors. 2013-10-11T07:33:00 < emeb_mac> but I didn't follow their layout. Did look at the one in the datasheet and mine is fairly similar. 2013-10-11T07:34:11 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-11T07:36:07 < gxti> just enough room: http://partiallystapled.com/~gxti/circuits/2013/10/11-frontpanel.png 2013-10-11T07:36:41 < gxti> could use miniusb i guess but this seems like a better choice 2013-10-11T07:38:06 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-11T07:38:48 < emeb_mac> nice 2013-10-11T07:41:41 -!- Bird|lappy [~Bird|ub3r@unaffiliated/htt-bird] has quit [Ping timeout: 248 seconds] 2013-10-11T07:44:39 < dongs> how can it be opensores hardware when its made with PAYWARE PCB T OOLS 2013-10-11T07:44:51 < dongs> gxti: cant do oval holes? 2013-10-11T07:49:30 -!- emeb_mac_ [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-11T07:50:01 < emeb_mac_> what sw is that? 2013-10-11T07:50:03 < emeb_mac_> altium? 2013-10-11T07:50:06 < dongs> y 2013-10-11T07:52:39 -!- emeb_mac [~ericb@ip72-223-90-58.ph.ph.cox.net] has quit [Ping timeout: 252 seconds] 2013-10-11T07:52:39 -!- emeb_mac_ is now known as emeb_mac 2013-10-11T07:55:59 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-11T08:03:40 < gxti> and yeah, no ovals on oshpark 2013-10-11T08:04:01 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has joined ##stm32 2013-10-11T08:04:24 < emeb_mac> but oshpark does do unplated holes - an improvement from BatchPCB 2013-10-11T08:06:27 < dongs> lol oshpark 2013-10-11T08:07:56 < emeb_mac> for those of us who don't have extra panel space to play with on a regular basis... 2013-10-11T08:08:30 < dongs> but not doing oval holes in 2013 is kinda criminal 2013-10-11T08:08:41 < emeb_mac> definitely sux 2013-10-11T08:08:58 < emeb_mac> got a lot of places where I could use that 2013-10-11T08:21:28 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 240 seconds] 2013-10-11T08:30:33 < dongs> 2:27:31 PM 2013-10-11T08:30:33 < dongs> We are currently experiencing high volume of chats. Thank you for your patience. 2013-10-11T08:30:50 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-11T08:31:38 < emeb_mac> opposite day, eh? 2013-10-11T08:33:57 < emeb_mac> need to think of something cool to do with these last few F405 parts I've got laying around. 2013-10-11T08:35:30 < dongs> stm32... can it do 1.8V vddio? 2013-10-11T08:35:49 < emeb_mac> dunno - never looked... 2013-10-11T08:36:28 < dongs> 2.0V to 3.6V vdd 2013-10-11T08:36:28 < dongs> hmm 2013-10-11T08:36:29 < dongs> fuck 2013-10-11T08:37:33 < dongs> that kinda puts a dent on my idea of just running all I/O at .18 2013-10-11T08:37:33 < dongs> 1.8 2013-10-11T08:37:33 < gxti> what's the voltage tolerance on the 1.8V parts? :p 2013-10-11T08:37:33 < dongs> im not gonna run them out of spec 2013-10-11T08:37:33 < gxti> so what's the spec then 2013-10-11T08:37:37 < emeb_mac> you sure about that? the F405 datasheet I have says VDD can go down to 1.8V 2013-10-11T08:38:26 < dongs> F103 isnt 2013-10-11T08:38:31 < emeb_mac> ah 2013-10-11T08:38:40 < emeb_mac> the F4xx runs a lot lower 2013-10-11T08:39:00 < emeb_mac> Vcore is 1.2xx something, so the I/O can go lower too 2013-10-11T08:39:01 < dongs> well fuckit 2013-10-11T08:39:04 < dongs> looks liek i can do 1.8 or 3.3 2013-10-11T08:39:07 < dongs> oll just run everything at 3.3 2013-10-11T08:39:19 < dongs> i thought one part was 1.8 only 2013-10-11T08:39:24 < dongs> but it snot 2013-10-11T09:13:57 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-11T09:30:41 -!- DanteA [~X@host-11-152-66-217.spbmts.ru] has joined ##stm32 2013-10-11T09:31:51 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-11T09:35:05 -!- Count_Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-11T09:37:27 -!- Robint91 [~Robint91_@2a02:2c40:400:0:a9f3:d7f6:c2cc:b349] has joined ##stm32 2013-10-11T09:38:38 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Ping timeout: 264 seconds] 2013-10-11T09:40:49 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Changing host] 2013-10-11T09:40:50 -!- dfletcher [~fletch@drupal.org/user/72475/view] has joined ##stm32 2013-10-11T09:53:11 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-11T10:02:47 < Robint91> care to upvote? 2013-10-11T10:02:47 < Robint91> http://slashdot.org/submission/3039195/cheap-alternative-to-expensive-smartboards 2013-10-11T10:06:17 < jpa-> "devolpmedt" :) 2013-10-11T10:14:54 < dongs> fresh'd 2013-10-11T10:15:14 < emeb_mac> dtongs 2013-10-11T10:15:27 < dongs> my shitdot userID is like 26xx 2013-10-11T10:15:47 < emeb_mac> extra pts for "2600" 2013-10-11T10:16:09 < dongs> not quite that 2013-10-11T10:16:28 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-11T11:35:48 -!- johntramp [~john@125-237-7-66.jetstream.xtra.co.nz] has quit [Disconnected by services] 2013-10-11T11:36:04 -!- johntramp_ [~john@125-237-7-66.jetstream.xtra.co.nz] has joined ##stm32 2013-10-11T11:41:08 -!- SilverHornet9 [~Steve@cpe-71-64-126-191.neo.res.rr.com] has joined ##stm32 2013-10-11T11:46:07 -!- SilverHornet9 [~Steve@cpe-71-64-126-191.neo.res.rr.com] has quit [Quit: Leaving] 2013-10-11T12:07:26 < karlp> zyp: by keyed I just meant the shroud yeah, 2013-10-11T12:07:43 < karlp> esden: that samtec part is pricey as hell, but I do like the partial shrouding stuff. 2013-10-11T12:08:45 < karlp> going to go with 1175-1627-ND which is fully shrouded, but only 48c, vs 3. 25 for yours :) (that's also through hole, but there's a smt version of it) 2013-10-11T12:09:01 < karlp> (also, it's in stock, unlike the samtec part) 2013-10-11T12:09:18 < esden> karlp: yeah samtec ... still did not find a cheaper alternative that would not either be huge having a full shroud or not having a shroud at all, surprising that alibaba is totally unhelpful with this :) 2013-10-11T12:09:29 < esden> karlp: get it from samtec directly 2013-10-11T12:09:32 < esden> not from digikey 2013-10-11T12:09:56 < esden> if you need samples they are also very good about that 2013-10-11T12:10:26 < esden> and fairly quick 2013-10-11T12:10:31 < karlp> I've got things form samtect before directly, 2013-10-11T12:10:34 < karlp> it, worked, 2013-10-11T12:10:43 < karlp> but at least what I got last time, was no samples, or at least, no samples to iceland 2013-10-11T12:11:01 < karlp> and they shipped them in separate gigantic parcels via fedex 2013-10-11T12:11:20 < karlp> so the local fedex cunts gleefully charged me "customs processing" on both of the parcels separately. 2013-10-11T12:11:37 < esden> mhh, I have a box full of different samples from them here 2013-10-11T12:11:39 < karlp> it worked out more expensive than getting them on digikey and just paying for normal digikey shipping. 2013-10-11T12:11:48 < esden> they were free 2013-10-11T12:12:13 < karlp> also, I'm jumping on a digikey order at work, so it's digikey or nothing :) 2013-10-11T12:12:19 < esden> I have no idea about iceland though 2013-10-11T12:13:07 < karlp> the board they are going on has plenty of space for full shrouding, but I've written your part number down for later :) 2013-10-11T12:13:16 < karlp> also, while I've got your attention: 2013-10-11T12:27:11 < dongs> dumb fucking trash ship 2013-10-11T12:27:12 < dongs> chip 2013-10-11T13:11:26 -!- barthess [~barthess@86.57.155.106] has quit [Remote host closed the connection] 2013-10-11T13:12:04 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-11T13:12:43 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 248 seconds] 2013-10-11T13:20:45 < karlp> Robint91: cool vmarker man 2013-10-11T13:20:55 < karlp> I think I understand it a little better after seeing the video 2013-10-11T13:21:01 < karlp> (cheeeeeesy music on that!) 2013-10-11T13:21:10 < Robint91> karlp, thx 2013-10-11T13:22:30 < Robint91> karlp, the HID part is the most difficult stuff 2013-10-11T13:22:39 < Robint91> getting to work on all major OSses 2013-10-11T13:24:03 -!- Activate_for_mor [~mirggi@host-1-157-66-217.spbmts.ru] has joined ##stm32 2013-10-11T13:24:17 < Robint91> karlp, we are trying to get the word out but that aint easy 2013-10-11T13:24:23 < Robint91> any help is welkom 2013-10-11T13:25:08 < dongs> dickstart it 2013-10-11T13:25:37 < Robint91> dongs, it is already funded, and produced 2013-10-11T13:25:43 < dongs> great 2013-10-11T13:25:46 < dongs> so dickstart it 2013-10-11T13:25:56 < dongs> worst case scenario: you sell stuff. 2013-10-11T13:26:46 < dongs> who says what hte fuck you're supposed to use dickstarter cash for? 2013-10-11T13:26:51 < dongs> make it look like a fancy ebay page 2013-10-11T13:26:53 < dongs> with a nice video 2013-10-11T13:26:56 < dongs> mention arduino compatibility 2013-10-11T13:26:58 < dongs> watch the cash roll in 2013-10-11T13:27:06 < dongs> got it all funded and prdduced? even batter. 2013-10-11T13:27:14 < dongs> better. ship shit out before dickstarter ends, declare victory. 2013-10-11T13:27:22 < dongs> keep the cash. 2013-10-11T13:27:58 < dongs> if I wasnt lazy i'd go and dickstart all teh shit I already have done 2013-10-11T13:31:50 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-11T13:32:02 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has quit [Ping timeout: 246 seconds] 2013-10-11T13:33:43 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has joined ##stm32 2013-10-11T13:43:17 -!- MrMobius [~Joey@194.176.111.168] has joined ##stm32 2013-10-11T13:49:19 -!- Laurenceb_ [~Laurence@host86-143-185-40.range86-143.btcentralplus.com] has joined ##stm32 2013-10-11T13:50:17 < Laurenceb_> RAGEEEE iteadstudio 2013-10-11T13:50:38 < Laurenceb_> "we notice you have four copies of the same board on your design" 2013-10-11T13:50:43 < Laurenceb_> this is not permitted 2013-10-11T13:51:54 < Laurenceb_> bunch of trolls 2013-10-11T14:09:38 < qyx_> doesn't they allow up to 5? 2013-10-11T14:09:54 < Laurenceb_> they allow 5x5cm 2013-10-11T14:10:09 < Laurenceb_> so i fitted 2x2 boards into the area with panellization 2013-10-11T14:10:13 < Laurenceb_> but they dont like it 2013-10-11T14:10:29 < Laurenceb_> all other manufacturers accept my orders done like this 2013-10-11T14:11:07 < dongs> > iteadstudio 2013-10-11T14:11:09 < dongs> found your problem 2013-10-11T14:11:34 < dongs> Hello! It appears you're trying to be a cheap fuck. Would you like some help with that? 2013-10-11T14:12:12 < zyp> *yawn* 2013-10-11T14:12:52 < dongs> zyp, your shit is out 2013-10-11T14:12:59 < zyp> nice 2013-10-11T14:13:04 < zyp> got a tracking number? 2013-10-11T14:13:15 < dongs> ill ahve tracking tomrorw? or something. as far as I was told tehy took it to post today. 2013-10-11T14:13:39 < zyp> great 2013-10-11T14:13:43 < dongs> its 105 boards + blank one (no dips) total. plus all remaining parts 2013-10-11T14:13:54 < zyp> ah, ok 2013-10-11T14:25:12 -!- KennyMcCormic [~Kenny@95.139.155.20] has joined ##stm32 2013-10-11T14:48:20 <+Steffan-> Laurenceb_, panellization as in slots between the boards? 2013-10-11T14:48:55 < dongs> sluts. 2013-10-11T14:49:42 < jpa-> Laurenceb_: seeed allows panelization, but you have to cut it yourself 2013-10-11T14:50:05 <+Steffan-> Yeah, they both show in a big huge f*ck *ss image what is allowed and what is not.. 2013-10-11T14:50:34 < Laurenceb_> jpa-: i need flexi pcb 2013-10-11T14:50:45 < Laurenceb_> jpa-: i joined everything together 2013-10-11T14:50:49 <+Steffan-> Isn't that evne easier to cut yourself? 2013-10-11T14:51:01 < Laurenceb_> they clearly just looked at the design and decided they didnt like it 2013-10-11T14:51:02 -!- barthess [~barthess@86.57.155.106] has quit [Remote host closed the connection] 2013-10-11T14:51:10 < dongs> youre not wrong. 2013-10-11T14:51:14 < dongs> your design probably IS ugly 2013-10-11T14:51:17 <+Steffan-> "Panelizing are NOT permitted. You should not serarate the sub-boards by using holes, long slots or even silkscreen." 2013-10-11T14:51:17 < Laurenceb_> Steffan-: tricky to cut complex shapes out 2013-10-11T14:51:41 < Laurenceb_> yeah i used slots 2013-10-11T14:51:54 -!- Bird|lappy [~Bird|ub3r@ip70-171-171-212.om.om.cox.net] has joined ##stm32 2013-10-11T14:51:55 -!- Bird|lappy [~Bird|ub3r@ip70-171-171-212.om.om.cox.net] has quit [Changing host] 2013-10-11T14:51:55 -!- Bird|lappy [~Bird|ub3r@unaffiliated/htt-bird] has joined ##stm32 2013-10-11T14:51:59 <+Steffan-> lol @ "or even silkscreen" ... they show it's allowed in the image below it. 2013-10-11T14:52:06 <+Steffan-> oh no 2013-10-11T14:52:08 <+Steffan-> they dont 2013-10-11T14:52:20 <+Steffan-> Not for the flexi pcb 2013-10-11T14:52:26 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-11T14:52:42 < jpa-> lols 2013-10-11T14:52:51 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-11T14:52:58 < jpa-> for once, Laurenceb_ had too much spaces between stuff 2013-10-11T14:58:31 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-11T14:59:01 -!- Posterdati [~kvirc@host192-225-dynamic.10-87-r.retail.telecomitalia.it] has quit [Quit: KVIrc 4.1.3 Equilibrium http://www.kvirc.net/] 2013-10-11T14:59:27 < Robint91> http://www.altium.com/en/video-embedded-components-support 2013-10-11T14:59:29 < Robint91> WTF IS THIS 2013-10-11T15:00:05 <+Steffan-> Just listen to this (old) song and you'll be happy again Laurenceb_: http://youtu.be/xat1GVnl8-k?t=7s 2013-10-11T15:00:19 -!- Posterdati [~kvirc@host192-225-dynamic.10-87-r.retail.telecomitalia.it] has joined ##stm32 2013-10-11T15:00:50 < Robint91> dongs, you don dick and place stuff 2013-10-11T15:01:10 < zyp> oh, support for flex design even 2013-10-11T15:01:13 < zyp> that's nice 2013-10-11T15:01:18 < Robint91> dongs, did you out put components in side a pcb 2013-10-11T15:01:19 < Posterdati> hi 2013-10-11T15:01:28 < zyp> I should probably update to AD14 2013-10-11T15:01:29 < dongs> im still on altium 13.2.5, i feel old 2013-10-11T15:01:36 < dongs> did 14 just come out o something 2013-10-11T15:01:45 < Robint91> dongs, not yet 2013-10-11T15:01:54 < Robint91> dongs, I'm 13.3.4 2013-10-11T15:02:05 < dongs> aw, my russkie pirates are behind 2013-10-11T15:02:09 <+Steffan-> :P 2013-10-11T15:06:43 < Bird|lappy> 2 questions: 1) I'm debating whether I should get a f0 or a f1 discovery board 2013-10-11T15:07:28 < Bird|lappy> (f0 is a couple $ cheaper, f1 is M3 vs the f0's M0 core) 2013-10-11T15:07:34 < jpa-> Bird|lappy: not F1 atleast 2013-10-11T15:07:45 < jpa-> F1 has stlinkv1 which is crap 2013-10-11T15:07:57 < jpa-> Bird|lappy: what do you want to do? high performance, low cost or low power? 2013-10-11T15:08:44 < jpa-> of the more modern boards, F4 probably has the best software support.. F0 is a bit small for e.g. chibios 2013-10-11T15:09:14 < dongs> get 429i-disco 2013-10-11T15:09:14 < Bird|lappy> low cost/power, I'm not interested in super-high-performance stuff 2013-10-11T15:09:14 < dongs> Bird|lappy: low cost = get f103 2013-10-11T15:09:14 < Posterdati> Bird|lappy: what about f4? 2013-10-11T15:09:14 <+Steffan-> Isn't the F030 cheaper? .. 39c or so? 2013-10-11T15:09:14 <+Steffan-> :P 2013-10-11T15:09:33 < jpa-> Bird|lappy: i would recommend L1 or F0 in that case 2013-10-11T15:09:43 < Bird|lappy> Posterdati, f4 is way too heavyweight for what I am trying to learn. and I'm not interested in dealing with things like chibios 2013-10-11T15:10:09 < Bird|lappy> jpa-, got it. f0 it will be :) 2013-10-11T15:11:01 < Bird|lappy> 2nd question: for the f0 parts, do you folks use a convenience library for I/O devices, or just work with a header with e.g. register bit defs? 2013-10-11T15:11:07 < jpa-> you can always put any other STM32 on your own board and program it with the discovery anyway 2013-10-11T15:11:33 < jpa-> Bird|lappy: i usually use the header directly for simple stuff and chibios for more complex stuff 2013-10-11T15:11:46 < jpa-> it seems everyone uses a different library 2013-10-11T15:13:17 < jpa-> some use ST's own stdperiph helper functions, some use coocox, some use some keil stuff, and there are plenty of less popular libraries out there also (laks, stm32pp, stm32plus, libopencm3, etc.) 2013-10-11T15:25:45 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-11T15:26:57 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-11T15:41:31 -!- MrMobius [~Joey@194.176.111.168] has quit [Ping timeout: 246 seconds] 2013-10-11T16:07:38 -!- KennyMcCormic [~Kenny@95.139.155.20] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 2013-10-11T16:12:40 -!- alexn [~alexn@93.104.205.194] has left ##stm32 ["Leaving"] 2013-10-11T16:26:49 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has joined ##stm32 2013-10-11T16:27:28 < DanielHolth> jpa- well, the openocd script didn't work or even run, but the st/link utility did. thanks for the advice. 2013-10-11T16:28:13 < jpa-> yay for windows & st ;) 2013-10-11T16:29:47 < DanielHolth> what's the openocd equivalent of "connect under reset"? 2013-10-11T16:30:52 < jpa-> it was what i suggested.. but that was the magic parameters given by PaulFertser and i haven't tried them myself 2013-10-11T16:31:23 < jpa-> (i only have stlinkv1 which does not have a reset line anyway) 2013-10-11T16:31:38 < DanielHolth> it seems like every supported jtag has a different set of openocd commands 2013-10-11T16:37:27 < gxti> DanielHolth: "reset halt" i think, been a while since i used openocd 2013-10-11T16:48:37 < karlp> connect under reset, he means the reset tsrt/reset tsrt_and_srst/ type commands in the config file 2013-10-11T16:48:45 < karlp> monitor reset halt issues halt once you've connected 2013-10-11T16:50:27 < gxti> shrug 2013-10-11T16:50:49 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Quit: Page closed] 2013-10-11T16:56:47 < trepidaciousMBR> Bird|lappy: Smaller chips are not necessarily easier to learn to use, the F4 has good demos, lots of people using it, and you probably won't run out of any resources, which makes things easier 2013-10-11T16:57:11 < trepidaciousMBR> Not that there is anything wrong with the F103, just that smaller is not easier :) 2013-10-11T16:59:08 < karlp> I'd highly recommend choosing a chip with the same gpio configuration as the one you want to use eventually 2013-10-11T16:59:19 < karlp> no need ever looking at f1 gpio if you're going to use anything else. 2013-10-11T16:59:44 < trepidaciousMBR> Yeah, I'd heard its a bit weird, also peripheral remapping is not as good? 2013-10-11T17:00:18 < karlp> that too. 2013-10-11T17:06:50 -!- zippe [~Adium@173.11.99.161] has quit [Ping timeout: 264 seconds] 2013-10-11T17:12:16 -!- Activate_for_mor [~mirggi@host-1-157-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-11T17:24:56 < DanielHolth> all the non-f1 chips have similar peripherals? 2013-10-11T17:25:04 < karlp> more similar at least. 2013-10-11T17:29:40 < dongs> hes sill trying to decide? 2013-10-11T17:29:47 < dongs> Bird|lappy: just use F103C8/CB 2013-10-11T17:31:18 < jpa-> DanielHolth: F4 has a bit different USB & DMA 2013-10-11T17:31:40 < jpa-> dongs: nah, just random ramblings now :) 2013-10-11T17:33:15 < karlp> dongs: f103 doesn't come on any disco board though. 2013-10-11T17:36:21 < dongs> sure it does 2013-10-11T17:36:24 < dongs> matchboxarm or my shit 2013-10-11T17:36:26 < dongs> :) 2013-10-11T17:36:40 < dongs> F100 is on some -disco 2013-10-11T17:36:51 < gxti> better f103 than f100 though 2013-10-11T17:37:00 < dongs> ya 2013-10-11T17:37:16 -!- Activate_for_mor [~mirggi@host-1-157-66-217.spbmts.ru] has joined ##stm32 2013-10-11T17:43:18 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has quit [Quit: Leaving] 2013-10-11T17:43:49 -!- Activate_for_mor [~mirggi@host-1-157-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-11T17:49:50 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-11T17:53:04 < karlp> yeah, f100 is on vl disco too, the only one with stlinkv1, so it's not an awesome choice these days 2013-10-11T17:53:16 < karlp> f3 disco is pretty good and pretty cheap 2013-10-11T18:03:42 -!- DanteA [~X@host-11-152-66-217.spbmts.ru] has quit [Ping timeout: 252 seconds] 2013-10-11T18:14:53 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-11T18:18:19 -!- PT_Dreamer [~quassel@72.161.189.46.rev.vodafone.pt] has quit [Ping timeout: 248 seconds] 2013-10-11T18:26:22 < trepidaciousMBR> I couldn't work out the pricing - looking at say digikey prices, it seems like there are some tiny chips, say 8-16KiB, and some huge ones like the F4, but the 8-16KiB chips aren't that cheap, and there is nothing much in the middle except the F103, I guess they plan to keep the F103 going to fill the gap? 2013-10-11T18:27:22 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-11T18:28:31 < gxti> wat 2013-10-11T18:28:49 < dongs> you can always skip the crap and get chinese stlink/jlink clones 2013-10-11T18:28:51 < dongs> for ~$10 2013-10-11T18:29:00 < dongs> and then you can use it with whatever evalboard/bare chip 2013-10-11T18:29:23 < emeb_mac> search ebay? 2013-10-11T18:30:55 < dongs> http://www.hotmcu.com/usbminijtag-jlink-jtagswd-debuggeremula%E2%80%8Btor-p-29.html this is nice 2013-10-11T18:31:24 < dongs> http://www.kickstarter.com/projects/2084212109/gameduino-2-this-time-its-personal?ref=category lool 2013-10-11T18:31:39 < emeb_mac> got the yellow one. works fine w/ Keil 2013-10-11T18:31:50 < emeb_mac> there's an stlink version too? 2013-10-11T18:33:48 < trepidaciousMBR> Sorry I was thinking of the bare chips, not eval boards 2013-10-11T18:34:16 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-11T18:34:46 < dongs> F103 is c ehapest. 2013-10-11T18:34:51 < dongs> 2 bucks for 103CB from waveshare. 2013-10-11T18:36:38 <+Steffan-> So free for you. 2013-10-11T18:36:44 < dongs> lolol 2013-10-11T18:37:47 < dongs> http://www.kickstarter.com/projects/1408853060/a-cloud-computing-based-sprinkler-controller?ref=category 2013-10-11T18:37:50 < dongs> yess 2013-10-11T18:38:57 < dongs> http://www.kickstarter.com/projects/655882213/world-smallest-keyring-type-oscilloscope-with-colo?ref=category glad to see this failing 2013-10-11T18:38:59 < gxti> no arduino?! 2013-10-11T18:39:09 < englishman> just what the world needs 2013-10-11T18:41:00 < trepidaciousMBR> dongs: Yup I came to the conclusion the F103 was the best option, left me wondering what the F0 line is meant to be for :) 2013-10-11T18:41:00 < dongs> trepidaciousMBR: companies buying 100k at a time and caring about cost 2013-10-11T18:41:01 < dongs> when you buy 100k of F0 it becomes cheap. 2013-10-11T18:41:19 < trepidaciousMBR> dongs: I guess that makes sense, at even 1000off it doesn't look cheap at all 2013-10-11T18:41:30 < dongs> not at digikey prices, no 2013-10-11T18:41:37 < dongs> but proper distributor prices is not so bad 2013-10-11T18:41:37 <+Steffan-> Isn't the F0 supposed to be $0.39? 2013-10-11T18:41:47 < dongs> i think it gets serious at like 10k 2013-10-11T18:42:05 < dongs> http://www.kickstarter.com/projects/623569705/pi-focal-a-raspberry-pi-camera-case-w-lens-cover-a?ref=category YES 2013-10-11T18:42:08 < dongs> THE FAD IS FUCKING DONE 2013-10-11T18:42:15 < dongs> 50 days funding period 2013-10-11T18:42:19 < dongs> $220 made 2013-10-11T18:42:25 < dongs> 30 hours to go 2013-10-11T18:42:57 <+Steffan-> I bet you'll sleep well this night. 2013-10-11T18:43:02 < gxti> kickstarter for a sheet metal box? no point to that 2013-10-11T18:43:15 <+Steffan-> gxti, no point.. lol :P 2013-10-11T18:43:23 < gxti> also i like the complete lack of grommets for a flat flex cable passing through a rough metal slot 2013-10-11T18:43:24 < dongs> BUT ITS FOR ASPIEBERRYPI CAMERA!!! 2013-10-11T18:43:59 < trepidaciousMBR> Might be less of a reflection on Raspberry Pi mania, and more on the fact that it looks like it was put together by a chimp with a hammer. 2013-10-11T18:44:22 < dongs> http://www.kickstarter.com/projects/709742005/makeout-map another successful failure 2013-10-11T18:44:23 -!- _BJFreeman [~bjfree@120.sub-75-233-101.myvzw.com] has joined ##stm32 2013-10-11T18:45:18 -!- _BJFreeman is now known as BJfreeman 2013-10-11T18:45:48 -!- BJfreeman is now known as Guest89322 2013-10-11T18:46:00 < dongs> http://www.kickstarter.com/projects/timothydmeadowsii/talknprivate haha 2013-10-11T18:46:16 < dongs> A secure text, voice messaging platform. Designed to provide hosted & end 2 end encryption services using the IRC protocol. 2013-10-11T18:46:34 < dongs> how does he voice over irc??? BASE64 rite 2013-10-11T18:47:05 -!- MrMobius [~Joey@91.192.67.230] has joined ##stm32 2013-10-11T18:47:15 -!- Guest89322 is now known as BJfreeman 2013-10-11T18:51:46 < karlp> dcc? 2013-10-11T18:51:53 < dongs> plz 2013-10-11T18:54:27 < karlp> heh makeoutmap dude must be the only windows mobile dev in teh world 2013-10-11T18:55:37 < Laurenceb_> lol 2013-10-11T18:55:40 < Laurenceb_> voice over irc 2013-10-11T18:56:10 < dongs> We are currently experiencing high volume of chats. Thank you for your patience. 2013-10-11T18:57:09 < Laurenceb_> i know how to do it 2013-10-11T18:57:09 < Laurenceb_> voic recognition -> irc -> speech synth 2013-10-11T18:57:18 < dongs> perfect 2013-10-11T18:57:28 < GargantuaSauce> wat 2013-10-11T18:57:31 < GargantuaSauce> it's gotta use dcc 2013-10-11T19:10:16 < karlp> the diagram even shows dcc 2013-10-11T19:11:04 <+Steffan-> lol 2013-10-11T19:11:18 < jpa-> trepidaciousMBR: i did some plotting of the prices :) http://koti.kapsi.fi/jpa/stuff/pix/stm32_prices.png 2013-10-11T19:11:21 <+Steffan-> but you know.. ##stm32 is talk before read 2013-10-11T19:12:12 < trepidaciousMBR> jpa-: Awesome, that's much more helpful than anything ST have ;) 2013-10-11T19:12:45 <+Steffan-> whoa, that image should end up on a wiki, like many other images/plots you made jpa- 2013-10-11T19:12:49 <+Steffan-> *plot 2013-10-11T19:13:46 < Laurenceb_> F4 is cheaper 2013-10-11T19:14:13 < jpa-> cheaper than what? 2013-10-11T19:14:40 < karlp> a pony! 2013-10-11T19:14:54 < Laurenceb_> F2 2013-10-11T19:14:57 < Laurenceb_> in general 2013-10-11T19:15:50 < Laurenceb_> but no F429 there? 2013-10-11T19:16:02 < jpa-> it's just F4 in there 2013-10-11T19:16:24 < Laurenceb_> yeah no 2M flash 2013-10-11T19:16:36 < jpa-> hmm yeah 2013-10-11T19:16:36 < englishman> more than $4 for f1 128k? ouch 2013-10-11T19:16:44 < jpa-> hardcoded the upper Y range :D 2013-10-11T19:17:01 <+Steffan-> How up to date is that plot jpa-? 2013-10-11T19:17:22 <+Steffan-> Or does it only list those that are in stock? 2013-10-11T19:17:26 <+Steffan-> *shows 2013-10-11T19:17:36 < Laurenceb_> meanwhile... 2013-10-11T19:17:37 < Laurenceb_> http://www.digikey.co.uk/product-detail/en/ATMEGA2560-16AUR/ATMEGA2560-16AURCT-ND/3789436 2013-10-11T19:17:39 < Laurenceb_> lolling 2013-10-11T19:17:42 < jpa-> ah yeah, only in stock and prices as they were a few minutes ago 2013-10-11T19:17:56 < jpa-> and no 2MB parts in stock so that's why not on graph 2013-10-11T19:18:16 < Laurenceb_> thats $20 2013-10-11T19:18:21 < Laurenceb_> ah 2013-10-11T19:18:46 < gxti> rofl, $13 for an 8bit mcu 2013-10-11T19:18:49 <+Steffan-> And no < 1$ because those aren't in stock either. 2013-10-11T19:19:01 < gxti> going to need a bigger segment register 2013-10-11T19:19:03 < Laurenceb_> gxti £13, $20 2013-10-11T19:19:11 < gxti> durr thanks digikey 2013-10-11T19:19:40 < Laurenceb_> more expensive than any of the stm32 stuff jpa plotted 2013-10-11T19:19:46 < Laurenceb_> epic lulz 2013-10-11T19:20:04 < gxti> let's see what features it has 2013-10-11T19:20:20 <+Steffan-> Don't, just don't 2013-10-11T19:20:41 <+Steffan-> do it. 2013-10-11T19:21:24 < gxti> pretty much nothing 2013-10-11T19:22:31 <+Steffan-> You could waste more time.. also look at some PICs, renesas etc. 8 bit crap. 2013-10-11T19:22:49 < gxti> $2 PICs have more peripherals than this 2013-10-11T19:23:09 < karlp> for creating countingo f "more" and $2 ? 2013-10-11T19:24:56 < gxti> you could take any other cheap 8bit mcu and add a spi flash and it would do more, cost less, and take less board space. but i guess someone was dumb enough to ask for it. 2013-10-11T19:28:01 < jpa-> someone thinking "i'll make the biggest arduino evar!" 2013-10-11T19:34:00 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-11T19:37:25 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-11T19:41:34 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 252 seconds] 2013-10-11T19:42:30 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-11T19:46:05 -!- kevineng963 [~kvirc@50-78-110-1-static.hfc.comcastbusiness.net] has joined ##stm32 2013-10-11T19:46:56 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-11T19:50:38 < kevineng963> quick clarification question. I am using the STM32f103RC (a High Density MCU). I am running the system clock with HSI using PLL, the STM32103xx reference manaual (p.123) states that the max system clock using HSI is 32 MHz but the stm32103rc datasheet (p.52) says shows max HSI being 64MHz. Does anyone know what the max is for that chip? 2013-10-11T19:52:09 < kevineng963> *36MHz 2013-10-11T19:52:11 < zyp> pretty sure it's 64 2013-10-11T19:52:43 -!- barthess [~barthess@185.6.24.61] has joined ##stm32 2013-10-11T19:55:46 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has joined ##stm32 2013-10-11T19:57:18 -!- kevineng963 [~kvirc@50-78-110-1-static.hfc.comcastbusiness.net] has left ##stm32 ["Once you know what it is you want to be true, instinct is a very useful device for enabling you to know that it is"] 2013-10-11T19:58:16 < karlp> heh, http://www.digikey.com/us/en/techzone/microcontroller/resources/articles/power-debugging-arm-cortex-m3.html says that DWT means discrete wavelet transform :) 2013-10-11T19:59:04 < karlp> I wonder what debug probe that is that is capturing the current readings for them like that 2013-10-11T20:00:56 < zyp> heh 2013-10-11T20:16:33 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-11T20:22:01 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-11T20:23:00 -!- barthess [~barthess@185.6.24.61] has quit [Ping timeout: 272 seconds] 2013-10-11T20:23:47 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has quit [Quit: Leaving] 2013-10-11T20:27:05 -!- barthess [~barthess@185.6.24.104] has joined ##stm32 2013-10-11T20:38:15 -!- Robint91 [~Robint91_@2a02:2c40:400:0:a9f3:d7f6:c2cc:b349] has quit [Ping timeout: 252 seconds] 2013-10-11T20:52:21 -!- mervaka [~mervaka@mervaka.co.uk] has joined ##stm32 2013-10-11T20:56:55 -!- espiral [maze@unaffiliated/espiral] has quit [Ping timeout: 272 seconds] 2013-10-11T20:57:57 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 248 seconds] 2013-10-11T21:00:13 -!- Laurenceb__ [~Laurence@host86-177-210-218.range86-177.btcentralplus.com] has joined ##stm32 2013-10-11T21:01:09 -!- Laurenceb_ [~Laurence@host86-143-185-40.range86-143.btcentralplus.com] has quit [Ping timeout: 248 seconds] 2013-10-11T21:04:25 -!- espiral [maze@unaffiliated/espiral] has joined ##stm32 2013-10-11T21:08:36 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-11T21:08:48 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 240 seconds] 2013-10-11T21:09:54 < Posterdati> karlp: is that an oscylloscope screen capture? 2013-10-11T21:20:28 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-11T21:22:39 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 265 seconds] 2013-10-11T21:34:35 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-11T21:37:27 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-11T21:38:17 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-11T21:42:08 -!- BJfreeman [~bjfree@120.sub-75-233-101.myvzw.com] has quit [Ping timeout: 268 seconds] 2013-10-11T21:51:07 -!- MrMobius [~Joey@91.192.67.230] has quit [Ping timeout: 246 seconds] 2013-10-11T22:14:52 < karlp> none of the screens on that page were from a scope 2013-10-11T22:15:43 < karlp> the flame chart looked like one of these: http://dtrace.org/blogs/brendan/2012/03/17/linux-kernel-performance-flame-graphs/ 2013-10-11T22:16:05 < karlp> so I guess IAR has support for that with whatever probe they were using that is collecting current usage a tth esame time as using the trace stuff 2013-10-11T22:21:36 <+Steffan-> http://www.digikey.com/Web%20Export/techzone/microcontroller/TZM112_Power_Debugging_Fig_4.jpg .. scope karlp ;) 2013-10-11T22:22:55 -!- johntramp_ is now known as johntramp 2013-10-11T22:43:16 < ntfreak_> karlp: iscope - http://www.iar.com/en/Products/Hardware-Debug-probes/I-jet/I-scope/ 2013-10-11T22:43:16 < ntfreak_> best tool i have seen for that is from hitex - http://www.hitex.co.uk/index.php?id=3162&L=1%2F%2Findex.php%2F%3Fid%3D 2013-10-11T23:30:11 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 246 seconds] 2013-10-11T23:32:35 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has joined ##stm32 2013-10-11T23:36:15 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-11T23:37:49 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-11T23:51:03 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-11T23:53:48 * karlp smakks Steffan- 2013-10-11T23:53:52 < karlp> thanks ntfreak_ 2013-10-11T23:54:08 < karlp> clearly _that_ was a scope capture. 2013-10-11T23:54:15 < karlp> perhaps I overestimated posterdati 2013-10-11T23:54:30 < Laurenceb__> https://www.sparkfun.com/ 2013-10-11T23:54:50 < Laurenceb__> first you get unpaid leave.. then someone sends you a tarduino 2013-10-11T23:55:01 < Laurenceb__> way to increase the pain 2013-10-11T23:56:13 < karlp> sounds like they're giving away the SKUs that no-one has been buying :) 2013-10-11T23:58:56 < Laurenceb__> heh dork central http://www.flickr.com/photos/stilldavid/10160494514/ --- Day changed Sat Oct 12 2013 2013-10-12T00:00:31 < karlp> ntfreak_: nice hardware, 2013-10-12T00:00:32 < Laurenceb__> uh oh 2013-10-12T00:00:34 < Laurenceb__> http://www.flickr.com/photos/stilldavid/10160726433/ 2013-10-12T00:00:38 < Laurenceb__> the t-shirt 2013-10-12T00:00:43 < karlp> I don't get to go that far looking for things like this, 2013-10-12T00:00:47 < karlp> one day maybe :) 2013-10-12T00:01:05 < karlp> or maybe I just write code that's so bugfree I don't have to go looking for power debugging tools ..... 2013-10-12T00:01:13 < karlp> (har har har) 2013-10-12T00:02:52 < karlp> man, adds up, how many grand for keil, then another couple of grand for power tools, 2013-10-12T00:03:00 < karlp> need to make more products that make money I guess :) 2013-10-12T00:03:10 < karlp> or things that run off batteries, 2013-10-12T00:03:22 < karlp> be an easier sell to get power debuggig if we made products for batteries 2013-10-12T00:08:42 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has quit [Remote host closed the connection] 2013-10-12T00:25:15 <+Steffan-> im surprised.. you are not in #sparkfun Laurenceb__ 2013-10-12T00:29:31 < Laurenceb__> oh noes 2013-10-12T00:29:34 < Laurenceb__> http://www.bbc.co.uk/news/magazine-23990211 2013-10-12T00:29:48 < Laurenceb__> "Eighteen months ago in San Francisco, I had another of those rather rare encounters that changes how I think about the world" 2013-10-12T00:32:23 <+Steffan-> Im pretty sure tldr; applies here. 2013-10-12T00:33:54 < Laurenceb__> tldr : 3d printing is da futurreeeeee 2013-10-12T00:38:27 < gxti> if you have to tell people something is changing the world, or worse it is GOING to change the world, the spoilers: it isn't doing shit 2013-10-12T00:39:00 <+Steffan-> gxti is a wise man 2013-10-12T00:39:50 < Laurenceb__> im pretty sure it is doing shit 2013-10-12T00:40:04 < Laurenceb__> but that shit is badly formed plastic pudding shit 2013-10-12T00:40:23 <+Steffan-> The pouder based printers aint that bad .. 2013-10-12T00:40:46 < Laurenceb__> they are too brittle 2013-10-12T00:40:56 < Laurenceb__> the laser metal powder stuff is useful 2013-10-12T00:41:07 < gxti> there are 3d printers that aren't useless but they aren't the ones "makers" are pooping themselves over, they're the 5-6 figure ones that have been in industry all along :p 2013-10-12T00:41:09 < Laurenceb__> but thats not exactly home printer level kit 2013-10-12T00:41:26 <+Steffan-> not yet :) 2013-10-12T00:41:28 < Laurenceb__> yeah we have a stratsys at work 2013-10-12T00:41:28 < gxti> and they aren't replacing "factories", they're prototyping shit so you can make it in a factory 2013-10-12T00:41:35 < Laurenceb__> at cost about £1M 2013-10-12T00:41:42 < Laurenceb__> its barely useful 2013-10-12T00:41:43 < gxti> i guess i was a bit low 2013-10-12T00:41:45 -!- Bird|lappy [~Bird|ub3r@unaffiliated/htt-bird] has quit [Ping timeout: 272 seconds] 2013-10-12T00:42:01 < gxti> you want to get rich, figure out how to make injection moulds cheaper 2013-10-12T00:42:05 < Laurenceb__> i found a use for it last wekk 2013-10-12T00:42:17 < Laurenceb__> vacuum forming molds :P 2013-10-12T00:42:47 < Laurenceb__> the porosity helps 2013-10-12T00:42:52 <+Steffan-> you still didnt show use your fail 2013-10-12T00:43:10 < Laurenceb__> but the vacuum former sometimes gets too hot and melt the molds.... 2013-10-12T00:43:33 < Laurenceb__> so I'm going to have to use nylon66 and lathe like a sane person 2013-10-12T00:44:09 < gxti> someday i will have a workshop with a cnc mill 2013-10-12T00:45:08 <+Steffan-> same here. 2013-10-12T00:45:59 <+Steffan-> Have a plan how to do it gxti? Sell more gps-time thingies? 2013-10-12T00:47:22 < gxti> no, i'm not charging nearly enough for that. i could multiply the price by 10 and then maybe businesses would take it seriously :P 2013-10-12T00:47:36 < gxti> day job does an adequate job of financing crap anyway 2013-10-12T00:52:07 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-12T00:52:53 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-12T00:55:20 < karlp> all I know about "consumer" 3d printers is that they're fucking epic time sinks getting things to work, 2013-10-12T00:55:47 < karlp> but sending models to shapeways and getting workable things back in days before going to injection moulding is fucking radical cakes. 2013-10-12T00:55:59 < karlp> but that counts as, "has already changed the world" 2013-10-12T00:56:13 < karlp> yeah, like what gxti said :) 2013-10-12T00:56:27 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-12T00:58:42 < Sync__> gxti: thinking about getting a small arburg injection molding machine 2013-10-12T01:11:48 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-12T01:12:01 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-12T01:12:46 -!- barthess [~barthess@185.6.24.104] has quit [Quit: Leaving.] 2013-10-12T01:14:07 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Read error: Connection reset by peer] 2013-10-12T01:14:16 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Read error: Connection reset by peer] 2013-10-12T01:18:38 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 240 seconds] 2013-10-12T01:19:23 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-12T01:30:34 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 246 seconds] 2013-10-12T01:37:06 -!- johntramp [~john@125-237-7-66.jetstream.xtra.co.nz] has quit [Disconnected by services] 2013-10-12T01:37:29 -!- johntramp_ [~john@125-237-7-66.jetstream.xtra.co.nz] has joined ##stm32 2013-10-12T01:38:20 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-12T01:42:01 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-12T01:42:53 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-12T01:48:09 < Laurenceb__> http://s4.b3ta.com/host/creative/36694/1381506130/biggerhead.gif 2013-10-12T01:49:43 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-12T01:49:46 < Laurenceb__> lolling hard 2013-10-12T01:49:48 < Laurenceb__> http://www.b3tards.com/u/037e58b9e054b3c8dd7b/wolftshirt.jpg 2013-10-12T01:58:43 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Remote host closed the connection] 2013-10-12T02:00:47 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-12T02:00:56 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-12T02:19:02 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-12T02:19:02 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-12T02:19:02 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-12T02:34:44 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-12T02:39:17 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has quit [Ping timeout: 272 seconds] 2013-10-12T02:51:40 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-12T03:07:58 < dongs> Laurenceb__: whats the gif about 2013-10-12T03:12:51 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 272 seconds] 2013-10-12T03:14:34 < Laurenceb__> dongs: shark attack film 2013-10-12T03:14:39 < Laurenceb__> pre jaws 2013-10-12T03:14:43 < Laurenceb__> i forget the name 2013-10-12T03:18:45 < dongs> o 2013-10-12T03:31:00 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-12T03:31:31 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-12T03:32:51 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-12T03:34:43 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-12T03:55:08 -!- Laurenceb__ [~Laurence@host86-177-210-218.range86-177.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-12T04:16:28 -!- Lt_Lemming_ [Lt_Lemming@203.219.229.140] has joined ##stm32 2013-10-12T04:16:33 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-12T04:18:07 -!- Lt_Lemming_ [Lt_Lemming@203.219.229.140] has quit [Remote host closed the connection] 2013-10-12T04:22:54 -!- Lt_Lemming_ [Lt_Lemming@203.219.229.140] has joined ##stm32 2013-10-12T04:29:23 -!- Lt_Lemming_ [Lt_Lemming@203.219.229.140] has quit [Remote host closed the connection] 2013-10-12T04:51:23 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Read error: Connection reset by peer] 2013-10-12T04:51:48 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-12T05:01:39 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-12T05:06:38 < dongs> what garbage 2013-10-12T05:06:53 < dongs> is that so you can yell at other 13 years olds on xboxliver 2013-10-12T05:12:38 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-12T05:14:02 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-12T05:14:59 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-12T05:18:23 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-12T05:30:51 * GargantuaSauce squirts lemon juice on the opensores 2013-10-12T05:30:58 < emeb_mac> ow! 2013-10-12T05:35:42 < dongs> any new exciting dickstarters 2013-10-12T05:39:36 < dongs> old 2013-10-12T05:39:37 < dongs> + failing 2013-10-12T05:39:40 < dongs> o wait, it succeeded 2013-10-12T05:39:40 < dongs> gay. 2013-10-12T05:41:06 < dongs> but itse secure 2013-10-12T05:43:29 < dongs> mostly faggotr.y 2013-10-12T05:49:38 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-12T05:49:59 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-12T06:28:10 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-12T06:28:54 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-12T06:29:04 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-12T06:49:40 -!- tech2077 [~tech2077@108-249-45-175.lightspeed.hstntx.sbcglobal.net] has joined ##stm32 2013-10-12T06:51:12 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-12T06:51:30 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-12T06:54:30 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-12T07:03:41 -!- tech2077 [~tech2077@108-249-45-175.lightspeed.hstntx.sbcglobal.net] has quit [Quit: Leaving] 2013-10-12T07:59:01 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-12T08:06:47 -!- upgrdman [~upgrdman@75.128.35.99] has joined ##stm32 2013-10-12T08:06:47 -!- upgrdman [~upgrdman@75.128.35.99] has quit [Changing host] 2013-10-12T08:06:47 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-12T08:11:02 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Ping timeout: 240 seconds] 2013-10-12T09:16:22 -!- R2COM1 [~blackops@c-98-230-217-221.hsd1.nm.comcast.net] has joined ##stm32 2013-10-12T09:20:43 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-12T09:21:00 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Read error: Connection reset by peer] 2013-10-12T09:21:19 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 246 seconds] 2013-10-12T09:21:31 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-12T09:24:07 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-12T09:58:49 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-12T09:59:39 -!- Activate_for_mor [~mirggi@host-73-159-66-217.spbmts.ru] has joined ##stm32 2013-10-12T10:04:38 -!- Activate_for_mor [~mirggi@host-73-159-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-12T10:07:58 -!- Activate_for_mor [~mirggi@host-9-159-66-217.spbmts.ru] has joined ##stm32 2013-10-12T10:16:11 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-12T10:22:38 -!- Activate_for_mor [~mirggi@host-9-159-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-12T10:24:00 -!- Activate_for_mor [~mirggi@host-9-159-66-217.spbmts.ru] has joined ##stm32 2013-10-12T10:33:05 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-12T10:33:30 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-12T10:34:28 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-12T10:40:43 -!- DanteA [~X@host-104-157-66-217.spbmts.ru] has joined ##stm32 2013-10-12T10:48:20 -!- NooM [~IceChat77@213-240-67-87.adsl.highway.telekom.at] has joined ##stm32 2013-10-12T10:49:19 < NooM> hello 2013-10-12T10:49:28 < dongs> sup 2013-10-12T10:49:40 < NooM> this a generic stm32 channel ? 2013-10-12T10:49:50 < dongs> its mostly trolling channel, but sometimes we talk about stm32 2013-10-12T10:49:58 < NooM> :( trolling 2013-10-12T10:50:16 < dongs> asking to ask usually leads to that. 2013-10-12T10:50:25 < NooM> hehe 2013-10-12T10:50:43 < NooM> well i have no questions :D 2013-10-12T10:51:13 < dongs> so you're here strictly for trolling :) 2013-10-12T10:51:21 < dongs> in that case, welcome 2013-10-12T10:51:22 < NooM> no 2013-10-12T10:52:03 < NooM> i wanted to show off what i did :D 2013-10-12T10:52:18 < NooM> https://www.dropbox.com/s/9ez7913siqvmr6g/f4_board_front.png 2013-10-12T10:52:25 < NooM> https://www.dropbox.com/s/f2u1e0rvh4tlpjc/f4_board_back.png 2013-10-12T10:52:32 < NooM> its a stm32f405 2013-10-12T10:52:40 < zyp> so you rather want to get trolled? :p 2013-10-12T10:52:54 < NooM> :( 2013-10-12T10:53:00 < dongs> is that dicktrace 2013-10-12T10:53:05 < dongs> hm ,no 2013-10-12T10:53:07 < NooM> ... 2013-10-12T10:53:13 < dongs> maybe something opensauce. 2013-10-12T10:53:16 < zyp> that's a fun crystal placement 2013-10-12T10:53:19 < dongs> the fonts look dodgy 2013-10-12T10:53:19 < NooM> its diptrace 2013-10-12T10:53:25 < dongs> really 2013-10-12T10:53:30 < dongs> on what, OSX or something? 2013-10-12T10:53:34 < NooM> win 2013-10-12T10:53:37 < dongs> why are you using ttf fonts instead of vector 2013-10-12T10:53:42 < NooM> its vector 2013-10-12T10:53:44 < dongs> those will look like crap on actual board 2013-10-12T10:53:48 < dongs> hmmm... 2013-10-12T10:53:54 < NooM> i know, not my first pcb 2013-10-12T10:54:01 < dongs> looks waay dif from my dicktrace renderings 2013-10-12T10:54:38 < dongs> yeah cute crystal placement. 2013-10-12T10:54:45 < NooM> :D 2013-10-12T10:54:55 < dongs> oo. microsd. 2013-10-12T10:54:59 < dongs> you're giving matchboxarm a run for their money. 2013-10-12T10:55:03 < NooM> on the sdio port 2013-10-12T10:55:18 < dongs> only one problem 2013-10-12T10:55:18 < NooM> matchboxwhat ? 2013-10-12T10:55:20 < zyp> your ground plane doesn't look very good 2013-10-12T10:55:23 < dongs> wehre's SWD connector 2013-10-12T10:55:35 < dongs> for you know, getting any work done. 2013-10-12T10:55:37 < NooM> bottom right 2013-10-12T10:56:01 < NooM> i just hook it up with wires to my discovery 2013-10-12T10:56:20 < dongs> you should probly increase ground pour area on top layer. 2013-10-12T10:56:31 < dongs> instead of having like 5mm clearance around it. 2013-10-12T10:56:46 < NooM> its 0.3mm :D 2013-10-12T10:57:06 < dongs> not really sure of utility of writing (configurable) device names as labels instead of PAx PBx etc. 2013-10-12T10:57:19 < dongs> most gpio on F4 is overloaded with liek 2-5 functions 2013-10-12T10:57:21 < zyp> agreed 2013-10-12T10:57:30 < NooM> ya i know, but thats what i wanna play with 2013-10-12T10:57:37 < NooM> its not for sale or so, just for me 2013-10-12T10:57:40 < dongs> oo, i see via in pad 2013-10-12T10:57:43 < zyp> that's what you think you wanna play with 2013-10-12T10:58:09 < zyp> the via in the button pad also looks like a bad idea, but it's probably fine 2013-10-12T10:58:10 < NooM> ya i know via in pad is not that nice, but i guess it will work, there were so few space left 2013-10-12T10:58:31 < zyp> heh 2013-10-12T10:58:41 < zyp> you could just move it up a bit, underneath the button 2013-10-12T10:58:48 < dongs> http://i.imgur.com/W81KJ.png this is what MY dicktrace renderings look like 2013-10-12T10:58:58 < dongs> did oyu just screenshot 3d preview or did you import vrml into something else? 2013-10-12T10:59:01 < dongs> i dont get antialiased shit etc. 2013-10-12T10:59:07 < NooM> 3d screenshot :D 2013-10-12T10:59:11 < dongs> ... wtf 2013-10-12T10:59:17 < NooM> hm ya looks very different 2013-10-12T10:59:26 -!- DanteA [~X@host-104-157-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-12T10:59:27 < NooM> maybe your using an older version ? 2013-10-12T10:59:38 < dongs> they havent released anytrhing since march 2013-10-12T10:59:41 < dongs> 2.3.1 2013-10-12T10:59:44 < NooM> nice design btw 2013-10-12T10:59:53 < zyp> I bet windows is too hardcore for antialiasing 2013-10-12T11:00:03 < NooM> iam using win7 2013-10-12T11:00:04 < dongs> zyp, he said hes using it on windows. 2013-10-12T11:00:06 < NooM> ya also 2.3.1 2013-10-12T11:00:14 < dongs> i never had shit look antialiased. 2013-10-12T11:00:17 < NooM> free version tho 2013-10-12T11:00:18 < dongs> which rendered? dx or opengl 2013-10-12T11:00:20 < zyp> oh, ok 2013-10-12T11:00:25 < dongs> renderer 2013-10-12T11:00:26 < NooM> i didnt change any settings 2013-10-12T11:00:46 < dongs> do you game? did you setup some default antialiasing/etc shit in your 3d card settings? 2013-10-12T11:01:03 < dongs> hmm. 2013-10-12T11:01:08 < NooM> dont think so, no 2013-10-12T11:01:30 < NooM> hmm 2013-10-12T11:02:14 < NooM> whats the qfn chip on your board? 2013-10-12T11:02:26 < dongs> not us ing native usb on f1. 2013-10-12T11:02:30 < dongs> so its usb>serial. 2013-10-12T11:02:37 < NooM> oh ok 2013-10-12T11:02:39 < NooM> cp2102 ? 2013-10-12T11:02:43 < dongs> yeah 2013-10-12T11:02:45 < NooM> kk 2013-10-12T11:03:05 < dongs> hm. i need to figure out why my renderings suck. 2013-10-12T11:03:15 < NooM> i check my graphiccard settings 2013-10-12T11:03:20 -!- barthess [~barthess@185.6.24.5] has joined ##stm32 2013-10-12T11:03:26 < dongs> ah 2013-10-12T11:03:30 < dongs> it depends on renderer 2013-10-12T11:03:33 < dongs> openGL makes nasty shit 2013-10-12T11:03:37 < dongs> directX gives result similar to yours 2013-10-12T11:03:48 < NooM> oh ok, didnt even know i can change this :D 2013-10-12T11:04:06 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-12T11:04:22 < dongs> http://i.imgur.com/fxyUWMC.png 2013-10-12T11:04:22 < dongs> cool 2013-10-12T11:04:32 < NooM> btw, wich ide's are you guys using? iam using coide now, its quite ok 2013-10-12T11:04:46 < dongs> coide is ok for beign free as in aids. 2013-10-12T11:05:05 < NooM> i do that for fun only, so free is prefeered :D 2013-10-12T11:05:14 < NooM> hardware costs enuff :D 2013-10-12T11:05:50 < NooM> nice some imu 2013-10-12T11:06:17 < zyp> I use vim 2013-10-12T11:06:40 < NooM> i played with a lis331 a bit 2013-10-12T11:06:52 < NooM> https://www.dropbox.com/s/a7wzlbk7didsle8/Bild131.jpg 2013-10-12T11:07:08 < NooM> and next month ill get me a lsm 303, accelerometer and magnetometer in one 2013-10-12T11:07:34 < dongs> coulda saved all the trouble by bying f3discovery 2013-10-12T11:07:48 < NooM> :D 2013-10-12T11:08:01 < NooM> its ok, was fun to play with 2013-10-12T11:08:04 < NooM> and design the pcb 2013-10-12T11:08:25 < zyp> I put an lsm303dlm on a board once, not really impressed 2013-10-12T11:08:28 < NooM> i used avr's so far, just started with stm32 2013-10-12T11:08:29 -!- Activate_for_mor [~mirggi@host-9-159-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-12T11:08:40 < NooM> why not? noise? 2013-10-12T11:09:24 < dongs> hm. i should open a bug on this 3d view discrepancy 2013-10-12T11:09:33 < dongs> cuz i just thought it always looked like ass. 2013-10-12T11:09:37 < dongs> cuz i use opengl renderer 2013-10-12T11:09:44 < NooM> :D 2013-10-12T11:10:49 -!- DanteA [~X@host-104-157-66-217.spbmts.ru] has joined ##stm32 2013-10-12T11:11:06 < NooM> i like how easy some stuff is. like the systick counter for millis() 2013-10-12T11:11:07 < NooM> :D 2013-10-12T11:16:02 < dongs> or SysTick->VAL for micros. 2013-10-12T11:16:10 < dongs> http://i.imgur.com/8elxKgd.png ya looks much better, yay. 2013-10-12T11:16:17 < dongs> been using dicktrace forever, never knew this. 2013-10-12T11:16:20 < NooM> mhm 2013-10-12T11:17:02 < NooM> mhm gonna have to look into that val 2013-10-12T11:18:25 < NooM> thx for the hint 2013-10-12T11:18:36 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-12T11:18:53 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-12T11:18:55 < dongs> https://code.google.com/p/afrodevices/source/browse/trunk/baseflight/src/drv_system.c#32 2013-10-12T11:19:21 < NooM> mhm thx :D 2013-10-12T11:20:22 < NooM> you think its ok to use uint64_t for the millis to not overflow that fast ? 2013-10-12T11:24:50 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 264 seconds] 2013-10-12T11:25:21 < zyp> sure, if you expect your stuff to run for more than 49 days 2013-10-12T11:25:44 < NooM> hmm, not sure, dont think so 2013-10-12T11:25:46 < NooM> :D 2013-10-12T11:26:03 < NooM> but maybe it might :D 2013-10-12T11:27:48 < NooM> damn i cant away to get that pcb made :D 2013-10-12T11:27:54 < NooM> await 2013-10-12T11:30:06 < NooM> iam gonna rething my pin-nameing tho, thx for the tip 2013-10-12T11:30:09 < NooM> rethink 2013-10-12T11:32:59 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-12T11:33:05 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-12T11:36:18 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-12T11:36:35 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-12T11:38:50 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-12T11:43:31 -!- Count_Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )] 2013-10-12T11:49:32 -!- NooM [~IceChat77@213-240-67-87.adsl.highway.telekom.at] has quit [Quit: Now if you will excuse me, I have a giant ball of oil to throw out my window] 2013-10-12T11:59:29 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-12T12:06:10 -!- DanteA [~X@host-104-157-66-217.spbmts.ru] has quit [Ping timeout: 246 seconds] 2013-10-12T12:14:22 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-12T12:14:25 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-12T12:20:21 < jpa-> Steffan-: now they are here for the eternal benefit of mankind http://essentialscrap.com/tips/stm32prices/ 2013-10-12T12:22:38 <+Steffan-> Yeah. You know.. i now dedicate this dash in my name to you jpa- :D 2013-10-12T12:22:46 < zyp> looks like F3 is pretty decently priced 2013-10-12T12:23:38 <+Steffan-> oh.. really. Just a CSV download. LOL 2013-10-12T12:25:06 < dongs> must be opensource colors 2013-10-12T12:25:07 < dongs> im blind. 2013-10-12T12:25:38 < jpa-> no no, i selected them myself, i'm almost an artist! 2013-10-12T12:26:05 <+Steffan-> It's generated by open source tools. So you don't need this dongs. 2013-10-12T12:29:01 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-12T12:36:45 <@Tectu> baird? 2013-10-12T12:36:48 <@Tectu> meh :/ 2013-10-12T12:40:17 < dongs> deader than *BSD and ChibiOS combined 2013-10-12T12:47:49 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 246 seconds] 2013-10-12T13:21:32 < dongs> http://www.fukusima.co.jp/character/index.html 2013-10-12T13:23:35 < jpa-> "fuckup".. a fitting name for their corporate character 2013-10-12T13:24:04 < dongs> see, i knew pasting it into this channel would tell me what was so funny about it 2013-10-12T13:24:08 < dongs> i coudlnt get it 2013-10-12T13:25:49 < jpa-> is that the fukushima nuclear plant or some totally different fukushima thing.. looks way too cute website for a nuclear plant :D 2013-10-12T13:26:30 < jpa-> .. and seems to sell fridges anyway :) 2013-10-12T13:29:03 < dongs> yeah seem something useless. 2013-10-12T13:39:40 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-12T13:59:11 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-12T14:04:10 -!- Laurenceb__ [~Laurence@host86-177-210-218.range86-177.btcentralplus.com] has joined ##stm32 2013-10-12T14:15:18 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has joined ##stm32 2013-10-12T14:48:50 -!- PT_Dreamer [~quassel@a95-93-151-119.cpe.netcabo.pt] has joined ##stm32 2013-10-12T15:00:38 -!- PT_Dreamer [~quassel@a95-93-151-119.cpe.netcabo.pt] has quit [Ping timeout: 240 seconds] 2013-10-12T15:04:06 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-12T15:15:17 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has joined ##stm32 2013-10-12T15:19:06 -!- R2COM1 [~blackops@c-98-230-217-221.hsd1.nm.comcast.net] has quit [Read error: Connection reset by peer] 2013-10-12T15:23:39 < jpa-> Laurenceb: i found a peer support group for you https://pay.reddit.com/r/AskReddit/comments/1o9ooo/virgins_that_are_40_years_old_or_older_what_is/ 2013-10-12T15:25:30 < karlp> pay.reddit? 2013-10-12T15:25:32 < zyp> pay.reddit.com? 2013-10-12T15:25:33 < zyp> heh 2013-10-12T15:26:28 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-235-152.clienti.tiscali.it] has quit [Ping timeout: 240 seconds] 2013-10-12T15:27:26 < jpa-> hmm, what is pay.reddit.com anyway? :) 2013-10-12T15:32:47 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-12T15:32:49 < Robint91> hi all 2013-10-12T15:40:11 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 272 seconds] 2013-10-12T15:41:08 < zyp> hi one 2013-10-12T15:41:19 -!- barthess [~barthess@185.6.24.5] has quit [Quit: Leaving.] 2013-10-12T15:41:29 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-12T15:44:05 <+Steffan-> Lo 2013-10-12T15:52:34 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has joined ##stm32 2013-10-12T15:53:08 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 240 seconds] 2013-10-12T16:11:39 -!- PT_Dreamer [~quassel@bl12-214-120.dsl.telepac.pt] has joined ##stm32 2013-10-12T16:25:01 < Robint91> http://www.youtube.com/watch?v=XAnln0sGYSg 2013-10-12T16:33:01 -!- PT_Dreamer [~quassel@bl12-214-120.dsl.telepac.pt] has quit [Ping timeout: 272 seconds] 2013-10-12T17:21:14 -!- DanteA [~X@host-47-158-66-217.spbmts.ru] has joined ##stm32 2013-10-12T17:27:13 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-12T17:29:57 -!- Activate_for_mor [~mirggi@host-73-159-66-217.spbmts.ru] has joined ##stm32 2013-10-12T17:34:13 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-12T17:41:02 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-12T17:47:26 -!- DanteA [~X@host-47-158-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-12T17:49:44 -!- DanteA [~X@host-47-158-66-217.spbmts.ru] has joined ##stm32 2013-10-12T17:53:06 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has joined ##stm32 2013-10-12T17:53:07 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-12T17:56:52 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-12T18:22:42 -!- Activate_for_mor [~mirggi@host-73-159-66-217.spbmts.ru] has quit [] 2013-10-12T18:23:14 -!- Activate_for_mor [~mirggi@host-73-159-66-217.spbmts.ru] has joined ##stm32 2013-10-12T18:24:08 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-12T18:24:15 -!- DanteA [~X@host-47-158-66-217.spbmts.ru] has quit [Quit: Honour I have.] 2013-10-12T18:24:36 -!- DanteA [~X@host-47-158-66-217.spbmts.ru] has joined ##stm32 2013-10-12T18:37:44 -!- Xata [~Xata@195.182.194.123] has joined ##stm32 2013-10-12T18:37:47 < Xata> Hello 2013-10-12T18:38:07 <+Steffan-> lo 2013-10-12T18:39:33 < Xata> What is a difference between TIM_ICInitTypeDef, TIM_OCInitTypeDef and TIM_BDTRInitTypeDef? I suppose they are implied for timers with different abilities, but which is for which? 2013-10-12T18:40:08 < karlp> input capture, output compare, not sure about the third 2013-10-12T18:40:36 < Xata> Also st-microelectronics site is unaccessable for me, donno why - looks like routing or server trouble 2013-10-12T18:40:48 < jpa-> bdtr = dead time IIRC 2013-10-12T18:41:04 < jpa-> basically they are all different modes to use the timer 2013-10-12T18:41:11 < karlp> st website doesnt' seem to be a very high priority for st :) 2013-10-12T18:41:26 < jpa-> having things work is not a high priority for st :) 2013-10-12T18:41:38 < karlp> aww, that's harsh :) 2013-10-12T18:41:42 < karlp> they have an irc channel ;) 2013-10-12T18:41:46 < jpa-> :) 2013-10-12T18:45:44 < Xata> karlp: uhuh. thanks. 2013-10-12T18:46:25 < Xata> jpa-: i don't even~ dead time - strange. Anyway i was as close as far. thanks. 2013-10-12T18:48:09 -!- Activate_for_mor [~mirggi@host-73-159-66-217.spbmts.ru] has quit [Ping timeout: 252 seconds] 2013-10-12T18:48:13 < Xata> Another question just of experience, that i lack - what is the ideal frequency for DMA memory to DAC copy? The fastest, but without copying data before it was converted. 2013-10-12T18:49:23 < jpa-> Xata: the datasheet gives maximum sample rate for DAC (usually like 1MSps) 2013-10-12T18:50:39 < Xata> I have so much questions to ask. Like - if i have TIMx->PSC=19 and TIMx->ARR=49, will i have 8000hz timer? Quartz on dev board is 8mhz 2013-10-12T18:51:09 < jpa-> the quartz goes to a frequency multiplier (PLL) before it is used as the main frequency 2013-10-12T18:51:20 < jpa-> so the frequency depends on your RCC configuration 2013-10-12T18:51:50 < Xata> RCC can have multipliers? woah 2013-10-12T18:51:58 < Xata> rad 2013-10-12T18:51:59 < jpa-> but yeah, if your clock frequency for the timer is 8MHz, then that gives a 8000Hz timer freq 2013-10-12T18:52:35 < Xata> jpa-: nice, and i thought - why my 440hz sine sounds like 220 2013-10-12T18:53:22 < Xata> thanks, got to make all this real and filled up with datasheet 2013-10-12T18:53:49 < emeb_mac> uh-oh. another person doing audio 2013-10-12T18:54:30 < Xata> emeb_mac: but i synthesize it, no tables. just slow, and cycle-hungry double math 2013-10-12T18:54:40 < Xata> that's why 8khz sample rate 2013-10-12T18:55:05 < emeb_mac> whatever floats yer boat. 2013-10-12T18:55:10 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has quit [Read error: Connection reset by peer] 2013-10-12T18:55:10 < Xata> on the other hand - pesize samples and smooth cycle-to-cycle translation 2013-10-12T18:55:18 < jpa-> Xata: the clock tree in the reference manual is very useful 2013-10-12T18:55:21 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has joined ##stm32 2013-10-12T18:55:43 < emeb_mac> but one is forced to wonder why use doubles for something that's going to a 12-bit DAC 2013-10-12T18:55:59 < Xata> 8bit is enough 2013-10-12T18:56:29 < Xata> but maybe floats when it will be on optimisation phase 2013-10-12T18:56:54 < emeb_mac> use an M4F and single floats are "free" 2013-10-12T18:57:17 * emeb_mac does audio dsp w/ M4F single floats 2013-10-12T18:58:18 < Xata> emeb_mac: i have only cheap f103vet6 dev board, and no monies in reasonable future for something else. so lets call it proof of concept 2013-10-12T18:59:43 < Xata> hardware is weak, but knowledge is priceless 2013-10-12T18:59:55 < emeb_mac> Xata: got $11? http://www.digikey.com/product-search/en?x=-988&y=-74&lang=en&site=us&KeyWords=497-13192-ND 2013-10-12T19:02:03 < dongs> https://github.com/Crashpilot1000/SGTodaysSnapshot2/blob/master/src/drv_i2c_lcd.c#L431 wow, just wow 2013-10-12T19:03:08 < jpa-> libc is for wimps 2013-10-12T19:03:32 < emeb_mac> that's called "Pro"-gramming 2013-10-12T19:03:33 < dongs> ya sprintf() with formatting is 2 hard 2013-10-12T19:03:42 < dongs> more like Bro-gramming 2013-10-12T19:03:50 < emeb_mac> dude! 2013-10-12T19:04:23 < jpa-> maybe he has some crappy closed-sores sprintf() that doesn't support leading zeros 2013-10-12T19:04:26 < Robint91> I want to personally kill that guy 2013-10-12T19:04:41 < dongs> jpa-: yea, avr-libc 2013-10-12T19:04:42 < jpa-> hmm no, tinyprintf 2013-10-12T19:04:50 < qyx_> ou 2013-10-12T19:04:52 < dongs> (no idea if it doesnt support sprintf with leading zeros. that'd be ridiculous if it didn't 2013-10-12T19:04:54 < qyx_> see hovnokod.cz 2013-10-12T19:05:04 < jpa-> hmm he has tinyprintf there but does not use it :D 2013-10-12T19:05:06 < qyx_> it will fit there exactly 2013-10-12T19:05:16 < jpa-> pretty much anything supports leading zeros, though 2013-10-12T19:05:37 < Robint91> I dunno about trailing zeros? 2013-10-12T19:05:44 < Robint91> is that also configuraable? 2013-10-12T19:06:11 < dongs> .. trailing zeros? 2013-10-12T19:06:19 < dongs> those you know.. change value 2013-10-12T19:06:26 < jpa-> well he is converting an integer to decimal by just slamming a decimal point in the middle 2013-10-12T19:06:46 < dongs> i'm sure same can be achieved by just / 100000 and then %02d'ing the parts 2013-10-12T19:06:48 < dongs> or %08d or whatever. 2013-10-12T19:07:04 < jpa-> could just use %03d.%08d 2013-10-12T19:07:06 < dongs> instead of like 20 fucking multiplications/divisions 2013-10-12T19:07:08 < dongs> yeah. 2013-10-12T19:07:11 < jpa-> yeah 2013-10-12T19:07:47 < dongs> that whole file is just incredibly full of fail 2013-10-12T19:07:52 < dongs> including those digitXXXX() functions. 2013-10-12T19:07:58 < jpa-> also.. yeah 2013-10-12T19:08:24 < jpa-> if he had made digit(x, 10) etc., even the division stuff could look remotely sane 2013-10-12T19:08:50 < jpa-> or even digit(x, 2) so that you wouldn't need to say 1000000000 2013-10-12T19:09:30 < dongs> need to stab hard. 2013-10-12T19:13:08 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-12T19:13:43 < dongs> emeb couldnt handle it and ragequit 2013-10-12T19:13:48 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-12T19:13:48 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has joined ##stm32 2013-10-12T19:13:55 -!- BrainDamage1 is now known as BrainDamage 2013-10-12T19:18:56 -!- Activate_for_mor [~mirggi@host-90-158-66-217.spbmts.ru] has joined ##stm32 2013-10-12T19:30:30 -!- Activate_for_mor [~mirggi@host-90-158-66-217.spbmts.ru] has quit [Ping timeout: 252 seconds] 2013-10-12T19:38:57 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has joined ##stm32 2013-10-12T19:39:04 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-12T19:39:13 -!- Activate_for_mor [~mirggi@host-54-152-66-217.spbmts.ru] has joined ##stm32 2013-10-12T19:40:31 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-12T19:40:32 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-12T19:40:32 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-12T19:42:42 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has quit [Client Quit] 2013-10-12T19:42:46 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has joined ##stm32 2013-10-12T19:54:34 -!- Activate_for_mor [~mirggi@host-54-152-66-217.spbmts.ru] has quit [Ping timeout: 265 seconds] 2013-10-12T20:05:34 -!- Activate_for_mor [~mirggi@host-54-152-66-217.spbmts.ru] has joined ##stm32 2013-10-12T20:10:35 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-12T20:10:46 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has joined ##stm32 2013-10-12T20:12:56 -!- Activate_for_mor [~mirggi@host-54-152-66-217.spbmts.ru] has quit [] 2013-10-12T20:13:15 -!- Activate_for_mor [~mirggi@host-54-152-66-217.spbmts.ru] has joined ##stm32 2013-10-12T20:17:16 -!- Activate_for_mor [~mirggi@host-54-152-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-12T20:17:34 -!- DanteA [~X@host-47-158-66-217.spbmts.ru] has quit [Ping timeout: 246 seconds] 2013-10-12T20:18:28 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Ping timeout: 240 seconds] 2013-10-12T20:19:45 -!- CRF_Peter [~Peter@81-237-198-30-no92.tbcn.telia.com] has quit [Ping timeout: 272 seconds] 2013-10-12T20:21:27 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-12T20:21:35 -!- sterna1 [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-12T20:22:11 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has quit [Read error: No route to host] 2013-10-12T20:25:36 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Ping timeout: 245 seconds] 2013-10-12T20:25:43 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-12T20:28:51 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has joined ##stm32 2013-10-12T20:29:31 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-12T20:37:48 -!- DanteA [~X@host-111-158-66-217.spbmts.ru] has joined ##stm32 2013-10-12T21:01:55 -!- DanteA [~X@host-111-158-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-12T21:15:20 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-12T21:27:38 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-12T21:28:47 -!- PT_Dreamer_ [~quassel@a95-93-151-119.cpe.netcabo.pt] has joined ##stm32 2013-10-12T21:32:37 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2013-10-12T21:33:01 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-12T21:33:05 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-12T21:52:29 -!- PT_Dreamer_ [~quassel@a95-93-151-119.cpe.netcabo.pt] has quit [Ping timeout: 240 seconds] 2013-10-12T21:54:48 -!- PT_Dreamer_ [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-12T22:05:34 -!- barthess [~barthess@178.154.40.25] has joined ##stm32 2013-10-12T22:07:18 -!- Activate_for_mor [~mirggi@213.87.134.186] has joined ##stm32 2013-10-12T22:08:36 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-12T22:10:52 -!- barthess1 [~barthess@185.6.24.47] has joined ##stm32 2013-10-12T22:11:50 -!- barthess [~barthess@178.154.40.25] has quit [Ping timeout: 265 seconds] 2013-10-12T22:38:08 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-12T22:39:05 -!- Activate_for_mor [~mirggi@213.87.134.186] has quit [Ping timeout: 272 seconds] 2013-10-12T22:40:29 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-12T22:44:38 -!- barthess1 [~barthess@185.6.24.47] has quit [Ping timeout: 264 seconds] 2013-10-12T22:53:40 -!- johntramp [~john@125-237-7-66.jetstream.xtra.co.nz] has joined ##stm32 2013-10-12T22:54:48 -!- johntramp_ [~john@125-237-7-66.jetstream.xtra.co.nz] has quit [Ping timeout: 240 seconds] 2013-10-12T23:01:21 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has joined ##stm32 2013-10-12T23:06:12 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-12T23:06:30 -!- DanteA [~X@host-11-152-66-217.spbmts.ru] has joined ##stm32 2013-10-12T23:10:50 -!- DanteA [~X@host-11-152-66-217.spbmts.ru] has quit [Ping timeout: 246 seconds] 2013-10-12T23:13:43 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 260 seconds] 2013-10-12T23:22:59 -!- Activate_for_mor [~mirggi@213.87.134.122] has joined ##stm32 2013-10-12T23:28:45 -!- Activate_for_mor [~mirggi@213.87.134.122] has quit [] 2013-10-12T23:29:06 -!- Activate_for_mor [~mirggi@213.87.134.122] has joined ##stm32 2013-10-12T23:30:23 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-12T23:33:26 -!- Activate_for_mor [~mirggi@213.87.134.122] has quit [Ping timeout: 240 seconds] 2013-10-12T23:37:09 -!- Activate_for_mor [~mirggi@213.87.134.122] has joined ##stm32 2013-10-12T23:37:19 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-12T23:37:41 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has joined ##stm32 2013-10-12T23:41:37 -!- Activate_for_mor [~mirggi@213.87.134.122] has quit [Ping timeout: 246 seconds] 2013-10-12T23:45:18 -!- Activate_for_mor [~mirggi@213.87.134.58] has joined ##stm32 2013-10-12T23:45:56 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-12T23:49:07 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-12T23:51:06 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-12T23:53:11 -!- Activate_for_mor [~mirggi@213.87.134.58] has quit [Ping timeout: 272 seconds] 2013-10-12T23:54:12 < emeb_mac> where have all the trolls gone? 2013-10-12T23:55:56 -!- Activate_for_mor [~mirggi@213.87.134.58] has joined ##stm32 --- Day changed Sun Oct 13 2013 2013-10-13T00:01:40 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-13T00:07:10 -!- Activate_for_mor [~mirggi@213.87.134.58] has quit [Ping timeout: 246 seconds] 2013-10-13T00:11:41 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-13T00:15:49 -!- DanteA [~X@host-11-152-66-217.spbmts.ru] has joined ##stm32 2013-10-13T00:16:53 -!- Xata [~Xata@195.182.194.123] has quit [Quit: now all] 2013-10-13T00:23:09 -!- PT_Dreamer_ [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Read error: Operation timed out] 2013-10-13T00:24:07 -!- PT_Dreamer [~quassel@bl12-214-120.dsl.telepac.pt] has joined ##stm32 2013-10-13T00:30:52 <+Steffan-> You don't like silence mr emeb_mac? 2013-10-13T00:34:36 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Quit: Ik ga weg] 2013-10-13T00:42:15 < emeb_mac> silence is fine 2013-10-13T00:51:03 < Laurenceb__> http://www.b3tards.com/u/dceb14b0c0ee9d13b69a/reverse-hitler.jpg 2013-10-13T00:53:39 <+Steffan-> i wonder who wasted time on that.. 2013-10-13T01:06:00 < qyx_> i am just reading errata sheet for spirit1 sub-1ghz trasnceiver from st 2013-10-13T01:06:01 < Laurenceb__> http://www.b3tards.com/u/a609ede35986cfd048a1/reverse-temple-of-doom.jpg 2013-10-13T01:06:05 < qyx_> it's bad.. 2013-10-13T01:25:36 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-13T01:29:32 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-13T01:29:32 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-13T01:29:32 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-13T01:32:58 < Posterdati> hi 2013-10-13T01:38:27 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 252 seconds] 2013-10-13T01:53:26 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-13T02:03:10 < Thorn> I love this electronics shit 2013-10-13T02:03:16 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-13T02:03:17 < Thorn> Washed a board in isopropyl alcohol (and dried), board went apeshit. testing. square wave on a button input. testing. 10KOhms between signals that never meet anywhere. more isopropyl alcohol. seems to work. wtf 2013-10-13T02:07:01 < qyx_> ipa can do miracles 2013-10-13T02:07:08 < gxti> maybe i can't have usb after all, can't get 48mhz usb clock from 26mhz tcxo let alone the other weirdshit tcxo values out there 2013-10-13T02:07:24 < qyx_> last time i accidentally dissolved lcd backlight in it 2013-10-13T02:07:32 < qyx_> *part of it 2013-10-13T02:08:17 < qyx_> wait what, you are my saviour maybe 2013-10-13T02:08:26 < gxti> not sure if it's worth plopping down a ft230x so i can at least have serial 2013-10-13T02:08:34 < gxti> or just use usb jack for power 2013-10-13T02:08:42 < qyx_> gxti: which tcxo do you have? i want 26mhz for that spirit1 thing 2013-10-13T02:09:13 < gxti> my tcxo spec for this board is "whatever is cheap and in stock at digikey", the part i originally bought already went end-of-life 2013-10-13T02:09:19 < qyx_> i assume it is from dk :S 2013-10-13T02:09:21 < qyx_> ah 2013-10-13T02:10:00 < gxti> when i rewrote everything on top of coos i made the clock switching all in software (not c macros) so it can even autodetect or switch clocks at runtime 2013-10-13T02:10:50 < gxti> it looks like there's still quite a bit of 26mhz in stock, just not as super cheap as the ones i originally got. 2013-10-13T02:11:01 < qyx_> has your ethernet rtt improved? 2013-10-13T02:11:25 < gxti> 20980 packets transmitted, 20980 received, 0% packet loss, time 3000ms 2013-10-13T02:11:25 < gxti> rtt min/avg/max/mdev = 0.114/0.125/10.127/0.096 ms, pipe 2, ipg/ewma 0.143/0.124 ms 2013-10-13T02:11:45 < gxti> magical. 2013-10-13T02:11:58 < qyx_> using switch or direct connection? 2013-10-13T02:12:04 < gxti> one gigabit switch 2013-10-13T02:12:33 < qyx_> meh 2013-10-13T02:12:34 < gxti> the problems i was having before were because some chibios debug crap was on that i forgot about, made thread switching awful slow 2013-10-13T02:13:01 < qyx_> i still have around 0.28ms 2013-10-13T02:13:35 < qyx_> on two different boards 2013-10-13T02:14:58 < gxti> got plenty of room on board for a ft230x, i'll just plop down a footprint and decide later whether to populate it 2013-10-13T02:16:40 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Ping timeout: 246 seconds] 2013-10-13T02:28:41 < Thorn> >by the way, if you want to check how clean your board really is, use a UV light in a dark room. Flux (at least my standard rosin-based type) will fluoresce green under UV. 2013-10-13T02:28:47 < Thorn> gotta test 2013-10-13T02:33:07 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-13T02:48:08 -!- Laurenceb__ [~Laurence@host86-177-210-218.range86-177.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-13T03:09:51 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-13T03:14:49 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-13T03:33:19 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-13T03:54:35 -!- NooM [~IceChat77@213-240-64-117.adsl.highway.telekom.at] has joined ##stm32 2013-10-13T03:54:41 < NooM> hello 2013-10-13T03:55:45 < emeb> hi 2013-10-13T03:58:12 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-13T04:06:14 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-13T04:11:07 < NooM> iam wondering, maybe someone knows, does for the stm32 exist a way to easy read the free sram space with the programm itself? stuff like that: http://pastebin.com/tZSKhsCX (that for avr's tho) 2013-10-13T04:12:56 < talsit> you want to know how much sram you have free? 2013-10-13T04:13:07 < NooM> yes at runtime 2013-10-13T04:13:11 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-13T04:13:21 < NooM> (cos iam using new/delete) 2013-10-13T04:13:21 < talsit> that would depend on how you're using your sram 2013-10-13T04:13:41 < talsit> using any RTOS? 2013-10-13T04:13:45 < NooM> nope 2013-10-13T04:14:27 < talsit> i dunno if there are any specific ways, and there may be better ways 2013-10-13T04:14:49 < talsit> is to overload new() new[](), delete() & delete[]() and to keep track yourself 2013-10-13T04:14:54 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-13T04:15:01 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has joined ##stm32 2013-10-13T04:15:06 < NooM> mhm 2013-10-13T04:15:07 -!- BrainDamage1 is now known as BrainDamage 2013-10-13T04:15:17 < talsit> that's incredibly easy to do 2013-10-13T04:15:24 < NooM> ya true 2013-10-13T04:15:33 < talsit> and it will give you complete control 2013-10-13T04:15:36 < NooM> but than iam still missing the static stuff 2013-10-13T04:15:39 < talsit> in everyone of your projects 2013-10-13T04:16:12 < talsit> static stuff you can check from the map/arm-none-eabi-size 2013-10-13T04:16:30 < talsit> arm-none-eabi-size -t 2013-10-13T04:16:42 < talsit> will give you .text .bss .data 2013-10-13T04:16:52 < talsit> you add that to your new's count 2013-10-13T04:17:15 < NooM> ok thx, gonna have a look at that 2013-10-13T04:17:19 < qyx_> NooM: check _sbrk_r in newlib 2013-10-13T04:17:24 < qyx_> http://www.billgatliff.com/newlib.html 2013-10-13T04:17:31 < qyx_> probably that's what you want 2013-10-13T04:17:34 < NooM> ok 2013-10-13T04:17:39 < talsit> or... ignore me and do what qyx_ recommends, he knows 2013-10-13T04:17:44 < NooM> :D 2013-10-13T04:17:45 < qyx_> talsit: pls 2013-10-13T04:17:45 < qyx_> :) 2013-10-13T04:18:07 < qyx_> i never did that, i tend to use chibios which has its own api for determining mem usage 2013-10-13T04:18:24 < talsit> i come from a games dev background, so my ways are suited to that 2013-10-13T04:18:34 < NooM> hehe 2013-10-13T04:18:41 < talsit> embedded stuff is still new to me, and i rely heavily on you guys to teach me 2013-10-13T04:18:45 < NooM> i did lots of avr stuff, so iam fine without an os 2013-10-13T04:19:24 < NooM> right now iam porting stuff i liked the most from arduino libs to stm32f4 :D 2013-10-13T04:19:28 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 240 seconds] 2013-10-13T04:21:53 < talsit> qyx_: have you made stuff with internal lipo's? 2013-10-13T04:22:41 < qyx_> internal lipos? 2013-10-13T04:22:56 < talsit> internal to your product, inside its box 2013-10-13T04:23:20 < NooM> hmm, id use protected li-ions 2013-10-13T04:23:51 < talsit> my current problem would also be with that 2013-10-13T04:24:03 < talsit> i'm trying to find a charge/monitor chip that doesn't suck 2013-10-13T04:24:16 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-13T04:24:21 < NooM> mom i can lookl up what i used 2013-10-13T04:24:29 < talsit> one that doesn't let you overdischarge the lipo 2013-10-13T04:24:35 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-13T04:24:45 < NooM> well ok it cant do that 2013-10-13T04:24:55 < qyx_> talsit: try max1555 for example 2013-10-13T04:24:59 < talsit> and if you do have a semi-dead one, won't lock you out until the battery charge rises to usable levels 2013-10-13T04:25:18 < qyx_> or some similar maxim part... i forget exact partno 2013-10-13T04:25:29 < NooM> http://at.mouser.com/Search/ProductDetail.aspx?R=MAX1811ESA+virtualkey66880000virtualkey700-MAX1811ESA 2013-10-13T04:25:32 < NooM> i used this one 2013-10-13T04:25:39 < qyx_> yep, max1811 it was :) 2013-10-13T04:25:42 < NooM> and for discharge, i monitored in software 2013-10-13T04:25:53 < NooM> but with a protected liion you dont have to 2013-10-13T04:26:09 < NooM> they have a small pcb/chip on it that cares about discharge and overcharge 2013-10-13T04:27:03 < NooM> i wanted to charge via solar, but my solar panel is such a crap :D 2013-10-13T04:27:04 < talsit> yep, but if it does go into that overdischarge protection mode, it locks out the lipo until it reaches safe voltages again 2013-10-13T04:27:16 < NooM> if not directly placed to the sun it outputs way too less 2013-10-13T04:27:28 < talsit> i found that, in that case, most lipo/liion chargers will lock you out 2013-10-13T04:27:47 < qyx_> define "lock you out" 2013-10-13T04:27:49 < NooM> i dont know what lockout means in that case 2013-10-13T04:27:52 < qyx_> you still can discharge 2013-10-13T04:27:52 < NooM> haha :D 2013-10-13T04:28:14 < talsit> ok, example: 2013-10-13T04:28:23 < talsit> i'm looking at the TI bq25050 2013-10-13T04:28:28 < NooM> its a simple iC (the max) ... you read the voltage of the li with an analog pin or so 2013-10-13T04:28:30 < talsit> in the datasheet it says: "The LDO output is used to power circuitry such as USB transceivers in dead battery conditions. This 2013-10-13T04:28:30 < talsit> allows the user to operate the product immediately after plugging the adapter in, instead of waiting for the battery 2013-10-13T04:28:30 < talsit> to charge to useable levels." 2013-10-13T04:28:30 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-254-67.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-13T04:28:31 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-13T04:28:43 < NooM> and if it reaches like 3.2v .. you turn on the chip to charge 2013-10-13T04:28:45 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Client Quit] 2013-10-13T04:28:57 < NooM> if it hits 4.2 .. turn charger on and wait till its at 3.2 again 2013-10-13T04:29:18 < talsit> i want to power my device either from battery or external power 2013-10-13T04:29:26 < talsit> and if from external power, to charge the battery 2013-10-13T04:29:40 < qyx_> i can't see any problem 2013-10-13T04:29:48 < qyx_> use reference design from datasheet 2013-10-13T04:29:57 < talsit> if someone leaves my device on, while unplugged, it will draw from the battery until overdischarge 2013-10-13T04:29:59 < NooM> use a diode to protect from damaging 2013-10-13T04:30:04 < NooM> on the positive lines 2013-10-13T04:30:14 < NooM> i mean, theres better option tho, but that will do it 2013-10-13T04:30:21 < talsit> in overdischarge, the lipo will lockout 2013-10-13T04:30:34 < qyx_> no, it will be simply discharged 2013-10-13T04:30:43 < NooM> and than be dead 2013-10-13T04:30:45 < NooM> :D 2013-10-13T04:30:48 < qyx_> bt yes, your device won't have enough voltage to operate 2013-10-13T04:31:15 < NooM> qyx_ the ones with protection on it will turn off 2013-10-13T04:31:22 < NooM> and thats good 2013-10-13T04:31:29 < NooM> otherway youd damage it 2013-10-13T04:31:37 < qyx_> you can use some mosfet magic to switch between external psu and battery 2013-10-13T04:31:42 < talsit> yeah, if it hits that lower discharge threshold, it will lockout 2013-10-13T04:31:49 < qyx_> or dedicated power-oring controllers (ideal diode controller) 2013-10-13T04:31:52 < talsit> until you charge it again 2013-10-13T04:31:55 < qyx_> or charger with aux power input 2013-10-13T04:32:11 < NooM> talsit and thats a good feature, saves you from fire 2013-10-13T04:32:18 < talsit> NooM: i agree 2013-10-13T04:32:27 < qyx_> to be able to use the device with external power supplied when the battery is discharged 2013-10-13T04:32:41 < talsit> now, my problem is that the charge chip (bq25050) will not supply voltage to my device until the battery leaves lockout 2013-10-13T04:33:20 < NooM> get a different charger :D 2013-10-13T04:33:27 < NooM> that max one is good :D 2013-10-13T04:33:51 < talsit> the 1811? 2013-10-13T04:33:57 < talsit> i'll read up on it 2013-10-13T04:33:58 < NooM> ya 2013-10-13T04:34:01 < NooM> and very simple 2013-10-13T04:34:09 < NooM> that why ive choosen it 2013-10-13T04:34:10 < talsit> but that "feautre" seems to be a recurring theme 2013-10-13T04:34:27 < NooM> hmm 2013-10-13T04:35:09 < qyx_> talsit: your charger supports this feature 2013-10-13T04:35:28 < qyx_> The low-battery system startup circuitry maintains 2013-10-13T04:35:28 < qyx_> OUT greater than 3.4V whenever an input source is 2013-10-13T04:35:28 < qyx_> connected. This allows the system to start-up and run 2013-10-13T04:35:28 < qyx_> whenever an input source is connected regardless of 2013-10-13T04:35:28 < qyx_> the battery voltage. 2013-10-13T04:35:31 < qyx_> hop 2013-10-13T04:35:57 < talsit> qyx_: yep, but then, further down: This 2013-10-13T04:35:57 < talsit> allows the user to operate the product immediately after plugging the adapter in, instead of waiting for the battery 2013-10-13T04:35:57 < talsit> to charge to useable levels. 2013-10-13T04:36:13 < talsit> so, i dunno what to think 2013-10-13T04:36:23 < qyx_> but this is what you want, isn't it? 2013-10-13T04:36:41 < NooM> while charging you use the charger as power supply too 2013-10-13T04:36:48 < talsit> qyx_: wait, sorry, that's referring to the 50mA LDO 2013-10-13T04:36:53 < talsit> *just* that part 2013-10-13T04:36:54 < NooM> load connected in parellel with the battery 2013-10-13T04:37:07 < talsit> p17 2013-10-13T04:37:17 < NooM> if you look the max datasheet page 6 2013-10-13T04:37:20 < talsit> under the section for the 50mA LDO 2013-10-13T04:37:42 < qyx_> talsit: ldo is completely unrelated part 2013-10-13T04:37:42 < NooM> or even on the first page 2013-10-13T04:38:36 < talsit> qyx_: it's an different section of the chip, but its wording worries me to the point of confusion 2013-10-13T04:39:10 < talsit> NooM: that 1811 part 2013-10-13T04:39:17 < dongs> dead chats 2013-10-13T04:39:19 < talsit> it says it soft-starts a battery 2013-10-13T04:39:32 < talsit> when near-dead 2013-10-13T04:39:34 < NooM> ya 2013-10-13T04:39:46 < talsit> does it do it in CC or CV mode? 2013-10-13T04:39:53 < NooM> i have no idea :D 2013-10-13T04:40:12 < NooM> i just hooked it up like the schematics on the first page and it worked :D 2013-10-13T04:40:45 < qyx_> talsit: no, ldo is different thing, theres a p-mosfet which allows you to disconnect battery from the load if its voltage is too low, it is described somewhere around page 13 in charging control 2013-10-13T04:42:00 < qyx_> also see Figure 22. Typical Charging Cycle with External Power Path Control Enabled 2013-10-13T04:42:40 < qyx_> system voltage (with load connected) will always be higher than 3.5V and <= ~4.3V 2013-10-13T04:43:14 < talsit> that's what i thought 2013-10-13T04:44:49 < talsit> time to order some samples and test this thing then 2013-10-13T04:47:29 < talsit> last year, i tried using the lipo rider pro for something similar to this, and when the battery was in undervoltage lockout the lipo rider would refused to supply anything 2013-10-13T04:48:25 < talsit> even while connected to a proper supply - i had to wait for the battery to charge up 2013-10-13T05:09:07 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-13T05:17:33 < NooM> wohoo finished my nokia5110 lcd driver :D 2013-10-13T05:19:50 < qyx_> any recommended cheap gps module for 1.8V? 2013-10-13T05:20:26 < talsit> a few ublox do operate at 1.8V 2013-10-13T05:22:03 < NooM> http://pastebin.com/dz06QH0F 2013-10-13T05:22:03 < NooM> :D 2013-10-13T05:22:52 < talsit> qyx_: oh, you said "cheap" 2013-10-13T05:23:12 < NooM> you can use a normal cheap one and use a level shifter 2013-10-13T05:23:13 < NooM> :D 2013-10-13T05:25:05 < talsit> qyx_: neo-7m, max-7q, max-7w 2013-10-13T05:25:18 < talsit> err... the max, it's the max-7c 2013-10-13T05:27:04 < qyx_> i also found some quectel ones 2013-10-13T05:27:17 < qyx_> L30, L50 2013-10-13T05:27:21 < qyx_> sirf IV based 2013-10-13T05:32:51 < dongs> qyx_: ublox neo6m is ~10/ 2013-10-13T05:33:17 < dongs> duno what your definition of cheap 2013-10-13T05:33:32 < dongs> like talsit-class cheap, then maybe you wanna tear down some old nokia and hookup to its GPS using arduino uno 2013-10-13T05:34:00 < NooM> :D 2013-10-13T05:35:43 < dongs> talsit: im liking jar paste so far. cleanup isnt as bad as I thought, and i bought some plastic spatula shit that I use to stick most of it back into the jar after application. 2013-10-13T05:36:14 < talsit> i'm very happy with it 2013-10-13T05:36:29 < talsit> i keep a syringe of it near my station that i top up every now and again 2013-10-13T05:36:42 < talsit> i don't do a lot of reflow, so that suits me 2013-10-13T05:36:52 < talsit> and the results of it are pretty good 2013-10-13T05:37:00 < talsit> is it different to what you had before? 2013-10-13T05:37:55 < dongs> no. just jar vs tube 2013-10-13T05:38:39 < talsit> and it's cheaper 2013-10-13T05:47:51 -!- PT_Dreamer [~quassel@bl12-214-120.dsl.telepac.pt] has quit [Ping timeout: 272 seconds] 2013-10-13T05:52:14 < englishman> dongs: link to $10 neo6m? :) 2013-10-13T05:52:47 -!- NooM [~IceChat77@213-240-64-117.adsl.highway.telekom.at] has quit [Quit: IceChat - Keeping PC's cool since 2000] 2013-10-13T05:57:22 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-13T06:14:47 -!- Activate_for_mor [~mirggi@213.87.134.186] has joined ##stm32 2013-10-13T06:27:56 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-13T06:28:08 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-13T06:28:45 -!- Activate_for_mor [~mirggi@213.87.134.186] has quit [Read error: Connection reset by peer] 2013-10-13T06:58:14 < gxti> aliexpress.com 2013-10-13T07:08:43 < dongs> homoexpress 2013-10-13T07:14:51 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-13T07:20:35 -!- sterna1 [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-13T07:31:58 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-13T07:31:58 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-13T07:31:58 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-13T07:36:04 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has quit [Read error: Connection reset by peer] 2013-10-13T07:46:02 -!- TeknoJuce [~TeknoJuce@135.0.85.12] has joined ##stm32 2013-10-13T07:46:02 -!- TeknoJuce [~TeknoJuce@135.0.85.12] has quit [Changing host] 2013-10-13T07:46:02 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has joined ##stm32 2013-10-13T07:55:47 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has quit [Ping timeout: 272 seconds] 2013-10-13T07:57:01 -!- TeknoJuce [~TeknoJuce@135.0.85.12] has joined ##stm32 2013-10-13T07:57:01 -!- TeknoJuce [~TeknoJuce@135.0.85.12] has quit [Changing host] 2013-10-13T07:57:02 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has joined ##stm32 2013-10-13T08:03:28 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-13T08:08:29 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-13T08:35:24 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-13T08:35:51 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-13T09:11:58 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-13T09:12:09 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-13T09:40:53 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-13T09:42:13 -!- DanteA [~X@host-11-152-66-217.spbmts.ru] has quit [Ping timeout: 246 seconds] 2013-10-13T09:45:04 < talsit> is it a bad idea to connect a single tactile button to both BOOT0 & a GPIO? 2013-10-13T09:48:09 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-13T09:48:44 < gxti> no 2013-10-13T09:49:08 < dongs> can't you reuse boot0 as gpio later on 2013-10-13T09:49:11 < dongs> after boot 2013-10-13T09:49:13 < dongs> or is that on F4/F4 only 2013-10-13T09:49:22 < dongs> er f3.f4 2013-10-13T09:49:25 < gxti> on f1 boot0 is not gpio 2013-10-13T09:49:35 < gxti> boot1 is though 2013-10-13T09:49:35 < dongs> it IS somewhere else tho right? 2013-10-13T09:49:43 < dongs> maybe im tihnking boot1 2013-10-13T09:49:48 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-13T09:50:12 < dongs> hm no 2013-10-13T09:50:15 < dongs> its dedicated everywhere. 2013-10-13T09:53:42 < talsit> because it seems kinda silly to dedicate a whole button to something that may only be used 1-3 times during the course of tha product's lif 2013-10-13T09:53:44 < talsit> life 2013-10-13T09:54:21 < gxti> talsit: bmp for example not only connects it to a gpio but uses the gpio to pull it high then reset 2013-10-13T09:54:45 < gxti> which is kind of silly when it could just jump to the address where the bootloader lives, but whatever 2013-10-13T09:54:52 < talsit> with a cap or something? 2013-10-13T09:55:00 < talsit> yeah, i'm thinking of doing that 2013-10-13T09:55:01 < gxti> no cap actually, not sure how it works 2013-10-13T09:55:22 < talsit> strange, i would have thought it wouldn't be reliable enough 2013-10-13T09:55:33 < gxti> me neither, maybe i misread. 2013-10-13T09:55:56 < talsit> by "thinking of doing that" i mean jumping directly to bootloader 2013-10-13T09:56:20 < gxti> i haven't tried it before so i can't promise that it works. 2013-10-13T09:56:37 < talsit> jumping directly to bootloader? 2013-10-13T09:56:40 < talsit> why wouldn't it? 2013-10-13T09:57:03 < gxti> because st hates you and wants you to be angry 2013-10-13T09:57:08 < gxti> i dunno 2013-10-13T09:57:12 < talsit> fair enough 2013-10-13T09:57:13 < gxti> just saying, if it doesn't work don't blame me 2013-10-13T09:57:42 < talsit> i wouldn't do that 2013-10-13T09:58:40 < dongs> gxti: lol wut. 2013-10-13T09:58:42 < gxti> oh, bmp thing wasn't boot0 it was a gpio that the (custom) bootloader uses 2013-10-13T09:58:49 < dongs> gxti: yeah i was gonna say 2013-10-13T09:58:56 < dongs> how you gonna pull boot0 AND reboot and keep it pulled. 2013-10-13T09:59:25 < dongs> well i guess it might work but still, wut. 2013-10-13T10:00:22 < gxti> yeah it's just doing a cpu reset 2013-10-13T10:00:30 < gxti> so gpio keeps state 2013-10-13T10:09:24 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-13T11:20:38 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has joined ##stm32 2013-10-13T11:25:29 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has quit [Ping timeout: 265 seconds] 2013-10-13T11:47:02 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has left ##stm32 [] 2013-10-13T11:50:09 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-13T11:54:05 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-13T11:54:13 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-13T12:00:36 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Ping timeout: 245 seconds] 2013-10-13T12:01:55 -!- barthess [~barthess@185.6.24.70] has joined ##stm32 2013-10-13T12:10:28 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-13T12:11:06 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-13T12:17:41 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 265 seconds] 2013-10-13T12:22:56 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-13T12:30:57 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-13T12:40:14 -!- trepidaciousMBR_ [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-13T12:42:14 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 240 seconds] 2013-10-13T12:42:14 -!- trepidaciousMBR_ is now known as trepidaciousMBR 2013-10-13T13:16:47 -!- mrmcan [~mrcan@unaffiliated/mrcan] has quit [Read error: Connection reset by peer] 2013-10-13T13:27:49 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-13T13:30:40 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 265 seconds] 2013-10-13T13:37:57 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-13T13:42:56 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has joined ##stm32 2013-10-13T14:02:29 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-13T14:06:33 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-13T14:09:26 -!- barthess [~barthess@185.6.24.70] has quit [Ping timeout: 240 seconds] 2013-10-13T14:34:59 -!- barthess [~barthess@185.6.24.25] has joined ##stm32 2013-10-13T14:35:22 -!- barthess [~barthess@185.6.24.25] has quit [Client Quit] 2013-10-13T14:36:30 -!- Viper168_ is now known as Viper168 2013-10-13T14:50:36 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-13T15:05:23 -!- DanteA [~X@host-76-159-66-217.spbmts.ru] has joined ##stm32 2013-10-13T15:05:30 -!- DanteA [~X@host-76-159-66-217.spbmts.ru] has quit [Client Quit] 2013-10-13T15:17:01 -!- DanteA [~X@host-28-158-66-217.spbmts.ru] has joined ##stm32 2013-10-13T15:23:29 -!- Laurenceb__ [~Laurence@host86-177-210-218.range86-177.btcentralplus.com] has joined ##stm32 2013-10-13T15:30:32 < dongs> we're currently experiencing a high decrease in chats 2013-10-13T15:32:03 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-13T15:32:16 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-13T15:35:11 -!- DanteA [~X@host-28-158-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-13T15:41:48 -!- Laurenceb__ [~Laurence@host86-177-210-218.range86-177.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-13T16:12:30 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-13T16:12:36 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Client Quit] 2013-10-13T16:22:02 -!- fbs [fbs@fsf/member/fbs] has joined ##stm32 2013-10-13T16:24:54 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-13T16:32:12 -!- Laurenceb_ [~Laurence@host86-177-210-218.range86-177.btcentralplus.com] has joined ##stm32 2013-10-13T16:49:56 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has joined ##stm32 2013-10-13T16:50:05 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has quit [Client Quit] 2013-10-13T17:01:26 -!- Laurenceb_ [~Laurence@host86-177-210-218.range86-177.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-13T17:17:04 -!- Laurenceb_ [~Laurence@host86-177-210-218.range86-177.btcentralplus.com] has joined ##stm32 2013-10-13T17:57:25 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-13T17:57:28 < Robint91> hi all 2013-10-13T18:05:35 < jpa-> hello 2013-10-13T18:10:31 < englishman> dongs, for rev5 detecting 12mhz xtal, these lines: GPIOC->ODR &= (uint32_t)~(CAN_MCR_RESET); 2013-10-13T18:10:35 < englishman> what are you doing here? 2013-10-13T18:11:03 < englishman> canbus stuff to detect board revision? 2013-10-13T18:11:13 < dongs> englishman: trolling, mostly 2013-10-13T18:11:31 < dongs> englishman: you can't detect HSE mhz on F1. 2013-10-13T18:11:39 < dongs> so dont even try. 2013-10-13T18:13:38 < englishman> ok, but you are doing something there no? as the decision is in the line after 2013-10-13T18:15:18 < englishman> gpioc on qfp48? 2013-10-13T18:19:21 < englishman> so it just runs at 108mhz? 2013-10-13T18:20:14 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-13T18:25:26 < Robint91> englishman, why do you want to detect HSE? 2013-10-13T18:26:08 < englishman> there are 2 revisions of this dongs board, old is 8MHz, new is 12MHz HSE. but the same firmware runs on both, i was checking out how dongs detected it 2013-10-13T18:26:14 -!- MrMobius [~Joey@91.213.233.158] has joined ##stm32 2013-10-13T18:26:51 < Robint91> englishman, linky? 2013-10-13T18:27:00 < Robint91> englishman, euh, use lse? 2013-10-13T18:27:35 < jpa-> hmm.. if you'd run off the 8 MHz HSI, you could have RTC run off HSE/128 and detect the freq, even on F1 2013-10-13T18:27:48 < englishman> https://code.google.com/p/afrodevices/source/browse/trunk/baseflight/lib/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.c#142 2013-10-13T18:28:19 < englishman> chip is stm32f103cbt6 2013-10-13T18:28:27 < englishman> tqfp48 2013-10-13T18:28:35 < englishman> so gpioc isn't on pins 2013-10-13T18:29:57 < dongs> englishman: you're clearly being trolled very badly by this code, which is just what I wanted. 2013-10-13T18:30:05 < englishman> yay. 2013-10-13T18:30:18 < englishman> this is how to learn things. 2013-10-13T18:30:42 < dongs> you don't learn much from IOCCC 2013-10-13T18:30:57 < dongs> < jpa-> hmm.. if you'd run off the 8 MHz HSI, you could have RTC run off HSE/128 and detect the freq, even on F1 2013-10-13T18:31:10 < dongs> jpa-: try it 2013-10-13T18:31:38 < jpa-> dongs: can't bother 2013-10-13T18:31:42 < dongs> pfft :( 2013-10-13T18:31:50 < qyx_> we will prove you are wrong! 2013-10-13T18:31:51 < qyx_> one day! 2013-10-13T18:31:53 < qyx_> maybe 2013-10-13T18:32:02 < talsit> isn't that how the F4 does the USB bootloader? 2013-10-13T18:32:20 < talsit> runs off HSI to detect the HSE frequency, then switches 2013-10-13T18:32:32 < dongs> englishman: anyway, don't try to understand. its not doing what you think its doing. 2013-10-13T18:32:53 < englishman> i figure it's a good chance to get gdb working so i can check out what actually happens 2013-10-13T18:33:20 -!- mrmcan [~mrcan@78.189.212.235] has joined ##stm32 2013-10-13T18:33:21 -!- mrmcan [~mrcan@78.189.212.235] has quit [Changing host] 2013-10-13T18:33:21 -!- mrmcan [~mrcan@unaffiliated/mrcan] has joined ##stm32 2013-10-13T18:33:54 < jpa-> englishman: do the both versions of the board have a 48 pin microcontroller? 2013-10-13T18:33:58 < englishman> yeah 2013-10-13T18:34:05 < jpa-> yeah, then dongs is just trolling 2013-10-13T18:34:09 < englishman> yeah 2013-10-13T18:35:50 < englishman> my best guess is, line 143 evaluates false so it uses pllmull9 and just runs overclocked 2013-10-13T18:36:51 < englishman> hmm i could use a spectrum analyzer to detect which clock freq is actually used 2013-10-13T18:37:19 < jpa-> doesn't it use an usart or anything that you could check? 2013-10-13T18:37:32 < jpa-> or just check DWT cycle count with gdb 2013-10-13T18:37:36 < dongs> its not running overclocked. 2013-10-13T18:37:43 < dongs> englishman: hint, clockspeed is debug[4] in gui 2013-10-13T18:37:52 < dongs> 12072 2013-10-13T18:37:56 < englishman> yeah i have neither working gdb nor swd connectors 2013-10-13T18:37:57 < dongs> or 8072 2013-10-13T18:38:10 < dongs> hse|0|mhz 2013-10-13T18:38:21 < englishman> oh 2013-10-13T18:41:29 < englishman> gui? 2013-10-13T18:42:10 < dongs> mwcgui 2013-10-13T18:42:33 < englishman> also "status" in cli? 2013-10-13T18:43:04 < dongs> sure 2013-10-13T18:43:20 < englishman> aww my rev1 board died in a crash. 2013-10-13T18:43:26 < dongs> but that doesnt show HSE freq. 2013-10-13T18:44:58 -!- ASenR [~qicruser@unaffiliated/asenr] has joined ##stm32 2013-10-13T18:46:00 < englishman> hmm. 2013-10-13T18:46:19 < Robint91> tilt sensor is more expensive as a acc sensor 2013-10-13T18:46:22 < Robint91> wut 2013-10-13T18:47:00 < dongs> because CERDIP and MILSPEC 2013-10-13T18:51:55 < dongs> http://i.imgur.com/cdTDZGi.jpg 2013-10-13T18:51:58 < dongs> retweet 2013-10-13T18:58:48 < emeb_mac> meh - all these new "Arduino + other processor" boards. Furious collision of fail. 2013-10-13T18:59:30 < effractur> the intel board is nice 2013-10-13T18:59:49 < emeb_mac> blech 2013-10-13T19:06:52 < Laurenceb_> lolz 2013-10-13T19:07:11 < Laurenceb_> http://yorik.uncreated.net/guestblog.php?tag=freecad&complete=3 2013-10-13T19:07:17 * Laurenceb_ faps furiously 2013-10-13T19:09:01 < ASenR> hi, i am a newbee of stm32, i want to develop stm32 program on linux, and using pl2303 chip() 2013-10-13T19:09:17 < ASenR> to download program 2013-10-13T19:09:36 < dongs> "developing" on STM32 generally implies having a proper debugger. 2013-10-13T19:09:44 < dongs> you aren't gonna get very far flashing code via bootloader 2013-10-13T19:09:47 < dongs> thats what arduino guys do. 2013-10-13T19:09:54 < ASenR> but, what driver should i install? 2013-10-13T19:10:24 < dongs> for what? I would imagine, PL2303 driver. 2013-10-13T19:10:33 < PaulFertser> ASenR: none, if you want to use serial bootloader. 2013-10-13T19:10:47 < PaulFertser> ASenR: the kernel comes with pl2303 driver already, and it autoloads it. 2013-10-13T19:11:00 < ASenR> dongs, but i can't find pl2302 driver 2013-10-13T19:11:12 < dongs> i missed the part where you said "lunix" 2013-10-13T19:11:16 < dongs> then it is as PaulFertser said. nothing to do. 2013-10-13T19:11:23 < ASenR> PaulFertser, thx 2013-10-13T19:11:32 < PaulFertser> ASenR: get https://gitorious.org/stm32flash to talk to the bootloader 2013-10-13T19:12:29 < ASenR> so, what program can i use to download progam to stm32? 2013-10-13T19:13:18 < englishman> hmm more fun following RCC_CRH 2013-10-13T19:13:25 < englishman> but still can't see where decision is made 2013-10-13T19:13:36 < PaulFertser> ASenR: just told you :) 2013-10-13T19:13:47 < ASenR> PaulFertser, oh i see it 2013-10-13T19:14:55 < ASenR> PaulFertser, i am in china and the internet is slow... as u can see:) 2013-10-13T19:21:31 -!- barthess [~barthess@185.6.24.82] has joined ##stm32 2013-10-13T19:22:59 -!- mrcan_ [~mrcan@unaffiliated/mrcan] has joined ##stm32 2013-10-13T19:24:08 -!- barthess1 [~barthess@185.6.24.82] has joined ##stm32 2013-10-13T19:25:37 -!- barthess1 [~barthess@185.6.24.82] has quit [Client Quit] 2013-10-13T19:26:29 -!- mrmcan [~mrcan@unaffiliated/mrcan] has quit [Ping timeout: 272 seconds] 2013-10-13T19:29:21 -!- barthess [~barthess@185.6.24.82] has quit [Ping timeout: 245 seconds] 2013-10-13T19:37:06 -!- barthess [~barthess@185.6.24.105] has joined ##stm32 2013-10-13T19:39:39 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-13T19:49:12 -!- MrM0bius [~Joey@91.213.233.158] has joined ##stm32 2013-10-13T19:49:29 -!- MrMobius [~Joey@91.213.233.158] has quit [Ping timeout: 246 seconds] 2013-10-13T19:56:38 < Laurenceb_> anyone here used STemWin ? 2013-10-13T19:58:28 < englishman> dongs i think i got it 2013-10-13T19:58:38 < Laurenceb_> seems to have "ChromART" support 2013-10-13T19:58:44 < Laurenceb_> and tons of display drivers 2013-10-13T19:58:49 < Laurenceb_> looks good 2013-10-13T19:59:08 <+Steffan-> vnc server.. lolol 2013-10-13T20:00:33 < englishman> dongs do i get a cookie 2013-10-13T20:01:16 <+Steffan-> You probably have to join him in dreamland for that. 2013-10-13T20:01:49 < Laurenceb_> supports comic sans 2013-10-13T20:02:26 < jpa-> doesn't support unicode 2013-10-13T20:02:36 < Laurenceb_> "STemWin currently supports the BMP, JPEG, GIF and PNG f" 2013-10-13T20:02:39 < Laurenceb_> not bad 2013-10-13T20:02:54 < jpa-> hmm maybe actually supports unicode also 2013-10-13T20:03:10 < jpa-> impossible to debug when it breaks, though 2013-10-13T20:03:27 < Laurenceb_> lol the animated spirtes 2013-10-13T20:03:30 <+Steffan-> At least you have µGFX jpa- :P 2013-10-13T20:03:56 -!- ASenR [~qicruser@unaffiliated/asenr] has quit [Ping timeout: 245 seconds] 2013-10-13T20:03:56 < jpa-> Steffan-: i don't really have it either, crappy license stops me from using it in anything that matters 2013-10-13T20:04:15 <+Steffan-> Love you too. 2013-10-13T20:04:18 < Laurenceb_> heh the rotating windows 2013-10-13T20:04:21 < Laurenceb_> this is silly 2013-10-13T20:04:35 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Read error: No route to host] 2013-10-13T20:04:49 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-13T20:04:49 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-13T20:04:49 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-13T20:04:50 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-13T20:05:36 <+Steffan-> So jpa- would rather use this closed sores one? 2013-10-13T20:05:41 <+Steffan-> or .. any other alternative? 2013-10-13T20:06:13 < jpa-> Steffan-: i prefer to lie in bed all day and cry 2013-10-13T20:06:33 < Laurenceb_> lol 2013-10-13T20:06:39 < Laurenceb_> the VNC is kind of epic 2013-10-13T20:07:01 <+Steffan-> and slow. 2013-10-13T20:07:30 < jpa-> epics are supposed to be long and boring 2013-10-13T20:07:59 < Laurenceb_> well def more features than µGFX 2013-10-13T20:08:00 <+Steffan-> Laurenceb_ didn't read this page good enough http://thebestpageintheuniverse.net/c.cgi?u=epic .. 2013-10-13T20:08:06 < Laurenceb_> but the demos look messy 2013-10-13T20:08:10 < Laurenceb_> haha 2013-10-13T20:09:17 < Laurenceb_> emWin demos look like winxp on drugs 2013-10-13T20:10:43 < Robint91> does anyone goes to make a X driver for ChromART 2013-10-13T20:10:45 < Robint91> ;p 2013-10-13T20:13:16 -!- MrM0bius [~Joey@91.213.233.158] has quit [Ping timeout: 246 seconds] 2013-10-13T20:13:29 -!- MrMobius [~Joey@91.213.233.158] has joined ##stm32 2013-10-13T20:14:07 < Laurenceb_> oh, _thats_ why it all looks so lame 2013-10-13T20:14:17 < Laurenceb_> they used the GUIbuilder tool thingy 2013-10-13T20:14:32 < Laurenceb_> which seems to be a winxp clone with added comic sans 2013-10-13T20:14:57 < Robint91> Laurenceb_, I want Qt support 2013-10-13T20:15:50 < Laurenceb_> GUIbuilder with same sane style stuff should be good 2013-10-13T20:15:59 < Laurenceb_> bet it runs in wine 2013-10-13T20:16:10 -!- Robint91_ye_2nd [~Robint91_@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-13T20:16:47 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Ping timeout: 272 seconds] 2013-10-13T20:16:50 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-13T20:16:54 -!- BrainDamage1 is now known as BrainDamage 2013-10-13T20:19:57 -!- ohama [ohama@cicolina.org] has quit [Ping timeout: 268 seconds] 2013-10-13T20:21:16 -!- ohama [ohama@cicolina.org] has joined ##stm32 2013-10-13T20:26:24 <+Steffan-> Special link for you: http://tinyurl.com/qcavllb 2013-10-13T20:27:16 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-13T20:28:02 -!- TeknoJuce01 [~TeknoJuce@135.0.85.12] has joined ##stm32 2013-10-13T20:29:51 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-13T20:30:26 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-13T20:30:31 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Client Quit] 2013-10-13T20:30:43 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has quit [Ping timeout: 272 seconds] 2013-10-13T20:33:29 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-13T20:33:32 -!- Robint91_ye_2nd [~Robint91_@dD5776E9E.access.telenet.be] has quit [Read error: Connection reset by peer] 2013-10-13T20:45:26 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-13T20:49:37 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-13T20:50:43 -!- MrMobius [~Joey@91.213.233.158] has quit [Ping timeout: 246 seconds] 2013-10-13T20:57:39 -!- Intelaida [d5578aff@gateway/web/freenode/ip.213.87.138.255] has joined ##stm32 2013-10-13T21:11:22 -!- mrcan_ is now known as mrcan 2013-10-13T21:18:20 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-13T21:20:21 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-13T21:31:01 -!- Intelaida [d5578aff@gateway/web/freenode/ip.213.87.138.255] has quit [Ping timeout: 250 seconds] 2013-10-13T21:32:55 -!- Intelaida [d5578aff@gateway/web/freenode/ip.213.87.138.255] has joined ##stm32 2013-10-13T21:40:42 -!- Intelaida [d5578aff@gateway/web/freenode/ip.213.87.138.255] has quit [Quit: Page closed] 2013-10-13T21:46:35 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-13T21:50:06 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 252 seconds] 2013-10-13T22:22:37 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Remote host closed the connection] 2013-10-13T22:26:08 -!- PT_Dreamer [~quassel@88.214.165.105] has joined ##stm32 2013-10-13T22:30:19 -!- Xata [~Xata@195.182.194.123] has joined ##stm32 2013-10-13T22:30:30 < Xata> Hi ppl 2013-10-13T22:30:58 <+Steffan-> ;p 2013-10-13T22:31:01 <+Steffan-> lo 2013-10-13T22:32:54 < gxti> this seems like a good idea and a bad idea at the same time: http://partiallystapled.com/~gxti/circuits/2013/10/13-cutout.png 2013-10-13T22:33:45 < Xata> Is here anybody bored enough to look at code listing? I've made some uncommented register porn, so that cpu of uC has to be 72mhz, clocked from pll, that is clocked from external 8mhz clock, upscaled 9 times, all rcc's have a 2 divider. Question is - is everything right? Because sine arpegio of my synth sounds tuned, but pitched off tuning. 2013-10-13T22:33:57 < Xata> http://pastebin.com/Ym6qYsrC 2013-10-13T22:34:04 < Xata> 22 lines of pure hatred 2013-10-13T22:37:18 < jpa-> y u no spaces!! 2013-10-13T22:38:25 < jpa-> Xata: print your RCC->CFGR from debugger 2013-10-13T22:38:31 < jpa-> (or printf(), whatever) 2013-10-13T22:38:34 < Xata> jpa-: I dunno. I thought there is no need in them. I can make a version with space if you want to. 2013-10-13T22:38:51 < jpa-> nah, it just reminds me of a certain somebody.. 2013-10-13T22:39:10 < Xata> jpa-: to debug as i suppose one needs a ST-link, and i do not have one :C 2013-10-13T22:39:39 -!- PT_Dreamer [~quassel@88.214.165.105] has quit [Ping timeout: 272 seconds] 2013-10-13T22:39:50 < jpa-> which processor is this anyway? 2013-10-13T22:40:01 < Xata> it is 50$ here, and i don't have this money now 2013-10-13T22:40:15 < Xata> jpa-: STM32103VET6 2013-10-13T22:40:27 < Xata> *STM32F103VET6, ofc 2013-10-13T22:40:50 <+Steffan-> Laurenceb_ found himself a friend. 2013-10-13T22:41:17 < Xata> Steffan-: a friend in what? 2013-10-13T22:41:44 <+Steffan-> no spaces :P 2013-10-13T22:41:56 <+Steffan-> sorry, im a bit late with that :P 2013-10-13T22:42:24 < jpa-> Xata: anyway, printf() of the RCC->CFGR would be helpful in checking that you haven't missed something there 2013-10-13T22:43:53 < Xata> jpa-: i need to add that printf() in code? But where will my uC printf to? it is only connected to pc via pl3203 to usb 2013-10-13T22:44:09 < jpa-> well.. to that pl2303 for example? 2013-10-13T22:44:32 < jpa-> you're not going to get far if you don't have any way to check values from your code 2013-10-13T22:44:42 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-13T22:45:06 < Xata> jpa-: but how do i printf to usart? sample code mb? 2013-10-13T22:45:42 < jpa-> oh well.. too bored for that 2013-10-13T22:45:52 < Xata> i can make it myself but this is too long - i better solder and connect hd44780 lcd 2013-10-13T22:46:01 < jpa-> Xata: but hmm.. 8 * 9 = 72 MHz, but then you have HPRE divider of 2 so won't that give 36 MHz 2013-10-13T22:46:49 < Xata> jpa-: but that's for RCC_AHB, isn't it? 2013-10-13T22:46:59 < Xata> or core is clocked from it? 2013-10-13T22:47:22 < jpa-> core is clocked from AHB 2013-10-13T22:47:42 < jpa-> if you look in the clock tree, it says "core" there on the right under "HCLK" 2013-10-13T22:49:52 < Xata> jpa-: no good, but on the hand it means i can at least two times more on uC without glitching sound. God bless arm and stm. on avr i could not do something even close, and several times more costy 2013-10-13T22:50:24 < Xata> *on the other hand 2013-10-13T22:57:05 < Xata> jpa-: so i fixed dat, and now it is two times faster, and pitch is two times higher. This means, that all basic things i want are working, but i have to connect lcd, rot the future. Question is - why my timer began working two times faster, while APB1 clock is got from PLL divison? Or is HCLK is dependant on SYSCLK? What i have to search for in datasheet? 2013-10-13T22:58:03 < gxti> Xata: some timers (don't remember which) run at fAPB * 2 when APB is divided 2013-10-13T22:58:43 < gxti> so you can still run 72mhz timer even though APB1 is 48mhz max 2013-10-13T23:02:01 < Xata> gxti: ok. thanks. last question for now - do speed of rcc's influence cpu performance? i mean what is better - dividing APB1 grequency by 2 or leave it alone and divide timer frequency by increasing TIMx->PSC? 2013-10-13T23:02:55 < gxti> it is better to use the prescaler 2013-10-13T23:03:13 < Xata> gxti: thanks 2013-10-13T23:03:22 < gxti> but remember that APB1 is 36mhz max, so you still have to use /2 on that one 2013-10-13T23:03:38 < Xata> jpa-: thanks you good sir, too 2013-10-13T23:03:58 < Xata> gxti: i meant making it /4 2013-10-13T23:03:58 < gxti> the only reason you would run things at less than max speed is if you were trying to save power 2013-10-13T23:04:51 < Xata> but i don't. if i'll succeed one day, it will be a stationary synth 2013-10-13T23:06:08 < Xata> but i think i'll find something more interesting (e.g. a job at least) by the time i will capable of doing all i want 2013-10-13T23:08:36 < gxti> i hope so too. electronics is challenging without money to get decent tools. 2013-10-13T23:38:40 -!- alexn [~alexn@pD95EA8CB.dip0.t-ipconnect.de] has joined ##stm32 2013-10-13T23:39:36 < Xata> FM occures to be such an easy stuff when you have enough clock time and all else working. 2013-10-13T23:45:46 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 256 seconds] 2013-10-13T23:47:54 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-13T23:59:49 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] --- Day changed Mon Oct 14 2013 2013-10-14T00:03:52 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-14T00:12:02 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Read error: Connection reset by peer] 2013-10-14T00:18:13 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-14T00:18:58 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-14T00:31:14 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-14T00:31:15 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has quit [Ping timeout: 252 seconds] 2013-10-14T00:32:54 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-14T00:35:08 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 240 seconds] 2013-10-14T00:44:54 -!- alexn [~alexn@pD95EA8CB.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-14T00:51:35 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-14T00:52:51 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-14T00:56:02 -!- PT_Dreamer [~quassel@bl12-214-120.dsl.telepac.pt] has joined ##stm32 2013-10-14T01:06:00 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-14T01:06:15 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-14T01:15:12 < Xata> gtg, bye 2013-10-14T01:15:17 -!- Xata [~Xata@195.182.194.123] has quit [Quit: leaving] 2013-10-14T01:36:20 < Thorn> PLLLCDCLK 2013-10-14T01:38:29 <+Steffan-> Agreed Thorn 2013-10-14T01:47:28 -!- barthess [~barthess@185.6.24.105] has quit [Quit: Leaving.] 2013-10-14T01:58:28 -!- PT_Dreamer [~quassel@bl12-214-120.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 2013-10-14T02:11:13 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-14T02:36:34 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-14T02:41:51 -!- Laurenceb_ [~Laurence@host86-177-210-218.range86-177.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-14T02:46:50 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-14T02:54:39 -!- Laurenceb_ [~Laurence@host86-129-128-56.range86-129.btcentralplus.com] has joined ##stm32 2013-10-14T03:27:02 -!- Laurenceb_ [~Laurence@host86-129-128-56.range86-129.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-14T03:29:33 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has left ##stm32 [] 2013-10-14T03:44:57 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-14T04:04:27 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-14T04:04:32 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-14T04:15:20 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-14T04:17:05 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-14T04:35:58 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-14T04:49:30 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 256 seconds] 2013-10-14T05:00:25 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-14T05:01:02 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-14T05:04:04 -!- gxti [~gxti@ada.partiallystapled.com] has quit [Ping timeout: 264 seconds] 2013-10-14T05:04:40 -!- gxti [~gxti@ada.partiallystapled.com] has joined ##stm32 2013-10-14T05:14:48 < qyx_> I am looking for some one to help me design and construct a inverter to supply up to 30,000 watts from a 12 volt supply at 100 amps 2013-10-14T05:14:53 < qyx_> for sure. 2013-10-14T05:15:53 < emeb_mac> so this person wants to get 30000 watts from a 12000 watt supply. 2013-10-14T05:15:59 < zyp> 1200 2013-10-14T05:16:27 < emeb_mac> that 2013-10-14T05:18:00 < qyx_> probably, occasionally there are such things on freelancer.com 2013-10-14T05:18:59 < emeb_mac> neat trick if you can pull it off. maybe need some other sources too. :) 2013-10-14T05:19:47 < emeb_mac> or maybe they meant 30 watts and were using european decimal 2013-10-14T05:23:38 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-14T05:31:22 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-14T06:07:54 -!- jef79m [~jef79m@124-171-40-123.dyn.iinet.net.au] has quit [Excess Flood] 2013-10-14T06:10:02 -!- jef79m [~jef79m@124-171-40-123.dyn.iinet.net.au] has joined ##stm32 2013-10-14T06:29:40 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-14T06:29:51 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-14T06:48:32 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-14T06:51:23 -!- dfletcher [~fletch@drupal.org/user/72475/view] has quit [Ping timeout: 248 seconds] 2013-10-14T06:52:55 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-14T06:55:07 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-14T07:08:37 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-14T07:38:17 < dongs> http://i.imgur.com/UeliAtm.jpg 2013-10-14T07:38:19 < dongs> retweeting 2013-10-14T07:39:21 < talsit> that looks like a dji 2013-10-14T07:40:28 -!- Activate_for_mor [~mirggi@213.87.141.95] has joined ##stm32 2013-10-14T07:41:41 < dongs> no, its amazewheel 2013-10-14T07:41:50 < dongs> http://i.imgur.com/37Xd0tm.jpg 2013-10-14T07:43:24 < talsit> there you go 2013-10-14T07:44:49 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-14T07:50:10 < emeb_mac> kewl 2013-10-14T07:52:00 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 240 seconds] 2013-10-14T08:08:01 -!- Activate_for_mor [~mirggi@213.87.141.95] has quit [Ping timeout: 272 seconds] 2013-10-14T08:10:17 -!- Activate_for_mor [~mirggi@213.87.141.95] has joined ##stm32 2013-10-14T08:16:33 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-14T08:25:50 -!- Activate_for_mor [~mirggi@213.87.141.95] has quit [Ping timeout: 240 seconds] 2013-10-14T08:26:08 < dongs> best korean 2013-10-14T08:28:48 < emeb_mac> NK wishes it had that tech. 2013-10-14T08:47:01 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-14T09:14:33 < Thorn> http://www.kickstarter.com/projects/725991125/open-source-graphics-processor-gpu 2013-10-14T09:15:05 < dongs> did they cancel funding on that waste of tiem yet 2013-10-14T09:16:50 -!- R2COM1 [~blackops@c-98-230-217-221.hsd1.nm.comcast.net] has joined ##stm32 2013-10-14T09:19:08 < R2COM1> one thing 2013-10-14T09:19:20 < R2COM1> lots of parallel processors on fpga will consume space 2013-10-14T09:19:26 < R2COM1> and thing gets expencive quickly there 2013-10-14T09:19:54 < R2COM1> so what, he thinks opensorserers will now decide to sell their liver to buy top end virtex to run that code on or what? 2013-10-14T09:20:31 < R2COM1> fpga fpga... I dont see where he talks which exactly 2013-10-14T09:20:35 < R2COM1> which chips 2013-10-14T09:22:09 < R2COM1> lame shit 2013-10-14T09:23:24 < dongs> duede, hes emulating a 2d graphics card from like 1986 2013-10-14T09:23:33 < dongs> it was worthless back then, even more so now. 2013-10-14T09:26:41 < Thorn> as I understood they already have the code, they just want $200k to release it 2013-10-14T09:28:11 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-14T09:30:38 < Thorn> and they're not buying any third party rights either 2013-10-14T09:34:24 < dongs> oic 2013-10-14T09:34:26 < dongs> well too bad 2013-10-14T09:34:56 < dongs> http://forum.arduino.cc//index.php?topic=193213.0 arduino 2013-10-14T09:46:51 < R2COM1> arduino ninja 2013-10-14T09:52:46 -!- jon1012 [~jon@88.162.134.157] has joined ##stm32 2013-10-14T09:52:48 -!- jon1012 [~jon@88.162.134.157] has quit [Changing host] 2013-10-14T09:52:48 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-14T09:59:40 -!- NooM [~IceChat77@193-83-207-222.adsl.highway.telekom.at] has joined ##stm32 2013-10-14T09:59:45 < NooM> hello 2013-10-14T10:02:53 < dongs> trolling 2013-10-14T10:03:11 < NooM> hm 2013-10-14T10:05:48 < NooM> iam gonna try to add dma to spi today :D 2013-10-14T10:06:08 < PaulFertser> NooM: better do not, it'll troll the hell out of you! 2013-10-14T10:06:19 < NooM> lol 2013-10-14T10:06:25 < NooM> why so ? 2013-10-14T10:06:41 < PaulFertser> jk 2013-10-14T10:06:45 < NooM> :( 2013-10-14T10:07:08 < PaulFertser> I like how DMA controller is such a simple concept and yet so powerful and universal. 2013-10-14T10:07:43 < NooM> ya doesent look overly complex 2013-10-14T10:08:03 < NooM> wonder if it will change anything, only 504 bytes i transfer 2013-10-14T10:08:13 < NooM> 30 times a sec 2013-10-14T10:08:41 < PaulFertser> Depends on whether you want to be doing something else in parallel. 2013-10-14T10:09:05 -!- Lt_Lemming_ [Lt_Lemming@203.219.229.140] has joined ##stm32 2013-10-14T10:09:24 < NooM> not really, but if i can, why not :D 2013-10-14T10:09:46 < NooM> right now iam just playing around, driving a nokia5110 display and a adxl345 2013-10-14T10:09:49 < PaulFertser> And if the code will get less complex 2013-10-14T10:09:51 -!- Lt_Lemming_ [Lt_Lemming@203.219.229.140] has quit [Remote host closed the connection] 2013-10-14T10:11:07 < NooM> i2c was a real pain 2013-10-14T10:11:25 < NooM> first it didnt work cos the pins i tried were allready connected somewhere on the discovery :D 2013-10-14T10:11:42 < NooM> if i fugred that out, none of the samples i found worked, but well, at least one did 2013-10-14T10:15:08 < PaulFertser> The most pain seems to be getting ADC to sample on Timer events, it's awfully underdocumented :/ 2013-10-14T10:15:33 -!- Activate_for_mor [~mirggi@213.87.141.223] has joined ##stm32 2013-10-14T10:15:35 < NooM> uh havent tried this yet 2013-10-14T10:15:43 < NooM> i done use adc a lot 2013-10-14T10:15:45 < R2COM1> you using st library? 2013-10-14T10:16:11 < NooM> you mean cmsis ? 2013-10-14T10:16:28 < R2COM1> st periph lib 2013-10-14T10:16:38 < NooM> hmm i dont think so 2013-10-14T10:16:41 < NooM> let me check 2013-10-14T10:16:57 < dongs> dixel 2013-10-14T10:17:00 < NooM> no just cmsis stuff 2013-10-14T10:17:07 < R2COM1> yeah 2013-10-14T10:17:10 < R2COM1> a good start 2013-10-14T10:17:12 < NooM> what coocox creted for me :D 2013-10-14T10:17:16 < R2COM1> oh 2013-10-14T10:17:18 < R2COM1> bad start 2013-10-14T10:17:28 < R2COM1> coocox using st periph 2013-10-14T10:17:29 < NooM> why ? 2013-10-14T10:17:33 < NooM> it works like a charm 2013-10-14T10:17:36 < R2COM1> and its shit ide in general 2013-10-14T10:17:37 < NooM> hmm 2013-10-14T10:17:55 < dongs> offt 2013-10-14T10:17:56 < dongs> pfft 2013-10-14T10:18:03 < dongs> R2COM1: coocox shit works fine 2013-10-14T10:18:12 < NooM> R2COM1 wich is better and free? 2013-10-14T10:18:17 < NooM> without limitations 2013-10-14T10:18:37 < R2COM1> for free I guess the best thing is using your own favourite text editor + gcc + gdb 2013-10-14T10:18:51 < NooM> yeah that doesent sound better 2013-10-14T10:18:55 < NooM> :D 2013-10-14T10:18:57 < R2COM1> I tried using eclipse, it kinda worked, then wiped it out too, too messy and buggy 2013-10-14T10:20:07 < emeb_mac> if your code < 32kB try the free version of Keil. 2013-10-14T10:21:00 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-14T10:21:12 < NooM> hmm dont think thats a good idea 2013-10-14T10:21:19 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-14T10:21:26 < NooM> if i like it and somehow make a bigger project .. 2013-10-14T10:21:36 < NooM> iam sure not gonny buy a ide :D 2013-10-14T10:21:52 < emeb_mac> I've had no trouble porting between Keil and gcc/texteditor/gdb 2013-10-14T10:23:09 < R2COM1> its like giving him bmw 650 to drive for a while and then taking back away 2013-10-14T10:23:27 < NooM> :D 2013-10-14T10:24:37 < emeb_mac> nah - not taking it away. saying you can only drive it on one-lane streets in an italian hill-town. 2013-10-14T10:25:32 < R2COM1> so what, isnt it cool 2013-10-14T10:25:49 < R2COM1> he would get some hot italian chicks in the area 2013-10-14T10:26:02 < NooM> lol 2013-10-14T10:26:07 < emeb_mac> maybe. but he can't drive fast. 2013-10-14T10:26:19 < R2COM1> who cares for that shit 2013-10-14T10:32:44 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-14T10:36:48 < NooM> DMA_InitStructure.DMA_Memory0BaseAddr this doesent need to be set at beginning right? like if i wanted to make a function can can transfere different stuff over spi ? 2013-10-14T10:37:03 < NooM> i could set set it each time the transfer starts? 2013-10-14T10:38:34 < jpa-> of course you can call the init function many times 2013-10-14T10:38:46 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-14T10:38:52 < jpa-> or just write to registers directly 2013-10-14T10:39:02 < NooM> ok i cant do that :D 2013-10-14T10:40:34 < dongs> DMA1_Channel5->CMAR = foo 2013-10-14T10:40:56 < dongs> but it better be stopped before you do thtat 2013-10-14T10:41:11 < NooM> ok 2013-10-14T10:41:13 < NooM> thx 2013-10-14T10:41:19 < NooM> soon ready to give it a try 2013-10-14T10:41:42 < NooM> 2306825 update in the main loop now, wonder if it will be more with dma :D 2013-10-14T10:43:38 < dongs> only if you have something else to dowhile its DMAing. 2013-10-14T10:43:45 < dongs> if youre just waitin for DMA_TC then... who cares 2013-10-14T10:45:03 < NooM> it counts upwards meanwhile :D 2013-10-14T10:51:30 < NooM> dongs , dma1_channel5 doesent exists, it tried DMA1_Stream4 instead but theres no cmar 2013-10-14T10:52:17 < jpa-> just look in the header, it's there somewhere 2013-10-14T10:52:37 < jpa-> channel vs. stream is f1 vs. f4 2013-10-14T10:52:52 < NooM> what ? 2013-10-14T10:52:56 < NooM> ok 2013-10-14T10:52:58 < NooM> i see 2013-10-14T10:54:31 < NooM> ahh, its called PAR 2013-10-14T10:55:20 < jpa-> or MAR 2013-10-14T10:55:51 < NooM> M0AR and M1AR i have 2013-10-14T10:56:03 < NooM> (iam using f4, the discovery board) 2013-10-14T10:56:14 < jpa-> ah yeah, the double buffer support 2013-10-14T10:56:36 < dongs> m0ar 2013-10-14T10:57:18 < jpa-> M0AR data, yelled the F4 DMA 2013-10-14T10:57:30 < NooM> lol 2013-10-14T11:01:00 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-14T11:01:17 < NooM> hmm doesent work 2013-10-14T11:11:25 < dongs> nom nom nom 2013-10-14T11:12:41 < NooM> no dma for me ... for now :D 2013-10-14T11:14:26 < NooM> well, ima off, cu 2013-10-14T11:14:29 -!- NooM [~IceChat77@193-83-207-222.adsl.highway.telekom.at] has quit [Quit: When the chips are down, well, the buffalo is empty] 2013-10-14T11:15:13 -!- Activate_for_mor [~mirggi@213.87.141.223] has quit [Ping timeout: 246 seconds] 2013-10-14T11:29:26 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 240 seconds] 2013-10-14T11:29:45 -!- ASenR [~qicruser@unaffiliated/asenr] has joined ##stm32 2013-10-14T11:37:39 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 272 seconds] 2013-10-14T11:38:33 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-14T11:42:51 -!- jon1012 [~jon@pha75-14-88-162-134-157.fbx.proxad.net] has joined ##stm32 2013-10-14T11:42:51 -!- jon1012 [~jon@pha75-14-88-162-134-157.fbx.proxad.net] has quit [Changing host] 2013-10-14T11:42:51 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-14T11:48:39 -!- Activate_for_mor [~mirggi@213.87.141.95] has joined ##stm32 2013-10-14T11:56:03 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-14T12:07:28 -!- Activate_for_mor [~mirggi@213.87.141.95] has quit [Ping timeout: 240 seconds] 2013-10-14T12:17:38 < dongs> mor or les? that is the question 2013-10-14T12:19:36 < jon1012> less is more 2013-10-14T12:24:25 < trepidaciousMBR> Anyone know whether it is likely to be possible to put an SDRAM into self-refresh mode on the STM32F427, then soft reset the MCU and bring the FMC back up without losing the data? 2013-10-14T12:25:07 -!- Robint91_ye_2nd [~Robint91_@2a02:2c40:400:0:c14d:11dc:a98a:3dd0] has joined ##stm32 2013-10-14T12:25:07 -!- Robint91 [~Robint91_@2a02:2c40:400:0:c14d:11dc:a98a:3dd0] has joined ##stm32 2013-10-14T12:25:49 -!- Robint91_ye_2nd [~Robint91_@2a02:2c40:400:0:c14d:11dc:a98a:3dd0] has quit [Client Quit] 2013-10-14T12:25:55 < Robint91> hi all 2013-10-14T12:28:15 < trepidaciousMBR> hi 2013-10-14T13:02:15 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-14T13:09:06 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-14T13:19:31 -!- Laurenceb_ [~Laurence@host86-129-128-56.range86-129.btcentralplus.com] has joined ##stm32 2013-10-14T13:20:00 < Laurenceb_> wtf 2013-10-14T13:20:10 < Laurenceb_> silabs bought energy micro? 2013-10-14T13:22:06 < karlp> wasnt' that _ages_ ago? 2013-10-14T13:22:17 < zyp> yep 2013-10-14T13:22:18 < karlp> still haven't released the draco yet anyway, so who cares :) 2013-10-14T13:22:24 < zyp> months ago at least :p 2013-10-14T13:22:31 < karlp> ages in this channel's world. 2013-10-14T13:22:49 < karlp> gxti: what is Y1 on that cutout board you pasted? 2013-10-14T13:23:20 < karlp> is that for a baro or something? 2013-10-14T13:23:34 < zyp> dongs, did you get a tracking number yet? I haven't been keeping up with chat since I went on vacation 2013-10-14T13:27:27 < dongs> o rite,, lemme poke the idiots. 2013-10-14T13:27:53 < dongs> they also sent me something called final invoice, unsure why 2013-10-14T13:28:00 < dongs> and no tracking. asking. 2013-10-14T13:40:23 < dongs> zyp, looks like it was added into the invoice 2013-10-14T13:40:25 < dongs> lols. 2013-10-14T13:40:27 < dongs> forwarding you the shit. 2013-10-14T13:40:31 < zyp> thanks 2013-10-14T13:41:31 -!- Activate_for_mor [~mirggi@213.87.141.223] has joined ##stm32 2013-10-14T13:58:36 -!- Activate_for_mor [~mirggi@213.87.141.223] has quit [Ping timeout: 256 seconds] 2013-10-14T14:00:08 -!- Activate_for_mor [~mirggi@213.87.141.223] has joined ##stm32 2013-10-14T14:00:11 <+Steffan-> Whoa, why you guys didn't tell me? "Notwithstanding any previous restrictions to the contrary, as of 16 September 2013-10-14T14:00:11 <+Steffan-> 2013, ST products are authorized for use in defense applications" 2013-10-14T14:01:45 <+Steffan-> Where the vacation going to zyp? 2013-10-14T14:01:49 <+Steffan-> *where is 2013-10-14T14:02:04 < jpa-> Steffan-: well you never tell what you are working on, so how could we know of your STM32 nuclear bomb project? 2013-10-14T14:02:39 <+Steffan-> NUKE? Noo 2013-10-14T14:02:49 <+Steffan-> Nukes are too old school. 2013-10-14T14:03:12 < jpa-> yeah.. you could just use the nuke shield for arduino anyway 2013-10-14T14:03:17 < jpa-> if the kickstarter ever delivers 2013-10-14T14:03:39 <+Steffan-> AVR.. i just packaged all my AVRs + programmers to ship it to someone else. 2013-10-14T14:03:48 < jpa-> to me? 2013-10-14T14:04:03 <+Steffan-> No, not to you. You want AVRs? 2013-10-14T14:04:34 < jpa-> not really 2013-10-14T14:05:02 < zyp> Steffan-, portugal 2013-10-14T14:08:57 -!- Robint91 [~Robint91_@2a02:2c40:400:0:c14d:11dc:a98a:3dd0] has quit [Read error: Connection reset by peer] 2013-10-14T14:09:41 -!- Activate_for_mor [~mirggi@213.87.141.223] has quit [Ping timeout: 265 seconds] 2013-10-14T14:09:45 <+Steffan-> I know you well enough to know you didn't want them jpa- ;) 2013-10-14T14:11:52 -!- Laurenceb_ [~Laurence@host86-129-128-56.range86-129.btcentralplus.com] has quit [Read error: Operation timed out] 2013-10-14T14:13:21 < dongs> portuGAY more like 2013-10-14T14:52:45 -!- Robint91 [~Robint91_@2a02:2c40:400:0:559a:216:6038:805d] has joined ##stm32 2013-10-14T14:56:35 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-14T15:06:30 < gxti> karlp: tcxo, the tab is to thermally isolate it 2013-10-14T15:13:17 < dongs> < gxti> this seems like a good idea and a bad idea at the same time: http://partiallystapled.com/~gxti/circuits/2013/10/13-cutout.png 2013-10-14T15:13:24 < dongs> i did this but for other purposes. 2013-10-14T15:17:00 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Quit: Lost terminal] 2013-10-14T15:17:27 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-14T15:24:20 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has joined ##stm32 2013-10-14T15:29:13 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has quit [Read error: Connection reset by peer] 2013-10-14T15:31:51 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-14T15:34:28 -!- DanteA [~X@host-3-158-66-217.spbmts.ru] has joined ##stm32 2013-10-14T15:38:54 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 256 seconds] 2013-10-14T15:40:48 -!- DanteA [~X@host-3-158-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-14T15:41:47 < Robint91> dongs, vibrations? 2013-10-14T15:43:05 < karlp> being able to wrap a barometer in foam to reduce noice I think is common 2013-10-14T15:43:15 < dongs> ^ 2013-10-14T15:43:26 < dongs> http://i.imgur.com/TTU2NLZ.jpg 2013-10-14T15:44:04 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has joined ##stm32 2013-10-14T15:45:16 -!- Activate_for_mor [~mirggi@213.87.137.10] has joined ##stm32 2013-10-14T15:49:05 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-14T15:49:20 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has joined ##stm32 2013-10-14T15:50:34 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-14T15:52:10 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has joined ##stm32 2013-10-14T15:53:17 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-14T15:55:09 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has joined ##stm32 2013-10-14T15:55:35 < Robint91> http://www.kickstarter.com/projects/technicalillusions/castar-the-most-versatile-ar-and-vr-system 2013-10-14T15:55:37 < Robint91> discuss 2013-10-14T15:56:16 -!- Activate_for_mor [~mirggi@213.87.137.10] has quit [Ping timeout: 245 seconds] 2013-10-14T15:57:28 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-14T15:58:08 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-14T15:58:33 < jpa-> Robint91: will never ship 2013-10-14T15:58:55 < Robint91> jpa-, like that ir cam? 2013-10-14T15:59:11 < jpa-> like most kickstarters 2013-10-14T15:59:18 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has joined ##stm32 2013-10-14T16:00:06 < Laurenceb> http://www.youtube.com/watch?v=O-WN8kPolug 2013-10-14T16:01:00 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-14T16:01:23 < Robint91> Laurenceb, lol 2013-10-14T16:02:54 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has joined ##stm32 2013-10-14T16:04:19 < Laurenceb> trollstarter 2013-10-14T16:04:19 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-14T16:04:28 -!- claude is now known as Claude 2013-10-14T16:05:54 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has joined ##stm32 2013-10-14T16:08:06 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-14T16:08:51 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has joined ##stm32 2013-10-14T16:09:47 -!- DanteA [~X@host-67-158-66-217.spbmts.ru] has joined ##stm32 2013-10-14T16:10:17 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-14T16:11:53 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-14T16:12:25 -!- forrestv [~forrestv@207.12.89.39] has quit [Ping timeout: 246 seconds] 2013-10-14T16:12:26 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has quit [Quit: Goodbye Cruel World] 2013-10-14T16:12:28 -!- jaeckel_ [~jaeckel@unaffiliated/jaeckel] has joined ##stm32 2013-10-14T16:12:28 -!- jaeckel_ [~jaeckel@unaffiliated/jaeckel] has quit [Excess Flood] 2013-10-14T16:12:51 -!- forrestv [~forrestv@207.12.89.39] has joined ##stm32 2013-10-14T16:12:58 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has joined ##stm32 2013-10-14T16:12:58 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has quit [Excess Flood] 2013-10-14T16:13:05 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 246 seconds] 2013-10-14T16:14:01 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has joined ##stm32 2013-10-14T16:14:13 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has joined ##stm32 2013-10-14T16:14:16 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has quit [Excess Flood] 2013-10-14T16:14:43 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has joined ##stm32 2013-10-14T16:14:46 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has quit [Excess Flood] 2013-10-14T16:15:13 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has joined ##stm32 2013-10-14T16:15:16 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has quit [Excess Flood] 2013-10-14T16:15:47 -!- jaeckel [~jaeckel@sleipnir.jaeckel.eu] has joined ##stm32 2013-10-14T16:15:47 -!- jaeckel [~jaeckel@sleipnir.jaeckel.eu] has quit [Changing host] 2013-10-14T16:15:47 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has joined ##stm32 2013-10-14T16:15:52 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has quit [Excess Flood] 2013-10-14T16:17:03 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has quit [Read error: Connection reset by peer] 2013-10-14T16:17:28 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has joined ##stm32 2013-10-14T16:17:40 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has joined ##stm32 2013-10-14T16:21:23 -!- ASenR [~qicruser@unaffiliated/asenr] has quit [Ping timeout: 272 seconds] 2013-10-14T16:22:27 -!- trepidaciousMBR [~trepidaci@92.40.249.173.threembb.co.uk] has quit [Ping timeout: 268 seconds] 2013-10-14T16:24:38 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-14T16:30:02 -!- trepidaciousMBR [~trepidaci@dsl-217-155-137-246.zen.co.uk] has joined ##stm32 2013-10-14T16:30:47 -!- DanteA [~X@host-67-158-66-217.spbmts.ru] has quit [Ping timeout: 260 seconds] 2013-10-14T16:37:37 -!- Viper168_ is now known as Viper168 2013-10-14T16:48:42 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Operation timed out] 2013-10-14T16:52:57 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-14T17:03:57 -!- trepidaciousMBR [~trepidaci@dsl-217-155-137-246.zen.co.uk] has quit [Quit: trepidaciousMBR] 2013-10-14T17:08:58 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-14T17:21:55 -!- trepidaciousMBR [~trepidaci@dsl-217-155-137-246.zen.co.uk] has joined ##stm32 2013-10-14T17:28:43 -!- trepidaciousMBR [~trepidaci@dsl-217-155-137-246.zen.co.uk] has quit [Ping timeout: 248 seconds] 2013-10-14T17:30:51 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Ping timeout: 248 seconds] 2013-10-14T17:32:06 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-14T17:39:30 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-14T17:52:55 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-14T17:58:38 -!- talsit1 [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-14T17:59:41 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Disconnected by services] 2013-10-14T18:05:13 < dongs> HAHAHA 2013-10-14T18:05:16 < dongs> that last dickstarter link 2013-10-14T18:05:21 < dongs> is jerri ellisworthless 2013-10-14T18:07:22 < dongs> so thats what hte bitch has been busy wiht after g etting fired from valve 2013-10-14T18:09:41 < Robint91> dongs, failure? 2013-10-14T18:09:56 < dongs> Robint91: just ask zippe about "her" 2013-10-14T18:10:05 < dongs> i'm sure he'll have lots of interesting things to tell you 2013-10-14T18:10:13 < Robint91> zippe ? 2013-10-14T18:10:15 < Robint91> zyp? 2013-10-14T18:10:20 < dongs> no, zippe. 2013-10-14T18:10:23 < dongs> the guy who stops by in here sometime. 2013-10-14T18:12:22 < Robint91> brb 2013-10-14T18:16:36 -!- Robint91 [~Robint91_@2a02:2c40:400:0:559a:216:6038:805d] has quit [Ping timeout: 252 seconds] 2013-10-14T18:17:30 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-14T18:18:29 -!- Sync_ [~foobar@sync-hv.de] has joined ##stm32 2013-10-14T18:18:31 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-14T18:18:34 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-14T18:19:02 -!- Sync__ [~foobar@sync-hv.de] has quit [Ping timeout: 246 seconds] 2013-10-14T18:20:06 < trepidaciousMBR> You think ST will make an MCU with a DDR controller before it becomes impossible to buy SDRAM? 2013-10-14T18:21:54 <+Steffan-> No.. it's still pretty easy yo buy sdram not? 2013-10-14T18:22:28 < Laurenceb> in the last 18 monhts we've developed a say waht 2013-10-14T18:22:37 < Laurenceb> what about reality reality 2013-10-14T18:22:45 < gxti> yes, although afaik they're not making any bigger ones 2013-10-14T18:23:25 <+Steffan-> wtf, Laurenceb.. brain damage? 2013-10-14T18:24:08 < BrainDamage> he's been watching a lot of wikisat videos lately I guess 2013-10-14T18:24:11 < Laurenceb> http://www.kickstarter.com/projects/technicalillusions/castar-the-most-versatile-ar-and-vr-system 2013-10-14T18:24:16 < BrainDamage> they probably got to his sanity 2013-10-14T18:25:06 < Laurenceb> in the past 18monhts we've developed a: while(1) {printf("reality\n");} 2013-10-14T18:25:29 < gxti> say waht. 2013-10-14T18:27:54 < Laurenceb> say http://www.youtube.com/watch?v=cS1yJ17QyeE&list=UUAvf028nQt0tYFM2vLEtpXg 2013-10-14T18:29:37 < Laurenceb> "Wikisat: Opening space to everyone " 2013-10-14T18:30:17 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-14T18:34:31 < Laurenceb> oh no, another assault on my sanity 2013-10-14T18:34:38 < Laurenceb> http://tomparker.co/esteady-1/ 2013-10-14T18:40:38 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-14T18:40:49 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-14T18:45:12 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has quit [Ping timeout: 252 seconds] 2013-10-14T18:46:27 -!- Claude is now known as claude 2013-10-14T18:50:01 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-14T18:50:01 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-14T18:58:00 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-14T18:58:58 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-14T19:00:26 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Ping timeout: 245 seconds] 2013-10-14T19:01:26 -!- talsit1 [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Ping timeout: 264 seconds] 2013-10-14T19:02:39 -!- Activate_for_mor [~mirggi@213.87.141.159] has joined ##stm32 2013-10-14T19:06:18 < gxti> Laurenceb: looks nice 2013-10-14T19:06:44 < Laurenceb> replica of other stuff 2013-10-14T19:07:10 < gxti> and? 2013-10-14T19:07:14 < Laurenceb> anyways that guy is working with me 2013-10-14T19:07:18 < Laurenceb> ... 2013-10-14T19:24:14 -!- zippe [~Adium@173.11.99.161] has quit [Ping timeout: 240 seconds] 2013-10-14T19:27:47 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-14T19:33:57 -!- barthess [~barthess@178.154.18.254] has joined ##stm32 2013-10-14T19:34:29 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-14T19:41:01 -!- Activate_for_mor [~mirggi@213.87.141.159] has quit [Ping timeout: 240 seconds] 2013-10-14T19:54:14 -!- MrMobius [~Joey@91.213.233.158] has joined ##stm32 2013-10-14T19:59:05 -!- talsit1 [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-14T19:59:27 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Disconnected by services] 2013-10-14T20:05:57 -!- talsit1 [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Read error: Connection reset by peer] 2013-10-14T20:07:31 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-14T20:11:23 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-14T20:17:08 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-14T20:32:33 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 272 seconds] 2013-10-14T20:34:10 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Remote host closed the connection] 2013-10-14T20:38:39 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-14T20:50:17 -!- MrMobius [~Joey@91.213.233.158] has quit [Ping timeout: 246 seconds] 2013-10-14T20:51:59 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-14T20:52:13 * Robint91 is back 2013-10-14T20:52:33 < zyp> ok 2013-10-14T20:52:42 < zyp> did you have fun while you were away? 2013-10-14T20:55:14 -!- MrMobius [~Joey@91.213.233.158] has joined ##stm32 2013-10-14T20:56:02 <+Steffan-> did you zyp? 2013-10-14T20:56:10 < zyp> sure 2013-10-14T20:56:20 <+Steffan-> Good good. 2013-10-14T20:56:27 < zyp> have I been missing anything interesting? 2013-10-14T20:56:44 <+Steffan-> Uhm... 2013-10-14T20:56:45 <+Steffan-> No. 2013-10-14T21:03:56 -!- alexn [~alexn@93.104.205.194] has left ##stm32 ["Leaving"] 2013-10-14T21:04:08 -!- espiral [maze@unaffiliated/espiral] has quit [Ping timeout: 240 seconds] 2013-10-14T21:06:42 -!- espiral [maze@unaffiliated/espiral] has joined ##stm32 2013-10-14T21:10:31 -!- |akaWolf| [~akaWolf@188.134.9.161] has joined ##stm32 2013-10-14T21:13:42 -!- MrMobius [~Joey@91.213.233.158] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- \o/] 2013-10-14T21:13:48 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 256 seconds] 2013-10-14T21:17:23 -!- PT_Dreamer_ [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-14T21:19:46 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-14T21:20:22 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-14T21:30:50 -!- Laurenceb_ [~Laurence@host86-129-128-56.range86-129.btcentralplus.com] has joined ##stm32 2013-10-14T21:30:56 -!- Activate_for_mor [~mirggi@213.87.141.80] has joined ##stm32 2013-10-14T21:34:50 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-14T21:46:14 -!- Activate_for_mor [~mirggi@213.87.141.80] has quit [] 2013-10-14T21:46:35 -!- Activate_for_mor [~mirggi@213.87.141.80] has joined ##stm32 2013-10-14T21:49:28 -!- DanteA [~X@host-115-158-66-217.spbmts.ru] has joined ##stm32 2013-10-14T21:51:45 < emeb> same old boring stuff 2013-10-14T21:54:40 -!- |akaWolf| [~akaWolf@188.134.9.161] has quit [Ping timeout: 265 seconds] 2013-10-14T21:57:55 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Quit: Leaving] 2013-10-14T21:59:31 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-14T22:00:45 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-14T22:01:58 < Laurenceb_> http://www.sickipedia.org/joke/view/religion/muslim-1519355 2013-10-14T22:04:39 < emeb> not really sick. not really funny. 2013-10-14T22:11:59 -!- mrcan [~mrcan@unaffiliated/mrcan] has quit [Ping timeout: 272 seconds] 2013-10-14T22:21:00 < Laurenceb_> meanwhile on the internet 2013-10-14T22:21:01 < Laurenceb_> https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-prn1/p480x480/565048_10151921292907853_302781915_n.jpg 2013-10-14T22:23:30 < emeb> fertilizer provider 2013-10-14T22:25:57 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-14T22:34:55 -!- PT_Dreamer_ [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 246 seconds] 2013-10-14T22:35:00 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Ping timeout: 245 seconds] 2013-10-14T22:35:16 -!- Activate_for_mor [~mirggi@213.87.141.80] has quit [Ping timeout: 246 seconds] 2013-10-14T22:39:31 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-14T22:48:22 -!- PT_Dreamer_ [~quassel@bl7-157-122.dsl.telepac.pt] has joined ##stm32 2013-10-14T22:58:00 -!- barthess [~barthess@178.154.18.254] has quit [Quit: Leaving.] 2013-10-14T22:58:35 <@Tectu> Laurenceb_, please stop posting pictures like that here. 2013-10-14T23:01:27 < Laurenceb_> i found you a gf Tectu 2013-10-14T23:01:29 < Laurenceb_> https://twitter.com/naughtynerdy 2013-10-14T23:01:46 <@Tectu> thank you, I've already jpa- and Steffan- 2013-10-14T23:02:13 <@Tectu> "Ethical Slut" wtf? 2013-10-14T23:02:20 < Laurenceb_> lolling 2013-10-14T23:02:27 < gxti> such crap 2013-10-14T23:02:32 <@Tectu> such doge 2013-10-14T23:03:23 < Laurenceb_> "Decided to write a sub for @cracked about my glorious life as a whore " 2013-10-14T23:03:45 < emeb> anyone ever used TPS61270 sync buck switcher? 2013-10-14T23:04:08 < emeb> looks like it might be a good way to get from 12V -> 3.3V w/o lots of heat. 2013-10-14T23:04:20 < emeb> main problems is WSON-8 pkg. 2013-10-14T23:04:40 < emeb> (for me - little experience with that small stuff) 2013-10-14T23:11:47 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-14T23:12:08 <+Steffan-> Tectu, it's a prequel 2013-10-14T23:13:03 -!- Laurenceb__ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-14T23:14:28 -!- Laurenceb_ [~Laurence@host86-129-128-56.range86-129.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-14T23:14:52 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-14T23:45:46 -!- PT_Dreamer_ [~quassel@bl7-157-122.dsl.telepac.pt] has quit [Read error: Operation timed out] 2013-10-14T23:49:22 -!- zeropointo [d89dd0a2@gateway/web/freenode/session] has joined ##stm32 2013-10-14T23:49:22 -!- zeropointo [d89dd0a2@gateway/web/freenode/session] has quit [Changing host] 2013-10-14T23:49:22 -!- zeropointo [d89dd0a2@gateway/web/freenode/ip.216.157.208.162] has joined ##stm32 2013-10-14T23:50:22 < zeropointo> What's the easiest way to get my watchdog interrupt to print the currently executing function? 2013-10-14T23:52:19 < gxti> zeropointo: the old program counter will be stacked upon entering the interrupt 2013-10-14T23:52:50 < gxti> this is for hardfaults but it will work for any interrupt: https://github.com/mtharp/laureline-firmware/blob/master/lib/hardfault.c 2013-10-14T23:53:16 < gxti> (skip the bit around line 45 though) 2013-10-14T23:53:46 < gxti> 'lr' is the return address i.e. where it was when the interrupt happened 2013-10-14T23:53:51 < zeropointo> thanks gxti i'll give it a try. --- Day changed Tue Oct 15 2013 2013-10-15T00:04:42 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-15T00:04:49 -!- zeropointo [d89dd0a2@gateway/web/freenode/ip.216.157.208.162] has quit [Ping timeout: 250 seconds] 2013-10-15T00:11:40 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Ping timeout: 245 seconds] 2013-10-15T00:13:40 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-15T00:17:17 -!- alexn [~alexn@pD95E959E.dip0.t-ipconnect.de] has joined ##stm32 2013-10-15T00:30:28 < ds2> hmmm 2013-10-15T00:31:59 < emeb> ds2 is back 2013-10-15T00:32:04 < emeb> longtime 2013-10-15T00:32:15 < ds2> yes, indeed 2013-10-15T00:32:33 < emeb> haven't seen you on the beagle chls either - keeping busy? 2013-10-15T00:33:27 < ds2> personal stuff 2013-10-15T00:33:34 < ds2> catching up on things right now 2013-10-15T00:34:48 < emeb> seems most of the old beagle gang moved off #beagle to #beagle-pro - got tired of the wave of n00bs that showed up after the new stuff that was introduced a while back. 2013-10-15T00:35:44 < Laurenceb__> next: beagle-pro-pro 2013-10-15T00:35:48 < ds2> hahah 2013-10-15T00:35:55 < ds2> *shrug* 2013-10-15T00:36:00 < emeb> meta-pro 2013-10-15T00:38:10 < ds2> anyone tried dipping in to the Atmel A5 stuff? 2013-10-15T00:38:17 < ds2> i.e SAMA5D31 2013-10-15T00:39:52 < emeb> nope 2013-10-15T00:40:15 < ds2> it seems like a tempting chip for those of us who wants a MMU 2013-10-15T00:40:36 < emeb> run actual linux, not just uclinux 2013-10-15T00:41:11 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 272 seconds] 2013-10-15T00:41:12 < emeb> lfbga tho - not extremely diy-friendly. 2013-10-15T00:41:22 < ds2> that isn't too bad 2013-10-15T00:41:32 < ds2> not like the 0.4mm of the AM37x parts 2013-10-15T00:41:38 < emeb> true 2013-10-15T00:42:18 < emeb> lotsa goodies on that chip 2013-10-15T00:42:45 < ds2> 0.8mm pitch too 2013-10-15T00:43:04 < ds2> the biggest attaction is no PMIC required 2013-10-15T00:43:18 < emeb> that's a big plus 2013-10-15T00:43:19 < ds2> uSD/chip/SDRAM and goto town 2013-10-15T00:43:31 < emeb> 18x18 bga grid - ugh 2013-10-15T00:43:40 < emeb> need lotsa layers. 2013-10-15T00:44:20 < ds2> only if you bring out everything 2013-10-15T00:44:28 < emeb> there's that 2013-10-15T00:44:37 < emeb> if you don't need the LCD... 2013-10-15T00:45:02 < ds2> besides, not many MMU enabled options around if you want a reasonable price build in a 30mmx30mm board formfactor 2013-10-15T00:45:20 < emeb> that's a small board 2013-10-15T00:45:24 < ds2> yes 2013-10-15T00:45:40 < ds2> the PMIC on the TI parts kind of kill that unless you do the 0.4mm stuff 2013-10-15T00:45:48 < ds2> then you budget goes out the window 2013-10-15T00:47:12 < emeb> 15x15mm pkg 2013-10-15T00:47:22 < emeb> there's 1/4 of your real estate 2013-10-15T00:47:31 < emeb> how much for DRAM? 2013-10-15T00:48:12 < karlp> 25x35 passable? http://www.asiarf.com/The-Smallest-Tiny-Realtek-802-11n-AP-Router-Module-Board-AWM001-product-view-341.html 2013-10-15T00:50:04 < ds2> whatever fits in 1 chip ;) 2013-10-15T00:50:19 < ds2> 128M might be a good number 2013-10-15T00:50:27 < emeb> what's the supply voltage - not mentioned on the summary ds 2013-10-15T00:50:44 < ds2> karlp: now, tellme how to buy the realtek chip in quantities of 1 along with a datasheet 2013-10-15T00:50:56 < ds2> emeb: 3.3V and down 2013-10-15T00:51:02 < emeb> not bad 2013-10-15T00:51:43 < ds2> it needs to be LiIon powered so it is not prefect. going to have to see if it will tolerate 3.0V and run a mmc card 2013-10-15T00:51:46 < karlp> if you only want one, then I'm sure samples can be arranged 2013-10-15T00:51:57 < emeb> huh - only $15 at DK. and in stock too. 2013-10-15T00:52:01 < ds2> karlp: with realtek? I doubt that 2013-10-15T00:52:15 < karlp> easier than atheros/broadcom 2013-10-15T00:52:57 < emeb> wow - costs come down fast in qty too. 2013-10-15T00:52:59 < ds2> heh 2013-10-15T00:53:26 < ds2> the literature for that part seems to indicate it is directly aimed at the AM33x stuff from TI 2013-10-15T00:53:57 < ds2> karlp: atheros used to be easy. write them a check and it is done. 2013-10-15T00:55:21 < karlp> yeah, well, it's qualcomm now isn' tit :) 2013-10-15T00:56:13 < emeb> ds2: anyone got a cheap devboard for it? 2013-10-15T00:57:20 < ds2> emeb: have not looked that far 2013-10-15T00:57:30 < emeb> not finding any *cheap* 2013-10-15T00:57:47 < emeb> Atmel wants ~$600 for theirs, but it's got lots of extra stuff 2013-10-15T00:57:56 < ds2> they have SOMs 2013-10-15T00:58:35 -!- alexn [~alexn@pD95E959E.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-15T00:58:47 < emeb> seems like the sort of thing Olimex would be all over 2013-10-15T00:59:38 < emeb> ya - lots of SOMs out there. 2013-10-15T01:00:54 < ds2> I am worried that Amtel might refuse to support users of the chip... they were heavily pushing SOMs when I was at one of their talks 2013-10-15T01:01:53 < karlp> less to support than, "man, my ram don't work good, fixit plz" 2013-10-15T01:02:30 < ds2> heh... you mean like one of those cheap TI dev board fiascos? 2013-10-15T01:02:38 < karlp> ;) 2013-10-15T01:03:04 < karlp> not all SoMs are created equal, some are created by the new hires and people weren't actually meant to buy them 2013-10-15T01:03:33 < ds2> always the option of building a board 2013-10-15T01:19:56 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Quit: Ik ga weg] 2013-10-15T01:24:15 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 264 seconds] 2013-10-15T01:44:20 < dongs> sup dongs 2013-10-15T01:44:59 < GargantuaSauce> sup GargantuaSauce 2013-10-15T01:57:50 < emeb> just bloggin 2013-10-15T02:07:03 -!- Laurenceb__ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Ping timeout: 268 seconds] 2013-10-15T02:30:05 < dongs> figures 2013-10-15T02:30:24 < dongs> 21:55 < Robint91> http://www.kickstarter.com/projects/technicalillusions/castar-the-most-versatile-ar-and-vr-system 2013-10-15T02:30:27 < dongs> 00:24 < Laurenceb> http://www.kickstarter.com/projects/technicalillusions/castar-the-most-versatile-ar-and-vr-system 2013-10-15T02:30:32 < dongs> Laurenceb is old as usual 2013-10-15T03:01:45 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-15T03:05:51 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 272 seconds] 2013-10-15T04:00:31 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-15T04:03:28 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Read error: Operation timed out] 2013-10-15T04:21:59 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-15T04:22:00 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-15T04:22:00 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-15T04:24:47 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has joined ##stm32 2013-10-15T04:24:48 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-15T04:28:31 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 260 seconds] 2013-10-15T04:32:46 -!- TeknoJuce01 is now known as TeknoJuce 2013-10-15T04:32:49 -!- TeknoJuce [~TeknoJuce@135.0.85.12] has quit [Changing host] 2013-10-15T04:32:49 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has joined ##stm32 2013-10-15T05:22:05 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-15T05:29:40 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-15T05:46:59 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-15T05:47:28 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-15T05:49:51 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-15T05:50:01 < talsit> dammit, my TI samples are coming from the USA this time 2013-10-15T05:57:04 < emeb_mac> hoping they'd come from Santa's workshop @ the north pole? 2013-10-15T05:57:28 < talsit> no, from Japan 2013-10-15T05:57:39 < talsit> all other TI samples have been shipped locally 2013-10-15T05:58:12 < emeb_mac> must be out of stock locally 2013-10-15T05:58:18 < emeb_mac> unusual parts? 2013-10-15T05:58:30 < talsit> not that much 2013-10-15T05:58:51 < talsit> don't bother me that much, but i was hoping to get something finished this week 2013-10-15T05:59:50 < emeb_mac> 1st-world problems. 2013-10-15T06:00:20 < talsit> yep 2013-10-15T06:24:44 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-15T06:25:26 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-15T06:25:38 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-15T06:37:03 < upgrdman> anyone here played with PID loops or general control theory? 2013-10-15T06:37:15 < upgrdman> i found a youtube video that mentioned integrating a zero if the proportional factor was >100%, to keep the integral part form "winding up". makes perfect sense, but i've never seen it mentioned anywhere else. does it seem right? 2013-10-15T06:38:08 < GargantuaSauce> some implementations just cap the integral at some arbitrary value also 2013-10-15T06:38:31 < upgrdman> oooh 2013-10-15T06:38:35 < upgrdman> sounds like a good iea 2013-10-15T06:41:23 < emeb_mac> upgrdman: I do control loops all the time. setting limits on the integrator is common 2013-10-15T07:07:31 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-15T07:08:07 -!- Activate_for_mor [~mirggi@213.87.141.95] has joined ##stm32 2013-10-15T07:11:14 -!- |akaWolf| [~akaWolf@188.134.9.161] has joined ##stm32 2013-10-15T07:14:38 -!- Activate_for_mor [~mirggi@213.87.141.95] has quit [Ping timeout: 240 seconds] 2013-10-15T07:15:01 -!- |akaWolf| [~akaWolf@188.134.9.161] has quit [Client Quit] 2013-10-15T07:22:28 -!- DanteA [~X@host-115-158-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-15T07:23:25 < emeb_mac> SiLabs bought Energy Micro? 2013-10-15T07:30:28 < dongs> orly? 2013-10-15T07:30:33 < dongs> is that why they spammed me wiht some EFM shit? 2013-10-15T07:53:44 -!- ASenR [~stephen@unaffiliated/asenr] has joined ##stm32 2013-10-15T07:59:58 < ASenR> hi, i'm a newbee to stm32, i want to develop stm32 program on linux, but i found that there are too many complilers for arm, which are arm-elf, arm-none-eabi, arm-linux and so on... what's the differences between them? and which one should i use? 2013-10-15T08:04:24 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 240 seconds] 2013-10-15T08:06:52 < gxti> what he said 2013-10-15T08:10:51 < ASenR> R2COM, thx! but what's the difference between them? could u please give me some websites or documents? 2013-10-15T08:12:23 < gxti> ASenR: the target names (arm-none-whatever) don't tell you anything interesting 2013-10-15T08:17:41 < GargantuaSauce> ASenR: what distro? 2013-10-15T08:17:56 < zippe> ASenR: in general, -- 2013-10-15T08:18:09 < GargantuaSauce> if arch, the AUR package arm-none-eabi-gcc48-linaro works well 2013-10-15T08:18:21 < zippe> arm-none-eabi means arm processor, no specific operating system, EABI (ELF ABI) 2013-10-15T08:19:13 < zippe> What you care about more is which specific GCC branch it's built from. The launchpad link above comes directly from ARM, and it's a safe bet. 2013-10-15T08:22:28 < ASenR> GargantuaSauce, arch, u got it :) 2013-10-15T08:22:58 < ASenR> zippe, i've installed arm-none-eabi pkg just now 2013-10-15T08:39:29 < ASenR> R2COM, i don't think so, linux is faster on my poor machine and i can learn more things. XD 2013-10-15T08:39:36 -!- DanteA [~X@host-115-158-66-217.spbmts.ru] has joined ##stm32 2013-10-15T08:41:26 -!- Guesc_ [7aaa3e63@gateway/web/freenode/ip.122.170.62.99] has joined ##stm32 2013-10-15T08:44:11 -!- DanteA [~X@host-115-158-66-217.spbmts.ru] has quit [Ping timeout: 268 seconds] 2013-10-15T08:44:56 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-15T08:46:01 -!- DanteA [~X@host-64-158-66-217.spbmts.ru] has joined ##stm32 2013-10-15T08:51:28 -!- NooM [~IceChat77@213-240-66-24.adsl.highway.telekom.at] has joined ##stm32 2013-10-15T08:51:32 < NooM> hello 2013-10-15T08:56:57 < Guesc_> hola 2013-10-15T09:01:49 < NooM> hmm i wonder if i can get spi-dma to work today 2013-10-15T09:02:30 < emeb_mac> it's not too hard 2013-10-15T09:02:39 -!- DanteA [~X@host-64-158-66-217.spbmts.ru] has quit [Ping timeout: 265 seconds] 2013-10-15T09:02:40 < NooM> i tried yeszerday, didnt work 2013-10-15T09:02:45 < NooM> yesterday 2013-10-15T09:03:06 < emeb_mac> I got it working on an F3xx a while back 2013-10-15T09:03:11 < NooM> and now i hooked up a bigger display, its around 40kb of screen data i wanna send, so i think dma would really pay of 2013-10-15T09:03:37 < emeb_mac> oh, you're doing a display too. 2013-10-15T09:03:43 < NooM> ya spi one 2013-10-15T09:03:51 < NooM> st7735 2013-10-15T09:03:59 < emeb_mac> ya - I did it from an F373 to one of those adafruit LCDs 2013-10-15T09:04:07 < NooM> ya 2013-10-15T09:04:40 < emeb_mac> the f373 doesn't have 40kB of SRAM so I did it in sections from a smaller bitmap 2013-10-15T09:04:48 < NooM> :D 2013-10-15T09:05:04 < NooM> i have the f4 discovery board 2013-10-15T09:05:15 < emeb_mac> plenty of buffer RAM there 2013-10-15T09:05:25 < NooM> yeah 2013-10-15T09:05:42 < NooM> display is working (kind of portet the adafruit lib) 2013-10-15T09:05:49 < NooM> so now, dma :D 2013-10-15T09:05:52 < emeb_mac> weird thing I found - there was a _lower_ limit on the SPI clock. 2013-10-15T09:06:03 < emeb_mac> wouldn't work unless I was running it fast. 2013-10-15T09:06:06 < NooM> i use clockdiv2 on spi2, so 21mhz 2013-10-15T09:06:15 < emeb_mac> that's about right. 2013-10-15T09:06:24 < NooM> spi2 and 3 cant go faster 2013-10-15T09:06:31 < emeb_mac> true 2013-10-15T09:06:34 < emeb_mac> different bus 2013-10-15T09:06:53 < NooM> ya i dont wanna use spi1, thats whhere sdio is later 2013-10-15T09:07:46 < NooM> iirc the display is only rated 16mhz :D 2013-10-15T09:07:55 -!- ASenR [~stephen@unaffiliated/asenr] has quit [Quit: Lost terminal] 2013-10-15T09:08:54 < emeb_mac> here - http://www.youtube.com/watch?v=D-Zzmh9y68g 2013-10-15T09:09:12 < NooM> wow thats sweet 2013-10-15T09:09:37 < emeb_mac> goes fast 2013-10-15T09:09:43 < NooM> mhm 2013-10-15T09:11:08 -!- ASenR [~qicruser@unaffiliated/asenr] has joined ##stm32 2013-10-15T09:18:42 < NooM> hmm still nothing 2013-10-15T09:19:51 < NooM> maybe you could have a look please? 2013-10-15T09:19:55 < NooM> http://pastebin.com/Q4XRnwQg 2013-10-15T09:20:01 < NooM> if anything obvious is wrong 2013-10-15T09:20:11 < NooM> spi setup is correct, its working without dma fine 2013-10-15T09:20:46 -!- ASenR [~qicruser@unaffiliated/asenr] has quit [Ping timeout: 240 seconds] 2013-10-15T09:21:21 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-15T09:22:07 < emeb_mac> looking... 2013-10-15T09:22:13 < NooM> great thx :D 2013-10-15T09:26:39 < emeb_mac> don't see anything obvious. very close to the code I have for the F3 2013-10-15T09:26:43 -!- Activate_for_mor [~mirggi@213.87.141.95] has joined ##stm32 2013-10-15T09:26:50 < NooM> damn :( 2013-10-15T09:27:05 < NooM> it puts out something, the screen is all black 2013-10-15T09:27:07 < emeb_mac> did you enable clock for the dma? 2013-10-15T09:27:12 < NooM> hmm 2013-10-15T09:27:17 < NooM> nope 2013-10-15T09:27:25 < NooM> all the code i posted is what i used for dma 2013-10-15T09:27:26 < emeb_mac> that would help. :) 2013-10-15T09:27:31 < NooM> wow ill look 2013-10-15T09:27:39 < NooM> seems ive overseen this from the tut 2013-10-15T09:28:39 < NooM> still the same 2013-10-15T09:29:59 < emeb_mac> bummer 2013-10-15T09:31:58 -!- DanteA [~X@217.66.152.0] has joined ##stm32 2013-10-15T09:39:20 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-15T09:42:46 -!- Activate_for_mor [~mirggi@213.87.141.95] has quit [Ping timeout: 268 seconds] 2013-10-15T09:43:03 -!- Activate_for_mor [~mirggi@213.87.141.144] has joined ##stm32 2013-10-15T09:45:08 -!- DanteA [~X@217.66.152.0] has quit [Ping timeout: 240 seconds] 2013-10-15T09:46:36 -!- DanteA [~X@host-21-157-66-217.spbmts.ru] has joined ##stm32 2013-10-15T09:46:39 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-15T09:48:13 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-15T09:52:18 -!- Robint91 [~Robint91_@2a02:2c40:400:0:3caf:ccbb:5e21:8757] has joined ##stm32 2013-10-15T09:54:48 -!- DanteA [~X@host-21-157-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-15T10:00:43 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-15T10:01:11 < NooM> anyone else good with spi and dma ? 2013-10-15T10:04:43 -!- cehteh [~cehteh@pipapo.org] has quit [Ping timeout: 245 seconds] 2013-10-15T10:04:58 -!- cehteh [~cehteh@pipapo.org] has joined ##stm32 2013-10-15T10:08:38 -!- espiral [maze@unaffiliated/espiral] has quit [Ping timeout: 240 seconds] 2013-10-15T10:11:21 < dongs> it worked for me last i tried. 2013-10-15T10:11:39 < dongs> https://github.com/trollcop/m4osd/blob/master/src/osdcore.c#L39 2013-10-15T10:11:42 < NooM> may you have a look at my code please? maybe you can find something obvious 2013-10-15T10:11:50 < dongs> bcas.tv/paste 2013-10-15T10:11:53 < NooM> http://pastebin.com/Q4XRnwQg 2013-10-15T10:11:58 < dongs> not clicking on a site full of ads. 2013-10-15T10:12:02 < dongs> repaste @ bacs 2013-10-15T10:12:03 < dongs> bcas 2013-10-15T10:12:05 < NooM> ok 2013-10-15T10:12:48 < NooM> http://bcas.tv/paste/results/TC3v2726.html 2013-10-15T10:13:09 < NooM> spi alone is working fine, but as soon as i start using dma my uC locks up 2013-10-15T10:13:17 < NooM> serial also stops working 2013-10-15T10:13:37 -!- DanteA [~X@host-64-152-66-217.spbmts.ru] has joined ##stm32 2013-10-15T10:14:40 < NooM> volatile uint8_t backbuffer[128*160*2]; 2013-10-15T10:14:46 < NooM> thats backbuffer, if that matters 2013-10-15T10:14:58 -!- espiral [maze@90.154.248.207] has joined ##stm32 2013-10-15T10:15:00 -!- espiral [maze@90.154.248.207] has quit [Changing host] 2013-10-15T10:15:00 -!- espiral [maze@unaffiliated/espiral] has joined ##stm32 2013-10-15T10:16:36 -!- Activate_for_mor [~mirggi@213.87.141.144] has quit [Ping timeout: 265 seconds] 2013-10-15T10:19:05 < NooM> it actually looks the same as yours 2013-10-15T10:20:00 -!- DanteA [~X@host-64-152-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-15T10:20:09 < dongs> checking 2013-10-15T10:20:26 < dongs> is this your nmokia lcd shit? 2013-10-15T10:20:39 < NooM> no i used a better display now 2013-10-15T10:20:41 < Guesc_> 128*160*2 !! which mcu is so generous with memory ? 2013-10-15T10:20:43 < NooM> st7735 2013-10-15T10:20:51 < NooM> f407 2013-10-15T10:20:51 < dongs> anything thats not arduino 2013-10-15T10:20:52 < NooM> :D 2013-10-15T10:21:37 < dongs> NooM: looks legit, at least from a quick glance 2013-10-15T10:21:49 < NooM> yeah i know :( 2013-10-15T10:22:10 < dongs> does it work in polled mode? 2013-10-15T10:22:18 < NooM> without dma yes 2013-10-15T10:22:50 < NooM> SPI_I2S_DMACmd(SPI2, SPI_I2S_DMAReq_Tx, ENABLE); 2013-10-15T10:22:55 < NooM> as soon as i call this it locks up 2013-10-15T10:26:50 < NooM> and when i use debug mode it still loops, like it switches from my main loop to the dma stuff 2013-10-15T10:27:10 < NooM> but not calling the function from main loop 2013-10-15T10:27:27 < dongs> locks up? 2013-10-15T10:27:43 < NooM> ya idk what exactly happens 2013-10-15T10:27:44 < dongs> DMA_InitStructure.DMA_Memory0BaseAddr = (uint32_t)&backbuffer 2013-10-15T10:27:49 < dongs> volatile uint8_t backbuffer[128*160*2]; 2013-10-15T10:27:54 < dongs> why are you giving it a pointer to backbuffer 2013-10-15T10:27:57 < dongs> its already a pointer? 2013-10-15T10:28:03 < jpa-> NooM: do you have some kind of handler for hardfault, so that you know if it goes there? 2013-10-15T10:28:20 < NooM> jpa- well theres a standard one, and it doesent land there 2013-10-15T10:28:38 < NooM> dongs thats what the tutorial said, i also tried removing the & 2013-10-15T10:28:46 < jpa-> dongs: &array returns the same as &array[0], which is really the same as array anyway.. don't ask me why 2013-10-15T10:29:28 < GargantuaSauce> does backbuffer need to be aligned to 1024 bytes 2013-10-15T10:29:58 < NooM> how you mean? its a display 2013-10-15T10:30:09 < jpa-> DMA shouldn't care about alignment 2013-10-15T10:30:52 < GargantuaSauce> oh that is burst mode i guess? 2013-10-15T10:35:38 < Robint91> hi all 2013-10-15T10:35:47 < NooM> hi 2013-10-15T10:36:02 < NooM> hmm i just found a forum post i should turn off code optimization 2013-10-15T10:36:12 < NooM> wonder if that helps 2013-10-15T10:36:22 -!- Activate_for_mor [~mirggi@213.87.141.144] has joined ##stm32 2013-10-15T10:37:28 < GargantuaSauce> if it works fine with debugging on then yes that is probably a good thing to try 2013-10-15T10:40:54 < NooM> still nothing 2013-10-15T10:44:49 < GargantuaSauce> and we're sure it's not jumped to any of the fault handlers? 2013-10-15T10:44:59 < NooM> yes 2013-10-15T10:47:28 -!- Activate_for_mor [~mirggi@213.87.141.144] has quit [Ping timeout: 246 seconds] 2013-10-15T10:47:37 < NooM> well ima off, cu 2013-10-15T10:47:41 -!- NooM [~IceChat77@213-240-66-24.adsl.highway.telekom.at] has quit [Quit: OUCH!!!] 2013-10-15T10:49:45 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-15T10:50:09 < GargantuaSauce> i bet it's another dma interrupt for which he is not clearing the flag 2013-10-15T10:57:22 -!- NooM [~IceChat77@213-240-66-24.adsl.highway.telekom.at] has joined ##stm32 2013-10-15T10:57:27 < NooM> wow its working now :D 2013-10-15T10:59:13 < GargantuaSauce> what was the issue 2013-10-15T10:59:30 < NooM> my drawing code (....) 2013-10-15T10:59:41 < NooM> i didnt set address window for the display ................ 2013-10-15T10:59:49 < NooM> iam such a moron :( 2013-10-15T11:00:23 < GargantuaSauce> oh...thaaat'd do it 2013-10-15T11:01:31 < GargantuaSauce> wait how did that make the serial not work 2013-10-15T11:01:50 < NooM> idk, guess that was the optimization stuff 2013-10-15T11:03:33 < GargantuaSauce> mmm...fwiw last time i had stuff break with optimizations on it was because i was dicking up the stack calling an implicitly defined function with a void return 2013-10-15T11:03:52 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-15T11:07:37 < NooM> iam happy now :D 2013-10-15T11:15:30 -!- NooM [~IceChat77@213-240-66-24.adsl.highway.telekom.at] has quit [Quit: ASCII a stupid question, get a stupid ANSI!] 2013-10-15T11:20:51 -!- ASenR [~qicruser@unaffiliated/asenr] has joined ##stm32 2013-10-15T11:28:14 < dongs> APRESS.BEGINNING.C.FOR.ARDUINO.LEARN.C.PROGRAMMING.FOR.THE.ARDUINO.2013.RETAIL.EBOOK-kE 2013-10-15T11:49:56 < akaWolf> do you reading that now? :) 2013-10-15T11:50:04 < dongs> no 2013-10-15T11:54:34 -!- trepidaciousMBR [~trepidaci@dsl-217-155-137-246.zen.co.uk] has joined ##stm32 2013-10-15T11:58:24 < dongs> http://www.onsemi.com/PowerSolutions/product.do?id=LC823430TA wtf. 2013-10-15T12:07:38 < GargantuaSauce> that reminds me, how far did you get with that mp3 encoding business 2013-10-15T12:07:46 < dongs> right 2013-10-15T12:07:57 < dongs> ohsix linked this shit to me 2013-10-15T12:08:03 < dongs> sounds like it might bt the way to go for my application 2013-10-15T12:08:07 < dongs> cuz that chip has everything I needed. 2013-10-15T12:23:58 -!- ohsix [~ohsix@208.100.175.111] has joined ##stm32 2013-10-15T12:24:24 < ohsix> where's that loud guy, don't remember his name; http://www.defensetechbriefs.com/component/content/article/17526 2013-10-15T12:31:22 -!- Count_Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-15T12:31:55 < GargantuaSauce> 1.35kbits at 1.8 metres 2013-10-15T12:31:57 < GargantuaSauce> fantastic 2013-10-15T12:34:24 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-15T12:38:34 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has quit [Remote host closed the connection] 2013-10-15T12:38:35 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Ping timeout: 272 seconds] 2013-10-15T12:38:35 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Ping timeout: 272 seconds] 2013-10-15T12:38:50 < dongs> probably at the gym 2013-10-15T12:57:31 < ohsix> operative statement being "other than in fresh water, satisfactory operation might be impossible" 2013-10-15T13:06:16 -!- ASenR [~qicruser@unaffiliated/asenr] has quit [Ping timeout: 268 seconds] 2013-10-15T13:07:35 < ohsix> nasa tech briefs is far and away the coolest magazine i get 2013-10-15T13:07:50 < ohsix> hm i wonder if it's affected by the shutdown 2013-10-15T13:13:20 -!- NooM [~IceChat77@213-240-66-24.adsl.highway.telekom.at] has joined ##stm32 2013-10-15T13:13:24 < NooM> hello 2013-10-15T13:14:13 < NooM> if i dont use a bootloader and programm with swd, i can just connect boot0 to gnd right ? 2013-10-15T13:14:32 < talsit> you should connect it to gnd 2013-10-15T13:14:40 -!- Guesc_ [7aaa3e63@gateway/web/freenode/ip.122.170.62.99] has quit [Quit: Page closed] 2013-10-15T13:14:47 < NooM> i mean without a resistor 2013-10-15T13:19:57 -!- Laurenceb__ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-15T13:22:31 < NooM> guess iam ready to order my board :D 2013-10-15T13:22:41 < NooM> https://www.dropbox.com/s/9ez7913siqvmr6g/f4_board_front.png 2013-10-15T13:22:48 < NooM> https://www.dropbox.com/s/f2u1e0rvh4tlpjc/f4_board_back.png 2013-10-15T13:24:16 < dongs> default dicktrace cap / resistor patterns are shit 2013-10-15T13:24:27 < dongs> you need silk outline 2013-10-15T13:24:28 < NooM> how you mean ? 2013-10-15T13:24:29 < dongs> if you got 2 caps next to each other | | you dont know if its vertical or horizontal 2013-10-15T13:24:47 < dongs> like on your front side 2013-10-15T13:24:50 < dongs> resistors near USB 2013-10-15T13:24:50 < dongs> 22R 2013-10-15T13:24:54 < dongs> i mean YOU know they're inline 2013-10-15T13:25:00 < dongs> but its just as easy to solder htem across 2013-10-15T13:25:01 < NooM> ya its only for me 2013-10-15T13:25:21 < NooM> but ic what you mean 2013-10-15T13:25:49 < NooM> but iam ok with that, its quite simple project 2013-10-15T13:25:49 < dongs> also 2013-10-15T13:25:52 < dongs> you probably want thermals 2013-10-15T13:25:55 < dongs> on most of those gnd pads 2013-10-15T13:26:03 < dongs> handsoldering that shit will be nasty 2013-10-15T13:26:09 < NooM> i dont handsolder 2013-10-15T13:26:11 < NooM> i reflow 2013-10-15T13:26:56 < NooM> luckily :D 2013-10-15T13:27:11 < zyp> are those 0603 or 0402? 2013-10-15T13:27:14 < NooM> 0402 2013-10-15T13:27:35 < zyp> then you want thermals 2013-10-15T13:27:45 < zyp> otherwise you'll get lots of tombstones 2013-10-15T13:27:57 < NooM> now whats that ? 2013-10-15T13:27:58 < zyp> due to one side heating up and melting faster than the other 2013-10-15T13:28:15 < NooM> ahh when the components stand up ? 2013-10-15T13:28:24 < zyp> yes 2013-10-15T13:28:42 < zyp> no thermals will make that even worse 2013-10-15T13:28:59 -!- trepidaciousMBR [~trepidaci@dsl-217-155-137-246.zen.co.uk] has quit [Quit: trepidaciousMBR] 2013-10-15T13:29:07 < NooM> ic, i noticed that a few times with other boards 2013-10-15T13:29:55 < NooM> damn the thermals look so ugly :( 2013-10-15T13:30:12 < dongs> looks fine to me. 2013-10-15T13:30:40 < talsit> tombstones are uglier 2013-10-15T13:30:57 < NooM> i can lay em down with tweezers :D 2013-10-15T13:31:37 < NooM> hmm gonna think about that, it was quite annoying 2013-10-15T13:31:53 < NooM> the caps tend todo that 2013-10-15T13:34:03 < NooM> dongs i fixed all the pads on vias tho, except one :D 2013-10-15T13:34:11 < dongs> yea saw that 2013-10-15T13:34:25 < NooM> i really cant route it different 2013-10-15T13:34:40 < NooM> i could remove the resistor for vdd 2013-10-15T13:34:44 < NooM> but meh 2013-10-15T13:35:34 < NooM> and i really have to hurry, i wanna assemble it beginning next month, and itead is not the fastest :D 2013-10-15T13:35:40 < NooM> so nono new designing :( 2013-10-15T13:35:59 < talsit> you can also use this to share the views of your gerbers: http://gerblook.org/ 2013-10-15T13:36:07 < qyx_> when your are talking about diptrace, should try that 2013-10-15T13:36:25 < qyx_> they have 30 days trial compatible with lunex \o/ 2013-10-15T13:36:42 < NooM> try what ? 2013-10-15T13:36:59 < qyx_> diptrace 2013-10-15T13:37:00 < NooM> talsit thx is bookmarked, i havent exported the gerbers yet 2013-10-15T13:37:07 < NooM> iam using diptrace 2013-10-15T13:37:14 < NooM> the freeware with 300 pins 2013-10-15T13:38:18 < dongs> i paid for it, its awesome!11 2013-10-15T13:38:33 < NooM> yeah 2013-10-15T13:38:41 < NooM> i would if id gonna sell anything 2013-10-15T13:38:50 < NooM> but iam noob, noon would buy my stuff :D 2013-10-15T13:38:56 < NooM> noone 2013-10-15T13:39:12 < ohsix> http://predb.me/?search=diptrace ooh 1.0 2013-10-15T13:39:22 < NooM> :D 2013-10-15T13:39:25 -!- trepidaciousMBR [~trepidaci@dsl-217-155-137-246.zen.co.uk] has joined ##stm32 2013-10-15T13:39:57 < NooM> iam fine with the freeware, dont need 4 layers, too expensive to make 2013-10-15T13:40:10 < NooM> if i need iam gonna upgrade to 500 pins 2013-10-15T13:40:44 < NooM> btw dongs did you notice i got dma to work ? 2013-10-15T13:40:45 < NooM> :D 2013-10-15T13:40:52 < NooM> the faul was somewhere else in my code 2013-10-15T13:40:56 < NooM> ... 2013-10-15T13:41:53 < dongs> right 2013-10-15T13:42:17 < NooM> damn that was stupid, i wasted like 4 hours looking and searching 2013-10-15T13:42:23 < ohsix> you can use cheat engine to bust off something like that pin limit ;D 2013-10-15T13:42:49 < NooM> cheat engine :D 2013-10-15T13:42:56 < NooM> with the memory editor 2013-10-15T13:42:57 < NooM> :D 2013-10-15T13:43:50 < NooM> sadly spi is way too slow for a display, it seems flickering when it updates to the new image 2013-10-15T13:44:12 < NooM> (i mean, 1000 times better than with avr, there i could watch it send the data :D and slowly build up) 2013-10-15T13:45:13 < dongs> um 2013-10-15T13:45:19 < dongs> increase SPI clock speed hten? 2013-10-15T13:45:24 < NooM> its allready max 2013-10-15T13:45:28 < dongs> huh 2013-10-15T13:45:30 < dongs> 42mhz? 2013-10-15T13:45:32 < NooM> 21mhz @ spi2 2013-10-15T13:46:08 < NooM> ya spi1 would be faster, but on my board some of its pins are for the sd card 2013-10-15T13:46:16 < dongs> i serioiusly doubt you can see refresh at 21mhz spi on a 160x128 lcd 2013-10-15T13:46:22 < NooM> sod id better not usem them now and be sad later :D 2013-10-15T13:46:38 < NooM> its 16 bit color 2013-10-15T13:46:42 < NooM> so 40kb data 2013-10-15T13:46:42 < talsit> is that the nokia lcd? 2013-10-15T13:46:47 < NooM> no 2013-10-15T13:46:50 < dongs> https://youtube.com/watch?v=smz2cU3FfFk 2013-10-15T13:46:51 < qyx_> it would be able to refresh 64 times a second 2013-10-15T13:46:54 < dongs> this is SPI 24bit lcd 2013-10-15T13:47:00 < dongs> and at liek 12mhz i think which is lcd's max spec 2013-10-15T13:47:02 < talsit> ah, still, won't have better response than 10ms 2013-10-15T13:47:02 < qyx_> you have probably another bottleneck 2013-10-15T13:47:20 < NooM> damn why that way more smooth than mine 2013-10-15T13:47:44 -!- dekar [~dekar@dslb-088-068-022-144.pools.arcor-ip.net] has joined ##stm32 2013-10-15T13:47:47 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-15T13:53:05 < NooM> http://www.youtube.com/watch?v=qeGZU-Nw-6w 2013-10-15T13:53:18 < NooM> my cam cant catch it good, but on the 3rd shift its visible 2013-10-15T13:53:27 < NooM> around the center of the screen 2013-10-15T13:53:55 < NooM> one half is allready the new color, the other is still that bluish 2013-10-15T13:56:37 < NooM> well, anyway, g2g now, cu 2013-10-15T13:56:41 -!- NooM [~IceChat77@213-240-66-24.adsl.highway.telekom.at] has quit [Quit: For Sale: Parachute. Only used once, never opened, small stain.] 2013-10-15T14:00:02 < Laurenceb__> http://www.youtube.com/watch?v=IxFfxTZA6ao 2013-10-15T14:01:25 < dongs> od 2013-10-15T14:01:29 < dongs> old 2013-10-15T14:04:13 < Laurenceb__> http://www.youtube.com/watch?v=IJrXf6waoUI&feature=player_embedded 2013-10-15T14:04:14 < Laurenceb__> wut 2013-10-15T14:04:38 < Laurenceb__> why dont they just use off the shelf active shutter glasses and interleave them with the projector 2013-10-15T14:04:51 < Laurenceb__> bazillion times simpler 2013-10-15T14:05:18 < dongs> wheres your dickstarter 2013-10-15T14:05:44 < dongs> they're gonna get around 4 mil for this 2013-10-15T14:05:54 < Laurenceb__> wtf 2013-10-15T14:06:15 < Laurenceb__> i bet you could do it with just some video in/out box 2013-10-15T14:06:26 < dongs> start 2013-10-15T14:06:30 < Laurenceb__> to get a radio tx to the glasses synced to the video 2013-10-15T14:06:44 < Laurenceb__> then split frames to viewer x, eye 1,2 etc 2013-10-15T14:07:00 < Laurenceb__> itd be brighter than this as well 2013-10-15T14:07:19 < Laurenceb__> retroreflective with mini LED projectors is going to be really dim 2013-10-15T14:08:01 < Laurenceb__> bbl 2013-10-15T14:09:05 < ohsix> you could also just go outside to real reality 2013-10-15T14:09:19 < ohsix> go to the city to augment it with the smell of piss 2013-10-15T14:09:50 < ohsix> lolwut jeri ellsworth is associated with this junk 2013-10-15T14:10:40 < dongs> right 2013-10-15T14:10:53 < dongs> i prefer "jerry ellisworthless" 2013-10-15T14:11:29 < ohsix> are you threatened by women 2013-10-15T14:11:32 -!- Laurenceb__ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Read error: Operation timed out] 2013-10-15T14:11:34 < ohsix> https://www.youtube.com/watch?v=ulfCxDsVTWo 2013-10-15T14:12:47 < ohsix> i like me some bkraz, 'they do this shit and never really say why', f yea 2013-10-15T14:23:13 < dongs> http://www.vg247.com/2013/10/14/former-valve-inventor-jeri-ellsworth-takes-vr-glasses-to-kickstarter/comment-page-1/ 2013-10-15T14:23:56 < dongs> what did she "invent" at valve 2013-10-15T14:23:59 < dongs> i thought she got fired 2013-10-15T14:24:01 < dongs> for doing fuckall 2013-10-15T14:24:10 < dongs> or waht did she invent in general 2013-10-15T14:24:15 < dongs> that didnt involve stealing someone elses work 2013-10-15T14:24:17 < dongs> and hten never completing it 2013-10-15T14:32:38 -!- trepidaciousMBR [~trepidaci@dsl-217-155-137-246.zen.co.uk] has quit [Quit: trepidaciousMBR] 2013-10-15T14:33:23 < dongs> you know you're winning when 1st google search autosuggest result after your name is "fired" 2013-10-15T14:38:29 < ohsix> how do you know it's your particular name and not someone with it that had been fired 2013-10-15T14:40:12 < dongs> im talking about jerry 2013-10-15T14:44:11 <+Steffan-> ohsix, dongs has a feeling for her, but he wont admit it. 2013-10-15T14:44:51 -!- Robint91 [~Robint91_@2a02:2c40:400:0:3caf:ccbb:5e21:8757] has quit [Read error: Connection reset by peer] 2013-10-15T14:44:51 <+Steffan-> He tells this story everything her name comes up, but you probably already know that. 2013-10-15T14:45:56 < GargantuaSauce> talk arduino to me baby 2013-10-15T14:48:52 <+Steffan-> What i kind of miss.. why this valve thing is relevant?! 2013-10-15T14:48:54 < ohsix> wut 2013-10-15T14:49:21 < ohsix> there are 7 jeri ellsworths by the way, and only 3 were fired 2013-10-15T15:01:51 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 245 seconds] 2013-10-15T15:02:40 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-15T15:10:45 -!- Activate_for_mor [~mirggi@213.87.136.250] has joined ##stm32 2013-10-15T15:18:17 < dongs> < ohsix> there are 7 jeri ellsworths by the way, and only 3 were fired 2013-10-15T15:18:25 < dongs> wut 2013-10-15T15:33:54 < qyx_> wut 2013-10-15T15:34:11 < qyx_> is that this redhair woman? 2013-10-15T15:39:56 < Laurenceb> http://www.downloads.reactivemicro.com/Public/Users/Henry_Courbis/Pics/People_Pics/Jeri%20Ellsworth%20%20-%20C1%20Chick%20-%20KFEST%202006.jpg 2013-10-15T15:40:10 < dongs> manly 2013-10-15T15:40:16 < Laurenceb> i'll be back when dongs has finished fapping 2013-10-15T15:41:26 < Laurenceb> damn now im trying to come up with non fail ways to do that AR thingy 2013-10-15T15:42:36 < Laurenceb> i guess the retroreflector is quite a good idea 2013-10-15T15:42:45 < Laurenceb> allows use of a dim projector 2013-10-15T15:42:57 < Laurenceb> but i dont see why there are dual projectors on the glasses 2013-10-15T15:43:42 < Laurenceb> http://www.alibaba.com/product-gs/464822109/New_Worldwide_Smallest_Mini_Pocket_Multimedia.html 2013-10-15T15:43:47 < Laurenceb> i detect dongs at work 2013-10-15T15:44:18 < dongs> haha 2013-10-15T15:44:25 < Laurenceb> holy shit 2013-10-15T15:44:26 < Laurenceb> http://www.vialux.de/HTML/en_oem.htm 2013-10-15T15:44:30 < Laurenceb> that looks epic 2013-10-15T15:45:28 < Laurenceb> also the cast AR thing currently has a huge RFID thingy on solid FR4 under the retroreflector cover 2013-10-15T15:45:36 < Laurenceb> doubly epic fail 2013-10-15T15:45:46 < Laurenceb> its going to cost megabucks 2013-10-15T15:50:51 -!- trepidaciousMBR [~trepidaci@dsl-217-155-137-246.zen.co.uk] has joined ##stm32 2013-10-15T15:51:30 < Laurenceb> this is stupid 2013-10-15T15:51:40 < Laurenceb> " While the retro-reflective surface eliminates the majority of the cross talk between projectors, active shutters eliminate the rest" 2013-10-15T15:51:51 < Laurenceb> so use single projector and active shutters 2013-10-15T15:52:05 < Laurenceb> ~half the cost straight away 2013-10-15T15:54:17 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-15T15:55:43 -!- Activate_for_mor [~mirggi@213.87.136.250] has quit [Ping timeout: 272 seconds] 2013-10-15T15:57:35 < Laurenceb> ok i got it 2013-10-15T15:57:54 < Laurenceb> single projector on forehead with IR camera like the existing setup 2013-10-15T15:58:18 < Laurenceb> then using IR LED units clipped on the objects for id and tracking 2013-10-15T15:58:28 < Laurenceb> prob ~ 1/3rd the cost 2013-10-15T15:59:31 < Laurenceb> i can haz $400k ?? 2013-10-15T15:59:55 < qyx_> just ask them 2013-10-15T15:59:57 < dongs> no 2013-10-15T16:00:43 < Laurenceb> also, single prjector means no glasses 2013-10-15T16:01:18 < Laurenceb> just clip on your forehead cock and go 2013-10-15T16:03:04 <+Steffan-> Laurenceb, go for it. 2013-10-15T16:04:52 < Laurenceb> need to find prices for OEM LED projector modules 2013-10-15T16:05:00 < Laurenceb> to see how expensive it'd be 2013-10-15T16:06:56 <+Steffan-> Do have have a 'reverse phonebook' in the uk Laurenceb? 2013-10-15T16:07:05 <+Steffan-> As in, enter phone number, find company/person? 2013-10-15T16:08:38 <+Steffan-> *they have 2013-10-15T16:22:05 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 245 seconds] 2013-10-15T16:22:47 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-15T16:46:09 -!- alexn [~alexn@93.104.205.194] has left ##stm32 ["Leaving"] 2013-10-15T16:47:35 < karlp> the fuck would I want IR leds clipped on the objects Laurenceb ?! 2013-10-15T16:47:47 < karlp> batteries and cost and obnoxiousness 2013-10-15T16:59:20 -!- trepidaciousMBR [~trepidaci@dsl-217-155-137-246.zen.co.uk] has quit [Ping timeout: 240 seconds] 2013-10-15T16:59:39 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-15T17:01:43 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-15T17:03:21 < dongs> also, cocks 2013-10-15T17:05:38 -!- zippe [~Adium@173.11.99.161] has quit [Ping timeout: 264 seconds] 2013-10-15T17:06:33 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-15T17:09:19 < Laurenceb> karlp: better than active rfid things like CastAR uses 2013-10-15T17:09:29 < dongs> http://dcxposed.com/2013/02/06/911-conspiracy-author-phillip-marshall-murders-children-self-in-ca/ 2013-10-15T17:09:50 < dongs> wut 2013-10-15T17:09:59 < gxti> shrug 2013-10-15T17:10:06 < Laurenceb> inb4 "CIa shot them" 2013-10-15T17:12:25 < Laurenceb> krlp: https://s3.amazonaws.com/ksr/assets/001/082/011/91c8a5dde3a6b240b90c0c3f00135d44_large.jpg?1381538956 2013-10-15T17:12:33 < Laurenceb> +a 2013-10-15T17:13:10 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-15T17:13:14 < Laurenceb> "*** TEA TIME WITH JERI *** Spend a day with Jeri Ellsworth " 2013-10-15T17:13:19 < Laurenceb> epic lolling 2013-10-15T17:14:45 < dongs> attn GargantuaSauce http://www.kickstarter.com/projects/74836263/servoshock-remote-servo-and-i-o-controller?ref=category 2013-10-15T17:14:48 < gxti> i'm glad you are so easily entertained 2013-10-15T17:15:03 < dongs> haha some fucking dspic 2013-10-15T17:16:20 <+Steffan-> dongs, does you mom read you some kickstarter bed stories before you go sleep? 2013-10-15T17:16:40 < Laurenceb> ur mum 2013-10-15T17:16:47 <+Steffan-> *your 2013-10-15T17:17:02 < Laurenceb> your milf 2013-10-15T17:17:37 <+Steffan-> It's always around bedtime when you start to post links to ks :P 2013-10-15T17:18:15 < GargantuaSauce> i cant find what mcu they're using 2013-10-15T17:18:23 < GargantuaSauce> in any case, $35 for a damn dip breakout 2013-10-15T17:18:28 < GargantuaSauce> dongs you should really get on this 2013-10-15T17:18:32 < GargantuaSauce> make some real bank 2013-10-15T17:19:02 < dongs> GargantuaSauce: i see a fuckin microchip logo on it 2013-10-15T17:19:05 < dongs> so it cant be anything good 2013-10-15T17:19:14 < dongs> either dspic or worse, actual PIC 2013-10-15T17:19:18 < dongs> aidsssssss 2013-10-15T17:19:28 < dongs> PIC18 or something 2013-10-15T17:19:33 < dongs> for USB. 2013-10-15T17:19:35 < GargantuaSauce> i looked at some documentation and it definitely runs the tarduino library 2013-10-15T17:19:36 < dongs> tho i guess they'd hae to do USB host 2013-10-15T17:19:39 < dongs> for that bluetooth thing 2013-10-15T17:19:49 < dongs> maybe its the tarduino compatible pic shit 2013-10-15T17:19:56 <+Steffan-> You can also just download the schematics.. 2013-10-15T17:19:57 < dongs> chipkit or whatever 2013-10-15T17:19:58 <+Steffan-> PIC24FJ64GB106-I/PT 2013-10-15T17:20:04 < dongs> trash. 2013-10-15T17:20:52 < dongs> CHIPKIT U-NO 2013-10-15T17:21:31 < dongs> http://www.kickstarter.com/projects/386717175/sodaq-a-lego-like-plug-in-rapid-prototyping-board?ref=category 2013-10-15T17:22:15 < dongs> it's fully Arduino compatible - and for when you need to go pro, we're also working on a proper Eclipse IDE for it. 2013-10-15T17:22:26 < BrainDamage> > mfw when I read groove connectors 2013-10-15T17:23:23 <+Steffan-> The only think i care about is the wonderful dutch english accent :P 2013-10-15T17:24:16 < dongs> http://www.kickstarter.com/projects/ilumi/ilumi-the-worlds-smartest-lights?ref=category really, nobody have tried this before!!! 2013-10-15T17:24:35 < dongs> checking if lifx is shipping yet. 2013-10-15T17:25:12 <+Steffan-> Which ks projects you actually supported dongs? 2013-10-15T17:25:16 -!- dekar [~dekar@dslb-088-068-022-144.pools.arcor-ip.net] has quit [Ping timeout: 268 seconds] 2013-10-15T17:25:24 < dongs> none 2013-10-15T17:25:26 <+Steffan-> ( better question are there ks projects you support(ed)? ) 2013-10-15T17:25:33 <+Steffan-> Ah. Good. 2013-10-15T17:25:59 <+Steffan-> no openviszla for you?! 2013-10-15T17:26:01 < dongs> https://lh6.googleusercontent.com/S_z4bO4Bm-sHSt0OS_xsGb9etN1ILnzp4BINjefSqgKUERsuDDSU1CBZ2ysdOdLCSMsukjFDADA4N5FVwCeG5EBw-2NokaQnbBKaYkhFZ3-LVYEIlo_Aj7Il 2013-10-15T17:26:15 < dongs> did those clowns really fucking got laser etching on their chips 2013-10-15T17:26:28 < dongs> talk about priorities 2013-10-15T17:26:41 -!- Activate_for_mor [~mirggi@213.87.141.80] has joined ##stm32 2013-10-15T17:26:41 < karlp> lifx got lots of goodies from ti 2013-10-15T17:26:51 < karlp> ti just did it for them to get them to use ti gear instead of what they were using 2013-10-15T17:26:57 < dongs> haha 2013-10-15T17:28:00 < dongs> We're coming up on a full year since fully funded. Lots of wifi-enabled lightbulbs have hit the market. We are now behind the power curve. Question: How can we make our product cool and advanced agin? My vote, given the app programming is finished, is to officially connect to IFTTT. 2013-10-15T17:28:32 < Laurenceb> i wonder if head mounted projector + retroreflective sceen could do glasses free 3D 2013-10-15T17:29:11 <+Steffan-> but i dont want and ugly projector on my head Laurenceb 2013-10-15T17:29:41 < dongs> http://www.kickstarter.com/projects/77778124/spara-easily-record-share-iphone-android-smartphon?ref=category 2013-10-15T17:29:49 < dongs> this smells of another chinese rebranding shopstarter 2013-10-15T17:29:54 < dongs> https://s3.amazonaws.com/ksr/assets/000/970/851/fca4bc04aaf81581647152ca34df68bf_large.jpg?1380572539 2013-10-15T17:29:59 < dongs> who teh fuck makes prototype boards like this? 2013-10-15T17:34:36 < dongs> http://www.kickstarter.com/projects/2051039204/deadliest-snipers-of-world-war-ii?ref=category wat 2013-10-15T17:35:48 < dongs> yess 2013-10-15T17:35:55 < dongs> smoothie got 100k dicknplace tutorial 2013-10-15T17:36:00 < dongs> now i can demand info from them 2013-10-15T17:36:53 < talsit> smothie? 2013-10-15T17:37:29 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-15T17:37:29 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-15T17:37:29 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-15T17:40:08 < karlp> deadliest snipers of wwii is about royal mail?! 2013-10-15T17:40:13 < karlp> from a guy based in chicago? 2013-10-15T17:40:21 < karlp> what is this, SEO autocreated kickstart projects? 2013-10-15T17:42:15 < dongs> hes only asking for $300 2013-10-15T17:42:22 < dongs> but near the end of text he says it costs something like $5k 2013-10-15T17:42:24 < dongs> for someshit 2013-10-15T17:46:48 < dongs> > Projects cannot offer alcohol as a reward. 2013-10-15T17:46:54 < dongs> why is there a BREWBOT project on dickstarter 2013-10-15T17:47:04 < dongs> > Projects cannot offer genetically modified organisms as a reward. (Updated 7/31/2013) rofl 2013-10-15T17:47:08 < dongs> i wonder what made them amend that rule 2013-10-15T17:48:18 < Laurenceb> http://i.qkme.me/3skokn.jpg 2013-10-15T17:49:10 -!- Activate_for_mor [~mirggi@213.87.141.80] has quit [Ping timeout: 245 seconds] 2013-10-15T17:49:19 < dongs> > No self-help material (books, videos, etc). This includes projects that offer (or produce materials that offer) business, emotional, financial, health, medical, sex/seduction, or other self-help advice. 2013-10-15T17:49:23 < dongs> http://www.kicktraq.com/projects/tofutofu/above-the-game-a-guide-to-getting-awesome-with-wom/ 2013-10-15T17:49:36 < dongs> ^ this guy made them add that rule 2013-10-15T17:50:09 < Laurenceb> hah 818% 2013-10-15T17:51:51 < dongs> http://www.kickstarter.com/blog/we-were-wrong 2013-10-15T17:53:23 < Laurenceb> thats true 2013-10-15T17:53:32 < Laurenceb> they forgot to say "always" 2013-10-15T17:53:55 < Laurenceb> and add that "nothing here is practical or is likely to work" 2013-10-15T17:55:27 < dongs> http://www.kickstarter.com/projects/annikaskywalker/microprocessor-about-the-cost-and-size-of-a-pack-o?ref=start 2013-10-15T17:56:37 < dongs> ^ attn GargantuaSauce 2013-10-15T17:56:57 < dongs> oh it got 24k because the author is a shemale 2013-10-15T17:56:59 < dongs> k 2013-10-15T17:58:10 < GargantuaSauce> eh 2013-10-15T17:58:44 < GargantuaSauce> currently boggling at the fact that stm32f030 is cheaper than atmega8 on mouser 2013-10-15T17:59:12 < dongs> haha 2013-10-15T17:59:19 < dongs> isnt just about anything cheaper htan atmega? 2013-10-15T17:59:23 < dongs> atmega2560 is like $20 2013-10-15T17:59:26 < dongs> what a fucking joke 2013-10-15T17:59:45 < BrainDamage> it wouldn't be hobby friendly if it wouldn't be fuckexpensive 2013-10-15T17:59:49 < BrainDamage> expensive == quality 2013-10-15T17:59:52 < GargantuaSauce> anyway i'm getting a bunch of em, time to start making boards that aren't shitty protoboards 2013-10-15T17:59:57 < BrainDamage> as any hobbyst knows 2013-10-15T18:00:08 < dongs> IC MCU ARM 32K FLASH 48LQFP 2013-10-15T18:00:12 < dongs> perfect for 32k limited keil 2013-10-15T18:00:24 < GargantuaSauce> or gcc because idgaf 2013-10-15T18:00:59 < GargantuaSauce> will be moving onto the f4 once i feel i am less incompetent at hardwares 2013-10-15T18:01:15 < GargantuaSauce> (and find a reasonably priced source) 2013-10-15T18:04:14 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has joined ##stm32 2013-10-15T18:04:25 < GargantuaSauce> whats the cheapest rail-to-rail opamp you can think of? 2013-10-15T18:13:01 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-15T18:14:41 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-15T18:18:59 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-15T18:20:22 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-15T18:21:47 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-15T18:24:05 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-15T18:28:57 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-15T18:31:01 < qyx_> GargantuaSauce: microchip has some cheap parts 2013-10-15T18:31:24 < emeb_mac> branding fail -> http://languagelog.ldc.upenn.edu/nll/?p=7820 2013-10-15T18:32:03 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-15T18:33:24 < Laurenceb> http://www.sickipedia.org/joke/view/in-the-news/missing-persons-1519588 2013-10-15T18:34:25 < Laurenceb> http://www.sickipedia.org/joke/view/crime/abduction-1519597 2013-10-15T18:34:33 < qyx_> GargantuaSauce: eg MCP6L01 2013-10-15T18:34:55 < qyx_> mcp603 and mcp622 if you require higher G/BW 2013-10-15T18:37:38 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-15T18:38:47 -!- Guesc [7aaa3e63@gateway/web/freenode/ip.122.170.62.99] has joined ##stm32 2013-10-15T18:39:50 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 240 seconds] 2013-10-15T18:47:44 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-15T18:47:44 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-15T18:50:29 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has joined ##stm32 2013-10-15T18:52:12 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-15T18:53:51 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-15T18:56:23 -!- dekar [~dekar@212.255.116.214] has joined ##stm32 2013-10-15T18:56:26 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-15T18:58:52 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has quit [Ping timeout: 246 seconds] 2013-10-15T19:00:03 -!- zippe [~Adium@173.11.99.161] has quit [Ping timeout: 265 seconds] 2013-10-15T19:08:19 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-15T19:09:26 -!- DanteA [~X@host-67-152-66-217.spbmts.ru] has joined ##stm32 2013-10-15T19:10:25 -!- CRF_Peter [~Peter@dhcp-188245.eduroam.chalmers.se] has joined ##stm32 2013-10-15T19:14:35 -!- DanteA [~X@host-67-152-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-15T19:16:37 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-15T19:16:47 -!- barthess [~barthess@185.6.24.55] has joined ##stm32 2013-10-15T19:22:49 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Excess Flood] 2013-10-15T19:23:13 -!- Guesc [7aaa3e63@gateway/web/freenode/ip.122.170.62.99] has quit [Quit: Page closed] 2013-10-15T19:25:50 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-15T19:26:02 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-15T19:27:27 -!- DanteA [~X@host-40-158-66-217.spbmts.ru] has joined ##stm32 2013-10-15T19:31:44 -!- DanteA [~X@host-40-158-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-15T19:32:45 -!- Vutral [ss@vutral.net] has joined ##stm32 2013-10-15T19:38:53 -!- Vutral [ss@vutral.net] has quit [Ping timeout: 245 seconds] 2013-10-15T19:47:02 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-15T19:55:17 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-15T20:06:47 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-15T20:07:29 -!- Activate_for_mor [~mirggi@213.87.141.80] has joined ##stm32 2013-10-15T20:08:03 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-15T20:08:08 < Robint91> hi all 2013-10-15T20:16:03 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-15T20:16:08 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Excess Flood] 2013-10-15T20:37:01 < emeb> hiho 2013-10-15T20:39:06 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-15T20:39:06 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-15T20:39:06 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-15T20:42:04 -!- MrMobius [~Joey@91.213.233.158] has joined ##stm32 2013-10-15T20:48:59 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 260 seconds] 2013-10-15T21:03:25 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-15T21:04:41 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-15T21:07:14 < qyx_> dongs: do you really like diptrace? 2013-10-15T21:07:18 < qyx_> i mean, *really*? 2013-10-15T21:07:40 < qyx_> omg totally unconvenient and unusable gui 2013-10-15T21:07:48 <+Steffan-> Im sure he *REALLY REALLY REALLY REALLY* likes it. 2013-10-15T21:11:30 <+Steffan-> What qyx_ prefers? 2013-10-15T21:11:33 <+Steffan-> kicad? 2013-10-15T21:11:52 < qyx_> i don't really know, every tool seems unusable to me 2013-10-15T21:12:07 <+Steffan-> heh. 2013-10-15T21:12:52 < gxti> everything is crap 2013-10-15T21:13:02 <+Steffan-> I probably would use dicktrace if it was a native os x/linux app, or kicad if it would work well on os x :P 2013-10-15T21:13:17 < qyx_> diptrace claims to be osx compatible 2013-10-15T21:13:25 < qyx_> they even have an installer 2013-10-15T21:13:30 < gxti> i was going to try diptrace so i can stop pirating altium but now it looks like altium might actually be affordable in the future 2013-10-15T21:13:40 <+Steffan-> iirc it uses wine qyx_ 2013-10-15T21:14:11 < qyx_> under linux too 2013-10-15T21:14:23 <+Steffan-> gxti, affordable because it'll be cheaper or because you get enough money for your gps time thingy? 2013-10-15T21:14:36 < gxti> cheaper 2013-10-15T21:14:49 < gxti> no details yet though 2013-10-15T21:14:56 < gxti> could be complete crap 2013-10-15T21:15:06 < qyx_> wine actually adds another level of awesomeness to it 2013-10-15T21:15:15 < qyx_> and gui artifacts 2013-10-15T21:15:23 < gxti> just like kicad! 2013-10-15T21:15:33 < gxti> give that redraw key a workout 2013-10-15T21:19:55 < emeb> diptrace on MacOS works OK. 2013-10-15T21:20:16 < emeb> it does run inside a wine wrapper. 2013-10-15T21:20:23 < zyp> wine isn't that bad 2013-10-15T21:20:39 < zyp> I just tested running usblyzer in wine, seems to work fine apart from the capture driver 2013-10-15T21:20:54 < jpa-> does wine use X11 on mac? because X11 itself on mac seems to be quite buggy already 2013-10-15T21:21:06 < zyp> and that's fine, because I just want to read some captures that somebody else made with it 2013-10-15T21:22:42 < zyp> jpa-, it does 2013-10-15T21:22:42 < emeb> jpa-: haven't seen any huge problems with it using X 2013-10-15T21:22:42 < emeb> "just works" 2013-10-15T21:23:26 < jpa-> yeah, i don't know much about mac but seems that a lot of people complain about X11 on it "no i don't like gimp because it works like crap on my mac" 2013-10-15T21:24:07 -!- MrMobius [~Joey@91.213.233.158] has quit [Ping timeout: 246 seconds] 2013-10-15T21:24:36 -!- Vutral [Yuo2gyp9E6@mirbsd/special/Vutral] has joined ##stm32 2013-10-15T21:26:34 < zyp> looks like crap, maybe 2013-10-15T21:26:37 < zyp> but mostly works fine 2013-10-15T21:27:35 -!- Activate_for_mor [~mirggi@213.87.141.80] has quit [Ping timeout: 272 seconds] 2013-10-15T21:27:55 < zyp> that said, I probably wouldn't want to regularly use software like that 2013-10-15T21:28:48 < emeb> compared to std MacOS apps, DT under wine doesn't look great. 2013-10-15T21:29:37 < emeb> compared to the WinXX version of DT though, it's about the same. They use some sort of 3rd-party GUI environment. 2013-10-15T21:29:48 -!- Vutral [Yuo2gyp9E6@mirbsd/special/Vutral] has quit [Ping timeout: 240 seconds] 2013-10-15T21:35:57 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-15T21:37:01 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Remote host closed the connection] 2013-10-15T21:37:23 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-15T21:40:50 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Max SendQ exceeded] 2013-10-15T21:47:02 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-15T21:47:42 -!- Laurenceb__ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-15T22:16:42 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-15T22:16:54 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Excess Flood] 2013-10-15T22:50:36 <+dekar> Is anyone using ST's USB stack on the STM32F4? The first 5 prototype boards came in and USB is acting up on two of them. Their DFU bootloader from the ROM works fine though. 2013-10-15T22:51:21 < zyp> acting up how? 2013-10-15T22:53:18 <+dekar> It's really weird, to me it looks like the host gets stuck sending sync sequences - alternating 0's and 1's on the bus. 2013-10-15T22:54:34 < zyp> isn't most digital signals just alternating 0's and 1's? :p 2013-10-15T22:54:45 < zyp> but anyway, how are you checking this? 2013-10-15T22:54:50 <+dekar> I mean literally 010101010101 2013-10-15T22:55:13 <+dekar> Tried some logic analyzer with USB decoding capability, it reports sync and error. 2013-10-15T22:55:37 <+dekar> It seems like the whole enumeration and communication with the command endpoint works fine, but at some point the weirdness starts. 2013-10-15T22:56:54 < zyp> I've seen the peripheral acting up if you mess up fifos or stuff like that 2013-10-15T22:56:57 <+dekar> Funnily the problem only happens on OSX and Windows, on Linux everything is fine and there aren't any errors in dmesg. 2013-10-15T22:58:25 <+dekar> 3 of my boards show no problems on any OS, one acts up all the time and another has about 10% chance. 2013-10-15T22:59:39 -!- barthess [~barthess@185.6.24.55] has quit [Quit: Leaving.] 2013-10-15T23:01:31 <+dekar> What confuses me is that the same firmware runs fine on some of the boards. 2013-10-15T23:02:42 < jpa-> dekar: i'm always suggesting to check OTG_FS->GUSBCFG field TRDT.. just because one time it was causing really funny stuff for someone on this channel 2013-10-15T23:05:48 <+dekar> I'll do that, though I'm basically using one of their examples. 2013-10-15T23:08:56 -!- PaulFertser [paul@paulfertser.info] has quit [Read error: Connection reset by peer] 2013-10-15T23:10:15 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-15T23:14:22 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-15T23:30:02 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-15T23:34:40 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-15T23:47:41 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Quit: Ik ga weg] 2013-10-15T23:50:13 -!- mrmcan [~mrcan@78.189.212.235] has joined ##stm32 2013-10-15T23:50:14 -!- mrmcan [~mrcan@78.189.212.235] has quit [Changing host] 2013-10-15T23:50:14 -!- mrmcan [~mrcan@unaffiliated/mrcan] has joined ##stm32 2013-10-15T23:53:43 < Laurenceb__> looks like castar is about to get funded 2013-10-15T23:53:53 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Ping timeout: 272 seconds] 2013-10-15T23:54:29 < Laurenceb__> they dont seem to understand real world production much 2013-10-15T23:57:04 -!- fbs [fbs@fsf/member/fbs] has quit [Ping timeout: 246 seconds] --- Day changed Wed Oct 16 2013 2013-10-16T00:00:26 < gxti> very few people do, which is why i just shake my head every time someone here lols at a $35 dev board or breakout or whatever 2013-10-16T00:00:51 < Laurenceb__> i just watched the video 2013-10-16T00:01:16 < Laurenceb__> they developed a fully passive ir tracking system then went for RFID "cuz its cooler" 2013-10-16T00:01:17 < Laurenceb__> wtf 2013-10-16T00:01:43 < Laurenceb__> now it needs a flexipcb active surface to be developed as well.... 2013-10-16T00:02:18 < Laurenceb__> which will get broken in no time at all 2013-10-16T00:03:04 < Laurenceb__> also they could drop one of the projectors and halve the cost straight away... 2013-10-16T00:03:07 * Laurenceb__ facepalm 2013-10-16T00:04:20 < Laurenceb__> all because they didnt realise they could talk to 3M and get a custom retroreflective fabric with the right optical properties and a built in IR 2D barcode for a fraction of $400k 2013-10-16T00:05:21 < Laurenceb__> also that would avoid the need for a wand 2013-10-16T00:05:33 < Laurenceb__> as you could use your hands to point 2013-10-16T00:06:13 -!- CRF_Peter [~Peter@dhcp-188245.eduroam.chalmers.se] has quit [Ping timeout: 240 seconds] 2013-10-16T00:09:05 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-16T00:29:50 <+Steffan-> You know Laurenceb__, in dutch we have this proverb.. "De beste stuurlui staan aan wal" which literally translates as "The best steersmen are ashore" .. 2013-10-16T00:29:53 <+Steffan-> totally applies to you 2013-10-16T00:29:55 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-16T00:30:01 <+Steffan-> means: "Outsiders always think they know better" 2013-10-16T00:30:50 <+Steffan-> It seems to be equivalent to: "Bachelors' wives and maidens' children are well taught", but im not sure about that. 2013-10-16T00:35:24 -!- fbs [fbs@fsf/member/fbs] has joined ##stm32 2013-10-16T00:44:14 < emeb> In the US it's called "armchair quarterback" (I think we've had this discussion before) 2013-10-16T00:44:34 <+Steffan-> Yes. :) 2013-10-16T00:45:24 <+Steffan-> I remember something about a "armchair quarterback" indeed. 2013-10-16T00:45:30 < Laurenceb__> but seriously... just add moar projectors 2013-10-16T00:45:38 < Laurenceb__> thats retardo 2013-10-16T00:45:52 < emeb> so do your own? :) 2013-10-16T00:46:12 < Laurenceb__> it is tempting... 2013-10-16T00:46:19 <+Steffan-> it doesn't use two for the 3d effect? 2013-10-16T00:46:27 <+Steffan-> ( me is too lazy to read the ks page ) 2013-10-16T00:47:07 < Laurenceb__> it uses two for 3d as thats what they tried first 2013-10-16T00:47:20 < Laurenceb__> then it didnt work so they added shutters as well 2013-10-16T00:47:40 < Laurenceb__> so not they have shutter 3D AND dual projector 3D 2013-10-16T00:47:58 -!- jef79m [~jef79m@124-171-40-123.dyn.iinet.net.au] has quit [Excess Flood] 2013-10-16T00:48:02 < Laurenceb__> *mow 2013-10-16T00:48:06 <+Steffan-> *now 2013-10-16T00:48:06 < Laurenceb__> arg *now 2013-10-16T00:48:08 < Laurenceb__> lolz 2013-10-16T00:48:14 < ds2> isn't it easier to just ship in objects 2013-10-16T00:48:16 < ds2> ;) 2013-10-16T00:48:22 < Laurenceb__> haha 2013-10-16T00:48:38 < Laurenceb__> its easier to forget about "hyperstereo" 2013-10-16T00:48:40 < Laurenceb__> as its lame 2013-10-16T00:49:01 < Laurenceb__> http://en.wikipedia.org/wiki/Stereoscopy#Limitations_of_hyperstereo 2013-10-16T00:49:07 -!- jef79m [~jef79m@124-171-40-123.dyn.iinet.net.au] has joined ##stm32 2013-10-16T00:59:59 -!- CRF_Peter [~Peter@w193-11-200-145.eduroam.sunet.se] has joined ##stm32 2013-10-16T01:04:40 -!- CRF_Peter [~Peter@w193-11-200-145.eduroam.sunet.se] has quit [Ping timeout: 260 seconds] 2013-10-16T01:09:23 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 260 seconds] 2013-10-16T01:21:19 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T01:23:18 < bsdfox> is there some errata with the NSS pin in output mode on the stm32f0? it doesn't seem to properly respect data sizes > 8bit 2013-10-16T01:25:10 < GargantuaSauce> thanks qyx_, looks perfect 2013-10-16T01:25:38 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-16T01:42:13 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-16T01:43:00 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T01:53:24 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-16T01:54:02 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T01:55:50 < dongs> < qyx_> omg totally unconvenient and unusable gui 2013-10-16T01:56:19 < dongs> qyx_: yea im sure its totally unusable compared to the gold standard of EAGLE 2013-10-16T01:57:27 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T01:57:54 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:02:18 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T02:02:44 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:03:28 < Laurenceb__> heh Eagle 2013-10-16T02:03:40 < Laurenceb__> wow this is expensive 2013-10-16T02:03:41 < Laurenceb__> http://uk.mouser.com/search/refine.aspx?Ntk=P_MarCom&Ntt=140229368 2013-10-16T02:03:44 < gxti> if that's your only criteria then probably kicad is ok :p 2013-10-16T02:08:39 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-16T02:09:05 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:10:11 < emeb> every PCB layout tool has a different GUI. Takes some time to get used to, no matter what. 2013-10-16T02:12:59 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T02:13:11 < englishman> dongs: where do you get your stm32f3 tqfp48? they're like $7 each at digikey 2013-10-16T02:13:19 < dongs> waveshare. 2013-10-16T02:13:26 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:13:30 < englishman> doesn't show qfp48 for me? 2013-10-16T02:13:57 < dongs> http://www.wvshare.com/product/STM32F103CBT6.html maybe you blind? 2013-10-16T02:14:07 < englishman> maybe you reread my post... 2013-10-16T02:14:13 < dongs> oh F3. 2013-10-16T02:14:27 < dongs> i dno, i got a deal on a tray of them a while ago, ahven't needed to buy new yet. 2013-10-16T02:14:39 < englishman> kthx :) 2013-10-16T02:16:10 < emeb> englishman: how many you need? 2013-10-16T02:16:50 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T02:17:11 < emeb> verical sells F303CBT6 for $3.35 min qty 1, but their S/H is a bit steep, so better if you buy more. 2013-10-16T02:17:19 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:17:34 < englishman> pricing in 100s i guess, im ballparking a cost, was wondering if $7ish is accurate 2013-10-16T02:18:12 < englishman> what are 372/373? 303 is the most expensive on digikey 2013-10-16T02:18:34 < dongs> 373 has a shitty pinout. 2013-10-16T02:18:47 < gxti> yeah verical handling charges are rape 2013-10-16T02:18:55 < dongs> per-line "handling" charge 2013-10-16T02:18:56 < dongs> kikes. 2013-10-16T02:18:59 < emeb> ya - not compatible with other 48-pin parts due to SDADCs 2013-10-16T02:20:15 < englishman> still tons cheaper in 100s 2013-10-16T02:20:43 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T02:20:48 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T02:21:08 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:24:32 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T02:24:57 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:25:28 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-16T02:28:40 < dongs> wtf are you using F3 for 2013-10-16T02:28:52 < dongs> preemptively cloning OSDongs? 2013-10-16T02:32:50 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-16T02:33:15 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:36:40 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T02:37:11 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:38:16 < englishman> kinda 2013-10-16T02:38:56 < englishman> probably won't need it though. and will use f103 2013-10-16T02:40:36 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T02:41:05 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:41:45 < emeb> never going back to M3 - M4F 4-evah. 2013-10-16T02:42:59 < gxti> feh 2013-10-16T02:43:19 < gxti> is there anything interesting about m4f over m3 if you're not doing much flops? 2013-10-16T02:43:34 < emeb> probably not. 2013-10-16T02:43:42 < emeb> but I do a lot of flops. 2013-10-16T02:44:02 < emeb> and F303 has full-duplex I2S that's not found on the F103, so there's that. 2013-10-16T02:44:22 < gxti> my power meter project that i've been ignoring for over a year is on fixed point, should see how awful it is in float 2013-10-16T02:44:57 < gxti> math isn't its limitation though, adc noise is 2013-10-16T02:45:08 < emeb> integrate. a lot. 2013-10-16T02:45:36 < gxti> it already is, the adc does /256 oversample 2013-10-16T02:45:41 < gxti> and then i EMA that 2013-10-16T02:45:59 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-16T02:46:21 < gxti> maybe adc noise was the wrong term, i've been ignoring it so long i forget what i was dissastisfied with. it wasn't a big thing, just couldn't get much better than 1 VA precision 2013-10-16T02:46:25 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:46:39 < emeb> I hear that. 2013-10-16T02:47:02 * emeb has been spending the last two days trying to improve precision of an analog measurement algo. 2013-10-16T02:47:05 < gxti> and that was just for apparent power, real power worked perfect. so you can't calculate power factor of sub-watt devices, big whoop. 2013-10-16T02:47:53 < dongs> oh emeb, did you see the shit ohsix linked yesterday 2013-10-16T02:48:03 < dongs> http://www.onsemi.com/PowerSolutions/product.do?id=LC823430TA wtf. 2013-10-16T02:48:22 < emeb> kewl 2013-10-16T02:49:03 < dongs> i kinda want one but I suspect there's a lot more NDA before one could actually get it 2013-10-16T02:50:15 * emeb smells mask-programmed ROM 2013-10-16T02:50:19 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T02:50:43 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:51:58 < emeb> either that, or I2C loaded program @ boot time, with battery backup for low power sleep. 2013-10-16T02:52:40 < dongs> ther'es 200-ish k of ROM, the datasheet says so 2013-10-16T02:52:52 < dongs> but there's also space for user dsp code. 2013-10-16T02:53:12 < emeb> yeah - either it comes pre-loaded w/ MP3 algorithms, or you have to get your code loaded @ fab time. 2013-10-16T02:54:35 < dongs> anyhow that'd be a onechip solution for my mp3 player/recorder shit i want to do on F4. 2013-10-16T02:54:38 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T02:54:45 < dongs> but probly not obtainable. 2013-10-16T02:54:57 < emeb> probably not. 2013-10-16T02:55:18 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:55:36 < dongs> k time to quickly figure out the new keil5 usb stack 2013-10-16T02:55:40 < dongs> apparently they changed everything 2013-10-16T02:55:42 < dongs> from 4 2013-10-16T02:55:51 < emeb> you want to do MP3 compress/decompress in F4 or external? 2013-10-16T02:56:01 < dongs> f4. 2013-10-16T02:56:10 < dongs> which is probly why it'll fail hard. 2013-10-16T02:56:23 < emeb> I've seen open-source code for MP3 playback on dsPIC 2013-10-16T02:56:31 < emeb> converting that to F4 might be doable. 2013-10-16T02:56:37 < emeb> record is harder tho 2013-10-16T02:56:45 < dongs> playback isn't much of an issue. yea 2013-10-16T02:56:46 < dongs> encoding is. 2013-10-16T02:56:54 < dongs> probly rip some fixed point shit from rockbox. 2013-10-16T02:57:17 < dongs> i keep delaying cuz i know this will be nothing but fail 2013-10-16T02:58:30 < emeb> what's the goal? 2013-10-16T02:58:48 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T02:59:03 * emeb was thinking about MP3 playback for car use - customized for what I think it needs to do since most car stereo MP3 is fail. 2013-10-16T02:59:18 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T02:59:46 < emeb> max 256 files/folder? it is to laugh. 2013-10-16T03:00:03 < dongs> my car is even better 2013-10-16T03:00:05 < dongs> it has DVD drive 2013-10-16T03:00:09 < dongs> but only plays mp3s off CDROM. 2013-10-16T03:00:11 < dongs> ............... 2013-10-16T03:00:28 < emeb> iknowrite? 2013-10-16T03:00:53 < qyx_> does it know udf? 2013-10-16T03:01:05 < dongs> qyx, its not udf/iso issue. 2013-10-16T03:01:11 < dongs> i tried various combinations of filesystems. 2013-10-16T03:01:15 < dongs> it just doesnt do it. 2013-10-16T03:02:39 < emeb> mine will read from USB flash drive, but only from ones that have high enough read speed. 2013-10-16T03:02:50 < emeb> put in one that's too slow and it complains. 2013-10-16T03:02:58 < emeb> must have tiny buffer 2013-10-16T03:03:12 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T03:03:43 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T03:03:58 < dongs> how shitty of a read speed od you need to have to fail reading even a 320kbps mp3 2013-10-16T03:04:18 < dongs> i got this (probvably knockoff) 64gig lexar usb shit, it reads around 25meg, writes at 6meg 2013-10-16T03:04:21 < dongs> not too bad for 30 bucks 2013-10-16T03:05:07 < emeb> Beats me. I had to buy a bunch of different flashdrives before I found some that worked. PITA 2013-10-16T03:06:14 < dongs> hm lame. i have to use their new 'RTE' device framework to use USB in keil5. 2013-10-16T03:06:47 < dongs> http://www.keil.com/pack/doc/MW/USB/html/dev_cdc_tutorial.html 2013-10-16T03:07:07 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T03:07:35 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T03:07:42 < emeb> rewrite all ur codez 2013-10-16T03:08:13 < dongs> man that "tutorial' is worthless 2013-10-16T03:08:19 < dongs> it doesnt actually explain what the fuck is done and hwy 2013-10-16T03:08:28 < emeb> exact steps 2013-10-16T03:08:39 < emeb> and nothing more 2013-10-16T03:09:53 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-16T03:11:00 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T03:11:27 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T03:12:29 < dongs> hmm 2013-10-16T03:12:35 < dongs> they have a pre-packaged LWIP tho 2013-10-16T03:12:40 < dongs> hm and wolfssl 2013-10-16T03:12:41 < dongs> interesting 2013-10-16T03:13:27 -!- Laurenceb__ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Read error: Operation timed out] 2013-10-16T03:13:31 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 260 seconds] 2013-10-16T03:15:27 < upgrdman> dongs: see this often in japan? http://imgur.com/0CE8HAF 2013-10-16T03:15:52 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T03:16:26 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T03:16:48 < dongs> old. 2013-10-16T03:19:40 < dongs> crap, this is so aids 2013-10-16T03:19:50 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T03:20:26 < zyp> keil is? 2013-10-16T03:20:29 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T03:20:40 < dongs> new v5 shit with their newfag device framework 2013-10-16T03:20:49 < dongs> IF i want to use thier USB 2013-10-16T03:21:07 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-16T03:21:52 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-16T03:23:53 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T03:24:03 < dongs> lol, downloading v4 compatibility shit. 2013-10-16T03:24:11 < dongs> not gonna bother rewriting everything from scratch just to use usb. 2013-10-16T03:24:28 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T03:27:52 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T03:28:24 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T03:31:49 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T03:32:26 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T03:38:21 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-16T03:40:19 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T03:43:45 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T03:44:28 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T03:48:23 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T03:49:13 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T03:52:37 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T03:53:18 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T03:56:52 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T03:57:06 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T04:00:30 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T04:02:28 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T04:06:23 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T04:06:58 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T04:10:23 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T04:11:06 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T04:14:30 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T04:14:56 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T04:16:46 < dongs> dumb bugs that happen when you forget your'e working on bootloader'd app and don't move the vector table 2013-10-16T04:25:50 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-16T04:26:25 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T04:29:50 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T04:30:17 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T04:34:13 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Client Quit] 2013-10-16T04:34:40 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T04:39:33 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-16T04:40:00 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-16T04:51:09 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-16T04:52:19 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-16T04:53:09 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T04:57:21 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 241 seconds] 2013-10-16T04:59:46 -!- Activate_for_mor [~mirggi@213.87.141.80] has joined ##stm32 2013-10-16T05:01:34 -!- ASenR [~qicruser@unaffiliated/asenr] has joined ##stm32 2013-10-16T05:04:59 -!- Vutral [~ss@vutral.net] has joined ##stm32 2013-10-16T05:05:02 -!- Vutral [~ss@vutral.net] has quit [Changing host] 2013-10-16T05:05:02 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T05:05:08 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Excess Flood] 2013-10-16T05:31:48 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-16T05:32:28 -!- Luggi09 [~Luggi09@cnh195149218169.pppoe.surfer.cnh.at] has quit [Ping timeout: 240 seconds] 2013-10-16T05:33:32 -!- Luggi09 [~Luggi09@cnh195149218169.pppoe.surfer.cnh.at] has joined ##stm32 2013-10-16T05:35:12 -!- ASenR [~qicruser@unaffiliated/asenr] has quit [Ping timeout: 256 seconds] 2013-10-16T05:45:55 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-16T05:52:02 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T05:57:13 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-16T06:01:19 -!- Guesc [7aaa3e63@gateway/web/freenode/ip.122.170.62.99] has joined ##stm32 2013-10-16T06:24:19 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-16T06:24:30 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-16T06:36:35 < dongs> wtf happens with ADC_RegularChannelConfig? 2013-10-16T06:36:42 < dongs> is scan order in reverse order of adding? 2013-10-16T06:38:33 < dongs> im sure 2013-10-16T06:38:57 < ohsix> R2COM: http://www.defensetechbriefs.com/component/content/article/17526 2013-10-16T06:42:58 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-16T06:44:28 < emeb_mac> dongs: ADC_RegularChannelConfig() puts stuff in the right order for me. What did you do? 2013-10-16T06:45:18 < ohsix> they burn most of the money 2013-10-16T06:45:32 < emeb_mac> pay off halliburton 2013-10-16T06:46:11 < ohsix> still, it's got numbers and they actually tested some stuff even though they knew it was kind of unworkable, so good for them 2013-10-16T06:47:04 < ohsix> there are part numbers and the kit they used 2013-10-16T06:47:43 < dongs> emeb_mac: for () AddChannel; DMA(); i have a uint16_t dongs[4]; cahnnels seem backwards. 2013-10-16T06:48:14 < ohsix> http://www.ams.com/eng/Support/Design-Resources/Demoboards/RF-Products2/Low-Frequency/AS3933-DK-ST-TSSOP 2013-10-16T06:48:37 < emeb_mac> dongs: pastebin that shit 2013-10-16T06:48:52 < ohsix> this guy. 2013-10-16T06:49:07 < dongs> http://bcas.tv/paste/results/bnzVrk17.html 2013-10-16T06:49:17 < ohsix> as if you couldn't read the information from the article, possibly the datasheet for the demo kit it's actually from might have some information? 2013-10-16T06:49:41 < dongs> buffersize is in what units 2013-10-16T06:50:26 < ohsix> http://www.grupopremo.com/ 2013-10-16T06:50:44 < emeb_mac> dongs: where's ports[].adcChannel set up? 2013-10-16T06:50:57 < dongs> its just .adcChannel = ADC_Channel_0, 2013-10-16T06:50:58 < dongs> type shti 2013-10-16T06:51:04 < ohsix> http://www.grupopremo.com/in/product/213/features/rfid/emitterantennas/kgea-bfcremitterantennahousingplasticbasewithresinandoutsideconnector.html how do i shot part number 2013-10-16T06:51:11 < emeb_mac> looks right to me then 2013-10-16T06:51:37 < emeb_mac> I don't do a loop, but that's the only difference. 2013-10-16T06:52:11 < emeb_mac> also, I don't start with ADC_Channel_0 - I start with ADC_Channel_1 2013-10-16T06:52:23 < ohsix> they explain the wavelength implications for water 2013-10-16T06:53:50 < ohsix> there's something like one of these on the other board http://www.grupopremo.com/in/product/152/features/rfid/3-axestransponderinductors%283dcoils%29/3dc11lpsmd3dcoil13x11.6x3.15mm%287.2mh-2.38mh%29lowprofile.html 2013-10-16T06:56:07 -!- NooM [~IceChat77@213-240-66-58.adsl.highway.telekom.at] has joined ##stm32 2013-10-16T06:56:10 < NooM> hello 2013-10-16T06:56:31 < Guesc> hola 2013-10-16T07:04:50 < dongs> hm wtf 2013-10-16T07:04:52 < dongs> if I change rank 2013-10-16T07:05:04 < dongs> the channels become something like 4123 2013-10-16T07:05:05 < dongs> or something 2013-10-16T07:05:09 < dongs> instead of 4321 2013-10-16T07:05:11 < dongs> or 1234 2013-10-16T07:06:52 < emeb_mac> weird 2013-10-16T07:07:21 < dongs> @param Rank: The rank in the regular group sequencer. This parameter must be between 1 to 16. 2013-10-16T07:07:25 < dongs> ... 2013-10-16T07:07:26 < dongs> it only works if rank starts from 0 2013-10-16T07:07:29 < dongs> then tehy're arranged correctly 2013-10-16T07:09:27 < NooM> hey dongs 2013-10-16T07:09:46 < dongs> sup dongs 2013-10-16T07:10:22 < NooM> i tested my display now on spi1 with 42 mhz, i guess its the controller on the display that makes the flickering 2013-10-16T07:10:55 < NooM> ill get me a better display soon, its just a chepo ebay one :D 2013-10-16T07:11:28 < emeb_mac> NooM: get DMA going? 2013-10-16T07:11:34 < NooM> YES 2013-10-16T07:11:41 < emeb_mac> sweeet 2013-10-16T07:11:46 < NooM> i made a stupid mistake 2013-10-16T07:11:54 < NooM> i didnt set the address window for the display 2013-10-16T07:12:01 < emeb_mac> all mistakes are stupid in retrospect. 2013-10-16T07:12:06 < NooM> :D 2013-10-16T07:12:21 < emeb_mac> until you figure them out they're not stupid 2013-10-16T07:12:26 < NooM> haha 2013-10-16T07:12:34 < NooM> i was so focused on the dma stuff 2013-10-16T07:12:39 < NooM> i didnt check the other code 2013-10-16T07:12:46 < emeb_mac> haha 2013-10-16T07:13:27 < NooM> cos in my normal spi code, the make_all_screen_one_color function does set the right address windows for the data allready 2013-10-16T07:13:32 < NooM> but on the dma version i didnt 2013-10-16T07:13:53 < NooM> one thing i also noticed: dma crashes with coocox if you enable optimization 2013-10-16T07:14:03 < NooM> i had to disable code optimization too 2013-10-16T07:15:59 < dongs> hm wtf the adc is totalyl noisy 2013-10-16T07:17:25 < emeb_mac> how noisy? 2013-10-16T07:17:54 < dongs> +- 10 at least 2013-10-16T07:19:46 < dongs> i think im gonna setup DMA_TC interrupt and average a bunch of readings 2013-10-16T07:21:24 < ohsix> you can just pick power vs. 'message' size, the showed the complete conditions for their test and everything implied fromt haat 2013-10-16T07:25:37 -!- NooM [~IceChat77@213-240-66-58.adsl.highway.telekom.at] has quit [Quit: Friends help you move. Real friends help you move bodies.] 2013-10-16T07:36:12 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-16T07:36:53 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 268 seconds] 2013-10-16T07:39:05 < dongs> how the fuck is this even possible e ven with 128 averaging it still jumps +- 1-2 lsb 2013-10-16T07:50:54 < dongs> trying to avoid having to do that 2013-10-16T07:51:00 < dongs> but looks liek no choice 2013-10-16T07:51:43 < dongs> matchboxarm still hasn't delivered naything 2013-10-16T07:51:46 < dongs> no updates either 2013-10-16T07:52:02 < dongs> october 4 update showed some cut tape parts 2013-10-16T07:58:08 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-16T07:59:04 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2013-10-16T08:00:21 < ohsix> drawn from the battery, seriously? i gave you al ink to the devkit 2013-10-16T08:00:24 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-16T08:01:00 < ohsix> sieverts yo 2013-10-16T08:01:08 < ohsix> not being able to be directly coupled yo 2013-10-16T08:02:27 < dongs> shut up and think of some dickstarter idea instead 2013-10-16T08:02:30 < dongs> and/or paste dickstarter links 2013-10-16T08:04:24 < ohsix> this is th emerit part of meritocracy! 2013-10-16T08:04:39 < dongs> http://www.kickstarter.com/projects/126495570/bitlock-turning-your-smart-phone-into-your-bike-ke?ref=category 2013-10-16T08:05:49 < dongs> lol @ listing dixus5 in supported phones 2013-10-16T08:05:58 < dongs> https://s3.amazonaws.com/ksr/assets/000/921/821/b45dfd6736a492e53dc1e32d2dc64db9_large.png?1379218406 2013-10-16T08:06:02 < dongs> which of these guys doesn't belong? 2013-10-16T08:08:32 < ohsix> which rhetorical question is going to get an answer 2013-10-16T08:08:41 < dongs> heh 2013-10-16T08:10:22 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T08:10:30 < dongs> In case of such emergency, you can borrow someone else's smart phone, log into BitLock application on their phone using your own credentials to lock/unlock BitLock. Your BitLock key is stored in the cloud and can be retreived once you successfully log into BitLock application on any phone. 2013-10-16T08:12:27 < dongs> Is there a subscription fee to use BitLock? 2013-10-16T08:12:28 < dongs> There will be no subscription fees associated with BitLocks pledged by Kickstarter backers. 2013-10-16T08:12:32 < dongs> loaded answer 2013-10-16T08:13:09 < ohsix> driving anything like a car with such a restricted range of motion is very very bad 2013-10-16T08:13:30 < ohsix> even shitty cars have 330 degrees of wheel spin 2013-10-16T08:13:30 < dongs> boring 2013-10-16T08:13:43 < ohsix> phone / joystick = like 60 at most 2013-10-16T08:13:45 < dongs> its just a finished product that will probaly ship 2013-10-16T08:13:52 < dongs> there's nothing special about it. 2013-10-16T08:14:19 < dongs> people are dumb 2013-10-16T08:14:36 < ohsix> those numbers can't be correlated to the project nor how dumb people are unfortunately 2013-10-16T08:14:58 < dongs> http://www.kickstarter.com/projects/74836263/servoshock-remote-servo-and-i-o-controller 2013-10-16T08:17:14 < dongs> https://s3.amazonaws.com/ksr/assets/000/889/169/ce49ef78134ede6ad7696e20d1832c42_large.png?1378318435 2013-10-16T08:17:24 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-16T08:18:58 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-16T08:23:39 < ohsix> http://www.kickstarter.com/projects/1286629784/dildo-diamonds-its-not-a-porno 2013-10-16T08:24:06 < dongs> found my adc problem 2013-10-16T08:24:28 < ohsix> http://www.kickstarter.com/projects/803108821/chilldil-elemental-sex-toy-sleeves-woman-owned 2013-10-16T08:24:29 < dongs> http://i.imgur.com/SYUzg9W.png 2013-10-16T08:25:38 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2013-10-16T08:27:14 < ohsix> Infomerica 2013-10-16T08:27:24 < PaulFertser> R2COM: Moscow, UTC+4 2013-10-16T08:27:37 < ohsix> Infoblast 2013-10-16T08:27:48 < emeb_mac> dongs: noisy supply? 2013-10-16T08:27:54 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T08:28:11 < dongs> duno looksl ike 250kHz but switcher is 1.2mhz 2013-10-16T08:29:24 < emeb_mac> there's all sorts of strange stuff in there. 2013-10-16T08:31:57 < emeb_mac> she blinded me! 2013-10-16T08:35:19 < PaulFertser> R2COM: what labs are you talking about? But no, I haven't written any labs. Btw, do you know any CS researches in Moscow? I'd very much liked to get involved. 2013-10-16T08:39:17 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-16T08:46:28 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 240 seconds] 2013-10-16T08:47:18 < dongs> he's more into counterstrike 2013-10-16T08:48:06 < ohsix> theres a lot of regolith on the moon 2013-10-16T08:51:02 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T08:52:19 < dongs> zyp: feel free to pay reminder of the shit 2013-10-16T08:52:31 < dongs> also, your dip pattern fucking sucks 2013-10-16T08:52:38 < emeb_mac> there's a lotta ruins in meso-potamia 2013-10-16T08:56:25 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-16T08:56:59 < emeb_mac> pretty much all of chats 2013-10-16T08:59:06 -!- Guesc [7aaa3e63@gateway/web/freenode/ip.122.170.62.99] has quit [Quit: Page closed] 2013-10-16T09:02:02 < ohsix> what are they doing 2013-10-16T09:02:15 < ohsix> don't hold out on us 2013-10-16T09:05:47 -!- Activate_for_mor [~mirggi@213.87.141.80] has quit [Ping timeout: 248 seconds] 2013-10-16T09:08:58 < ohsix> http://www.techbriefs.com/component/content/article/17466 2013-10-16T09:17:20 < emeb_mac> sounds like Star Trek 2013-10-16T09:22:05 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T09:24:46 -!- PT_Dreamer_ [~quassel@43.177.37.188.rev.vodafone.pt] has quit [Ping timeout: 265 seconds] 2013-10-16T09:25:29 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Excess Flood] 2013-10-16T09:27:23 < emeb_mac> Heisenberg all over again 2013-10-16T09:28:14 < emeb_mac> Cop pulls over Werner Heisenberg. Asks him "Do you know how fast you were going". Heisenberg says "No, but I can tell you exactly where I am!" 2013-10-16T09:28:32 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-16T09:29:44 < emeb_mac> why does it matter? 2013-10-16T09:34:31 < emeb_mac> looks like Heisenberg spent most of his life in DE. 2013-10-16T09:36:47 < dongs> busy getting rich of warble DSP 2013-10-16T09:37:14 < dongs> https://www.google.com/search?q=warble 2013-10-16T09:37:29 < dongs> a MOBILE TWITTER IN YOUR PALM 2013-10-16T09:37:50 < emeb_mac> actually I've got some new products coming out soon that sort of make warbly noises 2013-10-16T09:38:03 < ohsix> they're all random, but you can't get around them having a given mass and speed 2013-10-16T09:38:04 < emeb_mac> not getting rich off them though. 2013-10-16T09:39:06 < emeb_mac> just sent off some gerbers for an FPGA board. 2013-10-16T09:39:15 -!- Activate_for_mor [~mirggi@213.87.141.80] has joined ##stm32 2013-10-16T09:39:45 < dongs> should i expect much noise on a totally uncommitted adc channel? 2013-10-16T09:39:52 < emeb_mac> general purpose FPGA to hook to a Beaglebone. http://ebrombaugh.studionebula.com/embedded/bcc_s6/index.html 2013-10-16T09:41:21 < emeb_mac> already got a guy in NZ who wants to build them 2013-10-16T09:41:43 < emeb_mac> kinda 2013-10-16T09:42:04 < emeb_mac> not RPi popular, but up there. 2013-10-16T09:42:29 < emeb_mac> ya - $45. 2013-10-16T09:42:51 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-16T09:43:48 < emeb_mac> cause a virtex devboard usually costs 10x-20x that much and not everyone want's to spend that kind of money. 2013-10-16T09:46:14 < emeb_mac> not everyone wants to redesign a whole new system, nor has the resources/skill to build it up. 2013-10-16T09:46:34 < emeb_mac> ya 2013-10-16T09:46:53 < emeb_mac> Yep. 2013-10-16T09:47:25 < emeb_mac> cause it's for hobbyists. 2013-10-16T09:47:32 < ohsix> vestigial russian 2013-10-16T09:47:45 < emeb_mac> and hobbyists like 0.1" headers. 2013-10-16T09:47:54 -!- ohsix [~ohsix@208.100.175.111] has left ##stm32 [] 2013-10-16T09:48:45 -!- dekar_ [~dekar@212.255.126.62] has joined ##stm32 2013-10-16T09:48:48 -!- mode/##stm32 [+v dekar_] by ChanServ 2013-10-16T09:51:25 < emeb_mac> that's because ur awesome and everyone else is lame. 2013-10-16T09:51:50 -!- dekar [~dekar@212.255.116.214] has quit [Ping timeout: 240 seconds] 2013-10-16T09:55:28 < emeb_mac> that said, the AM335x GPMC, SPI, McASP and video buses all come out on those headers and there don't seem to be any big issues with signal integrity. 2013-10-16T09:55:36 -!- DanteA [~X@host-64-152-66-217.spbmts.ru] has joined ##stm32 2013-10-16T09:55:47 < emeb_mac> so fmc is probably overkill. 2013-10-16T09:58:44 < emeb_mac> depends on your definition of high-speed I guess. 2013-10-16T09:59:03 < emeb_mac> this stuff is all <= 50MHz. 2013-10-16T09:59:15 < emeb_mac> which? 2013-10-16T09:59:55 < emeb_mac> the beaglebone or the just the processor chip? 2013-10-16T10:00:49 < emeb_mac> that's the 3352 - missing a bunch of internal stuff, like the GPU and PRU coprocessors. 2013-10-16T10:00:53 -!- DanteA [~X@host-64-152-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-16T10:01:19 < emeb_mac> 3358 2013-10-16T10:01:23 < emeb_mac> or 3359 2013-10-16T10:02:21 < emeb_mac> yep 2013-10-16T10:02:53 < emeb_mac> yep 2013-10-16T10:05:13 -!- DanteA [~X@host-64-152-66-217.spbmts.ru] has joined ##stm32 2013-10-16T10:06:53 < emeb_mac> yes. yes I am. 2013-10-16T10:07:22 < emeb_mac> it's more about what I can build. Not big on BGA. 2013-10-16T10:07:47 -!- DanteA [~X@host-64-152-66-217.spbmts.ru] has quit [Read error: Connection reset by peer] 2013-10-16T10:07:53 < dongs> haha matchcocksarm bitched to my ISP 2013-10-16T10:08:02 < dongs> about the domain 2013-10-16T10:08:05 < emeb_mac> you're a bad bad man. 2013-10-16T10:08:25 -!- DanteA [~X@host-4-157-66-217.spbmts.ru] has joined ##stm32 2013-10-16T10:08:58 < dongs> matchboxarm.com of course 2013-10-16T10:09:12 < dongs> which I cleverly redirected to somethingawful.com for the time being 2013-10-16T10:09:39 < emeb_mac> har 2013-10-16T10:09:42 < emeb_mac> trolled 2013-10-16T10:09:54 < dongs> how so? 2013-10-16T10:10:01 < emeb_mac> you trolled them 2013-10-16T10:10:25 < dongs> that's been true since begining 2013-10-16T10:10:32 < dongs> oh 2013-10-16T10:10:35 < dongs> i know whre im gonna host it. 2013-10-16T10:10:35 < dongs> k 2013-10-16T10:12:18 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-16T10:12:52 -!- DanteA [~X@host-4-157-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-16T10:15:26 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-16T10:24:12 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T10:24:18 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Excess Flood] 2013-10-16T10:32:07 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-16T10:35:36 < dongs> http://www.matchboxarm.com/ 2013-10-16T10:35:46 < dongs> lets see if I can get half of thier dickstarter fundz 2013-10-16T10:40:17 < jon1012> another nice kickstarter : http://www.kickstarter.com/projects/jaredbouck/zcapture-open-source-360-product-photography-0?ref=category 2013-10-16T10:40:24 < jon1012> but I don't see why it costs so much 2013-10-16T10:41:46 < dongs> what the fuck does that do 2013-10-16T10:41:50 < dongs> is that just arduino->servo 2013-10-16T10:41:52 < dongs> to rotate shit? 2013-10-16T10:41:57 < jpa-> they do have some custom software there.. which may be nice to edit out the background artifacts etc. 2013-10-16T10:41:59 < dongs> and trigger camera? 2013-10-16T10:42:12 < jon1012> yup... but beside the software, I don't see the point 2013-10-16T10:42:55 < talsit> for ebayers that have no clue about electronics, it's a good starting point 2013-10-16T10:43:29 < jpa-> jon1012: isn't the point of kickstarter to get money from fools? 2013-10-16T10:43:41 -!- Activate_for_mor [~mirggi@213.87.141.80] has quit [Ping timeout: 272 seconds] 2013-10-16T10:43:54 < jon1012> yeah I guess... 2013-10-16T10:44:27 < jon1012> but I could do a similar thing with just my cnc, wood, white paint and a stepper... 2013-10-16T10:44:47 < jpa-> yeah, it's not a complex device 2013-10-16T10:46:07 < jpa-> the software side is probably the key; currently it is quite much a pain to edit those images, as batch editing functionality in e.g. gimp is crap 2013-10-16T10:46:37 < jon1012> jpa-, darktable does a good job at that 2013-10-16T10:47:00 < jon1012> (or even rawtherapee) 2013-10-16T10:47:02 < jpa-> that device would be more interesting if it also supported tilt/roll 2013-10-16T10:47:13 < jon1012> yup 2013-10-16T10:47:44 < jpa-> jon1012: thanks, i have to try darktable some time 2013-10-16T10:50:05 < jpa-> i wonder why they went for such an ugly look; while my thing was a total fail, atleast it's not a huge box with flimsy plate http://essentialscrap.com/spinplate/complete.jpg 2013-10-16T10:50:28 < jon1012> jpa-, I plan to make me one 2013-10-16T10:50:34 < jon1012> jpa-, I haven't started yet 2013-10-16T10:50:56 < jon1012> jpa-, yup, yours looks much better 2013-10-16T10:53:23 < jpa-> i wonder if there is any good software for "subtract this background from this set of images".. it would have to be smart enough to detect where the background transitions to the object, handle shadows etc. 2013-10-16T10:53:39 < jpa-> but seems like that zcapture stuff has to do something like that 2013-10-16T10:55:49 < jpa-> the zcapture claims to be open source, but it seems it will be only open hardware and the software will be closed? 2013-10-16T10:56:07 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T10:56:23 < jon1012> jpa-, yup... 2013-10-16T10:59:21 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Excess Flood] 2013-10-16T11:01:26 < Thorn> http://www.japantimes.co.jp/news/2013/10/15/national/firms-mascots-name-earns-ridicule/ 2013-10-16T11:02:40 < dongs> fuckuppy? 2013-10-16T11:02:48 < dongs> yeah i linked to fuckuppy a few daysa go 2013-10-16T11:02:52 < dongs> R2COM: ^_^ 2013-10-16T11:03:07 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T11:03:55 < dongs> who cares 2013-10-16T11:03:59 < dongs> .com is the only relevant domain 2013-10-16T11:04:10 < dongs> jesus those idiots didnt evne buy .net 2013-10-16T11:04:13 < dongs> i should grab that one too 2013-10-16T11:04:24 < dongs> yet they had the time to waste contacting my isp about it 2013-10-16T11:04:45 < dongs> shrug 2013-10-16T11:05:52 < GargantuaSauce> .net is the best tld 2013-10-16T11:05:54 < GargantuaSauce> after .su of course 2013-10-16T11:05:57 < dongs> of course they did 2013-10-16T11:06:05 < dongs> GargantuaSauce: haha 2013-10-16T11:09:57 < GargantuaSauce> oh man i never even bothered to look for other amusing domains on that tld 2013-10-16T11:10:01 < GargantuaSauce> http://itadakima.su/ russian weeb store 2013-10-16T11:10:50 < dongs> 2.699 ... 2013-10-16T11:10:55 < dongs> is that 2.6k or 2.6 2013-10-16T11:11:20 < dongs> looks like k 2013-10-16T11:11:49 < dongs> retweeting 2013-10-16T11:13:53 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 245 seconds] 2013-10-16T11:19:26 -!- Count_Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Ping timeout: 264 seconds] 2013-10-16T11:25:45 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-16T11:31:12 < dongs> http://hackaday.com/2013/06/01/arduino-compatible-quad-core-arm-dev-board/ 2013-10-16T11:31:13 < dongs> jizz 2013-10-16T11:31:29 < dongs> oh lame 2013-10-16T11:31:39 < dongs> i thought it was literally something useful like 4 STM32's on one board 2013-10-16T11:31:42 < dongs> but this is just lunix bullshit 2013-10-16T11:32:14 < jpa-> would 4 STM32's really be all that useful? 2013-10-16T11:32:22 < dongs> 2013-10-16T11:32:26 < jpa-> ah :) 2013-10-16T11:33:04 < GargantuaSauce> i am thinking an f4 and an f0 for a future design since there's only two dma channels 2013-10-16T11:33:04 < GargantuaSauce> long shot from four though 2013-10-16T11:34:12 < jpa-> yep, may make perfect sense in some designs, but these arduino dudes can barely handle even one processor :) 2013-10-16T11:35:32 < GargantuaSauce> my favourite indicator is the fact that the stepper library's step function BLOCKS 2013-10-16T11:36:04 < dongs> lol 2013-10-16T11:36:10 < dongs> WHAT IF YOU WANNA STEP 2 SHITS AT ONCE??? 2013-10-16T11:36:33 < GargantuaSauce> then you find another blog post to copypaste code from 2013-10-16T11:39:39 < trepidaciousMBR> I wish Arduino had used an STM32F4 for the Due, rather than some overpriced, underpowered Atmel chip :( 2013-10-16T11:40:03 < GargantuaSauce> even the f1 would have blown it out of the water 2013-10-16T11:40:26 < GargantuaSauce> the maker market sure would look different if that'd happened and the library leveraged its peripherals properly 2013-10-16T11:41:24 < GargantuaSauce> oh there's actually a 'due' now, thought you meant the duemilanove 2013-10-16T11:41:49 < GargantuaSauce> hah non 5v tolerant pins 2013-10-16T11:42:35 < jpa-> GargantuaSauce: well.. i can see that they would prefer atmel because ST is not exactly friendly to open source 2013-10-16T11:42:42 < dongs> a? 2013-10-16T11:42:55 < dongs> how is atmel friendlier to opensores 2013-10-16T11:43:05 < dongs> than any other manufacturer whodoesnt give a fuck about hobby market? 2013-10-16T11:43:44 < jpa-> dongs: atmel seems to actually give a fuck about hobby market; and they help the avr-gcc project, making it less crappy 2013-10-16T11:44:13 < jpa-> compare to ST, whose stm32fxxx.h headers even are non-free if you read the license 2013-10-16T11:45:54 < GargantuaSauce> yeah the whole avr-gcc experience is definitely a bit more streamlined 2013-10-16T11:46:38 < jpa-> not sure how well atmel's tools work for their cortex-m3 offering 2013-10-16T11:46:39 < GargantuaSauce> if only because the set of peripherals is not decoupled from the core architecture so they can include device-specific headers 2013-10-16T11:48:53 < Posterdati> hi 2013-10-16T11:50:28 < Posterdati> http://picpaste.com/zyp_01-0Clwz4IF.jpeg 2013-10-16T12:10:21 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Ping timeout: 272 seconds] 2013-10-16T12:16:24 < dongs> http://hackaday.com/2013/10/11/haduino-open-your-beer-using-arduino/ 2013-10-16T12:19:22 < qyx_> omg 2013-10-16T12:19:58 < dongs> negroduino 2013-10-16T12:22:18 < dongs> http://webcache.googleusercontent.com/search?q=cache:leXK1ksNMW8J:https://github.com/NedelcuBogdanSebastian%3Ftab%3Dactivity+&cd=3&hl=en&ct=clnk 2013-10-16T12:22:22 < dongs> hmmm 2013-10-16T12:22:34 < dongs> matchcocksarm have bene hard at work trying to copy mbed bootloader 2013-10-16T12:22:40 < dongs> then he 404'd all the repositories 2013-10-16T12:22:48 < dongs> fishy activity for something pretending to be an opensores project 2013-10-16T12:26:07 < dongs> wow! 2013-10-16T12:26:10 < dongs> mbed supports keil 2013-10-16T12:26:14 < dongs> and F407 2013-10-16T12:26:22 < dongs> amazing, now i can rewrite all my code in C++ 2013-10-16T12:33:02 < dongs> http://www.ftdichip.com/EVE.htm 2013-10-16T12:33:04 < dongs> waht the fuck is this 2013-10-16T12:34:20 -!- Activate_for_mor [~mirggi@213.87.132.86] has joined ##stm32 2013-10-16T12:35:22 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-16T12:37:43 < GargantuaSauce> Widgets (innovation mechanisms) allow easy creation of complex objects 2013-10-16T12:39:57 < jon1012> jpa-, aboutthe kickstarter for photography, the same thing, for 1/20th of the price ! http://youspin.myshopify.com/collections/youspin360 2013-10-16T12:41:00 < talsit> isn't the point of that kickstarter one that it fires the camera at exact positions? 2013-10-16T12:42:25 < jon1012> yeah 2013-10-16T12:42:44 < jon1012> (anyway, this website just sells chinese stuff, so I can get the same on alicrap for even cheaper) 2013-10-16T12:51:24 < zyp> dongs, sure, what is the reminder? 2013-10-16T12:52:11 < zyp> also, my dip pattern? which dip pattern? 2013-10-16T12:58:15 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T12:58:19 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Excess Flood] 2013-10-16T12:59:53 < dongs> zyp: all the dip sockets 2013-10-16T13:00:03 < dongs> the holes are kinda tight or something 2013-10-16T13:00:04 < dongs> they bitched 2013-10-16T13:00:28 < dongs> zyp: reminder = whats in finalinvoice.pdf - whatever you paid already i guess 2013-10-16T13:01:03 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-16T13:01:21 < zyp> ah, yeah, the xh sockets are designed to snap in place, so the legs are bent a bit 2013-10-16T13:01:42 < zyp> but the hole sizes should be according to the datasheet, so blame JST or something :p 2013-10-16T13:01:44 < dongs> ah its one of those gay ones with a little kink in the pin? 2013-10-16T13:01:49 < zyp> yep 2013-10-16T13:02:07 < dongs> man 2013-10-16T13:02:10 < dongs> that FT800 shit looks NEAT 2013-10-16T13:02:23 < dongs> maybe i'll clone gayduino2 2013-10-16T13:02:26 < dongs> except with stm32 2013-10-16T13:02:29 < dongs> and dickstart it. 2013-10-16T13:02:43 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-16T13:05:03 < dongs> wait 2013-10-16T13:05:05 < dongs> i know 2013-10-16T13:05:09 < dongs> instead of LCD 2013-10-16T13:05:14 < dongs> have HDMI OUT 2013-10-16T13:07:31 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-16T13:07:49 < zyp> ah, right, I see the difference is the shipping, which weren't on the invoice I paid 2013-10-16T13:09:51 < zyp> ok, paid 2013-10-16T13:10:15 < zyp> what about the usb connectors, how much do I owe you for those? 2013-10-16T13:11:23 < dongs> ah, will figure that one out later 2013-10-16T13:11:31 < dongs> it was something < $0.50/ea so its not a big deal 2013-10-16T13:11:57 < dongs> ok so 2013-10-16T13:12:11 < dongs> FT800 -> 18bit RGB -> HDMI encoder 2013-10-16T13:12:19 < dongs> -> dickstarter 2013-10-16T13:14:18 -!- dekar_ [~dekar@212.255.126.62] has quit [Quit: This computer has gone to sleep] 2013-10-16T13:15:18 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-16T13:18:45 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-16T13:39:10 -!- dekar [~dekar@studpool-wlan-74-69.fs.fbi.h-da.de] has joined ##stm32 2013-10-16T13:39:13 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-16T13:45:11 < karlp> android 4.3 or later for bitlock?! who the fuck has 4.3? 2013-10-16T13:46:14 < dongs> for jewtooth LOW ENERGAY 2013-10-16T13:48:59 < karlp> gonna need serious rewards for people to be convinced to allow random knobs to unlock their bike and lock it up "somewhere else" 2013-10-16T13:49:17 < karlp> they should have just taken this scheme to the cities that already do bike sharing shit 2013-10-16T13:55:04 < GargantuaSauce> http://ca.mouser.com/ProductDetail/Panasonic/ECA-1AM103/?qs=%2fha2pyFadujX3jSuHXlbtntE%252bEjkCnEvSVLs6Lvc2Dg%3d 2013-10-16T13:55:06 < GargantuaSauce> >Aluminum Electrolytic Capacitors - Leaded 10KuF 10V 2013-10-16T13:55:09 < GargantuaSauce> >10KuF 2013-10-16T13:56:27 < GargantuaSauce> i have no words 2013-10-16T13:58:10 < karlp> smae as two 4k7 uFs...? 2013-10-16T13:58:18 < zyp> karlp, I've had 4.3 for ages 2013-10-16T13:58:35 < karlp> on what, a nexus? 2013-10-16T13:58:39 < zyp> yep 2013-10-16T13:58:47 < karlp> no-one else does, and no-one else is going to get it without a new phone 2013-10-16T13:58:56 < zyp> not my problem :D 2013-10-16T13:59:34 < karlp> does iphone 4S have bluetooth 4 le, or whatever the reason for droid 4.3? 2013-10-16T14:00:04 < zyp> probably 2013-10-16T14:00:37 < karlp> oh, more coolness, product text on kickstarter page is an image, not text :) 2013-10-16T14:00:41 < karlp> and has typos 2013-10-16T14:01:48 -!- espiral [maze@unaffiliated/espiral] has quit [Ping timeout: 240 seconds] 2013-10-16T14:08:42 < fbs> GargantuaSauce: well 10000 is more common, but m has also been used for micro so 10mF could be 10uF or 10000uF 2013-10-16T14:09:05 < fbs> so 10kuF isnt that bad 2013-10-16T14:09:15 < GargantuaSauce> it's an uppercase K 2013-10-16T14:09:43 < GargantuaSauce> they made it as wrong as conceivably possible! 2013-10-16T14:14:44 -!- espiral [maze@unaffiliated/espiral] has joined ##stm32 2013-10-16T14:14:46 -!- Activate_for_mor [~mirggi@213.87.132.86] has quit [Ping timeout: 265 seconds] 2013-10-16T14:23:40 < fbs> oh 2013-10-16T14:25:40 -!- dekar [~dekar@studpool-wlan-74-69.fs.fbi.h-da.de] has quit [Quit: This computer has gone to sleep] 2013-10-16T14:27:27 < karlp> oh suck it up, there's no K si prefix, so there's no confusion, just pedantry :) 2013-10-16T14:37:08 -!- Activate_for_mor [~mirggi@213.87.132.22] has joined ##stm32 2013-10-16T14:52:51 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 272 seconds] 2013-10-16T14:53:29 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-16T14:58:20 -!- Activate_for_mor [~mirggi@213.87.132.22] has quit [Ping timeout: 245 seconds] 2013-10-16T14:58:49 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-16T15:02:10 < dongs> http://www.digikey.com/product-detail/en/VM800C35A-D/768-1198-ND/4331998 gayduino competitor 2013-10-16T15:02:46 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-16T15:04:06 <+Steffan-> No, no competitor.. 2013-10-16T15:04:11 <+Steffan-> No shield form. 2013-10-16T15:04:52 <+Steffan-> You still need the arduino not? 2013-10-16T15:06:15 <+Steffan-> "This module behaves as an SPI slave" meh. 2013-10-16T15:06:37 < dongs> ya im surprised they didnt stick one of htier FTDI242X or whatever shits on there 2013-10-16T15:06:40 < dongs> to do USB>SPI 2013-10-16T15:07:04 -!- ashfaq [~ashfaq@dhcp-187132.eduroam.chalmers.se] has joined ##stm32 2013-10-16T15:07:32 < ashfaq> Hi 2013-10-16T15:08:05 < ashfaq> i am planning to start working with stm32 I was wondering if there was a development environment for linux 2013-10-16T15:08:18 < dongs> no, in lunix you only have emacs and gdb 2013-10-16T15:08:54 < ashfaq> anywhere i can find documentation for it? 2013-10-16T15:08:56 <+Steffan-> Use your standard environment ashfaq? 2013-10-16T15:09:20 <+Steffan-> + https://launchpad.net/gcc-arm-embedded 2013-10-16T15:09:56 < ashfaq> yes, the compilers and fine, i was more interested in debugging options with linux 2013-10-16T15:10:18 < ashfaq> gdb is good, but something like keil would help in development time 2013-10-16T15:10:30 < dongs> then dont use lunix. 2013-10-16T15:11:17 < ashfaq> hmm not quite an option for me, its quite expensive since im working on a hobby project 2013-10-16T15:11:30 < dongs> then use free 32k version of keil. 2013-10-16T15:12:55 < ashfaq> im more looking out for linux, as development on linux is much better and im used to this and not windows. 32k version is what I have tried 2013-10-16T15:13:04 < dongs> "much better" 2013-10-16T15:13:10 < dongs> if you already know its much better why not fucking use it then? 2013-10-16T15:13:20 < ashfaq> but was looking for somthing more on the linux end 2013-10-16T15:13:23 < dongs> if your idea of "better development" is editing files in equivalent of notepad.exe then sure 2013-10-16T15:13:30 < dongs> knock yourself out 2013-10-16T15:13:45 < dongs> eclipse is probably about the only thing you're ognna get 2013-10-16T15:13:50 < dongs> but that would require running lunix on an actual desktop 2013-10-16T15:15:27 -!- Activate_for_mor [~mirggi@213.87.132.214] has joined ##stm32 2013-10-16T15:16:19 < ashfaq> No by better development i mean more control on the code, which is not possible in windows 2013-10-16T15:16:43 < dongs> bullshit. you write the code. 2013-10-16T15:16:56 < ashfaq> I run linux and not windows so that isnt a problem 2013-10-16T15:17:58 < ashfaq> yes i write the code, but there is also the part when you interface with the computer wher eyou need more easy access to driver codes which windows doesnt give 2013-10-16T15:19:54 < dongs> sounds like bullshit to me. 2013-10-16T15:20:42 < ashfaq> guess you havnt tried working on linux 2013-10-16T15:22:07 < dongs> because windows suits me just fine. 2013-10-16T15:22:13 < dongs> and I have no problems wiht "driver codes" 2013-10-16T15:38:15 < Posterdati> zyp: http://picpaste.com/zyp_01-0Clwz4IF.jpeg 2013-10-16T15:42:21 -!- ashfaq [~ashfaq@dhcp-187132.eduroam.chalmers.se] has quit [Quit: Leaving] 2013-10-16T15:43:53 -!- PT_Dreamer [~quassel@133.116.166.178.rev.vodafone.pt] has joined ##stm32 2013-10-16T15:54:59 <+Steffan-> Is there actually some IDE for linux? Except some home brew eclipse stuff? 2013-10-16T15:55:23 < dongs> crossworks runs on lunix 2013-10-16T15:55:27 < dongs> and mactrash 2013-10-16T15:55:31 < dongs> i think atollic too? 2013-10-16T15:56:03 < dongs> hm no 2013-10-16T15:56:21 < dongs> exe only 2013-10-16T15:56:22 < dongs> anyway, crossworsk done. 2013-10-16T15:56:22 < dongs> does 2013-10-16T15:56:22 < dongs> $150 for "personal use". 2013-10-16T15:56:29 <+Steffan-> Yeah, not even that bad. 2013-10-16T15:56:51 < dongs> rumor is 3.0 finally has code complete 2013-10-16T15:57:19 <+Steffan-> oh crossworks is no eclipse. Itl ooks like it :P 2013-10-16T15:57:38 < dongs> no, its totally independent. 2013-10-16T15:57:40 < dongs> qt shit. 2013-10-16T15:59:44 -!- PT_Dreamer [~quassel@133.116.166.178.rev.vodafone.pt] has quit [Ping timeout: 260 seconds] 2013-10-16T16:01:14 -!- PT_Dreamer [~quassel@a94-133-244-128.cpe.netcabo.pt] has joined ##stm32 2013-10-16T16:04:08 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-16T16:07:02 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 240 seconds] 2013-10-16T16:07:33 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-16T16:07:35 -!- PT_Dreamer [~quassel@a94-133-244-128.cpe.netcabo.pt] has quit [Ping timeout: 272 seconds] 2013-10-16T16:07:35 -!- mrmcan [~mrcan@unaffiliated/mrcan] has quit [Ping timeout: 272 seconds] 2013-10-16T16:08:00 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-16T16:08:19 -!- Activate_for_mor [~mirggi@213.87.132.214] has quit [Ping timeout: 246 seconds] 2013-10-16T16:10:15 < karlp> netbeans/eclipse both work just fine on linux with gdb as the backend. 2013-10-16T16:10:42 < karlp> atollic is somehow windows only, despite being eclipse based 2013-10-16T16:11:49 < dongs> yeah, i think they have some custom bits (gdbserver?+ shit) thats probly windows only 2013-10-16T16:11:58 < dongs> dont tehy have something that uses stlinkdriver.dll to do gdb? 2013-10-16T16:14:00 <+Steffan-> Are those netbeans bugs that kind of make the bmp 'useless' solved yet karlp? 2013-10-16T16:14:05 <+Steffan-> or don't you know anything about that 2013-10-16T16:18:02 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 240 seconds] 2013-10-16T16:18:39 -!- Activate_for_mor [~mirggi@213.87.132.22] has joined ##stm32 2013-10-16T16:19:10 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-16T16:22:39 -!- dekar [~dekar@dslb-088-069-145-055.pools.arcor-ip.net] has joined ##stm32 2013-10-16T16:22:43 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-16T16:26:32 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-16T16:41:08 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Ping timeout: 240 seconds] 2013-10-16T16:52:43 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-16T17:13:08 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-16T17:19:00 -!- Activate_for_mor [~mirggi@213.87.132.22] has quit [Ping timeout: 256 seconds] 2013-10-16T17:21:40 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-16T17:21:41 -!- NooM [~IceChat77@213-240-66-40.adsl.highway.telekom.at] has joined ##stm32 2013-10-16T17:21:45 < NooM> hello 2013-10-16T17:22:35 <+Steffan-> Lo 2013-10-16T17:23:37 < NooM> so, iam ordering parts for my board. i planned to use an 8mhz crystal (like the stm32f4 discovery) - but sadly the ones small enought to fit are only 16 and 25 mhz, could that lead to any problems? 2013-10-16T17:23:54 < NooM> or not reaching 168mhz? (cant be divided by 16 and 25 ..?) 2013-10-16T17:35:52 -!- Activate_for_mor [~mirggi@213.87.132.22] has joined ##stm32 2013-10-16T17:36:09 <+Steffan-> 16MHz should be a problem. As you can use the PLL to generate the system clock. 2013-10-16T17:36:21 <+Steffan-> *shouldn't :) 2013-10-16T17:37:41 < NooM> hmm ok, thx 2013-10-16T17:37:43 <+Steffan-> *still use 2013-10-16T17:38:08 < NooM> sounds more complex, maybe i can squeeze in a bigger crystal 2013-10-16T17:38:09 < NooM> :D 2013-10-16T17:39:17 <+Steffan-> Why it should more complex? 2013-10-16T17:39:41 <+Steffan-> *sounds 2013-10-16T17:39:49 < NooM> idk :D 2013-10-16T17:39:51 <+Steffan-> Man, i should read what i write before i press enter :P 2013-10-16T17:41:21 < NooM> cos i have no idea how todo that 2013-10-16T17:41:22 < NooM> :D 2013-10-16T17:41:44 -!- DanteA [~X@host-40-158-66-217.spbmts.ru] has joined ##stm32 2013-10-16T17:42:58 <+Steffan-> There are some experts here to tell you how to do it. 2013-10-16T17:42:59 <+Steffan-> :P 2013-10-16T17:43:13 -!- Activate_for_mor [~mirggi@213.87.132.22] has quit [Ping timeout: 272 seconds] 2013-10-16T17:43:39 < NooM> mhm 2013-10-16T17:43:57 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 252 seconds] 2013-10-16T17:44:33 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-16T17:45:13 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Read error: Operation timed out] 2013-10-16T17:45:36 -!- Activate_for_mor [~mirggi@213.87.132.22] has joined ##stm32 2013-10-16T17:45:39 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-16T17:46:14 < NooM> ya, i use a bigger one with 8mhz 2013-10-16T17:46:15 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-16T17:46:17 < NooM> :D 2013-10-16T17:46:25 < NooM> maybe next pcb i gonna try :D 2013-10-16T17:46:26 <+Steffan-> It's all up to you. 2013-10-16T17:46:33 < NooM> iam still noob with stm 2013-10-16T17:46:53 <+Steffan-> How did you expect to generate the 168MHz using the 8MHz xtal? 2013-10-16T17:47:20 < NooM> using all the standard setting coocox maes for me and only changing 2 variables in code :D 2013-10-16T17:47:25 < NooM> makes* 2013-10-16T17:47:30 <+Steffan-> heh 2013-10-16T17:47:55 < NooM> that worked :D 2013-10-16T17:47:56 <+Steffan-> ST does have this excel to how to setup the clock stuff. I've never tried it, so i dont know how useful it is 2013-10-16T17:48:09 <+Steffan-> *excel sheet tool thing. 2013-10-16T17:48:25 < NooM> wanna see my design ? 2013-10-16T17:48:47 <+Steffan-> Sure, but be sure it's no EAGLE :P 2013-10-16T17:48:56 < NooM> diptrace 2013-10-16T17:48:59 < NooM> https://www.dropbox.com/s/9ez7913siqvmr6g/f4_board_front.png 2013-10-16T17:49:07 < NooM> https://www.dropbox.com/s/f2u1e0rvh4tlpjc/f4_board_back.png 2013-10-16T17:49:11 <+Steffan-> oh, yeah. I've seen that one 2013-10-16T17:49:21 < NooM> its for breadboard, it sill leaves space for 2 pins each side 2013-10-16T17:49:23 < NooM> :D 2013-10-16T17:49:44 < NooM> gonna order it today, from itead 2013-10-16T17:49:56 < NooM> picked all the parts from mouser now 2013-10-16T17:50:04 <+Steffan-> You were this guy who actually named some pin functions instead of just the pin name :P 2013-10-16T17:50:11 < NooM> yes 2013-10-16T17:50:14 < NooM> and i still have 2013-10-16T17:50:24 < NooM> i2c i use in any case 2013-10-16T17:50:35 < NooM> spi 1 and 2 too 2013-10-16T17:50:53 <+Steffan-> You're going to regret that. 2013-10-16T17:51:21 < NooM> if i wanna use different functions i can still look what else its connected too 2013-10-16T17:51:38 < NooM> if id name it just pa1 .. and so on id still have to look :D 2013-10-16T17:51:40 < karlp> Steffan-: allegedly netbeans problems with pause that gsmcmullin was seeing are fixed in current versions, haven't tried personally 2013-10-16T17:52:03 -!- Dmja [~X@host-67-152-66-217.spbmts.ru] has joined ##stm32 2013-10-16T17:52:26 -!- DanteA [~X@host-40-158-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-16T17:53:45 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 245 seconds] 2013-10-16T17:54:24 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-16T17:56:53 <+Steffan-> meh, it's all up to you NooM 2013-10-16T17:56:59 < NooM> :D 2013-10-16T17:57:47 <+Steffan-> but dont forget that for example USART1_TX can be PA9 or PB6 .. how you know which one it is? 2013-10-16T17:58:18 < NooM> mouse over pin in diptrace :( 2013-10-16T17:59:09 < NooM> the libs iam writing are using this pinout allready 2013-10-16T17:59:16 < NooM> so i dont have to think later 2013-10-16T17:59:49 <+Steffan-> It's not a 'universal' breakout board? 2013-10-16T17:59:57 < NooM> nah its only for me 2013-10-16T18:00:08 < NooM> to test the chip a bit and play around 2013-10-16T18:00:48 < NooM> https://www.dropbox.com/s/colu2ptyxqs54b4/Bild129.jpg 2013-10-16T18:00:56 < NooM> thats my other boards i made 2013-10-16T18:00:56 < NooM> its avr's tho 2013-10-16T18:01:03 < NooM> and i wanted to try a bit a better uC :D 2013-10-16T18:01:09 < NooM> and damn stm32f4 is fast :D 2013-10-16T18:01:43 < NooM> https://www.dropbox.com/s/h5a4ve3o7sbx90j/Bild132.jpg 2013-10-16T18:02:03 < NooM> (sadly i switched 2 pins, thats why these ugly wires ..) 2013-10-16T18:02:54 < NooM> i also made an enc28j60 boards 2013-10-16T18:03:02 < NooM> but iam still waiting for the magjacks 2013-10-16T18:03:05 < NooM> the uC works at least 2013-10-16T18:03:26 <+Steffan-> enc28j60 meh :P 2013-10-16T18:03:31 < NooM> :D 2013-10-16T18:03:34 < NooM> indeed 2013-10-16T18:03:45 < NooM> ive started writing a network stack for it 2013-10-16T18:03:49 <+Steffan-> Just the idea it's only 10MBit ;) 2013-10-16T18:03:50 < NooM> but got annoy pretty fast 2013-10-16T18:03:57 < NooM> annoyed 2013-10-16T18:04:01 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-16T18:04:06 < NooM> thats ok for avr's :D 2013-10-16T18:04:51 < NooM> it can icmp, dhcp and arp allready tho 2013-10-16T18:05:03 < NooM> (tested with the china breakouts) 2013-10-16T18:05:34 < NooM> maybe i make one day a stm32f4 with the ehternet 2013-10-16T18:05:41 < NooM> than iam gonna use the lwip port :D 2013-10-16T18:05:43 <+Steffan-> Be happy this d o n g s guy is not around. He would totally start about AVRs being obsoleted by cheaper ARMs with more peripherals :P 2013-10-16T18:05:58 < NooM> id agree with him 2013-10-16T18:06:02 < NooM> but thats how i started 2013-10-16T18:06:08 < NooM> i dont feel ashamed :D 2013-10-16T18:07:12 <+Steffan-> I think i actually found this channel because someone mentioned it in #avr 2013-10-16T18:07:20 < NooM> :D 2013-10-16T18:07:32 < NooM> i hand out a lot in #arduino :D 2013-10-16T18:07:34 < NooM> hang 2013-10-16T18:08:17 < NooM> iam using atmel studio and a real programmer tho :D 2013-10-16T18:08:26 < NooM> but the core libs from arduino cos they make life easy :D 2013-10-16T18:09:13 <+Steffan-> please please, try not to say that again. for your own good. 2013-10-16T18:09:25 < NooM> :D 2013-10-16T18:15:12 * karlp giggles 2013-10-16T18:16:01 < BrainDamage> bonus points you should add how 2014 will be the year of linux desktop 2013-10-16T18:16:21 < BrainDamage> and you only use FOSS 2013-10-16T18:17:29 < Laurenceb_> you talking about me? 2013-10-16T18:18:11 < qyx_> NooM: dont use enc28j60 2013-10-16T18:18:20 < qyx_> don't write your own driver 2013-10-16T18:18:25 < NooM> :( 2013-10-16T18:18:28 < qyx_> don't write your own network stack 2013-10-16T18:18:44 <+Steffan-> Why not. When he has spare time. 2013-10-16T18:18:46 < NooM> you have better way how i can waste my time? 2013-10-16T18:18:51 < qyx_> i assume you are young and you want to live long 2013-10-16T18:18:51 < NooM> :D 2013-10-16T18:19:16 < BrainDamage> well, he could live long 2013-10-16T18:19:21 < BrainDamage> just not happy 2013-10-16T18:19:27 < qyx_> the enc28j60 has very long errata sheet 2013-10-16T18:19:34 < NooM> haha BrainDamage 2013-10-16T18:21:03 -!- DanteA [~X@host-4-157-66-217.spbmts.ru] has joined ##stm32 2013-10-16T18:21:27 < NooM> qyx_ mhm 2013-10-16T18:22:02 < NooM> it was working tho, but i got annoyed after a bit, not cos of bugs, but cos its complicated a lot :D 2013-10-16T18:22:17 < NooM> basic stuff is running, but stuff like tcp, idk :D 2013-10-16T18:22:38 < NooM> if thats every gonna happen 2013-10-16T18:22:54 < gxti> well if you want a challenge you can integrate lwip 2013-10-16T18:23:00 < qyx_> on avr? 2013-10-16T18:23:02 -!- Dmja [~X@host-67-152-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-16T18:23:09 < NooM> ya i was using avr 2013-10-16T18:23:17 < NooM> with external sram as ethernet frame buffer 2013-10-16T18:23:19 < NooM> :D 2013-10-16T18:23:21 < gxti> oh, i thought he was talking about using it with stm32 crap. not really paying attention. 2013-10-16T18:23:36 < NooM> stm32 id use the integrated mac, with external phy 2013-10-16T18:23:51 < gxti> that would be the smart way to do it 2013-10-16T18:23:55 < NooM> thats on my todo list in the future 2013-10-16T18:24:13 < qyx_> NooM: see, enc28j60+avr+sram ~ stm32f107+phy 2013-10-16T18:24:14 < NooM> yeah 2013-10-16T18:24:23 < NooM> :D 2013-10-16T18:24:27 < gxti> chibios makes it dead easy, comes with all the bindings already 2013-10-16T18:24:44 <+Steffan-> and still you moved away from chibios not? 2013-10-16T18:24:51 <+Steffan-> CoOS .. 2013-10-16T18:25:19 < gxti> for license reasons mostly 2013-10-16T18:25:31 <+Steffan-> ( a good reason ) 2013-10-16T18:26:27 < gxti> coos is kinda crappy though, works but the code quality is poor. but now i'm not relying on anyone's peripheral drivers so changing rtos again would be trivial. 2013-10-16T18:26:29 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-16T18:27:07 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-16T18:31:58 < NooM> well ima off, cu 2013-10-16T18:32:01 -!- NooM [~IceChat77@213-240-66-40.adsl.highway.telekom.at] has quit [Quit: Few women admit their age. Few men act theirs.] 2013-10-16T18:33:47 -!- DanteA [~X@host-4-157-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-16T18:36:37 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-16T18:37:06 -!- DanteA [~X@host-104-158-66-217.spbmts.ru] has joined ##stm32 2013-10-16T18:41:17 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-16T19:08:01 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-16T19:10:28 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-16T19:16:37 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-16T19:17:07 -!- Activate_for_mor [~mirggi@213.87.132.22] has quit [Ping timeout: 240 seconds] 2013-10-16T19:22:02 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-16T19:23:21 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-16T19:23:21 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Disconnected by services] 2013-10-16T19:23:28 -!- BrainDamage1 is now known as BrainDamage 2013-10-16T19:24:38 -!- DanteA [~X@host-104-158-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-16T19:32:18 -!- DanteA [~X@host-87-158-66-217.spbmts.ru] has joined ##stm32 2013-10-16T19:32:47 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 272 seconds] 2013-10-16T19:39:02 -!- DanteA [~X@host-87-158-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-16T19:41:35 -!- barthess [~barthess@178.154.102.30] has joined ##stm32 2013-10-16T19:45:53 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-16T19:45:53 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-16T19:48:39 < Laurenceb_> http://www.b3tards.com/u/67f98b0e3909eff8f955/fudgepacking.jpg 2013-10-16T19:48:46 -!- jon1012 [~jon@pha75-14-88-162-134-157.fbx.proxad.net] has joined ##stm32 2013-10-16T19:48:46 -!- jon1012 [~jon@pha75-14-88-162-134-157.fbx.proxad.net] has quit [Changing host] 2013-10-16T19:48:46 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-16T19:53:22 < gxti> if you want Laurenceb_ you can just stop posting b3tards and sickipedia links entirely 2013-10-16T19:53:56 < emeb> Mmm... yeah... that'd be just great. 2013-10-16T19:55:16 * emeb (who is occasionally OT) says hypocritically 2013-10-16T20:00:45 -!- mode/##stm32 [+o gxti] by ChanServ 2013-10-16T20:00:46 <+Steffan-> also when he not wants to :P 2013-10-16T20:01:26 <+Steffan-> meh, i should not 'abuse' that. 2013-10-16T20:01:33 -!- mode/##stm32 [-o gxti] by ChanServ 2013-10-16T20:01:44 < Laurenceb_> sup 2013-10-16T20:03:19 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-16T20:05:26 <+Steffan-> gxti, you know. There is something they do in #highaltitude and/or #chibios that kind of stop Laurenceb_ from doing that 2013-10-16T20:05:26 <+Steffan-> i wonder what that is ;) 2013-10-16T20:05:32 <+Steffan-> *stops 2013-10-16T20:05:50 < Laurenceb_> hi Steffan- 2013-10-16T20:06:03 <+Steffan-> Hi mr Laurenceb_ 2013-10-16T20:13:09 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-16T20:21:01 -!- Intelaida [d5578d9f@gateway/web/freenode/ip.213.87.141.159] has joined ##stm32 2013-10-16T20:31:45 -!- barthess [~barthess@178.154.102.30] has quit [Quit: Leaving.] 2013-10-16T20:33:42 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-16T20:34:13 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Client Quit] 2013-10-16T20:34:35 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Ping timeout: 272 seconds] 2013-10-16T20:34:35 -!- Intelaida [d5578d9f@gateway/web/freenode/ip.213.87.141.159] has quit [Ping timeout: 250 seconds] 2013-10-16T20:37:52 -!- talsit [~talsit@FL1-119-239-15-17.osk.mesh.ad.jp] has quit [Read error: Connection reset by peer] 2013-10-16T20:39:10 -!- barthess [~barthess@178.154.77.124] has joined ##stm32 2013-10-16T20:40:51 -!- MrMobius [~Joey@91.213.233.158] has joined ##stm32 2013-10-16T20:48:25 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 272 seconds] 2013-10-16T20:50:06 -!- Intelaida [d55786eb@gateway/web/freenode/ip.213.87.134.235] has joined ##stm32 2013-10-16T21:09:43 -!- MrMobius [~Joey@91.213.233.158] has quit [Quit: HydraIRC -> http://www.hydrairc.com <-] 2013-10-16T21:12:06 -!- MrMobius [~Joey@91.213.233.158] has joined ##stm32 2013-10-16T21:17:29 -!- MrMobius [~Joey@91.213.233.158] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Would you like to know more?] 2013-10-16T21:18:05 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-16T21:36:42 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-16T21:42:39 -!- Activate_for_mor [~mirggi@213.87.132.86] has joined ##stm32 2013-10-16T21:43:29 -!- Intelaida [d55786eb@gateway/web/freenode/ip.213.87.134.235] has quit [Ping timeout: 250 seconds] 2013-10-16T22:05:55 -!- DanteA [~X@host-87-158-66-217.spbmts.ru] has joined ##stm32 2013-10-16T22:08:06 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-16T22:13:39 -!- Activate_for_mor [~mirggi@213.87.132.86] has quit [Ping timeout: 272 seconds] 2013-10-16T22:13:41 -!- DanteA [~X@host-87-158-66-217.spbmts.ru] has quit [Read error: Connection reset by peer] 2013-10-16T22:17:37 < bsdfox> anyone have any insight why I get 16 clock pulses with this simple spi master demo? it sends the data properly with the first 8 clocks then does 8 more with 0 on the MOSI pin. http://pastebin.com/wFu1Sa1s 2013-10-16T22:18:11 < bsdfox> this is on STM32F051 and I've checked register values in gdb and they seem correct 2013-10-16T22:18:52 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-16T22:18:52 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-16T22:19:51 < bsdfox> 3: /x *(0x40013000+0x00) = 0x7c 2013-10-16T22:19:51 < bsdfox> 2: /x *(0x40013000+0x04) = 0x704 2013-10-16T22:19:51 < bsdfox> (gdb) 2013-10-16T22:20:53 < karlp> yeah, this has come up before, 2013-10-16T22:21:32 < karlp> there's something where if you write a bigger value to it, it transfers more, even if you weren't planning on it, I don't remember the rest of the details, 2013-10-16T22:21:45 < karlp> zyp saw something like this iirc 2013-10-16T22:24:23 < bsdfox> karlp, perhaps it's adjusting because I'm using a 16 bit integer? even though the value is 8 bit 2013-10-16T22:25:26 < bsdfox> using char z; doesn't seem to make any difference 2013-10-16T22:28:07 -!- barthess [~barthess@178.154.77.124] has quit [Quit: Leaving.] 2013-10-16T22:29:41 <+Steffan-> the paramenter is also int.. not forgot that one bsdfox? ( too obvious maybe ) 2013-10-16T22:30:56 < bsdfox> I did forget that but still didn't fix the problem :) 2013-10-16T22:34:03 < bsdfox> -O1 and -Os both exhibit the same behavior :\ 2013-10-16T22:34:10 < karlp> yeah, it's the peripheral, 2013-10-16T22:34:19 < karlp> this only happens on the "non F1" iirc 2013-10-16T22:35:20 < bsdfox> is there a workaround? when I change the data size to 7 I get 14 clocks, ds=4 I get 8 clocks 2013-10-16T22:39:24 < bsdfox> when ds = 8, I get 9 clocks, ds=9 I get 10 clocks.. ds=15 I get 16 clocks.. so it seems to only be erratic at ds < 8 (8bit or lower) 2013-10-16T22:49:04 < zyp> I've observed it on F3, not on F4 2013-10-16T22:49:17 < zyp> it's part of the new FIFO stuff in F3, I don't know if F0 also has that 2013-10-16T22:50:28 < zyp> but it sounds like you have the same problem 2013-10-16T22:51:14 < zyp> anyway, the solution is making the register definition a uint8_t so the compiler will emit a 8-bit store instead of a 32-bit store 2013-10-16T22:51:56 < zyp> because stores larger than 8-bit for word sizes <= 8 gets interpreted as two words 2013-10-16T22:54:13 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-16T22:54:33 <+Steffan-> no vacation yet zyp? 2013-10-16T22:54:36 < zyp> what I did was make a union { volatile uint32_t DR; volatile uint8_t DR8; }; 2013-10-16T22:54:39 < zyp> I'm in .pt 2013-10-16T22:54:44 <+Steffan-> Ah :) 2013-10-16T22:54:46 < zyp> just came in, about to head out again 2013-10-16T22:55:08 < zyp> just solving bsdfox' problem while I have time ;) 2013-10-16T22:58:47 < fbs> how does the alternate functions for gpiof on the f0 work? 2013-10-16T22:59:25 < fbs> I dont see a table for it 2013-10-16T23:01:00 < fbs> I want to use the i2c2 on PF6,PF7 2013-10-16T23:01:11 -!- alexn [~alexn@pD95E9EE4.dip0.t-ipconnect.de] has joined ##stm32 2013-10-16T23:08:16 < bsdfox> zyp, thanks. I'll give that a shot 2013-10-16T23:16:28 < bsdfox> fbs, don't you just set GPIOF->MODERn[1:0] = 0x2; for those? 2013-10-16T23:17:51 < bsdfox> only port a and b have multiple alternate functions so no need for the AFR register on the others 2013-10-16T23:20:17 < fbs> hmm lets try 2013-10-16T23:25:01 -!- alexn [~alexn@pD95E9EE4.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-16T23:27:15 -!- ohama [ohama@cicolina.org] has quit [Ping timeout: 240 seconds] 2013-10-16T23:39:04 -!- coon [coon@gateway/shell/c-base/x-craeiaojwltypsul] has quit [Changing host] 2013-10-16T23:39:04 -!- coon [coon@c-base/crew/coon] has joined ##stm32 2013-10-16T23:41:07 -!- ohama [ohama@cicolina.org] has joined ##stm32 2013-10-16T23:42:42 < Laurenceb_> https://i.chzbgr.com/maxW500/7844600064/h4601A5EE/ 2013-10-16T23:49:23 < bsdfox> I'm not very familiar with unions.. http://pastebin.com/PGVSjmrp works (changing the DR to 8bit) but how would I implement that as a union so I could also access in 16bit mode? I found http://paste.jvnv.net/view/FkGR6 and tried to basically do that (but with the __IO preface) but it didn't compile 2013-10-16T23:51:34 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-16T23:58:22 <+dekar> jpa-, btw, you were right about those fifos --- Day changed Thu Oct 17 2013 2013-10-17T00:01:14 <+dekar> "Data Out packets = (largest packet size / 4) + 1 space (MINIMUM to receive packets) Note: Space = ONE 32-bit word" 2013-10-17T00:01:29 <+dekar> I feel like they could have done a better job explaining it :/ 2013-10-17T00:12:05 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-17T00:12:35 < bsdfox> the way I did it actually does work I just had to change the way I called the register 2013-10-17T00:27:50 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-17T00:33:40 < fbs> bsdfox: whats the compile error? 2013-10-17T00:36:48 < fbs> union syntax is similar to struct 2013-10-17T00:37:20 < fbs> but if youre chaning the spi_typedef struct in the stdperiph lib you also need to change it in every place its referenced 2013-10-17T00:59:03 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 268 seconds] 2013-10-17T01:00:51 -!- dekar [~dekar@dslb-088-069-145-055.pools.arcor-ip.net] has quit [Ping timeout: 272 seconds] 2013-10-17T01:10:25 -!- fergusnoble [fergusnobl@repl.esden.net] has quit [Ping timeout: 245 seconds] 2013-10-17T01:12:50 -!- fergusnoble [fergusnobl@repl.esden.net] has joined ##stm32 2013-10-17T01:16:45 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Quit: leaving] 2013-10-17T02:01:22 -!- dekar [~dekar@212.255.126.62] has joined ##stm32 2013-10-17T02:01:25 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-17T02:12:04 < dongs> sup dongsssssssssssssss 2013-10-17T02:13:07 < dongs> (but with the __IO preface) 2013-10-17T02:13:14 < dongs> that just lame ST #define for volatile 2013-10-17T02:35:48 < bsdfox> fbs, I was getting some error about DR not being a member. I had to name the union (raw_dr) then SPI1->raw_dr.DR 2013-10-17T02:44:43 < dongs> hm 2013-10-17T02:44:47 < dongs> why all that trouble 2013-10-17T02:47:01 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-17T03:03:18 < Laurenceb_> http://tech.slashdot.org/comments.pl?sid=4345011&cid=45148159 2013-10-17T03:03:23 < Laurenceb_> someone saw you dongs 2013-10-17T03:22:46 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Ping timeout: 246 seconds] 2013-10-17T03:32:08 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Ping timeout: 256 seconds] 2013-10-17T03:38:54 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-17T03:50:11 -!- Guesd [7aaa3e63@gateway/web/freenode/ip.122.170.62.99] has joined ##stm32 2013-10-17T04:02:53 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-17T04:09:20 -!- tlst [~talsit@KD182251029040.au-net.ne.jp] has joined ##stm32 2013-10-17T04:12:07 < bsdfox> dongs, apparently the chip acts in an undocumented way when a 32 bit store is used instead of an 8 bit store for datasize <= 8 2013-10-17T04:14:31 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has joined ##stm32 2013-10-17T05:04:55 < zyp> it's not undocumented 2013-10-17T05:05:10 < zyp> at least it's perfectly documented in the F3 reference manual 2013-10-17T05:05:20 < zyp> probably also in the F0 one 2013-10-17T05:05:56 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-17T05:07:50 < zyp> yep 2013-10-17T05:08:07 < zyp> RM0091 rev4, page 651, last paragraph 2013-10-17T05:08:12 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Read error: Connection reset by peer] 2013-10-17T05:08:33 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-17T05:08:33 < zyp> (the one about data packing) 2013-10-17T05:28:49 < dongs> ADV7611BSWZ: purchased 2013-10-17T05:29:32 < emeb> hdmi fun 2013-10-17T05:30:01 < dongs> apparently mp price on that is 3 bucks 2013-10-17T05:30:52 < emeb> what's the application? 2013-10-17T05:31:00 < emeb> hdmi input for your iPad display? 2013-10-17T05:31:04 < dongs> hdmi>mipi 2013-10-17T05:31:16 < dongs> so hdmi for those newfag 5" 1080p displays 2013-10-17T05:31:23 < emeb> kewl 2013-10-17T05:32:15 < dongs> jewpad thing would work too 2013-10-17T05:32:23 < dongs> but DP encoder is like 0.4mm pitch over9000tqfp 2013-10-17T05:32:46 < dongs> and i'd need one of those mux ICs 2013-10-17T05:32:52 < dongs> thats really annoying to route 2013-10-17T05:34:11 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-17T05:36:21 < emeb> no doubt 2013-10-17T05:43:17 -!- tlst [~talsit@KD182251029040.au-net.ne.jp] has quit [Quit: Bye] 2013-10-17T05:46:18 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-17T05:47:53 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-17T05:50:30 -!- tlst [~talsit@KD182251029040.au-net.ne.jp] has joined ##stm32 2013-10-17T06:00:51 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-17T06:02:56 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-17T06:09:38 -!- talsit_ [~talsit@KD182251033168.au-net.ne.jp] has joined ##stm32 2013-10-17T06:10:57 -!- talsit_ [~talsit@KD182251033168.au-net.ne.jp] has quit [Client Quit] 2013-10-17T06:11:16 -!- tlst [~talsit@KD182251029040.au-net.ne.jp] has quit [Ping timeout: 245 seconds] 2013-10-17T06:11:52 < dongs> oooOOoo 2013-10-17T06:11:56 < dongs> i haz 429-disco 2013-10-17T06:17:09 < emeb_mac> big fun 2013-10-17T06:17:22 < emeb_mac> touch screen ftw 2013-10-17T06:17:57 < emeb_mac> need to get cable to allow it to read usb stick 2013-10-17T06:18:14 -!- Activate_for_mor [~mirggi@213.87.141.223] has joined ##stm32 2013-10-17T06:18:59 < dongs> oh, for mjpeg player? 2013-10-17T06:19:12 < dongs> i got that OTG cable trash forphone. should probly work 2013-10-17T06:19:19 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-17T06:19:31 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-17T06:21:07 < emeb_mac> ya 2013-10-17T06:22:39 < emeb_mac> they got em all over amazon. about $0.50 2013-10-17T06:26:11 < dongs> rite 2013-10-17T06:26:18 < dongs> dont have any mjpeg filez tho 2013-10-17T06:28:38 -!- Activate_for_mor [~mirggi@213.87.141.223] has quit [Ping timeout: 240 seconds] 2013-10-17T06:29:10 < dongs> · STM32 Cortex™-M4 Hands-On Workshop* and receive a free STM32 F429 Discovery Kit 2013-10-17T06:29:13 < dongs> October 31st 10:20 AM; M2 Ballroom 2013-10-17T06:29:23 < dongs> STMicroelectronics is pleased to invite you to visit us at 2013-10-17T06:29:23 < dongs> ARM TechCon 2013 in Santa Clara, California, Oct 29 – 31, 2013 2013-10-17T06:30:22 < emeb_mac> yeah - fly out to silly valley just for a free F429 disco. 2013-10-17T06:30:29 < dongs> good plan 2013-10-17T06:30:33 < dongs> but it will be free 2013-10-17T06:31:15 < emeb_mac> how much would you pay for free stuff? 2013-10-17T06:31:51 < dongs> the 2 i got didn't cost me any real money 2013-10-17T06:31:54 < dongs> so im all ok with that 2013-10-17T06:34:25 < dongs> retweeting http://media-cache-ec0.pinimg.com/736x/24/02/86/24028683cd1bb4934bd7273fc0a3860c.jpg 2013-10-17T06:39:07 < dongs> zyp, i think you forgot to pay for actual PCBA. 2013-10-17T06:39:07 < dongs> last time you only did boards. 2013-10-17T06:39:18 < dongs> and the dude is telling me now was just shipping. 2013-10-17T06:41:40 < dongs> oh oops nvm, that was all. I thought i told you to do pcb only last time. 2013-10-17T06:54:51 -!- Activate_for_mor [~mirggi@213.87.138.135] has joined ##stm32 2013-10-17T06:56:25 -!- Guesd [7aaa3e63@gateway/web/freenode/ip.122.170.62.99] has quit [Ping timeout: 250 seconds] 2013-10-17T07:02:07 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has quit [Ping timeout: 272 seconds] 2013-10-17T07:03:34 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has joined ##stm32 2013-10-17T07:10:01 -!- Activate_for_mor [~mirggi@213.87.138.135] has quit [Ping timeout: 245 seconds] 2013-10-17T07:19:19 -!- Activate_for_mor [~mirggi@213.87.138.135] has joined ##stm32 2013-10-17T07:23:22 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-17T07:33:41 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-17T07:52:38 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 240 seconds] 2013-10-17T07:53:19 -!- Guese [7aaa3e63@gateway/web/freenode/ip.122.170.62.99] has joined ##stm32 2013-10-17T07:54:41 < dongs> blogs 2013-10-17T07:54:50 < emeb_mac> what's bloggin? 2013-10-17T08:05:49 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has joined ##stm32 2013-10-17T08:08:05 -!- Activate_for_mor [~mirggi@213.87.138.135] has quit [Ping timeout: 272 seconds] 2013-10-17T08:09:21 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has quit [Quit: leaving] 2013-10-17T08:12:09 < emeb_mac> cool gnd stitching 2013-10-17T08:15:26 -!- Activate_for_mor [~mirggi@213.87.138.135] has joined ##stm32 2013-10-17T08:20:07 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-17T08:21:13 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has joined ##stm32 2013-10-17T08:25:18 < emeb_mac> altium? 2013-10-17T08:25:29 < emeb_mac> oooh 2013-10-17T08:25:40 < dongs> thats fuckin great 2013-10-17T08:26:08 * emeb_mac took an Allegro training class 18 yrs ago - never used it. 2013-10-17T08:26:19 < emeb_mac> it was a lot clunkier then 2013-10-17T08:35:55 < dongs> yeah im only 13 2013-10-17T08:36:01 -!- DanteA [~X@host-68-157-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-17T08:36:31 -!- DanteA [~X@host-40-158-66-217.spbmts.ru] has joined ##stm32 2013-10-17T08:37:56 -!- Activate_for_mor [~mirggi@213.87.138.135] has quit [Ping timeout: 245 seconds] 2013-10-17T08:39:50 < emeb_mac> back in the day when Allegro only ran on Unix 2013-10-17T08:40:46 < emeb_mac> cause Windows 95 couldn't handle pro software like that. :) 2013-10-17T08:43:13 -!- Activate_for_mor [~mirggi@213.87.138.135] has joined ##stm32 2013-10-17T08:45:31 < dongs> ha ha 2013-10-17T08:45:34 < dongs> > unix 2013-10-17T08:45:35 < dongs> > pro software 2013-10-17T08:45:38 < dongs> still laughing 2013-10-17T08:46:00 < emeb_mac> ba-dum-bum. thankyou thankyou. I'm here all week. 2013-10-17T08:46:02 < dongs> that sucks for whoever wants to use it 2013-10-17T08:46:29 < dongs> another tray of F103 wasted 2013-10-17T08:46:31 < dongs> damn 2013-10-17T08:47:52 < emeb_mac> dongs: what wasted them? 2013-10-17T08:48:09 < dongs> emeb_mac: they all got assembled 2013-10-17T08:48:28 < emeb_mac> assembled wrong? or on a worthless board? 2013-10-17T08:49:38 < dongs> no, just assembled good. 2013-10-17T08:52:06 < emeb_mac> vicarious violence. 2013-10-17T08:54:13 -!- DanteA [~X@host-40-158-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-17T08:57:34 < dongs> PC(R15)=d00bebf6, CPSR=0000003f (thumb mode), LR(R14)=d00bcd2d, SP(R13)=d016c8d8 2013-10-17T08:57:39 < dongs> hm, PC/CPSR, thats arm isnt it? 2013-10-17T09:04:35 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has joined ##stm32 2013-10-17T09:10:48 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 240 seconds] 2013-10-17T09:11:16 -!- DanteA [~X@host-4-157-66-217.spbmts.ru] has joined ##stm32 2013-10-17T09:15:51 -!- DanteA [~X@host-4-157-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-17T09:16:06 -!- scrts [~quassel@unaffiliated/scrts] has quit [Remote host closed the connection] 2013-10-17T09:22:44 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has quit [Quit: leaving] 2013-10-17T09:22:57 -!- scrts [~quassel@unaffiliated/scrts] has joined ##stm32 2013-10-17T09:23:59 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-17T09:29:03 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has joined ##stm32 2013-10-17T09:29:10 -!- DanteA [~X@host-4-157-66-217.spbmts.ru] has joined ##stm32 2013-10-17T09:29:52 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has quit [Client Quit] 2013-10-17T09:43:26 < GargantuaSauce> "thumb mode" kind of gives that away 2013-10-17T09:43:57 < dongs> oh duh 2013-10-17T09:44:03 < dongs> damn im pro 2013-10-17T09:44:48 < emeb_mac> thought you were kidding... 2013-10-17T09:44:48 < dongs> i must be so fucking stoned 2013-10-17T09:47:10 -!- dekar_ [~dekar@212.255.121.200] has joined ##stm32 2013-10-17T09:47:13 -!- mode/##stm32 [+v dekar_] by ChanServ 2013-10-17T09:49:25 -!- Activate_for_mor [~mirggi@213.87.138.135] has quit [Ping timeout: 272 seconds] 2013-10-17T09:49:44 -!- jon1012 [~jon@pha75-14-88-162-134-157.fbx.proxad.net] has joined ##stm32 2013-10-17T09:49:45 -!- jon1012 [~jon@pha75-14-88-162-134-157.fbx.proxad.net] has quit [Changing host] 2013-10-17T09:49:45 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-17T09:51:14 -!- dekar [~dekar@212.255.126.62] has quit [Ping timeout: 268 seconds] 2013-10-17T09:54:22 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-17T10:00:43 -!- DanteA [~X@host-4-157-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-17T10:23:33 -!- Activate_for_mor [~mirggi@213.87.138.135] has joined ##stm32 2013-10-17T10:29:36 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-17T10:30:52 -!- Activate_for_mor [~mirggi@213.87.138.135] has quit [Ping timeout: 260 seconds] 2013-10-17T10:32:09 < dongs> uh oh 2013-10-17T10:32:13 < dongs> still no updates on matchdongsarm 2013-10-17T10:32:20 < dongs> http://www.kickstarter.com/projects/1883701526/matchboxarm/comments 2013-10-17T10:33:09 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-17T10:33:12 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Client Quit] 2013-10-17T10:38:03 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-17T10:40:27 < GargantuaSauce> ah yes, they hit the "oh shit now we have to build 250 of these" stage of development 2013-10-17T10:43:11 < dongs> haha 2013-10-17T10:43:19 < dongs> the guy deleted his github 2 months ago 2013-10-17T10:43:27 < dongs> where he tried to port mbed msc bootloader to F1 2013-10-17T10:43:33 < dongs> i wonder if thats related 2013-10-17T10:43:40 < dongs> still no schematics/layout/sores available 2013-10-17T10:49:13 -!- DanteA [~X@host-4-157-66-217.spbmts.ru] has joined ##stm32 2013-10-17T10:55:36 -!- DanteA [~X@host-4-157-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-17T10:56:51 -!- DanteA [~X@host-40-158-66-217.spbmts.ru] has joined ##stm32 2013-10-17T10:57:07 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-17T10:58:07 < dongs> GargantuaSauce: quoted on website 2013-10-17T10:58:29 < GargantuaSauce> how much? 2013-10-17T10:58:52 < dongs> hm? 2013-10-17T10:59:01 < dongs> i mean i added your 'oh shit' quote on matchboxarm.com 2013-10-17T10:59:02 < GargantuaSauce> oh thought you meant they made an offer 2013-10-17T10:59:36 < dongs> yea that'd be nice but I didnt leave any contact infoz 2013-10-17T11:00:01 < dongs> im not really keen on selling it 2013-10-17T11:00:04 < dongs> it would be funnier to troll them w/it 2013-10-17T11:01:15 < GargantuaSauce> ya 2013-10-17T11:03:43 < dongs> http://www.analog.com/en/rfif-components/mixersmultipliers/adrf6601/products/product.html 2013-10-17T11:03:46 < dongs> hm this looks nice 2013-10-17T11:04:29 < dongs> wait, or not, why hte fuck internal LO doesn;t' cover all the frequency it can mix 2013-10-17T11:05:01 -!- DanteA [~X@host-40-158-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-17T11:26:41 -!- Robint91 [~Robint91_@2a02:2c40:400:0:a942:4b2e:f54f:3e16] has joined ##stm32 2013-10-17T11:37:53 -!- Activate_for_mor [~mirggi@213.87.138.135] has joined ##stm32 2013-10-17T11:55:23 -!- NooM [~IceChat77@213-240-66-40.adsl.highway.telekom.at] has joined ##stm32 2013-10-17T11:55:26 < NooM> hello 2013-10-17T12:00:00 < dongs> commence blogging 2013-10-17T12:00:26 < NooM> no 2013-10-17T12:00:27 < NooM> :D 2013-10-17T12:01:13 < NooM> another day another problem :( 2013-10-17T12:04:29 < dongs> you always like failing 2013-10-17T12:04:34 < dongs> its probably beacuse you use lunix 2013-10-17T12:04:47 < NooM> what ? 2013-10-17T12:07:43 < NooM> hmm problem solved :D 2013-10-17T12:07:50 < NooM> weird 2013-10-17T12:08:33 < NooM> DMA1_Stream4->M0AR = (uint32_t)Data; works while DMA1_Stream4->M0AR = (uint32_t)&Data; gives me garbage data, at least the beginning of it is crap, like 10% 2013-10-17T12:25:56 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-17T12:35:37 -!- DanteA [~X@host-40-158-66-217.spbmts.ru] has joined ##stm32 2013-10-17T12:40:40 -!- Activate_for_mor [~mirggi@213.87.138.135] has quit [Ping timeout: 246 seconds] 2013-10-17T12:40:45 < Robint91> what is data? 2013-10-17T12:40:49 < Robint91> NooM, ? 2013-10-17T12:41:18 < NooM> a uint8_t array 2013-10-17T12:41:24 < NooM> gotten there with a pointer 2013-10-17T12:41:37 < NooM> void SPI_2::WriteDMA(uint8_t* Data, uint32_t Length, void (*userFunc)(void)) 2013-10-17T12:42:23 < GargantuaSauce> get rid of the & operator 2013-10-17T12:42:40 < dongs> C++????????????????????????????????? 2013-10-17T12:42:41 < NooM> i did and it started to work perfect :D 2013-10-17T12:42:49 < dongs> well, duh 2013-10-17T12:42:50 < NooM> yes c++ 2013-10-17T12:42:51 < dongs> lrn2c 2013-10-17T12:43:05 < NooM> dma with a caööback :D 2013-10-17T12:43:06 < GargantuaSauce> Data the variable is sitting on the stack 2013-10-17T12:43:08 < dongs> uint8_t *data; &data = pointer to THAT pointer, not to data. 2013-10-17T12:44:09 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-17T12:48:19 < NooM> [11:42] lrn2c - you teach me? :P 2013-10-17T12:48:49 <+Steffan-> He'll teach you how to troll.. you have to do it with that. 2013-10-17T12:49:00 < NooM> haha 2013-10-17T12:49:41 < NooM> except that small & error my spi code is now quite good i think 2013-10-17T12:49:48 -!- Activate_for_mor [~mirggi@213.87.138.135] has joined ##stm32 2013-10-17T12:49:59 < dongs> well and teh part that its in C++ lolol 2013-10-17T12:50:08 < NooM> with a callback to check in the senders class if the data is allready sent and to set cs pin 2013-10-17T12:50:26 < NooM> dongs good part 2013-10-17T12:51:04 < dongs> if youre C++ing on a F40x why not just use mbed 2013-10-17T12:51:04 < dongs> and save yourself some trouble 2013-10-17T12:51:21 <+Steffan-> Just don't mention the think you said yesterday NooM. He'll never take you serious when you say that again ;) 2013-10-17T12:51:27 <+Steffan-> *thing 2013-10-17T12:51:31 < NooM> haha 2013-10-17T12:51:38 < dongs> wat 2013-10-17T12:51:38 < NooM> dongs i luv arduino :D 2013-10-17T12:51:52 < dongs> i knew you were a fag 2013-10-17T12:51:57 < NooM> haha 2013-10-17T12:55:44 < NooM> i wonder anyway why trolling is such a word here, in like 6 months #arduino i heared that twice :D .. and maybe seen 2 or 3 trolls :D 2013-10-17T12:56:07 < GargantuaSauce> this is where the professionals hang out 2013-10-17T12:56:09 < dongs> thats cuz im banned from there 2013-10-17T12:56:39 < NooM> professionals acting like kids make baby jesus cry 2013-10-17T12:56:40 < NooM> :P 2013-10-17T12:56:54 < GargantuaSauce> professional trolls 2013-10-17T12:56:59 < NooM> haha 2013-10-17T12:57:01 < GargantuaSauce> not troll professionals 2013-10-17T12:57:10 < NooM> i see 2013-10-17T12:57:23 < dongs> this is true 2013-10-17T12:58:32 < NooM> :D 2013-10-17T13:02:35 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Ping timeout: 272 seconds] 2013-10-17T13:04:46 -!- dekar_ [~dekar@212.255.121.200] has quit [Quit: This computer has gone to sleep] 2013-10-17T13:06:55 < NooM> ive ordered my pcb's allready :D 2013-10-17T13:06:57 < NooM> http://gerblook.org/pcb/ft4KBdU5qmRAhD7aKTt2bS 2013-10-17T13:09:05 < NooM> damn i forgot to set the bottom sild text to vector 2013-10-17T13:09:19 < NooM> silk 2013-10-17T13:12:59 -!- Activate_for_mor [~mirggi@213.87.138.135] has quit [Ping timeout: 272 seconds] 2013-10-17T13:13:30 -!- dekar [~dekar@212.255.121.200] has joined ##stm32 2013-10-17T13:13:33 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-17T13:17:41 -!- talsit [~talsit@KD182251013035.au-net.ne.jp] has joined ##stm32 2013-10-17T13:23:33 -!- Posterdati [~kvirc@host192-225-dynamic.10-87-r.retail.telecomitalia.it] has quit [Ping timeout: 248 seconds] 2013-10-17T13:24:08 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-17T13:28:27 -!- NooM [~IceChat77@213-240-66-40.adsl.highway.telekom.at] has quit [Quit: Why is the alphabet in that order? Is it because of that song?] 2013-10-17T13:32:46 < dongs> if you reset 429-disco wiht user button pressed you get a test mode 2013-10-17T13:35:09 < karlp> noom: weren't you going to add thermals for the ground pads? 2013-10-17T13:36:14 -!- Posterdati [~kvirc@host89-217-dynamic.46-79-r.retail.telecomitalia.it] has joined ##stm32 2013-10-17T13:36:48 < dongs> he forgot and failed 2013-10-17T13:38:57 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-17T13:46:00 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-17T13:48:03 < fbs> anyone with some example code for a F0 + lm75? 2013-10-17T13:48:50 < fbs> I copied the example but my LA is showing 'write to 0x9e' 2013-10-17T13:49:07 < fbs> the address should be 1001111w i think 2013-10-17T13:49:28 < dongs> what do you think 0x9e is? 2013-10-17T13:49:37 < fbs> the right address :) 2013-10-17T13:50:00 < dongs> so shift it left or right 2013-10-17T13:50:11 < dongs> half the datasheets don't count read/write bit when talking about addreses 2013-10-17T13:50:28 < fbs> http://i.imgur.com/4XpLnLX.png 2013-10-17T13:51:28 < dongs> so your A0/1/2 are all tied high? 2013-10-17T13:52:25 < fbs> yes 2013-10-17T13:54:12 < fbs> maybe if i lower the frequency 2013-10-17T13:54:45 -!- talsit [~talsit@KD182251013035.au-net.ne.jp] has quit [Quit: Leaving.] 2013-10-17T13:54:48 < fbs> clock high is 2.5us now 2013-10-17T14:02:05 < dongs> are you bitbanging i2c or osmething 2013-10-17T14:03:46 < fbs> no 2013-10-17T14:04:04 < fbs> http://pastie.org/8408881 2013-10-17T14:04:24 < fbs> basically the sample code 2013-10-17T14:10:14 -!- dekar [~dekar@212.255.121.200] has quit [Quit: This computer has gone to sleep] 2013-10-17T14:18:55 < zyp> 05:41:40 < dongs> oh oops nvm, that was all. I thought i told you to do pcb only last time. 2013-10-17T14:19:24 <+Steffan-> Good weather in .pt zyp? 2013-10-17T14:19:29 < zyp> you said «do whatever you like», so I just paid it all since I would have to pay it anyway 2013-10-17T14:19:33 < zyp> yeah, it's nice 2013-10-17T14:19:44 < zyp> norwegian summer temperatures :p 2013-10-17T14:19:54 <+Steffan-> Yay. I guess is should move to pt as well 2013-10-17T14:19:58 <+Steffan-> *i 2013-10-17T14:20:17 < zyp> I don't think I'd like to be here in summer :p 2013-10-17T14:25:53 < fbs> meh 2013-10-17T14:26:11 < fbs> somehow i always fail to setup i2c 2013-10-17T14:41:01 < fbs> there is something happening 2013-10-17T14:42:24 < fbs> 0x90+ACK, 0x00+ACK, thats address + 0x0 register 2013-10-17T14:50:15 < fbs> hmm 2013-10-17T14:50:23 < fbs> there is a stop after the 0x0 2013-10-17T14:53:02 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 264 seconds] 2013-10-17T14:53:45 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-17T15:07:21 -!- DanteA [~X@host-40-158-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-17T15:24:48 < fbs> http://pastie.org/8409093 yey 2013-10-17T15:28:31 < Laurenceb> http://api.ning.com/files/2QN5aCZBKSYMDyqIYCAHJ1n0UiHeBxy28vSaiXaCS0Qq5qGotH*LwuyrDIcl6oiJXmhVFIQ-e6CYp7VUwzlH8pB2ZKFugdHm/131002_1380742369.png?width=750 2013-10-17T16:01:17 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-17T16:01:58 -!- tlst [~talsit@KD182251035162.au-net.ne.jp] has joined ##stm32 2013-10-17T16:09:57 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Read error: Connection reset by peer] 2013-10-17T16:10:11 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 245 seconds] 2013-10-17T16:11:11 -!- tlst [~talsit@KD182251035162.au-net.ne.jp] has left ##stm32 ["Leaving"] 2013-10-17T16:11:11 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-17T16:14:58 -!- dekar [~dekar@dslb-088-069-143-213.pools.arcor-ip.net] has joined ##stm32 2013-10-17T16:14:59 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-17T16:16:11 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-17T16:23:24 -!- Activate_for_mor [~mirggi@213.87.138.7] has joined ##stm32 2013-10-17T16:28:16 < fbs> any 'libc' recommendations 2013-10-17T16:28:36 < fbs> i need a some basic printf functions, got to format some temperature data into a string 2013-10-17T16:28:44 < fbs> and make logging a bit easier 2013-10-17T16:31:41 < PaulFertser> fbs: why not the usual newlib or newlib-nano? 2013-10-17T16:31:58 < fbs> im new to all this, there is no usual for me :) 2013-10-17T16:32:40 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-17T16:32:42 < PaulFertser> fbs: if you download the gnu arm embedded toolchain, it already comes with newlib and readme. 2013-10-17T16:33:38 < fbs> im already using gnu arm embedded (launchpad) 2013-10-17T16:38:18 < fbs> i assume i need some stub functions? 2013-10-17T16:39:43 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 246 seconds] 2013-10-17T16:40:54 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-17T16:42:18 -!- Robint91 [~Robint91_@2a02:2c40:400:0:a942:4b2e:f54f:3e16] has quit [Read error: Connection reset by peer] 2013-10-17T16:42:19 -!- NooM [~IceChat77@213-240-65-4.adsl.highway.telekom.at] has joined ##stm32 2013-10-17T16:42:22 < karlp> depends where you want printf to go to :) 2013-10-17T16:42:34 < karlp> you can link with rdimon.specs and use semihosting, 2013-10-17T16:42:44 < karlp> or yes, you would need some stubs to send it to a uart or something else 2013-10-17T16:42:45 -!- Robint91 [~Robint91_@2a02:2c40:400:0:a942:4b2e:f54f:3e16] has joined ##stm32 2013-10-17T16:43:31 -!- Activate_for_mor [~mirggi@213.87.138.7] has quit [Ping timeout: 245 seconds] 2013-10-17T16:46:19 < fbs> i found https://raw.github.com/ObKo/stm32-cmake/master/stm32-newlib/newlib.c 2013-10-17T16:48:23 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 260 seconds] 2013-10-17T16:49:05 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-17T16:49:33 < fbs> cool it works, thanks :) 2013-10-17T16:51:42 < karlp> you really only need _write normally. 2013-10-17T16:52:18 < karlp> such as in https://github.com/libopencm3/libopencm3-examples/blob/master/examples/stm32/f1/stm32vl-discovery/adc-dac-printf/adc-dac-printf.c 2013-10-17T16:52:45 < NooM> hmm 2013-10-17T16:52:53 < fbs> well most return directly anyway 2013-10-17T16:53:03 < fbs> i might need some time & read functions in the future 2013-10-17T16:53:09 < NooM> is this about formating, like printf("i", some_integer); ? 2013-10-17T16:53:30 < fbs> i need to log 'time:temp1:temp2:...:P:power1' 2013-10-17T16:53:41 < fbs> NooM: that would be %d 2013-10-17T16:54:00 < NooM> http://pastebin.com/jHKbt4D6 2013-10-17T16:54:02 < NooM> iam using that 2013-10-17T16:54:56 <+Steffan-> Just curious, why that class is called UART6 ? 2013-10-17T16:55:19 < NooM> cos i made a class for each uart port, and a base class that handles transfers 2013-10-17T16:55:21 < NooM> :D 2013-10-17T16:55:27 <+Steffan-> You also have UART[1..5 2013-10-17T16:55:27 <+Steffan-> ] ? 2013-10-17T16:55:27 <+Steffan-> *0 2013-10-17T16:55:34 < NooM> well, right now only port6 :D 2013-10-17T16:55:40 < NooM> but sooner or later i will have 2013-10-17T16:55:42 < NooM> yesw 2013-10-17T16:55:47 < NooM> uart1,2 and so on 2013-10-17T16:56:15 < NooM> :( 2013-10-17T16:57:07 < NooM> i really have to put that va_list stuff into the base class 2013-10-17T16:57:27 < fbs> why not just make a class 'uart' and 'uart.read(UART6)' 2013-10-17T16:58:29 < NooM> idk :D 2013-10-17T16:59:14 < NooM> i could, but than i would need to make initializers for each,, like uart.init6(); uart.init2(); 2013-10-17T16:59:22 < NooM> (i dont want em all at the same time) 2013-10-17T17:01:06 <+Steffan-> No you don't NooM 2013-10-17T17:01:07 <+Steffan-> did you see how zyp did it? 2013-10-17T17:01:24 < NooM> yes 2013-10-17T17:01:48 < NooM> ya maybe i reorganize it :D 2013-10-17T17:04:10 <+Steffan-> arduino style ftw :P 2013-10-17T17:04:33 < NooM> :D 2013-10-17T17:04:48 < NooM> i even cloned the arduino ringbuffer for my uart :P 2013-10-17T17:04:54 < NooM> its interrupt driven too 2013-10-17T17:05:14 < NooM> ok, sending is, ni didnt cared to implement recieving so far 2013-10-17T17:05:23 < NooM> spi was more important to me 2013-10-17T17:06:16 <+Steffan-> ;) 2013-10-17T17:17:44 < NooM> :D iam allready planning my next board :D 2013-10-17T17:18:17 < NooM> if that small one works as expected ill make a bigger one with ethernet and display 2013-10-17T17:21:52 <+Steffan-> btw you forgot the 'termals' for the ground pads.. 2013-10-17T17:22:21 < NooM> meh, thats fine :D 2013-10-17T17:22:48 -!- Activate_for_mor [~mirggi@213.87.138.199] has joined ##stm32 2013-10-17T17:26:13 < NooM> for fun i flash it also with the .net mf once :D 2013-10-17T17:27:35 -!- Activate_for_mor [~mirggi@213.87.138.199] has quit [Ping timeout: 260 seconds] 2013-10-17T17:27:56 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-17T17:32:11 -!- alexn [~alexn@93.104.205.194] has left ##stm32 ["Leaving"] 2013-10-17T17:47:47 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-17T17:47:48 -!- NooM [~IceChat77@213-240-65-4.adsl.highway.telekom.at] has quit [Quit: On the other hand, you have different fingers.] 2013-10-17T17:50:23 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-17T18:18:54 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-17T18:19:38 -!- amstan_ [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-17T18:19:55 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-17T18:21:29 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Client Quit] 2013-10-17T18:22:57 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Ping timeout: 272 seconds] 2013-10-17T18:24:40 -!- amstan_ [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-17T18:42:16 -!- jef79m [~jef79m@124-171-40-123.dyn.iinet.net.au] has quit [Ping timeout: 260 seconds] 2013-10-17T18:45:41 -!- jef79m [~jef79m@124-170-227-138.dyn.iinet.net.au] has joined ##stm32 2013-10-17T18:52:18 -!- DanteA [~X@host-40-158-66-217.spbmts.ru] has joined ##stm32 2013-10-17T18:54:28 < Laurenceb> http://www.b3tards.com/u/58319feb79071f85934d/wcf.gif 2013-10-17T18:57:09 -!- DanteA [~X@host-40-158-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-17T19:00:38 -!- Robint91 [~Robint91_@2a02:2c40:400:0:a942:4b2e:f54f:3e16] has quit [Ping timeout: 240 seconds] 2013-10-17T19:05:00 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-17T19:15:12 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-17T19:16:35 -!- Laurenceb was kicked from ##stm32 by Tectu [Stop doing that.] 2013-10-17T19:18:13 -!- Guese [7aaa3e63@gateway/web/freenode/ip.122.170.62.99] has quit [Quit: Page closed] 2013-10-17T19:18:50 -!- Laurenceb [~laurence@vlsi1.eee.nottingham.ac.uk] has joined ##stm32 2013-10-17T19:21:02 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-17T19:24:01 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-17T19:33:35 < fbs> o/ Tectu 2013-10-17T19:34:01 <@Tectu> yo fbs o/ 2013-10-17T19:34:04 <@Tectu> fbs, since when are you in here? 2013-10-17T19:34:18 < fbs> since i placed a f0 on a board last week 2013-10-17T19:34:52 <@Tectu> fbs, what are you building? 2013-10-17T19:35:29 -!- tlst [~talsit@KD182251028048.au-net.ne.jp] has joined ##stm32 2013-10-17T19:35:44 < fbs> temperature controller 2013-10-17T19:35:49 -!- tlst [~talsit@KD182251028048.au-net.ne.jp] has left ##stm32 [] 2013-10-17T19:36:25 < fbs> http://imgur.com/a/LlDKn 2013-10-17T19:36:31 <@Tectu> "What are you driving?" "A car" 2013-10-17T19:36:49 <@Tectu> ooh, fancy wood work! 2013-10-17T19:37:12 <@Tectu> is this getting to be some kind of child factory? 2013-10-17T19:37:22 < fbs> hedgehog 2013-10-17T19:37:32 < fbs> waiting for the boards, still not shipped 2013-10-17T19:37:50 <@Tectu> fancy, they were always my favorite animals back when I was still young 2013-10-17T19:37:58 < fbs> got a rpi handling all the webstuff and logging and a stm32f0 doing the monitoring 2013-10-17T19:38:15 < fbs> http://i.imgur.com/Z20Prgx.png rrdtool 2013-10-17T19:38:32 <@Tectu> fancy 2013-10-17T19:39:35 < fbs> http://i.imgur.com/iOMWZHX.png early version of the board 2013-10-17T19:40:01 < fbs> its also powering the rpi and relay board 2013-10-17T19:40:12 < fbs> and the led light 2013-10-17T19:42:03 < fbs> the easy part is done, now the software 2013-10-17T19:42:09 -!- espiral [maze@unaffiliated/espiral] has quit [Disconnected by services] 2013-10-17T19:42:25 -!- espiral [maze@unaffiliated/espiral] has joined ##stm32 2013-10-17T19:43:15 <@Tectu> what is that? GeDA? 2013-10-17T19:43:21 < fbs> altium 2013-10-17T19:43:46 <@Tectu> ah, there are 3D drawings :P 2013-10-17T19:44:03 <@Tectu> looks like that's not your first PCB ;) 2013-10-17T19:44:08 < fbs> nah 2013-10-17T19:44:17 < fbs> my first stm32 one tho 2013-10-17T19:44:36 < fbs> made some mistakes 2013-10-17T19:44:55 <@Tectu> heh 2013-10-17T19:45:00 <@Tectu> I know that feeling, don't worry 2013-10-17T19:45:05 < fbs> nope 2013-10-17T19:45:24 < fbs> shouldve used i2c1 with smbus for the lm75 interrupt line 2013-10-17T19:45:46 <@Tectu> don't you remember this one? http://abload.de/img/board_sidejedme.jpg :P 2013-10-17T19:46:02 < fbs> yep 2013-10-17T19:46:44 <@Tectu> I should start writing software for it... 2013-10-17T19:46:53 <@Tectu> but it's like I had no time at all the past two months 2013-10-17T19:47:10 < fbs> :) 2013-10-17T19:49:16 < fbs> i got exams in 2 weeks, so i better get this finished 2013-10-17T19:49:35 <@Tectu> yes, I got one tomorrow :P 2013-10-17T19:49:37 <@Tectu> cu man 2013-10-17T19:50:05 < fbs> good luck 2013-10-17T19:50:12 <+Steffan-> Oh, a reunion here? 2013-10-17T19:53:31 -!- espiral [maze@unaffiliated/espiral] has quit [Ping timeout: 272 seconds] 2013-10-17T19:53:56 -!- espiral [maze@unaffiliated/espiral] has joined ##stm32 2013-10-17T19:57:56 <@Tectu> kinda 2013-10-17T20:02:01 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-17T20:08:24 -!- talsit_ [~talsit@KD182251036186.au-net.ne.jp] has joined ##stm32 2013-10-17T20:09:27 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 272 seconds] 2013-10-17T20:13:41 -!- talsit_ [~talsit@KD182251036186.au-net.ne.jp] has quit [Quit: Bye] 2013-10-17T20:19:44 -!- barthess [~barthess@178.154.51.173] has joined ##stm32 2013-10-17T20:27:56 -!- espiral [maze@unaffiliated/espiral] has quit [Ping timeout: 245 seconds] 2013-10-17T20:32:58 -!- Activate_for_mor [~mirggi@213.87.141.31] has joined ##stm32 2013-10-17T20:34:51 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-17T20:34:51 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Disconnected by services] 2013-10-17T20:35:00 -!- BrainDamage1 is now known as BrainDamage 2013-10-17T20:38:48 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-17T20:38:48 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-17T20:39:39 -!- espiral [maze@unaffiliated/espiral] has joined ##stm32 2013-10-17T20:52:25 -!- Activate_for_mor [~mirggi@213.87.141.31] has quit [Ping timeout: 272 seconds] 2013-10-17T20:52:50 -!- Activate_for_mor [~mirggi@213.87.141.31] has joined ##stm32 2013-10-17T20:54:15 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-17T21:04:11 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 245 seconds] 2013-10-17T21:04:19 -!- barthess [~barthess@178.154.51.173] has quit [Quit: Leaving.] 2013-10-17T21:17:29 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 272 seconds] 2013-10-17T21:24:42 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-17T21:26:50 -!- dekar [~dekar@dslb-088-069-143-213.pools.arcor-ip.net] has quit [Ping timeout: 268 seconds] 2013-10-17T21:50:16 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Ping timeout: 268 seconds] 2013-10-17T21:50:16 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 268 seconds] 2013-10-17T21:51:30 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Ping timeout: 268 seconds] 2013-10-17T21:55:15 -!- barthess [~barthess@185.6.24.17] has joined ##stm32 2013-10-17T21:57:38 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-17T21:58:00 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-17T22:15:33 -!- Activate_for_mor [~mirggi@213.87.141.31] has quit [Ping timeout: 268 seconds] 2013-10-17T22:59:19 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-17T23:04:49 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Read error: Connection reset by peer] 2013-10-17T23:11:24 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-17T23:18:16 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-17T23:22:22 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-17T23:25:36 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-17T23:27:29 -!- barthess [~barthess@185.6.24.17] has quit [Quit: Leaving.] 2013-10-17T23:37:38 < Laurenceb_> http://hackaday.com/2013/10/17/sparkfun-ponders-women-in-stem-fields/#comments 2013-10-17T23:37:42 < Laurenceb_> lol flamebait 2013-10-17T23:48:06 -!- alexn [~alexn@pD95E983A.dip0.t-ipconnect.de] has joined ##stm32 2013-10-17T23:48:18 -!- alexn [~alexn@pD95E983A.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 2013-10-17T23:58:19 -!- dekar [~dekar@212.255.121.200] has joined ##stm32 2013-10-17T23:58:22 -!- mode/##stm32 [+v dekar] by ChanServ --- Day changed Fri Oct 18 2013 2013-10-18T00:01:23 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-18T00:10:07 -!- ohama [ohama@cicolina.org] has quit [Ping timeout: 272 seconds] 2013-10-18T00:11:07 -!- ohama [ohama@cicolina.org] has joined ##stm32 2013-10-18T00:17:01 < Laurenceb_> i see 2000 marks http://www.kickstarter.com/projects/technicalillusions/castar-the-most-versatile-ar-and-vr-system 2013-10-18T00:17:19 < Laurenceb_> now if only i had a similar scam 2013-10-18T00:18:11 < fbs> scam? 2013-10-18T00:18:45 < Laurenceb_> i just realised the photos are mock ups 2013-10-18T00:18:52 < Laurenceb_> with white LEDs in them 2013-10-18T00:19:06 < Laurenceb_> they dont have a working LCoS display that small 2013-10-18T00:19:11 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Ping timeout: 245 seconds] 2013-10-18T00:19:15 < Laurenceb_> and neither does anyone else... 2013-10-18T00:21:22 < fbs> calling every kickstarter a scam seems to be the hype 2013-10-18T00:22:40 < Laurenceb_> most are 2013-10-18T00:24:00 < fbs> scams or just failed underestimated attempts? 2013-10-18T00:24:12 < Laurenceb_> both 2013-10-18T00:24:18 < Laurenceb_> although this would work 2013-10-18T00:24:19 < Laurenceb_> http://www.st.com/st-web-ui/static/active/en/fragment/press/product_press_release/press_image/Pico-Projector_Comp_t3130big.jpg 2013-10-18T00:24:25 < Laurenceb_> but thats not what they are using 2013-10-18T00:25:20 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-18T00:25:57 -!- ohama [ohama@cicolina.org] has quit [Ping timeout: 272 seconds] 2013-10-18T00:26:26 < Laurenceb_> ooh look http://www.st.com/st-web-ui/static/active/en/resource/technical/document/data_brief/DM00071300.pdf?s_searchtype=keyword 2013-10-18T00:26:56 -!- ohama [ohama@cicolina.org] has joined ##stm32 2013-10-18T00:38:21 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has quit [Ping timeout: 245 seconds] 2013-10-18T00:42:19 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 268 seconds] 2013-10-18T01:04:01 <+Steffan-> like those are available yet, Laurenceb_ 2013-10-18T01:06:32 < emeb> Steffan- is such a skeptic. 2013-10-18T01:06:46 <+Steffan-> or Laurenceb_ a bit too optimistic ;) 2013-10-18T01:07:09 -!- ohama [ohama@cicolina.org] has quit [Ping timeout: 265 seconds] 2013-10-18T01:07:53 <+Steffan-> Remember im not the one who tries to 'burn down' this ks project, emeb 2013-10-18T01:08:12 < emeb> :) 2013-10-18T01:08:15 -!- ohama [ohama@cicolina.org] has joined ##stm32 2013-10-18T01:08:39 < emeb> Nice thing about KS is that people can waste their own money on whatever they want to. 2013-10-18T01:09:01 < emeb> Some people go on expensive vacations, some people buy drugs... 2013-10-18T01:09:11 <+Steffan-> Maybe it will even turn out to be something useful, not technically perfect, but useful. 2013-10-18T01:09:31 < emeb> At the very least 2000+ people will have learned something. 2013-10-18T01:09:36 <+Steffan-> :) 2013-10-18T01:09:51 < BrainDamage> kickstarter for dyi meth lab kits 2013-10-18T01:10:05 < BrainDamage> suddendly people cannot spend money on whatever they want anymore 2013-10-18T01:10:37 < emeb> then they can spend money on lawyers. 2013-10-18T01:11:13 <+Steffan-> And they call me a party pooper BrainDamage... :P 2013-10-18T01:11:14 < Laurenceb_> in the terms and conditions most stuff seems to be banned on KS 2013-10-18T01:11:37 < Laurenceb_> and most of the stuff on there is already banned 2013-10-18T01:12:24 < BrainDamage> time to start arduino-only kickstarter then. end the tedious refining process that selectively weeds out the rest 2013-10-18T01:12:49 < Laurenceb_> i have zero confidence that jeri and co can make those glasses at the size and prices they are claiming 2013-10-18T01:12:57 < Laurenceb_> and the fact the video is a mock up.... 2013-10-18T01:13:21 < Laurenceb_> and the prototype is using gutted off the shelf pico projectors... 2013-10-18T01:16:05 <+Steffan-> It's funny how it seems you're almost offended by a ks project. Or is that just because you think they screw you over? 2013-10-18T01:16:24 < Laurenceb_> they seem to be scamming people 2013-10-18T01:16:57 < Laurenceb_> http://www.3mdirect.co.uk/p-2415-3m-pocketprojector-mp160.aspx?gclid=CLvBmeTynroCFQbJtAoddiEA4w 2013-10-18T01:17:01 < Laurenceb_> nice and cheap 2013-10-18T01:17:04 < Laurenceb_> /jk 2013-10-18T01:22:08 < gxti> i am impressed at the sincerity of your criticism 2013-10-18T01:23:18 <+Steffan-> gxti is easy to impress ;) 2013-10-18T01:25:56 < Laurenceb_> http://www.youtube.com/watch?feature=player_embedded&v=MBEkP_zKKcg 2013-10-18T01:27:23 <+Steffan-> i've never seen that thing before. 2013-10-18T01:31:17 < gxti> need some of them digital motors for my zero-emission quadcopter 2013-10-18T01:31:39 < Laurenceb_> lol 2013-10-18T01:31:51 < gxti> (spoilers: it's just a brushless motor) 2013-10-18T01:31:58 < gxti> (but everyone here knew that already) 2013-10-18T01:32:44 <+Steffan-> What about the harmful radio waves gxti? 2013-10-18T01:33:28 < gxti> well it has no electromagnetic radiation, because you control it with an iphone app 2013-10-18T01:34:45 <+Steffan-> :P 2013-10-18T01:37:55 < BrainDamage> you just magically set c=0, and voilà, whole electromagnetism falls apart 2013-10-18T01:38:05 < BrainDamage> including the motor's functionality 2013-10-18T01:38:13 < Laurenceb_> http://www.zdnet.com/how-digital-motors-and-their-software-are-heading-for-the-big-time-7000018730/ 2013-10-18T01:38:25 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 272 seconds] 2013-10-18T01:38:27 < Laurenceb_> its switched reluctance with a permanent magnet 2013-10-18T01:38:31 < Laurenceb_> ...riiiggghhhtt 2013-10-18T01:39:37 < Laurenceb_> "You can also take advantage of modern control theory, which focuses on keeping systems inside boundary conditions, rather than implementing a closed loop classical control model — which could easily become unstable." 2013-10-18T01:39:42 < Laurenceb_> saywhat 2013-10-18T01:39:44 < zyp> *yawn* 2013-10-18T01:41:29 < GargantuaSauce> http://www.youtube.com/watch?v=77ZukiJoV7Y this motor is better 2013-10-18T01:47:11 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-18T02:08:11 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 272 seconds] 2013-10-18T02:12:55 < Laurenceb_> seen the steorn site recently? 2013-10-18T02:13:27 < GargantuaSauce> no? 2013-10-18T02:13:59 < Laurenceb_> they seem to be climbing down on their claims 2013-10-18T02:14:23 < Laurenceb_> http://www.steorn.com/orbo/ 2013-10-18T02:14:57 < Laurenceb_> quite funny 2013-10-18T02:16:30 < Laurenceb_> wtf is this http://www.steorn.com/orbo/papers/jm-rice-report-28april-2008.pdf 2013-10-18T02:16:38 < Laurenceb_> most weirdly written thing ever 2013-10-18T02:19:17 < GargantuaSauce> i like how it's a scan of a printout 2013-10-18T02:19:45 < Laurenceb_> he had to sign each page by hand 2013-10-18T02:19:51 < Laurenceb_> to PROVE IT 2013-10-18T02:20:15 < emeb> heh - love that quote above about control theory. 2013-10-18T02:20:36 < emeb> isn't it great when journalists write about stuff that they have no clue about? 2013-10-18T02:20:42 < Laurenceb_> yup 2013-10-18T02:20:45 < Laurenceb_> haha page 40 2013-10-18T02:22:11 < Laurenceb_> well theres enough info to build it 2013-10-18T02:22:17 < Laurenceb_> im not holding my breath 2013-10-18T02:23:22 < Laurenceb_> wait i worked it out 2013-10-18T02:23:33 < Laurenceb_> theres some residual magnetization 2013-10-18T02:29:59 < karlp> Laurenceb_: http://imgur.com/gallery/Sl3tnkH 2013-10-18T03:00:21 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-18T03:03:12 -!- emeb_mac_ [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-18T03:03:13 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-18T03:03:13 -!- emeb_mac_ is now known as emeb_mac 2013-10-18T03:05:21 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Ping timeout: 260 seconds] 2013-10-18T03:13:41 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-18T03:33:10 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-18T03:38:52 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-18T03:59:28 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-18T04:28:39 -!- emeb [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-18T04:34:33 < dongs> STM32F103VBT6 ST 13+ 4320 US2.10 STK 2013-10-18T04:34:39 < dongs> anyone want some STM32's? :) 2013-10-18T05:04:43 < emeb_mac> cheep 2013-10-18T05:10:44 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-18T05:23:50 < dongs> 100 pins but only 128k flash, i guess y ou can knock yourself out w/gpio 2013-10-18T05:54:57 < emeb_mac> lotsa bitbangin' going on. 2013-10-18T06:01:19 -!- emeb_mac_ [~ericb@ip72-223-85-8.ph.ph.cox.net] has joined ##stm32 2013-10-18T06:01:19 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-18T06:01:20 -!- emeb_mac_ is now known as emeb_mac 2013-10-18T06:05:44 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-18T06:18:06 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-18T06:18:18 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-18T06:38:00 < emeb_mac> totally chatless 2013-10-18T06:42:35 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-18T06:54:18 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-18T06:59:34 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-18T07:06:14 < emeb_mac> tiny quadcopter -> http://www.youtube.com/watch?v=y-pAltDzmNM 2013-10-18T07:06:27 < dongs> hah 2013-10-18T07:06:30 < dongs> thats one of my customers 2013-10-18T07:06:42 < emeb_mac> oh yeah? 2013-10-18T07:07:14 < emeb_mac> thought some of that stuff looked familiar. 2013-10-18T07:11:03 -!- jef79m [~jef79m@124-170-227-138.dyn.iinet.net.au] has quit [Excess Flood] 2013-10-18T07:14:42 -!- jef79m [~jef79m@124-170-227-138.dyn.iinet.net.au] has joined ##stm32 2013-10-18T07:26:16 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-18T07:26:46 -!- Activate_for_mor [~mirggi@213.87.136.196] has joined ##stm32 2013-10-18T08:19:03 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-18T08:21:41 -!- Activate_for_mor [~mirggi@213.87.136.196] has quit [Ping timeout: 265 seconds] 2013-10-18T08:22:04 -!- englishman [~englishma@192.241.165.4] has quit [Ping timeout: 264 seconds] 2013-10-18T08:22:53 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-18T08:28:21 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has quit [Ping timeout: 245 seconds] 2013-10-18T08:37:23 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-18T08:41:52 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-18T08:48:48 < emeb_mac> mad skillz http://www.liveleak.com/view?i=cfb_1381854747 2013-10-18T08:49:43 < dongs> waht is this trash 2013-10-18T08:50:10 < emeb_mac> the worlds finest guitarist 2013-10-18T08:55:18 -!- Activate_for_mor [~mirggi@213.87.136.196] has joined ##stm32 2013-10-18T08:55:30 < dongs> done chinamaning for a bit 2013-10-18T08:55:38 < dongs> now need to flash like 72 boards 2013-10-18T09:00:05 < emeb_mac> chinamaning = piknplays? 2013-10-18T09:02:42 < dongs> ya 2013-10-18T09:03:02 < emeb_mac> now flashing like an exhibitionist. 2013-10-18T09:06:01 < emeb_mac> hooked up a chromecast today. seems to work fine, but not real useful 2013-10-18T09:06:37 < emeb_mac> like - "yay - watch cat videos on your tv. whoop!" 2013-10-18T09:15:18 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-18T09:15:19 -!- Activate_for_mor [~mirggi@213.87.136.196] has quit [Ping timeout: 272 seconds] 2013-10-18T09:17:05 < dongs> haha. 2013-10-18T09:17:06 < dongs> right. 2013-10-18T09:24:33 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 272 seconds] 2013-10-18T09:25:00 -!- emeb_mac [~ericb@ip72-223-85-8.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-18T09:41:58 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-18T09:42:39 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-18T09:43:58 -!- Robint91 [~Robint91_@2a02:2c40:400:0:10c1:cdcc:48e5:cda0] has joined ##stm32 2013-10-18T09:44:34 -!- Activate_for_mor [~mirggi@213.87.135.92] has joined ##stm32 2013-10-18T09:45:58 -!- dekar_ [~dekar@212.255.123.136] has joined ##stm32 2013-10-18T09:46:01 -!- mode/##stm32 [+v dekar_] by ChanServ 2013-10-18T09:46:51 -!- barthess [~barthess@86.57.155.106] has quit [Remote host closed the connection] 2013-10-18T09:47:23 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-18T09:49:55 -!- dekar [~dekar@212.255.121.200] has quit [Ping timeout: 260 seconds] 2013-10-18T10:05:24 -!- debris` [debris@shells.ohai.su] has quit [Ping timeout: 260 seconds] 2013-10-18T10:06:14 -!- debris` [debris@shells.ohai.su] has joined ##stm32 2013-10-18T10:08:03 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-18T10:30:09 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-18T10:50:23 -!- NooM [~IceChat77@213-240-65-4.adsl.highway.telekom.at] has joined ##stm32 2013-10-18T10:50:31 < NooM> hello 2013-10-18T10:53:52 <+Steffan-> Morning. 2013-10-18T10:54:52 < NooM> https://www.dropbox.com/s/1lgb3oihqxte930/Bild145.jpg :D 2013-10-18T10:55:13 < NooM> (fps isent right, the display updates 20 times a sec,, its the update rate) :D 2013-10-18T11:05:03 < Robint91> NooM, F4? 2013-10-18T11:05:27 < NooM> ya, discovery board 2013-10-18T11:05:40 < NooM> it actually drives the nokia display on the bottom too :D 2013-10-18T11:12:56 -!- Robint91 [~Robint91_@2a02:2c40:400:0:10c1:cdcc:48e5:cda0] has quit [Read error: Connection reset by peer] 2013-10-18T11:19:24 <+Steffan-> what's the plan with them NooM? 2013-10-18T11:20:09 < NooM> fun :D 2013-10-18T11:20:15 < NooM> no plan :( 2013-10-18T11:24:11 < NooM> i had luck and itead noticed my mail that i changed my design :D .. so now with vector silkscreen on the bottom thats actually readable :D 2013-10-18T11:48:08 < GargantuaSauce> does it still display arbitrary AF selections? :V 2013-10-18T11:48:37 < NooM> af ? 2013-10-18T11:48:49 < GargantuaSauce> pin alternate functions 2013-10-18T11:48:54 < NooM> yes 2013-10-18T11:48:55 < NooM> :D 2013-10-18T11:49:01 * GargantuaSauce rolls up a newspaper 2013-10-18T11:49:10 * NooM hides 2013-10-18T11:52:07 < dongs> what a dong 2013-10-18T11:52:18 < NooM> dongs 2013-10-18T11:52:24 < NooM> the new arduino fan :P 2013-10-18T11:52:50 < NooM> secret passion? :D 2013-10-18T11:55:30 < GargantuaSauce> you didn't hear this from me, but i hear he contributes to OPEN SAUCE projects too 2013-10-18T11:55:42 < NooM> :D 2013-10-18T11:55:50 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-18T11:56:09 < NooM> i know, deep in his heart he is a nice guy :P 2013-10-18T11:57:01 < Laurenceb_> no im not 2013-10-18T11:58:26 < dongs> troulenceb is just a gay troll 2013-10-18T11:58:32 -!- claude is now known as Claude 2013-10-18T11:58:45 < Laurenceb_> better than a GNAA member 2013-10-18T11:59:20 -!- Netolish [~Netolish@cl-358.prg-01.cz.sixxs.net] has joined ##stm32 2013-10-18T12:07:13 <+Steffan-> ex-president even Laurenceb_ .. 2013-10-18T12:17:24 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Ping timeout: 260 seconds] 2013-10-18T12:24:47 -!- Activate_for_mor [~mirggi@213.87.135.92] has quit [Ping timeout: 272 seconds] 2013-10-18T13:00:22 -!- Activate_for_mor [~mirggi@213.87.142.52] has joined ##stm32 2013-10-18T13:09:10 -!- NooM [~IceChat77@213-240-65-4.adsl.highway.telekom.at] has quit [Quit: Never put off till tomorrow, what you can do the day after tomorrow] 2013-10-18T13:11:51 < dongs> http://olimex.wordpress.com/2013/10/18/xmos-to-give-away-2500-starterkits-with-their-xmos-500mips-chip/ shit sucks so bad they have to give it away and noone wants it still 2013-10-18T13:12:33 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-18T13:13:43 < GargantuaSauce> how is it different from ST giving away discos 2013-10-18T13:16:59 -!- Activate_for_mor [~mirggi@213.87.142.52] has quit [] 2013-10-18T13:17:50 < dongs> 1) you can buy STM32 chips, for decent price 2) the chips arent trash 3) they're ARM 4) you can develop using a bunch of different tools 2013-10-18T13:18:16 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-18T13:18:40 < dongs> xmos shit is single vendor, single toolchain, all locked in and fail 2013-10-18T13:18:40 < dongs> just ask openvizsla guy :) 2013-10-18T13:18:40 < dongs> their initial trash used xmos 2013-10-18T13:18:40 < dongs> then the guy who said xmos is great ran off 2013-10-18T13:18:48 < zyp> signed up for one 2013-10-18T13:19:25 < zyp> that way I don't have to pay for one to check and verify it's trash :p 2013-10-18T13:20:11 < dongs> http://www.kickstarter.com/projects/1883701526/matchboxarm/comments 2013-10-18T13:20:11 < dongs> nice 2013-10-18T13:20:13 < dongs> still nothing 2013-10-18T13:20:17 < dongs> i wonder if they fucked something up 2013-10-18T13:20:24 < dongs> it doesnt take a month to pcba 200 boards 2013-10-18T13:21:07 < karlp> I think it looks vaguely interesting, 2013-10-18T13:21:21 < karlp> the single toolchain is annoying, but at least it runs on win/mac/linux 2013-10-18T13:21:28 < GargantuaSauce> the complete and utter lack of peripherals is the kicker for me 2013-10-18T13:21:31 < GargantuaSauce> bitbang errythang 2013-10-18T13:21:39 < dongs> propeller 3.0 2013-10-18T13:21:46 < karlp> "this is the analog version, so here's.... 4 adc inputs" :) 2013-10-18T13:22:01 < GargantuaSauce> the pinnacle of innovation 2013-10-18T13:22:14 < karlp> isn't a "peripheral" just a preconfigured bitbanger anyway :) 2013-10-18T13:23:00 < zyp> the barrel processor thing seems a bit annoying too 2013-10-18T13:23:01 < GargantuaSauce> a well-defined one 2013-10-18T13:23:51 < karlp> xmos is actually for sale on dk, in stock 2013-10-18T13:23:53 < zyp> it's 500 mips, but only if you have at least four threads that's doing something useful at any time 2013-10-18T13:24:11 < zyp> because each thread can't run for more than 1/4 duty, IIRC 2013-10-18T13:24:16 < dongs> karlp: at how much per chip? 2013-10-18T13:24:24 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-18T13:25:20 < karlp> $4 in singles for the quadcore, down to 2.95 by the time you're in hundreds 2013-10-18T13:25:39 < karlp> no flash right? these always need a boss or offboard flash to boot? 2013-10-18T13:25:44 < dongs> i expected it to be something like $25 2013-10-18T13:25:48 < dongs> still useless. 2013-10-18T13:25:55 < zyp> karlp, yeah, I think so 2013-10-18T13:27:39 < karlp> lots of chatter about really niche products like ethercat and audiovideo ethernet stuff 2013-10-18T13:28:13 < karlp> gxti: it goes on an on about PTP too, for time nerds :) 2013-10-18T13:28:59 < karlp> the text does talk about using gdb though, so maybe not entirely their tools only 2013-10-18T13:42:30 < Laurenceb> bitbang with dedicated core... 2013-10-18T13:42:34 < Laurenceb> ur doing it wrong 2013-10-18T13:55:57 -!- Guesc [7aaa3e63@gateway/web/freenode/ip.122.170.62.99] has joined ##stm32 2013-10-18T13:57:15 <+Steffan-> lol you wrote that blog's last paragraph dongs? 2013-10-18T14:01:02 <+Steffan-> "tmr :> now; " ... :> wonderful custom x C?! 2013-10-18T14:36:08 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has quit [Ping timeout: 240 seconds] 2013-10-18T14:36:49 -!- alexn [~alexn@93.104.205.194] has left ##stm32 ["Leaving"] 2013-10-18T14:47:33 -!- Activate_for_mor [~mirggi@213.87.134.229] has joined ##stm32 2013-10-18T14:47:41 -!- jaeckel [~jaeckel@sleipnir.jaeckel.eu] has joined ##stm32 2013-10-18T14:47:41 -!- jaeckel [~jaeckel@sleipnir.jaeckel.eu] has quit [Changing host] 2013-10-18T14:47:42 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has joined ##stm32 2013-10-18T15:00:18 -!- Robint91 [~Robint91_@2a02:2c40:400:0:35d6:8b79:32a6:dad9] has joined ##stm32 2013-10-18T15:01:07 < Robint91> karlp, is that ethercat implementation even ready? 2013-10-18T15:01:21 < Robint91> Last time I checked it was broken as hell 2013-10-18T15:01:38 < Robint91> karlp, eg beckhoffs asics are better choice 2013-10-18T15:02:29 * karlp shrugs I don't use ethercat, seems pretty niche 2013-10-18T15:16:45 -!- Tectu [tectu@2a01:4f8:100:4323:4f8:4f8:0:6c] has quit [Ping timeout: 246 seconds] 2013-10-18T15:17:03 -!- PaulFertser [paul@paulfertser.info] has quit [Ping timeout: 246 seconds] 2013-10-18T15:17:27 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-18T15:18:27 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2013-10-18T15:20:09 < gxti> karlp: stm32 mac already has it 2013-10-18T15:21:16 -!- Tectu [tectu@2a01:4f8:100:4323:4f8:4f8:0:6c] has joined ##stm32 2013-10-18T15:25:39 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-18T15:31:09 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-18T15:34:29 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Client Quit] 2013-10-18T15:35:40 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-18T15:40:23 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Ping timeout: 272 seconds] 2013-10-18T15:43:07 -!- tlst [~talsit@KD182251027134.au-net.ne.jp] has joined ##stm32 2013-10-18T15:44:09 < fbs> anyone with some spi slave example code? 2013-10-18T15:44:45 < fbs> wondering how i need to configure the nss pin 2013-10-18T15:45:46 < karlp> such a great pin :) 2013-10-18T15:53:27 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 260 seconds] 2013-10-18T15:54:50 < dongs> depends what you wanna do with it 2013-10-18T15:55:46 < fbs> just as input 2013-10-18T16:08:27 -!- tlst [~talsit@KD182251027134.au-net.ne.jp] has quit [Quit: Bye] 2013-10-18T16:31:47 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 272 seconds] 2013-10-18T16:31:59 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-18T16:38:34 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 256 seconds] 2013-10-18T16:38:48 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-18T16:39:15 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-18T16:43:23 -!- Activate_for_mor [~mirggi@213.87.134.229] has quit [Ping timeout: 265 seconds] 2013-10-18T16:47:30 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 245 seconds] 2013-10-18T16:48:09 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-18T17:16:21 < trepidaciousMBR> fbs: I imagine it will need to be assigned to the SPI peripheral? 2013-10-18T17:16:40 -!- Netolish [~Netolish@cl-358.prg-01.cz.sixxs.net] has quit [Quit: leaving] 2013-10-18T17:17:34 < fbs> in the example they dont do anything with it 2013-10-18T17:18:21 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 272 seconds] 2013-10-18T17:18:26 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-18T17:19:42 < fbs> and a pulldown on the 3 lines? 2013-10-18T17:21:03 < Laurenceb> attn dongs http://blog.ardublock.com/ 2013-10-18T17:25:24 <+Steffan-> im too stupid to use that app without documentation 2013-10-18T17:26:26 <+Steffan-> oh, maybe there is hope (for me) 2013-10-18T17:27:18 -!- Activate_for_mor [~mirggi@213.87.136.189] has joined ##stm32 2013-10-18T17:29:12 < Laurenceb> haha wtf 2013-10-18T17:29:14 < Laurenceb> http://www.theregister.co.uk/2013/10/18/nokia_shows_how_a_smart_watch_ought_to_work/ 2013-10-18T17:31:54 <+Steffan-> Together with that music it must be a joke 2013-10-18T17:33:29 -!- Activate_for_mor [~mirggi@213.87.136.189] has quit [Ping timeout: 272 seconds] 2013-10-18T17:43:17 < trepidaciousMBR> Just wait for Apple's version of the smart watch, they'll do it right, everyone will say it's crap, 5 billion people will buy it, then everyone else will copy it over the next 2-3 years with less restrictive software but more shiny shiny plastic, then finally Google will make a Nexus watch and all will be fine. 2013-10-18T17:44:23 < trepidaciousMBR> fbs: pullDOWN? I'm pretty sure it should be a pullup at least on the clock and data, the CS might need a pullup, depends on the master really. 2013-10-18T17:44:49 < trepidaciousMBR> fbs: Normally an external pullup, but the MCU pullup might do it 2013-10-18T17:45:45 < trepidaciousMBR> fbs: Have you checked the ST reference manual for the MCU, I think it describes the NSS function there? 2013-10-18T17:52:18 < fbs> trepidaciousMBR: in 26.3.6 2013-10-18T17:52:30 < fbs> 1. write proper gpio registers: configure GPIO for mosi, miso, sck 2013-10-18T17:54:27 < fbs> https://github.com/bjornfor/stm32-test/blob/master/STM32F0xx_StdPeriph_Lib_V1.0.0/Project/STM32F0xx_StdPeriph_Examples/SPI/SPI_TwoBoards/DataExchangeInterrupt/main.c#L427 2013-10-18T17:54:32 < fbs> is the st example code 2013-10-18T17:54:59 -!- Activate_for_mor [~mirggi@213.87.136.125] has joined ##stm32 2013-10-18T17:55:33 < fbs> i cant find a datasheet section about spi io 2013-10-18T17:56:48 < trepidaciousMBR> fbs: Have you checked the reference manual as well? (Not the datasheet) 2013-10-18T17:57:00 < fbs> which one? 2013-10-18T17:57:03 < fbs> i got so many diff dataasheets 2013-10-18T17:57:07 < trepidaciousMBR> Which MCU are you on? 2013-10-18T17:57:17 < trepidaciousMBR> Ah sorry, F0 2013-10-18T17:57:43 < fbs> f051 64kflash 64pin 2013-10-18T17:58:23 < trepidaciousMBR> http://www.st.com/web/en/resource/technical/document/reference_manual/DM00031936.pdf 2013-10-18T17:58:42 < fbs> oh yes thats the one i have 2013-10-18T17:58:56 < fbs> 26.3.6 in that one 2013-10-18T17:59:39 < trepidaciousMBR> Ah right, that would be the right place then... 2013-10-18T18:00:21 < trepidaciousMBR> 26.3.4 looks right? 2013-10-18T18:00:21 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 272 seconds] 2013-10-18T18:01:02 < fbs> yea for nss, but they got pulldown and speed3 on the data lines 2013-10-18T18:01:05 < fbs> im wondering why 2013-10-18T18:01:55 < fbs> got to go, ill try again in a few hours :) 2013-10-18T18:01:57 < fbs> thanks 2013-10-18T18:02:23 < trepidaciousMBR> NP :) 2013-10-18T18:02:38 -!- Robint91 [~Robint91_@2a02:2c40:400:0:35d6:8b79:32a6:dad9] has quit [Ping timeout: 264 seconds] 2013-10-18T18:03:07 < trepidaciousMBR> Looks like SSM=0, SSOE=0, and GPIO configured as input would be right, I've not tried SPI slave though 2013-10-18T18:03:34 < trepidaciousMBR> No idea on the pulldown 2013-10-18T18:04:35 -!- Activate_for_mor [~mirggi@213.87.136.125] has quit [Ping timeout: 265 seconds] 2013-10-18T18:11:28 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-18T18:12:34 -!- NooM [~IceChat77@213-240-66-240.adsl.highway.telekom.at] has joined ##stm32 2013-10-18T18:12:39 < NooM> hello 2013-10-18T18:15:42 -!- Activate_for_mor [~mirggi@213.87.136.253] has joined ##stm32 2013-10-18T18:21:02 -!- NooM [~IceChat77@213-240-66-240.adsl.highway.telekom.at] has quit [Quit: Say What?] 2013-10-18T18:26:05 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-18T18:31:38 -!- MrMobius [~Joey@194.176.111.135] has joined ##stm32 2013-10-18T18:31:47 -!- Claude is now known as claude 2013-10-18T18:36:35 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-18T18:39:22 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-18T19:04:20 -!- Intelaida [d5578856@gateway/web/freenode/ip.213.87.136.86] has joined ##stm32 2013-10-18T19:04:58 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-18T19:05:12 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-18T19:09:33 -!- mansfeld [~andrew@robopoly/watson] has quit [Ping timeout: 252 seconds] 2013-10-18T19:11:12 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Read error: Operation timed out] 2013-10-18T19:15:41 -!- mansfeld [~andrew@37.58.75.231-static.reverse.softlayer.com] has joined ##stm32 2013-10-18T19:15:42 -!- mansfeld [~andrew@37.58.75.231-static.reverse.softlayer.com] has quit [Changing host] 2013-10-18T19:15:42 -!- mansfeld [~andrew@robopoly/watson] has joined ##stm32 2013-10-18T19:26:54 -!- barthess [~barthess@185.6.24.6] has joined ##stm32 2013-10-18T19:38:12 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-18T19:38:12 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-18T19:48:54 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Quit: Reconnecting] 2013-10-18T19:49:28 -!- Rickta59 [~Rickta59@174.106.144.66] has joined ##stm32 2013-10-18T20:07:23 -!- Activate_for_mor [~mirggi@213.87.136.253] has quit [Ping timeout: 272 seconds] 2013-10-18T20:08:05 -!- Intelaida [d5578856@gateway/web/freenode/ip.213.87.136.86] has quit [Ping timeout: 250 seconds] 2013-10-18T20:08:55 -!- alexn [~alexn@pD95EA036.dip0.t-ipconnect.de] has joined ##stm32 2013-10-18T20:09:48 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-18T20:16:14 -!- Inrelaeda [d55780c7@gateway/web/freenode/ip.213.87.128.199] has joined ##stm32 2013-10-18T20:19:41 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Read error: Operation timed out] 2013-10-18T20:21:16 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 256 seconds] 2013-10-18T20:22:53 -!- Rickta59 [~Rickta59@174.106.144.66] has left ##stm32 [] 2013-10-18T20:27:58 < bsdfox> fbs, I did spi slave on f051 yesterday :) I just set RXNEIE, FRXTH, and 8-bit data size in CR2 then SPE in CR1 2013-10-18T20:29:32 < fbs> bsdfox can you share some code? 2013-10-18T20:32:34 -!- Activate_for_mor [~mirggi@213.87.136.253] has joined ##stm32 2013-10-18T20:32:47 -!- Inrelaeda [d55780c7@gateway/web/freenode/ip.213.87.128.199] has quit [Ping timeout: 250 seconds] 2013-10-18T20:36:39 -!- PT_Dreamer [~quassel@a95-93-158-210.cpe.netcabo.pt] has joined ##stm32 2013-10-18T20:37:21 < bsdfox> fbs, http://pastebin.com/srAeGPVx 2013-10-18T20:38:41 < bsdfox> obviously it doesn't do much right now (just reads 1 char then sends it out the uart) and should check flags in the interrupt handler but the register setup works 2013-10-18T20:38:41 < fbs> cool 2013-10-18T20:38:45 < fbs> i had some weird errors 2013-10-18T20:38:57 < fbs> i think the code was mostly correct 2013-10-18T20:39:36 < bsdfox> I just fixed the comments on it.. hopefully no silly typos that make it not compile or soemthing silly 2013-10-18T20:39:56 < fbs> http://imgur.com/WeSTkqI 2013-10-18T20:40:40 < fbs> note how it only has 7 pulses 2013-10-18T20:40:50 < fbs> http://imgur.com/B02sP11 zoomed in 2013-10-18T20:41:00 < bsdfox> I should probably use ~0x0FF00000 to clear the AFR registers 2013-10-18T20:41:42 < fbs> bad connection somehwere. it wouldnt work withou the la plugged in 2013-10-18T20:41:49 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-18T20:42:13 -!- Activate_for_mor [~mirggi@213.87.136.253] has quit [Ping timeout: 272 seconds] 2013-10-18T20:44:20 < bsdfox> missing a ground somewhere? 2013-10-18T20:45:24 -!- Activate_for_mor [~mirggi@213.87.136.61] has joined ##stm32 2013-10-18T20:48:54 -!- Guesc [7aaa3e63@gateway/web/freenode/ip.122.170.62.99] has left ##stm32 [] 2013-10-18T20:49:34 < fbs> nah disconnected that first. It was the clk 2013-10-18T20:50:04 -!- CRF_Peter [~Peter@dhcp-190205.eduroam.chalmers.se] has joined ##stm32 2013-10-18T20:51:07 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-18T20:52:46 < fbs> got to build a box that combines a hub, buspirate & la in a box 2013-10-18T20:52:57 < fbs> this usb cable mess isnt working 2013-10-18T20:53:44 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-18T20:53:54 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Client Quit] 2013-10-18T20:58:00 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-18T20:58:50 -!- alexn [~alexn@pD95EA036.dip0.t-ipconnect.de] has quit [Quit: Leaving] 2013-10-18T21:00:22 -!- Activate_for_mor [~mirggi@213.87.136.61] has quit [Ping timeout: 256 seconds] 2013-10-18T21:11:25 < fbs> thanks bsdfox 2013-10-18T21:12:32 < bsdfox> working? 2013-10-18T21:13:15 < fbs> when i get home 2013-10-18T21:17:23 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has quit [Remote host closed the connection] 2013-10-18T21:23:07 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-18T21:43:09 -!- Inrelaida [d5578c1b@gateway/web/freenode/ip.213.87.140.27] has joined ##stm32 2013-10-18T21:44:20 -!- Inrelaida [d5578c1b@gateway/web/freenode/ip.213.87.140.27] has quit [Client Quit] 2013-10-18T22:17:25 -!- MrMobius [~Joey@194.176.111.135] has quit [Write error: Connection reset by peer] 2013-10-18T22:19:53 -!- MrMobius [~Joey@91.192.66.14] has joined ##stm32 2013-10-18T22:32:15 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: and like that, he's gone] 2013-10-18T22:32:41 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-18T22:52:05 -!- PT_Dreamer [~quassel@a95-93-158-210.cpe.netcabo.pt] has quit [Ping timeout: 248 seconds] 2013-10-18T23:06:22 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-18T23:09:03 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has joined ##stm32 2013-10-18T23:12:20 -!- barthess [~barthess@185.6.24.6] has quit [Quit: Leaving.] 2013-10-18T23:19:18 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-18T23:20:32 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-18T23:37:41 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-18T23:40:11 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 272 seconds] 2013-10-18T23:57:22 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-18T23:58:38 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has joined ##stm32 --- Day changed Sat Oct 19 2013 2013-10-19T00:03:37 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has quit [Ping timeout: 272 seconds] 2013-10-19T00:05:13 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-19T00:16:38 -!- barthess [~barthess@185.6.24.6] has joined ##stm32 2013-10-19T00:27:24 -!- trepidaciousMBR_ [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-19T00:28:20 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 256 seconds] 2013-10-19T00:28:20 -!- trepidaciousMBR_ is now known as trepidaciousMBR 2013-10-19T00:30:22 -!- barthess [~barthess@185.6.24.6] has quit [Quit: Leaving.] 2013-10-19T00:39:31 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-19T00:50:48 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-19T01:06:31 < fbs> bsdfox: working :) 2013-10-19T01:16:04 -!- talsit [~talsit@KD182251033235.au-net.ne.jp] has joined ##stm32 2013-10-19T01:21:34 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-19T01:31:40 < bsdfox> :) 2013-10-19T01:31:58 < fbs> code is quite similar, guess it was some bad wiring 2013-10-19T01:32:26 -!- MrMobius [~Joey@91.192.66.14] has quit [Quit: I love my HydraIRC -> http://www.hydrairc.com <-] 2013-10-19T01:38:20 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-19T01:46:33 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-19T01:46:46 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-19T01:50:30 -!- talsit [~talsit@KD182251033235.au-net.ne.jp] has quit [Quit: Leaving.] 2013-10-19T02:14:19 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-19T02:25:16 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-19T02:25:39 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has quit [Remote host closed the connection] 2013-10-19T02:27:05 -!- CRF_Peter [~Peter@dhcp-190205.eduroam.chalmers.se] has quit [Ping timeout: 245 seconds] 2013-10-19T02:53:58 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 256 seconds] 2013-10-19T02:57:00 -!- CRF_Peter [~Peter@w193-11-200-145.eduroam.sunet.se] has joined ##stm32 2013-10-19T03:05:07 -!- CRF_Peter [~Peter@w193-11-200-145.eduroam.sunet.se] has quit [Ping timeout: 272 seconds] 2013-10-19T03:06:40 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 245 seconds] 2013-10-19T03:17:06 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Read error: Operation timed out] 2013-10-19T03:19:49 < dongs> sup dongs 2013-10-19T03:21:05 -!- PT_Dreamer [~quassel@bl8-123-95.dsl.telepac.pt] has joined ##stm32 2013-10-19T03:35:59 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-19T03:41:28 -!- PT_Dreamer [~quassel@bl8-123-95.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 2013-10-19T03:56:01 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-19T04:08:24 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-19T04:11:55 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 248 seconds] 2013-10-19T04:44:50 -!- bsdfox [~h36sa@107-221-62-129.lightspeed.frokca.sbcglobal.net] has joined ##stm32 2013-10-19T04:44:50 -!- bsdfox [~h36sa@107-221-62-129.lightspeed.frokca.sbcglobal.net] has quit [Changing host] 2013-10-19T04:44:50 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has joined ##stm32 2013-10-19T04:47:04 -!- emeb [~ericb@h-67-101-188-210.phnd.az.megapath.net] has joined ##stm32 2013-10-19T04:50:48 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-19T05:04:35 -!- emeb [~ericb@h-67-101-188-210.phnd.az.megapath.net] has quit [Ping timeout: 245 seconds] 2013-10-19T05:04:43 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 248 seconds] 2013-10-19T05:15:28 -!- emeb [~ericb@h-68-166-114-242.phnd.az.megapath.net] has joined ##stm32 2013-10-19T05:16:10 -!- talsit [~talsit@FL1-122-131-164-95.osk.mesh.ad.jp] has joined ##stm32 2013-10-19T05:16:20 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-19T05:19:48 -!- emeb [~ericb@h-68-166-114-242.phnd.az.megapath.net] has quit [Ping timeout: 240 seconds] 2013-10-19T05:20:28 -!- talsit [~talsit@FL1-122-131-164-95.osk.mesh.ad.jp] has quit [Client Quit] 2013-10-19T05:21:09 -!- talsit [~talsit@FL1-122-131-164-95.osk.mesh.ad.jp] has joined ##stm32 2013-10-19T05:23:55 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-19T05:25:41 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 248 seconds] 2013-10-19T05:26:20 -!- Viper168_ is now known as Viper168 2013-10-19T05:32:52 -!- emeb [~ericb@h-67-101-188-210.phnd.az.megapath.net] has joined ##stm32 2013-10-19T05:38:29 -!- emeb [~ericb@h-67-101-188-210.phnd.az.megapath.net] has quit [Ping timeout: 248 seconds] 2013-10-19T05:39:47 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-19T05:49:58 -!- talsit [~talsit@FL1-122-131-164-95.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-19T06:19:52 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-19T06:20:04 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-19T06:43:45 -!- talsit [~talsit@FL1-122-131-164-95.osk.mesh.ad.jp] has joined ##stm32 2013-10-19T06:53:18 -!- talsit [~talsit@FL1-122-131-164-95.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-19T07:19:29 -!- Activate_for_mor [~mirggi@213.87.135.156] has joined ##stm32 2013-10-19T07:39:06 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has joined ##stm32 2013-10-19T07:49:23 -!- Activate_for_mor [~mirggi@213.87.135.156] has quit [Ping timeout: 272 seconds] 2013-10-19T08:01:23 -!- Activate_for_mor [~mirggi@213.87.135.156] has joined ##stm32 2013-10-19T08:08:12 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-19T08:25:35 -!- NooM [~IceChat77@213-240-66-240.adsl.highway.telekom.at] has joined ##stm32 2013-10-19T08:25:37 < NooM> hello 2013-10-19T08:30:34 -!- Activate_for_mor [~mirggi@213.87.135.156] has quit [Ping timeout: 256 seconds] 2013-10-19T08:32:53 -!- Activate_for_mor [~mirggi@213.87.135.156] has joined ##stm32 2013-10-19T08:54:20 < dongs> trollin' 2013-10-19T08:54:30 < NooM> hey trollo 2013-10-19T08:54:39 < dongs> blogging on blogs, and you 2013-10-19T08:54:58 < NooM> picking my nose 2013-10-19T08:55:04 < NooM> :D 2013-10-19T08:55:05 < dongs> been there done that 2013-10-19T08:55:09 < dongs> waiting for shitstudio pcbs? 2013-10-19T08:55:19 < NooM> no, itead 2013-10-19T08:55:49 < dongs> same shit, different day 2013-10-19T08:56:02 < NooM> its no shit 2013-10-19T08:56:10 < dongs> comefrom same filthy china factory that can't drill or do anything useful 2013-10-19T08:56:20 < dongs> and horrific silk 2013-10-19T08:56:28 < NooM> mines perfect every time 2013-10-19T08:56:36 < NooM> you get what you pay for 2013-10-19T08:58:15 < dongs> http://i.imgur.com/GEIUA.jpg i paid nothing for these and this silk rapes anything shitstudio ever made 2013-10-19T08:58:48 < NooM> looks good 2013-10-19T08:59:50 < NooM> and nice soldering 2013-10-19T09:02:30 < dongs> yeah im pro 2013-10-19T09:02:36 < NooM> ya 2013-10-19T09:02:47 < dongs> (at trolling) 2013-10-19T09:02:50 < NooM> no 2013-10-19T09:03:53 < NooM> pro troll is like a ninja 2013-10-19T09:03:55 < NooM> :P 2013-10-19T09:26:00 -!- MrMobius [~Joey@194.176.111.170] has joined ##stm32 2013-10-19T09:31:47 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has joined ##stm32 2013-10-19T09:32:29 -!- MrM0bius [~Joey@91.192.66.15] has joined ##stm32 2013-10-19T09:33:09 -!- Activate_for_mor [~mirggi@213.87.135.156] has quit [Ping timeout: 248 seconds] 2013-10-19T09:34:17 -!- MrMobius [~Joey@194.176.111.170] has quit [Ping timeout: 246 seconds] 2013-10-19T09:36:08 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-19T09:38:48 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-19T09:43:58 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-19T09:45:10 -!- dekar__ [~dekar@212.255.118.246] has joined ##stm32 2013-10-19T09:45:24 -!- mode/##stm32 [+v dekar__] by ChanServ 2013-10-19T09:45:28 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Operation timed out] 2013-10-19T09:45:42 -!- NooM [~IceChat77@213-240-66-240.adsl.highway.telekom.at] has quit [Quit: REALITY.SYS Corrupted: Re-boot universe? (Y/N/Q)] 2013-10-19T09:47:04 -!- iR0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-19T09:48:59 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Ping timeout: 248 seconds] 2013-10-19T09:49:02 -!- dekar_ [~dekar@212.255.123.136] has quit [Ping timeout: 265 seconds] 2013-10-19T09:57:15 -!- barthess [~barthess@178.154.37.146] has joined ##stm32 2013-10-19T10:29:09 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-19T10:45:09 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-19T10:47:58 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has quit [Quit: Leaving.] 2013-10-19T10:47:59 -!- iR0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Ping timeout: 272 seconds] 2013-10-19T10:49:09 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has joined ##stm32 2013-10-19T10:49:31 -!- DanteA [~X@host-11-152-66-217.spbmts.ru] has joined ##stm32 2013-10-19T10:51:45 -!- Activate_for_mor [~mirggi@213.87.135.156] has joined ##stm32 2013-10-19T10:54:08 -!- barthess [~barthess@178.154.37.146] has quit [Ping timeout: 240 seconds] 2013-10-19T11:06:55 -!- NooM [~IceChat77@213-240-66-240.adsl.highway.telekom.at] has joined ##stm32 2013-10-19T11:06:58 < NooM> hello 2013-10-19T11:07:42 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has quit [Quit: Leaving.] 2013-10-19T11:09:03 * GargantuaSauce resists noom's automated attempt at initiating chats 2013-10-19T11:09:15 < NooM> lol 2013-10-19T11:09:41 < NooM> iam just nice 2013-10-19T11:09:50 < NooM> when i enter somewhere i say hello :D 2013-10-19T11:11:44 < GargantuaSauce> in which case it's still automated, just by your head 2013-10-19T11:12:03 < NooM> ya, but its good thing :D 2013-10-19T11:15:21 < NooM> iam sad :( .. got a working usb sample, when i compile it with its own worspace it works, when i add the files to my code it doesent work anymore 2013-10-19T11:16:29 -!- DanteA [~X@host-11-152-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-19T11:26:09 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has joined ##stm32 2013-10-19T11:31:54 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has quit [Ping timeout: 256 seconds] 2013-10-19T11:32:11 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has joined ##stm32 2013-10-19T11:33:10 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has quit [Client Quit] 2013-10-19T11:34:36 -!- NooM [~IceChat77@213-240-66-240.adsl.highway.telekom.at] has quit [Quit: Do fish get thirsty?] 2013-10-19T11:36:31 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-19T11:37:14 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has joined ##stm32 2013-10-19T11:41:18 < dongs> you failed. 2013-10-19T11:50:41 -!- MrM0bius [~Joey@91.192.66.15] has quit [Read error: Connection reset by peer] 2013-10-19T11:53:11 -!- MrMobius [~Joey@194.176.111.170] has joined ##stm32 2013-10-19T12:03:59 -!- NooM [~IceChat77@213-240-66-240.adsl.highway.telekom.at] has joined ##stm32 2013-10-19T12:04:02 < NooM> hello 2013-10-19T12:05:24 -!- Activate_for_mor [~mirggi@213.87.135.156] has quit [Ping timeout: 240 seconds] 2013-10-19T12:06:11 -!- DanteA [~X@host-11-152-66-217.spbmts.ru] has joined ##stm32 2013-10-19T12:10:28 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Ping timeout: 240 seconds] 2013-10-19T12:10:29 -!- trepidaciousMBR_ [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-19T12:11:10 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has quit [Quit: Leaving.] 2013-10-19T12:13:30 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has joined ##stm32 2013-10-19T12:13:51 -!- DanteA [~X@host-11-152-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-19T12:14:03 < dongs> NooM: you failed 2013-10-19T12:14:12 < NooM> ok 2013-10-19T12:14:32 < NooM> happens 2013-10-19T12:15:39 < NooM> on my next design ill just add an ftdi than i have usb <-> serial too :D 2013-10-19T12:20:10 -!- barthess [~barthess@178.154.34.24] has joined ##stm32 2013-10-19T12:21:58 < GargantuaSauce> and then you can just add the arduino bootloader and you're set 2013-10-19T12:22:11 < NooM> :D 2013-10-19T12:22:18 < NooM> i dont use arduino bootloader :( 2013-10-19T12:23:00 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-19T12:26:56 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has quit [Quit: Leaving.] 2013-10-19T12:37:44 < NooM> i guess ill try it again :D 2013-10-19T12:37:52 < NooM> with the hardware usb 2013-10-19T12:38:25 -!- MrMobius [~Joey@194.176.111.170] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Po-ta-to, boil em, mash em, stick em in a stew.] 2013-10-19T12:45:17 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has joined ##stm32 2013-10-19T12:54:21 < dongs> lol ftdi 2013-10-19T12:56:30 < NooM> why lol? 2013-10-19T12:56:57 < dongs> 2013 2013-10-19T12:57:07 < dongs> noone wants overpriced usb.serial junk 2013-10-19T12:57:13 < NooM> not for long 2013-10-19T12:57:16 < NooM> 2014 soon 2013-10-19T12:57:18 < NooM> its cheap 2013-10-19T13:01:42 < NooM> dongs go do something usefull, write some open source stuff so i can steal it and claim it as mine 2013-10-19T13:02:20 < NooM> start with a nice class based usb lib :D 2013-10-19T13:02:39 < dongs> already done 2013-10-19T13:02:41 < dongs> go steal zyp's USB lib 2013-10-19T13:02:45 < dongs> its written in C++11 2013-10-19T13:02:58 < NooM> but i wanna steal your code :( 2013-10-19T13:15:17 -!- NooM [~IceChat77@213-240-66-240.adsl.highway.telekom.at] has quit [Quit: Man who run behind car get exhausted] 2013-10-19T13:21:53 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-19T13:46:43 -!- talsit [~talsit@KD182251030061.au-net.ne.jp] has quit [Quit: Leaving.] 2013-10-19T13:55:41 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-19T14:07:19 -!- trepidaciousMBR_ [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR_] 2013-10-19T14:10:28 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-19T14:11:05 -!- Activate_for_mor [~mirggi@213.87.135.28] has joined ##stm32 2013-10-19T14:44:22 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-19T14:48:09 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-19T14:50:26 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-19T14:56:50 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-19T14:56:54 < Robint91> hi all 2013-10-19T15:03:43 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-19T15:03:43 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-19T15:06:11 < fbs> hi 2013-10-19T15:09:57 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-19T15:13:25 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Ping timeout: 248 seconds] 2013-10-19T15:16:15 -!- Activate_for_mor [~mirggi@213.87.135.28] has quit [Ping timeout: 272 seconds] 2013-10-19T15:23:54 -!- Activate_for_mor [~mirggi@213.87.135.156] has joined ##stm32 2013-10-19T15:50:23 -!- barthess [~barthess@178.154.34.24] has quit [Quit: Leaving.] 2013-10-19T15:57:23 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-19T16:04:26 -!- talsit [~talsit@FL1-122-131-164-95.osk.mesh.ad.jp] has joined ##stm32 2013-10-19T16:04:36 -!- Activate_for_mor [~mirggi@213.87.135.156] has quit [Ping timeout: 265 seconds] 2013-10-19T16:08:09 -!- barthess [~barthess@178.154.34.24] has joined ##stm32 2013-10-19T16:10:54 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-19T16:10:54 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-19T16:10:58 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Client Quit] 2013-10-19T16:18:04 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-19T17:11:47 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 272 seconds] 2013-10-19T17:11:57 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-19T17:20:13 -!- barthess1 [~barthess@178.154.84.171] has joined ##stm32 2013-10-19T17:21:48 -!- barthess [~barthess@178.154.34.24] has quit [Ping timeout: 240 seconds] 2013-10-19T17:31:07 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-19T17:49:52 -!- Guesr [7aa94fe7@gateway/web/freenode/ip.122.169.79.231] has joined ##stm32 2013-10-19T17:52:28 -!- Activate_for_mor [~mirggi@213.87.135.220] has joined ##stm32 2013-10-19T17:57:35 < Laurenceb_> http://www.cultofmac.com/155509/old-german-man-uses-his-ipad-as-a-cutting-board-video/ 2013-10-19T17:59:03 < Laurenceb_> oh its fake 2013-10-19T17:59:05 < Laurenceb_> booorrring 2013-10-19T17:59:15 <+Steffan-> FAIL FAIL TOTAL FAIL. 2013-10-19T18:03:11 < Laurenceb_> lolz 2013-10-19T18:05:41 < fbs> where is the systick documenatation? 2013-10-19T18:07:15 -!- Activate_for_mor [~mirggi@213.87.135.220] has quit [Ping timeout: 240 seconds] 2013-10-19T18:07:28 < Laurenceb_> fbs: its separate 2013-10-19T18:07:37 < Laurenceb_> you need the ARM reference material 2013-10-19T18:07:40 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-19T18:08:02 < fbs> ah 2013-10-19T18:08:14 < fbs> that explains why its in the cmsis lib 2013-10-19T18:18:00 < Laurenceb_> http://hackaday.com/2013/10/19/build-a-sensorless-brushless-dc-motor-controller/ 2013-10-19T18:18:04 < Laurenceb_> or use an stm32... 2013-10-19T18:19:18 -!- Activate_for_mor [~mirggi@213.87.138.0] has joined ##stm32 2013-10-19T18:22:53 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has quit [Remote host closed the connection] 2013-10-19T18:33:38 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-19T18:35:28 -!- Activate_for_mor [~mirggi@213.87.138.0] has quit [Ping timeout: 240 seconds] 2013-10-19T18:43:48 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-19T18:47:21 -!- bsdfox [~h36sa@107-221-62-129.lightspeed.frokca.sbcglobal.net] has joined ##stm32 2013-10-19T18:47:21 -!- bsdfox [~h36sa@107-221-62-129.lightspeed.frokca.sbcglobal.net] has quit [Changing host] 2013-10-19T18:47:21 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has joined ##stm32 2013-10-19T18:49:20 -!- Toneloc [~Toneloc@109.79.87.36] has joined ##stm32 2013-10-19T18:54:31 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-19T18:54:31 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-19T19:01:15 -!- Activate_for_mor [~mirggi@213.87.135.28] has joined ##stm32 2013-10-19T19:03:37 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 272 seconds] 2013-10-19T19:35:54 < Robint91> Steffan-, http://www.deredactie.be/polopoly_fs/1.1757667!file/191013_BriefVNZwartePiet.pdf lol 2013-10-19T19:36:49 <+Steffan-> I don't even want to know.. 2013-10-19T19:37:26 < Robint91> Steffan-, UN thinks the term "Zwarte Piet" is racist 2013-10-19T19:37:54 <+Steffan-> 17 January 2013 .. old letter btw 2013-10-19T19:38:51 <+Steffan-> Even when they're going to say it's racist we, the dutch, will probably ignore this bullcrap. 2013-10-19T19:39:24 <+Steffan-> The last few years they had this boring discussion.. but not as bad as this year :( 2013-10-19T19:40:27 < fbs> meh 2013-10-19T19:41:19 < Laurenceb_> father christmas is sexist 2013-10-19T19:41:27 < Laurenceb_> should be "christmas person" 2013-10-19T19:41:31 < fbs> nl is going to shit 2013-10-19T19:42:37 <+Steffan-> We're not, really fbs 2013-10-19T19:43:03 < fbs> we are :) 2013-10-19T19:43:17 < Tectu> you dutch? 2013-10-19T19:43:29 < fbs> i think 2013-10-19T19:43:32 < fbs> never left my basement 2013-10-19T19:43:46 < Tectu> "It's funny because it's true" 2013-10-19T19:44:40 < fbs> its not that funny 2013-10-19T19:44:45 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-19T19:44:46 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-19T19:44:46 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-19T19:45:08 -!- NooM [~IceChat77@213-240-64-56.adsl.highway.telekom.at] has joined ##stm32 2013-10-19T19:45:11 < NooM> hello 2013-10-19T19:45:15 < Robint91> hi 2013-10-19T19:54:37 -!- PT_Dreamer [~quassel@a95-93-158-210.cpe.netcabo.pt] has joined ##stm32 2013-10-19T19:57:15 -!- NooM [~IceChat77@213-240-64-56.adsl.highway.telekom.at] has quit [Quit: On the other hand, you have different fingers.] 2013-10-19T19:57:31 -!- Activate_for_mor [~mirggi@213.87.135.28] has quit [Ping timeout: 248 seconds] 2013-10-19T20:13:37 -!- Activate_for_mor [~mirggi@213.87.135.28] has joined ##stm32 2013-10-19T20:23:55 -!- Guesr [7aa94fe7@gateway/web/freenode/ip.122.169.79.231] has quit [Quit: Page closed] 2013-10-19T20:26:29 -!- Activate_for_mor [~mirggi@213.87.135.28] has quit [Ping timeout: 248 seconds] 2013-10-19T20:36:34 -!- Activate_for_mor [~mirggi@213.87.135.92] has joined ##stm32 2013-10-19T21:07:06 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-19T21:18:03 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-19T21:45:22 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 240 seconds] 2013-10-19T21:46:01 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-19T21:48:17 -!- Activate_for_mor [~mirggi@213.87.135.92] has quit [Ping timeout: 272 seconds] 2013-10-19T21:52:44 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-19T22:17:02 -!- Activate_for_mor [~mirggi@213.87.135.220] has joined ##stm32 2013-10-19T22:24:23 -!- Activate_for_mor [~mirggi@213.87.135.220] has quit [Ping timeout: 272 seconds] 2013-10-19T22:54:13 -!- PT_Dreamer [~quassel@a95-93-158-210.cpe.netcabo.pt] has quit [Ping timeout: 248 seconds] 2013-10-19T22:56:56 -!- alexn [~alexn@pD95EA77E.dip0.t-ipconnect.de] has joined ##stm32 2013-10-19T23:04:45 < Tectu> tantalums don't have any issues whit reflowing, right? 2013-10-19T23:18:16 -!- alexn [~alexn@pD95EA77E.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-19T23:26:20 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-19T23:30:17 < Laurenceb_> Tectu: they are ok for reflow yes --- Day changed Sun Oct 20 2013 2013-10-20T00:06:55 < bsdfox> Tectu, actually tantalums often have issues with reflow.. http://www.baldengineer.com/blog/2013/09/13/ouch-the-arduino-gsm-shield-has-a-pretty-serious-design-flaw-with-its-capacitors/ 2013-10-20T00:07:57 < bsdfox> I guess that should be some tantalums have issues with reflow.. read the article. the author is a senior technical expert for a cap manufacturer 2013-10-20T00:09:23 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 265 seconds] 2013-10-20T00:14:11 < Laurenceb_> http://www.liveleak.com/view?i=e08_1365435656&comments=1 2013-10-20T00:15:11 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has quit [Remote host closed the connection] 2013-10-20T00:16:17 -!- bsdfox [~h36sa@107.221.62.129] has joined ##stm32 2013-10-20T00:16:18 -!- bsdfox [~h36sa@107.221.62.129] has quit [Changing host] 2013-10-20T00:16:18 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has joined ##stm32 2013-10-20T00:23:19 <+Steffan-> Totally useless video.. i can also make something like that with to random videos Laurenceb_ 2013-10-20T00:24:36 -!- mode/##stm32 [+o Tectu] by ChanServ 2013-10-20T00:24:36 < qyx_> do you know any waterproof 4-6 pin circular connector with dia<=8mm except those expensive $30 Lemo parts? 2013-10-20T00:24:40 -!- Laurenceb_ was kicked from ##stm32 by Tectu [inappropriate content] 2013-10-20T00:26:40 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-20T00:27:39 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Read error: Connection reset by peer] 2013-10-20T00:29:52 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-20T00:30:14 < fbs> qyx_: like ip66? 2013-10-20T00:32:45 < qyx_> yep, something like hirose hr30 or similar 2013-10-20T00:32:52 < qyx_> http://www.mouser.com/images/microsites/HiroseHR30.png 2013-10-20T00:33:30 < fbs> thats always expensive 2013-10-20T00:33:56 < qyx_> hirose are like $5 2013-10-20T00:34:44 < fbs> thats quite expensive for a connector :p 2013-10-20T00:36:14 < englishman> qyx_: binder 712 and 719 are popular in motorsports 2013-10-20T00:37:11 < qyx_> binder 719 is my current winner despite being only IP40 or so 2013-10-20T00:37:44 < Sync_> bsdfox: well using pure tantalum in 2013 is really strange 2013-10-20T00:37:47 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-20T00:37:50 < fbs> 712 is 67 2013-10-20T00:38:00 < Sync_> I have not seen one in new equipment since a while 2013-10-20T00:40:47 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 240 seconds] 2013-10-20T00:40:58 < fbs> how do you check that? 2013-10-20T00:45:15 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has quit [Ping timeout: 272 seconds] 2013-10-20T00:45:42 < qyx_> 712 is 11.5mm :( 2013-10-20T00:47:51 -!- barthess1 [~barthess@178.154.84.171] has quit [Quit: Leaving.] 2013-10-20T01:17:14 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has quit [Remote host closed the connection] 2013-10-20T02:01:48 -!- bsdfox [~h36sa@107-221-62-129.lightspeed.frokca.sbcglobal.net] has joined ##stm32 2013-10-20T02:01:48 -!- bsdfox [~h36sa@107-221-62-129.lightspeed.frokca.sbcglobal.net] has quit [Changing host] 2013-10-20T02:01:48 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has joined ##stm32 2013-10-20T02:02:58 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-20T02:22:18 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-20T02:22:18 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-20T02:22:18 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-20T02:44:33 -!- Toneloc [~Toneloc@109.79.87.36] has quit [] 2013-10-20T03:05:07 -!- espiral [maze@unaffiliated/espiral] has quit [Ping timeout: 260 seconds] 2013-10-20T03:06:44 -!- espiral [maze@unaffiliated/espiral] has joined ##stm32 2013-10-20T03:12:06 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-20T03:12:15 < Laurenceb_> Even the most primitive society has an innate respect for the insane 2013-10-20T03:16:49 < qyx_> lol 2013-10-20T03:18:02 <@Tectu> hirose are like $5 2013-10-20T03:18:02 <@Tectu> thats quite expensive for a connector :p 2013-10-20T03:18:10 <@Tectu> obviously you never tried to get a coke in switzerland then 2013-10-20T03:19:22 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Ping timeout: 256 seconds] 2013-10-20T03:20:40 < fbs> nope 2013-10-20T03:31:34 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-20T03:41:41 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 272 seconds] 2013-10-20T03:55:00 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Ping timeout: 245 seconds] 2013-10-20T04:13:48 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-20T04:38:45 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-20T05:05:26 < karlp> who died and made tectu god? 2013-10-20T05:05:46 < karlp> and can we raise them from the dead and withdraw tectu's god powers? 2013-10-20T05:11:08 <+dekar__> Tectu, no one told me about the inappropriate content rule O.o 2013-10-20T05:13:55 -!- Activate_for_mor [~mirggi@213.87.138.4] has joined ##stm32 2013-10-20T05:21:02 -!- mode/##stm32 [+o dekar__] by ChanServ 2013-10-20T05:22:04 -!- mode/##stm32 [-o Tectu] by ChanServ 2013-10-20T05:22:11 -!- mode/##stm32 [-o dekar__] by ChanServ 2013-10-20T05:22:31 < dongs> raped 2013-10-20T05:31:44 <+dekar__> I'm working on having TNT build a PDCLIB toolchain, thus I need a new name :/ 2013-10-20T05:46:31 < karlp> PDC? 2013-10-20T05:57:05 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-20T05:59:23 -!- Activate_for_mor [~mirggi@213.87.138.4] has quit [Ping timeout: 272 seconds] 2013-10-20T06:04:35 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-20T06:08:31 <+dekar__> public domain c lib 2013-10-20T06:15:40 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-20T06:15:43 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-20T06:19:40 < emeb_mac> has dongs found this one? http://www.kickstarter.com/projects/920064946/oscilloscope-watch 2013-10-20T06:20:20 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-20T06:20:48 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-20T06:23:45 < dongs> http://i.imgur.com/g0Zgf6q.jpg old ? 2013-10-20T06:23:54 < dongs> emeb_mac: long time ago 2013-10-20T06:24:00 < dongs> lol'd @ atxmega and general failure 2013-10-20T06:24:16 < emeb_mac> oh well. 2013-10-20T06:24:29 < dongs> its liek... shit you never need. 2013-10-20T06:24:47 < emeb_mac> true dat 2013-10-20T06:25:14 < dongs> im coding firewire. go me. 2013-10-20T06:25:40 < emeb_mac> the only people who would buy that are people who have never used a real o'scope. 2013-10-20T06:25:41 < dongs> 2001 called wants its obsolete bus back 2013-10-20T06:26:11 < emeb_mac> even Apple doesn't use it anymore 2013-10-20T06:32:44 < karlp> wat? I find it hard to believe tehre'd be shopped 3.5" windows photos, 2013-10-20T06:33:12 < karlp> as much as I find it hard to believe anyone would consider 3700 disks feasible. 2013-10-20T06:33:33 < karlp> but, windows is the one true glorious path or something right? 2013-10-20T06:33:47 < karlp> WHAT SHOULD I BELIEVE?! 2013-10-20T06:42:14 -!- talsit [~talsit@FL1-122-131-164-95.osk.mesh.ad.jp] has left ##stm32 [] 2013-10-20T07:05:48 < emeb_mac> what I did this morning -> http://i.imgur.com/oxwMXB2.jpg 2013-10-20T07:07:18 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-20T07:08:56 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-20T07:10:03 < englishman> you went to the set of Contact? 2013-10-20T07:10:35 < emeb_mac> haha 2013-10-20T07:10:56 < emeb_mac> yes - vla is like 6hrs away. 2013-10-20T07:28:32 -!- Activate_for_mor [~mirggi@host-104-158-66-217.spbmts.ru] has joined ##stm32 2013-10-20T08:00:21 -!- Activate_for_mor [~mirggi@host-104-158-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-20T08:04:56 -!- Activate_for_mor [~mirggi@host-55-159-66-217.spbmts.ru] has joined ##stm32 2013-10-20T09:24:56 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has joined ##stm32 2013-10-20T09:30:29 -!- Activate_for_mor [~mirggi@host-55-159-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-20T09:35:58 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-20T09:43:48 -!- dekar_ [~dekar@212.255.115.100] has joined ##stm32 2013-10-20T09:43:51 -!- mode/##stm32 [+v dekar_] by ChanServ 2013-10-20T09:44:00 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-20T09:45:21 -!- dekar__ [~dekar@212.255.118.246] has quit [Read error: Operation timed out] 2013-10-20T09:51:28 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-20T09:52:49 < dongs> cool, earthquake 2013-10-20T09:53:27 < zyp> in japan? I don't believe you. 2013-10-20T09:56:07 -!- talsit [~talsit@KD182251030102.au-net.ne.jp] has joined ##stm32 2013-10-20T10:03:32 -!- PaulFertser [paul@paulfertser.info] has quit [Quit: leaving] 2013-10-20T10:07:54 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has joined ##stm32 2013-10-20T10:11:54 -!- talsit [~talsit@KD182251030102.au-net.ne.jp] has quit [Quit: Leaving.] 2013-10-20T10:23:42 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-20T10:24:09 -!- talsit [~talsit@KD182251030102.au-net.ne.jp] has joined ##stm32 2013-10-20T10:29:31 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has quit [Ping timeout: 265 seconds] 2013-10-20T10:38:02 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-20T11:06:32 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-20T11:10:39 -!- NooM [~IceChat77@213-240-64-56.adsl.highway.telekom.at] has joined ##stm32 2013-10-20T11:10:41 < NooM> hello 2013-10-20T11:15:13 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2013-10-20T11:16:34 -!- PaulFertser [paul@paulfertser.info] has quit [Client Quit] 2013-10-20T11:19:20 -!- PaulFertser [paul@paulfertser.info] has joined ##stm32 2013-10-20T11:21:02 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-20T11:23:43 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-20T11:46:24 -!- NooM [~IceChat77@213-240-64-56.adsl.highway.telekom.at] has quit [Quit: On the other hand, you have different fingers.] 2013-10-20T11:50:17 -!- Tectu [tectu@2a01:4f8:100:4323:4f8:4f8:0:6c] has left ##stm32 ["Leaving"] 2013-10-20T11:57:57 -!- talsit [~talsit@KD182251030102.au-net.ne.jp] has quit [Quit: Leaving.] 2013-10-20T12:00:01 -!- barthess [~barthess@178.154.48.217] has joined ##stm32 2013-10-20T12:03:25 < shiftplusone> Hello, I am a little confused about "TIM2_IRQHandler" does that get triggered on every counter increment or only on autoreload? 2013-10-20T12:05:00 < jpa-> shiftplusone: on autoreload, or if you configure separately, also on capture/compare events 2013-10-20T12:05:52 < shiftplusone> jpa-, thanks. What do you mean by configure separately? 2013-10-20T12:06:36 < jpa-> "TIMx interrupt enable register (TIMx_DIER)" 2013-10-20T12:07:04 < jpa-> in fact, even the update interrupt (which means interrupt on reload) has to be separately enabled 2013-10-20T12:07:42 < shiftplusone> Hm, a little lost. Think I need to jump back into the manual. 2013-10-20T12:10:08 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-20T12:12:00 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-20T12:18:43 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-20T12:20:55 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-20T12:32:24 -!- barthess [~barthess@178.154.48.217] has quit [Quit: Leaving.] 2013-10-20T12:46:04 -!- talsit [~talsit@KD182251026025.au-net.ne.jp] has joined ##stm32 2013-10-20T12:54:51 -!- Tectu [tectu@2a01:4f8:100:4323:4f8:4f8:0:6c] has joined ##stm32 2013-10-20T13:02:35 -!- talsit [~talsit@KD182251026025.au-net.ne.jp] has quit [Ping timeout: 248 seconds] 2013-10-20T13:09:37 -!- daku [DaKu@dakus.dk] has quit [Quit: Bye] 2013-10-20T13:15:20 -!- daku [daku@dakus.dk] has joined ##stm32 2013-10-20T13:25:09 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-20T13:46:56 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-20T13:50:00 <+Steffan-> /msg chanserv help 2013-10-20T13:50:02 <+Steffan-> pp[s 2013-10-20T13:50:04 <+Steffan-> oops 2013-10-20T13:50:35 <+Steffan-> i want to get rid of my auto-voice :( 2013-10-20T13:56:46 < Tectu> post some cp then 2013-10-20T13:57:10 <+Steffan-> cp? 2013-10-20T13:59:48 -!- Steffan- [~steffanx@unaffiliated/steffanx] has left ##stm32 ["Gone.."] 2013-10-20T13:59:50 -!- Steffan- [~steffanx@unaffiliated/steffanx] has joined ##stm32 2013-10-20T14:03:52 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-20T14:06:18 -!- talsit [~talsit@KD182251007197.au-net.ne.jp] has joined ##stm32 2013-10-20T14:08:28 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-20T14:10:34 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-20T14:11:57 < dongs> TIMx in encoder mode, it will change CNT based on click up/down right. 2013-10-20T14:15:31 -!- Viper168 is now known as Viper168_ 2013-10-20T14:17:28 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-20T14:20:04 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 265 seconds] 2013-10-20T14:34:53 < jpa-> dongs: yes 2013-10-20T14:53:11 -!- talsit [~talsit@KD182251007197.au-net.ne.jp] has quit [Quit: Leaving.] 2013-10-20T14:53:41 < dongs> do i get an interrupt each click or only when it overflows ARR? 2013-10-20T15:00:21 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 272 seconds] 2013-10-20T15:01:19 < jpa-> dongs: only on overflow usually; but i guess you could configure it in some fun way to get interrupt every time 2013-10-20T15:01:36 < jpa-> though if you just get an interrupt every time, you might just as well use EXTI 2013-10-20T15:05:24 < dongs> right. 2013-10-20T15:05:39 < dongs> or just A/B gpio in a loop 2013-10-20T15:05:40 < dongs> and compare previous stae. 2013-10-20T15:05:41 < dongs> state. 2013-10-20T15:06:14 < jpa-> but debouncing may be necessary in some cases 2013-10-20T15:06:49 < jpa-> which might be easier to do with the timer.. it has some filtering stuff IIRC, and in any case you could periodically poll the count and only react once it is stable 2013-10-20T15:14:12 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-20T15:17:30 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-20T15:30:33 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-20T15:31:04 -!- barthess [~barthess@178.154.85.209] has joined ##stm32 2013-10-20T15:53:25 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-20T15:53:25 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-20T15:53:32 -!- BrainDamage1 is now known as BrainDamage 2013-10-20T15:56:45 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-20T15:59:00 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Remote host closed the connection] 2013-10-20T15:59:23 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-20T16:07:35 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Read error: Connection reset by peer] 2013-10-20T16:07:55 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-20T16:17:35 < Tectu> did anyone ever see this one before? "error: a label can only be part of a statement and a declaration is not a statement 2013-10-20T16:17:35 < Tectu> " 2013-10-20T16:18:13 < Tectu> http://pastebin.com/LHY6BYKz 2013-10-20T16:18:48 < Tectu> error line is 9 2013-10-20T16:19:41 < dongs> yeah 2013-10-20T16:19:42 < dongs> dumbfuck 2013-10-20T16:19:47 < dongs> you can't declare new vars inside switch cases 2013-10-20T16:19:51 < dongs> case 0: { cocks } 2013-10-20T16:19:52 < dongs> to fix. 2013-10-20T16:19:57 < dongs> but thats ugly, of course. 2013-10-20T16:24:48 < Tectu> woops... 2013-10-20T16:24:49 < Tectu> thanks dongs 2013-10-20T16:33:56 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-20T16:39:57 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-20T16:43:35 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 272 seconds] 2013-10-20T17:00:42 <+dekar_> dongs, how's opening a new scope ugly? I routinely do that for all my switch/cases. 2013-10-20T17:22:23 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-20T17:25:34 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-20T17:27:53 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-20T18:00:18 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-20T18:01:00 < Robint91> hi all 2013-10-20T18:05:01 < mervaka> there isn't an equivalent channel for LPC 43xx based devices, is there? :p 2013-10-20T18:05:20 < mervaka> or nxp stuff generally 2013-10-20T18:05:56 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-20T18:19:23 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-20T18:19:32 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-20T18:27:18 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-20T18:35:51 < dongs> dekar_: inside case XX: ?? 2013-10-20T18:35:54 < dongs> ugly as f ucking hell 2013-10-20T18:36:00 < dongs> if you need that much shit in there, make a new function 2013-10-20T18:36:06 < dongs> and call it 2013-10-20T18:36:23 < dongs> mervaka: zyp made a lpc43xx breakout and i made it blink led, thats where we stopped 2013-10-20T18:36:40 < dongs> https://youtube.com/watch?v=vBmp3k82Reo 2013-10-20T18:37:47 < Robint91> mervaka, mhh nope 2013-10-20T18:37:54 < Robint91> mervaka, ST > NXP 2013-10-20T18:38:00 < dongs> that is true. 2013-10-20T18:38:12 < Robint91> dongs, +1 for the music 2013-10-20T18:38:17 < Robint91> zyp, ^ 2013-10-20T18:41:55 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-20T18:44:14 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has joined ##stm32 2013-10-20T18:48:43 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-20T18:56:41 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-20T18:57:21 -!- DLPeterson [~hazelnuss@c-71-198-192-33.hsd1.ca.comcast.net] has quit [Quit: leaving] 2013-10-20T18:59:30 < gxti> counter encoder mode looks unhelpful for user input type scenarios 2013-10-20T19:00:29 < emeb_mac> oh? 2013-10-20T19:00:31 < jpa-> depends on the kind of input you want 2013-10-20T19:01:13 < jpa-> it's pretty nice to have the hardware count the clicks so that you can just update the screen in a loop, and if a screen update takes too long, the scroll ticks are not lost 2013-10-20T19:03:31 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-20T19:03:57 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-20T19:06:21 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-20T19:09:02 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Client Quit] 2013-10-20T19:12:24 <+dekar_> dongs, it's not even related to how much is in my case, I just like the look. I mean you also have a scope for multi line if(), and due to the need for break; cases are multi line most of the time. To me it seems more consistent and thus I prefer it. 2013-10-20T19:15:20 < jpa-> the {} in case doesn't really close it, because you still need the break anyway 2013-10-20T19:15:56 <+dekar_> ofc, my preference is purely visual ;) 2013-10-20T19:17:35 <+dekar_> I mean you usually indent the case anyway, {} just make it even more notable. 2013-10-20T19:18:06 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-20T19:18:20 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 245 seconds] 2013-10-20T19:19:41 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-20T19:21:18 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-20T19:24:09 < Robint91> zippe, dongs told me that you know stuff from jeri ellisworth 2013-10-20T19:24:17 < Robint91> enlighten me 2013-10-20T19:26:26 < gxti> wat 2013-10-20T19:26:50 < Robint91> 2013-10-14T18:05:13 < dongs> HAHAHA 2013-10-20T19:26:51 < Robint91> 2013-10-14T18:05:16 < dongs> that last dickstarter link 2013-10-20T19:26:51 < Robint91> 2013-10-14T18:05:21 < dongs> is jerri ellisworthless 2013-10-20T19:26:51 < Robint91> 2013-10-14T18:07:22 < dongs> so thats what hte bitch has been busy wiht after g etting fired from valve 2013-10-20T19:26:51 < Robint91> 2013-10-14T18:09:41 < Robint91> dongs, failure? 2013-10-20T19:26:51 < Robint91> 2013-10-14T18:09:56 < dongs> Robint91: just ask zippe about "her" 2013-10-20T19:26:53 < Robint91> 2013-10-14T18:10:05 < dongs> i'm sure he'll have lots of interesting things to tell you 2013-10-20T19:27:08 < gxti> rude 2013-10-20T19:27:27 < Robint91> whar? 2013-10-20T19:27:34 < Robint91> *what? 2013-10-20T19:27:49 < jpa-> dongs, as usual 2013-10-20T19:42:00 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-20T19:43:00 -!- MrMobius [~Joey@194.176.111.179] has joined ##stm32 2013-10-20T19:56:25 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-20T19:56:26 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-20T19:56:26 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-20T20:20:27 -!- ohama [ohama@cicolina.org] has quit [Ping timeout: 272 seconds] 2013-10-20T20:21:10 -!- ohama [ohama@cicolina.org] has joined ##stm32 2013-10-20T20:25:07 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Operation timed out] 2013-10-20T21:09:26 < Steffan-> dongs, tell your buddies from waveshare they should publish the schematics online.. 2013-10-20T21:12:37 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-20T21:13:14 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-20T21:23:28 -!- MrM0bius [~Joey@194.176.111.134] has joined ##stm32 2013-10-20T21:26:04 -!- MrMobius [~Joey@194.176.111.179] has quit [Ping timeout: 246 seconds] 2013-10-20T21:40:28 -!- barthess [~barthess@178.154.85.209] has quit [Quit: Leaving.] 2013-10-20T21:44:24 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-20T21:51:02 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-20T22:03:44 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-20T22:08:30 -!- NooM [~IceChat77@193-83-206-63.adsl.highway.telekom.at] has joined ##stm32 2013-10-20T22:08:34 < NooM> hello 2013-10-20T22:10:29 < Steffan-> I don't say hello to people that automatically say "hello" on channel join 2013-10-20T22:10:38 < NooM> :D 2013-10-20T22:10:45 < NooM> its no script 2013-10-20T22:10:48 < NooM> i type it myself 2013-10-20T22:10:55 < Steffan-> You only join this channel? 2013-10-20T22:11:00 < NooM> i say hello when i enter a bar too :D 2013-10-20T22:11:05 < NooM> no 2013-10-20T22:11:19 < NooM> right now iam only here tho 2013-10-20T22:11:26 < NooM> cos i have a question :D 2013-10-20T22:12:08 < BrainDamage> I saw "ouch" if I walk in a bar 2013-10-20T22:12:26 < NooM> maybe someone can help me: i think my f4 is out of ram, or some settings are wrong. like when i just add a new araay of some byte everything stops working 2013-10-20T22:13:04 < NooM> 41kb are initialized with new, but i dont understand the static usage 2013-10-20T22:13:24 < NooM> by compiling i get some stuff like text, data, bss, dec, hey 2013-10-20T22:13:45 < NooM> hex* 2013-10-20T22:17:10 -!- MrM0bius [~Joey@194.176.111.134] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- s0 d4Mn l33t |t'z 5c4rY!] 2013-10-20T22:20:03 -!- NooM [~IceChat77@193-83-206-63.adsl.highway.telekom.at] has quit [Quit: He who laughs last, thinks slowest] 2013-10-20T22:21:26 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-20T22:28:53 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-20T22:29:26 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 240 seconds] 2013-10-20T22:32:45 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-20T22:48:06 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Quit: leaving] 2013-10-20T22:50:00 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-20T22:51:55 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-20T22:52:54 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Disconnected by services] 2013-10-20T22:52:54 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has joined ##stm32 2013-10-20T22:55:20 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-20T22:57:48 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-252-9.clienti.tiscali.it] has quit [Ping timeout: 240 seconds] 2013-10-20T23:08:00 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-20T23:10:54 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-20T23:29:57 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-20T23:30:07 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 265 seconds] 2013-10-20T23:30:34 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 --- Day changed Mon Oct 21 2013 2013-10-21T00:03:27 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-21T00:03:29 -!- barthess [~barthess@178.154.52.236] has joined ##stm32 2013-10-21T00:05:22 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Read error: Operation timed out] 2013-10-21T00:09:40 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Read error: Connection reset by peer] 2013-10-21T00:22:53 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-21T00:25:34 -!- barthess [~barthess@178.154.52.236] has quit [Quit: Leaving.] 2013-10-21T00:39:25 < mervaka> dongs: was just interested in NXP because it's a dual core device, and I was particularly interested in the SGPIO :p 2013-10-21T00:40:16 < mervaka> seems like the only way to get TDM audio into an ARM device 2013-10-21T00:45:23 < zyp> TDM audio? 2013-10-21T00:46:06 < zyp> RM0090 claims that the SAI in F42x supports TDM, whatever that is 2013-10-21T00:47:26 < zyp> ah, fsync/sclk/sdata 2013-10-21T01:07:25 < emeb> interesting problem: I generate audio via DMA-buffered I2S, so the processing takes place "non-realtime". 2013-10-21T01:07:59 < emeb> ie 32 samples of data generated for the next buffer, but generation is about 5-10x faster than the output rate. 2013-10-21T01:08:51 < emeb> I want to react to external events at roughly a "realtime" rate though (sync an oscillator). Need to run a counter to track this at the sample rate. 2013-10-21T01:09:20 < emeb> so question is: wouldn't it be easy to just read the DMA pointer when the even occurs and use that as a rough time index? 2013-10-21T01:10:53 < zyp> that's what I did when I played with usb audio flow control 2013-10-21T01:11:36 < emeb> seems like it'd be a lot easier than trying to sync a timer to the DMA rate. 2013-10-21T01:12:54 < zyp> hmm, depends 2013-10-21T01:13:13 < zyp> if you use a timer, you could use input capture to get precise timing 2013-10-21T01:13:25 < zyp> as long as you get a sane clock input for the timer 2013-10-21T01:14:01 < zyp> like looping back the i2s clock to the timer input 2013-10-21T01:14:22 < emeb> yeah - the I2S frame clock could do that. 2013-10-21T01:14:22 < zyp> then you just set up the timer before starting i2s 2013-10-21T01:14:44 < zyp> is there any possibility of routing the i2s frame clock internally? 2013-10-21T01:15:02 < emeb> I'd be really surprised if so. 2013-10-21T01:15:27 < emeb> this is on an F303 2013-10-21T01:18:32 < emeb> Doesn't look like either the bitclock or wordclock are available anywhere except the specific pins that they drive. 2013-10-21T01:22:47 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-21T01:25:20 < mervaka> zyp: SAI looks interesting, not seen this before 2013-10-21T01:25:34 < zyp> that's because it's new 2013-10-21T01:26:05 < emeb> brand new on the F42x/F43x 2013-10-21T01:26:37 < zyp> hmm 2013-10-21T01:26:53 < zyp> any of you done anything fun with F429-discovery yet? 2013-10-21T01:27:21 < mervaka> not even heard of it until now ;/ 2013-10-21T01:27:38 < zyp> man, you're not keeping up with the times :p 2013-10-21T01:27:47 < mervaka> heh 2013-10-21T01:27:50 < mervaka> no i haven't 2013-10-21T01:28:14 < mervaka> been dicking about with M3s at work 2013-10-21T01:28:32 < mervaka> and more recently some very abstracted code 2013-10-21T01:28:35 < Laurenceb_> signofthetimes.net 2013-10-21T01:29:07 < mervaka> for my own projects though, the SAI looks very interesting! 2013-10-21T01:31:35 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Operation timed out] 2013-10-21T01:40:52 < mervaka> wow 2013-10-21T01:40:55 < mervaka> i must do this now 2013-10-21T01:40:56 < mervaka> haha 2013-10-21T01:41:52 < zyp> that said, I need to find some time to play with my lpc boards 2013-10-21T01:42:35 < mervaka> thanks loads zyp, saved me the ballache of learning SGPIO :p 2013-10-21T01:42:38 < mervaka> nn 2013-10-21T01:43:11 < zyp> the sct/sgpio stuff still looks pretty interesting 2013-10-21T01:43:47 < emeb> I've turned on my F429 Discovery! Cute GUI. 2013-10-21T01:44:18 < zyp> I need to get one 2013-10-21T01:44:19 < emeb> Actually, thinking about building a daughter board with various audio I/O stuff on it. 2013-10-21T01:44:38 < zyp> will probably pick up next time I need anything else from DK 2013-10-21T01:48:04 < emeb> 74MB of software bundled up for it - hopefully full source for that GUI app. 2013-10-21T01:49:54 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-21T02:15:04 < Laurenceb_> emeb: its emWin 2013-10-21T02:15:16 < Laurenceb_> thats available on the ST site 2013-10-21T02:32:43 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Ping timeout: 248 seconds] 2013-10-21T02:35:07 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 272 seconds] 2013-10-21T02:42:26 < emeb> emWin - never heard of it befor. 2013-10-21T02:45:53 < emeb> hmm... Segger stuff 2013-10-21T02:47:21 < emeb> So does ST sublicense emWin for all it's products, or would one have to go to Segger to use emWin on a commercial product? 2013-10-21T02:48:26 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-21T02:55:44 < dongs> Steffan-: they do 2013-10-21T02:56:31 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Quit: Leaving] 2013-10-21T03:49:34 < Thorn> dongs: relevant to your interests (opensores trolling) http://iteration99.com/2013/php-json-removed-from-php-5-5/ 2013-10-21T04:19:55 -!- amstan_ [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-21T04:45:19 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-21T04:48:43 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 248 seconds] 2013-10-21T04:57:46 -!- amstan_ is now known as amstan 2013-10-21T05:08:10 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-21T05:13:00 <+dekar_> http://www.st.com/web/en/fragment/press/product_press_release/press_image/STM32F42939_p3393big%20.jpg 2013-10-21T05:13:12 <+dekar_> photoshop? 2013-10-21T05:13:22 < gxti> duh 2013-10-21T05:14:08 < englishman> and not a very well done one 2013-10-21T05:14:15 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-21T05:14:34 <+dekar_> the pins are messed up 2013-10-21T05:29:32 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has joined ##stm32 2013-10-21T05:57:16 < dongs> what hte fuck 2013-10-21T05:57:18 < dongs> http://www.kickstarter.com/projects/1883701526/matchboxarm/posts 2013-10-21T05:57:29 < dongs> > Sept 28 Hello! We've paid the manufacturer! In few days we have the MatchboxARM boards made. 2013-10-21T05:57:38 < dongs> October 18 update: blank PCBs 2013-10-21T05:57:40 < dongs> ?????????????? 2013-10-21T05:57:54 < dongs> Thorn: lol'd liberally 2013-10-21T05:59:27 < dongs> haha no 2013-10-21T05:59:44 < dongs> i sold like ~20 of my stm32 breakout boards in a year, so the demand for that sorta shit is clearly non-existent 2013-10-21T06:01:57 < dongs> ya that was george's mom who joined 2013-10-21T06:02:02 < dongs> they were failing and added that at last minute 2013-10-21T06:02:23 < dongs> then his mom bought that, just to save her retarded son from failing. 2013-10-21T06:03:45 < dongs> no it was jsut 1000 2013-10-21T06:03:46 < dongs> thats all 2013-10-21T06:14:32 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-21T06:14:44 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-21T06:26:50 < dongs> im busy failing w/firewire 2013-10-21T06:29:03 < emeb_mac> failwire 2013-10-21T06:29:49 < dongs> indeedy 2013-10-21T06:34:09 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-21T06:35:11 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-21T06:41:09 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-21T07:18:40 -!- MrMobius [~Joey@91.192.66.16] has joined ##stm32 2013-10-21T07:36:32 -!- xxoxx [~xxoxx@tor/regular/xxoxx] has quit [Ping timeout: 256 seconds] 2013-10-21T07:52:23 < upgrdman> what still uses firewire? 2013-10-21T07:52:37 < upgrdman> did usb3 and/or tbolt replace it a while ago? 2013-10-21T07:52:41 < upgrdman> didnt* 2013-10-21T08:14:25 < dongs> http://i.imgur.com/b5F7tYP.jpg nice read 2013-10-21T08:18:46 < dongs> neither 2013-10-21T08:18:54 < dongs> nobody builds websites in 2013 2013-10-21T08:19:12 < emeb_mac> heh 2013-10-21T08:19:24 < emeb_mac> just hand-edit HTML like I do - so pro. 2013-10-21T08:19:51 < dongs> vi + emacs + html 2013-10-21T08:20:11 < emeb_mac> use MS Front Page! 2013-10-21T08:20:42 < emeb_mac> green-screen with floaty ASCII? 2013-10-21T08:20:55 < emeb_mac> just like the movie 2013-10-21T08:22:27 < emeb_mac> guess it depends on how dynamic your content is 2013-10-21T08:23:03 < emeb_mac> you want it to just serve up static stuff, or do you want users to interact & update? 2013-10-21T08:23:12 < dongs> its not like you HAVE to use asp or php or whatever the fuck 2013-10-21T08:23:26 < dongs> just edit all your shit in notepad.exe 2013-10-21T08:23:27 < dongs> done 2013-10-21T08:25:43 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2013-10-21T08:40:02 -!- TeknoJuce01 [~TeknoJuce@135.0.85.12] has joined ##stm32 2013-10-21T08:43:21 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has quit [Ping timeout: 252 seconds] 2013-10-21T08:48:11 * emeb_mac just learned about NVIC priority groups. 2013-10-21T09:05:39 < shiftplusone> I am starting to suspect my approach is stupid. If I need to measure the time between two events (in units of ~123156th of a second), what's the best way to go. Right now I am trying to use a timer and count the ticks then go from there. Is there a way without a timer? 2013-10-21T09:06:24 < jpa-> shiftplusone: use timer and input capture 2013-10-21T09:06:53 < jpa-> i assume "events" come from external IO pins? 2013-10-21T09:07:08 < shiftplusone> yeah, a rising edge 2013-10-21T09:07:34 < jpa-> yeah, input capture is designed for stuff like that 2013-10-21T09:08:18 < shiftplusone> I'll look into it, thanks 2013-10-21T09:08:23 < jpa-> your funny frequency will cause some complication.. i would run the timer at full CPU speed and divide afterwards, but you'll probably need a 32bit timer in that case 2013-10-21T09:08:25 < PaulFertser> R2COM: PHP is a terrible language, ASP.NET locks you in to windows platform and more expensive hostings. 2013-10-21T09:09:11 < PaulFertser> R2COM: probably Python/Django might be a nice alternative for you. 2013-10-21T09:09:30 < PaulFertser> Of course, there're some fancy Haskell frameworks such as Yesod and HappStack :) 2013-10-21T09:11:23 < PaulFertser> Yes 2013-10-21T09:12:16 < shiftplusone> R2COM, is this for production or just testing? I can give you access to a VPS if it's just for messing around. 2013-10-21T09:12:17 < PaulFertser> For me http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design/ was enough to decide that PHP is not worth it. I'd choose ASP.NET even, PHP is too sick :/ 2013-10-21T09:13:31 < shiftplusone> Alright, well if you need it let me now. Right now it's going to waste. 2013-10-21T09:14:13 < shiftplusone> linode... right now just running a mostly abandoned wordpress site. 2013-10-21T09:14:57 < shiftplusone> That's the host, yes. The site is xecdesign.com 2013-10-21T09:16:05 < shiftplusone> yeah, but I've had nothing but trouble with cheap shared hosting. 2013-10-21T09:17:09 < shiftplusone> Many larger sites do end up moving away from php after a while. 2013-10-21T09:17:20 < PaulFertser> R2COM: millions of monkeys can't be wrong, right? :) I honestly have an impression the vast majority of PHP code was written by incompetent developers without any insight into program architecture and design. 2013-10-21T09:17:46 < PaulFertser> It's appealing to novices because it has a flat learning curve. 2013-10-21T09:18:30 < shiftplusone> I've recently been looking into python+flask and that seems pretty good. I haven't taken python seriously before. 2013-10-21T09:19:35 < PaulFertser> ASP.NET seems to be an established platform with support for sane languages (C# and F#) and many ready-made facilities for building "web applications". Whether that's good or bad is up to somebody else to decide. 2013-10-21T09:22:30 < PaulFertser> R2COM: no first-hand experience here (you know how I'm uninterested in using any proprietary technology) but as far as I have understand from reading/hearing about it, yes, the .NET platform is integrated enough so the knowledge from the desktop apps area can be useful in web-programming too. I hope the others will correct me if I'm wrong here. 2013-10-21T09:25:12 < shiftplusone> Meh, I find administrating my own server better than having to send in support tickets and waiting every time something goes wrong. 2013-10-21T09:25:49 < shiftplusone> fair enough 2013-10-21T09:25:57 < shiftplusone> than maybe ASP.NET isn't a bad choice 2013-10-21T09:27:12 < shiftplusone> just give it a go... worst case scenario is you're out $5. 2013-10-21T09:27:26 < shiftplusone> ah 2013-10-21T09:27:56 < shiftplusone> If their customer service doesn't suck, they should be able to let you cancel early and give a refund. 2013-10-21T09:32:39 < dongs> python sucks. 2013-10-21T09:33:30 < shiftplusone> R2COM, you may notice a pattern here. For every language, there will be people going on about how much it sucks. So just pick one and go with it, they're all fit for purpose. 2013-10-21T09:35:21 -!- DanteA [~X@host-122-158-66-217.spbmts.ru] has joined ##stm32 2013-10-21T09:35:31 < shiftplusone> Pretty much anything. But I'd just go with a CMS for such things. 2013-10-21T09:36:22 < shiftplusone> content management system (wordpress, drupal, joomla and so on) 2013-10-21T09:37:19 < shiftplusone> I couldn't bring myself to recommend sharepoint 2013-10-21T09:38:54 < shiftplusone> wordpress 2013-10-21T09:40:05 -!- DanteA [~X@host-122-158-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-21T09:40:29 < shiftplusone> (since it's popular and doesn't have a great track record with security, I wouldn't use it for anything important... gets hammered by bots all the time) 2013-10-21T09:41:12 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has joined ##stm32 2013-10-21T09:41:29 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-21T09:43:07 -!- dekar__ [~dekar@212.255.126.103] has joined ##stm32 2013-10-21T09:43:10 -!- mode/##stm32 [+v dekar__] by ChanServ 2013-10-21T09:46:06 -!- dekar_ [~dekar@212.255.115.100] has quit [Ping timeout: 240 seconds] 2013-10-21T09:51:07 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-21T09:52:09 -!- DanteA [~X@host-13-157-66-217.spbmts.ru] has joined ##stm32 2013-10-21T09:56:18 -!- Robint91 [~Robint91_@2a02:2c40:400:0:e435:c025:bd6b:b829] has joined ##stm32 2013-10-21T09:58:45 -!- DanteA [~X@host-13-157-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-21T10:11:01 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has left ##stm32 [] 2013-10-21T10:13:37 -!- DanteA [~X@host-113-159-66-217.spbmts.ru] has joined ##stm32 2013-10-21T10:16:43 -!- Netolish [~Netolish@cl-358.prg-01.cz.sixxs.net] has joined ##stm32 2013-10-21T10:28:29 -!- DanteA [~X@host-113-159-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-21T10:29:54 < dongs> http://www.panelook.com/TX54D82MM0BAA_JDI_21.3_LCM_overview_19996.html nice if youre examining butts all day 2013-10-21T10:30:21 < Robint91> dongs, ze site doez not workz 2013-10-21T10:31:39 < dongs> ya i was doing some advanced searches on taht site 2013-10-21T10:31:41 < dongs> and i think i crashed it 2013-10-21T10:31:46 < Robint91> R2COM, desinging pcb stuff 2013-10-21T10:33:26 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-21T10:34:15 < Robint91> R2COM, yep 2013-10-21T10:34:26 < Robint91> R2COM, with some scopes 2013-10-21T10:34:33 < Robint91> 60Gsps 2013-10-21T10:34:36 < Robint91> and more 2013-10-21T10:38:50 < Robint91> R2COM, yep 2013-10-21T10:39:37 < Robint91> R2COM, that eventually the idea to make that in cmos 2013-10-21T10:39:48 < Robint91> I want something functional 2013-10-21T10:39:51 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-21T10:41:10 < Robint91> R2COM, yep 2013-10-21T10:43:29 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has joined ##stm32 2013-10-21T10:43:45 < Robint91> R2COM, stuff like that 2013-10-21T10:44:28 < Robint91> R2COM, the difficulty is to sync different ADCs 2013-10-21T10:45:01 < Robint91> R2COM, all must start at the same clk edge 2013-10-21T10:46:53 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-21T10:48:58 -!- DanteA [~X@host-75-152-66-217.spbmts.ru] has quit [Quit: Honour I have.] 2013-10-21T10:49:45 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-21T10:54:00 < dongs> http://i.imgur.com/8Og4c.jpg haha 2013-10-21T10:56:13 < dongs> http://www.flickr.com/photos/girliemac/sets/72157628409467125/ 2013-10-21T10:57:21 -!- Activate_for_mor [~mirggi@host-77-158-66-217.spbmts.ru] has joined ##stm32 2013-10-21T10:57:34 -!- NooM [~IceChat77@193-83-206-63.adsl.highway.telekom.at] has joined ##stm32 2013-10-21T10:57:37 < NooM> hello 2013-10-21T10:57:52 < dongs> NooM: http://i.imgur.com/8Og4c.jpg 2013-10-21T10:57:58 < dongs> what happens when y ou enter the channel 2013-10-21T10:58:25 < NooM> idk, tell me 2013-10-21T10:58:31 < dongs> i mean thats what happens. 2013-10-21T10:58:44 < NooM> ok 2013-10-21T11:07:18 < NooM> dongs maybe you have a guess, how can it be.. when i allocate mem with uint8_t tmp[1000]; my program stops working, but with new i can allocate more, at least 40kb i have tested 2013-10-21T11:07:42 < NooM> nothing else changed, just the array and crash, hmm 2013-10-21T11:08:02 < dongs> yeah, its called stack 2013-10-21T11:08:18 < dongs> your default stack in startup file is probably NOT set to >1k 2013-10-21T11:08:26 < NooM> ok thx 2013-10-21T11:08:42 < NooM> <3 :D 2013-10-21T11:09:08 < NooM> its 0x00000200 2013-10-21T11:10:03 < dongs> sounds like default stack in st startup files. 2013-10-21T11:10:26 < NooM> what should i consider when i change that ? 2013-10-21T11:10:50 < PaulFertser> NooM: probably you should consider not allocating unusually huge amounts on stack 2013-10-21T11:11:04 < dongs> ^ 2013-10-21T11:11:12 < NooM> i dont even have a idea what a stack is :( 2013-10-21T11:11:15 < dongs> i doubt you need array of [1000] things, or even 40k 2013-10-21T11:11:36 < NooM> the 40k i use for display backbuffer 2013-10-21T11:11:47 < NooM> but thats allocated with new, thats fine 2013-10-21T11:11:54 < dongs> ... 2013-10-21T11:12:01 < NooM> :( 2013-10-21T11:12:05 < dongs> why the fuck are you allocating it inside the function 2013-10-21T11:12:22 < dongs> uint8_t crap[40k]; outside any functions. 2013-10-21T11:12:29 < NooM> well its an array in the class and the class gets alocated 2013-10-21T11:12:34 < dongs> haha class 2013-10-21T11:12:40 < dongs> NooM, I have put you on a permanent ignore, public and private. I have found you disturbing, rude and generally not worth talking to. According to the channels you hang on, it strengtens the effect of wanting to put you on ignore because of my lack of interest in you as a person. This message is not meant to be rude to you, just to inform you that i won't see anything of what you type from now on. 2013-10-21T11:13:01 < NooM> lol 2013-10-21T11:13:47 < Robint91> dongs, YOU WIN THE INTERNETZ TODAY 2013-10-21T11:13:52 < dongs> i always do 2013-10-21T11:14:14 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-21T11:14:18 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Client Quit] 2013-10-21T11:14:19 < dongs> of course not 2013-10-21T11:14:26 < dongs> I'm not opensores, so I dont put poeple on ignore 2013-10-21T11:14:54 < dongs> R2COM: how long have you been in this channel 2013-10-21T11:15:13 < dongs> im surprised you havent seen that message before. 2013-10-21T11:17:00 < NooM> great changeing the stack size really solved this 2013-10-21T11:17:17 < dongs> but that doesnt fix the problem 2013-10-21T11:17:26 < NooM> :( 2013-10-21T11:17:38 < NooM> my bad coding? :D 2013-10-21T11:20:25 < NooM> maybe that solves my usb problem too, gonna try later 2013-10-21T11:37:25 < jpa-> NooM: usually you shouldn't allocate huge stuff on stack.. instead make it static or allocate with new/malloc 2013-10-21T11:37:47 < NooM> ya ok 2013-10-21T11:38:34 < NooM> gonna read more about that later 2013-10-21T11:41:09 < NooM> well i g2g now, cu 2013-10-21T11:41:13 -!- NooM [~IceChat77@193-83-206-63.adsl.highway.telekom.at] has quit [Quit: Don't push the red button!] 2013-10-21T11:48:05 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-21T11:56:10 -!- talsit [~talsit@KD182251038013.au-net.ne.jp] has joined ##stm32 2013-10-21T12:20:26 -!- talsit [~talsit@KD182251038013.au-net.ne.jp] has quit [Ping timeout: 256 seconds] 2013-10-21T12:26:09 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-21T12:26:38 -!- Robint91 [~Robint91_@2a02:2c40:400:0:e435:c025:bd6b:b829] has quit [Ping timeout: 264 seconds] 2013-10-21T12:33:21 -!- Robint91 [~Robint91_@2a02:2c40:400:0:5130:745d:567d:3e6c] has joined ##stm32 2013-10-21T12:39:09 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-21T12:40:22 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-21T12:48:55 -!- dekar__ [~dekar@212.255.126.103] has quit [Quit: This computer has gone to sleep] 2013-10-21T12:56:18 -!- talsit [~talsit@KD182251038162.au-net.ne.jp] has joined ##stm32 2013-10-21T12:56:28 -!- capacitor [7bf38bbb@gateway/web/freenode/ip.123.243.139.187] has joined ##stm32 2013-10-21T13:03:39 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Ping timeout: 272 seconds] 2013-10-21T13:18:28 -!- MrM0bius [~Joey@194.176.111.173] has joined ##stm32 2013-10-21T13:21:55 -!- MrMobius [~Joey@91.192.66.16] has quit [Ping timeout: 246 seconds] 2013-10-21T13:32:02 < zyp> dongs, you didn't mention that I would be getting 20 blank boards aswell :p 2013-10-21T13:32:33 < capacitor> thankyou 2013-10-21T13:40:02 < dongs> zyp: yeah i duno whats up, maybe they had some extra 2013-10-21T13:40:48 < zyp> so I got parts for another six boards or so, and 20 blank boards :p 2013-10-21T13:41:10 < zyp> anyway, looks good 2013-10-21T13:45:06 < dongs> i cool. no fails? 2013-10-21T13:49:04 -!- capacitor [7bf38bbb@gateway/web/freenode/ip.123.243.139.187] has left ##stm32 [] 2013-10-21T13:59:23 < zyp> not that I can see 2013-10-21T14:00:25 < dongs> nice. 2013-10-21T14:00:50 < zyp> don't have jtag adapter here, can't check functionality until later today :p 2013-10-21T14:01:18 < dongs> did the tagconnect shit get properly done? 2013-10-21T14:01:21 < dongs> w/o solder on it 2013-10-21T14:01:23 < zyp> yes 2013-10-21T14:01:31 < dongs> yeah, had to bitch about that. 2013-10-21T14:02:40 < dongs> wheres your dickstarter 2013-10-21T14:03:00 < dongs> http://www.kickstarter.com/projects/1883701526/matchboxarm/posts 2013-10-21T14:33:57 -!- MrM0bius is now known as MrMobius 2013-10-21T14:36:05 < Laurenceb> http://hackaday.com/2013/10/20/accurate-ish-pneumatic-cylinder-positioning/ 2013-10-21T14:36:14 < Laurenceb> this is relevant to my interests... 2013-10-21T14:36:18 -!- Viper168 is now known as Viper168_ 2013-10-21T14:37:25 < Laurenceb> "He ran a test of about 360 cycles before the flow meter broke" 2013-10-21T14:37:27 < Laurenceb> lol 2013-10-21T14:39:18 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-21T14:41:13 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 265 seconds] 2013-10-21T14:42:44 < Robint91> zyp = matchboxarm? 2013-10-21T14:47:05 < zyp> haha, no 2013-10-21T14:47:30 * Robint91 doesn't understand 2013-10-21T14:47:37 < Robint91> what is dongs whining about? 2013-10-21T14:48:45 -!- talsit [~talsit@KD182251038162.au-net.ne.jp] has quit [Ping timeout: 245 seconds] 2013-10-21T14:49:42 < dongs> any gotchas when doing uart on f3? 2013-10-21T14:50:13 < zyp> hmm, can't say, haven't done uart on F3 yet 2013-10-21T14:51:28 < Laurenceb> http://www.youtube.com/watch?v=gl-tmGfQrzs 2013-10-21T14:51:36 < zyp> F3 has clock source selection for uarts in RCC, you may need to keep that in mind when selecting baudrate prescaler 2013-10-21T14:51:52 < zyp> dunno what default source is 2013-10-21T14:52:43 < qyx_> dongs: steal from chibi, working okay 2013-10-21T14:52:54 < qyx_> or inspire yourself 2013-10-21T14:52:57 < dongs> hm no SR register on F3 2013-10-21T14:53:03 < dongs> looks fucking way diff from F1 uart 2013-10-21T14:53:46 < zyp> oh 2013-10-21T15:19:38 < Steffan-> dongs, where they publish them? I only got this DVD and couldn't find them online 2013-10-21T15:28:27 < dongs> USART_ITConfig() can i enable several interrupts at once with that? 2013-10-21T15:28:38 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-21T15:31:44 < Steffan-> ST probably didn not. 2013-10-21T15:31:47 < Steffan-> arg 2013-10-21T15:31:59 < Steffan-> *ST probably didn't wrote it with support for serveral at once 2013-10-21T15:34:18 < Steffan-> dongs, aren't you one of the few in here that actually use this stm32 peripheral lib. So you should know ;) 2013-10-21T15:34:45 < dongs> pfft 2013-10-21T15:34:59 < dongs> im watching ledguy fail over teamviewer 2013-10-21T15:35:45 < dongs> Steffan-: wtf i cant see d ownload links 2013-10-21T15:35:48 < dongs> i know they're osmewehre 2013-10-21T15:36:32 < dongs> http://www.wvshare.com/product/FT232-USB-UART-Board-type-A.htm 2013-10-21T15:36:36 < dongs> tehy used to have green 'download' button 2013-10-21T15:36:39 < dongs> next to everything 2013-10-21T15:36:41 < dongs> like on bottom of this page 2013-10-21T15:36:47 < Steffan-> Meh, time to boot a machine with an actual DVD drive, to get the schematics. 2013-10-21T15:37:02 < dongs> looks like they still do 2013-10-21T15:37:06 < dongs> for all accessory boards 2013-10-21T15:38:51 < Steffan-> that's a start. 2013-10-21T15:39:26 < Steffan-> thanks anyway. 2013-10-21T15:44:28 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-21T15:49:07 -!- dekar [~dekar@dslb-178-004-017-041.pools.arcor-ip.net] has joined ##stm32 2013-10-21T15:49:10 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-21T15:50:43 < Robint91> Steffan-, I also use the stm32 perih lib 2013-10-21T15:52:35 < dongs> all the smart people use it 2013-10-21T15:52:47 < dongs> cuz reinventing the wheel is megadum 2013-10-21T15:53:20 < dongs> piece of shit 2013-10-21T15:53:32 < dongs> i get framing error in usart 2013-10-21T15:53:34 < dongs> once 2013-10-21T15:53:40 < dongs> and it never fires any usart interrupt again 2013-10-21T15:54:21 < Robint91> how much more does a crypto stm32 cost? 2013-10-21T15:54:37 < dongs> does it? 2013-10-21T15:54:43 < dongs> is that 405 vs 507? 2013-10-21T15:54:45 < dongs> er 407 2013-10-21T15:54:58 < Robint91> 417 vs 407 2013-10-21T15:55:03 < dongs> it is 2013-10-21T15:55:05 < Robint91> 439 vs 429 2013-10-21T15:55:06 < dongs> oh 2013-10-21T15:55:59 < Laurenceb> http://www.youtube.com/watch?v=gl-tmGfQrzs <- what Tectu faps to 2013-10-21T16:01:22 < dongs> lol "she" typed "sudo cp" 2013-10-21T16:04:32 < Steffan-> i think it's not about smart people dongs 2013-10-21T16:04:41 < Steffan-> i think it's more about people who use stm32 for a ~living. 2013-10-21T16:10:30 < dongs> whats this 'multibuffer communication' shit 2013-10-21T16:10:33 < dongs> in f3 uart 2013-10-21T16:16:08 < dongs> Bit 0 EIE: Error interrupt enable 2013-10-21T16:33:04 < Robint91> 26.5.8 ModBus communication 2013-10-21T16:33:06 < Robint91> OH GOD YES 2013-10-21T16:33:08 < Robint91> YES YES 2013-10-21T16:33:12 < Robint91> SO MUCH WIN 2013-10-21T16:33:17 < Robint91> GOD YES 2013-10-21T16:46:27 < dongs> haha modbus 2013-10-21T16:57:16 < gnomad> heh, that's an older one from before she learned how to apply make-up like an adult... 2013-10-21T17:02:00 < dongs> what hte FUCK 2013-10-21T17:02:11 < dongs> how cna I find out WHAT interrupt is calling my USART1_IRQHandler 2013-10-21T17:04:15 < jpa-> dongs: USART1->ISR? 2013-10-21T17:05:41 < dongs> and? 2013-10-21T17:06:01 < jpa-> and check which flag is set? 2013-10-21T17:07:33 < Laurenceb> http://openbenchmarking.org/result/1308285-SO-1306301UT17 2013-10-21T17:07:35 < Laurenceb> lolling 2013-10-21T17:08:29 < dongs> why would it be calling me on a interrupt that I didnt enable? 2013-10-21T17:08:57 < jpa-> dongs: umm, it wouldn't :) 2013-10-21T17:09:22 < dongs> it is 2013-10-21T17:10:02 < jpa-> dongs: check IPSR? 2013-10-21T17:11:05 < dongs> on F3? 2013-10-21T17:11:25 < jpa-> yes, it is part of the PSR core register of cortex-m3/m4 2013-10-21T17:11:34 -!- rewolff [~wolff@cust-95-128-94-82.breedbanddelft.nl] has joined ##stm32 2013-10-21T17:11:39 < jpa-> should tell the number of currently executing interrupt 2013-10-21T17:12:33 < dongs> this is a nvic register? 2013-10-21T17:12:33 < dongs> or wat 2013-10-21T17:13:37 < jpa-> no, core register like R1, R2, R3, SP etc. 2013-10-21T17:13:44 < jpa-> http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/CHDBIBGJ.html 2013-10-21T17:13:47 < Robint91> silly dongs 2013-10-21T17:14:34 < dongs> oh 2013-10-21T17:14:40 < dongs> xPSR? 2013-10-21T17:14:40 < dongs> and ISR shit inside thaT? 2013-10-21T17:14:58 < dongs> says 53 2013-10-21T17:15:01 < dongs> how the fuck do i know what that is 2013-10-21T17:15:22 < zyp> that is whatever vector 53 is supposed to be 2013-10-21T17:15:55 < dongs> .. i stopped in USART1_IRQHandler 2013-10-21T17:15:59 -!- alexn [~alexn@93.104.205.194] has left ##stm32 ["Leaving"] 2013-10-21T17:16:24 < dongs> 37+15 2013-10-21T17:16:31 < dongs> hm should be 52? 2013-10-21T17:16:40 < dongs> are they coutned from 1? 2013-10-21T17:16:42 < dongs> orw at 2013-10-21T17:16:58 < zyp> huh? 2013-10-21T17:17:08 < Robint91> UART5_EXTI35 2013-10-21T17:17:14 < Robint91> do I have from the documentation 2013-10-21T17:17:15 < jpa-> 16 = IRQ0 etc. 2013-10-21T17:17:29 < dongs> k 53 is correct 2013-10-21T17:17:34 < dongs> it is in usart handler 2013-10-21T17:17:52 < dongs> but i have no idea what the interrupt CAUSE is. 2013-10-21T17:17:53 < jpa-> how do you figure that you haven't enabled the interrupt? 2013-10-21T17:18:01 < dongs> because i havent 2013-10-21T17:18:08 < jpa-> is it disabled in nvic? 2013-10-21T17:18:18 < Robint91> dongs, USART1? 2013-10-21T17:18:28 < dongs> its in nvic 2013-10-21T17:18:34 < dongs> then i have enabled USART_ITConfig for IT_FE only 2013-10-21T17:18:46 < dongs> but when it fires 2013-10-21T17:19:00 < rewolff> @dongs. I just joined, I just read up on some "history". You seem to have problems with interrupts not firing after a while? 2013-10-21T17:19:12 < dongs> USART_GetITStatus(USART1, USART_IT_FE) 2013-10-21T17:19:16 < dongs> doesnt work 2013-10-21T17:19:27 < Robint91> dongs, what is the state of the pin? 2013-10-21T17:19:44 < Robint91> also is RCC enabled for the USART and such 2013-10-21T17:19:58 < dongs> yeah 2013-10-21T17:20:03 < Robint91> AFIO? 2013-10-21T17:20:04 < dongs> its receive 2013-10-21T17:20:04 < dongs> ing 2013-10-21T17:20:09 < dongs> correct setup 2013-10-21T17:20:20 < rewolff> What I remember is that I had a similar issue. 2013-10-21T17:20:26 < dongs> on F3? 2013-10-21T17:20:43 < rewolff> It seems that once an error flag gets set, the interrupts stop happening. 2013-10-21T17:20:55 < dongs> but i clear it 2013-10-21T17:20:59 < dongs> _FE shit 2013-10-21T17:21:02 < dongs> hm 2013-10-21T17:21:23 < rewolff> So, although I can't find the code in /my/ code anymore, double check that IF you see an error flag in your intererupt routine you make sure that you clear it. 2013-10-21T17:21:34 < rewolff> Do it in every interrupt. 2013-10-21T17:21:50 < rewolff> I'm mostly on "F4" nowadays. 407. 2013-10-21T17:22:01 < dongs> i think i went as far as doing USART1->ICR = 0xffffffff; to fucking just clear everything 2013-10-21T17:22:07 < rewolff> But the usart module probably matches quite a lot with the F3. 2013-10-21T17:22:45 < rewolff> I'd take a bit more care not to clear things that need no clearing, but if you checked that, that should work. :-) 2013-10-21T17:23:21 < rewolff> (it seems I'm on usart2) 2013-10-21T17:24:31 < rewolff> Anybody here have ULPI / USB HS / USB3300 working with libopencm3 ? 2013-10-21T17:25:11 < dongs> ugh 2013-10-21T17:28:15 -!- Netolish [~Netolish@cl-358.prg-01.cz.sixxs.net] has quit [Quit: leaving] 2013-10-21T17:30:09 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Quit: Life is too short] 2013-10-21T17:34:29 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-21T17:35:54 < dongs> i wonder if i ned to clear both interrupt AND frame errror flag 2013-10-21T17:42:38 -!- Robint91 [~Robint91_@2a02:2c40:400:0:5130:745d:567d:3e6c] has quit [Ping timeout: 240 seconds] 2013-10-21T17:46:28 < dongs> this doesnt make any fucking sense why would irq fire for interrupts i didnt enable 2013-10-21T17:48:11 < GargantuaSauce> maybe your precious stdperiph is doing more than is explicit 2013-10-21T18:06:45 -!- Activate_for_mor [~mirggi@host-77-158-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-21T18:11:15 < GargantuaSauce> woo, mouser order came 2013-10-21T18:11:22 < GargantuaSauce> now have f0 and f3 discoveries 2013-10-21T18:13:46 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-21T18:14:31 -!- MrMobius [~Joey@194.176.111.173] has quit [Ping timeout: 246 seconds] 2013-10-21T18:16:11 -!- espiral [maze@unaffiliated/espiral] has quit [Ping timeout: 248 seconds] 2013-10-21T18:16:15 -!- ohama [ohama@cicolina.org] has quit [Ping timeout: 272 seconds] 2013-10-21T18:17:05 -!- Activate_for_mor [~mirggi@host-77-158-66-217.spbmts.ru] has joined ##stm32 2013-10-21T18:20:59 < rewolff> Dongs, the interrupt might fire or not for the errors. But your RX interrupts will STOP if you don't clear the errors. 2013-10-21T18:21:32 -!- MrMobius [~Joey@91.192.67.227] has joined ##stm32 2013-10-21T18:30:15 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-21T18:30:43 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-21T18:30:50 < fbs> rewolff: rew? 2013-10-21T18:31:08 < rewolff> yep. 2013-10-21T18:31:32 < rewolff> Could claim nick "rew" as unused for two years or so. 2013-10-21T18:31:39 < Steffan-> We all know rew.. :) 2013-10-21T18:31:44 < rewolff> Oh... 2013-10-21T18:31:45 < Steffan-> from circuitsonline.nl :) 2013-10-21T18:31:55 < rewolff> Hmm. infamous? 2013-10-21T18:32:18 < Steffan-> *net 2013-10-21T18:32:35 < fbs> :) 2013-10-21T18:32:47 < Steffan-> Just all dutchies 2013-10-21T18:32:49 < rewolff> (last time I used a web-IRC-client, and saw someone recognize me a few days later. The window doesn't ping or anything). 2013-10-21T18:33:10 < Steffan-> That was me. Was in #stm32 ;) 2013-10-21T18:36:40 < fbs> just used the thermocouple connects youve sent me a few weeks ago 2013-10-21T18:42:28 -!- Activate_for_mor [~mirggi@host-77-158-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-21T18:49:16 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-21T18:49:34 < rewolff> :-) 2013-10-21T18:50:59 < fbs> totally failing at spi tho (again) 2013-10-21T18:51:18 < rewolff> OT here.... :-( Mail me. 2013-10-21T18:51:30 < rewolff> (if you need help) 2013-10-21T18:52:10 < fbs> nah its the stm32 2013-10-21T18:53:02 < rewolff> Ah... Yeah. I too have written SPI code for STM32, and expected it to work, but it didn't 2013-10-21T18:53:14 < rewolff> Haven't had the time to investigate yet. ... 2013-10-21T18:53:50 -!- Activate_for_mor [~mirggi@host-77-158-66-217.spbmts.ru] has joined ##stm32 2013-10-21T18:54:18 < fbs> http://pastie.org/8418961\ 2013-10-21T18:56:16 < fbs> its sending fine 2013-10-21T18:57:39 < fbs> woops 2013-10-21T18:57:43 < fbs> that smells like burned regulator 2013-10-21T19:00:35 < jpa-> karlp: congrats, you lead in "internet penetration" http://img.gawkerassets.com/img/193lt6c8oaw67png/original.png 2013-10-21T19:01:23 * fbs afk 2013-10-21T19:01:31 < talsit> jpa-: australia have more sheep per capita than new zealand 2013-10-21T19:02:51 < talsit> and wealth inequality is one country higher 2013-10-21T19:09:20 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-21T19:11:55 < Laurenceb> i see i fit in well in my country 2013-10-21T19:28:09 -!- ohama [ohama@cicolina.org] has joined ##stm32 2013-10-21T19:29:10 -!- rewolff [~wolff@cust-95-128-94-82.breedbanddelft.nl] has left ##stm32 [] 2013-10-21T19:46:11 < bsdfox> fbs, what's the problem? 2013-10-21T19:57:27 < GargantuaSauce> http://xn--d-bga.su/xm35ab.jpg any idea what this is? 2013-10-21T19:57:37 < GargantuaSauce> i found a tape of them under my couch 2013-10-21T19:57:47 < GargantuaSauce> no idea where they came from 2013-10-21T19:59:44 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-21T20:04:06 < emeb> Nominal Semidestructor 2013-10-21T20:10:48 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-21T20:10:50 < Robint91> hi all 2013-10-21T20:11:09 < Robint91> how easy is it to get those crypto stm32 in EU? 2013-10-21T20:17:14 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Read error: Operation timed out] 2013-10-21T20:17:36 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-21T20:20:08 -!- barthess [~barthess@178.154.21.113] has joined ##stm32 2013-10-21T20:22:55 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 272 seconds] 2013-10-21T20:27:28 < fbs> bsdfox: the reading seems to be the problem, miso doing nothing 2013-10-21T20:27:53 < fbs> but i got to fix the board first, and hope i didnt burn one of those expensive max31855s 2013-10-21T20:33:52 < bsdfox> fbs, using two stm32f051 I had master/slave working with very simple code 2013-10-21T20:37:18 < fbs> bsdfox: i had that working, but the chip isnt responding atm 2013-10-21T21:09:02 < Steffan-> burned it together with the regulator fbs? :( 2013-10-21T21:09:53 < Steffan-> And yay .. ChibiOS + CycloneTCP + stm32f4 + dp83848 is up and running :) 2013-10-21T21:11:52 < gxti> why cyclonetcp over lwip? 2013-10-21T21:12:14 < Steffan-> dunno, i dont really like lwip. 2013-10-21T21:12:42 < gxti> can't say whether cyclone is any good without looking at the code i guess 2013-10-21T21:14:06 < fbs> Steffan-: nope, survived and working 2013-10-21T21:14:09 < fbs> inc the spi code 2013-10-21T21:14:42 < Steffan-> And it was more just to play around gxti. Im not totally happy with the driver stuff from Cyclone TCP 2013-10-21T21:15:30 < fbs> this olimex TC is rated for 700C 2013-10-21T21:15:50 < fbs> the heatshrink on the end has 125c on it :) 2013-10-21T21:16:00 < gxti> yeah the metal itself is usually good to 1000+ 2013-10-21T21:16:05 < gxti> it's the insulation you have to worry about. 2013-10-21T21:17:05 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 245 seconds] 2013-10-21T21:17:07 < fbs> ./temp.py 0x10c016d0 /tmp 20:16:45 2013-10-21T21:17:09 < fbs> tc: 268.0, rj: 22.8125 2013-10-21T21:18:39 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-21T21:32:27 < GargantuaSauce> fbs: pretty sure that's the shrinking temperature. it won't start to degrade until it gets much hotter 2013-10-21T21:32:32 < GargantuaSauce> potentially under 700C though! 2013-10-21T21:32:50 < bsdfox> looking at this http://dangerousprototypes.com/2012/10/28/app-note-using-uart-to-implement-a-1-wire-bus-master/ the first comment seems to indicate "The STM STM32 family can internally connect RX with TX, and TX can be switch to open-drain instead of push-pull" -- is this correct? I'm looking at the datasheet for stm32f051 and can't figure out what register would allow that 2013-10-21T21:32:57 < Laurenceb_> whats the correct procedure (from host side) for shutting down a usb port? 2013-10-21T21:32:58 < gxti> probably under 300C. 2013-10-21T21:33:46 < gxti> bsdfox: open-drain is basic gpio stuff 2013-10-21T21:34:10 < gxti> you just configure it as alternate function open-drain, just like i2c 2013-10-21T21:34:26 < gxti> i don't know about the internal connection though. 2013-10-21T21:34:56 < bsdfox> gxti, ok I didn't know the OTYPER register was still used in alternate function mode 2013-10-21T21:35:55 < gxti> i don't know about f0 specifically, check the reference manual 2013-10-21T21:36:28 < bsdfox> I don't see anything in there specifically mentioning it.. I was probably making a poor assumption 2013-10-21T21:37:59 < Laurenceb_> one of my datalogge rusers has an issue with sleep mode on a laptop 2013-10-21T21:38:06 < Laurenceb_> running win7... 2013-10-21T21:38:28 < Laurenceb_> seems like its turning off the V_bus 2013-10-21T21:38:58 < Laurenceb_> but voltage drops so slowly that my vbus filter is catching it 2013-10-21T21:38:58 < bsdfox> Laurenceb_, some laptops do. normally there is at least 1 port that stays powered though 2013-10-21T21:39:12 < Laurenceb_> or leakage from the device is pulling up the rail.. 2013-10-21T21:39:24 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has joined ##stm32 2013-10-21T21:39:28 < Laurenceb_> bsdfox: i can't replicate the issue 2013-10-21T21:40:52 < Laurenceb_> so its partly some electrical issue 2013-10-21T21:41:00 < Laurenceb_> but whats the correct proceedure? 2013-10-21T21:41:19 < Laurenceb_> device to standby first? detached first? 2013-10-21T21:42:45 -!- dekar [~dekar@dslb-178-004-017-041.pools.arcor-ip.net] has quit [Quit: This computer has gone to sleep] 2013-10-21T21:43:11 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Quit: Ik ga weg] 2013-10-21T22:10:03 -!- MrMobius [~Joey@91.192.67.227] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- *I* use it, so it must be good!] 2013-10-21T22:10:53 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-21T22:13:21 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-21T22:16:13 -!- alexn [~alexn@pD95E9FB6.dip0.t-ipconnect.de] has joined ##stm32 2013-10-21T22:43:20 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-21T22:51:03 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-21T22:54:38 -!- NooM [~IceChat77@213-240-66-65.adsl.highway.telekom.at] has joined ##stm32 2013-10-21T22:54:40 < NooM> helo 2013-10-21T22:54:44 < NooM> +l 2013-10-21T22:58:37 -!- Activate_for_mor [~mirggi@host-77-158-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-21T23:01:41 < Steffan-> Hi mr NooM 2013-10-21T23:01:48 < NooM> :D 2013-10-21T23:01:58 < NooM> i soldered around at my discovery board :D 2013-10-21T23:02:07 < Steffan-> yay. 2013-10-21T23:02:13 < NooM> it has a 32khz crystal now and caps :D 2013-10-21T23:02:35 < NooM> rtc is working :D 2013-10-21T23:02:47 < NooM> and the rng too, awsome thingy 2013-10-21T23:04:37 -!- alexn [~alexn@pD95E9FB6.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-21T23:09:31 < Laurenceb_> rng? 2013-10-21T23:09:42 < NooM> random number generator 2013-10-21T23:11:52 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-21T23:15:21 -!- dekar [~dekar@212.255.126.103] has joined ##stm32 2013-10-21T23:15:23 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-21T23:29:53 -!- barthess [~barthess@178.154.21.113] has quit [Quit: Leaving.] 2013-10-21T23:30:21 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has quit [Quit: Leaving] 2013-10-21T23:31:42 < fbs> nice 2013-10-21T23:31:42 -!- NooM [~IceChat77@213-240-66-65.adsl.highway.telekom.at] has quit [Quit: ASCII a stupid question, get a stupid ANSI!] 2013-10-21T23:31:50 < fbs> did you do some tests? 2013-10-21T23:32:12 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-21T23:34:19 < Laurenceb_> should a usb device be set to the unconnected state before the host removes the power? 2013-10-21T23:35:08 < fbs> no idea 2013-10-21T23:47:59 < zyp> why= 2013-10-21T23:48:06 < zyp> what unconnected state? 2013-10-21T23:50:37 < Laurenceb_> http://www.usbmadesimple.co.uk/ums_3.htm 2013-10-21T23:50:57 < Laurenceb_> Disconnect SE0 for >= 2us 2013-10-21T23:54:28 < Laurenceb_> so im wondering if that state should be forced by the host before the host turns off the power to the device? 2013-10-21T23:56:34 < zyp> that's something that's detected by the host, not done by the host 2013-10-21T23:57:24 < zyp> Idle has D+ high and D- low because of the pullup on D+ 2013-10-21T23:57:32 < Laurenceb_> oh 2013-10-21T23:57:36 < Laurenceb_> i see 2013-10-21T23:57:42 < zyp> when the device is unplugged, the pullup disappears and both lines go low, i.e. SE0 2013-10-21T23:57:52 < zyp> and after 2us the host detects that as a disconnect 2013-10-21T23:58:06 < Laurenceb_> so when the host wants to turn off the power 2013-10-21T23:58:12 < Laurenceb_> it can just do it at any time? 2013-10-21T23:58:22 < gxti> sure. 2013-10-21T23:58:29 < gxti> that's not the same thing as standby, though. 2013-10-21T23:58:30 < Laurenceb_> thats annoying 2013-10-21T23:58:32 < zyp> of course, what do you think happens when you just yank out a device? 2013-10-21T23:58:32 < Laurenceb_> i know 2013-10-21T23:58:41 < Laurenceb_> i guess 2013-10-21T23:58:59 < Laurenceb_> but power is designed to detatch last 2013-10-21T23:59:06 < zyp> you want something like safe removal? 2013-10-21T23:59:22 < Laurenceb_> im trying to detect host power down 2013-10-21T23:59:29 < zyp> no, power is designed to attach first 2013-10-21T23:59:37 < Laurenceb_> but v_bus filtering means it is not detected 2013-10-21T23:59:39 < Laurenceb_> right 2013-10-21T23:59:44 < zyp> for what purpose? --- Day changed Tue Oct 22 2013 2013-10-22T00:00:00 < Laurenceb_> to put the device to sleep 2013-10-22T00:00:02 < zyp> are you a self-powered device? 2013-10-22T00:00:07 < Laurenceb_> or it will flatten the battery 2013-10-22T00:00:08 < Laurenceb_> yes 2013-10-22T00:00:32 < zyp> and you can't detect vbus level properly? 2013-10-22T00:00:38 < Laurenceb_> on some laptops it seems the host removes the power and it drops very slowly over ~10s 2013-10-22T00:00:48 < Laurenceb_> ive got an RC filter that removes it 2013-10-22T00:01:03 < zyp> huh? 2013-10-22T00:01:07 < Laurenceb_> as previously it was vulnerable to interference 2013-10-22T00:01:10 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-22T00:01:37 < zyp> it probably just drops slowly because of huge caps on the host side :p 2013-10-22T00:01:43 < Laurenceb_> yes 2013-10-22T00:01:55 < Laurenceb_> i guess ill have to poll it via the lipo charge controller ic 2013-10-22T00:02:00 < Laurenceb_> as that is also connected 2013-10-22T00:02:21 < zyp> what kind of sleep are you implementing? 2013-10-22T00:02:29 < Laurenceb_> ive forgotten 2013-10-22T00:02:33 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-22T00:02:41 < Laurenceb_> standby with wake on Port A 0 i think 2013-10-22T00:03:15 < zyp> a suspend is a lack of bus activity on the bus, that will be detected by the device, you could also use that to go to sleep, provided that you're also able to wake up again on resume 2013-10-22T00:03:33 < Laurenceb_> hmm 2013-10-22T00:03:45 < Laurenceb_> for some reason thats not the same as the suspend in the ST code 2013-10-22T00:04:02 < zyp> it is 2013-10-22T00:04:07 < Laurenceb_> void Suspend(void) in usb_pwr.c 2013-10-22T00:04:15 < zyp> wat 2013-10-22T00:04:20 < zyp> that's not right 2013-10-22T00:04:24 < Laurenceb_> ok 2013-10-22T00:04:33 < zyp> by the way, I'm assuming you're on F1? 2013-10-22T00:04:37 < Laurenceb_> maybe im getting confused by linux usb /dev stuff 2013-10-22T00:04:40 < Laurenceb_> yes 2013-10-22T00:05:13 < zyp> I'm talking about the SUSP bit in USB_ISTR 2013-10-22T00:05:19 < zyp> (and corresponding WKUP bit) 2013-10-22T00:05:21 < Laurenceb_> ok i was probably being a n00b with forcing usb states on linux 2013-10-22T00:05:24 < Laurenceb_> right 2013-10-22T00:06:05 < zyp> hmm 2013-10-22T00:06:20 < zyp> there is a chapter on suspend/resume under programming considerations for the USB peripheral 2013-10-22T00:06:23 < zyp> I suggest you read that 2013-10-22T00:06:45 < Laurenceb_> ok so in "Suspend" i will add some code to check the vbus voltage 2013-10-22T00:06:46 < Laurenceb_> ok 2013-10-22T00:07:19 < fbs> http://pastie.org/private/fy2hw1fndygtpeqd3m3a incase someone is looking for some max31855 code 2013-10-22T00:08:38 < Laurenceb_> whats that? 2013-10-22T00:08:47 < fbs> a thermocouple readout ic 2013-10-22T00:09:42 < fbs> http://i.imgur.com/GAdcgvzh.jpg?1 its quite easy to use 2013-10-22T00:09:52 < Laurenceb_> oh nice 2013-10-22T00:13:09 < fbs> bomcost is a bit high tho, 8euro and an extra 5 for the connector 2013-10-22T00:15:08 < fbs> now i got to figure out how to do the same with a good adc, that should make scaling to more chans cheaper. analog has some nice appnotes 2013-10-22T00:15:25 < Laurenceb_> why not use opamp + stm32 adc? 2013-10-22T00:23:04 < fbs> stm32 adc might be an option 2013-10-22T00:23:16 < fbs> opamp/lna is always needed 2013-10-22T00:23:30 < zyp> f3 builtin opamp usable? :p 2013-10-22T00:24:03 < fbs> probably not :p 2013-10-22T00:24:19 < fbs> anyway, got to research first 2013-10-22T00:24:21 < fbs> when i got time for it 2013-10-22T00:51:41 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-22T00:56:01 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-22T01:08:58 < Laurenceb_> https://twitter.com/raymond_blanc/status/392181104272474112 2013-10-22T01:10:16 < Steffan-> Laurenceb_, what you do to the funny Laurence? 2013-10-22T01:10:37 < Laurenceb_> im lolling 2013-10-22T01:19:26 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 264 seconds] 2013-10-22T01:27:43 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-22T01:39:35 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 240 seconds] 2013-10-22T01:40:07 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-22T02:11:51 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-22T02:12:54 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-22T02:45:10 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Ping timeout: 256 seconds] 2013-10-22T03:03:55 < emeb> Just did a spreadsheet to check what pins on the F429 Discovery are used for. 2013-10-22T03:04:12 < emeb> Looks like most of it is already committed to the SDRAM, LCD & Touchscreen. 2013-10-22T03:06:40 < dongs> well yea 2013-10-22T03:06:44 < dongs> but you still got about 900 of them left 2013-10-22T03:14:02 < ds2> how bad of an idea is it to attempt a LPDDR2 design on a 4 layer board? 2013-10-22T03:18:41 < emeb> some LPDDR2 packages look like they're not bad. BGA, but only 2 rows. 2013-10-22T03:18:49 < dongs> pretty sure ive seen it done 2013-10-22T03:19:06 < ds2> micron is very much against it and recommends 6L min. 2013-10-22T03:19:07 < dongs> just hit ddr autoroute in your favorite closed-sores pcb cad 2013-10-22T03:19:36 < ds2> I thought LPDDR2 packages are standardizes by JEDEC? 2013-10-22T03:19:44 < dongs> they are 2013-10-22T03:19:52 < dongs> you still need to route them. 2013-10-22T03:21:25 < ds2> dongs: you done a lot with LPDDR2? 2013-10-22T03:22:00 < dongs> no, but i have a board here w/ddr2 thats on 4L 2013-10-22T03:22:04 < dongs> looks totally autorouted 2013-10-22T03:22:13 < ds2> does that board work though? :D 2013-10-22T03:22:19 < dongs> of course? 2013-10-22T03:22:29 < ds2> '?'! 2013-10-22T03:22:40 < dongs> i mean, why would it not work 2013-10-22T03:22:53 < ds2> signal integretity 2013-10-22T03:23:15 < dongs> works fine 2013-10-22T03:23:20 < dongs> all ddr routing is on top/bottom 2013-10-22T03:23:24 < ds2> that's DDR2...that is suppose to be a bit different... external terminators, etc 2013-10-22T03:23:28 < dongs> L2 is gnd, L3 is pwr 2013-10-22T03:23:38 < ds2> how solid is the L2 and L3? 2013-10-22T03:23:54 < dongs> solid and full of holes from signal routing 2013-10-22T03:24:10 < ds2> ah but no traces at all, right? 2013-10-22T03:24:23 < dongs> yep 2013-10-22T03:24:30 < dongs> http://i.imgur.com/ekzNLtw.png 2013-10-22T03:24:32 < dongs> L3 2013-10-22T03:24:34 < dongs> gnd is ~same 2013-10-22T03:25:29 < ds2> ah very clean 2013-10-22T03:25:45 < ds2> hmmmm 2013-10-22T03:25:55 < ds2> maybe I should quote a 4L and a 6L board to see the price difference first 2013-10-22T03:26:14 < dongs> what lunix trash are you making wiht ddr? 2013-10-22T03:26:29 < ds2> trying to do a SAMA5D31 board 2013-10-22T03:26:33 < dongs> huh 2013-10-22T03:26:37 < dongs> get out, why would that need 6L 2013-10-22T03:26:50 < ds2> Oh 2013-10-22T03:27:02 < ds2> not breaking out much more the memory 2013-10-22T03:27:09 < dongs> did you look at atmel site for their -EK gerbers? 2013-10-22T03:27:12 < ds2> the rest is simple stuff (SPI/I2C) 2013-10-22T03:27:14 < dongs> you could probly steal all the routing from there 2013-10-22T03:27:16 < ds2> yes I did 2013-10-22T03:27:21 < dongs> what did tehy do? 2013-10-22T03:27:22 < ds2> but they break out a lot more signals then I need 2013-10-22T03:27:25 < dongs> sure 2013-10-22T03:27:32 < dongs> but thgat shouldnt affect memory r outing 2013-10-22T03:27:34 < ds2> like the LCD. no LCD for me 2013-10-22T03:27:45 < ds2> yes but it would potentially effect the layer count 2013-10-22T03:27:59 < dongs> also why lpddr, why not just use good ol regular cheap ddr2 2013-10-22T03:28:11 < dongs> its not like you need low power or performance here?? I mean its atmel we're talkin about 2013-10-22T03:28:33 < ds2> pin count 2013-10-22T03:28:39 < ds2> DDR2 has more signals and more power rails 2013-10-22T03:28:54 < ds2> You got another vendor for a cortex-A5? 2013-10-22T03:29:37 < ds2> no chinese ones, please :D 2013-10-22T03:31:07 < dongs> nope 2013-10-22T03:32:00 < ds2> just want a small ARM with MMU 2013-10-22T03:33:10 -!- coon is now known as COON 2013-10-22T03:34:22 < dongs> 0.65mm ball pitch? 2013-10-22T03:34:26 < dongs> whats up wiht that funky land pattern 2013-10-22T03:35:10 < ds2> 65? thought it was 80 2013-10-22T03:35:21 < dongs> some random micron shit im looking at 2013-10-22T03:35:41 < dongs> the PoP style shits are 0.5mm 2013-10-22T03:36:01 < ds2> the PoP style are nice 2013-10-22T03:36:03 < ds2> no layout :D 2013-10-22T03:36:08 < dongs> some are 0.4mm 2013-10-22T03:36:29 < dongs> i dont see any 0.8mm 2013-10-22T03:36:41 < dongs> 134-ball bga is the only one wiht 0.65mm pitch 2013-10-22T03:40:02 < ds2> hmmm 2013-10-22T03:40:12 < dongs> i duno man, i dont see any "less" signals 2013-10-22T03:40:18 < dongs> how do you figure its less? 2013-10-22T03:40:28 < dongs> still same DQ0..31,, Axxx 2013-10-22T03:40:30 < ds2> there are power rails that aren't there 2013-10-22T03:40:52 < dongs> which? 2013-10-22T03:41:19 < ds2> something ref 2013-10-22T03:41:38 < ds2> oh right no termination 2013-10-22T03:41:41 < ds2> that would affect layout 2013-10-22T03:42:01 < dongs> ref on this board is routed on bottorm 2013-10-22T03:42:01 < ds2> that info is lost in one of these 30 pdfs I have opened :( 2013-10-22T03:42:02 < dongs> and its not hard 2013-10-22T03:42:04 < dongs> its just a couple pins 2013-10-22T03:42:07 < dongs> it doesnt bother anythign 2013-10-22T03:42:22 < dongs> then VCC is just layer3 as you asaw pic 2013-10-22T03:42:52 < ds2> I could go either way on it 2013-10-22T03:43:17 < ds2> if you don't think that process is 4L routeable... then I need to look at cost of 6L boards 2013-10-22T03:44:17 < dongs> well, like i said this A10 board with ddr2 is working just fine on 4L 2013-10-22T03:44:23 < ds2> there is always LPDDR if I can buy them 2013-10-22T03:44:26 < ds2> no... the processor 2013-10-22T03:44:30 < dongs> oh 2013-10-22T03:44:39 < dongs> of course processor is routeable? 2013-10-22T03:44:47 < ds2> 1.8V would save me a regulator 2013-10-22T03:44:48 < dongs> didnt you say you dont need most of hte pins? 2013-10-22T03:44:54 < ds2> yes 2013-10-22T03:45:00 < ds2> but you said it might be hard 2013-10-22T03:45:18 < ds2> I might ask the Atmel guys and see what they ahve to say ;) 2013-10-22T03:45:30 < dongs> good plan 2013-10-22T03:45:49 < dongs> still early, my chinese routing hackers arent online 2013-10-22T03:45:57 < dongs> I can ask them if they ever had aworking lpddr layout in 4layers 2013-10-22T03:46:21 < ds2> all you might get back is loud laughing ;) 2013-10-22T03:46:31 < ds2> armtechcon is in 2 week here 2013-10-22T03:46:51 < dongs> youre doing weird shit on a insane schedule again 2013-10-22T03:47:00 < ds2> always 2013-10-22T03:47:01 < dongs> "i need this 6l board routed by tomrorow" 2013-10-22T03:47:14 < ds2> but I'll be personally routing it 2013-10-22T03:47:18 < dongs> ... in geda 2013-10-22T03:47:22 < ds2> it is the fab part that will be scaring me 2013-10-22T03:47:23 < ds2> no 2013-10-22T03:47:31 < ds2> Eagle! 2013-10-22T03:50:17 < dongs> if cost is not an issue, my place can do 6L board in 24 hours... :) but it isnt gonna be free. 2013-10-22T03:50:25 < ds2> hahahahah 2013-10-22T03:50:31 < ds2> so can the place down the street from here 2013-10-22T03:50:35 < dongs> ya 2013-10-22T03:50:52 < dongs> probly around 500-600bux for prototype w/quick turn 2013-10-22T03:51:02 < dongs> better hope you dont fuck it up 2013-10-22T03:52:44 < emeb> sounds like... "fun" 2013-10-22T03:52:54 < dongs> in eagle, it is 2013-10-22T04:00:25 < ds2> 500-600? hmmm more incentive to try to make 4L work 2013-10-22T04:00:31 < ds2> I have done 4L just fine in eagle 2013-10-22T04:01:05 < ds2> with the way things are going, I might not need quick turn esp if the fab is in asia 2013-10-22T04:01:44 < talsit> does this ring a bell to anyone: "WARNING: Failed to reset CPU. VECTRESET has confused core." 2013-10-22T04:01:48 < talsit> stm32f405RG 2013-10-22T04:01:56 < talsit> with a segger jlink 2013-10-22T04:05:02 < dongs> ds2: just dont use lpddr2, i dont see any issue with just using DDR> 2013-10-22T04:05:44 < ds2> DDR or you mean DDR2? 2013-10-22T04:05:49 < dongs> yea 2013-10-22T04:05:49 < ds2> DDR is not supported 2013-10-22T04:05:52 < dongs> ddr2 2013-10-22T04:05:53 < ds2> ah 2013-10-22T04:06:04 < ds2> I might do just that 2013-10-22T04:09:24 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-22T04:13:07 < ds2> ah, I see why I thought it was 0.8mm. the LPDDRs are 0.8mm 2013-10-22T04:13:32 < dongs> mhm 2013-10-22T04:14:56 < dongs> DDR2 in my board is also 0.8mm 2013-10-22T04:51:04 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-22T05:28:05 < zyp> 02:28:54 < ds2> You got another vendor for a cortex-A5? 2013-10-22T05:28:11 < zyp> other than what? 2013-10-22T05:29:49 < dongs> other than china 2013-10-22T05:29:50 < zyp> the freescale vybrid would probably be a competitor to the sama5d3 2013-10-22T05:31:32 < dongs> http://www.latimes.com/world/la-fg-c1-china-cockroach-20131015-dto,2669,4433405.htmlstory 2013-10-22T05:31:35 < dongs> fuck yea 2013-10-22T05:33:17 < zyp> hmm, I need to learn how to sleep, fucking tired 2013-10-22T05:33:39 < zyp> gonna catch a 0610 flight, went to bed around 0200… 2013-10-22T05:33:55 < zyp> 0430 now… 2013-10-22T05:34:21 < dongs> good times 2013-10-22T05:35:26 < zyp> first thing that happens when I'm back from vacation is that people goes «hey, welcome back, can you be in sweden tomorrow?» 2013-10-22T05:35:38 < dongs> at least its not israel 2013-10-22T05:35:47 < zyp> :p 2013-10-22T05:46:10 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-22T05:51:10 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-22T05:56:50 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-22T05:56:50 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-22T05:56:50 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-22T05:59:14 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-22T06:07:31 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-22T06:10:22 -!- timemob [~dongs@g1-27-253-251-109.bmobile.ne.jp] has joined ##stm32 2013-10-22T06:12:27 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-22T06:13:11 -!- timemob [~dongs@g1-27-253-251-109.bmobile.ne.jp] has quit [Client Quit] 2013-10-22T06:13:38 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-22T06:13:50 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-22T06:21:07 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-22T06:29:34 -!- englishman [~englishma@192.241.165.4] has quit [Quit: bye] 2013-10-22T06:32:16 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has left ##stm32 [] 2013-10-22T06:33:56 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-22T06:58:51 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-22T07:07:55 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2013-10-22T07:18:55 -!- englishman [~englishma@192.241.165.4] has quit [Ping timeout: 260 seconds] 2013-10-22T07:21:00 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-22T07:21:17 -!- englishman is now known as englishma 2013-10-22T07:29:48 -!- englishma [~englishma@192.241.165.4] has quit [Quit: bye] 2013-10-22T07:43:18 -!- talsit [~talsit@KD182251021053.au-net.ne.jp] has joined ##stm32 2013-10-22T08:07:35 -!- talsit [~talsit@KD182251021053.au-net.ne.jp] has quit [Quit: Leaving.] 2013-10-22T08:11:09 -!- talsit [~talsit@KD182251021053.au-net.ne.jp] has joined ##stm32 2013-10-22T08:16:29 -!- MrMobius [~Joey@91.192.66.14] has joined ##stm32 2013-10-22T08:38:17 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-22T08:47:36 -!- DanteA [~X@host-13-157-66-217.spbmts.ru] has joined ##stm32 2013-10-22T08:49:52 -!- MrMobius [~Joey@91.192.66.14] has quit [Ping timeout: 246 seconds] 2013-10-22T08:53:36 -!- Activate_for_mor [~mirggi@188.134.9.161] has joined ##stm32 2013-10-22T08:58:24 -!- MrMobius [~Joey@91.192.66.3] has joined ##stm32 2013-10-22T09:01:24 -!- Activate_for_mor [~mirggi@188.134.9.161] has quit [Ping timeout: 252 seconds] 2013-10-22T09:04:40 -!- ossifrage [~ossifrage@c-71-224-59-2.hsd1.pa.comcast.net] has quit [Ping timeout: 264 seconds] 2013-10-22T09:11:31 -!- ossifrage [~ossifrage@c-71-224-59-2.hsd1.pa.comcast.net] has joined ##stm32 2013-10-22T09:15:14 -!- DanteA [~X@host-13-157-66-217.spbmts.ru] has quit [Ping timeout: 264 seconds] 2013-10-22T09:18:15 -!- MrMobius [~Joey@91.192.66.3] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- s0 d4Mn l33t |t'z 5c4rY!] 2013-10-22T09:21:45 -!- Inrelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-22T09:22:42 < dongs> or you coulda jsut used http://www.spiral.net/hardware/dftgen.html 2013-10-22T09:24:56 -!- ossifrage [~ossifrage@c-71-224-59-2.hsd1.pa.comcast.net] has quit [Ping timeout: 264 seconds] 2013-10-22T09:25:54 -!- DanteA [~X@host-49-159-66-217.spbmts.ru] has joined ##stm32 2013-10-22T09:31:49 -!- ossifrage [~ossifrage@c-71-224-59-2.hsd1.pa.comcast.net] has joined ##stm32 2013-10-22T09:42:14 -!- dekar_ [~dekar@212.255.119.138] has joined ##stm32 2013-10-22T09:42:17 -!- mode/##stm32 [+v dekar_] by ChanServ 2013-10-22T09:45:01 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-22T09:45:31 -!- dekar [~dekar@212.255.126.103] has quit [Ping timeout: 246 seconds] 2013-10-22T09:48:12 -!- DanteA [~X@host-49-159-66-217.spbmts.ru] has quit [Ping timeout: 260 seconds] 2013-10-22T09:49:48 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-22T09:50:37 -!- jon1012 [~jon@pha75-14-88-162-134-157.fbx.proxad.net] has joined ##stm32 2013-10-22T09:50:37 -!- jon1012 [~jon@pha75-14-88-162-134-157.fbx.proxad.net] has quit [Changing host] 2013-10-22T09:50:37 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-22T10:00:20 -!- DanteA [~X@host-113-159-66-217.spbmts.ru] has joined ##stm32 2013-10-22T10:00:32 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-22T10:07:19 -!- Robint91 [~Robint91_@2a02:2c40:400:0:b5ef:13c2:ebb9:9d49] has joined ##stm32 2013-10-22T10:16:26 -!- DanteA [~X@host-113-159-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-22T10:33:28 < dongs> i was making some 300mm ledbars 2013-10-22T10:47:54 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-22T10:50:24 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-22T10:54:46 < qyx_> R2COM: wut the first picture is like FHT 2013-10-22T11:00:28 -!- dekar_ [~dekar@212.255.119.138] has quit [Quit: This computer has gone to sleep] 2013-10-22T11:02:05 < Robint91> what pic 2013-10-22T11:03:10 < Robint91> Y U NO USE FFT LIB 2013-10-22T11:25:50 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-22T11:34:27 < akaWolf> butterfly :) 2013-10-22T11:36:50 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-22T11:52:10 -!- NooM [~IceChat77@213-240-66-65.adsl.highway.telekom.at] has joined ##stm32 2013-10-22T11:52:12 < NooM> hello 2013-10-22T11:54:00 < dongs> dongs 2013-10-22T11:55:21 < NooM> :D 2013-10-22T12:05:24 -!- NooM [~IceChat77@213-240-66-65.adsl.highway.telekom.at] has quit [Quit: ASCII a stupid question, get a stupid ANSI!] 2013-10-22T12:33:58 -!- DanteA [~X@host-113-159-66-217.spbmts.ru] has joined ##stm32 2013-10-22T12:41:24 -!- PT_Dreamer [~quassel@79.213.137.78.rev.vodafone.pt] has joined ##stm32 2013-10-22T12:45:48 -!- Viper168 is now known as Viper168_ 2013-10-22T12:50:36 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-22T12:51:06 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-22T12:52:46 -!- talsit [~talsit@KD182251021053.au-net.ne.jp] has quit [Ping timeout: 246 seconds] 2013-10-22T12:53:32 -!- Viper168_ is now known as Viper168 2013-10-22T13:05:30 -!- Activate_for_mor [~mirggi@host-46-158-66-217.spbmts.ru] has joined ##stm32 2013-10-22T13:17:59 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-22T13:33:07 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-22T13:36:20 -!- capacitor [7bf38bbb@gateway/web/freenode/ip.123.243.139.187] has joined ##stm32 2013-10-22T13:36:29 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-22T13:40:01 -!- capacitor [7bf38bbb@gateway/web/freenode/ip.123.243.139.187] has left ##stm32 [] 2013-10-22T13:40:23 -!- dekar [~dekar@dslb-088-069-142-238.pools.arcor-ip.net] has joined ##stm32 2013-10-22T13:40:27 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-22T13:43:46 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-22T13:46:21 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-22T14:12:09 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Ping timeout: 252 seconds] 2013-10-22T14:41:47 -!- capacitor [7bf38bbb@gateway/web/freenode/ip.123.243.139.187] has joined ##stm32 2013-10-22T15:01:34 < dongs> haha 2013-10-22T15:01:42 < dongs> im having an internet argument with someone about jeri ellsworth 2013-10-22T15:01:59 < dongs> and they're like "you don't seem to know much about her professional work, only things known to public" 2013-10-22T15:02:13 < dongs> im trying super hard to google ANYTHING relevant about that whore that w ould be considered "professional work" and not just attention whoring 2013-10-22T15:02:17 < dongs> and im finding NOTHING 2013-10-22T15:05:43 < capacitor> just make some sexist joke 2013-10-22T15:05:49 < capacitor> that'll multiply their rage 2013-10-22T15:05:54 < Steffan-> Why you are even arguing with someone about someone you call " jeri ellsworthless" ? 2013-10-22T15:06:24 < dongs> Steffan-: well, because as usual in forums/etc 13 years old nerds have a hardon for female creatures 2013-10-22T15:06:49 < Steffan-> If it's just to bring someone down you are just as worthless imho. 2013-10-22T15:08:44 < dongs> still 2013-10-22T15:08:53 < dongs> waht do you mean by "bring down' anyway? 2013-10-22T15:08:53 < capacitor> lol 2013-10-22T15:08:59 < capacitor> youtube though, just look at it. 2013-10-22T15:09:01 < dongs> i'm just stating facts 2013-10-22T15:09:09 < dongs> look at wat 2013-10-22T15:09:20 < capacitor> the muttering sputtering pots 2013-10-22T15:09:46 < capacitor> i saw one of jeri's vids, were pages of all these losers asking for her to marry them 2013-10-22T15:09:59 < dongs> lol. 2013-10-22T15:10:00 < dongs> rigfht. 2013-10-22T15:10:04 < capacitor> yep 2013-10-22T15:10:27 < dongs> im having hard time finding a single invention/patent/some scientific/etc work published that involved her. 2013-10-22T15:10:41 < dongs> yet the blogsphere dubbed her "inventor" as of few weeks ago 2013-10-22T15:10:56 < capacitor> ah welcome to sensationalist bullshit 2013-10-22T15:10:56 < dongs> Your search - jeri ellsworth - did not match any patent results. 2013-10-22T15:11:01 < dongs> i wonder if thas evne her real name 2013-10-22T15:11:41 < capacitor> i strapped a lawnmower to my garden hose, i'm an inventor 2013-10-22T15:11:44 < Robint91> dongs, I think she ain't has a bachelors degree 2013-10-22T15:11:58 < dongs> wouldnt be surprised 2013-10-22T15:13:08 < dongs> Jeri Ellsworth (born 1974) is an American entrepreneur and self-taught computer chip designer. 2013-10-22T15:13:12 < dongs> citation fucking nEEDED. 2013-10-22T15:13:20 < Steffan-> Like a bachelor degree isn't use useless piece of paper capacitor 2013-10-22T15:13:22 < dongs> if I wasnt banned from kikepedia I'd be so editing t his 2013-10-22T15:13:25 < Steffan-> * Robint91 2013-10-22T15:14:02 < capacitor> there are far worse out there to pick on 2013-10-22T15:14:09 < Robint91> Steffan-, no, it is about the mentuality 2013-10-22T15:14:33 < Steffan-> mentuality ? As in mentality? 2013-10-22T15:14:45 < Robint91> yep 2013-10-22T15:14:59 < Robint91> Steffan-, spellcheck is worthless on loonix 2013-10-22T15:15:27 -!- Inrelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Ping timeout: 250 seconds] 2013-10-22T15:15:52 < capacitor> get a mac 2013-10-22T15:16:09 < capacitor> the new mac pro has autopilot 2013-10-22T15:16:34 < Robint91> Steffan-, Like "I'm smart enough, I don't need a degree because they tell shit at the unit" 2013-10-22T15:16:54 < Steffan-> " because they tell shit at the unit" they do.. lol. 2013-10-22T15:16:57 < dongs> im waiting for this forum dweller to enlighten me with examples of jeri's professional work 2013-10-22T15:16:57 < capacitor> degree goes in the bin 2013-10-22T15:16:59 < capacitor> woohoo~ 2013-10-22T15:17:04 < dongs> i'm genuinely curious 2013-10-22T15:17:12 < capacitor> dongs she made a laser cannon idk 2013-10-22T15:17:19 < capacitor> nobody here cares or knows 2013-10-22T15:18:06 < capacitor> if you can get past 5 million desperate lonely 40 year old men propositioning her you may be able to ask her 2013-10-22T15:18:21 < Robint91> Steffan-, vs "I know lot's of stuff, but I go the uni to get my degree because A) I want to learn more B) I want to reflect what I know against the teachers/profressors" 2013-10-22T15:19:24 < Robint91> Steffan-, like amateurisme <-> professionalisme 2013-10-22T15:19:46 < dongs> anyway my post is at the top of page so there's plenty of space for trolling 2013-10-22T15:19:48 < dongs> and it wont get buried 2013-10-22T15:20:10 < Steffan-> So lets move this conversation to that forum? Linky 2013-10-22T15:20:12 < Robint91> I don't call jeri as someone who is working with electronics on a professional mindset 2013-10-22T15:20:21 < Robint91> dongs, LINKY 2013-10-22T15:20:27 < Steffan-> You know that because you work(ed) with her. 2013-10-22T15:20:27 < dongs> Robint91: its just trolling, really 2013-10-22T15:20:54 < dongs> Its one thing to critique a project for its failures / merits. It's another thing for your first post on a forum to call someone an "attention whore" 2013-10-22T15:21:11 < dongs> what if hte name is fitting?? 2013-10-22T15:22:15 < capacitor> what forum 2013-10-22T15:22:32 < dongs> duno some useless trash. 2013-10-22T15:22:38 < Steffan-> He doesn 2013-10-22T15:22:42 < Steffan-> t want to tell us 2013-10-22T15:22:44 < dongs> yeah 2013-10-22T15:22:47 < capacitor> aw come on 2013-10-22T15:22:48 < dongs> its a furry forum 2013-10-22T15:22:53 < dongs> so you won't be interested 2013-10-22T15:22:53 < capacitor> oh 2013-10-22T15:23:00 < capacitor> no thanks 2013-10-22T15:23:03 < Robint91> http://i.imgur.com/DQ8HA.gif 2013-10-22T15:23:49 < dongs> like a boss. 2013-10-22T15:23:56 < Robint91> dongs, now to change subject, LADY ADA 2013-10-22T15:23:57 < Robint91> SHOOT 2013-10-22T15:24:01 < capacitor> yeah 2013-10-22T15:24:04 < capacitor> lets talk about dave jones 2013-10-22T15:24:09 < dongs> HAHA 2013-10-22T15:24:30 < dongs> Robint91: dont give me any ideas or I'll have to edit my post and include ladyaids in there too 2013-10-22T15:24:39 < dongs> except I think she actually did go to school at least for a while 2013-10-22T15:24:50 < Robint91> dongs, she did 2013-10-22T15:24:55 < Steffan-> So where did dong get his bachelor? 2013-10-22T15:25:12 < dongs> Steffan-: i dropped out of highschool, sorry to disappoint. 2013-10-22T15:25:33 < dongs> (well, that was last year). since im only 13 and shit. 2013-10-22T15:25:44 < capacitor> wat 2013-10-22T15:26:33 < Steffan-> dongs is a pro. He doesn't tell much about himself so they can't troll him with it. 2013-10-22T15:26:35 < Robint91> lets start a indygogo to hire a private detective to expose dongs IRL 2013-10-22T15:26:55 < Robint91> with flexible funding 2013-10-22T15:27:00 < Steffan-> Or just 4chan it.. cheaper easier faster 2013-10-22T15:27:11 < dongs> $1: keep in the loop, sign up to our mailing list 2013-10-22T15:27:19 < dongs> you know, only on dickstarter would people PAY to get mail spam 2013-10-22T15:27:47 < Robint91> $100: get a DNA sample 2013-10-22T15:28:02 < Robint91> $1000: get used underware 2013-10-22T15:28:24 < Robint91> $2500: 1L jizz 2013-10-22T15:28:30 * Robint91 shuts up 2013-10-22T15:28:48 < Steffan-> I don't call Robin as someone who is working with electronics on a professional mindset 2013-10-22T15:29:12 < Robint91> Steffan-, I don't MIND my MINDSET 2013-10-22T15:31:55 < Steffan-> That's why you go for a phd 2013-10-22T15:31:56 * Robint91 tried to be funny 2013-10-22T15:32:00 * Robint91 failed 2013-10-22T15:32:13 < Robint91> Steffan-, Like Laurenceb 2013-10-22T15:32:34 < dongs> haha, on jeri's dicked-in, she hasn't had a single job for more than a year 2013-10-22T15:32:38 < Steffan-> but Laurenceb works is on a different leven than you. 2013-10-22T15:32:42 < Steffan-> -is 2013-10-22T15:32:45 < dongs> one job was 2 years and that was probly cuz she sucked dick there 2013-10-22T15:32:50 < dongs> everything else weas 1 year or less 2013-10-22T15:33:07 < capacitor> crowd fund projects 2013-10-22T15:33:13 < Steffan-> And you can find a dozen on linked in that also have 1-2 years for each job. 2013-10-22T15:33:23 < capacitor> why get a job when you can do crowd funded projects 2013-10-22T15:33:27 < dongs> my linked in is hte best 2013-10-22T15:33:45 < Robint91> dongs, let me guess, you don't have one? 2013-10-22T15:34:20 < dongs> trying to figure out hwo to fucking link to it 2013-10-22T15:34:31 < capacitor> better not have nudes on it 2013-10-22T15:34:33 < dongs> http://il.linkedin.com/pub/gary-niger/52/862/775/ 2013-10-22T15:35:50 < Steffan-> http://www.linkedin.com/pub/kim-jong-un/63/944/616?trk=pub-pbmap lol 2013-10-22T15:36:41 < capacitor> subtle 2013-10-22T15:37:23 < dongs> most endorsed for: photoshop 2013-10-22T15:37:26 < dongs> ahah. 2013-10-22T15:38:29 < capacitor> just ram it in 2013-10-22T15:40:01 < Steffan-> is your uart problem solved btw? Where did you fail? 2013-10-22T15:40:20 < dongs> not solved, i need to make some test environment setup 2013-10-22T15:40:39 < dongs> this was useless remote shit and i dont trust the stuff there. 2013-10-22T15:42:48 -!- PT_Dreamer [~quassel@79.213.137.78.rev.vodafone.pt] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-22T15:43:30 -!- PT_Dreamer [~quassel@79.213.137.78.rev.vodafone.pt] has joined ##stm32 2013-10-22T15:48:54 -!- PT_Dreamer [~quassel@79.213.137.78.rev.vodafone.pt] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-22T15:52:44 < Laurenceb> sup trolls 2013-10-22T15:52:52 < Laurenceb> lolling at scrollback 2013-10-22T15:53:21 < Laurenceb> fun fact about ellsworthless: she is probably older than perman00bs moms 2013-10-22T15:55:07 < Steffan-> You're too late. Trolling is over. 2013-10-22T15:55:36 -!- PT_Dreamer [~quassel@79.213.137.78.rev.vodafone.pt] has joined ##stm32 2013-10-22T15:57:43 < dongs> haha 2013-10-22T15:59:04 < Robint91> I have something strange 2013-10-22T15:59:14 < Robint91> two devices A and B 2013-10-22T15:59:25 < Robint91> both are exaclty the same 2013-10-22T15:59:37 < Robint91> and also produced at the same time 2013-10-22T15:59:55 < Robint91> firmware 1 does on A and B exactly the same 2013-10-22T16:00:02 < Robint91> firmware 2 fails on B 2013-10-22T16:00:15 < Robint91> the only thing changed with 1 to 2 2013-10-22T16:00:24 < Robint91> is the use of an extra pin 2013-10-22T16:00:39 < GargantuaSauce> define "fails" 2013-10-22T16:00:45 < Robint91> but my signal arrives at the pin of the stm32 2013-10-22T16:01:07 < Robint91> GargantuaSauce, first quick diagnostic, a EXTI interrupt that doesn't get called 2013-10-22T16:01:16 -!- PT_Dreamer [~quassel@79.213.137.78.rev.vodafone.pt] has quit [Ping timeout: 245 seconds] 2013-10-22T16:01:20 < Laurenceb> dongs: castar is epic lulz 2013-10-22T16:01:46 < Laurenceb> "lets use two projectors, cuz projectors are crazy expensive and double the price is good right" 2013-10-22T16:01:53 < GargantuaSauce> it's not inconceivable that the input on one pin could be destroyed by current or esd or heat or whatever 2013-10-22T16:02:17 < Laurenceb> that happens on avr 2013-10-22T16:02:23 < GargantuaSauce> rule out a short first though 2013-10-22T16:02:23 < Laurenceb> never seen it on stm32.. yet 2013-10-22T16:02:55 < Robint91> GargantuaSauce, of 50 devices I have 4 problem cases 2013-10-22T16:04:49 -!- capacitor [7bf38bbb@gateway/web/freenode/ip.123.243.139.187] has left ##stm32 [] 2013-10-22T16:07:31 < Robint91> GargantuaSauce, I don't think it is something with a destroyed pin 2013-10-22T16:07:35 < Robint91> but I will check 2013-10-22T16:08:11 < GargantuaSauce> yeah if you have the same issue on multiple boards it's more likely to be a pcb or assembly issue i guess 2013-10-22T16:09:04 < GargantuaSauce> have you done a test case just sampling the gpio input? 2013-10-22T16:09:04 < Robint91> GargantuaSauce, yeah but If I probe on the pin of the TQFP package of the STM32 I measure my correct waveform 2013-10-22T16:09:06 < Tectu> baird? 2013-10-22T16:09:10 < Tectu> meh, where does one find that guy 2013-10-22T16:09:18 < Robint91> GargantuaSauce, Not yet 2013-10-22T16:09:25 < GargantuaSauce> that'd probably be the next step 2013-10-22T16:09:25 < Robint91> GargantuaSauce, Will try that later today 2013-10-22T16:22:27 < Steffan-> ( Robint91 you should watch the #01 video on dumpert, i bet you like it ) 2013-10-22T16:22:33 * PaulFertser likes sampling interactively with "p/x GPIOC->IDR" in gdb. 2013-10-22T16:22:46 < Robint91> Steffan-, SFW? 2013-10-22T16:23:05 < Steffan-> if you use a headphone 2013-10-22T16:23:06 < Robint91> Steffan-, frans baauer doing rammstein was great? 2013-10-22T16:23:26 < Steffan-> No. 2013-10-22T16:28:15 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-22T16:31:11 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Read error: Connection reset by peer] 2013-10-22T16:32:31 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-22T16:34:07 < Steffan-> You can always email baird mr Tectu 2013-10-22T16:34:23 < Tectu> Steffan-, got an address? 2013-10-22T16:35:39 < fbs> franssie! 2013-10-22T16:36:25 < Steffan-> fbs = franssie bauer himself? 2013-10-22T16:37:17 < fbs> only on sundays 2013-10-22T16:52:44 < englishman> wtf is going on here http://youtu.be/GpmKq_qg3Tk?t=19m27s 2013-10-22T16:56:53 < Steffan-> something is going on englishman? 2013-10-22T16:57:20 < englishman> there is no image? on the grey mat 2013-10-22T16:58:15 < dongs> englishman: did you link to a timestamp 2013-10-22T16:58:24 < englishman> yes 2013-10-22T16:58:27 < dongs> fuckin linkfixer 2013-10-22T16:58:29 < dongs> and fuck google 2013-10-22T16:58:38 < englishman> works for me 2013-10-22T16:58:39 < dongs> for having both #t= and &t= 2013-10-22T16:58:46 < englishman> 19m27s 2013-10-22T16:58:49 < dongs> < englishman> wtf is going on here https://youtube.com/watch?v=GpmKq_qg3Tk 2013-10-22T17:01:06 < dongs> haha 2013-10-22T17:01:11 < GargantuaSauce> wtf client are you using 2013-10-22T17:01:24 < englishman> wanted to see video of the product actually working as advertised before blindly following dongs trollin, but there isn't any :/ 2013-10-22T17:01:32 < dongs> i have a script that sanitizes URLs 2013-10-22T17:01:42 < dongs> to remove shit like &feature=retarded etc 2013-10-22T17:02:02 < dongs> and utm_tracking type shit etc. 2013-10-22T17:02:22 < dongs> I wonder how much they paid that guy to just stand thre in front of a gray shit 2013-10-22T17:02:35 < englishman> isn;t that fucked up?? and creepy 2013-10-22T17:02:40 < dongs> yeah 2013-10-22T17:03:43 < dongs> Must be awesome to be that smart and just invent. a bunch of stuff. 2013-10-22T17:03:46 < dongs> ha ha 2013-10-22T17:03:48 < dongs> how little does he know... 2013-10-22T17:04:10 < englishman> there's a good one a little further down 2013-10-22T17:04:12 < englishman> The simple fact that Jeri is behind this give the tech a lot of street cred. She's arguably the Queen of high performance electronics hacks. 2013-10-22T17:04:17 < Steffan-> Some just steal work from others.. isn't it dongs? :P 2013-10-22T17:04:18 < dongs> http://i1.kym-cdn.com/photos/images/original/000/029/970/trainn.jpg lool 2013-10-22T17:04:28 < dongs> that ended up in the thread 2013-10-22T17:04:35 < englishman> which you didnt link 2013-10-22T17:04:39 < dongs> yes. 2013-10-22T17:05:31 -!- Activate_for_mor [~mirggi@host-46-158-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-22T17:05:57 < GargantuaSauce> i've watched maybe a dozen of her videos and it seems that all she does is just that 2013-10-22T17:05:58 < GargantuaSauce> hacks 2013-10-22T17:06:00 < dongs> does this activate_for_lesguy ever talk 2013-10-22T17:06:10 < dongs> GargantuaSauce: correction, worthless hacks. 2013-10-22T17:07:00 < GargantuaSauce> well that part's subjective, in any case there's not much precedent for her creating, you know, a finished usable thing 2013-10-22T17:07:05 < GargantuaSauce> from what i've seen 2013-10-22T17:07:11 < Steffan-> I've seen him ever talk dongs, no 2013-10-22T17:07:15 < Steffan-> *never 2013-10-22T17:07:25 < Steffan-> and then in some good english. 2013-10-22T17:10:03 < dongs> englishman: found anything she actually invented yet 2013-10-22T17:11:49 < dongs> im really curious how blogs slapped "inventor" on that name 2013-10-22T17:15:14 < englishman> wikpedia references some C64 emulator from 2004, which is probable source of money 2013-10-22T17:15:23 < PaulFertser> dongs: do you have something to say about Joanna Rutkowska too? ;) 2013-10-22T17:16:17 < GargantuaSauce> she actually made something complete and useful 2013-10-22T17:16:28 < englishman> GargantuaSauce: but what? 2013-10-22T17:16:42 < GargantuaSauce> bluepill? 2013-10-22T17:17:16 < englishman> what's that? 2013-10-22T17:17:24 < GargantuaSauce> http://en.wikipedia.org/wiki/Blue_Pill_(software) 2013-10-22T17:17:38 < englishman> oh you're not talking about jeri 2013-10-22T17:17:49 < englishman> k 2013-10-22T17:18:19 < GargantuaSauce> context, bro 2013-10-22T17:18:54 < dongs> She dropped out due to a "cultural mismatch"; Ellsworth said that questioning professors' answers was frowned upon 2013-10-22T17:20:02 < Steffan-> Time to join #worthless dongs 2013-10-22T17:20:32 < englishman> reason dongs dropped out http://i.imgur.com/QRNxwpK.jpg 2013-10-22T17:20:54 < Steffan-> ^^ dongs 2013-10-22T17:21:35 < dongs> Ellsworth has published numerous technical articles online regarding subjects as diverse as homemade semiconductors (2009), homemade electroluminescent (EL) displays (2010), EL phosphor manufacture from common ingredients and ways to make transparent EL backplanes without using expensive indium-tin-oxide coated glass 2013-10-22T17:21:40 < dongs> but wait, 2013-10-22T17:21:47 < dongs> homemade semiconductors was a rip from an old scientific american mag 2013-10-22T17:21:53 < dongs> how could she "publish" it 2013-10-22T17:21:58 < dongs> if it was already published like 20 years ago 2013-10-22T17:22:14 < Steffan-> dèjá vu 2013-10-22T17:22:25 < Steffan-> *déjà 2013-10-22T17:23:20 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-22T17:26:16 -!- daku [daku@dakus.dk] has quit [Ping timeout: 264 seconds] 2013-10-22T17:27:15 < englishman> http://i.imgur.com/ReAM9Sx.jpg 2013-10-22T17:37:12 < dongs> so who did she steal it from? 2013-10-22T17:41:29 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Ping timeout: 250 seconds] 2013-10-22T17:42:23 < Laurenceb> ARGGGGGGGGGGGGGGGGg 2013-10-22T17:42:38 < Laurenceb> ISO60601 audit meeting 2013-10-22T17:42:42 < Laurenceb> i hate my life 2013-10-22T17:43:30 < Steffan-> Don't go. 2013-10-22T17:46:13 -!- daku [daku@dakus.dk] has joined ##stm32 2013-10-22T17:46:51 < Laurenceb> too late 2013-10-22T17:46:54 < Laurenceb> ive just been 2013-10-22T17:47:18 < Laurenceb> englishman: castar only makes sense if its a useless hack 2013-10-22T17:47:42 < Laurenceb> no sane product would be made twice as expensive as it needs to be 2013-10-22T17:47:49 -!- DanteA [~X@host-113-159-66-217.spbmts.ru] has quit [Ping timeout: 246 seconds] 2013-10-22T17:48:13 < Laurenceb> but if you want to hack some off the shelf parts then the design is the first and lamest thing you would try 2013-10-22T17:48:51 < Laurenceb> the mini thing they show on all the photos is a mock up :P 2013-10-22T17:50:41 < englishman> exactly why i was looking for video of the "Game-Changing" "Experience" that people actually saw in May 2013-10-22T17:50:44 < Laurenceb> theres a reason there are no pico projector modules that are that small 2013-10-22T17:50:48 < Laurenceb> its impossible 2013-10-22T17:50:58 < Laurenceb> whole thing is not going to happen 2013-10-22T17:51:16 < englishman> well she made a half million in like a week while i paid bills and sat on my ass 2013-10-22T17:51:19 < Laurenceb> maybe if they teamed up with ST and used the mems laser kit 2013-10-22T17:51:31 < Laurenceb> but like they would ever pull that off 2013-10-22T17:52:09 < Laurenceb> cuz its a scam 2013-10-22T17:52:46 < englishman> i wonder how they will dig their way out of this hole 2013-10-22T17:55:37 < Laurenceb> meanwhile in pro land 2013-10-22T17:55:39 < Laurenceb> http://www.st.com/web/en/press/en/t3130 2013-10-22T17:56:09 < dongs> 2011 bro 2013-10-22T17:56:14 < Laurenceb> http://www.st.com/st-web-ui/static/active/en/fragment/press/product_press_release/press_image/Pico-Projector_Comp_t3130big.jpg 2013-10-22T17:56:15 < Laurenceb> hawt 2013-10-22T17:56:42 < Laurenceb> mockup pcb? 2013-10-22T17:57:15 < Laurenceb> 2011 pro pwns 2013 perman00b 2013-10-22T17:57:31 < dongs> ya 2013-10-22T18:01:40 < Steffan-> Can you show me a photo of your professional arm crusher again Laurenceb? 2013-10-22T18:01:57 < dongs> Wow, as usual Jeri is THE BEST. The PDF was well written and easy to understand. This is a very interesting part of electronics that I have yet to explore. 2013-10-22T18:02:27 < dongs> "the pdf that was well-written" is http://www.flex-radio.com/Data/Doc/qex1.pdf ... which is not written by jeri... 2013-10-22T18:02:28 < Laurenceb> http://i.imgur.com/cM6OVTB.jpg 2013-10-22T18:03:25 < Laurenceb> Gerald Youngblood 2013-10-22T18:03:27 < Laurenceb> lolling 2013-10-22T18:04:01 < Robint91> dongs, what 2013-10-22T18:04:39 < dongs> Robint91: just drive-by-trolling 2013-10-22T18:04:42 < dongs> http://hackaday.com/2011/07/19/jeri-ellsworth-builds-a-software-radio/ 2013-10-22T18:04:58 < dongs> i mean she took that schematic from a 2002 pdf 2013-10-22T18:05:02 < dongs> and hooked it up to sound card 2013-10-22T18:05:04 < dongs> ... 2013-10-22T18:05:14 < Steffan-> dongs, he does not say she wrote the pdf. 2013-10-22T18:05:14 < dongs> so basically, i just find some old shit 2013-10-22T18:05:18 < dongs> yes he does 2013-10-22T18:05:18 < Robint91> I did that before it was cool 2013-10-22T18:05:24 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-22T18:05:45 < Steffan-> No he does not. 2013-10-22T18:07:04 < Laurenceb> http://hackaday.com/2013/10/22/cracking-gsm-with-rtl-sdr-for-thirty-dollars/ 2013-10-22T18:07:07 < Laurenceb> real hack 2013-10-22T18:07:11 < Steffan-> but yeah, it's no fun in you think he didn't say that. :P 2013-10-22T18:15:05 < dongs> I refuse to run Flash, so I can’t watch the video. 2013-10-22T18:15:05 < dongs> I do wish there were links to things like schematics and Gerber files, but that’s a lot more work to do. And quite unreasonable if it’s a clever hack of surplus gear. In all fairness, she’s just tossing a pebble in a particular direction and leaving the viewer to take it from there. 2013-10-22T18:15:10 < dongs> haha 2013-10-22T18:15:14 < dongs> refuse to run flash??? 2013-10-22T18:15:26 < dongs> oh, i forgot.. that was 2011.. there was still nerds who thought lunix on desktop was going to get anywhere. 2013-10-22T18:16:44 < dongs> I think she likes to “fluff” herself up. I mean, why would you want to build a transistor when you can buy one. ANyone can research how to do it, then impress everyone with the fact that you did it. She portrays herself as an mit engineer, but there is no way to self teath yourself this stuff to the level she proclaims to be at. 2013-10-22T18:16:49 < dongs> lol 2013-10-22T18:18:32 < dongs> man jeri trolling will never get old 2013-10-22T18:18:42 < dongs> there's one-two guys who knows she's a dumb fake 2013-10-22T18:18:47 < dongs> and then there's 1000s 40 years old virgins 2013-10-22T18:18:49 < dongs> who wanna marry her 2013-10-22T18:19:42 < Laurenceb> http://www.downloads.reactivemicro.com/Public/Users/Henry_Courbis/Pics/People_Pics/Jeri%20Ellsworth%20%20-%20C1%20Chick%20-%20KFEST%202006.jpg 2013-10-22T18:19:54 < dongs> old 2013-10-22T18:20:17 < dongs> (liuterally) 2013-10-22T18:20:20 < dongs> -u 2013-10-22T18:21:08 < dongs> http://www.bloomberg.com/apps/news?pid=newsarchive&sid=amvhUxF1e8zg 2013-10-22T18:21:23 < dongs> Jeri Ellsworth has joined its "Ask an 2013-10-22T18:21:23 < dongs> Expert" panel to further promote the exchange of ideas among professionals, 2013-10-22T18:21:24 < dongs> enthusiasts, and DIYers alike within the community. 2013-10-22T18:21:53 < Laurenceb> arg wtf 2013-10-22T18:22:03 < dongs> She is well-known for many of her electronic toys, SOC and video compression 2013-10-22T18:22:03 < dongs> designs, including the popular Commodore 30-in-1 Direct-to-TV (C64DTV) capable 2013-10-22T18:22:04 < dongs> of simultaneously running 30 video games from the 1980s. 2013-10-22T18:22:06 < Laurenceb> ive got a datalogger thats forever in trickle charge 2013-10-22T18:22:07 < dongs> BUT 2013-10-22T18:22:13 < Laurenceb> lipo is at 4.16v... 2013-10-22T18:22:14 < dongs> this is the ONLY project she's "famous" for 2013-10-22T18:22:16 < dongs> and she didnt evne do it 2013-10-22T18:22:58 < GargantuaSauce> why are you still on this 2013-10-22T18:23:02 < Laurenceb> lol 2013-10-22T18:23:11 < Laurenceb> trollception 2013-10-22T18:23:19 < GargantuaSauce> seriously who gives a shit 2013-10-22T18:23:37 < Laurenceb> trollingtrollintrollin 2013-10-22T18:23:38 < Laurenceb> trollingtrollintrollin 2013-10-22T18:23:40 < GargantuaSauce> either she produces a sweet vr headset and a bunch of clones hit the market 2013-10-22T18:23:49 < GargantuaSauce> or a bunch of kickstarter saps lose their money 2013-10-22T18:23:51 < GargantuaSauce> either way we win 2013-10-22T18:23:55 < Laurenceb> lol 2013-10-22T18:24:03 < dongs> oh this is not about dickstarter 2013-10-22T18:24:08 < dongs> that shit is worthless already 2013-10-22T18:24:17 < dongs> this is more hte principle 2013-10-22T18:24:24 < GargantuaSauce> it sure does a good job of turning hype into money 2013-10-22T18:24:32 < dongs> like, im struggling to ujnderstand how this worthless kike gets labeled 'inventor', 'pro chip designer' etc 2013-10-22T18:24:37 < dongs> when she doesnt actualyl have anything to show about it 2013-10-22T18:25:05 < dongs> inventor = doesn't this usually leave either patents or some kinda trail that somethign gets INVENTEND? 2013-10-22T18:25:10 < dongs> what has actually been invented by jeri 2013-10-22T18:25:25 < englishman> blogs 2013-10-22T18:25:29 < Laurenceb> who invented C64DTV? 2013-10-22T18:25:34 < dongs> not her 2013-10-22T18:25:35 < englishman> Mammoth Games 2013-10-22T18:25:48 < dongs> Laurenceb: ask zippe next time he's around. 2013-10-22T18:25:59 < dongs> she did some crap + copied some crap from opencores, then abandoned the project 2013-10-22T18:26:08 < dongs> and a bunch of dudes had to get hired to basicalyl rewrite almost all of it 2013-10-22T18:26:14 < dongs> and deadlines were missed etc. 2013-10-22T18:26:26 < Laurenceb> lol 2013-10-22T18:27:28 < dongs> anyway yeahm enough about that kike 2013-10-22T18:27:35 < Steffan-> and you know this all from the most reliable source ever.. the internet. 2013-10-22T18:27:36 < dongs> lets see whats new on dickstarter 2013-10-22T18:28:17 < dongs> Steffan-: well, its definitely better than reading it from a wikipedo article authored by herself, with only references going to her own youtube/ blogs... 2013-10-22T18:28:57 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-22T18:28:57 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-22T18:29:44 < Steffan-> meh, i should really ignore you. At least for now. :P 2013-10-22T18:30:34 < Laurenceb> "Education: Walla Walla University" 2013-10-22T18:30:37 < Laurenceb> lolling 2013-10-22T18:31:44 < fbs> /* Enable the alarmA */ 2013-10-22T18:31:46 < fbs> RTC_AlarmCmd(RTC_Alarm_A, DISABLE); 2013-10-22T18:31:47 < dongs> http://en.wikipedia.org/w/index.php?title=Jeri_Ellsworth&diff=528227104&oldid=528227089 2013-10-22T18:31:48 < fbs> hmm 2013-10-22T18:32:46 < dongs> http://en.wikipedia.org/w/index.php?title=Jeri_Ellsworth&diff=577833458&oldid=527955073 2013-10-22T18:32:49 < dongs> haha 2013-10-22T18:32:53 < englishman> lol 2013-10-22T18:33:03 < englishman> ahahaha 2013-10-22T18:33:58 < Laurenceb> rofl 2013-10-22T18:35:01 -!- pixelou [~pixelou@157.159.43.108] has joined ##stm32 2013-10-22T18:36:09 -!- Robint91 [~Robint91_@2a02:2c40:400:0:b5ef:13c2:ebb9:9d49] has quit [Ping timeout: 252 seconds] 2013-10-22T18:36:40 < pixelou> Hi, I am working on setting up the usart on the stm32f4. Based on the data sheet and some tutorials I have ended up with this init code : http://pastebin.archlinux.fr/472597 2013-10-22T18:36:51 < pixelou> But it doesn't work 2013-10-22T18:36:53 < pixelou> ;-) 2013-10-22T18:37:04 < dongs> In an article at http://www.gulli.com/news/retrocomputing-trouble-um-den-2006-08-16/ Jens Schönfeld claims, he has sponsored Jeri Ellsworth for some work on his his C-One, Jeri Ellsword used some of the results on the C64 DTV without giving the results needed for the C-One back to Jens. 2013-10-22T18:37:10 < dongs> Jens said: "Ich habe die Entwicklung des C64-DTV bezahlt!" ( tr.: "I have payed the development of the C64-DTV" ) 2013-10-22T18:37:13 < dongs> LOL ^^^ 2013-10-22T18:37:17 < fbs> pixelou: do you have all the defines? 2013-10-22T18:37:34 -!- mode/##stm32 [+o Steffan-] by ChanServ 2013-10-22T18:37:35 -!- dongs was kicked from ##stm32 by Steffan- [enough for today] 2013-10-22T18:37:36 < pixelou> The usart triggers interrupts btw 2013-10-22T18:37:42 -!- mode/##stm32 [-o Steffan-] by Steffan- 2013-10-22T18:37:57 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-22T18:38:01 < dongs> haha ok. ill shut up 2013-10-22T18:38:22 * jpa- hugs Steffan- 2013-10-22T18:39:11 < jpa-> pixelou: you could just write the value you want to the USART registers, no need to play around with &= and |= 2013-10-22T18:41:56 < fbs> pixelou: http://pastie.org/8421628 is what im using on the f0 atm 2013-10-22T18:41:56 < pixelou> the only defined variables I use are the ones from stm32f4xx.h 2013-10-22T18:41:56 < fbs> does it compile? 2013-10-22T18:41:56 < pixelou> yes it does 2013-10-22T18:41:56 < pixelou> and the interruption when TXE flag is set happens 2013-10-22T18:41:56 < fbs> so what doesnt work? 2013-10-22T18:41:56 < pixelou> well there is nothing on the tx pin 2013-10-22T18:41:56 < fbs> whats up with the way you write to CR1? 2013-10-22T18:41:56 < fbs> uart->CR1 |= CR1 2013-10-22T18:41:57 < pixelou> It is stupid code 2013-10-22T18:41:57 < pixelou> ;-) 2013-10-22T18:42:28 < pixelou> I think I have removed some useless lines of code and forgot to clen things up 2013-10-22T18:42:37 < fbs> why not use the stdlib? 2013-10-22T18:42:43 < pixelou> btw using a variable let me print the value in gdb 2013-10-22T18:43:38 < pixelou> It is for learning purpose 2013-10-22T18:44:45 < fbs> doesnt help debugging it 2013-10-22T18:45:00 < fbs> the lib is a bit ugly but seems to work 2013-10-22T18:45:16 < pixelou> indeed 2013-10-22T18:46:09 < jpa-> register writing works just as well 2013-10-22T18:46:43 < dongs> pixelou: why dont you just use stdperiphlib? 2013-10-22T18:46:53 < jpa-> because stdperiph is stupid :P 2013-10-22T18:47:01 < fbs> jpa-: ofc but uint16_t CR2 = (0x1 << 7) + (0x1 << 4) + (0x1 << 15); is a lot harder to figure out 2013-10-22T18:47:03 < dongs> i mean, if youre just starting out and you want shit to WORK, why would you spend hours writing into individual registers and breaking shit? :) 2013-10-22T18:47:11 < pixelou> I suspect it has something to do with the gpio part 2013-10-22T18:47:15 < jpa-> fbs: yes, but it's written in stupid way 2013-10-22T18:47:46 < fbs> pixelou: if you copy my gpio setup it should work 2013-10-22T18:47:51 < fbs> just got to fix the defines 2013-10-22T18:48:16 < pixelou> I'm reading it right now 2013-10-22T18:48:38 < fbs> its basically the example 2013-10-22T18:49:55 -!- alexn [~alexn@93.104.205.194] has left ##stm32 ["Leaving"] 2013-10-22T18:49:59 < Tectu> http://www.easy-phi.ch/ 2013-10-22T18:50:33 < fbs> fancy 3d 2013-10-22T18:51:05 < pixelou> Just in case, the clock for the rx and tx pin is the clock of the gpio port, isn't it? 2013-10-22T18:52:11 < fbs> http://pastie.org/8421667 the defines 2013-10-22T18:52:27 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-22T18:52:32 < pixelou> thanks 2013-10-22T19:00:57 -!- amstan [~alex@76-10-165-149.dsl.teksavvy.com] has joined ##stm32 2013-10-22T19:01:00 -!- amstan [~alex@76-10-165-149.dsl.teksavvy.com] has quit [Changing host] 2013-10-22T19:01:00 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-22T19:22:53 -!- DLPeterson [~hazelnuss@199-241-202-32.PUBLIC.monkeybrains.net] has joined ##stm32 2013-10-22T19:35:45 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-22T19:51:19 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-22T19:56:33 -!- DLPeterson [~hazelnuss@199-241-202-32.PUBLIC.monkeybrains.net] has quit [Quit: leaving] 2013-10-22T19:57:46 -!- MrMobius [~Joey@91.192.66.15] has joined ##stm32 2013-10-22T20:02:13 -!- MrMobius [~Joey@91.192.66.15] has quit [Ping timeout: 246 seconds] 2013-10-22T20:07:51 < dongs> http://en.wikipedia.org/w/index.php?title=Jeri_Ellsworth&diff=19795950&oldid=19795809 2013-10-22T20:07:54 < dongs> bwahah 2013-10-22T20:11:18 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-22T20:12:15 < fbs> 17:37:35 <-- | Steffan- has kicked dongs (enough for today) 2013-10-22T20:12:25 < fbs> thats a good 1.5h no jeri in here :o 2013-10-22T20:12:28 < dongs> hello fbs! how are you 2013-10-22T20:12:31 -!- MrMobius [~Joey@91.192.67.230] has joined ##stm32 2013-10-22T20:12:48 < fbs> mad, my rtc interrupt isnt interrupting 2013-10-22T20:12:56 < zyp> *yawn* 2013-10-22T20:13:05 < zyp> did you turn on rtc in rcc? :p 2013-10-22T20:13:08 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Client Quit] 2013-10-22T20:13:08 < qyx_> interrupt it 2013-10-22T20:13:16 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-22T20:13:18 < fbs> its keeping time 2013-10-22T20:13:33 < zyp> did you turn on rtc in nvic? 2013-10-22T20:15:28 < fbs> http://s.drk.sc/9iJMxd?c 2013-10-22T20:16:05 < dongs> where is your actual rtc interrupt handler ? 2013-10-22T20:17:13 < zyp> also, which chip is this? 2013-10-22T20:18:12 < fbs> http://s.drk.sc/y6tB9z?c f051 2013-10-22T20:19:28 < zyp> so anyway, I can't see anything resembling setting the interrupt enable flag in some rtc config register, which I assume you have to do in addition to enabling it in the nvic 2013-10-22T20:19:57 < zyp> and I'm too lazy to look it up in the RM today 2013-10-22T20:20:29 < fbs> http://s.drk.sc/9iJMxd?c#l-84 here 2013-10-22T20:22:08 < fbs> its a bit messy 2013-10-22T20:24:46 < zyp> ah, ok 2013-10-22T20:26:33 < fbs> bit 15 is MSK2 / minute mask, 14:12 minute tens, 11:8 minute units 2013-10-22T20:26:39 -!- barthess [~barthess@178.154.4.193] has joined ##stm32 2013-10-22T20:26:46 < fbs> for RTC_ALRMAR 2013-10-22T20:27:11 < fbs> so 8100 should be right 2013-10-22T20:29:46 < fbs> bit 12 of CR is ALRAIE, 8 is ALRAE 2013-10-22T20:30:08 -!- DLPeterson [~hazelnuss@199-241-202-32.PUBLIC.monkeybrains.net] has joined ##stm32 2013-10-22T20:30:31 -!- MrMobius [~Joey@91.192.67.230] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Po-ta-to, boil em, mash em, stick em in a stew.] 2013-10-22T20:43:01 < fbs> http://www.st.com/st-web-ui/static/active/cn/resource/technical/document/application_note/DM00025071.pdf 2013-10-22T20:44:11 < fbs> hmm that pdf says you should poll ALRAWF before writing to RTC-ALRMAR, but their stdlib isnt doing that 2013-10-22T20:48:17 < dongs> shocking 2013-10-22T20:48:19 < dongs> bugs in stdlib 2013-10-22T20:48:46 < fbs> :p 2013-10-22T20:49:05 -!- NooM [~IceChat77@213-240-65-57.adsl.highway.telekom.at] has joined ##stm32 2013-10-22T20:49:09 < NooM> hello 2013-10-22T20:50:23 < fbs> hi 2013-10-22T20:52:37 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 246 seconds] 2013-10-22T20:55:41 < fbs> hmm maybe i got the masking wrong 2013-10-22T20:55:50 < NooM> hmm 2013-10-22T20:56:34 < fbs> since a '1' is 'don't care in alarm a comparison' 2013-10-22T20:57:21 < NooM> i just joined. i actually have no idea what you are talking about :( 2013-10-22T20:57:29 < NooM> sounds like rtc alarm ? 2013-10-22T20:59:18 < fbs> yes 2013-10-22T20:59:28 < fbs> i cant get the alarm a interrupt 2013-10-22T20:59:32 < fbs> to work 2013-10-22T20:59:41 < NooM> haha iam tinkering with rtc too right now 2013-10-22T20:59:49 < NooM> http://www.das-labor.org/svn/microcontroller/src-stm32f4xx/serialUSB/Libraries/STM32F4xx_StdPeriph_Driver/src/stm32f4xx_rtc.c 2013-10-22T20:59:54 < NooM> that looks like a good source 2013-10-22T21:00:09 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-22T21:00:33 < fbs> i did that, but the interrupt isnt working 2013-10-22T21:01:45 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 268 seconds] 2013-10-22T21:05:12 < fbs> oh 2013-10-22T21:05:15 < fbs> i need the exti 2013-10-22T21:05:41 < NooM> oh i see, i found a sample for that too, mom ill look it up 2013-10-22T21:05:48 < fbs> nah i got it 2013-10-22T21:06:00 < NooM> (and i just realised what i linked is just std periph files. ...) 2013-10-22T21:06:02 < NooM> ah ok 2013-10-22T21:06:26 < NooM> havent looked into its interrupts so far 2013-10-22T21:06:38 < NooM> right now iam try the smooth calibration 2013-10-22T21:06:57 < NooM> i only had 10pf caps and now the clock runs too slow 2013-10-22T21:06:58 < NooM> :D 2013-10-22T21:10:45 < fbs> it works 2013-10-22T21:10:51 < fbs> thanks NooM 2013-10-22T21:10:52 < NooM> great 2013-10-22T21:10:59 < NooM> what? i didnt do anything 2013-10-22T21:11:02 < NooM> :D 2013-10-22T21:11:36 < fbs> i reread the whole file 2013-10-22T21:11:44 < NooM> oh :D 2013-10-22T21:11:45 < Steffan-> You are a good rubber duck NooM :D 2013-10-22T21:11:51 < fbs> - To enable the RTC Alarm interrupt, the following sequence is required: 2013-10-22T21:11:53 < fbs> - Configure and enable the EXTI Line 17 in interrupt mode and select the rising 2013-10-22T21:11:56 < NooM> lol Steffan- :D 2013-10-22T21:12:22 < Steffan-> You know rubber duck debugging not? 2013-10-22T21:12:29 < NooM> no 2013-10-22T21:12:40 < englishman> hehe 2013-10-22T21:12:41 < fbs> ok only half a day wasted 2013-10-22T21:12:55 < Steffan-> Google knows NooM 2013-10-22T21:14:09 < NooM> http://www.duck-fever.de/img/blog72b.jpg 2013-10-22T21:14:50 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-22T21:14:50 < NooM> iam happy and sad at the same time 2013-10-22T21:14:58 < NooM> itead allread shipped my stm32 pcb's 2013-10-22T21:15:06 < NooM> but not my much older order...... 2013-10-22T21:15:32 < fbs> pics? 2013-10-22T21:15:33 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Ping timeout: 250 seconds] 2013-10-22T21:15:47 < NooM> sure gimme a sec 2013-10-22T21:16:01 < NooM> https://www.dropbox.com/s/fbg58pfvld5x0jt/finished_boards_v4_front.png 2013-10-22T21:16:08 < NooM> https://www.dropbox.com/s/rct0rlglkhdbnyf/finished_boards_v4_back.png 2013-10-22T21:16:11 < NooM> thats my old order 2013-10-22T21:17:13 < fbs> ah 2013-10-22T21:17:37 < NooM> https://www.dropbox.com/s/wcp9iqwqwt57fz5/finished_boards_v5_front.png 2013-10-22T21:17:43 < NooM> https://www.dropbox.com/s/lcmtcwad25x8hyk/finished_boards_v5_back.png 2013-10-22T21:17:50 < NooM> and thats my stm32f4 board 2013-10-22T21:18:09 < fbs> my f0 boards should come tomorrow 2013-10-22T21:18:13 < fbs> fedex delayed one day 2013-10-22T21:18:30 < NooM> the smaller boards: one is some light sensor (i2c) .. than a new ftdi chip, and a tiny switching regulator 2013-10-22T21:18:39 < fbs> seeed studio said its 0.95kg while fedex said its 0.5kg :/ 2013-10-22T21:18:58 < Steffan-> and actually is 200gr or so? :) 2013-10-22T21:19:21 < NooM> old is som avr board with rtc, some 12 bit 24 chann tlc led pwm controller, a chepo rtc and a lsm303d accelerometer/megnetometer 2013-10-22T21:19:43 < NooM> oh seed, guess they use the same fab than itead 2013-10-22T21:20:11 < NooM> f0 sounds good 2013-10-22T21:20:19 < NooM> now, i showed screen, your turn now :P 2013-10-22T21:23:07 < NooM> my new f4 version will be without the internal usb, i just use a ftdi instead 2013-10-22T21:23:09 < NooM> :D 2013-10-22T21:25:01 < fbs> i already did 2013-10-22T21:25:32 < NooM> did what ? 2013-10-22T21:25:54 < fbs> http://imgur.com/iOMWZHX 2013-10-22T21:26:44 < NooM> looks nice 2013-10-22T21:27:10 < NooM> you use abracon crystals? me too :D 2013-10-22T21:27:36 < NooM> abs06 is their tiny 32khz iam gonny try 2013-10-22T21:28:17 < fbs> they looked good 2013-10-22T21:28:24 < NooM> yeah 2013-10-22T21:30:24 -!- englishman [~englishma@192.241.165.4] has quit [Quit: bye] 2013-10-22T21:31:11 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-22T21:31:13 -!- englishman is now known as englishma 2013-10-22T21:32:02 < NooM> hmm, looks like the smooth calibration worked 2013-10-22T21:32:06 < NooM> \o/ 2013-10-22T21:36:06 < fbs> nice 2013-10-22T21:36:39 < NooM> yeah :D 2013-10-22T21:36:55 < NooM> stupid stm could have placed the 32khz with the discovery boards 2013-10-22T21:37:25 < fbs> you could do it 2013-10-22T21:37:29 < NooM> i did 2013-10-22T21:37:53 < NooM> right now i only have the discovery board 2013-10-22T21:38:23 < NooM> my board will use the same uC more or less (iam using the 405 instead of 407) 2013-10-22T21:38:50 < NooM> and only 64 pin version, i luv breadboards 2013-10-22T21:39:22 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has joined ##stm32 2013-10-22T21:39:43 -!- englishma [~englishma@192.241.165.4] has quit [Quit: bye] 2013-10-22T21:40:41 -!- englishma [~englishma@192.241.165.4] has joined ##stm32 2013-10-22T21:41:42 < NooM> well ima off, cu 2013-10-22T21:41:45 -!- NooM [~IceChat77@213-240-65-57.adsl.highway.telekom.at] has quit [Quit: Relax, its only ONES and ZEROS!] 2013-10-22T21:41:51 -!- englishma [~englishma@192.241.165.4] has quit [Client Quit] 2013-10-22T21:42:11 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-22T21:42:27 -!- englishman is now known as englishma 2013-10-22T21:43:27 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Read error: Connection reset by peer] 2013-10-22T21:44:03 -!- englishma [~englishma@192.241.165.4] has quit [Client Quit] 2013-10-22T21:44:14 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-22T21:44:14 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-22T21:44:38 -!- englishman is now known as englishma 2013-10-22T21:53:09 -!- englishma [~englishma@192.241.165.4] has quit [Quit: bye] 2013-10-22T22:11:23 < Rickta59> does yaml require any specific version of python? 2013-10-22T22:11:40 < Rickta59> * apt-get python-yaml is broken for 32 bit debian 2013-10-22T22:12:09 < Rickta59> I'm trying to build libopencm3 2013-10-22T22:13:37 < Steffan-> not sure if it helps but try #libopencm3 :) 2013-10-22T22:14:14 < fbs> waht do you guys do with 'hard faults' ? 2013-10-22T22:14:50 < Steffan-> look at what the cause is? :) 2013-10-22T22:16:13 < fbs> http://blog.frankvh.com/2011/12/07/cortex-m3-m4-hard-fault-handler/ hmm 2013-10-22T22:16:50 < Steffan-> could help as well: http://koti.kapsi.fi/jpa/stuff/other/stm32-hardfault-backtrace.html 2013-10-22T22:20:27 < fbs> ill look again when i need it :p 2013-10-22T22:23:33 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-22T22:26:00 < Steffan-> There is some more interesting stuff, but i lost it and the old channel logs are gone :( 2013-10-22T22:26:10 -!- alexn [~alexn@pD95EA276.dip0.t-ipconnect.de] has joined ##stm32 2013-10-22T22:26:41 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-22T22:32:11 -!- dekar [~dekar@dslb-088-069-142-238.pools.arcor-ip.net] has quit [Quit: This computer has gone to sleep] 2013-10-22T22:42:38 < fbs> what is the license on the st libraries/ 2013-10-22T22:43:04 < fbs> is it ok to mix it with (l)gpl/bsd/mit? 2013-10-22T22:43:31 < Steffan-> from what i understand .. no 2013-10-22T22:43:36 < Steffan-> but no one cares 2013-10-22T22:43:49 < fbs> i got a copy of stdperiph/cmsis and their startup.s/system.c 2013-10-22T22:44:10 < Steffan-> there is some header in most files and .. 2013-10-22T22:44:29 < Steffan-> http://www.st.com/st-web-ui/static/active/jp/resource/legal/legal_agreement/license_agreement/software_license_agreement_liberty_v2.pdf 2013-10-22T22:44:37 < Steffan-> is in the peripheral lib download 2013-10-22T22:44:40 < fbs> that only adds to the confusion :p 2013-10-22T22:45:33 < Steffan-> enough people seem to combine it to every random license, so that makes it acceptable :P 2013-10-22T22:45:45 < Steffan-> *combine it with 2013-10-22T22:46:11 < fbs> guess ill just write my own startup files once 2013-10-22T22:46:26 < fbs> should be allowed to link against their lib 2013-10-22T22:47:15 < fbs> https://www.youtube.com/watch?v=8RAK9248-Lo interesting thing 2013-10-22T22:47:26 < fbs> ad9361 2013-10-22T22:47:58 < fbs> looks like the guy has a looong neck tho 2013-10-22T22:48:29 < Steffan-> You don't have to use assembly for the startup code, so .. shouldn't be that hard to rewrite ( if you know how to do it ) 2013-10-22T22:49:19 -!- englishman [~englishma@192.241.165.4] has quit [Ping timeout: 260 seconds] 2013-10-22T22:49:46 < fbs> theres not that much to it anyway 2013-10-22T22:49:53 < fbs> setup the stack and the bss 2013-10-22T22:50:35 < Steffan-> Laurenceb: ^^ special video for you 2013-10-22T22:50:52 < fbs> if he likes it that much 2013-10-22T22:50:53 < fbs> https://www.youtube.com/watch?v=3RkOwD_q_-A 2013-10-22T22:50:59 < fbs> AD9361 RF Transceiver and Support Ecosystem 2013-10-22T22:51:11 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-22T22:51:20 -!- englishman is now known as englishma 2013-10-22T22:54:21 * fbs afk 2013-10-22T22:59:51 -!- englishma [~englishma@192.241.165.4] has quit [Quit: bye] 2013-10-22T23:00:03 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-22T23:15:28 < GargantuaSauce> so uh 2013-10-22T23:15:41 < GargantuaSauce> i was dicking with PLL settings and now openocd/stlink think my f4 is an f2 2013-10-22T23:16:00 < GargantuaSauce> and shit doesn't run 2013-10-22T23:16:04 < GargantuaSauce> wat do 2013-10-22T23:16:51 < emeb> neat trick! 2013-10-22T23:18:30 < jpa-> GargantuaSauce: if using texane stlink, hold the reset button until the first lines roll on the screen 2013-10-22T23:18:43 < Laurenceb_> rick roller 2013-10-22T23:19:02 < jpa-> it's surprisingly simple to time the reset button, much easier than finding the openocd command to do it ;) 2013-10-22T23:20:53 < GargantuaSauce> i guess a power cycle fixed it actually....still says f2 but my sauce is running again and it may or may not have said f2 all along i dunno! 2013-10-22T23:22:21 -!- Luggi09 [~Luggi09@cnh195149218169.pppoe.surfer.cnh.at] has quit [Ping timeout: 272 seconds] 2013-10-22T23:22:51 -!- alexn [~alexn@pD95EA276.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-22T23:25:58 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has quit [Remote host closed the connection] 2013-10-22T23:27:41 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-22T23:31:45 -!- barthess [~barthess@178.154.4.193] has quit [Ping timeout: 272 seconds] 2013-10-22T23:32:01 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-22T23:32:01 -!- Luggi09 [~Luggi09@cnh8092115237.pppoe.surfer.cnh.at] has joined ##stm32 2013-10-22T23:41:15 -!- Laurenceb_ [~Laurence@host86-151-42-2.range86-151.btcentralplus.com] has quit [Ping timeout: 245 seconds] 2013-10-22T23:44:45 < GargantuaSauce> heh i couldn't figure out why my spi was running at half the frequency it should have been...wrong apb 2013-10-22T23:44:49 -!- Laurenceb_ [~Laurence@host86-173-193-190.range86-173.btcentralplus.com] has joined ##stm32 2013-10-22T23:44:49 < GargantuaSauce> durrr --- Day changed Wed Oct 23 2013 2013-10-23T00:09:11 -!- Laurenceb_ [~Laurence@host86-173-193-190.range86-173.btcentralplus.com] has quit [Ping timeout: 245 seconds] 2013-10-23T00:10:28 -!- Laurenceb_ [~Laurence@host86-171-203-199.range86-171.btcentralplus.com] has joined ##stm32 2013-10-23T00:17:02 < Laurenceb_> http://www.youtube.com/watch?v=4YGaq8QW0x4 2013-10-23T00:17:11 < Laurenceb_> predictably comments are predictable 2013-10-23T00:18:14 -!- pixelou [~pixelou@157.159.43.108] has quit [Quit: WeeChat 0.4.1] 2013-10-23T00:18:31 < Steffan-> old video is old. 2013-10-23T00:32:11 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-23T00:34:15 < emeb> oh russia - why you so asplodey? 2013-10-23T00:36:34 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has quit [Ping timeout: 265 seconds] 2013-10-23T00:38:15 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 272 seconds] 2013-10-23T00:39:29 -!- dekar [~dekar@212.255.119.138] has joined ##stm32 2013-10-23T00:39:32 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-23T00:49:17 < Laurenceb_> those videos are like a troll magnet 2013-10-23T00:52:24 < emeb> most videos are troll magnets. 2013-10-23T00:54:19 < Laurenceb_> but russian weapons more than average 2013-10-23T01:02:03 -!- COON is now known as coon 2013-10-23T01:25:01 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-23T01:38:14 < gxti> doubt it 2013-10-23T02:02:56 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-23T02:15:24 < Simon--> l. 2013-10-23T02:15:27 < Simon--> pfft 2013-10-23T02:22:35 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-23T02:26:20 -!- Laurenceb_ [~Laurence@host86-171-203-199.range86-171.btcentralplus.com] has quit [Ping timeout: 260 seconds] 2013-10-23T02:26:24 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Client Quit] 2013-10-23T02:29:00 < gxti> ur 2013-10-23T02:39:38 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-23T02:48:38 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-23T02:58:02 < dongs> lol @ good night u$rael! 2013-10-23T02:58:06 < dongs> in those comments 2013-10-23T03:00:20 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Quit: Lost terminal] 2013-10-23T03:03:54 < dongs> voted up for funny 2013-10-23T03:19:11 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-23T03:22:17 -!- mrmcan [~mrcan@unaffiliated/mrcan] has joined ##stm32 2013-10-23T03:27:47 -!- dekar [~dekar@212.255.119.138] has quit [Quit: Leaving] 2013-10-23T04:08:26 -!- DLPeterson [~hazelnuss@199-241-202-32.PUBLIC.monkeybrains.net] has quit [Quit: leaving] 2013-10-23T04:33:13 < GargantuaSauce> anyone got an explanation for http://xn--d-bga.su/spigaps.png ? cant figure out why there's gaps between the bytes. http://bcas.tv/paste/results/L1vA1K27.html 2013-10-23T04:45:46 < emeb> wasn't there a big discussion of this a few days ago. 2013-10-23T04:45:46 < GargantuaSauce> i suspect it's because the irq triggering and the peripheral register read/writes are taking more than 16 APB clock cycles 2013-10-23T04:46:13 < GargantuaSauce> but this confuses me because that means that the fastest clock mode (/2) is basically pointless 2013-10-23T04:46:25 < emeb> you need to ensure you're doing an 8-bit write to the DR or else the SPI peripheral assumes you want 16-bit xfer. 2013-10-23T04:46:34 < GargantuaSauce> it's not a 16 bit transfer 2013-10-23T04:46:40 < GargantuaSauce> yellow is sck 2013-10-23T04:46:50 < emeb> ya 2013-10-23T04:46:56 < GargantuaSauce> eight pulses 2013-10-23T04:47:14 < emeb> fifo? 2013-10-23T04:47:56 < GargantuaSauce> nope, what you see in the snippet is what is running 2013-10-23T04:48:22 < GargantuaSauce> i guess dma would indeed make that mode worthwhile 2013-10-23T04:54:54 < dongs> fastest furry transform 2013-10-23T04:55:04 < dongs> sup pros 2013-10-23T04:55:15 < dongs> chinamaning like a boss today 2013-10-23T04:55:24 < GargantuaSauce> wrestling with my incompetence 2013-10-23T04:55:54 < dongs> why dont you take someone elses published ideas and retweet them on hack-a-day as your own invention 2013-10-23T04:56:07 < dongs> just make sure its far enough back in time that blogsophere wont notice 2013-10-23T04:56:11 < emeb> wondering - is there a way to trigger a software interrupt? 2013-10-23T04:56:21 < GargantuaSauce> it's called a function :V 2013-10-23T04:56:28 < dongs> what software interrupt? 2013-10-23T04:56:28 < GargantuaSauce> dongs because i have no interest in hype 2013-10-23T04:56:32 < dongs> you can just call the IRQ? 2013-10-23T04:56:51 < emeb> no, I want a low-priority background process. 2013-10-23T04:56:52 < dongs> or im sure you can set some bit in some nvic register to force it 2013-10-23T04:56:55 < dongs> systick? 2013-10-23T04:57:07 < emeb> that is kicked off when I flip a bit in another ISR. 2013-10-23T04:57:40 < dongs> you can trigger exti interrupts manually 2013-10-23T04:57:44 < dongs> so, setup a exti one 2013-10-23T04:57:49 < emeb> aha! 2013-10-23T04:57:49 < dongs> w/o hardware attached 2013-10-23T04:58:15 < emeb> that sounds perfect. 2013-10-23T04:59:04 < emeb> working on a stupid app that can't use DMA for the I2S port due to real-time inputs. 2013-10-23T04:59:18 < emeb> need to manually feed data to the I2S DR 2013-10-23T04:59:29 < emeb> and then generate the data in another process. 2013-10-23T04:59:57 < dongs> don't forget to credit inventor dongs in your dickstarter 2013-10-23T05:00:14 < dongs> i wonder what jeri's IP address is 2013-10-23T05:00:17 < emeb> Your name will feature prominently in my comments. 2013-10-23T05:00:35 < dongs> seattle is what speakasy or something for ISP/ 2013-10-23T05:01:07 < dongs> i wonder where the tranny rumors came from 2013-10-23T05:01:53 < GargantuaSauce> no girls on the internet 2013-10-23T05:02:09 < gxti> interested in gossip now dongs? 2013-10-23T05:02:25 < GargantuaSauce> if it's to do with his goddess, yes 2013-10-23T05:02:44 < dongs> now the "cant keep a job" stuff makes total sense 2013-10-23T05:03:06 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-23T05:03:22 < dongs> as soon as they find out its a dude, all teh dicks who voted that worthless shit in go flaccid 2013-10-23T05:03:25 < dongs> and she gets fired 2013-10-23T05:04:21 < dongs> fuck, so nice when machine doesnt fuck up . 3 panes through and it hasnt trashed itself yet 2013-10-23T05:06:03 < gxti> how big is the company you work for, dongs? 2013-10-23T05:07:35 < dongs> actually i only flip burgers at McDs 2013-10-23T05:07:37 < dongs> sorry to disappoint 2013-10-23T05:08:09 < GargantuaSauce> yeah i suspected you just toss pcbs on the grill for reflow between big macs 2013-10-23T05:08:32 < dongs> yep 2013-10-23T05:08:36 < GargantuaSauce> the flux really adds flavour too 2013-10-23T05:09:36 < gxti> from what i've heard mcdonalds is pretty classy in some countries, catering to local tastes and whatnot. but i guess in japan it's probably just a vending machine with burgers and used panties. 2013-10-23T05:10:24 < GargantuaSauce> i went to one in korea and it tasted exactly the same, every bit as regrettable 2013-10-23T05:10:33 < GargantuaSauce> they had some local twists too, bulgogi burgers and so on 2013-10-23T05:16:18 < GargantuaSauce> how retarded would it be to do dma for really small spi transfers? 33 bytes at the largest down to like...2 2013-10-23T05:17:20 < englishman> i think dma is only there so you can learn how to use dma and when it works say "oh, that's neat" 2013-10-23T05:17:46 < dongs> GargantuaSauce: if its worth setup and/or if you wanna do other shit whlie its happening sure 2013-10-23T05:17:59 < dongs> if youre just gonna while(!DMA->done); then might as well not care? 2013-10-23T05:18:51 < GargantuaSauce> well i am looking at doing solely an interrupt driven one with no dma but it's turning into a huge pain in the ass 2013-10-23T05:19:07 < GargantuaSauce> every implementation i can find in real applications just polls or uses dma transfers 2013-10-23T05:21:40 < GargantuaSauce> what's complicating it is that this particular slave needs the NSS pin low for the duration of a command and its payload, so i cant just combine adjacent commands into a big transfer and use hardware ss 2013-10-23T05:22:10 < dongs> wait a sec 2013-10-23T05:22:14 < dongs> if jeri was female 2013-10-23T05:22:16 < dongs> and she's like 40 now 2013-10-23T05:22:18 < dongs> where teh fuck are her kids? 2013-10-23T05:22:46 < GargantuaSauce> that is a little presumptuous 2013-10-23T05:22:56 < GargantuaSauce> and your obsession is getting a bit weird dude 2013-10-23T05:26:08 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-23T05:42:04 < dongs> tweeting without a pause 2013-10-23T05:42:24 < emeb_mac> s/p/c/ 2013-10-23T05:42:40 < GargantuaSauce> just seems like a waste of time 2013-10-23T05:43:04 < GargantuaSauce> why not delegate? i'm sure incog is eager as always to make himself useful being an obnoxious shit 2013-10-23T05:43:05 < dongs> haha 2013-10-23T05:44:01 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-23T05:44:21 < dongs> could always ask zippe wat he thinks . 2013-10-23T06:00:54 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-23T06:00:59 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-23T06:00:59 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-23T06:01:47 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-23T06:15:31 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-23T06:15:42 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-23T06:17:27 < emeb> dongs: EXTI software IRQ works. thx. 2013-10-23T06:17:57 < dongs> ^_^ 2013-10-23T06:18:14 < dongs> did ytou have to commit some hardware for it? 2013-10-23T06:18:19 < dongs> or just didnt setup EXTI_Line shit or whatever 2013-10-23T06:22:07 < gxti> you can soft trigger any unused irq 2013-10-23T06:24:52 < dongs> now you tell him 2013-10-23T06:24:53 < dongs> how? 2013-10-23T06:25:05 < dongs> i only knew of exti 2013-10-23T06:25:23 < gxti> nvic 2013-10-23T06:26:16 < gxti> "set pending register" 2013-10-23T06:28:42 < gxti> it's not fundamentally different from exti, or from setting the status flag inside the peripheral, except those require that the peripheral is clocked 2013-10-23T06:36:40 < dongs> trolling 2013-10-23T06:39:27 < dongs> is there peripheral-to-peripheral mode? 2013-10-23T06:39:34 < dongs> i thought it was p2m and m2p 2013-10-23T06:39:54 < emeb> dongs: no hardware necessary. there's a software trigger bit for the EXTI 2013-10-23T06:40:23 < dongs> yea. apparently, for any interrupt as well, according to gxti 2013-10-23T06:40:40 < emeb> huh. dunno how that would work, but this was simple. 2013-10-23T06:40:57 < gxti> probably NVIC_SetPending(Derpy_IRQn); 2013-10-23T06:41:08 < gxti> just guessing. 2013-10-23T06:41:23 < emeb> One thing I'm learning though - not using DMA to spew data into the I2S port is stupid. 2013-10-23T06:41:38 < emeb> you have to hand it every halfword, one at a time. 2013-10-23T06:41:55 < emeb> so for stereo audio out you get interrupted at 2x the sample rate. 2013-10-23T06:42:27 < gxti> what's the most i2s ports on a single stm32 part? like two? 2013-10-23T06:42:39 < emeb> gxti: AFAICT yes 2013-10-23T06:42:43 < gxti> R2COM: wire them together 2013-10-23T06:42:54 < emeb> and I'm using both on this project, so 4 IRQs/sample! 2013-10-23T06:43:23 < gxti> i have some wacky mixer idea, but analog probably makes more sense 2013-10-23T06:43:35 < dongs> whats hte fucking point of just receiving SPI1 and sending SPI2 2013-10-23T06:43:40 < dongs> if youre doing thatm, just fucking connect htem together 2013-10-23T06:43:53 < emeb> gxti: what's the mixer idea? 2013-10-23T06:43:55 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-23T06:44:22 < gxti> nothing too exciting, just a DAC with multiple PCs feeding it 2013-10-23T06:44:44 < emeb> how do the PCs feed data? 2013-10-23T06:45:10 < gxti> usb probably? which means a lot of stm32s, lol. 2013-10-23T06:45:22 < dongs> usb hub that shit 2013-10-23T06:45:41 < emeb> hubs don't do many -> one do they? 2013-10-23T06:46:05 < emeb> ie many hosts -> one device 2013-10-23T06:46:17 < gxti> spdif would be simpler but there's no way to backfeed clock to the pc so digitally mixing would suck 2013-10-23T06:46:28 < gxti> as they'd all be out of sync and need to be retimed too 2013-10-23T06:46:44 < emeb> right - you'd need a resampler on every channel 2013-10-23T06:46:55 < gxti> hence the dumb solution, analog 2013-10-23T06:46:58 < emeb> which is doable, but ugly. 2013-10-23T06:47:35 < emeb> hmm... interesting problem. 2013-10-23T06:48:01 < emeb> so, multiple STM32 USB Audio class devices taking data in on USB and spewing I2S data out. 2013-10-23T06:48:19 < gxti> not all of the sources are important, it's actually two PCs and a beagleboner and for the PCs i'm more concerned about working reliably in games and such than quality, the beagleboner is the only one that needs to do 192khz/24bit 2013-10-23T06:48:26 < emeb> then feed them all to an FPGA with a multi-channel resampler, then to a high-quality audio DAC? 2013-10-23T06:48:26 < dongs> wow, what the fuck. enig on 2 out of 6 boards on this panel is busted 2013-10-23T06:48:30 < dongs> it didnt solder at ALL 2013-10-23T06:48:40 < dongs> paste just balled up 2013-10-23T06:48:49 < emeb> eww 2013-10-23T06:48:55 < gxti> dongs: is the gold visibly messed up? saw that on somebody else's boards 2013-10-23T06:48:56 < emeb> some kind of contamination? 2013-10-23T06:49:00 < gxti> like it didn't plate properly 2013-10-23T06:49:02 < dongs> gxti: nope, looks perfectly fine. fucking WEIRD 2013-10-23T06:49:04 < dongs> yeah 2013-10-23T06:49:05 < gxti> all dark and ugly 2013-10-23T06:49:08 < dongs> whats odd is its not entire panel thats fucked 2013-10-23T06:49:11 < dongs> just 2/6 2013-10-23T06:49:12 < gxti> shouldn't have left the fab 2013-10-23T06:49:14 < emeb> scrub with solvent? 2013-10-23T06:49:18 < dongs> fucking bizzare 2013-10-23T06:49:24 < dongs> well, too late ill just toss the shit 2013-10-23T06:49:59 < dongs> so weird 2013-10-23T06:50:03 < gxti> emeb: yeah that's one way, but while analog is not my strong point i know it's the "right" way to do it. and for bonus points i won't spend months avoiding writing the hdl. 2013-10-23T06:50:49 < dongs> make your STM32 a USB hub 2013-10-23T06:50:53 < dongs> (in software) 2013-10-23T06:51:00 < dongs> then present a bunch of USB Audio class devices 2013-10-23T06:51:01 < dongs> behind the hub 2013-10-23T06:51:05 < dongs> done 2013-10-23T06:51:28 < gxti> wtf good would that do? 2013-10-23T06:51:35 < dongs> you onyly need one stm32? 2013-10-23T06:51:55 < gxti> i have 3 PCs to connect it to 2013-10-23T06:52:37 < gxti> that's the opposite of what a hub does 2013-10-23T06:52:42 < emeb> gxti: yeah. Just means lots of audio DACs. Not a big deal though. 2013-10-23T06:52:43 < dongs> oh ok 2013-10-23T06:53:08 < dongs> why not use that newfag USB>DAC thing from BRRR-BROWN 2013-10-23T06:53:14 < dongs> the one that recently got liek 500k on dickstarter 2013-10-23T06:53:17 < dongs> wiht 384khz sampling 2013-10-23T06:53:35 < emeb> yeah - those TI/BB USB DACs are pretty easy. 2013-10-23T06:53:43 < emeb> I did a project with one b4 2013-10-23T06:53:56 < dongs> but you didnt dickstart it on 6layer pcb 2013-10-23T06:54:20 < dongs> shoulda used a zync 2013-10-23T06:55:13 < dongs> yea that. in 686BGA 2013-10-23T06:55:13 < emeb> dongs: got a zynq on order. Should have it in Dec. 2013-10-23T06:55:26 < emeb> looking forward to playing with that... 2013-10-23T06:55:33 < dongs> is availability that bad? 2013-10-23T06:55:49 < dongs> or is that the dickstarter thing 2013-10-23T06:55:52 < dongs> DAQ whatever 2013-10-23T06:55:57 < emeb> Nah: http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,400,1198&Prod=ZYBO 2013-10-23T06:56:05 < emeb> just not done building 'em yet. 2013-10-23T06:56:20 < emeb> and totally not KS. 2013-10-23T06:57:19 < emeb> yeah - please rape me for $900 2013-10-23T06:57:21 < dongs> 7010 != 700 2013-10-23T06:57:53 < dongs> Full seat ISE® Design Suite: Embedded Edition 2013-10-23T06:57:54 < dongs> Device-locked to the Zynq-7020 All Programmable SoC 2013-10-23T06:58:01 < emeb> ya 2013-10-23T06:58:14 < emeb> already on order 2013-10-23T06:59:04 < emeb> 1) cheaper than zedboard 2013-10-23T06:59:11 < emeb> 2) has more I/O that I want 2013-10-23T07:00:01 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-23T07:00:56 < dongs> ragequitter. 2013-10-23T07:01:59 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-23T07:04:24 < dongs> just hotaired everything worth > $1 off the failenig boards and tossed htem 2013-10-23T07:04:29 < dongs> couldnt even handsolder stuff back on 2013-10-23T07:04:37 < dongs> the pads that didnt plate or wahtever were just repelling solder. 2013-10-23T07:05:42 < emeb_mac> weird 2013-10-23T07:07:05 < dongs> ya totally bizzare 2013-10-23T07:07:57 -!- TeknoJuce01 [~TeknoJuce@135.0.85.12] has quit [Read error: Connection reset by peer] 2013-10-23T07:09:30 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has joined ##stm32 2013-10-23T07:20:04 -!- capacitor [7bf38bbb@gateway/web/freenode/ip.123.243.139.187] has joined ##stm32 2013-10-23T07:36:50 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-23T07:36:56 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-23T07:41:08 < dongs> life's good 2013-10-23T07:44:29 -!- Activate_for_mor [~mirggi@host-46-158-66-217.spbmts.ru] has joined ##stm32 2013-10-23T07:44:29 < capacitor> welcome 2013-10-23T07:45:09 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-23T08:04:07 -!- DanteA [~X@host-49-159-66-217.spbmts.ru] has joined ##stm32 2013-10-23T08:06:06 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 260 seconds] 2013-10-23T08:21:57 -!- capacitor [7bf38bbb@gateway/web/freenode/ip.123.243.139.187] has left ##stm32 [] 2013-10-23T08:22:49 < dongs> trolls, in MY #stm32? 2013-10-23T08:23:55 < emeb_mac> we got to move these refrigerators, we got to move these color TVs... 2013-10-23T08:27:07 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-23T08:36:17 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-23T08:42:27 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-23T08:42:51 -!- DanteA [~X@host-49-159-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-23T08:43:17 -!- DanteA [~X@host-97-157-66-217.spbmts.ru] has joined ##stm32 2013-10-23T09:00:54 < dongs> commence chats 2013-10-23T09:01:21 < talsit> NO 2013-10-23T09:01:43 < jpa-> yeah, no chats today 2013-10-23T09:16:19 -!- DanteA [~X@host-97-157-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-23T09:17:59 -!- DanteA [~X@host-68-158-66-217.spbmts.ru] has joined ##stm32 2013-10-23T09:24:01 -!- DanteA [~X@host-68-158-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-23T09:25:46 < dongs> http://www.ebay.com/itm/171041032847 I wonder who the fuck would actually need this 2013-10-23T09:35:50 -!- DanteA [~X@host-4-158-66-217.spbmts.ru] has joined ##stm32 2013-10-23T09:40:27 < dongs> thats whats worrying 2013-10-23T09:42:05 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-23T09:43:55 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-23T09:44:37 -!- barthess [~barthess@86.57.155.106] has quit [Client Quit] 2013-10-23T09:45:11 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-23T09:50:51 -!- DanteA [~X@host-4-158-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-23T09:52:54 < dongs> fuck thats amazing 2013-10-23T09:52:56 < dongs> retweeting everwhere 2013-10-23T09:58:10 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-23T09:58:22 < ABLomas> OMG 2013-10-23T10:09:25 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-23T10:09:39 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-23T10:12:09 < dongs> http://i.imgur.com/1SJslRh.gif 2013-10-23T10:22:01 -!- Robint91 [~Robint91_@2a02:2c40:400:0:f98d:5569:e405:16] has joined ##stm32 2013-10-23T10:25:07 < Robint91> hi all 2013-10-23T10:25:16 < Robint91> http://www.youtube.com/watch?v=qORYO0atB6g 2013-10-23T10:25:21 < Robint91> to wake up 2013-10-23T10:32:14 -!- Robint91 [~Robint91_@2a02:2c40:400:0:f98d:5569:e405:16] has quit [Read error: Connection reset by peer] 2013-10-23T10:32:38 -!- Robint91 [~Robint91_@2a02:2c40:400:0:f98d:5569:e405:16] has joined ##stm32 2013-10-23T10:32:50 < dongs> make 30 bucks from youtube this year. i can finally quit my day job 2013-10-23T10:32:55 < dongs> and just blog full time 2013-10-23T10:32:58 < dongs> like jeri 2013-10-23T10:33:13 < dongs> make->made 2013-10-23T10:34:26 < Robint91> dongs, YOLO YOUTUBE SWAG 2013-10-23T10:39:23 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 272 seconds] 2013-10-23T10:39:52 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T10:40:16 -!- Activate_for_mor [~mirggi@host-46-158-66-217.spbmts.ru] has quit [Ping timeout: 265 seconds] 2013-10-23T10:41:30 -!- Laurenceb_ [~Laurence@host86-171-203-199.range86-171.btcentralplus.com] has joined ##stm32 2013-10-23T10:51:46 -!- Activate_for_mor [~mirggi@host-110-158-66-217.spbmts.ru] has joined ##stm32 2013-10-23T11:03:50 -!- Laurenceb_ [~Laurence@host86-171-203-199.range86-171.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-23T11:38:40 < dongs> Did you know? FCI is a french company 2013-10-23T11:38:49 < dongs> news2me 2013-10-23T11:57:42 < Robint91> dongs, and ST is dutch 2013-10-23T11:57:45 < Robint91> -_- 2013-10-23T12:02:14 < dongs> no, italian? 2013-10-23T12:02:14 < dongs> that i knew 2013-10-23T12:02:56 -!- enots [~dimka@enot.telekom.ru] has quit [Ping timeout: 245 seconds] 2013-10-23T12:03:11 -!- enots [~dimka@enot.telekom.ru] has joined ##stm32 2013-10-23T12:17:06 < fbs> what do you do on youtube dongs? 2013-10-23T12:24:36 -!- xpg [~pf@5.179.82.4] has joined ##stm32 2013-10-23T12:38:56 < Laurenceb> sup 2013-10-23T12:39:12 * Laurenceb thought of another reason Castar is useless 2013-10-23T12:39:37 < Laurenceb> they are using off the shelf retroreflector fabric 2013-10-23T12:39:47 < Laurenceb> which scatters diffuse light 2013-10-23T12:40:05 < Laurenceb> so the contrast ratio will be non-existent 2013-10-23T12:46:47 < jpa-> wasn't the point to detect modulated IR light or something? (i haven't studied it closely) 2013-10-23T12:47:44 < Robint91> jpa-, euh 2013-10-23T12:48:13 < Laurenceb> http://www.mpoweruk.com/images/lithium_window.gif <- useful 2013-10-23T12:48:20 < Laurenceb> jpa-: wut 2013-10-23T12:48:37 < Laurenceb> theres nothing smart like that 2013-10-23T12:49:06 < jpa-> ah 2013-10-23T12:49:29 < jpa-> what does it really do? i didn't quite understand the whole hype 2013-10-23T12:49:46 < jpa-> was it supposed to detect the location of real world stuff, or project something new there? or what 2013-10-23T12:49:59 < Laurenceb> both 2013-10-23T12:50:09 < Laurenceb> but its a clusterfuck 2013-10-23T12:50:25 < jpa-> is there also a visible light projector? i somehow got an impression that it was IR projector 2013-10-23T12:50:26 < Laurenceb> idea seems to be smart but it went downhill from there 2013-10-23T12:50:36 < Laurenceb> its visible 2013-10-23T12:50:44 < Laurenceb> im tempted to do it properly 2013-10-23T12:51:10 < Laurenceb> single visibile projector with a ir camera and 2d barcode printed in ir ink 2013-10-23T12:51:14 < Laurenceb> for location 2013-10-23T12:51:26 < Laurenceb> thatd be ~1/3rd the cost 2013-10-23T13:03:04 < jpa-> Laurenceb: hmm.. if the projector leds could be pulsed at very small duty and the active shutters be closed for most of the time, that would increase contrast against ambient light 2013-10-23T13:03:17 < jpa-> but somehow darkening the room doesn't seem like the biggest problem there 2013-10-23T13:04:08 -!- Viper168 is now known as Viper168_ 2013-10-23T13:08:39 -!- Activate_for_mor [~mirggi@host-110-158-66-217.spbmts.ru] has quit [Ping timeout: 265 seconds] 2013-10-23T13:08:39 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 265 seconds] 2013-10-23T13:09:11 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-23T13:11:00 < Laurenceb> arg wtf 2013-10-23T13:11:11 < Laurenceb> my lipo cell has gone down to 1.5v 2013-10-23T13:11:21 -!- Activate_for_mor [~mirggi@host-46-158-66-217.spbmts.ru] has joined ##stm32 2013-10-23T13:11:36 < Laurenceb> looks like someone has been shipping fake lipo charge protectors 2013-10-23T13:12:06 < Robint91> Laurenceb, http://i.gifeye.com/7488.gif 2013-10-23T13:13:39 -!- rewolff [~wolff@cust-95-128-94-82.breedbanddelft.nl] has joined ##stm32 2013-10-23T13:14:56 < Laurenceb> going to send this back to farnell i think 2013-10-23T13:16:17 -!- NooM [~IceChat77@213-240-66-204.adsl.highway.telekom.at] has joined ##stm32 2013-10-23T13:16:21 < NooM> hello 2013-10-23T13:18:35 < Laurenceb> http://www.farnell.com/datasheets/1666651.pdf 2013-10-23T13:18:40 < Laurenceb> ^looks like BS 2013-10-23T13:19:22 < NooM> hm 2013-10-23T13:19:30 < NooM> i buy my lipos at rc stores 2013-10-23T13:21:22 < NooM> i prefeer lifepo3 tho 2013-10-23T13:21:24 < NooM> :D 2013-10-23T13:21:25 < rewolff> Laurence, if you SLOWLY recharge (C/20 or thereabouts), and quickly after dropping below 3V, the damage is usually small. 2013-10-23T13:22:01 < Laurenceb> rewolff: yeah 2013-10-23T13:22:13 < Laurenceb> but its supposed to have a protection circuit 2013-10-23T13:22:32 < Laurenceb> im going to have to return it, I need a protection circuit for CE 2013-10-23T13:23:14 < rewolff> Yeah. You're right.... 2013-10-23T13:23:50 < rewolff> The problem is that the specs say the protection SHOULD kick in at 2.5V nominal, which is lower than the lowest-allowed 2.75 nominal for the cell. 2013-10-23T13:23:59 < rewolff> So the SPECs already are BAD. 2013-10-23T13:24:24 < rewolff> I'd rather have the protection kick in at 3.0 2013-10-23T13:24:42 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-23T13:25:18 -!- NooM [~IceChat77@213-240-66-204.adsl.highway.telekom.at] has quit [Quit: Some folks are wise, and some otherwise.] 2013-10-23T13:25:44 < rewolff> Another thing is that you have very, very little capacity below 3.0V. So drawing just a few microamps to power the protection circuitry can drain a battery well below the cutoff even if the protection works..... 2013-10-23T13:26:21 < rewolff> So if the protection circuitry is not properly designed to cut itself off as well, it might drain the battery during the course of a few days..... 2013-10-23T13:27:03 < dongs> lets say I have a locked stm chip, I go and change option bytes to disable ROP, then I watch power consumption with uA meter and i drop power after xx ns , enough to kill ROP bit but not enough to kill (some/all/most) of flash. feasible? or does ROP get clearaed only after flash is gone 2013-10-23T13:27:03 < dongs> (this is all automated, of course, and I can control power-off timing) 2013-10-23T13:28:18 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-23T13:28:45 < zyp> dongs, if it's sanely designed I would assume the latter 2013-10-23T13:29:21 < dongs> zyp, but who knows :) 2013-10-23T13:29:47 < zyp> I considered adding that myself 2013-10-23T13:29:48 < zyp> :p 2013-10-23T13:30:34 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-23T13:30:35 < dongs> its fairly easy enough to try 2013-10-23T13:33:25 -!- Robint91_ye_2nd [~Robint91_@2a02:2c40:400:0:7422:1559:2109:33f8] has joined ##stm32 2013-10-23T13:33:35 < dongs> to setup a test like that. 2013-10-23T13:33:35 < dongs> and you get 10k+ tries per chip to try it out 2013-10-23T13:35:50 -!- Robint91 [~Robint91_@2a02:2c40:400:0:f98d:5569:e405:16] has quit [Ping timeout: 245 seconds] 2013-10-23T13:45:50 -!- capacitor [7bf38bbb@gateway/web/freenode/ip.123.243.139.187] has joined ##stm32 2013-10-23T13:45:56 < capacitor> thankyou very much 2013-10-23T13:46:32 < zyp> no problem 2013-10-23T13:47:54 < jpa-> you are welcome 2013-10-23T13:48:14 < rewolff> @dongs: That sort of "bugs" that fell for those tricks are now "well known". So you'd expect a modern chip to do the "proper" thing. On the other hand, stupid bugs have been known to creep into chips before. 2013-10-23T13:48:55 -!- PT_Dreamer [~quassel@a94-133-171-167.cpe.netcabo.pt] has joined ##stm32 2013-10-23T13:51:30 < dongie> right 2013-10-23T13:52:05 < Laurenceb> where do i buy reliable lipo cells? 2013-10-23T13:52:16 < Laurenceb> aidsfruit and sparkfun? 2013-10-23T13:52:20 < dongie> ??? 2013-10-23T13:52:22 < dongie> hobbyking, BRO 2013-10-23T13:52:37 < Laurenceb> http://www.farnell.com/datasheets/1666651.pdf this is shit 2013-10-23T13:52:40 < Laurenceb> lol 2013-10-23T13:52:49 < jpa-> anything chinese is having trouble shipping lithium cells lately.. so prepare for delays 2013-10-23T13:53:29 < Laurenceb> maybe i could try and work out wtf they did to the protection circuit 2013-10-23T13:53:40 < Laurenceb> or buy direct from varta.. 2013-10-23T13:54:08 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-23T13:54:11 < fbs> what to do with newlibs _gettimeofday_? What i have now is getting the rtc time/date etc fill a 'struct tm' with that. Use mktime to get a time_t and RTC_GetSubSeconds() for subseconds and use that to fill struct timeval 2013-10-23T13:54:39 < jpa-> so what do you want to do with it? 2013-10-23T13:55:02 < jpa-> if you never call it, no-one cares what it does 2013-10-23T13:56:56 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-23T13:59:20 < fbs> a 'timestamp' 2013-10-23T13:59:53 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-23T14:02:31 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-23T14:04:54 -!- dongs_ [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T14:07:08 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 265 seconds] 2013-10-23T14:11:53 -!- dongs_ [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Read error: Connection reset by peer] 2013-10-23T14:12:12 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T14:16:28 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 240 seconds] 2013-10-23T14:17:23 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T14:18:00 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-23T14:22:07 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 265 seconds] 2013-10-23T14:22:45 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T14:27:55 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 272 seconds] 2013-10-23T14:30:12 < capacitor> dong dong dong 2013-10-23T14:30:22 < capacitor> cant make up his mind to stay or go 2013-10-23T14:34:17 -!- capacitor [7bf38bbb@gateway/web/freenode/ip.123.243.139.187] has left ##stm32 [] 2013-10-23T14:36:08 -!- Robint91 [~Robint91_@2a02:2c40:400:0:342b:240e:8a37:db55] has joined ##stm32 2013-10-23T14:37:30 -!- Robint91_ye_2nd [~Robint91_@2a02:2c40:400:0:7422:1559:2109:33f8] has quit [Ping timeout: 245 seconds] 2013-10-23T14:39:13 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T14:46:12 < Laurenceb> grrr 2013-10-23T14:46:31 < Laurenceb> im pissed about farnell lipo cells 2013-10-23T14:46:39 < Laurenceb> going to try and refund my cells 2013-10-23T14:46:53 < Laurenceb> i have £1k worth in boxes atm 2013-10-23T14:47:48 < jpa-> what's wrong with them? 2013-10-23T14:48:21 < Laurenceb> discharge protect isnt working on a significant proportion of them 2013-10-23T14:49:37 < zyp> isn't working like it's designed to do or isn't working like you believe it should do? 2013-10-23T14:51:10 < Laurenceb> i dunno 2013-10-23T14:51:12 < jpa-> also, isn't that just "stop it from blowing up" protection, i.e. not supposed to be part of normal use 2013-10-23T14:51:16 < Laurenceb> i can discharge to 1.5v 2013-10-23T14:51:27 < zyp> jpa-, exactly 2013-10-23T14:51:32 < Laurenceb> yeah, but i need it for safety 2013-10-23T14:51:36 < Laurenceb> for CE 2013-10-23T14:52:15 < jpa-> CE requires protection circuit for non-user replaceable batteries now? 2013-10-23T14:52:17 < zyp> Laurenceb, but it doesn't blow up, does it? 2013-10-23T14:53:34 < Laurenceb> no but it breaks the batteries 2013-10-23T14:53:38 < Laurenceb> jpa-: yes 2013-10-23T14:54:14 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 240 seconds] 2013-10-23T14:55:13 < jpa-> where does one find out about all the stuff that CE requires? it seems that only from $$$$ courses or by reading >9000 pages of lawyer babble 2013-10-23T14:55:53 < Laurenceb> jpa-: find CE documentation for past devices 2013-10-23T14:56:09 < Laurenceb> luckily i have such info 2013-10-23T14:56:19 < Laurenceb> ive put together a latex project 2013-10-23T14:56:30 < Laurenceb> i might github it after i quit my job 2013-10-23T14:56:43 < jpa-> sounds like a crappy way to do it; just leads to cargo cult and difficult to keep up with new requirements 2013-10-23T14:56:54 < Laurenceb> shrug 2013-10-23T14:57:03 < Laurenceb> theres no other way 2013-10-23T14:57:12 < Laurenceb> it _is_ cargo cult 2013-10-23T14:58:02 < jpa-> besides, the penalties for CE fails are so trivial that who cares ;) 2013-10-23T14:58:31 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Ping timeout: 250 seconds] 2013-10-23T14:59:49 < Laurenceb> http://www.youtube.com/watch?v=p1mnGkp34w4 2013-10-23T15:00:25 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T15:05:23 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 272 seconds] 2013-10-23T15:07:50 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has quit [Ping timeout: 272 seconds] 2013-10-23T15:08:33 -!- Activate_for_mor [~mirggi@host-46-158-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-23T15:09:07 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has joined ##stm32 2013-10-23T15:10:26 -!- Robint91 [~Robint91_@2a02:2c40:400:0:342b:240e:8a37:db55] has quit [Ping timeout: 264 seconds] 2013-10-23T15:15:34 < Laurenceb> heh i can track my ups delivery of flightradar24 2013-10-23T15:15:41 < Laurenceb> *on 2013-10-23T15:17:08 < Laurenceb> http://www.kickstarter.com/projects/125377036/star-trek-continues-webseries 2013-10-23T15:17:41 < Laurenceb> http://www.b3tards.com/u/4f3e520a1ba01b78eff9/tesco_star_trek.jpg 2013-10-23T15:19:17 < dongie> let's discover some great projects 2013-10-23T15:19:30 < dongie> http://www.kickstarter.com/projects/rullywowr/attiny85-isp-shrink-your-arduino-projects-with-eas?ref=tag 2013-10-23T15:19:33 < dongie> fuck yes. 2013-10-23T15:22:32 < Laurenceb> http://www.youtube.com/watch?v=u1A_yFvQdhQ&feature=player_detailpage#t=114 2013-10-23T15:24:10 < dongie> http://en.wikipedia.org/wiki/Ilya_Zhitomirskiy#Death 2013-10-23T15:24:16 < dongie> opensores kills 2013-10-23T15:25:42 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-23T15:26:13 < dongie> http://www.kickstarter.com/projects/qu-bd/qu-bd-one-up-open-source-production-ready-3d-print?ref=category 2013-10-23T15:29:19 < Laurenceb> interesting 2013-10-23T15:29:41 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-23T15:37:46 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T15:40:42 -!- MrMobius [~Joey@194.176.111.178] has joined ##stm32 2013-10-23T15:44:41 -!- Activate_for_mor [~mirggi@host-110-158-66-217.spbmts.ru] has joined ##stm32 2013-10-23T15:46:40 < Laurenceb> http://www.youtube.com/watch?v=D1EHZPjLNHk 2013-10-23T15:47:06 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 245 seconds] 2013-10-23T15:56:38 -!- MrMobius [~Joey@194.176.111.178] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Chicks dig it] 2013-10-23T16:04:46 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-23T16:07:49 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 248 seconds] 2013-10-23T16:13:56 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T16:18:21 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 245 seconds] 2013-10-23T16:20:42 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T16:27:59 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 272 seconds] 2013-10-23T16:29:35 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-23T16:32:27 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-23T16:39:00 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T16:44:13 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 265 seconds] 2013-10-23T16:44:25 -!- dongs_ [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T16:48:28 -!- dongs_ [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 240 seconds] 2013-10-23T16:48:55 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Read error: Connection reset by peer] 2013-10-23T16:49:05 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-23T16:49:34 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T16:52:55 -!- dekar [~dekar@dslb-088-068-019-020.pools.arcor-ip.net] has joined ##stm32 2013-10-23T16:52:58 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-23T16:53:46 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 245 seconds] 2013-10-23T17:01:04 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T17:01:36 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-23T17:01:36 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Disconnected by services] 2013-10-23T17:06:59 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 272 seconds] 2013-10-23T17:12:43 < dongie> fucking feenode 2013-10-23T17:14:04 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T17:19:18 < Steffan-> Yeah, blame freenode for only disconnecting you. 2013-10-23T17:19:59 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 265 seconds] 2013-10-23T17:20:04 < dongie> nope. 2013-10-23T17:20:10 < dongie> as y ou can see, i'm connected to HERE without problemsd 2013-10-23T17:20:55 -!- xpg [~pf@5.179.82.4] has quit [Ping timeout: 272 seconds] 2013-10-23T17:21:00 < GargantuaSauce> so blame your broken beer-internets 2013-10-23T17:23:14 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T17:27:28 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 240 seconds] 2013-10-23T17:27:39 -!- Steffan- [~steffanx@unaffiliated/steffanx] has quit [Quit: Gone..] 2013-10-23T17:28:02 -!- Steffanx [~steffanx@unaffiliated/steffanx] has joined ##stm32 2013-10-23T17:33:53 -!- Robint91 [~Robint91_@2a02:2c40:400:0:5ed:4cbb:fe5e:5efb] has joined ##stm32 2013-10-23T17:34:32 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T17:36:20 < fbs> heh, this datasheet says p1 of the f051 has a dot 2013-10-23T17:36:27 < fbs> mine has 2 dots 2013-10-23T17:37:18 < dongie> haha 2013-10-23T17:37:27 < dongie> the concave dot = pin1 2013-10-23T17:37:29 < dongie> flat one = uselss. 2013-10-23T17:38:45 < fbs> im using the discovery as reference :p 2013-10-23T17:38:56 < fbs> having the text up side down makes sense 2013-10-23T17:42:15 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Remote host closed the connection] 2013-10-23T17:42:31 < dongie> no, text should be correct oriented 2013-10-23T17:42:36 < dongie> and then pin1 is lower left 2013-10-23T17:44:39 < fbs> yes 2013-10-23T17:47:27 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T17:54:23 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 272 seconds] 2013-10-23T18:00:26 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Remote host closed the connection] 2013-10-23T18:00:51 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-23T18:01:25 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 248 seconds] 2013-10-23T18:02:34 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-23T18:13:50 -!- Robint91 [~Robint91_@2a02:2c40:400:0:5ed:4cbb:fe5e:5efb] has quit [Ping timeout: 240 seconds] 2013-10-23T18:14:33 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Ping timeout: 268 seconds] 2013-10-23T18:15:28 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-23T18:16:53 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-23T18:25:37 -!- DanteA [~X@host-4-158-66-217.spbmts.ru] has joined ##stm32 2013-10-23T18:45:13 -!- dekar [~dekar@dslb-088-068-019-020.pools.arcor-ip.net] has quit [Quit: This computer has gone to sleep] 2013-10-23T18:48:17 -!- dekar [~dekar@dslb-088-068-019-020.pools.arcor-ip.net] has joined ##stm32 2013-10-23T18:48:20 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-23T19:01:02 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-23T19:03:51 -!- MrMobius [~Joey@91.192.66.4] has joined ##stm32 2013-10-23T19:04:11 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-23T19:09:30 -!- CRF_Peter [~Peter@dhcp-189112.eduroam.chalmers.se] has joined ##stm32 2013-10-23T19:11:41 -!- PT_Dreamer [~quassel@a94-133-171-167.cpe.netcabo.pt] has quit [Ping timeout: 245 seconds] 2013-10-23T19:15:50 -!- DanteA [~X@host-4-158-66-217.spbmts.ru] has quit [Ping timeout: 241 seconds] 2013-10-23T19:31:37 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Read error: Operation timed out] 2013-10-23T19:31:37 -!- alexn [~alexn@93.104.205.194] has quit [Read error: Connection reset by peer] 2013-10-23T19:31:53 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-23T19:32:29 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-23T19:36:47 -!- DanteA [~X@host-68-158-66-217.spbmts.ru] has joined ##stm32 2013-10-23T19:37:04 -!- barthess [~barthess@185.6.24.111] has joined ##stm32 2013-10-23T19:45:20 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-23T19:45:50 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 264 seconds] 2013-10-23T19:50:55 -!- MrMobius [~Joey@91.192.66.4] has quit [Ping timeout: 246 seconds] 2013-10-23T19:53:36 -!- DanteA [~X@host-68-158-66-217.spbmts.ru] has quit [Ping timeout: 252 seconds] 2013-10-23T19:53:56 -!- barthess [~barthess@185.6.24.111] has quit [Ping timeout: 245 seconds] 2013-10-23T19:57:24 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-23T20:03:23 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-23T20:06:17 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Client Quit] 2013-10-23T20:07:53 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-23T20:08:32 -!- barthess [~barthess@185.6.24.106] has joined ##stm32 2013-10-23T20:10:06 < Steffanx> http://www.wvshare.com/product/Analog-Test-Board.htm .. lol it supports mp3 output :D :D :D 2013-10-23T20:11:25 < zyp> hmm, you know what's a shame? 2013-10-23T20:11:36 < Steffanx> .. 2013-10-23T20:11:38 < zyp> that the F429 didn't get a built-in HS PHY 2013-10-23T20:12:24 < Steffanx> oh heh.. im still waiting for mine, but i don't think it'll ever arrive. 2013-10-23T20:12:27 < Steffanx> -r 2013-10-23T20:12:53 < zyp> that's probably one of the largest disadvantages with stm32 when compared to nxp and atmel's cortex-m chips :p 2013-10-23T20:13:16 < zyp> the addition of sdram controller probably removed another 2013-10-23T20:15:11 -!- dekar [~dekar@dslb-088-068-019-020.pools.arcor-ip.net] has quit [Quit: This computer has gone to sleep] 2013-10-23T20:15:54 -!- dekar [~dekar@dslb-088-068-019-020.pools.arcor-ip.net] has joined ##stm32 2013-10-23T20:16:03 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-23T20:20:30 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-23T20:22:20 < jpa-> zyp: somehow i still have a feeling that the sdram controller in LPC43xx is going to perform better than STM32's.. but I don't have any real facts to base that feeling on :P 2013-10-23T20:23:28 < zyp> unless it's the same 2013-10-23T20:23:44 < zyp> the one in lpc43xx is licenced ARM IP 2013-10-23T20:23:52 < jpa-> yeah, st's datasheets don't seem to have as much information as lpc43xx 2013-10-23T20:24:13 < zyp> did you compare the register layouts? 2013-10-23T20:24:43 < jpa-> hmm, no 2013-10-23T20:29:28 -!- mog [~mog@fsf/member/mog] has quit [Ping timeout: 240 seconds] 2013-10-23T20:34:31 < zyp> FMC register block looks different from how I remember the stuff in lpc43xx, so we can forget that :p 2013-10-23T21:07:50 -!- barthess [~barthess@185.6.24.106] has quit [Ping timeout: 268 seconds] 2013-10-23T21:08:15 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-23T21:13:48 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 260 seconds] 2013-10-23T21:20:54 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-23T21:31:27 < Steffanx> How you know lpc43xx is ARM IP.. by the registers, zyp? 2013-10-23T21:34:45 -!- Laurenceb_ [~Laurence@host86-171-203-199.range86-171.btcentralplus.com] has joined ##stm32 2013-10-23T21:38:39 < zyp> it's one of the primecell memory controllers, it even has an id register containing version and such 2013-10-23T21:39:44 < Steffanx> Ah. 2013-10-23T21:52:35 < Laurenceb_> wtf 2013-10-23T21:52:50 < Laurenceb_> ive got an f1 that always draws 49ma 2013-10-23T21:52:56 < Laurenceb_> in sleep/reset 2013-10-23T21:53:51 < zyp> sounds like you have both high and low drivers driving against each other somewhere 2013-10-23T21:54:08 < Laurenceb_> yeah 2013-10-23T21:54:23 < Laurenceb_> yet firmware is the same as on other units 2013-10-23T21:54:34 < Laurenceb_> maybe a pin got esd 2013-10-23T21:54:49 < Steffanx> cosmic interference 2013-10-23T21:58:47 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Read error: Connection reset by peer] 2013-10-23T21:59:12 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-23T22:08:11 -!- Bingo600 [~cfo@62.61.142.27.generic-hostname.arrownet.dk] has joined ##stm32 2013-10-23T22:14:03 < Laurenceb_> http://www.im.ethz.ch/publications/Foam.pdf 2013-10-23T22:15:03 -!- dekar_ [~dekar@dslb-088-068-019-020.pools.arcor-ip.net] has joined ##stm32 2013-10-23T22:15:03 -!- mode/##stm32 [+v dekar_] by ChanServ 2013-10-23T22:17:35 -!- barthess [~barthess@185.6.24.83] has joined ##stm32 2013-10-23T22:17:47 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Read error: Connection reset by peer] 2013-10-23T22:18:13 -!- dekar [~dekar@dslb-088-068-019-020.pools.arcor-ip.net] has quit [Ping timeout: 265 seconds] 2013-10-23T22:18:46 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-23T22:19:13 -!- Bingo600 [~cfo@62.61.142.27.generic-hostname.arrownet.dk] has left ##stm32 [] 2013-10-23T22:20:13 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-23T22:20:30 -!- dekar_ [~dekar@dslb-088-068-019-020.pools.arcor-ip.net] has quit [Quit: This computer has gone to sleep] 2013-10-23T22:20:40 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-23T22:33:23 -!- mog [~mog@c-68-62-170-105.hsd1.al.comcast.net] has joined ##stm32 2013-10-23T22:33:23 -!- mog [~mog@c-68-62-170-105.hsd1.al.comcast.net] has quit [Changing host] 2013-10-23T22:33:23 -!- mog [~mog@fsf/member/mog] has joined ##stm32 2013-10-23T22:41:57 < Laurenceb_> http://www.liveleak.com/view?i=848_1382488381 2013-10-23T22:48:02 -!- grummund [~user@unaffiliated/grummund] has quit [Remote host closed the connection] 2013-10-23T22:48:23 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-23T22:52:34 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 246 seconds] 2013-10-23T22:53:41 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-23T22:58:26 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 264 seconds] 2013-10-23T22:59:20 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-23T23:03:38 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-23T23:03:46 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-23T23:03:59 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 260 seconds] 2013-10-23T23:04:41 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-23T23:08:57 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 241 seconds] 2013-10-23T23:09:55 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-23T23:10:22 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-23T23:11:48 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-23T23:14:43 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 260 seconds] 2013-10-23T23:14:44 -!- barthess [~barthess@185.6.24.83] has quit [Quit: Leaving.] 2013-10-23T23:18:47 -!- alexn [~alexn@pD95EB2B1.dip0.t-ipconnect.de] has joined ##stm32 2013-10-23T23:20:25 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-23T23:25:25 -!- grummund [~user@unaffiliated/grummund] has quit [Remote host closed the connection] 2013-10-23T23:25:43 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-23T23:30:02 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 256 seconds] 2013-10-23T23:42:21 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-23T23:42:26 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-23T23:42:26 -!- BrainDamage1 is now known as BrainDamage 2013-10-23T23:45:02 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-23T23:49:38 -!- alexn_ [~alexn@93.104.205.194] has joined ##stm32 2013-10-23T23:51:22 -!- alexn [~alexn@pD95EB2B1.dip0.t-ipconnect.de] has quit [Ping timeout: 246 seconds] 2013-10-23T23:55:00 -!- alexn__ [~alexn@pD95EB2B1.dip0.t-ipconnect.de] has joined ##stm32 2013-10-23T23:57:19 -!- alexn_ [~alexn@93.104.205.194] has quit [Ping timeout: 246 seconds] 2013-10-23T23:59:30 -!- alexn__ [~alexn@pD95EB2B1.dip0.t-ipconnect.de] has left ##stm32 [] --- Day changed Thu Oct 24 2013 2013-10-24T00:03:56 -!- CRF_Peter [~Peter@dhcp-189112.eduroam.chalmers.se] has quit [Ping timeout: 245 seconds] 2013-10-24T00:05:29 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-24T00:05:32 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-24T00:05:32 -!- BrainDamage1 is now known as BrainDamage 2013-10-24T00:10:35 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-24T00:15:18 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has quit [Ping timeout: 268 seconds] 2013-10-24T00:19:08 -!- dekar [~dekar@212.255.118.2] has joined ##stm32 2013-10-24T00:19:10 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-24T00:21:10 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Disconnected by services] 2013-10-24T00:21:10 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-24T00:29:24 -!- CRF_Peter [~Peter@w193-11-200-145.eduroam.sunet.se] has joined ##stm32 2013-10-24T00:36:50 -!- CRF_Peter [~Peter@w193-11-200-145.eduroam.sunet.se] has quit [Ping timeout: 264 seconds] 2013-10-24T00:42:22 -!- BrainDamage1 [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-24T00:42:31 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-24T00:59:02 -!- Luggi09 [~Luggi09@cnh8092115237.pppoe.surfer.cnh.at] has quit [Ping timeout: 240 seconds] 2013-10-24T01:07:09 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-24T01:09:25 -!- Luggi09 [~Luggi09@cnh8092115237.pppoe.surfer.cnh.at] has joined ##stm32 2013-10-24T01:14:52 < BrainDamage> karlp: might interest you :P : chttp://www.ebay.com/itm/Satellite-dish-10-meter-Size-for-sale-C-band-Scientific-Atlanta/161063553092?_trksid=p2045573.m2042&_trkparms=aid%3D111000%26algo%3DREC.CURRENT%26ao%3D1%26asc%3D27%26meid%3D2185054726478135884%26pid%3D100033%26prg%3D1011%26rk%3D3%26rkt%3D4%26sd%3D110940583801%26 2013-10-24T01:17:40 < Steffanx> lol 2013-10-24T01:21:43 < zyp> should otherwise be easy to pack it down and fly it out since it's already at the airport :p 2013-10-24T01:22:05 < Laurenceb_> http://www.ebay.com/itm/Satellite-dish-10-meter-Size-for-sale-C-band-Scientific-Atlanta/161063553092?_trksid=p2045573.m2042&_trkparms=aid%3D111000%26algo%3DREC.CURRENT%26ao%3D1%26asc%3D27%26meid%3D2185054726478135884%26pid%3D100033%26prg%3D1011%26rk%3D3%26rkt%3D4%26sd%3D110940583801%26 2013-10-24T01:22:10 < Laurenceb_> fail 2013-10-24T01:28:25 < Steffanx> Your backyard isn't large enough uh Laurenceb_? 2013-10-24T01:28:43 < Laurenceb_> yeah 2013-10-24T01:28:50 < Laurenceb_> but theres a steep slope 2013-10-24T01:30:54 < Laurenceb_> http://www.citylabs.net/index.php?option=com_content&view=article&id=13&Itemid=29 2013-10-24T01:30:56 < Laurenceb_> do want 2013-10-24T01:32:23 < Steffanx> They wont deliver after they did a background check. 2013-10-24T01:33:21 < emeb> I had an LCD watch from TI when I was a kid that had a tritium phosphor backlight. 2013-10-24T01:33:50 < emeb> wonder if you'd still be able to sell that today. 2013-10-24T01:35:28 < Laurenceb_> yes 2013-10-24T01:35:30 < Laurenceb_> check ebay 2013-10-24T01:37:37 < Steffanx> shipped from russia? 2013-10-24T01:37:57 < Steffanx> only russians sell old vintage stuff 2013-10-24T01:39:28 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Excess Flood] 2013-10-24T01:40:12 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-24T02:01:40 < gnomad> those radioactive watches are quite collectable 2013-10-24T02:06:06 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-24T02:08:25 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-24T02:21:47 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-24T02:21:47 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-24T02:21:47 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-24T02:22:52 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 256 seconds] 2013-10-24T02:23:24 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-24T02:29:46 < karlp> BrainDamage: thanks? (did you confuse me with someone else?) 2013-10-24T02:30:09 < BrainDamage> weren't you in iceland? 2013-10-24T02:31:12 < karlp> ahh, missed the location sorry :) 2013-10-24T02:31:35 < zyp> karlp, if you don't want it you could buy it for me, then go over and pack it down and ship it 2013-10-24T02:32:11 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-24T02:43:13 < Laurenceb_> i have a strange desire to acquire tritium... 2013-10-24T02:43:43 < Laurenceb_> http://www.amazon.co.uk/Nite-glow-keyring-illuminates-colour/dp/B000EXZNA0/ref=sr_1_1?ie=UTF8&qid=1382571805&sr=8-1&keywords=tritium+light 2013-10-24T02:43:46 < Laurenceb_> wow so cheap 2013-10-24T02:43:52 < BrainDamage> we should ask a psychologist if there's a name for a syndrome to try to prove everyone wrong / outdo them 2013-10-24T02:44:36 < Laurenceb_> haha 2013-10-24T02:44:49 < Laurenceb_> radioactive boy scout syndrome 2013-10-24T02:46:30 < Laurenceb_> http://www.dangerouslaboratories.org/radscout.html 2013-10-24T02:47:01 < Luggi09> cancer on your keychain ? :P 2013-10-24T02:47:51 < Laurenceb_> tritium battery 2013-10-24T02:54:18 < Steffanx> Won't Blaxter syndrome fit BrainDamage? 2013-10-24T02:54:46 < Steffanx> or perhaps figure out mr d on gs last name and use that. 2013-10-24T02:58:56 -!- Laurenceb_ [~Laurence@host86-171-203-199.range86-171.btcentralplus.com] has quit [Ping timeout: 245 seconds] 2013-10-24T02:59:09 < ds2> but tritium watches don't last that long 2013-10-24T02:59:40 < Steffanx> have one? 2013-10-24T02:59:48 < ds2> no 2013-10-24T02:59:52 < ds2> half life of tritium 2013-10-24T03:16:11 -!- dekar [~dekar@212.255.118.2] has quit [Quit: This computer has gone to sleep] 2013-10-24T03:44:08 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Read error: Connection reset by peer] 2013-10-24T04:08:45 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-24T04:15:49 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-24T04:15:59 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-24T05:08:18 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-24T05:16:10 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-24T05:21:01 -!- Viper168 is now known as Viper168_ 2013-10-24T05:23:29 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-24T05:23:33 -!- Activate_for_mor [~mirggi@host-110-158-66-217.spbmts.ru] has quit [Ping timeout: 265 seconds] 2013-10-24T05:25:16 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 246 seconds] 2013-10-24T05:36:44 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-24T05:45:59 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-24T06:11:07 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-24T06:11:18 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-24T06:21:06 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has quit [Quit: ZNC - http://znc.sourceforge.net] 2013-10-24T06:21:59 -!- Lt_Lemming_ [~SPutnix@203.219.229.140] has joined ##stm32 2013-10-24T06:22:37 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-24T06:33:40 < emeb_mac> quiet night 2013-10-24T07:05:45 -!- DanteA [~X@host-87-158-66-217.spbmts.ru] has joined ##stm32 2013-10-24T07:07:21 -!- MrMobius [~Joey@194.176.111.174] has joined ##stm32 2013-10-24T07:56:43 -!- Activate_for_mor [~mirggi@host-46-158-66-217.spbmts.ru] has joined ##stm32 2013-10-24T08:10:20 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2013-10-24T08:12:05 -!- DanteA [~X@host-87-158-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-24T08:17:56 -!- Activate_for_mor [~mirggi@host-46-158-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-24T08:24:32 -!- DanteA [~X@host-49-159-66-217.spbmts.ru] has joined ##stm32 2013-10-24T08:25:54 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-24T08:40:29 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-24T08:41:20 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-24T08:42:40 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-24T08:43:10 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 265 seconds] 2013-10-24T08:44:14 -!- MrMobius [~Joey@194.176.111.174] has quit [Read error: Connection reset by peer] 2013-10-24T08:47:35 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-24T08:53:54 < emeb_mac> mixer? 2013-10-24T08:54:25 < emeb_mac> nifty 2013-10-24T08:54:55 < emeb_mac> aha - was going to ask how you set the PLL 2013-10-24T08:55:19 < emeb_mac> ratios, etc 2013-10-24T08:55:25 < emeb_mac> but fixed 2013-10-24T08:55:47 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-24T08:56:37 < emeb_mac> yeah - I know how PLLs work. Just wondered if the /6 was programmable. but I assume not. 2013-10-24T08:58:20 < emeb_mac> that's what prototypes are for. 2013-10-24T08:58:51 < dongs> protodongs 2013-10-24T09:02:24 < emeb_mac> that's a bunch 2013-10-24T09:03:37 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-24T09:05:27 < emeb_mac> why? 2013-10-24T09:05:46 < emeb_mac> I see - little gaps 2013-10-24T09:06:03 < emeb_mac> should have gotten the cheap ebay ones. :P 2013-10-24T09:06:44 < emeb_mac> got access to a TDR? any idea how much that discontinuity hurts? 2013-10-24T09:07:20 < emeb_mac> vector network analyzer might do it too... 2013-10-24T09:07:33 < ds2> Mmmmmm VNA 2013-10-24T09:09:48 < talsit> is there a specific reason to leave the traces without soldermask? 2013-10-24T09:11:15 < talsit> which is also why you pull back the mask 2013-10-24T09:11:25 < talsit> ? 2013-10-24T09:11:59 -!- Activate_for_mor [~mirggi@host-46-158-66-217.spbmts.ru] has joined ##stm32 2013-10-24T09:18:09 < emeb_mac> probably diverts the E field towards the surrounding ground plane. 2013-10-24T09:18:43 < emeb_mac> skews the impedance away from ideal stripline calcs. 2013-10-24T09:19:14 < emeb_mac> you could probably compensate by tweaking the width of the trace, but the mask is not well controlled. 2013-10-24T09:20:16 < emeb_mac> that's what I'm saying. keep it simple and just leave the mask off. 2013-10-24T09:21:26 < emeb_mac> is that OSHpark? 2013-10-24T09:21:38 < emeb_mac> 4L? 2013-10-24T09:21:39 < ds2> speaking of striplines... is there a easy way to calculate one buried between layers? lots of calc for layers on top 2013-10-24T09:21:57 < emeb_mac> what's the thickness between top and layer 2? 2013-10-24T09:22:27 < emeb_mac> sufficiently controlled for good RF? 2013-10-24T09:22:45 < emeb_mac> I've talked to some RF guys who didn't like OSHpark's rules. 2013-10-24T09:23:27 < emeb_mac> ya 2013-10-24T09:23:50 < emeb_mac> IIRC there was some deviation from the expected response. 2013-10-24T09:23:59 < emeb_mac> s/expected/desired/ 2013-10-24T09:25:20 < emeb_mac> ds2: http://www.analog.com/static/imported-files/tutorials/MT-094.pdf 2013-10-24T09:25:34 < emeb_mac> buried is called symmetrical stripline 2013-10-24T09:25:40 < emeb_mac> on top is called microstrip 2013-10-24T09:27:10 -!- xpg [~pf@5.179.82.4] has joined ##stm32 2013-10-24T09:27:23 < emeb_mac> not bad 2013-10-24T09:28:52 < emeb_mac> same 30pf cable? 2013-10-24T09:35:21 < emeb_mac> are the Pasternack launchers really worth the high prices? 2013-10-24T09:35:40 < emeb_mac> everything they sell is like 3x-4x the price of other suppliers. 2013-10-24T09:38:31 < ds2> emeb_mac: nice... I wish they had that back when I was in school 2013-10-24T09:39:35 < ds2> I mean simple write ups 2013-10-24T09:40:15 < ds2> the school version was 60pages of text about the theory and 2-3 hours worth of lecture - homework was to derive those equations for maxwell eqns 2013-10-24T09:41:28 < ds2> yes 2013-10-24T09:41:50 < ds2> but that 7 pages made it much more understandable 2013-10-24T09:42:11 < ds2> it took a few pages like that to tell me a FIR filter is just convolution 2013-10-24T09:42:37 < ds2> I guess 2013-10-24T09:42:56 < ds2> E fields and B fields are very nice and all 2013-10-24T09:43:03 < ds2> but how does one use it to do useful stuff :D 2013-10-24T09:48:31 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-24T09:53:19 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-24T10:00:44 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-24T10:01:49 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-24T10:02:41 -!- Robint91 [~Robint91_@2a02:2c40:400:0:2432:73e7:fe9f:6532] has joined ##stm32 2013-10-24T10:10:30 < talsit> this is what i imagine dongs is in real life: http://i.imgur.com/fYtkf6J.jpg 2013-10-24T10:25:19 < dongs> now im getting digilent ads 2013-10-24T10:25:19 -!- talsit1 [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-24T10:25:25 < dongs> because i clicked on digilent link from emeb 2013-10-24T10:26:15 < dongs> yeah me too 2013-10-24T10:26:35 < dongs> all the graphical google ads i ever get is like 2013-10-24T10:26:39 < dongs> digikey/hobbyking 2013-10-24T10:26:47 < dongs> Or something I recently visited 2013-10-24T10:26:49 < dongs> like this digilent shit 2013-10-24T10:26:51 < dongs> fucking useless. 2013-10-24T10:27:00 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Ping timeout: 252 seconds] 2013-10-24T10:27:51 < dongs> how is that awesome 2013-10-24T10:27:53 < dongs> shit car is shit 2013-10-24T10:33:02 -!- Activate_for_mor [~mirggi@host-46-158-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-24T10:40:06 -!- Lt_Lemming_ [~SPutnix@203.219.229.140] has quit [Remote host closed the connection] 2013-10-24T10:40:30 -!- Laurenceb_ [~Laurence@host86-171-203-199.range86-171.btcentralplus.com] has joined ##stm32 2013-10-24T10:57:52 -!- TeknoJuce01 [~TeknoJuce@135.0.85.12] has joined ##stm32 2013-10-24T10:58:19 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 248 seconds] 2013-10-24T10:58:36 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-24T11:01:39 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has quit [Ping timeout: 272 seconds] 2013-10-24T11:02:30 -!- Laurenceb_ [~Laurence@host86-171-203-199.range86-171.btcentralplus.com] has quit [Ping timeout: 256 seconds] 2013-10-24T11:14:57 < Robint91> R2COM, really a merc 2013-10-24T11:15:01 < Robint91> -_- 2013-10-24T11:15:03 < Robint91> PIMP 2013-10-24T11:15:06 < Robint91> hi all 2013-10-24T11:21:24 -!- rewolff [~wolff@cust-95-128-94-82.breedbanddelft.nl] has left ##stm32 [] 2013-10-24T11:31:37 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-24T11:41:53 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-24T11:42:58 -!- talsit1 [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Ping timeout: 265 seconds] 2013-10-24T11:49:03 -!- DanteA [~X@host-49-159-66-217.spbmts.ru] has quit [Ping timeout: 268 seconds] 2013-10-24T12:10:29 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has left ##stm32 [] 2013-10-24T12:10:48 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-24T12:25:15 -!- Robint91 [~Robint91_@2a02:2c40:400:0:2432:73e7:fe9f:6532] has quit [Ping timeout: 252 seconds] 2013-10-24T12:31:49 -!- Robint91 [~Robint91_@2a02:2c40:400:0:5923:8217:3ee0:516b] has joined ##stm32 2013-10-24T12:40:07 -!- capacitor [7bf38bbb@gateway/web/freenode/ip.123.243.139.187] has joined ##stm32 2013-10-24T12:41:38 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 264 seconds] 2013-10-24T12:42:19 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T12:43:50 -!- xata [~xata@195.182.194.123] has joined ##stm32 2013-10-24T12:45:21 -!- MrMobius [~Joey@91.192.67.229] has joined ##stm32 2013-10-24T12:46:41 < xata> Hello 2013-10-24T12:46:41 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 245 seconds] 2013-10-24T12:47:28 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T12:47:40 < dongie> sup dongs 2013-10-24T12:59:34 -!- MrMobius [~Joey@91.192.67.229] has quit [Ping timeout: 246 seconds] 2013-10-24T13:04:58 -!- capacitor [7bf38bbb@gateway/web/freenode/ip.123.243.139.187] has left ##stm32 [] 2013-10-24T13:08:56 -!- xata [~xata@195.182.194.123] has quit [Read error: Connection reset by peer] 2013-10-24T13:32:59 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 248 seconds] 2013-10-24T13:33:37 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T13:39:05 < Laurenceb> http://ssdv.habhub.org/ 2013-10-24T13:39:06 < Laurenceb> wtf 2013-10-24T13:40:34 < Laurenceb> image17: irc mafia 2013-10-24T13:40:39 < Steffanx> LOL really Laurenceb, compared to the other links you give us us this is not really a "wtf" 2013-10-24T13:47:54 < Steffanx> but why take a camera with you when this potato is in front of it? 2013-10-24T13:48:03 < Steffanx> *with it 2013-10-24T13:48:17 < dongie> its kinda like "we did it and here's proof" shit 2013-10-24T13:49:00 < Laurenceb> more like "herp derp" 2013-10-24T13:51:03 < Steffanx> Whatever. Everone needs a hobby 2013-10-24T13:53:55 < jpa-> Steffanx: well, internet is already full with shaky pictures of curved cloud cover 2013-10-24T13:54:03 < jpa-> but not everyone gets to eat a potato from space! 2013-10-24T13:54:20 < Steffanx> "space" :) 2013-10-24T13:54:35 < Steffanx> proof can be photoshopped :D 2013-10-24T13:54:59 < enots> potatoshopped 2013-10-24T13:55:07 < Steffanx> or that 2013-10-24T13:55:17 < cehteh> seems that sending $something to high altitude is no challenge anymore, next time try that with deep sea photos 2013-10-24T13:55:22 < Steffanx> enots is the new dongs? 2013-10-24T13:55:39 < Laurenceb> "space" 2013-10-24T13:55:40 < Laurenceb> heh 2013-10-24T13:55:50 < enots> dongs, im new? 2013-10-24T13:56:05 < jpa-> there sure is a lot of space up there, you can't deny that 2013-10-24T13:57:21 < Laurenceb> holy shit wtf 2013-10-24T13:57:40 < Laurenceb> iteadstudio just shipped my over 9000 flexi pcbs 2013-10-24T13:57:48 < Laurenceb> i ordered 4 2013-10-24T13:58:43 < cehteh> how many did you payed for? 2013-10-24T13:59:17 < Steffanx> lol. pics + invoice + order info and it did not happen Laurenceb 2013-10-24T13:59:21 < Laurenceb> they asked me to pay $25 dollars extra 2013-10-24T13:59:31 < Laurenceb> for "a panel" 2013-10-24T13:59:45 < Laurenceb> the english was poor but i paid anyway 2013-10-24T13:59:55 < Laurenceb> looks like they make me an entire panel 2013-10-24T14:00:06 < Laurenceb> quality is crazy good 2013-10-24T14:00:16 < Laurenceb> cost my $80 total, amazing 2013-10-24T14:00:24 < cehteh> lawl 2013-10-24T14:01:38 < Laurenceb> about 250 boards here 2013-10-24T14:01:56 < Laurenceb> i paid for 4 2013-10-24T14:02:04 < Laurenceb> + ~50% extra 2013-10-24T14:02:21 < Steffanx> *or 2013-10-24T14:04:35 < Laurenceb> uk supplier was £7k for 8 boards 2013-10-24T14:04:43 < Laurenceb> and itead quality seems batter 2013-10-24T14:08:29 < Laurenceb> approaching 10000 time scheaper 2013-10-24T14:08:32 < Laurenceb> *+s 2013-10-24T14:18:51 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Disconnected by services] 2013-10-24T14:18:52 -!- Steffann [~steffanx@unaffiliated/steffanx] has joined ##stm32 2013-10-24T14:23:38 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 264 seconds] 2013-10-24T14:24:09 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T14:30:00 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 268 seconds] 2013-10-24T14:30:10 < Laurenceb> http://spacenear.us/tracker/ 2013-10-24T14:30:16 < Laurenceb> this is getting too popular 2013-10-24T14:30:36 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T14:41:26 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 245 seconds] 2013-10-24T14:44:46 -!- Steffann is now known as Steffanx 2013-10-24T14:47:44 -!- dekar [~dekar@212.255.126.250] has joined ##stm32 2013-10-24T14:47:46 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-24T14:48:01 < Laurenceb> http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.149.6902#! 2013-10-24T14:48:05 * Laurenceb looks at dongs 2013-10-24T14:48:22 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T14:48:46 < Laurenceb> http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.149.6902#! <- dongs? 2013-10-24T14:49:11 < Steffanx> LOL 2013-10-24T14:59:02 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 264 seconds] 2013-10-24T15:03:06 < Tectu> "Gary Niger" 2013-10-24T15:04:53 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T15:06:06 < dongie> Laurenceb: o yea, thats old 2013-10-24T15:06:08 < dongie> troll 2013-10-24T15:07:14 < Steffanx> but is it really a troll, or is there really someone with the name Gary Niger 2013-10-24T15:07:22 < dongie> troll of course. 2013-10-24T15:07:31 < dongie> sam hocevar was vp of GNAA around that time 2013-10-24T15:08:01 < Steffanx> They really don't check names of researchers .. 2013-10-24T15:08:02 < Steffanx> fail 2013-10-24T15:08:20 < Steffanx> *writers of papers 2013-10-24T15:10:43 -!- Activate_for_mor [~mirggi@host-110-158-66-217.spbmts.ru] has joined ##stm32 2013-10-24T15:12:33 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 268 seconds] 2013-10-24T15:13:13 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T15:13:16 < Tectu> how would one design a CPU usage meter, btw. 2013-10-24T15:13:55 < Tectu> count tasks? 2013-10-24T15:14:57 < GargantuaSauce> in chibi? 2013-10-24T15:15:22 < Tectu> yep 2013-10-24T15:15:44 < Tectu> ah, each thread actually has a used sys ticks counter. chThdGetTicks(tp) probably a start? 2013-10-24T15:15:58 < GargantuaSauce> yup that's probably all you really need 2013-10-24T15:16:34 < Tectu> have you already implemented such a thing, GargantuaSauce ? 2013-10-24T15:17:22 < GargantuaSauce> not in an rtos setting no 2013-10-24T15:19:01 < GargantuaSauce> but yeah, should just need to sample a running total of those at fixed intervals 2013-10-24T15:19:13 < GargantuaSauce> won't be perfect but it will probably do 2013-10-24T15:19:19 < Tectu> jup 2013-10-24T15:19:56 < Tectu> well, isn't it just the ratio between used systicks of the idle thread compared to the sum of all used systicks of the other threads? 2013-10-24T15:21:27 < GargantuaSauce> yes, except for stuff like context switches that probably won't be included 2013-10-24T15:25:33 < Tectu> I assume that won't even give 0.5% error - but yes, of course it depends on the actual operation the thread executes 2013-10-24T15:27:47 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Remote host closed the connection] 2013-10-24T15:32:01 -!- dekar [~dekar@212.255.126.250] has quit [Quit: This computer has gone to sleep] 2013-10-24T15:32:57 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T15:35:01 -!- Activate_for_mor [~mirggi@host-110-158-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-24T15:36:41 -!- Activate_for_mor [~mirggi@host-50-159-66-217.spbmts.ru] has joined ##stm32 2013-10-24T15:37:47 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 248 seconds] 2013-10-24T15:38:01 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T15:46:15 -!- Robint91_ye_2nd [~Robint91_@2a02:2c40:400:0:f9e6:1f21:2b41:3f58] has joined ##stm32 2013-10-24T15:47:42 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 268 seconds] 2013-10-24T15:48:16 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T15:48:45 -!- Robint91 [~Robint91_@2a02:2c40:400:0:5923:8217:3ee0:516b] has quit [Ping timeout: 252 seconds] 2013-10-24T15:50:33 -!- PT_Dreamer [~quassel@a94-133-171-167.cpe.netcabo.pt] has joined ##stm32 2013-10-24T16:03:04 -!- MrMobius [~Joey@91.192.67.232] has joined ##stm32 2013-10-24T16:03:59 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 265 seconds] 2013-10-24T16:05:24 -!- PT_Dreamer_ [~quassel@114.232.28.37.rev.vodafone.pt] has joined ##stm32 2013-10-24T16:06:14 -!- PT_Dreamer [~quassel@a94-133-171-167.cpe.netcabo.pt] has quit [Ping timeout: 256 seconds] 2013-10-24T16:09:29 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T16:14:10 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 256 seconds] 2013-10-24T16:14:45 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T16:21:52 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 265 seconds] 2013-10-24T16:28:54 -!- Activate_for_mor [~mirggi@host-50-159-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-24T16:37:37 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T16:48:44 -!- xpg [~pf@5.179.82.4] has quit [Quit: Leaving] 2013-10-24T16:53:06 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 245 seconds] 2013-10-24T16:54:03 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T16:57:30 -!- dekar [~dekar@dslb-188-107-170-183.pools.arcor-ip.net] has joined ##stm32 2013-10-24T16:57:33 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-24T17:10:13 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 248 seconds] 2013-10-24T17:11:11 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-24T17:18:01 < Laurenceb> http://i.imgur.com/Rsy0SqU.jpg 2013-10-24T17:18:13 < Laurenceb> ^irl rage guy 2013-10-24T17:22:44 -!- Activate_for_mor [~mirggi@host-110-158-66-217.spbmts.ru] has joined ##stm32 2013-10-24T17:36:40 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-24T17:45:41 < Laurenceb> http://31.media.tumblr.com/b857eec56cd733b8ea31fc4e45a66e39/tumblr_mkatb0YvM51qdkaw0o1_1280.jpg 2013-10-24T18:05:33 -!- Robint91 [~Robint91_@2a02:2c40:400:0:9a4:8543:f59e:483c] has joined ##stm32 2013-10-24T18:06:15 -!- Robint91_ye_2nd [~Robint91_@2a02:2c40:400:0:f9e6:1f21:2b41:3f58] has quit [Ping timeout: 252 seconds] 2013-10-24T18:09:12 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-24T18:26:46 -!- Bingo600 [~cfo@62.61.142.27.generic-hostname.arrownet.dk] has joined ##stm32 2013-10-24T18:27:27 -!- Bingo600 [~cfo@62.61.142.27.generic-hostname.arrownet.dk] has left ##stm32 [] 2013-10-24T18:40:51 < jpa-> lol, germany outlaws nmap 2013-10-24T18:41:01 < karlp> wat 2013-10-24T18:41:21 < jpa-> oops 2013-10-24T18:41:29 < jpa-> got fooled by oooold link, 2007 :( 2013-10-24T18:45:11 -!- alexn [~alexn@93.104.205.194] has left ##stm32 ["Leaving"] 2013-10-24T19:00:42 -!- Robint91 [~Robint91_@2a02:2c40:400:0:9a4:8543:f59e:483c] has quit [Ping timeout: 252 seconds] 2013-10-24T19:02:35 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 248 seconds] 2013-10-24T19:11:22 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-24T19:31:22 -!- PT_Dreamer_ [~quassel@114.232.28.37.rev.vodafone.pt] has quit [Ping timeout: 256 seconds] 2013-10-24T19:42:59 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-24T20:00:21 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-24T20:08:07 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-24T20:08:35 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-24T20:11:10 -!- RikusW [~rikus@105-208-138-129.access.mtnbusiness.co.za] has joined ##stm32 2013-10-24T20:11:28 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-24T20:11:54 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-24T20:11:55 -!- dekar [~dekar@dslb-188-107-170-183.pools.arcor-ip.net] has quit [Quit: This computer has gone to sleep] 2013-10-24T20:18:41 -!- dekar [~dekar@dslb-188-107-170-183.pools.arcor-ip.net] has joined ##stm32 2013-10-24T20:18:42 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-24T20:19:35 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Remote host closed the connection] 2013-10-24T20:19:58 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-24T20:45:58 -!- barthess [~barthess@178.154.21.96] has joined ##stm32 2013-10-24T20:53:08 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Read error: Operation timed out] 2013-10-24T21:02:13 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 248 seconds] 2013-10-24T21:08:11 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-24T21:08:14 < Robint91> hi all 2013-10-24T21:15:13 < emeb> quiet channel lately 2013-10-24T21:16:04 < zyp> that's because you aren't talking enough 2013-10-24T21:16:25 < zyp> emeb, by the way, there's one thing that annoys me about the bmp2 layout :p 2013-10-24T21:16:37 < emeb> zyp: what's that? 2013-10-24T21:17:04 < zyp> the stlink-style headers, how they are sticking out 2013-10-24T21:17:20 < zyp> it's a bit annoying when I'm throwing it in my bag or something to bring it along somewhere 2013-10-24T21:17:58 < emeb> what's the alternative? RA connector? 2013-10-24T21:18:04 < emeb> or just leave the stlink off 2013-10-24T21:18:05 < zyp> a saner layout would have 90deg-angle header, positioned with the ends along a board edge 2013-10-24T21:18:44 < zyp> that way they don't protude in a way that they would damage/get damaged by stuf 2013-10-24T21:19:10 < BrainDamage> you could get a small foam padded box 2013-10-24T21:19:17 < BrainDamage> not an awesome solution, but works 2013-10-24T21:19:48 < zyp> I'm currently sitting in an airport with a bmp2 wrapped in bubble-wrap in my backpack :p 2013-10-24T21:19:52 -!- |akaWolf| [~akaWolf@188.134.9.161] has joined ##stm32 2013-10-24T21:20:40 < emeb> tools of the trade. 2013-10-24T21:20:58 < zyp> brought it along to do some hacking, haven't done shit 2013-10-24T21:20:59 < zyp> :p 2013-10-24T21:21:02 < BrainDamage> does it have curled wires sticking out? 2013-10-24T21:21:10 < zyp> huh? 2013-10-24T21:21:13 < emeb> better to have it and not need it. 2013-10-24T21:21:18 < BrainDamage> and a giant 7-seg display 2013-10-24T21:21:27 < zyp> emeb, true 2013-10-24T21:21:30 < emeb> coiled wires sticking out - just like an explosive timer in the movies. 2013-10-24T21:21:35 < emeb> always coiled. 2013-10-24T21:21:40 < zyp> ah 2013-10-24T21:21:43 < emeb> cut the red one. 2013-10-24T21:21:46 < emeb> always the red one. 2013-10-24T21:21:59 < zyp> they didn't complain in the security check 2013-10-24T21:22:03 < emeb> because every bomb hacker in the world consistently uses the same color coding. 2013-10-24T21:22:28 < emeb> I've been thru security w/ boxes full of random electronics. They never care. 2013-10-24T21:22:32 < BrainDamage> and is sufficiently dumb to make it look like a bomb 2013-10-24T21:22:39 < zyp> yeah 2013-10-24T21:23:06 < zyp> the only time one of the guards paid some attention was when I brought along a bag of RC lipo batteries :p 2013-10-24T21:23:22 < emeb> got my oscillator sync stuff working yesterday. 2013-10-24T21:23:26 < zyp> he seemed to study it thoroughly before letting it pass 2013-10-24T21:24:11 < emeb> using the DMA CNDTR reg works great. 2013-10-24T21:24:19 < zyp> :) 2013-10-24T21:25:38 < emeb> EXT Interrupt triggers read of the reg, then I queue the event in a little bitmap & read later while computing the waveform. 2013-10-24T21:28:39 < emeb> http://pitchforkreviewgenerator.com/ 2013-10-24T21:29:15 < Steffanx> ... 2013-10-24T21:29:30 < emeb> i know, i know. OT again... 2013-10-24T21:30:26 < Steffanx> thats not important, what matters is the point of the website :P 2013-10-24T21:30:53 < emeb> anyone tried OSHstencils.com? 2013-10-24T21:31:05 < emeb> ordered one from them the other day - should have it soon. 2013-10-24T21:31:07 < Steffanx> it just adds random sentences together? 2013-10-24T21:31:13 < emeb> Steffanx: seems so 2013-10-24T21:31:22 < emeb> basic madlibs rehash 2013-10-24T21:33:45 < emeb> lol - updated fruit ninja game wants access to GPS location. 2013-10-24T21:34:00 < emeb> wtf good does that do them when they already have coarse wifi loc? 2013-10-24T21:37:31 < emeb> probably going to have to dump this game - every update runs slower and jerkier on my old Sammy. 2013-10-24T21:41:06 < Steffanx> you are not the type to play games anyway 2013-10-24T21:42:21 < emeb> usually not. 2013-10-24T21:42:34 < emeb> when I'm standing in a long queue at a store though... 2013-10-24T21:47:36 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-24T21:51:39 < Steffanx> Really? 2013-10-24T21:55:27 -!- MrMobius [~Joey@91.192.67.232] has quit [Read error: Connection reset by peer] 2013-10-24T22:01:41 -!- barthess [~barthess@178.154.21.96] has quit [Ping timeout: 272 seconds] 2013-10-24T22:04:48 -!- ohama [ohama@cicolina.org] has quit [Ping timeout: 240 seconds] 2013-10-24T22:06:12 -!- ohama [ohama@cicolina.org] has joined ##stm32 2013-10-24T22:06:20 -!- barthess [~barthess@185.6.24.67] has joined ##stm32 2013-10-24T22:06:36 -!- alexn [~alexn@pD95E92DA.dip0.t-ipconnect.de] has joined ##stm32 2013-10-24T22:07:30 -!- barthess [~barthess@185.6.24.67] has quit [Client Quit] 2013-10-24T22:13:21 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-24T22:18:37 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Quit: Leaving.] 2013-10-24T22:25:40 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has joined ##stm32 2013-10-24T22:31:15 < karlp> BrainDamage: from yesterday, what were you looking for exactly to find 10m dishes in iceland? 2013-10-24T22:31:20 < karlp> are you in the market for big dishes? 2013-10-24T22:37:44 -!- alexn [~alexn@pD95E92DA.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-24T22:39:04 < gxti> big dishes are best dishes 2013-10-24T22:39:16 < gxti> emeb: oshstencils is good 2013-10-24T22:39:47 < gxti> i got one of the earlier ones when he was still working out the process and it was still better than ohara 2013-10-24T22:40:30 < emeb> gxti: cool 2013-10-24T22:40:43 < emeb> website is a bit confusing, but appears to work. 2013-10-24T22:42:58 -!- NooM [~IceChat77@213-240-67-120.adsl.highway.telekom.at] has joined ##stm32 2013-10-24T22:43:00 < NooM> hello 2013-10-24T22:57:10 -!- Laurenceb_ [~Laurence@host86-171-203-199.range86-171.btcentralplus.com] has joined ##stm32 2013-10-24T23:01:34 -!- dekar [~dekar@dslb-188-107-170-183.pools.arcor-ip.net] has quit [Quit: This computer has gone to sleep] 2013-10-24T23:13:56 * Laurenceb_ RAGE 2013-10-24T23:14:07 * emeb hides 2013-10-24T23:14:16 < Laurenceb_> I'm trying to control a pump with a ton of stiction 2013-10-24T23:18:03 < gxti> moar lube 2013-10-24T23:18:11 < Laurenceb_> hmm I'd rather not 2013-10-24T23:18:19 < Laurenceb_> its designed to be lube free 2013-10-24T23:18:22 < emeb> so you goose it until it breaks free, but then it overshoots? 2013-10-24T23:18:27 < Laurenceb_> yes 2013-10-24T23:18:33 < Laurenceb_> giving sawtooth oscillation 2013-10-24T23:18:48 < emeb> violin bow - slip/stick/slip/stick 2013-10-24T23:19:09 < Laurenceb_> yeah 2013-10-24T23:19:36 < Laurenceb_> there must be a standard solution to this 2013-10-24T23:19:49 < emeb> time for a different pump 2013-10-24T23:19:54 < Laurenceb_> nah 2013-10-24T23:20:03 < Laurenceb_> I have £1k of these in stock 2013-10-24T23:20:22 < gxti> is it capable of running smoothly at the correct speed once it's unstuck? 2013-10-24T23:20:22 < Laurenceb_> some batches work ok 2013-10-24T23:20:32 < Laurenceb_> yes 2013-10-24T23:20:46 < Laurenceb_> but it has to stop once the pneumatics is at the correct pressure 2013-10-24T23:21:08 < emeb> add a bleed valve so it never has to stop? 2013-10-24T23:21:28 < Laurenceb_> yeah but that leaks power 2013-10-24T23:21:35 < Laurenceb_> it does work tho 2013-10-24T23:21:38 < Laurenceb_> tried that already 2013-10-24T23:21:59 < gxti> well then wtf do you want 2013-10-24T23:22:10 < gxti> if you can't back off slower there's not much you can do i guess 2013-10-24T23:22:21 < Laurenceb_> dunno lol 2013-10-24T23:22:26 < Laurenceb_> i know 2013-10-24T23:22:35 < Laurenceb_> process the PID controller output 2013-10-24T23:22:35 < gxti> did you buy the pumps? 2013-10-24T23:22:42 < Laurenceb_> into an oscillating signal 2013-10-24T23:22:47 < Laurenceb_> that might help 2013-10-24T23:22:52 < Laurenceb_> well, my employer did :P 2013-10-24T23:23:27 < Laurenceb_> or maybe just add the occasional ~10ms spike to the output to free up the motor 2013-10-24T23:24:30 < NooM> hey someone can help me figure out values for a timer? 2013-10-24T23:24:52 < gxti> 42. 2013-10-24T23:25:07 < NooM> :D 2013-10-24T23:25:33 < NooM> close 2013-10-24T23:26:40 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-248-24.clienti.tiscali.it] has joined ##stm32 2013-10-24T23:26:40 -!- BrainDamage [~BrainDama@ip-46-232-150-138.static.adsl.cheapnet.it] has quit [Disconnected by services] 2013-10-24T23:27:38 < Laurenceb_> I think ill try some sort of pulse sequence style motor drive to "shake" it lose 2013-10-24T23:27:49 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-248-24.clienti.tiscali.it] has quit [Remote host closed the connection] 2013-10-24T23:28:12 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-248-24.clienti.tiscali.it] has joined ##stm32 2013-10-24T23:29:27 -!- |akaWolf| [~akaWolf@188.134.9.161] has quit [Read error: Connection reset by peer] 2013-10-24T23:30:02 -!- RikusW [~rikus@105-208-138-129.access.mtnbusiness.co.za] has left ##stm32 [] 2013-10-24T23:39:35 -!- NooM [~IceChat77@213-240-67-120.adsl.highway.telekom.at] has quit [Quit: We be chillin - IceChat style] 2013-10-24T23:44:02 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 264 seconds] 2013-10-24T23:44:11 < Laurenceb_> aha 2013-10-24T23:44:13 < Laurenceb_> http://ufdcimages.uflib.ufl.edu/UF/00/09/78/18/00001/identificationco00ackerich.pdf 2013-10-24T23:44:20 < Laurenceb_> as with all pro solutions 2013-10-24T23:44:25 < Laurenceb_> Kalman filters FTW 2013-10-24T23:47:50 < Robint91> Laurenceb_, mhh kalman filters 2013-10-24T23:48:03 < Robint91> a subject made to hard to understand 2013-10-24T23:48:08 < Laurenceb_> heh 2013-10-24T23:48:37 < Laurenceb_> i've written quite a few extended kalman filters before 2013-10-24T23:48:57 < zyp> kalman failters 2013-10-24T23:49:57 < Laurenceb_> http://www.youtube.com/watch?v=jofNR_WkoCE 2013-10-24T23:50:01 < Laurenceb_> wtf zyp 2013-10-24T23:50:44 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Quit: Ik ga weg] 2013-10-24T23:51:16 < zyp> Laurenceb_, you're like two months old 2013-10-24T23:51:56 < zyp> 05:43:07 < emeb_mac> oh dear - Norwegian furries: http://www.youtube.com/watch?v=jofNR_WkoCE 2013-10-24T23:52:00 < Laurenceb_> i dont follow norweirdness 2013-10-24T23:52:03 < zyp> 07:13:15 < dongs> https://youtube.com/watch?v=jofNR_WkoCE attn zyp 2013-10-24T23:52:25 < zyp> well, neither does I 2013-10-24T23:52:40 < zyp> first time I heard about it was when dongs mentioned it to me :p 2013-10-24T23:55:40 < emeb> It's all the rage. Or was for like five minutes a while back. --- Day changed Fri Oct 25 2013 2013-10-25T00:03:18 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-25T00:08:42 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-25T00:12:44 < BrainDamage> karlp: one of the channels I lurk in does a bit of radioastronomy, and they hunt for large dishes on ebay, and linked it for the lulz 2013-10-25T00:16:58 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Quit: Leaving] 2013-10-25T00:29:03 -!- dekar [~dekar@212.255.126.250] has joined ##stm32 2013-10-25T00:29:06 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-25T00:30:39 < emeb> BrainDamage: I was out at VLA last Sat. Lotsa large dishes there. 2013-10-25T00:32:41 * emeb still trying to grok what a "Jansky" means. 2013-10-25T00:33:17 < emeb> I'm used to dBm 2013-10-25T00:34:12 < emeb> or even dBm/Hz, but a Jansky wraps in the effective area of the antenna too. 2013-10-25T00:38:15 < qyx_> BrainDamage: local pickup only :( 2013-10-25T00:48:08 -!- Laurenceb_ [~Laurence@host86-171-203-199.range86-171.btcentralplus.com] has quit [Ping timeout: 260 seconds] 2013-10-25T00:54:24 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-25T00:57:20 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-25T01:01:58 -!- Robint91 [~Robint91_@dD5776E9E.access.telenet.be] has quit [Ping timeout: 246 seconds] 2013-10-25T01:06:16 -!- Laurenceb_ [~Laurence@host86-136-118-167.range86-136.btcentralplus.com] has joined ##stm32 2013-10-25T02:35:51 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-25T02:58:48 -!- Laurenceb_ [~Laurence@host86-136-118-167.range86-136.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-25T03:24:49 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-25T03:28:31 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 245 seconds] 2013-10-25T03:34:49 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-248-24.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-25T03:34:50 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-248-24.clienti.tiscali.it] has joined ##stm32 2013-10-25T03:34:54 -!- BrainDamage1 is now known as BrainDamage --- Log closed Fri Oct 25 03:43:43 2013 --- Log opened Fri Oct 25 03:43:49 2013 2013-10-25T03:43:49 -!- jpa- [jpa@hilla.kapsi.fi] has joined ##stm32 2013-10-25T03:43:49 -!- Irssi: ##stm32: Total of 71 nicks [1 ops, 0 halfops, 1 voices, 69 normal] 2013-10-25T03:45:00 -!- Irssi: Join to ##stm32 was synced in 77 secs 2013-10-25T03:49:39 < qyx_> I need a programmer that can program any language on any microcontroller (Arduino is prefered) 2013-10-25T03:49:48 < qyx_> :S 2013-10-25T03:55:11 < GargantuaSauce> if only avr-gcc supported malbolge 2013-10-25T03:56:10 < qyx_> that freelancer.com surprises me sometimes 2013-10-25T04:02:28 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-248-24.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-25T04:02:28 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-248-24.clienti.tiscali.it] has joined ##stm32 2013-10-25T04:12:52 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-25T04:16:04 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-25T05:23:44 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-25T06:10:00 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-25T06:10:11 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-25T06:24:34 < gnomad> Well, there *is* brainfuck for the AVR.... 2013-10-25T06:29:25 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-25T06:29:25 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-25T06:29:25 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-25T07:27:57 < upgrdman> wow. one of the warehouse workers for amazon must hate their job. i bought a $19 lap desk. it came like this: http://www.youtube.com/watch?v=VsTGlJFItVQ 2013-10-25T07:29:02 < gxti> i'm sure their beancounters have determined that stocking a more suitable box would be less efficient. 2013-10-25T07:29:23 < gxti> i'm also sure that the stockmonkeys have no say in it. 2013-10-25T07:31:37 < upgrdman> ya. i just lol'd so hard when i saw the box on my doorstep 2013-10-25T07:35:44 -!- talsit1 [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-25T07:37:54 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Disconnected by services] 2013-10-25T07:38:38 -!- talsit1 [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Client Quit] 2013-10-25T07:38:47 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-25T07:53:58 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-25T07:54:41 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-25T07:54:49 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Client Quit] 2013-10-25T07:55:21 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-25T08:00:48 < dongs> the dead chats 2013-10-25T08:03:18 -!- dekar [~dekar@212.255.126.250] has quit [Quit: This computer has gone to sleep] 2013-10-25T08:05:37 < emeb_mac> doomed chats 2013-10-25T08:11:57 < dongs> im back to china-made STM32s 2013-10-25T08:12:00 < dongs> ran out of malaysia ones 2013-10-25T08:12:05 < dongs> laser patterns are diff 2013-10-25T08:12:13 < dongs> pin1 hole is convex, was flat on malaysians 2013-10-25T08:22:39 < emeb_mac> probably all counterfeit 2013-10-25T08:23:43 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-248-24.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-25T08:29:35 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 272 seconds] 2013-10-25T08:34:20 < dongs> as long as they work i dont mind 2013-10-25T08:34:28 < dongs> not sure how you can counterfeit a MCU that wroks 2013-10-25T08:34:30 < dongs> works 2013-10-25T08:35:45 -!- talsit1 [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-25T08:38:30 < emeb_mac> pulls from scrapped equipment. latent failures. 2013-10-25T08:39:13 < emeb_mac> uplabeled - don't have as much mem / speed / etc as the labeled PN suggests. 2013-10-25T08:39:21 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Ping timeout: 272 seconds] 2013-10-25T08:39:24 < dongs> haha 2013-10-25T08:39:56 < emeb_mac> doubt that's what you have tho. just different pkg assembly plant w/ different marking systems. 2013-10-25T08:39:58 < dongs> ya kinda like 64K F103C8's that came with 128K flash.. 2013-10-25T08:40:18 < emeb_mac> yeah. downlabeled. 2013-10-25T08:40:31 < dongs> ST totally rapin us. 2013-10-25T08:40:53 < emeb_mac> giving us all that extra flash w/o charging for it. bastards. 2013-10-25T08:45:38 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has quit [Ping timeout: 240 seconds] 2013-10-25T08:46:04 -!- bairdy [~cjb@123.51.89.217] has joined ##stm32 2013-10-25T08:46:25 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-25T08:46:30 < dongs> omg 2013-10-25T08:46:30 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has quit [Excess Flood] 2013-10-25T08:46:32 < dongs> baird is alive 2013-10-25T08:46:44 < dongs> bairdy: tectu has been dying without you 2013-10-25T08:47:01 < bairdy> GUESS WHERE I AM, BITCHES 2013-10-25T08:47:06 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-25T08:47:17 < dongs> in australia, acording to your IP 2013-10-25T08:47:41 < bairdy> Carnarvon, WA. One of the really western-most points of the country. 88 days into the trip so far. Pretty-much the half-way point. 2013-10-25T08:48:30 < bairdy> About a fortnight ago, I molested the oldest rock on Earth. 2013-10-25T08:49:08 < bairdy> (...the 4.2 billion-year old one will with zirconia-- I didn't molest the guy who found it, though) 2013-10-25T08:49:21 < emeb_mac> I saw that on some science show. 2013-10-25T08:49:38 < emeb_mac> you biking around the island? 2013-10-25T08:50:05 < dongs> http://i.imgur.com/eKeaq6k.png this is the bairdtrip trail 2013-10-25T08:50:18 < dongs> the little orange marks 2013-10-25T08:51:23 -!- DanteA [~X@host-121-157-66-217.spbmts.ru] has joined ##stm32 2013-10-25T08:52:48 < bairdy> Just a tick.. got an updated map.. 2013-10-25T08:53:25 < bairdy> http://i.imgur.com/v9bAEyJ.png 2013-10-25T08:53:48 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-25T08:55:00 < bairdy> The previous 3 days were at a place called Point Quobba -- basically a Beach Bum Hippy Hangout. They decided I was Chill enough to stay there because I was riding the Postie. :D 2013-10-25T08:55:47 < emeb_mac> completely skipped Melbourne. cheater. 2013-10-25T08:56:24 < bairdy> Might actually continue around through to Tasmania if there's enough time. 2013-10-25T08:56:47 < emeb_mac> R2COM: doesn't stop the boat people from trying to immigrate via sea. 2013-10-25T08:57:10 < bairdy> I also kept my distance from Perth... 2013-10-25T08:57:24 < emeb_mac> my sister did 2013-10-25T08:57:36 < emeb_mac> US 2013-10-25T08:58:21 -!- talsit1 [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-25T08:58:31 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has joined ##stm32 2013-10-25T08:59:12 < emeb_mac> bairdy: I hear they're having some nasty fires in NSW 2013-10-25T09:00:38 < bairdy> Wouldn't know much. I left just before the big electon was called, and I've avoided the media every since.. 2013-10-25T09:00:38 < talsit> yeah, it's fucked 2013-10-25T09:00:59 < talsit> caused by live fire exercises of the army 2013-10-25T09:01:09 < emeb_mac> d'oh! 2013-10-25T09:01:47 < talsit> you would hope 2013-10-25T09:02:16 < emeb_mac> otherwise there might be consequences. 2013-10-25T09:02:23 < bairdy> MY computer back in Newcastle is still online... 2013-10-25T09:03:17 < emeb_mac> post the IP addy here - we'll take care of that. ;) 2013-10-25T09:16:26 -!- DanteA [~X@host-121-157-66-217.spbmts.ru] has quit [Read error: Connection reset by peer] 2013-10-25T09:35:07 -!- bairdy [~cjb@123.51.89.217] has quit [Quit: Konversation terminated!] 2013-10-25T09:37:34 -!- talsit1 [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-25T09:37:57 -!- talsit [~talsit@FL1-119-241-41-64.osk.mesh.ad.jp] has quit [Disconnected by services] 2013-10-25T09:38:35 -!- talsit1 [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Client Quit] 2013-10-25T09:38:46 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-25T09:53:46 -!- Robint91 [~Robint91_@2a02:2c40:400:0:d8ba:429d:baf8:36ee] has joined ##stm32 2013-10-25T10:06:34 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-25T10:26:39 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-25T10:32:11 -!- Activate_for_mor [~mirggi@host-110-158-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-25T10:33:49 -!- Activate_for_mor [~mirggi@host-30-157-66-217.spbmts.ru] has joined ##stm32 2013-10-25T10:37:40 -!- talsit1 [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-25T10:41:17 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Ping timeout: 260 seconds] 2013-10-25T10:41:17 -!- Robint91 [~Robint91_@2a02:2c40:400:0:d8ba:429d:baf8:36ee] has quit [Quit: Leaving] 2013-10-25T11:16:03 -!- jef79m [~jef79m@124-170-227-138.dyn.iinet.net.au] has quit [Read error: Connection reset by peer] 2013-10-25T11:16:31 -!- talsit1 [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-25T11:16:42 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-25T11:21:48 -!- jef79m [~jef79m@202-159-133-69.dyn.iinet.net.au] has joined ##stm32 2013-10-25T11:25:44 -!- _BJFreeman [~bjfree@82.sub-75-233-225.myvzw.com] has joined ##stm32 2013-10-25T11:26:41 -!- _BJFreeman is now known as BJfreeman 2013-10-25T11:29:26 -!- Activate_for_mor [~mirggi@host-30-157-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-25T11:37:50 -!- talsit1 [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-25T11:39:48 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Ping timeout: 240 seconds] 2013-10-25T11:57:26 -!- PT_Dreamer [~quassel@149.222.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-25T12:04:36 -!- PT_Dreamer [~quassel@149.222.37.188.rev.vodafone.pt] has quit [Read error: Connection reset by peer] 2013-10-25T12:06:34 -!- PT_Dreamer [~quassel@149.222.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-25T12:09:23 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-25T12:11:40 -!- BJfreeman [~bjfree@82.sub-75-233-225.myvzw.com] has quit [Quit: had a good time] 2013-10-25T12:34:36 < zyp> dongs, ping 2013-10-25T12:39:22 < dongs> dong 2013-10-25T12:40:59 < dongs> wasup? did you find fail? 2013-10-25T12:43:12 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-25T12:43:28 -!- PT_Dreamer [~quassel@149.222.37.188.rev.vodafone.pt] has quit [Ping timeout: 240 seconds] 2013-10-25T12:43:31 -!- Laurenceb_ [~Laurence@host86-136-118-167.range86-136.btcentralplus.com] has joined ##stm32 2013-10-25T12:46:26 < dongs> Yiff Yiff 2013-10-25T12:46:33 < dongs> Tectu: baird was here 2013-10-25T12:49:09 < Laurenceb_> oh noes 2013-10-25T12:49:10 < Laurenceb_> http://www.bbc.co.uk/news/uk-england-manchester-24666591 2013-10-25T12:49:28 < Laurenceb_> im so scared 2013-10-25T12:49:34 < dongs> looks more like dildo parts to me 2013-10-25T12:49:49 < Tectu> dongs, oh... thanks! 2013-10-25T12:49:56 < Tectu> dongs, did he intend to come back? 2013-10-25T12:50:05 < dongs> he's "halfway done" with his trip 2013-10-25T12:50:29 < Laurenceb_> haha 2013-10-25T12:50:29 < Laurenceb_> makerbot 2013-10-25T12:50:30 < dongs> < bairdy> Carnarvon, WA. One of the really western-most points of the country. 88 days into the trip so far. Pretty-much the 2013-10-25T12:50:40 < Laurenceb_> is he a travelling sex tourist? 2013-10-25T12:50:41 < dongs> half-way point. 2013-10-25T12:50:45 < dongs> yes 2013-10-25T12:51:13 < Laurenceb_> http://spacenear.us/tracker/ <- balloons attack russia 2013-10-25T12:51:15 < Tectu> dafuq... 2013-10-25T12:51:21 < Tectu> dongs, is he bored or just rich? 2013-10-25T12:51:38 < dongs> last i heard he said he had something like 12k 2013-10-25T12:51:39 < zyp> dongs, nah, just wondering when you have a 2L panel going out again 2013-10-25T12:52:02 < zyp> work wanted a couple more of those breakout boards I got from you some weeks ago 2013-10-25T12:52:05 < dongs> zyp, we have something in 1.2mm 2013-10-25T12:52:10 < dongs> i duno if it was submitted or not 2013-10-25T12:52:52 < dongs> i forgot waht those were 2013-10-25T12:52:56 < dongs> some FPC connector shits? 2013-10-25T12:53:28 < zyp> just breakouts for some 1.27mm extension board connectors 2013-10-25T12:54:00 < dongs> ok if you remind me waht filename it was or whatever and dont mind that its on 1.2mm pcb i think i can make it happen tomrow 2013-10-25T12:55:14 < dongs> http://sphotos-f.ak.fbcdn.net/hphotos-ak-ash3/q71/603015_688121611208853_233784678_n.jpg 2013-10-25T12:55:18 < dongs> olde 2013-10-25T12:55:31 < zyp> I think it's the PCB1.zip I mailed you 9. aug 2013-10-25T12:55:39 < zyp> the one marked LL 100… 2013-10-25T12:56:22 < zyp> I don't think 1.2mm would be a problem 2013-10-25T12:56:33 < dongs> k lemme se 2013-10-25T12:57:44 < zyp> people talked about «around twice the amount you got last time», how many copies of the panel will you have this time? 2013-10-25T12:58:26 < dongs> you could always just pay for it, i'd have to see how much space is tehre. 1.2 has been collecting for a bit 2013-10-25T12:59:12 < zyp> yeah, I know, almost considering getting an assembled batch 2013-10-25T13:00:24 < dongs> foudn email 2013-10-25T13:00:52 < dongs> oo 2013-10-25T13:00:52 < dongs> thjat one 2013-10-25T13:01:52 < zyp> yeah 2013-10-25T13:02:44 < zyp> people has been all «hey, that's a nice way of hooking up shit» and stealing them, so we don't have enough for the project they were originally going to be used in :p 2013-10-25T13:03:02 < dongs> haha 2013-10-25T13:04:20 < zyp> oh, by the way, you wouldn't happen to know of a cheaper source of a connector like 952-1376-5-ND? 2013-10-25T13:04:26 < zyp> the digi-key price is kinda rapey 2013-10-25T13:04:31 -!- Laurenceb_ [~Laurence@host86-136-118-167.range86-136.btcentralplus.com] has quit [Ping timeout: 260 seconds] 2013-10-25T13:05:49 < dongs> is that just smd dual row thing? 1.27mm? 2013-10-25T13:05:55 < dongs> holy fuck at price 2013-10-25T13:06:00 < karlp> with entry from both sides 2013-10-25T13:06:12 < karlp> we use a 6 pin version like that, let me find where it came from 2013-10-25T13:06:19 < zyp> yeah, they are used for bottom entry 2013-10-25T13:06:49 < zyp> apparently other options are "Cen Link TPF0-24050-0111" or "Grad Conn BB02-CQ502-K08-000000", but I haven't seen them in stock anywhere 2013-10-25T13:06:55 < dongs> is there anything compatible? 2013-10-25T13:08:50 < karlp> we have a part from amtek, that our manufacturer found, 2013-10-25T13:09:19 < karlp> http://www.amtek-co.com.tw/product-info.php?id=112 2013-10-25T13:09:22 -!- dekar [~dekar@212.255.246.88] has joined ##stm32 2013-10-25T13:09:25 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-25T13:09:34 < dongs> oo 2013-10-25T13:09:34 < karlp> not that that helps with where you can actualyl buy it sorry, 2013-10-25T13:09:36 < dongs> i can probly get that 2013-10-25T13:09:46 < zyp> karlp, yeah, those looks nice 2013-10-25T13:10:45 < zyp> dongs, let me know if you have a price 2013-10-25T13:11:10 < dongs> i got a guy on it, tho its kinda bad time to ask about prices in this timezone. 2013-10-25T13:11:23 < zyp> no problem, I'm not in a hurry 2013-10-25T13:11:41 < dongs> i can def get something by tomorow. 2013-10-25T13:11:51 < dongs> the amtec shit looks promising, my taiwan guy probly has them 2013-10-25T13:11:54 < karlp> looks like they make those nice mini-keyed smd headers for swd too: http://www.amtek-co.com.tw/product-info.php?id=73 2013-10-25T13:12:18 < zyp> nice 2013-10-25T13:12:34 < dongs> zyp, looks like tomorrow morning is earliest. 2013-10-25T13:13:03 < zyp> sure 2013-10-25T13:13:40 < dongs> oh and I need to invoice you for usb 2013-10-25T13:13:43 < dongs> i almost ranout because of you 2013-10-25T13:13:45 < dongs> had to order another 500 2013-10-25T13:13:47 < zyp> also sure 2013-10-25T13:13:48 < zyp> :p 2013-10-25T13:14:08 < zyp> can paypal you right now, how much? 2013-10-25T13:14:23 < dongs> lemme see what i paid for them 2013-10-25T13:15:32 < dongs> how many of these 50pin shits you need? 2013-10-25T13:15:38 < dongs> like 100ish? or wat 2013-10-25T13:15:56 < zyp> depends on price 2013-10-25T13:16:10 < dongs> should be cheap 2013-10-25T13:16:16 < dongs> how many do you >need< 2013-10-25T13:16:24 < zyp> initially like ~30, but I might be interested in a pcba-batch of 100 or so later 2013-10-25T13:16:35 < dongs> kk 2013-10-25T13:17:51 < dongs> looks like .41/ea for usb 2013-10-25T13:18:00 < dongs> man i got raped on the new 500 2013-10-25T13:18:03 < dongs> that was .51/ea 2013-10-25T13:18:05 < dongs> but local 2013-10-25T13:18:13 < dongs> and.. it was supposed to ship today, kikes 2013-10-25T13:18:16 < zyp> hmm, how many did I get? like 112 or so? 2013-10-25T13:18:23 < dongs> yes 2013-10-25T13:18:29 < dongs> + add shitpal noise 2013-10-25T13:19:01 < zyp> ok, just rounding up to $50 then 2013-10-25T13:19:12 < dongs> sounds good neough 2013-10-25T13:19:32 < dongs> info@scamsoft 2013-10-25T13:19:38 < zyp> ok 2013-10-25T13:20:23 < zyp> done 2013-10-25T13:20:35 < dongs> thankies 2013-10-25T13:22:03 < dongs> if youre gonna pcba that shit later can just pickup all the parts from same place 2013-10-25T13:22:43 < Tectu> https://www.youtube.com/watch?v=Zq5vkLxwwlw 2013-10-25T13:23:00 < dongs> this better be something about 429-disco 2013-10-25T13:27:50 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-25T13:28:22 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-25T13:31:07 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 265 seconds] 2013-10-25T13:35:17 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-25T13:37:10 -!- talsit1 [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-25T13:37:19 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-25T13:38:11 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-25T13:39:54 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-25T14:14:45 < dongs> oo, they did hsip usb 2013-10-25T14:14:52 < dongs> 20mins ago 2013-10-25T14:14:54 < dongs> nice 2013-10-25T14:23:08 -!- ohama [ohama@cicolina.org] has quit [Ping timeout: 240 seconds] 2013-10-25T14:23:42 < Steffanx> hsip usb.. what's that dongs? 2013-10-25T14:23:54 -!- ohama [ohama@cicolina.org] has joined ##stm32 2013-10-25T14:26:28 < zyp> high speed inter penis 2013-10-25T14:26:45 < karlp> hsic or hsip? 2013-10-25T14:29:11 < Steffanx> zyp, zyp .. feel sick? 2013-10-25T14:29:45 < zyp> Steffanx, nah, I'm just answering your stupid question 2013-10-25T14:31:16 < Steffanx> Yes fuck you zyp. You know it ALL. 2013-10-25T14:31:42 < zyp> whoa 2013-10-25T14:31:54 < zyp> what's up? 2013-10-25T14:32:36 < Steffanx> "nah, I'm just answering your stupid question" i was f*cking serious. I'm not into USB at all, so i really didn't know it was hsic (ip) 2013-10-25T14:35:18 < karlp> doesn't help any of us know what the fuck dongs was on about though. 2013-10-25T14:35:21 < karlp> who's "they" ? 2013-10-25T14:35:51 < zyp> huh 2013-10-25T14:36:05 < zyp> how can't you see it was a typo 2013-10-25T14:36:23 < zyp> «they did ship usb», i.e. those connectors he were talking about earlier 2013-10-25T14:36:43 < zyp> 12:18:14 < dongs> and.. it was supposed to ship today, kikes 2013-10-25T14:36:56 < dongs> contextual chats 2013-10-25T14:36:57 < karlp> could have been, "oooo, they did hsic usb" with me not knowing who they were 2013-10-25T14:37:08 < dongs> they're hard 2013-10-25T14:37:17 < jpa-> fortunately i have enough people in ignore, that if something that dongs says doesn't seem sensible, i can just figure out he was talking with someone who i don't see :P 2013-10-25T14:37:20 < karlp> there's a bunch of chatz after him complaining about shipping :) 2013-10-25T14:37:34 < karlp> you ignore people here jpa- ? 2013-10-25T14:37:39 < dongie> jpa-: in this channel? 2013-10-25T14:37:54 < jpa-> sure 2013-10-25T14:38:10 < jpa-> keeps me sane 2013-10-25T14:38:15 < jpa-> (r) 2013-10-25T14:40:44 < zyp> missing half the lines of a conversation doesn't sound really sane 2013-10-25T14:44:02 < dongs> im more curious whos on ignore 2013-10-25T14:44:21 * karlp too. such gossip ;) 2013-10-25T14:44:23 < dongs> i've /fakeignored a number of people in here but i cant really imagine anyone i'd want gone off my chats for real 2013-10-25T14:44:44 < Steffanx> true karlp, even when you know what "hsip" means it doesn't make sense, but as i didn't know what it meant i asked 2013-10-25T14:44:49 < Steffanx> guess i'll never try again. 2013-10-25T14:45:17 < dongie> Steffanx: the concept is called "lurk moar" 2013-10-25T14:45:23 < dongs> jpa-, I have put you on a permanent ignore, public and private. I have found you disturbing, rude and generally not worth talking to. According to the channels you hang on, it strengtens the effect of wanting to put you on ignore because of my lack of interest in you as a person. This message is not meant to be rude to you, just to inform you that i won't see anything of what you type from now on. 2013-10-25T14:45:40 < dongie> my typing is generally horrible and these kinda 2-adjacent transliterations are common 2013-10-25T14:46:09 < jpa-> dongs, I'll keep watching you nevertheless 2013-10-25T14:46:12 < Steffanx> ( i googled it before i asked, but google doesn't know your fails ) 2013-10-25T14:46:35 < Steffanx> Don't forget we still love you jpa- 2013-10-25T14:48:31 < Laurenceb> " am contacting you to make you aware of Under Armour's Armour39 Challenge, hosted by NineSigma. " 2013-10-25T14:48:33 < Laurenceb> wut 2013-10-25T14:48:42 < dongie> http://www.bbc.co.uk/news/world-africa-24638366 2013-10-25T14:48:47 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-25T14:51:03 < Laurenceb> " Under Armour invites proposals for technologies that will expand the capabilities of their Armour39 - a first-of-its-kind performance monitoring system for athletes. NineSigma has identified you as a party with the potential to respond to this challenge," 2013-10-25T14:51:06 < Laurenceb> die just die 2013-10-25T15:09:43 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 265 seconds] 2013-10-25T15:11:06 -!- dongs [~dongs@218.219.212.168] has joined ##stm32 2013-10-25T15:13:01 < Laurenceb> http://www.sickipedia.org/joke/view/other/history-1522575 2013-10-25T15:16:58 < Laurenceb> ah uk finally wins something 2013-10-25T15:17:01 < Laurenceb> http://en.wikipedia.org/wiki/List_of_serial_killers_by_number_of_victims 2013-10-25T15:20:47 -!- dongs [~dongs@218.219.212.168] has quit [Ping timeout: 260 seconds] 2013-10-25T15:24:20 < karlp> by winning you mean, not being on top of that list? 2013-10-25T15:26:38 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-25T15:35:02 < dongie> sorting that page sucks dick 2013-10-25T15:35:07 < dongie> possible victims 2013-10-25T15:35:11 < dongie> does a fucking alphabetical sort 2013-10-25T15:35:16 < dongie> fucking retardrded kikepedia 2013-10-25T15:35:34 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Remote host closed the connection] 2013-10-25T15:35:54 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-25T15:38:08 < dongie> odd, someone actually reg'd kikepedia 2013-10-25T15:39:26 < Steffanx> .org ? doesn't seem to be registered 2013-10-25T15:39:52 < dongie> .com is the only true/relevant domain in t he world 2013-10-25T15:40:00 < Steffanx> but wikipedia is .org 2013-10-25T15:40:10 < Tectu> switzerland really needs some killer... 2013-10-25T15:40:22 < Tectu> @ Laurenceb crap 2013-10-25T15:40:26 < Laurenceb> yeah Harold Shipman 2013-10-25T15:40:34 < Laurenceb> should be at top of page 2013-10-25T15:40:42 < Laurenceb> cuz we win at killing 2013-10-25T15:41:04 < Tectu> Laurenceb, why do you keep posting uninteresting and unrelated crap like that here anways? 2013-10-25T15:41:16 < Laurenceb> its veyr interesting 2013-10-25T15:41:33 < Laurenceb> if you want to become a killer you now have a target 2013-10-25T15:41:43 < Laurenceb> for total kills 2013-10-25T15:42:13 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 246 seconds] 2013-10-25T15:43:33 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-25T15:46:03 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-25T15:46:18 -!- Luggi09 [~Luggi09@cnh8092115237.pppoe.surfer.cnh.at] has quit [Ping timeout: 256 seconds] 2013-10-25T15:48:34 -!- Luggi09 [~Luggi09@cnh8092115237.pppoe.surfer.cnh.at] has joined ##stm32 2013-10-25T15:49:34 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 246 seconds] 2013-10-25T15:55:08 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Remote host closed the connection] 2013-10-25T15:55:22 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-25T16:01:57 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 248 seconds] 2013-10-25T16:02:43 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-25T16:08:29 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 272 seconds] 2013-10-25T16:09:34 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-25T16:18:43 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 260 seconds] 2013-10-25T16:19:28 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-25T16:25:40 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Remote host closed the connection] 2013-10-25T16:32:00 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-25T16:35:53 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Remote host closed the connection] 2013-10-25T16:36:05 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-25T16:41:50 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 256 seconds] 2013-10-25T16:47:32 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-25T16:52:26 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Remote host closed the connection] 2013-10-25T16:53:05 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-25T16:58:04 -!- NooM [~IceChat77@213-240-66-220.adsl.highway.telekom.at] has joined ##stm32 2013-10-25T16:58:10 < NooM> hello 2013-10-25T16:58:46 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Quit: leaving] 2013-10-25T17:03:46 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 246 seconds] 2013-10-25T17:07:10 < Laurenceb> RAGE 2013-10-25T17:07:21 < Laurenceb> my bq24090 charge ic never completes charging 2013-10-25T17:07:30 < NooM> ld.exe: region `rom' overflowed by 7584 bytes 2013-10-25T17:07:31 < Laurenceb> very odd 2013-10-25T17:07:32 < NooM> :D 2013-10-25T17:08:59 < NooM> indeed 2013-10-25T17:13:42 < Laurenceb> just 2ma current draw is enough to trip it into charge mode 2013-10-25T17:13:50 < Laurenceb> datasheet says 50ma 2013-10-25T17:17:21 < NooM> :( 2013-10-25T17:25:08 -!- NooM [~IceChat77@213-240-66-220.adsl.highway.telekom.at] has quit [Quit: Light travels faster then sound, which is why some people appear bright, until you hear them speak] 2013-10-25T17:36:44 -!- PT_Dreamer [~quassel@149.222.37.188.rev.vodafone.pt] has joined ##stm32 2013-10-25T17:37:28 -!- Activate_for_mor [~mirggi@host-122-159-66-217.spbmts.ru] has joined ##stm32 2013-10-25T17:41:28 -!- Activate_for_mor [~mirggi@host-122-159-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-25T17:53:40 -!- Activate_for_mor [~mirggi@host-58-159-66-217.spbmts.ru] has joined ##stm32 2013-10-25T17:58:41 -!- PT_Dreamer [~quassel@149.222.37.188.rev.vodafone.pt] has quit [Ping timeout: 272 seconds] 2013-10-25T18:00:26 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-25T18:11:52 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-25T18:18:46 -!- mrmcan [~mrcan@unaffiliated/mrcan] has quit [Ping timeout: 245 seconds] 2013-10-25T18:33:52 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-25T18:36:07 < Laurenceb> looks like current spikes from usb transactions keep triggering the charger 2013-10-25T18:36:21 < Laurenceb> making it think the charge current is too high 2013-10-25T18:54:37 < jpa-> yeah, trying to power a processor off a li-ion battery and expecting it to finish doesn't work all that well 2013-10-25T18:54:52 < jpa-> even if the charger stops charging, eventually you're going to drain the battery enough to restart charging 2013-10-25T18:55:11 < jpa-> better just have a circuit that takes power directly from USB when it is connected 2013-10-25T19:10:18 -!- ohama [ohama@cicolina.org] has quit [Ping timeout: 256 seconds] 2013-10-25T19:11:27 -!- ohama [ohama@cicolina.org] has joined ##stm32 2013-10-25T19:21:16 -!- englishman [~englishma@192.241.165.4] has quit [Ping timeout: 245 seconds] 2013-10-25T19:21:37 -!- CRF_Peter [~Peter@dhcp-182180.eduroam.chalmers.se] has joined ##stm32 2013-10-25T19:22:35 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-25T19:55:14 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-25T19:56:08 -!- dfletcher__ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-25T19:58:38 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 240 seconds] 2013-10-25T20:00:28 -!- pixelou [~pixelou@157.159.43.108] has joined ##stm32 2013-10-25T20:12:09 -!- NooM [~IceChat77@213-240-66-220.adsl.highway.telekom.at] has joined ##stm32 2013-10-25T20:12:14 < NooM> hello 2013-10-25T20:14:48 -!- Intelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-25T20:19:17 -!- MrMobius [~Joey@91.192.67.232] has joined ##stm32 2013-10-25T20:19:34 -!- dekar [~dekar@212.255.246.88] has quit [Quit: This computer has gone to sleep] 2013-10-25T20:19:36 < emeb> w00t - storing ADC calibration data for my voltage-controlled oscillator in I2C EEPROM works. 2013-10-25T20:19:51 < gxti> i should hope so 2013-10-25T20:20:35 < emeb> I just kept hearing so many horror stories about I2C on STM32 parts. 2013-10-25T20:21:02 < NooM> i2c worked fine for me 2013-10-25T20:21:03 < emeb> Just ganked the EEPROM code out of the eval board demo code. 2013-10-25T20:21:20 < emeb> worked on the first try. 2013-10-25T20:24:35 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-25T20:39:12 < MrMobius> im always suspicious of anything that works on the first try 2013-10-25T20:39:34 < MrMobius> something has probably gone horribly wrong but you justr haven't found out yet 2013-10-25T20:39:57 < NooM> :D 2013-10-25T20:40:38 -!- barthess [~barthess@185.6.24.111] has joined ##stm32 2013-10-25T20:41:01 < dongie> voltage controlled bloggery 2013-10-25T20:41:14 < dongie> emeb: ha ha you mean youre using CPAL for I2C then? 2013-10-25T20:41:42 < dongie> the only eeprom/i2c code i remember in ST demo codez was giant bloated clusterfuck 2013-10-25T20:42:03 < emeb> dongie: not the cpal stuff - they have two different versions. 2013-10-25T20:42:19 < dongie> cpal shit is jsut horrible 2013-10-25T20:42:19 < emeb> the other is simpler - straight interface to the I2C periph. 2013-10-25T20:43:16 < NooM> if your german you might like this: http://mikrocontroller.bplaced.net/wordpress/?page_id=744 2013-10-25T20:44:01 < emeb> need about $10 worth of junk to round out a DK order. Any suggestions on cool stuff? 2013-10-25T20:44:11 < dongie> F401-discovery 2013-10-25T20:44:27 < dongie> gyro/acc/some DAC + usb + crap 2013-10-25T20:44:55 < dongie> its $10 over your budget tho 2013-10-25T20:44:59 < dongie> http://www.digikey.com/product-search/en?x=-855&y=-73&lang=en&site=us&KeyWords=+STM32F401C-DISCO 2013-10-25T20:45:04 < emeb> looking 2013-10-25T20:45:47 < dongie> o yea, MEMS mic 2013-10-25T20:46:04 < NooM> isent that the f4 ? 2013-10-25T20:46:15 < emeb> looks very similar to the F405 disco 2013-10-25T20:46:17 < dongie> no, itus new F401 2013-10-25T20:46:19 < dongie> right 2013-10-25T20:46:25 < NooM> emb 407 :P 2013-10-25T20:46:27 < dongie> but acc/mag/gyro 2013-10-25T20:46:36 < NooM> mhm 2013-10-25T20:46:44 < emeb> whatevs 2013-10-25T20:46:56 < emeb> same audio junk 2013-10-25T20:46:58 < dongie> CS43L22, audio DAC with integrated class D speaker driver awesomeoeseses!!11 2013-10-25T20:46:59 < dongie> yea :( 2013-10-25T20:47:15 < NooM> i like my discovery f407 2013-10-25T20:47:18 < NooM> :( 2013-10-25T20:47:25 < emeb> It's OK 2013-10-25T20:47:36 < emeb> better w/ a codec for audio in too 2013-10-25T20:48:05 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-25T20:48:06 < NooM> :D 2013-10-25T20:48:17 < NooM> actually i havent played with the onboard peripherals 2013-10-25T20:50:19 < emeb> need to see about hooking a codec up to the F429 disco. 2013-10-25T20:50:31 < NooM> mhm 429 looks nice 2013-10-25T20:50:37 < emeb> but most of the pins on the I/O connectors are already tied up by the SDRAM and LCD. 2013-10-25T20:50:38 < NooM> with a display 2013-10-25T20:50:46 < NooM> and ram :D 2013-10-25T20:51:16 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-25T20:54:59 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-25T20:59:05 < fbs> morning 2013-10-25T20:59:28 < NooM> hi 2013-10-25T21:00:57 < fbs> why is i2c so confusing? 2013-10-25T21:03:28 < emeb> STM32 I2C peripheral requires a lot of management from sw 2013-10-25T21:03:42 < gxti> i2c is not confusing. stm32 i2c is annoying. 2013-10-25T21:03:47 < emeb> stepping through the various bus states, etc. 2013-10-25T21:05:04 < gxti> basically forces you to do a full irq driver when all you wanted was something dumb and simple to read config on startup 2013-10-25T21:06:43 < fbs> i just want to send 1 byte to a i2c io expander 2013-10-25T21:06:56 < fbs> and read 1 2013-10-25T21:06:57 < emeb> if you're just doing output it's a lot easier. 2013-10-25T21:07:32 < NooM> hmm i found it quite easy, but iam using a lib, mom ill paste code 2013-10-25T21:08:03 < gxti> i tried to do a 'simple' implementation and it hung, so i ended up ripping and then later rewriting Laurenceb's code 2013-10-25T21:08:10 < gxti> and somehow nothing has caught fire 2013-10-25T21:08:18 < emeb> hah 2013-10-25T21:08:34 < gxti> it's probably broken but works well enough for the trivial stuff i'm doing 2013-10-25T21:08:49 < emeb> the eval board eeprom code is all busywait / polled. works fine w/o IRQs. 2013-10-25T21:09:02 < fbs> well the io expander is going from all high to all low 2013-10-25T21:09:05 < fbs> so its doing something 2013-10-25T21:09:05 < NooM> http://pastebin.com/d3KUSQWN 2013-10-25T21:09:14 < gxti> i wasn't tickling the statemachine in just the right way, i'm sure you could make it polled if you really wanted to 2013-10-25T21:09:22 < gxti> really stupid shit though, it shouldn't do it that way 2013-10-25T21:09:25 < NooM> thats how i read data from adxl 345 (or whatever version number) 2013-10-25T21:09:29 < emeb> ya 2013-10-25T21:09:47 < emeb> compared to, say PIC I2C implementation it's a clusterfuck. 2013-10-25T21:10:03 < NooM> i havent wrapped all function in the nice class yet, cos its not that important to me :D 2013-10-25T21:10:07 < gxti> pic lets you do dumb shit but at least you don't have to read all the registers in just the right order to make progress 2013-10-25T21:10:18 < emeb> yep 2013-10-25T21:10:52 < gxti> oh and there's all the timing shit where depending on the size of the transaction you have to do different things 2013-10-25T21:11:07 < emeb> ugh 2013-10-25T21:11:18 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: and like that, he's gone] 2013-10-25T21:14:43 -!- englishman [~englishma@192.241.165.4] has quit [Ping timeout: 246 seconds] 2013-10-25T21:19:36 < fbs> hmm seems to be working again 2013-10-25T21:20:08 < fbs> http://pastie.org/8430487'] 2013-10-25T21:20:17 < fbs> btw NooM, got your boards? 2013-10-25T21:20:22 < NooM> no 2013-10-25T21:20:25 < NooM> china mail :D 2013-10-25T21:20:30 < NooM> that takes 2 weeks 2013-10-25T21:21:05 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-25T21:21:19 < NooM> https://www.dropbox.com/s/05i9brudck80q0i/Audio5.wma audio from a stm32f497 dac (not the i2s one,, the on chip dac) :D 2013-10-25T21:21:30 < NooM> note: its recorded with an webcam microphone .. 2013-10-25T21:21:56 < fbs> mine finally came 2013-10-25T21:22:02 < NooM> sweet 2013-10-25T21:22:04 < gxti> reminds me, i need to buy more gps modules 2013-10-25T21:22:04 < fbs> still took 2 weeks with fedex sipping 2013-10-25T21:22:17 < NooM> thats slow 2013-10-25T21:22:20 < fbs> http://i.imgur.com/WTdZqe0.jpg 2013-10-25T21:22:27 < fbs> rpi, controller & relay io 2013-10-25T21:22:38 < NooM> its bright :D 2013-10-25T21:25:35 < emeb> ugh - dubstep. :P 2013-10-25T21:25:47 < NooM> :D 2013-10-25T21:26:05 < emeb> how did you do that? 2013-10-25T21:26:18 < emeb> and what's an stm32f497? 2013-10-25T21:26:39 < jpa-> fbs: what's up with the fan? 2013-10-25T21:26:54 < NooM> i took a mp3 file, made it to wav, 8 bit 16khz, copied the hex data to a .h file and played it with the dac :D 2013-10-25T21:26:57 < NooM> 407* 2013-10-25T21:27:05 < NooM> 9 was a typo 2013-10-25T21:27:05 < emeb> haha 2013-10-25T21:27:22 < NooM> ya, on my boards i have sd card, ill play it from there than 2013-10-25T21:29:02 < NooM> quality is actually ok :D 2013-10-25T21:29:18 < emeb> How can you tell with dubstep? :P 2013-10-25T21:29:19 < NooM> sadly 41khz doesent work well, guess my chepo amplifier dont like that 2013-10-25T21:29:24 < NooM> haha :D 2013-10-25T21:29:50 < emeb> The on-chip DACs aren't bad. 2013-10-25T21:30:09 < emeb> I've done an audio/lfo product with them. 2013-10-25T21:30:19 < NooM> lfo ? 2013-10-25T21:30:37 < emeb> low freq oscillator 2013-10-25T21:30:43 < NooM> oh 2013-10-25T21:30:45 < NooM> sweet 2013-10-25T21:30:47 < fbs> jpa-: its part of the project 2013-10-25T21:31:15 < fbs> wondering if a fan improves warmup time 2013-10-25T21:32:01 < Laurenceb> heh rpi heatsink 2013-10-25T21:32:09 < NooM> :D 2013-10-25T21:32:47 < fbs> found it in a box 2013-10-25T21:33:21 -!- _BJFreeman [~bjfree@251.sub-75-233-84.myvzw.com] has joined ##stm32 2013-10-25T21:33:51 < Laurenceb> lol google maps got a windows8 colour scheme 2013-10-25T21:33:55 < Laurenceb> eye bleach 2013-10-25T21:34:18 -!- _BJFreeman is now known as BJfreeman 2013-10-25T21:35:15 -!- NooM [~IceChat77@213-240-66-220.adsl.highway.telekom.at] has quit [Quit: Oops. My brain just hit a bad sector] 2013-10-25T21:35:42 -!- PT_Dreamer [~quassel@bl9-165-178.dsl.telepac.pt] has joined ##stm32 2013-10-25T21:36:54 -!- dekar [~dekar@212.255.246.88] has joined ##stm32 2013-10-25T21:36:55 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-25T21:37:47 < fbs> ah well, atleast my first stm board works on first try 2013-10-25T21:39:54 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 256 seconds] 2013-10-25T21:42:16 -!- PT_Dreamer [~quassel@bl9-165-178.dsl.telepac.pt] has quit [Remote host closed the connection] 2013-10-25T21:43:54 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-25T21:47:14 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-25T22:08:22 < emeb> lol - now the i2c eeprom code has stopped working. randomly - no changes to the code. 2013-10-25T22:08:43 < Laurenceb> are you using my i2c doe? 2013-10-25T22:08:58 < emeb> Laurenceb: nope - just the ST eval stuff. 2013-10-25T22:09:17 < gxti> emeb: power cycle the board? i2c devices like to get stuck 2013-10-25T22:09:26 < emeb> gxti: yeah - several times. 2013-10-25T22:09:34 < gxti> nifty. 2013-10-25T22:09:43 < emeb> it's my favorite thing. 2013-10-25T22:10:01 -!- CRF_Peter [~Peter@dhcp-182180.eduroam.chalmers.se] has quit [Ping timeout: 246 seconds] 2013-10-25T22:10:06 < emeb> Laurenceb: your i2c code work on an F30x? 2013-10-25T22:10:14 < gxti> hey, it took me like a month to find one bug that caused my shit to work until i power cycled it 2013-10-25T22:10:40 < gxti> the new code wasn't initializing the ethernet PHY correctly, but i hadn't power cycled the board since writing it 2013-10-25T22:10:44 < zyp> emeb, does it work at all? :p 2013-10-25T22:11:07 < gxti> turns out that telling the PHY to reset itself isn't the same as pulling its reset line 2013-10-25T22:11:16 < emeb> zyp: it worked for a while this morning, now it's hanging when it tries to read from the eeprom. 2013-10-25T22:11:29 < zyp> I mean, Laurenceb's code :p 2013-10-25T22:11:55 < emeb> zyp: haven't tried it yet. 2013-10-25T22:12:22 < fbs> hmm i2c device getting stuck would be bad 2013-10-25T22:13:00 < emeb> anyone got a linky to the Laurenceb i2c? 2013-10-25T22:14:31 < gxti> here's my "rewrite" of it: https://github.com/mtharp/laureline-firmware/blob/master/src/eeprom.c although be warned that everything outside of the basic eeprom functions at the end is untested 2013-10-25T22:15:06 < emeb> thx 2013-10-25T22:15:39 < zyp> isn't Laurenceb doing F1-only? 2013-10-25T22:15:50 < gxti> that's true, that ^ is for f1 2013-10-25T22:16:43 < emeb> gxti: ok - will bear that in mind. 2013-10-25T22:16:52 < Laurenceb> no F3 support sorry 2013-10-25T22:16:58 < fbs> lol now i broke read 2013-10-25T22:16:58 < Laurenceb> i havent worked on the code for ages 2013-10-25T22:20:32 -!- BJfreeman [~bjfree@251.sub-75-233-84.myvzw.com] has quit [Quit: had a good time] 2013-10-25T22:20:49 -!- alexn [~alexn@pD95E8F07.dip0.t-ipconnect.de] has joined ##stm32 2013-10-25T22:20:55 < emeb> ah - got it working again. wasn't the i2c code at all. 2013-10-25T22:21:25 < emeb> for some reason assert_failed due to not setting th PUPD in the GPIO init process. 2013-10-25T22:21:32 < emeb> worked before - wonder why? 2013-10-25T22:23:35 < emeb> related: gdb telling me where the PC is when it starts up - priceless. 2013-10-25T22:26:27 -!- englishman [~englishma@192.241.165.4] has quit [Quit: bye] 2013-10-25T22:27:07 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-25T22:42:01 -!- ohama [ohama@cicolina.org] has quit [Ping timeout: 268 seconds] 2013-10-25T22:45:49 -!- ohama [~ohama@cicolina.org] has joined ##stm32 2013-10-25T22:56:01 -!- barthess [~barthess@185.6.24.111] has quit [Quit: Leaving.] 2013-10-25T22:58:11 -!- alexn_ [~alexn@93.104.205.194] has joined ##stm32 2013-10-25T22:58:46 -!- alexn [~alexn@pD95E8F07.dip0.t-ipconnect.de] has quit [Read error: Connection reset by peer] 2013-10-25T22:58:59 -!- MrM0bius [~Joey@91.192.67.232] has joined ##stm32 2013-10-25T22:59:36 -!- alexn__ [~alexn@pD95E8F07.dip0.t-ipconnect.de] has joined ##stm32 2013-10-25T23:00:46 -!- MrMobius [~Joey@91.192.67.232] has quit [Ping timeout: 246 seconds] 2013-10-25T23:00:59 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-25T23:03:08 -!- dekar [~dekar@212.255.246.88] has quit [Quit: This computer has gone to sleep] 2013-10-25T23:03:13 -!- alexn_ [~alexn@93.104.205.194] has quit [Ping timeout: 272 seconds] 2013-10-25T23:04:59 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Remote host closed the connection] 2013-10-25T23:10:49 -!- alexn__ [~alexn@pD95E8F07.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-25T23:17:01 -!- dekar [~dekar@212.255.246.88] has joined ##stm32 2013-10-25T23:17:04 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-25T23:32:44 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-25T23:33:36 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 --- Day changed Sat Oct 26 2013 2013-10-26T00:05:23 -!- MrM0bius [~Joey@91.192.67.232] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Po-ta-to, boil em, mash em, stick em in a stew.] 2013-10-26T00:10:01 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 245 seconds] 2013-10-26T00:23:03 < Tectu> "Both the heap buffer base and the heap size must be aligned to the stkalign_t type size." 2013-10-26T00:23:05 < Tectu> how would one do that? 2013-10-26T00:31:45 < zyp> uh 2013-10-26T00:31:57 < zyp> what do you mean «how»? 2013-10-26T00:32:04 < zyp> how do you allocate it? 2013-10-26T00:34:34 < Tectu> no, I'm really not sure how to make sure that the buffer is alligned as the function expects it. 2013-10-26T00:34:37 < Tectu> it's from here: http://chibios.sourceforge.net/html/group__heaps.html#ga7135c9ddbd1402a4a36ce44df948f4e4 2013-10-26T00:34:55 < Tectu> and stkalign_t is : typedef struct { uint8_t a[8]; } stkalign_t __attribute__((aligned(8))); 2013-10-26T00:38:12 < Tectu> zyp, chHeapInit(&ext_heap, (void*)0x60000000, RAM_SIZE); that's what I got. 2013-10-26T00:38:38 < Tectu> (it's an external 512kB SRAM) 2013-10-26T00:39:27 < zyp> ok 2013-10-26T00:39:34 < zyp> do you know what «aligned» means? 2013-10-26T00:40:03 < Tectu> yes, I think so 2013-10-26T00:40:13 < Tectu> but I probably won't meet the proper definition ;) 2013-10-26T00:40:35 -!- Laurenceb_ [~Laurence@host86-136-118-167.range86-136.btcentralplus.com] has joined ##stm32 2013-10-26T00:40:51 < zyp> when addr x is aligned to size y, it means that x%y would be 0 2013-10-26T00:41:09 < Tectu> agreed 2013-10-26T00:41:16 < zyp> 0x60000000 is certainly aligned to 8 :p 2013-10-26T00:41:51 < zyp> 0x60000000 is aligned to every power of 2 up to and including 0x20000000 :p 2013-10-26T00:42:10 < Tectu> okay 2013-10-26T00:43:21 < Tectu> zyp, but it says I have to allign the second and third argument of chHeapInit() to stkalign_t type size 2013-10-26T00:43:29 < Tectu> I'm not sure what that means / how to archive that 2013-10-26T00:43:44 < Tectu> stkalign_t type size is equal to sizeof(stkalign_t) ? 2013-10-26T00:43:56 < zyp> yes 2013-10-26T00:44:02 < zyp> which is 8 2013-10-26T00:44:30 < Tectu> through the unint8_t a[8] or the aligned(8) attribute ? 2013-10-26T00:44:53 < zyp> you have a struct of 8 bytes, that means the size of that struct is 8 bytes 2013-10-26T00:44:58 < zyp> so the former 2013-10-26T00:45:25 < zyp> the latter is just a hint for the compiler/linker, telling it that it should align global instances of that object 2013-10-26T00:45:33 < zyp> global and stack 2013-10-26T00:45:47 < Tectu> so since 0x6000000 is aligned to 8 anyway, I don't have to care about that. I now have to make sure that the third, the size parameter is alligned to 8 as well, right? 2013-10-26T00:45:57 < zyp> yes 2013-10-26T00:46:18 < Tectu> for example 10240 <--- I'll get a 10k Heap from my external RAM 2013-10-26T00:46:32 < zyp> yep 2013-10-26T00:46:35 < Tectu> hmm 2013-10-26T00:47:06 < Tectu> I have a weird problem here... When I give it a size of 1024, I can allocate from it successfully. but with 10240, I get a NULL pointer back when I try to allocate from the new heap 2013-10-26T00:47:11 < Tectu> but the RAM itself has 512k :< 2013-10-26T00:50:10 < Tectu> zyp, when I create a heap of 1024, then allocate some portion of it, it actually starts at 0x60000008 where I expected 0x60000000... how comes that? 2013-10-26T00:50:36 < zyp> because the heap uses some of the memory to keep track of allocations 2013-10-26T00:51:10 < Tectu> aah, "the heap table"? 2013-10-26T00:51:42 < Tectu> that finally explains and fixes my issue... I tried to allocate a 10240 buffer from the 10240 heap :P 2013-10-26T00:53:22 < Tectu> zyp, I thank you very much for your help. 2013-10-26T00:55:05 < fbs> :) 2013-10-26T00:56:31 < fbs> anyone tried multimaster mode for spi? The controller hs to be able to request some data from the rpi, like time 2013-10-26T00:56:40 < fbs> but the rpi needs to be able to request temperature data 2013-10-26T00:57:05 < fbs> it needs to be teh spi port 2013-10-26T00:57:14 < Tectu> zyp, how would I allign something properly? I assume there's some non-manual way? 2013-10-26T00:58:10 < zyp> when you're typing in the addr manually, then you align it manually 2013-10-26T00:58:30 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-26T00:58:34 < zyp> then you have the aligned attribute for compiler-allocations 2013-10-26T00:58:38 < fbs> __attribute__ ((aligned (x)) ? 2013-10-26T00:59:11 < Tectu> I read something about aligning buffers using unions with the to-align datatype 2013-10-26T00:59:50 < zyp> and then if you just need to align some number programmatically then you have to round the number up or down to the nearest fitting value 2013-10-26T01:00:34 < zyp> if you're aligning to 8 then you can do (x & ~7) to round down and ((x + 7) & ~7) to round up 2013-10-26T01:00:57 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-26T01:01:16 < zyp> this works for every n = 2**x, just substitute 7 for (n-1) 2013-10-26T01:04:08 < Tectu> okay, finally this RAM works 2013-10-26T01:04:11 < Tectu> thanks again. 2013-10-26T01:07:14 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-26T01:10:53 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 272 seconds] 2013-10-26T01:12:40 -!- pixelou [~pixelou@157.159.43.108] has quit [Quit: WeeChat 0.4.2] 2013-10-26T01:18:47 -!- timemob [~dongs@g1-27-253-251-109.bmobile.ne.jp] has joined ##stm32 2013-10-26T01:20:34 -!- timemob [~dongs@g1-27-253-251-109.bmobile.ne.jp] has quit [Client Quit] 2013-10-26T01:26:27 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-26T01:27:21 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Ping timeout: 272 seconds] 2013-10-26T01:27:22 < gxti> first under-$100 digikey order in a while...but only because f429disco is out of stock 2013-10-26T01:28:01 < zyp> you don't get free shipping from digikey? 2013-10-26T01:28:18 < gxti> not in the US. it's kind of nonsensical when you think about it. 2013-10-26T01:29:07 -!- DLPeterson [~hazelnuss@199-241-202-32.PUBLIC.monkeybrains.net] has joined ##stm32 2013-10-26T01:29:07 < zyp> how much is shipping usually then? 2013-10-26T01:29:34 < Laurenceb_> i can get next day shipping from virtually anywhere now :P 2013-10-26T01:29:55 < Laurenceb_> i'm 4miles from major DHL hub 2013-10-26T01:30:24 < gxti> $12-ish, pretty typical ground shipping 2013-10-26T01:30:31 < dongs> zyp they hide the cheap shipping 2013-10-26T01:30:32 < zyp> ah, ok 2013-10-26T01:30:43 < zyp> it's $30 or so to norway, I believe 2013-10-26T01:30:47 < dongs> see he couldnt find it 2013-10-26T01:30:59 < zyp> but free when I hit $90 or so 2013-10-26T01:31:07 < Laurenceb_> it seems to depend a lot more on their hub setup than physical distance 2013-10-26T01:32:24 < gxti> i think usps is less, i haven't really used them much for packages in the past but maybe i should 2013-10-26T01:32:37 < gxti> the cutoff time for ups/fedex is later so maybe that's why i use them 2013-10-26T01:33:39 < emeb> gxti: I always get the USPS priority - usually gets 2day shipping for ~$5 2013-10-26T01:34:29 < gxti> hmm, the cutoff times are all the same now. so there goes that reason. 2013-10-26T01:35:51 < emeb> best trick is to order Friday, get it Monday. 2013-10-26T01:38:08 < gxti> done. bought the last 3 of the tcxo i was using, which have been at 3 stock for like a month. 2013-10-26T01:38:24 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-26T01:38:27 < gxti> now let's see if i get a call saying "lol no stock after all" 2013-10-26T01:39:37 < dongs> clearly a sign you shouldn't be using them 2013-10-26T01:39:54 < gxti> doesn't matter, i can use any tcxo with that footprint and voltage 2013-10-26T01:41:03 < gxti> of which there are a dozen different part numbers with thousands in stock. but these are the cheapest. 2013-10-26T01:44:06 < gxti> in fact all my clock calculations are done in software so i can have it autodetect on boot 2013-10-26T01:50:31 -!- ouah [~ouah@unaffiliated/ouah] has joined ##stm32 2013-10-26T02:00:38 < Tectu> btw, does every STM32Fxxx controller have an FSMC? 2013-10-26T02:01:40 < fbs> the f0 dont i think 2013-10-26T02:01:49 < fbs> dont rmember seeing it in the manual 2013-10-26T02:04:18 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-26T02:22:23 -!- ouah [~ouah@unaffiliated/ouah] has left ##stm32 [] 2013-10-26T02:32:14 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-26T02:39:36 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-26T02:50:04 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-26T03:18:31 -!- Laurenceb_ [~Laurence@host86-136-118-167.range86-136.btcentralplus.com] has quit [Ping timeout: 260 seconds] 2013-10-26T03:40:31 -!- Activate_for_mor [~mirggi@host-58-159-66-217.spbmts.ru] has quit [Ping timeout: 260 seconds] 2013-10-26T03:43:40 -!- DLPeterson [~hazelnuss@199-241-202-32.PUBLIC.monkeybrains.net] has quit [Quit: leaving] 2013-10-26T03:47:29 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-26T03:50:36 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-26T03:51:02 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-26T03:53:23 -!- dfletcher__ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 272 seconds] 2013-10-26T04:00:32 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 240 seconds] 2013-10-26T04:15:28 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-26T04:19:44 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has joined ##stm32 2013-10-26T04:23:17 < Thorn> TI has a $20 Cortex-R launchpad http://www.ti.com/ww/en/launchpad/hercules.html 2013-10-26T04:23:36 < Thorn> "Dual ARM Cortex–R4 cores running in lock step" 2013-10-26T04:24:49 < Thorn> would anybody outside of automotive/medical industry care? 2013-10-26T04:25:08 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 245 seconds] 2013-10-26T04:29:04 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Remote host closed the connection] 2013-10-26T04:30:11 -!- PT_Dreamer [~quassel@bl9-165-178.dsl.telepac.pt] has joined ##stm32 2013-10-26T04:31:59 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-26T04:39:34 -!- PT_Dreamer [~quassel@bl9-165-178.dsl.telepac.pt] has quit [Remote host closed the connection] 2013-10-26T04:40:12 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-26T04:40:20 <+dekar> Hardware faults are pretty uncommon to begin with, at least for normal operating conditions. 2013-10-26T04:43:38 <+dekar> I wonder how MLC/TLC flash /w controller compares to EEC flash. I mean those heavily rely on error correction as well. 2013-10-26T04:58:05 -!- emeb [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-26T04:58:31 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 272 seconds] 2013-10-26T05:07:29 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-26T05:17:53 < dongs> zyp: like < .30/ea for those connectors 2013-10-26T05:25:45 < emeb_mac> sup trolls? 2013-10-26T05:26:45 < dongs> not much 2013-10-26T05:26:58 < dongs> checking out assembled boards 2013-10-26T05:27:22 < emeb_mac> fun. 2013-10-26T05:29:25 < emeb_mac> got my OSHstencil today. looks OK. 2013-10-26T05:29:34 < dongs> is it at leats laser 2013-10-26T05:29:47 < emeb_mac> don't know how they cut it. 2013-10-26T05:30:52 < emeb_mac> looks clean and accurate tho 2013-10-26T05:33:37 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-26T05:33:38 < dongs> erm laser -> metal i meant 2013-10-26T05:33:45 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 245 seconds] 2013-10-26T05:33:46 < dongs> i gues scould be either laser or that chemical etch crap 2013-10-26T05:34:08 < dongs> is there board outline marks like < > 2013-10-26T05:34:20 < emeb_mac> oh, not metal. it's kapton. 2013-10-26T05:34:39 < dongs> fail then. 2013-10-26T05:34:43 < dongs> more like crapton. 2013-10-26T05:34:45 < dongs> :) 2013-10-26T05:35:12 < emeb_mac> lol 2013-10-26T05:35:44 < emeb_mac> reminds me of an ancient method of putting a patina on copper called "pissed-on copper". 2013-10-26T05:53:25 < dongs> its better to be pissed off than pissed on 2013-10-26T06:09:05 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-26T06:09:16 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-26T07:04:08 < emeb_mac> put down that weapon 2013-10-26T07:22:16 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-26T07:23:00 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-26T07:28:44 < upgrdman> $2400 DMM with a 16x2 char lcd? wtf http://www.home.agilent.com/en/pd-1062201-pn-L4411A/system-digital-multimeter-6-digit-high-performance?nid=-536902435.626391&cc=US&lc=eng 2013-10-26T07:31:47 < emeb_mac> it's agilent. 2013-10-26T07:32:09 < emeb_mac> that means great specs, great reliability, longlasting value. 2013-10-26T07:34:26 < emeb_mac> anybody can buy a fancy custom LCD. not everyone can make equipment that performs well for decades. 2013-10-26T07:39:06 * emeb_mac has a 30+ year old HP8350+HP83522A sweeper that still works great. loud, smells kinda funny though. 2013-10-26T07:41:47 <+dekar> upgrdman, notice how it only has a single button? I guess the display doesn't matter since you're controlling it from a PC anyway 2013-10-26T07:42:10 < upgrdman> ya 2013-10-26T07:42:42 < upgrdman> but still. you'd think for that price they could make the front not look like something you would see in Make Magazine 2013-10-26T07:44:08 <+dekar> I am not sure if a touchscreen and windows 7 would make it any better ;) 2013-10-26T07:49:52 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-26T07:50:03 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-26T08:08:07 < dongs> its HIGH PERFORMANCE 2013-10-26T08:08:47 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-26T08:10:07 < dongs> any recomendations for <= 36V <100mA switcher? 2013-10-26T08:10:19 < dongs> less parts + chep = better 2013-10-26T08:12:13 < gxti> murata's modules are nice, not extra cheap but it's one part and once you do all the design and shit starting from an ic isn't necessarily going to be cheaper anyway 2013-10-26T08:12:33 < dongs> nah, it will be. 2013-10-26T08:12:43 < dongs> target will be around 50c for entire dc/dc thing 2013-10-26T08:12:44 < gxti> ok. 2013-10-26T08:12:49 < dongs> murata shit is gonna be $$$ 2013-10-26T08:13:01 < gxti> 50 cents? 34063, lol. 2013-10-26T08:13:19 < gxti> and no caps, because caps are overrated. 2013-10-26T08:13:19 < dongs> haha. 2013-10-26T08:15:39 < dongs> yanno you might be on to something. 2013-10-26T08:15:57 < dongs> i hae to see if i can fit a giant 200+uH coil tho 2013-10-26T08:26:19 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-26T09:37:14 -!- dekar_ [~dekar@212.255.245.232] has joined ##stm32 2013-10-26T09:37:17 -!- mode/##stm32 [+v dekar_] by ChanServ 2013-10-26T09:41:05 -!- dekar [~dekar@212.255.246.88] has quit [Ping timeout: 272 seconds] 2013-10-26T09:41:32 < emeb_mac> dongs: I've used an LMR14203 switcher - that's good up to 42V in, 300ma 2013-10-26T09:41:40 < emeb_mac> worked fine. 2013-10-26T09:42:07 < emeb_mac> dunno if that meets your $0.50 budget tho - depends on qty. 2013-10-26T09:49:40 < dongs> 1.21mhz! 2013-10-26T09:52:24 < emeb_mac> zippy! 2013-10-26T09:53:21 < emeb_mac> wants like a 6.3uH inductor. reasonably small. 2013-10-26T09:53:27 < dongs> right. 2013-10-26T09:53:52 < emeb_mac> fairly large output cap tho - 47uF IIRC 2013-10-26T09:55:04 < dongs> ya that switcher is expensive 2013-10-26T09:55:05 < dongs> ugh 2013-10-26T09:55:07 < dongs> even in cn 2013-10-26T09:55:55 < dongs> putting my dixus4 on a sheet of CF on my desk = no signal 2013-10-26T09:55:57 < dongs> in 30 seconds 2013-10-26T09:55:58 < dongs> lol. 2013-10-26T09:56:18 < dongs> holy shit 2013-10-26T09:56:21 < dongs> apparenly we need 20k of htem 2013-10-26T10:06:39 < qyx_> mcp16301? 2013-10-26T10:09:03 < dongs> ah 2013-10-26T10:09:10 < dongs> fail 2013-10-26T10:09:12 < dongs> cuz not 36Vin 2013-10-26T10:11:31 -!- emeb_mac [~ericb@ip70-162-138-62.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-26T10:13:50 < dongs> ill get mps or richtek guy to email me monday 2013-10-26T10:14:05 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-26T10:14:09 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Client Quit] 2013-10-26T10:20:57 -!- MrMobius [~Joey@194.176.111.169] has joined ##stm32 2013-10-26T10:25:08 < dongs> still no updates on matchcocksarm 2013-10-26T10:45:40 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-26T10:47:50 -!- dekar [~dekar@212.255.242.49] has joined ##stm32 2013-10-26T10:47:53 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-26T10:50:45 -!- dekar_ [~dekar@212.255.245.232] has quit [Ping timeout: 272 seconds] 2013-10-26T11:48:20 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-26T11:50:40 -!- Inrelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-26T12:05:58 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-26T12:22:03 -!- dekar [~dekar@212.255.242.49] has quit [Quit: This computer has gone to sleep] 2013-10-26T12:26:28 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-26T12:27:44 -!- dfletcher_ is now known as dfletcher 2013-10-26T12:27:55 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Changing host] 2013-10-26T12:27:55 -!- dfletcher [~fletch@drupal.org/user/72475/view] has joined ##stm32 2013-10-26T12:28:08 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-26T12:32:10 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-26T12:32:13 < Robint91> hi all 2013-10-26T12:56:05 < Robint91> let's try to build a linux kernel for the M4 2013-10-26T13:13:22 -!- dekar [~dekar@212.255.242.49] has joined ##stm32 2013-10-26T13:13:25 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-26T13:19:35 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-26T13:33:06 -!- dekar [~dekar@212.255.242.49] has quit [Quit: This computer has gone to sleep] 2013-10-26T13:58:42 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-26T14:02:24 -!- MrMobius [~Joey@194.176.111.169] has quit [Quit: I love my HydraIRC -> http://www.hydrairc.com <-] 2013-10-26T14:16:47 -!- Laurenceb_ [~Laurence@host86-136-118-167.range86-136.btcentralplus.com] has joined ##stm32 2013-10-26T14:29:04 < jpa-> Robint91: isn't there already an ST appnote on uclinuc? 2013-10-26T14:29:08 < jpa-> *uclinux 2013-10-26T14:29:27 < Robint91> jpa-, it is a fairly old kernal 2013-10-26T14:29:34 < jpa-> true 2013-10-26T14:29:48 < Robint91> jpa-, my idea is to replicate http://www.linux-arm.org/LinuxKernel/LinuxM3 2013-10-26T14:29:53 < Robint91> with a newer kernel 2013-10-26T14:30:38 < Robint91> and then add stm32f42x support 2013-10-26T14:38:39 < Robint91> jpa-, mhh 2013-10-26T14:38:55 < Robint91> jpa-, those patches are in the mainline 2013-10-26T14:38:56 < Tectu> The STM32F407 only support 8 and 16-bit mode SPI, right? 2013-10-26T14:39:05 < Tectu> I've some Nokia6610 display here which would like 9-bit mode 2013-10-26T14:39:11 < zyp> no 2013-10-26T14:39:13 < Tectu> can the STM handle 8-bit + control bit? 2013-10-26T14:39:25 < zyp> sure, it supports anything up to 16 2013-10-26T14:39:57 < Tectu> RM says: 2013-10-26T14:39:57 < Tectu> ● Data format may be 16-bit, 24-bit or 32-bit 2013-10-26T14:39:58 < Tectu> ● Packet frame is fixed to 16-bit (16-bit data frame) or 32-bit (16-bit, 24-bit, 32-bit data 2013-10-26T14:39:58 < Tectu> frame) by audio channel 2013-10-26T14:41:35 < Tectu> zyp, and figure 273 also tells you: 8 or 16 bits depending on the Data frame format bit (see DFF in SPI_CR1) 2013-10-26T14:41:39 < Tectu> on the MOSI line 2013-10-26T14:41:44 < Tectu> I don't think it can do 9-bit 2013-10-26T14:42:48 < zyp> 13:39:58 < Tectu> ● Data format may be 16-bit, 24-bit or 32-bit 2013-10-26T14:42:53 < zyp> that's for I2S mode 2013-10-26T14:43:13 < Tectu> can you check Fig. 273? 2013-10-26T14:43:16 < Tectu> (RM 0090) 2013-10-26T14:43:23 < Tectu> page 800 here 2013-10-26T14:43:34 < zyp> um, it's not in rev 5 :p 2013-10-26T14:43:41 < Tectu> lol? 2013-10-26T14:43:48 < Tectu> I have Rev 4 2013-10-26T14:43:53 < zyp> your problem 2013-10-26T14:44:17 < Tectu> you say the new RM meniones 9-bit mode? ;-) 2013-10-26T14:44:33 < zyp> no, I say that there is no fig 273 on page 800 here 2013-10-26T14:44:45 < zyp> so I have no idea what you're referring to 2013-10-26T14:44:56 < Tectu> rev 5 now 2013-10-26T14:45:39 < Tectu> zyp, fig. 245 on page 858 2013-10-26T14:45:56 < zyp> wtf 2013-10-26T14:46:07 < zyp> you're right, F4 doesn't support other sizes than 8 and 16 2013-10-26T14:46:10 < zyp> F3 does. 2013-10-26T14:46:39 < zyp> F3 has a DS field in CR2 tht sets the number of bits, that field is apparently not present in F4 2013-10-26T14:47:14 < Tectu> wow, that feeling... being right in an argument with zyp :P 2013-10-26T14:47:26 < zyp> congratulations 2013-10-26T14:47:29 < Tectu> so how am I supposed to talk to the Nokia6610? 2013-10-26T14:47:34 < Tectu> it's on an olimex p407 board 2013-10-26T14:47:42 < Tectu> they wouldn't have put it there when it wouldn't be possible :P 2013-10-26T14:47:51 < Robint91> Tectu, bitbang? 2013-10-26T14:47:58 < Robint91> or use the usart 2013-10-26T14:48:27 < jpa-> you can always pack the bits 2013-10-26T14:49:18 < jpa-> and Robint91 is right, the USART supports 9 bits, so it is good if the pins match 2013-10-26T14:49:50 < Tectu> oh dear 2013-10-26T14:51:21 < Tectu> R2COM, that's somehow sad, no? Shouldn't the purpose of such a channel exactly be the opposit of that? 2013-10-26T14:53:00 < zyp> R2COM can't handle the fact that people doesn't remember all the differences between the different chip families and may make wrong assumptions on different families behaving in the same way 2013-10-26T14:53:57 < Tectu> zyp, I don't think he refered to you here 2013-10-26T14:54:19 < Tectu> at least you didn't act that way, in my opinionn 2013-10-26T14:54:45 < Tectu> you people are right, btw.... olimex bitbanged the controller using GPIO 2013-10-26T14:54:59 < zyp> dunno, I was the one that gave you the wrong answer :p 2013-10-26T14:55:46 < Tectu> zyp, and? it wasn't arrogant in my opinion. the thing with the revision probably, but not the SPI thing :P 2013-10-26T14:57:19 < zyp> so anyway, who of you guys have been autogenerating usb serial numbers, and how did you do it? 2013-10-26T14:58:27 < jpa-> i just hashed the unique id and hoped that there would be no collisions in my lifetime :) 2013-10-26T14:58:55 < jpa-> ST also has some algorithm in their DFU bootloader.. i wonder if it is any good 2013-10-26T14:59:07 < zyp> I'm wondering how to hash it and how long the result should be 2013-10-26T14:59:08 < Tectu> ST software wasn't that good so far, I think 2013-10-26T14:59:22 < Tectu> but yes, software != algorithm 2013-10-26T14:59:47 < jpa-> zyp: you might also just take it as it is (only the significant bytes).. that way there won't be collisions 2013-10-26T15:00:19 < jpa-> Tectu: their quality is surprisingly varying.. one might even think that they have more than one group of programmers working there 2013-10-26T15:00:29 < zyp> yeah, unless there are some requirements on usb serial length 2013-10-26T15:00:30 < Robint91> jpa-, I use murmurhash64 2013-10-26T15:00:37 < Robint91> to generate 64bit IDS 2013-10-26T15:00:59 < zyp> IIRC there is no requirements in usb itself, but some classes have stricter requirements 2013-10-26T15:01:10 < jpa-> though at work we wantesensible serial numbers anyway, and put them in OTP 2013-10-26T15:01:12 < zyp> saying that the first n bytes have to be unique 2013-10-26T15:01:51 < Robint91> https://gist.github.com/anonymous/7168690 2013-10-26T15:01:58 < Robint91> ^ I use this 2013-10-26T15:02:16 < Robint91> uint64_t hash = MurmurHash64B((char*)0x1FFFF7E8,12,0); 2013-10-26T15:02:34 < Robint91> on F1/F4 2013-10-26T15:04:43 < Robint91> zyp, ^ 2013-10-26T15:04:56 < Robint91> zyp, just saw that you asked the question 2013-10-26T15:17:29 < dongs> zyp: ping 2013-10-26T15:17:45 < zyp> hi 2013-10-26T15:17:50 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Read error: Connection reset by peer] 2013-10-26T15:17:51 < zyp> hmm 2013-10-26T15:18:13 < dongs> zyp: http://imgur.com/JZxCCU8,QlFiiB8 2013-10-26T15:18:18 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-26T15:18:21 < zyp> (uid[0] * uid[1] * uid[2]) seems like a good enough hash function 2013-10-26T15:18:40 < dongs> i have a feeling these are not rear entry specifically but might work since back is open 2013-10-26T15:19:10 < zyp> maybe 2013-10-26T15:19:23 < dongs> but they're like 30c/ea so... 2013-10-26T15:19:24 < dongs> lol. 2013-10-26T15:19:31 < zyp> do the female ones have alignment pins between outer four holes on each end? 2013-10-26T15:19:34 < jpa-> zyp: only until uid[0] happens to be 0 :P 2013-10-26T15:19:50 < dongs> alignment pins? 2013-10-26T15:20:12 < zyp> plastic pins going into holes 2013-10-26T15:20:37 < dongs> what you see is waht you see. 2013-10-26T15:20:37 < dongs> i just see rows of holes? 2013-10-26T15:20:58 < zyp> I mean on the bottom 2013-10-26T15:21:02 < zyp> going into the board 2013-10-26T15:21:09 < dongs> nope 2013-10-26T15:21:49 < zyp> dunno how easy it'll be to keep them aligned during reflow without 2013-10-26T15:22:40 < zyp> jpa-, true, but that doesn't sound like a huge risk :p 2013-10-26T15:24:12 < jpa-> zyp: i was doing something like that on STM32F4.. and one of the fields was 0 quite often, can't remember the details though 2013-10-26T15:24:34 < jpa-> probably would be obvious if you dig up the definition of the UID fields 2013-10-26T15:31:44 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-26T15:36:07 < dongs> zyp, yo know anything about USB charging spec 2013-10-26T15:37:04 < zyp> dongs, a bit 2013-10-26T15:38:05 < zyp> device detects that it's hooked to a charger by seeing some resistances on D+/D- lines, the resistance between them sets the current limit 2013-10-26T15:38:29 < dongs> the D+/- shit says something like 2013-10-26T15:38:44 < dongs> Vdp_src 0.5 to 07.V but then VRef 3.2V 2013-10-26T15:38:59 < dongs> how is vref > 0.5~~0.7? 2013-10-26T15:39:17 < zyp> hmm, I haven't read that much up on it 2013-10-26T15:39:23 < dongs> hokay 2013-10-26T15:56:41 < talsit> zyp: were you the guy that knew a thing or two about tcxo? 2013-10-26T16:01:04 < zyp> no 2013-10-26T16:03:33 -!- Viper168 is now known as Viper168_ 2013-10-26T16:04:31 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-26T16:07:48 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 252 seconds] 2013-10-26T16:09:18 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-26T16:10:45 -!- barthess [~barthess@178.154.116.254] has joined ##stm32 2013-10-26T16:13:47 -!- Laurenceb__ [~Laurence@host86-178-5-89.range86-178.btcentralplus.com] has joined ##stm32 2013-10-26T16:13:51 -!- Laurenceb_ [~Laurence@host86-136-118-167.range86-136.btcentralplus.com] has quit [Ping timeout: 252 seconds] 2013-10-26T16:19:27 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-26T16:33:58 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-26T16:34:33 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-26T16:40:50 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-26T16:52:09 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-26T17:18:53 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 272 seconds] 2013-10-26T17:27:00 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-26T17:30:35 -!- dekar [~dekar@212.255.242.49] has joined ##stm32 2013-10-26T17:30:35 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-26T18:00:08 < jpa-> talsit: i thought you were the guy who knew stuff about tcxo's ;) 2013-10-26T18:00:40 < talsit> i know a bit about them, but definitely not the channel expert 2013-10-26T18:01:01 < emeb_mac> gxti does tcxos too 2013-10-26T18:01:07 < talsit> 2 days ago they discontinued my tcxo of choice, and today someone bought up the rest of the stock 2013-10-26T18:01:30 < talsit> not much fun 2013-10-26T18:01:44 < emeb_mac> alternatives? 2013-10-26T18:02:08 < talsit> yeah, for the size/freq i need, not much really 2013-10-26T18:02:28 < talsit> may be easier to do a respin of the board with a totally different one 2013-10-26T18:20:04 < dongs> chatters. 2013-10-26T18:20:23 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-26T18:20:40 < dongs> wow. 2013-10-26T18:20:42 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-26T18:20:43 < dongs> that guy doesnt fuck around 2013-10-26T18:20:45 < dongs> i chat, he quits. 2013-10-26T18:20:52 < dongs> or not :( 2013-10-26T18:29:13 < dongs> any exciting new dickstarter news 2013-10-26T18:29:21 < dongs> i'm probably responsible for most hits on matchboxarm site 2013-10-26T18:29:35 < dongs> no updates/no commetns 2013-10-26T18:29:39 < dongs> so boring. 2013-10-26T18:29:39 < dongs> damn 2013-10-26T18:31:45 < dongs> http://www.kickstarter.com/projects/madoverlord/bubblegum-crisis-ultimate-edition-blu-ray-set?ref=discover_pop anniemay 2013-10-26T18:33:16 < gxti> rofl r2com calling people arrogant 2013-10-26T18:34:20 < dongs> i kno rite 2013-10-26T18:34:35 < dongs> http://www.kickstarter.com/projects/54060271/verve-plug-the-world-into-your-computer?ref=category uh yeah.... 2013-10-26T18:35:39 < Steffanx> He was refering to me as well.. how wonderful :) 2013-10-26T18:35:48 < dongs> oo do i need to read logs 2013-10-26T18:36:51 < Steffanx> No dongs 2013-10-26T18:36:59 < Steffanx> This is a good summary he gave us 2013-10-26T18:37:00 < Steffanx> "I figured out that on this channel, it makes more sense to just try out things yourself and spend a bit more time, rather than ask some arrogant people who are actually not worth the attention much and are most likely technically inferior." 2013-10-26T18:37:08 < dongs> ya just saw that 2013-10-26T18:37:29 < gxti> which is true 2013-10-26T18:37:31 < gxti> but i still think it's funny 2013-10-26T18:37:38 < dongs> zttn zyp http://www.kickstarter.com/projects/2034467396/howler-arcade-controller?ref=category 2013-10-26T18:38:19 < jpa-> wait, people actually ask things here? i thought this box was for trolling 2013-10-26T18:38:27 < dongs> https://s3.amazonaws.com/ksr/assets/001/226/961/d1b5154b47e3626d8abe352e52f10905_large.JPG?1382496000 but 0 2013-10-26T18:38:46 < gxti> yes you ask things, and then you berate the people who reply and ignore their advice because you're a Real Pro (tm) 2013-10-26T18:39:07 < dongs> IRC PRO 2013-10-26T18:39:13 < Steffanx> You're not referring to mr R... are you? 2013-10-26T18:39:28 < gxti> of course i am Steffanx, but it's too early in the morning to be so bitter 2013-10-26T18:39:50 < jpa-> i remember fondly the few times i have made the mistake of replying to mr. R's question :D 2013-10-26T18:40:11 < Steffanx> but that's because you are actually a nice guy jpa- :) 2013-10-26T18:40:22 < Steffanx> *friendl 2013-10-26T18:40:24 < Steffanx> y 2013-10-26T18:40:24 < jpa-> Steffanx: or maybe it is because i'm really just full of shit :) 2013-10-26T18:40:32 < Steffanx> No, that's me. 2013-10-26T18:40:34 < dongs> oh SHIPPING MARCH 2014 2013-10-26T18:40:40 < dongs> zyp: time for rev2 w/HIGH POWER LED DRIVE 2013-10-26T18:40:42 < Steffanx> *hsipping 2013-10-26T18:41:07 < dongs> hsut hte ufck up Steffanx ^_^ 2013-10-26T18:41:14 < Steffanx> Man, i can't get over it i totally failed on that "hisp usb" :( 2013-10-26T18:42:18 < dongs> wait waaat 2013-10-26T18:42:22 < dongs> that arcade garbage is 4 layers??? 2013-10-26T18:42:31 < dongs> its just fucking point to point to I/O expanders or wahtever 2013-10-26T18:42:38 < dongs> Step 4: Change the pinout of the connectors again because the board is STILL impossible to route using only 4 layers. ????????????? 2013-10-26T18:42:43 < gxti> blurred out part numbers on gpio expanders 2013-10-26T18:43:00 < gxti> good stuff 2013-10-26T18:43:19 < dongs> wait waht 2013-10-26T18:43:24 < dongs> is that epoxy or something 2013-10-26T18:43:26 < dongs> or photoshop 2013-10-26T18:43:39 < gxti> photoshop. 2013-10-26T18:44:18 -!- madis_ [~madist@122.169.68.115] has joined ##stm32 2013-10-26T18:44:23 < emeb_mac> moarning y'all 2013-10-26T18:44:39 < gxti> i also like the altium screenshot in the config program 2013-10-26T18:44:40 < Steffanx> Welcome emeb_mac 2013-10-26T18:44:43 < Steffanx> How can we help you? 2013-10-26T18:44:50 < emeb_mac> I'm helpless 2013-10-26T18:45:01 < emeb_mac> or hopeless 2013-10-26T18:45:05 < emeb_mac> hard to tell sometimes 2013-10-26T18:46:00 < Steffanx> jpa- is it easy to work with that pawn and access hw? 2013-10-26T18:46:08 < Steffanx> *PAWN 2013-10-26T18:46:35 < gxti> talsit: what footprint were you using for tcxo? 2013-10-26T18:46:39 < Steffanx> nevermind. I'll look into your quaddso repo :) 2013-10-26T18:46:49 < talsit> 3.2x2.5 2013-10-26T18:47:17 -!- madist [~madist@unaffiliated/madist] has quit [Ping timeout: 272 seconds] 2013-10-26T18:47:20 < gxti> talsit: lots of parts in that form factor, and they are all interchangeable pinout 2013-10-26T18:47:22 < dongs> http://ww1.microchip.com/downloads/en/devicedoc/21952a.pdf ??? 2013-10-26T18:47:43 < gxti> talsit: and if by 'the rest of the stock' you mean '3', that was me 2013-10-26T18:47:55 < talsit> there was 31 on mouser 2013-10-26T18:48:04 < dongs> < gxti> talsit: and if by 'the rest of the stock' you mean '3', that was me 2013-10-26T18:48:04 < gxti> k 2013-10-26T18:48:05 < dongs> lol 2013-10-26T18:48:16 < gxti> my order did not ship yesterday :( 2013-10-26T18:48:17 < dongs> since last time I pasted something I needed in this channel 2013-10-26T18:48:21 < dongs> and it was sniped 2013-10-26T18:48:51 < gxti> nobody cares about your parts dongs 2013-10-26T18:48:55 < dongs> i kno 2013-10-26T18:48:57 < emeb_mac> we're all nefarious stock-blockers 2013-10-26T18:49:01 < dongs> the pinout on that mcp trash looks similar 2013-10-26T18:49:26 < dongs> hm no 2013-10-26T18:49:28 < dongs> its backwards on ssop 2013-10-26T18:49:33 < dongs> unless he fucked up pin1 2013-10-26T18:49:37 < gxti> it doesn't really matter. 2013-10-26T18:49:44 < dongs> of course it does 2013-10-26T18:49:46 < dongs> if he blanked it out 2013-10-26T18:49:48 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-26T18:49:49 < dongs> it must be FUCKING AMAZING 2013-10-26T18:49:57 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-26T18:50:01 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-26T18:51:25 < Laurenceb__> http://theaviationist.com/wp-content/uploads/2011/12/hatch.jpg 2013-10-26T18:51:27 < Laurenceb__> lolwut 2013-10-26T18:51:49 < dongs> is that the arab drone they caught couple yearsa ago 2013-10-26T18:51:49 < emeb_mac> a surprising number of people seem to think that their circuits are unique and wonderful and not to be shared. 2013-10-26T18:52:05 < dongs> ohh i see, he changed ARCHITECTURE 2013-10-26T18:52:10 < Laurenceb__> im thinking they are looking an lens distortion 2013-10-26T18:52:13 < dongs> (= picked different fucking I/O expanders 2013-10-26T18:52:27 < Laurenceb__> *at 2013-10-26T18:52:47 < dongs> jtag on atmega, tahts prety funny 2013-10-26T18:52:54 < emeb_mac> Laurenceb: totally fake - can tell by the pixels 2013-10-26T18:53:05 < gxti> yes, he changed architecture and the pcb looks exactly the same except black 2013-10-26T18:53:09 < dongs> fake pixels are called dixels 2013-10-26T18:53:15 < dongs> gxti: na, look at bypass caps for io expanders 2013-10-26T18:53:18 < dongs> theyre in diff place 2013-10-26T18:53:20 < dongs> and he added resistors 2013-10-26T18:53:23 < gxti> k 2013-10-26T18:53:31 < gxti> anyway, time to do some actual stuff 2013-10-26T18:53:33 < emeb_mac> dongs: faxels / fucksels 2013-10-26T18:53:46 < dongs> gxti: neo7's are around 16bux 2013-10-26T18:53:57 < dongs> im picking up some next week 2013-10-26T18:54:07 < gxti> did the footprint change? 2013-10-26T18:54:12 < dongs> afaik no 2013-10-26T18:54:22 < dongs> should be all standard for neo* stuffs 2013-10-26T18:54:24 < gxti> ok let's see what exciting new features it has 2013-10-26T18:54:30 < gxti> probably nothing i care about right now 2013-10-26T18:54:33 < dongs> realtime position twittering 2013-10-26T18:55:09 < gxti> only time nerd stuff concerns me 2013-10-26T18:55:23 < gxti> and i doubt they gave the cheap one position hold 2013-10-26T18:55:38 < dongs> https://s3.amazonaws.com/ksr/assets/000/981/442/ec5f7a3f13e5bd76d8e005a79725c65c_large.png?1380825647 2013-10-26T18:55:57 < gxti> C! 2013-10-26T18:57:25 < dongs> http://www.kickstarter.com/projects/robokindrobotics/zeno-r25-first-affordable-advanced-social-robot?ref=category say wut 2013-10-26T18:57:41 < jpa-> Steffanx: well it is very easy to make C functions for pawn 2013-10-26T18:57:56 < jpa-> Steffanx: but you need to make a function for everything that you want to do 2013-10-26T18:57:57 <+dekar> I actually don't think that arcade controller is too bad of a product. It's pretty trivial to do, yet fills a niche. And I have seen way worse on kickstarter. 2013-10-26T18:58:03 < Laurenceb__> creepy shit 2013-10-26T18:58:13 < gxti> dekar: i agree 2013-10-26T18:58:16 < dongs> stop pasting my projects 2013-10-26T18:58:20 < Laurenceb__> lol 2013-10-26T18:58:35 < dongs> gxti / dekar im only tweeting it cuz zyp was making something simlar 2013-10-26T18:58:42 < dongs> and hes ignoring :( 2013-10-26T18:59:47 < gxti> dongs: have you implemented any of the online assistance crap? 2013-10-26T18:59:58 < gxti> would be nice to at least download an almanac on boot 2013-10-26T19:00:11 -!- madis_ [~madist@122.169.68.115] has quit [Changing host] 2013-10-26T19:00:11 -!- madis_ [~madist@unaffiliated/madist] has joined ##stm32 2013-10-26T19:00:14 < dongs> i think i tried it on lea6 and it didnt w ork 2013-10-26T19:00:32 -!- madis_ is now known as madisx 2013-10-26T19:00:50 < dongs> http://www.kickstarter.com/projects/fasetto/fasetto-sharing-files-instantly-anywhere-online-or?ref=category ??? 2013-10-26T19:01:22 < gxti> although it's not like this thing will be powered off for long, it can just write almanac to sd once an hour if it changed 2013-10-26T19:01:28 < gxti> still would be nifty 2013-10-26T19:03:17 <+dekar> of all the kickstarter stuff dongs spammed, this is my favourite: http://www.kickstarter.com/projects/sfen/able-hd-portable-hd-monitor-for-laptop-and-smartph 2013-10-26T19:03:50 <+dekar> I love how they got so much money for basically no product at all 2013-10-26T19:05:13 < dongs> dekar: and tehy bought a bunch of ads 2013-10-26T19:05:27 < dongs> so i see their trash in google ads etc. 2013-10-26T19:05:35 < dongs> have they shipped anything yet? 2013-10-26T19:06:16 < dongs> lol @ updates 2013-10-26T19:06:25 < dongs> what "production process"??? 2013-10-26T19:06:31 < dongs> all i see is chinks unpacking bare LCD panesl 2013-10-26T19:06:37 <+dekar> "I'm aware that the Able-HD is far from perfect. Its main weakness is fragility. There is no external case or box to cover the adapter board. While any LED monitor will break when dropped, the Able-HD might be even more fragile as it does not have an external case to shield it. Improvements must be made in regards to this." 2013-10-26T19:07:32 < gxti> wat. 2013-10-26T19:08:48 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-26T19:10:21 < dongs> http://www.kickstarter.com/projects/ordsolutions/5-color-material-3d-filament-printer-made-in-canad?ref=category 2013-10-26T19:10:30 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-26T19:10:46 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-26T19:11:25 < dongs> http://www.kickstarter.com/projects/frizzo1/writecase-wired-keyboard-folio-for-ipad-2-or-retin?ref=category how about: buying a fucking laptop 2013-10-26T19:11:32 < dongs> 'what hte fuck cna you do wiht ipad and keyboard anyway 2013-10-26T19:13:16 <+dekar> tbh I don't get the whole tablet hype to begin with. I get ultrabooks, but tablets seem so limiting to me. :/ 2013-10-26T19:15:05 < jpa-> they do have some nice game possibilities 2013-10-26T19:15:19 < jpa-> and i can kind of understand it for random surfing 2013-10-26T19:15:55 <+dekar> surfing mayb, but I wouldn't want to write an email on those 2013-10-26T19:16:03 <+dekar> *maybe 2013-10-26T19:16:09 < jpa-> yep 2013-10-26T19:19:14 < Steffanx> Really jpa-.. functions for everything. Not sure if that's what i want :( 2013-10-26T19:19:33 < jpa-> Steffanx: that's what you get for being locked up inside a virtual machine 2013-10-26T19:20:43 < dongs> http://www.kickstarter.com/projects/655882213/world-smallest-keyring-type-oscilloscope-with-colo?ref=category success 2013-10-26T19:21:23 < dongs> http://www.kickstarter.com/projects/1280267427/transgender-murder-violence-and-suicide-website?ref=category YESS 2013-10-26T19:22:10 < jpa-> wait, it wasn't a website to murder transgenders after all :o 2013-10-26T19:22:58 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-26T19:23:28 < dongs> I currently hold 30 years experience in building database systems including automation and statistical systems. I also currently own web servers and hosting. There are very few technology challenges within this project. 2013-10-26T19:23:36 < dongs> guys, i own a webserver. 2013-10-26T19:23:40 < dongs> give me moneyz. 2013-10-26T19:24:40 < ABLomas> ok, done 2013-10-26T19:26:12 < Steffanx> dongs, do you dream about ks projects yet? 2013-10-26T19:26:21 < dongs> no 2013-10-26T19:26:46 < dongs> october 31 release for dixus5 2013-10-26T19:28:03 -!- ouah [~ouah@unaffiliated/ouah] has joined ##stm32 2013-10-26T19:29:05 < emeb_mac> halloween phone. 2013-10-26T19:30:35 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-26T19:44:14 -!- dekar [~dekar@212.255.242.49] has quit [Quit: This computer has gone to sleep] 2013-10-26T19:47:21 -!- dekar [~dekar@212.255.242.49] has joined ##stm32 2013-10-26T19:47:23 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-26T19:59:38 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-26T20:01:58 < Robint91> bleh 2013-10-26T20:02:09 < Robint91> it is difficult to get the kernel under 2MB 2013-10-26T20:04:18 < jpa-> do you have it compressed or execute-in-place? 2013-10-26T20:06:17 < Robint91> XIP 2013-10-26T20:06:29 < Robint91> it is now 2.3MB 2013-10-26T20:06:42 < Robint91> but I see some room for improvement 2013-10-26T20:06:59 < Robint91> I want to get to 1.5MB 2013-10-26T20:07:09 < Robint91> so I have 512kb for the bootloader 2013-10-26T20:07:25 < jpa-> and 0 bytes for useful stuff? :) 2013-10-26T20:07:34 < jpa-> and what kind of a bootloader takes 512kB? 2013-10-26T20:07:53 < Robint91> jpa-, usefull stuff runs from SD of ext flash 2013-10-26T20:08:04 < Robint91> jpa-, depends on how the memory layout it 2013-10-26T20:08:06 < Robint91> *is 2013-10-26T20:09:11 < emeb_mac> hehe - uboot is huge. almost an OS unto itself. 2013-10-26T20:09:38 < Robint91> emeb_mac, I don't know if I'm going to use uboot 2013-10-26T20:09:42 < emeb_mac> device drivers, filesystems, command line. :P 2013-10-26T20:09:49 < gxti> every bootloader eventually becomes an OS 2013-10-26T20:10:14 < emeb_mac> kinda like zawinski's law. 2013-10-26T20:10:35 < gxti> grub2 is a cariacature of that law 2013-10-26T20:11:04 < Robint91> ^ SO MUCH THIS 2013-10-26T20:12:07 < Robint91> jpa-, just checked the memory layout 2013-10-26T20:12:17 < Robint91> I want 128kb for the bootloader 2013-10-26T20:12:20 < Robint91> everything else kernel 2013-10-26T20:15:40 < jpa-> humm.. does this board have high-speed usb or not? https://www.olimex.com/Products/ARM/ST/STM32-E407/ they say "USB OTG HS", but i don't see the PHY that is needed for HS.. 2013-10-26T20:20:09 < Steffanx> doesn't look like it .. 2013-10-26T20:22:06 < madisx> schematic connects to PA11/OTG_FS_DM and PA12/OTG_FS_DP 2013-10-26T20:22:10 < madisx> whatever that is 2013-10-26T20:26:16 < jpa-> yeah, i guess the feature list is just wrong 2013-10-26T20:26:27 < jpa-> they are using OTG_HS but only in full-speed mode 2013-10-26T20:29:12 < Steffanx> mr Tectu wasnt happy with that board was that another one mr Tectu? 2013-10-26T20:29:19 < Steffanx> *or was 2013-10-26T20:29:49 < Tectu> the E407? 2013-10-26T20:29:54 < Tectu> That's completely fine 2013-10-26T20:30:00 < Tectu> jpa-, you can't use HS with that 2013-10-26T20:30:07 < Tectu> jpa-, it has the HS on a connector, but not the necessary driver for it 2013-10-26T20:30:16 < Tectu> (afaik you need the external HW to drive the HS, no?) 2013-10-26T20:30:29 < emeb_mac> phy! 2013-10-26T20:30:34 < Tectu> yep, and it doesn't have one 2013-10-26T20:30:41 < Tectu> but it works fine with FS :P 2013-10-26T20:31:27 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-26T20:31:34 -!- BrainDamage1 [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-26T20:31:35 -!- BrainDamage1 is now known as BrainDamage 2013-10-26T20:31:59 < Tectu> anyway, time to leave for public mr tectu 2013-10-26T20:31:59 < Tectu> cu 2013-10-26T20:32:28 < emeb_mac> what is this "public" of which you speak? 2013-10-26T20:32:46 < emeb_mac> is it similar to this "real world" I keep hearing about? 2013-10-26T20:32:56 < Steffanx> He tends to talk alot in private messages :) 2013-10-26T20:33:04 < Steffanx> that is "private" Tectu 2013-10-26T20:33:22 < Tectu> yep, for example public tectu leaves now but private tectu is still there for 5min ;-) 2013-10-26T20:35:01 < jpa-> also public Tectu is polite and respectable, private Tectu is a dirty dirty boy 2013-10-26T20:38:30 < Steffanx> i know. 2013-10-26T20:38:57 < Steffanx> i hear stories about you as well. 2013-10-26T20:47:24 < fbs> wut 2013-10-26T20:47:42 < Steffanx> fbs, you dont want to know. Really you don't 2013-10-26T20:48:10 < fbs> ima big boy 2013-10-26T20:52:43 -!- dekar [~dekar@212.255.242.49] has quit [Quit: This computer has gone to sleep] 2013-10-26T21:21:18 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-26T21:22:41 < ouah> anybody tried to build texane/stlink on mingw? 2013-10-26T21:23:38 < ouah> does it work with mingw actually, I see some mingw here and here in source tree, but I don't if it is meant to be built with mongw 2013-10-26T21:23:42 < ouah> mingw 2013-10-26T21:29:59 < PaulFertser> ouah: somewhat related: openocd works on windows just fine. 2013-10-26T21:30:35 -!- dekar [~dekar@212.255.242.49] has joined ##stm32 2013-10-26T21:30:38 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-26T21:31:31 < ouah> PaulFertser: using mingw or cygwin? do you know if openocd also uses libusb? 2013-10-26T21:32:15 < PaulFertser> ouah: most people use openocd built with mingw-w64. Yes, it uses libusb-1.x. 2013-10-26T21:33:38 < ouah> ok, good 2013-10-26T21:41:10 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-26T21:52:15 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-26T21:57:31 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-26T22:07:28 -!- MrMobius [~Joey@91.192.67.230] has joined ##stm32 2013-10-26T22:09:00 -!- dekar [~dekar@212.255.242.49] has quit [Quit: This computer has gone to sleep] 2013-10-26T22:14:33 -!- dekar [~dekar@212.255.242.49] has joined ##stm32 2013-10-26T22:14:36 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-26T22:18:02 -!- MrMobius [~Joey@91.192.67.230] has quit [Quit: Want to be different? Try HydraIRC -> http://www.hydrairc.com <-] 2013-10-26T22:22:38 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-26T22:27:03 -!- madisx [~madist@unaffiliated/madist] has quit [Ping timeout: 272 seconds] 2013-10-26T22:38:00 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Remote host closed the connection] 2013-10-26T22:38:22 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-26T22:58:20 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Read error: Connection reset by peer] 2013-10-26T22:58:24 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-26T22:58:32 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-26T23:27:48 -!- dekar [~dekar@212.255.242.49] has quit [Quit: This computer has gone to sleep] 2013-10-26T23:38:58 -!- Inrelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-26T23:47:48 -!- GargantuaSauce [~sauce@blk-252-19-214.eastlink.ca] has quit [Ping timeout: 240 seconds] 2013-10-26T23:53:20 -!- GargantuaSauce [~sauce@blk-252-19-214.eastlink.ca] has joined ##stm32 --- Day changed Sun Oct 27 2013 2013-10-27T00:01:20 -!- Viper168 is now known as Viper168_ 2013-10-27T00:03:44 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-27T00:04:40 -!- ouah [~ouah@unaffiliated/ouah] has quit [Ping timeout: 265 seconds] 2013-10-27T00:05:28 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-27T00:09:22 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-27T00:10:42 < Robint91> reminder to self, turn on thumb2 mode 2013-10-27T00:10:58 < Robint91> jpa-, 1.4MB kernel 2013-10-27T00:12:19 < qyx_> uncompressed with execute in place? 2013-10-27T00:12:23 < Robint91> yep 2013-10-27T00:12:32 < qyx_> hm, not bad 2013-10-27T00:12:34 < Robint91> I think I get under 1MB 2013-10-27T00:12:45 < Robint91> but you starting too loose nice stuff 2013-10-27T00:12:55 < Robint91> like dynamic loading of modules 2013-10-27T00:12:58 < Robint91> etc, etc 2013-10-27T00:13:13 < Robint91> this is with the full tcp/ip stack 2013-10-27T00:13:18 < Robint91> ext2/ext3/vfat 2013-10-27T00:13:27 < qyx_> how could you dynamically load module if kernel is running from flash and you don't have mmu? 2013-10-27T00:13:34 < Robint91> USB support (no real HW driver) 2013-10-27T00:13:45 < Robint91> qyx_, you don't need a mmu 2013-10-27T00:14:05 < Robint91> qyx_, you just allocate RAM for your code and run from it there 2013-10-27T00:14:49 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-27T00:15:31 < jpa-> qyx_: kernel modules all go in kernel address space anyway, so they are relocatable 2013-10-27T00:15:38 < Robint91> qyx_, TCPI/IP is around 370kB, FS is 350kB, kernel 229kB, drivers 200kB, 2013-10-27T00:15:40 < qyx_> hm 2013-10-27T00:16:10 < jpa-> Robint91: which FS? 2013-10-27T00:16:30 < Robint91> jpa-, EXT2/EXT3/JFFS/VFAT 2013-10-27T00:16:39 < jpa-> why so many? 2013-10-27T00:16:57 < Robint91> jpa-, I can leave out EXT2/EXT3 2013-10-27T00:17:00 < Robint91> jpa-, to test 2013-10-27T00:18:46 < Steffanx> but does it actually run Robint91 .. ? 2013-10-27T00:18:59 < Robint91> Steffanx, no :) 2013-10-27T00:19:14 < Robint91> Steffanx, A) No hardware B) No drivers 2013-10-27T00:19:29 < Robint91> Steffanx, I wanted to check if the toolchain and kernel sources are okay 2013-10-27T00:19:53 < Steffanx> how wonderful lol 2013-10-27T00:21:02 < Robint91> http://elinux.org/Kernel_Size_Tuning_Guide_Config_Option_Impact 2013-10-27T00:21:21 < qyx_> dont't be sceptical! it is called proof of concept 2013-10-27T00:22:18 < Robint91> what would be wonderfull if I can make a romfs with some nice VM/interpreter 2013-10-27T00:22:52 -!- dekar [~dekar@212.255.242.49] has joined ##stm32 2013-10-27T00:22:55 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-27T00:23:00 < jpa-> you really want to slow that thing down? 2013-10-27T00:23:10 < jpa-> first linux and then VM inside it :) 2013-10-27T00:23:28 < Robint91> jpa-, proof of concept 2013-10-27T00:24:05 < Robint91> jpa-, A) kernel calls are all flash based, so fast execution 2013-10-27T00:24:16 < Steffanx> qyx_, but compiling just a tiny kernel is no proof of concept ;) 2013-10-27T00:24:38 < Robint91> I don't think there is a large significant hit in using A) file system function B) networking 2013-10-27T00:25:06 < Steffanx> ok, it is a proof of something but .. 2013-10-27T00:25:39 < Robint91> Steffanx, it proofs to me that the mainline kernel has CORTEX-Mx support 2013-10-27T00:25:53 < Robint91> and that the linaro-gcc can do armv7m 2013-10-27T00:26:07 < Steffanx> No, it proofs to you it builds, not that it's actually useful ;) 2013-10-27T00:26:29 < Robint91> Steffanx, less work for me 2013-10-27T00:26:38 < Steffanx> but .. whatever, it's nice if it turns out it works 2013-10-27T00:26:54 < Robint91> Steffanx, first HW to build 2013-10-27T00:27:06 * Robint91 goes to sleep 2013-10-27T00:27:15 < Steffanx> you have f429idiscovery not? 2013-10-27T00:27:27 < Robint91> Steffanx, I do, only 1MB flash 2013-10-27T00:27:48 < Robint91> Steffanx, but If I disable FS and NET I can boot the kernel and do nothing usefull 2013-10-27T00:28:31 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Read error: Connection reset by peer] 2013-10-27T00:28:35 < Steffanx> oh, so it does run :) 2013-10-27T00:31:49 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-27T00:31:58 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-27T00:35:17 -!- jef79m [~jef79m@202-159-133-69.dyn.iinet.net.au] has quit [Quit: ZNC - http://znc.in] 2013-10-27T00:37:02 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-27T00:37:02 -!- BrainDamage1 [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T00:37:10 -!- BrainDamage1 is now known as BrainDamage 2013-10-27T00:42:31 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-27T01:00:50 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-27T01:08:06 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Ping timeout: 245 seconds] 2013-10-27T01:10:48 -!- barthess [~barthess@178.154.116.254] has quit [Ping timeout: 240 seconds] 2013-10-27T01:16:39 <+dekar> I've tried uClinux on the stm3241g board and it worked reasonably well, including networking 2013-10-27T01:18:01 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-27T01:19:42 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has joined ##stm32 2013-10-27T01:20:40 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-27T01:20:52 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-27T01:23:59 < DanielHolth> hello 2013-10-27T01:30:39 < DanielHolth> Just got a STM32 board running a simple program 2013-10-27T01:30:58 < DanielHolth> Any hints on getting Eclipse's gdb hardware debugging plugin to work? 2013-10-27T01:43:22 < BrainDamage> you need a debug bridge 2013-10-27T01:44:41 < DanielHolth> oh 2013-10-27T01:45:00 < DanielHolth> I think I just need to add a few halt / etc. or "this is how to flash on the stm32" scripts? 2013-10-27T01:45:25 < BrainDamage> the 2nd 2013-10-27T01:45:46 < BrainDamage> as well, "this program talks to the hw debugger and exposes a gdb remote interface" 2013-10-27T01:46:06 < DanielHolth> I can flash with openocd now 2013-10-27T01:46:10 < BrainDamage> stlink from texane does the task, openocd too 2013-10-27T01:46:22 < BrainDamage> then you should be able to make it debug too 2013-10-27T01:46:51 < BrainDamage> there's commands to make open obsessive compulsive disorder to start a gdb remote server that eclipse can connect to 2013-10-27T01:47:30 < DanielHolth> i've got that part started 2013-10-27T01:47:59 < BrainDamage> then connect to it as extended gdb server, done 2013-10-27T01:48:24 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-27T01:49:57 < DanielHolth> OK, I'll try not asking it to also flash a new image 2013-10-27T01:50:41 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-27T01:53:06 -!- Thorn [~Thorn@unaffiliated/thorn] has quit [Ping timeout: 268 seconds] 2013-10-27T01:56:55 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-27T02:08:10 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-27T02:08:35 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-27T02:09:02 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Client Quit] 2013-10-27T02:10:21 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 272 seconds] 2013-10-27T02:25:59 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-27T02:42:53 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-27T02:44:03 -!- ohama [~ohama@cicolina.org] has quit [Read error: Operation timed out] 2013-10-27T02:48:28 < Tectu> zyp, are you there? 2013-10-27T02:48:39 < zyp> yep 2013-10-27T02:49:02 < Tectu> zyp, may I steal a couple of minutes of your time as soon as I'm back from the toillet to talk about FSMC? 2013-10-27T02:49:12 < zyp> sure 2013-10-27T02:49:42 < zyp> (do however keep in mind that I haven't used the FSMC so far, just read about it) 2013-10-27T02:50:56 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-27T02:53:58 < Tectu> zyp, thanks. So I have some LCD and some SRAM connected to FSMC bank 1. the LCD is NE1 and the SRAM is NE2. Therefore the LCD starts at 0x60000000. That FSMC bank can actually manage four "devices" and is split into 4x 64Mbit. I assume that I simply have to access the address 0x600000 + 64MBit to access the SRAM. Is that correctly? 2013-10-27T02:54:06 < Tectu> I don't have to set any bits myself ot make NE2 work 2013-10-27T02:54:27 -!- ohama [~ohama@cicolina.org] has joined ##stm32 2013-10-27T02:55:28 < zyp> I haven't read the details on that :p 2013-10-27T02:55:43 < Tectu> page 1580 ;) 2013-10-27T02:56:17 < zyp> ah, f429i-disco? 2013-10-27T02:56:39 < zyp> or f407? 2013-10-27T02:56:50 < zyp> FMC is f42x 2013-10-27T02:57:06 < Tectu> F407 2013-10-27T02:57:12 < zyp> or are you still on rev4? :p 2013-10-27T02:57:25 < Tectu> haha, sorry, wrong page :P 2013-10-27T02:57:46 < Tectu> page 1520 it is 2013-10-27T02:58:45 < zyp> apparently you have to set MBKEN in FSMC_BCRx for each of the banks 2013-10-27T02:59:44 < zyp> there is a set of three registers for each bank, so I guess you have to set up those correctly for each of the banks you want to use 2013-10-27T03:01:18 < zyp> when that is done, you should be able to just access 0x60000000, 0x64000000 and so on 2013-10-27T03:01:41 < Tectu> I see 2013-10-27T03:02:04 < Tectu> but the timings... are those per bank or per section of bank 1? 2013-10-27T03:02:27 < zyp> per subbank 2013-10-27T03:04:19 < Tectu> most likely I missed the MBKEN for the second bank then 2013-10-27T03:08:30 < Tectu> Program received signal SIGSEGV, Segmentation fault. 2013-10-27T03:08:30 < Tectu> 0x55555554 in ?? () 2013-10-27T03:08:42 < Tectu> is this a coincidence ? 2013-10-27T03:08:50 < zyp> huh? 2013-10-27T03:10:24 < Tectu> I'm totally getting segmetation faults when I try to run my code :P 2013-10-27T03:11:33 < zyp> cool 2013-10-27T03:14:39 < qyx_> don't you accidentally some color? 2013-10-27T03:14:48 < qyx_> 0x55555554 seems to be really nice value 2013-10-27T03:15:00 < Tectu> I'm not working with any LCD code right now 2013-10-27T03:15:04 < qyx_> oh 2013-10-27T03:15:11 < Tectu> also, that's the value of the pc 2013-10-27T03:15:11 -!- Vutral [ss@vutral.net] has joined ##stm32 2013-10-27T03:15:16 -!- Vutral [ss@vutral.net] has quit [Changing host] 2013-10-27T03:15:16 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-27T03:15:39 < Tectu> that's why I ask 2013-10-27T03:15:43 < qyx_> maybe stack over/underflow? 2013-10-27T03:15:51 < Tectu> what's a stack underflow? o.O 2013-10-27T03:15:52 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-27T03:15:58 < Tectu> well, how can that occure? 2013-10-27T03:16:35 < qyx_> you pull more than you pushed, but probably there is small chance of this 2013-10-27T03:16:48 < Steffanx> Doesn't chibios fill the memory with 0x5555555555? 2013-10-27T03:16:51 < qyx_> maybe you just have overwritten parts of your stack 2013-10-27T03:17:15 < Steffanx> *ram 2013-10-27T03:17:36 < Tectu> hmm 2013-10-27T03:17:47 < Steffanx> *stack 2013-10-27T03:17:47 < Tectu> how would I do that? I really just access 0x64000000 2013-10-27T03:18:23 < Tectu> but that's the value of the pc 2013-10-27T03:18:26 < Steffanx> and that was kind of a question you have to answer with yes, because it does :P 2013-10-27T03:18:27 < Tectu> not any memory 2013-10-27T03:19:05 < qyx_> if you overwrite your stack and then return from a function, you can get that value to your pc 2013-10-27T03:19:57 < qyx_> i don't have any other idea how could you unintentionally jump to #55555555 2013-10-27T03:20:02 < qyx_> 0*x 2013-10-27T03:21:46 < Tectu> meh, I'd need jpa- to know how to debug this :P 2013-10-27T03:21:56 < Steffanx> lol 2013-10-27T03:24:37 -!- dekar [~dekar@212.255.242.49] has quit [Quit: This computer has gone to sleep] 2013-10-27T03:24:38 < Tectu> any hint here? http://pastebin.com/jG26njbF 2013-10-27T03:28:22 < Tectu> I've never seen GDB complaining about segementation fault when working with an STM32 anyway. Just unhandled exceptions 2013-10-27T03:30:21 < dongs> sup pro chats 2013-10-27T03:30:48 < dongs> blogination fault 2013-10-27T03:33:46 < dongs> http://edition.cnn.com/2013/10/25/justice/massachusetts-danvers-school-killing/ typical american activity 2013-10-27T03:40:56 < Tectu> zyp, when I use 0x60000000 instaed of 0x64000000 in my heap init routine, I don't get the segfault 2013-10-27T03:41:00 < Tectu> any idea on this? 2013-10-27T03:42:41 < zyp> no :) 2013-10-27T03:43:59 < Tectu> hmm.... but 0x6000000 + 64Mbit is 0x6400000 no? 2013-10-27T03:44:10 < zyp> yep 2013-10-27T03:44:20 < zyp> just double checked that I didn't mess up that 2013-10-27T03:44:29 < zyp> not mbit, mbyte 2013-10-27T03:45:12 < zyp> oh, you're missing a zero 2013-10-27T03:45:17 < zyp> should be 0x64000000 2013-10-27T03:45:21 < Tectu> just in the chat, not in the code :) 2013-10-27T03:45:41 < Tectu> sadly... 2013-10-27T03:46:30 < dongs> finally got my chromebook dixel LCD 2013-10-27T03:46:31 < dongs> looks good 2013-10-27T03:46:34 < dongs> and I have those cables 2013-10-27T03:46:39 < dongs> time to make a board 2013-10-27T03:47:01 < dongs> 2,560x1,600 nigga 2013-10-27T03:47:02 < Laurenceb__> hawt 2013-10-27T03:47:06 < dongs> 12" 2013-10-27T03:47:09 < Laurenceb__> just a bare panel? 2013-10-27T03:47:11 < Laurenceb__> oh 2013-10-27T03:47:13 < Laurenceb__> too small 2013-10-27T03:47:13 < dongs> sure 2013-10-27T03:47:22 < dongs> not my problem if you cant see 2013-10-27T03:48:15 < zyp> that's a bit over twice the ppi of my 27" 2013-10-27T03:48:47 < dongs> doesnt matter. 2013-10-27T03:48:49 < Laurenceb__> 16:10 2013-10-27T03:48:52 < dongs> the point is getting on hack-a-day 2013-10-27T03:48:53 < Laurenceb__> not horrific 2013-10-27T03:49:14 < Laurenceb__> i have some nice iyama 4:3 monitors for work 2013-10-27T03:49:20 < dongs> Laurenceb__: no its 3:2 2013-10-27T03:49:23 < dongs> i duno if x1600 is correct 2013-10-27T03:49:25 < Laurenceb__> but poor resolution 2013-10-27T03:49:26 < dongs> looking @ g oogle site 2013-10-27T03:49:27 < Laurenceb__> ah 2013-10-27T03:49:36 < Laurenceb__> thats not bad at all 2013-10-27T03:49:41 < dongs> 12.85" display with a 3:2 aspect ratio 2013-10-27T03:49:42 < dongs> 2560 x 1700 at 239 PPI 2013-10-27T03:49:43 < dongs> that. 2013-10-27T03:49:47 < Laurenceb__> sweet 2013-10-27T03:49:52 < Laurenceb__> almost useful 2013-10-27T03:50:09 < Laurenceb__> i have 3 x 4:3 16" monitors on my desktop 2013-10-27T03:50:22 < zyp> sounds shitty 2013-10-27T03:50:28 < dongs> wifecop has IBM thinkwhatevershit 20" thats portrait rotated 2013-10-27T03:50:36 < dongs> thinkcenteR? or something 2013-10-27T03:50:57 < qyx_> i also use 4:3 2013-10-27T03:51:30 * Laurenceb__ zzz 2013-10-27T03:51:35 < zyp> I don't get people that goes on and on about the aspect ratio 2013-10-27T03:56:23 -!- Laurenceb__ [~Laurence@host86-178-5-89.range86-178.btcentralplus.com] has quit [Ping timeout: 272 seconds] 2013-10-27T03:58:40 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-27T03:59:28 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-27T03:59:49 -!- zippe1 [~Adium@173.11.99.161] has joined ##stm32 2013-10-27T03:00:56 -!- dekar [~dekar@212.255.242.49] has joined ##stm32 2013-10-27T03:00:59 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-27T03:02:10 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-27T03:08:45 -!- Netsplit *.net <-> *.split quits: DanielHolth, zippe, dfletcher, forrestv, ntfreak 2013-10-27T03:16:20 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has joined ##stm32 2013-10-27T03:21:34 -!- daku [daku@dakus.dk] has quit [Ping timeout: 256 seconds] 2013-10-27T03:33:44 -!- daku [daku@dakus.dk] has joined ##stm32 2013-10-27T03:38:21 -!- daku [daku@dakus.dk] has quit [Ping timeout: 245 seconds] 2013-10-27T03:40:16 -!- dfletcher_ is now known as dfletcher 2013-10-27T03:45:28 -!- daku [MyBitch@dakus.dk] has joined ##stm32 2013-10-27T03:46:16 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-27T03:49:39 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-27T03:55:14 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-27T03:56:21 -!- daku [MyBitch@dakus.dk] has quit [Ping timeout: 248 seconds] 2013-10-27T03:58:49 -!- daku [daku@dakus.dk] has joined ##stm32 2013-10-27T04:04:20 -!- jef79m [~jef79m@202-159-133-69.dyn.iinet.net.au] has joined ##stm32 2013-10-27T04:07:29 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-27T04:15:10 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has quit [Quit: Leaving] 2013-10-27T04:24:45 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-27T04:58:53 < emeb_mac> anyone here ever programmed flash from within running code? 2013-10-27T05:07:41 < talsit> as in, writing code to write to flash? 2013-10-27T05:23:58 < madist> never done it, but I assume it must be hell. you'd have to buffer up a block in some other memory before doing the flash write ? 2013-10-27T05:25:08 < talsit> there's an app note on how to emulate eeprom in flash 2013-10-27T05:25:55 < talsit> http://www.stm32f0.com.cn/pdfs/application_note/AN4061.pdf 2013-10-27T05:26:57 < madist> .com.cn ? 2013-10-27T05:28:45 < talsit> it's what google gave me 2013-10-27T05:30:26 < madist> 266,060 bytes. the one from st.com is 265,819 bytes. 2013-10-27T05:31:03 < madist> though I guess that doesn't mean anything. acrobat reader rebuilds a pdf every time you save a local copy. 2013-10-27T05:32:36 < emeb_mac> yeah - I've seen that appnote before 2013-10-27T05:33:28 < emeb_mac> I've got a huge data array in flash and I need to update chunks of it from time to time 2013-10-27T05:34:26 < madist> lolz 2013-10-27T05:35:13 < emeb_mac> main issue is that the flash write code needs to run from SRAM since flash is unavailable during erase/pgm 2013-10-27T05:36:07 < dongs> emeb_mac: um yeah? you mean just to flash some settings/etc? 2013-10-27T05:36:20 < dongs> huh is it? 2013-10-27T05:36:26 < dongs> i dont run flash code from sram 2013-10-27T05:37:05 < emeb_mac> oh? 2013-10-27T05:37:30 < dongs> https://code.google.com/p/afrodevices/source/browse/trunk/baseflight/src/config.c#90 F1 but same principle on * 2013-10-27T05:39:12 < emeb_mac> interesting 2013-10-27T05:39:30 < dongs> it works perfectly fine, even while other shit is running etc. 2013-10-27T05:39:32 < emeb_mac> so the processor just pauses while the flash is unavailable I guess 2013-10-27T05:40:03 < emeb_mac> you don't shut down IRQs, DMA, etc? 2013-10-27T05:40:19 < dongs> no, but that shit isn't threaded anyway, so its just there while it runs. 2013-10-27T05:40:35 < dongs> but no i dont touch irqs 2013-10-27T05:40:37 < dongs> which could happen I guess 2013-10-27T05:40:40 < dongs> serial etc. 2013-10-27T05:40:46 < dongs> and it hasnt been a problem. 2013-10-27T05:41:17 < emeb_mac> well then - that's easier than I thought. 2013-10-27T05:41:40 < dongs> i think the ram stuff is to update the code you're running FROM 2013-10-27T05:41:54 < dongs> if youre updating the bootlodaer or osmeshit. 2013-10-27T05:41:59 < emeb_mac> I was thinking I'd have to gracefully turn off all DMA, IRQs, etc while programming flash. That'd be a pain 2013-10-27T05:42:10 < dongs> i don't and it hasnt affected me. 2013-10-27T05:42:19 < emeb_mac> but I'm just updating a big array of const data 2013-10-27T05:42:48 < emeb_mac> dongs: cool - that's good info. I can try this the simple way and see what happens. 2013-10-27T05:44:33 < emeb_mac> if that works then the only thing I need to do is align the data array onto a 2k boundary so it matches the flash page. 2013-10-27T05:45:49 < dongs> 1k or 2k or whatever depending ondevice 2013-10-27T05:45:54 < emeb_mac> right 2013-10-27T05:45:55 < dongs> also different flash banks on F4 are diff size 2013-10-27T05:46:01 < dongs> i think top bank of F4 is like 16k/page 2013-10-27T05:46:19 < emeb_mac> yeah, this is an F303. a bit simpler 2013-10-27T05:46:21 < dongs> wait wadayoumean "aligned" 2013-10-27T05:46:35 < dongs> just write it raw @ sector boundary, like top of hte flash 2013-10-27T05:46:49 < dongs> then craparray *lol = FLASH_END-2K 2013-10-27T05:47:01 -!- zippe1 [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-27T05:47:04 < emeb_mac> that would work too 2013-10-27T05:47:04 < dongs> i suppose you could force it to be there w/linker script 2013-10-27T05:47:13 < dongs> if you wanna have some defaults in 2013-10-27T05:47:41 < emeb_mac> but aligned should be pretty easy to do - just a compiler attrib on the array declaration. 2013-10-27T05:57:03 <+dekar> emeb_mac, I can confirm that execution just halts during flash erase while running from flash, it continues gracefully once it's done. 2013-10-27T05:57:43 < emeb_mac> dekar: thanks - that just what I want to hear. 2013-10-27T05:58:23 < emeb_mac> looks like the main thing to be sure that HSI is running. 2013-10-27T06:12:27 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-27T06:25:45 -!- dekar [~dekar@212.255.242.49] has quit [Quit: This computer has gone to sleep] 2013-10-27T06:32:22 -!- dekar [~dekar@212.255.242.49] has joined ##stm32 2013-10-27T06:32:25 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-27T06:43:39 -!- Activate_for_mor [~mirggi@host-58-159-66-217.spbmts.ru] has joined ##stm32 2013-10-27T06:48:48 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-27T06:49:00 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-27T07:12:50 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-27T07:20:38 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has quit [Ping timeout: 240 seconds] 2013-10-27T07:21:42 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has joined ##stm32 2013-10-27T07:32:53 -!- madist [~madist@unaffiliated/madist] has quit [Ping timeout: 272 seconds] 2013-10-27T07:36:54 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-27T07:41:57 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-27T07:52:04 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-27T07:55:03 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 272 seconds] 2013-10-27T07:57:13 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 272 seconds] 2013-10-27T08:08:27 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 248 seconds] 2013-10-27T08:12:15 -!- dekar [~dekar@212.255.242.49] has quit [Quit: This computer has gone to sleep] 2013-10-27T08:13:23 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has joined ##stm32 2013-10-27T08:21:26 -!- Activate_for_mor [~mirggi@host-58-159-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-27T08:29:40 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-27T08:30:07 -!- Activate_for_mor [~mirggi@host-58-159-66-217.spbmts.ru] has joined ##stm32 2013-10-27T08:33:48 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Ping timeout: 240 seconds] 2013-10-27T08:40:58 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-27T08:50:25 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 272 seconds] 2013-10-27T08:59:13 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-27T09:01:10 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-27T09:15:56 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-27T09:26:21 -!- barthess [~barthess@185.6.24.4] has joined ##stm32 2013-10-27T09:44:53 -!- forrestv [~forrestv@207.12.89.39] has joined ##stm32 2013-10-27T09:45:54 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-27T10:04:05 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-27T10:33:09 -!- ds2 [noinf@netblock-66-245-251-24.dslextreme.com] has quit [Ping timeout: 248 seconds] 2013-10-27T10:47:21 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-27T11:12:39 -!- madist [~madist@unaffiliated/madist] has quit [Ping timeout: 272 seconds] 2013-10-27T11:37:02 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T11:51:39 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-27T12:01:20 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-27T12:12:05 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-27T12:15:13 -!- ouah [~ouah@39-138.1-85.cust.bluewin.ch] has joined ##stm32 2013-10-27T12:15:23 -!- dekar [~dekar@212.255.249.115] has joined ##stm32 2013-10-27T12:15:24 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-27T12:15:37 -!- ouah [~ouah@39-138.1-85.cust.bluewin.ch] has quit [Client Quit] 2013-10-27T12:16:31 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-27T12:19:20 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-27T12:27:13 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-27T12:27:24 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T12:31:47 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Client Quit] 2013-10-27T12:31:49 -!- BrainDamage1 [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T12:31:56 -!- BrainDamage1 is now known as BrainDamage 2013-10-27T12:36:04 -!- dekar [~dekar@212.255.249.115] has quit [Quit: This computer has gone to sleep] 2013-10-27T12:38:47 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-27T12:41:02 -!- madis_ [~madist@unaffiliated/madist] has joined ##stm32 2013-10-27T12:43:36 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )] 2013-10-27T12:47:24 -!- dekar [~dekar@212.255.249.115] has joined ##stm32 2013-10-27T12:47:27 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-27T12:53:59 -!- madis_ [~madist@unaffiliated/madist] has quit [Ping timeout: 272 seconds] 2013-10-27T12:56:43 -!- madist [madist@unaffiliated/madist] has joined ##stm32 2013-10-27T13:09:22 -!- dekar [~dekar@212.255.249.115] has quit [Quit: This computer has gone to sleep] 2013-10-27T13:32:17 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has quit [Quit: trepidaciousMBR] 2013-10-27T13:57:06 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-27T14:11:44 < Tectu> zyp, can the BMP handle a connect-under-reset? 2013-10-27T14:12:25 < zyp> handle? 2013-10-27T14:13:02 < jpa-> do 2013-10-27T14:13:40 < jpa-> tectu's board is crashing so fast that he can't connect using BMP :) 2013-10-27T14:15:10 < Tectu> :P 2013-10-27T14:15:34 < dongs> haha 2013-10-27T14:16:30 < jpa-> it always amazes me how rarely people run into that, even though it is pretty easy to cause.. just mess up oscillator, GPIO or sleep mode right after boot 2013-10-27T14:17:25 < jpa-> Tectu: if BMP cannot do it, you can do it with stlink.. v2 can do it itself, and with v1 + texane + manual reset button it is pretty easy also 2013-10-27T14:17:34 < jpa-> other way is to restore through BOOT0 bootloader 2013-10-27T14:17:52 < Tectu> too bad I didn't add any connector for the JTAG 2013-10-27T14:18:01 < Tectu> yeah, I could use the DFU 2013-10-27T14:18:11 < Tectu> let's see if zyp replies, probably we can soft-fix this 2013-10-27T14:19:08 < zyp> last time I checked bmp didn't have code for driving reset, but it may have changed since, as people were talking about adding it 2013-10-27T14:20:03 < zyp> I'm a bit busy testing stuff right now 2013-10-27T14:20:05 < zyp> :p 2013-10-27T14:20:16 < zyp> http://bin.jvnv.net/f/JAkIb.JPG 2013-10-27T14:20:42 < Robint91> nice 2013-10-27T14:20:58 < fbs> whats a bmp? 2013-10-27T14:21:08 < zyp> blackmagic probe 2013-10-27T14:21:09 < Tectu> what's that? 2013-10-27T14:21:13 < Tectu> fbs, some fancy JTAG 2013-10-27T14:21:19 < fbs> zyp: is that a tagconnect? 2013-10-27T14:21:27 < Tectu> zyp, oh, you got the tagconnectors!! 2013-10-27T14:21:28 < Tectu> heh 2013-10-27T14:21:30 < zyp> yep, and the board it's hooked to is a bmp 2013-10-27T14:22:03 < Tectu> I like your USB hubs 2013-10-27T14:22:07 < dongs> sup PROS 2013-10-27T14:22:24 < zyp> both bootloader stuff and automated testing stuff works fine :) 2013-10-27T14:22:25 < dongs> zyp: lol nice 2013-10-27T14:22:44 < zyp> http://paste.jvnv.net/view/rBwV4 2013-10-27T14:23:13 < zyp> so far one board out of 15 has failed 2013-10-27T14:23:24 < dongs> whats wrong with it? 2013-10-27T14:23:26 < zyp> probably just a simple short somewhere, will look at it later 2013-10-27T14:23:29 < dongs> ah 2013-10-27T14:24:19 < zyp> hmm, can't see any obvious shorts when looking at it 2013-10-27T14:26:16 < jpa-> Tectu: looking at the BMP source code, maybe "monitor connect_srst enable" would work 2013-10-27T14:27:54 < Tectu> just checked the schematics - at least I connected the RST 2013-10-27T14:27:55 < Tectu> NRST* 2013-10-27T14:29:33 < Tectu> jpa-, well, I see the device through monitor jtag_scan when I hold down the reset button, but I cannot connect to it using attach 1 2013-10-27T14:29:41 < Tectu> executing mon connect_srst enable first didn't help either 2013-10-27T14:35:22 -!- forrestv [~forrestv@207.12.89.39] has quit [Ping timeout: 246 seconds] 2013-10-27T14:37:27 -!- forrestv [~forrestv@207.12.89.39] has joined ##stm32 2013-10-27T14:39:40 -!- Inrelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-27T15:19:26 < dongs> uart problem = had to clear USART_IT_NE... 2013-10-27T15:19:37 < dongs> why the fuck am I getting that interrupt if I didnt subscribe to it?? 2013-10-27T15:20:00 < enots> spam ;) 2013-10-27T15:20:21 < dongs> pretty much 2013-10-27T15:28:04 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has joined ##stm32 2013-10-27T15:38:59 < PaulFertser> Tectu: connect_srst should certainly work. Does scan succeed with it if you do not hold srst ma 2013-10-27T15:39:05 < PaulFertser> nually? 2013-10-27T15:54:29 < mervaka> zyp: do i see a beagle there? :) 2013-10-27T15:54:32 < mervaka> <3 2013-10-27T15:57:36 < zyp> yes 2013-10-27T16:03:27 -!- NooM [~IceChat77@193-83-207-206.adsl.highway.telekom.at] has joined ##stm32 2013-10-27T16:03:31 < NooM> hello 2013-10-27T16:04:51 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T16:08:35 < mervaka> what's the debugger in the photo? 2013-10-27T16:10:58 < zyp> it's a bmp2 2013-10-27T16:11:05 < zyp> emeb's bmp design 2013-10-27T16:11:28 < mervaka> ah cool 2013-10-27T16:11:41 < mervaka> what sort of rates does it do? 2013-10-27T16:12:12 < zyp> rates? 2013-10-27T16:12:17 < mervaka> baud rates, sorry 2013-10-27T16:12:35 < zyp> dunno, haven't checked 2013-10-27T16:12:42 < zyp> as fast as it's able to bitbang, iirc 2013-10-27T16:12:50 < mervaka> ah 2013-10-27T16:13:01 < mervaka> i'm looking for a design that can handle about 20-30MHz 2013-10-27T16:13:10 < mervaka> bought or otherwise 2013-10-27T16:13:20 < zyp> on swd? does even the target support that? 2013-10-27T16:13:24 < mervaka> currently only the ulink pro ive seen to do that 2013-10-27T16:13:33 < mervaka> swd or jtag 2013-10-27T16:13:52 < zyp> I heard when people ported bmp to f4, the bitbanging became so fast that it became unreliable 2013-10-27T16:14:01 < mervaka> hmm 2013-10-27T16:14:22 < mervaka> do you have experience with the ft2232 based stuff? 2013-10-27T16:15:52 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-27T16:16:47 < NooM> hey guys i have a very weird problem, maybe someone has ideas how to solve it. iam using c++. soo, thats my main.cpp: http://pastebin.com/EkcPp5vt 2013-10-27T16:17:02 < NooM> if i uncomment the adc_1 pointer all works fine 2013-10-27T16:17:10 < NooM> (i mean, remove it) 2013-10-27T16:17:19 < NooM> but if its there, the dma stops to work 2013-10-27T16:17:31 < NooM> (it no matter if its allocated/initialized or not) 2013-10-27T16:17:54 < jpa-> you're probably overwriting random parts of memory somewhere 2013-10-27T16:18:01 < NooM> if i remove all the code for the void UpdateDisplay() it works again 2013-10-27T16:18:11 < NooM> (just the code inside i mean) 2013-10-27T16:18:26 < jpa-> how does the dma stop working? 2013-10-27T16:18:30 < NooM> the timer do9esent crash btw 2013-10-27T16:18:48 < NooM> jpa- well nothing happens, both displays freeze 2013-10-27T16:18:52 < NooM> its so weird 2013-10-27T16:20:01 < jpa-> does it go to hardfault? does the code just keep waiting for dma to finish? does the dma NDTR register change? 2013-10-27T16:20:07 < NooM> and i cant see anything suspßicious in the debugger, it keeps running through the loop 2013-10-27T16:20:50 < NooM> how do i check this ndtr register ? 2013-10-27T16:20:53 < mervaka> yeah, what does NTDR say? 2013-10-27T16:21:01 < mervaka> look at the DMA peripheral in the debugger 2013-10-27T16:21:26 < NooM> mom gonna check 2013-10-27T16:22:29 < NooM> ok, how would i check for this? 2013-10-27T16:22:43 < NooM> :( 2013-10-27T16:22:48 < mervaka> what IDE are you running? 2013-10-27T16:22:52 < NooM> coocox 2013-10-27T16:22:52 < mervaka> Keil uVision? 2013-10-27T16:22:58 < mervaka> oh 2013-10-27T16:23:13 < Tectu> PaulFertser, the scan does not succeed when I don't keep the NRST line low by hand 2013-10-27T16:23:35 < mervaka> no experience with that :/ 2013-10-27T16:26:03 < NooM> https://www.dropbox.com/s/iqrww4zdw34pb30/hmm1.png 2013-10-27T16:26:06 < NooM> bottom left 2013-10-27T16:26:10 < NooM> that looks weird actually 2013-10-27T16:26:38 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-27T16:27:01 < mervaka> what code size are you at? 2013-10-27T16:27:10 < mervaka> and what debugger are you using? 2013-10-27T16:27:19 < NooM> that one integrated in coocox 2013-10-27T16:27:28 < mervaka> hardware i mean 2013-10-27T16:27:34 < NooM> and codesize, idk, but i am sure i have to0ns of free space 2013-10-27T16:27:43 < NooM> discovery board 2013-10-27T16:27:45 < mervaka> ok 2013-10-27T16:27:48 < mervaka> in that case 2013-10-27T16:27:50 < NooM> stlinkv2 via swd 2013-10-27T16:28:08 < mervaka> download uvision and see if it compiles and links 2013-10-27T16:28:18 < mervaka> if its under 32k it should work on the free version 2013-10-27T16:28:29 < NooM> you man space in rom ? 2013-10-27T16:28:32 < mervaka> yeah 2013-10-27T16:28:39 < NooM> i have a wav files compiled in :D 2013-10-27T16:28:43 < NooM> thats like 300kb :D 2013-10-27T16:28:46 < mervaka> oh 2013-10-27T16:28:49 < mervaka> forget it then :p 2013-10-27T16:28:55 < NooM> (interestingly audio doesent stop to work) 2013-10-27T16:29:03 < NooM> just the displays 2013-10-27T16:29:21 < NooM> its so weird, as soon as i remove the adc_1* adc1; theyx work again 2013-10-27T16:33:18 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-27T16:36:19 < NooM> haha when i remove a global variable somewhere else it works again 2013-10-27T16:36:23 < NooM> ...... 2013-10-27T16:38:52 < NooM> how can that be? and its not the stack size, doesent matter to what i change it 2013-10-27T16:39:10 < dongs> youre code is shitty and buggy 2013-10-27T16:39:22 < NooM> help me fix it 2013-10-27T16:39:23 < NooM> :D 2013-10-27T16:39:28 < dongs> you pasted it on a site full of ads 2013-10-27T16:39:34 < dongs> and i got other shit to do 2013-10-27T16:39:40 < NooM> :( 2013-10-27T16:40:13 < NooM> dongs but would there be a common reason for stuff not to work when one would add _one_ addition int or pointer? 2013-10-27T16:40:25 < mervaka> watch that variable 2013-10-27T16:40:31 < mervaka> and the main registers 2013-10-27T16:41:09 < mervaka> and the DMA peripheral 2013-10-27T16:41:24 < mervaka> you need to be able to watch stuff, else debugging's pointless 2013-10-27T16:42:03 < dongs> what the FUCK is multibuffer communication 2013-10-27T16:42:04 < dongs> in uart 2013-10-27T16:42:47 < mervaka> dunno ;/ 2013-10-27T16:43:22 < mervaka> fancy word for DMA perhaps? 2013-10-27T16:43:55 < dongs> lol, F3 reference manual only talks about multibuffer inside uart section and doesn't actually say waht the fuck it is 2013-10-27T16:44:15 < mervaka> continuity ftw 2013-10-27T16:44:40 < dongs> Select DMA enable (DMAR) in USART_CR3 if multibuffer communication is to take 2013-10-27T16:44:41 < dongs> place. Configure the DMA register as explained in multibuffer communication. STEP 3 2013-10-27T16:44:47 < dongs> who teh fuck actualyl wrote this shit 2013-10-27T16:46:14 < mervaka> some kid at ST? 2013-10-27T16:56:59 -!- dekar [~dekar@212.255.249.115] has joined ##stm32 2013-10-27T16:57:04 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-27T16:57:11 -!- MrMobius [~Joey@91.192.67.230] has joined ##stm32 2013-10-27T17:03:19 < zyp> hmm, weird 2013-10-27T17:03:43 < zyp> testing this failed board, looks like one of the 10k pullups is actually broken 2013-10-27T17:05:26 < zyp> ah, yeah 2013-10-27T17:05:49 < zyp> when I tried desoldering it, it came off in two pieces 2013-10-27T17:06:16 < NooM> mhm 2013-10-27T17:07:43 < PaulFertser> Tectu: probably it means then that your bmp version is old or you compile it for target without "srst" support. 2013-10-27T17:11:08 -!- serserar [~quassel@89.7.202.101] has joined ##stm32 2013-10-27T17:16:38 -!- NooM [~IceChat77@193-83-207-206.adsl.highway.telekom.at] has quit [Quit: Life without danger is a waste of oxygen] 2013-10-27T17:17:25 -!- MrMobius [~Joey@91.192.67.230] has quit [Ping timeout: 246 seconds] 2013-10-27T17:24:57 -!- alexn [~alexn@pD95EB83E.dip0.t-ipconnect.de] has joined ##stm32 2013-10-27T17:33:17 -!- MrMobius [~Joey@91.192.66.15] has joined ##stm32 2013-10-27T17:38:45 < qyx_> lol 18 layer pcb for smps power supply 2013-10-27T17:40:08 < Robint91> qyx_, internal transformer? 2013-10-27T17:40:16 < qyx_> yep 2013-10-27T17:40:24 < Robint91> linky? 2013-10-27T17:40:36 < qyx_> AN1369 2013-10-27T17:40:39 < qyx_> from microchip 2013-10-27T17:42:15 < dongs> http://i.imgur.com/6szx3Dk.gif 2013-10-27T17:44:52 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-27T17:58:08 -!- alexn [~alexn@pD95EB83E.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-27T18:00:39 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-27T18:06:31 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-27T18:07:33 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 252 seconds] 2013-10-27T18:09:00 < bsdfox> I'm working on a 1-wire driver using the uart peripheral but when I change baud rate (disable UE bit, set BRR, set UE bit) I get a glitch where the line is pulled low for 1.75us . The datasheet says the status register is cleared when UE is disabled.. is there a good workaround for this or perhaps some way to change the baud rate without driving the line low? 2013-10-27T18:09:58 < qyx_> you can set gpio to AF mode after setting correct baudrate 2013-10-27T18:10:15 < qyx_> but 1.75us shouldn't be a problem for 1wire 2013-10-27T18:17:46 < bsdfox> perhaps it's not but my logic analyzer doesn't like it :) clearing TE / MODER don't seem to make a difference hmm 2013-10-27T18:17:58 < bsdfox> also AF 2013-10-27T18:28:18 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-27T18:28:39 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-27T18:28:55 -!- BrainDamage1 [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T18:28:55 -!- BrainDamage1 is now known as BrainDamage 2013-10-27T18:30:16 -!- ouah [~ouah@unaffiliated/ouah] has joined ##stm32 2013-10-27T18:34:41 -!- Inrelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-27T18:44:04 < gxti> http://www.maximintegrated.com/app-notes/index.mvp/id/5527 "Why Your 4.7µF Capacitor Becomes a 0.33µF Capacitor" 2013-10-27T18:50:29 < qyx_> nice 2013-10-27T18:54:00 < PaulFertser> Tectu: I've mostly implemented and tested connect_srst in BMP myself, so if you still have issues with it, let's investigate. For swdp_scan the effect should be exactly the same as if you were holding the button. If it doesn't work without the button, please tell me what bmp target and sources revision you're using. 2013-10-27T18:54:08 < Laurenceb__> wow i didnt know the effect was that bad 2013-10-27T18:54:32 < Tectu> PaulFertser, I just leave for dinner, I'll be back in 20 minutes or so. Thanks for your help so far! 2013-10-27T18:54:51 < PaulFertser> Tectu: bon appetit, see you 2013-10-27T18:55:14 < PaulFertser> Anyone here uses ceramic caps for PSU output filtering? 2013-10-27T18:55:31 < gxti> sure. 2013-10-27T18:56:31 -!- os-app92 [~ftw@254.122.85.79.rev.sfr.net] has joined ##stm32 2013-10-27T18:56:41 < PaulFertser> gxti: any tips? Should one just choose higher voltage X7R ones (as in, 50V cap for filtering 5V output)? 2013-10-27T18:57:38 < gxti> use physically bigger ones. 2013-10-27T18:57:52 < gxti> the voltage rating does not correlate much. 2013-10-27T18:59:12 < PaulFertser> gxti: is there any rule of thumb probably? 2013-10-27T18:59:16 < gxti> my current favorite big ceramic cap is 4.7uF 10V X7R 0805, less than 20% lost at 5v if i remember right 2013-10-27T18:59:57 < gxti> it can be very tricky to actually find the right chart, usually the datasheet does not have it :( 2013-10-27T19:00:11 < madist> isn't it easier just to use 1206 parts ? 2013-10-27T19:00:19 < madist> or even tantalum caps 2013-10-27T19:00:25 < gxti> tantalums are cancer 2013-10-27T19:00:30 < madist> nonsense 2013-10-27T19:00:34 < gxti> but sure you can always just use the biggest cap you can find :p 2013-10-27T19:00:34 < madist> I've never had one blow up 2013-10-27T19:01:36 < PaulFertser> We had plenty of tantalums blowing up, due to excessive voltage or wrong polarity. 2013-10-27T19:01:42 < gxti> madist has never had a tantalum blow up guys, it's ok use them all you want 2013-10-27T19:02:26 < PaulFertser> One "smart" fellow here even tried using them in series to fake voltage rating or something like that, no wonder that wasn't stable. 2013-10-27T19:02:52 < gxti> with balancing resistors i hope. still a dumb idea. 2013-10-27T19:03:38 < PaulFertser> afaik, no :) 2013-10-27T19:04:08 < gxti> without resistors the one with a slightly higher esr gets all the volts and explodes :p 2013-10-27T19:05:49 < PaulFertser> Exactly 2013-10-27T19:06:45 < gxti> anyway, i use these like candy: http://www.yuden.co.jp/ut/product/category/capacitor/LMK212B7475KG-T.html 2013-10-27T19:07:02 < gxti> digikey links to the abbreviated datasheet without charts for pretty much all caps unfortunately 2013-10-27T19:07:16 < gxti> but some (not most) manufacturers have the data published 2013-10-27T19:07:46 < gxti> you can see that one is -20% at 3.3v and -30% at 5v, which is relatively good. you could up the size to 1206 and get even better. 2013-10-27T19:08:28 < PaulFertser> gxti: thank you! 2013-10-27T19:08:37 -!- os-app92 [~ftw@254.122.85.79.rev.sfr.net] has quit [Quit: Hi, I am Franz.] 2013-10-27T19:08:51 < gxti> the only rule of thumb is that bigger is better, and voltage rating is irrelevant (although obviously don't use an underrated cap) 2013-10-27T19:09:09 < madist> check out the capacitance vs frequency ... 2013-10-27T19:09:40 < madist> can't use these caps beyond 1MHz 2013-10-27T19:09:52 < PaulFertser> gxti: i've clearly seen it in one datasheet (don't remember atm) that those with the higher voltage rating had less capacity loss... 2013-10-27T19:09:55 < Laurenceb__> http://zedomax.com/blog/wp-content/uploads/2011/05/diy-electric-fan-scooter-767x1024.jpg 2013-10-27T19:09:57 < Laurenceb__> wtf 2013-10-27T19:10:02 < gxti> that's typical resonance behavior 2013-10-27T19:10:17 < gxti> but yes, you wouldn't want to use it past the resonant frequency (which is true of all caps) 2013-10-27T19:10:25 < madist> 1MHz is kind of low 2013-10-27T19:11:27 < gxti> looks more like 5-ish 2013-10-27T19:12:10 < gxti> but yeah, big caps have more inductance so that becomes an issue. so if you can't get the capacitance you need at the voltage you need with the resonant frequency high enough... time to switch to polymer! 2013-10-27T19:12:47 < madist> its not the size. its the length vs width 2013-10-27T19:13:26 < gxti> Laurenceb__: that looks inefficient 2013-10-27T19:14:40 < gxti> http://psearch.murata.com/capacitor/product/GRM31CR71A475KA01#.html 2013-10-27T19:15:05 < gxti> 2012 size, only -5% at 5V. but resonant freq is worse. 2013-10-27T19:16:48 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Read error: Connection reset by peer] 2013-10-27T19:17:00 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-27T19:18:50 < gxti> 1210x2mm also a little taller not really any different resonance, 1210x2.5mm same 2013-10-27T19:19:45 -!- dekar [~dekar@212.255.249.115] has quit [Quit: This computer has gone to sleep] 2013-10-27T19:22:37 < gxti> oh, and of course you can always use lower-value, possibly phyiscally smaller caps in parallel 2013-10-27T19:23:59 < Tectu> PaulFertser, I need some more minutes... 2013-10-27T19:24:22 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-27T19:24:33 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T19:25:38 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-27T19:28:55 -!- ouah [~ouah@unaffiliated/ouah] has left ##stm32 [] 2013-10-27T19:32:28 -!- serserar [~quassel@89.7.202.101] has quit [Read error: No route to host] 2013-10-27T19:45:24 -!- Thorn [~Thorn@128-73-245-224.broadband.corbina.ru] has joined ##stm32 2013-10-27T19:45:24 -!- Thorn [~Thorn@128-73-245-224.broadband.corbina.ru] has quit [Changing host] 2013-10-27T19:45:24 -!- Thorn [~Thorn@unaffiliated/thorn] has joined ##stm32 2013-10-27T19:45:46 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Read error: Connection reset by peer] 2013-10-27T19:45:58 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T19:46:02 < Thorn> void bar(int myArray[static 10]); 2013-10-27T19:47:28 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-27T19:47:28 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-27T19:47:28 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-27T19:47:41 < Robint91> Thorn, what is that 2013-10-27T19:47:47 < Robint91> is that even C? 2013-10-27T19:48:18 < Thorn> C99 2013-10-27T19:49:40 < Robint91> Thorn, I find that "[static 10]" odd 2013-10-27T19:49:54 < Thorn> http://hamberg.no/erlend/posts/2013-02-18-static-array-indices.html 2013-10-27T19:50:41 < gxti> is there anything 'static' *doesn't* do? 2013-10-27T19:51:36 < Thorn> static static(static) { static foo[static 10]; static("%static", foo); } 2013-10-27T19:51:42 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-27T19:51:55 < Robint91> Thorn, I don't like that syntax 2013-10-27T19:52:04 < Robint91> it is just totaly redudant 2013-10-27T19:52:05 < gxti> oh and you can put const in there too 2013-10-27T19:52:24 < gxti> const static foo (const static int [const static 10]) const const const derp 2013-10-27T19:52:24 < Thorn> any qualifiers (volatile too?) 2013-10-27T19:53:10 < Robint91> void bar(int * myArray, int len); > void bar(int myArray[static 10]); 2013-10-27T19:53:33 < gxti> const volatile static (*const foo)(const volatile foo *const[static const 10]); 2013-10-27T19:53:33 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-27T19:53:37 < gxti> <3 C 2013-10-27T19:54:24 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-27T19:57:26 < jpa-> i like const int * const * const * foo; 2013-10-27T19:58:41 -!- serserar [~quassel@89.7.202.101] has joined ##stm32 2013-10-27T20:00:50 -!- serserar [~quassel@89.7.202.101] has quit [Client Quit] 2013-10-27T20:01:04 -!- serserar [~quassel@89.7.202.101] has joined ##stm32 2013-10-27T20:05:24 < Robint91> http://www.smsc.com/Downloads/SMSC/Downloads_Public/Data_Sheets/8742a.pdf 2013-10-27T20:05:26 < Robint91> so cute 2013-10-27T20:05:59 < Robint91> 1.2$ in 1-10Qty 2013-10-27T20:07:33 < Thorn> qfn 2013-10-27T20:07:50 < Robint91> still cute and small 2013-10-27T20:07:53 < Robint91> I like it 2013-10-27T20:09:17 < emeb_mac> one of these days I'm going to have to do a board with ethernet. 2013-10-27T20:16:44 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-27T20:16:59 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T20:19:44 < Robint91> Thorn, that thing has cable check hw, tdr stuff 2013-10-27T20:20:07 < gxti> i think they all do Robint91 :p 2013-10-27T20:20:33 < gxti> i'm far too lazy to implement it anyway 2013-10-27T20:23:23 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Ping timeout: 248 seconds] 2013-10-27T20:23:37 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 246 seconds] 2013-10-27T20:26:13 < jpa-> my homemade soldermask is almost as badly aligned as seeed's ;) http://kapsi.fi/~jpa/stuff/pix/soldermask.jpg 2013-10-27T20:27:06 < Steffanx> homemade .. what is it? 2013-10-27T20:27:07 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T20:28:13 < jpa-> it's a pcb 2013-10-27T20:28:41 < Steffanx> the soldermask. When you say homemade i expect something special ;) 2013-10-27T20:29:07 < jpa-> ah, maybe "DIY" is more accurate.. it is just normal UV curable soldermask ink off ebay :) 2013-10-27T20:29:45 < PaulFertser> jpa-: fyi, BMP supports connect_srst for swd only currently. 2013-10-27T20:30:06 < jpa-> hmm.. is tectu using jtag? :o 2013-10-27T20:30:19 < Tectu> yep 2013-10-27T20:30:21 < PaulFertser> Yes, but we haven't discussed yet why 2013-10-27T20:30:22 < PaulFertser> :) 2013-10-27T20:30:42 < jpa-> maybe he has excellent reasons :) 2013-10-27T20:31:10 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-27T20:31:14 < Tectu> he does 2013-10-27T20:31:15 < Tectu> well, it was my first design :( 2013-10-27T20:31:59 < Steffanx> cant you cut some traces and move to swd? :P ( not that is really neccessary ) 2013-10-27T20:32:13 < Steffanx> *cut some traces and add some wires 2013-10-27T20:32:26 < jpa-> yeah, aren't the swd and jtag pins shared? 2013-10-27T20:32:39 < Tectu> let's try 2013-10-27T20:33:55 < Tectu> that actually worked 2013-10-27T20:34:03 < Tectu> \o/ 2013-10-27T20:34:11 < PaulFertser> Yay :) 2013-10-27T20:35:07 < Tectu> thanks for the tip... 2013-10-27T20:35:09 < Tectu> tipp* 2013-10-27T20:37:11 < Steffanx> oh, you didnt even have to cut and and wires :D 2013-10-27T20:37:11 < PaulFertser> Welcome 2013-10-27T20:41:25 < Steffanx> time to those special uv soldermask sheets instead of ink jpa-? :) 2013-10-27T20:41:40 < jpa-> Steffanx: yeah, i'm going to try those too 2013-10-27T20:42:30 < Steffanx> i mean.. because this is just too nice http://i1325.photobucket.com/albums/u637/ritmeester1/DSC03966_zpse3fe9455.jpg 2013-10-27T20:42:42 < Thorn> why bother with solder mask if you can't fit it between small pitch pads 2013-10-27T20:44:23 < Steffanx> of course you can 2013-10-27T20:45:33 < Steffanx> the pcb in that photo is done with hobby bobby methods 2013-10-27T20:47:17 < BrainDamage> that's pretty excellent 2013-10-27T20:47:39 < BrainDamage> how was the paint applied? 2013-10-27T20:48:33 < Steffanx> not by me.. but iirc he used sheets + a laminator thing 2013-10-27T20:48:48 < Steffanx> slightly modified 2013-10-27T20:48:52 < Steffanx> let me find his website 2013-10-27T20:49:16 -!- phantoxeD [destroy@a89-154-113-87.cpe.netcabo.pt] has joined ##stm32 2013-10-27T20:51:08 < BrainDamage> ah 2013-10-27T20:52:47 -!- phantoneD [destroy@a89-154-113-87.cpe.netcabo.pt] has quit [Ping timeout: 272 seconds] 2013-10-27T20:53:30 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Read error: Connection reset by peer] 2013-10-27T20:53:42 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T20:56:27 < Steffanx> cant find it. It was probably in dutch anyway 2013-10-27T20:57:55 < emeb_mac> too bad there's no such thing as Google Translate 2013-10-27T20:58:06 < Steffanx> Yes 2013-10-27T20:58:10 < Steffanx> good point 2013-10-27T20:58:39 < emeb_mac> Once GT started handling japanese and chinese, I figured that the singularity was here. 2013-10-27T20:58:51 < BrainDamage> i was more interested about the paint version, because there's a large price gap 2013-10-27T20:58:58 < BrainDamage> then again, the paint is messier to handle 2013-10-27T20:59:03 < BrainDamage> requires pre-drying 2013-10-27T20:59:12 < emeb_mac> how is the paint applied? 2013-10-27T20:59:37 < BrainDamage> rolled on, or spin coated for what I saw 2013-10-27T20:59:49 < BrainDamage> then pre-dried in oven 2013-10-27T20:59:59 < BrainDamage> then exposed, but even then, it's still partially wet 2013-10-27T21:00:10 < BrainDamage> which makes direct-on masking a pain 2013-10-27T21:00:11 < Tectu> Steffanx, I could translate 2013-10-27T21:00:13 < emeb_mac> Aha - was wondering how it was patterned. 2013-10-27T21:00:25 < BrainDamage> it's uv sensitive 2013-10-27T21:00:28 < emeb_mac> right 2013-10-27T21:00:31 < Steffanx> dutch not deutsch mr Tectu 2013-10-27T21:00:53 < BrainDamage> then dissolve in acetone the exposed parts 2013-10-27T21:01:02 < Laurenceb__> http://www.youtube.com/watch?v=SNeO1tg-9Oc&feature=c4-overview-vl&list=PLKUrCJ4J8pZFVQEUB2Pl7466S-qPlN83G 2013-10-27T21:01:05 < emeb_mac> fun! 2013-10-27T21:01:09 < Laurenceb__> perfectly sane activity 2013-10-27T21:01:36 < emeb_mac> just wear your lead-lined underpants 2013-10-27T21:02:38 < BrainDamage> I saw a video where she went into an underground chem/radiological lab with hazmat suits 2013-10-27T21:02:52 < BrainDamage> there were buried stuff into leaded sand 2013-10-27T21:02:57 < BrainDamage> ofc she had to dig it out 2013-10-27T21:03:38 < BrainDamage> https://www.youtube.com/watch?v=CdhdCbDch6A&html5=1&hd=1 2013-10-27T21:03:45 < Laurenceb__> wtf 2013-10-27T21:03:49 < Tectu> Steffanx, yes, still. 2013-10-27T21:04:25 < emeb_mac> it's like something from Bioshock. 2013-10-27T21:04:35 < Laurenceb__> "Towards the end of this video I realised I was holding my breath and leaning AWAY from the monitor. I now feel like I need to scrub my hands " 2013-10-27T21:04:36 < Laurenceb__> lol 2013-10-27T21:05:26 < emeb_mac> contagion psychology is weird stuff 2013-10-27T21:10:33 < BrainDamage> btw, one thing about ebay's solder mask 2013-10-27T21:10:52 < BrainDamage> that type is meant more to do do small touchups rather than actually coating a new board 2013-10-27T21:11:05 < BrainDamage> that's why the semisolid phase, etc 2013-10-27T21:11:24 < emeb_mac> oh yeah - I've got a little solder mask pen with green goo in it. Works great. 2013-10-27T21:11:35 < emeb_mac> (for touch-up) 2013-10-27T21:12:54 < BrainDamage> I dyi pcb only because I try weird stuff and I regularry do plenty of mistakes and chinese turnover time would kill my motivation 2013-10-27T21:13:15 < BrainDamage> ( that and I don't have the 30€/board for express shipping ) 2013-10-27T21:14:53 < emeb_mac> I don't do DIY PCB because dealing with the chemicals is a pain. 2013-10-27T21:15:28 < emeb_mac> plus the etch quality isn't great for fine pitch parts I use. 2013-10-27T21:16:15 < emeb_mac> having pro-quality boards show up in the mail for a few bucks is just like living in the future. 2013-10-27T21:16:45 < BrainDamage> I do order boards for fine pitch stuff 2013-10-27T21:20:50 < Laurenceb__> wtf BrainDamage 2013-10-27T21:20:54 < Laurenceb__> that video is mad 2013-10-27T21:22:11 < BrainDamage> yep, I get that the levels aren't super high, still, that's a lot of unnecessary dose for ... nothing 2013-10-27T21:22:35 < emeb_mac> thrillseekers 2013-10-27T21:23:13 < BrainDamage> I'd rather get the thrills on something that won't kill me slowly and painfully 2013-10-27T21:23:47 < BrainDamage> at least if say, a parachute fails you'll be dead pretty quickly 2013-10-27T21:25:48 < emeb_mac> Or the carnival ride at the Utah State Fair. 2013-10-27T21:27:22 < Steffanx> not always BrainDamage.. 2013-10-27T21:27:40 < BrainDamage> it's a matter of probability 2013-10-27T21:27:54 < Laurenceb__> you could be forced to watch reality TV forever... 2013-10-27T21:29:25 -!- serserar [~quassel@89.7.202.101] has quit [Ping timeout: 272 seconds] 2013-10-27T21:30:34 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-27T21:37:35 < Robint91> the rpi and the stm32f4 has the same USB pherip 2013-10-27T21:37:40 < Robint91> correct? 2013-10-27T21:38:18 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-27T21:38:31 < zyp> yep 2013-10-27T21:38:37 < zyp> both are dwc_otg 2013-10-27T21:40:15 < Robint91> is the rpi kernel in mainline? 2013-10-27T21:40:55 < Robint91> zyp, the ST has two sperate USB pherips? 2013-10-27T21:40:58 < Robint91> the FS and HS 2013-10-27T21:41:08 < Robint91> so two times the dwc_otg 2013-10-27T21:41:14 < Robint91> or are the diff between those 2013-10-27T21:41:34 < zyp> two times dwc_otg, instanced with a few differences 2013-10-27T21:41:59 < zyp> FS have three endpoint pairs in addition to control, HS have five 2013-10-27T21:42:13 < zyp> FS have 1.5kB of fifo mem (IIRC), HS have 4kB 2013-10-27T21:42:21 < zyp> also, HS have DMA 2013-10-27T21:42:36 < zyp> and then HS also have HS mode, of course ;) 2013-10-27T21:43:02 * Robint91 is making notes 2013-10-27T21:43:57 < zyp> also phy selection 2013-10-27T21:44:57 < zyp> I think the main gotcha when trying to use code written for the FS peripheral on the HS peripheral is that it defaults to external phy, and you have to explicitly select the internal one 2013-10-27T21:45:06 < zyp> I remember getting stuck on that 2013-10-27T21:52:56 -!- barthess [~barthess@185.6.24.4] has quit [Ping timeout: 245 seconds] 2013-10-27T21:53:30 -!- Bingo600 [~cfo@62.61.142.27.generic-hostname.arrownet.dk] has joined ##stm32 2013-10-27T21:57:17 -!- Bingo600 [~cfo@62.61.142.27.generic-hostname.arrownet.dk] has left ##stm32 [] 2013-10-27T21:57:55 -!- barthess [~barthess@178.154.71.205] has joined ##stm32 2013-10-27T22:00:13 -!- MrMobius [~Joey@91.192.66.15] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Would you like to know more?] 2013-10-27T22:01:26 -!- mrmcan [~mrcan@unaffiliated/mrcan] has joined ##stm32 2013-10-27T22:13:23 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-27T22:13:41 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T22:19:37 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-27T22:20:21 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T22:24:01 < emeb> big fun today - building a Chan fatfs SD file browser on a 128x160 screen. 2013-10-27T22:24:11 < mervaka> :) 2013-10-27T22:28:08 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-27T22:28:16 -!- BrainDamage1 [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-27T22:28:16 -!- BrainDamage1 is now known as BrainDamage 2013-10-27T22:29:18 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Remote host closed the connection] 2013-10-27T22:55:15 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-27T22:56:11 -!- barthess [~barthess@178.154.71.205] has quit [Quit: Leaving.] 2013-10-27T23:10:13 -!- madist [madist@unaffiliated/madist] has quit [Ping timeout: 272 seconds] 2013-10-27T23:15:49 -!- serserar [~quassel@81.202.236.209.dyn.user.ono.com] has joined ##stm32 2013-10-27T23:21:24 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-27T23:39:26 -!- Ranewen [~jamiczhar@193.198.17.121] has joined ##stm32 2013-10-27T23:40:26 -!- Ranewen [~jamiczhar@193.198.17.121] has left ##stm32 ["WeeChat 0.4.2"] 2013-10-27T23:47:13 -!- fbs [fbs@fsf/member/fbs] has quit [Ping timeout: 272 seconds] 2013-10-27T23:56:45 -!- alan5_ [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-27T23:59:33 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 252 seconds] --- Day changed Mon Oct 28 2013 2013-10-28T00:10:18 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-28T00:17:19 -!- Robint91 [~Robin@dD5776E9E.access.telenet.be] has quit [Read error: Connection reset by peer] 2013-10-28T00:26:03 -!- fbs [fbs@fsf/member/fbs] has joined ##stm32 2013-10-28T00:57:17 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-28T01:03:28 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has quit [Ping timeout: 240 seconds] 2013-10-28T01:05:18 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-28T01:08:20 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Ping timeout: 245 seconds] 2013-10-28T01:09:20 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-28T01:11:00 -!- TeknoJuce01 is now known as TeknoJuce 2013-10-28T01:12:02 -!- TeknoJuce [~TeknoJuce@135.0.85.12] has quit [Changing host] 2013-10-28T01:12:02 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has joined ##stm32 2013-10-28T01:14:57 -!- GargantuaSauce [~sauce@blk-252-19-214.eastlink.ca] has quit [Remote host closed the connection] 2013-10-28T01:18:58 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has joined ##stm32 2013-10-28T01:26:16 -!- PT_Dreamer [~quassel@a95-93-146-218.cpe.netcabo.pt] has quit [Ping timeout: 245 seconds] 2013-10-28T01:32:40 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-28T01:33:08 -!- GargantuaSauce [~sauce@blk-252-19-214.eastlink.ca] has joined ##stm32 2013-10-28T01:59:43 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-28T02:03:57 -!- Vutral is now known as nihilistic 2013-10-28T02:04:11 -!- nihilistic is now known as Vutral 2013-10-28T02:38:07 -!- alan5_ [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 246 seconds] 2013-10-28T02:43:03 -!- serserar [~quassel@81.202.236.209.dyn.user.ono.com] has quit [Ping timeout: 260 seconds] 2013-10-28T02:45:27 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has quit [Ping timeout: 272 seconds] 2013-10-28T02:59:07 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 272 seconds] 2013-10-28T03:10:20 < dongs> yep 2013-10-28T03:12:36 -!- madist [~madist@unaffiliated/madist] has quit [Ping timeout: 252 seconds] 2013-10-28T03:14:59 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 240 seconds] 2013-10-28T03:20:43 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-28T03:21:31 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has quit [Ping timeout: 248 seconds] 2013-10-28T03:33:49 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-28T03:47:48 -!- MrMobius [~Joey@91.192.67.229] has joined ##stm32 2013-10-28T03:49:10 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Read error: No route to host] 2013-10-28T03:49:25 -!- BrainDamage1 [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-28T03:49:26 -!- BrainDamage1 is now known as BrainDamage 2013-10-28T04:20:47 -!- MrMobius [~Joey@91.192.67.229] has quit [Read error: Connection reset by peer] 2013-10-28T04:26:14 -!- Viper168 is now known as Viper168_ 2013-10-28T04:33:57 -!- GargantuaSauce_ [~sauce@blk-252-19-214.eastlink.ca] has joined ##stm32 2013-10-28T04:34:28 -!- GargantuaSauce [~sauce@blk-252-19-214.eastlink.ca] has quit [Ping timeout: 240 seconds] 2013-10-28T04:36:17 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-28T04:42:19 -!- johntramp [~john@125-237-7-66.jetstream.xtra.co.nz] has quit [Read error: Connection reset by peer] 2013-10-28T04:42:23 < talsit> just received my stm32f4's, now just have to order everything else 2013-10-28T04:48:18 -!- MrMobius [~Joey@91.192.66.4] has joined ##stm32 2013-10-28T04:52:23 -!- MrMobius [~Joey@91.192.66.4] has quit [Client Quit] 2013-10-28T06:04:21 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 245 seconds] 2013-10-28T06:04:35 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-28T06:07:55 < dongs> hmpf 2013-10-28T06:09:54 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-28T06:10:33 -!- DanteA [~X@host-121-152-66-217.spbmts.ru] has joined ##stm32 2013-10-28T06:14:51 -!- DanteA [~X@host-121-152-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-28T06:20:49 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-28T06:23:42 -!- DanteA [~X@host-26-157-66-217.spbmts.ru] has joined ##stm32 2013-10-28T06:26:22 -!- Count_Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-28T06:29:04 -!- ds2 [noinf@netblock-66-245-251-24.dslextreme.com] has joined ##stm32 2013-10-28T06:29:06 -!- DanteA [~X@host-26-157-66-217.spbmts.ru] has quit [Ping timeout: 268 seconds] 2013-10-28T06:29:26 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-28T06:31:01 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Ping timeout: 272 seconds] 2013-10-28T06:31:09 -!- Count_Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Ping timeout: 265 seconds] 2013-10-28T06:32:29 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-28T06:34:07 -!- DanteA [~X@host-28-157-66-217.spbmts.ru] has joined ##stm32 2013-10-28T06:46:28 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Ping timeout: 240 seconds] 2013-10-28T06:46:37 -!- madist [~madist@unaffiliated/madist] has quit [Ping timeout: 265 seconds] 2013-10-28T06:46:39 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-28T06:47:34 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-28T06:47:40 -!- madist [madist@unaffiliated/madist] has joined ##stm32 2013-10-28T06:47:45 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-28T06:50:34 -!- Activate_for_mor [~mirggi@host-58-159-66-217.spbmts.ru] has quit [Read error: Connection reset by peer] 2013-10-28T06:51:01 -!- Activate_for_mor [~mirggi@host-58-159-66-217.spbmts.ru] has joined ##stm32 2013-10-28T06:55:00 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-28T06:56:32 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-28T06:57:44 -!- Activate_for_mor [~mirggi@host-58-159-66-217.spbmts.ru] has quit [Ping timeout: 265 seconds] 2013-10-28T07:01:47 -!- madist [madist@unaffiliated/madist] has quit [Ping timeout: 248 seconds] 2013-10-28T07:01:55 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-28T07:04:26 -!- Activate_for_mor [~mirggi@host-58-159-66-217.spbmts.ru] has joined ##stm32 2013-10-28T07:05:05 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-28T07:14:04 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-28T07:15:21 -!- madist [~madist@unaffiliated/madist] has quit [Ping timeout: 272 seconds] 2013-10-28T07:15:39 -!- DanteA [~X@host-28-157-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-28T07:19:02 -!- Count_Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-28T07:19:46 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Ping timeout: 245 seconds] 2013-10-28T07:21:28 -!- Count_Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Read error: Operation timed out] 2013-10-28T07:23:56 < emeb_mac> haha: http://koriblr.tumblr.com/post/65307482241/notemily-i-was-worried-this-was-going-to-be-the 2013-10-28T07:26:51 -!- DanteA [~X@host-92-157-66-217.spbmts.ru] has joined ##stm32 2013-10-28T07:33:56 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-28T07:38:57 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-28T07:46:07 -!- DanteA [~X@host-92-157-66-217.spbmts.ru] has quit [Ping timeout: 246 seconds] 2013-10-28T07:48:09 < emeb_mac> http://goo.gl/maps/RRtQp 2013-10-28T07:57:54 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-28T08:01:38 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-28T08:10:10 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-28T08:26:10 < jpa-> morning 2013-10-28T08:28:01 < emeb_mac> yatahey 2013-10-28T08:34:50 < jpa-> hmm, looks like i have fever.. quite much explains why i was too tired to debug Tectu's code last night ;) 2013-10-28T08:35:13 < emeb_mac> fun! 2013-10-28T08:35:22 < emeb_mac> stay home today! 2013-10-28T08:35:49 < jpa-> but i don't have a job currently so i stay home in any case :D 2013-10-28T08:36:56 < emeb_mac> yay? 2013-10-28T08:37:42 < emeb_mac> my day job has slowed down a lot lately - only putting in about 1/2 time. 2013-10-28T08:37:52 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-28T08:38:05 < emeb_mac> but I still have so many side projects to work on that there's rarely a spare moment. 2013-10-28T08:39:14 * emeb_mac got a flu-shot last week. Now feels flu-ish. 2013-10-28T08:48:54 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has quit [Ping timeout: 265 seconds] 2013-10-28T08:57:04 -!- madist [~madist@unaffiliated/madist] has quit [Quit: Leaving] 2013-10-28T09:03:01 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 272 seconds] 2013-10-28T09:13:07 -!- TeknoJuce [~TeknoJuce@135.0.37.71] has joined ##stm32 2013-10-28T09:13:07 -!- TeknoJuce [~TeknoJuce@135.0.37.71] has quit [Changing host] 2013-10-28T09:13:07 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has joined ##stm32 2013-10-28T09:30:36 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-28T09:33:11 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-28T09:37:05 -!- Activate_for_mor [~mirggi@host-58-159-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-28T09:40:24 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-28T10:28:02 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-28T10:45:31 -!- Robint91 [~Robint91_@2a02:2c40:400:0:4047:2619:d9d8:6a30] has joined ##stm32 2013-10-28T10:59:55 < Robint91> hi all 2013-10-28T11:00:08 < Robint91> did someone test the speed of the SDRAM on the F429? 2013-10-28T11:00:44 < emeb_mac> what do you mean? 2013-10-28T11:00:44 < emeb_mac> clock speed? access times? 2013-10-28T11:02:15 < dongs> dong speed 2013-10-28T11:04:27 < zyp> throughput perhaps? 2013-10-28T11:11:02 -!- Activate_for_mor [~mirggi@host-122-159-66-217.spbmts.ru] has joined ##stm32 2013-10-28T11:13:02 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-28T11:13:41 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-28T11:22:39 < Robint91> zyp, throughput indeed 2013-10-28T11:25:38 < dongs> i havent evne done anything wiht mine 2013-10-28T11:25:40 < dongs> other htan turn it on 2013-10-28T11:25:43 < dongs> and play with menu 2013-10-28T11:25:47 < dongs> and find secret test mode menu 2013-10-28T11:25:51 -!- PT_Dreamer [~quassel@59.114.108.93.rev.vodafone.pt] has joined ##stm32 2013-10-28T11:31:44 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-28T11:36:58 < Robint91> dongie, secret test mode menu 2013-10-28T11:37:00 < Robint91> WHAT 2013-10-28T11:37:01 < Robint91> where 2013-10-28T11:37:06 < Robint91> dongs, ^ 2013-10-28T11:40:56 < dongs> push 'user' button whlie reetting 2013-10-28T11:40:57 < dongs> resetting 2013-10-28T11:41:03 < dongs> then release reset 2013-10-28T11:41:13 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-28T11:42:25 < dongs> fuck LG spec for chromebook dixel panel is retarded 2013-10-28T11:42:33 < dongs> 42V max for leds, no fucking mention how many strings of leds or whatever 2013-10-28T11:47:04 < dongs> i wonder what they used in chromebook dixel 2013-10-28T11:48:13 < Robint91> dongs, have you found those panels? 2013-10-28T11:54:39 < Robint91> dongs, you seem to get easily to displays 2013-10-28T11:56:21 < dongs> yeah i have one here. 2013-10-28T11:56:28 < dongs> shit;s all over ebay they're only like 70 bucks 2013-10-28T11:57:08 < zyp> hmm, anybody have the part number of the f429 disco on digikey? 2013-10-28T11:57:31 < dongs> you cant search for it on norgay digikey 2013-10-28T11:57:37 < dongs> its export controlled 2013-10-28T11:57:49 < zyp> that's what I figure 2013-10-28T11:57:53 < dongs> http://www.digikey.ca/product-detail/en/STM32F429I-DISCO/497-13898-ND/4310131 2013-10-28T11:58:30 < zyp> right, that's why I didn't find it last time I were ordering 2013-10-28T11:58:43 < dongs> yeah 2013-10-28T11:58:50 < dongs> this shit happen to me a couple times few years ago 2013-10-28T11:58:56 < dongs> i'd add something to list 2013-10-28T11:59:04 < dongs> not notice it says "export controlled" 2013-10-28T11:59:08 < dongs> then order arrives 2013-10-28T11:59:09 < dongs> i WTF at where the shit is 2013-10-28T11:59:21 < dongs> i needed some citizen or sanyo or something RTC chip 2013-10-28T11:59:24 < dongs> which was fucking MADE in japan 2013-10-28T11:59:31 < dongs> but i couldnt fucking order it from digikey to ship to japan 2013-10-28T11:59:34 < dongs> insanity 2013-10-28T12:01:58 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-28T12:02:15 -!- PT_Dreamer [~quassel@59.114.108.93.rev.vodafone.pt] has quit [Ping timeout: 252 seconds] 2013-10-28T12:02:46 < trepidaciousMBR> What do they think people will do with disco boards? I've got one sat on my desk, I'm worried it's dangerous now ;) 2013-10-28T12:03:17 < dongs> it has gyro that can do > 1000 dps 2013-10-28T12:03:21 < dongs> which means you can put it in a missile 2013-10-28T12:06:43 < jpa-> also it has enough memory to store hello kitty images, and a screen to show them 2013-10-28T12:06:47 < jpa-> dangerous stuff 2013-10-28T12:06:51 < trepidaciousMBR> I would have thought that was a bit like banning cup holders because you might want to have one on your Death Star :) 2013-10-28T12:07:02 < dongs> http://tr2.cbsistatic.com/hub/i/r/2013/03/14/c6b261c4-c3a3-11e2-bc00-02911874f8c8/resize/620x465/google_chromebook_pixel_teardown_067.png?hash=0e8a9681d83108298e42bcae552231b0 tada 2013-10-28T12:07:02 < trepidaciousMBR> jpa-: True :) 2013-10-28T12:08:52 < dongs> well thats cute 2013-10-28T12:09:08 < dongs> TI's search results box suggests various combinations of TPS61188XXXX 2013-10-28T12:09:10 < dongs> but none of them result in hits 2013-10-28T12:09:14 < dongs> and tons of chinks are selling them 2013-10-28T12:09:16 < dongs> what gives? 2013-10-28T12:13:22 < dongs> http://www.ti.com/product/tps61195 maybe its old version of this? 2013-10-28T12:17:00 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-28T12:18:53 < fbs> lol 2013-10-28T12:19:07 < madist> what does the date code decode to ? 2013-10-28T12:20:09 < dongs> http://www.youtube.com/watch?v=r_8wRpgvhyg rewteeting 2013-10-28T12:20:57 < dongs> good question 2013-10-28T12:21:00 < dongs> Z8 is probly year 2013-10-28T12:38:29 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 268 seconds] 2013-10-28T12:45:47 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-28T12:47:22 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has joined ##stm32 2013-10-28T12:55:58 < Robint91> is there a nice list of STM32F4 pins 2013-10-28T12:56:23 < zyp> nicer than the datasheet? 2013-10-28T12:56:28 < Robint91> copying form that datasheet is BS 2013-10-28T12:56:41 < zyp> copying to what? 2013-10-28T12:56:53 < Robint91> some csv file 2013-10-28T12:57:01 < Robint91> so that altium can generate my symbol 2013-10-28T12:57:24 < fbs> Robint91: no vault access? 2013-10-28T12:57:32 < Robint91> fbs, no 2013-10-28T12:57:36 < fbs> u hax0r 2013-10-28T12:57:42 < Robint91> subcription is expensive 2013-10-28T12:58:00 < Robint91> fbs, I paid for my altium license 2013-10-28T12:58:01 < fbs> wonder if my access still works 2013-10-28T12:58:21 < fbs> the vault is bs anyway 2013-10-28T12:59:54 < fbs> Robint91: which one? 2013-10-28T13:00:05 < Robint91> STM32F4 2013-10-28T13:01:57 < fbs> there are quite a lot of versions 2013-10-28T13:02:10 < fbs> for some reason my vault access still seems to work, my trial ended 2 months ago 2013-10-28T13:02:21 < Robint91> fbs, http://designcontent.live.altium.com/#UnifiedComponentDetail/STMicroelectronics_STM32_F4/?search=STM32F4 2013-10-28T13:02:34 < Robint91> but nevermind no STM32F429 2013-10-28T13:02:46 < fbs> ah 2013-10-28T13:02:53 < fbs> indeed no 29 2013-10-28T13:05:30 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has quit [Ping timeout: 252 seconds] 2013-10-28T13:06:44 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Remote host closed the connection] 2013-10-28T13:06:52 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-28T13:10:26 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 245 seconds] 2013-10-28T13:17:07 < Steffanx> Robint91, get the xml files from microxplorer tool and generate a pin list ? 2013-10-28T13:19:01 < Robint91> Steffanx, but that is xml 2013-10-28T13:19:02 < Robint91> sigh 2013-10-28T13:19:22 < karlp> isn't altium meant to be so awesome it can generate footprints for you just by thinking about them? ;) 2013-10-28T13:19:50 -!- ouah [~ouah@unaffiliated/ouah] has joined ##stm32 2013-10-28T13:19:54 < ouah> hi 2013-10-28T13:19:56 < Robint91> karlp, -_- 2013-10-28T13:20:10 * Robint91 thinks i.MX6 QUAD footprint 2013-10-28T13:20:18 < Robint91> karlp, nope does not work 2013-10-28T13:20:39 < Robint91> oh hai 2013-10-28T13:20:43 < Steffanx> like i said.. generate a list from that Robint91 ;) 2013-10-28T13:20:59 < ouah> so I'm using texane/stlink on mingw on a stm32l100 with 64 kB. My code is around 32 kB. texane/stlink takes 15 seconds to flash 2013-10-28T13:21:05 < Robint91> Steffanx, I hope that PSU pins are also included 2013-10-28T13:21:11 < ouah> I found that horribly slow 2013-10-28T13:21:18 < ouah> is there something I can do to speed up the process? 2013-10-28T13:21:26 < Steffanx> It is horrible slow ;) 2013-10-28T13:21:36 < Robint91> ouah, use a jlink 2013-10-28T13:21:47 < jpa-> ouah: it's faster for me.. though i'm on linux 2013-10-28T13:22:03 < fbs> 60k in 2 sec with the stlinkv2 2013-10-28T13:22:05 < jpa-> ouah: maybe try openocd? or the ST's own tool 2013-10-28T13:22:07 < ouah> I wonder if it is related to Windows, I should try with a Linux bux 2013-10-28T13:22:09 < ouah> box 2013-10-28T13:22:14 < Steffanx> ouah, why stlink/texane on windows and not openocb 2013-10-28T13:22:23 < Steffanx> uhm, what jpa- said 2013-10-28T13:22:45 < Steffanx> probably libusb-windows related? 2013-10-28T13:22:47 < ouah> well I heard that texane/stlink was faster ;) 2013-10-28T13:23:00 < Steffanx> on linux 2013-10-28T13:23:15 < ouah> Steffanx: in the same time STM32L1 has 256 bytes pages could be related 2013-10-28T13:23:20 < jpa-> haven't seen significant difference between openocd and texane on linux 2013-10-28T13:24:12 < ouah> but the Windows ST-Link tool from ST is is only a few seconds, not 15 s 2013-10-28T13:24:44 < jpa-> ouah: how old is that texane stlink version that you have? 2013-10-28T13:24:45 < Steffanx> if you want to have a GDB server you can also use the tool that comes with atollic studio 2013-10-28T13:24:51 -!- mrcan_ [~mrcan@unaffiliated/mrcan] has joined ##stm32 2013-10-28T13:24:55 < ouah> jpa-: straight from git... 2013-10-28T13:25:00 < jpa-> Steffanx: except it is totally crap :) 2013-10-28T13:25:05 < Steffanx> it is? 2013-10-28T13:25:13 < Steffanx> "it worked for me" 2013-10-28T13:25:18 < jpa-> only works with really old gdb, and does silly stuff 2013-10-28T13:25:29 < jpa-> like forced breakpoints on some interrupts 2013-10-28T13:25:57 < Steffanx> but it's closed source .. 2013-10-28T13:26:51 -!- mrmcan [~mrcan@unaffiliated/mrcan] has quit [Ping timeout: 245 seconds] 2013-10-28T13:27:16 < ouah> the solution with gdbserver is nice for me because the build machine is Linux but most of our dev are with Windows 2013-10-28T13:27:25 < dongs> imx sucks 2013-10-28T13:27:28 < jpa-> ouah: can you pastebin the messages from texane/stlink? 2013-10-28T13:28:13 < dongs> smart developers use windows 2013-10-28T13:28:23 < Steffanx> your buildserver needs a gdb server? Or does it also run tests? 2013-10-28T13:28:24 -!- MrMobius [~Joey@91.192.67.229] has joined ##stm32 2013-10-28T13:28:27 -!- ouah [~ouah@unaffiliated/ouah] has quit [Read error: Connection reset by peer] 2013-10-28T13:28:46 < Steffanx> bye.. 2013-10-28T13:29:00 < jpa-> Steffanx: why did you reset his connection? 2013-10-28T13:29:21 -!- mrcan_ [~mrcan@unaffiliated/mrcan] has quit [Ping timeout: 245 seconds] 2013-10-28T13:29:26 < Steffanx> My dildo changer has some issues, sorry. 2013-10-28T13:33:15 < Robint91> dongs, do you use jlinks? 2013-10-28T13:33:18 -!- ouah_ [~ouah@195.81.139.13] has joined ##stm32 2013-10-28T13:34:08 < ouah_> Steffanx: the idea is the build machine is a Linux server, but the devs use a gdb-server (texane/stlink or openocd) on their Windows machine 2013-10-28T13:34:35 < dongs> Robint91: yeah i got legit -edu and one of china jlinkob boards. 2013-10-28T13:34:37 < ouah_> Steffanx: currently we use ST-Link graphical tool from ST through Samba and it is pretty fast 2013-10-28T13:34:55 < Robint91> dongs, I have ordered the normal one 2013-10-28T13:35:14 < Robint91> dongs, those things just work 2013-10-28T13:35:30 < Steffanx> ouah_, i was wondering why you need a gdb server on your build machine, i guess it does more that just compiling? 2013-10-28T13:35:42 < Steffanx> *building 2013-10-28T13:36:21 < Steffanx> whatever, not relevant :P 2013-10-28T13:36:56 < ouah_> no, no, gdb client on build machine and gdb servers on developpers hosts machines 2013-10-28T13:37:16 < Steffanx> Ah. 2013-10-28T13:38:29 < jpa-> ouah_: from the texane/stlink output, you can see if the flash loader program is working or if it falls back to word-by-word writing 2013-10-28T13:38:46 < ouah_> jpa-: stlink log: http://pastebin.com/4dqAQPrR (notice that stdout and stderr are mixed in the output) 2013-10-28T13:38:58 < ouah_> jpa-: looks like it is writing page by page 2013-10-28T13:40:40 < jpa-> hmm.. i wonder why it comes across as separate requests for each page 2013-10-28T13:41:31 < jpa-> IIRC i usually see only one bunch of those messages 2013-10-28T13:42:18 < ouah_> I think I should try the Linux version and compare the output 2013-10-28T13:42:40 < ouah_> jpa-: did you ever tried with a STM32L1 ? 2013-10-28T13:42:53 < jpa-> yeah, i use stm32l1 most of the time 2013-10-28T13:43:05 < jpa-> though i usually flash with st-flash instead of through gdb 2013-10-28T13:43:25 < ouah_> I can also try st-flash to compare 2013-10-28T13:53:58 -!- qyx__ [~qyx@krtko.org] has joined ##stm32 2013-10-28T13:54:09 -!- Sync_ [~foobar@sync-hv.de] has quit [Read error: Operation timed out] 2013-10-28T13:54:10 -!- qyx_ [~qyx@krtko.org] has quit [Read error: Operation timed out] 2013-10-28T13:54:10 -!- grummund [~user@unaffiliated/grummund] has quit [Read error: Operation timed out] 2013-10-28T13:54:17 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-28T14:09:11 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 272 seconds] 2013-10-28T14:09:25 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-28T14:21:06 -!- qyx__ is now known as qyx_ 2013-10-28T14:40:42 -!- ouah_ [~ouah@195.81.139.13] has quit [Quit: leaving] 2013-10-28T14:41:15 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Ping timeout: 245 seconds] 2013-10-28T14:42:06 < Laurenceb> http://www.bbc.co.uk/news/uk-england-24659562 2013-10-28T14:42:08 < Laurenceb> lolling 2013-10-28T14:46:29 < Laurenceb> https://www.sparkfun.com/products/12042 2013-10-28T14:46:36 < Laurenceb> a useful product O_o 2013-10-28T14:48:01 -!- ouah [~ouah@unaffiliated/ouah] has joined ##stm32 2013-10-28T14:49:00 < ouah> jpa-: how long approximatively does a "st-flash erase" takes? 2013-10-28T14:49:38 < jpa-> a few seconds IIRC 2013-10-28T14:49:39 < ouah> jpa-: on a Linux (in a VM) on my side it takes 62 seconds (L1 chip with 64 kB flash)... 2013-10-28T14:51:17 < jpa-> huh.. i've used texane in virtualbox without much trouble 2013-10-28T14:51:26 < jpa-> maybe the newest git version is broken once again ;) 2013-10-28T14:51:47 < Laurenceb> wtf 2013-10-28T14:51:58 < Laurenceb> i can erase an F1 in 9 seconds 2013-10-28T14:52:16 < PaulFertser> I flash L152 with openocd (without explicit erase), it takes several seconds. 2013-10-28T14:52:32 < Laurenceb> yeah 2013-10-28T14:53:48 < PaulFertser> L1 needs additional configuration right after reset to enable HSI and switch to it, then you can crank up jtag speed to 2MHz. 2013-10-28T14:54:22 < PaulFertser> (performed automatically when one does "reset init") 2013-10-28T14:57:02 < ouah> well I guess I should try also openocd, any link with a openocd "config" file for a STM32L1? 2013-10-28T14:57:13 < jpa-> comes with openocd 2013-10-28T14:57:20 < ouah> good:) 2013-10-28T14:57:33 < jpa-> i use openocd -f interface/stlink-v1.cfg -f target/stm32lx_stlink.cfg 2013-10-28T14:58:25 < ouah> thx will try 2013-10-28T14:58:54 < zyp> 12:38:29 < jpa-> ouah_: from the texane/stlink output, you can see if the flash loader program is working or if it falls back to word-by-word writing 2013-10-28T14:58:57 < jpa-> (port for gdb is 3333) 2013-10-28T14:59:00 < zyp> does it even use a flashloader for L1? 2013-10-28T14:59:33 < jpa-> zyp: well atleast it says "Successfully loaded flash loader in sram" 2013-10-28T15:01:19 < zyp> when I wrote L1 support for bmp I figured using a flashloader wouldn't have any benefit, since L1 flash controller doesn't have any status bits that has to be polled between each word 2013-10-28T15:02:15 < jpa-> yeah.. the L1 flash controller is a bit funny, haven't studied the details 2013-10-28T15:02:31 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 265 seconds] 2013-10-28T15:03:06 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-28T15:03:41 < zyp> as I understand it, it uses the wait state flow control mechanism of the bus to delay transactions when it's busy 2013-10-28T15:04:18 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-28T15:11:43 -!- talsit1 [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-28T15:12:22 -!- ntfreak_ [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-28T15:12:22 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Ping timeout: 246 seconds] 2013-10-28T15:12:48 < fbs> any recommendations for a disas (like ida) but not as expensive 2013-10-28T15:12:52 < fbs> ive found hopperapp 2013-10-28T15:13:02 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Remote host closed the connection] 2013-10-28T15:13:16 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Ping timeout: 268 seconds] 2013-10-28T15:13:18 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-28T15:23:06 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-28T15:24:17 -!- Activate_for_mor [~mirggi@host-122-159-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-28T15:25:14 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 265 seconds] 2013-10-28T15:29:02 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-28T15:29:12 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Read error: Connection reset by peer] 2013-10-28T15:30:47 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-28T15:37:51 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Remote host closed the connection] 2013-10-28T15:43:00 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-28T15:43:06 < ouah> ok to flash a 33 kB FW on a L1: texane/st-link on MinGW: flash time 16s, openocd on Linux (in a vm): 23s 2013-10-28T15:43:11 < ouah> that sux:) 2013-10-28T15:43:46 < Steffanx> time to try without a vm :) 2013-10-28T15:44:51 < ouah> I have the feeling this has nothing to do with the vm, but could be worth a try 2013-10-28T15:45:10 < fbs> is the v1 so much slower? 2013-10-28T15:45:13 < zyp> wonder how bmp would compare to that 2013-10-28T15:46:13 < ouah> I have a stlink/v2 btw not a v1 2013-10-28T15:46:22 < fbs> wrote 55296 bytes from file build/hedgehok_controller.bin in 3.036089s (17.786 KiB/s) 2013-10-28T15:46:24 < fbs> verified 54424 bytes in 0.669119s (79.430 KiB/s) 2013-10-28T15:46:37 < fbs> for a f0 discovery board 2013-10-28T15:47:49 < zyp> you can't compare jtag adapters across families, f0 and l1 have completely different flash controllers 2013-10-28T15:48:52 < fbs> still 8x slower seems weird 2013-10-28T15:50:59 < ouah> zyp: in the present case I think it has nothing to do with the controller, using ST-Link tool from ST it is 3x faster with the L1 2013-10-28T15:51:01 < qyx_> i was able to do ~20kB/s on L1 if i remember correctly 2013-10-28T15:51:51 < qyx_> or maybe not 2013-10-28T15:51:53 < qyx_> wrote 8192 bytes from file build/ch.hex in 0.656649s (12.183 KiB/s) 2013-10-28T15:52:05 < fbs> try a larger file 2013-10-28T15:52:38 < qyx_> don't have any 2013-10-28T15:52:39 < qyx_> oh, wait 2013-10-28T15:52:58 -!- PT_Dreamer [~quassel@59.114.108.93.rev.vodafone.pt] has joined ##stm32 2013-10-28T15:53:18 < zyp> http://xob.kapsi.fi/~jpa/stm32/2012-10.log, scroll down to 2012-10-25T21:32:46 2013-10-28T15:55:35 < qyx_> ok, so i get arount 12KB/s on L152 with 8K image 2013-10-28T15:55:38 < qyx_> around 2013-10-28T15:55:45 < qyx_> using openocd 2013-10-28T15:56:13 < zyp> ok, interesting 2013-10-28T15:56:30 < fbs> seems similar to what i got on my f0disco and f4disco using openocd linux 2013-10-28T15:56:42 < zyp> f4 is way faster 2013-10-28T15:57:12 < qyx_> flashing F1 using F4 discovery's stlink2 is about 2013-10-28T15:57:13 < qyx_> wrote 110592 bytes from file build/ch.hex in 4.729405s (22.836 KiB/s) 2013-10-28T15:57:29 < zyp> sounds about right 2013-10-28T15:58:27 < fbs> using a 3k file i only get 10K tho 2013-10-28T15:58:35 < zyp> I think I saw the bootloader I wrote for F3 a few days ago do around 24 kB/s 2013-10-28T15:58:41 < qyx_> even with ftdi dongle i got similar speeds using openocd, so there's probably something very wrong if you get only ~3KB/s 2013-10-28T15:58:51 < zyp> and F3 is using the same flash controller as F1 2013-10-28T16:00:08 -!- ouah [~ouah@unaffiliated/ouah] has quit [Read error: Connection reset by peer] 2013-10-28T16:00:15 < fbs> 3KB/s on a l1 with 384K would be sad 2013-10-28T16:00:19 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-28T16:01:45 < dongie> dont make me get my jlink out and show you what pro tools do 2013-10-28T16:01:51 < fbs> do it 2013-10-28T16:01:51 < qyx_> do that 2013-10-28T16:02:12 < zyp> I'd be interested in knowing what jlink does on L1 and F3 2013-10-28T16:02:35 < fbs> hmm seems like compiling the stdlib with -f*-sections frees 8K, oops 2013-10-28T16:04:16 -!- ouah [~ouah@195.81.139.13] has joined ##stm32 2013-10-28T16:04:16 -!- ouah [~ouah@195.81.139.13] has quit [Changing host] 2013-10-28T16:04:16 -!- ouah [~ouah@unaffiliated/ouah] has joined ##stm32 2013-10-28T16:04:19 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-28T16:05:34 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Ping timeout: 246 seconds] 2013-10-28T16:06:22 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-28T16:07:22 -!- GargantuaSauce_ [~sauce@blk-252-19-214.eastlink.ca] has quit [Remote host closed the connection] 2013-10-28T16:07:23 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-28T16:07:33 -!- talsit1 [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Ping timeout: 252 seconds] 2013-10-28T16:08:15 -!- GargantuaSauce [~sauce@blk-252-19-214.eastlink.ca] has joined ##stm32 2013-10-28T16:10:46 < dongie> Programming target (262144 bytes, 1 range) ... - RAM tested O.K. - Target programmed successfully - Completed after 10.693 sec 2013-10-28T16:11:03 < dongie> F303CC 2013-10-28T16:11:05 < dongie> full chip 2013-10-28T16:12:09 < fbs> so 262k in 10sec? 2013-10-28T16:12:16 < dongie> right 2013-10-28T16:12:30 < gxti> so 24kbps, same as opensores (when it's not failing) 2013-10-28T16:13:43 < dongie> Programming target (262144 bytes, 1 range) ... - RAM tested O.K. - Target programmed successfully - Completed after 9.498 sec 2013-10-28T16:13:46 < dongie> swd speed at 12mhz 2013-10-28T16:13:48 < dongie> but yeah. 2013-10-28T16:14:15 < zyp> that's around the same as my F3 bootloader does 2013-10-28T16:14:55 < dongie> well, i'd imagine at this point its just flash write speed 2013-10-28T16:15:04 < zyp> yeah 2013-10-28T16:15:13 < zyp> well, erase speed rather 2013-10-28T16:15:30 < dongie> erase takes 0.8 sec here. 2013-10-28T16:15:34 < dongie> full chiperase. 2013-10-28T16:15:52 < dongie> - Erase operation completed successfully - Completed after 4.205 sec 2013-10-28T16:15:54 < dongie> full sector erase 2013-10-28T16:17:01 < zyp> IIRC flash write is able to keep up with the 64bytes per msec rate of my HID transport, but the page erase for every 2k generates a gap of some ms 2013-10-28T16:17:20 -!- madis_ [~madist@unaffiliated/madist] has joined ##stm32 2013-10-28T16:17:52 < zyp> oh, wait, I'm thinking wrong, HID OUT is using control transport, so 64 bytes per msec doesn't apply 2013-10-28T16:18:18 < zyp> oh well 2013-10-28T16:19:18 < zyp> I'm still dicking around with firmware of 5k or so, so it's not like speed matters :p 2013-10-28T16:20:28 < zyp> dongie, did you read I found out what was wrong with the board that didn't pass tests? 2013-10-28T16:20:39 -!- madist [~madist@unaffiliated/madist] has quit [Ping timeout: 272 seconds] 2013-10-28T16:20:50 < zyp> one of the pullup resistors were physically broken and came off in two pieces when I desoldered it 2013-10-28T16:21:12 < qyx_> china resistors! 2013-10-28T16:21:36 < dongie> on cool 2013-10-28T16:21:38 < dongie> *oh 2013-10-28T16:21:45 < dongie> did they mash it int oa board or something? 2013-10-28T16:21:48 < dongie> can't say i ever seen that happen 2013-10-28T16:22:07 < zyp> no, me neither 2013-10-28T16:22:09 < dongie> so only one fail out of entire batch? 2013-10-28T16:22:21 < zyp> I've only tested 30 so far 2013-10-28T16:22:28 < zyp> but yes, that's the only fail so far 2013-10-28T16:25:09 -!- Activate_for_mor [~mirggi@host-58-159-66-217.spbmts.ru] has joined ##stm32 2013-10-28T16:27:39 < dongie> http://unitednuclear.com/index.php?main_page=product_info&cPath=29_54&products_id=783 2013-10-28T16:36:09 < Laurenceb> nice 2013-10-28T16:36:15 < Laurenceb> suitable for bionerd23 2013-10-28T16:42:45 -!- Activate_for_mor [~mirggi@host-58-159-66-217.spbmts.ru] has quit [Ping timeout: 252 seconds] 2013-10-28T16:43:46 -!- DanteA [~X@host-28-152-66-217.spbmts.ru] has joined ##stm32 2013-10-28T16:46:27 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-28T16:48:15 -!- DanteA [~X@host-28-152-66-217.spbmts.ru] has quit [Ping timeout: 252 seconds] 2013-10-28T16:52:49 < Steffanx> So your favourite ublox goes cm-3 Laurenceb .. 2013-10-28T16:54:34 < zyp> Steffanx, hmm? 2013-10-28T16:54:51 -!- madis_ [~madist@unaffiliated/madist] has quit [Ping timeout: 272 seconds] 2013-10-28T16:55:01 < Steffanx> nah, just some board with some cortex-m3 stuff .. http://www.u-blox.com/en/evaluation-tools-a-software/reference-designs/for-wireless-modules/c027-internet-of-things-kit.html 2013-10-28T16:56:22 < dongie> internet of dicks 2013-10-28T16:56:32 < Steffanx> *for 2013-10-28T16:56:35 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-28T16:56:37 < dongie> mbed... 2013-10-28T16:59:12 -!- DanteA [~X@host-28-157-66-217.spbmts.ru] has joined ##stm32 2013-10-28T16:59:42 < Steffanx> And 89 euro gsm/gprs and 119e for 3g ... 2013-10-28T17:00:11 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 272 seconds] 2013-10-28T17:00:14 < dongie> how much for LTE??? 2013-10-28T17:00:39 < Steffanx> You have to call your local ublox contact for LTE 2013-10-28T17:00:43 < Steffanx> No i dont know :P 2013-10-28T17:00:52 < Laurenceb> is that some tarduino p[in headers? 2013-10-28T17:01:01 < dongie> yes 2013-10-28T17:01:10 < dongie> mbed = tarduino for cortex 2013-10-28T17:01:11 < Laurenceb> lolz 2013-10-28T17:01:17 < dongie> fyucking stupid shit 2013-10-28T17:01:19 -!- ouah [~ouah@unaffiliated/ouah] has quit [Quit: leaving] 2013-10-28T17:01:26 < dongie> http://www.theregister.co.uk/2013/10/28/lg_google_nexus_5_out_friday/ 2013-10-28T17:01:27 -!- Robint91 [~Robint91_@2a02:2c40:400:0:4047:2619:d9d8:6a30] has quit [Ping timeout: 252 seconds] 2013-10-28T17:01:30 < Laurenceb> perfect for hab 2013-10-28T17:01:51 < dongie> < Laurenceb> perfect for homo 2013-10-28T17:01:53 < dongie> fix'd 2013-10-28T17:02:16 < gxti> excited about the new lunix phablet huh dongie 2013-10-28T17:02:29 < dongie> its smaller than dixus4. 2013-10-28T17:02:32 < dongie> hardly a faglet. 2013-10-28T17:02:32 < Laurenceb> what price? 2013-10-28T17:02:37 < Laurenceb> for CO27 2013-10-28T17:02:41 < dongie> wuat 2013-10-28T17:03:09 < Steffanx> C027 Laurenceb ;) 2013-10-28T17:03:18 < Steffanx> My sources told me: 89 euro gsm/gprs and 119e for 3g ... 2013-10-28T17:03:44 < Laurenceb> eww 2013-10-28T17:03:47 -!- Robint91 [~Robint91_@2a02:2c40:400:0:fd58:6f85:2e69:3b03] has joined ##stm32 2013-10-28T17:04:31 < Steffanx> Yes, not suitable for hab :P 2013-10-28T17:04:41 < gxti> that's a pretty good price for a ublox board 2013-10-28T17:04:47 < gxti> normally they start at like 200 2013-10-28T17:04:55 < dongie> cuz tarduino 2013-10-28T17:06:08 < Laurenceb> 2.3GHz quad core 2013-10-28T17:06:09 < Laurenceb> wtf 2013-10-28T17:06:11 < Steffanx> and it seems ARM is involved in this product. 2013-10-28T17:06:33 < dongie> wait what 2013-10-28T17:06:44 < Steffanx> in that ublox thing. 2013-10-28T17:08:56 < Steffanx> They should've made it a ks project. Dongs would be totally happy. 2013-10-28T17:10:05 < Laurenceb> wtf 2013-10-28T17:10:06 < Laurenceb> http://www.flickr.com/photos/bionerd/8532530710/in/photostream/ 2013-10-28T17:12:10 < karlp> laurence is in love 2013-10-28T17:13:24 < Laurenceb> fapfapfap 2013-10-28T17:14:36 < Laurenceb> http://imgur.com/Slor2PQ 2013-10-28T17:15:51 -!- Inrelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-28T17:19:19 -!- DanteA [~X@host-28-157-66-217.spbmts.ru] has quit [Ping timeout: 265 seconds] 2013-10-28T17:20:30 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-28T17:23:35 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-28T17:24:40 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 246 seconds] 2013-10-28T17:26:34 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-28T17:41:09 < dongie> http://www.kickstarter.com/projects/1883701526/matchboxarm still no updates 2013-10-28T17:41:32 < dongie> Estimated delivery: Sep 2013 2013-10-28T17:41:49 < zyp> maybe it'll ship in march 2013-10-28T17:41:51 < emeb_mac> caveat emptor 2013-10-28T17:41:59 < dongie> why march 2013-10-28T17:42:08 < zyp> because kickstarter 2013-10-28T17:42:15 < dongie> more like 2013-10-28T17:42:18 < dongie> because openvizsla 2013-10-28T17:42:23 < zyp> haha 2013-10-28T17:42:39 < dongie> http://www.indiegogo.com/projects/mu-thermal-camera-a-great-tool-to-save-on-energy-costs?c=activity also this 2013-10-28T17:42:43 < dongie> ohhh 2013-10-28T17:42:46 < dongie> another announcement 2013-10-28T17:44:04 < zyp> hmm, I'm still waiting on the parallella 2013-10-28T17:44:08 < zyp> «may 2013» 2013-10-28T17:44:22 < Steffanx> At least not everyone is as impatient as dongie :) 2013-10-28T17:44:43 < dongie> whats delaying that one? 2013-10-28T17:44:47 < zyp> on the other hand, I still haven't even tried using the bladerf yet :p 2013-10-28T17:44:52 * emeb_mac is waiting for a zybo. not behind schedule yet tho 2013-10-28T17:44:55 < dongie> Update #41 Oct 13, 2013 2013-10-28T17:44:56 < dongie> Shipment Delays 2013-10-28T17:45:07 < dongie> Not sure where to start. The last couple of months have been a disaster and I am disappointed to report that we are still weeks away from being able to ship the final Parallella products. What went wrong? Well, pretty much everything. 2013-10-28T17:45:12 < dongie> LOL 2013-10-28T17:45:13 < Steffanx> but zybo is not a ks project is it emeb_mac? 2013-10-28T17:45:23 < emeb_mac> Steffanx: that's right. 2013-10-28T17:45:34 < emeb_mac> full-up commercial product due in Dec 2013-10-28T17:45:46 < emeb_mac> but still pre-ordered. 2013-10-28T17:46:47 < emeb_mac> ks should be renamed "introduction to reality for prospective hardware manufacturers" 2013-10-28T17:47:06 < emeb_mac> and their customers 2013-10-28T17:48:30 < zyp> :) 2013-10-28T17:48:51 < dongie> also, cocks. 2013-10-28T17:49:32 < emeb_mac> because honestly, what _isn't_ better without those. 2013-10-28T17:50:36 < BrainDamage> venereal diseases spreading stats 2013-10-28T17:52:41 < emeb_mac> sounds like that old joke about how religious fundamentalists who said aids was a punishment from god didn't realize that the implication of that was lesbians were god's chosen people. 2013-10-28T17:54:23 -!- alexn [~alexn@93.104.205.194] has left ##stm32 ["Leaving"] 2013-10-28T17:56:56 < dongie> hm 2013-10-28T17:57:05 < dongie> parallella blog claimssome chip tehy used became nrnd 2013-10-28T17:57:12 < dongie> "despite our whining to vendor' 2013-10-28T17:57:20 < dongie> I dont really seee anything there that can't be replaced by anythign else 2013-10-28T17:57:25 < dongie> https://github.com/parallella/parallella-hw/blob/master/gen0/bom/parallella_gen0_e16_z7020_bom.xls 2013-10-28T17:57:43 < dongie> couldn't be DDR3.. 2013-10-28T17:57:46 < dongie> HDMI thing is OK 2013-10-28T17:57:49 < dongie> marvell shit duno 2013-10-28T17:58:25 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-28T17:58:43 < Thorn> https://github.com/openvizsla/ov_ftdi/commits/master <- 1 commit during the last month 2013-10-28T17:59:30 < dongie> they switched from XMOS to some other trash 2013-10-28T17:59:32 < dongie> now they're fucked 2013-10-28T17:59:37 < dongie> and ithink they're now coding FPGA shit in python 2013-10-28T18:00:51 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has quit [Ping timeout: 252 seconds] 2013-10-28T18:01:23 -!- MrMobius [~Joey@91.192.67.229] has quit [Quit: HydraIRC -> http://www.hydrairc.com <-] 2013-10-28T18:01:28 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has joined ##stm32 2013-10-28T18:03:14 < dongie> "key single source part" 2013-10-28T18:03:32 < dongie> key = zync, ethernet phy, usb shit... etc... 2013-10-28T18:03:39 < dongie> but i dont see anything on bom that's EOL??? 2013-10-28T18:04:41 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-28T18:11:04 -!- MrMobius [~Joey@91.192.67.227] has joined ##stm32 2013-10-28T18:11:14 < dongie> bed 2013-10-28T18:12:17 < karlp> not eol, just nrnd 2013-10-28T18:12:24 < karlp> shouldn't stop them from doing anything 2013-10-28T18:13:02 -!- MrMobius [~Joey@91.192.67.227] has quit [Client Quit] 2013-10-28T18:13:17 < dongie> what is it tho 2013-10-28T18:14:28 < gxti> while mu has been fucking around, flir released a real imager for something like $1000 that is hackable to high res and framerate 2013-10-28T18:14:47 < gxti> but it doesn't matter because mu is a scam anyway 2013-10-28T18:15:05 < dongie> gxti: they evne linked to flir shit in one of hteir updats. 2013-10-28T18:15:22 < dongie> Right now, our hardware design is complete, and we are working on our image processing software. This is without a doubt the most repetitive and tedious portion of the project. Constant changes to the imaging filter and Non-Uniformity Correction filter in order to produce a truly high quality image. 2013-10-28T18:20:41 -!- alan5_ [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-28T18:24:18 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Ping timeout: 245 seconds] 2013-10-28T18:32:35 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-28T18:35:47 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-28T18:36:52 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-28T18:39:44 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-28T18:42:18 -!- trepidaciousMBR_ [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-28T18:44:25 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 272 seconds] 2013-10-28T18:44:25 -!- trepidaciousMBR_ is now known as trepidaciousMBR 2013-10-28T18:44:28 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 240 seconds] 2013-10-28T18:44:55 -!- alan5_ [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 260 seconds] 2013-10-28T18:48:00 -!- MrMobius [~Joey@91.192.67.231] has joined ##stm32 2013-10-28T18:53:28 < BrainDamage> reblogging: https://github.com/mattdiamond/fuckitjs 2013-10-28T18:54:16 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-28T19:04:50 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-28T19:11:11 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-28T19:12:07 -!- MrMobius [~Joey@91.192.67.231] has quit [Ping timeout: 246 seconds] 2013-10-28T19:16:50 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-28T19:17:51 -!- Robint91 [~Robint91_@2a02:2c40:400:0:fd58:6f85:2e69:3b03] has quit [Ping timeout: 252 seconds] 2013-10-28T19:19:10 -!- MrMobius [~Joey@194.176.111.155] has joined ##stm32 2013-10-28T19:20:16 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-28T19:20:36 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Ping timeout: 245 seconds] 2013-10-28T19:21:49 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-28T19:28:03 -!- DanteA [~X@host-92-157-66-217.spbmts.ru] has joined ##stm32 2013-10-28T19:32:28 -!- DanteA [~X@host-92-157-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-28T19:38:17 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-28T19:39:59 -!- barthess [~barthess@178.154.109.112] has joined ##stm32 2013-10-28T19:59:39 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-28T20:06:52 -!- Nutter [~Nutter@199-195-151-246.dyn.novuscom.net] has quit [Disconnected by services] 2013-10-28T20:06:57 -!- Nutter` [~Nutter@199.195.151.246] has joined ##stm32 2013-10-28T20:08:07 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-28T20:08:08 -!- alan5_ [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-28T20:11:43 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 272 seconds] 2013-10-28T20:27:30 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Remote host closed the connection] 2013-10-28T20:31:14 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has joined ##stm32 2013-10-28T20:31:28 < DanielHolth> "fascinating" how arm-none-eabi-gdb crashes when you use -g3 2013-10-28T20:33:03 < jpa-> doesn't do that for me 2013-10-28T20:33:11 < GargantuaSauce> what version? 2013-10-28T20:33:12 < jpa-> the .o files tend to be huge though :) 2013-10-28T20:34:09 < DanielHolth> 4-7-2013q3-0 2013-10-28T20:34:21 < fbs> gdb or gcc? 2013-10-28T20:34:26 < DanielHolth> gdb 2013-10-28T20:34:49 < fbs> oh like that 2013-10-28T20:34:50 < jpa-> that's not a gdb version AFAIK 2013-10-28T20:35:08 < fbs> nvm, i gdb crashes with gcc -g3, not with gdb -3g 2013-10-28T20:35:09 < jpa-> is that some codesourcery package? 2013-10-28T20:35:19 < DanielHolth> it's called gcc arm embedded 2013-10-28T20:35:26 < jpa-> launchpad? 2013-10-28T20:35:30 < DanielHolth> that one 2013-10-28T20:35:43 < jpa-> ok :) 2013-10-28T20:36:35 < jpa-> i haven't upgraded in a while, maybe that's why it works for me 2013-10-28T20:36:51 < jpa-> (with gdb 7.4.1) 2013-10-28T20:37:18 < fbs> seems to work here with 7.4.1.20130913-cvs 2013-10-28T20:37:24 < fbs> (launchpad) 2013-10-28T20:37:29 < gxti> what exactly is "gdb -g3" supposed to do? 2013-10-28T20:37:41 < fbs> gcc -g3 2013-10-28T20:37:46 < gxti> that's not what he said 2013-10-28T20:37:50 -!- MrMobius [~Joey@194.176.111.155] has quit [Quit: Try HydraIRC -> http://www.hydrairc.com <-] 2013-10-28T20:37:52 < DanielHolth> the trick is that it does not segfault on all code 2013-10-28T20:37:58 < DanielHolth> -g3 adds macro debugging info 2013-10-28T20:38:04 < fbs> gdb crashes when you use gcc -g3 2013-10-28T20:38:10 < gxti> ok. 2013-10-28T20:38:21 < DanielHolth> anyway I would have appreciated knowing that three weeks ago :-) 2013-10-28T20:38:31 < gxti> i've not had GAE crash, i did have TNT crash but a later build fixed it. 2013-10-28T20:38:53 < gxti> i use -ggdb3 though, which ought to be identical but i don't really know 2013-10-28T20:48:59 < GargantuaSauce> i use GNU gdb (Linaro GDB) 7.6-2013.05 and compile with -g3 and have never had a crash 2013-10-28T20:50:14 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Ping timeout: 240 seconds] 2013-10-28T20:50:15 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 252 seconds] 2013-10-28T20:54:05 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Remote host closed the connection] 2013-10-28T20:55:46 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-28T20:57:47 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-28T21:00:33 < scrts> maybe someone here use orcad? 2013-10-28T21:04:44 -!- MrMobius [~Joey@194.176.111.176] has joined ##stm32 2013-10-28T21:06:26 -!- DanielHolth [~dholth@ip98-180-40-196.ga.at.cox.net] has quit [Quit: Leaving] 2013-10-28T21:13:17 -!- alexn [~alexn@pD95E9EFC.dip0.t-ipconnect.de] has joined ##stm32 2013-10-28T21:13:51 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-28T21:17:04 -!- Inrelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-28T21:18:49 -!- MrMobius [~Joey@194.176.111.176] has quit [Ping timeout: 246 seconds] 2013-10-28T21:19:36 -!- MrMobius [~Joey@194.176.111.181] has joined ##stm32 2013-10-28T21:24:36 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-28T21:30:38 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has quit [Ping timeout: 272 seconds] 2013-10-28T21:31:28 -!- jaeckel [~jaeckel@unaffiliated/jaeckel] has joined ##stm32 2013-10-28T21:32:31 -!- barthess [~barthess@178.154.109.112] has quit [Ping timeout: 272 seconds] 2013-10-28T21:33:09 -!- scrts_ [~quassel@46.17.57.19] has joined ##stm32 2013-10-28T21:33:10 -!- mervaka [~mervaka@mervaka.co.uk] has quit [Ping timeout: 272 seconds] 2013-10-28T21:33:13 -!- mervaka_ [~mervaka@mervaka.co.uk] has joined ##stm32 2013-10-28T21:33:47 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Ping timeout: 272 seconds] 2013-10-28T21:33:49 -!- scrts_ [~quassel@46.17.57.19] has quit [Changing host] 2013-10-28T21:33:49 -!- scrts_ [~quassel@unaffiliated/scrts] has joined ##stm32 2013-10-28T21:34:26 -!- scrts [~quassel@unaffiliated/scrts] has quit [Ping timeout: 272 seconds] 2013-10-28T21:36:11 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-28T21:36:13 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has joined ##stm32 2013-10-28T21:38:05 -!- barthess [~barthess@178.154.109.112] has joined ##stm32 2013-10-28T21:39:18 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-28T21:42:15 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 260 seconds] 2013-10-28T21:42:22 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-28T21:44:05 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 248 seconds] 2013-10-28T21:46:49 -!- madist [~madist@unaffiliated/madist] has quit [Ping timeout: 272 seconds] 2013-10-28T21:53:14 -!- alexn [~alexn@pD95E9EFC.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-28T22:01:56 -!- MrM0bius [~Joey@194.176.111.181] has joined ##stm32 2013-10-28T22:02:55 -!- MrMobius [~Joey@194.176.111.181] has quit [Ping timeout: 246 seconds] 2013-10-28T22:03:52 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-28T22:06:10 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-28T22:11:11 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-28T22:13:57 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 248 seconds] 2013-10-28T22:18:16 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Read error: Connection reset by peer] 2013-10-28T22:18:23 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-28T22:21:53 -!- barthess [~barthess@178.154.109.112] has quit [Ping timeout: 265 seconds] 2013-10-28T22:23:08 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 240 seconds] 2013-10-28T22:31:01 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 248 seconds] 2013-10-28T22:33:04 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has quit [Ping timeout: 246 seconds] 2013-10-28T22:39:40 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has joined ##stm32 2013-10-28T22:53:14 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-28T22:56:27 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-28T22:57:20 -!- forrestv [~forrestv@207.12.89.39] has quit [Ping timeout: 246 seconds] 2013-10-28T22:57:59 -!- forrestv [~forrestv@207.12.89.39] has joined ##stm32 2013-10-28T23:12:33 -!- dfletcher__ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-28T23:13:46 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-28T23:14:08 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-28T23:14:47 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-28T23:15:17 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 248 seconds] 2013-10-28T23:18:01 -!- alan5_ [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 272 seconds] 2013-10-28T23:24:02 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-28T23:25:36 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-28T23:34:16 -!- MrM0bius [~Joey@194.176.111.181] has quit [Ping timeout: 246 seconds] 2013-10-28T23:35:29 < Tectu> TIM1_CH1N is just TIM1_CH1 inverted, right? 2013-10-28T23:35:51 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-28T23:37:38 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 245 seconds] 2013-10-28T23:38:01 -!- serserar [~quassel@81.202.236.209] has joined ##stm32 2013-10-28T23:38:23 -!- Vutral [~ss@vutral.net] has joined ##stm32 2013-10-28T23:38:23 -!- Vutral [~ss@vutral.net] has quit [Changing host] 2013-10-28T23:38:23 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-28T23:40:28 < Tectu> I love when people fire a 10MHz PWM at an LED and wonder that it does not "glow" :P 2013-10-28T23:44:20 < Laurenceb__> huh? 2013-10-28T23:44:31 -!- MrMobius [~Joey@194.176.111.169] has joined ##stm32 2013-10-28T23:44:34 < Laurenceb__> due to the capacitance? 2013-10-28T23:44:44 < Laurenceb__> ive never actually tried this 2013-10-28T23:44:52 < Laurenceb__> i guess it would depend on the output driver 2013-10-28T23:44:56 < fbs> hmm lets try 2013-10-28T23:45:36 < madist> 10MHz ? probably track inductance on the pcb. 2013-10-28T23:51:45 -!- Posterdati [~kvirc@host89-217-dynamic.46-79-r.retail.telecomitalia.it] has quit [Excess Flood] 2013-10-28T23:51:54 < Tectu> Laurenceb__, done: http://ugfx.org/news 2013-10-28T23:52:09 -!- Posterdati [~kvirc@host89-217-dynamic.46-79-r.retail.telecomitalia.it] has joined ##stm32 2013-10-28T23:53:11 < GargantuaSauce> madist i think you're off by an order of magnitude, i've done 40MHz serial through a breadboard! 2013-10-28T23:53:40 < Laurenceb__> nice work 2013-10-28T23:53:46 < Laurenceb__> that was fast Tectu 2013-10-28T23:53:53 < Tectu> Laurenceb__, thanks 2013-10-28T23:53:56 < madist> GargantuaSauce: 40MHz isn't supposed to work on a breadboard 2013-10-28T23:54:09 < GargantuaSauce> well excuse me for breaking the rules 2013-10-28T23:54:12 < Tectu> GargantuaSauce, please define "worked" here 2013-10-28T23:54:21 < GargantuaSauce> successful bidirectional communication? 2013-10-28T23:54:25 < Tectu> I bet the signal quality was horrible 2013-10-28T23:54:30 < Tectu> Laurenceb__, thanks. 2013-10-28T23:54:35 < GargantuaSauce> well i didn't notice any errors 2013-10-28T23:54:43 < Tectu> Laurenceb__, well, it's really just a small preparation release before the big 2.0 release within the following two months. 2013-10-28T23:54:57 < Laurenceb__> so does it support F429-discovery yet? 2013-10-28T23:55:05 < Laurenceb__> i forgoet the LCD controller on that board 2013-10-28T23:55:09 < Tectu> Laurenceb__, no - working on that next week. 2013-10-28T23:55:27 < Laurenceb__> ok cool 2013-10-28T23:55:28 < Tectu> Laurenceb__, Giovanni is currently working on the port (it's theoretically finished, just a few bugs). 2013-10-28T23:55:43 < Tectu> and writing the µGFX drivers shouldn't take more than a day or two 2013-10-28T23:56:20 < Tectu> Laurenceb__, btw, how is the storm thing going? 2013-10-28T23:56:39 < Laurenceb__> wut storm 2013-10-28T23:56:39 < emeb> w00t! loading data from SD card -> internal flash works on my F303 2013-10-28T23:56:44 < Laurenceb__> there is no storm now 2013-10-28T23:56:49 < Laurenceb__> emeb: nice 2013-10-28T23:56:56 < Laurenceb__> i need to get that running on F1 2013-10-28T23:57:00 < Tectu> Laurenceb__, I heard/saw some really crappy storm things in the UK yesterday or so 2013-10-28T23:57:03 < Laurenceb__> heh 2013-10-28T23:57:08 < Laurenceb__> only for the south coast 2013-10-28T23:57:11 < Tectu> ah 2013-10-28T23:57:13 < Laurenceb__> many miles away from me 2013-10-28T23:57:15 < Tectu> and you're living where? 2013-10-28T23:57:22 < Laurenceb__> it was like 5mph here - Derby 2013-10-28T23:57:22 < emeb> It's a lot simpler than I first thought - thanks to dongs & dekar for setting me straight on that. 2013-10-28T23:57:31 < Tectu> I see 2013-10-28T23:57:44 < Tectu> emeb, you should get both of them some thankyou-wine 2013-10-28T23:57:56 < Laurenceb__> troll-wine 2013-10-28T23:58:00 < emeb> I thought I'd have to shut off all ISRs & DMA, but it's OK to just program. 2013-10-28T23:58:07 < emeb> with everything still running 2013-10-28T23:58:19 < ds2> is there anything special about the F475's? 2013-10-28T23:58:28 < ds2> haven't they been out for years now? 2013-10-28T23:58:43 < Laurenceb__> emeb: sure not if you run from a partially reflashed area? 2013-10-28T23:58:55 < Laurenceb__> oh - you are running a bootloader? 2013-10-28T23:59:05 < emeb> Laurenceb__: I'm not flashing code 2013-10-28T23:59:09 < Laurenceb__> i see 2013-10-28T23:59:16 < emeb> I'm only flashing a large data array (audio waveforms) 2013-10-28T23:59:40 < emeb> It's hilarious watching the output waveform as I flash it... 2013-10-28T23:59:54 < emeb> DMA is still running, accessing it as it gradually fills in. --- Day changed Tue Oct 29 2013 2013-10-29T00:00:03 < Laurenceb__> i keep meaning to write a µSD firmware update thingy 2013-10-29T00:00:11 < Laurenceb__> but CE crap get in the way 2013-10-29T00:00:15 < emeb> Let me know if you ever get that going. 2013-10-29T00:00:19 < Laurenceb__> its all im working on now 2013-10-29T00:00:22 < emeb> It seems fraught. 2013-10-29T00:00:45 < Laurenceb__> today: tests on New Zealand rabbits 2013-10-29T00:00:50 < Laurenceb__> don't tell PETA 2013-10-29T00:00:52 -!- MrMobius [~Joey@194.176.111.169] has quit [Ping timeout: 246 seconds] 2013-10-29T00:01:09 < emeb> the bootloader has to have a FAT fs and SPI interface. 2013-10-29T00:01:18 < Laurenceb__> yes 2013-10-29T00:01:18 -!- MrMobius [~Joey@91.192.66.14] has joined ##stm32 2013-10-29T00:01:20 < emeb> I don't want to know what you're doing to the bunnies... 2013-10-29T00:01:28 < Laurenceb__> implanting cables in them 2013-10-29T00:01:33 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Read error: Operation timed out] 2013-10-29T00:01:39 < emeb> Borg bunnies... 2013-10-29T00:02:22 < Laurenceb__> talking of which, ALF used to hang out on ##electronics 2013-10-29T00:02:34 < Laurenceb__> they are big time into solar power and stuff 2013-10-29T00:03:10 < Laurenceb__> pity they are all in jail now - they could give some good advice on solar systems 2013-10-29T00:03:59 < Laurenceb__> www.animalliberationfront.com/ 2013-10-29T00:04:49 < Laurenceb__> theres also the frontofanimalliberation *monty python* 2013-10-29T00:06:27 < Laurenceb__> in other news 2013-10-29T00:06:35 < Laurenceb__> http://forums.theregister.co.uk/forum/2/2013/10/28/opinion_is_raspberry_pi_really_the_saviour_of_uk_it/ 2013-10-29T00:06:39 < Laurenceb__> lolflames 2013-10-29T00:09:19 < GargantuaSauce> well that was a regrettable click 2013-10-29T00:11:59 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-29T00:14:33 < Tectu> does one somehow select if TIMx_CHxN or TIMx_CHx is used? 2013-10-29T00:14:38 < Tectu> I only get an output of the N pin 2013-10-29T00:15:01 -!- dfletcher__ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 248 seconds] 2013-10-29T00:15:38 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-29T00:15:54 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T00:21:15 -!- mansfeld [~andrew@robopoly/watson] has quit [Ping timeout: 272 seconds] 2013-10-29T00:21:22 -!- mansfeld [~andrew@37.58.75.231-static.reverse.softlayer.com] has joined ##stm32 2013-10-29T00:21:22 -!- mansfeld [~andrew@37.58.75.231-static.reverse.softlayer.com] has quit [Changing host] 2013-10-29T00:21:22 -!- mansfeld [~andrew@robopoly/watson] has joined ##stm32 2013-10-29T00:22:28 < gxti> Tectu: sure, in CCER 2013-10-29T00:22:48 < Tectu> how comes that the xN is working by the fault but x not? (using chibi) 2013-10-29T00:22:59 < gxti> probably gpio config is wrong... 2013-10-29T00:23:31 < gxti> i've not used chibi timers though 2013-10-29T00:23:34 < Tectu> I set both to AF2 2013-10-29T00:24:45 -!- MrMobius [~Joey@91.192.66.14] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Nine out of ten l33t h4x0rz prefer it] 2013-10-29T00:34:55 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 260 seconds] 2013-10-29T00:34:56 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-29T00:36:28 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-29T00:54:27 < qyx_> Tectu: you have something wrong, you just need to define advanced timer config, select output channels (pos. and neg.) and set gpio to af 2013-10-29T00:54:37 < qyx_> everything worked out of box including dead time insertion 2013-10-29T00:59:23 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-29T01:02:31 -!- madist [~madist@unaffiliated/madist] has quit [Ping timeout: 272 seconds] 2013-10-29T01:13:25 -!- Thorn__ [~Thorn@128-73-245-224.broadband.corbina.ru] has joined ##stm32 2013-10-29T01:13:25 -!- Thorn__ [~Thorn@128-73-245-224.broadband.corbina.ru] has quit [Changing host] 2013-10-29T01:13:25 -!- Thorn__ [~Thorn@unaffiliated/thorn] has joined ##stm32 2013-10-29T01:16:22 -!- Thorn [~Thorn@unaffiliated/thorn] has quit [Ping timeout: 265 seconds] 2013-10-29T01:18:09 -!- Thorn__ is now known as Thorn 2013-10-29T01:29:11 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Ping timeout: 245 seconds] 2013-10-29T01:55:41 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 240 seconds] 2013-10-29T02:00:37 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 248 seconds] 2013-10-29T02:04:57 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Read error: No route to host] 2013-10-29T02:05:11 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T02:07:50 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-29T02:08:06 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Client Quit] 2013-10-29T02:08:15 -!- Rickta59 [~Rickta59@174.106.144.66] has joined ##stm32 2013-10-29T02:29:06 -!- serserar [~quassel@81.202.236.209] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-29T02:29:44 -!- serserar [~quassel@81.202.236.209.dyn.user.ono.com] has joined ##stm32 2013-10-29T02:31:02 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-29T02:38:22 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Read error: No route to host] 2013-10-29T02:38:30 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T02:41:09 -!- serserar [~quassel@81.202.236.209.dyn.user.ono.com] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-29T02:46:49 -!- FmOut [~quassel@81.202.236.209.dyn.user.ono.com] has joined ##stm32 2013-10-29T02:50:24 -!- FmOut [~quassel@81.202.236.209.dyn.user.ono.com] has quit [Client Quit] 2013-10-29T02:53:32 -!- FmOut [~quassel@81.202.236.209.dyn.user.ono.com] has joined ##stm32 2013-10-29T03:01:49 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-29T03:01:49 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-29T03:01:49 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-29T03:02:25 -!- FmOut [~quassel@81.202.236.209.dyn.user.ono.com] has quit [Read error: Operation timed out] 2013-10-29T03:02:29 < emeb> quiet times on the chatbooknettubes 2013-10-29T03:09:21 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Read error: Connection reset by peer] 2013-10-29T03:14:11 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-29T03:26:10 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-29T03:28:03 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Read error: No route to host] 2013-10-29T03:28:15 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T03:57:47 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-29T04:00:02 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Read error: No route to host] 2013-10-29T04:00:15 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T04:03:01 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-29T04:23:43 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-29T04:40:42 -!- MrMobius [~Joey@194.176.111.169] has joined ##stm32 2013-10-29T04:42:46 -!- timemob [~dongs@g1-27-253-251-109.bmobile.ne.jp] has joined ##stm32 2013-10-29T04:56:15 -!- t1memob [~dongs@g1-27-253-251-109.bmobile.ne.jp] has joined ##stm32 2013-10-29T04:56:15 -!- timemob [~dongs@g1-27-253-251-109.bmobile.ne.jp] has quit [Read error: Connection reset by peer] 2013-10-29T05:01:32 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-29T05:07:38 < t1memob> mobile twittering 2013-10-29T05:10:08 < emeb_mac> keep those hands on the wheel 2013-10-29T05:11:04 < emeb_mac> t1memob: flash programming successful - just as easy as you said it would be. 2013-10-29T05:11:15 < t1memob> yep 2013-10-29T05:11:22 < t1memob> saw your tweet 2013-10-29T05:11:42 < t1memob> did you end up pinning it to a page with attribute? 2013-10-29T05:19:39 -!- timemob [~dongs@g1-27-253-251-108.bmobile.ne.jp] has joined ##stm32 2013-10-29T05:22:19 -!- tim3mob [~dongs@g1-27-253-251-108.bmobile.ne.jp] has joined ##stm32 2013-10-29T05:22:38 -!- t1memob [~dongs@g1-27-253-251-109.bmobile.ne.jp] has quit [Ping timeout: 240 seconds] 2013-10-29T05:24:30 -!- MrM0bius [~Joey@194.176.111.169] has joined ##stm32 2013-10-29T05:25:02 -!- timemob [~dongs@g1-27-253-251-108.bmobile.ne.jp] has quit [Ping timeout: 240 seconds] 2013-10-29T05:26:43 -!- MrMobius [~Joey@194.176.111.169] has quit [Ping timeout: 246 seconds] 2013-10-29T05:42:42 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: This computer has gone to sleep] 2013-10-29T05:48:25 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-29T05:51:14 -!- Activate_for_mor [~mirggi@188.134.9.161] has joined ##stm32 2013-10-29T05:53:52 -!- ohsix [~ohsix@208.100.158.158] has joined ##stm32 2013-10-29T05:55:24 -!- ohsix [~ohsix@208.100.158.158] has left ##stm32 [] 2013-10-29T05:56:03 -!- tim3mob [~dongs@g1-27-253-251-108.bmobile.ne.jp] has quit [Quit: Bye] 2013-10-29T06:16:16 -!- Activate_for_mor [~mirggi@188.134.9.161] has quit [] 2013-10-29T06:28:53 -!- Activate_for_mor [~mirggi@host-61-152-66-217.spbmts.ru] has joined ##stm32 2013-10-29T06:36:23 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-29T06:41:57 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Read error: Connection reset by peer] 2013-10-29T06:41:57 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-29T06:42:08 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T06:42:17 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-29T06:46:13 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-29T06:46:25 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-29T06:47:34 -!- MrM0bius [~Joey@194.176.111.169] has quit [Ping timeout: 246 seconds] 2013-10-29T06:48:14 -!- Activate_for_mor [~mirggi@host-61-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-29T06:49:23 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-29T06:50:04 -!- Activate_for_mor [~mirggi@host-61-152-66-217.spbmts.ru] has joined ##stm32 2013-10-29T06:50:16 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-29T06:59:36 -!- Activate_for_mor [~mirggi@host-61-152-66-217.spbmts.ru] has quit [] 2013-10-29T07:00:07 -!- Activate_for_mor [~mirggi@host-61-152-66-217.spbmts.ru] has joined ##stm32 2013-10-29T07:32:53 -!- Activate_for_mor [~mirggi@host-61-152-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-29T07:36:17 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-29T07:39:27 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-29T07:48:23 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-29T07:53:57 < emeb_mac> dongs: I used the align attibute to ensure the array starts on a flash page boundary. works great. 2013-10-29T08:03:17 -!- MrMobius [~Joey@194.176.111.167] has joined ##stm32 2013-10-29T08:12:28 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 240 seconds] 2013-10-29T08:21:24 -!- DanteA [~X@host-26-152-66-217.spbmts.ru] has joined ##stm32 2013-10-29T08:28:29 -!- Netsplit *.net <-> *.split quits: gnomad, CheBuzz 2013-10-29T08:34:10 -!- Netsplit over, joins: gnomad 2013-10-29T08:34:36 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-29T08:35:56 -!- Netsplit over, joins: CheBuzz 2013-10-29T08:41:19 -!- alexn [~alexn@93.104.205.194] has joined ##stm32 2013-10-29T09:06:53 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-29T09:11:11 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-29T09:11:24 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T09:11:48 -!- DanteA [~X@host-26-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-29T09:11:57 -!- DanteA [~X@host-84-152-66-217.spbmts.ru] has joined ##stm32 2013-10-29T09:18:01 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-29T09:19:28 -!- DanteA [~X@host-84-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-29T09:34:55 -!- DanteA [~X@host-84-152-66-217.spbmts.ru] has joined ##stm32 2013-10-29T09:41:05 -!- Robint91 [~Robint91_@2a02:2c40:400:0:9049:a0a:5075:ede9] has joined ##stm32 2013-10-29T09:42:47 -!- DanteA [~X@host-84-152-66-217.spbmts.ru] has quit [Ping timeout: 260 seconds] 2013-10-29T09:48:40 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has quit [Quit: ZNC - http://znc.sourceforge.net] 2013-10-29T09:49:51 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-29T09:56:33 -!- MrMobius [~Joey@194.176.111.167] has quit [Read error: Connection reset by peer] 2013-10-29T09:56:43 -!- FmOut [~quassel@veraw142-142.wi-fi.upv.es] has joined ##stm32 2013-10-29T09:57:00 -!- FmOut [~quassel@veraw142-142.wi-fi.upv.es] has quit [Remote host closed the connection] 2013-10-29T09:59:00 -!- MrMobius [~Joey@194.176.111.167] has joined ##stm32 2013-10-29T10:09:21 -!- englishman [~englishma@192.241.165.4] has quit [Quit: bye] 2013-10-29T10:13:07 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-29T10:16:51 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-29T10:27:20 -!- englishman [~englishma@192.241.165.4] has joined ##stm32 2013-10-29T10:31:43 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has joined ##stm32 2013-10-29T10:32:08 < Laurenceb__> The Internet of Things (IoT) market requires battery-friendly ARM® Cortex®-M0+ based microcontrollers (MCUs) 2013-10-29T10:32:13 < Laurenceb__> DIE IN A FIRE 2013-10-29T10:47:27 < Robint91> Laurenceb, what? 2013-10-29T10:47:34 < Robint91> Laurenceb__, ^ 2013-10-29T10:47:48 < Laurenceb__> Silabs spamming me 2013-10-29T10:47:53 < Robint91> ah 2013-10-29T10:47:57 < Robint91> gecko zero 2013-10-29T10:54:15 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Excess Flood] 2013-10-29T10:57:46 < karlp> they need to hurry up and get the draco out, instead of making more m0s 2013-10-29T10:58:32 < zyp> agreed 2013-10-29T10:58:46 < Robint91> what is that draco? 2013-10-29T10:58:58 < zyp> RF 2013-10-29T11:01:28 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has quit [Ping timeout: 240 seconds] 2013-10-29T11:02:14 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-29T11:06:12 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Max SendQ exceeded] 2013-10-29T11:06:41 -!- ASenR_droid [~qicruser@unaffiliated/asenr] has joined ##stm32 2013-10-29T11:07:59 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-29T11:17:42 -!- Vutral is now known as Vutral|AO 2013-10-29T11:26:43 -!- ASenR_droid [~qicruser@unaffiliated/asenr] has quit [Remote host closed the connection] 2013-10-29T11:43:32 -!- MrMobius [~Joey@194.176.111.167] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Chicks dig it] 2013-10-29T11:50:59 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-29T12:19:49 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-29T12:26:28 < Laurenceb> https://www.dropbox.com/s/7tyz7a6yw9caohm/loggertron.jpg 2013-10-29T12:26:36 < Laurenceb> attn dongs ^ 2013-10-29T12:27:12 < Steffanx> Hmm, are we a witness when you get accident due to texting while driving dongs? I don't want the jappy police in here.. 2013-10-29T12:27:23 < Steffanx> *an accident 2013-10-29T12:27:26 < Laurenceb> some troll bait if you can spot it 2013-10-29T12:27:58 < Steffanx> You mean, avr.. meh 2013-10-29T12:28:04 < Laurenceb> hehe 2013-10-29T12:28:13 < Laurenceb> and wiznet 2013-10-29T12:28:19 < Steffanx> yeah.. was about to say that :) 2013-10-29T12:32:33 < Steffanx> "but i want to switch to arm and use the builtin ethernet" best news you ever heard Laurenceb? :P 2013-10-29T12:32:46 < karlp> are those "chX" pipes for what, pressure tube inputs? 2013-10-29T12:32:57 < Laurenceb> yes 2013-10-29T12:34:03 < karlp> nice layotu with the cables running back over the top of the inputs 2013-10-29T12:34:59 < Steffanx> fyi Laurenceb got this from his friends in #highaltitude so for advice say "hi" to ed__ there. 2013-10-29T12:35:00 < Steffanx> ;) 2013-10-29T12:35:49 < karlp> nah, just being unhelpful and meanspirited. 2013-10-29T12:36:11 < karlp> with the stcking connector at the right hand end there wouldn't have been a lot of places to put the other connectors 2013-10-29T12:36:23 < karlp> I'm hardly going to join another channel to waste even more time :) 2013-10-29T12:49:30 < dongs> sup dongs 2013-10-29T12:57:00 -!- Viper168 is now known as Viper168_ 2013-10-29T12:59:46 -!- trepidaciousMBR_ [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-29T13:00:02 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-29T13:01:05 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 265 seconds] 2013-10-29T13:01:05 -!- trepidaciousMBR_ is now known as trepidaciousMBR 2013-10-29T13:02:37 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-29T13:04:07 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-29T13:23:28 < Laurenceb> funtimes 2013-10-29T13:23:41 < Laurenceb> trying to thread cables down flexible hose 2013-10-29T13:24:49 < Laurenceb> i wonder if there is a pro way to do this 2013-10-29T13:27:03 < Laurenceb> cuz atm i can thread about 2mm/minute 2013-10-29T13:27:15 < Laurenceb> and need 100m of cable/hose :S 2013-10-29T13:27:54 < zyp> sounds like a pointless exercise 2013-10-29T13:28:19 < zyp> why do you need to add another sleeve to the cables? 2013-10-29T13:28:21 < Laurenceb> yeah theres got to be a pro way 2013-10-29T13:28:24 < Laurenceb> CE 2013-10-29T13:28:30 < Steffanx> why you don't buy cables that suite your need Laurenceb? 2013-10-29T13:28:36 < Steffanx> *needs 2013-10-29T13:28:38 < Laurenceb> they dont exist 2013-10-29T13:28:47 < Laurenceb> so thatd mean more rabbits 2013-10-29T13:28:52 < Laurenceb> rabbits are expensive 2013-10-29T13:29:10 < Steffanx> You're time isn't i guess :P 2013-10-29T13:29:17 < Laurenceb> like 10Meuros 2013-10-29T13:29:47 < Laurenceb> time to build a threading machine... 2013-10-29T13:34:28 < madist> Laurenceb: what is that board you pasted the picture of earlier ? Looks like a row of pressure sensors ? 2013-10-29T13:34:42 < Laurenceb> its a pressure to ethernet thingy 2013-10-29T13:34:53 < talsit> for rocket test bed 2013-10-29T13:35:14 < madist> ah. I was trying to make sense of it in a high altitude balloon context. 2013-10-29T13:37:23 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-29T13:38:28 -!- ChanServ changed the topic of ##stm32 to: STM32 | This channel is publicly logged ( http://xob.kapsi.fi/~jpa/stm32/ ) | GCC example project: https://github.com/EliasOenal/TNT_Example (Blinky lights, linkerscript, startup code and working malloc) | Join us building the ##stm32 toolchain: https://github.com/EliasOenal/TNT (now with multilib) | We have a wiki http://stm32.izua.ro | | STM32 series price comparison: http://essentia 2013-10-29T13:38:33 < Steffanx> fail 2013-10-29T13:38:44 < Steffanx> too long :( 2013-10-29T13:38:52 -!- mode/##stm32 [+o Steffanx] by ChanServ 2013-10-29T13:39:07 -!- Steffanx changed the topic of ##stm32 to: STM32 | This channel is publicly logged ( http://xob.kapsi.fi/~jpa/stm32/ ) | GCC example project: https://github.com/EliasOenal/TNT_Example (Blinky lights, linkerscript, startup code and working malloc) | Join us building the ##stm32 toolchain: https://github.com/EliasOenal/TNT (now with multilib) | We have a wiki http://stm32.izua.ro | 2013-10-29T13:39:42 -!- Steffanx changed the topic of ##stm32 to: STM32 | This channel is publicly logged ( http://xob.kapsi.fi/~jpa/stm32/ ) | GCC example project: https://github.com/EliasOenal/TNT_Example (Blinky lights, linkerscript, startup code and working malloc) | Join us building the ##stm32 toolchain: https://github.com/EliasOenal/TNT (now with multilib) | STM32 series price comparison: http://essentialscrap.com/tips/stm32prices/ 2013-10-29T13:40:01 -!- mode/##stm32 [-o Steffanx] by ChanServ 2013-10-29T13:40:29 < Steffanx> or did anyway actually visit that wiki? :P 2013-10-29T13:42:32 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-29T13:43:02 -!- Lt_Lemming [Lt_Lemming@203.219.229.140] has joined ##stm32 2013-10-29T13:59:13 -!- Lt_Lemming [Lt_Lemming@203.219.229.140] has quit [Remote host closed the connection] 2013-10-29T14:08:13 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-29T14:12:04 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-29T14:13:22 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-29T14:34:09 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-29T14:35:16 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has quit [Remote host closed the connection] 2013-10-29T14:35:27 -!- dongs [~dongs@l212168.ppp.asahi-net.or.jp] has joined ##stm32 2013-10-29T14:56:03 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-29T15:01:38 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-29T15:16:07 -!- alexn [~alexn@93.104.205.194] has left ##stm32 ["Leaving"] 2013-10-29T15:17:22 -!- Robint91 [~Robint91_@2a02:2c40:400:0:9049:a0a:5075:ede9] has quit [Read error: Connection reset by peer] 2013-10-29T15:39:49 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 248 seconds] 2013-10-29T15:43:47 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-29T16:01:19 -!- Activate_for_mor [~mirggi@host-125-152-66-217.spbmts.ru] has joined ##stm32 2013-10-29T16:03:33 -!- trepidaciousMBR_ [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-29T16:04:38 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 240 seconds] 2013-10-29T16:04:38 -!- trepidaciousMBR_ is now known as trepidaciousMBR 2013-10-29T16:06:18 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has quit [Quit: ( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )] 2013-10-29T16:22:15 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-29T16:27:01 -!- MrMobius [~Joey@91.192.67.229] has joined ##stm32 2013-10-29T16:37:37 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-29T16:41:04 < Steffanx> To end the silence with some joke i've never read before ( and is probably old): 2013-10-29T16:41:14 < Steffanx> retweet: 'So, my dear Watson... What is it that strikes you the most whilst observing this water closet?' 'No shit, Sherlock!' 2013-10-29T16:42:48 < zyp> heh 2013-10-29T16:42:49 < zyp> :) 2013-10-29T16:44:20 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T16:57:07 < jpa-> all jokes are old 2013-10-29T16:57:18 < jpa-> but we better not find out why, or the experiment be ruined 2013-10-29T17:00:25 < Steffanx> :( 2013-10-29T17:20:29 -!- Inrelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-29T17:34:17 -!- FmOut [~quassel@114.Red-79-155-113.dynamicIP.rima-tde.net] has joined ##stm32 2013-10-29T17:40:59 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-29T17:43:27 -!- Activate_for_mor [~mirggi@host-125-152-66-217.spbmts.ru] has quit [Ping timeout: 260 seconds] 2013-10-29T17:46:53 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-29T17:50:31 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Read error: Connection reset by peer] 2013-10-29T17:50:50 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T17:51:17 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-29T17:57:07 -!- madist [~madist@unaffiliated/madist] has quit [Quit: Leaving] 2013-10-29T17:59:05 < BrainDamage> laurenceb-grade link ( NSFW) https://www.youtube.com/watch?v=mCIIZ3hgPVA&html5=1&hd=1 2013-10-29T18:00:58 < fbs> nsfw yt? 2013-10-29T18:03:27 -!- MrM0bius [~Joey@91.192.66.15] has joined ##stm32 2013-10-29T18:03:37 < Laurenceb> wut 2013-10-29T18:03:46 < Laurenceb> how do i fix libcs3unhosted errors? 2013-10-29T18:04:11 -!- DanteA [~X@host-92-157-66-217.spbmts.ru] has joined ##stm32 2013-10-29T18:06:13 -!- MrMobius [~Joey@91.192.67.229] has quit [Ping timeout: 246 seconds] 2013-10-29T18:07:26 < Laurenceb> ive forgotten :S 2013-10-29T18:08:37 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-29T18:08:38 -!- DanteA [~X@host-92-157-66-217.spbmts.ru] has quit [Ping timeout: 264 seconds] 2013-10-29T18:09:25 < karlp> stop using code sourcery? 2013-10-29T18:10:56 -!- PT_Dreamer [~quassel@59.114.108.93.rev.vodafone.pt] has quit [Ping timeout: 260 seconds] 2013-10-29T18:13:38 -!- DanteA [~X@host-84-152-66-217.spbmts.ru] has joined ##stm32 2013-10-29T18:14:24 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-29T18:19:32 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-29T18:20:27 -!- MrMobius [~Joey@194.176.111.178] has joined ##stm32 2013-10-29T18:21:55 < Laurenceb> lol larger code 2013-10-29T18:21:57 < Laurenceb> wtf 2013-10-29T18:22:09 < Laurenceb> gnu arm embedded is larger than codesourcery 2013-10-29T18:22:29 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 248 seconds] 2013-10-29T18:23:43 -!- MrM0bius [~Joey@91.192.66.15] has quit [Ping timeout: 246 seconds] 2013-10-29T18:25:27 < Laurenceb> holy shit 2013-10-29T18:25:35 < Laurenceb> id screwed up the makefile 2013-10-29T18:25:55 < Laurenceb> 110KB project with 2011 codesourcery is now 38KB 2013-10-29T18:27:36 -!- alan5_ [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-29T18:28:15 < emeb_mac> wat? 2013-10-29T18:28:37 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 246 seconds] 2013-10-29T18:28:37 < emeb_mac> that's a big drop 2013-10-29T18:29:35 < emeb_mac> my latest project is 238kB in a 256kB F303. And I'm not yet done adding features. 2013-10-29T18:38:31 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-29T18:39:39 < Tectu> and what was it? 2013-10-29T18:41:21 < Laurenceb> this is interesting 2013-10-29T18:41:34 < Laurenceb> seems GAE handles optimisation flags sanely 2013-10-29T18:41:43 < Laurenceb> i get very different code 2013-10-29T18:42:39 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-29T18:42:54 -!- MrM0bius [~Joey@194.176.111.178] has joined ##stm32 2013-10-29T18:44:43 -!- MrMobius [~Joey@194.176.111.178] has quit [Ping timeout: 246 seconds] 2013-10-29T18:47:03 -!- DanteA [~X@host-84-152-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-29T18:47:10 -!- MrM0bius [~Joey@194.176.111.178] has quit [Ping timeout: 246 seconds] 2013-10-29T18:53:18 -!- DanteA [~X@host-11-157-66-217.spbmts.ru] has joined ##stm32 2013-10-29T19:00:16 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-29T19:00:23 < madist> dis_ 2013-10-29T19:01:54 < Steffanx> That's 238kB pure code or ..just some large data tables emeb? :) 2013-10-29T19:02:26 < emeb> Steffanx: 128kB of that is a huge waveform table. 2013-10-29T19:02:31 < Steffanx> Ah :) 2013-10-29T19:03:14 -!- DanteA [~X@host-11-157-66-217.spbmts.ru] has quit [Ping timeout: 264 seconds] 2013-10-29T19:04:34 -!- DanteA [~X@host-20-152-66-217.spbmts.ru] has joined ##stm32 2013-10-29T19:08:34 -!- CRF_Peter [~Peter@dhcp-183162.eduroam.chalmers.se] has joined ##stm32 2013-10-29T19:09:23 -!- alan5_ [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 265 seconds] 2013-10-29T19:12:14 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Ping timeout: 240 seconds] 2013-10-29T19:14:45 < Laurenceb> wtf @ video 2013-10-29T19:15:04 < Laurenceb> time jumps to infinity and video jams each time "bob" comes out 2013-10-29T19:15:18 < Laurenceb> he haxored youtube? 2013-10-29T19:21:49 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-29T19:24:58 < Steffanx> someone haxored your youtube.. nothing happens here 2013-10-29T19:28:20 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-29T19:29:25 -!- MrMobius [~Joey@194.176.111.179] has joined ##stm32 2013-10-29T19:33:21 -!- barthess [~barthess@185.6.24.46] has joined ##stm32 2013-10-29T19:33:32 -!- DanteA [~X@host-20-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-29T19:33:44 -!- DanteA [~X@host-85-157-66-217.spbmts.ru] has joined ##stm32 2013-10-29T19:38:21 -!- DanteA [~X@host-85-157-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-29T19:43:01 -!- MrMobius [~Joey@194.176.111.179] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Po-ta-to, boil em, mash em, stick em in a stew.] 2013-10-29T19:46:09 -!- DanteA [~X@host-90-159-66-217.spbmts.ru] has joined ##stm32 2013-10-29T19:50:14 -!- DanteA [~X@host-90-159-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-29T19:54:20 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-29T19:57:32 -!- DanteA [~X@host-108-152-66-217.spbmts.ru] has joined ##stm32 2013-10-29T20:03:33 -!- dfletcher__ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-29T20:06:54 -!- dfletcher_ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 265 seconds] 2013-10-29T20:07:16 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-29T20:15:45 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-29T20:17:43 -!- DanteA [~X@host-108-152-66-217.spbmts.ru] has quit [Ping timeout: 272 seconds] 2013-10-29T20:21:38 < Tectu> lubrecating with salt water... yeah http://www.youtube.com/watch?v=jcq-p2keEuc 2013-10-29T20:23:50 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 240 seconds] 2013-10-29T20:27:26 -!- barthess [~barthess@185.6.24.46] has quit [Read error: Connection reset by peer] 2013-10-29T20:29:45 -!- CRF_Peter [~Peter@dhcp-183162.eduroam.chalmers.se] has quit [Ping timeout: 272 seconds] 2013-10-29T20:31:54 -!- madist is now known as madis_ 2013-10-29T20:31:58 < emeb> can you say "corrosion"? 2013-10-29T20:33:09 < Laurenceb> prob HDPE or something 2013-10-29T20:35:25 < emeb> coatings? 2013-10-29T20:44:08 -!- barthess [~barthess@178.154.108.133] has joined ##stm32 2013-10-29T20:44:38 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Ping timeout: 240 seconds] 2013-10-29T20:46:52 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T20:54:27 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-29T20:55:42 -!- FmOut [~quassel@114.Red-79-155-113.dynamicIP.rima-tde.net] has quit [Read error: Operation timed out] 2013-10-29T21:03:51 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 272 seconds] 2013-10-29T21:04:25 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 265 seconds] 2013-10-29T21:13:31 -!- madis_ [~madist@unaffiliated/madist] has quit [Quit: Leaving] 2013-10-29T21:15:29 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-29T21:21:36 -!- Inrelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-29T21:36:02 -!- Rickta59 [~Rickta59@174.106.144.66] has quit [Quit: leaving] 2013-10-29T21:39:45 -!- CRF_Peter [~Peter@dhcp-183162.eduroam.chalmers.se] has joined ##stm32 2013-10-29T21:42:08 -!- FmOut [~quassel@81.202.236.209.dyn.user.ono.com] has joined ##stm32 2013-10-29T21:42:17 -!- DLPeterson [~hazelnuss@199-241-202-32.PUBLIC.monkeybrains.net] has joined ##stm32 2013-10-29T21:49:22 -!- dfletcher__ [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 265 seconds] 2013-10-29T21:50:07 < jpa-> why is the whole china trying to sell plastic for me? 2013-10-29T21:50:12 < jpa-> *to 2013-10-29T21:51:07 < Steffanx> Sorry, it's for this project im working on. That changer thing. 2013-10-29T21:51:17 -!- alexn [~alexn@pD95E8D50.dip0.t-ipconnect.de] has joined ##stm32 2013-10-29T21:51:52 < Steffanx> told them you know all about it 2013-10-29T21:52:33 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-29T22:01:38 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-29T22:01:53 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T22:07:24 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-29T22:07:34 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-29T22:08:42 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T22:10:52 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Client Quit] 2013-10-29T22:10:52 -!- BrainDamage1 [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T22:10:59 -!- BrainDamage1 is now known as BrainDamage 2013-10-29T22:24:08 -!- barthess [~barthess@178.154.108.133] has quit [Quit: Leaving.] 2013-10-29T22:27:40 -!- Vutral|AO [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-29T22:27:56 < Tectu> Laurenceb, µGFX should run on F429 in no time, already having a working display driver on my drive 2013-10-29T22:30:19 -!- alexn [~alexn@pD95E8D50.dip0.t-ipconnect.de] has quit [Ping timeout: 248 seconds] 2013-10-29T22:30:54 -!- Luggi_ [~Luggi09@cnh8092122175.pppoe.surfer.cnh.at] has joined ##stm32 2013-10-29T22:34:31 -!- Luggi09 [~Luggi09@cnh8092115237.pppoe.surfer.cnh.at] has quit [Ping timeout: 272 seconds] 2013-10-29T22:40:10 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-29T22:45:28 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-29T23:01:42 -!- ReadError_ [readerror@ec2-50-19-189-163.compute-1.amazonaws.com] has joined ##stm32 2013-10-29T23:07:38 -!- Netsplit *.net <-> *.split quits: Lt_Lemming, karlp, dongie, ReadError, Thorn, claude 2013-10-29T23:14:28 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-29T23:14:28 -!- Thorn [~Thorn@unaffiliated/thorn] has joined ##stm32 2013-10-29T23:14:28 -!- dongie [~no@bcas.tv] has joined ##stm32 2013-10-29T23:14:28 -!- claude [sbnc@h1682708.stratoserver.net] has joined ##stm32 2013-10-29T23:14:28 -!- karlp [~karl@palmtree.beeroclock.net] has joined ##stm32 2013-10-29T23:17:23 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-29T23:23:27 -!- Niedar [~nnscript@ip68-110-154-15.hr.hr.cox.net] has joined ##stm32 2013-10-29T23:24:45 -!- alan5_ [~quassel@82.18.179.157] has joined ##stm32 2013-10-29T23:25:11 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 272 seconds] 2013-10-29T23:40:09 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-29T23:43:23 -!- CRF_Peter [~Peter@dhcp-183162.eduroam.chalmers.se] has quit [Ping timeout: 248 seconds] 2013-10-29T23:52:41 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-29T23:52:45 -!- BrainDamage1 [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-29T23:53:11 -!- BrainDamage1 is now known as BrainDamage --- Day changed Wed Oct 30 2013 2013-10-30T00:04:10 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-30T00:06:03 -!- alan5_ [~quassel@82.18.179.157] has quit [Ping timeout: 253 seconds] 2013-10-30T00:20:44 -!- CRF_Peter [~Peter@w193-11-200-145.eduroam.sunet.se] has joined ##stm32 2013-10-30T00:27:42 -!- GargantuaSauce [~sauce@blk-252-19-214.eastlink.ca] has quit [Remote host closed the connection] 2013-10-30T00:28:45 -!- GargantuaSauce [~sauce@blk-252-19-214.eastlink.ca] has joined ##stm32 2013-10-30T00:33:21 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 240 seconds] 2013-10-30T00:34:36 -!- CRF_Peter [~Peter@w193-11-200-145.eduroam.sunet.se] has quit [Ping timeout: 245 seconds] 2013-10-30T01:06:07 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-30T01:08:51 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has joined ##stm32 2013-10-30T01:15:36 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-30T01:35:43 -!- FmOut [~quassel@81.202.236.209.dyn.user.ono.com] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-30T01:42:18 < dongs> sup lack of chats 2013-10-30T01:45:09 -!- serserar [~quassel@81.202.236.209.dyn.user.ono.com] has joined ##stm32 2013-10-30T01:45:58 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 245 seconds] 2013-10-30T01:51:43 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-30T01:53:39 -!- qyx__ [~qyx@krtko.org] has joined ##stm32 2013-10-30T01:58:12 -!- Netsplit *.net <-> *.split quits: qyx_, ntfreak_ 2013-10-30T02:00:13 < Laurenceb__> sup troll 2013-10-30T02:02:18 < dongs> no trolling here 2013-10-30T02:02:34 < Laurenceb__> booo 2013-10-30T02:03:53 -!- serserar [~quassel@81.202.236.209.dyn.user.ono.com] has quit [Ping timeout: 245 seconds] 2013-10-30T02:16:44 * emeb too busy doing "real work" 2013-10-30T02:20:15 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 272 seconds] 2013-10-30T02:20:37 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-30T02:21:31 < ds2> just multiple it by sqrt(-1) 2013-10-30T02:22:06 * Laurenceb__ has been playing with compilers again 2013-10-30T02:23:01 < Laurenceb__> 2010 CodeSourcery =110kB, latest GAE = 40kB 2013-10-30T02:25:21 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 268 seconds] 2013-10-30T02:25:28 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has quit [Read error: Operation timed out] 2013-10-30T02:31:31 -!- piezoid [~piezo@2a01:e34:ee89:5a0:6a5d:43ff:fe0b:6b25] has joined ##stm32 2013-10-30T02:31:54 < ds2> Laurenceb__: what's the output of the latest linaro stuff looking like? 2013-10-30T02:31:55 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-30T02:33:06 -!- dekar [~dekar@212.255.225.135] has joined ##stm32 2013-10-30T02:33:09 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-30T02:33:42 < emeb> whoa - Gnu ARM Embedded? 2013-10-30T02:33:47 < emeb> need to check that out... 2013-10-30T02:40:03 < dongs> lol code sourcery who cares 2013-10-30T02:40:08 < dongs> aren't they deader than mentor 2013-10-30T02:40:31 < dongs> also, retweeting 4 Laurenceb https://youtube.com/watch?v=tj7fStiEx_o 2013-10-30T02:44:04 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has left ##stm32 [] 2013-10-30T02:47:46 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-30T02:47:58 < emeb> Hmm 2013-10-30T02:48:18 < emeb> no change at all from GAE q4-2012 to GAE q3-2013 2013-10-30T02:52:24 -!- DLPeterson [~hazelnuss@199-241-202-32.PUBLIC.monkeybrains.net] has quit [Quit: leaving] 2013-10-30T02:54:05 -!- dekar [~dekar@212.255.225.135] has quit [Quit: This computer has gone to sleep] 2013-10-30T02:54:32 -!- dekar [~dekar@212.255.225.135] has joined ##stm32 2013-10-30T02:54:32 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-30T03:10:18 -!- mervaka_ is now known as mervaka 2013-10-30T03:31:56 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-30T03:37:07 < dongs> i guess cocksourcery just sucks badly 2013-10-30T03:45:08 < dongs> all the fail of GCC, just worse. 2013-10-30T03:53:00 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has quit [Ping timeout: 256 seconds] 2013-10-30T03:56:03 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-30T03:56:37 < dongs> Home > Buy Now > Wires, Cables & Cable Assemblies > Other Wires, Cables & Cable Assemblies > Ipad Lvds Cable Cheapcopy Solution 2013-10-30T03:56:48 < dongs> I like how they declare thier own product "cheapcopy solution" 2013-10-30T03:58:15 < dongs> http://image.ec21.com/image/lvdsconn/oimg_GC03722563_CA03761286/Lvds_Cable_Ipex_20345%252F6%252F7_20453%252F4%252F5_20472%252F3%252F4.jpg quality looks top notch 2013-10-30T03:58:21 < dongs> esp right side 2013-10-30T04:00:28 -!- qyx__ is now known as qyx_ 2013-10-30T04:04:32 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-30T04:20:36 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 246 seconds] 2013-10-30T04:23:11 < dongs> new game for r2com and other irc warriors http://store.steampowered.com/app/246580/ 2013-10-30T04:29:59 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-30T04:30:51 < dongs> bought http://www.newegg.com/Product/Product.aspx?Item=N82E16819116774 . high quality designed in israel CPU 2013-10-30T04:32:54 < dongs> discuss 2013-10-30T04:43:56 <+dekar> dongs, what's there to discuss? 2013-10-30T04:44:46 <+dekar> enjoy your new cpu :) 2013-10-30T04:45:10 < dongs> http://www.jpost.com/Business/Business-News/Israel-helped-design-Intels-new-Haswell-processor-315381 2013-10-30T04:46:27 <+dekar> what's your point? 2013-10-30T04:46:34 < zippe> dongs: intel have split their CPU designs between Oregon and Haifa for … god, forever. 2013-10-30T04:46:40 < dongs> zippe: oh i know 2013-10-30T04:46:46 < dongs> since pentium-m 2013-10-30T04:46:49 < dongs> or so 2013-10-30T04:46:58 < dongs> which is ooooold 2013-10-30T04:47:14 < dongs> zippe, any new trolls about new arduino SoC 2013-10-30T04:47:59 < GargantuaSauce> i bet it runs excel really fast!!!1 2013-10-30T04:48:01 <+dekar> that intel arduino? I read it runs linux to emulate AVR O.o 2013-10-30T04:48:13 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-30T04:48:18 <+dekar> seems like quite the waste 2013-10-30T04:48:34 < GargantuaSauce> >arduino 2013-10-30T04:48:43 < dongs> >lunix 2013-10-30T04:48:46 < dongs> found problems 2013-10-30T04:49:02 <+dekar> dongs, fix them :) 2013-10-30T04:49:04 < zippe> dongs: no, have better things to worry about 2013-10-30T04:49:16 < GargantuaSauce> i'll have you know i only wrestled with broken sauce for 4 hours today 2013-10-30T04:49:16 < zippe> Though Adafruit keep sending me free RasPi boards 2013-10-30T04:49:28 < zippe> I actually threw one out with the packing peanuts by accident 2013-10-30T04:49:43 < zippe> So it was sitting in my trash can next to a bag of dogshit 2013-10-30T04:49:47 < zippe> … 2013-10-30T04:49:50 <+dekar> zippe, lol what does one have to do, in order to get free raspi? 2013-10-30T04:49:55 < zippe> Guess some homeless guy has it now? 2013-10-30T04:50:06 < zippe> dekar: spend $350 or more 2013-10-30T04:50:58 < zippe> They have this surprisingly nice (but expensive) 7 2013-10-30T04:51:04 < zippe> 7" HDMI monitor 2013-10-30T04:53:25 < amstan> zippe: wtf? 2013-10-30T04:53:25 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-30T04:53:32 < amstan> send me some too 2013-10-30T04:54:18 < zippe> amstan: ? 2013-10-30T04:54:24 < zippe> packing peanuts? sure 2013-10-30T04:54:24 < amstan> rpis 2013-10-30T04:55:18 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-30T04:57:10 -!- madist is now known as madis_ 2013-10-30T04:57:52 < zippe> Why? You've done nothing to deserve that sort of mistreatment 2013-10-30T05:01:44 < dongs> i got a shitberrypi from RS last year 2013-10-30T05:01:48 < dongs> havetn even pwoered it up 2013-10-30T05:06:53 <+dekar> I've once powered mine up :) 2013-10-30T05:08:23 < talsit> dongs: i got my conformal today - is nice, but I have too much, want some? 2013-10-30T05:09:19 < talsit> minimum buy was 2x 1L cans 2013-10-30T05:09:25 < dongs> lool 2013-10-30T05:09:27 < dongs> is it spray? 2013-10-30T05:09:31 < talsit> no 2013-10-30T05:09:35 < dongs> how much did it cost you? 2013-10-30T05:09:40 < talsit> dip/brush 2013-10-30T05:09:41 < dongs> ill take 1l lol 2013-10-30T05:09:53 < talsit> 14400 for both cans 2013-10-30T05:10:10 < dongs> how about i shitpal you 9k for shipping one of htem here? 2013-10-30T05:11:03 < talsit> it's this stuff: http://www.humiseal.com/products/acrylics/1b73/ 2013-10-30T05:12:43 < dongs> sure 2013-10-30T05:14:06 < GargantuaSauce> CHASE Electronic Coatings We make a material difference 2013-10-30T05:14:07 < GargantuaSauce> brilliant 2013-10-30T05:14:24 < dongs> was it 14400 shipped? i guess 1L isn't that heavy. 2013-10-30T05:14:29 < dongs> anyway, 9k or wahtever you think its worth 2013-10-30T05:14:31 < dongs> paypal only 2013-10-30T05:14:38 < talsit> sure, np 2013-10-30T05:15:23 < dongs> then i'll add it to my scamshopped 2013-10-30T05:15:37 < dongs> presoldered and dipped in conformal coating 2013-10-30T05:15:40 < dongs> +$20 2013-10-30T05:16:30 < dongs> fluoresces under UV light 2013-10-30T05:16:31 < dongs> omg 2013-10-30T05:16:32 < talsit> MIL & UL conformal, at that! 2013-10-30T05:18:09 < talsit> gotta do a whole bunch of tax bullshit today, i'll get back to you at the end of the day 2013-10-30T05:18:15 < dongs> sounds good 2013-10-30T05:18:16 < dongs> ejoy 2013-10-30T05:18:17 < dongs> +n 2013-10-30T05:18:19 < talsit> kuroneko is fine? 2013-10-30T05:18:22 < dongs> yeah 2013-10-30T05:18:34 < talsit> give me postcode so i can chase it up 2013-10-30T05:19:00 < dongs> kyushu ratesa re all same i think 2013-10-30T05:19:59 < talsit> ok then, i have no idea where you actualy are, so 2013-10-30T05:21:04 < dongs> right, but wat im saying is kuroneko is same rate for osaka->anywherekyushu 2013-10-30T05:21:22 < dongs> < 800 for size 60, 1000-something for size80 2013-10-30T05:21:43 < dongs> if they weren't a moron company I'd just print a label for you using my account 2013-10-30T05:21:46 < dongs> that gets cheaper shipping 2013-10-30T05:21:51 < dongs> but appareantly they're too dumb for taht 2013-10-30T05:22:06 < dongs> I printed a self-addressed label w/my account and took it to tokyo to ship some shit back to myself 2013-10-30T05:22:19 < dongs> the dumbfuck at kuroneko looked at me like i was black or something 2013-10-30T05:22:30 < talsit> are you? 2013-10-30T05:22:48 < dongs> BUT WE CANNOT BILL IT TO YOUR ACCOUNT FROM TOKYO<, IT ONLY WORKS FROM TEH KURONEKO LOCAL TOYOU 2013-10-30T05:22:53 < dongs> the fuck would it make any god damn differnce 2013-10-30T05:23:11 < dongs> i can ship shit by fedex on my account from/to anyfuckingwhere 2013-10-30T05:29:36 <+dekar> dongs, you gotta add those awesome pick'n'place crabs to your shop :) 2013-10-30T05:31:44 < dongs> haha 2013-10-30T05:34:18 <+dekar> how much for a crab with conformal? :D 2013-10-30T05:39:32 < dongs> http://www.theregister.co.uk/2013/10/29/htc_smartphone_takes_a_bullet_saves_shopkeepers_life/ lol 2013-10-30T05:53:12 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-30T05:57:28 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-30T06:12:38 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has joined ##stm32 2013-10-30T06:12:44 -!- upgrdman [~upgrdman@75-128-35-99.static.mtpk.ca.charter.com] has quit [Changing host] 2013-10-30T06:12:44 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-30T06:25:26 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-30T06:27:10 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-30T06:27:27 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-30T06:29:05 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-30T06:38:06 -!- dekar [~dekar@212.255.225.135] has quit [Quit: This computer has gone to sleep] 2013-10-30T06:41:11 -!- madis_ [~madist@unaffiliated/madist] has quit [Ping timeout: 272 seconds] 2013-10-30T06:41:38 -!- Activate_for_mor [~mirggi@host-61-152-66-217.spbmts.ru] has joined ##stm32 2013-10-30T06:43:05 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has quit [Ping timeout: 272 seconds] 2013-10-30T06:44:43 -!- Lt_Lemming [~Lt_Lemmin@dsl-202-45-105-166-static.QLD.netspace.net.au] has joined ##stm32 2013-10-30T06:44:52 -!- [7] [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-30T06:45:03 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-30T06:47:48 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-30T06:49:42 -!- Activate_for_mor [~mirggi@host-61-152-66-217.spbmts.ru] has quit [Ping timeout: 246 seconds] 2013-10-30T06:54:33 -!- madist [~madist@unaffiliated/madist] has quit [Ping timeout: 240 seconds] 2013-10-30T07:04:45 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Ping timeout: 246 seconds] 2013-10-30T07:08:49 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-30T07:09:10 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Ping timeout: 245 seconds] 2013-10-30T07:12:12 -!- Vutral [~ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-30T07:23:41 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-30T07:28:41 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-30T07:30:30 -!- madist [~madist@unaffiliated/madist] has joined ##stm32 2013-10-30T07:37:50 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-30T07:43:09 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-30T07:47:38 -!- madist [~madist@unaffiliated/madist] has quit [Ping timeout: 245 seconds] 2013-10-30T08:00:12 < emeb_mac> so I've got an SD card and an LCD hanging off the same SPI bus. the SD card CS line is held high, but for some reason it seems to be interfering with communication to the LCD prior to running the initialization process. 2013-10-30T08:00:53 < emeb_mac> anyone seen this before? 2013-10-30T08:02:53 < dongs> how is that even possible 2013-10-30T08:03:31 < emeb_mac> my thoughts exactly 2013-10-30T08:04:05 < emeb_mac> if I pop the card out of the socket everything works fine 2013-10-30T08:04:47 < emeb_mac> if the card is in the socket and I initialize it (mount and open dir in Chan Fatfs) then everything is fine. 2013-10-30T08:05:15 < emeb_mac> but if card is in the socket and I don't read from it then eventually the LCD display locks up. 2013-10-30T08:15:58 < emeb_mac> oh look - chan fatfs has changed since last time I grabbed it. 2013-10-30T08:17:17 < dongs> OH 2013-10-30T08:17:20 < emeb_mac> I've got 0.09a and its up to 0.10 now 2013-10-30T08:17:21 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Quit: Leaving] 2013-10-30T08:17:37 < dongs> mac> but if card is in the socket and I don't read from it then eventually the LCD display locks up. 2013-10-30T08:17:39 < emeb_mac> slight changes in the API 2013-10-30T08:17:47 < dongs> something in driver fucks wiht gpio? 2013-10-30T08:17:55 < emeb_mac> don't think so 2013-10-30T08:18:49 < emeb_mac> just wondering if perhaps the SD card needs to be forced into SPI mode to prevent unpredictable results. 2013-10-30T08:19:20 < emeb_mac> ie - maybe MMC mode doesn't use the CS line the same way. 2013-10-30T08:20:23 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2013-10-30T08:20:32 < dongs> oh, possibly 2013-10-30T08:20:41 < dongs> you mean if its sdio or something it does some odd shit on cs line/ 2013-10-30T08:20:58 < emeb_mac> right 2013-10-30T08:21:16 < emeb_mac> so if there's a card present you need to initialize it OR ELSE! 2013-10-30T08:21:39 < emeb_mac> you can't just let it dangle there until you get around to it. 2013-10-30T08:23:04 < emeb_mac> oh well. bedtime. 2013-10-30T08:23:06 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-30T08:23:57 < zippe> Well, fail. No netmf love for me tonight 2013-10-30T08:24:03 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-30T08:28:21 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Ping timeout: 245 seconds] 2013-10-30T08:28:47 -!- Activate_for_mor [~mirggi@host-61-152-66-217.spbmts.ru] has joined ##stm32 2013-10-30T08:36:21 -!- GargantuaSauce [~sauce@blk-252-19-214.eastlink.ca] has quit [Ping timeout: 252 seconds] 2013-10-30T08:36:57 -!- DanteA [~X@host-85-157-66-217.spbmts.ru] has joined ##stm32 2013-10-30T08:39:56 -!- Activate_for_mor [~mirggi@host-61-152-66-217.spbmts.ru] has quit [Ping timeout: 241 seconds] 2013-10-30T08:41:18 -!- DanteA [~X@host-85-157-66-217.spbmts.ru] has quit [Ping timeout: 252 seconds] 2013-10-30T09:15:49 -!- DanteA [~X@host-21-157-66-217.spbmts.ru] has joined ##stm32 2013-10-30T09:52:32 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-30T10:22:03 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-30T10:25:07 -!- Activate_for_mor [~mirggi@host-125-152-66-217.spbmts.ru] has joined ##stm32 2013-10-30T10:47:52 < dongs> http://sigrok.org/wiki/Main_Page 2013-10-30T10:48:09 < dongs> Scriptable protocol decoding. Extendable with stackable protocol decoders written in Python 3. 2013-10-30T10:48:12 < dongs> stopped reading ther. 2013-10-30T10:50:27 -!- madis_ [~madist@unaffiliated/madist] has joined ##stm32 2013-10-30T10:50:30 < jpa-> i think they still don't have RLE support 2013-10-30T10:51:38 < jpa-> so when i took a simple 10kB capture (VCD file), it processed it for hours.. first decoding each transition interval to billion equivalent samples, and then checking "something here? nope.. something in the next sample? nope.." 2013-10-30T11:04:59 < dongs> http://i.imgur.com/CP9vdyx.jpg oo shiny 2013-10-30T11:11:20 -!- Robint91 [~Robint91_@2a02:2c40:400:0:f024:4c5c:66cd:ed12] has joined ##stm32 2013-10-30T11:11:21 -!- PT_Dreamer [~quassel@162.237.189.46.rev.vodafone.pt] has joined ##stm32 2013-10-30T11:18:54 -!- Luggi_ is now known as Luggi09 2013-10-30T11:19:01 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-30T11:22:21 -!- Activate_for_mor [~mirggi@host-125-152-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-30T11:31:41 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-30T11:37:02 -!- PT_Dreamer [~quassel@162.237.189.46.rev.vodafone.pt] has quit [Remote host closed the connection] 2013-10-30T11:39:11 -!- PT_Dreamer [~quassel@162.237.189.46.rev.vodafone.pt] has joined ##stm32 2013-10-30T11:40:06 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-30T11:41:29 -!- PT_Dreamer [~quassel@162.237.189.46.rev.vodafone.pt] has quit [Read error: Connection reset by peer] 2013-10-30T11:41:50 -!- PT_Dreamer [~quassel@162.237.189.46.rev.vodafone.pt] has joined ##stm32 2013-10-30T11:43:54 -!- DanteA [~X@host-21-157-66-217.spbmts.ru] has quit [Ping timeout: 252 seconds] 2013-10-30T11:49:37 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-30T11:57:06 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-30T12:42:27 -!- dekar [~dekar@212.255.234.183] has joined ##stm32 2013-10-30T12:42:30 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-30T12:51:12 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has joined ##stm32 2013-10-30T13:02:16 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has quit [Ping timeout: 264 seconds] 2013-10-30T13:04:03 -!- DanteA [~X@host-21-157-66-217.spbmts.ru] has joined ##stm32 2013-10-30T13:04:48 -!- dekar [~dekar@212.255.234.183] has quit [Quit: This computer has gone to sleep] 2013-10-30T13:29:03 -!- DanteA [~X@host-21-157-66-217.spbmts.ru] has quit [Ping timeout: 246 seconds] 2013-10-30T13:33:31 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has quit [Ping timeout: 245 seconds] 2013-10-30T13:36:00 -!- piezo [~piezo@tsv35-1-78-232-144-90.fbx.proxad.net] has joined ##stm32 2013-10-30T13:36:22 -!- DanteA [~X@host-85-157-66-217.spbmts.ru] has joined ##stm32 2013-10-30T13:37:58 -!- madis_ is now known as madist 2013-10-30T13:38:43 -!- piezoid [~piezo@2a01:e34:ee89:5a0:6a5d:43ff:fe0b:6b25] has quit [Ping timeout: 246 seconds] 2013-10-30T13:42:36 -!- dekar [~dekar@studpool-wlan-74-207.fs.fbi.h-da.de] has joined ##stm32 2013-10-30T13:42:47 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-30T13:45:42 < Steffanx> ST why .. they have this free open source ( or at least they give the source ) and close source audio libs, but: 2013-10-30T13:45:48 < Steffanx> "3/ Available on demand. Ask your local ST Sales office." ... 2013-10-30T13:46:46 < jpa-> i think a lot of those come from 3rd party companies and the terms vary 2013-10-30T13:49:10 < Steffanx> could be 2013-10-30T13:50:33 < Steffanx> oh, can't even find a reference to it on their website.. got the info from some pdf 2013-10-30T13:51:11 < jpa-> apparently ST also gives you USB ids if you contact a sales office and pass their screen 2013-10-30T13:55:47 < Steffanx> Not that i need ST to implement G711 or similar compression 2013-10-30T14:01:25 <+dekar> jpa-, yeah we got 2 PIDs from ST, took me over a year to get them :/ 2013-10-30T14:02:57 < Steffanx> and how many contracts you had to sign? 2013-10-30T14:19:35 -!- JokerI [5388f6d6@gateway/web/freenode/ip.83.136.246.214] has joined ##stm32 2013-10-30T14:23:25 < Laurenceb> i just use the discovery board USB stuff 2013-10-30T14:24:45 < Laurenceb> emeb_mac: you need to clk out the µSD card 2013-10-30T14:24:47 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-30T14:24:52 < Laurenceb> read the Chan stuff 2013-10-30T14:24:59 < Laurenceb> lol hes not here 2013-10-30T14:28:27 < Steffanx> oh, you are right jpa-. They just redistribute 3rd party code/binaries .. meh. 2013-10-30T14:31:49 < dongs> third partybus 2013-10-30T14:32:12 -!- dekar [~dekar@studpool-wlan-74-207.fs.fbi.h-da.de] has quit [Quit: This computer has gone to sleep] 2013-10-30T14:36:06 -!- alan5_ [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-30T14:37:37 -!- alan5_ [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Remote host closed the connection] 2013-10-30T14:38:45 < Steffanx> Dongs, why you don't connect to dickson.freenode.net ? 2013-10-30T14:38:47 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 240 seconds] 2013-10-30T14:39:15 < Steffanx> oh, hitchcockit is.. nevermind 2013-10-30T14:40:10 < dongs> i duno 2013-10-30T14:40:57 < dongs> im just using thier roundrobin DNS shit 2013-10-30T14:45:15 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-30T14:52:55 -!- MrMobius [~Joey@194.176.111.155] has joined ##stm32 2013-10-30T14:55:31 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Read error: Connection reset by peer] 2013-10-30T14:56:06 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-30T14:56:51 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-30T14:59:20 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-30T15:01:27 < zyp> 12:51:11 < jpa-> apparently ST also gives you USB ids if you contact a sales office and pass their screen 2013-10-30T15:01:37 < zyp> I tried mailing them some weeks ago, never got an answer 2013-10-30T15:02:28 < Laurenceb> http://aprs.fi/#!mt=roadmap&z=11&call=a%2FM0XER-2&timerange=3600&tail=3600 2013-10-30T15:02:32 < Laurenceb> ^mad skillz 2013-10-30T15:07:44 < Steffanx> skills what where who ? 2013-10-30T15:08:30 < Laurenceb> balloonz 2013-10-30T15:08:52 < Steffanx> Yes, but what's special there? 2013-10-30T15:09:04 < Laurenceb> its using APRS 2013-10-30T15:09:08 < Steffanx> oh. 2013-10-30T15:15:29 < karlp> what does tha mean for normal people? 2013-10-30T15:16:23 < Laurenceb> X.25 packet thingy onboard 2013-10-30T15:16:27 < Laurenceb> on 144MHz 2013-10-30T15:16:47 < karlp> and? 2013-10-30T15:17:18 < Steffanx> Porn for habbers 2013-10-30T15:17:54 < Laurenceb> http://www.leobodnar.com/balloons/B-23/index.html 2013-10-30T15:19:10 -!- dekar [~dekar@studpool-wlan-74-177.fs.fbi.h-da.de] has joined ##stm32 2013-10-30T15:19:10 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-30T15:19:10 < Laurenceb> someone needs to try 6LoWPAN 2013-10-30T15:21:08 <+dekar> Steffanx, they actually hadn't had me sign anything 2013-10-30T15:22:04 <+dekar> though they've stated some restrictions and were quite curious about the product we've been developing and the amount we planned to manufacture 2013-10-30T15:25:58 < dongs> they probably wanted to clone it 2013-10-30T15:34:01 < karlp> 6lowpan doesn't really seem appropriate for long range stuff 2013-10-30T15:39:10 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-30T15:40:32 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-30T15:42:35 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has quit [Read error: Connection reset by peer] 2013-10-30T15:43:00 -!- TeknoJuce [~TeknoJuce@xbmc/staff/TeknoJuce] has joined ##stm32 2013-10-30T15:49:24 < Laurenceb> karlp: you could use UDP and high power on 868mhz 2013-10-30T15:57:07 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-30T16:20:12 -!- ouah [~ouah@unaffiliated/ouah] has joined ##stm32 2013-10-30T16:21:43 < ouah> stm32l1 st lib has several functions to write in eeprom: typically byte,halfword,word 2013-10-30T16:21:54 < ouah> they are typically meant to be run from flash. 2013-10-30T16:22:10 < ouah> they also define a function to be run from sram 2013-10-30T16:22:48 < dongs> eeprom or flash? 2013-10-30T16:23:06 < dongs> i know L1 has real eeprom, why would you need to run eep functions from sram tho. 2013-10-30T16:24:05 < ouah> eeprom, stm32l1 has eeprom 2013-10-30T16:24:23 < dongs> right. 2013-10-30T16:24:29 < ouah> the function to be run from sram is doubleword 2013-10-30T16:24:30 < dongs> so i dont see why it would need ot be run from sram 2013-10-30T16:24:54 < ouah> dongs: me too 2013-10-30T16:25:28 < ouah> the one from sram it appears to be really *faster* than the one from flash 2013-10-30T16:26:15 < dongs> odd 2013-10-30T16:26:26 < ouah> but they only have the dword version from sram, and I failed to implement a same function to write a single byte (without doing a read-modify-write) 2013-10-30T16:26:46 < dongs> solution: store everytthing as dwords 2013-10-30T16:27:18 < ouah> dongs: if I have 2 bytes to write, I don't to write 8 bytes 2013-10-30T16:27:24 < ouah> don't want 2013-10-30T16:27:47 < ouah> I wonder if anybody succeeded to write a single byte to eeprom from sram 2013-10-30T16:28:10 < jpa-> ouah: if you want speed, you have to write in 32-bit sized words 2013-10-30T16:28:39 < jpa-> though i don't see why you couldn't write bytes using code running from SRAM, should be the same as code running from flash 2013-10-30T16:29:43 < jpa-> IIRC the stm32l1 stalls code execution from flash when you are writing eeprom, maybe that is why they do it from sram 2013-10-30T16:30:34 < fbs> Tectu : made ugfx right? 2013-10-30T16:31:00 < jpa-> yes 2013-10-30T16:31:08 < jpa-> with some other dudes 2013-10-30T16:31:09 < Steffanx> He is one of the maintainers ;) 2013-10-30T16:31:39 < Tectu> fbs, yep, founder and maintainer. inmarket is there since a year too. 2013-10-30T16:31:45 < fbs> Tectu: 'Preassure measurement not implemented yet' is a typo i guess, on website/supported-systems 2013-10-30T16:32:32 < Tectu> fbs, fixed. Thank you very much! 2013-10-30T16:32:46 < fbs> :) 2013-10-30T16:33:12 < Tectu> I bet you would find dozens of typos :P 2013-10-30T16:33:20 < fbs> i just made http://i.imgur.com/okxyuWQ.jpg with a display from my box and the f4disco 2013-10-30T16:33:25 < fbs> its a ssd1289 disp from ebay 2013-10-30T16:33:33 < Tectu> nice! 2013-10-30T16:33:38 < Tectu> did you have any troubles getting it running? 2013-10-30T16:33:38 -!- amstan_ [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-30T16:33:46 < Tectu> some flaws in the docs? 2013-10-30T16:33:53 < fbs> oh its my own code, not ugfx 2013-10-30T16:34:06 < Tectu> :'( 2013-10-30T16:34:17 < fbs> http://s.drk.sc/ILDgx0?c its a bit crappy 2013-10-30T16:34:35 < Tectu> looks straight forward :) 2013-10-30T16:34:43 < fbs> but ugfx is on the list for a big project 2013-10-30T16:34:56 < Tectu> what's the plan? 2013-10-30T16:35:08 < fbs> nothing yet 2013-10-30T16:35:26 < fbs> got other projects that i need to get done first, including college 2013-10-30T16:35:28 < fbs> :p 2013-10-30T16:35:33 < Tectu> heh 2013-10-30T16:35:49 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Ping timeout: 248 seconds] 2013-10-30T16:36:00 < Tectu> you also got a strange color taste 2013-10-30T16:36:04 < fbs> got a 125MSPS dac here 2013-10-30T16:36:12 < fbs> maybe a simple generator 2013-10-30T16:36:27 -!- Tectu [tectu@2a01:4f8:100:4323:4f8:4f8:0:6c] has left ##stm32 ["Leaving"] 2013-10-30T16:36:31 -!- Tectu [tectu@2a01:4f8:100:4323:4f8:4f8:0:6c] has joined ##stm32 2013-10-30T16:36:34 < Tectu> like this? http://abload.de/img/board_topfqqnc.jpg 2013-10-30T16:36:38 < fbs> i took the color and write command stuff from some pic code i found somewhere 2013-10-30T16:36:51 < fbs> like that but only a dac :p 2013-10-30T16:37:11 < Tectu> :P 2013-10-30T16:37:48 < fbs> http://i.imgur.com/T6k1nkf.png like this 2013-10-30T16:38:09 < fbs> still need to get the dac 2013-10-30T16:38:42 -!- dekar [~dekar@studpool-wlan-74-177.fs.fbi.h-da.de] has quit [Quit: This computer has gone to sleep] 2013-10-30T16:39:01 < Tectu> nic 2013-10-30T16:39:03 < Tectu> nice* 2013-10-30T16:39:07 < Tectu> get some TI sample :P 2013-10-30T16:39:19 < fbs> yea maybe 2013-10-30T16:40:29 < fbs> guess i could sample a bit more 2013-10-30T16:40:36 < fbs> do it maybe 2 times a year :p 2013-10-30T16:40:58 < ouah> jpa-: "if you want speed, you have to write in 32-bit sized words" yes, but the "word" write implementation they propose is to be run from flash, from sram they only have "dword" write implementation 2013-10-30T16:41:45 < dongs> < Tectu> like this? http://abload.de/img/board_topfqqnc.jpg 2013-10-30T16:41:48 < dongs> cool board doesnt work 2013-10-30T16:41:50 < dongs> err 2013-10-30T16:41:51 < dongs> does it work 2013-10-30T16:41:55 < ouah> jpa-: I tought I could just the dword version to write byte or word but I cannot have it working with smthg else than dwod 2013-10-30T16:41:56 < jpa-> ouah: ah well, 64-bit then, my memory is weak 2013-10-30T16:41:59 < fbs> anyway, time to clean up the code and make a game of life 2013-10-30T16:42:03 < fbs> super original 2013-10-30T16:42:37 < fbs> i bought The Definitive Guide to the ARM Cortex-M0, 1st Edition epub for $1.2, anyone read it? 2013-10-30T16:42:39 -!- cholik [~cholik@188.64.134.19] has joined ##stm32 2013-10-30T16:42:56 < dongs> fbs: http://www.youtube.com/watch?v=smz2cU3FfFk useless until you can do this 2013-10-30T16:43:20 < fbs> maybe 2013-10-30T16:43:26 < fbs> got to get better at lin alg 2013-10-30T16:43:30 -!- Activate_for_mor [~mirggi@host-94-159-66-217.spbmts.ru] has joined ##stm32 2013-10-30T16:43:39 < dongs> http://bcas.tv/paste/results/wQlJOj48.html saved you the trouble 2013-10-30T16:43:42 < fbs> nah 2013-10-30T16:43:52 < fbs> still got a linalg course to pass anyway 2013-10-30T16:44:04 < jpa-> Tectu: nice xtal ;) 2013-10-30T16:44:07 < Tectu> dongs, partly, yes. I'd need to build the second version 2013-10-30T16:44:14 < Tectu> jpa-, thanks, the fitting one arrived a week ago :P 2013-10-30T16:44:17 < Tectu> was out of stock... 2013-10-30T16:45:31 < fbs> damn xtals, so many '2 smd' footprints 2013-10-30T16:45:39 < fbs> why cant they just use 1 or 2 sizes? 2013-10-30T16:45:52 < Tectu> many reasons for that. 2013-10-30T16:46:02 < fbs> not really 2013-10-30T16:46:14 < zyp> mostly one 2013-10-30T16:46:25 < zyp> lower freqs = physically larger 2013-10-30T16:46:41 < zyp> and you don't want a crystal that's larger than required 2013-10-30T16:46:51 < fbs> was talking case size 2013-10-30T16:46:54 < dongs> there are standard footprints. 2013-10-30T16:47:01 < dongs> use htem. 2013-10-30T16:47:02 < zyp> fbs, of course 2013-10-30T16:47:17 < zyp> lower freq crystals need a larger case 2013-10-30T16:47:30 < dongs> thats why i stopped using 8mhz xtals 2013-10-30T16:47:37 < dongs> 12mhz in 3225 = sex 2013-10-30T16:47:47 < fbs> im using abracon ones 2013-10-30T16:47:56 < fbs> the 32khz is actually smaller 2013-10-30T16:48:06 < dongs> abracon what 2013-10-30T16:48:08 < dongs> 8mhz? 2013-10-30T16:48:20 < dongs> smallest 8mhz you can get (reasonably) is 5x3.2 2013-10-30T16:48:30 < dongs> not counting oddball shit with 2pins 2013-10-30T16:48:31 -!- cholik [~cholik@188.64.134.19] has quit [Read error: Connection reset by peer] 2013-10-30T16:48:48 < fbs> abmm2 and ab?10 2013-10-30T16:50:14 < fbs> 6x3.6mm for the abmm2 2013-10-30T16:50:29 < dongs> fail. 2013-10-30T16:51:27 < fbs> why? 2013-10-30T16:51:55 < dongs> too big, nonstandard 2013-10-30T16:52:10 < fbs> so what is standard? 2013-10-30T16:52:21 < fbs> they got a 5x3.2 2013-10-30T16:52:31 < dongs> http://www.digikey.com/product-detail/en/7B-8.000MAAJ-T/887-1452-1-ND/2627020 cheapest 5x3.2 on digikey thats in stock 2013-10-30T16:52:42 < dongs> http://www.digikey.com/product-detail/en/ABM3B-8.000MHZ-B2-T/535-9720-1-ND/1873254 abracon if you like them for double hte price. 2013-10-30T16:54:35 < dongs> http://www.digikey.com/product-detail/en/NX3225GD-8MHZ-STD-CRA-3/644-1178-1-ND/3125567 there's this super elusive 8mhz in 3225 but I've never seen it in stokc 2013-10-30T16:54:55 < dongs> i think emeb found it last year or somethign 2013-10-30T16:57:44 < fbs> ah well, atleast i found a 3d footprint for that abmm2 2013-10-30T16:58:15 < dongs> 3dcontentcentral.com probably has a ton of shit. its not liek any size crystal cant be just scaled up/down for 3d pic 2013-10-30T16:58:36 < fbs> i have no idea how to scale 2013-10-30T16:59:15 -!- Robint91_ye_2nd [~Robint91_@2a02:2c40:400:0:350c:bd3:6de:bbc9] has joined ##stm32 2013-10-30T17:01:13 < fbs> i bought 2 of each for this project, if i find something better ill use that next time 2013-10-30T17:02:21 -!- Robint91 [~Robint91_@2a02:2c40:400:0:f024:4c5c:66cd:ed12] has quit [Ping timeout: 252 seconds] 2013-10-30T17:02:27 < fbs> anyway, thanks for telling me what the standard is :p 2013-10-30T17:02:58 < Steffanx> smdshop.nl fbs? :P 2013-10-30T17:03:18 < fbs> digikey 2013-10-30T17:04:40 < fbs> Steffanx: do you know a dutch store that sells stm32? 2013-10-30T17:05:35 < Steffanx> i dont think those exists.. 2013-10-30T17:05:44 < Steffanx> -s 2013-10-30T17:05:59 < fbs> ah, so my google fu isnt that bad 2013-10-30T17:06:17 < fbs> wonder if there is a market for it :p 2013-10-30T17:06:39 < fbs> conrad sells the f0 discovery 2013-10-30T17:06:53 -!- dekar [~dekar@212.255.234.183] has joined ##stm32 2013-10-30T17:06:53 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-30T17:07:17 < Steffanx> i think many use farnell and/or digikey. 2013-10-30T17:07:49 < Steffanx> i used aavrs.nl quiet often back in my AVR time.. don't know if you can start something like that for STM32 :) 2013-10-30T17:08:33 < Steffanx> *quite 2013-10-30T17:09:33 < fbs> sstm32.nl 2013-10-30T17:10:22 < jpa-> if something is complex enough to merit STM32, it is complex enough that you'll probably need something from a big distributor anyway 2013-10-30T17:10:46 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-30T17:11:42 -!- Robint91_ye_2nd [~Robint91_@2a02:2c40:400:0:350c:bd3:6de:bbc9] has quit [Ping timeout: 252 seconds] 2013-10-30T17:11:59 < fbs> dunno, i like to stick to 1 type/series of controller 2013-10-30T17:12:26 -!- Robint91 [~Robint91_@2a02:2c40:400:0:8158:a3a9:1ef9:6cc5] has joined ##stm32 2013-10-30T17:14:25 < Steffanx> *sstm32s.nl fbs :P 2013-10-30T17:14:56 < Steffanx> Sure that also applies to those new F0s jpa-? 2013-10-30T17:16:05 < fbs> guess ill need to start buying in 1k quantity to make it attractive to buy 2013-10-30T17:18:12 < Steffanx> :P 2013-10-30T17:19:34 -!- Vutral [~ss@mirbsd/special/Vutral] has quit [Ping timeout: 246 seconds] 2013-10-30T17:19:37 -!- Inrelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-30T17:19:51 -!- ouah [~ouah@unaffiliated/ouah] has quit [Quit: Lost terminal] 2013-10-30T17:27:32 -!- piezo [~piezo@tsv35-1-78-232-144-90.fbx.proxad.net] has quit [Ping timeout: 268 seconds] 2013-10-30T17:28:20 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-30T17:30:38 < fbs> meh for some reason my display fails random 2013-10-30T17:32:05 -!- zippe [~Adium@173.11.99.161] has joined ##stm32 2013-10-30T17:32:06 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-30T17:35:40 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-30T17:43:03 -!- Robint91 [~Robint91_@2a02:2c40:400:0:8158:a3a9:1ef9:6cc5] has quit [Ping timeout: 252 seconds] 2013-10-30T17:44:05 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 248 seconds] 2013-10-30T17:49:28 -!- amstan__ [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-30T17:50:24 -!- amstan_ [~alex@aichallenge/admin/amstan] has quit [Read error: Connection reset by peer] 2013-10-30T17:54:01 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-30T17:54:42 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-30T17:59:04 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has joined ##stm32 2013-10-30T18:03:41 -!- tabler [~tabler@95.111.148.80] has joined ##stm32 2013-10-30T18:03:47 -!- tabler [~tabler@95.111.148.80] has quit [Excess Flood] 2013-10-30T18:09:45 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-30T18:12:34 -!- dekar [~dekar@212.255.234.183] has quit [Quit: This computer has gone to sleep] 2013-10-30T18:12:40 < jpa-> Steffanx: maybe not 2013-10-30T18:18:19 -!- dekar [~dekar@212.255.234.183] has joined ##stm32 2013-10-30T18:18:19 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-30T18:28:39 -!- JokerI [5388f6d6@gateway/web/freenode/ip.83.136.246.214] has quit [Quit: Page closed] 2013-10-30T18:35:25 -!- DanteA [~X@host-85-157-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-30T18:37:05 < qyx_> fbs: if you are seeking some determinism, apply 100V to it 2013-10-30T18:47:01 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Ping timeout: 248 seconds] 2013-10-30T18:51:23 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-30T18:52:03 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has quit [Ping timeout: 272 seconds] 2013-10-30T18:52:37 -!- amstan__ [~alex@aichallenge/admin/amstan] has quit [Read error: Connection reset by peer] 2013-10-30T18:55:08 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has joined ##stm32 2013-10-30T18:55:36 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Ping timeout: 246 seconds] 2013-10-30T18:55:59 -!- GargantuaSauce [~sauce@blk-252-19-214.eastlink.ca] has joined ##stm32 2013-10-30T18:56:14 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-30T18:59:34 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-30T19:01:25 -!- PT_Dreamer [~quassel@162.237.189.46.rev.vodafone.pt] has quit [Ping timeout: 246 seconds] 2013-10-30T19:22:19 -!- dekar [~dekar@212.255.234.183] has quit [Quit: This computer has gone to sleep] 2013-10-30T19:28:40 -!- piezo [~piezo@2a01:e34:ee89:5a0:6a5d:43ff:fe0b:6b25] has joined ##stm32 2013-10-30T19:31:29 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-30T19:31:52 < fbs> last time i did that it looked like http://imgur.com/a/5QJxN#0 2013-10-30T19:34:38 < Steffanx> The poor boy .. how could you 2013-10-30T19:37:47 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-30T19:38:04 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-30T19:38:11 < fbs> it failed 2013-10-30T19:40:47 -!- madist [~madist@unaffiliated/madist] has quit [Quit: Leaving] 2013-10-30T19:53:23 -!- CRF_Peter [~Peter@w193-11-200-145.eduroam.sunet.se] has joined ##stm32 2013-10-30T19:54:20 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-30T19:56:34 -!- barthess [~barthess@178.154.55.176] has joined ##stm32 2013-10-30T19:58:04 -!- CRF_Peter [~Peter@w193-11-200-145.eduroam.sunet.se] has quit [Ping timeout: 264 seconds] 2013-10-30T19:59:33 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Remote host closed the connection] 2013-10-30T19:59:40 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-30T19:59:58 < fbs> ok maybe i shouldnt write to a unknown command address 2013-10-30T20:02:06 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 245 seconds] 2013-10-30T20:02:30 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-30T20:19:07 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-30T20:22:53 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has quit [Ping timeout: 272 seconds] 2013-10-30T20:23:26 -!- grummund [~user@unaffiliated/grummund] has quit [Ping timeout: 240 seconds] 2013-10-30T20:24:54 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-30T20:29:58 -!- grummund [~user@unaffiliated/grummund] has quit [Remote host closed the connection] 2013-10-30T20:30:56 -!- CRF_Peter [~Peter@dhcp-182230.eduroam.chalmers.se] has joined ##stm32 2013-10-30T20:32:37 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-30T20:36:37 -!- amstan__ [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-30T20:40:56 -!- MrM0bius [~Joey@194.176.111.175] has joined ##stm32 2013-10-30T20:43:58 -!- MrMobius [~Joey@194.176.111.155] has quit [Ping timeout: 246 seconds] 2013-10-30T20:56:11 < fbs> Tectu: recommend me a good display :p, this one is shit 2013-10-30T20:57:18 < Steffanx> or your wiring is shit? :P 2013-10-30T20:57:25 < Tectu> fbs, what are your needs 2013-10-30T20:58:20 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Ping timeout: 245 seconds] 2013-10-30T20:58:36 < fbs> simple graphical color with touchscreen 2013-10-30T20:58:39 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-30T20:58:59 < fbs> maybe i should get a 429 discovery 2013-10-30T20:59:14 < fbs> Steffanx: http://i.imgur.com/CX34sJX.jpg what could go wrong? 2013-10-30T21:00:05 < fbs> Steffanx: ever ordered at farnell? 2013-10-30T21:02:03 < Tectu> I hope you're kidding about the "what could go wrong" 2013-10-30T21:02:17 < fbs> ;) 2013-10-30T21:02:39 < Tectu> fbs, consider this: http://www.embest-tech.com/cms/news/embest-s-three-expansion-modules-based-on-stm32f4discovey-in-collaboration-with-st-and-premier-farnell.html 2013-10-30T21:02:59 < Tectu> fbs, that way you also get microSD, Ethernet and so on 2013-10-30T21:03:45 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Ping timeout: 245 seconds] 2013-10-30T21:03:46 -!- Inrelaida [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-30T21:04:20 < fbs> hmm, thats $85 2013-10-30T21:05:33 < fbs> any reason to not try the 429 disco with lcd? 2013-10-30T21:05:42 < fbs> its 3x cheaper 2013-10-30T21:07:12 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-30T21:07:16 < karlp> came out earlier? 2013-10-30T21:07:30 < Tectu> fbs, 2.4" on the 429 2013-10-30T21:07:49 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 248 seconds] 2013-10-30T21:08:42 < Tectu> fbs, but yes, of course the 429 will work as well :P 2013-10-30T21:10:34 < Steffanx> no fbs, i didn't order ever from farnell 2013-10-30T21:10:34 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Disconnected by services] 2013-10-30T21:10:34 -!- BrainDamage1 [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-30T21:10:39 -!- BrainDamage1 is now known as BrainDamage 2013-10-30T21:11:27 < Steffanx> because of their annoying way of ordering. You have to order for at least 50 euro excl VAT. and by email 2013-10-30T21:12:57 -!- dekar [~dekar@212.255.234.183] has joined ##stm32 2013-10-30T21:13:00 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-30T21:15:40 < jpa-> Steffanx: here i just order through a local electronics reseller (farnell only sells directly to companies around here) 2013-10-30T21:16:01 < Steffanx> No never ever ever ever. 2013-10-30T21:16:12 < Steffanx> Then it's cheaper to ask Tectu to order one for me :P 2013-10-30T21:16:33 < fbs> Steffanx: ah thats what i needed to know 2013-10-30T21:16:36 < fbs> 50 euro :p 2013-10-30T21:17:09 < zyp> same here (wrt. farnell/companies) 2013-10-30T21:17:14 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has joined ##stm32 2013-10-30T21:17:20 < zyp> so, talking about f429-disco? 2013-10-30T21:17:39 < jpa-> the reseller that i use doesn't charge any extra (not sure what kind of a deal they have) 2013-10-30T21:17:47 < zyp> that's nice 2013-10-30T21:17:55 < zyp> do they ship to norway? :p 2013-10-30T21:17:56 < fbs> guess i can try farnell 2013-10-30T21:18:05 < jpa-> zyp: probably not :) 2013-10-30T21:18:14 -!- MrM0bius [~Joey@194.176.111.175] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- Chicks dig it] 2013-10-30T21:19:07 < Steffanx> jpa-, the 'local' one here does. And more than just VAT. 2013-10-30T21:19:25 < jpa-> well VAT of course, no way to avoid that 2013-10-30T21:20:03 < Steffanx> I asked someone from a local EE forum to order one for me :) 2013-10-30T21:20:13 < jpa-> one other reseller here charges 25% extra.. not sure if anyone uses them :) 2013-10-30T21:20:47 < zyp> looks like arrow has them in stock and sells to .nl 2013-10-30T21:21:10 < zyp> Steffanx, buy from arrow and get an extra for me too :p 2013-10-30T21:21:29 < Steffanx> Mine is already on it's way :P 2013-10-30T21:21:52 < jpa-> Steffanx: found your video https://www.youtube.com/watch?v=3H-P8rwNYCg 2013-10-30T21:22:08 < Steffanx> Yeah.. that video is going viral 2013-10-30T21:22:32 -!- amstan__ [~alex@aichallenge/admin/amstan] has quit [Read error: Connection reset by peer] 2013-10-30T21:22:35 < zyp> maybe I'll just order from farnell to my company 2013-10-30T21:22:49 < jpa-> Steffanx: yeah, it's already approved by the committee of 300 2013-10-30T21:22:51 < Steffanx> yeah, much easier for you zyp 2013-10-30T21:23:31 -!- piezo [~piezo@2a01:e34:ee89:5a0:6a5d:43ff:fe0b:6b25] has quit [Ping timeout: 246 seconds] 2013-10-30T21:23:35 < qyx_> how do you like the idea of using digital isolators for driving mosfet drivers inputs? 2013-10-30T21:23:38 < Steffanx> 300+ jpa-.. stats are not up to date 2013-10-30T21:23:51 < Steffanx> let me show you want i found on the web jpa- 2013-10-30T21:24:11 < jpa-> http://xkcd.com/1224/ 2013-10-30T21:24:18 < Steffanx> http://tinyurl.com/ltc45ef you know that guy? 2013-10-30T21:24:33 < jpa-> no, but i know that tube 2013-10-30T21:24:34 < Steffanx> oh, i don't read xkcd daily 2013-10-30T21:24:37 < jpa-> it came with my curtains 2013-10-30T21:26:21 < gxti> qyx_: why would that be a problem? 2013-10-30T21:26:59 < qyx_> gxti: i can't see the problem but also i have never seen anyone using them for this purpose 2013-10-30T21:27:15 < fbs> should work 2013-10-30T21:27:19 < gxti> qyx_: it's just logic 2013-10-30T21:27:41 < fbs> so now i need 15 euro of cool farnell stuff 2013-10-30T21:27:44 < fbs> maybe that dac 2013-10-30T21:28:03 < Steffanx> Why buy that one when TI gives it you for free? ;) 2013-10-30T21:28:34 < Steffanx> oh, no you should not abuse their sample service 2013-10-30T21:28:40 < fbs> ;) 2013-10-30T21:28:45 < qyx_> i will just try.. it fits my application because besides of driving mosfet h-bridge i also need to pass U/I measurements and status indication back 2013-10-30T21:31:50 -!- barthess [~barthess@178.154.55.176] has quit [Ping timeout: 240 seconds] 2013-10-30T21:33:39 -!- piezo [~piezo@2a01:e34:ee89:5a0:6a5d:43ff:fe0b:6b25] has joined ##stm32 2013-10-30T21:35:02 < Steffanx> you ever got any interesting results with that btw jpa-? Or did you gave up on it? 2013-10-30T21:35:13 -!- serserar [~quassel@81.202.236.209] has joined ##stm32 2013-10-30T21:35:41 < Steffanx> oh, i think we 'discussed' this before.. and you didn't have wonderful results. 2013-10-30T21:40:39 < jpa-> Steffanx: i got somewhat promising results.. would have had to redo the electronics probably and buy more transducers.. but never bothered 2013-10-30T21:40:57 < Steffanx> too bad 2013-10-30T21:41:54 < jpa-> well, leaves time to do other things :) 2013-10-30T21:41:58 < Tectu> what's happening? 2013-10-30T21:42:19 < jpa-> Tectu: Steffanx' dutch hacking video is going viral on the intertubes 2013-10-30T21:43:09 < Tectu> link? 2013-10-30T21:43:21 < qyx_> more transducers? 2013-10-30T21:43:22 < jpa-> https://www.youtube.com/watch?v=3H-P8rwNYCg 2013-10-30T21:43:50 < gxti> are we just posting spam now? 2013-10-30T21:43:54 < jpa-> yes 2013-10-30T21:44:42 -!- piezo [~piezo@2a01:e34:ee89:5a0:6a5d:43ff:fe0b:6b25] has quit [Quit: Konversation terminated!] 2013-10-30T21:44:48 -!- piezo_ [~piezo@2a01:e34:ee89:5a0:6a5d:43ff:fe0b:6b25] has joined ##stm32 2013-10-30T21:45:22 < Tectu> Steffanx god of pr0 h4x0rs? 2013-10-30T21:47:14 < Steffanx> qyx_, that photo i linked to was some experiment of jpa- He wanted to do data transmission using ultrasonic sound etc. 2013-10-30T21:47:54 < Steffanx> Not sure why he needs more transducers for that though :) 2013-10-30T21:48:09 < jpa-> Steffanx: no, i wanted to do sonar.. then some other guy wanted to do data transmission and that link is where i took some readings for him 2013-10-30T21:48:29 < jpa-> and for synthetic aperture sonar i would have needed more transducers 2013-10-30T21:49:01 < Steffanx> oh, not even data transmission. I was more interested in the data transmission. Thats how i found that photo. 2013-10-30T21:51:34 < BrainDamage> put your data in the sonar chirp! 2013-10-30T21:53:44 < Steffanx> love you too BrainDamage 2013-10-30T21:56:23 < qyx_> ah 2013-10-30T21:57:15 < qyx_> i was trying to do the same using only 1 transducer moving along the lines of the grid 2013-10-30T21:57:29 < qyx_> results were just bad 2013-10-30T21:57:37 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Read error: No route to host] 2013-10-30T21:57:50 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-30T21:58:01 < qyx_> and those piezoelectric transducers have too narrow bandwidth 2013-10-30T21:58:43 < jpa-> qyx_: yeah, that was also a problem 2013-10-30T21:59:03 < Steffanx> What kind of bandwidth do you need for that? > 15KHz i guess? 2013-10-30T21:59:11 < qyx_> later i found one electret microphone with good response up to 60kHz 2013-10-30T21:59:25 < qyx_> but never had more time to try with standard speaker and electret mic 2013-10-30T21:59:27 < Steffanx> for a 40KHz transducer 2013-10-30T21:59:30 < jpa-> it would be great to be able to do chirps from e.g. 20kHz up to 200kHz 2013-10-30T21:59:38 < qyx_> yep 2013-10-30T21:59:59 < qyx_> i was using PN noise (maximum length sequences) 2013-10-30T22:00:10 < jpa-> mine was aimed at submerged operation, so i also needed a waterproof transducer 2013-10-30T22:00:15 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Read error: Connection reset by peer] 2013-10-30T22:00:17 < qyx_> and hadamard transforms to get impulse response 2013-10-30T22:00:23 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-30T22:00:39 < qyx_> uhm, these are quite expensive 2013-10-30T22:01:57 < qyx_> using just ~4kHz of bw at 40kHz i was able to recognize objects laid on the floor but their edges were very blurry 2013-10-30T22:06:32 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Quit: Leaving.] 2013-10-30T22:06:45 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-30T22:07:18 < gxti> neat 2013-10-30T22:14:14 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Ping timeout: 240 seconds] 2013-10-30T22:14:21 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-30T22:14:31 -!- sterna1 [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-30T22:16:38 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Ping timeout: 240 seconds] 2013-10-30T22:23:58 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has quit [Read error: Connection reset by peer] 2013-10-30T22:24:24 -!- nighty- [~nighty@TOROON12-1279662182.sdsl.bell.ca] has joined ##stm32 2013-10-30T22:24:29 -!- alexn [~alexn@pD95EA24D.dip0.t-ipconnect.de] has joined ##stm32 2013-10-30T22:24:43 -!- serserar [~quassel@81.202.236.209] has quit [Ping timeout: 245 seconds] 2013-10-30T22:24:51 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-30T22:25:08 -!- nighty- [~nighty@TOROON12-1279662182.sdsl.bell.ca] has quit [Read error: Connection reset by peer] 2013-10-30T22:25:20 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-30T22:28:10 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has joined ##stm32 2013-10-30T22:28:40 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 264 seconds] 2013-10-30T22:29:15 -!- nighty- [~nighty@static-68-179-124-161.ptr.terago.net] has joined ##stm32 2013-10-30T22:30:41 -!- sterna1 [~Adium@dhcp141.chs.chalmers.se] has quit [Ping timeout: 240 seconds] 2013-10-30T22:33:00 -!- piezo_ [~piezo@2a01:e34:ee89:5a0:6a5d:43ff:fe0b:6b25] has quit [Quit: Konversation terminated!] 2013-10-30T22:33:09 -!- piezo_ [~piezo@2a01:e34:ee89:5a0:6a5d:43ff:fe0b:6b25] has joined ##stm32 2013-10-30T22:33:53 -!- simara [~simara@176.15.237.146] has joined ##stm32 2013-10-30T22:37:38 -!- CRF_Peter [~Peter@dhcp-182230.eduroam.chalmers.se] has quit [Ping timeout: 245 seconds] 2013-10-30T22:52:21 -!- simara [~simara@176.15.237.146] has quit [Ping timeout: 272 seconds] 2013-10-30T22:55:48 -!- sterna [~Adium@dhcp141.chs.chalmers.se] has quit [Quit: Leaving.] 2013-10-30T22:56:54 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-30T23:19:03 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-30T23:20:15 -!- grummund [~user@unaffiliated/grummund] has joined ##stm32 2013-10-30T23:21:33 -!- prattmic [~prattmic@198.211.102.209] has joined ##stm32 2013-10-30T23:26:48 -!- serserar [~quassel@81.202.236.209.dyn.user.ono.com] has joined ##stm32 2013-10-30T23:29:13 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-30T23:30:02 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-30T23:30:23 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Ping timeout: 240 seconds] 2013-10-30T23:32:44 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-30T23:37:59 -!- dekar [~dekar@212.255.234.183] has quit [Quit: This computer has gone to sleep] 2013-10-30T23:40:09 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Ping timeout: 246 seconds] 2013-10-30T23:42:01 -!- dekar [~dekar@212.255.234.183] has joined ##stm32 2013-10-30T23:42:01 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-30T23:48:46 -!- piezo_ [~piezo@2a01:e34:ee89:5a0:6a5d:43ff:fe0b:6b25] has quit [Ping timeout: 246 seconds] 2013-10-30T23:52:26 -!- piezo_ [~piezo@2a01:e34:ee89:5a0:6a5d:43ff:fe0b:6b25] has joined ##stm32 --- Day changed Thu Oct 31 2013 2013-10-31T00:10:08 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has joined ##stm32 2013-10-31T00:14:52 -!- BrainDamage [~BrainDama@dynamic-adsl-94-36-235-101.clienti.tiscali.it] has quit [Ping timeout: 264 seconds] 2013-10-31T00:34:03 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-243-243.clienti.tiscali.it] has joined ##stm32 2013-10-31T00:44:31 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-243-243.clienti.tiscali.it] has quit [Read error: No route to host] 2013-10-31T00:44:43 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-243-243.clienti.tiscali.it] has joined ##stm32 2013-10-31T00:47:02 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-243-243.clienti.tiscali.it] has quit [Client Quit] 2013-10-31T00:47:14 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-243-243.clienti.tiscali.it] has joined ##stm32 2013-10-31T00:47:25 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-243-243.clienti.tiscali.it] has quit [Client Quit] 2013-10-31T00:47:25 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 241 seconds] 2013-10-31T01:12:46 -!- johntramp [~Thunderbi@175.111.102.145] has joined ##stm32 2013-10-31T01:13:58 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-31T01:14:07 < johntramp> hi, I am using stlink to flash a stm32f4 discovery board. is there a way to use st-util to reset the board? 2013-10-31T01:14:57 < zyp> if you use gdb, then you can reset it by doing «run» 2013-10-31T01:15:41 < johntramp> hi zyp 2013-10-31T01:15:53 < johntramp> i am wanting to be able to put it into a bash script 2013-10-31T01:15:54 < zyp> hi 2013-10-31T01:16:15 < johntramp> would that require two processes? 2013-10-31T01:16:27 < mervaka> johntramp: you mean wipe it, or put the demo program back on? 2013-10-31T01:16:39 < johntramp> mervaka: just reset, same as pushing the reset button 2013-10-31T01:16:43 < mervaka> the former is easy, just connect to it and erase 2013-10-31T01:16:44 < mervaka> oh 2013-10-31T01:16:46 < mervaka> i see 2013-10-31T01:17:52 * mervaka takes a look 2013-10-31T01:18:00 < zyp> johntramp, well, as far as I know there is no standalone reset feature of the st-flash utility 2013-10-31T01:18:21 < zyp> but I might be wrong, I haven't used it for a year or two 2013-10-31T01:18:25 < johntramp> i have been doing it by st-flash write, but i know that isn't a good thing to be doing more than necessary 2013-10-31T01:18:32 < mervaka> yeah there is 2013-10-31T01:18:44 < mervaka> target -> MCU core 2013-10-31T01:18:51 < mervaka> lots of useful buttons there 2013-10-31T01:19:05 < zyp> mervaka, we're talking about the texane tool, I assume 2013-10-31T01:19:12 < zyp> no buttons anywhere ;) 2013-10-31T01:19:14 < mervaka> ST link utility? 2013-10-31T01:19:18 < johntramp> yes the command line app 2013-10-31T01:19:21 < mervaka> oh 2013-10-31T01:19:23 < johntramp> https://github.com/texane/stlink 2013-10-31T01:19:41 < mervaka> sorry, dunno then :p 2013-10-31T01:19:57 < mervaka> i just use uVision for everything :p 2013-10-31T01:20:00 < zyp> johntramp, when I develop I mostly do everything from gdb instead of from bash 2013-10-31T01:20:56 < zyp> the easiest solution for what you want would probably be using gdb -x to script gdb 2013-10-31T01:21:11 < zyp> and then just use run through gdb 2013-10-31T01:21:54 < mervaka> zyp: I'm going ahead with the LPC4357 for my project btw :o wish me luck! 2013-10-31T01:22:02 < johntramp> zyp: yeah ok thanks 2013-10-31T01:22:04 < zyp> otherwise you could whip up a script that talks gdb protocol directly to the st-util gdbserver, or whip up another cli utility to trigger a reset directly 2013-10-31T01:22:14 < zyp> or just add reset without flashing to st-flash 2013-10-31T01:22:30 < zyp> probably wouldn't be very hard 2013-10-31T01:22:38 < mervaka> audio mixer version 2! 2013-10-31T01:23:11 < zyp> oh, and then of course you could just ditch the texane stuff completely and switch to openocd, I hear openocd is pretty usable nowadays 2013-10-31T01:23:33 < zyp> but don't ask me for help with that, I'm not using that myself :) 2013-10-31T01:30:01 -!- alexn [~alexn@pD95EA24D.dip0.t-ipconnect.de] has left ##stm32 ["Leaving"] 2013-10-31T01:43:32 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-31T02:05:19 < johntramp> zyp: looks like openocd might be easier than stlink 2013-10-31T02:05:52 < johntramp> it takes a -c reset switch 2013-10-31T02:07:53 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-31T02:07:54 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-31T02:09:27 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 240 seconds] 2013-10-31T02:09:28 -!- piezo_ [~piezo@2a01:e34:ee89:5a0:6a5d:43ff:fe0b:6b25] has quit [Ping timeout: 246 seconds] 2013-10-31T02:10:01 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-31T02:18:53 -!- serserar [~quassel@81.202.236.209.dyn.user.ono.com] has quit [Ping timeout: 245 seconds] 2013-10-31T02:35:01 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has quit [Ping timeout: 246 seconds] 2013-10-31T02:38:30 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-31T02:43:04 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 264 seconds] 2013-10-31T03:13:26 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Read error: Connection reset by peer] 2013-10-31T03:13:50 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-31T03:30:52 < emeb> OK - fixed that weirdness with the SD card. It's enough just to mount the card and open a directory regardless of if there's a card or not and whether or not I need a directory listing. 2013-10-31T03:31:31 < emeb> I'm using FF9a which doesn't actually mount the card when you do a "f_mount()" call, so the "f_opendir()" is needed. 2013-10-31T03:31:55 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-31T03:31:57 < emeb> FF10 has an option in f_mount() to force actually mounting though - may upgrade to that. 2013-10-31T03:35:24 -!- zippe [~Adium@173.11.99.161] has quit [Quit: Leaving.] 2013-10-31T03:35:27 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Ping timeout: 272 seconds] 2013-10-31T03:45:50 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 240 seconds] 2013-10-31T03:58:17 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-31T03:59:11 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 245 seconds] 2013-10-31T04:00:31 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-31T04:08:51 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 240 seconds] 2013-10-31T04:13:46 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 2013-10-31T04:19:09 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has quit [Remote host closed the connection] 2013-10-31T04:21:10 -!- bsdfox [~h36sa@107-221-62-129.lightspeed.frokca.sbcglobal.net] has joined ##stm32 2013-10-31T04:21:10 -!- bsdfox [~h36sa@107-221-62-129.lightspeed.frokca.sbcglobal.net] has quit [Changing host] 2013-10-31T04:21:10 -!- bsdfox [~h36sa@unaffiliated/bsdfox] has joined ##stm32 2013-10-31T04:23:03 -!- Activate_for_mor [~mirggi@host-94-159-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-31T04:25:01 -!- Vutral [ss@mirbsd/special/Vutral] has joined ##stm32 2013-10-31T04:46:33 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has joined ##stm32 2013-10-31T05:05:43 -!- madist [~madisx@unaffiliated/madist] has joined ##stm32 2013-10-31T05:10:52 < dongs> https://youtube.com/watch?v=O6XkH84JYjU 2013-10-31T05:10:53 < dongs> something useful hasbeen done with shittyberrypi 2013-10-31T05:32:07 < GargantuaSauce> that's pretty snazzy 2013-10-31T05:32:24 -!- dekar [~dekar@212.255.234.183] has quit [Quit: This computer has gone to sleep] 2013-10-31T05:39:34 -!- akaWolf [~akaWolf@unaffiliated/akawolf] has joined ##stm32 2013-10-31T05:45:53 -!- Activate_for_mor [~mirggi@host-94-159-66-217.spbmts.ru] has joined ##stm32 2013-10-31T05:46:01 -!- dekar [~dekar@212.255.234.183] has joined ##stm32 2013-10-31T05:46:02 -!- mode/##stm32 [+v dekar] by ChanServ 2013-10-31T05:46:06 -!- dekar [~dekar@212.255.234.183] has quit [Remote host closed the connection] 2013-10-31T06:06:54 -!- Activate_for_mor [~mirggi@host-94-159-66-217.spbmts.ru] has quit [Ping timeout: 246 seconds] 2013-10-31T06:21:22 -!- Activate_for_mor [~mirggi@host-30-159-66-217.spbmts.ru] has joined ##stm32 2013-10-31T06:22:03 -!- Steffanx [~steffanx@unaffiliated/steffanx] has quit [Ping timeout: 252 seconds] 2013-10-31T06:23:25 -!- Steffanx [~steffanx@unaffiliated/steffanx] has joined ##stm32 2013-10-31T06:34:38 -!- madist [~madisx@unaffiliated/madist] has quit [Ping timeout: 240 seconds] 2013-10-31T06:44:06 < dongs> still no updated @ matchboxarm 2013-10-31T06:44:06 < dongs> lol 2013-10-31T06:47:23 -!- TheSeven [~quassel@rockbox/developer/TheSeven] has quit [Disconnected by services] 2013-10-31T06:47:37 -!- [7] [~quassel@rockbox/developer/TheSeven] has joined ##stm32 2013-10-31T06:56:37 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-31T06:58:47 -!- efuentes [32885f56@gateway/web/freenode/ip.50.136.95.86] has joined ##stm32 2013-10-31T07:09:03 -!- madist [~madisx@unaffiliated/madist] has joined ##stm32 2013-10-31T07:09:37 -!- efuentes [32885f56@gateway/web/freenode/ip.50.136.95.86] has quit [Ping timeout: 250 seconds] 2013-10-31T07:30:08 -!- upgrdman [~upgrdman@blender/artist/upgrdman] has quit [Quit: Leaving] 2013-10-31T07:51:01 -!- mog [~mog@fsf/member/mog] has quit [Ping timeout: 248 seconds] 2013-10-31T07:52:18 -!- dfletcher [~fletch@108-196-222-251.lightspeed.sntcca.sbcglobal.net] has joined ##stm32 2013-10-31T07:56:14 -!- madist [~madisx@unaffiliated/madist] has quit [Ping timeout: 240 seconds] 2013-10-31T07:58:18 -!- madist [~madisx@unaffiliated/madist] has joined ##stm32 2013-10-31T07:58:29 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: Leaving.] 2013-10-31T08:00:43 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-31T08:05:02 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-31T08:05:21 -!- R0b0t1` [~dev@unaffiliated/r0b0t1] has quit [Read error: Connection reset by peer] 2013-10-31T08:06:36 -!- R0b0t1 [~dev@unaffiliated/r0b0t1] has joined ##stm32 2013-10-31T08:16:27 -!- DanteA [~X@host-110-157-66-217.spbmts.ru] has joined ##stm32 2013-10-31T08:22:07 < dongs> http://e.dx.com/albums/201208/arduino-compatible/index.html?gclid=CIPqvrS3wLoCFcJopAodzC8Adw 2013-10-31T08:22:11 < dongs> time to go shopping 2013-10-31T08:27:14 -!- madis_ [~madisx@unaffiliated/madist] has joined ##stm32 2013-10-31T08:28:40 -!- madist [~madisx@unaffiliated/madist] has quit [Ping timeout: 264 seconds] 2013-10-31T08:30:03 -!- DanteA [~X@host-110-157-66-217.spbmts.ru] has quit [Ping timeout: 246 seconds] 2013-10-31T08:39:54 -!- MrMobius [~Joey@194.176.111.154] has joined ##stm32 2013-10-31T08:40:43 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has quit [Ping timeout: 272 seconds] 2013-10-31T08:43:03 -!- barthess [~barthess@86.57.155.106] has joined ##stm32 2013-10-31T08:51:00 -!- amstan [~alex@aichallenge/admin/amstan] has quit [Quit: Konversation terminated!] 2013-10-31T08:53:36 -!- DanteA [~X@host-21-157-66-217.spbmts.ru] has joined ##stm32 2013-10-31T08:54:57 -!- johntramp [~Thunderbi@175.111.102.145] has quit [Disconnected by services] 2013-10-31T08:55:08 -!- johntramp [~Thunderbi@175.111.102.145] has joined ##stm32 2013-10-31T09:17:16 -!- madis_ [~madisx@unaffiliated/madist] has quit [Ping timeout: 264 seconds] 2013-10-31T09:18:08 -!- madist [~madisx@unaffiliated/madist] has joined ##stm32 2013-10-31T09:21:28 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-31T09:32:19 -!- Robint91 [~Robint91_@2a02:2c40:400:0:6d4d:765:6e19:cda8] has joined ##stm32 2013-10-31T09:35:08 -!- DanteA [~X@host-21-157-66-217.spbmts.ru] has quit [Ping timeout: 240 seconds] 2013-10-31T10:06:22 -!- jon1012 [~jon@foresight/developer/jon1012] has joined ##stm32 2013-10-31T10:08:54 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-31T10:10:58 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 245 seconds] 2013-10-31T10:40:49 -!- Viper168_ is now known as Viper168 2013-10-31T10:54:46 -!- MrMobius [~Joey@194.176.111.154] has quit [Quit: HydraIRC -> http://www.hydrairc.com <- The professional IRC Client :D] 2013-10-31T10:57:29 -!- madist [~madisx@unaffiliated/madist] has quit [Quit: Leaving] 2013-10-31T11:00:34 -!- madist [~madisx@unaffiliated/madist] has joined ##stm32 2013-10-31T11:16:00 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has left ##stm32 [] 2013-10-31T11:16:26 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has joined ##stm32 2013-10-31T11:16:52 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-31T11:17:54 -!- someone_r [~Someone@128.39.204.190] has joined ##stm32 2013-10-31T11:18:24 < someone_r> hey guys do you know something about zigbee? 2013-10-31T11:19:00 < someone_r> is that a software protocol right? can i implement it on nrf24l01+? 2013-10-31T11:19:10 < someone_r> or do i need a special hardware?` 2013-10-31T11:25:24 < zyp> doesn't nrf24l01+ only support nrf proprietary protocol? 2013-10-31T11:26:59 < zyp> zigbee is built on top of 802.15.4 framing, so you need a transceiver that can do that 2013-10-31T11:31:10 < dongs> dingbee 2013-10-31T11:35:57 -!- DanteA [~X@host-21-157-66-217.spbmts.ru] has joined ##stm32 2013-10-31T11:40:21 -!- Activate_for_mor [~mirggi@host-30-159-66-217.spbmts.ru] has quit [Ping timeout: 248 seconds] 2013-10-31T11:40:38 -!- talsit [~talsit@FLH1Aem155.osk.mesh.ad.jp] has quit [Quit: Leaving.] 2013-10-31T11:42:12 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Quit: Page closed] 2013-10-31T11:45:06 < karlp> someone managed to cobble together btle: http://dmitry.gr/index.php?r=05.Projects&proj=15&proj=11.%20Bluetooth%20LE%20fakery 2013-10-31T11:45:14 < karlp> but yeah, 802.15.4 is different, 2013-10-31T11:46:46 < someone_r> ok so than i need another harware 2013-10-31T11:47:06 < dongs> haha 2013-10-31T11:47:14 < dongs> karlp: thats the guy who did lunix on AVR w/sdram right? 2013-10-31T11:48:02 < dongs> yep it is. 2013-10-31T11:48:05 < dongs> fucking nutcase. 2013-10-31T11:48:18 < karlp> it's good to have people like that in the world though :) 2013-10-31T11:48:33 < karlp> someone_r: what's your end goal? 2013-10-31T11:52:44 < someone_r> well...i would like idiot if i tell 2013-10-31T11:53:16 < someone_r> anyway, i wanted to check if i could reuse some nrf chip 2013-10-31T11:53:36 < someone_r> with the STM32 2013-10-31T11:54:16 < someone_r> and make them communicate to zigbee protocol... 2013-10-31T11:55:08 < someone_r> however it seems that i have to swithc completely... I was looking into the EM357 wich has MCU+RFzigBee 2013-10-31T11:55:55 < someone_r> and the MCU is still based on the ARM M3 2013-10-31T11:57:08 < karlp> are you looking at zigbee zigbee the closed commercial thing for any particular thing you want to integrate with? 2013-10-31T11:57:27 < karlp> or are you more just after some mesh radio stuff? 2013-10-31T11:57:49 < someone_r> i want to control multiple sensors 2013-10-31T11:57:59 < someone_r> on wireless 2013-10-31T11:58:10 < someone_r> so mesh radio stuff 2013-10-31T11:59:44 < someone_r> i have to do some reading for understanding better few topics... 2013-10-31T12:00:03 < someone_r> anyway... you guys are great... 2013-10-31T12:00:54 < someone_r> it is amazing that EVERYTHING that i ask... you have the answer... 2013-10-31T12:00:58 < someone_r> :D 2013-10-31T12:02:49 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has joined ##stm32 2013-10-31T12:06:31 < qyx_> sometimes also trollswer 2013-10-31T12:09:43 -!- DanteA [~X@host-21-157-66-217.spbmts.ru] has quit [Ping timeout: 245 seconds] 2013-10-31T12:14:07 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-31T12:37:44 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has joined ##stm32 2013-10-31T12:45:28 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 264 seconds] 2013-10-31T12:52:12 < trepidaciousMBR> Is there a nice, open, sane mesh radio protocol with open source support for a decent RTOS on a decent MCU? 2013-10-31T12:52:37 < Laurenceb__> there is the arduino library 2013-10-31T12:52:39 < Laurenceb__> seems to work 2013-10-31T12:52:48 < Laurenceb__> i got it running on F1 2013-10-31T12:54:05 -!- efuentes [32885f56@gateway/web/freenode/ip.50.136.95.86] has joined ##stm32 2013-10-31T12:57:37 < karlp> "the arduino library" what are you answering laurence? 2013-10-31T13:00:23 -!- jef79m [~jef79m@202-159-133-69.dyn.iinet.net.au] has quit [Ping timeout: 272 seconds] 2013-10-31T13:00:45 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has quit [Ping timeout: 272 seconds] 2013-10-31T13:02:26 -!- jef79m [~jef79m@202-159-133-69.dyn.iinet.net.au] has joined ##stm32 2013-10-31T13:02:46 < jpa-> karlp: how about karlnet? :) 2013-10-31T13:03:33 < karlp> far far too immature .) 2013-10-31T13:03:44 < karlp> I've spent maybe 5 hours on it in the last month or two :) 2013-10-31T13:17:11 < dongs> http://www.kickstarter.com/projects/863853574/touch-board-interactivity-everywhere?ref=category 2013-10-31T13:17:14 < dongs> lol 2013-10-31T13:18:49 < jpa-> why does the distance reading start to descent before the hand lifts off the sensor :D 2013-10-31T13:23:03 -!- PT_Dreamer [~quassel@125.5.103.87.rev.vodafone.pt] has joined ##stm32 2013-10-31T13:23:48 < dongs> http://www.kickstarter.com/projects/500449896/project-hoverbike-a-full-scale-flying-prototype?ref=category 2013-10-31T13:28:47 -!- efuentes [32885f56@gateway/web/freenode/ip.50.136.95.86] has quit [Ping timeout: 250 seconds] 2013-10-31T13:33:41 -!- Robint91_ye_2nd [~Robint91_@2a02:2c40:400:0:a572:441c:c3dc:be05] has joined ##stm32 2013-10-31T13:34:54 -!- Robint91 [~Robint91_@2a02:2c40:400:0:6d4d:765:6e19:cda8] has quit [Ping timeout: 252 seconds] 2013-10-31T13:40:09 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-31T14:04:12 -!- Viper168 is now known as Viper168_ 2013-10-31T14:07:27 -!- Viper168 [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-31T14:08:29 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 241 seconds] 2013-10-31T14:17:30 -!- mog [~mog@c-68-62-170-105.hsd1.al.comcast.net] has joined ##stm32 2013-10-31T14:17:30 -!- mog [~mog@c-68-62-170-105.hsd1.al.comcast.net] has quit [Changing host] 2013-10-31T14:17:30 -!- mog [~mog@fsf/member/mog] has joined ##stm32 2013-10-31T14:25:50 < Laurenceb> looks fuel inefficient 2013-10-31T14:31:24 -!- Robint91 [~Robint91_@2a02:2c40:400:0:89fa:a129:e3e4:ae08] has joined ##stm32 2013-10-31T14:32:40 < Steffanx> Hows the linux xip going R0b0t1? 2013-10-31T14:32:43 < Steffanx> *Robint91 2013-10-31T14:33:45 -!- Robint91_ye_2nd [~Robint91_@2a02:2c40:400:0:a572:441c:c3dc:be05] has quit [Ping timeout: 252 seconds] 2013-10-31T14:35:08 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 240 seconds] 2013-10-31T14:43:13 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-31T14:50:44 < fbs> whats the proper way to run gdb+openocd for debugging from a makefile? 2013-10-31T14:52:40 -!- madist [~madisx@unaffiliated/madist] has quit [Ping timeout: 264 seconds] 2013-10-31T14:53:53 < jpa-> fbs: one way is to use "target remote | openocd -c 'gdb_port pipe; log_output openocd.log'" from gdb to start & stop openocd automatically, and then put that & other gdb init commands in a file and give that as argument to gdb 2013-10-31T14:54:23 -!- Robint91_ye_2nd [~Robint91_@2a02:2c40:400:0:e84b:6117:8e8a:59fd] has joined ##stm32 2013-10-31T14:54:25 < jpa-> (actually "target extended" is better instead) 2013-10-31T14:55:09 < fbs> i got http://pastie.org/8445427 atm 2013-10-31T14:55:39 < fbs> but gdb always starts with 2013-10-31T14:55:41 < fbs> Remote debugging using localhost:3333 2013-10-31T14:55:43 < fbs> 0x00000000 in ?? () 2013-10-31T14:55:45 -!- Robint91 [~Robint91_@2a02:2c40:400:0:89fa:a129:e3e4:ae08] has quit [Ping timeout: 252 seconds] 2013-10-31T14:55:59 < jpa-> add "monitor reset halt" to the initialization 2013-10-31T14:56:11 < jpa-> maybe you'll want "load" also to verify the newest firmware is loaded 2013-10-31T14:56:29 < fbs> but what if i dont want a reset? 2013-10-31T14:57:09 < jpa-> "monitor halt" might work.. or just "continue" from gdb if you don't want to stop the running program either 2013-10-31T14:57:44 < fbs> hmm 2013-10-31T14:57:55 < fbs> debugging doesnt stop the iwdg? 2013-10-31T14:57:56 < jpa-> the 0x000000 in ?? comes because the program is still running AFAIK 2013-10-31T14:59:24 < jpa-> you can configure that in DBGMCU 2013-10-31T14:59:30 < jpa-> DBG_IWDG_STOP 2013-10-31T14:59:45 < fbs> ah thanks 2013-10-31T15:00:07 < fbs> trying to figure out why spi makes my controller die 2013-10-31T15:20:08 < fbs> lol, i used 2013-10-31T15:20:29 < fbs> GetFlagStatus(IT_RXNE) instead of GetITStaus 2013-10-31T15:21:18 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-31T15:28:44 < fbs> jpa-: i made it 'openocd -f .. -c 'halt' > ...', seems to work 2013-10-31T15:32:08 -!- madist [~madisx@unaffiliated/madist] has joined ##stm32 2013-10-31T15:36:23 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-31T15:48:56 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has joined ##stm32 2013-10-31T15:49:06 -!- MrMobius [~Joey@194.176.111.170] has joined ##stm32 2013-10-31T15:51:21 < Laurenceb> http://www.theregister.co.uk/2013/10/31/want_to_see_us_set_a_nas_on_fire/ 2013-10-31T15:51:22 < Laurenceb> lol 2013-10-31T15:54:38 < madist> wtf. I was expecting a video. 2013-10-31T15:54:52 < madist> not some promotional shit ending with "Coming in Novemnber" 2013-10-31T15:55:06 < gxti> that's because theregister is crap 2013-10-31T15:57:08 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has quit [Ping timeout: 240 seconds] 2013-10-31T16:00:37 -!- someone_r [~Someone@128.39.204.190] has quit [Ping timeout: 272 seconds] 2013-10-31T16:03:59 < dongs> http://www.kickstarter.com/projects/stevemaxwell/mylabox-a-starting-point-for-hardware-projects?ref=category 2013-10-31T16:04:03 < dongs> yes 2013-10-31T16:04:11 < dongs> gxti: lame, neo7M has no i2c master for settings 2013-10-31T16:04:16 < dongs> only neo7n has nvram 2013-10-31T16:04:54 < Steffanx> madist, best thing is not to reply to his video posts ;) 2013-10-31T16:05:01 -!- Activate_for_mor [~mirggi@host-30-159-66-217.spbmts.ru] has joined ##stm32 2013-10-31T16:05:17 < Steffanx> Especially when it's just promotional crap :P 2013-10-31T16:06:37 < MrMobius> dongs, nice find "Up to 2 cycles-per-second read/write." 2013-10-31T16:07:03 < dongs> MrMobius: wat 2013-10-31T16:07:43 < MrMobius> mylabiabox or whatever that thing you linked is 2013-10-31T16:07:47 < dongs> o 2013-10-31T16:07:50 < dongs> i didnt actually rad it 2013-10-31T16:08:00 < dongs> read 2013-10-31T16:08:00 < dongs> stopped reading afteR "arduinoi compatible" 2013-10-31T16:08:00 < dongs> and pasted here 2013-10-31T16:08:01 < dongs> cuz it has to be good 2013-10-31T16:08:45 < trepidaciousMBR> Dammit, I thought it was an ox suitable for raising in my lab :( 2013-10-31T16:09:06 < trepidaciousMBR> My old lab ox died, apparently if they eat a retort stand that's not good for them 2013-10-31T16:09:31 < dongs> I will need to get some certifications from the FCC & CE. Though the box isn't an emitter it does have a power supply built in, and because of that its falls into a less-stringent testing category. Not too worried about this, but in the spirit of full disclosure I thought this should be out there. 2013-10-31T16:09:36 < dongs> haha 2013-10-31T16:09:45 < dongs> i wonder if he bothered checking how much it costs for a FCC/CE submission. 2013-10-31T16:09:52 < dongs> and/or how much time it takes to get it right 2013-10-31T16:10:05 < gxti> or looked at all the other dickstarters that were/still are in fcc hell for months 2013-10-31T16:10:22 < dongs> :D 2013-10-31T16:11:03 < gxti> reminds me, i should get some ghetto EMC gear so i can see how much my time nerd board farts out 2013-10-31T16:11:19 < dongs> send one to me, i'll test it 2013-10-31T16:12:08 < Steffanx> and clone it 2013-10-31T16:12:23 < gxti> would save me the trouble of making them Steffanx 2013-10-31T16:12:30 < Steffanx> :D 2013-10-31T16:12:50 < dongs> yeah uh i dont think it's hard to clone, all his shit is on bitbucket or github or somethign 2013-10-31T16:13:18 < gxti> it's trivial anyway 2013-10-31T16:15:51 < dongs> http://www.kickstarter.com/projects/talkjunky/talkjunky-it-is-a-dvr-for-podcast 2013-10-31T16:16:03 < dongs> why the fuck is this under technology 2013-10-31T16:16:13 -!- someone_r [~Someone@128.39.204.190] has joined ##stm32 2013-10-31T16:23:22 -!- PT_Dreamer_ [~quassel@125.5.103.87.rev.vodafone.pt] has joined ##stm32 2013-10-31T16:23:44 -!- PT_Dreamer [~quassel@125.5.103.87.rev.vodafone.pt] has quit [Ping timeout: 256 seconds] 2013-10-31T16:24:23 -!- someone_r [~Someone@128.39.204.190] has quit [] 2013-10-31T16:31:06 -!- Activate_for_mor [~mirggi@host-30-159-66-217.spbmts.ru] has quit [Ping timeout: 256 seconds] 2013-10-31T16:54:59 -!- emeb_mac [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Quit: emeb_mac] 2013-10-31T17:02:39 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-31T17:09:53 -!- barthess [~barthess@86.57.155.106] has quit [Quit: Leaving.] 2013-10-31T17:16:48 < trepidaciousMBR> dongs: Because there isn't a category for "Epic fail" ? 2013-10-31T17:17:43 < Steffanx> thebestpageintheuniverse.net/c.cgi?u=epic for trepidaciousMBR 2013-10-31T17:18:20 < trepidaciousMBR> :) 2013-10-31T17:20:24 -!- Robint91_ye_2nd [~Robint91_@2a02:2c40:400:0:e84b:6117:8e8a:59fd] has quit [Ping timeout: 252 seconds] 2013-10-31T17:21:21 < Laurenceb> http://www.youtube.com/watch?v=-fDM9Eb16Do 2013-10-31T17:21:26 -!- PT_Dreamer_ [~quassel@125.5.103.87.rev.vodafone.pt] has quit [Quit: No Ping reply in 180 seconds.] 2013-10-31T17:26:46 < emeb> you brits and your tea. 2013-10-31T17:28:29 -!- Activate_for_mor [~mirggi@host-94-159-66-217.spbmts.ru] has joined ##stm32 2013-10-31T17:30:12 < gxti> very practical 2013-10-31T17:34:22 -!- Intelaida_ [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has joined ##stm32 2013-10-31T17:45:09 -!- Activate_for_mor [~mirggi@host-94-159-66-217.spbmts.ru] has quit [Ping timeout: 252 seconds] 2013-10-31T18:07:07 -!- DLPeterson [~hazelnuss@199-241-202-32.PUBLIC.monkeybrains.net] has joined ##stm32 2013-10-31T18:20:07 -!- claude is now known as Claude 2013-10-31T18:26:34 -!- trepidaciousMBR [~trepidaci@176.62.208.227] has quit [Quit: trepidaciousMBR] 2013-10-31T18:35:45 -!- barthess [~barthess@185.6.24.81] has joined ##stm32 2013-10-31T18:41:20 -!- alan5 [~quassel@cpc4-belf10-2-0-cust924.2-1.cable.virginm.net] has joined ##stm32 2013-10-31T18:48:17 -!- Claude is now known as claude 2013-10-31T18:53:11 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has quit [Read error: Connection reset by peer] 2013-10-31T18:55:32 -!- emeb [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-31T19:11:28 -!- barthess [~barthess@185.6.24.81] has quit [Ping timeout: 256 seconds] 2013-10-31T19:19:02 -!- CRF_Peter [~Peter@h-154-110.a370.priv.bahnhof.se] has joined ##stm32 2013-10-31T19:25:48 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has quit [Read error: Connection reset by peer] 2013-10-31T19:26:58 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-31T19:33:43 -!- barthess [~barthess@185.6.24.104] has joined ##stm32 2013-10-31T19:37:39 -!- barthess [~barthess@185.6.24.104] has quit [Read error: Connection reset by peer] 2013-10-31T19:50:02 -!- efuentes [465bc731@gateway/web/freenode/ip.70.91.199.49] has joined ##stm32 2013-10-31T19:54:25 -!- madist [~madisx@unaffiliated/madist] has quit [Quit: Leaving] 2013-10-31T19:59:35 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has quit [Ping timeout: 245 seconds] 2013-10-31T20:00:40 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-243-243.clienti.tiscali.it] has joined ##stm32 2013-10-31T20:07:27 -!- efuentes [465bc731@gateway/web/freenode/ip.70.91.199.49] has quit [Ping timeout: 250 seconds] 2013-10-31T20:15:52 -!- DLPeterson_ [~hazelnuss@199-241-202-32.PUBLIC.monkeybrains.net] has joined ##stm32 2013-10-31T20:19:12 -!- Rickta59 [~Rickta59@cpe-174-106-144-066.ec.res.rr.com] has joined ##stm32 2013-10-31T20:20:29 -!- emeb1 [~ericb@ip70-176-233-148.ph.ph.cox.net] has joined ##stm32 2013-10-31T20:25:21 -!- Netsplit *.net <-> *.split quits: MrMobius, emeb, jon1012, ntfreak 2013-10-31T20:25:22 -!- Netsplit *.net <-> *.split quits: forrestv 2013-10-31T20:25:55 -!- Netsplit over, joins: jon1012 2013-10-31T20:30:50 -!- MrMobius [~Joey@91.192.66.16] has joined ##stm32 2013-10-31T20:32:20 -!- barthess [~barthess@178.154.81.95] has joined ##stm32 2013-10-31T20:49:32 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-31T20:58:45 -!- jon1012 [~jon@foresight/developer/jon1012] has quit [Ping timeout: 252 seconds] 2013-10-31T21:04:17 < emeb1> Everyone have their Nexus 5 ordered? 2013-10-31T21:05:28 < Steffanx> why you think i need a nexus5? :) 2013-10-31T21:05:46 < qyx_> No. 2013-10-31T21:05:52 < emeb1> because it's the new hotness! upgrade or die! 2013-10-31T21:06:05 < zyp> I'm gonna stick with my nexus 4 2013-10-31T21:06:10 < zyp> it's nice enough 2013-10-31T21:06:17 * emeb1 still has an ancient flip-phone, so this is all sarcasm. 2013-10-31T21:06:43 < Steffanx> You think i have > $349 for a (stupid) phone emeb1? :( 2013-10-31T21:07:10 < emeb1> beats me 2013-10-31T21:07:18 < emeb1> just trollin' 2013-10-31T21:08:24 < Steffanx> i do have a android phone.. but it can barely run it :( 2013-10-31T21:08:31 -!- MrMobius [~Joey@91.192.66.16] has quit [Ping timeout: 260 seconds] 2013-10-31T21:08:34 < zyp> $349 isn't that bad 2013-10-31T21:09:49 < emeb1> my main beef with smartphones is that I don't care to spend > $800/yr on a service plan 2013-10-31T21:10:07 < qyx_> my 7 years old k550i is still working, why should i need something hardly functional :S 2013-10-31T21:10:28 < zyp> emeb1, are they that expensive? 2013-10-31T21:11:04 < emeb1> zyp: here in the US the cell providers don't give any breaks on fees. 2013-10-31T21:11:50 < emeb1> in fact, if you try to do a low cost plan w/o data but you have a smartphone, the networks will detect that and tack on data. 2013-10-31T21:11:59 < zyp> emeb1, I'm on a plan at $50/month, includes way more calls, messages and data than I'm using 2013-10-31T21:12:15 -!- BrainDamage [~BrainDama@dynamic-adsl-78-12-243-243.clienti.tiscali.it] has quit [Read error: Connection reset by peer] 2013-10-31T21:12:21 -!- BrainDamage1 [~BrainDama@dynamic-adsl-78-12-243-243.clienti.tiscali.it] has joined ##stm32 2013-10-31T21:12:21 -!- BrainDamage1 is now known as BrainDamage 2013-10-31T21:12:27 < emeb1> data plans here cost min $30/mo added onto a typical $30-$40/mo voice/text plan. 2013-10-31T21:12:58 < zyp> I could have went with a cheaper plan, but work covers $85/mo anyway, so I wouldn't save anything :p 2013-10-31T21:13:12 < emeb1> BYOD 2013-10-31T21:14:02 < BrainDamage> zyp: I'm gonna stick with my nexus 4 < OLD 2013-10-31T21:14:05 < zyp> the only usage I have outside the plan is when I go abroad 2013-10-31T21:14:06 < BrainDamage> ( someone had to ) 2013-10-31T21:14:34 < zyp> and even that is pretty cheap nowadays 2013-10-31T21:15:16 < Steffanx> You know.. i don't have to be online when im not near my pc :) 2013-10-31T21:15:20 < qyx_> hm, i have 6e/mo flat gprs/edge access here 2013-10-31T21:15:32 < qyx_> + one minute for 0.13e 2013-10-31T21:15:34 < emeb1> I guess that $349 is for 16GB unlocked. That's unsubsidized and not much more than what I paid for my Samsung Galaxy Player a few years back. 2013-10-31T21:15:41 < Steffanx> im not important enough for that. 2013-10-31T21:15:59 < emeb1> would be hilarious to buy a smartphone and not use the phone aspect... 2013-10-31T21:16:15 < Steffanx> uhm, that's why people do nowadays. 2013-10-31T21:16:18 < zyp> Steffanx, I like being able to receive mail anywhere 2013-10-31T21:16:19 < Steffanx> oh, that was sarcasm 2013-10-31T21:16:32 < qyx_> you can even get ~2GB of hsdpa/hsupa for ~15e/mo here 2013-10-31T21:16:39 < Steffanx> To feel or to be important zyp? ;) 2013-10-31T21:17:15 < qyx_> or maybe more GB/less price, i don't watch all the offerings 2013-10-31T21:17:21 < qyx_> *lower 2013-10-31T21:17:40 < zyp> Steffanx, probably neither, I just like staying on top of things :p 2013-10-31T21:18:13 -!- ntfreak [~ntfreak@unaffiliated/ntfreak] has joined ##stm32 2013-10-31T21:18:14 -!- forrestv [~forrestv@207.12.89.39] has joined ##stm32 2013-10-31T21:18:36 -!- Robint91 [~Robint91_@2a02:2c40:400:0:45c7:c44a:b338:432b] has joined ##stm32 2013-10-31T21:18:43 < zyp> also, gps/maps when I'm travelling is handy 2013-10-31T21:20:17 < emeb1> zyp: about how much data do you use/mo? 2013-10-31T21:21:12 < zyp> phone says I've been using 217 Mb during the last month 2013-10-31T21:21:56 < zyp> my plan includes 6 GB 2013-10-31T21:22:44 < zyp> but I think it was originally 1 GB when I signed up for it in december last year, then they increased it to 3 GB after a couple of months, and then doubled it to 6 GB only a few weeks ago 2013-10-31T21:23:30 -!- Robint91 [~Robint91_@2a02:2c40:400:0:45c7:c44a:b338:432b] has quit [Ping timeout: 252 seconds] 2013-10-31T21:24:22 < emeb1> Interesting. 2013-10-31T21:25:00 < emeb1> the 2GB plan from my provider is $55/mo. 500MB is $39/mo. 2013-10-31T21:25:26 < zyp> heh 2013-10-31T21:25:47 < zyp> before I got the current plan, I paid $17/mo for 500MB data only 2013-10-31T21:25:50 < emeb1> (both w/ unlimited voice/txt) 2013-10-31T21:26:02 < emeb1> No data-only plans on this provider. 2013-10-31T21:26:24 < emeb1> they have a 500MB + limited voice/txt for $29. 2013-10-31T21:27:15 < emeb1> and this outfit is on the low end of the cost spectrum. 2013-10-31T21:27:20 < zyp> oh, my $50 plan is actually after a discount 2013-10-31T21:27:35 < zyp> it's normally $68 2013-10-31T21:27:45 < emeb1> because they like you? 2013-10-31T21:28:18 < zyp> they had a campaign where you could sign up for a year with 25% off 2013-10-31T21:28:45 < zyp> so $50 would normally only give me 1.5 GB, not 6 2013-10-31T21:29:48 < zyp> hmm, no, that's not right, it still says 3 GB in the list for my current plan 2013-10-31T21:30:39 < zyp> I guess I'll have to look at it in december when my discount expires, can probably pick something cheaper then 2013-10-31T21:31:38 -!- Intelaida_ [bc8609a1@gateway/web/freenode/ip.188.134.9.161] has quit [Quit: Page closed] 2013-10-31T21:33:51 < zyp> ah 2013-10-31T21:34:12 < zyp> they haven't doubled it yet, I just got a message saying it'll double next week :p 2013-10-31T21:35:25 -!- Intelaida [4d48784e@gateway/web/freenode/ip.77.72.120.78] has quit [Ping timeout: 250 seconds] 2013-10-31T21:39:07 < emeb1> good thing you didn't start watching netflix (or equiv) 24/7 2013-10-31T21:40:12 < zyp> I don't see the appeal of watching videos on my phone 2013-10-31T21:43:47 < karlp> I'm only using about 150-250 meg a month on my phone, fwiw 2013-10-31T21:45:06 < zyp> enough for it to be useful 2013-10-31T21:51:07 -!- barthess [~barthess@178.154.81.95] has quit [Quit: Leaving.] 2013-10-31T21:55:51 -!- amstan [~alex@aichallenge/admin/amstan] has joined ##stm32 2013-10-31T21:58:21 -!- barthess [~barthess@178.154.24.93] has joined ##stm32 2013-10-31T22:01:11 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-31T22:01:35 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has joined ##stm32 2013-10-31T22:08:19 -!- Viper168_ [~Viper@unaffiliated/viper168] has joined ##stm32 2013-10-31T22:10:24 -!- Viper168 [~Viper@unaffiliated/viper168] has quit [Ping timeout: 240 seconds] 2013-10-31T22:15:17 < karlp> oh, my plan is about $13-$18 / month for my usage, 2013-10-31T22:15:36 < karlp> and yeah, I could do more with that plan than I do. 2013-10-31T22:15:49 < karlp> america, beszt í heimi ;) 2013-10-31T22:16:48 < fbs> do i use DMA_Cmd or SPI_I2S_DMACmd to start a dma transfer? 2013-10-31T22:17:10 < karlp> you consult the most bestest stdperiphlib documentation. 2013-10-31T22:19:19 < fbs> i tried that 2013-10-31T22:22:26 < fbs> i think i need to enable the channel using spi_i2s_dma since the transfer complete event disables the channel 2013-10-31T22:50:24 -!- Laurenceb__ [~Laurence@host81-159-191-89.range81-159.btcentralplus.com] has joined ##stm32 2013-10-31T23:13:33 -!- trepidaciousMBR [~trepidaci@217.155.204.2] has joined ##stm32 2013-10-31T23:24:13 -!- Viper168_ [~Viper@unaffiliated/viper168] has quit [Ping timeout: 272 seconds] 2013-10-31T23:24:38 -!- sterna [~Adium@d83-183-118-166.cust.tele2.se] has quit [Quit: Leaving.] 2013-10-31T23:41:24 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has quit [Quit: to sleep, perchance to dream] 2013-10-31T23:41:45 -!- barthess [~barthess@178.154.24.93] has quit [Ping timeout: 265 seconds] 2013-10-31T23:43:25 < fbs> woops, used SPI1->DR and not &SPI1->DR :/ 2013-10-31T23:44:00 < fbs> so it was dma'ing to some weird mem location 2013-10-31T23:48:43 < Laurenceb__> http://www.theregister.co.uk/2013/10/31/hyperloop_crowdfunding/ 2013-10-31T23:48:46 < Laurenceb__> failtrain 2013-10-31T23:49:29 < jpa-> fbs: i wish the headers would define it as void* instead of uint32_t 2013-10-31T23:56:17 -!- gnomad [~gnomad@c-71-203-29-67.hsd1.fl.comcast.net] has joined ##stm32 --- Log closed Fri Nov 01 00:00:20 2013