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

Popular Tags

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

How to Use Shift Registers on the Arduino

How to Use Shift Registers on the Arduino | tecno4 | Scoop.it

Before we dive into our main topic, let us first discuss what are shift registers used for. Shift registers have many uses – converting data from series to parallel format (in communication systems, for example), and the reverse of this, up/down counters, ring counters, sequence generators, time delays, and data storage, just to name a few. They are everywhere and very old. It was in 1944 in Bletchly Park in the UK when Tommy Flowers of the GPO built the world’s first shift register using valves (tubes). You can read more about that here.

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

Optimiza tu código de Arduino: Conoce qué son y cómo funcionan los registros 

Optimiza tu código de Arduino: Conoce qué son y cómo funcionan los registros  | tecno4 | Scoop.it
La plataforma Arduino se caracteriza por facilitar enormemente todo tipo de problema a la hora de programar, pero eso tiene un precio y es la velocidad de ejecución. Cuantas más capas tengamos por encima de nuestro código, peor será su rendimiento. Aunque la mayoría de veces podemos programar casi cualquier cosa sin preocuparnos demasiado por si nuestro código es rápido no, hay veces donde es necesario que el código se ejecute lo más rápido posible. Una de las partes más importantes a conoces para eso son los registros. Los pines que llamamos D1, D2, D3 etc forman parte de un puerto llamado PORT y se puede manejar de forma muy rápida utilizando los registros en muy pocos ciclos de reloj.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Shift Registers - 74HC595 & 74HC165 with Arduino

Shift Registers - 74HC595 & 74HC165 with Arduino | tecno4 | Scoop.it
Learn to use the 74HC595 and 74HC156 shift registers to add extra input and output ports to your Arduino, then use them to build a fancy LED light display!
No comment yet.