Arduino progz
191.7K views | +3 today
Follow
Arduino progz
All about Arduino and the projects based on these awesome little boards.
Curated by Axel
Your new post is loading...
Your new post is loading...
Scooped by Axel
Scoop.it!

Electric Arduino Go-kart

Electric Arduino Go-kart | Arduino progz | Scoop.it

Hello everyone! As the title says, I built an electric go kart which is powered by arduino! Here's a quick video to make you certain that this is the next thing you're going to build.

No comment yet.
Scooped by Axel
Scoop.it!

Home automation system using SIM900 GSM module

Home automation system using SIM900 GSM module | Arduino progz | Scoop.it

I know GSM controlled home automation systems are widely used and can be found easily on internet, but as we all know, the prices are very prohibitive for general consumers. This is why I've tried to build some sort of device based on open-source knowledge that can be replicate by all the hobbyists, even if they are amateurs or professionals.

So I begun to think what kind of basic home appliances could be remote controlled via GSM network and nothing else? We all know, that you can control lights, heating, multimedia system and so on, but I've tried to make my project closer for my basic needs: lighting and heating (optional - garage doors, but it's not my case because I live on a 3rd floor apartment).

No comment yet.
Scooped by Axel
Scoop.it!

SPI Transactions in Arduino

SPI Transactions in Arduino | Arduino progz | Scoop.it

For the last several weeks, I've been working on SPI transactions for Arduino's SPI library, to solve conflicts that sometimes occur between multiple SPI devices when using SPI from interrupts and/or different SPI settings.

To explain, a picture is worth 1000 words.  In this screenshot, loop() repetitively sends 2 bytes, where green is its chip select and red is the SPI clock.  Blue is the interrupt signal (rising edge) from a wireless module.  In this test, the interrupt happens at just the worst moment, during the first byte while loop() is using the SPI bus!

No comment yet.
Scooped by Axel
Scoop.it!

Robotic lawn mower powered by Solar Energy

Robotic lawn mower powered by Solar Energy | Arduino progz | Scoop.it

This robot will mow the grass of your garden, staying within a defined area, avoiding all obstacles and working in complete autonomy, automatically charging itself with a solar panel.

In this post we present a robotic lawn mower, powered with solar energy and able to operate just with the clean energy from the sun; this one is a great difference from the commercial projects having a robot in need of a charging station connected to the electrical grid.

No comment yet.
Scooped by Axel
Scoop.it!

A Self Balancing Teaching Tool

A Self Balancing Teaching Tool | Arduino progz | Scoop.it

After I built the tiny balancing robot using an IR sensor for stabilization, there was a comment on the youtube video about how it would be a good thing for kids to build and learn about PID controls. I thought that was a great idea, the only problem was that that tiny robot was the simplest of balancing robots. It was just an on off switch for telling the motor which way to move. There was no actual PID implementation in that system. So that got me thinking about how it would have been really cool if in one of my classes where I was learning about control theory I had a robot that actually let you see the changes in a PID system in real time. I decided to take it upon myself to create such a robot.

No comment yet.
Scooped by Axel
Scoop.it!

DIY Fingerprint Scanning Garage Door Opener

DIY Fingerprint Scanning Garage Door Opener | Arduino progz | Scoop.it

As a person without a car, I don't need to carry keys around everywhere I go. Because of this, I've been locked out of my own house several times. It's a pain to wait for someone with a key, so I thought I would do something about it.

This project is my way of solving this problem, while getting the chance to interface with an awesomefingerprint scanner (aka: FPS).

Also, this module isn't restricted to just garage doors, for you can create different kinds of simple motorized locks to suit your needs.

No comment yet.
Scooped by Axel
Scoop.it!

Arduino based Bi-color LED Matrix Tetris Game

Arduino based Bi-color LED Matrix Tetris Game | Arduino progz | Scoop.it

Tetris is a tile-matching puzzle video game released in 1984 and it was the hugely successful handheld version for the Game Boy launched in 1989 that established the game as one of the most popular ever.

Just for FUN, we thought we could build a simple Tetris game by daisy-chaining two of the Bi-color LED Matrix Driver modules together driven by an Arduino micro-controller simply by adapting similar projects found at instructables. We searched through the instructables here but did not manage to find any similar Tetris project to work on.

We expand our search to other online sites and managed to find some information which we adapted to build a simple Arduino based Bi-color LED Matrix Tetris game here.

To build this project, basic electronics knowledge with electronics component soldering skill and some knowledge on using the Arduino are required.

No comment yet.
Scooped by Axel
Scoop.it!

Homebrew Arduino Pulse Monitor

Homebrew Arduino Pulse Monitor | Arduino progz | Scoop.it

