Wireless voice-controllable smart home project

Wireless voice-controllable smart home project by Jiayuan Wang and Sheng Zhang from Cornell University, built as a final project: There are two CPU in our project, ATmega328 and ATmega1284. We set up the wireless communication by two Xbee chips. One of them connects with ATmega328 working as the transmitter to transmit the signal, another one […]

OpenduinoGSM

Emanuele has informed us of a new open source project known as OpenduinoGSM. This is a standalone wireless remote control board which communicates via GSM. With OpenduinoGSM you have the option of using the Arduino development environment, so anyone, even those who are unfamiliar electronics and circuits, can try to realize the automation they want […]

Microchip’s BodyCom technology

BodyCom™ Technology provides a secure communication channel using the human body: Microchip’s BodyCom™ Technology is a short-range, low-data-rate communication solution for securely connecting to a wide range of wireless applications. Activated by capacitively coupling to the human body, the system communicates bidirectionally between a centralized controller and one or more wireless mobile units. Intra-body communication […]

Controlling Arduino via Android mobile device

Kerimil over at Arduino forum posted this simple how to on controlling an Arduino board with an Android mobile device. He describes, “The circuit is just a Bluetooth module, Arduino UNO, LED, resistor and some wires. The LED can be switched on using buttons as well as voice activation (anything that contains the word ‘on’,’off’ […]

New TI CC3000 modules

video platformvideo managementvideo solutionsvideo player TI has announced the availability of their new CC3000 module. The TI CC3000 module is a self-contained wireless network processor that simplifies the implementation of Internet connectivity. The module uses TI’s SimpleLink WiFi solution which minimizes the software requirements of the host MCU. TI has posted information on the BoosterPack, […]

How to use Nokia F-bus to send an SMS message

If you have an old Nokia phone and want to hack it to send SMS messages, this tutorial by Alex at InsideGadgets should prove interesting. He’s produced a detailed tutorial showing the hardware and code needed to interface a Nokia 6110-series with an Arduino Duemilanove to send SMS messages. The Arduino connects to the phones […]

Corpsman Up vitals monitor using Propeller chip

Here’s a project for remote monitoring of heart rate (and potentially other medical/sensor info) using Propeller chips and XBee modules. Nick Ernst has published his plans and code for the Corpsman Up Vitals Monitoring System on the Parallax website. The system consists of two units: a base which is equipped with a Parallax Propeller MCU […]

Texas Instruments CC3000 integrated WiFi IC

Texas Instruments released the CC3000 integrated WiFi IC. It features on-chip everything needed to connect your project to a WiFi network. TCP/IP stack, configuration utilities, and your security tools are included in the IC. Vince made a breakout board for this IC using Altium Designer. Also available are design files direct from TI for their own evaluation […]

DEFCON 20 – NFC Hacking: The Easy Way

Eddie Lee, a security researcher at Blackwing Intelligence, gave this presentation at last Summer’s DEFCON 20 conference. His technique involves using NFCProxy, an open source software tool released at the conference to analyze 13.56 MHz RFID protocols and proxy transactions using Android phones. NFCProxy can view the wireless transmissions from the perspective of the tag […]

TP-Link WR703n as telemetry link and camera broadcasting tutorial

Here is a guide on how to setup the cheap TP-Link WR703n router to act as a telemetry link and an USB camera broadcasting server. The guide is in three parts, starting from flashing the OpenWrt firmware, adding a USB hub and extending the memory with a USB flash drive, and finishes with explaining how […]

How to give your Arduino Ethernet shield wireless capability

Connecting your Arduino to the internet is cool, but it’s even cooler to connect over WiFi. Luca explains how to connect your Arduino Ethernet shield to a cheap WiFi router to give it WiFi access. If you want to boost the security and privacy of your home’s wifi network, you may buy residential proxies. Sometimes […]

Pinoccio – An open source wireless hardware and software platform

Bryan pointed us to the Pinoccio. It’s an Arduino compatible Wireless platform. It’s based on the ATMega128rfa1 microcontroller with an 802.15.4 compliant radio built in. It also features a LiPo charger and battery, making it easy to recharge over USB. The project is open source and hosted on github. Via contact form.

Reverse engineered layout of tiny TL-WR703N router

Squonk informs us that he’s reverse engineered the layout of the small TP-Link TL-WR703N 802.11n WiFi router using EagleCad. He writes: “Unlike what it is marketed for, the TP-LINK TL-WR703N is not a “3G travel router”: it does not include a 3G modem at all, it simply means that the firmware support external USB 3G […]