Hi there im not a visitor to the group as I live in the UK but I would love to learn about Android app
Development, Im a computer programmer I write mainly in C but do a little Assembly and some C++
But not C++ Classes, Ive designed computer games and im also a robotics designer, metal working
Engineer and cad designer etc. If I can be helpful to you guys im willing to help in any way I can
I do use skype and have video support.
Regards
Richard
Looks mostly straight forward.
Java plus a visual dev kit, and a large selection of prepackaged functions and services.
Eclipse? or something else?
--
You received this message because you are subscribed to the Google Groups "TokyoHackerSpace" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tokyohackerspace/-/_tzfHgUSVTgJ.
Speaking of Arduino and Android...
I have need to custom build an Arduino with BlueTooth serial link as a wireless controller for printing
and need to control it from android
Are there any decent tools for setting up mechatronic devices with android on the remote?
Thinking of our schedule, itd seem that monday is least utilized.
Im thinking first and third monday, arduino and android.
--
You received this message because you are subscribed to the Google Groups "TokyoHackerSpace" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tokyohackerspace/-/7ziXqkMVa6wJ.
I've been to one of loftworks workshop about android programming with processing.
and i would also be interested on app integration btw android and arduino.
Speaking of Arduino and Android...
I have need to custom build an Arduino with BlueTooth serial link as a wireless controller for printing
and need to control it from android
Are there any decent tools for setting up mechatronic devices with android on the remote?
Soon-to-be THS member (I hope) Hisakawa-san sells an android hacker board.
http://www.harpyhack.com/
I could use a little motivation as well, I've read a lot of android code but haven't written much.
I can give some pointers on Eclipse, if you'd like. I've done Java for a long time, but don't remember the Android libs easily.
Arduino is one of the MCUs for repraps..
My own primary interest will be a personalized computer with 3D printer that I can use in a mobile fashion
I already have the rest of the system and only need to make a chassis and printer to match my needs
I have already tried std chassis and they all have failed usability so far
--
You received this message because you are subscribed to the Google Groups "TokyoHackerSpace" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tokyohackerspace/-/S4XpFR5DjRoJ.
I'm more thinking about how to get a familiar toolchain working at the moment
which will be OpenSCAD, Slic3r and printrun
Does the laser cutter take SVG as I get that from slic3r for free when generating g-code for reprap plating objects
And I already have some chassis materials
Laser cut a design to pair them together.
--
You received this message because you are subscribed to the Google Groups "TokyoHackerSpace" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tokyohackerspace/-/BcBMoHkLtlgJ.
Any interest in starting a once per month Android app development study group?
--
You received this message because you are subscribed to the Google Groups "TokyoHackerSpace" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tokyohackerspace/-/KknEOQ_JnusJ.
I am now writing an android and iPhone app. I am using the titanium framework from appcelerator which allows you to write both android and iPhone apps from the same JavaScript code base. It is open source. Here is a video I made showing a test application I made
Any interest in starting a once per month Android app development study group?
--
You received this message because you are subscribed to the Google Groups "TokyoHackerSpace" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tokyohackerspace/-/KknEOQ_JnusJ.
To post to this group, send email to tokyohac...@googlegroups.com.
To unsubscribe from this group, send email to tokyohackerspa...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tokyohackerspace?hl=en.
holy god and country!
http://www.megaupload.com/
--
You received this message because you are subscribed to the Google Groups "TokyoHackerSpace" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tokyohackerspace/-/kEQcjCsIyDcJ.
--
You received this message because you are subscribed to the Google Groups "TokyoHackerSpace" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tokyohackerspace/-/mGA9u4za79oJ.
http://usingimho.wordpress.com/2011/06/14/why-you-should-stay-away-from-appcelerators-titanium/
--
Please keep a time slot free during my next visit to show me the place ;)
If some of the ultra-cheap tablets/pocket devices have a USB host interface they would be very interesting to be hacked into one own project.
You couldn't get a cheaper way of displaying your data and having a great touchscreen user interface for your project.
IMO, the android group at THS should focus how to get those ultracheap units embedded in a project (connecting peripherals like arduinos, read data via bluetooth/wifi from sensor nodes, etc.) Some of them might have great hack potential providing some serial or SPI or I2C interfaces as well.
Totti
> --
> You received this message because you are subscribed to the Google Groups
> "TokyoHackerSpace" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/tokyohackerspace/-/mGA9u4za79oJ.
I would enjoy having a reprap with spooling controller setup
slave an arduino to the droid and have it charge off the usb when it is not feeding the print comtroller with commands
the other aspect would be dedicating the droid to working with FLOSS data formats to slice for printing
then it is just a matter of queuing the printable objects
To view this discussion on the web visit https://groups.google.com/d/msg/tokyohackerspace/-/apbNVQq6K8kJ.
Or worse, had a bind up but kept printing, leaving a mess all over the table.
True
So it would more operate for only small sections of the current print and support an object library
other than that keeping prints simple is the easiest
multiple objects need to be plated for a concurrent "batch" print
--
You received this message because you are subscribed to the Google Groups "TokyoHackerSpace" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tokyohackerspace/-/h59x0texb1oJ.
All movements linked to one set of steppers.
Bluetooth made headway in factory automation nets before the consumer market. Might be interesting to get a PLC and try building up a library for SCADA and HMI on android.
For the uninitiated, SCADA is supervisory control, while HMI is human to machine interface. These devices do not control machines themselves. They feed data based on user input (called a recipe) and monitor status and production for the front office. The PLC does all the actual work and manages safety of the machine. Thus, an RTOS is not usually necessary. In the case of full PLC replacement with a pc or smart device, the design of the os becomes much more critical.