Alan posted this project at FromOrbit demonstrating how to implement three wire control of a DLG2416 display using a CPLD. The chip he chose was the Xilinx XC9536 which is the 36 macrocell version of the XC9572 CPLD found in our CPLD Development Board, so this can be implemented on our board with room to […]
Author Archives: the machinegeek
One Wire Digital Temperature DS18B20 + Arduino
There are alot of Arduino + temperature sensor tutorials out there, but what makes this one different is the use of the DS18B20 sensor. Each DS18B20 has a unique 64-bit serial code, which allows multiple DS18B20s to function on the same 1-Wire bus. Thus, it is simple to use one microprocessor to control many DS18B20s […]
Read an Arduino via REST and upload value to Thingspeak
Thingspeak bills itself as “an open application platform designed to enable meaninful connections between people and things.” The graphic above demonstrates how dynamic temperature level readings can be made available on the internet via Thingspeak. In working with the Thingspeak API Sirleech has developed code he calls RestduinoThingspeak. It’s a Python script to read a […]
Arduino oscilloscope uses ROS code
Ros.org presents this project tutorial demonstrating that a simple oscilloscope can be implemented using the Arduino. They write: In this tutorial, we will be making a poor man’s oscilloscope using the Arduino’s ADC (analog to digital converter) and rxplot. We will set up a publisher which will forward the analog values from each of the […]
Pirate fighting surveillance robot
Relax, it’s not looking for THAT kind of pirate. This robotic creation by Recon Robotics is known as the Throwbot and is designed to be launched from a ship mounted cannon. It either lands on the pirate’s ship or the metallic sides which it then scales (as demonstrated in this video.) Once on board it […]
Light painting using an Arduino-based PegBoard
Wulfrano Moreno is a photography enthusiast who heard about light painting photography using an iPad. Not having an iPad, he learned of the Peggy2 Board from Evil Mad Science and decided to give it a try to producing light painting effects. After building the Peggy board, he used PeggyDraw2 to transfer an image from the […]
EasyMSP 0.8.3 Beta1 released
Matthew Burmeister writes to inform us of the release of version 0.8.3 Beta1 of EasyMSP. As covered in our previous post, EasyMSP allows MSP430 users to run Arduino code with few modifications.
Tutorial: getting started with OpenFrameworks
Lidev found this tutorial on Getting Started with OpenFrameworks and decided to try his hand at interfacing two potentiometers with OpenFrameworks using the Arduino. For details on lidev’s code check out his webpage.
New release: XILINX ISE Design Suite 13.2
Xilinx has announced the availability of their ISE Design Suite 13.2. While most of the improvements appear geared toward the 7 Series FPGA families, if you’re in need of the Xilinx software or just want to upgrade you’ll find downloads for Windows and Linux here. As a much appreciated courtesy, Xilinx is also making DVDs […]
picChess
Arthur Benemann has been working on a microcontroller chess game using a Microchip DSPIC33FJ128MC804-PT. He writes: I would like to share my latest project, the picChess, its a Microcontroller Chess game. It has and VGA video interface, audio, Keyboard connection, and even a AI to play against the Microcontroller. The project, including source and schematic […]
Computer fan fume extractor
When soldering, it’s always a good idea to use a fume extractor. In this project, Jumper One shows how to take an old computer fan, a MC34063 and a handful of other components and make a portable battery operated variable speed fume extractor. He writes: I’ve got a new tool on my workbench – portable […]
One step XSVF file generation for CPLD
If you’re using one of our CPLD Development Boards you need to have a file in XSVF format to download to the board using the Bus Pirate loaded with the BPXSVFPLAYER firmware. We’ve posted a method to convert SVF files to XSVF format, but Xilinx has included a handy way to produce “One Step XSVF” […]
Freescale’s MC13260 two-way radio chip
Freescale’s MC13260 System-on-chip two-way radio is one chip to watch for. Now in the “introduction pending” stage and highlighted in this video from the recent FTF 2011 conference, it promises to be a one chip analog/digital radio solution. Preliminary design specs show RF coverage from 60-960 MHz, comprehensive digital radio mode coverage including DMR, dPMR, […]
Dual-screen Nexus One
follower presents his project using a USB accessory to create a “dual screen” Nexus One with SMS notification & time display. Besides the Nexus One phone, the hardware consists of an Arduino Duemilanove with ATmega328, a SparkFun USB Host Shield and 2×16 LCD display. This hack is made possible by Android’s Open Accessory API. The […]
Arduino driving CGA display
András Veres-Szentkirályi found an old CGA monitor and wondered whether it could be repurposed for use with an Arduino. He noted that CGA monitors use inexpensive DB-9 connectors, the signals are TTL (0-5V digital), the clocks are in the range of cheap microcontrollers (HSYNC is 15,75 kHz, VSYNC is 60 Hz), and yet 640 by […]
Nonolith Labs CEE USB analog electronics multitool
Ian and Kevin from Nonolith Labs write: Our open-hardware startup just announced our first two projects, both of which are vaguely bus-pirate related. The CEE is a USB analog multitool. It can source and measure voltage and current on two channels, making it a mix of a power supply, multimeter, function generator, and oscilloscope. It’s […]
Pen testers build a better mousetrap
Netragard is a security company that provides anti-hacking services (penetration testing, vulnerability assessments, web application security testing, etc) to its customers via the realistic reproduction of threats. In a recent assignment the client specified that the test could not use social engineering or physically access client facilities. With their work cut out for them, Netragard […]
Arduino/solar augmented model monorail train
Brothers Joe and Justin Kopacz designed this futuristic model train layout using an Arduino as the brains of the engine. The J & J Monorail runs on batteries augmented by solar to power the Pololu 298:1 micro gear motor, controlled by an Arduino Uno. View the project video and download the PDF of their project […]
Papilio FPGA Shield for Arduino
Jack Gassett is developing an open source project to build an Arduino Shield with a Xilinx Spartan 3A or Spartan 6 FPGA. The shield will provide the ability to program the FPGA from the Arduino. To illustrate the project’s potential, an example of an open source software core for the FPGA will also be developed […]
Tutorial: Arduino and the SPI bus
Tronixstuff has posted a great tutorial explaining how to use the Arduino and the SPI bus. This detailed tutorial is presented in two parts. Part 1 presents the basic theory on the serial peripheral interface (SPI), including examples of using the eals with a Microchip MCP4162-series 10k rheostat and an Analog Devices AD5204 four-channel digital […]