Movies look cool with those EKG (electrocardiogram), the one that beeps and detects heart activities. A few months ago, we had to shoot a hospital scene for our school project. We needed an EKG instrument. To keep the movie authentic, we didn't want to fake the readings so we made the next best thing, a pulse monitor. Since my dad is a doctor he gave me some advice to design the pulse monitor. 

No comment yet.
Scooped by Axel
Scoop.it!

Cylon.js - JavaScript framework for robotics, physical computing, and the Internet of Things using Node.js

Cylon.js - JavaScript framework for robotics, physical computing, and the Internet of Things using Node.js | Arduino progz | Scoop.it

Cylon.js is a JavaScript framework for robotics, physical computing, and the Internet of Things using Node.js.

It provides a simple, yet powerful way to create solutions that incorporate multiple, different hardware devices, including Arduino.

No comment yet.
Scooped by Axel
Scoop.it!

Arduino-Based Thermostat You Control From Your Phone!

Arduino-Based Thermostat You Control From Your Phone! | Arduino progz | Scoop.it

Not everyone lives somewhere with central air, or is willing to pay for a Nest or similar "smart" thermostat. The Climaduino is a DIY Arduino-based thermostat designed to control a wall unit A/C. I incorporated both temperature and humidity sensors in order to optimize comfort and reduce energy usage. I then developed a Raspberry Pi-based web interface to control the Climaduino from my phone.

This is still a work in progress, but is definitely functional. I am posting this instructable so others can both build their own smart thermostats, and hopefully build on this project with their Climaduino improvements.

No comment yet.
Scooped by Axel
Scoop.it!

GPS Distance Calculator (for golf)

GPS Distance Calculator (for golf) | Arduino progz | Scoop.it

This device was created for a final project for a class by a group of students at Indiana University. As sport fans, we thought it would be really useful to create a tool that would measure distance between two points. This could be used for many different sports, but we focused on golf. A handheld unit that could measure distance in yards from where a ball is hit and where it ends up is really what we were motivated to construct. Distance markers on golf courses are not always accurate and it is very important to know correct yardages to play well. This system could be used to keep track of the average distance for a certain club or to check the accuracy of yardage markers at the course.It works by recording latitude and longitude points of where the ball was hit from, and then calculate the distance from that location to wherever the ball lands.

No comment yet.
Scooped by Axel
Scoop.it!

Arduino Thermostat (Mechanical)

Arduino Thermostat (Mechanical) | Arduino progz | Scoop.it

I am currently living in a college dorm. Like most dorms it's about the size of a tissue box but less comforting. Fortunately, my room has a heater/AC with four positions: low, medium, high, and off. Unfortunately in winter an hour on the low setting makes the room a stifling 80 degrees and when turned off it drops quickly to 60 degrees. My solution uses an arduino, temperature sensor, and motor to automatically turn the heater on/off to keep the room within a desired temperature range. Not only is this more comfortable but it dramatically reduces the time the heater is used, saving lots of energy. (Also note that the motor is only driven to switch the setting and then turned off so no holding energy is wasted.)

No comment yet.
Scooped by Axel
Scoop.it!

ArdaSol - Energy Monitoring System

ArdaSol - Energy Monitoring System | Arduino progz | Scoop.it

ArdaSol is the project name for my solar energy and Arduino based monitoring system. This description shows how the system is built and how it works. The energy production of a photovoltaic plant is monitored and also the consumption or feeding to grid of the energy. Data acquisition during a solar day and publishing on the internet is also a function of this system.

No comment yet.
Scooped by Axel
Scoop.it!

MySensors - What's all the fuss about?

MySensors - What's all the fuss about? | Arduino progz | Scoop.it

We've combined the Arduino platform with a small radio transceiver into a fun, flexible world of low cost wireless sensors.

All the nitty-gritty details about the sensor communication has been packaged into a convenient software library so you don't have to worry about them.

It is as easy as 1, 2, 3.

1. Connect the parts. 2. Download the provided examples. 3. Start measuring and controlling the world!

No comment yet.
Scooped by Axel
Scoop.it!

DIY Internet of Things Fire Alarm

DIY Internet of Things Fire Alarm | Arduino progz | Scoop.it

I purchased a battery operated smoke/fire alarm few days ago and it showed up today. It runs on 9V and will make a loud sound if smoke is detected. My intention was to hook it up with my home automation system so that I would receive alert if it would go off including SMSpushbullet notification to my phone, email etc.

No comment yet.
Scooped by Axel
Scoop.it!

Arduino Compatible Bathtub controller

Arduino Compatible Bathtub controller | Arduino progz | Scoop.it

Lets start with a warning: this project controls water. Electricity and water really don't mix and there is a real risk of electrocution and or death if you are not careful. Build this project at your own risk and I won't be held responsible for anyone who builds this. make sure you use a battery to power this NOT a mains transformer of any kind. just be smart and be safe.

