Do it yourself CNC projects are popping up everywhere and we decided that we wanted to contribute to the growth. Here are a few of our design goals: Modular Design – We wanted to do more than just keep cost down. We wanted things to be reusable and up-gradable. (Arduino , Individual Stepper Motor Drivers and … Read More →
Raspberry Pi CNC Board / Hat
We are happy to announce the next generation of our CNC boards. By combining a real-time CNC system (good old GRBL) and offloading less timely processes to a more powerful processor + operating system we have created a much more flexible but capable solution. To show some of the possibilities we have created a Web … Read More →
Vagrant makes it easy to use mBed GCC Toolchains
I am a great fan of Automation and with my recent venture into Hardware manufacturing( + limited resources) the need for automation has been highlighted. In a previous post I explained how to deploy firmware to hundreds of Micro-controllers with a simple script. My next adventure is with Toolchains. Toolchains are the software utilities/tools needed … Read More →
3D Printing Cars reduces environmental impact.
Quick preview of how easy it would be to assemble a modular car frame. By using more efficient materials like light-weight carbon-fiber tubing, it reduces manufacturing cost by using less energy to ship raw materials. Related articles across the web DM Blade Supercar has 3D Printed Chassis: The Arduino of Cars This 700hp 3D printed … Read More →
GRBL – How to clear EEPROM settings
I have lately been flashing a bunch of Arduino micro-controllers with GRBL and I had a small issue where an older version of GRBL’s settings were stuck in the Arduino’s EEPROM. To get around this I used a quick script from the Arduino website to clear it. I thought it would be useful for people … Read More →
Programming hundreds of Arduino Minions in one go
I am currently working on a neat project (Raspberry Pi CNC Board) where I have to program a bunch of Arduinos for each of the boards I am making. At first I did it with the Arduino IDE one board at a time but that was very tedious and required me to sometime change the … Read More →
Making Safer Drones
Drones can be very unpredictable and dangerous. Saying that, they can also be very useful in emergencies. I Swedish Swiss team has won a $1 million award for their work on the Gimball Drone. The drone is capable of flying into objects without breaking or damaging other objects. More Links: Drone for good Flyability Gimball … Read More →
ESP8266 – Testing if it works.
The ESP8266 is a very cheap wifi-to-serial solution for adding Wifi to electronics projects. Once its been hooked up the fun starts. A terminal emulator like Putty or Tera Term is needed to send commands to the module. To interact with the module it needs to receive AT command via its serial pins. The simplest … Read More →