The concept of dead drops, where USB thumbdrives are installed in public places for the distribution of files “off the grid” has been a popular topic. Now Steve Schuler writes in with his new take on this concept currently featured … Read more
At the 2013 Consumer Electronics Show (CES) Ford announced their OpenXC project, a combination of open source hardware and software that lets you extend your vehicle with custom applications and pluggable modules. It uses standard, well-known tools to open up … Read more
Here’s an open source project by Dimitar Gamishev which demonstrates how to communicate using I2C in Android applications. As shown in this project Dimitar uses this code with an A13-OLinuXino running Android to drive relays and read ADCs and GPIOs … Read more
STMicroelectronics has introduced the M24LR04E-R 4-Kbit Dual Interface EEPROM with RFID. “The M24LR04E-R device is a dual-interface, electrically erasable programmable memory (EEPROM). It features an I2C interface and can be operated from a VCC power supply. It is also a … Read more
Debraj has been developing a project to read the OBD information through CAN bus. His design is based on the dsPIC33FJ128MC802 (3.3V) and MCP2551. He is using a factory stock OBD cable and feeding the data into a jack on … Read more
Chemicaloliver has written a short post describing how to graph ez430 Chronos watch data in Processing. His post includes links to the source code, which is an extension of the earlier Processing code by Sean Brewer. Originally written in 2010, … Read more
Steve at Big Mess o’ Wires has resumed work on his Macintosh floppy drive emulator project. Previously he had developed the project on a breadboard using an Altera EPM7128S CPLD and an Atmel ATMEGA32u4 microcontroller. Now he has assembled it … Read more
Harald Welte presented this talk at the 28C3 Chaos Communication Congress in Berlin. While we use packet oriented transmissions daily over cellular networks, unlike TCP/IP and Ethernet many even in the hacker community are not familiar with the actual protocol … Read more
This video from OSCON, the Open Source Convention, features Alasdair Allen demonstrating the use of Maker Shed’s RedPark Breakout Pack for Arduino and iOS. This demo the Redpark Serial Cable for iOS, which is an Apple-approved cable for connecting your … Read more
In this lightning talk from the recently concluded 28C3 Chaos Communication Congress in Berlin, Aram Bartholl presents updated information on the topic of dead drops. Dead drops are a means of anonymously conveying data using USB drives physically embedded in … Read more
Apps For Arduino is a website that specializes in creating software applications that work specifically with your hardware projects. You download and install the app on your Mac or iOS device and it communicates with the Arduino via a serial … Read more
Nimbits 3.3 is live! With Nimbits, you can record data into “Data Points” hosted on a public or private cloud that can be connected to sensors, social networks, devices, software or anything else. The Nimbits team reports: This version of … Read more
Luca Dentella has written a tutorial outlining the process of receiving data over a PC serial port, plotting it on a chart and sending to Pachube. You can download Luca’s code from the project’s Github repository page. Via the contact … Read more
Robotgrrl posted a link to her coding project Matatino, “a Cocoa framework for Mac that provides a straight-forward way to communicate with your Arduino through its serial connection.” Matatino is an open source project. You can learn how to add … Read more
As seen in the above illustration from National Instruments, RS-485 ports are identical in appearance to RS-232 but with different pin assignments. You will not find them on contemporary home computer hardware, and they are only rarely seen on legacy … Read more
Our friends at Adafruit have posted this tutorial on using SD and Micro SD cards with Arduino. This is a great resource for beginners looking to expand their knowledge as well as advanced users who want to brush up on … Read more
MAKE announces the availability of the Redpark Breakout Pack for Arduino and iOS. This kit includes the only Apple-approved serial interface cable having a DB9 serial connector on one end and the iPhone connector on the other. As MAKE describes … Read more
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 … Read more
The Local Interconnect Network (LIN) is a single-wire, low cost, serial communications system which is a subbus of CAN used primarily in automotive systems. In this video Microchip provides an overview of LIN and some of their related products and … Read more
Recent Comments