Interfacing(USB – RS232 – I2c -ISP) Projects

PICing the MAX5581 Interfacing a PIC Microcontroller with the MAX5581 Fast Settling DAC Schematic

PIC’ing the MAX5581: Interfacing a PIC Microcontroller with the MAX5581 Fast-Settling DAC

MAX5581 Overview The MAX5581 is a 12-bit, fast-settling DAC featuring a 3-wire SPI™ serial interface. The MAX5581’s interface can support SPI up to 20MHz with a maximum settling time of 3µs. This application note presents an application circuit and all the firmware required to interface the fastest line of PIC microcontrollers (PIC18F core) to the […]

PIC’ing the MAX5581: Interfacing a PIC Microcontroller with the MAX5581 Fast-Settling DAC Read More »

USB Voltmeter

USB Voltmeter using pic microcontoller

USB Voltmeter USB Voltmeter is a PC based dual channel voltmeter built around PIC18F2455 / PIC18F2550 microcontroller that measures voltage from 0.00V up to 500.00V with 10mV resolution. USB Voltmeter sends measured data to PC via standard USB connection displaying data on a computer monitor. USB Voltmeter is self-powered drawing very little current from USB

USB Voltmeter using pic microcontoller Read More »

OLED module interface

Low cost OLED module interface using PIC18F452

Here are the technical specifications: OLED resolution: 96 x 64 pixels OLED manufacturer: OSRAM. OLED model: Pictiva 1.1 inch OS096064PN11MY0B10 (San Diego.) On-board lcd controller SSD1303, with 31 pins connector, can be soldered directly. Low power operation (less than 15-25mA @3V, depending on contrast/brightness setting) Fast serial interface (only 8 wires needed) Molex miniature connector.

Low cost OLED module interface using PIC18F452 Read More »

Interfacing of PIC16F84A with i2c based 24LC64 EEPROM

Interfacing of PIC16F84A with (i2c based) 24LC64 EEPROM (Code + Proteus simulation)

This post provides the code for interfacing 24LC64 EEPROM with PIC16F84A microcontroller. This 24LC64 EEPROM has i2c based interface and PIC16F84A doesn’t have any built in i2c modules, so software i2c module is created in the code. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section

Interfacing of PIC16F84A with (i2c based) 24LC64 EEPROM (Code + Proteus simulation) Read More »

Implementation USB into microcontroller IgorPlug USB AVR

Implementation USB into microcontroller: IgorPlug-USB (AVR) using pic microcontroller

[advanced_iframe securitykey=”7053122eaa09ce46830dfb8aaeae454056003ad0″]Purpose of this article is to inform readers about implementation USB interface into singlechip microcontroller, which this interface directly not supports. Simply: implementation USB interface on firmware level (similar as emulation of RS232 interface in microcontrollers, which not have RS232 support). This project includes development of firmware on microcontroller side, driver development on computer

Implementation USB into microcontroller: IgorPlug-USB (AVR) using pic microcontroller Read More »