Internet of thing: Trabajando con Arduino y Visual Studio
Internet of thing: Trabajando con Arduino y Visual Studio
Bruno Capuano
Innovation Manager
@elbruno
http://www.elbruno.co
m
Internet of thing: Trabajando con Arduino y Visual Studio
$30
Investment!
Specification

Clock Speed

16MHz
32K

EEPROM

•

Component
Flash Memory

•

1K

SRAM

2K

Analog -> Digital

6Ch 10bit

Communication

SPI

Digital

14 I/O

PWM

6 Channel
(Digital)
Digital Pins
USB
Connector

Battery
Connector

Power
Pins

Analog
Pins
Internet of thing: Trabajando con Arduino y Visual Studio
Internet of thing: Trabajando con Arduino y Visual Studio
•

•
•

Circuit on breadboard
• Ejemplo

void setup

void loop
start

void setup()
{
//code1
//code2
}
void loop()
{
//code3
//code4
//code5
}

code1
code2

code3

code4
code5
start

void setup()
{
>configure output pin
>Led is OFF
}
void loop()
{
>LED is ON
>Time delay
>LED is ON
>Time Delay
}

Configure
Output pin

LED is off

LED is on
Time delay
LED is off
Time delay
int LED1Pin = 7;
void setup()
{
pinMode(LED1Pin, OUTPUT);
digitalWrite(LED1Pin, LOW);
}
void loop()
{
digitalWrite(LED1Pin, HIGH);
delay(500);
digitalWrite(LED1Pin, LOW);
delay(250);
}

//Pin 7 is output pin
//LED is initially low

//Turn on LED.
//Time delay for 0.5 second.
//Turn off LED.
//Time delay for 0.25 second.
Verify button
Note: Make sure USB-to-serial driver is installed first
Internet of thing: Trabajando con Arduino y Visual Studio
Upload button
Internet of thing: Trabajando con Arduino y Visual Studio
Internet of thing: Trabajando con Arduino y Visual Studio
Internet of thing: Trabajando con Arduino y Visual Studio
Internet of thing: Trabajando con Arduino y Visual Studio
Internet of thing: Trabajando con Arduino y Visual Studio
Ethernet
Servo/Stepper/
DC Motors

Prototypin
g

GPS

Audio / MP3
LCD

MIDI

LED
Display

Zigbee

WIFI
Internet of thing: Trabajando con Arduino y Visual Studio
http://elbruno.com/category/informatica-e-internet/arduino/
http://arduino.cc
http://arduino.cc/downloads
http://arduino.cc/en/Main/Software#toc3
http://www.visualmicro.com
http://visualmicro.codeplex.com/
http://www.visualmicro.com/archive.aspx
http://www.seeedstudio.com/depot/grove-t-3.html?ref=top
Internet of thing: Trabajando con Arduino y Visual Studio

More Related Content

PDF
برمجة الأردوينو - اليوم الثاني
PPTX
Powerful Electronics with Arduino
PPTX
Boolean Algebra- Digital Logic gates
PPTX
DIgital clock using verilog
PPTX
Reverse engineering presentation - Digital Alarm Clock
DOCX
Dam gate open close lpc prog
PDF
Arduino based applications part 1
PDF
Using Ready-for-PIC and SDR Libraries
برمجة الأردوينو - اليوم الثاني
Powerful Electronics with Arduino
Boolean Algebra- Digital Logic gates
DIgital clock using verilog
Reverse engineering presentation - Digital Alarm Clock
Dam gate open close lpc prog
Arduino based applications part 1
Using Ready-for-PIC and SDR Libraries

Similar to Internet of thing: Trabajando con Arduino y Visual Studio (20)

PPTX
2015 02 28 DotNetSpain IoT Fight
PDF
Mechatronics material . Mechanical engineering
PPTX
The MHV Board
PDF
02 Sensors and Actuators Understand .pdf
PPTX
Arduino_Beginner.pptx
PPT
01 Intro to the Arduino and it's basics.ppt
PPTX
Arduino_Beginner.pptx
PDF
Introduction of Arduino Uno
PPTX
Arduino cic3
PPTX
Sensors and Actuators in Arduino, Introduction
PDF
Arduino comic v0004
PDF
Arduino Comic-Jody Culkin-2011
PDF
Introduction to Arduino and Circuits
PDF
Syed IoT - module 5
PPT
IoT Basics with few Embedded System Connections for sensors
PDF
Starting with Arduino
PPTX
Fun with arduino
PPTX
Basics of mechatronics - Arduino tutorial
PPTX
Arduino Slides With Neopixels
PPTX
Electronz_Chapter_2.pptx
2015 02 28 DotNetSpain IoT Fight
Mechatronics material . Mechanical engineering
The MHV Board
02 Sensors and Actuators Understand .pdf
Arduino_Beginner.pptx
01 Intro to the Arduino and it's basics.ppt
Arduino_Beginner.pptx
Introduction of Arduino Uno
Arduino cic3
Sensors and Actuators in Arduino, Introduction
Arduino comic v0004
Arduino Comic-Jody Culkin-2011
Introduction to Arduino and Circuits
Syed IoT - module 5
IoT Basics with few Embedded System Connections for sensors
Starting with Arduino
Fun with arduino
Basics of mechatronics - Arduino tutorial
Arduino Slides With Neopixels
Electronz_Chapter_2.pptx
Ad

