Introduction into RS-485 and CAN Bus After playing with micro controllers for a bit it gets clear that at some stage you want to control things at a distance. Doing this can very quickly get complicated and expensive. For the particular projects I wanted to control wireless was not an option as it was too … Read More →
Category Archives: Arduino
Delta 3D Printer with Auto-Bed Alignment – Kossel Pro now on Kickstarter.com
Very exciting!!! This is the last week of the Kossel Pro – Kickstarter campaign. (PLEASE SUPPORT THEIR KICKSTARTER CAMPAIGN AS THEY ARE BIG CONTRIBUTORS TO THE OPEN-SOURCE COMMUNITY) Breaking news is that they are adding automated bed detection and leveling to the machines(Auto print platform calibration). Have a look at demo video of it in … Read More →
Arduino to Raspberry Pi Bridge Shield – PCB’s finally Arrived.
In the first part of this project I described the technical details of the shield After a few weeks of waiting, I have finally receive the first batch of PCB’s I designed and they look fantastic. Here are a few photo’s: So what are the advantages/benefits/pro’s of this little shield? Firstly this shield will protect your Raspberry … Read More →
Spark Core – Arduino + Wi-Fi + ARM Cortex M3 + wireless programming + REST API = awesome.
SPARK CORE – WHAT IS IT? The Spark Core is an Arduino-compatible, Wi-Fi enabled, cloud-powered development platform that makes creating internet-connected hardware a breeze. This little board packs a punch: with a 72 MHz ARM Cortex M3, the best Wi-Fi module on the market, wireless programming, and lots of pin outs and peripherals, there’s nothing … Read More →
Arduino MICO shield – Control things from a dial-tone.
Igor Ramos has created a cool little Arduino shield that connects up to your mobile phone and listens for Dial-Tones that it can convert to commands. This is useful for making a nice little automated answering machine for your home or shop. If you are even more creative you can program it to switch on … Read More →
Arduino to Raspberry Pi Bridge Shield – Serial/UART
Background on the two setup’s The Raspberry Pi has a Linux-based Operating System. Linux is what the business community uses to run production servers. It can do all kinds of things like: Host Websites, databases , web-services, connectivity and lots more. It is also very configurable and almost anything can be automated. Arduino is a real-time micro-controller that can … Read More →