Posts by Ibrar Ayyub:
The Arduino Microprocessor Miniterm Project Pages: keattsd
Posted on: 28 Aug 2016
Navigation LCD_driver.c LCD_driver.h LCD_driver.h.out ball12d.php bojia.c bojia.c.out chenb.php doyler.php ellwangerk.php foo.txt frickd.php gamblec.php hurleyg.php keattsd.php littletonj.php panuskip.php parsonstc.php schrodere.php Here is keattsd Bluetooth SNES Controller Supplies I used the following supplies for my mini-term project: Arduino Uno microcontroller RN-42 bluetooth module USB A to B cable One 330-ohm resistor Five alligator clips One breadboard Two […]
Probably the Cheapest WIFI Computer in the World (ESP8266+LUA)
Posted on: 27 Aug 2016
This article describes the ESP-01, fitted with LUA firmware that is able to converse with a serial terminal in a high level language, store programs and data, turn things on and off in a package that costs almost nothing. The possibilities for ridiculously cheap remote temperature sensors and more are finally here. The software is […]
Magic Light (Capacitance Sensor, First Arduino Project)
Posted on: 27 Aug 2016
This was my very first arduino project. Its great for beginners. Fade the color or the lights my moving your hands near it. It fades from a pretty purple blue to a firey red-orange. Its was SUPER easy to build, not to hard to write the code, and its really impresses people! I gave it […]
Silicon Carbide Substrate Boosts LED Luminosity
Posted on: 26 Aug 2016
The majority of contemporary LEDs are constructed from a combination of Indium gallium nitride (InGaN) and sapphire substrate. The architecture works well and has allowed LED manufacturers to offer products exhibiting efficacies in excess of 150 lm/W. However, the architecture does have some drawbacks which have encouraged chipmakers to seek other options. One commercially successful […]
Temperature Sensing using DS18B20 Digital Sensors
Posted on: 26 Aug 2016
Note: When referring to Arduino below, this works in the same way on the emonTx which is arduino-based. The DS18B20 is a small thermometer with a built in 12bit ADC; it can be easily connected to Arduino digital input. The sensor communicates over a one-wire bus and requires little in the way of additional components. […]
Arduino Tiny Relay Shield Project
Posted on: 25 Aug 2016
In this Arduino project, you will build a small relay shield from stripboard. The shield can have one or two relays fitted to it. Connect the Arduino and relay shield to your PC via a USB cable. Download the PC software and use it to switch anything on and off that is attached to the […]
Combo MEMS sensor solution with integrated gas sensor launches at CES
Posted on: 24 Aug 2016
The BME680 from Bosch Sensortec is the world’s first environmental sensor combining pressure, humidity, temperature, and indoor air quality in a single 3×3mm2 package. The new IC enables mobile devices and wearables to monitor indoor air quality measurement in a low power, small footprint package. The level of integration is what makes this solution so […]
Arduino Platform – Interrupts Introduction
Posted on: 24 Aug 2016
Introduction This is my second article relating to the Arduino Microprocessor Platform. The first one was a simple implementation of the SIMON game using the Arduino. The article can be found here. For an introduction to the Arduino Hardware, see jeffb42‘s excellent articles, as there is no point in repeating things here. What Is This […]
Wireless IR Headphone Transmitter
Posted on: 23 Aug 2016
Summary Infrared headphones can be used for listening to music or television cordlessly. The headphones utilize a transmitter that connects with audio cables to the audio source, such as a home entertainment center. The transmitter utilizes light-emitting diodes (LEDs) to direct a focused beam of invisible pulsating light towards a receiver built into the headphone […]
Open Source Home Automation Project using Arduino UNO + Ethernet Shield
Posted on: 23 Aug 2016
This is Open Source Home Automation Project based on Arduino Uno and Arduino Wiznet based Ethernet shield. How Does it Work The main brain for this project is Arduino UNO Board along with Arduino Ethernet Shield to give it a wireless connectivity.Arduino runs a code to control a Relay board according to the input and […]