More from Bruno Capuano (20)

PPTX
Let's code a drone to follow faces using Python 🐍
PPTX
Using Azure IoT to feed my squirrels ️
PPTX
2021 12 01 Global XR Conference - My experiences adapting a Digital Twin WebG...
PPTX
2021 06 19 ms student ambassadors nigeria ml net 01 slide-share
PPTX
Global AI on Virtual Tour Oslo - Anomaly Detection using ML.Net on a drone te...
PPTX
2021 04 21 Azure Sydney User Group - Scaling a POC to an Enterprise using Azu...
PPTX
2021 02 23 MVP Fusion Getting Started with Machine Learning.Net and AutoML
PPTX
2021 02 13 CodeGen Verona - Let’s code a drone to follow faces syncing everyt...
PPTX
2020 11 19 MVP Days Israel 2020 - Introduction to Machine Learning.Net and Au...
PPTX
2020 10 22 AI Fundamentals - Azure Machine Learning
PPTX
2020 09 24 - CONDG ML.Net
PPTX
2020 08 06 Global XR Talks - Lessons Learned creating a multiplatform AI proj...
PPTX
2020 06 27 Global AI On Tour Virtual GTA
PPTX
2020 06 13 Best of Build 2020 - Canada Community Edition - Artificial Intelli...
PPTX
Global Azure AI Tour Buenos Aires Argentina, Drones and AI
PPTX
2020 04 18 Global AI On Tour Monterrey - Program a Drone using AI
PPTX
2020 04 10 Catch IT - Getting started with ML.Net
PPTX
2020 04 09 Global AI Community Virtual Tour - Drones and AI
PPTX
2020 04 04 NetCoreConf - Machine Learning.Net
PPTX
2020 02 29 TechDay Conf - Getting started with Machine Learning.Net
Let's code a drone to follow faces using Python 🐍
Using Azure IoT to feed my squirrels ️
2021 12 01 Global XR Conference - My experiences adapting a Digital Twin WebG...
2021 06 19 ms student ambassadors nigeria ml net 01 slide-share
Global AI on Virtual Tour Oslo - Anomaly Detection using ML.Net on a drone te...
2021 04 21 Azure Sydney User Group - Scaling a POC to an Enterprise using Azu...
2021 02 23 MVP Fusion Getting Started with Machine Learning.Net and AutoML
2021 02 13 CodeGen Verona - Let’s code a drone to follow faces syncing everyt...
2020 11 19 MVP Days Israel 2020 - Introduction to Machine Learning.Net and Au...
2020 10 22 AI Fundamentals - Azure Machine Learning
2020 09 24 - CONDG ML.Net
2020 08 06 Global XR Talks - Lessons Learned creating a multiplatform AI proj...
2020 06 27 Global AI On Tour Virtual GTA
2020 06 13 Best of Build 2020 - Canada Community Edition - Artificial Intelli...
Global Azure AI Tour Buenos Aires Argentina, Drones and AI
2020 04 18 Global AI On Tour Monterrey - Program a Drone using AI
2020 04 10 Catch IT - Getting started with ML.Net
2020 04 09 Global AI Community Virtual Tour - Drones and AI
2020 04 04 NetCoreConf - Machine Learning.Net
2020 02 29 TechDay Conf - Getting started with Machine Learning.Net
Ad

Recently uploaded (20)

PDF
Zenith AI: Advanced Artificial Intelligence
PDF
CloudStack 4.21: First Look Webinar slides
PDF
A review of recent deep learning applications in wood surface defect identifi...
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PPTX
Tartificialntelligence_presentation.pptx
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
Unlock new opportunities with location data.pdf
PDF
Enhancing emotion recognition model for a student engagement use case through...
PPTX
Modernising the Digital Integration Hub
PPTX
The various Industrial Revolutions .pptx
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
August Patch Tuesday
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PPT
Module 1.ppt Iot fundamentals and Architecture
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
Architecture types and enterprise applications.pdf
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
STKI Israel Market Study 2025 version august
PDF
Developing a website for English-speaking practice to English as a foreign la...
PDF
Getting Started with Data Integration: FME Form 101
Zenith AI: Advanced Artificial Intelligence
CloudStack 4.21: First Look Webinar slides
A review of recent deep learning applications in wood surface defect identifi...
Univ-Connecticut-ChatGPT-Presentaion.pdf
Tartificialntelligence_presentation.pptx
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
Unlock new opportunities with location data.pdf
Enhancing emotion recognition model for a student engagement use case through...
Modernising the Digital Integration Hub
The various Industrial Revolutions .pptx
Final SEM Unit 1 for mit wpu at pune .pptx
August Patch Tuesday
NewMind AI Weekly Chronicles – August ’25 Week III
Module 1.ppt Iot fundamentals and Architecture
A comparative study of natural language inference in Swahili using monolingua...
Architecture types and enterprise applications.pdf
Group 1 Presentation -Planning and Decision Making .pptx
STKI Israel Market Study 2025 version august
Developing a website for English-speaking practice to English as a foreign la...
Getting Started with Data Integration: FME Form 101

Internet of thing: Trabajando con Arduino y Visual Studio