JY-MCU-Bluetooth-Module

In a previous post I shared my notes on  how to connect an Arduino to an Android phone using the the popular and cheap HC-06 Bluetooth module. In that example I used the Bluetooth module with its default settings. That works fine, but …

HC-06 Bluetooth module datasheet and configuration with Arduino Read more »

Tagged with: ,

Shift registers are useful chips that can add more outputs or inputs to your micro-controller. The 74HC595, for example, provides 8 additional digital outputs that can be controlled with only 3 Arduino pins. Additionally, you can “daisy-chain” multiple shift registers to …

Shift registers: add more digital I/O to your Arduino Read more »

Tagged with: , ,