tecno4
2.4M views | +31 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'Arduino serial'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

Arduino Serial Monitor in Tinkercad

Arduino Serial Monitor in Tinkercad | tecno4 | Scoop.it

Keeping track of everything going on in your program can be an uphill battle. The serial monitor is a way to listen to what's going on in your code by reporting back to the computer over the USB cable. In the Tinkercad Circuits simulator, the Serial Monitor can be found at the bottom of the Code panel and can also be used to graph variables as they change. Use the Serial Monitor to "talk" to the computer as a way to check if the Arduino code is doing what you intended. This can be very useful for solving problems with your code (called ‘serial debugging’).

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Cadenas y Arrays, Serial Arduino - Parte II

Cadenas y Arrays, Serial Arduino - Parte II | tecno4 | Scoop.it
Serial Arduino parte II, tratará las diversas funciones para el tratamiento de Cadenas, y que ya hemos introducido el la primera parte Arduino Serial Parte I Veremos  la manipulación de cadenas , y arreglos o arrays[], y si vamos un poco mas profundo, el uso de punteros. En esta entrada vamos a cubrir la función Serial.read() de lectura de datos y su relación con las cadenas.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Ejemplos Arduino con Estructuras de Control

Ejemplos Arduino con Estructuras de Control | tecno4 | Scoop.it

Partiendo del sketch https://www.arduino.cc/en/Tutorial/ifStatementConditional modificarlo para que en lugar de encender un led cuando supere el valor de umbral, simular un envío de un mensaje de alarma mediante Serial.println() cada vez que haya una alarma y se supere el umbral (solo cuando lo sobrepase la primera vez, no de forma continua) y otro mensaje de recuperación cada vez el valor este por debajo del umbral (solo cuando baje la primera vez, no de forma continua).

No comment yet.