Any and all damages/injury incurred by the implementation of the information in this publication are the sole responsibility of the end user, I cannot accept any responsibility.

What is this? it is a arduino compatible (ATMEL 328p) based home bathtub controller.

this controller sets the depth, adds bubbles and monitors the temperature of a bathtub based on a user profile. v2.5 has support for Internet of things but it is not fully implemented.

But why? Well why not? ever wanted to have a bath ready at a touch of a button or from your smartphone(coming soon)?

Well now you can.

No comment yet.
Scooped by Axel
Scoop.it!

Temperature, Humidity & Smoke Detector Alarm System

Temperature, Humidity & Smoke Detector Alarm System | Arduino progz | Scoop.it

Build temperature & humidity & smoke alarm system based on ICStation Mega 2560 compatible with Arduino( Cost is USD32.39 ONLY) .
The working voltage of this system is DC5V.It can measure the current temperature, humidity and smoke. It can display real-time data by the 1602 LCD and can realize the sound and light alarm when in the dangerous temperature and humidity. It is a simply and easily to operate monitoring alarm system about temperature humidity and smoke.

No comment yet.
Scooped by Axel
Scoop.it!

Program your Arduino with an Android device!

Program your Arduino with an Android device! | Arduino progz | Scoop.it

I want to show you, how you can program your Arduino with your Android device. It is very simple and cheap. Also it allows us to program our Arduino where ever we want, this is usefull for permanently installed Arduino boards, like in light controllers...

So lets get started! :)

No comment yet.
Scooped by Axel
Scoop.it!

Elektor Latest News - Lantronix Arduino WiFi Shield Elektor

Elektor Latest News - Lantronix Arduino WiFi Shield Elektor | Arduino progz | Scoop.it

The xPico WiFi Shield supports simultaneous wireless LAN client connectivity and access point (AP) functionality. This makes it easy to securely connect to an Arduino microcomputer using web-based tools and interactive applications on smartphones or tablets. Its built-in controller ensures that there is no need for a wireless LAN driver on the Arduino microcontroller to configure wireless connectivity.

No comment yet.
Suggested by Ludovic LE MOAN
Scoop.it!

Using Sigfox callback API to create your own application

Using Sigfox callback API to create your own application | Arduino progz | Scoop.it
In different previous post, I explained what is SigFox technology (a radio-communication system made for Internet Of Things, allowing a sensor to communicate with servers on Internet at an affordab...
No comment yet.
Scooped by Axel
Scoop.it!

Artoo - Ruby framework for robotics, physical computing, and the Internet of Things

Artoo - Ruby framework for robotics, physical computing, and the Internet of Things | Arduino progz | Scoop.it

Artoo is a framework for robotics, physical computing, and the Internet of Things written in the Ruby programming language.

It provides a simple, yet powerful way to create solutions that incorporate multiple, different hardware devices, including Arduino.

No comment yet.
Scooped by Axel
Scoop.it!

Gobot - Golang framework for robotics, physical computing, and the Internet of Things

Gobot - Golang framework for robotics, physical computing, and the Internet of Things | Arduino progz | Scoop.it

Gobot is a framework and set of libraries in the Go programming language for robotics, physical computing, and the Internet of Things.

It provides a simple, yet powerful way to create solutions that incorporate multiple, different hardware devices including Arduino.

No comment yet.
Scooped by Axel
Scoop.it!

Roboartist

Roboartist | Arduino progz | Scoop.it

Roboartist is a 4 stage robotic arm that can sketch out the outline of any image using a pen/pencil on an A3 sheet using a modified application of the Canny edge detection algorithm. The project relies on the core engine to extract the edge from the image uploaded for processing. An Arduino Mega controls the servos using information sent from MATLAB (Fret not, a more open implementation is on the way) via the USB/Bluetooth port.

No comment yet.
Scooped by Axel
Scoop.it!

Digital multimeter shield for Arduino

Digital multimeter shield for Arduino | Arduino progz | Scoop.it

The shield can be inserted on "Arduino" UNO und Duemilanove boards. It can work in three modes:

  • standalone - the measurement data can be seen at the character or graphical LCM
  • connected - the measurement data can be read on the PC screen using the "Arduino" IDE "Serial monitor"
  • combined - the data can be observed on both devices

The second mode does not require the presence of LCM, what makes the shield very cheap.

No comment yet.
Scooped by Axel
Scoop.it!

Printoo: Paper-Thin, Flexible Arduino™-Compatible modules!

Printoo is an Arduino-based platform of paper-thin, low-power boards and modules that gives makers new levels of creative flexibility

No comment yet.