What is after the first 1. 2. 3. 4. steps ?
![]() |
Arduino Info USB/FTDI programmer Add libary Remove libary RF transmit / Recive 315 or 433 Mhz CD4051B - 8 port analog multiplexer 74hc595 - 8 port shift register - output 1-Wire ® Temperature (DS18B20) i2c bus + scanner i2c Barometric Pressure + Temp(BMP085) i2c LCD 1602 Display SingleBus Temperature + Humidity(DTH11 + DTH21 + DTH22) |
Ardruino shift registers (74HC595)This guide shows how to get outputs with 74HC595 and a Ardruino pro mini - Here only used as output !! starting with 1 shift register, then 2.. Later you can daisy-chain the shiftregisters to get unlimmit number of outputs ! Depending on the speed you what to change the outputs with. The shiftregister is
Recommended standard reusable hardware
Use donate button if you like my guides, or if you want a new guide ( See missing work ). Datasheet 8-Bit Shift register (74hc595) Connect the circut, as shown. ![]() ![]() Now with 2 shift registers ![]() Now with 3 shift registers ![]() And you can carry on expanding the numbers Some sample codes For futher info please read NOTE: // const int ShiftPWM_dataPin = 11; // Orange // const int ShiftPWM_clockPin = 13; // Green // const int ShiftPWM_latchPin=8; // Brown // MISO pin(do NOT use!) = 12; // Do not use the MISO pin for anything, because this interferes with SPI operation! |