**** BEGIN LOGGING AT Thu Aug 07 02:59:59 2014 Aug 07 12:01:48 * karki_ Darn you kernel driver >:( Aug 07 12:01:59 and pin mux too Aug 07 12:40:07 gm jkridner Aug 07 12:48:05 oh fuck Aug 07 12:48:12 its thursday today Aug 07 12:48:13 :( Aug 07 12:48:21 * av500 is time challenged Aug 07 12:53:56 hi jkridner Aug 07 12:54:15 hi DiegoTc Aug 07 12:54:48 jkridner: I send you a message yesterday on google talk, did you get it? Aug 07 12:55:10 I assume I'm right, but just to be sure Aug 07 12:55:20 DiegoTc: yeah, no additional hardware got shipped. Aug 07 12:56:52 thanks! Aug 07 12:57:21 jkridner: when you connect to BBB the javascript is available here http://beagleboard.org/bonescript.js Aug 07 12:57:22 ? Aug 07 12:57:50 that's what I saw yesterday when I was debugging is that right? Aug 07 12:58:19 it looks like it's a 404 now Aug 07 12:58:21 The script that enables the connection is http://beagleboard.org/static/bonescript.js Aug 07 12:58:27 you missed the /static/ Aug 07 13:00:26 I'm getting an error at the moment of the setTargetAddress Aug 07 13:00:44 here for being specific: var url = address; url = url.replace(/^(http:\/\/|https:\/\/)*/, 'http://'); url = url.replace(/(\/)*$/, '/bonescript.js'); Aug 07 13:00:52 url = url.replace(/(\/)*$/, '/bonescript.js'); Aug 07 13:01:49 when I close the window and run again the code, the code runs well, but it doesn't shows the greem check Aug 07 13:02:06 validating that is connected Aug 07 13:02:17 what are you providing as the address to setTargetAddress? Aug 07 13:02:18 localhost:8383/bone101/bonescript.js no js file exist Aug 07 13:02:55 this bonescript.js is always on the board, so it would never be at bone101/ anything. Aug 07 13:03:07 I'm not even sure how you are getting that into the picture. Aug 07 13:03:20 you provide the IP address of the board to setTargetAddress. Aug 07 13:03:30 I' was using the beagle-ui.js Aug 07 13:04:09 for having the same effect it does bone101 right now Aug 07 13:08:01 You might want to just rewrite that part for your UI. Aug 07 13:08:04 jkridner: does the bone101 page load socket.io.js from the connected Bone? Aug 07 13:08:15 still, you aren't giving me enough information to know what to even look at. Aug 07 13:08:33 it works as it is... and if the call to setTargetAddress is failing, then I need to know what you are passing it. Aug 07 13:08:41 Abhishek_: yes. Aug 07 13:09:06 setTargetAddress causes bonescript.js to load from the board... and that one will load socket.io.js. Aug 07 13:09:34 so, /static/bonescript.js is different than /bonescript.js. Aug 07 13:09:51 yes that's right Aug 07 13:10:08 didn't knw that until I sow the loadScript on bonescript.js Aug 07 13:10:13 /static/bonescript.js provides setTargetAddress and not much else. Aug 07 13:11:35 and when you reload the page you connec again Aug 07 13:12:20 that's why I'm getting the error, I'm trying to connect again but it's connected and when it loads it load the /bonescript.js Aug 07 13:14:31 thanks jkridner you help me clarify that ! Aug 07 13:25:48 jkridner: ping Aug 07 13:25:54 pong Aug 07 13:26:18 on windows what are peeps using to write the images on sd cards ? Aug 07 13:35:04 jkridner: one more question. On current bone101 there is a textbox for putting an ip address http://screencast.com/t/QpMs0tijPh I have never test it, but how it works, when I press enter it starts to load or someting similar? Aug 07 13:35:15 I don't see a connect button or something like that Aug 07 13:37:47 jkridner : driver works :) Aug 07 13:40:13 jkridner alexanderhiam : I made this huge change called *nothing* and now stuff just works! Aug 07 14:01:41 vvu: there's a tool called win32diskimager Aug 07 14:33:50 karki_: you must have rebooted ;) ? Aug 07 14:35:22 vvu: as Abhishek_ said, win32diskimager Aug 07 14:56:53 Abhishek_ : I had been rebooting throughout past 3 days :') randomly decided to work. Aug 07 14:57:10 I got frustrated and recompiled stuff. Aug 07 14:57:27 and then **|0v0|** Aug 07 15:18:44 * karki_ is now happy to announce that the new driver works with single commands, scripts and pru1 commands (PWM) :) panto, jkridner, alexanderhiam Aug 07 15:19:17 hmm I phrased the above sentence wrong..... Aug 07 15:19:19 great news :) Aug 07 15:19:44 karkiso what was the problem? Aug 07 15:19:46 The bad news is that I don't know why it wasn't working before....... Aug 07 15:23:32 panto : I just recompiled the firmware and tried again...... (made a couple of other minor changes, but don't think any of that should have affected) Aug 07 15:23:53 I'll see again why it wasn't working. Aug 07 18:52:41 alexanderhiam: you're rseethamraju mentor? Aug 07 18:54:19 DiegoTc: yeah Aug 07 18:54:37 do you know where she is publishing the examples? Aug 07 18:54:41 of her project? Aug 07 18:56:21 in here: https://github.com/rseetham/PyBBIO/tree/master/examples Aug 07 18:59:55 I will check it. Thanks! Aug 07 19:09:46 DiegoTc: that's all the PyBBIO examples, feel free to include any. PyBBIO will be in upcoming Debian images so they'll work out of the box soon! Aug 07 19:23:37 jkridner: were you able to try the web frontend yesterday? Aug 07 19:32:46 alexanderhiam: I will try to run some examples (with the hardware I have) and make the tutorials for adding them on BONE101 Aug 07 19:38:06 DiegoTc: awesome Aug 07 20:52:10 jkridner: how do you prepare systemd files to place into /lib/systemd/system for autorun at startup accordingly? Aug 07 20:52:45 I looked into those files, and if I change them accordingly to autostart the BeagleLogic webserver, I hope it should be fine Aug 07 20:59:51 Abhishek_: pastebin or gist a systemd file for a review if needed. Aug 07 21:01:05 jkridner: k, tomorrow would test with systemd and autostart Aug 07 21:01:50 where do you see the beaglelogic files placed in the system image ( /var, /opt , ... ) ? Aug 07 21:04:30 w/o packaging, /opt. with packaging, /usr/* Aug 07 21:04:33 never /var Aug 07 21:09:19 k Aug 07 21:34:08 jkridner: are you here? I'm thinking on sharing on g+, twitter, do you want it? What so you want? Listening your ideas Aug 07 21:36:44 that would be cool. Aug 07 21:36:47 how would you enable? Aug 07 21:42:10 jkridner: I was thinking something like this: http://jsbin.com/seneme/1 Aug 07 21:43:41 * Abhishek_ disables adblock to view the page Aug 07 21:44:37 basicically will be the preview card that appear Aug 07 21:44:45 working on a small demo Aug 07 21:45:08 it should be on the social media section of the tutorial page: http://diegotc.github.io/bone101/Support/GSOC/views/tutorial.html?gistid=855e0d8d0b6f6f53f06b Aug 07 21:45:25 where is the share icon supposed to appear on that jsbin snippet? Aug 07 21:46:35 instead off the links to facebook beagleboard it should be the botton to share Aug 07 21:46:52 at the side of the card Abhishek_ it's only a demo Aug 07 21:49:20 jkridner: what do you say? I go with this? Aug 07 21:56:44 jkridner: Steve send an email with recomendations. One question about the run botton, actually that's a connect botton and then you click run, should I change names or should it be connect&run together, so the modal popsup and the code starts to run? Aug 07 21:56:59 I'm thinking on the second option, what do you think? Aug 07 22:00:07 jkridner: please let me know. Aug 07 22:52:27 jkridner: Selectors on checkboxes work now Aug 07 22:52:50 I just captured 8 channels Aug 07 23:33:35 jkridner: Fixed the annoying disconnect by adding a small delay before rendering of waveform. Aug 07 23:37:39 Mmmmmmmmmm sleep() to fix problems Aug 07 23:50:09 Abhishek_: in the web app? Aug 07 23:50:18 yeah Aug 08 00:18:15 ds2 mranostay jkridner : http://s30.postimg.org/6pyznn2kf/Screenshot_from_2014_08_08_05_35_47.png Aug 08 00:28:05 hey all, what radios do you typically use with *pilot? Aug 08 00:28:28 tridge: ^ Aug 08 01:48:03 nice Aug 08 01:48:18 wonder if the rise time is as bad as the diagram suggests ;) Aug 08 01:57:57 Abhishek_: for telemetry we use SI1000 based radios (marketed as "3DR radio"). The RFD900 is also very popular for long range Aug 08 01:58:15 they run the SiK firmware (github.com/tridge/SiK Aug 08 02:30:29 cool **** ENDING LOGGING AT Fri Aug 08 02:59:59 2014