pic18f

Interfacing the Microchip PIC18F Microcontroller Master Synchronous Serial Port MSSP to various I2C Devices

Interfacing the Microchip PIC18F Microcontroller Master Synchronous Serial Port (MSSP) to various I2C Devices

The Inter-Integrated Circuit or I2C (read as I square C) bus has been introduced in 1980 by Philips, and has become a de-facto world standard for data exchange between Microcontroller and various devices such as temperature sensor, ADC (analog to digital converter), DAC (digital to analog converter), I/O expander, EEPROM, and many more. With more

Interfacing the Microchip PIC18F Microcontroller Master Synchronous Serial Port (MSSP) to various I2C Devices Read More »

Embedded System for Automatic Washing Machine using Microchip PIC18F Series Microcontroller schematic

Embedded System for Automatic Washing Machine using Microchip PIC18F Series Microcontroller

The design uses the PIC18F series microcontroller. All the control functionalities of the system are built around this. Upgradeability is the unique feature of this system. Control card hardware and software allows the manufacturer to add or remove the features as per customer requirement and model. Thus once the whole system is designed it is

Embedded System for Automatic Washing Machine using Microchip PIC18F Series Microcontroller Read More »

Open Source Framework for USB Generic HID devices based on the PIC18F and Windows

Open Source Framework for USB Generic HID devices based on the PIC18F and Windows

Introduction If you’ve dabbled with PIC18F microcontrollers and the USB Generic HID standard before (perhaps you’ve even tried my Building a PIC18F USB device project) then you will have noticed that there is a lot of complexity in supporting USB on both the PIC18F and the Windows host-side of things. Getting beyond the basic steps of

Open Source Framework for USB Generic HID devices based on the PIC18F and Windows Read More »

USB device

Building a PIC18F USB device

Introduction I get a number of emails every month asking about creating USB devices using the PIC18F microcontroller. After looking at projects such as my Atari Joystick USB Adaptor and C64 VICE Front-End there seems to be a demand for more information on how to ‘hack your own’. In this article I will show how

Building a PIC18F USB device Read More »