Posts with «arduino» label

Intel throws its tiny Curie module in an Arduino board

The low-power Curie from Intel helps developers quickly prototype a device with turn-key access to Bluetooth, a six-axis sensor with gyroscope and accelerometer and the 32-bit SOC Quark micro-controller. It's main focus has been the wearable market and since its introduction at CES 2015, it's has been used in sports bras, creepy robot spiders and to measure wicked-cool bike tricks. Now it's being included in a new Arduino board. The Arduino 101 (internationally it'll be called, Genuino 101) is the first widely available development board for the tiny chip. Priced at a reasonable $30 and using the same open-source platform as the rest of the Arduino line, the 101 is targeted at students and makers looking to add some connectivity to a project.

Source: Intel

Engadget 16 Oct 11:15

Led blinking with Arduino Uno

Let's start with led blinking in arduino

Led Blinking Code
Schematics using Fritzing
You can download the source code from the following link:

https://drive.google.com/file/d/0B4Px6Drl6Zz_Z3ZfaGhIallGUnc/view?usp=sharing

The code is self explanatory. Pin number 13 of arduino is configured as output. cost int led=13
makes it a read only variable and also pin number 13 is named as led.
You can use any digital pins i.e from 0 to 13. We have taken pin number 13 because the in-built led of arduino is connected to pin number 13. If you are going to use any other pin please don't forget to connect the external resistor having a minimum value of 220 ohm resistance.

delay(1000)   // It provides a delay of 1000 ms i.e. 1s

Now coming to the calculation of resistance, it is as per according to Ohm's law:

V==IR

The led have forward current of  about 25 milli Amps and voltaage provided by arduino is +5 volts
I = V/R  ....... I  = 5000/25, which comes out to 200 ohms. But this is not a standard value and the nearby value is 220E. Feel free to comment here.


Spit Out VGA with Non-Programmable Logic Chips

It’s not uncommon to bitbang a protocol with a microcontroller in a pinch. I2C is frequently crunched from scratch, same with simple serial protocols, occasionally complex systems like Ethernet, and a whole host of other communication standards. But VGA gets pretty tricky because of the timing requirements, so it’s less common to bitbang. [Sven] completely threw caution to the wind. He didn’t just bitbang VGA on an Arduino, but he went one step further and configured an array of 7400 logic chips to output a VGA signal.

[Sven]’s project is in two parts. In part one, he discusses choosing a resolution and setting up the timing signal. He proceeds to output a simple(-ish) VGA signal that can be displayed on a monitor using a single gate. At that point only a red image was displayed, but getting signal lock from the monitor is a great proof of concept and [Sven] moved on to more intricate display tricks.

With the next iteration of the project [Sven] talks about adding in more circuitry to handle things like frame counting, geometry, and color. The graphics that are displayed were planned out in a simulator first, then used to design the 7400 chip configuration for that particular graphic display. It made us chuckle that [Sven] reports his monitor managed to survive this latest project!

We don’t remember seeing non-programmable integrated circuits used for VGA generation before. But bitbanging the signal on an Arduino or from an SD card slot is a great test of your ability to calculate and implement precise timings with an embedded system. Give it a try!


Filed under: video hacks
Hack a Day 16 Oct 00:01

RobotShop Rover Development

Primary image

What does it do?

Tracked mobile platform using an Arduino USB microcontroller

The RobotShop Rover was largely created as an exercise in integration and when it was first released in 2009 there were not many commercial Arduino-based mobile rovers on the market. We wanted to make a mobile platform which incorporated both drive and servo motors, sensors, and was programmable using an Arduino. We also set out to keep the retail price between about $200 to $300.

Cost to build

$229, 00

Embedded video

Finished project

Complete

Number

Time to build

Type

URL to more information

Weight

read more

Will This Real-Life Thor’s Hammer Let You Pick it Up?

With a few simple components, these pranksters were able to build Thor's Hammer so that it truly only responds to whosoever is worthy.

Read more on MAKE

The post Will This Real-Life Thor’s Hammer Let You Pick it Up? appeared first on Make: DIY Projects, How-Tos, Electronics, Crafts and Ideas for Makers.

2 servo's, controlled via wifi

i'm trying to develop a device that is controlled with 2 servo's. i want the servos to be controlled independently over wifi with either a joystick or c# application. i have the project started with the following

c# applications

Audrino uno

cc3300 wifi shield

Audrino 1.0.5-r2 sketch pad

2 Futaba s3305 servo's

DC 5V Stepper Motor 28BYJ-48 + ULN2003 Driver Test Module Board for Arduino

i am looking for someone to help me complete this project, 

 

Let's Make Robots 15 Oct 16:34
arduino  ideas  servo  wifi  

help needed. looking for somone local to Phx, AZ - 2 servo's, controlled via wifi

i'm trying to develop a device that is controlled with 2 servo's. i want the servos to be controlled independently over wifi with either a joystick or c# application. i have the project started with the following. i am looking for someone to help me complete this project, 

c# applications

Audrino uno

cc3300 wifi shield

Audrino 1.0.5-r2 sketch pad

2 Futaba s3305 servo's

DC 5V Stepper Motor 28BYJ-48 + ULN2003 Driver Test Module Board for Arduino

 

 

Let's Make Robots 15 Oct 16:34
arduino  ideas  servo  wifi  

help needed. looking for somone local to Phx, AZ - 2 servo's, controlled via wifi

i'm trying to develop a device that is controlled with 2 servo's. i want the servos to be controlled independently over wifi with either a joystick or c# application. i have the project started with the following. i am looking for someone to help me complete this project, 

c# applications

Audrino uno

cc3300 wifi shield

Audrino 1.0.5-r2 sketch pad

2 Futaba s3305 servo's

DC 5V Stepper Motor 28BYJ-48 + ULN2003 Driver Test Module Board for Arduino

 

 

Let's Make Robots 15 Oct 16:34
arduino  ideas  servo  wifi  

New Project: Use Arduino to Avoid Frozen Plumbing This Winter

In this project, Jason Poel Smith shows you how to make a system that will monitor the temperature of your pipes and alert you if they get near freezing.

Read more on MAKE

The post Use Arduino to Avoid Frozen Plumbing This Winter appeared first on Make: DIY Projects, How-Tos, Electronics, Crafts and Ideas for Makers.

ICYMI: Becoming Thor, the future of beekeeping and more

Today on In Case You Missed It: The FlowHive is a new bee colony rig that allows beekeepers to tap the honey easily by cranking open the honeycomb design, creating a channel down to the spout. Japanese inventors created a throwable robot that flies through the air as a sphere, then unfurls four legs to scuttle its way onward. And maker Alan Phan re-created the God Hammer aka Mjolnir aka Thor's cool hammer-- with an Arduino-controlled fingerprint scanner and a super-charged electromagnet.