https://github.com/gavinlyonsrepo/pic_16f1619_projects
Projects and libraries for the Microchip PIC 16F1619 Microcontroller ( 8-bit, 20-pin).
https://github.com/gavinlyonsrepo/pic_16f1619_projects
16f1619 74hc595 dht11 eagle-library hd44780 i2c lcd1602 lm35 nokia-5110 nokia5110 oled oled-display-ssd1306 pcf8574 pic pic16f1619 seven-segments-display ssd1306 tm1637 tm1637display xc8
Last synced: 6 months ago
JSON representation
Projects and libraries for the Microchip PIC 16F1619 Microcontroller ( 8-bit, 20-pin).
- Host: GitHub
- URL: https://github.com/gavinlyonsrepo/pic_16f1619_projects
- Owner: gavinlyonsrepo
- License: mit
- Created: 2018-10-18T15:00:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T13:39:06.000Z (over 1 year ago)
- Last Synced: 2024-11-05T12:32:52.851Z (6 months ago)
- Topics: 16f1619, 74hc595, dht11, eagle-library, hd44780, i2c, lcd1602, lm35, nokia-5110, nokia5110, oled, oled-display-ssd1306, pcf8574, pic, pic16f1619, seven-segments-display, ssd1306, tm1637, tm1637display, xc8
- Language: C
- Homepage: https://gavinlyonsrepo.github.io/
- Size: 2.15 MB
- Stars: 21
- Watchers: 8
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://gavinlyonsrepo.github.io/) [](https://gavinlyonsrepo.github.io//feed.xml) [](https://www.paypal.com/paypalme/whitelight976)
# PIC16F1619
Overview
--------------------------------------------
* Description:A set of projects and libraries for a **Microchip**
PIC 16F1619 Micro-controller 20-pin, 8-bit.* Author: Gavin Lyons
* Toolchain: XC8 , MPLAB X IDE and MCC.Project List
-----------------------------------------
| Number | Description | Link |
| --- | --- | --- |
| 1 | 3 digit 7 segment timer alarm unit | [URL](projects/Timer) |
| 2 | 3 digit 7 segment displaying LM35 sensor data | [URL](projects/LM35) |
| 3 | 4 digit 7 segment displaying DHT11 sensor data | [URL](projects/DHT11) |Library List
--------------
| Number | Description | Link |
| --- | --- | --- |
| 1 | 4 digit 7 segment 74HC595 based module | [URL](projects/SevenSegModule) |
| 2 | 4 digit 7 segment TM1637 based module | [URL](projects/TM1637) |
| 3 | HD44780-based LCD , 4 bit mode, shift register, 3 GPIO | [URL](projects/LCD16x02)|
| 4 | HD44780-based LCD , 4 bit mode, 6 GPIO | [URL](projects/LCD16X02_4bit_2)|
| 5 | HD44780-based LCD , 8-bit mode , 11 GPIO | [URL](projects/LCD16x02_8bit) |
| 6 | HD44780-based LCD , I2C & PCF8574 interface, 2 GPIO |[URL](projects/LCD16x02_I2C) |
| 7 | SSD1306 OLED library, ASCII, text only | [URL](projects/OLED_I2C)|
| 8 | Nokia 5110 LCD PCD8544 controller library, ASCII, text only | [URL](projects/NOKIA) |