Hi Roger, thanks for response. Board version: 4.0e Firmware: 13 I will not impose, but do you have time to run the script on you board and tell me what happen?...
Sorry I am starting another topic before my related topic is approved...so it does work to plug in a 9V with barrel plug to power a board that stopped taking...
Hi Roger, Thanks for response. I have a board version: 4.0e The firmware version is: 13 I will not impose, but would you be able to test my script and see if...
Hi Folks, I wondering if the follow behavior is normal or it is a bug un the firmware. To test my script need to attach 4 lights to the gogo board's outputs. ...
Hi Erik, I couldn't find your previous post. Not sure what has happened. In any case, the barrel plug is typically used with voltages ranging from 9-12. 6V is...
Hi Eugenio, Can you try firmware version 14? I am travelling at the moment, but I'll try to test your code on a gogo as soon as I can. Cheers, -Roger. On Sat,...
Hi Roger, Thank you for response. I have tons of doubts, about the GOGO project. :) Hope you can help me… Do you know who is coding the gogo firmware? The...
Hi Eugenio, An older version of the firmware source code is available on google code https://code.google.com/p/gogoboard/. Since then we have moved to a local ...
This is a multi-plataform solution that runs is writtem in Python and can runs in Mac, PC or Linux , Also there is the open version of the Google Monitor and...
Hello Roger, Is this new version of Gogo programming platform based on Google Blockly? Blockly seams to be a great dev platform. If this is the case, it is...
Hi Adeilton, Yes, it is built using Blockly. We are considering two versions of the interface, one written in Python and the other using Unity3D (mono). Both ...
As an alternative you may consider an applet. I've been working with applets to interface to JavaScript/serial ports and it works like a charm. And in my case,...
We are working off of platforms people here have been working on. I'm sure the applet approach would work very well too. Have you published/described your work...
Roger, as you have said, besides the Blocky interface (very nice, btw), it is also necessary a server app, which would get code from Blocky via sockets, ...
Hello everyone, The Modkit also written in html5 also doing this type of block programming on the Arduino, to download the program, install client software on...
Hi Roger, I've looked at the new version in HTML 5 and it is very good, but I guess you are focused primarily in the LOGO Compiler, and so.. What about the...
Hello, I want to see if the GoGo can detect a IR signal from a RCJ type soccer ball. They emit a continuous IR signal or a very fast pulse, neither of which...
Anderson wrote That we should see what is available for arduinos in modkit - http://www.modk.it/ It has been a long time I suggest we should join our...
Personally, I do not like the idea to install client software. I prefer the cloud approach. Much easier to deploy a software update. 2013/3/1 Anderson Rocha...
Roger, I didn't make this project available online. I set it up on a local server. I'll try to recover the project and return to you. Regards. 2013/3/1 Arnan...
This is good stuff. -Roger. ... -- ======================= Arnan (Roger) Sipitakiat Faculty & Researcher Dept. Computer Engineering Chiang Mai University ...
Hi Erik, I am not so familiar with the RCJ soccer ball, but I think you can use an IR receiver (like the one on the gogo) to detect if there is a pulse being ...
Yes, exactly, I would like to know simply if the signal is found or not found. What you describe sounds right from other things I am reading. Do you mean add...
Erik, I would use a separate IR receiver. This one on digikey should work: http://www.digikey.com/product-detail/en/TSOP34838/751-1386-5-ND/1768188 I would try...
Roger, Great, I have seen that model ir receiver in some documentation. Your explanation makes good sense and is definitely do-able. Thank you so much! Erik...