Robotics is moving fast, and soon enough, applications ("apps") made specifically for robots will become a multi-billion dollar industry. The new FlowBotics Studio software development platform is the ideal tool to create such "robot apps" and includes everything you need to make your robots smarte…
Phidgets supports a variety of languages, but before you start programming, you'll need to get the library for the language you like working in, which can be found on the language pages on Phidgets.com. While you're there, you'll also find the code examples and an in-depth API.
RobotShop and DSP Robotics just launched some new apps to get Phidgets quickly working on your computer. These apps are made with FlowBotics Studio, the new robotics software development platform. The new apps make it really easy to use Phidgets (you don't even need to install the Phidgets driver
FlowBotics Studio is a powerful graphical programming software which helps you easily create programs which interface with external hardware. One important feature of FlowBotics Studio is that you can also create stand-alone executable (.exe) programs which can be installed and used by others who d…
In this tutorial we are going to cover Data Acquisition boards (or DAQ’s as they are better known) and how to program them using FlowBotics Studio which uses the FlowStone graphical programming language inside. Data acquisition devices form the basis of most robotics systems obtai
Sid Interactive Robot Arm Game "Sid" is Si digital's latest interactive remotely-controlled robotic arm. According to their website: "Sid was created as one of our many hack weeks here at Si digital. The underlying objective is always to create something as a team that we wouldn't normally ge…
Together with the launch of the new robotics programming platform FlowBotics Studio, RobotShop also launched the Servo Erector Set V1.1 from Lynxmotion. This is a kit of over 500 parts enabling you to build five different robots and control them via pre-made robot applications inside FlowBotics…
What is FlowBotics Studio? FlowBotics Studio is a new robotics software development platform: it boasts the powerful FlowStone graphical programming language, and includes many demo robotics projects to get you started. It can be used to control just about any robotics platform, data acqui…
This year (2001), my parents have assigned me the task of doing a science fair project. After many many brainstorming ideas, I've finally settled on the idea of a project about maze solving robots and algorithms. I read Robot Science and Technology's article about the C* algorithm, with …
Roborealm has an interesting tutorial on using machine vision for obstacle avoidance in ground-based vehicles. The tutorial shows a series of image processing steps which can be chained together to detect the "highest" point in an image, based on the ground color. Presumably, that high…
Shown below is a video of a robot that uses the perceived vanishing point of an image to navigate through a corridor. The robot, based on an iRobot Create, uses a standard webcam and video processing to locate the vanishing point of what it sees, and navigates towards that point. Such navigation wo…
The Visual Lego software project allows you to gain full control of your NXT brick via .NET (Visual Basic, C#, etc.). This software wrapper allows you to access all the bricks functionality over the serial bluetooth link. The library, written by Bram Fokke, is almost complete. It can be downloaded…