Sensor – Transducer – Detector Project Ideas

Controllers and Sensors2

Controllers and Sensors using arduino

John has been working to recover components from old power supplies and available trash electronics, in order to build controllers to power stepper motors and other mechanisms for the FabLab. Intro The Arduino microcontroller board is able to supply a current of 40mA from its output connections. These digital outputs are fixed at 5V “ON” […]

Controllers and Sensors using arduino Continue Reading

Momentary Switch as Digital Sensor

Momentary Switch as Digital Sensor using arduino

many cases switches are just switches. They directly control the flow of electricity to an appliance, flashlight or mains-voltage lamp. An example of this is the switch on the wall in your living room. In many cases nowadays however, switches are digital sensors, meaning that instead of directly controlling a high-powered device, they are controlling

Momentary Switch as Digital Sensor using arduino Continue Reading

Arduino weather station part 2

Arduino weather station part 2 using arduino

Sometimes I just do not have time to connect to the internet and check current weather conditions. This is the reason why I made this indoor LCD weather display based on Atmega328 Arduino MCU. The circuit board consists of two LP2950 voltage regulators, MCU, four buttons, ENC28J60 Ethernet module and LCD12864 graphic display module. The

Arduino weather station part 2 using arduino Continue Reading

Arduino testing Sharp IR

Arduino – Using a Sharp IR Sensor for Distance Calculation

Well, looks like my sonar sensor (SRF05) is a just a tad inaccurate for precise measurement as I found from my radar screen I made (Arduino Radar Sscreen). So I’ve got hold of a Sharp GP2Y0A02 series infrared distance sensor. It’ll detect and measure anything within a 20-150cm range and it does this by triangulation

Arduino – Using a Sharp IR Sensor for Distance Calculation Continue Reading

I2C Communication With An Infrared Temperature Sensor

I2C Communication With An Infrared Temperature Sensor

Introduction Contents [hide] 1 Introduction 2 What You’ll Need to Know 3 Things You’ll Need 4 Connect the temperature sensor 5 How the Temperature Sensor Works 6 Install the External Libraries 7 Program the Microcontroller 8 Conclusion In this lab, you’ll see synchronous serial communication in action using the Inter-integrated Circuit (I2C) protocol. You’ll communicate with an

I2C Communication With An Infrared Temperature Sensor Continue Reading

Open source multi channel EEG ECG EMG

Open source multi-channel EEG/ECG/EMG

Introduction Electrodes on the skin can be used to measure muscle (electromyography, EMG) brain (electroencephalography, EEG) and heart (electrocardiogram, ECG/EKG) activity. These electrophysiological measures are popular for clinical, research and hobbyist applications (such as brain computer interfaces). Most commercial systems are “medical grade” – these expensive systems offer high precision (16-24 bits), participant electrical isolation

Open source multi-channel EEG/ECG/EMG Continue Reading

Scroll to Top