Search Results for "Arduino"

295 results found.

Codebender Arduino IDE

Do you want to experiment with Arduino, but do not want to install Arduino IDE or not like it? Not where is another way to do Arduino coding: web-based, fully networked on-line developer environment called Codebender. Codebender is an in-browser dev environment that can store your code, copy from other users, and upload it to

Arduino AC measurements

Sometimes there is need to measure power going to different devices. Measuring DC power consumption is pretty easy, but when you try to do the same for AC circuit, things start to become complicated. How to Measure Electrical Power article will discuss best practices for making electrical power measurements, starting with power measurement basics and

Arduino PLC

The PLC (Programmable Logic Controller) has been and still is the basic component of the industrial automation world. PLCs are usually pretty expensive pieces of hardware, which led many people who know micro-controllers to come up with their own ideas to implement similar functionality. Arduino is a kind of universal programmable controller, although it is

Arduino for commercial products?

Is Arduino used in comercial applications you might ask. It is true that you aren’t going to go to your local big-box electronics store and find many (if any) products that have an “Arduino Inside” sticker, because  Arduino is a prototyping platform. Arduino is a widely seen as targeed to hobbyists, but I would say

Arduino vs Arduino

There seems to be some storm on around the Arduino ecoystem. Arduino v. Arduino posting at Hackaday seems to indicate that there are two Arduno companies that are disagreement: Arduino LLC is suing Arduino Srl (the Italian version of an LLC). Arduino LLC is the company founded by Massimo Banzi, David Cuartielles, David Mellis, Tom

Teleduino IoT API for Arduino

I am interested in Arduino and IoT. Some time ago I visited Teleduino project page that looked really inteesting on this point of view. Teleduino converts en ethernet enabled Arduino into a tool for interacting with devices over the internet. It seemed that with this service I can easily turn an Arduino to an IoT device

Arduino vs. Phidgets – Dev Time Trials

Is Arduino easy enough? Or would some other platform be more suitable? Arduino vs. Phidgets – Dev Time Trials article looks at the situation. Is developing on an Arduino too slow? Are Phidgets too expensive? When might you use one or the other? Article breaks down what he learned from three experimental time trials.