2013-06-27 00:02 sivoais has joined #qi-hardware 2013-06-27 01:05 w|zzy has joined #qi-hardware 2013-06-27 01:06 wpwrak: Ive used the broadcom WICED platform. 2013-06-27 01:06 Hardest part was getting a dev board in AU 2013-06-27 01:12 wolfspraul has joined #qi-hardware 2013-06-27 02:10 w|zzy: and how was the experience ? which module did you use ? 2013-06-27 02:12 BCMUSI11 : USI 43362-based WICED+ Module (STM32F205 MCU, 8Mbit serial flash) mounted on BCM9WCD1MFI1 2013-06-27 02:12 Thats the platform i am using. One of the early dev boards.. 2013-06-27 02:13 Its a very easy build environment. The provide everything needed to compiler/upload (and also the source and instructions if you want to compile yourself) so that there are no issues with the build env 2013-06-27 02:13 Code is pretty neat and easy to follow. 2013-06-27 02:13 Plenty of neat little examples. 2013-06-27 02:13 i have an USI board with a WM-N-BM-08. i think it should be very similar to your board then. 2013-06-27 02:14 (neat code) that sounds encouraging :) 2013-06-27 02:14 You haven't got the SDK yet? 2013-06-27 02:16 i have it but haven't done anything with it besides having a very quick look. tried to build something for my board but of course the build didn't even accept my configuration. 2013-06-27 02:17 The SDK is up to 2.3.1 2013-06-27 02:18 I dislike how they authorise access to the SDK.. Its cookie based or something silly. 2013-06-27 02:18 anyway thats not important. 2013-06-27 02:18 build system is pretty easy 2013-06-27 02:18 1sbrb 2013-06-27 02:20 make demo.temp_control-BCMUSI11 download run 2013-06-27 02:21 So.. it looks in the Apps folder for the demo folder, then the temp_control folder 2013-06-27 02:21 and compiles for a BCMUSI11 board 2013-06-27 02:21 then download and run 2013-06-27 02:22 i have version 2.3.0. doesn't like that command 2013-06-27 02:22 hardest part is working out which board you have. 2013-06-27 02:22 oh wait ... now i see it. it's ./make, not "make". argh. 2013-06-27 02:23 you have to use make from inside the folder. 2013-06-27 02:26 my board ought to be BCM9WCDUSI09 2013-06-27 02:28 (if it's any of them at all) 2013-06-27 02:28 I should note that my wifes cousin developed half of the SDK. 2013-06-27 02:28 if you have any queries i can ask. 2013-06-27 02:29 you can just try 2013-06-27 02:29 the platforms are in the readme file 2013-06-27 02:30 seems to work ;) 2013-06-27 02:30 The appliance demo is pretty good. 2013-06-27 02:30 now ..to see what it's doing ... 2013-06-27 02:30 Indeed. You can specify which rtos to use.. or go raw... 2013-06-27 02:31 seems that it defaults to ThreadX 2013-06-27 02:31 they bought ThreadX and NetX for people to use with their wireless platform. 2013-06-27 02:31 Yeah. 2013-06-27 02:32 I should say they bought a license to cover the use of ThreadX and NetX.. 2013-06-27 02:32 the less closed the better :) so i'll try my luck with freertos. 2013-06-27 02:33 how to change that is specified in the makefile 2013-06-27 02:33 but first i need to see if i can get a serial console. i suppose it reports things there ? 2013-06-27 02:33 Its a fairly nice build system 2013-06-27 02:33 Yeah 2013-06-27 02:33 115200 8N1 2013-06-27 02:33 yeah, i just have to build the right magic config string 2013-06-27 02:34 snip/config_mode is pretty cool. 2013-06-27 02:34 i found the instructions once, i'll find them again :) 2013-06-27 02:36 make demo.temp_control-BCMUSI11-FreeRTOS-LwIP download run 2013-06-27 02:37 Also.... Everything gets built in the SDK/build directory. 2013-06-27 02:39 Also.. There is an image for the wireless chip itself that is store in the chip rom.. It is possible to load that into an eeprom or such. 2013-06-27 02:40 kewl. wlan scan is running. picks up half the city even without an antenna ;-)) 2013-06-27 02:40 :) 2013-06-27 02:40 Any ideas what you will use it for? 2013-06-27 02:40 Does your board have the current IC? 2013-06-27 02:41 what's the current IC ? 2013-06-27 02:41 the plan is to use this for a wpan-wlan gateway 2013-06-27 02:45 demo.temp_control doesn't seem to do anything 2013-06-27 02:45 or maybe it doesn't like freertos 2013-06-27 02:46 let's try config_mode 2013-06-27 02:47 ah, pilot error :) 2013-06-27 02:47 you have the serial port happening? 2013-06-27 02:47 i had copied your config string without changing it to my board :) 2013-06-27 02:47 btw cosm doesn't exist any more.. so it won't work.. 2013-06-27 02:47 compile appliance... 2013-06-27 02:49 Its more interesting. 2013-06-27 02:49 xively replaced cosm... 2013-06-27 02:58 also.. the downside of the current license is you can't publish our share it... I know the developers are pushing to make it more accessible. 2013-06-27 03:02 yeah, the license is very bad 2013-06-27 03:03 hmm, running snip.config_mode but it doens't let me associate 2013-06-27 03:06 ah, now 2013-06-27 03:07 unclouded has joined #qi-hardware 2013-06-27 03:10 :-) 2013-06-27 03:13 kewl. the critter works :) 2013-06-27 03:15 apparently, the 43362 is a simplified 4330. so perhaps one could get the linux driver to talk to it. 2013-06-27 03:16 perhaps... 2013-06-27 03:16 not my domain 2013-06-27 03:18 but very much mine :) 2013-06-27 03:22 if you do let me know.. they could hook it in with the picture 2013-06-27 03:22 pi 2013-06-27 03:31 arossdotme has quit [Ping timeout: 246 seconds] 2013-06-27 04:25 wolfspraul has quit [Quit: leaving] 2013-06-27 05:19 All figured out wpwrak ? 2013-06-27 05:33 all i had hoped for, at least for today :) thanks a lot ! 2013-06-27 05:35 unclouded has quit [Ping timeout: 245 seconds] 2013-06-27 05:35 i think the next step will be to map the i/os. USI call them just "GPIO_n", "SPI", etc., without mentioning which of the many units of the same kind this refers to 2013-06-27 05:35 maybe it's somewhere in the sources. at least the U(S)ART should be. 2013-06-27 05:37 ffio has joined #qi-hardware 2013-06-27 05:39 wolfspraul has joined #qi-hardware 2013-06-27 05:44 jekhor has joined #qi-hardware 2013-06-27 06:07 ffio has quit [Quit: WeeChat 0.4.1] 2013-06-27 06:10 kuribas has joined #qi-hardware 2013-06-27 06:30 wej has joined #qi-hardware 2013-06-27 06:32 mth has quit [] 2013-06-27 06:36 viric has quit [Remote host closed the connection] 2013-06-27 06:37 viric has joined #qi-hardware 2013-06-27 06:39 viric_ has joined #qi-hardware 2013-06-27 06:42 viric has quit [Ping timeout: 240 seconds] 2013-06-27 06:42 viric_ is now known as viric 2013-06-27 06:43 mth has joined #qi-hardware 2013-06-27 06:45 jekhor has quit [Ping timeout: 248 seconds] 2013-06-27 07:05 jekhor has joined #qi-hardware 2013-06-27 07:08 viric has quit [Remote host closed the connection] 2013-06-27 07:09 viric_ has joined #qi-hardware 2013-06-27 07:09 viric_ is now known as viric 2013-06-27 07:09 wej has quit [Ping timeout: 245 seconds] 2013-06-27 07:10 wolfspraul has quit [Quit: leaving] 2013-06-27 07:14 wej has joined #qi-hardware 2013-06-27 07:28 w|zzy_ has joined #qi-hardware 2013-06-27 07:29 w|zzy has quit [Ping timeout: 248 seconds] 2013-06-27 07:33 panda|x201 has quit [Ping timeout: 240 seconds] 2013-06-27 07:34 rodgort` has quit [*.net *.split] 2013-06-27 07:35 qi-bot has quit [*.net *.split] 2013-06-27 07:35 w|zzy_ has joined #qi-hardware 2013-06-27 07:35 w|zzy_ has quit [Changing host] 2013-06-27 07:37 qi-bot has joined #qi-hardware 2013-06-27 07:37 rodgort` has joined #qi-hardware 2013-06-27 07:37 lekernel has joined #qi-hardware 2013-06-27 07:58 jekhor has quit [Read error: Connection reset by peer] 2013-06-27 08:17 sivoais has quit [Ping timeout: 264 seconds] 2013-06-27 08:18 sivoais has joined #qi-hardware 2013-06-27 08:39 viric has quit [Ping timeout: 240 seconds] 2013-06-27 08:40 ffio has joined #qi-hardware 2013-06-27 09:08 w|zzy_ is now known as w|xyz 2013-06-27 09:09 panda|x201 has joined #qi-hardware 2013-06-27 09:09 w|xyz is now known as w|zzy 2013-06-27 09:13 panda|x201 has quit [Ping timeout: 256 seconds] 2013-06-27 09:31 rz2k has joined #qi-hardware 2013-06-27 10:31 ffio has quit [Quit: WeeChat 0.4.1] 2013-06-27 10:46 wej_ has joined #qi-hardware 2013-06-27 10:47 wej has quit [Ping timeout: 248 seconds] 2013-06-27 10:51 jekhor has joined #qi-hardware 2013-06-27 10:54 LunaVorax has joined #qi-hardware 2013-06-27 11:05 LunaVorax has quit [Ping timeout: 256 seconds] 2013-06-27 11:19 bikepunk-Work has joined #qi-hardware 2013-06-27 11:31 Freemor has left #qi-hardware [#qi-hardware] 2013-06-27 11:34 wolfspraul has joined #qi-hardware 2013-06-27 11:48 Freemor has joined #qi-hardware 2013-06-27 11:54 arossdotme has joined #qi-hardware 2013-06-27 12:10 Jurting_pc2 has joined #qi-hardware 2013-06-27 12:11 ffio has joined #qi-hardware 2013-06-27 12:18 viric has joined #qi-hardware 2013-06-27 12:49 newcup has quit [Read error: Operation timed out] 2013-06-27 13:38 ffio has quit [Quit: WeeChat 0.4.1] 2013-06-27 13:40 FDCX has quit [Quit: Leaving] 2013-06-27 13:40 FDCX has joined #qi-hardware 2013-06-27 13:50 wpwrak: regarding my NN charging problems. it does charge but very very slowly. Though I have had it powder on while charging so it could log the bat voltage and some time powdered off. It's been 2-3days after getting it to red, 3.5v If I remember correctly. its now 3.984 2013-06-27 13:51 whitequark: 2013-06-27 13:51 lekernel: reminded me of kickstarter ;) Is kamikaze the older release of openwrt? 2013-06-27 13:51 ooops bad copypaste 2013-06-27 13:51 lekernel: reminded me of kickstarter ;) http://xkcd.com/743/ 2013-06-27 13:54 Could any of charging circuit components get fried if they get 6vish? Didn't see any component doc on the wiki. Haven't open up & probed my NN yet btw. 2013-06-27 14:02 LunaVorax has joined #qi-hardware 2013-06-27 14:04 viric, bookmarked. will print and hang out at next ehsm. 2013-06-27 14:04 lekernel: great! I think it's very descriptive 2013-06-27 14:04 Nailed it. 2013-06-27 14:05 http://xkcd.com/1055/ 2013-06-27 14:05 lekernel: maybe you can do the 2013 drawing ;) 2013-06-27 14:05 yes, I remember that perfect kickstarter ;) 2013-06-27 14:06 lekernel: maybe the 2013 frame should include a 3d printer? :) 2013-06-27 14:07 (I just reminded the edible '3d-ink' for 3d-printers, for example) 2013-06-27 14:21 wej has joined #qi-hardware 2013-06-27 14:25 wej_ has quit [Ping timeout: 245 seconds] 2013-06-27 14:33 LunaVorax has quit [Ping timeout: 256 seconds] 2013-06-27 14:57 _whitelogger has joined #qi-hardware 2013-06-27 15:04 Freemor has left #qi-hardware [#qi-hardware] 2013-06-27 15:04 Freemor has joined #qi-hardware 2013-06-27 15:12 _whitelogger has joined #qi-hardware 2013-06-27 15:12 wej has quit [Ping timeout: 260 seconds] 2013-06-27 15:15 _whitelogger has joined #qi-hardware 2013-06-27 15:15 dandon has quit [Ping timeout: 240 seconds] 2013-06-27 15:16 dandon_ has joined #qi-hardware 2013-06-27 15:16 dandon_ is now known as dandon 2013-06-27 15:18 wej has joined #qi-hardware 2013-06-27 15:26 _whitelogger has joined #qi-hardware 2013-06-27 15:29 panda|x201 has joined #qi-hardware 2013-06-27 15:32 _whitelogger has quit [Excess Flood] 2013-06-27 15:32 _whitelogger has joined #qi-hardware 2013-06-27 15:33 LunaVorax has quit [Read error: Connection reset by peer] 2013-06-27 15:49 mirko has quit [Read error: Operation timed out] 2013-06-27 15:51 rozzin has quit [Read error: Operation timed out] 2013-06-27 15:52 mirko has joined #qi-hardware 2013-06-27 16:02 ffio has joined #qi-hardware 2013-06-27 16:05 rozzin has joined #qi-hardware 2013-06-27 16:19 kuribas has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 2013-06-27 16:53 panda|x201 has quit [Ping timeout: 248 seconds] 2013-06-27 16:58 panda|x201 has joined #qi-hardware 2013-06-27 17:06 wolfspraul has quit [Quit: leaving] 2013-06-27 18:00 qwebirc28256 has joined #qi-hardware 2013-06-27 18:00 qwebirc28256 is now known as majsta 2013-06-27 18:36 LunaVorax has joined #qi-hardware 2013-06-27 19:15 majsta has quit [Quit: Page closed] 2013-06-27 19:56 panda|x201 has quit [Ping timeout: 246 seconds] 2013-06-27 20:28 jekhor has joined #qi-hardware 2013-06-27 20:31 dandon has quit [Read error: Connection reset by peer] 2013-06-27 20:32 dandon has joined #qi-hardware 2013-06-27 20:57 panda|x201 has joined #qi-hardware 2013-06-27 21:07 rz2k has quit [] 2013-06-27 21:22 lekernel has quit [Quit: Leaving] 2013-06-27 21:54 viric_ has joined #qi-hardware 2013-06-27 21:55 viric has quit [Ping timeout: 240 seconds] 2013-06-27 21:55 viric_ is now known as viric 2013-06-27 21:56 unclouded has joined #qi-hardware 2013-06-27 22:05 jekhor has quit [Ping timeout: 276 seconds] 2013-06-27 22:34 wej has quit [Ping timeout: 260 seconds] 2013-06-27 22:40 ffio has quit [Quit: WeeChat 0.4.1] 2013-06-27 23:11 Freemor has left #qi-hardware [#qi-hardware] 2013-06-27 23:54 LunaVorax has quit [Ping timeout: 256 seconds]