Posts by Ibrar Ayyub:
Better SPI Bus Design in 3 Steps
Posted on: 13 Jun 2016
Most Arduino SPI tutorials show this simple but poor SPI bus design: A much better SPI bus design can prevent conflicts. 3 simple improvements are needed: Use pullup resistors on all chip select signals. Verify tri-state behavior on MISO: use a tri-state buffer chip if necessary. Protect bus access with SPI.beginTransaction(settings) and SPI.endTransaction(). Click “Read […]
Triple output lab power supply offers paralleling & tracking
Posted on: 12 Jun 2016
The MX100T from Aim-TTi (Aim Thurlby Thandar) is a 315W precision laboratory power supply’s three outputs can each provide 0 to 35 V at 0 to 3 A. Range switching extends the capabilities so that outputs can be set to 16 V/6 A or 70 V/1.5 A for maximum versatility; where higher power is needed […]
Arduino Laser Tag – Duino Tag
Posted on: 12 Jun 2016
Duino tagger– General introduction Duino tag is a laser tag system based around the arduino. Finally a laser tag system that can be tweaked modded and hacked until you have the perfect laser tag system for office ordnance, woodland wars and suburban skirmishes. Laser tag is combat game like paintball or airsoft without the pain, […]
Runner’s GPS build
Posted on: 11 Jun 2016
This project is to build a portable GPS geared towards runners (well, me and what I think a runner wants a GPS thingy for). It’s sponsored by the University of Minnesota’s ECE Envision Fund. The hardware is basically complete, and the software is functional, if not polished. This is what the main screen looks like while […]
Password manager
Posted on: 10 Jun 2016
I was frustrated by trying to remember my passwords for all my websites and got even more frustrated when i need to change a password again after some months. Dont even to mention the needed complexity of them nowadays. A bit insired by the mooltipass featured on hackaday, but too scared of the complexity and […]
Wii Nunchuck Adapter
Posted on: 10 Jun 2016
This tutorial is for all those people who have an Arduino and want to use there Wii nunchuck as an input device, but don’t really feel like cutting open the cord and ruining the nunchuck FOREVER!!!!!!!!well you’ve come to the right place! Step 1: Supplies These are the supplies you will need most can be […]
Digital sound recorder with AVR and DataFlash
Posted on: 09 Jun 2016
This application note describes how to record, store and play back sound using any AVR microcontroller with A/D converter, the AT45DB161B DataFlash memory and a few extra components. This application note shows in detail the usage of the A/D Converter for sound recording, the Serial Peripheral Interface – SPI – for accessing the external DataFlash […]
Flamethrowing Jack-O’-Lantern
Posted on: 09 Jun 2016
A flamethrowing jack-o’-lantern keeps the trick-or-treaters a safe distance from your house and is a fine addition to any anti-Halloween arsenal. At the first sign of any sugar-obsessed imp, simply press the trigger button and wirelessly shoot a one-second burst of flames out of the jack-o’-lantern’s mouth. This plume of hellfire will make even the […]
How to use ESP8266 ESP-01 as a SENSOR web client
Posted on: 07 Jun 2016
I’m not going to explain in detail what is ESP8266 because if you have found this post I’m sure you already know it. But just in case, it is an awesome cheap board (less than 4$) with built-in wifi communication (802.11 b/g/n), and SPI, UART. You can also use its processor to run your code. Wiring: Use […]
The EyeWriter 2.0
Posted on: 07 Jun 2016
The EyeWriter is a low-cost eye-tracking apparatus + custom software that allows graffiti writers and artists with paralysis resulting from Amyotrophic Lateral Sclerosis to draw using only their eyes. The original design, as shown here, featured a pair of glasses as the basis for the eyewriter design: Since that first video, we’ve been hacking on […]