I'm interested, software is my primary focus, and I'm good with an array of languages...
<projectpitch>An Android app that RESTfully consumes JSON from Google App Engine (python) and conveys "Is this week a recyclables week?" </projectpitch>
I've already written portions of this as a pet project. It scrapes http://my.appleton.org for garbage date. My intent is to open source all components under the DHMN Labs github account. http://github.com/DHMN
Help me work on/expand this idea!
Android and JSON in a RESTful environment appeals to me, I have a pet project using Rails and I want to work in Android clients and Backbone.js, so JSON and Android would be a valuable exercise for me as a programmer.
Like Ross, however, time constraints could be an issue for me, but if we setup a github repo, I'd be willing to contribute when times permits.
I have experience with .NET (VB & C#) as well as Python, and would be very interested in challenging my coding skills on any projects that might arise...
I’m interested… I’m learning java and python, know c and javascript, and could hack my way around perl.
--
You received this message because you are subscribed to the Google Groups "DHMN discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dhmn-discussi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I will not be able to make it tomorrow. L
--
You received this message because you are subscribed to the Google Groups
"DHMN discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to dhmn-discussi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.2238 / Virus Database: 2639/5579 - Release Date: 02/03/13
I wrote that last night, and it just got sent out.
Version: 2012.0.2238 / Virus Database: 2639/5581 - Release Date: 02/04/13
I might just come to help drink coffee
--
What is myrobotlab?
Myrobotlab is a open source Java service based framework for robotics and creative machine control.
What does it run on?
Myrobotlab runs on the Java 1.6 JVM, so any computer or device which supports this JVM conceptually could run myrobotlab. Many of MyRobotLab Services will run on Android's Dalvik JVM.
What are the Services it offers?
The services myrobotlab include machine vision from Javacv/Opencv, speech recognition from Sphinx 4, text to speech from FreeTTS, Motor control, Servo control, GUI control and microcontroller communication. Third party services are wrapped in myrobotlab Service wrappers and added to the framework. A list of services is here.
How would myrobotlab control a robot?
It would depend on what kind of robot it is. If the robot contained a regular PC as part of its system, myrobotlab could run directly on the robot itself. If the robot consisted of a microcontroller only, myrobotlab could run on an ancillary computer and communicate/control the robot through RF, Infrared, WiFi, Bluetooth or any number of othercommunication methods (WiiCom).
What microcontrollers does myrobotlab currently support?
At the moment, Arduino and Arduino clones are only supported, however, the .pde code which comes with myrobotlab is very simple. It basically uses the Arduino microcontrollers serial communication and turns the Arduino into a IO-slave. Porting this microcontroller code to other microcontrollers (Propeller, PicAxe, Stamp, Make, etc) would be fairly easy.
Can 2 different computers running myrobotlab talk to one another?
Yes. Myrobotlab can run and communicate on multiple computers at once. When one instance of myrobotlab connects to another, it can expose all of its currently running services to the second instance. This allows services on different computers, robots, or systems to seamlessly communicate with one another.
How does myrobotlab communicate?
This depends on what its communicating with. If there is only one instance and everything is local, in communicates with binary objects. If remote access is enabled or if more than one myrobotlab is running on multiple computers, the communication is done with TCP or UDP depending on configuration. Microcontrollers are typically communicated to serially. Go to http://myrobotlab.org/content/communication for ideas on different ways to implement communication.
Why Java?
There is an enormous amount of well organized, open source Java projects on the net which would be relevant to robotics. Java was chosen to ease interoperability and leverage this potential functionality. Java also supports reflection which aids to dynamically exposing functionality in services.
Does it have a GUI?
Yes. It can have multiple GUIs, a single GUI, or no GUIs at all. The GUI is just another Service in the framework. And it too like all other services, can communicate remotely if needed. It can also be wrapped in an Applet if the user desires it to be embedded on a web page.
Do you need to know how to program to use myrobotlab?
Currently, Yes. Although more and more functionality is being exposed through the GUI, to do anything neat you'll probably need to program it. The idea is to allow the GUI to create, configure Services and graphically change message routing. Currently, the GUI only allows Service creation.
At lunch last week, there was some discussion of starting an extra monthly event, devoted to coding and software design.My idea is to break the participants into teams based on programming language preference and/or interest in the teams project, and have all the teams build something cool.There is a big room available Thursday January 10th from 5-9 at the Appleton library I can reserve if I'm quick. Harmony Cafe seems to have their rooms full every night.We could come to the meeting with software project ideas to pitch, and babble on for a 2 minute presentation. Then everyone will split into teams, to plot their mad science for the upcoming weeks.Maker's would also be welcome if they're quiet and mind their own business.Anyone interested, any thoughts/feedback?
Door open?