The (Ultimate) ZYBOt Guide

Back in March, we released a blog post announcing the ZYBOt. There was a set of Instructables and a video showing what the ZYBOt is all about. If you check those out, you can see that the ZYBOt is remote-controlled and has a video feed that can be displayed to a computer. The ZYBOt is a great project for people that want to dive into working with FPGAs and Linux.

Aleph 1.0, the Internet-Controlled Microscope Robotic Manipulator

Aleph 1.0 is a remote-controlled robotic manipulator for biological or chemical probes. Its purpose is to allow scientists to safely manipulate and analyze biohazardous or toxic substances, or to simply observe or interact with small probes and/or devices that must be contained in controlled environments. Instructables user kovari_andrei provides a tutorial for doing just that. It uses the chipKIT Pro MX7, and we’re thrilled to see our products being used in such cool ways.

A Crash Course on Linux (Just The Good Parts)

Originally, this blog post was going to be about how Linux works with its kernel and everything. That turned out to be extremely dry, and it was a jumbled mess to try to fit everything into a blog post. Just check out the Linux wiki page for all that stuff. Instead this post is going to be more about parts of Linux that people should know about. Linux is used widely for developing software and embedded systems. One example is the Zybot, partially developed by Kaitlyn and me!

Setting Up a LAMP Server

Now that we have Linux booted up on our computer, we can get programming. What happens if we want to create web pages? Well, we need to set-up our LAMP server. LAMP stands for Linux Apache MySQL PHP. This blog post goes in conjunction with a relevant Instructable about setting up our LAMP server, so just like the previous blog post about dual-booting Ubuntu, this is going to go over more of why we’re doing this. What the LAMP server will allow us to do it create a local host that will let us communicate with the Internet.

I2C — How Does It Work?

Inter-integrated-circuit, more commonly known as I²C (generally pronounced I-squared-C), is a communication style originally developed by Phillips Semiconductor (now NXP Semiconductor). Its design allows multiple components to be able to talk to each other on the same data line, making it widely used in a variety of systems, including Pmods. As a fan of Pmods, I’m in favor of learning how you can communicate with them and get them what you want to do. Let’s find out more.