USB BATTERY CHARGER CIRCUIT WITH PIC16F629
USB BATTERY CHARGER CIRCUIT WITH PIC16F629 Read More »
The microcontroller PIC16F887 has a build in USART (Universal Synchronous/Asynchronous Receiver/Transmitter) module. This module can be used as UASAT or UART. This small post shows an example for the usage of the UART protocol with PIC16F887 microcontroller. Hardware Required: PIC16F887 microcontroller MAX232 — datasheet 4 x 10uF polarized capacitor Female COM port Breadboard 5V
UART Example for PIC16F887 microcontroller using CCS PIC C compiler Read More »
Interfacing PIC16F887 with FAT16 SD card After reading raw data (bytes and sectors) from SD card, now I’m going to use FAT16 file system to read and print text file located in 2 GB SD card. Read SD card raw data topic: MMC/SD Card raw data read with PIC16F887 microcontroller UART protocol is used to
Read text files from FAT16 SD card with PIC16F887 Read More »