Can I build an "Arlo"?
I have been playing with NXT for a while and want to move up a step in my platform.
After digging online for a long time it seems like the "Arlo" might be the best platform available for what I want to do.
However, I am a little lost on how to start. Is the "Arlo" a kit, or just an idea? I see where I can buy most of the parts, but no entire kit, I also have a few questions I cannot see an answer for:
1. How do I power it?
2. What board should I use to control it?
- My current system is an Android phone controlling a Lego NXT brick. I was assuming I would need to learn Arduino to expand, but I don't see much about Arduino here. Is there a "standard" controller board for the "Arlo"? Can an Arduino be used with it? What is "Propeller"?
- I am not committed to any platform yet. Arduino looks tempting because of the huge community support and component availability, but I'm ready to pick up and learn whatever works best for my goals.
I probably have more questions, but these will get me started.
After digging online for a long time it seems like the "Arlo" might be the best platform available for what I want to do.
However, I am a little lost on how to start. Is the "Arlo" a kit, or just an idea? I see where I can buy most of the parts, but no entire kit, I also have a few questions I cannot see an answer for:
1. How do I power it?
2. What board should I use to control it?
- My current system is an Android phone controlling a Lego NXT brick. I was assuming I would need to learn Arduino to expand, but I don't see much about Arduino here. Is there a "standard" controller board for the "Arlo"? Can an Arduino be used with it? What is "Propeller"?
- I am not committed to any platform yet. Arduino looks tempting because of the huge community support and component availability, but I'm ready to pick up and learn whatever works best for my goals.
I probably have more questions, but these will get me started.
Comments
Arlo is a Robotic Platform System; it is the frame upon which you build and customize a robot for your needs. The Parallax Propeller is a multicore microcontroller designed to be programmed in languages like Spin, C, or PASM. Take a look at some of our Propeller Boards to get an idea of the flexibility and capability of the Propeller.
The graphic below will help illustrate how to design and choose parts for your Arlo:
These components will give you a complete Arlo Robotics Platform System upon which you can add hardware, sensors, or other components to completely customize its look and performance. You need to supply power in the form of one or two 12 VDC, 8 amp hour, SLA batteries. If you'd prefer to supply a different battery, the battery shelf has mounting holes that you can use to attach your own hardware.
Parallax is committed to offering support for its products; Arlo is still a relatively new product, and we're working on developing C libraries to make it more user-friendly to less experienced programmers. In the meantime, we have amazing sales and technical support teams, a knowledgeable and helpful forum community, and an entire site devoted to education and tutorials in C, PBASIC, and Spin (learn.parallax.com).
What are your recommendations?
Good catch, clofland. We have an Arlo power distribution board in design which will provide motor and logic power, and the latter will be regulated. So, my suggestion until we provide that hardware is to regulate the 12V power down to the Propeller Activity Board's power level (6V). There are thousands of these on eBay, Amazon, or SparkFun. http://www.amazon.com/SuperDroid-Robots-Regulator-Board-Kit/dp/B00CIC0BE8 is an example.
The Arlo is a great kit, and a very capable platform.
I'll add that the Arlo Power Distributor has multiple output terminal blocks, each of which is fused . It sits below, and mates with a newly designed switch plate. Our goal with this system is to make it really simple (and safe - those SLA's have a lot of energy!) to add all kinds of power provisioning options because the Arlo is designed to be a very expandable and robust robotic platform.
-MattG
You've given me a path forward, and I'm going to run with it as time permits! Thank you.
Use all the parts or some. Arlo provides components for a builder who wants to experiment. Be sure to check this out too for a full description of ChrisL8's build - http://forums.parallax.com/discussion/156644/building-arlo/p1
So, yes you can use the Uno, but why not stay at one site with all you need and the product support to keep you moving?
I'll echo everything that Whit said Thanks Whit!
The Arlo hardware is open source and can be controlled by any processor you prefer.
If you use our processors, then you'll have all kinds of support as far as the integration of the software and the hardware, both from Parallax, as well as our loyal band of Forumistas.
If you choose to use another processor, that's fine too - it's your choice, but we obviously can't help you with code samples on processors that we don't manufacture.
But that being said - do what you feel most comfortable with
-MattG