Author Archives: R-B

Motion control camera robot for creating moving time-lapses

Motion-controlled autonomous camera robots are great for capturing moving time-lapse. Sacheth, Ope, and Jason (three ECE students at Cornell) built an iPhone controlled moving robot with a mounted camera to serve the same purpose. The position of the camera can be controlled as well through the iPhone App. Users can also pre-program it with certain motions with time intervals to capture a moving time-lapse of a landscape.

Dolly: Motion control camera robot

Dolly: Motion control camera robot

The brain of their camera robot is the PIC32MX250F128B microcontroller that receives commands from the iPhone App over Bluetooth. Two DC motors are used to drive the camera robot, while a unipolar stepper motor controls the camera rotation. See the demo video below:

Check out more details!

Portable Smart Projector using Raspberry Pi Zero

Like smart TVs, smart projectors also features built-in Wifi connectivity and support media streaming from services like Netflix, YouTube, Hulu, Amazon, and so on. A recent video from NovaSpirit (posted below) illustrates how to convert a cheap $70 standard projector into a smart projector by adding a Raspberry Pi Zero.

Smart projector using Raspberry Pi zero

Smart projector using Raspberry Pi zero

An USB hub is hardwired to the Pi Zero so that you can use an Wifi dongle (for internet connectivity) and an USB keyboard. The Pi Zero board derives power from the projector circuit board.

Talking multimeter using PIC32 microcontroller

Rachel Dipirro and Jonathan Lo (students of Cornell) built a talking multimeter as their final project for the 2016 Fall ECE 4760 (“Designing with Microcontrollers”) course. Their talking multimeter is powered with the PIC32MX250F128B microcontroller, and it can speak the measured readings while operating as a volt-, ohm-, and capacitance-meter. It is aimed to provide the user these measurements without turning away from the circuit currently being worked on.

Talking multimeter

Talking multimeter

The speaking measurement system will provides an auditory alternative to a visual meter. Our system consists of a TFT LCD to display the reading, a keypad to read user input about the mode of the system, and speakers to hear the readings of both the keypad and the measurements. Key presses on the keyboard determine if the multimeter is used a voltmeter, an ohmeter, or a capacitance meter. Additional circuitry and the functionality on the PIC32MX250F128B is used to map the voltages to ranges acceptable for the MCU and to calculate the parameter values. Capacitance values can be measured between 1pF and 100nF. Resistance values can be measured between 0 and 50kΩ. Voltage values can be measured up to 10V and mapped down appropriately for the MCU using a voltage divider.

ESP8266 weather forecaster with a beautiful enclosure (3D printed)

Nick Koumaris from educ8s.tv has posted a new project of building a ESP8266-based weather forecast display using Wemos D1 mini board and a 1.8” Color TFT screen. Nick also shares the design files for his artistic 3d printed enclosure for this project. The ESP8266 on board Wemos D1 mini connects to the internet to retrieve the weather forecast for a particular location and displays it on the TFT screen.

Artistic weather forecaster using ESP8266

Artistic weather forecaster using ESP8266

« Older Entries Recent Entries »